@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Train+One&display=swap");
:root {
    --color-primary: #a1d407;
    --light-primary: #8c71db;
    --color-secondary: #000;
    --color-tertiary: #FAB8C4;
    --color-white: #ffffff;
    --color-dark: #27272E;
    --color-black: #000000;
    --color-light: #CBD3D9;
    --color-body: #777777;
    --color-border-light: #E3E6E9;
    --color-border-dark: #42424A;
    --color-gray: #999FAE;
    --color-facebook: #3B5997;
    --color-twitter: #1BA1F2;
    --color-youtube: #ED4141;
    --color-linkedin: #0077B5;
    --color-pinterest: #E60022;
    --color-instagram: #C231A1;
    --radius: 6px;
    --radius-big: 16px;
    --radius-small: 6px;
    --border-width: 2px;
    --border-thin: 1px;
    --p-light: 300;
    --p-regular: 400;
    --p-medium: 500;
    --p-semi-bold: 600;
    --p-bold: 700;
    --p-extra-bold: 800;
    --p-black: 900;
    --s-light: 300;
    --s-regular: 400;
    --s-medium: 500;
    --s-bold: 700;
    --s-black: 900;
    --shadow-primary: 0 0 5px 1px #ddd;
    --shadow-light: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
    --shadow-dark: 0 16px 32px 0 rgba(0, 0, 0, 0.04);
    --transition: 0.3s;
    --font-awesome: "Font Awesome 5 Pro";
    --font-size-b1: 16px;
    --font-size-b2: 14px;
    --font-size-b3: 12px;
    --line-height-b1: 1.7;
    --line-height-b2: 1.65;
    --line-height-b3: 1.6;
    --h1: 46px;
    --h2: 36px;
    --h3: 28px;
    --h4: 24px;
    --h5: 20px;
    --h6: 18px
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
::-moz-selection { /* Code for Firefox */
  color: #000;
  background: var(--color-primary);
}
::selection {
  color: #000;
  background: var(--color-primary);
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
    display: block
}
audio,
canvas,
video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden] {
    display: none
}
body {
    padding: 0;
    margin: 0;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
ul {
    padding: 0;
    margin: 0;
}
ol {
    margin: 0;
}
a {
    color: var(--color-heading);
    text-decoration: none;
}
a:hover {
    color: var(--color-primary);
}
:focus-visible {
    outline: none;
}
.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.form-control:focus {
    box-shadow: none;
    border-color: #eeeeee;
}
/*footer start*/
.back-to-top {
    position: fixed;
    bottom: -20px;
    right: 25px;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 46px;
    background: var(--color-primary);
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: var(--radius);
    opacity: 0;
    transform: scale(0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .2);
    z-index: 9;
    transition: all .3s
}
.back-to-top:focus {
    color: #fff;
}
.back-to-top.show {
    bottom: 90px;
    opacity: 1;
    transform: scale(1)
}
.back-to-top.show:hover {
    color: #fff;
    bottom: 100px;
    opacity: 1
}
.country-flag-block {
    margin-bottom: 10px
}
.country-flag-block h4 {
    color: #fff;
    margin-top: 0
}
.country-flag-block img {
    height: 35px
}
.country-flag-block .dropdown-item1 {
    display: inline-block;
    padding-right: 10px
}
.country-flag-block .dropdown-item1 span {
    display: block;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 17px;
}
footer.footer {
    padding: 0;
    position: relative;
    color: #616161;
    font-size: 13px;
    background: #1d1d1d;
    padding-top: 50px;
}
.h3title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 15px;
    color: #fff;
    letter-spacing: 1px;
}
.news-box {
    padding: 20px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 2px #a1d40738;
    -moz-box-shadow: 0px 0px 20px 2px #f7941e45;
    box-shadow: 0px 0px 10px 2px #a1d40738;
    margin-bottom: 50px;
}
.news-box p {
    color: #fff;
    font-size: 16px;
}
.snv_mcwp {
    position: relative;
}
.snv_mcwp .btn {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--color-primary);
    border-color: var(--color-primary);
    z-index: 9;
    border-radius: 0;
    height: 40px;
    color: #000;
    font-size: 15px;
    padding: 0 25px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
#res_message2 {
    position: absolute;
}
.snv_mcwp .success {
    color: green;
    font-size: 16px;
    font-weight: 500;
}
.snv_mcwp .error {
    color: red;
    font-size: 16px;
    font-weight: 500;
}
h4.f-title {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 1px solid var(--color-primary);
    position: relative;
}
h4.f-title:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 70px;
    height: 3px;
    background: var(--color-primary);
    border-radius: 100px;
}
ul {
    padding: 0;
    list-style-type: none;
}
.footer-menu-list li {
    margin-bottom: 7px;
    line-height: 20px;
}
.footer-menu-list li a {
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #fff;
}
.footer-menu-list li a:hover {
    color: var(--color-primary);
}
.footer-menu-list li.current_page_item>a {
    letter-spacing: 1px;
    color: var(--color-primary);
    font-weight: 600;
}
.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: 15px;
    color: #fff;
    padding-left: 35px;
    position: relative;
}
.m-footer .contact-info a {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #fff;
}
.whats-float a {
    background-color: #25d366;
    color: #FFF;
    border-radius: 3px;
    transition: all 0.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: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.whats-float i {
    font-size: 30px;
    color: white;
    transform: rotate(0deg);
    transition: all 0.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-wp-btn,
.apus-footer .widget-social {
    margin-bottom: 15px;
}
#apus-footer {
    padding-top: 50px;
}
.footer-pay-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    background: #fff;
    padding: 10px 5px 3px;
}
.footer-pay-icon .paybox {
    width: 80px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    margin: 0 5px 7px 0;
    padding: 3px;
    border-radius: 2px;
}
.footer-copyright p {
    margin: 0;
    text-align: center;
    padding: 15px 0;
    color: #fff;
    letter-spacing: 0.5px;
}
.footer-copyright p a {
    color: #fff;
}
.widget-social .social>li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 37px;
    font-size: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
    background: var(--color-primary);
}
.widget-social .social li:nth-child(1) a {
    background-color: #3b5999;
}
.widget-social .social li:nth-child(2) a {
    background-color: #00aced;
}
.widget-social .social li:nth-child(3) a {
    background-color: #c8232c;
}
.widget-social .social li:nth-child(4) 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%);
}
.widget-social .social li:nth-child(5) a {
     background-color: #d12121;
}
.list-inline>li {
    display: inline-block;
    margin-right: 5px;
}
.social-inner li {
    display: inline-block;
    vertical-align: middle
}
.social-inner li a {
    padding: 0;
    border-radius: 3px;
    height: 40px;
    width: 40px;
    margin-right: 3px;
    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 i {
    color: #fff;
    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;
}
/*header css*/
header.header {
    box-shadow: 0px 4px 10px 0px #ddd;
    background-color: #fff;
    position: relative;
    z-index: 99;
}
.header-mainmenu.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    max-width: 100%;
    box-shadow: 0px 4px 10px 0px #ddd;
    background-color: #fff;
    animation: slide-down 0.7s;
    -moz-animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
    -o-animation: slide-down 0.7s;
}
#head-top-menu li {
    margin: 0 15px;
}
#head-top-menu li.menu-item {
    padding: 25px 0;
}
#head-top-menu li a {
    color: #292930;
    font-weight: 500;
    font-size: 15px;
    display: block;
    position: relative;
    transition: 0.3s;
    ;
}
#head-top-menu .primary-menu li a::before {
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--color-primary);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
}
#head-top-menu li a:hover {
    color: var(--color-primary);
}
#head-top-menu li:hover a:before,
#head-top-menu li.current-menu-item a:before {
    width: 100%;
    opacity: 1;
}
.header-action>ul {
    display: flex;
    align-items: center;
    padding: 0;
}
.header-action>ul>li {
    margin: 0 10px;
}
.header-action>ul>li>a {
    font-size: 22px;
    font-weight: 500;
    color: #292930;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.my-account button {
    border: none;
    font-size: 22px;
    font-weight: 500;
    color: #292930;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: no-repeat;
    padding: 0;
}
.header-action>ul>li>a::after {
    content: "";
    height: 45px;
    width: 45px;
    background-color: var(--color-primary);
    transform: scale(0);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    transition: 0.3s;
}
.header-action>ul>li>a:hover::after {
    transform: scale(1);
}
.header-action .my-account {
    position: relative
}
.header-action .my-account .my-account-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 250px;
    padding: 10px;
    border-radius: 4px;
    list-style: none;
    transform: translateY(30px);
    margin-top: 20px;
    transition: var(--transition);
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 17%);
}
.header-action .my-account .my-account-dropdown.open {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    transform: translateY(0);
    transition: var(--transition);
}
.header-action .my-account .my-account-dropdown li a {
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding: 8px 0;
    display: block;
    text-decoration: none;
}
.header-action .my-account .my-account-dropdown .login-btn {
    text-align: center;
}
.header-action .my-account .my-account-dropdown .btn-bg-primary {
    padding: 10px 35px;
    width: 100%;
}
a.btn-bg-primary {
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 6px;
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    font-weight: 500;
    display: inline-block;
    padding: 16px 38px;
    position: relative;
    transition: all .3s ease-in-out;
    z-index: 1;
}
.header-action .my-account .my-account-dropdown .reg-footer {
    font-size: 12px
}
.header-action .my-account .my-account-dropdown .reg-footer .btn-link {
    margin-left: 7px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--color-dark);
    position: relative;
    line-height: 1;
    border-bottom: 2px solid #999fae;
    text-decoration: none;
}
.header-action .my-account .my-account-dropdown .reg-footer .btn-link:hover {
    color: var(--color-primary);
    border-color: var(--color-primary)
}
#custom_gs_mini_cart .cart-count {
    text-align: center;
    background-color: var(--color-primary);
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    position: absolute;
    top: -12px;
    right: -12px;
}
.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: #fff;
    padding-top: 15px;
    width: 450px;
    height: 100%;
    /*display: flex;
    flex-direction: column;
    overflow: auto;*/
}
.cart-dropdown .cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #f6f7fb;
    padding: 10px 12px;
}
.cart-dropdown ul.woocommerce-mini-cart {
    padding: 10px 12px;
    overflow-y: auto;
    height: calc(100vh - 169px);
}
.cart-dropdown ul.woocommerce-mini-cart{
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) #dee2e6;
}
.cart-dropdown .minicart-btm {
    position: sticky;
    bottom: 0;
    background-color: #fff;
    padding: 5px 12px 12px;
    border-top: 1px solid #dddddd;
}
body.open .header {
    z-index: 9999999;
}
.cart-dropdown p.woocommerce-mini-cart__empty-message {
    margin: 0;
    font-size: 20px;
    height: 50vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding: 10px;
}
.cart-dropdown .cart-header .cart-close {
    height: 35px;
    width: 35px;
    font-size: 15px;
    color: #000;
    border-radius: 50%;
    background: #ddd;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    border: none;
}
.cart-dropdown .cart-header .header-title {
    font-size: 26px;
    color: #27272e;
    margin-bottom: 0;
}
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
}
.mini_cart {
    position: absolute;
    min-width: 355px;
    padding: 15px;
    background: #fff;
    border: 0;
    z-index: 999;
    right: 0;
    top: 142%;
    visibility: hidden;
    overflow: hidden;
    border: 1px solid #ebebeb;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 0px 0px 15px 1px #ddd;
}
.mini_cart_wrapper:hover+.mini_cart {
    max-height: 500px;
    visibility: visible;
}
.mini-cart-item {
    overflow: hidden;
    padding: 7px 0;
    border-bottom: 1px solid #ebebeb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart_img {
    width: 70px;
    margin-right: 10px;
    border: 1px solid transparent;
}
.cart_img img {
    max-width: 70px;
    width: 70px !important;
    margin-right: 0;
}
.cart_info a {
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: initial;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--color-heading);
}
.cart_info {
    width: 70%;
}
a.remove.remove_from_cart_button {
    font-size: 15px;
    border: 1px solid #ebebeb;
    width: 20px;
    height: 20px;
    display: block;
    line-height: 17px;
    text-align: center;
    border-radius: 50%;
    color: red;
}
a.remove:hover {
    color: #fff !important;
    background: red;
}
.woocommerce-mini-cart__total.total {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
}
.woocommerce-mini-cart__buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}
.cart-content-wrap .woocommerce-mini-cart__buttons a {
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    background: #eef0f1;
    display: block;
    text-align: center;
    line-height: 20px;
    margin-bottom: 0;
    padding: 5px 0px;
    border: 1px solid #ebebeb;
    color: var(--color-heading);
    width: 49%;
}
.cart-content-wrap .woocommerce-mini-cart__buttons a:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}
.widget_product_search {
    position: relative;
}
.widget_product_search #woocommerce-product-search-field,
.widget_product_search .product-search input.form_control {
    height: 40px;
    border: 1px solid var(--color-primary);
    padding: 0 15px;
    border-radius: 4px;
    outline: none;
    color: #000;
    width: 100%;
}
.widget_product_search [type="search"] {
    border-radius: 4px;
}
.widget_product_search .woocommerce-product-search button,
.widget_product_search .product-search button {
    height: 40px;
    width: 40px;
    border: 1px solid var(--color-primary);
    background: var(--color-primary);
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer !important;
    font-size: 17px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
#search_results .search-title {
    display: block;
}
.pro-top {
    border-bottom: 1px solid #ddd;
}
.woocommerce-product-search button.viewall-result {
    position: relative;
    width: auto;
    height: auto;
    border-radius: 3px;
    padding: 3px 10px;
    margin-right: 6px;
}
.sale-page .six-block .sale-main-title {
    text-align: center;
    font-size: 26px;
    margin: 0 auto 20px;
    font-weight: 600;
    border-bottom: 2px solid #bbda76;
    display: table;
}
#search_results .products-title a {
    float: right;
    font-size: 13px;
    color: red;
    line-height: 25px;
}
#search_results .pagination-wrapper {
    border-top: 1px solid #ddd;
}
#search_results .product-grid>div,
#search_results .category-section .category-wrapper>div {
    padding: 5px;
}
#search_results .category-section .category-wrapper .desc p {
    margin: 0px;
    font-size: 13px;
    line-height: 18px;
    position: relative;
}
#search_results a {
    color: var(--color-heading);
}
.category-section {
    padding: 0px;
    border-right: 1px solid #ddd;
}
#search_results .category-section .category-wrapper .single-category {
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}
.search-product {
    padding: 0px;
}
.search-product .product-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    padding: 5px !important;
} 
.search-product .product-grid .single-product {
    box-shadow: var(--shadow-primary);
}
#search_results .single-product .desc p {
    line-height: 15px;
    margin: 0;
    font-weight: 500;
}
#search_results .search-title {
    font-size: 16px;
    text-transform: capitalize;
    color: var(--color-primary);
    margin: 0px;
    padding: 10px;
    font-weight: 500;
}
#search_results .search-title {
    border-bottom: 1px solid #ddd;
}
#search_results .category-section .category-wrapper::-webkit-scrollbar {
    width: 5px;
}
#search_results .category-section .category-wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
}
#search_results .category-section .category-wrapper::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 10px;
}
#search_results .product-grid::-webkit-scrollbar {
    width: 5px;
}
#search_results .product-grid::-webkit-scrollbar-track {
    background: #f1f1f1;
}
#search_results .product-grid::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 10px;
}
#search_results .pagination {
    margin: 7px 0px;
    justify-content: center;
}
#search_results .pagination li.active a {
    background: var(--color-primary);
    border-color: var(--color-primary);
    border-radius: 0;
    border: 1px solid #dee2e6 !important;
}
#search_results .pagination li {
    margin: 0;
}
#search_results .pagination li a {
    margin: 0 -1px 0 0 !important;
}
#search_results label {
    margin: 0px;
    padding: 5px;
    border-bottom: 1px solid #ddd;
    display: block;
    display: flex;
    justify-content: space-between;
}
#search_results {
    position: relative;
    top: 5px;
    width: 100%;
    background: white;
    box-shadow: 0px 1px 4px #ccc;
    border: 1px solid #ddd;
}
#search_results .single-product .image {
    text-align: center;
}
#search_results .single-product .image img {
    width: 80px;
}
#search_results .single-product .desc {
    font-size: 13px;
    margin: 10px 0px 0;
    text-align: center;
    font-weight: 600;
    height: 30px;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#search_results .product-grid,
