@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat-variableFont.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('fonts/inter-variableFont.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
:root {
    --color-primary: #0796fc;
    --color-secondary: #2F3E46;
    --shadow-primary: 0 0 5px 1px #ddd;
    --color-white: #fff;
    --color-black: #000;
    --color-777777: #777777;
    --color-dddddd: #dddddd;
    --title-family: 'Inter', sans-serif;
    --font-awesome: "Font Awesome 5 Pro";
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
::-moz-selection {
    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 {
    font-family: var(--title-family);
    font-size: 16px;
    line-height: 24px;
    color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ol {
    margin: 0;
}
a {
    color: var(--color-black);
    text-decoration: none;
}
a:hover,
a:active,
.btn-link,
.btn-link:hover {
    color: var(--color-primary);
}
:focus-visible,
:focus {
    outline: none !important;
    box-shadow: none !important;
}
button:focus,
button:focus-visible,
button:focus-within {
    outline: none !important;
    box-shadow: none !important;
}
img {
    max-width: 100%;
    height: auto;
}
.header-search .ajax_search {
    border-color: #efefef;
    box-shadow: none;
    border-width: 2px;
}
.navbar.navbar-default {
    background-color: #002324;
}
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover,
.navigation-list li a:hover,
.navbar-default .navbar-nav>li:hover>a,
.navigation-list li:hover a,
.navigation-list li a,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}
@media (max-width: 767.98px) {
    .navbar-nav .dropdown-menu .dropdown-item {
        color: #fff;
    }
}
a#cartcontentsheader {
    padding: 13px 17px;
    background-color: #5d7c81;
    color: #fff;
    border: none;
}
.btn-outline-secondary,
.btn-default {
    color: #000;
    background-color: #fff;
    border: 1px solid var(--color-primary);
    border-radius: 3px;
}
.btn-outline-secondary:hover,
.btn-default:hover,
.btn-outline-secondary.disabled,
.btn-default:disabled,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle,
.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active,
.show>.btn-default.dropdown-toggle {
    color: var(--color-primary);
    background-color: transparent;
    border: 1px solid var(--color-primary);
}
.btn-primary {
    color: #fff;
    background-color: #002324;
    border-color: #002324;
}
.btn-primary:hover,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #003437;
    border-color: #003437;
}
.btn-success {
    color: #fff;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 3px;
}
.btn-success:hover,
.btn-success.disabled,
.btn-success:disabled,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    background-color: transparent;
}
.theme-btn {
    background-color: var(--color-primary);
    border: 2px solid var(--color-primary);
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    transition: all 0.5s ease;
}
.theme-btn:hover {
    background-color: #fff;
    color: var(--color-primary);
}
.h2title,
.h3title {
    font-size: clamp(24px, 2.9vw, 35px);
    line-height: clamp(34px, 3.7vw, 45px);
    font-weight: 600;
    text-align: center;
    width: fit-content;
    margin: 0 auto 10px;
    position: relative;
    padding-bottom: 6px;
    text-transform: capitalize;
    min-width: 150px;
}
.h2title:after,
.h3title:after,
.top-title:after {
    width: 150px;
    height: 1px;
    display: block;
    content: "";
    position: absolute;
    background-color: var(--color-primary);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.h2title:before,
.h3title:before,
.top-title:before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -14px;
    bottom: -2px;
    width: 28px;
    height: 5px;
    background-color: var(--color-primary);
}
.h3title {
    font-size: 25px;
}
.h4title {
    font-size: 20px;
    font-weight: 600;
}
.top-title {
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    width: fit-content;
    margin: 20px auto;
    text-transform: capitalize;
    line-height: 1.2;
    padding-bottom: 10px;
    color: #000;
    min-width: 150px;
}
.footer-info h2 {
    text-transform: capitalize;
    font-size: 25px;
}
.sm-title {
    font-size: 21px;
    font-weight: 700;
    color: #000;
}
/*Header css*/
.custom_marquee {
    background-color: var(--color-primary);
    margin-bottom: 0px;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 15px;
    padding: 7px 0;
}
.top-nav {
    background-color: #000;
}
.top-nav a {
    color: #fff;
    font-size: 14px;
    padding: 10px;
    display: inline-block;
}
.top-nav a:hover {
    color: var(--color-primary);
}
marquee {
    background-color: var(--color-primary);
    color: var(--color-white);
    font-size: 16px;
    padding: 6px 2px;
    margin-bottom: -7px;
}
.header-middle {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px 0;
}
.top-search .form-control {
    background-color: var(--color-white);
    border-radius: 4px;
    position: relative;
    border: 1px solid var(--color-dddddd);
    height: 50px;
    padding: 0 45px 0 15px;
    width: 100%;
}
.top-search .flaticon-search {
    position: absolute;
    background-color: var(--color-primary);
    border-radius: 0 4px 4px 0;
    color: var(--color-white);
    height: 50px;
    width: 50px;
    right: 0;
    font-size: 25px;
    text-align: center;
    display: flex;
    top: 0;
    align-items: center;
    justify-content: center;
}
.r-top-head {
    align-items: center;
    display: flex;
    justify-content: end;
}
.r-top-head a {
    cursor: pointer;
}
.header_top_iconbox .icon {
    border-radius: 4px;
    border: 1px solid var(--color-primary);
    height: 50px;
    line-height: 55px;
    position: relative;
    text-align: center;
    width: 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.header_top_iconbox .details {
    margin: 0 9px;
}
.header_top_iconbox .icon i {
    font-size: 25px;
    color: var(--color-primary);
}
.header_top_iconbox .details .subtitle,
.header_top_iconbox .details .title {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0;
    margin-bottom: 0;
}
.header_top_iconbox .details .title {
    font-size: 16px;
    font-weight: 500;
}
.header_top_iconbox .icon .cart-count {
    background-color: var(--color-primary);
    border-radius: 50%;
    color: var(--color-white);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    position: absolute;
    right: -10px;
    height: 20px;
    width: 20px;
    top: -10px;
    line-height: 20px;
    text-align: center;
}
.cart-dropdown {
    position: fixed;
    right: -600px;
    top: 0;
    bottom: 0;
    z-index: 999;
    transition: all .5s cubic-bezier(0.55, 0, 0.1, 1);
}
.cart-dropdown.open {
    right: 0;
}
.cart-dropdown .cart-content-wrap {
    background-color: var(--color-white);
    padding-top: 15px;
    width: 450px;
    height: 100%;
}
body.open .closeMask {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    transition: .3s;
}
.cart-dropdown .cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #f6f7fb;
    padding: 10px 12px;
}
.cart-dropdown .cart-header .header-title {
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 500;
}
.cart-dropdown .cart-header .cart-close {
    height: 35px;
    width: 35px;
    font-size: 15px;
    border-radius: 50%;
    background: var(--color-dddddd);
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    border: none;
}
#cart_pro_list {
    padding: 15px;
}
.thumb_cart ul {
    height: calc(var(--vh, 1vh) * 100 - 250px);
    overflow: auto;
}
.thumb_cart li {
    display: flex;
    padding-right: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-dddddd);
    margin-bottom: 10px;
    position: relative;
}
.thumb_cart li .left {
    min-width: 60px;
}
.thumb_cart a.float_right {
    position: absolute;
    right: 15px;
}
.header-nav {
    background-color: var(--color-primary);
}
#mega-menu {
    height: 48px;
    position: absolute;
    top: 0;
    cursor: pointer;
    max-width: 210px;
    width: 100%;
    transition: all .3s ease-in-out;
}
#mega-menu a {
    color: var(--color-white);
    line-height: 45px;
    font-size: 17px;
    letter-spacing: 1px;
    position: relative;
    font-weight: 500;
    font-family: var(--title-family);
    height: 100%;
    display: inline-block;
}
#mega-menu .btn-mega:after {
    background-color: var(--color-white);
    content: "";
    height: 50px;
    position: absolute;
    right: -15px;
    top: 0;
    width: 1px;
}
.pl200 {
    padding-left: 220px;
}
.menu-ul>li {
    border: 0;
    display: inline-block;
    margin: 0;
    text-align: left;
    padding: 0 13px;
}
.menu-ul>li>a {
    position: relative;
    color: var(--color-white);
    font-size: 17px;
    margin: 0;
    display: inline-block;
    padding: 12px 0;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: var(--title-family);
}
.menu-ul>li>a:hover {
    color: #000;
}
.menu-ul>li>a:before,
.menu-ul>li.menu-active a::before {
    background-color: #000;
    content: "";
    height: 2px;
    opacity: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
    transition: all .3s ease 0;
}
.menu-ul>li.menu-active {
    background-color: #000;
}
.menu-ul>li.menu-active a:before {
    background-color: #000;
}
.menu-ul>li a:hover:before,
.menu-ul>li.menu-active a:before {
    opacity: 1;
    width: 100%;
}
.menu-2 {
    position: absolute;
    right: 0;
    top: 0;
}
#shop_category.all-cat-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 200px;
    left: 0;
    right: 0;
    z-index: 222;
    transition: all .3s ease;
}
#shop_category.cat-menu-active {
    opacity: 1;
    top: 10px;
    visibility: visible;
}
.cat-main-menu {
    background-color: var(--color-white);
    height: calc(100vh - 220px);
    border: 1px solid var(--color-dddddd);
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 17%);
}
.cat-scroll {
    scrollbar-width: thin;
    scrollbar-color: var(--color-primary) #dddddd;
}
.all-catlist {
    width: 20%;
    overflow: auto;
    height: 100%;
    float: left;
    padding: 10px 0;
}
.sub-catlist {
    width: 80%;
    float: right;
    overflow: auto;
    height: 100%;
}
.menu-vallcat {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid var(--color-dddddd);
    padding: 5px 10px;
    color: var(--color-primary);
    font-size: 15px;
    font-weight: 500;
}
.lvl1-item.active {
    background: var(--color-primary) 1f;
    border-radius: 0 15px 15px 0;
}
.all-catlist .lvl1-item a {
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
}
.sub-catlist .lvl2-link {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    padding: 5px 10px;
}
.sub-catlist .lvl3-link {
    font-size: 15px;
    font-weight: 400;
    padding: 3px 10px;
    display: inline-block;
}
.lvl1-item .show-subcategories {
    position: absolute;
    right: 8px;
    top: 6px;
    font-size: 20px;
}
.view-all-cat {
    padding: 5px 10px;
    text-decoration: underline;
    text-underline-offset: 5px;
    font-weight: 500;
    font-size: 15px;
}
.sub-catlist .subcategory:not(.active) {
    display: none;
}
/*Footer Style Start Niks*/
.subscribe-area {
    position: relative;
    z-index: 1;
    margin: 50px 12px 0;
}
.subs-wrap {
    background-color: #fff;
    padding: 40px 15px;
    border: 2px solid var(--color-primary);
    border-radius: 20px;
    margin-bottom: -75px;
}
.subscribe-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    mix-blend-mode: luminosity;
    opacity: 0.4;
    max-width: 100%;
}
.subscribe-shape-2 {
    position: absolute;
    top: 53%;
    left: 10%;
    mix-blend-mode: luminosity;
    opacity: 0.4;
    z-index: -1;
}
.subscribe-shape-3 {
    position: absolute;
    bottom: 10%;
    left: 12%;
    z-index: -1;
    mix-blend-mode: luminosity;
    opacity: 0.4;
    z-index: -1;
}
.subscribe-shape-4 {
    position: absolute;
    top: -5%;
    right: 12%;
    z-index: -1;
}
.subscribe-plane {
    position: absolute;
    right: 17%;
    top: 24%;
    width: 399px;
    height: 110px;
    z-index: -2;
}
.subscribe-plane-shape {
    position: absolute;
    top: -31%;
    left: -8%;
    width: 41px;
}
.subscribe-plane svg {
    position: absolute;
    top: 0;
    right: 0;
}
.subscribe-plane svg path {
    stroke-dasharray: 4;
    stroke-dashoffset: 0;
    -webkit-animation: tp-svg-line 30s linear forwards infinite;
    animation: tp-svg-line 30s linear forwards infinite;
}
@-webkit-keyframes tp-svg-line {
    100% {
        stroke-dashoffset: 350;
    }
}
@-moz-keyframes tp-svg-line {
    100% {
        stroke-dashoffset: 350;
    }
}
@-ms-keyframes tp-svg-line {
    100% {
        stroke-dashoffset: 350;
    }
}
@keyframes tp-svg-line {
    100% {
        stroke-dashoffset: 350;
    }
}
.subscribe-content span {
    font-weight: 400;
    text-transform: capitalize;
}
.subscribe-title {
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 0;
}
.subscribe-area p a:hover {
    color: var(--color-primary);
}
footer.footer {
    background-color: #f1f1f1;
    padding-top: 130px;
}
.app-icon-img {
    display: flex;
    align-items: center;
}
.email-box {
    position: relative;
}
.email-box input.form-control {
    height: 45px;
    border: 1px solid var(--color-dddddd);
    background-color: var(--color-white);
    border-radius: 4px;
    font-size: 17px;
    text-transform: capitalize;
    padding-right: 115px;
}
.form-control:focus {
    box-shadow: none;
}
.email-box .btn-submit {
    height: 45px;
    cursor: pointer;
    background-color: var(--color-primary);
    font-size: 17px;
    font-weight: 400;
    border: none;
    text-transform: capitalize;
    border-radius: 0 4px 4px 0;
    color: var(--color-white);
    padding: 0 15px;
    letter-spacing: 0.5px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
#res_message,
#res_message2 {
    position: absolute;
    font-weight: 600;
    font-size: 16px;
    background-color: var(--color-white);
    padding: 0 10px;
    border-radius: 4px;
    left: 0;
    right: 0;
    margin-top: 4px;
    width: fit-content;
    z-index: 1;
}
.email-box .success {
    color: green;
}
.email-box .error {
    color: red;
}
.social-inner li {
    display: inline-block;
    vertical-align: middle
}
.social-inner li a {
    padding: 0;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    position: relative
}
.social-inner li a:after {
    content: "";
    height: 42px;
    width: 42px;
    right: -3px;
    top: -3px;
    position: absolute;
    border-radius: 50%;
    border: 1px dashed var(--color-secondary);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
.social-inner li a:hover:after {
    border-color: var(--color-secondary);
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite
}
keyframes spinaround 0% {
    transform: rotate(0deg)
}
keyframes spinaround 100% {
    transform: rotate(360deg)
}
@-webkit-keyframes spinAround {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@-moz-keyframes spinAround {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}
.social-inner li a i {
    color: var(--color-white);
    font-size: 25px;
}
.social-inner li.facebook a {
    background-color: #3b5999
}
.social-inner li.twitter a {
    background-color: #00aced
}
.social-inner li.youtube a {
    background-color: #d12121
}
.social-inner li.instagram a {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)
}
.social-inner li.pinterest a {
    background-color: #c8232c
}
.social-inner li.linkedin a {
    background-color: #0077B5;
    display: none;
}
.m-footer.acrd-item {
    margin: 0;
    box-shadow: none;
}
.f-title.acrd-header {
    padding: 0 0 5px;
    position: relative;
    color: var(--color-secondary);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: var(--title-family);
}
.f-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: var(--color-secondary);
    border-radius: 100px;
}
.footer-menu-list li {
    margin-bottom: 5px;
    line-height: 20px;
}
.footer-menu-list li a,
.m-footer .contact-info a {
    font-weight: 400;
    position: relative;
    font-size: 17px;
    letter-spacing: 0.2px;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: 0.7px;
}
.footer-menu-list li a:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    color: var(--color-primary);
    left: -15px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.footer-menu-list li a:hover:before {
    opacity: 1;
    left: 0;
}
.footer-menu-list li a:hover {
    color: #2eaae1;
    padding-left: 14px;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.footer-menu-list li a:hover {
    color: var(--color-primary);
}
.footer-menu-list .current-menu-item a {
    letter-spacing: 1px;
    color: var(--color-primary);
}
.m-footer .contact-info li span {
    font-size: 20px;
    margin-right: 8px;
    width: 25px;
    height: auto;
    text-align: center;
    position: absolute;
    left: 0;
}
.m-footer .contact-info li {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 17px;
    padding-left: 35px;
    position: relative;
    word-wrap: break-word;
}
.whats-float a {
    background-color: #25d366;
    color: var(--color-white);
    border-radius: 3px;
    transition: all .5s ease-in-out;
    padding: 0 5px 0 45px;
    position: relative;
    display: inline-block;
    line-height: 20px
}
.whats-float a:hover {
    text-decoration: none
}
.whats-float a:focus {
    outline: none;
    text-decoration: none
}
.whats-float a span {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
}
.whats-float i {
    font-size: 30px;
    color: var(--color-white);
    transform: rotate(0deg);
    transition: all .5s ease-in-out;
    position: absolute;
    left: 8px;
    top: 4px
}
.whats-float small {
    display: block;
    font-size: 13px;
    font-weight: 600
}
.whats-float a:hover i {
    transform: rotate(360deg)
}
.footer-copyright p {
    margin: 0;
    text-align: center;
    padding: 15px 0;
    letter-spacing: 0.5px;
    background: var(--color-primary);
    color: var(--color-white);
    font-size: 18px;
}
.footer-copyright p a {
    color: var(--color-white);
}
.footer-copyright p a:hover {
    color: var(--color-secondary);
}
.footer-copyright {
    position: relative;
}
.footer-pay-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0 3px;
    border-top: 1px solid #ddd;
    margin-top: 35px;
}
.footer-pay-icon .paybox {
    width: 80px;
    height: 40px;
    background: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    margin: 0 5px 7px 0;
    padding: 3px;
    border-radius: 2px;
    transition: all 500ms ease;
}
.footer-pay-icon .paybox:hover {
    transform: translateY(-5px);
}
.back-to-top {
    position: fixed;
    bottom: -40px;
    right: 25px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    background: var(--color-primary);
    color: var(--color-white);
    text-align: center;
    text-decoration: none;
    opacity: 0;
    transform: scale(0.3);
    box-shadow: 0 0 8px 0 var(--color-white)fff;
    z-index: 9;
    transition: all .3s;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.back-to-top:focus {
    color: var(--color-white);
}
.back-to-top.show {
    bottom: 90px;
    opacity: 1;
    transform: scale(1)
}
.back-to-top.show:hover {
    color: var(--color-white);
    bottom: 100px;
}
/*Whatsapp Popup Style Start*/
.floating-wpp {
    position: fixed;
    bottom: 15px;
    left: 15px;
    font-size: 14px;
    transition: bottom .2s;
    z-index: 99;
}
.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, .4);
    transition: box-shadow .2s;
    cursor: pointer;
    overflow: hidden
}
.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}
.floating-wpp:hover {
    bottom: 17px
}
.floating-wpp:hover .floating-wpp-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, .4)
}
.floating-wpp .floating-wpp-popup {
    border-radius: 6px;
    background-color: #E5DDD5;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 1px 2px 8px rgba(60, 60, 60, .25);
    width: 0;
    height: 0;
    bottom: 0;
    opacity: 0;
    transition: bottom .1s ease-out, opacity .2s ease-out;
    transform-origin: bottom
}
.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    opacity: 1
}
.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: var(--color-white);
    padding: 8px;
    border-radius: 0 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
    opacity: 0;
    transition: opacity .2s
}
.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: .2s
}
.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: var(--color-white);
    margin: 0 -15px 10px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer
}
.floating-wpp .floating-wpp-input-message {
    background-color: var(--color-white);
    margin: 10px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center
}
.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none
}
.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer
}
/*Whatsapp Popup Style End*/
/*Footer Style End Niks*/
/*----------------------
    Search Popup Start
-----------------------*/
.backgroundOverlay {
    background: rgb(0 0 0 / 70%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    cursor: url(../img/close-cursor.png), auto;
    z-index: 9;
}
.search-popup {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    transform: scale(1, 0);
    transform-origin: top center;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}
.search-popup.open-search {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    /*    height: 100%;*/
}
.search-popup .content-wrap {
    background-color: #fff;
    width: 100%;
    /*    height: 100%;*/
    position: relative;
    box-shadow: 0px 10px 40px 0 rgba(0, 0, 0, 0.08);
    padding: 20px 15px;
}
.search-popup .close-trigger {
    position: absolute;
    right: 20px;
    top: 20px;
    background: transparent;
    border: none;
    color: var(--color-heading);
    font-size: 22px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.search-top p {
    font-weight: 700;
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
}
body.search-popup-open {
    overflow: hidden;
}
/*----------------------
    Search Popup End
-----------------------*/
.search_loading_icon {
    position: absolute;
    z-index: 1;
    top: 17px;
    right: 55px;
}
.nsearchinput-pl {
    position: absolute;
    z-index: 99;
    padding: 0;
    width: 100%;
    border-color: rgba(0, 0, 0, 0.15);
    background-color: white;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.nsearchinput-pl li {
    width: 100%;
}
.nsearchinput-pl li a {
    display: flex;
    align-items: center;
    padding: 5px;
    background-color: #efefef;
    margin: 5px;
    border-radius: 5px;
    font-size: 13px;
    line-height: 17px;
}
.nsearchinput-pl ul li img {
    margin-right: 10px;
}
.dropdown-wrap {
    position: relative;
}
.dropdown-content {
    position: absolute;
    top: 40px;
    right: 0;
    background: var(--color-white);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    min-width: 170px;
    padding: 10px;
    border-radius: 4px;
    list-style: none;
    transform: translateY(30px);
    margin-top: 20px;
    transition: all .3s ease;
    box-shadow: 0 0 20px 0px rgb(0 0 0 / 17%);
}
.dropdown-content.d-open {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    transform: translateY(0);
    transition: all .3s ease;
}
.dropdown-content ul li:not(:last-child) a {
    border-bottom: 1px solid #dddddd;
}
.dropdown-content ul li a:hover {
    background-color: transparent;
    color: var(--color-primary);
}
.dropdown-content ul li a {
    font-size: 15px;
    font-weight: 500;
    padding: 6px 0;
    display: block;
    text-decoration: none;
}
.acrd-item {
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 6px 1px #ddd;
}
.acrd-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    cursor: pointer;
}
.acrd-header.acrd-active,
.acrd-header:hover {
    background-color: var(--color-primary);
    color: #fff;
}
.acrd-body {
    display: none;
    padding: 15px;
    background-color: #fff;
}
.acrd-body p:last-child {
    margin-bottom: 0;
}
.acrd-arrow {
    font-size: 22px;
    transition: transform 0.3s ease;
}
.acrd-arrow.up {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.neto-placeholder {
    padding: 110px 0;
    font-size: 30px;
}
.neto-placeholder-rotator {
    display: block;
    background: #ebebeb;
    color: #6c757d;
    text-align: center;
}
.neto-placeholder-rotator:hover {
    color: #adb5bd;
    text-decoration: none;
}
.carousel-caption {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
    text-shadow: none;
}
.n-responsive-content img {
    max-width: 100% !important;
}
.list-group .position-relative.border-bottom:last-of-type {
    border-bottom: none !important;
}
.savings-container {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}
.thumbnail.card-body {
    padding: 8.8px;
    padding: 0.55rem;
}
.thumbnail.card-body img {
    width: 100%;
}
.thumbnail.card-body .card-title {
    min-height: 40px;
}
#n_product .qty {
    text-align: center;
}
#main-image {
    max-width: 100%;
    height: auto;
}
#main-image.component-var-thumb {
    width: 100%;
}
.tabbable .nav-tabs {
    display: none;
}
.cartTable tbody tr td {
    vertical-align: middle;
}
.cartTable .row>div {
    display: inline-block;
}
.price_range {
    color: inherit !important;
}
.ui-widget-header {
    background: #adb5bd !important;
}
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #6c757d !important;
    background: #adb5bd !important;
}
.list-social a {
    font-size: 20px;
    font-size: 1.25rem;
    color: #474949;
}
.list-social a:hover {
    text-decoration: none;
    color: black;
}
.text-facebook {
    color: #3b5998;
}
.text-twitter {
    color: #00acee;
}
.text-google-plus {
    color: #dd4b39;
}
.text-youtube {
    color: #c4302b;
}
.text-instagram {
    color: #3f729b;
}
.text-pinterest {
    color: #c8232c;
}
.text-tumblr {
    color: #34526f;
}
.text-linkedin {
    color: #0e76a8;
}
.payment-icon-container {
    padding: 10px;
    background: #EFEFEF;
    border-radius: 3px;
    display: inline-block;
    height: 50px;
}
.payment-icon {
    width: 60px;
    background-image: url("//assets.netostatic.com/assets/neto-cdn/skeletal/4.3.0/paymenticons.svg");
    background-size: 60px;
}
.payment-icon-paypal {
    height: 16px;
    background-position: 0 0;
    margin-top: 8px;
}
.payment-icon-paypalexpress {
    height: 16px;
    background-position: 0 0;
    margin-top: 8px;
}
.payment-icon-bpay {
    height: 18px;
    background-position: 0 -17px;
    margin-top: 6px;
}
.payment-icon-moneyorder {
    height: 22px;
    background-position: 0 -35px;
    margin-top: 3px;
}
.payment-icon-cheque {
    height: 13px;
    background-position: 0 -58px;
    margin-top: 8px;
}
.payment-icon-bankcheque {
    height: 13px;
    background-position: 0 -58px;
    margin-top: 8px;
}
.payment-icon-directdeposit {
    height: 38px;
    background-position: 0 -72px;
    margin-top: -4px;
}
.payment-icon-americanexpress {
    height: 21px;
    background-position: 0 -110px;
    margin-top: 5px;
}
.payment-icon-mastercard {
    height: 36px;
    background-position: 0 -132px;
    margin-top: -3px;
}
.payment-icon-visa {
    height: 18px;
    background-position: 0 -168px;
    margin-top: 6px;
}
.payment-icon-diners {
    height: 17px;
    background-position: 0 -197px;
    margin-top: 7px;
}
.payment-icon-dinersclub {
    height: 17px;
    background-position: 0 -197px;
    margin-top: 7px;
}
.payment-icon-discover {
    height: 10px;
    background-position: 0 -187px;
    margin-top: 10px;
}
.payment-icon-afterpay {
    height: 13px;
    background-position: 0 -213px;
    margin-top: 10px;
}
.payment-icon-q-card {
    height: 35px;
    background-position: 0 -244px;
    margin-top: 0px;
}
.payment-icon-paymark {
    height: 18px;
    background-position: 0 -226px;
    margin-top: 7px;
}
.payment-icon-paymarkonlineeftpos {
    height: 18px;
    background-position: 0 -226px;
    margin-top: 7px;
}
.payment-icon-zipmoney {
    height: 27px;
    background-position: 0 27px;
    margin-top: 2px;
}
.payment-icon-zippay {
    height: 27px;
    background-position: 0 27px;
    margin-top: 2px;
}
.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.block-center {
    margin: 0 auto;
}
.float_right {
    float: right !important;
}
.float_left {
    float: left !important;
}
.disable-interactivity {
    pointer-events: none;
}
.btn .fa {
    pointer-events: none;
}
[name="google_conversion_frame"] {
    pointer-events: none;
    position: absolute;
}
#stloc_selector_cysel,
#stloc_state_sel,
#suburb_sl,
._itmspec_opt,
.n-wrapper-form-control select {
    overflow: hidden;
    text-overflow: ellipsis;
}
input[readonly] {
    background: #EFEFEF;
    color: 666;
}
#neto-dropdown {
    width: 250px;
}
#neto-dropdown a {
    padding: 0;
}
#neto-dropdown #cartcontents {
    padding: 10px;
}
.thumb_cart button {
    margin-top: 20px;
}
.thumb_cart button.checkout {
    float: right;
}
.successaddmessage {
    padding: 0 !important;
    width: auto !important;
}
.successaddmessage .header {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.successaddmessage .body {
    padding: 5px;
    margin-bottom: 10px;
}
.successaddmessage .body .image {
    width: 20%em;
    float: left;
    height: 3em;
}
.successaddmessage .body .image img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}
.successaddmessage .body .description {
    float: left;
    width: 75%;
    height: 3em;
    line-height: 3em;
    overflow: hidden;
}
.successaddmessage .footer {
    margin-bottom: 5px;
}
.successaddmessage .footer .left {
    float: left;
}
.successaddmessage .footer .right {
    float: right;
    text-align: right;
}
.successaddmessageclear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.anpopup {
    position: fixed !important;
}
.npopup {
    display: none;
    position: relative;
    text-shadow: none;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
    height: auto;
    width: 500px !important;
    margin: 0;
    z-index: 10000;
}
.npopup-body {
    height: auto;
    overflow: auto;
    width: auto;
    padding: 10px;
}
.npopup-btn-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background-image: url("//assets.netostatic.com/assets/neto-cdn/skeletal/4.3.0/npopup_sprite.png");
}
.npopup-continue {
    margin-right: 10px;
}
.nactivity {
    display: none;
}
.search_loading_icon {
    position: absolute;
}
.nsearchinput-pl.well {
    position: absolute;
    z-index: 100001;
    padding: 0;
    width: 100%;
    border-color: rgba(0, 0, 0, .15);
    background-color: white;
    margin-top: 35px !important;
}
.nsearchinput-pl.well ul {
    display: block;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nsearchinput-pl.well li {
    position: relative;
    display: block;
}
.nsearchinput-pl.well li a {
    position: relative;
    display: flex;
    padding: 10px;
}
.nsearchinput-pl.well li a:focus,
.nsearchinput-pl.well li a:hover {
    background: #f8f9fa;
}
.nsearchinput-pl.well li img {
    margin-right: 10px;
}
.ajaxloader {
    background: #CCC url("//assets.netostatic.com/assets/neto-cdn/skeletal/4.3.0/ajax-loader.gif") no-repeat 50% 50%;
    border-radius: 5px;
    opacity: 0.7;
}
#_cpy_checkout_pl,
#_cpy_goback_pl,
#_cpy_login_pl,
#_cpy_login_pl_login,
#_cpy_login_pl_none,
#_cpy_login_pl_register {
    display: none;
}
#_cpy_payment_pl,
#_cpy_plan_pl {
    margin-bottom: 8px;
}
#credit_apply_display {
    display: none;
}
._cpy_comment,
._cpy_credit_table,
._cpy_paydesc,
._cpy_plandesc,
._cpy_thirdparty_msg,
._cpy_voucher,
._cpy_vouchermsg {
    display: none;
}
._cpy_comment_pl {
    padding: 5px;
    margin-bottom: 5px;
}
._cpy_balancedue {
    color: #090;
}
._cpy_credit_table TD {
    vertical-align: top;
}
._step {
    border-bottom: 1px solid #EEE;
    padding-bottom: 10px;
    padding-left: 5px;
}
._step_no {
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 5px;
}
._step_desc {
    color: #999;
    font-size: 14px;
}
#_macart_pl table tr td select {
    margin-bottom: 5px;
}
#_macart_pl table tr td {
    vertical-align: middle !important;
    padding: 10px 2px 2px;
}
#_macart_pl table {
    margin-top: 15px;
}
._sh_post_sel {
    background: #fff;
    border: 1px solid #ccc;
    padding: 4px;
}
._sh_post_sel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
._sh_post_sel li {
    padding: 2px;
}
._terms {
    margin-top: 10px;
}
.payment_options ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.payment_options li {
    float: left;
    width: 55px;
    height: 32px;
    padding-top: 5px;
    padding-bottom: 5px;
}
._order_total {
    color: #090;
}
.order-summary-m {
    display: none;
    opacity: 0;
}
.order-summary-m .card-body {
    padding: 12px;
    padding: 0.75rem;
    display: block;
    text-decoration: none;
}
.order-summary-m .card-body .link {
    color: #201D15;
}
.order-summary-d .order-summary-close {
    float: left;
    padding-right: 5px;
}
.order-summary-d .print-order-link {
    min-width: 61px;
}
.order-summary-d .product-img {
    position: relative;
}
.order-summary-d .product-img .badge {
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    top: -7px;
    right: 7px;
}
.order-summary-d .product-img img {
    border: 1px solid rgba(204, 204, 204, 0.50196);
}
.wrapper-header .nav-pills>li:first-of-type>a {
    padding-right: 0;
}
.wrapper-header .dropdown-menu {
    z-index: 10003;
}
.nav>li>a:hover,
.nav>li>a:focus {
    background: rgba(0, 0, 0, 0);
}
.navbar {
    margin-bottom: 0;
    background-color: transparent;
    border-color: transparent;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.nAccountButton {
    margin-top: 20px;
}
.dropdown-menu {
    margin: 0;
}
.nMobileNav {
    width: 100%;
    margin-bottom: 0;
}
.nMobileNav li {
    width: 24%;
}
.nMobileNav li a {
    color: #fff;
    font-size: 12px;
}
.nMobileNav li a:hover {
    color: #fff;
}
.nMobileNav li a .icon {
    font-size: 25px;
}
#main-content {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.nsearchinput-pl.well {
    margin-top: 44px !important;
    border: 2px solid #efefef;
}
.neto-placeholder {
    padding: 110px 0;
    font-size: 30px;
}
.neto-placeholder-rotator {
    display: block;
    background: #f8f9fa;
    color: #ced4da;
    text-align: center;
}
.neto-placeholder-rotator:hover {
    color: #ced4da;
    text-decoration: none;
}
.carousel-caption {
    text-shadow: 0 0 8px black;
}
.nav-pills.nav-pills-right>li {
    float: right;
}
.thumbnail>.caption .h3 {
    font-size: 18px;
    height: 4em;
}
.thumbnail .savings-container {
    top: 1px;
    left: 3px;
    right: 3px;
}
#n_product .qty {
    text-align: left;
}
.wrapper-footer h4 {
    margin: 30px 0 15px;
}
.wrapper-footer .list-inline,
.wrapper-footer .nMobileNav,
.wrapper-footer address {
    margin-top: 30px;
}
.ui-widget-header {
    background: #f8f9fa !important;
}
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
    border: 1px solid #6c757d !important;
    background: #f8f9fa !important;
}
.cust-chk {
    display: flex;
    cursor: pointer;
    font-size: 14px;
    margin-top: 2px;
}
.cust-chk input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 2px solid #dfdfdf;
    position: relative;
    cursor: pointer;
    background-color: #dfdfdf;
}
.cust-chk input[type="checkbox"]:checked {
    background-color: #0796FC;
    border-color: #0796FC;
}
.cust-chk input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 11px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
/*Home Blog List 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: 0;
    overflow: hidden;
}
.blog-image {
    overflow: hidden;
}
.blog-image img {
    width: 100%;
    max-height: 295px;
    transition: 0.5s;
    object-fit: cover;
}
.blg-title a {
    margin: 0;
    font-weight: 600;
    font-size: 17px;
    width: 100%;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blg-sdesc p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
a.blog-read-more {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}
a.blog-read-more i {
    line-height: 0;
}
.blog-box:hover .blog-image img {
    transform: scale(1.2);
}
/*Home Blog List End*/
#image-container a {
    box-shadow: 0 0 6px 0px #00000069;
    display: inline-block;
    margin-bottom: 25px;
    width: 100%;
}
#image-container a .img-box {
    border-bottom: 1px solid #ddd;
}
.scroll-imgname {
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
}
.scroll-imgname:before {
    position: absolute;
    content: '';
    width: 100%;
}
.scroll-imgname:empty {
    margin: 0;
}
.home-banner-item {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}
.slick-dots li button {
    padding: 0;
    width: auto;
    height: auto;
}
.slick-dots li button:before {
    font-size: 15px;
    line-height: 15px;
    width: auto;
    height: auto;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: var(--color-primary);
}
.slide-arrow {
    position: absolute;
    right: 15px;
    width: 47px;
    height: 47px;
    text-align: center;
    top: -65px;
    cursor: pointer;
    z-index: 1;
    line-height: 45px;
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 4px;
    font-size: 22px;
    overflow: hidden;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}
