/*
Theme Name: Electio - eCommerce HTML Template
Author: Mate_Themes
Author URI: https://themeforest.net/user/mate_themes/portfolio
Tags: Electio, ecommerce, blog, fashion products, online shop, ecommerce store
Description: Electio - An eCommerce HTML5 Template
Version: 1.0.0
*/
/************************************** base css **************************************/

:root {
    --body-font: "Jost", sans-serif;
    --heading-font: "Jost", sans-serif;
    --primary-color: #000e3c;
    --secondary-color: #112bb1;
    --text-color: #717171;
    --heading-color: #000e3c;
    --light-red-color: #fe4852;
    --red-orange-color: #fc5d2c;
    --yellow-color: #ffd612;
    --blue-color: #112bb1;
    --dark-color: #000e3c;
    --green-color: #1FC157;
    --border-color: #3d3d3d;
    --border-gray: #e8eaf2;
    --border-dark: #242424;
    --light-stroke: #e8e8e8;
    --light-white-color: rgba(255, 255, 255, 0.2);
    --white-color: #ffffff;
    --light-color: #f6f6f6;
    --gray-color: #f3f4f8;
    --gray-200: #efefef;
    --gray-100: #f1f1f1;
    --primary-overlay: rgba(18, 17, 17, 0.9);
    --primary-light-overlay: rgba(18, 17, 17, 0.6);
    --shadow-light: 0px 30px 23px rgba(0, 0, 0, 0.07);
    --box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.04);
    --transition-base: all 0.3s;
    --ur3-stroke: #292828;
    --bs-link-color-rgb: var(--dark-color);
}

body {
    margin: 0;
    font-family: var(--body-font);
    background-color: var(--white-color);
    font-weight: 400;
    color: var(--heading-color);
}

input {
    outline: 0;
}

select {
    outline: 0;
    border: 0;
}

