/*!
Theme Name: simon-quan-co-ltd
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: simon-quan-co-ltd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

simon-quan-co-ltd is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pagesf
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
/* font-family: 'Roboto', sans-serif; */

/* body,
html {
    overflow-x: hidden;
} */
/* body,html{
    width: 100%;
} */
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: normal;
  font-style: normal;
  color: var(--black-color-one);
  font-size: 13px;
  line-height: 1.8;
  background-color: #fff;
}

:root {
  scroll-behavior: inherit;
  --black-color: #000000;
  --white-color: #ffffff;
  --primary-color: #213376;
  --secondary-color: #eeee22;
  --yellow-color: #ffd600;
  --black-color-one: #232729;
  --blue-color-one: #072532;
  --white-color-one: #f2f3f7;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 22px 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  padding: 0;
  color: var(--black-color-one);
  font-weight: 700;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1,
.h1-title {
  font-weight: 800;
  font-size: 50px;
  line-height: 1.3;
}

h2,
.h2-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2;
  color: var(--black-color-one);
}

h3,
.h3-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
}

h4,
.h4-title {
  font-size: 24px;
  line-height: 1.2;
}

h5,
.h5-title {
  font-size: 20px;
  line-height: 1.2;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  color: var(--yellow-color);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

a:hover {
  color: var(--primary-color);
}

img {
  max-width: 100%;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  background-color: transparent;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  color: var(--black-color-one);
  border: 1px solid #f2f3f7;
  height: 83px;
  font-weight: 600;
  padding: 0 20px;
  outline: none !important;
}

textarea {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  border: 1px solid #f2f3f7;
  padding: 12px 20px;
  width: 100%;
  color: var(--black-color-one);
  height: 173px;
  outline: none !important;
  font-weight: 600;
}

select {
  border: 1px solid #f2f3f7;
  width: 100%;
  padding: 0 11px;
  background: url(images/sort-down.svg) no-repeat calc(100% - 16px) center transparent;
  background-size: 18px;
  padding-right: 40px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  background: var(--secondary-color);
  color: var(--black-color-one);
  height: 60px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;

  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

::-webkit-input-placeholder {
  color: var(--black-color-one);
}

:-ms-input-placeholder {
  color: var(--black-color-one);
}

::-moz-placeholder {
  color: var(--black-color-one);
}

:-moz-placeholder {
  color: var(--black-color-one);
}

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */

.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 40px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  border: 1px solid #3e3e42;
  background: transparent;
}

.form_input_check label input[type="checkbox"]+span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 22px;
  height: 22px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(images/tick.svg) no-repeat center center;
  background-size: 15px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* .form_input_check input[type="checkbox"]:checked + span::before {
      
    } */

.form_input_check label input[type="checkbox"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 22px;
  height: 22px;
  border: 2px solid #000000;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #4b0049;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#scroll:hover {
  background: #88a725;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 111px;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav>li {
  margin: 0 10px;
  /* padding: 20px 0; */
  position: relative;
}

.navbar-nav>li:last-child {
  margin-right: 0;
}

.navbar-nav>li:first-child {
  margin-left: 0;
}

.navbar-nav>li>a {
  color: var(--black-color-one);
  font-size: 13px;
  line-height: 1.2;
  position: relative;
  font-weight: normal;
  padding: 25px 0;
  display: inline-block;
}

.navbar-nav>li>a:after {
  content: "";
  display: block;
  width: 0;
  height: 6px;
  background: var(--secondary-color);
  /* opacity: 0; */
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* .navbar-nav > li.current-menu-item > a,
.navbar-nav > li > a:hover,
.navbar-nav > li.menu-item-has-children:hover > a {
  color: #3b61dc;
} */

.navbar-nav>li.current-menu-item>a:after,
.navbar-nav>li>a:hover:after,
.navbar-nav>li.menu-item-has-children:hover>a:after {
  width: 100%;
}

/* navbar submenu*/

.sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  width: 140px;
  padding: 0;
}

.sub-menu>li>a {
  color: #000;
  display: block;
  width: 100%;
  padding: 6px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.sub-menu>li {
  width: 100%;
  display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
  background: #eab71e;
  color: #fff;
}

.navbar-nav>li:last-child>.sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

/* for push-menu end*/
.top-panel {
  background-color: var(--primary-color);
  padding: 5px 0;
}

.topcontct-wrapr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  margin: 0 -12px;
}

.topcontct-wrapr ul li {
  list-style: none;
  color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.3%;
  font-size: 10px;
  padding: 0 12px;
}

.topcontct-wrapr ul li a,
.topcontct-wrapr ul li p {
  color: var(--white-color);
}

.topcontct-wrapr ul li a {
  padding: 0 4px;
  position: relative;
  line-height: 1;
}

.topcontct-wrapr ul li a:last-child::before {
  content: none;
}

.topcontct-wrapr ul li a::before {
  content: "";
  position: absolute;
  right: -2px;
  width: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.3);
  height: 90%;
}

.topcontct-wrapr ul li a:hover {
  color: var(--secondary-color);
}