#search_results .category-section .category-wrapper {
    max-height: 350px;
    overflow: auto;
    padding: 0px;
}
#search_results .close {
    background: var(--color-primary);
    color: white;
    font-weight: unset;
    padding: 2px 10px;
    line-height: 19px;
    height: 25px;
    border-radius: 2px;
    margin: 0px;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
}
.page-link:focus {
    outline: 0;
    box-shadow: none;
}
#search-box .modal-body {
    padding: 10px;
}
.hide {
    display: none;
}
/*category menu css*/
.bhoechie-tab .bhoechie-tab-content:not(.active) {
    display: none;
}
header nav {
    padding: 0 !important;
}
.cat-all-box {
    position: absolute;
    width: 85%;
    top: 70px;
    background: #fff;
    box-shadow: 0 0 7px 4px rgb(0 0 0/17%);
    margin: 0 auto;
    left: 0;
    right: 0;
    height: calc(100vh - 245px);
}
#shop_category.sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 80px;
    z-index: 222;
    width: 100%;
}
.bhoechie-tab-menu {
    width: 20%;
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}
.bhoechie-tab-menu,
.bhoechie-tab {
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) #ddd;
    scrollbar-gutter: stable;
}
.bhoechie-tab-menu .list-group>a:first-child,
.bhoechie-tab:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-radius: 0px;
}
.bhoechie-tab-menu .list-group>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px;
    margin-bottom: 0;
    font-size: 16px;
    padding: 10px 5px;
    border-width: 1px;
    line-height: 19px;
}
.bhoechie-tab-menu .list-group-item+.list-group-item.active {
    margin-top: 10px;
}
.bhoechie-tab-menu .list-group>a span {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 23px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bhoechie-tab-menu .list-group>a.active,
.bhoechie-tab-menu .list-group>a.active .glyphicon,
.bhoechie-tab-menu .list-group>a.active .fa {
    background-color: #a1d407;
    border-color: #a1d407;
    color: #ffffff;
}
.bhoechie-tab-menu .list-group>a.active:after {
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    content: "";
    position: absolute;
    left: 100%;
    border-left: 7px solid var(--color-primary);
}
.subcat-wrapper {
    width: 80%;
    float: left;
    position: relative;
    height: 100%;
}
.bhoechie-tab {
    position: absolute;
    top: 0;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow-y: auto;
    border-left: 1px solid #dcdcdc;
    z-index: 900;
    padding-left: 10px;
}
.bhoechie-tab-content {
    padding: 10px 0;
    margin: 0;
}
.main-cat-name {
    color: #616161;
    font-weight: 500;
    font-size: 15px;
}
.main-cat-name:hover {
    color: var(--color-primary);
}
#head-top-menu .sub-cat-list li {
    margin: 0;
}
#head-top-menu .sub-cat-list li a {
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 4px;
    font-size: 14px;
    position: relative;
    padding-left: 15px;
}
#head-top-menu .sub-cat-list li a:before {
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    left: 0;
    font-size: 10px;
    top: 2px;
}
.all-cat {
    color: #000;
    border-bottom: 1px solid #ddd;
    display: inline-block;
    position: relative;
    margin-top: 10px;
    width: fit-content;
}
.bhoechie-tab-menu .list-group {
    padding-bottom: 10px;
}
.cat-all-box a.all-cat-link {
    margin-bottom: 0;
    padding: 10px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    border-width: 0 0 1px 0;
    position: sticky;
    top: 0;
    z-index: 3;
}
.cat-all-box a.all-cat-link:hover {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}
/*.all-cat:hover {
    color: #fff;
    background: #a1d407;
}*/
.all-cat i {
    position: absolute;
    right: -20px;
    top: 1px;
    font-size: 22px;
}
.single-cat {
    padding: 0 4px;
    margin-bottom: 15px;
    border-radius: 0;
}
.sub-cat-inner {
/*    box-shadow: var(--shadow-primary);*/
    padding: 5px;
    height: 100%;
    position: relative;
    background: #ffffffa6;
}
/*end*/
/* product categories slider */
.columns-5 .slick-slide {
    padding: 0 15px;
}
marquee.marquee-container span {
    color: #000 !important;
    font-weight: 500 !important;
}
#customer_login .nav-tabs {
    border: none;
}
#customer_login .nav-tabs li {
    width: 50%;
}
#customer_login .nav-tabs a {
    border: none;
    padding: 10px 25px;
    box-shadow: 2px 2px 4px #ccc;
    background: #ddd;
    color: black;
    width: 100% !important;
    display: block;
    border-radius: 0px !important;
    text-align: center;
}
#customer_login .nav-tabs .nav-link:focus,
#customer_login .nav-tabs .nav-link:hover {
    isolation: inherit;
}
#customer_login .nav-tabs a.active {
    color: #80af00;
    background: #fff;
    border-bottom: 2px solid #80af00;
}
#customer_login .login,
#customer_login .register {
    padding: 10px !important;
    box-shadow: 0 0 7px 3px #ccc;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px !important;
    background: #fff;
    border: none;
}
#customer_login label {
    text-align: left;
    font-size: 15px;
}
.or-linr {
    position: relative;
    text-align: center;
    margin: 20px 0;
}
.or-linr:before {
    left: 0px;
}
.or-linr:after {
    right: 0px;
}
.or-linr:before,
.or-linr:after {
    content: '';
    position: absolute;
    top: 10px;
    width: 50%;
    height: 1px;
    background: #ddd;
}
.or-linr span {
    background: white;
    z-index: 9;
    position: relative;
    padding: 0 10px;
}
.form-control {
    background: #fff;
    height: 40px;
    border: 1px solid #eeeeee;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 0;
}
.social_media_login {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}
div.nsl-container[data-align="left"] {
    text-align: left;
    width: 48%;
}
div.nsl-container.nsl-container-block .nsl-container-buttons {
    padding: 0;
    width: 100%;
}
div.nsl-container div.nsl-container-buttons a[data-plugin="nsl"] {
    margin: 0;
}
div.nsl-container .nsl-button-google[data-skin="light"] {
    border-radius: 5px !important;
}
.lost_password a {
    color: #000;
}
#customer_login .login-btn {
    background-color: var(--color-primary);
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    font-weight: 500;
    display: inline-block;
    padding: 6px 40px;
    position: relative;
    transition: all .3s ease-in-out;
    z-index: 1;
    border: none;
    border-radius: 3px;
}
#customer_login .login-btn:hover {
    background-color: transparent !important;
    color: var(--color-primary) !important;
}
.woocommerce-privacy-policy-text p {
    font-size: 14px;
    line-height: 19px;
    text-align: left;
}
.entry-header {
    text-align: center;
    padding-bottom: 10px;
}
.entry-title {
    font-size: 35px;
    margin: 0;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0;
}
.woocommerce-breadcrumb ul {
    list-style: none;
    text-align: center;
    margin: 10px 0 0;
}
.woocommerce .woocommerce-breadcrumb a,
.woocommerce-breadcrumb a {
    color: #000;
}
.woocommerce-breadcrumb li {
    display: inline-block;
    position: relative;
    color: #767676;
    font-weight: 500;
}
.woocommerce-breadcrumb li:not(:last-child) {
    padding-right: 20px;
}
.woocommerce-breadcrumb li:not(:last-child)::before {
    position: absolute;
    content: "/";
    right: 5px;
}
.entry-header.product-head {
    padding-top: 0;
}
.woocommerce-breadcrumb li a:hover {
    color: var(--color-primary);
}
.all-cat-wrapper .single-cat .thambnail {
    display: flex;
    align-items: center;
}
.all-cat-wrapper .single-cat .thambnail .cat-heading {
    margin: 0px 10px;
    font-size: 20px;
}
.all-cat-wrapper .single-cat .thambnail .parent-cat {
    padding: 10px;
}
.all-cat-wrapper .single-cat .thambnail .parent-cat img {
    border-radius: 10px;
    background: white;
    border: 2px solid #97c50a;
    width: 75px;
}
.all-cat-wrapper .single-cat .thambnail .product-count {
    font-size: 20px;
    color: #97c50a;
    font-weight: 500;
}
.all-cat-wrapper .wrapper .sub-cat ul.parent-cat {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}
.all-cat-wrapper .wrapper .sub-cat ul {
    padding: 0px;
    margin: 0;
}
.all-cat-wrapper .wrapper .sub-cat ul .first-child a {
    color: #75a830;
    font-size: 17px;
    font-weight: 500;
}
.all-cat-wrapper .wrapper .sub-cat ul .second-child a {
    color: black;
    font-size: 14px;
    font-weight: unset;
}
.all-cat-wrapper .wrapper .sub-cat {
    padding: 7px;
    border-top: none;
}
.all-cat-wrapper .wrapper .sub-cat ul li.first-child {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 0 6px 2px #ccc;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    list-style: none;
}
.all-cat-wrapper .sub-cat .second-child {
    padding-left: 15px;
    position: relative;
}
.all-cat-wrapper .sub-cat .second-child:before {
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    left: 0;
    font-size: 10px;
    top: 6px;
}
.all-cat-wrapper .sub-cat .second-child:hover a {
    color: #75a850 !important;
    text-decoration: underline;
}
.woocommerce-message a.button {
    background-color: var(--color-primary);
    letter-spacing: 1px;
    padding: 5px 20px;
    font-size: 16px;
    border: 1px solid #a1d407;
    height: 40px;
    font-weight: 500;
    color: #404040;
    text-align: center;
    line-height: 30px;
}
input:focus-visible {
    outline: none;
}
/*Blog list css start */
.blog-box {
    position: relative;
    padding: 0;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0 11px 4px #ddd;
    height: 100%;
    transition: 256ms ease-in-out;
    padding-bottom: 10px;
}
.blog-box:hover {
    transform: scale(1.02);
    transition: 256ms ease-in-out;
}
.featured-thumbnail a img {
    max-height: 350px;
    border-radius: 6px 6px 0 0;
    width: 100%;
    transition: 0.5s;
    object-fit: cover;
}
.blog-date-status {
    width: 64px;
    height: 64px;
    background: var(--color-primary);
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: -32px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}
.featured-content {
    padding: 15px;
    padding-top: 0;
}
.blog-date-status span {
    font-weight: 500;
    font-size: 20px;
    display: block;
    color: var(--color-white);
    text-align: center;
}
.blog-date-status span.day {
    line-height: 1;
    margin-bottom: 1px;
}
.blog-date-status span.month {
    line-height: 1;
}
.featured-title h5 a {
    margin: 0;
    font-weight: 500;
    font-size: 17px;
    width: 100%;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.featured-desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-cat {
    margin-bottom: 10px;
}
.blog-cat li {
    display: inline-block;
    margin-right: 10px;
}
.blog-cat a {
    font-size: 16px;
    font-weight: 400;
    transition: 0.4s;
    margin-left: 5px;
}
.blog-cat i {
    transform: rotate(87deg);
    color: var(--color-primary);
}
.blog-read-btn {
    color: var(--color-heading);
    position: relative;
    font-size: 15px;
    font-weight: 500;
    transition: 0.4s;
    position: absolute;
    bottom: 10px;
}
.blog-read-btn i {
    transition: 0.4s;
}
.blog-read-btn:hover i {
    padding-left: 10px;
    transition: 0.4s;
}
.blog-pagination {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog-pagination li {
    margin: 0 5px;
}
.blog-pagination li a {
    width: 45px;
    height: 45px;
    background: var(--color-white);
    border-radius: 3px;
    text-align: center;
    transition: 0.4s;
    font-weight: 500;
    display: flex;
    box-shadow: 0px 0 7px 2px #ddd;
    align-items: center;
    justify-content: center;
}
.blog-pagination li.active {}
.blog-pagination li.active a,
.blog-pagination li a:hover {
    background: var(--color-primary);
    color: var(--color-white);
}
/*Blog list css end */
/*Blog detail css end */
.blog-content-area {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0 11px 4px #ddd;
    overflow: hidden;
}
.blog-content-area .post-image img {
    width: 100%;
}
.single-blog-content .post-meta ul {
    display: flex;
    margin-bottom: 10px;
}
.single-blog-content .post-meta ul li {
    margin-right: 15px;
    font-weight: 500;
}
.single-blog-content .post-meta ul li i {
    margin-right: 9px;
    color: var(--color-primary);
}
.single-blog-content h2 {
    margin-top: 10px;
}
.sidebar-left {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0 11px 4px #ddd;
    overflow: hidden;
    padding: 10px 10px 0;
    height: fit-content;
}
.sidebar-left ul li {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
.sidebar-left ul li img {
    height: 75px;
    max-width: 75px;
    object-fit: cover;
}
.sidebar-left ul li h5 a {
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 10px;
}
.blog-btm-info {
    padding: 10px;
    border-top: 1px solid #dddddd7a;
    position: relative;
}
.product-wrapper-bottom .blog-img img {
    transition: all .5s ease-in-out;
}
.product-wrapper-bottom .blog-img {
    overflow: hidden;
}
.product-wrapper-bottom:hover .blog-img img {
    transform: scale(1.03);
}
.blog-name {
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
}
.tag-info a {
    border: 1px solid #ddd;
    font-size: 14px;
    color: var(--color-dark);
    height: 30px;
    padding: 0 10px;
    margin: 5px;
    display: inline-block;
    line-height: 27px;
    border-radius: 4px;
    text-transform: capitalize;
    background-color: var(--color-white);
}
.tag-info a:hover {
    background-color: var(--color-primary);
    color: #ffff;
}
.author-info {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 0 11px 4px #ddd;
    overflow: hidden;
    display: flex;
    padding: 10px;
}
.author-img {
    border-radius: 6px;
    min-width: 120px;
    max-height: 120px;
    overflow: hidden;
}
.about-author {
    margin-left: 15px;
}
.author-social li {
    display: inline-block;
    margin-right: 10px;
}
.author-social li i {
    font-size: 20px;
}
.author-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
.blog-content-area img {
    margin: 15px auto;
}
.blog-content-area h3 {
    margin: 10px 0;
}
.blog-content-area h3 b {
    font-weight: 500;
    font-size: 25px;
}
.blog-content-area h2 b {
    font-weight: 500;
}
.blog-title h1,
.blog-content-area a {
    color: var(--color-primary);
}
p.h2title {
    padding-bottom: 5px;
}
/*Blog detail css end */
/*Cart page css */
.cart-dropdown .quantity {
    display: none;
}
.woocommerce table th {
    font-weight: 500;
    padding: 5px;
}
#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 75px;
}
.woocommerce table td.product-thumbnail {
    text-align: center;
}
.woocommerce a.remove {
    font-weight: 400;
    margin: 0 auto;
}
.woocommerce .cart .product-quantity .quantity {
    display: flex;
    width: fit-content;
    margin: 0 auto;
}
.woocommerce .cart .product-quantity .quantity button {
    text-decoration: none;
    min-width: 25px;
    height: 40px;
    border: 1px solid #ddd;
    background: 0 0;
    box-shadow: none;
}
.woocommerce .cart .product-quantity .quantity input {
    width: 50px;
    font-size: 15px;
    height: 40px;
    border: 1px solid #ddd;
    text-align: center;
}
.woocommerce .cart .product-quantity .quantity input:focus {
    outline: none;
}
/* Chrome, Safari, Edge, Opera */
.product-quantity .quantity input::-webkit-outer-spin-button,
.product-quantity .quantity input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.woocommerce-cart-form {
    box-shadow: 1px 1px 5px 0px #ddd;
    background: #fff;
}
.product-quantity .quantity input[type=number] {
    -moz-appearance: textfield;
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
    background-color: var(--color-primary);
    letter-spacing: 1px;
    padding: 0.618em 1em;
    font-size: 16px;
    border: 1px solid #a1d407;
    height: 40px;
    font-weight: 500;
    color: #404040;
    text-align: center;
    border-radius: 0;
}
.coupon #coupon_code {
    width: auto;
    height: 40px;
    margin-right: 10px;
}
.cart-collaterals .cart_totals {
    display: flex;
    justify-content: space-between;
}
.cart-collaterals .calculate-box,
.cart-collaterals .cart-total-box {
    box-shadow: 1px 1px 5px 0px #ddd;
    background: #fff;
    padding: 10px;
    width: 49%;
    height: fit-content;
}
.calculat-shipping label {
    width: 100%;
}
.calculat-shipping form {
    position: relative;
}
.calculat-shipping input#postcode {
    height: 40px;
    float: revert;
    border: 1px solid #ddd;
    padding: 0 145px 0 15px;
    width: 100%;
}
.calculat-shipping input#preview,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background-color: var(--color-primary);
    letter-spacing: 1px;
    padding: 0 25px;
    font-size: 16px;
    border: 1px solid #a1d407;
    height: 40px;
    font-weight: 500;
    color: #404040;
    text-align: center;
    position: absolute;
    right: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    border-radius: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 65%;
    border-right: 1px solid #ddd;
    font-weight: 500;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    position: relative;
    line-height: 50px;
    height: 50px;
    border-radius: 0;
    margin-bottom: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #fff;
    color: #a1d407;
}
.woocommerce-cart .wc-proceed-to-checkout {
    padding: 0;
}
/*Cart page css end Niks*/
/*checkout css start*/
.checkout-nav {
    overflow: hidden;
    overflow: hidden;
    margin-bottom: 20px;
}
.tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    padding: 7px 16px;
    font-size: 17px;
    width: 33.33%;
    position: relative;
    overflow: hidden;
    line-height: 30px;
    pointer-events: none;
}
.tabcontent {
    display: none;
    padding-bottom: 50px;
    height: 100%;
    clear: both;
}
.tablink:after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0px;
    right: -20px;
    border-style: solid;
    border-color: #fff #fff #fff transparent;
    border-width: 22px;
}
.tablink:nth-child(1):before {
    display: none;
}
.tablink:before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0px;
    left: -31px;
    border: 1px solid #fff;
    width: 45px;
    height: 45px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff;
}
#Login .woocommerce-form.woocommerce-form-login.login .input-text {
    border-radius: 0;
    border-width: 1px;
}
#Login form.xoo-lwo-form {
    margin-bottom: 20px;
    background: transparent;
    max-width: 700px;
    margin: 0 auto 30px;
    box-shadow: 0 0 9px #ccc;
    padding: 15px;
    background-color: #fff;
}
#Login button.xoo-ml-open-lwo-btn.button.btn.button.btn {
    width: 200px;
}
span.xoo-ml-inline-verify {
    z-index: 7;
}
.wel-info,
.woocommerce-form.woocommerce-form-login.login,
.xoo-lwo-form {
    max-width: 700px;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 15px;
}
.wel-info {
    text-align: center;
}
.wel-info input {
    background: #fff;
    height: 40px;
    border: 1px solid #eeeeee;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    padding: 15px;
}
a.checkout-btn {
    background-color: var(--color-primary);
    letter-spacing: 1px;
    padding: 5px 20px;
    font-size: 16px;
    border: 1px solid #a1d407;
    height: 40px;
    font-weight: 500;
    color: #000;
    text-align: center;
    display: inline-block;
    margin: 10px 0;
    cursor: pointer;
    line-height: 30px;
    text-transform: capitalize;
}
a.checkout-btn:hover {
    background: transparent;
    color: var(--color-primary);
}
#Login .woocommerce-form.woocommerce-form-login.login .form-row {
    width: 100%;
    text-align: left;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox  input#rememberme {
    width: auto;
}
#Login .woocommerce-form-login .woocommerce-form-login__submit {
    float: none;
    margin-right: 0;
    width: 200px;
}
#Login p.lost_password {
    text-align: left;
}
#Login p.lost_password a {
    color: red;
}
#Login .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
}
#Login .woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__submit:hover {
    background-color: transparent !important;
    color: var(--color-primary) !important;
}
.form-row .checkbox {
    margin-left: 0;
}
.cart-actions .coupon:nth-child(2) button.button {
    border: none;
}
.cart-actions .order-md-first {
    width: 98%;
    margin: 0 auto !important;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: right;
    border-radius: 10px;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 6px 20px;
}
.form-row.form-row-wide.create-account.woocommerce-validated {
    padding: 0;
    margin: 0;
}
.details-check .address-wrapper .billing-box,
.details-check .address-wrapper .billing-box {
    box-shadow: 1px 1px 5px 0px #ddd;
    background: #fff;
    padding: 10px;
}
.address-wrapper .form-row,
.address-wrapper .form-row {
    width: 100%;
}
.woocommerce form .address-wrapper .form-row input.input-text,
.woocommerce form .address-wrapper .form-row textarea {
    width: 100%;
    line-height: normal;
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
}
.woocommerce table.shop_table tfoot th {
    font-weight: 500;
}
.cu-t {
    margin-bottom: 10px;
    font-size: 23px;
}
.checkout-coupon,
.custom-reward-points {
    border: 2px dashed #a1d407;
    padding: 10px;
    box-shadow: var(--shadow-primary);
    background: #fff;
    height: 100%;
    margin-bottom: 15px;
}
.coupon-reward .coupon #coupon_code {
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 15px;
}
.coupon-reward .coupon {
    position: relative;
}
.coupon-reward .coupon button.button {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
}
.coupon-reward .coupon button.button:hover {
    background-color: var(--color-primary) !important;
    color: #000 !important;
}
.coupon-reward .reward-points-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.coupon-reward .reward-points-wrapper .user_redeem_points {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 15px;
}
.coupon-reward .custom_reward_button_redeem .custom_redeem_reward {
    background-color: var(--color-primary);
    letter-spacing: 1px;
    padding: 5px 10px !important;
    font-size: 16px;
    border: 1px solid #a1d407;
    height: 40px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}
