@import url("plaza/theme_font.css");

@font-face {
    font-family: 'TTCommons Medium';
    src: url('./fonts/TTCommons-Medium.ttf');
    src: url('./fonts/TTCommons-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 20px;
    padding-left: 20px;
}

.container {
    padding-right: 20px;
    padding-left: 20px;
}

.row {
    margin-right: -20px;
    margin-left: -20px;
}

html,
body {
    overflow-x: hidden;
}

html {
    font-size: 62.5%;
}

body {
    line-height: 2.4rem;
    width: 100%;
    background-color: #FAFAFA;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
}

.fa {
    font-size: 1.4rem;
}

*:focus {
    outline: none !important;
}

h1 {
    font-size: 3.6rem;
}

h2 {
    font-size: 3rem;
}

h3 {
    font-size: 2.4rem;
}

h4 {
    font-size: 1.8rem;
}

h5 {
    font-size: 1.4rem;
}

h6 {
    font-size: 1.2rem;
}

img {
    max-width: 100%;
}

a {
    color: #595959;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 1.8rem;
    padding: 0.7rem 0;
}

label {
    font-size: 1.2rem;
    font-weight: normal;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 1.2rem;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 1.2rem;
}

.input-group .input-group-addon {
    font-size: 1.2rem;
    height: 3rem;
}

input:focus, textarea:focus, select:focus, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, button, .nav-tabs > li > a {
    outline: none;
}

.form-control {
    transition: color ease-in-out .15s, border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: auto;
    resize: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: 1px solid #696969;
    padding: 14px 20px 14px;
    border-radius: 3px;
    font-size: 15px !important;
    color: #151515;
    box-shadow: none !important;
}

.form-control.is-error,
input[value=""].form-control.is-error,
textarea[value=""].form-control.is-error {
    border-color: #4D7453;
    color: #4D7453;
}

input[value=""].form-control,
textarea[value=""].form-control {
    border-color: #E9E9E9;
}

.form-control:focus,
input[value=""].form-control:focus,
textarea[value=""].form-control:focus {
    border-color: #696969;
    color: #000000;
}

.form-control::placeholder {
    transition: color ease-in-out .15s;
    color: #696969;
}
.form-control.is-error::placeholder {
    border-color: #4D7453;
    color: #4D7453;
}
.form-control:focus::placeholder,
input[value=""].form-control:focus::placeholder,
textarea[value=""].form-control:focus::placeholder {
    color: #696969;
}

textarea.form-control {
    height: 150px;
}

.form-group .text-danger {
    font-size: 13px;
}

body ::-webkit-scrollbar-track {
    background-color: transparent;
}

body ::-webkit-scrollbar {
    width: 0;
    background-color: transparent;
}

body ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 1.5rem;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

#back-top {
    transition: .3s;
    display: none;
    position: fixed;
    right: 3rem;
    bottom: 10%;
    width: 5rem;
    height: 5rem;
    line-height: 4.8rem;
    padding: 0;
    text-align: center;
    font-size: 1.8rem;
    z-index: 8;
    border: 1px solid transparent;
    background: var(--link-hover-color);
    color: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    cursor: pointer;
}

#back-top:hover {
    background: transparent;
    color: var(--link-hover-color);
    border-color: var(--link-hover-color);
}

#back-top i {
    vertical-align: top;
    line-height: inherit;
}

@media (min-width: 1700px) {
    #back-top {
        right: 16rem;
    }
}

.layout-full, .layout-full > .container,
.layout-full .row, .layout-full .main-col, .layout-full .sub-col {
    width: 100%;
    margin: 0;
    padding: 0;
}

.background-full {
    background: #f3f3f3;
    padding-bottom: 9.2rem;
    margin-top: 9rem;
}

@media (max-width: 991px) {
    .background-full {
        padding-bottom: 4.2rem;
        margin-top: 4rem;
    }
}

.pt-block {
    text-align: center;
}