.topcontct-icon {
  width: 18px;
  height: 18px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.topcontct-txt {
  width: calc(100% - 18px);
  padding-left: 5px;
}

.top-rgt-contpnl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-social-bx ul {
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -11px;
}

.top-social-bx ul li {
  list-style: none;
  padding: 0 11px;
}

.top-social-bx ul li a {
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.top-social-bx ul li a img {
  max-width: 14px;
}

.top-social-bx ul li a:hover {
  opacity: 0.5;
}

.toppnlrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lng-drpbx {
  margin-left: 15px;
}

.lng-select {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 70px;
  padding: 6px 15px 6px 32px;
  min-width: 90px;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  height: auto;
  color: var(--white-color);
  background: url(images/whtdrpdwn-arw.svg) no-repeat left 15px center transparent;
}

.navrgt {
  margin-left: 20px;
}

.nav-rgt-iconbx ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  margin: 0 -5px;
}

.nav-rgt-iconbx ul li {
  padding: 0 5px;
  list-style: none;
}

.nav-rgt-iconbx ul li a {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.nav-rgt-iconbx ul li a:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.navsrcbx {
  margin-left: 21px;
}

.navsrcbx form {
  position: relative;
}

.navsrcbx form input[type="text"],
.navsrcbx form input[type="search"],
.woocommerce-checkout .navsrcbx form input[type="text"] {
  padding: 10px 135px 10px 50px;
  border: 1px solid rgba(33, 51, 118, 0.13);
  border-radius: 70px;
  min-width: 417px;
  height: 44px;
  background: url(images/searchicon.svg) no-repeat left 15px center transparent;
  background-size: 22px;
}

.allcatebutnbx {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 14px;
  border-left: 1px solid #f2f3f7;
}

.allcatebutn span {
  line-height: 1;
  display: inline-block;
}

.allcatebutn {
  color: var(--primary-color);
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.allcatebutn i {
  max-width: 16px;
  margin-right: 5px;
  margin-top: -2px;
}

.allcatebutn:hover {
  color: var(--primary-color);
}

.navsrcbx form input[type="text"]::-webkit-input-placeholder,
.navsrcbx form input[type="search"]::-webkit-input-placeholder {
  color: #bababa;
}

.navsrcbx form input[type="text"]:-ms-input-placeholder,
.navsrcbx form input[type="search"]:-ms-input-placeholder {
  color: #bababa;
}

.navsrcbx form input[type="text"]::-moz-placeholder,
.navsrcbx form input[type="search"]::-moz-placeholder {
  color: #bababa;
}

.navsrcbx form input[type="text"]:-moz-placeholder,
.navsrcbx form input[type="search"]::-moz-placeholder {
  color: #bababa;
}

.main-head {
  -webkit-box-shadow: 0px 4px 14px rgba(35, 54, 124, 0.07);
  box-shadow: 0px 4px 14px rgba(35, 54, 124, 0.07);
  background-color: var(--white-color);
}

.mb-src-outrwrp {
  display: none;
}

/*cmn-css*/
.cmn-gap {
  padding: 75px 0;
}

.cmn-hdr h2 {
  margin-bottom: 12px;
  text-transform: capitalize;
}

.cmn-hdr {
  margin-bottom: 30px;
}

.cmn-hdr p {
  margin-bottom: 16px;
}

.cmn-hdr p:last-child {
  margin-bottom: 0;
}

.cmnbutn {
  display: inline-block;
  border-radius: 10px;
  background-color: var(--secondary-color);
  font-size: 15px;
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 16px 32px;
  line-height: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.cmnbutn:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.border-butn {
  font-size: 18px;
  border: 1px solid var(--secondary-color);
  border-radius: 60px;
  padding: 20px 30px;
  color: var(--black-color-one);
  text-align: center;
  display: inline-block;
  line-height: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.border-butn:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}

/*banner*/
.banersec {
  min-height: 500px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bnrsliderpart {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bnrbackimg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bnr-sliderow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}

.bnr-slide-col {
  padding: 0 12px;
}

.bnr-slide-lftcol {
  width: 40%;
}

.bnr-slide-rgtcol {
  width: 60%;
}

.bnrtitle {
  background: -o-linear-gradient(top, #ebd6ff 0%, #ffffff 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ebd6ff),
      to(#ffffff));
  background: linear-gradient(180deg, #ebd6ff 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* text-shadow: 0px 8px 4px rgba(0, 0, 0, 0.4); */
  -webkit-filter: drop-shadow(0px 8px 9px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0px 8px 9px rgba(0, 0, 0, 0.4));
  margin-bottom: 11px;
}

.bntstrongtxt {
  font-size: 16px;
  color: var(--white-color);
  margin-bottom: 10px;
  display: inline-block;
}

.bnr-contbx p {
  font-size: 13px;
  color: var(--white-color);
}

.bnr-contbx .cmnbutn {
  margin-top: 10px;
}

.bnrslider .slick-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 39px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.bnrslider .slick-dots li {
  list-style: none;
  line-height: 0;
  padding: 0 4px;
}

.bnrslider .slick-dots li button {
  font-size: 0;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  border: none;
  padding: 0;
  opacity: 0.3;
}

.bnrslider .slick-dots li button:focus-visible {
  outline: none;
  border: none;
}

.banersec .container {
  height: 100%;
}

.bnrslider,
.bnrslider .slick-list,
.bnrslider .slick-track {
  height: 100%;
}

.bnrslider .slick-dots li.slick-active button {
  opacity: 1;
}

.bnrimg {
  margin-bottom: -18px;
  margin-left: -109px;
}

.bnrimgbx {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 0;
  position: relative;
}

.bnrprduct-bigtxt {
  font-size: 118px;
  font-weight: 700;
  text-transform: uppercase;
  background: -o-linear-gradient(top,
      #ffffff 16.06%,
      rgba(255, 255, 255, 0) 79.53%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(16.06%, #ffffff),
      color-stop(79.53%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg,
      #ffffff 16.06%,
      rgba(255, 255, 255, 0) 79.53%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* mix-blend-mode: plus-lighter; */
  mix-blend-mode: screen;
  opacity: 0.2;
  position: absolute;
  top: 50px;
  line-height: 1;
  right: -26px;
  z-index: -1;
}

.bnr-contbx {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 40px 0;
}

.bnrtfstcircle {
  position: absolute;
  right: -27px;
  top: 28%;
}

.bnrtbluecircle {
  position: absolute;
  left: -50px;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.bnrscnd-ylwcircle {
  position: absolute;
  top: 60px;
  left: 21%;
  z-index: 1;
}

/*banner*/
.categr-slidersec {
  padding-top: 35px;
}

.categr-imgbx {
  width: 74px;
  height: 74px;
  border-radius: 16px;
  border: 1px solid var(--white-color);
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 3px 0px 29px rgba(35, 54, 124, 0.08);
  box-shadow: 3px 0px 29px rgba(35, 54, 124, 0.08);
  overflow: hidden;
  margin: 0 auto 15px auto;
}

.categr-bx:hover .categr-imgbx img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.categr-imgbx img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.categr-bx {
  text-align: center;
  position: relative;
  padding-bottom: 17px;
}

.categrhd {
  font-size: 13px;
  color: var(--black-color-one);
  font-weight: 600;
}

.catg-slide {
  padding-top: 25px;
}

/* .categr-slider .slick-list {
  margin: 0 -3px;
} */
.categr-slider .slick-arrow {
  width: 48px;
  height: 47px;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  font-size: 0;
  position: absolute;
  /* top: 50%; */
   top: 65px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  /* transform: matrix(-1, 0, 0, 1, 0, 0); */
}

.categr-slider .slick-arrow:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}

.categr-slider .slick-arrow.slick-prev {
  background-image: url(images/leftarrow.svg);
  left: -55px;
}

.categr-slider .slick-arrow.slick-next {
  background-image: url(images/rightarrow.svg);
  right: -55px;
}

/*product*/
.prodcard {
  padding: 25px 16px 16px 16px;
  border-radius: 20px;
  border: 1px solid #f2f3f7;
  background-color: var(--white-color);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.prodcard>a {
  width: 100%;
}

.prod-imgbx {
  width: 100%;
  height: 223px;
  overflow: hidden;
}

.prod-imgbx img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.prodcard:hover .prod-imgbx img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.prd-catenme {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 7px;
  display: block;
  color: var(--yellow-color);
  line-height: 1.2;
}

.produtnme {
  font-size: 13px;
  color: var(--black-color-one);
  margin-bottom: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.produtnme:hover a {
  color: var(--primary-color);
}

.produtnme a {
  color: var(--black-color-one);
}

.prd-prce {
  color: var(--blue-color-one);
  font-size: 16px;
}

.prductbtm-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: auto;
}

.cartbutn {
  background-color: var(--primary-color);
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
}

.cartbutn:hover {
  background-color: var(--yellow-color);
}

.prd-qtybx {
  width: calc(100% - 55px);
  border: 1px solid #f2f3f7;
  padding: 14px 14px;
  border-radius: 10px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.quantitytxt {
  min-width: 55px;
  line-height: 1.4;
  font-size: 13px;
}

.prd-qtybx input[type="number"] {
  border: none;
  text-align: center;
  font-weight: 600;
}

.prd-qtybx input[type="number"]:focus-visible {
  outline: none;
  border: none;
}

.prd-qtybx input[type="number"]::-webkit-inner-spin-button {
  opacity: 1;
}

.prd-row {
  --bs-gutter-x: 13px;
  --bs-gutter-y: 13px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.newarvl-lbl {
  font-size: 13px;
  color: var(--primary-color);
  background-color: var(--secondary-color);
  padding: 8px 12px;
  border-radius: 10px;
  line-height: 1;
  display: inline-block;
  font-family: "Roboto Flex", sans-serif;
  text-align: center;
  position: absolute;
  left: 16px;
  top: 16px;
}

.prd-whslsticon svg {
  stroke: #dff1fa;
}

.prd-whslsticon:hover svg {
  stroke: var(--yellow-color);
}

.productsec {
  border-bottom: 1px solid #f2f3f7;
}

a.prd-whslsticon {
  position: absolute;
  right: 16px;
  top: 23px;
  width: 24px;
  height: 24px;
  z-index: 1;
}

.prd-whslsticon.whishlistactive svg {
  fill: var(--yellow-color);
  stroke: var(--yellow-color);
}

/*categorie-gallry*/
.cate-glry-hdrflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cate-glry-hdrflex .border-butn {
  min-width: 170px;
  margin-left: 10px;
}

.cate-glry-hdrflex h2 {
  margin-bottom: 0;
  padding-right: 10px;
}

.cate-glry-hdrflex p {
  font-size: 16px;
  margin-bottom: 0;
  max-width: 492px;
}


.cate-glry-imgbx {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 410px;
}

.page-sidebar-cat-col .cate-glry-imgbx{
  height: 300px;
}

.cate-glry-imgbx a {
  width: 100%;
  height: 100%;
}

.cate-glry-imgbx img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.cate-glry-imgbx:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.cate-glry-contbx {
  padding-top: 16px;
}

.cate-glry-contbx h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 4px;
}

.cate-glry-contbx h3 a {
  color: var(--black-color-one);
}

.cate-glry-contbx p {
  font-size: 16px;
  color: var(--black-color-one);
}

.cate-glrysec .cmn-hdr {
  margin-bottom: 75px;
}

.cate-glry-row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 30px;
}

/*footer*/
.fotersec {
  border-top: 1px solid #f0ede5;
  clear: both;
}

.fotr-toppnl {
  padding: 24px 0;
  text-align: center;
}

.fotr-toppnl p {
  font-size: 15px;
}

.fotr-mdlepart {
  padding: 75px 0;
  border-top: 1px solid #f0ede5;
}

.ftrlogobx>a {
  width: 113px;
}

.ftr-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  margin: 0 -15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ftr-menu ul li {
  list-style: none;
  padding: 0 15px;
}

.ftr-menu ul li a {
  font-weight: 300;
  color: var(--black-color-one);
  font-size: 13px;
}

.ftr-menu ul li a:hover {
  color: var(--yellow-color);
}

.ftr-scocal-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 0;
  margin: 0 -11px;
}

.ftr-scocal-menu ul li {
  padding: 0 11px;
  list-style: none;
}

.ftr-scocal-menu ul li a {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.ftr-scocal-menu ul li a img {
  max-width: 20px;
}

.ftr-scocal-menu ul li a:hover {
  -webkit-transform: scale(1.09);
  -ms-transform: scale(1.09);
  transform: scale(1.09);
}

.fotr-btmpart {
  border-top: 1px solid #f0ede5;
  padding: 20px 0;
}

.cpyrgtbx p {
  font-size: 15px;
}

.cpyrgtbx p a {
  color: var(--black-color-one);
}

.cpyrgtbx p a:hover {
  color: var(--yellow-color);
}

.ftrcontct-wrapr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  margin: 0 -6px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ftrcontct-wrapr ul li {
  list-style: none;
  color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  padding: 0 6px;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.fotr-botm-rgtcol {
  width: 56%;
}

.ftrbtm-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ftrcontct-wrapr ul li a,
.ftrcontct-wrapr ul li p {
  color: var(--black-color-one);
}

.ftrcontct-wrapr ul li a {
  padding: 0 4px;
  position: relative;
  line-height: 1;
}

.ftrcontct-wrapr ul li a:last-child::before {
  content: none;
}

.ftrcontct-wrapr ul li a::before {
  content: "";
  position: absolute;
  right: -2px;
  width: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(35, 39, 41, 0.3);
  height: 90%;
}

.ftrcontct-wrapr ul li a:hover {
  color: var(--yellow-color);
}

.ftrcontct-wrapr ul li i {
  width: 18px;
  height: 18px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ftrcontct-txt {
  width: calc(100% - 18px);
  padding-left: 5px;
}

.ftr-mdrow {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ftrbtm-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*categorie menu*/
.ctg-submen-hd {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  padding-left: 36px;
}

.ctg-submen-hd::before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--secondary-color);
  border-radius: 10px;
}

.categr-slider:hover {
  z-index: 2;
}

.ctg-submenuwrp {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 3px 0px 48px rgba(35, 54, 124, 0.08);
  box-shadow: 3px 0px 48px rgba(35, 54, 124, 0.08);
  border-radius: 10px;
  min-width: 271px;
  text-align: left;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.ctg-submen-hdbx {
  padding: 10px 10px 18px 10px;
  border-bottom: 1px solid #f2f3f7;
  margin: 0 -15px -15px -15px;
}

.ctg-submenu-box .ctg-submenu {
  /* padding: 17px 0 31px 0; */
  padding-left: 0;
}

.ctg-submenu-box ul li {
  list-style: none;
  /* margin-bottom: 30px; */
  padding: 15px 22px;
}

.ctg-submenu-box ul li:last-child {
  margin-bottom: 0;
}

.ctg-submenu-box ul {
  margin-bottom: 0;
}

.ctg-submenu-box ul li a {
  font-size: 13px;
  color: var(--black-color-one);
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right: 22px;
  z-index: 1;
}

.ctg-submenu-box ul li a:hover {
  color: var(--primary-color);
}

/* .ctg-submenu-box ul li a:hover::before {
  color: var(--secondary-color);
}
.ctg-submenu-box ul li a::before {
  content: "\f105";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 0;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #bababa;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 3px;
} */
.ctg-submenu-box ul li a:hover+.prodfiter-arw {
  color: var(--secondary-color);
}

.prodfiter-arw {
  position: absolute;
  width: 22px;
  height: 22px;
  right: 16px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  color: #bababa;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top: 16px;
}

.prodfiter-arw::before {
  content: "\f105";
}

.categr-bx:hover>.ctg-submenuwrp {
  opacity: 1;
  visibility: visible;
}

.ctg-submenu-chld {
  position: relative;
}

.ctg-submenuwrp ul li .ctg-submenuwrp {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 5px;
  opacity: 0;
  visibility: hidden;
}

.ctg-submenuwrp ul li.ctg-submenu-chld:hover .ctg-submenuwrp {
  opacity: 1;
  visibility: visible;
}

/*product listing page*/
.inerbnrsec {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid var(--white-color-one);
}

.inerbnrcont h1 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.productbnrsec .inerbnrcont h1 {
  font-style: italic;
  font-weight: 700;
  font-size: 18px;
}

.inerbnrcont h1 span {
  font-weight: 400;
  font-style: normal;
}

.breadcrumb-nav ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb-nav ul .breadcrumb-item {
  font-size: 13px;
  color: var(--black-color-one);
  position: relative;
  line-height: 1.1;
}

.breadcrumb-nav ul .breadcrumb-item.active {
  color: var(--black-color-one);
  font-weight: 700;
}

.breadcrumb-nav ul {
  margin: 0 -13px;
}

.breadcrumb-nav ul li {
  padding: 0 13px;
}

.breadcrumb-nav ul .breadcrumb-item::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(images/rightarrw.svg);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: center;
}

.breadcrumb-nav ul li:last-child:before {
  display: none;
}

.inr-cmn-gap {
  padding: 50px 0;
}

.prdpgcate-row {
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.prdpgcate-slide {
  width: 14.28%;
  padding: 0 5px;
}

.prdlstpg-lftcol {
  width: 24.5%;
  position: relative;
  z-index: 1;
}

.prdlstpg-rgtcol {
  width: 75.5%;
}

.prd-shortbx {
  position: relative;
  float: left;
}

.shortbytxt {
  position: absolute;
  top: 0;
  font-size: 10px;
  left: 12px;
  top: 7px;
}

.prd-shortbx select {
  min-width: 171px;
  height: 45px;
  border-radius: 10px;
  line-height: 1.2;
  width: auto;
  font-size: 13px;
  padding: 6px 30px 6px 12px;
  text-transform: capitalize;
  background: url(images/gray-dwnarw.svg) no-repeat calc(100% - 16px) center #f7f8fa;
  background-size: 12px;
  border: none;
  font-weight: 400;
}

.prdlst-categpnl {
  margin-bottom: 10px;
  padding: 0 5px;
}

.prduct-short-wrpr {
  margin-bottom: 30px;
}

.prduct-short-wrpr form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prdresult-drpdwnbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: right;
}

.prdshwtxt {
  font-size: 13px;
}

.prdresult-drpdwnbx select {
  font-size: 13px;
  font-weight: 600;
  height: auto;
  padding-right: 20px;
  background: url(images/gray-dwnarw.svg) no-repeat right center transparent;
  background-size: 12px;
  border: none;
}

.prdlst-fltrbx {
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  -webkit-box-shadow: 3px 0px 48px rgba(35, 54, 124, 0.08);
  box-shadow: 3px 0px 48px rgba(35, 54, 124, 0.08);
  border-radius: 20px;
  padding: 10px 10px 30px 10px;
}

.prdlst-fltr-hd {
  background-color: #fcfcd3;
  border-radius: 10px;
  text-align: center;
  padding: 15px 20px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.prdlst-fltr-hd {
  margin-bottom: 20px;
}

.prdlst-fltrbx:not(:last-child) {
  margin-bottom: 14px;
}

.prdlst-fltrbx ul {
  padding-left: 0;
}

.prdlst-fltrbx .ctg-submenu-box ul li {
  padding: 15px 15px;
}

.prdlst-fltrbx .ctg-submenu-box ul>li {
  margin: 0 -10px;
}

.prdlst-fltrbx .ctg-submenu-box ul>li ul li {
  margin: 0 0;
}

.ctg-submenu-sub {
  background-color: var(--white-color);
  border: 1px solid #ffffff;
  -webkit-box-shadow: 3px 0px 48px rgba(35, 54, 124, 0.08);
  box-shadow: 3px 0px 48px rgba(35, 54, 124, 0.08);
  border-radius: 10px;
  min-width: 271px;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 2;
}

.ctg-submenu-box ul li ul.ctg-submenu-sub {
  margin-left: 5px;
}

.ctg-submenu-box ul li ul.ctg-submenu-sub li ul {
  margin-left: 5px;
}

.prdloadingbx {
  margin-top: 30px;
  text-align: center;
}

.prdlstpg-row {
  --bs-gutter-x: 30px;
}

/*about us*/
.aboutpgsec .cmn-hdr p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.aboutpgsec figure {
  margin-bottom: 0;
}

.abtprofile-pnl .abtcontbx p strong {
  font-weight: 600;
  font-size: 16px;
}

.abtcontbx h3 {
  margin-bottom: 20px;
}

.abtprofile-pnl {
  padding-top: 50px;
}

.abt-prf-imgbx {
  border-radius: 11px;
  overflow: hidden;
}

.abt-prf-imgbx img {
  width: 100%;
}

.abtprf-lftcol {
  width: 57%;
}

.abtprf-rgtcol {
  width: 43%;
}

.abtrow {
  --bs-gutter-x: 33px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hwitwrk-card {
  padding: 30px;
  background-color: var(--white-color);
  border-radius: 9px;
  border: 1px solid #e0eeff;
  height: 100%;
  text-align: center;
}

.hwitwrk-imgbx {
  width: 68px;
  height: 68px;
  background-color: #f2faff;
  margin: 0 auto 36px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
}

.hwitwrk-contbx h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 18px;
}

.howitwrksec .cmn-hdr p {
  max-width: 795px;
  margin: auto;
}

.howitwrksec .cmn-hdr h2 {
  margin-bottom: 20px;
}

/*contact us*/
.cntct-info-card h2 {
  font-size: 66px;
  margin-bottom: 20px;
}

.cntct-info-card {
  background-color: var(--white-color);
  border-radius: 20px;
  -webkit-box-shadow: 3px 0px 48px rgba(35, 54, 124, 0.08);
  box-shadow: 3px 0px 48px rgba(35, 54, 124, 0.08);
  border: 1px solid var(--white-color);
  height: 100%;
}

.cntct-info-topcard {
  padding: 40px 47px;
}

.cntctinf-lftcol {
  width: 47%;
}

.cntctinf-rgtcol {
  width: 53%;
}

.cntct-ifo-btmcard {
  padding: 30px 47px;
  border-top: 1px solid #f2f3f7;
}

.cntct-info-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.cntct-info-list ul li {
  list-style: none;
  margin-bottom: 26px;
}

.cntct-info-list ul li:last-child {
  margin-bottom: 0;
}

.cntctinfo-tle {
  font-size: 13px;
  display: block;
  color: var(--black-color-one);
}

.cntct-info-list ul li a,
.cntct-info-list ul li p {
  font-size: 13px;
  font-weight: 600;
  color: var(--black-color-one);
  line-height: 1.2;
}

.cntct-info-list ul li a {
  padding: 0 6px;
  position: relative;
}

.cntct-info-list ul li a:hover {
  color: var(--yellow-color);
}

.cntct-info-list ul li a:last-child::before {
  display: none;
}

.cntct-info-list ul li a::before {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 95%;
  background-color: var(--black-color-one);
}

.cntct-info-list ul li a:first-child {
  padding-left: 0;
}

.cntct-info-list ul li a:last-child {
  padding-right: 0;
}

.cntct-ifo-btmrw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -19px;
}

.cntct-ifobtm-col {
  width: 50%;
  padding: 0 19px;
}

.cntct-bnft-icon {
  border: 1px solid rgba(35, 39, 41, 0.3);
  border-radius: 10px;
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.cntct-bnft-itm h3 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 14px;
}

.cntct-bnft-itm p {
  line-height: 1.8;
  font-size: 10px;
}

.contact-form {
  background-color: var(--white-color);
  border-radius: 20px;
  -webkit-box-shadow: 3px 0px 48px rgba(35, 54, 124, 0.08);
  box-shadow: 3px 0px 48px rgba(35, 54, 124, 0.08);
  border: 1px solid var(--white-color);
  padding: 30px;
  height: 100%;
}

.cnttctfrm-fld {
  position: relative;
}

.contact-form form label {
  position: absolute;
  top: 22px;
  left: 20px;
  font-size: 10px;
  color: var(--black-color-one);
}

.contact-form form input[type="text"],
.contact-form form input[type="tel"],
.contact-form form input[type="password"],
.contact-form form input[type="email"],
.contact-form form select {
  padding-top: 20px;
}

.contact-form form textarea {
  padding-top: 38px;
  resize: none;
}

.cnttctfrm-row {
  --bs-gutter-x: 12px;
  --bs-gutter-y: 12px;
}

.contact-form input[type="submit"] {
  width: 100%;
  margin-top: 15px;
}

.cntct-bnkdtlsec .cmn-hdr h2 {
  font-size: 18px;
  font-weight: 600;
}

.cntct-bnkdtls-itm {
  border-radius: 20px;
  background-color: var(--white-color);
  -webkit-box-shadow: 3px 0px 48px rgba(35, 54, 124, 0.08);
  box-shadow: 3px 0px 48px rgba(35, 54, 124, 0.08);
  padding: 28px 19px 13px 19px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cntct-bnkdtls-itm h3 {
  font-size: 16px;
  font-weight: 600;
}

.bnkdtls-inf-rw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px 30px -4px;
}

.bnkdtls-infcol {
  width: 50%;
  padding: 0 4px;
}

.bnkdtls-inf-txtbx p {
  font-size: 10px;
  margin-bottom: 0;
  text-transform: capitalize;
}

.bnkdtls-inf-bld {
  font-size: 13px;
  font-weight: 600;
  margin-top: 6px;
  display: inline-block;
}

.cntct-bnkdtls-rw {
  --bs-gutter-x: 15px;
  --bs-gutter-y: 15px;
}

.bnkdtls-inf-btm {
  background-color: #fcfcd3;
  border-radius: 10px;
  padding: 9px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}

.bnkdtls-trnst-hdbx {
  min-width: 75px;
  padding-right: 10px;
}

.bnkdtls-trnst-numbx strong {
  font-weight: 600;
}

/*faq*/
.faqitem {
  padding: 0 24px;
}

.faqitem:not(:last-child) {
  margin-bottom: 14px;
}

.faqitem.open .faqh-title::before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faqh-title {
  padding: 12px 24px 12px 0;
  position: relative;
}

.faqh-title::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 20px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background-image: url(images/bluefaqrgtarw.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.faqhd {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

/*dwfault page*/
.termsandprivcy-wrpr h2 {
  font-size: 18px;
  font-weight: 600;
  color: var(--black-color-one);
  margin-bottom: 12px;
}

.termsandprivcy-wrpr h3 {
  font-size: 16px;
}

.termsandprivcy-wrpr h4 {
  font-size: 15px;
}

.termsandprivcy-wrpr a {
  color: var(--primary-color);
  font-weight: 600;
}

.termsandprivcy-wrpr a:hover {
  color: var(--yellow-color);
}

.termsandprivcy-wrpr ul {
  padding-left: 0;
}

.termsandprivcy-wrpr ul li {
  list-style: none;
  position: relative;
  padding-left: 15px;
}

.termsandprivcy-wrpr ul li:not(:last-child) {
  margin-bottom: 10px;
}

.termsandprivcy-wrpr ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: var(--primary-color);
  border-radius: 100%;
}

.prdlst-filtrbutn {
  display: none;
}

.hwitwrk-row {
  --bs-gutter-y: 24px;
}

/*keyframe*/
.floatcircle {
  -webkit-animation-name: floaty;
  animation-name: floaty;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.bnrprduct-bigtxt {
  -webkit-animation-name: floaty-lft;
  animation-name: floaty-lft;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes floaty {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
  }
}

@keyframes floaty {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
  }
}

.prduct-lstpgsec .prdlstpg-lftcol .wp-block-woocommerce-price-filter input[type="text"] {
  border: none;
  height: 15px;
}

.prduct-lstpgsec .cartbutn img {
  max-width: 100%;
  width: unset !important;
  height: auto !important;
  margin: 0px !important;
  display: unset !important;
}

.woocommerce button.cartbutn {
  border: none;
}

.woocommerce section#block-10 {
  margin-bottom: 14px;
}

section.related.products {
  display: block;
  clear: both;
  margin-top: 50px;
}

.wslivesearch {
  display: none;
}

.wsalldropdowncat {
  display: none;
}

.wssearchform .spinner-border {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  right: 35%;
  top: 26%;
  display: none;
}

/*support 25/10/2024*/
.woocommerce-account #customer_login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.woocommerce-account #customer_login::before,
.woocommerce-account #customer_login::after {
  display: none;
}

.woocommerce-account #customer_login .u-column1.col-1,
.woocommerce-account #customer_login .u-column2.col-2 {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.woocommerce-account form.woocommerce-form-login,
.woocommerce-account form.woocommerce-form-register {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.woocommerce-account form.woocommerce-form-login,
.woocommerce-account form.woocommerce-form-register,
.woocommerce-account .woocommerce-ResetPassword {
  background-color: var(--white-color);
  border-radius: 20px;
  -webkit-box-shadow: 3px 0px 48px rgba(35, 54, 124, 0.08);
  box-shadow: 3px 0px 48px rgba(35, 54, 124, 0.08);
  border: 1px solid var(--white-color);
  padding: 30px;
  margin: 0;
}

.woocommerce-account form.woocommerce-form-login button.button,
.woocommerce-account form.woocommerce-form-register button.button,
.woocommerce-account .woocommerce-ResetPassword button.button {
  background: var(--secondary-color);
  color: var(--black-color-one);
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  min-width: 147px;
  padding: 15px 30px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce-account form.woocommerce-form-login button.button:hover,
.woocommerce-account form.woocommerce-form-register button.button:hover,
.woocommerce-account .woocommerce-ResetPassword button.button:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.woocommerce-account form.woocommerce-form-login a,
.woocommerce-account form.woocommerce-form-register a {
  color: var(--yellow-color);
}

.woocommerce-account form.woocommerce-form-login a:hover,
.woocommerce-account form.woocommerce-form-register a:hover {
  color: var(--primary-color);
}

.woocommerce-account form.woocommerce-form-login .form-row,
.woocommerce-account form.woocommerce-form-register .form-row {
  margin-top: 10px;
}

.woocommerce-account .entry-header {
  margin-bottom: 20px;
}

.woocommerce-account form.woocommerce-form .woocommerce-form-row--wide,
.woocommerce-account .woocommerce-ResetPassword .woocommerce-form-row--first {
  position: relative;
}

.woocommerce-account form.woocommerce-form .woocommerce-form-row--wide label,
.woocommerce-account .woocommerce-ResetPassword .form-row.form-row-first label {
/*   position: absolute;
  top: 23px;
  left: 24px;
  font-size: 10px;
  line-height: 1.4; */
}

.woocommerce-account form.woocommerce-form input[type="text"],
.woocommerce-account form.woocommerce-form input[type="tel"],
.woocommerce-account form.woocommerce-form input[type="password"],
.woocommerce-account form.woocommerce-form input[type="email"],
.woocommerce-account form.woocommerce-form select,
.woocommerce-account .woocommerce-ResetPassword input[type="password"],
.woocommerce-account .woocommerce-ResetPassword input[type="text"] {
  padding-top: 10px;
}

.woocommerce-account.woocommerce-lost-password .entry-header {
  text-align: center;
}

.woocommerce-account .woocommerce-ResetPassword {
  max-width: 1000px;
  margin: auto;
}

.woocommerce-account .woocommerce-ResetPassword .form-row-first {
  width: 100%;
}

.woocommerce ul.products li.product .prodcard .button.cartbutn {
  background-color: var(--primary-color);
  width: 45px;
  height: 45px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 0 10px;
  padding: 2px;
}

.woocommerce ul.products li.product .prodcard .button.cartbutn img {
  margin-bottom: 0;
  max-width: 25px;
}

.woocommerce ul.products li.product .prodcard .button.cartbutn:hover {
  background-color: var(--yellow-color);
}

.prodcard .quantity {
  width: calc(100% - 55px);
  border: 1px solid #f2f3f7;
  padding: 11px 14px;
  border-radius: 10px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prodcard .quantity input[type="number"] {
  border: none;
  text-align: center;
  font-weight: 600;
}

.prodcard .quantity input[type="number"]:focus-visible {
  outline: none;
  border: none;
}

.prodcard .quantity input[type="number"]::-webkit-inner-spin-button {
  opacity: 1;
}

.home ul.products,
.single-product .related.products ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6px -15px -6px;
}

.home .woocommerce ul.products li.product,
.single-product .related.products ul.products li.product {
  margin: 0;
  width: 25%;
  padding: 0 6px 15px 6px;
}

.home .woocommerce ul.products li.product .prod-imgbx img,
.archive ul.products li.product .prod-imgbx img,
.single-product .related.products ul.products li.product .prod-imgbx img {
  height: 100%;
}

.archive .prdlistpnl ul.products, .page-template-page-left-sidebar .prdlstpg-rgtcol ul.products  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6px -15px -6px;
}

.archive .prdlistpnl ul.products li.product ,
.page-template-page-left-sidebar .prdlstpg-rgtcol ul.products li.product {
  margin: 0;
  width: 33.3%;
  padding: 0 6px 15px 6px;
}

.single-product .productbnrsec .inerbnrcont h1 {
  font-size: 24px;
  font-style: normal;
  margin-bottom: 0;
  max-width: 432px;
  font-weight: 600;
  text-align: left;
}

.single-product .productbnrsec .inerbnrcont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb-nav ul .breadcrumb-item a {
  color: var(--black-color-one);
}

.breadcrumb-nav ul .breadcrumb-item a:hover {
  color: var(--yellow-color);
}

.single-product .summary .product_title {
  font-size: 32px;
  margin-bottom: 15px;
  color: var(--black-color-one);
}

.single-product .summary h3 {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
}

.single-product .summary .product_category_title {
  font-style: italic;
  margin-bottom: 14px;
}

.single-product div.product .summary .price {
  color: var(--black-color-one);
}

.single-product div.product .summary .price .prcstrttxt {
  font-size: 10px;
  color: var(--black-color-one);
}

.single-product .summary p.price .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 600;
  margin-right: 5px;
}

.single-product .summary .woocommerce-product-details__short-description {
  margin-bottom: 15px;
}

.cartbutn img {
  -webkit-filter: brightness(100) invert(0);
  filter: brightness(100) invert(0);
}

.single-product .summary .buy-now.button {
  font-size: 18px;
  color: var(--black-color-one);
  background-color: var(--secondary-color);
  border-radius: 50px;
  padding: 21px 23px;
  min-width: 251px;
  text-align: center;
  text-transform: capitalize;
  font-weight: normal;
}

.single-product .summary .buy-now.button:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.woocommerce ul.products li.product .prodcard .button.cartbutn:after {
  position: absolute;
  top: -3px;
  right: -2px;
  width: 15px;
  height: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 8px;
  background-color: var(--yellow-color);
  border-radius: 100%;
}

.woocommerce ul.products li.product .prodcard .added_to_cart {
  color: var(--yellow-color);
}

.woocommerce ul.products li.product .prodcard .added_to_cart:hover {
  color: var(--primary-color);
}

.single-product .summary .ws-cart-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-product .product .summary .single_add_to_cart_button {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 1px solid #ecf5f9;
  background-color: var(--white-color);
  margin-left: 10px;
}

.single-product .product .summary .single_add_to_cart_button:hover {
  background-color: var(--yellow-color);
  border-color: var(--yellow-color);
}

.single-product .product .summary .ws-quantity-wrap {
  background-color: #f5f6f6;
  border-radius: 53px;
  min-width: 152px;
  padding: 21px 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-product .product .summary .ws-quantity-wrap button {
  border: none;
  background-color: transparent;
  color: #333333;
  font-weight: 700;
}

.single-product .product .summary .ws-quantity-wrap input[type="number"] {
  border: none;
  background-color: transparent;
  color: #1e1e1e;
  width: 100%;
  max-width: 81px;
}

.single-product .summary .ws-quantity-wrap .quantitytxt {
  display: none;
}

.single-product .product .woocommerce-product-gallery.images {
  border: 1px solid #dff1fa;
  border-radius: 15px;
  overflow: hidden;
}

.woocommerce-cart .shop_table th {
  font-size: 18px;
}

.woocommerce-cart .shop_table .product-thumbnail>a {
  min-width: 120px;
  height: 120px;
  border: 1px solid #dff1fa;
  padding: 5px;
  border-radius: 10px;
}

.woocommerce-cart .shop_table .product-thumbnail>a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.woocommerce-cart .shop_table .product-name a {
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 600;
}

.woocommerce-cart .shop_table .quantity {
  border: 1px solid #f2f3f7;
  padding: 11px 14px;
  border-radius: 10px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.woocommerce-cart .shop_table .quantity input[type="number"] {
  border: none;
  text-align: center;
  font-weight: 600;
}

.woocommerce-cart .shop_table .quantity input[type="number"]:focus,
.woocommerce-cart .shop_table .quantity input[type="number"]:focus-visible {
  border: none;
}

.woocommerce-cart .shop_table .product-price .woocommerce-Price-amount {
  font-size: 18px;
  font-weight: 600;
}

.single-product .summary .quantity input[type="number"]::-webkit-inner-spin-button {
  opacity: 0;
}

.woocommerce-cart .shop_table .product-name a:hover {
  color: var(--yellow-color);
}

.woocommerce-cart .shop_table .woosl-btn-add {
  padding: 5px 15px;
  font-size: 13px;
  text-align: center;
  border-radius: 5px;
  background-color: var(--yellow-color);
  color: var(--primary-color);
  border: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.woocommerce-cart .shop_table .woosl-btn-add:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.woocommerce-cart .cart_totals a.button.checkout-button {
  background-color: var(--secondary-color);
  color: var(--black-color-one);
  height: 60px;
  border: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  padding: 17px 30px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce-cart .cart_totals .order-total .woocommerce-Price-amount {
  font-size: 18px;
}

.woocommerce-cart .cart_totals a.button.checkout-button:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.woocommerce-cart table.shop_table .coupon input[type="text"].input-text {
  height: 50px;
  width: auto;
  min-width: 200px;
  padding: 10px;
}

.woocommerce-cart .shop_table td.actions button.button {
  background-color: var(--secondary-color);
  color: var(--black-color-one);
  border-radius: 10px;
  font-weight: 600;
  padding: 15px 25px;
  margin-top: 6px;
}

.woocommerce-cart .shop_table td.actions button.button:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.woocommerce-cart table.cart.shop_table td.actions .button.woosl-btn-all {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.woocommerce-cart table.cart.shop_table td.actions .button.woosl-btn-all:hover {
  background-color: var(--yellow-color);
}

.woocommerce-cart .shop_table .product-subtotal .woocommerce-Price-amount {
  font-size: 18px;
}

.woocommerce-cart .shop_table td.actions .coupon button.button,
.woocommerce-cart .return-to-shop .button {
  background-color: var(--yellow-color);
  color: var(--black-color-one);
  border-radius: 10px;
  font-weight: 600;
  height: 50px;
  padding: 15px 25px;
  margin-top: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.woocommerce-cart .shop_table td.actions .coupon button.button:hover,
.woocommerce-cart .return-to-shop .button:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.woocommerce-cart .woocommerce-message a.restore-item {
  color: var(--secondary-color);
}

.woocommerce-cart .woocommerce-message a.restore-item:hover {
  color: var(--primary-color);
}

.woocommerce-cart .return-to-shop .button {
  line-height: 1.4;
}

.page-template-contact .gform_wrapper.gravity-theme .gfield {
  position: relative;
}

.page-template-contact .gform_wrapper.gravity-theme .gfield_label {
  font-size: 10px;
  font-weight: 400;
}

.page-template-contact .gform_wrapper.gravity-theme input[type="color"],
.page-template-contact .gform_wrapper.gravity-theme input[type="date"],
.page-template-contact .gform_wrapper.gravity-theme input[type="datetime-local"],
.page-template-contact .gform_wrapper.gravity-theme input[type="datetime"],
.page-template-contact .gform_wrapper.gravity-theme input[type="email"],
.page-template-contact .gform_wrapper.gravity-theme input[type="month"],
.page-template-contact .gform_wrapper.gravity-theme input[type="number"],
.page-template-contact .gform_wrapper.gravity-theme input[type="password"],
.page-template-contact .gform_wrapper.gravity-theme input[type="search"],
.page-template-contact .gform_wrapper.gravity-theme input[type="tel"],
.page-template-contact .gform_wrapper.gravity-theme input[type="text"],
.page-template-contact .gform_wrapper.gravity-theme input[type="time"],
.page-template-contact .gform_wrapper.gravity-theme input[type="url"],
.page-template-contact .gform_wrapper.gravity-theme input[type="week"],
.page-template-contact .gform_wrapper.gravity-theme select {
  padding: 20px 20px 0 20px;
  font-size: 13px;
}

.page-template-contact .gform_wrapper.gravity-theme textarea {
  padding: 38px 20px 0 20px;
  font-size: 13px;
}

/*support 25/10/2024*/

.page-id-200 .entry-title,
.page-id-200 .post-edit-link {
  display: none;
}

.page-id-196 .entry-title,
.page-id-196 .post-edit-link {
  display: none;
}

.wsalldropdowncat {
  position: absolute;
  z-index: 9;
  background: #fff;
  right: 0px;
  width: fit-content;
  padding: 0px;
}

.wsalldropdowncat ul {
  padding-left: 0px;
  margin-bottom: 0px;
  position: relative;
  height: fit-content;
  max-height: 300px;
  overflow: auto;
}

.wsalldropdowncat ul.wscatwrap li {
  list-style: none;
  background-color: var(--primary-color);
  padding: 10px;
  margin: 0px;
}

.wsalldropdowncat ul.wscatwrap li a {
  color: #fff;
  width: 100%;
  height: 100%;
}

.wsalldropdowncat ul.wscatwrap li:hover {
  background-color: var(--yellow-color);
}

.wsalldropdowncat ul.wscatwrap li:hover a {
  color: var(--black-color);
}

.wslivesearch {
  position: absolute;
  top: 95%;
  left: 13%;
  width: 25%;
  /* display: block; */
  background: #fff;
  height: auto;
  max-height: 320px;
  overflow: auto;
}

.wslivesearch a {
  position: relative;
  width: 100%;
}

.liveinnercontent {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px;
}

.wslivesearch a {
  border-bottom: 1px solid #8080801c;
}

.livecontent {
  line-height: 1.4;
}

/* width */
.wslivesearch::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.wslivesearch::-webkit-scrollbar-track {
  background: #eee;
}

/* Handle */
.wslivesearch::-webkit-scrollbar-thumb {
  background: var(--yellow-color);
}

/* Handle on hover */
.wslivesearch::-webkit-scrollbar-thumb:hover {
  background: var(--yellow-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  list-style: none;
  background-color: var(--primary-color);
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
  background-color: var(--black-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: var(--white-color);
  width: 100%;
  height: 100%;
}

.woocommerce-account .tutorial-page-wrap ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 15px;
}

.woocommerce-account .tutorial-page-wrap ul li {
  list-style: none;
}

.woocommerce-account .tutorial-page-wrap ul li h3 {
  padding: 0px;
  margin: 0px;
}

.woocommerce-account .woocommerce-MyAccount-content input[type="text"],
.woocommerce-account .woocommerce-MyAccount-content input[type="password"],
.woocommerce-account .woocommerce-MyAccount-content input[type="email"],
.woocommerce-account .woocommerce-MyAccount-content input[type="tel"],
.woocommerce-account .woocommerce-MyAccount-content select,
.woocommerce-account .select2-search--dropdown .select2-search__field {
  height: 44px !important;
}

.woocommerce-account button.woocommerce-Button,
.woocommerce-account button.button,
.woocommerce-account a.woocommerce-Button {
  background: var(--secondary-color);
  color: var(--black-color-one);
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  min-width: 147px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce-account button.woocommerce-Button:hover,
.woocommerce-account button.button:hover,
.woocommerce-account a.woocommerce-Button:hover {
  background: var(--primary-color) !important;
  color: var(--white-color) !important;
}

.woocommerce-account .woocommerce-info::before {
  color: var(--primary-color);
}

.woocommerce-account .woocommerce-info {
  border-top-color: var(--primary-color);
}

.main-head #google_language_translator {
  color: transparent;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
}

/*support 6/11/2024*/
.woocommerce-pagination ul.page-numbers .page-numbers {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  border: 1px solid #f2f3f7;
  color: var(--primary-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 600;
}

.woocommerce-pagination ul.page-numbers .page-numbers.current {
  background-color: var(--yellow-color);
  border-color: var(--yellow-color);
}

.woocommerce-pagination ul.page-numbers .page-numbers:hover {
  background-color: var(--yellow-color);
}

.page-template-christmas-season .christmas-season .ws-product-cat-a {
  width: 100%;
}

.page-template-christmas-season .christmas-season .ws-product-cat-card {
  text-align: center;
}

.page-template-christmas-season .christmas-season .ws-product-cat-card .img-wrap {
  width: 150px;
  height: 150px;
  border-radius: 16px;
  border: 1px solid var(--white-color);
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 3px 0px 29px rgba(35, 54, 124, 0.08);
  box-shadow: 3px 0px 29px rgba(35, 54, 124, 0.08);
  overflow: hidden;
  margin: 0 auto 15px auto;
}

.page-template-christmas-season .christmas-season .ws-product-cat-card .img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.page-template-christmas-season .christmas-season .ws-product-cat-card .title-wrap h3 {
  font-size: 13px;
  color: var(--black-color-one);
  font-weight: 600;
}

.page-template-christmas-season .christmas-season .ws-product-cat-a:hover .img-wrap img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  background: transparent;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
  background: transparent;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: var(--yellow-color);
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background-color: var(--yellow-color);
  color: var(--primary-color);
}

.wslivesearch {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  -webkit-box-shadow: 3px 0px 48px rgba(35, 54, 124, 0.08);
  box-shadow: 3px 0px 48px rgba(35, 54, 124, 0.08);
  border-radius: 0;
  width: 35%;
}

.wslivesearch>a:last-child {
  border-bottom: 0;
}

.wslivesearch>a {
  border-color: rgba(242, 243, 247, 0.4);
}

.wslivesearch .liveimg {
  width: 100%;
  max-width: 90px;
  max-height: 90px;
  border: 1px solid rgba(242, 243, 247, 0.4);
}

.wslivesearch .liveimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.wslivesearch .livecontent {
  color: var(--white-color-one);
  font-weight: 600;
}

.wslivesearch .livecontent p {
  font-weight: 400;
}

.wslivesearch a:hover .livecontent {
  color: var(--yellow-color);
}

.page-template-christmas-season .christmas-season .chismastcol {
  margin-bottom: 15px;
}

.woocommerce-account .woocommerce-MyAccount-content {
  border: 1px solid #f2f3f7;
  padding: 15px;
}

.woocommerce-account .woocommerce-MyAccount-content .tutorial-page-wrap video {
  margin-top: 15px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content .tutorial-page-wrap ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 -12px -15px -12px;
}

.woocommerce-account .woocommerce-MyAccount-content .tutorial-page-wrap ul li {
  width: 50%;
  padding: 0 12px 15px 12px;
}

.woocommerce-account .woocommerce-MyAccount-content table.wt_frontend_wishlist_table {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.woocommerce-account .woocommerce-MyAccount-content table.wt_frontend_wishlist_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px;
}

.woocommerce-account .woocommerce-MyAccount-content table.wt_frontend_wishlist_table td .attachment-woocommerce_gallery_thumbnail {
  max-width: 74px;
  height: 74px;
  -o-object-fit: contain;
  object-fit: contain;
  border: 1px solid #dff1fa;
  padding: 5px;
  border-radius: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding-left: 0;
}

.woocommerce-account .woocommerce-MyAccount-content table.wt_frontend_wishlist_table .single-add-to-cart {
  min-width: 100px;
  width: auto;
}

.lng-drpbx #google_language_translator .goog-te-gadget select.goog-te-combo {
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 70px !important;
  padding: 6px 15px 6px 32px !important;
  min-width: 160px;
  line-height: 1.2;
  font-weight: 400;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  height: auto;
  width: auto;
  color: var(--white-color);
  background: url(images/whtdrpdwn-arw.svg) no-repeat left 15px center var(--primary-color);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table {
  font-size: 13px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .button.view {
  padding: 8px 16px;
  background-color: var(--yellow-color);
  color: var(--black-color-one);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table .button.view:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.woocommerce-checkout .place-order button.button {
  background-color: var(--secondary-color);
  color: var(--black-color-one);
  height: 50px;
  border: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  padding: 11px 30px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce-checkout .place-order button.button:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.woocommerce-checkout form input[type="text"],
.woocommerce-checkout form input[type="tel"],
.woocommerce-checkout form input[type="password"],
.woocommerce-checkout form input[type="email"],
.woocommerce-checkout form select {
  height: 60px;
}

.woocommerce-checkout form .select2-container--default .select2-selection--single {
  height: 60px;
  border: 1px solid #f2f3f7;
  color: var(--black-color-one);
  font-weight: 600;
  border-radius: 10px;
}

.woocommerce-checkout form .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 15px 40px 15px 20px;
}

.woocommerce-checkout form .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message .button,
.single-product .woocommerce-message .button {
  background-color: var(--yellow-color);
  color: var(--primary-color);
}

.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message .button:hover,
.single-product .woocommerce-message .button:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.woocommerce-order-received .woocommerce-order ul {
  padding-left: 0;
}

.woocommerce-order-received .woocommerce-order ul.order_details li {
  margin-bottom: 5px;
}

.single-product .woocommerce-message .button {
  background-color: var(--yellow-color);
  color: var(--primary-color);
}

.woocommerce-account .woocommerce-MyAccount-content form.ws_frontend_wishlist_form {
  overflow-x: auto;
}

.wsalldropdowncat ul {
  height: auto;
  max-height: max-content;
  overflow: visible;
}

.wsalldropdowncat .ctg-submenu-sub {
  position: absolute;
}

.wsalldropdowncat {
  position: fixed;
  top: 68px;
  left: 20px;
  border-radius: 20px;
  z-index: 99;
}

.wsalldropdowncat .cls-btn {
  position: absolute;
  top: 0px;
  right: -59px;
  background: #fff;
  padding: 15px;
  width: 60px;
  height: 72px;
  z-index: 0;
  border-radius: 0px 20px 20px 0px;
  box-shadow: 15px 0px 25px rgba(35, 54, 124, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.wsalldropdowncat .prdlst-fltr-hd {
  position: relative;
  z-index: 2;
}

.wsalldropdowncat .prdlst-fltrbx {
  border-radius: 20px 0px 20px 20px;
}

.wsalldropdowncat .cls-btn img {
  width: 12px;
  cursor: pointer;
}

/*suporrt 6/11/2024*/
/*support 7/11/2024*/
.ws_loadmore_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ws_loadmore_wrap .text {
  font-size: 16px;
  color: #232729;
  margin-left: 4px;
}

.ws_loadmore_add {
  margin-top: 30px;
}

.ws_loadmore_wrap .spinner-border {
  border-right-color: rgba(35, 39, 41, 0.3);
  --bs-spinner-width: 24px;
  --bs-spinner-height: 24px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
  margin-right: 3px;
}

.single-product .product .summary .single_add_to_cart_button.disabled {
  background-color: var(--yellow-color);
}

.single-product .product .summary .single_add_to_cart_button.disabled:hover {
  background-color: var(--yellow-color);
}

.single-product .product .summary .woocommerce-product-details__short-description p strong {
  font-weight: 600;
}

.single-product .product .summary .product-specification-card {
  background-color: #fafafa;
  border-radius: 15px;
  padding: 23px 27px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-product .product .summary .product-specification-card .heading-wrap h3 {
  font-size: 13px;
  font-weight: 600;
}

.single-product .product .summary .product-specification-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2px;
}

.single-product .product .summary .product-specification-body .specification-item {
  padding: 0 2px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  margin-bottom: 4px;
}

.single-product .product .summary .product-specification-body .specification-item span {
  text-transform: capitalize;
  color: var(--black-color-one);
  font-size: 10px;
  display: block;
}

.single-product .product .summary .product-specification-body .specification-item .spef-text-2 {
  font-size: 13px;
  font-weight: 600;
}

.single-product .product .summary .wsaccdetails .heading-wrap span {
  font-size: 13px;
  font-weight: 600;
}

.single-product .product .summary .wsaccdetails .heading-wrap {
  margin-bottom: 12px;
}

.single-product .product .summary .wsaccdetails .text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-product .product .summary .wsaccdetails .text-wrap .item:not(:last-child) {
  margin-right: 30px;
}

.single-product .product .summary .wsaccdetails .text-wrap .item p strong {
  font-weight: 600;
}

.single-product .summary .product_category_title {
  font-weight: 600;
  font-style: normal;
}

.prodcard .woocommerce-Price-amount {
  font-size: 16px;
  color: var(--blue-color-one);
}

.single-product .summary .variations_form.cart table.variations {
  margin-bottom: 0;
}

.single-product .summary .price-wrap {
  margin-bottom: 30px;
}

.single-product .product .summary .wsaccdetails {
  margin-bottom: 20px;
}

/*support 7/11/2024*/
/*support 8/11/2022*/
.prdlst-filterwrpr .WOOF_Widget {
  background-color: var(--white-color);
  border: 1px solid var(--white-color);
  -webkit-box-shadow: 3px 0px 48px rgba(35, 54, 124, 0.08);
  box-shadow: 3px 0px 48px rgba(35, 54, 124, 0.08);
  border-radius: 20px;
  padding: 10px 10px 30px 10px;
  margin-bottom: 20px;
}

.prdlst-filterwrpr .WOOF_Widget .widget-title {
  background-color: #fcfcd3;
  border-radius: 10px;
  text-align: center;
  padding: 15px 20px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.prdlst-filterwrpr .WOOF_Widget .woof_price3_search_container {
  margin-bottom: 0;
  padding-bottom: 0;
}

.prdlst-filterwrpr .WOOF_Widget .woof_sid.woof_sid_widget .irs-grid {
  display: none;
}

.prdlst-filterwrpr .WOOF_Widget .woof_sid.woof_sid_widget .irs--round .irs-line {
  height: 1px;
  top: 29px;
}

.prdlst-filterwrpr .WOOF_Widget .woof_sid.woof_sid_widget .irs--round .irs-bar {
  height: 1px;
  top: 29px;
}

.prdlst-filterwrpr .WOOF_Widget .woof_sid.woof_sid_widget .irs--round .irs-handle {
  width: 20px;
  height: 20px;
  background-color: var(--primary-color);
  border: 4px solid #d8d7d5;
  -webkit-box-shadow: 0px 1px 11.4px #f4f4f4;
  box-shadow: 0px 1px 11.4px #f4f4f4;
  top: 20px;
}

.prdlst-filterwrpr .WOOF_Widget .woof_sid.woof_sid_widget .irs--round .irs-bar {
  background-color: var(--primary-color);
}

.prdlst-filterwrpr .WOOF_Widget .woof_sid.woof_sid_widget .irs--round .irs-from {
  position: absolute;
  left: 0 !important;
  visibility: visible !important;
}

.prdlst-filterwrpr .WOOF_Widget .woof_sid.woof_sid_widget .irs--round .irs-min,
.prdlst-filterwrpr .WOOF_Widget .woof_sid.woof_sid_widget .irs--round .irs-max {
  display: none;
}

.prdlst-filterwrpr .WOOF_Widget .woof_sid.woof_sid_widget .irs--round .irs-to {
  position: absolute;
  right: 0 !important;
  left: auto !important;
  visibility: visible !important;
}

.prdlst-filterwrpr .WOOF_Widget .woof_sid.woof_sid_widget .irs--round .irs-single {
  display: none;
}

.prdlst-filterwrpr .WOOF_Widget .woof_sid.woof_sid_widget .irs--round .irs-to,
.prdlst-filterwrpr .WOOF_Widget .woof_sid.woof_sid_widget .irs--round .irs-from {
  font-size: 12px;
  color: var(--black-color-one);
  top: auto;
  bottom: 0;
  background-color: transparent;
}

.prdlst-filterwrpr .WOOF_Widget .woof_sid.woof_sid_widget .irs--round .irs-to::before,
.prdlst-filterwrpr .WOOF_Widget .woof_sid.woof_sid_widget .irs--round .irs-from::before {
  display: none;
}

.prdlstpg-rgtcol .woof_products_top_panel {
  display: none !important;
}

.prdlst-filterwrpr .WOOF_Widget .woof_reset_search_form {
  display: none;
}

.prdlst-filterwrpr .WOOF_Widget .irs--round.irs-with-grid .irs {
  height: 100%;
}

.woocommerce-checkout form.woocommerce-checkout .col2-set {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 3px 0px 29px rgba(35, 54, 124, 0.05);
  box-shadow: 3px 0px 29px rgba(35, 54, 124, 0.05);
}

.ctg-submenu-box ul li {
  position: relative;
}

.wsalldropdowncat .prdlst-fltrbx {
  margin-bottom: 0;
}

.termsandprivcy-wrpr {
  padding: 50px 0;
}

.prd-contbx {
  margin-bottom: 20px;
}

iframe.skiptranslate {
  display: none;
}

/*support 8/11/2022*/
/*support 11/11/2022*/
.prductshop-slider .slick-arrow {
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  font-size: 0;
  position: absolute;
  top: 60px;
  /* top: 36%; */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  /* transform: matrix(-1, 0, 0, 1, 0, 0); */
}

.prductshop-slider .slick-arrow.slick-prev {
  background-image: url(images/leftarrow.svg);
  left: -30px;
}

.prductshop-slider .slick-arrow.slick-next {
  background-image: url(images/rightarrow.svg);
  right: -30px;
}

.prductshop-slider .prductshop-slide {
  padding-top: 12px
}

.prductshop-slider .categr-imgbx {
  -webkit-box-shadow: 3px 0px 12px rgba(35, 54, 124, 0.08);
  box-shadow: 3px 0px 12px rgba(35, 54, 124, 0.08);
}

/*support 11/11/2022*/
/*support 12/11/2022*/
.prodlst-cat-bx .ws-product-cat-a {
  width: 100%;

}

.prodlst-cat-bx .ws-product-cat-card {
  text-align: center;
}

.prodlst-cat-bx .ws-product-cat-card .img-wrap {
  width: 150px;
  height: 150px;
  border-radius: 16px;
  border: 1px solid var(--white-color);
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 3px 0px 29px rgba(35, 54, 124, 0.08);
  box-shadow: 3px 0px 29px rgba(35, 54, 124, 0.08);
  overflow: hidden;
  margin: 0 auto 15px auto;
}

.prodlst-cat-bx .ws-product-cat-card .img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.prodlst-cat-bx .ws-product-cat-card .title-wrap h3 {
  font-size: 13px;
  color: var(--black-color-one);
  font-weight: 600;
}

.prodlst-cat-bx .ws-product-cat-card {
  text-align: center;
}

.prodlst-cat-bx .chismastcol {
  margin-bottom: 15px;
}

.prodlst-cat-bx .ws-product-cat-a:hover .img-wrap img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.edit-link {
  display: none;
}

/*support 12/11/2022*/
.dsabafw_selectt,
.dsabafw_select_shippingg {
  display: flex;
  gap: 15px;
  width: 100%;
  align-items: center;
  justify-content: center;
}

form.checkout_coupon.woocommerce-form-coupon .button {
  font-size: 18px;
  color: var(--black-color-one);
  background-color: var(--secondary-color);
  border-radius: 8px;
  padding: 21px 23px;
  min-width: 251px;
  text-align: center;
  text-transform: capitalize;
  font-weight: normal;
}

.dsabafw_table_ship .shipping_address button {
  margin-bottom: 15px;
}

.dsabafw_woocommerce-address-fields_field-wrapper input,
.dsabafw_woocommerce-address-fields_field-wrapper select {
  height: 54px;
  border-radius: 10px;
}

button#dsabafw_add_billing_form_submit {
  margin-top: 20px;
}

/* support starts 15.01.2025  */

.products .product_type_variable.add_to_cart_button {
  width: 100%;
  border: 1px solid #f2f3f7;
  padding: 15px 14px;
  border-radius: 10px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--white-color);
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

.products .product_type_variable.add_to_cart_button:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.summary.entry-summary .price-wrap .price {
  display: flex;
  flex-wrap: wrap;

}

.summary.entry-summary .price-wrap .original-computed-price,
.summary.entry-summary .price-wrap .wholesale_price_container {
  margin-right: 10px;

}

/* support ends 15.01.2025  */

.othersshipping {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 15px 0px;
}
.othersshipping input{
  height: 54px!important;
}
.othersshippingmsg p.msg{
  color: var(--primary-color);
  margin-bottom: 15px;
}
.othersshippingmsg .button{
  background-color: var(--secondary-color)!important;
  border-radius: 10px!important;
}

button#other_shipping_method_btn {
  /* background: yellow; */
  background-color: var(--secondary-color);
  color: var(--black-color-one);
  border: none;
  border-radius: 10px;
}
.othersshippingmsg .msg{display: none;}



.prduct-lstpgsec .woocommerce-pagination {
  display: none;
}

.ws_loadmore_add {
  text-align: center;
  display: none;
}

ul.products span.browse_wishlist {
  display: none;
}

table.bdytble {
  border-collapse: collapse;
  width: 100%;
  margin: 30px 0px;
}

table.bdytble td,
table.bdytble th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

span.cartcount {
  position: absolute;
  top: -7px;
  right: -3px;
  background: var(--secondary-color);
  color: var(--black-color);
  font-size: 10px;
  border-radius: 8px;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 1px;
}

/*support 24/1/2025*/
.single-product .summary .buy-now.button[disabled]{
    padding: 21px 23px;
}
span.cartcount{
  border-radius: 100%
}
.woocommerce-cart .product-name .woosl-button.add{
   background-color: var(--primary-color);
    color: var(--white-color);
    border-radius: 10px;
    font-weight: 600;
    padding: 12px 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border:none;
    margin-top: 10px;
    text-transform: capitalize;
}
.woocommerce-cart .product-name .woosl-button.add:hover{
     background-color: var(--yellow-color);
         color: var(--black-color-one);
}
.woocommerce-cart .woosl_table .woosl-btn{
  margin-top: 10px;
}
.woocommerce-cart .woosl_table .woosl-button.add-to-cart{
    background-color: var(--yellow-color);
    color: var(--black-color-one);
   border-radius: 10px;
    font-weight: 600;
    padding: 12px 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border:none;
    text-transform: capitalize;
}
.woocommerce-cart .woosl_table .woosl-button.add-to-cart:hover{
   background-color: var(--primary-color);
    color: var(--white-color);
}
.woocommerce-cart .woosl_table .woosl-button.remove{
    background-color: #d90101;
    color: var(--white-color);
   border-radius: 10px;
    font-weight: 600;
    padding: 12px 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border:none;
    text-transform: capitalize;
}
.woocommerce-cart .woosl_table .woosl-name a{
  font-size: 15px;
  font-weight: 600;
  color:var(--primary-color);
}
.woocommerce-cart .woosl_table .woosl-name a:hover{
  color:var(--yellow-color);
}
.woocommerce-cart .woosl_table .woosl-button.remove:hover{
background-color: #7c0404 ;
   color: var(--white-color);
}
.woocommerce-cart .woosl_table .woosl-thumbnail img{
  max-width: 120px;
    height: 120px;
    border: 1px solid #dff1fa;
    border-radius: 10px;
    -o-object-fit: contain;
       object-fit: contain;
}
.woocommerce-cart .woosl_table .woosl-price br{
display: none;
}
.woocommerce-cart .woosl_table .woosl-price .woocommerce-Price-amount{
font-size:18px;
color: var(--black-color-one);
font-weight: 600;
}
.woocommerce-cart .woosl_table .woosl-stock{
    color:var(--primary-color);
    font-size: 15px;
  font-weight: 600;
}
.woocommerce-checkout .dsabafw_selectt,
.woocommerce-checkout .dsabafw_select_shippingg{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom:15px;
}
.woocommerce-checkout .dsabafw_selectt select.dsabafw_select,
.woocommerce-checkout .dsabafw_select_shippingg select.dsabafw_select_shipping{
width: 52%;
background-size: 12px;
padding-right: 36px
}
.woocommerce-checkout .dsabafw_selectt .form_option_billing,
.woocommerce-checkout .dsabafw_select_shippingg .form_option_shipping{
      width: 47%;
    background-color: var(--yellow-color)!important;
    color: var(--black-color-one)!important;
    border: none;
    height: 60px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    padding: 11px 25px!important;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0
}
.woocommerce-checkout .dsabafw_selectt .form_option_billing:hover,
.woocommerce-checkout .dsabafw_select_shippingg .form_option_shipping:hover{
  background-color: var(--primary-color)!important;
   color: var(--white-color)!important;
}

.page-template-page-left-sidebar .prdlstpg-rgtcol .page-numbers{
  width: 40px;
  height: 40px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: var(--white-color);
  background-color: var(--primary-color);
  border-radius: 4px;
  padding: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
.page-template-page-left-sidebar .prdlstpg-rgtcol .page-numbers:hover{
   background-color: var(--yellow-color);
   color: var(--black-color-one);
}
.page-template-page-left-sidebar .prdlstpg-rgtcol .page-numbers.current{
  background-color: var(--yellow-color);
  color: var(--black-color-one);
}
.page-template-page-left-sidebar .prdlstpg-rgtcol .page-numbers.next,
.page-template-page-left-sidebar .prdlstpg-rgtcol .page-numbers.prev{
 width: auto;
}
/*support 24/1/2025*/

.woocommerce-order-received table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td > a {
  color: #000;
}
.ws-variable-btn{
  border-radius: 50px!important;
  font-size: 18px;
  color: var(--black-color-one)!important;
  background-color: var(--secondary-color)!important;
  border: none!important;
}
.ws-variable-btn:hover{
  background-color: var(--primary-color)!important;
  color: var(--white-color)!important;
  border: none!important;
}


/* 20/3/25 start */
.select2-search--dropdown {
  padding: 10px;
}

.select2-dropdown {
  border-color:#f2f3f7;
  border-radius: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #f2f3f7;
  height: 50px;
  padding: 4px 15px;
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
  background-color: var(--white-color-one);
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--primary-color);
}

.select2-results__option {
  padding: 6px 10px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 8px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  box-shadow: none; 
  border-radius: 0;
}
 
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: var(--yellow-color); 
  border-radius: 0;
}

.contact-form .gform_confirmation_wrapper{
  padding-top: 20px;
}
/* 20/3/25 end */

span.irs-from, span.irs-to{
  pointer-events: none;
}

.woocommerce ul.products li.product .extrametadata strong {
  display: inline-block;
}

.page-sidebar-with-product .woocommerce ul.products.columns-3 li{
  width: 29.5%;
}

.woocommerce-checkout 

.woocommerce-checkout  .col2-set .col-1, 
.woocommerce-checkout  .col2-set .col-2 
{
  float: unset;
  width: 100%;
}


/* 1.7.25 */
.wsalldropdowncat .prdlst-fltrbx { 
  height: 100%;
  overflow: auto;
  scrollbar-width: thin;
}
.wsalldropdowncat { 
  bottom: 0;
}
.wsalldropdowncat .ctg-submenu-sub {
  position: static;
  /* height: 0; */
}
.ctg-submenu-box ul li:hover>.ctg-submenu-sub { 
  /* height: auto; */
}
.ctg-submenu-box ul li ul.ctg-submenu-sub ,
.ctg-submenu-box ul li:hover>.ctg-submenu-sub { 
  margin-left: 0;
  margin-top: 20px;
}
.ctg-submenu-box ul li ul.ctg-submenu-sub{
  display: none;
}
.ctg-submenu-box ul li ul.ctg-submenu-sub.active{
  display: block;
}
/* 1.7.25 */


/* ========== responsive css =========== */
@media (min-width: 1025px) {

  /* navbar*/
  .navbar-nav .clickD {
    display: none;
  }

  .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    display: block;
  }

  .ctg-submenu-sub {
    /* opacity: 0; */
    /* visibility: hidden; */
  }

  .ctg-submenu-box ul li:hover>.ctg-submenu-sub {
    opacity: 1;
    visibility: visible;
  }
  .woocommerce-cart-form .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th.product-price{
    width: 150px;
  }

}

@media (min-width: 1200px) {
  .container {
    max-width: 1164px;
  }

  .contct-container-two {
    max-width: 1524px;
  }
}

@media (min-width: 1440px) {
  .big-container {
    max-width: 1320px;
  }
}

@media (min-width: 1562px) {
  .big-container {
    max-width: 1561px;
  }
}

@media (min-width: 1920px) {
  body {
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  .categr-slider .slick-arrow {
    background-size: 8px;
    width: 35px;
    height: 35px;
  }

  .categr-slider .slick-arrow.slick-next {
    right: -23px;
  }

  .categr-slider .slick-arrow.slick-prev {
    left: -23px;
  }
}

@media (max-width: 1199px) {

  .fotr-botm-lftcol,
  .fotr-botm-rgtcol {
    width: 100%;
  }

  .cpyrgtbx {
    text-align: center;
    margin-top: 5px;
  }

  .ftrcontct-wrapr ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ftrcontct-wrapr ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .ftrbtm-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .cate-glry-row {
    --bs-gutter-x: 24px;
  }

  .cmn-gap {
    padding: 60px 0;
  }

  .cate-glry-contbx h3 {
    font-size: 18px;
  }

  .cate-glry-imgbx {
    height: 300px;
  }

  .bnr-slide-lftcol {
    width: 42%;
  }

  .bnr-slide-rgtcol {
    width: 58%;
  }

  h1,
  .h1-title {
    font-size: 44px;
  }

  .bnrprduct-bigtxt {
    font-size: 90px;
    right: 0;
  }

  .bnrimg {
    margin-bottom: -10px;
    margin-left: -100px;
  }

  .bnrtfstcircle {
    right: 0;
  }

  .bnrtbluecircle {
    max-width: 74px;
    left: -44px;
    top: 60%;
  }

  .prd-qtybx {
    padding: 10px;
  }

  .prodcard {
    padding: 25px 14px 14px 14px;
  }

  .cate-glry-hdrflex p {
    font-size: 15px;
    max-width: 419px;
  }

  .cate-glrysec .cmn-hdr {
    margin-bottom: 30px;
  }

  .navsrcbx form input[type="text"],
  .navsrcbx form input[type="search"] {
    min-width: 400px;
  }

  .prdlst-fltr-hd {
    padding: 14px 13px;
    font-size: 17px;
  }

  .fotr-mdlepart {
    padding: 50px 0;
  }

  .abtrow {
    --bs-gutter-x: 24px;
  }

  .hwitwrk-card {
    padding: 20px;
  }

  .cntct-ifo-btmcard {
    padding: 30px 30px;
  }

  .cntct-info-topcard {
    padding: 30px;
  }

  .cntct-ifo-btmcard {
    padding: 25px 30px;
  }

  .contact-form {
    padding: 25px;
  }

  .cntct-info-list ul li {
    margin-bottom: 20px;
  }

  .bnkdtls-infcol {
    width: 100%;
  }

  .bnkdtls-infcol {
    margin-bottom: 8px;
  }

  .cntct-bnkdtls-itm h3 {
    margin-bottom: 15px;
  }

  .bnkdtls-inf-rw {
    margin-bottom: 15px;
  }

  .cntct-bnkdtls-itm {
    border-radius: 15px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  select {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form form label {
    left: 15px;
  }

  .contact-form form textarea {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cntct-ifobtm-col {
    padding: 0 0 12px 0;
  }

  .cntct-ifo-btmrw {
    margin: 0 0 -12px 0;
  }

  .prdlstpg-row {
    --bs-gutter-x: 24px;
  }

  /*support 25/10/2024*/
  .woocommerce-account form.woocommerce-form .woocommerce-form-row--wide label,
  .woocommerce-account .woocommerce-ResetPassword .form-row.form-row-first label {
    left: 19px;
  }

  .woocommerce-account form.woocommerce-form-login,
  .woocommerce-account form.woocommerce-form-register,
  .woocommerce-account .woocommerce-ResetPassword {
    padding: 25px;
  }

  .single-product .summary .buy-now.button {
    min-width: 180px;
  }

  .single-product .productbnrsec .inerbnrcont {
    flex-wrap: wrap;
    justify-content: center;
  }

  .single-product .productbnrsec .inerbnrcont h1 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  .page-template-contact .gform_wrapper.gravity-theme input[type="color"],
  .page-template-contact .gform_wrapper.gravity-theme input[type="date"],
  .page-template-contact .gform_wrapper.gravity-theme input[type="datetime-local"],
  .page-template-contact .gform_wrapper.gravity-theme input[type="datetime"],
  .page-template-contact .gform_wrapper.gravity-theme input[type="email"],
  .page-template-contact .gform_wrapper.gravity-theme input[type="month"],
  .page-template-contact .gform_wrapper.gravity-theme input[type="number"],
  .page-template-contact .gform_wrapper.gravity-theme input[type="password"],
  .page-template-contact .gform_wrapper.gravity-theme input[type="search"],
  .page-template-contact .gform_wrapper.gravity-theme input[type="tel"],
  .page-template-contact .gform_wrapper.gravity-theme input[type="text"],
  .page-template-contact .gform_wrapper.gravity-theme input[type="time"],
  .page-template-contact .gform_wrapper.gravity-theme input[type="url"],
  .page-template-contact .gform_wrapper.gravity-theme input[type="week"],
  .page-template-contact .gform_wrapper.gravity-theme select {
    padding: 15px 15px 0 15px;
  }

  .page-template-contact .gform_wrapper.gravity-theme textarea {
    padding: 38px 15px 0 15px;
  }

  /*support 25/10/2024*/
  /*support 6/11/2024*/
  .woocommerce-checkout form .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 15px 35px 15px 15px;
  }

  .woocommerce-checkout form .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 15px;
  }

  .woocommerce-account .woocommerce-MyAccount-content form.ws_frontend_wishlist_form table th {
    min-width: 120px;
  }

  .woocommerce-account .woocommerce-MyAccount-content form.ws_frontend_wishlist_form table th:nth-child(2) {
    min-width: 250px;
  }

  .woocommerce-account .woocommerce-MyAccount-content form.ws_frontend_wishlist_form table th:first-child {
    min-width: 10px;
  }

  .top-social-bx ul li {
    padding: 0 7px;
  }

  .top-social-bx ul {
    margin: 0 -7px;
  }

  .navbar-nav>li {
    margin: 0 6px;
  }

  .navsrcbx {
    margin-left: 8px;
  }

  .navsrcbx form input[type="text"],
  .navsrcbx form input[type="search"] {
    min-width: 290px;
  }

  .navrgt {
    margin-left: 18px;
  }

  /*support 6/11/2024*/
  /*support 8/11/2024*/
  .cntct-info-card h2 {
    font-size: 50px;
  }

  .prd-qtybx input[type="number"]::-webkit-inner-spin-button {
    opacity: 1 !important;
    margin: 0;
    height: 10px;
    width: 10px;
  }

  /*support 8/11/2024*/
  /*support 11/11/2024*/
  .prductshop-slider {
    padding-bottom: 40px;
  }

  .prductshop-slider .slick-arrow.slick-prev {
    left: calc(50% - 40px);
  }

  .prductshop-slider .slick-arrow.slick-next {
    right: calc(50% - 40px);
  }

  .prductshop-slider .slick-arrow {
    bottom: 0;
    top: auto;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }

  /*support 11/11/2024*/
  /*support 24/1/2025*/
  .woocommerce-cart .woosl_table .woosl-thumbnail img{
    max-width: 80px;
    height: 80px;
  }
  .woocommerce-checkout .dsabafw_selectt select.dsabafw_select,
.woocommerce-checkout .dsabafw_select_shippingg select.dsabafw_select_shipping{
width: 100%;
}
.woocommerce-checkout .dsabafw_selectt .form_option_billing, .woocommerce-checkout .dsabafw_select_shippingg .form_option_shipping{
  width: 100%;
}
.woocommerce-checkout .dsabafw_selectt,
.woocommerce-checkout .dsabafw_select_shippingg{
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
  /*support 24/1/2025*/
}

@media (max-width: 1024px) {

  /* navbar*/
  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 17px;
    width: 20px;
    height: 20px;
    background: url(images/sort-down.svg) center center no-repeat;
    display: block;
    background-size: 10px;
    cursor: pointer;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sub-menu>li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 20px;
  }

  .sub-menu>li.menu-item-has-children>a {
    padding-right: 20px;
  }

  .sub-menu.show {
    display: block;
  }

  .navbar-nav>li {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-nav>li.current-menu-item>a:after,
  .navbar-nav>li>a:after,
  .navbar-nav>li.menu-item-has-children>a:after {
    width: 100%;
    opacity: 0;
  }

  .navbar-nav>li.current-menu-item>a:after,
  .navbar-nav>li>a:hover:after,
  .navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
    opacity: 1;
  }

  .ctg-submenu-sub {
    display: none;
  }

  .ctg-submenu-sub.shown {
    display: block;
  }

  /*support 8/11/2024*/
  .prodfiter-arw {
    z-index: 2;
  }

  .categr-slider .slick-arrow {
    top: 65px;
    /* top: 38%; */
  }

  /*support 8/11/2024*/
}

@media (max-width: 991px) {

  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: 10px;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: auto;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }

  .stick.open {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    -webkit-transform: rotate(45deg) translate(42px, -28px);
    -ms-transform: rotate(45deg) translate(42px, -28px);
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }

  .stick.open:after {
    -webkit-transform: rotate(-45deg) translate(42px, 28px);
    -ms-transform: rotate(-45deg) translate(42px, 28px);
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 10px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .sub-menu,
  .navbar-nav>li>.sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav>li {
    margin: 0;
    padding: 0;
  }

  .navbar-nav>li>a {
    padding: 12px 20px;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    border-bottom: 1px solid var(--white-color-one);
  }

  .navbar-nav li.menu-item-has-children>a {
    padding-right: 30px;
  }

  .sub-menu>li>a {
    padding-left: 40px;
  }

  .sub-menu .sub-menu>li>a {
    padding-left: 60px;
  }

  .sub-menu .sub-menu .sub-menu>li>a {
    padding-left: 80px;
  }

  .navbar-nav>li>a:after {
    bottom: 0;
  }

  /* navbar end*/

  /* push nav */

  .navbar-collapse {
    background: #fff;
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    -webkit-transition: inherit !important;
    -o-transition: inherit !important;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    z-index: 100;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 80px 0 0;
    padding: 0 0 40px 0;
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }

  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden;
  }

  /* push nav end */
  body {
    line-height: 1.5;
  }

  h3,
  .h3-title {
    font-size: 25px;
  }

  .navbar-nav>li>a:after {
    height: 2px;
  }

  .tppnl-lft-col {
    width: 100%;
    margin-bottom: 10px;
  }

  .tppnl-rgt-col {
    width: 100%;
  }

  .top-rgt-contpnl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .headr-botm {
    padding: 10px 0;
  }

  .ftr-menu ul {
    margin: 0 -6px;
  }

  .ftr-menu ul li {
    padding: 0 6px;
  }

  .ftr-scocal-menu ul {
    margin: 0 -5px;
  }

  .ftr-scocal-menu ul li {
    padding: 0 5px;
  }

  .cpyrgtbx p {
    font-size: 13px;
  }

  .cate-glry-col {
    width: 50%;
  }

  h1,
  .h1-title {
    font-size: 35px;
  }

  .bnr-slide-lftcol {
    width: 45%;
  }

  .banersec {
    min-height: 360px;
  }

  .bnr-slide-rgtcol {
    width: 55%;
  }

  .bnr-contbx p {
    margin-bottom: 15px;
  }

  .bnrtfstcircle {
    max-width: 48px;
  }

  .bnrtbluecircle {
    max-width: 60px;
    left: -56px;
  }

  .bnrprduct-bigtxt {
    font-size: 64px;
    right: -5px;
  }

  .bnrslider .slick-dots {
    padding: 10px 14px;
    bottom: 15px;
    display: none;
  }

  h2,
  .h2-title {
    font-size: 30px;
  }

  .border-butn {
    padding: 14px 25px;
    font-size: 15px;
  }

  .cate-glry-hdrflex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cate-glry-hdrflex p {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .cate-glry-hdrflex .border-butn {
    min-width: 140px;
  }

  .cate-glry-hdrflex p {
    margin-top: 8px;
  }

  .prdlstpg-lftcol,
  .prdlstpg-rgtcol {
    width: 100%;
  }

  .prdlst-filtrbutn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--yellow-color);
    border-radius: 10px;
    padding: 15px 25px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    border: none;
    margin-bottom: 15px;
    position: relative;
  }

  .prdlst-filtrbutn i {
    margin-left: 10px;
    color: var(--primary-color);
  }

  .prdlst-filtrbutn:hover {
    background-color: var(--primary-color);
    color: var(--white-color);
  }

  .prdlst-filtrbutn:hover i {
    color: var(--white-color);
  }

  .prd-fltr-outrwrp {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    width: 80%;
    display: none;
  }

  .prdlstpg-lftcol {
    position: relative;
    z-index: 1;
  }

  .prdlst-filterwrpr {
    background-color: var(--white-color);
    padding: 10px;
    border-radius: 20px;
    -webkit-box-shadow: 3px 0px 48px rgba(35, 54, 124, 0.08);
    box-shadow: 3px 0px 48px rgba(35, 54, 124, 0.08);
    border: 1px solid #eeeeee;
  }

  .ctg-submenu-sub {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    right: inherit;
  }

  .ctg-submenu-sub {
    margin-top: 10px;
  }

  .rngeslider {
    width: 100%;
  }

  .top-social-bx ul {
    margin: 0 -6px;
  }

  .top-social-bx ul li {
    padding: 0 6px;
  }

  .ftrcontct-wrapr ul li {
    margin-bottom: 6px;
  }

  .prdlst-filtr-mbtglebx .ctg-submenu-box {
    height: 400px;
    overflow-y: auto;
  }

  .prdlst-fltrbx .ctg-submenu-box ul>li {
    margin: 0;
  }

  .faqitem {
    padding: 0 10px;
  }

  .faqitem:not(:last-child) {
    margin-bottom: 10px;
  }

  .faqhd {
    font-size: 17px;
  }

  .faqh-title {
    padding: 10px 24px 10px 0;
  }

  .abt-lftcol,
  .abt-rgtcol {
    width: 100%;
  }

  .abt-lftcol {
    margin-bottom: 20px;
  }

  .aboutpgsec .cmn-hdr p {
    font-size: 16px;
  }

  .abtprf-lftcol,
  .abtprf-rgtcol {
    width: 100%;
  }

  .abtprofile-pnl .abtrow {
    flex-direction: column-reverse;
  }

  .abtprf-rgtcol {
    margin-bottom: 20px;
  }

  .abt-prf-imgbx {
    max-width: 400px;
    margin: 0 auto;
  }

  .abtcontbx h3 {
    margin-bottom: 15px;
  }

  .howitwrksec .cmn-hdr h2 {
    margin-bottom: 17px;
  }

  .hwitwrk-imgbx {
    margin-bottom: 20px;
  }

  .cntct-info-card h2 {
    font-size: 30px;
    margin-bottom: 13px;
  }

  .cntct-info-topcard {
    padding: 20px;
  }

  .contact-form {
    padding: 20px;
  }

  .cnttctfrm-col-hlf {
    width: 100%;
  }

  .cntct-ifobtm-col {
    width: 100%;
  }

  .cntct-ifo-btmcard {
    padding: 20px;
  }

  /*support 25/10/2024*/
  .woocommerce-account form.woocommerce-form-login,
  .woocommerce-account form.woocommerce-form-register,
  .woocommerce-account .woocommerce-ResetPassword {
    padding: 20px;
  }

  .woocommerce-account form.woocommerce-form-login button.button,
  .woocommerce-account form.woocommerce-form-register button.button {
    padding: 15px 20px;
  }

  .single-product .related.products ul.products li.product {
    width: 33.3%;
  }

  .single-product .product .summary .buy-now.button {
    min-width: 123px;
    padding: 14px 15px;
    font-size: 16px;
  }

  .single-product .product .summary .single_add_to_cart_button {
    width: 45px;
    height: 45px;
    margin-left: 5px;
  }

  .single-product .product .summary .ws-quantity-wrap {
    min-width: 120px;
    padding: 12px 12px;
    margin-right: 5px;
  }

  .single-product .summary .product_title {
    font-size: 26px;
  }

  .single-product .productbnrsec .inerbnrcont h1 {
    font-size: 20px;
  }

  .woocommerce-cart .shop_table .product-thumbnail>a {
    width: 80px;
    height: 80px;
  }

  .woocommerce-cart .shop_table .quantity {
    padding: 11px 7px;
  }

  .woocommerce-cart .shop_table .product-price .woocommerce-Price-amount,
  .woocommerce-cart .shop_table .product-subtotal .woocommerce-Price-amount {
    font-size: 15px;
  }

  .woocommerce-cart .shop_table .product-name a {
    font-size: 14px;
  }

  .woocommerce-cart .shop_table th {
    font-size: 16px;
  }

  /*support 25/10/2024*/
  /*support 6/11/2024*/
  .wslivesearch {
    width: 50%;
  }

  .page-template-christmas-season .christmas-season .chismastcol {
    width: 25%;
  }

  .page-template-christmas-season .christmas-season .ws-product-cat-card .img-wrap {
    width: 110px;
    height: 110px;
  }

  .woocommerce-checkout form .woocommerce-billing-fields__field-wrapper .form-row-first,
  .woocommerce-checkout form .woocommerce-billing-fields__field-wrapper .form-row-last {
    width: 100%;
  }

  .woocommerce-order-received .woocommerce-order ul.order_details {
    margin-bottom: 20px;
  }

  /*support 6/11/2024*/
  /*support 7/11/2024*/
  .single-product .summary .price-wrap {
    margin-bottom: 20px;
  }

  .single-product .product .summary .wsaccdetails {
    margin-bottom: 15px;
  }

  .single-product .product .summary .product-specification-card {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .prodcard .woocommerce-Price-amount {
    font-size: 15px;
  }

  .single-product .product .summary .product-specification-card {
    padding: 20px;
  }

  .woocommerce-checkout .shipping_address .form-row-first,
  .woocommerce-checkout .shipping_address .form-row-last {
    width: 100%;
  }

  /*support 7/11/2024*/
  /*support 8/11/2024*/
  .wsalldropdowncat .ctg-submenu-sub {
    position: relative;
  }

  .wsalldropdowncat {
    width: 310px;
  }

  .faqh-title::before {
    top: 12px;
  }

  /*support 8/11/2024*/
  /*support 11/11/2024*/
  .home .woocommerce ul.products li.product .prodcard {
    padding: 25px 10px 10px 10px;
  }

  .home ul.products li.product .prodcard .button.cartbutn {
    width: 35px;
    height: 35px;
    margin: 0 0 0 5px;
  }

  .home ul.products li.product .prodcard .button.cartbutn img {
    max-width: 20px;
  }

  .home ul.products li.product .prodcard .quantity {
    width: calc(100% - 40px);
  }

  .home ul.products li.product .prodcard .quantity {
    padding: 7px 8px;
  }

  .home ul.products li.product .prodcard .quantity .qty {
    max-width: 30px;
  }

  /*support 11/11/2024*/
  /*support 12/11/2024*/

  .prodlst-cat-bx .ws-product-cat-card .img-wrap {
    width: 110px;
    height: 110px;
  }

  .prodlst-cat-bx .chismastcol {
    width: 25%;
  }

  /*support 12/11/2024*/

  /* supports starts 15.01.2025  */
  .products .product_type_variable.add_to_cart_button {
    padding: 10px 14px;
  }

  /* supports ends 15.01.2025  */
  /*support 24/1/2025*/
.single-product .summary .buy-now.button[disabled]{
    padding: 14px 15px;
}
.woocommerce-cart .woosl_table .woosl-price .woocommerce-Price-amount{
  font-size: 16px;
}
/*support 24/1/2025*/

/* 20/3/25 start */
.contact-form .gform_confirmation_wrapper{
  padding-top: 0;
}
/* 20/3/25 end */
}

@media (max-width: 768px) {
  .woocommerce-cart .shop_table .quantity {
    max-width: 200px;
    margin-left: auto;
    width: 100%;
  }

  .woocommerce-cart table.cart .product-thumbnail {
    display: block;
    text-align: center !important;
  }

  .woocommerce-cart table.cart .product-thumbnail::before {
    display: none;
  }

  .woocommerce-cart table.cart .product-thumbnail a {
    min-width: 180px;
    height: 180px;
  }

  /*support 8/11/2024*/
  .woocommerce-checkout #payment .place-order #place_order {
    width: auto;
    margin-top: 15px;
  }

  /*support 8/11/2024*/
    /*support 24/1/2025*/
  .woocommerce-cart .woosl_table .woosl-thumbnail{
      text-align: center!important;
      width: 100%;
  }

    .woocommerce-cart .woosl_table .woosl-thumbnail img {
        max-width: 100px;
        height: 100px;
    }
      .woocommerce-cart .woosl_table .woosl-thumbnail::before{
        display: none;
      }
      .woocommerce-checkout .dsabafw_selectt .form_option_billing, .woocommerce-checkout .dsabafw_select_shippingg .form_option_shipping{
        font-size: 16px!important;
      }
  /*support 24/1/2025*/

}

@media (max-width: 767px) {

  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }

  .tppnl-lft-col {
    display: none;
  }

  .fotr-mdlepart {
    padding: 30px 0;
  }

  .ftrlogobx {
    text-align: center;
  }

  .ftr-scocal-menu ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ftr-mdrow {
    --bs-gutter-y: 13px;
  }

  .fotr-toppnl {
    padding: 14px 0;
  }

  .fotr-btmpart {
    padding: 15px 0;
  }

  .cmn-gap {
    padding: 40px 0;
  }

  .inr-cmn-gap {
    padding: 40px 0;
  }

  h1,
  .h1-title {
    font-size: 30px;
  }

  .bnr-slide-lftcol {
    width: 100%;
  }

  .bnr-slide-rgtcol {
    width: 100%;
  }

  .bnrsliderpart {
    position: static;
  }

  .bnrimg {
    max-width: 574px;
    margin: 0 auto -10px auto;
  }

  .bnr-contbx {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 30px;
  }

  .bntstrongtxt {
    width: 100%;
  }

  .bnrscnd-ylwcircle {
    left: 47%;
    top: 0;
  }

  .bnrtbluecircle {
    left: 0;
  }

  .bnrprduct-bigtxt {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    top: -10px;
  }

  .bnr-contbx p {
    margin-bottom: 10px;
  }

  .bnrtfstcircle {
    max-width: 33px;
  }

  .cmnbutn {
    padding: 14px 25px;
  }

  .categr-slidersec {
    padding-top: 20px;
  }

  .categr-slider .slick-arrow {
    bottom: 0;
    top: auto;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
  }

  .categr-slider .slick-arrow.slick-prev {
    left: calc(50% - 40px);
  }

  .categr-slider .slick-arrow.slick-next {
    right: calc(50% - 40px);
  }

  .categr-slider {
    padding-bottom: 40px;
  }

  h2,
  .h2-title {
    font-size: 25px;
  }

  h3,
  .h3-title {
    font-size: 22px;
  }

  .prd-col {
    width: 50%;
  }

  .cmn-hdr {
    margin-bottom: 22px;
  }

  .cate-glrysec .cmn-hdr {
    margin-bottom: 22px;
  }

  .navsrcbx-dsktp {
    display: none;
  }

  .mb-src-outrwrp {
    display: block;
    margin-right: 10px;
  }

  .mb-src-outrwrp ul {
    padding-left: 0;
    margin-bottom: 0;
  }

  .mb-src-outrwrp ul li {
    list-style: none;
  }

  .mbsrcbx {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 100%;
  }

  .navrgt {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mbsrcbx {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 100%;
    width: 100%;
    padding: 5px;
    border-radius: 70px;
    z-index: 9;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 14px rgba(35, 54, 124, 0.07);
    box-shadow: 0px 4px 14px rgba(35, 54, 124, 0.07);
    display: none;
    margin-top: 10px;
  }

  .navsrcbx {
    margin-left: 0;
  }

  .navsrcbx form input[type="text"],
  .navsrcbx form input[type="search"] {
    min-width: 100%;
  }

  .prdpgcate-slide {
    width: 33.3%;
  }

  .prd-fltr-outrwrp {
    padding: 8px;
  }

  .prdlst-filterwrpr {
    -webkit-box-shadow: 3px 0px 30px rgba(35, 54, 124, 0.08);
    box-shadow: 3px 0px 30px rgba(35, 54, 124, 0.08);
  }

  .prdlst-fltrbx {
    -webkit-box-shadow: 3px 0px 30px rgba(35, 54, 124, 0.08);
    box-shadow: 3px 0px 30px rgba(35, 54, 124, 0.08);
  }

  .breadcrumb-nav ul {
    margin: 0 -10px;
  }

  .breadcrumb-nav ul li {
    padding: 0 10px;
  }

  .categr-imgbx {
    margin-bottom: 12px;
  }

  .inerbnrcont h1 {
    font-size: 22px;
  }

  .hwitwrk-card {
    padding: 15px 12px;
  }

  .hwitwrk-contbx h3 {
    margin-bottom: 12px;
  }

  .cntct-info-card h2 {
    font-size: 24px;
  }

  .cntctinf-lftcol,
  .cntctinf-rgtcol {
    width: 100%;
  }

  .cntctinfo-row {
    --bs-gutter-y: 20px;
  }

  .cntct-bnkdtls-itm {
    padding: 15px 15px 12px 15px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  select {
    height: 60px;
  }

  .contact-form form label {
    top: 12px;
  }

  .contact-form form input[type="text"],
  .contact-form form input[type="tel"],
  .contact-form form input[type="password"],
  .contact-form form input[type="email"],
  .contact-form form select {
    padding-top: 15px;
  }

  .contact-form form textarea {
    padding-top: 30px;
  }

  input[type="submit"] {
    height: 55px;
    padding-left: 20px;
    padding-right: 20px;
  }

  /*support 25/10/2024*/
  .woocommerce-account form.woocommerce-form-login button.button,
  .woocommerce-account form.woocommerce-form-register button.button {
    min-width: 100%;
  }

  .woocommerce-account form.woocommerce-form .woocommerce-form-row--wide label {
    left: 19px;
    top: 17px;
  }

  .woocommerce-account form.woocommerce-form .woocommerce-form-row--wide label,
  .woocommerce-account .woocommerce-ResetPassword .form-row.form-row-first label {
    left: 19px;
    top: 15px;
  }

  .woocommerce-account form.woocommerce-form-login {
    margin-bottom: 20px;
  }

  .home .woocommerce ul.products li.product,
  .archive .prdlistpnl ul.products li.product,
  .single-product .related.products ul.products li.product,
  .page-template-page-left-sidebar .prdlstpg-rgtcol ul.products li.product {
    width: 50%;
  }

  .single-product .summary .product_title {
    font-size: 24px;
  }

  /*support 25/10/2024*/
  /*support 6/11/2024*/
  .wslivesearch {
    width: 100%;
    max-width: 380px;
    left: 7%;
  }

  .page-template-christmas-season .christmas-season .chismastcol {
    width: 33.3%;
  }

  /*support 6/11/2024*/
  /*support 7/11/2024*/
  .single-product .product .summary {
    margin-top: 15px;
  }

  /*support 7/11/2024*/
  /*support 8/11/2024*/
  .termsandprivcy-wrpr {
    padding: 50px 0;
  }

  /*support 8/11/2024*/
  /*support 11/11/2024*/
  .home ul.products li.product .prodcard .quantity .qty {
    max-width: 73px;
  }

  .home ul.products li.product .prodcard .quantity {
    padding: 10px 13px;
  }

  .home ul.products li.product .prodcard .button.cartbutn {
    width: 42px;
    height: 42px;
  }

  .home ul.products li.product .prodcard .quantity {
    width: calc(100% - 47px);
  }

  /*support 11/11/2024*/
  /*support 12/11/2024*/
  .prodlst-cat-bx .chismastcol {
    width: 33.3%;
  }

  /*support 12/11/2024*/

  /* support starts 15.01.2025  */
  .products .product_type_variable.add_to_cart_button {
    padding: 14px;
  }

  /* support starts 15.01.2025  */

}

@media (max-width: 575px) {
  .bnrprduct-bigtxt {
    font-size: 50px;
  }

  .allcatebutn span {
    display: none;
  }

  .allcatebutnbx {
    padding-left: 10px;
    right: 10px;
  }

  .navsrcbx form input[type="text"],
  .navsrcbx form input[type="search"] {
    padding: 10px 45px 10px 40px;
    background-size: 20px;
    background: url(images/searchicon.svg) no-repeat left 10px center transparent;
  }

  .prdlst-filtrbutn i {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    margin-left: 0;
  }

  .prdlst-filtrbutn {
    width: 100%;
    padding-right: 50px;
  }

  .hwitwrkcol {
    width: 50%;
  }

  .cntct-bnkdtls-col {
    width: 50%;
  }

  /*8/11/2024*/
  .prd-fltr-outrwrp {
    width: 100%;
  }

  /* 20/3/25 start */
  .select2-container--default .select2-search--dropdown .select2-search__field {
    height: 46px;
  }
  /* 20/3/25 end */

}

@media (max-width: 479px) {
  .ftrcontct-wrapr ul li {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .ftrcontct-wrapr ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .ftrcontct-wrapr {
    max-width: 215px;
    margin: 0 auto 10px auto;
  }

  .ftrcontct-wrapr ul li i img {
    max-width: 15px;
  }

  .cate-glry-col {
    width: 100%;
  }

  h1,
  .h1-title {
    font-size: 28px;
  }

  .prd-col {
    width: 100%;
  }

  .cate-glry-hdrflex h2 {
    width: 100%;
  }

  .cate-glry-hdrflex .border-butn {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 0;
    margin-top: 12px;
  }

  .hwitwrkcol {
    width: 100%;
  }

  .cntct-bnkdtls-col {
    width: 100%;
  }

  /*support 25/10/2024*/
  .home .woocommerce ul.products li.product,
  .archive .prdlistpnl ul.products li.product,
  .single-product .related.products ul.products li.product,
  .page-template-page-left-sidebar .prdlstpg-rgtcol ul.products li.product {
    width: 100%;
  }

  .woocommerce-cart table.shop_table .coupon input[type="text"].input-text {
    width: 100%;
  }

  .woocommerce-cart .shop_table td.actions .coupon button.button {
    width: 100%;
    margin-top: 10px;
  }

  /*support 25/10/2024*/
  /*support 6/11/2024*/
  .wslivesearch {
    width: 100%;
    max-width: 92%;
    left: 2%;
  }

  .wslivesearch .liveimg {
    max-width: 80px;
    max-height: 80px;
  }

  .page-template-christmas-season .christmas-season .chismastcol {
    width: 50%;
  }

  .woocommerce-account .woocommerce-MyAccount-content .tutorial-page-wrap ul li {
    width: 100%;
  }

  .woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details li {
    width: 100%;
    border-bottom: 1px dashed #cfc8d8;
    border-right: 0;
    padding-bottom: 8px;
  }

  .woocommerce-order-received .woocommerce-order .woocommerce-thankyou-order-details li:last-child {
    border-bottom: 0;
  }

  /*support 6/11/2024*/
  /*support 8/11/2024*/
  .wsalldropdowncat {
    width: 94%;
    left: 10px;
  }

  .wsalldropdowncat .cls-btn {
    padding: 13px;
    width: 35px;
    height: 35px;
    z-index: 2;
    top: -20px;
    right: -7px;
    border-radius: 50%;
  }

  .ctg-submenu-sub {
    box-shadow: 3px 0px 23px rgba(35, 54, 124, 0.08);
    min-width: 235px;
  }

  .ctg-submenu-box ul li ul.ctg-submenu-sub {
    margin-left: 0;
  }

  .prdlst-fltrbx .ctg-submenu-box ul li {
    padding: 15px 9px;
  }

  /*support 8/11/2024*/
  /*support 12/11/2024*/
  .prodlst-cat-bx .chismastcol {
    width: 50%;
  }

  /*support 12/11/2024*/
}

@media (max-width: 374px) {
  .prduct-short-wrpr form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .prdresult-drpdwnbx {
    max-width: 150px;
    margin-top: 12px;
  }

  /*suppor 25/10/2024*/
  .single-product .product .summary .ws-quantity-wrap {
    min-width: auto;
    width: 100%;
    max-width: 200px;
    margin-bottom: 10px;
  }

  .single-product .product .summary .buy-now.button {
    min-width: 200px;
  }
}