
.mini-cart.search__results {
    display: none;
    box-shadow: 0 0 20px rgba(71, 71, 71, .18);
    border: 0;
    max-height: unset;
    position: absolute;
    top: 30px;
    right: -3px;
    z-index: 20;
    transition: .4s;
}

.search__results {
    max-height: 419px;
    border-radius: 10px;
    width: 612px;
    background-color: #fff;
    border: 1px solid #E1E1E1;
    display: none;
}

.header-cart{
	display: inline-block;
}

.header-cart.header-icons__item {
    position: relative;
}

._icon__curt .head-btn__result{        
    padding-top: 1px;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: rgba(0, 208, 147, 1);    
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    font-weight: 500;
    top: 15px;
    left: 20px;
}


.mini-cart .results__list {
    max-height: 270px;
    overflow-y: auto;
    padding: 0;
}


.mini-cart .results__list__wrap {
    padding: 22px 7px 22px 16px;
}

.search__results.mini-cart  .mini-cart__close {
    height: 24px;
    width: 24px;
    position: relative;
    left: 564px;
    top: 22px;
    cursor: pointer;
}

.header-cart.header-icons__item.active .mini-cart.search__results {
    display: block;
}

.products_cart__list__wrap{ padding-top:12px; }


.products_cart__list__wrap .cart__descr-product .product-name { width: 59.5%; }

.products_cart__list__wrap .cart__item-price { width: 27%; font-size: 16px; color: #0A65FF; }

.cart__item-price .quantity {color: #838383; font-size: 14px; font-weight: 400; display: block;}
.cart__item-price .total {color: #ff8305; font-size: 16px; font-weight: 700; display: block;}

.products_cart__list__wrap .cart__item-delete{ 
    padding-left: 0px; 
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    padding-top: 3px;
}

.products_cart__list__wrap .cart__item {
    padding: 7px 10px 0 26px;
    margin-bottom: 0;   
}

.products_cart__list__wrap .cart__descr-wrap{ padding-top: 16px; padding-left: 3px; }

.products_cart__list__wrap .cart__item-img { width: 100px; height: 100px;}

.products_cart__list__wrap .cart__item-content { margin-left: 40px; }

.products_cart__list__wrap .product-name a {font-size: 16px; line-height: 20px; margin: 0;}


.products_cart__list__wrap .cart__descr-product { display: flex; flex-direction: row; align-items: flex-start; font-weight: 700; }

.products_cart__list__wrap .cart__descr-product .product-name { padding-top: 5px;}

.mini-cart-modal__total .mini-cart__sum-wrap{ display: flex; flex-direction: row; padding-left: 30px; font-size: 18px; color: #262626; text-transform: uppercase;
    font-weight: 500; }

.mini-cart-modal__total { 
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 25px;
    padding: 18px 0;
    border-top: 1px solid #ccc;
    justify-content: space-between; 
}

.cart__order_but{ display: flex; justify-content: space-evenly; align-items: flex-start; flex-direction: column; }

.mini-cart-modal__total .result__results-link,
.mini-cart-modal__total .result__redirect-link
{ 
    background: #00D093; display: block; padding: 17px 10px; border-radius: 10px; color: #fff; text-decoration:none; 
}

.mini-cart-modal__total .result__results-link:hover, 
.mini-cart-modal__total .result__redirect-link:hover
 { 
    background-color: #262626; color: #fff;
}

.mini-cart-modal__total .result__results-link:active,
.mini-cart-modal__total .result__redirect-link:active
 { 
    background: none; color: #262626; border: 1px solid #262626;
}

.cart__order-btn,
.cart__continue
{ 
    background: #00D093; 
    display: block; 
    padding: 17px 20px; 
    border-radius: 10px; 
    color: #fff; 
    text-decoration:none; 
    text-transform: uppercase;
}

.cart__order-btn:hover,
.cart__continue:hover
 { 
    background-color: #262626; color: #fff;
    text-decoration: none;
}

.cart__order-btn:active,
.cart__continue:active
 { 
    background: none; 
    color: #262626; 
    border: 1px solid #262626; 
    padding: 15px 20px;
}

.mini-cart-modal__total .sum{ margin-right: 5px; font-weight: 700;}

.mini-cart-modal__total .result__item-price { font-size:17px; }

.cart-desktop{ display:inline-block;  }


.check-pd {
    padding-left: 35px;
    position: relative;
}

.lk-form__item {
    display: flex;
    flex-direction: column;
    position: relative;
}

.check__label-pd {
    color: #3a3939;
    vertical-align: middle;
    font-family: "NotoSans", sans-serif;
    font-size: 13px;
    line-height: 19px;
    margin-top: 20px;
}

.cart__options {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cart__order-set {
    visibility: visible;
}

.cart__set-title {
    color: #3a3939;
    margin-bottom: 10px;
}

.cart-select {
    position: relative;
    display: block;
    width: fit-content;
}

.cart-select__head{
    position: relative;
    width: 470px;
    height: 45px;
    max-width: 100%;
    border: 1px solid #e1e1e1;
    font-family: "NotoSans", sans-serif;
    font-size: 16px;
    line-height: 26px;
    padding-left: 15px;
    color: #b3b3b3;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.cart-select__list .cart-select__item {
    position: relative;
    padding: 9px 15px;
    cursor: pointer;
    color: #b3b3b3;
    list-style-type: none;
    font-family: "NotoSans", sans-serif;
    font-size: 16px;
    line-height: 26px;
}


#chechout_cart.page_checkout .btn-cart-row{
   display: none;
}

.install_item_order{ width:100%; }



@media (max-width: 768px) {

    .search__results {
        max-height: 500px;        
        width: 350px;        
    }


    .cart__order_but {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: column;
    }

    .cart__order-btn, .cart__continue {    
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    
    .cart-select__head {        
        width: 360px;
        height: 45px;
        max-width: 100%;        
    }


}
