marquee {
    background-color: var(--color-primary);
    color: var(--color-white);
    font-size: 20px;
    padding: 6px 2px;
    margin-bottom: -7px;
}
.header_middle {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px 0;
}
.top-search .form-control {
    background-color: var(--color-white);
    border-radius: 4px;
    position: relative;
    border: 1px solid var(--color-dddddd);
    height: 50px;
    padding: 0 45px 0 15px;
    width: 100%;
}
.top-search .flaticon-search {
    position: absolute;
    background-color: var(--color-primary);
    border-radius: 0 4px 4px 0;
    color: var(--color-white);
    height: 50px;
    width: 50px;
    right: 0;
    font-size: 25px;
    text-align: center;
    display: flex;
    top: 0;
    align-items: center;
    justify-content: center;
}
.r-top-head {
    align-items: center;
    display: flex;
    justify-content: end;
}
.r-top-head a {
    cursor: pointer;
}
.header_top_iconbox .icon {
    border-radius: 4px;
    border: 1px solid var(--color-primary);
    height: 50px;
    line-height: 55px;
    position: relative;
    text-align: center;
    width: 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.header_top_iconbox .details {
    margin: 0 9px;
}
.header_top_iconbox .icon i {
    font-size: 25px;
    color: var(--color-primary);
}
.header_top_iconbox .details .subtitle,
.header_top_iconbox .details .title {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    margin-bottom: 0;
}
.header_top_iconbox .details .title {
    font-size: 16px;
    font-weight: 500;
}
.header_top_iconbox .icon .cart-count {
    background-color: var(--color-primary);
    border-radius: 50%;
    color: var(--color-white);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    position: absolute;
    right: -10px;
    height: 20px;
    width: 20px;
    top: -10px;
    line-height: 20px;
    text-align: center;
}
.cart-dropdown {
    position: fixed;
    right: -600px;
    top: 0;
    bottom: 0;
    z-index: 999;
    transition: all .5s cubic-bezier(0.55, 0, 0.1, 1);
}
.cart-dropdown.open {
    right: 0;
}
.cart-dropdown .cart-content-wrap {
    background-color: var(--color-white);
    padding-top: 15px;
    width: 450px;
    height: 100%;
}
body.open .closeMask {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    transition: .3s;
}
.cart-dropdown .cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #f6f7fb;
    padding: 10px 12px;
}
.cart-dropdown .cart-header .header-title {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 500;
}
.cart-dropdown .cart-header .cart-close {
    height: 35px;
    width: 35px;
    font-size: 15px;
    border-radius: 50%;
    background: var(--color-dddddd);
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    border: none;
}
#cart_pro_list {
    padding: 15px;
}
.thumb_cart ul {
    height: calc(100vh - 225px);
    overflow: auto;
}
.thumb_cart li {
    display: flex;
    padding-right: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-dddddd);
    margin-bottom: 10px;
    position: relative;
}
.thumb_cart li .left {
    min-width: 60px;
}
.thumb_cart a.float_right {
    position: absolute;
    right: 15px;
}
.header-nav {
    background-color: var(--color-primary);
}
#mega-menu {
    height: 48px;
    position: absolute;
    top: 0;
    cursor: pointer;
    max-width: 210px;
    width: 100%;
    transition: all .3s ease-in-out;
}
#mega-menu a {
    color: var(--color-white);
    line-height: 45px;
    font-size: 17px;
    letter-spacing: 1px;
    position: relative;
    font-weight: 500;
    font-family: var(--title-fontfamily);
    height: 100%;
    display: inline-block;
}
#mega-menu .btn-mega:after {
    background-color: var(--color-white);
    content: "";
    height: 50px;
    position: absolute;
    right: -15px;
    top: 0;
    width: 1px;
}
.pl200 {
    padding-left: 220px;
}
.menu-ul>li {
    border: 0;
    display: inline-block;
    margin: 0;
    text-align: left;
    padding: 0 13px;
}
.menu-ul>li>a {
    position: relative;
    color: var(--color-white);
    font-size: 17px;
    margin: 0;
    display: inline-block;
    padding: 12px 0;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: var(--title-fontfamily);
}
.menu-ul>li>a:hover {
    color: var(--color-secondary);
}
.menu-ul>li>a:before,
.menu-ul>li.menu-active a::before {
    background-color: var(--color-secondary);
    content: "";
    height: 2px;
    opacity: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    transition: all .3s ease 0;
}
.menu-ul>li.menu-active {
    background-color: var(--color-secondary);
}
.menu-ul>li.menu-active a:before {
    background-color: var(--color-primary);
}
.menu-ul>li a:hover:before,
.menu-ul>li.menu-active a:before {
    opacity: 1;
    width: 100%;
}
.menu-2 {
    position: absolute;
    right: 0;
    top: 0;
}
#shop_category.all-cat-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 200px;
    left: 0;
    right: 0;
    z-index: 222;
    transition: all .3s ease;
}
#shop_category.cat-menu-active {
    opacity: 1;
    top: 10px;
    visibility: visible;
}
.cat-main-menu {
    background-color: var(--color-white);
    height: calc(100vh - 180px);
    border: 1px solid var(--color-dddddd);
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 17%);
}
.cat-scroll {
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) #dddddd;
}
.all-catlist {
    width: 20%;
    overflow: auto;
    height: 100%;
    float: left;
    padding: 10px 0;
}
.sub-catlist {
    width: 80%;
    float: right;
    overflow: auto;
    height: 100%;
}
.menu-vallcat {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid var(--color-dddddd);
    padding: 5px 10px;
    color: var(--color-primary);
    font-size: 15px;
    font-weight: 500;
}
.lvl1-item.active {
    background: var(--color-primary) 1f;
    border-radius: 0 15px 15px 0;
}
.all-catlist .lvl1-item a {
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
}
.sub-catlist .lvl2-link {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
}
.sub-catlist .lvl3-link {
    font-size: 15px;
    font-weight: 400;
    padding: 3px 10px;
    display: inline-block;
}
.lvl1-item .show-subcategories {
    position: absolute;
    right: 8px;
    top: 6px;
    font-size: 20px;
}
.view-all-cat {
    padding: 5px 10px;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-weight: 500;
    font-size: 15px;
}
.sub-catlist .subcategory:not(.active) {
    display: none;
}

