/*
Style background overlay woocommerce product gallery lightbox
--------------------------------------------------------------*/
.pswp__bg{
    background: #000000a3 !important;
}
/*
Style image woocommerce product gallery lightbox
--------------------------------------------------------------*/
.pswp img{
    border-radius: 5px;
}
/* Style Box Letter
-------------------------------------------------------------- */
.woocommerce-letter{
    border-width: 7px 0px 7px 0px;
    border-style: solid;
    border-color: transparent;
    box-shadow: 2px 2px 20px #0000002b;
    border-image: 16 repeating-linear-gradient(-45deg, #e00000 0, #b20000 1em, transparent 0, transparent 2em, #58a 0, #58a 3em, transparent 0, transparent 4em);
}
/* Style Woocommerce Message
--------------------------------------------------------------*/
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: #76a1ff42;
    border: 1px dashed #3d6cd242;
    color: #000000;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    outline: none !important;
}

/* Style for unordered lists inside the Woocommerce messages
--------------------------------------------------------------*/
.woocommerce-error ul,
.woocommerce-info ul,
.woocommerce-message ul {
    padding: 0px;
    margin: 0px;
}

/* Style for list items inside Woocommerce messages
--------------------------------------------------------------*/
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    list-style: none;
    margin: 0px;
    padding: 5px 0px;
    display: none;
    width: 100%;
}

/* Display the first list item inside Woocommerce messages
--------------------------------------------------------------*/
.woocommerce-error li:first-child,
.woocommerce-info li:first-child,
.woocommerce-message li:first-child {
    display: block;
}

/* Style for links inside Woocommerce messages
--------------------------------------------------------------*/
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
    color: #0c5460;
    text-decoration: underline;
    font-weight: normal;
    display: inline-block;
    margin-left: 10px;
}

/* Style for hovered links inside Woocommerce messages
--------------------------------------------------------------*/
.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover {
    color: #004085;
    text-decoration: none;
}

/* Style for information messages
--------------------------------------------------------------*/
.woocommerce-info {
    border: 1px dashed #ff8100;
    background-color: #ff81002b;
    color: #ff8100;
}

/* Style for error messages
--------------------------------------------------------------*/
.woocommerce-error {
    border: 1px dashed #ff0000;
    background-color: #ff00001f;
    color: #ff0000;
}
/* Style FlexSlider
-------------------------------------------------------------- */
.flex-slider-theme .item-product-loop{
    width:100% !important;
}
.flex-slider-theme{
    padding-left: 40px;
    padding-right:40px;
}
.flex-slider-theme[data-nav='false']{
    padding-left: 0px;
    padding-right: 0px;
}

/* Style for the main flexslider container
--------------------------------------------------------------*/
.woocommerce .flexslider {
    position: relative;
}
.woocommerce .flexslider .flex-viewport{
    overflow: hidden;
}
/* Style for the slides inside the flexslider
--------------------------------------------------------------*/
.woocommerce .flexslider .slides {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Style for each slide in the flexslider
--------------------------------------------------------------*/
.woocommerce .flexslider .slides li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
}

