﻿

@charset "utf-8";

/* CSS Document */

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

@font-face {
    font-family: Montserrat-Regular;
    src: url(fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat-Thin;
    src: url(fonts/Montserrat-Thin.ttf);
}

@font-face {
    font-family: Montserrat-ExtraLight;
    src: url(fonts/Montserrat-ExtraLight.ttf);
}

@font-face {
    font-family: Montserrat-Light;
    src: url(fonts/Montserrat-Light.ttf);
}

@font-face {
    font-family: Montserrat-LightItalic;
    src: url(fonts/Montserrat-LightItalic.ttf);
}

@font-face {
    font-family: Montserrat-MediumItalic;
    src: url(fonts/Montserrat-MediumItalic.ttf);
}

@font-face {
    font-family: Montserrat-SemiBold;
    src: url(fonts/Montserrat-SemiBold.ttf);
}

@font-face {
    font-family: Montserrat-BoldItalic;
    src: url(fonts/Montserrat-BoldItalic.ttf);
}

body,
a,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-family: Montserrat-Regular;
}

.nopad {
    padding: 0px !important;
}

.nomar {
    margin: 0px !important;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.m25 {
    margin: 25px;
}

.text-danger {
    color: #BC4337;
}

.footer-social-icons-custom span,
.footer-social-icons-custom a:nth-child(2) {
    /*width: 25px !important;
    float: left;
    height: 25px;
    background-size: 80% ;
    border-radius: 0px !important;
    padding: inherit inherit 10px !important;
    font-size: 0px !important;
    margin: 0px 5px;*/
    width: 25px !important;
    float: left;
    height: 25px !important;
    /*background-size: 80% !important;*/
    border-radius: 0px !important;
    padding: inherit inherit 10px !important;
    font-size: 0px !important;
    margin: 0px 5px;
}

.footer-social-icons-custom a {
    float: left;
    padding-bottom: 10px;
}

.shareIcon {
    color: #696868 !important;
    font-size: 20px;
    padding: 9px 7px;
    display: inline-block;
}


    /*.shareIcon:hover, .shareIcon:focus{ background:#d61d1a; color:#FFFFFF}*/

    .shareIcon:hover,
    .shareIcon:focus {
        background: #81B6B2 !important;
        color: #F5F5F5 !important;
    }

.font9 {
    font-size: 9px;
}

.pad8 {
    padding: 8px;
}

.estPrice {
    font-weight: bold;
    font-size: 16px;
}

.btn-wallcolor {
    position: absolute;
    right: -30px;
    top: 41px;
    font-size: 10px;
    border: 1px solid #ccc;
    background: none;
    z-index: 9;
    padding-left: 3px;
}

.bgLiteGray {
    background: #dadada;
}

.btn-forth {
    font-size: 11px;
    background: linear-gradient(#ffffff, #8e8e8e);
    color: #000;
    border: 0px;
    border: 1px solid #999999;
}

    .btn-forth.active {
        background: linear-gradient(#c1c1c1, #ffffff);
        border-bottom: 2px solid #e92a27;
        padding-bottom: 4px;
    }

.btn-nextBack {
    color: #696969;
    background-color: #e4e4e4;
    border-color: #afafaf;
    border-radius: 0;
    font-family: Montserrat-Regular;
    font-size: 11px;
    padding: 2px 5px;
}

    .btn-nextBack:hover {
        color: #fff;
        background-color: #e92926;
        border-color: #e92926;
    }

.productNav {
    padding: 0px 0px 7px 5px;
    color: #BC4337;
    font-size: 12px;
}

.btn-third {
    color: #fff;
    background-color: #BC4337;
    border-color: #BC4337 !important;
    border-radius: 0 !important;
    font-family: Montserrat-Regular;
    font-size: 11px !important;
    padding: 11px 5px !important;
    min-width: 90px;
}

    .btn-third:hover {
        color: #fff;
        /*background-color: #d61d1a;*/
        background-color: #CE756C;
        border-color: #CE756C;
    }

    .btn-third:disabled,
    .btn-disabled {
        cursor: not-allowed;
        opacity: 0.50;
    }

        .btn-disabled:hover,
        .btn-disabled:focus {
            background-color: transparent !important;
            color: inherit !important;
        }

.home_bg {
    background-image: url(images/home_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

.home_bg_homedepot {
    background-image: url(images/home_bg-homedepot.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

.home_bg_menards {
    background-image: url(images/home_menards.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

.headerclass {
}

.container {
    min-height: 400px;
}

.home_action {
    width: 480px;
    margin-left: 50%;
    left: -200px;
    position: relative;
    top: 150px;
    font-size: 20px;
}

    .home_action a {
        padding: 30px 10px 30px 10px;
        color: #fff;
        width: 240px;
        float: left;
        display: table;
    }

        .home_action a:hover {
            text-decoration: none;
        }

        .home_action a img {
            margin-top: 7px;
        }

        .home_action a img,
        .home_action a div {
            display: table-cell;
            vertical-align: top;
            padding-left: 10px;
        }

        .home_action a.firstAction {
            background-color: #BC4337;
            /*rgba(238, 27, 46, 0.8);*/
        }

            .home_action a.firstAction:hover {
                /*background-color: rgba(238, 27, 46, 1);*/
                background-color: #CE756C;
            }

        .home_action a.seconAction {
            background-color: rgba(57, 57, 57, 0.8);
        }

            .home_action a.seconAction:hover {
                background-color: rgba(57, 57, 57, 1);
            }

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.sidebar-header .btntoggle {
    position: absolute;
    top: 0;
    right: 0;
}

.sidebar-header .menutitle {
    font-size: 15px;
    margin-top: 0px;
    display: inline-block;
}

.sidebar-header img {
    width: 40px;
    display: inline-block;
    margin-top: -20px;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    /*background: #ce1816;
	background:#b8b6b7;*/
    background: #F5F2F4;
    color: #fff !important;
    transition: all 0.3s;
    /*position:fixed;*/
    float: left;
}

    #sidebar.active {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
    }

    #sidebar ol,
    #sidebar ul {
        margin-bottom: 0px;
    }

    #sidebar.active .sidebar-header h3,
    #sidebar.active .CTAs {
        display: none;
    }

    #sidebar.active .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        text-align: left;
    }

    #sidebar.active ul li a {
        padding: 20px 10px;
        text-align: center;
        font-size: 0.85em;
    }

    #sidebar.active ul ul a {
        padding: 10px !important;
    }

    #sidebar.active a[aria-expanded="false"]::before,
    #sidebar.active a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar .sidebar-header {
        padding: 10px;
        /*background: #e82826;*/
        background: #BC4337;
        position: relative;
    }

        #sidebar .sidebar-header strong {
            display: none;
            font-size: 1.8em;
        }

    #sidebar ul.components {
        padding: 0;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
    }


    /*Modified by suraj*/


    /*#sidebar ul li a {
        padding-left: 10px;
        display: block;
        font-size: 1.1em;
      
        color: #000;
        width: 100%;
    }*/

    #sidebar ul li a {
        padding-left: 10px;
        display: block;
        font-size: 1.1em;
        color: #000;
        width: 100%;
        border: 1px solid #fff;
        border-left: 0px !important;
    }

        #sidebar ul li a i {
            font-size: 1.3em;
            vertical-align: middle;
        }

        #sidebar ul li a:hover {
            color: #000;
            /*background: #fff;*/
            background: inherit;
            text-decoration: none;
        }

        #sidebar ul li a img {
            margin-right: 10px;
            margin-top: 5px;
            float: right;
        }

        #sidebar ul li a div.counting {
            display: inline-block;
            padding: 5px;
            /*background: #efe9e9;*/
            background: inherit;
            width: 35px;
            text-align: center;
            border-radius: 20px;
            margin-right: 10px;
            /*border: 2px solid #8e0707;*/
            border: 2px solid #CCC;
            color: #000;
            font-family: Montserrat-Regular !important;
            position: relative;
            z-index: 1;
        }


