
.flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.block-hide{
display:none !important;
}
/*Модальное окно добавления в корзину*/
.uplite_jshop-title {
    color: #14193a;
    font-family: Museo;
    font-size: 14px;
}
.uplite_jshop-wrap {
    margin: 0 auto;
    padding: 20px;
    width: 202px;
    border-radius: 10px;
    background-color: rgb(239 235 233 / 30%);
    box-sizing: border-box;  
}
.cart_count_product {
   color: #14193a;
   font-family: Museo;
   font-size: 13px;
   font-weight: 400;
}
.cart_count_product span {
   font-weight: bold;
}
.cart_price_product  span {
   font-weight: bold;
}
.cart_price_product {
    color: #14193a;
   font-family: Museo;
   font-size: 13px;
   font-weight: 400;
}
.bold {
    font-weight: bold
}
.remodal-confirm {
   border-radius: 20px;
   background-color: #14193a;
   width: 160px;
   box-sizing: border-box;
   font-family: Museo;
    font-size: 13px;
    margin: 0 0 0 20px!important;
}
.remodal-cancel {
   opacity: 0.7;
    color: #14193a;
    font-family: Museo;
    font-size: 13px;
    font-weight: 400;
    background: 0;
}
/*-------------------*/

/*-------Промокод------------*/
.uplite_jshop_module_cart .cart_block_discount .title_block {
    color: #14193a;
    font-family: Museo;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
    display: block;
}
.uplite_jshop_module_cart .cart_block_discount .discount_input {

}
.uplite_jshop_module_cart .cart_block_discount input.rabbat_input {
   width: 100%;
    box-sizing: border-box;
    padding: 15px;
    border-bottom: 2px solid #a1887f;
    border-left: 2px solid #eee;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    box-shadow: unset !important;
    border-radius: 0 !important;
    background: #F8F8F8;
}
.uplite_jshop_module_cart .cart_block_discount input.rabbat_btn {
   
}
/*-------------------*/

/*-------Сопутствующие товары------------*/
.uplite_jshop_module_cart .cart_product_related .title_block {
    color: #14193a;
    font-family: Museo;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px;
    display: block;
}
.cart_product_related .product_item {
    padding: 0 !important;
}
.cart_product_related .product_item .button_buy {
display: inline-block;
    background: #14193a;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    padding: 4px 13px;
}
.cart_product_related .product_info {
    margin: 0 0 10px 10px !important;
}
/*-------------------*/

.uplite_jshop_module_cart .cart_head{

   cursor: pointer;
}
.uplite_jshop_module_cart .cart-detail  {
   /*opacity: 0;*/
   display:none!important;
   position: absolute;
   width: 260px;
   box-shadow: 0 17px 33px rgb(93 92 93 / 11%);
   border-radius: 5px;
   box-sizing: border-box;
   background-color: #ffffff;
   margin: 10px 0 0 0;
   z-index: 2;
}

.uplite_jshop_module_cart .cart-detail.cart-detail-open {
    /*opacity: 1;*/
	display:block!important;
    visibility: visible;
    position: absolute;
    transform: translateY(0px);
    transition: all 240ms cubic-bezier(.34,1.61,.7,1);
    z-index: 2;
    right:0;
}

.uplite_jshop_module_cart .cart-left-block {
   align-items: center;
}
.uplite_jshop_module_cart .cart-ico-arrow {

}

