

/* Start:/bitrix/components/alexkova.market/basket.small/templates/fixed/style.css?17453519198978*/
#bxr-basket-row{
    width: 64px;
    font-size: 13px;
    position: fixed;
    top: 250px;
    right: 0;
    z-index: 1030;
}

#bxr-basket-row a,  #bxr-basket-row a:hover, #bxr-basket-row a:visited, #bxr-basket-row a:active{
    text-decoration: none;
}

#bxr-basket-row a.bxr-basket-indicator{
    color: #414141;
    font-size: 14px;
    display: block;
    padding: 0px 10px;
}

#bxr-basket-row a.bxr-basket-indicator .bxr-format-price{
    font-size: 12px;
    font-weight: normal;
}

.bxr-basket-indicator i{
    font-size: 24px;
    font-weight: normal;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

.bxr-basket-indicator i:hover{
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 1);;
}

.bxr-indicator-item-active, .bxr-counter-active{
    background: #F00;
}

.basket-body-container .bxr-helper{
    margin: 0 15px;
}

#bxr-basket-row > div{
    width: 100%;
    position: relative;
    margin: 2px 5px;
    background: #f0f0f0;

    padding: 10px 0;
    /* -webkit-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.2);
     -moz-box-shadow:    0px 5px 15px 0px rgba(50, 50, 50, 0.2);
     box-shadow:         0px 5px 15px 0px rgba(50, 50, 50, 0.2);*/
}

#bxr-basket-row > div > a{
    font-weight: bold;
}

#bxr-basket-row > div:hover{
    -webkit-box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 5px 15px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 5px 15px 0px rgba(50, 50, 50, 0.2);
}

#bxr-basket-row > div:hover .bxr-basket-indicator i{
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow:    none;
}

.basket-body-container .basket-body-title{
    /*padding-bottom: 30px;*/
}

.basket-body-table{
    height: 200px;
    overflow-x: visible;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 20px;
}

#bxr-delay-body, #bxr-basket-body, #bxr-compare-body, #bxr-favor-body {
    position: absolute;
    color: #222;
    padding: 15px 0 15px;
    min-width: 690px;
    right: 64px;
    top: -35px;
    display: none;
    z-index: 1040;
    background: #FEFEFE;
    border: 1px solid #f6f6f6;
    border-right: 5px solid #CCC;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 15px 30px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 15px 30px 0px rgba(50, 50, 50, 0.2);
}

#bxr-favor-body {
    min-width: 400px;
}

#bxr-delay-body{
    min-width: 500px;
}

#bxr-compare-body{
    min-width: 420px;
}

#bxr-basket-popup{
    padding: 15px;
}

#bxr-basket-row > div.active:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -20px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 10px solid #555;
    display: none;
}

#basket-popup-product-image, #basket-popup-product-name, #basket-popup-buttons{
    text-align: center;
}

#basket-popup-product-image > img {
    max-width:360px;
    max-height: 360px;
}

#basket-popup-product-name{
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
}

#basket-popup-buttons a{
    margin-left: 15px;
}

/**************mobile basket*****************/

#bxr-basket-body-mobile, #bxr-delay-body-mobile, #bxr-favor-body-mobile{
    display: none;
}

#bxr-mobile-content{
    position: relative;
}

.bxr-counter-mobile{
    font-size: 24px;
    padding: 8px;
    position: relative;
    z-index: 300;
    background: #e5e9ea;
    display: inline-block;
    min-width: 52px;
    text-align: center;
    cursor: pointer;
    margin-left: 30px;
    float: right;
}

.bxr-counter-mobile > span{
    position: absolute;
    display: none;
    right: -16px;
    top: -16px;
    font-family: Arial;
    font-size: 16px;
    min-width: 32px;
    min-height: 32px;
    border-radius: 32px;
    border: 2px solid #FFF;
    text-align: center;
    padding: 3px;
    z-index: 320;
    background: #FFF;
}

.bxr-counter-mobile > span.bxr-counter-active{
    display: block;
}

#bxr-basket-mobile-container, #bxr-delay-mobile-container, #bxr-favor-mobile-container{
    display: none;
    position: absolute;
    z-index: 999;
    top: 58px;
    right: 0;
    background: #F9F9F9;
    -webkit-box-shadow: 0px 15px 30px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 15px 30px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 15px 30px 0px rgba(50, 50, 50, 0.2);
}