/*added by suraj*/

.sidebarcompletednumbers {
    background: #CE756C !important;
    border: 2px solid #e6210d !important;
}


/*Modified By Suraj*/


/*#sidebar ul li a div.counting:after {
                background: #CCC;
                position: absolute;
                left: 15px;
                bottom: -32px;
                content: "";
                height: 32px;
                width: 2px;
                z-index: 0;
            }*/

#sidebar ul li a div.counting:after {
    background: #CCC;
    position: absolute;
    left: 15px;
    bottom: -32px;
    content: "";
    height: 32px;
    width: 2px;
    z-index: 0;
    margin-bottom: -2px;
}

#sidebar ul li:last-child a div.counting:after {
    display: none;
}

#sidebar ul li a:hover div.counting,
#sidebar ul li.active > a div.counting {
    background: #fff !important;
    /*border: 2px solid #CE756C;*/
    /*Modified by suraj*/
    border: 2px solid #e6210d;
    font-family: Montserrat-SemiBold !important;
}

#sidebar ul li a .RightInfo:hover,
#sidebar ul li.active > a .RightInfo {
    color: #000;
    /*background: #fdebeb;
	color:#fff;
	background: #ce1816;*/
    background: #CE756C;
    /*font-family: Montserrat-SemiBold !important;*/
}


/*Added by suraj to color whole  li*/

#sidebar ul li.active {
    background: #CE756C;
}

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before,
a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: '\e260';
}


/*ul ul a {
	font-size: 0.9em !important;
	padding-left: 30px !important;
	background: #e82826;
}*/

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #e82725;
}

a.article,
a.article:hover {
    background: #e82826 !important;
    color: #fff !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    padding: 0px 0px;
    /*min-height: 100vh;*/
    transition: all 0.3s;
    /*margin-left:250px;*/
    width: auto;
    overflow: hidden;
}

.home-content {
    padding: 130px 0px;
    background-image: url(images/home_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pagetitle {
    padding: 15px 10px 15px 20px;
    /*color:#e82927;*/
    color: #BC4337;
    background: linear-gradient(#e2e2e2, white);
    margin: 0px;
    font-family: Montserrat-Regular;
    width: 100%;
}

.WorkArea {
    padding: 0px 10px 0px 20px;
}

    .WorkArea.roomSelectPage {
        width: 90%;
        margin: 0 auto;
    }

.SelectRoom {
    border-radius: 4px;
    border: 4px solid #eae9e9;
    margin: 0px 0px 30px 0px;
    overflow: hidden;
    position: relative;
    display: block;
    transition: all 0.2s ease;
}

    .SelectRoom:hover,
    .SelectRoom.active {
        border: 4px solid #999999;
        transition: all 0.2s ease;
    }

        .SelectRoom:hover .RoomTitle,
        .SelectRoom.active .RoomTitle {
            color: #BC4337;
        }

    .SelectRoom .overlayBTN {
        position: absolute;
        left: 50%;
        font-size: 20px;
        background: #fff;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        text-align: center;
        padding-top: 8px;
        margin-left: -23px;
        margin-top: 80%;
        /*border: 2px solid #e92926;
    color: #e92926;*/
        border: 2px solid #BC4337;
        color: #BC4337;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .SelectRoom:hover .overlayBTN,
    .SelectRoom.active .overlayBTN {
        position: absolute;
        left: 50%;
        font-size: 20px;
        background: #fff;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        text-align: center;
        padding-top: 8px;
        margin-left: -23px;
        margin-top: 30%;
        /*border: 2px solid #e92926;
    color: #e92926;*/
        border: 2px solid #BC4337;
        color: #BC4337;
        opacity: 1;
        transition: all 0.5s ease;
    }

    .SelectRoom .RoomTitle {
        position: absolute;
        background: #f1f1f1;
        color: #333333;
        padding: 4px;
        bottom: 0px;
        width: 100%;
        text-align: center;
        font-size: 12px;
    }

.pagetitle .titleSqure {
    width: 25px;
    height: 25px;
    background: #BC4337;
    display: inline-block;
    margin-right: 15px;
}

.roomThumb {
    background-size: 100% 100%;
    background-position: center bottom;
    min-height: 115px;
    display: block;
    position: relative;
    width: 46%;
    margin: 5px;
    border: 2px solid rgba(206, 206, 206, 0.6);
}

.nopad {
    padding: 0px !important;
}

.roomThumb .productThumb {
    width: 100%;
    /* height: auto; */
    margin-top: 6px;
    /* position: absolute; */
    bottom: 15px;
    left: 0;
}

#sidebarCollapse {
    background: none;
    margin-top: 17px;
}

#sidebar.active span.menutitle,
#sidebar.active .counting {
    display: none;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 2em;
    margin-bottom: 0px;
    position: absolute;
    left: 28px;
}

#sidebar.active ul li > a {
    position: relative;
    padding-top: 35px;
    padding-bottom: 5px;
}

#sidebar.active .sidebar-header {
    padding: 30px 10px 10px 10px;
}

    #sidebar.active .sidebar-header #sidebarCollapse {
        background: none;
        margin-top: 2px;
        margin-right: -6px;
    }

.roomThumb .overlayBTN {
    position: absolute;
    left: 50%;
    font-size: 23px;
    background: #fff;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 10px;
    margin-left: -30px;
    margin-top: 10px;
    /*border: 2px solid #e92926;
    color: #e92926;*/
    border: 2px solid #BC4337;
    color: #BC4337;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 2;
}

.roomThumb:hover .overlayBTN,
.roomThumb.active .overlayBTN {
    position: absolute;
    left: 50%;
    font-size: 23px;
    background: #fff;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 10px;
    margin-left: -30px;
    margin-top: 46px;
    /*border: 2px solid #e92926;
    color: #e92926;*/
    border: 2px solid #BC4337;
    color: #BC4337;
    opacity: 1;
    transition: all 0.5s ease;
    top: -10px;
}