.pt-block .image, .pt-block .image > a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.pt-block .image a img, .post-image img {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.pt-block .image a:hover img, .post-image img:hover {
    opacity: 0.7;
}

.static-sidebar {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: 100%;
}

@media (max-width: 991px) {
    .static-sidebar {
        margin-bottom: 2rem;
    }
}

.static-top-store1 {
    margin-top: 4rem;
}

.static-top-store1 > .inner {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 3rem;
}

.static-top-store1 .text {
    position: absolute;
    top: 3.5rem;
    left: 4rem;
    text-align: left;
    pointer-events: none;
}

.static-top-store1 .text .text1 {
    margin-top: 0;
    letter-spacing: -0.025em;
    font-size: 1.8rem;
    text-transform: capitalize;
    margin-bottom: 1.2rem;
}

.static-top-store1 .text .text2 {
    margin: 0;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1;
    font-size: 2.4rem;
}

.static-top-store1 .text-center {
    left: 4rem;
    right: 4rem;
    top: 4rem;
    bottom: 4rem;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
    align-content: center;
    display: grid;
}

.static-top-store1 .text-center .text1 {
    font-size: 1.4rem;
    font-weight: 400;
    padding-bottom: 4.7rem;
    background: url(../image/bkg_static.png) bottom center no-repeat;
    margin-bottom: 2.2rem;
}

.static-top-store1 .text-center .text3 {
    margin: 0;
    color: #222;
    text-transform: capitalize;
    letter-spacing: -0.025em;
    margin-top: 6.4rem;
}

@media (max-width: 1199px) {
    .static-top-store1 .text-center .text1 {
        padding-bottom: 4rem;
    }

    .static-top-store1 .text-center .text3 {
        margin-top: 4rem;
    }
}

@media (max-width: 991px) {
    .static-top-store1 .text {
        left: 2rem;
        top: 2.5rem;
    }

    .static-top-store1 .text-center {
        left: 2rem;
        top: 2rem;
        right: 2rem;
        bottom: 2rem;
    }

    .static-top-store1 .text .text1 {
        font-size: 1.8vw;
    }

    .static-top-store1 .text-center .text1 {
        font-size: 1.6vw;
    }

    .static-top-store1 .text .text2 {
        font-size: 2.4vw;
    }

    .static-top-store1 .text-center .text3 {
        margin-top: 3vw;
    }
}

@media (max-width: 767px) {
    .static-top-store1 > .inner {
        grid-gap: 1.5rem;
    }

    .static-top-store1 .text {
        left: 1.5rem;
        top: 2rem;
    }

    .static-top-store1 .text-center {
        left: 1rem;
        top: 1rem;
        right: 1rem;
        bottom: 1rem;
    }

    .static-top-store1 .text .text1 {
        font-size: 3vw;
        margin-bottom: 1vw;
    }

    .static-top-store1 .text-center .text1 {
        font-size: 2.5vw;
        padding: 0;
        background: none;
    }

    .static-top-store1 .text .text2 {
        font-size: 3vw;
    }

    .static-top-store1 .text-center .text3 {
        margin-top: 1vw;
        font-size: 2.5vw;
        line-height: 1.1;
    }
}

@media (max-width: 479px) {
    .static-top-store1 > .inner {
        grid-template-columns: 100%;
        grid-gap: 1.5rem;
    }

    .static-top-store1 .text {
        left: 2rem;
        top: 2.5rem;
    }

    .static-top-store1 .text-center {
        left: 1.5rem;
        top: 1.5rem;
        right: 1.5rem;
        bottom: 1.5rem;
    }

    .static-top-store1 .text .text1 {
        font-size: 5vw;
        margin-bottom: 1vw;
    }

    .static-top-store1 .text-center .text1 {
        font-size: 4.5vw;
        padding: 0;
        background: none;
        margin-bottom: 2vw;
    }

    .static-top-store1 .text .text2 {
        font-size: 6vw;
    }

    .static-top-store1 .text-center .text3 {
        margin-top: 6vw;
        font-size: 4.5vw;
        line-height: 1.1;
    }
}

@media (max-width: 374px) {
    .static-top-store1 .text .text1 {
        font-size: 6vw;
        margin-bottom: 3vw;
    }

    .static-top-store1 .text-center .text1 {
        font-size: 5vw;
        padding: 0;
        background: none;
    }

    .static-top-store1 .text .text2 {
        font-size: 8vw;
    }

    .static-top-store1 .text-center .text3 {
        margin-top: 8vw;
        font-size: 5vw;
        line-height: 1.1;
    }
}

.static-middle-store1 {
    margin-top: 7.5rem;
}

.static-middle-store1 .text {
    position: absolute;
    top: 50%;
    left: 17%;
    max-width: 30%;
    text-align: center;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.static-middle-store1 .text .text1 {
    font-size: 4.8rem;
    margin-top: 0;
    color: #df2121;
    font-family: 'utmheartbeat';
    margin-bottom: 1.9rem;
}

.static-middle-store1 .text .text2 {
    font-size: 3.6rem;
    letter-spacing: -0.025em;
    margin-top: 0;
    margin-bottom: 4rem;
}

.static-middle-store1 .text .text2 span {
    color: var(--link-hover-color);
}

.static-middle-store1 .text p {
    color: #242424;
    line-height: 3rem;
}

.static-middle-store1 .text a {
    background: var(--button-bg-color);
    line-height: 5rem;
    padding: 0 8.5rem;
    color: var(--button-color);
    display: inline-block;
    vertical-align: top;
    border-radius: 2.5rem;
    -webkit-border-radius: 2.5rem;
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 5rem;
    pointer-events: visible;
}

.static-middle-store1 .text a:hover {
    background: var(--button-bg-hover-color);
    color: var(--button-hover-color);
}

@media (max-width: 1199px) {
    .static-middle-store1 .text {
        max-width: 50%;
        left: 5%;
    }

    .static-middle-store1 .text .text1 {
        font-size: 4vw;
        margin-bottom: 1vw;
    }

    .static-middle-store1 .text .text2 {
        font-size: 3vw;
        margin-bottom: 2vw;
    }

    .static-middle-store1 .text a {
        margin-top: 2vw;
    }
}

@media (max-width: 991px) {
    .static-middle-store1 {
        margin-top: 4.5rem;
    }

    .static-middle-store1 .text {
        max-width: 100%;
        left: 0;
        right: 0;
        padding: 0 1.5rem;
    }

    .static-middle-store1 .text .text1 {
        font-size: 4vw;
        margin-bottom: 1vw;
    }

    .static-middle-store1 .text .text2 {
        font-size: 3vw;
        margin-bottom: 2vw;
    }

    .static-middle-store1 .text a {
        margin-top: 2vw;
    }
}

@media (max-width: 767px) {
    .static-middle-store1 img {
        min-height: 20rem;
        object-fit: cover;
    }

    .static-middle-store1 .text .text1 {
        font-size: 5vw;
        margin-bottom: 1vw;
    }

    .static-middle-store1 .text .text2 {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    .static-middle-store1 .text p {
        font-size: 2.5vw;
        line-height: 1.3;
    }

    .static-middle-store1 .text a {
        margin-top: 2vw;
        line-height: 5vw;
        font-size: 2vw;
        padding: 0 3vw;
    }
}

@media (max-width: 479px) {
    .static-middle-store1 .text .text1 {
        font-size: 6vw;
        margin-bottom: 1vw;
    }

    .static-middle-store1 .text .text2 {
        font-size: 4.5vw;
        margin-bottom: 2vw;
    }

    .static-middle-store1 .text p {
        font-size: 2.8vw;
        line-height: 1.3;
    }

    .static-middle-store1 .text a {
        margin-top: 1vw;
        line-height: 5vw;
        font-size: 2.4vw;
        padding: 0 3vw;
    }
}

@media (max-width: 374px) {
    .static-middle-store1 .text .text1 {
        font-size: 7vw;
        margin-bottom: 1vw;
    }

    .static-middle-store1 .text .text2 {
        font-size: 5vw;
        margin-bottom: 2vw;
    }

    .static-middle-store1 .text p {
        font-size: 3.2vw;
        line-height: 1.3;
    }

    .static-middle-store1 .text a {
        margin-top: 1vw;
        line-height: 6vw;
        font-size: 2.6vw;
        padding: 0 3vw;
    }
}

.policy-block {
    text-align: center;
    border: 0;
    margin-top: 4.5rem;
}

.policy-block .inner {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    margin: 0 -0.5rem;
    grid-row-gap: 1.5rem;
}

.policy-block .col {
    padding: 0 0.5rem;
    border-right: 1px solid #ebebeb;
}

.policy-block .col:last-child {
    border: 0;
}

.policy-block .box {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
    margin: auto;
}

.policy-block .box .text {
    display: inline-block;
    vertical-align: top;
}

.policy-block .box h4 {
    font-size: 1.4rem;
    text-transform: capitalize;
    margin: 0;
    font-weight: 500;
    margin-bottom: 1px;
    letter-spacing: -0.025em;
}

.policy-block .box p {
    margin: auto;
    line-height: 1.8rem;
    color: #a4a4a4;
    font-size: 1.3rem;
}

@media (max-width: 767px) {
    .policy-block .inner {
        grid-template-columns: 50% 50%;
    }

    .policy-block .col:nth-child(2) {
        border: 0;
    }
}

.menu-block-bottom {
    margin: 0 -0.7rem;
    margin-bottom: -1.7rem;
    margin-top: 2.1rem;
}

.menu-block-bottom img {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.menu-block-bottom img:hover {
    opacity: 0.7;
}

.newsletter-group {
    background: #44556f;
    padding: 4.5rem 0;
}

.newsletter-group .container > .inner {
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 3rem;
}

.newsletter-block {
}

.newsletter-block .newsletter-heading {
    float: left;
    margin-right: 8.5rem;
    padding: 0.5rem 0;
}

.newsletter-block .newsletter-heading h3 {
    font-size: 2rem;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0.5rem;
    letter-spacing: -0.025em;
}

.newsletter-block .newsletter-heading p {
    margin: 0;
}

.newsletter-block .newsletter-heading p span {
    color: var(--link-hover-color);
}

.newsletter-block > .des {
    float: left;
    max-width: 35rem;
}

.newsletter-block > .des p {
    margin: 0;
    color: #222;
    line-height: 3rem;
}

.newsletter-block > .des p span {
    font-weight: 500;
}

.newsletter-block .newsletter-content {
    padding-top: 7px;
}

.newsletter-block .newsletter-content .content {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}

.newsletter-block .newsletter-content .content button {
    font-size: 1.2rem;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none;
    border: 0;
    background: transparent;
    color: #707070;
    line-height: 4.5rem;
    padding: 0;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    position: absolute;
    top: 0;
    right: 2rem;
}

.newsletter-block .newsletter-content .content button:hover {
    background: transparent;
    color: var(--link-hover-color);
}

.newsletter-block .newsletter_email {
    width: 100%;
    height: 4.5rem;
    border: 0;
    padding: 1rem 2rem;
    padding-right: 10rem;
    font-size: 1.4rem;
    color: #484848;
    border-radius: 2.5rem;
    -webkit-border-radius: 2.5rem;
    background: #2b2b2b;
    text-align: left;
    display: block;
    margin: auto;
}

.newsletter-notification.error {
    color: red;
    margin-top: 1rem;
    line-height: 1;
    font-size: 1.3rem;
    clear: both;
}

.newsletter-notification.success {
    color: #1faf19;
}

.newsletter-content ::-webkit-input-placeholder {
    color: #484848;
    opacity: 1;
}

.newsletter-content :-moz-placeholder {
    color: #484848;
    opacity: 1;
}

.newsletter-content ::-moz-placeholder {
    color: #484848;
    opacity: 1;
}

.newsletter-content :-ms-input-placeholder {
    color: #484848;
    opacity: 1;
}

.newsletter-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
}

.newsletter-popup .a-close-newsletter-full {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.newsletter-popup:before {
    content: "";
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.newsletter-popup .popup-content {
    display: inline-block;
    vertical-align: middle;
    background: #fff url(../image/bkg_popup.jpg) center right no-repeat;
    padding: 9.8rem 5rem;
    text-align: left;
    position: relative;
    max-width: 97rem;
    width: 100%;
    margin: auto;
}

.newsletter-popup .a-close-newsletter {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    padding: 0;
    text-align: center;
    background: #242424;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
}

.newsletter-popup .a-close-newsletter:hover {
    background: var(--link-hover-color);
}

.newsletter-popup .a-close-newsletter:before {
    content: "\f2d7";
    font-family: "Ionicons";
    font-size: 2.1rem;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
}

.newsletter-popup .popup-content h3 {
    text-transform: capitalize;
    font-size: 3rem;
    margin-top: 0;
    margin-bottom: 1.7rem;
}

.newsletter-popup .popup-content p {
    font-size: 1.6rem;
    line-height: 2.8rem;
    max-width: 52rem;
    margin-bottom: 3rem;
}

.newsletter-popup .popup-content .content {
    position: relative;
    margin-bottom: 2rem;
    display: inline-block;
    vertical-align: top;
}

.newsletter-popup .popup-content .newsletter_email {
    height: 5rem;
    border: 1px solid #e6e6e6;
    width: 52rem;
    padding: 1rem 2rem;
    padding-right: 13.3rem;
    color: #adadad;
}

.newsletter-popup .popup-content button.btn {
    height: 4.8rem;
    padding: 0 2rem;
    line-height: 4.8rem;
    position: absolute;
    right: 1px;
    top: 1px;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.newsletter-popup .popup-content .notice .cbk_newsletter {
    margin-top: -2px;
    vertical-align: middle;
    display: inline-block;
}

.brand-logo {
    text-align: center;
    margin-top: 6rem;
    padding: 3.9rem 0;
    overflow: hidden;
}

.brand-logo .swiper-viewport {
    margin: 0;
}

.brand-logo .swiper-viewport .swiper-slide {
    padding: 0;
}

.brand-logo img {
    margin: auto;
}

.brand-logo img:hover {
    opacity: 0.7;
}

@media (max-width: 991px) {
    .brand-logo {
        margin-top: 0;
    }
}

#ajax-login-block {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 900;
}

#ajax-loader {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
}

.ajax-load-img {
    display: none;
}

.ajax-body-login {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    overflow: auto !important;
    z-index: 1000;
    display: none;
}

.ajax-body-login .ajax-content {
    max-height: 500px;
    overflow: auto;
}

.ajax-body-login .page-title {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 1rem;
}

.ajax-body-login h2 {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 2rem;
    position: relative;
}

.ajax-body-login h2:after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background: var(--link-hover-color);
    bottom: -1px;
}

.ajax-body-login .account-login {
    display: none;
    margin: 30px auto;
    background-color: #FFFFFF;
    opacity: 1;
    position: relative;
    z-index: 1200;
    width: 98%;
    max-width: 92rem;
    height: auto;
    padding: 2rem;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ajax-body-login .account-login .ajax-content > .ajax-container {
}

.ajax-content > .ajax-container .login-form-content {
    min-height: 20px;
}

.ajax-content > .ajax-container .login-form-content {
    margin-right: 0 !important;
}

.ajax-content > .ajax-container .login-form-content {
    width: 100%;
}

.ajax-content > .ajax-container .form-control {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    text-indent: 10px;
}

.ajax-content > .ajax-container .login-form-content .alert {
    margin-top: 15px;
    margin-left: 0;
}

.ajax-body-login .account-register {
    display: none;
    margin: auto;
    background-color: #FFFFFF;
    opacity: 1;
    position: relative;
    z-index: 1200;
    width: 98%;
    padding: 2rem;
    max-width: 92rem;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ajax-content > .ajax-container .register-form-content {
    min-height: 20px;
}

.ajax-content > .ajax-container .alert {
    margin-bottom: 0;
}

.ajax-content > .ajax-container .form-group {
    margin-right: 0 !important;
}

.ajax-content > .ajax-container .control-label {
    padding-top: 0;
    padding-right: 0 !important;
    color: #2c2c2c;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
}

.ajax-content > .ajax-container .pull-right {
    margin-right: 20px;
}

.ajax-content > .ajax-container .for-error {
    display: none;
}

.ajax-container .success-content button {
    margin-bottom: 20px;
}

.ajax-body-login .account-success {
    display: none;
    top: 50%;
    left: 50%;
    width: 500px;
    height: auto;
    margin-top: -150px;
    margin-left: -250px;
    background-color: #FFFFFF;
    opacity: 1;
    position: fixed;
    z-index: 1200;
}

.ajax-body-login .account-success .ajax-content > .ajax-container {
    margin: 15px;
}

.ajax-body-login .logout-success {
    display: none;
    top: 50%;
    left: 50%;
    width: 500px;
    height: auto;
    margin-top: -100px;
    margin-left: -250px;
    background-color: #FFFFFF;
    opacity: 1;
    position: fixed;
    z-index: 1200;
    padding: 15px;
}

.a-close-frm {
    position: absolute;
    z-index: 8;
    font-size: 0;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    top: 0;
    right: 0;
    text-align: center;
}

.a-close-frm span {
    display: none;
}

.a-close-frm:before {
    content: "\f2d7";
    font-family: "Ionicons";
    font-size: 2.8rem;
}

.forgotten {
    float: right;
    margin-top: 15px;
    text-transform: capitalize;
}

.ajax-content .radio-inline {
    padding-top: 0
}

.slider-container {
    position: relative;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.slider-container:hover .nivo-directionNav a {
    opacity: 1;
    visibility: visible;
}

.nivo-directionNav a {
    position: absolute;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    z-index: 6;
    cursor: pointer;
    font-size: 0;
    width: auto;
    height: auto;
    line-height: 6rem;
    text-align: center;
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #e2e2e2;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nivo-directionNav a:hover {
}

.nivo-directionNav a:before {
    content: "\ea34";
    font-family: 'plaza-icon';
    font-size: 4.8rem;
    display: inline-block;
    vertical-align: top;
}

.nivo-directionNav a.nivo-prevNav:before {
    content: "\ea33";
}

.nivo-prevNav {
    left: 0;
}

.nivo-nextNav {
    right: 0;
}

@media (min-width: 1600px) {
    .nivo-prevNav {
        left: 9rem;
    }

    .nivo-nextNav {
        right: 9rem;
    }
}

.nivo-controlNav {
    text-align: center;
    padding: 0;
}

.nivo-controlNav a {
    cursor: pointer;
}

.nivo-controlNav a.active {
    font-weight: bold;
}

.nivo-controlNav {
    position: absolute;
    bottom: 5%;
    text-align: center;
    z-index: 9;
    left: 50%;
    line-height: 1;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nivo-controlNav a:hover,
.nivo-controlNav a.active, .nivo-controlNav a:hover:after, .nivo-controlNav a.active:after {
    cursor: pointer;
    background: var(--link-hover-color);
}

.plaza-slider {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
}

.plaza-slider img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.nivo-controlNav {
    padding: 0px 0;
    text-align: center;
}

.nivo-controlNav a {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    height: 1rem;
    margin: 0 0.5rem;
    position: relative;
    font-size: 0;
    width: 1rem;
    background: transparent;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.nivo-controlNav a:after {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    background: rgba(36, 36, 36, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
}

.slide-caption {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: none repeat scroll 0% 0% transparent;
    color: #FFF;
    font-size: 1.6rem;
    z-index: 999;
}

@-webkit-keyframes timeloading {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes timeloading {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

.slide-loading {
    display: none;
}

.plaza-slider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none;
}

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

.plaza-slider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 4;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 4;
    overflow: hidden;
}

.nivo-box img {
    display: block;
}

.nivo-caption {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #FFF;
    width: 100%;
    z-index: 8;
    height: 100%;
    pointer-events: none;
}

.nivo-html-caption {
    display: none;
}

@media (max-width: 767px) {
    .nivo-caption {
        pointer-events: none;
    }
}

.slider-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.slider-content > .container {
    height: 100%;
}

.slider-content > .container .inner {
    position: relative;
    height: 100%;
}

.slider-content .content {
    position: absolute;
    top: 50%;
    text-align: left;
    left: 0; /*! max-width: 50%; */
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-content .content .slide-title h3, .slider-content .content .sub-title h3 {
    color: #44556f;
    text-transform: none;
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1.08;
    margin: 0;
}

.slider-content .content .sub-title h3 {
    margin-bottom: 2.2rem;
}

.slider-content .content .slide-description .text1 {
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 0;
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-bottom: 1.2rem;
    color: #242424;
    line-height: 2.5rem;
    letter-spacing: -0.025em;
}

.slider-content .content .slide-description .text1 span {
    background: var(--link-hover-color);
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 0 1rem;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    margin-right: 5px;
    font-size: 1.2rem;
    font-weight: 400;
}

.slider-content .content .slide-description .text2 {
    margin-top: 0;
    font-size: 6rem;
    color: #242424;
    line-height: 0.8;
    font-weight: 400;
    letter-spacing: -0.025em;
    text-transform: capitalize;
    margin-bottom: 3rem;
}

.slider-content .content .slide-description .text2 span {
    display: block;
    font-weight: 400;
}

.slider-content .content .slide-description .text3 {
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 0;
    margin: 0;
    text-transform: capitalize;
    color: #242424;
    max-width: 46rem;
}

.slider-content .content .slide-description .text3 span {
    color: #fcc336;
}

.slider-content.slider-2 .content .slide-description .text1, .slider-content.slider-2 .content .slide-description .text2, .slider-content.slider-2 .content .slide-description .text3 {
    color: #fff;
}

.slider-content .content .slide-readmore a {
    display: inline-block;
    vertical-align: top;
    color: var(--button-color);
    background: var(--button-bg-color);
    font-size: 1.3rem;
    font-weight: 500;
    margin-top: 6.4rem;
    pointer-events: visible;
    line-height: 5rem;
    padding: 0 4.5rem;
    border-radius: 2.5rem;
    -webkit-border-radius: 2.5rem;
}

.slider-content .content .slide-readmore a:hover {
    background: var(--button-bg-hover-color);
    color: var(--button-hover-color);
}

.slider-content.slider-2 .content .slide-readmore a {
    background: var(--link-hover-color);
}

.slider-content.slider-2 .content .slide-readmore a:hover {
    background: #fff;
    color: var(--link-hover-color);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

/**/
.slider-content.slider-1 .slide-readmore {
    animation: fadeInUp 1400ms linear alternate;
    -webkit-animation: fadeInUp 1400ms linear alternate;
    -moz-animation: fadeInUp 1400ms linear alternate;
}

.slider-content.slider-2 .slide-readmore {
    animation: slideInUp 0.5s linear alternate;
    -webkit-animation: slideInUp 0.5s linear alternate;
    -moz-animation: slideInUp 0.5s linear alternate;
}

.slider-content.slider-3 .slide-readmore {
    animation: slideInUp 0.5s linear alternate;
    -webkit-animation: slideInUp 0.5s linear alternate;
    -moz-animation: slideInUp 0.5s linear alternate;
}

.slider-content.slider-2 .slide-title, .slider-content.slider-2 .slide-description .text1 {
    animation: zoomIn 1s linear alternate;
    -webkit-animation: zoomIn 1s linear alternate;
    -moz-animation: zoomIn 1s linear alternate;
}

.slider-content.slider-1 .slide-title, .slider-content.slider-1 .slide-description .text1 {
    animation: fadeInRight 600ms linear alternate;
    -webkit-animation: fadeInRight 600ms linear alternate;
    -moz-animation: fadeInRight 600ms linear alternate;
}

.slider-content.slider-3 .slide-title, .slider-content.slider-3 .slide-description .text1 {
    animation: fadeInLeft 1s linear alternate;
    -webkit-animation: fadeInLeft 1s linear alternate;
    -moz-animation: fadeInLeft 1s linear alternate;
}

.slider-content.slider-1 .slide-description p {
    animation: fadeInUp 1000ms linear alternate;
    -webkit-animation: fadeInUp 1000ms linear alternate;
    -moz-animation: fadeInUp 1000ms linear alternate;
}

.slider-content.slider-2 .slide-description p {
    animation: bounceIn 2s linear alternate;
    -webkit-animation: bounceIn 2s linear alternate;
    -moz-animation: bounceIn 2s linear alternate;
}

.slider-content.slider-3 .slide-description p {
    animation: fadeInRight 1.5s linear alternate;
    -webkit-animation: fadeInRight 1.5s linear alternate;
    -moz-animation: fadeInRight 1.5s linear alternate;
}

.slider-content.slider-1 .sub-title, .slider-content.slider-1 .slide-description .text2 {
    animation: fadeInLeft 800ms linear alternate;
    -webkit-animation: fadeInLeft 800ms linear alternate;
    -moz-animation: fadeInLeft 800ms linear alternate;
}

.slider-content.slider-2 .sub-title, .slider-content.slider-2 .slide-description .text2 {
    animation: bounceIn 2s linear alternate;
    -webkit-animation: bounceIn 2s linear alternate;
    -moz-animation: bounceIn 2s linear alternate;
}

.slider-content.slider-3 .sub-title, .slider-content.slider-3 .slide-description .text2 {
    animation: rotateInDownRight 2s linear alternate;
    -webkit-animation: rotateInDownRight 2s linear alternate;
    -moz-animation: rotateInDownRight 2s linear alternate;
}

@media (max-width: 1300px) {
    .slider-content .content {
        left: 5%;
    }

    .slider-content .content .slide-description .text1 {
        font-size: 1.6vw;
        margin-bottom: 1vw;
    }

    .slider-content .content .slide-description .text1 span {
        font-size: 1.2vw;
    }

    .slider-content .content .slide-description .text2 {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    .slider-content .content .slide-description .text3 {
        font-size: 1.6vw;
    }

    .slider-content .content .slide-readmore a {
        font-size: 1.4vw;
        line-height: 4vw;
        padding: 0 3vw;
        margin-top: 3vw;
    }
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
    .slider-content .content {
        max-width: 40%;
    }

    .slider-content .content .slide-description .text1 {
        font-size: 1.6vw;
        line-height: 2.2vw;
    }

    .slider-content .content .slide-description .text1 span {
        line-height: 2.2vw;
    }

    .slider-content .content .slide-description .text2 {
        font-size: 4vw;
    }

    .slider-content .content .slide-description .text3 {
        font-size: 1.8vw;
        line-height: 1.3;
    }

    .slider-content .content .slide-readmore a {
        font-size: 1.4vw;
        line-height: 4vw;
        padding: 0 3vw;
        margin-top: 4vw;
    }
}

@media (max-width: 767px) {
    .plaza-slider img {
        object-fit: cover;
        min-height: 25rem;
    }

    .slider-content .content {
        max-width: 60%;
        left: 0;
    }

    .slider-content .content .slide-description .text1 {
        font-size: 2.4vw;
        line-height: 2.4vw;
    }

    .slider-content .content .slide-description .text1 span {
        font-size: 2vw;
        line-height: 2.4vw;
    }

    .slider-content .content .slide-description .text2 {
        font-size: 5vw;
    }

    .slider-content .content .slide-description .text3 {
        font-size: 2.4vw;
    }

    .slider-content .content .slide-readmore a {
        font-size: 2vw;
        line-height: 4vw;
        padding: 0 3vw;
        margin-top: 3vw;
    }

}

@media (max-width: 479px) {
    .slider-content .content {
        max-width: 70%;
        left: 0;
    }

    .slider-content .content .slide-description .text1 {
        font-size: 3.5vw;
        line-height: 4vw;
    }

    .slider-content .content .slide-description .text1 span {
        font-size: 2.5vw;
        line-height: 4vw;
    }

    .slider-content .content .slide-description .text2 {
        font-size: 5vw;
        line-height: 1;
    }

    .slider-content .content .slide-description .text3 {
        font-size: 3.2vw;
    }

    .slider-content .content .slide-readmore a {
        font-size: 2.5vw;
        line-height: 5vw;
        padding: 0 3vw;
        margin-top: 3vw;
    }

}

.pro-label {
    position: absolute;
    left: 0;
    top: 4.2rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    z-index: 2;
    text-align: center;
    letter-spacing: 0;
    min-width: 6rem;
    line-height: 2.8rem;
    border-radius: 0 0 2px 0;
}

.pro-label.sale {
    background-color: var(--link-hover-color);
}

.pro-label.new {
    background-color: #242424;
}

.box-label > div:nth-child(2) > span {
    top: 4.8rem;
}

@media (max-width: 479px) {
    .pro-label {
        top: 1rem;
        left: 1rem;
    }

    .box-label > div:nth-child(2) > span {
        top: 3.8rem;
    }
}

.img-responsive {
    margin: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.img-rotate-image {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background: #fff;
}

.rotate-image-container:hover .img-rotate-image {
    opacity: 1;
}

.block-title {
    margin-bottom: 5.5rem;
    margin-top: 7.5rem;
    position: relative;
    text-align: center;
}

.block-title h3 {
    font-size: 3rem;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    letter-spacing: -0.05em;
    padding-bottom: 2.5rem;
    background: url(../image/bkg_title.png) bottom center no-repeat;
}

.block-title h3 em {
    color: var(--link-hover-color);
    font-style: normal;
}

.block-title h3 + p {
    margin-bottom: 0;
    line-height: 2.4rem;
    margin: auto;
    margin-top: 1.3rem;
}

.block-title p.sub-title {
    text-transform: capitalize;
    margin-bottom: 0.4rem;
}

.block-title + .pt-content {
}

.block-title-3 .block-title {
    margin-bottom: 1.5rem;
}

.block-title-3 .block-title h3 {
    font-size: 2.3rem;
    color: var(--heading-color);
    border: 0;
}

.block-title-3 .block-title h3 span {
    background: transparent;
    border-radius: 0;
    padding: 0;
    line-height: inherit;
}

.module-custom-1 .product-thumb .product-item .caption {
    display: grid;
    grid-template-columns: 100%;
    padding-top: 1.9rem;
}

.module-custom-1 .box-label {
    order: 2;
    margin-top: 1.7rem;
}

.module-custom-1 .box-label .pro-label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    top: auto !important;
    left: auto;
}

.module-custom-1 .box-label div:not(:first-child) .pro-label {
    margin-top: 5px;
}

.module-custom-1 .product-thumb .product-item .caption .price {
    order: 1;
}

.module-custom-1 .product-thumb .product-item .caption .rating {
    order: 3;
    margin-top: 2rem;
    margin-bottom: 0;
}

.module-custom-1 .product-thumb .product-item .caption h4 {
    order: 4;
    margin-bottom: 0;
    margin-top: 0.8rem;
}

.module-custom-1 .pt-content {
    border: 0;
    padding: 0;
}

.module-custom-1 .product-thumb .product-item {
    border: 1px solid #efefef;
    border-top: 0;
    padding: 0 1.4rem;
    padding-bottom: 8.4rem;
    padding-top: 3rem;
}

.button-view-more {
    display: none;
}

.module-custom-1 .product-thumb .product-item .caption .button-view-more {
    line-height: 4.8rem;
    text-align: center;
    background: #efefef;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 1.3rem;
    color: #222;
    font-weight: 600;
    text-decoration: none;
    display: block;
}

.module-custom-1 .product-thumb .product-item .caption .button-view-more:after {
    content: "\f10a";
    font-family: "Ionicons";
    font-size: 1.2rem;
    margin-left: 1rem;
}

.module-custom-1 .product-thumb .product-item .caption .button-view-more:hover {
    color: var(--link-hover-color);
}

@media (min-width: 992px) {
    .module-custom-1 .block-title h3 span {
        display: block;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .module-custom-1 .block-title h3 {
        font-size: 1.6rem;
    }
}

@media (max-width: 991px) {
    .module-custom-1 .block-title {
        margin-bottom: 3rem;
    }

    .module-custom-1 .product-thumb .product-item {
        border-top: 1px solid #efefef;
        padding-top: 0
    }
}

.module-custom-2 {
}

.module-custom-2 .block-title + .pt-content {
    padding: 0;
    border: 0;
    position: relative;
}

.module-custom-2 .gallery-product {
    margin-right: calc(15.352% + 2rem);
    background: #fff;
}

.module-custom-2 .gallery-thumbs {
    width: 15.352%;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
}

.module-custom-2 .gallery-thumbs .swiper-viewport {
    height: 100%;
    text-align: center;
}

.module-custom-2 .gallery-thumbs .swiper-container {
    height: 100%;
}

.module-custom-2 .gallery-product .product-thumb .product-item {
    display: grid;
    grid-template-columns: 51.913% auto;
    align-items: center;
    padding: 4.5rem 1.5rem;
}

.module-custom-2 .gallery-product .product-thumb .product-item .caption {
    padding-left: 3rem;
}

.module-custom-2 .product-thumb .product-item .manufacture-product {
    display: block;
}

.module-custom-2 .quantity-progress {
    display: block;
    margin-top: 3.1rem;
    margin-bottom: 3.3rem;
}

.module-custom-2 .text-countdown {
    display: block;
}

@media (max-width: 991px) {
    .module-custom-2 .gallery-product .product-thumb .product-item {
        grid-template-columns: 100%;
        padding: 1.5rem;
    }

    .module-custom-2 .gallery-product .product-thumb .product-item .caption {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .module-custom-2 .gallery-thumbs .swiper-viewport {
        height: 65%;
    }
}

@media (max-width: 479px) {
    .module-custom-2 .gallery-thumbs .swiper-viewport {
        height: 53%;
    }

    .module-custom-2 .gallery-product {
        margin-right: calc(15.352% + 1rem);
    }

    .module-custom-2 .countdown-box .box {
        margin-right: 0.3rem;
    }

    .module-custom-2 .countdown-box .box b {
        font-size: 1.5rem;
        width: 4.5rem;
        height: 4.5rem;
        line-height: 4.3rem;
        margin-bottom: 0.5rem;
    }

    .module-custom-2 .gallery-product .product-thumb .product-item {
        padding: 1rem;
    }

    .module-custom-2 .quantity-progress {
        margin-top: 1.5rem;
        margin-bottom: 2rem;
    }

    .module-custom-2 .countdown-box .box span {
        font-size: 1.1rem;
    }
}

.swiper-viewport .pimg-navigation > div { /*! display: block; */
    border: 0;
    left: 50% !important;
    margin: 0;
    width: auto;
    height: auto;
    background: transparent;
    line-height: 30px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.swiper-viewport .pimg-navigation .pimg-button-next {
    bottom: -1.4rem;
    top: auto;
    margin: 0;
}

.swiper-viewport .pimg-navigation .pimg-button-prev {
    top: -1.4rem;
    margin: 0;
}

.swiper-viewport .pimg-navigation .pimg-button-next:before {
    content: "\f3d0";
}

.swiper-viewport .pimg-navigation .pimg-button-prev:before {
    content: "\f3d8";
}

.swiper-container {
    direction: ltr !important;
}

.swiper-viewport .swiper-button-prev {
    left: 0;
}

.swiper-viewport .swiper-button-next {
    right: 0;
}

.swiper-viewport:hover .swiper-button-next, .swiper-viewport:hover .swiper-button-prev {
    opacity: 1;
}

.swiper-viewport:hover .swiper-button-prev.swiper-button-disabled,
.swiper-viewport:hover .swiper-button-next.swiper-button-disabled {
    opacity: 0.3 !important;
}

@media (min-width: 1300px) {
    .swiper-viewport .swiper-button-prev {
        opacity: 0;
        left: -4rem;
        width: 6rem;
    }

    .swiper-viewport .swiper-button-next {
        opacity: 0;
        right: -4rem;
        width: 6rem;
    }

    .swiper-viewport:hover .swiper-button-prev {
        opacity: 1;
        left: -6.4rem;
    }

    .swiper-viewport:hover .swiper-button-next {
        opacity: 1;
        right: -6.4rem;
    }
}

.swiper-pagination {
    bottom: -4rem;
    left: 0;
    text-align: center;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 1.1rem;
    height: 1.1rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 2rem;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    margin: 0 5px;
    opacity: 1;
}

.swiper-pagination-bullet:hover {
    background: rgba(0, 0, 0, 0.7);
}

.swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.9);
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: not-allowed;
    pointer-events: auto;
}

.swiper-viewport {
    border: 0;
    box-shadow: none;
    border-radius: 0;
    margin: 0 -1.5rem;
    width: auto;
    position: relative;
    overflow: visible;
    background: transparent;
}

.swiper-viewport .swiper-slide {
    padding: 0 1.5rem;
}

.pt-content .swiper-viewport .swiper-slide {
    opacity: 0;
}

.pt-content .swiper-viewport .swiper-slide-visible {
    opacity: 1;
}

.swiper-button-next, .swiper-button-prev {
    opacity: 0;
    line-height: 1;
    border: 0;
    width: auto;
    height: 6.5rem;
    margin: 0;
    line-height: 6.5rem;
    text-align: center;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: transparent;
    border-color: transparent;
}

.swiper-button-next:hover:before, .swiper-button-prev:hover:before {
    color: var(--link-hover-color);
}

.swiper-button-next:before, .swiper-button-prev:before {
    font-family: 'plaza-icon';
    font-size: 3.6rem;
    color: #e2e2e2;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    width: auto;
    height: auto;
}

.swiper-button-next:before {
    content: "\ea34";
}

.swiper-button-prev:before {
    content: "\ea33";
}

@media (max-width: 767px) {
    .swiper-viewport {
        margin: 0 -0.75rem;
    }

    .swiper-viewport .swiper-slide {
        padding: 0 0.75rem;
    }
}

.button-style-2 .swiper-pager {
    position: absolute;
    z-index: 10;
    right: -4px;
    top: -7.1rem;
    width: auto;
}

.button-style-2 .swiper-button-next, .button-style-2 .swiper-button-prev {
    position: static;
    width: 3rem;
    height: 3rem;
    line-height: 2.8rem;
    opacity: 1;
    background: transparent;
    float: right;
    left: auto;
    right: auto;
    margin: 0;
    border: 1px solid #dbdbdb;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.button-style-2 .swiper-button-next:before, .button-style-2 .swiper-button-prev:before {
    font-size: 1.4rem;
    line-height: inherit;
}

.button-style-2 .swiper-button-next:hover, .button-style-2 .swiper-button-prev:hover {
    background: var(--button-bg-hover-color);
    color: #fff;
    border-color: var(--button-bg-hover-color);
}

.button-style-2 .swiper-button-next:hover:before, .button-style-2 .swiper-button-prev:hover:before {
    color: #fff;
}

.button-style-2 .swiper-button-next.swiper-button-disabled, .button-style-2 .swiper-button-prev.swiper-button-disabled {
    opacity: 0.3 !Important;
}

.button-style-2 .swiper-button-prev {
    margin-right: 0.5rem;
}

.rating {
    overflow: hidden;
    line-height: 1;
}

.rating a {
    display: inline-block;
    vertical-align: top;
    line-height: 1.6rem;
    color: #929292;
    overflow: hidden;
    text-transform: capitalize;
    font-size: 1.3rem;
}

.rating a:not(:last-child) {
    margin-left: 3rem;
}

.rating a:not(:last-child):after {
    content: "|";
    margin: 0 2rem;
    color: #979797;
}

.rating .icon-ratings {
    position: relative;
    float: left;
    width: 1.4rem;
    height: 1.4rem;
    line-height: 1;
    font-size: 1.4rem;
    margin-right: 0.5px;
}

.rating .icon-ratings:last-child {
    margin: 0;
}

.rating .icon-rating {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.rating .icon-rating:before {
    content: "\e9d5";
    font-family: 'plaza-icon';
    font-style: normal;
    color: #c1c1c1;
    vertical-align: top;
    display: inline-block;
    line-height: 1;
}

.rating .icon-rating-x:before {
    color: #f5c60d;
}

.ul-swatches-colors {
    list-style: none;
    text-align: left;
    overflow: hidden;
    padding: 0;
}

.ul-swatches-colors li {
    border: 1px solid #e8e8e8;
    float: left;
    position: relative;
    margin-right: 0.3rem;
    border-radius: 100px;
    overflow: hidden;
}

.ul-swatches-colors li:last-child {
    margin-right: 0;
}

.ul-swatches-colors .swatches-options:hover {
    border: 1px solid #E88888;
}

.ul-swatches-colors .swatches-options.checked {
    border: 1px solid #ff0000;
}

.ul-swatches-colors .swatches-options a {
    display: block;
    border-radius: 100%;
    padding: 5px 12px;
}

.ul-swatches-colors .swatches-info {
    border: 0;
    padding: 0;
    border-radius: 0;
}

.option-swatches {
    display: none;
}

.category-options .ul-swatches-colors {
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.col-divide-5 {
    position: relative;
    min-height: 1px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

@media (min-width: 1200px) {
    .col-divide-5 {
        width: 20%;
        float: left;
    }

    #content .col-divide-5:nth-child(5n+1) {
        clear: left;
    }
}

.box-large-item {
    display: grid;
    grid-template-columns: 66.022% 33.978%;
}

.box-large-item .col-large-item .product-thumb .product-item {
    border: 0;
}

.box-large-item .col-large-item {
    border-left: 1px solid #ebebeb;
    margin-left: 1px;
}

@media (max-width: 1199px) {
    .box-large-item {
        grid-template-columns: 50% 50%;
    }
}

@media (max-width: 767px) {
    .box-large-item {
        grid-template-columns: 100%;
    }

    .box-large-item .col-large-item {
        border: 0;
        margin: 0;
        order: 1;
        border-bottom: 1px solid #ebebeb;
    }

    .box-large-item .col-muti-items {
        order: 2;
    }
}

.product-thumb[data-swiper-row="1"] > div,
.product-thumb[data-swiper-row="2"] > div,
.product-thumb[data-swiper-row="3"] > div,
.product-thumb[data-swiper-row="4"] > div,
.product-thumb[data-swiper-row="5"] > div,
.product-thumb[data-swiper-row="6"] > div {
    margin-top: 3rem;
}

.product-thumb .product-item {
    position: relative;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.product-thumb .product-item:hover {
    z-index: 5;
}

.product-thumb .product-item:hover:before {
    opacity: 1;
}

.product-thumb .product-item:before {
    content: "";
    left: -1rem;
    right: -1rem;
    top: -1rem;
    bottom: -2rem;
    background: #fff;
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 46px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.products-container .swiper-container {
    margin: -7.5rem;
    padding: 7.5rem;
    z-index: 0;
}

.item-hover .swiper-container:hover {
    z-index: 5;
}

.product-thumb.swiper-slide-active .product-item, .product-thumb[data-swiper-column="0"] .product-item {
    border-left: 0;
}

.product-thumb .product-item .image {
    position: relative;
    text-align: center;
}

.product-thumb .product-item .image a {
    display: block;
    position: relative;
}

.product-thumb .product-item .caption {
    text-align: left;
    padding: 15px 0 0 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.product-thumb .product-item .caption .price {
    float: right;
}

.product-thumb .product-item .product-description {
    margin-top: 0.9rem;
    line-height: 2.4rem;
}

.product-thumb .product-item .caption .rating {
    display: inline-block;
    vertical-align: top;
    float: right;
}

.product-thumb .product-item .product-down {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-thumb .product-item .product-down .manufacture-product {
    float: unset;
}


.product-thumb .product-item .manufacture-product {
    margin: 0;
    float: left;
    line-height: 1;
}

.product-thumb .product-item .manufacture-product a {
    font-weight: 500;
    font-size: 14px;
    color: #929292;
    text-transform: capitalize;
}

.product-thumb .product-item .manufacture-product a:hover {
    color: var(--link-hover-color);
}

.product-thumb .product-item .category-options {
    float: right;
    line-height: 1;
    padding-top: 2.5px;
}

.product-thumb .product-item .caption h4 {
    margin-bottom: 10px;
    clear: both;
    margin-top: 0;
}

.product-thumb .product-item .caption h4 a {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
}

.product-thumb .product-item .caption h4 a:hover {
    color: var(--link-hover-color);
    text-decoration: underline;
}

.product-thumb[data-swiper-row="1"] > .grid-style,
.product-thumb[data-swiper-row="2"] > .grid-style,
.product-thumb[data-swiper-row="3"] > .grid-style,
.product-thumb[data-swiper-row="4"] > .grid-style,
.product-thumb[data-swiper-row="5"] > .grid-style,
.product-thumb[data-swiper-row="6"] > .grid-style {
    margin-top: 5.5rem;
}

.list-style {
}

.list-style .product-item {
    display: grid;
    grid-template-columns: 39.575% auto;
    align-items: center;
}

.list-style .product-item .caption {
    padding-left: 1.5rem;
    padding-right: 0.5rem;
    padding-top: 0;
    text-align: left;
    padding-bottom: 0;
}

.list-style .product-item .caption > .inner {
    position: relative;
}

.products-container .list-style .text-countdown {
    background: none;
    padding-top: 0.6rem;
}

.list-style-2 .list-style .product-item {
    grid-template-columns: 23.6% 76.4%;
}

.product-thumb .list-style .product-item .caption .button-group {
    bottom: 0.5rem;
    right: 0.5rem;
    left: auto;
    padding: 0;
}

.product-thumb .list-style .product-item:hover .button-group {
}

.product-thumb[data-swiper-row="1"] > .list-style,
.product-thumb[data-swiper-row="2"] > .list-style,
.product-thumb[data-swiper-row="3"] > .list-style,
.product-thumb[data-swiper-row="4"] > .list-style,
.product-thumb[data-swiper-row="5"] > .list-style,
.product-thumb[data-swiper-row="6"] > .list-style {
    margin-top: 0;
}

@media (max-width: 1359px) {
    .products-container .swiper-container {
        margin: -3rem;
        padding: 3rem;
    }

    .product-thumb .product-item:before {
        content: "";
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 1259px) {
    .products-container .swiper-container {
        margin: -3rem -1.5rem;
        padding: 3rem 1.5rem;
    }
}

@media (max-width: 1229px) {
    .products-container .swiper-container {
        margin: -3rem 0;
        padding: 3rem 0;
    }
}

@media (max-width: 1199px) {

}

@media (max-width: 767px) {
    .button-quickview {
        display: none !important;
    }

    .list-style-2 .list-style .product-item {
        grid-template-columns: 39.575% auto;
    }

    .list-style .product-item .caption {
        padding-right: 0;
        padding-left: 1rem;
    }
}

@media (max-width: 479px) {
    .product-thumb .product-item:hover .button-group {
        bottom: 1.5rem;
    }

    .product-thumb .button-group button {
        height: 4rem;
        line-height: 4rem;
        width: 3rem;
        font-size: 1.6rem;
    }

    .product-thumb .product-item .category-options {
        float: none;
        padding: 0 0 1rem 0;
    }
}

.tabs-product {
}

.tabs-product .block-title {
    margin-bottom: 5.1rem;
}

.tabs-product .tabs-style {
    display: block;
    margin-top: 3rem;
    position: relative;
    z-index: 6;
}

.tabs-product .tabs-style .nav-tabs {
    margin: 0;
    border: 0;
}

.tabs-product .tabs-style .nav-tabs > li {
    float: none;
    margin: 0 3.5rem 0 0;
    display: inline-block;
    vertical-align: top;
    padding: 0.5rem 0;
}

.tabs-product .tabs-style .nav-tabs > li:last-child {
    margin: 0;
}

.tabs-product .tabs-style .nav-tabs > li > a {
    margin: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    font-size: 1.2rem;
    color: #707070;
    position: relative;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: 0;
    letter-spacing: -0.025em;
}

.tabs-product .tabs-style .nav-tabs > li > a:hover,
.tabs-product .tabs-style .nav-tabs > li.active > a {
    color: var(--link-hover-color);
}

.tabs-product .tabs-style .nav-tabs > li.active > a:after {
    content: "";
    left: 0;
    right: 0;
    height: 2px;
    background: var(--link-hover-color);
    position: absolute;
    bottom: 0;
    opacity: 0;
}

@media (max-width: 767px) {
    .tabs-product .tabs-style {
        margin-top: 1.5rem
    }

    .tabs-product .tabs-style .nav-tabs > li {
        margin: 0 1.5rem !important;
    }
}

@media (max-width: 479px) {
    .tabs-product .tabs-style .nav-tabs > li {
        margin: 0 1rem !important;
    }

    .tabs-product .tabs-style .nav-tabs > li > a {
        line-height: 2rem;
    }

    .product-thumb[data-swiper-row="1"] > .grid-style,
    .product-thumb[data-swiper-row="2"] > .grid-style,
    .product-thumb[data-swiper-row="3"] > .grid-style,
    .product-thumb[data-swiper-row="4"] > .grid-style,
    .product-thumb[data-swiper-row="5"] > .grid-style,
    .product-thumb[data-swiper-row="6"] > .grid-style {
        margin-top: 2rem;
    }
}

.module-tabs-custom {
}

.module-tabs-custom .block-title {
}

.module-tabs-custom .block-title + .pt-content {
    padding-left: 20.2%;
    position: relative;
}

.module-tabs-custom .box-large-image {
    display: grid;
    grid-template-columns: 37.213% 62.787%;
}

.module-tabs-custom .box-large-image .pt-block .image, .module-tabs-custom .box-large-image .pt-block .image > a {
    border-radius: 0;
    -webkit-border-radius: 0;
}

.module-tabs-custom.tabs-product .tabs-style {
    position: absolute;
    top: 0;
    left: 0;
    right: 79.8%;
    bottom: 0;
}

.module-tabs-custom.tabs-product .tabs-style > ul {
    height: 100%;
    padding: 2.7rem 3rem;
}

.module-tabs-custom.tabs-product .tabs-style ul > li {
    display: block;
    margin: 0;
    position: static;
    border-bottom: 1px solid #ebebeb;
    padding: 0.6rem 0;
}

.module-tabs-custom.tabs-product .tabs-style ul > li:last-child {
    border: 0;
}

.module-tabs-custom.tabs-product .tabs-style ul > li > a {
    position: static;
}

.module-tabs-custom.tabs-product .tabs-style ul > li > a > img {
    position: absolute;
    left: 3rem;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
}

.module-tabs-custom.tabs-product .tabs-style ul > li.active > a > img {
    opacity: 1;
}

@media (max-width: 1199px) {
    .module-tabs-custom.tabs-product .tabs-style > ul {
        padding: 2.5rem 2rem;
    }

    .module-tabs-custom.tabs-product .tabs-style ul > li > a > img {
        left: auto;
        right: 2rem;
        max-height: 98%;
    }

    .module-tabs-custom .block-title + .pt-content {
        padding: 0;
    }

    .module-tabs-custom.tabs-product .tabs-style {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        border-bottom: 1px solid #ebebeb;
    }

    .module-tabs-custom.tabs-product .tabs-style ul > li {
        display: inline-block;
        vertical-align: top;
        border: 0;
        margin-right: 3rem;
    }
}

@media (max-width: 479px) {
    .module-tabs-custom .box-large-image {
        grid-template-columns: 100%;
    }
}

.brand-categories-module.tabs-product .tabs-style {
    display: block;
    position: relative;
    top: auto;
    left: 0;
    right: auto;
    border: 1px solid #efefef;
    border-top: 0;
}

.brand-categories-module.tabs-product .tabs-style .nav-tabs {
    display: flex;
    display: -webkit-flex;
}

.brand-categories-module.tabs-product .tabs-style .nav-tabs > li > a {
    padding: 4rem 0.5rem;
    min-height: 12rem;
    display: grid;
    align-content: center;
}

.brand-categories-module.tabs-product .tabs-style .nav-tabs > li > a img {
    max-width: 100%;
    margin: auto;
}

.brand-categories-module.tabs-product .tabs-style .nav-tabs > li > a > span {
    display: none;
}

.brand-categories-module.tabs-product .tabs-style .nav-tabs > li {
    margin: 0 !important;
    text-align: center;
    padding: 0;
    border-right: 1px solid #efefef;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.brand-categories-module.tabs-product .tabs-style .nav-tabs > li:after {
    content: "";
    left: -1px;
    right: -1px;
    bottom: -1px;
    height: 2px;
    background: #44556f;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.brand-categories-module.tabs-product .tabs-style .nav-tabs > li.active:after, .brand-categories-module.tabs-product .tabs-style .nav-tabs > li:hover:after {
    opacity: 1;
}

.brand-categories-module.tabs-product .tabs-style .nav-tabs > li:last-child {
    border: 0;
}

.brand-categories-module.button-style-2 .swiper-pager {
    top: -19.4rem
}

@media (max-width: 767px) {
    .brand-categories-module.tabs-product .tabs-style .nav-tabs > li > a {
        min-height: 6rem;
        padding: 2rem 0.2rem;
    }
}

@media (max-width: 479px) {
    .brand-categories-module.tabs-product .tabs-style .nav-tabs > li > a {
        padding: 1.5rem 0.2rem;
        min-height: 4rem;
    }
}

.countdown-module {
}

.countdown-module .product-thumb .product-item {
    opacity: 0.5;
}

.countdown-module .product-thumb .product-item:hover {
    opacity: 1;
}

.quantity-progress {
    display: none;
}

.product-available, .product-sold {
    float: left;
    margin-bottom: 1.3rem;
    text-transform: capitalize;
    font-size: 1.3rem;
}

.product-available span, .product-sold span {
    margin-left: 2px; /* font-weight: 700; *//* color: var(--link-hover-color); */
}

.product-available {
    float: right;
}

.bar-percent {
    height: 1.4rem;
    background: #eeeeee;
    width: 100%;
    border-radius: 3rem;
    position: relative;
    overflow: hidden;
}

.available-percent {
    position: absolute;
    height: 100%;
    left: 0;
    background: var(--link-hover-color);
}

.text-countdown {
    margin-bottom: 5px;
    margin-top: 15px;
    color: #222;
}

.text-countdown span {
    color: var(--link-hover-color);
    font-weight: 500;
}

.products-container .text-countdown {
    background: url(../image/bg_line.png) top center no-repeat;
    padding-top: 1.6rem;
    display: none;
}

.products-container .countdown-box {
    position: absolute;
    bottom: -1rem;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.products-container .product-item:hover .countdown-box {
    bottom: 0;
    opacity: 1;
}

.countdown-box > .inner {
    display: inline-block;
    vertical-align: top;
}

.countdown-box .box {
    position: relative;
    text-align: center;
    background: #fff;
    border: 2px solid #ebebeb;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 6rem;
    padding: 1rem 0;
    float: left;
    margin-right: 1rem;
}

.countdown-box .box:last-child {
    margin-right: 0;
}

.countdown-box .box:after {
    content: ":";
    font-size: 3.6rem;
    color: #cccccc;
    position: absolute;
    right: -2rem;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}

.countdown-box .box:last-child:after {
    display: none;
}

.countdown-box .box b {
    font-size: 1.8rem;
    color: #222;
    display: block;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 0.9rem;
    margin-bottom: 0.8rem;
    background: url(../image/bkg_line_timer.png) bottom center no-repeat;
}

.countdown-box .box span {
    display: block;
    font-size: 1.3rem;
    line-height: 1;
}

@media (max-width: 1199px) {
    .products-container .countdown-box .box {
        margin-right: 0.3rem;
    }

    .products-container .countdown-box .box {
        width: 5rem;
    }

    .products-container .countdown-box .box b {
        font-size: 1.6rem;
    }
}

@media (max-width: 991px) {
    .products-container .countdown-box .box {
        width: 5.2rem;
    }

}

@media (max-width: 767px) {
    .products-container .countdown-box .box {
        width: 5rem;
    }
}

@media (max-width: 479px) {
    .countdown-box > .inner {
        width: 100%;
    }

    .products-container .countdown-box .box {
        width: 24%;
        margin-right: 1%;
        border-width: 1px;
        padding: 6px 0;
    }

    .products-container .countdown-box .box b {
        font-size: 1.2rem;
        padding-bottom: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .countdown-box .box span {
        font-size: 1rem;
    }
}

.special-categories-module {
    margin-top: 3rem;
}

.special-categories-module .block-title {
    display: none;
}

.special-categories-module img:hover {
    opacity: 0.7;
}

.special-categories-module .swiper-viewport {
}

.special-categories-module .category-content {
    position: relative;
    text-align: center;
    display: grid;
    grid-template-columns: auto 34.7%;
    align-items: center;
}

.special-categories-module .category-content .caption {
    text-align: left;
    padding: 0;
    padding-left: 1.8rem;
}

.special-categories-module .product-thumb .product-item .caption h4 {
    margin-top: 0;
    margin-bottom: 0.8rem;
}

.special-categories-module .category-content h4 a {
}

.special-categories-module .category-content .total-items {
    color: #999;
    font-size: 1.3rem;
    text-transform: capitalize;
    margin: 0;
}

.special-categories-module .product-thumb .product-item .caption h4 a {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1.4rem;
    color: var(--heading-color);
}

.special-categories-module .product-thumb .product-item .caption h4 a:hover {
    color: var(--link-hover-color);
}

.special-categories-module .category-content h4 a:hover {
    color: var(--link-hover-color);
}

.category-description {
    line-height: 2rem;
    font-size: 1.4rem;
    color: #777;
}

.special-categories-module .category-content .caption .link {
    text-transform: capitalize;
    color: var(--link-hover-color);
    font-size: 1.4rem;
    display: block;
    line-height: 2rem;
}

.special-categories-module .category-content .caption .link:hover {
    text-decoration: underline;
}

.child-featured-categories {
    padding: 0;
    line-height: 2rem;
    font-size: 1.4rem;
    margin: 0;
    list-style: none;
}

.swiper-slide[data-swiper-row="1"] > .category-content,
.swiper-slide[data-swiper-row="2"] > .category-content,
.swiper-slide[data-swiper-row="3"] > .category-content,
.swiper-slide[data-swiper-row="4"] > .category-content,
.swiper-slide[data-swiper-row="5"] > .category-content,
.swiper-slide[data-swiper-row="6"] > .category-content {
    margin-top: 2.2rem;
}

@media (max-width: 991px) {

}

@media (max-width: 991px) {
    .special-categories-module .category-content .caption {
        padding-left: 0.5rem;
    }
}

.testimonial-module {
    margin-top: 10rem;
}

.testimonial-module .block-title {
    display: none;
}

.testimonial-module .swiper-viewport {
    margin: 0;
}

.testimonial-module .swiper-viewport .swiper-slide {
    padding: 0;
}

.testimonial-module .gallery-thumbs {
    max-width: 31rem;
    margin-bottom: 2.5rem;
}

.testimonial-module .testimonial-box {
    text-align: center;
    max-width: 85rem;
    margin: auto;
}

.testimonial-module .testimonial-box p:before {
    content: '';
    width: 6.1rem;
    height: 5.7rem;
    background: url(../image/icon_ttm.png) center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.testimonial-module .testimonial-box p {
    font-size: 2.4rem;
    color: #222;
    font-style: italic;
    line-height: 3rem;
    position: relative;
    padding-top: 11rem;
}

.testimonial-module .testimonial-images {
    text-align: center;
    margin-top: 2rem;
}

.testimonial-module .testimonial-images.active {
}

.testimonial-module .testimonial-author {
    color: #222;
    font-size: 1.4rem;
    font-weight: 500;
    display: block;
    margin-top: 2.5rem;
}

.testimonial-module .rating {
    display: inline-block;
    vertical-align: top;
    margin-top: 3.2rem;
}

.testimonial-module .rating .icon-rating-x:before {
    color: var(--link-hover-color);
}

.testimonial-module .rating .icon-ratings {
    margin-right: 0.5rem;
}

.testimonial-module .rating .icon-ratings:last-child {
    margin: 0;
}

@media (max-width: 991px) {
    .testimonial-module {
        margin-top: 5rem;
    }
}

@media (max-width: 479px) {
    .testimonial-module .testimonial-box p {
        font-size: 2rem;
        padding-top: 8rem;
    }
}

#instagram_block_home {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    border-top: 1px solid #ebebeb;
    margin-top: 7.5rem;
}

#instagram_block_home .block-title { /*! display: none; */
}

#instagram_block_home .swiper-viewport {
    margin: 0 -0.5rem;
}

#instagram_block_home .swiper-viewport .swiper-slide {
    padding: 0 0.5rem;
}

#instagram_block_home .fancybox {
    position: relative;
}

#instagram_block_home .fancybox:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    display: grid;
    align-content: center;
    text-align: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    opacity: 0;
}

#instagram_block_home .fancybox:hover:before {
    opacity: 0.8;
}

#instagram_block_home .fancybox:hover .box-cmt {
    opacity: 1;
}

#instagram_block_home .fancybox .box-cmt {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    font-size: 1.4rem;
    color: #fff;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#instagram_block_home .fancybox .box-cmt > span {
    display: inline-block;
    vertical-align: top;
    margin-right: 2rem;
}

#instagram_block_home .fancybox .box-cmt > span:last-child {
    margin: 0;
}

#instagram_block_home .fancybox .box-cmt > span:before {
    content: "\f443";
    font-family: "Ionicons";
    font-size: 1.6rem;
    margin-right: 6px;
}

#instagram_block_home .fancybox .box-cmt .comment-count:before {
    content: "\f3fa";
}

#instagram_block_home .fancybox img {
    width: 100%;
}

#instagram_block_home .text-follow {
    text-align: center;
    margin-bottom: 0;
    margin-top: 3.3rem;
    background: url(../image/line_instagram.png) center no-repeat;
    background-size: contain;
}

#instagram_block_home .text-follow a {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0 2rem;
    background: #fff;
    position: relative;
    color: #707070;
}

#instagram_block_home .text-follow a:hover {
    color: var(--link-hover-color);
}

@media (max-width: 991px) {
    #instagram_block_home {
        margin-top: 4.5rem;
    }
}

.blog-full {
    padding-bottom: 9.4rem;
    border-bottom: 1px solid #ebebeb;
}

@media (max-width: 991px) {
    .blog-full {
        padding-bottom: 4.4rem;
    }
}

.blog-module {
}

.post-image {
    overflow: hidden;
}

.post-item .post-cation {
    padding: 2rem 0 0 0;
    text-align: left;
}

.post-item .post-cation .post-name {
    margin: 0;
    margin-top: 0;
    position: relative;
    margin-bottom: 0.5rem;
}

.post-item .post-cation .post-name a {
    font-size: 1.8rem;
    color: #333;
    font-weight: 500;
    display: block;
    line-height: 2.4rem;
}

.post-item .post-cation .post-name a:hover {
    color: var(--link-hover-color);
}

.post-date {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    font-size: 1.3rem;
    color: var(--link-hover-color);
}

.post-author {
    font-size: 1.3rem;
    color: #9d9d9d;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: top;
}

.post-author a {
    color: #242424;
}

.post-author a:hover {
    color: var(--link-hover-color);
}

.post-intro p {
    margin-bottom: 1rem;
    line-height: 2.4rem;
    margin-top: 1.3rem;
    color: #666;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 2rem;
}

.post-item .post-cation .btn-more {
    padding-top: 9px;
}

.post-item .post-cation .btn-more a {
    font-size: 1.4rem;
    text-transform: capitalize;
    display: block;
}

.post-item .post-cation .btn-more a:hover {
    text-decoration: underline;
}

@media (max-width: 479px) {
    .post-item .post-cation { /*! padding-top:1.5rem; */
    }

    .post-item .post-cation .post-name a {
        line-height: 1.3;
    }
}

.blog-widget-section {
    margin-bottom: 3rem;
}

.blog-widget-section .widget-content {
    line-height: 3rem;
}

.blog-widget-section .title {
    text-align: left;
    margin-bottom: 2.5rem;
    position: relative;
}

.blog-widget-section .cat-title {
    margin-bottom: 1.8rem;
}

.blog-widget-section .title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #ebebeb;
}

.blog-widget-section .title h3 {
    background: #fff;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 2rem;
    margin: 0;
    font-size: 2rem;
}

.blog-widget .widget-content {
    display: grid;
    grid-template-columns: 7.5rem auto;
    margin-bottom: 2rem;
}

.latest-post-content {
    padding-left: 1.5rem;
}

.blog-widget .latest-post-name {
    margin-top: 0;
    margin-bottom: 0;
}

.blog-widget .latest-post-name a {
    display: block;
    line-height: 1.3;
    color: var(--heading-color);
}

.blog-widget .latest-post-name a:hover {
    color: var(--link-hover-color)
}

.tool-bar .post-item-limit {
    max-width: 20rem;
    float: right;
}

.post-layout {
    margin-bottom: 3rem;
}

.post-grid .post-intro {
    display: block;
}

.post-list .post-item .post-cation {
    padding: 0;
    text-align: left;
}

.plaza-blog-post .post-container .post-title h1 {
    margin-top: 0;
    font-size: 3.2rem;
}

.plaza-blog-post .post-container .post-date {
    color: #999;
    margin-bottom: 2.5rem;
    display: block;
}

.plaza-blog-post .post-description img {
    margin-bottom: 2rem;
}

.blog-widget-slider {
    margin-top: 5rem;
}

.plaza-blog-category .main {
    position: relative;
}

.plaza-blog-category .page-title h1 {
    margin-top: 0;
}

.plaza-blog-category .page-title + p {
    margin-bottom: 2.5rem;
}

@media (max-width: 991px) {
    .blog-widget-section {
        margin-top: 3rem;
    }
}

@media (min-width: 768px) {
    .post-layout.col-sm-4:nth-child(3n+1) {
        clear: left;
    }
}

@media (max-width: 767px) {
    .post-layout.col-sm-6:nth-child(2n+1) {
        clear: left;
    }

    .post-page > .row, .post-list .post-item > .row {
        margin: 0 -0.75rem;
    }

    .post-page > .row > .post-layout, .post-list .post-item > .row > div {
        padding: 0 0.75rem;
    }

    .post-intro p {
        font-size: 1.3rem;
        line-height: 2rem;
    }
}

@media (max-width: 479px) {
    .post-list .post-item > .row > div {
        width: 100%;
    }

    .post-list .post-item > .row > div:not(:first-child) {
        margin-top: 2rem;
    }

    .post-item .post-cation .post-name a {
        font-size: 1.4rem;
    }
}

#twitter-feed {
    text-align: left;
    color: #999;
    line-height: 2.4rem;
}

.tweet-title, .twitter-pic, .tweetprofilelink, .tweet-time, #twitter-feed .twitter-text br {
    display: none;
}

#twitter-feed .twitter-text a {
    color: var(--link-hover-color);
    font-weight: 300;
}

#twitter-feed .twitter-text a:hover {
    text-decoration: underline;
}

.twitter-article {
    margin-bottom: 2rem;
}

.twitter-article:last-child {
    margin: 0;
}

#content {
    min-height: 30rem;
}

