.section_title{
  font-size:15pt;
  
  font-weight:bold;
}
#basket_page{
  
  border-radius:10px;
  box-shadow:0px 3px 8px #ececec;
  background:#fff;
  padding:10px;
}

#basket_page .basket_item{  
  border-bottom:1px solid #f3f3f3;
  line-height:31px; 
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#basket_page .basket_item .not_available_for_sell{
 
  color: #cc0000;
  font-weight: bold; 
  font-size: 10pt;
}

#basket_page .basket_item:last-child{
  border-bottom:0px; 
}
#basket_page .basket_item img{
  width:92%;
  margin: 0% 4%;
}
#basket_page .basket_item .title{
  font-weight:bold;
  font-size:11pt;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#basket_page .basket_item .title a{
  text-decoration: none;
  color: #260e28;
}
#basket_page .basket_item .title a:hover{
  color:#a22caf
}
#basket_page .basket_item .supplier{
  font-size:10pt;
}
#basket_page .basket_item .var_name{
  display: inline-block;
  background: #efd38e;
  width: auto;
  padding: 2px 10px;
  border-radius: 6px;
  font-size: 8pt;
  line-height: initial;
}
#basket_page .basket_item .store_code{ 
  font-size:10pt;
}
#basket_page .basket_item .total_price{
  display: block; 
  width: 100%; 
  padding-left:5px;
  text-align: left;
  font-size: 22pt; 
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  
  display: inline-block;
}
#basket_page .basket_item .price{   
  display: block;
  margin-left:5px;
}
#basket_page .basket_item .price .new{ 
  margin-top: 0px; 
  font-size: 10pt; 
  float: left;
  color: #000; 
  display: inline-block; 
}

#basket_page .basket_item .price .old{ 
  margin-top: 0px;
  font-size: 9pt;  
  color: #b7b7b7;
  display: inline-block;
  margin-left: 10px;  
  float: left;
  text-decoration:line-through;
  font-style: italic;
} 
#basket_page .basket_item .delete{
  display:block;
  font-size:8pt;
  float: left;
  margin-top: 5px;
  color: #622678;
  border:1px solid #6d497a;
  border-radius: 5px;
  line-height: 24px;
  margin-top: 10px; 
  margin-left: 10px;
  padding:0px 10px; 
  cursor: pointer;
}
#basket_page .basket_item .delete:hover{
  background:#622678;
  color:#fff;
}

#basket_page .basket_item .delete span{
  display:inline-block;
  vertical-align: middle;
  font-size: 14pt;
}
#basket_page .basket_item .delete b{
  display:inline-block;
  vertical-align: middle;
  font-weight: normal;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  

   opacity: 1;

}
#basket_page .basket_is_empty{
  
  font-weight: bold;
  margin: 40px;
  text-align: center;
  color: #5a5a5a;
}
#basket_page .basket_item .qty{
  float:left;
  margin-top: 10px;
  margin-left: 5px;
}

#basket_page .basket_item .qty input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

#basket_page .basket_item .qty input[type=number]::-webkit-inner-spin-button,
#basket_page .basket_item .qty input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

#basket_page .basket_item .qty .number-input {
  border: 1px solid #ddd; 
  display: inline-flex;
  border-radius: 5px;
  vertical-align: middle; 
}

#basket_page .basket_item .qty .number-input,
#basket_page .basket_item .qty .number-input * {
  box-sizing: border-box;
}

#basket_page .basket_item .qty .number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  line-height: 1px;
  cursor: pointer;   
  margin: 0;
  font-size: 15pt;
  position: relative;
  color: #000;
}
  
#basket_page .basket_item .qty .number-input button:hover {
  color:#841e83;
} 

#basket_page .basket_item .qty .number-input input[type=number] {
  font-family: sans-serif; 
  width: 35px;  
  border: none;
  font-size: 1.2rem;
  height: 25px;
  font-weight: bold;
  text-align: center;
} 
#basket_total_box{
  margin-right: 11px;
   font-size: 10pt;
  
  border-radius:10px;
  box-shadow:0px 3px 8px #ececec;
  background:#fff;
  padding:15px 10px;
}
#basket_total_box .total_lbl span{
  
  color: #417ddc;
}
#basket_total_box .total_lbl .location{
  background: none;
  border: none;
  cursor: pointer;
  
  color: #417ddc;
  display: block;
  font-size: 12pt;
  border-radius: 5px;
  padding: 0;
  margin-top: 9px;
} 


