/*@font-face{
    font-family: 'Freight-Text-Book', sans-serif;
    src: url("../Freight-Text-Book.ttf");
}*/
@font-face {
    font-family: 'freighttext_book';
    src: url('../fonts/freight_text_book-webfont.woff2') format('woff2'),
        url('../fonts/freight_text_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
    font-family: 'Prompt', sans-serif;
    background: #fff;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
a:focus, a:hover{
    text-decoration: none;
}
li{
    list-style-type: none;
}
h1,h2,h3,h4,h5,h6,ul{
    margin: 0;
    padding: 0;
}

h1,h2{
    font-family: 'freighttext_book';
    font-weight: 600;
}

/***** header ******/
.top-head{
    padding: 15px 40px;
    background: #fff;
}
.left-logo{
    float: left;
    /*width: 20%;*/
    text-align: left;
}
.left-logo img{
    width: 26px;
}
.center-logo{
    /*width: 60%;*/
    position: absolute;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    text-align: center;
    float: left;
    padding: 10px 0px;
}
.center-logo a{
    display: block;
}
.center-logo img{
    width: 300px;
}
.right-search-box{
    /*width: 20%;*/
    float: right;
    text-align: right;
    padding: 10px 0px;
}
.right-search-box input{
    width: 160px;
    height: 20px;
    border: none;
    font-size: 14px;
    border-bottom: 1px solid #000;
}
.right-search-box input:focus{
    outline: none;
}
.sign-in {
    padding-left: 20px;
    position: absolute;
    right: 40px;
    top: 33px;
}
.sign-in a{
    font-size: 17px;
    color: #000;
}
.main-head{
    padding: 20px 40px 20px;
    background: #131313;
    position: relative;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;

}
.side-menue{
    position: absolute;
    top: 25px;
    left: 35px;
}
.center-menue{
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}
.right-shopping-cart {
    position: absolute;
    right: 40px;
    top: 20px;
}
.side-menue img{
    width: 35px;
}
.center-menue ul li{
    display: inline-block;
    margin: 0 33px;
    position: relative;
}
.center-sub-menue ul li.mnu-drpdwn::after{
    display: none;
}
.center-sub-menue ul li.mnu-drpdwn::before{
    display: none;
}
.center-menue ul li.mnu-drpdwn::before{
    content: '';
    width: 1px;
    height: 0px;
    background: #C39C2D;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transition: all 300ms ease-in-out 0s;
}
.center-menue ul li.mnu-drpdwn::after{
    content: '';
    width: 1px;
    height: 0px;
    background: #C39C2D;
    position: absolute;
    left: 50%;
    top: -20px;
    transition: all 300ms ease-in-out 0s;
}
.center-menue ul li.mnu-drpdwn.active::after{
    height: 20px;
}
.center-menue ul li.mnu-drpdwn.active::before{
    height: 20px;
}
.center-menue ul li.mnu-drpdwn:hover::after{
    height: 20px;
}
.center-menue ul li.mnu-drpdwn:hover::before{
    height: 20px;
}
.center-menue ul li a{
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1.54px;
    position: relative;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.center-menue > ul > li > a{
    padding: 15px 0px;
}
.center-menue ul li.mnu-drpdwn a::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #C39C2D;
    position: absolute;
    left: 0px;
    bottom: -8px;
    transition: all 0.3s ease-in-out 0s;
}
.center-menue ul li.mnu-drpdwn a:hover::after{
    width: 100%;	
}
.center-menue ul li a:hover{
    color: #C39C2D;
}
.right-shopping-cart img{
    width: 24px;
}
.badge{
    font-size: 14px;
    background-color: transparent;
    border-radius: 10px;
    position: relative;
    top: -10px;
}

/*.sticky-header header{
        position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}*/
.center-sub-menue {
    position: absolute;
    top: 150px;
    padding: 30px;
    text-align: left;
    width: 835px;
    background: #fff;
    z-index: -1;
    box-shadow: 0px 20px 30px #0000004D;
    opacity: 0;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.center-sub-menue.consultation-sub-menue{
    padding: 30px 40px;
    width: 835px;
}
.center-sub-menue.partnr-sub-menu{
    width: 330px;
}
.center-sub-menue h4{
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    line-height: 25px;
    letter-spacing: 1px;
}
.center-sub-menue ul li{
    display: block;
    margin: 0px 0px 15px;
}
.center-sub-menue ul li a{
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    color: #818181;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.center-sub-menue ul li a::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #C39C2D;
    position: absolute;
    left: 0px;
    bottom: -2px;
    transition: all 0.3s ease-in-out 0s;
}
.center-sub-menue ul li a:hover::after{
    width: 100%;
}
.center-menue ul li span {
    font-size: 16px;
    font-weight: 500;
}
.center-menue > ul > li:hover .center-sub-menue{
    top: 44px;
    opacity: 1;
    z-index: 9999;
}
.str-link a{
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #000 !important;
    letter-spacing: 1px;
}
.book-btn a::after{
    display: none;
}

/********side menue*******/
.toggle-nav{
    position: absolute;
    left: 0px;
    top: -10px;
    width: 35px;
    height: 35px;
    line-height: 34px;
    cursor: pointer;
    z-index: 1000;
}
.toggle-nav span{
    position: relative;
    width: 30px;
    height: 2px;
    display: inline-block;
    background: #fff;
    transition: all 0.3s ease-in-out 0s;
}
.toggle-nav span::before{
    content: '';
    position: absolute;
    width: 35px;
    height: 2px;
    background: #fff;
    left: -5px;
    top: -10px;
    transition: all 0.3s ease-in-out 0s;
}
.toggle-nav span::after{
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    background: #fff;
    left: -5px;
    top: 10px;
    transition: all 0.3s ease-in-out 0s;
}
.open_menu .toggle-nav span{
    width: 0;
} 
.open_menu .toggle-nav span::before{
    transform:rotate(45deg);
    background: #C39C2D;
    left: 0;
    top: 0;
}
.open_menu .toggle-nav span::after{
    transform:rotate(-45deg);
    background: #C39C2D;
    width: 35px;
    left: 0;
    top: 0;
}
.open_menu .custom-nav{
    left: -50px;
}
.custom-nav{
    position: absolute;
    width: 450px;
    top: 39px;
    padding: 0px 20px 20px 70px;
    left: -580px;
    height: calc(100vh - 146px);
    overflow-y: auto;
    box-shadow: 0px 20px 30px #0000004D;
    background:#fff;
    text-align: left;
    z-index: 9999;
    transition: all 0.3s ease-in-out 0s;
}
.custom-nav ul {
    /*display: table-cell;
    vertical-align: middle;*/
}
.custom-nav ul li{
    margin: 5px 0;
}
.custom-nav ul li a {
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: inline-block;
    color: #818181;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.custom-nav ul li a::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #C39C2D;
    position: absolute;
    left: 0px;
    bottom: -2px;
    transition: all 0.3s ease-in-out 0s;
}
.custom-nav ul li a:hover {
    color: #C39C2D;
}
.custom-nav ul li a:hover::after {
    width: 100%;
}
.center-menue > ul > li.active > a{
    color: #C39C2D;
}
.center-menue > ul > li.active > a::after{
    width: 100%;
}
.custom-nav ul h4 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 1.15px;
    margin: 30px 0px;
}
.const-slider-inner{
    height: 400px;
    text-align: center !important;
}
.const-slider-inner img{
    height: 300px;
}
.const-slider-inner h3{
    text-transform: uppercase;
    font-size: 17px;
    color: #000;
    margin: 15px 0px;
    letter-spacing: 0.75px;
}
.book-btn a{
    color: #000 !important;
    padding: 8px 10px;
    border: 1px solid #C39C2D;
    border-radius: 0px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    font-weight: 400 !important; 
    font-size: 13px !important;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
span.comming-soon{
    color: #818181;
    font-weight: 300;
}
.book-btn a:hover{
    background: #000;
    color: #C39C2D !important;
}
.consultation-slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #818181;
    margin: 0px;
    padding: 0px;
    width: 30px;
    line-height: 45px;
    font-size: 26px;
    height: 45px;
    background: #EEEEEE;
    border-radius: 0px;
}
.consultation-slider .owl-prev {
    position: absolute;
    left: -31px;
    top: 34%;
}
.consultation-slider .owl-next {
    position: absolute;
    right: -31px;
    top: 34%;
}

/***** banner *****/
.women-slider{
    width: 50%;
    float: left;
    position: relative;
}
.men-slider{
    width: 50%;
    float: left;
    position: relative;
}
#banner_slider_women .item{
    height: 100vh;
    height: calc(100vh - 146px);
    background-size: cover !important;
    background-position: center center !important;
}
#banner_slider_women .owl-controls {
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}
#banner_slider_men .item{
    height: calc(100vh - 146px);
    background-size: cover !important;
    background-position: center center !important;
}
#banner_slider_men .owl-controls {
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.landing-banner .item-inner {
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    z-index: 999;
    text-align: center;
    transform: translate(-50% ,-50%);
}
.item-inner {
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50% ,-50%);
}
.item-inner h1{
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px #555;
}
.common-banner-btn a{
    margin-top: 30px;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    padding: 20px 70px;
    color: #fff;
    letter-spacing: 1px;
    border: 2px solid #fff;
    border-radius: 5px;
    /*text-shadow: 1px 1px #555;*/
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.common-banner-btn a:hover{
    background: #C39C2D;
    color: #fff !important;
    border: 2px solid #C39C2D;
}
.banner .owl-theme .owl-dots .owl-dot span{
    background: #fff;
    width: 10px;
    height: 10px;
}
.banner .owl-theme .owl-dots .owl-dot.active span, .banner .owl-theme .owl-dots .owl-dot:hover span {
    background: #C39C2D;
    border: 1px solid #C39C2D;
}
/****** homepage *******/
#homepage_banner_slider .item{
    height: calc(100vh - 146px);
    background-size: cover !important;
    background-position: center center !important;
}
#homepage_banner_slider .owl-controls {
    text-align: center;
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);-o-transform: translateY(-50%);-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);
}
.item-inner p{
    width: 45%;
    margin: 0 auto;
    font-size: 25px;
    line-height: 38px;
    color: #fff;
    margin-bottom: 70px;
    /*	text-shadow: 1px 1px #555;*/
}
.homepage-banner .owl-theme .owl-dots .owl-dot {
    display: block;
}
.homepage-banner .owl-theme .owl-dots .owl-dot span{
    background: #fff;
    width: 8px;
    height: 8px;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.homepage-banner .owl-theme .owl-dots .owl-dot.active span, .homepage-banner .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 1px solid #fff;
}
.homepage-banner .owl-theme .owl-dots .owl-dot.active span{
    height: 40px;
}
.homepage-banner .item-inner h1{
    font-size: 60px;
}
.shop-suit-sec{
    padding: 60px 20px;
}
.common-heading{
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.common-heading h2{
    font-size: 54px;
    line-height: 54px;
    font-weight: 400;
    color: #131313;
    margin-bottom: 35px;
}
.common-heading p{
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #131313;
    width: 45%;
    margin: 0 auto;
    margin-bottom: 45px;
}
.custom-suit-item{
    position: relative;
    margin-bottom: 30px;
    border-radius: 5px;
    height: 600px;
    overflow: hidden;
}
.custom-suit-item img{
    width: 100%;
    height: 100%;
}
.custom-suit-item.small-img-height {
    height: 285px;
    overflow: hidden;
}
.custom-suit-detail {
    position: absolute;
    width: 250px;
}
.custom-suit-detail h3{
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 20px;
}
.custom-suit-detail h4{
    font-size: 24px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 10px;
}
.custom-suit-detail p{
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
}
.custom-suit-detail.bottom-left{
    bottom: 40px;
    left: 40px;
}
.custom-suit-detail.bottom-right{
    bottom: 40px;
    right: 40px;
    width: 180px;
}
.custom-suit-detail.top-left{
    top: 40px;
    left: 40px;
}
.custom-suit-detail span img{
    width: 22px;
    height: 18px;
}

.pre-selected-sec{
    padding: 10px 40px;
}
.pre-selected-sec .item{
    height: 425px;
}
.pre-selected-sec .owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #818181;
    margin: 0px;
    padding: 0px;
    width: 45px;
    line-height: 60px;
    font-size: 34px;
    height: 60px;
    background: #EEEEEE;
    border-radius: 0px;
}
.pre-selected-sec .owl-prev {
    position: absolute;
    left: -40px;
    top: 34%;
}
.pre-selected-sec .owl-next {
    position: absolute;
    right: -40px;
    top: 34%;
}
.make-impression-sec{
    height: 100vh;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    position: relative;
}
.make-impression-sec .common-heading h2{
    color: #fff;
}
.make-impression-sec .common-heading p{
    color: #fff;
}
.make-impression-sec .common-heading{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lookbook-sec{
    padding: 60px 20px;
}
/********perfect fit sec********/
.perfect-feet-sec{
    margin: 80px 0px 0px;
}
.perfect-feet-left{
    width: 50%;
    float: left;
    height: 600px;
    overflow: hidden;
}
.perfect-feet-right{
    width: 50%;
    float: left;
    height: 600px;
    overflow: hidden;
    display: table;
}
.perfect-feet-right-inner{
    text-align: left;
    width: 70%;
    margin: 0 auto;
}
.perfect-feet-right-inner h1{
    font-size: 36px;
    margin-bottom: 30px;
    color: #000;
}
.perfect-feet-right-inner p{
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.how-it-works-faq{
    padding: 80px 0px;
}
.how-faq-left{
    width: 50%;
    float: left;
    height: 600px;
    overflow: hidden;
}
.how-faq-right{
    width: 50%;
    float: left;
    height: 600px;
    overflow: hidden;
}
.how-it-works-faq .inner-faq{
    width: 75%;
}
.how-faq-head h1{
    color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 10px;
}
.how-faq-head h1::after{
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #C39C2D;
    left: 0px;
    top: 0px;
}
.lets-started-sec{
    padding: 70px 0px;
    background: #000;
}
.lets-started-inner{
    text-align: center;
}
.lets-started-inner h1{
    color: #f5f5f5;
    margin-top: 30px;
    font-weight: 400;
}

/**********footer**********/
footer{
    background: #eeeeee;
}
.footer-inner{
    padding: 50px 50px 0px;
    border-top: 1px solid #ddd;
}
.news-letter h3{
    font-size: 19px;
    color: #000;
    margin-bottom: 20px;
}
.news-letter input{
    background: transparent;
    border: none;
    font-size: 15px;
    /*border-bottom: 1px solid #171717;*/
    width: 83%;
    padding: 5px 10px;
}
.news-letter{
    border-bottom: 1px solid #171717;
}
.news-letter input:focus{
    outline: none;
}
.news-submit{
    border: none;
    font-size: 16px;
    color: #555;
}
.news-submit:focus{
    border: none;
    outline: none;
}
.footer-logo{
    /*width: 50%;*/
    margin-top: 30px;
    text-align: center;
}
.footer-logo a{
    display: block;
}
.foot-icon-logo img{
    width: 30px;
    margin-bottom: 20px;
}
.foot-text-logo img{
    width: 200px;
}
.footer-links-inner{
    /*padding-left: 30px;*/
}
.c-grid-20{
    width: 20%;
    float: left;
    padding: 0 10px;
}
.c-grid-20 a{
    font-size: 14px;
    color: #807F81;
    line-height: 24px;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.c-grid-20 a:hover{
    color: #C39C2D;
}
.c-grid-20 h4{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    letter-spacing: 1.15px;
    margin-bottom: 15px;
}
.c-grid-20 ul{
    margin-bottom: 15px;
}
.fat-footer{
    border-top: 1px solid #ddd;
    padding: 20px 0px;
}
.fat-footer .copyright{
    width: 100%;
    float: left;
    text-align: left;
    padding:0;
}
footer .social-sec{
    padding-top: 30px;
}
.copyright a{
    color: #818181;
    font-size: 13px;
    padding-left: 15px;
}
footer .social-sec ul li{
    display: inline-block;
    margin: 0 20px;
}
footer .social-sec ul li a{
    font-size: 17px;
    color: #818181;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
footer .social-sec ul li a:hover{
    color: #000;
}

/*******Login page*******/
.common-form-sec{
    padding: 60px 0px;
}
.common-form{
    width: 750px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    padding: 40px;
    font-size: 17px;
    border: 1px solid #eee;
    box-shadow: 0px 20px 30px #0000004D;
}
img.log-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.common-form .form-control{
    border-radius: 0px;
    height: 60px;
    padding: 10px 15px;
    font-size: 17px;
    border: 1px solid #C39C2D;
    margin-bottom: 20px;
}
.form-head h2{
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 20px;
}
.form-control.submit-btn{
    background: #131313;
    border: 1px solid #131313;
    color: #fff;
    letter-spacing: 1px;
    font-size: 21px;
    margin-top: 50px;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}	
.form-control.submit-btn:hover{
    color: #C39C2D;
}
.forgot-pass a{
    color: #000;
    font-size: 17px;
}
.forgot-pass label{
    color: #000;
    font-size: 17px;
    font-weight: 400;
}
.common-form .form-control:focus{
    box-shadow: none;
    border: 1px solid #CFA152;
}
.common-form .form-control::placeholder {
    color: #B2B2B2;
    font-size: 17px;
    opacity: 1;
}
.common-form .form-control:-ms-input-placeholder { 
    color: #B2B2B2;
    font-size: 17px;
}
.common-form .form-control::-ms-input-placeholder { 
    color: #B2B2B2;
    font-size: 17px;
}
.reg-acc p{
    color: #818181;
    font-size: 16px;
    text-align: center;
}
.reg-acc p a{
    color: #000;
}
.pass-on-off span{
    cursor: pointer;
}
.eye-icon{
    position: absolute;
    right: 40px;
    top: 19px;
}
.eye-icon {
    position: absolute;
    right: 19px;
    top: 15px;
    width: 30px;
    z-index: 99;
}
.eye-icon img{
    width: 35px
}
.eye-off-icon {
    position: absolute;
    right: 18px;
    top: 11px;
    width: 28px;
    z-index: 99;
}
.eye-off-icon img{
    width: 30px;
}
.field.password.required .control {
    position: relative;
}
.form-head p{
    font-size: 24px;
    color: #888;
    letter-spacing: 1px;
    width: 80%;
    margin-bottom: 20px !important;
    text-align: center;
    margin: 0 auto;
}
.for-pass-form .form-head {
    text-align: center;
}
.common-form-sec{
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    height: 650px;
}
.logout a::after{
    display: none;
}

/********* cms pages ************/
.cms-banner-sec{
    height: 600px;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
}
.cms-banner-inner{
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    z-index: 999;
    text-align: center;
    transform: translate(-50% ,-50%);
}
.cms-banner-inner h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px #555;
}
.cms-banner-inner p {
    width: 45%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 20px;
    /* text-shadow: 1px 1px #555; */
}
.common-banner-btn.btn-white-round a {
    background: #fff;
    text-shadow: none;
    color: #333;
    font-size: 15px;
    border-radius: 50px;
}

.cms-centr-90{
    width: 85%;
    margin: 0 auto;
    position: relative;
    top: -80px;
    margin-bottom: -80px;
    background: #fff;
}
.cms-inner-sec {
    padding: 40px;
    text-align: center;
}
.cms-common-heading h2{
    font-size: 36px;
    margin-bottom: 40px;
}
.cust-tab-head{
    width: 72%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.cust-tab-head .nav-pills>li{
    width: 25%;
    float: left;
    margin: 0px;
}
.cust-tab-head .nav-pills>li>a{
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 0px;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.cust-tab-head .nav-pills>li>a::after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: -3px;
    width: 0;
    height: 5px;
    border-radius: 3px;
    background: #C39C2D;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.cust-tab-head .nav-pills>li.active>a::after{
    width: 100%;
}
.nav>li>a:hover {
    background: #fff;
    color: #C39C2D;
}
.cust-tab-head .nav-pills>li.active>a, .cust-tab-head .nav-pills>li.active>a:focus, .cust-tab-head .nav-pills>li.active>a:hover {
    color: #C39C2D;
    background-color: #fff;
}
.tab-content-inner{
    width: 80%;
    margin: 0 auto;
    padding: 30px;
}
.tab-content-inner p{
    font-size: 16px;
    line-height: 24px;
    color: #131313
}
.offer-img {
    text-align: center;
    padding: 30px 0px;
}
.offer-img img{
    width: 500px;
    height: 500px;
    border-radius: 50%;
}
.common-banner-btn.btn-golden-round a {
    background: #EBD18F;
    text-shadow: none;
    color: #131313;
    font-size: 15px;
    border-radius: 50px;
}
.connect-us-sec {
    padding: 30px 0px;
}
.connect-us-sec p{
    display: inline-block;
}
.connect-us-sec ul{
    display: inline-block;
}
.connect-us-sec li{
    display: inline-block;
    margin: 0 10px;
}
.connect-us-sec li a{
    font-size: 20px;
}
.what-offer-sec ul li{
    font-size: 16px;
    line-height: 35px;
    color: #131313;
}
.what-offer-sec ul li img{
    width: 25px;
    padding-right: 10px;
}
.fb a{
    color: #4460A0;
}
.twittr a{
    color: #00AAEC;
}
.pintrst a{
    color: #CC2127;
}
.youtube a{
    color: #CE1312;
}
.insta a{
    color: #8a3ab9;
}
/**********New Deals CMS Pages**********/
.cms-banner-sec.Deals-pages{
    height: calc(100vh - 146px);
}

.cms-banner-inner{
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    z-index: 999;
    text-align: center;
    transform: translate(-50% ,-50%);
}
.cms-banner-sec.Deals-pages .cms-banner-inner {
    bottom: -50px;
}

.cms-banner-foot-header{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background: #000;
    padding: 25px 0px;
}
.cms-banner-foot-header ul{
    margin: 0 auto;
    text-align: center;
}
.cms-banner-foot-header ul li {
    display: inline-block;
    margin: 0 30px;
}
.cms-banner-foot-header ul li a{
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.cms-banner-foot-header ul li a:hover{
    color: #C39C2D;
}
.cms-banner-foot-header ul li.active a{
    color: #C39C2D;
}
.cms-deals-top-sec{
    padding: 50px 80px 80px;
}
.deals-top-left{
    width: 100%;
    height: 700px;
    overflow: hidden;
}
.deals-top-right{
    display: table;
    height: 700px;
}
.vh-center{
    display: table-cell;
    vertical-align: middle;
}
.deals-top-right ul li img {
    width: 16px;
    position: absolute;
    left: -5px;
    top: 5px;
}
.deals-top-right ul li {
    margin-bottom: 15px;
    font-size: 16px;
    padding-left: 20px;
    color: #131313;
    position: relative;
}
.deals-top-right h2{
    color: #000000;
    font-size: 42px;
    margin-bottom: 20px; 
}
.deals-top-right p{
    color: #131313;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}
.common-banner-btn.golden-clr{
    text-align: center;
}
.common-banner-btn.golden-clr a{
    border: 1px solid #C39C2D;
    color: #C39C2D;
    text-shadow: none;
}
/******** timeline *********/
.left-timeline-info{
    display: table;
    height: 500px;
}
.left-timeline-info{
    width: 50%;
    float: left;
    padding-left: 100px;
}
.right-timeline-img{
    width: 50%;
    float: left;
}
.right-timeline-img{
    height: 500px;
    overflow: hidden;
}
.right-timeline-img img{
    width: 100%;
    /*height: 100%;*/
}
.timeline-head h3{
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
    margin-left: 80px;
}
.left-timeline-info{
    padding: 0px 150px;
}
.left-timeline-info h5{
    color: #C39C2D;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
}
.left-timeline-info h5::after{
    content: '';
    width: 20px;
    height: 20px;
    background: #C39C2D;
    position: absolute;
    left: -80px;
    top: 0px;
}
.left-timeline-info h4{
    color: #000;
    font-size: 26px;
    margin-bottom: 20px;
}
.left-timeline-info p{
    color: #000;
    font-size: 16px;
    line-height: 27px;
}

.timeline-outer::after{
    content: '';
    width: 1px;
    height: 100%;
    background: #C39C2D;
    position: absolute;
    left: 80px;
    top: 0px;
}
.timeline-outer:before {
    position: absolute;
    left: 80px;
    height: 8px;
    width: 8px;
    content: '';
    background: #C39C2D;
    margin-left: -4px;
    border-radius: 50%;
}
.timeline-outer{
    position: relative;
}
.timeline-sec-inner {
    margin-bottom: 40px;
}
.left-timeline-info span{
    display: block;
    /*margin-top: 100px;*/
    font-size: 14px;
    color: #000;
    bottom: -102px;
    position: relative;
}
.left-timeline-info span::after{
    position: absolute;
    left: -40px;
    top: 10px;
    height: 11px;
    width: 11px;
    content: '';
    background: #C39C2D;
    margin-left: -4px;
}
.left-timeline-info span::before{
    position: absolute;
    left: -66px;
    top: 15px;
    height: 1px;
    width: 30px;
    content: '';
    background: #C39C2D;
    margin-left: -4px;
}
.left-timeline-info span i{
    width: 25px;
    font-size: 24px;
    margin-right: 15px;
}
.timeline-footer-inner{
    padding: 50px 100px;
}
.time-line-footer-left{
    width: 50%;
    float: left;
    height: 500px;
    overflow: hidden;
}
.time-line-footer-left img{
    width: 100%;
    /*height: 500px;*/
}
.time-line-footer-right{
    width: 50%;
    float: left;
    height: 500px;
    display: table;
    text-align: center;
}
.time-line-footer-right img{
    margin-bottom: 30px;
}
/***********Contact Us**********/
.contact-sec{
    height: calc(100vh - 146px);
}
.contact-left{
    width: 50%;
    float: left;
    height: calc(100vh - 146px);
    display: table;
    background: #fff;
}
.contact-right{
    width: 50%;
    float: left;
    /*    height: calc(100vh - 146px);*/
    height:741px;
    display: table;
}
.contact-left form{
    width: 70%;
    margin:  0 auto;
}
.contact-left form h2{
    margin-bottom: 40px;
    color: #000;
    font-size: 28px;
    font-weight: 400;
}
.contact-left form label{
    color: #000;
    font-weight: 500;
    font-size: 15px;
}
.contact-left form .form-control{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #C39C2D;
    box-shadow: none;
    padding: 6px 0px;
    margin-bottom: 25px;
}
.contact-right-inner{
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
.contact-right-inner p{
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    font-weight: 300;
}
.contact-right-inner img{
    margin-bottom: 60px;
}
.form-submit-btn a{
    color: #000;
    font-size: 15px;
    font-weight: 500;
}
.form-submit-btn img{
    width: 25px;
    padding-left: 10px;
}
.form-social-menue{
    width: 70%;
    margin: 0 auto;
    text-align: right;
    margin-top: 100px;
}
.form-social-menue p{
    display: inline-block;
    padding: 4px 8px;
    font-size: 13px;
    color: #818181;
    border-right: 1px solid #ccc;
}
.form-social-menue ul{
    display: inline-block;
    padding: 4px 8px;
}

.form-social-menue ul li{
    display: inline-block;
    margin: 0 3px;
}
.form-social-menue ul li a{
    font-size: 16px;
    color: #818181;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.form-social-menue ul li a:hover{
    color: #333;
}
form#contact-form {
    background: #fff;
    padding: 50px;
    float:left;
}
.control textarea {
    border-radius: 0px;
    padding: 10px 15px;
    font-size: 17px;
    border: 1px solid #C39C2D;
    margin-bottom: 20px;
}
.control textarea:focus {
    box-shadow: none;
}

input.checkbox {    display: inline-block;
}

body.contact-index-index.page-layout-1column .contact-index-index .column:not(.sidebar-additional) .form.contact {
    float: left;
    width: 50%;
}
/******* FAQ page start css*******/
.faq-sec{
    padding: 60px 0px;
}
.faq-head{
    width: 40%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
}
.faq-head h1{
    color: #C39C2D;
    font-size: 42px;
    margin-bottom: 15px; 
}
.faq-head p{
    color: #000;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 15px; 
}
.faq-head p a{
    color: #000;
    border-bottom: 1px solid #000;
}

.inner-faq {
    margin: 40px 0;
    width: 65%;
    margin: 0 auto;
}
.faq-sub-head h4 {
    font-size: 18px;
    color: #000;
    font-weight: 800;
    margin-bottom: 20px;
    position: relative;
}
.faq-sub-head h4::before{
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: -15px;
    top: 6px;
    border-radius: 50px;
    background: #000;
}

.inner-faq .panel-group .panel {
    margin-bottom: 15px;
    border-radius: 0px;
}
.inner-faq .panel-heading {
    padding: 0px;
    /*border-bottom: 1px solid #ddd;*/
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}
.inner-faq .panel{
    background: #f3f2f2;
    border: none;
}
.inner-faq .panel-title a {
    color: #000;
    background: #fff;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    padding: 15px;
    display: inline-block;
    position: relative;
}
.inner-faq .panel-body ul li {
    list-style-type: disc;
    margin-left: 15px;
}
.carat-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.carat-icon i{
    color: #000;
    font-size: 16px;
    transition: all 300ms ease-in-out 0s;
}
.inner-faq .panel-body {
    background: #fff !important;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    font-size: 16px;
    color:#6e6e6e !important;
    line-height: 25px;
}
.inner-faq .panel-title a.collapsed {
    background: #fff;
    font-size: 16px;
    color:#000;
    font-weight: 400;
}
.inner-faq .panel-title a.collapsed .carat-icon i {
    transform: rotate(180deg);
    color: #081226 !important;
}

span.plus-icon {
    position: relative;
    width: 20px;
    height: 20px;
    right: 0px;
    display: inline-block;
    float: right;
    transition: all 200ms ease-in-out 0s;
}
span.plus-icon::after {
    content: '';
    width: 1px;
    height: 0px;
    background: #C39C2D;
    left: 10px;
    position: absolute;
    top: 5px;
    transition: all 200ms ease-in-out 0s;
}
span.plus-icon::before {
    content: '';
    width: 15px;
    height: 1px;
    background: #C39C2D;
    left: 3px;
    position: absolute;
    top: 12px;
    transition: all 200ms ease-in-out 0s;
}
.inner-faq .panel-title a.collapsed span.plus-icon::before{
    width: 15px;
}
.inner-faq .panel-title a.collapsed span.plus-icon::after{
    height: 15px;
}

/******* FAQ page End css*******/

/*********** Privacy policy **********/
.terms-condition-inner{
    padding: 100px 100px 50px 100px;
}
.terms-left-sec{
    margin-top:100px;
}
.terms-left-sec li{
    margin-bottom: 15px;
}
.terms-left-sec a{
    color: #818181;
    font-size: 16px;
}
.terms-left-sec .active a{
    color: #C39C2D;
    font-size: 17px;
    transition: all 300ms ease-in-out 0s;
}
.terms-left-sec a:hover{
    color: #C39C2D;
}
.terms-head h1 {
    margin-bottom: 90px;
    font-size: 42px;
}
.terms-content-sec{
    width: 80%;
}
.terms-content-sec p{
    font-size: 17px;
    color: #000;
    line-height: 35px;
}
.terms-content-sec ul{
    margin-bottom: 15px;
    margin-left: 30px;
}
.terms-content-sec li{
    font-size: 17px;
    color: #000;
    line-height: 35px;
    list-style-type: disc;
}
/*********how it works*******/
section.cms-banner-sec.how-it-works {
    height: calc(100vh - 146px);
}
.hot-it-works-tab-sec .common-heading h2{
    color: #C39C2D;
    width: 85%;
    margin: 0 auto;
    font-size: 48px;
    line-height: 65px;
    margin-bottom: 20px;
}
.hot-it-works-tab-sec{
    padding: 25px 0;
}
.hot-it-works-tab-inner{
    width: 80%;	
    margin: 0 auto;
    padding-top: 50px;
}
.tab-item{
    padding: 50px 40px;
    text-align: center;
    width: 85%;
    margin: 0 auto;
    box-shadow: 0px 30px 70px #00000029;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.tab-item:hover{
    background: #EAD290;
}
.tab-item img{
    width: 130px;
    margin-bottom: 50px;
}
.tab-item h4{
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.tab-item.active{
    background: #EAD290;
}
.doubble-btns-sec{
    margin-top: 60px;
}
.doubble-btns-sec span{
    margin: 0 10px;
}
.how-it-works-process-sec{
    padding: 60px 100px 0px;
}
.how-process-left{
    width: 50%;
    float: left;
    height: 500px;
    overflow: hidden;
    display: table;	
    text-align: left;
    padding: 20px 80px;
}
.how-process-left span{
    font-size: 150px;
    color: #C39C2D;
}
.how-process-left h2{
    font-size: 26px;
    line-height: 35px;
    color: #000;
    margin-bottom: 30px;
}
.how-process-left p{
    font-size: 18px;
    color: #000;
}
.how-process-right{
    width: 50%;
    float: left;
    height: 500px;
    overflow: hidden;
}
.text-left{
    text-align: left !important;
}

.perfect-feet .how-process-right{
    width: 50%;
    float: left;
    height: 800px;
    overflow: hidden;
}
.perfect-feet .how-process-left{
    width: 50%;
    float: left;
    height: 800px;
    overflow: hidden;
    padding: 15px;
}
.perfect-feet h2 {
    font-size: 45px;
    text-align: left;
    color: #C39C2D;
}
.perfect-feet h3 {
    font-size: 22px;
    text-align: left;
    line-height: 40px;
    color: #000;
    width: 80%;
}
.perfect-feet .common-banner-btn a{
    padding: 15px 20px;
    font-size: 18px;
}

.how-it-works-process-sec img{
    width: 100%;
    height: 100%;
    /*    transform: rotateY(180deg);
        transform-style: preserve-3d;*/
}





.doubble-btns-sec .white-bg-btn a{
    font-size: 16px;
    color: #000;
    padding: 12px 30px;
    background: #fff;
    border-radius: 5px;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.doubble-btns-sec .white-bg-btn a:hover{
    background: #C39C2D;
    color: #fff;
}
.video-sec{
    padding-top: 60px;
    background: #fafafa;
    margin-bottom: 60px;
}
.video-sec-left {
    width: 50%;
    text-align: center;
    height: 550px;
    float: left;
    display: table;
}
.video-sec-right{
    width: 50%;
    float: left;
}
.video-sec-left h1{
    font-size: 42px;
    color: #000;
    margin-bottom: 20px;
}
.video-sec-left p{
    font-size: 20px;
    color: #818181;
}
.how-it-timeline .timeline-outer::after {
    height: 85%;
}

/********* about-us ************/
section.cms-banner-sec.about-pages {
    height: calc(100vh - 146px);
}
.cms-banner-sec.about-pages .cms-banner-inner {
    bottom: 0px; 
}
.lets-started-inner h1{
    color: #fff;
}
.about-full-height-left{
    width: 50%;
    float: left;
    height: 100vh;
    overflow: hidden;
    background: #EFEFEF;
}
.about-full-height-right{
    width: 50%;
    float: left;
    height: 100vh;
    display: table;
    background: #EFEFEF;
}
.about-info-inner{
    width: 70%;
    margin: 0 auto;
    text-align: left;
}
.about-info-inner h1{
    font-size: 48px;
    color: #000;
    margin-bottom: 40px;
}
.about-info-inner p{
    font-size: 18px;
    color: #000;
    line-height: 30px;
}
.about-full-height-left img {
    width: 100%;
}
.about-our-services{
    padding: 70px 0px;
}
.about-slider .item {
    height: calc(100vh - 252px);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background: rgba(255,255,255,1);
    transition: all 300ms ease-in-out 0s;
}
.about-slider .item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(255,255,255,0.5);
}
.about-slider .owl-carousel .owl-stage-outer{
    padding-top: 70px;
}
.about-slider .owl-item.active .item{
    height: calc(100vh - 192px);
    margin-top: -60px;
}
.about-slider .owl-item.active .item::after {
    background: rgba(255,255,255,0);
}
.about-slider .owl-stage{
    padding-left:0px !important;
}
.about-slider{
    padding-left: 100px;
}
.about-our-services h1 {
    margin-left: 100px;
    font-size: 48px;
    margin-bottom: 30px;
    color: #C39C2D; 
}
.about-slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    margin: 0px;
    padding: 0px;
    width: 50px;
    line-height: 70px;
    font-size: 36px;
    height: 70px;
    background: #C39C2D;
    border-radius: 0px;
}
.about-slider .owl-prev {
    position: absolute;
    left: -85px;
    top: 48%;
}
.about-slider .owl-next {
    position: absolute;
    right: 15px;
    top: 48%;
}
.about-slider .item h2{
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    position: absolute;
    top: 20px;
    left: 20px;
}
.about-slider .item h2 a{
    color: #fff;
}
.why-choes-us{
    padding: 60px;
    background: #fff;
}
.why-choes-us .common-heading h2{
    color: #000;
}
.why-choes-us .common-heading p{
    color: #000;
}
.why-choes-item{
    text-align: center;
    box-shadow: 0px 30px 70px #00000029;
    padding: 15px;
    height: 430px;
    margin-bottom: 40px;
}
.why-choes-item h3{
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase; 	
    color: #C39C2D;
    margin: 25px 0px;
}
.why-choes-item p{
    font-size: 17px;
    color: #000;
    line-height: 28px;
    font-weight: 300;
}
.why-choes-item img{
    width: 130px;
}
.common-banner-btn {
    text-align: center;
}
.clients-review-sec{
    padding: 60px 0px;
}
.common-heading.gold-head h2{
    color: #C39C2D;
}
.client-review-inner{
    width: 75%;
    margin: 0 auto;
    padding-top: 30px;
}
.clr-img {
    width: 100%;
    margin-bottom: 50px;
    overflow: hidden;
    text-align: right;
    border-radius: 10px;
}
.clr-img img{
    border-radius: 10px;
}
.clr-info{
    margin-bottom: 30px;
}
.clr-info p{
    font-size: 17px;
    color: #000;
    width: 98%;
    line-height: 28px;
}
.client-review-slider .owl-theme .owl-dots .owl-dot span{
    border: 1px solid #555;
}
.client-review-slider .owl-dot.active span{
    background: #C39C2D !important;
    border: 1px solid #C39C2D !important;
}
p.author {
    margin-top: 30px;
}
.meet-to-team-sec{
    padding: 60px 0px;
    background: #fff;
}
/******Progress bar slider *******/

.meet-to-team-sec .common-heading{
    text-align: left;
    width: 100%;
}
.meet-to-team-sec .common-heading h2 {
    margin-bottom: 0px;
    padding-left: 160px;
}
.meet-to-team-inner .progress {
    display: block;
    width: 80%;
    margin: 0 auto;
    height: 5px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #B2B2B2;
    background-image: linear-gradient(to right, #C39C2D, #C39C2D);
    background-repeat: no-repeat;
    background-size: 0 100%;
    box-shadow: 0px 3px 6px #00000029;

    transition: background-size .4s ease-in-out;
}
.slick-prev {
    left: 15px;
    z-index: 999;
}
.slick-next {
    right: 15px;
    z-index: 999;
}
.slick-prev:before, .slick-next:before{
    font-size: 30px;
}
.meet-to-team-inner .content {
    margin: auto;
    width: 100%;
}
.meet-to-team-inner .slider {
    margin: 30px auto 50px;
}

.meet-to-team-inner .image {
    position: relative;
    margin: 10px;
    overflow: hidden;
    transition: all 300ms ease-in-out 0s;
}
.image-inner{
    padding: 10px;
}
.meet-to-team-inner img {
    display: block;
    width: 100%;
}
.meet-to-team-inner .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.bio-btn {
    text-align: right;
    font-size: 17px;
    padding: 10px 0px;
}
.bio-btn a i{
    padding-left: 3px;
    font-size: 22px;
}
.bio-btn a{
    color: #000;
}
.image h5{
    padding: 0px 10px 5px;
    font-size: 20px;
}
.image h3{
    padding: 0px 10px 5px;
    font-size: 26px;
}
body.cms-student.cms-page-view.page-layout-1column .column {
    margin-top: -10px;
}
.deals-top-left img {
    height: 100%;
}
/******** new css********/
.common-link {
    padding: 20px 0px;
}
.common-link a{
    color: #C39C2D;
    font-size: 16px;	
    display: inline-block;
}
.common-link a i{
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 20px;
    line-height: 23px;
    border: 1px solid #C39C2D;
    display: inline-block;
    border-radius: 50%;
}
.why-choes-us .common-link a{
    float: right;
}
.new-our-services-sec{
    padding: 60px 100px;
}
.about-services.hot-it-works-tab-sec .tab-item:hover{
    background: #fff;
    box-shadow: none;
}
.our-story-sec{
    padding: 60px 100px 20px;
}
.our-story-left{
    width: 50%;
    float: left;
    height: 550px;
    display: table;
    padding: 0px 30px 0px 0px;
}
.our-story-right{
    width: 50%;
    float: left;
    height: calc(100vh - 100px);
}
.story-left-inner h2{
    font-size: 48px;
    color: #C39C2D;
    margin-bottom: 30px;
}
.story-left-inner p{
    color: #000;
    font-size: 20px;
    line-height: 30px;
}
.our-story-slider .item{
    height: calc(100vh - 100px);
}
.our-story-slider .owl-theme .owl-dots .owl-dot span{
    border: 1px solid #555;
}
.our-story-slider .owl-dot.active span{
    background: #C39C2D !important;
    border: 1px solid #C39C2D !important;
}
.hash-url-item a{
    display: block;
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: right;
}
.hash-url-item a img{
    width: 124px;
    height: 150px;
}
.hash-url-item {
    height: calc(100vh - 100px);
    position: relative;
}
.hash-url-item-inner{
    position: absolute;
    top:50%;
    right: 0px;
    transform: translateY(-50%);
}
.our-story-inner .item {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.culture-value-sec{
    padding: 20px 100px;
}
.culture-value-left{
    width: 50%;
    float: left;
    height: 500px;
    display: table;
}
.culture-value-right{
    width: 50%;
    float: left;
    padding: 40px;
    height: 500px;
    display: table;
}
.culture-value-left img {
    width: 100%;
}
.culture-value-right  h2{
    font-size: 48px;
    color: #C39C2D;
    margin-bottom: 30px;
}
.culture-value-right p{
    color: #000;
    font-size: 20px;
    line-height: 30px;
}

.minicart-wrapper{
    position: absolute;
    top: 15px;
    right: 35px;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before{
    display: none;
}
.minicart-wrapper .action.showcart:after{
    content: "";
    background-image: url(../img/cart-icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 24px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.minicart-wrapper .action.showcart .counter-number{
    text-shadow: none !important;
}
.minicart-wrapper .action.showcart .counter.qty {
    background: none !important;
    color:#FFF !important;
    position: absolute;
    line-height: 14px !important;
    top:0;
    text-align: left;
}
.copyright{
    background-color:#EEEEEE !important;
}
#maincontent{
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin: 0;
    max-width: 100% !important;
    /*margin-top: -10px;*/
}
.column.main {    padding-bottom: 0px !important;
}
button.news-submit:hover {    border: none;
                              box-shadow: none;
}
.password.forget {
    margin-left: 25%;
    background: #fff;
    position: relative;
    padding: 40px 40px 20px 40px;
}
.common-form-sec.forgot-form {
    height: 620px;
}
.right-search-box .block.block-search {
    margin-right: 100px;
}
body.customer-account-login.page-layout-1column .column {
    margin-top: -10px;
}
body.customer-account-create.page-layout-1column .column {
    margin-top: -10px;
}
/*//////////////// Login screen /////////////////*/
.page-title-wrapper {
    text-align: center;
    color: #fff;
}
.block.block-customer-login {
    position: relative;
}
.block.block-customer-login {
    padding: 40px 40px 10px 40px;
    margin-left: 25%;
    background: #fff;
}
label.label {
    color: #222;
    font-size: 16px;
    padding: 0px;
}
.action.primary {
    background: #131313;
    border: 1px solid #131313;
    width: 100%;
    border-radius: 0px;
    transition: all 300ms ease-in-out 0s;
}
.action.primary:hover {
    color: #C39C2D;
    background: #131313;
    border: 1px solid #131313;
}
a.action.remind {
    color: #131313;
    font-size: 15px;
}
.login-container .fieldset > .field > .control {
    width: 100% !important;
}
.control input {
    border-radius: 0px;
    height: 50px;
    padding: 10px 15px;
    font-size: 17px;
    border: 1px solid #C39C2D;
    margin-bottom: 20px;
}
.control input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #C39C2D;
}
.common-form-sec.registraion-form {
    height: 1400px;
}
.form-create-account {
    margin-left: 25%;
    padding: 40px 40px 20px 40px;
    background: #fff;
    position: relative;
}

.field.choice.newsletter input {
    display: inline-block;
}
.fieldset {
    margin: 0 0 20px;
}


#search_mini_form .control input {
    height: 32px;
    border: none;
    border-bottom: 1px solid #131313;
    font-size: 14px;
}
body.cms-men.cms-page-view.page-layout-1column .columns {
    margin-top: -10px;
}
body.cms-women.cms-page-view.page-layout-1column .columns {
    margin-top: -10px;
}
body.cms-about-us.cms-page-view.page-layout-1column .columns {
    margin-top: -10px;
}
body.cms-inhouse-fitting.cms-page-view.page-layout-1column .columns {
    margin-top: -10px;
}
body.cms-contact-us.cms-page-view.page-layout-1column .columns {
    margin-top: -10px;
}
.primary.button1 a {
    color: #fff;
}
.primary.button1 {
    margin-top: 15px;
}
.news-letter input:focus {
    box-shadow: none;
}
/****new toggle switch*******/


header main {

    position: relative;

    top: 10px;

    float: left;

    margin-left: 30px;

    background-color: #222;



}

header main div.yes_no_container {

    min-width: 100px;

    width: 20vw;

    max-width: 150px;

    height: 34px;

    line-height: 34px;

    background-color: #F5F5F5;

    position: absolute;

    top: 0%;

    transform: translate(0%, 0%);

    left: 0%;

    border:1px solid #C39C2D;

    overflow: hidden;

    border-radius: 5px;

    box-shadow: 0 0 3px rgba(0,0,0,0.1) inset;

}

header main div.yes_no_container label {

    width: 50%;

    float: left;

    text-align: center;

    background-color: transparent;

    color: #333;

    font-weight: normal !important;

    z-index: 2;

    cursor: pointer;

}

header main div.yes_no_container input[type="radio"] {

    display: none;

}





header main .slider{

    position:absolute;

    left: 0%;

    top:0;

    width:50%;

    height: 100%;

    animation-timing-function: ease-in-out;

    animation-duration:.3s;

    animation-fill-mode: forwards;

    transition: 0.2s left .05s ease-in-out;

    z-index: -1;

}

header main #input1:checked  ~ .slider { left:0; background-color:#C39C2D; box-shadow: 0 0 10px rgba(0,0,0,0.5);}

header main #input2:checked  ~ .slider { left:50%; background-color: #C39C2D; box-shadow: 0 0 10px rgba(0,0,0,0.5);}

header main #input1:checked ~ label, #input2:checked ~ label { color: #fff;}
header main #input2:not(:checked) ~ label{color: #333;}
.block.social-login-authentication-channel.account-social-login {
    position: absolute;
    left: 50%;
    z-index: 999;
    margin-left: -90px;
    top: 215px;
}
form#login-form .primary {
    width: 100%;
}
.btn-google {
    color: #000 !important;
    background-color: #fff !important;
    border: 1px solid #555!important;
    border-color: rgba(0, 0, 0, 0.2);
    border-radius: 0px !important;
    width: 180px;
    text-align: center;
}
.btn-google .fa-google {
    background: url("images/g-logo.png") no-repeat;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.btn-google:hover {
    color: #333;
    background-color: #fff;
}
.reg-acc {
    margin-top: 10px;
}



.block.block-customer-login .fieldset > .field, .fieldset > .fields > .field {
    margin: 0 0 10px;
}
.block.block-customer-login {
    padding-top: 70px;
}
.account.form-create-account {
    padding-top: 70px;
}

#consultation_banner_slider .item{
    height: calc(100vh - 146px);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.consultation-banner .owl-theme .owl-controls {
    margin-top: -45px;
    z-index: 9999;
    position: absolute;
    left: 50%;
    margin-left: -82px;
}
.consultation-banner .owl-theme .owl-dots .owl-dot span {
    width: 45px;
    height: 4px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 30px;
}
.consultation-banner .owl-theme .owl-dots .owl-dot.active span{
    background: #C39C2D;
    border: 1px solid #C39C2D;
}
.consultation-banner .item-inner {
    position: absolute;
    width: 40%;
    left: 80px;
    top: 50%;
    text-align: left;
    transform: translateY(-50%);
}
.consultation-banner .item-inner h4{
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.consultation-banner .item-inner h1{
    font-size: 54px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #C39C2D; 
}
.marque-sec{
    padding: 40px 0px;
}
.marque-sec h1{
    font-size: 52px;
    letter-spacing: 2px;
    color: transparent;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #C39C2D;
} 
.showrooms-sec{
    padding: 0px 60px;
}
.showroom-item {
    padding: 40px 0px;
    border-top: 2px solid #ccc;
}
.showroom-item h1{
    font-size: 45px;
    letter-spacing: 1px;
    color: #C39C2D;
    margin-bottom: 15px;
}
.showroom-left-img {
    height: 550px;
    overflow: hidden;
}
.showroom-left-img img {
    width: 100%;
    height: 100%;
}
.showroom-right-img{
    height: 340px;
    overflow: hidden;
}
.showroom-right-img img{
    width: 100%;
    height: 100%;
}
.showroom-right{
    padding-left: 50px;
}
.showroom-info {
    padding: 20px 0px;
}
.showroom-info p{
    font-size: 17px;
    color: #000;
}
.showroom-info a {
    padding: 8px 25px;
    background: #C39C2D;
    border-radius: 4px;
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
}
body.cms-consultation #maincontent,
body.cms-whycustom #maincontent{
    margin-top:-10px;
}
.row.testimonials-post-list li {
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 15px;
}
.content-desc p {
    font-size: 16px;
    line-height: 25px;
    display: -webkit-box;
    color: #333;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.img-sec {
    width: 180px;
    height: 180px;
    overflow: hidden;
    margin-bottom: 15px !important;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.img-sec img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 1px solid #ccc;
    transition: all 300ms ease-in-out 0s;
}
.img-sec:hover img {
    transform: scale(1.3);
}
.teast-block-one {
    padding: 15px;
    border: 1px solid #ccc;
}



body.testimonials-index-index.page-layout-1column #maincontent {
    padding: 30px 50px !important;
}
.content-desc h4 {
    font-size: 22px;
    margin-bottom: 10px;
}
body.testimonials-index-index.page-layout-1column .cms-ttl {
    font-size: 24px;
    margin-bottom: 10px;
}
body.testimonials-index-index.page-layout-1column .breadcrumb {
    padding: 15px 15px !important;
    border-radius: 0 !important;
}
body.testimonials-index-index.page-layout-1column .breadcrumb>li {
    margin-bottom: 0px !important;
}
body.testimonials-index-index.page-layout-1column ol.breadcrumb a {
    color: #C39C2D;
}

/***********why custom made css***********/


.why-custom-made-banner{
    height: calc(100vh - 146px);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}
.why-custom-made-inner {
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.why-custom-made-inner h1{
    font-size: 48px;
    color: #C39C2D;
    font-weight: 600;
    margin-bottom: 30px;
}
.why-custom-made-inner p{
    font-size: 18px;
    color: #fff;
    width: 60%;
    line-height: 30px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.why-custom-made-inner a{
    padding: 20px 30px;
    background: #C39C2D;
    border-radius: 4px;
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
}
.why-custom-made-listing .how-process-left h2{
    color: #C39C2D;
    text-transform: uppercase;
    line-height: 45px;
    font-size: 36px;
}
.how-it-works-process-sec.why-custom-made-listing {
    padding: 60px 60px 60px;
}
.how-it-works-process-sec.why-custom-made-listing img {
    transform: none; 
    transform-style: none; 
    width: 100%;
    height: 100%;
}
/********meet the teem css*******/
.meet-team-banner {
    padding: 60px 100px;
}
.meet-team-banner-inner {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.meet-team-banner-inner h1{
    color: #C39C2D;
    text-transform: uppercase;
    font-size: 45px;
    margin-bottom: 30px;
}
.meet-team-banner-inner p{
    color: #000;
    font-size: 18px;
}
.meet-team-sec{
    padding: 0px 50px 30px;
}
.meet-team-sec ul li {
    width: 20%;
    float: left;
}
.meet-team-sec .meet-to-team-inner .image-items {
    position: relative;
    margin: 10px;
    overflow: hidden;
    transition: all 300ms ease-in-out 0s;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    margin-bottom: 40px;
}
.meet-team-sec .bio-btn {
    text-align: right;
    font-size: 15px;
    padding: 10px;
    z-index: 99;
}
.meet-team-sec .image-items h3 {
    padding: 0 5px 5px;
    font-size: 20px;
}
.meet-team-sec .image-items h5 {
    padding: 10px 5px 5px;
    font-size: 18px;
}
.modal-dialog {
    width: 1000px;
    margin-top: 50px !important;
}
.modal-body {
    position: relative;
    padding: 0 40px;
}
.close {
    position: absolute ;
    right: 10px !important;
    top: 10px !important;
    color: #000 !important;
    z-index: 99;
}
.modal-body .close i{
    color: #000;
}
.modal-content {
    border-radius: 0px;
}
.bio-left-info {
    width: 50%;
    float: left;
    padding: 20px 40px 20px 0px;
    height: 500px;
    overflow: auto;
}
.bio-right-img img {
    width: 100%;
    height: 500px;
}
.bio-left-info > a {
    color: #000;
    display: inline-block;
    padding: 8px 15px;
    border: 2px solid #333;
    margin-bottom: 15px;
}
.bio-left-info h2 {
    color: #C39C2D;
    margin-bottom: 15px;
}
.bio-left-info p{
    font-size: 16px;
    line-height: 25px;
    color: #000;
    text-align: justify;
    margin-bottom: 20px;
}
.bio-left-info ul li {
    display: inline-block;
    margin: 0 3px;
}
.bio-left-info ul li a {
    font-size: 16px;
    color: #818181;
}
.bio-right-img img {
    width: 100%;
}
.bord-of-directors-sec{
    padding: 0px 50px;
    text-align: center;
}
.director-item {
    text-align: center;
}
.bord-of-directors-inner{
    padding-top: 30px;
    border-top: 2px solid #ccc;
}
.bord-of-directors-inner h2{
    margin-bottom: 30px;
}
.director-item{
    margin-bottom: 20px;
    padding: 15px 20px;
}
.director-item h3{
    font-size: 26px;
    color: #C39C2D;
    margin-bottom: 10px;
}
.director-item p{
    font-size: 16px;
    color: #000;
    line-height: 25px;
    margin-bottom: 20px;
    height: 50px;
}
.director-item ul li {
    display: inline-block;
    margin: 0 3px;
}
.director-item ul li a {
    font-size: 16px;
    color: #818181;
}
.join-our-team{
    height: 600px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}
.join-our-team-inner {
    position: absolute;
    left: 50%;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}
.join-our-team-inner h1{
    font-size: 45px;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 30px;
}
.join-our-team-inner a{
    padding: 20px 30px;
    background: #C39C2D;
    border-radius: 4px;
    color: #fff;
    margin-top: 15px;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
}

/********add new css*******/
body.cms-men.cms-page-view.page-layout-1column footer {
    margin-top: -10px;
}
body.cms-women.cms-page-view.page-layout-1column footer {
    margin-top: -10px;
}
body.cms-inhouse-fitting.cms-page-view.page-layout-1column footer {
    margin-top: -10px;
}
body.cms-showroom-fitting.cms-page-view.page-layout-1column footer {
    margin-top: -10px;
}
body.cms-showroom-fitting.cms-page-view.page-layout-1column main#maincontent {
    margin-top: -10px;
}
body.cms-virtual-fitting.cms-page-view.page-layout-1column #maincontent {
    margin-top: -10px;
}
body.cms-virtual-fitting.cms-page-view.page-layout-1column footer {
    margin-top: -10px;
}
.c-grid-20 ul li {
    margin-bottom: 5px;
}
body.cms-works.cms-page-view.page-layout-1column #maincontent {
    margin-top: -10px;
}
body.cms-works.cms-page-view.page-layout-1column footer {
    margin-top: -10px;
}
/********new footer css*******/
.c-grid-33{
    width: 33.33%;
    float: left;
    padding: 0 10px;
}
.c-grid-33 a{
    font-size: 14px;
    color: #807F81;
    line-height: 24px;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.c-grid-33 a:hover{
    color: #C39C2D;
}
.c-grid-33 h4{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    letter-spacing: 1.15px;
    margin-bottom: 20px;
}
.c-grid-33 ul{
    margin-bottom: 20px;
}

.logo-footer {
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
}
.news-letter {
    border-bottom: 1px solid #171717;
    width: 70%;
}
.foot-text-logo img {
    width: 160px;
}
.news-letter h3 {
    font-size: 18px;
}
.hot-it-works-tab-inner ul li {
    width: 33.33%;
    margin: 0px;
    padding: 0px;
}
.hot-it-works-tab-inner .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
    background: none;
}
.hot-it-works-tab-inner .nav-pills>li.active>a .tab-item{
    background: #EAD290;
}
.what-our-client-say{
    padding: 60px 100px;
    background: #DBDBDB;
}
.client-say-heading h1 {
    font-size: 36px;
    text-transform: uppercase;
    color: #C39C2D;
    margin-bottom: 60px;
    letter-spacing: 1.5px;
    width: 50%;
    line-height: 45px;
    position: relative;
}
.client-say-heading h1::before {
    content: '';
    position: absolute;
    display:none;
    left: -40px;
    top: -13px;
    height: 50px;
    width: 50px;
    background: #000;
    border-radius: 50px;
}
.client-say-heading h1::after {
    content: ' " ';
    display:none;
    position: absolute;
    left: -27px;
    top: 3px;
    font-size: 50px;
    color: #fff;
    border-radius: 50px;
}
.what-our-client-say .owl-controls {
    position: absolute;
    right: 0px;
    top: -145px;
}
.what-our-client-say .owl-theme .owl-controls .owl-nav [class*=owl-]{
    background: transparent !important;
    font-size: 30px;
    color: #C39C2D;
}
.client-item-inner{
    position: relative;
}
.client-item-inner::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    background: #bbb;
    left: -50px;
    top: 10%;
}
.client-item-inner h3{
    color: #C39C2D;
    font-size: 20px;
    margin: 15px 0px;
    text-transform: uppercase;
}
.client-item-inner p{
    color: #797979;
    font-size: 16px;
    line-height: 28px;
}
.client-info-pic{
    padding: 20px 0px;
}
.client-pic{
    width: 15%;
    float: left;
}
.client-info{
    width: 85%;
    float: left;
    padding: 10px;
}
.client-pic img{
    width: 70px;
    height: 70px;
    border-radius: 50px;
    overflow: hidden;
}
.client-info h5{
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}
.client-info p{
    color: #797979;
    font-size: 16px;
}
.homepage-product-slider .item-inner img {
    border-radius: 10px;
}
body.cms-about-us.cms-page-view.page-layout-1column footer {
    margin-top: -10px;
}
/*********product catagory listing page css start*********/
.filters-sec{
    background: #EEEEEE;
    padding: 15px 50px; 
    position: relative;
}
.new-first{
    width: 33.33%;
    float: left;
    text-align: left;
}
.filter-head{
    width: 33.33%;
    float: left;
    text-align: center;
}
.show-first{
    width: 33.33%;
    float: left;
    text-align: right;
}
.filter-head h5{
    font-size: 20px;
    color: #000;
}
.filters-sec span i{
    display: inline-block;
    padding-right: 0px 5px;
}
.catagory-banner-sec{
    margin: 0 50px;
    height: 300px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.catagory-banner-inner{
    padding: 100px 0 0 50px;
}
.catagory-banner-inner h4{
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 15px;
}
.catagory-banner-inner h1{
    font-size: 80px;
    color: #fff;
}

.prod-catagory-listing-sec{
    margin: 0 50px;
    padding: 60px 0px;
}
.filter-products-options ul{
    margin-bottom: 20px;
}
.filter-products-options ul li h4{
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.filter-products-options ul li{
    line-height: 30px;
}
.filter-products-options ul li a{
    color: #131313;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.80px;
    transition: all 300ms ease-in-out 0s;
}
.filter-products-options ul li.active a{
    color: #C39C2D;
}
.filter-products-options ul li a:hover{
    color: #C39C2D;
}
.product-listing ul li{
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 20px;
}
.prod-listing-img {
    height: 400px;
    overflow: hidden;
}
.prod-listing-img img {
    width: 100%;
}
.prod-listing-info{
    padding: 10px;

}
.prod-listing-info p{
    color: #131313;
    font-size: 15px;
    margin-bottom: 5px;
}
.prod-price{
    font-size: 13px !important;
    color: #656565 !important;
}
.product-filters-options{
    background: #f5f5f5;
    padding: 20px 50px;
    position: absolute;
    top:100%;
    left: 0px;
    width: 100%;
    z-index: 9999;
    opacity: 0;
    top: -100%;
    visibility: hidden;
    box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.2);
}
.product-filters-options ul {
    text-align: left;
}
.product-filters-options ul li {
    margin-bottom: 8px;
    line-height: 14px;
}
.product-filters-options .col-md-1, .product-filters-options .col-md-2,  .product-filters-options .col-md-3{
    padding: 0 8px;
}

.product-filters-options ul li a{
    color: #000;
    font-size: 12px;
}
.product-filters-options ul h5{
    color: #000;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 600;
}
ul.filters-options-size li {
    display: inline-block;
    width: 45px;
    margin: 5px;
    line-height: 26px;
    height: 28px;
    border: 1px solid #ccc;
    text-align: center;
    background: #fff;
    overflow: hidden;
}
.new-first span, .show-first span{
    cursor: pointer;
}
.open_filter_menu .product-filters-options{
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.pattern-filter img{
    width: 100%;
}

/*********fabrics listing catagory css************/
.catagory-banner-sec.fabrics-banner{
    margin: 0px;
}
.fabric-listing ul li{
    width:25%;
}
.fabric-listing .prod-listing-img {
    height: 300px;
    overflow: hidden;
}
.fabric-listing .prod-listing-info {
    height: 48px;
}
.pagination {
    display: block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    text-align: center;
} 

.discover-sec {
    height: 550px;
    margin: 0;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.disccover-inner{
    width: 45%;
    padding: 200px 0px 0px 50px;
}
.disccover-inner h1{
    font-size: 42px;
    color: #fff;
    margin-bottom: 20px;
}
.disccover-inner p{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}
.disccover-inner .gold-bg-btn{
    margin-top: 40px;
}
.gold-bg-btn a{
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    text-align: center;
    background: #C39C2D;
    display: inline-block;
    font-weight: 400; 
    letter-spacing: 1px;
    font-size: 15px;
    transition: all 300ms ease-in-out 0s;
}
.toolbar.toolbar-products,
.filter-options-title:after,
.block-subtitle.filter-subtitle,
.filter-options-content .items .item a .count{
    display:none;
}
.account #maincontent {
    padding: 0 50px !important;
}
#maincontent a.action {
    /* padding: 4px 10px; */
    /* background: #C39C2D; */
    border-bottom: 1px solid #797979;
    color: #797979;
}

.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong {
    border-color: #C39C2D !important;
}
.page-products .columns {
    padding: 0 50px;
}
.page-products .products-grid .product-item {
    width: calc((100% - 6%)/3) !important;
}
.page-products .product-item-info {
    width: 100%;
    text-align: center;
}
.page-products .products-grid .product-item {
    width: calc((100% - 6%)/3) !important;
}
.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: none;
    border: none;
    margin: 0px !important;
    padding: 0px !important;
    position: relative;
    z-index: 2;
}
.products-grid .product-item-info:hover .product-item-inner, .products-grid .product-item-info.active .product-item-inner {
    display: none !important;
}
.filter-options-item {
    border-bottom: none !important;
    padding-bottom: 10px;
}
.disccover-inner h1 {
    font-weight: 500 !important;
}
section.catagory-banner-sec {
    margin-bottom: 25px !important;
}
a.action-custom span {
    color: #000;
    font-size: 15px;
}
.control select {
    border-radius: 0px;
    height: 50px;
    padding: 10px 15px;
    font-size: 17px;
    border: 1px solid #C39C2D;
    margin-bottom: 20px;
}
.control select:focus {
    box-shadow: none;
}
.cms-meetteam footer {
    margin-top: -10px;
}
.filter-options-title {
    margin-top: 20px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}
.filter-options-content a{
    color: #131313 !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.80px;
    transition: all 300ms ease-in-out 0s;
}
.filter-options-content a:hover {
    background: none !important;
    color: #C39C2D !important;
}
.filter-options-title {
    margin-top: 20px;
}
.page-products span.product-image-container {
    width: 300px !important;
}
.page-products img.product-image-photo {
    width: 300px !important;
}
.filter-options-title {
    margin-top: 20px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
}
.filter-options-content a{
    color: #131313 !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.80px;
    transition: all 300ms ease-in-out 0s;
}
.filter-options-content a:hover {
    background: none !important;
    color: #C39C2D !important;
}
.filter-options-title {
    margin-top: 20px;
}
.page-products span.product-image-container {
    width: 300px !important;
}
.page-products img.product-image-photo {
    width: 300px !important;
}
.catalog-category-view .hov-img {
    opacity: 0;
}
span.product-image-container:hover .hov-img {
    opacity: 1 !important;
}
.catalog-category-view .hov-img img {
    width: 248px;
    height: 100%;
    z-index: 99999;
    position: absolute;
    left: 26px;
    top: 0px;
}
.bio-right-img {
    width: 50%;
    float: left;
}
.account .box-content p {
    color: #797979;
}
.account .block-collapsible-nav .content {
    background: #fff !important;
    padding: 15px 0;
}
.account .block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong {
    border-color: #fff !important;
    color: #C39C2D;
}
.account .block-collapsible-nav .item a:hover {
    background: #fff !important;
}
.account .block-collapsible-nav .item .delimiter {
    border-top: none !important;
    margin: 0px !important;
}

.account-page-banner {
    height: 200px;
    margin-bottom: 30px;
    background: linear-gradient(to right, #ccc, #f5f5f5);
    position: absolute;
    width: 100%;
    left: 0px;
}
.account-page-banner h1 {
    padding-left: 70px;
    color: #fff;
    padding-top: 70px;
    letter-spacing: 0.5px;
}
.account.customer-account-index .sidebar.sidebar-main {
    padding-top: 220px;
}
.account.customer-account-index .block.block-dashboard-info {
    padding-top: 220px;
}
.account.customer-account-index .account .messages {
    margin-bottom: 0px;
}
.account .messages {
    margin-bottom: 0 !important;
}
.account.sales-order-history .sidebar.sidebar-main {
    padding-top: 220px;
}
.account.sales-order-history .message.info.empty {
    margin-top: 150px;
}
.account.wishlist-index-index .sidebar.sidebar-main {
    padding-top: 220px;
}
/*.account.wishlist-index-index .message.info.empty {
    margin-top: 150px;
}*/
.account.customer-address-form .sidebar.sidebar-main {
    padding-top: 220px;
}
.account.customer-address-form .form-address-edit {
    margin-top: 220px;
}
.account.customer-account-edit .sidebar.sidebar-main {
    padding-top: 220px;
}
.account.customer-account-edit .form-edit-account {
    margin-top: 220px;
}
.account.review-customer-index .sidebar.sidebar-main {
    padding-top: 220px;
}
.account.review-customer-index .message.info.empty {
    margin-top: 150px;
}
.account.newsletter-manage-index .sidebar.sidebar-main {
    padding-top: 220px;
}
.account.newsletter-manage-index .form-newsletter-manage {
    margin-top: 160px;
}
#style-advisor-modal .modal-body{
    padding: 0px;
}
#style-advisor-modal .modal-dialog {
    width: 850px;
}
#style-advisor-modal .bio-right-img {
    height: 520px;
    overflow: hidden;
}
#style-advisor-modal .bio-left-info {
    height: 520px;
    overflow: hidden;
}
#style-advisor-modal .bio-right-img img{
    height: 100%;
}
.style-advsr-bio h3{
    font-size: 20px;
    margin-bottom: 5px;
}
.style-advr-info{
    text-align: center;
    position: relative;
    padding: 20px 20px 0 20px;
}
.style-advr-info h1{
    font-size: 26px;
    margin-bottom: 15px;
}
.style-advr-info h5{
    margin-bottom: 20px;
}
.bio-left-info p {
    font-size: 15px;
    line-height: 22px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}
.book-app-btn.style-advsr-appointment {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.style-advsr-bio h3 {
    text-transform: uppercase;
    color: #222;
    font-size: 16px;
}
.style-advsr-bio img{
    width: 35px;
    padding-right: 8px;
}
/***********consultation details page**********/
#consultation_details_banner_slider .item{
    height: calc(100vh - 146px);
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
#consultation_details_banner_slider .item-inner {
    position: absolute;
    width: 50%;
    left: 80px;
    top: 50%;
    text-align: left;
    transform: translateY(-50%);
}
#consultation_details_banner_slider .item-inner p{
    width: 100%;
    font-size: 18px;
    color: #fff;
    margin: 20px 0px;
    line-height: 28px;
}
.call-us{
    color: #C39C2D !important;
    font-weight: 600 !important; 
}
#consultation_details_banner_slider .item-inner h4{
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
#consultation_details_banner_slider .item-inner h1{
    font-size: 54px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #C39C2D; 
    display: inline-block;
    border-bottom: 1px solid #C39C2D; 
}
#consultation_details_banner_slider .item-inner a{
    padding: 10px 20px;
    background: #fff;
    border-radius: 4px;
    color: #000;
    margin-top: 15px;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 1px;
    transition: all 300ms ease-in-out 0s;
}
#consultation_details_banner_slider .item-inner a:hover{
    background: #C39C2D;
    color: #fff;
}
.view-showroom {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}
.view-showroom p{
    color: #fff;
    font-size: 17px;
}
.view-showroom i{
    font-size: 28px;
    color: #C39C2D;
    padding-left: 5px;
}
.style-advisor-sec{
    padding: 50px 100px;
}
.style-advisor-sec h1{
    font-size: 36px;
    color: #C39C2D;
    margin-bottom: 30px;
}
.style-advisor-sec .owl-theme .owl-controls .owl-nav [class*=owl-]{
    background: #EEEEEE !important;
    font-size: 24px;
    color: #818181;
    position: absolute;
    top: 50%;
    padding: 0px;
    margin: 0px;
    width: 35px;
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
}
.style-advisor-sec .owl-theme .owl-controls .owl-nav .owl-prev{
    left: -50px
}
.style-advisor-sec .owl-theme .owl-controls .owl-nav .owl-next{
    right: -50px
}
.style-advisor-sec .image-items{
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
}  
.book-app-btn a{
    width: 100%;
    text-align: center;
    padding: 15px 5px;
    color: #fff;
    display: inline-block;
    background: #C39C2D;
}
.book-app-btn a i{
    padding-right: 10px;
    font-size: 18px;
    color: #fff;
}
.sa-info{
    position: relative;
    padding: 10px;
}
span.sa-address {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.v-appointment-sec{
    margin: 0px 100px 50px;
    height: 350px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}
.v-appointment-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.v-appointment-inner h1{
    font-size: 36px;
    letter-spacing: 1px;
    margin-bottom: 30px;
    color: #fff;
}
.v-appointment-inner h4{
    font-size: 30px;
    color: #fff;
}
.what-our-client-say{
    padding: 60px 100px;
    background: #DBDBDB;
}

.client-say-heading h1 {
    font-size: 36px;
    text-transform: uppercase;
    color: #C39C2D;
    margin-bottom: 60px;
    letter-spacing: 1.5px;
    width: 50%;
    line-height: 45px;
    position: relative;
}
.client-say-heading h1::before {
    content: '';
    position: absolute;
    left: -40px;
    top: -13px;
    height: 50px;
    width: 50px;
    background: #000;
    border-radius: 50px;
}
.client-say-heading h1::after {
    content: ' " ';
    position: absolute;
    left: -27px;
    top: 3px;
    font-size: 50px;
    color: #fff;
    border-radius: 50px;
}
.what-our-client-say .owl-controls {
    position: absolute;
    right: 0px;
    top: -145px;
}
.what-our-client-say .owl-theme .owl-controls .owl-nav [class*=owl-]{
    background: transparent !important;
    font-size: 30px;
    color: #C39C2D;
}
.client-item-inner{
    position: relative;
}
.client-item-inner::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    background: #bbb;
    left: -50px;
    top: 10%;
}
.client-item-inner h3{
    color: #C39C2D;
    font-size: 20px;
    margin: 15px 0px;
    text-transform: uppercase;
}
.client-item-inner p{
    color: #797979;
    font-size: 16px;
    line-height: 28px;
}
.client-info-pic{
    padding: 20px 0px;
}
.client-pic{
    width: 15%;
    float: left;
}
.client-info{
    width: 85%;
    float: left;
    padding: 10px;
}
.client-pic img{
    width: 70px;
    height: 70px;
    border-radius: 50px;
    overflow: hidden;
}
.client-info h5{
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}
.client-info p{
    color: #797979;
    font-size: 16px;
}
/*************style advisor modal css*********/
#style-advisor-modal .modal-body{
    padding: 0px;
}
#style-advisor-modal .modal-dialog {
    width: 850px;
}
#style-advisor-modal .bio-right-img {
    height: 520px;
    overflow: hidden;
}
#style-advisor-modal .bio-left-info {
    height: 520px;
    overflow: hidden;
}
#style-advisor-modal .bio-right-img img{
    height: 100%;
}
.style-advsr-bio h3{
    font-size: 20px;
    margin-bottom: 5px;
}
.style-advr-info{
    text-align: center;
    position: relative;
    padding: 20px 20px 0 20px;
}
.style-advr-info h1{
    font-size: 26px;
    margin-bottom: 15px;
}
.style-advr-info h5{
    margin-bottom: 20px;
}
.bio-left-info p {
    font-size: 15px;
    line-height: 22px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}