.uplite_jshop_module_cart .add-prod-icon {
    color: #14193a;
    font-family: Museo;
    font-size: 13px;
    font-weight: 400;
    padding: 35px 25px 25px;
    box-sizing: border-box;
    text-align: center;
}
.uplite_jshop_module_cart .add-prod-icon:before {
   content: '';
   width: 30px;
   height: 29px;
   display: block;
   background: url(../images/box.png);
   margin: 0 auto 10px auto;
}
.module_cart_detail .product_item {
   position: relative;
   display:flex;
   flex-wrap: nowrap;
   padding: 10px 0px 25px 0px;
   border-bottom: 1px solid #efebe9;
}
.uplite_jshop_module_cart .price_product {
   color: #14193a;
   font-family: Museo;
   font-size: 13px;
   font-weight: 700;
}
.uplite_jshop_module_cart .delete_product {
    bottom: 0;
    cursor: pointer;
    color: #14193a;
    font-family: Museobold;
    font-size: 13px;
}
.uplite_jshop_module_cart .product_counter {
   display: flex;
   flex-wrap: wrap;
   border-radius: 8px;
   border: 1px solid #efebe9;
   background-color: #faf9f8;
   box-sizing: border-box;
   line-height: 1;
}
.uplite_jshop_module_cart .count_prod {
   border: 0;
    background: #faf9f8;
    padding: 0;
    text-align: center;
    margin: 0;
    color: #14193a;
    font-family: Museo;
    font-size: 13px;
    font-weight: 400;
    width: 15px;
    height: 13px;
    box-shadow: none;
   vertical-align: text-top!important;
}
.uplite_jshop_module_cart .count_product, .uplite_jshop_module_cart .cart_price_discount, .uplite_jshop_module_cart .cart_price_total{
   color: #14193a;
   font-family: Museo;
   font-size: 13px;
   font-weight: 400;
}
.uplite_jshop_module_cart .count_product span, .uplite_jshop_module_cart .cart_price_discount span, .uplite_jshop_module_cart .cart_price_total span {
   font-weight: 700;
}
.uplite_jshop_module_cart .uplite-minus img {
    width: 5px;
}
.uplite_jshop_module_cart .uplite-minus {
    width: 15px;
    height: 16px;
    cursor: pointer;
    text-align: center;
}
.uplite_jshop_module_cart .uplite-plus img {
    width: 5px;
    height: 5px;
}
.uplite_jshop_module_cart .uplite-plus {
    width: 15px;
    height: 16px;
    cursor: pointer;
    text-align: center;
}
.uplite_jshop_module_cart .button-order {
    width: 160px;
    height: 40px;
    border-radius: 20px;
    background-color: #14193a;
    border: 0;
    color: #ffffff;
    font-family: Museo;
    font-size: 13px;
    font-weight: 700;
    margin: 15px auto 0px auto;
    text-align: center;
    display: block;
}
#g-header .uplite_jshop_module_cart .button-cart_del {
       opacity: 0.7;
    color: #14193a;
    font-family: Museo;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    display: block;
    margin: 10px 0 10px 0;
}
.uplite_jshop_module_cart .cart_footer {
   border-bottom: 1px solid #efebe9;
    padding: 15px 0;
}
.count_price_product{
   justify-content: space-between;
   padding: 5px 0 0 0;
}
.uplite_jshop_module_cart  .cart_footer h4 {
   color: #14193a;
   font-family: Museo;
   font-size: 14px;
   font-weight: 700;
   margin: 0;
}
.uplite_jshop_module_cart .product_img{
    width: 70px;
    height: 70px;
}
#g-header .uplite_jshop_module_cart .product_info .name a {
   width: 145px;
    overflow: hidden;
    display: block;
    color: #14193a;
   font-family: Museo;
   font-size: 13px;
   font-weight: 400;
}
.uplite_jshop_module_cart .footer-count_product {
   text-align: left;
   padding: 10px 0 0px 0;
}
.uplite_jshop_module_cart .footer-count_product span {
  font-weight: 700;
}
.uplite_jshop_module_cart .footer-price_product {
   font-weight: 400;
   text-align: center;
}
.uplite_jshop_module_cart .footer-price_product span{
   font-weight: 700;
}

