   :root {
  --white-100: hsl(206, 5%, 100%);
  --white-200: hsl(206, 5%, 90%);
  --white-300: hsl(206, 5%, 80%);
  --white-400: hsl(206, 5%, 65%);
  --white-500: hsl(206, 5%, 45%);
  --black-100: hsl(210, 21%, 12%);
  --black-200: hsl(210, 21%, 9%);
  --black-300: hsl(210, 21%, 6%);
  --black-400: hsl(210, 21%, 3%);
  --black-500: hsl(210, 21%, 1%);
  --night-100: hsl(217, 27%, 20%);
  --night-200: hsl(217, 27%, 16%);
  --night-300: hsl(217, 27%, 12%);
  --night-400: hsl(215, 27%, 8%);
  --night-500: hsl(215, 27%, 4%);
  --pink-100: hsl(326, 85%, 90%);
  --pink-200: hsl(327, 87%, 80%);
  --pink-300: hsl(329, 86%, 70%);
  --pink-400: hsl(330, 81%, 60%);
  --pink-500: hsl(333, 71%, 50%);
  --shadow-small: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
     0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
     0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
     0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.axil-product .product-content .product-price-variant span.price.old-price {
    color: #000;
    text-decoration: line-through;
    margin-left: 0;
}
/*html, body {*/
/*    overflow-y: auto !important;*/
/*    height: 100%;*/
/*}*/
/* Confirm বাটনের স্টাইল (সব পপআপে একই) */
.swal2-popup .swal2-confirm {
  background-color: #27ae60 !important; /* সবুজ ব্যাকগ্রাউন্ড */
  color: #ffffff !important;             /* সাদা টেক্সট */
  padding: 12px 25px !important;         /* প্যাডিং */
  font-size: 1rem !important;            /* ফন্ট সাইজ */
  border: none !important;               /* বর্ডার নিষ্ক্রিয় */
  border-radius: 13px !important;        /* বাটন কোণ ফুল-rounded */
  margin: 0 6px !important;              /* বাটনের গ্যাপ */
  cursor: pointer !important;            /* হোভারে পয়েন্টার */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important; /* হালকা শ্যাডো */
  margin-bottom: 15px ! IMPORTANT;
}

/* Cancel বাটনের স্টাইল (সব পপআপে একই) */
.swal2-popup .swal2-cancel {
  background-color: #c0392b !important; /* লাল ব্যাকগ্রাউন্ড */
  color: #ffffff !important;            /* সাদা টেক্সট */
  padding: 12px 25px !important;        /* প্যাডিং */
  font-size: 1rem !important;           /* ফন্ট সাইজ */
  border: none !important;              /* বর্ডার নিষ্ক্রিয় */
  border-radius: 13px !important;       /* বাটন কোণ ফুল-rounded */
  margin: 0 6px !important;             /* বাটনের গ্যাপ */
  cursor: pointer !important;           /* হোভারে পয়েন্টার */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important; /* হালকা শ্যাডো */
}

/* হোভার ইফেক্ট দেয়া */
.swal2-popup .swal2-confirm:hover {
  background-color: #2ecc71 !important; /* হোভার হলে একটু লাইট গ্রিন */
}
.swal2-popup .swal2-cancel:hover {
  background-color: #e74c3c !important; /* হোভার হলে একটু লাইট রেড */
}

/* কোন বাটন ডিফল্টে ফোকাস পেলে হাইলাইটিং */
.swal2-popup .swal2-styled:focus {
  outline: 2px solid rgba(0, 0, 0, 0.15) !important;
  outline-offset: 2px !important;
}

/* SweetAlert পপআপের শ্যাডো একটু হালকা করি */
.swal2-popup {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
}


i.fas.fa-edit {
    font-size: 18px;
    background: red;
    padding: 9px;
    border-radius: 11px;
    font-size: 9px;
    background: #00bfa5 ! IMPORTANT;
    padding: 5px;
    border-radius: 21px;
    /* position: relative; */
    /* right: 0; */
    color: #fff;
}
i.fas.fa-edit:hover {
    background: #049380 ! IMPORTANT;
}
.hide {
    display: none;
}
.label-block.label-right {
	z-index: 1 !important;
}

p#total-display,
p#subtotal-display,
p#delivery-charge-display {
    font-family: 'Baloo Da 2', system-ui, sans-serif !important;
}

label.form-check-label {
    font-family: 'Baloo Da 2', system-ui, sans-serif !important;
    color: #000 !important;
}


/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #ff115e;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #ff115e;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}


.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
   z-index: 2;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
   z-index: 2;
}




/* bottom right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
   
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
   z-index: 3;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
  
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}

.soldout-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 190px;
	position: absolute;
	border: 3px solid #ff115e;
	border-radius: 10px;
	color: #ff115e;
	font-size: 16px;
	transform: rotate(30deg) translateY(15px);
	z-index: 2;
	top: 32%;
	left: 44px;
	/* bottom: 12px; */
}

@media (max-width: 1400px) {
    .soldout-container {

    width: 126px;

    color: #ff115e;
    font-size: 11px;

    top: 28%;
    left: 29px;
    /* bottom: 12px; */
}
span.price.old-price {
    font-size: 10px !IMPORTANT;
    padding: 0 2px !important;
    position: relative;
    left: 0px;
}
.custom-col {
    padding: 0 4px !IMPORTANT;
}
/*.axil-product.product-style-one {*/
/*    box-shadow: none !important;*/
/*}*/
/*.axil-product.product-style-one:hover {*/
/*    box-shadow: none  !IMPORTANT;*/
/*}*/
.product-price-variant.text-start {
    padding: 6px 2px !IMPORTANT;
}
}
@media (max-width: 500px) {
    .main_for_tab {
    margin: 0 12px;
    margin-top: 21px;
}
.cat-block {
    width: 86% !important;

}
li.my-account.my.account_mobile {
    text-align: center;
    padding: 10px 3px;
    border-bottom: 1px solid #e9e9e9;
}
h2, .h2 {
    font-size: 18px;
}
.axil-single-product-area.p.pb--0.main_single_products {
    margin-top: 8px !important;
}
.woocommerce-tabs.wc-tabs-wrapper {
    padding: 12px 0 10px;
}
    
    .small-thumb-wrapper .slick-track {
    margin-left: 0;
    width: 100% !IMPORTANT;
}
.small-thumb-img.slick-slide.slick-active {
    width: 35px !IMPORTANT;
    margin: 0 9px !important;
}
.small-thumb-wrapper {
    margin-top: -4px;
    margin-bottom: 9px;
    height: 38px;
}
    
/*    div#carouselExampleControls {*/
/*    display: none;*/
/*}*/


.soldout-container {
	width: 131px;
	font-size: 12px;
	top: 29%;
	left: 22px;
	transform: rotate(36deg) translateY(10px);
}

figure span img {
    height: 74px !important;
    /* width: 102px !IMPORTANT; */
}
.cat-block figure {

    min-height: 76px !important;
  
}
/*.d-lg-none {*/
/*    display: none;*/
/*}*/.axil-shop-sidebar.open {
    z-index: 3333;
}
.axil-shop-sidebar {


    transition: all .2s ease-in-out;
}
.axil-shop-sidebar {

    border-radius: 0px !important;

    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}
.cat-block {

    min-height: 102px !important;

}
    .price {
    font-size: 13px !important;
}
.header-action {

	width: 32px !important;
}


.box.axil-product.product-style-one .ribbon.ribbon-top-right {
    display: none;
}
span.price.old-price {
    font-size: 8px !IMPORTANT;
}
.price.old-price {

    top: 4px;
    position: relative;
    left: -2px;
}
span.price.old-price.old_price {
    color: #939393;
    background: none !IMPORTANT;
    font-size: 11px !IMPORTANT;
    top: -1px;
}
span.price.old-price {
    font-size: 9px !IMPORTANT;
}
.ribbon span {
	position: absolute;
	display: block;
	width: 220px;
	padding: 5px 0;
	/* background-color: #ff115e; */
	box-shadow: 0 5px 2px rgba(227, 215, 215, 0.2);
	color: #fff;
	font: 700 18px/1 'Lato', sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
}
.ribbon-top-right span {
	left: -13px;
	top: 32px;
	transform: rotate(45deg);
	z-index: 2;
}
.ribbon-top-right::before {
	top: 0;
	left: 35px;
}
.ribbon-top-right::after {
	bottom: 35px;
	right: 0px;
}

.related_er_jonno {
    position: absolute;
    left: 34px !IMPORTANT;
    width: 104px !important;
    top: 59px !IMPORTANT;
    
}
}

.soldout-container > * {
  opacity:0.8;
}
.soldout-container > div:nth-child(2) {
  background-color:#f15c60;  
}
.soldout-container .sold-out {
  font-size:1.5em;
  font-weight:700;
}
.soldout-container .divider {
  height:2px;
  width:98%;
}
.deets {
  opacity:1;
  background-color:rgba(255,255,255,0.5);
}
.soldout-container::after {
    position: absolute;
    content: " ";
    width: 100%;
    height: auto;
    min-height: 100%;
    top: -10px;
    left: -10px;
    padding: 10px;
    background: url(https://raw.github.com/domenicosolazzo/css3/master/img/noise.png) repeat;
}
.almost {
  font-size:13px;
  border:3px solid #337ab7;  
  color:#337ab7;
}
.almost > div:nth-child(2) {
  background-color:#337ab7;    
}
a.popup-zoom:hover {
    background: #3577f0 !important;
}
button#chk_btn:hover {
    background: #4679ff !important;
    box-shadow: none;
}
.form-group input {

    border-radius: 13px !important;


}
    .header_name {
        text-align: center;
        position: relative;
        margin: 20px 0;
        display: inline-block;
    }

    .header_container {
        text-align: center;
        position: relative;
    }