/* Style for the images inside each slide
--------------------------------------------------------------*/
.woocommerce .flexslider .slides img {
    max-width: 100%;
    height: auto;
    border: none;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

/* Style for the navigation buttons (prev & next)
--------------------------------------------------------------*/
.woocommerce .flexslider .flex-direction-nav {
    position: absolute;
    top: 50%;
    width: calc(100% + 80px);
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 100%;
    left:-40px;
}
.woocommerce .flexslider .flex-direction-nav li{
    height: 100%;
}
/* Style for each individual navigation button
--------------------------------------------------------------*/
.woocommerce .flexslider .flex-direction-nav a {
    pointer-events: auto;
    background-color: #FFF;
    color: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    height: 100%;
    text-indent: 150px;
    width: 30px;
    position: relative;
    overflow: hidden;
    outline: none !important;
    box-shadow: -10px 0px 10px -5px #00000014;
    white-space: nowrap;
}
.woocommerce .flexslider .flex-direction-nav a:hover{
    box-shadow: -10px 0px 10px -5px #00000014;
}
.woocommerce .flexslider .flex-direction-nav a:before{
    content: "\2192";
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 22px;
    text-indent: 0px;
    transform: translate(-50%, -50%);
}
.woocommerce .flexslider .flex-direction-nav a.flex-prev{
    box-shadow: 10px 0px 10px -5px #00000014;
}
.woocommerce .flexslider .flex-direction-nav a.flex-prev:hover{
    box-shadow: 10px 0px 10px -5px #00000029;
}
.woocommerce .flexslider .flex-direction-nav a.flex-prev:before{
    content:"←";
}

.woocommerce .flex-slider-theme-circle .flexslider .flex-direction-nav a{
    box-shadow: none;
    width: 40px;
    height: 40px;
    color: #000;
    border-radius: 50%;
    background: #ffffff82;
}
.woocommerce .flex-slider-theme-circle .flexslider .flex-direction-nav li{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.woocommerce .flex-slider-theme-circle .flexslider .flex-direction-nav a:hover{
    background: #FFF;
}
/* Position and alignment for the previous navigation button
--------------------------------------------------------------*/
.woocommerce .flexslider .flex-prev {
    left: 0px;
}
/* Position and alignment for the next navigation button
--------------------------------------------------------------*/
.woocommerce .flexslider .flex-next {
    right: 0px;
}

/* Style for the thumbnail slider navigation
--------------------------------------------------------------*/
.woocommerce .flex-control-nav {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 0px;
    list-style:none;
    margin:20px 0px 10px 0px;
}

/* Style for each thumbnail in the slider
--------------------------------------------------------------*/
.woocommerce .flex-control-nav li a{
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    overflow: hidden;
    text-indent: 100px;
    border:1px solid #000;
}
.woocommerce .flex-control-nav li a.flex-active{
    background: #000;
}

/* Style for the images inside the thumbnail navigation
--------------------------------------------------------------*/
.woocommerce .flex-control-nav li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Style for hover and active states of the thumbnail
--------------------------------------------------------------*/
.woocommerce .flex-control-nav li:hover,
.woocommerce .flex-control-nav li.flex-active {
    border-color: #000;
}

@media (max-width:768px){
    .flex-slider-theme{
        padding-left:30px;
        padding-right:30px;
    }
    .woocommerce .flexslider .flex-direction-nav{
        width: calc(100% + 60px);
        left:-30px;
    }
}
/* Style for the submit icon in the custom form
--------------------------------------------------------------*/
.woocommerce-theme-form .icon-submit{
    width:18px !important;
    margin:0px 5px 0px 0px !important;
    filter: brightness(0) invert(1);
}

/* Style for the table inside the custom form
--------------------------------------------------------------*/
.woocommerce-theme-form table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #fff;
    overflow: hidden;
    border:0px;
}

/* Style for the table header
--------------------------------------------------------------*/
.woocommerce-theme-form table thead th {
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

/* Style for table rows
--------------------------------------------------------------*/
.woocommerce-theme-form table tr{
    border-bottom: 1px dashed #ddd;
}

.woocommerce-theme-form table head tr{
    border-bottom: 0;
}

/* Style for table columns (product name, price, etc.)
--------------------------------------------------------------*/
.woocommerce-theme-form table th,
.woocommerce-theme-form table td {
    padding: 10px;
    text-align: left;
    font-size: 14px;
    vertical-align: middle;
    font-weight: 400;
    border:0px;
}

/* Style for product price
--------------------------------------------------------------*/
.woocommerce-theme-form .woocommerce-Price-amount{
    font-size: 16px;
    font-weight: 600;
    color: #ff0000;
}

/* Style for the custom submit button
--------------------------------------------------------------*/
.woocommerce-theme-form .button-theme-template{
    padding: 5px 20px;
    background: #000;
    border: 0;
    height: 40px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

/* Style for select fields and text inputs
--------------------------------------------------------------*/
.woocommerce-theme-form select,
.woocommerce-theme-form .input-text{
    padding: 5px 15px;
    border: 1px solid #ccc;
    height: 40px;
    width: 100%;
    border-radius: 5px;
}

/* Style for textarea input
--------------------------------------------------------------*/
.woocommerce-theme-form textarea.input-text{
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Style for focused input fields
--------------------------------------------------------------*/
.woocommerce-theme-form .input-text:focus{
    border-color: #0033a1;
    outline: none;
    box-shadow: 0px 0px 5px rgba(0, 51, 161, 0.5);
}

/* Style for select2 container (dropdown)
--------------------------------------------------------------*/
.woocommerce-theme-form .select2-container .select2-selection--single{
    height: 40px;
    border: 1px solid #ccc;
    margin-bottom: 2px;
}

/* Style for the selected option text in select2
--------------------------------------------------------------*/
.woocommerce-theme-form .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
    font-size: 13px;
}

/* Style for the arrow in select2 dropdown
--------------------------------------------------------------*/
.woocommerce-theme-form .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px;
}

/* Style for list items in the table
--------------------------------------------------------------*/
.woocommerce-theme-form table ul,
.woocommerce-theme-form table ul li,
.woocommerce-theme-form li{
    list-style: none;
    margin: 0px;
    padding: 0px;
    position: relative;
}

/* Media query for responsive table (max-width: 992px)
--------------------------------------------------------------*/
@media (max-width: 992px){
    /* Hide table headers on smaller screens
    --------------------------------------------------------------*/
    .woocommerce-table-responsive thead {
        display: none;
    }

    /* Style for table rows in the responsive table
    --------------------------------------------------------------*/
    .woocommerce-table-responsive tbody tr {
        display: block;
        margin-bottom: 15px;
    }

    /* Style for table cells in the responsive table
    --------------------------------------------------------------*/
    .woocommerce-table-responsive tbody td {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 8px 5px;
        border: none;
        border-bottom: 1px dashed #ddd;
    }

    /* Add content before table cell data in the responsive table
    --------------------------------------------------------------*/
    .woocommerce-table-responsive tbody td::before {
        content: attr(data-title);
        font-weight: 600;
        display: inline-block;
        padding-right: 15px;
    }
}

/* Style for Product Images in Cart
--------------------------------------------------------------*/
.woocommerce-cart-form table.shop_table .product-thumbnail img {
    width: 60px !important;
    height: auto;
    border-radius: 5px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    margin: 0px !important;
}
/* Style for Links in Cart
--------------------------------------------------------------*/
.woocommerce-cart-form table td a {
    display: inline-block;
}
/* Style for Product Quantity Inputs
--------------------------------------------------------------*/
.woocommerce-cart-form table.shop_table td input.qty {
    width: 70px;
    height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}
.woocommerce-cart-form table.shop_table td input.qty:focus {
    border-color: #0033a1;
    outline: none;
    box-shadow: 0px 0px 5px rgba(0, 51, 161, 0.5);
}
/* Style for Delete Product Button
--------------------------------------------------------------*/
.woocommerce-cart-form table.shop_table td.product-remove a {
    color: #ff0000;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}
/* Style for Cart Collaterals
--------------------------------------------------------------*/
.cart-collaterals table.shop_table th {
    text-align: left;
    vertical-align: top;
    font-weight: 600;
}
.cart-collaterals table.shop_table td {
    text-align: right;
}
.cart-collaterals .cart_totals {
    border: 1px dashed #000;
    padding: 20px 10px;
}
/* Style for Cart Totals and List Items
--------------------------------------------------------------*/
.cart-collaterals table.shop_table ul li,
.cart-collaterals table.shop_table ul {
    font-weight: 600;
}
/* Container for Cart Page
--------------------------------------------------------------*/
.woocommerce-cart .container-body {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 30px auto;
    max-width: 1200px;
    background: #FFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
/* Title for Cart Page
--------------------------------------------------------------*/
.woocommerce-cart h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
/* Style for Proceed to Checkout Button
--------------------------------------------------------------*/
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    height: auto;
    padding: 10px 30px;
}
/* Style for Shipping Calculator
--------------------------------------------------------------*/
.woocommerce-cart #shipping-calculator-form {
    max-width: 320px;
}
.woocommerce-cart #shipping-calculator-form .form-row {
    padding: 5px 0px;
    margin: 0px;
}
.woocommerce-cart #shipping-calculator-form button {
    background: #000;
    border: 0;
}
/* Responsive Design for Cart Page
--------------------------------------------------------------*/
@media (max-width: 992px) {
    .woocommerce-cart .container-body {
        margin: 0px;
        border: 0px;
        box-shadow: none;
    }

    .woocommerce-cart #shipping-calculator-form {
        max-width: 100%;
    }
}
/* Container for Checkout Page
--------------------------------------------------------------*/
.woocommerce-checkout .container-body {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 30px auto;
    max-width: 1200px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
/* Title for Checkout Page
--------------------------------------------------------------*/
.woocommerce-checkout h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}
/* Style for Coupon Section
--------------------------------------------------------------*/
.woocommerce-checkout .woocommerce-form.woocommerce-form-login,
.woocommerce-checkout .checkout_coupon.woocommerce-form-coupon {
    border: 1px dashed #000;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}
/* Style Coupon Code Field
--------------------------------------------------------------*/
.woocommerce-checkout .checkout_coupon #coupon_code {
    padding-right: 100px;
}
/* Style Coupon Apply Button
--------------------------------------------------------------*/
.woocommerce-checkout .checkout_coupon button {
    height: 40px;
    background: #000;
    border: 0px;
    border-radius: 0px 5px 5px 0px;
}
/* Style Coupon Error Message
--------------------------------------------------------------*/
.woocommerce-checkout .checkout_coupon .coupon-error-notice {
    background: rgb(255 120 0 / 22%);
    display: block;
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #FF0000;
    margin-top: 10px;
}
/* Style for Login Section
--------------------------------------------------------------*/
.woocommerce-checkout .woocommerce-form-login .woocommerce-button {
    border: 0px;
    background: #000;
    color: #FFF;
    padding: 12px 50px;
    border-radius: 5px;
}
.woocommerce-checkout .woocommerce-form-login .woocommerce_form_login_rememberme {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.woocommerce-checkout .woocommerce-form-login .lost_password {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}
/* Billing and Shipping Fields
--------------------------------------------------------------*/
.woocommerce-billing-field-wrapper {
    margin-left: -10px;
    margin-right: -10px;
}
.woocommerce-shipping-field-wrapper .form-row,
.woocommerce-billing-field-wrapper .form-row {
    width: 50%;
    padding: 0px 10px;
}
/* Responsive Design for Checkout Page
--------------------------------------------------------------*/
@media (max-width: 992px) {
    .woocommerce-checkout .container-body {
        margin: 0px;
        border: 0px;
        box-shadow: none;
    }
}

@media (max-width: 768px) {
    .woocommerce-shipping-field-wrapper .form-row,
    .woocommerce-billing-field-wrapper .form-row {
        width: 100%;
        padding: 5px 10px;
    }

    .woocommerce-checkout form.woocommerce-checkout {
        padding: 0px;
    }
}
/* Label Styling for Input Fields
--------------------------------------------------------------*/
.woocommerce-checkout .form-row label {
    display: block;
    margin-bottom: 5px;
}
/* Inline Error Message for Billing Fields
--------------------------------------------------------------*/
.woocommerce-checkout .woocommerce-billing-field-wrapper .checkout-inline-error-message {
    font-size: 12px;
    color: #ff0000;
    margin: 0;
}
/* Required Field Styling
--------------------------------------------------------------*/
.woocommerce-checkout .woocommerce-billing-field-wrapper .required {
    color: #ff0000;
}
/* Style for Order Review Section
--------------------------------------------------------------*/
.woocommerce-checkout #order_review {
    border: 1px dashed #000;
}
/* Payment Methods Section
--------------------------------------------------------------*/
.woocommerce-checkout .woocommerce-checkout-payment .woocommerce-info {
    margin: 0px;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods {
    padding: 0px;
}
.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods li {
    padding: 5px 0px;
}
.woocommerce-checkout .woocommerce-checkout-payment .input-radio {
    margin: 0px 5px 0px 0px;
    box-shadow: none !important;
}
.woocommerce-checkout .woocommerce-checkout-payment .payment_box {
    background: #eee;
}
/* Place Order Button
--------------------------------------------------------------*/
.woocommerce-checkout #place_order {
    padding: 12px;
    background: #000;
    border: none;
}