.book-app-btn.style-advsr-appointment {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.style-advsr-bio h3 {
    text-transform: uppercase;
    color: #222;
    font-size: 16px;
}
.style-advsr-bio img{
    width: 35px;
    padding-right: 8px;
}
.account .box-content p {
    color: #797979;
}
.account .block-collapsible-nav .content {
    background: #fff !important;
    padding: 15px 0;
}
.account .block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong {
    border-color: #fff !important;
}
.account .block-collapsible-nav .item a:hover {
    background: #fff !important;
}
.account .block-collapsible-nav .item .delimiter {
    border-top: none !important;
    margin: 0px !important;
}

.account-page-banner {
    height: 200px;
    margin-bottom: 30px;
    background: linear-gradient(to right, #ccc, #f5f5f5);
    position: absolute;
    width: 100%;
    left: 0px;
}
.account-page-banner h1 {
    padding-left: 70px;
    color: #fff;
    padding-top: 70px;
    letter-spacing: 0.5px;
}
.account.customer-account-index .sidebar.sidebar-main {
    padding-top: 220px;
}
.account.customer-account-index .block.block-dashboard-info {
    padding-top: 220px;
}
.account.customer-account-index .account .messages {
    margin-bottom: 0px;
}
.account .messages {​​​​​​​
                    margin-bottom: 0 !important;
}​​​​​​​
.account.sales-order-history .sidebar.sidebar-main {​​​​​​​
                                                    padding-top: 220px;
}​​​​​​​
.account.sales-order-history .message.info.empty {​​​​​​​
                                                  margin-top: 150px;
}​​​​​​​
.account.wishlist-index-index .sidebar.sidebar-main {​​​​​​​
                                                     padding-top: 220px;
}​​​​​​​
.account.wishlist-index-index .message.info.empty {​​​​​​​
                                                   margin-top: 150px;
}​​​​​​​
.account.customer-address-form .sidebar.sidebar-main {​​​​​​​
                                                      padding-top: 220px;
}​​​​​​​
.account.customer-address-form .form-address-edit {​​​​​​​
                                                   margin-top: 220px;
}​​​​​​​
.account.customer-account-edit .sidebar.sidebar-main {​​​​​​​
                                                      padding-top: 220px;
}​​​​​​​
.account.customer-account-edit .form-edit-account {​​​​​​​
                                                   margin-top: 220px;
}​​​​​​​
.account.review-customer-index .sidebar.sidebar-main {​​​​​​​
                                                      padding-top: 220px;
}​​​​​​​
.account.review-customer-index .message.info.empty {​​​​​​​
                                                    margin-top: 150px;
}​​​​​​​
.account.newsletter-manage-index .sidebar.sidebar-main {​​​​​​​
                                                        padding-top: 220px;
}​​​​​​​
.account.newsletter-manage-index .form-newsletter-manage {​​​​​​​
                                                          margin-top: 160px;
}​​​​​​​
/********** wishlist slider css ************/
.wishlist-slider-sec{
    padding: 30px 0px;
}
.wishlist-item {
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #00000029;
    overflow: hidden;
}
.wish-close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 999;
    border: 1px solid #ddd;
    width: 25px;
    height: 25px;
    background: #fff;
    text-align: center;
    border-radius: 50px;
    line-height: 26px;
    cursor: pointer;
}
.wish-close-btn i{
    font-size: 15px;
}
.wishlist-img {
    height: 350px;
    overflow: hidden;
    position: relative;
}
.wishlist-img img {
    width: 100%;
}
.wishlist-info{
    padding: 20px 10px;
    box-shadow: 0px 3px 6px #00000029;
}
.wishlist-info h5{
    font-size: 17px;
    color: #000;
    margin-bottom: 10px;
}
.wishlist-info  p{
    font-size: 13px;
    color: #000;
}
.move-to-bag-btn a{
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    display: inline-block;
    padding: 7px 30px;
}
.wishlist-slider-sec .owl-theme .owl-controls .owl-nav [class*=owl-]{
    background: #EEEEEE !important;
    font-size: 24px;
    color: #818181;
    position: absolute;
    top: 40%;
    padding: 0px;
    margin: 0px;
    width: 35px;
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
}
.wishlist-slider-sec .owl-theme .owl-controls .owl-nav .owl-prev{
    left: -50px
}
.wishlist-slider-sec .owl-theme .owl-controls .owl-nav .owl-next{
    right: -50px
}
/*.account.sales-order-history .table-wrapper.orders-history {
    padding-top: 150px;
}*/
.account.wishlist-index-index .toolbar.wishlist-toolbar {
    padding-top: 150px;
}
.account.customer-address-index .sidebar.sidebar-main {
    margin-top: 220px;
}
.account.customer-address-index .block.block-addresses-default {
    padding-top: 235px;
}
.account.sales-order-view .sidebar.sidebar-main {
    margin-top: 220px;
}
.account.sales-order-view ul.items.order-links {
    margin-top: 240px;
}
/***************order history css****************/
.table-wrapper.orders-history {
    margin-top: 160px;
}
.order-history-heading {
    padding-bottom: 25px;
}
.order-history-heading h3{
    font-size: 18px;
    font-weight: 600;
    color: #000000
}
.order-history-item{
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
}
.order-history-left{
    width: 40%;
    float: left;
    text-align: center;
    height: 250px
}
.order-history-right{
    width: 60%;
    float: left;
    background: #FBFBFB;
    padding: 20px 10px 10px 10px;
    height: 250px;
}
.order-history-left img{
    width: 180px;
}
.order-history-right p{
    color: #818181;
    font-size: 16px;
}
.order-history-right p span{
    padding-right: 7px;
}
.order-deliverd{
    color: #1EA333 !important;
    font-size: 18px !important;
}
.order-history-right h5 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #000;
}
p.order-ref {
    font-size: 12px;
    color: #797979;
} 
.account.sales-order-view .order-details-items {
    border: none !important;
    padding: 0px !important;
}
.account.sales-order-view li.nav.item.current {
    display: none;
}
.account.wishlist-index-index .product-item-inner {
    position: static !important;
    box-shadow: none !important;
    border: none !important;
}
.account.wishlist-index-index button.action.tocart.primary {
    width: 100%;
    font-size: 16px;
    padding: 7px 25px;
}
.account.wishlist-index-index .field.comment-box,
.account.wishlist-index-index .box-tocart .fieldset .field.qty,
.product-item-actions,
.account.wishlist-index-index .product-item-actions a.action.edit{
    display:none;
}