.header_name::before, .header_name::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30%;
    border-top: 1px solid #0163D2;
    transform: translateY(-50%);
    /* border-radius: 45px !important; */
}

    .header_name::before {
        left: -35%; /* Adjusted left offset for better alignment */
    }

    .header_name::after {
        right: -35%; /* Adjusted right offset for better alignment */
    }

.submenu-inner p {
    font-size: 13px;
    color: #ff5858;
    margin-top: 8px;
}

.product-badget::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-image: url('https://i.ibb.co/yp6x15y/circle-1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
  
    -webkit-animation: rotate-bg 15s linear infinite;
    animation: rotate-bg 15s linear infinite;
}


@-webkit-keyframes rotate-bg {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotate-bg {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
span.dicount_text_single {
    color: white;
    z-index: 1;
    position: relative;
    text-align: center;
    /* margin: auto; */
    /* justify-content: center; */
    display: flex;
    /* align-items: center; */
}



.price.old-price {
    font-size: 25px;
    margin-left: 10px;
    font-weight: bold;
    text-decoration: line-through;
    font-size: 13px ! IMPORTANT;
    border-radius: 3px ! IMPORTANT;
    background: none !IMPORTANT;
    padding: 0 9px;
    color: #939393!IMPORTANT;
    top: -1px;
    position: relative;
    left: -9px;
}
span.product-count {
    font-weight: 700;
}
button.axil-btn.design_Button.margin_er_jonno {
    margin-bottom: 17px;
}
        .mobilefor{
    display:none !IMPORTANT;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #7a99d9), color-stop(0.72, #497dbd), color-stop(0.86, #1c3a94));
}
::-webkit-scrollbar-thumb:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #497dbd), color-stop(0.72, #1c3a94), color-stop(0.86, #0a1a57)); /* Adjust gradient for hover */
    background-color: #497dbd; /* Fallback color for older browsers */
}
span.title-highlighter.view.all.highlighter-primary {
    color: rgb(28,97,231);
    background: #e1ebff;
    padding: 6px 11px;
    border-radius: 26px;
}
/*brand*/
.single-poster a img {
  height: 432px;
}
h2.title {
    margin-bottom: 0;
    padding-bottom: 0px;
    line-height: 1;
     font-size:24px;
}

.back-to-top.show {
    bottom: 40px;
    right: 40px;
    opacity: 1;
    color: #000;
    border-radius: 47px;
    transform: scale(1);
}
a#backto-top:hover {
    color: #4352ff;
}

.axil-product.product-style-one {
    box-shadow: rgb(50 50 93 / 1%) 0px 50px 100px -20px, rgb(0 0 0 / 7%) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.axil-product.product-style-one:hover {
    box-shadow: rgb(50 50 93 / 1%) 0px 50px 100px -20px, rgb(0 0 0 / 7%) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset !important;
}
figure span img {
    height: 120px;
    /* width: 102px !IMPORTANT; */
}
input#id {
    display:none;
}
h6.title {
    text-align: center;
}
.axil-shop-sidebar .product-categories ul {
    margin: 0px 0;
}

a.axil-btn, button.axil-btn {
    border-radius: 6px;
    font-size: var(--font-size-b1);
    line-height: var(--line-height-b1);
    font-weight: 700;
    display: inline-block;
    padding: 6px 27px;
    position: relative;
    transition: all .3s ease-in-out;
    z-index: 1;
}
.axil-shop-sidebar {
    background: #fff;
    padding: 10px 33px;
    border-radius: 11px;
    margin-bottom: 17px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}


.category a {
    margin-bottom: 10px;
    padding: 7px 11px !IMPORTANT;
    border-radius: 7px;
    margin: 5px 0 !IMPORTANT;
    cursor: pointer;
}
.title-highlighter.highlighter-primary i {
    background-color: #0163D2;
    
}
span.title-highlighter.view.all.highlighter-primary:hover {
    background: #cfdfff;
}

button#order_btn1 {

    margin-bottom: 15px;
    /* z-index: 0; */
}
button.btn.p-0.button.m-auto.text-light.col-12.margin_er_jonno {
    margin-bottom: 10px !IMPORTANT;
}
a.btn.design_Button.p-2.mb-2.call_button.margin_er_jonno {
    margin-bottom: 10px !IMPORTANT;
}

@media only screen and (max-width: 767px) {
  .single-poster a img {
      width:100%;
      height: auto;
    }
    h2.title {
        margin-bottom: 0;
        line-height: 1;
        margin-top: 30px;
       
    }
    .hotdeal-data .slick-single-layout {
        padding: 0px !important;
    }
}

.axil-categorie-area .section-title-wrapper {
        padding-bottom: 0px;
    }

.axil-breadcrumb-area {
    position: relative;
    background-color: #f8f8f8;
    padding: 7px 0 0px;
    margin-bottom:10px;
}
.section-title-wrapper {
    margin-bottom: 0;
    padding: 0px 0 10px;
}


.accordion-item {
    border: none;
}
.accordion-body {
    padding: 0px 0 0 20px;
}
button.accordion-button {
    font-size: 1.8rem;
}
button.accordion-button.collapsed {
    background: aliceblue;
    margin-bottom: 2px;
}
.accordion-body ul {
    margin-bottom: 0px;
    padding-left: 0px;
}
.accordion-body ul li{
    -border: 0.1rem solid #ebebeb;
    border-top: none;
    list-style: none;
    padding-left: 30px;
  margin-top: 0px;
    margin-bottom: 0px;
}
.accordion-body ul li a {
    color: #666;
    font-weight: 300;
    font-size: 12px;
}
/*Header*/
.header-search-modal.open {
  margin-top: 20px;
}

.header-style-2 .axil-header-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.cart-dropdown .cart-content-wrap {
  z-index: 9999;
}



.header-style-2 .axil-header-top {
  padding: 10px 0;
  background: #2874f0;
}

.header-style-2 .axil-header-top .axil-search input {
  opacity: 1;
  background-color: white;
  border: 1px solid white;
}

.header-action>ul>li>a>i {
  color: #000;
}

.etrade-newsletter-wrapper {
  height: 125px;
  background-size: auto;
  padding: 0;
}

.axil-header-top .header-action>ul {
  justify-content: flex-end;
}

i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before {
  font-size: 25px;
}

@media only screen and (max-width: 767px) {
  .home-menu .img-fluid {
    display: none;
  }

  .home-menu .mainmenu>li {
    align-items: self-start !important;
  }

  .etrade-newsletter-wrapper {
    height: 150px;
  }
}
  
@media only screen and (max-width: 767px) {
  .etrade-newsletter-wrapper {
    height: 70px !important;
  }
  .mobile-slide {
    padding-bottom: 27px !important;
}
}
  
  
.main-slider-style-2 .slider-box-wrap {
  padding: 0
}

.slider .slick-slide img {
  width: 100%;
  height: 350px;
  border-radius: 6px;
}

.axil-slick-dots .slick-dots li {
  background: #3f51b5;
}

.axil-product .cart-action {
  margin: 0;
}

.axil-product .cart-action li.select-option button {
    position: relative;
    height: 41px;
    line-height: 97px;
    padding: 0 18px;
    display: block;
    border-radius: 0px;
    font-weight: 700;
    font-size: 14px;
    color: var(--color-white);
    background-color: #fe045b;
    transition: .3s;
    box-shadow: 0 16px 32px 0 rgb(0 0 0 / 6%);
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px ! IMPORTANT;
    z-index: 1;
}


img.d-block.w-100 {
  border-radius: 7px;
  height: 450px;
}

i.far.fa-heart {
  color: black;
}

.carousel-control-next, .carousel-control-prev {
    top: 41%;
    width: 3%;
    height: 12%;
    background: #000;
    border-radius: 42px;
    font-size: 33px;
    /* left: 7px; */
    color: #fff !IMPORTANT;
    margin: 0 13px !important;
}
a.carousel-control-prev span i {
    color: #fff;
}
a.carousel-control-next span i {
    color: #fff;
}

header.mobile.header.axil-header.header-style-5 {
  display: none;
}

header.desktop.header.axil-header.header-style-5 {
  display: block;
  background: white;
}


@media only screen and (max-width: 767px) {
  header.mobile.header.axil-header.header-style-5 {
    display: block;
    background: #C2050B;
  }

  header.desktop.header.axil-header.header-style-5 {
    display: none;
  }

  .header-style-5 .axil-mainmenu {
    background: #C2050B;
  }
}
.header-action>ul {
  justify-content: flex-end;
}

.axil-search {
  flex: 1;
  position: relative;
}


button.icon.wooc-btn-search {
    width: auto;
    position: absolute;
    /* top: 10px; */
    /* left: 15px; */
    right: 0px;
    /* background-color: rgba(0, 0, 0, 0); */
    font-size: 14px;
    color: var(--color-heading);
    z-index: 1;
    background: #0163D2 ;
    /* padding: 6px 10px; */
    width: 40px;
    color: #fff;
    height: 100%;
    font-weight: 900;
        border-radius: 0px 12px 12px 0px;
}

