/*
Theme Name: Zira Cutlery
Theme URI: https://searchprosystems.com/
Template: hello-elementor
Author: SearchPro Systems
Author URI: https://searchprosystems.com/
Description: Zira Cutlery is a Custom Child Theme for Hello Elementor Child developed by SearchPro Systems.
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.4.4
Updated: 2024-09-23 10:43

*/


/* -----------------------------------------
GLOBAL VARIABLE CSS
-----------------------------------------*/
.variations tr {
    background: unset;
    margin-bottom: 50px;
    display: block;
}

.variations th.label {
    background: unset;
    font-size: 24px;
    color: #fff;
    padding: 0;
    line-height: normal;
    font-family: 'Proxima Nova';
	margin-bottom:20px;
}

.variations .woo-variation-items-wrapper {
    background: unset !important;
    padding: 0;
}



.variations tr th.label {
    position: relative;
}

.variations tr th.label:before {
    content: "";
    border-radius: 5px;
    font-size: 0;
    line-height: 0;
    width: 25px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%) rotate(180deg);
    transition: all ease .4s;
    background-image: url(/wp-content/uploads/2024/10/Drop-Down-Arrow-Icon-2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform-origin: center;
}

.variations tr th.label.active:before {
    transform: translate(0, -50%) rotate(0deg);
}


.variations .reset_variations {
    color: #d63638;
}

.custom-variable .woocommerce-variation .woocommerce-variation-price *, 
.custom-variable .woocommerce-variation .woocommerce-variation-price:before {
    font-size: 32px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-family: 'proxima-nova';
}

.custom-variable .woocommerce-variation .woocommerce-variation-price:before {
    content: "+";
}

.custom-variable .woocommerce-variation .woocommerce-variation-price {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 20px;
    margin-bottom: 20px;
}

.custom-variable .woocommerce-variation-availability {
    display: none;
}

.custom-variable .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.custom-variable .quantity button {
    border: 0 !important;
    background: unset !important;
    padding: 0;
    margin: 0 !important;
    line-height: normal !important;
    font-size: 57px !important;
    width: 40px !important;
    flex: unset !important;
    text-align: center;
    font-family: cursive !important;
}

