@media (min-width: 1500px) {
    .container {
        width: 1280px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.opacity-0 {
    opacity: 0;
}

.text-16 {
    font-size: 16px;
}

@media screen and (min-width: 992px) {
    .desktop-hidden {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .mobile-hidden {
        display: none;
    }
}

/* Shop list */
.product_item .product_item--title {
    white-space: initial;
    text-overflow: initial;
}

.wc-toolbar .wc-view-count {
    display: none;
}

/* Product page */
@media screen and (max-width: 991px) {
    #section_page_header {
        display: none;
    }
    .single-product .site-main {
        padding-top: 0;
    }
}
.single-product .entry-summary {
    padding-top: 0;
}
.single-product .entry-summary .product-nextprev {
    display: none;
}

.single-product .product--summary .product_title {
    margin-top: 0;
}

.single-product .product--summary .single-price-wrapper {
    margin-top: 12px;
}

.single-product .entry-summary .wrap-cart-cta {
    float: none;
    display: flex;
}

.single-product .entry-summary .wrap-cart-cta .quantity .qty {
    height: 60px;
    width: 70px;
    border-radius: 10px;
}

.single-product .entry-summary .wrap-cart-cta .quantity span {
    top: 0;
    height: 60px;
    line-height: 60px;
}

.single-product .entry-summary .wrap-cart-cta .quantity span:hover {
    color: #000;
}

.single-product .wc-tabs {
    border-bottom: solid 1px #EFEFEF;
    margin-bottom: 20px;
}


/* Footer */
.site-footer .widget:first-child {
    margin-bottom: 1em;
}

.footer-top {
    background: #f7eee6;
    color: #0c0c0c;
}

@media screen and (min-width: 768px) {
    .footer-top {
        text-align: left;
    }
}

.footer-top a {
    color: #0c0c0c;
}

.footer-top .widget .widget-title {
    color: #0c0c0c;
}

@media screen and (max-width: 768px) {
    .footer-top > .container > .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .footer-top > .container > .row .footer-column {
        grid-column: span 2 / span 2;
    }


    .footer-top > .container > .row .footer-column-2,
    .footer-top > .container > .row .footer-column-3 {
        grid-column: auto
    }

    .footer-top .widget_block#block-5 {
        margin-bottom: 1em;
    }
}

.footer-top .social-media-link > a {
    font-size: 15px;
}


.footer-bottom {
    background: #FAF3EC;
    color: #0c0c0c;
}

.footer-bottom .font-size-11 {
    opacity: 0.7;
}

.footer-top .wp-block-image img {
    max-width: calc(100% - 50px);
    margin: 0 auto;
}


@media screen and (min-width: 768px) {
    .woocommerce-cart .site-inner,
    .woocommerce-account .site-inner {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
    }    
    .woocommerce-cart .site-footer,
    .woocommerce-account .site-footer {
        margin-top: auto;
    }
}



/* Form elements */
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px !important;
}

#billing_country_field strong,
#shipping_country_field strong {
    display: block;
    width: 100%;
    font-weight: 400;
    height: 26px;
    line-height: 26px;
    border-bottom: solid 1px #A3A3A3;
    padding-left: 0;
    font-size: 13px;
}

.woocommerce-checkout form.checkout_coupon,
.woocommerce-form-login  {
    max-width: 520px;
}

.shop_table td.product-name .product-name-wrap {
    display: flex;
}

.shop_table td.product-name .product-image {
    margin-right: 15px;
    max-width: 70px;
    min-width: 70px;
}

.shop_table td.product-name .product-info {
    font-size: 13px;
}

.shop_table td.product-name .product-image img {
    object-fit: cover;
}

@media (max-width: 600px) {
    .woocommerce table.wishlist_table .product-name, .shop_table.woocommerce-cart-form__contents .product-price, .shop_table.woocommerce-cart-form__contents .product-quantity, .shop_table.woocommerce-cart-form__contents .product-subtotal {
        text-align: left;
    }
}

#main {
    overflow: hidden;
}

.woocommerce-checkout #main {
    overflow: initial;
}

/* pk-slider */
.pk-slider {
    width: 100dvw;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    background: #f8f8f8;
}

.pk-slider__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, #00000030 20%, #00000000 100%);
}

@media screen and (min-width: 768px) {
    .pk-slider__overlay {
        background: linear-gradient(0deg, #00000030 0%, #00000000 100%);
    }
}

.pk-slider__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 70vh;
    max-height: 70svh;
}

.pk-slider__content {
    width: 100%;
    position: absolute;
    text-align: center;
    color: #FFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px 15px 82px 15px;
}

@media screen and (min-width: 768px) {
    .pk-slider__content {
        padding: 50px 30px 100px 30px;
        max-width: min(80vw, 900px);
    }
}

.pk-slider__content :last-child {
    margin-bottom: 0 !important;
}

.pk-slider__link {
    font-size: 16px;
    padding: 14px 30px;
    border: solid 2px currentColor;
    display: inline-block;
    white-space: nowrap;
    line-height: 1;
    transition: all 120ms;
}

.pk-slider__link:hover {
    background: #5e903e;
    border-color: #5e903e;
    color: #FFF !important;
}

.pk-slider__content h1,
.pk-slider__content p {
    color: inherit;
}

.pk-slider__content h1 {
    font-size: 36px;
}

.pk-slider__content p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin: 16px 0;
    padding: 0 15px;
}

@media screen and (min-width: 768px) {
    .pk-slider__content h1 {
        font-size: 56px;
    }
    .pk-slider__content p {
        font-size: 18px;
        margin: 30px 0;
        padding: 0 110px;
    }
}

.pk-slider__scrollbtn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) !important;
    background: transparent;
    color: white;
    border: none;
    outline: none;
    border-radius: none;
    line-height: 0;
}