/* Order Details Container
--------------------------------------------------------------*/
.woocommerce-order-details {
    background: #EEE;
    padding: 10px 20px;
}

/* Order Tracking Notes
--------------------------------------------------------------*/
.note-order-tracking {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 15px 0px;
}

.note-order-tracking:after {
    content: "";
    position: absolute;
    left: 165px;
    top: 0;
    width: 3px;
    height: 100%;
    background: #000;
}

.note-order-tracking .item-tracking-right {
    padding-left: 200px;
}

.note-order-tracking .item-tracking-description {
    background: #EEE;
    padding: 10px 15px;
}
.note-order-tracking .item-tracking-description:before {
    content: "";
    position: absolute;
    left: -41px;
    top: 0px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 3px solid #000;
    background: #FFF;
    z-index: 1;
}

.note-order-tracking .item-tracking-left {
    border: 2px solid #000;
    padding: 5px 10px;
    border-radius: 5px;
}

.note-order-tracking li:last-child {
    padding-bottom: 0;
}

/* Responsive Design for Order Details
--------------------------------------------------------------*/
@media (max-width: 768px) {
    .woocommerce-order-details {
        padding: 0px;
        background: transparent;
    }

    .note-order-tracking .item-tracking-left {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .note-order-tracking .item-tracking-right {
        padding-left: 0px;
    }

    .note-order-tracking:after {
        display: none;
    }

    .note-order-tracking .item-tracking-left:after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid #000;
    }

    .note-order-tracking .item-tracking-left:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 2px;
        height: 15px;
        background-color: #000;
    }
}

