/* 
Theme Name: SemiSweet
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Custom is a child theme of Hello Elementor
Author: Switch One
Author URI: https://switch-one.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: custom
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
Primary: #D4D4D4
Secondary: #DBDBDB
Text: #212227
Accent: #FFFFFF
Dirty White: #FAFAFA
Mild Gray : #E2E2E2
Dark Hover: #373737
*/

.elementor hr{
    border: 0px;
    height: 1px;
    background-color: #212227 !important;
}

/* HOME */

.hero-btn a{
    min-width: 220px !important;
}

a{
    color: #434343;
    font-weight: 500;
}
a:hover{
    color: #D4D4D4;
}

table tbody tr:hover>td, 
table tbody tr:hover>th,
table tbody>tr:nth-child(odd)>td, 
table tbody>tr:nth-child(odd)>th{
    background: inherit !important;
}

#custom-slider .swiper-slide-inner .elementor-slide-button{
    color: #fff !important;
}
/* ARCHIVE*/
.custom-category-filters{
    display: table;
    width: 100%;
    border-bottom: 1px #eee solid;
}
.custom-category-btn{
    display: inline-block;
    background-color: #eee;
    color: #212227;
    padding: 10px 15px;
    margin-right: 10px;
    line-height: 25px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
}

.custom-category-btn span{
    display: inline-block;
    background-color: #fff;
    color: #212227;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    margin-left: 15px;
}

.custom-category-btn.active{
    background-color: #D4D4D4;
    color: #212227;
}

.custom-category-btn:hover{
    background-color: #D4D4D4;
    color: #212227;
}

table.variations{
    display:none !important;
}

.custom-product-swiper:not(:first-child) {
    display: none;
}

.custom-variation{
    display: table;
    width: 100%;
}

.custom-variation-label{
    display: table;
    width: 100%;
    color: #212227;
    font-size: 16px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.custom-variation-button{
    display: inline !important;
    float: left !important;
    background-color: #fff !important;
    border: 1px #212227 solid !important;
    border-radius: 0px !important;
    color: #212227 !important;
    font-size: 14px !important;
    font-family: "Montserrat", Sans-serif !important;
    margin-right: 10px !important;
    margin-bottom: 10px !important;
    padding: 10px 12px !important;
    cursor: pointer !important;
}

.custom-variation-button:hover{
    border: 1px #212227 solid !important;
    color: #fff !important;
    background-color: #212227 !important;
}

.custom-variation-button.active{
    border: 1px #212227 solid !important;
    color: #fff !important;
    background-color: #212227 !important;
}

.custom-variation-bg{
    width: 80px !important;
    height: 80px !important;
    background-size: cover !important;
    background-color: transparent !important; 
}

.custom-variation-bg:hover{
    border: 1px #D4D4D4 solid;
    background-color: #D4D4D4 !important; 
}

.custom-variation-bg.active{
    border: 1px #D4D4D4 solid;
    background-color: #D4D4D4 !important; 
}

.swiper-pagination-bullet{
    cursor: pointer !important;
    width: 10px !important;
    height: 10px !important;
    margin: 0px 8px !important;
    opacity: .3 !important;
    display: inline-block !important;
    border-radius: 50% !important;
    background: #000 !important;
}

.swiper-pagination-bullet-active{
    background-color: #212227 !important;
    opacity: .7 !important;
}

.swiper-pagination-bullet-active::before{
    content: '';
    opacity: .7;
    width: 16px;
    height: 16px;
    border: 1px#212227 solid;
    border-radius: 50%;
    display: block;
    top: -3px;
    left: -3px;
    position: relative;
}

.swiper-button-prev, .swiper-button-next{
    color: #212227 !important;
}

.swiper-button-prev:after, .swiper-button-next:after {
    opacity: .3;
}

.swiper-button-prev:hover:after, .swiper-button-next:hover:after {
    opacity: .7;
}

.woocommerce-variation-price{
    display: none;
}

a.added_to_cart.wc-forward {
    display:none
}

/* Remove up and down arrows from numeric input fields */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield !important;
    -webkit-appearance: textfield !important;
    appearance: textfield !important;
}