.custom-variable .quantity .item-quantity-label {
    width: 100%;
    font-size: 20px;
    font-family: 'proxima-nova';
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.custom-variable .quantity input {
    height: auto !important;
    font-weight: bold !important;
    min-height: 60px !important;

}

.custom-variable .total-price {
    width: 100%;
    font-size: 32px;
    font-family: 'proxima-nova';
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    border-top: 2px solid #fff;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    order: 2;
    margin-top: 20px;
}

.custom-variable .quantity {
    order: 1;
}

.custom-variable .single_add_to_cart_button {
    order: 3;
    position: relative;
    gap: 10px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.custom-variable .single_add_to_cart_button:before {
    content: "";
    background-image: url(/wp-content/uploads/2024/10/Cart-Icon.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: inline-flex;
}
/* -----------------------------------------
SELECT BLADE STEEL and SELECT BLADE FINISH and SELECT KNIFE TYPE and SELECT BLADE SHAPE CSS
-----------------------------------------*/

ul[aria-label="SELECT BLADE STEEL"],
ul[aria-label="SELECT BLADE FINISH"],
ul[aria-label="SELECT KNIFE TYPE"],
ul[aria-label="SELECT BLADE SHAPE"]{
    display: flex;
    align-items: stretch;
    gap: 20px;
    flex-wrap: wrap;
}


ul[aria-label="SELECT BLADE STEEL"] li,
ul[aria-label="SELECT BLADE FINISH"] li,
ul[aria-label="SELECT KNIFE TYPE"] li,
ul[aria-label="SELECT BLADE SHAPE"] li{
    background: #142217 !important;
    padding: 15px !important;
    height: auto !important;
    width: 250px !important;
    border: 2px solid #ffffff00;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-start !important;
}

ul[aria-label="SELECT BLADE STEEL"] li.selected,
ul[aria-label="SELECT BLADE FINISH"] li.selected,
ul[aria-label="SELECT KNIFE TYPE"] li.seleceted,
ul[aria-label="SELECT BLADE SHAPE"] li.selected{
    border: 2px solid #fff !important;
}

ul[aria-label="SELECT BLADE STEEL"] li:before,
ul[aria-label="SELECT BLADE FINISH"] li:before,
ul[aria-label="SELECT KNIFE TYPE"] li:before,
ul[aria-label="SELECT BLADE SHAPE"] li:before{
    display: none !important;
}

ul[aria-label="SELECT BLADE STEEL"] li picture,
ul[aria-label="SELECT BLADE FINISH"] li picture,
ul[aria-label="SELECT KNIFE TYPE"] li picture,
ul[aria-label="SELECT BLADE SHAPE"] li picture{
    font-size: 0;
    line-height: normal;
}

ul[aria-label="SELECT BLADE STEEL"] li img,
ul[aria-label="SELECT BLADE FINISH"] li img,
ul[aria-label="SELECT KNIFE TYPE"] li img,
ul[aria-label="SELECT BLADE SHAPE"] li img{
    min-width: 40px;
    max-width: 40px;
}


ul[aria-label="SELECT BLADE STEEL"] li:after,
ul[aria-label="SELECT BLADE FINISH"] li:after,
ul[aria-label="SELECT KNIFE TYPE"] li:after,
ul[aria-label="SELECT BLADE SHAPE"] li:after{
    content: attr(data-title) !important;
    font-size: 20px !important;
    position: relative !important;
    color: #fff !important;
    border: 0 !important;
    top: 0 !important;
    left: 0 !important;
    line-height: normal;
    z-index: 1;
    width: auto !important;
    height: auto !important;
    bottom: 0 !important;
    opacity: 1 !important;
    visibility: visible;
}

ul[aria-label="SELECT BLADE STEEL"] li .variable-item-contents,
ul[aria-label="SELECT BLADE FINISH"] li .variable-item-contents,
ul[aria-label="SELECT KNIFE TYPE"] li .variable-item-contents,
ul[aria-label="SELECT BLADE SHAPE"] li .variable-item-contents{
    width: unset !important;
}

/* -----------------------------------------
HANDLE COLOR OPTIONS CSS
-----------------------------------------*/

ul[aria-label="HANDLE COLOR OPTIONS"] li.selected,
ul[aria-label="HANDLE COLOR OPTIONS"] li:hover{
    padding: 3px !important;
}

ul[aria-label="HANDLE COLOR OPTIONS"] li, ul[aria-label="HANDLE COLOR OPTIONS"] li span {
    border-radius: 100px !important;
}

ul[aria-label="HANDLE COLOR OPTIONS"] li span {
    border: 3px solid #111111;
}

ul[aria-label="HANDLE COLOR OPTIONS"] li:before,
ul[aria-label="HANDLE COLOR OPTIONS"] li:after {
    display: none !important;
}

ul[aria-label="HANDLE COLOR OPTIONS"] li {
    border: 0 !important;
    box-shadow: unset !important;
    padding: 1px !important;
}


/* -----------------------------------------
HANDLE MATERIAL OPTIONS CSS
-----------------------------------------*/

ul[aria-label="HANDLE MATERIAL OPTIONS"] li {
    width: 46px !important;
    height: auto !important;
    padding: 0 !important;
    background: unset !important;
    border-radius: 0 !important;
    outline: 0 !important;
    box-sizing: border-box !important;
}

ul[aria-label="HANDLE MATERIAL OPTIONS"] li img {
    aspect-ratio: 1;
    object-fit: cover;
    height: auto !important;
}

ul[aria-label="HANDLE MATERIAL OPTIONS"] li:before,ul[aria-label="HANDLE MATERIAL OPTIONS"] li:after {
    display: none !important;
}

ul[aria-label="HANDLE MATERIAL OPTIONS"] li.selected > div {
    border: 3px solid #fff;
}

ul[aria-label="HANDLE MATERIAL OPTIONS"] li > div {
    font-size: 0;
    height: auto !important;
    line-height: 0 !important;
}

ul[aria-label="HANDLE MATERIAL OPTIONS"] {
    gap: 15px;
}


/* -----------------------------------------
BLADE LENGTH OPTIONS CSS
-----------------------------------------*/
ul[aria-label="SELECT BLADE LENGTH"] {
    display: flex !important;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    flex-direction: unset !important;
    gap: 20px;
}

ul[aria-label="SELECT BLADE LENGTH"] .variable-item-radio-value-wrapper {
    font-size: 20px;
    color: #fff;
}

ul[aria-label="SELECT BLADE LENGTH"] label.variable-item-radio-input-wrapper {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

ul[aria-label="SELECT BLADE LENGTH"] input[type="radio"] {
    appearance: none;
    width: 30px !important;
    height: 30px !important;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    background-color: transparent;
    transition: background-color 0.3s, border-color 0.3s;
}

ul[aria-label="SELECT BLADE LENGTH"] input[type="radio"]:checked {
    border-color: #fff;
    background-color: #000000;
	border:10px solid #fff;
}


ul[aria-label="SELECT BLADE LENGTH"] input[type="radio"]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    background-color: #105e34;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

ul[aria-label="SELECT BLADE LENGTH"] input[type="radio"]:checked::before {
    width: 22px;
    height: 22px;
    background-color: #108746;
}

ul[aria-label="SELECT BLADE LENGTH"] input[type="radio"]:focus {
    outline: none;
}