#basket_total_box .total_lbl{ 
  width: 100%;
  display: flex;
  padding: 7px 0px;
  justify-content:   space-between  ;

}
#basket_total_box .total_lbl:nth-child(2){
  padding-bottom: 15px;
  border-bottom: 1px solid #bbbbbf;
}
#basket_total_box .total_lbl .right{
  text-align: right; 
  font-size: 13pt;
}
#basket_total_box .total_lbl .left{ 
  text-align: left; 
  vertical-align: top; 
}
#basket_total_box .total_lbl .left b{
  font-size: 20pt;
  text-align: left;
  vertical-align: middle; 
  color: #622678;
}



#basket_total_box .location{
  font-size: 11pt;
  border: 1px dashed #622678;
  /* border: none; */
  border-radius: 5px;
  
  color: #622678;
  background: none;
}
#checkout_box{
  font-size: 12pt;
  padding-bottom: 20px;
}
.register_and_login{
  background: rgb(234,195,99);
  background: linear-gradient(180deg, rgba(243,222,169,1) 0%, rgba(234,195,99,1) 100%);
  color: #4c3808;
  font-size: 10pt;
  border:1px solid #a38743;
  border-radius: 5px; 
  
  height: 40px;
  line-height: 40px;
  width: 100%;
}

.register_and_login:disabled{
  background: rgb(161, 161, 161); 
}
.register_and_login span{
vertical-align: middle;
}
.register_and_login:hover{
  background: rgb(234,195,99);
  background: linear-gradient(180deg, rgba(234,197,105,1) 0%, rgba(234,197,105,1) 100%);
  color: #4c3808;
  text-decoration: none;
}
.verifybox{
  margin-top:20px;
  border-top: 1px solid #ccc;
}
#basket_total_box .total_lbl .left  .free_delivery{
  color:green;
  font-size:18pt;
}
#checkout_box .form_title{ 
  
  font-size: 15pt;
  margin-bottom: 10px;
  color: #752a7d;
}
.view_section{
  padding-top:1%;
  padding-bottom:1%;
  background:#fff;
}
.article_view_layout{
  width: 80%;
}


.article_view_layout .title{
  font-size: 18pt;
}
.article_view_layout .body{
  font-size: 13pt; 
  line-height: 34px;
   
}
.product_view_layout{
  width: 80%;
}
.basket_user_login_button{
  background:#622678;
  color: #fff;
  border-radius: 5px;
  padding:0px 15px;
  line-height: 40px;
  height: 40px;
}
.basket_user_login_button span{
  vertical-align: middle;
}
.basket_user_login_button b{
  vertical-align: middle;
  font-weight: normal;
}

.basket_user_address_button{
  background:#622678;
  color: #fff;
  border-radius: 5px;
  padding:0px 15px;
  line-height: 40px;
  height: 40px;
}

.basket_user_address_button span{
  vertical-align: middle;
}
.basket_user_address_button b{
  vertical-align: middle;
  font-weight: normal;
}
.address_info_item{ 
  border: 1px solid #dee2e6;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  display: inline-block;
}
.address_info_item_action{ 

}
.address_info_item_action span{
  margin: 5px 0px;
}
.c_purple{ 
  color:#622678;
}
.c_red{
  color:#f15555
}

.address_info_item label{
  padding: 0;
  margin:0;
}
.address_info_item .right{
  float: right;
  margin-left: 10px;
  display: block;
  height: 45px;
  line-height: 45px;
}
.address_info_item .left{
  float: right;
  display: block; 
} 
.select2-selection {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: #555555;
  font-size: 12px;
  text-align: right;
  outline: 0;
  min-height: 38px; 
  width: -webkit-fill-available;
}

.select2-selection__rendered {
  margin: 5px;
}

.select2-selection__arrow {
  margin: 5px;
}

.modal-dialog-scrollable .modal-content{
  padding: 1rem;
}
.address_modal{  
  height:490px !important;
  
}

.address_modal label , .address .address_form label{
  font-size:10pt;   
}  
.modal-lg {
  max-width: 80%;
  width: 50%;
}