.slide-arrow:hover {
    background-color: var(--color-secondary);
    color: var(--color-primary)
}
.slide-arrow.prev-arrow {
    right: 70px;
}
.center-arrow .slide-arrow {
    top: 40%;
    background-size: 25px;
}
.center-arrow .slide-arrow.prev-arrow {
    left: 10px;
}
.center-arrow .slide-arrow.next-arrow {
    right: 10px;
}
.bottom-arrow .slide-arrow {
    bottom: -50px;
    top: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.bottom-arrow .slide-arrow.prev-arrow {
    left: -55px;
}
.bottom-arrow .slide-arrow.next-arrow {
    right: -55px;
}
/*Custom Style add Niks*/
.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;
}
.prd-brcm ul.breadcrumb.pdtlbrcm li:last-child {
    display: none;
}
/*Breadcrumb Style Start*/
.page-title {
    padding: 20px 0;
    margin-bottom: 30px;
    background: #f6f6f6;
}
.page-title .title {
    margin: 0;
    font-size: 45px;
    font-family: var(--title-fontfamily);
}
.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;
}
.home-footer-content {
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
}
#more {
    display: none;
}
.co-highlight {
    list-style-type: none;
    max-width: 85%;
    margin: 50px auto 0;
    padding: 0 0 100px;
    position: relative;
}
.co-highlight:before {
    position: absolute;
    content: '';
    background: url(../img/about-us/highlight-bg.png);
    width: 150px;
    height: 137px;
    left: 0;
    top: -85px
}
.co-highlight:after {
    position: absolute;
    content: '';
    background: url(../img/about-us/highlight-bg.png);
    width: 150px;
    height: 137px;
    right: -95px;
    bottom: 30px;
    transform: rotate(180deg);
    z-index: -1;
}
.co-highlight li {
    box-shadow: 0 0 15px 0px #ccc;
    border-radius: 20px;
    position: relative;
    margin-left: 130px;
    padding-left: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 50px;
    border-top: 20px solid;
    background-color: #fff;
}
.co-highlight li:last-child {
    margin-bottom: 0;
}
.co-highlight li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: calc(100% - 40px);
    background-color: #d5d5d5;
    left: -100px;
    top: 70px;
}
.co-highlight li:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 30px;
    left: -123px;
    bottom: -35px;
}
.co-highlight li:nth-child(odd):after {
    background: url(../img/about-us/tri-red.png);
}
.co-highlight li:nth-child(even):after {
    background: url(../img/about-us/tri-blue.png);
}
.co-highlight li:last-child:before,
.co-highlight li:last-child:after {
    display: none;
}
.co-highlight li:nth-child(odd) {
    border-color: #db1b1b;
}
.co-highlight li:nth-child(even) {
    border-color: #3966d3;
}
.year-info {
    border-left: solid #dfdfdf;
    border-width: 0 0 0 2px;
    padding: 0 20px;
}
.co-highlight h3 {
    position: absolute;
    left: -130px;
    top: 25%;
    margin: 0;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    width: 210px;
    text-align: center;
    padding: 10px;
    border-radius: 15px;
}
.co-highlight li:nth-child(odd) h3 {
    background-color: #db1b1b;
}
.co-highlight li:nth-child(even) h3 {
    background-color: #3966d3;
}
.co-highlight h4 {
    color: #3966d3;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 15px;
}
.co-highlight p {
    margin-bottom: 0;
    color: #000;
    font-size: 18px;
}
.people-wrp {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0 0 5px 1px #ddd;
    background-color: #0093fe08;
    border-radius: 10px;
    padding: 20px;
}
.people-wrp img {
    margin-bottom: 0;
}
.cer-info h3 {
    text-align: center;
    background-color: #3560ce;
    color: #fff;
    padding: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 25px;
}
.cer-info.trade-info h3 {
    background-color: #db1b1b;
}
.img-boxanim {
    margin-bottom: 15px;
    box-shadow: 0 0 5px 1px #ddd;
    border: 1px solid #ddd;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    padding: 15px;
}
.img-boxanim img {
    margin-bottom: 0;
}
.img-boxanim:before,
.img-boxanim:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    -webkit-transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
    -o-transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
    transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.img-boxanim:hover:before {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.img-boxanim:hover:after {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 1;
    filter: alpha(opacity=100);
}
.comm-wrp {
    text-align: center;
    height: 100%;
    box-shadow: 0 0 5px 1px #ddd;
    background-color: #0093fe08;
    border-radius: 10px;
    padding: 20px;
}
.comm-wrp img {
    max-width: 110px;
    margin-bottom: 15px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.comm-wrp:hover img {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
.comm-wrp h3 {
    color: #2d50c4;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 1px;
}
.comm-wrp p {
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
    padding: 0 25px;
}
.your-assur .h3titleab {
    max-width: 80%;
    margin: 0 auto 35px;
    line-height: 30px;
}
.asslist {
    background-image: url('../img/about-us/hr-aboutbg.jpg');
    list-style-type: none;
    padding: 20px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.asslist li {
    padding-left: 100px;
    position: relative;
    margin-bottom: 30px;
    padding-top: 10px;
}
.asslist li:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    background-color: #d5d5d5;
    left: 28px;
    top: 30px;
}
.asslist li:last-child:before {
    display: none;
}
.asslist li span {
    position: absolute;
    left: 0;
    font-size: 30px;
    font-weight: 600;
    border: 5px solid;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 50px;
    top: 0;
    background-color: #fff;
}
.asslist li h4 {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 600;
}
.asslist li:nth-child(odd) span {
    color: #365fcf;
}
.asslist li:nth-child(even) span {
    color: #bc1f1f;
}
.asslist li:nth-child(odd) h4 {
    color: #365fcf;
}
.asslist li:nth-child(even) h4 {
    color: #bc1f1f;
}
.asslist li p {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 20px;
    position: relative;
    padding-left: 25px;
    color: #000;
}
.asslist li p:before {
    position: absolute;
    content: "\f061";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0;
    top: 6px;
    font-size: 13px;
}
.allcat-wrapper {
    margin: 0 7px;
}
.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: 16px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}
.allcat-wrapper ul .second-child {
    padding-left: 15px;
    position: relative;
    margin-bottom: 2px;
}
.allcat-wrapper a:hover {
    color: #0093fe !important;
}
.allcat-wrapper ul .second-child a {
    color: black;
    font-size: 14px;
    font-weight: unset;
}
.allcat-wrapper ul .second-child:before {
    position: absolute;
    content: "\f105";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-variant: normal;
    text-rendering: auto;
    left: 0;
    top: 5px;
    font: normal normal normal 14px/1 FontAwesome;
}
.allcat-wrapper .thambnail {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.allcat-wrapper .thambnail img {
    border-radius: 10px;
    background: white;
    border: 2px solid #0093fe;
    width: 75px;
}
a.cat-heading {
    margin: 0px 10px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}
.custom-select-wrapper {
    position: relative;
    min-width: 135px;
}
.custom-select-wrapper select {
    display: none;
}
.select-selected {
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 30px 5px 10px;
    cursor: pointer;
    border-radius: 6px;
    position: relative;
    font-size: 15px;
}
.select-selected:after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    font-size: 18px;
    position: absolute;
    transition: transform 0.3s ease;
    line-height: 0;
    right: 7px;
    top: 17px;
}
.select-selected.sel-active:after {
    transform: scaleY(-1);
}
.select-items {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 6px;
    margin-top: 5px;
    z-index: 99;
    display: none;
}
.select-items div {
    padding: 5px 10px;
    cursor: pointer;
    font-size: 15px;
}
.select-items div:hover {
    background: #f5f5f5;
}
.select-selected.sel-active {
    border-color: var(--color-primary);
}
.select-wrap select {
    width: 100%;
    padding: 7px 12px;
    color: #212529;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
#customer-login {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
#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: #000;
    width: 100% !important;
    display: block;
    border-radius: 0 !important;
    text-align: center;
    font-family: var(--title-fontfamily);
    font-size: 20px;
    font-weight: 500;
}
#customer-login .nav-tabs .nav-link:focus,
#customer-login .nav-tabs .nav-link:hover {
    isolation: inherit;
}
#customer-login .nav-tabs a.active {
    color: var(--color-primary);
    background: #fff;
    border-bottom: 2px solid var(--color-primary);
}
#customer-login .tab-content {
    margin-top: 15px;
}
.shadow-wrap {
    margin-bottom: 20px;
    padding: 30px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 14px 0px #ddd;
    background: #fff;
    border-radius: 10px;
}
.form-control:focus {
    border-color: var(--color-primary);
    box-shadow: none;
}
.custom-checkbox .checkbox {
    position: relative;
    display: flex;
    gap: 10px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.custom-checkbox .checkbox input {
    position: absolute;
    width: 0;
    left: 50px;
    height: 0;
    opacity: 0;
    cursor: pointer;
}
.custom-checkbox .checkbox .checkmark {
    position: relative;
    display: block;
    top: 4px;
    left: 0;
    min-width: 16px;
    height: 16px;
    background: white;
    border-radius: 3px;
    outline: 1px solid #acacac;
    transition: all 0.2s ease;
}
.custom-checkbox .checkbox:hover .checkmark {
    background: #f4f4f5;
    transition: all 0.2s ease;
}
.custom-checkbox .checkbox input:checked~.checkmark {
    background: var(--color-primary);
    outline: 1px solid var(--color-primary);
}
.custom-checkbox .checkbox input[type="radio"]~.checkmark {
    border-radius: 50%;
}
.custom-checkbox .checkbox .checkmark::after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    top: 40%;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: all 0.2s ease;
}
.custom-checkbox .checkbox input:checked~.checkmark::after {
    opacity: 1;
    transition: all 0.2s ease;
}
/*My account page css start*/
.account-wrap {
    background: #fafbfc;
    margin-top: -30px;
    padding-top: 30px;
    padding-bottom: 50px;
    margin-bottom: -50px;
}
.welcome-note {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid var(--color-primary);
    background: #7cbbb63d;
    padding: 14px 16px;
    border-radius: 12px;
    margin: 12px 0 20px;
}
.welcome-note .badgee {
    display: inline-block;
    padding: 2px 8px;
    background: var(--color-primary);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border-radius: 100px;
}
.welcome-action {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.cursor-ptr {
    cursor: pointer;
}
.splash-wrap {
    background: linear-gradient(90deg, #ffffff 0%, #7cbbb64d 100%);
    border: 1px solid #e6e7ea;
    border-radius: 16px;
    padding: 18px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
    margin-bottom: 22px;
}
.splh-balance {
    background: var(--color-primary);
    border-radius: 14px;
    padding: 16px 20px;
    color: #fff;
}
.splh-balance p {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.reward-amount {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-top: 4px;
}
.member-deals {
    background: #fff;
    border: 1px solid #e6e7ea;
    border-radius: 14px;
    padding: 16px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
}
.member-deals .muted {
    color: #6b7280;
    font-size: 13px;
}
.deal-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    font-weight: 600;
    font-size: 13px;
}
.pill-highlight {
    background: #7cbbb63d;
    border-color: var(--color-primary);
}
.splh-tbl {
    margin: 10px 0 12px;
    border: 1px solid #e6e7ea;
    border-radius: 12px;
    overflow: hidden;
}
.splh-tbl thead th {
    background-color: #f8fafc;
}
.splh-tbl tbody tr td:not(:first-child) {
    font-weight: 700;
}
.splh-tbl tbody tr td:nth-child(3) {
    color: var(--color-primary);
}
.member-deals .note {
    display: inline-block;
    font-size: 12px;
}
.member-deals .actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.splh-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 28px;
    justify-content: flex-start;
}
.account-wrap .theme-btn {
    line-height: 25px;
    padding: 10px 15px;
    transition: all 0.5s ease-in-out;
}
.theme-btn.-white {
    background-color: #fff;
    border: 1px solid #e6e7ea;
}
.theme-btn.-white:not(:hover) {
    color: #000;
}
.title-bdrbtm {
    font-size: 22px;
    margin: 0 0 12px;
}
.title-bdrbtm::after {
    content: "";
    display: block;
    width: 56px;
    height: 4px;
    margin-top: 6px;
    border-radius: 999px;
    background-color: var(--color-primary);
}
.quick-actions {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin: 22px 0;
}
.qa {
    background: #fff;
    border: 1px solid #e6e7ea;
    border-radius: 14px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
}
.qa svg {
    width: 22px;
    height: 22px;
    color: var(--color-primary);
}
.qa small {
    display: block;
    color: #6b7280;
    font-weight: 500;
}
.order-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.order-wrap,
.aclinks-wrap {
    background: #fff;
    border: 1px solid #e6e7ea;
    border-radius: 14px;
    padding: 14px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .06);
    height: 100%;
}
.chip-status {
    padding: 5px 10px;
    border-radius: 7px;
    font-size: 13px;
    line-height: 100%;
    font-weight: 500;
    border: 1px solid;
}
.order-wrap .label-info {
    background-color: #ecfdf5;
    border-color: #d1fae5;
}
.order-wrap .label-danger {
    background-color: #ff00002e;
    border-color: #ff0000;
}
.order-wrap .label-primary {
    background-color: var(--color-primary);
    border-color: #d1fae5;
    color: #fff;
}
.order-wrap .label-success {
    background-color: #008000;
    color: #fff;
    border-color: #0bf6a6;
}
.order-wrap .theme-btn {
    padding: 5px 13px;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    min-width: auto;
    height: auto;
}
.order-wrap .theme-btn:hover {
    color: var(--color-primary);
}
.linkc {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}
.linkc:hover {
    color: var(--color-primary);
}
.bl-4 {
    border-left: 4px solid var(--color-primary);
}
.aclinks-wrap h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e6e7ea;
}
.aclinks-wrap ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 8px;
    width: 100%;
    flex-direction: column;
}
.aclinks-wrap ul li a {
    position: relative;
    text-decoration: none;
    display: inline-flex;
    padding-bottom: 3px;
    overflow: hidden;
}
.aclinks-wrap ul li a:before {
    content: '';
    position: absolute;
    transition: transform .5s ease;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.5px;
    background: var(--color-primary);
    transform: translateX(-100%);
}
.aclinks-wrap ul li a:hover:before {
    transform: translateX(0);
}
.brand-wrapper,
.pcat-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
}
.paymentget-top-category .trending-cat {
    width: 100%;
    border-radius: 4px;
}
.paymentget-top-category .trending-cat img {
    width: 100px;
    height: 100px;
    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 h3 {
    font-size: 16px;
    padding: 10px;
    margin: 0;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}
.paymentget-top-category .trending-cat:hover img {
    transform: scale(1.1);
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.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 h3 {
    margin: 25px 0 8px;
    font-size: 23px;
}
.payicon-wapper:hover img {
    transform: scale(1.1);
    transition: transform .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.liarrow {
    margin-bottom: 20px;
}
.liarrow li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 5px;
    font-size: 16px;
}
.liarrow li:before {
    position: absolute;
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" image-rendering="optimizeQuality" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" viewBox="0 0 6.827 6.827"><path fill="%230796fc52" fill-rule="nonzero" d="M.96 3.568h3.082v-.31H.96z"/><path fill="%230796fc" fill-rule="nonzero" d="M4.148 2.536v2.046l.242-.164 1.29-.877.187-.128-.188-.127-1.29-.877-.24-.164z"/></svg>');
    left: 0;
    width: 34px;
    height: 34px;
    top: -5px;
}
.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 p {
    margin-bottom: 0;
}
.comparison-list img {
    height: 40px;
}
.comparison-list tr {
    vertical-align: middle;
}
.title-sm {
    font-size: 23px;
    margin-bottom: 10px;
    position: relative;
    width: fit-content;
}
.alink-color,
.single-blog-content a {
    color: var(--color-primary);
    text-decoration: underline;
}
.anchor-inside a {
    color: var(--color-primary);
    text-decoration: underline;
}
.img-box {
    /*margin-bottom: 15px;*/
    box-shadow: var(--shadow-primary);
    border: 1px solid #ddd;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 100%;
}
.img-box:before,
.img-box:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    -webkit-transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
    -o-transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
    transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.img-box:hover:before {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.img-box:hover:after {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 1;
    filter: alpha(opacity=100);
}
.img-box img {
    width: 100%;
}
.bg-blue .img-box {
    background-color: var(--color-primary);
    border-radius: 100% 100% 0 0;
}
.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:hover {
    box-shadow: 0 0 6px 1px var(--color-primary);
}
.faq-header ul li a:focus {
    box-shadow: 0 0 6px 1px #ddd !important;
}
.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 ul li:nth-child(1) a:before {
    background: url('../img/fq-order.png');
}
.faq-header ul li:nth-child(2) a:before {
    background: url('../img/fq-shopping.png');
}
.faq-header ul li:nth-child(3) a:before {
    background: url('../img/fq-return.png');
}
.faq-header ul li:nth-child(4) a:before {
    background: url('../img/fq-refunds.png');
}
.faq-header ul li:nth-child(5) a:before {
    background: url('../img/fq-product.png');
}
.faq-header ul li:nth-child(6) a:before {
    background: url('../img/fq-coins.png');
}
.zip-container {
    text-align: left;
}
/*Responsive Style Start*/
@media only screen and (min-width: 768px) {
    #filters {
        height: auto !important;
        display: block;
    }
    .tabbable .nav-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .tabbable .card {
        border: none;
    }
    .tabbable .collapse {
        display: block;
    }
    .tabbable .card-header {
        display: none;
    }
    .cartTable--column-image,
    .cartTable--heading-price,
    .cartTable--heading-quantity,
    .cartTable--heading-remove {
        width: 100px;
    }
    .mf-title,
    .icon-open-close {
        display: none !important;
    }
    .m-footer .collapse {
        display: inherit;
        z-index: 1;
        position: relative;
    }
    .f-title.acrd-header {
        pointer-events: none;
    }
    .f-title.acrd-header .acrd-arrow {
        display: none;
    }
    .mf-content.acrd-body {
        display: block;
        padding: 0;
        background-color: transparent;
    }
}
@media only screen and (min-width: 576px) {
    .carousel-caption {
        left: 0;
        right: 0;
        bottom: 0;
        padding: 30px;
        background: rgba(255, 255, 255, .30196);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .4)));
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgb(0, 255, 255)', endColorstr='rgb(102, 255, 255)', GradientType=0);
    }
}
@media only screen and (max-width: 1099px) {
    .header_top_iconbox .details {
        display: none;
    }
    .header_top_iconbox .icon {
        margin-left: 10px;
    }
    .faq-header ul li {
        width: 47%;
    }
}
@media only screen and (max-width: 991.98px) {
    .order-summary-m {
        display: block;
        opacity: 1;
        position: fixed;
        bottom: 2%;
        right: 2%;
        left: 2%;
        z-index: 1030;
    }
    .order-summary-d {
        display: none;
        opacity: 0;
        background-color: rgba(255, 255, 255, .8);
        position: fixed;
        z-index: 1030;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
    .order-summary-d .order-summary {
        overflow-y: auto;
        margin: 0 auto;
        max-width: 80%;
        min-height: 0;
        position: absolute;
        top: 1%;
        bottom: 2%;
        right: 0;
        left: 0;
    }
    body.fixed-body {
        overflow-y: hidden;
        width: 100%;
        height: 100%;
    }
    body.fixed-body .order-summary-d {
        display: block;
        opacity: 1;
    }
    body.fixed-body .order-summary-m {
        display: none;
        opacity: 0;
    }
    .header_top_iconbox .icon i {
        font-size: 20px;
    }
    #shop_category.all-cat-menu {
        display: none !important;
    }
    .subscribe-content {
        margin-bottom: 25px;
    }
    .header_top_iconbox .icon {
        margin-left: 10px;
        width: 40px;
        height: 40px;
        line-height: 45px;
    }
    .animated-icon {
        width: 28px;
        height: 25px;
        top: 8px;
        left: 5px;
        position: relative;
        transform: rotate(0deg);
        transition: 0.5s ease-in-out;
        cursor: pointer;
    }
    .animated-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out;
        background: var(--color-secondary);
    }
    .animated-icon span:nth-child(1) {
        top: 2px;
    }
    .animated-icon span:nth-child(2) {
        top: 10px;
    }
    .animated-icon span:nth-child(3) {
        top: 18px;
    }
    .animated-icon.hamburger-open span:nth-child(1) {
        top: 11px;
        transform: rotate(135deg);
    }
    .animated-icon.hamburger-open span:nth-child(2) {
        opacity: 0;
        left: -60px;
        top: 10px;
    }
    .animated-icon.hamburger-open span:nth-child(3) {
        top: 11px;
        transform: rotate(-135deg);
    }
    #menu_wrapper.active {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        cursor: pointer;
        z-index: 99;
        background: rgb(0 0 0 / 54%);
        cursor: pointer;
    }
    #mobile-top-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 300px;
        bottom: 0;
        background: var(--color-white);
        z-index: 9999999;
        overflow-y: auto;
        overflow-x: auto;
        padding-top: 25px;
    }
    #mobile-top-menu #top-menu-closer {
        cursor: pointer;
        width: 35px;
        position: absolute;
        right: 0;
        padding: 5px;
        top: 0;
        background-color: var(--color-primary);
    }
    #mobile-top-menu #top-menu>li {
        display: block;
        border-bottom: 1px solid #ddd;
        padding: 9px 10px;
        position: relative;
    }
    #top-menu>li>a {
        text-align: left;
        padding: 0;
        font-weight: 600;
        width: 100%;
        display: block;
    }
    .mobile-social {
        padding: 10px;
        position: sticky;
        width: 100%;
        bottom: 0;
        background: #fff;
        z-index: 9;
    }
    .social-head li {
        display: inline-block;
    }
    .social-head {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .social-head li a {
        width: 40px;
        display: inline-block;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 25px;
        border-radius: 3px;
    }
    .social-head li a i {
        color: #fff;
    }
    .social-head li.facebook a {
        background-color: #3b5999;
    }
    .social-head li.twitter a {
        background-color: #00aced;
    }
    .social-head li.youtube a {
        background-color: #d12121;
    }
    .social-head li.instagram a {
        background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    }
    .social-head li.pinterest a {
        background-color: #c8232c;
    }
    /*Category Menu Style Start*/
    .m-shop-cat {
        background-color: #0796fc42;
        border-radius: 3px;
        margin: 5px 10px 0;
        display: none;
    }
    .cat-all:before,
    span.icon-open-close {
        width: 40px;
        height: 39px;
        position: absolute;
        transition: all 500ms ease;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        color: #242424;
        right: 0;
        top: 0;
        z-index: -1;
    }
    .cat-all:before {
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        font-weight: 400;
    }
    li.cat-all a.icon-open-close {
        width: 100%;
    }
    .cm-open .icon-open-close:before,
    .cm-open:before {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
    }
    .m-shop-cat li {
        padding: 8px 10px;
        border-bottom: 1px solid #00000075;
        text-align: left;
        position: relative;
    }
    .m-shop-cat li:last-child {
        border-bottom: none;
    }
    .m-shop-cat li>.icon-toggle {
        width: 40px;
        text-align: center;
        right: 0px;
        position: absolute;
        z-index: 9;
        cursor: pointer;
        padding: 7px 5px;
        color: #242424;
        top: 0;
        transition: all 500ms ease;
        font-size: 22px;
    }
    .m-shop-cat .has-submenu>.sub-menu {
        display: none;
        background-color: #0796fc47;
        border-radius: 3px;
        margin-top: 6px;
    }
    .icon-toggle.sub-open {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
    }
    .sub-menu.child_category.sub_category_ul {
        background-color: #fff;
        border-radius: 5px;
    }
    .allcat-wrapper ul.parent-cat {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
    .topcat-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
    .round-cat {
        grid-template-columns: repeat(3, 1fr);
    }
    .pcat-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media only screen and (max-width: 767.98px) {
    .carousel-caption {
        bottom: 5px;
        padding-bottom: 5px;
    }
    .carousel-indicators {
        display: none;
    }
    .main-image a>.zoom {
        pointer-events: none;
    }
    .tabbable .tab-pane {
        display: block;
    }
    .wrapper-footer {
        text-align: center;
    }
    .btn-stack .col-12+.col-12 {
        margin-top: 5px;
    }
    .successaddmessage .left,
    .successaddmessage .right {
        float: none !important;
        display: inline;
    }
    .npopup {
        width: auto !important;
        max-width: 80%;
    }
    .npopup-checkout,
    .npopup-continue,
    .npopup-view {
        display: block;
        width: 100%;
        margin: 0;
    }
    .npopup-continue,
    .npopup-view {
        margin-bottom: 10px;
    }
    .npopup .footer.modal-footer .left,
    .npopup .footer.modal-footer .right {
        width: auto;
        display: block;
        float: none;
    }
    .npopup .footer.modal-footer .btn {
        display: block;
        width: 100% !important;
        margin: 0;
        margin-bottom: 10px;
        float: none !important;
    }
    .order-summary-d .order-summary {
        right: 2%;
        left: 2%;
        max-width: 96%;
        min-height: 96vh;
    }
    .navbar-nav .dropdown-menu {
        background-color: transparent;
        border: 0;
        padding: 0;
        display: block;
    }
    .navbar-nav .dropdown-menu .dropdown-item {
        color: #fff;
    }
    .carousel-indicators {
        display: none;
    }
    .carousel-caption {
        bottom: 0;
        padding: 0;
    }
    .carousel-caption .h3 {
        font-size: 14px;
    }
    .carousel-caption .btn-lg,
    .carousel-caption .btn-group-lg>.btn {
        display: none;
    }
    .footer-pay-icon .paybox {
        margin: 0 4px 4px 0;
    }
    .mf-title {
        position: relative;
        font-weight: 500;
        font-family: var(--title-family);
    }
    .f-title {
        color: var(--color-primary);
    }
    .f-title:before {
        display: none;
    }
    .f-title.acrd-header {
        margin-bottom: 0;
        font-size: 18px;
        padding: 0;
        font-weight: 500;
    }
    .f-title.acrd-header.acrd-active,
    .f-title.acrd-header:hover {
        background-color: transparent;
        color: var(--color-secondary);
    }
    .mf-content.acrd-body {
        padding: 0;
        background-color: transparent;
    }
    .footer-copyright p {
        padding: 10px 0;
        letter-spacing: 0;
        font-size: 15px;
    }
    .m-footer.acrd-item {
        background-color: #0796fc2e;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
        position: relative;
    }
    .footer-menu-list li a,
    .m-footer .contact-info a,
    .m-footer .contact-info li {
        color: var(--color-heading);
        font-weight: 500;
    }
    .footer-social .bg-ico {
        background-color: #1534311c;
    }
    .footer-box-widget {
        margin-bottom: 10px;
        padding: 20px 15px;
    }
    .m-footer .mf-title.collapsed::after {
        -webkit-transform: none;
        transform: none;
    }
    .social-footer {
        margin: 0;
        max-width: 300px;
    }
    .footer-menu-list,
    .contact-info {
        margin-top: 20px;
    }
    .footer-menu-list:before,
    .contact-info:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        background-color: var(--color-primary);
        top: 40px;
        left: 0;
    }
    .footer-menu-list li:last-child {
        margin-bottom: 0;
    }
    .m-footer .mf-title::after {
        content: "\f078";
        display: inline-block;
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        right: 0;
        top: 1px;
        transition: all 500ms ease;
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        font-size: 15px;
    }
    .footer-pay-icon {
        margin-top: 10px;
    }
    .footer .svg-shape-1 {
        height: auto;
        left: -27%;
        top: -40%;
        width: 60%;
    }
    .footer .svg-shape-2 {
        bottom: -20%;
        height: 40%;
        right: -55%;
        width: 100%;
    }
    .subscribe-title {
        font-size: 22px;
    }
    .subscribe-inner {
        padding: 40px 20px;
    }
    .subs-wrap {
        padding: 20px 15px;
        border-radius: 10px;
    }
    .nsearchinput-pl {
        max-height: 500px;
        overflow: auto;
    }
    .cart-dropdown .cart-content-wrap {
        width: 320px;
    }
    .welcome-note {
        flex-direction: column;
    }
    .welcome-action {
        justify-content: space-between;
        width: 100%;
    }
    .faq-header ul li {
        width: 100%;
    }
    .top-title {
        font-size: 23px;
    }
    #customer-login .nav-tabs a {
        padding: 10px 10px;
        font-size: 17px;
    }
}
@media only screen and (max-width: 675px) {
    .allcat-wrapper ul.parent-cat {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
    .pcat-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .icon-bx-wraper {
        padding: 25px
    }
    .icon-bx-wraper .icon-bx {
        height: 95px;
        margin-top: -50px;
        width: 95px
    }
    .wrapper-logo a {
        width: 150px;
        display: inline-block;
    }
}
@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;
    }
}
@media only screen and (max-width: 370px) {
    .wrapper-logo a {
        width: 100px;
    }
}