.cusProdThumb {
    display: block;
    text-align: center;
    background: #efefef;
    margin: 10px 0px 0px 0px;
    padding: 5px;
}

    .cusProdThumb:hover {
        display: block;
        text-align: center;
        background: #fff;
    }

    .cusProdThumb .productThumb {
        /*width: 100%;*/
        height: auto;
    }

    .cusProdThumb .overlayBTN {
        position: absolute;
        left: 50px;
        font-size: 13px;
        background: #fff;
        border-radius: 30px;
        width: 30px;
        height: 30px;
        text-align: center;
        padding-top: 10px;
        margin-left: -30px;
        margin-top: 10px;
        /*border: 2px solid #e92926;
    color: #e92926;*/
        border: 2px solid #BC4337;
        color: #BC4337;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .cusProdThumb:hover .overlayBTN,
    .cusProdThumb.active .overlayBTN {
        position: absolute;
        left: 50px;
        font-size: 13px;
        background: #fff;
        border-radius: 30px;
        width: 30px;
        height: 30px;
        text-align: center;
        padding-top: 10px;
        margin-left: -30px;
        margin-top: 46px;
        /*border: 2px solid #e92926;
    color: #e92926;*/
        border: 2px solid #BC4337;
        color: #BC4337;
        opacity: 1;
        transition: all 0.5s ease;
        top: -10px;
    }

.listProduct {
    border: 2px solid #cacaca;
    display: inline-block;
    background: #efefef;
}

.roomPreview {
    /*background-image: url(images/room-preview.png);*/
    background-size: 100% 100%;
    background-position: center bottom;
    margin-bottom: 10px;
    width: 80%;
    margin: 0 auto;
}

    .roomPreview .productPreiew {
        width: 100%;
    }

.PreviewControll {
    padding-left: 5px;
    width: 100%;
}

.SelectRoom img {
    width: 100%;
}

.Bedroom_walk_in_size {
    width: 450px;
    position: relative;
    margin: 0 auto;
}

    .Bedroom_walk_in_size .sizebox span {
        color: #BC4337;
        font-size: 12px;
    }

    .Bedroom_walk_in_size .sizebox {
        position: absolute;
        width: 70px;
        border: 2px solid #BC4337;
        background: #FFFFFF;
    }

        .Bedroom_walk_in_size .sizebox input {
            width: 45px;
            border: 0px;
        }

    .Bedroom_walk_in_size .backWallWidth {
        left: 190px;
        top: 10px;
    }

    .Bedroom_walk_in_size .backWallHeight {
        left: 67px;
        top: 60px;
    }

    .Bedroom_walk_in_size .onesideWallWidth {
        left: -10px;
        top: 160px;
    }

    .Bedroom_walk_in_size .twosideWallWidth {
        right: 10px;
        top: 100px;
    }

    .Bedroom_walk_in_size .onefrontWallWidth {
        bottom: 114px;
        left: 80px;
    }

    .Bedroom_walk_in_size .twofrontWallWidth {
        right: 60px;
        bottom: 143px;
    }

.Bedroom_single_wall_size {
    width: 450px;
    position: relative;
    margin: 0 auto;
}

    .Bedroom_single_wall_size .sizebox span {
        color: #BC4337;
        font-size: 12px;
    }

    .Bedroom_single_wall_size .sizebox {
        position: absolute;
        width: 70px;
        border: 2px solid #BC4337;
        background: #FFFFFF;
    }

        .Bedroom_single_wall_size .sizebox input {
            width: 45px;
            border: 0px;
        }

    .Bedroom_single_wall_size .ReachInWidth {
        /*left: 218px;
        top: 230px;*/
        left: 223px;
        top: 223px;
    }

.Bedroom_reach_in_size {
    width: 450px;
    position: relative;
    margin: 0 auto;
}

    .Bedroom_reach_in_size .sizebox span {
        color: #BC4337;
        font-size: 12px;
    }

    .Bedroom_reach_in_size .sizebox {
        position: absolute;
        width: 70px;
        border: 2px solid #BC4337;
        background: #FFFFFF;
    }

        .Bedroom_reach_in_size .sizebox input {
            width: 45px;
            border: 0px;
        }

    .Bedroom_reach_in_size .ReachInWidth {
        /*left: 218px;
        top: 230px;*/
        left: 223px;
        top: 223px;
    }

.Bedroom_single_wall_size .SingleWallWidth {
    left: 108px;
    top: 180px;
}

.Bedroom_reach_in_size .ReachInHeight {
    left: 222px;
    top: 152px;
}

.Bedroom_single_wall_size .Single_wall_height {
    left: 336px;
    top: 122px;
}

.Bedroom_reach_in_size .ReachInDepth {
    left: 79px;
    top: 85px;
}

.Bedroom_reach_in_size .ReachInDepthRightWall {
    left: 335px;
    top: 85px;
}

.instTitle {
    border-bottom: 1px dotted #666666;
    background: #f7f7f7;
}

    .instTitle img {
        float: left;
    }

    .instTitle .title {
        padding-top: 10px;
        padding-left: 50px;
        font-weight: 600;
        font-size: 12px;
        color: #BC4337;
    }

.instDIV {
    color: #333333;
    font-size: 12px;
    background: #f7f7f7;
    padding: 20px;
    font-family: Montserrat-Regular;
}

.selectProduct:hover,
.selectProduct.active {
    text-decoration: none;
    border: 4px solid #999999;
    transition: all 0.2s ease;
}

.showLeft {
    top: 200px !important;
}

.PreviewControll .btn-third {
    position: fixed;
    top: 290px;
    right: 0;
    min-width: 80px !important;
    height: 80px;
}
.selectProduct {
    border: 4px solid #eae9e9;
    border-radius: 4px;
    /*display: table;*/
    display: flex;
    margin-bottom: 30px;
    transition: all 0.2s ease;
}

    .selectProduct img {
        display: table-cell;
        /*width: 150px;*/
        width: 100%;
        height: 100%;
    }

    .selectProduct .productDetail {
        display: table-cell;
        vertical-align: top;
        padding: 10px;
    }

        .selectProduct .productDetail h3 {
            margin: 0;
            font-size: 15px;
            margin-bottom: 0px;
            margin-top: 3px;
            color: #BC4337;
        }

        .selectProduct .productDetail p {
            /* font-size: 11.5px; */
            /* color: #505050; */
            /* margin: 0px; */
            /* text-align: justify; */
            /* min-height:110px; */
            font-size: 11.5px;
            color: #505050;
            margin: 0px;
            text-align: justify;
            height: 100px;
            overflow: auto;
            padding-right: 7px;
            /* padding-bottom: 12px; */
        }

    .selectProduct .overlayBTN {
        position: absolute;
        left: 95px;
        font-size: 30px;
        background: #fff;
        border-radius: 30px;
        width: 60px;
        height: 60px;
        text-align: center;
        padding-top: 10px;
        margin-left: -30px;
        margin-top: 10px;
        /*border: 2px solid #e92926;*/
        border: 2px solid #BC4337;
        /*color: #e92926;*/
        color: #BC4337;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .selectProduct:hover .overlayBTN,
    .selectProduct.active .overlayBTN {
        position: absolute;
        left: 95px;
        font-size: 30px;
        background: #fff;
        border-radius: 30px;
        width: 60px;
        height: 60px;
        text-align: center;
        padding-top: 10px;
        margin-left: -30px;
        margin-top: 58px;
        /*border: 2px solid #e92926;
    color: #e92926;*/
        border: 2px solid #BC4337;
        color: #BC4337;
        opacity: 1;
        transition: all 0.5s ease;
        top: -10px;
    }

.table-bordered.shoppingTbl > thead > tr > th {
    border: 1px solid #fff;
    background: #eeedec;
    font-size: 17px;
    text-align: center;
    font-family: Montserrat-SemiBold;
}

.table-bordered.shoppingTbl > tbody > tr > td {
    border: 1px solid #fff;
    background: #f4f4f4;
    font-size: 17px;
    text-align: center;
}


/*body.smallSidebar #content{ margin-left:80px;}*/


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

/*@media (max-width: 768px) {*/
/* Mobile Devices  Rutvik */

@media (max-width:768px) and (orientation: portrait) {

    #CMLOGOURL, #contentRecommendationWidget_HeaderStoreLogo_Content{
        display:none !important;
    }
    .BgColorBox {
        margin-top: 40px !important;
    }
    .priceTagSet_rv {
        margin-top: 30px !important;
    }
	#headerRow2{
		display: none !important;
	}

    [class*="wrapper"][class*="ContentWrapBox"] {
        content: "" !important;
        clear: both;
        display: block;
        float: left;
        width: 100% !important;
    }
    [class*="home_action_RV"] {
        content: "" !important;
        clear: both;
        display: flex !important;
        float: left;
        flex-direction: column;
        margin-left: 72% !important;
        top: 100px !important;
        font-size: 18px !important;
    }

    /* this is HD Rutvik----- start---*/
    [class*="Select_LanguageText"] {
        margin-left: -140px !important;
        margin-top: 0px !important;
    }
    .logo_sm {
        width: 150px !important;
        margin-bottom: -2px !important;
    }
    .dropdown.LanguageDD {
        margin-left: -20px !important;
    }
    .pull_left_sm, .MiddleNavBox_SM {
        width: 100% !important;
    }
    .nav_sm_rv {
        display: flex !important;
        flex-direction: row !important;
        margin-left: -200px !important;
    }
    .HomeDepotBox_sm {
        position: absolute !important;
        margin-left: 75% !important;
    }
    .homedepotLogo_sm {
        height: 55px !important;
    }

    .Site_Footer_homeDepot{
        position:static !important;
    }

    #Ideas_DesignLink {
        background-image: url('Images/DesignGallery/mainnav_IdeasAndDesign-up_SM.png') !important;
        background-size: 100% 100%;
    }

        #Ideas_DesignLink:hover {
            background-image: url('Images/DesignGallery/mainnav_IdeasAndDesign-over-sm.png') !important;
        }

    #Professional_DesignLink {
        background-image: url('Images/DesignGallery/mainnav_ProfessionalDesign-up_SM.png') !important;
        background-size: 100% 100%;
        margin-right:2px !important;
        margin-left:2px !important;
    }

        #Professional_DesignLink:hover {
            background-image: url('Images/DesignGallery/mainnav_ProfessionalDesign-over-sm.png') !important;
            background-size: 100% 100%;
            margin-right: 2px !important;
            margin-left: 2px !important;
        }

    #ShopLink {
        background-image: url('Images/DesignGallery/mainnav_shop-up_SM.png') !important;
        background-size: 100% 100%;
    }

        #ShopLink:hover {
            background-image: url('Images/DesignGallery/mainnav_shop-over-sm.png') !important;
            background-size: 100% 100%;
        }

    /* this is HD Rutvik ----- End--- */
    

    /* The Navbar setup Sm Rutvik ------start---*/
    .sidebar_sm_rv, #sidebar {
        min-width: 100% !important;
        max-width: 100% !important;
        margin-left: 1px !important;
        /*text-align: center;*/
        
    }
        #sidebar ul li a {
            padding: 0px 0px 0px 10px !important;
        }
   
    #iconNav_sm{
        display: block !important;
        background: none !important;
    }
    /* The Navbar setup Sm Rutvik ------END---*/
    /*this datalist for content sm Rutvik ---- start----*/
    .content_Sm_RV {
        width: 100% !important;
    }
    /*this datalist for content sm Rutvik ---- End----*/

    /*This is Dimention Pages for Sm Rutvik ---- start ---*/
    .WorkArea.roomSelectPage{
        width: 100% !important;
    }
    .Bedroom_walk_in_size.bedroom_size_smrv, .bedroom_size_smrv {
        width: 100% !important;
    }
    .Bedroom_walk_in_size .backWallWidth {
        top: 1% !important;
        left: 40% !important;
    }
    .Bedroom_walk_in_size .backWallHeight {
        top: 15% !important;
        left: 15% !important;
    }
    .Bedroom_walk_in_size .twosideWallWidth {
        top: 25% !important;
        right: 4% !important;
    }
    .Bedroom_walk_in_size .onesideWallWidth {
        top: 40% !important;
    }
    .Bedroom_walk_in_size .onefrontWallWidth {
        left: 15% !important;
        bottom: 30% !important;
    }
    .Bedroom_walk_in_size .twofrontWallWidth {
        right: 11% !important;
        bottom: 35% !important;
    }


    .Bedroom_reach_in_size .ReachInDepth {
        top: 24% !important;
        left: 15% !important;
    }
    .Bedroom_reach_in_size .ReachInHeight {
        top: 41% !important;
        left: 46% !important;
    }
    .Bedroom_reach_in_size .ReachInWidth {
        top: 65% !important;
        left: 45% !important;
    }
    .Bedroom_reach_in_size .ReachInDepthRightWall {
        top: 23% !important;
        left: 75% !important;
    }


    .Bedroom_single_wall_size .Single_wall_height {
        top: 35% !important;
        left: 75% !important;
    }
    .Bedroom_single_wall_size .SingleWallWidth {
        top: 53% !important;
        left: 25% !important;
    }
    /*This is Dimention Pages for Sm Rutvik ---- End ---*/ 
    

    /*this datalist product page for sm Rutvik ---- Start---*/
    .prod_imgSM {
        width: 100px !important;
        max-width: 100px !important;
    }
    .selectProduct .overlayBTN {
        left: 50px !important;
    }

    .scPremierclass, .scClassicclass, .sSymphonyclass, .Laminate, .Style, .BrightWood {
        width: 100% !important;
        padding-right: 10% !important;
        padding-left: 8% !important;
        margin-top: 30% !important;
    }
    /*this datalist product page for sm Rutvik ---- End---*/
    /*thead Design page responsive Rutvik ----start---*/
    #priceBoxdiv.priceBox {
        right: 85px !important;
        top: -15px !important;
        /* right: 20px !important;
        top: -50px !important;*/
    }
    #btn-color-picker {
        right: 75% !important;
        top: -45px !important;
        /*margin-right: 85% !important;*/
    }
    /*thead Design page responsive Rutvik ----End---*/

    /* Angular: Customize page Responsive sm Rutvik ----- START-----*/
    .pagetitle {
        font-size: 18px !important;
    }
    #designWrapper {
        width: 100% !important;
    }
    #dsSelectSection {
        text-align: center;
        margin-top: -150px !important;
        margin-left: 80px !important;
    }
    #dsOptionsSection {
        display: flex !important;
        flex-direction: column;
    }
    #availableUnits {
        height: 200px !important;
        
    }
    .dsResponsive_RV {
        display: flex;
        flex-direction: row;
        width: 840px !important;
    }
    .dsSectionResponsive_RV {
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-top: 10px !important;
    }
    .EstimPriceBox {
        
        top: -75% !important;
        left: 28% !important;
        transform: translateY(55px) !important;
        z-index: 10 !important;
    }
    #wallDesignerSection {
        width: 350px !important;
        margin-top: 95px !important;
        overflow:scroll !important;
		display: flex !important;
    }
    .cusProdThumb{
        height:200px !important;
		width:80px !important;
    }
    #leftRuler {
        width: 17% !important;
    }
    .pull-right.LogoRightHeadLowes {
        width: 40% !important;
    }
    .cpResponsive_RV {
        margin-top: 220px !important;
    }
    .cpImg_resRV {
        max-width: 100% !important;
    }
    .ActionBox .form-inline.CustomBox {
        display: flex !important;
        flex-direction: column !important;
        padding-left: 10px !important;
    }
    #wallSelect {
        margin-left: 12px !important;
    }
    .CustomBox .form-group {
        padding-right: 40px !important;
    }
    #undoChange {
        margin-left: 5px !important;
    }

 .TBdevies_rv{
        width:100% !important;
    }
    /* Angular: Customize page Responsive sm Rutvik ----- END-----*/
    /*shopping page responsive Rutvik--- start---*/
    .shoppingListMainImage {
        width: 100% !important;
    }
    .shop5_img_sm {
        max-width: 100% !important;
        width: 100% !important;
    }
    .shop5tb_img_sm{
        /* width: 85% !important; */
        height: 130px !important;
    }
    #ShoppingListpartList{
        padding-left:5px !important;
    }
    .table-bordered.shoppingTbl > thead > tr > th {
        font-size: 9px !important;
    }
    .table-bordered.shoppingTbl > tbody > tr > td {
        font-size: 7px !important;
    }
    .table-bordered.shoppingTbl > tbody > tr > td > img{
        width:50px !important;
        height: 50px !important;
    }
    /*shopping page responsive Rutvik--- End---*/


    /*thead Import design page responsive Rutvik ----start---*/
    .Content_Wrapper{
        width: 100% !important;
    }
    .form-control.custom-file-input-name{
        font-size:10px !important
    }
    /*thead Import design page responsive Rutvik ----end---*/
	.cusProdThumb {
		padding:0px !important;
	}
}




