*{
    margin: 0px;
    padding: 0px;
    font-family: 'Nanum Gothic', sans-serif;
    font-size: 14px;
    
}
html {
margin:0px;
}
/* width */
/* ::-webkit-scrollbar {
    width: 12px;
    
  }
 
  /* Track */
  /* ::-webkit-scrollbar-track {
    background: #fff; 
  }
    */
  /* Handle */
  /* ::-webkit-scrollbar-thumb {
    background: #C4C4C4;
    border-radius: 20px;
  } */
  
  /* Handle on hover */
  /* ::-webkit-scrollbar-thumb:hover {
    background: #C4C4C4; 
  } */ */
  
  ::placeholder {
    color: black;
    opacity: 1; /* Firefox */
  }

  :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: black;
  }

  ::-ms-input-placeholder { /* Microsoft Edge */
   color: black !important;
  }
@font-face {
    font-family: OPTIwtcGoudy-Medium;
    src: url('../fonts/OPTIwtcGoudy-Medium.otf');
}
@font-face {
    font-family: OG_font-boldItalic;
    src: url('../fonts/OPTIwtcGoudy-BoldItalic.otf');
}
@font-face {
    font-family: font-og-bold;
    src: url('../fonts/OPTIwtcGoudy-Bold.otf');
}
@font-face {
    font-family: font-og-mi;
    src: url('../fonts/OPTIwtcGoudy-MediumItalic.otf');
}
@font-face {
    font-family: NanumGothic-ExtraBold;
    src: url('../fonts/NanumGothic-ExtraBold.ttf');
}
.font-og-bold{
    font-family: 'font-og-bold' !important;
}
.og-font-boldItalic{
    font-family: OG_font-boldItalic !important;
}
.og-font{
    font-family: 'font-og-mi' !important;
}
.roboto-font{
    font-family: 'Roboto', sans-serif !important;
}
.font-one{
    font-family: 'Cormorant Upright', serif;
    
}
.z-index-99{
	z-index:99;
}
.swal-button {
  padding: 10px 39px;
  background-color: #3E0313;
  font-size: 13px;
  border-radius:0px;
  border: 1px solid #3e549a;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}
.swal-button:hover{
    background-color: #3E0313 !important;
}

.font-two{
    font-family: 'Cormorant Upright', serif;
}
.font-size-20px{
    font-size: 20px;
}
.font-size-18px{
    font-size: 18px;
}
.font-size-16px{
    font-size: 16px;
}

.font-size-30px{
    font-size: 30px;
}
.font-size-15px{
    font-size: 15px;
}
.font-size-13px{
    font-size: 13px;
}
.font-size-12px{
    font-size: 12px;
}
.font-size-10px{
    font-size: 10px;
}

/* carousel start */

.owl-nav{
    position: relative;
    top: -220px;
    display: flex;
    justify-content: space-between;
}
/* carousel end */


.border-theme{
    border:2px solid #3E0313;
}
/* colors */
.theme-color-primary{ 
    color: #3E0313 !important;
}
.dropdown-menu .menu-item {
    padding: 5px auto;
}
.container{
    margin: 0px 62.5px;
}
.dropdown a.show {
    color: #3E0313;
    font-weight: bold;
}
.search-popup input{
    font-size: 12px;
}
.bg-gray{
    /*background-color: #C4C4C4;*/
    background-color: #E5E5E5;
}
.bg-theme{
    background-color: #3E0313 !important;
}
/* Navigation css */
.navbar i {
    font-weight: 100;
}
.nav li a{
    /* color: rgba(0,0,0,.55); */
    color: black;
    text-decoration: none;
}

.btn-privacy-text{
font-size:16px !important;
}
.trans-scale {
    transform: scale(1.5);
}
input{
    padding: 10px;
}
.nav-item{
    padding: auto;
}
.nav-item a{
    color: black;
    text-transform: uppercase;
}
.navbar ul{
    display: flexbox;
    justify-content: space-between;
}

.searchinput{
    height: 30px;
    width: 387px;
}
.searchinput::placeholder{
    color: #000;
}

.btn:focus {
    outline: none !important;
  }
button a{
    color: black;
    text-decoration:none;
}
/* 
menu ---------------------------------------------------------------------------------*/

.nav-pills .nav-link.active{
    color: #FFF;
    background-color: #3E0313 !important;
    border: 0;
}

.nav > li.dropdown.open { position: static; }
.nav > li.dropdown.open .dropdown-menu {
    height: 243px;
    width: 607px;
    left: auto;
    }

/* .menu-list{
    -webkit-columns: 110px;
    -moz-columns: 110px;
    columns: 110px;
    height: max-content;
}
.menu-item{
    height: 50px;
    background: #ccc;
    margin: 3px;
} */

h2{
    font-weight:  33;
}


.treding-left{
    display: grid;
    justify-content: center;
}
.treding-right{
    background-color: #C4C4C4;
    height: 393px;
}
/* leading page start */


.leading-pg .row h4{
    font-family: 'Cormorant Upright', serif;
}

.story-div{
    margin-top: 106px;
}

.cont-trend p{
    overflow-wrap: break-word;
}

.cont-trend p{
    font-size: 25px;
}
.cont-trend h4{
    font-size: 35px;
    font-style: italic;
}



/* footer */

footer{
    background-color: #3E0313;
    color: #FFF;
}

footer i{
    font-size: 22px;
}
footer button {
    color: white;
    background-color: #3E0313;
}
.follow-us{
    font-size: 15px !important;
    line-height: 15px;
    font-weight: 800;
}
.copy-rights{
    text-align: center;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
}

/* favourite -------------------------------------------------favourite------------------ */

.card{
    margin-bottom:20px;
}
.card p{
    margin-bottom: 5px !important;
}
.fav-icon{
    position: absolute;
    right: 0;
    margin-top: 15px;   
    margin-right: 8px;
    cursor: pointer;
}
.fav-icon i{
    font-size: 25px;
    color: #3E0313;
}

/* account css ------------------------------------------------------------------------*/ 
.acc-head{
    color: #3E0313;
    font-size: 20px;
    font-weight: bolder;
    text-transform: uppercase;
}

.acc-text{
    font-size: 16px;
}
.logo-lg{
    margin-top: 0px !important;
    margin-bottom: 7px;
}

/* .input-theme{
    padding:7px;
    border:1px solid #3E0313;
    width:368.7px;
} */



.theme-color{
    color: #3E0313;
    
}
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-box-shadow: 3px 3px 3px 3px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 3px 3px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 3px 3px #ccc;
  }
  
  input:checked + .slider {
    background-color: #3E0313;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #3E0313;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

.searchinput:focus{
    border: 0;
    border: 1px solid #ccc;
    outline: 0;
  }

.btn:focus{
    outline: 0;
    border: 0;
}

.nl-head{
    color: #3E0313;
    font-size: 20px;
    font-weight: bolder;
    text-transform: uppercase;
}

.btn-close{
    font-size: 20px;
    float:right;
    color: black;
}

nav .navbar-nav li a{
    color:black !important;
    }

.sign-popup input{
    font-size: 14px;
}
.modal-lg{
    max-width: 724px !important;
}
/* about page---------------------------------------------------------------------------------- */

.text-justify{
    text-align: justify;
}

/* leadership team .------------------------------------------------------------------------------ */

/* brand filter */

.input-group form {
    width: 300px;
}
textarea:hover, 
textarea:active, 
textarea:focus, 
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.focus
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}