.toolbar.wishlist-toolbar .pager{
    display:none;
}
.product-item-inner .box-tocart .product-item-actions{
    display:block;
}
.wish-close-btn a.action {
    border-bottom: none !important;
}
.mesure-status{
    margin: 25px 0px;
    width: 600px;
    /*margin-left: 100px;*/
}
.mesure-status-box{
    padding: 20px;
    box-shadow: 0px 3px 6px #00000029;
}
.mesure-status-alert-icon{
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50px;
    background: red;
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.mesure-status-box-left{
    width: 10%;
    float: left;
    padding-top: 15px;
}
.mesure-status-box-center{
    width: 80%;
    float: left;
}
.mesure-status-box-right{
    width: 10%;
    float: left;
    padding-top: 15px;
}
.mesure-status-box-center h2{
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
}
.mesure-status-box-center p{
    color: #B1B1B1;
    font-size: 17px;
}
.mesure-status-box-right i {
    font-size: 32px;
}
.mesure-status-bottom{
    margin-top: 30px;
}
.mesure-status-bottom p{
    color: #797979;
    font-size: 17px;
    margin-bottom: 20px;
}
.mesure-status-bottom a{
    color: #797979;
    font-size: 15px;
    position: relative;
    border-bottom: 1px solid #797979;
}
.first-a{
    margin-right: 10px;
}
.second-a{
    margin-left: 10px;
}
.mesure-status-bottom a.first-a::after {
    content: '';
    width: 1px;
    height: 15px;
    background: #797979;
    position: absolute;
    right: -10px;
    top: 5px;
}
.order-history-item.clearfix {
    margin: 20px 0px;
}
.order-products-toolbar.toolbar.bottom{
    display: none;
}
.catalog-product-view .product-info-main {
    padding: 40px 20px !important;
}
.catalog-product-view h1.page-title {
    color: #000!important;
    font-size: 30px !important;
    text-align: left !important;
}
.catalog-product-view span.price-label {
    display: none !important;
}
.catalog-product-view .price-wrapper span {
    font-size: 18px !important;
    color: #000 !important;
}
.catalog-product-view .product-info-main .product-info-price {
    color: #000 !important;
    border-bottom: none !important;
    margin-bottom: 0 !important;
}
.catalog-product-view .product-info-main .product-add-form {
    padding-top: 0 !important;
}
.catalog-product-view .swatch-option {
    height: 20px !important;
    min-width: 20px !important;
    border-radius: 50px !important;
}
.catalog-product-view .product-options-bottom .box-tocart .primary.customize {
    display: inline-block;
    border-radius: 0px !important;
    background: #000;
    color: #fff !important;
    margin-right:10px;
    width: 130px !important;
    padding: 10px 20px !important;
}
.catalog-product-view .box-tocart .field.qty label {
    display: none !important;
}
.catalog-product-view .box-tocart .field.qty .control input {
    height: 40px !important;
    margin-bottom: 0px !important;
}
.catalog-product-view .field.qty {
    display: inline-block;
}
.catalog-product-view .box-tocart .actions {
    display: inline !important;
}
.catalog-product-view .action.primary.tocart {
    width: 130px !important;
    height: 40px;
    line-height: 14px;
    font-size: 15px;
}
.catalog-product-view .box-tocart .action.tocart {
    vertical-align: middle !important;
}
.catalog-product-view  .fieldset{
    margin:0px !important;
}
.catalog-product-view a.mesure-optn {
    color: #797979;
    border-bottom: 1px solid #797979;
    margin-right: 30px;
}
.catalog-product-view a.action.towishlist {
    border-bottom: none !important;
    font-weight: 400 !important;
}
.product.attribute.overview h4 {
    margin-bottom: 10px;
}
.product-details-social-sec ul li {
    display: inline-block;
    margin: 0 8px;
}
.product-details-social-sec ul li a {
    color: #797979;
    font-size: 20px;
}
.product-details-social-sec {
    margin-bottom: 10px;
}
.product-details-social-sec h4 {
    margin-bottom: 7px;
}
a.mat-care {
    color: #797979;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px !important;
    border-bottom: 1px solid #797979;
}
.field.qty .control {
    display: inline-block !important;
    vertical-align: middle !important;
}
.products.wrapper.grid.products-grid.products-related .page-layout-1column .products-grid .product-item {
    width: 25% !important;
    text-align: center !important;
}
.products.wrapper.grid.products-grid.products-related .product-item-info {
    max-width: 100% !important;
    width: 300px !important;
}
.products.wrapper.grid.products-grid.products-related .field.choice.related {
    display: none;
}
.products.wrapper.grid.products-grid.products-related .block.upsell {
    width: 90% !important;
    margin: 0 auto !important;
}
.page-layout-1column .products-grid .product-item {
    width: 25% !important;
    text-align: center !important;
}
.product-item-info {
    max-width: 100% !important;
    width: 300px !important;
}
.field.choice.related {
    display: none !important;
}
.block.upsell {
    /*    width: 90% !important;
        margin: 0 auto !important;*/
}
.block.related {
    float: left;
    /* width: 90%; */
    /* margin-left: 5%; */
}
.block.upsell .block-title.title {
    position: relative;
    width: 100%;
    float: left;
}
.catalog-product-view .block-content.content .block-actions {
    display: none;
}
.account.review-customer-view .sidebar.sidebar-main {
    margin-top: 220px;
}
.account.review-customer-view .customer-review.view {
    padding-top: 160px;
} 
.plus-minus-outer input,
textarea {
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    margin: 0;
    outline: none;
    padding: 10px;
}

.plus-minus-outer input[type="button"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.plus-minus-outer input::-webkit-outer-spin-button,
.plus-minus-outer input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.plus-minus-outer .input-group {
    clear: both;
    margin: 15px 0;
    position: relative;
}

.plus-minus-outer .input-group input[type='button'] {
    background-color: #eeeeee;
    font-size: 16px;
    min-width: 38px;
    width: auto;
    transition: all 300ms ease;
}

.plus-minus-outer .input-group .button-minus,
.plus-minus-outer .input-group .button-plus {
    font-weight: bold;
    height: 38px;
    padding: 0;
    width: 38px;
    position: relative;
}

.plus-minus-outer .input-group .quantity-field {
    position: relative;
    height: 38px;
    left: -6px;
    text-align: center;
    width: 45px;
    display: inline-block;
    font-size: 16px;
    margin: 0 0 5px;
    resize: vertical;
}

.plus-minus-outer .button-plus {
    left: -13px;
}

.plus-minus-outer input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}
.catalog-product-view #maincontent {
    padding: 0 100px !important;
}
.product-reviews-summary.short{
    display:none;
}
.customize a{
    color:#FFF;
}
.btn_style1 {
    background: #000;
    padding: 5px 10px;
    border-radius: 0px;
    border: 1px solid #000;
    color: #fff;
}
.review-customer-index .table-wrapper.reviews {
    margin-top: 150px;
}
.design-salesrep-index .sidebar.sidebar-main {
    margin-top: 220px;
}
.design-salesrep-index .page-title-wrapper {
    padding-top: 160px;
}