@media (max-width: 800px) and (min-width:768px) and (orientation: portrait){

    #CMLOGOURL, #contentRecommendationWidget_HeaderStoreLogo_Content {
        display: none !important;
    }
	#headerRow2{
		display: none !important;
	}

    [class*="wrapper"][class*="ContentWrapBox"]{
        content: "" !important;
        clear: both;
        display: block;
        float: left;
        width: 100% !important;
    }
    [class*="home_action_RV"] {
        content: "" !important;
        clear: both;
        display: flex !important;
        float: left;
        flex-direction: column;
        margin-left: 50% !important;
        top: 65px !important;
        font-size: 18px !important;
    }
	.home_action a{
		display:table !IMPORTANT;
	}
	.img-fluid {
    max-width: 75% !important;
    height: 75px !important;
}
		#wallDesignerSection{
			width:100% !important;
		}
		.scPremierclass, .scClassicclass, .sSymphonyclass, .Laminate, .Style, .BrightWood {
			        margin-top: 15% !important;
		}
		
		.nav_sm_rv{
			margin-left: -100px !important;
		}
		.prod_imgSM {
			width: 100% !important;
			max-width: 100% !important;
		}
		.selectProduct .overlayBTN {
			left: 50% !important;
		}
		
		
		
		.Bedroom_walk_in_size .backWallWidth {
        top: 4% !important;
        left: 40% !important;
    }
    .Bedroom_walk_in_size .backWallHeight {
        top: 17% !important;
        left: 15% !important;
    }
    .Bedroom_walk_in_size .twosideWallWidth {
        top: 25% !important;
        right: 8% !important;
    }
    .Bedroom_walk_in_size .onesideWallWidth {
        top: 40% !important;
		left: 2% !important;
    }
    .Bedroom_walk_in_size .onefrontWallWidth {
        left: 22% !important;
        bottom: 30% !important;
    }
    .Bedroom_walk_in_size .twofrontWallWidth {
        right: 17% !important;
        bottom: 38% !important;
    }


    .Bedroom_reach_in_size .ReachInDepth {
        top: 28% !important;
        left: 23% !important;
    }
    .Bedroom_reach_in_size .ReachInHeight {
        top: 48% !important;
        left: 55% !important;
    }
    .Bedroom_reach_in_size .ReachInWidth {
        top: 68% !important;
        left: 45% !important;
    }
    .Bedroom_reach_in_size .ReachInDepthRightWall {
        top: 28% !important;
        left: 75% !important;
    }


    .Bedroom_single_wall_size .Single_wall_height {
        top: 40% !important;
        left: 75% !important;
    }
    .Bedroom_single_wall_size .SingleWallWidth {
        top: 57% !important;
        left: 20% !important;
    }
    /*This is Dimention Pages for Sm Rutvik ---- End ---*/ 
	.table-bordered.shoppingTbl > thead > tr > th {
        font-size: 10px !important;
    }
    .table-bordered.shoppingTbl > tbody > tr > td {
        font-size: 11px !important;
    }
    .table-bordered.shoppingTbl > tbody > tr > td > img{
        width:50px !important;
        height: 50px !important;
    }
	
	.cusProdThumb {
		padding:0px !important;
	}
    .EstimPriceBox {
        left: 88% !important;
    }
    .priceTagSet_rv{
        margin-top:0px !important;
    }
}

