/*
Theme Name: Slumber Zone
Theme URI: http://sonukaushal.com/
Author: Sonu Kaushal
Author URI: http://sonukaushal.com/
Description: Slumber Zone | A beautiful theme with power.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: slumberzone
*/

/* Flex Grid */
.flex-grid {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.flex-grid.flex-grid--center .col {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-grid-1 .col {
    width: calc( 100% );
}
.flex-grid-2 .col {
    width: calc( 50% - 15px );
}
.flex-grid-3 .col {
    width: calc( 33.3% - 15px );
}
.flex-grid-4 .col {
    width: calc( 25% - 15px );
}

@media ( max-width: 768px ) {

    .flex-grid {
        display: block;
    }
    .flex-grid-1 .col,
    .flex-grid-2 .col,
    .flex-grid-3 .col,
    .flex-grid-4 .col {
        width: 100%;
    }

}
.sk-btn-primary, .sk-btn-secondary {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 15px 0;
    display: inline-block;
    padding: 10px 20px;
    font-size: 15px;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    font-weight: 700;
}

.sk-btn-primary {
    background: #a70070;
    border: 2px solid #a70070;
}

.sk-btn-secondary {
    background: #292b51;
    border: 2px solid #292b51;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sz-container {
    width: 100%;
    max-width: calc(100% - 30px);
    margin: 80px auto 0 auto;
}

@media (max-width:979px) {
    .sz-container {
        margin: 46px auto 0 auto;
    }

}

h2.sz-title {
    margin-bottom: 30px;
}

/* Warranty page css */
.hs-warranty-banner h1 {
    font-size: 40px;
    font-weight: normal;
    line-height: 1.3;
    color: #1E306E;
}

.hs-warranty-section2 {
    text-align: center;
}

.hs-warranty-section2 .title h3 {
    text-transform: uppercase;
    margin-bottom: 50px;
    font-size: 35px;
    font-weight: normal;
    margin-top: 0;
    line-height: 1.2;
}

.hs-warranty-section2 img {
    margin-bottom: 30px;
}

.hs-warranty-section2 h4 {
    font-size: 20px;
    line-height: 1.2;
    margin: 10px 0 15px;
    text-transform: uppercase;
    color: #191931;
}

.hs-warranty-section2 .wpb_content_element {
    margin-bottom: 30px;
}

.hs-warranty-registration-form .title {
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

.hs-warranty-registration-form .title h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: normal;
    margin-top: 0;
    line-height: 1.2;
}

.hs-warranty-registration-form .title h4 {
    font-size: 25px;
    font-weight: normal;
    line-height: 1.1;
    margin: 0 0 8px;
}

.hs-warranty-registration-form h3 {
    text-align: center;
    font-size: 20px;
    line-height: 1.1;
    font-weight: normal;
    display: block;
    margin: 30px 0 20px 0;
}


.warranty-form input[type="text"], .warranty-form input[type="password"], .warranty-form input[type="datetime"], .warranty-form input[type="datetime-local"], .warranty-form input[type="week"], .warranty-form input[type="number"], .warranty-form input[type="email"], .warranty-form input[type="url"], .warranty-form input[type="search"], .warranty-form input[type="tel"], .warranty-form input[type="color"], .warranty-form textarea {
    display: block;
    margin: 0 0 10px;
    padding: 10px;
    max-width: 100% !important;
    width: 100%;
    min-height: 50px;
    border: none;
    outline: none;
    border-radius: 2px;
    box-shadow: 0 0 5px #ccc;
    font-family: 'Lato', sans-serif;
    color: #666;
    font-size: 16px;
}


.warranty-form input[type="date"], .warranty-form input[type="month"], .warranty-form input[type="time"], .warranty-form select {
    display: block;
    margin: 0 0 10px;
    padding: 10px;
    max-width: 100% !important;
    width: 100%;
    min-height: 50px;
    border: none;
    outline: none;
    border-radius: 2px;
    box-shadow: 0 0 5px #ccc;
    font-family: 'Lato', sans-serif;
    color: #666;
    font-size: 16px;
}

.warranty-form input[type="file"] {
    display: inline-block;
    width: 200px;
    padding: 50px 0 0 0;
    height: 50px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(https://cdn1.iconfinder.com/data/icons/hawcons/32/698394-icon-130-cloud-upload-512.png) center center no-repeat #e4e4e4;
    border-radius: 4px;
    background-size: 40px 40px;
    margin-right: 15px;
}

.warranty-form input[type="submit"] {
    text-transform: uppercase;
    background: #10122e;
    display: block;
    margin: 0 0 10px;
    padding: 10px;
    max-width: 100% !important;
    width: 100%;
    min-height: 50px;
    border: none;
    outline: none;
    border-radius: 2px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-size: 17px;
}


/* Blog page CSS */
.blog_tab {
    padding-top: 80px;
}

.blog_tab h2 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    color: #3f3f3f;
    text-transform: uppercase;
    padding-bottom: 50px;
    padding-top: 20px;
}

.tabs-menu > li > a[aria-current="page"] {
    color: #fff;
    background-color: #a70070;
    border-color: #a70070;
}

/* Contact us page CSS */
.hero-banner img {
    width: 100%;
}

#contact-us-seprator {
    border-left: 2px solid #bbb;
}

.contact-section {
    max-width: 1370px !important;
    margin: 0 auto !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.contactus-form div {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.contactus-form div > label {
    display: inline-block;
    width: 100px;
    float: left;
    vertical-align: middle;
}

.contactus-form div > label + input, .contactus-form div > label + textarea {
    display: inline-block !important;
    width: calc(100% - 100px) !important;
    float: left;
    box-shadow: 0 0 5px #ccc;
    outline: 0;
    color: #333;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    padding: 10px;
    min-height: 2.507em;
    font-size: .97em;
    max-width: 100%;
    vertical-align: middle;
}

.contactus-form .button {
    text-align: right;
}

/* WooCommerce Style */
.woocommerce-loop-product__title {
    color: #3f3f3f;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.woocommerce-loop-product__title:hover {
    color: #a70070;
}

.woocommerce ul.products li.product a img {
    margin: 0 0 0.2em;
}

/* Single Post page */
.single-post .sz-container h1, .single-post .sz-container h2, .single-post .sz-container h3, .single-post .sz-container h4, .single-post .sz-container h5, .single-post .sz-container h6 {
    margin: 20px 0 10px 0;
}

.single-post .sz-container p {
    margin-bottom: 10px;
}

.single-post .sz-container a {
    color: #a70070;
}

.single-post .sz-container p strong {
}

.single-post .sz-container ul {
    list-style: disc;
    margin: 20px;
}

.single-post .sz-container ul li {
    margin-bottom: 10px;
    position: relative;
}

.single-post .sz-container ul li:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #a70070;
    position: absolute;
    left: -20px;
    top: 6px;
    border-radius: 50%;
}

.sz-blog-title {
    margin-top: 80px;
    padding: 30px 15px;
    text-align: center;
    text-transform: uppercase;
    background: #10122e;
    color: #fff;
}

.sz-blog-title h2.sz-title {
    margin-bottom: 0;
}

.single-post .sz-container {
    width: 1100px;
    max-width: 98%;
}

/* Product page reset */
.product_des {
}

.product_des ul:not(.btn_list), .additional_block .row .col-4:first-child ul {
    margin-top: 15px;
}

.product_des ul:not(.btn_list) li, .additional_block .row .col-4:first-child ul li {
    font-size: 14px;
    color: #181b37;
    padding-bottom: 7px;
    position: relative;
    padding-left: 20px;
}

.product_des ul:not(.btn_list) li:before, .additional_block .row .col-4:first-child ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #a70070;
    position: absolute;
    left: 2px;
    transform: rotate(45deg);
    top: 5px;
}

/* Remove price from shop grid */
.woocommerce ul.products li.product .price {
    display: none;
}

/* WooCommerce Pagination */
.woocommerce-pagination {
    width: 100% ! important;
}

.woocommerce-pagination ul {
}

.woocommerce-pagination ul li {
}

.woocommerce-pagination ul li span[aria-current="page"] {
    background-color: #a70070 !important;
    color: #fff !important;
}

.woocommerce-pagination ul li a {
    color: #999;
}

/* Home Pgae YouTube Popup */
.home-youtube-popup {
    background: #000;
    position: fixed;
    top: 50%;
    left: 50%;
    height: auto;
    width: 800px;
    z-index: 9999;
    transform: translate(-50%, -50%);
    max-width: 98%;
    display: none;
}

.home-youtube-popup__header {
    text-align: right;
    color: #fff;
    padding: 15px;
    cursor: pointer;
}

.home-youtube-popup__body {
}

/* Footer trust logo */
.footer-trust-logos {
}

.footer-trust-logos a {
    height: 100px;
    width: 150px;
    text-align: center;
    display: block;
}

.footer-trust-logos a img {
    width: 100%;
}

/* Technology cat css */
.featureBedSpotlight .slick-slide .featureIcon img {
    -webkit-filter: grayscale(100%);
    -mz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.8;
}

.featureBedSpotlight .slick-slide video {
    height: 240px;
    background: #000;
}

/****** Why Choose Us or About Us *******/
.hs-about-banner img {
    width: 100%;
}

.hs-about-section2 {
    background: #F6F6F6;
    padding: 100px 50px;
}

.hs-about-section2 .about-inner-wrapper {
    background: #10122e;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-flow: row-reverse;
    -moz-flex-flow: row-reverse;
    -ms-flex-flow: row-reverse;
    -o-flex-flow: row-reverse;
    flex-flow: row-reverse;
}

.hs-about-section2 .about-inner-wrapper .image {
    width: 65%;
    background: #f6f6f6;
    padding: 40px 0 40px 0;
}

.hs-about-section2 .about-inner-wrapper .image img {
    width: 100%;
    z-index: 11;
    position: relative;
}

.hs-about-section2 .about-inner-wrapper .caption {
    width: 45%;
    padding: 140px 15px;
    text-align: center;
    position: relative;
    z-index: 1;   /* display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;*/
    display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    color: #fff;
}

.hs-about-section2 .about-inner-wrapper .caption::after {
    content: "";
    display: block;
    position: absolute;
    background: #10122e;
    top: 0;
    right: -250px;
    height: 100%;
    width: 250px;
}

.hs-about-section3 {
    padding: 25px 25px;
}

.hs-about-section3 .container {
    max-width: 1300px;
    margin: auto;
}

.hs-about-section3-top-pane > div {
    width: 50%;
    float: left;
    padding: 0 7px;
}

.hs-about-section3 img {
    max-width: 100%;
    width: 100%;
}

.hs-testimonial-slider {
    background: #10122e;
    color: #fff;
}

.hs-testimonial-item .inner {
    text-align: center;
    padding: 20px;
    font-size: 17px;
    line-height: 1.3;
}

.hs-testimonial-item .inner p::before {
    content: '"';
    font-size: 25px;
}

.hs-testimonial-item .inner img {
    margin-bottom: 20px;
    max-width: 150px;
    border-radius: 100%;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #fff;
}

.hs-testimonial-item .author-name {
    margin: 15px 0;
    font-size: 20px;
}

.hs-testimonial-slider ul.slick-dots {
    top: 20px;
    right: 20px;
    width: 20px;
    height: auto;
}

.hs-testimonial-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
}