button:focus, 
[type=submit]:focus, 
[type=button]:focus {
    outline: 0px !important;
}

div.quantity input{
    outline: none;
    display: inline;
    border: none;
    border-radius: 0;
    background: #f3f3f3;
}

.custom-qty-minus{
    display: inline-block;
    float: left;
    font-size: 20px;
    font-weight: 600;
    color:#212227;
    background: #ececec;
    line-height: 46px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    text-align: center;
}

.custom-qty-plus{
    display: inline-block;
    float: right;
    font-size: 20px;
    font-weight: 600;
    color:#212227;
    background: #ececec;
    line-height: 46px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    text-align: center;
}

.woocommerce div.product form.cart div.quantity{
    margin: 0px !important;
    width: 49%;
    float: left;
    display: inline-block !important;
}

.single_add_to_cart_button{
    width: 49% !important;
    float: left;
    display: inline-block !important;
    min-height: 46px !important;
    margin-left: 2% !important;
}

.woocommerce .quantity .qty{
    height: 46px;
    max-height: 46px;
    min-height: 46px;
    width: calc(100% - 92px) !important;
}

.elementor-tab-title{
    border-bottom: 1px #212227 solid !important;
}

.elementor-tab-title.elementor-active{
    border-bottom: 1px #D4D4D4 solid !important;
}

h1.product_title{
    text-transform: uppercase;
}

/* MINI CART */
.elementor-nav-menu{
    z-index: 0 !important;
}
/*
.custom-mini-cart{
 height: 68vh;
 overflow-y: scroll;
}
*/

.blockOverlay  {
    background-color:rgba(255, 255, 255, .45) !important;
}


.woocommerce a.remove{
    display: block;
    color: #D4D4D4 !important;
    width: auto !important;
    color: #D4D4D4 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    border: 1px #D4D4D4 solid !important;
    border-radius: 0% !important;
    line-height: 23px !important;
    height: 25px;
    margin-bottom: 10px !important;
    padding-right: 5px;
}

.woocommerce a.remove img{
    border: 0 !important;
    display: inline-block;
    float: left;
    width: 22px;
}

.woocommerce a.remove svg{
    display: inline-block;
    float: left;
    width: 22px !important;
    height: 22px !important;
}

.woocommerce a.remove:hover{
    background: #D4D4D4 !important;
    color: #212227 !important;
    
}
.woocommerce a.remove:hover svg path{
    fill:#212227 !important;
}

.woocommerce ul.cart_list li{
    border-bottom:1px #D4D4D4 solid;
    padding: 15px 10px;
}

