

/* Start:/local/templates/.default/components/bitrix/sale.basket.basket/basket.mm/style.css?177988424812786*/
main
{
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 768px) 
{
    #page-footer
    {
        padding-bottom: calc(7px + 52px + 59px);
    }
}

.content-container.empty-cart
{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;

    height: 100%;
}

.cart-content-wrapper
{
    max-width: max-content;
    margin: 0 auto;

    flex-grow: 1;

    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.cart-avatar
{
    width: 252px;
}
@media screen and (max-width: 992px)
{
    .cart-avatar
    {
        width: 323px;    
    }
}
@media screen and (max-width: 567px)
{   
    .cart-avatar
    {
        width: 100%;
        max-width: 290px;  
        margin: 0 auto;
    }
}

.empty-cart-text
{
    margin-top: 35px;

    color: #202020;
}
@media screen and (max-width: 1200px)
{
    .empty-cart-text
    {
        margin-top: 20px;
    }
}
@media screen and (max-width: 992px)
{
    .empty-cart-text
    {
        margin-top: 40px;
    }
}

.cart-catalog-button
{
    margin-top: 80px;
    display: block;
}
@media screen and (max-width: 1200px)
{
    .cart-catalog-button
    {
        margin-top: 50px;
    }
}
@media screen and (max-width: 992px)
{
    .cart-catalog-button.mint-btn
    {
        margin-top: 30px;

        padding-top: 18px; 
        padding-bottom: 18px; 

        max-width: 228px;
    }
}

/* cart with coins */
.cart-items-wrapper
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;

    position: relative;

    width: 100%;
}
@media screen and (max-width: 768px)
{
    .cart-items-wrapper
    {
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }    
}

.coins-list
{
    width: 100%;
}