input#search2 {
    opacity: 1;
    background-color: #f0f5ff;
    border-radius: 12px;
    font-size: 14px;
    padding-left: 18px;
    font-weight: 500;
    width: 100%;
    border: 2px solid #f0f5ff;
}
.header-action .my-account {
  position: relative;
  margin-left: 20px;
  border: 1px solid #fff;
  padding: 0 10px;
  border-radius: 10px;
}

.header-action>ul>li>a {
  font-size: 16px;
  color: #000;
}
.desktopnav {
  background: white;
  margin-top: 20px;
}

.desktopnav .mainmenu>li {
  margin: -15px 10px;
}

.desktopnav .mainmenu {
  justify-content: flex-start;
  margin-left: -30px;
}

@media only screen and (max-width: 767px) {
  .desktopnav {
    display: none;
  }
}
.mobilenumber {
  display: flex;
  margin-top: 10px;
  padding-right: 5px;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {

  i[class^="flaticon-"]:before,
  i[class*=" flaticon-"]:before {
    color: white;
    font-size: 24px;
  }
  .axil-category .row>[class*=col] {
    padding-left: 5px;
    padding-right: 5px;
}
  .axil-contact-page {
    padding: 15px;
}

  .header-style-5 .mainmenu {
    margin-top: 5px;
  }

.mobilesearch.col-12 {
    padding: 11px 10px 10px 10px;
    background: #f0f5ff;
}
  .header-brand {
    margin-left: -20px;
  }
}
.categrie-product-activation button.slide-arrow.prev-arrow.slick-arrow {
  display: none !important;
}

.categrie-product-activation button.slide-arrow.next-arrow.slick-arrow {
  display: none !important;
}

.axil-section-gapcommon {
  -padding: 0;
  margin-top: -20px;
}

.axil-categorie-area.bg-color-white.axil-section-gapcommon {
  display: none;
  margin-top: 0px;
}

.categrie-product .cat-title {
  font-size: 14px;
}


.mainmenu>.menu-item-has-children>a::after {
  color: #1a1b1b;
}

.home-menu .mainmenu>li>a {
  line-height: 35px;
  height: 35px;
  font-weight: bold;
  font-size: 14px;
}

.home-menu .mainmenu>li {
  margin: 0 10px;
}

.mainmenu>.menu-item-has-children .axil-submenu li a {
  font-size: 14px;
}

.home-menu .mainmenu>li>a:hover {
  color: var(--color-secondary);
}

.mainmenu>.menu-item-has-children .axil-submenu li a:hover {
  color: var(--color-secondary);
}

.mainmenu>li>a::before {
  display: none;
}
/*.mainmenu>li>a {*/

/*    font-family: "Quicksand", sans-serif !important;*/

/*}*/
.home-menu .mainmenu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -justify-content: space-between;
  margin-top: 50px;
  justify-content: none;
  margin-left: 15px;
  padding-bottom: 10px;
}

.home-menu .mainmenu>li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-menu .img-fluid {
  width: 84px;
  height: auto;
}

.home-menu {
  margin-top: -35px;
}

.categrie-product a {
  -padding: 12px;
}
.axil-section-gap {
    padding: 5px 0;
}
.owl-stage-outer {
    border-radius: 16px !IMPORTANT;
}
.carousel-inner {
    border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .desktop.home-menu {
    display: none;
  }
}

/* view all*/
a.viewall-right {
    /* display: none; */
    font-size: 14px;
    font-weight: var(--s-bold);
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: -30px;
    padding-top: 15px;
    justify-content: flex-end;
    display: inline-block;
    position: relative;
    right: 0;
}
.see_all {
    text-align: right;
}
/*
  .axil-poster.axil-section-gap .row>[class*=col] {
    padding-left: 15px;
    padding-right: 15px;
}

.row>[class*=col] {
    padding-left: 15px;
    padding-right: 15px;
}*/
@media only screen and (max-width: 767px) {
    a.viewall-right {
        display: flex;
        justify-content: flex-end;
    
        padding-top: 30px;
    }
    a.axil-btn.btn-bg-lighter.btn-load-more {
        display: none;
    }
    .slick-initialized .slick-slide .row>[class*=col] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .slick-slider .row>[class*=col] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .axil-poster.axil-section-gap .row>[class*=col] {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: -5px;
    }
    .axil-poster.axil-section-gap {
        padding-top: 35px !important;
        margin-bottom: -30px;
    }
    .footer-style-2 .footer-top {
        padding: 0px 15px;
    }
    .mobile-gap-trending {
        padding-top: 10px;
    }
    .mobile-gap-recommended {
        padding-top: 10px;
    }
}
.pro-qty input {
    margin: 0  3px;
}
a.btn.btn-danger.remove_item {
    /* margin: 0; */
    /* padding: 0; */
    height: 34px;
    margin-top: 7px;
    /* line-height: 18px; */
    border-radius: 13px;
    background: #f76060;
    border: none;
    width: 35px;
}
td.product-price {
    color: #000 !IMPORTANT;
    font-weight: bold;
    width: 80px;
}
td.product-total {
    font-weight: bold;
     width: 80px;
}
.header-action>ul>li>a::after {
					display:none;
				}

.header-action .my-account:hover {
    background: #fa4679;
}
.mainmenu>li>a:hover {
    color:#fa4679;
}
/*BRAND*/
.cat-blocks-container {
    padding-top: 0.5rem;
}
.cat-blocks-container [class*="col-"] {
    display: flex;
    align-items: stretch;
    justify-content: center;
}
  
  .category a{
    /*border: 1px solid #d1cdcd;*/
    margin-bottom: 25px;
    padding: 10px;
}
.cat-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 0.4rem;
    transition: box-shadow .35s ease;
    min-height: 160px;
    border: 1px solid #d1cdcd;
}
.cat-block figure {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 124px;
    margin: 0;
}
.cat-block figure span {
    position: relative;
}
.cat-block img {
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.35s ease;
}

