
:root {
--im-font-primary-font-family: 'Poppins', sans-serif;
--im-body-font-size: 0.875rem;
--im-body-font-weight: 400;
--im-body-line-height: 1.5;
--im-body-color: #000;;
--im-body-bg: #FFFFFF;

}

body {
color: var(--im-body-color) !important;
background: var(--im-body-bg);
font-family: var(--im-font-primary-font-family);
line-height: var(--im-body-line-height);
}
ul li{
  list-style: none;
}
.bg-theme{
background-color: #622B86 !important;
}
.light-theme{
background-color: #F4F2F3  !important;
}

.bg-theme-light{
background: rgba(73,15,120,.12) !important;
}
.theme-color{
color: #622B86 !important;
}
.light-color{
color: rgba(0,0,0,.6) !important;
}
.text-light-gray{
color:#acb2b8 !important;
}
.text-gray{
color:#acb2b8;
}
.bg-gray-f{
background-color: #ededed !important;
}
.border-top-theme{
border-top: 1px solid #3f115e;;
}
.border-bottom-theme{
border-bottom: 1px solid #3f115e;;
}
.fw-500{
font-weight: 500;
}
.h-15{
  height: 15px;
}
.h-20{
  height: 20px;
}
.h-25{
  height: 25px;
}
.w-10{
  width: 10%;
}
.w-15{
  width: 15%;
}
.w-20{
  width: 20%;
}
.w-60{
  width: 60%;
}
.w-70{
  width: 70%;
}
.w-80{
  width: 80%;
}
.w-600{
width: 600px !important;
}
.w-700{
width: 700px !important;
}
.w-800{
width: 800px !important;
}
.w-search{
width: 700px !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scroll-hidden::-webkit-scrollbar {
display: none;
}
.dropdown-item.active, .dropdown-item:active {
color: var(--bs-dropdown-link-active-color);
text-decoration: none;
background-color: #f4f4f4 !important;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scroll-hidden {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}
.z-index-top{
z-index: 100000;
}
a{
text-decoration: none !important;
color: #000000 !important;
cursor: pointer !important;
}
.cursor-none{
cursor:none !important;
}
a:hover{
text-decoration: none;
color: transparent;
}
.font-10{
font-size: 10px !important;
}
.font-12{
font-size: 12px !important;
}
.font-14{
font-size: 14px !important;
}
.font-16{
font-size: 16px !important;
}
.font-18{
font-size: 18px !important;
}
.font-20{
font-size: 20px !important;
}
.font-22{
font-size: 22px !important;
}
.font-24{
font-size: 24px !important;
}
.font-26{
font-size: 26px !important;
}
.font-28{
font-size: 28px !important;
}
.font-30{
font-size: 30px !important;
}
.font-32{
font-size: 32px !important;
}
.font-34{
font-size: 34px !important;
}
.font-36{
font-size: 36px !important;
}
.font-38{
font-size: 38px !important;
}
.fw-400{
font-weight: 400;
}
.fw-500{
font-weight: 500;
}
.fw-600{
font-weight: 600;
}
.mt-n5px{
margin-top: -5px !important;
}
.header-nav .dropdown-toggle::after{
border-right: 0px !important;
border-left: 0px !important;
}
.header-nav .nav-link{
margin-right: 15px;
font-weight: 300;
}
.header-nav .nav-item .active{
color: #FFCA2C !important;
}
.header-nav .nav-link{
font-weight: 300;
}
.nav-item .subtitle{
color: #b6b8ba!important;
}
.h-250{
height: 250px;
}
.h-200{
height: 200px;
}
.h-150{
height: 150px;
}
.footer-logo-card{
height: 90px;
width: 90px;
}
.text-overflow-ellipsis{
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    }
.over-flow-x-clip{
overflow-x: clip;
}
.text-with-line {
overflow: hidden;
text-align: center;
}
.text-with-line:before,
.text-with-line:after {
background-color: #dbdbdb;
content: "";
display: inline-block;
height: 0.5px;
position: relative;
vertical-align: middle;
width: 50%;
}

.text-with-line:before {
right: 0.5em;
margin-left: -50%;
}

.text-with-line:after {
left: 0.5em;
margin-right: -50%;
}
.prime-sec:before {
content: '';
position: absolute;
top: 0;
right: 100%;
border-top: 28px solid #3397DA;
border-left: 15px solid transparent;
}
.prime-sec {
position: absolute;
top: 0;
right: 0;
height: 28px;
width: 65px;
background: url(../img/icons/logo-prime-small.png) 5px center no-repeat #3397DA;
background-size: 75%;
}

/*  */
.rating {
display: inline-block;
}
.rating .star {
font-size: 24px;
color: #ddd;
}
.rating .star:before {
content: "\2605";
}
.rating .star.active {
color: #ffc107;
}
.hr-sect,.hr-sect2{
display:flex;
flex-basis:100%;
align-items:center;
color:rgba(0,0,0,.35);
margin:8px 0
}
.hr-sect:after,.hr-sect:before{
content:"";
flex-grow:1;
background:#ddd;
height:1px;
font-size:0px;
line-height:0;
margin:0 8px
}
.bg-theme:active{
color: #000 !important;
}
.bg-theme:hover{
background-color: #622B86 !important;
}
.rounded-img-section{
width: 150px;
height: 150px;
display: flex;
justify-content: center;
margin: auto;
z-index: 1000;
}
.product-img-section{
width: 200px;
height: 200px;
display: flex;
justify-content: center;
margin: auto;
z-index: 1000;
}
/* top ribbon left */

.ribbon {
position: absolute;
left: -5px; top: -5px;
z-index: 1;
overflow: hidden;
width: 75px; height: 75px;
text-align: right;
}
.ribbon span {
font-size: 10px;
font-weight: bold;
color: #FFF;
text-transform: uppercase;
text-align: center;
line-height: 20px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
width: 100px;
display: block;
background: #79A70A;
background: linear-gradient(#FFC107 0%, #ffc107 100%);
box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
position: absolute;
top: 19px; left: -21px;
}
.ribbon span::before {
content: "";
position: absolute; left: 0px; top: 100%;
z-index: -1;
border-left: 3px solid #ffc107;
border-right: 3px solid transparent;
border-bottom: 3px solid transparent;
border-top: 3px solid #ffc107;
}
.ribbon span::after {
content: "";
position: absolute; right: 0px; top: 100%;
z-index: -1;
border-left: 3px solid transparent;
border-right: 3px solid #ffc107;
border-bottom: 3px solid transparent;
border-top: 3px solid #ffc107;
}
.box-shadow-card{
box-shadow: 0 0px 1px rgba(0,0,0,.42);
}
.wdp-ribbon-six{
background: none !important;
position: relative;
box-sizing: border-box;
position: absolute;
width: 65px;
height: 65px;
top:0px;
right:0px;
padding:0px;
overflow: hidden;
}
.wdp-ribbon-inner-wrap{
-ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
-webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}
.wdp-ribbon{
display: inline-block;
padding: 2px 15px;
position: absolute;
right: 0px;
top: 20px;
line-height: 24px;
height:24px;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
border-radius: 0;
text-shadow: none;
font-weight: normal;
background-color: #dc3545 !important;
}
.wdp-ribbon-circle{
  background: #dc3545;
  right: 0px;
  top: 10px;
  padding: 0px;
  height: 20px;
  width: 90px;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
}
.text-offer{
width: 3rem;
line-height: 18px;
}
.pt-rm{
padding-top: .5rem !important;
}
.top-r-dropdown:hover .dropdown-menu-r {
display:block !important;
position: absolute ;
right: 5%;

}
.dropdown-menu-r{
background: #FFF;
width: 290px;
border-radius: 6px;
box-shadow: 0 3px 8px 0 rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.08); animation-name: fade-in;
animation-duration: 0.3s;
animation-timing-function: ease-out;
}
.top-r-dropdown .dropdown-item:hover{
background-color: transparent !important;
}
@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

.h-m-left{
  transition: all 1s;  /* lets make it smooth */
}

.h-m-left:hover{
  transition: all .5s;
  transform : translateX(10px);
  transition: all 1s;  /* lets make it smooth */

}
.h-m-left .dp-text:hover{
  color: #000 !important;
  font-weight:500;
}
.i-c:hover{
  color: #000 !important;
  font-weight:500;
}
.form-check-input:checked {
background-color: #000;
border-color: #000;
}
.max-height-300{
max-height: 300px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.scroll-set::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.scroll-set {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}
.hide-filters {
display:flex;
height: 0;
overflow: hidden;
transition: height 0.3s ease-out;
}

#sticky-col {
position: sticky;
top: 0;
}

.bg-d-gray{
  background-color: #DEDEDE;

}
.color-d-gray{
  color: #DEDEDE;
}

.qtv-btn{
      color: rgba(0,0,0,.3);
        background: rgba(0,0,0,.05);
}
.number span {cursor:pointer; }
.number .btn:hover{
  background-color: #dddbdb;
}
.number input {
  height: 38px;
  width: 80px;
  text-align: center;
  font-size: 20px;
  border: none;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  color: rgba(0,0,0,.6);
}
.text-sep {
width: 100%;
text-align: center;
border-bottom: 1px solid #000;
line-height: 0.1em;
margin: 10px 0 20px;
}

.text-sep span {
padding:0 10px;
}
.star-ratings {
unicode-bidi: bidi-override;
color: #ccc;
font-size: 22px;
position: relative;
margin: 0;
padding: 0;
/* text-align: end; */
}
.p-detail
.star-ratings .fill-ratings {
color: #ffc107;
padding: 0;
position: absolute;
z-index: 1;
display: block;
top: 0;
left: 0;
overflow: hidden;
}
.star-ratings .fill-ratings {
color: #ffc107;
padding: 0;
position: absolute;
z-index: 1;
display: block;
top: 0;
left: 0;
overflow: hidden;
}
.star-ratings .fill-ratings span {
display: inline-block;
}
.star-ratings .empty-ratings {
padding: 0;
display: block;
z-index: 0;
}
/*  */

.star-ratings-list {
  unicode-bidi: bidi-override;
  color: #ccc;
  font-size: 22px;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: end;
  }
  .star-ratings-list .fill-ratings {
  color: #ffc107;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
  }
  .star-ratings-list .fill-ratings span {
  display: inline-block;
  }
  .star-ratings-list .empty-ratings {
  padding: 0;
  display: block;
  z-index: 0;
  }
  .cart-number span {cursor:pointer; }
  .cart-number .btn:hover{
    background-color: #dddbdb;
  }
  .cart-number input {
    height: 30px;
    width: 50px;
    text-align: center;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    color: rgba(0,0,0,.6);
   }
.line-divider {
    height: 3px;
    display: block;
    background-color: rgba(0,0,0,.1);
    margin: 1em 0 1em;
    width: 100%;
    max-width: 60px;
}
.cart_steps a {
  color: #ccc !important;
}
.cart_steps a.active {
  color: #000000 !important;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.rating>label {
  color: #90a0a3;
  float: right;
}

.rating>label:before {
  margin: 0px;
  font-size: 2em;
  font-family: FontAwesome;
  content: "\f005";
  display: inline-block;
}

.rating>input {
  display: none;
}

.rating>input:checked~label,
.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
  color: #ffc107;
}

.rating>input:checked+label:hover,
.rating>input:checked~label:hover,
.rating>label:hover~input:checked~label,
.rating>input:checked~label:hover~label {
  color: #fece31;
}
.ulcol4 ul{
column-count: 5;
}
.text-overflow-other{
    /**Major Properties**/
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
}


.wc-messages {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: 1px solid var(--bs-alert-border-color);
  --bs-alert-border-radius: 0.375rem;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.top-cat-list .card:hover p{
  color:#dc3545 !important;
 }
 .footer-bg{
  background-color: #232F3E;
 }
 .footer-text a{
  color: #DDD !important;
  font-size: 14px;
 }
 .top-cat-list .card:hover p{
  color:#dc3545 !important;
 }
 .owl-nav button {
position: absolute;
top: 45%;
background-color: #000;
color: #fff;
margin: 0;
transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
left: -50px;
}
.owl-nav button.owl-next {
right: -50px;
}
.owl-nav button {
position: absolute;
top: 45%;
transform: translateY(-50%);
background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
outline: none;
}
.shadow-2-strong {
  box-shadow: 0px 2px 6px 0 rgba(0,0,0,0.3);
}
.theme-background{
    background-color: #e4e4e4;
}
.z-index-9999999{
z-index:9999999;

}
.nav-link {
  padding-bottom: 5px;
}

.menu-sm:hover {
  color: #000 !important;
}
.dropdown-nav:hover .dropdown-menu {
  display: block !important;
  margin-top: 0 !important;
}

.dropdown-nav .dropdown-menu {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

@media (max-width: 992px) {
  .top-r-dropdown:hover .dropdown-menu-top {
      display: none !important;
      position: absolute;

  }

  .dropdown-nav:hover .dropdown-menu {
      display: none !important;
  }

  .navbar-nav .nav-item .dropdown-menu1 {
      display: none;
      width: 230px;
  }
}

@media all and (min-width: 992px) {
  .navbar-nav .nav-item .dropdown-menu1 {
      display: none;
      width: 230px;
  }

  .navbar-nav .nav-item:hover .dropdown-menu1 {
      display: block;
      width: 230px;
      margin-top: 3px;
  }


}


.top-r-dropdown:hover .dropdown-menu-top {
  display: block !important;
  position: absolute;

}

.top-r-dropdown:hover .dropdown-menu-top {
  animation: rotateMenu 600ms ease-in-out forwards;
  transform-origin: top center;

}

.dropdown-nav:hover .dropdown-full-w {
  animation: rotateMenu 600ms ease-in-out forwards;
  transform-origin: top center;

}

.dropdown-full-w {
  background: #fff;
  border-radius: 6px !important;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .08);

}

.dropdown-menu-top {
  background: #fff;
  width: 250px;
  border-radius: 6px;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .08);
  animation-duration: 0.3s;
}

.text-gray {
  color: #acb2b8 !important;
}

.dropdown-nav .dropdown-item {

  background-color: white !important;
}

@-moz-keyframes rotateMenu {
  0% {
      transform: rotateX(-90deg);
  }

  70% {
      transform: rotateX(20deg);
  }

  100% {
      transform: rotateX(0deg);
  }
}

@-webkit-keyframes rotateMenu {
  0% {
      transform: rotateX(-90deg);
  }

  70% {
      transform: rotateX(20deg);
  }

  100% {
      transform: rotateX(0deg);
  }
}

@-o-keyframes rotateMenu {
  0% {
      transform: rotateX(-90deg);
  }

  70% {
      transform: rotateX(20deg);
  }

  100% {
      transform: rotateX(0deg);
  }
}

@keyframes rotateMenu {
  0% {
      transform: rotateX(-90deg);
  }

  70% {
      transform: rotateX(20deg);
  }

  100% {
      transform: rotateX(0deg);
  }
}

.shop-pad {
  padding-left: 16px;
}
.top-search-box{
  position: absolute; top: 45px;
}
.footer-hr-color{
  color:#DDD
}
.header-sec {
  height: 300px;
}

.header-bottom-content {
  margin: -75px auto auto;
}

.content-card {
  margin: auto auto 20px;
  position: relative;
  background: #FFF;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
  margin: auto;
  transition: all .3s ease;
  top: 0;
  text-align: left;
}

.br-5 {
  border-radius: 5px;
}


.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.font-13 {
  font-size: 13px;
}
.flavour-list {
    background-color: transparent;
    padding-left: 0;
    border-radius: 0;
    transition: background-color 0.3s, padding-left 0.3s, border-radius 0.3s;
   }
   .flavour-list:hover {
    background-color: #f4f4f4;
    padding-left: 5px;
    border-radius: 50px;
   }
   .flavour-list:hover .search-list-icon {
    color: #000 !important;
    }
   .brand-list {
    background-color: transparent;
    padding-left: 0;
    border-radius: 0;
    transition: background-color 0.3s, padding-left 0.3s, border-radius 0.3s;
   }
    .brand-list:hover{
    background-color: #f4f4f4;
    padding-left: 5px;
    border-radius: 50px;
    }
    .brand-list:hover .search-list-icon {
     color: #000 !important;
     }

    .menu-sm:hover {
        color: #000 !important;
    }