/* resoponsive setting -----------------------------------*/


.filter-text{
    font-size: 16px;
}


@media all and (min-width: 992px) {
.jewellery-row{
    width:330px !important;
}
    .detail-body{
        width: 1070px !important;
    }
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:-10px; }

    .navbar img{
        /*width: 203px;*/
        height: 59px;
    }
    .navbar ul li a{
        font-family: 'Nanum Gothic', sans-serif;
        font-size: 15px;
    }

    .modal{
        min-width: 900px;
        margin: auto;
    }
    .container-top{
        height: 450px;
        /* background-color: #C4C4C4; */
        margin-top: 25px;
    }
    .index-body{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .leading-head{
        text-transform: uppercase;
        font-style: normal;
        font-size: 33px;
        font-weight: 800;
        line-height: 33px;
    }
    .leading-pg{
        margin-top: 68px;
    }
    .leading-pg .leading-top{
        margin-top: 128px;
    }
    .leading-top h4{
        font-size: 35px;
    }
    .leading-top p{
        font-size: 25px;
    }
    .top-cate-pic{
        /* width: auto !important; */
        height: 373.23px;
        background-color: #C4C4C4;
    }
    .treding-right{
        height: 393px;
        width: 878px;
    }
    .top-category{
        margin-top: 65px;
        margin-bottom: 20px;
    }
    .top-category p{
        font-family: 'Cormorant Upright', serif;
        color: black;
        font-size: 25px;
        font-weight: 500;
    }
    .top-category h3{
        font-size: 33px;
        font-family:NanumGothic-ExtraBold ;
    }
    .input-theme{
        padding:7px;
        border:1px solid #3E0313;
        width:368.7px;
    }
    .nletter{
        width: 380px;
        text-align: center;
    }
    .nl-img{
        height: 483px;
        width: 243px;
        background-color: #3E0313;
    }
    .cont-trend{
        margin-bottom: 116px;
    }
    .lead-text{
        margin-top: 29px;
        font-family: OPTIwtcGoudy-Medium;
        font-weight: bolder;
        margin-bottom: 24px;
        text-align: center;
    }
    .lead-cont{
        width: 620px;
        height: 413px;  
    }
    .lead-cont-p{
        width: 968px;
        height: auto;  
    }
    .lead-cont-p p{
        font-size: 18px;
    }
    .lead-cont-a{
        font-size: 20px;
    }
    .content-trend-img{
        margin: 0 auto;
        width: 878px;
        height: 393px;
    }
    .lead-top-img{
        width: 650px;
        /* height: 413px; */
        /* background-color: #ccc; */
    }
    .nletter input {
        font-size: 15px;
    }
    .coo-top-img{
        width: 330px;
        height: 495px;
        background-color: #ccc;
        margin: 0 auto;
    }
    
    .detail-imgs{
        height: 186px;
        width: 212px;
    }
    .similar-text{
        margin-top: 80px;
        margin-bottom: 70px;
    }
    .similar-text h2{
        font-family: font-og-mi !important;
        font-weight: bolder;
        font-style: italic;
        font-size: 30px;
    }
    .select-input{
        min-width: 168px;
    }
    .logov-inv{
        width: 120px;
    }
    .card-img-top{
        height: 251px;
        width: 413px;
        background-color:#C4C4C4;
    }
    /* .card{
        height: 300px !important;
        margin-bottom: 20px;
    } */
    .about-img{
        height: 668px;
        width: 445px;
    }
    .fav-list .card{
        width: 300px !important;
        height: 290px !important;
        margin-bottom: 15px;
    
    }
    .fav-text{
        margin-top: 39px;
        margin-bottom: 90px;
        font-family: font-og-mi;
        font-weight: bold;
        font-size: 30px;
    }
    .nl-image{
        width: 243px;
        background: #3E0313;
    }
    .nl-text{
        /* font-size: 18px; */
        /* font-weight: bold; */
        width: 369px;
        margin-top: 15px;
        margin-bottom: 20px;
        line-height: 25px;
        font-family: OPTIwtcGoudy-Medium !important;
        color: black;
    }
    .modal ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #B6B6B6;
        opacity: 1; /* Firefox */
      }
    .acc-text{
        font-size: 16px;
    }

    .acc-heading{
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 0px;
    }
    .acc-head-pass{
        margin-top: 60px;
        font-size: 22px;
    }
    .acc-pass p{
        margin-top: 15px !important;
        margin-bottom: 4px !important;
    }
    .acc-pass input{
        font-size: 14px;
    }
    .font-size-14px{
        font-size: 30px;
    }
    .card-img-bt{
        
        width: 243px;
        height: 243px;
        background-color: #ccc;
        margin: 0 auto;
    }
    .card-img-product{
        width: 240px;
        height: 251px;
       /* background-color: #ccc;*/
    }
    .card-img-product img{
        width: 100%;
    }
    .brand-filter{
        height: 400px; 
        overflow-y: scroll;    
    }
    .checkbox > span {
        color: #000;
        padding: 0 14px;
        font-size: 14px;
    }

    .checkbox > input {
        height: 18px;
        width: 18px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        /* border: 1px solid black; */
        /* border-radius: 4px; */
        outline: none;
        transition-duration: 0.3s;
        background-color: #ccc;
        cursor: pointer;
      }
      .navbar i{
        font-size: 19px;
    }
    .product-detail{
        height: 473px;
    }
    .product-descriptions{
        font-size: 18px;
        width: 359.68px !important;
    }
    .detail-brand{
        font-size: 27px;
        font-weight: 900;
        text-transform: uppercase;
    }
    .detail-name{
        font-size: 20px;
        font-weight: bold;

    }
    .detail-price{
        font-size: 20px;
        font-weight: bold;
    }
    .detail-third-party{
        font-size: 16px;
    }
    .btn-theme{
        background-color: #3E0313;
        color: #FFF;
        font-size: 20px;
    
    }
    .btn-theme:hover{
        background-color: white;
        color: #3E0313;
        border: 1px solid #3E0313;
    }
    .btn-theme-inv{
        background-color: white;
        color: #3E0313;
        font-size: 20px;
    }
    .btn-theme-inv:hover{
        background-color: #3E0313;
        color: #FFF;
    
    }
    
    .toggleSwitch {
    display: inline-block;
    height: 47px;
    position: relative;
    overflow: visible;
    padding: 0;
    margin-left: 50px;
    cursor: pointer;
    width: 110px;
      user-select: none;
    }
    .toggleSwitch label,
    .toggleSwitch > span {
    line-height: 47px;
    height: 47px;
    vertical-align: middle;
    }
    .toggleSwitch label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
  }
  .toggleSwitch input:focus ~ a,
  .toggleSwitch input:focus + label {
    outline: none;
  }
  .toggleSwitch input {
    position: absolute;
    opacity: 0;
    z-index: 5;
  }