.woocommerce ul.cart_list li a{
    color: #212227 !important;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}
.woocommerce ul.cart_list li a.custom-remove-from-cart{
    display: table;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 22px !important;
}

.woocommerce ul.cart_list li a.custom-remove-from-cart img{
    background-color: transparent !important;
    display: inline-block;
    float: left;
    width: 22px !important;
}

.woocommerce ul.cart_list li a.custom-remove-from-cart svg{
    display: inline-block;
    float: left;
    width: 22px !important;
    height: 22px !important;
}

.woocommerce ul.cart_list li a img{
    width: 65px !important;
    border:1px #fff solid;
    background-color: #fff !important;
}

.woocommerce ul.cart_list li span.quantity{
    color: #212227 !important;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 600 !important;
    font-size: 13px !important;
}

.woocommerce ul.cart_list li dl.variation{
    color: #212227 !important;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    border-left: 2px #7a7a7a solid !important;
}

.woocommerce ul.cart_list li dl.variation dt{
    font-weight: 500 !important;
}
.woocommerce ul.cart_list li dl.variation dd{
    font-weight: 400 !important;
    margin-bottom: 0.5em !important;
    padding: 0px !important;
    margin-inline-start: 10px !important;
}

.woocommerce-mini-cart__total{
    color: #212227 !important;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    text-align: right;
    margin: 5px 0px 20px 0px;
}

ul.custom-mini-cart{
    overflow-y: scroll !important;
}

.custom-mini-cart-buttons a.button.wc-forward{
    display: block;
    width: 100%;
    padding: 15px 15px;
    margin-bottom: 10px;
    text-align: center;
    background: #f2f2f2;
    border-radius: 0 !important;
    border:1px #f3f3f3 solid;
    color: #212227;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}
.custom-mini-cart-buttons a.button.wc-forward:hover{
    background: #fff;
    transition: 0.4s;
}

.custom-mini-cart-buttons a.button.checkout.wc-forward{
    display: block;
    padding: 15px 15px;
    text-align: center;
    width: 100%;
    background: #212227;
    border-radius: 0 !important;
    color: #fff;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}
.custom-mini-cart-buttons a.button.checkout.wc-forward:hover{
    background: #000;
    transition: 0.4s;
}
/* CHECKBOX STYLE */
input[type="radio"],
input[type="checkbox"]{
    display: inline-block;
    border: .125rem solid;
    border-color: #ececec !important;
    border-radius: .1875rem;
    width: 1.4375rem;
    height: 1.4375rem;
    position: relative;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    margin-right: .8125rem;
    transition: all .3s;
    cursor: pointer
}

input[type="radio"]::before,
input[type="checkbox"]::before{
    content: " ";
    display: block;
    height: .75rem;
    width: .375rem;
    background-color: transparent;
    position: absolute;
    top: .125rem;
    left: .4375rem;
    border-bottom: 3px solid #212227;
    border-right: 3px solid #212227;
    opacity: 0;
    transition: opacity .2s;
    transform: rotate(45deg)
}

input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
    opacity: 1;
}

/* CART PAGE */
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
	display: none !important;
}
.custom-cart-table{
    width: 60% !important;
    float: left;
}
.custom-cart-table-content{
    display: table;
    font-family: "Montserrat", Sans-serif;
    border: none !important;
    border-radius: 0 !important;
    background-color: #f9f9f9;
    border-collapse: collapse !important;
}
.custom-cart-table th,
.custom-cart-table td{
    border: none !important;
    border-radius: 0 !important;
    text-align: center;
}
.custom-cart-table th{
    color: #D4D4D4 !important;
}

.custom-remove-item{
    display: inline;
    float: left;
    left: 15px;
}
.custom-image-item{
    display: inline;
    float: left;
    width: 100%;
}
.custom-image-item a{
    display: block;
    width: 100%;
}
.custom-image-item a img{
    width: 120px !important;
    display: block;
    margin-bottom: 10px;
}

.custom-product-name{
    display: table;
    width: 100%;
    color: #D4D4D4 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-align: left;
}

.custom-product-price .price{
    color: #212227 !important;
    font-family: "Montserrat", Sans-serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    text-decoration: none !important;
    line-height: 1.1em !important;
    letter-spacing: 0px !important;
    word-spacing: 0em !important;
}

.custom-product-price span{
    color: #212227 !important;
    font-family: "Montserrat", Sans-serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    font-style: normal !important;
    text-decoration: none !important;
    line-height: 1.1em !important;
    letter-spacing: 0px !important;
    word-spacing: 0em !important;
}

.custom-price-td,
.custom-subtotal-td{
    font-weight: 600 !important;
    font-size: 15px;
    color: #212227;
}

.custom-price-td span.amount-eur,
.custom-subtotal-td span.amount-eur{
    display: block;
}

.custom-quantity-td{
    width: 190px;
    max-width: 190px;
}


.custom-quantity-td input.qty{
    font-size: 20px !important;
    font-weight: 700;
}

.custom-coupon{
    display: table;
    width: 100%;
    background: #f9f9f9;
    color: #D4D4D4;
    font-family: "Montserrat", Sans-serif;
    padding: 15px 15px;
    margin-bottom: 15px;
}

.custom-coupon input{
    width: 150px !important;
    border: 0px !important;
    border-radius: 0 !important;
    background: #f3f3f3;
    font-size: 15px;
    font-weight: 700;
    height: 40px;
    min-height: 40px;
}

.custom-coupon input:active,
.custom-coupon input:focus{
    outline: none !important;
}

.custom-coupon button[name="apply_coupon"]{
    border: 0px !important;
    border-radius: 0 !important;
    outline: none !important;
    background: #D4D4D4;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    height: 40px;
    min-height: 40px;
}

.custom-coupon button[name="apply_coupon"]:hover{
    background: #DBDBDB !important;
    color: #fff !important;
}



.accordion {
    display: table;
    width: 100%;
    font-family: "Montserrat", Sans-serif;
}

.accordion-item {
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.accordion-header {
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}

.accordion-header::after {
    float: right;
    content: "+";
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
}

.accordion-header.active::after {
    float: right;
    content: "-";
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
}

.accordion-header.active {
    color: #D4D4D4;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.accordion-header:hover {
    color: #D4D4D4;
}

.accordion-content {
    display: none;
    padding: 10px;
}

.accordion-content.active {
    display: block;
}

/**  **/

.woocommerce-product-details__short-description{
    font-family: "Montserrat", Sans-serif;
}

.woocommerce-variation-description{
    font-family: "Montserrat", Sans-serif;
    font-size: 14px;
}

.pewc-checkbox-form-label{
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    line-height: 25px;
}


h4.pewc-field-label[for="pewc_group_445_482"],
h4.pewc-field-label[for="pewc_group_445_483"]{
    display: none !important;
}

.pewc-item.required-field .required{
    display: none !important;
}

.free-shipping-notice{
    display: table;
    width: 100%;
    text-align: center;
    font-family: "Montserrat", Sans-serif;
    padding: 15px 15px;
    border-bottom: 8px #D4D4D4 solid;
    background-color: #e9e9e9;
    color: #212227;
}
.free-shipping-notice.success{
    background-color: #93b044 !important;
    color: #fff !important;
    font-weight: 500;
    border-bottom: 0px !important;
}

.custom-shipping-table{
    display: table;
    width: calc(40% - 15px) !important;
    float: right;
    font-family: "Montserrat", Sans-serif;
    border-radius: 0 !important;
    background-color: #f9f9f9;
    color: #fff !important;
}

.custom-shipping-table th,
.custom-shipping-table td{
    border: none !important;
    border-radius: 0 !important;
}

.custom-shipping-options-table{
    border: 0px !important;
    border-radius: 0px !important;
}

.custom-shipping-header{
    font-size: 18px;
    font-weight: 700;
    display: block;
    margin: 10px 0px;
}

ul.custom-shipping-methods{
    padding-top: 10px !important;
}
ul.custom-shipping-methods li{
    text-align: left;
    color: #212227;
}

.woocommerce ul#shipping_method li label{
    line-height: 30px;
}
ul.wc_payment_methods.payment_methods li label{
    margin-top: -14px !important;
}

img.payment-cards{
    margin: 15px auto !important;
    display: table !important;
    width: 100% !important;
    height: auto !important;
    max-width: 250px !important;
}

.custom-address{
    margin-top: 26px;
    margin-bottom: 10px !important;
    color: #7a7a7a;
    text-align: left;
}

.custom-subtotal{
    text-align: right;
    color: #212227;
    font-weight: 600;
}

.custom-total{
    text-align: right;
    color: #212227;
    font-weight: 600;
}

.custom-shipping-totals{
    border: 0;
}
.custom-total td::before,
.custom-subtotal td::before,
.custom-shipping-totals td::before{
    content: '' !important;
}
.custom-total strong{
    font-weight: 600;
    font-size: 18px;
}

.custom-checkout-btn-container{
    background: #fff !important;
}

.custom-checkout-button{
    background-color: #212227 !important;
    color: #fff;
    border-radius: 0 !important;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}
.custom-checkout-button:hover{
    background-color: #373737 !important;
}

/*CHECKOUT PAGE*/
.payment_box{
    background-color: #f2f2f2!important;
}
.payment_box::before{
    border: 1em solid #f2f2f2 !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}

.custom-cart-item{
    background-color: #fff;
    border-bottom: 1px #f9f9f9 solid;
}
.custom-cart-item:hover{
    background-color: #fff;
}

.custom-tax-rate{
    color: #212227;
    font-weight: 500;
    text-align: right;
}

.woocommerce td.product-name dl.variation{
    text-align: left;
}

/* NOTICE */
.woocommerce-message{
    background-color: #f9f9f9;
    color: #969696;
    border-top: 10px solid #d6d6d6;
    width: 100% !important;
    z-index: 2;
    min-height: 70px;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}
.woocommerce-message::before {
    color: #D4D4D4 !important;
}
.woocommerce-error{
    background-color: #f9f9f9;
    color: #969696;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}

/* CHECKOUT */
form.checkout.woocommerce-checkout{
    background: #f9f9f9;
}
.custom-billing{
    background: #f9f9f9;
    width: 50% !important;
    padding: 10px 15px;
    color: #969696;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 500 !important;
    font-size: 15px !important;
}

.custom-billing-heading{
    font-size: 20px;
    font-weight: 500;
    color: #212227;
}

#billing_country_field span.woocommerce-input-wrapper{
    width: 100%;
    background: #f2f2f2;
    color: #212227;
    display: block;
    padding: 5px 15px;
}

.custom-billing input[type="text"],
.custom-billing input[type="number"],
.custom-billing input[type="tel"],
.custom-billing input[type="email"],
.select2-container--default .select2-selection--single{
    border: 0px !important;
    border-radius: 0 !important;
    background: #f2f2f2;
    color: #212227;
}

.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-results__option[aria-selected], .select2-results__option[data-selected]{
    background: #e4e4e4;
    color: #212227;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected]{
    color: #fff;
    background-color: #D4D4D4;
}
.select2-container--default .select2-results__option[aria-selected=true], 
.select2-container--default .select2-results__option[data-selected=true]{
    color: #fff;
    background-color: #DBDBDB;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px;
}
#billing_country_field{
    margin-bottom: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    display: none !important;
}


.custom-checkout-coupon{
    padding-left: 0px !important;
}

.woocommerce form .form-row .required,
.woocommerce form .form-row.woocommerce-invalid label{
    color: #DBDBDB !important;
}

.custom-checkout-payment{
    background: transparent !important;
}

.custom-checkout-payment a{
    color: #212227 !important;
}
.custom-checkout-payment a:hover{
    color: #373737 !important;
}

.custom-place-order{
    border: 0px !important;
    border-radius: 0 !important;
    outline: none !important;
    background-color: #212227 !important;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    height: 40px;
    min-height: 40px;
    width: 100% !important;
    display: table !important;
}
.custom-place-order:hover{
    background-color: #000 !important;
    color: #fff !important;
    transition: 0.4s;
}

.woocommerce-billing-fields label{
    color:#969696;
}

button.aafw_set_address_btn{
    background-color: #212227 !important;
    color: #fff !important;
    border-radius: 0px !important;
    border: none !important;
    padding: 10px 15px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
}

.gm-style-iw-d{
    color: #212227 !important;
}

p.delivery-text{
    font-weight: 500;
    color: #212227;
}
label[for="schedule-delivery"]{
    color: #969696 !important;
    margin-top: -14px !important;
    cursor: pointer !important;
}

#delivery_date_time_picker{
    display: none;
}