.reward-points-wrapper label {
    width: 140px;
}
.woocommerce-page #payment #place_order  {
    background-color: var(--color-primary);
    letter-spacing: 1px;
    padding: 5px 20px !important;
    font-size: 16px;
    border: 1px solid #a1d407;
    height: 40px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 30px;
    border-radius: 0;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #ddd;
    border-radius: 0;
    height: 41px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    width: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 8px 6px 0 6px;
}
select.suburb {
    height: 41px;
}
#ui-id-1 li div {
    font-size: 14px;
    background: transparent;
}
#ui-id-1 li:hover {
    background-color: #ddd;
}
#ui-id-1.ui-menu .ui-menu-item {
    padding: 2px 14px;
    border-bottom: 1px solid #ddd;
}
#ui-id-1 li .ui-state-active {
    border: none;
    margin: 0;
}
/*checkout css end*/
/*homepage css start */
.title-top .h2title,
.h2title {
    width: fit-content;
    margin: 0 auto 10px;
    position: relative;
    padding-bottom: 6px;
    font-size: 2rem;
    font-weight: 600;
}
.h2title:after {
    position: absolute;
    content: '';
    background-color: var(--color-primary);
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
}
.title-top h3,
.title-top h2 {
    font-size: 16px;
    font-weight: 400;
}
.catboxza,
.box-hover-animat {
    box-shadow: var(--shadow-primary);
    transition: all 500ms ease;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}
.catboxza:hover,
.box-hover-animat:hover {
    transform: translateY(-5px);
}
.slick-slide img {
    display: block;
    margin: 0 auto;
}
.theme-slide-arrow .slide-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 7%);
    border-radius: 5px;
    transition: 0.3s;
    color: var(--color-white);
    line-height: 40px;
    text-align: center;
    border: 0 none;
    font-size: 15px;
    background-color: var(--color-primary);
    z-index: 1;
    box-shadow: 0 0 9px 2px #00000073;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-banner.theme-slide-arrow .slide-arrow,