@media (max-width: 912px) and (min-width:805px) and (orientation: portrait){

    #CMLOGOURL, #contentRecommendationWidget_HeaderStoreLogo_Content {
        display: none;
    }
	#headerRow2{
		display: none !important;
	}
	
    .homedepotLogo_sm{
		margin-top: -165px !important;
	}
    #wallDesignerSection {
        overflow:scroll !important;
		display: flex !important;

    }
	.shop5tb_img_sm{
		height: 170px !important;
        /* width: 95% !important; */
	}
	.BgColorBox {
        margin-top: 40px !important;
    }
}

@media (max-width: 843px) and (orientation: landscape){

    #CMLOGOURL, #contentRecommendationWidget_HeaderStoreLogo_Content {
        display: none;
    }
	#headerRow2{
		display: none !important;
	}
    .shop5tb_img_sm{
		height: 140px !important;
		/* width: 95% !important; */
	}
    .BgColorBox {
        margin-top: 40px !important;
    }
    .priceBox {
        right: 30px !important;
    }
    .btn-wallcolor {
        right: 75% !important;
        top: -45px !important;
    }
    .priceTagSet_rv{
        margin-top:30px !important;
    }

    .Site_Footer_homeDepot {
        position: static !important;
    }
	.img-fluid{
		width:70% !important;
		height: 75px !important;
	}
    .selectProduct .overlayBTN {
        padding-top: 5px !important;
        left: 50% !important;
    }

    .bedroom_size_smrv {
        width: 100% !important;
    }
    .Bedroom_single_wall_size .SingleWallWidth {
        top: 54% !important;
        left: 25% !important;
    }

    .Bedroom_single_wall_size .Single_wall_height {
        top: 35% !important;
        left: 75% !important;
    }

    .Bedroom_walk_in_size .backWallWidth {
        left: 45% !important;
        top: 2% !important;
    }
    .Bedroom_walk_in_size .backWallHeight {
        left: 15% !important;
        top: 15% !important;
    }
    .Bedroom_walk_in_size .twofrontWallWidth {
        right: 12%;
        bottom: 36%;
    }
    .Bedroom_walk_in_size .onefrontWallWidth {
        bottom: 29% !important;
        left: 17% !important;
    }
    .Bedroom_walk_in_size .onesideWallWidth {
        left: -2% !important;
        top: 36% !IMPORTANT;
    }

    .Bedroom_reach_in_size .ReachInHeight {
        left: 50% !important;
        top: 44% !important;
    }
    .Bedroom_reach_in_size .ReachInWidth {
        left: 42% !important;
        top: 65% !important;
    }
    .Bedroom_reach_in_size .ReachInDepth {
        left: 20% !important;
        top: 25% !important;
    }
    .Bedroom_reach_in_size .ReachInDepthRightWall {
        left: 75% !important;
        top: 25% !important;
    }

    .prod_imgSM{
        min-width:100px !important;
        width:100px !important;
    }
    .selectProduct.active .overlayBTN{
        left:50px !important;
    }
    /*thead small button aliements responsive---start---*/
    #navToRoom {
        font-size: 12px !important;
        top: 80px !important;
        height: 70px !important;
        min-width: 70px !important;
    }

    #navToProduct {
        top: 155px !important;
        height: 70px !important;
        min-width: 70px !important;
        font-size: 12px !important;
    }

    #navToDesign {
        top: 100px !important;
        height: 70px !important;
        min-width: 70px !important;
        font-size: 14px !important;
    }

    .showLeft.showLeft_rv {
        top: 80px !important;
        height: 70px !IMPORTANT;
        min-width: 80px !important;
        font-size: 12px !important;
    }

    .showNextLW {
        top: 155px !important;
        height: 70px !important;
        min-width: 70px !important;
        font-size: 12px !important;
    }

    .showSaveLw_rv {
        top: 230px !important;
        height: 70px !important;
        min-width: 70px !important;
        font-size: 10px !important;
    }

    .showLeft,.showprev_rv {
        top: 50px !important;
        height: 70px !important;
        min-width: 70px !important;
        font-size: 12px !important;
    }

    .showshop_rv {
        top: 125px !important;
        height: 70px !important;
        min-width: 70px !important;
        font-size: 12px !important;
    }

    .showcust_rv {
        top: 198px !important;
        height: 70px !important;
        min-width: 70px !important;
        font-size: 11px !important;
        width: 70px !important;
    }

    .showsave_rv {
        top: 272px !important;
        height: 70px !important;
        min-width: 70px !important;
        font-size: 12px !important;
    }

    .glyphicon_rv {
        font-size: 20px !important;
    }

    #AddtoCartbutton {
        top: 100px !important;
        height: 70px !important;
        /* min-width: 70px !important; */
        font-size: 12px !important;
    }

    .showcart_rv {
        top: 175px !important;
        height: 70px !important;
        min-width: 70px !important;
        font-size: 12px !important;
    }

    .showSbtn_rv {
        top: 250px !important;
        height: 70px !important;
        min-width: 70px !important;
        font-size: 12px !important;
    }

    #btn_AddToCartMain {
        top: 120px !important;
        font-size: 12px !important;
    }
    /*thead small button aliements responsive---end---*/


    /*this datalist form HD logo set Rutvik----start----*/
    #sidebar #sidebarCollapse {
        display: block !important;
    }   
    .homedepotLogo_sm {
        margin-top: -180px !important;
        margin-right: 15px !important;
        
    }
    .nav_sm_rv {
        display: flex !important;
        margin-left: -100px !important;
        flex-direction: row !important;
    }

    #sidebar ul li a{
        padding:0px !important
    }
    .shoppingListMainImage {
        width: 100% !important;
    }
    #Ideas_DesignLink {
        margin-right: 5px !important;
    }
    #Professional_DesignLink {
        margin-right: 5px;
    }
    /*this datalist form HD logo set Rutvik----end----*/

    /* Angular: Customize page Responsive sm Rutvik ----- START-----*/
    .pagetitle {
        font-size: 18px !important;
    }

    #designWrapper {
        width: 100% !important;
    }

    #dsSelectSection {
        text-align: center;
        margin-top: -150px !important;
        margin-left: 80px !important;
    }

    #dsOptionsSection {
        display: flex !important;
        flex-direction: column;
    }

    #availableUnits {
        height: 200px !important;
    }

    .dsResponsive_RV {
        display: flex;
        flex-direction: row;
        width: 540px !important;
    }

    .dsSectionResponsive_RV {
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-top: 10px !important;
    }

    .EstimPriceBox {
        top: -75% !important;
        left: 38% !important;
        transform: translateY(55px) !important;
        z-index:10;
        
    }

    #wallDesignerSection {
        width: 350px !important;
        margin-top: 95px !important;
		overflow-x: scroll !important;
		display: flex !important;
    }

    .cusProdThumb {
        height: 200px !important;
    }

    #leftRuler {
        width: 16% !important;
    }

    .pull-right.LogoRightHeadLowes {
        width: 40% !important;
    }

    .cpResponsive_RV {
        margin-top: 220px !important;
    }

    .cpImg_resRV {
        max-width: 100% !important;
    }

    .ActionBox .form-inline.CustomBox {
        display: flex !important;
        flex-direction: column !important;
        padding-left: 10px !important;
    }

    #wallSelect {
        margin-left: 12px !important;
    }

    .CustomBox .form-group {
        padding-right: 40px !important;
    }

    #undoChange {
        margin-left: 5px !important;
    }

    /* Angular: Customize page Responsive sm Rutvik ----- END-----*/ 
    #navigateToDimensions {
        top: 120px !important;
    }

    .glyphicon.glyphicon-menu-right {
        font-size: 25px !important;
    }

    .scPremierclass, .scClassicclass, .sSymphonyclass, .Laminate, .Style, .BrightWood {
        width: 80% !important;
        margin-left: 100px;
        padding-top: 20px;
    }

    .shop5_img_sm {
        max-width: 100% !important;
        width: 100% !important;
    }
    .table-bordered.shoppingTbl > thead > tr > th {
        font-size: 12px !important;
    }

    .table-bordered.shoppingTbl > tbody > tr > td {
        font-size: 12px !important;
    }

        .table-bordered.shoppingTbl > tbody > tr > td > img {
            width: 70px !important;
            height: 70px !important;
        }

}

