.lang-item__link {
    border: none;
    outline: none;
}
.lang-item__link:not('.active') {
    cursor: pointer;
}
.catalog-item__preorder {
    color: #ff703f;
    font-family: "Roboto",sans-serif
}
.catalog-item__outstock {
    color: #ff1d1d;
    font-family: "Roboto",sans-serif
}
.product-outstock {
    color: #ff1d1d;
}
.product-preorder {
    color: #ff703f;
}
.catalog-item__label.gray {
    background-color: #9f9f9f;
}
.link-load {
    font-weight: 600;
    color: #ff703f;
    font-family: "Oswald",sans-serif;
    text-transform: uppercase;
    position: relative;
    padding-right: 1.875rem;
    letter-spacing: .02rem;
    background: none;
    border:none;
    outline: none;
}
.text-center .link-load {
    margin-right: -1.875rem;
}
.link-load svg {
    position: absolute;
    right: 0;
    top: calc(50% - 0.4375rem);
    width: 0.875rem;
    height: 0.875rem;
    fill: currentColor;
    -webkit-transition: -webkit-animation .3s linear;
    transition: -webkit-animation .3s linear;
    -o-transition: animation .3s linear;
    transition: animation .3s linear;
    transition: animation .3s linear, -webkit-animation .3s linear;
}
.link-load:hover {
    color: #313131;
}
.link-load:hover svg {
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
.product-link, .product-buttons__links a {
    text-transform: uppercase;
}

/* advants block */
.problems-item.align-center {
    flex-direction: column;
    align-items: center;
    
}
.problems-item.align-center .problems-item__image {
    margin-right: 0;  
    margin-bottom: 1.875rem;
}
.problems-item .adv-text {
    font-weight: normal;
    font-size: 1rem;
    margin-top: 1rem;
}

.account-nav-item__link.active {
    color: #fff;
    background-color: #313131;
}

/* popap product added */
.top-cart {
    transition: opacity 0.2s ease;
}
.popup-added__left {
    text-align: center;
}
.modal-content .popup-added__left {
    padding: 1.5rem 0;
}
.modal-content .form-control {
    border: 1px solid #eee;
}
.modal-content .has-error .form-control {
    border-color: red;
}
.products-item__title {
    font-weight: 500;
    font-size: 1.5rem;
    color: #313131;
    text-transform: uppercase;
    letter-spacing: .02em;
    text-align: center;
}
.products-item__btns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    max-width: 350px;
    margin: 1.5rem auto 0;
}
/* pagination */
.page-link {
    color: #154289;
}
.page-item.active .page-link {
    background-color: #154289;
    border-color: #154289;
}

/* simplecheckout */
.table-cart .column-price {
    min-width: 130px;
}
.col--main .simplecheckout-block .title {
    margin-top: 3.75rem;
}
.col--main .simplecheckout-block:first-child .title {
    margin-top: -0.625rem;
}

.cart-empty p {
    margin-bottom: 1rem;
}
.simplecheckout-button-block {
    padding: 0 !important;
}
.row-customer_telephone, #simplecheckout_shipping_address .form-col {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.form-row .alert {
    margin-bottom: 0;
}
.simpleregister-have-account, .info-p {
    margin-bottom: 2rem;
}
.simple-heading {
    flex: 1 1 100%;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.simple-heading:first-child {
    margin-top: 0;
}
.rows-content {
    margin-bottom: 2rem;
}
.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.flex-column {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.flex-column-inline {
    display: inline-flex;
    flex-direction: column;
    gap: 1rem;
}
.flex-align-items-center {
    align-items: center;
}
.flex-justify-content-center {
    justify-content: center;
}

#agreement_checkboxes + .col-12 {
    padding: 0 !important;
    flex: 1 1 100%;
    max-width: 100%;
}

.text-contact .social__item--tg svg {
    width: 12px;
    height: 16px;
    margin: 2px 4px;
}
.coupon-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 575px) {
    .table-cart td {
        width: 33.3333%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .table-cart td.column-price {
        justify-content: center;
    }
    .table-cart td.table-cart__action, .table-cart td.table-cart__price {
        justify-content: flex-end;
    }
    .coupon-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }

}
@media screen and (max-width: 479px) { 
    .table-cart td.column-price {
        display: none;
    }
    .table-cart td {
        width: 50%;
    }
}

.content .select2-container--bootstrap .select2-selection--single {
    display: block;
    padding: 0.9375rem 1.25rem;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 0.75rem;
    height: 3.75rem;
    width: 100%;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    color: #515151;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.content  .select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
    line-height: 1.8;
}

.slider-main .media-img {
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
}
.slider-main .media-img:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(17, 30, 65, .6);
    z-index: 0;
}
.slider-main .media-img img {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    min-height: 100%;
}