/* Purchase Note Style
--------------------------------------------------------------*/
.woocommerce-order-details .product-purchase-note {
    background: #fafafa;
}
/* My Account Layout
--------------------------------------------------------------*/
.woocommerce-account .row-my-account {
    margin-left: -10px;
    margin-right: -10px;
}
.woocommerce-account .woocommerce-form-register.register button {
    background: #000;
}
/* Dashboard Style
--------------------------------------------------------------*/
.woocommerce-account .account-row-dashboard {
    margin-left: -10px;
    margin-right: -10px;
}
.woocommerce-account .item-dashboard img {
    width: 50px !important;
    margin: 0px !important;
    max-width: 100% !important;
}
.woocommerce-account .item-dashboard-wrapper {
    background: #EEE;
}
.woocommerce-account h1 {
    margin-top: 25px;
}
.woocommerce-account .woocommerce-pagination-orders a {
    background: #000;
    padding: 5px 20px;
    margin: 0px 2px;
}
.woocommerce-account .item-dashboard {
    width: 20%;
}
@media (max-width: 992px) {
    .woocommerce-account .item-dashboard {
        width: 25%;
    }
}
@media (max-width: 768px) {
    .woocommerce-account .item-dashboard {
        width: calc(100% / 3);
    }
}
@media (max-width: 576px) {
    .woocommerce-account .item-dashboard {
        width: 50%;
    }
    .woocommerce-account .item-dashboard a {
        font-size: 14px;
    }
}
/* Account Endpoint Title Style
--------------------------------------------------------------*/
.woocommerce-account .title-endpoint-account {
    border-bottom: 1px solid #000;
}
/* Edit Account Style
--------------------------------------------------------------*/
.woocommerce-account .row-edit-account {
    margin-left: -10px;
    margin-right: -10px;
}

