/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/

@font-face {
    font-family: 'sf-pro-bold';
    src: url(fonts/SFPRODISPLAYBOLD.OTF);
}
@font-face {
    font-family: 'sf-pro-medium';
    src: url(fonts/SFPRODISPLAYMEDIUM.OTF);
}
@font-face {
    font-family: 'sf-pro-regular';
    src: url(fonts/SFPRODISPLAYREGULAR.OTF);
}
@font-face {
    font-family: 'sf-pro-heavy-italic';
    src: url(fonts/SFPRODISPLAYHEAVYITALIC.OTF);
}
@font-face {
    font-family: 'sf-pro-light-italic';
    src: url(fonts/SFPRODISPLAYLIGHTITALIC.OTF);
}
@font-face {
    font-family: 'sf-pro-black-italic';
    src: url(fonts/SFPRODISPLAYBLACKITALIC.OTF);
}
@font-face {
    font-family: 'sf-pro-semibold-italic';
    src: url(fonts/SFPRODISPLAYSEMIBOLDITALIC.OTF);
}
@font-face {
    font-family: 'sf-pro-thin-italic';
    src: url(fonts/SFPRODISPLAYTHINITALIC.OTF);
}
@font-face {
    font-family: 'sf-pro-ultralight-italic';
    src: url(../fonts/SFPRODISPLAYULTRALIGHTITALIC.OTF);
}

/* category new page */
.category-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}
.category-wrapper .category-item {
    display: block;
    padding: 0;
    width: calc(33.3333333%);
    height: auto;
    max-height: 390px;
    background: linear-gradient(180deg, #000000 69.27%, #1B4D63 100%);
    padding: 25px;
    margin: 0;
    display: block;
    text-align: center;
    position: relative;
    z-index: 2;
    border-width: 0.1px;
    border-style: solid;
    border-color:#E1AC58;
    border-left: 2px solid #E1AC58;
    border-right: 2px solid #E1AC58;
    border-image-slice:1;
}
.category-item .category-item-wrap {
    z-index: 2;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}
.category-item .category-item-wrap::before {
    top: 0;
    left: 0;
    right: 0;
}
.category-item .category-item-wrap::after {
    bottom: 20px;
    left: 0;
    right: 0;
}
.category-item .category-item-wrap::before,
.category-item .category-item-wrap::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    padding: 0;
    margin: 0;
    display: inline-block;
    background: linear-gradient(270deg, #E1AC58 2.56%, #FFD681 46.84%, #DCAC57 49.28%, #FFE6B4 68.42%, #EAAC3D 100%);
}
.category-item-wrap h3 {
    font-family: "SF Pro";
    font-size: 44px;
    font-weight: 700;
    line-height: 48.93px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 10px auto;
    margin-top: 14px;
}
.cat-border-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 20px;
    background: #040508;
}
.category-bottom {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.category-bottom img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-description {
    padding: 0 20px;
}
.category-img {
    width: fit-content;
    height: auto;
    margin: 10px auto;
    display: block;
}
.btn-category-all::before {
    content: '';
    background: linear-gradient(270deg, #E1AC58 2.56%, #FFD681 46.84%, #DCAC57 49.28%, #FFE6B4 68.42%, #EAAC3D 100%);
    width: 100%;
    height: 2px;
    position: absolute;
    z-index: 2;
    bottom: -2px;
    left: 0;
    right: 0;
}
.btn-category-all::after {
    background: linear-gradient(270deg, #E1AC58 2.56%, #FFD681 46.84%, #DCAC57 49.28%, #FFE6B4 68.42%, #EAAC3D 100%);
    width: 100%;
    height: 2px;
    top:-2px;
    left: 0;
    right: 0;
    position: absolute;
    z-index:2;
}
.btn-category-all {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Manrope";
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.86px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;
    border: 2px solid;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    color: #fff;
    background: linear-gradient(248.96deg, #323131 24.35%, #040508 80.14%);
    border-style: solid;
    border-left: 2px solid #E1AC58;
    border-right: 2px solid #E1AC58;
}
.category-description p {
    color: #fff;
    font-family: "SF Pro";
    font-size: 18px;
    font-weight: 510;
    line-height: 34px;
    text-align: center;
}
i {
	font-style: normal !important;
}
#product-title {
    position: relative;
    cursor: pointer;
}
#product-title .sub-menu {
    position: absolute;
    z-index: 20;
    top: 100%;
    bottom: -10px;
    left: 0;
    width: 220px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-style: solid;
    background-color: #000;
    border-top-width: var(--wpex-dropmenu-colored-top-border-width, 3px);
    border-top-color: var(--wpex-dropmenu-colored-top-border-color, var(--wpex-accent))
}

#product-title .sub-menu li,
.nav-item-line {
    background-color: #000;
    color: #fff;
    width: 100%;
}
#product-title .sub-menu .link-inner {
    font-size: 1.54rem;
    color: #fff;
    text-transform: uppercase;
}
#product-title .sub-menu li a {
    display: block;
    float: none;
    padding: var(--wpex-dropmenu-link-padding-y, 8px) var(--wpex-dropmenu-link-padding-x, 12px);
    height: auto;
    margin: 0px;
    border: 0px;
    line-height: 1.4em;
    font-size: 0.923em;
    color: var(--wpex-dropmenu-link-color, var(--wpex-text-2));
    border-bottom: var(--wpex-dropmenu-link-border-width, var(--wpex-dropmenu-border-width, 1px)) solid var(--wpex-dropmenu-border-color, var(--wpex-surface-3));
}
#product-title .sub-menu li a:hover {
    color: var(--wpex-hover-dropmenu-link-color, var(--wpex-dropmenu-link-color, var(--wpex-text-2)));
    background: var(--wpex-hover-dropmenu-link-bg, var(--wpex-surface-2));
}

.category-list {
    width: 100%;
    max-width: 100vw;
    padding: 0 15px;
    background: #000;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top-style: solid;
    border-top-width: var(--wpex-dropmenu-colored-top-border-width, 3px);
    border-top-color: var(--wpex-dropmenu-colored-top-border-color, var(--wpex-accent))
}
.category-list .category-list-shop li {
    width: fit-content;
    border-left: 1px solid #fff;
    padding: 0;
}
.category-list .category-list-shop li:first-of-type {
    border-left: none;
}
.category-list .category-list-shop {
    padding: 10px 0;
    width: 100%;
    margin: 0 auto;
    display: inline-flex;
    list-style: none;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}
.woocommerce-input-wrapper input {
    color: #000;
}
input[type="text"] {
    color: #000;
}