#bxr-basket-mobile-container .basket-body-title, #bxr-delay-mobile-container .basket-body-title{
    background: #F0F0F0;
    display: inline-block;
    padding: 5px 10px;
    width: 100%;
    font-size: 14px;
}

.bxr-basket-compare-title{
    display: none;
}


@media (max-width: 479px) {
    .bxr-counter-mobile{
        font-size: 16px;
        padding: 8px;
        min-width: 40px;
        margin-left: 18px;;
    }

    .bxr-counter-mobile > span{
        right: -14px;
        top: -16px;
        font-size: 14px;
        min-width: 30px;
        min-height: 30px;
        border-radius: 32px;
        padding: 3px;
    }


}

.basket-body-container .basket-body-title-h.bxr-basket-tab {
    font-size: 17px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.basket-body-title-h span.bxr-basket-cnt {
    font-size: 15px;
    font-weight: normal;
    line-height: 17px;
}

.bxr-basket-tab-content {
    display: none;
}

.bxr-basket-tab-content.active {
    display: block;
}

#bxr-favor-mobile-container .basket-image a {
    width: 54px;
    height: 54px;
    display: block;
    margin: 0;
}

#bxr-basket-mobile .basket-body-title-h.bxr-basket-tab {
    cursor: pointer;
    color: #414141;
}

#bxr-basket-mobile .basket-body-title-h {
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    padding-top: 0px;
    color: #fff;
    float: left;
    margin-right: 20px;
    padding: 4px;
}

#bxr-basket-mobile .basket-body-title-h.active {
    color: #fff;
}

#bxr-basket-mobile .basket-body-title-h span.bxr-basket-cnt {
    font-size: 11px;   
}

.basket-body-table {
    margin-bottom: 20px;
}

.basket-action-row .bxr-basket-action {
    float: left;
    margin-left: 10px;
}

.basket-action-row .bxr-basket-add {
    margin: 0 0 0 10px;
    padding: 5px 7px;
    color: #414141;
}

#bxr-favor-mobile-container .basket-action-row .bxr-basket-add {
    padding: 4px 6px;
}

.bxr-basket-favor-delete {
    font-size: 14px;
    padding: 4px 7px;
    color: #AA0000;
}

.basket-action-row .bxr-indicator-item-active {
    color: #414141;
}
/****************************************************************************************************************/
/**************************************************POPUP_UPDATE*************************************************/
/**************************************************************************************************************/
div.popup-window.popup-window-with-titlebar {
    padding: 0;
    border-radius: 6px;
}
div.popup-window.popup-window-with-titlebar .popup-window-titlebar {
    height: 42px;
    background: #59626a;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
div.popup-window.popup-window-with-titlebar .popup-window-titlebar div{
    height: 42px;
    line-height: 42px;
    padding-left: 16px;
    font-size: 16px;
    font-family: "Open Sans";
    color: #fff;    
}
div.popup-window.popup-window-with-titlebar .popup-window-content {
    padding: 0;
    background: transparent;
}
div.popup-window.popup-window-with-titlebar .popup-window-close-icon.popup-window-titlebar-close-icon{
    width: 18px;
    height: 18px;
}
/****************************************************************************************************************/
/**************************************************POPUP_UPDATE*************************************************/
/**************************************************************************************************************/
.min-order-price-notify {
    border: 1px solid rgba(255, 20, 0, 0.13);
    border-radius: 4px;
    padding: 20px;
    margin: 20px;
    margin-bottom: 20px;
    background: #f2dede;
    color: #a94442;
}

.bxr-color-button.bxr-add-order {
    border: 1px solid;
}

.bxr-mobile-all-summ {
    color: #fff;
    margin-right: 10px;
    line-height: 32px;
}

@media (max-width: 767px) {
    .min-order-price-notify {
        margin: 0px;
        margin-bottom: 10px;
    }

    #basket-popup-buttons a {
        display: inline-block;
        margin-left: 0;
    }
    
    .bx-touch #basketPopup a.bxr-color-button {
        display:inline-block;
    }
}

.bxr-bsmall-prop {
    color: #b4b4b4;
}

/* End */
/* /bitrix/components/alexkova.market/basket.small/templates/fixed/style.css?17453519198978 */