#content > h1 {
    margin-top: 0;
    letter-spacing: 0;
}

.common-home footer { /* margin-top: 0; */
}

.custom-row {
    display: flex;
    flex-wrap: wrap;
}

.custom-row > div {
    float: unset;
}


/* FOOTER START */

footer {
    margin-top: 13rem;
    background: rgba(21, 21, 21, 1);
    padding: 80px 0 20px;
}

footer,
footer a {
    color: #969696;
}

footer a {
    transition: color .3s;
}
footer a:hover {
    color: #4D7453;
}

footer .logo-artisparts {
    width: 147px;
    height: 42px;
}

footer .logo-alpani {
    width: 198px;
    height: 21px;
}

@media (min-width: 993px) {
    footer .logo-wrapper {
        margin-bottom: 28px;
    }
}
@media (min-width: 1360px) {
    footer .container-fluid {
        max-width: 1596px;
    }
}

/* Footer col 1 - main */
.footer__col-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 20px;
}
.footer__col-link-1,
.footer__col-link-2 {
    padding-left: 78px;
}
.footer__col-link-3 {
    padding-left: 42px;
}
/* Footer col 5 - contacts */
.footer__col-contact {
    display: flex;
    flex-direction: column;
    padding-left: 32px;
}
.footer__col-link-1,
.footer__col-link-2,
.footer__col-link-3,
.footer__col-contact {
    padding-top: 5px;
}