.axil-product .product-content .product-price-variant span.price {
    font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .mobile.axil-categorie-area.bg-color-white.axil-section-gapcommon {
    margin-top: -50px;
    margin-bottom: -45px;
    background: transparent;
  }
  .axil-product .cart-action li.select-option button {
      -padding: 0 8px;
  }

  .mobile .slick-single-layout.slick-slide.slick-current.slick-active {
    width: 70px !important;
  }

  .mobile .slick-single-layout.slick-slide {
    margin-right: -50px;
    margin-top: -25px;
    margin-bottom: -15px;
    margin-left: 5px;
  }

  .mobile .categrie-product {
    box-shadow: none;
    min-width: 92px;
  }

  .categrie-product a {
    padding: 5px;
    margin-top: 0;
  }

  .categrie-product img {
    width: 80%;
  }
  .brand .categrie-product img {
    width: 100%;
  }
  .dropdown.categrie-product.sal-animate {
        background: transparent !important;
    }

  .categrie-product:before {
    background-color: transparent;
    border: 1px solid transparent;
  }

  .categrie-product .cat-title {
    font-size: 10px;
  }
  .axil-product .product-content .title {
   
   
    text-align:left;
    }
}
@media only screen and (max-width: 820px) {
    .cart-count {
        padding: 10px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
  
    main.main-wrapper {
        -margin-top: 6%;
    }
    .header-action>ul>li>a {
        font-size: 13px;
        font-weight: 400;
        padding: 0;
        color: white;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 6%;
    }
    .header-action .shopping-cart .cart-dropdown-btn .cart-count {
        line-height: 1px;
    }
    .section-title-wrapper {
        margin-bottom: 0;
        padding: 5px 0 5px;
    }
    .carousel-control-next, .carousel-control-prev {
        opacity: .8;
    }
}
.slick-list.draggable .slick-track {
    display: flex;
    justify-content: flex-start;
    width: 100% !important;
}
.brand .slick-list.draggable {
    margin: 15px 0;
}


.slick-layout-wrapper--15 .slick-single-layout, .slick-layout-wrapper--15 .slick-slide {
    padding: 0px;
}
.brand .slick-layout-wrapper--15 .slick-single-layout, .slick-layout-wrapper--15 .slick-slide {
    padding: 15px;
}

.slick-initialized .slick-slide {
    outline: none;
    margin-bottom: 0px;
    margin-top: 0px;
   
}
.categrie-product {
    border: 1px solid #eee;
    margin: 10px;
    position: unset;
}
.categrie-product:hover {
    border: 1px solid #eee;
    background:#eee;
    margin: 1px;
    position: unset;
}
.categrie-product img {
    margin: 0 auto;
}
.brand .categrie-product a {
    padding: 0px;
}
.brand.axil-categorie-area .slick-track {
    -transform: translate3d(0px, 0px, 0px) !important;
}
.categrie-product:before {
    border: 1px solid transparent !important;
}
.mobile-slide {
    display: none;
}
.category-mobileview {
     display: none;
}
@media only screen and (max-width: 767px) {
  .brand .slick-single-layout.slick-slide {
    width: 100% !important;
   border: 1px solid #eee;
    
    margin: 5px;
  }
  .header-main-nav .mainmenu-nav .mainmenu {
  	padding: 10px;
  }
  .mobile-nav-brand {
      margin-bottom: 0px;
      padding: 10px;
      background: #C2050B;
  }
  .header-main-nav.open .mainmenu-nav {
    right: none;
    left: 0;
  }
  .header-main-nav .mainmenu-nav {
    right: none;
    left: -250px;
    padding: 0px;
  }
  .brand .categrie-product.sal-animate {
    border: 1px solid white;
}
  .brand h2.title {
    margin-top: 25px;
  }
  .brand .categrie-product {
    margin: 0;
    width: 100%;
    min-width: 78px;
  }
  .desktop-slide {
    display: none;
}
  .mobile-slide {
    display: block;
}
.category-mobileview {
     display: block;
}
.mobile-hide {
    display: none;
}
  
}
.axil-product>.thumbnail>a {
    background-color: white;
}
  .axil-product .product-content .title a {
    color: black;
}
  .bg-vista-white {
    background-color: #ededef;
}
  .single-product-thumb h2.product-title {
    font-size: 30px;
}
 
  
  
  
  
 /*rating*/
   .wrapper {
      margin: 0 auto;
      max-width: 960px;
      width: 100%;
    }

    .master {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    padding-top: 10px;
}

                                   
.rating-component {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    margin-bottom: 10px;
}

.rating-component .status-msg {
  margin-bottom: 10px;
  text-align: center;
}

.rating-component .status-msg strong {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

.rating-component .stars-box {
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 15px;
}

.rating-component .stars-box .star {
  color: #ccc;
  cursor: pointer;
}

.rating-component .stars-box .star.hover {
  color: #ff5a49;
}

.rating-component .stars-box .star.selected {
    color: #ffd029;
}
.feedback-tags {
  min-height: 119px;
}

.feedback-tags .tags-container {
  display: none;
}

.feedback-tags .tags-container .question-tag {
  text-align: center;
  margin-bottom: 40px;
}

.feedback-tags .tags-box {
  display: -webkit-box;
  display: -ms-flexbox;
  text-align: center;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feedback-tags .tags-container .make-compliment {
  padding-bottom: 20px;
}

.feedback-tags .tags-container .make-compliment .compliment-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feedback-tags
  .tags-container
  .make-compliment
  .compliment-container
  .fa-smile-wink {
  color: #ff5a49;
  cursor: pointer;
  font-size: 40px;
  margin-top: 15px;
  -webkit-animation-name: compliment;
  animation-name: compliment;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.feedback-tags
  .tags-container
  .make-compliment
  .compliment-container
  .list-of-compliment {
  display: none;
  margin-top: 15px;
}

.feedback-tags .tag {
  border: 1px solid #ff5a49;
  border-radius: 5px;
  color: #ff5a49;
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px;
}

.feedback-tags .tag.choosed {
  background-color: #ff5a49;
  color: #fff;
}

.list-of-compliment ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-of-compliment ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  margin-left: 20px;
  min-width: 90px;
}

.list-of-compliment ul li:first-child {
  margin-left: 0;
}

.list-of-compliment ul li .icon-compliment {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ff5a49;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 70px;
}

.list-of-compliment ul li .icon-compliment i {
  color: #ff5a49;
  font-size: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-of-compliment ul li.actived .icon-compliment {
  background-color: #ff5a49;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.list-of-compliment ul li.actived .icon-compliment i {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.button-box .done {
  background-color: #ff5a49;
  border: 1px solid #ff5a49;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: none;
  min-width: 100px;
  padding: 10px;
}
  input#submit {
    cursor: pointer;
}

.button-box .done:disabled,
.button-box .done[disabled] {
  border: 1px solid #ff9b95;
  background-color: #ff9b95;
  color: #fff;
  cursor: initial;
}

.submited-box {
  display: none;
  padding: 20px;
}

.submited-box .loader,
.submited-box .success-message {
  display: none;
}

.submited-box .loader {
  border: 5px solid transparent;
  border-top: 5px solid #4dc7b7;
  border-bottom: 5px solid #ff5a49;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

@-webkit-keyframes compliment {
  1% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  75% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes compliment {
  1% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }

  75% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



.mobile-nav-brand img {
                                    float: left;
                                                                  padding-right: 5px;
                                }
                                                                .header-main-nav a.logo {
                                    width: 100%;
                                    padding-left: 20px;
                                }
                                                                .mobile-nav-brand>ul {
                                    display: flex;
                                    align-items: center;
                                                           
                                    margin: 0 0 -5px;
                                    padding: 0;
                                }
                                .header-main-nav .mainmenu-nav .mainmenu>li>a {
                                color: #000;
                                }
                                .mobile-nav-brand .mainmenu>li>a svg {
                                    margin-right: 15px;
                                }
                                .mobile-nav-brand>ul>li>a {
                                    font-size: 12px;
                                    font-weight: 300;
                                    color: white;
                                    position: relative;
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    z-index: 1;
                                }
                                                              .mobile-nav-brand .my-account {
                                    position: relative;
                                }
                                                                
                                                                .mobile-nav-brand i.flaticon-shopping-cart {
                                    display: flex;
                                }
                                .mobile-nav-brand i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
                                    font-size: 20px;
                                }                                .mobile-nav-brand .shopping-cart .cart-dropdown-btn .cart-count {
                                    text-align: center;
                                    background-color: #1887f2;
                                    border: 1px solid white;
                                    font-size: 10px;
                                    font-weight: 400;
                                    color: white;
                                    border-radius: 50%;
                                    height: 0px;
                                    width: 12px;
                                    line-height: 1px;
                                    position: absolute;
                                    top: -12px;
                                    right: -12px;
                                }
                                                                .mobile-nav-brand .cart-count {
                                    padding: 10px 0;
                                    display: flex;
                                    align-items: center;
                                }
                                .more-dp{
                                    position: relative;
                                }
                                .more-dp{
                                    padding: 5px;
                                    cursor: pointer;
                                }
                                
                                .more-dp .mainmenu{
                                    position: absolute;
                                    width: 250px;
                                    background-color: white;
                                    box-shadow: 0 0 7px gray;
                                    border-radius: 5px;
                                    justify-content: start;
                                    z-index: 9999;
                                    display: none;
                                    margin-top: -10px;
                                    padding-top: 20px;
                                    transition: 0.3s;
                                    clip-path: polygon(26% 0, 30% 3%, 100% 3%, 100% 100%, 0 100%, 0 3%, 22% 3%);
                                }
                                .more-dp .mainmenu li{
                                    display: block;
                                    padding: 10px;
                                    text-align: start;
                                }
                                .more-dp .mainmenu li a{
                                    text-align: start;
                                    line-height: 10px;
                                    height: 20px;
                                }
                                .more-dp:hover .mainmenu{
                                    display: block;
                                }
                                .axil-mainmenu.axil-sticky .mainmenu>li>a{
                                    line-height: 10px;
                                    height: 20px;
                                }
                                .menu-item-has-children .axil-submenu{
                                    right: 0;
                                    left: 0 !important;
                                    min-width: 100% !important;
                                    padding: 0 !important;
                                }
                                .desktopnav{
                                    margin-top: 10px;
                                }
                                .more-btn:focus{
                                    border: none;
                                    outline: none;
                                }

.fixed-cart-bottom:hover{
  background: rgb(196, 196, 196);
}

.product-add-to-cart{
    width: 100%;
}
.button{
                      height: 40px;
                      width: 100%;
                      text-align: center;
                      overflow: hidden;
                   /*   background-color: #ff7400 !important; */
                      cursor: pointer;
                    }
                   .button p{
                    
                      width: 100%;
                      text-align: center;
                      padding-top: 8px;
                      font-size: 12px;
                      transition: 0.5s;
                      color: white;
                    }
                    .button span{
                      height: 40px;
                      width: 100%;
                      text-align: center;
                      padding-top: 10px;
                      font-size: 15px;
                      transition: 0.5s;
                      color: white;
                      padding: 20px;
                    }
                    
                    .button:hover span{
                      height: 40px;
                      text-align: center;
                      padding-top: 10px;
                      font-size: 15px;
                      margin-top: -40px;
                      transition: 0.5s;
                    }
                   .button:hover p{
                      height: 40px;
                      text-align: center;
                      padding-top: 10px;
                      font-size: 13px;
                      margin-top: -68px;
                      transition: 0.5s;
                    }
                 
                 
                 
                 .burger-line {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  opacity: 1;
  border-radius: 1rem;
  background: var(--black-400);
}
.darkmode .burger-line {
  background: var(--white-100);
}
.burger-line:nth-child(1) {
  top: 0px;
}
.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}
.burger-line:nth-child(3) {
  top: 1rem;
}
        .search-container {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .search-container input[type="number"] {
            padding: 10px;
            font-size: 16px;
            margin-right: 10px;
        }

#searchResults {
    /* max-width: 90% !important; */
    margin-top: 34px;
    width: 320%;
    z-index: 435345435345345 !IMPORTANT;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.hero-main-shape svg {
    width: auto;
    height: 539px;
}

.megamenu {
    left: 50%;
    width: 100%;
    height: auto;
    top: 55px;
    margin: 0 auto;
    transform: translateX(-50%);
}
.header_top {

    width: 100%;
    /* opacity: 0; */
    backdrop-filter: blur(16px);
    height: auto;
   
    margin: 0 auto;
    background-color: #ffffff40;

}
.boxed-container {
    max-width: 90%;
    margin: 0 auto;
    box-shadow: 0 24px 48px rgba(17,16,62,0.12);
    /* margin-top: 23px; */
    margin-top: 65px;
}
input#orderNumber {
    border-radius: 10px !important;
    color: #FF5575 !important;
}
        .container_custom {
    display: flex;
    justify-content: center;
}
div#header {
    background: #E2ECFC;
    border-bottom: 1px dashed #f1f1f1;
    position: relative;
    z-index: 3;
}
.desktop-slide.slider.axil-main-slider-area.main-slider-style-2 {
    margin-top: 19px;
}
a.btn.btn-light.btn-lg.rounded-0.col-12 {
    font-size: 12px;
    padding: 10px 0;
    border-radius: 5px !IMPORTANT;
    color: #fff;
    background: #0163D2;
}
img.product_img {
    border-bottom: 1px solid #ededed;
}
.axil-product.product-style-one {
    border: none !IMPORTANT;
}


.card_background{
    background: #3BB77E !important;
}

body, h1, h2, h3, h4, h5, h6, span, a, p, .font-heading, .display-1, .display-2, .heading-sm-1 {
    font-family: "Quicksand", sans-serif !important;
    color:#253D4E;
}

.axil-mainmenu {
    background: #ffffffe0 !IMPORTANT;
  
}    

a.btn.design_Button.p-2.mb-2.call_button {
    border-radius: 9px;
    font-size: 13px;
    /* width: 100%; */
    /* padding: 0 !IMPORTANT; */
    margin: 0 !IMPORTANT;
}
button#order_btn1 {
    font-size: 14px;
}            
    .design_Button {
    padding: 10px 0 !IMPORTANT;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

}        
     
     .design_Button:hover {
    box-shadow: none;
}

     button#order_btn1 {
    /* display: inline-table; */
    width: 100% !IMPORTANT;
}       
            
              .stripe-button-el {
	display: none;

}    
input[type='text'], input[type='number'], #selectCourier {
    border: 1px solid #c9c9c9;
}

