* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Fira Sans", sans-serif;
}
a img {
    border: none;
    text-decoration: none;
    outline: 0;
}
a {
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: block;
}
a:hover {
    text-decoration: none;
    color: inherit;
}
a:focus {
    outline: 0;
    text-decoration: none;
}
p {
    font-size: 16px;
    font-family: "Fira Sans", sans-serif;
    line-height: 28px;
    color: #30302f;
    font-weight: 400;
    margin: 0;
}
ul,
ol,
li {
    font-size: 16px;
    line-height: 26px;
    color: #30302f;
    font-weight: 400;
    margin: 0;
    font-family: "Poppins", sans-serif;
    padding: 10px 0;
}
li {
    padding: 20px 0;
    margin: 10px 0;
}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    font-family: "Fira Sans", sans-serif;
    color: #424242;
    font-weight: 600;
}
li,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
input:focus,
button:focus {
    outline: 0;
}
textarea {
    outline: 0;
    resize: none;
}
::-webkit-input-placeholder {
    color: #e1e1e1;
}
:-ms-input-placeholder {
    color: #e1e1e1;
}
::placeholder {
    color: #e1e1e1;
}
:root {
    --primary-color: #a6cc3a;
}
.p0 {
    padding: 0;
}
.container {
    width: 95%;
    max-width: 1770px;
    margin: auto;
}
.home {
    font-family: "Fira Sans", sans-serif;
    float: left;
    width: 100%;
}
.home .container {
    padding: 0;
}
header {
    font-family: "Fira Sans", sans-serif;
    z-index: 9;
    position: relative;
}
header .header-top {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: #ededed solid 1px;
    justify-content: space-between;
}
.count-box {
    position: relative;
    font-style: normal;
}
.count-box span {
    position: absolute;
    font-size: 12px;
    background: var(--primary-color);
    color: #fff;
    height: 17px;
    min-width: 17px;
    border-radius: 100px;
    line-height: 17px;
    text-align: center;
    right: -7px;
}
header .cart-box {
    float: right;
    margin-top: 7px;
}
header .cart-box li {
    display: inline-block;
    margin: 0 5px;
}
header .wallet-box,
header .login-box {
    font-size: 14px;
    font-weight: 400;
    color: #040404;
    text-transform: capitalize;
}
header .wallet-box i,
header .login-box i {
    margin-right: 10px;
}
header .colm-1 p {
    font-size: 14px;
    color: #040404;
    letter-spacing: 1px;
    text-transform: capitalize;
}
header .colm-1 p a {
    display: inline-block;
    color: #040404;
}
header .lang_opt {
}
header .lang_opt select {
    border: none;
    outline: none;
}
.navigation {
    width: auto;
    float: left;
}
.header-top .col-left {
    width: 30%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 35px;
}
.header-top .search-bar {
    width: 30%;
    float: left;
    padding: 0 30px;
}
.header-top .col-right {
    width: 44%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    grid-gap: 20px;
}
.header-top .col-left .logo,
.header-top .col-left .colm-1,
.header-top .col-right .club-logo,
.header-top .col-right .colm-2 {
    display: inline-block !important;
}
.cart-box .label {
    color: #000;
    font-size: 14px;
    padding: 0 10px;
    font-weight: 400;
    text-transform: uppercase;
}
.search-bar form {
    margin-bottom: 0;
}
.search-bar input[type="search"] {
    border: none;
    font-size: 14px;
    width: 100%;
    height: 50px;
    border: var(--primary-color) solid 1px;
    border-radius: 3px 0 0 3px;
    padding: 0 15px;
}
.search-bar button {
    border: none;
    background: var(--primary-color);
    width: 55px;
    border-radius: 0 3px 3px 0;
}
.search-bar button img {
    filter: brightness(0) invert(1);
}
.features-sec {
    width: 100%;
    float: left;
    margin: 25px 0;
}
.features-sec .row1 {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 3%;
}
.features-sec .colm {
    width: 22.7%;
    float: left;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    border: #c5c5c5 solid 1px;
    padding: 10px 30px;
}
.features-sec .colm i {
    display: inline-block;
    min-width: 70px;
    margin-right: 20px;
}
.features-sec .colm h3 {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: "Fira Sans", sans-serif;
    color: #4d4c4c;
}
.features-sec .colm h3 span {
    display: block;
    font-weight: 400;
    color: #7c7c7c;
    text-transform: lowercase;
    margin-top: 5px;
}
.best_seller {
    width: 100%;
    float: left;
    margin: 20px 0;
}
.best_seller .container {
    position: relative;
}
.best_seller p {
    font-size: 15px;
    color: #868686;
    letter-spacing: 1px;
}
.home h1 {
    font-size: 24px;
    color: #040404;
    margin-bottom: 15px;
    font-weight: 400;
}
.prod_wrap {
    width: 100%;
    float: left;
    padding: 25px;
    border: #c5c5c5 solid 1px;
    border-radius: 3px;
    overflow: hidden;
    min-height: 370px;
}
.prod_wrap h3 {
    color: #040404;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.prod_wrap .img_wrap {
    height: 200px;
    width: 100%;
    margin-bottom: 22px;
    position: relative;
}
.prod_wrap .item_img {
    width: 100%;
    height: 100%;
    position: relative;
}
.prod_wrap .item_img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
.prod_wrap .rating_box {
    display: block;
    margin-bottom: 10px;
}
.prod_wrap h4 {
    color: #040404;
    font-size: 18px;
    font-weight: 700;
}
.prod_wrap span {
    color: #c1c1c1;
    text-decoration: line-through;
    margin-left: 5px;
}
.prod_wrap .user_events {
    position: absolute;
    bottom: 0;
    right: 0;
}
.prod_wrap02 .user_events {
    position: absolute;
    bottom: 0;
    right: 0;
}
.prod_wrap .user_events li {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border: #c5c5c5 solid 1px;
    margin-bottom: 5px;
    background: #fff;
    position: relative;
    right: -65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prod_wrap02 .user_events li {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border: #c5c5c5 solid 1px;
    margin-bottom: 5px;
    background: #fff;
    position: relative;
    right: -65px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner_sec img,
.footer_banner img {
    width: 100%;
}
.prod_wrap:hover .user_events li:first-child,
.prod_wrap02:hover .user_events li:first-child {
    -webkit-animation: slide 0.2s forwards;
    animation: slide 0.2s forwards;
}
.prod_wrap:hover .user_events li:nth-child(2),
.prod_wrap02:hover .user_events li:nth-child(2) {
    -webkit-animation: slide 0.2s forwards;
    animation: slide 0.2s forwards;
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
}
.prod_wrap:hover .user_events li:nth-child(3),
.prod_wrap02:hover .user_events li:nth-child(3) {
    -webkit-animation: slide 0.2s forwards;
    animation: slide 0.2s forwards;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}
.prod_wrap02:hover .user_events li:first-child {
    -webkit-animation: slideleft 0.2s forwards;
    animation: slideleft 0.2s forwards;
}
.prod_wrap02:hover .user_events li:nth-child(2) {
    -webkit-animation: slideleft 0.2s forwards;
    animation: slideleft 0.2s forwards;
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
}
.prod_wrap02:hover .user_events li:nth-child(3) {
    -webkit-animation: slideleft 0.2s forwards;
    animation: slideleft 0.2s forwards;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}
@-webkit-keyframes slide {
    100% {
        right: 0;
    }
}
@keyframes slide {
    100% {
        right: 0;
    }
}
@-webkit-keyframes slideleft {
    100% {
        right: 0;
    }
}
@keyframes slideleft {
    100% {
        right: 0;
    }
}
.product_slider {
    margin-top: 30px;
}
.product_slider .slick-slide {
    margin: 0 20px;
}
.product_slider .slick-list {
    margin: 0 -20px;
}
.product_slider02 {
    margin-top: 30px;
}
.product_slider02 .slick-slide {
    margin: 0 20px;
}
.product_slider02 .slick-list {
    margin: 0 -20px;
}
.product_slider img {
    width: auto;
}
.best_seller .controls {
    position: absolute;
    right: 0;
    top: 0;
}
.best_seller .controls span.next {
    background: url(../images/slide-arrow.png) no-repeat;
}
.best_seller .controls span.prev {
    background: url(../images/slide-arrow1.png) no-repeat;
}
.controls span {
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
}
.categories_sec {
    width: 100%;
    float: left;
    margin: 25px 0;
}
.categories_sec .container {
    position: relative;
}
.categories_sec p {
    font-size: 15px;
    color: #868686;
    letter-spacing: 1px;
}
.prod_cate {
    position: relative;
    display: flex !important;
    display: -webkit-flex !important;
    flex: wrap;
    align-items: center !important;
    width: 33.33%;
    float: left;
    padding: 5px 0px 0px 40px;
    border-radius: 3px;
    min-height: 213px;
}
.prod_cate .colm-1 {
    width: 40%;
    float: left;
}
.prod_cate .colm-2 {
    width: 55%;
    float: left;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 210px;
}
.prod_cate .colm-2 img {
    object-fit: contain;
    height: 210px;
}
.prod_cate h3 {
    font-size: 18px;
    color: #040404;
    font-weight: 400;
    margin-bottom: 14px;
}
.prod_cate h4 {
    color: #818181;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}
.prod_cate a {
    color: #040404;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
}
.prod_cate a i {
    display: inline-block;
    margin-left: 5px;
}
.prod_cate.green {
    background: #d2f0c6;
}
.prod_cate.red {
    background: #ffd6d6;
}
.prod_cate.blue {
    background: #bfe6f3;
}
.categories_sec .controls {
    position: absolute;
    right: 0;
    top: 0;
}
.best_seller .controls span.next00 {
    background: url(../images/slide-arrow.png) no-repeat;
}
.best_seller .controls span.prev00 {
    background: url(../images/slide-arrow1.png) no-repeat;
}
.categories_sec .controls span.next01 {
    background: url(../images/slide-arrow.png) no-repeat;
}
.categories_sec .controls span.prev01 {
    background: url(../images/slide-arrow1.png) no-repeat;
}
.prod_cate h4 span {
    margin-right: 5px;
}
.categories_sec .category_slider .slick-slide {
    margin: 0 20px;
}
.categories_sec .category_slider .slick-list {
    margin: 0 -20px;
}
.category_slider {
    margin: 30px 0;
}
.feutured_prod {
    width: 100%;
    float: left;
    padding: 25px 0;
    background: #f4ede5;
}
.feutured_prod p {
    font-size: 15px;
    color: #868686;
    letter-spacing: 1px;
}
.feutured_prod .container {
    position: relative;
}
.feutured_prod .prod_wrap {
    background: #fff;
}
.feutured_prod .controls {
    position: absolute;
    right: 0;
    top: 0;
}
.feutured_prod .controls span.next {
    background: url(../images/slide-arrow.png) no-repeat;
}
.feutured_prod .controls span.prev {
    background: url(../images/slide-arrow1.png) no-repeat;
}
.banner_sec {
    width: 100%;
    float: left;
    margin: 70px 0;
}
.product_leads_sec {
    width: 100%;
    float: left;
    background: #efefef;
    padding: 70px 0;
}
.product_leads_sec .container {
    max-width: 1400px;
}
.product_leads_sec h1 {
    margin-bottom: 30px;
    background: var(--primary-color);
    color: #161616;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    border-radius: 30px;
}
.product_leads_sec .colm1 {
    width: 49%;
    float: left;
    margin-right: 2%;
    position: relative;
}
.product_leads_sec .colm1 .view {
    position: absolute;
    top: 0;
    right: 0;
    color: #6b6b6b;
    text-transform: capitalize;
}
.product_leads_sec .colm1:last-child {
    margin-right: 0;
}
.prod_wrap02 {
    background: #fff;
    width: 100%;
    float: left;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px;
    margin-bottom: 25px;
}
.prod_wrap02 .img_wrap {
    overflow: hidden;
    position: relative;
    height: 170px;
    width: 35%;
    float: left;
}
.prod_wrap02 aside {
    width: 65%;
    float: left;
    padding: 0 15px;
}
.prod_wrap02 .img_wrap img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.prod_wrap02 aside a {
    color: #040404;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 25px;
}
.prod_wrap02 aside h4 {
    color: #040404;
    font-weight: 700;
    font-size: 18px;
}
.prod_wrap02 aside h4 span {
    color: #c1c1c1;
    text-decoration: line-through;
    margin-left: 5px;
}
.prod_wrap02 .rating_box {
    display: block;
    margin-bottom: 15px;
}
.product_leads_sec .slick-slide img {
    width: auto;
}
.footer_banner {
    width: 100%;
    float: left;
    padding: 60px 0;
}
.brand_sec {
    width: 100%;
    float: left;
    margin: 50px 0 0;
}
.brand_sec h1 {
    font-size: 24px;
    color: #040404;
    margin-bottom: 30px;
    font-weight: 400;
    text-align: left;
}
.brand_sec .brand_slider a {
    display: inline-block;
    height: 120px;
    width: 100%;
    position: relative;
}
.brand_sec .brand_slider a img {
    position: absolute;
    padding: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.brand_sec .brand_slider .slick-slide {
    margin: 0 20px;
}
.brand_sec .brand_slider .slick-list {
    margin: 0 -20px;
}
footer {
    width: 100%;
    float: left;
    overflow: hidden;
}
footer .ftop-area {
    width: 100%;
    float: left;
    background: var(--primary-color);
    padding: 15px 0px;
}
footer .fbtm_area {
    width: 100%;
    float: left;
}
footer .fbtm_area .container {
    display: flex;
    align-items: center;
    background: #f6f0e9;
    position: relative;
    border-top: #c5c5c5 solid 1px;
}
footer .fbtm_area .copy_rite {
    width: 38%;
    position: relative;
    float: left;
}
footer .fbtm_area .copy_rite p {
    color: #242424;
    font-size: 14px;
    font-weight: 400;
}
footer .fbtm_area .container:before {
    content: "";
    width: 100%;
    left: -100%;
    position: absolute;
    height: 100%;
    top: -1px;
    bottom: 0px;
    background: #f6f0e9;
}
footer .fbtm_area .payment_type {
    width: 62%;
    float: left;
    background: #fff;
    text-align: right;
    padding: 20px 0;
}
footer .ftop-area .container > div {
    width: 30%;
    text-align: right;
}
footer .ftop-area h4 {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-right: 30px;
}
footer .ftop-area h3 {
    width: calc(100% - 30%);
    color: #fefefe;
    font-size: 23px;
    font-weight: 400;
    display: flex;
    align-items: center;
}
footer .ftop-area h3 a {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    font-weight: 400;
    color: #fefefe;
    padding: 20px 15px;
    border: #fefefe solid 1px;
    min-width: 210px;
    text-align: center;
    margin-left: 50px;
}
footer .ftop-area h3 a i {
    margin-left: 10px;
}
footer .ftop-area .social-share,
footer .ftop-area .social-share li {
    display: inline-block;
}
footer .ftop-area .social-share li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border: #fff solid 2px;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
}
footer .ftop-area .social-share li a i {
    line-height: 33px;
}
footer .ftop-area .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .main-area .bx-left {
    width: 38%;
    float: left;
    background: #f6f0e9;
    position: relative;
    padding-right: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
footer .main-area .bx-left .col-left {
    width: 50%;
    float: left;
    padding-right: 20px;
}
footer .main-area .bx-left .col-left .footer-logo {
    width: 150px;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.product_slider .slick-track {
    display: flex;
}
footer .main-area .bx-left .col-right {
    width: 50%;
    float: left;
}
footer .main-area .bx-right {
    width: 62%;
    float: left;
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
footer .main-area .bx-left:before {
    content: "";
    width: 100%;
    left: -100%;
    position: absolute;
    height: 100%;
    top: 0px;
    bottom: 0px;
    background: #f6f0e9;
}
footer .main-area .loc {
    background: url(../images/home_loc_icon.png) no-repeat left top 0px;
}
footer .main-area .bx-left p {
    font-size: 16px;
    color: #484848;
    padding-bottom: 15px;
}
footer .main-area .bx-left p a {
    color: #484848;
}
footer .main-area .bx-left p span {
    text-transform: uppercase;
    color: #484848;
    opacity: 0.5;
}
footer .main-area .mail {
    background: url(../images/home_mail_icon.png) no-repeat left top 0px;
}
footer .main-area .help {
    background: url(../images/home_call_icon.png) no-repeat left top 0px;
}
.pl40 {
    padding-left: 50px;
}
footer .main-area .help a {
    font-size: 18px;
}
footer .main-area .bx-right .coll {
    width: 25%;
    float: left;
    padding-left: 40px;
}
footer .main-area .bx-right .coll h2 {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    position: relative;
    margin-bottom: 20px;
}
footer .main-area .bx-right .coll h4 {
    font-size: 16px;
    color: #f7324e;
    position: relative;
    margin-bottom: 20px;
    clear: both;
}
footer .main-area .bx-right .coll hr {
    position: relative;
}
footer .main-area .bx-right ul li a {
    font-size: 14px;
    line-height: 28px;
    color: #484848;
    margin-bottom: 5px;
}
footer .main-area .bx-right ul li a:hover {
    color: var(--primary-color);
}
footer .main-area .bx-right .downlos-store {
    display: inline;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
footer .main-area {
    width: 100%;
    float: left;
}
footer .main-area .container {
    display: flex;
    flex-wrap: wrap;
}
footer .main-area .payment-type {
    margin-left: 40px;
    margin-top: 20px;
}
footer .copy-rite {
    width: 100%;
    float: left;
}
footer .copy-rite .bx-left {
    width: 30%;
    float: left;
    background: #efeeee;
    position: relative;
    padding-right: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}
footer .copy-rite .bx-left:before {
    content: "";
    width: 100%;
    left: -100%;
    position: absolute;
    height: 100%;
    top: 0px;
    bottom: 0px;
    background: #efeeee;
}
footer .main-area .copy-rite {
    font-size: 14px;
    color: #888888;
    margin-top: 30px;
}
footer .main-area .bx-left .copy-rite {
    font-size: 14px;
    color: #888888;
    margin-top: 30px;
}
#search {
    align-items: center;
    background: #fff;
    height: 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    position: fixed;
    transition: all 0.5s;
    width: 100vw;
    will-change: transform, opacity;
    z-index: -1;
    box-shadow: 0px 6px 9px 1px rgb(51 51 51 / 20%);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
#search .head_note {
    display: none;
}
#search .close-btn span {
    display: none;
}
#search h3 {
    font-size: 21px;
    margin-bottom: 30px;
    font-weight: 500;
}
#search:target {
    height: auto !important;
    opacity: 1;
    width: 100vw !important;
    z-index: 2;
    padding: 30px 0;
}
#search .col-12.d-flex {
    align-items: center;
    justify-content: center;
}
#search:target .close-btn {
    display: block;
}
#searchbox {
    background: transparent;
    border: solid #a6cc3a;
    border-width: 0 0 1px 0;
    color: #fff;
    flex: 1 0 auto;
    font-size: 2rem;
    height: 45px;
    max-width: 50%;
    outline: 0;
    padding: 2rem 1rem;
    font-size: 18px;
    font-weight: 400;
    color: #040404;
}
.close-btn {
    display: none;
    color: #a0a0a0;
    font-size: 25px;
    font-weight: 300;
    position: relative;
    top: 25px;
    right: -5px;
}
#search.left,
#nav ul.left {
    left: 0;
    height: 100vh;
    width: 0;
}
#search.right,
#nav ul.right {
    height: 100vh;
    width: 0;
    right: 0;
    left: auto !important;
}
#search.bottom.left,
#nav ul.bottom.left,
#search.bottom.right,
#nav ul.bottom.right,
#search.top.left,
#nav ul.top.left,
#search.top.right,
#nav ul.top.right {
    height: 0;
}
#search.bottom,
#nav ul.bottom {
    bottom: 0;
    top: auto !important;
}
#search.fade,
#nav ul.fade {
    height: 100vh;
    width: 100vw;
    transition: opacity 0.5s;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.feutured_prod.best-seller .prod_wrap {
    border: none !important;
}
footer .main-area .bx-right .coll p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 25px;
}
footer .main-area .bx-right .coll p br {
    display: none;
}
.select2_wrap .select2-container--default .select2-selection--single {
    height: 45px;
    line-height: 45px;
}
.select2_wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 100%;
    line-height: inherit;
}
.select2_wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 10px;
    width: 25px;
}
.select2_wrap .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-color);
}
.select2_wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    border-width: 0;
    background: url(../images/dropdown-arrow.png) no-repeat right center;
    width: 25px;
    height: 12px;
    left: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-color);
}
.btn-5 {
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, 0.5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-5:hover {
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #427388;
}
.btn {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    margin: 0 0 2em;
    max-width: 160px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.lang_opt .select2-container--default .select2-selection--single {
    border: none;
}
.lang_opt .select2-results__option {
    line-height: normal;
}
.lang_opt .select2 {
    width: 45px !important;
    text-transform: uppercase;
}
.lang_opt .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    width: 10px;
    height: 6px;
    background: url(../images/lang_drop.png) no-repeat;
    top: 11px;
}
.select2-results__option {
    padding: 2px 7px;
    line-height: normal;
}
.select2-dropdown {
    border: #eaeaea solid 1px;
    border-radius: 3px;
    box-shadow: 0px 4px 6px 0px rgb(0 0 255 / 20%);
}
.select2-results__options {
}
.lang_opt .select2-container--default .select2-results__option[aria-selected="true"] {
    background: none;
}
.price-range-slider {
    width: 100%;
    float: left;
    padding: 10px 5px;
}
.price-range-slider .range-value {
    margin: 0;
}
.price-range-slider .range-value input {
    width: 100%;
    background: none;
    color: #000;
    font-size: 16px;
    font-weight: initial;
    box-shadow: none;
    border: none;
    margin: 0 0 20px 0;
}
.price-range-slider .range-bar {
    border: none;
    background: #b9b9b9;
    height: 3px;
    width: 96%;
    margin-left: 8px;
}
.price-range-slider .range-bar .ui-slider-range {
    background: #06b9c0;
}
.price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #fff;
    border: 2px solid var(--primary-color);
    height: 17px;
    width: 17px;
    top: -7px;
    cursor: pointer;
    outline: none;
}
.price-range-slider .range-bar .ui-slider-handle + span {
    background: var(--primary-color);
}
.bottom_header {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #fff;
    padding: 15px 0px;
    display: none;
    z-index: 1;
    box-shadow: 0 0 5px 1px rgb(95 95 95 / 20%);
}
.bottom_header ul li {
    width: 25%;
    float: left;
    text-align: center;
    cursor: pointer;
}
.bottom_header ul li i {
    display: inline-block;
    width: 22px;
}
.bottom_header ul li a {
    font-size: 12px;
    border-right: 1px solid #e2e2e2;
}
.mobile_banner {
    display: none;
}
.mobile_banner img {
    width: 100%;
}
.menu-left {
    float: left;
}
.menu-mobile {
    display: none;
    padding: 20px;
}
.stick-call {
    position: fixed;
    bottom: 55px;
    right: 20px;
    z-index: 9;
}
.stick-call a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #eda702;
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin-bottom: 5px;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 38%);
    -webkit-box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 38%);
    -moz-box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 38%);
}
.stick-call a.whatsapp {
    background: #2fb844;
    font-size: 20px;
}
.stick-call a .fa-whatsapp {
    margin-top: 10px;
}
.header-top .col-left .colm-1 p {
    display: flex;
    align-items: center;
}
.wish_btn.in-wishlist .fa-heart {
    font-size: 21px;
    color: #f00;
}
.cart_btn .fa-shopping-cart {
    font-size: 21px;
    color: var(--primary-color);
}
.prod_wrap .user_events li {
    cursor: pointer;
}
.short-c {
    font-size: 13px !important;
    padding: 15px 0 0 !important;
}
.del-loc a {
    display: flex;
    align-items: top;
}
.del-loc i {
    margin-right: 5px;
}
.del-loc a {
    font-size: 14px;
    color: #222;
}
.del-loc p {
    line-height: normal;
    font-size: 13px;
}