/********custom material-care popup css********/
.right-material-popup {
    position: fixed;
    width: 600px;
    background: #fff;
    z-index: 99999;
    right: 0px;
    top: -100%;
    padding: 50px 20px 40px 20px;
    border-left: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    box-shadow: 0px 3px 6px #00000029;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.open-right-custom-popup .right-material-popup {
    top: 0px;
}

.right-material-popup-inner{
    margin: 0 50px;
}
span.right-close-popup {
    position: absolute;
    right: 20px;
    color: #333;
    top: 15px;
    font-size: 20px;
    cursor: pointer;
}
.right-material-popup-head {
    padding: 20px 0px;
    border-bottom: 1px solid #797979;
    margin-bottom: 20px;
}
.right-material-popup-body img{
    width: 20px;
    margin-right: 20px;
}
.right-material-popup-body p{
    color: #000;
}

/********custom mesurement popup css********/
.right-mesurement-popup {
    position: absolute;
    width: 600px;
    height: 870px;
    background: #fff;
    z-index: 99999;
    right: 0px;
    top: -100%;
    padding: 50px 20px 40px 20px;
    border-left: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    box-shadow: 0px 3px 6px #00000029;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.open-mesure-custom-popup .right-mesurement-popup {
    top: 0px;
}
.right-mesurement-popup-body h6 {
    font-size: 16px;
    border-bottom: 1px solid #797979;
    margin-bottom: 10px;
    display: inline-block;
}
.right-mesurement-popup-inner{
    margin: 0 50px;
}
span.right-close-popup {
    position: absolute;
    right: 20px;
    color: #333;
    top: 15px;
    font-size: 20px;
    cursor: pointer;
}
.right-mesurement-popup-head {
    padding: 20px 0px;
    border-bottom: 1px solid #797979;
    margin-bottom: 20px;
}
.right-mesurement-popup-body img{
    width: 20px;
    margin-right: 20px;
}
.right-mesurement-popup-body p{
    color: #000;
}
#minicart-content-wrapper img.product-image-photo {
    width: 75px !important;
    height: 75px !important;
}
.checkout-cart-index .cart-container {
    padding: 0 60px;
}
.checkout-cart-index .hov-img {
    display: none;
}
.checkout-cart-index button.action.update {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    border-radius: 0px;
}
h1.page-title {
    color: #000;
    margin-top: 15px;
    font-size: 30px;
}
.cms-noroute-index #maincontent {
    padding: 0 100px !important;
}
.customer-account-logoutsuccess #maincontent {
    padding: 0 100px !important;
    text-align: center;
}
.checkout-cart-index #maincontent {
    padding: 0 100px !important;
}
.checkout-cart-index .cart-empty {
    text-align: center;
}
/********book-appointment popup css*********/
.book-an-appointment-modal .close {
    opacity: 0.8;
    color: #f5f5f5 !important;
    box-shadow: none;
}
#book-appointment-modal .modal-dialog {
    width: 870px;
}
#book-appointment-modal .modal-content {
    background: #212F48;
    border-radius: 10px;
    min-height: 522px;
    color: #fff;
    padding: 20px;
    margin-top: 20px !important;
}
#book-appointment-modal .hot-it-works-tab-inner {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 30px;
}
#book-appointment-modal .tab-item {
    padding: 15px 20px;
    background: #fff;
    width: 100%;
}
#book-appointment-modal .tab-item img {
    width: 80px;
    margin-bottom: 20px;
}
#book-appointment-modal .tab-item h4 {
    font-size: 16px;
    color: #676767;
}
#book-appointment-modal .tab-item.active{
    background: #EAD290 !important;
}