.pk-slider__scrollbtn span {
    opacity: 0.9;
    display: block;
    line-height: 1;
    transition: opacity 100ms;
}
.pk-slider__scrollbtn:hover span {
    opacity: 1;
}

.pk-slider__scrollbtn .button-line {
    position: relative;
    margin-top: 10px;
    display: inline-block;
    width: 2px;
}

.pk-slider__scrollbtn .button-line .l1 {
    position: absolute;
    bottom: 100%;
    left: 0;
    background: currentColor;
    height: 14px;
    width: 100%;
    animation: 2s infinite anim-scroll-icon;
}

.pk-slider__scrollbtn .button-line .l2 {
    height: 32px;
    background: currentColor;
    opacity: 0.25;
}

@keyframes anim-scroll-icon {
    0% {
        transform: translateY(12px)
    }

    50% {
        transform: translateY(32px)
    }

    80% {
        transform: translateY(12px)
    }

    to {
        transform: translateY(12px)
    }
}


.woocommerce form .password-input,.woocommerce-page form .password-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password] {
    padding-right: 2.5rem
}

.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal {
    display: none
}

.woocommerce form .show-password-input,.woocommerce-page form .show-password-input {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    right: .7em;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.2;
    transition: opacity 100ms;
}

.woocommerce form .show-password-input:hover,.woocommerce-page form .show-password-input:hover {
    opacity: 0.6;
}

.woocommerce form .show-password-input::after,.woocommerce-page form .show-password-input::after {
    display: block;
    content: '';
    width: 16px;
    height: 38px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/png;base64,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")
}

.woocommerce form .show-password-input.display-password::after,.woocommerce-page form .show-password-input.display-password::after {
    color: #585858
}

.woocommerce-password-hint {
    display: block;
}

.widget_shopping_cart_content .button, .woocommerce-MyAccount-content form .button, .lost_reset_password .button, form.register .button, .checkout_coupon .button, .woocomerce-form .button {
    border: none;
    outline: none;
}

.woocommerce-EditAccountForm fieldset {
    margin-top: 60px;
}

/* Typography */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .la-service-box.service-type-3 .b-title1, .heading-font-family {
    line-height: 1.25 !important;
}

.woocommerce-message, .woocommerce-info {
    font-size: 12px;
}

#order_comments::placeholder {
    font-size: 12px;
    opacity: 0;
}

.woocommerce-Addresses .woocommerce-Address-title {
    margin-bottom: 16px;
}

.woocommerce-Addresses .woocommerce-Address-title a {
    text-decoration: underline;
}

.woocommerce form.checkout.woocommerce-checkout h3 {
    font-weight: 600;
    letter-spacing: 0.025em;
}

.woocommerce .woocommerce-input-wrapper {
    display: block;
}

.woocommerce-terms-and-conditions-link {
    color: var(--color-gold);
    transition: color 60ms;
}

.woocommerce-terms-and-conditions-link:hover {
    color: var(--color-gold-dark);
    text-decoration: underline;
}


/* Order confirmation */
.woocommerce-order-received .woocommerce-order {
    max-width: 600px;
    margin: 40px auto;
    font-size: 12px;
}

.woocommerce-order-received .woocommerce-thankyou-order-details {
    list-style: none;
}

.woocommerce-order-received .woocommerce-table td,
.woocommerce-order-received .woocommerce-table th {
    font-size: 12px;
    padding: 8px 10px;
}

.woocommerce-order-received .woocommerce-table tfoot td,
.woocommerce-order-received .woocommerce-table tfoot th {
    border: none;
    padding-top: 4px;
    padding-bottom: 4px;
}

.woocommerce-order-received .woocommerce-table tfoot td,
.woocommerce-order-received .woocommerce-table tfoot th {
    border: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

.woocommerce-order-received .woocommerce-table tfoot tr:first-child > * {
    padding-top: 12px;
}
.woocommerce-order-received .woocommerce-table tfoot tr:last-child > * {
    padding-bottom: 12px;
}


.testimonial-blockquote {
    font-size: inherit !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.testimonial-blockquote cite {
    font-size: 16px;
    font-family: "Marcellus", "Helvetica Neue", Arial, sans-serif
}


.sidebar-dropdown-btn {
    font-family: "Marcellus", "Helvetica Neue", Arial, sans-serif;
    width: 100%;
    border: none;
    outline: none;
    display: inline-block;
    cursor: pointer;
    padding: 10px 30px;
    transition: all 120ms;
    font-size: 16px;
    border: solid 2px transparent;
    letter-spacing: 0.02em;
    border-radius: 50px;
    border-width: 1px;
    color: #000;
    background-color: transparent;
    border-color: #CACACA;
    line-height: 24px;
}

#sidebar_primary {
    display: none;
}

#sidebar_primary.open {
    display: block;
}

#sidebar_primary .product-categories li a {
    text-underline-position: under;
}

@media screen and (max-width: 991px) {
    #sidebar_primary {
        border: solid 1px #cacaca;
        border-radius: 10px;
        margin-top: 10px;
        padding: 25px;
    }

    #sidebar_primary .sidebar-inner .widget .widget-title {
        font-size: 18px;
    }

    #sidebar_primary .product-categories li a {
        font-size: 12px;
        padding: 6px 0;
    }

    #sidebar_primary .sidebar-inner .widget:last-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 992px) {
    .sidebar-dropdown-btn {
        display: none;
    }
    #sidebar_primary {
        display: block;
        padding-top: 8px;
    }

    #sidebar_primary .sidebar-inner .widget .widget-title {
        font-size: 22px;
    }
    #sidebar_primary .product-categories li a {
        font-size: 13px;
        padding: 6px 0;
    }
}
