.greyUnderline-product
{
    width: 2px;
    height: auto;
    background: #858688;

    opacity: .5;
    margin: 0 60px;
}
.greyUnderline-productVertical
{
    width: 100%;
    height: 1px;
    background: #E6E6E6;

    margin: 60px 0;
}
.productDescription-container
{
    margin: 60px 0;
}
.productDescription-box
{
    width: 33.33%;
    padding: 13px 0;
}

.bedLayer-container 
{
    margin-bottom: 60px;
    padding-left: 30px;
    margin-top: 105px;
}
.bedLayer-container .bedLayer
{
    position: relative;
    transition: all .35s ease;
}
.bedLayer-container .bedLayer:nth-child(1)
{
    margin-top: -50px;
	z-index: 7;
}
.bedLayer-container .bedLayer:nth-child(2)
{
    margin-top: -130px;
    z-index: 6;
}
.bedLayer-container .bedLayer:nth-child(3)
{
    margin-top: -150px;
    z-index: 5;
}
.bedLayer-container .bedLayer:nth-child(4)
{
    margin-top: -170px; 
    z-index: 4;
}
.bedLayer-container .bedLayer:nth-child(5)
{
    margin-top: -190px; 
    z-index: 3;
}
.bedLayer-container .bedLayer:nth-child(6)
{
    margin-top: -210px; 
    z-index: 2;
}

.sixLayer .bedLayer-container .bedLayer:nth-child(4) {
            margin-top: -150px;
}
/* .bedLayer-container:hover .bedLayer:nth-child(2),
.bedLayer-container:hover .bedLayer:nth-child(3),
.bedLayer-container:hover .bedLayer:nth-child(4)
{
    margin-top: -130px;
} */
/* .bedLayer
{
    cursor: pointer;
} */
.sixLayer .productScale{
        margin-top: 0px;
}

.bedLayer img
{
    opacity: .6;
    transition: all .35s ease;
}
/* .bedLayer:hover img, */
.bedLayer.active img
{
    opacity: 1;
}
.bedLayer-inner
{
    position: absolute;
    top: 85%;
    left: 38.5%;
    transform: translate(-50%, -50%);

    width: max-content;
    /*pointer-events: none;*/
}
.bedLayer-inner2
{
    position: absolute;
    top: 80%;
    left: 55.5%;
    transform: translate(-50%, -50%);

    width: max-content;
    /*pointer-events: none;*/
}
.bedLayer-inner3
{
    position: absolute;
    top: 75%;
    left: 55.5%;
    transform: translate(-50%, -50%);

    width: max-content;
    /*pointer-events: none;*/
}
.bedLayer-container .bedLayer .bedLayer {
     margin-top: -70px !important;
     z-index: 1;
 }
.grabText,
.bedLayer-innerUnderline
{
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease;
}
.bedLayer.active .grabText,
.bedLayer.active .bedLayer-innerUnderline
{
    opacity: 1;
    visibility: visible;
}
.bedLayer.active.add-MarginBottom
{
    margin-bottom: 40px;
}
.bedLayer.active.add-MarginTop
{
    margin-top: -130px;
}
.bedLayer.active.add-addMargin
{
    margin: -80px 0 40px 0 !important;
}
.bedLayer-inner .cicrleNumber
{
    opacity: .5;
    visibility: visible;
    transition: all .4s ease;
}
/* .bedLayer-container .bedLayer:nth-child(odd) .bedLayer-inner
{
    left: -19%;
}
.bedLayer-container .bedLayer:nth-child(even) .bedLayer-inner
{
    left: -15%;
} */
/*.bedLayer-inner
{
    display: flex;
    align-items: center;
}*/
.bedLayer-innerUnderline
{
    background: #004194;

    height: 2px;
    width: 320px;
}
.grabText-description
{
    width: 220px;
    padding-right: 20px;
}
.cicrleNumber
{
    width: max-content;

    background: #FFF;
    color: #004194;
    border: 2px solid #004194;
    border-radius: 50px;

    padding: 4px 10px 0 10px;
    cursor: pointer;
}
.cicrleNumber.addAnimation
{
    animation: pulse-black 1.2s infinite;
    opacity: 1;
    
    color: white;
    background: #004194;
}
@keyframes pulse-black 
{
    0% 
    {
      box-shadow: 0 0 0 0 rgba(0, 65, 148, 1);
    }
    75% 
    {
      box-shadow: 0 0 0 10px rgba(0, 65, 148, 0);
    }
    100% 
    {
      box-shadow: 0 0 0 0 rgba(0, 65, 148, 0);
    }
}