.flyer-sec {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.flyer-sec .d-flex a {
    color: #000;
}
.flyer-sec .d-flex {
    align-items: center;
}
.flyer-slider {
    margin-left: -15px;
    margin-right: -15px;
}
.heading {
    font-size: 24px;
    color: #040404;
    margin-bottom: 30px;
    font-weight: 400;
    text-align: left;
}

/* CSS for hover effect */
.offer-slide {
    text-align: center;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    padding: 15px;
    margin: 0 15px;
}

.offer-slide:last-child {
    margin-right: 0;
}

.offer-slide img {
    max-width: 100%;
    height: auto;
    max-height: 350px;
    transition: opacity 0.3s ease;
}

.offer-slide h2 {
    font-size: 24px;
    margin-top: 20px;
    transition: opacity 0.3s ease;
    font-size: 14px;
}

.flyer-slider .slide:hover img {
    opacity: 0.7;
}
.offers-sec {
    padding: 70px 0;
    width: 100%;
    float: left;
}

.offer-wrap {
    display: flex;
    grid-gap: 1%;
    flex-wrap: wrap;
}
.offer-wrap .offer-slide {
    width: 20%;
    float: left;
    margin: 0;
    margin-bottom: 1%;
}
.offer-wrap .offer-slide img {
    max-height: 100%;
    width: 100%;
}
.offers-sec h4 {
    font-size: 30px;
    color: #040404;
    margin-bottom: 30px;
    font-weight: 400;
    text-align: center;
}
.clubcardrequest span{color:#000;font-size:14px;}
.login-box img{width:14px;}


@media only screen and (max-width: 1500px) {
    .offers-sec {
        padding: 40px 0;
    }
    .offers-sec h4 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .offer-slide {
        padding: 10px;
    }
    .offer-slide h2 {
        margin-top: 15px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 600px) {
    .offer-slide {
        margin-right: 5px;
        padding: 10px;
    }
    .heading {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .offer-slide img {
        height: 180px;
    }
}

/*pop-up*/
.magnific-img img {
    width: 100%;
    height: auto;
}
.mfp-bottom-bar,
* {
    font-family: "Abel", sans-serif;
}
.magnific-img {
    display: inline-block;
    width: 32.3%;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow,
.mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
    opacity: 1 !important;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #ccc;
}
.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 750px;
    height: 100%;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.offer-wrap .offer-slide a {
    color: #040404;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
