.btn-orange__boredered.active{
    background: #E88F08;
    color: #fff !important;
}

.btn-orange__boredered.active svg path{
    fill: #fff;
}

.categories .category{
    line-height: 1.1;
}

.mfilter-opts-container{
    padding-top: 10px;
}
.mfilter-filter-item .mfilter-iscroll .mfilter-options{
    padding-top: 10px;
    padding-bottom: 10px;
}

aside .aside-elem .slider-nav .ui-slider-horizontal .ui-slider-range{
    background: #923936;
}
.mfilter-tb-as-tr {
    min-height: 20px;
}

.mfilter-tb-as-td{
    cursor: pointer;
}

.mfilter-tb-as-td:nth-child(2){
    width: 75%;
}

.mfilter-tb-as-td:nth-child(3){
    width: 25%;
}

.mob-nav .nav-top .mob-lang li button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 47px;
    min-height: 26px;
    border: 0.5px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    color: #6F6F6F;
}
.mob-nav .nav-top .mob-lang li button.active {
    border: 1px solid #E88F08;
    color: #E88F08;
}
.mob-nav .nav-top .mob-lang li button:hover {
    border-color: #E88F08;
    color: #E88F08;
}

.mob-nav .categories .mobile-subcategories.opened{
    min-width: 255px;
}

.attachment-input{
    position: relative;
}
.attachment-input input{
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.review-block span{
    display: none;
}

.review-block.w-error span{
    display: block;
}

.section-about-inner.about-service .about-item b{
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    font-family: "Gilroy Semibold";
    margin: 0 0 19px;
}

.info-block .answer b{
    font-family: "Gilroy Bold";
    margin: 0 5px 0 0;
}

.product-info .product-description .right-side .delivery .delivery-item .delivery-alert b {
    margin: 0 3px;
    font-family: "Gilroy Semibold";
}

.product-modal .slick-slide img {
    margin: auto;
}

.product-new .slick-track,
.product-popular .slick-track{
    padding-bottom: 100px;
}

.page-nav.additional{
    padding: 0;
    border-bottom: none;
}

.product-info .product-description .right-side .colors label span{
    width: 50px;
    margin: auto;
}

.product-info .product-description .right-side .colors label input ~ span img{
    border: 2px solid transparent;
    border-radius: 4px;
    margin-right: 10px;
}

.product-info .product-description .right-side .colors label input:checked ~ span img{
    border: 2px solid #FA913D;
    border-radius: 4px;
}

header .catalog-envelope.no-rotate:hover .catalog img {
    transform: rotate(0);
}

.categories .cat-wrapper .title{
    display: block;
    padding-left: 30px;
}

.product-info .product-description .right-side .actions-row a.active{
    color: #FA913D;
}

.product-info .product-description .right-side .actions-row a.active .a-img {
    background: #FA913D;
}

.product-info .product-description .right-side .actions-row a.active .a-img img {
    filter: brightness(0) invert(1);
}

@media all and (max-width:992px) {
    .main-slider .slider-item.full-banner{
        min-height: 265px;
    }
}


@media all and (min-width:992px) {
    .catalog-envelope.no-rotate .catalog-menu-inner{
        display: none;
    }
}

.preloader-torg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.preloader-torg.active{
    display: flex;
}

.dash {
    margin: 0 15px;
    width: 35px;
    height: 15px;
    border-radius: 8px;
    background: #F79E1B;
    box-shadow: 0 0 10px 0 #F79E1B;
}

.uno {
    margin-right: -18px;
    transform-origin: center left;
    animation: spin 3s linear infinite;
}

.dos {
    transform-origin: center right;
    animation: spin2 3s linear infinite;
    animation-delay: .2s;
}

.tres {
    transform-origin: center right;
    animation: spin3 3s linear infinite;
    animation-delay: .3s;
}

.cuatro {
    transform-origin: center right;
    animation: spin4 3s linear infinite;
    animation-delay: .4s;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(360deg);
    }
    30% {
        transform: rotate(370deg);
    }
    35% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin2 {
    0% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(0deg);
    }
    30% {
        transform: rotate(-180deg);
    }
    35% {
        transform: rotate(-190deg);
    }
    40% {
        transform: rotate(-180deg);
    }
    78% {
        transform: rotate(-180deg);
    }
    95% {
        transform: rotate(-360deg);
    }
    98% {
        transform: rotate(-370deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes spin3 {
    0% {
        transform: rotate(0deg);
    }
    27% {
        transform: rotate(0deg);
    }
    40% {
        transform: rotate(180deg);
    }
    45% {
        transform: rotate(190deg);
    }
    50% {
        transform: rotate(180deg);
    }
    62% {
        transform: rotate(180deg);
    }
    75% {
        transform: rotate(360deg);
    }
    80% {
        transform: rotate(370deg);
    }
    85% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin4 {
    0% {
        transform: rotate(0deg);
    }
    38% {
        transform: rotate(0deg);
    }
    60% {
        transform: rotate(-360deg);
    }
    65% {
        transform: rotate(-370deg);
    }
    75% {
        transform: rotate(-360deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

#torg-modal.active:before{
    content: '';
    background: rgba(255,255,255,.5);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.categories .subcategory {
    transition: all 0s ease;
}

.categories.active{
    background: #FBFBFB;

}

.subcategory, .cat-wrapper{
    border-left: solid 1px #ece6e6;
}

.categories .cat-wrapper .title{
    font-size: 16px;
    color: #913633;
    margin-bottom: 0;
    font-weight: bold;
}

.categories .cat-wrapper .title:hover{
    color: #E88F08;
    text-decoration: underline;
}
.categories .cat-wrapper ul li a:hover {
    color: #E88F08;
    text-decoration: underline;
}

.categories .cat-wrapper ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 40px;
    padding: 0 30px;
    font-size: 14px;
    color: #333333;
}

.main-slider .slider-item.full-banner:after,
.main-slider .slider-item.full-banner:before{
    content: none;
}

.main-slider .slider-item.full-banner{
    position: relative;
}

.main-slider .slider-item.full-banner img{
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


.cat-wrapper-column.row{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    height: 505px;
}

.categories .cat-wrapper ul li{
    margin-bottom: 0;
}

.cat-wrapper-group{
    margin-bottom: 40px;
    max-width: 310px;
}

.cat-wrapper-group >ul li:first-child{
    margin-top: 3px;
}

.cat-wrapper-group >ul li:last-child{
    margin-bottom: -13px;
    position: relative;
}

.forgot-btn{
    background: #6F6F6F;
    color: #fff;
}

.inner-title-name{
    max-width: 75%;
}
.mobile-filter-btn{
    display: none;
}

@media all and (max-width: 992px){
    .mfilter-box .main-title{
        display: none;
    }

    #column-left aside{
        margin-bottom: 0;
    }

    .section-subcats {
        padding: 25px 0 15px;
    }

    .sorting-nav .show,  .sorting-nav .sorting p {
        display: none;
    }

    .mobile-filter-btn svg{
        margin-right: 10px;
    }
    .mobile-filter-btn{
        display: flex;
        flex: 0 0 calc(50% - 5px);
        background: #923936;
        border-radius: 4px;
        height: 40px;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 14px;
        line-height: 17px;
        color: #fff;
    }

    .sorting-nav .sorting{
        display: flex;
        width: 50%;
    }

    .sorting-select{
        min-width: 100%;
        border-radius: 4px;
        padding: 0 0 0 5px;
        margin-left: 5px;
    }
}

@media all and (max-width: 1200px){
    .inner-title-name{
        max-width: 100%;
    }
}

.search-not-found{
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
}

.modal.register-modal .register-info .sidebar-check{
    font-weight: 600;
}

.modal.register-modal .add-info p span{
    font-size: 14px;
    font-weight: 500;
}

.in-ukraine .info{
    font-size: 14px;
    line-height: 18px;
}

.in-ukraine img{
    width: 15px;
    height: 15px;
}

.in-ukraine .info.bold{
    font-weight: 600;
}

.section-delivery .delivery-wrapper .in-ukraine ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.section-delivery .delivery-wrapper .in-ukraine ul li{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    max-width: 50%;
    flex: 0 0 35%;
    margin-bottom: 6px;
}

.in-ukraine ul li span{
    font-family: "proxima-nova-n8", "proxima-nova", sans-serif;
}


@media all and (max-width:992px) {
    .section-products .sliderNav__buttons{
        display: none!important;
    }
}

header .no-rotate .catalog:hover {
    background: #E88F08;
    cursor: auto;
}

#mfilter-content-h1 h1{
    margin-bottom: 0;
    line-height: 36px;
}

#mfilter-content-h1{
    margin-bottom: 15px;
}

#mfilter-content-h1 + .section-subcats {
    padding-top: 0;
}

@media all and (max-width:768px) {
    #mfilter-content-h1 h1{
        margin-bottom: 0;
        line-height: 36px;
    }

    #mfilter-content-h1{
        margin-bottom: 15px;
    }

    #mfilter-content-h1 + .section-subcats {
        padding-top: 0;
    }

    .section-subcats {
        padding: 15px 0 15px;
    }

    .product-info .product-description .right-side .colors label{
        margin: 0 8px 0 0;
        font-size: 10px;
    }

    .product-info .product-description .right-side .colors label span{
        width: 40px;
    }
}