.product-gallerySection
{
    background-size: cover !important;
    background-position: top !important;
    background-repeat: no-repeat !important;

    padding: 80px 0 23% 0;
}
.product-slickGallery
{
    margin-top: -23%;
}
.product-slickGallery img
{
    width: 620px;
    max-width: 620px;

    height: 100%;

    padding-right: 20px;
}
.product-slickGallery .slick-dots
{
    position: relative;
    left: -10%;
    margin-left: 25px;
}
.product-slickGallery .slick-arrow
{
	left: 0.5%;
	width:50px;
	height:50px;
	z-index:1;
	/* border-top: 40px solid transparent;
    border-right: 80px solid lightblue;
    border-bottom: 40px solid transparent; */
    background:rgba(1,1,1,0.2);
    /*background: url('../img/toggle-arrow.svg');	*/
    top: 45%;
}
.slick-next.slick-arrow{
        left: 90%;
}
.slick-prev, .slick-next{
    top: 60%;
}
.slick-prev:before, .slick-next:before{
        /*color: white;*/
}
.productDetail-accordion
{
    margin-top: 46px;
}
.product-cardTitle
{
    color: #4B9CDF;
    cursor: pointer;
}
/* .product-cardTitle:hover div
{
    transform: translateX(10px);
} */
/* .productDetail-accordion .card:nth-child(1)
{
    border-top: 2px solid #4B9CDF;
} */
.productDetail-accordion .card
{
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #4B9CDF;
}
.productDetail-accordion .card-header
{
    background: transparent;
    border: none;

    border-radius: 0;
    padding: 18px 0 18px 0;
}
.productDetail-accordion .card-body
{
    padding: 0 0 40px 0;
}
.card-body-innerDetail
{
    display: flex;
    justify-content: space-between;

    margin-top: 40px;
}
.card-body-innerDetail .maxWidth
{
    width: 160px;
    max-width: 160px;
}
.hideElement
{
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.arrowToggle
{
    position: absolute;
    width: auto;
    top: 10%;
    right: 0;
}
.product-cardTitle.collapsed div
{
    color: #004194;
    transition: all .4s ease;
}
.product-cardTitle.collapsed:hover div
{
    color: #4B9CDF;
    transform: translateX(10px);
}
.product-cardTitle.collapsed img
{
    transform: rotate(0);
    transition: all .4s ease;
}
.product-cardTitle img
{
    transform: rotate(-180deg);
    transition: all .4s ease;
}
.innerDetail-boxWidth02
{
    width: 23%;
    margin-bottom: 40px;
}
.innerDetail-boxWidth02:nth-child(5),
.innerDetail-boxWidth02:nth-child(6),
.innerDetail-boxWidth02:nth-child(7)
{
    margin-bottom: 0;
}
.toggleDisplay
{
    display: none;
}
.card-bodyTag
{
    display: flex;
    align-items: flex-end;

    background: #EDEEEF;
    padding: 20px;
}
.bedLayer-mobileDescription
{
    display: none;
}

.certificateSection
{
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;

    height: 100vh;
}
.certificate-container
{
    margin-bottom: 56px;
}
.certificateInner
{
    background: rgba(255, 255, 255, .7);
    padding: 33px 60px;
}

.newsletterPositon
{
    position: fixed;
    left: 0;
    bottom: 0;

    width: 100%;
    background: #FFF;
    padding: 13px 0;
    z-index: 50;

    box-shadow: 0 -4px 15px -4px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 -4px 15px -4px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 -4px 15px -4px rgba(0,0,0,0.15);
}
.newsletterPositon .lightBlueBtn
{
    width:max-content;
    padding-left: 30px;
    padding-right: 30px;
    white-space: nowrap;
}
.card-bodyInner-padding
{
    padding-left: 20px;
}
.productScale2
{
    margin-top: -100px;
	margin-bottom: 70px;
}
.productScale
{
    margin-top: -100px;
	margin-bottom: 70px;
}
.productScale .cicrleRate.active
{
    width: 17px;
    height: 17px;
}
.productScale .cicrleRate
{
    width: 12px;
    height: 12px;
}


.mondoIcon
{
    width: 108px;
    max-width: 108px;
    margin: 0 8px;
}
.center-firmScale
{
    position: relative;
    top: 24%;
}

@media(min-width: 1440px)
{
    /* .bedLayer-inner
    {
        left: 3%;
    } */
    .bedLayer-container .bedLayer:nth-child(2) 
    {
        margin-top: -150px;
    }
    .bedLayer-container .bedLayer:nth-child(3) 
    {
        margin-top: -160px;
    }
    .bedLayer-container .bedLayer:nth-child(4) 
    {
        margin-top: -190px;
    }
    .bedLayer.active.add-MarginTop
    {
        margin-top: -150px;
    }
}
@media(max-width: 1024px)
{
    .productScale
    {
        margin-top: 70px;
    }
    .certificateSection
    {
        height: 70vh;
    }
    .flexWrap
    {
        flex-wrap: wrap;
    }
    .innerDetail-boxWidth01
    {
        width: 23%;
        margin-bottom: 40px;
    }
    .innerDetail-boxWidth02
    {
        width: 31.33%;
    }
    .innerDetail-boxWidth01:last-child,
    .innerDetail-boxWidth02:last-child
    {
        margin-bottom: 0;
    }
    .card-body-innerDetail .maxWidth
    {
        width: auto;
        max-width: 100%;

        white-space: normal;
    }
    .product-slickGallery .slick-dots
    {
        left: -12%;
        margin-left: 0px;
    }
    .slick-prev::before {
        content: "«";
    }
    .slick-next::before {
        content: "»";
    }
    .product-gallerySection
    {
        padding: 80px 0 26% 0;
    }
    .gallerySection-adjustMobile
    {
        margin: 0;
    }
    .gallerySection-adjustMobile .col-lg-10
    {
        padding-right: 0;
    }
    .bedLayer-mobileDescription
    {
        display: block;
        margin-bottom: 60px;
    }
    .bedLayer-container
    {
        margin-bottom: 40px;
    }
    .grabText,
    .bedLayer-innerUnderline
    {
        opacity: 0 !important;
        visibility: hidden !important;
    }
    #description
    {
        width: 100%;
        max-width: 100%;
    }
    /* .bedLayer-inner
    {
        left: 4%;
    } */
    .bedLayer-container .bedLayer:nth-child(2) 
    {
        margin-top: -90px;
    }
    .bedLayer-container .bedLayer:nth-child(3) 
    {
        margin-top: -100px;
    }
    .bedLayer-container .bedLayer:nth-child(4) 
    {
        margin-top: -120px;
    }
    .bedLayer.active.add-MarginTop
    {
        margin-top: -80px;
    }
}
@media (max-width: 1023px) and (min-width: 768px)
{
    .center-firmScale
    {
        top: 0;
    }
    .productScale.removeMarginTop-mattress
    {
        margin-top: 20px;
        margin-bottom: 90px;
    }
    .bedLayer-container .bedLayer:nth-child(2) 
    {
        margin-top: -180px;
    }
    .bedLayer-container .bedLayer:nth-child(3)
    {
        margin-top: -210px;
    }
    .bedLayer-container .bedLayer:nth-child(4) 
    {
        margin-top: -240px;
    }
    .bedLayer.active.add-MarginTop
    {
        margin-top: -190px;
    }
    .bedLayer-container
    {
        padding-left: 0;
    }
    /* .bedLayer-inner
    {
        left: -1%;
    } */
    .innerDetail-boxWidth01,
    .innerDetail-boxWidth02
    {
        width: 28%;
    }
    .innerDetail-boxWidth01:nth-child(4),
    .innerDetail-boxWidth01:nth-child(5)
    {
        margin-bottom: 0;
    }
    .product-slickGallery
    {
        padding: 0 0 0 40px;
    }
    .product-slickGallery .slick-dots
    {
        left: -4%;
        margin-left: 0px;
    }
    .product-gallerySection
    {
        padding: 80px 0 30% 0;
    }
    .product-slickGallery img 
    {
        width: 620px;
        max-width: 620px;
    }
    .displayBlock-product
    {
        display: block !important;
    }
    .productDescription-box
    {
        width: 100%;
    }
    .greyUnderline-product
    {
        width: 100%;
        height: 2px;

        margin: 40px 0;
    }
    .bedLayer-container
    {
        margin-top: 40px;
    }
}
@media (max-width: 767px)
{
    .center-firmScale
    {
        top: 0;
    }
    .productScale.removeMarginTop-mattress
    {
        margin-top: 20px;
        margin-bottom: 90px;
    }
    .newsletterPositon .changeIntoBlock
    {
        display: block !important;
    }
    .newsletterPositon .changeIntoBlock .mobileWidth
    {
        justify-content: center;
    }
    .newsletterPositon .changeIntoBlock a .lightBlueBtn
    {
        margin: 23px auto 0 auto;
    }


    .bedLayer-container
    {
        padding-left: 0;
    }
    .product-slickGallery
    {
        padding: 0 0 0 20px;
    }
    .product-gallerySection
    {
        padding: 80px 0 40% 0;
    }
    .product-slickGallery img 
    {
        width: 300px;
        max-width: 300px;
    }
    .certificateInner
    {
        padding: 33px;
    }  
    .innerDetail-boxWidth01,
    .innerDetail-boxWidth02
    {
        width: 100%;
        margin-bottom: 40px !important;
    }
    .innerDetail-boxWidth01:last-child,
    .innerDetail-boxWidth02:last-child,
    .innerDetail-boxWidth01:nth-child(5),
    .innerDetail-boxWidth02:nth-child(7)
    {
        margin-bottom: 0 !important;
    }
    .displayNone,
    .hideElement.innerDetail-boxWidth02
    {
        display: none;
    }
    .card-body-innerDetail
    {
        text-align: center;
    }
    .mobilePicture
    {
        display: flex;
        justify-content: center;
    }
    .productDetail-accordion picture img
    {
        width: 80% !important;
    }
    .toggleDisplay
    {
        display: block;
    }
    .displayBlock-product
    {
        display: block !important;
    }
    .productDescription-box
    {
        width: 100%;
    }
    .greyUnderline-product
    {
        width: 100%;
        height: 2px;

        margin: 40px 0;
    }

    .bedLayer-container .bedLayer:nth-child(2)
    {
        margin-top: -70px;
    }
    .bedLayer-container .bedLayer:nth-child(3)
    {
        margin-top: -80px;
    }
    .bedLayer-container .bedLayer:nth-child(4)
    {
        margin-top: -100px;
    }
    .sixLayer .bedLayer-container .bedLayer:nth-child(4)
    {
        margin-top: -100px;
    }
    .bedLayer-container .bedLayer:nth-child(5)
    {
        margin-top: -110px;
    }
    .bedLayer-container .bedLayer:nth-child(6)
    {
        margin-top: -120px;
    }

    .bedLayer-container
    {
        margin-top: 80px;
    }
    .bedLayer-inner 
    {
        /* left: -42%; */
        transform: translate(-50%, -50%);
    }
    .bedLayer.active.add-addMargin 
    {
        margin: -30px 0 30px 0 !important;
    }
    .bedLayer.active.add-MarginTop 
    {
        margin-top: -60px !important;
    }
    .bedLayer.active.add-MarginBottom
    {
        margin-bottom: 30px !important;
    }
    .newsletterPositon .lightBlueBtn
    {
        margin-left: 23px;
    }
    .card-bodyInner-padding
    {
        padding-left: 0;
    }
    .certificate-container
    {
        margin-bottom: 40px;
    }
    .mobileMargin{
            margin: 0 auto;
        }
	
}

    .slick-prev::before {
        /*content: "«";*/
        content: "<";
        font-weight: bold;
    }
    .slick-next::before {
        /*content: "»";*/
        content: ">";
        font-weight: bold;
    }