/*Footer Style Start Niks*/
.subscribe-area {
    background-color: var(--color-secondary);
    padding-bottom: 65px;
    padding-top: 70px;
    position: relative;
    z-index: 1;
    margin-top: 50px;
}
.subscribe-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    mix-blend-mode: luminosity;
    opacity: 0.4;
    max-width: 100%;
}
.subscribe-shape-2 {
    position: absolute;
    top: 53%;
    left: 10%;
    mix-blend-mode: luminosity;
    opacity: 0.4;
    z-index: -1;
}
.subscribe-shape-3 {
    position: absolute;
    bottom: 10%;
    left: 12%;
    z-index: -1;
    mix-blend-mode: luminosity;
    opacity: 0.4;
    z-index: -1;
}
.subscribe-shape-4 {
    position: absolute;
    top: -5%;
    right: 12%;
    z-index: -1;
}
.subscribe-plane {
    position: absolute;
    right: 17%;
    top: 24%;
    width: 399px;
    height: 110px;
    z-index: -2;
}
.subscribe-plane-shape {
    position: absolute;
    top: -34%;
    left: -6%;
}
.subscribe-plane svg {
    position: absolute;
    top: 0;
    right: 0;
}
.subscribe-plane svg path {
    stroke-dasharray: 4;
    stroke-dashoffset: 0;
    -webkit-animation: tp-svg-line 30s linear forwards infinite;
    animation: tp-svg-line 30s linear forwards infinite;
}
@-webkit-keyframes tp-svg-line {
    100% {
        stroke-dashoffset: 350;
    }
}
@-moz-keyframes tp-svg-line {
    100% {
        stroke-dashoffset: 350;
    }
}
@-ms-keyframes tp-svg-line {
    100% {
        stroke-dashoffset: 350;
    }
}
@keyframes tp-svg-line {
    100% {
        stroke-dashoffset: 350;
    }
}
.subscribe-content {
    color: var(--color-white);
}
.subscribe-content span {
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
}
.subscribe-title {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 0;
}
.footer {
    background-color: #f1f1f1;
    padding-top: 50px;
}
.app-icon-img {
    display: flex;
    align-items: center;
}
.email-box {
    position: relative;
}
.email-box input[type="email"] {
    height: 45px;
    border: 1px solid #eee;
    background-color: var(--color-white);
    border-radius: 4px;
    font-size: 17px;
    text-transform: capitalize;
    padding-right: 115px;
}
.email-box input.form-control {
    height: 45px;
    border: 1px solid #eee;
    background-color: var(--color-white);
    border-radius: 4px;
    font-size: 17px;
    text-transform: capitalize;
    padding-right: 115px;
}
.email-box .btn-submit {
    height: 45px;
    cursor: pointer;
    background-color: var(--color-primary);
    font-size: 17px;
    font-weight: 400;
    border: none;
    text-transform: capitalize;
    border-radius: 0 4px 4px 0;
    color: var(--color-white);
    padding: 0 15px;
    letter-spacing: 0.5px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
#res_message,
#res_message2 {
    position: absolute;
    font-weight: 600;
    font-size: 16px;
    background-color: var(--color-white);
    padding: 0 10px;
    border-radius: 4px;
    left: 0;
    right: 0;
    margin-top: 4px;
    width: fit-content;
    z-index: 1;
}
.email-box .success {
    color: green;
}
.email-box .error {
    color: red;
}
.social-inner li {
    display: inline-block;
    vertical-align: middle
}
.social-inner li a {
    padding: 0;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    position: relative
}
.social-inner li a:after {
    content: "";
    height: 42px;
    width: 42px;
    right: -3px;
    top: -3px;
    position: absolute;
    border-radius: 50%;
    border: 1px dashed var(--color-secondary);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
.social-inner li a:hover:after {
    border-color: var(--color-secondary);
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite
}
keyframes spinaround 0% {
    transform: rotate(0deg)
}
keyframes spinaround 100% {
    transform: rotate(360deg)
}
@-webkit-keyframes spinAround {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@-moz-keyframes spinAround {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}
.social-inner li a i {
    color: var(--color-white);
    font-size: 25px;
}
.social-inner li.facebook a {
    background-color: #3b5999
}
.social-inner li.twitter a {
    background-color: #00aced
}
.social-inner li.youtube a {
    background-color: #d12121
}
.social-inner li.instagram a {
    background: -moz-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: -webkit-linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)
}
.social-inner li.pinterest a {
    background-color: #c8232c
}
.social-inner .twitter i:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath d='M8 2H1L9.26086 13.0145L1.44995 21.9999H4.09998L10.4883 14.651L16 22H23L14.3917 10.5223L21.8001 2H19.1501L13.1643 8.88578L8 2ZM17 20L5 4H7L19 20H17Z' fill='rgba(255,255,255,1)'%3E%3C/path%3E%3C/svg%3E");
    display: inline-block;
    width: 24px;
    height: 24px;
}
.f-title {
    padding: 0 0 5px;
    position: relative;
    color: var(--color-secondary);
    font-size: 25px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 20px;
    font-family: var(--title-fontfamily);
}
.f-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: var(--color-secondary);
    border-radius: 100px;
}
.footer-menu-list li {
    margin-bottom: 5px;
    line-height: 20px;
}
.footer-menu-list li a,
.m-footer .contact-info a {
    font-weight: 400;
    position: relative;
    font-size: 17px;
    letter-spacing: 0.2px;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: 0.7px;
}
.footer-menu-list li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    color: var(--color-primary);
    left: -15px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.footer-menu-list li a:hover:before {
    opacity: 1;
    left: 0;
}
.footer-menu-list li a:hover {
    color: #2eaae1;
    padding-left: 14px;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.footer-menu-list li a:hover {
    color: var(--color-primary);
}
.footer-menu-list .current-menu-item a {
    letter-spacing: 1px;
    color: var(--color-primary);
}
.m-footer .contact-info li span {
    font-size: 20px;
    margin-right: 8px;
    width: 25px;
    height: auto;
    text-align: center;
    position: absolute;
    left: 0;
}
.m-footer .contact-info li {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 17px;
    padding-left: 35px;
    position: relative;
    word-wrap: break-word;
}
.whats-float a {
    background-color: #25d366;
    color: var(--color-white);
    border-radius: 3px;
    transition: all .5s ease-in-out;
    padding: 0 5px 0 45px;
    position: relative;
    display: inline-block;
    line-height: 20px
}
.whats-float a:hover {
    text-decoration: none
}
.whats-float a:focus {
    outline: none;
    text-decoration: none
}
.whats-float a span {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
}
.whats-float i {
    font-size: 30px;
    color: var(--color-white);
    transform: rotate(0deg);
    transition: all .5s ease-in-out;
    position: absolute;
    left: 8px;
    top: 4px
}
.whats-float small {
    display: block;
    font-size: 13px;
    font-weight: 600
}
.whats-float a:hover i {
    transform: rotate(360deg)
}
.footer-copyright p {
    margin: 0;
    text-align: center;
    padding: 15px 0;
    letter-spacing: 0.5px;
    background: var(--color-primary);
    color: var(--color-white);
    font-size: 18px;
}
.footer-copyright p a {
    color: var(--color-white);
}
.footer-copyright p a:hover {
    color: var(--color-secondary);
}
.footer-copyright {
    position: relative;
}
.footer-pay-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0 3px;
    border-top: 1px solid #ddd;
    margin-top: 35px;
}
.footer-pay-icon .paybox {
    width: 80px;
    height: 40px;
    background: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    margin: 0 5px 7px 0;
    padding: 3px;
    border-radius: 2px;
    transition: all 500ms ease;
}
.footer-pay-icon .paybox:hover {
    transform: translateY(-5px);
}
.back-to-top {
    position: fixed;
    bottom: -40px;
    right: 25px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    background: var(--color-primary);
    color: var(--color-white);
    text-align: center;
    text-decoration: none;
    opacity: 0;
    transform: scale(0.3);
    box-shadow: 0 0 8px 0 var(--color-white)fff;
    z-index: 9;
    transition: all .3s;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.back-to-top:focus {
    color: var(--color-white);
}
.back-to-top.show {
    bottom: 90px;
    opacity: 1;
    transform: scale(1)
}
.back-to-top.show:hover {
    color: var(--color-white);
    bottom: 100px;
}
/*Whatsapp Popup Style Start*/
.floating-wpp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    transition: bottom .2s;
    z-index: 99;
}
.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, .4);
    transition: box-shadow .2s;
    cursor: pointer;
    overflow: hidden
}
.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}
.floating-wpp:hover {
    bottom: 17px
}
.floating-wpp:hover .floating-wpp-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, .4)
}
.floating-wpp .floating-wpp-popup {
    border-radius: 6px;
    background-color: #E5DDD5;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, .25);
    width: 0;
    height: 0;
    bottom: 0;
    opacity: 0;
    transition: bottom .1s ease-out, opacity .2s ease-out;
    transform-origin: bottom
}
.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    opacity: 1
}
.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: var(--color-white);
    padding: 8px;
    border-radius: 0 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    opacity: 0;
    transition: opacity .2s
}
.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: .2s
}
.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: var(--color-white);
    margin: 0 -15px 10px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer
}
.floating-wpp .floating-wpp-input-message {
    background-color: var(--color-white);
    margin: 10px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center
}
.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none
}
.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer
}
/*Whatsapp Popup Style End*/
/*Footer Style End Niks*/