.woocommerce-account .edit-account-wrapper {
    padding: 10px;
}
.woocommerce-account .my-account-address-wrapper,
.woocommerce-account .edit-account fieldset {
    border: 1px dashed #000;
    padding: 15px;
}
/* Edit Address Style
--------------------------------------------------------------*/
.woocommerce-account .row-my-account-address {
    margin-left: -10px;
    margin-right: -10px;
}
.woocommerce-account .my-account-address img {
    width: 20px !important;
    margin: 0px !important;
}
.woocommerce-account .address-my-account {
    background: #EEE;
}
.woocommerce-account .woocommerce-address-field-wrapper {
    margin-left: -10px;
    margin-right: -10px;
}
.woocommerce-account .woocommerce-address-field-wrapper .form-row {
    padding: 0px 10px 10px 10px;
    width: 50%;
    margin: 0px;
}
.woocommerce-account .woocommerce-address-field-wrapper label {
    display: block;
    margin-bottom: 5px;
}
@media (max-width: 576px) {
    .woocommerce-account .woocommerce-address-field-wrapper .form-row {
        width: 100%;
    }
}

/* Archive Product Orders
 --------------------------------------------------------------*/
ul.orderby-links {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 12px;
}

ul.orderby-links li {
    display: inline-flex;
}

ul.orderby-links li a {
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #ccc;
    transition: background 0.3s, color 0.3s;
    margin: 2px 5px;
    display: inline-block;
    border-radius: 5px;
}

ul.orderby-links li.active a {
    background: #000;
    color: #fff;
    border-color: #000;
}

ul.orderby-links li a:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}
/* Style price product
--------------------------------------------------------------*/
.template-price,
.template-price ins,
.template-price .price {
    color: #FF0000;
    font-weight: 600;
}

.template-price del {
    color: #666;
}

.template-price ins {
    text-decoration: none;
}
/* Style item loop product
-------------------------------------------------------------- */
.header-item-product-loop {
    padding-top: 70%;
    margin-bottom: 10px;
}

.header-item-product-loop img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.3s;
}
.content-product-loop {
    border: 1px solid #EEE;
    transition: all 0.2s;
}

.content-product-loop:hover {
    box-shadow: 0px 1px 10px #0000001a;
}
/* Style Sale
--------------------------------------------------------------*/
.onsale-flash {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    background-image: url("../images/sale-flash.png");
    z-index: 1;
}

/* Style item title loop product and category
--------------------------------------------------------------*/
.content-product-loop .woocommerce-loop-category__title,
.content-product-loop .title-item-product-loop,
.content-product-loop .woocommerce-loop-product__title {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.content-product-loop .title-item-product-loop {
    padding: 5px 15px;
}

/* Style action button item loop product
--------------------------------------------------------------*/
.content-product-loop .action-item-product-loop a {
    display: inline-block;
    padding: 5px 15px;
    color: #FFF;
    background: #000;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #000;
}

.content-product-loop:hover .action-item-product-loop a {
    background: transparent;
    color: #000;
}
/* Style item product category
--------------------------------------------------------------*/
.content-product-loop .woocommerce-loop-category__title mark {
    background: none;
    color: #ff0000;
    padding: 0px;
    font-weight: 600;
}

/* Sidebar mini cart empty
 --------------------------------------------------------------*/
.woocommerce-mini-cart__empty-message {
    padding: 15px;
    background: #ff8c002b;
    border-radius: 5px;
    font-size: 14px;
}
/* Sidebar Cart
-------------------------------------------------------------- */
#cart-sidebar{
    z-index:999999;
    display: none;
    right:-330px;
}
#cart-sidebar.active{
    display: block;
}
#cart-sidebar-content{
    background: #FFF;
    width: 100%;
    max-width:300px;
    z-index:10;
    transition: all 0.5s;
    left:100%;
}
#cart-sidebar.active #cart-sidebar-content{
    animation: animateCartSidebar 0.2s ease-in-out forwards;
}
@keyframes animateCartSidebar {
    0% {
        left:100%;
    }
    100% {
        left:calc(100% - 300px);
    }
}
#overlay-cart-sidebar{
    background: #00000069;
}
/* Sidebar Cart list
--------------------------------------------------------------*/
#cart-sidebar ul,
#cart-sidebar ul li{
    display: block;
    list-style: none;
    margin:0;
    padding:0;
    position: relative;
}
#cart-sidebar ul li{
    padding-left: 75px;
    min-height: 70px;
    padding-top: 7px;
    padding-bottom: 7px;
}
/* Sidebar Cart button remove
--------------------------------------------------------------*/
#cart-sidebar .remove_from_cart_button{
    position: absolute;
    left: 5px;
    z-index: 1;
    width: 15px;
    height: 15px;
    top: 10px;
    background: #000;
    color: #FFF;
    border-radius: 50%;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