.three-cat-slide.theme-slide-arrow .slide-arrow {
    top: 48%;
}
.home-banner.theme-slide-arrow .slide-arrow.prev-arrow,
.three-cat-slide.theme-slide-arrow .slide-arrow.prev-arrow {
    left: 15px;
}
.home-banner.theme-slide-arrow .slide-arrow.next-arrow,
.three-cat-slide.theme-slide-arrow .slide-arrow.next-arrow {
    right: 15px;
}
.theme-box-shadow {
    box-shadow: var(--shadow-primary);
}
.img-box-shadow {
    padding: 1px;
    box-shadow: var(--shadow-primary);
}
.box-hover {
    transition: all 500ms ease;
    box-shadow: var(--shadow-primary);
    text-align: center;
}
.box-hover:hover {
    transform: translateY(-5px);
}
.theme-btn {
    background-color: var(--color-primary);
    letter-spacing: 1px;
    padding: 5px 25px;
    font-size: 16px;
    border: 1px solid #a1d407;
    font-weight: 500;
    color: #000;
    text-align: center;
    display: inline-block;
}
.theme-btn:hover {
    background-color: #fff;
    color: var(--color-primary);
}
.four-catbox {
    box-shadow: var(--shadow-primary);
    border-radius: 0 0 5px 5px;
    background: #fff;
}
.cat-b-content {
    padding: 10px;
    text-align: center;
}
.three-cat-slide .slick-slide{
    margin: 10px;
}
.three-cat-slide .slick-list {
    margin: -10px;
}
.theme-btn.btn-square:hover {
    background-color: var(--color-primary);
    color: #000;
}
.bottom-slide-box {
    margin: 0 10px;
}
.upto-slide.theme-slide-arrow .slide-arrow {
    top: -85px;
}
.upto-slide.theme-slide-arrow .slide-arrow.prev-arrow {
    right: 65px;
}
.upto-slide.theme-slide-arrow .slide-arrow.next-arrow {
    right: 15px;
}
.upto-slide .slick-slide img {
    box-shadow: var(--shadow-primary);
}
.exp-more-cat .col-md-2 {
    width: 12.50%;
    text-align: center;
}
.exp-more-cat .col-md-2 h3 {
    font-size: 14px;
    margin: 10px 0;
}
.home-footer-content {
    box-shadow: var(--shadow-primary);
    background: #fff;
    padding: 10px;
}
.home-footer #more {
    display: none;
}
.home-footer .home-footer-content h3 {
    font-size: 19px;
    margin: 15px 0px 5px;
}
.home-footer p {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 15px;
    color: #616161;
}
.home-footer .home-footer-content a {
    color: var(--color-black);
}
.home-footer .home-footer-content a:hover {
    color: var(--color-primary);
}
.home-footer .home-footer-content .theme-btn {
    color: #000;
}
.shop-review .testimonial {
    padding: 5px;
}
.rev-wapper {
    box-shadow: var(--shadow-primary);
    background-color: var(--color-white);
    padding: 10px;
    min-height: 145px;
}
.rating-info {
    display: flex;
    line-height: 0;
    align-items: center;
}
.feedback-star span {
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #00b67a;
    margin-right: 2px;
    text-align: center;
    line-height: 19px;
    font-size: 19px;
}
.veri-info {
    font-size: 14px;
    color: green;
}
.veri-info i {
    font-size: 10px;
    width: 17px;
    height: 17px;
    background: #9E9E9E;
    text-align: center;
    line-height: 17px;
    border-radius: 100px;
    color: #fff;
}
.feedback-content {
    margin: 10px 0;
    line-height: 20px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.feedname b {
    font-size: 18px;
}
.title-link {
    margin: 10px 0;
    line-height: 20px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: 600;
}
.star-box {
    position: relative;
    font-size: 30px;
    display: flex;
    overflow: hidden;
    line-height: 30px;
}
.star-box p {
    margin-bottom: 0;
    background-color: #ddd;
    margin-right: 3px;
    color: #fff;
}
.star-box span {
    width: 94%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    height: auto;
    display: flex;
    overflow: hidden;
}
.star-box span p {
    background-color: #00b67a;
}
.review-count {
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}
/*.star-box:before {
    font-family: star;
    content: "\73\73\73\73\73";
    color: #cccccc;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: 3px;
}
.star-box span {
    overflow: hidden;
    position: absolute;
    height: 16px;
}
.star-box span:before {
    content: "\53\53\53\53\53";
    font-family: star;
    top: 0;
    position: absolute;
    left: 0;
    color: #fed700;
    letter-spacing: 3px;
}*/
.rev-top {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.rev-top .username {
    margin: 0;
    font-size: 16px;
}
.rev-top .rev-namestar {
    margin-left: 15px;
}
.rev-customer p {
    line-height: 21px;
    font-size: 15px;
    margin-top: 5px;
}
.review-p-title a {
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.rev-image {
    width: 70px;
    height: 70px;
    box-shadow: var(--shadow-primary);
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shop-review-slider.theme-slide-arrow .slide-arrow.prev-arrow {
    right: 65px;
}
.shop-review-slider.theme-slide-arrow .slide-arrow.next-arrow {
    right: 15px;
}
.shop-review-slider.theme-slide-arrow .slide-arrow {
    top: -65px;
}
.eight-cat .box-hover {
    box-shadow: var(--shadow-primary);
}
.product-wrapper-bottom {
    background: #fff;
    box-shadow: var(--shadow-primary);
    margin-top: 15px;
    height: calc(100% - 15px);
}
.product-wrapper-bottom .pro-img {
    height: 270px;
    margin: 0 auto;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-wrapper-bottom:hover .pro-img img {
    transform: scale(1.03);
    transition: all .5s ease-in-out;
}
.product-wrapper-bottom .badge {
    margin: 5px 0 0 5px;
    height: 35px;
    background: #a1d407;
    font-size: 11px;
    color: #000;
    font-weight: 500;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    z-index: 1;
    position: absolute;
}
.pro-info-bottom .pro-name {
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 40px;
}
.product-sale-box {
    background: #ff5e00;
    background: linear-gradient(120deg,rgba(255,94,0,1) 35%,rgba(243,28,9,1) 60%);
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 5px 10px;
    line-height: 14px;
    font-size: 14px;
    border-radius: 3px;
    -webkit-animation-name: salePulse;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    margin-bottom: 5px;
    width: fit-content;
}
@-webkit-keyframes salePulse {
    from {
        background-color: #a00
    }
    50% {
        background-color: #c00;
        -webkit-transform: scale(1.1)
    }
    to {
        background-color: #a00
    }
}
.pro-info-bottom ins .amount, 
.pro-info-bottom bdi {
    color: #000;
    font-size: 18px;
    font-weight: 500;
} 
.pro-info-bottom del[aria-hidden*="true"] bdi {
    color: #000;
    font-size: 14px;
}
.product-wrapper-bottom .pro-img img {
    height: 250px;
    object-fit: contain;
    transition: all .5s ease-in-out;
}
.product-bottom-sec .slick-slide {
    padding: 0 5px 10px;
}
.pro-info-bottom {
    padding: 10px;
    border-top: 1px solid #dddddd7a;
    position: relative;
}
mark, ins {
    background: transparent;
}
.category-slick-arrow-top .slide-arrow {
    position: absolute;
    right: 15px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 7%);
    border-radius: 5px;
    transition: 0.3s;
    color: var(--color-white);
    line-height: 40px;
    text-align: center;
    border: 0 none;
    font-size: 15px;
    top: -67px;
    background-color: var(--color-primary);
}
.category-slick-arrow-top .slide-arrow.prev-arrow {
    right: 65px;
}
.special_price_holder {
    display: flex;
}
.other-tags {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.pro-info-bottom .short_description_badge {
    background: #a1d407;
    font-weight: 500;
    color: #000;
    padding: 5px 10px;
    line-height: 14px;
    font-size: 14px;
    border-radius: 3px;
    margin-bottom: 5px;
    width: fit-content;
}
.price-list .regular-price {
    margin-right: 5px;
}
.pro-info-bottom p {
    margin: 0 0 0;
}
.home-pro-slide .category-slick-arrow-top .slide-arrow {
    top: -66px;
}
.pro-under {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 10px;
}
.inner-row {
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
}
.under-inner {
    box-shadow: var(--shadow-primary);
    transition: all 500ms ease;
}
.under-inner:hover {
    transform: translateY(-5px);
}
#homeauto-modal .btn-close {
    position: absolute;
    right: -15px;
    top: -20px;
    background-color: var(--color-primary);
    opacity: 1 !important;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
}
.subscrib-box .form-control {
    width: 100%;
    border-radius: 0;
    padding-right: 140px;
}
.subscrib-box .news-form {
    padding-bottom: 50px;
}
.subscrib-box button.btn {
    background-color: var(--color-primary);
    border-radius: 0;
    text-transform: capitalize;
    position: absolute;
    right: 0;
}
/*homepage css end */
/*My Account page css start*/
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
    border: 1px solid #ddd;
    padding: 10px;
}
.woocommerce-MyAccount-navigation-link a {
    background-color: #fff;
    width: 100%;
    display: inline-block;
    box-shadow: 0 0 6px 1px #ddd;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 17px;
}
.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link a:hover {
    background-color: var(--color-primary);
    color: #fff;
}
.woocommerce-MyAccount-navigation-link a:before,
.woocommerce-account .addresses .title .edit:before {
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px;
    width: 18px;
    text-align: center;
}
.woocommerce-MyAccount-navigation-link:nth-child(1) a::before {
    content: "\f009";
}
.woocommerce-MyAccount-navigation-link:nth-child(2) a::before {
    content: "\f007";
}
.woocommerce-MyAccount-navigation-link:nth-child(3) a::before {
    content: "\f3c5";
}
.woocommerce-MyAccount-navigation-link:nth-child(4) a::before {
    content: "\f2eb";
}
.woocommerce-MyAccount-navigation-link:nth-child(5) a::before {
    content: "\f663";
}
.woocommerce-MyAccount-navigation-link:nth-child(6) a::before {
    content: "\f887";
}
.woocommerce-MyAccount-navigation-link:nth-child(7) a::before {
    content: "\f217";
}
.woocommerce-MyAccount-navigation-link:nth-child(8) a::before {
    content: "\f004";
}
.woocommerce-MyAccount-navigation-link:nth-child(9) a::before {
    content: "\f4dc";
}
.woocommerce-MyAccount-navigation-link:nth-child(10) a::before {
    content: "\f059";
}
.woocommerce-MyAccount-navigation-link:nth-child(11) a::before {
    content: "\f08b";
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
}
.woocommerce-account .woocommerce-MyAccount-content .dash-content {
    box-shadow: 1px 1px 5px 0px #ddd;
    background: #fff;
    padding: 10px;
}
.woocommerce form .form-row input {
    width: 100%;
    line-height: normal;
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
}
.woocommerce button.button.woocommerce-Button,
.woocommerce button.button {
    background-color: var(--color-primary);
    letter-spacing: 1px;
    padding: 5px 10px !important;
    font-size: 16px;
    border: 1px solid #a1d407;
    height: 40px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 30px;
}
.woocommerce button.button.woocommerce-Button:hover,
.woocommerce button.button:hover,
.woocommerce table.my_account_orders .button:hover {
    background-color: transparent !important;
    color: var(--color-primary) !important;
}
.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
    content: '\f070';
    font-family: "Font Awesome 5 Pro";
    margin: 0;
    width: 20px;
    display: inline-block;
    text-align: center;
}
.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
    content: '\f06e';
}
.woocommerce form .form-row input.input-checkbox {
    width: auto;
}
.woocommerce-account .addresses .title h3 {
    float: left;
    font-size: 18px;
}
.woocommerce-Addresses .woocommerce-Address {
    border: 1px solid #ddd;
    width: 49% !important;
}
.woocommerce-Addresses header.woocommerce-Address-title.title {
    border-bottom: 1px solid #ddd;
    padding: 10px 10px 5px;
    margin-bottom: 10px;
}
.woocommerce-Addresses .woocommerce-Address address {
    margin: 0;
    padding: 0 10px 10px;
}
.woocommerce-account .addresses .title .edit {}
.woocommerce-account .addresses .title .edit:before {
    content: '\f044';
    margin-right: 5px;
}
.earn-reward-box {
    background-color: var(--color-white);
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: 0 5px 20px #ddd;
}
.earn-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
.earn-img .dollar-box:before {
    content: "\f2eb";
    font-size: 30px;
    color: #a1d407;
    font-family: "Font Awesome 5 Pro";
    background-color: #e5f8e7;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 51px;
    text-align: center;
    border-radius: 10px;
}
.earn-link {
    display: flex;
    background-color: #f4f5f7;
    border-radius: 6px;
    align-items: center;
    padding: 6px 10px;
    justify-content: space-between;
    margin-top: 15px;
}
.earn-link p {
    font-weight: 500;
}
.earn-link a i {
    margin-left: 10px;
    font-weight: 500;
}
.earn-link a {
    background-color: #a1d407;
    display: inline-block;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 6px;
    color: #000;
    padding: 0 15px;
    font-weight: 500;
}
.couponterms p {
    margin-bottom: 0;
}
.coupon-box {
    border: 2px dashed #78b031;
    padding: 10px;
}
.cou-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cou-box div {
    width: 50%;
}
.cou-img img {
    width: 140px;
}
.coupon-content h1 {
    font-size: 26px;
    color: #f44336;
    margin: 0px;
}
.coupon-content p {
    font-size: 13px;
    color: #696969;
    margin-bottom: 0;
}
.coupon-content p span {
    color: #ff0000;
}
.copy-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copy-button {
    height: 45px;
    padding: 0 5px;
    border: 1px solid #e1e1e1;
    margin-top: 5px;
}
.copy-button input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 15px;
    color: black;
    font-weight: 500;
}
.copy-button button {
    padding: 5px 20px;
    background-color: #78b031;
    color: #fff;
    border: 1px solid transparent;
}
.woocommerce table.my_account_orders .button {
    white-space: nowrap;
    background-color: var(--color-primary);
    letter-spacing: 1px;
    padding: 0 10px;
    font-size: 16px;
    border: 1px solid #a1d407;
    border-radius: 0;
    height: 31px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 30px;
    width: 100%;
    margin-bottom: 5px;
}
.track-btn a {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.track_order {
    width: 60%;
    box-shadow: 1px 1px 5px 0px #ddd;
    background: #fff;
    padding: 10px;
    margin: 0 auto;
}
.woocommerce form.track_order .form-row {
    width: 100%;
}
.woocommerce form.track_order button.button {
    width: 100%;
}
.woocommerce form.track_order .form-row label {
    font-weight: 500;
}
/*My Account page css end*/
/*Product Enquiry popup css*/
.modal-popup .modal-header .close {
    position: absolute;
    position: absolute;
    right: 0;
    top: 9px;
    border: none;
    background: transparent;
    font-size: 25px;
}
.modal-popup h4.modal-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
}
.modal-popup .modal-header {
    padding: 10px
}
.modal-popup .modal-body {
    padding: 10px
}
.modal-popup .form-control {
    border: 1px solid #ddd
}
.modal-popup .form-group {
    margin-bottom: 10px
}
textarea.form-control {
    min-height: 100px
}
.modal-footer .btn {
    color: #fff;
    height: 40px;
    font-size: 15px;
    width: 50%;
    text-transform: capitalize;
    padding: 0;
    text-align: center;
    line-height: 40px;
    background: var(--color-primary);
    min-width: auto;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    transition: all .3s;
    margin: 0
}
/*Product Enquiry popup css end*/
/*search box loader css stsrt*/
.search-loader .product-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
}
.search-loader .loader-item:before {
    -webkit-animation: ph-animation 0.8s linear infinite;
    animation: ph-animation 0.8s linear infinite;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, 0.35) 50%, hsla(0, 0%, 100%, 0) 54%) 50% 50%;
    bottom: 0;
    content: " ";
    left: 50%;
    margin-left: -250%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 500%;
    z-index: 1;
}
.search-loader .loader-item {
    position: relative;
    overflow: hidden;
}
.search-loader .loader-item > div {
    background-color: #ced4da;
}
.search-loader .ld-name {
    height: 10px;
    margin-top: 8px;
}
.search-loader .ld-picture {
    height: 150px;
    width: 100%;
}
.ld-cat-name {
    height: 25px;
    margin-bottom: 8px;
}
@-webkit-keyframes ph-animation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }
    to {
        transform: translate3d(30%, 0, 0);
    }
}
@keyframes ph-animation {
    0% {
        transform: translate3d(-30%, 0, 0);
    }
    to {
        transform: translate3d(30%, 0, 0);
    }
}
/*search box loader css stsrt*/
#addCartPopup .theme-btn {
    padding: 5px 7px;
}
.dash-content .dashbox a {
    text-decoration: underline;
    font-weight: 500;
}
.woocommerce-message,
.cpn_responce,
.woocommerce-error {
    margin-bottom: 0;
}
a.woocommerce-remove-coupon, #woocommerce_remove_redeem_points {
    color: red;
    text-decoration: underline;
    cursor: pointer;
}
.ship-cost-total {
    box-shadow: 0 0 9px #ccc;
    background: #fff;
    padding: 10px;
    position: sticky;
    top: 90px;
}
.woocommerce-checkout #payment ul.payment_methods li {
    position: relative;
    padding-left: 20px;
}
.woocommerce-checkout #payment ul.payment_methods li .input-radio {
    position: absolute;
    top: 20px;
    left: 0;
}
select.xoo-ml-phone-cc+.select2.select2-container {
    min-width: 150px;
}
#mailchimp_woocommerce_is_subscribed,
#mailchimp_woocommerce_is_unsubscribed,
#mailchimp_woocommerce_is_transactional {
    width: auto;
    margin-right: 8px;
}
.lost_password.d-block a {
    text-decoration: underline;
    font-weight: 500;
    color: red;
}
.login-button {
    display: flex;
    justify-content: space-between;
}
.login-button * {
    width: 48% !important;
}
.modal-popup .modal-title {
    padding-right: 15px;
}
b, strong {
    font-weight: 500;
}
#primary-menu li.sale-animation a {
    background: rgb(255,94,0);
    background: linear-gradient(120deg, rgba(255,94,0,1) 35%, rgba(243,28,9,1) 60%);
    position: relative;
    text-align: center;
    color: #fff;
    -webkit-animation-name: salePulse;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    border-radius: 4px;
    padding: 0px 15px;
    width: fit-content;
}
@-webkit-keyframes salePulse {
    from {
        background-color: #a00;
    }
    50% {
        background-color: #c00;
        -webkit-transform: scale(1.1);
    }
    to {
        background-color: #a00;
    }
}
/*Payment Getway Page Style Start */
.liarrow {
    margin: 16px 0;
}
.liarrow li,
.single-blog-content ul li,
.taxonomy-description li,
.info-bottom .accordion-body li {
    position: relative;
    padding-left: 20px;
}
.liarrow li:before,
.single-blog-content ul li:before,
.taxonomy-description li:before,
.info-bottom .accordion-body li:before {
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    left: 0;
    font-size: 13px;
    top: 5px;
}
.single-blog-content .post-meta ul li:before {
    display: none;
}
.single-blog-content .post-meta ul li {
    padding-left: 0;
}
.alink-color,
.single-blog-content a {
    color: #6a8d00;
    font-weight: 500;
    text-decoration: underline;
}
.paycat-wapper,
.catalogue,
.theme-box-hover {
    box-shadow: var(--shadow-primary);
    transition: all 500ms ease;
    background: #fff;
    text-align: center;
    margin-bottom: 15px;
}
.paycat-wapper:hover,
.catalogue:hover,
.theme-box-hover:hover {
    transform: translateY(-5px);
}
.catalogue {
    padding: 10px;
    margin-bottom: 20px;
}
.paycat-wapper h5 {
    margin-bottom: 0;
    padding: 5px 0;
    border-top: 1px solid #ddd;
    font-size: 17px;
}
p.zippy-text {
    text-align: center;
    font-size: 30px;
    color: #21285e;
    margin-top: 10px;
    line-height: 1.17;
    max-width: 270px;
}
/*Payment Getway Page Style End */
/*SUPPLIER Style Start*/
.supplier-wapper,
.checklistform {
    box-shadow: 1px 1px 5px 0px #ddd;
    background: #fff;
    max-width: 700px;
    margin: 30px auto 30px;
    padding: 25px 15px;
}
/*become supplier style start*/
.supplier-wapper .contactform li label,
.supplier-wapper .contactform li input,
.supplier-wapper .contactform li textarea,
#camping_checklsit label,
#camping_checklsit input {
    width: 100%;
}
.supplier-wapper .contactform li label,
#camping_checklsit label {
    margin-bottom: 2px;
}
.supplier-wapper .contactform li input,
.supplier-wapper .contactform li textarea,
#camping_checklsit input {
    margin-bottom: 15px;
    border-radius: 0;
    border: 1px solid #ddd;
    height: 40px;
    padding: 0 10px;
}
.become-influencer-page .supplier-wapper {
    max-width: 100%;
}
.supplier-wapper #contact-form label {
    margin-bottom: 2px;
}
.supplier-wapper #contact-form input {
    margin-bottom: 20px;
}
#form_become_influencer #price {
    width: 100%;
    height: 40px;
    border: 1px solid #ced4da;
    padding: 0 5px;
}
#form_become_influencer .md-form.text-area_block textarea {
    width: 100%;
    border: 1px solid #ededed;
    padding: 10px;
}
.supplier-wapper .contactform li textarea {
    min-height: 80px;
    padding: 10px;
}
.supplier-wapper .contactform li,
.supplier-wapper #contact-form .md-form {
    position: relative;
    margin-bottom: 10px;
}
.req-star {
    color: red;
}
.error-text {
    color: red;
    margin-bottom: 0;
    display: none;
    position: absolute;
    bottom: -5px;
    border-radius: 2px;
    font-size: 15px;
    z-index: 0;
}
.supplier-wapper #contact-form .md-form .error-text {
    bottom: -22px;
}
.error-text.err-show {
    display: block;
}
.thanks-popup .open-button {
    background-color: #555;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    position: fixed;
    bottom: 23px;
    right: 28px;
    width: 280px;
}
.thanks-popup .form-popup {
    display: none;
    position: fixed;
    border: 6px solid #f1f1f1;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    background: white;
}
.thanks-popup .form-container {
    padding: 10px;
    background-color: #fff;
    border: 1px dashed var(--color-primary);
}
.thanks-popup .form-container .btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    opacity: 0.8;
}
.thanks-popup .form-container .cancel {
    background-color: var(--color-primary);
    padding: 5px 8px;
    float: right;
    position: absolute;
    right: -25px;
    top: -15px;
    margin: 0px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    opacity: 1;
    font-size: 14px;
    line-height: 22px;
}
.thanks-popup .form-container .btn:hover,
.open-button:hover {
    opacity: 1;
}
#thanks-popup-block {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    left: 0px;
    z-index: 9999;
}
.thanks-popup .form-container p {
    text-align: center;
    margin: 0px;
}
.thanks-popup .form-container h1 {
    color: red;
    margin-bottom: 10px;
    margin-top: 0px;
}
@media only screen and (max-width:767px) {
    .thanks-popup .form-popup {
        width: 90%;
        max-width: 400px;
    }
    .thanks-popup .form-container .cancel {
        right: -14px;
        top: -14px;
        width: 30px;
        height: 30px;
        padding: 0px;
    }
    .thanks-popup .form-container h1 {
        font-size: 18px !important;
    }
    .thanks-popup .form-container p {
        font-size: 14px;
    }
}
/*become supplier style End*/
/*SUPPLIER Style End Niks*/
.sale-text {
    font-family: "Train One", cursive;
    font-size: 25px;
    filter: blur(0.3px);
    animation: glow 1s linear infinite;
    -moz-animation: glow 1s linear infinite;
    -webkit-animation: glow 1s linear infinite;
    -o-animation: glow 1s linear infinite;
}
@keyframes glow {
    50% {
        text-shadow: 0 0 0.5vw #f31c09, 0 0 2vw #ff0000, 0 0 3vw #ff3366;
        color: #ff6347;
    }
    0%,
    100% {
        color: #f95428;
    }
}
.search_s_box label {
    width: 100%;
}
#search_s_box input {
    border: 1px solid #ddd;
    width: 100% !important;
    height: 35px;
    padding: 0 15px;
    margin-top: 5px;
}
.se-count {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    border-bottom: 1px solid #ddd;
}
.app-icon-img {
    display: flex;
}
.app-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-left: 10px;
}
.cr-all-reviews-shortcode ol.commentlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cr-all-reviews-shortcode ol li.review {
    width: 49.5%;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 10px;
}
/* Review popup css */
.review_popup-body {
    padding: 10px;
}
.review_popup-body button.close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 1;
    border: none;
    background: red;
    color: #fff;
    font-size: 25px;
    border-radius: 100px;
    box-shadow: 0 0 20px 8px #ddd;
}
#review-feedback textarea.form-control {
    min-height: 100px;
    margin: 10px auto;
    width: 95%;
}
#review-feedback .send-feedback {
    margin-right: 10px;
    background-color: var(--color-primary);
    letter-spacing: 1px;
    padding: 5px 10px;
    font-size: 16px;
    border: 1px solid #a1d407;
    width: fit-content;
    height: 40px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    color: #000;
}
.review_popup-emoji {
    margin: 0 5px;
}
#review-thanks h3 {
    text-align: center;
    margin-bottom: 0;
    padding: 10px 0;
}
.review-popup {
    box-shadow: 0 5px 20px #ddd;
    padding: 20px;
}
.rating-stars {
    display: block;
    width: fit-content;
    padding: 10px 100px 10px 10px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #000;
    overflow: hidden;
    margin: 15px auto;
}
.rating-counter {
    font-size: 20px;
    color: #fff;
    width: 80px;
    text-align: center;
    background: #a1d407;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 55px;
    padding: 0 10px;
}
.rating-counter:before {
    content: "0 Star";
    transition: all 0.25s ease 0s;  
}
.rating-stars input { display: none; }
.rating-stars label {
    width: 25px;
    height: 25px;
    background: #000b;
    display: inline-flex;
    cursor: pointer;
    margin: 5px 1px;
    transition: all 1s ease 0s;
    clip-path: polygon(50% 0%, 66% 32%, 100% 38%, 78% 64%, 83% 100%, 50% 83%, 17% 100%, 22% 64%, 0 38%, 34% 32%);
}
.rating-stars label[for=rs0] {
    display: none;
}
.rating-stars label:before {
    width: 90%;
    height: 90%;
    content: "";
    background: orange;
    z-index: -1;
    display: block;
    margin-left: 5%;
    margin-top: 5%;
    clip-path: polygon(50% 0%, 66% 32%, 100% 38%, 78% 64%, 83% 100%, 50% 83%, 17% 100%, 22% 64%, 0 38%, 34% 32%);
    background: linear-gradient(90deg, yellow, orange 30% 50%, #184580 50%, 70%, #173a75 100%);
    background-size: 205% 100%;
    background-position: 0 0;
}
.rating-stars label:hover:before {
    transition: all 0.25s ease 0s;      
}
.rating-stars input:checked + label ~ label:before {
    background-position: 100% 0;
    transition: all 0.25s ease 0s;  
}
.rating-stars input:checked + label ~ label:hover:before {
    background-position: 0% 0
}
.rating-stars #rs1:checked ~ .rating-counter:before {
    content: "1 Star";
}
.rating-stars #rs2:checked ~ .rating-counter:before {
    content: "2 Star";
}
.rating-stars #rs3:checked ~ .rating-counter:before {
    content: "3 Star";
}
.rating-stars #rs4:checked ~ .rating-counter:before {
    content: "4 Star";
}
.rating-stars #rs5:checked ~ .rating-counter:before {
    content: "5 Star";
}
.rating-stars label + input:checked ~ .rating-counter:before {
    color: #fff !important;
    transition: all 0.25s ease 0s;
}
.rating-stars label:hover ~ .rating-counter:before {
    color: #fff !important;
    transition: all 0.5s ease 0s;   
}
.rating-stars label[for=rs1]:hover ~ .rating-counter:before {
    content: "1 Star" !important;
}
.rating-stars label[for=rs2]:hover ~ .rating-counter:before {
    content: "2 Star" !important;
}
.rating-stars label[for=rs3]:hover ~ .rating-counter:before {
    content: "3 Star" !important;
}
.rating-stars label[for=rs4]:hover ~ .rating-counter:before {
    content: "4 Star" !important;
}
.rating-stars label[for=rs5]:hover ~ .rating-counter:before {
    content: "5 Star" !important;
}
.rating-stars input:checked:hover ~ .rating-counter:before {
    animation: none !important;
    color: #fff !important ;
}
/* Review popup css end*/
.img-hover {
    box-shadow: var(--shadow-primary);
    transition: all 500ms ease;
    background: #fff;
    text-align: center;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.img-hover:hover {
    transform: translateY(-5px);
}
.img-drop-shadow .img-hover {
    border: none;
    box-shadow: none;
}
.img-drop-shadow img {
    filter: drop-shadow(0 0 5px #000);
}
.slide-box .box-hover {
    box-shadow: none;
}
.coupon-cart .cpn-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    box-shadow: 0 0.125rem 0.5rem 0 #00000030;
    border: 1px solid #fb5a651a;
    border-radius: 0.625rem;
    margin-bottom: 25px;
    padding: 1.5rem 1.25rem;
    position: relative;
}
.cpn-wrapper .cpn-ringl {
    -webkit-box-shadow: inset -.125rem 0 .25rem 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset -.125rem 0 .25rem 0 rgba(0,0,0,.2);
        box-shadow: 0 0.125rem 0.5rem 0 #00000030;
    border: 1px solid #fb5a651a;
    background-color: #fff;
    border-radius: 100%/50%;
    position: absolute;
    height: 2.5rem;
    width: 1.25rem;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    left: 0
}
.cpn-wrapper .cpn-ringr {
    -webkit-box-shadow: inset 0.125rem 0 0.25rem 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset .125rem 0 .25rem 0 rgba(0,0,0,.2);
        box-shadow: 0 0.125rem 0.5rem 0 #00000030;
    border: 1px solid #fb5a651a;
    background-color: #fff;
    border-radius: 100%/50%;
    position: absolute;
    height: 2.5rem;
    width: 1.25rem;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    right: 0;
}
.cpn-wrapper .cpn-ringl .cpn-ring-cover {
    background-color: #fff;
    border-top: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
    position: absolute;
    height: 39px;
    width: 0.75rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    left: -0.675rem;
}
.cpn-wrapper .cpn-ringr .cpn-ring-cover {
    background-color: #fff;
    border-top: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
    position: absolute;
    height: 39px;
    width: 0.75rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    right: -0.675rem;
}
.cpn-wrapper .cpn-nm {
    text-align: center;
    max-width: 150px;
    width: 100%;
    color: var(--color-primary);
}
.cpn-wrapper .cpn-nm .cpn-nm1 {
    font-size: 40px;
    line-height: 39px;
    font-weight: 600;
}
.cpn-wrapper .cpn-nm .cpn-nm2 {
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 500;
}
.cpn-detail-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2.5rem;
    width: 100%;
    position: relative;
    justify-content: space-between;
}
.cpn-divider {
    border: 1px dashed;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0.125rem;
}
.cpn-title {
    font-size: 25px;
    line-height: 24px;
    margin-bottom: 0.5rem;
    font-weight: 500;
}
.min-am {
    color: var(--color-primary);
}
.cpn-desc {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 400;
    color: red;
}
.cpn-button {
    max-width: fit-content;
    width: 100%;
    display: flex;
    align-items: center;
}
.discountp {
    margin-left: auto;
}
.copy-click {
    font-weight: 500;
    font-size: 17px;
    color: var(--color-primary);
    padding: 8px 20px;
    border: 2px dashed var(--color-primary);
    border-radius: 6px;
    margin-left: 10px;
    position: relative;
}
.copy-click:before {
    position: absolute;
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23404040" d="M158.87 334.21a28.56 28.56 0 0 0-28.54 28.53c1.57 37.85 55.51 37.84 57.07 0a28.56 28.56 0 0 0-28.53-28.53Zm0 42.06a13.55 13.55 0 0 1-13.54-13.53c.75-17.95 26.33-17.95 27.07 0a13.55 13.55 0 0 1-13.53 13.53Z"/><path fill="%23404040" d="M450.28 146.1a7.48 7.48 0 0 0-2.67-5.9 67 67 0 0 0-26.88-12.3c-15-3.28-38.37-3.17-64.85 16-26.15 18.93-63.46 47.15-91.21 68.3-1-.63-2-1.24-3.06-1.82L203.51 178c31-38.15 2.37-95.64-46.88-93.67-62.82 3.38-76.21 89.35-17.31 111.52a59 59 0 0 1 9.2 4.27c29.12 16.64 51.57 33.74 68.44 52.15-16.87 18.4-39.32 35.51-68.44 52.15a59.53 59.53 0 0 1-9.21 4.26 57.42 57.42 0 0 0-37.91 55.82c1.33 49.39 61.9 74.19 97.34 39.68 21.39-19.75 23.48-55.49 4.77-77.65l58.1-32.41c1-.58 2.05-1.19 3.06-1.81 28 21.32 65.07 49.37 91.21 68.29 24.39 16.92 43.18 20.07 64.85 16 16.38-3.59 26.46-12 26.88-12.31a7.51 7.51 0 0 0-.24-11.68L317.24 252.25l130.13-100.37a7.48 7.48 0 0 0 2.91-5.78ZM156 187.07a74.41 74.41 0 0 0-11.54-5.34c-43.51-16.38-33.65-79.93 12.78-82.43a42.24 42.24 0 0 1 31.13 11.84c16.92 15.6 17.3 44.29.86 60.37a10.82 10.82 0 0 0 2.45 17l60.11 33.53c-11.32 8.85-16.66 12.28-24.52 19.2-17.88-19.24-41.27-37-71.27-54.17Zm273.66 170.8c-12 5.72-35.82 11.65-64.94-9.44-24.93-18.05-59.94-44.48-87.38-65.38L305 261.72ZM261.85 276c-2.56 1.91-66.06 37.35-70.21 39.94a10.81 10.81 0 0 0-2.45 17 42.22 42.22 0 0 1 12.17 29.76c.51 23.47-20.71 43.86-44.16 42.46-46.41-2.51-56.32-66-12.78-82.44a73.49 73.49 0 0 0 11.58-5.3c32.83-18.76 57.72-38.24 76.1-59.57a63.7 63.7 0 0 1 9.48-9.06c5.74-4.41 15.7-12 27.88-21.34 28-21.39 67.84-51.53 95.26-71.39 23.15-16.56 44.66-18.6 64.94-9.44-.04 0-125.27 97.84-167.81 129.38Z"/><path fill="%23404040" d="M158.87 113.23a28.57 28.57 0 0 0-28.54 28.53c1.57 37.85 55.51 37.84 57.07 0a28.56 28.56 0 0 0-28.53-28.53zm0 42.06a13.55 13.55 0 0 1-13.54-13.53c.75-17.95 26.33-17.95 27.07 0a13.55 13.55 0 0 1-13.53 13.53zm104.47 87.29a8.06 8.06 0 0 0-8.06 8.06c.39 10.68 15.73 10.68 16.12 0a8.06 8.06 0 0 0-8.06-8.06z"/></svg>');
    width: 35px;
    height: 35px;
    top: -20px;
    left: 0;
    transform: rotate(15deg);
}
.copy-click:after {
    content: attr(data-tooltip-text);
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    padding: 8px 16px;
    white-space: nowrap;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0 0 -12px rgba(0, 0, 0, 0);
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    transform: translate(-50%, 12px);
    transition: box-shadow calc(var(--duration) / 1.5) var(--bounce), opacity calc(var(--duration) / 1.5) var(--bounce), transform calc(var(--duration) / 1.5) var(--bounce);
}
.copy-click.is-hovered:after {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transform: translate(-50%, 0);
    transition-timing-function: var(--ease);
    color: #000;
    font-weight: 400;
}
.copy-click.is-copied {
    background-color: var(--color-primary);
    color: #000;
}
.attr_select_err #color_variation_box {
    border: 1px solid red;
    padding: 3px 3px 0;
    border-radius: 4px;
    animation-name: blinking;
    animation-duration: 1s;
    animation-iteration-count: 100;
}
.attr_select_err .nice-select.wide {
    border: 1px solid red;
    animation-name: blinking;
    animation-duration: 1s;
    animation-iteration-count: 100;
}
@keyframes blinking {
  50% {
    border-color: #fff;
  }
}
.copy-click.is-copied:after {
    content: attr(data-tooltip-text-copied);
}
.faq-header {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 20px;
}
.faq-header ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.faq-header ul li {
    width: 30%;
    display: inline-block;
    margin: 10px;
}
.faq-header ul li a {
    width: 100%;
    box-shadow: 0 0 6px 1px #ddd;
    padding: 10px;
    font-size: 17px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 5px;
    font-weight: 500;
}
.faq-header ul li a:before {
    display: inline-block;
    content: '';
    height: 50px;
    width: 50px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-right: 10px;
}
.faq-header.ac-header ul li:nth-child(1) a:before {
    background: url('../img/acgator-rewards.png');
}
.faq-header.ac-header ul li:nth-child(2) a:before {
    background: url('../img/acjoin-cost.png');
}
.faq-header.ac-header ul li:nth-child(3) a:before {
    background: url('../img/acoin.png');
}
.faq-header.ac-header ul li:nth-child(4) a:before {
    background: url('../img/acbonus.png');
}
.faq-header.ac-header ul li:nth-child(5) a:before {
    background: url('../img/acpoints-terms.png');
}
.faq-header.ac-header ul li:nth-child(6) a:before {
    background: url('../img/acfaqn.png');
}
.point-box {
    border: 2px solid var(--color-primary);
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}
.point-box h5 {
    font-size: 25px;
}
.point-box:hover img {
    -webkit-animation: flip-vertical-left 1000ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms 2 alternate both;
    animation: flip-vertical-left 1000ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 100ms 2 alternate both;
}
@-webkit-keyframes flip-vertical-left {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
}
@keyframes flip-vertical-left {
  0% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
}
.redeem-coin {
    background-color: #a1d4076b;
    margin-top: 50px;
    padding-top: 40px;
}
.coinbox {
    background-color: var(--color-primary);
    text-align: center;
    padding: 15px;
    border-radius: 10px;
}
.coinbox h5 {
    font-size: 55px;
    font-weight: 700;
}
.coinbox p {
    font-size: 20px;
}
.coin-info p {
    text-align: center;
    width: fit-content;
    margin: 25px auto;
    font-size: 25px;
}
.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}
/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% {
    transform: translate3d(85px,0,0);
  }
}
.checklist-info {
    border: 1px solid var(--color-primary);
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.faq-header ul li:nth-child(1) a:before {
    background: url('../img/fqorder.png');
}
.faq-header ul li:nth-child(2) a:before {
    background: url('../img/fqshopping.png');
}
.faq-header ul li:nth-child(3) a:before {
    background: url('../img/fqreturn.png');
}
.faq-header ul li:nth-child(4) a:before {
    background: url('../img/fqrefunds.png');
}
.faq-header ul li:nth-child(5) a:before {
    background: url('../img/fqproduct.png');
}
.faq-header ul li:nth-child(6) a:before {
    background: url('../img/fqcoins.png');
}
.accordion-wrapper .accordion-item {
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 6px 1px #ddd;
}
.accordion-item .accordion-header:hover h3 {
    background-color: #aa8fff;
    color: #fff;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #d4e69f;
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.step-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: var(--color-secondary);
    text-underline-offset: 10px;
    margin-bottom: 25px !important;
}
.img-shadow {
    margin-bottom: 15px;
    box-shadow: var(--shadow-primary);
    border: 1px solid #ddd;
}
.accordion-wrapper .liarrow {
    margin-bottom: 0;
}
.accordion-wrapper .liarrow li:last-child {
    margin-bottom: 0;
}
.accordion-wrapper .accordion-body p {
    margin-bottom: 8px;
}
.accordion-wrapper .accordion-body p:last-child {
    margin-bottom: 0;
}
.accordion-button:focus {
    box-shadow: none;
}
.faq-social li {
    display: inline-block;
}
.faq-social li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    border-radius: 4px;
    color: #fff;
    margin-right: 5px;
}
.faq-social li:nth-child(1) a {
    background-color: #3b5999;
}
.faq-social li:nth-child(2) a {
    background-color: #00aced;
}
.faq-social li:nth-child(3) a {
    background-color: #c8232c;
}
.faq-social li:nth-child(4) 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%);
}
.faq-social li:nth-child(5) a {
     background-color: #d12121;
}
.header-top-bar p {
    margin: 0;
    background-color: #a1d407;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 1px;
}
marquee {
    background-color: var(--color-primary);
    color: #fff;
    font-size: 20px;
    padding: 6px 2px;
    margin-bottom: -7px;
}
/*Responsive start*/
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}
@media only screen and (max-width: 675px) {
    .coupon-cart .cpn-wrapper,
    .cpn-detail-box {
        display: block;
        padding: 0;
    }
    .coupon-cart .cpn-wrapper {
        padding: 15px;
    }
    .cpn-wrapper .cpn-nm {
        max-width: 110px;
    }
    .cpn-divider {
        width: 98%;
        height: 0;
        top: 10px;
        margin: 0 auto;
        right: 0;
    }
    .cpn-title {
        font-size: 20px;
    }
    .cpn-button {
        display: block;
        position: absolute;
        right: 0;
        top: -70px;
        text-align: center;
    }
    .cpn-detail-box {
        padding-top: 25px;
    }
    .cpn-wrapper .cpn-ringl,
    .cpn-wrapper .cpn-ringr {
        top: 35%;
    }
    .faq-header ul li {
        width: 100%;
    }
    .header-top-bar p {
        font-size: 16px;
        line-height: 20px;
        padding: 5px;
    }
}
/*BNPL payment page style start */
.payicon-wapper {
    text-align: center;
    border: 2px solid #aa8fff;
    padding: 15px 10px;
    border-radius: 5px;
    background-color: #ede6ff;
    height: 100%;
}
.payicon-wapper img {
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.payicon-wapper:hover img {
    transform: scale(1.1);
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.payicon-wapper h3 {
    margin: 25px 0 8px;
    font-size: 23px;
}
.zipp-inner {
    border: 2px solid #aa8fff;
    border-radius: 4px;
    padding: 20px;
}
.zipp-inner h3 {
    font-size: 23px;
    margin: 0;
}
.zipp-inner p {
    font-size: 17px;
    line-height: 24px;
}
.zipp-inner .row {
    padding: 20px 0;
    align-items: center;
}
.zipp-inner .row:not(:last-child) {
    border-bottom: 2px solid #aa8fff;
}
.comparison-list img {
    height: 40px;
}
.comparison-list p {
    margin-bottom: 0;
}
.comparison-list i {
    color: #aa8fff;
    font-size: 30px;
}
.comparison-list tr {
    vertical-align: middle;
}
.comparison-list table {
    border: 1px solid #aa8fff;
}
.title-sm {
    font-size: 23px;
    margin-bottom: 20px;
    position: relative;
    width: fit-content;
}
.title-sm:before {
    content: "";
    width: 100%;
    background-color: #aa8fff;
    display: block;
    height: 2px;
    bottom: -8px;
    position: absolute;
    z-index: -1;
    left: 0;
}
.payment-page .accordion-item {
    margin-bottom: 15px;
    border: 2px solid #aa8fff;
}
.payment-page .accordion-item .accordion-header:hover h3 {
    background-color: #aa8fff;
    color: #fff;
}
.payment-page .accordion-button:not(.collapsed) {
    color: #aa8fff;
    background-color: #ede6ff;
}
.sign-btn {
    background-color: #aa8fff;
    display: inline-block;
    color: #fff;
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    border-radius: 5px;
}
.sign-btn:hover {
    color: #fff;
}
.paymentget-top-category .trending-cat {
    width: 100%;
    border-radius: 4px;
}
.paymentget-top-category .trending-cat h3 {
    font-size: 18px;
    padding: 10px;
    margin: 0;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.paymentget-top-category .trending-cat img {
    width: 120px;
    height: 120px;
    margin: 10px auto 0;
    text-align: center;
    object-fit: contain;
    display: table;
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.paymentget-top-category .trending-cat:hover img {
    transform: scale(1.1);
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.paymentget-top-category .payment-cat .col-md-2 {
    width: 20%;
    margin-bottom: 15px;
    float: left;
}
.brand-wrapper,
.pcat-wrapper {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    grid-gap: 10px;
}
.accordion-body p:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
    .pcat-wrapper {
        grid-template-columns: repeat(3,1fr);
    }
}
@media only screen and (max-width: 675px) {
    .pcat-wrapper {
        grid-template-columns: repeat(2,1fr);
    }
    .comparison-list img {
        height: auto;
    }
    .zipp-inner {
        padding: 0 20px;
    }
    .zipp-inner .row {
        padding: 10px 0;
    }
}
@media only screen and (max-width: 475px) {
    .pcat-wrapper {
        grid-template-columns: repeat(1,1fr);
    }
    .trending-cat a {
        display: flex;
        align-items: center;
    }
    .paymentget-top-category .trending-cat img {
        margin: 10px;
        width: 80px;
        height: 80px;
    }
}
/*BNPL payment page style end */
/*Checkout Cutom Tab Style Start*/
.checkout-detail {
    display: none;
    opacity: 0;
}
.checkout-detail.detail-show {
    display: block;
    opacity: 1;
    transition: opacity .15s linear;
}
.checkout-stepbox {
    box-shadow: 0 0 9px #ccc;
    padding: 15px;
}
.checkout-tabhead {
    margin-bottom: 30px;
}
.checkout-tabhead .tabtitle {
    display: inline-block;
    width: 33%;
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 22px;
    font-weight: 500;
}
.tabtitle.active-step {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    position: relative;
    color: #fff;
}
.tabtitle.active-step:after {
    position: absolute;
    content: '';
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid var(--color-primary);
}
.woocommerce-form-login.login button.button {
    width: 100%;
}
.checkout-detail .theme-btn {
    background-color: var(--color-primary);
    letter-spacing: 1px;
    padding: 5px 10px !important;
    font-size: 16px;
    border: 1px solid #a1d407;
    height: 40px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border-radius: 3px;
    width: 100%;
}
.checkout-detail .conbtn .theme-btn {
    width: auto;
}
.checkout-detail #billing_country_field {
    border: 1px solid #e5e5e5;
    padding: 10px 15px;
    width: 99%;
    margin: 0 auto 6px;
}
.woocommerce .checkout-detail .select2-container {
    width: 100% !important;
}
.address-wrapper h3,
#ship-to-different-address span,
.your-order-info h3 {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: var(--color-primary);
    text-underline-offset: 10px;
    margin-bottom: 12px;
}
#ship-to-different-address {
}
.logintab-wrapper .woocommerce-form.woocommerce-form-login.login .form-row {
    width: 100%;
    text-align: left;
}
#addresstab .form-row {
    width: 100%;
}
.ship-cost-total table {
    margin-bottom: 0 !important;
}
.product-name img {
    max-width: 50px;
    height: 50px;
    margin-right: 10px;
    box-shadow: 0 0 9px #ccc;
    border-radius: 5px;
}
.woocommerce table.shop_table td.checkout-pname {
    line-height: 0;
}
.your-orderpname {
    line-height: 22px;
}
.your-order-info a.woocommerce-remove-coupon,
.your-order-info .order-total .woocommerce-Price-amount.amount {
    display: block;
}
.address-wrapper select {
    height: 41px;
    border: 1px solid #ccc;
    padding: 10px 15px;
}
.your-order-info .cart_item dl.variation {
    display: none;
}
@media only screen and (max-width: 992px) {
    .checkout-tabhead .tabtitle {
        width: 32%;
    }
}
@media only screen and (max-width: 767px) {
    .checkout-tabhead .tabtitle {
        font-size: 17px;
        padding: 8px 3px;
    }
    .tabtitle.active-step:after {
        bottom: -10px;
    }
}
@media only screen and (max-width: 415px) {
    .checkout-detail .conbtn .theme-btn {
        width: auto;
        width: 100%;
    }
}
/*Checkout Cutom Tab Style End*/
.woocommerce-shipping-totals.shipping{
    display:none !important;
}
.numbox span {
    font-size: 80px;
    font-weight: 600;
    line-height: 80px;
    color: var(--color-primary);
}
.benefit-tbl table thead {
    background-color: var(--color-primary);
}
.benefit-tbl table thead tr th {
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
}
.benefit-tbl table thead tr th:nth-child(2) {
    border: solid #fff;
    border-width: 0 2px;
}
.benefit-tbl table tbody tr td:first-child {
    font-weight: 500;
    font-style: normal;
    font-size: 17px;
    margin: 0;
    padding-left: 10px;
}
.benefit-tbl table tbody tr td {
    padding: 15px;
    background: #a1d40714;
}
.benefit-tbl table tbody tr td i {
    font-size: 30px;
    font-weight: 500;
}
.benefit-tbl table tbody tr td i.fa-times {
    color: red;
}
.benefit-tbl table tbody tr td i.fa-check {
    color: #a1d407;
}
.benefit-tbl table {
    border-color: var(--color-primary);
}
.benefit-tbl table.table>:not(:first-child) {
    border-top: 2px solid var(--color-primary);
}
.square-flip {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -ms-transform: perspective(1000px);
    transform: perspective(1000px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    float: left;
}
.square-flip {
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
}
.square,
.square2 {
    width: 100%;
    height: 100%;
}
.square {
    background-size: cover;
    background-position: center center;
    -ms-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    -webkit-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.square-flip .square {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    z-index: 1;
}
.square-flip:hover .square {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
}
.square2 {
    background-size: cover;
    background-position: center center;
    -ms-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    -webkit-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.square-flip .square2 {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transform-style: preserve-3d;
    z-index: 1;
}
.square-flip:hover .square2 {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transform-style: preserve-3d;
}
/*Square content*/
.square-container {
    padding: 40px;
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    -webkit-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    -webkit-transform: translateY(-50%) translateX(0px) scale(1);
    -ms-transform: translateY(-50%) translateX(0px) scale(1);
    transform: translateY(-50%) translateX(0px) scale(1);
    transform-style: preserve-3d;
    z-index: 2;
}
.square-flip:hover .square-container {
    -webkit-transform: translateY(-50%) translateX(-650px) scale(.88);
    -ms-transform: translateY(-50%) translateX(-650px) scale(.88);
    transform: translateY(-50%) translateX(-650px) scale(.88);
    transform-style: preserve-3d;
}
.square-container2 {
    padding: 40px;
    text-align: center;
    position: relative;
    top: 50%;
    -ms-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    -webkit-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
    -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    -ms-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
    transform-style: preserve-3d;
    z-index: 2;
}
.square-flip:hover .square-container2 {
    -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    -ms-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    transform-style: preserve-3d;
}
.square-container p {
    width: fit-content;
    margin: 0 auto;
    background: #a1d40773;
    padding: 3px 10px;
    font-size: 19px;
    border-radius: 6px;
}
/*Style text*/
.square-flip h2 {
    color: #000;
    font-size: 22px;
}
.square-flip h3 {
    font-size: 17px;
    line-height: 26px;
}
/*Elements*/
.flip-overlay {
    display: block;
    background: #a1d40714;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border: 1px solid var(--color-primary);
}
.align-center {
    margin: 0 auto 10px;
    max-width: 100px;
}
.kallyas-button {
    display: block;
    width: 160px;
    padding: 15px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background: var(--color-primary);
    margin: 0 auto 15px;
    border-radius: 5px;
    text-decoration: none;
}
.kallyas-button:hover {
    color: #fff;
}
/*ADD SHADOWS OPTIONAL*/
.square-flip .square .boxshadow,
.square-flip .square .textshadow,
.square-flip .square2 .boxshadow,
.square-flip .square2 .textshadow {
    -ms-transition: 0.60s;
    transition: 0.60s;
    -webkit-transition: 0.60s;
}
.rewards-signup {
    background: #a1d4076b;
}
.rews-wrp {
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
}
@media only screen and (max-width: 575px) {
    .square-container,
    .square-container2 {
        padding: 10px;
    }
    .square-flip {
        height: 300px;
    }
    .rews-wrp {
        margin: 20px auto;
    }
}
.hot-cat a:after {
    position: absolute;
    content: 'hot';
    font-weight: 400;
    width: 50px;
    height: 20px;
    background-color: red;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 4px;
    margin-top: 3px;
    margin-left: 15px;
    text-transform: capitalize;
    animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/* Loylty Point Style Start */
.loyalty-progress {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    font-size: 0;
    list-style: none;
}
.loyalty-progress li.section {
    display: inline-block;
    padding-top: 45px;
    font-size: 15px;
    line-height: 20px;
    vertical-align: top;
    position: relative;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}
.loyalty-progress li.section:before {
    content: 'x';
    position: absolute;
    top: 2px;
    left: calc(50% - 15px);
    z-index: 1;
    width: 30px;
    height: 30px;
    color: white;
    border: 2px solid white;
    border-radius: 17px;
    line-height: 25px;
    background: gray;
}
.status-bar {
    height: 2px;
    background: gray;
    position: relative;
    top: 18px;
    margin: 0 auto;
    width: 88%;
}
@keyframes changeBackground {
    from {
        background: gray
    }
    to {
        background: mediumseagreen
    }
}
.loyalty-progress li.section.visited:before {
    content: '\2714';
    animation: changeBackground .5s linear;
    animation-fill-mode: forwards;
}
@media only screen and (max-width: 675px) {
    .loyalty-progress li.section {
        display: block;
        width: 100% !important;
        padding-top: 0;
        text-align: left;
        padding-left: 40px;
        line-height: 35px;
        margin-bottom: 5px;
    }
    .loyalty-progress li.section:before {
        left: 0;
        text-align: center;
    }
    .status-bar {
        display: none;
    }
    .loyalty-progress {
        position: relative;
    }
    .loyalty-progress:before {
        content: '';
        height: 88%;
        background: gray;
        margin: 0 auto;
        width: 2px;
        position: absolute;
        left: 14px;
        top: 10px;
    }
}
/* Loylty Point Style End */
/*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: #fff;
    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: #fff;
    margin: 0 -15px 10px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer
}
.floating-wpp .floating-wpp-input-message {
    background-color: #fff;
    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*/
/*Product Page Offer slider Style Start*/
.offer-wrp {
    box-shadow: var(--shadow-primary);
    border-radius: 5px;
    padding: 5px 10px;
    min-height: 100px;
}
.offer-carousel .slick-slide {
    margin: 5px;
}
.offer-carousel .slick-next {
    right: 0;
}
.offer-carousel .slick-prev {
    left: 0;
}
.offer-carousel .slide-arrow {
    top: -51px;
    width: 35px;
    height: 35px;
    line-height: 37px;
    cursor: pointer;
}
.offer-wrp h6 {
    font-weight: 600;
    margin-bottom: 5px;
}
.offer-wrp p {
    font-size: 14px;
    line-height: 20px;
}
.offer-wrp a,
.modal-body a,
.back-btn {
    cursor: pointer;
    color: #f0424e;
}
.offer-wrp i,
.modal-body a i,
.back-btn i {
    font-size: 13px;
}
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 450px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
}
.modal.right .modal-body {
    padding: 15px 15px 80px;
}
/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.show .modal-dialog {
    right: 0;
}
.offer-slider {
    padding: 10px 0;
    border: solid #ddd;
    border-width: 1px 0;
    margin-bottom: 15px;
}
.otitle {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.otitle h5 {
    margin-bottom: 0;
    padding-left: 20px;
    font-weight: 600;
    font-size: 22px;
}
.inner-model p {
    font-size: 15px;
}
.modal-body .icon {
    box-shadow: var(--shadow-primary);
    border-radius: 5px;
    padding: 1px;
    display: inline-block;
    margin-left: 10px;
    max-width: 60px;
}
.modal.right h6 {
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    text-underline-offset: 2px;
}
.inner-model .modal-header {
    background-color: #f4f6f7;
    position: sticky;
    top: 0;
    z-index: 1;
}
.inner-model h3 {
    font-size: 20px;
    font-weight: 700;
}
.inner-model h3 + p {
    font-size: 19px;
    margin-bottom: 20px;
}
.inner-model .modal-title {
    font-size: 18px;
    font-weight: 700;
}
.inner-model span {
    font-size: 13px;
    text-align: center;
    display: block;
    font-weight: 600;
}
.inner-model .sm-title {
    margin: 20px 0 7px;
    font-size: 18px;
}
.inner-model .sm-title {
    margin: 20px 0 7px;
    font-size: 16px;
    font-weight: 700;
}
.inner-model .sm-title {
    margin: 20px 0 7px;
    font-size: 16px;
    font-weight: 700;
}
.inner-model .sm-title + p {
    font-size: 14px;
    line-height: 19px;
}
.modal.right .modal-header {
    background-color: #f4f6f7;
    position: sticky;
    top: 0;
    z-index: 1;
}
@media only screen and (max-width: 1399px) {
    .modal.right .modal-dialog {
        width: 95%;
    }
    .cat-all-box {
        width: 100%;
    }
}
/*Product Page Offer slider Style End*/
.top-slider .slick-slide img {
    margin: 0 auto;
}
/*Sale Image Set corner style start
.sale-img .box-hover {
    position: relative;
}
.sale-img .box-hover:before {
    content: '';
    position: absolute;
    background: url(../img/click-icon.webp);
    width: 90px;
    height: 77px;
    left: 0;
    top: 0;
    z-index: 1;
}
.sale-img.btm-tag .box-hover:before {
    background: url(../img/click-icon-btm.webp);
    right: 0;
    bottom: 0;
    left: inherit;
    top: inherit;
}*/
/*
.slide-box .box-hover:before {
    right: 10px;
}
.sale-img.top-tag .box-hover:before {
    background: url('../img/eofy-logo-top.webp');
    top: 0;
    bottom: auto;
    width: 109px;
    height: 80px;
}
@media only screen and (max-width: 675px) {
    .sale-img .box-hover:before {
        transform: scale(0.6);
        right: -20px;
        bottom: -15px;
    }
    .sale-img.top-tag .box-hover:before {
        top: -15px
    }
}*/
/*Sale Image Set corner style end*/
/*Christmas style start*/
.tree-wrp {
    background-image: url('../img/xmas/tree-bg.png');
    background-position: center;
    background-color: #151522;
    overflow: hidden;
}
.show-wrp {
    position: relative;
    padding: 45px 0 100px;
    background: #D6001C;
    overflow: hidden;
    z-index: 1;
}
.allicon {
    margin-top: -45px;
}
.santa {
    width: 20vw;
    min-width: 175px;
    z-index: 600;
    cursor: pointer;
    -webkit-animation: FlyingSanta 38s infinite linear;
    -moz-animation: FlyingSanta 38s infinite linear;
    -ms-animation: FlyingSanta 38s infinite linear;
    -o-animation: FlyingSanta 38s infinite linear;
    animation: FlyingSanta 38s infinite linear;
    bottom: 0%;
    left: 0%;
    position: absolute;
}
@keyframes FlyingSanta {
    25% {
        bottom: 80%;
        left: 85%;
        transform: rotateY(0deg);
    }
    26% {
        transform: rotateY(180deg);
    }
    50% {
        bottom: 60%;
        left: 0%;
        transform: rotateY(180deg);
    }
    51% {
        transform: rotateY(0deg);
    }
    75% {
        bottom: 40%;
        left: 85%;
        transform: rotateY(0deg);
    }
    76% {
        bottom: 40%;
        left: 85%;
        transform: rotateY(180deg);
    }
    99% {
        transform: rotateY(180deg);
    }
}
.animtitle {
    font-size: 50px;
    padding-top: 60px;
    /* font-family: "Mountains of Christmas", cursive; */
    background: -o-linear-gradient(transparent, transparent) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    margin: 0;
    padding: 0;
    font-weight: 700;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
    z-index: 200;
    -webkit-background-clip: text;
    margin-bottom: 50px;
/*    text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 1px, #FF3A48 0px 0px 6px, #FF3A48 0px 0px 6px, #FF3A48 0px 0px 7px, #FF3A48 0px 0px 50px, #FF3A48 0px 0px 9px, 2px 2px 2px rgba(255, 58, 72, 0);*/
    text-shadow: #FFF 0px 0px 0px, #FFF 0px 0px 0px;
}
.Absolute-Center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
/******* Text Glitter Styles *******/
#snow {
    background: none;
    z-index: -1;
    background-image: url("../img/xmas/flake1.png"),
        url("../img/xmas/flake2.png"),
        url("../img/xmas/flake3.png");
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-animation: snow 10s linear infinite;
    -moz-animation: snow 10s linear infinite;
    -ms-animation: snow 10s linear infinite;
    animation: snow 10s linear infinite;
}
@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}
@-moz-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 400px 1000px, 200px 400px, 100px 300px;
    }
}
@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}
@-ms-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}
 .lightrope {
     text-align: center;
     white-space: nowrap;
     overflow: hidden;
     position: absolute;
     z-index: 1;
     margin: -60px 0 0 0;
     padding: 0;
     pointer-events: none;
     width: 100%;
}
 .lightrope li {
     position: relative;
     animation-fill-mode: both;
     animation-iteration-count: infinite;
     list-style: none;
     margin: 0;
     padding: 0;
     display: block;
     width: 12px;
     height: 28px;
     border-radius: 50%;
     margin: 20px;
     display: inline-block;
     background: rgba(0, 247, 165, 1);
     box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 1);
     animation-name: flash-1;
     animation-duration: 2s;
}
 .lightrope li:nth-child(2n+1) {
     background: rgba(0, 255, 255, 1);
     box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.5);
     animation-name: flash-2;
     animation-duration: 0.4s;
}
 .lightrope li:nth-child(4n+2) {
     background: rgba(247, 0, 148, 1);
     box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 1);
     animation-name: flash-3;
     animation-duration: 1.1s;
}
 .lightrope li:nth-child(odd) {
     animation-duration: 1.8s;
}
 .lightrope li:nth-child(3n+1) {
     animation-duration: 1.4s;
}
 .lightrope li:before {
     content: "";
     position: absolute;
     background: #222;
     width: 10px;
     height: 9.3333333333px;
     border-radius: 3px;
     top: -4.6666666667px;
     left: 1px;
}
 .lightrope li:after {
     content: "";
     top: -14px;
     left: 9px;
     position: absolute;
     width: 52px;
     height: 18.6666666667px;
     border-bottom: solid #222 2px;
     border-radius: 50%;
}
 .lightrope li:last-child:after {
     content: none;
}
 .lightrope li:first-child {
     margin-left: -40px;
}
 @keyframes flash-1 {
     0%, 100% {
         background: rgba(0, 247, 165, 1);
         box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 1);
    }
     50% {
         background: rgba(0, 247, 165, 0.4);
         box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 247, 165, 0.2);
    }
}
 @keyframes flash-2 {
     0%, 100% {
         background: rgba(0, 255, 255, 1);
         box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 1);
    }
     50% {
         background: rgba(0, 255, 255, 0.4);
         box-shadow: 0px 4.6666666667px 24px 3px rgba(0, 255, 255, 0.2);
    }
}
 @keyframes flash-3 {
     0%, 100% {
         background: rgba(247, 0, 148, 1);
         box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 1);
    }
     50% {
         background: rgba(247, 0, 148, 0.4);
         box-shadow: 0px 4.6666666667px 24px 3px rgba(247, 0, 148, 0.2);
    }
}
.tree-wrp svg {
    width:90%;
    height:90%;
    visibility:hidden;
}
@media only screen and (max-width: 675px) {
    .animtitle {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .mn-2 {
        margin: -1px 0;
    }
}
/*Christmas style start*/
.sale-ttlbox {
    background-color: var(--color-primary);
    text-align: center;
    padding: 20px;
    margin: 10px 0;
    box-shadow: rgb(0, 0, 0) 4px 4px 0px 0px;
}
.sale-join {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 70px 25px;
    margin: 20px 0;
    background-image: url(../img/salebg.webp);
    background-color: var(--color-primary);
    background-position: center;
}
.sale-join h2 {
    background-color: #fff;
    text-align: center;
    padding: 20px;
    box-shadow: rgb(0, 0, 0) 4px 4px 0px 0px;
}
.sale-join a {
    background-color: #fff;
    text-align: center;
    padding: 10px 20px;
    box-shadow: rgb(0, 0, 0) 4px 4px 0px 0px;
    font-weight: 500;
    font-size: 20px;
}
.sale-join a:hover {
    color: #000;
}
@media only screen and (max-width: 767px) {
    .sale-join {
        display: block;
        text-align: center;
    }
    .sale-join a {
        display: inline-block;
    }
    .sale-join h2 {
        padding: 15px;
        font-size: 20px;
    }
}
/*Timer Style Start*/
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-clock-wrapper a {
    cursor: pointer;
    text-decoration: none;
    color: #ccc;
}
.flip-clock-wrapper a:hover {
    color: #fff;
}
.flip-clock-wrapper ul {
    list-style: none;
}
.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
    content: " ";
    display: table;
}
.flip-clock-wrapper.clearfix:after {
    clear: both;
}
.flip-clock-wrapper.clearfix {
    *zoom: 1;
}
/* Main */
.flip-clock-wrapper {
    -webkit-user-select: none;
}
.flip-clock-meridium {
    background: none !important;
    box-shadow: 0 0 0 !important;
    font-size: 36px !important;
}
.flip-clock-meridium a {
    color: #313333;
}
.flip-clock-wrapper {
    text-align: center;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}