.toggleSwitch span span {
  display: none;
}
.toggleSwitch > span {
    position: absolute;
    left: -50px;
    width: 100%;
    margin: 0;
    padding-right: 50px;
    text-align: left;
    white-space: nowrap;
  }
.toggleSwitch > span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 50px;
    text-align: left;
    font-size: 18px;
    width: 100%;
    left: 15%;
    top: -4px;
    opacity: 0;
  }
  .toggleSwitch a {
    position: absolute;
    right: 50%;
    z-index: 4;
    display: block;
    height: 80%;
    padding: 0;
    left: 2px;
    width: 40px;
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 100%;
    /* -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  .toggleSwitch > span span:first-of-type {
    color: #000;
    opacity: 1;
    left: 45%;
  }
  .toggleSwitch > span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 45px;
    top: -4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 30px;
    /* -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; */
  }
  .toggleSwitch input:checked ~ a {
    border-color: #fff;
    left: 100%;
    margin-left: -50px;
  }
  .toggleSwitch input:checked ~ span:before {
    border-color: #3E0313;
    box-shadow: inset 0 0 0 30px #3E0313;
  }
  .toggleSwitch input:checked ~ span span:first-of-type {
    opacity: 0;
  }
  .toggleSwitch input:checked ~ span span:last-of-type {
    opacity: 1;
    color: #fff;
  }
  .forgot-pass-a{
      font-size: 16px;
  }
  .forgot-pass p{
      font-size: 20px;
      font-weight: bold;
  }
  footer{
      margin-top: 104px !important;
  }
  .footer-header{
    font-size: 15px;
    font-weight: 800;
  }
  .fashion-p{
      margin-top: 22px;
      
  }
  .footer-item{
      font-size: 14px;
  }
  .footer-copy{
    font-size: 10px;
    }
    .nletter .btn-theme{
    
        background-color: #3E0313;
        color: #FFF;
        padding:7px 10px;
        font-size: 15px;
        border:1px solid #3E0313;
    }
    .nl-head{
        font-size: 20px;
    }
    .contact-form h4{
        font-size: 21px;
    }
    .contact-form p{
        font-size: 18px !important;
        padding: 0px 10px;
        font-family: OPTIwtcGoudy-Medium;
    }
    .contact-form input{
        font-size: 15px;
    }
    .contact-form textarea{
        font-size: 15px;
    }
    .contact-form button{
        font-size: 15px !important;
    }
    .contact-form .inputs{
        width: 367px;
        margin: 0 auto;
    }
    .log-btn{
        width: 124px;
        font-size: 20px;
    }
    .sign-modal .btn-theme{
        font-size: 15px !important;
    }
    .sign-modal input{
        font-size: 14px;
    }
    