.product-info{
    z-index: 1;
    position: relative;
}
.coupon-line{
    margin-bottom: 15px;
}
.coupon-title{
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #333333;
    /* padding-left: 7px; */
    position: relative;
    font-family: "Gilroy Bold";
    font-weight: bold;
    cursor: pointer;
}

.coupon-title:after {
    content: "";
    position: absolute;
    right: 11px;
    top: 55%;
    transform: translateY(-50%) rotate(0deg);
    width: 20px;
    height: 11px;
    background: url("../img/order-chevron.svg") center no-repeat;
    transition: all 0.3s ease;
}

.coupon-title.active:after {
    transform: translateY(-50%) rotate(-180deg);
}

.checkout-inner .right-side .order-footer{
    padding-top: 13px;
}
.coupon-content{
    display: none;
    margin-top: 20px;
}
.coupon-content-row{
    display: flex;
    align-items: center;
}

.coupon-error{
    color: #F54D48;
    font-weight: bold;
    margin-bottom: 15px;
}
.coupon-line .form-control{
    border-radius: 0.25rem 0 0 0.25rem;
    min-height: 40px;
}
.coupon-line .btn{
    border-radius: 0 0.25rem 0.25rem 0;
}

.sub-total-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
    font-weight: bold;
}

.checkout-inner .right-side .order-body{
    height: auto;
    max-height: 454px;
}

.checkout-content{
    min-height: calc(100vh - 191px);
}

@media (max-width: 767px) {
    .checkout-content{
        min-height: 100%;
    }
    .coupon-title {
        padding-left: 0;
        font-size: 16px;
        line-height: 20px;
    }
    .coupon-title:after {
        width: 10px;
        height: 5px;
        right: 0;
        background-size: contain;
    }
}

