.catalog-column{
    padding: 0.5rem;
}

.catalog-item-container{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 0.5rem;
    height: 100%;
}

/* .catalog-item-container:hover > .card_play {
    opacity: 1;
} */


.catalog-item--image{
    position: relative;
    /* display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    cursor: pointer; */
}

.catalog-item--image img {
    width: 100%;
    position: relative;
    z-index: 1;
    transition: all .2s ease-in-out;
}
  
/* 
  .card_market:hover > img {
    filter: blur(2px) brightness(.3);
    z-index: 4;
  }
  
  .card_market:hover > .card_play {
    opacity: 1;
  }
  
  .card_market svg {
    position: absolute;
    display: block;
    fill: #fff;
    width: 46px;
    height: auto;
    transition: 0.5s;
    z-index: 3;
    transform: scale(0.8);
    opacity: 1;
  } */

.catalog-item--product-labels{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    width: 100%;
}

.product--label-discount{
    width: auto!important;
    margin-right: 0.4rem;
    background-color: #dc2f43;
    display: flex;
    padding: 0;
    margin: 0.4rem 0.1rem;
    position: relative;
    z-index: 1;
    padding: 0.4rem 0.6rem 0.4rem 0;
    display: block;
    width: 100%;
    color: #fff;
    text-align: right;
    white-space: nowrap;
    padding: .3rem .6rem .1rem;
}

.product--label-preorder{
    width: auto!important;
    margin-right: 0.4rem;
    background-color: #20B541;
    display: flex;
    padding: 0;
    margin: 0.4rem 0.1rem;
    position: relative;
    z-index: 1;
    padding: 0.4rem 0.6rem 0.4rem 0;
    display: block;
    width: 100%;
    color: #fff;
    text-align: right;
    white-space: nowrap;
    padding: .3rem .6rem .1rem;
}

.catalog-item--description{
    width: 100%;
    margin: 0;
    padding: 1rem 1rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 5;
    background-color: #232A3E;
    height: 100%;
}

.catalog-item--title{
    /* padding-right: 4rem; */
    /* font-size: 1.8rem; */
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
    text-decoration: none;
}

.catalog-item--price{
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

.catalog-item--price span{
    order: 2;
    /* font-size: 2rem; */
    font-weight: 400;
    line-height: 1.3;
    color: #fff;
    white-space: nowrap;
}

.catalog-item--full-price{
    order: 1;
    font-size: .8em;
    font-weight: 400;
    line-height: 1.3;
    color: #9AA4BF;
    text-decoration-line: line-through;
    white-space: nowrap;
}

.catalog-item--button {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg,rgba(35,42,62,0.9),rgba(35,42,62,0.9));
    z-index: 6;
    opacity: 0;
    transition: opacity 0.4s ease;
    justify-content: center;
    align-items: center;
}

.catalog-item-container :hover > .catalog-item--button {
    opacity: 1;
}


.catalog-item--button-add-cart {
    background-color: #203b6a;
    border-top: 0.2rem solid #006AFF;
    border-bottom: 0.2rem solid #006AFF;
    border-left: none;
    border-right: none;
    padding: 0.2rem 2rem;
    font-weight: 700;
    color: #006AFF;
    letter-spacing: .01em;
    z-index: 10;
    transition: .2s linear;
}

.catalog-item--button-add-cart:active{
    scale: 1.2;
}

.count-qty{
    transition: .2s linear;
}

.count-qty.size{
    scale: 1.2;
}

.catalog-item--button-add-cart:hover{
    background-color: #005BDB;
    border-color: #005BDB;
    color: #fff;
}

.with-icon {
    position: relative;
}

.with-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