@media (min-width: 992px) {
    .footer__col-main {
        width: 20%;
    }
    .footer__col-link-1,
    .footer__col-link-2,
    .footer__col-link-3 {
        width: 17.66666667%;
    }
    .footer__col-contact {
        width: 27%;
    }
}

@media (max-width: 1440px) {
    .footer__col-main {
        padding-right: 20px;
    }
    .footer__col-link-1,
    .footer__col-link-2 {
        padding-left: 20px;
    }
    .footer__col-link-3 {
        padding-left: 20px;
    }
    .footer__col-contact {
        padding-left: 20px;
    }
    .footer__col-link-1,
    .footer__col-link-2,
    .footer__col-link-3,
    .footer__col-contact {
        padding-top: 0px;
    }
}


/* Footer col 1 - main */
.footer__logo {
    width: 80px;
    height: 42px;
    margin-bottom: 20px;
}
.footer__description {
    margin-bottom: 20px;
    font-size: 14px;
}
.footer__copyright {
    margin-top: 25px;
    font-size: 13px;
}
.footer__author {
    text-decoration: underline;
    font-size: 13px;
    line-height: 13px;
}

/* Footer col 2 , 3 , 4 - links  */
.footer__list {
    display: flex;
    flex-direction: column;
}
.footer__link-wrapper {
    margin: 7.5px 0;
}
.footer__link {
    font-size: 14px;
}
.footer__link-wrapper:first-child {
    margin-top: 0;
}
.footer__link-wrapper:last-child {
    margin-bottom: 0;
}

/* Footer col 5 - contacts  */
.footer__phone,
.footer__mail {
    display: block;
}
.footer__phone {
    font-size: 14px;
    margin-bottom: 18px;
    font-weight: 500;
}
.footer__mail {
    font-size: 15px;
    margin-bottom: 27px;
}
.footer__address {
    font-size: 14px;
    line-height: 22px;
}
.footer__contacts {
    display: flex;
}
.footer__contact {
    margin: 0 14px;
}
.footer__contact:first-child {
    margin-left: 0;
}
.footer__contact:last-child {
    margin-right: 0;
}
.footer__contact svg {
    width: 24px;
    height: 24px;
    fill: #707070;
}
@media (max-width: 992px) {
    .footer__address {
        display: none;
    }
}
@media (min-width: 993px) {
    .footer__phone,
    .footer__mail,
    .footer__address {
        display: block;
        text-align: right;
    }
}

/* Footer bottom */
.footer__bottom {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    padding-top: 25px;
}

.footer__bottom > div {
    display: flex;
    align-items: center;
    column-gap: 22px;
}

@media (max-width: 992px) and (min-width: 768px) {
    .footer__col-link-2,
    .footer__col-link-3 {
        margin-left: 8.33333333%;
    }
    footer .container-fluid {
        padding: 0 50px;
    }
    .footer__col-main {
        margin-bottom: 40px;
    }
    .footer__col-contact {
        display: flex;
        flex-direction: row;
        margin-top: 40px;
    }
    .footer__col-contact-box {
        display: flex;
        margin-right: 40px;
    }
}

@media (max-width: 767px) {
    .footer__col-main {
        margin-bottom: 40px;
    }
    .footer__col-link-1 {
        width: 50%;
        float: left;
        clear: unset;
    }
    .footer__col-link-2 {
        width: 50%;
        float: left;
        clear: unset !important;
    }
    .footer__col-link-3 {
        width: 100%;
        margin-top: 35px;
    }
    .footer__col-link-3 .footer__list {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .footer__col-link-3 .footer__link-wrapper {
        width: 50%;
    }
    .footer__col-link-3 .footer__link-wrapper:nth-child(2n) {
        padding-left: 15px;
    }
    .footer__col-contact {
        display: flex;
        flex-direction: row;
    }
    .footer__mail {
        margin-bottom: 0;
    }
    .footer__delivery-list {
        margin-bottom: 25px;
    }
}
@media (min-width: 768px) {
    .footer__bottom {
        justify-content: space-between;
    }
}
@media (max-width: 992px) {
    .footer__bottom {
        display: none;
    }
    .footer__phone {
        width: 100%;
    }
    .footer__mail {
        margin-bottom: 0;
    }
    .footer__col-contact-box {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin-top: 45px;
    }
    .footer__col-main .footer__contacts {
        display: none;
    }
    .footer__author {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        text-align: center;
    }
}
@media (min-width: 993px) {
    .footer__bottom {
        margin-top: 50px;
    }
    .footer__delivery-list img {
        margin-right: 30px;
    }
    .footer__copyright {
        margin-top: 28px;
    }
    .footer__col-contact-box .footer__contacts {
        display: none;
    }
    .footer__col-main .footer__author {
        display: none;
    }
}

/* FOOTER END */



.payment {
    float: right;
    padding: 0.5rem 0;
}

.social-group {
    overflow: hidden;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 0 2rem;
    margin-top: 3rem;
}

.social {
    margin-top: 4rem;
}

.social label {
    color: #fff;
    margin: 0;
    line-height: 3.8rem;
    font-size: 1.4rem;
    margin-right: 1rem;
    display: none;
}

.social a {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    color: #fff;
    background: #f2f2f2;
    margin-right: 0.6rem;
    text-align: center;
    line-height: 4rem;
    width: 4rem;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    font-weight: 400;
}

.social a.facebook {
    background: #3c5b9b;
}

.social a.twitter {
    background: #40c1df;
}

.social a.google {
    background: #db3236;
}

.social a.youtube {
    background: #ff0000;
}

.social a:hover {
    background: var(--link-hover-color);
    color: #fff;
}

.social a:last-child {
    margin-right: 0;
}

.social a:before {
    font-size: 1.6rem;
    font-family: "Ionicons";
    display: inline-block;
    vertical-align: top;
}

.social a.facebook:before {
    content: "\f231";
}

.social a.google:before {
    content: "\f235";
}

.social a.twitter:before {
    content: "\f243";
    font-size: 1.6rem;
}

.social a.youtube:before {
    content: "\f24c";
}

.social a.instagram:before {
    content: "\f350";
}

.footer-copyright {
    text-align: center;
    color: #707070;
}

.footer-copyright .inner {
    padding: 17.5px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.footer-copyright .text-powered {
    float: left;
    line-height: 3rem;
    margin: 0;
    padding: 7.5px 0;
}

.footer-copyright .text-powered a {
    color: var(--link-hover-color);
}

.footer-copyright .text-powered a:hover {
    text-decoration: underline;
}

.alert {
    margin: 0;
    padding: 0.8rem 1.4rem;
    clear: both;
    font-size: 1.4rem;
    line-height: 2.6rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    position: relative;
    z-index: 9;
    text-align: center;
}

body .alert {
    margin-bottom: 2rem;
}

body .quickview-container .alert {
}

.alert .close {
    position: absolute;
    top: 50%;
    right: 1rem;
    font-size: 3.4rem;
    font-weight: bold;
    opacity: 1;
    margin-top: -1.7rem;
}

.alert .close:hover,
.alert .close:focus {
    color: var(--link-hover-color);
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    opacity: 1;
}

.breadcrumbs {
    text-align: center;
    margin-bottom: 5.5rem;
    font-size: 1.4rem;
    background: #f7f7f9;
    border-bottom: 1px solid #f1f1f2;
    border-top: 1px solid #f1f1f2;
}

.breadcrumbs.has-image {
    position: relative;
    border: 0;
}

.breadcrumbs.has-image > .container {
    position: absolute;
    top: 21%;
    left: 0;
    right: 0;
    margin: auto;
}

.breadcrumbs.has-image .container-inner {
    padding: 0;
}

.breadcrumbs .container-inner {
    padding: 5rem 0;
}

.breadcrumbs h1 {
    font-size: 2.8rem;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 1.2rem;
    font-weight: bold;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.breadcrumb i {
    font-size: 1.5rem;
}

.breadcrumb > li {
    position: relative;
    vertical-align: top;
}

.breadcrumb > li + li:before {
    content: '/';
    color: #242424;
}

.breadcrumb > li > a {
    text-transform: capitalize;
    color: #242424;
}

.breadcrumb > li > a:hover, .breadcrumb > li:last-child > a {
    color: var(--link-hover-color);
}

@media (max-width: 1199px) {
    .breadcrumbs.has-image > .container {
        top: 10%;
    }

    .breadcrumbs.has-image .category-image .img-thumbnail {
        min-height: 25rem;
        object-fit: cover;
    }

    .breadcrumbs h1 {
        font-size: 4rem;
    }
}
@media (max-width: 440px) {
    .breadcrumbs h1 {
        font-size: 3rem;
    }
}
@media (max-width: 991px) {
    .breadcrumbs .container-inner {
        padding: 3rem 0;
    }
}


.category-breadcrumb {
    margin-top: 130px;
}

.category-breadcrumb__inner {
    display: flex;
    align-items: center;
}

.category-breadcrumb svg {
    width: 26px;
    height: 20px;
    margin-right: 15px;
}

.category-breadcrumb h1 {
    font-size: 32px;
    line-height: 46px;
    color: #151515;
    font-weight: bold;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .category-breadcrumb {
        margin-top: 50px;
    }

    .category-breadcrumb h1 {
        font-size: 27px;
    }
}

.buttons {
    margin: 1em 0;
    overflow: hidden;
}

.checkout-cart .buttons {
    display: flex;
    justify-content: flex-end;
    overflow: unset;
}

.checkout-cart .buttons .pull-left {
    margin-right: 30px;
}

.checkout-cart #content .col-sm-4 {
    float: unset;
}

.btn {
    line-height: 2.5rem;
    padding: 1rem 2rem;
    font-size: 1.3rem;
    font-weight: 500;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-default {
    line-height: 2.5rem;
    padding: 1rem 2rem;
    font-size: 1.3rem;
    font-weight: 500;
    border: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.btn.focus, .btn:focus, .btn:hover, .btn-default:hover, .bootstrap-datetimepicker-widget td span:hover {
    color: #ffffff;
    text-shadow: none;
    background-color: var(--link-hover-color);
}

.btn-primary {
    color: #ffffff;
    text-shadow: none;
    background-color: var(--link-hover-color);
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #ff6c00;
    background-position: 0;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: var(--link-hover-color);
    border-radius: 0;
}

.btn-link:focus, .btn-link:hover {
    text-decoration: none;
    color: var(--link-hover-color);
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

.list-categories {
    margin-bottom: 0;
    border: 0;
    padding: 0;
    padding-bottom: 0;
}

.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

.col-order-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.col-order-inner .pt-filter {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}

.col-order-inner .static-sidebar {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
}

.col-order-inner .tt_product_module {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
}

.layered-navigation-block {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

.ajax-loader {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    z-index: 999;
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}


.category-image .img-thumbnail {
    border-radius: 0;
    -webkit-border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0;
}

.show-sidebar i:first-child {
    position: fixed;
    top: 30%;
    left: 0;
    font-size: 2rem;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    cursor: pointer;
    color: #333;
    text-align: center;
    z-index: 120;
    border-top-right-radius: 3.5rem;
    border-bottom-right-radius: 3.5rem;
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .17);
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, .17);
    background-color: rgba(255, 255, 255, .9);
}

.show-sidebar i:last-child {
    display: none;
}

.show-sidebar.opened i:last-child {
    left: auto;
    top: 1rem;
    right: 1rem;
    border-radius: 0;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    z-index: 334;
    position: fixed;
    display: block;
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, .17);
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, .17);
    background-color: #fff;
    color: #333;
    font-size: 3rem;
    text-align: center;
    cursor: pointer;
}

.show-sidebar i:hover {
    background: var(--link-hover-color) !important;
    color: #fff !important;
}

.show-sidebar.opened:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 300;
}

.text-refine {
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 0;
}

.tool-bar {
    margin-bottom: 1.5rem;
    border: 0;
    padding: 0;
    background: #fff;
    margin-top: 1.5rem;
}

.tool-bar .form-group {
    margin-bottom: 1rem;
}

.tool-bar .form-group.input-group {
}

.tool-bar-bottom {
    font-size: 1.4rem;
    margin-top: 1rem;
}

.tool-bar-bottom .text-left {
    clear: left;
}

#grid-view, #list-view, .btn-group .btn-custom-view, .btn-group .btn-grid-view, .btn-group .btn-list-view {
    width: 3.3rem;
    height: 4rem;
    line-height: 4rem;
    padding: 0;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 0;
    background: transparent;
    text-align: center;
    color: #fff;
    text-shadow: none;
    font-size: 0;
}

.btn-group .btn-custom-view {
    margin: 0 !important;
}

#grid-view, .btn-group .btn-grid-view {
    margin-right: 0.5rem;
    background: url(../image/bkg_grid.png) center no-repeat;
}

#grid-view.active, #grid-view:hover, .btn-group .btn-grid-view.active, .btn-group .btn-grid-view:hover {
    background: url(../image/bkg_grid_hover.png) center no-repeat;
}

.btn-custom-view.btn-list, #list-view, .btn-group .btn-list-view {
    background: url(../image/bkg_list.png) center no-repeat;
}

.btn-custom-view.btn-list.active, .btn-custom-view.btn-list:hover, #list-view.active, #list-view:hover, .btn-group .btn-list-view.active, .btn-group .btn-list-view:hover {
    background: url(../image/bkg_list_hover.png) center no-repeat;
}

.btn-custom-view.btn-grid-1 {
    background: url(../image/bkg_grid1.png) center no-repeat;
}

.btn-custom-view.btn-grid-1.active, .btn-custom-view.btn-grid-1:hover {
    background: url(../image/bkg_grid1_hover.png) center no-repeat;
}

.btn-custom-view.btn-grid-2 {
    background: url(../image/bkg_grid2.png) center no-repeat;
}

.btn-custom-view.btn-grid-2.active, .btn-custom-view.btn-grid-2:hover {
    background: url(../image/bkg_grid2_hover.png) center no-repeat;
}

.btn-custom-view.btn-grid-3 {
    background: url(../image/bkg_grid.png) center no-repeat;
}

.btn-custom-view.btn-grid-3.active, .btn-custom-view.btn-grid-3:hover {
    background: url(../image/bkg_grid_hover.png) center no-repeat;
}

.btn-custom-view.btn-grid-4 {
    background: url(../image/bkg_grid4.png) center no-repeat;
}

.btn-custom-view.btn-grid-4.active, .btn-custom-view.btn-grid-4:hover {
    background: url(../image/bkg_grid4_hover.png) center no-repeat;
}

.btn-custom-view.btn-grid-5 {
    background: url(../image/bkg_grid5.png) center no-repeat;
}

.btn-custom-view.btn-grid-5.active, .btn-custom-view.btn-grid-5:hover {
    background: url(../image/bkg_grid5_hover.png) center no-repeat;
}

.input-group .input-group-addon {
    background: none;
    font-size: 1.4rem;
    height: 4rem;
    color: #5a5a5a;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.input-group .form-control {
    height: 4.5rem;
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #222;
    font-size: 1.4rem;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

#input-sort, #input-limit {
    height: 4rem;
    border-radius: 0;
    border: 0;
    color: #5a5a5a;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 1.4rem;
}

.input-group-addon[for="input-sort"], .input-group-addon[for="input-limit"] {
    padding: 0;
}

#compare-total {
    line-height: 2.4rem;
    padding: 0.8rem 0;
    border: 0;
    text-transform: capitalize;
    background: transparent !important;
    color: var(--link-color);
    font-weight: 400;
    font-size: 1.4rem;
}

#compare-total:hover {
    color: var(--link-hover-color);
    background: transparent;
}

.pagination > li {
    margin-right: 6px;
    float: left;
}

.pagination > li:last-child {
    margin-right: 0;
}

.pagination > li > a, .pagination > li > span {
    transition: color .24s, background-color .24s;
    background: #F2F2F2;
    border-radius: 3px;
    border: 0;
    padding: 0;
    width: 40px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #242424;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 3px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover,
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span,
.pagination > .active > span:focus, .pagination > .active > span:hover {
    background: var(--link-hover-color);
    color: #fff;
}

.tool-bar-bottom div + div {
    line-height: 4rem; /* margin:2rem 0; */
    color: #222;
}

.tool-bar-bottom .pagination {
    margin: 0;
    vertical-align: top;
}

@media (min-width: 768px) {
    #product-category .product-grid.col-lg-3 .product-thumb .category-options,
    #product-category .product-grid.col-divide-5 .product-thumb .category-options {
        float: none;
        display: block;
        clear: both;
        padding-bottom: 1rem;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    #product-category .product-grid.col-sm-4 .product-thumb .category-options {
        float: none;
        display: block;
        clear: both;
        padding-bottom: 1rem;
        padding-top: 0;
    }

    #product-category .product-grid.col-sm-4 .pro-label {
        top: 1rem;
        left: 1rem;
    }

    #product-category .product-grid.col-sm-4 .box-label > div:nth-child(2) > span {
        top: 3.8rem;
    }
}

@media (max-width: 767px) {
    .tool-bar-bottom div div {
        text-align: center;
    }

    .tool-bar-bottom .pagination {
        margin-bottom: 0;
    }
}

/*.custom-category > .row {
    display: table-cell;
}*/

.product-layout.product-grid {
    margin-bottom: 4.2rem;
}

.product-layout.product-grid .product-thumb .product-item {
    border: 0;
}

.product-grid .product-description {
    display: none;
}

.product-list .product-thumb {
}

.product-list:first-child {
}

.product-list:last-child {
}

.product-list .product-thumb .product-item {
    display: grid;
    grid-template-columns: 35% auto;
    border: 0;
    margin-bottom: 4rem;
}

.product-list .product-thumb .product-item:before {
    display: none;
}

.product-list .product-thumb .product-item .image {
}

.product-list .product-thumb .product-item .image > .inner {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.product-list .product-thumb .product-item .caption {
    padding: 0 0 0 3rem;
    text-align: left;
}

.product-list .product-thumb .product-item .caption > .inner {
    display: grid;
}

.product-list .product-thumb .product-item .manufacture-product {
    order: 1;
}

.product-list .product-thumb .product-item .caption h4 {
    order: 2;
    margin-bottom: 1.5rem;
}

.product-list .product-thumb .product-item .caption h4 a {
    font-size: 1.8rem;
    letter-spacing: -0.025em;
}

.product-list .product-thumb .product-item .caption .rating {
    order: 3;
}

.product-list .product-thumb .product-item .price {
    order: 4;
    margin-top: 1.7rem;
}

.product-list .product-thumb .product-item .category-options {
    order: 5;
    padding-top: 1.5rem;
}

.product-list .product-thumb .price-old {
}

.product-list .product-thumb .product-description {
    margin-top: 2rem;
    margin-bottom: 0;
    order: 6;
    border-top: 1px solid #ebebeb;
    padding-top: 1.5rem;
}

.product-list .box-button-list {
    margin-top: 4.8rem;
}

.box-button-list .button-cart {
    line-height: 6rem;
    padding: 0 6rem;
    border: 0;
    font-size: 1.4rem;
    font-weight: 500;
    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    margin-right: 1rem;
}

.box-button-list .button-wishlist, .box-button-list .button-compare {
    font-size: 1.8rem;
    color: #888888;
    background: transparent;
    border: 0;
    line-height: 6rem;
    padding: 0 1rem;
}

.box-button-list .button-wishlist:hover, .box-button-list .button-compare:hover {
    color: var(--link-hover-color);
}

.box-button-list .button-wishlist span, .box-button-list .button-compare span {
    display: none;
}

.box-button-list .button-wishlist:before, .box-button-list .button-compare:before {
    content: "\e977";
    font-family: 'plaza-icon';
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    font-weight: normal;
}

.box-button-list .button-compare:before {
    content: "\e9d1";
}

.box-list {
    display: none;
}

.product-list .box-list {
    display: grid;
    border-left: 1px solid #ebebeb;
    padding-left: 2.5rem;
    align-items: center;
}

.product-list .product-thumb .button-group button {
    width: 6rem;
}

.product-list .box-list .text-available {
    color: #222;
    margin-bottom: 1.5rem;
}

.product-list .box-list .text-available span {
    color: var(--link-hover-color);
    margin-left: 5px;
}

.product-list .box-cart-list .box-cart {
    position: relative;
    padding: 0;
    left: auto;
    right: auto;
    margin: 0;
    top: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    background: transparent;
    opacity: 1;
}

.product-list .box-cart-list .box-cart .button-cart {
    line-height: 3.9rem;
    max-width: 20rem;
}

.rating .fa-stack {
    font-size: 0.8rem;
}

.rating .fa-star-o {
    color: #999;
    font-size: 1.5rem;
}

.rating .fa-star {
    color: #FC0;
    font-size: 1.5rem;
}

.rating .fa-star + .fa-star-o {
}

h2.price {
    margin: 0;
}

.price {
    color: var(--link-hover-color);
    font-weight: 700;
    margin: 0;
    font-size: 1.8rem;
}

.price .price-tax {
    display: none;
}

.price .price-new {
    color: var(--link-hover-color);
}

.price .price-old {
    color: #b1b1b1;
    text-decoration: line-through;
    margin-left: 3px;
    font-weight: normal;
    font-size: 1.4rem;
    vertical-align: middle;
}

.price-tax {
    color: #b3b3b3;
    font-size: 1.2rem;
    display: block;
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails > li {
    margin-left: 2rem;
}

.thumbnails {
    margin-left: -2rem;
}

.thumbnails > img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 2rem;
    padding: 0.5rem;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 7.8rem;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 2rem;
}

.product-image-details .additional-container {
    padding: 0;
}

.product-image-details .swiper-viewport {
    margin: 0 -0.5rem;
}

.product-image-details .swiper-slide {
    padding: 0 0.5rem;
    text-align: center;
}


.product-image-details .cloud-zoom-gallery {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.product-image-details .img-active .cloud-zoom-gallery:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 2px solid #427149;
}

.product-image-details .img-active .cloud-zoom-gallery, .product-image-details .cloud-zoom-gallery:hover {
    opacity: 1;
}

.product-image-details .cloud-zoom-gallery img {
    width: 100%;
}

.product-info-details {
    text-align: left;
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    overflow: auto;
    padding-left: 45px;
}

.product-info-details .rating .icon-ratings {
}

.product-info-details .text-countdown {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}

.product-info-details .countdown-box {
}

.product-info-details .countdown-box .box { /*! margin-right: 2.8rem; */
}

.product-info-details .countdown-box .box:last-child {
    margin: 0;
}

#product-product .product-info-details > .inner {
}

#quickview-content .product-info-details {
    overflow: auto;
    max-height: 100%;
}

.product-info-details .manufacture-product {
    margin-bottom: 0.2rem;
}

.product-info-details .manufacture-product a {
    font-size: 1.2rem;
    color: #929292;
}

.product-info-details .manufacture-product a:hover {
    color: var(--link-hover-color);
}

.product-info-details .product-tags {
    margin-bottom: 2.3rem;
}

.product-info-details .product-tags a:hover {
    color: var(--link-hover-color);
}

.product-info-details h1 {
    font-size: 2.4rem;
    margin-top: 0;
    margin-bottom: 2rem;
    letter-spacing: -0.025em;
}

.product-info-details h1 a {
    color: #292929;
}

.product-info-details h1 a:hover {
    color: var(--link-hover-color);
}

.product-info-details .rating {
    margin-bottom: 2rem;
}

.product-info-details .price {
    /* font-size: 2.4rem; */
    float: left;
    padding-right: 20px;
}
.product-info-details .manufacture  {
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.product-info-details .manufacture a {
    font-weight: 500;
    color: #929292;
}
.product-info-details .description {
    font-weight: 400;
    color: #242424;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.product-info-details .price .price-old { /* font-size: 2.4rem; */
}

.product-info-details ul.list-unstyled {
    margin: 2.3rem 0;
    border-top: 1px solid #efefef;
    margin-top: 2.5rem;
    padding-top: 2rem;
}

.product-info-details ul.list-unstyled li span {
    color: #777;
}

.product-info-details ul.list-unstyled li a {
    color: var(--link-hover-color);
}

.product-info-details ul.list-unstyled li a:hover {
    text-decoration: underline;
}

.product-info-details #product .form-group .control-label {
    text-transform: capitalize;
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--heading-color);
}