.appointment-form-heading{
    color: #C39C2D !important;
    margin-bottom: 10px;
}
.form-appointment input.form-control {
    background: #D6D6D6;
    height: 45px;
    border-radius: 0px;
}
.form-appointment input.form-control:focus {
    box-shadow: none;
}
.form-appointment label{
    font-weight: 500 !important;
}
.form-appointment textarea.form-control {
    background: #D6D6D6;
    height: 80px;
    border-radius: 0px;
}
.form-appointment .form-group {
    margin-bottom: 15px;
}
.do-not-account{
    text-align: center;
}
.do-not-account a{
    color: #C39C2D;
}
.do-not-account p {
    font-size: 16px;
}
.finish-back-btn{
    position: relative;
}
.finish-back-btn a {
    font-size: 15px;
    color: #fffd;
    float: left;
}
a.finish-btn {
    position: absolute;
    right: 0;
    float: right;
}
.appointment-calender .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all {
    margin: 0 auto;
    width: 400px;
    background: #212F48;
    border: none !important;
    box-shadow: none !important;
}
.appointment-calender .ui-datepicker .ui-datepicker-calendar td {
    border: none;
}
.appointment-calender .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    font-weight: normal !important;
    background: #212F48 !important;
    color: #fff !important;
    text-align: center;
}
.appointment-calender .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 1;
}
.appointment-calender .ui-datepicker .ui-datepicker-calendar th {
    background: #212F48 !important;
    border: #212F48 1px solid;
    padding: 4px;
    color: #fff !important;
    text-transform: uppercase;
}
.appointment-calender .ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #212F48 !important;
    opacity: 1 !important;
}
.appointment-calender .ui-datepicker td {
    padding: 0 !important;
}
.appointment-calender .ui-datepicker .ui-datepicker-next {
    left: 40px !important;
}