h2.with-icon, h2 a.with-icon, .h2 a.with-icon {
    padding: 0 0 0 2.8rem;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

h2.with-icon:before, h2 a.with-icon:before, .h2 a.with-icon:before {
    width: 2.8rem;
    height: 2.8rem;
}

h2.with-icon.icon-title-top-sellers:before, h2 a.with-icon.icon-title-top-sellers:before, .h2 a.with-icon.icon-title-top-sellers:before {
    background: url('/static/img/icon/title_top_sellers.svg') no-repeat center center;
}

.cart {
    /* padding: 20px 40px 30px; */
    color: #ffffff;
}

.cart .cart-list-header {
    height: 25px;
    line-height: 25px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.cart .cart-list-header .cart-list-header-total {
    display: inline-block;
    width: 55%;
}
.cart .cart-list-header .cart-list-header-price {
    display: inline-block;
    width: 25%;
}
.cart .cart-list-header .cart-list-header-quantity {
    display: inline-block;
    width: 18%;
    padding-right: 20px;
}

.cart-product {
    background-color: #f6f6f6;
    border-radius: 4px;
    padding: 20px;
    min-height: 130px;
    margin-bottom: 10px;
}

.cart-product .cart-product-photo {
    left: 20px;
    width: 90px;
    height: 90px;
    background-color: #fff;
}

.cart-product .cart-product-absolute {
    position: absolute;
    top: 20px;
}

.components-photo-center {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.cart-product .cart-product-name {
    font-size: 120%;
    color: #000;
    left: 130px;
    height: 30px;
    line-height: 30px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 36rem;
}

.cart-product .cart-product-price {
    font-size: 120%;
    color: #000;
    right: 170px;
    height: 30px;
    line-height: 30px;
}

.cart-product .cart-product-quantity {
    font-size: 120%;
    color: #000;
    right: 20px;
    height: 30px;
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.cart-product .cart-product-remove {
    color: #999;
    right: 20px;
    top: 65px;
}

.cart-product .cart-product-remove:hover {
    color: #e74b3c;
}

.components-click-able:hover {
    text-decoration: underline;
}

.components-click-able {
    cursor: pointer;
}

.cart-product .cart-product-quantity input {
    padding: 3px;
    width: 45px;
    margin-top: 1px;
    height: 30px;
    text-align: center;
}

.cart-product .cart-product-quantity span {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ddd;
    cursor: pointer;
}

.cart-product .cart-product-quantity span.minus {
    border-right: none;
    border-radius: 7px 0 0 7px;
}

.cart-product .cart-product-quantity span.plus {
    border-left: none;
    border-radius: 0 7px 7px 0;
}

.icon-btn {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    line-height: 1;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.components-shorten-word {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.components-blue-button {
    background-color: #4183d7;
    border: 1px solid #3468ac;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.components-blue-button:hover {
    color: #fff;
    background-color: #446cb3;
    border-color: #36568f;
}

.cart-action-next {
    height: 50px;
    padding: 0 52px;
    margin-left: 30px;
}

.cart .cart-summary {
    margin-top: 10px;
}

.cart .cart-summary-shipping .cart-summary-shipping-options {
    border: 2px solid #ddd;
    border-radius: 3px;
    cursor: pointer;
}

.cart .cart-summary-shipping>span {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 30px;
}



.cart .cart-summary .cart-summary-total , .address .cart-summary .cart-summary-total{
    color: #ddd;
    font-weight: bold;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
    height: 50px;
    line-height: 50px;
}

.cart .cart-summary .cart-summary-total span ,.address .cart-summary .cart-summary-total span{
    font-size: 140%;
}

.cart .text-qty {
    display: none !important;
}

.address .cart-product-quantity , .address .cart-product-remove {
    display: none !important;
}

.address .text-qty {
    display: initial !important;
    top: 5rem;
    font-size: 120%;
    right: 2rem;
    height: 30px;
    line-height: 30px;
}

.address .cart-product-price{
    left: 130px;
    top: 5rem;
}

.address .cart-list-detail{
    max-height: 40vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.address input , .address textarea{
    border-radius: 0.5rem;
}

.sb-limit {
    width: 100%;
    font-size: 0.9em;
    color: #ccc;
    text-align: right;
    line-height: 0.5;
}

@media screen and (max-width: 992px){
    .cart-list-header-price, .cart-list-header-quantity {
        display: none !important
    }

    .cart-product{
        min-height: 150px;
    }

    .cart-product .cart-product-price{
        font-size: 100%;
        color: #000;
        right: 1rem;
        top: 3rem;
        height: 30px;
        line-height: 30px;
    }

    .cart-product .cart-product-quantity {
        font-size: 120%;
        color: #000;
        right: 20px;
        height: 30px;
        line-height: 30px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        top: 5rem;
        height: 30px;
    }

    .cart-product-remove {
        height: 30px;
        top: 7.5rem !important;
    }

    .cart-product .cart-product-photo {
        width: 80px;
        height: 80px;
    }

    .cart-product .cart-product-name{
        left: 105px;
        font-size: 100%;
        width: 9.5rem;
    }

    .main-address{
        flex-direction: column;
    }

    .main-address div{
        width: 100% !important;
    }
 
  }

  @media screen and (max-width: 992px){
    .cart-summary{
        flex-direction: column!important;
    }
    .cart-summary-shipping  {
        width: 100% !important;
    }
  }


.modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0);
}

.modal-body::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(0, 0, 0, 0);
}

.modal-body::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0);
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(0, 0, 0, 0);
}

body::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
}

.cart-list-detail::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0);
}

.cart-list-detail::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(0, 0, 0, 0);
}

.cart-list-detail::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
}