/**
* @license
*
* Font Family: Clash Display
* Designed by: Indian Type Foundry
* URL: https://www.fontshare.com/fonts/clash-display
* © 2024 Indian Type Foundry
*
* Clash Display Extralight
* Clash Display Light
* Clash Display Regular
* Clash Display Medium
* Clash Display Semibold
* Clash Display Bold
* Clash Display Variable (Variable font)

*
*/
@font-face {
    font-family: 'ClashDisplay-Extralight';
    src: url('../fonts/ClashDisplay-Extralight.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Extralight.woff') format('woff'),
    url('../fonts/ClashDisplay-Extralight.ttf') format('truetype');
    font-weight: 200;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'ClashDisplay-Light';
    src: url('../fonts/ClashDisplay-Light.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Light.woff') format('woff'),
    url('../fonts/ClashDisplay-Light.ttf') format('truetype');
    font-weight: 300;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'ClashDisplay-Regular';
    src: url('../fonts/ClashDisplay-Regular.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Regular.woff') format('woff'),
    url('../fonts/ClashDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'ClashDisplay-Medium';
    src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Medium.woff') format('woff'),
    url('../fonts/ClashDisplay-Medium.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'ClashDisplay-Semibold';
    src: url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Semibold.woff') format('woff'),
    url('../fonts/ClashDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'ClashDisplay-Bold';
    src: url('../fonts/ClashDisplay-Bold.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Bold.woff') format('woff'),
    url('../fonts/ClashDisplay-Bold.ttf') format('truetype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 700.0;
*
* available axes:
'wght' (range from 200.0 to 700.0
*/
@font-face {
    font-family: 'ClashDisplay-Variable';
    src: url('../fonts/ClashDisplay-Variable.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Variable.woff') format('woff'),
    url('../fonts/ClashDisplay-Variable.ttf') format('truetype');
    font-weight: 200 700;
    font-display: swap;
    font-style: normal;
}

.select-wrapper select {
    line-height: unset;
}

.product-image-cropper {
    position: relative;
}

.product-inline-slider.owl-carousel.owl-not-loaded {
    display: flex;
    width: auto;
    flex-direction: column;
}

.product-inline-slider.owl-carousel.owl-not-loaded .pis-item {
    padding: 10px;
    width: 160px;
    height: auto;
}

.cropper-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.66);
    color: #fff;
}
.page-header .page-categories-wrapper .barberry-show-categories a:before{
    display: none;
}
body.blurred {
    overflow: hidden;
}

.box-share-master-container .social-sharing:after {
    content: '';
    font-family: 'fontAwesome';
    font-weight: 300;
}

.social-icons .social-icons__link {
    font-size: 18px;
    width: 24px;
    height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons .social-icons__link:hover i {
    color: #fff;
    z-index: 1;
    position: relative;
}
.search-form button:before{
    content: "\f002";
    font-family: 'fontAwesome';
}
.ri-remove:before, .page-cart .cart .item__remove a:before {
    content: "";
    font-family: 'fontAwesome';
    transform: translate(-50%, -50%);
    margin: 0 !important;
}

.ri-check:before {
    content: "";
    font-family: 'fontAwesome';
}

.btn-backward:before {
    content: "";
    font-family: 'fontAwesome';
}

.ri-plus:before {
    content: "";
    font-family: 'fontAwesome';
}

.ri-minus:before {
    content: "";
    font-family: 'fontAwesome';
}
.mm-menu .btn_next+.site-nav__link:after, .site-pagination .next:before{
    content: "";
    font-family: 'fontAwesome';
}
.mm-menu .btn_prev:before, .site-pagination .prev:before{
    content: "";
    font-family: 'fontAwesome';

}
.footer__widget .heading label:after{
    content: "";
    font-family: 'fontAwesome';
}
.footer__widget input:checked+.heading label:after{
    content: "";
    font-family: 'fontAwesome';
}
.product-form__item--exts .sizechart_btn:before {
    content: "";
    font-family: 'fontAwesome';
}

.product-form__item--exts .wpinfo_btn:before {
    content: "";
    font-family: 'fontAwesome';
}

.select-wrapper:before {
    content: "";
    font-family: 'fontAwesome';
}

.select-wrapper:after {
    content: "";
    font-family: 'fontAwesome';
}

.sizechart-modal .sizechart_container {
    max-height: calc(100vh - 200px);
}


.page-collection .site-pagination ul li:last-child a {
    margin-right: 0;
}

.site-account .address .button + .button {
    margin-left: 5px;
}

.stick-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 301;
    background-color: #fff;
    -webkit-animation: slide-down-rotated 0.7s ease forwards;
    animation: slide-down-rotated 0.7s ease forwards;
    border-bottom: 1px solid #ddd;
}

.stick-top .site-header__main {
    padding: 10px 0 !important;
}
.header-has-overlap div#shopify-section-header.stick-top {
    min-height: 60px;
}
.stickied-header main.site-main {
    margin-top: 120px;
}

.address .button.address-edit-toggle:before {
    content: "";
    font-family: 'fontAwesome';
    position: static;
    margin-right: 5px;
}

.address .button.address-delete:before {
    content: "";
    font-family: 'fontAwesome';
    position: static;
    margin-right: 5px;
}
.address .button.address-edit-toggle:after, .address .button.address-delete:after {
    display: none;
}

.address .button {
    background: none;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}
.address .address-text {
    line-height: 1.2em;
    margin-bottom: 10px;
}
.sale-privacy-content span {
    font-family: "ClashDisplay-Regular", sans-serif !important;
}

.category__item:hover .category__title:after {
    width: 100%;
}

.category__item:hover .product__image {
    transform: scale(1.1);
}

.category__item .product__image {
    transition: 1s ease all;
}

.category__item .category__title {;
    display: inline-block;
}

.category__item .category__title:after {
    height: 1px;
    content: "";
    width: 0;
    display: block;
    background-color: #fff;
    transition: 0.5s ease all
}

.site-nav__item.site-nav--has-dropdown > .site-nav__link:after {
    content: '';
    font-family: 'FontAwesome';
}

button.flickity-button {
    background: transparent;
}

.cursor-pointer {
    cursor: pointer;
}

.aspect__ratio-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.spr-review-reportreview {
    float: right;
    font-size: 11px;
    line-height: 16px;
}

.alert-danger.show {
    background-color: #ef5e04;
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 20px;
}

.alert-success.show {
    background-color: #c5dbf3;
    padding: 10px 15px;
    text-align: center;
    margin-bottom: 20px;
}

.product-specs_group {
    margin-bottom: 25px;
}
.product-spec-item input, .product-spec-item input:disabled {
    color: #000 !important;
}
.product-spec-item {
    margin-bottom: 10px;
    -webkit-transition: all 0.5s 0s ease-in;
    -moz-transition: all 0.5s 0s ease-in;
    -o-transition: all 0.5s 0s ease-in;
    transition: all 0.5s 0s ease-in;
}

span.product-spec {
    font-size: 12px;
    margin-bottom: 5px;
}

/* Style the tab */
.tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 100%;
    height: fit-content;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}


.site-account {
    margin-bottom: 1.25rem;
}

/*User Panel Tabs*/
/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    float: left;
    padding: 20px 20px;
    border: 2px solid #e7e7e7;
    width: 100%;
    box-sizing: border-box;
}

.mt-10 {
    margin-top: 10px;
}

.page-header-bg.rellax {
    opacity: 1;
}

.page-header-bg-wrapper {
    background-color: #000;
}

.product-spec-alert {
    color: red;
    font-weight: 800;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: visibility 0.5s 0s ease;
    font-size: 14px;
    margin-bottom: 20px;
}

.products-grid.layout-2 .product__title {
    margin-left: 0;
    padding-left: 15px;
}

.products-grid.layout-2 .category__details {
    margin-left: 0;
    padding-left: 15px;
}

.product__item .product__image-inner:after {
    content: "";
    display: block;
    height: 200px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.products-grid.layout-2 .product__link div span:after, .products-grid.layout-2 .category__title div span:after {
    background-color: #fff;
}

.products-grid.layout-2 .product__link, .products-grid.layout-2 .category__title, .products-grid.layout-2 .product__price {
    text-shadow: none;
    color: #fff;
}

.map-wrapper {
    width: 100%;
    height: 1000px;
}

.page-header.title-size-xlarge .title-section .title-section-wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
}

.fast-call {
    position: fixed;
    display: block;
    right: 75px;
    bottom: 45px;
    z-index: 10;
}

.fast-call a {
    background-color: #25D366;
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
}

a#scrollUp {
    display: block;
    right: 20px;
    bottom: 37px;
    background-color: #015daa;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
}

