@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100;200;300;400;500;600;700&family=Nunito:wght@200;300;400;600;900&family=Archivo:wght@100;300;400;500;700&display=swap');
html {
    overflow-x: hidden;
}
body {
    font-family: 'Archivo', sans-serif;
    background: #fff;
    overflow: auto;
    font-size: 14px;
    overflow-x: hidden;
    padding-top: 66px;
}
a, a:hover, a:focus {
    text-decoration: none;
    transition: all 400ms ease;
}
img {
    max-width: 100%
}
h1, h2, h3, h4, h5, h6 {
    font-family: Archivo;
}
input, button {
    outline: none;
    box-shadow: none;
}
nav#myMenu {
    padding: 0 16px;
}
.mainHeader {
    position: fixed;
    background: #ffffff;
    border-bottom: 3px solid #edb90a;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.black-customBtn {
    display: inline-block;
    padding: 13px 40px;
    background: transparent;
    font-size: 12px;
    color: #000;
    border-radius: 5px;
    border: 2px solid #000;
    font-family: 'Archivo';
}
.black-customBtn:hover {
    display: inline-block;
    padding: 13px 40px;
    background: #000;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    border: 2px solid #000;
    border-color: #000 !important;
}
.iconsNav li a {
    padding: 0 0 !important;
}
.navbar-light .navbar-brand img {
    max-width: 250px;
}
.navbar-light .navbar-brand {
    padding-top: 0px;
    text-align: center;
    margin: 5px 0px 5px 0px;
    background: #fff;
}
.mainHeader #myMenu li a {
    /* padding: 0 25px; */
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
}
/* mega menu css */

.mega-navbar .nav-item {
    margin-right: 10px;
    padding: 18px 0;
}
.mega-navbar .nav-item:last-child {
    margin-right: 5px;
}
.dropdown-nav-item {
    display: inline-block;
}
.dropdown-nav-item .nav-link {
    cursor: pointer;
}
.dropdown-nav-item .megamenu-content {
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    display: none;
    top: 100%;
    left: 0px;
}
/*.dropdown-nav-item:hover .megamenu-content {
    display: block;
    background: #E7E3D8;
    display: flex;
    flex-wrap: wrap;
}*/

.dropdown-nav-item:hover .megamenu-content {
    display: block;
    background: rgba(231, 227, 216, 0.95);
    height: calc(100vh - 75px);
    display: flex;
    flex-wrap: wrap;
    /* overflow-y: scroll; */
}
.megamenu-content {
    background: #E7E3D8;
    width: 100%;
    padding: 15px 20px;
}
.megamenu-content ul {
    list-style-type: none;
    padding: 10px 20px;
    margin: 0px;
    width: 100%;
    max-width: calc(100% / 6);
    flex: 0 0 100%;
}
.megamenu-content ul li {
    padding: 8px 0;
}
#megaMenu .megamenu-content ul li strong, #megaMenu .megamenu-content ul li a {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    text-transform: capitalize;
}
#megaMenu .megamenu-content ul li a {
    font-weight: normal;
    padding-bottom: 0px;
}
.mainHeader #myMenu li a :hover {
    color: #e83951;
}
/* mega menu end */

div#navbarSupportedContent ul li a {
    font-family: 'Archivo';
    font-weight: 500;
    font-size: 16px;
}
div#navbarSupportedContent ul:not(.iconsNav) li {
    padding: 0 20px;
}
.iconsNav {
    padding-left: 30px;
}
.sliderImg .owl-dots, .articleSec .owl-dots {
    display: block !important;
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.slideScroller .item img {
    height: 600px;
    object-fit: fill;
    width: 100%;
}

@media (max-width: 480px) {
    .slideScroller .item img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
}
.sliderImg {
    position: relative;
}
/* .articleSec .owl-dots {
    bottom: -50px;
} */

.sliderImg .owl-dots button, .articleSec .owl-dots button {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 0 7px;
    border: solid 2px #fff;
    outline: none;
}
.sliderImg .owl-dots button.active, .articleSec .owl-dots button.active {
    background: #e83951  !important;
    border: solid 2px #e83951 ;
}
.customSection {
    padding: 50px 0;
    background: #E7E3D8;
}
.sectionHeading {
    text-align: center;
    margin: 0 0 50px;
}
.sectionHeading h3 {
    font-size: 10px;
    text-transform: uppercase;
    font-family: 'Archivo';
}
.sectionHeading p {
    font-family: 'Archivo';
    font-weight: 400;
}
.sectionHeading h2 {
    font-weight: 900;
    font-size: 24px;
    margin: 0 0 20px;
}
.archivo-heading-text {
    font-family: 'Archivo', sans-serif;
    font-weight: 600;
}
.sectionHeading .archivo-heading-text {
    font-weight: 600;
}
.customFooter .archivo-heading-text {
    font-weight: 600;
}
.innerbannerContent .archivo-heading-text {
    font-weight: 600;
}
.sectionHeading .archivo-heading-text.approach-about-text {
    font-weight: 700;
}
/* .sectionHeading .pre-loved-text{ 
    font-weight: bold;  
} */

.articleContent h2 {
    color: #000;
}
.sectionHeading h4 {
    font-size: 16px
}
.boxWrapper {
    /*display: flex;*/
    justify-content: space-between;
    margin: 0 -15px;
}
.productBx {
    width: 100%;
    padding: 5px 5px;
    box-shadow: 0px 0px 4px 0px #00000024;
    /* border: 1px solid #00000030; */
    background: #fff;
    border-radius: 10px;
}
.productBx:hover {
    box-shadow: 0px 0px 5px 0px #00000027;
    ;
    /* border: 1px solid #00000030; */
}
.productBxImg img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    background: #fff;
}
.productBxContent {
    padding: 10px 10px;
    background: #e7e3d8;
}
.productBxContent p {
    margin: 5px 0;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}