.modal_message {
   color: #14193a;
   font-family: Museo;
   font-size: 13px;
   font-weight: 400;
}
.uplite_jshop_module_cart .cart_img {
    display: block;
    float: right;
    height: 30px;
    width: 33px;
    padding: 3px 0 0 15px;
    background: url(../images/basket_ajax.png);
    font-size: 9px;
    text-align: center;
    font-family: 'Opensansbold';
    color: #FFF;
}
.uplite_jshop_module_cart .product_img img {
   max-width: 100%;
   display: block;
}
.uplite-help-info{
display:block;
 border: 1px solid #dfe7f5;
    border-radius: 10px;
    padding: 15px;
    background: #f9f9f9;
}
.wt_jshop_favorite_module span.digit {
    display: inline-block;
    background-color: #14193a !important;
    text-shadow: none;
    position: relative !important;
    white-space: nowrap;
    float: none;
    font-family: 'Museobold';
    text-transform: uppercase;
    font-size: 0.7em;
    padding-right: 9px;
    padding-left: 9px;
    left: 10px !important;
}
.wt_jshop_favorite_module .fa.fa-heart{
    color: #1e1e1e;}
#g-header a.wt_jshop_favorite_module{vertical-align: top;margin-top: 7px;}
.uplite_jshop_module_cart{    padding: 7px 25px 7px 0px;position: relative;}

.cart_info .price_product,.cart-ico-arrow{display: none;}
.uplite_jshop_module_cart .product_info {
   margin: 0 0 0 10px;
   text-align:left;
}
.cart_block_discount input.inputbox{
width:auto;
margin-bottom:10px;
}
.modal_message_close{
color: #005e8d;
cursor:pointer;
}
.cart_product_related{
margin-top:20px;
}
.cart_product_related .product_item{
/*border-bottom: 1px solid #efebe9;*/
margin-bottom:10px;
}
.cart_product_related .product_img{
    width: 40px;
    height: 40px;
}

.cart_product_related .product_info .name a {
    width: 105px;  
    display: block;
    color: #14193a;
    font-family: Museo;
    font-size: 13px;
    font-weight: 400;
}
.cart_product_related .price_product{
font-weight: 700;
}
.cart_block_discount.promo{
margin-top:20px;
}
.popup {
    display: none;
}
.popup.active {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 1000000000;
    left: 0;
}
.popup .container_popup {
    width: 350px;
    min-height: 200px;
    padding: 20px;
    background-color: white;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    position: absolute;
    gap: 25px;
}
.popup .container_popup > div {
    text-align: center;
}
.popup .container_popup .main{
    font-size: 24px;
    font-weight: bold;
}
.popup .container_popup .main{
    font-size: 18px;
    font-weight: bold;
}
.popup .container_popup .close {
    color: #000000;
    position: absolute;
    top: 20px;
    right: 20px;
}
.popup .content_wrapper {
    max-width: 100%;
}
.popup .content_wrapper input {
    max-width: 100%;
    height: 30px;
    display: flex;
    justify-content: left;
    align-items: center;
    width: calc(100% - 15px);
    padding: 5px 0 5px 15px;
}
.btn.button.LoginSubmit {
    padding: 5px 15px;
}
.codeInput {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: 1px #c0c0c0 solid;
    font-weight: bold;
    font-size: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.codesLine {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
a.logout{display: inline-block;}
a.logout{vertical-align: top; margin-top: 10px;}
a.logout img{width:25px;}
a.cabinet{display: inline-block;}
a.cabinet{vertical-align: top; margin-top: 10px;}
a.cabinet img{width:25px;}
.registerpopup .rows{
    position: relative;
}
.registerpopup #birthday_btn {
    position: absolute;
    right: 8px;
    top: 9px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.registerpopup .field-calendar {
    width: 100%;
}
#g-header .registerpopup a.js-btn {
    color: #000000;
}
.rows.bithday_row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 20px;
}
.rows.bithday_row > div {
    width: calc((100% - 38px) / 3);

}
.phonecode {
    height: 42px !important;
    width: 100px;
}