.product-info-details #product .form-group .form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #f1f1f1;
    color: #333;
}

.product-info-details #product .form-group .control-label[for="input-quantity"] {
    line-height: 5rem;
    float: left;
    margin: 0.9rem 0.5rem;
    margin-left: 0;
}

.product-info-details #product .form-group #input-quantity {
    width: 7rem;
    height: 4.5rem;
    text-align: center;
    float: left;
    font-size: 1.4rem;
    color: #242424;
    margin: 1rem 0.5rem;
    margin-right: 2rem;
    border: 2px solid #242424;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #fff;
}

.product-info-details #button-cart {
    float: left;
    margin: 1rem 0;
    padding: 0 5rem;
    line-height: 4.5rem;
    width: auto;
}

.product-info-details #button-cart:hover { /* background: #222; */
}

.product-info-details #product .btn-group {
    margin-top: 0;
    display: block;
    clear: left;
    overflow: hidden;
}

.product-info-details #product .btn-group button {
    padding: 0;
    line-height: 4.5rem;
    text-align: center;
    margin: 0;
    background: transparent;
    color: var(--link-color);
    text-transform: capitalize;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-right: 2.8rem;
    font-weight: 500;
    font-size: 1.4rem;
}

.product-info-details #product .btn-group button:last-child {
    margin-right: 0;
}

.product-info-details #product .btn-group button:hover {
    color: var(--link-hover-color);
}

.product-info-details #product .btn-group button:before {
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    font-size: 1.8rem;
    margin-right: 1rem;
    font-family: 'plaza-icon';
    margin-left: 1px;
}

.product-info-details #product .btn-group button.btn-wishlist:before {
    content: "\e977";
}

.product-info-details #product .btn-group button.btn-compare:before {
    content: "\e9d1";
}

.product-info-details #product .alert {
    margin-bottom: 1.5rem;
}

.product-info-details-more {
    margin-top: 7.3rem;
}

.product-info-details-more .inner { /* background: #fff; *//* padding: 5rem 2rem 3rem 2rem; */
}

.product-info-details-more .tab-pane {
    color: #242424;
}


.product-info-details-more .nav-tabs {
    border: 0;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
}

.product-info-details-more .nav-tabs > li {
    margin: 0;
    position: relative;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: 7.2rem;
}

.product-info-details-more .nav-tabs > li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: var(--link-hover-color);
    position: absolute;
    left: 0;
    bottom: -2px;
    opacity: 0;
}

.product-info-details-more .nav-tabs > li.active:after { /* opacity: 1; */
}

.product-info-details-more .nav-tabs > li:last-child {
    margin: 0;
}

.product-info-details-more .nav-tabs > li > a {
    padding: 0;
    padding-bottom: 6px;
    line-height: 3rem;
    font-size: 2.1rem;
    text-transform: capitalize;
    border: 0;
    font-weight: 500;
    background: transparent;
    margin: 0;
    color: #969696;
    border-radius: 0;
    -webkit-border-radius: 0;
    letter-spacing: -0.025em;
}

.product-info-details-more .nav-tabs > li > a:hover, .product-info-details-more .nav-tabs > li.active > a, .product-info-details-more .nav-tabs > li.active > a:focus, .product-info-details-more .nav-tabs > li.active > a:hover {
    color: #242424;
    border: 0;
    background: transparent;
}

.product-info-details-more .tab-content {
    padding: 4.5rem 0 0 0;
}

.related-products {
    /*border-top: 1px solid #ebebeb;*/
    margin-top: 10rem;
}

.container {
    width: 100%;
}

.layout-fluid > .container {
    width: auto;
    max-width: 184rem;
}

.layout-fluid .swiper-viewport .swiper-button-next {
    right: 0 !Important;
    width: auto;
}

.layout-fluid .swiper-viewport .swiper-button-prev {
    left: 0 !Important;
    width: auto;
}

@media (min-width: 992px) {
    .container {
        max-width: 1340px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1340px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 1199px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
    .scroll-fixed > .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .layer-category #column-left, .layer-category #column-right {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .footer-copyright .text-powered, .payment {
        display: block;
        float: none;
    }

    .layer-category #column-left, .layer-category #column-right {
        position: fixed;
        left: 0;
        top: 0;
        width: 88%;
        height: 100%;
        max-width: 37.5rem;
        z-index: 11000;
        overflow: auto;
        background: #fff;
        padding: 2rem;
        display: none;
    }

    .layer-category #content {
        width: 100%;
    }

    .block-title {
        margin-top: 4.5rem;
        margin-bottom: 3.5rem;
    }

    .tabs-product .block-title {
        margin-bottom: 3rem;
    }

    .block-title-2 .block-title {
        margin-top: 4rem;
    }

    footer {
        margin-top: 5rem;
    }

    .footer-links .inner {
        padding-top: 5rem;
        padding-bottom: 1rem;
    }

    .product-info-details-more {
        margin-top: 4rem;
    }

    .newsletter-popup {
        display: none !Important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #search-by-category .search-ajax {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .image-content { /*! margin-top: 3rem; */
    }

    #product-category .img-thumbnail {
        margin-bottom: 1rem;
    }

    .additional-button-prev, .additional-button-next {
        display: none;
    }

    .mousetrap {
        max-width: 100%;
        max-height: 100%;
    }

    #cloud-zoom-big {
        display: none !important;
    }

    .nivo-directionNav a {
        display: none;
    }

    .ajax-body-login .account-login,
    .ajax-body-login .account-register {
        width: 90%;
    }

    .product-info-details {
        position: relative;
        padding: 0 1.5rem;
        margin-top: 3rem;
        top: auto;
        right: auto;
        bottom: auto;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }

    .product-layout.product-grid {
        margin-bottom: 60px;
    }

    .payment {
        text-align: center;
    }

    .social-group {
        padding: 1rem 0;
        margin-top: 1rem;
    }

    .footer-copyright .inner {
        padding: 3rem 0;
    }


    .product-list .product-thumb .product-item .caption {
        padding-right: 0;
        padding-left: 1.5rem;
    }

    .product-list .product-thumb .product-item {
        grid-template-columns: 35% auto;
    }

    .product-list .product-thumb .box-list {
        grid-column: 2/ span 3;
        padding-left: 1.5rem;
        text-align: left;
        margin-top: 1rem;
        border: 0;
    }

    .product-list .product-thumb .product-item .image {
        grid-row: 1/span 2;
    }

}

@media (max-width: 567px) {
    .product-info-details-more .nav-tabs > li {
        display: block;
        margin: 0;
    }

    .product-info-details-more .nav-tabs > li > a {
        padding: 1rem 0;
    }
}

@media (max-width: 479px) {
    .product-list .product-thumb .product-item {
        grid-template-columns: 100%;
    }

    .product-list .product-thumb .product-item .caption {
        padding-left: 0;
        padding-top: 2rem;
    }

    .product-list .product-thumb .box-list {
        grid-column: auto;
        padding: 0;
    }

    .block-title h3 {
        font-size: 2.5rem;
    }
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    #content .col-xs-6:nth-child(2n+1) {
        clear: left;
    }

    #content .col-xs-4:nth-child(3n+1) {
        clear: left;
    }
}

@media (max-width: 479px) and (min-width: 0px) {
    #content .col-xs-6:nth-child(2n+1), #content .product-items.col-xs-4:nth-child(2n+1) {
        clear: left;
    }

    #content .product-items.col-xs-4 {
        width: 50%;
    }
}

@media (min-width: 480px) {
    .btn-grid-1 {
        display: none;
    }
}

@media (max-width: 1199px) {
    .btn-grid-5 {
        display: none;
    }
}

@media (max-width: 767px) {
    .btn-grid-4 {
        display: none;
    }
}

@media (max-width: 479px) {
    .btn-grid-3 {
        display: none;
    }
}

@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.mfp-wrap button {
    background: transparent !Important;
}

.bootstrap-datetimepicker-widget td span:hover {
    background: transparent !Important;
    color: inherit;
}

#button-search {
    margin-bottom: 3rem;
}

@media (max-width: 374px) {
    #checkout-cart .buttons > div {
        float: none !important;
        margin-top: 1rem;
        text-align: right;
    }
}

#information-contact .img-thumbnail {
    border: 0;
}




body.common-home {
    overflow-x: hidden;
}

.section-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #FCFCFC;
}

/*
     Section search on main page and search details
*/
.container.search-section {
    max-width: 1050px;
    padding-left: 50px;
    padding-right: 50px;
}

.parts-section {
    padding-top: 44px;
    padding-bottom: 42px;
    background-color: #F7F7F9;
}

.search-section__title {
    font-weight: 500;
    font-size: 14px;
    color: #373737;
}

.search-section__input-box {
    display: flex;
    line-height: 15px;
}
.search-section__input {
    padding: 19px 25px;
    font-size: 14px;
    font-weight: 400;
    color: #373737;
    border: 1px solid #EBEBEB;
    background: #fff;
    width: 100%;
    line-height: normal;
    -webkit-appearance: none;
    border-radius: 0;
}
.search-section__input::placeholder {
    color: #969696;
}

.search-section__btn {
    padding: 19px 36px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: normal;
    background-color: #4D7453;
    margin-left: 24px;
    border-radius: 2px;
}
.search-section__btn:focus {
    color: #fff;
    text-decoration: none;
}

.search-section__btn svg {
    display: none;
    width: 20px;
    height: 20px;
    fill: #fff;
}
@media (max-width: 590px) {
    .search-section__btn {
        padding: 17px;
    }
    .search-section__input {
        padding: 17px 24px;
    }
    .search-section__btn span {
        display: none;
    }
    .search-section__btn svg {
        display: block;
    }
}
.search-section__btn:hover {
    color: #fff;
}

@media (max-width: 576px) {
    .container.search-section {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.container.brands-section {
    max-width: 1056px;
    margin-bottom: 55px;
    padding-left: 50px;
    padding-right: 50px;
}


.advantages-section {
    margin-top: 70px;
}

.advantages-section__inner {
}

.advantages-section__text {
    max-width: 1050px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    color: #151515;
    padding-left: 15px;
    padding-right: 15px;
}

.advantages-section__text:after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 143px;
    height: 3px;
    background: #4D7453;
    margin-top: 22px;
}

.advantages-section__items {
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 64px;
    padding-left: 15px;
    padding-right: 15px;
}

.advantages-section__item {
    text-align: center;
}

.advantages-section__item svg {
    display: block;
    margin: 0 auto;
    max-width: 50px;
    max-height: 50px;
    fill: #242424;
}

.advantages-section__item h4 {
    font-weight: 700;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #151515;
}

@media (max-width: 767px) {

    .advantages-section__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .advantages-section__items {
        display: inline-block;
    }

    .advantages-section__item {
        margin: 24px 0;
        display: flex;
        align-items: center;
    }

    .advantages-section__item:first-child {
        margin-top: 0;
    }

    .advantages-section__item:last-child {
        margin-bottom: 0;
    }

    .advantages-section__item svg {
        margin: 0 24px 0 0;
    }

    .advantages-section__item h4 {
        margin: unset;
    }
}

/* information-detail-banner */

.information-detail-banner {
    margin-top: 80px;
}

.information-detail-banner__inner {
    padding: 69px 40px;
    display: flex;
    background-color: #F7F7F9;
}

.information-detail-banner__left {
    width: 70%;
    padding-right: 15px;
}

.information-detail-banner__right {
    width: 30%;
    padding-left: 6.6%;
    display: flex;
    align-items: center;
    border-left: 1px solid #eee;
}

.information-detail-banner__title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #151515;
    margin-top: 0;
    margin-bottom: 18px;
}

.information-detail-banner__description {
    font-size: 16px;
    color: #151515;
    line-height: 22px;
    max-width: 625px;
    margin-bottom: 0;
}

.information-detail-banner__telegram {
    display: flex;
    align-items: center;
    line-height: 18px;
    font-size: 15px;
    color: #fff;
    background-color: #151515;
    border-radius: 3px;
    padding: 24px 32px;
}

.information-detail-banner__telegram:hover {
    color: #fff;
}

.information-detail-banner__telegram svg {
    max-width: 18px;
    max-height: 15px;
    margin-right: 20px;
    fill: #fff;
}

@media (max-width: 1260px) {
    .information-detail-banner__inner {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 1080px) {
    .information-detail-banner__inner {
        padding: 34px 20px 40px;
        display: block;
        text-align: center;
    }

    .information-detail-banner__left {
        width: 100%;
        padding-right: 0;
    }

    .information-detail-banner__right {
        width: 100%;
        padding-left: 0;
        border: none;
        margin-top: 50px;
        flex-direction: column;
    }

    .information-detail-banner__description {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 991px) {
    .information-detail-banner__inner {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media (max-width: 767px) {
    .information-detail-banner__inner {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/*
*   Brand section for search details page
* */
.brands-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 40px;
}
.brands-section:before {
    content: unset;
}

.brands-section__image {
    width: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 55%;
    margin: 0 auto;
}
.brands-section__image a {
    pointer-events: none;
}
.brands-section__image img {
    width: auto;
    height: auto;
}
.brands-section__image_vag          { max-width: 50px }
.brands-section__image_volvo img    { max-width: 51px }
.brands-section__image_lexus img    { max-width: 74px }
.brands-section__image_bmw img      { max-width: 54px }
.brands-section__image_toyota img   { max-width: 63px }
.brands-section__image_renault img  { max-width: 59px }
.brands-section__image_marcedes img { max-width: 86px; }
.brands-section__image_ford img     { max-width: 81px; }
.brands-section__image_porsche img  { max-width: 36px; }
.brands-section__image_jaguar img   { max-width: 72px; }
.brands-section__image_land img     { max-width: 72px; }

@media (max-width: 768px) {
    .container.brands-section {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 590px) {
    .container.brands-section {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-row-gap: 30px;
        grid-column-gap: 15px;
        margin-top: 30px;
    }
    .brands-section__image {
        width: 100%;
        padding: 0 6px;
    }
    .brands-section__image img {
        max-width: 65px;
        max-height: 50px;
    }
}

@media (max-width: 576px) {
    .container.brands-section {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 440px) {
    .container.brands-section {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        margin-top: 0px;
        grid-row-gap: 20px;
        grid-column-gap: 0px;
        margin-bottom: 20px;
    }
    .brands-section__image img {
        max-width: 43px;
        max-height: 37px;
    }
}
/* Brand section end */

/*
    Form
*/
@media (max-width: 440px) {
    .information-detail .breadcrumbs {
        margin-bottom: 4rem !important;
    }
}


/*
*   Info details
* */
#information-details .container.search-section,
#information-details .container.brands-section,
.information-details__description,
.information-details__table {
    padding-left: 15px;
    padding-right: 15px;
}

#information-details #app > div:nth-child(2) {
    display: none;
}

#information-details .container.brands-section {
    margin-top: 80px;
}

#information-details .tool-bar-bottom .text-left {
    float: unset;
}

.information-details__description {
    margin-bottom: 60px;
    max-width: 1008px;
    font-size: 16px;
    color: #151515;
}

.information-detail .breadcrumbs {
    margin-bottom: 9rem;
}
.information-detail .breadcrumbs .container-inner {
    /*padding-top: 50px;*/
    /*padding-bottom: 20px;*/
}
.container.information-details__table {
    max-width: 1008px;
    margin-top: 30px;
    font-weight: 500;
}

@media (max-width: 440px) {
    #information-details #content {
        display: flex;
        flex-direction: column;
    }

    #information-details .container.search-section {
        order: 1;
    }
    #information-details .container.search-section .search-section__input-box {
        margin-top: 0;
    }
    .information-details__table {
        order: 2;
    }
    #information-details .tool-bar-bottom {
        order: 3;
    }
    #information-details .container.brands-section {
        order: 4;
        margin-top: 30px;
        margin-bottom: 0;
    }
}


.info-table {
    color: #242424;
}
.info-table__top {
    background-color: #F7F7F9;
}
.info-table__top > th {
    padding: 15px 25px;
    font-size: 14px;
}


.info-table td {
    font-size: 15px;
    padding: 10px 25px;
    border-bottom: 1px solid #F7F7F9;
    border-right: 1px solid #F7F7F9;
}
.info-table td:first-child {
    border-left: 1px solid #F7F7F9;
}

.info-table__input-box {
    display: flex;
}
.info-table__image {
    margin: 0 auto;
    display: block;
}
.info-table__input-box .form-control {
    width: 5.6rem;
    height: 4.5rem;
    text-align: center;
    float: left;
    font-size: 1.4rem;
    color: #242424;
    font-weight: bold;
    margin: 0;
    border: 2px solid #242424;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #fff;
    margin-left: auto;
}
.info-table__input-box .btn {
    width: unset;
    box-sizing: border-box;
    color: #fff;
    background: #4D7453;
    margin-left: 10px;
    display: inline-block;
    padding: 0px 22px;
    border-right: 3px;
}
.info-table__mark-number span {
    display: none;
}
.info-table__price {
    display: none;
}

@media (max-width: 768px) {
    #information-details #content {
        padding-left: 0;
        padding-right: 0;
    }

    #information-details .tool-bar-bottom {
        padding: 0 15px;
    }

    .info-table td {
        padding: 10px 10px;
        margin-bottom: 0;
        vertical-align: top;
        font-size: 14px;
    }

    .info-table__mobile-buy {
        display: flex;
        justify-content: flex-end;
    }

    .info-table__top > th {
        padding: 15px 10px;
        font-size: 13px;
    }
    .info-table__input-quantity {
        display: none;
    }
    .info-table__mark-column,
    .info-table__number-column,
    .info-table__price-column,
    .info-table__image-column {
        display: none;
    }

    .info-table__input-box .btn {
        padding: 4px 18px;
        margin-left: 30px;
    }
    .info-table__input-box span {
        display: none;
    }
    .info-table__input-box .btn:before {
        content: "\eb1b";
        font-family: 'plaza-icon';
        font-size: 1.6rem;
        display: inline-block;
        vertical-align: top;
    }
    .info-table__mark-number span {
        display: block;
        /*float: right;*/
        margin-left: 10px;
    }
    .info-table__mark-number img {
        /*float: left;*/
        max-width: 32px;
        margin: 0;
    }
    .info-table__price {
        display: block;
        margin-bottom: 10px;
    }

    .info-table__mark-number-wrapper {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
}
@media (max-width: 440px) {
    .info-table__mobile-buy {
        justify-content: space-between;
    }
    .info-table__input-box .btn {
        margin-left: 0px;
    }
}



#product-category {
    margin-top: 50px;
}

@media (min-width: 992px) {
    #product-category #column-left {
        padding-right: 0;
    }
    #product-category #content {
        padding-left: 20px;
    }
}
@media (min-width: 1200px) {
    #product-category #content {
        padding-left: 40px;
    }
}

/*
*   List of categories
* */
.list-categories-content {
    padding-left: 0;
}
.list-categories-content,
.list-categories-content ul {
    list-style: none;
}

.list-categories-content .is-category-submenu {
    cursor: pointer;
}

a.list-group-item {
    border: 0;
    color: #242424;
    background: transparent !important;
    padding: 10px 0px;
    margin: 0;
    border: 0 !important;
}
.list-categories-content .item-dept-0 > div {
    margin-bottom: 30px;
    border: 1px solid #E7E7E7;
    padding: 12px 18px;
    cursor: pointer;
}

.list-categories-content .item-dept-0 > div a {
    color: #242424 !important;
    font-weight: bold;
    font-size: 16px;
    padding: 0;
}

.list-categories-content .item-dept-0 > ul,
.list-categories-content .item-dept-1 > ul {
    padding-left: 0;
}
.list-categories-content .item-dept-1 > ul {
    padding-bottom: 8px;
}

.list-categories-content .item-dept-0 > div span {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #242424;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-categories-content .item-dept-1 > div span,
.list-categories-content .item-dept-2 > div span {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}



.list-categories-content .item-dept-0 > div span:before,
.list-categories-content .item-dept-1 > div span:before,
.list-categories-content .item-dept-2 > div span:before {
    content: '+';
    font-weight: bold;
    font-size: 17px;
}
.list-categories-content .item-dept-2 > div span:before {
    font-size: 12px;
}
.list-categories-content .item-dept-1 > div span:before {
    color: #4D7453;
    margin-left: 5px;
}
.list-categories-content .item-dept-0 > div span:before {
    color: #fff;
}

.list-categories-content .item-dept-1 {
    border-bottom: 1px solid #F7F7F9;
    padding-left: 6px;
}
.list-categories-content .item-dept-1 > div a,
.list-categories-content .item-dept-2 > div a {
    font-size: 15px;
    font-weight: 500;
}
.list-categories-content .item-dept-0 > div span,
.list-categories-content .item-dept-1 > div span {
    float: right;
    width: 30px;
    height: 30px;
    background-size: 10px 10px;
}
.list-categories-content .item-dept-2 > div a,
.list-categories-content .item-dept-3 > div a {
    padding-top: 6px;
    padding-bottom: 6px;
}
.list-categories-content .item-dept-3 > div a {
    padding-left: 0;
    padding-right: 0;
    font-weight: 400;
    font-size: 14px;
}

.list-categories-content .item-dept-2 > .list-categories__title,
.list-categories-content .item-dept-2 > ul {
  padding-left: 30px;
}
.list-categories-content .item-dept-2 > ul {
    padding-left: 47px;
    list-style: disc;
}

.list-categories-content .item-dept-2 > div span {
    width: 18px;
    height: 18px;
    background-size: 6px 6px;
    right: unset;
    float: left;
    left: 0;
    background: #242424;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-categories-content .item-dept-2 > div span:before {
    color: #fff;
}

.list-categories-content .item-dept-2:first-child > div a {
    padding-top: 0;
}
.list-categories-content .item-dept-2:first-child > div span {
    margin-top: -4px;
}


.list-categories-content .list-categories__item,
.list-categories-content div {
    position: relative;
}

.list-categories-content .list-categories__item > div a {
    position: relative;
    color: #242424;
    display: inline-block;
    vertical-align: middle;
}
.list-categories-content .list-categories__item > ul {
    display: none;
    margin-bottom: 30px;
}

.list-categories-content .list-categories__item_empty > div > span {
    background: transparent !important;
    cursor: default;
}
.list-categories-content .list-categories__item_empty > div > span:before {
    display: none !important;
}


/* Active or open items */
.list-categories-content .item-dept-0.active > div,
.list-categories-content .item-dept-0.is-open > div {
    background: #427149;
}
.list-categories-content .item-dept-0.active > div span,
.list-categories-content .item-dept-0.is-open > div span {
    background: #fff;
}
.list-categories-content .item-dept-0.active > div span:before,
.list-categories-content .item-dept-0.is-open > div span:before {
    color: #427149;
}
.list-categories-content .item-dept-0.active > div a,
.list-categories-content .item-dept-0.is-open > div a {
    color: #fff !important;
}


.list-categories-content .item-dept-2.active > div span,
.list-categories-content .item-dept-2.is-open > div span {
    background: #427149;
}
.list-categories-content .item-dept-2.active > div span:before,
.list-categories-content .item-dept-2.is-open > div span:before {
    color: #fff;
}

.list-categories-content .list-categories__item.item-dept-0:not(.is-open) {
    display: none;
}

.list-categories-content .item-dept-0 > .list-categories__title {
    display: none;
}

.list-categories-content .list-categories__item.is-open > div a {
    color: #427149;
}
.list-categories-content .list-categories__item.active > div span:before,
.list-categories-content .list-categories__item.is-open > div span:before {
    content: '-';
}
.list-categories-content .list-categories__item.is-open > ul,
.list-categories-content .list-categories__item.active > ul {
    display: block !important;
}

/* Category END */



#account-register .buttons input[type="submit"] {
    display: block;
    margin-top: 15px;
}