.customBtn, .lineBtn {
    display: inline-block;
    padding: 13px 40px;
    background: transparent;
    font-size: 12px;
    color: #000000 !important;
    border-radius: 5px;
    border: 2px solid #000000;
}
.customBtn:hover {
    background: #000000;
    color: #ffffff!important;
}
.lineBtn {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
.lineBtn:hover {
    background: transparent;
    color: #df613f;
}
.articleSec .lineBtn {
    color: #df613f;
    border-color: #df613f;
}
.aboutSec {
    padding: 50px 0 10px;
    background: #DF613F;
}
.aboutBx h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #000;
}
.aboutBx p {
    font-size: 14px;
    line-height: 17px;
    /*margin: 0 0 30px;*/
    color: #000;
}
.aboutBx {
    margin: 0 0 70px;
    padding-right: 80px;
}
.grey1 {
    background: #e6a0833b !important
}
.grey2 {
    background: #E7E3D8;
}
.grey3 {
    background: #DF613F;
}
.grey1 .productBxContent {
    background: #e7e3d8;
}
.articleSec {
    background: #df613f;
}
.articleSec p {
    margin: 0;
    color: #000000;
}
.articleSec .sectionHeading {
    margin: 0 0 030px;
}
.mobile {
    display: none;
}
.customFooter {
    background: #000;
    
    padding: 50px 0 20px;
}
div.mobile {
    display: none
}
@media (max-width: 640px) {
    div.mobile {
        display: block
    }
    div.desktop {
        display: none
    }
}
#desktop_brand_filters {
    display: flex;
}
#mobile_brand_filters {
    display: none;
}
@media (max-width: 480px) {
    .tag {
        position: absolute;
        top: 0px !important;
        left: 0;
        z-index: 9;
    }
    #desktop_brand_filters {
        display: none!important;
    }
    #mobile_brand_filters {
        display: block!important;
    }
}
@media (max-width: 480px) {
    .writer-name {
        float: right;
        margin-right: 0px !important;
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    .vuhn_credits {
        position: absolute !important;
        top: 25% !important;
        z-index: 99 !important;
    }
}
.trending-article {
    padding: 50px 1px 100px 150px;
}
/*@media (max-width: 480px) {
    .trending-article{
        padding: 0px 0px 0px 0px;
    }
}*/

@media (max-width: 480px) {
    .mega-navbar .nav-item:last-child {
        margin-right: 0px;
    }
}
div.mobile2 {
    display: none
}
@media (max-width: 640px) {
    div.mobile2 {
        display: block
    }
    div.desktop1 {
        display: none
    }
}
@media (max-width: 640px) {
    div.mobile1 {
        margin-top: 100px
    }
}
.list-inline {
    display: flex;
    margin: 0;
    align-items: center;
    flex-wrap: wrap;
}
.list-inline li a, .copyright p {
    padding: 0;
    color: #E7E3D8;
    font-weight: 500;
}
.list-inline li {
    padding: 0;
}
.subscribeBx .button {
    background: #E7E3D8!important;
    color: #000!important;
    font-weight: 500;
    padding: 10px 30px;
    cursor: pointer;
    margin-top: 30px;
    border: none;
    border-radius: 5px;
}
.subscribeBx input {
    background: transparent;
    border: none;
    color: #E7E3D8;
    font-weight: 500;
    border-bottom: solid 2px #E7E3D8;
    width: 100%;
    margin-left: 0;
    padding: 0 0 5px;
}
.subscribeBx input::placeholder {
    color: #E7E3D8;
}
.subscribe_btn {
    background: #C4C4C4!important;
    color: #000!important;
    font-weight: 500!important;
    padding: 10px 30px!important;
    cursor: pointer!important;
    margin-top: 30px!important;
    border: none!important;
    border-radius: 5px!important;
}
.subscribe_btn:hover {
    background: #fff!important;
    color: #000!important;
    font-weight: 500!important;
    padding: 10px 30px!important;
    cursor: pointer!important;
    margin-top: 30px!important;
    /* border: none!important; */
    border-radius: 5px!important;
    border: 1px solid #df613f!important;
}

.socialLink li a {
    font-size: 32px;
}
.footerLink {}
.footerSearch button {
    outline: none;
    background: #e7e3d8;
    border: none;
    position: absolute;
    left: 10px;
    top: 13px;
    cursor: pointer;
}
.footerSearch input {
    background: #e7e3d8;
    padding: 17px 20px 17px 60px;
    border-radius: 10px;
    border: none;
    min-width: 220px;
    color: #000;
    font-weight: 500;
    font-size: 15px;
}
.footerSearch {
    position: relative;
}
.footerSearch input::placeholder {
    color: #000;
}
.list-inline li a.cartBtn {
    background: #e7e3d8;
    color: #000;
    padding: 8px 10px 8px 20px;
    font-weight: 500;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.list-inline li a.cartBtn i {
    background: #000;
    color: #fff;
    padding: 10px 10px;
    font-size: 20px;
    border-radius: 5px;
    margin-left: 10px;
}
.paymentIcons {
    display: flex;
    background: #e7e3d8;
    border-radius: 10px;
    padding: 10px 20px;
    justify-content: center;
    margin-top: 30px;
}
.paymentIcons img {
    min-height: 30px;
}
.copyright {
    /* display: flex; */
    width: 100%;
    /* justify-content: center; */
    /* align-items: center; */
    /*margin-top: 50px;*/
    padding-top: 20px;
    border-top: solid 2px #fff;
}
.copyright p {
    margin: 0;
}
.copyright ul li a {
    font-size: 13px;
    color: #e7e3d8;
}
.oneLineBx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.oneLineBx .list-inline li {
    padding: 0 15px;
}
.oneLineBx .list-inline {
    margin: 0 -15px;
}
.footerLink h3 {
    font-size: 24px;
    color: #E7E3D8;
    font-weight: 800;
    margin: 0 0 30px;
}
.footerLink p {
    color: #E7E3D8;
}
.footerLink .list-inline a {
    border: solid 2px #E7E3D8;
    padding: 7px 5px;
    border-radius: 5px;
    margin: 0 15px 15px 0;
    width: 150px;
    text-align: center;
}
.list-unorder {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.list-unorder li a {
    padding: 0;
    margin: 0 0 15px;
    color: #E7E3D8
}
.footerLink .list-unorder {
    /*display: flex;*/
    flex-wrap: wrap;
}
.list-unorder li {
    /*width: 50%;*/
    width: 100%;
}
.footerLink .list-inline a:hover {
    background: #fff;
    color: #000;
}
.subscribeBx button:hover {
    background: #333;
    color: #fff;
}
.contact-con {
    position: absolute;
    width: 774px;
    height: 208px;
    left: 400px;
    top: 286px;
    font-family: Archivo;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    /* or 133% */
    color: #000000;
}
.return-policy {
    position: relative;
    left: 89px;
    top: 256px;
    font-family: Archivo;
    font-style: normal;
    font-weight: bold;
    font-size: 10px;
    line-height: 16px;
    /* or 160% */
    color: #000000;
}
/*===============================terms of use-page===============================*/

.term-head {
    position: absolute;
    width: 244px;
    height: 22px;
    font-family: Archivo;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 16px;
    /* or 44% */
    color: #111111;
}
.privacy {
    position: absolute;
    width: 295px;
    height: 10px;
    left: 637px;
    top: 214px;
    font-family: Archivo;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 16px;
    /* or 44% */
    color: #111111;
}
.enter-otp {
    position: absolute;
    width: 458px;
    height: 22px;
    left: 366px;
    top: 462px;
    font-family: Archivo;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    /* or 89% */
    color: #000000;
}
.launch {
    position: absolute;
    left: 36.69%;
    right: 35.28%;
    top: 78.51%;
    bottom: 46.48%;
    font-family: Archivo;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 41px;
    letter-spacing: 0.1em;
    color: rgba(231, 227, 216, 0.95);
}
.btn {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #E7E3D8;
    box-sizing: border-box;
    border-radius: 5px;
}
.btn-content {
    position: absolute;
    height: 16px;
    left: 25px;
    right: 24px;
    top: calc(50% - 16px/2 + 0.5px);
    font-family: Archivo;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 15px;
    /* identical to box height */
    display: flex;
    align-items: center;
    color: #E7E3D8;
}
.lin-col {
    position: absolute;
    width: 137px;
    height: 0px;
    left: 519px;
    top: 218px;
    border: 1px solid rgba(223, 97, 63, 0.5);
}
/* Line 69 */

.breadcrum {
    /* Address */
    position: absolute;
    width: 81px;
    height: 21px;
    left: 681px;
    top: 150px;
    font-family: Archivo;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    /* or 89% */
    color: #DF613F;
}
.breadcrum2 {
    /* Payment */
    position: absolute;
    width: 81px;
    height: 21px;
    left: 927px;
    top: 150px;
    font-family: Archivo;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    /* or 89% */
    color: #000000;
}
.line {
    position: absolute;
    width: 137px;
    height: 0px;
    left: 772px;
    top: 218px;
    border: 1px solid #000000;
}
contact-btn {
    position: absolute;
    width: 374px;
    height: 41px;
    left: 332px;
    top: 512px;
    border: 2px solid #DF613F;
    box-sizing: border-box;
    border-radius: 5px;
}
.privacy-con {
    position: absolute;
    left: 89px;
    top: 256px;
    font-family: Archivo;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    /* or 160% */
    color: #000000;
}
.term-content {
    position: absolute;
    left: 89px;
    top: 255px;
    font-family: Archivo;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
    /* or 160% */
    color: #000000;
}
/*===============================about-us-page===============================*/

.innerbanner {
    display: flex;
    flex-wrap: wrap;
    min-height: calc(100vh - 66px);
}
.innerbannerImage {
    width: 50%;
    position: relative;
}
.innerbannerContent {
    width: 50%;
    background: #F2F2F2;
    padding: 20px 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.innerPage {
    padding: 0;
    position: relative;
}
.innerbannerImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.innerbannerContent h1 {
    font-weight: 900;
    font-size: 36px;
    margin: 0 0 40px;
    color: #000000;
}
.innerbannerContentInr p {
    color: #000000;
}
.testimonail {
    padding: 70px 0;
    background: #111;
    text-align: center;
}
.testimonail h3 {
    font-weight: 800;
    font-size: 32px;
    margin: 0 0 40px;
    color: #000000;
}
.boxWIthButton {
    width: 250px;
    padding: 0 15px;
}
.boxWIthButtonContent {
    padding: 20px 0 0;
}
.boxWIthButtonContent h3 {
    font-weight: 900;
    font-size: 18px;
    margin: 0 0 20px;
}
.boxWIthButtonContent p {
    margin: 0 0 20px;
}
.boxWIthButtonImg img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.ecoContent {
    display: flex;
}
.ecoContentInr {
    width: 50%;
    background: #e7e3d8;
    padding: 150px 100px 150px 200px;
    color: #000000;
}
.videoAbt {
    width: 50%;
    position: relative;
}
.videoAbt video, .videoAbt iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ecoContentInr ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.ecoContentInr ul li {
    font-size: 14px;
    margin: 30px 0;
    position: relative;
    padding-left: 55px;
    color: #000000;
}
.eco ul li:after {
    content: "";
    background: url(../images/Ellipse.png) 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: -10px;
    width: 40px;
    height: 40px;
    background-size: cover !important;
}
.our-brand-partners.container .sectionHeading {
    padding: 0px 73px;
}
.brandsList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.brandBxbx {
    width: calc(100% / 5 - 30px);
    margin: 0 15px 20px;
}
section.brandsSec {
    padding: 50px;
    background: #E7E3D8;
}
.brandsSec .buttonGroup {
    text-align: center;
    margin: 40px 0 0;
}
.whyBx img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.whyBx h3 {
    font-weight: 700;
    font-size: 22px;
    margin: 30px 0;
}
.whyBx p {
    margin: 0;
}
.whyBx {
    margin: 0 0 50px;
}
.tag {
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 9;
}
.tag img {
    max-height: 45px;
}
.transparentOverlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: transparent;
    display: none !important;
    z-index: 1;
}
.transparentOverlay.active {
    display: block !important;
}
.aboutBx a:hover {
    border-color: #fff;
}
.aboutSec h2 {
    color: #000;
}
.innerbannerContentInr {
    color: #fff;
}
.boxWIthButtonContent a {
    color: #DF613F;
    background: #ffffff;
    border: solid 2px #DF613F;
}
.boxWIthButtonContent a:hover {
    background: #DF613F;
    color: #ffffff !important;
}
section.brandsSec {}
section.brandsSec .buttonGroup a {
    color: #DF613F;
    border-color: #DF613F;
}
section.brandsSec .buttonGroup a:hover {
    color: #fff;
    background: #DF613F;
    border: solid 2px #DF613F;
}
/*===============================Brand-Directory-page===============================*/

.sliderContent {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
}
.sliderContent h1 {
    margin: 0;
    font-size: 36px;
    font-weight: 900;
}
.sliderContent.processDetails {
    left: auto;
    right: 50px;
    width: auto;
    transform: translate(0, 0);
    top: auto;
    bottom: 50px;
    text-align: left;
}
.sliderContent.processDetails h3 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}
.sliderContent.processDetails a {
    display: inline-block;
    padding: 5px 10px;
    background: #E7E3D8;
    color: #df613f;
    font-size: 12px;
    margin-top: 5px;
    border-radius: 5px;
}
.sliderContent.processDetailsLeft {
    right: auto;
    left: 50px;
    width: auto;
    transform: translate(0, 0);
    top: auto;
    bottom: 50px;
    text-align: left;
}
.sliderContent.processDetailsLeft h3 {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}
.sliderContent.processDetailsLeft a {
    display: inline-block;
    padding: 5px 10px;
    background: #E7E3D8;
    color: #df613f;
    font-size: 12px;
    margin-top: 5px;
    border-radius: 5px;
}
.searchSeaction {
    padding: 50px 0;
}
.searchSeactionInr .form-group {
    display: flex;
    margin: 0 0 30px;
}
.searchSeactionInr .form-group button {
    padding: 9px 13px;
    border: none;
    background: #E7E3D8;
    border-radius: 5px;
    box-shadow: 2px 2px 5px #00000052;
}
.searchSeactionInr .form-group input {
    width: 100%;
    border-radius: 5px;
    border: solid 1px #DF613F;
    padding: 5px 15px;
    font-size: 16px;
}
.searchAlpha ul {
    margin: 0 -5px 30px;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.searchAlpha ul li a {
    font-size: 18px;
    color: #DF613F;
    font-weight: 700;
    padding: 0 5px;
}
.searchContent ul {
    margin: 0 -30px 30px;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.searchContent ul li a {
    font-size: 18px;
    color: #DF613F;
    font-weight: 700;
    padding: 0 30px;
    border-right: solid 3px #DF613F;
}
.searchAlphaResult h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 30px;
}
.searchAlphaResultBx {
    display: flex;
    margin: 0 0 50px;
}
.searchAlphaResultImg {
    min-width: 165px;
}
.searchAlphaResultContent {
    padding-left: 20px;
}
.searchAlphaResultContent h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 15px;
}
.searchAlphaResultContent p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
}
.searchAlphaResultImg img {
    width: 100%;
}
.orangeBtn {
    color: #DF613F;
    border: 2px solid #e83951;
}
.orangeBtn:hover {
    background: #e83951;
    color: #ffffff;
}
/*===============================Brand-1-page===============================*/

.whiteBg {
    background: #fff !important;
}
.multiBox .boxWrapper {
    flex-wrap: wrap;
}
/*===============================Brand-2-page===============================*/

.cateSlider {
    position: relative;
}
.cateSliderWrp {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /*padding: 50px 30px;*/
}
.cateSliderBx {
    width: calc(100% / 5 - 40px);
    margin: 20px;
    position: relative;
}
.cateSliderBx img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.cateSliderBx h3 {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 20px;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin: 0;
}
.colorStrip {
    text-align: center;
    background: #e67f6a;
    padding: 15px 0;
    margin: 25px 0px 30px 0px;
}
.colorStrip h3 {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.writer-name {
    float: right;
    margin-right: 130px;
    font-size: 18px;
    padding-top: 15px;
}
.quote {
    font-weight: 800;
    font-size: 32px;
    margin: 0 0 40px;
    color: #000000;
    padding: 90px 0;
    background: #111;
    text-align: center;
}
.filterWrp {
    padding: 30px 0 0;
}
.filterBx h3 {
    font-size: 18px;
    margin: 0 0 15px;
    font-weight: 600;
    text-transform: uppercase;
}
.filterBx h3 img {
    transform: rotate(-90deg);
    display: inline-block;
    margin-right: 5PX;
    max-height: 17px;
}
.filterBx p a {
    color: #000;
    font-size: 16px;
}
.filterBx p {
    margin: 0 0 15px;
    line-height: 1;
}
.filterBx {
    margin: 0 0 40px;
}
.SingleProductSlider .item img {
    height: 400px;
    object-fit: cover;
}
.SingleProductSlider {
    position: relative;
}
.wishlistOpt {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 11;
}
.SingleProductSlider .owl-dots {
    position: absolute;
    bottom: 15px;
    z-index: 9;
    width: 100%;
    text-align: center;
}
.SingleProductSlider .owl-dots button {
    width: 10px;
    height: 10px;
    border: solid 1px #df613f;
    border-radius: 50%;
    margin: 0 5px;
    outline: none;
}
.SingleProductSlider .owl-dots button.owl-dot.active {
    background: #df613f;
}
.prodName {
    font-size: 18px !important;
}
.price {
    font-weight: 600 !important;
    font-size: 13px !important;
    text-align: justify;
}
.product-name {
    font-weight: 600 !important;
    font-size: 13px !important;
    text-align: justify;
    height: 20px;
}
.star-active {
    color: gold;
}
.addtoCart {
    font-weight: 600 !important;
    font-size: 12px !important;
    text-align: center;
    margin-top: 20px !important;
    background: #000;
    padding: 10px;
    color: #fff !important;
    border-radius: 5px;
    cursor: pointer;
}
.prodCost {
    font-size: 18px !important;
    /*color: #df613f !important;*/
}
.stickerList {
    padding: 10px 0 0;
    display: flex;
}
.stickerBx {
    margin-right: 10px;
}
.selectFilter {
    display: flex;
    justify-content: flex-end;
    padding: 0 0 15px;
}
.customSlect {
    margin-right: 15px;
}
.customSlect select, .customSlect .selectToggle {
    border: none;
    font-size: 12px;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/angle-down.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 5px 30px 5px 5px;
    background-size: 12px;
}
.customSlect select option {
    font-size: 14px;
}
.productWithSliderSection {
    padding: 50px 30px;
}
/*===============================Brand-4-page===============================*/

section.breadcrumSec {
    position: relative;
    padding-top: 50px;
    padding-bottom: 10px;
}
section.breadcrumSec p {
    font-size: 12px;
}
.productDetailsBx h2 {
    font-size: 24px;
    margin: 0;
    font-weight: 600;
    line-height: 33px;
}
.productDetailsBx h2 span {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
}
.priceAndTag {
    display: flex;
    justify-content: space-between;
    /*padding: 15px 0;*/
}
.priceAndTag h3 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 10px;
}
.priceAndTag ul li {
    margin-right: 20px;
}
.priceAndTag h6 {
    font-size: 18px;
    margin: 0;
}
.priceAndTag h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 16px;
    color: #6BC4A6;
    margin-bottom: 0px;
}
.priceAndTag h5 {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 22px;
}
.sizeMx h3 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 0px;
}
.productDetails select {
    border: solid 1px #00000052;
    padding: 6px 30px 6px 20px;
    border-radius: 5px;
    background-position: 90px center;
    width: 120px;
}
.sizeMx li label {
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: solid 2px #df613f;
    border-radius: 50%;
    font-size: 21px;
}
.sizeMx li input {
    display: none;
}
.sizeMx li {
    margin-right: 15px;
}
.sizeMx li input:checked+label {
    background: #df613f;
    color: #fff;
}
.buttonsBx .fillBtn, .buttonsBx .lineBtn {
    width: 100%;
    margin: 20px 0;
    cursor: pointer;
    text-align: center;
    padding: 13.5px 0;
    background: #e83951;
    border: solid 2px #e83951;
    font-size: 17px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.buttonsBx .lineBtn {
    background: #fff;
    color: #df613f;
}
.fillBtn span, .lineBtn span {
    margin-left: 10px;
    display: inline-block;
}
.sizeMx {
    margin-bottom: 20px;
}
.productDetails .glass-case ul li, .productDetails .gc-display-area, .gc-icon {
    border: solid 1px #ccc;
}
.singleHeading {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 600;
}
.buttonsBx p {
    font-style: normal;
    font-weight: normal;
    font-size: 15.2px;
    line-height: 16px;
    color: #000000;
}
/* glass popup carousel css */

.glass-case {
    width: 100% !important;
    height: 100% !important;
}
.glass-case .gc-display-area {
    left: 0px !important;
    position: relative !important;
    pointer-events: none;
}
.glass-case .gc-thumbs-area.gc-vt {
    height: auto !important;
    width: 100% !important;
    max-width: 449px !important;
    top: auto !important;
    left: 0px;
    bottom: 0px;
    position: relative !important;
}
.glass-case #glasscase {
    width: 100% !important;
    height: 100% !important;
    z-index: 9;
    display: flex;
    justify-content: center;
}
/*====coming-soon===*/