.card_checkout {
    background: #fff;
    padding: 28px 41px;
    border-radius: 17px;
       box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.card_money {
    background: #E1E4E7;
  
}
.col-md-6.orderDetails {
    background: #f3f5ff;
    border-radius: 13px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.table-responsive.bg-white {
    background: #f3f5ff !IMPORTANT;
    font-size: 14px;
    /* color: #000 !important; */
    /* font-weight: bolder !IMPORTANT; */
}
aside.card.mb-4 {
    border: none;
}

p.checkout_top_text {
    text-align: center;
    /* margin-bottom: 34px; */
    padding-bottom: 15px;
    font-size: 11px;
    /* margin-bottom: 17px; */
    padding-bottom: 32px;
    color: #34ce7d;
    font-weight: 600;
}    
button#chk_btn {
    font-size: 15px !important;
    background: #233a95 !important;
    color: white !important;
    border: none !IMPORTANT;
    padding: 11px 0;
    box-shadow: rgb(50 50 93 / 1%) 0px 50px 100px -20px, rgb(0 0 0 / 7%) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 12px;
}        
input[type='text'], input[type='number'], #selectCourier {
    border: 1px solid #c9c9c9;
}
            
     .card_money {
    background: #ffffff;
    /* box-shadow: 2px 19px 38px -44px black; */
    margin-top: 21px;
    border-radius: 12px;
    /* max-width: 100%; */
}  
       .form-group.col-sm-12 label {
    color: #000;
}
  span.trading {
    color: #E22C23;
}     
       


input.form-control {
    /* color: #000 !IMPORTANT; */
    font-family: sans-serif;
}

li.menu-item a {
    font-family: inherit;
}

body.sticky-header.swal2-shown.swal2-height-auto {
    padding: 0 !IMPORTANT;
}
.axil-mainmenu.axil-sticky {
    backdrop-filter: blur(27px);
}

       button.carousel-control-prev {
    width: 50px;
    background: #adadad;
    height: 50px;
    border-radius: 50%;
    /* color: #fff !IMPORTANT; */
}
button.carousel-control-next{
    
        width: 50px;
    background: #adadad;
    height: 50px;
    border-radius: 50%;
}
ul.submenu-list li {
    background: white;
    margin: 3px 0px;
    /* padding: 0px 12px; */
    font-size: 12px;
    /* border: 1px solid; */
    cursor: pointer;
}
ul.submenu-list li:hover {
    background: #f1f4ff;
    /* margin-left: 10px; */
    border-radius: 6px;
    letter-spacing: 0.3px;
}
ul.mainmenu.slick-mainmenu li {
    background: #ffffff;
    padding: 9px 4px;
    margin: 0px 6px;
    margin-top: 13px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 12px;
    width: 278px !IMPORTANT;
    text-align: center;
    color: #fff !IMPORTANT;
    border: 1px solid transparent;
}
     ul.mainmenu.slick-mainmenu li:hover {
    border: 1px solid #7a9dff;
}  
       
.header-brand2 a img {
    width: 160px;
    height: 40px;
}
       
       .product-search-input::placeholder {
    font-size: 11px; /* Adjust the font size as needed */
    color: #999; /* Optional: change placeholder text color */
}
       input.form-control.checkout_form::placeholder {
    font-size: 11px; /* Adjust the font size as needed */
    color: #999; /* Optional: change placeholder text color */
}
       
.cart-dropdown .cart-content-wrap {
    background-color: #E2ECFC;
    padding: 17px 24px;
    width: 478px;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
}
li.cart-item {
    background: #fff;
    padding: 20px 15px;
    /* margin: 15px; */
    border-radius: 11px;
}
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
       
            
            
            
            
            
            
            
                    
                    
                    
                    
                    
                    
                    
                    

@media (max-width: 575px){
    
    
/*    .shop-submenu {*/
/*    margin-top: -20px;*/
/*}*/
button.product-filter-mobile.filter-toggle {
    background: #fff;
    border: none !IMPORTANT;
}
.axil-shop-sidebar .filter-close-btn {
    position: absolute;
    top: 10px;
    left: 83%;
    /* right: 13px !important; */
    height: 30px;
    width: 30px;
    background-color: #ff6464;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 34px;
}
button.carousel-control-next ,
button.carousel-control-prev{
    width: 35px !IMPORTANT;
    background: #adadad;
    height: 35px;
    border-radius: 50%;
    font-size: 13px;
}
.carousel-control-next-icon ,
.carousel-control-prev-icon{

    width: 18px;
}
.input-form.px-3 .form-group label {
    position: absolute;
    top: -15px;
    left: 7px;
    pointer-events: none;
    z-index: 4;
    background: #fff;
    padding: 0px 7px;
    border-radius: 16px;
}
.toggle-list.product-categories.active h6.title {
    /* margin-top: 0px; */
    border-bottom: 1px solid #f2f2f2;
    padding: 8px;
    margin: 0 8px;
}


    main.main-wrapper {
    padding: 0 !important;
}
a.cart-dropdown-btn3 {
    display: none;
}
span.title-highlighter.view.all.highlighter-primary {

    padding: 5px 9px;

}
a.viewall-right {
    margin-top: 0px;
    margin-bottom: -40px;
}
.axil-product>.thumbnail {

    padding: 0 !IMPORTANT;
}
.axil-product > .thumbnail .label-block .product-badget {
  
    font-size: 8px;

    width: 34px;

    height: 34px;

}
.title-highlighter i {
    height: 20px;
    width: 20px;
    line-height: 21px;
  
}
.title-highlighter {
    font-size: 10px;

}
    .fixed-cart-bottom{
        bottom: 5.5rem;
        right: 8px;
        height: 50px;
        width: 50px;
    }
  .home-menu .img-fluid{
    width: 85px;
    height: auto;
  }
  .carousel-items{
    min-width: 60px;
  }
  
  
  h2.Categories {
    text-align: center;
    margin-top: 16px;
    padding-top: 20px;
    font-size: 15px;
}

  h4.offer_section {
    font-size: 14px;
    padding-top: 21px;
}
p.catagory_usertext {

    font-size: 11px !IMPORTANT;
}
  
button.explore-button {
    margin-top: 66px !IMPORTANT;
}
a.viewall-right {
    margin-top: 0px;
    margin-bottom: -24px;
}
  .explore-section h2 {
    font-size: 18px !important;
    color: #323232;
}
  .explore-button {
    padding: 12px 15px !important;
    font-size: 11px !important;
    max-width: 97px !important;
}
  
.owl-item.active {
    width: 381px !IMPORTANT;
}
  .owl-stage-outer {
    max-height: 193px !important;
}
  
  
  .swiper-wrapper {

    height: 150px !important;

}
.brand .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    margin-top: -128px;
    border-radius: 42px;
}
  .next, .prev {
    width: 40px !important;
    height: 40px !important;
    font-size: 13px !important;

}
  .explore-button {

    margin-top: -9px !important;
}
  
  
  .col-lg-2.col-md-3.col-6.mb--30 {
    /* margin: 0; */
    padding: 3px 5px !IMPORTANT;
}
  .product-price-variant.text-start {
    padding: 4px 2px !IMPORTANT;
}
span.price.old-price {
    font-size: 8px !IMPORTANT;

}
.news-heading {
    font-size: 15px !IMPORTANT;
    margin-bottom: 10px;
    margin-top: 17px;
}
  .news p {
    font-size: 8px !IMPORTANT;
  
    margin-top: 6px !IMPORTANT;
   
}


section#News-letter {

    padding: 1px 0 !IMPORTANT;
    margin: 0px 7px !IMPORTANT;

}