#cart-sidebar .remove_from_cart_button:hover{
    background: #FF0000;
}
/* Sidebar Cart image
--------------------------------------------------------------*/
#cart-sidebar ul li img{
    position: absolute;
    left:0;
    top:7px;
    max-width:60px;
    max-height: 60px;
    border: 1px solid #EEE;
}
/* Sidebar Cart permalink
--------------------------------------------------------------*/
#cart-sidebar ul li a{
    color:#000;
    font-size: 14px;
}
#cart-sidebar ul li span.quantity{
    display:block;
    color: #000;
    font-weight:500;
    margin: 5px 0px;
}
/* Sidebar Cart price
--------------------------------------------------------------*/
#cart-sidebar .woocommerce-Price-amount{
    color:#FF0000;
    font-weight:600;
}
#cart-sidebar .woocommerce-mini-cart__total{
    display:block;
    margin-top:10px;
    padding:25px 0px;
    font-weight:600;
    text-transform:uppercase;
    border-top:1px solid #EEE;
}
#cart-sidebar strong{
    font-weight:600;
}
/* Sidebar Cart button
--------------------------------------------------------------*/
#cart-sidebar .woocommerce-mini-cart__buttons.buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
}
#cart-sidebar .woocommerce-mini-cart__buttons .button{
    width: 100%;
    padding: 7px 10px;
    text-align: center;
    background: #000;
    color: #FFF;
    font-size: 14px;
    border:1px solid #000;
    font-weight: 500;
}
#cart-sidebar .woocommerce-mini-cart__buttons .button:hover{
    color:#000;
    background: #FFF;
}

/* Style for add-to-cart form
--------------------------------------------------------------*/
.template-add-to-cart form.cart {
    display: flex;
    flex-direction: row;
    margin: 15px 0;
    padding: 10px 0px;
    flex-wrap: wrap;
}
.template-add-to-cart .template-add-to-cart{
    display: none !important;
}
/* Button disabled state
--------------------------------------------------------------*/
.template-add-to-cart form.cart .disabled {
    pointer-events: none;
    background: #666 !important;
}

/* Stock availability
--------------------------------------------------------------*/
.template-add-to-cart .stock.in-stock {
    font-weight: 600;
    margin-top: 10px;
}

/* Category and tags
--------------------------------------------------------------*/
.template-add-to-cart .product_meta .tagged_as,
.template-add-to-cart .product_meta .posted_in {
    margin-top: 15px;
}
.template-add-to-cart .product_meta .tagged_as a,
.template-add-to-cart .product_meta .posted_in a {
    background: #EEE;
    padding: 3px 10px;
    font-size: 13px;
    display: inline-block;
    margin:2px;
}
.template-add-to-cart .product_meta .tagged_as a:hover,
.template-add-to-cart .product_meta .posted_in a:hover {
    background: #000;
    color: #FFF;
}

/* Quantity input styling
--------------------------------------------------------------*/
.template-add-to-cart form.cart .quantity {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.template-add-to-cart form.cart .quantity input.qty {
    width: 60px;
    height: 38px;
    text-align: center;
    border: 1px solid #ddd;
    margin-right: 5px;
}
/* Minus and Plus buttons styling
--------------------------------------------------------------*/
.template-add-to-cart form.cart .quantity .minus,
.template-add-to-cart form.cart .quantity .plus {
    background-color: #0071a1;
    color: #fff;
    padding: 0 15px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
    line-height: 40px;
}
/* Button for single add to cart
--------------------------------------------------------------*/
.template-add-to-cart a.button-external-product,
.template-add-to-cart button.single_add_to_cart_button {
    background-color: #000;
    color: #FFF;
    padding: 5px 20px;
    border: none;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease;
    height: 38px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
/* Add to cart variations form
--------------------------------------------------------------*/
.template-add-to-cart form.cart .variations {
    width: 100%;
    border-collapse: collapse;
}
.template-add-to-cart form.cart .variations label {
    font-weight: 500;
}
/*Style reset table in product variations
--------------------------------------------------------------*/
.template-add-to-cart form.cart .variations th,
.template-add-to-cart form.cart .variations td {
    padding: 5px 10px;
    text-align: left;
}
.template-add-to-cart form.cart .variations select {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    outline: none !important;
    box-shadow: none !important;
}
/*Style reset variations
--------------------------------------------------------------*/
.template-add-to-cart form.cart .woocommerce-variation-add-to-cart {
    padding: 20px 0px 10px 0px;
}
.template-add-to-cart form.cart .variations td.td-reset-variations {
    text-align: right !important;
}
/*Style button reset variations button
--------------------------------------------------------------*/
.template-add-to-cart form.cart .variations td.td-reset-variations button.reset_variations {
    border: 0px;
    outline: none;
    background: #000;
    color: #FFF;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 5px;
}
/* Form add to cart group
--------------------------------------------------------------*/
.template-add-to-cart form.cart .group_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.template-add-to-cart form.cart .group_table th,
.template-add-to-cart form.cart .group_table td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #333;
}

.template-add-to-cart form.cart .group_table input.qty {
    width: 60px;
    height: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
}
.template-add-to-cart .button-contact-product{
    background: #000;
    height:38px;
    padding:5px 20px;
}
@media (max-width:768px){
    .template-add-to-cart .button-contact-product{
        width:100%;
        margin:10px 0px 0px 0px !important;
    }
}
/* Style Quick View Product
-------------------------------------------------------------- */
.quick-view-item-product{
    background: #000;
    color:#FFF;
    bottom: -50px;
    transition: all 0.3s;
}
/* Show quick view button on hover
--------------------------------------------------------------*/
.content-product-loop:hover .quick-view-item-product{
    bottom: 0px;
}
/* Style Quick View Product Modal
-------------------------------------------------------------- */
#quick-view-product-modal{
    display: none;
    z-index:9999;
}
.close.toggle-quick-view-product{
    z-index:1;
}
/* Active state for quick view modal
--------------------------------------------------------------*/
#quick-view-product-modal.active{
    display: flex;
}
/* Main container for quick view product
--------------------------------------------------------------*/
#quick-view-product-main{
    width:95%;
    max-width:900px;
    max-height: 90%;
    z-index:1;
}
/* Overlay background for quick view product
--------------------------------------------------------------*/
#quick-view-product-overlay{
    background:#0000008f;
}
/* Hide reset variations button in the quick view modal
--------------------------------------------------------------*/
#quick-view-product-modal .reset_variations{
    display: none;
}
@media (max-width:768px){
    .template-add-to-cart a.button-external-product, .template-add-to-cart button.single_add_to_cart_button,
    .template-add-to-cart form.cart .quantity input.qty,
    .template-add-to-cart form.cart .quantity{
        width:100%;
        margin-bottom: 10px;
    }
    .close.toggle-quick-view-product{
        margin-right: 10px;
        margin-top: 0px;
    }
}