#account-register input.form-control {
    border: 1px solid #EFEFEF;
    border-radius: 3px;
    font-size: 14px;
    padding: 13px 25px;
    height: unset;
    outline: none;
    resize: none;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    max-height: 180px;
    font-weight: 500;
    -webkit-appearance: none;
    border-radius: 0;
}


.simplebar-scrollbar:before {
    background: #242424 !important;
}

/*
*   Filter panel
* */
.mfilter-content li[data-type="tree"] .mfilter-heading-text {
    display: block;
}

.mfilter-content li[data-type="tree"] .mfilter-category-tree ul li {
    padding-top: 15px;
    padding-bottom: 15px;
}
.mfilter-content li[data-type="tree"] .mfilter-category-tree ul li:first-child {
    padding-top: 0;
}
.mfilter-content li[data-type="tree"] .mfilter-category-tree ul li:last-child {
    padding-bottom: 0;
}

.mfilter-content li[data-type="tree"] .mfilter-category-tree .mfilter-tb-as-td {
    padding-top: 0px;
    padding-bottom: 0px;
}

.mfilter-content li[data-type="tree"] .mfilter-category-tree .mfilter-tb-as-td.title,
.mfilter-content li[data-type="tree"] .mfilter-heading-text span {
    display: flex;
    align-items: center;
}

.mfilter-content li[data-type="tree"] .mfilter-category-tree .mfilter-tb-as-td img,
.mfilter-content li[data-type="tree"] .mfilter-category-tree .mfilter-tb-as-td svg,
.mfilter-content li[data-type="tree"] .mfilter-heading-text span img,
.mfilter-content li[data-type="tree"] .mfilter-heading-text span svg {
    width: 24px;
    max-width: 24px;
    height: auto;
    max-height: 24px;
    margin-right: 20px;
}

.mfilter-content li[data-type="tree"] .mfilter-category-tree .mfilter-tb-as-td.title.is-active a {
    color: #4D7453;
}

.mfilter-content li[data-type="tree"] .mfilter-category-tree .mfilter-tb-as-td.title svg {
    transition: fill .3s
}

.mfilter-content li[data-type="tree"] .mfilter-category-tree .mfilter-tb-as-td.title.is-active svg {
    fill: #4D7453;
}



.mfilter-content li[data-type="checkbox"] .mfilter-col-input {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.mfilter-content li[data-type="checkbox"] .mfilter-option label {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.mfilter-custom-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 21px;
    height: 21px;
    min-width: 21px;
    min-height: 21px;
    border: 1px solid #E7E7E7;
    background: #fff;
    border-radius: 1px;
    margin-right: 20px;
}

.mfilter-custom-checkbox svg {
    transition: opacity .3s;
    opacity: 0;
    width: 10px;
    height: 8px;
    fill: #4D7453;
    margin-top: 2px;
}

.mfilter-input-active + label .mfilter-custom-checkbox {
    border: 1px solid #4D7453;
}
.mfilter-input-active + label .mfilter-custom-checkbox svg {
    opacity: 1;
}

@keyframes spinner-border {
    to { transform: rotate(360deg); }
}

.spinner-border {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: text-bottom;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}
.spinner-border__hidden {
    opacity: 0;
    visibility: hidden;
    width: 0px;
    height: 0px;
    border: 0px solid currentColor;
}


.mobile-apply {
    align-items: center;
    justify-content: space-between;
}
.mobile-apply__found-products {
    font-weight: 400;
    color: #242424;
}
.mobile-apply__found-products > span {
    font-weight: bold;
}

.mobile-title {
    display: none;
    padding: 28px 16px;
    font-size: 20px;
    font-weight: 500;
    justify-content: space-between;
    align-items: center;
    color: #000000;
    border-bottom: 1px solid #F1F1F1;
}
.mobile-title >svg {
    width: 16px;
    height: 16px;
    fill: #000000;
    cursor: pointer;
}


@media (max-width: 991px) {
    /* Mobile */
    .mobile-sort {
        display: flex;
    }
    .custom-filters {
        display: none;
    }
    .custom-filters_mobile-open,
    .custom-filter__mobile-title {
        display: block;
    }
    .mobile-title,
    .custom-filters__mobile-apply {
        display: flex;
    }
    .show-sidebar {
        display: none;
    }

    .custom-filters_mobile-open {
        margin-bottom: unset;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        z-index: 556;
        padding-bottom: 0;
        overflow-y: auto;
        padding: 0;
    }
    .custom-filters__wrapper {
        border: none;
        position: relative;
        padding-bottom: 30px;
    }
    .custom-filter {
        padding-top: 15px;
        padding-bottom: 20px;
        display: block;
        border-bottom: 1px solid #F7F7F9;
        margin: 0 15px;
    }
    .custom-filter__front {
        display: inline-block;
        padding-left: 0 !important;
        padding-right: 20px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .custom-filter_right-menu {
        position: absolute;
        top: 113px;
        right: 12px;
        border: none;
        float: unset;
    }
    .custom-filter_right-menu .custom-filter__front {
        padding-top: 0;
        padding-bottom: 0;
    }
    .custom-filter_right-menu .custom-filter__front:before {
        right: 0;
    }

    .custom-filter_right-menu .custom-submenu {
        top: 100%;
    }
    .custom-submenu_price .custom-submenu__btn {
        display: none;
    }
    .custom-filter:not(.custom-filter_right-menu) .custom-submenu {
        display: none;
        position: relative;
        min-width: unset;
        border: unset;
        top: unset;
    }
    .custom-filter:not(.custom-filter_right-menu) .custom-filter__front_open + .custom-filter__submenu {
        display: block;
    }
    .custom-submenu__brands {
        grid-template-columns: 1fr;
    }
}


/*
*   Categories panel
* */
@media (max-width: 991px) {
    #column-left.column-left_mobile-open {
        display: block;
        max-width: unset;
        width: 100%;
        padding: 0;
    }
    #column-left.column-left_mobile-open .col-order-inner {
        padding: 1.5rem;
    }
}

.column-left__mobile-title {
    margin-bottom: 30px;
}

#column-left .mobile-title {
    margin-bottom: 30px;
}

.row:before,
.row:after {
    display: none !important;
    content: unset !important;
}


/*
*   Mobile filters btn for catalo page
* */

/* Remove old filters btn */
#product-category .show-sidebar {
    display: none;
}
.mobile-sort__filters {
    position: fixed;
    top: 230px;
    left: 0;
    padding: 18px 20px;
    cursor: pointer;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    background: #4D7453;
    z-index: 6;
}
.mobile-sort__filters > svg {
    width: 24px;
    height: 24px;
    fill: #fff;
    display: block;
}
@media screen and (min-width: 992px) {
    .mobile-sort__filters {
        display: none;
    }
}


/* Main container */
.mfilter-content {
    border: none;
    color: #000;
    display: flex;
    flex-direction: column-reverse;
}
.box-heading {
    display: none !important;
}


.mfilter-content .mfilter-selected-filters-cnt {
    display: block !important;
    margin-left: -10px;
    margin-right: -10px;
}
.mfilter-content .mfilter-selected-filters-cnt a {
    background: #F8F8F8;
    display: inline-block !important;
    margin: 10px;
    padding: 8px 12px;
}
.mfilter-box .mfilter-selected-filters-cnt a > span {
    display: inline-block;
    padding: 0 !important;
}
.mfilter-selected-filters-cnt a > span.mfilter-close {
    margin-left: 10px;
}
.mfilter-selected-filters-cnt a > span.mfilter-close i {
    background-position-y: -11px;
}

/* For filter */
.mfilter-content > ul > li {
    display: block !important;
    position: relative;
}

.mfilter-content > ul > li:not(:last-child) {
    margin-bottom: 20px;
}


/* For dropdown */
.mfilter-content .mfilter-head-icon {
    display: none;
}

.mfilter-content .mfilter-heading-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
.mfilter-content .mfilter-heading {
    border: none !important;
    width: auto !important;
    min-width: unset !important;
    display: block;
    background: unset;
    cursor: pointer;
    font-size: 15px;
}
.mfilter-content .mfilter-heading .mfilter-heading-text:before,
.mfilter-content .mfilter-option.mfilter-select:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    transition: transform .3s;
    transform: rotate(180deg) translateY(-50%);
    width: 10px;
    height: 10px;
    background-image: url(../image/home/arrow-down.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transform-origin: 50% 0;
}
.mfilter-content .mfilter-heading.mfilter-collapsed .mfilter-heading-text:before {
    transform: rotate(0) translateY(-50%);
}
.mfilter-content .mfilter-heading .mfilter-heading-text {
    margin-left: unset !important;
}
.mfilter-content .mfilter-heading .mfilter-heading-text > span {
    padding-right: 18px;
}
.mfilter-content .mfilter-heading-text:not(.is-head-active) {
    color: #969696;
}
.mfilter-content .mfilter-heading-text.is-head-active img {
    margin-right: 20px;
}

.mfilter-content .mfilter-content-opts {
    position: relative;
    transition: border .3s;
    border: 1px solid #969696;
    border-top: none;
    background: #fff;
    z-index: 10;
}

.mfilter-content li:not([data-type="price"]) .mfilter-content-opts:before {
    transition: opacity .3s, visibility .3s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
}

.mfilter-content li:not([data-type="price"]) .mfilter-content-opts.block-user-click:before {
    opacity: .6;
    visibility: visible;
}

.mfilter-content > ul > li[data-display-list-of-items="scroll"] {}
.mfilter-content > ul > li[data-type="image_list_checkbox"] .mfilter-content-opts {
    min-width: 200px;
}


.mfilter-content .mfilter-heading-content {
    transition: border .3s;
    padding: 13px 12px !important;
    border: 1px solid #969696;
    border-bottom: 1px solid #E7E7E7;
}

.mfilter-content .mfilter-heading.mfilter-collapsed .mfilter-heading-content {
    border: 1px solid #E7E7E7;
}
.mfilter-content .mfilter-heading.mfilter-collapsed + .mfilter-content-opts {
    border: 1px solid #E7E7E7;
    border-top: none;
}


/* For list of items */
.mfilter-free-button {
    display: none;
}
.mfilter-content .mfilter-opts-container {
    border: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.mfilter-content .mfilter-opts-container > div > .mfilter-content-wrapper {
    max-height: 315px !important;
}
.mfilter-content .mfilter-options:not([data-base-type="option"]) {
    padding-left: 24px;
    padding-right: 24px;
}
.mfilter-filter-item .mfilter-iscroll .mfilter-options {
    padding-right: 24px;
}
.mfilter-content .mfilter-options-container {
    max-height: 420px;
}
.mfilter-content .mfilter-options-container > div {
    margin-left: unset !important;
}
.mfilter-content .mfilter-options .mfilter-options-container,
.mfilter-content .mfilter-options .mfilter-tb {
    width: unset !important;
}
.mfilter-content .mfilter-options .mfilter-tb {
    display: flex;
    flex-direction: column;
}

.mfilter-content .mfilter-option:not([data-base-type="option"]) {
    font-size: 16px;
    color: #151515;
    padding-top: 13px;
    padding-bottom: 13px;
}
.mfilter-content .mfilter-option:not(.mfilter-last-child):not(.mfilter-price):not([data-base-type="option"]) {
    border-bottom: 1px solid #E7E7E7;
}

.mfilter-content .mfilter-option.mfilter-first-child {
    padding-top: 0;
}
.mfilter-content .mfilter-option.mfilter-last-child {
    padding-bottom: 0;
}

.mfilter-content .mfilter-option .mfilter-tb-as-td {
    border-top: none !important;
    padding: 0 !important;
}

.mfilter-content .mfilter-category-tree .mfilter-tb-as-td {
    border-top: none !important;
}

.mfilter-content .mfilter-category-tree ul li:not(:first-child) {
    border-top: 1px solid #E7E7E7;
}

.mfilter-content .mfilter-option .mfilter-input-active + label {
    color: #4D7453;
}

.mfilter-content .mfilter-option label {
    font-size: 16px;
    color: #151515;
}

@media screen and (max-width: 767px) {
    .mfilter-content .mfilter-option label {
        font-size: 15px;
    }
}

.mfilter-content .mfilter-option img {
    margin-right: 20px;
}

.mfilter-content .mfilter-col-count {
    display: none;
}


.mfilter-content .mfilter-scroll-left,
.mfilter-content .mfilter-scroll-right {
    display: none !important;
}

.mfilter-content_top .mfilter-category-cat_checkbox .mfilter-tb >
.mfilter-tb-as-tr, .mfilter-content_top .mfilter-tb .mfilter-tb {
    background: unset !important;
}

.mfilter-content_top .mfilter-price-inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 250px;
}
.mfilter-content li[data-type="price"] {
    border: none;
}
.mfilter-content li[data-type="price"] .mfilter-heading-title {
    margin-bottom: 23px;
}
.mfilter-content li[data-type="price"] .mfilter-heading {
    cursor: default;
}
.mfilter-content li[data-type="price"] .mfilter-heading-content {
    display: none;
}
.mfilter-content li[data-type="price"] .mfilter-content-opts {
    border: none;

    /* No collabse */
    display: block !important;
    height: unset !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: unset !important;
}
.mfilter-content li[data-type="price"] .mfilter-price-inputs {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    order: 2;
    margin-top: 20px;
}

.mfilter-opts-price-max-container {
    font-weight: 700;
    font-size: 16px;
    color: #151515;
}
.mfilter-content li[data-type="price"] .mfilter-opts-container {
    padding-top: 0;
    padding-bottom: 0;
}
.mfilter-content li[data-type="price"] .mfilter-price-inputs #mfilter-opts-price-min,
.mfilter-content li[data-type="price"] .mfilter-price-inputs #mfilter-opts-price-max {
    display: none;
}
.mfilter-content li[data-type="price"] .mfilter-price-inputs input:focus {
    outline: none;
    box-shadow: none;
}

.mfilter-content li[data-type="price"] .mfilter-price-inputs span {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 16px;
    color: #151515;
}

.mfilter-content li[data-type="price"] #mfilter-opts-price-min {

}
.mfilter-content li[data-type="price"] #mfilter-opts-price-max {
    text-align: right;
}
.mfilter-content li[data-type="price"] .mfilter-options {
    padding-left: 0;
    padding-right: 0;
}

.mfilter-content li[data-type="price"] .mfilter-options  .mfilter-price {
    display: flex;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
}

.mfilter-price-slider {
    background: none !important;
    padding: 0 0 0 9px !important;
    margin: 0 !important;
    order: 1;
}
#mfilter-price-slider {
    height: 6px !important;
    background: #D8D8D8 !important;
    border-radius: 2px;
    margin: 0 5px !important;
}
#mfilter-price-slider .ui-slider-range {
    background: #4D7453 !important;
}
#mfilter-price-slider .ui-slider-handle {
    width: 18px !important;
    height: 18px !important;
    background: #4D7453 !important;
    border-radius: 50% !important;
    margin-top: -1px !important;
}


.mfilter-content .mfilter-col-input {
    padding: 0 !important;
    width: unset !important;
}

.mfilter-content .mfilter-col-input input[type="radio"] {
    display: none;
}

.mfilter-content .mfilter-col-input input[type="checkbox"] {
    margin-right: 20px;
}

.mfilter-iscroll > .scroll-element.scroll-y {
    width: 5px;
    right: 10px;
}

.mfilter-iscroll > .scroll-element .iScrollIndicator {
    width: 5px;
    background: #4D7453;
    opacity: 1;
}

.mfilter-iscroll > .scroll-element .scroll-element_outer,
.mfilter-iscroll > .scroll-element .scroll-element_track,
.mfilter-iscroll > .scroll-element .iScrollIndicator {
    border-radius: 0 !important;
}

.mfilter-iscroll > .scroll-element div.scroll-element_size {
    background: #E7E7E7;
    left: 1px;
    right: 1px;
    width: 3px;
}


.mfilter-mobile {
    display: none;
}

@media (max-width: 991px) {
    #product-category #content {
        position: unset !important;
    }
    .mfilter-mobile {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: fixed;
        left: 0;
        visibility: hidden;
        opacity: 0;
        z-index: 10001;
        width: 100%;
        height: 110px;
        background: #fff;
    }
    .mfilter-mobile-top {
        top: 0;
    }
    .mfilter-mobile-bottom {
        bottom: 0;
        padding: 15px;
        height: 110px;
        padding-bottom: 0;
    }
    .mfilter-mobile-bottom__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #F7F7F9;
        padding-top: 20px;
    }
    .mfilter-mobile-bottom__inner .btn-primary {
        background: #4D7453;
        color: #fff;
        min-width: 136px;
    }

    .mfilter-content {
        position: fixed;
        top: 110px;
        left: 0;
        right: 0;
        bottom: 110px;
        visibility: hidden;
        opacity: 0;
        background: #fff;
        z-index: 10000;
        padding: 0 15px !important;
        overflow-y: auto;

        flex-direction: column;
    }
    .mfilter-content.open,
    .mfilter-mobile.open {
        visibility: visible;
        opacity: 1;
    }
}

body.product-detail {
    background-color: #FEFAFA;
}

.product-details_intercar {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-details_intercar .detail-title {
    font-weight: 600;
    font-size: 16px;
}


.product-details_intercar .detail-brand {
    font-weight: 500;
    font-size: 14px;
}

.product-details_intercar .detail-description {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
}


.product-details_intercar .detail-brand{
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-details_intercar .detail-point {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}


.product-details__inner {
    display: grid;
    align-items: center;
    grid-template-columns: 54% calc(46% - 34px);
    column-gap: 34px;
    padding: 24px 22px;
    background-color: #fff;
    margin-bottom: 24px;
    color: #242424;
}

.product-details__image {
    max-width: 28px;
    margin-right: 16px;
    width: 100%;
}

.product-details__model {
    text-align: center;
    margin-right: 100px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #242424;
}

.product-details__model a {
    font-weight: 600;
}

.product-details__form {
    margin-left: auto;
    margin-bottom: 0;
    white-space: nowrap;
    grid-gap: 36px;
}

.product-details__form-price {
    max-width: 307px;
    white-space: normal;
}

.product-details__form-controls {
    display: flex;
    align-items: center;
}

.product-details__form-wholesalers {
    font-size: 15px;
    font-weight: 500;
    color: #151515;
}

.product-details__form-button {
    display: flex !important;
    align-items: center;
}

.product-details__form-button svg {
    fill: #fff;
    margin-right: 16px;
}

.product-details__form-button_buy {
    margin-left: 16px;
}

.product-details__form-button_buy svg {
    width: 24px;
    height: 24px;
}

.product-details__form-button_singin {
    margin-left: 32px;
}

.product-details__form-button_singin svg {
    width: 16px;
    height: 20px;
}

.product-details__form-control-qty {
    width: 65px;
    height: 50px;
    text-align: center;
}

.product-details__delivery {
    text-align: center;
    margin-left: auto;
    margin-right: 60px;
    font-size: 15px;
    color: #242424;
    line-height: normal;
}

.product-details__delivery + .product-details__form {
    margin-left: 0;
}

.product-details__delivery svg {
    width: 32px;
    height: 19px;
    margin-bottom: 4px;
    fill: #151515;
}

.product-details__delivery span {
    font-weight: 500;
}

.product-details [hidden] {
    display: none;
}

@media (min-width: 768px) {
    .product-details__inner {
        padding: 30px 40px;
    }

    .product-details__form {
        display: flex;
        align-items: center;
    }

    .product-details__image {
        max-width: 68px;
        margin-right: 40px;
    }
}

@media (min-width: 1071px) {
    .product-details__head {
        display: flex;
        align-items: center;
    }
    .product-details__model div {
        margin-top: -17px;
        transform: translateY(100%);
    }
}

@media (max-width: 1330px) {
    .product-details__model {
        margin-right: 60px;
    }
    .product-details__delivery {
        margin-right: 30px;
    }
}

@media (max-width: 1150px) {
    .product-details__model {
        margin-right: 40px;
    }
    .product-details__delivery {
        margin-right: 25px;
    }
}

@media (max-width: 1070px) {
    .product-details__inner {
        grid-template-columns: 1fr;
    }

    .product-details__head {
        text-align: center;
    }

    .product-details__delivery,
    .product-details__model,
    .product-details__image,
    .product-details__form {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 18px;
    }

    .product-details__inner > *:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .product-details__head {
        display: flex;
        align-items: center;
        margin-bottom: 24px;
        text-align: left;
    }

    .product-details__image,
    .product-details__model {
        margin-bottom: 0;
    }

    .product-details__image {
        margin-right: 16px;
    }

    .product-details__form-controls {
        margin-top: 24px;
    }
}



#product-product .product-info-details-more .nav-tabs {
    padding-bottom: 30px;
}

header .col-cart .box-top {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    height: 46px;
    margin-bottom: 0;
    padding: 0;
}

header .col-cart .box-top button {
    background: unset !important;
    color: #242424 !important;
    padding-right: 0;
}

header .col-cart .box-top button span {
    display: inline !important;
}


#cookiepolicy {
    opacity: 0.9;
    background: #212121;
}

#cookiepolicy-btn {
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF;
    background: #262626;
}

#cookiepolicy-btn:hover {
    background: #FFFFFF;
    color: #262626 !important;
    border: 1px solid #FFFFFF;
}

.cookiepolicy-text {
    color: #DEDEDE;
}
.cookiepolicy-text a {
    color: #FF0000;
    text-decoration: underline;
}

.cookiepolicy-text a:hover {
    color: #E02432;
    text-decoration: none;
}


@media (max-width: 1300px) and (min-width: 992px) {
    .custom-category .product-layout.product-grid {
        width: 50%;
        max-width: 50%;
        clear: none !important;
    }

    .custom-category .product-layout.product-grid:nth-child(2n+1) {
        clear: left !important;
    }

    #product-category #column-left {
        width: 30%;
    }
    #product-category #content {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .custom-category > .row {
        display: block;
    }
}


.btn.btn-custom-primary {
    transition: background-color .24s, color .24s;
    display: inline-block;
    border-radius: 3px;
    background-color: #4D7453;
    color: #fff;
}

.btn.btn-custom-primary:hover {
    color: #fff;
}

.btn.btn-size-small {
    padding: 13px 20px;
    font-size: 14px;
}

.btn.btn-size-noraml {
    padding: 17px 20px;
    font-size: 15px;
}

.btn.btn-size-large {
    padding: 17px 36px;
    font-size: 15px;
}

/* Spaces */

.mt-40 {
    margin-top: 40px;
}
.mt-70 {
    margin-top: 70px;
}

@media (min-width: 768px) {
    .mt-md-50 {
        margin-top: 50px;
    }
    .mt-md-100 {
        margin-top: 100px;
    }
}

/*
*   New styles for home page
* */

.col-search .dropdown-menu {
    min-width: 240px;
}
.col-search .dropdown-menu li {
    width: 100%;
}
.col-search .dropdown-menu li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.col-search .dropdown-menu li a span {
    margin-left: 15px;
}

.col-search .dropdown-menu li a span:first-child {
    margin-right: 15px;
    margin-left: 0;
}

.col-search .dropdown-menu li a span:nth-child(2) {
    margin-left: auto;
}

.common-home .product-thumb .product-item .caption .price {
    display: flex;
    align-items: center;
}

.common-home .product-thumb .product-item .caption .price .price-old {
    margin-left: 0;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #6F6F6F;
}

.common-home #content ~ footer {
    margin-top: 0;
}
.common-home #content ~ .footer-seo {
    margin-top: 0;
}

.common-home #content {
    /* padding-bottom: 10rem; */
}

@media (max-width: 1024px) {
    .common-home #content {
        /* padding-bottom: 6rem; */
    }

    .car-parts-mobile__bg {
        top: 10%;
        height: 72%;
    }

    .new-car-mobile__bg {
        width: 100%;
        object-fit: cover;
    }
}


.home-spliter {
    width: 100%;
    height: 1px;
    background: #E7E7E7;
}

.intro {
    color: #151515;
    line-height: 46px;
    overflow: hidden;
    background-color: #212121;
}