/* Skeleton */
.flip-clock-wrapper ul {
    position: relative;
    float: left;
    margin: 5px;
    width: 60px;
    height: 90px;
    font-size: 80px;
    font-weight: bold;
    line-height: 87px;
    border-radius: 6px;
    background: #000;
}
.flip-clock-wrapper ul li {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 87px;
    text-decoration: none !important;
}
.flip-clock-wrapper ul li:first-child {
    z-index: 2;
}
.flip-clock-wrapper ul li a {
    display: block;
    height: 100%;
    -webkit-perspective: 200px;
    -moz-perspective: 200px;
    perspective: 200px;
    margin: 0 !important;
    overflow: visible !important;
    cursor: default !important;
}
.flip-clock-wrapper ul li a div {
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    font-size: 80px;
    overflow: hidden;
    outline: 1px solid transparent;
}
.flip-clock-wrapper ul li a div .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.flip-clock-wrapper ul li a div.up {
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    top: 0;
}
.flip-clock-wrapper ul li a div.up:after {
    content: "";
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 3px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}
.flip-clock-wrapper ul li a div.down {
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.flip-clock-wrapper ul li a div div.inn {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 200%;
    color: #ccc;
    text-shadow: 0 1px 2px #000;
    text-align: center;
    background-color: #333;
    border-radius: 6px;
}
.flip-clock-wrapper ul li a div.up div.inn {
    top: 0;
}
.flip-clock-wrapper ul li a div.down div.inn {
    bottom: 0;
}
/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
    z-index: 3;
}
.flip-clock-wrapper .flip {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}
.flip-clock-wrapper ul.play li.flip-clock-active {
    -webkit-animation: asd 0.5s 0.5s linear both;
    -moz-animation: asd 0.5s 0.5s linear both;
    animation: asd 0.5s 0.5s linear both;
    z-index: 5;
}
.flip-clock-divider {
    float: left;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 100px;
}
.flip-clock-divider:first-child {
    width: 0;
}
.flip-clock-dot {
    display: block;
    background: #323434;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    left: 5px;
}
.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -86px;
    color: black;
    text-shadow: none;
}
.flip-clock-divider.minutes .flip-clock-label {
    right: -88px;
}
.flip-clock-divider.seconds .flip-clock-label {
    right: -91px;
}
.flip-clock-dot.top {
    top: 30px;
}
.flip-clock-dot.bottom {
    bottom: 30px;
}
@-webkit-keyframes asd {
    0% {
        z-index: 2;
    }
    20% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}