.social {
    position: absolute;
    left: 46.46%;
    right: 51.88%;
    top: 95.7%;
    bottom: 1.95%;
    background: url(580b57fcd9996e24bc43c521.png);
    /* 580b57fcd9996e24bc43c53e 1 */
    position: absolute;
    left: 48.82%;
    right: 48.82%;
    top: 95.31%;
    bottom: 1.46%;
    background: url(580b57fcd9996e24bc43c53e.png);
    /* 1b7601e035a83c13c208b4ec905ee6d9 1 */
    position: absolute;
    left: 51.53%;
    right: 46.53%;
    top: 95.51%;
    bottom: 1.76%;
    background: url(1b7601e035a83c13c208b4ec905ee6d9);
}
.social-content {
    position: absolute;
    left: 46.46%;
    right: 46.67%;
    top: 93.65%;
    bottom: 5.27%;
    font-family: Archivo;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 11px;
    /* identical to box height */
    letter-spacing: 0.2em;
    color: #E7E3D8;
}
.btn-col {
    width: 411px;
    height: 65px;
    margin-top: 10px;
    background: rgba(223, 97, 63, 0.95);
    border-radius: 5px;
}
/* Text */

.btn-col-content {
    position: relative;
    height: 27px;
    font-family: Archivo;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 26px;
    /* identical to box height */
    align-items: center;
    color: #E7E3D8;
}
/*====login===*/

