.header__i .dropdown-toggle::after {
    display: none;
}
.common-home {
    font-size: 14px;
}
.phone-info {
    display: flex;
    align-items: center;
}
footer .footer-column:nth-child(4){
    border-right: none;
}
.phone-info {
    display: flex;
    align-items: center;
    padding: 0 !important;
    height: 41px;
}
.tel {
    margin-left: 10px;
}

.common-home .row {
    margin-right: -15px;
    margin-left: -15px;
}
.common-home .container {
    width: 1170px;
}
.common-home .row > * {
    padding-right: 15px;
    padding-left: 15px;
}
.basket-info {
    height: 41px;
}

/* В товаре баннере на главной */
.owl-prev:before, .owl-next:before {
    background-image: url('/image/free-icon-right-arrow-angle.svg');
    content: '';
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.6));
}
/* В товаре баннере на главной */

/* В товаре в галереи */
.mfp-arrow-left:before {
    transform: rotate(180deg);
}
.mfp-arrow::before {
    background-image: url('/image/free-icon-right-arrow-angle.svg');
    content: '';
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.6));
    left: -10px;
}
.mfp-arrow::before, .mfp-arrow::after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    border: none !important;
}
/* В товаре в галереи */

.stock-out-mess {
    padding: 6px;
    background: #ebecec;
    border-radius: 5px;
    margin-top: 15px;
}
/* Убрать на время прелоадер */
#preloader {
    display: none !important;
}
/* Убрать на время прелоадер */
/* Header */
.header {
    z-index: 9;
}
.cart-phone {
    display: none;
}
.header__i > .row > *{
    z-index: 2;
}
.header__i .nav > li > a {
    /*color: white;*/
    text-decoration: none;
}
.header__i .nav > li {
    border: none;
}
.header__i .nav > li.dropdown::after {
    border: none;
}
.phone-info .phone {
    display: none;
}
/*.phone-info .tel {*/
/*    color: white;*/
/*}*/
/*#cart span {*/
/*    background: url('/image/card_mob.svg') center center no-repeat;*/
/*    text-indent: 200px;*/
/*    width: 41px;*/
/*    !*height: 32px;*!*/
/*    text-decoration: none;*/
/*    display: block;*/
/*    padding-top: 11px;*/
/*    font-size: 0;*/
/*    -webkit-background-size: contain;*/
/*    background-size: contain;*/
/*}*/
.header__i a img {
    /*width: 190px;*/
    width: 155px;
}

.right-info {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
/* Header */

/* Product */
.product_wrapper .product__text {
    padding: 15px;
    background: #eceded;
}
.product_wrapper .product__text p {
    margin: 0;
    padding: 0;
}
/* Product */

/* Simple */

.simple-content .quantity .form-control {
    height: 34px;
}
.simple-content .quantity .btn-primary {
    background: #000;
}
#simplecheckout_button_cart, #simplecheckout_button_confirm {
    background: #000;
}
.simplecheckout-button-right.right .btn-primary {
    background: #000;
}
.checkout-simplecheckout .breadcrumb {
    display: none;
}
#cart .badge, .header-menu__item .badge {
    top: 7px;
    left: 24px;
}
/* Simple */