@-moz-keyframes asd {
    0% {
        z-index: 2;
    }
    20% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}
@-o-keyframes asd {
    0% {
        z-index: 2;
    }
    20% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}
@keyframes asd {
    0% {
        z-index: 2;
    }
    20% {
        z-index: 4;
    }
    100% {
        z-index: 4;
    }
}
.flip-clock-wrapper ul.play li.flip-clock-active .down {
    z-index: 2;
    -webkit-animation: turn 0.5s 0.5s linear both;
    -moz-animation: turn 0.5s 0.5s linear both;
    animation: turn 0.5s 0.5s linear both;
}
@-webkit-keyframes turn {
    0% {
        -webkit-transform: rotateX(90deg);
    }
    100% {
        -webkit-transform: rotateX(0deg);
    }
}
@-moz-keyframes turn {
    0% {
        -moz-transform: rotateX(90deg);
    }
    100% {
        -moz-transform: rotateX(0deg);
    }
}
@-o-keyframes turn {
    0% {
        -o-transform: rotateX(90deg);
    }
    100% {
        -o-transform: rotateX(0deg);
    }
}
@keyframes turn {
    0% {
        transform: rotateX(90deg);
    }
    100% {
        transform: rotateX(0deg);
    }
}
.flip-clock-wrapper ul.play li.flip-clock-before .up {
    z-index: 2;
    -webkit-animation: turn2 0.5s linear both;
    -moz-animation: turn2 0.5s linear both;
    animation: turn2 0.5s linear both;
}
@-webkit-keyframes turn2 {
    0% {
        -webkit-transform: rotateX(0deg);
    }
    100% {
        -webkit-transform: rotateX(-90deg);
    }
}
@-moz-keyframes turn2 {
    0% {
        -moz-transform: rotateX(0deg);
    }
    100% {
        -moz-transform: rotateX(-90deg);
    }
}
@-o-keyframes turn2 {
    0% {
        -o-transform: rotateX(0deg);
    }
    100% {
        -o-transform: rotateX(-90deg);
    }
}
@keyframes turn2 {
    0% {
        transform: rotateX(0deg);
    }
    100% {
        transform: rotateX(-90deg);
    }
}
.flip-clock-wrapper ul li.flip-clock-active {
    z-index: 3;
}
/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
    background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
    background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.3s linear both;
}
/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: show 0.5s linear both;
    -moz-animation: show 0.5s linear both;
    animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
    background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
    -webkit-animation: hide 0.5s 0.3s linear both;
    -moz-animation: hide 0.5s 0.3s linear both;
    animation: hide 0.5s 0.2s linear both;}
