@charset "UTF-8";
/*
Template Name: Salevery Wholesale
Author: BluForce
Version: 1.0.0
File: Theme Css File
Updated on 21 Oct 2024
*/
/*------------------------------------
  Default Styles
------------------------------------*/
main {
  position: relative; }

a {
  color: #000000;
  text-decoration: none; }
  a:hover {
    color: #002E73; }

:focus,
a:focus,
button:focus {
  outline: 0; }

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a,
.h1 > a, .h2 > a, .h3 > a, .h4 > a, .h5 > a, .h6 > a {
  color: #000000; }
  h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover,
  .h1 > a:hover, .h2 > a:hover, .h3 > a:hover, .h4 > a:hover, .h5 > a:hover, .h6 > a:hover {
    color: #ffffff; }

html {
  position: relative;
  min-height: 100%; }

@media (max-width: 2400px) {
  .show-sm {
    display: none !important; } }
@media (max-width: 420px) {
  .hide-phone {
    display: none !important; }

  .show-sm {
    display: block !important; }

  .hide-sm {
    display: none !important; } }
@media (max-width: 419px) {
  .hidden-xxs {
    display: none; } }
.master-head .h_main {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .master-head .h_main li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-right: 20px; }
    .master-head .h_main li .nav-link {
      display: flex;
      align-items: center;
      justify-content: center; }
      .master-head .h_main li .nav-link i {
        background: #cfcfcf;
        border-radius: 100%; }
  .master-head .h_main .h__start {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .master-head .h_main .h__start .brand-logo {
      margin: 0px; }
  .master-head .h_main .nav__icon {
    display: flex;
    align-items: center;
    justify-content: space-between; }
.master-head .show-md {
  display: none !important; }
.master-head .show-sm {
  display: none !important; }
.master-head .show-xs {
  display: none !important; }

@media (min-width: 1400px) {
  .master-head .h_main {
    width: 1380px;
    margin: auto;
    padding: 0 0 25px 0; }
  .master-head .show-md {
    display: block !important; } }
@media (max-width: 1400px) {
  .master-head .h_main .brand-logo img {
    height: 22px; } }
@media (max-width: 1024px) {
  .master-head .show-sm {
    display: block !important; }
  .master-head .hide-sm {
    display: none !important; }
  .master-head .h_main .hamburger-icon {
    display: inline; }
    .master-head .h_main .hamburger-icon a {
      color: #ffffff; }
  .master-head .h_main .brand-logo .logo__lg {
    display: none; }
  .master-head .h_main .brand-logo .logo__md {
    display: inherit; }
  .master-head .h_main .brand-logo img {
    height: 40px;
    margin: 5px 0; }
  .master-head .h_main .rounded > li {
    border: none; }
  .master-head .h_main .search {
    display: none; }
  .master-head .h_main .nav__icon {
    justify-content: flex-end; }
    .master-head .h_main .nav__icon li {
      margin-right: 10px; }
    .master-head .h_main .nav__icon span.cart-count {
      width: 20px;
      height: 20px;
      top: -4px;
      font-size: 10px;
      line-height: 1.8;
      z-index: 2; }
    .master-head .h_main .nav__icon .nav-link span {
      display: none; }
    .master-head .h_main .nav__icon .nav-link span.nav-icon {
      display: block;
      width: 30px;
      height: 30px;
      margin: 0 !important;
      background: transparent; }
      .master-head .h_main .nav__icon .nav-link span.nav-icon svg, .master-head .h_main .nav__icon .nav-link span.nav-icon img {
        width: 30px; }
  .master-head .primary-menu {
    display: none; } }
@media (max-width: 767px) {
  .master-head .show-xs {
    display: block !important; }
  .master-head .h__middle {
    display: none; }
  .master-head .h__end .nav-link {
    padding: 0 5px; }
  .master-head .h__end .shopping-bag span {
    display: none; }
  .master-head .h__end .widget {
    display: none; } }
.section-header {
  margin-bottom: 15px; }
  .section-header.split {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2rem; }
  .section-header .title {
    font-size: 24px;
    font-weight: 1000;
    color: #000000; }
    .section-header .action-bar{
        position:relative;
    }
    .section-header .carousel-controls{
        position: relative;
        display: flex;}
     .section-header .carousel-controls .control-btn{
         margin:0 10px;
         padding:5px;}
    .section-header .carousel-controls .btn-carousel{
        position:relative;
        width:30px;}
  .section-header .action-bar a {
    font-size: 13px;
    border-bottom: solid 1px #ccc; }
    .section-header .action-bar a:hover{
        border-color:#000000;
        text-decoration:none;
    }
   .section-header .carousel-controls .btn-carousel::after{
       font-size:16px;
       color:#000000; }
       .section-header .action-bar .link{
           display:flex;
           align-items:center;}

.section-header.head__center {
  width: 50%;
  margin: 0 auto 30px auto;
  text-align: center; }
  .section-header-dark{
      color:#ffffff; }

@media (max-width: 1400px) {
  .section-header.head__center {
    width: 60%;
    margin: 0 auto 20px auto;
    padding: 0; } }
@media (max-width: 1024px) {
  .section-header.head__center {
    width: 80%;
    margin: 0 auto 20px auto;
    padding: 0; } }
@media (max-width: 440px) {
  .section-header.head__center {
    width: 100%;
    margin: 0 auto 15px auto; }
  .section-header .title {
    font-size: 16px; } }
.hero-content {
  margin: 50px 0; }
  .hero-content.center {
    text-align: center; }

.footer .site-nav {
  padding-top: 20px;
  padding-bottom: 20px; }
.footer .newsletter {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }
.footer a:hover {
  text-decoration: underline; }
.footer nav .nav-link {
  padding-left: 0; }

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0; }

.font-11 {
  font-size: 11px !important; }

.font-12 {
  font-size: 12px !important; }

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

.font-14 {
  font-size: 14px !important; }

.font-15 {
  font-size: 15px !important; }

.font-16 {
  font-size: 16px !important; }

.font-17 {
  font-size: 17px !important; }

.font-18 {
  font-size: 18px !important; }

.font-19 {
  font-size: 19px !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; }

.btn-primary {
  background-color: #002E73;
  border-color: #002E73; }

.btn-success:hover {
  color: #ffffff !important; }

.btn-light {
  background-color: #e5e5e5;
  color: #002E73; }
  .btn-light:hover {
    background-color: #cecece;
    color: #002E73; }

.radio-btn-group .btn {
  border-color: #ebebeb; }
  .radio-btn-group .btn:hover {
    border-color: #cecece; }

.btn-check {
  background-color: #e5e5e5; }

.navbar-dark a.nav-link {
  padding: 10px;
  color: #ffffff; }
  .navbar-dark a.nav-link:hover {
    background-color: #000000;
    color: #ffffff; }

.primary-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 0;
  list-style: none; }
  .primary-menu .nav-item > a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding: 20px 10px;
    font-size: 14px; }
    .primary-menu .nav-item > a img {
      width: 30px;
      margin-right: 10px; }
  .primary-menu .nav-item.show > a {
    background-color: #000000; }

.link-text-underline {
  text-decoration: underline; }
  .link-text-underline :hover {
    text-decoration: none; }

@media all and (min-width: 992px) {
  .primary-menu .has-megamenu {
    position: static !important; }
  .primary-menu .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px; } }
.categories.colored .card {
  background-color: #002E73;
  border: solid 4px #002E73; }
  .categories.colored .card a {
    color: #ffffff; }
  .categories.colored .card figcaption {
    padding: 0.125rem 1rem; }
    
    .featuted-primary-category{
        position:relative;
        background:#4f3c5e;
        padding: 15px 0 20px 0;
        border-bottom: solid 1px #DDDDDD;
    }
    
    .featuted-primary-category:after {
        position: absolute;
        content: '';
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height:30%;
        background-color: #ffffff;
        pointer-events: none; }
        
    .featuted-primary-category .section-header.head__center{
        margin:0 auto 25px auto;    }

@media (max-width: 768px) {
    .featured-products{
        padding:0 10px;
    }
    .featured-products .section-header.split{
        padding:10px 0;
        margin:0;
    }
    .section-header .carousel-controls .control-btn{
        display:none;}
}
.product .pr__content .pr__name {
  display: block;
  height: 70px; }
.product .select-qty .btn-check:checked + .btn {
  border-color: #00bb8c;
  color: #00bb8c; }
.product .discount {
  color: #00bb8c; }
.product .was-price {
  color: #999999; }
.product .qty-input .form-control {
  width: 70px; }
.product .price-container {
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: baseline; }

.product-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 5px; }

.product-filters .filter-options-row {
  display: flex; }
  .product-filters .filter-options .option-col:not(:last-child) {
    margin-right: 20px; }
.product-filters .filter-selected {
  display: flex;
  align-items: center;
  margin: 10px 0;
  height: 40px; }
  .product-filters .filter-selected .selected-list {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0; }
    .product-filters .filter-selected .selected-list li {
    display: flex;
    align-items: center;
      background-color: #ffffff;
      border: solid 1px #000000;
      border-radius: 20px;
      font-size: 12px;
      margin: 3px 0; }
      .product-filters .filter-selected .selected-list li a{
          display: flex;
          align-items: center;
          padding: 2px 8px;
      }
      .product-filters .filter-selected .selected-list li:not(:last-child) {
        margin-right: 10px; }
        .product-filters .filter-selected .selected-list li .icon{
            margin:0 0 0 10px; }
      .product-filters .filter-selected .selected-list li .icon__remove {
        background-color: transparent; }
      .product-filters .filter-selected .selected-list li .icon svg {
        width: 14px;
        height: 14px; }
.product-filters .filter-type:not(:last-child) {
  margin-bottom: 15px; }

.filters .selected-options {
  font-size: 12px;
  margin: 0 0 15px 0; }
  .filters .selected-options .option {
    background: #ccc;
    padding: 6px;
    border-radius: 6px;
    margin-right: 10px;
    display: flex;
    align-items: center; }
    .filters .selected-options .option .icon {
      width: 16px;
      margin-left: 5px; }

.filter-icon {
  position: relative; }
  .filter-icon .count {
    position: absolute;
    top: 0;
    right: 0;
    background: #c7004c;
    width: 8px;
    height: 8px;
    border-radius: 60px; }
    
@media (max-width: 1200px) {
    .product-list {
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px; }
    }

@media (max-width: 1024px) {
   }
    
    
    @media (max-width: 960px) {
        
        .all-products .product-sorting{
            align-items: flex-start; }
        .sorting-bar .product-filters .filter-selected{
            align-items: flex-start;  
            flex-direction: column;}
            
         .sorting-bar   .product-filters .filter-selected .selected-list{
             margin-top:5px;}
             
            
        .all-products .product-list{
            grid-template-columns: 50% 50%;}
            
            .all-products .product-cards.cards-light{
                padding: 20px 0 0 10px;
            }
            
            
            .all-products  .products .product .cta-bar{
                flex-direction:column;
            }
            
            .all-products .products .product .cta-bar .product-qty {
                width: 100%;
                margin: 0 0 5px 0;
            }

    }
    
    
    
@media (max-width: 768px) {
  .product-list {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px; }

.all-products .product-sorting{
    position:relative; }
    
    .all-products .product-cards.cards-light{
        padding:10px 0 0 0;    }

  .product-page .product-filters,
  .product-filters{
    display: none; }
    
    .modal .product-filters{
        display:block;
    }
    
    .modal .filters-divider{
        border-right:none;
        padding: 0;
    }
    
    
    .product-filters .filter-selected .selected-list{
        flex-wrap: wrap;
        flex-direction: column;    }
        
    .sorting-bar .btn-filter-trigger{
        margin: 0 20px 0 0;
        padding: 0;}
}
/* offcanvas-menu */
.hamburger-menu {
  overflow: hidden; }

.offcanvas-overly {
  position: fixed;
  background: rgba(0,0,0,0.9);
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: .3s; }

.offcanvas-overly.active {
  width: 100vw;
  height: 100vh;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
  z-index: 9999; }

.offcanvas-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  background: rgba(255, 255, 255, 1);
  padding: 0px;
  width: 300px;
  height: 100%;
  overflow-y: scroll;
  transition: .5s;
  transform: translateY(-120%);
  display: none; }

.offcanvas-menu.active {
  transform: translateY(0);
  display: block; }

.offcanvas-menu.active .menu-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  line-height: 34px;
  text-align: center;
  cursor: pointer; }

.offcanvas-menu .menu-close i {
  font-size: 18px;
  transition: .3s;
  cursor: pointer; }

.offcanvas-menu .menu-close:hover i {
  color: #ea1b35; }

.body-overflow {
  height: 100%;
  overflow: hidden; }

.offcanvas-overly {
  position: fixed; }

.offcanvas-menu.active {
  transform: translateX(0); }

.offcanvas-menu h2 {
  font-size: 20px; }

.menu-icon {
  cursor: pointer;
  margin-right: 10px; }

.menu-icon .menu-tigger {
  display: flex;
  align-items: center; }

.menu-icon .menu-tigger .menu-lines {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 60px;
  border: solid 1px rgba(255, 255, 255, 0.2); }

.menu-icon .menu-tigger span {
  height: 1px;
  width: 10px;
  background: #ffffff;
  display: block;
  margin-bottom: 4px;
  transition: .3s; }

.menu-icon:hover span {
  opacity: 0.8; }

.menu-icon .menu-tigger span:last-child {
  margin: 0; }

.menu-icon .menu-tigger span:nth-child(2) {
  width: 18px; }

.mobile-menu-two.mean-container a.meanmenu-reveal {
  margin-top: -56px; }

.menu-icon .menu-tigger:hover .menu-lines {
  background: #fff; }

.menu-icon .menu-tigger:hover span {
  background: rgba(24, 116, 205, 0.98); }

/* offcanvas-menu */
.hamburger-menu .head {
  padding: 0 0 25px 0; }

.hamburger-menu .hamburger-menu-container {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 50px; }

.hamburger-menu .brand {
  padding: 0;
  margin-bottom: 20px; }

.hamburger-menu .brand img {
  height: 60px; }

.hamburger-menu .primary-number{
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding:20px 0;
}

.hamburger-menu .primary-number p{
    margin:0; }

.hamburger-menu .social .nav-link {
  padding: 5px; }



.offcanvas-menu .hm-main {
  width: 100%; 
border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

.offcanvas-menu .hm-block .hm-footer {
  width: 100%;
    margin:30px 0 0 0;
}

.offcanvas-menu .secondary-nav a {
  color: #747a8c;
  margin: 0 20px 0 0; }

.offcanvas-menu .secondary-nav a:hover {
  text-decoration: underline; }

.offcanvas-menu h2 {
  font-weight: 700;
  margin: 10px 0 15px 0; }

.offcanvas-menu .proggrammes-nav {
  display: flex;
  padding: 0; }

.offcanvas-menu .proggrammes-nav li {
  margin-bottom: 10px; }

.offcanvas-menu .proggrammes-nav li a {
  line-height: 18px; }

.offcanvas-menu h6 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px 0; }

.offcanvas-menu .nav {
  margin-bottom: 20px; }

.offcanvas-menu .program-list-nav {
  margin: 0;
  border: none; }

.offcanvas-menu .program-nav {
  flex-direction: column;
  padding: 0 40px;
  margin: 0; }

.offcanvas-menu .program-list-nav .program-nav .nav-link {
  border: none; }

.offcanvas-menu .program-list-nav .program-nav .nav-link.active {
  color: #ffffff; }

.offcanvas-menu .nav-link {
  padding: 0;
  margin: 5px 0; }

.offcanvas-menu .nav-pills a {
  padding: 5px 25px;
  border: solid 1px #ccc;
  border-radius: 60px;
  margin-bottom: 10px; }

.offcanvas-menu .nav-pills a.active {
  background: #00b5e9;
  border-color: #00b5e9; }

.offcanvas-menu .reach-us {
  padding: 0; }

.offcanvas-menu .reach-us address {
  margin: 30px 0 0 0; }

.offcanvas-menu .reach-us .info-col a {
  font-size: 16px; }

.offcanvas-menu .getintouch {
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2); }

.offcanvas-menu .nav-heading,
.offcanvas-menu .sitemap .nav-heading {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 8px 0;
  display: block;
  letter-spacing: 1px; }

.offcanvas-menu .nav-heading:hover {
  text-decoration: underline; }

.offcanvas-menu ul li:hover a,
.offcanvas-menu ul li a.active {
  color: #00b5e9; }

.hamburger-menu .modal {
  background: rgba(197, 197, 197, 0.7); }

.hamburger-menu .modal .modal-dialog-scrollable {
  max-height: 100%; }

.hamburger-menu .modal .modal-header {
  display: flex;
  justify-content: flex-start;
  text-align: left; }

.hamburger-menu .modal .modal-header .close {
  float: left;
  margin: 0 20px 0 0;
  padding: 0; }

.hamburger-menu .modal .modal-header .close i {
  font-size: 18px; }

.side-social a {
  font-size: 18px;
  margin-right: 30px; }

.side-social {
  margin-top: 30px; }

.side-social a:hover {
  color: #ea1b35; }

.hm-collapse-menu a {
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: .3125rem;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none; }

.hm-collapse-menu a:hover,
.hm-collapse-menu a:focus {
  color: rgba(0, 0, 0, 0.85);
  background-color: rgba(121, 82, 179, 0.1); }

.hm-collapse-menu .active {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85); }

.hm-collapse-menu .btn {
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
  border: 0; }

.hm-collapse-menu .btn:hover,
.hm-collapse-menu .btn:focus {
  color: rgba(0, 0, 0, 0.85);
  background-color: rgba(121, 82, 179, 0.1); }

.hm-collapse-menu .btn:focus {
  box-shadow: 0 0 0 1px rgba(121, 82, 179, 0.7); }

.hm-collapse-menu .btn::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  /* rtl:raw:
  transform: rotate(180deg) translateX(-2px);
  */
  transform-origin: .5em 50%; }

.hm-collapse-menu .btn[aria-expanded="true"]::before {
  transform: rotate(90deg); }

@media only screen and (max-width: 762px) {
  .hamburger-menu .offcanvas-menu .hm-block {
    height: auto; }
  .hamburger-menu .offcanvas-menu .brand {
    padding: 10px; }
  .hamburger-menu .offcanvas-menu .hamburger-menu-container {
    padding: 30px 40px; }
  .hamburger-menu .offcanvas-menu .secondary-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0; }
  .hamburger-menu .offcanvas-menu .search {
    margin-bottom: 30px; } }
.usp-primary {
    background: #000000;
        padding: 10px 0; 
    margin: 0; }
  .usp-primary .usp-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .usp-primary .usp-item .icon {
        display:none;
            margin-right: 20px; }
    .usp-primary .usp-item:last-child:after {
      display: none; }
    .usp-primary .usp-item .usp-item-heading {
      margin: 0;
      display: none;
      }
    .usp-primary .usp-item p {
      margin: 0; }

@media (max-width: 767px) {
  .usp-secondary p {
    font-size: 12px; } }
.modal-fullscreen {
  width: auto; }
  
 .search-result{
    padding:0px 0 30px; }

.swiper-carousel .swiper-button::after, .swiper-carousel .swiper-button-prev::after, .swiper-carousel .swiper-button-next::after {
  color: #afafaf; }
.swiper-carousel .swiper-button-prev {
  left: 0px; }
.swiper-carousel .swiper-button:hover::after, .swiper-carousel .swiper-button-prev:hover::after, .swiper-carousel .swiper-button-next:hover::after {
  color: var(--bs-cyan); }
.swiper-carousel .swiper-pagination-bullet-active {
  background: var(--bs-cyan); }

.site-breadcrumb .breadcrumb {
  margin: 0;
  padding: 1rem 0; }

.product-border {
  background-color: #e5e5e5;
  padding: 1px;
  grid-gap: 1px;
  margin-bottom: 1rem; }
  .product-border .product .pr__image_wrapper {
    padding: 2rem 0;
    margin: 0; }

.products-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 2rem; }
  .products-list .product {
    background-color: #ffffff; }

.products-list-center {
  text-align: center; }

@media (max-width: 764px) {
  .products-list {
    grid-template-columns: auto auto; } }
.product-details {
  position: relative; }
  .product-details main .show-sm {
    display: none; }
  .product-details main .product-full-info {
    position: relative; }
    .product-details main .product-full-info > .nav {
      display: flex;
      flex-wrap: nowrap;
      padding: 1rem 0;
      margin-top: -1px;
      overflow-x: auto;
      text-align: center;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      z-index: 7; }
  .product-details main .grid-desktop {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 40px; }
  .product-details main .product-hero {
    padding: 1rem; }
    .product-details main .product-hero .page-title {
      font-size: 24px; }
  .product-details main .products-row:not(:last-child) {
    margin-bottom: 40px; }
  .product-details main .product-list .product-text {
    display: inline-flex; }
    .product-details main .product-list .product-text .product-thumb-small {
      display: flex; }
      .product-details main .product-list .product-text .product-thumb-small img {
        width: 80px; }
  .product-details main .product-list thead th {
    font-size: 14px;
    vertical-align: middle; }
  .product-details main .product-list thead .pr__qty-options-col {
    width: 30%; }
  .product-details main .product-list thead .pr__title-col {
    width: 40%; }
  .product-details main .product-list .unit-per {
    display: flex;
    align-items: center;
    justify-content: center; }
  .product-details main .product-list .pr__title {
    padding-top: 1rem; }
    .product-details main .product-list .pr__title p {
      font-weight: 600;
      margin: 0; }
    .product-details main .product-list .pr__title small {
      display: block;
      line-height: 1 !important; }
  .product-details main .product-list .switch-btn {
    margin-left: 1rem; }
    .product-details main .product-list .switch-btn .btn {
      font-size: 12px; }
      .product-details main .product-list .switch-btn .btn.active {
        background-color: #002E73;
        color: #ffffff; }
  .product-details main .product-list .item-qty .input-group {
    border: solid 1px #e5e5e5;
    width: 90px;
    margin: auto; }
    .product-details main .product-list .item-qty .input-group input.form-control {
      border: none;
      text-align: center;
      font-size: 12px; }
      .product-details main .product-list .item-qty .input-group input.form-control.selected {
        background-color: #00bb8c;
        color: #ffffff; }
    .product-details main .product-list .item-qty .input-group .btn {
      padding: 5px; }
      .product-details main .product-list .item-qty .input-group .btn svg {
        width: 10px; }
  .product-details main .product-list .pr__price {
    font-weight: 700;
    display: block; }
  .product-details main .related-products {
    display: grid;
    grid-template-columns: auto auto auto auto;
    margin: 1rem 0; }
  .product-details main .product-gallery {
    width: auto;
    height: 100%; }
  .product-details main .tab-pane .tab-pane-content {
    min-height: 40vh; }
  .product-details main .content-block:not(:last-child) {
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 40px; }
  .product-details main .product-list-sm {
    display: none; }

@media (max-width: 767px) {
  .product-details main .show-md {
    display: none; }
  .product-details main .show-sm {
    display: block; }
  .product-details main .product-hero .page-title {
    font-size: 14px; }
  .product-details main .product-text-brief {
    background-color: #f0f0f0;
    padding: 10px 15px; }
  .product-details main .product-list-table {
    display: none; }
  .product-details main .product-list-sm {
    display: block; }
    .product-details main .product-list-sm ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .product-details main .product-list-sm ul li {
        display: flex;
        justify-content: space-between;
        align-content: flex-start;
        border-bottom: solid 1px #e5e5e5;
        padding: 1rem 0; }
        .product-details main .product-list-sm ul li .product-text {
          display: flex; }
          .product-details main .product-list-sm ul li .product-text .product-thumb-small img {
            width: 60px; }
          .product-details main .product-list-sm ul li .product-text .product-thumb-small svg {
            width: 16px; }
          .product-details main .product-list-sm ul li .product-text hgroup p {
            margin-bottom: 0; }
            
            


  .modal .modal-header .product-thumb-small img {
    width: 60px; }
  .modal .modal-header .product-thumb-small svg {
    width: 16px; }
  .modal .modal-product .product-details {
    font-size: 13px; }
  .modal .switch-btn .btn {
    font-size: 12px; }
    .modal .switch-btn .btn.active {
      background-color: #002E73;
      color: #ffffff; }
  .modal .item-qty .input-group {
    border: solid 1px #e5e5e5;
    width: 110px; }
    .modal .item-qty .input-group input.form-control {
      border: none;
      text-align: center; }
    .modal .item-qty .input-group .btn {
      padding: 5px; }
      .modal .item-qty .input-group .btn svg {
        width: 15px; } }
@font-face {
  font-family: 'SofiaProLight';
  src: url("../fonts/SofiaProLight.woff") format("woff");
  src: url("../fonts/SofiaProLight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: "SofiaProRegular";
  src: url("../fonts/SofiaProRegular.woff") format("woff");
  src: url("./fonts/SofiaProRegular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'SofiaProMedium';
  src: url("../fonts/SofiaProMedium.woff") format("woff");
  src: url("../fonts/SofiaProMedium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'SofiaProBold';
  src: url("../fonts/SofiaProBold.woff") format("woff");
  src: url("../fonts/SofiaProBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
/*------------------------------------
  Default Styles
------------------------------------*/
body {
  color: #12011E; }

main {
  position: relative; }

a {
  color: #000000;
  text-decoration: none; }
  a:hover {
    color: #000000;
    text-decoration: underline; }

a,
a:focus,
button:focus {
  outline: 0; }

.btn-link {
  color: #12011E;
  text-decoration: none; }

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a,
.h1 > a, .h2 > a, .h3 > a, .h4 > a, .h5 > a, .h6 > a {
  color: #12011E; }
  h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover, h5 > a:hover, h6 > a:hover,
  .h1 > a:hover, .h2 > a:hover, .h3 > a:hover, .h4 > a:hover, .h5 > a:hover, .h6 > a:hover {
    color: #EC008B; }

* {
    font-family: "DM Sans", sans-serif;
   font-optical-sizing: auto;
   font-style: normal;
}

@media (max-width: 768px) {
  body {
    font-size: 12px; }

  h1, .h1 {
    font-size: 16px; } }
.bg-c1 {
  background-color: #FFE4C6; }

.bg-c2 {
  background-color: #002E73; }

.bg-gr-01 {
  background: #999999;
  background: -moz-linear-gradient(180deg, #999999 0%, #ff8718 100%);
  background: -webkit-linear-gradient(180deg, #999999 0%, #ff8718 100%);
  background: linear-gradient(180deg, #999999 0%, #ff8718 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#999999",endColorstr="#ff8718",GradientType=1); }

.bg-gr-02 {
  background: #ff4b1f;
  background: -moz-linear-gradient(180deg, #ff4b1f 0%, #ff9068 100%);
  background: -webkit-linear-gradient(180deg, #ff4b1f 0%, #ff9068 100%);
  background: linear-gradient(180deg, #ff4b1f 0%, #ff9068 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff4b1f",endColorstr="#ff9068",GradientType=1); }

.bg-gr-03 {
  background: #76b852;
  background: -moz-linear-gradient(180deg, #76b852 0%, #8dc26f 100%);
  background: -webkit-linear-gradient(180deg, #76b852 0%, #8dc26f 100%);
  background: linear-gradient(180deg, #76b852 0%, #8dc26f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#76b852",endColorstr="#8dc26f",GradientType=1); }

.bg-gr-04 {
  background: #c84e89;
  background: -moz-linear-gradient(180deg, #c84e89 0%, #f15f79 100%);
  background: -webkit-linear-gradient(180deg, #c84e89 0%, #f15f79 100%);
  background: linear-gradient(180deg, #c84e89 0%, #f15f79 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c84e89",endColorstr="#f15f79",GradientType=1); }

.nav-pills .nav-item {
  margin: 2px; }
  .nav-pills .nav-item .nav-link {
    border-radius: 0;
    background-color: #e5e5e5; }
    .nav-pills .nav-item .nav-link.active {
      background-color: #002E73;
      color: #ffffff !important; }
.wp-menu .primary-menu{
    border-top:solid 1px #000000;
    border-bottom:solid 1px #000000;
    height: auto;
    padding: 0; }
.primary-menu {
  background: #ffffff;
  justify-content: center;
  padding: 0 20px;
  margin: 0; }
  .primary-menu::before, .primary-menu::after {
      display:none;
    position: absolute;
    z-index: 3;
    content: '';
    width: 100%;
    height: 12px;
    top: 0;
    left: 0;
    right: 0;
    background-color: #381F4A; }
  .primary-menu::after {
    top: inherit;
    bottom: 0; }
  .primary-menu .nav-item {
    position: static;
    display: inherit;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin: 0 0;
    border-right: none; }
    .primary-menu .nav-item:last-child {
      border-right: none;
      padding-right: 0;
      margin-right: 0; }
    .primary-menu .nav-item > a {
      position: relative;
      z-index: 4;
      font-size: 16px;
    font-weight: 700;
    padding:10px 20px;
      color: #000000 !important;
      height: auto;
      border-bottom: solid 3px transparent; }
      .primary-menu .nav-item > a:hover {
        background-color: transparent;
        color: #000000 !important;
        text-decoration:none;
        border-bottom-color: #000000; }
      .primary-menu .nav-item > a:focus, .primary-menu .nav-item > a:focus-within {
        border-bottom-color: #ffffff; }
        .primary-menu .nav-item .nav-link::before{
            position: absolute;
            content: '';
            width: 1px;
            height: 60%;
            top: 20%;
            right: 0;
            border-right: solid 1px #000; }
            .primary-menu .nav-item:last-child .nav-link::before{
                display:none; }
      .primary-menu .nav-item > a span.icon {
        width: auto;
        display: block; }
      .primary-menu .nav-item > a span {
        white-space: inherit;
        text-align: left;
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase; }
    .primary-menu .nav-item .dropdown-toggle::after {
      display: none; }

@media only screen and (max-width: 1520px) {
    
    .primary-menu .nav-item > a{
        padding: 12px 10px;
        font-size: 14px; }
        
  .primary-menu .nav-item a span {
    font-size: 13px;
    font-weight: 400;
    text-align: center; }
    .primary-menu .nav-item a span:first-child {
      height: 100%;
      display: block; }
    .primary-menu .nav-item a span img {
      margin-right: 0; }
  .primary-menu .nav-item .dropdown-menu a {
    height: auto; } }
.primary-menu .dropdown:hover .dropdown-menu {
  display: block; }
.primary-menu .dropdown .dropdown-menu {
  border: none;
  box-shadow: 0 19px 60px 0 rgba(0, 0, 0, 0.2);
  margin: 0; }
  .primary-menu .dropdown .dropdown-menu .dropdown-menu-inner {
    width: 94%;
    margin: 0 auto; }
  .primary-menu .dropdown .dropdown-menu a {
    color: #12011E; }
    .primary-menu .dropdown .dropdown-menu a:hover{
        text-decoration:none;
    }
  .primary-menu .dropdown .dropdown-menu .nav-list {
    flex-direction: column;
    margin: 0 0 0 20px; }
    .primary-menu .dropdown .dropdown-menu .nav-list a {
      display: block;
      border-bottom: solid 1px #afafaf;
      font-weight: 600;
      padding: 15px 0 0px 0; }
      .primary-menu .dropdown .dropdown-menu .nav-list a:last-child {
        border-bottom: none; }
      .primary-menu .dropdown .dropdown-menu .nav-list a:hover {
        color: #EC008B; }
  .primary-menu .dropdown .dropdown-menu .prodcuts-row .product {
    text-align: center;
    transition: all .5s;
    margin-bottom: 2rem; }
    .primary-menu .dropdown .dropdown-menu .prodcuts-row .product .pr__image_wrapper {
      min-height: 120px; }
      .primary-menu .dropdown .dropdown-menu .prodcuts-row .product .pr__image_wrapper .figure-img {
        max-height: 120px; }
    .primary-menu .dropdown .dropdown-menu .prodcuts-row .product:hover img {
      transform: scale(1.1); }
    .primary-menu .dropdown .dropdown-menu .prodcuts-row .product:hover a {
      font-weight: 600;
      color: #002E73; }

.primary-menu .nav-item .dropdown-menu {
  display: none;
  width: 100%;
  margin-top: 1px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);}
.primary-menu .nav-item:hover .dropdown-menu {
  display: block;
  left: 0;
  right: 0;
  border-radius: 0;
      padding: 20px 15px; }
.primary-menu .dropdown:after {
    display: none;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none; }
  .primary-menu .nav-item .dropdown-menu .title{
      font-size:20px;
      font-weight:700; }
.primary-menu .dropdown:hover .nav-link {
  position: relative;
  z-index: 12; }
.primary-menu .dropdown:hover:after {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  position: fixed; }
.primary-menu .megamenu {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
  padding: 0; }
  .primary-menu .megamenu .menu-col {
    padding: 30px;
    border-left: solid 1px #cbcbcb; }
    .primary-menu .nav-item .dropdown-menu ul li a{
        font-size: 13px;
    }
    .primary-menu .megamenu .menu-col.img-col {
      width: 300px;
      border-left: none; }
  .primary-menu .megamenu .dd-title {
    font-size: 16px;
    font-weight: 700; }
  .primary-menu .megamenu .dd-list {
    list-style: none;
    font-size: 13px;
    padding: 5px 0;
    margin: 0 0 25px 0; }
  .primary-menu .megamenu a {
    position: relative; }
    .primary-menu .megamenu a:hover:after {
      bottom: 0px;
      width: 100%;
      background: black; }
  .primary-menu .megamenu a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: transparent;
    left: 0;
    bottom: 5px;
    transition: all .2s; }
  .primary-menu .megamenu .list-group-link a {
    font-size: 12px;
    text-transform: uppercase;
    color: #a646e6; }
  .primary-menu .megamenu .link-img a::after {
    display: none; }

.btn {
 font-size:14px;
  border-radius: 8px;
  text-transform: uppercase;
  padding: 10px 50px; }
  .btn:hover,
  .btn:focus,
  .btn-check:focus + .btn{ 
      box-shadow:none;
      text-decoration:none  }
  
  .btn.rounded{
      border-radius:30px!important;  }

.btn-primary {
  background-color: #000;
  border-color: #000;
  }
  
 .btn-primary:hover,
 .btn-primary:focus{
     background-color: #00183b;
     border-color: #00183b;
 }

.btn-secondary {
  background-color: #007994;
  border-color: #007994;
  color: #ffffff;
  }

.btn-success:hover {
  color: #ffffff; }

.btn-dark {
  background-color: #12011E; }

.btn-light {
  background-color: #dcf9ff;
    color: #002E73;
    border-color: #dcf9ff; }
  .btn-light:hover {
    background-color: #ffdede;
    border-color: #ffdede;
    color: #002E73; }

.btn-outline-secondary {
  color: #00B5DD;
  border-color: #00B5DD; }

.radio-btn-group .btn {
  border-color: #ebebeb; }
  .radio-btn-group .btn:hover {
    border-color: #cecece; }

.btn-check {
  background-color: #e5e5e5; }

.ba {
  position: relative;
  border: none;
  overflow: hidden;
  box-shadow: none; }
  .ba:hover {
    color: #ffffff !important;
    border-color: #ffffff; }
  .ba::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    border-color: transparent;
    transform: translate(0, -100%) scale(1);
    opacity: 0;
    z-index: 0;
    transition: transform 0.4s, opacity 0.3s, background-color 0.3s; }
  .ba:hover::after {
    height: 100%;
    opacity: .2;
    transform-origin: 0 0;
    transform: scale(1) translate(0, 0); }
  .ba span {
    z-index: 1; }
    
@media (max-width: 1024px) {
    .btn{
         font-size: 13px;
        padding: 8px 20px; }
}


.form-control,
.form-select{
  background-color: #DAD9DD;
  border-color: transparent;
  border-radius: 6px; }
  .form-control:hover,
  .form-control:focus,
  .form-select:hover,
  .form-select:focus{
      border-color: #dadada;
      box-shadow:none; }

/*.form-select {*/
/*  border-color: #12011E;*/
/*  border-radius: 0px; }*/

.form-check .form-check-input {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border-radius: 0;
  border-color: #12011E; }
  .form-check .form-check-input[type="radio"] {
    border-radius: 100%; }
  .form-check .form-check-input:checked {
    background-color: #ffffff;
    border-color: #12011E; }
    .form-check .form-check-input:checked[type="checkbox"] {
      background: #ffffff url(../../../assets/images/icon-tick.svg) no-repeat center center; }
  .form-check .form-check-input:checked {
    background-color: #ffffff;
    border-color: #12011E; }
    .form-check .form-check-input:checked[type="radio"] {
      background: #ffffff url(../../../assets/images/icon-tick.svg) no-repeat center center; }
  .form-check .form-check-input:hover,
  .form-check .form-check-input:focus,
  .form-check .form-check-input:checked[type="radio"],
  .form-check .form-check-input:checked[type="checkbox"]{
    border-color: #12011E;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2);}
.form-check .form-check-label {
  font-size: 14px;
  line-height: 1.8; }

.site-breadcrumb {
  padding:0;
  border-bottom: solid 1px transparent; }
  .site-breadcrumb .breadcrumb {
    font-size: 11px;
        padding: 20px 0 5px; }

@media (max-width: 1024px) {
  .site-breadcrumb .breadcrumb {
    font-size: 11px; } }
.page-light .site-breadcrumb a {
  color: #12011E; }
  
  @media (max-width: 768px){
      .site-breadcrumb{
      padding:0;  }
  }
  
 .usp-primary{
     display:flex;
     justify-content:center;
     gap: 40px;
     padding: 5px 0;
 } 
.usp-primary .usp-carousel {
  overflow: hidden; }
.usp-primary .usp-item {
  justify-content: center; }
  .usp-primary .usp-item .text {
    font-size: 14px; 
      color:#ffffff;
  }

.usp-secondary {
  padding: 80px 0; }
  .usp-secondary p {
    padding: 15px 0 0 0; }

@media (max-width: 1400px) {
  .usp-primary .usp-item .icon {
    margin-right: 10px; }
  .usp-primary .usp-item .text {
    font-size: 12px;
    white-space: nowrap; } }
@media (max-width: 1024px) {
  .usp-primary {
    border-top: solid 1px #ccc; }
    .usp-primary .usp-item .text {
      font-size: 12px; } }
      
@media (max-width: 768px){
        .usp-primary {
            width: 100%;
            overflow-x: scroll;}
    }
.categories.colored .card {
  border-radius: 0;
  border-width: 0;
  text-align: center; }
  .categories.colored .card a :hover {
    color: #ffffff !important; }
  .categories.colored .card a figure {
    background-color: #ffffff;
    margin: 0; }
  .categories.colored .card a figcaption {
    height: 100px;
    text-transform: uppercase;
    padding-top: 1rem;
    padding-bottom: 0; }
    .categories.colored .card a figcaption .c__title {
      font-size: 24px;
      font-weight: 700; }
    .categories.colored .card a figcaption .c__sub_heading {
      font-size: 14px;
      line-height: 1.2;
      display: block;
      text-transform: capitalize; }
.categories.colored .card:nth-child(1) {
  background-color: #f05844;
  border-color: #f05844; }
.categories.colored .card:nth-child(2) {
  background-color: #e68300;
  border-color: #e68300; }
.categories.colored .card:nth-child(3) {
  background-color: #ae5384;
  border-color: #ae5384; }
.categories.colored .card:nth-child(4) {
  background-color: #3097be;
  border-color: #3097be; }
.categories.colored .card:nth-child(5) {
  background-color: #d32959;
  border-color: #d32959; }
.categories.colored .card:nth-child(6) {
  background-color: #676e68;
  border-color: #676e68; }

.categories .circled .card {
  border-radius: 0;
  border-width: 0;
  text-align: center;
  background-color: transparent;
  transition: transform .2s; }
  .categories .circled .card a {
    color: #000000; }
    .categories .circled .card a :hover {
      color: #000000 !important; }
    .categories .circled .card a figure {
      width: 220px;
      height: 220px;
      border-radius: 100%;
      background-color: #ffffff;
      margin: 0 auto;
      padding: 6px;
      overflow: hidden; }
      .categories .circled .card a figure img {
        height: 100%; }
        .categories .circled .card a figure img:hover {
          transform: scale(1.02); }
    .categories .circled .card a .c__title {
      font-size: 18px;
      font-weight: 600;
      margin-top: 1rem; }
    .categories .circled .card a .c__sub_heading {
      font-size: 14px;
      line-height: 1.2;
      display: block;
      text-transform: capitalize; }

.products {
  transition: transform .2s; }
  .products .product .tag {
    position: absolute;
    z-index: 9;
    top: 5px;
    left: 10px; }
    .products .product .tag .tag-label {
      font-size: 11px;
      background-color: #f0f0f0;
      border-top-right-radius: 6px;
      border-bottom-left-radius: 6px;
      padding: 3px 8px;
      box-shadow: 0 2px 12px 0 rgba(154, 161, 171, 0.2); }
      .products .product .tag .tag-label.label__sale {
        background-color: #CBFFDA; }
      .products .product .tag .tag-label.label__new {
        background-color: #FFEACB; }
  .products .product .pr__image_wrapper {
    min-height: 100px; }
    .products .product .pr__image_wrapper:hover {
      transform: scale(1.02); }
  .products .product .pr__content {
    padding: 0 2rem 2rem 0; }
    .products .product .pr__content .pr__name,
    .products .product .pr__content .product-title{
      font-size: 14px;
      font-weight: 600;
      display: block;
      display: -webkit-box;
      max-width: 100%;
      height: 40px;
      margin: 0 auto 5px auto;
      line-height: 1.4;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .products .product .pr__content .price {
      font-size: 16px;
      font-weight: 800; }
      .products .product .pr__content .was-price {
      font-size: 14px;
      font-weight: 500; }
  .products .product .cta-bar {
    display: flex;
    align-items: flex-start; }
    .product-qty .btn:hover, 
    .product-qty .btn:focus{
        box-shadow: none;
        border-radius:0!important;}
    .products .product .cta-bar .product-qty{
        margin: 0 10px 0 0; }
    .products .product .cta-bar .product-qty .input-group {
        flex-wrap:nowrap;
    border: solid 1px #12011E;
    border-radius: 8px; }
    .products .product .cta-bar .input-group .form-control {
          background-color:#ffffff;
    }
    .products .product .cta-bar .product-qty .btn-number{
        width:34px;
        height: 34px;
        padding: 6px 8px;}
    .products .product .cta-bar .form-control {
      width: 50px;
      height: 34px;
      text-align: center;
      padding: 3px;
      margin-right: 5px; }
  .products .product .btn-cart {
    font-size: 13px;
    font-weight: 500;
    padding: 8px 10px;
    text-transform: uppercase;
    border-radius: 6px;
    height:34px;}
.product .stock__hurry,
  .product-details .stock__hurry {
    color: #f05844; }
    .product .stock__available,
  .product-details .stock__available {
    color: #00c44b; }
    .product .stock__unavailable,
 .product-details .stock__unavailable {
    color: red; }
    .product .pr__info__listview{
        list-style:none;
        margin:0;
        padding:0;
        color:#979797;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
@media (max-width: 480px) {
   .product .pr__info__listview{
        flex-direction: column;
    }
}

.product-border-y .product {
  border-right: solid 1px #dddddd; }
  .product-border-y .product:last-child {
    border-right: none; }
  .product-border-y .product .pr__content {
    padding-left: 2rem; }
    
    .sorting-bar{
            position:relative;
            border-top:solid 1px #e3e3e3;
            /* border-bottom:solid 1px #e3e3e3; */
            padding:10px 0;
        }
        
        .sorting-bar .product-filters .filter-selected{
            margin:0 0 0 20px;
            height: auto; }
            
            .sorting-bar .list-sorting{
                display:flex;
                align-items: center;
                font-size: 12px; }
        
        .sorting-bar .list-sorting .form-select{
            background-color: #F1F1F1;
            padding: 5px 5px 5px 15px;
            border: none;
            font-size: 12px;
            height: auto;
        }
    
    .product-filters{
        height: 100%; }
    .filters-divider{
        border-right: solid 1px #E6E6E6;
        padding-right: 20px; }
        
        
        

.product-filters .filter-type {
  background-color: #f0f0f0;
  padding: 1rem; }
  .product-filters .filter-type > .title {
    font-size: 16px;  
    font-weight: 600;
    margin-bottom: 10px; }
  .product-filters .filter-type .filter-options {
    font-size: 13px; }

.modal .product-filters .filter-options {
  flex-direction: column; }
  
  .all-products {
  background: #ffffff;
  padding: 0; }
  .all-products .hero-content {
    margin: 0;
    padding:0 20px;}
    .all-products .hero-content h1{
        font-size:28px;
        font-weight:500;
        margin:0;
    }
    .all-products .hero-content p{
        font-size:16px;
        color:#909090;
        margin:0 0 10px 0;
    }
    
    .all-products .product-sorting{
        display:flex;
        justify-content:space-between;
    }
  
  .product-cards.cards-light{
      grid-gap: 10px;
      padding:20px 0 0 20px;}

.product-cards .product {
    font-size: 12px;
    text-align: left;
  border-radius: 4px; 
    height:100%; }
.product-cards.cards-light .product {
  background-color: #ffffff;
  color: #12011E;
  padding: 1rem;
  border: solid 1px #E6E6E6;
  height:100%; }
  .product-cards.cards-light .product .pr__content {
    padding: 0; }
    .product-cards.cards-light .product .pr__content .pr__name {
      color: #12011E; }
      
    .product .not-customer{
        display: block;
        background-color:#fffbdc;
        padding:4px 8px;
        border-radius:6px;
        margin: 4px 0 0 0;
        text-align: center;
        box-shadow:2px 2px 0px 0 rgb(255 115 0 / 50%);
    }
    
    .product .cart-n-items {
        position: absolute;
        z-index: 9;
        background: #ffefb7;
        border: solid 3px #000;
        border-radius: 30px;
        padding: 3px;
        height: 30px;
        width: 30px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
      

.page-light .products .product {
  border: solid 1px #ebebeb; }



  
.side-menu{
    font-size:13px;
    margin:0 20px 0 0;
    
}
.side-menu .accordion-button{
    font-size:14px;
    font-weight:500;
    padding:10px 0 0 0;
    text-align: left;
}


.side-menu .accordion-button:not(.collapsed){
    background:transparent;
}

.side-menu .accordion-button:focus{
    box-shadow:none;
    border:none;
}


.side-menu .accordion > .accordion-body{
    border-left:solid 1px #ccc;
}


.side-menu .accordion .accordion-item .accordion-body{
    background: #f5f5f5;
    padding: 10px 20px 5px 20px;
    border-radius: 10px;
}

.side-menu .accordion .accordion-item .accordion-body .accordion-item  .accordion-body{
    padding:0 0 10px 10px;
    
}

.side-menu .accordion > .accordion-item .accordion-header .accordion-button{
    font-size:14px;
    font-weight:600;
}

.side-menu .accordion  .accordion-item  .accordion-body .accordion-button{
    font-size:12px;
    font-weight:500;
    margin: 0;
    padding: 0 5px 0 0;
    border: none;
}

.side-menu .accordion  .accordion-item  .accordion-body .accordion-button::after{
    width:16px;
    height:16px;
    background-size: auto;
    opacity: .5;
}



.side-menu .accordion  .accordion-item  .accordion-body .accordion-header{
    margin:0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: solid 1px #ccc;
}


.side-menu .accordion  .accordion-item .accordion-body .accordion-item  a{
    font-size:11px;
    line-height:14px;
    display: inline-block;
    margin: 4px 0;
}



@media (max-width: 1400px) {
  .categories .circled .card a figure {
    width: 180px;
    height: 180px; } }
@media (max-width: 1200px) {
  .categories.colored .card a figure img {
    width: auto;
    height: 200px; }
  .categories.colored .card a figcaption .c__title {
    font-size: 13px; }
  .categories.colored .card a figcaption .c__sub_heading {
    font-size: 11px; }

  .categories .circled .card a figure {
    width: 140px;
    height: 140px; }

  .best-selling .product .pr__image__link {
    display: block;
    margin-right: 0; }
  .best-selling .product .pr__content {
    padding-left: 0; }

  .products .product .pr__content .pr__name, .products .product .pr__content .price {
    font-size: 13px;
    height: 36px;}
     .products .product .pr__content .price {
         height:auto;     }
  .products .product .pr__content small {
    font-size: 12px; }
  .products .product .pr__content .price-container {
    min-height: auto; }
   }
    
  @media (max-width: 980px) {  
    .side-menu{ display:none;}
  }
    
@media (max-width: 767px) {
  .categories .circled .card {
    border-width: 0px; }
    .categories .circled .card a figure {
      width: 80px;
      height: 80px; }
      .categories .circled .card a figure img {
        width: auto; }
    .categories .circled .card a .c__title {
      font-size: 13px; }
      
      .all-products .hero-content{
          padding:0; }
      .all-products .hero-content h1{
          font-size:18px; }

  .products .product .tag {
    top: 8px;
    left: 8px; }
  .products .product .pr__image_wrapper {
    min-height: 120px;
    height: 120px;
    text-align:center;}
    
    .products .product .pr__image_wrapper img {
      width: auto;
      height: 120px; }
  .products .product .btn-cart {
    font-size: 12px;
    height: 40px; }

  .product-cards.cards-light{
      grid-gap:0  }
  .product-cards.cards-light .product {
    padding: 1rem; }

  .products-list .product .pr__image_wrapper {
    min-height: 120px; }
  .products-list .product .pr__image__link img {
    width: 80%;
    max-width: 80%; }
  .products-list .product .pr__content {
    padding: 0 2rem 2rem 2rem; }
    .products-list .product .pr__content .pr__name {
      font-size: 13px;
      height: auto;
      line-height: 1.2; }

  .product-filters,
  .product-sorting .list-sorting{
    display: none; }
    .sorting-bar{
        padding:5px 0;
    }
  .sorting-bar .product-filters .filter-selected {
    background: #f9f9f9;
    padding: 10px;
    margin: 0;
    width: 100%;
    border-radius: 6px;
    margin:4px 0 0 0; }
    .product-filters .filter-selected .selected-list {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
      overflow-x: scroll; } }
.f-layout {
  width: 94%;
  margin: 0 auto; }

.master-head .h__middle {
  flex-grow: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.page-wrapper {
  background-color: #ffffff; }

.page-light {
  color: #12011E; }

.product-page {
  display: grid;
  grid-template-columns: 240px 1fr;
  grid-column-gap: 30px; }

@media (max-width: 1024px) {
  .f-layout {
    width: 90%; }

  .product-page {
    display: block; } }
@media (max-width: 767px) {
  .page-wrapper {
    border-width: 10px;
    padding: 0; } }
html {
  position: relative;
  min-height: 100%; }

.show__md {
  display: none !important; }

@media (max-width: 767px) {
  .show__md {
    display: inherit !important; }

  .hide__md {
    display: none !important; } }
.master-head {
  position: sticky;
  top: 0;
  z-index: 99;
  background-color: #ffffff; }
  .master-head .h_main {
    position: relative;
    z-index: 14;
    padding: 0 20px; }
    .master-head .h_main .hamburger-icon {
      display: none; }
    .master-head .h_main .brand-logo .logo__md {
      display: none; }
    .master-head .h_main .brand-logo img {
      width: 160px;
      margin: 6px 0; }
    .master-head .h_main .h__midle {
      width: auto !important;
      margin: auto !important; }
    .master-head .h_main .nav__icon {
      align-items: stretch; }
      .master-head .h_main .nav__icon .nav-link {
        color: #000000;
        height: 100%;
        padding: 0 5px 0 0;
        font-size: 16px;
        font-weight: 500; }
        .master-head .h_main .nav__icon .nav-link small {
          font-size: 12px; }
        .master-head .h_main .nav__icon .nav-link .nav-icon {
            
                margin-right: 10px; }
                .master-head .h_main .nav__icon .nav-link .nav-icon i{
                    background-color:transparent; }
          .master-head .h_main .nav__icon .nav-link .nav-icon img {
            width: 30px; }
        .master-head .h_main .nav__icon .nav-link .icon-bag {
          width: 30px;
          height: 30px; }
      .master-head .h_main .nav__icon .nav__buttons {
        color: #ffffff; }
      .master-head .h_main .nav__icon .fd-col {
        flex-direction: column; }
        .master-head .h_main .nav__icon .fd-col .nav-icon {
          margin: 0; }
        .master-head .h_main .nav__icon .fd-col .nav-text {
          font-size: 12px;
          text-transform: uppercase;
          margin-top: 1rem; }
      .master-head .h_main .nav__icon span.cart-count {
        display: block;
        position: absolute;
        top: -14px;
        right: -6px;
        background: #12011E;
        color: #afafaf;
        border-radius: 100%;
        width: 25px;
        height: 25px;
        font-size: 12px;
        font-weight:700;
        text-align: center;
        line-height: 25px;
        border: solid 2px #323a46; }
        .master-head .h_main .nav__icon span.cart-count.added {
          background: #8dc53f;
          color: #12011E;
          border-color: #ffffff; }
    .master-head .h_main .nav__buttons li {
      background-color: transparent;
      border-radius: 10px;
      padding: 10px 0; }
      .master-head .h_main .nav__buttons li.primary-contact-number{
          background:transparent;
          padding:0; }
      .master-head .h_main .nav__buttons li.user-nav {
        background-color: transparent; }
      .master-head .h_main .nav__buttons li.shopping-bag {
        background-color: transparent; }
      .master-head .h_main .nav__buttons li a {
        color: #000000; }
        .master-head .h_main .nav__buttons li a:hover {
          color: #7c7c7c; }
    .master-head .h_main .rounded > li {
      border: solid 1px #dddddd;
      border-radius: 6px; }
    .master-head .h_main .primary-number {
      width: 100%;
      display: flex;
      align-items:end;
    gap: 5px; }
      .master-head .h_main .primary-number p{
          font-size: 13px;
          margin:0; }
         .master-head .h_main .nav__buttons li.primary-contact-number a{
            font-size: 16px;
            font-weight: 700;
            color:#6a3294;
          }
            .master-head .h_main .primary-number .nav-icon img{
                width:40px; }
                
  .master-head .search form .form-select {
    width: 80px;
    height: 100%; }
  .master-head .search form .form-control {
    width: 100px;
    height: 100%;
    font-weight: 600; }
  .master-head .search form .search_product .form-control {
    width: 300px; }
  .master-head .search .global-search {
    position: relative;
    flex-wrap: nowrap; }
    .master-head .search .global-search .form-control {
      width: 100%;
      height: 46px;
      padding: 15px 100px 15px 25px;
      background-color: #F6F6F6;
      border-radius: 18px;
      box-shadow: rgba(0, 0, 0,0.05) 1px 4px 4px 0px inset;
      border: solid 1px #E5E5E5; }
    .master-head .search .global-search button {
      background-color: #FFC225;
      border: none;
      font-size: 16px;
      font-weight: 700;
      text-transform:capitalize;
      color: #12011E;
      padding: 0 25px;
      border-radius: 0;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;}

@media (min-width: 1400px) {
  .master-head .h_main {
    width: auto;
    margin: auto; } }
@media (max-width: 1400px) {
  .master-head .h_main .brand-logo img {
    height: auto; } }
@media (max-width: 1200px) {
  .master-head .h_main {
    padding: 0 20px; }
    .master-head .h_main .hamburger-icon {
      display: inline; }
      .master-head .h_main .hamburger-icon a {
        color: #12011E; }
    .master-head .h_main .brand-logo .logo__lg {
      display: none; }
    .master-head .h_main .brand-logo .logo__md {
      display: inherit; }
      .master-head .h_main .brand-logo .logo__md img {
        width: 140px; }
    .master-head .h_main .brand-logo img {
      margin: 5px 0; }
    .master-head .h_main .rounded > li {
      border: none; }
    .master-head .h_main .search {
      display: inherit; }
    .master-head .h_main .nav__icon {
      justify-content: flex-end; }
      .master-head .h_main .nav__icon li {
        height: 30px;
        padding: 8px 3px;
        margin-right: 10px; }
      .master-head .h_main .nav__icon span.cart-count {
        width: 20px;
        height: 20px;
        top: -4px;
        font-size: 10px;
        line-height: 1.8;
        z-index: 2; }
        .master-head .h_main .nav__icon .nav-link{
            font-size:14px;
                padding:8px 5px; }
      .master-head .h_main .nav__icon .nav-link span {
        display: none; }
      .master-head .h_main .nav__icon .nav-link span.nav-icon {
        display: block;
        width: 20px;
        height: 22px;
        margin: 0 !important;
        background: transparent; }
        
        
        
        .master-head .h_main .nav__icon .nav-link span.nav-icon svg, .master-head .h_main .nav__icon .nav-link span.nav-icon img {
          width: 20px; }
          
      .master-head .search .global-search .form-control{
        border-radius: 12px;
        height: 36px;
        padding: 20px; }
    
    
}

@media (max-width: 1024px) {
    
    .master-head .h_main .brand-logo .logo__md img {
        width: 100px; }
    
  .master-head .primary-menu {
    display: none; }
    
    
    .master-head .mobile-search{
        padding:5px 10px; }
        .master-head .search .global-search .form-control{
        border-radius: 8px;
        height: 30px;
        padding: 16px 20px; }
}

@media (max-width: 767px) {
  .master-head .h__middle {
    display: none; }
  .master-head .h__end .nav-link {
    padding: 0 5px; }
  .master-head .h__end .shopping-bag span {
    display: none; }
  .master-head .h__end .widget {
    display: none; }
  .master-head .search .global-search button {
    font-size: 13px; } }
@media (max-width: 440px) {
  .master-head .h_main {
    padding: 0 10px; }
    .master-head .h_main .brand-logo .logo__md img {
      width: 120px; } }
@keyframes mymove {
  from {
    bottom: 0px;
    height: 0px; }
  to {
    bottom: 0px;
    height: 50%; } }
.footer {
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  border-top: solid 1px #000;}
  .footer .footer-main{
      padding:40px 0; }
  .footer .site-nav {
    padding: 50px 0; }
    .footer .site-nav nav .nav-link {
      padding-bottom: 0; }
  .footer .newsletter {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left; }
  .footer a {
    color: #000000; }
    .footer a:hover {
      color: #000000 !important;
      text-decoration: underline; }
  .footer .nav-social a {
    background-color: #ffffff;
    color: #12011E;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px; }
    .footer .nav-social a:hover {
        text-decoration:none;
      transform:scale(1.4); }
  .footer .nav-heading {
    font-size: 18px; }
  .footer .border-bottom {
    border-bottom-color: #555555 !important; }
  .footer .footer-bottom {
      border-top:solid 1px #000000;
      font-size: 13px;
      font-weight: 300;
    text-align: center;
    padding:25px 0;
    }

  .footer .footer-bottom a{
    color: #969696
}

@media (max-width: 1024px) {
  .footer {
    font-size: 12px; } }
@media (max-width: 768px) {
  .footer {
    font-size: 11px; }
    
    .footer .site-nav{
        padding:20px 10px; }
}

.featuted-primary-category .container,
.featuted-primary-category .container-fluid,
.featured-products .container,
.featured-products .container-fluid{
    width:96%;
    margin:0 auto;
}

.featured-products .product-cards.cards-light{
    padding:0; }
    
.featured-products .products .product .cta-bar .form-control{
    display:none;
}

.best-selling,
.swiper-container,
.categories-container,
.products-carousel {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }
  
  


.swiper-carousel .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  background-color: #fff;
  box-shadow: 4px 6px 18px 5px rgba(0, 0, 0, 0.3);
  color: #afafaf; }
.swiper-carousel .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
  background-color: #fff;
  box-shadow:-6px 4px 18px 5px rgba(0, 0, 0, 0.3);
  color: #afafaf; }
.swiper-carousel .swiper-button::after, .swiper-carousel .swiper-button-prev::after, .swiper-carousel .swiper-button-next::after {
  font-size: 24px; }
.swiper-carousel .swiper-button-prev {
  left: 20px; }
.swiper-carousel .swiper-button-next {
  right: 20px; }
.swiper-carousel .swiper-button:hover, .swiper-carousel .swiper-button-prev:hover, .swiper-carousel .swiper-button-next:hover {
  background-color: #002E73;
  transform: scale(1.2); }
  .swiper-carousel .swiper-button:hover::after, .swiper-carousel .swiper-button-prev:hover::after, .swiper-carousel .swiper-button-next:hover::after {
    color: #ffffff; }
.swiper-carousel .swiper-pagination-bullet-active {
  background: #002E73; }
 .swiper-carousel .swiper-button-next.swiper-button-disabled, 
 .swiper-carousel .swiper-button-prev.swiper-button-disabled{
     display:none; }
     
  .swiper .swiper-controls {
    position: relative;
    display: flex;
    width: 140px;
    height: 40px;
    justify-content: center;
    margin: 15px auto 0 auto; }
    .swiper .swiper-controls .btn-control {
        position: relative;
        width: 30px;}
    .swiper .swiper-controls .btn-control .btn-carousel::after {
        font-size: 16px;
        color: #000000; }
    .swiper .swiper-controls .swiper-pagination{
        position: relative;
        bottom: 0;
        padding: 0 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: 6px; }
        
        .swiper .swiper-controls  .swiper-button-prev,
        .swiper .swiper-controls  .swiper-button-next{
            left:0;
            right:0; } 

@media (max-width: 1024px) {
  .swiper-carousel .swiper-button-prev {
    width: 20px;
    height: 20px; }
  .swiper-carousel .swiper-button-next {
    width: 20px;
    height: 20px; }
  .swiper-carousel .swiper-button::after, .swiper-carousel .swiper-button-prev::after, .swiper-carousel .swiper-button-next::after {
    width: 20px;
    height: 20px;
    padding: 5px;
    font-size: 10px;
    text-align: center; } }
.modal {
  color: #12011E; }
  .modal .modal-content{
      border-radius:10px; }
      .modal .modal-body {
            position: relative;
            flex: 1 1 auto;
            padding: 20px 30px 30px; }
      .modal .modal-header{
          padding: 20px 30px 0 30px;
         border-bottom: none; }
  .modal .modal-title{
      margin:0;  }
      .modal .form-control,
      .modal .form-select{
        background-color: #f9f9f9;
        border-color: #d6d6d6;
        font-size: 16px;
       font-weight: 600;}
       
       .modal-backdrop.show {
            opacity: 1;
            backdrop-filter: blur(10px);
            background-color: rgba(0, 0, 0, 0.85); }

.home-banners {
  width: 100%;
  overflow: hidden;
  background: #C30081;
  padding:0;
  margin:0; }
  .home-banners .swiper-slide {
    text-align: center; }
    .home-banners .swiper-slide img {
      margin: auto; }
  .home-banners .offer-banner {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #999999;
    background: -moz-linear-gradient(180deg, #999999 0%, #ff8718 100%);
    background: -webkit-linear-gradient(180deg, #999999 0%, #ff8718 100%);
    background: linear-gradient(180deg, #999999 0%, #ff8718 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#999999",endColorstr="#ff8718",GradientType=1); }


.featured-category{
    background:#ECEBF9;
    padding: 15px 0 30px 0;
}


.featured-category  .circled .card a .c__title{
    font-size:16px;
    font-weight:600;
    color:#000000;
}

.featured-category  .circled .card a:hover .c__title{
    color:#000000;
    text-decoration:underline;
}

@media (max-width: 768px) {
    

    .featured-category  .circled .card a .c__title{
    font-size:12px;
    font-weight:400; }
    
    button.back-to-top.show{
        display:none;
    }
}

.selling-brands{
   padding:30px 0; 
}

.selling-brands .brand-logos{
    display:flex;
    flex-wrap:wrap;
    align-items: center;
}

.selling-brands .brand-logos .logo{
    display:block;
    padding: 0;
    margin: 0 10px 10px 0;
}

.selling-brands .brand-logos .logo img{
    max-width:120px
}

.quick-contact {
  background-color: #0A294F;
  padding: 80px 0;
  color: #ffffff; }
  .quick-contact a {
    color: #ffffff; }

.about-store {
  position: relative;
  z-index: 2;
  display:grid;
  grid-template-columns: 50% auto;
    grid-auto-rows: 100%;
    grid-gap: 10px;
  background-color: #FCEBF8;
  /* min-height: 70vh; */
  color: #000000; }
  .about-store .store-content {
    display: flex;
    flex-direction: column;
    padding:20px 25px; }
    .about-store .store-content .large {
      font-size: 40px; }
  .about-store .store-photos {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 50%;
    height: 70vh;
    text-align: right;
    overflow: hidden; }
    .about-store .store-photos img {
      width: 100%; }
  .about-store .statistics {
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center; }
    .about-store .statistics ul {
      background-color: #EC008B;
      list-style: none;
      padding: 50px 60px;
      border-radius: 60px;
      border-top-left-radius: 0; }
      .about-store .statistics ul li {
        color: #ffffff;
        text-align: left; }
        .about-store .statistics ul li:not(:last-child) {
          margin-bottom: 20px; }
        .about-store .statistics ul li h3 {
          margin: 0; }
          
        .about-store  .quick-contact-info{
            background-color: #F4DDEF;
            padding:20px 25px; }
            .quick-contact-info p {
              margin-bottom: 0px;
            }

.newsletter .form-control {
  background-color: #ffffff;
  border-color: #ccc;
  padding: 15px 20px; }

@media (max-width: 1400px) {
  /* .about-store {
    min-height: 80vh; } */
    .about-store .store-content .large {
      font-size: 30px; }
    .about-store .store-content p {
      font-size: 13px; }
    .about-store .store-photos {
      min-height: 80vh; } }
@media (min-width: 1400px) {
  .secondary-banners {
    width: 1380px;
    margin: auto; } }
@media (max-width: 1024px) {
  .home-banners {
    padding: 0;
    margin: 0; }

.about-store { 
    grid-template-columns:1fr;
    grid-auto-rows: auto;
    min-height: auto; }
  .about-store .store-content .large {
    font-size: 30px; 
      margin:0;  }
  .about-store .store-photos img {
    width: auto;
    height: 100%; } }
@media (max-width: 768px) {
    
    .home-banners {
        padding: 0;
        margin: 0;
        height: 200px;
        overflow: hidden;
    }
    
  .categories {
        padding:20px 0; }
    
    .categories .container-fluid,
    .categories .container,
    .featuted-primary-category .container, 
    .featuted-primary-category .container-fluid, 
    .featured-products .container, 
    .featured-products .container-fluid{
        width:100%;
        padding:0;
    }
    
    
    
    .categories  .section-header,
    .featuted-primary-category .section-header.head__center{
        padding:0 20px 10px 20px;
        margin-bottom: 0; }
        
        
    .categories .featuted-category-cards{
        padding-left:10px;
        padding-right: 10px; }
        
        .selling-brands{
      padding:20px 10px;  }

    .about-store{
        grid-template-columns: 1fr;
        min-height: initial;
        grid-auto-rows: auto;
        height: auto; }
  
  .about-store .store-content,
  .about-store .quick-contact-info{
    flex-direction: column;
    padding: 20px;
    height: auto; }
  .about-store .store-photos {
    width: 100%;
    min-height: auto;
    height:auto;
    position: relative; }
    .about-store .store-photos img {
      width: 100%;
      height: auto; }
      .about-store .statistics ul{
          margin:0;
      }
    
}
.product-details {
  color: #12011E;
  border: none;
  border-radius: 0;
  padding: 20px; }
  .product-details .product-hero {
    width: 1000px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px; }
    .product-details .product-hero .product-title {
      font-size: 24px;
      font-weight: 800; }
    .product-details .product-hero .product-other-details {
      list-style: none;
      padding: 0;
      margin: 15px 0; }
      .product-details .product-hero .product-other-details li {
        display: grid;
        grid-template-columns: 110px 1fr; }
        .product-details .product-hero .product-other-details li:not(:last-child) {
          margin-bottom: 10px; }
          
  .product-details .product-gallery {
    position: relative;
    width: auto;
    height: 100%;
    overflow: hidden; }
  .product-details .stock__hurry {
    color: #f05844; }
  .product-details .stock__available {
    color: #00c44b; }
  .product-details .product-selection .product-price {
    margin-bottom: 20px; }
    .product-details .product-selection .product-price .price {
      font-size: 24px;
      font-weight: 700;
      margin-right: 20px; }
    .product-details .product-selection .product-price .was-price {
      text-decoration: line-through;
      color: #12011E; }
  .product-details .product-selection .form-label {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0; }
  .product-details .product-selection .form-select {
    font-size: 14px; }
  .product-details .product-selection .form-control {
    font-size: 14px; }
    .product-details .product-selection .product-cta{
        display: flex;
        align-items: center; }
    .product-details .product-selection .product-qty{
        width:100px;
        margin:15px 15px 15px 0; }
  .product-details .product-selection .product-qty .input-group {
    border: solid 1px #12011E;
    border-radius:8px;
    height: 41px; }
    .product-details .product-selection .product-qty .input-group .btn {
      padding: 3px 10px; }
      .product-details .product-selection .product-qty .input-group .btn svg {
        width: 13px; }
    .product-details .product-selection .product-qty .input-group .form-control {
        background-color: transparent;
      border: none;
      text-align: center; }
  .product-details .product-selection .form-action {
    display: flex;
    gap:30px;}
    .product-details .product-selection .form-action .qty-input {
      width: 80px;
      font-size: 14px;
      font-weight: 700;
      text-align: center; }
    .product-details .product-selection .form-action .btn {
      padding: 10px 40px;
      min-width: 160px;
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase; }
      .product-details .product-selection .form-action .btn.add {
        background: #53389f;
        color: #ffffff; }
      .product-details .product-selection .form-action .btn:hover {
        background-color: #f05844;
        color: #12011E; }
  .product-details .product-full-info {
    margin-bottom: 1rem; }
    .product-details .product-full-info .product-list-table tbody {
      font-size: 13px; }
      .product-details .product-full-info .product-list-table tbody .selected {
        background-color: #f5feff; }
  .product-details .tab-pane .tab-pane-content {
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    padding: 15px 30px;
    min-height: 100px; }
  .product-details .nav .active {
    color: #002E73;
    border-bottom: solid 2px #EC008B; }
  .product-details .product-selection .product-list-row {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1.75fr 1.50fr;
    grid-gap: 1px;
    background-color: #f0f0f0; }
  .product-details .product-selection .product-list-header {
    border-bottom: solid 2px #f0f0f0; }
    .product-details .product-selection .product-list-header .product-price {
      flex-direction: column; }
    .product-details .product-selection .product-list-header .plh-col {
      background: #fff;
      overflow: hidden;
      display: flex;
      align-items: center; }
      .product-details .product-selection .product-list-header .plh-col .label {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        font-size: 12px;
        text-transform: uppercase;
        padding: 1rem; }
        .product-details .product-selection .product-list-header .plh-col .label .label-text {
          margin-right: 20px;
          opacity: .5; }
        .product-details .product-selection .product-list-header .plh-col .label .custom-switcher {
          display: inline-flex; }
          .product-details .product-selection .product-list-header .plh-col .label .custom-switcher .form-switch {
            display: inline-flex;
            justify-content: center;
            margin: 0 5px 0 5px;
            min-height: auto; }
            .product-details .product-selection .product-list-header .plh-col .label .custom-switcher .form-switch .form-check-input {
              border-color: #EC008B;
              background-color: #EC008B;
              background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
      .product-details .product-selection .product-list-header .plh-col .price-slot-labels {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        background-color: #f0f0f0;
        grid-column-gap: 1px;
        width: 100%; }
        .product-details .product-selection .product-list-header .plh-col .price-slot-labels > span {
          background-color: #ffffff;
          text-align: center;
          font-size: 13px; }
    .product-details .product-selection .product-list-header .product-unit {
      display: flex;
      justify-content: center; }
  .product-details .product-selection .product-list-body {
    display: grid;
    grid-row-gap: 1px;
    background-color: #f0f0f0; }
    .product-details .product-selection .product-list-body .plb-col {
      background: #fff;
      padding: 1rem; }
    .product-details .product-selection .product-list-body .pr-price-slots {
      padding: 0; }
    .product-details .product-selection .product-list-body .pr-unit {
      font-size: 14px;
      text-align: center; }
    .product-details .product-selection .product-list-body .price-slot-group {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      background-color: #ebebeb;
      grid-column-gap: 1px;
      height: 100%; }
      .product-details .product-selection .product-list-body .price-slot-group .price-slot .btn {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
      .product-details .product-selection .product-list-body .price-slot-group .price-slot .btn-outline-primary {
        background-color: #fff;
        color: #12011E;
        border: none;
        border-radius: 0; }
      .product-details .product-selection .product-list-body .price-slot-group .price-slot .btn-check:checked + .btn-outline-primary,
      .product-details .product-selection .product-list-body .price-slot-group .price-slot .btn-check:active + .btn-outline-primary,
      .product-details .product-selection .product-list-body .price-slot-group .price-slot .btn-outline-primary:active,
      .product-details .product-selection .product-list-body .price-slot-group .price-slot .btn-outline-primary.active,
      .product-details .product-selection .product-list-body .price-slot-group .price-slot .btn-outline-primary.dropdown-toggle.show {
        background-color: #d8e7ff;
        color: #002E73; }
    .product-details .product-selection .product-list-body .pr-cta {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .product-details .product-selection .product-list-body .pr-cta .pr__price {
        width: 80px;
        font-size: 14px;
        font-weight: 700; }
      .product-details .product-selection .product-list-body .pr-cta .addtocart {
        background-color: #f05844;
        color: #ffffff;
        border-radius: 12px;
        font-size: 13px;
        text-transform: uppercase; }
    .product-details .product-selection .product-list-body .pr-info {
      font-size: 14px; }
    .product-details .product-selection .product-list-body .item-qty .btn {
      padding: 0; }
      .product-details .product-selection .product-list-body .item-qty .btn.selected {
        background-color: #00bb8c;
        color: #ffffff; }
      .product-details .product-selection .product-list-body .item-qty .btn svg {
        width: 25px;
        height: 100%;
        background-color: #ebebeb;
        padding: 5px; }
    .product-details .product-selection .product-list-body .item-qty .form-control {
      width: 60px;
      font-size: 13px;
      text-align: center; }
    .product-details .product-selection .product-list-body .item-qty .selected {
      background-color: #00bb8c;
      color: #ffffff; }
  .product-details .product-list .unit-per, .product-details .product-list .select-qty, .product-details .product-list .item-qty, .product-details .product-list .item-qty, .product-details .product-list .cta-block {
    padding-top: 15px; }
  .product-details .product-list .pr__price {
    padding-top: 23px; }
  .product-details .product-list .select-qty {
    min-width: 220px; }
    .product-details .product-list .select-qty .btn-check:checked + .btn {
      background-color: #253e86;
      border-color: #253e86;
      color: #ffffff; }
  .product-details .product-list .switch-btn .active {
    background-color: #002E73;
    color: #ffffff; }
  .product-details .product-list .product-text figure.product-thumb-small {
    position: relative;
    margin-right: 1rem; }
    .product-details .product-list .product-text figure.product-thumb-small .icon-fixed {
      position: absolute;
      top: 0;
      right: 0; }

@media (max-width: 1220px) {
  .product-details main .product-selection .product-list-header .product-unit .unit-per {
    flex-direction: column; }
  .product-details main .product-selection .product-list-row {
    grid-template-columns: 1.25fr 1fr 1.75fr 1.75fr; }
  .product-details main .product-selection .product-list-body .item-qty .form-control {
    width: 50px;
    padding: 5px; } }
@media (max-width: 1024px) {
    
    .product-details .product-hero{
        width:auto; }
  .product-details main .product-selection .product-list-body .pr-cta {
    justify-content: flex-end; }
  .product-details main .product-selection .product-list-row {
    grid-template-columns: 1.75fr 1fr 2fr; }
    .product-details main .product-selection .product-list-row .product-price, .product-details main .product-selection .product-list-row .pr-price-slots {
      display: none; } }
@media (max-width: 767px) {
    .product-details{
        border:none;
        padding:0 0 20px 0; }
  .product-details .product-info {
    margin: 20px 0; }
  .product-details main .product-hero {
    padding: 1rem 0; }
  .product-details main .product-gallery {
    width: auto; }
  .product-details main .product-list .unit-per, .product-details main .product-list .select-qty, .product-details main .product-list .item-qty, .product-details main .product-list .item-qty, .product-details main .product-list .cta-block {
    padding-top: 5px; }
  .product-details main .product-list .pr__title, .product-details main .product-list .pr__price {
    padding-top: 10px; }
  .product-details main .product-selection .product-list-row {
    grid-template-columns: 2fr 1.75fr; }
  .product-details main .product-selection .product-list-header .product-unit {
    display: none; }
  .product-details main .product-selection .product-list-body .pr-unit {
    display: none; }
  .product-details main .product-selection .product-list-body .pr-cta {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end; }
    .product-details .product-selection .form-action{
        gap:10px; }
    .product-details main .product-selection .product-list-body .pr-cta .item-qty {
      display: none; }
  .product-details main .product-list-sm .pr__price {
    margin: 0 1rem; }
    
    .product-details .product-selection .form-action .btn{
        padding: 10px 20px;
    font-size: 14px;}
}
.align-fcc {
  display: flex;
  align-items: center;
  justify-content: center; }

.align-fcb {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.main-card {
  border: none;
  background: #12011E;
  color: #ffffff; }
  .main-card .card-header {
    border: none;
    background: #12011E;
    color: #ffffff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }
  .main-card .result-info-label {
    font-size: 12px;
    color: #999999; }
  .main-card .child-card {
    padding: 5px 30px; }
    .main-card .child-card .nav-bordered {
      border-bottom: none !important;
      margin-bottom: 2px; }
      
      .featuted-category-cards-carousel .swiper-wrapper{
          padding: 0px 0;
      }

.featuted-category-cards-carousel .swiper-slide {
  width: 30%;
  transition: transform .2s; }
  .featuted-category-cards-carousel .swiper-slide:hover {
    transform: scale(1.02); }
  .featuted-category-cards-carousel .swiper-slide .slide-content {
    display: flex;
    flex-direction: column;
    background:#ffffff;
      padding:6px;
      border-radius:8px;
      box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
  }
    .featuted-category-cards-carousel .swiper-slide .slide-content .title-text {
      font-size: 18px;
      font-weight: 700;
      padding: 10px 0;
      text-align: center; }

.categories-list {
  background-color: #ffffff;
      padding: 20px 0 20px 20px; }
  .categories-list .grid-view {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px; }
  .categories-list .product {
    padding: 0;
    border-radius: 4px; 
    border: solid 1px #ebebeb;
    background-color: #ffffff;
  }
    .categories-list .product .pr__image_wrapper {
        min-height: 240px;
            margin: 0 0 25px 0;
            display: flex;
            align-items: end;
            justify-content: center;}
    .categories-list .product .pr__content {
      padding: 15px 25px;
      text-align: center; }
      .categories-list .product .pr__content .pr__name {
        color: #00B5DD;
        height: auto; }
        .categories-list .product .pr__content .pr__brief{
            font-size:14px;
            color:#7C7C7C;
        }
      .categories-list .product .pr__cta .btn {
        padding: 15px 40px;
        border-radius:0;}
        
        
    .categories-list .product{
        text-align: center;
        border:none;
        border:solid 1px #DDDDDD;
        border-radius:0;
    }        
    
    /*.categories-list .product:nth-child(1),*/
    /*.categories-list .product:nth-child(14){*/
    /*    border-bottom-color:#00ADEE;*/
    /*}*/
    
    /*.categories-list .product:nth-child(1)  a,*/
    /*.categories-list .product:nth-child(14)  a{*/
    /*    color:#00ADEE;*/
    /*} */
    /*.categories-list .product:nth-child(2),*/
    /*.categories-list .product:nth-child(8){*/
    /*    border-bottom-color:#EB008B;*/
    /*}*/
    /*.categories-list .product:nth-child(2)  a,*/
    /*.categories-list .product:nth-child(8)  a{*/
    /*    color:#EB008B;*/
    /*} */
    /*.categories-list .product:nth-child(3),*/
    /*.categories-list .product:nth-child(10){*/
    /*    border-bottom-color:#FBAF40;*/
    /*}*/
    /*.categories-list .product:nth-child(3)  a,*/
    /*.categories-list .product:nth-child(10)  a{*/
    /*    color:#FBAF40;*/
    /*} */
    
    /*.categories-list .product:nth-child(4),*/
    /*.categories-list .product:nth-child(9){*/
    /*    border-bottom-color:#8DC63F;*/
    /*}*/
    /*.categories-list .product:nth-child(4)  a,*/
    /*.categories-list .product:nth-child(9)  a{*/
    /*    color:#8DC63F;*/
    /*} */
    /*.categories-list .product:nth-child(5),*/
    /*.categories-list .product:nth-child(12){*/
    /*    border-bottom-color:#0E75BB;*/
    /*}*/
    /*.categories-list .product:nth-child(5)  a,*/
    /*.categories-list .product:nth-child(12)  a{*/
    /*    color:#0E75BB;*/
    /*} */
    /*.categories-list .product:nth-child(6),*/
    /*.categories-list .product:nth-child(11){*/
    /*    border-bottom-color:#662D91;*/
    /*}*/
    /*.categories-list .product:nth-child(6)  a,*/
    /*.categories-list .product:nth-child(11)  a{*/
    /*    color:#662D91;*/
    /*} */
    /*.categories-list .product:nth-child(7),*/
    /*.categories-list .product:nth-child(13){*/
    /*    border-bottom-color:#EE4036;*/
    /*}*/
    /*.categories-list .product:nth-child(7)  a,*/
    /*.categories-list .product:nth-child(13)  a{*/
    /*    color:#EE4036;*/
    /*} */
    
    

.section-header .filter-toolbar .sort-by {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff; }
  .section-header .filter-toolbar .sort-by .form-select {
    border: solid 1px #ffffff;
    background-color: transparent;
    border-radius: 0;
    color: #ffffff;
    mix-blend-mode: screen; }
    .section-header .filter-toolbar .sort-by .form-select option {
      color: #002E73; }

.products-list {
  grid-gap: 30px; }
  .products-list .product {
    padding: 30px; }
    .products-list .product .price-container {
      min-height: auto;
      margin-bottom: 10px; }

@media (max-width: 1024px) {
    
    .featuted-category-cards-carousel .swiper-wrapper{
        padding:0;}
  .featuted-category-cards-carousel .swiper-slide {
    width: auto; }
    .featuted-category-cards-carousel .swiper-slide .slide-content .title-text {
      font-size: 16px;
      font-weight: 600; }
      
      

  .categories-list .grid-view {
    grid-template-columns: 1fr 1fr; }
  .categories-list .product .pr__content .pr__name {
    font-size: 18px;
    height: auto; } }
    
@media (max-width: 980px) {
        .categories-list .grid-view{
            grid-template-columns:1fr }
    }
@media (max-width: 768px) {
  .categories-list {
    padding: 0; }
    .categories-list .grid-view {
      grid-gap: 20px; }
    .categories-list .product .pr__image_wrapper img {
      width: 100%; }
    .categories-list .product .pr__content .pr__name {
      height: auto; }
    .categories-list .product .pr__content .pr__cta .btn {
      font-size: 16px;
      padding: 10px; } 
      
      .featuted-category-cards-carousel .swiper-slide .slide-content .title-text {
      font-size: 13px;
      font-weight: 500; }
    
    
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #12011E;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }
      
      .error{
    color:red;
}
      
      
.static-page{
    min-height:50vh;
    padding:40px 0; }      
    
button.back-to-top{
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
	height: 0px;
  width: 0px;
  overflow: hidden;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
  color: transparent;
	clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
	bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus{
  outline: 0 !important;
}
button.back-to-top::before,
button.back-to-top::after {
  content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #EA5D5F;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
  border-radius:20px;
  visibility: hidden;
}
button.back-to-top.show::after,
button.back-to-top.show::before{
  visibility: visible;
}
button.back-to-top::after {
  border-bottom-color:#e3f7ff;
      position: relative;
  top:-24px;
}
button.back-to-top.show {
  display: block;
  background: #e3f7ff;
  color: #00ab6c;
  font-size: 25px;
  right: 25px;
	top: 20vh;
  height: 50px;
  width: 50px;
  visibility: visible;
	box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}


@media (max-width: 768px) {
    button.back-to-top.show {
        display: none !important;
    }
}
.qty-input{
  padding-left: 0px;
  padding-right: 0px;
}
/*# sourceMappingURL=app-styles.css.map */

/**********************************************/
/** Updated on 15 Oct 2024 **/
/** Code by cGFydmF0aGFyZWRkeV85MDU5MDcyNTU4 **/
/**********************************************/