.intro__row {
    padding-top: 65px;
    padding-bottom: 40px;
}

.intro__row_alpani {
    padding-bottom: 50px;
}

.intro__row > div {
    padding-left: 0;
    padding-right: 0;
}

.intro__row > div:last-child {
    height: auto;
}

.intro__row > div:last-child img {
    display: block;
    height: 100%;
}

.intro__advantages {
    background: #1B1B1B;
    padding-top: 36px;
    padding-bottom: 30px;
}

.intro__advantages-inner {
    margin: 0 auto;
    max-width: 1072px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
}

.intro__advantages-item {
    text-align: center;
}

.intro__advantages-item svg {
    display: block;
    margin: 0 auto;
    fill: #E7E7E7;
    max-width: 50px;
    max-height: 50px;
}

.intro__advantages-item h4 {
    font-weight: 700;
    font-size: 15px;
    color: #E7E7E7;
    margin-top: 20px;
}


@media (max-width: 767px) {
    .intro__row {
        padding-bottom: 30px;
    }

    .intro__advantages {
        display: flex;
        justify-content: center;
    }

    .intro__advantages-inner {
        display: inline-block;
    }

    .intro__advantages-item {
        margin: 24px 0;
        display: flex;
        align-items: center;
    }
    .intro__advantages-item:first-child {
        margin-top: 0;
    }
    .intro__advantages-item:last-child {
        margin-bottom: 0;
    }

    .intro__advantages-item svg {
        margin: 0 24px 0 0;
    }

    .intro__advantages-item h4 {
        margin: unset;
    }
}

@media (max-width: 1024px) {
    .intro__row {
        padding-top: 70px;
    }
}

@media (min-width: 1025px) {
    .intro__row {
        padding-top: 90px;
    }

    .intro__row_alpani {
        padding-bottom: 70px;
    }
}

@media (min-width: 768px) {
    .intro__row {
        padding-top: 110px;
    }

    .intro__row_alpani {
        padding-bottom: 160px;
    }

    .intro .col-sm-6:first-child {
        width: 55%;
    }

    .intro .col-sm-6:last-child {
        width: 45%;
        display: flex;
    }

    .intro .col-sm-6:last-child img {
        max-width: 150%;
        width: 150%;
        transform: translateY(40px);
    }
}

@media (min-width: 992px) {
    .intro .col-sm-6:last-child img {
        transform: translateY(20px);
    }
}

@media (min-width: 1100px) {
    .intro__row {
        padding-top: 110px;
    }

    .intro__row_alpani {
        padding-bottom: 115px;
    }

    .intro .col-sm-6:first-child {
        width: 45%;
    }

    .intro .col-sm-6:last-child {
        width: 55%;
    }

    .intro .col-sm-6:last-child img {
        max-width: 100%;
        width: 100%;
        transform: translateY(6%);
    }
}

.intro__site-name {
    font-size: 17px;
    display: inline-block;
    color: #4D7453;
    font-weight: bold;
    margin-bottom: 20px;
}

.intro__title {
    font-size: calc(29px + 18 * ((100vw - 480px) / (1600 - 480)));
    margin-bottom: 27px;
    margin-top: 0;
    font-weight: 600;
    color: #fff;
    line-height: 46px;
}

.intro__desc {
    font-size: 16px;
    color: #e7e7e7;
    line-height: normal;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .intro__row {
        display: flex;
    }
}

@media (max-width: 767px) {
    .intro__desc {
        margin-bottom: 40px;
    }

    .intro__site-name {
        margin-bottom: 20px;
        display: none;
    }

    .intro img {
        max-width: 115%;
        width: 115%;
        transform: translateX(5%);
    }
}

@media only screen and (min-width: 1600px) {
    .intro__title {
        font-size: 47px;
    }
}
@media only screen and (max-width: 480px) {
    .intro__title {
        font-size: 29px;
        line-height: 36px;
    }
}

.input-search {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 1px;
}

.input-search_light {
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.input-search_dark {
    background-color: #151515;
}

.input-search svg {
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    fill: #F6F6F6;
    margin-right: 16px;
}

.input-search input {
    width: 100%;
    font-size: 14px;
    padding: 0;
    color: #F6F6F6;
    background-color: transparent;
    outline: none;
    border: none
}

.input-search .dropdown-menu {
    left: 0 !important;
    max-width: 140%;
    width: 140%;
}

.input-search .dropdown-menu>li>a {
    white-space: unset;
}

.input-search .dropdown-menu span {
    margin-right: 5px;
}

@media (max-width: 479px) {
    .input-search .dropdown-menu {
        max-width: 100%;
    }
}

.checkbox-input {
    cursor: pointer;
}

.checkbox-input input {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.checkbox-input span {
    position: relative;
    padding-left: 30px;
    letter-spacing: -0.32px;
    font-size: 15px;
}

.checkbox-input span:before,
.checkbox-input span:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.checkbox-input span:before {
    width: 18px;
    height: 18px;
    left: 0;
    border: 1px solid #E7E7E7;
    border-radius: 50%;
}

.checkbox-input span:after {
    width: 10px;
    height: 10px;
    background-color: #427149;
    border-radius: 50%;
    left: 4px;
    opacity: 0;
}

.checkbox-input input:checked + span {
    color: #427149;
}
.checkbox-input input:checked + span:before {
    border-color: #427149;
}
.checkbox-input input:checked + span:after {
    opacity: 1;
}



.section__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
    color: #151515;
    position: relative;
    padding-left: 36px;
    margin-top: 0;
}

.section__title:after,
.section__title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.7em;
    left: 5px;
    transform: translateY(-50%) skew(-19deg);
    width: 5px;
    height: 25px;
    background: #4D7453;
}
.section__title:before {
    left: 14px;
    width: 4px;
}

/* New Parts section */

.new-parts-section {
    padding-top: 70px;
    padding-bottom: 60px;
    background-image: url("/catalog/view/theme/tt_pedona1/image/new-parts-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right 50% top 0;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}

.new-parts-section__title {
    margin: 0;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
}

.new-parts-section__description {
    display: block;
    margin-top: 12px;
    font-size: 18px;
    font-weight: 500;
}

.new-parts-section__logos {
    margin-top: 30px;
    display: block;
    max-width: 380px;
    width: 100%;
}

@media (max-width: 767px) {
    .new-parts-section__title {
        font-size: 26px;
    }
}

/* Search block */

.search-block {
    display: flex;
    line-height: 15px;
}
.search-block__input {
    line-height: 46px;
    padding: 2px 26px;
    font-size: 14px;
    font-weight: 400;
    color: #373737;
    background: #fff;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 2px;
    border: none;
}
.search-block__input::placeholder {
    color: #969696;
}

.search-block_dark .search-block__input {
    background-color: #292929;
    color: #FFFFFF;
}

.search-block_dark .search-block__input::placeholder {
    color: #A9A9A9;
}

.search-block__btn {
    align-self: center;
    padding: 19px 36px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: normal;
    background-color: #4D7453;
    margin-left: 20px;
    border-radius: 2px;
}
.search-block__btn:focus {
    color: #fff;
    text-decoration: none;
}
.search-block__btn:hover {
    color: #fff;
}
.search-block__btn svg {
    display: none;
    width: 20px;
    height: 20px;
    fill: #fff;
}

.search-block_dark .search-block__btn svg {
    fill: #4D7453;
}

@media (max-width: 590px) {
    .search-block__btn {
        padding: 17px;
        margin-left: 13px;
    }
    .search-block__input {
        padding: 2px 20px;
    }
    .search-block__btn span {
        display: none;
    }
    .search-block__btn svg {
        display: block;
    }
}

@media (max-width: 576px) {
    .container.search-section {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 1024px) {
    .search-block_dark .search-block__btn span {
        display: none;
    }
    .search-block_dark .search-block__btn svg {
        display: block;
    }

    .search-block_dark .search-block__input {
        line-height: 40px;
        background: transparent;
        border-bottom: 2px solid #1c1b1b;
        padding-left: 0;
    }

    .search-block_dark .search-block__btn {
        padding: 4px;
        background: transparent;
        margin-left: 24px;
    }
}



/* Categories for header and home page */


.categories-container {
    background: #F7F7F9;
    padding: 50px 60px 80px 60px;
}

.categories-title {
    margin-bottom: 55px;
    margin-top: 0;
    font-size: 18px;
    line-height: 46px;
    color: #6F6F6F;
    font-weight: 500;
}

.categories {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 50px;
    grid-column-gap: 5%;
}

.categories__category {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 30px;
    border-bottom: 1px solid #E7E7E7;
    display: flex;
    align-items: center;
    word-break: break-word;
}

.categories__category svg {
    transition: fill .3s;
    max-width: 44px;
    max-height: 44px;
    margin-right: 30px;
}

.categories__category:hover svg {
    fill: #4D7453;
}

@media screen and (min-width: 768px) {
    .car-parts__categories-container .categories__category {
        word-break: unset;
    }
}


@media (max-width: 991px) {
    .categories {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .categories-container {
        background: #F7F7F9;
        padding: 32px 20px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .categories {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 25px;
        grid-column-gap: 20px;
    }
}

@media (max-width: 480px) {
    .categories-container {
        padding-bottom: 30px;
    }

    .categories-title {
        font-size: 16px;
        margin-bottom: 35px;
    }

    .categories__category {
        flex-direction: column;
        text-align: center;
        font-size: 14px;
        padding-bottom: 15px;
    }

    .categories__category svg {
        max-width: 29px;
        max-height: 32px;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/* Sales section */


.home-sales {
    margin-top: 120px;
}

.home-sales .text-center {
    text-align: center;
}

.home-sales .mt-50 {
    margin-top: 50px;
}

.home-sales__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.home-sales__title {

}

.home-sales__btn {
    transition: color .3s;
    color: #fff;
    font-size: 14px;
    padding: 16px 30px;
    background: #2f2f2f;
    border-radius: 2px;
}


.home-sales h3 {
    display: none;
}

.home-sales > .row {

}

.home-sales .product-layout {
    width: 25%;
}

.home-sales .product-layout .product-thumb {
    max-width: 100%;
}

.home-sales .product-layout img {
    max-width: 100%;
}

@media (max-width: 1024px) {
    .home-sales {
        display: none;
    }
}



/* Header */

.pt-menu.horizontal-menu {
    position: unset;
}

.pt-menu.horizontal-menu .sub-menu-container {
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    border: none;

    margin-left: 0 !important;
    max-width: 100%;
}
.pt-menu.horizontal-menu .sub-menu-container .row {
    width: 100%;
    max-width: 1596px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 55px 70px 40px 70px !important;
}
.pt-menu.horizontal-menu .sub-menu-container:not(.sub-menu-accessories) .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 50px;
    grid-column-gap: 7%;
}

.pt-menu.horizontal-menu .sub-menu-container:not(.sub-menu-accessories) .row > div {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 30px;
    border-bottom: 1px solid #E7E7E7;
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}

.pt-menu.horizontal-menu .sub-menu-container:not(.sub-menu-accessories) .row > div img {
    max-width: 44px;
    max-height: 44px;
    width: 100%;
    margin-right: 30px;
}

@media screen and (max-width: 1350px) {
    .pt-menu.horizontal-menu .sub-menu-container:not(.sub-menu-accessories) .row {
        grid-column-gap: 4%;
    }
}


/* Header menu */

.pt-menu .ul-top-items .li-top-item .a-top-link {
    transition: color .24s;
}

.pt-menu .ul-top-items .li-top-item .a-top-link i {
    display: none;
}

.pt-menu .ul-top-items .li-top-item .a-top-link svg {
    transition: fill .24s, transform .24s;
}

.pt-menu .ul-top-items .li-top-item-has-children .a-top-link svg {
    width: 7px;
    height: 6px;
    margin-left: 6px;
}

.pt-menu .ul-top-items .li-top-item-has-children.open .a-top-link svg {
    transform: rotate(180deg);
}

/* Desktop header menu */

.pt-menu.horizontal-menu {
    height: 100%;
}

.pt-menu.horizontal-menu .ul-top-items {
    display: flex;
    align-items: center;
    height: 100%;
}

.pt-menu.horizontal-menu .ul-top-items .li-top-item {
    margin-right: 40px;
    float: unset !important;
    height: 100%;
}

.pt-menu.horizontal-menu .ul-top-items .li-top-item .a-top-link {
    color: #fff !important;
    height: 100%;
}

.pt-menu.horizontal-menu .ul-top-items .li-top-item .a-top-link svg {
    fill: #fff !important;
}

.pt-menu.horizontal-menu .ul-top-items .li-top-item .a-top-link:hover {
    color: #4D7453 !important;
}

.pt-menu.horizontal-menu .ul-top-items .li-top-item .a-top-link:hover svg {
    fill: #4D7453 !important;
}

.pt-menu.horizontal-menu .ul-top-items .li-top-item span {
    font-size: 15px;
}

.pt-menu.horizontal-menu .ul-top-items .li-top-item-has-children {
    position: relative;
}

.pt-menu.horizontal-menu .ul-top-items .li-top-item-has-children .a-top-link {
    display: flex;
    align-items: center;
}

.pt-menu.horizontal-menu .ul-top-items .li-top-item-has-children.open .a-top-link {
    color: #4D7453 !important;
}

.pt-menu.horizontal-menu .ul-top-items .li-top-item-has-children.open .a-top-link svg {
    transform: rotate(180deg);
    fill: #4D7453 !important;
}

/* Mobile header menu */

@media screen and (max-width: 1199px) {
    html.menu-opened {
        overflow: hidden;
    }
}

.pt-menu.mobile-menu .menu-mobile-title {
    display: none;
}

.pt-menu.mobile-menu .ul-top-items {
    padding-top: 90px;
}

.pt-menu.mobile-menu .ul-top-items .li-top-item {
    margin: 0 !important;
}

.pt-menu.mobile-menu .ul-top-items .li-top-item:not(:last-child) {
    border-bottom: 1px solid #F1F1F1;
}

.pt-menu.mobile-menu .ul-top-items .li-top-item .a-top-link {
    display: inline-flex;
    align-items: center;
    width: 100%;
    background: transparent !important;
    text-transform: unset !important;
    font-size: 19px !important;
    padding-bottom: 22px !important;
    padding-top: 22px !important;
    color: #151515 !important;
}

.pt-menu.mobile-menu .ul-top-items .li-top-item .a-top-link:hover {
    color: #4D7453 !important;
}

.pt-menu.mobile-menu .ul-top-items .li-top-item .a-top-link:hover svg {
    fill: #4D7453 !important;
}

.pt-menu.mobile-menu .pt-menu-bar .ion-android-close {
    display: none;
}

.pt-menu.mobile-menu .pt-menu-bar.opened .ion-android-menu {
    display: none;
}
.pt-menu.mobile-menu .pt-menu-bar.opened .ion-android-close {
    display: block;
}

.pt-menu.mobile-menu .ul-top-items .li-top-item-has-children.open .a-top-link {
    color: #4D7453 !important;
}

.pt-menu.mobile-menu .ul-top-items .li-top-item-has-children.open .a-top-link svg {
    transform: rotate(180deg);
    fill: #4D7453 !important;
}

.pt-menu.mobile-menu .ul-top-items .li-top-item .pt-menu-brands-dropdown {
    padding-bottom: 20px;
}

/* Header component: custom dropdown for brands */

.pt-menu-brands-dropdown {
    border: unset;
    border-radius: 0px;
    padding: 0;
    box-shadow: unset;
}

.pt-menu-brands-dropdown__inner {
    display: grid;
    list-style: none;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.pt-menu-brands-dropdown__inner li,
.pt-menu-brands-dropdown__inner li a {
    height: 100%;
}

@media (min-width: 480px) {
    .pt-menu-brands-dropdown__inner {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 768px) {
    .pt-menu-brands-dropdown__inner {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (min-width: 992px) {
    .pt-menu-brands-dropdown__inner {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

@media (min-width: 1200px) {
    .pt-menu-brands-dropdown {
        padding: 20px;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        box-shadow: 0px 4px 15px 0px rgba(57, 57, 57, 0.16);
    }

    .pt-menu-brands-dropdown__inner li,
    .pt-menu-brands-dropdown__inner li a {
        min-width: 128px;
    }
}

@media (max-width: 1199px) {
    .pt-menu-brands-dropdown {
        position: relative;
        top: unset;
        left: unset;
        float: none;
    }
}

/* Header */

#logo {
    display: flex;
    align-items: center;
}

#logo #form-language {
    margin-left: 40px;
}

@media screen and (max-width: 1240px) {
    #logo #form-language {
        margin-left: 30px;
    }
}
@media (max-width: 479px) {
    #logo {
        width: 100%;
        max-width: 100% !important;
    }

    #logo #form-language {
        margin-left: auto !important;
    }
    #logo #form-currency {
        margin-right: auto !important;
    }
}

#form-currency .btn.dropdown-toggle , #form-language .btn.dropdown-toggle {
    display: flex;
    align-items: center;
    padding: 6px 8px;
    background: #4D7453;
    color: #ffffff;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

#form-currency .btn.dropdown-toggle:hover, #form-language .btn.dropdown-toggle:hover {
    background: #4D7453;
}

#form-currency .btn.dropdown-toggle span, #form-language .btn.dropdown-toggle span {
    text-transform: lowercase;
}

#form-currency .btn.dropdown-toggle span::first-letter, #form-language .btn.dropdown-toggle span::first-letter {
    text-transform: uppercase;
}

#form-currency .dropdown-menu, #form-language .dropdown-menu {
    right: unset;
    left: 0;
    min-width: 100px;
    margin-top: 1.4rem;
}

#form-currency .form-currency__icon, #form-language .form-language__icon {
    width: 7px;
    height: 5px;
    margin-left: 8px;
    transition: transform .3s;
    fill: #ffffff;
}

#form-currency  > .open .form-currency__icon , #form-language > .open .form-language__icon {
    transform: rotate(180deg);
}

@media (max-width: 1199px) {
    #logo #form-language,
    #logo #form-currency {
        margin-left: 32px;
        display: none;
    }

    .menu-opened #logo #form-language,
    .menu-opened #logo #form-currency {
        display: block;
    }
}

@media (max-width: 1199px) {
    input,
    select,
    textarea {
        font-size: 16px !important;
    }
}


/* Modals */

.modal {
	transition: opacity .24s, visibility .24s,
		z-index .24s .24s;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 999999;
	visibility: hidden;
    display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.25);
	padding: 10px;
}

.modal.is-active,
.modal.show {
    transition: opacity .24s, visibility .24s;
    opacity: 1;
  /*  z-index: 15;*/
    visibility: visible;
}

.modal-dialog {
    position: relative;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 3px;
    padding: 28px 30px;
    max-width: 420px;
    background-color: #fff;
    overflow-y: auto;
    box-shadow: 0px 4px 15px 0px rgba(57,57,57,0.05);
}

.modal-close {
    position: absolute;
    font-size: 17px;
    top: 15px;
    right: 15px;
    color: #000;
    width: 14px;
    height: 14px;
    z-index: 1;
    cursor: pointer;
}

.modal-title {
    text-align: center;
    color: #000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.modal-form .form-group {
    margin-bottom: 12px;
    width: 100%;
}

.modal-form .form-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    color: #696969;
}

.modal-form .form-submit a {
    text-decoration: underline;
}

.modal-form .form-submit input {
    margin-left: 10px;
}

.modal-form .form-submit input.is-loading {
    opacity: 0.6;
}

.modal-form .form-submit_login a {
    color: #696969;
}

.modal-form .form-submit_register a {
    color: #4D7453;
}

@media (max-width: 767px) {
    .modal-dialog {
        padding: 20px 30px;
    }

    .modal-form .form-submit input {
        padding: 14px 24px;
    }
}

@media (min-width: 768px) {
    .modal-form .form-submit input {
        min-width: 144px;
    }
}

/* Detail search block */

.artisparts-detail-search #app {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #F2F2F2;
    border-radius: 3px;
  /*  overflow: hidden;*/
}

.artisparts-detail-search #app > div:nth-child(2) {
    display: none;
}

/* Particular background */

.particular-background {
    --bg-height: auto;
    position: absolute;
    overflow: hidden;
    left: 0;
    bottom: 0;
    width: 100%;
    height: var(--bg-height);
    min-height: var(--bg-height);
    background-color: #ffffff;
    display: flex;
    align-items: flex-end;
}

.particular-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom right;
}

.particular-background .mobile {
    display: block;
}

.particular-background .desktop {
    display: none;
}

@media (min-width: 768px) {
    .particular-background .mobile {
        display: none;
    }

    .particular-background .desktop {
        display: block;
    }
}

/* Header breadcrumbs */

.header-breadcrumbs {
    position: relative;
    padding-top: 50px;
    padding-bottom: 40px;
}

.header-breadcrumbs__title {
    margin-bottom: 0;
}

.header-breadcrumbs__wholesaler {
    transition: color .24s;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #373737;
}

.header-breadcrumbs__wholesaler a {
    text-decoration: underline;
    color: #151515;
}

.header-breadcrumbs__wholesaler img {
    margin-right: 16px;
}

.header-breadcrumbs__background {
    --bg-height: 300px;
}

@media (min-width: 768px) {
    .header-breadcrumbs__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-breadcrumbs__wholesaler {
        padding: 12px 21px;
        background-color: #FFFFFF;
        border: 1px solid #F2F2F2;
        border-radius: 3px;
    }
}

@media (max-width: 767px) {
    .header-breadcrumbs__wholesaler {
        margin-top: 18px;
    }
}

/* Product inner */

.product-inner-content {
    padding-top: 40px;
}

.product-inner-content__details {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
}

.product-inner-content__details .product-image-details .swiper-pager {
    display: none;
}

.product-inner-content__details .product-image-details .swiper-slide {
    height: auto !important;
    max-width: 100% !important;
}

.product-inner-content__details .product-image-details .swiper-slide a {
    border: unset !important;
    background-color: #fff;
    padding: 10px;
    border-radius: 3px;
    display: block;
}

.product-inner-content__details .product-image-details .swiper-slide a::after {
    content: unset;
}

.product-inner-content__details .product-zoom-image {
    padding: 10px;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
}

.product-inner-content__details .product-zoom-image .mousetrap {
    max-width: 100%;
    max-height: 100%;
}

.product-inner-content__details .product-zoom-image #product-cloud-zoom {
    width: auto !important;
}

@media (min-width: 768px) {
    .product-inner-content {
        padding-top: 50px;
    }

    .product-inner-content__details {
        grid-template-columns: auto 360px;
        grid-column-gap: 20px;
    }
}

@media (min-width: 992px) {
    .product-inner-content__image-container,
    .product-inner-content__image-container .swiper-viewport,
    .product-inner-content__image-container .swiper-container {
        height: 100%;
    }

    .product-inner-content__details {
        grid-template-columns: auto 440px;
        grid-column-gap: 30px;
    }

    .product-inner-content__details .product-image-details {
        display: flex;
        flex-direction: row-reverse;
    }

    .product-inner-content__image-container {
        width: 157px;
        min-width: 157px;
        margin-right: 20px;
    }
}

@media (min-width: 1200px) {
    .product-inner-content__details {
        grid-template-columns: auto 524px;
    }
}

@media (max-width: 991px) {
    .product-inner-content__image-container {
        margin-top: 17px;
    }
}

/* Product inner info */

.product-info-details {

}

.product-info-details__head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.product-info-details__sale,
.product-info-details__model {
    border-radius: 3px;
    font-size: 15px;
    line-height: 18px;
    padding: 8px 12px;
    margin-right: 20px;
    font-weight: 500;
}

.product-info-details__sale {
    color: #fff;
    background-color: #151515;
}

.product-info-details__model {
    background-color: #F2F2F2;
}

.product-info-details__price {

}

.product-info-details-price__old {
    color: #373737;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 6px;
    text-decoration: line-through;
}



.product-info-details-price__count {
    color: #427149;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.product-info-details-price__tax {
    color: #151515;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px;
}