.coin-item
{
    margin-bottom: 51px;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;

    width: 100%;
}
.coins-list .coin-item:last-child
{
    margin-bottom: 0;
}
@media screen and (max-width: 768px)
{
    .coin-item
    {
        border: 1px solid #C3CACF;
        border-radius: 5px;

        padding: 13px 12px;

        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.coin-image__text-wrapper
{
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 768px)
{
    .coin-image__text-wrapper
    {
        margin-bottom: 50px;
        align-items: center;
    }
}

.coin-item__image
{
    width: 100%;
    height: 100%;
    max-width: 103px;
    max-height: 103px;

    margin-right: 23px;
    object-fit: contain;
}
@media screen and (max-width: 992px) 
{
    .coin-item__image
    {
        max-width: 100px;
        max-height: 100px;
    }
}
@media screen and (max-width: 768px)
{
    .coin-item__image
    {
        margin-right: 11px;
    }
}

.coin-item__name-wrapper
{
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-start;

    max-width: 520px;
}

.coin-item__name
{
    font-weight: normal;

    color: #202020;
}
@media screen and (max-width: 1400px) 
{
    .coin-item__name
    {
        max-width: 430px;
    }
}
@media screen and (max-width: 1200px)
{
    .coin-item__name
    {
        max-width: 342px;
    }
}
@media screen and (max-width: 992px)
{
    .coin-item__name
    {
        max-width: 342px;
        margin-right: 22px;
    }
}
@media screen and (max-width: 768px)
{
    .coin-item__name
    {
        max-width: 100%;
        margin-right: 0;
    }
}

.delete-from-cart
{
    margin-top: 20px;

    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;

    letter-spacing: 0.002em;

    color: #777777;
}
.delete-from-cart.mobile
{
    display: none;
}
.delete-from-cart.mobile img
{
    width: 20px;
}
@media screen and (max-width: 768px)
{
    .delete-from-cart
    {
        display: none;
    }

    .delete-from-cart.mobile
    {
        display: block;
        margin-top: 0;
    }
}

.price-quantity-wrapper
{
    width: 100%;
    max-width: 102px;
}
@media screen and (max-width: 768px)
{
    .price-quantity-wrapper
    {
        display: flex;
        flex-flow: row-reverse nowrap;
        justify-content: space-between;
        align-items: center;

        max-width: 100%;

        padding-left: 13px;
    }
}

.coin-prices
{
    padding-left: 10px;
}
@media screen and (max-width: 768px)
{
    .coin-prices
    {
        padding-left: 0;
    }
}

.coin-item__old-price
{
    position: relative;

    font-family: "RF Dewi", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;

    letter-spacing: 0.002em;

    color: #777777;

    max-width: max-content;
}
.coin-item__old-price::before
{
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 100%;
    height: 1px;

    background-color: #777777;
}

.coin-item__actual-price
{
    font-family: "RF Dewi", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;

    letter-spacing: 0.002em;

    color: #202020;
    white-space: nowrap;
}

.coin-item__quantity-wrapper
{
    margin-top: 12px;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;

    background: #EBEBEB;
    border-radius: 3px;

    padding: 3px 2px;

    border: 1px solid transparent;

    transition: border .3s;
}
.coin-item__quantity-wrapper.invalid
{
    border: 1px solid red;
}
@media screen and (max-width: 768px) 
{
    .coin-item__quantity-wrapper
    {
        margin-top: 0;
    }    
}

.quantity-change-btn
{
    background: #FFFFFF;
    border-radius: 3px;

    width: 30px;
    height: 27px;

    display: flex;
    justify-content: center;
    align-items: center;

    transition: background-color .3s;
}

.quantity-change-btn[disabled]
{
    background-color: transparent;
}

.quantity-value
{
    font-family: "RF Dewi", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;

    color: #000000;

    text-align: center;

    display: block;

    /* background-color: #fff; */
    background-color: transparent;
    max-width: 30px;
    width: 100%;
}

.quantity-value::-webkit-outer-spin-button,
.quantity-value::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
    -moz-appearance: textfield;
}

.quantity-value:hover,
.quantity-value:focus {
  -moz-appearance: number-input;
}

/* cart right side */
.cart-summary-wrapper
{
    width: 100%;
    max-width: 420px;
    margin-left: 30px;

    position: sticky;
    top: 120px;
}

.cart-summary-wrapper.stiky-summary
{
    position: sticky;
    top: 170px;
}

@media screen and (max-width: 1400px) 
{
    .cart-summary-wrapper
    {
        max-width: 360px;
    }
}
@media screen and (max-width: 1200px) 
{
    .cart-summary-wrapper
    {
        max-width: 304px;
        margin-left: 25px;
    }
}
@media screen and (max-width: 992px)
{
    .cart-summary-wrapper
    {
        max-width: 288px;
        margin-left: 20px;
    }

    .cart-summary-wrapper.stiky-summary
    {
        top: 155px;
    }
}
@media screen and (max-width: 768px)
{
    .cart-summary-wrapper
    {
        max-width: 100%;
        margin-left: 0;

        margin-top: 30px;
    }
}

.clear-cart
{
    margin-left: auto;

    font-family: "RF Dewi", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;

    text-align: center;

    color: #777777;
}

.cart-summary
{
    margin-top: 14px;

    background: #E9ECEE;
    border-radius: 4px;

    padding: 15px 20px 20px 20px;
}

.cart-summary-text
{
    font-family: "RF Dewi";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;

    letter-spacing: 0.002em;

    color: #556871;

    padding-bottom: 13px;
    border-bottom: 1px solid #9D9D9D;

    margin-bottom: 15px;
}
@media screen and (max-width: 768px)
{
    .cart-summary-text
    {
        margin-bottom: 19px;
    }
}

.order-btn-summ-wrapper
{
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 768px)
{
    .order-btn-summ-wrapper
    {
        flex-flow: row nowrap;

        position: fixed;
        bottom: 52px;
        left: 0;
        width: 100%;

        background-color: #E9ECEEff;
        z-index: 3;

        padding: 9px 20px;
    }
}
@media screen and (max-width: 370px)
{
    .order-btn-summ-wrapper
    {
        bottom: 47px;

        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: center;
    }
}

.cart-total-price-wrapper
{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-end;

    margin-bottom: 27px;
}
@media screen and (max-width: 768px)
{
    .cart-total-price-wrapper
    {
        margin-bottom: 0;
        width: max-content;
    }
}
@media screen and (max-width: 370px)
{
    .cart-total-price-wrapper
    {
        margin-bottom: 10px;
    }
}

.cart-total-price__name
{
    font-family: "RF Dewi", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    
    color: #000000;
}
@media screen and (max-width: 768px)
{
    .cart-total-price__name
    {
        margin-right: 8px;
    }
}

.cart-total-price__value
{
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;

    position: relative;
    color: #000000;

    white-space: nowrap;

    --loader-size: 16px;
    --padding: 20px;
    padding-left: var(--padding);
}

.cart-total-price__value::before{
    content: '';
    display: block;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    width: var(--loader-size);
    height: var(--loader-size);
    background-position: center;
    background-size: cover;
    background-image: url(/upload/mm_upload/icons/loading.svg);
    visibility: hidden;
    animation: rotate-ajax-loading 2s linear infinite ;
}
.mm-loading-ajax .cart-total-price__value::before {
    visibility: visible;
}
@keyframes rotate-ajax-loading {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }
    50% {
        transform: translateY(-50%) rotate(180deg);
    }
    100% {
        transform: translateY(-50%) rotate(360deg);
    }
}