@-webkit-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes hide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@media only screen and (max-width: 575px) {
    .flip-clock-wrapper ul li a div {
        font-size: 50px;
    }
    .flip-clock-wrapper ul li {
        line-height: 70px;
    }
    .flip-clock-wrapper ul {
        height: 70px;
        line-height: 70px;
    }
    .flip-clock-divider {
        height: 79px;
    }
    .flip-clock-dot.bottom {
        bottom: 20px;
    }
}
/*Timer Style End*/
/*Members Only deal Style Start*/
.tmb {
    display: flex;
    align-items: center;
}
.tim {
    position: absolute;
    left: 40%;
    color: var(--color-primary);
    font-weight: 500;
    font-size: 20px;
}
.tim p {
    display: inline-block;
}
.tim p span {
    padding: 0 3px;
    position: relative;
    top: -1px;
}
@media only screen and (max-width: 1399px) {
    .tim {
        font-size: 16px;
        left: 37%;
    }
}
@media only screen and (max-width: 1199px) {
    .tim {
        font-size: 14px;
    }
}
@media only screen and (max-width: 575px) {
    .tim p span {
        padding: 0 2px;
    }
    .tim {
        font-size: 12px;
        left: inherit;
        right: 16px;
    }
}
.mprice-box {
    display: inline-block;
    width: 100%;
}
#mpbox {
    background: linear-gradient(90deg,#a1d40733 25%,#a1d40775 50%);
    background-size: 200% 100%;
    animation: bgslider 2s infinite ease-in-out;
    display: inline-block;
    padding: 2px 10px;
    color: #000;
    margin: 5px 0;
    border: solid var(--color-primary);
    border-width: 1px 0;
    width: 100%;
}
#mpbox span {
    font-size: 20px;
    font-weight: 600;
}
@keyframes bgslider {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}
.product-info #mpbox {
    width: fit-content;
    background: no-repeat;
    border-width: 2px;
    padding: 15px 20px;
}
.product-info #mpbox span {
    font-size: 40px;
    margin-left: 15px;
}
.product-info #mpbox .member-login {
    color: var(--color-primary);
    font-size: 17px;
    text-decoration: underline;
    text-underline-offset: 8px;
    font-weight: 500;
}
@media only screen and (max-width: 575px) {
    .product-info #mpbox span {
        font-size: 25px;
    }
    .product-info #mpbox {
        width: 100%;
        padding: 11px 7px;
        border-width: 1px;
    }
}
/*Members Only deal Style End*/
.product-info .sale-timer {
    display: none;
}
/*xmas-hat css start*/
.head-logo {
    position: relative;
}
.c21h12m {
    position: absolute;
    top: -19px;
    width: 45px;
    height: 45px;
}
@media screen and (max-width: 991px) {
    .c21h12m {
        top: -17px;
        width: 33px;
        height: 33px;
    }
}
.xm21as12c1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/xmas-cap.png');
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.ta21il12i {
    position: absolute;
    width: 19px;
    height: 56px;
    left: -0.3rem;
    background-image: url('../img/xmas-tail.png');
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
    top: 0px;
    transform-origin: top right;
    -webkit-animation: waveHat 1.5s ease-in-out infinite;
    animation: waveHat 1.5s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
    .ta21il12i {
        width: 1rem;
        left: -0.4rem;
    }
}
@-webkit-keyframes waveHat {
    0%,
    100% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}
@keyframes waveHat {
    0%,
    100% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg);
    }
    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}
/*xmas-hat css end*/
.tm12wrp30 {
    padding: 15px;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 25px;
    justify-content: space-around;
    border-radius: 5px;
    overflow: hidden;
}
.tm12wrp30 h6 {
    font-size: 16px;
    background-color: #a1d40757;
    padding: 0 15px 0px 9px;
    border-radius: 5px;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}