.product-info-details-tax-info {
    color: #000000;
    margin-top: 9px;
    font-size: 12px;
    line-height: 16px;
    max-width: 231px;
}

.product-info-details__form {
    display: flex;
    flex-direction: column;
    margin-top: 22px;
}

.product-info-details__form label[for="input-quantity"] {
    display: none;
}

.product-info-details__form .form-group:last-child {
    margin-bottom: 0;
}

.product-info-details__form #input-quantity {
    font-size: 16px !important;
    line-height: 20px !important;
    border: 1px solid #E9E9E9 !important;
    margin: 0 16px 0 0 !important;
    padding: 16px 18px;
    width: 65px !important;
    height: 50px !important;
}

.product-info-details__form #button-cart {
    display: flex;
    align-items: center;
    padding: 13px 20px;
    margin: 0;
    line-height: unset;
    text-transform: unset;
}

.product-info-details__form #button-cart svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
    margin-right: 16px;
}

.product-info-details__description {
    margin-top: 30px;
    font-size: 15px;
    line-height: 18px;
    color: #373737;
}

@media (min-width: 768px) {
    .product-info-details__head {
        margin-bottom: 42px;
    }

    .product-info-details__form {
        margin-top: 38px;
    }

    .product-info-details__description {
        margin-top: 40px;
    }
}

/* Home intro section */

.home-intro {
    position: relative;
    margin-bottom: 50px;
    background-image: url(../image/new-home/introduction-bg.avif);
    background-size: auto 50%;
    background-position: 77% 0%;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 1);
}

.home-intro__inner {
    padding-top: 63px;
    padding-bottom: 53px;
}

.home-intro__title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 0;
}

.home-intro__title::after {
    content: '';
    display: block;
    width: 90px;
    height: 4px;
    margin: 32px auto 0;
    background-color: #4D7453;
}

.home-intro__description {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    max-width: 732px;
    margin: 15px auto 0;
}

.home-intro__search {
    max-width: 756px;
    margin: 43px auto 0;
}
.home-intro__search .input-search {
    background-color: white;
}
.home-intro__search .input-search svg {
    fill: rgba(77, 116, 83, 1);
}
.home-intro__search .input-search input {
    color: rgba(21, 21, 21, 1);
}
.home-intro__search .input-search input::placeholder {
    color: rgba(105, 105, 105, 1);
}
.home-intro__search .input-search .dropdown-menu {
    width: 100%;
    max-width: 100%;
}

/* Home section BEGIN */
.home-section {}
.home-section__title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.home-section__description {
    text-align: center;
    margin-top: 16px;
    line-height: 22px;
}
@media (min-width: 768px) {
    .home-section__title  {
        font-size: 28px;
        line-height: 46px;
    }
    .home-section__title_desktop_left {
        text-align: left;
    }
}
/* Home section END */

/* Home section > advantages BEGIN */
.home-advantages-section {
    padding-top: 30px;
    padding-bottom: 50px;
    background-color: white;
}
.home-advantages-section .home-advantages {
    margin-top: 40px;
    row-gap: 20px;
}
/* Home section > advantages END */

/* Home section > table BEGIN */
.home-table {
    padding-top: 70px;
    padding-bottom: 30px;
    background-color: white;
    margin-top: 43px;
}

.home-table__table-scrollbar-container {
    margin-top: 60px;
}
.home-table__table-wrapper {
    display: table;
    border-radius: 8px;
}

.home-table__table {
  border-collapse: collapse;
  border-radius: 8px;
  overflow: hidden;
  color: #151515;
}

.home-table__table-wrapper,
.home-table__table,
.home-table__table th,
.home-table__table td {
  border: 1px solid #E0F1DF;
}

.home-table__table th:not(:first-child) {
    border-color: #4D7453;
    background-color: #4D7453;
    color: #FFFFFF;
}
.home-table__table th:not(:first-child):not(:last-child) {
    border-right-color: #415F46;
}

.home-table__table th {
    min-width: 277px;
}
.home-table__table th:nth-child(1) {
    min-width: 141px;
    width: 16.2%;
}

.home-table__table th,
.home-table__table td:first-child {
    font-size: 16px;
    font-weight: 500;
}
.home-table__table th {
    text-align: center;
    padding: 16px 24px;
    line-height: 26px;
}
.home-table__table td:first-child {
    line-height: 22px;
}
.home-table__table td {
    padding: 15px 24px;
    font-size: 14px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .home-table {
        margin-top: 80px;
    }
}
@media (max-width: 767px) {
    .home-table__table-scrollbar-container {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;
        overflow-x: auto;
    }
}
/* Home section > table END */

/* Home section > slider BEGIN */
.home-slider {
    background-color: #151515;
    background-image: url(../image/new-home/slider-bg.avif);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    object-fit: cover;
    padding-top: 50px;
    padding-bottom: 25px;
}
.home-slider__title {
    color: white;
}
.home-slider__swiper {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.home-slider__swiper .swiper-wrapper {
    width: 100%;
    margin-bottom: 50px;
}
.home-slider__swiper .swiper-slide {
    padding: 32px;
    background-color: #232323;
}
.home-slider__swiper .swiper-button-prev,
.home-slider__swiper .swiper-button-next {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    opacity: 1;
    transform: unset;
    backdrop-filter: blur(6px)
}
.home-slider__swiper .swiper-button-prev::before,
.home-slider__swiper .swiper-button-next::before {
    content: unset;
}
.home-slider__swiper .swiper-button-prev svg,
.home-slider__swiper .swiper-button-next svg {
    width: 20px;
    height: 20px;
    color: #FAFAFA;
}
.home-slider__swiper .swiper-button-prev.swiper-button-disabled svg,
.home-slider__swiper .swiper-button-next.swiper-button-disabled svg {
    color: #696969;
}
.home-slider__swiper .swiper-pagination {
    position: relative;
    margin-left: 16px;
    margin-right: 16px;
    width: max-content;
    bottom: unset;
}
.home-slider__swiper .swiper-pagination-bullet {
    transition: width .28s, background-color .28s;
    width: 32px;
    height: 4px;
    border-radius: 8px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: rgba(255, 255, 255, 0.2);
}
.home-slider__swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
    background-color: #4D7453;
}
.home-slider__swiper .author-text {
    font-size: 16px;
    line-height: 20px;
    color: #FAFAFA;
}
.home-slider__swiper .author {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: white;
    margin-top: 20px;
}
.home-slider__swiper .author-job {
    font-size: 13px;
    line-height: 20px;
    color: #FAFAFA;
    margin-top: 2px;
}
@media (min-width: 768px) {
    .home-slider {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    .home-slider__swiper .swiper-pagination {
        margin-left: 32px;
        margin-right: 32px;
    }
}
/* Home section > slider END */

/* Home section > faq BEGIN */
.home-faq {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: white;
}
.home-faq__faq {
    margin-top: 60px;
}
@media (min-width: 768px) {
    .home-faq {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
/* Home section > faq END */


/* Faq component BEGIN */
.faq {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.faq li {
    background-color: #FAFAFA;
    border-radius: 3px;
    overflow: hidden;
}
.faq button {
    text-align: left;
    width: 100%;
    background-color: transparent;
    color: #111729;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 50px;
    padding: 24px 20px;
    border: none;
}
.faq button:hover {
    background-color: transparent;
    color: #111729;
}
.faq svg {
    transition: color .28s, transform .28s;
    width: 24px;
    height: 24px;
    min-width: 24px;
    color: #696969;
}
.faq li:has(.in) svg,
.faq li:has(.collapsing) svg {
    transform: rotate(180deg);
    color: #4D7453;
}
.faq__item-collapse {
    padding-left: 20px;
    padding-right: 20px;
}
.faq__item-content {
    font-size: 14px;
    line-height: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #E5E5E5;    
}
@media (min-width: 768px) {
    .faq button {
        font-size: 18px;
    }
    .faq__item-content {
        font-size: 15px;
        line-height: 22px;
    }
    .faq button,
    .faq__item-collapse {
        padding-left: 32px;
        padding-right: 32px;
    }
}
/* Faq component END */

/* Parts banner BEGIN */
.parts-banner {
    padding-top: 25px;
    padding-bottom: 70px;
}
.parts-banner__inner {
    display: flex;
    flex-direction: column;
    background-color: #151515;
    box-shadow: 0px 4px 15px 0px #3939390D;
    border-radius: 3px;
    padding: 40px 20px;
    row-gap: 40px;
}

.parts-banner__inner > div:first-child {
    max-width: 750px;
}

.parts-banner__text {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 32px;
    color: #FAFAFA;
}

.parts-banner__input {
    background-color: rgba(255, 255, 255, .1);
    border-color: transparent;
}
.parts-banner__input input::placeholder {
    color: #FAFAFA;
}

.parts-banner__contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 27px;
    column-gap: 27px;
}
.parts-banner__contacts a {
    color: #FAFAFA;
}
.parts-banner__contacts > :first-child {
    width: 100%;
    text-align: center;
}

.parts-banner__socials {
    display: flex;
    column-gap: 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.parts-banner__socials svg {
    width: 24px;
    height: 24px;
    fill: #969696;
}

@media (min-width: 768px) {
    .parts-banner {
        padding-top: 50px;
        padding-bottom: 80px;
        background-color: #FAFAFA;
    }

    .parts-banner__inner {
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        column-gap: 20px;
        padding: 50px 60px;
    }

    .parts-banner__text {
        text-align: left;
    }

    .parts-banner__contacts {
        flex-direction: column;
        text-align: right;
        justify-content: flex-end;
    }

    .parts-banner__socials {
        justify-content: flex-end;
    }
}
@media (min-width: 992px) {
    .parts-banner__inner {
        column-gap: 50px;
    }
}
/* Parts banner END */

.home-advantages {
    padding: 0;
    margin-top: 43px;
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
    column-gap: 30px;
    list-style: none;
}
.advantage-card {
    border-radius: 3px;
    background-color: rgba(244, 244, 244, 1);
    padding: 20px;
}
.advantage-card__icon-wrapper {
    background-color: rgba(77, 116, 83, 1);
    border-radius: 50%;
    padding: 8px;
    margin-bottom: 14px;
    display: inline-flex;
}
.advantage-card__icon {
    width: 22px;
    height: 22px;
    fill: rgba(255, 255, 255, 1);
}
.advantage-card__title {
    font-size: 16px;
    font-weight: 600;
    color: rgba(21, 21, 21, 1);
}
.advantage-card__description {
    font-size: 13px;
    margin-top: 12px;
    line-height: 18px;
}
.advantage-card__description a {
    color: #4D7453;
    text-decoration: underline;
}


@media (min-width: 768px) {
    .home-intro {
        margin-bottom: 66px;
        background-size: cover;
        background-position: top right;
    }

    .home-intro__inner {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .home-intro__title {
        font-size: 34px;
        line-height: 46px;
    }

    .home-intro__search {
        margin-top: 60px;
    }

    .home-intro__description {
        font-size: 16px;
        line-height: 22px;
        margin-top: 20px;
    }

    .home-advantages {
        margin-top: 80px;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .advantage-card {
        padding-left: 24px;
        padding-right: 24px;
    }
    .advantage-card__description {
        font-size: 14px;
        line-height: 20px;
    }
}

/* Home brands section */

.home-brands {
    margin-bottom: 70px;
}

.home-brands__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 46px;
    color: rgba(21, 21, 21, 1);
    margin-bottom: 18px;
    margin-top: 0;
}

.home-brands__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
}

@media (min-width: 480px) {
    .home-brands__list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 768px) {
    .home-brands {
        margin-bottom: 80px;
    }
    .home-brands__title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .home-brands__list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (min-width: 992px) {
    .home-brands__list {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

@media (min-width: 1200px) {
    .home-brands__list {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
}

/* Brand card */

.brand-card {
    transition: color .24s, border-color .24s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 3px;
    border: 2px solid transparent;
    padding: 18px 5px 18px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.brand-card_white {
    background-color: #fff;
}

.brand-card_grey {
    background-color: #FAFAFA;
}

.brand-card:hover {
    border-color: #4D7453;
}

.brand-card img {
    margin-bottom: 15px;
    object-fit: contain;
}

.brand-card_normal img {
    height: 50px;
    max-height: 50px;
    max-width: 105px;
}

.brand-card_mini img {
    height: 32px;
    max-height: 32px;
    max-width: 73px;
}

@media (min-width: 768px) {
    .brand-card {
        padding-bottom: 20px;
    }

    .brand-card img {
        margin-bottom: 21px;
    }

    .brand-card_normal img {
        height: 58px;
        max-height: 58px;
        max-width: 122px;
    }
}

/* wholesalers banner */

.wholesalers-banner {}

.wholesalers-banner__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
    padding: 62px 20px;
    background-color: rgba(21, 21, 21, 1);
    background-image: url(../image/new-home/banner-bg-xs.avif);
    background-size: 140% auto;
    background-position: top right;
    background-repeat: no-repeat;
    border-radius: 3px;
    box-shadow: 0px 4px 15px 0px rgba(57, 57, 57, 0.05);
}

.wholesalers-banner__content {
    align-self: center;
    max-width: 624px;
}

.wholesalers-banner__content h3 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}

.wholesalers-banner__content p {
    margin-top: 16px;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
    color: rgba(246, 246, 246, 1);
}

.wholesalers-banner__button-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (min-width: 768px) {
    .wholesalers-banner__inner {
        background-color: rgba(15, 15, 15, 1);
        background-image: url(../image/new-home/banner-bg.avif);
        background-size: auto 100%;
        padding: 75px 60px 84px;
        grid-template-columns: auto 186px;
        grid-column-gap: 30px;
    }
}

@media (min-width: 1200px) {
    .wholesalers-banner__content h3 {
        font-size: 26px;
    }

    .wholesalers-banner__content p {
        margin-top: 24px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .wholesalers-banner__content {
        text-align: center;
    }

    .wholesalers-banner__button-wrapper {
        justify-content: center;
    }
}

/* Contact page */

.contact-page {
    margin-top: 40px;
}

.contact-page__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 34px;
}

.contact-page__column {
    width: 100%;
    border-radius: 3px;
    padding: 28px 20px;
    background-color: #ffffff;
}

.contact-page__title {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.contact-page__description {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 22px;
}

@media (max-width: 767px) {
    .contact-page__column:nth-child(1) {
        grid-row: 2;
    }

    .contact-page__column:nth-child(2) {
        grid-row: 1;
    }
}

@media (min-width: 768px) {
    .contact-page {
        margin-top: 50px;
    }

    .contact-page__title {
        font-size: 24px;
    }

    .contact-page__inner {
        align-items: start;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
    }
}

@media (min-width: 1200px) {
    .contact-page__inner {
        grid-column-gap: 40px;
    }

    .contact-page__column {
        padding: 28px 30px;
    }
}

/* Contact form */

.contact-form {}

.contact-form__form {
    margin-top: 30px;
}

.contact-form__fields {
    display: grid;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    grid-template-columns: 1fr;
}

.contact-form__fields .form-group {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .contact-form__fields {
        grid-template-columns: 1fr 1fr;
    }

    .contact-form__fields .form-group:last-child {
        grid-column: 1/3;
    }
}

/* Contact info */

.contact-info {}

.contact-info__wrapper {
    margin-top: 32px;
}

.contact-info__contact-box {
    margin-bottom: 32px;
}

.contact-info__contact-box:last-child {
    margin-bottom: 0;
}

.contact-info__contact-title {
    color: #427149;
    margin-bottom: 13px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
}

.contact-info__contact-link,
.contact-info__contact-text {
    font-size: 15px;
    color: #151515;
}

.contact-info__contact-link {
    font-weight: 600;
}

.contact-info__contact-text {
    font-weight: 500;
}

/* Post */

.post-brand-content {
    padding-top: 34px;
    color: #151515;
}

.post-brand-content h1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 17px;
    margin-top: 0;
}

.post-brand-content p {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 17px;
}

.post-brand-content .artisparts-detail-search {
    margin-top: 40px;
    margin-bottom: 70px;
}

@media (min-width: 768px) {
    .post-brand-content {
        padding-top: 50px;
    }

    .post-brand-content .artisparts-detail-search {
        margin-bottom: 100px;
    }
}

/* Wholesalers contnet */

.wholesalers-content {
    padding-top: 40px;
}

.wholesalers-content__inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
}

.wholesalers-content h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 24px;
    margin-top: 0;
}

.wholesalers-content p {
    color: #151515;
    font-size: 15px;
    line-height: 18px;
}

.wholesalers-content p span:nth-child(2) {
    display: block;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 8px;
}

.wholesalers-content__form-wrapper .modal-dialog {
    max-width: unset;
    margin: 0;
}

.wholesalers-content__form-wrapper .modal-title {
    margin-bottom: 10px;
}

.wholesalers-content__form-wrapper .modal-sub-title {
    text-align: center;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 30px;
    margin-top: 0;
}

.wholesalers-content__form-wrapper .form-submit {
    justify-content: flex-start;
}
.wholesalers-content__form-wrapper .form-submit input {
    margin-left: 0 !important;
}

@media (min-width: 768px) {
    .wholesalers-content {
        padding-top: 50px;
    }

    .wholesalers-content__form-wrapper .modal-sub-title {
        font-size: 15px;
    }
}

@media (min-width: 992px) {
    .wholesalers-content__inner {
        grid-template-columns: auto 400px;
        grid-column-gap: 40px;
    }
}

@media (min-width: 1200px) {
    .wholesalers-content__inner {
        grid-template-columns: auto 430px;
        grid-column-gap: 60px;
    }
}

/* Post brand tags */

.popular-tags {

}

.popular-tags__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 0;
}

.popular-tags__tags {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 22px;
    margin-left: -14px;
    margin-right: -14px;
}

.popular-tags__tag {
    transition: border-color .24s, color .24s;
    border-radius: 3px;
    border: 1.5px solid #E9E9E9;
    color: #505050;
    padding: 6px 16px;
    font-size: 14px;
    line-height: 17px;
    margin: 10px 7px 0;
}

.popular-tags__tag:hover {
    border-color: #4D7453;
}

@media (min-width: 768px) {
    .popular-tags__title {
        font-size: 26px;
        line-height: 32px;
    }
}

/* Products */

.post-products {

}

.post-products__head {
    margin-bottom: 38px;
}

.post-products__list {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
}

.post-products__button-wrapper {
    text-align: center;
    margin-top: 32px;
}

.post-products__button {
    transition: color .24s;
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    color: #151515;
    padding: 18px 56px;
    border-radius: 3px;
    background-color: #F2F2F2;
}

@media (min-width: 568px) {
    .post-products__list {
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }
}

@media (min-width: 768px) {
    .post-products__list {
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 30px;
    }
}

@media (min-width: 992px) {
    .post-products__list_with-sidebar {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1200px) {
    .post-products__list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .post-products__list_with-sidebar {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* Post product */

.post-product {

}

.post-product__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 18px;
    background-color: #fff;
    border-radius: 3px;
    height: 100%;
}

.post-product__image {
    margin-bottom: 16px;
    height: 100%;
    max-height: 260px;
    display: flex;
    align-items: center;
}

.post-product__image a {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.post-product__image a img {
    height: 100%;
    max-height: 260px;
}

.post-products__pagination {
    margin-top: 30px;
}

.post-product__content,
.post-product__caption {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.post-product__title {
    color: #151515;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
}

.post-product__down {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px;
}

.post-product__manufacture {
    display: none;
}

.post-product__price {
    font-size: 18px;
    font-weight: 700;
    color: #4D7453;
    line-height: 22px;
}

.post-product__price-old {
    text-decoration: line-through;
    font-size: 16px;
    line-height: 20px;
    color: #373737;
}

.post-product__button-group {
    margin-top: 16px;
}

.post-product__button-cart {
    transition: color .24s, background-color .24s;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 13px 5px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    border-radius: 3px;
}

.btn.post-product__button-cart {
    color: #151515;
    background-color: #FBF7F7;
}

.post-product__button-cart svg {
    transition: fill .24s;
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 16px;
    fill: #151515;
}

.btn.post-product__button-cart:hover {
    color: #fff;
    background-color: #4D7453;
}

.post-product__button-cart:hover svg {
    fill: #fff;
}

/* Footer seo text */

#information-information ~ .footer-seo {
    margin-top: 32px;
}

.footer-seo {
    margin-top: 100px;
    background-color: #FAFAFA;
    padding: 36px 0;
}

.footer-seo ~ footer {
    margin-top: 0;
}
.footer-seo__content > :first-child {
    margin-top: 0;
}
.footer-seo__content > :last-child {
    margin-bottom: 0;
}
.footer-seo__content h2 {
    font-size: 18px;
    color: #696969;
    margin-bottom: 15px;
}

.footer-seo__content h3 {
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    color: #696969;
    margin-top: 0;
    margin-bottom: 15px;
}

.footer-seo__content p {
    font-size: 15px;
    line-height: 18px;
    color: #696969;
    margin-bottom: 15px;
}

.footer-seo__content p br {
    display: none;
}

/* Hide text but save seo */
.footer-seo_large .footer-seo__content > * {
    position: absolute;
    top: -999999px;
    left: -999999px;
    text-indent: -99999px;
}

.footer-seo__content > *:nth-child(1),
.footer-seo__content > *:nth-child(2),
.footer-seo.is-open .footer-seo__content > * {
    position: unset;
    top: unset;
    left: unset;
    text-indent: unset;
}

.footer-seo__button {
    display: none;
    font-size: 15px;
    line-height: 20px;
    color: #4D7453;
    text-decoration: underline;
    margin-top: 10px;
    cursor: pointer;
}

.footer-seo_large .footer-seo__button-open {
    display: block;
}
.footer-seo_large .footer-seo__button-close {
    display: none;
}
.footer-seo_large.is-open .footer-seo__button-open {
    display: none;
}
.footer-seo_large.is-open .footer-seo__button-close {
    display: block;
}

@media (min-width: 768px) {
    .footer-seo__button {
        margin-top: 16px;
    }
}

/* Fix admin content */

#information-information #content h2,
#information-information #content h3,
#information-information #content h4 {
    line-height: inherit !important;
}

#information-information #content h2 font,
#information-information #content h3 font,
#information-information #content h4 font {
    font-family: inherit !important;
}

#information-information #content h2 font span,
#information-information #content h3 font span,
#information-information #content h4 font span {
    font-size: inherit !important;
}

/* Fix checkout */

.simplecheckout .simplecheckout-cart-total#total_shipping > span:first-child {
    font-size: 13px;
    font-style: italic;
}

.simplecheckout .simplecheckout-cart-total#total_shipping > span:first-child b {
    font-size: 14px;
    font-style: normal;
}

.simplecheckout .simplecheckout-cart-total#total_shipping > span:first-child a {
    color: var(--link-hover-color);
    text-decoration: underline;
}

.simplecheckout .simplecheckout-block#simplecheckout_shipping .form-horizontal .form-group {
    margin: 0;
}

.simplecheckout .simplecheckout-block#simplecheckout_shipping .form-horizontal .col-sm-12 a {
    display: inline-flex;
    padding: 8px 18px;
    background-color: #FCF0F3;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.04;
    color: #515151;
    text-decoration: underline;
    border-radius: 2px;
}

.simplecheckout .simplecheckout-block#simplecheckout_shipping .form-horizontal .col-sm-12 a::before {
    content: '';
    width: 20px;
    height: 20px;
    min-width: 20px;
    display: inline-block;
    background-image: url(../image/artis-info.svg);
    margin-right: 18px;
    margin-top: 2px;
}

.simplecheckout .simplecheckout-block#simplecheckout_shipping .form-horizontal .col-sm-12 a:hover {
    color: var(--link-hover-color);
}

.loader{
    padding-left: 10px;
    padding-right: 10px;
    color: #427149;
    animation: pulse-text 1.6s ease-in-out infinite;
    display: none; /* по умолчанию скрыт */
}

@keyframes pulse-text {
    0%   { background-color: #85a87a; }
    50%  { background-color: #427149; }
    100% { background-color: #85a87a; }
}