.address_modal_create{
  
}

.address_modal_create label , .address .address_form label{
  font-size:10pt;  
  margin-bottom: 7px;
}  
.modal_title{
  font-weight: bold;
  font-size: 13pt ;
}
.modal-dialog-large{
  max-width: 500px;
  max-height: 300px;
  margin: auto;
  font-size: 10pt;
}

#address_alert{
  display: none;
  text-align: right;
  padding: 4px 10px;
  font-size: 10pt;

}
#address_alert b{
  vertical-align: middle;
  font-size: 15pt;
  font-weight: bold;
}
.address_create_button{
  background: #622678;
  color: #fff;
  border-radius: 5px;
  padding: 4px 8px; 
  font-size: 9pt;
} 
.address_create_button a:hover{
  text-decoration: none;
  color: #fff;
} 
 
.modal .form-control {
  font-size: 10pt;
}

#address_popup_list{
  border:1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 4px;
  padding-bottom: 25px;
}
#address_popup_list label input{
  vertical-align: middle;
}
#address_popup_list label b{
  font-size: 9pt;
  vertical-align: middle;
}
#address_popup_list .location{
  font-size: 10pt;
}
#address_popup_list .location b{
  color:#8d3ba9;
}
#address_popup_list .address_1{
  font-size: 10pt;
  margin-top: 4px;
  color: #8d3ba9;
}
#address_popup_list .address_2{
  font-size: 10pt;
  margin-top: 4px;
  color: #9a9a9a;
}
#address_popup_list .actions{ 
  float: left;
  margin-left: 10px;
}
#address_popup_list .actions span{
  font-size: 13pt;
  cursor: pointer;
  color: #797979;
}



.user_login_box{
  
}
.user_login_box .form-group label{
  text-align: right;
}
.user_login_input{
  
}
 .btn-user-login{
  background: rgb(234,195,99);
  background: linear-gradient(180deg, rgba(243,222,169,1) 0%, rgba(234,195,99,1) 100%);
  color: #4c3808;
  font-size: 10pt;
  border:1px solid #a38743;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  

}

.btn-user-login:hover{  
  background: rgb(234,195,99);
  background: linear-gradient(180deg, rgba(234,197,105,1) 0%, rgba(234,197,105,1) 100%);
}
.btn-collapse{
  

  color: #622678;
  font-size: 10pt;
  padding: 4px;
  width: 100%;
  border:none;
  background: transparent;
}

.btn-collapse:hover{
  color: #6d497a ;
}

.card-header{
  border-bottom: 0px;
}
.basket_loading_1{
  width: 35px;
  margin: 0px auto;
  display: none;
}

.verifybox{
  display: none;
}
.verifybox .basket_loading_2{
  width: 35px;
  margin: 0px auto;
  display: none;
}
.verifybox .quick_verify_code{
  display: inline-block;
  width: 100px;
  border:none;
  border-radius: 5px;
  border:1px solid #ced4da;
  padding: 2px;
  text-align: left;
  direction: ltr;
}

.verifybox .quick_verify_btn{
  display: inline-block;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 10pt;
  
  margin-right: 10px;
  background: #efd187;
  cursor: pointer;

}

#alert , #alert_verify ,#forgot_alert{
  display: none;
  font-size:10pt; 
}
#alert b , #alert_verify b{
  font-size: 15pt;
  vertical-align: middle;
}
#alert_verify{
  margin-top: 20px;
}
.boot4alert{
  
}
.alert{
  padding: 7px ​10p;
}
#register_box_2 , #login_box_2{
  display: none; 
}
.btn-checkout{ 
  background: rgb(234,195,99);
  background: linear-gradient(180deg, rgba(243,222,169,1) 0%, rgba(234,195,99,1) 100%);
  color: #4c3808;
  font-size: 10pt;
  
  border:1px solid #a38743;
  border-radius: 5px;
  width: 100%;
  padding: 10px 20px;
  display: block;
}

.btn-checkout:hover{  
  background: rgb(234,195,99);
  background: linear-gradient(180deg, rgba(234,197,105,1) 0%, rgba(234,197,105,1) 100%);
  color: #4c3808;
  text-decoration: none;
}

.btn-checkout span{
  vertical-align: middle;
}