input[type="email"] {
   
    width: 96% !IMPORTANT;
    padding: 8px 10px !IMPORTANT;
    margin: 6px 0 !IMPORTANT;
    
    height: 52px !IMPORTANT;
    margin-top: 14px !IMPORTANT;
  
}
.bt {
    margin-left: -123px !IMPORTANT;
    font-size: 12px !IMPORTANT;

    font-weight: 600 !IMPORTANT;
    padding: 15px 23px !IMPORTANT;


}
h2.Categories {
    
    margin-top: 16px !IMPORTANT;
}
.category-mobileview.axil-categorie-area.bg-color-white {
    /* padding: 10px; */
    margin: 0px 10px;
    border-radius: 12px;
    /* box-shadow: rgb(50 50 93 / 1%) 0px 50px 100px -20px, rgb(0 0 0 / 7%) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
}
  
  

  
input#search2 {
    opacity: 1;
    background-color: #fff;
    border-radius: 12px;
    font-size: 12px;
    padding-left: 16px;
    font-weight: 500;
    width: 100%;
    border: none;
    height: 37px;
    border: 1px solid #0000001a;
}
h2.Categories {
    text-align: center;
    margin-top: 62px;
    display: none;
}
p.catagory_usertext.sub_cata_name {
    display: none;
}
.carousel-wrap.img_head_main_1 {
    margin-bottom: 20px !important;
}
.category-mobileview.axil-categorie-area.bg-color-white {
    margin-top: 12px;
}

div#carouselExampleControls {
    /* border-radius: 23px !IMPORTANT; */
            margin-top: 10px;
    padding: 0 11px;
}

a.axil-btn, button.axil-btn {
    margin-bottom: 12px;
    padding: 9px 0 !IMPORTANT;
    margin-top: -14px;
}
.mobile_show {
    padding-top: 0px !important;
}
.header-action>ul>li>a {

    margin-right: 11px;
}
a.viewall-right {

    padding-top: 0px;
}
.axil-product .product-content .product-price-variant {
    margin: -14px 0;
    transition: var(--transition);
    transition-delay: .1s;
    margin-bottom: -4px;
}
.axil-product .product-content {
    margin-bottom: 0px;
    margin-top: -22px !important;
}
h2.title {
    margin-bottom: 0;
    line-height: 1;
    margin-top: 6px;
    /* text-align: left !IMPORTANT; */
    font-size: 14px;
}
li.channel-item {
    background: white;
    margin: 11px 10px;
    padding: 5px 4px;
    border-radius: 8px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.channel-icon .img-wrap img {
    width: 34px !IMPORTANT;
    height: 34px !IMPORTANT;
    border-radius: 16%;
    /* margin-top: 7px; */
    border: 1px solid gray;
    /* position: relative; */
}
.mobile-nav-brand {
    margin-bottom: 0px;
    padding: 6px;
    background: #dae2ff;
    /* color: #fff !IMPORTANT; */
}



.header-main-nav.open .mainmenu-nav .mainmenu li {
    transform: translateY(0);
    opacity: 1;
    /*border-radius: 5px;*/
    /*border: 1px solid #d5d5d5;*/
}
li.sub-category-item {
    font-size: 13px;
    padding: 3px 0;
    /* color: red !IMPORTANT; */
}
li.sub-category-item a {
    color: #6e6d70;
}
ul.sub-category-list {
    margin-left: 18px;
}
.mobile-nav-brand>ul>li>a {
    font-size: 12px;
    font-weight: 300;
    color: black;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-weight: bolder;
}
.header-action .my-account {
    position: relative;
    margin-left: 20px;
    border: 1px solid #2024bd;
    padding: 0 10px;
    border-radius: 5px;
    background: white;

}
.header-action>ul>li>a {
    font-size: 13px;
    font-weight: 400;
    padding: 0;
    color: black;
}
.explore-section {
    background-color: #ffffff !IMPORTANT;
}
button.icon.wooc-btn-search {
    width: auto;
    position: relative;
    /* top: 10px; */
    /* left: 15px; */
    right: 0px;
    /* background-color: rgba(0, 0, 0, 0); */
    font-size: 14px;
    color: var(--color-heading);
    z-index: 1;
    background: #0163D2;
    /* padding: 6px 10px; */
    width: 40px;
    height: 35px !IMPORTANT;
    color: #fff;
    height: 100%;
    font-weight: 900;
    /* border-radius: 0px 8px 8px 0px; */
    margin: 0 4px;
    border-radius: 4px;
    margin-left: 6px;
}
.carousel-control-next, .carousel-control-prev {
    top: 36%;
    width: 8% !important;
    height: 25%;
    background: #000;
    border-radius: 42px;
    font-size: 33px;
    /* left: 7px; */
    line-height: 32px;
    font-size: 18px;
    color: #fff !IMPORTANT;
    margin: 0 13px !important;
}
.carousel-inner {
    border-radius: 10px;
    box-shadow: none;
}
.single_peoduct {
    min-height: 354px !important;
}
.col-lg-7.main_single_left {
    width: 93%;
    margin: 0px 14px;
}

.header-brand {
    /* text-align: center; */
    /* margin: auto; */
    display: flex ;
    justify-content: center ;
}

.header-action {
    margin-top: 0px;
}
a.search_icon {
    background: #e1ebff;
    padding: 3px 8px;
    border-radius: 22px;
    width: 20px;
    height: 20px;
}




.sizes {
    display: flex;
    justify-content: center;
}

.product-variation.product-size-variation h5 {
    text-align: center;
    font-size: 13px;
}


}

.sizes .size:hover {
    box-shadow: none;
}
.product-variation.product-size-variation h5 {
    font-size: 15px;
    margin-left: 5px;
    margin-bottom: 8px !IMPORTANT;
}

.axil-product>.thumbnail>a .product_img{
        transition:.3s;
    }
    .axil-product:hover>.thumbnail>a .product_img{
        transform: scale(1.5) !important;
    }
.axil-product>.thumbnail {
    overflow: hidden;
    min-height: 192px;
    max-height: 302px;
    padding: 10px ! IMPORTANT;
}
    h5.title.text-start {
    height: 40px !IMPORTANT;
}
    @media (min-width: 320px) and (max-width: 359px){ 		
    
    iframe {
    	height: 150px !important;
      width: 100% !important;
    }
   
  }
  
  @media (min-width: 360px) and (max-width: 374px){
  		.axil-product>.thumbnail>a .product_img {
        height: 162px !important;
      }  
      
      iframe {
    	height: 150px !important;
      width: 100% !important;
    }
   
   
  }
  
 @media (min-width: 375px) and (max-width: 383px){
  		.axil-product>.thumbnail>a .product_img {
        height: 162px !important;
      }  
       iframe {
    	height: 150px !important;
      width: 100% !important;
    }
   
  }
  
  @media (min-width: 384px) and (max-width: 411px){
  .axil-product>.thumbnail>a .product_img {
        height: 162px !important;
      }   
      
       iframe {
    	height: 150px !important;
      width: 100% !important;
    }
   
  }
  
  @media (min-width: 412px) and (max-width: 413px){
  .axil-product>.thumbnail>a .product_img {
        height: 162px !important;
      }   
      
      iframe {
    	height: 180px !important;
      width: 100% !important;
    }
    

  }
  
  @media (min-width: 414px) and (max-width: 479px){
  .axil-product>.thumbnail>a .product_img {
        height: 200px !important;
      }   
       iframe {
    	height: 180px !important;
      width: 100% !important;
    }
   
  }
  
  @media (min-width: 480px) and (max-width: 532px){
  .axil-product>.thumbnail>a .product_img {
        height: 216px !important;
      }      
      
      iframe {
    	height: 150px !important;
      width: auto !important;
    }
  }
  
  @media (min-width: 533px) and (max-width: 567px){
  .axil-product>.thumbnail>a .product_img {
        height: 216px !important;
      }   
      
      iframe {
    	height: 150px !important;
      width: auto !important;
    }
   
  }
  
  @media (min-width: 568px) and (max-width: 599px){
  .axil-product>.thumbnail>a .product_img {
        height: 256px !important;
      }   
      iframe {
    	height: 150px !important;
      width: auto !important;
    }
  }
  
  @media only screen and (max-width: 600px) {
  div#header {
    display: none;
}


button#chk_btn {
    border-radius: 41px;
    /* width: 66%; */
    /* font-size: 11px !IMPORTANT; */
    /* margin: auto; */
    /* text-align: center; */
    font-weight: 600;
}
h2.title.related_product {
    font-size: 10px !important;
    margin-top: 26px !important;
}
p.catagory_usertext.p_text_related {
    font-size: 9px !IMPORTANT;
}
.axil-product>.thumbnail {
    overflow: hidden;
    min-height: 143px;
    max-height: 191px;
    padding: 10px ! IMPORTANT;
}
.axil-product>.thumbnail>a .product_img {
    height: auto !important;
}

.brand {
    font-size: 12px !IMPORTANT;
}
h5.title.text-start {
    height: 29px !IMPORTANT;
}
.axil-product .product-content .product-price-variant {
    margin: -7px 0;
    margin-bottom: -7px;
    margin-left: -5px;
}
a.cart-dropdown-btn {
    display: none;
}
/*.mobilesearch.col-12 {*/
/*    display: none;*/
/*}*/

i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
    color: black;
    font-size: 24px;
}

.product-title {
    font-size: 15px !important;
}
.axil-product .product-content .title {
    font-size: 12px;

}
section.slide_product_problem {
    display: none;
}


.design_Button {
    padding: 7px 56px !IMPORTANT;
    background: #3BB77E;
    color: white;
    margin: auto;
}
table.delivery-info-table {
    font-size: 11px;
}
.header-style-5 .axil-mainmenu {
    padding: 9px 0;
}
    .card_checkout {
        padding: 0;
    }




.axil-mainmenu {
    background: #fff !IMPORTANT;

}  


.pro-qty.item-quantity {
    display: none;
}