input#schedule-delivery:checked ~ #delivery_date_time_picker{
    display: table !important;
}

hr.delivery-separator{
    display: table;
    width: 100%;
    border: 0px;
    height: 1px;
    background-color: #969696 !important;
    margin: 15px auto !important;
}

/* thank you order page */
.woocommerce-order{
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 500 !important;
    color: #212227;
}

.woocommerce-order p.woocommerce-notice{
    text-align: center;
    font-weight: 600 !important;
    font-size: 20px;
    color: #D4D4D4;
    padding: 20px 0px;
}
.custom-order-details{
    display: table;
    width: 100%;
}
.woocommerce ul.order_details {
    margin: 10px auto 40px auto;
    list-style: none;
    display: table;
    padding: 0px;
}

.woocommerce-order-details__title,
.barcode-text,
.hub3-title{
    font-weight: 600 !important;
    font-size: 20px;
    color: #D4D4D4;
}
.hub3-table tr td{
    border: 1px solid #545557 !important;
    border-bottom: 1px solid #545557 !important;
}
.hub3-table{
    margin-bottom: 40px;
}

.woocommerce-order .product-name a{
    color: #D4D4D4;
}
.woocommerce-order .product-name a:hover{
    color: #DBDBDB;
}
/* Woocommerce Add-ons */