.top-code {
    position: absolute;
    width: 944px;
    height: 19px;
    left: 311px;
    top: 117px;
    /* Title 4 */
    font-family: Nunito;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #E7E3D8;
}
.top-code-bg {
    position: absolute;
    width: 1440px;
    height: 64px;
    left: 0px;
    top: 100px;
    background: #DF613F;
}
.font {
    font-family: Archivo;
    font-style: normal;
}
.login-head {
    position: absolute;
    width: 151px;
    height: 22px;
    left: 669px;
    top: 365px;
    font-family: Archivo;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 16px;
    /* or 44% */
    color: #000000;
}
.email-log {
    position: absolute;
    width: 724px;
    height: 85px;
    left: 366px;
    top: 442px;
    border: 1px solid #DF613F;
    box-sizing: border-box;
    border-radius: 5px;
}
/*===============================Brand-4-page===============================*/

.blogSec {
    padding: 50px 30px;
    position: relative;
}
.twoSideBlog {
    display: flex;
}
.blogImg img {
    width: 100%;
}
.twoSideBlog .blogImg {
    width: 50%;
    position: relative;
}
.twoSideBlog .blogDetails {
    width: 50%;
}
.blogDetails {
    background: #E7E3D8;
    position: relative;
    padding: 30px;
    display: flex;
    align-items: center;
}
.blogDetails h3 {
    font-size: 20px;
    font-weight: 700;
}
.blogDetails .lineBtn {
    font-size: 12px;
    padding: 8px 20px;
    border-radius: 0px;
    color: #000;
    border: solid 1px #000;
    margin-top: 10px;
    border-radius: 7px;
}
.blogWrp {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}
.leaf {
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 20px;
}
.twoSideBlog .blogImg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogDropMenu {
    position: absolute;
    left: auto;
    right: -30px;
    top: -120px;
    display: none;
}
.blogDropMenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    min-width: 150px;
    text-align: center;
    padding: 10px 10px;
    background: #DF613F;
    border-radius: 5px;
}
.blogDropMenu ul li a {
    font-size: 12px;
    color: #E7E3D8;
    font-weight: 400;
    display: block;
    padding: 5px 0;
    border-bottom: solid 1px #E7E3D8;
}
.blogDropMenu ul li:last-child a {
    border-bottom: none;
}
.blogDropMenu.active {
    display: block;
}
.searchOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    background: #000000eb;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    padding: 15px;
}
.searchOverlay.active {
    display: flex;
}
.closeBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    left: auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #df613f;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}
.searchOverlay input {
    min-width: 300px;
    padding: 7px 10px;
    outline: none;
    box-shadow: none;
    border: none;
}
.searchOverlay form {
    display: flex;
}
.searchOverlay button {
    padding: 0 15px;
    border: none;
    outline: none;
    box-shadow: none;
    background: #DF613F;
    color: #fff;
}
.selectToggle {
    font-size: 18px;
    padding: 5px;
}
.selectToggle img {
    max-height: 18px;
    display: inline-block;
    margin-left: 5px;
}
.selectList {
    position: absolute;
    top: 110%;
    left: 0;
    min-width: 200px;
    background: #fff;
    z-index: 15;
    padding: 10px;
    border-radius: 5px;
    max-height: 185px;
    overflow: auto;
    display: none;
}
.toggleSelect {
    position: relative;
}
.selectList ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.selectList.active {
    display: block;
}
/* profile css */

