@import url('root_custom.css');



body {margin: 0; padding: 0; font-family: var(--content-ff);}

.bg-sub-primary { background: var(--tm-primary); }
a { transition: var(--custom-transition); -webkit-transition: var(--custom-transition); -o-transition: var(--custom-transition); -moz-transition: var(--custom-transition); -ms-transition:var(--custom-transition) }
p { font-size: var(--para-fs); font-weight: 400; font-family: 'Nexa-Book', sans-serif !important;}
section { padding: 80px 0; }
.text-tm { color: var(--tm-sub-primary)!important; }

/*--*/

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: var(--tm-primary);
}

::selection {
  color: #fff;
  background: var(--tm-primary);
}
header.fixed-top-header{
  position: absolute;
  top: 0;
  width: 100%;
}
header.fixed-top-header.sticky .navbar {
  position: fixed;
  z-index: 100;
  animation: slideDown 0.60s ease-out;
  transition: none;
  background-color: #fff;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  width: 100%;
}
header.fixed-top-header .top-header{
  position: relative;
  z-index: 9;
}
header.fixed-top-header.sticky .top-header{
  display: none;
}
header .custom-navbar { background: transparent; z-index: 9; transition: var(--tm-transition); }
.offcanvas.offcanvas-top { transition: transform 1s ease-in-out; }
.navbar-brand > img { width: 160px; transition: var(--tm-transition);}
header.fixed-top-header.sticky .navbar-brand > img { width: 140px; transition: var(--tm-transition);}
.navbar-brand { margin-bottom: 0; padding: 5px 0 !important;}
.navbar.custom-navbar .main-navbar-nav .nav-link { padding: 15px; font-family: var(--content-bold-ff); font-size: var(--xs-font); font-weight: 600; color: #000; opacity: 1;text-transform: uppercase;}
.navbar.custom-navbar .main-navbar-nav .nav-link.active, .navbar.custom-navbar .main-navbar-nav .nav-link:hover { opacity: 1; }
.navbar.custom-navbar .main-navbar-nav .nav-link.active{
  color: var(--tm-primary);
  position: relative;
}
.navbar.custom-navbar .main-navbar-nav .nav-link:hover{
  color: var(--tm-primary);
}
.navbar.custom-navbar .main-navbar-nav .nav-link.active::before{
  position: absolute;
  content: '';
  bottom: 10px;
  left: 50%;
  right: 0;
  width: 80%;
  height: 2px;
  background-color: var(--tm-primary);
  transform: translate(-50%, -50%) !important;
}
.side-navbar-nav .nav-item { display: inline-block; }
.social-list { justify-content: right; }
.top-header-info, .social-list { list-style-type: none; }
.social-list > li { display: inline-block; }
.top-header p, .top-header-info > li, .top-header-info > li > a  { font-size: var(--xs-font);font-weight: 500;}
.top-header-info > li > a { text-decoration: none; color: #fff; }
.top-header { background-color: var(--tm-primary); }
.side-navbar-nav .dropdown:hover .dropdown-menu,
.main-navbar-nav .dropdown:hover .dropdown-menu { opacity: 1; transform: scale(1); pointer-events: auto; }
.side-navbar-nav .dropdown-menu .dropdown-item > a, .main-navbar-nav .dropdown-menu .dropdown-item > a { text-decoration: none; color: var(--tm-sub-primary); padding: 10px; display: flex; }
.side-navbar-nav .dropdown-menu .dropdown-item ,.main-navbar-nav .dropdown-menu .dropdown-item { border-bottom: 1px solid #eee; }
.side-navbar-nav .dropdown-menu .dropdown-item:last-child, .main-navbar-nav .dropdown-menu .dropdown-item:last-child { border-bottom: 0; }
.la-shopping-cart .badge { font-size: var(--xxs-font); font-family: var(--content-ff); font-weight: normal; }
.side-navbar-nav .dropdown-menu .dropdown-item:active > a, .side-navbar-nav .dropdown-menu .dropdown-item:focus > a, 
.side-navbar-nav .dropdown-menu .dropdown-item.active > a {  }
.side-navbar-nav .dropdown-menu .dropdown-item:active, .side-navbar-nav .dropdown-menu .dropdown-item:focus, 
.side-navbar-nav .dropdown-menu .dropdown-item.active, .main-navbar-nav .dropdown-menu .dropdown-item:active, .main-navbar-nav .dropdown-menu .dropdown-item:focus, 
.main-navbar-nav .dropdown-menu .dropdown-item.active { background-color: var(--tm-menu-bg); }
.dropdown .cart-dd .dd-cart-img { width: 60px; height: 60px; object-fit: contain; object-position: center; /*border:1px solid #ccc;*/ border-radius: 5px; }
.dropdown-item .cart-item-name { font-size: var(--xs-font);text-wrap: wrap;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2; /* number of lines to show */line-clamp: 2;-webkit-box-orient: vertical; }
.btn { padding: 10px 20px; background-color: var(--tm-dark-gray); border-radius: 5px; }
.btn-small { font-size: var(--xs-font); padding: 8px 12px; }
.btn-tm-primary { background-color: var(--tm-sub-primary); color: #fff; }
.btn-tm-primary:hover { color: #fff; }
.btn-tm-primary-bordered { border: 1px solid var(--tm-sub-primary); color: var(--tm-sub-primary); background-color: #fff; }
.btn-tm-primary-bordered:hover { color: var(--tm-sub-primary); }
.side-navbar-nav .dropdown-menu::before { position: absolute; content: "";top: -18px; right: 10px; height: 24px; width: 24px; background-image: url(../images/down-filled-triangular-arrow.png); background-repeat: no-repeat; background-position: center; background-size: contain;  }
.side-navbar-nav .dropdown-menu .dropdown-item:focus, .side-navbar-nav .dropdown-menu .dropdown-item:hover,
.main-navbar-nav .dropdown-menu .dropdown-item:focus, .main-navbar-nav .dropdown-menu .dropdown-item:hover { background-color: #fff6f7; }
.fixed-top.sticky .top-header { display: none; }
.fixed-top.sticky .custom-navbar { -webkit-box-shadow: 0px 4px 6px 0px rgb(12 0 46 / 5%);box-shadow: 0px 4px 6px 0px rgb(12 0 46 / 5%);top: 0;-webkit-backdrop-filter: blur(8px);backdrop-filter: blur(8px);background: rgb(255, 255, 255);-webkit-box-shadow: 0px 4px 6px 0px rgb(12 0 46 / 5%);box-shadow: 0px 4px 6px 0px rgb(12 0 46 / 5%); }
.fixed-top.sticky .custom-navbar .navbar-brand > img { width: 130px; }
.offcanvas.offcanvas-top .btn-close{ right: 20px; box-shadow: none; }
/* width */
.offcanvas-body::-webkit-scrollbar {width: 5px;}

/* Track */
.offcanvas-body::-webkit-scrollbar-track {background: #fff8ee;}

/* Handle */
.offcanvas-body::-webkit-scrollbar-thumb {background: var(--tm-primary);}

/* Handle on hover */
.offcanvas-body::-webkit-scrollbar-thumb:hover {background: var(--tm-primary);}
.carousel-indicators [data-bs-target] { background-color: var(--tm-sub-primary);width: 12px;height: 12px; border-radius: 50%;}
/*.home-main-slider .carousel-item { transition: transform 1.5s ease-in-out; }*/
.home-main-slider .custom-carousel-caption > h2{
  font-size: 55px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: var(--heading-ff);
}
.bounce-img {-webkit-animation: bounceimg 2s ease-in-out 0s infinite alternate;animation: bounceimg 2s ease-in-out 0s infinite alternate;}
@-webkit-keyframes bounceimg {
0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); 
}
50% {
   -webkit-transform: translateY(-10px);
     transform: translateY(-10px); 
} 
100% {
   -webkit-transform: translateY(-20px);
     transform: translateY(-20px); 
} 
}

@keyframes bounceimg {
0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); 
}
50% {
   -webkit-transform: translateY(-10px);
     transform: translateY(-10px); 
} 
100% {
   -webkit-transform: translateY(-20px);
     transform: translateY(-20px); 
} 
}


/*-- Searchbar Starts --*/

#search-menu {
  position: fixed;
  width: 100%;
  height: 20em;
  top: -20em;
  left: 0;
  right: 0;
  white-space: nowrap;
  z-index: 9999;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.01)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.01) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc000000", endColorstr="#1a000000",GradientType=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}
#search-menu.toggled {  top: 0;  opacity: 1;  visibility: visible;}
#search-menu .wrapper { position: relative; margin: 3em auto 0 auto; padding: 0 1em;}
#search-menu .wrapper input {width: 60%;margin: 0 auto;padding: 0 0 0.125em 0;background: transparent;border: none;border-bottom: 3px solid #bfbfbf;font-size: var(--heading-sm-fs);color: #bfbfbf;display: block;}
#search-menu .wrapper input:focus {outline: none;}
#search-menu .wrapper button {  position: absolute;  display: block;  width: 10%;  right: 0;  top: 0;  background: transparent;  border: none;  color: #bfbfbf;  font-size: 4em;  -webkit-transition: 500ms ease all;  -moz-transition: 500ms ease all;  transition: 500ms ease all;}
#search-menu .wrapper button:hover { color: #fff;}
#search-menu .wrapper button:focus { outline: none;}

/*-- Searchbar Ends --*/

.about-home { z-index: 0; /*background: #f5f5f5;*/ }
/* .about-home::before { position: absolute; content: ""; height: 80%; width: 50%; right: 0; bottom: 0; background-image: url(../images/whitedoodle_gate_abt.jpg); background-position: right bottom; background-repeat: no-repeat;z-index: -1;background-size: contain; opacity: 0.4;} */
.section-heading > h1, .section-heading > h2 { line-height: 1.2;font-size: var(--xl-font);color: var(--tm-black);font-family: var(--heading-ff);/*-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: var(--tm-sub-primary);*/ font-weight: 500; }
.section-heading > h1 > span, .section-heading > h2 > span { color: var(--tm-sub-primary); }
.custom-carousel-caption > h2 { line-height: 1.2; font-size: var(--xl-font);color: var(--tm-black);font-family: var(--heading-ff);/*-webkit-text-stroke-width: 1px;-webkit-text-stroke-color: var(--tm-sub-primary);*/ font-weight: 900; text-transform: uppercase; }
.custom-carousel-caption > h2 > span { color: var(--tm-sub-primary); }
.custom-carousel-caption > h5, .section-heading > h5 { font-family: var(--sub-heading-ff); font-size: var(--lg-font); color: var(--tm-primary); }
.desc > p { font-size: var(--sm-font); font-family: var(--content-ff); font-weight: 400; }
.about-home .desc > p {font-weight: 400; }
.abt-img > img, .abt-img > video {width: 100%; border-radius: 10px; }
.custom-link { font-family: var(--content-bold-ff); font-size: var(--sm-font); text-decoration: none;padding: 12px 25px 12px 50px; position: relative; background: #fff; color: var(--tm-sub-primary); border-radius: 5px; overflow: hidden;z-index: 0; display: inline-block; box-shadow: 10px 8px 15px 0px rgb(255 34 39 / 10%);border: 1px solid var(--tm-primary);}
.custom-link > i { color: #fff;position: absolute;left: 0;height: 100%;width: 40px;background: var(--tm-sub-primary);top: 0;border-bottom-left-radius: 3px;border-top-left-radius: 3px;display: flex;align-items: center;text-align: center;justify-content: center;}
.custom-link::before { position: absolute; content: ""; height: 100%; background-color: var(--tm-sub-primary); width: 40px; left: 1px; top: 0; z-index: -1; transition: var(--tm-transition-slow);}
.custom-link::after { position: absolute; content: ""; border-right: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 8px solid var(--tm-sub-primary); border-top: 8px solid transparent; left: 40px; top: 14px; transition: var(--tm-transition-slow); opacity: 0;}
.custom-link:hover { color: #fff; }
.custom-link:hover::before { width: 100%; }
.custom-link:hover::after { left: 100%; }
.product-slide-item .thumb::before { position: absolute; content: ""; height: 100%; width: 100%; top: 0; left: 0; /*background-image: url(../images/y-bg.png);*/ background-repeat: no-repeat; background-position: center center; z-index: -1; background-size: contain;}
.product-slide-item .thumb img { width: 80%; margin: 0 auto; transition: var(--tm-transition); display: block;height: 220px;object-fit: contain;}
.product-slide-item > .thumb > a { display: block; }
.product-slide-item:hover .thumb img { transform: translateY(-10px); }
.product-info{
  margin-top: 15px;
}
.product-name { color: var(--tm-black); font-family: var(--content-bold-ff); font-size: var(--sm-font); text-decoration: none; }
a.product-name:hover { color: var(--tm-sub-primary); }
.product-slider .owl-nav {
  display: block !important;
}
.product-slider .owl-nav button{
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d4d6d7 !important;
  color: var(--tm-black);
  font-size: var(--lg-font);
  transition: all .32s;
}
.product-slider .owl-nav button:hover{
  background-color: var(--tm-black) !important;
}
.product-slider .owl-nav button i{
  font-size: 22px;
  color: #000;
}
.product-slider .owl-nav button:hover i{
  color: #fff;
}
.org-price { text-decoration: line-through; color: var(--tm-dark-gray); font-size: var(--xs-font); font-family: var(--content-bold-ff);}
.price { font-size: var(--sm-font); font-family: var(--content-bold-ff);}
.owl-custom .owl-prev > img, .owl-custom .owl-next > img { width: 75px; }
.owl-custom .owl-nav { transform: translateY(-50%); position: absolute; left: 0; top:50%; width: 100%; z-index: -1;}
.owl-custom .owl-next > img { transform: rotate(190deg); }
.owl-custom .owl-next { float: right; position: relative; right: -55px; }
.owl-custom .owl-prev {float: left; position: relative; left: -55px; }
.product-slide-item {border: 1px dashed #e41f2a;padding: 10px 0 20px;border-radius: 16px;height: 430px; height:100%;display: flex;flex-direction: column;justify-content: space-between;position: relative;overflow: hidden;}
.product-slide-item .product-name { display: block;margin-bottom: 5px; }
.add-btn.custom-link { 
  width: 184px;
  text-align: center;
 }
.qty-wrap { width: 184px; display: inline-flex;padding-bottom: 7px;}
.qty-wrap > button.id-btn { width: 42px;margin: 0;height: 50px;padding: 10px; border: 0; background: var(--tm-sub-primary); color: #fff;}
.qty-wrap > button.id-btn.ic-btn { border-top-left-radius: 5px; border-bottom-left-radius: 5px; }
.qty-wrap > button.id-btn.dc-btn { border-top-right-radius: 5px; border-bottom-right-radius: 5px; }
.qty-wrap > input.qty-value { width:100px; margin: 0; height: 50px; border: 1px solid var(--tm-sub-primary); }
.qty-wrap > input.qty-value:focus { box-shadow: none; outline: 0; padding: 5px 10px; }
.pack-qty { display: block; font-family: var(--content-ff); font-size: var(--xs-font); color: var(--tm-dark-gray); }
.product-slide-item select.pack-qty { 
  max-width: 150px;
  display: inline-block;
  margin: 0 auto 10px;
  border-radius: 0;
  border: 1px solid #d4d6d7;
}
.product-slide-item select.pack-qty:focus { box-shadow: none; border-color: var(--tm-primary); }
.preparation-wrap {  }
.prep-step .prep-img > img { /*filter: grayscale(1);*/ transition: var(--tm-transition);width: 100%;}
.prep-content { position: absolute;width: 100%; display: flex; align-items: center;left: 0;bottom: 0; padding: 30px 50px; }
.prep-content .step-name { color: #fff; }
.prep-content p { color: #fff; opacity: 0; display: none; transform: translateY(10px); transition: var(--tm-transition); text-align: center; }
.prep-step:hover .prep-img > img { filter: grayscale(0); }
.prep-step:hover .prep-content p { transform: translateY(0); opacity: 1; display: block; }
.prep-step:hover .prep-content { height: 100%; }
/*.custom-link.link-red { background: var(--tm-sub-primary); color: #fff; }*/
/*.custom-link.link-red > i { color: var(--tm-sub-primary); background: #fff; }*/
/*.custom-link.link-red::before { background-color: #fff }
.custom-link.link-red::after { border-left: 8px solid #fff; }*/
/*.custom-link.link-red:hover { color: var(--tm-sub-primary); }*/
.sm-logo a > img { width: 45px; transition: var(--tm-transition); }
.sm-post > img { border: 1px solid #eee;border-radius: 20px;}
.sm-box { border-radius: 20px; }
.sm-box:hover .sm-logo a > img { transform: scale(1.1); }
.sm-content p { font-size: var(--sm-font); font-family: var(--content-ff); font-weight: 400; text-align: left; }
.main-footer { background-color: var(--tm-primary); }
.f-listing > li { list-style-type: none; }
.prep-content { overflow: hidden; transition: var(--tm-transition);
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
/*.prep-content::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  opacity: 0;
}*/
.prep-step:hover .prep-content { background-color: rgba(0, 0, 0, 0.2); -webkit-backdrop-filter: saturate(135%) blur(2px);
    backdrop-filter: saturate(135%) blur(2px); }
.intro-block { position: relative; }
.fresh-vid::before {
  position: absolute;
  content: "";
  height: 120px;
  width: 120px;
  /*background-image: url(../images/bhakhrvadi.png);*/
  background-image: url(../images/pudina2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
  left: -64px;
  top: -60px;

  /*-webkit-animation: bounceimg 2s ease-in-out 0s infinite alternate;
  animation: bounceimg 2s ease-in-out 0s infinite alternate;*/
}
.intro-block video {
    box-shadow: 40px 40px var(--tm-primary);
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.dd-qty, .dd-price { font-size: var(--xxs-font); color: var(--tm-dark-gray); }
/*.namkeen-section::before, .sweets-section::before, .bakery-section::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 40%;
  background-image: url(../images/Nameen.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
.namkeen-section::after, .sweets-section::after, .bakery-section::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 50%;
  height: 40%;
  background-image: url(../images/Nameen_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
.sweets-section::before {
  background-image: url(../images/c_1.png);
}
.bakery-section::before {
  background-image: url(../images/Sweets.png);
}
.sweets-section::after {
  background-image: url(../images/c_2.png);  
}
.bakery-section::after {  
  background-image: url(../images/Sweets_1.png);
} */
  /*.namkeen-section { background-color: #fff6f8; }
  .sweets-section { background-color: #e9f4f4; }*/
  /*.bakery-section { background-color: #f8f9f2; }*/

@-webkit-keyframes animateLR {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes animateLR {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
/* .namkeen-section::before {
  position: absolute; 
  content: "";
  height: 250px;
  width: 250px;
  background-image: url(../images/kachori.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 10px;
  right: 10px;
  -webkit-animation: animateLR 15s infinite ease-in-out;
  -o-animation: animateLR 15s infinite ease-in-out;
  -ms-animation: animateLR 15s infinite ease-in-out;
  -moz-animation: animateLR 15s infinite ease-in-out;
  animation: animateLR 15s infinite ease-in-out;
} */
.namkeen-section::after {
  /*position: absolute; 
  content: "";
  height: 250px;
  width: 250px;
  background-image: url(../images/fennel-seeds-variyali.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 10px;
  right: 10px;
  -webkit-animation: animateLR 15s infinite ease-in-out;
  -o-animation: animateLR 15s infinite ease-in-out;
  -ms-animation: animateLR 15s infinite ease-in-out;
  -moz-animation: animateLR 15s infinite ease-in-out;
  animation: animateLR 15s infinite ease-in-out;*/
}
.sweets-section::before {
  position: absolute; 
  content: "";
  height: 160px;
  width: 160px;
  /*background-image: url(../images/kaju-katli.png);*/
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 50%;
  right: 30px;
}
.sweets-section::after { 
  position: absolute;
  content: "";
  height:400px;
  width: 200px;
  /*background-image: url(../images/df1.png);*/
  left: 10px;
  top: 20%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(90deg);
  -webkit-animation: animateLR 15s infinite ease-in-out;
  -o-animation: animateLR 15s infinite ease-in-out;
  -ms-animation: animateLR 15s infinite ease-in-out;
  -moz-animation: animateLR 15s infinite ease-in-out;
  animation: animateLR 15s infinite ease-in-out;
}
/* .bakery-section::after { 
  position: absolute; 
  content: "";
  height: 250px;
  width: 170px;
  background-image: url(../images/Gems.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 50px;
  right: 10px;
  -webkit-animation: animateLR 15s infinite ease-in-out;
  -o-animation: animateLR 15s infinite ease-in-out;
  -ms-animation: animateLR 15s infinite ease-in-out;
  -moz-animation: animateLR 15s infinite ease-in-out;
  animation: animateLR 15s infinite ease-in-out;
} */

.animateLR {
  -webkit-animation: animateLR 15s infinite ease-in-out;
  -o-animation: animateLR 15s infinite ease-in-out;
  -ms-animation: animateLR 15s infinite ease-in-out;
  -moz-animation: animateLR 15s infinite ease-in-out;
  animation: animateLR 15s infinite ease-in-out;
}
.bakery-section::before { 
  position: absolute; 
  content: "";
  height: 200px;
  width: 200px;
  background-image: url(../images/Cookiest.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 10%;
  left: 30px;
}
.combo-section::before { 
  position: absolute; 
  content: "";
  height: 100px;
  width: 100px;
  background-image: url(../images/bow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 10%;
  left: 30px;
}
.home-main-slider .carousel-inner::after {
  position: absolute;
  content: "";
  background-image: url(../images/wave.svg);
  left: 0;
}
.home-main-slider .carousel-control-next, .home-main-slider .carousel-control-prev {
  width: 8%;
}
.home-main-slider .carousel-control-next .carousel-control-next-icon, .home-main-slider .carousel-control-prev .carousel-control-prev-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--tm-black);
  padding: 10px;
  background-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-main-slider .carousel-control-prev .carousel-control-prev-icon {
  background-image: url(../images/prev-arrow.png);
}
.home-main-slider .carousel-control-next .carousel-control-next-icon {
  background-image: url(../images/next-arrow.png);
}
.combo-section > .floating-img-wrap > img { opacity: 0.3; width: 100px;}
.section-heading > h6 {
  font-family: var(--content-ff); color:  var(--tm-black); display: inline-block;
}
.offcanvas-header > h5 { font-family: var(--content-ff); font-weight: 500; }
.search-from input.form-control {
  height: 50px;
  border-radius: 30px;
  padding: 10px 55px 10px 20px;
  font-size: var(--heading-sm-fs);
  background-image: url(../images/loupe.png);
  background-position-x: 97%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-y: center;
}
.search-from input.form-control:focus, .search-from input.form-control:active { box-shadow: none; border-color: var(--tm-primary); }

/*New Banner Home Starts*/

.custom-carousel-wrap { height: 100vh; display: flex; align-items: center; justify-content: center; background-color: #fff8ee; padding-top: 110px; }

/*New Banner Home Ends*/
.bg-tm { background-color: var(--tm-light-bg); background: var(--tm-light-bg); }
.custom-carousel-caption, .product-banner-wrap { z-index: 1; }
.pro-ab-imgs .scatter {  }
.pro-ab-imgs .peanut-ab {  position: absolute; right:0; bottom: 50px; }
.pro-ab-imgs .chilli-ab {  position: absolute;bottom: 0;left: 0;}
.carousel-ab-imgs .scatter {  display: none; }
.carousel-ab-imgs .mint-ab { position: absolute; top: 55%;  }
.carousel-ab-imgs .leaf { position: absolute; right: 0;  bottom: 0; }
.btn.custom-btn {
  /*height: 60px;*/
  /*line-height: 60px;*/
  padding: 15px 40px;
  overflow: hidden;
  position: relative;
  border: 0;
  transition: all 0.5s ease 0s;
  font-weight: 400;
  font-family: var(--heading-ff);
  display: inline-block;
  transform: perspective(1px) translateZ(0);
  border-radius: 5px;
  color: var(--tm-sub-primary);
  border: 1px solid var(--tm-sub-primary);
  background: transparent;
  font-size: var(--heading-sm-fs);
  letter-spacing: 1px;
}
.btn.custom-btn:focus { box-shadow: none; }
.btn.custom-btn:hover, .btn.custom-btn:focus { box-shadow: 10px 8px 15px 0px rgb(255 34 39 / 10%); }

.btn.custom-btn:after {
  content: "";
  background: #fff;
  position: absolute;
  transition: all 0.9s ease 0s;
  z-index: -1;
  height: 100%;
  left: -35%;
  top: 0;
  transform: skew(30deg);
  transform-origin: top left;
  width: 0;
}
.btn.custom-btn:hover {
  background: var(--tm-sub-primary);
  opacity: 1;
  color: #fff;
}
.btn.custom-btn:hover:after {
  height: 100%;
  width: 135%;
}
.btn.custom-btn:hover:after { background: var(--tm-sub-primary); }

.theme-btn-wrap{
  display: block;
}
.theme-btn{
  color: var(--tm-black);
  font-family: var(--content-bold-ff);
  text-decoration: none;
  border: 1px solid #c4c3c3;
  padding: 13px 25px;
  transition: all .32s ease;
} 
.theme-btn span{
  opacity: 0;
  overflow: hidden;
  transition: all .32s ease;
}
.theme-btn:hover{
  background-color: var(--tm-black);
  color: #fff;
  transition: all .32s ease;
}
.theme-btn:hover span{
  margin-left: 10px;
  opacity: 1;
  overflow: visible;
  transition: all .32s ease;
}
.contact-home-box { 
    overflow: hidden;
    position: relative;
    transform: perspective(1px) translateZ(0);
    background: transparent;
    font-size: var(--heading-sm-fs);
    letter-spacing: 1px;
    background-color: #fff; border-radius: 10px; transition: var(--tm-transition);box-shadow: 0px 10px 20px rgb(0 0 0 / 10%); }
.contact-home-box::after {
    content: "";
    background: #fff;
    position: absolute;
    transition: all 0.9s ease 0s;
    z-index: -1;
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(30deg);
    transform-origin: top left;
    width: 0;
}
.contact-home-box:hover::after {
  height: 100%;
  width: 155%;
  background: #fece2f;
}
.c-box.active, .ch-box.active { background-color: #fece2f; box-shadow: 0px 10px 20px rgb(254 206 47 / 40%); }
.contact-home-box > h5, .contact-home-box > h5 > a { font-size: 20px; color: var(--tm-black); text-decoration: none; }
.btn.custom-btn.custom-solid-btn{
  background: var(--tm-sub-primary);
  color: #fff;
  box-shadow: 10px 8px 15px 0px rgb(255 34 39 / 10%);
  border: 0;
}
.floating-img-wrap { z-index: -1; }
.opacity-50 { opacity: 0.5!important; }
.w-250px { width: 250px; }

@keyframes moveLR {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(50px);
  }
}
@-webkit-keyframes moveLR {
  0% {
    transform: translateX(0px);
  }
 
  100% {
    transform: translateX(50px);
  }
}

.moveLR{-webkit-animation: moveLR 2s ease-in-out 0s infinite alternate;animation: moveLR 2s ease-in-out 0s infinite alternate;}
.main-ft {padding: 40px 0 20px;}
.ft-title { color: var(--tm-primary); font-size: var(--md-font); font-weight: 700; }
.ft-address > p {  color: var(--tm-black); font-size: var(--sm-font); font-weight: 400; margin-bottom: 5px; }
.ft-address > p > a { color: var(--tm-black); text-decoration: none; font-weight: normal; }
.ft-address > p > a.f-phone { font-weight: 700; color: var(--tm-black); font-size: var(--heading-sm-fs); }
.f-links-wrap > li > a { display: inline-block; margin: 0 2px;position: relative; /*border-right:1px solid var(--tm-sub-primary); */color: var(--tm-black); text-decoration: none; }
.f-links-wrap > li { display: inline-block;border-right: 1px solid var(--tm-sub-primary); padding-right: 5px; }
.f-links-wrap > li:last-child { border-right: 0; }
.f-links-wrap { list-style-type: none; }
.ft-floating { z-index: -1; }
.ft-floating > img:nth-child(1) {left: 20px;top: 10%;}
.ft-floating > img:nth-child(2) {bottom: 0;left: 0;}
.ft-floating > img:nth-child(3) {bottom: 13%;left: 16%}
.ft-floating > img:nth-child(4) {bottom: 30px;right: 0%;}
.ft-floating > img:nth-child(5) {top: 30px;right: 0%;}
.cat-wrap {height: 300px;background-repeat: no-repeat;background-position: center; position: relative;background-size: cover;display: flex;
  align-items: end;border-radius: 10px;transition: var(--tm-transition);margin: 15px 0;z-index: 0;overflow: hidden;}
.cat-wrap::before {position: absolute;content: "";height: 45%;width: 100%;left: 0;bottom: 0;z-index: -1;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); 
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); 
}
.cat-info > h5 {font-family: var(--heading-ff);color: #fff;font-weight: 600;font-size: var(--lg-font);}
.cat-wrap:hover { transform: translateY(-5px); box-shadow: 10px 10px 30px 0px rgb(0 0 0 / 20%); }
.product-category-tabs .nav-link { font-family: var(--content-ff); border: 0; color: var(--tm-black); min-width: 130px; text-align: center; position: relative; opacity: 0.7;}
.product-category-tabs { border-bottom:0; margin-bottom: 0; }
.product-category-tabs .nav-link.active::after { position: absolute; content: "";
  height: 2px; width: 50px;background-color: var(--tm-sub-primary);left: 0;right: 0;bottom: 0; margin: auto;
}
/* .categories-slider-wrapper .owl-nav{
  display: none;
} */
.categories-slider-wrapper .owl-nav{
  display: block !important;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  top: 36%;
  width: 100%;
  z-index: -1;
}
.categories-slider-wrapper .owl-nav .owl-prev{
  position: absolute;
  left: -55px;
}
.categories-slider-wrapper .owl-nav .owl-next{
  right: -55px;
  position: absolute;
}
.categories-slider-wrapper .owl-nav button{
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d4d6d7 !important;
  color: var(--tm-black);
  font-size: var(--lg-font);
  transition: all .32s;
}
.categories-slider-wrapper .owl-nav button i {
  font-size: 22px;
  color: #000;
}
.categories-slider-wrapper .owl-nav button:hover{
  background-color: var(--tm-black) !important;
}
.categories-slider-wrapper .owl-nav button:hover i{
  color: #fff;
}
.categories-slider-wrapper .owl-nav button i{
  font-size: 22px;
  color: #000;
}
.product-category-tabs .nav-link.active { color: var(--tm-primary); opacity: 1; }
.product-category-tabs .nav-link > span { display: block;font-family: var(--content-bold-ff);}

/*--- Product Detail Page CSS Starts ---*/

.product-img-slide.carousel-indicators {
  position: relative!important;
  margin: 0;
  margin-top: 50px;
  display: block;
  width: 100px;
  height: 100%;
  min-height: 300px;
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 5px;
  width: 100px;
  min-width: 100px;
}
.carousel-indicators.product-img-slide li {
  width: 50px;
  height: 80px;
  border: 1px solid transparent;
  display: block;
  width: 100%;
  margin: 5px 0;
  cursor: pointer;
}
.carousel-indicators.product-img-slide li > img { opacity: 0.5; }
.carousel-indicators.product-img-slide li.active > img { opacity: 1; }
.prod_wrap::-webkit-scrollbar,
.product-img-slide.carousel-indicators::-webkit-scrollbar {
  width: 3px;
}
.prod_wrap::-webkit-scrollbar-track,
.product-img-slide.carousel-indicators::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.prod_wrap::-webkit-scrollbar-thumb,
.product-img-slide.carousel-indicators::-webkit-scrollbar-thumb {
  background: #888;
}
.prod_wrap::-webkit-scrollbar-thumb:hover,
.product-img-slide.carousel-indicators::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.img-zoom-result {
  border: 1px solid #d4d4d4;
  width: 70%;
  height: 80%;
  position: absolute;
  right: -74.5%;
  background: #fff;
  z-index: 99;
}
.product-detail-carousel .carousel-inner {
  margin-left: 20px;
}
#carouselExampleIndicators {
    display: flex;
    align-items: center;
}
.product-info-wrap .rate-line-through {
    text-decoration: line-through;
    padding-right: 10px;
        font-size: var(--xs-font);
    color: #a9a9a9;
}
.product-info-wrap .main-price {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.product-info-wrap .offer-save {
    color: #25a541!important;
    padding: 0 10px;
}
/*.product-info-wrap span {
    font-size: 13px;
    color: #a9a9a9;
}*/
ul.pack-size-list li {
    color: #676767;
    display: block;
    position: relative;
    width: 100%;
    height: 52px;
    /*margin-top: 15px;*/
    border-radius: 5px;
}
ul.pack-size-list li input[type=radio] {
    position: absolute;
    visibility: hidden;
}
ul.pack-size-list li label {
    display: block;
    position: relative;
    font-weight: 300;
    line-height: 1.7;
    display: block;
    position: relative;
    font-weight: 400;
    font-family: var(--content-bold-ff);
    font-size: 13px;
    padding: 10px;
    margin: 0 auto;
    height: 50px;
    cursor: pointer;
    -webkit-transition: all .25s linear;
    display: flex;
    justify-content: space-between;
    color: var(--tm-dark-gray)!important;
    z-index: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    background: #fdfdfd;

}
ul.pack-size-list li .dis-off {
    color: #cd131c;
}
ul.pack-size-list li .check {
    display: block;
    position: absolute;
    border: 0 solid #aaa;
    border-radius: 0;
    height: 50px;
    width: 50px;
    background: 0 0;
    color: #ddd;
    top: 0;
    right: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
ul.pack-size-list li .check::before {
    display: block;
    position: absolute;
    content: '\f00c';
    font-family: "font awesome 5 free";
    font-weight: 700;
    font-size: 20px;
    border-radius: 100%;
    height: 15px;
    width: 25px;
    top: 10px;
    left: 15px;
    margin: auto;
    transition: background .25s linear;
    -webkit-transition: background .25s linear;
}

.products-detail-wrap-section .form-check input[type=radio]:checked~label {
    background: #fff6f7;
    border-color: var(--tm-sub-primary);
    box-shadow: 2px 2px 15px 1px #ffefef;
    color: var(--tm-primary) !important;
}
.products-detail-wrap-section .form-check input[type=radio]:checked~.check {
    background: var(--tm-sub-primary);
    color: #fff;
    height: 50px;
    width: 50px;
    border-radius: 0;
    right: 0;
    top: 0;
    left: unset;
    border-radius: 4px;
    z-index: 0;
}
.products-detail-wrap-section .form-check input[type=radio]:checked~.check::before {
    color: #fff;
}
.products-detail-wrap-section .form-check input[type=radio]:checked~label span {
    color: var(--tm-black);
}
ul.pack-size-list > li { display: inline-block; width: 100px; margin: 0 3px;}
ul.pack-size-list > li:first-child{
  margin-left: 0;
}
.product-info-wrap h5.product-name { font-size: 30px; margin-bottom: 10px; margin: 10px 0 15px 0;font-family: var(--heading-ff);font-weight: 600;}
.product-info-wrap .prod-cat { display: inline-block;padding: 3px 10px;margin-bottom: 10px;border: 1px solid #fdf7ee;color: #e32227;border-radius: 5px; font-size: var(--xs-font);background: #fdf7ee; }
.product-category-tabs .nav-link > img { width: 60px; transition: var(--tm-transition); }
.product-category-tabs .nav-link:hover > img { transform: scale(1.1); }
.inner-banner-wrap { padding:100px 0 70px; background-repeat: no-repeat; background-position: center; background-size: cover; }
.custom-tabs .nav-link { color: var(--tm-black); border: 0;border-bottom: 4px solid transparent; transition: var(--tm-transition); font-size: var(--heading-sm-fs); }
.custom-tabs .nav-link.active { color: var(--tm-primary);  border-color: var(--tm-primary); border-color: var(--tm-primary); }
.breadcrumb .breadcrumb-item > a { color: var(--tm-primary); text-decoration: none; }
.breadcrumb-item+.breadcrumb-item::before { color: var(--tm-primary); }
.contact-form textarea.form-control { height: 100px; }
.contact-map iframe { border: 0;width: 100%; height: 430px; border-top-right-radius: 20px; border-bottom-right-radius: 20px;}
.contact-map { padding-top: 30px; }
.contact-form { background: rgb(255 248 238 / 100%); border-bottom-left-radius: 20px; border-top-left-radius: 20px; position: relative; }
.contact-form::before {
  position: absolute;
  content: "";
  border-right: 30px solid transparent;
  border-top: 30px solid transparent;
  border-bottom: 30px solid #ebe2d5;
  border-left: 30px solid transparent;
  right: -30px;
  top: -30px;
  z-index: -1;
}
.contact-form .form-floating > label { color: var(--tm-primary); }
.contact-form .form-floating > .form-control { box-shadow: none; border-color: #ddd; }
.contact-form .form-floating > .form-control:focus { border-color: var(--tm-primary); }


/*--- Product Detail Page CSS Ends ---*/

.best-list > li { list-style-type: none; background-color: #fff; border-radius: 10px; margin: 10px; box-shadow: 0px 0px 15px 10px rgb(0 0 0 / 3%); display: inline-block; padding: 10px;}
.bg-img { background-repeat: no-repeat; background-size: cover; background-attachment: fixed; background-position: center; }
.count-main .counter-value, .count-main .counter-value +  span { font-family: var(--content-bold-ff); color: #fff; font-size: var(--llg-font); font-weight: 500; }
.bg-overlay { position: relative; z-index: 0; }
.bg-overlay::before {  position: absolute;  content: "";  height: 100%;  width: 100%;  background-color: var(--tm-primary);  opacity: 0.7;  z-index: -1;  left: 0;  top: 0;}
.count-content > h6 { font-size: var(--lg-font); }
.count-content > h6 { font-size: var(--lg-font);font-family: var(--content-bold-ff);border-bottom: 1px solid #e6959a;width: fit-content;}
.mv-box > h4 { font-family: var(--heading-ff); font-weight: 800; color: var(--tm-primary); font-size: var(--lg-font); }
.achive-bg { background-repeat: repeat-y; }
.f-social > li { list-style-type: none; display: inline-block; margin-right: 10px; font-size: 1rem; color: var(--tm-black); }
.f-social > li:last-child { margin-right: 0; }
.f-social > li > a > img { width: 30px; }
.nivida img { width: 18px; filter: grayscale(1); transition: var(--tm-transition); }
.nivida a:hover img { filter: grayscale(0); }
.nivida { text-align: right; }
.copyright-wrap p { font-size: var(--xxs-font); }

.categories-slider-wrapper .owl-carousel .owl-stage-outer{
  padding-bottom: 20px;
}
.categories-slider-wrapper .category-text-wrap{
  margin: 20px 0;
}
.categories-slider-wrapper .category-img-wrap{
  overflow: hidden;
}
.categories-slider-wrapper .category-img-wrap img{
  transition: 0.7s;
}
.categories-slider-wrapper .category-wrap-box:hover .category-img-wrap img{
  transform: scale(1.1);
}
.categories-slider-wrapper .theme-btn-wrap{
  margin-top: 20px;
  margin: 20px 3px 0 3px;
}
.categories-slider-wrapper .theme-btn-wrap .theme-btn{
  display: block;
  text-align: center;
}
.custom-btn-with-border-radius{
  position: relative;
  padding: 15px 28px !important;
  line-height: 1;
  font-family: var(--content-bold-ff);
  position: relative;
  box-shadow: none!important;
  border: 1px solid #d4d6d7 !important;
  border-radius: 100px;
  transition: all .32s;
  background-color: var(--tm-black);
  color: #fff;
}
.custom-btn-with-border-radius:hover{
  background-color: var(--tm-primary);
  color: #fff;
  padding: 15px 36px !important;
  border: 1px solid var(--tm-primary) !important;
}
.custom-btn-with-border-radius::before{
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 50%;
  background-color: #fff;
  opacity: 0;
  overflow: hidden;
}
.custom-btn-with-border-radius::after{
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 50%;
  background-color: #fff;
  opacity: 0;
  overflow: hidden;
}
.custom-btn-with-border-radius:hover::before{
  left: 23px;
  opacity: 1;
  overflow: visible;
}
.custom-btn-with-border-radius:hover::after{
  right: 23px;
  opacity: 1;
  overflow: visible;
}
footer .main-ft .f-logo img{
  max-width: 160px;
  width: 100%;
}

/* ------------ Inner Banner CSS Start ------------ */
.inner-banner-wrap-section{
  background-color: #f5f8fa;
}
/* .inner-banner-wrap-section::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  background-image: linear-gradient(180deg, #ffcdcd, #9d040d);
  background-color: #f5f8fa;
  opacity: .6;
} */

.inner-banner-wrap-section .inner-banner-img {
  /* height: 400px; */
  height: 345px;
  object-fit: cover;
  border-bottom: 1px solid transparent;
}

.inner-banner-wrap-section .inner-baner-caption {
  position: absolute;
  bottom: 50px;
  width: 100%;
  left: 0;
}

.inner-banner-wrap-section .inner-banner-title h1 {
  font-size: 40px;
  color: var(--tm-black);
  font-family: var(--heading-ff);
}

.inner-banner-wrap-section .breadcrumb-item {
  font-size: 18px;
  color: var(--tm-black);
}

.inner-banner-wrap-section .breadcrumb-item a {
  color: var(--tm-black);
}

.inner-banner-wrap-section .breadcrumb-item+.breadcrumb-item::before {
  color: var(--tm-black);
}

/* ------------ Inner Banner CSS End ------------ */

/* ------------ Products Details Page Section CSS End ------------ */
.products-detail-wrap-section{
  overflow-x: hidden;
}
.products-detail-wrap-section #big{
  text-align: center;
  overflow: hidden;
}
.products-detail-wrap-section #big img{
  height: 400px;
  object-fit: contain;
  width: 100%;
}
.products-detail-wrap-section #big .item{
  pointer-events: auto;
}
.products-detail-wrap-section #big .big-img-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-detail-wrap-section #thumbs{
  text-align: center;
  display: flex;
  justify-content: center;
}
.products-detail-wrap-section #thumbs .item{
  margin: 10px;
}
.products-detail-wrap-section #thumbs img{
  height: 130px;
  width: 100%;
  object-fit: contain;
  background: #fff6f7;
  border-radius: 12px;
  padding: 14px;
}
.products-detail-wrap-section .price-wrap{
  font-family: var(--content-bold-ff);
  margin-top: 15px;
}
/* ------------ Products Details Page Section CSS End ------------ */

/* ------------ View Cart Page Section CSS Start ------------ */
.view-cart-section .table thead{
  background-color: #f8f9fa;
}
.view-cart-section .table>:not(caption)>*>* {
  border-width: 0 1px;
  text-align: center;
  vertical-align: middle;
  padding: .9rem .9rem;
}
.view-cart-section .table tbody td{
  font-family: var(--content-bold-ff);
  /* text-wrap: nowrap; */
}
.view-cart-section .table tbody td a{
  color: var(--tm-black);
  text-decoration: none;
}
.view-cart-section .products-img img{
  height: 100px;
  width: 100%;
  object-fit: contain;
}
.view-cart-section .icon i{
  font-size: 20px;
  color: var(--tm-black);
}
.view-cart-section .qty-wrap{
  border: 1px solid #e9e5e5;
  padding-bottom: 0;
}
.view-cart-section .qty-wrap > button.id-btn{
  color: #000;
  background: transparent;
}
.view-cart-section .qty-wrap > input.qty-value{
  border: none;
}
.dis-cart-total-wrapper h4{
  font-size: 20px;
}
.discount-wrap-box .form-control{
  padding-left: 0;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0;
  background: transparent;
}
.discount-wrap-box .form-control:focus{
  box-shadow: none;
  border-bottom: 1px solid var(--tm-primary);
}
.cart-total-wrap-box{
  background-color: #ffffff;
  padding: 35px;
  border: 1px solid #ebebeb;
}
.cart-total-wrap-box .cart-total-items{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
  align-self: center;
}
.cart-total-wrap-box .cart-total-items:last-child{
  border-bottom: 0;
}
.cart-total-wrap-box .cart-total-items p{
  margin-bottom: 0;
}
/* ------------ View Cart Page Section CSS End ------------ */

/* ------------ Checkout Page Section CSS End ------------ */
.checkout-billing-from-wrap .form-control{
  padding: .7rem .75rem;
  border-radius: 0;
}
.checkout-billing-from-wrap .form-control:focus{
  box-shadow: none;
  border: 1px solid var(--tm-primary);
}
.checkout-sidebar-box{
  background-color: #f1f1f1;
  padding: 35px;
  margin-bottom: 25px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.checkout-sidebar-box:last-child{
  margin-bottom: 0;
}
.checkout-sidebar-box .cart-total-items{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
}
.checkout-sidebar-box .cart-total-items:last-child{
  border-bottom: 0;
}
.checkout-sidebar-box .cart-total-items p{
  margin-bottom: 0;
}
.checkout-section .form-check-input:checked {
  background-color: var(--tm-primary);
  border-color: var(--tm-primary);
}
.checkout-section .form-check-input:checked:focus,
.checkout-section .form-check-input{
  box-shadow: none;
}
.checkout-section .address-list-box{
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.address-list-box .address-text h6{
  font-family: var(--content-bold-ff);
}
.checkout-section .table thead{
  background-color: #f1f1f1;
}
.checkout-section .table>:not(caption)>*>* {
  border-width: 0 1px;
  text-align: center;
  vertical-align: middle;
  padding: .9rem .9rem;
}
.checkout-section .table tbody td{
  font-family: var(--content-bold-ff);
  text-wrap: nowrap;
}
.checkout-section .table .products-img img{
  height: 80px;
  object-fit: contain;
}
.checkout-section .icon i{
  font-size: 20px;
  color: var(--tm-black);
}
.address-select-box{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 25px;
  border: 1px solid #d4d4d4;
  border-radius: 15px 10px;
}
.checkout-modalpopup .modal-body{
  padding: 50px;
}
.checkout-modalpopup .form-control{
  padding: .7rem .75rem;
  border-radius: 0;
}
.checkout-modalpopup .form-control:focus{
  box-shadow: none;
  border: 1px solid var(--tm-primary);
}
/* ------------ Checkout Page Section CSS End ------------ */

/* ------------ Order Completed Page Section CSS End ------------ */
.order-comp-wrap-section .order-comp-text-wrap-box h5{
  border: 1px dashed #00c32b;
  padding: 25px 20px;
  margin-bottom: 0;
  font-size: var(--lg-font);
}
.order-comp-wrap-section .order-comp-text-wrap-box h5 span img{
  width: 50px;
}
.order-comp-wrap-section .order-details-wrap-box h3{
  font: var(--sm-font);
  font-family: var(--content-bold-ff);
}
/* ------------ Order Completed Page Section CSS End ------------ */

.authentication-wrap-section{
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.authentication-logo{
  margin-bottom: 30px;
}
.authentication-logo img{
  width: 150px;
}
.authentication-top-text{
  text-align: center;
}
.authentication-top-text h4{
  font-size: var(--lg-font);
  font-family: var(--content-bold-ff);
  margin-bottom: 15px;
}
.authentication-left-side-box{
  padding: 30px;
  border: 1px solid #e31e2a;
  background: #fff;
}
.authentication-btn-wrap button{
  box-shadow: none;
  border: none;
  padding: 10px 25px;
  background: #e31e2a;
  width: 100%;
  color: #fff;
  font-family: var(--content-bold-ff);
  transition: all .32s;
}
.authentication-btn-wrap button:hover{
  background-color: var(--tm-black);
}
.authentication-btn-border a{
  padding: 10px 25px;
  display: block;
  border: 1px solid #e31e2a;
  text-decoration: none;
  color: var(--tm-black);
  font-family: var(--content-bold-ff);
  transition: all .32s;
}
.authentication-btn-border a:hover{
  background-color: var(--tm-primary);
  color: #fff;
}
.authentication-right-side-box h4{
  font-size: var(--md-font);
  font-family: var(--content-bold-ff);
  margin-bottom: 15px;
}
.authentication-right-side-box h6{
  font-family: var(--content-bold-ff);
  color: var(--tm-primary);
}
.authentication-right-side-box p span a{
  text-decoration: none;
  color: var(--tm-black);
}
.forgot-pass{
  text-align: center;
  margin-top: 20px;
}
.forgot-pass a{
  text-decoration: none;
  font-family: var(--content-bold-ff);
  color: var(--tm-primary);
}
.authentication-wrap-section .form-control{
  padding: .7rem .75rem;
  border-radius: 0;
}
.authentication-wrap-section .form-control:focus{
  box-shadow: none;
  border: 1px solid var(--tm-primary);
}
.back-btn a{
  text-decoration: none;
  color: var(--tm-primary);
  font-family: var(--content-bold-ff);
}
.back-btn a span{
  margin-right: 5px;
  line-height: 0;
}
.authentication-form-wrap label span{
  color: red;
  font-family: var(--content-bold-ff);
  margin-left: 2px;
}

.my-account-sidebar ul{
  list-style: none;
  padding-left: 0;
}
.my-account-sidebar ul li{
  padding: 10px;
  border-bottom: 1px solid #dbdbdb;
}
.my-account-sidebar ul li:last-child{
  margin-bottom: 0px;
}
.my-account-sidebar ul li a{
  text-decoration: none;
  color: var(--tm-black);
  font-family: var(--content-bold-ff);
}
.my-account-sidebar ul li a.active{
  color: var(--tm-primary);
}
.my-account-wrap-box{
  border: 1px solid #dbdbdb;
  padding: 30px 20px;
  text-align: center;
  border-radius: 20px;
  transition: all .32s;
}
.my-account-wrap-box:hover{
  background-color: var(--tm-primary);
}
.my-account-wrap-box a{
  text-decoration: none;
}
.my-account-wrap-box .my-account-icon img{
  width: 55px;
  transition: all .32s;
}
.my-account-wrap-box:hover .my-account-icon img{
  filter: brightness(0) invert(1);
}
.my-account-wrap-box .my-account-text-wrap h5{
  font-family: var(--content-bold-ff);
  color: var(--tm-primary);
  font-size: 18px;
  margin-bottom: 0;
  transition: all .32s;
}
.my-account-wrap-box:hover .my-account-text-wrap h5{
  color: #fff;
}
.my-orders-wrapper thead{
  background-color: #f1f1f1;
}
.my-orders-wrapper .table>:not(caption)>*>*{
    text-align: center;
    vertical-align: middle;
    padding: .9rem .9rem;
}
.my-orders-wrapper .table td i{
    padding: 11px;
    border-radius: 5px;
    background-color: #f1f1f1;
    color: var(--tm-primary);
    font-size: 25px;
    transition: all .32s;
}
.my-orders-wrapper .table td i:hover{
  background-color: var(--tm-black);
  color: #fff;
}
.my-profile-details-wrap-box .form-control{
  padding: .7rem .75rem;
  border-radius: 0;
}
.my-profile-details-wrap-box .form-control:focus{
  box-shadow: none;
  border: 1px solid var(--tm-primary);
}

/* ------------ My Wishlist Page Section CSS End ------------ */
.my-wishlist-section .table thead{
  background-color: #f1f1f1;
}
.my-wishlist-section .table>:not(caption)>*>* {
  border-width: 0 1px;
  text-align: center;
  vertical-align: middle;
  padding: .9rem .9rem;
}
.my-wishlist-section .table tbody td{
  font-family: var(--content-bold-ff);
  text-wrap: nowrap;
}
.my-wishlist-section .products-img img{
  height: 100px;
  width: 100%;
  object-fit: contain;
}
.my-wishlist-section .icon i{
  font-size: 20px;
  color: var(--tm-black);
}
.my-wishlist-section .qty-wrap{
  border: 1px solid #e9e5e5;
  padding-bottom: 0;
}
.my-wishlist-section .qty-wrap > button.id-btn{
  color: #000;
  background: transparent;
}
.my-wishlist-section .qty-wrap > input.qty-value{
  border: none;
}
/* ------------ My Wishlist Page Section CSS End ------------ */

/* ------------ Inner Banner Text Section CSS End ------------ */
.inner-banner-text-wrap-section{
  padding: 200px 0 30px;
  background: #f8f8f8;
}
.inner-banner-text-wrap-section .inner-banner-title h1 {
  font-size: 40px;
  color: var(--tm-black);
  font-family: var(--heading-ff);
}
.inner-banner-text-wrap-section .breadcrumb .breadcrumb-item > a{
  color: var(--tm-black);
}
.inner-banner-text-wrap-section .breadcrumb .breadcrumb-item.active{
  color: var(--tm-primary);
}
/* ------------ Inner Banner Text Section CSS End ------------ */
.error {
  color: red !important;
}


.cart-detail-wrap-box{
  max-width: 105px;
}
.cart-empty-wrap-box{
  background: #ffefef;
  width: 100%;
  display: block;
  text-align: center;
  padding: 40px 20px;
}
.cart-empty-wrap-box img{
  width: 70px;
}
.cart-empty-wrap-box p{
  font-weight: 600;
  color: var(--tm-black);
  margin-top: 10px;
  font-size: 15px;
  text-transform: capitalize;
}
.terms-of-use-section h2{
  font-size: 20px;
  color: #e31e29;
  font-family: var(--content-bold-ff);
  font-weight: 500;
}
.terms-of-use-section ul li{
  margin-bottom: 10px;
}
.terms-of-use-section ul li:last-child{
  margin-bottom: 0;
}
.inner-aboutus-section .inner-about-img-wrap{
  overflow: hidden;
  border-radius: 12px;
}
.inner-aboutus-section .inner-about-img-wrap img{
  border-radius: 12px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.inner-aboutus-section .inner-about-img-wrap:hover img{
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.count-main{
  border: 1px dashed #fff;
  border-radius: 12px;
}
.our-shop-section .ft-address{
  background: white;
  padding: 25px;
  border-radius: 12px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  border: 1px solid #e0e0e0;
  height: 100%;
  border-right: 2px solid var(--tm-primary);
  border-bottom: 2px solid var(--tm-primary);
}
.contact-wrap-section .form-control{
  padding: .7rem .75rem;
  border-radius: 0;
}
.contact-wrap-section .form-control:focus{
  box-shadow: none;
  border: 1px solid var(--tm-primary);
}
.contact-details-wrapper{
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #d3cccc;
}
.get-in-touch-title{
  font-size: 23px;
  color: var(--tm-primary);
  font-family: var(--content-bold-ff);
  margin-bottom: 30px;
}
.contact-details-wrapper p a{
  text-decoration: none;
  color: var(--tm-black);
}
.contact-details-wrapper h6{
  font-family: var(--content-bold-ff);
  margin-bottom: 20px;
}
.cl-my-cart-btn{
  width: 100%;
  display: block;
  float: right;
  margin-bottom: 30px;
}
.cl-my-cart-btn a{
  float: right;
}
.user-name-wrap h6 span{
  font-family: var(--content-bold-ff);
  color: var(--tm-black);
}
.products-list-section .form-control{
  padding: .7rem .75rem;
  border-radius: 0;
}
.products-list-section .form-control:focus{
  box-shadow: none;
  border: 1px solid var(--tm-primary);
}
.dataTables_length{
  margin-bottom: 15px;
}
.dataTables_wrapper .dataTables_length select{
  margin: 7px;
}
.dataTables_scrollBody{
  height: auto !important;
}
.dataTables_processing {
  z-index: 9999;
}
.paginate_button{
  background: #f2f0ee !important;
}
.thank_you-wrap{
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  padding: 35px;
  border: 1px dashed #e31e29;
  text-align: center;
  background: #fff7f7;
}
.thank_you-wrap .inquiry-icon{
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
}
.thank_you-wrap .inquiry-icon img{
  /* filter: brightness(0) invert(1); */
  width: 50px;
}
.thank_you-wrap .thank-you-text-wrap{
  /* padding: 35px; */
  margin-top: 20px;
}
.thank_you-wrap .thank-you-text-wrap h1{
  font-size: 40px;
  font-family: var(--content-bold-ff);
  color: var(--tm-primary);
  margin-bottom: 25px;
}
.thank_you-wrap .thank-you-text-wrap p{
  font-size: 17px;
  font-weight: 600;
  color: #50565c;
}
.thank_you-wrap .thank-you-text-wrap p a{
  color: #e31e2a;
  text-decoration: none;
}
.contact_details a{
  text-decoration: none;
  color: var(--tm-primary);
  font-family: var(--content-bold-ff);
}
.thank_you-wrap .contact_details img{
  width: 25px;
}
.thank_you-wrap .contact_details{
  padding: 15px 0;
}
.error404-wrap-section h2{
  margin: 0 auto;
  font-size: 50px;
  color: var(--tm-primary);
  font-family: var(--content-bold-ff);
  margin-bottom: 20px;
  /* background-image: url("../images/404-bg-img.jpg");
  font-family: var(--content-bold-ff);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-background-clip: text; 
   background-clip: text;
  -webkit-text-fill-color: transparent; */
}
.error404-wrap-section h3{
  font-size: 27px;
  color: var(--tm-primary);
  margin-bottom: 20px;
  text-transform: capitalize;
}
.error404_wrap-box{
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  padding: 35px;
  border-top: 2px solid #e31e29;
  text-align: center;
}
.checkout-section .table a{
  text-decoration: none;
  color: var(--tm-primary);
}

.checkout-section .table-responsive::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.checkout-section .table-responsive::-webkit-scrollbar
{
	width: 100%;
  height: 5px;
	background-color: #F5F5F5;
}

.checkout-section .table-responsive::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: var(--tm-primary);
}

/* ------------------- FAQ's section CSS Start ------------------- */
.faqs-wrap-section .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: var(--tm-black);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
  border-bottom: 1px solid #000;
}
.faqs-wrap-section .accordion-item{
  margin-bottom: 15px;
  border: 1px solid #cecece;
  border-radius: 0px;
}
.faqs-wrap-section .accordion-item:last-child{
  margin-bottom: 0;
}
.faqs-wrap-section .accordion-button{
  background-color: #f8f8f8;
}
.faqs-wrap-section .accordion-button h2{
  font-size: 23px;
  margin-bottom: 0;
}
.faqs-wrap-section .accordion-button:focus{
  box-shadow: none;
}
/* ------------------- FAQ's section CSS End ------------------- */
.wishlist-icon-wrap a{
  text-align: right;
  /* margin-right: 12px; */
  float: right;
}
.wishlist-icon-wrap a img{
  width: 23px;
}

.filer-icon img{
  height: 38px;
  width: 38px;
  cursor: pointer;
}

.cart-items-list{
  max-height: 340px;
  overflow-y: scroll;
}
.cart-items-list::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.cart-items-list::-webkit-scrollbar
{
	width: 4px;
	background-color: #F5F5F5;
}

.cart-items-list::-webkit-scrollbar-thumb
{
	background-color: var(--tm-primary);
	/* border: 2px solid #555555; */
}

.blog-section .blog-title{
  text-decoration: none;
  color: var(--tm-black);
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2; 
  -webkit-box-orient: vertical;
  text-transform: capitalize;
}
.blog-section .blog-date{
  color: var(--tm-primary);
}
.blog-section .default-link{
  color: var(--tm-primary);
  border-bottom: 1px solid var(--tm-primary);
  width: fit-content;
  text-decoration: none;
  padding-bottom: 1px;
}
.blog-details-wrap-section .blog-title{
  color: var(--tm-primary);
  font-weight: 600;
  font-size: 28px;
  padding-bottom: 15px;
}
.blog-details-wrap-section h1,
.blog-details-wrap-section h2,
.blog-details-wrap-section h3,
.blog-details-wrap-section h4,
.blog-details-wrap-section h5,
.blog-details-wrap-section h6{
  color: var(--tm-black);
  font-size: 20px;
  font-weight: 600;
}
.sidebar-blog-box ul{
  list-style: none;
}
.sidebar-blog-box a{
  text-decoration: none;
  color: var(--tm-black);
}
.sidebar-blog-box > li {
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.sidebar-blog-box li:last-child{
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* ------------------ Search bar CSS Start ------------------ */
.search-wrap-box .add-on .input-group-btn > .btn {
  border-left-width:0;left:-2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* stop the glowing blue shadow */
.search-wrap-box .add-on .form-control:focus {
 box-shadow:none;
 -webkit-box-shadow:none; 
 border-color:#cccccc; 
}
.search-wrap-box .form-control{width:20%}
.search-wrap-box .my-navbar-nav > li > a {
  border-right: 1px solid #ddd;
  padding-bottom: 15px;
  padding-top: 15px;
}
.search-wrap-box .my-navbar-nav:last-child{ border-right:0}
.search-wrap-box .round-btn{
  /* height: 50px;
  width: 50px; */
  background-color:transparent;
  border-radius: 34px;
  text-align: center;
  /* line-height: 50px; */
  color:gray;
  float: right;
}
.search-wrap-box .flip-icon{
   -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.search-wrap-box .hidden-search-box{
  display: none;
  position: absolute;
  right: 130px;
  background-color: var(--tm-black);
  top: 100%;
  height: 50px;
  width: 35%;
  z-index: 9;
  /* bottom: -65px; */
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;

}
.search-wrap-box .addon-btn{
  width: 50px;
  height:50px;
  background-color: var(--tm-primary);
  border: 0 none;
  /* margin-top: -5px; */
  color: #ffffff;
}
.search-wrap-box .addon-text-box, addon-text-box:active{
  background-color: transparent!important;
  border: 0 none;
  color:  #ffffff!important;
  border-radius: 0;
  font-weight: 400;
  margin-left: calc(5px + 1.13em);
  margin-right: calc(5px + 1.13em);
 
}
.search-wrap-box .addon-btn i{
  font-size: 22px;
}
/* .search-wrap-box .traingle{
  height:15px;
  width: 15px;
  background-color: transparent;
  border-left: 15px transparent solid;
  border-right: 15px transparent solid;
  border-bottom: 15px rgb(37, 51, 66) solid;
  float:right;
  margin-top: -10px;
  margin-right: 10px;
} */

/* ------------------ Search bar CSS End ------------------ */

.wishlist-icon-wrap{
  position: absolute;
  top: 0;
  right: 0;
  background: #e31e2a14;
  padding: 8px;
  border-bottom-left-radius: 15px;
  z-index: 1;
}

.best-saller-wrap{
  position: absolute;
  top: 0;
  background: #F1AF00 !important; 
  left: 0;
  border-bottom-right-radius: 25px;
  z-index: 1;
}
.seasonal-wrap{
  /* position: absolute;
  top: 0;
  background: #F1AF00 !important; 
  right: 0;
  border-bottom-left-radius: 25px;
  z-index: 1; */
  background: #e31e2a;
  color: #fff;
  padding: 5px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  right: -42px;
  z-index: 2;
  transform: rotate(90deg);
  overflow: hidden;
  text-align: center;
}
.seasonal-wrap h2 {
  font-size: 14px;
  padding: 1px 21px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
}

.best-saller-wrap h2{
  /* font-size: 14px;
  padding: 7px 20px; */
  font-size: 12px;
  padding: 6px 15px;
  color: #000;
  font-weight: 600;
}
.whatapp-sticky-icon{
  position: fixed;
  right: 15px;
  bottom: 50px;
  z-index: 9;
}
.whatapp-sticky-icon a img{
  width: 50px;
}
.add-btn-plus{
  background-color: var(--tm-primary);
  width: 30px;
  height: 30px;
  color: #fff;
  display: block;
  line-height: 30px;
}
.out-of-stock-text{
  font-size: 16px;
  color: #e31e29;
  font-weight: 600
}


/* .checkout-section .table-scroll{
  display: block;
}

.checkout-section .table-scroll thead{
  display: block;
  width:100%;
  overflow-y: scroll;
}

.checkout-section .table-scroll tbody{
  display: block; position:relative;
  width:100%; overflow-y:scroll;
}

.checkout-section .table-scroll tr{
  width: 100%;
  display:flex;
}

.checkout-section .table-scroll td,.checkout-section .table-scroll th{
  flex-basis:100%;
  display: block;
}
.checkout-section .body-half-screen{
  max-height: 50vh;
} */
.drift-bounding-box{
  width: 90px;
  height: 90px;
  left: 721px;
  top: 273.172px;
  position: absolute;
  pointer-events: none;
  background-color: rgba(0, 0, 0, .4);
}

.view-cart-section .qty-wrap{
  width: 135px;
}
.view-cart-section .qty-wrap > input.qty-value{
  width: 100%;
}
.dis-cart-total-wrapper{
  position: sticky;
  top: 90px;
  border: 1px solid #e0dcdc;
}
.products-detail-wrap-section .owl-carousel{
  z-index: 0;
}
.zoomLens{
  width: 100px !important;
  height: 100px !important;
}
.header-icon-wrap {
  font-size: 26px;
}
.order-now-btn-wrap ul{
  padding-left: 0;
  list-style: none;
}
.order-now-btn-wrap ul li{
  position: relative;
  margin-right: 10px;
}
.order-now-btn-wrap ul li::before{
  position: absolute;
  content: '';
  width: 75px;
  height: 75px;
  border: 1px dashed #e31e2a;
  border-radius: 50%;
  animation: rotate-animation 15s infinite linear;
  z-index: -1;
}
@keyframes rotate-animation {
	0% {
		transform: rotate(0deg);
  }
  50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.order-now-btn-wrap ul li img{
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 50%;
  padding: 5px;
}
.map-add-wrap-box{
  border: 1px solid #dcdcdc;
}
.map-add-wrap-box .nav-pills .nav-link{
  text-align: left;
  box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
  background: #fff;
  padding: 15px;
  border-bottom: 2px solid var(--tm-primary);
}
.map-add-wrap-box .nav-item{
  margin-bottom: 10px;
}
.map-add-wrap-box .nav-pills .nav-link h2{
  font-size: 20px;
  font-family: var(--content-bold-ff);
  color: var(--tm-primary);
}
.map-add-wrap-box .nav-pills .nav-link p{
  color: #000;
}
.map-wrapper .tab-content{
  height: 100%;
}
.map-wrapper .tab-pane{
  height: 100%;
}
.map-wrapper .our-shop-title{
  font-family: var(--content-bold-ff);
  font-size: 25px;
  border-bottom: 1px solid var(--tm-primary);
  width: fit-content;
  padding-bottom: 3px;
}
.map-wrapper .nav-pills{
  max-height: 545px;
  overflow-y: auto;
  display: block;
  padding-right: 10px;
}
.map-wrapper .nav-pills::-webkit-scrollbar-track
{
	background-color: #ffffff;
}

.map-wrapper .nav-pills::-webkit-scrollbar
{
	width: 5px;
	background-color: #ffffff;
}

.map-wrapper .nav-pills::-webkit-scrollbar-thumb
{
	background-color: #9fa0a1;
}
.why-choose-us-img-wrap{
  overflow: hidden;
  border-radius: 12px;
}
.why-choose-us-img-wrap img{
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  border-radius: 12px;
}
.why-choose-us-img-wrap:hover img{
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.main-navbar-nav .dropdown-menu .dropdown-item.active{
  background-color: #fff6f7 !important;
}
.checkout-sidebar-wrapper .th-product-img,
.checkout-sidebar-wrapper .td-product-img{
    width: 20% !important;
} 
/* ------------------ Search bar CSS Start ------------------ */
.perishable-products-slide-item{
  border: 2px solid #cecdcd;
  border-radius: 8px;
  padding: 5px;
}
.perishable-products-slide-item .thumb img{
  border-radius: 8px;
}
.perishable-products-slider-wrapper .product-info a{
  padding: 20px 10px;
  color: var(--tm-primary);
  display: block;
  font-size: 20px;
  font-family: var(--content-bold-ff);
}
/* ------------------ Search bar CSS End ------------------ */

#big .zoom-icon-wrap{
  position: absolute;
  bottom: 5px;
  right: 10px;
  object-fit: cover;
  background-image: url(../images/maximize.png);
  background: #2a3138;
  padding: 5px;
  border-radius: 4px;
}
#big .zoom-icon-wrap img{
  height: auto;
  width: 23px;
  filter: brightness(0) invert(1);
}
.weg-icon-wrap{
  position: absolute;
  top: 5px;
  right: 5px;
}
.weg-icon-wrap img{
  border-radius: 0 !important;
  width: 23px;
}

/* ------------------- ADV Section CSS Start ------------------- */
.adv-banner-sec .adv-img-wrap img{
  border-radius: 12px;
}
.adv-banner-sec .owl-nav button {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d4d6d7 !important;
  color: var(--tm-black);
  font-size: var(--lg-font);
  transition: all .32s;
}
.adv-banner-sec .owl-nav button i {
  font-size: 22px;
  color: #000;
}
.adv-banner-sec .carousel-control-prev{
  left: -50px;
}
.adv-banner-sec .carousel-control-next{
  right: -50px;
}
.adv-banner-sec .carousel-control-next, .adv-banner-sec .carousel-control-prev{
  width: 4%;
  opacity: 1;
}
.adv-banner-sec .carousel-control-prev-icon,
.adv-banner-sec .carousel-control-next-icon{
  background-color: #d4d6d7;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-control-next-icon{
  background-image: url(../images/right-angle-arrow.png);
}
.carousel-control-prev-icon{
  background-image: url(../images/left-arrow-angle.png);
}
/* ------------------- ADV Section CSS End ------------------- */

.perishable-products-sec .veg-icon-wrap{
  position: absolute;
  top: 8px;
  right: 8px;
}
.perishable-products-sec .veg-icon-wrap img{
  width: 25px;
  border-radius: 0 !important; 
}

.product-slide-item .veg-icon-wrap{
  position: absolute;
  top: 50px;
  right: 8px;
}
.product-slide-item .veg-icon-wrap img{
  width: 25px;
  height: 25px;
  border-radius: 0 !important; 
}

.products-detail-wrap-section .veg-icon-wrap{
  position: absolute;
  top: 10px;
  right: 10px;
}
.products-detail-wrap-section .veg-icon-wrap img{
  width: 25px;
  height: 25px;
  border-radius: 0 !important; 
}

.products-detail-wrap-section .wishlist-icon-wrap{
  background-color: transparent;
}
.products-detail-wrap-section .wishlist-icon-wrap a{
  float: left;
}
#grdtotal_cartview, #gsttotal_cartview, #net_subtotal_cartview{
  display: flex;
  align-items: center;
}
.recent-blog-list.recent-blog-list li {
  padding: 10px 0;
  border-bottom: 1px solid #e3dfdf;
}
.recent-blog-list.recent-blog-list li:last-child{
  padding-bottom: 0;
}
.recent-blog-list.recent-blog-list li a{
  color: var(--tm-primary);
  font-family: var(--content-bold-ff);
}

.my-account-wrap-section table.dataTable tbody td{
  text-wrap: nowrap;
}
.text-sm {
  font-size: 14px !important;
}