.checkbox-white {
    display: inline-flex;
    cursor: pointer;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}

.checkbox-white > span {
    color: #000;
    padding: 0 16px;
    /* text-align: justify; */
    font-size: 12px;
}

.checkbox-white > input {
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: 1px solid black;
    /* border-radius: 4px; */
    outline: none;
    transition-duration: 0.3s;
    background-color: #fff;
    cursor: pointer;
  }

    .checkbox-white > input:checked {
        /* border: 1px solid #3E0313; */
        background-color: #3E0313;
    }

    .checkbox-white > input:checked + span::before {
        content: '\2713';
        display: block;
        text-align: center;
        color: #FFF;
        position: absolute;
        left: 0.4rem;
        top: 0.1rem;
    }

    .checkbox-white > input:active {
        border: 2px solid #34495E;
    } 
    .forgot-pass .btn-theme {
        font-size: 15px;
    }
    .forgot-pass input {
        font-size: 14px;
    }
    .logged-email{
        font-size: 16px;
    }
    .acc-pass a{
        color: #3E0313;
        font-size: 16px;
        font-weight: bold;
    }
    .current-pass{
        font-size: 16px;
    }
    .acc-pass button{
        background-color: #3E0313;
        color: #FFF;
        padding:7px 10px;
        min-width: 136.69px;
        font-size: 15px;
        border:1px solid #3E0313;
    }
    .brand-name{
        font-size: 18px;
        font-weight: 800;
    }
    .card-description{
        font-size: 15px !important;
        line-height: 15px !important;
        font-weight: 400;
        margin-bottom: 10px !important;
        font-style: normal;
    }
    .card-price{
        font-size: 17px !important;
        line-height: 17Px !important;
        font-weight: 700;
        font-style: normal;
    }
    .card-third-party{
        font-size: 13px !important;
        color: #C4C4C4;
    }
    .des-holder{
        font-size: 30px;
    }
    .des-name{
        font-size: 25px;
 font-weight: 400;
    }
    .ceo-text{
        font-size: 18px;
    }
    .leadership-text{
        font-size: 40px;
    }
    .lead-des-holder{
        font-size: 17px;
    }
    .lead-des-name{
        font-size: 20px;
       
    }
    .about-text{
        font-size: 20px;
line-height:20px;
font-weight:400;
    }