.profile-details-area h4 {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;
    color: #000000;
}
.profile-details-area p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
}
.profile-accordion .collapse-btn {
    width: 100%;
    text-align: left;
    position: relative;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 33px;
    text-decoration: none;
    cursor: pointer;
    color: #111111;
}
.profile-accordion .collapse-btn:after {
    background-image: url('../images/angle-down.png');
    background-repeat: no-repeat;
    background-position: left;
    content: '';
    width: 24px;
    right: 4px;
    /*left: auto;*/
    height: 30px;
    position: absolute;
    display: inline-block;
    transform: rotate(180deg);
}
.profile-accordion .collapse-btn.collapsed::after {
    background-image: url('../images/angle-down.png');
    background-repeat: no-repeat;
    background-position: right;
    content: '';
    width: 60px;
    right: 8px;
    /*left: 0;*/
    height: 25px;
    position: absolute;
    display: inline-block;
    transform: rotate(0deg);
}
.profile-accordion .collapse-btn2:after {
    background-image: url('../images/wishlist-line.png');
    background-repeat: no-repeat;
    background-position: left;
    content: '';
    width: 24px;
    right: 0px;
    left: auto;
    height: 30px;
    position: absolute;
    display: inline-block;
    transform: rotate(180deg);
}
.profile-accordion .collapse-btn2.collapsed::after {
    background-image: url('../images/wishlist-line.png');
    background-repeat: no-repeat;
    background-position: left;
    content: '';
    width: 60px;
    right: 0px;
    left: auto;
    height: 25px;
    position: absolute;
    display: inline-block;
    transform: rotate(0deg);
}
.profile-accordion .card {
    border-radius: 0px;
    border: none!important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.38)!important;
}
.profile-accordion .card:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.38)!important;
}
.profile-accordion .logout-btn {
    width: 100%;
    text-align: left;
    position: relative;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 33px;
    text-decoration: none;
    cursor: pointer;
    color: #111111;
    padding: 0.375rem 0.75rem;
    display: inline-block;
}
.profile-accordion .card-body {
    padding: 15px 35px;
}
/* width */