.hs-testimonial-slider .slick-dots li {
    height: auto;
}

.hs-testimonial-slider .slick-dots li.slick-active button {
    background: #666668;
}

.hs-about-section3-bottom-pane {
    padding: 0 15px 0;
    margin-top: 40px;
}

.hs-bottom-pane-box {
    background: #D8ECF7;
    padding: 20px;
    text-align: center;
    display: inline-block;
    margin-top: 41px
}

.hs-bottom-pane-box h3 {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 1.1;
    font-weight: normal;
    color: #1E306E;
}

::-webkit-input-placeholder {

    /* WebKit browsers */
    color: #383838 !important;
    opacity: 1;
}

:-moz-placeholder {

    /* Mozilla Firefox 4 to 18 */
    color: #383838 !important;
    opacity: 1;
}

::-moz-placeholder {

    /* Mozilla Firefox 19+ */
    color: #383838 !important;
    opacity: 1;
}

:-ms-input-placeholder {

    /* Internet Explorer 10+ */
    color: #383838 !important;
    opacity: 1;
}



.warranty-form *::-webkit-input-placeholder {
    font-size: 16px;
}


#nz-autocomplete-list,
#stores-autocomplete-list {
    list-style: none;
}
#nz-autocomplete-list li,
#stores-autocomplete-list li {
    font-size: 16px;
    padding: 0 10px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    cursor: pointer;
}