/* Style Tab woocommerce product attributes
-------------------------------------------------------------- */
.woocommerce-product-attributes {
    width: 100%;
    border-collapse: collapse;
    margin:15px 0px;
}
.woocommerce-product-attributes th,
.woocommerce-product-attributes td {
    padding:7px 10px;
    border: 1px solid #eee;
    text-align: left;
}
.woocommerce-product-attributes tr:nth-child(odd) {
    background-color: #f7f7f7;
}

.woocommerce-product-attributes tr:nth-child(even) {
    background-color: #ffffff;
}
.woocommerce-product-attributes th {
    font-weight: 600;
}
/* Style woocommerce review
-------------------------------------------------------------- */
.woocommerce-Reviews .review-breakdown:after,
.woocommerce-Reviews .review-average:after{
    content:"";
    position: absolute;
    right: 5px;
    width:1px;
    height: 100%;
    border-right:1px dashed #DDD;
    top:0px;
}
@media (max-width:768px){
    .woocommerce-Reviews .review-breakdown:after,.woocommerce-Reviews .review-average:after{
        display: none;
    }
}
.woocommerce-Reviews .number-review-breakdown,
.woocommerce-Reviews .label-review-breakdown{
    width:50px;
}
.woocommerce-Reviews .item-review-breakdown{
    width: calc(100% - 100px);
    height:10px;
    background: #ddd;
    border-radius: 5px;
}
.woocommerce-Reviews .item-review-breakdown div{
    background: #000;
}
.woocommerce-Reviews .review-breakdown ul,
.woocommerce-Reviews .review-breakdown ul li{
    list-style: none;
    margin:0px;
    padding:0px;
}
.woocommerce-Reviews .review-breakdown ul li{
    padding:2px 0px;
}
.woocommerce-Reviews #open-review-modal{
    border:0px;
    background: #000;
}
.woocommerce-Reviews .icon-review-star{
    width:40px;
}
/* Style Reviews Modal */
.woocommerce-Reviews #review-modal{
    display: none;
    z-index:99999;
}
.woocommerce-Reviews #review-overlay.active,
.woocommerce-Reviews #review-modal.active{
    display: flex;
}
.woocommerce-Reviews #review-modal #close-review-modal{
    z-index:1;
}
.woocommerce-Reviews #title-review-modal{
    background: #000;
}
.woocommerce-Reviews #review-overlay{
    background:#000000a1;
}
.woocommerce-Reviews #review-content-modal{
    z-index:1;
    max-width:600px;
    max-height: 90%;
    margin:20px;
    width:95%;
}
.woocommerce-Reviews #review-modal .input-text{
    padding: 5px 15px;
    border: 1px solid #ccc;
    height: 40px;
    width: 100%;
    border-radius: 5px;
}
.woocommerce-Reviews #review-modal .input-text.input-error{
    border-color:#ff0000;
}
.woocommerce-Reviews #review-modal textarea.input-text{
    height:100px;
    padding:15px;
}
.woocommerce-Reviews #review-modal .input-text:focus{
    border-color: #0033a1;
    outline: none;
    box-shadow: 0px 0px 5px rgba(0, 51, 161, 0.5);
}
.woocommerce-Reviews #review-modal #submit-review-modal{
    background: #000;
    border: 0px;
}
.woocommerce-Reviews #review-modal #submit-review-modal img{
    width:20px;
    filter: brightness(0) invert(1);
}
.woocommerce-Reviews #review-modal #review-star-product {
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-direction: row-reverse;
}
/* Hide input radio
--------------------------------------------------------------*/
.woocommerce-Reviews #review-modal #review-star-product input {
    display: none;
}
.woocommerce-Reviews #review-modal #review-star-product label{
    padding-bottom: 20px;
    width: 50px;
    text-align: center;
    color:#666;
}
.woocommerce-Reviews #review-modal #review-star-product label span{
    font-size: 13px;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,0);
    width: 70px;
    color:#000 !important;
    white-space: nowrap;
    overflow: hidden;
}
.woocommerce-Reviews #review-modal #review-star-product label:before {
    content: '★';
}
.woocommerce-Reviews #review-modal #review-star-product input:checked ~ label,
.woocommerce-Reviews #review-modal #review-star-product label:hover,
.woocommerce-Reviews #review-modal #review-star-product label:hover ~ label {
    color: #f39c12;
}
/* Style list reviews product
--------------------------------------------------------------*/
.woocommerce-Reviews .list-reviews-product {
    list-style: none;
    padding: 0;
    margin: 0;
    width:100%;
    position: relative;
}
.woocommerce-Reviews .list-reviews-product li{
    list-style: none;
    margin:0px;
    padding:10px 0px 10px 100px;
    position: relative;
}
@media (max-width:768px){
    .woocommerce-Reviews .list-reviews-product li{
        padding:5px;
    }
}
.woocommerce-Reviews .list-reviews-product .comment_container{
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    width:100%;
}
.woocommerce-Reviews .list-reviews-product .comment_container .comment-text{
    background: #eeeeeeb3;
    border:1px dashed #DDD;
    padding:10px 15px;
    border-radius: 5px;
}
.woocommerce-Reviews .list-reviews-product li img{
    position: absolute;
    border-radius: 5px;
    left: 0px;
    top: 10px;
}
@media (max-width:768px){
    .woocommerce-Reviews .list-reviews-product li img{
        display: none;
    }
}
.woocommerce-Reviews .list-reviews-product li .meta strong{
    font-weight: 600;
    text-transform: uppercase;
}
.woocommerce-Reviews .list-reviews-product li .meta .woocommerce-review__published-date{
    font-size:13px;
    color:#666;
}
.star-rating{
    width: 100px;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
    height: 20px;
}
.star-rating span{
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #f5c518;
    overflow: hidden;
    text-indent:-200px;
    height: 20px;
}
.star-rating:before,
.star-rating span:before{
    content: '\2605\2605\2605\2605\2605';
    position: absolute;
    left:0px;
    top:0px;
    width:100%;
    height: 100%;
    letter-spacing: 0px;
    font-size:20px;
    text-indent: 0px;
    line-height: 20px;
}
.star-rating:before{
    color:#333;
}
/*
Style Title Tabs Single Product
--------------------------------------------------------------*/
.title-tab-single-product{
    padding:10px 0px;
    border-bottom: 1px solid #EEE;
    margin-bottom: 20px;
}
/* Style woocommerce product gallery
--------------------------------------------------------------*/
.woocommerce-product-gallery{
    text-align: center;
}
.woocommerce-product-gallery img{
    border:1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}