@media screen and (max-width: 768px)
{
    .cart-total-price__name,
    .cart-total-price__value
    {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;

        letter-spacing: 0.2px;
    }
    .cart-total-price__value {
        padding-left: 0;
        padding-right: var(--padding);
    }
    .cart-total-price__value::before {
        left: unset;
        right: 0;
    } 
}

.cart-proceed-btn.mobile
{
    display: none;

    padding: 8px 30px;
    min-width: unset;
    width: max-content;

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
}
@media screen and (max-width: 768px)
{
    .cart-proceed-btn.desktop
    {
        display: none;
    }
    .cart-proceed-btn.mobile
    {
        display: block;
    }
}

.other-pages-links
{
    margin-top: 28px;
}

.other-page-links__link
{
    display: block;
    position: relative;

    padding-left: calc(25px + 22px);

    margin-bottom: 19px;

    font-family: "RF Dewi Seminold", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;

    text-align: center;

    color: #777777;

    max-width: max-content;

    transition: color .3s;
}
.other-pages-links .other-page-links__link:last-child
{
    margin-bottom: 0;
}
@media screen and (min-width: 769px)
{
    .other-page-links__link:hover
    {
        color: var(--gold-color);
    }    
}

.other-page-links__link::before
{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 25px;
    height: 25px;

    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.delivery-detail::before
{
    background-image: url("/upload/mm_upload/icons/cart/delivery-detail.svg");
}
.payment-detail::before
{
    background-image: url("/upload/mm_upload/icons/cart/payment-detail.svg");
}
.sell-rules::before
{
    background-image: url("/upload/mm_upload/icons/cart/sell-rules.svg");
}
/* End */


/* Start:/local/templates/.default/components/bitrix/sale.basket.basket/basket.mm/themes/green/style.min.css?17798842487633*/
.bx_ordercart.bx_green .bx_ordercart_order_pay_center .checkout{background:#99d23e;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5ZDIzZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2M2FhMjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#99d23e),color-stop(100%,#63aa28));background:-webkit-linear-gradient(top,#99d23e 0,#63aa28 100%);background:-moz-linear-gradient(top,#99d23e 0,#63aa28 100%);background:-ms-linear-gradient(top,#99d23e 0,#63aa28 100%);background:-o-linear-gradient(top,#99d23e 0,#63aa28 100%);background:linear-gradient(to bottom,#99d23e 0,#63aa28 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#99d23e',endColorstr='#63aa28',GradientType=0);color:#fff;text-shadow:0 1px 0 #0075b6}.bx_ordercart.bx_green .bx_ordercart_order_pay_center .checkout:hover{background:#a8d95b;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E4ZDk1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YWI3NDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#a8d95b),color-stop(100%,#7ab748));background:-webkit-linear-gradient(top,#a8d95b 0,#7ab748 100%);background:-moz-linear-gradient(top,#a8d95b 0,#7ab748 100%);background:-ms-linear-gradient(top,#a8d95b 0,#7ab748 100%);background:-o-linear-gradient(top,#a8d95b 0,#7ab748 100%);background:linear-gradient(to bottom,#a8d95b 0,#7ab748 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8d95b',endColorstr='#7ab748',GradientType=0)}.bx_ordercart.bx_green .bx_ordercart_order_pay_center .checkout:active{background:#63aa28;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzYWEyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZmIzMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#63aa28),color-stop(100%,#6fb32d));background:-webkit-linear-gradient(top,#63aa28 0,#6fb32d 100%);background:-moz-linear-gradient(top,#63aa28 0,#6fb32d 100%);background:-ms-linear-gradient(top,#63aa28 0,#6fb32d 100%);background:-o-linear-gradient(top,#63aa28 0,#6fb32d 100%);background:linear-gradient(to bottom,#63aa28 0,#6fb32d 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63aa28',endColorstr='#6fb32d',GradientType=0)}.bx_ordercart.bx_green .bx_bt_button{background:#99d23e;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#99d23e 0,#63aa28 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#99d23e),color-stop(100%,#63aa28));background:-webkit-linear-gradient(top,#99d23e 0,#63aa28 100%);background:-o-linear-gradient(top,#99d23e 0,#63aa28 100%);background:-ms-linear-gradient(top,#99d23e 0,#63aa28 100%);background:linear-gradient(to bottom,#99d23e 0,#63aa28 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#99d23e',endColorstr='#63aa28',GradientType=0);color:#fff;text-shadow:0 1px 0 #5d8634}.bx_ordercart.bx_green .bx_bt_button:hover{background:#a8d95b;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#a8d95b 0,#7ab748 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#a8d95b),color-stop(100%,#7ab748));background:-webkit-linear-gradient(top,#a8d95b 0,#7ab748 100%);background:-o-linear-gradient(top,#a8d95b 0,#7ab748 100%);background:-ms-linear-gradient(top,#a8d95b 0,#7ab748 100%);background:linear-gradient(to bottom,#a8d95b 0,#7ab748 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8d95b',endColorstr='#7ab748',GradientType=0)}.bx_ordercart.bx_green .bx_bt_button:active{box-shadow:none;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod�EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#63aa28 0,#6fb32d 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#63aa28),color-stop(100%,#6fb32d));background:-webkit-linear-gradient(top,#63aa28 0,#6fb32d 100%);background:-o-linear-gradient(top,#63aa28 0,#6fb32d 100%);background:-ms-linear-gradient(top,#63aa28 0,#6fb32d 100%);background:linear-gradient(to bottom,#63aa28 0,#6fb32d 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#63aa28',endColorstr='#6fb32d',GradientType=0)}.bx_ordercart.bx_green .bx_item_detail_size_small_noadaptive ul li .cnt{border:1px solid #74af40}.bx_ordercart.bx_green .bx_item_detail_size_small_noadaptive ul li:hover .cnt{border:1px solid #5d9729}.bx_ordercart.bx_green .bx_item_detail_size_small_noadaptive ul li:active .cnt,.bx_ordercart.bx_green .bx_item_detail_size_small_noadaptive ul li.bx_active .cnt{border:2px solid #5d9729}.bx-retina .bx_ordercart.bx_green .bx_item_detail_size_small_noadaptive ul li.bx_active .cnt{-webkit-border-image:url(/local/templates/.default/components/bitrix/sale.basket.basket/basket.mm/themes/green/images/x2border_active.png) 2 stretch;-moz-border-image:url(/local/templates/.default/components/bitrix/sale.basket.basket/basket.mm/themes/green/images/x2border_active.png) 2 stretch;-o-border-image:url(/local/templates/.default/components/bitrix/sale.basket.basket/basket.mm/themes/green/images/x2border_active.png) 2 stretch;border-image:url(/local/templates/.default/components/bitrix/sale.basket.basket/basket.mm/themes/green/images/x2border_active.png) 2 fill stretch}.bx_ordercart.bx_green .bx_item_detail_scu_small_noadaptive .bx_scu ul li .cnt{border:1px solid #74af40}.bx_ordercart.bx_green .bx_item_detail_scu_small_noadaptive .bx_scu ul li:hover .cnt{border:1px solid #5d9729}.bx_ordercart.bx_green .bx_item_detail_scu_small_noadaptive .bx_scu ul li:active .cnt,.bx_ordercart.bx_green .bx_item_detail_scu_small_noadaptive .bx_scu ul li.bx_active .cnt{border:2px solid #5d9729}.bx-retina .bx_ordercart.bx_green .bx_item_detail_scu_small_noadaptive .bx_scu ul li.bx_active .cnt{-webkit-border-image:url(/local/templates/.default/components/bitrix/sale.basket.basket/basket.mm/themes/green/images/x2border_active.png) 2 stretch;-moz-border-image:url(/local/templates/.default/components/bitrix/sale.basket.basket/basket.mm/themes/green/images/x2border_active.png) 2 stretch;-o-border-image:url(/local/templates/.default/components/bitrix/sale.basket.basket/basket.mm/themes/green/images/x2border_active.png) 2 stretch;border-image:url(/local/templates/.default/components/bitrix/sale.basket.basket/basket.mm/themes/green/images/x2border_active.png) 2 fill stretch}
/* End */
/* /local/templates/.default/components/bitrix/sale.basket.basket/basket.mm/style.css?177988424812786 */
/* /local/templates/.default/components/bitrix/sale.basket.basket/basket.mm/themes/green/style.min.css?17798842487633 */
