

/* Let's get this party started */
.mini-scroll-bar::-webkit-scrollbar {
    width: 10px;
}
 
.rtb-container.homepg svg, .rtb-container.home_int_des svg{
    flex: 0 25%;
    text-align: center;
    margin: 30px 0;
}


/* Track */
.mini-scroll-bar::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  */
    /* -webkit-border-radius: 10px; */
    /* border-radius: 10px; */
    background: #bbb; 
}
 
/* Handle */
.mini-scroll-bar::-webkit-scrollbar-thumb {
    /* -webkit-border-radius: 10px; */
    /* border-radius: 10px; */
    background: #888; 
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);  */
}
.mini-scroll-bar::-webkit-scrollbar-thumb:window-inactive {
  background: #888; 
}
.circle-waves { position: relative; }
.circle-waves .circle { display: block; height: 22px; width: 22px; border-radius: 50%; border: 1px solid #0194c7; transition: 5s ease; -webkit-transition: 5s ease; position: absolute; top: 0px; opacity: 0;}
.circle-waves .delay1 { animation: waves 2.5s infinite; animation-delay: .1s; -webkit-animation: waves 2.5s infinite;}
.circle-waves .delay2 { animation: waves 2.5s infinite .7s forwards; -webkit-animation: waves 2.5s infinite .7s forwards; }
.circle-waves .delay3 { animation: waves 2.5s infinite 1.3s forwards; -webkit-animation: waves 2.5s infinite 1.3s forwards;}
.circle-waves .delay4 { animation: waves 2.5s infinite 1.9s forwards; -webkit-animation: waves 2.5s infinite 1.9s forwards;}
@-webkit-keyframes waves {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(2); opacity: 0; }
}
@keyframes waves {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(2); opacity: 0; }
}

.loader{}
.loader-content { width: 40px; margin: auto; }
.loader .dot { background-color: rgb(255, 255, 255); float: left; height: 8px; margin-left: 4px; width: 8px; animation-name: bounce_circleG; -o-animation-name: bounce_circleG; -ms-animation-name: bounce_circleG; -webkit-animation-name: bounce_circleG; -moz-animation-name: bounce_circleG; animation-duration: 0.8775s; -o-animation-duration: 0.8775s; -ms-animation-duration: 0.8775s; -webkit-animation-duration: 0.8775s; -moz-animation-duration: 0.8775s; animation-iteration-count: infinite; -o-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; animation-direction: normal; -o-animation-direction: normal; -ms-animation-direction: normal; -webkit-animation-direction: normal; -moz-animation-direction: normal; border-radius: 8px; -o-border-radius: 8px; -ms-border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; }
.loader-dot-1 { animation-delay: 0.1795s; -o-animation-delay: 0.1795s; -ms-animation-delay: 0.1795s; -webkit-animation-delay: 0.1795s; -moz-animation-delay: 0.1795s; }
.loader-dot-2 { animation-delay: 0.4055s; -o-animation-delay: 0.4055s; -ms-animation-delay: 0.4055s; -webkit-animation-delay: 0.4055s; -moz-animation-delay: 0.4055s; }
.loader-dot-3 { animation-delay: 0.5285s; -o-animation-delay: 0.5285s; -ms-animation-delay: 0.5285s; -webkit-animation-delay: 0.5285s; -moz-animation-delay: 0.5285s; }
@keyframes bounce_circleG {
    0% { }
    50% { background-color: rgba(33, 150, 243, 0.99); }
    100% { }
}
@-o-keyframes bounce_circleG {
    0% { }
    50% { background-color: rgba(33, 150, 243, 0.99); }
    100% { }
}
@-ms-keyframes bounce_circleG {
    0% { }
    50% { background-color: rgba(33, 150, 243, 0.99); }
    100% { }
}
@-webkit-keyframes bounce_circleG {
    0% { }
    50% { background-color: rgba(33, 150, 243, 0.99); }
    100% { }
}
@-moz-keyframes bounce_circleG {
    0% { }
    50% { background-color: rgba(33, 150, 243, 0.99); }
    100% { }
}