.wp-btn {
    transition: all 0.3s;
}

.wp-btn:hover {
    background-color: #1eb155
}

.slick-center img {
    padding: 0px !important;
    border: 5px solid #494949;
}

.slick-slide img {
    display: block;
    padding: 13px;
}

.blocker {
    z-index: 99999 !important;
}

.modal-kumas {
    max-width: 750px !important;
}

.modal-perde {
    max-width: 500px !important;
}

.modal-order-detail {
    max-width: 750px !important;
    min-width: 750px !important;
}

.modal-option {
    cursor: pointer;
}

.modal-option-title {
    font-weight: 300;
    text-align: center;
}

.modal-option-desc {
    font-weight: 300;
    font-size: 12pt;
    font-style: oblique;
    text-align: center;
}

.modal-list-line {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    flex-wrap: wrap;
}

.modal-list-line .modal-option {
    width: 200px;
    margin: 0 5px;
}

.jquery-modal .modal {
    width: auto;
    max-width: unset;
}

.header-has-overlap .page-header-bg-wrapper {
    background-color: #a27d7d;
}


.cart-cells .address {
    padding: 30px;
    border: 2px solid #e7e7e7;
    margin-bottom: 30px;
    line-height: 2;
    cursor: pointer;
}

.cart-cells .selected {
    background-color: #f4f4f4;
}

