﻿/****** UTILS ******/
:root{
  --primary-color:#F82643;
  --cart-added: #0AC59A;
  --white-color:#ffffff;
  --primary-blue:#005BE3;
  --secondary-green:#58B665;
  --black-color:#000000;
  --dark-grey-content:#999999;
  --content-grey:#606060;
}
/*** default values ***/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Maven+Pro:wght@400..900&display=swap');
.section-padding{
  padding:40px 0;
}
.section-padding-top{
  padding:40px 0 0;
}
.section-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}
.section-title h2{
  font-size: 18px;
  font-weight: 600;
}
.section-title a{
  color: var(--primary-blue);
  font-size: 14px;
}
.css-equal-content, .css-equal-heights {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.title-breadcrumb, .master-nav, .sector-mode-title, .responsibilities-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
:root {
  --Iconsax-Size:24px;
  --Iconsax-Color:#000000;
}
/******* BASE *******/
h1 {
  font-weight: normal;
  font-size: 35px;
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 21px;
  }
}

h2 {
  font-weight: normal;
  font-size: 28px;
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 19px;
  }
}

h3 {
  font-weight: normal;
  font-size: 24px;
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-weight: normal;
  font-size: 21px;
}
@media (max-width: 767.98px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-weight: normal;
  font-size: 18px;
}

h6 {
  font-weight: normal;
  font-size: 17px;
}
@media (max-width: 430px) {
  .d-xx-none{
    display: none !important;
  }
}
.primary {
  background-color: #F82643;
}

.secondary {
  background-color: #FFC941;
}

html {
  width: 100%;
  height: 100%;
  font-weight: 400;
}

body {
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
.body-content{
  padding-top: 93px;
}
.body-content.product-content{
  padding: 70px 0;
}
a {
  color: #403E92;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}
a:hover {
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:focus {
  outline: 0;
}

p {
  margin-bottom: 20px;
}
p:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 700;
}
.iconsax {
  font-size: 21px;
}
.modal-dialog-centered i.fa-circle-xmark{
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.modal-dialog-centered i.fa-circle-xmark:hover{
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* do not group these rules */
*::-webkit-input-placeholder {
  color: #999999 !important;
}
*:-moz-placeholder {
  /* FF 4-18 */
  color: #999999 !important;
  opacity: 1;
}
*::-moz-placeholder {
  /* FF 19+ */
  color: #999999 !important;
  opacity: 1;
}
*:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999 !important;
}
*::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999999 !important;
}
*::placeholder {
  /* modern browser */
  color: #999999 !important;
}
li::marker {
  content: "";
}
button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}
.wesproduct-title h1{
  font-size: 21px;
  font-weight: 700;
}
/* Basic Theme */
/* Common */
.floating-input{
  position: relative;
  transition: all .2s ease-in-out;
}
.floating-input input{
 position: relative;
  display: block;
  width: 100%;
  border: 1px solid #BABABA;
  border-radius: 6px;
  background-color: transparent;
  margin: 0px auto;
  padding:27px 15px 10px;
  height: 58px;
  outline: none !important;
  font-size: 15px;
  font-weight: 500 !important;
  color: rgba(0,0,0,0.85);
  transition: all .2s ease-in-out;
}

.floating-input label{
  position: absolute;
  top: 15px; 
  left: 12px;
  text-align: left;
  display: inline-block;
  padding: 0 4px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  color:#727272;
  margin: 0px auto;
  cursor: text;
  transition: all .15s ease-in-out;
  z-index: 1;
}
.placeHolderInput label{
  top: 12px;
  font-size: 12px;
}
.floating-input input.placeHolderText:valid + label {
  top: 4px;
  font-size: 12px;
  color: #666;
}
.floating-input .form-input:valid + label, .form-input:focus + label { 
  top: 3px;
  color:#666666;
  border:0;
  font-size: 11px;
}
.floating-input.floatingEmail-input input:focus + label,
.floating-input.floatingEmail-input input:not(:placeholder-shown) + label {
  top: 10px;
  font-size: 12px;
}
.floating-input .form-input:focus{
  border: 1px solid #dddddd;
}
.floating-input span.gl-form-asterisk, span.gl-form-asterisk{
  font-size: 17px;
  color:#f82643 ;
  padding-left: 3px;
}
input.form-control.error-message, textarea.form-control.error-message, input.form-control.error-message:focus, textarea.form-control.error-message:focus{
  border-color: #f82643;
}
.text-error-message{
  color: #f82643;
  font-weight: 500;
  font-size: 15px;
  margin-top: 10px;
}
.error{
  color: #f82643;
}
input{
  height:44px;
  border-radius: 6px;
  line-height: 44px;
  color:#000000;
  font-weight: 500 !important;
}
input.form-control:focus, textarea.form-control:focus{
  border-color: var(--primary-color);
}
input,
textarea,
input::placeholder,
textarea::placeholder {
    font-size: 14px;
    font-weight: 400 !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
 {
  font-size: 14px;
  font-weight: 400 !important;
}
.custom-check input.form-check-input{
  border-radius: 3px;
  width: 19px;
  height: 19px;
}
.custom-check input.form-check-input:checked[type=checkbox], .custom-check input.form-check-input:checked[type=radio]{
  --bs-form-check-bg-image: none;
  position: relative;
  width: 19px;
  height: 19px;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.custom-check input.form-check-input:checked[type=checkbox]:focus, .custom-check input.form-check-input:checked[type=radio]:focus{
  box-shadow: none;
  border-color: #dddddd;
}
.custom-check input.form-check-input[type=checkbox]:focus, .custom-check input.form-check-input[type=radio]:focus{
  box-shadow: none;
  border-color: #dddddd;
}
.custom-check input.form-check-input:checked[type=checkbox]::before, .custom-check input.form-check-input:checked[type=radio]::before{
    position: absolute;
    content: "\f00c";
    font-family: 'FontAwesome';
    padding-left: 5px;
    font-weight: 900;
    position: absolute;
    font-size: 12px;
    left: -5px;
    right: 0;
    top: 2px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideInUp {
0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
}
100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    }
}
@keyframes slideInUp {
  0% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      visibility: visible;
      }
  100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      }
} 
/* Common */
.owl-nav, .owl-dots {
  margin: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent
}
.owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}
.owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none
}
.owl-nav .disabled {
  opacity: .5;
  cursor: default
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  /* display: inline */
}
.owl-dots .owl-dot span {
  cursor: pointer;
  width: 8px;
  height: 8px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  /* -ms-transition: opacity 200ms ease; */
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px
}
.owl-dots .owl-dot.active span,  .owl-dots .owl-dot:hover span {
  background: #869791
}