/*----------------------
    Search Popup Start
-----------------------*/
.backgroundOverlay {
    background: rgb(0 0 0 / 70%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    cursor: url(../img/close-cursor.png), auto;
    z-index: 9;
}
.search-popup {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    transform: scale(1, 0);
    transform-origin: top center;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.search-popup.open-search {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    /*    height: 100%;*/
}
.search-popup .content-wrap {
    background-color: #fff;
    width: 100%;
    /*    height: 100%;*/
    position: relative;
    box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.08);
    padding: 20px 15px;
}
.search-popup .close-trigger {
    position: absolute;
    right: 20px;
    top: 20px;
    background: transparent;
    border: none;
    color: var(--color-heading);
    font-size: 22px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.search-top p {
    font-weight: 700;
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
}
body.search-popup-open {
    overflow: hidden;
}
/*----------------------
    Search Popup End
-----------------------*/

/*Responsive Style Start*/
@media only screen and (min-width: 768px) {
    .mf-title,
    .icon-open-close {
        display: none !important;
    }
    .m-footer .collapse {
        display: inherit;
        z-index: 1;
        position: relative;
    }
}
@media only screen and (max-width: 1099px) {
    .header_top_iconbox .details {
        display: none;
    }
    .header_top_iconbox .icon {
        margin-left: 10px;
    }
}
@media only screen and (max-width: 991px) {
    .header_top_iconbox .icon i {
        font-size: 20px;
    }
    #shop_category.all-cat-menu {
        display: none !important;
    }
    .subscribe-content {
        margin-bottom: 25px;
    }
    .header_top_iconbox .icon {
        margin-left: 10px;
        width: 40px;
        height: 40px;
        line-height: 45px;
    }
    .animated-icon {
        width: 28px;
        height: 25px;
        top: 8px;
        left: 5px;
        position: relative;
        transform: rotate(0deg);
        transition: 0.5s ease-in-out;
        cursor: pointer;
    }
    .animated-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out;
        background: var(--color-secondary);
    }
    .animated-icon span:nth-child(1) {
        top: 2px;
    }
    .animated-icon span:nth-child(2) {
        top: 10px;
    }
    .animated-icon span:nth-child(3) {
        top: 18px;
    }
    .animated-icon.hamburger-open span:nth-child(1) {
        top: 11px;
        transform: rotate(135deg);
    }
    .animated-icon.hamburger-open span:nth-child(2) {
        opacity: 0;
        left: -60px;
        top: 10px;
    }
    .animated-icon.hamburger-open span:nth-child(3) {
        top: 11px;
        transform: rotate(-135deg);
    }
    #menu_wrapper.active {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        cursor: pointer;
        z-index: 99;
        background: rgb(0 0 0 / 54%);
        cursor: pointer;
    }
    #mobile-top-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 300px;
        bottom: 0;
        background: var(--color-white);
        z-index: 9999999;
        overflow-y: auto;
        overflow-x: auto;
        padding-top: 25px;
    }
    #mobile-top-menu #top-menu-closer {
        cursor: pointer;
        width: 35px;
        position: absolute;
        right: 0;
        padding: 5px;
        top: 0;
        background-color: var(--color-primary);
    }
    #mobile-top-menu #top-menu>li {
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 9px 10px;
        position: relative;
    }
    #top-menu>li>a {
        text-align: left;
        padding: 0;
        font-weight: 600;
        width: 100%;
        display: block;
    }
    .mobile-social {
        padding: 10px;
        position: sticky;
        width: 100%;
        bottom: 0;
        background: #fff;
        z-index: 9;
    }
    .social-head li {
        display: inline-block;
    }
    .social-head {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .social-head li a {
        width: 40px;
        display: inline-block;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 25px;
        border-radius: 3px;
    }
    .social-head li a i {
        color: #fff;
    }
    .social-head li.facebook a {
        background-color: #3b5999;
    }
    .social-head li.twitter a {
        background-color: #00aced;
    }
    .social-head li.youtube a {
        background-color: #d12121;
    }
    .social-head li.instagram a {
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    }
    .social-head li.pinterest a {
        background-color: #c8232c;
    }
    /*Category Menu Style Start*/
    .m-shop-cat {
        background-color: #24a77e42;
        border-radius: 3px;
        margin: 5px 10px 0;
        display: none;
    }
    .cat-all:before,
    span.icon-open-close {
        width: 40px;
        height: 39px;
        position: absolute;
        transition: all 500ms ease;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #242424;
        right: 0;
        top: 0;
    }
    .cat-all:before {
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
    }
    li.cat-all a.icon-open-close {
        width: 100%;
    }
    .cm-open .icon-open-close:before,
    .cm-open:before {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
    }
   .m-shop-cat li {
        padding: 8px 10px;
        border-bottom: 1px solid #00000075;
        text-align: left;
        position: relative;
    }
    .m-shop-cat li:last-child {
        border-bottom: none;
    }
    .m-shop-cat li>.icon-toggle {
        width: 40px;
        text-align: center;
        right: 0px;
        position: absolute;
        z-index: 9;
        cursor: pointer;
        padding: 7px 5px;
        color: #242424;
        top: 0;
        transition: all 500ms ease;
        font-size: 22px;
    }
    .m-shop-cat .has-submenu>.sub-menu {
        display: none;
        background-color: #b5cdc6eb;
        border-radius: 3px;
        margin-top: 6px;
    }
    .icon-toggle.sub-open {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
    }
    .sub-menu.child_category.sub_category_ul {
        background-color: #fff;
        border-radius: 5px;
    }
}
@media only screen and (max-width: 767px) {
    .footer-pay-icon .paybox {
        margin: 0 4px 4px 0;
    }
    .mf-title {
        position: relative;
        font-size: 20px;
        font-weight: 500;
        font-family: var(--title-fontfamily);
    }
    .f-title {
        color: var(--color-primary);
    }
    .footer-copyright p {
        padding: 10px 0;
        letter-spacing: 0;
        font-size: 15px;
    }
    .m-footer {
        background-color: #7cbbb63b;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
        position: relative;
    }
    .footer-menu-list li a,
    .m-footer .contact-info a,
    .m-footer .contact-info li {
        color: var(--color-heading);
        font-weight: 500;
    }
    .footer-social .bg-ico {
        background-color: #1534311c;
    }
    .footer-box-widget {
        margin-bottom: 10px;
        padding: 20px 15px;
    }
    .m-footer .mf-title.collapsed::after {
        -webkit-transform: none;
        transform: none;
    }
    .social-footer {
        margin: 0;
        max-width: 300px;
    }
    .footer-menu-list,
    .contact-info {
        margin-top: 20px;
    }
    .footer-menu-list:before,
    .contact-info:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background-color: var(--color-primary);
        top: 40px;
        left: 0;
    }
    .footer-menu-list li:last-child {
        margin-bottom: 0;
    }
    .m-footer .mf-title::after {
        content: "\f078";
        display: inline-block;
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        right: 0;
        top: 1px;
        transition: all 500ms ease;
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        font-size: 15px;
    }
    .footer-pay-icon {
        margin-top: 10px;
    }
    .footer .svg-shape-1 {
        height: auto;
        left: -27%;
        top: -40%;
        width: 60%;
    }
    .footer .svg-shape-2 {
        bottom: -20%;
        height: 40%;
        right: -55%;
        width: 100%;
    }
    .subscribe-title {
        font-size: 28px;
    }
    .subscribe-inner {
        padding: 40px 20px;
    }
}