::-webkit-scrollbar {
    width: 8px;
}
/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
/* Handle */

::-webkit-scrollbar-thumb {
    background: #e83951;
    border-radius: 10px;
}
/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #000;
}
.searchOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    background: #000000eb;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    padding: 15px;
}
.searchOverlay.active {
    display: flex;
}
.closeBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    left: auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #e83951;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}
.searchOverlay input {
    min-width: 300px;
    padding: 7px 10px;
    outline: none;
    box-shadow: none;
    border: none;
}
.searchOverlay form {
    display: flex;
}
.searchOverlay button {
    padding: 0 15px;
    border: none;
    outline: none;
    box-shadow: none;
    background: #e83951;
    color: #fff;
}
.selectToggle {
    font-size: 18px;
    padding: 5px;
}
.selectToggle img {
    max-height: 18px;
    display: inline-block;
    margin-left: 5px;
}
.selectList {
    position: absolute;
    top: 110%;
    left: 0;
    min-width: 200px;
    background: #fff;
    z-index: 15;
    padding: 10px;
    border-radius: 5px;
    max-height: 185px;
    overflow: auto;
    display: none;
}
.toggleSelect {
    position: relative;
}
.selectList ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.selectList.active {
    display: block;
}
.orange_color {
    border: 1px solid #e83951;
    padding: 30px;
}
.black_color {
    border: 1px solid #000000;
    padding: 30px;
}
.loginBtn {
    line-height: 0;
    background: #e83951;
    color: #fff!important;
    font-size: 18px;
}
.btn1 {
    color: #df613f;
}
a:hover {
    color: #fff;
}
.black_border {
    background: #FFFFFF80;
    border: 1px solid #000;
}
.line_height_3 {
    line-height: 3;
}
.cart_page_line {
    width: 25%;
    color: #000;
    border: 1px solid #000000;
    margin-top: 8px;
}
.cart_box {
    background: rgb(231 227 216 / 50%);
    background: #ca556517;
    border: 1px solid #e83951;
    padding: 40px;
    border-radius: 10px
}
.modal_blog_close_button {
    background: #000;
    opacity: 1;
    z-index: 99;
    color: #fff;
    padding: 2px 10px;
    font-weight: 300;
    font-size: 32px;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 5px;
    cursor: pointer;
}
.allteampleSec {
    /*background: #db8d7887 !important;*/
    background-image: url(../images/bg.jpg)!important;
    padding: 11px 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    object-fit: cover;
    opacity: 0.5;
    width: 100%;
    background-size: cover;
    margin-top: 24px;
}
.bannerContent2 {
    margin: 33px;
    font-size: 22px;
    color: #fff;
    text-align: center;
}
.mega-navbar .nav-item:last-child {
    margin-right: 5px;
}
.divider {
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;
    height: 1px;
}
.div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 25%;
    right: 0%;
    width: 50%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgb(48, 49, 51), transparent);
}
.div-dot:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -9px;
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background-color: #df613f;
    border: 1px solid rgb(48, 49, 51);
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px white, 0 0 0 4px white;
}
.product-slider-image {
    object-fit: contain;
    height: 455px;
    width: 100%;
    padding: 10px;
}
.product-carousel {
    height: 455px;
margin-bottom: 35px;}
.carouselExampleIndicators img {
    height: 65px;
    object-fit: contain;
}
.productBxImg {
    border-bottom: 1px solid #00000010;
    padding: 5px 10px;
    background: #fff;
}
.cart-item {
    position: absolute;
    top: 16px;
    right: 42px;
    z-index: 999;
    color: #df613f;
    background: #000;
    font-size: 13px;
    font-weight: bold;
    border-radius: 35px
}
.justify {
    text-align: justify;
}
p {
    text-align: justify;
}
.login-card {
    border-radius: 15px;
    box-shadow: 0px 0px 5px 0px #00000014;
    background: whitesmoke;
}
#demo {
    background: linear-gradient(112deg, #ffffff 50%, antiquewhite 50%);
    max-width: 900px;
    margin: auto
}
.carousel-caption {
    position: initial;
    z-index: 10;
    padding: 5rem 8rem;
    color: rgba(78, 77, 77, 0.856);
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    font-weight: bold;
    line-height: 2rem
}
@media(max-width:767px) {
    .carousel-caption {
        position: initial;
        z-index: 10;
        padding: 3rem 2rem;
        color: rgba(78, 77, 77, 0.856);
        text-align: center;
        font-size: 0.7rem;
        font-style: italic;
        font-weight: bold;
        line-height: 1.5rem
    }
}
.carousel-caption img {
    width: 6rem;
    border-radius: 5rem;
    margin-top: 2rem
}
@media(max-width:767px) {
    .carousel-caption img {
        width: 4rem;
        border-radius: 4rem;
        margin-top: 1rem
    }
}
#image-caption {
    font-style: normal;
    font-size: 1rem;
    margin-top: 0.5rem
}
@media(max-width:767px) {
    #image-caption {
        font-style: normal;
        font-size: 0.6rem;
        margin-top: 0.5rem
    }
}
.testimonial-arrow {
    background-color: rgb(223, 56, 89);
    padding: 1.4rem
}
@media(max-width:767px) {
    i {
        /*padding: 0.8rem*/
    }
}
.carousel-control-prev {
    justify-content: flex-start
}
.carousel-control-next {
    justify-content: flex-end
}
.carousel-control-prev, .carousel-control-next {
    transition: none;
    opacity: unset
}
.sidebar {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #f1f1f1;
    /* position: absolute; */
    overflow: auto;
    height: 100%;
    list-style-type: none;
    border-radius: 0.25rem;
}
.sidebar li.active {
    background-color: #e83951;
    color: #fff;
    cursor: pointer;
    list-style-type: none;
    /*height: 40px;*/
    padding: 16px;
}
.sidebar li {
    display: block;
    color: black;
    padding: 16px;
    text-decoration: none;
    cursor: pointer;
    /*height: 40px;*/
}
.sidebar li a {
    display: block;
    color: black;
    text-decoration: none;
    cursor: pointer;
    /* height: 40px; */
}
.blogScroll {
    padding: 50px 0;
    /*background: #EAEAEA;*/
}
.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
    opacity: 1;
    z-index: 1;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 250px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 130%;
    left: 0;
    margin-left: -116px;
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.stats-style {
    font-size: 18px;
    font-family: Archivo;
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 52px;
    text-align: center;
    color: #DF613F;
}
.innerbannerImagenew img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
}
.slideScrollernew .item img {
    height: calc(100vh - 66px);
    object-fit: cover;
}
.new-slider {
    display: flex;
}
@media (max-width: 480px) {
    .new-slider {
        display: block;
    }
}
.owl-carousel .owl-stage-outer {
    height: 600px;
}
@media (max-width: 640px) {
    .owl-carousel .owl-stage-outer {
        height: 100%;
    }
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1;
    margin-top: 14px;
}
.cart {
    position: absolute;
    top: 22px;
    right: 39px;
    z-index: 999;
    color: #df613f;
    background: #000;
    font-size: 13px;
    font-weight: bold;
    border-radius: 35px;
}
.profile-image {
    width: 160px;
    margin-top: -80px;
    border-radius: 20px;
    height: 170px;
}
.add-profile-icon{
        height: 35px;
    position: absolute;
    left: 97px;
    top: 67px;
}
.heading{
    background: #e83951;padding: 10px;color: #fff;border-radius: 0.25rem;
}
.design_and_developed{
    text-align: right;
    margin-bottom: 0px!important;
}
.all_rightreserved{
    margin-bottom: -20px!important;
    text-align: left;
}
.size_select{
    background: #e7e7e7;
    padding: 13px 11px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
}