.cart-cells .address p {
    font-size: 1.25rem;
    line-height: 1.4
}

.cart-cells .address p:last-child {
    margin-bottom: 0
}

.cart-cells .address h3 {
    font-size: 1.625rem;
    margin-bottom: 0;
}

.cart-cells .address h3 a {
    font-size: 24px;
}

.cart-cells .address .button {
    position: relative;
    padding: 0;
    padding-right: 22px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    display: inline-block;
    border: none;
    cursor: pointer;
    outline: none;
    color: #000;
    transition: opacity 0.6s
}

.cart-cells .address .button:hover {
    opacity: .5
}

.cart-cells .address .button:after {
    position: absolute;
    right: 0;
    bottom: 3px;
    font-size: 16px;
    font-family: 'Barberry';
    font-style: normal;
    line-height: 1
}

.cart-cells .address .button.address-edit-toggle:after {
    content: '\EA1F'
}

.cart-cells .address .button.address-delete:after {
    content: '\EA2A'
}

.cart-cells .address .button + .button {
    margin-left: 1.875rem
}
.page-cart .cart .item__content-name:last-child {
    margin-right: 0;
    width: 100%;
}

.page-cart .cart .item__content-name {
    width: 100%;
}

.modal-add-address .form-group label {
    font-size: 14px;
    font-weight: 400;
}

.form-check-input {
    width: 25px;
    height: 25px;
    margin-right: 6px;
}

.btn-checkout {
    float: right;
    height: 50px;
    background-color: #f4f4f4;
}

.btn-checkout:hover {
    background-color: #ffffff;
}

#shopify-section-header-mobile .btn-checkout, #shopify-section-header .btn-checkout{
    float: none;
}

i.fa.fa-question-circle {
    font-size: 17px;
    margin-right: 5px;
}

.btn-info:hover {
    background-color: #4fd36573;
}

.slav-btn {
    background-color: #A96B59;
    cursor: pointer;
    color: #fff;
    border: none;
    padding: 14px 44px;
    border-radius: 15px;
}

.slick-current {
    opacity: 0.5;
}

a.full-price-section {
    font-size: 24px;
    font-weight: 600;
    color: #754B3F !important;
}