.btn-checkout-change{ 
  background: rgb(243 243 243);
   color: #636262;
  font-size: 9pt;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  width: 100%;
  padding: 3px 15px;
}
.btn-checkout-change:hover{  
    color: #632678;
    text-decoration: none;
}

.btn-checkout-change span{
  vertical-align: middle;
}

.btn-send-to-location{
  background: rgb(234,195,99);
  background: linear-gradient(180deg, rgba(243,222,169,1) 0%, rgba(234,195,99,1) 100%);
  color: #4c3808;
  font-size: 10pt;
  border:1px solid #a38743;
  border-radius: 5px; 
  font-weight: bold;  
  height: 40px;
  line-height: 40px;
  width: 100%;
}
.btn-send-to-location:hover{  
  background: rgb(234,195,99);
  background: linear-gradient(180deg, rgba(234,197,105,1) 0%, rgba(234,197,105,1) 100%);
  color: #4c3808;
}

.btn-send-to-location span{
  vertical-align: middle;
}
.basket_layout{
  width:80%;
}
#checkout_page {
  
  padding:10px; 
}
#checkout_page .other_address{
  border-radius:10px;
  box-shadow:0px 3px 8px #ececec;
  background:#fff;
  display: inline-block;
  padding: 10px;
  font-size: 10pt;
  line-height: 23px;
  width: 100%;
} 
#checkout_page .other_address .form-control{
  padding: 8px; 
  font-size: 10pt;
}

#checkout_page .other_address .form-select{
    font-size: 10pt;
    padding: 6px 30px;
}


.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){
  border-top-left-radius:0px;
  border-bottom-left-radius:0px;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  font-size: 9pt;
  font-weight: bold;
  color: #4a4a8a;
  background: #e3e3f3;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
  border-top-right-radius:0px;
  border-bottom-right-radius:0px;
  margin-right:-1px;
  margin-left: 0px;
  font-size: 10pt;
}

.form-control.is-invalid, .was-validated .form-control:invalid , .form-control.is-valid, .was-validated .form-control:valid{
  background-position: left calc(.375em + .1875rem) center;
}

.address .form-select.is-valid:not([multiple]):not([size]), .address .form-select.is-valid:not([multiple])[size="1"], .address .was-validated .form-select:valid:not([multiple]):not([size]), .address .was-validated .form-select:valid:not([multiple])[size="1"]{
 background: none;
}

#checkout_page .old_address{ 
  border-radius:10px;
  box-shadow:0px 3px 8px #ececec;
  background:#fff;
  display: inline-block;
  padding: 10px;
  font-size: 11pt;
  line-height: 23px;
  width: 100%;
}


#checkout_page .old_address .rows{
  margin-bottom:10px;
}

#checkout_page .old_address .rows strong{
  display: inline;
}

#checkout_page .old_address  .actions{
  display: inline-block; 
  color: #4a4a8a;
  font-size: 9pt;
  background: #e3e2f3;
  border: 1px solid #b9b9de;
  border-radius:3px;
  height: 31px;
  width: 100%;
  line-height: 31px;
  text-align: center;
  cursor: pointer;
}
 
 

#checkout_page .old_address  .actions b{
  font-weight: normal;
  vertical-align: middle;
}
#checkout_page .old_address .actions span{
  font-weight: normal;
  font-size: 15pt;
  vertical-align: middle;
}
#basket_total_box .total_address{ 
  color: #000;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  font-size: 12pt;
  text-align: right;
  padding: 10px;
}
#basket_total_box .total_address a{
  background: rgb(117 42 125);
  color: #ffffff;
  font-size: 9pt;
  border: none;
   border-radius: 5px;
  width: 100%;
  padding: 3px 15px;
 } 

 #basket_total_box .payment_method .payment{
  text-align: right;
  border: 1px solid #9bc19c;
  color: #3f9c44;
  background: #f5fff6;
  border-radius: 5px;
  padding: 7px;
  font-weight: bold;
  margin: 3px;
}

#basket_total_box .payment_method .payment label{
  margin:0px;
}
#basket_total_box .payment_method .payment_disabled{
  color:#ccc;
  font-weight: normal;
  background: #fff;
  border: 1px solid #f5f5f5;
}
#basket_total_box .payment_method .payment_disabled b{
  font-weight: normal;
}
#basket_total_box .payment_method .payment input{
  vertical-align: middle;
}