@media (min-width: 844px) and (max-width: 1000px) and (orientation: landscape){

    #CMLOGOURL, #contentRecommendationWidget_HeaderStoreLogo_Content {
        display: none !important;
    }
	#headerRow2{
		display: none !important;
	}
    #wallDesignerSection{
        overflow: scroll !important;
		display:flex !important;
    }
    .BgColorBox {
        margin-top: 40px !important;
    }
	.shop5tb_img_sm{
		height: 170px !important;
        /* width: 95%; */
	}
    .Site_Footer_homeDepot {
        position: static !important;
    }

    #navigateToDimensions{
        top: 120px !important;
    }
    /*.glyphicon.glyphicon-menu-right{
        font-size:25px !important;
    }*/

    #navToRoom {
        font-size: 12px !important;
        top: 80px !important;
        height: 70px !important;
        min-width: 70px !important;
    }
    #navToProduct {
        top: 155px !important;
        height: 70px !important;
        min-width: 70px !important;
        font-size: 12px !important;
    }
    #navToDesign {
        top: 100px !important;
        height: 70px !important;
        min-width: 70px !important;
        font-size: 14px !important;
    }

    .showLeft.showLeft_rv {
        top: 80px !important;
        height: 70px !IMPORTANT;
        /* min-width: 80px !important; */
        font-size: 12px !important;
    }
    .showNextLW {
        top: 155px !important;
        height: 70px !important;
        /* min-width: 70px !important; */
        font-size: 12px !important;
    }
    .showSaveLw_rv {
        top: 230px !important;
        height: 70px !important;
        /* min-width: 80px !important; */
        font-size: 10px !important;
    }

    .showLeft.showprev_rv {
        top: 50px !important;
        height: 70px !important;
        /*min-width: 70px !important;*/
        font-size: 12px !important;
    }
    .showshop_rv {
        top: 125px !important;
        height: 70px !important;
        /* min-width: 70px !important; */
        font-size: 12px !important;
    }
    .showcust_rv {
        top: 198px !important;
        height: 70px !important;
        /* min-width: 70px !important; */
        font-size: 11px !important;
        width: 70px !important;
    }
    .showsave_rv {
        top: 272px !important;
        height: 70px !important;
        /* min-width: 70px !important; */
        font-size: 12px !important;
    }

    .glyphicon_rv {
        font-size: 20px !important;
    }

    #AddtoCartbutton {
        top: 100px !important;
        height: 70px !important;
        /* min-width: 70px !important; */
        font-size: 12px !important;
    }
    .PreviewControll.btn-third,.showcart_rv {
        top: 175px !important;
        height: 70px !important;
        min-width: 70px !important;
        font-size: 12px !important;
    }
    .PreviewControll.btn-third, .showSbtn_rv {
        top: 250px !important;
        height: 70px !important;
        min-width: 70px !important;
        font-size: 12px !important;
    }
    #btn_AddToCartMain {
        top: 120px !important;
        font-size: 12px !important;
    }


    /*this datalist form HD logo set Rutvik----start----*/
    .homedepotLogo_sm {
        margin-top: -180px !important;
        margin-right: -35px !important;
    }
    .shoppingListMainImage {
        width: 90% !important;
    }
   
    /*this datalist form HD logo set Rutvik----start----*/
    .scPremierclass, .scClassicclass, .sSymphonyclass, .Laminate, .Style, .BrightWood {
        width: 80% !important;
        margin-left: 100px;
        padding-top: 20px;
    }

    .shop5_img_sm {
        max-width: 100% !important;
        width: 100% !important;
    }
    .table-bordered.shoppingTbl > thead > tr > th {
        font-size: 12px !important;
    }

    .table-bordered.shoppingTbl > tbody > tr > td {
        font-size: 12px !important;
    }

        .table-bordered.shoppingTbl > tbody > tr > td > img {
            width: 70px !important;
            height: 70px !important;
        }

}

@media (min-width:1020px) and (max-width:1024px){

    #CMLOGOURL, #contentRecommendationWidget_HeaderStoreLogo_Content {
        display: none !important;
    }
    #wallDesignerSection {
        overflow: scroll !important;
		display: flex !important;
    }
	#headerRow2{
		display: none !important;
	}
	
    .BgColorBox {
        margin-top: 40px !important;
    }
	.shop5tb_img_sm{
		height: 200px !important;
        /* width: 95%; */
	}
	#importDesign{
		display: table !important;
	}
	.home_action{
		    margin-left: 40% !important;
	}
	.Site_Footer_homeDepot {
        position: static !important;
    }
	
} 

@media (min-width:1025px) and (max-width:1180px) {
    
    #CMLOGOURL, #contentRecommendationWidget_HeaderStoreLogo_Content {
        display: none !important;
    }
    #wallDesignerSection {
        overflow: scroll !important;
		display: flex !important;
    }
	#headerRow2{
		display: none !important;
	}
	
    .BgColorBox {
        margin-top: 40px !important;
    }

    #importDesign{
		display: table !important;
	}
	.home_action{
		    margin-left: 40% !important;
	}
	.Site_Footer_homeDepot {
        position: static !important;
    }
	.shop5tb_img_sm{
		height: 170px !important;
        /* width: 95%; */
	}
	
}