.selected{
    border: 1px solid #000;
    background: bisque;
}

/* Preloaders */
#preloader-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20009;
    background-color: #0000009c;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  #preloader-wrap.loaded {
    visibility: hidden;
    opacity: 0;
  }
  
  .spinner-1 {
    width: 40px;
    height: 40px;
    background-color: #1e90ff;
    margin: 100px auto;
    -webkit-animation: ms-rotateplane 1.2s infinite ease-in-out;
    animation: ms-rotateplane 1.2s infinite ease-in-out;
  }
  
  .spinner-2 {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
  }
  
  .double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #1e90ff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: ms-bounce 2.0s infinite ease-in-out;
    animation: ms-bounce 2.0s infinite ease-in-out;
  }
  
  .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }
  
  .spinner-3 {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
  }
  
  .spinner-3>div {
    background-color: #1e90ff;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: ms-stretchdelay 1.2s infinite ease-in-out;
    animation: ms-stretchdelay 1.2s infinite ease-in-out;
  }
  
  .spinner-3 .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }
  
  .spinner-3 .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }
  
  .spinner-3 .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
  
  .spinner-3 .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }
  
  .spinner-4 {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
  }
  
  .cube1, .cube2 {
    background-color: #1e90ff;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: ms-cubemove 1.8s infinite ease-in-out;
    animation: ms-cubemove 1.8s infinite ease-in-out;
  }
  
  .cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
  
  .spinner-5 {
    width: 40px;
    height: 40px;
    margin: 100px auto;
    background-color: #1e90ff;
    border-radius: 100%;
    -webkit-animation: ms-scaleout 1.0s infinite ease-in-out;
    animation: ms-scaleout 1.0s infinite ease-in-out;
  }
  
  .spinner-6 {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: ms-rotate 2.0s infinite linear;
    animation: ms-rotate 2.0s infinite linear;
  }
  
  .dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #1e90ff;
    border-radius: 100%;
    -webkit-animation: ms-bounce 2.0s infinite ease-in-out;
    animation: ms-bounce 2.0s infinite ease-in-out;
  }
  
  .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }
  
  .spinner-7 {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
  }
  
  .spinner-7>div {
    width: 18px;
    height: 18px;
    background-color: #1e90ff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: ms-bouncedelay 1.4s infinite ease-in-out both;
    animation: ms-bouncedelay 1.4s infinite ease-in-out both;
  }
  
  .spinner-7 .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  
  .spinner-7 .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  
  .spinner-8 {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
  }
  
  .spinner-8 .ms-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .spinner-8 .ms-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #1e90ff;
    border-radius: 100%;
    -webkit-animation: ms-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: ms-circleBounceDelay 1.2s infinite ease-in-out both;
  }
  
  .spinner-8 .ms-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  
  .spinner-8 .ms-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  
  .spinner-8 .ms-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  .spinner-8 .ms-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
  }
  
  .spinner-8 .ms-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
  }
  
  .spinner-8 .ms-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .spinner-8 .ms-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
  }
  
  .spinner-8 .ms-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
  }
  
  .spinner-8 .ms-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  
  .spinner-8 .ms-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
  }
  
  .spinner-8 .ms-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
  }
  
  .spinner-8 .ms-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }
  
  .spinner-8 .ms-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
  }
  
  .spinner-8 .ms-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
  
  .spinner-8 .ms-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }
  
  .spinner-8 .ms-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
  }
  
  .spinner-8 .ms-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
  }
  
  .spinner-8 .ms-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
  }
  
  .spinner-8 .ms-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
  }
  
  .spinner-8 .ms-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
  }
  
  .spinner-8 .ms-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
  }
  
  .spinner-8 .ms-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
  }
  
  .spinner-9 {
    width: 40px;
    height: 40px;
    margin: 100px auto;
  }
  
  .spinner-9 .ms-cube {
    width: 33%;
    height: 33%;
    background-color: #1e90ff;
    float: left;
    -webkit-animation: ms-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: ms-cubeGridScaleDelay 1.3s infinite ease-in-out;
  }
  
  .spinner-9 .ms-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  
  .spinner-9 .ms-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  
  .spinner-9 .ms-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  
  .spinner-9 .ms-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  
  .spinner-9 .ms-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  
  .spinner-9 .ms-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  
  .spinner-9 .ms-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  
  .spinner-9 .ms-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  
  .spinner-9 .ms-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  
  .spinner-10 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }
  
  .spinner-10,
  .spinner-12 {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
  }
  
  .spinner-10 .ms-cube,
  .spinner-12 .ms-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  .spinner-10 .ms-cube:before,
  .spinner-12 .ms-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1e90ff;
    -webkit-animation: ms-foldCubeAngle 2.4s infinite linear both;
    animation: ms-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  
  .spinner-10 .ms-cube2,
  .spinner-12 .ms-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
  }
  
  .spinner-10 .ms-cube3,
  .spinner-12 .ms-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
  }
  
  .spinner-10 .ms-cube4,
  .spinner-12 .ms-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
  }
  
  .spinner-10 .ms-cube2:before,
  .spinner-12 .ms-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  
  .spinner-10 .ms-cube3:before,
  .spinner-12 .ms-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  
  .spinner-10 .ms-cube4:before,
  .spinner-12 .ms-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }
  
  .spinner-11 {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
  }
  
  .spinner-11 .ms-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }


.col-md-3.col-xs-6 {
    width: 50%;
}

.col-md-3.col-xs-4 {
    width: 33%;
}

.col-xs-6 .border_bg {
    border: 6px solid #db8484;
    border-radius: 8px;
}
.col-xs-4 .border_bg {
    border: 6px solid #db8484;
    border-radius: 8px;
}
.col-xs-6 .box_height {
    height: 49px;
}

.homepage_sections:nth-child(odd) {
    padding-top: 30px;
    background: #edecec !important;
}
.homepage_sections:nth-child(even) {
    padding-top: 30px;
    background: #fff !important;
}