/* pt-sans-regular - latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('../documents/fonts/pt-sans-v17-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../documents/fonts/pt-sans-v17-latin-ext_latin_cyrillic-ext_cyrillic-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* pt-sans-italic - latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 400;
    src: local(''),
        url('../documents/fonts/pt-sans-v17-latin-ext_latin_cyrillic-ext_cyrillic-italic.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../documents/fonts/pt-sans-v17-latin-ext_latin_cyrillic-ext_cyrillic-italic.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* pt-sans-700 - latin-ext_latin_cyrillic-ext_cyrillic */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    src: local(''),
        url('../documents/fonts/pt-sans-v17-latin-ext_latin_cyrillic-ext_cyrillic-700.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../documents/fonts/pt-sans-v17-latin-ext_latin_cyrillic-ext_cyrillic-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

#titleBeforeBreadcrumbs .h1 {
    font-size: 1.7rem;
    font-weight: normal;
    text-transform: uppercase;
}

/* SingleItem */
.before-variation-gravur {
    margin-bottom: 1rem;
}

.variation-select>label,
.order-property-slider .text-container>label,
.order-property-slider .selection-container>label {
    font-weight: 700;
}

.order-property-slider .selection-container .pls-select {
    display: none;
}

.variation-select>.input-unit {
    width: 100% !important;
}

.variation-select .custom-select,
.order-property-slider .custom-select {
    font-size: 0.86rem;
    width: 100% !important;
}

.order-property-slider {
    display: none;
}

.order-property-slider.active {
    display: block;
}

.order-property-slider>div:not(:last-of-type) {
    margin-bottom: 1rem;
}

.order-property-slider .two-inputs .text-container:not(:last-of-type) {
    margin-bottom: 1rem;
}

.order-property-slider .text-container input[type] {
    padding: .8rem 1rem;
}

@media (min-width: 768px) {

    .variation-select,
    .order-property-slider .text-container,
    .order-property-slider .selection-container {
        display: flex;
        align-items: center;
    }

    .variation-select>label,
    .variation-select>.input-unit {
        width: 50% !important;
    }

    .order-property-slider .text-container>label,
    .order-property-slider .text-container>.input-unit {
        width: 50% !important;
    }

    .order-property-slider .selection-container>label,
    .order-property-slider .selection-container>.input-wrapper {
        width: 50% !important;
    }
}

/* CategoryItem */
.cmp-product-thumb .thumb-image .img2 {
    display: none;
}

.cmp-product-thumb:hover .thumb-image .img1 {
    display: none;
}

.cmp-product-thumb:hover .thumb-image .img2 {
    display: block;
}

.newsletter-headings {
    color: #fff;
    text-align: center;
}

.newsletter-headings .text1,
.newsletter-headings .text2,
.newsletter-headings .text3,
.newsletter-headings .text4 {
    display: block;
}

.newsletter-headings .text1,
.newsletter-headings .text3 {
    font-size: 2.9rem;
}

.newsletter-headings .text2,
.newsletter-headings .text4 {
    font-size: 2rem;
}

.newsletter-headings .text3 {
    color: #8764A4;
    font-weight: 700;
}

.newsletter-agreement {
    font-size: 0.86rem;
    color: #cbcbcb;
    text-align: center;
}

.newsletter-agreement a {
    color: #cbcbcb;
    text-decoration: underline;
}

.widget-newsletter form.inline {
    max-width: 350px;
    margin: 0 auto;
}

.widget-newsletter .row.inline .btn {
    min-height: 40.38px;
    border-radius: 0 !important;
}

.widget-newsletter .row.inline .input-unit {
    border: 0;
}

.widget-newsletter .row.inline input,
.widget-newsletter .row.inline .input-unit {
    border-radius: 0 !important;
}

.widget-newsletter .row.inline .input-unit input {
    padding: .8rem 1rem .8rem;
}

[id^=trustbadge-container] {
    z-index: 99 !important;
}

/* Tabs */
.single .widget-tab .nav-tabs {
    border-bottom: 1px solid #e8e8e8;
    padding-top: 0;
    padding-bottom: 1.25rem;
}

.single .tab-content {
    padding: 20px 0 0 0;
    border: 0;
    grid-area: details-tab-content;
}

.single .tab-content .tab-pane>.my-4 {
    margin: 0 !important;
}

body:not(.isShopBuilder) .single .widget-tab>.widget-inner {
    display: grid;
    grid-template-areas:
        "details-tab-content"
        "details-tab-nav";
}

.single .widget-tab .nav-tabs {
    display: flex;
    grid-area: details-tab-nav;
}

.single .widget-tab .tab-button-close {
    display: none;
}

@media (min-width: 992px) {
    body:not(.isShopBuilder) .single .widget-tab>.widget-inner {
        display: grid;
        grid-template-areas:
            "details-tab-nav"
            "details-tab-content";
    }

    .single .widget-tab .nav-tabs .nav-item {
        margin-right: 35px;
    }

    .single .widget-tab .nav-tabs .nav-item:last-of-type {
        margin-right: 0;
    }

    .single .widget-tab .nav-tabs .nav-link {
        display: block;
        position: relative;
        border: 0 !important;
        font-size: 18px;
        line-height: 1;
        font-weight: 700;
        color: #3e3d40 !important;
        padding: 0 0 4px 0;
    }

    .single .widget-tab .nav-tabs .nav-link:after {
        content: "";
        left: 0;
        right: 0;
        height: 3px;
        top: 100%;
        position: absolute;
        background: #43423c;
        transition: all 0.3s ease;
        opacity: 0;
        transform: scaleX(0);
    }

    .single .widget-tab .nav-tabs .nav-link.active:after {
        opacity: 1;
        transform: scaleX(1);
    }
}

@media (max-width: 991.98px) {
    body:not(.isShopBuilder) .single .widget-tab .nav-tabs .nav-item:first-child {
        display: none;
    }

    .single .widget-tab .nav-tabs {
        padding: 50px 0 0 0;
        border-bottom: 1px solid #e9e9e9 !important;
    }

    .single .nav-tabs .nav-item {
        width: 100%;
    }

    .single .widget-tab .nav-tabs .nav-link {
        display: block;
        position: relative;
        border-top: 1px solid #e9e9e9 !important;
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
        font-size: 18px;
        line-height: 1;
        font-weight: 400;
        color: #3e3d40 !important;
        padding: 16px 0 17px 8px;
        background-color: transparent !important;
    }

    .single .widget-tab .nav-tabs .nav-link:after {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f054";

        font-size: 10px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    body:not(.isShopBuilder) .single .widget-tab .tab-button-close {
        display: block;
        font-size: 20px;
        line-height: 1;
        color: #43423c;
        text-align: center;
        padding: 9px 10px 11px 10px;
        background-color: #e8e8e8;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
    }

    body:not(.isShopBuilder) .single .widget-tab .tab-button-close:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f053";

        font-size: 14px;
        position: absolute;
        left: 18px;
        top: 50%;
        transform: translateY(-50%);
    }

    body:not(.isShopBuilder) .tab-button-close .single .tab-content .tab-pane:first-child {
        display: block !important;
    }

    .single .tab-content .tab-pane:first-child .tab-button-close {
        display: none !important;
    }

    body:not(.isShopBuilder) .single .tab-content .tab-pane:not(:first-child) {
        display: block;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #fff;

        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateX(100%);
        transition: transform 0.3s;
        z-index: 100000;
        padding: 65px 18px 20px 18px;
    }

    body:not(.isShopBuilder) .single .tab-content .tab-pane.active {
        transform: translateX(0);
    }
}