/*
Theme Name: damak
Theme URI: https://matesport.ir
Author: Matesport Team
Author URI: https://matesport.ir/
Version: 1.0.0
Text Domain: damak
*/

html, body{
    direction: rtl;
}
@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 100;
    src: url('assets/fonts/iransans/woff/IRANSansX-Thin.woff') format('woff'),
    url('assets/fonts/iransans/woff2/IRANSansX-Thin.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 200;
    src: url('assets/fonts/iransans/woff/IRANSansX-UltraLight.woff') format('woff'),
    url('assets/fonts/iransans/woff2/IRANSansX-UltraLight.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 300;
    src: url('assets/fonts/iransans/woff/IRANSansX-Light.woff') format('woff'),
    url('assets/fonts/iransans/woff2/IRANSansX-Light.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 500;
    src: url('assets/fonts/iransans/woff/IRANSansX-Medium.woff') format('woff'),
    url('assets/fonts/iransans/woff2/IRANSansX-Medium.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 600;
    src: url('assets/fonts/iransans/woff/IRANSansX-DemiBold.woff') format('woff'),
    url('assets/fonts/iransans/woff2/IRANSansX-DemiBold.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 800;
    src: url('assets/fonts/iransans/woff/IRANSansX-ExtraBold.woff') format('woff'),
    url('assets/fonts/iransans/woff2/IRANSansX-ExtraBold.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 900;
    src: url('assets/fonts/iransans/woff/IRANSansX-Black.woff') format('woff'),
    url('assets/fonts/iransans/woff2/IRANSansX-Black.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: bold;
    src: url('assets/fonts/iransans/woff/IRANSansX-Bold.woff') format('woff'),
    url('assets/fonts/iransans/woff2/IRANSansX-Bold.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: normal;
    src: url('assets/fonts/iransans/woff/IRANSansX-Regular.woff') format('woff'),
    url('assets/fonts/iransans/woff2/IRANSansX-Regular.woff2') format('woff2');
    font-display: swap;
}

body, h2, h3, h4, .h2, .h3, .h4, span, input, select{font-family: IRANSansX, "mate", roboto, serif;letter-spacing: 0 !important; font-weight: 500; direction: rtl;}
.owl-carousel:not(.owl-loaded) {
    flex-wrap: nowrap;
    overflow: hidden;
}
.owl-carousel:not(.owl-loaded)[class*="cols-"]:not(.gutter-no) {
    margin-right: -10px !important;
    margin-left: -10px !important;
    width: auto;
}
*,
::after,
::before {
    box-sizing: inherit;
}
html {
    font-size: 62.5%;
    font-size-adjust: 100%;
    font-weight: 400;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
body {
    margin: 0;
    overflow-x: hidden;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #666;
}
main {
    display: block;
    position: relative;
}
body:not(.loaded) * {
    transition: all 0s !important;
}
.page-wrapper {
    position: relative;
    transition: margin 0.4s, opacity 0.5s;
    opacity: 0;
    overflow-x: hidden;
}
.section {
    padding: 7rem 0;
}
.grey-section {
    background: #f5f5f5;
}
ul {
    padding-right: 1.5em;
}
.menu,
.menu ul,
.mobile-menu,
.mobile-menu ul,
.nav,
.nav ul,
.widget-body,
.widget-body ul,
.dropdown-box,
.category ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s;
}
a:hover {
    color: var(--bs-second-color);
}
figure {
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
input {
    -webkit-appearance: none;
    border: 0;
    padding: 0;
}
input:focus {
    outline: 0;
}
i {
    font-style: normal;
}
button:focus {
    outline: none;
}
.scrollable {
    -webkit-overflow-scrolling: touch;
}
.scrollable::-webkit-scrollbar {
    height: 7px;
    width: 4px;
}
.scrollable::-webkit-scrollbar-thumb {
    margin-left: 2px;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    cursor: pointer;
}
@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.2);
    }
}
@keyframes rotatedelay {
    0% {
        transform: rotateZ(0);
    }
    100% {
        transform: rotateZ(-360deg);
    }
}
@keyframes reveal-1 {
    0% {
        transform: rotate3d(0, 0, 1, -135deg) translate3d(0, 0, 0);
        border-radius: 50%;
    }
    20% {
        transform: rotate3d(0, 0, 1, -135deg) translate3d(-55%, 55%, 0);
        border-radius: 0;
    }
    80% {
        transform: rotate3d(0, 0, 1, -495deg) translate3d(-55%, 55%, 0);
        border-radius: 0;
    }
    100% {
        transform: rotate3d(0, 0, 1, -495deg) translate3d(0, 0, 0);
        border-radius: 50%;
    }
}
@keyframes reveal-2 {
    0% {
        transform: rotate3d(0, 0, 1, -135deg) translate3d(0, 0, 0);
        border-radius: 50%;
    }
    20% {
        transform: rotate3d(0, 0, 1, -135deg) translate3d(-55%, -55%, 0);
        border-radius: 0;
    }
    80% {
        transform: rotate3d(0, 0, 1, -495deg) translate3d(-55%, -55%, 0);
        border-radius: 0;
    }
    100% {
        transform: rotate3d(0, 0, 1, -495deg) translate3d(0, 0, 0);
        border-radius: 50%;
    }
}
@keyframes reveal-3 {
    0% {
        transform: rotate3d(0, 0, 1, -135deg) translate3d(0, 0, 0);
        border-radius: 50%;
    }
    20% {
        transform: rotate3d(0, 0, 1, -135deg) translate3d(55%, -55%, 0);
        border-radius: 0;
    }
    80% {
        transform: rotate3d(0, 0, 1, -495deg) translate3d(55%, -55%, 0);
        border-radius: 0;
    }
    100% {
        transform: rotate3d(0, 0, 1, -495deg) translate3d(0, 0, 0);
        border-radius: 50%;
    }
}
@keyframes reveal-4 {
    0% {
        transform: rotate3d(0, 0, 1, -135deg) translate3d(0, 0, 0);
        border-radius: 50%;
    }
    20% {
        transform: rotate3d(0, 0, 1, -135deg) translate3d(55%, 55%, 0);
        border-radius: 0;
    }
    80% {
        transform: rotate3d(0, 0, 1, -495deg) translate3d(55%, 55%, 0);
        border-radius: 0;
    }
    100% {
        transform: rotate3d(0, 0, 1, -495deg) translate3d(0, 0, 0);
        border-radius: 50%;
    }
}
.appear-animate {
    transform: translate3d(0, 0, 0) scale(1);
    will-change: transform, filter, opacity;
}
.scroll-top {
    position: fixed;
    text-align: center;
    bottom: 30px;
    right: auto;
    left: 30px;
    width: 60px;
    height: 60px;
    font-size: 27px;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
    color: #222;
    transform: translateY(40px);
    border-radius: 3px;
    z-index: 9999;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    line-height: 60px;
    background-color: #fff;
}
.scroll-top:hover {
    color: #222;
}
.scroll-top i {
    font-weight: 900;
    line-height: inherit;
}
@keyframes fixedTop {
    from {
        transform: translateY(-100%);
        transform-origin: center top 0px;
    }
    to {
        transform: translateY(0);
    }
}
@keyframes fixedBottom {
    from {
        transform: translateY(100%);
        transform-origin: center top 0px;
    }
    to {
        transform: translateY(0);
    }
}
.sticky-content.fix-top {
    top: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-359deg);
    }
}
.h-100 {
    height: 100% !important;
}
.d-block {
    display: block !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-center {
    align-items: center !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-1 {
    flex: 1 !important;
}
@media (max-width: 991px) {
    .d-lg-show {
        display: none !important;
    }
}
.font-weight-semi-bold {
    font-weight: 600 !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-normal {
    text-transform: none !important;
}
.text-left {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: left !important;
}
.text-white {
    color: #fff !important;
}
.text-body {
    color: #666 !important;
}
.text-primary {
    color: var(--bs-second-color) !important;
}
.ls-s {
    letter-spacing: -0.01em !important;
}
.ls-normal {
    letter-spacing: 0 !important;
}
.lh-1 {
    line-height: 1 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-primary {
    background-color: var(--bs-second-color) !important;
}
.border-no {
    border: none !important;
}

h2,
h3,
h4,
p {
    font-weight: 400;
    margin: 0 0 2rem;
}
h2 {
    font-size: 3.4rem;
}
h3 {
    font-size: 3rem;
}
h4 {
    font-size: 2.4rem;
}
.container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 479px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}
.container {
    max-width: 1420px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.row > * {
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.gutter-no {
    margin-right: 0;
    margin-left: 0;
}
.gutter-no > * {
    padding-left: 0;
    padding-right: 0;
}
.cols-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
}
.cols-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
}
@media (min-width: 576px) {
    .cols-sm-2 > * {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .cols-sm-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
}
@media (min-width: 768px) {

    .cols-md-2 > * {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .cols-md-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
}
@media (min-width: 992px) {

    .cols-lg-1 > * {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .cols-lg-3 > * {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .cols-lg-4 > * {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .cols-lg-6 > * {
        max-width: 16.6667%;
        flex: 0 0 16.6667%;
    }
}
@media (min-width: 1200px) {
    .cols-xl-4 > * {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .cols-xl-5 > * {
        max-width: 20%;
        flex: 0 0 20%;
    }
}
.col-12 {
    max-width: 100%;
    flex: 0 0 100%;
}
@media (min-width: 768px) {
    .col-md-4 {
        max-width: 33.3333%;
        flex: 0 0 33.3333%;
    }
    .col-md-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .col-md-8 {
        max-width: 66.6667%;
        flex: 0 0 66.6667%;
    }
    .banner-grid-3cols .banner:not(:first-child) figure, .banner-grid-3cols .banner:not(:first-child) img {
        height: 100%;
    }
    .banner-grid-3cols .banner:first-child{
        flex: 1;
    }
    .banner-grid-3cols .banner:not(:first-child){
        flex: 0.5;
    }
}
@media (min-width: 992px) {
    .col-lg-3 {
        max-width: 25%;
        flex: 0 0 25%;
    }
    .col-lg-9 {
        max-width: 75%;
        flex: 0 0 75%;
    }
}
@media (min-width: 1200px) {
    .col-xl-5col {
        position: relative;
        flex: 0 0 20%;
        max-width: 20%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xl-5col4 {
        position: relative;
        flex: 0 0 80%;
        max-width: 80%;
        padding-left: 10px;
        padding-right: 10px;
    }
}
.grid {
    margin: -1rem;
}
.grid .banner,
.grid .category,
.grid .category > a,
.grid figure,
.grid .banner img,
.grid .category img {
    height: 100%;
}
.grid img {
    object-fit: cover;
}
.grid.gutter-no {
    margin: 0;
}
.grid::after {
    content: "";
    display: block;
    clear: both;
}
.mt-0 {
    margin-top: 0rem !important;
}
.mt-2 {
    margin-top: 1rem !important;
}
.mb-2 {
    margin-bottom: 1rem !important;
}
.pb-2 {
    padding-bottom: 1rem !important;
}
.mb-3 {
    margin-bottom: 1.5rem !important;
}
.mb-4 {
    margin-bottom: 2rem !important;
}
.pt-4 {
    padding-top: 2rem !important;
}
.mt-6 {
    margin-top: 3rem !important;
}
.pt-6 {
    padding-top: 3rem !important;
}
.pb-6 {
    padding-bottom: 3rem !important;
}
.mt-10 {
    margin-top: 5rem !important;
}
.mb-10 {
    margin-bottom: 5rem !important;
}
.pt-10 {
    padding-top: 5rem !important;
}
.pb-10 {
    padding-bottom: 5rem !important;
}
.ml-0 {
    margin-right: 0rem !important;
}
.mr-0 {
    margin-left: 0rem !important;
}
.pl-0 {
    padding-right: 0rem !important;
}
.mr-2 {
    margin-left: 1rem !important;
}
.mr-4 {
    margin-left: 2rem !important;
}
@media (min-width: 768px) {
    .mt-md-0 {
        margin-top: 0rem !important;
    }
    .mb-md-0 {
        margin-bottom: 0rem !important;
    }
}
@media (min-width: 992px) {
    .mr-lg-2 {
        margin-left: 1rem !important;
    }
}
@keyframes maskUp {
    from {
        transform: translate(0, 100%);
    }
    to {
        transform: translate(0, 0);
    }
}
@keyframes maskRight {
    from {
        transform: translate(100%, 0);
    }
    to {
        transform: translate(0, 0);
    }
}
@keyframes maskDown {
    from {
        transform: translate(0, -100%);
    }
    to {
        transform: translate(0, 0);
    }
}
@keyframes maskLeft {
    from {
        transform: translate(-100%, 0);
    }
    to {
        transform: translate(0, 0);
    }
}
@keyframes fadeInUpShorter {
    from {
        opacity: 0;
        transform: translate(0, 50px);
        transform-origin: 100% 0;
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes fadeInLeftShorter {
    from {
        opacity: 0;
        transform: translate(-50px, 0);
        transform-origin: 100% 0;
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeftShorter {
    animation-name: fadeInLeftShorter;
}
@keyframes fadeInRightShorter {
    from {
        opacity: 0;
        transform: translate(50px, 0);
        transform-origin: 100% 0;
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInRightShorter {
    animation-name: fadeInRightShorter;
}
@keyframes fadeInDownShorter {
    from {
        opacity: 0;
        transform: translate(0, -50px);
        transform-origin: 100% 0;
    }
    to {
        opacity: 1;
        transform: none;
    }
}
@keyframes blurIn {
    from {
        opacity: 0;
        filter: blur(20px);
        transform: scale(1.2);
    }
    to {
        opacity: 1;
        filter: blur(0);
        transform: none;
    }
}
@keyframes grayOut {
    from {
        opacity: 1;
        filter: grayscale(0);
    }
    15% {
        filter: grayscale(100%);
    }
    to {
        opacity: 0;
        filter: grayscale(100%);
    }
}
@keyframes dotPulse {
    from {
        opacity: 1;
        transform: scale(0.2);
    }
    to {
        opacity: 0;
        transform: scale(1);
    }
}
@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes slideInLeft {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes slideInRight {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes flipInX {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
    }
    to {
        transform: perspective(400px);
    }
}
@keyframes flipInY {
    0% {
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotateY(-90deg);
    }
    to {
        transform: perspective(400px);
    }
}
@keyframes flipOutY {
    0% {
        animation-timing-function: ease-out;
        transform: perspective(400px);
    }
    to {
        opacity: 0;
        transform: perspective(400px) rotateY(-90deg);
    }
}
@keyframes brightIn {
    0% {
        animation-timing-function: ease-in;
        filter: brightness(0%);
    }
    to {
        filter: brightness(100%);
    }
}
.appear-animate {
    visibility: hidden;
    opacity: 0;
}
@-webkit-keyframes zoomInShorter {
    0% {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        opacity: 0;
        transform: scale3d(0.8, 0.8, 0.8);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomInShorter {
    0% {
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        opacity: 0;
        transform: scale3d(0.8, 0.8, 0.8);
    }
    50% {
        opacity: 1;
    }
}
@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideZoomIn {
    0% {
        transform: scale3d(1, 1, 1);
        opacity: 1;
    }
    100% {
        transform: scale3d(1.1, 1.1, 1);
        opacity: 1;
    }
}
@keyframes rotateStar {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}
.banner {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    font-size: 1rem;
}
.banner figure img {
    display: block;
    width: 100%;
    height: auto;
}
.banner-radius {
    border-radius: 1rem;
    overflow: hidden;
}
.banner-fixed > .container {
    position: absolute;
    z-index: 1;
}
.banner-fixed > .container {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.post {
    font-family: Poppins, sans-serif;
}
.post .btn i {
    margin-right: 8px;
}
.post .btn i::before {
    margin: 0;
}
.btn {
    display: inline-block;
    border: 2px solid #e4eaec;
    background-color: #e4eaec;
    color: #222;
    outline: 0;
    padding: 1.22em 2.78em;
    font-weight: 700;
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
    white-space: nowrap;
    cursor: pointer;
    font-family: 'iranyekanx';
}
.btn:hover,
.btn:active,
.btn:focus {
    color: #222;
    border-color: #cfdadd;
    background-color: #cfdadd;
}
.btn i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.4rem;
    line-height: 0;
    font-size: 1.9rem;
}
.btn i::before {
    margin: 0;
}
@keyframes slideLeft {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(0.5em);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes slideRight {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-0.5em);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes slideUp {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-0.5em);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes slideDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(0.5em);
    }
    100% {
        transform: translateY(0);
    }
}
.btn-underline:hover::after,
.btn-underline:active::after,
.btn-underline:focus::after {
    transform: scaleX(1);
}
.btn-underline::after {
    display: block;
    margin-top: 1px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 2px;
    border: 1px solid;
    transform: scaleX(0);
    transition: transform 0.3s;
    content: "";
}
.btn-underline i {
    margin-bottom: 2px;
}
.btn-link {
    padding: 0;
    color: #222;
    border: 0;
    background-color: transparent;
}
.btn-link:hover,
.btn-link:active,
.btn-link:focus {
    background-color: transparent;
}
.btn.btn-link {
    padding: 0;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .btn.btn-link {
        overflow: visible;
    }
}
.btn-dark {
    color: #fff;
    border-color: #222;
    background-color: #222;
}
.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
    color: #fff;
    border-color: #343434;
    background-color: #343434;
}
.btn-dark.btn-link {
    background-color: transparent;
    color: #222;
}
.btn-dark.btn-link:hover,
.btn-dark.btn-link:active,
.btn-dark.btn-link:focus {
    color: #222;
}
.btn-dark.btn-underline:hover,
.btn-dark.btn-underline:active,
.btn-dark.btn-underline:focus {
    color: #222;
}
.category {
    position: relative;
    font-size: 1rem;
}
.category:not(body) img {
    display: block;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0.3rem;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.category .category-name {
    margin-bottom: 0.3rem;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    color: inherit;
    text-transform: capitalize;
}
.category .category-name a {
    color: inherit;
}
.category-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: background 0.3s;
}
.category-absolute .category-content {
    cursor: pointer;
    overflow: hidden;
}
.category-absolute .btn {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s;
    line-height: 1;
}
.category-absolute .category-content:hover .btn {
    transform: translateY(0);
    opacity: 1;
}
.category-default1 .category-content {
    background-color: #fff;
    color: #222;
}
.category-default1 .category-name {
    margin: 0;
}
.font-size-18{font-size: 18px !important}
.border-primary{border-color: var(--bs-primary) !important;}
@keyframes slideUpShorter {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
    100% {
        transform: translateY(0);
    }
}
@font-face {
    font-family: "mate";
    src: url("assets/fonts/mate.eot?5gap68");
    src: url("assets/fonts/mate.eot?5gap68#iefix") format("embedded-opentype"), url("assets/fonts/mate.ttf?5gap68") format("truetype"), url("assets/fonts/mate.woff?5gap68") format("woff"), url("assets/fonts/mate.svg?5gap68#mate") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="d-icon-"],
[class*=" d-icon-"] {
    display: inline-block;
    line-height: 1;
}
[class^="d-icon-"]::before,
[class*=" d-icon-"]::before {
    font-family: "mate" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.d-icon-truck:before {
    content: "\e900";
}
.d-icon-service:before {
    content: "\e901";
}
.d-icon-secure:before {
    content: "\e902";
}
.d-icon-money:before {
    content: "\e908";
}
.d-icon-t-shirt1:before {
    content: "\e90a";
}
.d-icon-desktop:before {
    content: "\e914";
}
.d-icon-gamepad1:before {
    content: "\e916";
}
.d-icon-card:before {
    content: "\e922";
}
.d-icon-camera2:before {
    content: "\e925";
}
.d-icon-cook:before {
    content: "\e92a";
}
.d-icon-heartbeat:before {
    content: "\e930";
}
.d-icon-sofa:before {
    content: "\e935";
}
.d-icon-volume:before {
    content: "\e93c";
}
.d-icon-bars2:before {
    content: "\e93d";
}
.d-icon-bars:before {
    content: "\e93e";
}
.d-icon-user:before {
    content: "\e940";
}
.d-icon-search:before {
    content: "\e941";
}
.d-icon-bag:before {
    content: "\e942";
}
.d-icon-shoppingbag:before {
    content: "\e909";
}
.d-icon-layer:before {
    content: "\e905";
}
.d-icon-angle-right:before {
    content: "\e950";
}
.d-icon-heart:before {
    content: "\e956";
}
.d-icon-home:before {
    content: "\e95a";
}
.d-icon-mobile:before {
    content: "\f294";
}
.d-icon-times:before {
    content: "\f343";
}
.d-icon-gift:before {
    content: "\f213";
}
.d-icon-clock:before {
    content: "\f190";
}
.d-icon-arrow-left:before {
    content: "\e97e";
}
.d-icon-arrow-up:before {
    content: "\e980";
}
.form .form-control {
    margin-bottom: 2rem;
}
.form-control {
    display: block;
    width: 100%;
    min-height: 4.5rem;
    padding: 0.85rem 2rem;
    border: 1px solid #e3e3e3;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
    color: #666;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}
.form-control::placeholder {
    color: inherit;
    transition: color 0.3s;
}
.form-control::-webkit-input-placeholder {
    color: inherit;
    transition: color 0.3s;
}
.form-control::-moz-placeholder {
    color: inherit;
    transition: color 0.3s;
}
.form-control:focus::placeholder {
    color: transparent;
}
.form-control:focus::-webkit-input-placeholder {
    color: transparent;
}
.form-control:focus::-moz-placeholder {
    color: transparent;
}
.select-box {
    position: relative;
}
.select-box select {
    position: relative;
    max-width: 14rem;
    min-height: auto;
    width: auto;
    height: 100%;
    padding-right: 9px;
    padding-left: 25px;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    color: inherit;
    background-color: transparent;
    font-size: 1.2rem;
    letter-spacing: inherit;
    z-index: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.select-box select:focus {
    outline: none;
}
.select-box::before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-weight: 900;
    font-size: 9px;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.select-box option {
    font-size: 1.2rem;
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
    select::-ms-expand {
        display: none;
    }
    select:focus::-ms-value {
        background: transparent;
        color: currentColor;
    }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.input-wrapper input.form-control {
    flex: 1;
    min-width: 40px;
    font-size: 1.2rem;
}
.icon-box .icon-box-title {
    margin: 0 0 0.7rem;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: -0.025em;
    line-height: 1.6;
}
.icon-box p {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.72;
    letter-spacing: 0;
    color: #666;
}
.icon-box i::before {
    margin: 0;
}
.icon-box .icon-box-content {
    text-align: center;
}
.icon-box-icon {
    display: inline-block;
    margin-bottom: 2.6rem;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 0;
    color: #222;
}
.icon-box-side {
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-box-side .icon-box-content {
    text-align: right;
}
.icon-box-side .icon-box-icon {
    margin-left: 1.5rem;
    margin-bottom: 0;
}
.icon-box-side .icon-box-title {
    margin: 0;
}
@media (max-width: 991px) {
    .icon-box-side {
        flex-direction: column;
    }
    .icon-box-side .icon-box-icon {
        display: inline-block;
        margin: 0 0 2rem 0;
        padding: 2rem;
    }
    .icon-box-side .icon-box-content {
        text-align: center;
    }
}
.text-center .product-details {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.product {
    position: relative;
    font-size: 1.4rem;
    color: #999;
    transition: 0.3s;
}

.product-media:hover img:last-child {
    opacity: 1;
}
.product-media {
    position: relative;
    margin-bottom: 0;
    transition: box-shadow 0.3s;
    padding: 10px;

}
.product-media img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.5s;
    aspect-ratio: 1 / 1;
    object-fit: contain !important;
    border-radius: 7px;
    overflow: hidden;
    /*max-width: 220px;*/
    margin: 0 auto;
}
.product-media img:last-child {
    position: absolute;
    opacity: 0;
    right: 0;
    left: 0;
    top: 0;
    object-fit: cover;
}
.product-media img:first-child {
    position: relative;
    opacity: 1;
}
.btn-product {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 1.14em 0;
    background-color: var(--bs-second-color);
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    transition: opacity 0.3s;
}
.btn-product:hover {
    color: #fff;
}
.product-details {
    position: relative;
    padding-top: 1.4rem;
    padding-bottom: 2rem;
}
.product-details > :last-child {
    margin-bottom: 0;
}
.product-name {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #222;
    padding-left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: start;
}
.product-name a:hover {
    color: var(--bs-second-color);
}
.product-price {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.86;
    color: #222;
}
.product-price .old-price {
    color: #A9A9A9;
    font-size: 14px !important;
}
.product-price .old-price .woocommerce-Price-currencySymbol{display: none;}
.product-price .new-price {
    margin-left: 0;
    text-decoration: none;
    color: var(--bs-primary);
    font-size: 18px;
}
.product-details .product-price span.woocommerce-Price-currencySymbol {
    font-size: 11px;
}
.product-details .btn-cart {
    display: block;
    max-width: 14rem;
    line-height: 2.9;
    padding: 0 0.6em;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222;
    background-color: transparent;
    border: 2px solid #ccc;
    margin-left: 5px;
    border-radius: 0.3rem;
}
.product-details .btn-cart i {
    margin-left: 0.8rem;
    font-size: 1.8rem;
}
.product-details .btn-cart {
    flex: 1;
    height: 4.2rem;
    font-size: 1.3rem;
    transition: color 0.3s, background-color 0.3s, border-color 0.3s;
    z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .product-details .btn-cart {
        flex: 0 0 12.3rem;
    }
}
@media screen and (-ms-high-contrast: active) and (max-width: 575px), (-ms-high-contrast: none) and (max-width: 575px) {

    .product-details .btn-cart {
        flex: 0 0 9.5rem;
    }
}
.product.text-center .product-price {
    justify-content: center;
}
.product.cart-full .product-price {
    margin-bottom: 1rem;
}
.product.cart-full .btn-cart {
    padding: 0;
    border-color: #ccc;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.product.cart-full .btn-cart:hover,
.product.cart-full .btn-cart:focus,
.product.cart-full .btn-cart:active {
    background-color: var(--bs-second-color);
    border-color: var(--bs-second-color);
    color: #fff;
}
.product.cart-full .btn-cart {
    max-width: none;
    width: 100%;
}
@media (max-width: 479px) {
    .product-details .btn-cart {
        max-width: 4.2rem;
        display: flex;
    }
    .product-details .btn-cart span {
        display: none;
    }
    .product-details .btn-cart i {
        margin-left: 0;
    }
    .cart-full .product-details .btn-cart span {
        display: inline;
    }
    .cart-full .btn-cart i {
        display: none;
    }
}
.tab-content {
    background-color: #fff;
}
.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ebebeb;
}

.nav-tabs .nav-item .nav-link.active,
.nav-tabs .nav-item:hover .nav-link {
    color: #222;
}
.nav-link {
    display: block;
    margin-bottom: -0.1rem;
    padding: 1.6rem 0.2rem;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    border-radius: 0;
    border: 0;
    transition: border 0.35s, color 0.35s, background-color 0.35s;
}
.nav-item:not(:last-child) {
    margin-left: 2.5rem;
}
.nav-fill .nav-item {
    flex: 1;
}
.tab-content {
    position: relative;
}
.tab-content > .tab-pane {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    height: 0 !important;
    opacity: 0;
    z-index: -1;
    transition: visibility 0.3s, opacity 0.3s;
}
.tab-content > .tab-pane:not(.active) {
    overflow: hidden;
    visibility: hidden;
}
.tab-content > .active {
    position: relative;
    height: auto !important;
    opacity: 1;
    z-index: auto;
}
.tab-pane {
    padding: 2.3rem 0;
    line-height: 1.72;
    color: #666;
}
.tab-pane p {
    line-height: 1.72;
}
.tab-nav-simple .nav-link {
    border-bottom: 2px solid transparent;
    background-color: transparent;
    color: #666;
}

.tab-nav-simple .nav-item .nav-link.active,
.tab-nav-simple .nav-item:hover .nav-link {
    border-bottom-color: var(--bs-second-color);
}
.tab-nav-center .nav {
    justify-content: center;
}
.tab-nav-boxed .nav-item {
    margin-left: 0;
}
.tab-nav-boxed .nav-link {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
}
@media (max-width: 767px) {
    .nav-link {
        font-size: 1.4rem;
    }
    .tab-nav-boxed .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
.title {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    text-align: center;
    margin-bottom: 3rem;
    text-transform: capitalize;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.025em;
    color: #222;
}
.title-wrapper .title {
    margin-bottom: 0;
}
.title-wrapper p {
    margin-bottom: 2.3rem;
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.71;
    letter-spacing: 0;
    color: #666;
    margin-top: 0.5rem;
}
.with-link {
    display: flex;
    justify-content: space-between;
    line-height: 1;
}
.with-link::after {
    background-color: #e1e1e1;
}
.with-link a {
    display: inline-flex;
    align-items: center;
    margin-right: auto;
    font-weight: 700;
    font-size: 13px;
    line-height: 2.05em;
    text-transform: uppercase;
    letter-spacing: -0.325px;
    color: #222222;
    transition: color 0.3s;
}
.with-link a:hover {
    color: var(--bs-second-color);
}
.with-link i {
    margin-right: 0.9rem;
    font-size: 1.9rem;
    line-height: 0;
}
.widget-title {
    margin-bottom: 2rem;
    padding: 1.1rem 0;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    border-bottom: 1px solid #e1e1e1;
    letter-spacing: -0.025em;
}
.header.header-inner-menu-items {
    letter-spacing: 0;
    background: #fff;
    box-shadow: 1px 1px 65px 0 rgba(22, 33, 51, .16);
    border-radius: 10px;
    margin-top: 25px;
}
.header .container {
    display: flex;
    align-items: center;
}

.header-middle,
.header-bottom {
    display: flex;
}
.header-left {
    flex: 1;
}
.header-left,
.header-right {
    display: flex;
    align-items: center;
}
.header-right {
    margin-right: auto;
}
.header-right a {
    display: flex;
    align-items: center;
}
.header-middle {
    padding-block: 13px;
    padding-inline: 10px;
    color: #222;
    font-size: 1.2rem;
    font-weight: 700;
}
.header-middle .logo {
    margin-left: 2.4rem;
    margin-bottom: 0.1rem;
}
.header-middle .main-nav {
    margin-left: 1.5rem;
}
.header-middle .header-right .cart-dropdown > a::after {
    content: none;
}
.header-middle .icon-box {
    margin-left: 1.8rem;
    padding-bottom: 0.1rem;
    transition: none;
}
.header-middle .icon-box:hover .icon-box-icon,
.header-middle .icon-box:hover p,
.header-middle .icon-box:hover .icon-box-title {
    color: inherit;
}
.header-middle .icon-box-icon,
.header-middle p,
.header-middle .icon-box-title {
    transition: color 0.3s;
}
.header-middle .icon-box-icon {
    margin-bottom: 0;
    padding: 0;
    font-size: 3rem;
}
.header-middle .icon-box-title {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1;
    letter-spacing: -0.027em;
}
.header-middle p {
    font-size: 1.4rem;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.0428em;
    line-height: 1;
}
.logo {
    max-width: 200px;
}
.logo img {
    display: block;
}
.header-bottom {
    padding-bottom: 20px;
    color: #222;
    font-size: 1.4rem;
    font-weight: 600;
}
.header-bottom .header-right {
    margin-left: 0.3rem;
}
.header-bottom .header-right i {
    margin-left: 1rem;
    font-size: 2.4rem;
    font-weight: 700;
}
.header-search {
    position: relative;
}
.header-search .input-wrapper {
    display: flex;
    position: relative;
}
.header-search input.form-control {
    flex: 1;
    min-width: 40px;
    padding: 1.1rem 1.5rem;
    border: 0;
    background-color: #eee;
    font-size: 1.3rem;
    letter-spacing: inherit;
}
.header-search .btn-search {
    padding: 0;
    min-width: 40px;
    background-color: var(--bs-second-color);
    border: 0;
    color: #fff;
    font-size: 2rem;
}
.header-search .btn-search i {
    margin: 0 0 0.6rem 0.1rem;
    vertical-align: middle;
    font-size: 1.7rem;
}
.header-search .select-box {
    background-color: #f4f4f4;
}
.header-search .select-box select {
    position: relative;
    padding-right: 1.1rem;
    padding-left: 3rem;
    border: 0;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: 0;
    z-index: 1;
}
.header-search.hs-toggle .input-wrapper {
    position: absolute;
    left: -1.5rem;
    top: 100%;
    min-width: 31rem;
    padding: 1.5rem;
    height: auto;
    background-color: #fff;
    box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    transform: translate3d(0, -10px, 0);
    z-index: 100;
    transition: transform 0.4s 0.2s, visibility 0.4s 0.2s, opacity 0.4s 0.2s;
}
.header-search.hs-toggle:hover {
    color: var(--bs-second-color);
}
.header-search.hs-toggle .form-control {
    padding: 1.4rem 2rem;
    background-color: #f4f4f4;
}
.header-search.hs-toggle .btn-search {
    background-color: #f4f4f4;
    min-width: 5rem;
    font-size: 1.8rem;
    color: #222;
    border-radius: 0;
}
.header-search.hs-toggle .btn-search i {
    margin-bottom: 0.4rem;
    font-size: inherit;
}
.header-search.hs-expanded {
    max-width: 65rem;
    width: 100%;
    margin: 0 auto;
    flex: 1;
}
.header-search.hs-expanded .input-wrapper {
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 7px;
    height: 41px;
}
.header-search.hs-expanded .select-box {
    width: 13.2rem;
    border-radius: 0 0.5rem 0.5rem 0;
    color: #666;
}
.header-search.hs-expanded .select-box,
.header-search.hs-expanded .select-box select {
    cursor: pointer;
}
.header-search.hs-expanded .select-box::before {
    left: 11px;
    font-size: 1rem;
}
.header-search.hs-expanded .select-box::after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: -3px;
    height: 25px;
    border-left: 1px solid #e1e1e1;
}
.header-search.hs-expanded input.form-control {
    flex: 1;
    min-height: 100%;
    padding-right: 1.9rem;
    padding-left: 1.9rem;
    letter-spacing: 0;
    color: #ababab;
    background-color: #f4f4f4;
}
.header-search.hs-expanded .btn-search {
    min-width: 4.7rem;
    background-color: var(--bs-primary) !important;
    font-size: 1.1rem;
    margin-top: 0 !important;
    padding-top: 9px;
    color: #fff;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.header-search.hs-expanded .btn-search:hover {
    color: #fff;
}
.header .header-search.hs-toggle:hover .input-wrapper {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    transition: transform 0.4s;
    opacity: 1;
}
.hs-toggle.dir-up::after {
    top: auto;
    bottom: 100%;
    border-bottom-color: transparent;
    border-top-color: #fff;
}
.hs-toggle.dir-up .input-wrapper {
    top: auto;
    bottom: 100%;
    transform: translate3d(0, 10px, 0);
}
.search-toggle {
    display: inline-block;
    vertical-align: middle;
    padding: 1.1rem 0;
    transition: color 0.3s;
}
.search-toggle span {
    cursor: pointer;
}
.search-toggle i {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 0.9;
}
.main-nav {
    margin: 0 2rem 0 0;
}
.wishlist {
    margin-left: 1.5rem;
}
.wishlist i {
    font-size: 2.8rem;
    cursor: pointer;
}
.wishlist:hover {
    color: var(--bs-second-color);
}
@keyframes fixedTop {
    from {
        transform: translateY(-100%);
        transform-origin: center top 0px;
    }
    to {
        transform: translateY(0);
    }
}
@keyframes fixedBottom {
    from {
        transform: translateY(100%);
        transform-origin: center top 0px;
    }
    to {
        transform: translateY(0);
    }
}
.mobile-menu-toggle {
    display: none;
    margin-left: 2rem;
    font-size: 2.5rem;
    color: #222;
}
@media (max-width: 1199px) {
    .main-nav .menu > li {
        margin-left: 1.5rem;
    }
    .header-middle .logo {
        margin-left: 2rem;
    }
}
@media (max-width: 991px) {
    .header .main-nav {
        display: none;
    }
    .header-middle .header-right {
        justify-content: flex-end;
    }
    .mobile-menu-toggle {
        display: block;
    }
}
@media (max-width: 767px) {
    .header-middle .header-search {
        display: none;
    }
}
@media (max-width: 480px) {
    .header-left .logo img {
        display: block;
        /*width: 115px;*/
    }

    .header-middle .wishlist {
        display: none;
    }
    .header-middle .icon-box {
        margin-left: 1rem;
    }
}
@keyframes show_msg_first {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(100%);
    }
}
@keyframes show_msg {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(100%);
    }
}
.label-block span {
    display: block;
}
.label-block .cart-name {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
    font-weight: 400;
    text-transform: capitalize;
}
.label-block .cart-name ::after {
    content: none;
}
.label-block .cart-price {
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.05em;
}
.label-block.cart-toggle i {
    font-size: 3rem;
}
.dropdown {
    position: relative;
}
.dropdown:hover .dropdown-box {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
.dropdown:hover .dropdown-box {
    transform: translate3d(0, 0, 0);
}
.dropdown:hover > a {
    color: var(--bs-second-color);
}
.dropdown a {
    display: flex;
    align-items: center;
}
.dropdown > a {
    line-height: 1;
    padding: 9px 0;
}
.dropdown > a::after {
    display: inline-block;
    margin-right: 8px;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    content: "\f078";
}
.dropdown li.active > a,
.dropdown li:hover > a {
    color: var(--bs-second-color);
}
.dropdown.dir-up::after {
    border-bottom-color: transparent;
    border-top: 11px solid #fff;
    transform: translate3d(50%, 8px, 0);
}
.dropdown.dir-up:hover .dropdown-box {
    top: auto;
    bottom: 100%;
}
.dropdown.dir-up:hover::after {
    top: auto;
    bottom: calc(100% - 20px);
    transform: translate3d(50%, 0, 0);
}
.dropdown-box {
    position: absolute;
    left: 0;
    top: -9999px;
    margin: 0;
    padding: 0.5rem 0;
    color: #666;
    background-color: #fff;
    box-shadow: 0 10px 30px 2px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: transform 0.2s ease-out, opacity 0.2s, visibility 0.2s;
    transform: translate3d(0, -10px, 0);
}
.dropdown-box a {
    padding: 0.6rem 1rem;
}
.dropdown-box li {
    font-size: inherit;
    line-height: 1.1;
}
.cart-dropdown > a {
    padding: 0.7rem 0;
}
.cart-dropdown .cart-toggle {
    padding: 0.6rem 0 0.7rem;
}
.cart-dropdown .cart-toggle::after {
    content: none;
}
.cart-dropdown .cart-label {
    display: block;
    cursor: pointer;
    margin: 0 0 0 1rem;
    font-weight: inherit;
    text-transform: uppercase;
    letter-spacing: -0.025em;
    margin-top: 0.1rem;
}
.cart-dropdown .cart-count {
    display: inline-block;
    transition: color 0.4s;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 25px;
    color: var(--bs-second-color);
}
.cart-dropdown i {
    font-size: 2.4rem;
}
.cart-dropdown:hover .cart-count {
    color: #fff;
}
.cart-dropdown .dropdown-box {
    left: -1rem;
    padding: 3rem;
    min-width: 33.5rem;
}
.cart-dropdown.type2 .cart-toggle {
    align-items: center;
}
.cart-dropdown.type2:hover {
    color: var(--bs-second-color);
}
.cart-dropdown.type2 .cart-count {
    position: absolute;
    right: -8px;
    bottom: 0;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.9rem;
    line-height: 1.7;
    text-align: center;
    border-radius: 50%;
    background-color: var(--bs-second-color);
    color: var(--bs-primary);
    z-index: 1;
}
.cart-dropdown.type2 .label-block .cart-count {
    width: 1.9rem;
    height: 1.9rem;
    font-size: 1.1rem;
    line-height: 2.2rem;
}
.cart-dropdown.cart-offcanvas .dropdown-box {
    position: fixed;
    top: 0;
    left: -34rem;
    max-width: 34rem;
    width: 100%;
    height: 110vh;
    min-width: auto;
    padding: 2.9rem 3rem;
    opacity: 1;
    visibility: visible;
    transition: left 0.3s;
    transform: none;
    z-index: 2999;
    box-shadow: none;
}
.cart-dropdown.cart-offcanvas .btn:not(.btn-close) {
    margin-bottom: 1rem;
}
@media (max-width: 479px) {
    .cart-dropdown.cart-offcanvas .dropdown-box {
        max-width: 30.4rem;
    }
}
@media (max-width: 991px) {
    .cart-dropdown .cart-label {
        display: none;
    }
}
@media (max-width: 575px) {
    .cart-dropdown .product .product-media {
        margin-left: 1rem;
    }
    .cart-dropdown .dropdown-box {
        min-width: 31rem;
    }
}
.category-dropdown > a {
    padding-left: 2rem;
    background: #fff;
    font-weight: 600;
    border-radius: 0;
    display: flex;
    align-items: center;
    padding-block: 3px;
    justify-content: center;
    color: var(--bs-primary);
    border-left: 1px solid;
    --bs-grid-color: var(--bs-primary);
}
.category-dropdown > a::after {
    content: none;
}
.category-dropdown > a i {
    font-size: 1.6rem;
    margin-top: 0.2rem;
}
.category-dropdown > a span {
    margin-right: .7rem;
}
.category-dropdown .dropdown-box {
    padding: 0;
    right: 0;
    min-width: 28rem;
    box-shadow: none;
    background-color: #f4f4f4;
    transition: opacity 0.2s, z-index 0s, transform 0.2s ease-out;
    visibility: hidden;
    top: 100%;
}
.category-dropdown::before,
.category-dropdown::after {
    right: 25px;
}
.category-dropdown::after {
    border-bottom-color: #f4f4f4;
    visibility: hidden;
    top: calc(100% - 20px);
}
.menu {
    display: flex;
    align-items: center;
}
.menu a {
    display: inline-block;
}
.menu ul {
    padding: 2rem 0;
    background: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    color: #666;
}
.menu li {
    position: relative;
    line-height: 1.5;
}
.menu li a {
    padding: 0.7rem 1rem 0.7rem 0;
}
.menu li > ul {
    position: absolute;
    top: -9999px;
    right: 100%;
    margin: 0;
    box-shadow: 0 2px 35px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: transform 0.2s ease-out;
    transform: translate3d(0, -10px, 0);
}
.menu li > ul {
    min-width: 22.6rem;
    background: #fff;
}
.menu li > ul li {
    padding: 0 2rem;
}
.menu li:hover > a:not(.menu-title),
.menu .active > a:not(.menu-title) {
    color: #222;
}
.menu li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: -2rem;
    transform: translate3d(0, 0, 0);
}
.menu > li {
    margin-left: 3rem;
}
.menu > li:last-child {
    margin-left: 0;
}
.menu > li > a {
    position: relative;
    padding: 1.3rem 0;
    font-weight: 600;
    letter-spacing: inherit;
    line-height: 1;
    text-transform: capitalize;
}
.menu > li > a::after {
    margin-right: 0.8rem;
}
.menu > li > ul {
    right: -1.9rem;
}
.menu > li:hover > ul {
    top: 100%;
}
.vertical-menu {
    display: block;
    min-width: 12rem;
}
.vertical-menu > li {
    margin-left: 0;
    padding: 0 2rem;
}
.vertical-menu > li > ul {
    transform: translate3d(15px, 0, 0);
}
.vertical-menu > li > a {
    display: inline-block;
}
.vertical-menu > li > a::after {
    content: none;
}
.vertical-menu > li:hover > ul {
    right: 100%;
    top: -1rem;
}
.menu-active-underline > li > a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 9px;
    right: 0;
    width: 100%;
    height: 2px;
    border: 1px solid;
    transform-origin: left center;
    transform: scale(0, 1);
    transition: transform 0.3s;
}
.menu-active-underline > li.active > a,
.menu-active-underline > li:hover > a {
    color: inherit;
}
.menu-active-underline > li.active > a::before,
.menu-active-underline > li:hover > a::before {
    transform-origin: right center;
    transform: scale(1, 1);
}
.main-nav {
    margin: 0 2rem 0 0;
}
.tip {
    display: inline-block;
    position: relative;
    top: -1px;
    right: 7px;
    padding: 0.3rem 0.5rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
}
.tip.tip-hot {
    background-color: #d26e4b;
}
.tip.tip-new {
    background-color: var(--bs-second-color);
}
.mobile-menu-wrapper {
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10000;
    transition: visibility 0.4s;
}
.mobile-menu-container {
    max-width: 296px;
    padding: 2rem 1.5rem;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #222529;
    box-shadow: var(--bs-primary);
    transform: translateX(296px);
    transition: transform 0.4s;
}
.mobile-menu-container .input-wrapper {
    display: flex;
    margin-bottom: 0.6rem;
    height: 4rem;
}
.mobile-menu-container .input-wrapper .form-control {
    min-height: 4rem;
    color: #7a8088;
    border: 1px solid;
    border-color: #2e3237;
    border-left: 0;
    background-color: transparent;
}
.mobile-menu-container .input-wrapper .btn-search {
    padding: 0;
    width: 4rem;
    background-color: var(--bs-second-color);
    border-color: var(--bs-second-color);
    color: #fff;
    font-size: 1.4rem;
    border-radius: 3px;
}
.mobile-menu-container .input-wrapper .btn-search i {
    margin: 0 0 0.5rem;
    font-size: inherit;
}
.mobile-menu-container .mobile-menu {
    margin-bottom: 0.5rem;
    background: #222529;
}
.mobile-menu-container .tab {
    margin-top: 3rem;
}
.mobile-menu-container .tab-content {
    background-color: transparent;
}
.mobile-menu-container .nav {
    border-width: 2px;
}
.mobile-menu-container .nav-link {
    margin-bottom: -2px;
    color: #fff;
    font-size: 13px;
    padding: 10px;
}
.mobile-menu-container .tab-pane {
    padding-top: 10px;
}
.mobile-menu-container .nav-item:hover .nav-link {
    color: #fff;
    border-color: transparent;
}

.mobile-menu-container .nav-item .nav-link.active {
    color: var(--bs-second-color);
    border-color: var(--bs-second-color);
}
.mobile-menu-container .nav-item + .nav-item {
    margin-right: 1px;
}
.mobile-menu-container.scrollable::-webkit-scrollbar-thumb {
    margin-left: 2px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 7px;
    cursor: pointer;
}
.mobile-menu {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.025em;
    color: #e1e1e1;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.025em;
}
.mobile-menu ul {
    display: none;
    width: 100%;
}
.mobile-menu > li:first-child {
    padding-top: 0.5rem;
}
.mobile-menu > li:last-child {
    padding-bottom: 0.5rem;
}
.mobile-menu li a {
    display: block;
    font-size: 13px;
    position: relative;
    padding: 1.3rem 1rem 1.3rem 0.6rem;
}
.mobile-menu li i {
    display: inline-block;
    margin-bottom: 1px;
    font-size: 2rem;
    margin-left: 1rem;
    line-height: 0;
    vertical-align: middle;
}
.mobile-menu li li a {
    padding-right: 2.4rem;
}
.mobile-menu li li li a {
    padding-right: 3.6rem;
}
.mobile-menu li:not(:last-child) {
    border-bottom: 1px solid #2e3237;
}
.mobile-menu-overlay {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    transition: opacity 0.4s;
}
.mobile-menu-close {
    position: fixed;
    right: calc(100vw - 50px);
    top: 25px;
    z-index: 10001;
    transition: opacity 0.3s;
    opacity: 0;
}
.mobile-menu-close i {
    font-size: 2.8rem;
    color: #e1e1e1;
}
.mmenu-anim {
    transform: translateY(30%);
}
.mmenu-anim,
.mmenu-anim > li {
    transition: transform 0.4s, opacity 0.3s;
    transition-timing-function: cubic-bezier(0.5, 0, 0.3, 1);
}
.mmenu-anim > li:nth-child(0) {
    opacity: 0;
    transform: translateY(0px);
}
.mmenu-anim > li:nth-child(1) {
    opacity: 0;
    transform: translateY(50px);
}
.mmenu-anim > li:nth-child(2) {
    opacity: 0;
    transform: translateY(100px);
}
.mmenu-anim > li:nth-child(3) {
    opacity: 0;
    transform: translateY(150px);
}
.mmenu-anim > li:nth-child(4) {
    opacity: 0;
    transform: translateY(200px);
}
.mmenu-anim > li:nth-child(5) {
    opacity: 0;
    transform: translateY(250px);
}
.mmenu-anim > li:nth-child(6) {
    opacity: 0;
    transform: translateY(300px);
}
.mmenu-anim > li:nth-child(7) {
    opacity: 0;
    transform: translateY(350px);
}
.mmenu-anim > li:nth-child(8) {
    opacity: 0;
    transform: translateY(400px);
}
.mmenu-anim > li:nth-child(9) {
    opacity: 0;
    transform: translateY(450px);
}
.mmenu-anim > li:nth-child(10) {
    opacity: 0;
    transform: translateY(500px);
}
.mmenu-anim > li:nth-child(11) {
    opacity: 0;
    transform: translateY(550px);
}
.mmenu-anim > li:nth-child(12) {
    opacity: 0;
    transform: translateY(600px);
}
@media (max-width: 400px) {
    .mobile-menu-close {
        right: calc(100vw - 40px);
        top: 10px;
    }
}
.category-menu {
    background: #fff;
    padding-top: 1.1rem;
    padding-bottom: 0.9rem;
}
.category-menu i {
    vertical-align: middle;
    line-height: 0;
    margin-left: 0.8rem;
    padding-right: 0.2rem;
    font-size: 1.8rem;
    color: #222;
    margin-bottom: 0.2rem;
    width: 1.8rem;
}
.category-menu > li > a {
    display: block;
    padding: 1.1rem 0 1rem;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.46;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #222;
}
.category-menu > li:not(:last-child) > a {
    border-bottom: 1px solid #eee;
}
.category-menu li:hover > a:not(.menu-title) {
    color: var(--bs-second-color);
}
.category-menu li:hover > a:not(.menu-title) i {
    color: inherit;
}
.category-menu ul {
    padding: 2rem 0;
    background: #fff;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0;
    color: #666;
}
.footer {
    font-size: 1.3rem;
    border-top-right-radius: 30px;
    background: #f5f5f5;
    border-top-left-radius: 30px;
}
.footer p {
    font-size: inherit;
}
.footer a:not(.social-link):hover {
    color: var(--bs-primary);
}
.footer .widget-title {
    border-bottom: none;
}
.logo-footer,
.logo-footer img {
    display: block;
}
.footer-top {
    padding: 56px 0 17px;
    border-bottom: 1px solid #E9E9E9;
}
.footer-middle {
    padding: 4.2rem 0 1.8rem;
    border-bottom: 1px solid #E9E9E9;
}
.footer-middle .widget {
    margin-bottom: 3rem;
}
.footer-middle .widget-title {
    padding: 0.6rem 0;
    margin-bottom: 0.9rem;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #1C1A1B;
}
.footer-middle .widget-body {
    padding: 8px 0 0;
    color: #999;
}
.footer-middle .widget-body li {
    line-height: 1.2;
    margin-bottom: 15px;
}
.footer-middle .widget-body li:last-child {
    margin-bottom: 0;
}
.footer-middle label {
    font-weight: 500;
    text-transform: uppercase;
    color: #ccc;
}
.widget.widget-info a {
    font-weight: 500;
}
.footer-bottom {
    padding: 2.7rem 0 2.9rem;
    /*border-top: 1px solid #E9E9E9;*/
}
.footer-bottom,
.footer-bottom .container {
    display: flex;
    align-items: center;
}
#footer-content ul li {
    margin: .25rem 0;
    line-height: normal;
}
#footer-content ul li a{
    margin: .5rem 0;
    padding: 0;
    line-height: normal;
    align-items: self-start;
}
#footer-content ul {
    flex-direction: column !important;
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: self-start;
}
footer span.go-up-btn {
    position: absolute;
    cursor: pointer;
    top: -39px;
    left: 50%;
    transform: translateX(-50%) ;
}
@media (max-width: 991px) {
    .menu-active-underline > li > a::before{display: none;}
    .mobile-menu li:not(:last-child){
        border: none !important;
        margin-left: 0;
    }
    .mobile-menu li:hover > a:not(.menu-title){
        color: #fff !important;
    }
    .footer-top .logo-footer {
        margin-bottom: 2.7rem;
    }
    .footer-middle {
        padding: 4.8rem 0 4.8rem;
    }
    .footer-middle .widget-body {
        padding: 0;
    }
    .footer-bottom,
    .footer-bottom > .container {
        display: block;
    }

    .footer-center {
        text-align: center;
    }
}
.footer .copyright {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
}
.mobile-menu-nav-items {
    display: flex;
}
.mobile-menu-nav-items > * {
    flex: 1;
}
.mobile-menu-nav-items .search-toggle {
    padding: 0;
    color: inherit;
}

.mobile-menu-nav-items .header-search:hover {
    color: #222;
}
.mobile-menu-nav-items .hs-toggle .input-wrapper {
    min-width: 29rem;
    left: 1.5rem;
    margin-bottom: 2rem;
}
.sticky-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1.5rem 0 1.3rem;
}
.sticky-link i {
    width: 2.3rem;
    height: 2.4rem;
    text-align: center;
    font-size: 2.3rem;
    line-height: 1;
    transform: translateY(0);
    transition: transform 0.35s ease;
}
.sticky-link i.d-icon-search {
    font-size: 1.9rem;
}
.sticky-link span {
    margin-top: 0.8rem;
    font-size: 0.9rem;
    line-height: 1;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
}
/*.sticky-content:not(.fixed) a.sticky-link.footer-cart-item{opacity: 0; visibility: hidden; transition: none;}*/
.mobile-menu-nav-items a.sticky-link.footer-cart-item {
    transition: none;
    margin: 0;
    opacity: 1;
    visibility: visible;
    background: var(--bs-second-color);
    border-radius: 50%;
    position: relative;
    top: -37.5px;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid var(--bs-primary);
    padding-bottom: 4px;
    max-width: 75px;
    height: 75px;
}
.sticky-link.active {
    color: #222;
}
.sticky-link:hover {
    color: #222;
}
.sticky-link:hover i {
    transform: translateY(-5px);
}
@media (min-width: 576px) {
    .mobile-menu-nav-items {
        padding: 0 4rem;
    }
}
@media (min-width: 768px) {
    .mobile-menu-nav-items {
        display: none;
    }
}
@media (max-width: 991px) {
    .footer-middle .row > div:last-child .widget {
        margin-bottom: 1rem;
    }
}

.shop-boxed-banner .btn {
    padding: 1.2em 2.8em;
    border-color: #919eb2;
}

.shop-boxed-banner .btn i {
    vertical-align: middle;
    margin-right: 0.7rem;
    font-size: 2.2rem;
}

.shop-boxed-banner .btn:hover,
.shop-boxed-banner .btn:active,
.shop-boxed-banner .btn:focus {
    border-color: #fff;
}
.shop-boxed-banner {
    padding: 7.4rem 7% 8.4rem;
}
.product-gallery {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    position: sticky;
}
.product-gallery.row > * {
    display: flex;
    align-items: center;
}
@media (min-width: 992px) {
    .product-details.row {
        padding-right: 0;
    }
    .product-details.row > :last-child {
        padding-right: 2rem;
    }
}
.product-sticky-both .btn-cart {
    margin-bottom: 1rem;
}
@media (min-width: 992px) {
    .product-sticky-both .btn-cart {
        max-width: 100%;
    }
}
img {
    vertical-align: middle;
}
.header-search.hs-expanded .select-box,
.header-search.hs-expanded input.form-control,
.header-search.hs-expanded .btn-search {
    background-color: transparent;
}
.header-search.hs-expanded .select-box select {
    padding-bottom: 0.2rem;
}

.header-middle .icon-box {
    margin-left: 1.8rem;
}
.category-dropdown > a {
    transition: background-color 0.3s, color 0.3s;
}

.category-dropdown .dropdown-box {
    box-shadow: 0 2px 22px rgba(0, 0, 0, 0.1);
}
.menu-active-underline > li > a::before {
    background-color: var(--bs-second-color);
    height: 3px;
    border: none;
    bottom: 0.8rem;
}
.header-bottom .header-right {
    margin-left: 0;
}
.header-bottom .header-right i {
    margin-left: 0.8rem;
}
.banner-radius {
    border-radius: 15px;
}
.intro-wrapper .btn i {
    margin-right: 0.7rem;
}
.intro-slide img {
    min-height: 49.8rem;
}
.intro-slide span {
    font-size: 1.8rem;
}
.intro-slide p {
    font-size: 1.6rem;
}
.intro-slide2 p {
    margin-bottom: 2.4rem;
}
.intro-banner figure img {
    height: 23.9rem;
	object-fit: cover;
}
.service-slider {
    border-radius: 0.4rem;
}
.service-slider .icon-box-side {
    padding: 3.3rem 0 3rem;
}
.service-slider .icon-box-title {
    margin-bottom: 0.4rem;
}
.service-slider .icon-box-icon {
    margin: 0 0 0.4rem 2rem;
}
.service-slider .d-icon-truck {
    font-size: 4.7rem;
}
.service-slider .d-icon-service {
    font-size: 4rem;
}
.service-slider .d-icon-secure {
    font-size: 3.8rem;
}
.service-slider .d-icon-money {
    font-size: 3.6rem;
}
.service-slider .icon-box-content {
    margin-bottom: 0.4rem;
}
.category-default1 {
    overflow: hidden;
}
.category-default1 .category-content {
    color: #000;
    height: auto;
    margin-top: 20px;
}
.category-default1 .category-content .category-name {
    letter-spacing: -0.025em;
}
@media (min-width: 768px) {
    .ml-md-4 {
        margin-right: 2rem !important;
    }
}
.countdown-container {
    margin-top: -0.1rem;
    padding: 0.7rem 0.9rem 0.6rem;
    font-size: 1.2rem;
    border-radius: 0.2rem;
}
.countdown-compact {
    font-size: 1.4rem;
    text-transform: lowercase;
}
.with-link {
    margin-bottom: 2.2rem;
}
.with-link .btn {
    margin-top: 0.3rem;
    font-size: 1.4rem;
    line-height: 1;
}
.with-link .btn i {
    margin: 0.1rem 0.8rem 0 0;
}
.product.cart-full {
    background-color: #fff;
    border-radius: 15px;
}
.product-card-inner{
    box-shadow: 0 4px 23px 6px rgba(0, 0, 0, 0.08);
}
.product-inner-carousel .owl-stage-outer {
    padding-block: 15px;
    margin-block: -15px;
    padding-inline: 12px;
    margin-inline: -12px;
}
.product-card-inner:hover {
    box-shadow: 0 4px 12px 6px rgba(0, 0, 0, 0.10);
}
.product.cart-full .product-media a.product-inner-image::before{
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 10px;
    background: rgb( 0, 0, 0, 0.03 );
    border-radius: 7px;
}
.product.cart-full .product-details {
    padding: 0 10px 10px;
    min-height: 92px;
}
.wc-block-checkout__billing-fields #billing-country, .wc-block-components-address-form__country.wc-block-components-country-input{display: none !important;}
.product.cart-full .product-price {
    margin-bottom: 0;
    justify-content: end !important;
    align-items: end;
}
.product.cart-full .btn-cart {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.5rem;
    height: 4.6rem;
    line-height: 3.1;
    font-size: 1.4rem;
    border-color: #666;
}
.banner-grid-2cols img,
.banner-grid-3cols img {
    min-height: 18rem;
}
.category-wrapper {
    padding: 2.6rem 3rem 2.5rem;
    border-radius: 0.3rem;
}
.category-wrapper .title {
    margin-bottom: 1.5rem;
    line-height: 1.2;
}
.category-wrapper ul {
    font-size: 1.3rem;
    list-style: none;
}
.category-wrapper li {
    padding: 0.4rem 0;
}
.category-wrapper .btn i {
    margin: 0 0.7rem 0 0;
}
.title-wrapper .title {
    margin-top: 0.3rem;
}
.title-wrapper span {
    margin: 0.7rem 0 0.6rem;
    font-size: 1.4rem;
    line-height: 1.4;
}
section .nav-item .nav-link {
    padding: 1.3rem 2.2rem;
    margin-bottom: 1rem;
    font-size: 1.3rem;
    text-transform: uppercase;
    border: 1px solid #ccc;
    border-radius: 0.3rem;
    color: #222;
    letter-spacing: -0.025em;
}
section .nav-item .nav-link:hover,
section .nav-item .nav-link.active {
    color: var(--bs-second-color) !important;
    border-color: var(--bs-second-color);
}
section .nav-item:not(:last-child) {
    margin-left: 1rem;
}
.home .tab-content {
    background-color: transparent;
}
.home .tab-content .tab-pane {
    padding: 0;
}
.logo-footer {
    margin-bottom: 0.2rem;
}
.mobile-menu .tab-pane {
    color: #fff;
}
.mobile-menu .tab-pane.active > ul {
    display: block;
}

@media (max-width: 991px) {
    .banner {
        font-size: 0.9rem;
    }
    .service-slider .icon-box-icon {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .with-link {
        flex-direction: column;
    }
    .with-link .btn {
        margin: 0 auto;
    }
}
@media (max-width: 575px) {
    .market .header-middle .icon-box,
    .market .header-middle .wishlist {
        display: none;
    }
}
@media (max-width: 479px) {
    .banner {
        font-size: 0.7rem;
    }
    .intro-slide1 img {
        object-position: 74%;
    }
}
.market2-shop .header-bottom,
.market2-product .header-bottom {
    border-bottom: 1px solid #f5f5f5;
}
.shop-boxed-banner {
    padding: 4.7rem 8.7% 5.4rem;
}
.shop-boxed-banner .btn {
    border-color: #222 !important;
}
.shop-boxed-banner .btn i {
    font-size: 1.9rem;
}
@media (max-width: 991px) {
    .market2-shop .header-middle,
    .market2-product .header-middle {
        border-bottom: 1px solid #f5f5f5;
    }
}
.market2-product .title,
.vendor .title {
    font-size: 2.4rem;
}
.dir-ltr{direction: ltr;}
.intro-slide.banner figure img {
    aspect-ratio: 1280 / 424;
    object-fit: cover;
    object-position: center;
}
.banner-grid-3cols .banner figure img{
    aspect-ratio: 447 / 180;
    object-fit: cover;
    object-position: center;
}
.banner-grid-2cols .banner figure img{
    aspect-ratio: 626 / 280;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}
.loaded > .page-wrapper {
    opacity: 1;
}
.appear-animation-visible {
    visibility: visible;
    opacity: 1;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}
.mmenu-active .mobile-menu-wrapper {
    visibility: visible;
}
.mmenu-active .mobile-menu-overlay {
    opacity: 0.8;
}
.mmenu-active .mobile-menu-close {
    opacity: 1;
}
.mmenu-active .mobile-menu-container {
    transform: translateX(1px);
}


.mobile-menu-nav-items {
    border-radius: 15px;
    position: fixed;
    overflow: visible;
    right: 12px;
    left: 12px;
    z-index: 1060;
    margin-bottom: 0px;
    opacity: 1;
    background: var(--bs-primary);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    bottom: 12px;
    height: 70px;
    transform: none !important;
}
.sticky-content.fixed.fix-bottom {
    /*animation: fixedBottom 0.4s;*/
}
.font-size-15{font-size: 15px !important;}
.cart-price .woocommerce-Price-amount bdi{
    display: flex;
    align-items: center;
    gap: 4px;
}

.checkout-proccess-inner-btn .wc-block-components-checkout-place-order-button, .wc-block-components-totals-coupon__button {
    background: var(--bs-primary);
    color: #fff;
    border: none;
}
.header-search-button {
    margin-top: 0.7rem !important;
}
.nwp-search-result {
    position: absolute;
    top: calc(100% - 4px);
    left: -2px;
    width: calc(100% + 4px);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 6px 6px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 9999;
    max-height: 300px;
    overflow-y: auto;
}

.nwp-search-result-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #eee;
    transition: background 0.3s;
}

.nwp-search-result-item:hover {
    background: #f9f9f9;
}

.nwp-search-result-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
    margin-left: 10px;
}
.nwp-search-result-item a {
    text-decoration: none;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    flex-grow: 1;
}
.product-search-price {
    font-size: 13px;
    color: var(--bs-primary, var(--bs-second-color));
    font-weight: bold;
}
.product-card-outofstock {
    font-size: 12px;
    color: red;
    font-weight: bold;
}
.mobile-menu.mmenu-anim.tab-content .menu .active a{
    color: #fff;
}
.mobile-menu.mmenu-anim.tab-content .menu-active-underline > li.active > a::before{display: none;}

body{width: 100vw;}
.category-default1 figure{margin: 0 !important; border-radius: 50%; overflow: hidden;}
.address-footer {
    display: flex;
    align-items: start;
    gap: 4px;
}
.home .intro-wrapper figure {
    margin-bottom: 0;
}
.home .intro-wrapper .owl-dots {
    margin-top: 0 !important;
    position: absolute;
    bottom: 32px;
    right: 32px;
    display: flex;
    gap: 4px;
}
.home .intro-wrapper .owl-dots span{margin: 0 !important;}
.home .intro-wrapper .owl-theme .owl-dots .owl-dot.active span {
    width: 40px;
    border-color: var(--bs-second-color);
    background: var(--bs-second-color);
}

.home .intro-wrapper .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 6px;
    border: none;
    background: 0 0;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .3s ease;
    border-radius: 30px;
    background: rgb(235 201 138 / 49%);
}
.sale-section-title-inner-btn {
    display: flex;
    justify-content: start;
    margin-bottom: 2.7rem !important;
    margin-top: 2.7rem;
}
.sale-section-title-btn{font-size: 18px;}

.product-meta-brand {
    width: 100%;
    font-size: 13px;
    overflow: hidden;
}
.product-meta-brand span{
    color: #29292975 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-line-clamp: 1;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding-inline: 8px;
}
.product-slider-section .product-inner-header{
    border-right: 2px solid var(--bs-second-color);
    padding-right: 10px;
    border-radius: 0;
}
.product-slider-section .product-inner-header .title-description{
    font-size: 14px;
    color: #969696;
}
a.product-card-category {
    background: rgb(235 201 138 / 21%);
    color: var(--bs-primary);
    width: 87px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 8px;
}
a.account-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 145px;
    justify-content: center;
    height: 46px;
    background: var(--bs-primary);
    color: var(--bs-second-color) !important;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}
.header-search-form .nwp-search-input {
    background: transparent;
    opacity: 0;
    width: 0;
    margin: 0;
    transition: all 0.3s;
    color: transparent;
    min-width: 0 !important;
    padding: 0 !important;
}
.header-search-form {
    background: transparent;
    border: 1px solid transparent !important;
    width: auto !important;
    padding: 0 16px 0 8px !important;
    border-radius: 25px;
    gap: 0;
    height: 45px !important;
    transition: width 0.3s;
    justify-content: end !important;
    max-height: 50px !important;
    box-sizing: border-box;
    outline: none;
    left: -3px;
    top: -23px;
}
.header-search-form .header-search-button.nwp-search-btn{width: 24px;}
.header-search-form.mag-active-search .nwp-search-input {
    background: transparent;
    opacity: 1;
    width: 310px;
    transition: all 0.3s;
    color: #666666;
    height: 100%;
}
.nwp-mag-search-overly {
    background-color: #43241269;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s;
    z-index: 0;
    visibility: hidden;
}
.mag-active-search-nav-inner #searchForm{
    z-index: 9999;
    background-color: #fff;
}
.mag-active-search-nav-inner .nwp-mag-search-overly {
    opacity: 1;
    z-index: 998;
    visibility: visible;
}
.border-radius-7{border-radius: 7px;}
.product-card-inner-details {
    position: absolute;
    left: 20px;
    top: 20px;
    display: flex;
    flex-direction: column;
    z-index: 1;
    gap: 4px;
    font-size: 12px;
    color: var(--bs-primary);
}
.product-card-inner-details > div {
    background: var(--bs-second-color);
    border-radius: 7px;
    height: 27px;
    display: flex;
    align-items: center;
    line-height: 20px;
    min-width: 54px;
    justify-content: center;
    padding-top: 2px;
    font-size: 12px;
    font-weight: 700;
}
img.product-onsale-badge-icon {
    width: 13px;
    height: 13px;
    margin-top: 2px;
}

.product-card-inner-details .product-top span.text {
    display: flex;
    flex-direction: row-reverse;
    gap: 3px;
}
.product-card-inner-details .product-top{font-size: 15px;}
.perfume-sex{font-weight: 800}
.single.single-post .post-info-column img.img-fluid.border-radius-7 {
    max-width: 240px;
}
.banner-grid-4cols{
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
}
.banner-grid-4cols .banner figure, .banner-grid-4cols .banner img {
    height: 100%;
}
#search-product-modal .nwp-search-input {
    background: #fff;
    width: 100%;
    padding: 0.375rem 1.25rem !important;
    opacity: 1;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid var(--bs-second-color) !important;
    color: var(--bs-primary);
}
#search-product-modal #searchForm{
    padding: 0 !important;
    margin-top: 15px;
    position: relative;
    max-height: 100% !important;
    top: 0;
    height: 100% !important;
}
#search-product-modal .header-search-form .header-search-button.nwp-search-btn {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 20px;
}
.mobile-menu-wrapper .mobile-menu-container .mmenu-anim{
    transform: translateY(15px);
}
.variable-product-price-separator{font-size:14px;}

.nwp-variation-title{
    font-weight:600;
    margin-bottom:15px;
    text-align:right;
}

.nwp-variation-list{
    list-style:none;
    margin:0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding:0;
}

.nwp-variation-item{
    border-bottom:1px solid #e3e3e3;
    padding-bottom: 5px;
    position: relative;
}

.nwp-variation-item:last-child{
    border-bottom:none;
}

.nwp-variation-input{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 13px;
    height: 13px;
    border: 2px solid var(--bs-primary);
    border-radius: 50%;
    outline: none;
    margin-left: 10px;
    cursor: pointer;
    top: calc(50% - 3px);
    right: 7px;
    position: absolute;
    transform: translateY(-50%);
}
.nwp-variation-input:checked {
    background-color: var(--bs-primary);
    padding: 2px;
    background-image: url("data:image/svg+xml;utf8,%3Csvg filter='drop-shadow(0px 0px 2px rgb(0 0 0 / .8))' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M4 16L11 23 27 7'/%3E%3C/svg%3E");
}
.nwp-variation-box {
    width: 100%;
}
.nwp-variation-label{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding: 18px 26px 15px 10px;
    border-radius: 8px;
    cursor:pointer;
    transition:0.2s ease;
}

.nwp-variation-label:hover{
    background:#f4e8d273;
}

.nwp-variation-name{
    font-weight:500;
}

.nwp-variation-price{
    color: var(--bs-primary);
    font-weight:600;
}

.nwp-variation-input:checked + .nwp-variation-label{
    background: #ebc98a59;
    border-radius:8px;
}

.nwp-variation-input:checked + .nwp-variation-label .nwp-variation-name{
    color: var(--bs-primary);
}

.nwp-variation-item.is-disabled{
    opacity:0.5;
    pointer-events:none;
}

.nwp-variation-stock{
    color:#d32f2f;
    font-size:12px;
    margin-right:10px;
}

@media (max-width: 991px) {
    .post-inner-header .title, .product-inner-header .title{
        font-size: 14px;
    }
    .product-slider-section .product-inner-header .title-description {
        font-size: 11px;
        color: #969696;
    }
    .product-slider-section .product-inner-header {
        flex: 1;
    }
    .product-slider-section > a {
        font-size: 12px;
        flex: 1;
        text-align: end;
    }
    .header-middle .logo {
        margin-right: auto;
        margin-left: auto;
    }
    .header-search-form {
        top: -39px;
    }
}
@media (max-width: 768px) {
    .mobile-menu-nav-inner-row{height: 70px !important; display: block !important; overflow: visible}
    .nwp-search-product-modal .nwp-search-result {
        position: relative;
        top: 0;
        left: 4px;
        width: calc(100% + 4px);
        background: #fff;
        border: none;
        border-radius: 0;
        box-shadow: none;
        display: none;
        z-index: 9999;
        overflow-y: auto;
        height: 100%;
        max-height: 100%;
    }
    .nwp-search-product-modal .nwp-search-result-item{
        padding: 10px 0 10px 15px;
    }
    .nwp-search-product-modal .nwp-search-result-item:not(:last-child) {
        border-bottom: 1px solid #e9e9e9;
    }
    .nwp-search-product-modal .Mag-Search-Form .nwp-search-result-item{
        padding-left: 10px;
        margin-top: 1rem!important;
        padding-top: 0 !important;
    }
    .nwp-search-product-modal .Mag-Search-Form .nwp-search-result-item > ul.navbar-nav {
        margin-left: 15px !important;
    }
    .nwp-search-product-modal .Mag-Search-Form .nwp-search-result-title{
        display: none !important;
    }
    #search-product-modal .modal-body.add-to-cart-modal-body, #search-product-modal{
        overflow-y: hidden;
    }
    .nwp-search-form:not(.search-modal-form) .nwp-search-btn{
        left: auto;
        right: 2px;
    }
    #search-product-modal .modal-content{
        height: 75%;
    }
    #search-product-modal .modal-content{
        --bs-modal-border-radius: 24px;
        position: absolute;
        display: flex;
        bottom: -1px;
        right: -1px;
        width: calc(100% + 2px);
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important;
        max-height: 75%;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .banner-grid-3cols {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }
    .banner-grid-3cols .banner:first-child {
        flex: 1;
    }
    .banner-grid-3cols .banner:first-child {
        grid-column: 1 / 2 span;
    }
    .banner-grid-4cols{
        grid-template-columns: repeat(2, 1fr);
        row-gap: 1.5rem;
    }
    .banner-grid-4cols figure{
        margin-bottom: 0;
    }
    .product-name {
        margin-bottom: 0;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0;
        white-space: inherit;
        -webkit-line-clamp: 2;
        text-align: start;
        line-height: 24px;
    }
    div.product .product-details .btn-product.btn-cart{
        display: none !important;
    }
    div.product .product-details{
        padding: 0 1rem 1rem !important;
        height: 115px;
        display: flex;
        flex-direction: column;
    }
    .product-name{
        flex: 1;
    }
    .product-media img{
        padding: 1rem;
        border-radius: 15px !important;
    }
    .product.cart-full .product-price {
        margin-bottom: 0;
    }
    .home .mb-10 {
        margin-bottom: 1.5rem !important;
    }
    .home .pb-10 {
        padding-bottom: 2rem !important;
    }
    .home .pt-10 {
        padding-top: 2rem !important;
    }
}
@media (max-width: 568px) {
    .product.cart-full .product-media a.product-inner-image::before{
        left: 7px;
        right: 7px;
        bottom: 7px;
        top: 7px;
    }
    .product-meta-brand {
        font-size: 10px;
    }
    .product-media {
        padding: 7px;
    }
    .product-card-inner-details {
        left: 11px;
        gap: 3px;
        top: 11px;
    }
    .product-card-inner-details .product-top {
        font-size: 12px;
    }
    img.product-onsale-badge-icon {
        width: 13px;
        height: 11px;
        margin-top: 3px;
    }
    .product-card-inner-details > div {
        border-radius: 5px;
        height: 24px;
        line-height: 20px;
        min-width: 42px;
        font-size: 10px;
    }
    .intro-slide img {
        min-height: auto;
        aspect-ratio: 343 / 325 !important;
    }
    .home .intro-wrapper .owl-dots {
        margin-top: 0 !important;
        position: absolute;
        bottom: 11px;
        left: 50%;
        display: flex;
        gap: 4px;
        transform: translateX(-50%);
        right: auto;
    }
    .intro-wrapper .owl-stage-outer .banner.banner-fixed.intro-slide, .banner-radius, .banner-grid-2cols .banner figure img{
        border-radius: 7px;
    }
    div#nav_menu-2, div#nav_menu-3 {
        width: 50%;
        margin-block: 30px;
    }
    .footer-middle {
        padding: 2.5rem 0 1.5rem;
    }
    .footer-top .logo-footer {
        margin-bottom: 0.5rem;
    }
}