.tm12wrp30 h5 {
    font-size: 30px;
    font-weight: 700;
    margin-left: 100px;
}
.tim12 {
    display: flex;
    justify-content: center;
    gap: 15px;
}
.tim12 .dt12wrp {
    width: 85px;
    text-align: center;
    background-color: #a1d40791;
    border-radius: 5px;
}
.tim12 span {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding: 2px;
    margin-bottom: 5px;
}
.tim12 p {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 40px;
    color: #fff;
}
.freewrp12 {
    gap: 20px;
}
.frrpd21wrp {
    max-width: 150px;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 2px;
}
.frrpd21wrp::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 4px 0px #ffff01, 0 0 4px 2px #ffff01;
    box-shadow: 0 0 4px 0px #ffff01, 0 0 4px 2px #ffff01;
    z-index: -1;
    -webkit-animation-name: gradient-shadow;
    animation-name: gradient-shadow;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes gradient-shadow {
    0% {
        -webkit-box-shadow: 0 0 4px 0px #C586C0, 0 0 4px 2px #C586C0;
        box-shadow: 0 0 4px 0px #C586C0, 0 0 4px 2px #C586C0;
    }
    20% {
        -webkit-box-shadow: 0 0 4px 0px #0ff, 0 0 4px 2px #0ff;
        box-shadow: 0 0 4px 0px #0ff, 0 0 4px 2px #0ff;
    }
    40% {
        -webkit-box-shadow: 0 0 4px 0px #0f0, 0 0 4px 2px #0f0;
        box-shadow: 0 0 4px 0px #0f0, 0 0 4px 2px #0f0;
    }
    60% {
        -webkit-box-shadow: 0 0 4px 0px #ffff01, 0 0 4px 2px #ffff01;
        box-shadow: 0 0 4px 0px #ffff01, 0 0 4px 2px #ffff01;
    }
    100% {
        -webkit-box-shadow: 0 0 4px 0px #C586C0, 0 0 4px 2px #C586C0;
        box-shadow: 0 0 4px 0px #C586C0, 0 0 4px 2px #C586C0;
    }
}
@keyframes gradient-shadow {
    0% {
        -webkit-box-shadow: 0 0 4px 0px #C586C0, 0 0 4px 2px #C586C0;
        box-shadow: 0 0 4px 0px #C586C0, 0 0 4px 2px #C586C0;
    }
    20% {
        -webkit-box-shadow: 0 0 4px 0px #0ff, 0 0 4px 2px #0ff;
        box-shadow: 0 0 4px 0px #0ff, 0 0 4px 2px #0ff;
    }
    40% {
        -webkit-box-shadow: 0 0 4px 0px #0f0, 0 0 4px 2px #0f0;
        box-shadow: 0 0 4px 0px #0f0, 0 0 4px 2px #0f0;
    }
    60% {
        -webkit-box-shadow: 0 0 4px 0px #ffff01, 0 0 4px 2px #ffff01;
        box-shadow: 0 0 4px 0px #ffff01, 0 0 4px 2px #ffff01;
    }
    100% {
        -webkit-box-shadow: 0 0 4px 0px #C586C0, 0 0 4px 2px #C586C0;
        box-shadow: 0 0 4px 0px #C586C0, 0 0 4px 2px #C586C0;
    }
}
@media only screen and (max-width: 1199px) {
    .tm12wrp30 h5 {
        margin-left: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .tm12wrp30 h5 {
        margin-left: 0;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .tm12wrp30 h5 {
        margin-left: 10px;
        margin-top: 0;
    }
    .frrpd21wrp {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .frrpd21wrp p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 575px) {
    .tm12wrp30 h5 {
        margin-left: 10px;
        font-size: 15px;
    }
    .tm12wrp30 h6 {
        font-size: 15px;
        padding: 5px 10px 5px 5px;
        width: fit-content;
        margin: 0 auto 15px;
    }
    .tim12 p {
        font-size: 22px;
        line-height: 30px;
    }
    .freewrp12 {
        gap: 10px;
    }
    .tm12wrp30 {
        padding: 15px 7px;
    }
}
/*Splash Pass css start*/
.benefit-tbl.splash-tbl  table tbody tr td {
    background: transparent;
    vertical-align: middle;
}
.benefit-tbl.splash-tbl table thead tr th:nth-child(2) {
    border: none;
}
.benefit-tbl.splash-tbl  table thead {
    background-color: transparent;
}
.benefit-tbl.splash-tbl table thead tr th {
    color: #000;
}
.benefit-tbl.splash-tbl table thead tr th:not(:first-child),
.benefit-tbl.splash-tbl table tbody tr td:not(:first-child) {
    text-align: center;
}
.benefit-tbl.splash-tbl table tbody tr td:not(:first-child) {
    font-weight: 600;
    font-size: 20px;
}
.splwrp {
    padding: 15px;
    border-radius: 15px;
    /* background: linear-gradient(145deg, var(--wc-content-bg), #db110b);*/
    background-color: #000;
    box-shadow: 8px 8px 0px #db110b, -8px -8px 0px #ffffff;
    margin-bottom: 25px;
    color: #fff;
}
.splwrp p a {
    color: #fff;
}
.splwrp h4 {
    margin: 10px 0;
    font-size: 20px;
}
.splwrp p {
    margin: 0;
}
.accordion-wrapper .benefit-tbl.splash-tbl table thead tr th:nth-child(2) {
    border-right: 1px solid #000;
}
.accordion-wrapper .benefit-tbl.splash-tbl {
    max-width: 50%;
    margin: 0 auto;
}
.img-bg {
    background-color: var(--color-primary);
}
.show-more-btn {
    padding-top: 10px;
}
p#show-more {
    width: fit-content;
    cursor: pointer;
    margin: 0 auto 15px;
    font-size: 17px;
    font-weight: 500;
}
p#show-more i {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    line-height: 40px;
    text-align: center;
    border-radius: 100px;
    font-size: 20px;
    margin-left: 10px;
}
.bg-splash .flip-overlay {
    background: #000;
    border: 1px solid #000;
}
.bg-splash .square-container p {
    background: #db110b;
    color: #fff;
    border-radius: 4px;
}
.bg-splash .square-flip h3 {
    color: #fff;
}
.bg-splash .square-container2 p {
    color: #fff;
}
.bg-splash .square-container2 p .alink-color {
    color: #db110b;
    font-weight: 700;
}
.splash-btn {
    display: block;
    width: 160px;
    padding: 15px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background: #db110b;
    margin: 0 auto 15px;
    border-radius: 3px;
    text-decoration: none;
}
.splash-btn:hover {
    color: #fff;
}
.bg-splash.redeem-coin {
    background-color: #db110b;
}
.bg-splash .coinbox {
    background-color: #000;
    color: #fff;
}
.bg-splash .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #db110b;
}
.accordion-button:not(.collapsed)::after {
    background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="%23fff"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>');
}
.splash-tbl table,
.splash-tbl table.table>:not(:first-child) {
    border-color: #000000;
}
@media only screen and (max-width: 575px) {
    .benefit-tbl.splash-tbl table thead tr th:first-child {
        min-width: 200px;
    }
    .benefit-tbl.splash-tbl table thead tr th:not(:first-child) {
        min-width: 150px;
    }
}
/*My Account page Member Level Css Start*/
/*.member-wrp {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0px #ddd;
    background: #fff;
}*/
.member-wrp h3 {
    text-align: center;
    font-size: 20px;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
#track {
    background-color: #e1e7ec;
    height: 4px;
    display: flex;
    margin: 60px 0 100px;
}
.trophy-wrp {
    position: relative;
    top: -45px;
}
#step {
    width: 25%;
    text-align: center;
}
#step.active {
    background-color: var(--color-primary);
}
#icon {
    display: inline-block;
    border-radius: 100%;
    border: 3px solid #e1e7ec;
    background-color: #f5f5f5;
    width: 90px;
    height: 90px;
}
#step.active #icon {
    border: 3px solid var(--color-primary);
}
#icon img {
    margin-right: 0;
    padding: 10px;
}
#trtext {
    margin-top: 7px;
    margin-bottom: 0;
}
#step.active #trtext {
    font-weight: 600;
    color: var(--color-primary);
}
@media only screen and (max-width: 575px) {
    #track {
        width: 4px;
        height: auto;
        display: block;
        margin: 30px 0 30px 60px;
    }
    .trophy-wrp {
        top: inherit;
        left: -42px;
        display: flex;
        align-items: center;
    }
    #step.active {
        width: 4px;
    }
    #trtext {
        margin-left: 20px;
    }
    #icon {
        min-width: 90px;
    }
    #track #step:not(:last-child) .trophy-wrp {
        padding-bottom: 30px;
    }
}
/*My Account page Member Level Css End*/
.next-levelwrp {
    background-color: var(--bs-gray-200);
    width: 250px;
    text-align: center;
    padding: 15px 10px 10px;
    border-radius: 5px;
    margin: 0 auto;
}
.next-levelwrp span {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}
.level-benefits {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
}
/*Prodcut page Trophy box css Start*/
.tro-wrp {
    border: 2px solid var(--color-primary);
    position: relative;
    margin-bottom: 10px;
    border-radius: 5px;
}
.tro-inner {
    display: flex;
    padding: 5px;
    justify-content: space-between;
    align-items: center;
}
.tro-img {
    width: 80px;
}
.tro-info {
    width: calc(100% - 100px);
}
@media only screen and (max-width: 767px) {
    .tro-img {
        width: 70px;
    }
    .tro-info {
        width: calc(100% - 80px);
    }
    .tro-info .co-info {
        display: block;
    }
}
/*Prodcut page Trophy box css End*/
/*Coupon Box in product page css Start */
.product-info .cpn-title {
    margin-bottom: 0;
}
.product-info .copy-click {
    display: inline-block;
}
@media only screen and (max-width: 1199px) {
    .product-info .cpn-detail-box {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 992px) {
    .product-info .cpn-wrapper {
        padding: 10px;
        border-radius: 5px;
    }
    .product-info .cpn-wrapper .cpn-ringl,
    .product-info .cpn-wrapper .cpn-ringr {
        height: 25px;
        width: 12px;
        left: -4px;
    }
    .product-info .cpn-wrapper .cpn-ringr {
        right: -4px;
        left: inherit;
    }
    .product-info .cpn-wrapper .cpn-ringl .cpn-ring-cover,
    .product-info .cpn-wrapper .cpn-ringr .cpn-ring-cover {
        height: 25px;
    }
    .product-info .copy-click {
        padding: 3px 15px;
        margin-left: 0;
    }
    .product-info .cpn-title {
        font-size: 21px;
    }
    .product-info .cpn-button {
        max-width: max-content;
    }
    .product-info .copy-click:before {
        width: 30px;
        height: 30px;
        bottom: -16px;
        top: inherit;
        transform: rotate(-6deg);
    }
}
@media only screen and (max-width: 767px) {
    .product-info .cpn-detail-box {
        display: flex;
    }
    .product-info .cpn-button {
        display: flex;
        flex-direction: column;
        margin: 0;
        position: inherit;
        top: inherit;
    }
    .product-info .discountp {
        margin-left: 0;
    }
    .product-info .cpn-wrapper {
        display: flex;
    }
}
/*Coupon Box in product page css End */
/*Subscribe round popup Style Start*/
.round-newsl {
    width: 450px;
    height: 450px;
    margin: 0 auto;
    border-radius: 100%;
    background-color: var(--color-primary);
    padding: 80px;
    color: #fff;
    text-align: center;
}
#homeauto-modal .modal-dialog {
    max-width: fit-content;
}
#set_homeauto_modal .modal-content {
    background-color: transparent;
}
#homeauto-modal .modal-content {
    border: none;
}
.round-newsl h2 {
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 32px;
    margin: 10px 0;
}
.round-newsl span {
    font-size: 30px;
    font-weight: 700;
}
.nkup-subsbtn {
    height: 40px;
    cursor: pointer;
    background-color: var(--color-primary);
    font-size: 15px;
    font-weight: 400;
    border: none;
    text-transform: capitalize;
    color: #fff;
    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;
    border-radius: 0 5px 5px 0;
}
.nkup-subsbtn.sublod::before {
    content: "";
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    right: 5px;
    border-radius: 50%;
    border: solid 3px #fff;
    border-bottom-color: #555;
    animation: .8s linear infinite spinner;
    will-change: transform;
}
.email-box {
    position: relative;
}
.email-box .nkup-submail {
    height: 40px;
    border-radius: 5px;
    margin-bottom: 7px;
    display: block;
    width: 100%;
    padding: 5px 110px 5px 10px;
    font-size: 1rem;
    font-weight: 400;
    border: none;
    border: 1px solid #ddd;
}
.email-box .nkup-submail:focus-visible {
    outline: none;
}
.subs-msg,
.email-box .result,
.email-box .poresult,
.experesult {
    position: absolute;
    font-size: 16px;
    background-color: var(--color-white);
    padding: 0 10px;
    border-radius: 4px;
    left: 0;
    right: 0;
    width: fit-content;
    z-index: 1;
    margin: 4px auto 0;
    max-width: 100%;
    word-break: break-word;
}
.email-box .success {
    color: green;
}
.email-box .error {
    color: red;
}
.popupsubs-content .nkup-subsbtn {
    position: relative;
    border-radius: 5px;
    width: 100%;
    left: 0;
    background-color: var(--color-primary);
}
.popupsubs-content .nkup-submail {
    padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 575px) {
    .round-newsl {
        width: 100%;
        height: auto;
        border-radius: 20px;
        padding: 20px;
    }
}
/*Subscribe round popup Style End*/
.woocommerce-MyAccount-navigation-link:nth-child(5) {
    display: none;
}
/*Exit Popup Style Start*/
.exnk-intent-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background: rgba(33, 33, 33, 0.8);
    transform: translateY(60%) scale(0);
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.exnk-intent-popup.visible {
    transform: translateY(0) scale(1);
}
.exnk-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    z-index: 0;
    outline: 2px solid #0f0f0f;
    outline-offset: -11px;
    box-shadow: 0px 1px 9px 2px #ffffff;
    max-width: 100%;
    width: 400px;
    padding: 50px 30px;
}
.exnk-close {
    position: absolute;
    top: 9px;
    right: 9px;
    cursor: pointer;
    margin: 0;
    line-height: 0;
    border: 1px solid #ff0000;
    padding: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff0000'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E");
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.coupon-text {
    display: none;
}
.exip-coupon h6 {
    font-size: 70px;
    margin: 20px auto;
    line-height: 50px;
    text-align: center;
}
.exip-coupon h6 span {
    font-size: 40px;
}
.coupon-text .cpn-button {
    width: 100%;
    max-width: 100%;
    justify-content: center;
}
/*Exit Popup Style End*/
.slide-arrow.slick-disabled {
    opacity: .25;
}
#primary.content-area:before {
    background: rgba(4, 30, 66, 0.5);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
#primary.content-area.before_active:before {
    opacity: 1;
    z-index: 8;
}
.custom-wishlist {
    display: none;
}
img {
    height: auto;
    max-width: 100%;
}
#head-top-menu {
    position: relative;
}
/*Breadcrumb Style Start*/
.page-title {
    padding: 20px 0;
    margin-bottom: 30px;
    background: #f6f6f6;

}
.page-title .title {
    margin: 0;
    font-size: 45px;
}
.title-box {
    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;
}
.breadcrumb-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.breadcrumb-wrapper a i {
    font-size: 20px;
}
.breadcrumb-wrapper .bread-sep i {
    margin: 0 10px;
    font-size: 18px;
}
.breadcrumb-wrapper .bread-title {
    color: var(--color-primary);
    font-size: 17px;
    font-weight: 600;
}
.entry-header {
    text-align: center;
    padding-bottom: 10px;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0;
}
.prd-brcm ul.breadcrumb {
    text-align: center;
    padding: 20px 0;
    margin-bottom: 30px;
    background: #f6f6f6;
    margin-top: 0;
    justify-content: center;
}
.prd-brcm ul.breadcrumb li {
    display: inline-block;
    position: relative;
    font-size: 17px;
}
.prd-brcm ul.breadcrumb a:hover {
    color: var(--color-primary);
}
.prd-brcm ul.breadcrumb li.home i {
    font-size: 20px;
    position: relative;
    top: 2px;
}
.prd-brcm ul.breadcrumb li:not(:first-child) {
    padding-left: 20px;
}
.prd-brcm ul.breadcrumb li:not(:first-child)::before {
    position: absolute;
    left: 8px;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-size: 17px;
    font-weight: 300;
    color: var(--color-heading);
}
.entry-header.product-head {
    padding-top: 0;
}
.woocommerce-breadcrumb li a:hover {
    color: var(--color-primary);
}
.prd-brcm ul.breadcrumb.pdtlbrcm li:last-child {
    display: none;
}
.cat-main-menu {
    background-color: #fff;
    height: calc(100vh - 180px);
    border: 1px solid #ddd;
    box-shadow: 0 0 20px 0px rgb(0 0 0/17%);
}
.cat-main-menu ul {
    list-style-type: none;
    padding: 0;
}
.all-catlist {
    width: 20%;
    overflow: auto;
    height: 100%;
    float: left;
    padding: 10px 0;
}
.sub-catlist {
    width: 80%;
    float: right;
    overflow: auto;
    height: 100%;
}
.all-catlist .lvl1-item a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
}
.sub-catlist .lvl2-link {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    width: 100%;
    display: inline-block;
    padding: 5px 0;
}
.sub-catlist .lvl3-link {
    font-size: 15px;
    color: #000;
    font-weight: 400 !important;
}
.sub-catlist .subcategory:not(.active) {
    display: none;
}
.sub-catlist .view-all-cat {
    padding: 6px 0px;
    display: inline-block;
}
.cat-main-menu ul li a:hover {
    color: var(--color-primary);
}
.lvl2-item:hover {
    background: var(--color-primary)0d;
}
.lvl1-item.active {
    background: var(--color-primary)1f;
    border-radius: 0 15px 15px 0;
}
.lvl1-item.active a {
    color: var(--color-primary);
}
.lvl1-item a {
    position: relative;
}
.lvl1-item .show-subcategories {
    position: absolute;
    right: 8px;
    top: 6px;
    font-size: 20px;
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
.cat-scroll {
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) #dddddd;
}
/* Chrome, Edge, and Safari */
.cat-scroll::-webkit-scrollbar {
    width: 8px;
}
.cat-scroll::-webkit-scrollbar-track {
    background: #dddddd;
}
.cat-scroll::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
    border: 0px none #ffffff;
}
.menu-vallcat {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
    color: var(--color-primary);
    font-size: 15px;
    font-weight: 500;
}
#head-top-menu .main-cat-nav li {
    margin: 0 0;
}
#cart_pro_list {
    padding: 15px;
}
.thumb_cart ul {
    height: calc(var(--vh, 1vh) * 100 - 250px);
    overflow: auto;
}
.thumb_cart li {
    display: flex;
    padding-right: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    position: relative;
}
.thumb_cart a.float_right {
    position: absolute;
    right: 15px;
}
.thumb_cart li .left {
    min-width: 60px;
}
.btn-default, .btn-success {
    color: #fff;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 0;
}
.btn-default:hover, .btn-success:hover {
    color: var(--color-primary);
    background-color: transparent;
    border: 1px solid var(--color-primary);
}
.thumb_cart .checkout {
    float: right;
}
.thumb_cart button {
    margin-top: 20px;
}
.successaddmessage .footer {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
}
.nsearchinput-pl.well {
    position: absolute;
    z-index: 99;
    width: 100%;
    min-height: 20px;
    padding: 0;
    background-color: white;
    border: 1px solid #e3e3e3;
}
.nsearchinput-pl.well li a {
    display: flex;
    align-items: center;
    padding: 5px;
    background-color: #efefef;
    margin: 5px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 22px;
    color: #000;
}
.nsearchinput-pl.well li a:hover {
    color: var(--color-primary);
}
.nsearchinput-pl.well li {
    width: 100%;
}
.nsearchinput-pl.well ul li img {
    margin-right: 10px;
}
.search_loading_icon {
    position: absolute;
    right: 45px;
    z-index: 9;
    top: 10px;
}
.allcat-wrapper ul {
    list-style-type: none;
    padding: 0;
}
.single-cat {
    padding: 0 4px;
    margin-bottom: 15px;
    border-radius: 0;
}
.allcat-wrapper ul.parent-cat {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: .85em;
}
.allcat-wrapper ul li.first-child {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 0 5px 0px #ccc;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    list-style: none;
}
.allcat-wrapper ul .first-child a {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
}
.allcat-wrapper ul .second-child {
    padding-left: 15px;
    position: relative;
    margin-bottom: 2px;
}
.allcat-wrapper a:hover {
    color: var(--color-primary) !important;
}
.allcat-wrapper ul .second-child a {
    color: black;
    font-size: 15px;
    font-weight: unset;
}
.allcat-wrapper ul .second-child:before {
    position: absolute;
    content: "\f061";
    font-family: "font awesome 5 pro";
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    left: 0;
    font-size: 10px;
    top: 6px;
}
.allcat-wrapper .thambnail {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.allcat-wrapper .thambnail img {
    border-radius: 10px;
    background: white;
    border: 2px solid #000;
    width: 75px;
}
.allcat-wrapper .single-cat .thambnail .product-count {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
a.cat-heading {
    margin: 0px 10px;
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
}
.allcat-wrapper {
    margin: 0 7px;
}
.nav-stacked>li+li {
    color: #000;
}
.wrapper-footer .lower-footer {
    padding: 12px 0;
}
.view-all-cat {
    padding: 5px 10px;
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #000;
    font-weight: 500;
    font-size: 15px;
}
.view-all-cat:hover {
    color: #000;
}
@media only screen and (max-width: 991px) {
    .animated-icon {
        width: 28px;
        height: 25px;
        top: 0;
        left: 0;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
    }
    .animated-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
        background: #000;
    }
    .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;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        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;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        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: white;
        z-index: 999;
        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);
    }
    #top-menu-closer svg {
        fill: #fff;
    }
     #mobile-top-menu #top-menu>li {
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 9px 10px;
        position: relative;
    }
    #top-menu {
        padding: 0 0;
    }
    .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;
    }
}
@media only screen and (max-width: 991px) {
    .c_productPageWrapper .h2title {
        margin-left: 0;
        font-size: 25px;
        font-weight: 500;
    }
}
@media only screen and (max-width: 767px) {
    .title-box {
        display: block;
        text-align: center;
    }
    .breadcrumb-wrapper {
        justify-content: center;
    }
    .page-title .title {
        font-size: 30px;
        margin-bottom: 10px;
    }
}