/*detail popup*/
.detail-product-popup.modal { background-color: #313131; padding-right: 0 !important; }
.detail-product-popup .modal-dialog { width: auto; margin: 0px 45px; padding-top: 45px; padding-bottom: 45px; height: 100%; overflow: hidden; }
.detail-product-popup.fade .modal-dialog { -webkit-transition: none; -o-transition: none; transition: none; -webkit-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
.detail-product-popup .modal-content { border: 0; border-radius: 10px; overflow: hidden; background-color: #161616; box-shadow: none; height: 100%; }
.detail-product-popup .c-close { color: #d6d6d6; position: absolute; right: 8px; top: 10px; font-size: 30px; line-height: 1; cursor: pointer; }
/*End detail popup*/

.detail-product-popup .main-carousel, .detail-product-popup .item, .detail-product-popup .modal-content>.main-carousel>.carousel-inner { height: 100%; }
.detail-product-popup .product-carousel .show { height: 100%; position: relative; margin: 0 auto; text-align: center; }
.detail-product-popup .product-carousel { height: 100%; }
.detail-product-popup .product-carousel .carousel-inner { cursor: pointer; height: 100%; }
.detail-product-popup .product-carousel .carousel-inner img { max-width: 100%; width: auto; height: auto; margin: 0 auto; }
/* .product-carousel .carousel-inner>.item.active{max-height:550px;} */

.detail-product-popup .product-carousel .carousel-indicators img { width: 100%; }
.detail-product-popup .product-carousel .carousel-inner:hover  ~ .carousel-control.right { opacity: 1; }
.detail-product-popup .carousel-control { color: #0b0b0b; width: 30px; height: 40px; line-height: 40px; background-color: rgba(255, 255, 255, 0.6); background-image: none; text-shadow: none; top: 50%; margin-top: -20px; font-size: 30px; overflow: hidden; }
.detail-product-popup .carousel-control svg { width: 24px; height: 24px; fill: #0b0b0b;  }

.detail-product-popup .carousel-indicators { bottom: 10px; margin-bottom: 0; }
.detail-product-popup .carousel-indicators li { border: 0; background-color: rgba(250,250,250,0.6); width: 6px; height: 6px; }
.detail-product-popup .carousel-indicators .active { border: 0; width: 8px; height: 8px; background-color: #fff;}
.detail-product-popup .carousel-indicators li:last-child { margin-right: 0 !important; }
.detail-product-popup .carousel-indicators img { display: block; }

.detail-product-popup .row.no-gutter { margin: 0; height: 100%; }
.detail-product-popup .row.no-gutter>div[class |= 'col'] { float: left; padding: 0; height: 100%; }
.detail-product-popup .row.no-gutter>.col-lg { width: 65% }
.detail-product-popup .row.no-gutter .col-lg>.content { padding: 0; height: 100%; width: 100%;}
.detail-product-popup .row.no-gutter>.col-sm { width: 35% }

.detail-product-popup .content-body { height: 100%; overflow-y: scroll; margin-right: -17px; background-color: #fff; }
.detail-product-popup .content { padding: 40px; background-color: #fff; }
.detail-product-popup .content.black { background-color: #161616; }
.detail-product-popup .row-block { border-bottom: 1px solid #e8e8e8; padding-bottom: 20px; margin-bottom: 20px; }
.detail-product-popup .row-block.last { border-bottom: 0px; padding-bottom: 0px; margin-bottom: 30px; }
.detail-product-popup .row-block.no-border { border: 0; }

.detail-product-popup .title { color: #404040; font-size: 23px; font-weight: 600; margin-bottom: 10px; margin-top: 0px; }
.detail-product-popup .price { color: #f44336; font-size: 20px; font-weight: 500; margin: 0px 0px 20px 0px; }
.detail-product-popup .description { color: #9a9a9a; margin-bottom: 10px; font-size: 13px;}
.detail-product-popup .description a{ color: #E71C24;}
.detail-product-popup .description .more { display: none; }
.detail-product-popup .description.active .less{ display: none;}
.detail-product-popup .description.active .more{ display: inline-block;}
.detail-product-popup .note { color: #404040; margin-bottom: 10px; font-size: 11px;}
.detail-product-popup .sub-title { color: #404040; margin: 0px 0px 15px; font-size: 15px; font-weight: 600;}
.detail-product-popup .link { color: #2196f3; font-size: 14px; font-weight: 400; }
.detail-product-popup .link:hover { text-decoration: underline; }
.detail-product-popup .btn-section .btn:not() { width: 100%; border-radius: 8px; padding: 15px; border: 1px solid #E71C24 !important;}
.detail-product-popup .btn-section .btn:not(.wishlist){background-color:#E71C24 !important ;font-size:12px}

.detail-product-popup .finish-btns { padding: 0; margin-bottom: 5px; }
.detail-product-popup .finish-btns>li { border: 1px solid #a2a2a2; float: left; margin-bottom: 15px; margin-right: 15px;list-style-type: none;}
.detail-product-popup .finish-btns>li.active { border-color: #E71C24; }
.detail-product-popup .finish-btns>li a { color: #5d5d5d; display: block; padding: 5px 15px;}
.detail-product-popup .finish-btns .lable {  border-color:transparent; }
.detail-product-popup .finish-btns .lable a { color: #404040; font-weight: 600; padding-left: 0; padding-right: 0;}
.detail-product-popup .finish-btns:after { content: ''; display: table; clear: both; }

.detail-product-popup .btn-section .wishlist span{ display: none; }
.detail-product-popup .btn-section .wishlist .add{ display: inline-block; }
.detail-product-popup .btn-section .wishlist.saved .added{ display: inline-block; }
.detail-product-popup .btn-section .wishlist.saved .add{ display: none; }
.detail-product-popup .share ul{margin: 0;}
.detail-product-popup .share ul>li{ font-size: 16px; text-align: center;  background-color: #f5f5f5; width: 40px; height: 40px; line-height: 40px; border-radius: 50%; margin-right: 20px; color: #fff; }
.detail-product-popup .share ul>li>a { line-height: 2.3; display: block; color: #fff; }
.detail-product-popup .share ul>li>a>svg { fill: #E71C24; width: 21px; height: 21px; vertical-align: middle; }
.detail-product-popup .top-faverate-block { position: relative; }
.detail-product-popup .top-faverate-block .faverate { cursor: pointer; line-height: 1; position: absolute; font-size: 26px; top: 0; right: 0; color: #f27977; }
.detail-product-popup .top-faverate-block .circle { top: -4px; right: -3px; height: 32px; width: 32px;}
.detail-product-popup .top-faverate-block .faverate.saved .circle { animation: none; -webkit-animation: none; -moz-animation: none; }

.detail-product-popup .specificaiton-row { color: #494949; margin-bottom: 8px; font-size: 14px;}
.detail-product-popup .specificaiton-row span { color: #9a9a9a; }

.detail-product-popup .swatches { margin: 0px; margin-left: -5px; margin-bottom: -10px; padding-top: 5px; }
.detail-product-popup .swatches>li { vertical-align: top; position: relative; margin-bottom: 10px; cursor: pointer; margin-right: 10px; border-radius: 50%; padding: 0; }
.detail-product-popup .swatches img { width: 100%; max-width: none; height: auto; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); transform: rotate(-45deg); }
.detail-product-popup .swatches>li>div { width: 40px; height: 40px; border: 4px solid #e4e4e4; border-radius: 50%; overflow: hidden; padding: 0; position: relative; }
.detail-product-popup .swatches .wave { display: none; width: 26px; height: 26px; border: 1px solid #404040; position: absolute; top: 50%; left: 50%; z-index: 0; margin-top: -13px; margin-left: -13px; animation: swatch-wave 2.5s infinite .7s forwards; -webkit-animation: swatch-wave 2.5s infinite .7s forwards; border-radius: 50%; }
.detail-product-popup .swatches>li:not(.active) { overflow: hidden; }
.detail-product-popup .swatches>li.active .wave { display: block; }
@-webkit-keyframes swatch-wave {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(2); opacity: 0; }
}
@keyframes swatch-wave {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(2); opacity: 0; }
}

.detail-product-popup .btn-block.last{margin-bottom: 0;}
.detail-product-popup .btn-c { width: 100%; text-transform: uppercase; font-size: 14px; font-weight: 500; padding: 16px 30px; line-height: 1; border-radius: 4px; }
.detail-product-popup .btns-block.last{margin-bottom: 0;}
.detail-product-popup .btns-block .gutter-10{margin-right: -10px;margin-left: -10px;}
.detail-product-popup .btns-block .gutter-10>div{padding-right: 10px;padding-left: 10px;}
.detail-product-popup .btn-white { width: 100%; text-transform: uppercase; background-color: #fff; color: #6b6b6b; font-size: 14px; font-weight: 500; padding: 16px 30px; line-height: 1; border: 1px solid #7f7f7f; border-radius: 4px; }
.detail-product-popup .btn-white:hover, .detail-product-popup .btn-white:focus { background-color: transparent; color: #7f7f7f; }

.detail-product-popup .post-req-msg { position: relative; padding: 0px 0px 4px 65px; }
.detail-product-popup .post-req-msg .post-request-icon { background-color: #ddd; color: #222; text-align: center; height: 50px; width: 50px; font-size: 35px; position: absolute; left: 0; padding: 10px; }
.detail-product-popup .post-req-msg .post-request-icon img { width: 100%; height: auto; display: inline; vertical-align: top; }
.detail-product-popup .post-req-msg .post-request-title { color: #444; font-size: 16px; margin-bottom: 4px; }
.detail-product-popup .post-req-msg a.post-request-number { color: #2196f3; font-size: 15px; font-weight: 500; }
.detail-product-popup .mini-content { background-color: #f7f7f7; padding: 20px 40px 20px 20px; }
.detail-product-popup .mini-content ul { padding: 0; margin: 0; list-style: none; }
.detail-product-popup .mini-content ul>li { padding: 0; list-style: none; margin-bottom: 15px; }
.detail-product-popup .mini-content ul>li:last-child { margin-bottom: 0; }

.detail-product-popup .media-box { position: relative; background-color: #fff; cursor: pointer; display: table;}
.detail-product-popup .media-box .img { width: 34%; height: auto; max-width: none; display: table-cell; padding: 0; overflow: hidden; vertical-align: top; }
.detail-product-popup .media-box .img img { width: 100%; height: auto; max-width: none; }
.detail-product-popup .media-box .media-content { position: relative; vertical-align: top; padding: 18px; padding-right: 50px; display: table-cell; }
.detail-product-popup .media-box h4 { color: #404040; font-size: 14px; margin: 0px 0px 5px; }
.detail-product-popup .media-box p { font-size: 13px; }
.detail-product-popup .media-box .arrow-right { color: #E71C24; font-size: 30px; position: absolute; right: 10px; top: 50%; line-height: 18px; margin-top: -9px; }

.detail-product-popup .related-products { margin: 0px -8px; margin-bottom: -16px;border-radius: 8px }
.detail-product-popup .related-products>div[class |= 'col'] { padding: 0px 8px; margin-bottom: 16px; }
.detail-product-popup .related-product { position: relative; cursor: pointer; padding: 5px; overflow: hidden; padding-top: 75.2%; border-radius: 8px ;}

.detail-product-popup .related-products .img-placement { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.detail-product-popup .related-products .img-placement img{ position: static; }

.detail-product-popup .related-products.kitchen-product img, .detail-product-popup .related-products.wordrobe-product img { width: 136%; margin-left: -18%; height: auto; }
.detail-product-popup .related-products.other-product img { width: 110%; margin-left: -5%; height: auto; margin-top: -10%; }
.detail-product-popup .related-products.recent-prod img { height: auto; width: 120%; margin-left: -10%; }
.detail-product-popup .related-products.space-saving-product img { height: auto; width: 114%; margin-left: -7%; margin-top: -0.5%; }

.detail-product-popup .loader { display:none; width: 100%; background-color: #fff; height: 100%; position: relative; }
.detail-product-popup .loader .loader-content { width: 40px; position: absolute; left: 50%; top: 50%; margin-left: -20px; margin-top: -4px; }

.v30-signup-close { cursor: pointer; display: block; background-color: rgba(0, 0, 0, 0.6); color: #eaeaea; width: 24px; height: 24px; border-radius: 50%; position: absolute; top: 20px; z-index: 1070; left: 20px; font-size: 16px; line-height: 24px; font-weight: 300; text-align: center; }
.v30-signup-modal-body { position: relative; }
.v30-signup-modal-body .img-top { background: url(https://super.homelane.com/designer_laptop-1.png); height: 180px; background-size: 45%; background-repeat: no-repeat; background-position-x: 50%; background-color: #ddd; background-position-y: 118%; }
.v30-signup-modal-body .v30-content { background-color: #fff; padding: 40px 70px;}
.v30-signup-modal-body .v30-content .title { color: #444; font-weight: 500; font-size: 16px; text-align: center; padding: 0px 20px 0px; margin-right: 0; }
.v30-signup-modal-body .v30-content .registration-form { }
.v30-signup-modal-body .v30-content .form-content { text-align: center; }
.v30-signup-modal-body .v30-content .form-content .form-element { position: relative; margin-bottom: 10px;}
.v30-signup-modal-body .v30-content .form-content .form-element .message { font-size: 10px; color: #E71C24; font-weight: 400; text-align: left; /* position: absolute; top: 2px; right: 2px; */}
.v30-signup-modal-body .v30-content .form-content input, .v30-signup-modal-body .v30-content .form-content select { border: 1px solid #ddd; margin-bottom: -1px;  height: 48px; width: 100%; padding: 10px; }
.v30-signup-modal-body .v30-content .form-content input:focus, .v30-signup-modal-body .v30-content .form-content select:focus,.v30-signup-modal-body .v30-content .form-content input:hover, .v30-signup-modal-body .v30-content .form-content select:hover { outline: 0; }
.v30-signup-modal-body .v30-content .form-content input.error, .v30-signup-modal-body .v30-content .form-content select.error { border: 1px solid #E71C24; }
/*.v30-signup-modal-body .v30-content .form-content select { margin-bottom: -1px; }*/
.v30-signup-modal-body .v30-content .form-content option.top-city { background-color: #f2f2f2; font-weight: 500; }
.v30-signup-modal-body .v30-content .form-content > input.no-bottom { border-bottom: none; }
.v30-signup-modal-body .v30-content .button-holder { text-align: center; }
.v30-signup-modal-body .v30-content .button-holder .btn{ border: none; margin: 20px 0; padding: 15px 20px; text-transform: uppercase; width: 100%; border-radius: 8px; }
.v30-signup-modal-body .signin { font-size: 12px; color: #444; text-align: left; margin: 5px 0px 0px; }

.request-msg-block { background-color: #fff; display: table; vertical-align: middle; width: 100%; height: 100%; }
.request-msg-block .request-msg-content { display: table-cell; vertical-align: middle; }
.request-msg-row .blue-btn { border: none; background-color: #2196f3; color: #fff; text-transform: uppercase; padding: 15px 35px; border-radius: 3px; width: auto; margin-top: 7%; margin-bottom: 7%; }
.request-msg-row .requested-img{ font-size: 45px; color: green; text-align: center; margin-top: 9%; }
.request-msg-row .requested-img svg{ width: 40px; height: 40px; fill: #7db980; vertical-align: middle;}
.request-msg-row .requested-title{ color: #444; font-size: 18px; text-align: center; }
.request-msg-row .requested-sub-title{ color: #888; text-align: center; }
.request-msg-row .requested-number{ color: #444; text-decoration: underline; text-align: center; font-size: 17px; }


.pdp .v30-signup-modal-body .v30-content { padding: 25px 30px;background: #dddddd38; }

/*for pdp page */
.pdp.detail-product-popup .carousel-indicators { position: static; left: auto; z-index: 15; width: auto; padding-left: 0; list-style: none; margin-top: 15px; text-align: left; margin-right: -10px; margin-left: -5px; }
.pdp.detail-product-popup .carousel-indicators:after { content: ''; clear: both; display: table; }
@media screen and (min-width:768px) {
    .pdp.detail-product-popup .carousel-indicators { bottom: auto; }
}
.pdp.detail-product-popup .carousel-indicators li { padding: 0px 5px; vertical-align: top; display: block; float: left; width: 20%; height: auto; margin: 0px; text-indent: -999px; cursor: pointer; background-color: transparent; border: none; border-radius: 0px; overflow: hidden; opacity: 0.6; margin-bottom: 10px; }
.pdp.detail-product-popup .carousel-indicators li>div { padding: 5px; overflow: hidden; padding-top: 75.2%; position: relative; }
.pdp.detail-product-popup .carousel-indicators li .img-placement { overflow: hidden; position: absolute; top: 5px; right: 5px; bottom: 5px; left: 5px; }
.pdp.detail-product-popup .carousel-indicators li { position: static; }
.pdp.detail-product-popup .carousel-indicators li.active, .pdp.detail-product-popup .carousel-indicators li:hover { opacity: 1; }
.pdp.detail-product-popup .carousel-indicators li.active>div, .pdp.detail-product-popup .carousel-indicators li:hover>div { background-color: #e3e3e3; }
.pdp.detail-product-popup .carousel-indicators img { display: block; }

.pdp.detail-product-popup .carousel-indicators.kitchen-product img, .pdp.detail-product-popup .carousel-indicators.wordrobe-product img { width: 136%; margin-left: -18%; height: auto; }
.pdp.detail-product-popup .carousel-indicators.other-product img { width: 132%; margin-left: -16%; height: auto; margin-top: -6%; }
.pdp.detail-product-popup .carousel-indicators.recent-prod img { height: auto; width: 120%; margin-left: -10%; }
.pdp.detail-product-popup .carousel-indicators.space-saving-product img { height: auto; width: 114%; margin-left: -7%; margin-top: -0.5%; }

.pdp.detail-product-popup .carousel-control { top: 295.5px; margin-top: -50px; line-height: 110px;}
.pdp.detail-product-popup .carousel-control svg { width: 58px; margin-left: -5px; height: 58px; fill: #fff; }

.pdp.detail-product-popup .content-body { height: auto; overflow-y: visible; margin-right: 0; }
.pdp.detail-product-popup .row.no-gutter>.col-lg { width: 67%; padding-right: 30px;}
.pdp.detail-product-popup .row.no-gutter>.col-sm { width: 33%; }
.pdp.detail-product-popup .content { padding: 0;}

.pdp.detail-product-popup .product-carousel .carousel-inner { height: auto;}
.pdp.detail-product-popup .mini-content { background-color: #fff; padding-left: 0; padding-top: 0; padding-bottom: 0; }
.pdp.detail-product-popup .media-box .media-content { background-color: #f7f7f7; }
.pdp.detail-product-popup .post-req-msg {margin-top: 20px;}
.pdp.detail-product-popup .loader {margin-top: 300px }
.pdp.detail-product-popup .request-msg-block { min-height: 600px; }

.schedule-a-demo-success { position: relative; }
.schedule-a-demo-success .img-top { background: url(https://super.homelane.com/designer_laptop.png); height: 180px; background-size: 45%; background-repeat: no-repeat; background-position-x: 50%; background-color: #ddd; background-position-y: 118%; }
input[type="checkbox"]{
    width: auto !important; height: auto !important;padding: 0px !important;margin-top:0px !important;vertical-align:middle;
}
.check-label{
  font-size: 11px;
  color: #616161;
  display:inline;}
.form-check .fa-check{
  margin-top: -20px;
}
.form-group.form-check{
  margin-bottom: 10px;
}
#login_register_popup .check-label{
    top: 55px !important;
}
/*#meet-designer-singup .check-label{
   top: -15px !important; 
   left: 25px !important;
}*/
.carousel-inner>.item.active {
    perspective: none;
    -webkit-perspective: none;
    transform:none;
}

.utmHide{display: none;}


.lite-gray { background-color: #f7f7f7; }
.section { margin-bottom: 30px; }
.section-heading {margin-bottom: 20px;}
.section-heading .heading{ margin: 0px; color: #404040; font-size: 26px; font-weight: 600; }

.breadcrumb { margin: 0; padding: 0px; background-color: transparent; font-size: 13px; }
.breadcrumb>li:before { display: none; line-height: 1; }
.breadcrumb>li>a>svg { width: 16px; height: 16px; vertical-align: middle; margin-top: -2px; fill: #9a9a9a; }
.breadcrumb a { color: #9a9a9a; font-size: 13px; line-height: 1; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb>.active { color: #404040; font-weight: 600; }

.product-card{ margin-bottom: 20px; }
.product { cursor: pointer; position: relative; }
.product:hover { margin: -15px -15px 0px -15px; padding: 15px 15px 0px 15px; background-color: #fafafa; }
.product .img-product { overflow: hidden; padding-top: 75.2%; position: relative; margin-bottom: 15px; }
.product .img-placement { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }
.product .faverate { line-height: 1; position: absolute; font-size: 30px; top: 18px; right: 20px; color: rgba(0, 0, 0, 0.7); text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white; }
.product .faverate.saved { color: red; }
.product>.content { color: #fff; line-height: 1; padding-bottom: 15px; }
.product .size { font-size: 14px; color: #717171; }
.product .title { white-space: nowrap; width: 100%; text-overflow: ellipsis; overflow: hidden; font-size: 18px; line-height: 1.2; color: #000; margin-bottom: 10px; }
.product .specificaiton-row { color: #494949; margin-bottom: 8px; }
.product .specificaiton-row span { color: #9a9a9a; }

.product.kitchen-product img, .product.wordrobe-product img { width: 136%; margin-left: -18%; object-fit: cover; }
.product.other-product img { width: 100%;height: auto; }
.product.recent-prod img { height: auto; width: 120%; margin-left: -10%; }
.product.space-saving-product img { height: auto; width: 114%; margin-left: -7%; margin-top: -0.5%; }

.related-designs .carousel-inner { position: relative; }
.related-designs .carousel-control { position: absolute; width: 50px; height: 50px; box-shadow: none; top: 50%; margin-top: -25px; background-image: none; border-radius: 50%; line-height: 50px; background-color: #E71C24; opacity: 1; }
.related-designs .carousel-control:hover { background-color: #E71C24; color: #f1f1f1;}
.related-designs .carousel-control.left { margin-left: -12px; }
.related-designs .carousel-control.right { margin-right: -12px; }
.related-designs .product {padding-top: 66.6667%; }
.related-designs .product:after { content: ''; position: absolute; left: 0; right:0; top: 0; bottom: 0; border: 1px solid transparent; }
.related-designs .product:hover:after { border-color: #2196f3;}
.related-designs .see-more-designs { position: relative; background-color: #fff; display: block;}
.related-designs .see-more-designs img{ position: absolute; }
.related-designs .see-more-designs .content { opacity: 1; border-radius: 0; height: 100%; }
.related-designs .see-more-designs .content-table { display: table; vertical-align: middle; width: 100%; height: 100%; }
.related-designs .see-more-designs .title { display: table-cell; vertical-align: middle; font-size: 16px; color: #404040; font-weight: 500; position: static; text-align: center; padding: 10px; }

.related-designs .product.kitchen-product img, .related-designs .product.wordrobe-product img { width: 136%; margin-left: -18%; height: auto; }
.related-designs .product.other-product img { width: 100%;height: auto; }
.related-designs .product.recent-prod img { height: auto; width: 120%; margin-left: -10%; }
.related-designs .product.space-saving-product img { height: auto; width: 140%; margin-left: -20%; }

/*detail popup*/
.detail-product-popup.modal { background-color: #313131; padding-right: 0 !important; }
.detail-product-popup .modal-dialog { width: auto; margin: 0px 45px; padding-top: 45px; padding-bottom: 45px; height: 100%; overflow: hidden; }
.detail-product-popup.fade .modal-dialog { -webkit-transition: none; -o-transition: none; transition: none; -webkit-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
.detail-product-popup .modal-content { border: 0; border-radius: 0; background-color: #161616; box-shadow: none; height: 100%; }
.detail-product-popup .c-close { color: #d6d6d6; position: absolute; right: 8px; top: 10px; font-size: 30px; line-height: 1; cursor: pointer; }
.detail-product-popup .carousel-control { opacity: 0.75; width: 45px; font-size: 60px; height: 100px; line-height: 100px; background-color: rgba(0, 0, 0, 0.4); color: #fff; margin-top: -50px; }

/*End detail popup*/

.why-homelane-loader i.banner-icons { display: inline-block; width: 62px; height: 65px; background: url(https://super.homelane.com/yavdo_icons%20OLNY.svg); background-size: 360px; background-repeat: no-repeat; }
.why-homelane-loader i.banner-icons.year-warenty { background-position: -190px -24px; }
.why-homelane-loader i.banner-icons.days-45 { background-position: -110px -22px; }
.why-homelane-loader i.banner-icons.expert-designers { background-position: -27px -25px; }
.why-homelane-loader i.banner-icons.post-installation { background-position: -272px -26px; }
.why-homelane-loader .row { border-top: 1px solid #c7c7c7; border-bottom: 1px solid #c7c7c7; display: table; margin:0; }
.why-homelane-loader .col { font-size: 13px; border-right: 1px solid #c7c7c7; position: relative; padding: 15px 15px 5px 90px; display: table-cell; float: none; }
.why-homelane-loader .col:last-child { border-right: 0; }
.why-homelane-loader .col i { position: absolute; left: 20px; }
.why-homelane-loader h4 { color: #343434; font-size: 14px; margin-top: 0; font-weight: 600; margin-bottom: 5px;}

.related-products .product-card{ margin-bottom: 20px; }
.related-products .product .img-product{ margin-bottom: 10px; }
.related-products .product { cursor: pointer; position: relative; }
.related-products .product .title { font-size: 15px; line-height: 1.3; }
.related-products .product:hover { margin: -10px -10px -1px -10px; padding: 10px 10px 1px 10px; background-color: #fafafa; }
.toast-block-popup {position: fixed;z-index: 1024;left: 30px;bottom: 30px;background-color: #E71C24;border-radius: 5px;width: 200px;color: #fff;padding: 15px;font-size: 14px;box-shadow: 0px 0px 10px #525252;text-align: center;padding-right: 40px;}
.toast-block-popup .toast-close {display: inline-block;position: absolute;right: 15px;background-color: #fff;width: 15px;height: 15px;line-height: 13px;border-radius: 50%;text-align: center;color: #E71C24;}