.has-extra-fields .woocommerce-variation .woocommerce-variation-price{
    display: none;
    visibility: hidden;
}

.pewc-group-heading-wrapper h3{
    display: table;
    width: 100%;
    color: #212227;
    font-size: 16px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

h4.pewc-field-label{
    display: table;
    width: 100%;
    color: #212227;
    font-size: 16px;
    font-family: "Montserrat", Sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}

.pewc-preset-style .pewc-checkbox-form-label input:checked ~ span.pewc-theme-element, 
.pewc-preset-style .pewc-radio-form-label input:checked ~ span.pewc-theme-element, 
.pewc-preset-style .pewc-item-field-wrapper input:checked ~ span.pewc-theme-element, 
.pewc-preset-style .pewc-item-checkbox input:checked ~ span.pewc-theme-element, 
.pewc-preset-style .pewc-checkbox-wrapper input:checked ~ span.pewc-theme-element, 
.pewc-preset-style .pewc-radio-wrapper input:checked ~ span.pewc-theme-element{
    background: #D4D4D4;
}

.elementor-product-simple form{
    display: table !important;
}

.wc-pao-addon-select{
    border: 1px solid #eee;
    font-size: 18px;
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 500 !important;
    color: #212227;
    background-color: #eee;
    border-radius: 0px;
    padding: 10px 0px;
}

.wc-pao-addon-select:focus,
.wc-pao-addon-select:active{
    outline: 0 !important;
}

.wc-pao-addon-heading{
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px;
}

.wc-pao-addon-name{
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 500 !important;
}
.wc-pao-addon-wrap{
    padding: 0px !important;
}

.wc-pao-addon-file-upload {
    cursor: pointer;
    color: transparent;
    margin-bottom: 50px !important;
}

.wc-pao-addon-file-upload::-webkit-file-upload-button {
    visibility: hidden;
    width: 0;
}

.wc-pao-addon-file-upload::after{
    content: 'Učitaj svoju fotografiju';
    display: block;
    float: left;
    width: 220px;
    max-width: 220px;
    border: none;
    padding: 10px 15px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    color: #fff;
    background-color: #212227;
    text-align: center;
    position: absolute;
    margin-top: 5px;
}

.wc-pao-addon-file-upload:hover::after {
    background-color: #000;
}

.wc-pao-addon-file-upload + small{
    display: none !important;
}

.wc-pao-addon-custom-text{
    border:none !important;
    border-radius: 0 !important;
    background: #ececec;
}

div.product-addon-totals{
    margin: 0 auto !important;
    border-bottom: 0px !important;
    padding: 10px 0px 0px 0px !important;
}

div.product-addon-totals ul{
    margin: 0px;
    padding: 0px;
}

.wc-pao-col1,
.wc-pao-col2{
    color: #212227 !important;
    font-size: 14px !important;
    font-family: "Montserrat", Sans-serif !important;
}

div.product-addon-totals .wc-pao-subtotal-line{
    margin-top: 10px !important;
}

div.product-addon-totals .wc-pao-subtotal-line p.price,
div.product-addon-totals .wc-pao-subtotal-line p.price span.price{
    color: #212227 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    font-family: "Montserrat", Sans-serif !important;
}

/* USER ACC SIDEBAR */
.user-account-icon{
    cursor: pointer;
}
.custom-sidebar-header{
    display: block;
    width: 100%;
    border-bottom: 1px #212227 solid;
    box-sizing: border-box;
}

img.close-sidebar-btn{
    display: inline;
    float: right;
    width: 30px;
    max-width: 30px;
    height: 30px;
    max-height: 30px;
    cursor: pointer;
}

h2.custom-sidebar-heading{
    display: inline;
    float: left;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 2px 0px 2px 0px;
}

.custom-my-account-overlay {
    background-color: transparent;
    transform: scale(0);
    transition: background-color 0.4s, transform 0s 0.4s;
}

.custom-my-account-overlay.open {
    transform: scale(1);
    overflow: hidden;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    transition: background-color 0.4s, transform 0s;
    text-align: left;
}

.custom-my-account{
    position: fixed;
    z-index: 9999;
    left: auto;
    right: 0;
    top: 0px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    font-size: 14px;
    min-height: 200px;
    width: 350px;
    max-width: 100%;
    transition: .3s;
    background-color: #FAFAFA;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    border-style: none;
    border-color: initial;
    border-radius: 0;
    margin-top: 0; 
    padding: 20px 30px;
    overflow: hidden;
    opacity: 0;
    transform: translateX(100%);
    font-family: "Montserrat", Sans-serif !important;
}

.custom-my-account.open{
    opacity: 1;
    transform: translateX(0);
}

.user-login-sidebar{
    margin-top: 40px;
}

.user-login-sidebar form #wp-submit{
    display: table;
    width: 100%;
    margin-top: 20px;
    padding: 15px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    background-color: #212227;
    color: #fff;
    border-radius: 0 !important;
    line-height: 20px;
}