/*** default values ***/
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #AD1328;
}
#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #F82643;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FFA800;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ffffff;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0%   {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@keyframes spin {
  0%   {
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
/* Preloader */
/* Back to Top */
.go-top {
  position:fixed;
  bottom: 35px;
  right: 45px;
  display:none;
  cursor: pointer;
	-webkit-font-smoothing: antialiased;
  z-index: 999;
}
.go-top:after {
  font-family: FontAwesome;
  content: "\f106";
  background-color: #F82643;
  padding: 10px 15px;
  color: #ffffff;
  position: absolute;
  bottom: 10px;
  font-size: 14px;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.go-top-text {
	position: absolute;
	width: 60px;
	text-align: center;
	font-family: 'Questrial';
	line-height: 1.5;
	letter-spacing: 3px;
	font-size: 12px;
	margin: 20px 0 0 -4px;
}
.go-top:hover {
	transition: all .4s linear;
	transform: scale(1.1);
}
/* Back to Top */
/* Home page */
.quick-links-sections{
  padding:12px 0;
  background-color: #901e2e;
}
.quick-links ul{
  display:flex;
}
.quick-links ul li{
  display: inline-block;
  margin-right: 25px;
}
.quick-links ul li:last-child{
  margin-right: 0;
}
.quick-links ul li a{
  text-decoration: none;
  color:#f4e9eb;
  display: flex;
  align-items: center;
  justify-self: center;
  font-size: 14px;
  font-weight: 400;
}
.quick-links ul li a:hover{
  color: var(--white-color);
}
.quick-links ul li a:hover i{
  color: var(--white-color);
}
.quick-links ul li a span:before{
  font-size: 18px;
  margin-right: 5px;
  color:#f4e9eb;
}
.quick-links ul li a:hover span:before{
  color: var(--white-color);
}
.quick-links ul li a i{
  font-size: 16px;
  margin-right: 5px;
  color:#f4e9eb;
}
.quick-links ul li a:hover i{
  color: #ffffff;
}
/* Banner section */
.banner-section{
  background-image: url(../img/home-page/banner-image.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding:25px 0;
  background-color:#F1F1F3;
}
.banner-section .row{
  --bs-gutter-x:1rem;
}
.banner-image{
  position: relative;
  overflow: hidden;
}
.banner-image img{
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
  -o-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
  -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
  transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
  width: 100%;
}
.banner-image:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  transform: scale(1.15);
}
/* Banner section */
/* How it works */
.how-works-section{
  padding:40px 30px 0;
}
.how-works{
  padding:20px;
  border-radius: 10px;
  display: flex;
  align-items:start;
}
.how-works img{
  margin-right: 15px;
  width:130px;
}
.how-works-content h4{
  font-weight: 600;
  text-transform: uppercase;
  color:#ffffff;
}
.how-works-content p{
  font-size: 15px;
  color:#ffffff;
  font-weight: 400;
  line-height: 1.4;
}
.well-experiened{
  background-color:#AD1328;
}
.fast-delivery{
  background-color: #FFA800;
}
/* How it works */
/* Products sections */
.new-product-title{
  height: 100%;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.new-products{
  background-color: #F1F1F3;
}
.popular-products{
  background-color:#FAFAFA;
}
.new-product-title img{
  position: absolute;
  bottom: 0;
}
.products-title{
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 48px;
  width: 100%;
}
.products-title h2, .products-title h1{
  font-weight: 800;
  text-transform: uppercase;
}
.products-title p{
  margin: 0;
}
.products-title a{
  display: inline-block;
  text-decoration: none;
  background-color: #FFA800;
  height: 45px;
  line-height: 45px;
  color: #fff;
  border-radius: 6px;
  margin: 20px 0;
  width: 140px;
  text-align: center;
}
.products-title span{
  display: block;
  font-size: 14px;
  color:#F82643;
  font-weight: 400;
}
.products-section{
  padding:40px 30px;
}
.feature-section{
  padding:40px 30px;
  background-color:#F1F1F3;
}
.product-list{
  background-color: var(--white-color);
  border:1px solid #dddddd;
  border-radius: 6px;
  padding:15px;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
}
.product-list img{
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.product-list:hover{
  transform: scale(1.01);
  box-shadow: 0px 10px 9px 0px rgba(0, 0, 0, 0.10);
}
.product-list:hover img{
  transform: scale(1.1);
}
.product-items{
  height:260px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product-items img{
  width: 170px !important;
}
.wishlist span{
  transition: 0.5s all;
}
.wishlist span.wes-whishlist1{
  position: relative;
  top:1px;
}
/* Wishlist animation */
.wishlist{
  position: relative;
}
.wishlist:focus {
  outline: 0;
}
.wishlist:before, .wishlist:after {
  position: absolute;
  content: "";
  display: block;
  width: 140%;
  height: 100%;
  left: -20%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}
.wishlist:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 20%, #ff0081 20%, transparent 30%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ff0081 15%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
  content: "\e920";
}
.wishlist:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ff0081 15%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%);
  background-size: 25% 20%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.wishlist:active {
  transform: scale(0.9);
  background-color: #FFE1E5;
  box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}
.wishlist.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
  font-size: 0;
}
.wishlist.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
  0% {
    background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
  }
  50% {
    background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
  }
  100% {
    background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
@keyframes bottomBubbles {
  0% {
    background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
  }
  50% {
    background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
  }
  100% {
    background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
    background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
  }
}
/* Wishlist animation */
#wishlistadded, #wishlistremove{
  width: fit-content;
  border-radius: 10px;
}
#wishlistadded .toast-body, #wishlistremove .toast-body{
  border-radius: 6px;
}
#wishlistadded .toast-body p, #wishlistremove .toast-body p{
  font-size: 14px;
}
#wishlistadded i{
  color: #0AC59A;
}
#wishlistremove i{
  color: #F82643;
}
.wishlist-products{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wishlist-products p{
  border: 1px solid #dddddd;
  background-color: #ffffff;
  border-radius: 100px;
  padding: 5px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin:0;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media (hover: hover) {
  .wishlist-products p:hover{
    box-shadow: 0px 10px 9px 0px rgba(0, 0, 0, 0.10);
    background-color: var(--primary-color);
  }
  .wishlist-products p:hover span:before{
    color:var(--white-color);
  }
}

.wishlist-products p i{
  font-size: 16px;
  font-weight: 600;
}
.wishlist-products p span.wes-whishlist-active::before{
  color: var(--primary-color);
}
.cc-cart-wishlist.wishlist span.wes-whishlist-active::before{
  color: var(--primary-color);
}
.cc-cart-wishlist.wishlist:hover span.wes-whishlist-active::before{
  color: var(--white-color);
}
.product-stage{
  border-radius: 5px;
  padding:5px 15px;
  font-size: 12px;
  color:#ffffff;
  text-transform: uppercase;
}
.new-product{
  background-color: #F82643;
}
.new-clearance{
  background-color: #FFA800;
}
.new-sale{
  background-color: #005BE3;
}
h6.product-title{
  font-size: 15px;
  font-weight: 500;
  line-height:1.4;
  margin: 0;
  color:#1A1A1A;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
h6.product-title a{
  color:#1A1A1A;
}
.product-price{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.product-price p{
  font-weight: 700;
  margin: 0;
}
.product-price span{
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.product-price span::before{
  font-size: 16px;
}
.product-price .orderstatus span:before{
  font-size: 24px;
  font-weight: 500;
}
.pro-added{
  background-color: var(--secondary-green);
  color: var(--white-color);
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 6px;
}
.product-code{
  margin:5px 0 15px;
  color:#606060;
  font-weight: 300;
  font-size: 14px;
}
.product-code.buying-options{
  visibility: hidden;
}
.qty-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  column-gap: 10px;
}
.qty-container .input-qty{
  text-align: center;
  padding: 7px 10px;
  border: 1px solid #dddddd;
  max-width: 120px;
  max-width: 55%;
  width: 100%;
  display: block;
  height: 41px;
  border-radius: 6px;
}
.product-quantity .qty-container .qty-btn-minus,
.product-quantity .qty-container .qty-btn-plus{
  border: 1px solid #dddddd;
  padding: 10px 13px;
  font-size: 12px;
  height: 41px;
  width: 41px;
  transition: 0.3s;
  background-color: #F1F1F3;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qty-container button i{
  color: var(--black-color);
}
.product-unavailable, .product-discontinued  {
  margin-top: 10px;
}
.product-unavailable p{
  color: #F82643;
  font-weight: 500;
  font-size: 14px;
}
.product-substituted p{
  color: #F82643;
  font-weight: 500;
  font-size: 14px;
}
.product-discontinued p{
  color: #F82643;
  font-weight: 500;
  font-size: 14px;
}
.product-substituted p a{
  color: #005BE3;
  margin-left: 5px;
  font-size: 14px;
}
.product-substituted p a:hover{
  color: var(--primary-color);
  text-decoration: underline;
}
.btn-products{
  width: 100%;
  height: 45px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-products i{
  margin-right:5px;
}
.btn-buying, .btn-buying:hover{
  background-color: #005BE3;
  color: #fff;
}
.btn-unavailable, .btn-unavailable:hover{
  background-color: #F1F1F3;
  color:#606060;
}
.btn-addcart, .btn-addcart:hover{
  background-color: #F82643;
  color: #fff;
}
.btn-addcart span::before{
  font-size: 21px;
}
.btn-shopnow, .btn-shopnow:hover{
  background-color: #FFA800;
  color: #fff;
}
.product-button button{
	position: relative;
  font-size: 14px;
  display: flex;
  column-gap: 5px;
  margin-bottom: 0;
}
.button-effect button, .button-effect a {
	color: rgba(255, 255, 255, 1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	border: 1px solid rgba(255, 255, 255, 0.5);
	overflow: hidden;
  margin-bottom: 0;
}
.button-effect button:before, .button-effect button:after
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
	-webkit-transform: translate(-105%, 0);
	transform: translate(-105%, 0);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(255, 255, 255, 1);
	background-color: rgba(255, 255, 255, 0.25);
}
.button-effect a:before, .button-effect a:after
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 1;
	-webkit-transform: translate(-105%, 0);
	transform: translate(-105%, 0);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(255, 255, 255, 1);
	background-color: rgba(255, 255, 255, 0.25);
}
.button-effect button:after, .button-effect button:after  {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.button-effect a:after, .button-effect a:after  {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.button-effect button:hover:before, .button-effect button:hover:after{
	opacity: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.button-effect a:hover:before, .button-effect a:hover:after{
	opacity: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.product-button a{
  display: flex;
  text-align: center;
  margin: 0 auto;
}
.product-button.productFamily-btn{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.product-button.productFamily-btn a{
  width: fit-content;
  padding: 0 45px;
  font-size: 14px;
  border-radius: 6px;
  text-align: left;
  margin: inherit;
}
.popular-section{
  padding:0 30px 40px;
}
span.wes-buying-option::before{
  font-size: 21px;
}
/* Products sections */

/* Offers Section */
.offers-section{
  padding:40px 30px;
}
.offers-slider{
  display: flex;
  column-gap: 24px;
}
/* Offers Section */

/* category brand sections */
.category-brand-section{
  padding:40px 30px;
}
.category-brand{
  background: rgb(248,38,67);
  background: linear-gradient(180deg, rgba(248,38,67,1) 0%, rgba(184,20,42,1) 100%);
  padding:24px;
  border-radius: 10px;
}
.list-category{
  background-color: #F1F1F3;
  background-image: url(../img/home-page/category-brand-bg.png);
  background-repeat: no-repeat;
  width: 100%;
  padding:24px 24px 60px;
  border-radius: 10px;
  text-align: center;
}
.list-category h4{
  color: #F82643;
  text-transform: uppercase;
  font-weight: 800;
}
.list-category a img{
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 100%;
}
.list-category a:hover img{
  transform: scale(1.01);
  box-shadow: 0px 10px 9px 0px rgba(0, 0, 0, 0.10);
}
.ca-list{
  display: flex;
  align-items: center;
  justify-content: center;
}
.ca-list-info a{
  color: #000000;
  margin-top: 15px;
  font-size: 15px;
  display: block;
  text-transform: uppercase;
}
.ca-list-info img{
  width: 100%;
}
.ca-category-title{
  max-width: 70%;
  text-align: center;
  margin: 0 auto;
  padding: 25px;
  background-color: #ffffff;
  margin-top: -25px;
  border-radius: 10px;
}
.ca-category-title h5{
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.ca-category-title button{
  width: 140px;
  text-align: center;
  margin: 0 auto;
}
/* category brand sections */

/* clearance section*/
.clearance-section, .feature-section{
  padding:40px 30px;
}
.product-title h2{
  font-weight: 800;
  text-transform: uppercase;
}
.clearance-products{
  margin-top: 40px;
}
.shop-link{
  background: #FFA800;
  text-decoration: none;
  color: #ffffff;
  width: 140px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}
.clearance-slider{
  display: flex;
  column-gap: 24px;
}
.features-slider {
  display: flex;
  column-gap: 24px;
}
.clearance-slider .product-list, .features-slider .product-list{
  width: 340px;
}
/* clearance section*/
/* Order Status */
.order-status{
  background-color: #79B52D;
  padding: 12px;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 6px;
  transition: all 0.5s ease-out;
  position: relative;
}
.result_hover{
  display: block;
  animation: MoveUpDown 0.5s linear;
  position: absolute;
  top: 0;
}
@keyframes MoveUpDown {
  0%{
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.orderStatus-dialog, .modal-animate-center{
  -webkit-animation: showSweetAlert .3s;
  animation: showSweetAlert .3s;
  will-change: transform;
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.orderStatus-dialog .modal-content{
  background-color: transparent;
  padding: 0;
  border: 0;
}
.order-status-close{
  margin: 0;
  position: absolute;
  right: -35px;
  cursor: pointer;
}
.order-status-close i{
  font-size: 27px;
  color:#ffffff;
}
.orderstatus{
  cursor: pointer;
}
.orderstatus:hover i{
 color:#F82643 ;
}
.order-status .order-status-list{
  margin-bottom: 10px;
}
.order-status .order-status-list:last-child{
  margin: 0;
}
.order-title{
  background-color: #ABE590;
  padding: 8px;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.order-title h6{
  font-size: 14px;
  margin: 0;
  font-weight: 600;
  color: #1A1A1A;
  text-transform: uppercase;
}
.order-dec{
  background: #ffffff;
  padding: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
}
.search-row .order-status{
  position: absolute;
  width: 50%;
  z-index: 999;
}
.search-row .order-status.result_hover{
  display: block;
  animation: MoveUpDown 0.5s linear;
  position: absolute;
  top: -370px;
  left: 0px;
  width: 290px;
}
.pre-order-status{
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-price-dec .order-price{
  border-bottom: 1px solid #ABE590;
}
.order-price-dec .order-price:last-child{
  border: 0;
}
.order-dec p{
  background: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
.order-dec span{
  color: #F82643;
  text-transform: uppercase;
  font-size: 15px;
}
.cost-qty{
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.cost-qty h6, .cost-qty p{
  width: 100%;
}
.order-price-dec{
  padding: 0;
}
.order-price{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.order-price span{
  width: 100%;
  color:#000000;
}
.order-price p{
  width: 100%;
}
.order-price p a{
  width: fit-content;
  border: 1px solid #635BFF;
  color: #635BFF;
  font-size: 15px;
  padding: 3px 10px;
  border-radius: 4px;
}
/* Order Status */
/* Sidebar Mobile Menu */
.sidebar-wrap {
  position: fixed;
  top: 0;
  right: -104%;
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow-y: scroll;
  -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  z-index: 9999999;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.sidebar-wrap.sidebar-opened {
  right: 0px;
  background-color: #ffffff;
}
.sidebar-wrap .sidebar-inner {
  position: relative;
}
.sidebar-wrap .sidebar-inner .sidebar-close {
  background-color: #F82643;
  padding: 15px 25px;
}
.sidebar-wrap .sidebar-inner .sidebar-close i{
  color: #ffffff;
  font-size: 21px;
}
.sidebar-close-btn{
  display: flex;
  align-items: center;
  column-gap: 10px;
  color:#ffffff;
}
.sidebar-wrap .sidebar-inner .sidebar-content {
  color: #000000;
  padding: 25px;
}
.sidebar-wrap .sidebar-inner .sidebar-content {
  color: #000000;
}
.sidebar-menu h4{
  font-weight: 600;
}
.sidebar-nav li{
  margin: 5px 0;
  font-size: 14px;
}
.sidebar-nav li a{
  color: #000000;
}
/* Sidebar Mobile Menu */
/* Home Page end */

/* Category list page */
.breadcrumb-section{
  padding:15px;
}
.breadcrumb{
  margin:0;
}
.breadcrumb-item{
  font-size: 14px;
}
.breadcrumb-item a{
  color: #F82643;
}
.breadcrumb-item.active{
  color: #000000;
  font-size: 14px;
}
.breadcrumb-item+.breadcrumb-item::before{
  color: #F82643;
}
.subcategory-section{
  padding:0px 15px 20px;
}
.filter-popular-section{
  padding:20px 15px;
}
.subcategory-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subcategory-pro-list{
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}
.subcategory-title h4{
  font-weight: 600;
  margin: 0;
  font-size: 19px;
}
.subcategory-title span{
  color:#999999;
  font-weight: 400;
  font-size: 16px;
}
.subcategory-title a{
  display: flex;
  align-items: center;
  column-gap: 5px;
  color:#000000;
  border:1px solid #dddddd;
  padding:5px 10px;
}
.ct-subcategories{
  background-color: #F6F6F6;
  padding: 15px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  column-gap: 15px;
  justify-content: space-between;
  width:100%;
}
.ct-subcategories a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000000;
  column-gap: 15px;
  width:100%;
}
.ct-subcategories a:hover{
  color: var(--primary-color);
}
.ct-subcategories p{
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 90px;
}
.ct-subcategories p a{
  color: #000;
}
.ct-subcategories-img{
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ct-subcategories-img img{
  width: 100px;
}
.common-section{
  padding:40px 15px;
}
.category-products .owl-stage-outer{
  padding:25px 0;
}
.category-products .owl-dots button.active span{
  background: #F82643;
}
.category-products .owl-nav{
  position: absolute;
  top: -40px;
  right: 0;
  margin-right: 0;
}
.category-products .owl-nav button{
  border: 1px solid #dddddd !important;
  padding: 15px;
  width: 35px;
  height: 35px;
  display: inline-table;
  opacity: 1;
}
.category-products .owl-nav button span{
  font-size: 26px;
  line-height: 18px;
}
.sort-filters{
  display: flex;
  column-gap: 15px;
}
.sort-filters .card-row{
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.sort-filters a.grid-products{
  border: 1px solid #dddddd;
  padding: 5px;
  opacity: 1;
  color:#999999;
}

.sort-filters a.grid-products a{
  color:#999999;
}
.sort-filters a span::before{
  font-size: 27px;
}
.sort-filters a.row-products.active, .sort-filters a.grid-products.active{
  color: #F82643;
  border-color: #F82643;
}
.sort-filters a.active span::before{
  color: #F82643;
}
.sort-filters a.row-products{
  border: 1px solid #dddddd;
  padding: 5px;
  opacity: 1;
  color:#999999;
}
.sort-filters a.row-products a{
  color:#999999;
}
/* Product List Loader */
.product-list .product-image-load{
  height: 170px;
  border-radius: 0;
  background: rgba(130, 130, 130, 0.2);
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
  background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
  background-size: 800px 100px;
  animation: wave-squares 2s infinite ease-out;
}
.product-list .product-title-load{
  margin-top: 12px;
  height: 13px;
  margin-bottom:0;
  border-radius: 0;
  background: rgba(130, 130, 130, 0.2);
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
  background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
  background-size: 800px 100px;
  animation: wave-lines 2s infinite ease-out;
}
.product-btn-load{
  margin-top: 12px;
  height: 40px;
  border-radius: 5px;
  background: rgba(130, 130, 130, 0.2);
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
  background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
  background-size: 800px 100px;
  animation: wave-squares 2s infinite ease-out;
}
.product-list.row-product-list{
  column-gap: 24px;
  display: flex;
  align-items: flex-start;
}
.product-load-img .product-image-load{
  height: 140px;
  width: 210px;
}
.product-load-content{
  width: 100%;
}
.product-load-content .product-btn-load{
  width: 210px;
    margin-top: 45px;
}

@keyframes wave-lines {
  0% {
      background-position: -468px 0;
  }
   100% {
      background-position: 468px 0;
  }
}
@keyframes wave-squares {
  0% {
      background-position: -468px 0;
  }
   100% {
      background-position: 468px 0;
  }
}
/* Product List Loader */
.border-link button, .border-link a {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
}
.filter-product-section {
  padding: 0 15px 40px;
}
.border-link button:before, .border-link a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	background-color: rgba(248, 38, 67, 0.1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.border-link button:hover:before, .border-link a:hover:before {
	opacity: 1;
	-webkit-transform: skewX(-180deg) scale(0.5, 1);
	transform: skewX(-180deg) scale(0.5, 1);
}
.brand-list{
  border: 1px solid #dddddd;
  background-color: #ffffff;
  text-align: center;
  padding: 24px;
  border-radius: 6px;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.brand-list:hover{
  transform: scale(1.01);
  box-shadow: 0px 10px 9px 0px rgba(0, 0, 0, 0.10);
}
.brand-list .brand-img img{
  width: 140px;
}
.brand-list .brand-img a{
  color:#000000;
}
.selected-modal{
  background-color: #ffffff;
  border: 1px solid #dddddd;
  padding:15px;
  border-radius: 6px;
}
.selected-modal{
  display: flex;
  align-items: flex-start;
  column-gap: 15px;
}
.selected-modal-img img{
  width: 130px;
}
.selected-modal-info{
  width:100%;
}
.selected-modal-info h4{
  font-weight: 600;
}
.selected-modal-info p{
  color:#999999;
  font-weight: 400;
}
.selected-modal-info label{
  font-size: 14px;
  margin-bottom: 10px;
}
.ct-filters-list{
  position: relative;
  cursor: pointer;
}
.ct-category-filter{
  position: absolute;
  top: 43px;
  display: none;
  left: 0;
  right: 0;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.15);
  padding: 15px;
  width: 400px;
  z-index: 9;
  height:400px;
  overflow-y: auto;
}
.ct-manufacture-filter,.ct-length-filter, .ct-colors-filter, .ct-type-filter{
  position: absolute;
  top: 43px;
  display: none;
  left: 0;
  right: 0;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 7px 12px rgba(0, 0, 0, 0.15);
  padding: 15px;
  width: 320px;
  z-index: 9;
  height:400px;
  overflow-y: auto;
}
.categ-search input{
  height: 41px;
  font-size: 14px;
  border-color: #dddddd;
}
.categ-search input:focus{
  border-color: #F82643;
}
.categ-search i{
  position: absolute;
  top: 13px;
  right: 13px;
  color: #999999;
}
.categ-list{
  padding:10px 0;
}
.categ-listing {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.categ-listing p{
  font-size: 23px;
  margin: 0;
}
.categ-listing p i{
  font-size: 15px;
}
.categ-listing::after {
  transition: all 0.5s;
}
.categ-first-level{
  padding: 3px 0 3px 20px;
}
.categ-second-level{
  padding: 5px 0 0 20px;
}
.categ-childThree-inner{
  padding-left: 60px;
}
.categ-childThree-inner .categ-form-check{
  padding: 2px 0;
}
.categ-listing p[aria-expanded="true"] i:before, .categ-childOne-inner p[aria-expanded="true"] i:before{
  content: "\f068";
}
.categ-listing p[aria-expanded="false"] i:before, .categ-childOne-inner p[aria-expanded="false"] i:before{
  content: "\2b";
}
.categ-childTwo{
  padding:3px 0;
}
.categ-childTwo-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:0px 0 5px
}
.categ-childOne-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.categ-second-level .categ-form-check{
  padding-bottom: 5px;
}
.reset-filter a{
  color: #F82643;
  text-decoration: underline;
  font-size: 15px;
}
.collapse-filter{
  margin-top: 12px;
}
/* Category list page */
/* Search Row Page */
.search-row-products{
  padding: 15px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  column-gap: 40px;
}
.search-row-products:hover{
  transform: scale(1.01);
  box-shadow: 0px 10px 9px 0px rgba(0, 0, 0, 0.10);
}
.search-row-products .ct-row-info .row-wishlist-products .product-quantity{
  width: 80%;
}
.ct-row-products{
  display: flex;
  align-items: flex-start;
  column-gap: 24px;
  position: relative;
  width: 100%;
}
.ct-row-products .row-pro-img{
  width: 140px;
  height:140px;
}
.ct-row-products img{
  width: 130px;
}
.row-products-details{
  width: 90%;
}
.row-products-details .product-price{
  display: block;
}
.row-products-details .product-price .row-price{
  display: flex;
  column-gap: 15px;
  margin-bottom: 20px;
}
.row-price span{
  cursor: pointer;
}
.row-price span::before{
  font-size: 21px;
}
.row-products-details h6{
  overflow: initial;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  font-weight: 600;
}
.row-products-details h6 a{
  width: max-content;
}
.row-products-details .product-button button.btn-unavailable{
  color:#606060;
}
.row-products-details .product-price .product-button button{
  width:210px ;
}
.ct-row-info .wishlist-products{
  position: static;
  justify-content: flex-end;
}
.product-row-button{
  margin-top: 15px;
}
.row-products-details .product-price .product-quantity{
  width: 210px;
}
.ct-row-info .product-code{
  text-align: right;
}
.ct-row-info .row-price{
  display: flex;
  align-items: center;
  column-gap: 10px;
  justify-content: flex-end;
}
.ct-row-info .row-price p{
  margin: 0;
  font-weight: 900;
}
.row-wishlist-products{
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.row-wishlist-products p{
  border: 1px solid #dddddd;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
  margin: 0;
}
.row-wishlist-products .product-button button, .row-wishlist-products button{
  width: 200px;
}
.row-wishlist-products . .row-wishlist-products{
  width: 200px;
}
.product-features p{
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0;
}
.product-features h6{
  font-weight: 600;
}
.product-features ul{
  padding: 0;
  margin: 0;
}
.product-features ul li{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 6px;
  display: inline-block;
  margin:5px 5px 5px 0;  
}
.row-qty-container{
  column-gap: 10px;
  margin:0;
}
/* Search Row Page */

/* Brand List Page */
.brand-list-section{
  padding: 0px 15px 40px;
}
.shop-brand-title{
  display: flex;
  align-items: center;
}
.shop-brand-title h4{
  font-weight: 600;
  margin:0;
}
.shop-brand-title h1{
  font-weight: 600;
  margin:0;
  font-size: 21px;
}
.shop-brand-search{
  width: 50%;
}
.shop-brand-search input{
  padding: 5px 5px 5px 35px;
  height:40px;
}
.shop-brand-search span{
  position: absolute;
  top: 11px;
  left: 10px;
}
.shop-brand-search span::before{
  font-size: 18px;
  color:#999999;
}
.brands-list ul{
  padding: 0;
  margin:0;
}
.brands-list ul li{
  display: inline-block;
  margin: 5px 5px;
}
.brands-list ul li:hover a{
    transform: scale(1.1);
    box-shadow: 0 7px 12px rgba(0, 0, 0, 0.15);
}
.brands-list ul li a{
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #000000;
  padding: 10px;
  width: 44px;
  height: 44px;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s all ease-in;
  margin: 0;
}
.brands-list ul li a.active{
  background-color: #F82643;
  border-color: #F82643 ;
  color: #ffffff;
}
.branding-list{
  text-align: center;
  border: 1px solid #dddddd;
  padding: 30px 10px;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
}
.branding-list:hover{
  transform: scale(1.01);
  box-shadow: 0px 10px 9px 0px rgba(0, 0, 0, 0.10);
}
.branding-list a{
  display: block;
  color: #000000;
}
.branding-list:hover a{
  color: #000000;
}
.branding-list a span{
  display: block;
}
.brand-list-effect {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
  position: relative;
}
.brand-list-effect:before {
	position: absolute;
	top: 100%;
	left: 50%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 13pt;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}
.brand-list-effect:hover:before, .brand-list-effect:focus:before {
	color: #F82643;
	text-shadow: 10px 0 #F82643, -10px 0 #F82643;
}
.brand-list-effect:hover, .brand-list-effect:focus {
	color: #0abde3;
}
/* Brand List Page */

/* Brand View Page */
.brand-banner{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  position: relative;
  background-image: url(../img/brand-view/brand-banner.png);
}
.brand-banner img{
  max-width: 350px;
}
.brand-content h1{
  font-size: 18px;
  font-weight: 700;
  line-height:1.5;
}
.brand-content p{
  font-size: 15px;
  margin:15px 0;
  line-height:1.5;
}
/* Brand View page */

/* Cart added and Removed*/
.toast-cart{
  width: 400px;
}
.cart-toast{
  background-color: #ffffff;
  padding: 20px;
  border-radius: 6px;
  width: 400px;
}
.cart-item-update{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-item-update h6{
  display: flex;
  align-items: center;
  column-gap: 5px;
  color: var(--secondary-green);
  margin: 0;
  font-size: 15px;
}
.cart-item-update h6.item-removed{
  color: var(--primary-color);
}
.cart-item-update h6 i{
  font-size: 20px;
}
.cart-item-update button{
  font-size:13px;
}
.pro-toast-details img{
  width: 45px;
}
.cart-toast-details{
  display: flex;
  align-items: flex-start;
}
.cart-toast-details p{
  font-size: 15px;
}
.pro-toast-details{
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
  padding-right: 25px;
}
.pro-toast-details span{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cart-toast-btn {
  display: inline-flex;
  align-items: center;
  column-gap: 15px;
  width: 100%;
}
.cart-toast-btn a{
  padding: 10px 15px;
  border-radius: 6px;
  width: 50%;
  display: inline-block;
  text-align: center;
}
.cart-toast-btn a.continue-shop{
  width: 100%;
}
.cart-toast-btn a.checkoutcart-link{
  background-color: #ffffff;
  background-color: var(--secondary-green);
  color: var(--white-color);
}
.continue-shop{
  background-color: var(--primary-color);
  color: var(--white-color);
}
.pro-toast-qty p{
  margin: 5px 0 0;
  color:#606060;
}
.pro-toast-qty small{
  font-size: 13px;
}
.keepshopping{
  background-color: var(--primary-blue);
  color: var(--white-color);
}
/* Cart added and Removed*/
/* New Search Filter with Sortby */
.filters-list{
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.filters-list .manufactureFilter-selected.active button{
  background-color: var(--primary-color);
  color: var(--white-color);
}
.manufatureFilter small.manufatureFilter-count{
  display: none;
}
.filters-list .manufactureFilter-selected button span{
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.filters-list .manufactureFilter-selected.active button span small{
  background-color: var(--white-color);
  border-radius: 100px;
  width: 20px;
  height: 20px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.filters-list .manufactureFilter-selected.active small.manufatureFilter-count{
  display: flex;
}
.filters-list .filter-btn.manufatureFilter.dropdown-toggle::after{
  border:0;
  display: none;
}
.manufacture-filter button.filterSelected{
  border:1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white-color);
}
.manufacture-filter small.selectedFillter-count{
  background-color: var(--white-color);
  border-radius: 100px;
  width: 20px;
  height: 20px;
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.manufacture-filter-list .manufacture-filterList-content{
  margin-bottom: 5px;
}
.manufacture-filter-list .manufacture-filterList-content:last-child{
  margin-bottom: 0;
}
.manufatureFilter-dropdownMenu{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  left: unset !important;
  right: 0 !important;
  padding:0;
}
.manufatureFilter-dropdownMenu.show{
  right: 0 !important;
  left: auto !important;
  visibility: visible;
  opacity: 1;
  margin-top: 0 !important;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 280px;
  background-color: var(--white-color);
  padding: 20px 15px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  height: 400px;
  overflow-y: auto;
}
.manufatureFilter-dropdownMenu.sorbyFilter-dropdown{
  width: 100%;
  height: auto;
}
.manufatureFilter-dropdownMenu.sorbyFilter-dropdown label{
  position: relative;
  top:3px;
}
.manufacture-filterList-content{
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.manufacture-filterList-content label{
  font-size: 14px;
}
.manufacture-filterList-content label span{
  color: var(--dark-grey-content);
  font-weight: 400;
  padding-left: 3px;
}
.sortbyFilters{
  padding: 15px 20px;
}
.sortbyFilters .sortbyContent{
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 15px;
  margin-bottom: 10px;
}
.sortbyFilters .sortbyContent:last-child{
  margin-bottom: 0;
}
.sortbyFilters .sortbyContent label{
  position: relative;
  top:2px;
}
.sortbyFilter-footer{
  padding: 15px;
  border-top:1px solid var(--border-color);
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.sortbyFilter-footer button{
  width: 100%;
  font-size: 14px;
}
.sortbyFilter-footer .button-effect{
  width:100%;
}
.sortBy-cancel{
  background-color: #F1F1F3;
  border-radius: 6px;
  height: 45px;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border:0;
  color: var(--black-color);
}
.filterAccordion-title .accordion-button{
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
.filterAccordion-title .accordion-button small{
  background-color: var(--primary-color);
  width: 20px;
  height: 20px;
  color: var(--white-color);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 500;
} 
.filterAccordion-title .fitmyAccordion.accordion-button{
  align-items: flex-start;
}
.filterAccordion-title .accordion-button span{
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
}
.filterAccordion-item.accordion-item:last-of-type .accordion-button.collapsed,
.filterAccordion-item.accordion-item:last-of-type
{
  border-radius: 0;
}
.filterAccordion-title .accordion-button::after{
  --bs-accordion-btn-icon-width:1rem;
}
.filterAccordion-item{
  border:0;
  border-bottom:1px solid var(--border-color);
  padding: 17px 0;
}
.filterBody-content{
  padding: 10px 0;
}
.filterBody-content .filterList-content{
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 14px;
  margin-bottom: 6px;
}
.filterBody-content .filterList-content label{
  position: relative;
  top:2px;
  text-transform: uppercase;
  font-weight: 400;
}
.filterBody-content .filterList-content label span{
  color: var(--dark-grey-content);
  padding-left: 5px;
}
.fitmyDevice-brand{
  margin-bottom: 10px;
}
.fitmyDevice-brand:last-child{
  margin-bottom: 0;
}
.fitmyDevice-brand label{
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 10px;
}
.applied-filters{
  padding:15px;
  border-bottom: 1px solid var(--border-color);
}
.applied-filters h4{
  font-size: 15px;
  font-weight: 600;
}
.applied-filters-list{
  display: flex;
  align-items: center;
  column-gap: 10px;
}
#select2-fitmyBrand-results li.select2-results__option,
#select2-fitmymodel-results li.select2-results__option
{
  text-transform: uppercase;
}
.manufactureBtn button{
  width: auto;
  height: 34px;
  font-size: 14px;
  margin-top: 15px;
  padding: 0 20px;
}
/* New Search Filter with Sortby */

/* New Home page */
.category-carousel-wrapper{
  display: flex;
  align-items: center;
  column-gap: 16px;
  width: 100%; 
  position: relative;
  box-sizing: border-box;
  padding-top: 40px;
}
.category-carousel, .homepage-owlCarousel{
  overflow: hidden;
}
.category-carousel img {
  width: 140px !important;
  height: 140px;
  border-radius: 100px;
  transition: transform 0.5s ease-in-out;
}
.category-carousel .item {
  transition: transform 0.5s ease-in-out;
}
.category-carousel .item:hover {
  transform: scale(1.01);
}

.category-carousel .item a{
  font-size: 14px;
  margin: 8px 0 0;
  color:var(--black-color);
  display: block;
  line-height: 1.2;
}
.category-carousel .item:hover a{
  color: var(--primary-color);
}
.homeCustom-nav {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  border:1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.homeCustom-nav:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}
.category-carousel .owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin:0;
}
.category-carousel .owl-nav .custom-nav {
  pointer-events: all; /* Enable click */
}
.homeCustom-nav.category-left-arrow, .homeCustom-nav.category-right-arrow,
.homeCustom-nav.product-left-arrow, .homeCustom-nav.product-right-arrow,
.homeCustom-nav.suggested-left-arrow, .homeCustom-nav.suggested-right-arrow{
  flex-shrink: 0;
}
.catalogue-section {
  background-image: url('../img/home-page/catalogue-download.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 50% 100%;
  background-color: #EAEBED;
  height: 450px;
  display: flex;
  align-items: center;
}
.catalogue-download{
  padding-right: 110px;
}
.catalogue-download p{
  font-size: 15px;
  font-weight: 500;
}
.categlog-button{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.categlog-button a{
  font-size: 14px;
}
.newProducts-btn a{
  background-color: var(--white-color);
  border-radius: 6px;
  display: flex;
  align-items: center;
  height:45px;
  justify-content: center;
  color:var(--black-color);
  transition: background-color 0.5s ease-in, color 0.5s ease-in;
}
.newProducts-btn a:hover{
  background-color: var(--primary-color);
  color:var(--white-color);
}
.brandingList-row{
  padding: 20px 0 0;
}
.branding-list.branding-listHome{
  height: 130px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.branding-list.branding-listHome img{
  max-width: 80%;
}
/* New Home Page */
/* Responsive code */
@media only screen and (max-width: 1920px){
  .ct-subcategories p{
    width: 150px;
  }
}
@media only screen and (max-width: 1399px){
  .ct-subcategories p{
    width: 90px;
  }
}
@media only screen and (max-width: 1199px){
  .qty-container .input-qty{
    max-width: 40%;
    width: 63%;
  }
  .qty-container .qty-btn-minus, .qty-container .qty-btn-plus{
    width: 27%;
  }
  .category-carousel img{
    width: 100% !important;
    height: 100% !important;
  }
  .catalogue-section{
    height:400px;
  }
}
@media only screen and (max-width: 991px){
  .how-works img{
    width: 80px;
  }
  .banner-section{
    background-position: center;
  }
  .home-banner .owl-dot{
    margin-bottom: 0 !important;
  }
  .owl-nav, .owl-dots{
    margin-bottom: 0;
  }
  .how-works{
    display: block;
  }
  .how-works-content{
    margin-top: 24px;
  }
  .ca-category-title{
    max-width: 65%;
    margin-bottom: 40px;
  }
  .quick-link-list{
    display: block !important;
  }
  .quick-links ul{
      display: block;
  }
  .quick-links ul li {
      display: flex;
      margin: 10px 0;
  }
  .qty-container .input-qty{
    max-width: 40%;
    width: 65%;
  }
  .qty-container .qty-btn-minus, .qty-container .qty-btn-plus{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .body-content{
    padding-top: 60px;
  }
  .clearance-slider .product-list, .features-slider .product-list{
    width: auto;
  }
  .sidebar-wrap .sidebar-inner .sidebar-close {
    background-color: #F82643;
    padding: 15px 15px;
    font-size: 14px;
  }
  .sidebar-wrap .sidebar-inner .sidebar-content{
    padding:15px;
  }
  .sidebar-menu .sidebar-menu-list{
    padding: 15px 0 0;
    border-bottom: 1px solid var(--border-color);
  }
  .sidebar-menu h4{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .quick-links ul li a{
    column-gap: 5px;
    color:var(--black-color);
    font-weight: 400;
  }
  .quick-links ul li a span::before, .quick-links ul li a i{
    color: var(--content-grey);
  }
  /* Search Row */
  .row-products-details {
    min-width: 40%;
    max-width: 80%;
    width: 80%;
  }
  .row-products-details h6 a {
    width: auto;
  }
  /* Search Row */
  /* Brand View Page */
  .brand-banner{
    height: 250px;
    background-position: center;
  }
  .brand-banner img{
    max-width: 40%;
  }
  .banner-section{
    padding: 40px 30px;
  }
  /* Brand View page */
  .sticky-element {
    top: 64px;
    width: 104% !important;
    margin-left: -2%;
  }
  .categ-listing{
    margin-bottom: 0;
  }
  .categ-listing p{
    line-height: 15px;
  }
  .sticky-element {
    z-index: 1;
  }
  .categ-first-level{
    padding:0 0 0 25px;
  }
  .product-price span::before {
    font-size: 14px;
  }
  .wes-buying-option:before{
    font-size: 21px;
  }
  .filter-product-section{
    padding: 0 0 40px;
  }
  .product-price .wes-dollar:before{
    font-size: 24px;
  }
  .catalogue-section{
    height:350px;
  }
  .catalogue-download{
    padding: 20px;
  }
}
@media only screen and (max-width: 767px){
  .body-content{
    padding-top: 60px;
  }
  .new-products{
    height: auto;
    background: #ffffff;
    text-align: center;
  }
  .products-title{
    position: relative;
    padding: 0;
    margin-bottom: 24px;
  }
  .new-product-title img{
    display: none;
  }
  .popular-products{
    background-color: #ffffff;
    text-align: center;
  }
  .product-items img{
    width: 190px !important;
  }
  .how-works{
    display: block;
    padding: 10px;
  }
  .how-works-content{
    margin-top: 0;
  }
  .ca-category-title{
    max-width: 85%;
    margin-bottom: 40px;
  }
  .qty-container .input-qty{
    max-width: 55%;
    width: 80%;
  }
  .qty-container .qty-btn-minus, .qty-container .qty-btn-plus{
    width: 18%;
    display: flex;
    align-items:center;
    justify-content: center;
  }
  .products-filter button#products-fitmy-tab, .products-filter button#products-filters-tab{
    padding: 10px 30px;
  }
  .product-price .wes-dollar:before{
    font-size: 21px;
  }
  /* Search row page */
  .row-products-details h6{
    display: block;
  }
  .row-products-details h6 small{
    display: inline-block;
    margin: 5px 0 0 10px;
  }
  .product-load-content .product-btn-load {
      width: 100%;
      margin-top: 45px;
  }
  .row-products-details .product-price .product-quantity {
    width: 100%;
  }
  .ct-row-products .row-pro-img{
    width: 100%;
  }
  .search-row .order-status.result_hover {
    top: -160px;
    left: 0;
    width: 100%;
  }
   .search-row-products, .ct-row-products{
    display: block;
    position: relative;
  }
  .ct-row-products a{
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
  }
  .ct-row-products a img{
    width: 130px;
    text-align: center;
    margin: 0 auto;
  }
  h6.product-title a {
    color: #1A1A1A;
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
  }
  .product-price{
    font-size: 14px;
  }
  .product-price{
    font-size: 13px;
  }
  
  .products-filter button{
    font-size: 14px;
  }
  .row-products-details .product-price .product-button button{
    width: 100%;
  }
   .search-row .order-status.result_hover {
    top: -370px;
    left: 0;
    width: 100%;
  }
  .product-code{
    text-align: left;
    word-break: break-all;
  }
  .ct-row-info {
    margin-top: 15px;
  }
  .ct-row-info .row-price{
    justify-content: space-between;
  }
  .product-list.row-product-list{
    display: block;
  }
  .product-list.row-product-list .product-load-img{
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-list.row-product-list .product-load-img .product-image-load{
    width: 100%;
  }
  /* Search row page */
  /* Brand List Page */
  .shop-brand-search {
    width: 100%;
    margin-top: 15px;
  }
  .ct-row-info .product-code{
    text-align: left;
  }
  .ct-row-info .wishlist-products{
    justify-content: flex-start;
    margin-top:10px;
  }
  .row-products-details {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
  .row-wishlist-products .product-button{
    width: 100%;
  }
  .wishlist-products.row-wishlist-products p{
    width: 50px;
    height: 45px;
  }
  .row-wishlist-products .product-button button, .row-wishlist-products button{
    width: 100%;
  }
  /* Brand List Page */
  /* Brand View Page */
  .brand-banner{
    height: 200px;
    background-position: right;
  }
  .brand-banner img{
    max-width: 50%;
  }
  /* Brand View page */
  
 
  .go-top:after {
    padding: 15px;
    width: 26px;
    height: 26px;
  }
  .how-works-content h4 {
    font-size: 14px;
    margin-top: 10px;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .col-px{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .ca-list-info a{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .footer-links ul li a{
    font-size: 14px;
  }
  .header-cart p {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .ct-subcategories p{
    width: 120px;
  }
  input, input::placeholder{
    font-size: 14px !important;
  }
  /* New Sortby and Filter */
  .filters-list{
    display: block;
  }
  .filters-list-rht{
    margin-top: 10px;
  }
  /* New Sortby and Filter */
   /* New Sortby and Filter */
   .filters-list{
    display: block;
  }
  .sortby-filter, .manufacture-filter, .btn-filters-clear{
    display: inline-block !important;
    margin: 0 10px 10px 0;
    height: 38px;
  }
  .filterPopup button{
    height: 38px;
    position: relative;
    top: 2px;
  }
  .sortby-filter{
    border-right:0;
    padding:0;
  }
  .manufacture-filter.filterPopup button{
    background-color: var(--primary-color);
    color: var(--white-color);
  }
  .manufacture-filter.filterPopup button small.selectedFillter-count{
    background-color: var(--white-color);
    color: var(--primary-color);
  }
  #filterPopup, #sortbyPopup{
    max-width: 90%;
  }
  .sortbyFilters .sortbyContent label, .selectedFilters p, .filterBody-content .filterList-content label{
    font-size: 13px;
  }
  .select2-results__option{
    font-size: 13px !important;
  }
  .applied-filters h4, .filterAccordion-title .accordion-button{
    font-size: 14px;
  }
  /* New Sortby and Filter */
  .catalogue-section{
    height:300px;
  }
  .products-section, .clearance-section, .feature-section{
    padding: 40px 0;
  }
  .category-carousel .item a {
    font-size: 13px;
    margin: 12px 0 0;
    line-height: 1.4;
  }
  .product-list:hover{
    transform: scale(1);
  }
  .product-list:hover img{
    transform: scale(1);
  }
}
@media only screen and (max-width: 575px){
  /* Brand List Page */
  .brands-list ul li{
    margin:5px;
  }
  /* Brand List Page */
  
  .mob-product{
    flex: 0 0 auto;
    width: 50%;
  }
  .cart-toast, .toast-cart{
    width: 100%;
  }
  .order-status-close{
    position:initial;
    text-align: right;
    margin-bottom: 10px;
  }
  .order-status-close i{
    font-size: 21px;
  }
  .how-works img{
    width: 50px;
  }
  .products-title a, .product-button a{
    font-size: 14px;
    margin-bottom: 0;
  }
  .product-list{
    padding:9px;
    height: 100%;
  }
  .col-sm-p{
    padding:7px;
  }
  .product-items{
    height:200px;
  }
  .qty-container{
    column-gap: 5px;
    margin-top: 10px;
  }
  .product-code{
    margin: 5px 0;
    font-size: 13px;
  }
  .product-price{
    margin-top: 10px;
    height: 24px;
  }
  .product-unavailable, .product-discontinued{
    height: 24px;
  }
  .product-price p{
    font-size: 13px;
  }
  .product-substituted p{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .clearance-section, .feature-section{
    padding: 40px 0;
  }
  .category-brand{
    padding:15px;
  }
  .list-category{
    padding: 24px 14px 60px;
  }
  .button-effect button, .button-effect a{
    font-size: 14px;
  }
  .product-items img {
    width: 120px !important;
  }
  .banner-section{
    padding: 20px 0;
  }
  .how-works-section {
    padding: 20px 5px; 
  }
  .products-section, .popular-section, .footer-section {
    padding: 20px 5px;
  } 
  .category-brand-section, .clearance-section, .offers-section{
    padding:20px 0;
  }
  .breadcrumb-section{
    padding:15px 0;
  }
  .subcategory-section {
    padding: 0px 0 20px;
  }
  .subcategory-title h4{
    font-size: 16px;
    line-height: 24px;
  }
  .border-link a{
    text-align: center;
    justify-content: center;
    padding: 7px 10px;
    margin-top: 0;
    font-size: 14px;
  }
  
  .wes-ebook:before{
    font-size: 16px;
  }
  .ct-subcategories{
    display: block;
  }
  .ct-subcategories p{
    width: 100%;
    line-height: 18px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .row-spacing{
    --bs-gutter-x: 0.8rem;
  }
  .filter-popular-section{
    padding: 20px 0;
  }
  .ct-subcategories-img{
    width: 100%;
  }
  .filter-product-section{
    padding:0 0 40px ;
  }
  .brand-img p{
    font-size: 14px;
  }
  .sticky-element {
    top: 60px;
    width: 100% !important;
    margin-left: auto;
    z-index: 9;
  }
  .ct-subcategories a{
    display: block;
  }
  .brand-list-section{
    padding: 0px 0 40px;
  }
  .branding-list a span {
    font-size: 13px;
  }
  /* New Sortby and Filter*/
  .branding-list.branding-listHome{
    height: 90px;
    padding: 0 10px;
  }
  .branding-list.branding-listHome img{
    max-width: 100%;
  }
  .catalogue-section {
    background-position: top;
    background-size: 100% 50%;
    height: 450px;
    align-items: end;
    padding-bottom: 20px;
  }
  
  .catalogue-download p{
    font-size: 14px;
  }
  .catalogue-download{
    padding: 20px 0;
  }
}
@media only screen and (max-width: 479px){
  .product-stage{
    font-size: 11px;
  }
  .product-unavailable p, .product-discontinued p {
    font-size: 14px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .qty-container .input-qty{
    max-width: 50%;
    width: 95%;
  }
  .qty-container .qty-btn-minus, .qty-container .qty-btn-plus{
    width: 24%;
  }
  .wishlist-products p{
    width: 30px;
    height:30px;
  }
  .wes-whishlist1:before{
    font-size:16px ;
  }
  .branding-list a span {
    font-size: 13px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .brands-list ul li{
    margin:5px 2px;
    width: 12%;
  }
  .brands-list ul li a {
    font-size: 14px;
    width: 100%;
    height: 44px;
  }
  .wes-buying-option:before{
    font-size: 18px;
  }
}
@media only screen and (max-width: 430px){
  .mob-product{
    flex: 0 0 auto;
    width: 100%;
  }
  .product-items img {
    width: 100px !important;
  }
  .btn-options{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .pro-added {
    padding: 3px 5px;
    font-size: 12px;
  }
  .brands-list ul li{
    margin:5px 2px;
    width: 11%;
  }
  .brands-list ul li a {
    font-size: 14px;
    height: 37px;
  }
  .manufatureFilter-dropdownMenu.show{
    width: auto;
  }
  .manufatureFilter-dropdownMenu.sorbyFilter-dropdown.show{
    width: 100%;
  }
  .product-button.productFamily-btn a{
    width: 100%;
  }
  @media (hover: none) {
    .wishlist-products p:hover{
      background-color: var(--white-color);
    }
  }
}
/* Responsive code */
/* styles.css */