/* Special offers */
.sz-special-offers-wrapper * {
    box-sizing: border-box;
}
.sz-special-offers-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.sz-special-offers {
    width: calc(25% - 15px );
    border: 1px solid #eeeeee;
}
.sz-special-offers .offer-img {
    width: 100%;
    margin: 0 auto;
    display: block;
}
.sz-special-offers .retailer-logo {
    width: 70%;
    margin: 0 auto;
    display: block;
    border-bottom: 1px solid #eeeeee;
}
.sz-special-offers h3 {
    margin: 20px 5px;
}
.sz-special-offers h4 {
    margin: 20px 5px;
}
.sz-special-offers a {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 19px;
    padding-right: 19px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    color: rgb(24, 26, 55);
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid rgb(24, 26, 55);
}

.techno-filters {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.techno-filters a {
    padding: 0 15px;
    text-transform: uppercase;
    color: #676767;
    border: 2px solid #f1f1f1;
    font-size: 14px;
    min-width: 140px;
    line-height: 46px;
    background-color: #fff;
    float: left;
    font-weight: 500;
    margin: 0 5px;
}
.techno-filters a.activate {
    color: #fff;
    background-color: #a70070;
}


nav > ul > li {
    position: relative;
}
nav > ul > li > ul.sub-menu {
    position: absolute;
    width: 200px;
    background: #161936;
    left: 0;
    top: -600px;
}
nav > ul > li:hover > ul.sub-menu {
    top: 38px;
}
nav > ul > li > ul.sub-menu li {
    width: 100%;
}
nav > ul > li > ul.sub-menu li a {

}

nav > ul > li > ul.sub-menu > li > ul.sub-menu {
    position: absolute;
    left: 190px;
    top: 0;
    background: #161936;
    width: 200px;
    display: none;
}

nav > ul > li > ul.sub-menu > li:hover > ul.sub-menu {
    display: block;
}


@media ( max-width: 979px ) {
    nav ul li > ul.sub-menu {
        position: relative;
        width: 100%;
        background: #161936;
        left: 0;
        top: 0;
    }
    nav ul li:hover > ul.sub-menu {
        top: 0;
    }
    nav ul li > ul.sub-menu li a:before {
        content: "-";
        margin-right: 4px;
    }
    nav ul li > ul.sub-menu li a {
        padding: 12px 32px;

    }
}


.product-features__title {
    font-size: 22px; 
    color: #a70070; 
    text-transform: uppercase;
    margin-bottom: 20px;
}
.product-features {
    display: flex;
    justify-content: space-between;
/*    margin-top: 8%;
    width: 334px;*/
    max-width: 100%;

}

.product-features > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-features > div h4 {
    font-size: 17px;
    margin-top: 6px;
    padding-bottom: 4px;
}
.product-features > div p {
    font-size: 14px;
    background: #f1f1f1;
    padding: 2px 8px;
    margin-bottom: 6px;
    border-radius: 3px;
}

.woocommerce-result-count,
.woocommerce-ordering {
    display: none;
}

.available_at__title {
    font-size: 22px; 
    color: #a70070; 
    text-transform: uppercase;
}
.available_at {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.available_at .item {
    width: 46%;
    margin-bottom: 10px;
    margin-right: 4%;  
}

@media ( max-width: 1024px ) { 
    .circalSection ul li p span {
        height: 1px !important;
        overflow: hidden;
    }
}



.sz-search-ul {
    display: flex;
    flex-wrap: wrap;
}
.sz-search-li {
    width: 20%;
    text-align: center;
    margin: 2%;
}
.sz-search-li a {
    color: #3f3f3f;
}
.sz-search-li h3 {
    color: #3f3f3f;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
}
.sz-search-li img {
    width: 100%;
}
@media ( max-width: 1024px ) {
    .sz-search-li {
        width: 50%;
    }
}
@media ( max-width: 480px ) {
    .sz-search-li {
        width: 100%;
    }
}


.circalSection ul li img:hover {
    transform: scale(1.1);
}


.featureBedSection  .slick-track {
    display: flex !important;
}

.featureBedSection  .slick-track > div {
    height: auto !important;
}

.videoTitle {
	text-transform: uppercase;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.video-responsive-container {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.video-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}