.woocommerce-product-gallery .flex-control-nav img.flex-active{
    border:1px solid #000;
}
/*
Style Single Product
--------------------------------------------------------------*/
@media (max-width:768px){
    .left-single-product{
        padding-right: 0px;
    }
}

/*
Style Buy Contact modal product
--------------------------------------------------------------*/
#modal-contact-us{
    z-index:99999;
    display: none;
}
#modal-contact-us.active{
    display: flex;
}
#overlay-quick-contact-us{
    background: #00000069;
}
#content-quick-contact-us{
    width:100%;
    max-width:900px;
    margin:20px;
    max-height: 90%;
    z-index:1;
}
#close-quick-contact-us{
    z-index:1;
}
#description-quick-contact-us{
    border-top:1px solid #000;
}
.right-quick-contact-us .wpcf7-form .wpcf7-submit{
    width:100%;
}
#button-quick-contact-us{
    gap: 10px;
}
#button-quick-contact-us a{
    background: #000;
}
#button-quick-contact-us img{
    filter: brightness(0) invert(1);
}
@media (max-width:768px){
    #content-quick-contact-us{
        padding:20px 15px !important;
    }
    .left-quick-contact-us,
    .right-quick-contact-us{
        padding:0px;
    }
}
/*
Style Share Product Woocommerce
--------------------------------------------------------------*/
.share-single-product img{
    max-width:30px;
}
.share-single-product .share-pinterest img{
    max-width:25px;
}
.share-single-product .share-x img{
    max-width:20px;
}
.share-single-product .share-message img{
    max-width:27px;
}