#basket_total_box .total_lbl .left .total_product_price{
   font-size: 20pt;
}
#basket_success{
  background: #fff;
}
#basket_success .h5{
  color: green;
  line-height: 33px;
}

#basket_success .info{
  margin-top: 20px;
  font-size: 12pt; 
  border: 1px solid #ccc;
  padding:10px;
}

#basket_success .info span{
  display: block;
  margin: 10px 0px;
}
.btn-bask-to-shop{ 
  background: rgb(234,195,99);
  background: linear-gradient(180deg, rgba(243,222,169,1) 0%, rgba(234,195,99,1) 100%);
  color: #4c3808;
  font-size: 10pt;
  border:1px solid #a38743;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  padding: 10px 20px;
  
  display: block;
  margin:auto;
  margin-top: 10px;
  width: 200px;
}
.btn-bask-to-shop:hover{
  color: #000;
  text-decoration: none;
}

#footer a{ 
  color: #fff;
  text-decoration: none;
}
#footer{  
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #1e0226;
  color:#fff;
  line-height: 30px; 
}
#footer .foot_logo{
  width: 250px;
  display: block;
  margin: auto;
    max-width: 100%;
}
#footer .social{
  text-align: center;
}
#footer .social a{
  display: inline-block;
  margin: 0px 10px;
}
#footer .social a img{
  width: 40px;
  border-radius: 10px;
}
#footer .text-muted{
  color: #000;
}
#footer h5{
  font-size: 13pt;
  font-weight: bold;
  margin-bottom: 15px;
}
#footer .tel , #footer .email{
  direction: ltr; 
}
@media (max-width: 425px) {
  #footer .foot_logo{
    width: 60%;
  }
  #footer .social a img {
    width: 35px;
    border-radius: 5px;
  }
}

@media (max-width: 768px) {
 
  h4{
    font-size: 13pt;
  }
  h3{
    font-size: 14pt;
  }

.basket_layout{
  width: 100%;
  display: block;
}
  .product_view_layout .article_view_layout{
    width: 95%;
  }

#basket_page .basket_item{   
  line-height:25px; 

}
  #basket_page .basket_item .title{
    font-size: 10pt;
  }
  #basket_page .basket_item .price{
    float: right;
  }
  #basket_page .basket_item .qty{
    float: right;
  }
  #basket_page .basket_item .delete{
    float: right;
  }
  #basket_page .basket_item .total_price{
    font-size:18pt;
  }
 
  #basket_total_box{
    padding:10px;
    margin-right: 0px;
  }
}
 


@media (max-width: 768px) {

  #basket_total_box .total_lbl .left b{
    font-size: 17pt;
  }
  #basket_total_box .total_lbl .left .free_delivery{
    font-size: 14pt;
  }
}

#basket_total_box .total_lbl .left .provider_delivery_fee{
  color: green;
  font-size: 18pt;
}
.sep_0{
  margin-top: 0px;
}
.sep_5{
  margin-top: 5px;
}
.sep_10{
  margin-top: 10px;
}
.sep_15{
  margin-top: 15px;
}
.sep_20{
  margin-top: 20px;
}
.sep_25{
  margin-top: 25px;
}
.sep_30{
  margin-top: 30px;
}
.sep_35{
  margin-top: 35px;
}
.sep_40{
  margin-top: 40px;
}
.sep_45{
  margin-top: 45px;
}
.sep_50{
  margin-top: 50px;
}
.widget_20 img{
  width: 100%;
}
.widget_20 .col-12{
  padding: 0px;
}
.widget_20 .col-12:first-child{
  padding-left: 5px;
}
.widget_20 .col-12:last-child{
  padding-right: 5px;
}


#content {
  width: 100%;
  min-height: 100vh;
  position: relative;
  transition: all 0.3s; 
  top: 100px; 
}

@media (max-width: 991px) {
  #content{
    top:150px;
  }
}

@media (max-width: 768px){
  #content{
    top:140px;
  }
}

@media (max-width: 560px){
  #content{
    top:120px;
  }
}
.gaps{
  display: block;
  padding-bottom: 200px;
}