.mfp-no-margins img.mfp-img {
    padding: 0;
}
.rating label {
    float: right;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.rating label:not(:first-of-type) {
    padding-right: 2px;
}

.rating label:before {
    content: "\2605";
    font-size: 42px;
    color: #CCCCCC;
    line-height: 1;
}

.rating input {
    display: none;
}

.rating input:checked ~ label:before, .rating:not(:checked) > label:hover:before, .rating:not(:checked) > label:hover ~ label:before {
    color: #F9DF4A;
}
.item__spec_list {
    line-height: 1.2em;
    font-size: 10pt;
    border-top: 1px solid #ddd;
    margin-top: 5px;
    padding-top: 10px;
}
.item__spec_list > span {
    margin-right: 5px;
}
.category-select-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    width: 100%;
}

.category-select-wrapper select {
    width: 100%;
    display: block;
}

.category-select-wrapper label {
    margin-bottom: 0;
}
@media (min-width: 1920px) {
    .page-cart .title-wrapper .page-title {
        font-size: calc(10vw - 140px);
    }
}
@media (min-width: 992px) {
    .rich-banner .banner__widget {
        min-height: 470px;
    }
}
@media (max-width: 1280px) {
    .breadcrumbs li a[itemprop="item"] {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .product__item .product__buttons .product_btn:after{
        display:none;
    }
    .product__item .product__buttons{
        display: none;
    }
    .products-grid.layout-2 .product__title{
        padding-left: 0;
    }
    .page-cart .cart-items {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page-cart .cart-items .title-wrapper {
        text-align: center;
        padding-bottom: 0;
    }
    .fast-call {
        left: 0;
        right: 0;
        text-align: center;
        bottom: 15px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .page-collection .toolbar-right li {
        min-width: unset !important;
        max-width: unset !important;
        display: block;
    }
}

@media (max-width: 991px) {
    .product__item .product__image-inner:after {
        background: transparent;
        background: -moz-linear-gradient(0deg, transparent 0%, transparent 100%);
        background: -webkit-linear-gradient(0deg, transparent 0%, transparent 100%);
        background: linear-gradient(0deg, transparent 0%, transparent 100%);
    }
    .rich-banner .banner__widget {
        min-height: 360px;
    }
}

@media (max-width: 980px) {
    .select-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .select-wrapper label {
        margin-right: 5px;
    }

    /*.page-collection .toolbar-right .select-wrapper select {*/
    /*    width: 245px !important;*/
    /*}*/
}

@media (max-width: 767px) {
    .breadcrumbs {
        flex-wrap: wrap;
    }

    .page-collection .toolbar-right {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .page-collection .toolbar-right li {
        min-width: unset !important;
        max-width: unset !important;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .page-cart .cart .item__subtotal {
        text-align: right;
    }
    .page-cart .cart-items .title-wrapper {
        padding-top: 120px;
    }
    .minicart .cart__btns .btn.btn-checkout {
        margin-bottom: 30px;
    }
    .product-addtocart_button_group {
        flex-direction: row;
        display: flex !important;
        text-align: left;
        flex-flow: column-reverse;
    }

    .modal-list-line {
        max-width: 100%;
        flex-wrap: wrap;
    }

    .product-price-wrapper {
        width: 100%;
    }

    .product-price-wrapper > p,.product-price-wrapper > div {
        text-align: center !important;
    }

    .mobile__menu-wrapper span.cart__count {
        background-color: #000;
        color: #fff;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: inline-flex;
        align-items: flex-end;
        justify-content: center;
        margin-left: 5px;
        font-size: 16px;
    }
    .mobile-nav__backdrop {
        height: 100vh;
    }

    .mobile__menu-wrapper {
        height: 100vh;
    }
    .stickied-header main.site-main {
        margin-top: 60px;
    }
    .products-grid.layout-2 .product__link, .products-grid.layout-2 .category__title, .products-grid.layout-2 .product__price {
        text-shadow: none;
        color: #000;
    }

    .products-grid.layout-2 .category__details {
        padding-left: 0;
    }
}


@media (max-width: 768px) {
    .hide-mobile {
        display: none;
    }
    .hide-pc {
        display: block;
    }

}
@media (min-width: 769px) {

    .hide-mobile {
        display: block;
    }
    .hide-pc {
        display: none;
    }

}
.site-nav_dropdown .site-nav_link {
    -webkit-appearance: none;
}
.text-main {
    color: #754B3F !important;
}
.bg-main {
    background-color: #754B3F !important;
}