.user-login-sidebar form #wp-submit:hover{
    background: #000;
    transition: 0.4s;
}

.user-logout-btn{
    display: table;
    width: 100%;
    margin-top: 20px;
    padding: 15px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    background-color: #212227;
    color: #fff;
    border-radius: 0 !important;
    line-height: 20px;
}

.user-logout-btn:hover{
    background: #000;
    transition: 0.4s;
}

.user-register-btn{
    display: table;
    width: 100%;
    margin-top: 20px;
    padding: 15px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    background-color: #f2f2f2;
    color: #212227;
    border-radius: 0 !important;
    border: 1px #f3f3f3 solid;
    line-height: 20px;
}

.user-register-btn:hover{
    background: #fff;
    transition: 0.4s;
}

.custom-login-form-separator{
    display: table;
    width: 100%;
    text-align: center;
}

input#user_login,
input#user_pass{
    border: .125rem solid;
    border-color: #ececec !important;
    border-radius: .1875rem;
}

input#user_login:focus,
input#user_login:active,
input#user_pass:focus,
input#user_pass:active{
    outline: none;
}

label[for="rememberme"]{
    display: inline-block;
    margin-top: 2px;
    position: absolute;
    line-height: 20px !important;
    cursor: pointer;
}

.select2-selection__rendered{
    background: #f2f2f2 !important;
    font-weight: bold;
}

