* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Archivo";
}

img {
  height: auto;
}

/* Archivo - Light (300) */

@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-Light.eot");
  src: url("../fonts/Archivo-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Archivo-Light.woff2") format("woff2"),
    url("../fonts/Archivo-Light.woff") format("woff"),
    url("../fonts/Archivo-Light.ttf") format("truetype"),
    url("../fonts/Archivo-Light.otf") format("opentype"),
    url("../fonts/Archivo-Light.svg#Archivo-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Archivo - Regular (400) */

@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-Regular.eot");
  src: url("../fonts/Archivo-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Archivo-Regular.woff2") format("woff2"),
    url("../fonts/Archivo-Regular.woff") format("woff"),
    url("../fonts/Archivo-Regular.ttf") format("truetype"),
    url("../fonts/Archivo-Regular.otf") format("opentype"),
    url("../fonts/Archivo-Regular.svg#Archivo-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Archivo - Italic (400) */

@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-Italic.eot");
  src: url("../fonts/Archivo-Italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Archivo-Italic.woff2") format("woff2"),
    url("../fonts/Archivo-Italic.woff") format("woff"),
    url("../fonts/Archivo-Italic.ttf") format("truetype"),
    url("../fonts/Archivo-Italic.otf") format("opentype"),
    url("../fonts/Archivo-Italic.svg#Archivo-Italic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Archivo - Medium (500) */

@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-Medium.eot");
  src: url("../fonts/Archivo-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Archivo-Medium.woff2") format("woff2"),
    url("../fonts/Archivo-Medium.woff") format("woff"),
    url("../fonts/Archivo-Medium.ttf") format("truetype"),
    url("../fonts/Archivo-Medium.otf") format("opentype"),
    url("../fonts/Archivo-Medium.svg#Archivo-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Archivo - Semibold (600) */

@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-SemiBold.eot");
  src: url("../fonts/Archivo-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Archivo-SemiBold.woff2") format("woff2"),
    url("../fonts/Archivo-SemiBold.woff") format("woff"),
    url("../fonts/Archivo-SemiBold.ttf") format("truetype"),
    url("../fonts/Archivo-SemiBold.otf") format("opentype"),
    url("../fonts/Archivo-SemiBold.svg#Archivo-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Archivo - Bold (700) */

@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-Bold.eot");
  src: url("../fonts/Archivo-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Archivo-Bold.woff2") format("woff2"),
    url("../fonts/Archivo-Bold.woff") format("woff"),
    url("../fonts/Archivo-Bold.ttf") format("truetype"),
    url("../fonts/Archivo-Bold.otf") format("opentype"),
    url("../fonts/Archivo-Bold.svg#Archivo-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* DM Serif Display - Regular (400) */

@font-face {
  font-family: "DM Serif Display";
  src: url("../fonts/DMSerifDisplay-Regular.eot");
  src: url("../fonts/DMSerifDisplay-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/DMSerifDisplay-Regular.woff2") format("woff2"),
    url("../fonts/DMSerifDisplay-Regular.woff") format("woff"),
    url("../fonts/DMSerifDisplay-Regular.ttf") format("truetype"),
    url("../fonts/DMSerifDisplay-Regular.otf") format("opentype"),
    url("../fonts/DMSerifDisplay-Regular.svg#DMSerifDisplay-Regular")
      format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* DM Serif Display - Italic (400) */

@font-face {
  font-family: "DM Serif Display";
  src: url("../fonts/DMSerifDisplay-Italic.eot");
  src: url("../fonts/DMSerifDisplay-Italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/DMSerifDisplay-Italic.woff2") format("woff2"),
    url("../fonts/DMSerifDisplay-Italic.woff") format("woff"),
    url("../fonts/DMSerifDisplay-Italic.ttf") format("truetype"),
    url("../fonts/DMSerifDisplay-Italic.otf") format("opentype"),
    url("../fonts/DMSerifDisplay-Italic.svg#DMSerifDisplay-Italic")
      format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

.sec-padding {
  padding: 60px 0;
}

:root {
  --first-clr: #ff6d00;
  --second-clr: #084408;
}

::selection {
  background: var(--first-clr);
  color: #fff;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: var(--first-clr);
}

::-webkit-scrollbar-track {
  background: transparent;
}

ol,
dl,
ul {
  margin: 0;
  padding: 0;
}

a {
  color: #474747;
  text-decoration: none;
  font-size: 15px;
  transition: 0.4s ease;
  letter-spacing: 0.2px;
}

li {
  list-style: none;
}

p,
li {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Archivo";
  font-weight: 500;
  line-height: 1.3;
}

img {
  width: auto;
  transition: 0.4s ease;
}

.container {
  max-width: 90%;
}

/* ==================== */

main {
  overflow-x: clip;
}

.topbar {
  background: var(--second-clr);
  padding: 8px 0;
}

.top-box {
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.header-left ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-left ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-icon {
  width: 31px;
  height: 31px;
}

.top-icon a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 15px;
  background: var(--first-clr);
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.top-icontext a {
  font-size: 15px;
  color: #fff;
}

.top-icontext a:hover {
  color: var(--first-clr);
}

.header-left ul li:hover .top-icon a {
  background: #fff;
  color: #000;
}

.header-left ul li:hover .top-icon a:hover {
  background: #fff;
  color: var(--first-clr);
}

.header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.header-country {
  padding-right: 20px;
  border-right: 1px solid #fff;
}

.header-country ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.header-country ul li a {
  width: 22px;
  display: inline-block;
}

.header-country ul li a img {
  width: 100%;
}

.header-icon .social-icon {
  gap: 15px;
}

.header-icon .social-icon li a {
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 18px;
  background: #fff;
  color: var(--first-clr);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.header-icon .social-icon li a:hover {
  background: var(--first-clr);
  color: #fff;
}

.custom-tooltip {
  --bs-tooltip-bg: #000;
  font-weight: 500;
  --bg-tooltip-color: #fff;
}

.account-top-btn {
  display: none;
}

.bottom-bar {
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.15);
}

.bottom-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.logo img {
  width: 150px;
}

.search-bar {
  width: calc(100% - 250px);
  margin-left: auto;
  gap: 80px;
  display: flex;
}

.search-box {
  flex: 1;
  min-width: 0;
}

form.search-container {
  display: flex;
  align-items: center;
  width: 450px;
  position: relative;
}

form.search-container input[type="text"] {
  padding: 8px 10px;
  border-radius: 30px;
  border: 1px solid #ddd;
  width: 100%;
  background: #f8f8f8;
  padding-left: 50px;
}

form.search-container button {
  border: none;
  background: var(--first-clr);
  width: 35px;
  height: 35px;
  border-radius: 100%;
  position: absolute;
  left: 6px;
  color: #fff;
}

.search-bar .top-social {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-social ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

.top-social-iconbox {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--second-clr);
  font-size: 17px;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}

.top-social-icon {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 15px;
  background: var(--second-clr);
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  position: relative;
}

.cart-count {
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 10px;
  background: var(--first-clr);
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  position: absolute;
  top: 10px;
  right: -9px;
}

.top-social-iconbox:hover {
  color: var(--first-clr);
}

.top-social-iconbox:hover .top-social-icon {
  background: var(--first-clr);
  color: #fff;
}

.top-social-iconbox:hover .cart-count {
  background: var(--second-clr);
  color: #fff;
}

.menu-bar {
  width: calc(100% - 200px);
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu ul {
  display: flex;
  align-items: center;
  position: relative;
  gap: 30px;
}

.menu ul li {
  position: relative;
}

.menu ul li a {
  font-size: 17px;
  display: inline-block;
  color: var(--second-clr);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
}

.menu ul li a:hover {
  color: var(--first-clr);
}

.clk_btn {
  position: relative;
  right: -3px;
  top: 0;
  opacity: 0.6;
  cursor: pointer;
}

.menu ul li a:hover + .clk_btn {
  color: var(--first-clr);
}

.menu ul li.active a {
  color: var(--first-clr);
}

.menu ul li.active a + .clk_btn {
  color: var(--first-clr);
}

ul.dropdown-menu {
  position: absolute;
  background: #fff;
  z-index: 99;
  min-width: 370px;
  left: 0;
  margin-top: 0;
  padding: 10px 5px;
  border: 1px solid #cdcdcd;
  border-radius: 20px;
  display: none;
  opacity: 0;
  /* Hide initially */
  transform: translateY(-10px);
  /* Slide effect */
  transition: opacity 0.4s ease, transform 0.3s ease;
  /* Smooth transition */
  /*      height: 450px;  */
  overflow: auto;
}

/* When hovering over the parent li, make the dropdown visible with animations */
.menu ul li:hover ul.dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
  /* Reset slide effect */
}

ul.dropdown-menu li {
  /*display: inline-block;*/
  /*width: 32%;*/
  margin: 0 5px 10px 5px;
}

ul.dropdown-menu li a {
  width: 100%;
  background: #ffffff;
  /* border-radius: 10px; */
  padding: 8px 10px;
  border-bottom: 1px solid #cdcdcd;
}

ul.dropdown-menu li:hover {
  /* background: #f2f3f0; */
  /* border-radius: 10px; */
}

ul.dropdown-menu li a:hover {
  background: var(--first-clr);
  color: #fff;
  border-radius: 10px;
}

.menu ul li.active ul.dropdown-menu li a {
  color: var(--second-clr);
}

.menu ul li.active ul.dropdown-menu li a:hover {
  color: #fff;
}

.menu-right-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.search-btn {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  display: none;
}

.search-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #ffc498;
  color: var(--second-clr);
  cursor: pointer;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.search-btn a:hover {
  background: var(--first-clr);
  color: #fff;
}

.menu-right-box .top-social {
  display: none;
}

.menu-right-box .top-social ul {
  gap: 20px;
}

.menu-right-box .top-social-iconbox span {
  display: none;
}

.menu-btn-box {
  display: flex;
  justify-content: flex-end;
  flex-shrink: 0;
}

.menu-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--first-clr);
  color: var(--first-clr);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}

.menu-btn-icon {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 15px;
  background: var(--first-clr);
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
}

.menu-btn:hover {
  border-color: var(--second-clr);
  background: var(--second-clr);
  color: #fff;
}

.menu-btn:hover .menu-btn-icon {
  background: #fff;
  color: var(--first-clr);
}

.header-bottom-country {
  display: none;
  padding: 0 !important;
}

.menu-right-box a.glink:last-child img {
  margin: 0 !important;
}

a.glink.gt-current-lang{
	display:none;
}

.sticky {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  animation: slidetop 1s ease-in-out backwards;
  box-shadow: rgb(0 0 0 / 15%) 0 3px 8px;
  bottom: inherit;
  background: #fff;
}

@keyframes slidetop {
  from {
    transform: translateY(-50%);
  }

  to {
    transform: translateY(0);
  }
}

.sticky .topbar {
  display: none;
}

.sticky .search-bar {
  display: none;
}

.sticky .bottom-bar .container {
  flex-wrap: unset;
}

.sticky .menu-bar {
  gap: 30px;
  margin: 0;
  width: auto;
}

.sticky .search-btn {
  display: flex;
}

.sticky .menu-right-box .top-social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sticky .header-bottom-country {
  display: flex;
}

.mobile-menu {
  display: none;
}

.home-popup .modal-header {
  display: flex;
  justify-content: space-between;
}

.home-popup .modal-header h3 {
  color: var(--second-clr);
  margin: 0;
}

.search-modal .modal-header {
  border-bottom: 1px solid #ccc;
}

.popup-close {
  width: 30px;
  height: 30px;
  font-size: 15px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--first-clr);
  color: #fff;
  outline: none;
  border: none;
}

.popup-close:hover {
  background: var(--second-clr);
}

.search-modal .modal-body {
  padding: 40px 30px;
}

/* Custom scrollbar styles */
::-webkit-scrollbar {
  width: 10px;
  /* Width of the scrollbar */
  height: 10px;
  /* Height for horizontal scrollbar */
}

/* Track (background of the scrollbar) */
::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  /* Light grey background */
  border-radius: 10px;
}

/* Handle (the draggable part of the scrollbar) */
::-webkit-scrollbar-thumb {
  background-color: var(--first-clr);
  /* Grey thumb */
  border-radius: 10px;
  border: 2px solid #f1f1f1;
  /* Adds space around thumb */
}

/* Hover effect for the handle */
::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* Darker grey on hover */
}

/* For horizontal scrollbars (if needed) */
::-webkit-scrollbar-horizontal {
  height: 8px;
}

/* ================= */

.banner-top-box {
  width: 100%;
}

.banner-top-text-box {
  width: 100%;
  padding: 40px 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0;
}

.banner-top-right,
.banner-top-left {
  width: 50%;
}

.banner-top-left p {
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}

.banner-top-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}

.banner-top-right-text {
  text-align: right;
}

.banner-top-right-text h3 {
  font-size: 36px;
  color: var(--first-clr);
  font-weight: 400;
  font-family: "DM Serif Display";
  margin: 0;
}

.banner-top-right-text h3 span {
  color: var(--second-clr);
  font-weight: 400;
  font-size: 20px;
}

.banner-top-right-text p {
  margin: 5px 0 0 0;
  color: #424242;
}

.banner-sec {
  width: 100%;
}

.banner-slider {
  width: 100%;
}

.slider-item {
  width: 100%;
  height: 520px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-cont {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-text span {
  font-size: 18px;
  color: var(--first-clr);
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
  padding-left: 45px;
}

.banner-text span:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  background: var(--first-clr);
  top: 12px;
  left: 0;
}

.banner-text h3 {
  font-size: 52px;
  text-transform: capitalize;
  font-family: "DM Serif Display", serif;
  font-weight: 500;
}

.banner-text p {
  font-size: 20px;
  opacity: 0.8;
}

.nav-btn a {
  display: inline-block;
  padding: 8px 20px;
  background: var(--first-clr);
  color: #fff;
  border-radius: 30px;
}

.nav-btn a:hover {
  /* background: #faa400; */
  background: var(--second-clr);
  color: #fff;
}

/* /////////// IMAGE ZOOM /////////// */
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomInImage {
  animation-name: zoomInImage;
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  animation-name: zoomOutImage;
}

/* Additional styling for text animations */
.animated-text {
  opacity: 0;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.banner-text h2.animated-text {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.slider [data-animation-in] {
  opacity: 0;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

/* =========features css ============ */

.feature-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}

.feature-icon {
  width: 70px;
}

.feature-flex img {
  width: 100%;
}

.feature-flex p {
  margin: 0;
  font-size: 22px;
  color: var(--second-clr);
  margin: 0 0 5px 0;
  transition: all 0.5s ease-in;
}

.feature-flex span {
  color: #262626;
  font-size: 20px;
}

.feature-flex:hover .feature-icon img {
  filter: invert(44%) sepia(93%) saturate(3200%) hue-rotate(2deg)
    brightness(104%) contrast(108%);
  -webkit-filter: invert(44%) sepia(93%) saturate(3200%) hue-rotate(2deg)
    brightness(104%) contrast(108%);
}

.feature-flex:hover p {
  color: var(--first-clr);
}

/* ===========offer=============  */

.offer-1 {
  padding: 50px 40px;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  z-index: 9;
}

.offer-1:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  background: linear-gradient(to right, black, transparent);
  top: 0;
  z-index: -1;
}

.offer-1-txt h6 {
  color: #ffa700;
  font-size: 27px;
  margin: 15px 0;
  font-family: "DM Serif Display", serif;
}

.offer-1-txt {
  width: 60%;
}

.offer-1-txt .time-box {
  background: #333333;
}

.offer-1-txt .nav-btn a {
  background: #ffa700;
  color: #000;
}

ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

ul.slick-dots li.slick-active button {
  width: 75px;
  height: 5px;
  border: none;
  background: #ffa700;
  border-radius: 30px;
  font-size: 0;
  transition: 0.4s;
}

ul.slick-dots li button {
  height: 5px;
  width: 21px;
  font-size: 0;
  border: none;
  background: #bab8b8;
  border-radius: 30px;
}

.offer-slider ul.slick-dots {
  position: relative;
  top: -40px;
}

.offer-row {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  flex-wrap: wrap;
}

.offer-card {
  width: 31%;
}

.offer-2 {
  padding: 40px 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}

.offer-2-txt h6 {
  color: var(--first-clr);
  font-size: 19px;
  margin: 0 0 5px 0;
}

.offer-2-txt span {
  color: var(--second-clr);
  font-size: 25px;
  line-height: normal;
}

.offer-2-txt span span {
  font-size: 47px;
  font-family: "DM Serif Display";
  font-weight: 400;
  display: block;
}

.offer-4 {
  padding: 40px 30px;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  text-align: center;
}

/* ==========category css==========  */

.category-head-box {
  width: 100%;
}

.heading-box {
  gap: 15px;
  align-items: center;
}

.heading-icon {
  width: 30px;
}

.heading-icon img {
  object-fit: contain;
  width: 100%;
}

.heading-text h3 {
  font-size: 45px;
  color: var(--second-clr);
  font-family: "DM Serif Display";
  margin: 0;
}

.heading-text p {
  font-size: 20px;
  color: #262626;
  margin: 0;
}

h4.cat-title {
  font-size: 20px;
  color: var(--second-clr);
}

h5.cat-title-2 {
  color: var(--first-clr);
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.category-slider {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
}

.cat-box {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cat-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5 ease-in;
  -webkit-transition: all 0.5 ease-in;
  -moz-transition: all 0.5 ease-in;
  -ms-transition: all 0.5 ease-in;
  -o-transition: all 0.5 ease-in;
}

.cat-icon img {
  width: 50px;
}

.cat-box:hover .cat-icon {
  background-image: url(../imgs/category-bg2.png) !important;
}

.cat-box:hover .cat-icon img {
  filter: invert(1);
}

.cat-icontext {
  width: calc(100% - 120px);
}

.cat-icontext h4 {
  color: var(--second-clr);
  font-size: 23px;
  font-family: "DM Serif Display";
  margin: 0;
  text-transform: capitalize;
}

.cat-icontext h4 a {
  all: inherit;
  margin: 0;
  display: inline-block;
  cursor: pointer;
}

.cat-icontext p {
  font-style: italic;
  font-size: 20px;
  color: #262626;
  text-transform: capitalize;
}

.cat-box:hover .cat-icon img {
  filter: invert(44%) sepia(93%) saturate(3200%) hue-rotate(2deg)
    brightness(104%) contrast(108%);
  -webkit-filter: invert(44%) sepia(93%) saturate(3200%) hue-rotate(2deg)
    brightness(104%) contrast(108%);
}

.cat-box:hover .cat-icontext h4 {
  color: var(--first-clr);
}

span.prev-btn,
span.next-btn {
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  background: #f7f7f7;
  border-radius: 100%;
  color: var(--first-clr);
  position: absolute;
  top: 26%;
  z-index: 9;
  cursor: pointer;
  opacity: 0.6;
}

span.prev-btn {
  left: -10px;
}

span.next-btn {
  right: -10px;
}

span.prev-btn:hover,
span.next-btn:hover {
  background: var(--first-clr);
  color: #fff;
  opacity: 1;
}

.timer-container {
  display: flex;
  gap: 10px;
}

.time-box {
  padding: 10px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  width: 45px;
  height: 45px;
  display: flex;
  place-content: center;
  font-size: 17px;
  gap: 2px;
}

h3.title {
  color: var(--second-clr);
  font-size: 30px;
  position: relative;
  padding-bottom: 5px;
}

h3.title:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: var(--second-clr);
  opacity: 0.6;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.time-box#seconds {
  background: var(--first-clr);
}

/* ============product sec ============ */

.product-box {
  width: 100%;
  position: relative;
  border: 1px solid #cdcdcd;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 25px;
}

.pr-txt {
  padding: 20px;
}

.pr-img {
  text-align: center;
  padding: 45px 20px 20px;
  background: #f9f9f9;
  border-bottom: 1px solid #cdcdcd;
}

.pr-txt h5 {
  color: var(--second-clr);
  font-size: 21px;
  text-transform: capitalize;
}

.pr-txt h5 a {
  all: inherit;
  overflow: hidden;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.pr-txt h5:hover {
  color: var(--first-clr);
}

.stock {
  color: #252525;
  opacity: 0.5;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}

.pr-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
  gap: 10px;
  flex-wrap: wrap;
}

.price {
  color: var(--second-clr);
  font-size: 23px;
  font-weight: 600;
  display: flex;
  flex-direction: column-reverse;
}

.price ins {
  text-decoration: none;
}

.price del {
  color: #777;
  font-size: 14px;
  font-weight: 400;
}

/*.price span {*/
/*    display: block;*/
/*    font-size: 14px;*/
/*    opacity: .5;*/
/*    text-decoration: line-through;*/
/*}*/

.pr-flex .cart-btn {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart-btn a {
  padding: 7px 15px;
  border: 1px solid var(--first-clr);
  border-radius: 30px;
  color: var(--first-clr);
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}

.off {
  display: inline-block;
  padding: 6px 17px;
  background: #ffecc7;
  border-radius: 30px;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 13px;
}

.off ins {
  text-decoration: none;
  margin-left: 5px;
  display: inline-block;
}

.wish a {
  width: 35px;
  height: 35px;
  display: grid;
  place-content: center;
  border: 1px solid var(--first-clr);
  color: var(--first-clr);
  border-radius: 100%;
  position: absolute;
  top: 20px;
  right: 20px;
}

.pr-img img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  padding: 10px;
}

.cart-btn a:hover {
  background: var(--first-clr);
  color: #fff;
}

.product-box:hover .pr-img {
  background: #fff;
}

.product-box:hover .wish a {
  /*background: var(--first-clr);*/
  /*color: #fff;*/
  transform: scaleX(-1);
}

.product-box:hover .pr-img img {
  transform: scale(1.1);
}

.product-more-btn {
  width: 100%;
  text-align: center;
}

/* =============bg sec =========== */

.bg-sec {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-sec-icon {
  width: 100px;
}

.bg-sec-icon img {
  width: 100%;
}

.bg-sec-text {
  margin: 20px 0 0 0;
  text-align: center;
}

.bg-sec h6 {
  color: #fff;
  font-size: 58px;
  font-family: "DM Serif Display";
  font-style: italic;
  text-shadow: 5px 5px 10px rgba(255, 109, 0, 30%);
  margin: 0;
}

.bg-sec h5 {
  margin: 20px 0 0 0;
  display: inline-block;
  padding: 10px 40px;
  background: var(--first-clr);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.bg-sec .nav-btn a {
  background: #fff;
  color: #000;
}

.bg-sec .nav-btn a:hover {
  background: var(--second-clr);
  color: #fff;
}

/* ========== weekend discount tab ==========*/

.weekend-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.weekend-card {
  width: 48%;
  padding: 40px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

.weekend-offer-text {
  width: 60%;
}

.weekend-offer-text h6 {
  color: var(--first-clr);
  font-size: 19px;
  margin: 0 0 5px 0;
}

.weekend-card span {
  color: var(--second-clr);
  font-size: 44px;
  font-family: "DM Serif Display";
  font-weight: 400;
  display: block;
}

.weekend-card p {
  margin: 5px 0 0 0;
  color: #262626;
  font-size: 20px;
}

/* ==========product tab ============ */

.fix-img img {
  width: 100%;
  height: 100%;
}

section {
  position: relative;
}

.fix-img {
  position: absolute;
  left: 0;
  width: 25%;
}

.pr-img {
  padding: 40px 15px 15px;
}

.pr-img-2 img {
  width: 85%;
  height: 150px;
}

.pr-txt-2 {
  padding: 10px;
  text-align: left;
}

.pr-txt-2 h5 {
  font-size: 16px;
}

.pr-txt-2 .stock {
  font-size: 13px;
}

.pr-txt-2 .price {
  font-size: 14px;
}

.pr-txt-2 .cart-btn a {
  font-size: 13px;
  padding: 6px 15px;
}

div#myTabContent .col-lg-3 {
  padding: 0 3px;
}

.product-box.product-box-2 {
  margin-bottom: 5px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none;
  color: var(--first-clr);
  border-bottom: 1px solid var(--first-clr);
}

ul#myTab {
  border: none;
}

.nav-tabs .nav-link {
  font-size: 20px;
  color: #000;
  border: none;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border: none;
  box-shadow: none;
}

/* ==============bg sec css ========== */

.bg-sec-2 {
  background-image: url(../imgs/background-2.jpg);
  background-size: cover;
  padding: 50px 0;
}

.bg-txt-2 h6 {
  color: #fff;
  font-size: 42px;
  font-family: "DM Serif Display", serif;
}

/* ========barnd sec css ============== */

.brand-sec {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.brand-slider {
  position: relative;
  padding: 0 40px;
}

.brand-slider span.prev-btn,
.brand-slider span.next-btn {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.brand-slider .slick-track {
  display: flex !important;
  align-items: center;
}

.brand-box {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.brand-box img {
  max-width: 130px;
  object-fit: contain;
}

/* .brand-box:hover img {
    filter: brightness(100);
} */

/* ========== about cs  ========= */

.about-sec {
  position: relative;
}

.about-sec:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background: #ca0e0e;
  right: 0;
}

.about-border {
  border-radius: 25px;
  overflow: hidden;
  background: var(--first-clr);
  position: relative;
}

.ab-img {
  position: relative;
}

.ab-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.ab-box {
  padding: 50px 50px;
  border-radius: 25px;
  background: #fff;
  position: absolute;
  right: 5%;
  top: 12%;
  width: 60%;
}

/* ===============blog sec =============== */

.blog-box {
  position: relative;
  width: 100%;
  margin: 40px 0 0 0;
}

.blog-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  margin-bottom: 20px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

/* 
.date {
    display: inline-block;
    padding: 7px 30px;
    background: var(--first-clr);
    color: #fff;
    border-radius: 30px;
    font-size: 13px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
 */

.blog-box:hover img {
  transform: scale(1.1);
}

.blog-tag {
  font-size: 18px;
  font-weight: 400;
  color: var(--first-clr);
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
}

.blog-txt h4 {
  color: var(--second-clr);
  font-weight: 700;
  font-size: 26px;
  transition: all 0.4s ease-in;
  margin: 0;
}

.blog-txt ul {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
}

.blog-txt ul li {
  font-size: 14px;
  font-weight: 400;
  color: var(--second-clr);
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-txt p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-txt .nav-btn a {
  font-weight: 400;
  transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
}

.blog-box:hover .blog-tag {
  color: var(--second-clr);
}

.blog-box:hover .blog-txt h4 {
  color: var(--first-clr);
}

.blog-box:hover .nav-btn a {
  background: var(--second-clr);
}

.blog-box:hover .nav-btn a:hover {
  background: #000;
  color: #fff;
}

/* footer css  */

.footer {
  padding: 60px 0 50px 0;
  background: #efefef;
}

.footer-img img {
  width: 140px;
}

.footer-box p {
  margin: 20px 0 0 0;
}

.pay-img {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 20px 0 0 0;
  line-height: normal;
}

.pay-img img {
  max-width: 60px;
}

.f-title h5 {
  color: var(--second-clr);
  font-size: 22px;
  margin-bottom: 20px;
}

.footer-contact {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.footer-contact:last-child {
  margin: 0;
}

.footer-contact i {
  width: 35px;
  height: 35px;
  display: grid;
  place-content: center;
  background: var(--first-clr);
  color: #fff;
  border-radius: 100%;
}

.footer-contact > div {
  width: calc(100% - 45px);
}

.footer-contact span {
  display: block;
  color: var(--second-clr);
  font-weight: 500;
  font-size: 20px;
}

footer a {
  font-size: 17px;
}

.footer-contact a:hover {
  color: var(--first-clr);
}

.footer_links ul li a {
  position: relative;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 7px;
  display: inline-block;
}

.footer_links ul li a:last-child {
  margin-bottom: 0;
}

.footer_links ul li a:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: var(--first-clr);
  left: 0;
  top: 6px;
  clip-path: polygon(56% 27%, 100% 50%, 55% 71%, 0% 100%, 17% 51%, 0% 0%);
}

.footer_links ul li a:hover {
  color: var(--first-clr);
}

.footer_links ul li a:hover::before {
  background: var(--second-clr);
}

.copyright {
  background: var(--second-clr);
  padding: 10px 0;
}

.copyright p,
.copyright a {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.copyright a:hover {
  color: var(--first-clr);
}

.social-icon ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.social-icon ul li a {
  font-size: 24px;
  color: var(--first-clr);
}

.social-icon ul li a:hover {
  opacity: 1;
  color: #fff;
}

.footer-social-box {
  display: none;
}

/* +++++++++++INNER BANNER +++++++++++++ */
.inner-banner {
  padding: 40px 0;
  background: #f7f7f7;
}

.inner-banner .breadcrumb {
  justify-content: center;
}

.breadcrumb ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 15px;
}

.breadcrumb ul li a {
  color: var(--first-clr);
  font-size: inherit;
}

.breadcrumb {
  margin-bottom: 0 !important;
}

.about-pg h3.title::before {
  left: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.about-image-box {
  position: sticky;
  top: 100px;
}

.about-2 {
  width: 90%;
  aspect-ratio: 3 / 2;
  position: relative;
}

.about-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.ab-num {
  width: max-content;
  height: auto;
  padding: 15px 60px;
  display: grid;
  place-items: center;
  background: var(--first-clr);
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  right: -40px;
  text-align: right;
}

.ab-num h5 {
  color: #fff;
  font-size: 81px;
  text-align: right;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #fff;
  letter-spacing: -2px;
  font-weight: bold;
  margin: 0;
  line-height: normal;
}

.ab-num span {
  font-size: 17px;
  opacity: 0.9;
  color: #fff;
}

.about-iconbox {
  gap: 30px;
  flex-wrap: wrap;
}

.ab-flex {
  display: flex;
  gap: 15px;
  align-items: center;
}

.ab-flex img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.ab-flex p {
  margin: 0;
  font-size: 26px;
  color: #000;
  font-weight: bold;
}

.features-head h3.title {
  margin: 0;
}

.features-head p {
  margin: 15px 0 0 0;
}

.item-box {
  width: 100%;
  position: relative;
  margin-top: 30px;
  /* background: #f7f7f7; */
  padding: 25px;
  border-radius: 10px;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  transition: 0.4s ease;
  border: 1px solid #cdcd;
}

.item-icon {
  width: 70px;
  height: 70px;
  background: var(--first-clr);
  padding: 15px;
  border-radius: 100%;
  display: grid;
  place-content: center;
  transition: 0.4s ease;
}

.item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(1);
}

.item-txt {
  margin: 20px 0 0 0;
}

.item-txt h5 {
  margin: 0;
}

.item-txt p {
  margin: 10px 0 0 0;
}

.item-box:hover .item-icon {
  background: var(--second-clr);
  transform: scaleX(-1);
}

.item-box:hover {
  border: 1px solid #000000dd;
}

.item-box:hover h5 {
  color: var(--first-clr);
}

.cat-box.cat-2 {
  margin-bottom: 30px;
}

.cat-box.cat-2 .cat-icon {
  width: 130px;
  height: 130px;
}

.cat-box.cat-2 p {
  font-size: 18px;
  color: #000;
}

.category-pg .row .col-lg-3 {
  width: 20%;
}

/* product page  */

.side-category {
  width: 100%;
  /* margin: auto; */
  padding: 25px;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  border: 1px solid #cdcdcd;
  border-radius: 20px;
}

.Category-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 15px;
}

.Category-title i {
  font-size: 18px;
  color: var(--first-clr);
}

.Category-title h3 {
  font-size: 30px;
}

.side-category .cat-box {
  margin-bottom: 15px;
}

.side-category .cat-box:last-child {
  margin: 0;
}

.side-category .cat-icon {
  width: 60px;
  height: 60px;
}

.side-category .cat-icon img {
  width: 30px;
}

.side-category .cat-icontext {
  width: calc(100% - 80px);
}

.shop-sidebar .heading-text h3 {
  font-size: 25px;
}

.shop-sidebar .heading-text p {
  font-size: 13px;
}

.shop-sidebar-item {
  border: none !important;
}

.shop-sidebar-item:not(:last-child) {
  padding-bottom: 15px;
}

.shop-sidebar-item:first-of-type {
  border-radius: 0;
}

.shop-sidebar-item:first-of-type .shop-sidebar-toggle {
  border-radius: 0;
}

.shop-sidebar-toggle {
  font-size: 16px;
  /* line-height: 1; */
  padding: 0 0 15px;
  color: #000;
  border-bottom: 1px solid #ddd;
  text-transform: capitalize;
}

.shop-sidebar-toggle:not(.collapsed) {
  color: var(--second-clr);
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shop-sidebar-toggle:not(.collapsed):after {
  background: none;
  -webkit-filter: none;
  filter: none;
  content: "\f106";
  -webkit-transform: none;
  transform: none;
  color: var(--second-clr);
}

.shop-sidebar-toggle:after {
  color: #878787;
  width: auto;
  height: auto;
  background: none;
  position: absolute;
  content: "\f107";
  left: auto;
  right: 0;
  top: 0;
  font-family: "fontawesome";
  /* -webkit-transform: none; */
  /* transform: none; */
}

.shop-sidebar-body {
  padding: 10px;
  border: none;
  background: #ffe8d6;
}

.shop-sidebar-body ul li {
  margin-bottom: 6px;
  display: block;
}

.shop-sidebar-body ul li:last-child {
  margin: 0;
}

.shop-sidebar-body ul li a {
  padding: 6px 10px;
  background: #fff;
  margin-bottom: 6px;
  display: block;
  width: 100%;
}

.shop-sidebar-body ul li a:hover {
  background: var(--first-clr);
  color: #fff;
}

.product-pg .product-box {
  margin: 0 0 25px 0;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.stock.stock-out {
  color: red;
}

#productImageSlider img {
  height: 300px;
  object-fit: contain;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: brightness(0);
}

.product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.original-price {
  font-size: 1rem;
  color: #888;
  text-decoration: line-through;
}

.sale-price {
  font-size: 1.5rem;
  color: var(--first-clr);
  font-weight: bold;
}

.savings {
  font-size: 0.9rem;
  color: #38a169;
}

.form-control:focus {
  box-shadow: none;
}

.product-tabs {
  margin-top: 60px;
  /* padding-bottom: 50px; */
  /* border-bottom: 1px solid #e1e1e1; */
}

.product-tabs .product-tabs-wrap {
  /* max-width: 1110px; */
  /* margin-left: auto; */
  /* margin-right: auto; */
}

.product-tabs .nav-tabs {
  /* text-align: center; */
  margin-bottom: 25px;
  border-bottom: none;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
}

.product-tabs .nav-tabs .nav-item {
  display: inline-block;
}

.product-tabs .nav-tabs .nav-item a {
  /*font-family: 'ITC Caslon 224 Std';
  */
  border: none;
  font-size: 17px;
  color: #868686;
  padding: 0 0 8px 0;
  position: relative;
  background: var(--first-clr);
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  border: none !important;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
}

.product-tabs .nav-tabs .nav-item a:before {
  /* position: absolute; */
  /* bottom: 0; */
  /* content: ""; */
  /* left: 50%; */
  /* -webkit-transform: translateX(-50%); */
  /* transform: translateX(-50%); */
  /* -webkit-transition: all .3s ease; */
  /* transition: all .3s ease; */
  width: 0;
  height: 2px;
  /* background: #000; */
}

.product-tabs .nav-tabs .nav-item a:hover,
.product-tabs .nav-tabs .nav-item a.active {
  background: var(--second-clr);
}

/* .product-tabs .nav-tabs .nav-item a:hover:before,
.product-tabs .nav-tabs .nav-item a.active:before {
    width: 100%;
} */

.product-tabs .tab-content .tab-pane p {
  margin: 20px 0 0 0;
  line-height: unset;
}

.product-tabs .woocommerce-product-attributes {
  width: 100%;
  margin: 20px 0 0 0;
}

.product-tabs .woocommerce-product-attributes th,
.product-tabs .woocommerce-product-attributes td {
  border: 1px solid #e5e5e5;
  padding: 16px 30px;
  vertical-align: top;
}

.product-tabs .woocommerce-product-attributes th {
  text-transform: capitalize;
  font-weight: 500;
  color: var(--first-clr);
  width: 180px;
}

.product-tabs #comments p {
  margin: 15px 0 0 0;
}

.product-tabs .comment-reply-title {
  margin: 15px 0 0 0;
  display: block;
}

.product-tabs .comment-notes {
  margin: 15px 0 0 0;
}

.product-tabs .comment-form-rating label {
  font-size: 20px;
  margin: 15px 0 0 0;
  display: block;
}

.product-tabs .stars span {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 15px 0 0 0;
}

.product-tabs .stars span a {
  padding: 5px 10px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #999;
  color: var(--second-clr);
  font-weight: 600;
  font-size: 13px;
}

.product-tabs .stars span a:hover {
  background: var(--second-clr);
  border-color: var(--second-clr);
  color: #fff;
}

.product-tabs .stars span a.active {
  background: var(--first-clr);
  border-color: var(--first-clr);
  color: #fff;
}

.product-tabs .comment-form-comment {
  margin: 15px 0 0 0;
}

.product-tabs .comment-form-comment label {
  display: block;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--second-clr);
}

.product-tabs .comment-form-comment textarea {
  width: 100%;
  height: 100px;
  outline: none;
  border: 1px solid #999;
  outline: none;
  padding: 10px;
  transition: all 0.3s ease;
}

.product-tabs .comment-form-comment textarea:focus {
  border-color: var(--first-clr);
}

.product-tabs .comment-form-author {
  width: 50%;
  display: inline-block;
  margin: 15px 20px 0 0;
}

.product-tabs .comment-form-author label {
  display: block;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--second-clr);
}

.product-tabs .comment-form-author input {
  width: 100%;
  outline: none;
  border: 1px solid #999;
  padding: 10px;
  transition: all 0.3s ease;
}

.product-tabs .comment-form-author input:focus {
  border-color: var(--first-clr);
}

.product-tabs .comment-form-email {
  width: 49%;
  display: inline-block;
  margin: 15px 0 0 0;
}

.product-tabs .comment-form-email label {
  display: block;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--second-clr);
}

.product-tabs .comment-form-email input {
  width: 100%;
  outline: none;
  border: 1px solid #999;
  padding: 10px;
  transition: all 0.3s ease;
}

.product-tabs .comment-form-email input:focus {
  border-color: var(--first-clr);
}

.product-tabs .comment-form-cookies-consent {
  margin: 15px 0 0 0;
  display: flex;
  align-items: baseline;
}

.product-tabs .comment-form-cookies-consent input {
  margin: 0 10px 0 0;
  accent-color: var(--second-clr);
}

.product-tabs .comment-form-cookies-consent label {
  font-size: 17px;
  color: #545454;
  font-weight: 500;
}

.product-tabs .form-submit {
  margin: 20px 0 0 0;
}

.product-tabs .form-submit input[type="submit"] {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 30px;
  background: var(--second-clr);
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-weight: 600;
}

.product-tabs .form-submit input[type="submit"]:hover {
  background: var(--first-clr);
  color: #fff;
}

.related-sec h3.title {
  margin: 0;
}

.related-slider .slick-slide {
  margin: 0 10px;
}

.related-slider .product-box {
  width: 100%;
  margin: 0;
}

.detail-box {
  width: 95%;
}

.blog-title h1 {
  font-size: 30px;
  margin: 0;
}

.blog-de-img {
  margin: 20px 0;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  position: relative;
}

.blog-de-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-box h2 {
  font-size: 26px;
  margin: 20px 0 0 0;
}

.detail-box h3,
.detail-box h4 {
  font-size: 24px;
  margin: 20px 0 0 0;
}

.detail-box p {
  margin: 20px 0 0 0;
}

.blog-sidebar {
  position: sticky;
  top: 150px;
}

.blog-sidebar,
.service-formbox {
  padding: 20px;
  border: 1px solid #cdcdcd;
  border-radius: 20px;
}

.blog-sidebar ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-sidebar ul li:last-child {
  margin: 0;
}

.blog-sidebar ul li img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 10px;
}

.blog-sidebar ul li h6 a {
  font-size: 17px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
}

.blog-sidebar ul li h6 {
  width: calc(100% - 80px);
  margin: 0;
}

.service-formbox input[type="email"] {
}

.service-formbox input[type="email"] {
  width: 100%;
  border: 1px solid #cdcd;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 15px;
}

.service-formbox input[type="submit"] {
  background: #000000;
  color: #fff;
  /* border-color: var(--first-clr); */
  width: 100%;
  border: none;
  padding: 12px;
  border-radius: 5px;
}

.date {
  display: inline-block;
  padding: 7px 30px;
  background: var(--first-clr);
  color: #fff;
  border-radius: 30px;
  font-size: 13px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

/* ===== contact page css =====  */

.contact-box {
  border-bottom: 1px solid #cdcdcd;
  /* border-radius: 10px; */
  background-color: transparent;
  padding: 25px;
  position: relative;
}

.contact-box:last-child {
  border: none;
}

.contact-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contact-info i {
  font-size: 25px;
  color: var(--first-clr);
  margin-right: 10px;
}

.contact-info h4 {
  font-size: 20px;
}

.address {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 10px;
}

.address h5 {
  margin: 0;
}

.contact-box a {
  /* color: #595959; */
  /* display: block; */
  /* margin-bottom: 5px; */
}

.contact-box a:hover {
  color: var(--second-clr);
}

.contact-box p,
.contact-box a {
  margin: 15px 0 0 0;
}

input[type="Submit"],
input[type="submit"] {
  border: none;
  padding: 8px 80px;
  border-radius: 5px;
  background: var(--first-clr);
  font-size: 18px;
  color: #fff;
}

.contact-from {
  /* box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 19%); */
  border-radius: 0;
  margin-top: 0;
  background: #fff;
  padding: 45px 40px;
  /* border-radius: 20px; */
  border-left: 1px solid #cdcdcd;
}

.contact-from h4 {
  font-size: 28px;
  margin: 0 0 15px 0;
}

.contact-from form {
  margin-top: 30px;
}

.form-flex {
  /* display: flex; */
  /* border-bottom: 1px solid #ddd; */
  /* padding-bottom: 15px; */
  /* margin-bottom: 20px; */
  /* align-items: center; */
}

.contact-from p {
  margin: 0;
}

.contact-from br {
  display: none;
}

.form-flex input,
.form-flex textarea,
.form-flex select {
  border: 1px solid #cdcdcd;
  width: 100%;
  font-size: 15px;
  outline: none;
  background: #ffffff;
  border-radius: 5px;
  padding: 9px 10px;
  margin-bottom: 20px;
  color: #595c5f;
}

textarea {
  height: 110px;
}

.contact-from input[type="Submit"]:hover {
  background: var(--second-clr);
}

.map {
  width: 100%;
  height: 500px;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* ===== contact page css end =====  */

.newsletter {
  display: none;
}

.news-form input[type="email"] {
  width: 100%;
  position: relative;
  border: none;
  padding: 11px 15px;
  /* border-radius: 30px; */
  font-size: 15px;
  background: #f7f7f7;
  overflow: hidden;
}

.news-form input[type="submit"] {
  background: var(--first-clr);
  border: none;
  position: absolute;
  right: 0;
  width: max-content;
  padding: 10px 40px;
  /* background: #000000; */
  color: #fff;
  /* margin: 0; */
  /* border-radius: 30px; */
  /* border: none; */
}

.news-form input[type="submit"]:hover {
  background: var(--second-clr);
}

.news-form {
  position: relative;
  width: 70%;
  margin: auto;
}

.wish-btn {
  margin-right: 20px;
}

.pr-flex .price .woocommerce-Price-amount.amount bdi {
  display: flex;
  gap: 7px;
  line-height: normal;
}

.yith-wcwl-add-to-wishlist-button:not(
    .yith-wcwl-add-to-wishlist-button--themed-button
  ).yith-wcwl-add-to-wishlist-button--added
  svg.yith-wcwl-add-to-wishlist-button-icon {
  color: #ca0e0e !important;
}

span.yith-wcwl-add-to-wishlist-button__label {
  display: none !important;
}

.yith-wcwl-add-to-wishlist-button:not(
    .yith-wcwl-add-to-wishlist-button--themed-button
  )
  svg.yith-wcwl-add-to-wishlist-button-icon {
  margin: 0 auto !important;
  width: 90%;
}

.stock.stock-available {
  /* color: green; */
}

h1.product-name {
  font-size: 26px;
}

.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
  background: #fff;
  border: 1px solid var(--first-clr);
  width: 35px !important;
  height: 35px !important;
  display: grid !important;
  place-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* form.cart button.single_add_to_cart_button.button.alt {
  display: inline-block;
  padding: 8px 20px;
  background: var(--first-clr);
  color: #fff;
  border-radius: 30px;
  border: none;
  margin-top: 10px;
}

form.cart button.single_add_to_cart_button.button.alt:hover {
  background: var(--second-clr);
} */

.form-cart form {
  display: flex;
  align-items: center;
  gap: 14px;
}

.default-section li {
  margin: 0 0 8px;
  list-style: inside auto;
}

.default-section a {
  /* color: #0038a8; */
  color: var(--first-clr);
  font-weight: 500;
}

.default-section a:hover {
  color: var(--second-clr);
  text-decoration: underline;
}

.default-section .woocommerce-Button,
.default-section .woocommerce-button {
  display: inline-block !important;
  padding: 8px 20px !important;
  background: var(--first-clr) !important;
  color: #fff !important;
  border-radius: 30px !important;
  font-weight: 500 !important;
}

.default-section .woocommerce-Button:hover,
.default-section .woocommerce-button:hover {
  /* background: #faa400; */
  background: var(--second-clr) !important;
  color: #fff !important;
}

.supplier-hero {
  padding: 100px 0;
  background-size: cover;
  background-position: top;
  position: relative;
  z-index: 9;
}

.supplier-hero:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000000ad;
  top: 0;
  left: 0;
  z-index: -1;
}

.supplier-hero p {
  width: 75%;
  margin: auto;
}

a.supply-btn {
  display: inline-block;
  background: var(--first-clr);
  color: white;
  padding: 12px 30px;
  border-radius: 30px;
}

.supply-box img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin: 0 0 20px;
}

.supply-box {
  border: 1px solid #cdcdcd;
  padding: 25px;
  border-radius: 10px;
  min-height: 250px;
  display: grid;
  place-content: center;
  place-items: center;
  transition: 0.4s ease;
}

.supply-box:hover {
  background: var(--first-clr);
  border-color: var(--first-clr);
  transform: translateY(-15px);
}

.supply-box:hover img {
  filter: invert(1);
}

.supply-box:hover h5 {
  color: white;
}

.supply-box:hover p {
  color: white;
}

.supplier-form {
  background: var(--first-clr);
  padding: 50px 40px;
  border-radius: 20px;
  width: 75%;
  margin: auto;
}

.supplier-form input[type="Submit"] {
  background: var(--second-clr);
}

.sp-about img {
  width: 95%;
  height: auto;
  border-radius: 20px;
}

.category-inner-row {
  row-gap: 30px;
}

.yith-wcwl-add-to-wishlist-button:not(
    .yith-wcwl-add-to-wishlist-button--themed-button
  )
  svg.yith-wcwl-add-to-wishlist-button-icon:hover {
  color: var(--first-clr) !important;
}

.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
  background: none !important;
}

.shop-content {
  width: 95%;
  margin-left: auto;
}

.shop-top-box {
  width: 100%;
  padding: 15px 20px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  background: #efefef;
  justify-content: space-between;
}

.shop-top-left p {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  color: var(--second-clr);
}

.shop-top-right {
  justify-content: flex-end;
  gap: 20px;
}

.shop-top-selectbox,
.shop-top-showbox {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 15px;
}

.shop-top-selectbox p,
.shop-top-showbox p {
  font-size: 15px;
  color: #000;
  margin: 0;
}

.shop-top-selectbox select,
.shop-top-showbox select {
  width: 100%;
  border: none;
  border-radius: 4px;
  color: #3e3e3e;
  outline: none;
  transition: all 0.3s ease;
  background: none;
  color: var(--second-clr);
}

.shop-view-box {
  display: flex;
  justify-content: flex-end;
  padding-left: 15px;
  border-left: 1px solid #454545;
}

.shop-view-box ul {
  display: flex;
  gap: 15px;
  width: max-content;
  align-items: center;
}

.shop-view-box ul li {
  display: inline-block;
}

.shop-view-box ul li a {
  display: grid;
  place-items: center;
  color: #000;
  font-size: 15px;
}

.shop-view-box ul li a:hover {
  color: var(--first-clr);
}

.shop-view-box ul li a.active {
  display: grid;
  place-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #d7d8dd;
  color: var(--second-clr);
  padding: 5px 8px;
  font-size: 13px;
}

.shop-container.grid-view {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  flex-wrap: wrap;
}

.grid-view .product-box {
  width: 31%;
  margin: 30px 0 0 0;
}

.list-view .product-box {
  width: 100%;
  margin: 30px 0 0 0;
}

.availability {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.availability .in-stock {
  display: inline-block;
  padding: 6px 16px;
  background: #e6ffed;
  color: #22863a;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}

.availability .out-of-stock {
  display: inline-block;
  padding: 6px 16px;
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: #fff !important;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}

.product-detail-price ul {
  padding: 0;
  margin: 0;
}

.product-detail-price ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 0 0;
}

.product-detail-price ul li p {
  margin: 0;
}

.product-detail-price .sale-price {
  font-size: 36px;
  font-weight: 700;
}

.product-detail-price .savings {
  background: #fff3cd;
  color: #856404;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
}

.product-detail-box .cart-btn {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.product-detail-box .cart {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.product-detail-box .quantity {
  width: 80px;
}

.product-detail-box .quantity input {
  width: 100%;
  padding: 12px;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  font-size: 16px;
  text-align: center;
  transition: all 0.3 ease-in;
  -webkit-transition: all 0.3 ease-in;
  -moz-transition: all 0.3 ease-in;
  -ms-transition: all 0.3 ease-in;
  -o-transition: all 0.3 ease-in;
  outline: none;
}

.product-detail-box .quantity input:focus {
  border-color: var(--first-clr);
}

.product-detail-box .single_add_to_cart_button {
  padding: 14px 30px;
  background: var(--first-clr);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 !important;
}

.product-detail-box .single_add_to_cart_button:hover {
  background: var(--second-clr);
}

.product-detail-box .cart-btn a {
  padding: 0;
  border: none;
}

.buy-wish-btn-box {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
}

.buy-wish-btn-box .buy-btn a {
  padding: 14px 30px;
  background: var(--second-clr);
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 !important;
}

.buy-wish-btn-box .buy-btn a:hover {
  background: var(--first-clr);
}

.yith-wcwl-add-to-wishlist-button:not(
    .yith-wcwl-add-to-wishlist-button--themed-button
  )
  svg.yith-wcwl-add-to-wishlist-button-icon {
  color: var(--first-clr) !important;
}

.shop-sidebar {
  position: sticky;
  top: 200px;
}

.pagination-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0 0;
}

.pagination-box .pagination {
  margin: 0;
}

.pagination-box .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pagination-box .nav-links .page-numbers {
  display: grid;
  place-items: center;
  padding: 5px 10px;
  padding: 10px;
  background: var(--second-clr);
  color: #fff;
  transition: all 0.5s ease-in;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  font-weight: 600;
}

.pagination-box .nav-links .page-numbers:hover {
  background: #ffc498;
  color: var(--second-clr);
}

.pagination-box .nav-links .page-numbers.current {
  background: var(--first-clr);
  color: #fff;
}

.pagination-box:not(:has(.page-numbers)) {
  margin: 0;
}

/* French css starts */

.french-header-box.sticky .menu-bar {
  width: auto;
}

.french-header-box .logo img {
  width: 120px;
}

.french-header-box .menu ul {
  gap: 15px;
}

.french-header-box .menu ul li a {
  font-size: 14px;
}

.french-header-box .search-btn {
  width: 30px;
  height: 30px;
}

.french-header-box .search-btn a {
  font-size: 13px;
}

.french-header-box .top-social-icon {
  width: 30px;
  height: 30px;
  font-size: 13px;
}

.french-header-box .cart-count {
  top: 0;
}

.french-content-box .banner-text h3 {
  font-size: 40px;
}

.french-content-box .cat-icontext h4 {
  font-size: 17px;
}

.french-content-box .cat-icontext p {
  font-size: 18px;
}

.french-content-box .offer-card {
  text-align: right;
}

.french-content-box .offer-card span span {
  font-size: 30px;
}

.french-content-box .offer-card span {
  font-size: 17px;
}

.french-content-box .feature-flex span {
  font-size: 18px;
}

.french-content-box .pr-flex {
  gap: 15px;
  flex-direction: column;
  align-items: flex-start;
}

.french-content-box .bg-sec h6 {
  font-size: 45px;
  text-transform: capitalize;
}

.french-content-box .weekend-card span {
  font-size: 30px;
}

.french-content-box .heading-icon {
  width: 25px;
}

.french-content-box .heading-text h3 {
  font-size: 35px;
}

.french-content-box .heading-text p {
  font-size: 16px;
}

.french-content-box .blog-txt h4 {
  font-size: 20px;
}

.french-content-box .Category-title .heading-text h3 {
  font-size: 30px;
}

.french-content-box .Category-title .heading-icon {
  width: 20px;
}

.french-content-box .banner-top-left p {
  font-size: 15px;
}

.french-content-box .blog-txt ul li {
  font-size: 12px;
}

.french-content-box .f-title h5 {
  font-size: 20px;
}

footer.french-footer-box a,
.french-footer-box .footer-box p {
  font-size: 14px;
}

.french-footer-box .footer-contact span {
  font-size: 14px;
}

/* French css ends */

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}

.pagination .page-numbers {
  display: grid;
  place-items: center;
  padding: 5px 10px;
  padding: 10px;
  background: var(--second-clr);
  color: #fff;
  transition: all 0.5s ease-in;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  font-weight: 500;
}

.pagination .page-numbers:hover {
  background: #ffc498;
  color: var(--second-clr);
}

.pagination .page-numbers.current {
  background: var(--first-clr);
  color: #fff;
}

.pagination:not(:has(.page-numbers)) {
  margin: 0;
}

.mobile-image {
  display: none;
}

.wp-block-woocommerce-empty-cart-block h2 {
  margin: 0 !important;
}

.wc-block-grid__products {
  justify-content: center !important;
  column-gap: 20px !important;
  margin: 0 !important;
}

.wc-block-grid__product {
  list-style: none !important;
  padding: 40px 15px 15px !important;
  background: #f9f9f9 !important;
  margin: 30px 0 0 0 !important;
  border-radius: 10px !important;
  max-width: 23% !important;
  border: none !important;
}

.wc-block-grid__product .wc-block-grid__product-image,
.wc-block-grid__product .wc-block-grid__product-link {
  position: static !important;
}

.wc-block-grid__product .wc-block-grid__product-image {
  height: 200px !important;
}

.wc-block-grid__product .wc-block-grid__product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.wc-block-grid .wc-block-grid__product-onsale,
.wc-block-grid__product-image .wc-block-grid__product-onsale {
  display: inline-block !important;
  gap: 6px !important;
  padding: 6px 17px !important;
  background: #ffecc7 !important;
  border-radius: 30px !important;
  position: absolute !important;
  top: 20px !important;
  left: 20px !important;
  font-size: 13px !important;
  margin: 0 !important;
  border: none !important;
  width: max-content !important;
  font-weight: 400 !important;
  color: #000 !important;
  text-transform: capitalize !important;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
  font-size: 13px !important;
  color: #fff !important;
}

.wc-block-grid__product-add-to-cart.wp-block-button
  .wp-block-button__link:hover {
  background: var(--first-clr) !important;
}

.wc-block-checkout__actions
  .wc-block-checkout__actions_row
  .wc-block-components-checkout-place-order-button {
  border: none !important;
  background: var(--second-clr) !important;
  color: #fff !important;
}

.wc-block-checkout__actions
  .wc-block-checkout__actions_row
  .wc-block-components-checkout-place-order-button:hover {
  background: var(--first-clr) !important;
  color: #fff !important;
}

.wc-block-checkout__sidebar.is-sticky {
  position: sticky !important;
  top: 150px !important;
}

.wishlist-btn
  .yith-wcwl-add-to-wishlist-button:not(
    .yith-wcwl-add-to-wishlist-button--themed-button
  )
  svg.yith-wcwl-add-to-wishlist-button-icon:hover {
  color: #fff !important;
}

@media only screen and (max-width: 1399.2px) {
  .banner-text h3 {
    font-size: 50px;
  }

  .offer-2-txt span span {
    font-size: 45px;
  }

  .heading-text h3 {
    font-size: 42px;
  }

  .bg-sec h6 {
    font-size: 56px;
  }

  .weekend-card span {
    font-size: 42px;
  }

  .banner-top-right-text h3 {
    font-size: 35px;
  }

  .cat-icon {
    width: 80px;
    height: 80px;
  }

  .cat-icon img {
    width: 40px;
  }

  .cat-icontext {
    width: calc(100% - 100px);
  }

  .cat-icontext h4 {
    font-size: 20px;
  }

  .cat-icontext p {
    font-size: 18px;
    margin: 0;
  }

  .sticky .logo img {
    max-width: 120px;
  }

  .footer-img img {
    max-width: 120px;
  }

  .ab-num h5 {
    font-size: 80px;
  }

  .ab-num span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1375px) {
  .menu ul {
    gap: 20px;
  }

  .menu-right-box {
    gap: 15px;
  }

  .ab-num h5 {
    font-size: 76px;
  }

  .ab-num span {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1351px) {
  .banner-text h3 {
    font-size: 48px;
  }

  .offer-2-txt span span,
  .french-content-box .bg-sec h6 {
    font-size: 42px;
  }

  .heading-text h3 {
    font-size: 40px;
  }

  .bg-sec h6 {
    font-size: 54px;
  }

  .weekend-card span {
    font-size: 40px;
  }

  .banner-top-right-text h3 {
    font-size: 34px;
  }

  .ab-num h5 {
    font-size: 72px;
  }
}

@media only screen and (max-width: 1301px) {
  .banner-text h3 {
    font-size: 48px;
  }

  .ab-num h5 {
    font-size: 68px;
  }
}

@media only screen and (max-width: 1281px) {
  .french-header-box .logo img {
    width: 100px;
  }

  .banner-text h3 {
    font-size: 45px;
  }

  .offer-2-txt span span,
  .french-content-box .bg-sec h6 {
    font-size: 40px;
  }

  .bg-sec h6 {
    font-size: 52px;
  }

  .weekend-card span {
    font-size: 38px;
  }

  .banner-top-right-text h3 {
    font-size: 32px;
  }

  .offer-2-txt span {
    font-size: 22px;
  }

  .search-btn {
    width: 40px;
    height: 40px;
  }

  .menu-right-box .top-social ul {
    gap: 15px;
  }

  .top-social-icon {
    width: 40px;
    height: 40px;
  }

  .menu-btn-icon {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .header-country {
    padding-right: 10px;
  }

  .header-right {
    gap: 10px;
  }

  .header-icon .social-icon {
    gap: 10px;
  }

  .header-icon .social-icon li a {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }

  .top-icon {
    width: 30px;
    height: 30px;
  }

  .top-icon a {
    font-size: 13px;
  }

  .menu ul li a {
    font-size: 15px;
  }

  .copyright p,
  .copyright a {
    font-size: 16px;
  }

  .weekend-card {
    background-position: bottom center;
  }

  .ab-num h5 {
    font-size: 64px;
  }
}

@media only screen and (max-width: 1255.2px) {
  .banner-text h3 {
    font-size: 42px;
  }

  .offer-2-txt span span,
  .french-content-box .bg-sec h6 {
    font-size: 38px;
  }

  .heading-text h3,
  .french-content-box .banner-text h3 {
    font-size: 38px;
  }

  .bg-sec h6 {
    font-size: 50px;
  }

  .weekend-card span {
    font-size: 36px;
  }

  .banner-top-right-text h3 {
    font-size: 32px;
  }

  .banner-top-text-box {
    padding: 30px 20px;
  }

  .banner-top-left p {
    font-size: 20px;
  }

  .slider-item {
    height: 500px;
  }

  .feature-icon {
    width: 60px;
  }

  .feature-flex p {
    font-size: 20px;
  }

  .feature-flex span {
    font-size: 18px;
  }

  .offer-2 {
    padding: 30px 20px;
  }

  .offer-2-txt span {
    font-size: 20px;
  }

  .logo img {
    max-width: 120px;
  }

  .sticky .logo img {
    max-width: 100px;
  }

  .weekend-offer-text h6,
  .offer-2-txt h6 {
    font-size: 18px;
  }

  .weekend-card p {
    font-size: 18px;
  }

  .brand-box {
    padding: 20px 0;
  }

  .brand-box img {
    max-width: 120px;
  }

  .blog-tag {
    font-size: 15px;
  }

  .blog-txt h4 {
    font-size: 25px;
  }

  .f-title h5 {
    font-size: 22px;
  }

  .footer-contact {
    margin-bottom: 15px;
  }

  .footer-contact i {
    width: 30px;
    height: 30px;
  }

  .footer-contact > div {
    width: calc(100% - 40px);
  }

  .footer-contact span {
    font-size: 18px;
  }

  footer a,
  .footer-box p {
    font-size: 15px;
  }

  .copyright p,
  .copyright a {
    font-size: 14px;
  }

  .social-icon ul {
    gap: 10px;
  }

  .social-icon ul li a {
    font-size: 22px;
  }

  .sec-padding {
    padding: 40px 0;
  }

  .footer {
    padding: 40px 0 20px 0;
  }

  .footer-img img {
    max-width: 100px;
  }

  .bg-sec-icon {
    max-width: 80px;
  }

  .bg-sec h5 {
    font-size: 18px;
  }

  .top-social-iconbox {
    font-size: 15px;
  }

  .banner-text p {
    margin: 0;
    font-size: 18px;
  }

  .heading-text p {
    font-size: 18px;
  }

  .inner-banner {
    padding: 30px 0;
  }

  .ab-num h5 {
    font-size: 60px;
    -webkit-text-stroke-width: 2px;
  }

  .ab-flex p {
    font-size: 25px;
  }

  .blog-txt ul {
    gap: 20px;
  }

  .detail-box h2 {
    font-size: 25px;
  }

  .blog-sidebar ul li h6 a {
    font-size: 16px;
  }

  .product-tabs {
    margin: 40px 0 0 0;
  }

  h1.product-name {
    font-size: 25px;
  }

  .product-detail-price .sale-price {
    font-size: 35px;
  }

  .product-tabs .comment-form-rating label {
    font-size: 18px;
  }

  .product-tabs .woocommerce-product-attributes th,
  .product-tabs .woocommerce-product-attributes td {
    width: 150px;
    font-size: 15px;
  }

  .product-tabs .woocommerce-product-attributes th,
  .product-tabs .woocommerce-product-attributes td {
    padding: 10px 30px;
    font-size: 15px;
  }

  .french-content-box .feature-flex span {
    font-size: 16px;
  }

  .contact-info i {
    font-size: 22px;
  }

  .contact-info h4 {
    font-size: 18px;
  }

  .form-flex input,
  .form-flex textarea,
  .form-flex select {
    margin-bottom: 15px;
  }

  .map {
    height: 480px;
  }

  .contact-box {
    padding: 20px;
  }

  .contact-from {
    padding: 40px 30px;
  }

  .shop-sidebar .heading-text h3 {
    font-size: 24px;
  }

  .shop-sidebar .heading-text p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1201px) {
  .banner-text h3 {
    font-size: 40px;
  }

  .offer-2-txt span span,
  .french-content-box .bg-sec h6 {
    font-size: 35px;
  }

  .heading-text h3,
  .french-content-box .banner-text h3 {
    font-size: 35px;
  }

  .bg-sec h6 {
    font-size: 48px;
  }

  .weekend-card span {
    font-size: 35px;
  }

  .banner-top-right-text h3 {
    font-size: 30px;
  }

  .banner-top-text-box {
    padding: 30px 20px;
  }

  .banner-top-left p {
    font-size: 18px;
  }

  .slider-item {
    height: 500px;
  }

  .feature-icon {
    width: 50px;
  }

  .feature-flex p {
    font-size: 18px;
  }

  .feature-flex span {
    font-size: 16px;
  }

  .offer-2 {
    padding: 30px 20px;
  }

  .offer-2-txt span {
    font-size: 18px;
  }

  .logo img {
    max-width: 100px;
  }

  .sticky .logo img {
    max-width: 100px;
  }

  .weekend-offer-text h6,
  .offer-2-txt h6 {
    font-size: 16px;
  }

  .weekend-card p {
    font-size: 16px;
  }

  .blog-txt h4 {
    font-size: 24px;
  }

  .footer-contact span {
    font-size: 17px;
  }

  .social-icon ul li a {
    font-size: 20px;
  }

  .bg-sec-icon {
    max-width: 60px;
  }

  .header-icon .social-icon li a,
  .top-icon {
    width: 25px;
    height: 25px;
  }

  .search-bar,
  .menu-bar {
    width: calc(100% - 150px);
  }

  .search-btn {
    width: 30px;
    height: 30px;
  }

  .search-btn a {
    font-size: 12px;
  }

  .top-social-icon {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .cart-count {
    width: 15px;
    height: 15px;
    font-size: 7px;
    top: 5px;
    right: -10px;
  }

  .menu-btn {
    gap: 5px;
    font-size: 13px;
  }

  .menu-btn-icon {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }

  .slider-item {
    height: 400px;
  }

  .top-icontext a,
  .top-social-iconbox {
    font-size: 14px;
  }

  .banner-top-right-text p {
    font-size: 14px;
  }

  .clk_btn {
    font-size: 13px;
    right: 0;
  }

  .pay-img img {
    max-width: 50px;
  }

  .category-slider {
    padding: 0 45px;
  }

  .cat-icon {
    width: 60px;
    height: 60px;
  }

  .cat-icon img {
    width: 30px;
  }

  .cat-icontext {
    width: calc(100% - 70px);
  }

  .cat-icontext h4 {
    font-size: 18px;
  }

  .cat-icontext p,
  .french-content-box .cat-icontext p {
    font-size: 15px;
  }

  .off {
    padding: 5px 15px;
    font-size: 12px;
    top: 10px;
    left: 10px;
  }

  .wc-block-grid .wc-block-grid__product-onsale,
  .wc-block-grid__product-image .wc-block-grid__product-onsale {
    padding: 5px 15px !important;
    font-size: 12px !important;
    top: 10px !important;
    left: 10px !important;
  }

  .wish a {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
  }

  .yith-wcwl-add-to-wishlist-button:not(
      .yith-wcwl-add-to-wishlist-button--themed-button
    )
    svg.yith-wcwl-add-to-wishlist-button-icon {
    width: 15px !important;
  }

  .pr-txt h5 {
    font-size: 20px;
  }

  .stock {
    font-size: 15px;
  }

  .price {
    font-size: 20px;
  }

  .pr-img img {
    height: 150px;
  }

  .wc-block-grid__product .wc-block-grid__product-image {
    height: 150px !important;
  }

  .weekend-card {
    padding: 30px 30px;
  }

  .ab-num h5 {
    font-size: 58px;
  }

  .ab-flex p {
    font-size: 24px;
  }

  .ab-flex span {
    font-size: 15px;
  }

  .detail-box h2 {
    font-size: 24px;
  }

  .blog-sidebar ul li h6 a {
    font-size: 15px;
  }

  .date {
    padding: 6px 25px;
  }

  .product-detail-price .sale-price {
    font-size: 34px;
  }

  .product-tabs .nav-tabs .nav-item a {
    font-size: 15px;
    padding: 8px 20px;
  }

  .buy-wish-btn-box,
  .product-detail-box .cart {
    gap: 10px;
  }

  .product-detail-box .single_add_to_cart_button,
  .buy-wish-btn-box .buy-btn a,
  .product-tabs .form-submit input[type="submit"] {
    padding: 10px 20px;
    font-size: 14px;
  }

  .product-detail-box .quantity {
    width: 60px;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 20px !important;
    height: 20px !important;
  }

  .product-tabs .comment-form-email label,
  .product-tabs .comment-form-author label,
  .product-tabs .comment-form-comment label {
    font-size: 16px;
  }

  .product-tabs .comment-form-cookies-consent label {
    font-size: 15px;
  }

  .product-tabs .comment-form-rating label {
    font-size: 16px;
  }

  .product-tabs .woocommerce-product-attributes th,
  .product-tabs .woocommerce-product-attributes td {
    width: 120px;
    font-size: 14px;
  }

  .product-tabs .woocommerce-product-attributes th,
  .product-tabs .woocommerce-product-attributes td {
    padding: 8px 20px;
    font-size: 14px;
  }

  .wc-block-grid__product {
    max-width: 31% !important;
    flex: 1 0 31% !important;
  }

  .french-content-box .feature-flex span {
    font-size: 15px;
  }

  .contact-info i {
    font-size: 20px;
  }

  .shop-sidebar .heading-text h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 1151px) {
  .banner-text h3 {
    font-size: 38px;
  }

  .bg-sec h6 {
    font-size: 45px;
  }

  .banner-top-left p {
    font-size: 16px;
  }

  .menu ul {
    gap: 15px;
  }

  .ab-num h5 {
    font-size: 54px;
  }

  .product-detail-price .sale-price {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1101px) {
  .banner-text h3 {
    font-size: 36px;
  }

  .bg-sec h6 {
    font-size: 42px;
  }

  .sticky .menu-bar {
    gap: 20px;
  }

  .logo img,
  .sticky .logo img,
  .footer-img img {
    max-width: 80px;
  }

  .search-bar,
  .menu-bar {
    width: calc(100% - 130px);
  }

  .banner-top-right-text h3 span {
    font-size: 18px;
  }

  .menu ul li a {
    font-size: 13px;
  }

  .menu ul {
    gap: 10px;
  }

  .pay-img img {
    max-width: 40px;
  }

  .ab-num h5 {
    font-size: 50px;
  }

  .product-detail-price .sale-price {
    font-size: 30px;
  }

  .wc-block-components-order-summary .wc-block-components-order-summary-item {
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  .wc-block-components-order-summary
    .wc-block-components-order-summary-item__description {
    padding: 0 !important;
  }
}

@media only screen and (max-width: 1051px) {
  .bg-sec h6 {
    font-size: 40px;
  }

  .sticky .menu-bar {
    gap: 15px;
  }

  .ab-num h5 {
    font-size: 48px;
  }

  .side-category .cat-icontext {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

@media only screen and (max-width: 1025px) {
  .bg-sec h6 {
    font-size: 38px;
  }

  .ab-num h5 {
    font-size: 44px;
  }
}

@media only screen and (max-width: 991.2px) {
  .search-bar {
    display: none;
  }

  .menu-bar {
    width: auto;
  }

  .search-btn {
    display: flex;
  }

  .menu-right-box .top-social {
    display: flex;
  }

  .search-modal .modal-body {
    padding: 30px 20px;
  }

  .banner-top-text-box {
    flex-direction: column;
    text-align: center;
  }

  .banner-top-right,
  .banner-top-left {
    width: 100%;
    text-align: center;
  }

  .banner-top-right {
    display: block !important;
  }

  .banner-top-right-text {
    text-align: center;
  }

  .banner-top-btn {
    margin: 10px 0 0 0;
  }

  .bars {
    row-gap: 5px;
    display: flex;
    flex-wrap: wrap;
    width: 40px;
  }

  .bar {
    width: 100%;
    height: 3px;
    background: var(--second-clr);
    border-radius: 5px;
    transition: transform 0.5s;
  }

  .bars.active .bar {
    transform: rotate(45deg) translateX(7px);
    background: var(--first-clr);
  }

  .bars.active .bar:nth-child(2) {
    display: none;
  }

  .bars.active .bar:last-child {
    transform: rotate(-45deg) translateX(5px);
    background: var(--first-clr);
    -webkit-transform: rotate(-45deg) translateX(5px);
    -moz-transform: rotate(-45deg) translateX(5px);
    -ms-transform: rotate(-45deg) translateX(5px);
    -o-transform: rotate(-45deg) translateX(5px);
  }

  .menu {
    display: none;
  }

  .logo img,
  .sticky .logo img,
  .footer-img img {
    max-width: 120px;
  }

  .menu-right-box {
    margin-left: auto;
  }

  .offcanvas-start {
    background: #fff;
  }

  .offcanvas-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
  }

  .offcanvas-header .logo {
    width: 50%;
  }

  .offcanvas-header .logo img {
    width: 100%;
    max-width: 120px;
  }

  .offcanvas-header .close-sidebar {
    display: grid;
    place-items: center;
    outline: none;
    border: none;
    background: transparent;
    transition: all 0.5s;
    color: var(--second-clr);
    width: 40px;
    height: 40px;
    font-size: 20px;
    border: 2px solid #ddd;
    border-radius: 50%;
  }

  .offcanvas-header .close-sidebar:hover {
    background: var(--first-clr);
    color: #fff;
    border: 2px solid var(--first-clr);
  }

  .offcanvas-header .close-sidebar i {
    transition: all 0.3s;
  }

  .offcanvas-header .close-sidebar:hover i {
    transform: rotate(90deg);
  }

  .offcanvas-body {
    padding: 20px 20px 40px;
  }

  .offcanvas-body::-webkit-scrollbar {
    width: 4px;
  }

  .offcanvas-body .menu {
    width: 100%;
    display: block;
    padding: 0;
    text-align: left;
  }

  .offcanvas-body .menu ul {
    width: 100%;
    padding: 0;
    flex-direction: column;
    gap: 0;
  }

  .offcanvas-body .menu ul li {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .offcanvas-body .menu ul li a {
    width: 100%;
    padding: 10px 20px 10px 20px;
    margin: 0;
    display: block;
    border-bottom: 1px solid #eee;
    font-size: 15px;
  }

  .offcanvas-body .menu ul li a:hover {
    background: var(--second-clr);
    color: #fff;
  }

  .clk_btn {
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    position: absolute;
  }

  ul.dropdown-menu {
    position: static;
    min-width: unset;
    width: 100%;
    opacity: 1;
    border: none;
    padding: 0;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  ul.dropdown-menu li a {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  ul.dropdown-menu li a:hover {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }

  .menu ul li:hover ul.dropdown-menu {
    display: none;
  }

  .menu ul li.active ul.dropdown-menu li a {
    color: var(--second-clr);
    background: #fff;
  }

  .menu ul li.active ul.dropdown-menu li a:hover {
    background: var(--second-clr);
  }

  .menu ul li.active a {
    background: var(--first-clr);
    color: #fff;
  }

  .menu ul li a:hover + .clk_btn {
    color: #fff;
  }

  .menu ul li.active a + .clk_btn {
    color: #fff;
  }

  .offcanvas-body .menu-btn-box {
    justify-content: flex-start;
    margin: 20px 0 0 0;
  }

  .offer-2-txt span span,
  .french-content-box .bg-sec h6 {
    font-size: 32px;
  }

  .heading-text h3,
  .french-content-box .banner-text h3,
  .french-content-box .heading-text h3 {
    font-size: 32px;
  }

  .weekend-card span {
    font-size: 32px;
  }

  .banner-top-right-text h3 {
    font-size: 28px;
  }

  .banner-top-left p {
    font-size: 15px;
  }

  .feature-icon {
    width: 40px;
  }

  .feature-flex p {
    font-size: 15px;
  }

  .feature-flex span {
    font-size: 15px;
  }

  .offer-2-txt span {
    font-size: 18px;
  }

  .weekend-offer-text h6,
  .offer-2-txt h6 {
    font-size: 15px;
  }

  .weekend-card p {
    font-size: 15px;
  }

  .blog-txt h4 {
    font-size: 22px;
  }

  .footer-contact span {
    font-size: 15px;
  }

  .banner-text h3,
  .bg-sec h6 {
    font-size: 35px;
  }

  .banner-text span {
    font-size: 15px;
    padding-left: 35px;
    display: inline-block;
  }

  .banner-text span:before {
    content: "";
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    width: 30px;
  }

  .features-sec .row {
    row-gap: 30px;
  }

  .offer-row {
    row-gap: 30px;
  }

  .offer-card {
    width: 47%;
  }

  .weekend-card {
    background-position: right;
    background-color: rgba(255, 255, 255, 0.45);
    background-blend-mode: overlay;
    padding: 30px 20px;
  }

  .footer-row {
    row-gap: 20px;
  }

  .footer-link-box.ps-5 {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }

  .pay-img {
    margin: 10px 0 0 0;
  }

  .pay-img img {
    max-width: 60px;
  }

  .footer-box p {
    margin: 10px 0 0 0;
  }

  .f-title h5 {
    margin-bottom: 10px;
  }

  .footer-contact {
    margin-bottom: 10px;
  }

  .copyright .social-icon {
    display: none;
  }

  .copyright {
    text-align: center;
  }

  .copyright p {
    width: 100%;
    text-align: center;
  }

  .copyright p,
  .copyright a {
    font-size: 13px;
  }

  .banner-text .nav-btn.mt-4 {
    margin-top: 15px !important;
  }

  .blog-img {
    margin-bottom: 15px;
  }

  .bg-sec-icon {
    max-width: 50px;
  }

  .bg-sec-text {
    margin: 10px 0 0 0;
  }

  .bg-sec h5 {
    font-size: 15px;
    margin: 10px 0 0 0;
  }

  .bg-sec-text .nav-btn.mt-4 {
    margin-top: 15px !important;
  }

  .blog-box {
    margin: 30px 0 0 0;
  }

  .footer-social-box {
    display: block;
    margin: 15px 0 0 0;
  }

  .footer-social-box h5 {
    font-size: 15px;
    color: #000;
    margin: 0;
  }

  .footer-social-box .social-icon {
    margin: 10px 0 0 0;
  }

  .footer-social-box .social-icon ul li a {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    font-size: 15px;
    background: var(--second-clr);
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }

  .footer-social-box .social-icon ul li a:hover {
    background: var(--first-clr);
    color: #fff;
  }

  .banner-text p {
    font-size: 15px;
  }

  .weekend-offer-text {
    width: 100%;
  }

  .inner-banner {
    padding: 20px 0;
  }

  .breadcrumb ul {
    gap: 10px;
  }

  .breadcrumb ul li {
    font-size: 14px;
  }

  .shop-top-right {
    gap: 10px;
  }

  .shop-row {
    flex-direction: column-reverse;
  }

  .shop-sidebar {
    position: static;
    margin: 30px 0 0 0;
  }

  .shop-content {
    width: 100%;
  }

  .shop-top-selectbox,
  .shop-top-showbox {
    gap: 10px;
    font-size: 14px;
  }

  .shop-top-box {
    padding: 10px 15px;
  }

  .wp-block-yith-search-block .ywcas-classic-search.ywcas-small input {
    font-size: 13px !important;
  }

  .slider-item img {
    object-position: right;
  }

  .ab-num {
    padding: 15px 50px;
  }

  .ab-num h5 {
    font-size: 40px;
    -webkit-text-stroke-width: 1px;
  }

  .ab-flex p {
    font-size: 22px;
  }

  .ab-flex span {
    font-size: 14px;
  }

  .item-box {
    padding: 20px;
  }

  .item-icon {
    width: 60px;
    height: 60px;
  }

  .item-txt {
    margin: 15px 0 0 0;
  }

  .desktop-image {
    display: none;
  }

  .mobile-image {
    display: block;
  }

  .about-2 {
    width: 95%;
    margin: 20px 0;
  }

  .blog-txt ul {
    gap: 10px;
  }

  .detail-box {
    width: 100%;
  }

  .detail-box h2,
  .detail-box h3,
  .detail-box h4 {
    font-size: 22px;
    margin: 15px 0 0 0;
  }

  .detail-box p {
    margin: 15px 0 0 0;
  }

  .blog-sidebar {
    position: static;
    margin: 30px 0 0 0;
  }

  .date {
    padding: 5px 20px;
    font-size: 12px;
    bottom: 10px;
    left: 10px;
  }

  .side-category {
    padding: 20px;
  }

  .product-detail-price .sale-price {
    font-size: 28px;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 15px !important;
    height: 15px !important;
  }

  .product-tabs .comment-form-email label,
  .product-tabs .comment-form-author label,
  .product-tabs .comment-form-comment label {
    font-size: 165x;
  }

  .product-tabs .comment-form-cookies-consent label {
    font-size: 14px;
  }

  .product-tabs .tab-content .tab-pane p {
    margin: 15px 0 0 0;
  }

  .product-tabs .woocommerce-product-attributes th,
  .product-tabs .woocommerce-product-attributes td {
    width: 100px;
    font-size: 13px;
  }

  .product-tabs .woocommerce-product-attributes th,
  .product-tabs .woocommerce-product-attributes td {
    padding: 6px 20px;
    font-size: 13px;
  }

  .product-tabs .nav-tabs {
    gap: 10px;
  }

  .product-tabs .nav-tabs .nav-item a {
    font-size: 13px;
    padding: 5px 15px;
  }

  .product-detail-box {
    margin: 30px 0 0 0;
  }

  .wc-block-grid__product {
    max-width: 47% !important;
    flex: 1 0 47% !important;
  }

  .french-content-box .feature-flex span {
    font-size: 14px;
  }

  .french-content-box .offer-card span {
    font-size: 15px;
  }

  .map {
    height: 450px;
  }

  .contact-from {
    border: none;
    padding: 30px 20px;
  }

  .contact-sec {
    padding: 20px 0 30px 0;
  }

  .blog-sidebar ul li h6 a {
    font-size: 14px;
  }

  .side-category .cat-icontext {
    width: calc(100% - 80px);
    margin: 0;
  }

  .category-shop-box {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }

  .side-category .cat-box {
    margin: 0;
    width: 31%;
  }

  .brand-box img {
    max-width: 100px;
  }
}

@media only screen and (max-width: 804.2px) {
  .wp-block-woocommerce-checkout-order-summary-block {
    padding: 10px !important;
  }

  .wp-block-woocommerce-checkout-order-summary-block
    .wc-block-components-checkout-order-summary__title
    .wc-block-components-checkout-order-summary__title-text {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 803.2px) {
  .wc-block-checkout__sidebar.is-sticky {
    position: static !important;
  }

  .wp-block-woocommerce-checkout-order-summary-block
    .checkout-order-summary-block-fill {
    margin: 20px 0 0 0 !important;
  }
}

@media only screen and (max-width: 767.2px) {
  .banner-top-right-text h3 {
    font-size: 25px;
  }

  .banner-top-right-text h3 span {
    font-size: 15px;
  }

  .slider-item {
    height: 350px;
  }

  .banner-cont {
    background: rgba(0, 0, 0, 0.4);
  }

  .banner-text h3,
  .bg-sec h6 {
    font-size: 32px;
  }

  .banner-text h3,
  .banner-text p {
    color: #fff;
  }

  .banner-text span {
    color: #ffbe8d;
  }

  .banner-text span::before {
    background: #ffbe8d;
  }

  .offer-2-txt span {
    font-size: 15px;
  }

  .offer-2-txt span span,
  .french-content-box .bg-sec h6 {
    font-size: 30px;
  }

  .heading-text h3,
  .weekend-card span,
  .french-content-box .banner-text h3,
  .french-content-box .heading-text h3 {
    font-size: 30px;
  }

  .heading-text p {
    font-size: 15px;
  }

  .heading-icon {
    width: 20px;
  }

  .cat-icon {
    width: 50px;
    height: 50px;
  }

  .cat-icon img {
    width: 22px;
  }

  .cat-icontext {
    width: calc(100% - 60px);
  }

  .cat-icontext h4,
  .french-content-box .cat-icontext h4 {
    font-size: 15px;
  }

  .cat-icontext p,
  .french-content-box .cat-icontext p {
    font-size: 13px;
  }

  .pr-txt {
    padding: 20px 15px;
  }

  .brand-box {
    padding: 15px 0;
  }

  .logo img,
  .sticky .logo img,
  .footer-img img {
    max-width: 100px;
  }

  .header-left ul {
    gap: 10px;
  }

  .top-icontext a,
  .top-social-iconbox {
    font-size: 13px;
  }

  .header-left ul li {
    gap: 8px;
  }

  .header-country {
    padding-right: 0;
  }

  .banner-top-text-box {
    padding: 20px;
  }

  .bg-sec {
    background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: overlay;
  }

  .grid-view .product-box {
    width: 47%;
  }

  .shop-top-box {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start !important;
  }

  .shop-top-right {
    justify-content: flex-start;
    width: 100%;
  }

  .shop-view-box {
    padding: 0;
    border: none;
    margin-left: auto;
  }

  .shop-top-selectbox p,
  .shop-top-showbox p {
    font-size: inherit;
  }

  .ab-num h5 {
    font-size: 38px;
  }

  .about-2 img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  .ab-num {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 15px 40px;
  }

  .blog-txt h4 {
    font-size: 20px;
  }

  .detail-box h2,
  .detail-box h3,
  .detail-box h4 {
    font-size: 20px;
  }

  .product-detail-price .sale-price {
    font-size: 26px;
  }

  .french-content-box .heading-text p {
    font-size: 15px;
  }

  .french-content-box .heading-icon {
    width: 20px;
  }

  .map {
    height: 400px;
  }

  .side-category .cat-icon {
    width: 50px;
    height: 50px;
  }

  .side-category .cat-icon img {
    width: 22px;
  }

  .side-category .cat-icontext {
    width: calc(100% - 60px);
  }

  .side-category .cat-box {
    width: 47%;
  }

  .header-bottom-country .gtranslate_wrapper a.glink:nth-child(2) img {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 651px) {
  .ab-num h5 {
    font-size: 34px;
  }

  .map {
    height: 350px;
  }

  .logo img,
  .sticky .logo img,
  .footer-img img,
  .french-header-box .logo img,
  .french-header-box.sticky .logo img {
    max-width: 90px;
  }
}

@media only screen and (max-width: 601px) {
  .header-right .header-country {
    display: none;
  }

  .header-bottom-country {
    display: flex;
  }

  .menu-top-btn-box .menu-btn span {
    display: none;
  }

  .menu-top-btn-box .menu-btn {
    padding: 2px;
  }

  .menu-right-box a.glink img {
    margin: 0 !important;
  }

  .header-bottom-country > div {
    display: flex !important;
    align-items: center;
    gap: 8px;
  }

  .logo img,
  .sticky .logo img {
    max-width: 80px;
  }

  .cat-icontext h4,
  .french-content-box .cat-icontext h4 {
    font-size: 13px;
  }

  .ab-num h5 {
    font-size: 32px;
  }
}

@media only screen and (max-width: 575.2px) {
  .banner-top-right-text h3 {
    font-size: 22px;
  }

  .banner-text h3,
  .bg-sec h6,
  .ab-num h5 {
    font-size: 30px;
  }

  .offer-2-txt span span,
  .french-content-box .bg-sec h6 {
    font-size: 28px;
  }

  .heading-text h3,
  .weekend-card span,
  h3.title,
  .blog-title h1,
  .french-content-box .banner-text h3,
  .french-content-box .offer-card span span,
  .french-content-box .weekend-card span,
  .french-content-box .heading-text h3 {
    font-size: 28px;
  }

  .offer-row {
    column-gap: 0;
    justify-content: space-between;
  }

  .offer-card {
    width: 100%;
    justify-content: center;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.4);
    background-blend-mode: overlay;
  }

  .offer-2-txt .nav-btn.mt-3 {
    margin-top: 10px !important;
  }

  .nav-btn a {
    padding: 5px 18px;
    font-size: 14px;
  }

  .french-content-box .offer-card {
    text-align: center;
  }

  .weekend-card {
    width: 100%;
  }

  .weekend-offer-text .nav-btn.mt-3 {
    margin-top: 10px !important;
  }

  .weekend-row {
    row-gap: 30px;
  }

  .slider-item {
    height: 300px;
  }

  .features-sec .row .col-xs-12 {
    width: 48%;
  }

  .shop-container.grid-view {
    column-gap: 0;
    justify-content: space-between;
  }

  .grid-view .product-box {
    width: 100%;
  }

  .inner-banner {
    padding: 15px 0;
  }

  .category-inner-row {
    row-gap: 20px;
  }

  .category-inner-row .col-xs-12 {
    width: 50%;
  }

  .about-iconbox {
    gap: 20px;
  }

  .ab-flex {
    align-items: flex-start;
  }

  .ab-flex p {
    line-height: normal;
  }

  .ab-flex img {
    width: 30px;
    height: 30px;
  }

  .ab-num span {
    font-size: 14px;
  }

  .ab-num {
    padding: 10px 30px;
    right: -20px;
  }

  .product-detail-price .sale-price {
    font-size: 25px;
  }

  .product-tabs .comment-form-email,
  .product-tabs .comment-form-author {
    width: 100%;
    display: block;
  }

  .wc-block-grid__products {
    justify-content: space-between !important;
    column-gap: 0 !important;
  }

  .wc-block-grid__product {
    max-width: 100% !important;
    flex: 1 0 100% !important;
  }

  .map {
    height: 300px;
  }
}

@media only screen and (max-width: 551px) {
  .top-icontext {
    display: none;
  }

  /* .top-box {
    justify-content: center;
    gap: 10px;
  } */

  .top-icon a {
    background: #fff;
    color: var(--first-clr);
  }

  .top-icon a:hover {
    background: var(--first-clr);
    color: #fff;
  }
}

@media only screen and (max-width: 501px) {
  .header-icon {
    display: none;
  }

  .account-top-btn {
    display: block;
  }

  .account-top-btn .menu-btn-icon {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }

  .account-top-btn .menu-btn {
    font-size: 12px;
    padding: 5px 8px;
  }

  .banner-text h3,
  .bg-sec h6,
  .ab-num h5 {
    font-size: 28px;
  }

  .offer-2-txt span span,
  .french-content-box .bg-sec h6 {
    font-size: 25px;
  }

  .heading-text h3,
  .weekend-card span,
  h3.title,
  .blog-title h1,
  .french-content-box .banner-text h3,
  .french-content-box .offer-card span span,
  .french-content-box .weekend-card span,
  .french-content-box .heading-text h3,
  .contact-from h4 {
    font-size: 25px;
  }

  .menu-top-btn-box {
    display: none;
  }

  .bars {
    width: 35px;
    margin-left: 5px;
  }

  .shop-top-left p {
    font-size: 13px;
  }

  .shop-top-selectbox,
  .shop-top-showbox {
    font-size: 12px;
  }

  .shop-view-box ul {
    gap: 10px;
  }

  .search-modal .modal-body {
    padding: 20px 20px;
  }

  .product-detail-price .sale-price {
    font-size: 24px;
  }

  .map {
    height: 250px;
  }
}

@media only screen and (max-width: 481px) {
  .banner-top-right-text h3 {
    font-size: 20px;
  }

  .banner-text h3,
  .bg-sec h6 {
    font-size: 25px;
  }

  .cat-box {
    flex-direction: column;
    gap: 10px;
  }

  .cat-icontext {
    width: 100%;
    text-align: center;
  }

  .category-inner-row .cat-box {
    flex-direction: row;
    gap: unset;
  }

  .category-inner-row .cat-icontext {
    width: calc(100% - 60px);
    text-align: left;
  }

  .product-detail-price .sale-price {
    font-size: 22px;
  }

  .side-category .cat-box {
    margin-bottom: 15px;
  }

  .category-shop-box {
    gap: unset;
    column-gap: 15px;
    align-items: baseline;
  }

  .shop-sidebar .heading-text h3 {
    font-size: 20px;
  }

  .brand-box img {
    max-width: 80px;
  }
}

@media only screen and (max-width: 451px) {
  .logo img,
  .sticky .logo img {
    max-width: 70px;
  }

  .container {
    width: 95%;
  }

  .features-sec .row .col-xs-12 {
    width: 100%;
  }

  .top-social-icon {
    width: 25px;
    height: 25px;
    font-size: 11px;
  }

  .search-btn {
    width: 25px;
    height: 25px;
  }

  .search-btn a {
    font-size: 11px;
  }

  .menu-right-box a.glink img {
    width: 20px !important;
  }

  .cart-count {
    top: 0;
  }

  .menu-right-box {
    gap: 10px;
  }

  .pr-txt h5,
  .price {
    font-size: 18px;
  }

  .shop-top-box {
    align-items: center !important;
  }

  .shop-top-right {
    justify-content: center;
  }

  .shop-view-box {
    width: 100%;
    justify-content: center;
  }

  .product-tabs .nav-tabs {
    justify-content: center;
    border: none;
  }

  .product-tabs .nav-tabs .nav-item a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .availability {
    font-size: 13px;
  }

  .availability .in-stock {
    padding: 5px 12px;
    font-size: 12px;
  }

  .product-detail-box .cart-btn {
    gap: 8px;
  }

  .buy-wish-btn-box,
  .product-detail-box .cart {
    gap: 6px;
  }

  .product-detail-box .quantity {
    width: 40px;
  }

  .product-detail-box .quantity input {
    padding: 5px;
    font-size: 13px;
    border-width: 1px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .product-detail-box .single_add_to_cart_button,
  .buy-wish-btn-box .buy-btn a {
    padding: 5px 12px;
    font-size: 12px;
  }

  .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
    width: 30px !important;
    height: 30px !important;
  }

  .yith-wcwl-add-to-wishlist-button:not(
      .yith-wcwl-add-to-wishlist-button--themed-button
    )
    svg.yith-wcwl-add-to-wishlist-button-icon {
    width: 13px !important;
  }
}

@media only screen and (max-width: 391px) {
  .logo img,
  .sticky .logo img {
    max-width: 60px;
  }
}

@media only screen and (max-width: 376px) {
  .category-inner-row .cat-box {
    flex-direction: column;
    gap: 10px;
  }

  .category-inner-row .cat-icontext {
    width: 100%;
    text-align: center;
  }

  .blog-sidebar ul li img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .blog-sidebar ul li h6 {
    width: calc(100% - 65px);
  }

  .blog-sidebar ul li h6 a {
    font-size: 13px;
  }

  .french-content-box .slider-item {
    height: 350px;
  }

  .map {
    height: 220px;
  }

  .side-category .cat-box {
    width: 45%;
  }

  .brand-box img {
    max-width: 60px;
  }
}

@media only screen and (max-width: 351px) {
  .logo img,
  .sticky .logo img {
    max-width: 50px;
  }

  .pay-img img {
    max-width: 50px;
  }

  .menu-right-box a.glink img {
    width: 15px !important;
  }

  .french-content-box .slider-item {
    height: 380px;
  }
}

@media only screen and (max-width: 336px) {
  .french-header-box .logo img,
  .french-header-box.sticky .logo img {
    max-width: 40px;
  }

  .french-content-box .slider-item {
    height: 420px;
  }
}