.appointment-calender .ui-datepicker .ui-datepicker-title {
    text-align: left !important;
    font-size: 14px;
    padding-left: 35px !important;
}

.time-slot {
    width: 400px;
    margin: 0 auto;
}
.time-slot p {
    color: #C39C2D;
    font-size: 16px;
}
.time-slot li {
    display: inline-block;
    padding: 0;
    margin: 4px;
    border-radius: 5px;
    color: #333;
    background: #fff;
    position:relative;
}
li.time-slot-disable {
    background: #555;
}
.time-slot li.active {
    background: #C39C2D;
}
.hide{
    display: none;
}
#book-appointment-modal .tab-item {
    position: relative;
}
.tab-item input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 0px !important;
    z-index: 99999;
    opacity: 0;
    cursor: pointer;
}
.minicart-wrapper .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog {
    position: relative;
    background: #fff;
}
.time-slot input[type="radio"]:checked + label {
    background: #C39C2D;
    color: #fff;
}
li.time-slot-disable label:hover {
    cursor: no-drop !important;
    background: #555;
}
.time-slot label {
    margin: 0px;
    border-radius: 5px;
    font-weight: 500 !important;
    padding: 5px 10px;
    width: 85px;
    position: relative;
    cursor: pointer;
    transition: all ease-in-out 0s;
    -o-transition: all ease-in-out 0s;
    -moz-transition: all ease-in-out 0s;
    -webkit-transition: all ease-in-out 0s;
}

