:root{
    --color-1: #2692d2;
    --color-2: #c2cd27;
    --color-3: #f5f6f8;
    --color-4: #e1e1e1;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: white;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color-1);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--color-2);
}
.text-primary {
    color: var(--color-1)!important;
}
.header-middle,
.header-bottom {
    color: black;
    background: white;
    border: none;
}
.menu > li:hover > a:not(.menu-title) {
    color: var(--color-1);
}
.menu > li.active > a:not(.menu-title){
    color: black;
}
.menu.vertical-menu > li.has-submenu{
    position: unset;
}
.category-menu li .megamenu > li:not(:last-child),
.category-menu li .megamenu > li:last-child{
    padding: 0;
    text-align: center;
}
.category-menu .megamenu li  a,
.category-menu .megamenu li a:not(.btn) {
    padding: 0;
    margin: 5px 0;
    color: black;
}
.category-menu .megamenu li  a.menu-title{
    margin: 20px 0;
    color: black;
}
.category-menu .megamenu a:hover{
    color: var(--color-1);
}
.vertical-menu > li:first-child:hover > ul, .vertical-menu > li:first-child:hover .megamenu, .vertical-menu > li:first-child.active > ul, .vertical-menu > li:first-child.active .megamenu{
    top: 0;
}

.category-menu i {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin-right: 0;
    font-size: 18px;
    width: 30px;
}
.menu .has-submenu > a,
.category-menu > li > a {
    position: relative;
    color: black;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.header a:not(.btn){
    color: black;
}
.menu .has-submenu > a:hover,
.category-menu > li > a:hover,
.header a:not(.btn):hover{
    color: var(--color-1);
}
.main-nav{
    position: relative;
}
.main-nav .menu > .has-submenu{
    position: unset;
}
.main-nav .menu > .has-submenu .megamenu{
    height: fit-content;
    width: 960px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding:  20px 10px;
    left: -21px;
    max-height: 90vh;
    overflow-y: scroll;
}
.main-nav .menu > .has-submenu .megamenu li{
    width: 25%;
    min-width: 230px;
    padding-top: 0px;
}
.main-nav .menu > .has-submenu .megamenu li ul{
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}
.main-nav .menu > .has-submenu .megamenu li ul li{
    width: 100%;
}
.main-nav .menu > .has-submenu .megamenu li ul li a{
    max-width: 90%;
}
.main-nav .menu .megamenu .menu-title {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    padding: 0;
}
.main-nav .menu .megamenu li a {
    padding: 0;
    margin-bottom: 10px;
}
.megamenu ul:last-child {
    margin-bottom: 0;
}
.category-menu li  .megamenu{
    width: 960px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 20px;
    overflow-y: scroll;
    height: 100%;
}
.dropdown-box .megamenu .megamenu-item {
    width: 25%;
    height: fit-content;
    border: none;
    transition: all 0.4s ease;
}
.dropdown-box .megamenu .megamenu-item .megamenu-item-trigger,
.dropdown-box .megamenu .megamenu-item.no-child a {
    color: black;
    font-size: 14px;
    font-weight: 700;
    width: 85%;
    padding: 15px 0;
    display: flex;
    position: relative;
}
.dropdown-box .megamenu .megamenu-item .megamenu-item-trigger:hover{
    color: var(--color-1);
}
.dropdown-box .megamenu .megamenu-item .megamenu-item-trigger::after{
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 10px;
    transition: all 0.4s ease;
}
.dropdown-box .megamenu .megamenu-item:hover .megamenu-item-trigger::after{
    transform: rotate(90deg);
}
.dropdown-box .megamenu .megamenu-item-body a{
    font-weight: 500;
}
.dropdown-box .megamenu .megamenu-item-body{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    height: 0;
    overflow-y: hidden;
    opacity: 0;
    padding: 0;
    transition: all 0.4s ease;
}
.dropdown-box .megamenu .megamenu-item:hover .megamenu-item-body{
    height: fit-content;
    opacity: 1;
}
.login {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-right: 20px;
}
.login:hover {
    color: var(--color-1);
    cursor: default;
}
.login i{
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3px;
}
.label-down span {
    display: block;
    font-size: 14px;
}
.login .dropdown-box a{
    width: 100%;
    text-align: left;
    color: black;
    font-size: 14px;
    font-weight: 500;
}
.login .dropdown-box a:hover{
    color: var(--color-1);
}
.header-top{
    text-transform: none;
}
.header-top a{
    font-size: 14px;
}
.topheader-link{
    display: flex;
    font-size: 14px;
}
.header-top .header-right > *,
.header-right .topheader-link a{
    margin-left: 15px;
}
.header-right .topheader-link a:first-child{
    margin-left: 0;
}
.header-left .topheader-link a{
    margin-right: 15px;
}
.header-left .topheader-link a:last-child{
    margin-right: 0px;
}
.active-underline > li > a::before{
    display: none;
}
.header-search.hs-expanded input.form-control{
    color: black;
    border: none;
}
.form-control:focus {
    background-color: transparent;
    color: black;
    border: none;
    outline: 0;
    box-shadow: none;
}
.header-search.hs-expanded .select-box{
    border: none;
    color: black;
}
.header-search.hs-expanded{
    background-color: var(--color-3);
    color: black;
}
.header-search.hs-round .btn-search {
    border-radius: 0;
    border: none;
    background-color: var(--color-1);
    color: white;
    transition: all 0.4s ease;
}
.header-search.hs-round .btn-search:hover {
    background-color: var(--color-2);
}
.mobile-menu-container .nav-tabs .nav-link.active{
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
}
@media screen and (max-width:767px){
    .header .container{
        flex-wrap: wrap;
        justify-content: center;
    }
    .header-top .header-left,
    .header-top .header-right{
        width: fit-content;
        justify-content: center;
        margin-right: 0;
        margin-left: 0;
    }
    .header-top .header-right .topheader-link{
        display: none;
    }
    .header-middle {
        padding: 10px 0;
    }
    .header-middle .header-left{
        width: 100%;
        order: 1;
    }
    .header-middle .header-right{
        width: 100%;
        order: 2;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin-top: 20px;
    }
    .header-middle .label-down span{
        display: none;
    }
    .header .sticky-content-wrapper {
        display: block;
        order: 2;
        width: 100%;
    }
    .header-middle.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 2399;
        padding: 20px 0;
        background-color: white;
        transition: all 0.4s ease;
    }
    .header-middle.sticky  .header-left{
        display: none;
    }
    .header-middle.sticky  .header-right{
        margin-top: 0px;
    }
    .mmenu-active .mobile-menu-overlay {
        opacity: 1;
        background-color: white;
    }
    .close-icon::before, .close-icon::after {
        background-color: black;
    }
    .mobile-menu-close {
        left: unset;
        right: 20px;
    }
    .tablet-menu-btn{
        display: none;
    }
}
@media screen and (min-width:768px) and (max-width:991px){
    .header-middle.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 2399;
        padding: 10px 0;
        background-color: white;
        transition: all 0.4s ease;
    }
    .mobile-menu-btn{
        display: none;
    }
    .logo img {
        width: 150px;
    }
    .label-down span{
        display: none;
    }
}
@media screen and (min-width:992px) and (max-width:1199px){
    .logo img {
        width: 80%;
    }
    .menu .has-submenu > a, .category-menu > li > a {
        font-size: 13px;
    }
    .category-menu i {
        font-size: 16px;
        width: 25px;
    }
    .category-menu li .megamenu{
        width: 745px;
    }
    .dropdown-box .megamenu .megamenu-item {
        width: 33%;
    }
    .main-nav .menu > .has-submenu .megamenu{
        width: 745px;
        min-width: unset;
        min-height: 532px;
        max-height: 532px;
        border-bottom: 20px solid white;
    }
}
.footer{
    background-color: var(--color-4);
    padding-top: 60px;
}
.logo-footer img{
    width: 200px;
}
footer .contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
}
footer .contact-info a{
    color: black;
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
footer .contact-info a i{
    font-size: 20px;
    margin-right: 10px;
}
.fa-phone{
    transform: rotate(90deg);
}
footer .social-icon {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.social-icons-colored .social-icon{
    border: none;
}
.social-icons-colored .social-icon.social-facebook {
    border-color: transparent;
    background-color: #1877f2;
}
.social-icons-colored .social-icon.social-instagram {
    border-color: transparent;
    background-color: #bc1888;
    background-image: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background-image: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background-image: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icons-colored .social-icon.social-youtube {
    border-color: transparent;
    background-color: #ff0000;
}
.social-icons.social-icons-colored a:hover{
    background-color: var(--color-1);
    border-color: transparent;
    background-image: none;
}
.footer .copyright a{
    color: var(--color-1);
}
.footer .copyright a:hover{
    color: var(--color-2);
}
.cta-wrapper{
    padding-top: 1px;
    background-color: var(--color-1);
}
.cta-wrapper .container{
    background-color: transparent;
    margin-bottom: -55px;
    margin-top: 55px;
    z-index: 1;
}
.banner-newsletter-bg .form-control:focus{
    background-color: white;
}
section{
    padding: 40px 0;
}
.title-link-wrapper a{
    text-transform: none;
}
.blog-area .post-details {
    text-align: left;
    padding: 10px 0;
}
.blog-area .post .post-title {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    font-size: 18px;
    color: black;
}
.btn-link{
    border: none;
    text-transform: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}
.btn-dark.btn-link {
    background-color: transparent;
    color: black;
    border-color: black;
    border: none;
    text-transform: none;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}
.btn-dark.btn-link:hover {
    color: var(--color-1);
}
.product-name {
    margin-bottom: 0.7rem;
    font-size: 18px;
    font-weight: 700;
    white-space: normal;
}
.product-variations{
    margin-top: 10px;
}
.product-label.label-discount {
    background: #ef4949;
}
.product-action .btn-product{
    text-transform: none;
    transition: all 0.4s ease;
}
.product-action .btn-product:hover{
    background-color: var(--color-2);
}
.product-action .btn-product.btn-cart:hover{
    background-color: transparent;
}
.slider-nav-top{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.slider-nav-top .swiper-button-next,
.slider-nav-top .swiper-button-prev{
    position: relative;
    left: 0;
    font-weight: 700;
    margin-left: 5px;
}
.swiper-container.has-topnav {
    margin-top: -65px;
    padding-top: 65px
}
.nav-right .swiper-button-prev,
.nav-right .swiper-button-next {
    position: absolute;
    right: 0;
    top: 20px;
    bottom: unset;
    left: auto;
    font-weight: 700;
    font-size: 30px;
}
.swiper-theme .swiper-button-prev:not(.swiper-button-disabled):hover,
.swiper-theme .swiper-button-next:not(.swiper-button-disabled):hover{
    background-color: transparent;
    color: var(--color-2);
}
.nav-right .swiper-button-prev{
    right: 40px;
}
.swiper > .swiper-container {
    position: relative;
}
.title{
    font-size: 30px;
    color: black;
}
.features-area{
    background-color: var(--color-1);
    padding-bottom: 0px;
}
.icon-box-wrapper {
    border: none;
    padding: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
.icon-box-side{
    color: white;
    width: 25%;
}
.icon-box .icon-box-title{
    color: white;
    font-size: 18px;
}
@media screen and (max-width:767px){
    .icon-box-wrapper {
        padding-bottom: 0;
        padding-left: 20px;
    }
    .icon-box-side{
        width: 100%;
        margin-bottom: 40px;
        flex-direction: row;
        justify-content: flex-start;
    }
    .icon-box-side .icon-box-content {
        text-align: start;
    }
    .cta-wrapper .container {
        margin-bottom: -120px;
        margin-top: 0px;
    }
    .footer {
        padding-top: 100px;
    }
    .product .product-action,
    .product .product-action-vertical,
    .product .product-action-horizontal {
        visibility: visible;
        opacity: 1;
    }
    .product-action .btn-product.btn-cart{
        margin-top: 10px;
    }
    .product .product-pa-wrapper{
        flex-direction: column;
    }
    .product .product-pa-wrapper .product-action {
        bottom: 0px;
        position: relative;
    }
}
@media screen and (min-width:768px) and (max-width:991px){
    .product .product-action,
    .product .product-action-vertical,
    .product .product-action-horizontal {
        visibility: visible;
        opacity: 1;
    }
    .product-action .btn-product.btn-cart{
        margin-top: 10px;
    }
    .product .product-pa-wrapper{
        flex-direction: column;
    }
    .product .product-pa-wrapper .product-action {
        bottom: 0px;
        position: relative;
    }
    .icon-box-wrapper {
        padding-bottom: 0;
        margin-bottom: -40px;
    }
    .icon-box-side{
        width: 50%;
        margin-bottom: 40px;
    }
    .cta-wrapper .container {
        margin-bottom: -85px;
    }
}
@media screen and (min-width:992px) and (max-width:1199px){
    .icon-box-wrapper {
        padding-bottom: 0;
    }
    .icon-box-side{
        width: 50%;
        margin-bottom: 40px;
    }
}
.page-header{
    width: 100%;
    text-align: center;
    padding: 40px 0;
    background-color: transparent
}
.breadcrumb-nav {
    justify-content: center;
}
.breadcrumb {
    border-bottom: none;
    padding: 0;
    padding-bottom: 10px;
}
.post-title {
    color: black;
    font-weight: 700;
    font-size: 18px;
}
.sidebar-overlay, .sidebar-toggle, .sidebar-content, .sidebar-close {
    z-index: 999999;
}
.breadcrumb li a,
.breadcrumb li:last-child{
    color: black;
}
.breadcrumb li a:hover{
    color: var(--color-1);
}
.breadcrumb li:not(:last-child),
.breadcrumb li {
    opacity: 1;
}
.breadcrumb li::after {
    content: "";
    position: relative;
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    font-family: "wolmart";
}
.post-content p {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
    font-size: 16px;
    color: black;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 40px auto;
}
.page-title {
    font-size: 3.4rem;
    color: black;
    font-weight: 700;
    letter-spacing: 0;
}
.features-row{
    margin: 60px 0;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.features-row .title{
    width: 100%;
    justify-content: center;
}
.features-row .feature-single{
    width: 30%;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.features-row .feature-single lord-icon{
    width: 100px;
    height: 100px;
}
.category-classic-section{
    background-color: var(--color-3);
}
.shop-categories-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.shop-categories-row .category{
    width: 25%;
    margin: 20px 0;
}
.toolbox select {
    border: none;
}
.cta-wrapper.product-page .container {
    margin-bottom: -110px;
    margin-top: 20px;
}
.product-details .input-group button {
    background-color: transparent;
    color: black;
    font-weight: 700;
}
.product-details .breadcrumb-nav {
    justify-content: flex-start;
    margin-bottom: 10px;
}
.product-single  .product-title {
    font-size: 26px;
}
.product-single   .new-price {
    font-size: 32px;
    color: var(--color-1);
}
.product-single  .product-reviews{
    display: flex;
    margin-bottom: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.product-single .product-sku ,
.product-single  .review-title{
    color: black;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0;
}
.product-details .ratings-container {
    margin-bottom: 0px;
    margin-left: 5px;
}
.single-product .product-form:not(.product-variation-form) {
    border-top: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: transparent;
}
.btn-secondary.btn-link {
    background-color: transparent;
    color: black;
    border-color: black;
}
.btn-secondary.btn-link:hover {
    background-color: transparent;
    color: var(--color-2);
    border-color: var(--color-2);
}
.tab-pane,
.product-tabs ul{
    color: black;
}
.tab-pane .title {
    font-size: 18px;
    color: black;
}
.size-table-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.size-table {
    width: 30%;
}
.size-table .size-title{
    padding: 5px 0;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: white;
    background-color: var(--color-1);
}
.size-table tr:hover{
    background-color: var(--color-3);
}
.single-product .product-details {
    overflow-x: hidden;
}
.product-single .product-form {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 0;
}
.product-single .product-form label {
    max-width: 20%;
}
.product-single .product-form .product-variations{
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0;
}
.product-sticky-content .product-name {
    font-size: 20px;
    font-weight: 700 !important;
}
.product-single .accordion-bg.accordion-primary .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: none;
    border-radius: 0;
}
.product-single .accordion-bg.accordion-primary .card-header{
    border:none;
}
.product-single .accordion-bg.accordion-primary .card-header a {
    background-color: var(--color-34);
    color: black;
}
.accordion-bg.accordion-plus .expand::before, .accordion-bg.accordion-plus .expand::after, .accordion-bg.accordion-plus .collapse::before, .accordion-bg.accordion-plus .collapse::after{
    background-color: black;
}
.product-single .collapse:not(.show) {
    display: flex;
}
.area-select{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}
.area-select select {
    width: 48%;
    font-size: 16px;
    padding: 10px;
    background-color: var(--color-3);
    border: none;
}
.shipping-details{
    margin-top: 10px;
    padding: 0 1%;
}
.shipping-single{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}
.shipping-single .shipping-title{
    font-size: 14px;
    font-weight: 700;
    width: 48%;
}
.shipping-single .shipping-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 500;
    width: 48%;
}
.shipping-single span.shipping-price{
    color: var(--color-1);
    font-weight: 700;
    font-size: 16px;
}
.contact-information-section{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
}
.contact-information-section .icon-box{
    display: flex;
    width: 25%;
    flex-direction: column;
    align-items: center;
}

.contact-information-section .icon-box p{
    font-size: 16px;
    color: black;
}
.contact-us .icon-box-content .icon-box-title{
    color: black;
}
.contact-information-section .icon-box:hover p{
    color: var(--color-1);
}
.contact-us .contact-intro{
    text-align: center;
    color: black;
    font-size: 16px;
}
.contact-form-section{
    margin: 40px 0;
    display: flex;
}
.contact-form-section h4{
    color: black;
    font-size: 20px;
    text-align: center;
}
.contact-us-form {
    width: 60%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.contact-us-form .form-input{
    width: 48%;
}
.contact-us-form .form-textarea{
    width: 100%;
}
.contact-us-form .form-checkbox{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.contact-us-form .form-checkbox a:hover{
    color: var(--color-2);
}
.contact-us-form button{
    margin-top: 20px;
    text-align: center;
    border: none;
    border-radius: 0;
    margin: auto;
    color: white;
    background-color: var(--color-1);
}
.contact-us-form button:hover{
    color: white;
    background-color: var(--color-2);
}
.contact-us-form .form-group .form-control {
    margin-bottom: 1.4rem;
    min-height: 20px;
    border-radius: 0;
    background-color: white;
    color: black;
    font-size: 16px;
    border: none;
    border-bottom: 2px solid black;
}
.contact-us-form .form-group .form-control:focus{
    border-bottom: 2px solid var(--color-1);
}
.contact-us .map iframe{
    width: 100%;
    height: 400px;
    padding: 0;
    margin: 0;
    margin-bottom: -10px;
}
.compare-table > div:nth-child(2n) .compare-col {
    background-color: var(--color-3);
}
.compare-col.compare-field{
    color: black;
    font-weight: 700;
    font-size: 16px;
}
.compare-col .new-price {
    font-size: 20px;
    font-weight: 700;
}
.compare-availability .compare-value {
    color: green;
}
.product-stock{
    width: 100%;
    display: flex;
    font-size: 14px;
    margin: 10px 0 10px;
}
.product-stock span:first-child{
    max-width: 20%;
    margin-right: 10px;
}
.product-stock span.stock-value{
    font-weight: 700;
}
.product-stock span.stock-value.instock{
    color: green;
}
.product-stock span.stock-value.nostock{
    color: crimson;
}
.collapse:not(.show) {
    display: flex;
}
.faq-section .accordion-bg .card-header a {
    background-color: transparent;
}
.faq-section .card {
    background-clip: border-box;
    border: none;
    border-radius: 0;
}
.faq-section .card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: none;
    color: black;
}
.faq-section .card-header a {
    color: black;
}
.faq-section .card-header a:hover {
    color: var(--color-1);
}
.faq-section .card-body {
    border: none;
}
.faq-section .card-body p {
    font-size: 14px;
    line-height: 2;
    padding: 0 10px;
    color: black;
}
.faq-section .card-header a::after,
.faq-section .card-header a::before{
    color: black;
    font-weight: 700;
}
.text-page h4{
    margin-bottom: 10px;
}
.text-page p{
    margin-bottom: 40px;
}
.product-popup .product-stock span:first-child {
    max-width: 30%;
    min-width: 25%;
    margin-right: 10px;
}
.login-popup {
    max-width: 50%;
    margin: auto;
    padding: 3.3rem 5rem 2.6rem;
}
.form-control {
    border: none;
    border-bottom: 2px solid black;
}
.form-control:focus {
    border: none;
    border-bottom: 2px solid var(--color-1);
}
.intro-slide {
    /*min-height: 55.3rem;*/
    min-height: unset;
    height: auto;
    aspect-ratio: 2/1.178;
}
@media screen and (max-width:767px){
    .login-popup {
        max-width: 100%;
    }
    .product-popup .product-form.add-to-cart-area{
        flex-direction: column;
    }
    .product-popup .product-form.add-to-cart-area .product-qty-form {
        -ms-flex: 1;
        flex: 1;
    }
    .features-row .feature-single {
        width: 100%;
        margin: 10px 0;
    }
    .features-row .title {
        padding: 0;
    }
    .shop-categories-row .category{
        width: 50%;
        margin: 10px 0;
    }
    .size-table {
        width: 100%;
        margin-bottom: 20px;
    }
    .single-product .product-qty-form{
        width: 100%;
        margin: 0;
        padding: 0;
        margin-bottom: 20px;
        flex: 0 0 0;
    }
    .product-single .product-form.container{
        flex-direction: column;
        align-items: flex-start;
    }
    .product-single .btn-cart {
        width: 100%;
    }
    .area-select select {
        width: 100%;
        margin-bottom: 10px;
    }
    .shipping-single .shipping-title,
    .shipping-single .shipping-info{
        width: 100%;
    }
    .product-sticky-content{
        display: none !important;
    }
    .contact-us-form {
        width: 100%;
    }
    .contact-information-section .icon-box {
        width: 100%;
        margin-bottom: 40px;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }
    .icon-box .icon-box-content {
        text-align: left;
        display: flex;
        flex-direction: column;
        margin-left: 20px;
    }
    .icon-box.text-center .icon-box-icon {
        margin: 0;
    }
    .contact-us-form .form-input {
        width: 100%;
        margin-bottom: 20px;
    }
    .contact-us-form .form-checkbox {
        width: 100%;
        margin-bottom: 20px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
    }
    .contact-us-form .form-checkbox input{
        margin-right: 10px;
    }
}
@media screen and (min-width:768px) and (max-width:991px){
    .product-popup .product-form.add-to-cart-area{
        flex-direction: column;
    }
    .product-popup .product-form.add-to-cart-area .product-qty-form {
        -ms-flex: 1;
        flex: 1;
    }
    .single-product .product-qty-form {
        -ms-flex: 0 0 9rem;
        flex: 0 0 9rem;
        max-width: 9rem;
        margin-right: 1rem;
    }
    .single-product .product-qty-form .input-group .form-control{
        padding: 0 10px;
    }
    .single-product .product-qty-form .input-group button {
        right: 5px;
    }
    .single-product .product-qty-form .input-group button + button {
        margin-right: 25px;
    }
    .area-select select {
        width: 100%;
        margin-bottom: 10px;
    }
    .shipping-single .shipping-title,
    .shipping-single .shipping-info{
        width: 100%;
    }
    .contact-information-section .icon-box {
        width: 50%;
        margin-bottom: 40px;
    }
    .contact-us-form {
        width: 100%;
    }
}
@media screen and (min-width:992px) and (max-width:1199px){
    .features-row .title {
        padding: 0 60px;
    }
}
@media screen and (min-width:992px) and (max-width:1274px){
    .header-bottom {
        display: none;
    }
    .header-middle .header-left .mobile-menu-toggle {
        display: block;
        margin-right: 20px;
    }
    .header-middle.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 2399;
        padding: 10px 0;
        background-color: white;
        transition: all 0.4s ease;
    }
    .intro-wrapper {
        padding-left: 0;
        width: 100%;
    }
}
#cookieNotice{
    z-index: 99999999999999999999999999;
}
.intro-slide1 .banner-content {
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    position: relative;
    width: 100%;
    height: 100%;
}
.intro-slide .btn {
    content: '';
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    background: transparent;
    background-color: transparent;
}
.intro-slide .btn:hover{
    border: none;
    background: transparent;
    background-color: transparent;
}



[data-custom-class='body'], [data-custom-class='body'] * {
    background: transparent !important;
}
[data-custom-class='title'], [data-custom-class='title'] * {
    font-family: Arial !important;
    font-size: 26px !important;
    color: #000000 !important;
}
[data-custom-class='subtitle'], [data-custom-class='subtitle'] * {
    font-family: Arial !important;
    color: #595959 !important;
    font-size: 14px !important;
}
[data-custom-class='heading_1'], [data-custom-class='heading_1'] * {
    font-family: Arial !important;
    font-size: 19px !important;
    color: #000000 !important;
}
[data-custom-class='heading_2'], [data-custom-class='heading_2'] * {
    font-family: Arial !important;
    font-size: 17px !important;
    color: #000000 !important;
}
[data-custom-class='body_text'], [data-custom-class='body_text'] * {
    color: #595959 !important;
    font-size: 14px !important;
    font-family: Arial !important;
}
[data-custom-class='link'], [data-custom-class='link'] * {
    color: #3030F1 !important;
    font-size: 14px !important;
    font-family: Arial !important;
    word-break: break-word !important;
}