a {
    color: var(--dark-color);
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration:none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

button {
    border: 0;
    background-color: transparent;
}

p {
    color: var(--text-color);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: var(--heading-color);
    display: block;
    font-family: var(--heading-font);
}

h1,
.h1,
h2,
.h2 {
    font-family: var(--heading-font);
}

.h1,
h1 {
    font-size: 72px;
}

@media (max-width: 1260px) {
    .h1,
    h1 {
        font-size: 54px;
    }
}

@media (max-width: 991.98px) {
    .h1,
    h1 {
        font-size: 42px;
    }
}

.h2,
h2 {
    font-size: 56px;
}

@media (max-width: 991.98px) {
    .h2,
    h2 {
        font-size: 32px;
    }
}

.h3,
h3 {
    font-size: 32px;
}

@media (max-width: 991.98px) {
    .h3,
    h3 {
        font-size: 28px;
    }
}

.h4,
h4 {
    font-size: 24px;
}

@media (max-width: 991.98px) {
    .h4,
    h4 {
        font-size: 20px;
    }
}

.h5,
h5 {
    font-size: 18px;
}

@media (max-width: 991.98px) {
    .h5,
    h5 {
        font-size: 14px;
    }
}

p {
    font-size: 18px;
}

@media (max-width: 991.98px) {
    p {
        font-size: 14px;
    }
}
.ptb-5 {
    padding: 5px 0;
}
.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

@media (max-width: 767.98px) {
    .pt-100 {
        padding-top: 70px;
    }
}

.pt-110 {
    padding-top: 110px;
}

@media (max-width: 767.98px) {
    .pt-110 {
        padding-top: 70px;
    }
}

.pt-115 {
    padding-top: 115px;
}

@media (max-width: 767.98px) {
    .pt-115 {
        padding-top: 70px;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media (max-width: 767.98px) {
    .pt-120 {
        padding-top: 70px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media (max-width: 767.98px) {
    .pb-100 {
        padding-bottom: 70px;
    }
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-115 {
    padding-bottom: 115px;
}

@media (max-width: 767.98px) {
    .pb-115 {
        padding-bottom: 70px;
    }
}

.ptb-100 {
    padding: 100px 0;
}

@media (max-width: 767.98px) {
    .ptb-100 {
        padding: 70px 0;
    }
}

.ptb-120 {
    padding: 120px 0;
}

@media (max-width: 767.98px) {
    .ptb-120 {
        padding: 70px 0;
    }
}

.ptb-60 {
    padding: 60px 0;
}

.ptb-30 {
    padding: 30px 0;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-80 {
    padding-bottom: 80px;
}

@media (max-width: 767.98px) {
    .pb-80 {
        padding-bottom: 70px;
    }
}

.pb-90 {
    padding-bottom: 90px;
}

@media (max-width: 767.98px) {
    .pb-90 {
        padding-bottom: 70px;
    }
}

.pb-110 {
    padding-bottom: 110px;
}

@media (max-width: 767.98px) {
    .pb-110 {
        padding-bottom: 70px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media (max-width: 767.98px) {
    .pb-120 {
        padding-bottom: 70px;
    }
}

.pb-140 {
    padding-bottom: 140px;
}

@media (max-width: 767.98px) {
    .pb-140 {
        padding-bottom: 70px;
    }
}

.pl-20 {
    padding-left: 20px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

@media (max-width: 767.98px) {
    .mt-80 {
        margin-top: 70px;
    }
}

.mt-90 {
    margin-top: 90px;
}

@media (max-width: 767.98px) {
    .mt-90 {
        margin-top: 70px;
    }
}

.mt-100 {
    margin-top: 100px;
}

@media (max-width: 767.98px) {
    .mt-100 {
        margin-top: 70px;
    }
}

.mt-110 {
    margin-top: 110px;
}

@media (max-width: 767.98px) {
    .mt-110 {
        margin-top: 70px;
    }
}

.mt-120 {
    margin-top: 120px;
}

@media (max-width: 767.98px) {
    .mt-120 {
        margin-top: 70px;
    }
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

@media screen-min-768 {
    .mr-max-md-0 {
        margin-right: 0;
    }
}

.mr-20 {
    margin-right: 20px;
}

.mr-30 {
    margin-right: 30px;
}

/******************************* theme css **********************************/
.container-large {
    max-width: 1704px;
    margin: 0 auto;
    padding: 0 12px;
}

@media (min-width: 1600px) {
    .container-xxxl {
        max-width: 1410px;
        margin: 0 auto;
    }
}

.container-lg .primary-text-color {
    color: var(--primary-color);
}

.container-1440 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
}

.primary-text-color {
    color: var(--primary-color);
}

.text-color {
    color: var(--text-color);
}

.primary-bg-color {
    background-color: var(--primary-color);
}

.secondary-bg-color {
    background-color: var(--secondary-color);
}

.secondary-text-color {
    color: var(--secondary-color);
}

.gap-48 {
    gap: 48px;
}

.bottom-border {
    border-bottom: 1px solid var(--border-color);
}

.z--1 {
    z-index: -1;
}

.light-bg {
    background-color: var(--light-color);
}

.fs-sm {
    font-size: 14px;
}

.fs-xs {
    font-size: 12px;
}

.theme-input {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 14px 24px;
    background-color: var(--light-color);
    font-weight: 300;
}

.theme-devider {
    width: 100%;
    height: 1px;
    background-color: var(--gray-200);
    display: block;
}

.gray-border-bottom {
    border: 1px solid var(--gray-200);
}

.mx-340 {
    max-width: 340px;
}

.text-font-family {
    font-family: var(--body-font);
}

.hover-secondary:hover {
    color: var(--secondary-color);
}

.fz-16 {
    font-size: 16px;
}

.fz-18 {
    font-size: 18px;
}

.fz-24 {
    font-size: 24px;
}

.font-normal {
    font-weight: 400;
}

.font-bold {
    font-weight: 700;
}

.font-semibold {
    font-weight: 600;
}

.font-medium {
    font-weight: 500;
}

.text-light-red {
    color: var(--light-red-color) !important;
}

.text-yellow {
    color: var(--yellow-color) !important;
}

.text-dark {
    color: var(--dark-color) !important;
}

.text-color {
    color: var(--text-color) !important;
}

.text-blue {
    color: var(--blue-color) !important;
}

.text-green {
    color: var(--green-color) !important;
}

.bg-blue {
    background-color: var(--blue-color) !important;
}

.bg-gray {
    background-color: var(--gray-color) !important;
}

.bg-yellow {
    background-color: var(--yellow-color) !important;
}

.bg-dark {
    background-color: var(--dark-color) !important;
}

.bg-green {
    background-color: var(--green-color) !important;
}

.bg-light-red {
    background-color: var(--light-red-color) !important;
}

.yellow-text-color {
    color: var(--yellow-color);
}

.divider {
    background: var(--gray-color);
    width: 100%;
    height: 2px;
    display: block;
}

.theme-border-1 {
    border: 1px solid var(--border-gray);
}

.slick-slide {
    margin: 0 10px;
}

/* the parent */
.slick-list {
    margin: 0 -10px;
}

.common-txt {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
}

.align-right-placeholder::-webkit-input-placeholder {
    text-align: right;
    direction: rtl;
}

.align-right-placeholder:-ms-input-placeholder {
    text-align: right;
    direction: rtl;
}

.align-right-placeholder::-ms-input-placeholder {
    text-align: right;
    direction: rtl;
}

.align-right-placeholder::placeholder {
    text-align: right;
    direction: rtl;
}

@-webkit-keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes ticker {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@-webkit-keyframes ticker-2 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes ticker-2 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes vertical-ticker {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
    2% {
        opacity: 1;
    }
    98% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }
}

@keyframes vertical-ticker {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
    }
    2% {
        opacity: 1;
    }
    98% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        opacity: 0;
    }
}

@-webkit-keyframes theme_fadeInUp {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes theme_fadeInUp {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes theme_fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes theme_fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes product-hover {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}

@keyframes product-hover {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

@-webkit-keyframes flipimage {
    0% {
        -webkit-transform: scale(1) rotateY(0deg);
        transform: scale(1) rotateY(0deg);
    }
    50% {
        -webkit-transform: scale(0.8) rotateY(90deg);
        transform: scale(0.8) rotateY(90deg);
    }
    100% {
        -webkit-transform: scale(1) rotateY(0);
        transform: scale(1) rotateY(0);
    }
}

@keyframes flipimage {
    0% {
        -webkit-transform: scale(1) rotateY(0deg);
        transform: scale(1) rotateY(0deg);
    }
    50% {
        -webkit-transform: scale(0.8) rotateY(90deg);
        transform: scale(0.8) rotateY(90deg);
    }
    100% {
        -webkit-transform: scale(1) rotateY(0);
        transform: scale(1) rotateY(0);
    }
}

@-webkit-keyframes grow {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes grow {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes loading {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes loading {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.grow-animation {
    -webkit-animation: 1.9s ease-in-out infinite grow;
    animation: 1.9s ease-in-out infinite grow;
}

@-webkit-keyframes ripple {
    from {
        opacity: 1;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes ripple {
    from {
        opacity: 1;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

/******************************** components ******************************/
/************** header component ****************/
.el-top-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767.98px) {
    .el-top-header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.el-top-header .left-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items:center;
}

@media (max-width: 767.98px) {
    .el-top-header .left-side {
        width: 100%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.el-top-header .left-side .shipping-text {
    color: var(--white-color);
}

.el-top-header .left-side .shipping-container {
    /* Adjust the height as needed to accommodate your text */
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.el-top-header .left-side .shipping-text {
    display: block;
    white-space: nowrap;
}

.el-top-header .right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 767.98px) {
    .el-top-header .right-side {
        margin-top: 10px;
    }
}

.el-top-header .right-side .language-switcher {
    margin-right: 30px;
}

.el-top-header .right-side .language-switcher button {
    font-size: 15px;
    color: var(--white-color);
}

.el-top-header .right-side .language-switcher button.show svg {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.el-top-header .right-side .language-switcher button img {
    margin-right: 8px;
}

.el-top-header .right-side .language-switcher .dropdown-menu {
    border-radius: 0;
    border-color: var(--gray-color);
}

.el-top-header .right-side .language-switcher .dropdown-menu.show {
    top: -10% !important;
}

.el-top-header .right-side .language-switcher .dropdown-menu li + li {
    border-top: 1px solid var(--light-color);
}

.el-top-header .right-side .language-switcher .dropdown-menu li a {
    padding: 4px 12px;
    display: block;
    color: var(--primary-color);
    font-size: 15px;
}

.el-top-header .right-side .language-switcher .dropdown-menu li a img {
    margin-right: 8px;
    max-width: 29px;
}

.el-top-header .right-side .currency-select {
    border: none;
    background-color: transparent;
    color: var(--white-color);
}



.el-top-header .right-side .currency-select.nice-select .current {
    position: relative;
    
    font-size:16px;
}


.el-top-header .right-side .nice-select:after{
    color:#fff;
    border-color:#fff;
}

.el-top-header.el-top-header-3 .right-side .nice-select:after{
        color: var(--dark-color);
}

.el-top-header .right-side .currency-select.nice-select.open .current::before {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    margin-top: 3px;
}

.el-top-header .right-side .currency-select.nice-select.open .list {
    border-radius: 0;
    background: var(--white-color);
    -webkit-box-shadow: 0px 0px 30px rgba(22, 32, 82, 0.22);
    box-shadow: 0px 0px 30px rgba(22, 32, 82, 0.22);
}

.el-top-header .right-side .currency-select.nice-select.open .list li {
    color: var(--dark-color);
    border-bottom: 1px solid var(--light-color);
}

.el-top-header .right-side .currency-select.nice-select.open .list li:last-child {
    border-bottom: none;
}

.el-top-header .right-side .currency-select option {
    color: var(--dark-color);
}

.el-search-with-category-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.el-search-with-category-wrapper .bg-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: var(--gray-color);
    border: 1px solid var(--border-gray);
    max-height:48px;
}

.el-search-with-category-wrapper .category-select {
    font-weight: 500;
    font-size: 16px;
    color: var(--dark-color);
    border: none;
    background: transparent;
    min-width: 150px;
}

.el-search-with-category-wrapper .category-select.nice-select::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-top: 4px solid var(--dark-color);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 24px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-search-with-category-wrapper .category-select.nice-select.open:after {
    -webkit-transform: rotateX(197deg);
    transform: rotateX(197deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    top: 18px;
}
.el-search-with-category-wrapper .nice-select .list {
       max-height: 300px;
    overflow-y: auto;
}

.el-search-with-category-wrapper .nice-select.open .list {
    border-radius: 0;
    background: #fff;
    min-width: 174px;
    -webkit-box-shadow: 0px 0px 30px rgba(22, 32, 82, 0.12);
    box-shadow: 0px 0px 30px rgba(22, 32, 82, 0.12);
     
}
.electio-ajax-search-bar .nice-select .current{
    font-weight:500;
}
.el-search-with-category-wrapper .search-input {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    border: none;
    background: transparent;
    padding: 11px;
    width: 228px;
}

@media (max-width: 1600px) {
    .el-search-with-category-wrapper .search-input {
        width: 190px;
    }
}

@media (max-width: 1399.98px) {
    .el-search-with-category-wrapper .search-input {
        width: 140px;
    }
}

.el-search-with-category-wrapper .search-input.mobile-input {
    width: 178px;
}

.el-search-with-category-wrapper .search-btn {
    border: none;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--blue-color);
    color: var(--white-color);
    margin-left: 6px;
}

.el-middle-header {
    padding: 30px 0;
    
}

@media (max-width: 991.98px) {
    .el-middle-header {
        padding: 10px 0;
    }
}

.el-middle-header .logo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media (max-width: 991.98px) {
    .el-middle-header .logo-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.el-middle-header .logo-wrapper .logo {
    width: 170px;
    position: relative;
    z-index: 50;
}

@media (max-width: 1260px) {
    .el-middle-header .logo-wrapper .logo {
        width: 140px;
    }
}

.el-middle-header .logo-wrapper .logo-shape {
    width: 305px;
    height: 157px;
    position: absolute;
    top: -162%;
    left: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 1260px) {
    .el-middle-header .logo-wrapper .logo-shape {
        top: -207%;
    }
}

.el-middle-header .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.el-middle-header .info-box.account-box {
    position: relative;
}

.el-middle-header .info-box .info-menu {
    color: var(--dark-color);
    position: absolute;
    top: 180%;
    width: 167px;
    padding: 20px 20px;
    border-radius: 0;
    background: var(--white-color);
    -webkit-box-shadow: 0px 0px 30px rgba(22, 32, 82, 0.12);
    box-shadow: 0px 0px 30px rgba(22, 32, 82, 0.12);
    z-index: 80;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.el-middle-header .info-box .info-menu li {
    line-height: 2;
    position: relative;
}

.el-middle-header .info-box .info-menu li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 2px;
    background: var(--blue-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-middle-header .info-box .info-menu li a {
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-middle-header .info-box .info-menu li:hover::after {
    opacity: 1;
    width: 20px;
    visibility: visible;
}

.el-middle-header .info-box .info-menu li:hover a {
    color: var(--blue-color);
}

.el-middle-header .info-box.active .icon-wrapper {
    background: var(--blue-color);
}

.el-middle-header .info-box.active .icon-wrapper svg {
    fill: var(--white-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-middle-header .info-box.active .icon-wrapper svg path {
    fill: var(--white-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-middle-header .info-box.active .info-menu {
    opacity: 1;
    visibility: visible;
    top: 163%;
}

@media (max-width: 991.98px) {
    .el-middle-header .info-box.active .info-menu {
        top: 130%;
    }
}

.el-middle-header .info-box:hover .icon-wrapper {
    background: var(--blue-color);
}
.el-middle-header .info-box:hover .icon-wrapper i {
    color: var(--white-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.el-middle-header .info-box .icon-wrapper a{
    line-height:1;
}
.el-middle-header .info-box:hover .icon-wrapper svg {
    fill: var(--white-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.el-middle-header .info-box:hover .icon-wrapper i{
     color: var(--white-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.el-middle-header .info-box:hover .icon-wrapper svg path {
    fill: var(--white-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-middle-header .info-box .icon-wrapper {
    border: 1px solid var(--border-gray);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.el-middle-header .info-box .icon-wrapper i{
     color: var(--dark-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size:20px;
    font-weight:500;
}
.el-middle-header .info-box .icon-wrapper svg {
    fill: var(--dark-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-middle-header .info-box .icon-wrapper svg path {
    fill: var(--dark-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 767.98px) {
    .el-middle-header .info-box .icon-wrapper {
        width: 35px;
        height: 35px;
        margin-right: 5px;
    }
}

.el-middle-header .info-box .icon-wrapper .icon-badge {
    position: absolute;
    top: -8px;
    right: -5px;
    background-color: var(--yellow-color);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
        display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.el-middle-header .info-box .subtitle {
    font-size: 14px;
    color: var(--text-color);
    text-transform: capitalize;
}

.el-middle-header .info-box .title {
    font-size: 18px;
    font-weight: 500;
    color: var(--heading-color);
    text-transform: capitalize;
    line-height:1;
}

.el-header-btm {
    border-top: 1px solid var(--border-gray);
}

.el-header-btm .header-btn {
    background: var(--yellow-color);
}

.el-header-btm .header-btn:hover svg {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.el-header-btm .header-btn svg {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.location-wrapper .location-text {
    font-size: 16px;
    font-weight: 400;
    color: var(--dark-color);
}

.location-wrapper svg {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.location-wrapper:hover .location-text {
    color: var(--blue-color);
}

.location-wrapper:hover svg {
    fill: var(--blue-color);
    -webkit-transform: rotateY(188deg) scale(1.04);
    transform: rotateY(188deg) scale(1.04);
}

.location-wrapper:hover svg path {
    fill: var(--blue-color);
}

.el1-mobile-info-wrapper {
    position: relative;
}

.sidebar-toggle-btn {
    width: 40px;
    height: 40px;
    line-height: 1;
    border: 1px solid var(--blue-color);
    border-radius: 5px;
    color: var(--blue-color);
}

.sidebar-toggle-btn.cate-menu-toggle svg {
    fill: var(--blue-color);
}

.sidebar-toggle-btn.cate-menu-toggle svg path {
    fill: var(--blue-color);
}

@media (max-width: 767.98px) {
    .sidebar-toggle-btn {
        width: 35px;
        height: 35px;
    }
}

/************************* header style 2 ****************************/
.el2-ticker-wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    padding-left: 100%;
}

.el2-ticker-wrapper .el2-ticker {
    display: inline-block;
    white-space: nowrap;
    padding: 9px 0;
    -webkit-animation: 30s ticker linear infinite;
    animation: 30s ticker linear infinite;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-right: 100%;
}

.el2-ticker-wrapper .el2-ticker span {
    font-size: 14px;
    position: relative;
    display: inline-block;
    line-height: 140%;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.el2-ticker-wrapper .el2-ticker span + span {
    margin-left: 40px;
}

.el2-ticker-wrapper .el2-ticker span + span::before {
    content: "";
    position: absolute;
    left: -20px;
    width: 6px;
    height: 6px;
    background-color: var(--white-color);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.el2-ticker-wrapper .el2-ticker span:hover {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.el2-ticker-wrapper .el2-ticker span:hover::before {
    top: calc(50% + 6px);
}

.el2-ticker-wrapper .el2-ticker:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@media (max-width: 1199.98px) {
    .el2-header-section {
        padding: 16px 0;
    }
}

@media (max-width: 767.98px) {
    .el2-header-section .logo {
        width: 100px;
    }
}

.el2-header-nav .el2-nav-menu li {
    display: inline-block;
}

.el2-header-nav .el2-nav-menu li a {
    display: block;
    padding: 30px 28px;
    color: var(--dark-color);
    font-size: 18px;
    line-height: 140%;
}

.el2-header-nav .el2-nav-menu li.has-submenu {
    position: relative;
}

.el2-header-nav .el2-nav-menu li.has-submenu::after {
    content: "\f107";
    position: absolute;
    font-family: "FontAwesome";
    right: 10px;
    top: 33px;
    font-size: 14px;
}

.el2-header-nav .el2-nav-menu > li:first-child > a {
    padding-left: 0;
}

.el2-header-right {
    gap: 40px;
}

@media (max-width: 991.98px) {
    .el2-header-right {
        gap: 27px;
    }
}

@media (max-width: 575.98px) {
    .el2-header-right {
        gap: 20px;
    }
}

.el2-header-right button i,
.el2-header-right a i {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.el2-header-right button svg,
.el2-header-right a svg {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.el2-header-right button svg path,
.el2-header-right a svg path {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.el2-header-right button:hover i,
.el2-header-right a:hover i {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.el2-header-right button:hover svg,
.el2-header-right a:hover svg {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.el2-header-right button:hover svg path,
.el2-header-right a:hover svg path {
    fill: var(--secondary-color);
}

.el2-header-right .el2-header-user {
    position: relative;
}

.el2-header-right .el2-header-user a {
    font-size: 18px;
    color: var(--dark-color);
}

.el2-header-right .el2-header-user a:hover {
    color: var(--secondary-color);
}

.el2-header-right .el2-header-user:hover .info-menu {
    opacity: 1;
    visibility: visible;
}

.el2-header-right .el2-header-user .info-menu {
    position: absolute;
    top: 180%;
    left: -295%;
    width: 167px;
    padding: 20px 20px;
    border-radius: 0;
    background: var(--white-color);
    -webkit-box-shadow: 0px 0px 30px rgba(22, 32, 82, 0.12);
    box-shadow: 0px 0px 30px rgba(22, 32, 82, 0.12);
    z-index: 80;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.el2-header-right .el2-header-user .info-menu li {
    line-height: 2;
    position: relative;
}

.el2-header-right .el2-header-user .info-menu li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 2px;
    background: var(--blue-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el2-header-right .el2-header-user .info-menu li a {
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el2-header-right .el2-header-user .info-menu li:hover::after {
    opacity: 1;
    width: 20px;
    visibility: visible;
}

.el2-header-right .el2-header-user .info-menu li:hover a {
    color: var(--blue-color);
}

.el2-header-right .count-item,
.el2-header-right .icon-badge{
    width: 20px;
    height: 20px;
    background-color: var(--yellow-color);
    position: absolute;
    top: -6px;
    right: -20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    font-size: 12px;
    color:#222;
}

@media (max-width: 767.98px) {
    .el2-header-right .count-item {
        right: -11px;
    }
}

.header-search-box {
    position: fixed;
    padding: 80px 60px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: var(--blue-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.header-search-box.active {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.header-search-box form {
    width: 80%;
    display: inline-block;
}

.header-search-box form label {
    width: 100%;
    position: relative;
}

.header-search-box form label i {
    position: absolute;
    left: 15px;
    top: 18px;
    font-size: 14px;
}

.header-search-box form label input {
    width: 100%;
    border: 1px solid var(--border-color);
    padding: 12px 40px;
}

.header-search-box .search-close {
    position: absolute;
    right: 35px;
    top: 8px;
    color: var(--white-color);
}

/************************* header style 3 ****************************/
.el-top-header-3 .left-side .shipping-text {
    color: var(--dark-color);
    line-height:1;
}

.el-top-header-3 .left-side .shipping-img {
    fill: var(--dark-color);
    color: var(--dark-color);
}

.el-top-header-3 .left-side .shipping-img path {
    fill: var(--dark-color);
}

.el-top-header-3 .right-side .language-switcher button {
    color: var(--dark-color);
    padding: 0;
}

.el-top-header-3 .right-side .language-switcher button svg {
    fill: var(--dark-color);
    color: var(--dark-color);
}

.el-top-header-3 .right-side .language-switcher button svg path {
    fill: var(--dark-color);
}

.el-top-header-3 .right-side .currency-select.nice-select .current {
    color: var(--dark-color);
}

.el-top-header-3 .right-side .currency-select.nice-select .current::before {
    content: url(../../assets/images/icons/down-arrow-dark.svg);
}

.el-top-header-3 .left-side .shipping-container {
    height: 17px;
}

.el-top-header-3 {
    padding: 0px 0px;
}

@media (max-width: 767.98px) {
    .el-top-header-3 {
        padding: 8px 0px;
    }
}

.el-middle-header-3 .logo-wrapper .logo {
    width: 142px;
}

@media (max-width: 767.98px) {
    .el-middle-header-3 .logo-wrapper .logo {
        width: 100px;
    }
}

.el-middle-header-3 .el-search-with-category-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.el-middle-header-3 .search-input {
    width: 380px;
}

@media (max-width: 1399.98px) {
    .el-middle-header-3 .search-input {
        width: 300px;
    }
}

.el3-cate-lg-btn {
    padding: 30px;
    background: var(--dark-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--white-color);
    font-weight: 500;
    font-size: 16px;
    width: 330px;
    margin-right: 85px;
}

.el3-cate-lg-btn .el3-cate-icon {
    margin-right: 20px;
}

.el3-cate-lg-btn .el3-arrow-icon {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el3-cate-lg-btn.active .el3-arrow-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 1399.98px) {
    .el3-cate-lg-btn {
        padding: 20px 30px;
        font-size: 14px;
        width: 280px;
    }

    .el3-cate-lg-btn .el3-cate-icon {
        margin-right: 10px;
    }
}

@media (max-width: 1199.98px) {
    .el3-cate-lg-btn {
        margin-right: 19px;
    }
}

.el-header-btm-3 {
    border-top: 1px solid var(--border-gray);
    border-bottom: 1px solid var(--border-gray);
}

.el3-header-info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.el3-header-info-box:hover svg {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.el3-header-info-box svg {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-right: 10px;
}

@media (max-width: 1399.98px) {
    .el3-header-info-box svg {
        width: 20px;
        height: 20px;
    }
}

.el3-header-info-box span {
    display: block;
}

.el3-header-info-box .content-box.add-hover:hover .title {
    color: var(--blue-color);
}

.el3-header-info-box .content-box.add-hover:hover .subtitle {
    color: var(--blue-color);
}

.el3-header-info-box .content-box .title {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--text-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1199.98px) {
    .el3-header-info-box .content-box .title {
        font-size: 12px;
    }
}

.el3-header-info-box .content-box .subtitle {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--dark-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1199.98px) {
    .el3-header-info-box .content-box .subtitle {
        font-size: 12px;
    }
}

@media (max-width: 767.98px) {
    header {
        overflow: hidden;
    }
}

/************** home 1 navbar ****************/
.el-hm-one-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.el-hm-one-nav.left-side-position ul li .megamenu {
    left: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.el-hm-one-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   gap:20px;
    width: 100%;
}

.el-hm-one-nav ul li {
    margin-right: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    padding: 15px 0;
}

.el-hm-one-nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    text-transform: capitalize;
}

.el-hm-one-nav ul li.has-submenu {
    position: relative;
}

.el-hm-one-nav ul li.has-megamenu {
    position: initial;
}

@media (max-width: 1399.98px) {
    .el-hm-one-nav ul li {
        margin-right: 15px;
    }
}

.el-hm-one-nav ul li svg {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-hm-one-nav ul li:hover .submenu,
.el-hm-one-nav ul li:hover .megamenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.el-hm-one-nav ul li:hover a {
    color: var(--blue-color);
}

.el-hm-one-nav ul li:hover svg.dropdown-icon {
    fill: var(--blue-color);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.el-hm-one-nav ul li:hover svg.dropdown-icon path {
    fill: var(--blue-color);
}

.el-hm-one-nav ul li .submenu {
    position: absolute;
    top: 110%;
    left: 0;
    width: 200px;
    z-index: 88;
    padding: 20px;
    background: var(--white-color);
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-hm-one-nav ul li .submenu li {
    margin: 0;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
}

.el-hm-one-nav ul li .submenu li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 2px;
    background: var(--blue-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-hm-one-nav ul li .submenu li:last-child {
    margin-bottom: 0px;
}

.el-hm-one-nav ul li .submenu li a {
    color: var(--text-color);
}

.el-hm-one-nav ul li .submenu li:hover::after {
    opacity: 1;
    width: 20px;
    visibility: visible;
}

.el-hm-one-nav ul li .submenu li:hover a {
    color: var(--blue-color);
}

.el-hm-one-nav ul li .submenu li:hover .submenu {
    opacity: 1;
    visibility: visible;
}

.el-hm-one-nav ul li .submenu li:hover svg.dropdown-icon {
    -webkit-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
    fill: var(--blue-color);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.el-hm-one-nav ul li .submenu li:hover svg.dropdown-icon path {
    fill: var(--blue-color);
}

.el-hm-one-nav ul li .submenu li svg.dropdown-icon {
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    fill: var(--dark-color);
    transform: rotate(0deg);
}

.el-hm-one-nav ul li .submenu li svg.dropdown-icon path {
    fill: var(--dark-color);
}

.el-hm-one-nav ul li .submenu li .submenu {
    top: 0;
    left: 110%;
    opacity: 0;
    visibility: hidden;
}

.el-hm-one-nav ul li .submenu li .submenu li:hover a {
    color: var(--blue-color);
}

.el-hm-one-nav ul li .submenu li .submenu li a {
    color: var(--dark-color);
}

.megamenu {
    position: absolute;
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
    width: 100%;
    padding: 30px;
    background: var(--white-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.megamenu .single-menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.megamenu .single-menu:last-child {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

.megamenu .single-menu h5 {
    margin-bottom: 20px;
}

.megamenu .single-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.megamenu .single-menu ul li {
    margin: 0;
    padding: 0;
    line-height: 2.1;
    position: relative;
}

.megamenu .single-menu ul li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 2px;
    background: var(--blue-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.megamenu .single-menu ul li a {
    color: var(--text-color);
    text-transform: capitalize;
}

.megamenu .single-menu ul li:hover::after {
    opacity: 1;
    width: 20px;
    visibility: visible;
}

.megamenu .single-menu ul li:hover a {
    color: var(--blue-color);
}

.megamenu .single-menu .banner-1 {
    display: block;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    padding: 25px;
    background-size: 100%;
    background-position: center;
    transition: all 0.3s;
    position: relative;
}

.megamenu .single-menu .banner-1 .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    -webkit-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    width: 100%;
    height: 100%;
}

.megamenu .single-menu .banner-1:hover .banner-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.megamenu .single-menu .banner-1 .inner-box {
    width: 220px;
    position: relative;
    z-index: 20;
}

.megamenu .single-menu .banner-1 .tag-line {
    color: var(--light-red-color);
}

.megamenu .single-menu .banner-1 .title {
    color: var(--dark-color);
    font-size: 32px;
    font-weight: 600;
}

.megamenu .single-menu .banner-1 .badge-title {
    display: block;
    color: var(--white-color);
}

.megamenu .single-menu .banner-1 .tag-line,
.megamenu .single-menu .banner-1 .badge-title {
    font-weight: 500;
    font-size: 14px;
}

.megamenu .single-menu .banner-1 .badge-title {
    text-align: center;
    padding: 5px 8px;
    display: block;
    text-transform: uppercase;
}

.megamenu .single-menu .banner-1 .price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.megamenu .single-menu .banner-1 .price-wrapper .current-price {
    font-weight: 500;
    font-size: 24px;
    color: var(--yellow-color);
    display: inline-block;
    margin-right: 10px;
}

.megamenu .single-menu .banner-1 .price-wrapper .old-price {
    font-weight: 500;
    font-size: 16;
    color: var(--white-color);
}

.megamenu .single-menu .banner-1 .btn {
    font-size: 14px;
    padding: 8px 13px;
}

.link-badge {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 10px;
    margin-left: 8px;
    padding: 3px 5px;
    border-radius: 2px;
    line-height: 1;
}

.el2-header-section .el-hm-one-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.el2-header-section .el-hm-one-nav ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.el-mobile-menu-and-category-sidebar {
    overflow-x: hidden;
    position: fixed;
    top: 0;
    left: -310px;
    background-color: var(--white-color);
    z-index: 200;
    width: 300px;
    height: 100%;
    overflow-y: scroll;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.el-mobile-menu-and-category-sidebar.active {
    left: 0;
}

.el-mobile-menu-and-category-sidebar .el-search-with-category-wrapper.extended {
    width: 100%;
    border-bottom: 1px solid var(--border-gray);
}

.el-mobile-menu-and-category-sidebar .el-search-with-category-wrapper.extended .bg-wrapper {
    width: 100%;
    padding: 0px 10px;
}

.el-mobile-menu-and-category-sidebar .el-search-with-category-wrapper.extended .bg-wrapper .mobile-input {
    color: var(--dark-color);
    width: 100%;
    height: 70px;
    font-weight: 600;
}

.el-mobile-menu-and-category-sidebar .el-search-with-category-wrapper.extended .bg-wrapper .mobile-input::-webkit-input-placeholder {
    color: var(--dark-color);
}

.el-mobile-menu-and-category-sidebar .el-search-with-category-wrapper.extended .bg-wrapper .mobile-input:-ms-input-placeholder {
    color: var(--dark-color);
}

.el-mobile-menu-and-category-sidebar .el-search-with-category-wrapper.extended .bg-wrapper .mobile-input::-ms-input-placeholder {
    color: var(--dark-color);
}

.el-mobile-menu-and-category-sidebar .el-search-with-category-wrapper.extended .bg-wrapper .mobile-input::placeholder {
    color: var(--dark-color);
}

.el-mobile-menu-and-category-sidebar .el-search-with-category-wrapper.extended .bg-wrapper .search-btn {
    background-color: var(--gray-color);
    color: var(--dark-color);
}

.el-mobile-menu-and-category-sidebar .el-search-with-category-wrapper.extended .bg-wrapper .search-btn svg {
    width: 25px;
    height: 25px;
    fill: var(--dark-color);
}

.el-mobile-menu-and-category-sidebar .el-search-with-category-wrapper.extended .bg-wrapper .search-btn svg path {
    fill: var(--dark-color);
}

.el-mobile-menu-and-category-sidebar .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 4px;
    padding: 0 4px 0 0;
    border-top: 1px solid var(--border-gray);
    border-bottom: 1px solid var(--border-gray);
    margin: 20px 0;
}

.el-mobile-menu-and-category-sidebar .nav .nav-item {
    width: 50%;
}

.el-mobile-menu-and-category-sidebar .nav .nav-item button {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 15px 20px;
    color: var(--dark-color);
}

.el-mobile-menu-and-category-sidebar .nav .nav-item button.active {
    background: var(--blue-color);
    color: var(--white-color);
}

.el-mobile-menu-and-category-sidebar .tab-content {
    height: 100%;
}

.el-mobile-menu-and-category-sidebar .tab-content .tab-pane {
    height: 100%;
}

.el-mobile-menu-and-category-sidebar .mobile-menu {
    position: static;
    padding: 0;
    width: 100%;
    height: 100%;
}

.el-mobile-menu-and-category-sidebar .mobile-menu .mobile-nav-menu {
    margin-top: 0;
    padding: 0;
}

.el-mobile-menu-and-category-sidebar .mobile-menu .mobile-nav-menu li {
    padding: 5px 20px;
}

.el-mobile-menu-and-category-sidebar .mobile-menu .mobile-nav-menu li.has-submenu > i {
    top: 11px;
    right: 10px;
}

/************** home 2 navbar ****************/
.el2-category-navbar {
    border: 1px solid #e8eaf2;
}

.el2-category-navbar .menu-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.el2-category-navbar .menu-bar li {
    margin-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1260px) {
    .el2-category-navbar .menu-bar li {
        margin-right: 30px;
    }
}

.el2-category-navbar .menu-bar li:hover a.main-link {
    color: var(--blue-color);
}

.el2-category-navbar .menu-bar li:hover a.main-link::after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.el2-category-navbar .menu-bar li:hover .cate-icon {
    margin-right: 10px;
    color: var(--blue-color);
    fill: var(--blue-color);
}

.el2-category-navbar .menu-bar li:hover .cate-icon path {
    fill: var(--blue-color);
}

.el2-category-navbar .menu-bar li:hover .megamenu {
    opacity: 1;
    visibility: visible;
}

.el2-category-navbar .menu-bar li.active a.main-link {
    color: var(--blue-color);
}

.el2-category-navbar .menu-bar li.active a.main-link::after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.el2-category-navbar .menu-bar li.active .cate-icon {
    margin-right: 10px;
    color: var(--blue-color);
    fill: var(--blue-color);
}

.el2-category-navbar .menu-bar li.active .cate-icon path {
    fill: var(--blue-color);
}

.el2-category-navbar .menu-bar li.active .megamenu {
    opacity: 1;
    visibility: visible;
}

.el2-category-navbar .menu-bar li.has-megamenu {
    position: initial;
}

.el2-category-navbar .menu-bar li:last-child {
    margin-right: 0;
}

.el2-category-navbar .menu-bar li .cate-icon {
    margin-right: 10px;
    color: var(--dark-color);
    fill: var(--dark-color);
}

.el2-category-navbar .menu-bar li .cate-icon path {
    fill: var(--dark-color);
}

.el2-category-navbar .menu-bar li a.main-link {
    padding: 20px 0;
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.el2-category-navbar .menu-bar li a.main-link::after {
    content: "";
    width: 0;
    height: 2px;
    display: block;
    background: var(--blue-color);
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 50;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.el2-category-navbar .btm-bar-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.el2-category-navbar .btm-bar-header .header-btn {
    font-weight: 500;
    font-size: 16px;
}

.el2-category-navbar .btm-bar-header .header-btn:hover .btn-txt {
    color: var(--blue-color);
}

.megamenu.cat-megamenu {
    width: 800px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 40px;
}

.megamenu.cat-megamenu .single-menu {
    overflow: hidden;
}

.megamenu.cat-megamenu .single-menu .banner-1 {
    display: block;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    padding: 25px;
    background-size: 100%;
    height: 100%;
    background-position: center;
    transition: all 0.3s;
    position: relative;
}

.megamenu.cat-megamenu .single-menu .banner-1 .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    width: 100%;
    height: 100%;
}

.megamenu.cat-megamenu .single-menu .banner-1:hover .banner-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.megamenu.cat-megamenu .single-menu .banner-1 .inner-box {
    text-align: center;
    position: relative;
    z-index: 20;
    width: 260px;
    margin: 30px auto auto auto;
}

.megamenu.cat-megamenu .single-menu .banner-1 .tag-line {
    color: var(--dark-color);
}

.megamenu.cat-megamenu .single-menu .banner-1 .title {
    color: var(--dark-color);
    font-size: 32px;
    font-weight: 600;
}

.megamenu.cat-megamenu .single-menu .banner-1 .badge-title {
    display: block;
    color: var(--white-color);
}

.megamenu.cat-megamenu .single-menu .banner-1 .tag-line,
.megamenu.cat-megamenu .single-menu .banner-1 .badge-title {
    font-weight: 500;
    font-size: 14px;
}

.megamenu.cat-megamenu .single-menu .banner-1 .badge-title {
    text-align: center;
    padding: 5px 8px;
    display: block;
    text-transform: uppercase;
}

.megamenu.cat-megamenu .single-menu .banner-1 .price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.megamenu.cat-megamenu .single-menu .banner-1 .price-wrapper .current-price {
    font-weight: 500;
    font-size: 24px;
    color: var(--yellow-color);
    display: inline-block;
    margin-right: 10px;
}

.megamenu.cat-megamenu .single-menu .banner-1 .price-wrapper .old-price {
    font-weight: 500;
    font-size: 16;
    color: var(--white-color);
}

.megamenu.cat-megamenu .single-menu .banner-1 .btn {
    font-size: 14px;
    padding: 8px 13px;
}

/************************ mobile menu start ****************/
.mobile-menu-close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: var(--primary-color);
}

.mobile-menu-close:hover {
    color: var(--secondary-color);
}

.mobile-menu {
    width: 300px;
    height: 100%;
    position: fixed;
    top: 0;
    left: -310px;
    background-color: var(--white-color);
    z-index: 100;
    padding: 60px 24px;
    overflow-y: scroll;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.mobile-menu .logo {
    width: 100%;
    display: block;
    text-align: center;
}

.mobile-menu .mobile-nav-menu {
    margin-top: 32px;
}

.mobile-menu .mobile-nav-menu li {
    display: block;
}

.mobile-menu .mobile-nav-menu li + li {
    border-top: 1px solid var(--light-stroke);
}

.mobile-menu .mobile-nav-menu li a {
    text-transform: capitalize;
    display: block;
    color: var(--primary-color);
    padding: 10px 0;
}

.mobile-menu .mobile-nav-menu li.has-submenu {
    position: relative;
}

.mobile-menu .mobile-nav-menu li.has-submenu > i {
    position: absolute;
    right: 0;
    top: 6px;
    padding: 8px;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.mobile-menu .mobile-nav-menu li.has-submenu > i.icon-rotate {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile-menu .mobile-nav-menu li.has-submenu > .submenu-wrapper {
    padding: 0 0 0 15px;
    display: none;
}

.mobile-menu .mobile-search input {
    width: 100%;
}

.mobile-menu .mobile-search button span {
    padding: 0;
    width: 50px;
    height: 50px;
}

.mobile-menu .mobile-megamenu h6 {
    margin-top: 24px;
    padding-left: 16px;
    font-size: 18px;
}

.mobile-menu.active {
    left: 0;
}

.ur-search-form {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--primary-overlay);
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.ur-search-form .close {
    position: absolute;
    right: 24px;
    top: 24px;
    font-size: 18px;
    color: var(--white-color);
}

.ur-search-form .close:hover {
    color: var(--secondary-color);
}

.ur-search-form form {
    background-color: var(--white-color);
}

.ur-search-form form input {
    background-color: var(--white-color);
}

.ur-search-form form button {
    border-left: 1px solid var(--light-stroke);
    width: 60px;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    font-weight: 700;
}

.ur-search-form form button:hover {
    color: var(--secondary-color);
}

.ur-search-form.active {
    opacity: 1;
    visibility: visible;
}

.mobile-select-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767.98px) {
    .mobile-select-options.mobile-select-options-extended {
        margin-top: 30px;
        padding: 10px;
    }
}

.mobile-select-options.mobile-select-options-extended .language-switcher, .mobile-select-options.mobile-select-options-extended .currency-select {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 767.98px) {
    .mobile-select-options {
        margin-top: 10px;
    }
}

.mobile-select-options .language-switcher {
    margin-right: 18px;
}

.mobile-select-options .language-switcher .dropdown {
    border: 1px solid var(--border-gray);
}

.mobile-select-options .language-switcher button {
    font-size: 15px;
    color: var(--dark-color);
}

.mobile-select-options .language-switcher button svg {
    fill: var(--dark-color);
}

.mobile-select-options .language-switcher button svg path {
    fill: var(--dark-color);
}

.mobile-select-options .language-switcher button.show svg {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.mobile-select-options .language-switcher button img {
    margin-right: 8px;
}

.mobile-select-options .language-switcher .dropdown-menu {
    border-radius: 0;
    border-color: var(--gray-color);
    -webkit-box-shadow: 0px 0px 30px rgba(22, 32, 82, 0.12);
    box-shadow: 0px 0px 30px rgba(22, 32, 82, 0.12);
}

.mobile-select-options .language-switcher .dropdown-menu.show {
    top: 39% !important;
    left: -7% !important;
}

.mobile-select-options .language-switcher .dropdown-menu li + li {
    border-top: 1px solid var(--light-color);
}

.mobile-select-options .language-switcher .dropdown-menu li a {
    padding: 4px 12px;
    display: block;
    color: var(--primary-color);
    font-size: 15px;
}

.mobile-select-options .language-switcher .dropdown-menu li a img {
    margin-right: 8px;
    max-width: 29px;
}

.mobile-select-options .currency-select {
    border: none;
    background-color: var(--blue-color);
    color: var(--white-color);
}

.mobile-select-options .currency-select.nice-select::after {
    content: initial;
}

.mobile-select-options .currency-select.nice-select .current {
    position: relative;
    padding-right: 13px;
}

.mobile-select-options .currency-select.nice-select .current::before {
    content: url(../../assets/images/icons/down-arrow.svg);
    position: absolute;
    right: 0px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mobile-select-options .currency-select.nice-select.open .current::before {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    margin-top: 3px;
}

.mobile-select-options .currency-select.nice-select.open .list {
    border-radius: 0;
    background: var(--white-color);
    -webkit-box-shadow: 0px 0px 30px rgba(22, 32, 82, 0.22);
    box-shadow: 0px 0px 30px rgba(22, 32, 82, 0.22);
}

.mobile-select-options .currency-select.nice-select.open .list li {
    color: var(--dark-color);
    border-bottom: 1px solid var(--light-color);
}

.mobile-select-options .currency-select.nice-select.open .list li:last-child {
    border-bottom: none;
}

.mobile-select-options .currency-select option {
    color: var(--dark-color);
}

.el3-sidebar-category-list {
    border: 1px solid var(--border-gray);
    position: absolute;
    top: 100%;
    left: 0;
    width: 330px;
    background-color: var(--white-color);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    z-index: 100;
}

@media (max-width: 1399.98px) {
    .el3-sidebar-category-list {
        width: 280px;
    }
}

.el3-sidebar-category-list li {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el3-sidebar-category-list li.parent-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 30px;
}

.el3-sidebar-category-list li.parent-list:hover {
    background: var(--yellow-color);
}

.el3-sidebar-category-list li.parent-list:hover a.parent-link {
    background: var(--yellow-color);
}

.el3-sidebar-category-list li.has-megamenu a.parent-link {
    position: relative;
}

.el3-sidebar-category-list li.has-megamenu a.parent-link::after {
    content: url(../../assets/images/icons/right-arrow-dark.svg);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el3-sidebar-category-list li:last-child a.parent-link {
    border-bottom: none;
}

.el3-sidebar-category-list li a.parent-link {
    padding: 20px 0px;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid var(--border-gray);
    background: var(--white-color);
    width: 100%;
    color: var(--dark-color);
    position: relative;
}

@media (max-width: 1199.98px) {
    .el3-sidebar-category-list li a {
        font-size: 14px;
    }
}

.el3-sidebar-category-list li .parent-list-icon {
    margin-right: 20px;
}

@media (max-width: 1399.98px) {
    .el3-sidebar-category-list li .parent-list-icon {
        margin-right: 5px;
    }
}

@media (max-width: 1199.98px) {
    .el3-sidebar-category-list li .parent-list-icon {
        font-size: 10px;
    }
}

.el3-sidebar-category-list li .megamenu.cat-megamenu {
    top: -16.5%;
    left: 109%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 100;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1399.98px) {
    .el3-sidebar-category-list li .megamenu.cat-megamenu {
        top: 0;
    }
}

@media (max-width: 1199.98px) {
    .el3-sidebar-category-list li .megamenu.cat-megamenu {
        width: 700px;
        left: 105%;
    }
}

.el3-sidebar-category-list li:hover a.parent-link::after {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.el3-sidebar-category-list li:hover .megamenu.cat-megamenu {
    opacity: 1;
    visibility: visible;
}

.el3-sidebar-category-list.el3-cate-dropdown-target-el {
    display: none;
}

.el3-sidebar-category-list.el3-sidebar-widget-category {
    -webkit-box-shadow: initial;
    box-shadow: initial;
    position: static;
    z-index: 99;
    width: 100%;
}

.el3-sidebar-category-list.el3-sidebar-widget-category li .megamenu.cat-megamenu {
    top: 0;
}

/*********************** cart drawer ******************/
.cart-drawer {
    top: 0;
    right: -400px;
    background-color: var(--white-color);
    z-index: 200;
    width: 395px;
    height: 100vh;
    padding: 30px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow-y: scroll;
}

.cart-drawer .cart-list {
    margin-top: 30px;
    padding-bottom: 15px;
}

.cart-drawer .cart-list::-webkit-scrollbar {
    display: none;
}

.cart-drawer li {
    position: relative;
}

.cart-drawer li + li {
    margin-top: 24px;
}

.cart-drawer .feature-image {
    max-width: 83px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
}

.cart-drawer .feature-image img {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.cart-drawer .feature-image:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.cart-drawer h6 {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.cart-drawer h6:hover {
    color: var(--secondary-color);
}

.cart-drawer .quantity {
    margin-top: 10px;
}

.cart-drawer .quantity input {
    max-width: 50px;
    border: 1px solid rgba(232, 234, 242, 0.8);
    padding: 2px;
    text-align: center;
}

.cart-drawer .quantity .step-btns {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(232, 234, 242, 0.8);
    border-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.cart-drawer .quantity .step-btns::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: rgba(232, 234, 242, 0.3);
}

.cart-drawer .quantity .step-btns button {
    font-size: 10px;
    padding: 0;
    display: block;
}

.cart-drawer .close {
    font-size: 14px;
    color: var(--primary-color);
}

.cart-drawer .close:hover {
    color: var(--secondary-color);
}

.cart-drawer .drawer-close {
    font-size: 15px;
    color: var(--primary-color);
}

.cart-drawer .drawer-close:hover {
    color: var(--secondary-color);
}

.cart-drawer .drawer-bottom {
    margin-top: 30px;
    padding-top: 40px;
}

.cart-drawer .drawer-bottom .progress-line {
    background-color: #F6F6F6;
    margin-top: 24px;
    height: 6px;
    width: 100%;
    position: relative;
}

.cart-drawer .drawer-bottom .progress-line .progress-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 73%;
    height: 6px;
    background-color: var(--primary-color);
}

.cart-drawer .drawer-bottom .progress-line .progress-fill span {
    padding: 5px 10px;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 600;
    font-size: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -15px;
    background-color: var(--white-color);
}

.cart-drawer .outline-btn {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    position: relative;
    z-index: 1;
    display: block;
}

.cart-drawer .outline-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: var(--secondary-color);
    z-index: -1;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.cart-drawer .outline-btn:hover {
    color: var(--white-color);
    border-color: var(--secondary-color);
}

.cart-drawer .outline-btn:hover::before {
    height: 100%;
}

.cart-drawer.active {
    right: 0;
}

@media (max-width: 460px) {
    .cart-drawer {
        width: 360px;
    }
}

/******************** preloader ******************/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--white-color);
    z-index: 200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.preloader h1 {
    font-family: var(--heading-font);
}

.preloader .preload-progress {
    width: 250px;
    height: 8px;
    border-radius: 30px;
}

.preloader .preload-progress span {
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 30px;
    background-color: var(--primary-color);
    -webkit-animation: 6s loading;
    animation: 6s loading;
}

/**************** scroll top button ***************/
.scroll-top-btn {
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 3px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 100;
    font-size: 15px;
}

.el-btn {
    display: inline-block;
    padding: 0px 30px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 70;
    border-radius: 0;
    min-height:55px;
    line-height:55px;
}

.el-btn.sm-btn {
    padding: 10px 20px;
}

.el-btn i {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.el-btn .fa-arrow-right {
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 10px;
    transition: all 0.3s;
}

.el-btn.btn-yellow {
    background: var(--yellow-color);
    color: var(--dark-color);
}

.el-btn.btn-yellow svg {
    fill: var(--dark-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: -4px;
    margin-left: 10px;
}

.el-btn.btn-yellow svg path {
    fill: var(--dark-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-btn.btn-yellow:hover {
    background-color: var(--dark-color);
    color: var(--white-color);
}

.el-btn.btn-blue {
    color: var(--white-color);
    background-color: var(--blue-color);
}

.el-btn.btn-blue svg {
    fill: var(--white-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: -4px;
}

.el-btn.btn-blue svg path {
    fill: var(--white-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-btn.btn-blue:hover {
    background-color: var(--yellow-color);
    color: var(--dark-color);
}

.el-btn.btn-blue:hover svg {
    fill: var(--dark-color);
}

.el-btn.btn-blue:hover svg path {
    fill: var(--dark-color);
}

.el-btn.btn-dark {
    background: var(--dark-color);
    color: var(--white-color);
}

.el-btn.btn-dark.light-hover:hover {
    background-color: var(--white-color);
    color: var(--dark-color);
}

.el-btn.btn-dark:hover {
    background-color: var(--yellow-color);
    color: var(--dark-color);
}

.el-btn.btn-white {
    background: var(--white-color);
    color: var(--dark-color);
}

.el-btn.btn-white:hover {
    background-color: var(--dark-color);
    color: var(--white-color);
}

.el-btn.btn-dark-outline {
    background: transparent;
    color: var(--dark-color);
    border: 1px solid var(--dark-color);
    display:inline-block;
}

.el-btn.btn-dark-outline:hover {
    background-color: var(--dark-color);
    color: var(--white-color);
    border: 1px solid var(--dark-color);
}

.el-btn.btn-blue-outline {
    background: var(--white-color);
    color: var(--blue-color);
    border: 1px solid var(--blue-color);
}

.el-btn.btn-blue-outline:hover {
    background-color: var(--blue-color);
    color: var(--white-color);
}

.el-btn.btn-light-outline {
    background: transparent;
    color: var(--white-color);
    border: 1px solid var(--white-color);
}

.el-btn.btn-light-outline:hover {
    background-color: var(--dark-color);
    color: var(--white-color);
    border: 1px solid var(--dark-color);
}

.el-btn.btn-light-red-outline {
    background: transparent;
    color: var(--light-red-color);
    border: 1px solid var(--light-red-color);
}

.el-btn.btn-light-red-outline:hover {
    background-color: var(--light-red-color);
    color: var(--white-color);
}

.el-btn.btn-light-underline {
    background: transparent;
    color: var(--white-color);
    border: 1px solid transparent;
    text-decoration: underline;
}

.el-btn.btn-light-underline:hover {
    background-color: var(--white-color);
    color: var(--dark-color);
    text-decoration: none;
}

.home-2 .el-btn {
    border-radius: 4px;
}

.home-2 .el-btn::after {
    border-radius: 5px;
}

.normal-blue-btn {
    font-weight: 500;
    font-size: 18px;
    color: var(--blue-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.normal-blue-btn svg {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    fill: var(--blue-color);
}

.normal-blue-btn svg path {
    fill: var(--blue-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.normal-blue-btn:hover {
    color: var(--yellow-color);
}

.normal-blue-btn:hover svg {
    fill: var(--yellow-color);
}

.normal-blue-btn:hover svg path {
    fill: var(--yellow-color);
}

/******* product cards *********/
.el-single-product {
    border: 1px solid var(--gray-color);
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-single-product .del-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    z-index: 50;
    background: var(--white-color);
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.el-single-product .del-btn svg path {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.el-single-product .del-btn:hover {
    background: var(--light-red-color);
}

.el-single-product .del-btn:hover svg path {
    stroke: var(--white-color);
}

.el-single-product .product-img-wrapper {
    background-color: var(--gray-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    position: relative;
    min-height:323px;
}

.el-single-product .product-img-wrapper .badge-title {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    font-weight: 500;
    padding: 0 10px;
    text-transform: capitalize;
    color: var(--white-color);
    background-color: var(--blue-color);
}

.el-single-product .product-img-wrapper .img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height:323px;
}

.el-single-product .product-img-wrapper .img-box img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    width:100%;
    height:100%;
}

.el-single-product .product-img-wrapper .img-box .hover-img {
    position: absolute;
    top: 100%;
    left: 0%;
    opacity: 0;
    visibility: hidden;
    z-index: 11;
}

.el-single-product .content-wrapper {
    padding: 20px;
}

.el-single-product .content-wrapper .title {
    color: var(--heading-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-single-product .content-wrapper .title:hover {
    color: var(--blue-color);
}

.el-single-product .content-wrapper .tag {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    display: block;
}

.el-single-product .content-wrapper .tag:hover {
    color: var(--blue-color);
}

.el-single-product .content-wrapper .btm-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.el-single-product .content-wrapper .btm-content-wrapper .current-price {
    font-weight: 500;
    font-size: 18px;
    margin-right: 10px;
}

.el-single-product .content-wrapper .btm-content-wrapper .old-price {
    font-size: 14px;
    text-decoration: line-through;
    color: var(--text-color);
}

.el-single-product .content-wrapper .btm-content-wrapper .review-start-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.el-single-product .content-wrapper .btm-content-wrapper .review-start-wrapper .ratings-icon {
    color: var(--yellow-color);
}

.el-single-product .content-wrapper .btm-content-wrapper .review-start-wrapper .total-review {
    color: var(--text-color);
}

.el-single-product .content-wrapper .offer-txt {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px;
    color: var(--dark-color);
}

.el-single-product .content-wrapper .count-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.el-single-product .content-wrapper .count-box .single-countbox {
    width: 64px;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    background-color: var(--yellow-color);
}

@media (max-width: 1399.98px) {
    .el-single-product .content-wrapper .count-box .single-countbox {
        margin-right: 10px;
    }
}

.el-single-product .content-wrapper .count-box .single-countbox:last-child {
    margin-right: 0;
}

.el-single-product .content-wrapper .count-box .single-countbox .count-number {
    font-size: 24px;
    font-weight: 600;
}

@media (max-width: 1399.98px) {
    .el-single-product .content-wrapper .count-box .single-countbox .count-number {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .el-single-product .content-wrapper .count-box .single-countbox .count-number {
        font-size: 18px;
    }
}

.el-single-product .action-btns-wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
}

.el-single-product .action-btns-wrapper .action-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--white-color);
    text-align: center;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--text-color);
}

.el-single-product .action-btns-wrapper .action-btn svg {
    fill: var(--text-color);
}

.el-single-product .action-btns-wrapper .action-btn svg path {
    fill: var(--text-color);
}

.el-single-product .action-btns-wrapper .action-btn:hover {
    background-color: var(--blue-color);
    color: var(--white-color);
}

.el-single-product .action-btns-wrapper .action-btn:hover svg {
    fill: var(--white-color);
}

.el-single-product .action-btns-wrapper .action-btn:hover svg path {
    fill: var(--white-color);
}

.el-single-product .title {
    font-size: 18px;
}

.el-single-product .pricing-wrapper {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-single-product .add-to-cart-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--blue-color);
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
}

.el-single-product .add-to-cart-btn svg {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-single-product .add-to-cart-btn i {
    font-size: 13px;
    transition: all 0.3s;
}

.el-single-product .add-to-cart-btn:hover i {
    margin-left: 2px;
}

.el-single-product:hover .product-img-wrapper .main-img {
    opacity: 0;
    visibility: hidden;
}

.el-single-product:hover .product-img-wrapper .hover-img {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

.el-single-product:hover .action-btns-wrapper {
    opacity: 1;
    visibility: visible;
}

.el-single-product:hover .action-btns-wrapper .action-btn {
    -webkit-animation: 1s ease-in-out rotateIn;
    animation: 1s ease-in-out rotateIn;
}

.el-single-product:hover .pricing-wrapper {
    opacity: 0;
    visibility: hidden;
}

.el-single-product:hover .add-to-cart-btn {
    opacity: 1;
    visibility: visible;
}

.el2-product-card {
    border: 1px solid #e8eaf2;
    border-radius: 4px;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    z-index: 20;
}

.el2-product-card .el2-offer-badge {
    position: absolute;
    left: 12px;
    top: 12px;
    background-color: #fe4852;
    color: var(--white-color);
    font-size: 12px;
    font-weight: 500px;
    line-height: 130%;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 2px;
    z-index: 2;
    text-transform: capitalize;
}

.el2-product-card .el2-offer-badge.green-badge {
    background-color: var(--green-color);
}

.el2-product-card .el2-offer-badge.yellow-badge {
    background-color: var(--yellow-color);
    color: var(--dark-color);
}

.el2-product-card .feature-thumbnail {
    height: 325px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
}
.el2-product-card .feature-thumbnail img {
    transition: all 0.3s;
}

.el2-product-card .el2-product-content {
    padding: 16px 23px 24px;
}

.el2-product-card .el2-product-content span a {
    color: var(--text-color);
    font-size: 14px;
    line-height: 140%;
}

.el2-product-card .el2-product-content .el2-product-title {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 140%;
    color: var(--dark-color);
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.el2-product-card .el2-product-content .el2-product-title:hover {
    color: var(--secondary-color);
}

.el2-product-card .el2-product-content .el2-product-rating ul li {
    font-size: 15px;
    color: var(--yellow-color);
}

.el2-product-card .el2-product-content .el2-product-rating > span {
    color: var(--text-color);
}

.el2-product-card .el2-stock-status {
    font-size: 14px;
    font-weight: 400;
    color: var(--dark-color);
}

.el2-product-card .el2-stock-status strong {
    font-weight: 500;
    color: var(--secondary-color);
}

.el2-product-card .el2-stock-status .stock {
    background-color: #e8eaf2;
    height: 4px;
    width: 100%;
    border-radius: 1px;
    position: relative;
}

.el2-product-card .el2-stock-status .stock span {
    background-color: var(--secondary-color);
    height: 100%;
    width: 32%;
    position: absolute;
    left: 0;
    top: 0;
}

.el2-product-card .el2-product-action-btns {
    position: absolute;
    right: 20px;
    top: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.el2-product-card .el2-product-action-btns a {
    background-color: var(--white-color);
    width: 48px;
    height: 48px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #e8eaf2;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el2-product-card .el2-product-action-btns a:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.el2-product-card .el2-product-action-btns a:hover svg path {
    fill: var(--white-color);
}

.el2-product-card .el2-product-bottom {
    position: absolute;
    z-index: 99;
    left: -1px;
    bottom: -50px;
    width: calc(100% + 2px);
    padding: 0px 24px 24px;
    border: 1px solid #e8eaf2;
    border-top: 0;
    border-radius: 4px;
    background-color: var(--white-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.el2-product-card .el2-product-cart-btn {
    background-color: var(--yellow-color);
    color: var(--dark-color);
    padding: 13px 24px;
    width: 100%;
    display: block;
    border-radius: 4px;
    font-weight: 500;
    text-align: center;
    margin: 0 auto;
}

.el2-product-card .el2-product-price span {
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    color: var(--dark-color);
}

.el2-product-card .el2-product-price del span {
    font-size: 16px;
    color: var(--text-color);
    /* margin-left: 8px; */
}

.el2-product-card:hover {
    z-index: 40;
    -webkit-box-shadow: 0px 45px 70px -10px rgba(22, 32, 82, 0.1);
    box-shadow: 0px 45px 70px -10px rgba(22, 32, 82, 0.1);
}

.el2-product-card:hover .el2-product-action-btns {
    opacity: 1;
    visibility: visible;
}

.el2-product-card:hover .el2-product-action-btns a {
    -webkit-animation: 1s ease-in-out rotateIn;
    animation: 1s ease-in-out rotateIn;
}

.el2-product-card:hover .el2-product-bottom {
    opacity: 1;
    visibility: visible;
    bottom: -70px;
    -webkit-box-shadow: 0px 45px 70px -10px rgba(22, 32, 82, 0.1);
    box-shadow: 0px 45px 70px -10px rgba(22, 32, 82, 0.1);
}

.el2-product-card:hover .feature-thumbnail img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.el-single-product-2 {
    border: 2px solid var(--gray-color);
    position: relative;
    overflow: hidden;
}

.el-single-product-2 .product-img-wrapper {
    background: var(--gray-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.el-single-product-2 .product-img-wrapper .img-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.el-single-product-2 .product-img-wrapper .img-box img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.el-single-product-2 .product-img-wrapper .btn-wrapper {
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.el-single-product-2 .product-img-wrapper .btn-wrapper .el-btn {
    font-size: 16px;
    padding: 8px 15px;
    display: inline-block;
    width: 160px;
}

.el-single-product-2 .content-wrapper {
    padding: 10px;
}

.el-single-product-2 .content-wrapper .title {
    font-size: 18px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--dark-color);
}

.el-single-product-2 .content-wrapper .title:hover {
    color: var(--blue-color);
}

.el-single-product-2 .content-wrapper .btm-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}

.el-single-product-2 .content-wrapper .btm-content-wrapper .current-price {
    font-weight: 500;
    font-size: 18px;
    margin-right: 10px;
}

.el-single-product-2 .content-wrapper .btm-content-wrapper .old-price {
    font-size: 14px;
    text-decoration: line-through;
    color: var(--text-color);
}

.el-single-product-2 .btn-action-wrapper {
    position: absolute;
    right: -39%;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 88px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--blue-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.el-single-product-2 .btn-action-wrapper .action-btn {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--white-color);
}

.el-single-product-2 .btn-action-wrapper .action-btn svg {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-single-product-2 .btn-action-wrapper .action-btn:hover svg {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.el-single-product-2:hover .product-img-wrapper .btn-wrapper {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.el-single-product-2:hover .btn-action-wrapper {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.el-single-trending-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 30px;
    border-bottom: 1px solid var(--border-gray);
}

@media (max-width: 575.98px) {
    .el-single-trending-product {
        padding: 15px;
    }
}

.el-single-trending-product .img-box {
    width: 128px;
    height: 136px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    overflow: hidden;
}

.el-single-trending-product .img-box img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -o-object-fit: cover;
    object-fit: cover;
}

.el-single-trending-product .tag {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    text-transform: capitalize;
    margin-bottom: 5px;
}

@media (max-width: 767.98px) {
    .el-single-trending-product .tag {
        font-size: 12px;
    }
}

.el-single-trending-product .title {
    display: block;
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 767.98px) {
    .el-single-trending-product .title {
        font-size: 16px;
    }
}

.el-single-trending-product .title:hover {
    color: var(--blue-color);
}

.el-single-trending-product .ratings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.el-single-trending-product .ratings .total-review {
    font-size: 16px;
    font-weight: 400;
}

.el-single-trending-product .pricing-wrapper .current-price {
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
    font-weight: 500;
    color: var(--blue-color);
}

@media (max-width: 767.98px) {
    .el-single-trending-product .pricing-wrapper .current-price {
        font-size: 14px;
    }
}

.el-single-trending-product .pricing-wrapper .old-price {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
}

@media (max-width: 767.98px) {
    .el-single-trending-product .pricing-wrapper .old-price {
        font-size: 12px;
    }
}

.el2-product-card.el2-product-card-list-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
}

@media (max-width: 1199.98px) {
    .el2-product-card.el2-product-card-list-view {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.el2-product-card.el2-product-card-list-view .line-svg {
    margin: 20px;
}

.el2-product-card.el2-product-card-list-view .el-btn {
    padding: 12px 20px;
}

.el2-product-card.el2-product-card-list-view .feature-thumbnail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px;
    height: initial;
}

.el2-product-card.el2-product-card-list-view .feature-thumbnail .img-box {
    padding: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media (max-width: 1199.98px) {
    .el2-product-card.el2-product-card-list-view .feature-thumbnail .img-box {
        padding: 0px;
    }
}

.el2-product-card.el2-product-card-list-view .feature-thumbnail .img-box img {
    max-width: 200px;
    max-height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.el2-product-card.el2-product-card-list-view .el2-product-content {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding: 20px;
}

@media (max-width: 1199.98px) {
    .el2-product-card.el2-product-card-list-view .el2-product-content {
        padding: 0px;
    }
}

.el2-product-card.el2-product-card-list-view .el2-product-content .des {
    font-size: 16px;
    color: var(--text-color);
}

.el2-product-card.el2-product-card-list-view .el2-product-bottom {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px;
    position: initial;
    opacity: 1;
    visibility: visible;
    border: none;
}

@media (max-width: 1199.98px) {
    .el2-product-card.el2-product-card-list-view .el2-product-bottom {
        padding: 0px;
    }
}

.el2-product-card.el2-product-card-list-view .el2-product-bottom .add-to-wishlist-btn {
    font-size: 14px;
    text-transform: capitalize;
    color: var(--text-color);
}

.el2-product-card.el2-product-card-list-view .el2-product-bottom .add-to-wishlist-btn svg {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    fill: var(--text-color);
}

.el2-product-card.el2-product-card-list-view .el2-product-bottom .add-to-wishlist-btn svg path {
    fill: var(--text-color);
}

.el2-product-card.el2-product-card-list-view .el2-product-bottom .add-to-wishlist-btn:hover {
    color: var(--blue-color);
}

.el2-product-card.el2-product-card-list-view .el2-product-bottom .add-to-wishlist-btn:hover svg {
    fill: var(--blue-color);
}

.el2-product-card.el2-product-card-list-view .el2-product-bottom .add-to-wishlist-btn:hover svg path {
    fill: var(--blue-color);
}

.el2-product-card.el2-product-card-list-view:hover .el2-product-bottom {
    -webkit-box-shadow: initial;
    box-shadow: initial;
}

.product-cart-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-cart-card .title {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--dark-color);
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.product-cart-card .title:hover {
    color: var(--blue-color);
}

.product-cart-card .subtitle {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--text-color);
    display: block;
}

.product-cart-card .price {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--dark-color);
}

.product-compare-thumbnail {
    width: 185px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.product-compare-thumbnail img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.product-compare-thumbnail .del-btn {
    position: absolute;
    top: -3px;
    right: -14px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    z-index: 50;
    background: var(--white-color);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.product-compare-thumbnail .del-btn svg path {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.product-compare-thumbnail .del-btn:hover {
    background: var(--light-red-color);
}

.product-compare-thumbnail .del-btn:hover svg path {
    stroke: var(--white-color);
}

/******* testimonial cards *********/
.el-single-testimonial {
    padding: 40px;
    border: 1px solid var(--border-gray);
}

.el-single-testimonial .review-start-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    margin-bottom: 20px;
}

.el-single-testimonial .review-start-wrapper .ratings-icon {
    color: var(--yellow-color);
    margin-right: 2px;
}

.el-single-testimonial .review-start-wrapper .ratings-icon:last-child {
    margin-right: 0;
}

.el-single-testimonial p {
    margin-bottom: 20px;
}

.el-single-testimonial .btm-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.el-single-testimonial .btm-content .user-img {
    width: 60px;
    margin-right: 20px;
}

.el-single-testimonial .btm-content .user-img img {
    width: 100%;
}

.el-single-testimonial .btm-content .name,
.el-single-testimonial .btm-content .desig {
    text-transform: capitalize;
    display: block;
}

.el-single-testimonial .btm-content .name {
    font-weight: 500;
    font-size: 18px;
}

.el-single-testimonial .btm-content .desig {
    font-size: 16px;
    color: var(--text-color);
}

/******* blog cards *********/
.el-single-blog {
    border: 1px solid var(--border-gray);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 302px;
    position: relative;
}

@media (max-width: 1260px) {
    .el-single-blog {
        height: initial;
    }
}

.el-single-blog.layout-2 {
    height: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.el-single-blog.layout-2 .thumbnail,
.el-single-blog.layout-2 .main-contents {
    width: 100%;
}

.el-single-blog.layout-3 {
    border: none;
}

.el-single-blog.layout-3 .main-contents {
    padding: 20px 4px;
}

.el-single-blog.layout-3 .date-wrapper {
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 63px;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--yellow-color);
}

.el-single-blog.layout-3 .date-wrapper .day {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: var(--dark-color);
    text-transform: capitalize;
}

.el-single-blog.layout-3 .date-wrapper .month {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: var(--dark-color);
    text-transform: capitalize;
}

.el-single-blog.lg-layout {
    border: none;
    padding: 0px;
}

.el-single-blog.lg-layout .thumbnail {
    position: relative;
}

@media (max-width: 767.98px) {
    .el-single-blog.lg-layout .thumbnail {
        height: initial;
    }
}

.el-single-blog.lg-layout .thumbnail .lg-inner-contents {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
}
.el-single-blog.lg-layout.el-single-blog-wt-thumb .thumbnail .lg-inner-contents{
    padding:0;
}

@media (max-width: 767.98px) {
    .el-single-blog.lg-layout .thumbnail .lg-inner-contents {
        padding: 0;
        margin-top: 30px;
        position: static;
    }

    .el-single-blog.lg-layout .thumbnail .lg-inner-contents .lg-title {
        color: var(--dark-color);
    }

    .el-single-blog.lg-layout .thumbnail .lg-inner-contents .lg-meta-wrapper .lg-common-txt {
        color: var(--dark-color);
    }

    .el-single-blog.lg-layout .thumbnail .lg-inner-contents .lg-meta-wrapper .lg-common-txt svg {
        fill: var(--dark-color);
    }

    .el-single-blog.lg-layout .thumbnail .lg-inner-contents .lg-meta-wrapper .lg-common-txt svg path {
        fill: var(--dark-color);
    }
}

.el-single-blog.lg-layout .thumbnail .lg-title {
    font-size: 40px;
    color: var(--white-color);
    font-weight: 600;
}
.el-single-blog.lg-layout.el-single-blog-wt-thumb .thumbnail .lg-title{
    color: var(--dark-color);
}
@media (max-width: 1199.98px) {
    .el-single-blog.lg-layout .thumbnail .lg-title {
        font-size: 32px;
    }
}

.el-single-blog.lg-layout .thumbnail .lg-meta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.el-single-blog.lg-layout .thumbnail .lg-meta-wrapper .lg-common-txt {
    margin-top: 10px;
    margin-right: 30px;
    color: var(--white-color);
    text-transform: capitalize;
}
.el-single-blog.lg-layout.el-single-blog-wt-thumb .thumbnail .lg-meta-wrapper .lg-common-txt,
.el-single-blog.lg-layout.el-single-blog-wt-thumb .thumbnail .lg-meta-wrapper span.lg-common-txt a{
    color:var(--dark-color);
}
.el-single-blog.lg-layout.el-single-blog-wt-thumb .thumbnail .lg-meta-wrapper span.lg-common-txt svg,
.el-single-blog.lg-layout.el-single-blog-wt-thumb .thumbnail .lg-meta-wrapper span.lg-common-txt svg path{
    fill:var(--dark-color);
}

.el-single-blog.lg-layout .thumbnail .lg-meta-wrapper .lg-common-txt svg {
    margin-right: 5px;
}

@media (max-width: 1260px) {
    .el-single-blog {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.el-single-blog:hover .thumbnail img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
}

.el-single-blog .thumbnail {
    width: 30%;
    height: 100%;
    padding: 4px;
    overflow: hidden;
    position: relative;
}

.el-single-blog .thumbnail .inner-box {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.el-single-blog .thumbnail::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 14, 60, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1260px) {
    .el-single-blog .thumbnail {
        width: 100%;
        height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.el-single-blog .thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-single-blog .main-contents {
    width: 70%;
    padding: 30px;
}

@media (max-width: 1260px) {
    .el-single-blog .main-contents {
        width: 100%;
    }
}

.el-single-blog .main-contents .tags-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.el-single-blog .main-contents .tags-wrapper .tag {
    font-size: 18px;
    text-transform: capitalize;
    margin-right: 15px;
    color: var(--text-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-single-blog .main-contents .tags-wrapper .tag:last-child {
    margin-right: 0px;
}

.el-single-blog .main-contents .title {
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-single-blog .main-contents .title:hover {
    color: var(--blue-color);
}

.el-single-blog .main-contents .blog-btn {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-color);
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-single-blog .main-contents .blog-btn:hover {
    color: var(--blue-color);
}

/*************** footer section start *****************/
.el-footer-section .single-widget h4 {
    margin-bottom: 20px;
}

.el-footer-section .single-widget .footer-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.el-footer-section .single-widget .footer-address:hover .icon-img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.el-footer-section .single-widget .footer-address:hover .tel {
    color: var(--blue-color);
}

.el-footer-section .single-widget .footer-address .icon-img {
    width: 40px;
    margin-right: 20px;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-footer-section .single-widget .footer-address .right-side {
    margin-top: 10px;
}

.el-footer-section .single-widget .footer-address .date,
.el-footer-section .single-widget .footer-address .tel {
    display: block;
}

.el-footer-section .single-widget .footer-address .date {
    font-size: 14px;
}

.el-footer-section .single-widget .footer-address .tel {
    font-size: 18px;
    font-weight: 500;
}

.el-footer-section .single-widget .foo-menu li {
    line-height: 2.2;
}

.el-footer-section .single-widget .foo-menu li a {
    font-size: 18px;
    text-transform: capitalize;
    color: var(--text-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.el-footer-section .single-widget .foo-menu li a:hover {
    color: var(--blue-color);
}

.el-footer-section .single-widget .foo-menu li a:hover::after {
    opacity: 1;
    width: 20px;
    visibility: visible;
}

.el-footer-section .single-widget .foo-menu li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 2px;
    background: var(--blue-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-footer-section .single-widget .el-foo-newsletter {
    background-color: var(--border-gray);
    max-width: 330px;
    padding-left: 20px;
    position: relative;
}

.el-footer-section .single-widget .el-foo-newsletter input[type="email"] {
    border: none !important; 
    background: transparent !important;
    padding: 10px 0 !important;
    margin:0 !important;
}

.el-footer-section .single-widget .el-foo-newsletter .sub-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--yellow-color);
    height: 100%;
    padding: 0 15px;
    max-width:52px;
}

.el-footer-section .single-widget .social-wrapper {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.el-footer-section .single-widget .social-wrapper a {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--white-color);
    border: 1px solid var(--border-gray);
    margin-right: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-footer-section .single-widget .social-wrapper a:hover {
    background-color: var(--blue-color);
}

.el-footer-section .single-widget .social-wrapper a:hover svg {
    fill: var(--white-color);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.el-footer-section .single-widget .social-wrapper a:hover svg path {
    fill: var(--white-color);
}

.el-footer-section .single-widget .social-wrapper a:last-child {
    margin-right: 0;
}

.el-footer-section .single-widget .social-wrapper a svg {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    fill: var(--text-color);
}

.el-footer-section .single-widget .social-wrapper a svg path {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    fill: var(--text-color);
}

.el-footer-section .footer-accordion .accordion-button {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    background: var(--gray-color);
}

.el-footer-section .footer-accordion .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.125);
}

.el-footer-section .footer-accordion .accordion-button::after {
    content: initial;
}

.el-footer-section  .accordion-button::before {
    position: absolute;

    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-footer-section .accordion-button.collapsed::before {

    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.el-footer-section .footer-accordion .accordion-flush .accordion-item {
    border-top: 1px solid var(--dark-color);
}

.el-footer-section .footer-accordion .accordion-flush .accordion-item:first-child {
    border-top: 0;
}

.el-footer-section .copyright-area p {
    margin: 0;
    color:#fff;
}

.el-footer-section .copyright-area .payment-img {
    max-width: 300px;
    height: auto;
}

/********************* el2 footer section ******************/
.el2-footer-widget {
    margin-bottom: 60px;
}

.el2-footer-widget h4 {
    color: var(--dark-color);
    line-height: 140%;
    font-size: 24px;
}

.el2-footer-widget p {
    font-size: 18px;
    line-height: 140%;
    color: var(--text-color);
}

.el2-footer-widget .el2-footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.el2-footer-widget .el2-footer-social a {
    width: 40px;
    height: 40px;
    background-color: transparent;
    color: var(--text-color);
    border: 1px solid #e8eaf2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el2-footer-widget .el2-footer-social a i {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el2-footer-widget .el2-footer-social a:hover {
    color: var(--white-color);
    background-color: VAR(--secondary-color);
}

.el2-footer-widget .el2-footer-social a:hover i {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.el2-footer-nav ul li {
    display: block;
}

.el2-footer-nav ul li + li {
    margin-top: 20px;
}

.el2-footer-nav ul li a {
    display: block;
    font-size: 18px;
    line-height: 140%;
    color: var(--text-color);
    position: relative;
    text-transform: capitalize;
}

.el2-footer-nav ul li a::before {
    content: ">>";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--text-color);
    opacity: 0;
    visibility: 0;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.el2-footer-nav ul li a:hover {
    color: var(--secondary-color);
    padding-left: 30px;
}

.el2-footer-nav ul li a:hover::before {
    visibility: visible;
    opacity: 1;
}

.el2-footer-contact .el2-foo-icon-hover:hover .el2-footer-icon {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.el2-footer-contact .el2-footer-icon {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--yellow-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el2-footer-contact .tel-info span {
    font-size: 14px;
    display: block;
    color: var(--text-color);
}

.el2-footer-contact .tel-info a {
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin-top: 3px;
}

.el2-footer-contact p {
    color: var(--text-color);
}

.el2-footer-contact p strong {
    color: var(--dark-color);
    margin-right: 4px;
}

.el2-footer-contact p a {
    color: var(--text-color);
}

.el2-footer-copyright {
    border-top: 1px solid #e8eaf2;
    margin-top: 60px;
}

.el2-footer-copyright p {
    color: var(--text-color);
}

.el2-footer-copyright span {
    color: var(--text-color);
}

/********************* el footer section-3 ******************/
.el-footer-section-3 {
    background-color: var(--blue-color);
}

.el-footer-section-3 .single-widget h4 {
    color: var(--white-color);
}

.el-footer-section-3 .single-widget .foo-menu li a {
    color: var(--white-color);
}

.el-footer-section-3 .single-widget .foo-menu li a:hover {
    color: var(--yellow-color);
}

.el-footer-section-3 .single-widget .foo-menu li a::after {
    background: var(--yellow-color);
}

.el-footer-section-3 .single-widget .news-title {
    color: var(--yellow-color);
    font-size: 16px;
    font-weight: 600;
}

.el-footer-section-3 .single-widget .el-foo-newsletter {
    background-color: var(--blue-color);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.el-footer-section-3 .single-widget .el-foo-newsletter .input {
    color: var(--white-color);
    padding: 15px 0;
}

.el-footer-section-3 .single-widget .el-foo-newsletter .input-icon {
    fill: var(--white-color);
}

.el-footer-section-3 .single-widget .el-foo-newsletter input::-webkit-input-placeholder {
    color: var(--white-color);
}

.el-footer-section-3 .single-widget .el-foo-newsletter input:-ms-input-placeholder {
    color: var(--white-color);
}

.el-footer-section-3 .single-widget .el-foo-newsletter input::-ms-input-placeholder {
    color: var(--white-color);
}

.el-footer-section-3 .single-widget .el-foo-newsletter input::placeholder {
    color: var(--white-color);
}

.el-footer-section-3 .single-widget .el-foo-newsletter {
    max-width: 450px;
}

@media (max-width: 1199.98px) {
    .el-footer-section-3 .single-widget .news-header {
        font-size: 32px;
    }
}

.el-footer-section-3 .single-widget .social-wrapper a {
    background: var(--blue-color);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.el-footer-section-3 .single-widget .social-wrapper a svg {
    fill: rgba(255, 255, 255, 0.5);
}

.el-footer-section-3 .single-widget .social-wrapper a svg path {
    fill: rgba(255, 255, 255, 0.5);
}

.el-footer-section-3 .single-widget .social-wrapper a:hover {
    background-color: var(--yellow-color);
    color: var(--dark-color);
}

.el-footer-section-3 .single-widget .social-wrapper a:hover svg {
    fill: var(--dark-color);
}

.el-footer-section-3 .single-widget .social-wrapper a:hover svg path {
    fill: var(--dark-color);
}

.el-footer-section-3 .footer-accordion .single-widget .foo-menu li a {
    color: var(--dark-color);
}

.el-footer-section-3 .theme-devider {
    background-color: rgba(255, 255, 255, 0.5);
}

.el-breadcrumb-section {
    background-color: var(--gray-color);
    padding: 50px 0;
}

@media (max-width: 767.98px) {
    .el-breadcrumb-section {
        padding: 30px 0;
    }
}

.el-breadcrumb-section .contents-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .el-breadcrumb-section .contents-wrapper .left-side {
        width: 100%;
        margin-bottom: 20px;
    }
}

.el-breadcrumb-section .contents-wrapper .left-side ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0;
}

.el-breadcrumb-section .contents-wrapper .left-side ul li {
    margin-right: 10px;
    position: relative;
}

.el-breadcrumb-section .contents-wrapper .left-side ul li:last-child::after {
    content: initial;
}

.el-breadcrumb-section .contents-wrapper .left-side ul li::after {
    content: url(../../assets/images/icons/breadcrumb-right-arrow.svg);
    margin-left: 10px;
}

.el-breadcrumb-section .contents-wrapper .left-side ul li.active a {
    color: var(--blue-color);
}

.el-breadcrumb-section .contents-wrapper .left-side ul li a {
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-breadcrumb-section .contents-wrapper .left-side ul li a:hover {
    color: var(--blue-color);
}

.el-breadcrumb-section .contents-wrapper .page-title {
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-breadcrumb-section .contents-wrapper .page-title a {
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-breadcrumb-section .contents-wrapper .page-title a:hover {
    color: var(--blue-color);
}

.customer-feddback-widget .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
}

.customer-feddback-widget .slick-dots li {
    margin-right: 10px;
    list-style: none;
}

.customer-feddback-widget .slick-dots li:last-child {
    margin-right: 0px;
}

.customer-feddback-widget .slick-dots li:last-child {
    margin-bottom: 0px;
}

.customer-feddback-widget .slick-dots li.slick-active button {
    opacity: 1;
}

.customer-feddback-widget .slick-dots li.slick-active button::after {
    opacity: 1;
    visibility: visible;
}

.customer-feddback-widget .slick-dots li button {
    position: relative;
    font-size: 0;
    width: 4px;
    height: 4px;
    padding: 2px;
    border-radius: 50%;
    border: none;
    display: block;
    background-color: var(--blue-color);
    opacity: 0.7;
}

.customer-feddback-widget .slick-dots li button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid var(--blue-color);
    opacity: 0;
    visibility: hidden;
}

.customer-feddback-widget h4 {
    font-weight: 600;
    color: var(--dark-color);
    padding: 20px 30px;
    margin: 0;
}

.customer-feddback-widget .divider {
    height: 1px;
}

.customer-feddback-widget .single-cf-feedback {
    padding: 30px;
    text-align: center;
}

.customer-feddback-widget .single-cf-feedback .ratings {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.customer-feddback-widget .single-cf-feedback p {
    color: var(--text-color);
    margin-bottom: 20px;
}

.customer-feddback-widget .single-cf-feedback .author-box {
    width: 165px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
}

.customer-feddback-widget .single-cf-feedback .author-box img {
    width: 44px;
    margin-right: 15px;
}

.customer-feddback-widget .single-cf-feedback .author-box .contents {
    text-align: left;
}

.customer-feddback-widget .single-cf-feedback .author-box .contents .name {
    font-weight: 500;
    font-size: 18px;
    display: block;
}

.customer-feddback-widget .single-cf-feedback .author-box .contents .desig {
    font-weight: 400;
    font-size: 14px;
    display: block;
    color: var(--blue-color);
}

.shipping-sidebar-widget li {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid var(--border-gray);
}

@media (max-width: 1399.98px) {
    .shipping-sidebar-widget li {
        padding: 20px;
    }
}

.shipping-sidebar-widget li:last-child {
    border-bottom: none;
}

.shipping-sidebar-widget li:hover svg {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.shipping-sidebar-widget li svg {
    margin-right: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.shipping-sidebar-widget li .title {
    display: block;
    font-weight: 500;
    font-size: 18px;
    color: var(--dark-color);
}

.shipping-sidebar-widget li .subtitle {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color);
}

.sidebar-banner-widget-3 .banner-1 {
    display: block;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    padding: 25px;
    background-size: 100%;
    height: 100%;
    background-position: center;
    transition: all 0.3s;
    position: relative;
    height: 553px;
}

.sidebar-banner-widget-3 .banner-1 .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    width: 100%;
    height: 100%;
}

.sidebar-banner-widget-3 .banner-1:hover .banner-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sidebar-banner-widget-3 .banner-1 .inner-box {
    text-align: center;
    position: relative;
    z-index: 20;
    margin: 30px auto auto auto;
}

.sidebar-banner-widget-3 .banner-1 .tag-line {
    color: var(--dark-color);
}

.sidebar-banner-widget-3 .banner-1 .title {
    color: var(--dark-color);
    font-size: 32px;
    font-weight: 600;
}

.sidebar-banner-widget-3 .banner-1 .badge-title {
    display: block;
    color: var(--dark-color);
}

.sidebar-banner-widget-3 .banner-1 .tag-line,
.sidebar-banner-widget-3 .banner-1 .badge-title {
    font-weight: 500;
    font-size: 14px;
}

.sidebar-banner-widget-3 .banner-1 .badge-title {
    text-align: center;
    padding: 5px 8px;
    display: block;
    text-transform: uppercase;
}

.sidebar-banner-widget-3 .banner-1 .price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar-banner-widget-3 .banner-1 .price-wrapper .current-price {
    font-weight: 500;
    font-size: 24px;
    color: var(--yellow-color);
    display: inline-block;
    margin-right: 10px;
}

.sidebar-banner-widget-3 .banner-1 .price-wrapper .old-price {
    font-weight: 500;
    font-size: 16;
    color: var(--white-color);
}

.sidebar-banner-widget-3 .banner-1 .btn {
    font-size: 14px;
    padding: 8px 13px;
}

.sidebar-hot-deal-product .el-single-product {
    border: 2px solid var(--yellow-color);
    padding: 4px;
}

.sidebar-hot-deal-product .el-single-product .hot-deal-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 20;
}

.sidebar-hot-deal-product .el-single-product .content-wrapper .btm-content-wrapper {
    position: relative;
}

.sidebar-hot-deal-product .el-single-product .content-wrapper .btm-content-wrapper .add-to-cart-btn {
    bottom: 0px;
    left: 0px;
}

.sidebar-popular-items h4 {
    font-weight: 600;
    color: var(--dark-color);
    padding: 20px 30px;
    margin: 0;
}

.sidebar-popular-items .divider {
    height: 1px;
}

.sidebar-popular-items ul li {
    border-bottom: 1px solid var(--border-gray);
}

.sidebar-popular-items ul li:last-child {
    border-bottom: none;
}

.sidebar-popular-items .single-sm-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar-popular-items .single-sm-product img {
    margin-right: 20px;
    width: 60px;
}
.sidebar-popular-items .sidebar_product_price del{
    margin-right: 10px;
    font-size: 14px;
    color: var(--text-color);
}
.el-single-trending-product .pricing-wrapper del {
    font-size: 14px;
}
.el-single-trending-product ins {
    color: var(--blue-color);
}
.sidebar-popular-items ins {
    color: var(--dark-color);
}


.sidebar-popular-items .single-sm-product .title {
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar-popular-items .single-sm-product .title:hover {
    color: var(--blue-color);
}

.sidebar-popular-items .single-sm-product .current-price {
    font-size: 18px;
    font-weight: 400;
    color: var(--dark-color);
    margin-right: 10px;
}

.sidebar-popular-items .single-sm-product .old-price {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
}

.blog-sidebar-widget h4 {
    padding: 0;
    margin-bottom: 10px;
}

.blog-sidebar-widget .search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.blog-sidebar-widget .search-box .search-input::-webkit-input-placeholder {
    color: var(--dark-color);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

.blog-sidebar-widget .search-box .search-input:-ms-input-placeholder {
    color: var(--dark-color);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

.blog-sidebar-widget .search-box .search-input::-ms-input-placeholder {
    color: var(--dark-color);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

.blog-sidebar-widget .search-box .search-input::placeholder {
    color: var(--dark-color);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
}

.blog-sidebar-widget .search-box .search-input {
    border: none;
}

.blog-sidebar-widget .search-box button:hover svg path {
    fill: var(--blue-color);
}

.blog-sidebar-widget .single-sm-product {
    padding: 20px 0px;
}

.el-categories-sidebar-menus ul li {
    line-height: 2.2;
}

.el-categories-sidebar-menus ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 400;
    color: var(--text-color);
    text-transform: capitalize;
}

.el-categories-sidebar-menus ul li a:hover {
    color: var(--blue-color);
}

.el-product-tags-sidebar-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.el-product-tags-sidebar-menu ul li {
    line-height: 2;
    margin-right: 10px;
}

.el-product-tags-sidebar-menu ul li a {
    padding: 2px 10px;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    text-transform: capitalize;
    background: var(--gray-color);
}

.el-product-tags-sidebar-menu ul li a:hover {
    background-color: var(--yellow-color);
    color: var(--dark-color);
}

.sidebar-insta-wrapper-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

@media (max-width: 991.98px) {
    .sidebar-insta-wrapper-menu {
        -ms-grid-columns: (1fr) [ 6 ];
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .sidebar-insta-wrapper-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }

    .sidebar-insta-wrapper-menu .el2-gallery-item {
        width: 20%;
    }
}

.filter-widget .ur-pricing-range {
    border: 0;
    background-color: var(--border-gray);
    height: 5px;
}

.filter-widget .ur-pricing-range .ui-slider-range {
    background-color: var(--yellow-color);
}

.filter-widget .ur-pricing-range .ui-slider-handle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--white-color);
    padding: 0;
    outline: 0;
    -webkit-box-shadow: 10px 0px 25px rgba(22, 32, 82, 0.25);
    box-shadow: 10px 0px 25px rgba(22, 32, 82, 0.25);
}

.filter-widget p {
    font-weight: 300;
}

.filter-widget input {
    border: 0;
    font-weight: 300;
    color: var(--text-color);
}

.filter-widget .submit-btn {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.filter-widget .submit-btn:hover {
    color: var(--secondary-color);
}

.brand-sidebar-widget .sidebar-check-fields li {
    display: block;
}

.brand-sidebar-widget .sidebar-check-fields li label {
    position: relative;
    display: block;
    cursor: pointer;
}

.brand-sidebar-widget .sidebar-check-fields li label > span {
    padding-left: 32px;
    display: block;
    position: relative;
    font-weight: 300;
}

.brand-sidebar-widget .sidebar-check-fields li label > span::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 12px;
    text-align: center;
    line-height: 17px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid var(--border-gray);
    color: transparent;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.brand-sidebar-widget .sidebar-check-fields li label > span span {
    float: right;
}

.brand-sidebar-widget .sidebar-check-fields li label input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.brand-sidebar-widget .sidebar-check-fields li label input:checked ~ span::before {
    background-color: var(--yellow-color);
    color: var(--white-color);
    border-color: var(--yellow-color);
}

.brand-sidebar-widget .sidebar-check-fields li + li {
    margin-top: 18px;
}

.page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-numbers li {
    margin-right: 20px;
}

.page-numbers li:last-child {
    margin-right: 0px;
}

.page-numbers li a,
.page-numbers li span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    background-color: var(--white-color);
    border: 1px solid var(--border-gray);
    border-radius: 50%;
    color: var(--primary-color);
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.page-numbers li a svg path {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.page-numbers li a:hover {
    background-color: var(--blue-color);
    color: var(--white-color);
}

.page-numbers li a:hover svg path {
    stroke: var(--white-color);
}

.page-numbers li a.next-prev-btn {
    border: none;
}

.page-numbers li .current {
    background-color: var(--blue-color);
    color: var(--white-color);
}

/**************** forms *************/
.el-contact-form {
    border: 1px solid var(--border-gray);
    padding: 70px;
}

.el-contact-form.el-contact-form-2 {
    padding: 0;
    border: none;
}

@media (max-width: 767.98px) {
    .el-contact-form {
        padding: 30px;
    }
}

.el-contact-form .form-wrapper {
    position: relative;
}

.el-contact-form .form-wrapper label {
    position: absolute;
    top: -13px;
    left: 15px;
    background-color: var(--white-color);
    font-size: 18px;
    font-weight: 400;
    color: var(--text-color);
    text-transform: capitalize;
    z-index: 10;
}

.el-contact-form .form-wrapper label.checkbox-label {
    position: initial;
}

.el-contact-form .form-wrapper input[type="text"],
.el-contact-form .form-wrapper input[type="email"],
.el-contact-form .form-wrapper input[type="number"],
.el-contact-form .form-wrapper input[type="password"],
.el-contact-form .form-wrapper textarea {
    border: 1px solid var(--border-gray);
    width: 100%;
    padding: 14px 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: transparent;
    border-radius: 0;
}

.el-contact-form .form-wrapper input[type="text"]:focus,
.el-contact-form .form-wrapper input[type="email"]:focus,
.el-contact-form .form-wrapper input[type="number"]:focus,
.el-contact-form .form-wrapper input[type="password"]:focus,
.el-contact-form .form-wrapper textarea:focus {
    outline: none;
    border-color: var(--secondary-color);
}

.el-contact-form .form-wrapper .password-hide-show {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.el-contact-form .form-wrapper input[type="checkbox"] {
    border: 1px solid var(--border-gray);
    margin-right: 10px;
}

.el-contact-form .form-wrapper .common-title {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    text-transform: capitalize;
}

.el-contact-form .form-wrapper .common-title.has-hover:hover {
    color: var(--blue-color);
}

.el-contact-form .form-wrapper .common-title a {
    font-weight: 500;
    color: var(--dark-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-contact-form .form-wrapper .common-title a:hover {
    color: var(--blue-color);
}

.el-contact-form .form-wrapper .position-title {
    background-color: var(--white-color);
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 20px;
}

.el-contact-form .social-btn-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.el-contact-form .social-btn-wrapper a {
    width: 48%;
    padding: 10px 20px;
    background-color: var(--gray-color);
    font-size: 18px;
    font-weight: 400;
    color: var(--dark-color);
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 575.98px) {
    .el-contact-form .social-btn-wrapper a {
        margin-bottom: 20px;
        width: 100%;
    }

    .el-contact-form .social-btn-wrapper a:last-child {
        margin-bottom: 0px;
    }
}

.el-contact-form .social-btn-wrapper a:hover {
    background-color: var(--yellow-color);
}

.el-contact-form .social-btn-wrapper a svg {
    margin-right: 10px;
}

/************** modal ****************/
.el-product-modal .modal-dialog {
    min-width: 1440px;
}

@media (max-width: 1399.98px) {
    .el-product-modal .modal-dialog {
        min-width: 1250px;
    }
}

@media (max-width: 1200px) {
    .el-product-modal .modal-dialog {
        min-width: 1140px;
    }
}

@media (max-width: 1199.98px) {
    .el-product-modal .modal-dialog {
        min-width: 960px;
    }
}

@media (max-width: 991.98px) {
    .el-product-modal .modal-dialog {
        min-width: 720px;
    }
}

@media (max-width: 767.98px) {
    .el-product-modal .modal-dialog {
        min-width: calc(100vw - 60px);
    }
}

.el-product-modal .modal-content {
    padding: 30px;
}

.el-product-modal .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 50;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-product-modal .btn-close:hover {
    color: var(--blue-color);
}

.product-des-box {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-left: 20px;
}

@media (max-width: 767.98px) {
    .product-des-box {
        position: initial;
    }
}

@media (max-width: 1399.98px) {
    .product-des-box {
        padding-left: 0px;
    }
}

.product-des-box .ratings-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.product-des-box .ratings-wrapper .total-review {
    font-size: 16px;
    color: var(--text-color);
    text-transform: capitalize;
    margin-left: 10px;
    font-weight: 400;
}

.product-des-box .title {
    font-weight: 500;
    font-size: 32px;
    color: var(--heading-color);
    margin-bottom: 10px;
}

.product-des-box .price-vat-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-des-box .price-vat-wrapper .main-price {
    color: var(--blue-color);
    font-size: 24px;
    font-weight: 600;
}

.product-des-box .price-vat-wrapper .vat-txt {
    font-weight: 400;
    color: var(--text-color);
    font-size: 16px;
    margin-left: 10px;
}

.product-des-box .price-vat-wrapper .des {
    font-size: 16px;
    font-weight: 400;
}

.product-des-box .fea-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-des-box .fea-list li .fea-icon {
    margin-right: 10px;
}

.product-des-box .fea-list li .fea-txt {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
}

.product-des-box .button-wrappers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-des-box .button-wrappers .el-btn {
    margin-top: 20px;
    width: 190px;
    height: 56px;
    margin-right: 20px;
}

@media (max-width: 1399.98px) {
    .product-des-box .button-wrappers .el-btn {
        width: 175px;
    }
}

.product-des-box .btm-action-btns-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top:20px;
    gap:25px;
}

.product-des-box .btm-action-btns-wrapper .btm-action-btn {
   
    color: var(--text-color);
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: capitalize;
}

.product-des-box .btm-action-btns-wrapper .btm-action-btn:last-child {
    margin-right: 0px;
}

.product-des-box .btm-action-btns-wrapper .btm-action-btn svg {
    fill: var(--text-color);
    stroke: var(--text-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-des-box .btm-action-btns-wrapper .btm-action-btn svg path {
    fill: var(--text-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    stroke: var(--text-color);
}

.product-des-box .btm-action-btns-wrapper .btm-action-btn:hover {
    color: var(--blue-color);
}

.product-des-box .btm-action-btns-wrapper .btm-action-btn:hover svg {
    fill: var(--blue-color);
    stroke: var(--blue-color);
}

.product-des-box .btm-action-btns-wrapper .btm-action-btn:hover svg path {
    fill: var(--blue-color);
    stroke: var(--blue-color);
}

.product-des-box .product-features-two {
    margin-bottom: 10px;
}

.product-des-box .product-features-two .fea-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 2.2;
}

.product-des-box .product-features-two .fea-title {
    min-width: 100px;
    font-weight: 500;
    font-size: 16px;
    color: var(--dark-color);
}

.product-des-box .product-features-two .title-txt {
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color);
}

.product-des-box .fea-para {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
}

.product-des-box .fea-para a {
    color: var(--dark-color);
    font-size: 18px;
    text-decoration: underline;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-des-box .fea-para a:hover {
    color: var(--blue-color);
}

.product-des-box .fea-para svg {
    margin-right: 10px;
}

.product-des-box .social-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-des-box .social-wrapper .social-title {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--dark-color);
}

.product-des-box .social-wrapper a {
    margin-left: 20px;
    color: var(--text-color);
}

.product-des-box .social-wrapper a svg {
    fill: var(--text-color);
    stroke: var(--text-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-des-box .social-wrapper a svg path {
    fill: var(--text-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    stroke: var(--text-color);
}

.product-des-box .social-wrapper a:hover {
    color: var(--blue-color);
}

.product-des-box .social-wrapper a:hover svg {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    fill: var(--blue-color);
    stroke: var(--blue-color);
}

.product-des-box .social-wrapper a:hover svg path {
    fill: var(--blue-color);
    stroke: var(--blue-color);
}

.inc-dec-wrapper {
    margin-top: 20px;
    width: 100%;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--gray-color);
   
}

.inc-dec-wrapper.cart-inc-dec-wrapper {
    width: 137px;
}

@media (max-width: 1399.98px) {
    .inc-dec-wrapper {
        width: 175px;
    }
}

.inc-dec-wrapper .action-btn {
    height: 100%;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--text-color);
}

.inc-dec-wrapper .action-btn svg {
    fill: var(--text-color);
    stroke: var(--text-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.inc-dec-wrapper .action-btn svg path {
    fill: var(--text-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    stroke: var(--text-color);
}

.inc-dec-wrapper .action-btn:hover {
    color: var(--blue-color);
}

.inc-dec-wrapper .action-btn:hover svg {
    fill: var(--blue-color);
    stroke: var(--blue-color);
}

.inc-dec-wrapper .action-btn:hover svg path {
    fill: var(--blue-color);
    stroke: var(--blue-color);
}

.inc-dec-wrapper .qty {
    font-size: 18px;
    color: var(--text-color);
    font-weight: 400;
}

.el-product-gallery-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 767.98px) {
    .el-product-gallery-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.el-product-gallery-wrapper .main-gallery {
    width: 80%;
    padding-left: 20px;
}

.el-product-gallery-wrapper .main-gallery .slider-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    z-index: 11;
    -webkit-box-shadow: 0 15px 35px #0000001a;
    box-shadow: 0 15px 35px #0000001a;
    border: 1px solid rgba(221, 221, 221, 0);
    background-color: var(--white-color);
    color: var(--dark-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-product-gallery-wrapper .main-gallery .slider-btn.prev-btn {
    left: 10px;
    opacity: 0.6;
}

.el-product-gallery-wrapper .main-gallery .slider-btn.next-btn {
    right: 10px;
}

.el-product-gallery-wrapper .main-gallery .slider-btn:hover {
    background-color: var(--dark-color);
    color: var(--white-color);
    opacity: 1;
}

@media (max-width: 767.98px) {
    .el-product-gallery-wrapper .main-gallery {
        width: 100%;
        padding-left: 0px;
        margin-bottom: 30px;
    }
}

.el-product-gallery-wrapper .main-gallery .gallery-box {
    background: var(--gray-color);
    width: 100%;
    height: 748px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    background: #f0f2fb;
}

@media (max-width: 767.98px) {
    .el-product-gallery-wrapper .main-gallery .gallery-box {
        height: 300px;
    }
}

.el-product-gallery-wrapper .main-gallery .gallery-box img {
    width: 400px;
}

@media (max-width: 767.98px) {
    .el-product-gallery-wrapper .main-gallery .gallery-box img {
        width: 200px;
    }
}

.el-product-gallery-wrapper .inline-gallery {
    width: 20%;
}

@media (max-width: 767.98px) {
    .el-product-gallery-wrapper .inline-gallery {
        width: 100%;
    }
}

.el-product-gallery-wrapper .inline-gallery .gallery-box {
    width: 134px;
    height: 134px;
    margin-bottom: 10px;
    cursor: pointer;
}

.el-product-gallery-wrapper .inline-gallery .gallery-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.el-newsletter-modal-wrapper .modal-dialog {
    max-width: 510px;
}

.el-newsletter-modal-wrapper .modal-content {
    border-radius: 0;
    position: relative;
}

.el-newsletter-modal-wrapper .modal-content .close-newsletter-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
    cursor: pointer;
}

.el-newsletter-modal-wrapper .modal-content .content-btm {
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .el-newsletter-modal-wrapper .modal-content .content-btm {
        padding: 30px;
    }
}

.el-newsletter-modal-wrapper .modal-content .checkbox-label {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 400;
}

.el-newsletter-modal {
    background-color: var(--border-gray);
    width: 330px;
    padding-left: 20px;
    position: relative;
}

@media (max-width: 767.98px) {
    .el-newsletter-modal {
        width: 280px;
    }
}

.el-newsletter-modal .input {
    border: none;
    background: transparent;
    padding: 10px 0;
}

.el-newsletter-modal .input::-webkit-input-placeholder {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 400;
}

.el-newsletter-modal .input:-ms-input-placeholder {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 400;
}

.el-newsletter-modal .input::-ms-input-placeholder {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 400;
}

.el-newsletter-modal .input::placeholder {
    font-size: 16px;
    color: var(--text-color);
    font-weight: 400;
}

.el-newsletter-modal .sub-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--yellow-color);
    height: 100%;
    padding: 0 15px;
}

/****************************** page styles ******************************/
/********************** hero section start **********************/
.el-hero-section-slider .slick-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 60px;
    z-index: 22;
}

.el-hero-section-slider .slick-dots li {
    margin-bottom: 20px;
    list-style: none;
}

.el-hero-section-slider .slick-dots li:last-child {
    margin-bottom: 0px;
}

.el-hero-section-slider .slick-dots li.slick-active button::after {
    opacity: 1;
    visibility: visible;
}

.el-hero-section-slider .slick-dots li button {
    position: relative;
    font-size: 0;
    width: 4px;
    height: 4px;
    padding: 2px;
    border-radius: 50%;
    border: none;
    display: block;
    background-color: var(--white-color);
}

.el-hero-section-slider .slick-dots li button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--white-color);
    opacity: 0;
    visibility: hidden;
}

.el-hero-section-slider .slick-current.slick-active .hero-badge {
    -webkit-animation: 1.2s ease-in-out fadeInLeft;
    animation: 1.2s ease-in-out fadeInLeft;
}

.el-hero-section-slider .slick-current.slick-active .hero-title {
    -webkit-animation: 1.3s ease-in-out fadeInUp;
    animation: 1.3s ease-in-out fadeInUp;
}

.el-hero-section-slider .slick-current.slick-active .hero-content-wrapper {
    -webkit-animation: 1.4s ease-in-out fadeInUp;
    animation: 1.4s ease-in-out fadeInUp;
}

.el-hero-section-slider .slick-current.slick-active .content-img {
    -webkit-animation: 1.5s ease-in-out fadeInUp;
    animation: 1.5s ease-in-out fadeInUp;
}

.el-hero-section-slider .slick-current.slick-active .content-txt {
    -webkit-animation: 1.6s ease-in-out fadeInUp;
    animation: 1.6s ease-in-out fadeInUp;
}

.el-hero-section-slider .slick-current.slick-active .btn-wrapper {
    -webkit-animation: 1.7s ease-in-out fadeInUp;
    animation: 1.7s ease-in-out fadeInUp;
}

.el-hero-section-slider .slick-current.slick-active .hero-banner-shape {
    -webkit-animation: 1.8s ease-in-out fadeIn;
    animation: 1.8s ease-in-out fadeIn;
}

.el-hero-section-slider .slick-current.slick-active .hero-banner-img {
    -webkit-animation: 1.9s ease-in-out fadeInUp;
    animation: 1.9s ease-in-out fadeInUp;
}

.el-hero-section {
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
}

.el-hero-section .hero-badge {
    background-color: var(--light-white-color);
    color: var(--white-color);
    padding: 2px 10px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    z-index: 50;
}

.el-hero-section .hero-title {
    color: var(--white-color);
    margin-bottom: 40px;
    position: relative;
    z-index: 50;
}

.el-hero-section .hero-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 50;
}

@media (max-width: 767.98px) {
    .el-hero-section .hero-content-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.el-hero-section .hero-content-wrapper .content-img {
    margin-right: 20px;
}

.el-hero-section .hero-content-wrapper .content-txt {
    color: var(--white-color);
    font-size: 24px;
    padding-right: 77px;
}

@media (max-width: 1399.98px) {
    .el-hero-section .hero-content-wrapper .content-txt {
        padding-right: 0;
    }
}

@media (max-width: 767.98px) {
    .el-hero-section .hero-content-wrapper .content-txt {
        margin-top: 30px;
    }
}

.el-hero-section .hero-banner-img {
    position: relative;
    z-index: 50;
}

.el-hero-section .hero-banner-shape {
    position: absolute;
    top: -9%;
    right: -34%;
    z-index: 0;
    height: initial;
    max-width: initial;
}

@media (max-width: 1399.98px) {
    .el-hero-section .hero-banner-shape {
        top: -33%;
        right: -95%;
    }
}

@media (max-width: 1260px) {
    .el-hero-section .hero-banner-shape {
        top: -65%;
        right: -142%;
    }
}

/********************** hero section end **********************/
/********************** feature category section start **********************/
.single-fea-category {
    position: relative;
    background-color: var(--gray-color);
    padding: 30px;
    position: relative;
}

.single-fea-category:hover .img-wrapper img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.single-fea-category ul {
    margin-left: 20px;
    padding: 0;
}

.single-fea-category ul li {
    list-style: disc;
    line-height: 2.7;
}

.single-fea-category ul li a {
    color: var(--heading-color);
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.single-fea-category ul li a:hover {
    color: var(--blue-color);
}

.single-fea-category .img-wrapper {
    width: 130px;
    height: 130px;
    background-color: var(--white-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 30px;
    right: 30px;
    overflow: hidden;
}

.single-fea-category .img-wrapper img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.postion-title-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: var(--white-color);
    margin: 0;
    padding: 0px 20px;
}

@media (max-width: 575.98px) {
    .postion-title-bar {
        padding: 0px 10px;
    }
}

/********************** feature category section end **********************/
/********************** best deal feature section start **********************/
.el-discover-feature {
    height: 100%;
    padding: 60px;
    position: relative;
    background: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: block;
}

@media (max-width: 767.98px) {
    .el-discover-feature {
        padding: 30px;
    }
}

.el-discover-feature .inner-box {
    display: block;
    max-width: 240px;
}

.el-discover-feature::after {
    content: "";
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07);
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    bottom: 10px;
    opacity: 0;
    left: 10px;
    z-index: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transform: rotate(-180deg) scale(0);
    -ms-transform: rotate(-180deg) scale(0);
    transform: rotate(-180deg) scale(0);
}

.el-discover-feature.left-version {
    padding: 80px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 767.98px) {
    .el-discover-feature.left-version {
        padding: 30px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.el-discover-feature.light {
    color: var(--white-color);
}

.el-discover-feature.light .title,
.el-discover-feature.light .price,
.el-discover-feature.light .des {
    color: var(--white-color);
}

.el-discover-feature.dark {
    color: var(--dark-color);
}

.el-discover-feature .title-badge {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    z-index: 22;
}

.el-discover-feature .title {
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    z-index: 22;
}

.el-discover-feature .title span {
    font-weight: 600;
    font-size: 40px;
}

.el-discover-feature .price {
    font-weight: 500;
    margin-top: 20px;
    position: relative;
    z-index: 22;
}

.el-discover-feature .des {
    text-transform: capitalize;
    display: block;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 18px;
    position: relative;
    z-index: 22;
    color: var(--dark-color);
}

.el-discover-feature .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    -webkit-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    width: 100%;
    height: 100%;
}

.el-discover-feature:hover::after {
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    opacity: 1;
}

.el-discover-feature:hover .banner-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/********************** best deal feature section end **********************/
/********************** popular product section start **********************/
.el-popular-product-section .el-hm1-filter-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.el-popular-product-section .el-hm1-filter-btn-group button {
    text-transform: capitalize;
    color: var(--text-color);
    font-size: 18px;
    margin-right: 20px;
}

.el-popular-product-section .el-hm1-filter-btn-group button:last-child {
    margin-right: 0;
}

.el-popular-product-section .el-hm1-filter-btn-group .is_active {
    text-decoration: underline;
    color: var(--dark-color);
}

/********************** popular product section end **********************/
/********************** popular product accordion section start **********************/
.el-popular-product-accordion-section {
    /* the parent */
}

.el-popular-product-accordion-section .slick-slide {
    margin: 0 10px;
}

.el-popular-product-accordion-section .slick-list {
    margin: 0 -10px;
}

.el-popular-product-accordion-section .accordion-button {
    background-color: var(--dark-color);
    color: var(--white-color);
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    border: none;
    outline: none;
}

.el-popular-product-accordion-section .accordion-button.collapse:not(.show) {
    display: block !important;
    height: 0px;
}

.el-popular-product-accordion-section .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.125);
}

.el-popular-product-accordion-section .accordion-button::after {
    content: initial;
}

.el-popular-product-accordion-section .accordion-button::before {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-popular-product-accordion-section .accordion-button.collapsed::before {
    top: 30%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.el-popular-product-accordion-section .accordion-body {
    padding: 30px 40px;
    position: relative;
}

.el-popular-product-accordion-section .accordion-product-slider .slider-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    z-index: 11;
    -webkit-box-shadow: 0 15px 35px #0000001a;
    box-shadow: 0 15px 35px #0000001a;
    border: 1px solid rgba(221, 221, 221, 0);
    background-color: var(--dark-color);
    color: var(--white-color);
}

.el-popular-product-accordion-section .accordion-product-slider .slider-btn:hover {
    background-color: var(--yellow-color);
    color: var(--white-color);
}

.el-popular-product-accordion-section .accordion-product-slider .slider-btn.prev-btn {
    left: 0;
}

.el-popular-product-accordion-section .accordion-product-slider .slider-btn.next-btn {
    right: 0;
}

/********************** popular product accordion section end **********************/
/********************** countdown section start **********************/
.deal-countdown-section {
    background-repeat: no-repeat;
    background-size: cover;
}

.deal-countdown-section h2,
.deal-countdown-section h3 {
    color: var(--white-color);
}

.deal-countdown-section h2 {
    font-weight: 600;
}

.deal-countdown-section h3 {
    font-weight: 400;
}

.deal-countdown-section .count-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.deal-countdown-section .count-box .single-countbox {
    width: 104px;
    height: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    background-color: var(--yellow-color);
}

.deal-countdown-section .count-box .single-countbox:last-child {
    margin-right: 0;
}

.deal-countdown-section .count-box .single-countbox .count-number {
    font-size: 32px;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .deal-countdown-section .count-box .single-countbox .count-number {
        font-size: 18px;
    }
}

.deal-countdown-section .count-box .single-countbox .count-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

@media (max-width: 767.98px) {
    .deal-countdown-section .count-box .single-countbox .count-title {
        font-size: 12px;
    }
}

/********************** countdown section end **********************/
/********************** testimonial section start **********************/
.el-testimonial-section .testi-left-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/********************** testimonial section end **********************/
/********************** feature support section start **********************/
.el-fea-support-section {
    padding: 40px 0;
}

.el-fea-support-section .el-single-fea-support {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.el-fea-support-section .el-single-fea-support:hover .fea-img {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.el-fea-support-section .el-single-fea-support .fea-img {
    margin: 0 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-fea-support-section .el-single-fea-support .title,
.el-fea-support-section .el-single-fea-support .des {
    color: var(--white-color);
    text-transform: capitalize;
    margin-bottom: 0;
}

.el-fea-support-section .el-single-fea-support .title {
    font-weight: 500;
}

.el-fea-support-section .el-single-fea-support .des {
    font-size: 16px;
    font-weight: 400;
}

/********************** feature support section end **********************/
/****************** banner section start ***************/
.el2-banner-section {
    padding-top: 40px;
    padding-bottom: 120px;
}

@media (max-width: 991.98px) {
    .el2-banner-section {
        padding-top: 10px;
    }
}

.el2-banner-1 {
    position: relative;
    z-index: 1;
    padding: 42px 40px;
    border-radius: 8px;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.el2-banner-1 .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: -1;
    -webkit-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    width: 100%;
    height: 100%;
}

.el2-banner-1:hover .banner-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.el2-banner-1 .el2-subtitle {
    background-color: var(--yellow-color);
    color: var(--dark-color);
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 4px;
}

.el2-banner-1 .banner-content {
    max-width: 300px;
}

.el2-banner-1 .banner-content .subtitle {
    line-height: 140%;
}

.el2-banner-1 .banner-content h2 {
    font-size: 40px;
    color: var(--dark-color);
    line-height: 130%;
}

.el2-banner-1 .banner-content p {
    line-height: 140%;
    color: var(--text-color);
}

@media (max-width: 1199.98px) {
    .el2-banner-1 {
        background-position: right center;
        padding: 100px 40px;
    }
}

@media (max-width: 767.98px) {
    .el2-banner-1 {
        background-position: left center;
    }
}

.el2-primary-btn {
    padding: 15px 30px;
    background-color: var(--yellow-color);
    color: var(--dark-color);
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    display: inline-block;
}

.el2-secondary-btn {
    padding: 15px 24px;
    background-color: var(--secondary-color);
    color: var(--white-color);
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    display: inline-block;
}

.el2-white-btn {
    padding: 15px 24px;
    background-color: var(--white-color);
    color: var(--dark-color);
    border-radius: 4px;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    display: inline-block;
}

.el2-white-btn.btn-shadow {
    -webkit-box-shadow: 0px 15px 35px rgba(167, 174, 205, 0.2);
    box-shadow: 0px 15px 35px rgba(167, 174, 205, 0.2);
}

.el2-outline-btn {
    padding: 13px 30px;
    border: 1px solid #fe4852;
    color: #fe4852;
    border-radius: 4px;
    font-weight: 500;
    line-height: 140%;
    display: inline-block;
}

.el2-dark-btn {
    background-color: var(--dark-color);
    color: var(--white-color);
    padding: 15px 25px;
    font-weight: 500;
    font-size: 18px;
    border-radius: 4px;
    display: inline-block;
}

.g-30 {
    --bs-gutter-y: 30px !important;
    --bs-gutter-x: 30px !important;
}

.el2-banner-2 {
    height: 400px;
    background-size: cover;
    padding: 190px 50px 40px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.el2-banner-2 .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    width: 100%;
    height: 100%;
}

.el2-banner-2:hover .banner-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.el2-banner-2 > span {
    font-weight: 500;
    color: #fe4852;
    display: inline-block;
    position: relative;
    z-index: 20;
}

.el2-banner-2 h4 {
    color: var(--dark-color);
    position: relative;
    z-index: 20;
    line-height: 140%;
    margin-bottom: 28px;
}

@media (max-width: 1399.98px) {
    .el2-banner-2 {
        padding: 190px 24px 40px;
    }
}

@media (max-width: 1199.98px) {
    .el2-banner-2 {
        padding: 120px 40px;
        background-position: bottom center;
    }
}

.el2-banner-3 {
    height: 400px;
    background-size: cover;
    padding: 270px 30px 40px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.el2-banner-3 .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    width: 100%;
    height: 100%;
}

.el2-banner-3:hover .banner-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.el2-banner-3 > span {
    font-weight: 500;
    color: var(--dark-color);
    display: inline-block;
    position: relative;
    z-index: 20;
}

.el2-banner-3 h4 {
    color: var(--dark-color);
    line-height: 140%;
    margin-bottom: 28px;
    position: relative;
    z-index: 20;
}

@media (max-width: 1399.98px) {
    .el2-banner-3 {
        padding: 270px 24px 40px;
    }
}

@media (max-width: 1199.98px) {
    .el2-banner-3 {
        background-position: bottom center;
        padding: 150px 24px;
        height: auto;
    }
}

.el2-banner-4 {
    position: relative;
    z-index: 1;
    padding: 56px 48px;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.el2-banner-4 .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: -1;
    -webkit-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    width: 100%;
    height: 100%;
}

.el2-banner-4:hover .banner-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.el2-banner-4 .el2-subtitle {
    font-weight: 500;
    background-color: #1fc157;
    color: var(--white-color);
    border-radius: 4px;
    display: inline-block;
    padding: 4px 10px;
}

.el2-banner-4 .banner-content {
    max-width: 330px;
}

.el2-banner-4 .banner-content .subtitle {
    line-height: 140%;
}

.el2-banner-4 .banner-content h2 {
    font-size: 40px;
    color: var(--dark-color);
    line-height: 130%;
}

.el2-banner-4 .banner-content p {
    font-size: 24px;
    font-weight: 500;
    color: #1fc157;
    line-height: 140%;
    margin-bottom: 32px;
}

.el2-banner-4 .banner-content p del {
    font-size: 16px;
    color: var(--text-color);
}

.el2-section-title h2 {
    font-size: 56px;
    line-height: 110%;
    color: var(--dark-color);
}

.el2-section-title p {
    color: var(--text-color);
}

@media (max-width: 575.98px) {
    .el2-section-title h2 {
        font-size: 40px;
    }
}

.el2-section-subtitle {
    color: var(--secondary-color);
    font-weight: 600;
    text-transform: uppercase;
    line-height: 140%;
    display: inline-block;
}

/***************************** category section start ***********************/
.el2-icon-box {
    padding: 32px 24px;
    border: 1px solid #e8eaf2;
    border-radius: 4px;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.el2-icon-box .icon-wrapper {
    width: 72px;
    height: 72px;
    background-color: #f3f4f8;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.el2-icon-box .icon-wrapper svg path {
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.el2-icon-box h6 {
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.el2-icon-box p {
    color: var(--text-color);
    font-size: 18px;
    line-height: 140%;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.el2-icon-box:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    -webkit-box-shadow: 0px 45px 75px -10px rgba(17, 43, 177, 0.3);
    box-shadow: 0px 45px 75px -10px rgba(17, 43, 177, 0.3);
}

.el2-icon-box:hover .icon-wrapper {
    background-color: var(--yellow-color);
}

.el2-icon-box:hover .icon-wrapper svg path {
    fill: var(--dark-color);
}

.el2-icon-box:hover h6,
.el2-icon-box:hover p {
    color: var(--white-color);
}

/********************** banner area2 *****************/
.el2-banner-5 {
    position: relative;
    z-index: 1;
    padding: 80px 64px;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.el2-banner-5 .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    width: 100%;
    height: 100%;
}

.el2-banner-5:hover .banner-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.el2-banner-5 .el2-subtitle {
    font-weight: 600;
    background-color: #fe4852;
    color: var(--white-color);
    display: inline-block;
    padding: 4px 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 140%;
    position: relative;
    z-index: 20;
}

.el2-banner-5 .banner-content {
    max-width: 350px;
    position: relative;
    z-index: 20;
}

.el2-banner-5 .banner-content .subtitle {
    line-height: 140%;
}

.el2-banner-5 .banner-content h2 {
    font-size: 40px;
    color: var(--dark-color);
    line-height: 130%;
}

.el2-banner-5 .banner-content p {
    font-size: 24px;
    font-weight: 500;
    color: var(--white-color);
    line-height: 140%;
    margin-bottom: 32px;
}

.el2-banner-5 .banner-content p del {
    font-size: 16px;
    color: var(--white-color);
    opacity: 0.6;
}

@media (max-width: 575.98px) {
    .el2-banner-5 {
        padding: 80px 32px;
    }
}

.el2-banner-6 {
    padding: 40px 24px 225px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.el2-banner-6 .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    width: 100%;
    height: 100%;
}

.el2-banner-6:hover .banner-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.el2-banner-6 h2 {
    font-size: 40px;
    line-height: 130%;
    color: var(--dark-color);
    position: relative;
    z-index: 20;
}

.el2-banner-6 a {
    margin-top: 64px;
    position: relative;
    z-index: 20;
}

@media (max-width: 1199.98px) {
    .el2-banner-6 {
        padding: 90px 24px 225px;
    }
}

/********************* trending products section ***********************/
.el2-countdown-timer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 36px;
}

.el2-countdown-timer li span {
    width: 64px;
    height: 64px;
    background-color: #f3f4f8;
    font-size: 24px;
    font-weight: 500;
    color: var(--secondary-color);
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.el2-countdown-timer li + li {
    position: relative;
}

.el2-countdown-timer li + li::before {
    content: ":";
    position: absolute;
    left: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 500;
}

@media (max-width: 575.98px) {
    .el2-countdown-timer {
        gap: 24px;
    }

    .el2-countdown-timer li + li::before {
        left: -16px;
    }
}

/**************** brand7 box ***********************/
.el2-banner7-box {
    z-index: 1;
}

.el2-banner7-box .el2-earphone-shape {
    left: 30px;
    bottom: 0;
    z-index: -1;
}

.el2-banner7-box .el2-watch-shape {
    right: 37px;
    top: 20px;
    z-index: -1;
}

.el2-banner-7 {
    background-color: var(--yellow-color);
    padding: 46px 24px;
    gap: 85px;
    border-radius: 4px;
    padding-left: 40%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.el2-banner-7 h3 {
    color: var(--dark-color);
    max-width: 310px;
    font-size: 40px;
    line-height: 130%;
}

.el2-banner-7 img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el2-banner-7:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 1199.98px) {
    .el2-banner-7 {
        padding-left: 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px;
    }

    .el2-banner-7 h3 {
        max-width: 600px;
        text-align: center;
    }
}

/*************** products section start ***************/
.el2-banner-8 {
    padding: 40px;
    height: 510px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.el2-banner-8 .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    width: 100%;
    height: 100%;
}

.el2-banner-8:hover .banner-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.el2-banner-8 span {
    font-weight: 500;
    line-height: 140%;
    position: relative;
    z-index: 20;
}

.el2-banner-8 h2 {
    font-size: 40px;
    font-weight: 130%;
    position: relative;
    z-index: 20;
}

@media (max-width: 1199.98px) {
    .el2-banner-8 {
        height: 760px;
        padding-top: 80px;
    }
}

@media (max-width: 767.98px) {
    .el2-banner-8 {
        height: 600px;
    }
}

.el2-products-list h3 {
    padding-bottom: 24px;
    position: relative;
    border-bottom: 1px solid #e8eaf2;
    color: var(--dark-color);
    font-size: 32px;
    line-height: 130%;
}

.el2-products-list h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 96px;
    height: 1px;
    background-color: var(--secondary-color);
}

.el2-horizontal-card {
    border: 1px solid #e8eaf2;
    padding: 16px 24px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    overflow: hidden;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.el2-horizontal-card .el2-feature-image {
    max-width: 65px;
}

.el2-horizontal-card .el2-card-content a {
    font-size: 18px;
    color: var(--dark-color);
    display: block;
    margin-bottom: 4px;
}

.el2-horizontal-card .el2-card-content .el2-pricing {
    font-weight: 500;
    color: var(--dark-color);
    font-size: 18px;
    display: block;
    margin-top: 4px;
}

.el2-horizontal-card .el2-card-content .el2-pricing del {
    font-size: 14px;
    color: var(--yellow-color);
    font-weight: 400;
    margin-right: 8px;
}

.el2-horizontal-card .el2-rating-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.el2-horizontal-card .el2-rating-star ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.el2-horizontal-card .el2-rating-star ul li {
    font-size: 14px;
    color: var(--yellow-color);
}

.el2-horizontal-card .el2-rating-star span {
    color: var(--text-color);
}

.el2-horizontal-card .el2-action-box {
    padding: 6px;
    background-color: var(--secondary-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px 0 4px 0;
    gap: 24px;
    position: absolute;
    right: 0;
    bottom: -20px;
    width: 90px;
    height: 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.el2-horizontal-card .el2-action-box a {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.el2-horizontal-card .el2-action-box a + a {
    position: relative;
}

.el2-horizontal-card .el2-action-box a + a::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 4px;
    width: 1px;
    height: 20px;
    background-color: var(--white-color);
    opacity: 0.2;
}

.el2-horizontal-card:hover {
    -webkit-box-shadow: 0px 45px 70px -10px rgba(22, 32, 82, 0.1);
    box-shadow: 0px 45px 70px -10px rgba(22, 32, 82, 0.1);
}

.el2-horizontal-card:hover .el2-action-box {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

/**************** brand section start *****************/
.el2-brands-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.el2-brands-list.el2-brands-list-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.el2-brand-single {
    border: 1px solid #e8eaf2;
    height: 104px;
    padding: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(20% - 24px);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.el2-brand-single:hover {
    -webkit-box-shadow: 0px 45px 70px -10px rgba(22, 32, 82, 0.1);
    box-shadow: 0px 45px 70px -10px rgba(22, 32, 82, 0.1);
}

.el2-brand-single.el2-brand-single-2 {
    width: calc(25% - 24px);
}

@media (max-width: 991.98px) {
    .el2-brand-single.el2-brand-single-2 {
        width: calc(33% - 19px);
    }
}

@media (max-width: 575.98px) {
    .el2-brand-single.el2-brand-single-2 {
        width: calc(50% - 15px);
    }
}

@media (max-width: 1199.98px) {
    .el2-brand-single {
        width: calc(25% - 23px);
    }
}

@media (max-width: 991.98px) {
    .el2-brand-single {
        width: calc(33% - 19px);
    }
}

@media (max-width: 575.98px) {
    .el2-brand-single {
        width: calc(50% - 15px);
    }
}

/*************** offer section start *********************/
.el2-offer-section {
    background: -webkit-gradient(linear, left top, right top, color-stop(11.12%, #ebeefe), color-stop(67.08%, #ebedf4));
    background: -webkit-linear-gradient(left, #ebeefe 11.12%, #ebedf4 67.08%);
    background: -o-linear-gradient(left, #ebeefe 11.12%, #ebedf4 67.08%);
    background: linear-gradient(90deg, #ebeefe 11.12%, #ebedf4 67.08%);
}

.el2-offer-section .earphone-shape {
    position: absolute;
    top: 0;
    left: -115px;
}

.el2-offer-section .off-badge {
    position: absolute;
    left: 35%;
    top: -12px;
}

.el2-offer-section .circle-shape-1 {
    width: 724px;
    height: 724px;
    background: -webkit-gradient(linear, left top, left bottom, from(#bec6ff), color-stop(40.47%, rgba(222, 224, 238, 0)));
    background: -webkit-linear-gradient(top, #bec6ff 0%, rgba(222, 224, 238, 0) 40.47%);
    background: -o-linear-gradient(top, #bec6ff 0%, rgba(222, 224, 238, 0) 40.47%);
    background: linear-gradient(180deg, #bec6ff 0%, rgba(222, 224, 238, 0) 40.47%);
    border-radius: 50%;
    z-index: -1;
    bottom: -556px;
    left: 0;
}

.el2-offer-section .circle-shape-2 {
    width: 272px;
    height: 272px;
    border-radius: 50%;
    background: -webkit-linear-gradient(319.19deg, #bec6ff 13.88%, rgba(222, 224, 238, 0) 71.91%);
    background: -o-linear-gradient(319.19deg, #bec6ff 13.88%, rgba(222, 224, 238, 0) 71.91%);
    background: linear-gradient(130.81deg, #bec6ff 13.88%, rgba(222, 224, 238, 0) 71.91%);
    z-index: -1;
    left: -166px;
    top: -60px;
}

@media (max-width: 1199.98px) {
    .el2-offer-section .earphone-shape {
        width: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .el2-offer-section .off-badge {
        left: 27%;
    }
}

@media (max-width: 991.98px) {
    .el2-offer-section .earphone-shape {
        position: initial;
        width: 100%;
        top: 0;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        margin-bottom: 60px;
    }
}

.el2-offer-timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
    padding: 0;
}

.el2-offer-timer li {
    width: 104px;
    padding: 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--white-color);
    border-radius: 4px;
}

.el2-offer-timer li h3 {
    font-size: 32px;
    line-height: 130%;
    color: var(--dark-color);
}

.el2-offer-timer li span {
    text-transform: uppercase;
    color: var(--text-color);
    line-height: 140%;
    letter-spacing: 0.1em;
}

@media (max-width: 575.98px) {
    .el2-offer-timer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/********************* feature section start ******************/
.el2-feature-section {
    padding: 70px 0;
    background-color: var(--secondary-color);
}

.el2-icon-box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    padding: 0 24px;
    position: relative;
}

.el2-icon-box2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background-color: var(--white-color);
    opacity: 0.15;
}

.el2-icon-box2 h4 {
    line-height: 140%;
}

.el2-icon-box2 p {
    opacity: 0.8;
    line-height: 140%;
    font-size: 16px;
}

/******************* blog sectin start ********************/
.el2-blog-card .el2-blog-card-content {
    padding: 30px;
    border-radius: 4px;
    background-color: #f3f4f8;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 450px;
}

.el2-blog-card .el2-blog-card-content .el2-blog-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
}

.el2-blog-card .el2-blog-card-content .el2-blog-meta span {
    display: inline-block;
}

.el2-blog-card .el2-blog-card-content .el2-blog-meta span svg {
    margin-right: 4px;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.el2-blog-card .el2-blog-card-content h4 {
    color: var(--dark-color);
    line-height: 140%;
    margin-top: 20px;
}

.el2-blog-card .el2-blog-card-content h4:hover {
    color: var(--blue-color);
}

.el2-blog-card .el2-blog-card-content p {
    font-size: 16px;
    line-height: 140%;
    color: var(--text-color);
}

.el2-blog-card .el2-blog-card-content .el2-explore-btn {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-color);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
}

.el2-blog-card .el2-blog-card-content .el2-explore-btn:hover {
    color: var(--secondary-color);
}

.el2-blog-card .blog-img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el2-blog-card:hover .blog-img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

@media (max-width: 991.98px) {
    .el2-blog-card img {
        width: 100%;
    }

    .el2-blog-card .el2-blog-card-content {
        width: 100%;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        position: initial;
        max-width: 100%;
        margin-top: -10px;
    }
}

/******************* newsletter section start ****************/
.el2-newsletter {
    background-color: #f3f4f8;
}

.el2-newsletter .drone-bg {
    position: absolute;
    right: 46%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.el2-newsletter p {
    margin-bottom: 32px;
}

@media (max-width: 991.98px) {
    .el2-newsletter .drone-bg {
        position: initial;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        margin-bottom: 40px;
        max-width: 100%;
    }
}

.el2-newsletter-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.el2-newsletter-form label {
    width: 100%;
    position: relative;
}

.el2-newsletter-form label i {
    position: absolute;
    left: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--text-color);
}

.el2-newsletter-form label input {
    width: 100%;
    background-color: var(--white-color);
    border: 0;
    padding: 14px 56px;
    border-radius: 4px;
    margin-bottom: 0;
}
.el2-newsletter-form .el-btn{
    padding: 14px 30px;
    border-radius: 4px;
}

.el2-newsletter-form button {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 575.98px) {
    .el2-newsletter-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }
}

/********************** gallery slider start *****************/
.el2-gallery-slider .slick-list {
    margin: 0 -15px;
}

.el2-gallery-slider .slick-list .slick-slide {
    margin: 0 15px;
}

.el2-gallery-item {
    border-radius: 4px;
    overflow: hidden;
}

.el2-gallery-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--yellow-color);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--dark-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    font-size: 18px;
}

.el2-gallery-item:hover a {
    opacity: 1;
    visibility: visible;
}

/****************** el3-div-wrappper 3 start ***************/
.el3-div-wrappper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
    .el3-div-wrappper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.el3-div-wrappper .main-wrapper-left-side {
    width: 330px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (max-width: 1399.98px) {
    .el3-div-wrappper .main-wrapper-left-side {
        width: 280px;
    }
}

@media (max-width: 991.98px) {
    .el3-div-wrappper .main-wrapper-left-side {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.el3-div-wrappper .main-wrapper-right-side {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: calc(100% - 360px);
}

@media (max-width: 1399.98px) {
    .el3-div-wrappper .main-wrapper-right-side {
        width: calc(100% - 310px);
    }
}

@media (max-width: 991.98px) {
    .el3-div-wrappper .main-wrapper-right-side {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

/****************** el3-div-wrappper 3 end ***************/
/****************** hero section 3 start ***************/
.el-hero-section-3 {
    height: 520px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 100px 64px;
}

@media (max-width: 767.98px) {
    .el-hero-section-3 {
        height: auto;
        padding: 50px;
    }
}

.el-hero-section-3 .inner-box {
    width: 386px;
}

.el-hero-section-3 .tag-line {
    color: var(--yellow-color);
    font-weight: 500;
}

.el-hero-section-3 .title {
    font-weight: 600;
    color: var(--white-color);
}

.el-hero-section-3 .price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.el-hero-section-3 .current-price,
.el-hero-section-3 .old-price {
    font-weight: 500;
    color: var(--white-color);
}

.el-hero-section-3 .current-price {
    font-size: 24px;
    display: inline-block;
    margin-right: 10px;
}

.el-hero-section-3 .old-price {
    font-size: 16px;
}

/****************** hero section 3 end ***************/
/****************** el feature section 3 start ***************/
.el-feature-section-3 .el-home-3-fea-slider {
    /* the slides */
    /* the parent */
}

.el-feature-section-3 .el-home-3-fea-slider .slick-slide {
    margin: 0 15px;
}

.el-feature-section-3 .el-home-3-fea-slider .slick-list {
    margin: 0 -15px;
}

.el-feature-section-3 .el-home-3-fea-slider .slider-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 0;
    top: -120px;
    z-index: 11;
    background-color: var(--blue-color);
    color: var(--white-color);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.el-feature-section-3 .el-home-3-fea-slider .slider-btn.prev-btn {
    right: 50px;
}

.el-feature-section-3 .el-home-3-fea-slider .slider-btn:hover {
    background-color: var(--yellow-color);
    color: var(--dark-color);
}

.el-feature-section-3 .single-fea-category {
    position: relative;
    overflow: hidden;
}

.el-feature-section-3 .single-fea-category:hover .img-wrapper-2 img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.el-feature-section-3 .single-fea-category ul {
    margin: 0;
}

.el-feature-section-3 .single-fea-category ul li {
    list-style: none;
    position: relative;
    line-height: 2.2;
}

.el-feature-section-3 .single-fea-category ul li a {
    color: var(--text-color);
}

.el-feature-section-3 .single-fea-category ul li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    margin-right: 10px;
    color: var(--text-color);
}

.el-feature-section-3 .single-fea-category ul li:hover::before {
    color: var(--secondary-color);
}

.el-feature-section-3 .single-fea-category ul li:hover a {
    color: var(--secondary-color);
}

.el-feature-section-3 .single-fea-category .cate-btn {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: var(--blue-color);
    text-transform: capitalize;
    margin-top: 10px;
}

.el-feature-section-3 .single-fea-category .img-wrapper-2 img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 270px;
    height: 180px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    bottom: 30px;
    right: -30%;
}

/****************** el feature section 3 end ***************/
/****************** el banner section 3 start ***************/
.el-banner-section-3 .banner-1 {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    padding: 25px;
    transition: all 0.3s;
}

.el-banner-section-3 .banner-1 .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: -1;
    -webkit-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    width: 100%;
    height: 100%;
}

.el-banner-section-3 .banner-1:hover .banner-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.el-banner-section-3 .banner-1 .inner-box {
    width: 136px;
}

.el-banner-section-3 .banner-1 .tag-line,
.el-banner-section-3 .banner-1 .badge-title,
.el-banner-section-3 .banner-1 .title {
    display: block;
    color: var(--white-color);
}

.el-banner-section-3 .banner-1 .tag-line,
.el-banner-section-3 .banner-1 .badge-title {
    font-weight: 500;
    font-size: 14px;
}

.el-banner-section-3 .banner-1 .badge-title {
    text-align: center;
    padding: 5px 8px;
    display: block;
    text-transform: uppercase;
}

.el-banner-section-3 .banner-1 .price-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.el-banner-section-3 .banner-1 .price-wrapper .current-price {
    font-weight: 500;
    font-size: 24px;
    color: var(--yellow-color);
    display: inline-block;
    margin-right: 10px;
}

.el-banner-section-3 .banner-1 .price-wrapper .old-price {
    font-weight: 500;
    font-size: 16;
    color: var(--white-color);
}

.el-banner-section-3 .banner-1 .el-btn {
    font-size: 14px;
    padding: 8px 13px;
}

/****************** el banner section 3 end ***************/
/****************** product filter section 3 start ***************/
.product-filter-section-3 .product-filter-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-filter-section-3 .product-filter-nav button {
    font-weight: 500;
    font-size: 18px;
    color: var(--heading-color);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

@media (max-width: 767.98px) {
    .product-filter-section-3 .product-filter-nav button {
        border-radius: 5px;
    }
}

.product-filter-section-3 .product-filter-nav button.active {
    background: var(--yellow-color);
}

/****************** product filter section 3 end ***************/
/****************** el-banner-section-4 start ***************/
.el-banner-section-4 {
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    padding: 40px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-banner-section-4 .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: -1;
    -webkit-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    width: 100%;
    height: 100%;
}

.el-banner-section-4:hover .banner-img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.el-banner-section-4 .title,
.el-banner-section-4 p {
    color: var(--white-color);
}

.el-banner-section-4 .title {
    font-weight: 600;
}

.el-banner-section-4 p {
    font-size: 16px;
    font-weight: 400;
}

.el-banner-section-4 .tag-line {
    color: var(--yellow-color);
    font-weight: 500;
    font-size: 14px;
}

/****************** el-banner-section-4 end ***************/
/****************** el3-trending-section start ***************/
.el3-trending-section .content-wrapper {
    background: var(--gray-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199.98px) {
    .el3-trending-section .content-wrapper {
        background: var(--white-color);
    }
}

.el3-trending-section .content-wrapper .trending-product-wrapper {
    background: var(--gray-color);
    padding: 0 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 30px;
}

@media (max-width: 1199.98px) {
    .el3-trending-section .content-wrapper .trending-product-wrapper {
        width: 100%;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        margin-right: 0px;
    }
}

.el3-trending-section .content-wrapper .trending-product-wrapper .el-single-trending-product:last-child {
    border-bottom: none;
}

.el3-trending-section .content-wrapper .trending-video {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    position: relative;
}

@media (max-width: 1199.98px) {
    .el3-trending-section .content-wrapper .trending-video {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        margin-top: 30px;
        width: 100%;
        height: 550px;
    }
}

.el3-trending-section .content-wrapper .trending-video .left-side-bg {
    position: absolute;
    top: 0;
    left: 0;
    background: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    z-index: 20;
    -webkit-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -o-transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    transition: all 4s cubic-bezier(0, 0, 0.1, 1);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    width: 100%;
    height: 100%;
}

.el3-trending-section .content-wrapper .trending-video .vdo-btn {
    position: absolute;
    top: 37%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 30;
}

.el3-trending-section .content-wrapper .trending-video .vdo-btn::after {
    opacity: 0;
    position: absolute;
    top: -15%;
    left: -16%;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 2px solid var(--white-color);
    z-index: 90;
    border-radius: 100%;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
}

.el3-trending-section .content-wrapper .trending-video .vdo-btn::before {
    opacity: 0;
    position: absolute;
    top: -15%;
    left: -16%;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 2px solid var(--white-color);
    z-index: 90;
    border-radius: 100%;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
}

.el3-trending-section .content-wrapper .trending-video .video-content {
    padding: 55px;
    background-color: var(--red-orange-color);
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 30;
}

@media (max-width: 1399.98px) {
    .el3-trending-section .content-wrapper .trending-video .video-content {
        padding: 44px;
    }
}

.el3-trending-section .content-wrapper .trending-video .video-content .tag-line,
.el3-trending-section .content-wrapper .trending-video .video-content .title,
.el3-trending-section .content-wrapper .trending-video .video-content .des {
    color: var(--white-color);
    display: block;
}

.el3-trending-section .content-wrapper .trending-video .video-content .tag-line {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.el3-trending-section .content-wrapper .trending-video .video-content .title {
    font-weight: 600;
    margin-bottom: 10px;
}

.el3-trending-section .content-wrapper .trending-video .video-content .des {
    font-size: 16px;
    font-weight: 400;
}

/****************** el3-trending-section end ***************/
/********************** faq section start **********************/
.el-faq-section.el-about-faq-section .accordion-button.collapsed {
    background: var(--white-color);
}

.el-faq-section .accordion-item {
    border: none;
    border-radius: 0px;
    margin-bottom: 30px;
}

.el-faq-section .accordion-item:last-child {
    margin-bottom: 0px;
}

.el-faq-section .accordion-collapse {
    border: 1px solid var(--border-gray);
    border-top: none;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.el-faq-section .accordion-collapse .accordion-body {
    padding-top: 0px;
}

.el-faq-section .accordion-collapse .accordion-body p {
    font-size: 16px;
    color: var(--text-color);
}

.el-faq-section .accordion-button {
    padding-right: 60px;
    border-radius: 0;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
    color: var(--dark-color);
    background: var(--white-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 21.6px;
}

.el-faq-section .accordion-button:not(.collapsed) {
    -webkit-box-shadow: initial;
    box-shadow: initial;
    border: 1px solid var(--border-gray);
    border-bottom: none;
    border-radius: 0;
}

.el-faq-section .accordion-button.collapsed {
    background: var(--gray-color);
}

.el-faq-section .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.125);
}

.el-faq-section .accordion-button::after {
    content: initial;
}

.el-faq-section .accordion-button::before {
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 767.98px) {
    .el-faq-section .accordion-button::before {
        right: 20px;
    }
}

.el-faq-section .accordion-button.collapsed::before {
    top: 30%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.el-faq-section .accordion-flush .accordion-item {
    border-top: 1px solid var(--dark-color);
}

.el-faq-section .accordion-flush .accordion-item:first-child {
    border-top: 0;
}

/********************** faq section start **********************/
.el-contact-info-box {
    padding: 40px;
    background: var(--blue-color);
}

.el-contact-info-box .single-contact-box {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.el-contact-info-box .single-contact-box:first-child {
    padding-top: 0px;
}

.el-contact-info-box .single-contact-box:last-child {
    padding-bottom: 0px;
    border-bottom: initial;
}

.el-contact-info-box .single-contact-box .left-side {
    margin-right: 20px;
}

.el-contact-info-box .single-contact-box .right-side .title,
.el-contact-info-box .single-contact-box .right-side .info-text {
    display: block;
    color: var(--white-color);
}

.el-contact-info-box .single-contact-box .right-side .info-text {
    font-size: 16px;
    padding-bottom: 0;
    margin-bottom: 0;
    opacity: 0.9;
}

.el-blog-details-section .el-blog-quote {
    padding: 30px;
    background-color: var(--gray-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.el-blog-details-section .el-blog-quote .quote-icon {
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 56px;
    height: 56px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--white-color);
}

@media (max-width: 767.98px) {
    .el-blog-details-section .el-blog-quote .quote-icon {
        display: none;
    }
}

.el-blog-details-section .el-blog-quote h4 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    color: var(--blue-color);
}

.el-blog-details-section .el-tags-and-social-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-top: 60px;
}

@media (max-width: 767.98px) {
    .el-blog-details-section .el-tags-and-social-wrapper .tags-wrapper {
        width: 100%;
    }
}

.el-blog-details-section .el-tags-and-social-wrapper .tags-wrapper a {
    display: inline-block;
    font-size: 16px;
    background-color: var(--gray-color);
    color: var(--text-color);
    padding: 2px 10px;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 767.98px) {
    .el-blog-details-section .el-tags-and-social-wrapper .tags-wrapper a {
        margin-bottom: 20px;
    }
}

.el-blog-details-section .el-tags-and-social-wrapper .tags-wrapper a:hover {
    background-color: var(--blue-color);
    color: var(--white-color);
}

.el-blog-details-section .el-tags-and-social-wrapper .social-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.el-blog-details-section .el-tags-and-social-wrapper .social-wrapper a {
    margin-right: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.el-blog-details-section .el-tags-and-social-wrapper .social-wrapper a:last-child {
    margin-right: 0;
}

.el-blog-details-section .el-tags-and-social-wrapper .social-wrapper a:hover {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.el-blog-details-section .next-prev-blogs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.el-blog-details-section .next-prev-blogs a {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.el-blog-details-section .next-prev-blogs a:hover {
    color: var(--blue-color);
}

.el-blog-details-section .next-prev-blogs a:hover svg path {
    stroke: var(--blue-color);
}

.el-blog-details-section .next-prev-blogs a.next-blog {
    color: var(--blue-color);
}

.comment-box .single-comment {
    padding: 20px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid var(--border-gray);
}

.comment-box .single-comment:last-child {
    border-bottom: none;
}

.comment-box .single-comment img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 20px;
}

.comment-box .single-comment .name {
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: var(--dark-color);
}

.comment-box .single-comment .des, .comment-box .single-comment .date {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 10px;
}

.comment-box .single-comment .des {
    margin-bottom: 0;
}

.comment-box .single-comment .reply-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}

.comment-box .single-comment .reply-btn:hover {
    color: var(--blue-color);
}

.comment-box .single-comment .reply-btn:hover svg {
    fill: var(--blue-color);
}

.comment-box .single-comment .reply-btn:hover svg path {
    fill: var(--blue-color);
}

.el-main-about-section .subtitle {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: var(--blue-color);
}

.el-main-about-section .title {
    font-weight: 600;
}

.el-main-about-fea-section .single-about-feature {
    padding: 20px;
    text-align: center;
}

.el-main-about-fea-section .single-about-feature svg {
    margin-bottom: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.el-main-about-fea-section .single-about-feature h4 {
    margin-bottom: 20px;
}

.el-main-about-fea-section .single-about-feature p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.el-main-about-fea-section .single-about-feature:hover svg {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.nice-select.category-select.shop-grid-filter.nice_select {
    width: 216px;
}
select.nice_select{
    display:none !important;
}

.el-search-with-category-wrapper .nice-select.open .list {
    width: 216px;
}

.shop-grid-nav-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.shop-grid-nav-right .shop-nav-title {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    margin-right: 30px;
}

.shop-grid-nav-right .shop-filter-btn {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--gray-color);
}

.shop-grid-nav-right .shop-filter-btn svg {
    fill: var(--dark-color);
}

.shop-grid-nav-right .shop-filter-btn svg path {
    fill: var(--dark-color);
}

.shop-grid-nav-right .shop-filter-btn.active {
    background: var(--blue-color);
}

.shop-grid-nav-right .shop-filter-btn.active svg {
    fill: var(--white-color);
}

.shop-grid-nav-right .shop-filter-btn.active svg path {
    fill: var(--white-color);
}

.shop-grid-nav-right .shop-filter-btn:hover {
    background: var(--blue-color);
}

.shop-grid-nav-right .shop-filter-btn:hover svg {
    fill: var(--white-color);
}

.shop-grid-nav-right .shop-filter-btn:hover svg path {
    fill: var(--white-color);
}

.el-main-cart-section .cart-price {
    font-size: 18px;
    font-weight: 400;
    color: var(--dark-color);
}

.el-main-cart-section .cart-delete-btn {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: block;
    margin-left: 45px;
}

.el-main-cart-section .cart-delete-btn:hover {
    color: var(--light-red-color);
}

.el-main-cart-section .table tr {
    border-color: var(--border-gray);
}

.el-main-cart-section .table th {
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--dark-color);
}

.el-main-cart-section .table td {
    vertical-align: middle;
}

.el-main-cart-section .single-sm-product {
    padding: 20px 0px;
}

.el-main-cart-section .el-contact-form {
    border: none;
    padding: 0;
}

.el-main-cart-section .el-contact-form .form-wrapper .coupon-input {
    width: 505px;
    margin-right: 10px;
}

@media (max-width: 1199.98px) {
    .el-main-cart-section .el-contact-form .form-wrapper .coupon-input {
        width: 300px;
    }
}

@media (max-width: 991.98px) {
    .el-main-cart-section .cart-coupon-wrapper .el-btn {
        width: 300px;
    }
}

@media (max-width: 767.98px) {
    .el-main-cart-section .cart-coupon-wrapper .cart-btns-wrapper {
        width: 100%;
    }

    .el-main-cart-section .cart-coupon-wrapper .el-btn {
        width: 100%;
    }

    .el-main-cart-section .cart-coupon-wrapper .el-contact-form {
        width: 100%;
    }

    .el-main-cart-section .cart-coupon-wrapper .el-contact-form .form-wrapper {
        width: 100%;
    }

    .el-main-cart-section .cart-coupon-wrapper .el-contact-form .form-wrapper .coupon-input {
        width: 100%;
    }
}

.el-main-cart-section .cart-total-box {
    width: 416px;
    padding: 30px;
    background-color: var(--blue-color);
    color: var(--white-color);
}

.el-main-cart-section .cart-total-box h4 {
    color: var(--white-color);
}

.el-main-cart-section .cart-total-box ul li {
    line-height: 3;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.el-main-cart-section .cart-total-box ul li:last-child {
    border-bottom: none;
}

.el-main-cart-section .cart-total-box ul li .title, .el-main-cart-section .cart-total-box ul li .price {
    font-size: 18px;
    text-transform: capitalize;
}

.el-main-cart-section .cart-total-box ul li .title {
    font-weight: 500;
}

.el-main-cart-section .cart-total-box ul li .price {
    font-weight: 400;
}

.el-main-checkout-form .form-wrapper input, .el-main-checkout-form .form-wrapper textarea {
    font-size: 14px;
    color: var(--text-color);
    font-weight: 400;
    text-transform: capitalize;
}

.el-main-checkout-form .form-wrapper input::-webkit-input-placeholder, .el-main-checkout-form .form-wrapper textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: var(--text-color);
    font-weight: 400;
    text-transform: capitalize;
}

.el-main-checkout-form .form-wrapper input:-ms-input-placeholder, .el-main-checkout-form .form-wrapper textarea:-ms-input-placeholder {
    font-size: 14px;
    color: var(--text-color);
    font-weight: 400;
    text-transform: capitalize;
}

.el-main-checkout-form .form-wrapper input::-ms-input-placeholder, .el-main-checkout-form .form-wrapper textarea::-ms-input-placeholder {
    font-size: 14px;
    color: var(--text-color);
    font-weight: 400;
    text-transform: capitalize;
}

.el-main-checkout-form .form-wrapper input::placeholder, .el-main-checkout-form .form-wrapper textarea::placeholder {
    font-size: 14px;
    color: var(--text-color);
    font-weight: 400;
    text-transform: capitalize;
}

.el-main-checkout-form .form-wrapper .nice-select {
    border: 1px solid var(--border-gray);
    width: 100%;
    padding: 25px 20px;
}

.el-main-checkout-form .form-wrapper .nice-select .list {
    width: 100%;
}

.el-main-checkout-form .form-wrapper .nice-select .current {
    position: relative;
    top: -21px;
    font-size: 14px;
    color: var(--text-color);
    font-weight: 400;
    text-transform: capitalize;
}

.el-main-checkout-form .form-wrapper .nice-select::after {
    content: initial;
}

.el-main-checkout-form .form-wrapper .nice-select.open::before {
    top: 37%;
    -webkit-transform: translateY(-50%) rotateX(180deg);
    transform: translateY(-50%) rotateX(180deg);
}

.el-main-checkout-form .form-wrapper .nice-select::before {
    content: url(../../assets/images/icons/gray-arrow-down-icon.svg);
    position: absolute;
    right: 10px;
    top: 66%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

.order-summary {
    padding: 40px;
    border: 1px solid var(--border-gray);
}

@media (max-width: 767.98px) {
    .order-summary {
        padding: 20px;
    }
}

.compare-products-wrapper table {
    border: 1px solid var(--border-gray);
}

.compare-products-wrapper table th {
    background: var(--gray-color);
    font-weight: 500;
    font-size: 24px;
    text-transform: capitalize;
    text-align: center;
}

.compare-products-wrapper table td {
    padding: 20px;
}

.compare-products-wrapper table tfoot {
    border-color: var(--white-color);
}

.el-main-product-details-section .payment-grnty {
    position: relative;
    padding: 40px;
    border: 1px solid var(--border-gray);
}

.el-main-product-details-section .payment-grnty .label-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-color);
    background: var(--white-color);
    padding: 0 8px;
    position: absolute;
    top: -11px;
}

.el-main-product-details-section .video-wrapper-thumbnail {
    position: relative;
}

.el-main-product-details-section .video-wrapper-thumbnail .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.el-main-product-details-section .video-wrapper-thumbnail .video-play-btn::after {
    opacity: 0;
    position: absolute;
    top: -15%;
    left: -16%;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 2px solid var(--yellow-color);
    z-index: 90;
    border-radius: 100%;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
}

.el-main-product-details-section .video-wrapper-thumbnail .video-play-btn::before {
    opacity: 0;
    position: absolute;
    top: -15%;
    left: -16%;
    content: "";
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 2px solid var(--yellow-color);
    z-index: 90;
    border-radius: 100%;
    -webkit-animation-name: ripple;
    animation-name: ripple;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
    z-index: -1;
}

.el-main-product-details-section .product-grid-mobile-slider img {
    width: 220px;
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}

.el-main-product-details-section .el-product-gallery-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.el-main-product-details-section .main-gallery {
    padding-left: 0;
}

.el-main-product-details-section .inline-gallery {
    padding-left: 20px;
}

@media (max-width: 767.98px) {
    .el-main-product-details-section .inline-gallery {
        padding-left: 0px;
    }
}

.el-main-product-details-section table tr td {
    padding: 11px 20px;
}

.main-details-des-review-tab-section .des-review-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: -2px;
}

.main-details-des-review-tab-section .des-review-navbar .nav-link {
    font-size: 24px;
    font-weight: 500;
    color: var(--dark-color);
    padding: 15px 30px;
    text-transform: capitalize;
}

.main-details-des-review-tab-section .des-review-navbar .nav-link.active {
    background: var(--yellow-color);
}

.main-details-des-review-tab-section table tr td {
    padding: 11px 20px;
}

.main-details-des-review-tab-section .review-box {
    padding: 30px;
    border: 1px solid var(--border-gray);
}

.main-details-des-review-tab-section .ratings-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.main-details-des-review-tab-section .ratings-wrapper .average-ratings {
    line-height: 1;
    font-size: 40px;
    font-weight: 600;
    color: var(--dark-color);
}

.main-details-des-review-tab-section .review-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-color);
    text-transform: capitalize;
}

.main-details-des-review-tab-section .progressbar-wrapper .single-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.main-details-des-review-tab-section .progressbar-wrapper .single-wrapper:last-child {
    margin-bottom: 0;
}

.main-details-des-review-tab-section .progressbar-wrapper .single-wrapper .ratings-number {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.main-details-des-review-tab-section .progressbar-wrapper .single-wrapper .progress {
    -webkit-box-flex: 10;
    -ms-flex: 10;
    flex: 10;
    height: 10px;
    overflow: hidden;
    border-radius: 0;
}

@media (max-width: 767.98px) {
    .main-details-des-review-tab-section .progressbar-wrapper .single-wrapper .progress {
        -webkit-box-flex: 6;
        -ms-flex: 6;
        flex: 6;
    }
}

@media (max-width: 424.98px) {
    .main-details-des-review-tab-section .progressbar-wrapper .single-wrapper .progress {
        -webkit-box-flex: 3;
        -ms-flex: 3;
        flex: 3;
    }
}

.main-details-des-review-tab-section .progressbar-wrapper .single-wrapper .progress .progress-bar {
    background: #FFB82E;
}

.trendy-product-details-slider .slick-slide {
    padding-bottom: 120px;
}

.product-details-2-gallery-slider .slider-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 50%;
    z-index: 11;
    -webkit-box-shadow: 0 15px 35px #0000001a;
    box-shadow: 0 15px 35px #0000001a;
    border: 1px solid rgba(221, 221, 221, 0);
    background-color: var(--white-color);
    color: var(--dark-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-details-2-gallery-slider .slider-btn.prev-btn {
    left: 10px;
    opacity: 0.6;
}

.product-details-2-gallery-slider .slider-btn.next-btn {
    right: 10px;
}

.product-details-2-gallery-slider .slider-btn:hover {
    background-color: var(--dark-color);
    color: var(--white-color);
    opacity: 1;
}

.sticky-el-main-product-details-section {
    position: relative;
}

.sticky-el-main-product-details-section .sticky-el-details-right {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

@media (max-width: 991.98px) {
    .sticky-el-main-product-details-section .sticky-el-details-right {
        position: initial;
    }
}

.el-hero-section .hero-content-wrapper img {
    width: 186px;
}

.el2-banner-1 .el-btn,
.el2-banner-2 .el-btn,
.el2-banner-4 .el-btn {
    border-radius: 4px;
}

.el2-banner-8 h2.fw-semibold {
    color: #ffffff;
}

.sharp-img-1 {
    max-width: 304px !important;
}

.sharp-img-2 {
    max-width: 957px !important;
}

.sharp-img-3 {
    max-width: 174px !important;
}

.btm-content-wrapper del {
    font-size: 14px;
    text-decoration: line-through;
    color: var(--text-color);
    margin-right: 10px;
}

.btm-content-wrapper ins {
    font-weight: 500;
    font-size: 18px;
    color: var(--heading-color);
}

.img-icon {
    width: 40px;
}

.svg-margin {
    margin: 0 20px;
}

.el-fea-support-section .el-single-fea-support:hover .svg-margin {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.el-fea-support-section .el-single-fea-support .svg-margin {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.el-single-blog .main-contents .tags-wrapper .tag a {
    color: #717171;
}

.el2-blog-card img {
    height: 375px !important;
    width: 450px;
    object-fit: cover;
}
.el2-product-action-btns a {
    color: #000;
}

.el2-product-action-btns a:hover {
    color: #ffffff;
}
.el2-product-card .el2-product-action-btns a:hover:before {
    color: #fff;
}
.action-btn i {
    font-size: 20px;
    color: var(--text-color);
}
.action-btn:hover i {
    color: var(--text-white);
}
.layout-3  .inner-box img{
    height: 267px;
    object-fit: cover;
}
.el2-product-price ins {
    margin-left: 8px;
}
.el-single-blog .thumbnail-right img{
    height: 370px;
    object-fit: cover;
}
.el-single-product-2 .btn-action-wrapper .action-btn i{
    color: var(--white-color);
    transition: all 0.3s;
}
.el-single-product-2 .compare-button .woosc-btn:before {
    color: var(--white-color);
    transition: all 0.3s;
}
.el-single-product-2 .btn-action-wrapper .action-btn:hover i,
.el-single-product-2 .btn-action-wrapper .action-btn:hover .compare{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.el-single-product .product__quick_view_text,
.el2-product-card .product__quick_view_text{
    display: none;
}
.el-single-product-2 .product__quick_view_icon{
    display: none;
}
.title-h2{
    display: block;
}
.location-wrapper{
    display:flex;
    align-items:center;
    gap:7px
}
@media (min-width:1200px){
    .el-middle-header {
        min-height: 112px;
    position: relative;
}
.electio-header-top-one{
    height:45px;
        line-height: 45px;
}
.el-header-btm{
    min-height:55px;
    line-height:55px;
}
.el-header-btm.el-header-btm-3{
    line-height:inherit;
}
}
.el2-horizontal-card .compare-button .woosc-btn:before {
    color: #ffffff;
}

.el2-horizontal-card .el2-action-box a.compare {
    transform: translateY(0px);
}

.el2-horizontal-card .el2-action-box a.add-to-cart-btn {
    color: #fff;
    font-size: 17px;
    position: relative;
}
a.add-to-cart-btn.electio-add-to-cart:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 4px;
    width: 1px;
    height: 20px;
    background-color: var(--white-color);
    opacity: 0.2;
}

.btm-content-wrapper-offer .electio_product_style {
    display: none;
}
.el-single-product:hover .electio_product_style{
    display: block;
}
.elc3-footer-widget ul{
    margin-left: 0px;
    padding: 0;
}
@media screen and (min-width: 780px) {
    .single-widget .accordion-item {
        display: none;
    }
}
@media screen and (max-width: 779px) {
    .electio__footer_useful_link {
        display: none;
    }

}
.el-contact-info-box .single-contact-box .left-side i {
    font-size: 18px;
    background: rgb(255, 214, 18);
    padding: 19px;
    color: rgb(0, 14, 60);
}
.el2-footer-widget .accordion-item{
    display: none;
}

#sbi_images:hover a {
    opacity: 1;
    visibility: visible;
}
.el2-gallery-slider .sbi_photo_wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFD612;
    opacity: 0;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    z-index: 1;
}
.el2-gallery-slider .sbi_photo_wrap:hover::before {
    opacity: 1;
}
.el2-gallery-slider .sbi_photo_wrap a:after {
    content: "\f16d";
    font-family: 'Font Awesome 6 Brands';
    /*transform: translate(-50%, -50%) scale(0);*/
    width: 50px;
    height: 50px;

    z-index: 3;
    color: var(--secondary-color);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    position: absolute;
    left: 38%;
    top: 38%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 0;
}
.el2-gallery-slider .sbi_photo_wrap:hover a::after {
    opacity: 1;
}
.elc3-footer-widget .el2-footer-icon{
    background-color: #ffd61200;
}
.electio__comment_form_comment_box {
    width: 100%;
}
.comment-title-date-reply {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    gap: 50px;
}
.comment-content {
    margin-top: 20px;
}
.post-li{
    border-bottom: 1px solid var(--border-gray);
    padding-bottom: 15px;
}

.el2-gallery-item-widget .sbi_photo_wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFD612;
    opacity: 0;
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    z-index: 1;
}
.el2-gallery-item-widget .sbi_photo_wrap:hover::before {
    opacity: 1;
}
.el2-gallery-item-widget .sbi_photo_wrap a:after {
    content: "\f16d";
    font-family: 'Font Awesome 6 Brands';
    /*transform: translate(-50%, -50%) scale(0);*/
    width: 50px;
    height: 50px;
    z-index: 3;
    color: var(--secondary-color);
    -webkit-transition: var(--transition-base);
    -o-transition: var(--transition-base);
    transition: var(--transition-base);
    position: absolute;
    left: 25%;
    top: 26%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 0;
}
.el2-gallery-item-widget .sbi_photo_wrap:hover a::after {
    opacity: 1;
}
.tags-wrapper ul {
    margin-left: 0;
    display: flex;
    gap: 10px;
}
span.lg-common-txt a {
    color: #ffffff;
}
.tags-wrapper ul li {
    list-style: none;
}

.tags-wrapper ul {
    padding: 0;
}
.language-switcher li {
    list-style: none;
}
.el-middle-header .info-box.account-box ul li {
    list-style: none;
}
.payment-grnty {
    position: relative;
    padding: 40px;
    border: 1px solid var(--border-gray);
}
.payment-grnty .label-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-color);
    background: var(--white-color);
    padding: 0 8px;
    position: absolute;
    top: -11px;
}
.nav-style-megamenu>li.nav-item .nav-link {
    z-index: 1;
}
.navbar-nav.nav-style-megamenu {
    padding: 0;
}
.nav-style-megamenu>li.nav-item .nav-link{
    padding: 0;
}
.el2-header-right .el2-header-user .info-menu li {
    list-style: none;
}
.electio-ajax-search-header-three .el-search-with-category-wrapper {
    width: 100%;
}
.electio-ajax-search-header-three .el-search-with-category-wrapper .bg-wrapper {
    width: 100%;
}

.el-mobile-menu-and-category-sidebar .electio-ajax-search-bar.category-wrapper,
.header_one_mobile_search .electio-ajax-search-bar.category-wrapper{
    display: none;
}
.el-single-product .product-img-wrapper {
    background-color: #f0f2fb;
}
.form-wrapper textarea{
    min-height: 125px;
}
.el-blog-details-section .el-single-blog .thumbnail .inner-box{
    height: 560px;
    object-fit: cover;
}
.el2-countdown-timer li {
    list-style: none;
}
.product_list_widget_title_wrap .el2-card-content {
    overflow: hidden;
}
.product_list_widget_title_wrap .el2-card-content a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.el2-header-search-toggle {
    padding: 1px 6px;
}
.el2-footer-copyright img.payment-img {
    height: 30px;
}
.el-single-product .product-img-wrapper{    background-color: #f0f2fb;}
.wpc-filter-search-form .wpc-search-field{
    margin-bottom: 0;
}
.sidebar-popular-items ul li {
    list-style: none;
}
.lg-inner-contents::after{
    background: -webkit-gradient(linear,left top,left bottom,color-stop(6%,hsla(0,0%,100%,0)),color-stop(100%,#fff));
    background: linear-gradient(-180deg,hsla(0,0%,100%,0) 6%,#222020 100%);
    width: 100%;
}
.el-blog-details-section .inner-box::after{
    background: -webkit-gradient(linear,left top,left bottom,color-stop(6%,hsla(0,0%,100%,0)),color-stop(100%,#fff));
    background: linear-gradient(-180deg,hsla(0,0%,100%,0) 6%,#222020 98%);
    content: "";
    height: 130px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;

}
.elect-banner-subtitle{
        display: block;
    position: relative;
    z-index: 22;
}
ul.electio-menu-icon-list-items,
.el-hm-one-nav ul.electio-menu-icon-list-item{
    margin: 0;
    padding: 0;
    gap: 0;
    display: inherit;
    list-style:none;
}
.electio-menu-icon-list-items span{
    color:#000e3c;
}
.el-hm-one-nav .electio-menu-icon-list-items li{
    margin:0;
    padding:0;
}
.el-hm-one-nav .electio-menu-icon-list-items li a,
.electio-menu-icon-list-items > li.nav-item .dropdown-menu a{
    padding:0 !important;
    line-height:32px;
    position:relative;
}

.electio-menu-icon-list-items li .item_label{
        line-height: 1;
    background: #ccc;
    margin-left: 8px;
    display: inline-block;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 11px;
    text-transform:uppercase;
}
.electio-menu-icon-list-items li a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0px;
    height: 2px;
    background: var(--blue-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.electio-menu-icon-list-items li:hover a:after {
    opacity: 1;
    width: 20px;
    visibility: visible;
}
.imga-404-box img{
    max-width:600px;
}
.el_sticky_header{
   display:none;
}
.sticky-wrapper {
  transition: 0.4s ease-in-out;
}
.sticky-wrapper.header-sticky {
    display:block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  animation: stickyAni 0.6s ease-in-out;
  z-index:99;
  height:90px;
}
.sticky-wrapper.header-sticky .row{
    height:90px;
    align-items:center;
}
.sticky-wrapper.header-sticky .navbar-expand-lg .navbar-nav{
    justify-content:flex-end;
}
.sticky-wrapper.header-sticky .sidebar-toggle-btn{
    float:right;
}
@keyframes stickyAni {
  0% {
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
@media (max-width:767px){
  
}
