@font-face {
  font-family: 'the-sans-b-5-plain';
  src: url(../fonts/the-sans-b-5-plain-1361522716.ttf);
}
@font-face {
  font-family: 'the-sans-bold-plain';
  src: url(../fonts/the-sans-bold-plain-1361523856.ttf);
}
@font-face {
  font-family: 'thesans';
  src: url(../fonts/thesans-1361816618.ttf);
}
@font-face {
  font-family: 'Friz_Quadrata_BT';
  src: url(../fonts/Friz_Quadrata_BT.ttf);
}
@font-face {
  font-family: 'the-sans-bold-plain';
  src: url(../fonts/the-sans-bold-plain-1361523856.ttf);
}
@font-face {
  font-family: 'the-sans-b-5-plain';
  src: url(../fonts/the-sans-b-5-plain-1361522716.ttf);
}
@font-face {
    font-family:'the-sans-correspondence-italic';
    src: url(../fonts/the-sans-correspondence-italic-1361523885.ttf);
}
@font-face{
    font-family:'Friz_Quadrata_Regular';
    src: url(../fonts/Friz_Quadrata_Regular.ttf);
    
}
h3{
    font-family: 'Friz_Quadrata_BT';
    color: #333e48;
    font-weight: 500;
}
h4{
    font-family: 'Friz_Quadrata_BT';
    color: #333e48;
    font-weight: 500;   
}
h5{
    font-family: 'the-sans-bold-plain';
    color: #333e48;
    font-weight: lighter;
}
.f1{font-weight: bold;}
.f2{font-weight: 800;}
.f3{font-weight: 600;}
.f4{font-weight: 400;}
.f6{font-weight: lighter;}
.gold{color: #d1a355;}
.light-grey{color: #6d6d6d;}
.red{color: #ee4949;}
.font1{font-size: 1.5rem;}
.pr_0{padding-right: 0;}
.pl_0{padding-left: 0;}
nav a .logo {
    max-width: 250px;
}
.cursorPointer{
	cursor:pointer!important;
}
.stickyHeader{
	background:#fff;
}
.navbar-toggler,.navbar-toggler:focus, .navbar-toggler:hover{
	border:none!important;
}
.navbar-collapse.collapse,.navbar-collapse.collapsing {
	height:0px!important;
}

.navbar-nav.topnav{
	    width: 150px;
    float: right;
    color: #ffff;
    z-index: 99;
    position: relative;
    border-radius: 10px;
    background: #cfa04f;
}
.navbar-nav.topnav li a{
	padding-left:15px;
	padding-right:15px;
	color: #fff!important;
    font-family:'the-sans-b-5-plain';
	    font-weight: normal;

}
.navbar .btn-login{
	position: absolute;
	border-radius: 25px;
    right: 18%;
	font-family:'the-sans-b-5-plain';
}
.navbar .btn-login:hover{
	/*background: #cfa04f;*/
    color: #fff;
}
.navbar .btn-login:focus{box-shadow: none;}
.add_cart_icon{
    position: absolute;
    right: 16.5%;
    font-size: 2rem;
    color: #C89A58;
}
.fa-sort-down{
    font-size: 1rem;
    position: relative;
    top: -20px;
}
.add_cart_profile{
    position: absolute;
    right: 7%;
    font-size: 1rem;
    color: #fff;
    background: #cb9c59;
    padding: .1rem 0.5rem;
    border-radius: 8px;
    border: 1px solid #cb9c59;
    text-decoration: none;
}
.add_cart_logout{
    position: absolute;
    right: 0;
    font-size: 1rem;
    color: #fff;
    background: #cb9c59;
    padding: .1rem 0.5rem;
    border-radius: 8px;
    border: 1px solid #cb9c59;
    text-decoration: none;
}
/*.drop-pro-logout{*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: 70%;*/
/*  z-index: 99;*/
/*  display: none;*/
/*}*/
/*.pro-logout{*/
/*  list-style: none;*/
/*  color: #fff;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*}*/
/*.pro-logout li{*/
/*  background-color: #cb9c59;*/
/*  padding: .5rem 1rem;*/
/*  line-height: 1.5;*/
/*  cursor: pointer;*/
/*}*/
/*.pro-logout li:hover{*/
/*  background-color: #a2783c;*/
/*}*/
.add_cart_icon:hover{
    color: #C89A58;
}
.add_cart_profile:hover{
    color: #Cb9c59;
    background: transparent;
    text-decoration: none;
}
.add_cart_logout:hover{
    color: #Cb9c59;
    background: transparent;
    text-decoration: none;
}
.navbar .user_name{
    position: absolute;
    right: 0;
    top: 70px;
    font-size: 1.2rem;
    font-weight: 600;
     text-align:right;
}
/*login-portal*/
.right_img img{width: 100%;height: auto;}
/*.input_field_login_portal label*/
.OTP-text{
    width: 100%;
    font-family: 'thesans';
}
/*.input_field_login_portal input*/
.OTP-filed{
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid #bbbbbb;
    font-family: 'thesans';
}
.OTP-filed:focus{
    outline: none;
}
/*.input_field_login_portal button*/
.OTP-btn{
    width: 100%;
    background-color: #cb9c59;
    border: 1px solid #cb9c59;
    color: #fff;
    border-radius: 5px;
    padding: .5rem;
    margin-top: 2rem;
    font-family: 'thesans';
}
.OTP-btn:hover{
    color: #cb9c59;
    border: 1px solid #cb9c59;
    background: transparent;
}
.OTP-btn:focus{outline: none;}
.Verify-btn{
    width: 100%;
    background-color: #cb9c59;
    border: 1px solid #cb9c59;
    color: #fff;
    border-radius: 5px;
    padding: .5rem;
    margin-top: 2rem;
    font-family: 'thesans';
    margin-bottom: .8rem;
}
.Verify-btn:hover{
    color: #cb9c59;
    border: 1px solid #cb9c59;
    background: transparent;
}
.Verify-btn:focus{outline: none;}
.Resend{
    color: #212529;
    font-weight: 400;
    border-right: 1px solid;
    padding-right: 1rem;
    margin-right: 1rem;
    text-decoration: none;
}
.Resend:hover{text-decoration: none;color: #cb9c59;}
.wrongnumber{
    color: #212529;
    font-weight: 400;
    text-decoration: none;
}
.wrongnumber:hover{text-decoration: none;color: #cb9c59;}
.bottom_line{
    border: 3px solid #cfa04f;
    margin-top: 5rem;
}
.show-login{display: block;}
.hide-otp{display: none;}
/*cart-page*/
.Delivery_address {
    height: auto;
    margin-top: 1rem;
    border-radius: 5px;
    background: #f5f5f5;
    width: 100%;
    font-family: 'Friz_Quadrata_BT';
    font-size: 1.2rem;
    padding: 1rem;
}
.Delivery_address p:nth-child(2){margin-bottom: .5rem;display: flex;}
.Delivery_address p:nth-child(4){margin-bottom: .5rem;font-weight: bold;}
.radio_item {
  display: inline-block;
  position: relative;
}
.radio-item-input[type='radio'] {
  display: none;
}
.radio-item-label {
  color: #666;
  font-weight: normal;
 /* margin-top: -5px;*/
}
.radio-item-cart-label{
    margin-top: -5px;
}
.radio-item-cart-input[type=radio]:checked + label:after{
    top: 7.1px!important;
}
.radio-item-ordering-label{
    margin-top: -5px;
}
.radio-item-ordering-input[type=radio]:checked + label:after{
    top: 4.1px!important;
}
.radio-item-label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  border: 2px solid #d1a355;
  background-color: transparent;
}
.radio-item-input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 9.1px;
  left: 4.1px;
  content: " ";
  display: block;
  background: #d1a355;
}
.radio_item2 {
  display: inline-block;
  position: relative;
}
.radio-item2-input[type='radio'] {
  display: none;
}
.radio-item2-label {
  color: #666;
  font-weight: normal;
 /* margin-top: -5px;*/
}
.radio-item2-label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 5px;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  border: 2px solid #d1a355;
  background-color: transparent;
}
.radio-item2-input[type=radio]:checked + label:after {
  border-radius: 11px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 9.1px;
  left: 4.1px;
  content: " ";
  display: block;
  background: #d1a355;
}
.balnk_{visibility: hidden;}
.addr{display: flex;}
.addr p{font-size: 1rem;}
#cart-product-summary{
    font-family: 'Friz_Quadrata_BT';
    color: #333e48;
    margin-top: 4rem;
}
#cart-product-summary img{
    margin-right: 2rem;
}
.border_light{
    border: 1px solid #ededed;
    padding: 2rem 0;
    border-radius: 8px;
}
.border_light-pdng{padding: 1rem 2rem;}
.outer_number{
    width: 35%;
    margin-left: auto;
}
.number{
    border: 1px solid #ddd;
}
.minus, .plus{
    height:35px;
    padding:8px 5px 8px 7px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
}
.int_quantity{
    height:34px;
    width: 35%;
    text-align: center;
    font-size: 20px;
    border: none;
    vertical-align: middle;
    background: transparent;
}
.OrderSmryMain{
    background: #f5f5f5;
    padding: 1rem 1.5rem;
    border-radius: 8px;
}
.OrderSmry p:nth-child(1){
    padding-bottom: .7rem;
}
.flr{display: flex;justify-content: space-between;}
.OrderSmryMain-btn{
    width: 100%;
    background-color: #cb9c59;
    border: 1px solid #cb9c59;
    color: #fff;
    border-radius: 5px;
    padding: .5rem;
    margin-top: 1.7rem;
    font-family: 'thesans';
}
.OrderSmryMain-btn:hover{
     color: #cb9c59;
    border: 1px solid #cb9c59;
    background: transparent;
}
.OrderSmryMain-btn:focus{outline: none;}
/*ordering platform*/
#ordering_platform{
    font-family: 'Friz_Quadrata_BT';
    color: #333e48;
    margin-top: 1rem;
}
.price__border_up{
    /*border: 1px solid #cb9c59;*/
    /*padding: .1rem .8rem;*/
    /*border-radius: 8px;*/
}
.price__border_down{
    /*border: 1px solid #b1bfbe;*/
    /*padding: .1rem .8rem;*/
    /*border-radius: 8px;*/
}
.Download_catalogue-btn{
    width: 100%;
    border: none;
    color: #fff;
    padding: 0;
    font-family: 'thesans';
    display: flex;
    background: transparent;
}
.Download_catalogue-btn:hover{
    background: transparent;
}
.Download_catalogue-btn:focus{outline: none;}
.ct_button_img{
     background-color: #a2783c;
     padding: 1.08rem .5rem;
     border-top-left-radius: 5px;
     border-bottom-left-radius: 5px;
}
.ct_button_cntnt{
     background-color: #cb9c59;
     padding: 0.75rem .5rem;
     border-top-right-radius: 5px;
     color: #fff;
     border-bottom-right-radius: 5px;
 }
 .ct_button_cntnt:hover{
    border: 1px solid #cb9c59;
    background-color: transparent;
    color: #fff;
    padding: .75rem .5rem;
 }
 .display{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background: #f5f5f5;
    border-radius: 8px;
 }
 .display h4{margin-bottom: 0;}
 .display p{margin-bottom: 0;}
 .display span:nth-child(1){
    padding-right: 1.5rem;
    margin-right: 1.5rem;
    border-right: 1px solid #a4a4a4;
    font-weight: 600;
}
.products_img img{margin-bottom: 1rem;width: 195px;height: 190px;}
.outNum{
    width: 65%;
    margin-left: 0;
    margin-bottom: .8rem;
}
.outNumQty{
    width: 40%;
}
.products_img-btn{
    width: 75%;
    background-color: #cb9c59;
    border: 1px solid #cb9c59;
    color: #fff;
    border-radius: 25px;
    padding: .4rem;
    font-family: 'thesans';
}
.products_img-btn:hover{
    color: #cb9c59;
    border: 1px solid #cb9c59;
    background: transparent;
}
.products_img-btn:focus{outline: none;}
.prdct-1 p.f3{font-size: .8rem;}
.prdct-1 h4{font-size: 1.2rem;}
.prdct-1 p{font-size: .8rem;}
/*pagination*/
[data-pagination],
[data-pagination] *,
[data-pagination] *:before,
[data-pagination] *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}
[data-pagination] {
  line-height: 2;
  font-weight: 400;
   font-family: 'Friz_Quadrata_BT';
  -webkit-text-size-adjust: 100%;
  margin: 1em auto;
  text-align: right;
  transition: font-size .2s ease-in-out;
}
[data-pagination] ul {
  list-style-type: none;
  display: inline;
  font-size: 100%;
  margin: 0;
  padding: .5em;
}
[data-pagination] ul li {
  display: inline-block;
  font-size: 100%;
  width: auto;
  border-radius: 3px;
}
[data-pagination] > a {
  font-size: 140%;
}
[data-pagination] a {
  color: #333e48;
  font-size: 100%;
  padding: .5em;
}
[data-pagination] a:nth-child(3){padding-right: 0;}
[data-pagination] button {
 background: transparent;
 border: 1px solid #cb9c59;
 border-radius: 30px;
 padding: .1rem 1rem;
}
[data-pagination] a:focus,
[data-pagination] button:focus,
[data-pagination] a:hover {
  color: #cb9c59;
  outline: none;
}
[data-pagination] li a.current {
  background: #cb9c59;
  border-radius: 30px;
  padding: .5rem .8rem;
  color: #fff;
}
#responsive_filters{display: block;}
#toggle_filters{display: block;}
#toggle_filters{
    background: #000;
    color: #fff;
    border: 1px solid #000;
    padding: .5rem 1rem;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    margin-left: auto;
}
#toggle_filters:focus{outline: none;}
.btn-gold{
    color: #fff;
    background: #cb9c59;
    border-color: #cb9c59;
}
.btn-gold:hover{text-decoration: none;color: #fff;}
.btn-gold:focus{outline: none;box-shadow: none;}
.select-country .dropdown-menu{padding: .5rem .5rem;}
/*Transaction*/
#transaction{
    font-family: 'Friz_Quadrata_BT';
    color: #333e48;
    margin-top: 4rem;
}
.transaction_div{
    background: #FBF1E2;
    border-radius: 8px;
}
.transaction_div ul{
    list-style: none;
    line-height: 4;
    padding: 0;
}
.transaction_div ul li{
    border-bottom: 1px solid #DCCCB1;
    padding-left: 2rem;
    cursor: pointer;
}
.tab-content{
    display: none;
}
.tab-content.current{
    display: block;
}
.o-2{margin-top: -50px;}
.transaction_div ul li:nth-child(2){border-bottom: none;}
.transaction_div ul li:nth-child(4){border-bottom: none;}
.transaction_div ul li:nth-child(6){border-bottom: none;}
.transaction_div .active{background: #cb9c59;color: #fff;}
.profile_border{
    width: 100%;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    padding: 1.2rem 1.2rem 1.2rem 1.2rem;
    position: relative;
}
.profile_border .button_edit{
    width: 10%;
    margin-left: auto;
    position: absolute;
    right: 5%;
    top: 7%;
}
.profile_border form .label{width: 25%;margin-left: auto;}
.profile_border form .input{width: 70%;text-align: left;}
.profile_border_form_label{width: 100%;text-align: left;}
.profile_border label{margin-bottom: 0;}
.profile_border_input{
    width: 70%;
    background: #F5F5F5;
    border: none;
    border-radius: 8px;
    padding: .5rem 1rem;
}
.profile_border_textarea{
    width: 70%;
    background: #F5F5F5;
    border: none;
    border-radius: 8px;
    padding: .5rem 1rem;
    resize: none;
}
textarea:focus{outline: none;}
input:focus{outline: none;}
input:focus::placeholder {
  color: transparent;
}
textarea:focus::placeholder {
  color: transparent;
}
.profile_border_button{
    background: transparent;
    border: none;
    color: #cb9c59;
    position: relative;
    z-index: 99;
}
.profile_border_button:focus,
.profile_border_button:hover{
    outline: none;text-decoration: none;
}
.add-more-btn{
    background: #cb9c59;
    border: 1px solid #cb9c59;
    color: #fff;
    padding: .5rem 1.5rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}
.add-more-btn:hover{background: transparent;color: #cb9c59;}
.p-06_0{padding: .6rem 0rem;}
.transaction_border{
    display: flex;
    justify-content: space-between;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    padding: 1.2rem 1.2rem 0rem 1.2rem;
}
.VI{
    border: 1px solid #EDEDED;
    border-radius: 8px;
}
.VI form{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 1rem 12rem 1rem;
}
.VI label{
    width: 20%;
    margin-bottom: 0;
}
.VI_input{
    width: 45%;
    background: #F5F5F5;
    border: none;
    padding: .8rem;
    border-radius: 8px;
}
.contact-us{
  display: block!important;
  text-align: center;
  padding-bottom: 3rem!important;
}
.contact-us label{text-align: left;width: 15%;}
.contact-us input{
  width: 60%;
    background: #F5F5F5;
    border: none;
    padding: .8rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}
.contact-us textarea{
  width: 60%;
    background: #F5F5F5;
    border: none;
    padding: .8rem;
    border-radius: 8px;
    margin-bottom: 1rem;
    height: 100px;
    resize: none;
}
.pd-ord img{padding-right: 3rem}
.grid{display: grid;}
.grid_button{
    height: 35px;
    padding: 0 1.2rem;
    background: #cb9c59;
    color: #fff;
    border: 1px solid #cb9c59;
    border-radius: 20px;
}
.grid_button:hover{background: transparent;color: #cb9c59;}
.grid_button:focus{outline: none;}
.grid p{margin-top: auto;}
.d-t-h{
    padding: .3rem 1.5rem;
    background: #cb9c59;
    color: #fff;
    border: 1px solid #cb9c59;
    border-radius: 20px;
}
.fl-r{float: right;margin-top: 0;}
.fl-l{float: left;}
.d-t-h:hover{
    background: transparent;color: #cb9c59;
}
.d-t-h:focus{outline: none;}
/*date-selector*/
.c-date{
    width: 300px;
    margin-bottom: 1rem;
    margin-left: auto;
    position: relative;
    opacity: 0;
    cursor: pointer;
}
.c-date:focus{
    border-color: #cb9c59;
    box-shadow: 0 0 0 0.2rem rgb(203 156 89 / 25%);
}
.select-date{
    position: absolute;
    top: 0;
    right: 17px;
    width: 200px;
    padding: .4rem 1.5rem;
    background: #F5F5F5;
    border: 1px solid #DCDCDC;
    border-radius: 20px;
    z-index: -1;
}
/*select*/
.desk_tab{display: block;}
.mobile_tab{display: none;}
.drop-down{
  /*position:absolute;
  left:0;
  top:0;*/
}

.drop-down .selected a{
  background:#cb9c59 no-repeat scroll right center;
  display:block; 
  padding:1rem; 
  border:1px solid #cb9c59; 
  width:100%;
  border-radius:8px;
  text-decoration:none;
  color:#fff;
}

.drop-down .selected a span{
  cursor:pointer; 
  display:block; 
  padding:5px;
  padding-left: 1.4rem;
}

.drop-down .option{
  /*position:relative; */
}

.drop-down .options ul{
  background:#FBF1E2 none repeat scroll 0 0;               display:none;
  list-style:none; 
  padding:0px 0px; 
  /*position:absolute; 
  left:0px; 
  top:32px; */
  width:auto; 
  min-width:270px;
  border:1px solid #FBF1E2;
}

.drop-down .selected span.value, .drop-down .options span.value{
  display: none;
}

.drop-down .options ul li a{
  padding:5px; 
  display:block;
  text-decoration:none;
  color:#000;
}

.drop-down .options ul li a:hover{
  background:#cb9c59;
  color:#fff;
  transition:0.2s ease;
}

.caret_down{
    display: flex;
    background: #cb9c59;
    border-radius: 8px;
}
.caret_down div{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    padding-right: 1.5rem;
    color: #fff;
}
.c-pointer{cursor: pointer;}