/* Опции товара таблица */
.new-table thead td {
    background: #f05a67;
    color: #fff;
    border: 1px solid;
    height: 36px;
    font-weight: 500;
}
.new-table {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.new-table td, .new-table td label {
    font-size: 12px;
}
.new-table tbody td {
    border: 1px solid #dddee0;
    height: 36px;
}
.product-lippij-modal__btn {
    margin: 3px auto 0 auto;
    font-size: 12px;
}
.product-lippij-modal__content {
    padding: 15px;
}
.lippij-radio span {
    margin: 3px;
}
.size_block {
    padding: 0;
}
.new-table th {
    font-size: 14px;
    padding: 7px;
    font-weight: inherit;
}
/*.product-lippij-modal {*/
/*    position: fixed;*/
/*    display: none;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 99;*/
/*}*/
/* Опции товара таблица */

@media (max-width: 768px) {
    /* Опции товара таблица */
    .product-lippij-modal__header {
        padding: 8px;
    }
    .new-table thead td {
        height: 25px;
    }
    .new-table tbody td {
        height: 25px;
    }
    .new-table td, .new-table td label {
        font-size: 10px;
    }
    .new-table {
        width: 100%;
    }
    .product-lippij-modal__btn {
        margin: 8px auto 8px auto;
        font-size: 10px;
    }
    .product-lippij-modal__content {
        padding: 0;
    }
    .new-table th {
        font-size: 12px;
        font-weight: inherit;
        padding: 3px;
    }
    .product_help_links {
        margin-top: 0;
    }
    .product-lippij-modal__close::after,
    .product-lippij-modal__close::before {
        width: 16px;
        top: 17px;
        left: -18px;
    }
    /* Опции товара таблица */

    /* Product */
    .product_wrapper .product__text p {
        margin: 0;
        padding: 0;
    }
    .product_wrapper .product__text {
        padding: 15px;
    }
    /* Product */
    /* Header */
    #cart-total-custom svg {
        width: 17px;
        color: #000000;
        position: absolute;
        top: 7px;
        right: 2px;
    }
    .mob_head a.mob-logo svg {
        width: 30px;
    }
    .cart-phone {
        display: block;
        position: absolute;
        top: 13px;
        right: 35px;
    }
    .mob_head a svg {
        color: #000000;
        width: 17px;
    }
    .mob-logo {
        position: relative;
        right: 5px;
    }
    .mob_head a {
        line-height: 0;
    }
    .mob_head button {
        line-height: 18px;
    }
    /*.mob_head a {*/
    /*    line-height: 55px !important;*/
    /*    height: 42px;*/
    /*}*/
    #cart .badge, .header-menu__item .badge {
        top: 11px;
        left: 0;
        height: 11px;
        width: 11px;
        font-size: 7px;
        line-height: 10px;
    }
    .mob_head a.pay_btn {
        padding: 16px;
    }
    #quick-checkout {
        position: relative;
        top: 50px;
    }
    #mob_search, #mob_contacts, #mob_catalog {
        display: none;
    }
    .mob_head a img {
        width: 20px;
        height: 20px;
        margin: 12px;
    }
    .mob_head a:nth-of-type(2) {
        margin-left: 0;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
    }
    /* Header */
    .common-home .container {
        width: 100%;
    }
    footer {
        min-height: 280px;
    }
    footer *{
        font-size: 12px;
    }
    footer .container.footer {
        margin-top: 40px;
    }
    footer .footer-column:nth-child(3),
    footer .footer-column:nth-child(4){
        border-right: none;
    }
    footer .footer-column {
        min-height: 0;
    }
    footer .footer-column ul{
        padding-left: 26px;
    }
    footer .footer-column .col-xs-3.col-lg-2 {
        padding: 0;
        display: flex;
        justify-content: center;
    }
    footer .col-sm-3.col-xs-12.footer-column {
        margin-top: 30px;
    }
    footer .footer > :nth-child(5) {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    /* В товаре баннере на главной */
    .owl-prev:before, .owl-next:before {
        width: 20px;
        height: 20px;
    }
    .owl-controls .owl-buttons .owl-prev {
        top: 40%;
    }
    .owl-controls .owl-buttons .owl-next {
        top: 40%;
    }
    /* В товаре баннере на главной */

    /* simple */
    .simplecheckout-cart thead{
        display: none;
    }
    .simplecheckout-cart tbody tr {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .simplecheckout-cart tbody td {
        display: flex;
    }
    .quantity .input-group.btn-block {
        max-width: 100% !important;
    }
    .simplecheckout-cart td.name {
        text-align: start;
    }
    .simplecheckout-cart td.name * {
        padding-right: 3px;
        font-size: 14px;
    }
    .simplecheckout-cart td.name .option small {
        text-align: end;
    }
    .simplecheckout-cart td.name .options {
        text-align: center;
        background: whitesmoke;
        padding: 2px;
    }
    .simplecheckout-cart td.name .options small{
        font-size: 11px;
        font-weight: 700;
        line-height: 10px;
    }
    .simplecheckout-cart td.quantity {
        width: 100%;
    }
    /* simple */
}