.select2-selection__placeholder{
    color: #212227 !important;
    font-weight: bold;
}

li.select2-results__option{
    background: #fff !important;
    color: #212227 !important;
}

.select2-selection.disabled{
    pointer-events: none !important;
    cursor: default !important;
}

.woocommerce form .form-row .required{
    display: none;
}

.woocommerce form .form-row .optional{
    display: none;
}

/* TABLET */
@media (max-width: 1024px){
    .woocommerce-variation-add-to-cart{
        width: 100%;
        display: table !important;
    }

    .custom-category-btn{
        margin-left: 1%;
        margin-right: 1%;
        margin-bottom: 2%;
        width: 48%;
        text-align: center;
    }

    .custom-category-filters{
        padding-bottom: 10px;
    }

    .woocommerce div.product form.cart div.quantity{
        width: 100%;
        display: table !important;
    }

    .single_add_to_cart_button{
        width: 100% !important;
        display: table !important;
        margin-top: 20px !important;
        margin-left: 0px !important;
        padding: 18px !important;
    }

    form.cart.invalid .single_add_to_cart_button {
        pointer-events:none !important;
        opacity:0.2 !important;
    }

    .custom-cart-table,
    .custom-shipping-table{
        width: 100% !important;
    }
    td.product-name{
        color: #212227;
    }
    .custom-remove-item {
        float: right !important;
        right: 15px !important;
        left: auto !important;
    }
    .custom-image-item{
        margin-top: 20px;
    }
    .custom-image-item a img{
        width: 100% !important;
        min-width: 100% !important;
    }
    .custom-quantity-td{
        width: 100%;
        min-width: 100% !important;
    }

    .custom-billing{
        width: 100% !important;
    }
}