@media (min-width:1280px) and (max-width:1368px){
	#wallDesignerSection {
        overflow: scroll !important;
		display: flex !important;
		
		/* width: 100% !important;  */
		/* //this is for LW */
    }
	#headerRow2{
		display: none !important;
	}
}


@media (max-width: 768px) {
   /* #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
*/
    a[aria-expanded="false"]::before,
    a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

        #sidebar ul li a span {
            font-size: 0.85em;
        }

        #sidebar ul li a i {
            margin-right: 0;
            display: block;
        }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }

    #sidebar {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }

    .EstimPriceBox {
        right: 10px !important;
    }

    .ActionBox {
        padding-right: 5px;
    }

        .ActionBox .form-inline.CustomBox {
            display: table;
            width: 100%;
        }

            .ActionBox .form-inline.CustomBox .form-group.ml5 {
                margin-left: 0px;
            }

    .actionNav {
        float: none !important;
    }

        .actionNav .btn-third {
            margin-left: 0px;
            margin-right: 5px;
            float: none !important;
        }

    #sidebar #sidebarCollapse {
        display: none;
    }

    #sidebar.active .RightInfo {
        padding: 5px;
    }
}


/*scrollbar start*/


/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #888;
}


    /* Handle on hover */

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.MYscrollbar {
    float: left;
    height: 400px;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 25px;
}


/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.colorSelector {
    border-color: #004785 !important;
    border-width: 3px !important;
    border-style: Solid !important;
}


/*scrollbar end*/

.priceBox {
    background: url('Images/DesignGallery/Design/price_tag_bg.png') no-repeat;
    height: 80px;
    width: 190px;
    position: absolute;
    top: -19px;
    right: -10px;
    z-index: 10;
    /* z-index :1 to 10 the value changed for responsive*/
}

.priceTag {
    text-align: right;
    font-size: 9px;
    color: #fff;
    font-weight: 600;
    margin: 6px 7px 2px;
    padding-bottom: 0px;
}

.PriceAmt {
    float: right;
    font-size: 12px;
    color: #000;
    margin-right: 12px;
    font-weight: 600;
}

.textureBox img {
    height: 24px;
    width: 24px;
}

.textureBox {
    border: 2px solid #fff;
    border-radius: 4px;
    margin-top: 6px;
}

.termsText {
    text-align: right;
    font-size: 10px;
    color: #ccc;
    letter-spacing: 1px;
    display: inline-block;
    width: 100%;
    margin-top: 4px;
    padding-right: 6px;
}

.btn-third:focus {
    color: #fff !important;
}

.control-label {
    font-size: 12px;
    font-weight: 600;
}

.CustomBox .form-group {
    margin-top: 3px;
}

.EstimPriceBox {
    background: url('Images/DesignGallery/Design/price_tag2_bg.png') no-repeat;
    height: 80px;
    width: 190px;
    position: absolute;
    top: -55px;
    right: -30px;
	display:none;
    z-index: 10;
}

.ShoppingInstruction > ul {
    padding-left: 0px;
}

    .ShoppingInstruction > ul > li {
        list-style-type: none;
        font-size: 12px;
    }

.priceBox:before,
.EstimPriceBox:before {
    border: 1px dashed #333;
    width: 80px;
    height: 37px;
    content: "";
    position: absolute;
    right: 3px;
    top: 1px;
    border-radius: 4px;
}

.btn-colorPicker {
    position: absolute;
    right: 160px;
    top: 25px;
    padding: 0px;
    background-color: transparent;
    border: 0px none !important;
    outline: none !important;
}

    .btn-colorPicker:focus,
    .btn-colorPicker:active:focus {
        border: 0px none !important;
        outline: none !important;
    }

.BgColorBox {
    display: table;
    width: 100%;
}

.roomView_Wrapper {
    position: relative;
}

.Content_Wrapper {
    width: 1170px;
    margin: 0px auto;
    display: table;
    padding: 0px 15px;
}

.upload_imgBox {
    margin: 30px 0px;
    padding: 0px;
}

    .upload_imgBox .custom-file-button-browse {
        padding: 6px 12px;
    }


/*@media (max-width: 420px) {
    .pagetitle {
        font-size: 18px;
    }

        .pagetitle .titleSqure {
            width: 15px;
            height: 15px;
        }

    .selectProduct .productDetail {
        display: block;
    }

    .roomThumb {
        width: 45%;
    }
}*/

@media (min-width: 768px) and (max-width:1024px) {
    .EstimPriceBox {
        /* top: -45px; */
        /* right: 20px; */
		top: -50px;
        right: 45px;
    }

    .ActionBox .form-inline.CustomBox {
        display: table;
        width: 100%;
    }

        .ActionBox .form-inline.CustomBox .form-group {
            margin-left: 0px;
            margin-right: 5px;
        }

    .actionNav {
        margin-top: 10px;
    }

    .NavBtn-Group .btn-third {
        min-width: 70px;
    }

    .shoppingListMainImage {
        width: 100% !important;
    }

    .roomThumb:hover .overlayBTN,
    .roomThumb.active .overlayBTN,
    .cusProdThumb.active .overlayBTN,
    .cusProdThumb:hover .overlayBTN,
    .selectProduct:hover .overlayBTN,
    .selectProduct.active .overlayBTN {
        margin-left: 0px;
        margin-top: 0px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .roomThumb .overlayBTN,
    .cusProdThumb .overlayBTN {
        transition: none !important;
    }

    .cusProdThumb.active .overlayBTN,
    .cusProdThumb:hover .overlayBTN,
    .selectProduct:hover .overlayBTN,
    .selectProduct.active .overlayBTN {
        padding-top: 5px;
        left: 50%;
    }

    .roomThumb {
        width: 95%;
    }

        .roomThumb img {
            margin-top: 2px !important;
            margin-bottom: 2px;
        }

    .main-footer > .row {
        margin-right: 0px !important;
    }

    .priceBox {
        right: 31px !important;
    }

    .btn-wallcolor {
        /* right: 80% !important;*/
        right: 80% !important;
        top: -45px;
    }

    .priceTag {
        font-size: 7px !important;
    }

    .ColorBoxPallets .textureBox {
        margin-bottom: 0px !important;
        margin-top: 5px;
    }

    .ActionBtnCustomization {
        bottom: 85px !important;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .roomThumb {
        min-height: 65px;
        width: 48%;
    }

    #designOptions {
        width: 100%;
    }
}

@media (min-width: 991px) and (max-width:1024px) {
    .roomThumb {
        min-height: 48px;
    }
}

@media only screen and (min-width: 1800px) {
    .home-content {
        padding: 320px 0
    }
}

#solutioncolors {
    display: table;
    width: 100%;
}

.ColorBoxPallets #solutioncolors {
    margin-bottom: 0px;
    margin-top: 0px;
}

.Room_Imgbox {
    width: 190px;
    padding: 0px 7px;
}

.numberValueBox {
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.float-none {
    float: none !important;
}

.mainWrapperContainer {
    min-height: 270px !important;
}

.MainHead {
    background: url('Images/DesignGallery/bg_repeat_home.png') #fff repeat-x 0px 0px;
    width: 100%;
    padding-top: 18px;
}

    .MainHead .container {
        min-height: inherit;
    }

.MiddleNavBox {
    padding-left: 200px;
}

    .MiddleNavBox nav a {
        width: 150px;
        font-size: 0px;
        height: 27px;
        display: inline-block;
        background-position: 0px 0px;
        margin-top: 18px;
    }

#Ideas_DesignLink {
    background-image: url('Images/DesignGallery/mainnav_IdeasAndDesign-up.png');
}

    #Ideas_DesignLink:hover {
        background-image: url('Images/DesignGallery/mainnav_IdeasAndDesign-over.png');
    }