.time-slot li input {
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 0px !important;
    z-index: 99999;
    opacity: 0;
    cursor: pointer;
    margin: 0px !important;
    padding: 0px !important;
}
.ui-datepicker-year{
    display:none;
}
.catalog-product-view span.product-image-container {
    width: 240px !important;
}
.catalog-product-view img.product-image-photo {
    width: 240px !important;
}

.availability-sec {
    position: absolute;
    top: 9px;
    right: 225px;
}
.availability-sec li {
    display: inline-block;
    margin: 0 8px;
    position: relative;
    font-size: 12px;
}
.availability-sec li::before {
    content: '';
    width: 8px;
    border-radius: 50px;
    height: 8px;
    background: #fff;
    position: absolute;
    left: -13px;
    top: 4px;
}
li.t-not-available::before {
    background: #707070;
}
li.t-selected::before {
    background: #C39C2D;
}
.appointment-calender table.ui-datepicker-calendar {
    margin-top: 5px !important;
}
#book-appointment-modal .tab-item {
    position: relative;
}
.tab-item input {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 0px !important;
    z-index: 99999;
    opacity: 0;
    cursor: pointer;
}
.appointment-form input[type="radio"]:checked + label {
    background: #EAD290;
}

.availability-sec {
    position: absolute;
    top: 9px;
    right: 230px;
}

.availability-sec li {
    display: inline-block;
    margin: 0 8px;
    font-size: 12px;
}
.availability-sec li::before {
    content: '';
    width: 8px;
    border-radius: 50px;
    height: 8px;
    background: #fff;
    position: absolute;
    left: -13px;
    top: 4px;
}
li.t-not-available::before {
    background: #707070;
}
li.t-selected::before {
    background: #C39C2D;
}
.appointment-calender table.ui-datepicker-calendar {
    margin-top: 5px !important;
}