.about-text-col{
width:462px !important;
}
    .text-vision{
        font-size: 30px;
    }
    .leaving-logo{
        margin-top: 125px;
        margin-bottom: 71.9px;
    }
    .filter-name{
        font-size: 16px;
    }
    .form-select{
        font-size: 16px;
        padding: 5px 3.25rem 7px 0px !important;
    }
    .form-select select{
        font-size: 16px;
        text-transform: capitalize;
    }
    .font-12-15px{
        font-size: 15px;
    }
    .customer_care{
        font-size: 16px;
    }
    .text-contact-head{
        font-size: 18px;
    }
    .welcome-login{
        font-size: 18px !important;
        font-family: 'Cormorant Upright', serif;
    }
    .welcome-contact{
        font-size: 18px !important;
        font-family: OPTIwtcGoudy-Medium !important;
    }
    .btn-filter{
        font-size: 16px;
    }
    .min-max-input{
        width: 100%;
    }
    .btn-brand-filter{
        font-size: 14px;
        
    }
    .detail-btn{
        width: 357.69px !important;
        font-size: 20px !important;
    }
    footer i {
        width: 25px !important;
        height: 25px !important;
    }
    .account-body{
        width: 1225px !important;
        margin-top: 32px;
    }
    .fav-links{
        margin: auto 24px;
    }
    .ceo-font{
        font-size: 20px !important;
    }
    .ceo{
        width: 968px;
    }
    .term-header{
        font-size: 25px;
        font-weight: bold;
    }
    .term-head2{
        font-size: 20px;
        color: #3E0313;
        font-weight: bolder;
        text-align: start;
    }
    .term-p{
        font-weight: bold;
    }
    .term-points{
        font-size: 22px;
        font-weight: bolder;
        color:#3E0313;
        text-align: start;
    }
    .privacy-text{
        font-size: 16px;
        /* text-align: start; */
    }
    .adver-text{
        font-size: 20px;
    }
    .setting-text{
        font-family: OPTIwtcGoudy-Medium;
        font-weight:500;
        font-size: 30px;
    }
    .btn-cookie{
        color:rgb(67, 19, 23) ; width:170px;
    }
    .cookie-consent{

    }
.filter-box{
width:200px !important;
}
.filter-div{
margin-bottom:400px;
}.product-detail-img{
	width:auto !important;
	height:473px !important;	
	}
	.detail-image{
	height:473px !important;
}
.card-img-product form input{
	height:251px;
}
.card-img-product a{
	margin: 0px auto;
}
.card-img-product a img{
	height:251px !important;
	width: auto !important;
}
.breadcrumb_static_nav{
	position: fixed;
    	z-index: 999;
    	width: 69% !important;
    	background-color: white;
    	margin-top: -20px;
    	padding-top: 20px;
}
#chnage_to_store_products{
	padding-top:60px;
}

}