p.checkout_top_text {

    font-size: 11px;

}
li.add-to-cart {
    margin: 14px 0px !IMPORTANT;
    padding-top: 0;
    margin-bottom: -13px !IMPORTANT;
}
h6.Catgeory_name_show {
    font-size: 11px;
}

.axil-mainmenu.axil-sticky {
    backdrop-filter:none;
}

.star-rating {

    margin: 1px 0;
    font-size: 8px !IMPORTANT;
}

    .axil-product-area.bg-color-white.pt--10.showblade {
    margin: 13px 12px !important;
    border-radius: 13px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
   
li.nav-item a {
    font-size: 10px !important;
}
a.btn.design_Button.p-2.mb-2.call_button.margin_er_jonno {
    margin-bottom: 10px !IMPORTANT;
    margin-top: 0px !IMPORTANT;
    z-index: 3;
    position: relative;
}

.card_checkout {
    background: transparent;

    box-shadow: none;
}


button#order_btn1 {

    margin-bottom: 24px;
}

button.btn.p-0.button.m-auto.text-light.col-12.margin_er_jonno {
    margin-bottom: 10px !IMPORTANT;
    margin-top: -7px !IMPORTANT;
    /* position: relative; */
    /* z-index: 4234234 !important; */
}
h5.title.text-start.two-line-title {
    margin-top: 10px;
}
.cart-dropdown .cart-content-wrap {

    width: 100%;

}
a.axil-btn.viewcart-btn {
    /* margin: 14px 0; */
    margin-top: 12px;
}
a.axil-btn.btn-bg-secondary.checkout-btn {
    margin-top: 10px;
}
.mockup-hand {
    position: absolute;
    pointer-events: none;
    bottom: 0px;
    left: 50%;
    transform: translateX(-33%);
    /* width: 100%; */
    height: 493px ;
    z-index: 3;
}
.cart-dropdown {
    width: 88%;
    right: -100%;
}
.cart-dropdown .cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 29px;
    border-bottom: 1px solid #f6f7fb;
    padding-bottom: 13px;
}
.cart-dropdown .cart-item .item-img a img {
    border-radius: 10px;
    height: auto;
    width: 100px;
    object-fit: cover;
}
}
  
  
  
  
  
  
  
  
  @media (min-width: 600px) and (max-width: 639px){
      
  .axil-product>.thumbnail>a .product_img {
        height: 256px !important;
      }   
      
      iframe {
    	height: 150px !important;
      width: auto !important;
    }
  }
  
  @media (min-width: 640px) and (max-width: 666px){
  .axil-product>.thumbnail>a .product_img {
        height: 280px !important;
      }   
  }
  
  @media (min-width: 667px) and (max-width: 731px){
  .axil-product>.thumbnail>a .product_img {
        height: 280px !important;
      }   
  }
  
  @media (min-width: 732px) and (max-width: 735px){
  .axil-product>.thumbnail>a .product_img {
        height: 280px !important;
      }   
  }
  
  @media (min-width: 736px) and (max-width: 767px){
  .axil-product>.thumbnail>a .product_img {
        height: 280px !important;
      }   
  }
  
  @media (min-width: 768px) and (max-width: 799px){
  .axil-product>.thumbnail>a .product_img {
        height: 140px !important;
      }   
  }
  
  @media (min-width: 800px) and (max-width: 811px){
  .axil-product>.thumbnail>a .product_img {
        height: 152px !important;
      }   
  }
  
  @media (min-width: 800px) and (max-width: 811px){
  .axil-product>.thumbnail>a .product_img {
        height: 152px !important;
      }   
  }
  
  @media (min-width: 812px) and (max-width: 853px){
  .axil-product>.thumbnail>a .product_img {
        height: 162px !important;
      }   
  }
  
  @media (min-width: 854px) and (max-width: 899px){
  .axil-product>.thumbnail>a .product_img {
        height: 174px !important;
      }   
  }
  
  @media (min-width: 900px) and (max-width: 949px){
  .axil-product>.thumbnail>a .product_img {
        height: 188px !important;
      }   
  }
  
  @media (min-width: 950px) and (max-width: 959px){
  .axil-product>.thumbnail>a .product_img {
        height: 189px !important;
      }   
      
  }
  
  @media (min-width: 960px) and (max-width: 991px){
  .axil-product>.thumbnail>a .product_img {
        height: 197px !important;
      }   
  }
  
  @media (min-width: 992px) and (max-width: 1023px){
  .axil-product>.thumbnail>a .product_img {
        height: 204px !important;
      }   
  }
  
  @media (min-width: 1024px) and (max-width: 1155px){
  .axil-product>.thumbnail>a .product_img {
        height: 239px !important;
      }   
  }
  
  
  @media (min-width: 1156px) and (max-width: 1366px){
  .axil-product>.thumbnail>a .product_img {
        height: 189px !important;
      }   
  }
  @media (min-width: 1367px) and (max-width: 1439px){
  .axil-product>.thumbnail>a .product_img {
        height: 189px !important;
      }   
  }
  
  @media (min-width: 1440px) and (max-width: 1599px){
  .axil-product>.thumbnail>a .product_img {
        height: 215px !important;
      }   
  }
  
  @media (min-width: 1600px) and (max-width: 1679px){
  .axil-product>.thumbnail>a .product_img {
        height: 229px !important;
      }   
  }
  
  @media (min-width: 1680px) and (max-width: 1818px){
  .axil-product>.thumbnail>a .product_img {
        height: 252px !important;
      }   
  }
  
  @media (min-width: 2000px) and (max-width: 2200px){
  .axil-product>.thumbnail>a .product_img {
        height: 285px !important;
      }   
      .axil-product>.thumbnail>a img {
    border-radius: 6px;
    width: 100%;
    transition: .3s;
    height: 271px;
}

  }
  
  @media (min-width: 2201px) and (max-width: 2472px){
  .axil-product>.thumbnail>a .product_img {
        height: 280px !important;
      }   
  }
  @media (max-width: 775px){
      .product_img{
          height: 180px !important;
      }
  }
  
  .axil-product .cart-action li{
      margin: 0;
  }

marquee.d-flex {
    background: #f0f5ff;
    color: #000000;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 0;
}
.fixed-cart-bottom {
    position: fixed;
    bottom: 50%;
    right: 0;
    background: #c8ddff ! IMPORTANT;
    width: 68px;
    border-radius: 5px 0px 0px 5px;
    cursor: pointer;
    text-align: center;
    align-items: center;
    justify-content: center;
    justify-content: center;
    z-index: 99;
}
.amount_main {
    background: #0163D2;

    font-size: 15px;
    /* color: #fff !IMPORTANT; */
    border-radius: 0px 0px 0px 5px;
}
span.amount {
    color: #fff;
    /* font-size: -webkit-xxx-large; */
    font-weight: bold;
}
span.badge.cart-count {
    color: #000;
}
.fixed-cart-bottom {
    background: #F85606;
  
   
}
.fixed-cart-bottom .badge {
    /*border-radius: 50px;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*width: 31px;*/
    /*color: #000 !important;*/
    /*right: 0;*/
    /*height: 31px;*/
    /*background: #FF6A00 !important;*/
}
.header-brand a img {
    /* max-height: 13px; */
    width: 135px;
    border-radius: 6px;
}
.text-light.more-btn {
    color: #000 !IMPORTANT;
}







*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
html {
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: clamp(1rem, calc(0.97rem + 0.14vw), 1.09rem);
  font-weight: normal;
  line-height: 1.5;
  color: var(--black-300);
  background-color: var(--white-100);
}
body.darkmode {
  color: var(--white-100);
  background-color: var(--night-400);
}

main {
  overflow: hidden;
}