.appointment-calender .ui-state-default, .ui-widget-content .ui-state-default, .appointment-calender .ui-widget-header .ui-state-default {
    border: 1px solid #212F48 !important;
}
.appointment-calender .ui-datepicker .ui-datepicker-calendar {
    border: #212F48 1px solid !important;
}
form#form-appointment .form-control {
    background: #D6D6D6;
    height: 45px;
    border-radius: 0px;
}
.appointment-calender .ui-datepicker .ui-datepicker-calendar {
    border: #212F48 1px solid !important;
    font-size: 18px;
}
.appointment-calender td.ui-datepicker-unselectable.ui-state-disabled.undefined .ui-state-default {
    color: #707070!important;
}
.appointment-calender a.ui-state-default.ui-state-highlight.ui-state-active {
    color: #fff !important;
}
.tab-item label {
    padding: 10px;
}
a.ui-state-default.ui-state-active {
    background: #C39C2D !important;
}
.appointment-form .form-group label {
    font-weight: 500 !important;
}
.appointment-form textarea.form-control {
    height: 70px !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    text-align: center;
    width: 25px !important;
    height: 25px !important;
    line-height: 25px !important;
    border-radius: 50px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: 50%;
    margin-top: -5px;
}
span.ui-datepicker-month {
    background: #4C4E51;
    padding: 7px 15px;
    color: #C39C2D;
    border-radius: 5px;
}
.time-slot label:hover {
    background: #C39C2D;
}
.referral-account-index .sidebar.sidebar-main {
    margin-top: 220px;
}
.referral-account-index .block-content.dashed-border {
    margin-top: 240px;
}

.referral-account-index .tab-content {
    padding: 15px;
    width: 70%;
}
.referral-account-index a.nav-link {
    color: #333;
}
.referral-account-index ul.nav.nav-tabs {
    width: 70%;
}
.referral-account-index .sidebar.sidebar-main {
    margin-top: 220px;
}
.referral-account-index .block-content.dashed-border {
    margin-top: 240px;
}

.referral-account-index .tab-content {
    padding: 15px;
    width: 70%;
}
.referral-account-index a.nav-link {
    color: #333;
}
.referral-account-index ul.nav.nav-tabs {
    width: 70%;
}
.minicart-wrapper .block-minicart {
    right: 0;
    box-shadow: none;
}
.design-appointment-index .sidebar.sidebar-main {
    padding-top: 220px;
}
.design-appointment-index .page-title-wrapper {
    padding-top: 220px;
}
.design-appointment-index .sidebar.sidebar-main {
    padding-top: 220px;
}
.design-appointment-index .table-wrapper {
    padding-top: 240px;
}
.time-slot .time-slot-disable input[type="radio"]:checked + label {
    background: #555;
    color: #000;
}
body.checkout-index-index.page-layout-checkout #maincontent {
    padding: 0 60px !important;
    margin-top: 15px;
}
body.checkout-index-index.page-layout-checkout header.page-header {
    display: none;
}
.modal-inner-wrap div {
    box-shadow: none;
}
span.sucess_msg {
    text-align: center;
    display: block;
    font-size: 16px;
    padding: 20px;
}
.modal-inner-wrap .modal-popup .modal-footer {
    padding-bottom: 10px;
    padding-top: 10px;
}
button.action-primary.action-accept {
    background: #000;
    color: #fff;
    border-radius: 0px;
    border: none;
}
button.action-primary.action-accept{
    background: #000;
    color: #fff;
}
li.time-slot-disable input[type="radio"]:disabled {
    opacity: 0;
}    

div#appointment-view-modal .modal-content {
    width: 700px;
    background: #212F48;
    color: #fff;
    margin: 0 auto;
    border-radius: 10px;
}
.appointmentinfo {
    padding: 20px;
}
#appointment-view-modal button.close {
    box-shadow: none;
    opacity: 1;
}
#appointment-view-modal i.fa.fa-close {
    color: #fff;
}
/*.design-salesrep-index .table-wrapper {
    padding-top: 240px;
}*/
.form-discount input {
    height: 35px;
}
button.action.action-apply {
    background: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 0px !important;
}
form#discount-coupon-form input {
    height: 35px;
}
button.action.apply.primary {
    background: #000 !important;
    color: #fff !important;
}
.new-address-popup button.action.action-show-popup {
    background: #000 !important;
    color: #fff !important;
}
div#shipping-new-address-form {
    padding: 15px 0px;
}
.multishipping-checkout-addresses header.page-header {
    display: none;
}
.multishipping-checkout-addresses #maincontent {
    padding: 0 60px !important;
}
#checkout_multishipping_form button.action {
    background: #000 !important;
    color: #fff !important;
}
.multishipping-checkout-addresses button.action.update {
    margin-left: 10px !important;
}
.multishipping-checkout_address-newshipping header.page-header {
    display: none;
}
.multishipping-checkout_address-newshipping #maincontent {
    padding: 0 60px !important;
}
.multishipping-checkout-shipping header.page-header {
    display: none;
}
.multishipping-checkout-shipping #maincontent {
    padding: 0 60px !important;
}
header.page-header {
    display: none;
}
.multishipping-checkout-billing #maincontent {
    padding: 0 60px !important;
}
.multishipping-checkout-overview #maincontent {
    padding: 0 60px !important;
}
.multishipping-checkout-results #maincontent {
    padding: 0 60px !important;
}
.page-products.categorypath-fabrics .products-grid .product-item {
    width: calc((100% - 6%)/4) !important;
}
.categorypath-fabrics.catalog-category-view .hov-img img {
    width: 248px;
    height: 222px;
    z-index: 99999;
    position: absolute;
    left: 0;
    top: 28px;
}
.category-fabrics .products-grid .product-item {
    float: left;
}
.catalog-product-view.category-fabrics li.item.product.product-item {
    width: 280px !important;
}
.block-minicart span.product-image-container {
    width: auto !important;
}
#customerform-modal .modal-content {
    background: #212F48;
    color: #fff;
    border-radius: 10px;
    padding: 20px 10px;
    width: 800px;
    margin: 0 auto;
}
#customerform-modal input {
    background: #D6D6D6;
    height: 40px;
}
#customerform-modal label {
    font-weight: 500;
}
button#customer-btn {
    background: #000;
    border: 1px solid #000;
    border-radius: 0px;
    color: #fff;
}
#customerform-modal .close {
    box-shadow: none !important;
    opacity: 1;
}
#customerform-modal i.fa.fa-close {
    color: #fff;
}
button.customer-modal {
    background: #000;
    border: 1px solid #000;
    border-radius: 0px;
    color: #fff;
    margin-top:230px;
    box-shadow: none;
}
#customer-btn{
    box-shadow: none;
}
.otp_section .action.submit, .otp_verification .action.submit {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 15px;
    width: 150px;
}
button#referral-confirm-verification {
    width: 150px;
    display: inline-block;
}
button#referral-confirm-verification {
    width: 150px;
    display: inline-block;
    height: 45px;
    margin-top: -4px;
}
input#referral_code {
    width: 70%;
    height: 45px;
}
.otp_section select {
    width: 170px !important;
    height: 50px !important;
}
input#phone_number {
    margin-left: 60px !important;
    width: 235px;
}
#clockdiv > div {
    padding: 5px;
}
.otp_section .action.submit, .otp_verification .action.submit {
    height: 50px !important;
}
.lookbook-banner-sec{
	padding: 35px 0px;
	position: relative;
}
.lookbook-banner-sec h1{
	color: #C39C2D;
	font-size: 90px;
	margin-bottom: 20px;
	letter-spacing: 5px;
	font-family: 'Freight-Text-Book', sans-serif;
	font-weight: 600;
}
.lookbook-banner-sec h1:nth-child(1) {
  padding-left: 120px;
}
.lookbook-banner-sec h1:nth-child(2) {
  padding-left: 240px;
  position: relative;
}
.lookbook-banner-sec h1:nth-child(3) {
  padding-left: 360px;
}
.lookbook-banner-sec h1:nth-child(4) {
  padding-left: 480px;
}
.lookbook-banner-sec h1:nth-child(2)::after{
	content: '';
	position: absolute;
	left: 50%;
	top:45px;
	width: 150px;
	background: #C39C2D;
	height: 1px;
}
.lookbook-banner-content{
	position: absolute;
	width: 250px;
	right: 100px;
	top:80px;
}
.lookbook-banner-content h3{
	color: #C39C2D;
	font-size: 26px;
	margin-bottom: 10px;
}
.lookbook-banner-content p{
	font-size: 16px;
	color: #797979;
	line-height: 25px;
}
.lookbook-slider-sec .item{
	height: 600px;
}
.lookbook-left-slide{
	height: 600px;
	position: relative;
	overflow: hidden;
}
.lookbook-left-slide img{
	width: 100%;
}
.lookbook-left-slide-info{
	position: absolute;
	left: 70px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
}
.lookbook-left-slide-info h1{
	font-size: 60px;
	color: #C39C2D;
	margin-bottom: 5px;
}
.lookbook-right-slide{
	position: relative;
	height: 600px;
}
.lookbook-right-top {
    position: absolute;
    left: 250px;
    top: 0px;
    width: 250px;
    height: 270px;
    overflow: hidden;
}
.lookbook-right-bottom {
    position: absolute;
    left: 100px;
    top: 300px;
    width: 250px;
    height: 270px;
    overflow: hidden;
}
.lookbook-right-slide img{
	height: 100%;
}
.lookbook-ref {
    position: absolute;
    top: 300px;
    right: -140px;
    transform: rotate(90deg);
}
.lookbook-ref span{
	font-size: 15px;
	color: #000;
}
.lookbook-ref span:nth-child(1){
	margin-right: 150px;
	position: relative;
}
.lookbook-ref span:nth-child(1)::after{
	content: '';
	height: 1px;
	width: 140px;
	background: #000;
	top: 8px;
	left: 105%;
	position: absolute;
}
.shop-btn {
    border-top: 100px;
    position: absolute;
    left: 380px;
    bottom: 125px;
}
.shop-btn a {
    color: #000;
    font-size: 15px;
    padding: 10px 40px;
    border: 1px solid #C39C2D;
    display: inline-block;
}
.lookbook-left-slide-info p{
	color: #fff;
	font-size: 18px;
	margin-bottom: 0px;
	letter-spacing: 1px
}
.lookbook-left-slide-info p:nth-child(2){
	margin-bottom: 20px;
}
.lookbook-gallery-inner ul li {
    float: left;
    width: 25%;
}
.lookbook-gallery-inner ul li img{
	width: 100%;
	height: 600px;
}
.soak-up-left{
	width: 70%;
	float: left;
	height: 700px;
}
.soak-up-right{
	width: 30%;
	float: left;
	height: 700px;
	position: relative;
}
.soak-up-left img{
	width: 100%;
}
.soak-up-right-inner{
	position: absolute;
	left: 10%;
	bottom: 20px;
	width: 80%;
	margin: 0 auto;
}
.soak-up-right-inner h2{
	font-size: 26px;
	margin-bottom: 20px;
	color: #C39C2D;
}
.soak-up-right-inner p{
	font-size: 16px;
	line-height: 25px;
	color: #000;
}
.lookbook-pic-left {
    width: 50%;
    float: left;
    position: relative;
}
.lookbook-pic-right {
    width: 50%;
    float: left;
}
.lookbook-pic-right img{
	width: 100%;
}
.lookbook-pic-left-top {
    width: 50%;
    margin-left: 50%;
}
.lookbook-pic-left-bottom{
	width: 50%;
}
.lookbook-pic-right-inner {
    margin-top: 280px;
}
.lookbook-pic-left img{
	width: 100%;
}
.lookbook-slider-sec .owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
    position: absolute;
    left: 25%;
    bottom: 20px;
}
.lookbook-left-outer{
	width: 50%;
	float: left;
	position: relative;
}
.lookbook-right-outer{
	width: 50%;
	float: left;
	position: relative;
}
.cms-lookbook footer {
    margin-top: -10px;
}
.cms-lookbook .lets-started-sec {
    margin-top: -10px;
}
/*button#otp-confirm-verification {
    top: 80px !important;
}*/
/*button#otp-resend-verification {
    top: 160px !important;
}*/
/*div#clockdiv {
    position: absolute;
    right: 150px;
    margin-top: -62px !important;
}*/
.smalltext {
    display: inline-block;
    padding: 0px;
}
/*.otp_verification {
    margin-top: 100px !important;
}*/
.page-product-configurable .block.related{
     width: 100%;
}
.otp_verification {
    padding: 0px 170px 0px 110px !important;
}
div#otp-verification-section input {
    height: 50px;
}
#clockdiv > div {
    padding: 3px !important;
}
span.referral_link {
    cursor: pointer;
}

.form-create-account .fieldset.create.account:after {
    margin-top: 0px !important;
}
.checkout-cart-index button.action.primary:focus {
    background: #000 !important;
    color: #C39C2D !important;
    border: 1px solid #000 !important;
}

tr.totals.shipping.excl .label {
    color: #555 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}
.checkout-cart-index footer.modal-footer {
    padding: 10px !important;
}
.designDataModal th {
    padding: 8px 10px !important;
    border: 1px solid #ccc !important;
}
.designDataModal td {
    padding: 8px 10px !important;
    border: 1px solid #ccc !important;
}
.opc-block-summary .label {
    color: #555 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.action.primary:focus, .action.primary:active {
background: #131313 !important;
border: 1px solid #131313 !important;
color: #C39C2D !important;
}
.checkout-onepage-success a.action.primary {
width: auto !important;
color: #C39C2D !important;
}
.checkout-onepage-success #maincontent {
text-align: center !important;
}
.checkout-onepage-success .actions-toolbar {
text-align: center !important;
display: inline-block !important;
}