@media all and (max-width: 992px) {



.breadcrumb_static_nav{
	position: fixed;
    	z-index: 999;
    	width: 100% !important;
    	background-color: white;
    	margin-top: 20px;
    	padding-top: 0px;
}
.product_div{
	margin-top:30px;
}
    .cookie-consent p{
        font-size: 13px;
    }
    .btn-cookie{
        color:rgb(67, 19, 23) ; width:150px;
    }
    .fav-links{
        margin: auto 5px;
    }
    .detail-body{
        width: 100% !important;
    }
    .font-12-15px{
        font-size: 12px !important;
    }
    .index-body{
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    .nav > li.dropdown.open { position: static;background-color: #FFF; }
    .nav > li.dropdown.open .dropdown-menu { width: 100%; height: auto;  left:0; }
    .header i{
        color: black;
    }
    .navbar i{
        font-size: 22px;
    }
    .navbar ul li a{
        font-family: 'Nanum Gothic', sans-serif;
        font-size: 14px;
    }
    .treding-right{
        height: 165px;
        width: 878px;
    }
    .fashion-p{
        margin-top: 20px;
        
    }
    .container-top{
        width: 100%;
        /*height: 270px !important; */
        /* background-color: #C4C4C4; */
        margin-top: 0px;
    }
    .top-cate-pic{
        width: 295px;
        height: 295px;
        margin:0px auto;
        /* background-color: #C4C4C4; */
    }
    .leading-head{
        text-transform: uppercase;
        font-style: normal;
        font-size: 15px;
        font-weight: 800;
        line-height: 15px;
    }
    .top-category{
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .top-category p{
        font-family: 'Cormorant Upright', serif;
        color: black;
        font-size: 15px;
        font-weight: 500;
    }
    .top-category h3{
        font-size: 15px !important;
        margin-bottom: 29px; 
    }
    .leading-pg{
        margin-top: 38px;
    }
    .leading-top h4{
        font-size: 15px;
    }
    .leading-top p{
        font-size: 11px;
    }
    .leading-pg .leading-top{
        margin-top: 37px;
    }
    .nletter input {
        font-size: 12px;
    }
    .navbar img{
        width: 100px;
        height: 30px;
    }
    .nl-image{
        width: 128px;
        height: 353px;
       
    }
    .input-theme{
        padding:7px;
        border:1px solid #3E0313;
        width:100%;
    }
    .nletter{
        width: 190px;
        text-align: center;
    }
    .nl-img{
        height: 100%;
        /* width:auto; */
        background-color: #3E0313;
    }

    ul.navbar-nav{
        overflow-y: scroll;
    }

    .lead-text{
        margin-top: 10px;
        font-family: OPTIwtcGoudy-Medium;
        font-weight: bolder;
        margin-bottom: 17px;
        text-align: center;
    }
    .about-img{
        height: 295px;
        width: 195px;
    }
    .lead-cont{
        width: 100%;
        height: 413px;  
    }
    .lead-cont-p{
        width: 100%;
        height: auto;

    }
    .lead-cont-p p{
        font-size: 12px;
    }
    .lead-cont-a{
        font-size: 12px;
    }
    .lead-top-img{
        width: 100%;
        height: 311px;
        /* background-color: #ccc; */
    }
    .coo-top-img{
        width: 195px;
        height: 295px;
        background-color: #ccc;
        margin: 0 auto;
    }
    .fav-list .card{
        width: auto !important;
        height: auto !important;
        margin-bottom: 15px !important;
    
    }
    .card-img-top{
        height: 620px;
        width: 207px;
        background-color:#C4C4C4;
    }
    .detail-main-img{
        width: 684px;
        height: 250px;
    }
    .detail-imgs{
        height: 100px;
        width: 100px;
    }
    .similar-text{
        margin-top: 80px;
        margin-bottom: 30px;
    }
    .similar-text h2{
        font-family: font-og-mi !important;
        font-weight: bolder;
        font-style: italic;
        font-size: 15px;
        margin: 0;
        
    }
    .fav-text{
        margin-top: 39px;
        margin-bottom: 30px;
        font-family: OPTIwtcGoudy-Medium;
        font-weight: bold;
    }
    .nl-img{
        /* width: auto;
        height: 150px; */
    }
    .nl-text{
        font-size: 13px;
        width: 172px;
        font-family: OPTIwtcGoudy-Medium !important;
        color: black;
    }
    .acc-text{
        font-size: 10px;
    }
    .acc-heading{
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 0px;
    }
    .acc-head-pass{
        margin-top: 15px;
    }
    .acc-pass p{
        margin-top: 16px !important;
        margin-bottom: 7px !important;
    }
    .font-size-14px{
        font-size: 14px;
    }
    .card-img-bt{
        width: 160px;
        /*height: 143px;*/
        background-color: #ccc;
        margin: 0 auto;
    }
    .card-img-product{
        width: 158.56px;
        /* height: 134.91px; */
        background-color: #ccc;
    }
    #modal-brand{
        height: 300px;
    }
    .brand-filter{
        height: 300px; 
        overflow-y: scroll;    
   }
   .checkbox > span {
        color: #000;
        padding: 0 14px;
        font-size: 12px;
    }
    .checkbox > input {
        height: 15px;
        width: 13px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        /* border: 1px solid black; */
        /* border-radius: 4px; */
        outline: none;
        transition-duration: 0.3s;
        background-color: #ccc;
        cursor: pointer;
    }
    .product-detail{
        height: 270px;
    }
    .product-descriptions{
        font-size: 10px;
    }
    .detail-brand{
        font-size: 13px;
        font-weight: 800;
        text-transform: uppercase;
    }
    .detail-name{
        font-size: 12px;
        font-weight: 400;

    }
    .detail-price{
        font-size: 12px;
        font-weight: 700;
    }
    .detail-third-party{
        font-size: 10px;
    }
    .btn-theme{
        background-color: #3E0313;
        color: #FFF;
        font-size: 15px;
    }
    .btn-theme-inv{
        background-color: white;
        color: #3E0313;
        font-size: 15px;
    } 
    .setting-text{
        font-family: OPTIwtcGoudy-Medium;
        font-weight:500;
        font-size: 15px;
    }
.toggleSwitch {
    display: inline-block;
    height: 33.45px;
    position: relative;
    overflow: visible;
    padding: 0;
    /* margin-left: 50px; */
    cursor: pointer;
    width: 87.36px;
      user-select: none;
  }
  .toggleSwitch label,
  .toggleSwitch > span {
    line-height: 47px;
    height: 47px;
    vertical-align: middle;
  }
  .toggleSwitch label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
  }
  .toggleSwitch input:focus ~ a,
  .toggleSwitch input:focus + label {
    outline: none;
  }
  .toggleSwitch input {
    position: absolute;
    opacity: 0;
    z-index: 5;
  }
.toggleSwitch span span {
  display: none;
}
.toggleSwitch > span {
    position: absolute;
    left: -50px;
    width: 100%;
    margin: 0;
    padding-right: 50px;
    text-align: left;
    white-space: nowrap;
  }
.toggleSwitch > span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 50px;
    text-align: left;
    font-size: 15px;
  
    left: 15%;
    top: -10px;
    opacity: 0;
  }
  .toggleSwitch a {
    position: absolute;
    right: 50%;
    z-index: 4;
    display: block;
    height: 75%;
    padding: 0;
    left: 1px;
    width: 27px;
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 100%;
    /* -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  .toggleSwitch > span span:first-of-type {
    color: #000;
    opacity: 1;
    left: 45%;
  }
  .toggleSwitch > span:before {
    content: '';
    display: block;
    width: 87px;
    height: 33px;
    position: absolute;
    left: 45px;
    top: -3px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 30px;
    /* -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; */
  }
  .toggleSwitch input:checked ~ a {
    border-color: #fff;
    left: 100%;
    margin-left: -38px;
  }
  .toggleSwitch input:checked ~ span:before {
    border-color: #3E0313;
    box-shadow: inset 0 0 0 30px #3E0313;
  }
  .toggleSwitch input:checked ~ span span:first-of-type {
    opacity: 0;
  }
  .toggleSwitch input:checked ~ span span:last-of-type {
    opacity: 1;
    color: #fff;
  }
  .forgot-pass-a{
    font-size: 13px;
    }
    .footer-header{
        font-size: 12px;
      }
      .footer-item{
          font-size: 12px;
      }
    .footer-copy{
          font-size: 8px;
      }
    .nletter .btn-theme{
    
        background-color: #3E0313;
        color: #FFF;
        padding:7px 10px;
        font-size: 12px;
        border:1px solid #3E0313;
    }
    .nl-head{
        font-size: 16px;
    }
    .contact-form h4{
        font-size: 16px;
    }
    .contact-form p{
        font-size: 13px;
        padding: 0px 10px;
    }
    .contact-form input{
        font-size: 12px;
    }
    .contact-form button{
        font-size: 12px !important;
    }
    
    .log-btn{
        width: 124px;
        font-size: 15px;
    }
    .sign-modal p{
        font-size: 10px;
    }
    .sign-modal p a{
        font-size: 10px;
    }
    .sign-modal .btn-theme{
        font-size: 12px !important;
    }
    .sign-modal input{
        font-size: 12px;
    }
    
    .checkbox-white {
        display: inline-flex;
        cursor: pointer;
        position: relative;
        /* margin-top: 5px;
        margin-bottom: 5px; */
    }

    .checkbox-white > span {
        color: #000;
        padding: 0 16px;
        /* text-align: justify; */
        font-size: 10px;
    }

    .checkbox-white > input {
        height: 20px;
        width: 20px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;
        border: 1px solid black;
        /* border-radius: 4px; */
        outline: none;
        transition-duration: 0.3s;
        background-color: #fff;
        cursor: pointer;
    }

    .checkbox-white > input:checked {
        /* border: 1px solid #3E0313; */
        background-color: #3E0313;
    }

    .checkbox-white > input:checked + span::before {
        content: '\2713';
        display: block;
        text-align: center;
        color: #FFF;
        position: absolute;
        left: 0.4rem;
        top: 0.1rem;
    }

    .checkbox-white > input:active {
        border: 2px solid #34495E;
    }
    .forgot-pass p{
        font-size: 15px;
    }
    .forgot-pass .btn-theme {
        font-size: 15px;
    }
    .forgot-pass input {
        font-size: 12px;
    }
    .logged-email , b{
        font-size: 12px;
    }
    .acc-pass a{
        color: #3E0313;
        font-size: 13px;
        font-weight: bold;
    }
    .current-pass{
        font-size: 13px;
    }
    .acc-pass input{
        font-size: 12px;
    }
    .acc-pass button{
        background-color: #3E0313;
        color: #FFF;
        padding:7px 10px;
        min-width: 136.69px;
        font-size: 12px;
        border:1px solid #3E0313;
    }
    .brand-name{
        font-size: 13px;
        font-weight: 800;
    }
    .card-description{
        font-size: 10px !important;
        line-height: 10px !important;
        font-weight: 400;
        font-style: normal;
    }
    .card-price{
        font-size: 12px !important;
        line-height: 12Px !important;
        font-weight: 700;
        font-style: normal;
    }
    .card-third-party{
        font-size: 10px !important;
        color: #C4C4C4;
    }
    .des-holder{
        font-size: 14px;
    }
    .des-name{
        font-size: 12px;
    }
    .ceo-text p{
        font-size: 12px !important;
    }
    .leadership-text{
        font-size: 23px;
    }
    .lead-des-holder{
        font-size: 13px;
    }
    .lead-des-name{
        font-size: 10px;
    }
    .about-text{
        font-size: 12px;
    }
    .text-vision{
        font-size: 14px;
    }
    .leaving-logo{
        margin-top: 135px;
        margin-bottom: 157px;
    }
    .filter-name{
        font-size: 16px;
    }
    .form-select{
        font-size: 12px !important;
        padding: 0 2.25rem 0 0 !important;
        color: #B6B6B6 !important;
    }
    .form-select select{
        font-size: 12px;
        text-transform: capitalize;
        margin-left: 10px;
    }
    .form-select option{
        font-size: 12px;
        
    }
    .customer_care{
        font-size: 12px !important;
    }
    .text-contact-head{
        font-size: 13px;
    }
    .contact-form textarea{
        font-size: 12px !important;
    }
    .welcome-login{
        font-weight: bold !important;
        font-size: 15px !important;
        font-family: 'Cormorant Upright', serif;
    }
    .welcome-contact{
        font-size: 13px !important;
        font-family: OPTIwtcGoudy-Medium !important;
    }
    .btn-filter{
        font-size: 12px;
    }
    .min-max-input{
        width: 249.93px;
    }
    .btn-brand-filter{
        font-size: 10px !important;

    }
    .detail-btn{
        width: 100% !important;
        font-size: 15px !important;
    }

    .term-head2{
        font-size: 20px;
        color: #3E0313;
        font-weight: lighter;
        text-align: start;
    }
    .term-p{
        font-weight: bold;
    }
    .term-points{
        font-size: 18px;
        font-weight: bolder;
        color:#3E0313;
        text-align: start;
    }
    .term-header{
        font-size: 20px;
        font-weight: bold;
    }
    .privacy-text{
        font-size: 13px;
        /* text-align: start; */
    }
    .adver-text{
        font-size: 13px;
    }
	
}


/* custom check  box */

.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
}





.checkbox > input:checked {
    /* border: 1px solid #3E0313; */
    background-color: #3E0313;
}

.checkbox > input:checked + span::before {
    content: '\2713';
    display: block;
    text-align: center;
    color: #FFF;
    position: absolute;
    left: 0.4rem;
    top: 0.1rem;
}
.btn-privacy-text{
font-size:13px !important;
}
.checkbox > input:active {
    border: 2px solid #34495E;
}

/* check box white background */
/* custom check  box */

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

@media (min-width: 1400px){
    .container {
    max-width: 1315px !important;
}}