a,
button {
  cursor: pointer;
  user-select: none;
  border: none;
  outline: none;
  background: none;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.section {
  margin: 0 auto;
  padding: 6rem 0 2rem;
}

.container_custom {
  max-width: 90%;
  height: auto;
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.centered {
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1rem;
}

.btn {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  user-select: none;
  border-radius: 0.25rem;
  text-transform: capitalize;
  transition: all 0.3s ease;
}
.btn-primary {
  padding: 0.75rem 1.5rem;
  color: var(--white-100);
  background-color: var(--pink-500);
  box-shadow: var(--shadow-medium);
}
.btn-darken {
  padding: 0.75rem 1.5rem;
  color: var(--white-100);
  background-color: var(--night-300);
  box-shadow: var(--shadow-medium);
}

.darkmode .header_top {
  background-color: var(--night-300);
}

.brand {
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    /* margin: 49px 65px; */
 
    /* padding: 37px 0; */
    color: #f90083;
    /* align-items: stretch !IMPORTANT; */
    /* display: flex; */
    text-transform: uppercase;
    order: 1;
}
.axil-shop-sidebar .product-size li a {
    border: 1px solid #cfd0d25e;
    background: #fff;
    padding: 5px 13px;
    border-radius: 6px;
    min-width: 108px;
    margin: auto !IMPORTANT;
    min-height: 29px;
    text-align: center;
    display: flex;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: var(--font-size-b2);
    color: var(--color-body);
}
.axil-shop-sidebar .product-size li a:hover {
    background: #e2e2e2;
}
.brand.coursore.bg-color-white {
    padding: 24px 0;
    margin-bottom: 68px;
    border-radius: 12px;

    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    
}
.shop-submenu ul {
    margin-top: 10px !IMPORTANT;
}
.darkmode .brand {
  color: var(--pink-300);
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;

  width: 100%;
  height: 4rem;
  margin: 0 auto;
}
.navbar-left {
  display: flex;
  align-items: center;
  flex: 0 0 17%;
}
.navbar-center {
  display: flex;
}
.navbar-right {
  display: flex;
  flex: 0 0 17%;
  align-items: center;
  justify-content: flex-end;
  column-gap: 1.5rem;
}


@media only screen and (max-width: 992px) {
  .navbar-left, .navbar-right {
    flex: 0 0 auto;
  }
  .navbar-right {
    align-items: center;
  }
  .navbar-center {
    flex: 0 0 100%;
    order: 3;
    align-items: center;
  }
}

@media only screen and (max-width: 992px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    z-index: 100;
    overflow: hidden;
    transform: translate(-100%);
    background-color: var(--white-100);
    transition: all 0.3s ease-in-out;
  }
  .menu.is-active {
    transform: translate(0%);
  }
  .darkmode .menu {
    background-color: var(--night-300);
  }
}

.menu-header {
  display: none;
  box-shadow: var(--shadow-medium);
}
.menu-item  {
    display: inline-block;
    line-height: 1.5;
    font-size: 14px;
    /* padding-right: 14px; */
    color: #000 !IMPORTANT;
    /* font-weight: 500; */
  

}
.main_menu a {

        padding: 8px 14px;
    border-radius: 30px;
}
.main_menu a:hover {
    background: #726f8a38;
     
    border-radius: 30px;
}
.menu-link {
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--black-300);
  text-transform: capitalize;
  transition: all 0.25s ease;
}
.menu-link > i.bx {
  font-size: 1.35rem;
  margin-left: 0.25rem;
  transform: rotate(90deg);
}
.darkmode .menu-link {
  color: var(--white-100);
}
.menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  font-size: 1.45rem;
  color: var(--black-300);
  transition: all 0.25s ease;
}
.darkmode .menu-icon {
  color: var(--white-100);
}
.mainmenu>.menu-item-has-children:hover .axil-submenu {
    opacity: 1;
    visibility: visible;
    z-index: 9;
    /* pointer-events: all; */
    /* bottom: -71px; */
    margin-top: 16px;
    border-radius: 17px !IMPORTANT;
}
li.sub_li {
    background: transparent !important;
    border-radius: 11px !IMPORTANT;
}
.mainmenu>.menu-item-has-children .axil-submenu li {
    margin: 0;
    /* background: red; */
    border-radius: 0px;
}
.menu-item {
    display: inline-block;
    line-height: 1.5;
    font-size: 14px;
    /* padding-right: 14px; */
    color: #000 ! IMPORTANT;
    /* font-weight: 500; */
    padding: 8px 14px;
    border-radius: 30px;
    font-weight: 900;
    font-family: "Quicksand", sans-serif;
}
span.menu-link {
    font-weight: bold;
}
.fa, .fas {
    font-family: "Font Awesome 5 Pro" !IMPORTANT;
    font-weight: 900;
}

main.main-wrapper {
    padding: 18px 41px;
    background: #f0f5ff;
    max-width: 2000px;
    margin: auto;
}
@media only screen and (min-width: 993px) {
  .menu-dropdown:hover > .submenu {
    opacity: 1;
    visibility: visible;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 992px) {
  .menu-header {
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 4rem;
    z-index: 110;
    visibility: hidden;
    background: transparent;
  }
  .menu-header.is-active {
    visibility: visible;
    background-color: var(--white-100);
  }
  .menu-header.is-active > .menu-arrow {
    display: block;
  }
  .darkmode .menu-header.is-active {
    background-color: var(--night-100);
  }
  .menu-arrow {
    display: none;
    cursor: pointer;
    width: 3rem;
    height: 4rem;
    text-align: center;
  }
  .menu-arrow > i.bx {
    font-size: 1.5rem;
    line-height: 4rem;
    color: var(--black-300);
    transition: all 0.25s ease;
  }
  .darkmode .menu-arrow > i.bx {
    color: var(--white-100);
  }
  .menu-title {
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    text-transform: capitalize;
    color: var(--black-300);
  }
  .darkmode .menu-title {
    color: var(--white-100);
  }
  .menu-inner {
    height: 100%;
    margin-top: -3rem;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .menu-item {
    display: block;
    line-height: 1;
    padding-inline: 0;
  }
  .menu-link {
    justify-content: space-between;
    height: 2.5rem;
    line-height: 2.5rem;
    padding-inline: 1.25rem;
  }
  .menu-link > i.bx {
    margin-left: 0.5rem;
    transform: rotate(0deg);
  }
}

.submenu {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 1.75rem;
    padding: 1rem 2rem;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    border-radius: 0.25rem;
    border-top: 2px solid #1181ff;
    background-color: var(--white-100);
    box-shadow: var(--shadow-medium);
    transition: all 0.15s ease-in-out;
}

.submenu-inner {
  flex: 0 0 25%;
  padding: 0 1rem;
}
.submenu-title {
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: 1;
    font-size: 12px;
    padding: 0.75rem 14px;
    color: #0d6efd;
    background: #f0f0f0;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-radius: 7px;
    font-weight: bold;
    /* text-align: center; */
}
.darkmode .submenu-title {
  color: var(--pink-300);
}
.submenu-item {
  display: block;
  line-height: 1;
  margin: 0 auto;
}
.submenu-link {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  padding: 0.75rem 0;
  white-space: nowrap;
  text-transform: capitalize;
  color: var(--black-300);
  transition: all 0.25s ease-in-out;
}
.darkmode .submenu-link {
  color: var(--white-100);
}
.submenu-image {
  display: block;
  width: 100%;
  height: auto;
  margin-block: 0.5rem;
  object-fit: cover;
}
@media only screen and (max-width: 992px) {
  .submenu {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: auto;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    box-shadow: none;
    transform: translateX(0%);
  }
  .submenu.is-active {
    display: block;
  }
  .submenu-inner {
    flex: 0 0 100%;
    padding: 0rem;
  }
  .submenu-list {
    margin-bottom: 1rem;
  }
  .submenu-link {
    display: block;
  }
  .submenu-image {
    margin-top: 0;
  }
}

.megamenu {
  left: 50%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  transform: translateX(-50%);
}
.megamenu-column-1 {
  left: 50%;
  max-width: 15rem;
  width: 100%;
  height: auto;
}
.megamenu-column-4 {
  display: flex;
  flex-wrap: wrap;
  max-width: 62rem;
  height: auto;
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .megamenu {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: auto;
    margin: 0;
    padding: 1rem;
    padding-top: 4rem;
    opacity: 1;
    overflow-y: auto;
    visibility: visible;
    transform: translateX(0%);
    box-shadow: none;
  }
}

.switch {
  position: relative;
  display: block;
  cursor: pointer;
  user-select: none;
  margin-right: 0.5rem;
}
.switch-light, .switch-dark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
}
.switch-light {
  font-size: 1.3rem;
  visibility: visible;
  color: var(--black-300);
}
.darkmode .switch-light {
  font-size: 0rem;
  visibility: hidden;
}
.switch-dark {
  font-size: 0rem;
  visibility: hidden;
  color: var(--white-100);
}
.darkmode .switch-dark {
  font-size: 1.3rem;
  visibility: visible;
}

.overlay {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.45s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .overlay.is-active {
    opacity: 1;
    visibility: visible;
  }
}

.burger {
  position: relative;
  display: block;
  cursor: pointer;
  width: 1.6rem;
  height: 1rem;
  margin-right: 1rem;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}
@media only screen and (max-width: 992px) {
  .burger {
    opacity: 1;
    visibility: visible;
  }
}


    .product-action-wrapper {
        flex-direction: inherit;
    }
    .small-thumb-img.slick-slide {
    width: 35px !IMPORTANT;
    margin: 0 9px !important;
}
.main_single_left {
    background: #fff;
    padding: 17px 27px;
    border-radius: 11px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
i.fab.fa-instagram {
    /* background: red; */
    background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
    /* font-size: 20px; */
}
i.fab.fa-youtube {
    background: #F92828;
}
.footer-social-icon i {

    border-radius: 22% !important;
}
.footer-social-icon i:hover {
    /* background: aliceblue; */
    opacity: 0.9;
}
.footer-widget ul li:hover a {
    letter-spacing: 1px;
    /* cursor: pointer; */
}
.axil-single-product-area.p.pb--0.main_single_products {
    margin-top: 21px;
}

.single-product-thumbnail.product-large-thumbnail-3.img-section.axil-product.slick-initialized.slick-slider {
    border-radius: 9px;
    background: #fff;
    /* margin: 15px; */
    margin-bottom: 9px;
    /* box-shadow: rgb(50 50 93 / 1%) 0px 50px 100px -20px, rgb(0 0 0 / 7%) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    /* padding-bottom: 44px !IMPORTANT; */
}
                                  	    .price.old-price{
                                  	            font-size: 25px;
                                                margin-left: 10px;
                                                font-weight: bold;
                                                text-decoration: line-through;
                                  	    }
.price.current-price-product {
    font-size: 34px !important;
    font-weight: bold !important;
    color: #d51243;
}
  .hide_span {
                                  	        color: #c2050b !important;
 }




.header-action>ul>li>a:hover {
    color: #3d3d3d;
}
span.cart-count {
    font-weight: bolder !IMPORTANT;
}

.axil-product .product-content .title {

    text-align: left;
}
body {
    font-family: 'Hind Siliguri', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, p, span, a, button, ul, li {
    font-family: 'Hind Siliguri', sans-serif !important;
}


.mainmenu>.menu-item-has-children .axil-submenu {

    transition: all .1s ease-in-out !important;

}