#Professional_DesignLink {
    background-image: url('Images/DesignGallery/mainnav_ProfessionalDesign-up.png');
}

    #Professional_DesignLink:hover {
        background-image: url('Images/DesignGallery/mainnav_ProfessionalDesign-over.png');
    }

#ShopLink {
    background-image: url('Images/DesignGallery/mainnav_shop-up.png');
}

    #ShopLink:hover {
        background-image: url('Images/DesignGallery/mainnav_shop-over.png');
    }

.logoBox {
    padding-top: 5px;
}

.LanguageDD_Box {
    padding-left: 230px;
}

.Select_LanguageText {
    font-size: 9px !important;
    color: #999;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    margin-top: 2px;
}

.LanguageDD {
    float: left;
}

    .LanguageDD > a {
        color: #092869 !important;
        font-family: Arial, sans-serif;
        font-size: 10px;
        text-decoration: none !important;
        text-transform: uppercase !important;
        margin-left: 3px;
        font-weight: bold;
        float: left;
    }

    .LanguageDD a:hover,
    .LanguageDD a:focus,
    .LanguageDD a[aria-expanded="true"] {
        color: #f7941d !important;
        text-decoration: none !important;
        background-color: transparent;
    }

    .LanguageDD .dropdown-menu {
        border: gray 1px solid;
        background-color: #fff;
        padding: 10px 12px;
        width: 150px;
        margin-top: 8px;
        z-index: 900;
    }

        .LanguageDD .dropdown-menu ul li {
            font-size: 9px;
            color: #999;
            display: block;
            width: 100%;
            text-transform: capitalize !important;
        }

            .LanguageDD .dropdown-menu ul li a {
                color: #092869 !important;
                font-family: Arial, sans-serif;
                font-size: 10px;
                text-decoration: none !important;
                display: inline-block;
                clear: none !important;
                padding: inherit;
                font-weight: bold;
                background-color: transparent;
            }

                .LanguageDD .dropdown-menu ul li a:hover,
                .LanguageDD .dropdown-menu ul li a:focus {
                    background-color: transparent !important;
                    color: #f7941d !important;
                }

    .LanguageDD a[aria-expanded="true"]:before,
    .LanguageDD a[aria-expanded="false"]:before {
        display: none;
    }

.Selected_LangShows {
    border-bottom: 1px solid gray;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

.Footer_Menu {
    margin-bottom: 5px;
    text-align: right;
}

    .Footer_Menu li {
        list-style-type: none;
        display: inline-block;
    }

        .Footer_Menu li a {
            color: #999;
            text-decoration: none;
            font-size: 9px;
            font-weight: bold;
            text-transform: uppercase;
            line-height: 1em;
            padding: 0px 0px 0px 13px;
            font-family: Montserrat, Arial, sans-serif !important;
        }

.Copyright {
    font-size: 9px;
    line-height: 1em;
    padding: 10px 0 0 0;
    color: #999;
}

.Site_Footer {
    padding-top: 80px;
}

.Site_Footer_homeDepot {
    padding: 30px 0px 20px;
    background-color: #fff;
    position: fixed;
    bottom: 0px;
    width: 100%;
}

    .Site_Footer_homeDepot .container {
        min-height: inherit;
    }

.ContentWrapBox {
    padding-bottom: 120px;
}

.lbl_Lang {
    font-size: 10px;
    font-weight: bold;
    color: #999;
}

.LanguageDD .dropdown-menu .Selected_LangShows a {
    color: #092869 !important;
    font-family: Arial, sans-serif;
    font-size: 10px;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-weight: bold;
}

.LanguageDD .dropdown-menu ul {
    padding-left: 0px;
}


/*.ActionBtnCustomization {
    position: absolute;
    right: 40px;
    bottom: 94px;
}*/

.ActionBtnCustomization {
    position: relative;
    right: 36px;
    bottom: 105px;
}


/*Modified by suraj*/


/*.RightInfo {
    display: inline-block;
    width: 79%;
    border-bottom: 1px solid #fff;
    border-left: 2px solid #fff;
    padding: 17px 0px 17px 10px;
    font-family: Montserrat-Regular !important;
}*/

.RightInfo {
    display: inline-block;
    width: 79%;
    /* border-bottom: 1px solid #fff; */
    /* border-left: 2px solid #fff; */
    padding: 17px 0px 17px 10px;
    font-family: Montserrat-Regular !important;
}

    .RightInfo span {
        padding-top: 5px;
    }

#sidebar.active .RightInfo {
    width: 100%;
    border-left: 0px solid #fff;
    padding: 10px 5px;
}

#sidebar.active .RightInfo {
    width: 100%;
    display: block;
    text-align: center;
}

    #sidebar.active .RightInfo span {
        width: 100%;
        display: block;
    }

#sidebar.active ul li > a {
    padding: 0px;
}

#sidebar.active ul li a img {
    margin-right: 0px;
    float: none;
}

.disablednav {
    pointer-events: none;
    opacity: 0.6;
}

.sub_sub_item > a {
    display: block;
    line-height: 14px !important;
    font-size: 12px !important;
    color: inherit !important;
}

.sub_sub_item {
    display: block;
    line-height: 14px !important;
    font-size: 12px !important;
    color: inherit !important;
}

.submenu_item a,
.submenu_item {
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 22px;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

.submenu_hot_item a {
    /*display: inline-block;
    vertical-align: top;
    width: 120px;
    padding: .75em;
    text-align: center;*/
    color: #ed1c32 !important;
    /*border: 1px solid #ed1c32 !important;*/
    /*font-size: 16px;
    line-height: 22px;*/
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    80% {
        opacity: 0.5;
    }
}

.btn_link {
    color: #004785 !important;
    background-color: transparent;
    border: 0px none;
    padding: 0px;
    font-size: 12px;
}

    .btn_link:hover,
    .btn_link:focus {
        outline: 0px;
        border: 0px none;
        text-decoration: underline;
    }

.Validations {
    margin-top: 7px;
    margin-bottom: 5px;
    font-size: 13px;
    color: #e92926;
}

.top {
    top: 0px;
}

.noauto_margin {
    margin: 0px !important;
}

.productPreiew {
    width: 100%;
}

.fixed_NavBtn {
    position: fixed;
    right: 0px;
    z-index: 1;
}

.info_first {
    color: #e92926;
    font-size: 14px;
    margin-top: 10px;
    margin-right: 100px;
    font-weight: 600;
}

.Validations-modal .modal-dialog {
    width: 300px;
    margin: 200px auto;
    text-align: center;
}

.Validations-modal .close {
    font-weight: 400 !important;
    color: #fff !important;
    text-shadow: none !important;
    opacity: 1 !important;
    background: #000 !important;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-right: -5px;
    box-shadow: 0px -1px 2px rgba(255, 255, 255, 0.6);
    cursor: pointer;
    z-index: 9999;
    position: relative;
}

.SelectRoom:hover .Msg_Selection,
.SelectRoom.active .Msg_Selection {
    display: block;
}

.Msg_Selection {
    width: 100%;
    display: none;
    position: absolute;
    background-color: rgba(255, 0, 4, 0.7);
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-size: 13px;
    text-align: center;
}




@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .PreviewControll .btn-third {
        right: 17px !important;
    }
}

.Validations-modal .modal-dialog {
    width: 300px;
    margin: 200px auto;
    text-align: center;
}

.Validations-modal .close {
    font-weight: 400 !important;
    color: #fff !important;
    text-shadow: none !important;
    opacity: 1 !important;
    background: #000 !important;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-right: -5px;
    box-shadow: 0px -1px 2px rgba(255, 255, 255, 0.6);
    cursor: pointer;
    z-index: 9999;
    position: relative;
}

.Validations {
    margin-top: 7px;
    margin-bottom: 5px;
    font-size: 13px;
    color: #e92926;
}
