@font-face {
  font-family: Futura;
  src: url(./../fonts/Futura/futuramediumbt.ttf);
}

@font-face {
  font-family: FuturaMD;
  src: url(./../fonts/Futura/FuturaMedium.otf);
}

@font-face {
  font-family: Futura Heavy;
  src: url(./../fonts/Futura/futur.ttf);
}

@font-face {
  font-family: Futura MD;
  src: url(./../fonts/Futura/FuturaMedium.otf);
}

@font-face {
  font-family: Futura Light;
  src: url(./../fonts/Futura/FuturaLight.otf);
}

@font-face {
  font-family: "Futura Bold";
  src: url(./../fonts/Futura/FuturaBold.otf);
}

@font-face {
  font-family: Cagliari;
  src: url(./../fonts/Cagliari-ExtraBold.otf);
}

@font-face {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  src: url(./../fonts/Verdana/verdana.ttf);
}

@font-face {
  font-family: Alegreya Sans;
  src: url(./../fonts/aleregya/AlegreyaSans-Regular.otf);
}

@font-face {
  font-family: Alegreya Sans IT;
  src: url(./../fonts/aleregya/AlegreyaSans-Italic.otf);
}

@font-face {
  font-family: Alegreya LightItalic;
  src: url(./../fonts/aleregya/AlegreyaSans-LightItalic.otf);
}

@font-face {
  font-family: Alegreya MD IT;
  src: url(./../fonts/aleregya/AlegreyaSans-MediumItalic.otf);
}

@font-face {
  font-family: Alegreya Heavy;
  src: url(./../fonts/aleregya/AlegreyaSans-ExtraBoldItalic.otf);
}

:root {
  --custom-font-: Lato;
  --custom-primary: #000000;
  --custom-secondary: #dbaf42;
  --custom-black: #231f20;
  --custom-white: #f5f5f4;
  /* Font size from 6 to 64 */
  --custom-fs-6: 0.375rem;
  --custom-fs-7: 0.4375rem;
  --custom-fs-8: 0.5rem;
  --custom-fs-9: 0.5625rem;
  --custom-fs-10: 0.625rem;
  --custom-fs-11: 0.6875rem;
  --custom-fs-12: 0.6875rem;
  --custom-fs-13: 0.8125rem;
  --custom-fs-14: 0.875rem;
  --custom-fs-15: 0.9375rem;
  --custom-fs-16: 1rem;
  --custom-fs-17: 1.0625rem;
  --custom-fs-18: 1.125rem;
  --custom-fs-19: 1.1875rem;
  --custom-fs-20: 1.25rem;
  --custom-fs-21: 1.3125rem;
  --custom-fs-22: 1.375rem;
  --custom-fs-23: 1.4375rem;
  --custom-fs-24: 1.5rem;
  --custom-fs-25: 1.5625rem;
  --custom-fs-26: 1.625rem;
  --custom-fs-27: 1.6875rem;
  --custom-fs-28: 1.75rem;
  --custom-fs-29: 1.8125rem;
  --custom-fs-30: 1.875rem;
  --custom-fs-31: 1.9375rem;
  --custom-fs-32: 2rem;
  --custom-fs-33: 2.0625rem;
  --custom-fs-34: 2.125rem;
  --custom-fs-35: 2.1875rem;
  --custom-fs-36: 2.25rem;
  --custom-fs-37: 2.3125rem;
  --custom-fs-38: 2.375rem;
  --custom-fs-39: 2.4375rem;
  --custom-fs-40: 2.5rem;
  --custom-fs-41: 2.5625rem;
  --custom-fs-42: 2.625rem;
  --custom-fs-43: 2.6875rem;
  --custom-fs-44: 2.75rem;
  --custom-fs-45: 2.8125rem;
  --custom-fs-46: 2.875rem;
  --custom-fs-47: 2.9375rem;
  --custom-fs-48: 3rem;
  --custom-fs-49: 3.0625rem;
  --custom-fs-50: 3.125rem;
  --custom-fs-51: 3.1875rem;
  --custom-fs-52: 3.25rem;
  --custom-fs-53: 3.3125rem;
  --custom-fs-54: 3.375rem;
  --custom-fs-55: 3.4375rem;
  --custom-fs-56: 3.5rem;
  --custom-fs-57: 3.5625rem;
  --custom-fs-58: 3.625rem;
  --custom-fs-59: 3.6875rem;
  --custom-fs-60: 3.75rem;
  --custom-fs-61: 3.8125rem;
  --custom-fs-62: 3.875rem;
  --custom-fs-63: 3.9375rem;
  --custom-fs-64: 4rem;
  --custom-fw-100: 100;
  --custom-fw-200: 200;
  --custom-fw-300: 030;
  --custom-fw-400: 400;
  --custom-fw-500: 500;
  --custom-fw-600: 600;
  --custom-fw-700: 700;
  --custom-fw-800: 800;
  --custom-fw-900: 900;
  --custom-transition: all 300ms ease-in-out;
  --box-shadow: ;
}

.custom-font- {
  font-family: var(--custom-font-) !important;
}

.custom-font-futura-bold {
  font-family: "Lato" !important;
}

.custom-font-cagliari {
  font-family: Cagliari !important;
}

.custom-fs-6 {
  font-size: var(--custom-fs-6);
}

.custom-fs-7 {
  font-size: var(--custom-fs-7);
}

.custom-fs-8 {
  font-size: var(--custom-fs-8);
}

.custom-fs-9 {
  font-size: var(--custom-fs-9);
}

.custom-fs-10 {
  font-size: var(--custom-fs-10);
}

.custom-fs-11 {
  font-size: var(--custom-fs-11);
}

.custom-fs-12 {
  font-size: var(--custom-fs-12);
}

.custom-fs-13 {
  font-size: var(--custom-fs-13);
}

.custom-fs-14 {
  font-size: var(--custom-fs-14);
}

.custom-fs-15 {
  font-size: var(--custom-fs-15);
}

.custom-fs-16 {
  font-size: var(--custom-fs-16) !important;
}

.custom-fs-17 {
  font-size: var(--custom-fs-17);
}

.custom-fs-18 {
  font-size: var(--custom-fs-18);
}

.custom-fs-19 {
  font-size: var(--custom-fs-19);
}

.custom-fs-20 {
  font-size: var(--custom-fs-20);
}

.custom-fs-21 {
  font-size: var(--custom-fs-21);
}

.custom-fs-22 {
  font-size: var(--custom-fs-22);
}

.custom-fs-23 {
  font-size: var(--custom-fs-23);
}

.custom-fs-24 {
  font-size: var(--custom-fs-24);
}

.custom-fs-25 {
  font-size: var(--custom-fs-25);
}

.custom-fs-26 {
  font-size: var(--custom-fs-26);
}

.custom-fs-27 {
  font-size: var(--custom-fs-27);
}

.custom-fs-28 {
  font-size: var(--custom-fs-28);
}

.custom-fs-29 {
  font-size: var(--custom-fs-29);
}

.custom-fs-30 {
  font-size: var(--custom-fs-30) !important;
}

.custom-fs-31 {
  font-size: var(--custom-fs-31);
}

.custom-fs-32 {
  font-size: var(--custom-fs-32);
}

.custom-fs-33 {
  font-size: var(--custom-fs-33);
}

.custom-fs-34 {
  font-size: var(--custom-fs-34);
}

.custom-fs-35 {
  font-size: var(--custom-fs-35);
}

.custom-fs-36 {
  font-size: var(--custom-fs-36);
}

.custom-fs-37 {
  font-size: var(--custom-fs-37);
}

.custom-fs-38 {
  font-size: var(--custom-fs-38);
}

.custom-fs-39 {
  font-size: var(--custom-fs-39);
}

.custom-fs-40 {
  font-size: var(--custom-fs-40);
}

.custom-fs-41 {
  font-size: var(--custom-fs-41);
}

.custom-fs-42 {
  font-size: var(--custom-fs-42);
}

.custom-fs-43 {
  font-size: var(--custom-fs-43);
}

.custom-fs-44 {
  font-size: var(--custom-fs-44);
}

.custom-fs-45 {
  font-size: var(--custom-fs-45);
}

.custom-fs-46 {
  font-size: var(--custom-fs-46);
}

.custom-fs-47 {
  font-size: var(--custom-fs-47);
}

.custom-fs-48 {
  font-size: var(--custom-fs-48);
}

.custom-fs-49 {
  font-size: var(--custom-fs-49);
}

.custom-fs-50 {
  font-size: var(--custom-fs-50);
}

.custom-fs-51 {
  font-size: var(--custom-fs-51);
}

.custom-fs-52 {
  font-size: var(--custom-fs-52);
}

.custom-fs-53 {
  font-size: var(--custom-fs-53);
}

.custom-fs-54 {
  font-size: var(--custom-fs-54);
}

.custom-fs-55 {
  font-size: var(--custom-fs-55);
}

.custom-fs-56 {
  font-size: var(--custom-fs-56);
}

.custom-fs-57 {
  font-size: var(--custom-fs-57);
}

.custom-fs-58 {
  font-size: var(--custom-fs-58);
}

.custom-fs-59 {
  font-size: var(--custom-fs-59);
}

.custom-fs-60 {
  font-size: var(--custom-fs-60);
}

.custom-fs-61 {
  font-size: var(--custom-fs-61);
}

.custom-fs-62 {
  font-size: var(--custom-fs-62);
}

.custom-fs-63 {
  font-size: var(--custom-fs-63);
}

.custom-fs-64 {
  font-size: var(--custom-fs-64);
}

.custom-fw-100 {
  font-weight: var(--custom-fw-100) !important;
}

.custom-fw-200 {
  font-weight: var(--custom-fw-200) !important;
}

.custom-fw-300 {
  font-weight: var(--custom-fw-300) !important;
}

.custom-fw-400 {
  font-weight: var(--custom-fw-400) !important;
}

.custom-fw-500 {
  font-weight: var(--custom-fw-500) !important;
}

.custom-fw-600 {
  font-weight: var(--custom-fw-600) !important;
}

.custom-fw-700 {
  font-weight: var(--custom-fw-700) !important;
}

.custom-fw-800 {
  font-weight: var(--custom-fw-800) !important;
}

.custom-fw-900 {
  font-weight: var(--custom-fw-900) !important;
}

.custom-text-primary {
  color: var(--custom-primary) !important;
}

.custom-text-secondary {
  color: var(--custom-secondary) !important;
}

.custom-text-black {
  color: var(--custom-black) !important;
}

.custom-text-white {
  color: var(--custom-white) !important;
}

.custom-bg-primary {
  background-color: var(--custom-primary) !important;
}

.custom-bg-secondary {
  background-color: var(--custom-secondary) !important;
}

.custom-bg-black {
  background-color: var(--custom-black) !important;
}

.custom-bg-white {
  background-color: var(--custom-white) !important;
}

.custom-transition {
  -webkit-transition: var(--custom-transition) !important;
  transition: var(--custom-transition) !important;
}

.cursor-pointer {
  cursor: pointer;
}

.line-1 {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.line-2 {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.line-3 {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.btn {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 1px 6px;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: Lato;
  font-size: 14px;
}

.btn-p {
  padding: 7px 12px;
  letter-spacing: 1px;
}

.btn_primary {
  background-color: var(--custom-primary) !important;
  color: #fff !important;
}

.btn_primary:hover {
  color: #fff !important;
  background-color: #000 !important;
}

.btn_secondary {
  background-color: var(--custom-secondary);
  color: #fff;
}

.btn_secondary:hover {
  color: #fff;
}

header {
  background-color: var(--custom-primary);
  z-index: 1020;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;

}

header .navbar_wrap_lg {
  padding-bottom: 10px;
   
}

header .navbar_wrap_lg .currency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
   cursor:pointer;
}

header .navbar_wrap_lg .currency .current_curreny {
  font-weight: 600;
  font-family: Lato;
}

header .navbar_wrap_lg .currency #currency_btn {
  font-size: 12px;
  color: #fff;
  padding: 8px 0;
  gap:5px;
}

header .navbar_wrap_lg .currency #currency_btn .current_currency_img {
  max-width: 18px;
  width: 100%;
}

/*CURRENCY LG */
header .navbar_wrap_lg .currency #currency_btn:hover {
  text-decoration: underline;
  background:var(--custom-primary);
  border-color:var(--custom-primary);
}
header .navbar_wrap_lg .currency .dd-options{
    width:max-content !important;    
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        right: 0;
}

header .navbar_wrap_lg .currency .dd-select,
header .navbar_wrap_lg .currency .dd-option
{
    background:transparent !important;
    border:none;
}
header .navbar_wrap_lg .currency .dd-selected{
    padding:0 25px 0 0;
    display: flex;
    align-items: center;
}
header .navbar_wrap_lg .currency  .dd-pointer.dd-pointer-up{
    border-bottom-color:transparent !important;
}
header .navbar_wrap_lg .currency  .dd-pointer{
        top: 55%;
    border-top-color: #fff !important;
     margin-top: 0px;
}
header .navbar_wrap_lg .currency .dd-option-image,header .navbar_wrap_lg .currency .dd-selected-image{
 float: unset;
 margin: 0 5px 0;
 max-width:18px;
}

header .navbar_wrap_lg .currency .dd-selected-text,
header .navbar_wrap_lg .currency .dd-option-text
{
        line-height: normal !important;
        margin-bottom:0;
            cursor: pointer;
}
header .navbar_wrap_lg .currency .dd-selected-text{
    font-family:Lato;
    color:#fff;
        font-size:12px;
}
header .navbar_wrap_lg .currency .dd-option-text{
    font-family:Lato;
    font-size:13px;
}

header .navbar_wrap_lg .currency .dropdown-menu {
  inset: unset !important;
  top: 100% !important;
  right: 0 !important;
  border: none;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  font-size: 13px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
header .navbar_wrap_lg .currency .dropdown-menu li .currency-select {
  background-color: transparent;
  border: 0;
  font-size: 13px;
  padding: 7.5px 15px;
  width: 100%;
  text-align: start;
}

header .navbar_wrap_lg .currency .dropdown-menu li .currency-select:hover {
  text-decoration: underline;
}

/*CURRENCY MOBILE */

header .navbar_wrap_md .dd-select{
    background:transparent !important;
    border:none;
}

header .navbar_wrap_md .dd-options{
    box-shadow:none;
        background:transparent;
}
header .navbar_wrap_md a.dd-option{
    background:transparent;
}
header .navbar_wrap_md .dd-selected-text,
header .navbar_wrap_md .dd-option-text{
    line-height:normal !important;
    margin:0;
    font-weight:400;
}
header .navbar_wrap_md .dd-option-image,header .navbar_wrap_md .dd-selected-image{
    float:unset !important;
    margin:0 5px 0;
    max-width:18px;
}


header .navbar_wrap_lg .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .navbar_wrap_lg .logo img {
  padding: 20px 0 10px;
  width: 100%;
  max-width: 288px;
}

header .navbar_wrap_lg .navbar {
  display: block;
  margin-inline: auto;
  z-index:1030;
}
 

header .navbar_wrap_lg .navbar .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

header .navbar_wrap_lg .navbar .navbar-nav .nav-item {
  position: relative;
}

header .navbar_wrap_lg .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  -webkit-transition: var(--custom-transition);
  transition: var(--custom-transition);
  font-size: 13px;
  padding: 5px 11px;
  margin: 0 10px;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 2px;
   font-family: Lato;
}

header .navbar_wrap_lg .navbar .navbar-nav .nav-item .nav-link:hover {
  background-color: #000;
}

header .navbar_wrap_lg .navbar .navbar-nav .nav-item:not(:last-of-type) {
  position: relative;
}

header .navbar_wrap_lg .navbar .navbar-nav .nav-item:not(:last-of-type)::after {
  position: absolute;
  top: 50%;
  left: 98%;
  -webkit-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  content: "/";
  font-size: 20px;
  color: #fff;
  z-index: 1;
}
header .navbar_wrap_lg .navbar .navbar-nav .nav-item .dropdown-toggle::after {
  display: none;
}
header .navbar_wrap_lg .navbar .navbar-nav .nav-item .dropdown-menu {
  background-color: #fff;
  border: 0px solid rgba(0, 0, 0, 0.15);
  position: absolute;
  display: block;
  min-width: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: none;
  z-index: 1;
  border-radius: 0;
  top:87%;
  font-family:Lato;
      box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}
header .navbar_wrap_lg .navbar .navbar-nav .nav-item .dropdown-item.active, .dropdown-item:active{
    background-color:#fff;
}
header .navbar_wrap_lg .navbar .navbar-nav .nav-item .dropdown-item:hover{
      background-color:var(--custom-secondary);
      color:#fff !important;
}
header .navbar_wrap_lg .navbar .navbar-nav .nav-item .dropdown-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

header
  .navbar_wrap_lg
  .navbar
  .navbar-nav
  .nav-item
  .dropdown-menu .dest-dropdown-item
  .dropdown-item {
  color: #000;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  display: block;
}

header
  .navbar_wrap_lg
  .navbar
  .navbar-nav
  .nav-item
  .dropdown
  .dropdown-menu
  .dropdown-item {
  color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.42857143;
  display: block;
  
  font-family: Lato !important;
}
header
  .navbar_wrap_lg
  .navbar
  .navbar-nav
  .nav-item
  .dropdown
  .dropdown-menu
  .dropdown-item:hover {
    
       background:var(--custom-secondary);
  }
header
  .navbar_wrap_lg
  .navbar
  .navbar-nav
  .nav-item
  .dropdown
  .dropdown-menu{
     background:var(--custom-primary);
  }
  header
  .navbar_wrap_lg
  .navbar
  .navbar-nav
  .nav-item
  .dropdown
  .dropdown-menu.show{
      display: block !important;
  }
header
  .navbar_wrap_lg
  .NAVBAR
  .navbar-nav
  .nav-item
  .dropdown-menu .dest-dropdown-item
  .dropdown-item:hover {
  background-color: var(--custom-secondary);
  color: #fff;
}

header .navbar_wrap_lg .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
header .navbar_wrap_lg .navbar .navbar-nav .nav-item:hover .dropdown .dropdown-menu {
  display: none;
}

header .navbar_wrap_lg .accounts .navbar-nav .nav-item .nav-link {
  margin: 0 5px;
}

header .navbar_wrap_lg .accounts .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}

header .navbar_wrap_lg .accounts .navbar-nav .nav-item:not(:last-of-type) {
  position: relative;
}

header
  .navbar_wrap_lg
  .accounts
  .navbar-nav
  .nav-item:not(:last-of-type)::after {
  position: absolute;
  top: 50%;
  left: 98%;
  -webkit-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  content: "/";
  font-size: 24px;
  color: #fff;
  z-index: 1;
}

header .navbar_wrap_lg .accounts .navbar-nav .nav-item .cart_btn {
  position: relative;
  min-width: 28px;
}

header .navbar_wrap_lg .accounts .navbar-nav .nav-item .cart_btn .cart_img {
  width: 28px;
  max-width: 28px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: contrast(2);
  filter: contrast(2);
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}

header .navbar_wrap_lg .accounts .navbar-nav .nav-item .cart_btn .card_total {
  position: absolute;
  bottom: 100%;
  background-color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #000;
  text-align: center;
  font-size: 12px;
  letter-spacing: inherit;
  line-height: 20px;
  right: 0;
  -webkit-transform: translate(30%, 50%);
  transform: translate(30%, 50%);
}

header .navbar_wrap_md {
  display: none;
  padding: 15px 0;
  z-index: 1030;
  font-family: Lato;
  font-size:14px;
}

header .navbar_wrap_md .logo {
  max-width: 150px;
}

header .navbar_wrap_md .nav_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

header .navbar_wrap_md .nav_option li img {
  max-width: 26px;
  -webkit-filter: contrast(2);
  filter: contrast(2);
  cursor: pointer;
}

header .navbar_wrap_md .nav_option li .cart_btn {
  position: relative;
}

header .navbar_wrap_md .nav_option li .cart_btn .card_total {
  position: absolute;
  bottom: 100%;
  background-color: #fff;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #000;
  text-align: center;
  font-size: 12px;
  letter-spacing: inherit;
  line-height: 20px;
  right: 0;
  -webkit-transform: translate(30%, 50%);
  transform: translate(30%, 50%);
}

header .navbar_wrap_md .nav_option li .hamburger {
  padding: 0 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header
  .navbar_wrap_md
  .nav_option
  li
  .hamburger
  .hamburger-box
  .hamburger-inner {
  width: 28px;
  height: 2px;
  background-color: #fff;
}

header
  .navbar_wrap_md
  .nav_option
  li
  .hamburger
  .hamburger-box
  .hamburger-inner::before,
header
  .navbar_wrap_md
  .nav_option
  li
  .hamburger
  .hamburger-box
  .hamburger-inner::after {
  background-color: #fff;
  width: 28px;
  height: 2px;
}

header
  .navbar_wrap_md
  .nav_option
  li
  .hamburger
  .hamburger-box
  .hamburger-inner::before {
  top: -7.5px;
}

header
  .navbar_wrap_md
  .nav_option
  li
  .hamburger
  .hamburger-box
  .hamburger-inner::after {
  bottom: -7.5px;
}

header .navbar_wrap_md .navbar {
  position: fixed;
  inset: 0;
  z-index: 1040;
  overflow: hidden;
  padding: 0;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 200vw;
      z-index: 10000000000;
}

header .navbar_wrap_md .navbar .navbar-nav {
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset -10px -10px 10px -5px rgba(0, 0, 0, 0.25);
  box-shadow: inset -10px -10px 10px -5px rgba(0, 0, 0, 0.25);
  position: relative;
}

header .navbar_wrap_md .navbar .navbar-nav .nav-item {
  border-bottom: 1px solid #ddd;
}

header .navbar_wrap_md .navbar .navbar-nav .nav-item .nav-link {
  padding: 10px;
  color: #333;
}

header .navbar_wrap_md .navbar .navbar-nav #menu-header-menu-1 .dropdown-menu {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  top: 41px;
  left: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
  padding:0;
}

header .navbar_wrap_md .navbar .navbar-nav #menu-header-menu-1 .dropdown-item.active,header .navbar_wrap_md .navbar .navbar-nav #menu-header-menu-1 .dropdown-item:active{
    background:#fff;
    color:#000;
}
header .navbar_wrap_md .navbar .navbar-nav .dropdown-toggle::after{
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    border:none;
    border-left:1px solid rgba(68,68,68,.4);
    font-weight: 900;
    position: absolute;
    right:0px;
    color:rgba(68,68,68,.4);
    top:0;
    bottom:0;
    padding:0 15px;
    line-height: 41px;
    font-size: 18px;
}

header .navbar_wrap_md .navbar .navbar-nav #menu-header-menu-1 .dropdown-menu a {
  border-bottom: 1px solid #ddd;
}

header
  .navbar_wrap_md
  .navbar
  .navbar-nav
  #menu-header-menu-1
  .dropdown-menu
  .dropdown-item {
  padding: 10px 20px;
  color: #333;
  font-size: 14px;
  display: block;
}

header .navbar_wrap_md .navbar .navbar-nav .nav-item .wrap {
  position: relative;
}

header .navbar_wrap_md .navbar .navbar-nav .has_dropdown .wrap {
  padding-right: 40px;
}

header .navbar_wrap_md .navbar .navbar-nav .has_dropdown .dropdown_btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 40px;
  font-weight: 900;
  line-height: 41px;
  text-align: center;
  opacity: 0.4;
  border-left: 1px solid #cbc9c9;
}

header .navbar_wrap_md .navbar .navbar-nav .back {
  position: absolute;
  top: 0;
  height: 41px;
  border-bottom: 1px solid #333;
  width: 100%;
  left: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.4;
  font-size: 16px;
  padding: 10px 20px;
}

header .navbar_wrap_md .navbar .dropdown_active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

header .navbar_wrap_md .navbar .dropdown_active .dropdown_show {
  display: block !important;
}

header .navbar_wrap_md .navbar .navbar_wrap {
  height: 100%;
  width: 100%;
  min-width: 200px;
  width: 80vw;
  max-width: 400px;
  background-color: #fff;
  height: 100%;
  overflow-x: hidden;
  z-index: 2;
}

header .navbar_wrap_md .navbar .navbarBGOverlay {
  position: fixed;
  inset: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

header .navbar_wrap_md .navbar_open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 100vw;
}

header .navbar_wrap_md .navbar_open .navbarBGOverlay {
  opacity: 1;
}

.headerSticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* responsive xl */
@media (max-width: 1199px) {
  header .navbar_wrap_lg .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    -webkit-transition: var(--custom-transition);
    transition: var(--custom-transition);
    font-size: 12px;
    padding: 5px 10px;
    margin: 0 8px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 2px;
  }
  header .navbar_wrap_lg .navbar .navbar-nav .nav-item .nav-link:hover {
    background-color: #000;
  }
  header .navbar_wrap_lg .navbar .navbar-nav .nav-item:not(:last-of-type) {
    position: relative;
  }
  header
    .navbar_wrap_lg
    .navbar
    .navbar-nav
    .nav-item:not(:last-of-type)::after {
    position: absolute;
    top: 50%;
    left: 98%;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    content: "/";
    font-size: 24px;
    color: #fff;
    z-index: 1;
  }
  header .navbar_wrap_lg .navbar .navbar-nav .nav-item .dropdown_menu {
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    display: block;
    min-width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: none;
  }
  header .navbar_wrap_lg .navbar .navbar-nav .nav-item .dropdown_menu li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  header
    .navbar_wrap_lg
    .navbar
    .navbar-nav
    .nav-item
    .dropdown_menu
    li
    .dropdown-link {
    color: #000;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    display: block;
  }
  header
    .navbar_wrap_lg
    .navbar
    .navbar-nav
    .nav-item
    .dropdown_menu
    li
    .dropdown-link:hover {
    background-color: var(--custom-secondary);
    color: #fff;
  }
  header .navbar_wrap_lg .navbar .navbar-nav .nav-item:hover .dropdown_menu {
    display: block;
  }
}

/* responsive lg */
@media (max-width: 991px) {
  header .navbar_wrap_lg {
    display: none;
  }
  header .navbar_wrap_md {
    display: block;
  }
}

/* responsive md */
/* responsive sm */
.home_banner .cs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1900px;
  margin-inline: auto;
}

.home_banner .cs-container .banner_box {
  position: relative;
  width: 100%;
  height: 412px;
}

.home_banner .cs-container .banner_box .banner_img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.home_banner .cs-container .banner_box .banner_img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.home_banner .cs-container .banner_box .img1 {
  -webkit-animation: fade1 35s infinite;
  animation: fade1 35s infinite;
}

.home_banner .cs-container .banner_box .img2 {
  -webkit-animation: fade2 35s infinite;
  animation: fade2 35s infinite;
}

.home_banner .cs-container .banner_box .img3 {
  -webkit-animation: fade3 35s infinite;
  animation: fade3 35s infinite;
}

.home_banner .cs-container .banner_box .img4 {
  -webkit-animation: fade4 35s infinite;
  animation: fade4 35s infinite;
}

.home_banner .cs-container .banner_box .img5 {
  -webkit-animation: fade5 35s infinite;
  animation: fade5 35s infinite;
}

.home_banner .cs-container .banner_box .img6 {
  -webkit-animation: fade6 35s infinite;
  animation: fade6 35s infinite;
}

.inner_page_banner {
  overflow: hidden;
}

.inner_page_banner:hover .splide__arrow--prev {
  left: 0 !important;
  opacity: 1 !important;
}

.inner_page_banner:hover .splide__arrow--next {
  right: 0 !important;
  opacity: 1 !important;
}

.inner_page_banner .splide__arrows .splide__arrow {
  background-color: transparent;
  font-size: 26px;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.inner_page_banner .splide__arrows .splide__arrow--prev {
  left: -10%;
}

.inner_page_banner .splide__arrows .splide__arrow--next {
  right: -10%;
}

.inner_page_banner .splide__pagination {
  bottom: 1.5em;
}

.inner_page_banner .splide__pagination .splide__pagination__page {
  opacity: 1;
  width: 15px;
  height: 15px;
  background-color: #fff;
}

.inner_page_banner .splide__pagination .is-active {
  background-color: var(--custom-primary);
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.inner_page_banner .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner_style_1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.banner_style_1 .banner_box {
  position: relative;
  width: 100%;
  height: 368px;
}

.banner_style_1 .banner_box .banner_img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.banner_style_1 .banner_box .banner_img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.banner_style_1 .banner_box .img1 {
  -webkit-animation: fade1 35s infinite;
  animation: fade1 35s infinite;
}

.banner_style_1 .banner_box .img2 {
  -webkit-animation: fade2 35s infinite;
  animation: fade2 35s infinite;
}

.banner_style_1 .banner_box .img3 {
  -webkit-animation: fade3 35s infinite;
  animation: fade3 35s infinite;
}

.banner_style_1 .banner_box .img4 {
  -webkit-animation: fade4 35s infinite;
  animation: fade4 35s infinite;
}

.banner_style_1 .banner_box .img5 {
  -webkit-animation: fade5 35s infinite;
  animation: fade5 35s infinite;
}

.banner_style_1 .banner_box .img6 {
  -webkit-animation: fade6 35s infinite;
  animation: fade6 35s infinite;
}

@-webkit-keyframes fade1 {
  0% {
    opacity: 1;
  }
  16.25% {
    opacity: 0;
  }
  33.33% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  66.66% {
    opacity: 0;
  }
  83.33% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade1 {
  0% {
    opacity: 1;
  }
  16.25% {
    opacity: 0;
  }
  33.33% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  66.66% {
    opacity: 0;
  }
  83.33% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade2 {
  0% {
    opacity: 0;
  }
  16.25% {
    opacity: 1;
  }
  33.33% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  66.66% {
    opacity: 0;
  }
  83.33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade2 {
  0% {
    opacity: 0;
  }
  16.25% {
    opacity: 1;
  }
  33.33% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  66.66% {
    opacity: 0;
  }
  83.33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade3 {
  0% {
    opacity: 0;
  }
  16.25% {
    opacity: 0;
  }
  33.33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  66.66% {
    opacity: 0;
  }
  83.33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade3 {
  0% {
    opacity: 0;
  }
  16.25% {
    opacity: 0;
  }
  33.33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  66.66% {
    opacity: 0;
  }
  83.33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade4 {
  0% {
    opacity: 0;
  }
  16.25% {
    opacity: 0;
  }
  33.33% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  66.66% {
    opacity: 0;
  }
  83.33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade4 {
  0% {
    opacity: 0;
  }
  16.25% {
    opacity: 0;
  }
  33.33% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  66.66% {
    opacity: 0;
  }
  83.33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade5 {
  0% {
    opacity: 0;
  }
  16.25% {
    opacity: 0;
  }
  33.33% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  66.66% {
    opacity: 1;
  }
  83.33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade5 {
  0% {
    opacity: 0;
  }
  16.25% {
    opacity: 0;
  }
  33.33% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  66.66% {
    opacity: 1;
  }
  83.33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fade6 {
  0% {
    opacity: 0;
  }
  16.25% {
    opacity: 0;
  }
  33.33% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  66.66% {
    opacity: 0;
  }
  83.33% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade6 {
  0% {
    opacity: 0;
  }
  16.25% {
    opacity: 0;
  }
  33.33% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  66.66% {
    opacity: 0;
  }
  83.33% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.headerIsSticky{
    
}
/* responsive lg */
@media (max-width: 1199px) {
  .home_banner .cs-container .banner_box {
    height: 312px;
  }
}

@media (max-width: 992px) {
  .home_banner .cs-container .banner_box {
    height: 212px;
  }
  .banner_style_1 .banner_box {
    height: 241px;
  }
}

/* responsive md */
/* responsive sm */
@media (max-width: 575px) {
  .home_banner .cs-container .banner_box {
    height: 130px;
  }
  .banner_style_1 .banner_box {
    height: 130px;
  }
}

.homeBannerSaleSlider {
  color: var(--custom-secondary);
  text-align: center;
  font-family:Alegreya LightItalic;
  font-size: 22px;
}

/* responsive lg */
@media (max-width: 992px) {
  .homeBannerSaleSlider {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .homeBannerSaleSlider {
    font-size: 17px;
  }
}

.product_card {
  color: #000;
  text-align: center;
  position: relative;
  font-family: Lato;
}

.product_card p {
  margin: 0;
}

.product_card .ribbon-tag {
  background-color: #fff;
  color: #000000;
  font-size: 18px;
  position: absolute;
  top: 15px;
  z-index: 1;
  letter-spacing: 0.5px;
  border: 2px solid #dbaf42;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-family: Cagliari;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 20px;
  font-style: italic;
}
.product_card .img_wrap img{
    object-fit:cover;
  aspect-ratio: 1;
}
.product_card .product_head .product_name {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 15px;
  margin: 10px 0 0;
  font-weight: 900;
}

.product_card .product_head .product_cat {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}

.product_card .price {
  font-size: 16px;
  color: var(--custom-primary);
  font-weight: 600;
  margin: 0 0 10px;
}

.product_card:hover {
  color: #000;
}

.product_card .btn {
  height: 30px;
}

.product_card .rating {
  text-align: center;
  margin-bottom: 0.7rem;
}

.product_card .rating .checked {
  color: var(--custom-secondary);
}

.blog_card {
  font-family: Lato;
  background-color: #fff;
  -webkit-box-shadow: 0em 0.15em 1em 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0em 0.15em 1em 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  height: 100%;
}

.blog_card .img_wrap {
  display: block;
  margin-bottom: 30px;
}

.blog_card .img_wrap:hover {
  opacity: 0.8;
}

.blog_card .img_wrap img {
  -o-object-fit: cover;
  object-fit: cover;
}

.blog_card .blog_body {
  padding: 12px 12px 0;
}

.blog_card .blog_body .blog_title {
  font-size: 22px;
  margin-bottom: 10px;
}

.blog_card .blog_body .blog_desc {
  font-size: 14px;
}

.blog_card .blog_body .read_more {
  display: block;
  padding: 12px 0;
  font-size: 14px;
  color: var(--custom-secondary);
}

@media (max-width: 575px) {
  .product_card .ribbon-tag {
    background-color: #fff;
    color: #000000;
    font-size: 13px;
    position: absolute;
    top: 15px;
    z-index: 1;
    letter-spacing: 0.5px;
    border: 2px solid #dbaf42;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 14px;
  }
  .product_card .product_head .product_name {
    font-weight: 400;
    margin-bottom: 3px;
  }
  .product_card .product_head .product_cat {
    color: var(--custom-secondary);
    font-weight: 400;
  }
}

footer .footer_top {
  padding: 30px 0 20px;
  font-family:Lato;
}

footer .footer_top .footer_logo {
  width: 100%;
  max-width: 160px;
  margin-bottom: 10px;
}

footer .footer_top .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

footer .footer_top .socials a {
  color: #fff;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  border: 0px solid #4064ac;
  border-radius: 0%;
  color: #ffffff;
  display: block;
  height: 32px;
  position: relative;
  width: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 5px;
}

footer .footer_top .socials .facebook {
  background-color: #4064ac;
}

footer .footer_top .socials .instagram {
  background: linear-gradient(
    45deg,
    #f09433 0,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}

footer .footer_top h3 {
  font-size: 18px;
  font-family: Lato;
  font-weight: 600;
  margin-bottom: 0;
  color:#fff;
}

footer .footer_top ul {
  font-family: Lato;
  padding: 20px 0 10px;
  font-size: 14px;
}

footer .footer_top ul li {
  margin-bottom: 8px;
}

footer .footer_top ul li a {
  color: #fff;
}

footer .footer_top ul li a:hover {
  color: var(--custom-secondary);
}

footer .footer_top .contact_footer li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

footer .footer_top .contact_footer li i {
  margin-top: 5px;
}

footer .footer_bot {
  background-color: #231f20;
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
  font-family: Lato;
}

footer .footer_bot .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footer_accordion {
  cursor: pointer;
  background-color: transparent;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #fff;
  padding: 0;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

/*footer .active,*/
/*footer .footer_accordion:hover {*/
/*  color: var(--custom-secondary);*/
/*}*/

footer .panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

footer .footer_accordion:after {
  content: "\f107";
  font-size: 13px;
  color: #fff;
  float: right;
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

footer .active:after {
  content: "\f106";
  /*color: var(--custom-secondary);*/
}

/* responsive lg */
@media (max-width: 992px) {
  footer .footer_top {
    padding: 30px 0 20px;
  }
  footer .footer_top .footer_logo {
    width: 100%;
    max-width: 160px;
    margin-bottom: 10px;
  }
  footer .footer_top .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  footer .footer_top .socials a {
    color: #fff;
    -webkit-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
    border: 0px solid #4064ac;
    border-radius: 0%;
    color: #ffffff;
    display: block;
    height: 32px;
    position: relative;
    width: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 5px;
  }
  footer .footer_top .socials .facebook {
    background-color: #4064ac;
  }
  footer .footer_top .socials .instagram {
    background: linear-gradient(
      45deg,
      #f09433 0,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%
    );
  }
  footer .footer_top h3 {
    font-size: 18px;
  }
  footer .footer_top ul {
    padding: 20px 0 10px;
  }
  footer .footer_top ul li {
    margin-bottom: 8px;
  }
  footer .footer_top ul li a {
    color: #fff;
  }
  footer .footer_top ul li a:hover {
    color: var(--custom-secondary);
  }
  footer .footer_top .contact_footer li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
  footer .footer_top .contact_footer li i {
    margin-top: 5px;
  }
  footer .footer_bot .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* responsive md */
/* responsive sm */
.modalStyle1 {
  font-family: Lato;
}

.modalStyle1 .modal-dialog {
  max-width: 700px;
}

.modalStyle1 .modal-dialog .modal-header {
  border-bottom: none;
  text-align: center;
  font-size: 23px;
  color: var(--custom-primary);
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.modalStyle1 .modal-dialog .modal-header h5 {
  font-family: Lato;
  font-weight: 900;
  font-size: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.modalStyle1 .modal-dialog .modal-header img {
  width: 100%;
  max-width: 46px;
}

.modalStyle1 .modal-dialog .modal-header .btn-close {
  position: absolute;
  float: right;
  right: 20px;
  top: 15px;
  opacity: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  font-size: 25px;
  background: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border:none;
}

.modalStyle1 .modal-dialog .modal-body p {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .modalStyle1 .modal-dialog .modal-header h5 {
    font-size: 18px;
  }
  .modalStyle1 .modal-dialog .modal-header img {
    width: 100%;
    max-width: 35px;
  }
  .modalStyle1 .modal-dialog .modal-header .btn-close {
    right: 13px;
    top: 5px;
  }
  .modalStyle1 .modal-dialog .modal-body p {
    margin-bottom: 0;
  }
}

.contact_us_page .contact_detail {
  font-family: Lato;
  margin: 1em auto 2em;
  text-align: center;
  font-size: 20px;
}

.contact_us_page .contact_detail i {
  font-size: 26px;
  color: #000;
  margin-right: 10px;
}

.contact_us_page .contact_detail a {
  color: #000;
}

.contact_us_page .map {
  height: 450px;
}

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

.contact_us_page .contact_wrap {
  width: 100%;
  max-width: 684px;
  margin: 2em auto;
}

@media (max-width: 768px) {
  .contact_us_page .contact_detail {
    font-size: 18px;
  }
  .contact_us_page .contact_detail i {
    font-size: 18px;
    color: #000;
    margin-right: 10px;
  }
  .contact_us_page .contact_detail a {
    color: #000;
  }
  .contact_us_page .map {
    height: 300px;
  }
}

.blog_detail {
  font-family: Lato;
}

.blog_detail .blog_detail_wrap {
  padding: 10px;
}

.blog_detail .blog_detail_wrap .blog_title {
  padding-left: 30px;
  font-size: 30px;
  margin-top: 20px;
  font-family: Lato;
  margin-bottom: 10px;
}

.blog_detail .blog_detail_wrap article {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 14px;
}

.blog_detail .blog_detail_wrap article a {
  color: var(--custom-secondary);
}

.blog_detail .blog_detail_wrap article a:hover {
  color: #000;
}

.blog_detail .blog_detail_wrap article p {
  line-height: 115%;
}

.blog_detail .blog_detail_wrap .tags {
  padding-bottom: 5px;
  border-bottom: 6px solid var(--custom-secondary);
}

.blog_detail .blog_detail_wrap .tags h2 {
  font-size: 27px;
  margin: 20px 0 10px;
}

.blog_detail .blog_detail_wrap .comment_section {
  font-size: 14px;
  margin: 24px auto 14px;
  max-width: 1056px;
  border: 1px solid #e8e8e8;
  padding: 10px;
}

.blog_detail .blog_detail_wrap .comment_section form .user_img img {
  margin-left: 50px;
}

.blog_detail .blog_detail_wrap .comment_section form .img_input {
  color: var(--custom-secondary);
}

.blog_detail .blog_detail_wrap .comment_section form .img_input .form-control {
  display: none;
}

.blog_detail .blog_detail_wrap .comment_section form .img_input label {
  cursor: pointer;
  position: relative;
}

.blog_detail .blog_detail_wrap .comment_section form .img_input label:hover {
  color: #000;
}

.blog_detail
  .blog_detail_wrap
  .comment_section
  form
  .img_input
  label:hover
  .tool-tip {
  opacity: 1;
  visibility: visible;
}

.blog_detail .blog_detail_wrap .comment_section .user_comments {
  padding: 0 15px;
}

.blog_detail .blog_detail_wrap .comment_section .user_comments .user_comment {
  margin-bottom: 10px;
}

.blog_detail .blog_detail_wrap .comment_section .user_comments .user_comment p {
  margin: 0;
}

.blog_detail .products_from_article {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 8px;
}

.products_from_article_carousel {
  margin: 0 0 60px;
  z-index: 1;
  border: 4px solid #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.products_from_article_carousel .product_card .img_wrap {
  display: block;
}

.products_from_article_carousel .product_card .img_wrap:hover {
  opacity: 0.8;
}

.products_from_article_carousel .product_card .img_wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.products_from_article_carousel .product_card .product_body {
  margin-bottom: 20px;
}

.products_from_article_carousel
  .product_card
  .product_body
  .product_head
  .product_name {
  color: #000;
  text-align: center;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}

.products_from_article_carousel
  .product_card
  .product_body
  .product_head
  .product_cat {
  font-weight: 400;
}

@media (max-width: 575px) {
  .blog_detail {
    font-family: Lato;
  }
  .blog_detail .blog_detail_wrap {
    padding: 10px;
  }
  .blog_detail .blog_detail_wrap .blog_title {
    font-size: 24px;
  }
}

.brand {
  font-family: Lato;
}

.brand .section_title h3 {
  font-family: Lato;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 27px;
}

.brand .review-box {
  background-color: #fdf1f1;
  max-width: 1099.8px;
  margin: 2em auto;
}

.brand .review-box .customer-title {
  color: #040404;
  font-family: Alegreya MD IT;
  font-size: 44px;
  letter-spacing: 1px;
  text-align: center;
}

.brand .review-box .customer-review {
  color: #000000;
  font-family: Alegreya Sans IT;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 10px;
  width: 72%;
  text-align: left;
  margin: 0 auto;
  font-style: italic;
}

.brand .review-box .customer-img {
  margin: 20px;
}

.brand .review-box .customer-img img {
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .brand .review-box {
    padding: 10px;
  }
  .brand .review-box .customer-title {
    font-size: 22px;
  }
  .brand .review-box .customer-review {
    font-size: 18px;
    width: 100%;
    line-height: 23px !important;
    text-align: center !important;
  }
  .brand .review-box .customer-img {
    margin: 20px;
  }
  .brand .review-box .customer-img img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 575px) {
  .brand {
    font-family: Lato;
  }
  .brand .section_title {
    padding: 0;
  }
  .brand .section_title h3 {
    font-family: Alegreya Heavy;
    font-size: 17px;
    padding-bottom: 10px;
    text-align: start;
    margin-left: 0;
    border-bottom: 1px solid #fec3c2;
    letter-spacing: 0px;
    width: 100%;
  }
  .brand .section_title::before {
    display: none;
  }
  .brand .review-box {
    background-color: #fdf1f1;
    max-width: 1099.8px;
    margin: 2em auto;
  }
  .brand .review-box .customer-title {
    color: #040404;
    font-family: Alegreya MD IT;
    font-size: 22px;
    letter-spacing: 1px;
    text-align: center;
  }
  .brand .review-box .customer-review {
    color: #000000;
    font-family: Alegreya Sans IT;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 10px;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    font-style: italic;
  }
  .brand .review-box .customer-img {
    margin: 20px;
  }
  .brand .review-box .customer-img img {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

a {
  text-decoration: none !important;
}

.link {
  color: var(--custom-secondary);
}

.link:hover {
  color: #000;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  font-family: Lato;
}

.container {
  max-width: 1170px;
}

.rating .checked {
  color: var(--custom-secondary);
}

.search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:100%;
  justify-content: center;
}

.search_form .form-control {
  background-color: transparent;
  border-radius: 0;
  border: 1px solid #dbaf42;
  color: #fff;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 6px 12px;
  line-height: 1.42857143;
  width: 100%;
    max-width: 352px;
}

.search_form .form-control::-webkit-input-placeholder {
  font-size: 12px;
  color: #aeaeae;
}

.search_form .form-control:-ms-input-placeholder {
  font-size: 12px;
  color: #aeaeae;
}

.search_form .form-control::-ms-input-placeholder {
  font-size: 12px;
  color: #aeaeae;
}

.search_form .form-control::placeholder {
  font-size: 12px;
  color: #aeaeae;
}

.search_form .btn {
  width: 40px;
}

.section_title {
  padding: calc(1em + 10px) 1em;
  position: relative;
  z-index: 1;
}

.section_title h3 {
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  background-color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 1.2em;
  margin-inline: auto;
  letter-spacing:2px;
  font-family: Lato;
}

.section_title::before {
  content: "";
  height: 2px;
  background-color: #fec3c2;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: translate(0, -200%);
  transform: translate(0, -200%);
}

.carousel_style_1 {
  overflow: hidden;
}

.carousel_style_1:hover .splide__arrow--prev {
  left: 0 !important;
  opacity: 1 !important;
}

.carousel_style_1:hover .splide__arrow--next {
  right: 0 !important;
  opacity: 1 !important;
}

.carousel_style_1 .splide__arrows .splide__arrow {
  background-color: transparent;
  font-size: 26px;
  color: #ff7a7a;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.carousel_style_1 .splide__arrows .splide__arrow--prev {
  left: -10%;
}

.carousel_style_1 .splide__arrows .splide__arrow--next {
  right: -10%;
}

.carousel_style_1 .product_body  .btn {
       padding: 6.5px 6px;
}

.cat_filter {
  font-family: Lato;
  font-size: 14px;
}

.cat_filter a {
  color: var(--custom-secondary);
}

.cat_filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 10px 0;
    overflow-x: scroll;
}

.cat_filter ul li {
  width: 100%;
  text-align: center;
   min-width: 150px;
}

.cat_filter ul li:not(:last-child) {
  border-right: 1px solid #dbaf42;
  -webkit-transform: skew(-25deg);
  transform: skew(-25deg);
}

.cat_filter ul li:not(:last-child) a {
  display: block;
  -webkit-transform: skew(25deg) !important;
  transform: skew(25deg) !important;
}
 .cat_filter ul::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }
  .cat_filter ul::-webkit-scrollbar-thumb,
  .cat_filter ul ::-webkit-scrollbar-thumb:hover {
    width: 20px !important;
    background-color: #dbaf42 !important;
  }
.listing_product .container {
  padding-block: 15px;
}

.listing_product .product_card img:hover {
  opacity: 0.8;
}

.detail {
  font-family: Lato;
  background-color: var(--custom-white);
}

.detail .container {
  padding-block: 3rem;
}

.detail .product_info .product_preview {
  position: relative;
}

.detail .product_info .product_preview .main_thumbnail {
  border: 1px solid var(--custom-secondary);
  padding: 4px;
}

.detail .product_info .product_preview .main_thumbnail img {
  margin-bottom: 50px;
}

.detail .product_info .product_preview .additional_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.detail .product_info .product_preview .additional_images img {
  width: 100%;
  max-width: 80px;
  border-radius: 50%;
  border: 1px solid #dbaf42;
  background-color: #fff;
  object-fit: cover;
    aspect-ratio: 1;
}

.detail .product_info .shippinddeliverybox {
  background: #f3f4f6;
  padding: 7.5px;
  border: 1px solid #ceced0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--custom-primary);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.detail .product_info .shippinddeliverybox .box_btn {
  width: 100%;
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  cursor: pointer;
}

.detail .product_info .shippinddeliverybox .box_btn:hover {
  color: #000;
}

.detail .product_info .shippinddeliverybox .box_btn img {
  width: 100%;
  max-width: 40px;
}

.detail .product_info .product_details {
  padding: 0 15px;
}
.detail .product_info .product_details .rating  {
    margin-right:5px;
}
.detail .product_info .product_details a{
    color:#000;
}

.detail .product_info .product_details .product_title {
  font-size: 24px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.detail .product_info .product_details .product_short_desc {
  font-size: 15px;
  margin-bottom: 10px;
}

.detail .product_info .product_details .product_desc {
  font-size: 14px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.detail .product_info .product_details .product_price {
  font-size: 27px;
  margin: 20px 0 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.detail .product_info .product_details .options h3 {
  margin: 20px 0;
  font-size: 21px;
}

.detail .product_info .product_details .options .form_wrap {
  font-size: 14px;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.detail .product_info .product_details .options .form_wrap .btn {
  border: 1px solid #000;
  /*padding: 7px 12px;*/
  margin: 2px;
  font-size: 12px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-left:15px;
}

.detail .product_info .product_details .options .form_wrap .btn:hover {
  background-color: var(--custom-primary);
  color: #fff;
  border-color: var(--custom-primary);
}

.detail
  .product_info
  .product_details
  .options
  .form_wrap
  .btn:hover
  .tool-tip {
  opacity: 1;
  visibility: visible;
}

.detail .product_info .product_details .options .form_wrap .btn .tool-tip {
  position: absolute;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 3px 6px;
  font-size: 10px;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: hidden;
}

.detail
  .product_info
  .product_details
  .options
  .form_wrap
  .btn
  .tool-tip::before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top: 5px solid #000;
}

.detail .product_info .product_details .options .form_wrap .btn.active {
  background-color: var(--custom-primary);
  color: #fff;
  border-color: var(--custom-primary);
}

.detail .product_info .product_details .options .form_wrap .quantity_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  height: 36px;
}

.detail
  .product_info
  .product_details
  .options
  .form_wrap
  .quantity_wrap
  .minus_btn,
.detail
  .product_info
  .product_details
  .options
  .form_wrap
  .quantity_wrap
  .plus_btn {
  padding: 7px 5px;
  border: 1px solid #000;
  cursor: pointer;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.detail
  .product_info
  .product_details
  .options
  .form_wrap
  .quantity_wrap
  .quantity {
  border: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 16px;
  max-width: 50px;
}

.detail .product_info .product_details .options .btn_wrap {
  
  padding-top: 10px;
}

.detail .product_info .product_details .buyonegetone {
  font-size: 14px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.detail .review_section {
  font-size: 14px;
}

.detail .review_section .reviews {
  border-bottom: 1px solid #fec3c2;
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.detail .review_section .review_wrap .product_review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.detail .review_section .review_wrap .product_review .author {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  padding: 8px;
}

.detail .review_section .review_wrap .product_review .author h5 {
  font-size: 14px;
  margin-bottom: 2px;
}

.detail .review_section .review_wrap .product_review .review {
  padding: 8px;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}

.detail .review_section .review_wrap .product_review .review p {
  margin-bottom: 0;
}

.detail .review_form_section {
  font-size: 14px;
}

.detail .review_form_section .wrapper {
  width: 100%;
  max-width: 778px;
  margin: 0 auto;
}

.detail .review_form_section .wrapper .form_wrap .form-control {
  font-size: 12px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
}

.detail
  .review_form_section
  .wrapper
  .form_wrap
  .form-control::-webkit-input-placeholder {
  font-size: 12px;
}

.detail
  .review_form_section
  .wrapper
  .form_wrap
  .form-control:-ms-input-placeholder {
  font-size: 12px;
}

.detail
  .review_form_section
  .wrapper
  .form_wrap
  .form-control::-ms-input-placeholder {
  font-size: 12px;
}

.detail .review_form_section .wrapper .form_wrap .form-control::placeholder {
  font-size: 12px;
}

.detail .review_form_section .wrapper .btn {
  padding: 10px 16px;
  letter-spacing: 1px;
}

.detail .review_form_section .wrapper .rating_form {
  color: #bbb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 5px;
  margin-bottom: 15px;
}

.detail .review_form_section .wrapper .rating_form label {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.detail .review_form_section .wrapper .rating_form > input:checked ~ label {
  color: var(--custom-secondary);
}

.detail .review_form_section .wrapper .rating_form:not(:checked) > label:hover,
.detail
  .review_form_section
  .wrapper
  .rating_form:not(:checked)
  > label:hover
  ~ label {
  color: var(--custom-secondary);
}

.detail
  .review_form_section
  .wrapper
  .rating_form
  > input:checked
  + label:hover,
.detail
  .review_form_section
  .wrapper
  .rating_form
  > input:checked
  + label:hover
  ~ label,
.detail
  .review_form_section
  .wrapper
  .rating_form
  > input:checked
  ~ label:hover,
.detail
  .review_form_section
  .wrapper
  .rating_form
  > input:checked
  ~ label:hover
  ~ label,
.detail
  .review_form_section
  .wrapper
  .rating_form
  > label:hover
  ~ input:checked
  ~ label {
  color: var(--custom-secondary);
}

h1.title_head {
  font-family: Cagliari;
  margin-bottom: 10px;
  font-size: 30px;
  text-align: center;
  color: var(--custom-primary);
}
.page__title{
    font-family: Cagliari;
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
  color: var(--custom-primary);
}

h3.title_head {
  margin-bottom: 10px;
  font-size: 24px;
  padding: 20px 0;
  text-align: center;
  color: var(--custom-primary);
}

.form_wrap .form-control {
  font-size: 12px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
}

.form_wrap .form-control::-webkit-input-placeholder {
  font-size: 12px;
}

.form_wrap .form-control:-ms-input-placeholder {
  font-size: 12px;
}

.form_wrap .form-control::-ms-input-placeholder {
  font-size: 12px;
}

.form_wrap .form-control::placeholder {
  font-size: 12px;
}

.tool-tip {
  position: absolute;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 3px 6px;
  font-size: 10px;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: hidden;
}

.tool-tip::before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top: 5px solid #000;
}

.breadcrumb {
  margin: 0;
  padding-bottom: 30px;
  padding-top:0;
}

.breadcrumb .custom-bg-primary {
  padding: 14px;
}

.breadcrumb h1 {
  font-family: Cagliari;
  font-size: 30px;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0;
}

.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-block: 10px;
  gap: 16px;
  font-size: 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagination .page-item .page-link {
  color: var(--custom-primary);
}

.pagination .active .page-link {
  background-color: var(--custom-primary);
  border-color: var(--custom-primary);
  color: #fff;
}

.faq_section {
  font-family: Lato;
}

.faq_section .container {
  padding: 2em;
}

.faq_section .container .faq h4 {
  margin: 15px 0 10px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
}

.faq_section .container .faq .faq_div {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin: 1em 0 2em;
}

.faq_section .container .faq .faq_div p {
  margin: 0;
  font-size: 14px;
  line-height: 26px;
}

.faq_section .container .faq .faq_div p:not(:last-of-type) {
  margin-bottom: 2em;
}

.faq_section .container .faq .faq_div p a {
  color: var(--custom-secondary);
}

.search_section {
  font-family: Lato;
}

.search_section h3.title_head {
  font-size: 30px;
}

.price.price_discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price.price_discount span {
  text-decoration: line-through;
  margin-right: 8px;
  font-size: 12px;
  font-weight: 500;
}

/* responsive xl */
@media (max-width: 1199px) {
  .container {
    max-width: 970px;
  }
}

/* responsive lg */
@media (max-width: 992px) {
  .container {
    max-width: 750px;
  }
  .overflow__hidden {
    overflow: hidden;
  }
  .detail .product_info .product_preview .main_thumbnail img {
    margin-bottom: 0;
  }
  .detail .product_info .product_preview .additional_images {
    position: static;
    top: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    margin-top: 20px;
  }
  .detail .product_info .product_preview .additional_images img {
    width: 100%;
    max-width: 58px;
    border-radius: 50%;
    border: 1px solid #dbaf42;
    background-color: #fff;
  }
}

/* responsive md */
@media (max-width: 768px) {
  .cat_filter ul {
    overflow-x: scroll;
  }
  .cat_filter ul li {
    min-width: 150px;
  }
 
  .detail .product_info .shippinddeliverybox {
    background: #f3f4f6;
    padding: 7.5px;
    border: 1px solid #ceced0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: var(--custom-primary);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .detail .product_info .shippinddeliverybox .box_btn {
    width: 100%;
    text-align: start;
    padding: 10px 0;
  }
  .detail .product_info .shippinddeliverybox .box_btn:first-of-type {
    border-bottom: 1px dotted var(--custom-primary);
  }
  .detail .product_info .product_details .product_title {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .detail .product_info .product_details .product_short_desc {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .detail .product_info .product_details .product_desc {
    font-size: 14px;
  }
  .detail .product_info .product_details .product_price {
    font-size: 27px;
    margin: 20px 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
  }
  .detail .product_info .product_details .options h3 {
    margin: 20px 0;
    font-size: 21px;
  }
  .detail .product_info .product_details .options .form_wrap {
    font-size: 14px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .detail .product_info .product_details .options .form_wrap .btn {
    border: 1px solid #000;
    /*padding: 7px 12px;*/
    margin: 2px;
    font-size: 12px;
    position: relative;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .detail .product_info .product_details .options .form_wrap .btn:hover {
    background-color: var(--custom-primary);
    color: #fff;
    border-color: var(--custom-primary);
  }
  .detail
    .product_info
    .product_details
    .options
    .form_wrap
    .btn:hover
    .tool-tip {
    opacity: 1;
    visibility: visible;
  }
  .detail .product_info .product_details .options .form_wrap .btn .tool-tip {
    position: absolute;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 3px 6px;
    font-size: 10px;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: hidden;
  }
  .detail
    .product_info
    .product_details
    .options
    .form_wrap
    .btn
    .tool-tip::before {
    content: "";
    position: absolute;
    top: 99%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top: 5px solid #000;
  }
  .detail .product_info .product_details .options .form_wrap .btn.active {
    background-color: var(--custom-primary);
    color: #fff;
    border-color: var(--custom-primary);
  }
  .detail .product_info .product_details .options .form_wrap .quantity_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .detail
    .product_info
    .product_details
    .options
    .form_wrap
    .quantity_wrap
    .minus_btn,
  .detail
    .product_info
    .product_details
    .options
    .form_wrap
    .quantity_wrap
    .plus_btn {
    padding: 7px 5px;
    border: 1px solid #000;
    cursor: pointer;
    width: 30px;
  }
  .detail
    .product_info
    .product_details
    .options
    .form_wrap
    .quantity_wrap
    .quantity {
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    font-size: 16px;
    max-width: 50px;
  }
  h1.title_head {
    font-family: Cagliari;
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
    color: var(--custom-primary);
    font-style: italic;
  }
  h3.title_head {
    margin-bottom: 10px;
    font-size: 24px;
    padding: 20px 0;
    text-align: center;
    color: var(--custom-primary);
  }
}

/* responsive sm */
@media (max-width: 575px) {
  .section_title h3 {
    font-size: 18px;
    padding: 0 0.5em;
  }
  .carousel_style_1 .splide__arrows .splide__arrow {
    opacity: 1;
  }
  .carousel_style_1 .splide__arrows .splide__arrow--prev {
    left: 0%;
  }
  .carousel_style_1 .splide__arrows .splide__arrow--next {
    right: 0%;
  }
  .brand_carousel .splide__slide img {
    border: 1px solid #dddddd47;
  }
  .detail .review_section .review_wrap {
    margin-bottom: 20px;
  }
  .detail .review_section .review_wrap .product_review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .detail .review_section .review_wrap .product_review .author {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 8px;
  }
  .detail .review_section .review_wrap .product_review .author h5 {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .detail .review_section .review_wrap .product_review .review {
    padding: 8px;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
  .detail .review_section .review_wrap .product_review .review p {
    margin-bottom: 0;
  }
  .faq_section .container {
    padding: 1em;
  }
  .faq_section .container .section_title {
    padding: 10px 0;
  }
  .faq_section .container .faq h4 {
    margin: 15px 0 10px;
    font-size: 15px;
  }
  .faq_section .container .faq .faq_div {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin: 1em 0 2em;
  }
  .faq_section .container .faq .faq_div p {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
  }
  .faq_section .container .faq .faq_div p a {
    color: var(--custom-secondary);
  }
  .faq_section .container .faq li:first-of-type h4 {
    margin: 0px 0 10px;
  }
  .search_section {
    font-family: Lato;
  }
  .search_section h3.title_head {
    padding-top: 0;
    font-size: 20px;
  }
  .breadcrumb {
  padding-inline:0;
}
}
/*# sourceMappingURL=main.css.map */

/* SIDE CART  */
.xoo-wsc-modal {
  font-family: Lato !important;
}
.xoo-wsc-modal .xoo-wsc-header .xoo-wsch-top {
  justify-content: flex-start;
}
.xoo-wsc-modal .xoo-wsc-header .xoo-wscb-icon {
  font-size: 25px;
}
.xoo-wsc-modal .xoo-wsc-header .xoo-wscb-count {
  font-size: 13px;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}
.xoo-wsc-modal .xoo-wsc-header .xoo-wsch-top .xoo-wsch-basket,
.xoo-wsc-modal .xoo-wsc-header .xoo-wsch-top .xoo-wsch-text {
  font-size: 15px;
}
.xoo-wsc-modal .xoo-wsc-product .xoo-wsc-img-col {
  width: 60px;
}
.xoo-wsc-modal .xoo-wsc-pname{
  line-height: 1;
  margin-bottom: 5px;
}
.xoo-wsc-modal .xoo-wsc-pname a {
  font-weight: 400;

}
.xoo-wsc-modal .xoo-wsc-pname a,
.xoo-wsc-modal .xoo-wsc-qty-price,
.xoo-wsc-modal .amount {
  font-size: 14px !important;
}

.xoo-wsc-modal .xoo-wsc-ft-btn-continue{
        grid-column: span 2;
}
.xoo-wsc-modal .xoo-wsc-ft-buttons-cont {
    grid-template-columns: repeat(1,1fr);
    font-size:16px;
}
.xoo-wsc-modal .xoo-wsc-footer{
    font-size:16px;
}




.site-main{
    padding:2.5rem 0;
    font-family: Lato;
    min-height: 49.3vh;
}
@media (max-width: 575px){
    .site-main{
    padding:14px 0;
    }.page__title{
     
      font-size: 18px;
    }
}


/*CART PAGE */
.cart thead{
    display:none;
}
table:not( .has-background ) tbody td{
    background-color: #fff;
}
.cart .product-thumbnail{
        width: 133px;
        text-align:center;
}
.cart .product-thumbnail img{
        width: 90px;
}
.cart .product-name a{
   
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
}
 .woocommerce-cart-form{
     font-size:14px;
}
.cart .cart_item:first-of-type{
    border-top:1px solid #eee;
}
.cart .cart_item{
    border-bottom:1px solid #eee;
}
table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend {
 background-color: #fff;
}
.cart .cart_btn_wrap td{
    padding: 20px 0 ;
    text-align:end;
}
  .cart .cart_item .product-remove a{
    color:var(--custom-primary);   
  }
  
  
  
.cart .form_wrap  {
      align-items: center;
}
.cart
  .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  height: 36px;
    margin-left:15px;
}

.cart
  .quantity .button  {
  padding: 7px 5px;
  border: 1px solid #000;
  cursor: pointer;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
    background: #fff;
    color: #000 !important;
}

.cart
  .quantity .amount{
  border: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 16px;
  max-width: 50px;
}
/*CART GRID */

@media (max-width:768px){
    .cart .cart_item{
        display:grid;
        grid-template-columns: repeat(12,auto);
        grid-template-rows: repeat(6,30px);
            padding: 15px 0;
    }
      .cart .cart_item .product-thumbnail{
            grid-column: 1/2;
            grid-row: 1/4;
      }
        .cart .cart_item .product-name {
            grid-column: 2/8;
            grid-row: 1/3;
            display:flex;
            align-items:center;
        }
        .cart .cart_item .product-name a{
              overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
        }
        .cart .cart_item .product-price {
            grid-column: 2/8;
            grid-row: 3/4;
        }
        .cart .cart_item .product-quantity {
              grid-column: 2/8;
                grid-row: 4/6;
                 display: flex;
                 align-items:center;
        }
            .cart .cart_item .product-quantity  h3{
                display:none !important;
            }
        .cart .cart_item .product-subtotal{
             grid-column: 2/8;
                grid-row: 6/7;
                    display: flex;
    align-items: center;
        }
        .cart .cart_item .product-remove{
            grid-column: 8/12;
                grid-row: 1/3;
                  display:flex;
            align-items:center;
        }
        
  .cart .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    height:29px;
  }
  .cart
    .form_wrap
    .quantity_wrap
    .minus_btn,
  .cart
    .form_wrap
    .quantity_wrap
    .plus_btn {
    padding: 7px 5px;
    border: 1px solid #000;
    cursor: pointer;
    width: 30px;
  }
  .cart
    .form_wrap
    .quantity_wrap
    .quantity {
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
    font-size: 16px;
    max-width: 50px;
  }
}


/*COUPON */
.woocommerce-form-coupon-toggle .showcoupon{
color:var(--custom-secondary);   
}

.checkout_coupon  .update_coupon_div{
        display: flex;
    align-items: center;
}
.checkout_coupon  .update_coupon_div button{
    height:40px;
}

/*BILLING */

#customer_details  .input-text {
  font-size: 12px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 30px;
    border: 1px solid #aaa;
}

#customer_details .input-text::-webkit-input-placeholder ,

#customer_details .input-text:-ms-input-placeholder ,

#customer_details .input-text::-ms-input-placeholder ,

#customer_details .input-text::placeholder {
  font-size: 12px;
}

.woocommerce-billing-fields__field-wrapper,.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    column-gap: 25px;
    row-gap: 15px;
    font-size:14px;
}
.woocommerce-billing-fields__field-wrapper .form-row,.woocommerce-shipping-fields .form-row{
        display: grid;
    gap: 5px;
    margin:0;
}
@media (max-width:575px)
{
   .woocommerce-billing-fields__field-wrapper,.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper{
    grid-template-columns: repeat(1,1fr);
} 
}
.woocommerce-billing-fields__field-wrapper .form-row .select2-selection,.woocommerce-shipping-fields .form-row .select2-selection{
    border-radius:0;
}
    
.woocommerce-billing-fields__field-wrapper .form-row .input-text,.woocommerce-shipping-fields .form-row .input-text{
    width:100%;
    padding-inline:10px
}

.woocommerce-additional-fields__field-wrapper .form-row{
    display:grid;
}
.woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper{
    margin-top: 20px;
    
}
.woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea{
        padding:12px;
        width: 100%;
    height: 200px !important;
}
#customer_details .woocommerce-invalid input,
#customer_details .woocommerce-invalid .select2-selection {
    border-color: #ff0000;
}


/*.checkout .woocommerce-error{*/
/*    display:none;*/
/*}*/

.your_order_wrap .woocommerce-checkout-review-order{
        border:1px solid #ddd;
        border-radius:5px;
        padding:20px;
}
.your_order_wrap .woocommerce-privacy-policy-link{
    color:var(--custom-secondary);
}
.your_order_wrap .woocommerce-checkout-review-order-table{
    width:100%;margin: 0 0 25px 0;
}
.your_order_wrap .woocommerce-checkout-review-order-table tr{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0;
    align-items:center;
        font-size: 15px;
}
    
.your_order_wrap .woocommerce-checkout-review-order-table tr th{ 
    background-color:#fff;
    
}
.your_order_wrap .woocommerce-checkout-payment{
        font-size:14px;
}    


/*ORDER RECEIVED */
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
    text-align:center;
        font-size: 25px;
    font-style: italic;
    margin: 0 0 30px 0;
}

.cs-order-details,.woocommerce-order-details,.woocommerce-customer-details {
    font-size:14px;
}
.woocommerce-order-details{
        margin: 40px 0;

}
.woocommerce-order-details__title{
        color: var(--custom-primary);
            margin: 0 0 25px 0;
            text-align:center;
                border-bottom: 2px solid;
    border-top: 2px solid;
    padding: 10px 0;

}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details{
    width:100%;
    margin-bottom:30px;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr td,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr th{
        padding: 8px 0;
}
.woocommerce-order-details .woocommerce-table--order-details{
    border: 1px solid #eee;
    border-radius:5px;
    line-height: 2.45;
    height: 100%;

}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details thead{
        border-bottom: 1px solid #eee;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr th,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr td{
      padding: 10px 15px;
      line-height:normal;
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr th
{
    background-color:#fff;
    
}
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details a{
    color:var(--custom-secondary);
}
.woocommerce-customer-details .woocommerce-column__title{
        color: var(--custom-primary);
    margin: 0 0 25px 0;
    text-align: center;
    border-bottom: 2px solid;
    border-top: 2px solid;
    padding: 10px 0;
    font-size:1.5rem;
}
.woocommerce-customer-details address p{
    margin:0;
}
.woocommerce-customer-details address{
        border: 1px solid #eee;
    padding: 15px;
    line-height: 2.45;
    height:100%;
    
}
.woocommerce-customer-details .woocommerce-column{
       display: flex;
    flex-direction: column;
}
.woocommerce-error a{
    color:var(--custom-secondary);
}


/*LOGIN */
#post-10 .page__title.single__page{
    display:none;
}
.or {
    margin: 10px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}.or::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 1px;
    background-color: #eee;
}
.or span{
        background-color: #fff;
    padding: 0 12px;
}
.auth_wrapper{
        max-width: 684px;
    margin-inline: auto;
}

/*PRODUCT */
.woocommerce-Reviews .woocommerce-Reviews-title{
    border-bottom: 1px solid #fec3c2;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;

}

.woocommerce-Reviews .woocommerce-noreviews{
        border: 1px solid #eaeaea;
    padding: 10px;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 2px;

}


.woocommerce-Reviews .comment-respond{
    position:relative;
}
.woocommerce-Reviews .comment-reply-title{
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    background-color: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 1.2em;
    margin-inline: auto;
    font-family: Lato;
    width: 100%;
    display: block;
    padding: 20px calc(1em + 10px) 1em;
    position: relative;
    z-index: 1;
    
}
.woocommerce-Reviews .comment-reply-title::before{
          content: "";
  height: 2px;
  background-color: #fec3c2;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: translate(0, -200%);
  transform: translate(0, -200%);
}
.woocommerce-Reviews .comment-reply-title::after{
    content: "";
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0%;
  left: 50%;
  right: 0;
  min-width:230.8px;
  max-width: 274px;
  z-index: -1;
  transform:translate(-50%,0);
}

@media(max-width:575){
   .woocommerce-Reviews .comment-reply-title{
    font-size: 18px;
 
} 
}
.woocommerce-Reviews .comment-notes{
    text-align:center;
}
.woocommerce-Reviews .comment-form{
      max-width: 778px;
    margin-inline: auto;
}

.woocommerce-Reviews .comment-form input:not(input[type=checkbox], input[type=submit]),
.woocommerce-Reviews .comment-form textarea{
  font-size: 12px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  border:1px solid #ccc;
  width:100%;
  padding-inline:10px;
}
.woocommerce-Reviews .comment-form textarea{
    height:99.7px;
    width:100%;
    padding:10px;
}

.woocommerce-Reviews .comment-form-comment ,
.woocommerce-Reviews .comment-form-author,
.woocommerce-Reviews .comment-form-email
{
    display:flex;
    justify-content:center;
    flex-direction:column;
    margin-top:15px;
        font-size: 14px;
        gap:10px;
}
.woocommerce-Reviews .comment-form input[type=submit]{
    font-size:14px;
    -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: Lato;
  font-size: 14px;
   padding: 7px 12px;
     background-color: var(--custom-primary);
  color: #fff;
  letter-spacing: 1px;
 border: 1px solid var(--custom-primary);
 display:block;
 margin-inline:auto;
}

.woocommerce-Reviews .comment-form input[type=submit]:hover{
     color: #fff;
  background-color: #000; border-color: #000;
}
.woocommerce-Reviews .comment-form-cookies-consent{
     display:flex;
    align-items:center;
    gap:15px
}

.comment-form-rating label{
    font-size:14px;
}

.comment-form-rating {
    display:flex;
    gap:10px;
}
.comment-form-rating .stars {
    margin:0;
    
}
.comment-form-rating .stars span{
  color: #bbb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-orient: horizontal;*/
  /*-webkit-box-direction: reverse;*/
  /*-ms-flex-direction: row-reverse;*/
  /*flex-direction: row-reverse;*/
  gap: 5px;
      font-size: 0;
}

.comment-form-rating .stars.selected span a{
    color:var(--custom-secondary);
    
}
.comment-form-rating .stars span a {
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color:#bbb;
  /*font-size:0;*/
}
.comment-form-rating .stars span a::before {
    content: "\f004";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    font-size:14px;
}
.comment-form-rating .stars span a {

}
.comment-form-rating .stars span > a.active ~ a {
  color: #bbb;
}

.comment-form-rating .stars span a:hover{
     color: var(--custom-secondary);
}
.comment-form-rating .stars  :hover a   {
     color: var(--custom-secondary);
}
.comment-form-rating .stars span a:hover ~ a {
  color: #bbb;
}

.comment-form-rating .stars span a.active{
    color: var(--custom-secondary);
}

.comment-form-rating .stars span a.active ~ a:hover {
  color: var(--custom-secondary);
}




/*COMMIT */
.commentlist{
    list-style:none;
    padding:0;
    margin:0;
}
.comment_container{
    display:flex;
    gap:20px;
    padding:10px 0;
}
.comment_container .avatar{
    width:60px;
    height:60px;
    object-fit:cover;
}


.commentlist .review:not(:last-of-type){
    border-bottom:1px solid #ccc;
        padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}



.comment_container .description p{
    margin:0;
}
.comment_container .star-rating,
.comment_container .meta
{
    font-size:14px;
    margin-bottom:0px;
}
@media (max-width:575px){
    .comment_container{
        flex-direction:column;  gap:10px;
    }
}


.woocommerce-MyAccount-navigation{
        flex-basis: 30%;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
    margin-bottom:10px;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a{
    border: 1px solid var(--custom-primary);
    color: var(--custom-primary);
    font-size: 16px;
    transition: 0.3s;
    display: flex;
    padding: 10px;
    align-items: center;
    gap:5px;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover{
        background: var(--custom-primary);
          color: #fff;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
      background: var(--custom-primary);
         color: #fff;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a:hover{
     border: 1px solid #fff;
}
.woocommerce-MyAccount-content{

        flex-basis: 70%;
}
.woocommerce-MyAccount-content a{
    color:var(--custom-secondary);
}
.woocommerce-MyAccount-content a:hover{
    color: #000;
}
.woocommerce-MyAccount-content input:not(input[type=submit],input[type=checkbox]),
.woocommerce-MyAccount-content .select2-selection--single
{
  font-size: 12px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  border:1px solid #ccc;
  width:100%;
  padding-inline:10px;
  border-radius:0 !important;
}


    
.button,.button.alt,.wc-backward{
     -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: Lato;
  font-size: 14px;
   padding: 7px 12px;
     background-color: var(--custom-primary);
  color: #fff !important;
  letter-spacing: 1px;
 border: 1px solid var(--custom-primary);
}
.button:hover,.button.alt:hover,.wc-backward:hover{
     color: #fff;
  background-color: #000; border-color: #000;
}
.woocommerce-MyAccount-content .woocommerce-message {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap:wrap;
}

/*LABELS */
.woocommerce-MyAccount-content .woocommerce-EditAccountForm.edit-account label
,.woocommerce-MyAccount-content .woocommerce-address-fields label{
    font-size: 14px;
    margin: 0 0 10px;
}
.woocommerce-error{
        margin: 20px 0;
        font-size:14px;
}
.woocommerce-error li{
    background: #dc3545;
    color: #fff !important;
    padding: 10px 10px;
    margin: 0 0 10px;
}
.woocommerce-MyAccount-content .dashboard_welcome strong {
    color:var(--custom-primary);
}
.woocommerce-MyAccount-content .woocommerce-form-row span {
    font-size:12px;
}.woocommerce-MyAccount-content .woocommerce-form-row #account_display_name {
   margin: 0 0 10px 0;
}
.woocommerce-MyAccount-content legend,.woocommerce-MyAccount-content h3{
        border-bottom: 1px solid var(--custom-primary);
    padding: 10px 0;
    color: var(--custom-primary);
    border-top: 1px solid var(--custom-primary);
        margin-top: 20px;
        margin-bottom:25px;
}
    
.logged-in.theme-perfectpets.page-id-10  .woocommerce{
    display:flex;
    gap:20px;
}
@media (max-width:992px){
.logged-in.theme-perfectpets.page-id-10  .woocommerce{
    flex-direction:column;
}
}
/*#register */
#post-850  input {
  font-size: 12px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
}

#post-850 .btn-default{
     -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: Lato;
  font-size: 14px;
   padding: 7px 12px;
     background-color: var(--custom-primary);
  color: #fff !important;
  letter-spacing: 1px;
 border: 1px solid var(--custom-primary);
}
#post-850 .btn-default:hover{
     color: #fff;
  background-color: #000; border-color: #000;
}
#post-850 .erf-content-above{
        font-size: 18px;
    text-align: center;
}

#post-850 label{
    margin-bottom:8px;
    font-size:14px;
}
#post-850 .erf-reg-form-container{
        max-width: 684px;
    margin-inline: auto;
}
#post-850 .erf-form-html input{
    border-radius:0 !important;
}
.woocommerce-MyAccount-content  h3{
    margin-top:0;
}
.woocommerce-MyAccount-content .woocommerce-Addresses h3{
    margin-top:20px;
}
.woocommerce-MyAccount-content .woocommerce-Addresses .edit{
        margin-bottom: 15px;
    display: block;
    width:max-content;
}
.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper{
        display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap:1rem;
    column-gap: 20px;
    align-items: center;
     margin-bottom:20px;
}

.woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper p{
    margin-bottom:0 !important;
        display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height:100%;
}
.woocommerce-MyAccount-content  .woocommerce-message {
    margin-bottom:10px;
}
.woocommerce-MyAccount-content  .woo-account_wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    row-gap:1rem;
    column-gap: 20px;
    align-content: flex-end;
     margin-bottom:20px;
}
@media(max-width:575px){
    .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper{
    grid-template-columns: repeat(1,1fr);
    }
    .woocommerce-MyAccount-content  .woo-account_wrapper {
         grid-template-columns: repeat(1,1fr);
    }
}
.woocommerce-MyAccount-content  .woo-account_wrapper p{
    margin:0;
}
.woocommerce-password-strength{
    margin-top:10px;
}
.woocommerce-password-strength.bad,
.woocommerce-password-strength.short{
    color: #DC3545;
}
.woocommerce-password-strength.good{
     color: var(--custom-secondary);
}
.woocommerce-password-strength.strong{
    color: #198754;
}

/*ORDER TABLE */
.woocommerce-MyAccount-content .woocommerce-orders-table{
    width:100%;
}

.woocommerce-MyAccount-content .woocommerce-orders-table thead th{
    background:#fff  !important;
    padding: 10px 0;
    border-top: 1px solid var(--custom-primary);
    border-bottom: 1px solid var(--custom-primary);
    color:var(--custom-primary);
}

.woocommerce-MyAccount-content .woocommerce-orders-table tbody td{
        font-size: 14px;
    padding: 10px 0;
}
@media (max-width:575px){
  .woocommerce-MyAccount-content .woocommerce-orders-table tbody td{
    font-size: 12px;
}  
}

.logged-in.theme-perfectpets.page-id-10 .view_single_order{
    width:100%;
}
.logged-in.theme-perfectpets.page-id-10 .view_single_order mark{
        background: #fff;
    color: var(--custom-primary);
}
.navbar_wrap_md .dropdown .dropdown-menu{
    background:var(--custom-primary);
        font-size: 14px;
       border: none;
}
.navbar_wrap_md .dropdown .dropdown-menu a{
     color:#fff;
}

.mfp-container{
     cursor:default;  
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close{
      cursor:pointer;  
}
header .navbar_wrap_lg .accounts .dropdown-item{
    font-size:16px !important;
}
.woocommerce-edit-account .woocommerce-EditAccountForm fieldset .form-row {
    flex-direction:column;
}

.woocommerce-billing-fields .form-row.address-field  select,
.woocommerce-shipping-fields .form-row.address-field  select
{
  font-size: 12px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 30px;
  border: 1px solid #aaa;
  width:100%;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover {
  background: #dbaf42;
}
.contact_us_page .screen-reader-response,
.contact_us_page .wpcf7-response-output,
.contact_us_page .wpcf7-not-valid-tip
{
    display:none;
}
.contact_us_page .wpcf7-not-valid{
    border-color:#ff0000;
}
@media(max-width:1199px){
    .contact_us_page .contact_detail .col-sm-3 {
        display: flex;
        flex-direction: column; 
    }
     .contact_us_page .contact_detail i{
         margin-right:0;
         margin-bottom:10px;
         font-size: 20px;
     }
     .contact_us_page .contact_detail{
         font-size:16px;
     }
}

.blog_detail .comments-area{
    padding:15px 0;
}
.blog_detail .comments-area .logged-in-as a{
    color:var(--custom-secondary);
}
.blog_detail .comments-area .logged-in-as a:hover{
    
 color:#000;   
}
.blog_detail .comments-area .logged-in-as{
    margin-bottom:10px;
}
.blog_detail_wrap .article_img img{
    width:100%;
}



.blog_detail .comments-area .logged-in-as .required-field-message{
    margin-top:10px;
}
.blog_detail .comments-area .comment-reply-title{
    margin-bottom:10px;
    display: block;
    color: var(--custom-primary);
}
.blog_detail .comments-area .comment-form p:not(.comment-notes){
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
}
    
.blog_detail .comments-area .submit {
  background-color: var(--custom-primary) !important;
  color: #fff !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: Lato;
  font-size: 14px;
  border:none;
    width:max-content;
    margin-inline:auto;
  padding: 7px 12px;
}

.blog_detail .comments-area .submit:hover {
  color: #fff !important;
  background-color: #000 !important;
}

    
.blog_detail .comments-area .comment-form input
{
  font-size: 12px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border:1px solid #ced4da;
  height: 40px;
}
.blog_detail .comments-area .comment-form textarea
{
  font-size: 12px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border:1px solid #ced4da;
}
.blog_detail .comments-area .comment-form .comment-form-cookies-consent{
    flex-direction:row !important;
    align-items: center;
    gap: 10px;
}
.blog_detail .comments-area .comment-form .comment-form-cookies-consent label{
    margin:0;
}


#post-244  .page__title ,
#post-47  .page__title ,
#post-3744 .page__title ,
#post-9 .page__title ,
#post-1983 .page__title ,
.privacy-policy .page__title 
{
  padding: 20px calc(1em + 10px) 1em;
  position: relative;
  z-index: 1;
}

#post-244 .page__title span ,
#post-47 .page__title span ,
#post-3744 .page__title span ,
#post-9 .page__title span ,
#post-1983 .page__title span ,
.privacy-policy .page__title span 
{
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  background-color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 1.2em;
  margin-inline: auto;
  letter-spacing:2px;
  font-family: Lato;
}

#post-244  .page__title::before ,
#post-47  .page__title::before ,
#post-3744  .page__title::before ,
#post-9  .page__title::before ,
#post-1983  .page__title::before ,
.privacy-policy .page__title::before 
{
  content: "";
  height: 2px;
  background-color: #fec3c2;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -1;
    transform:translate(0,-200%);
}
.about-us-details {
    background-color: var(--custom-white);
}

.about-us-details .title-wrap{
    background-color:  var(--custom-primary);
    padding: 1em;
 
}
.about-us-details .title-wrap .abt_title{
    color:#fff;
    margin:0;
    font-family:Cagliari;
    text-align:center;
    font-size:30px;
}
.about-us-details .text-wrap {
       padding: 30px 0;
    background:#fff;
}
.about-us-details .text-wrap p{
    margin-bottom:2rem;
    margin-inline:auto;
    width:80%;
    color:#000;
    font-family:Lato;
}
.about-us-details .logo-icon{
    width:75px;
}
@media (max-width:575px){
    .about-us-details .logo-icon{
    width:50px;
}
#ship-to-different-address{
    letter-spacing:1px;
    font-size:15px !important;
}
}
.your_order_wrap .payment_box.payment_method_wctelr p{
    display:none;
}
.your_order_wrap .wc_payment_methods.payment_methods.methods {
    margin-bottom:10px;
        border: 1px solid #ddd;
    border-radius: 5px;

}
.your_order_wrap .wc_payment_methods.payment_methods.methods > li {
    display:flex;
    gap:10px;
    align-items:center;
    background: #f9f9f9;
    padding:15px;
}
.your_order_wrap .wc_payment_methods.payment_methods.methods > li:not(:last-of-type) {
    border-bottom:1px solid #ddd;
}
.your_order_wrap .wc_payment_methods.payment_methods.methods  li label{
    margin:0;
}
.your_order_wrap .place-order .button{
        transform: translate(5px, 0px);
}

.woocommerce-form.woocommerce-form-login.auth_wrapper.login .password-input,
.woocommerce-form.woocommerce-form-login.auth_wrapper.login .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
{
    width:100%;
}
.woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions{
    display:flex;
    gap:10px;
}
 .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row.order:not(:last-of-type){
     border-bottom:1px solid #ddd;
 }
 .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__row.order:last-of-type{
     border-bottom:1px solid var(--custom-primary);
 }
@media (max-width:575px){
 .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions{
        flex-direction:column;
    }   
     .woocommerce-MyAccount-content .woocommerce-orders-table tbody .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .button{
             font-size: 12px;
    padding: 5px;
     }
}

#post-9 table:not( .has-background ) th{
   background: #fff !important;
}
#post-9 .shop_table{
    width:100%;
    margin-bottom: 10px;
}
#post-9 .shop_table thead th{
    background: #f9f9f9 !important;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    line-height:normal;
}

#post-9 .shop_table tbody tr td,
#post-9 .shop_table tfoot tr td
{  background: #fff !important;
    font-size: 14px;
    padding: 10px 15px;
}
#post-9 .shop_table tbody tr td{
     padding: 10px 15px;
}

.woocommerce-MyAccount-content .woo-account_wrapper p{
        height: max-content;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--acfw-store-credits a:before{
    display:none;
}


/*header .navbar_wrap_md .dd-container  {*/
/*    position:static;*/
/*}*/
/*header .navbar_wrap_md .dd-options {*/
/*  position:absolute;*/
/*  top:0;*/
/*  left:100%;*/
/*  height:100% !important;*/
/*}*/
header .navbar_wrap_md .dd-pointer{
    border:none !important;
    margin-top:-8px;
}
header .navbar_wrap_md .dd-pointer::before{
    content:'\f105';
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    color:#6d6d6d;
    transition:var(--custom-transition);
    position:absolute;
        right: 5px;
}
header .navbar_wrap_md .dd-pointer.dd-pointer-up::before{
    transform:rotateZ(90deg);
}
/*LOST PASSWORD PAGE */
.woocommerce-lost-password .woocommerce-message{
    margin-bottom:20px;
}
.woocommerce-lost-password p{
    font-size:14px;
}
.woocommerce-lost-password  .woocommerce-ResetPassword.lost_reset_password{
      font-size:20px;
      max-width: 684px;
    margin-inline: auto;
}
.woocommerce-lost-password  .woocommerce-ResetPassword.lost_reset_password .woocommerce-password-hint{
    display:none;
}
.woocommerce-lost-password  .woocommerce-ResetPassword.lost_reset_password .button{
    width: max-content;
    margin: 0 auto;
}

.woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row.form-row {
    font-size:14px;
    gap:10px;
    flex-direction:column;
}

.woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password .input-text{
    font-size: 12px;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
    border: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
  width:100%;
}
@media (max-width:575px){
    .contact_us_page .contact_detail .col-sm-3{
        flex-direction:row;
            justify-content: center;
    gap: 10px;
    }
}

.cms-content
{
    font-size:14px;
    line-height:26px;
}
.cms-content .table th{
        padding:8px;
}
.cms-content .table th,
.cms-content .table td
{
    background:#fff;

}

.cms-content h4{
        font-weight: 600;
    letter-spacing: 2px;
    margin-top: 1em;
    font-size: 15px;
}
.cms-content a{
    color:var(--custom-secondary);
}
.cms-content a:hover{
    color:#000;
}
.authenticProductModal.modalStyle1 .modal-title ,
.shipingDeliveryModal.modalStyle1 .modal-title {
    color:var(--custom-primary) !important;
}
.authenticProductModal.modalStyle1 .modal-title br,
.shipingDeliveryModal.modalStyle1 .modal-title br
{
    display:none;
}
@media (max-width:575px){
.authenticProductModal.modalStyle1 .modal-body .d-flex,
.shipingDeliveryModal.modalStyle1 .modal-body .d-flex{
    display:block !important;
}
.authenticProductModal.modalStyle1 .modal-body .d-flex p,
.shipingDeliveryModal.modalStyle1 .modal-body .d-flex p{
    display:inline !important;
}
.authenticProductModal.modalStyle1 .modal-header p,
.shipingDeliveryModal.modalStyle1 .modal-header p{
   line-height:0;
}
}

.product_body .btn{
        padding: 4.5px 6px;

}
.coupon_wrap {
    padding: 10px;
    border:1px solid #ddd;
    background:#f9f9f9;
    border-radius: 5px;
    font-size: 14px;

}
.coupon_wrap .checkout_coupon.woocommerce-form-coupon{
    padding-left:5px;
}
.coupon_wrap .checkout_coupon{
        margin: 15px 0px 0px;
}

.your_order_wrap .woocommerce-checkout-review-order-table tr:not(:first-of-type){
    border-top: 1px solid #ddd;
}

.woocommerce-order-details .woocommerce-order-details__title{
    border:none;
    padding:0;
    font-family: 'CAGLIARI';
    font-size:1.7rem;
}
.cs-order-details{
        background: #f9f9f9;
    padding: 15px 0;
    border: 1px solid #ededed;
    border-radius: 5px;
    row-gap:1rem;
    margin:0 .5px;
}
.cs-order-details > div{
    margin:0 !important;
    color:var(--custom-primary);
}
.cs-order-details > div strong{
    color:#000;
}
.woocommerce-billing-fields__field-wrapper .form-row label, .woocommerce-shipping-fields .form-row label{
 margin:0;   
}
.your_order_wrap a{
    color: var(--custom-secondary);
}
.your_order_wrap .shop_table tfoot tr td{
    padding:0 !important;
}

.woocommerce-MyAccount-content .woocommerce-pagination{
    margin-top:10px;
}
.woocommerce-MyAccount-content .addresses address{
        border: 1px solid #ddd;
    background: #f9f9f9;
    padding: 15px;
    line-height: 1.9;
    font-size: 14px;
}
.woocommerce-MyAccount-content .woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:40px;
}
#wa-widget-send-button{
    left:20px !important;
    height:60px !important;
    min-width:60px !important;
    border-radius:50% !important;
}
.search_form .form-control::-webkit-search-cancel-button {
    position:relative; 
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    background: url("https://www.freeiconspng.com/uploads/blue-x-png-1.png");
    background-size:cover;
    background-position:center center;
    content:'helo';
    filter:  brightness(0) invert(1);
    color:#000;
    cursor:pointer;
}
.woocommerce-order-details .order_details tfoot{
    border-top:1px solid #eee;
}
#post-9 .woocommerce-order-details .order_details tfoot tr th
{
    background-color:#fdfdfd !important;
}
.newsletter__1{
    padding: 50px 0;
    text-align: center;
    /*background:url('https://images.unsplash.com/photo-1623197532650-bacb8a68914e?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=2070&q=80');*/
    /*    background-size: cover;*/
    /*background-position: center;*/
    background: #fff!important;

}
.newsletter__1 .form_wrap{
    max-width:600px;
    margin-inline:auto;
}
.newsletter__1 .form_wrap .form-control{
    border-radius:25px 0 0 25px;
}
.newsletter__1 .form_wrap .btn{
    border-radius:0 25px 25px 0;
    padding: 1px 25px;
}
.detail .product_info .product_details .sale__price{
    padding-bottom:10px;
    margin-bottom:1rem;
        border-bottom: 1px solid #eee;
        display:flex;
        gap:5px;
        flex-direction: row-reverse;
            justify-content: flex-end;
    align-items: center;
}
.detail .product_info .product_details .regular-price{
       text-decoration: line-through;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    margin:0;
}

.detail .product_info .product_details .sale-price{
        font-size: 27px;
        margin:0;
}
.detail .product_info .price{
    padding-bottom:10px;
        border-bottom: 1px solid #eee;
}

.detail .product_info .price .woocs_price_code{
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-size: 27px;
}
.detail .product_info .price .woocommerce-Price-amount.amount,
.detail .product_info .price ins{
        font-size: 27px;
        margin:0;
        text-decoration:none;
}
.detail .product_info .price del .woocommerce-Price-amount.amount{
       text-decoration: line-through;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    margin:0;
}
.product_card .woocs_price_code{
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 10px;
}
.product_card .woocs_price_code  .woocommerce-Price-amount.amount,
.product_card .woocs_price_code  ins{
        font-size: 16px;
        margin:0;
        text-decoration:none;
}
.detail .product_info .price del,
.product_card .woocs_price_code del{
        display: flex;
        line-height: 1;
    align-items: center;
}
.product_card .woocs_price_code del .woocommerce-Price-amount.amount{
       text-decoration: line-through;
    color: #999;
    font-size: 12px;
    font-weight: 400;
    margin:0;
}
@media (max-width:575px){
    .product_card .price{
        font-size:12px;
    }

.detail .product_info .price del,
.product_card .woocs_price_code del{
        display: flex;
        line-height: 1;
    align-items: center;
    justify-content:center;
}
.product_card .woocs_price_code del .woocommerce-Price-amount.amount{
    font-size: 9px;
}
.product_card .woocs_price_code  .woocommerce-Price-amount.amount,
.product_card .woocs_price_code  ins{
        font-size: 12px;
}
.product_card .woocs_price_code{
    display: flex;
    justify-content: center;
    gap: 5px;
}
}

header .navbar_wrap_lg .currency .dd-selected-image.dd-image-right{
    /*display:none;*/
}

header .navbar_wrap_lg .navbar .navbar-nav .nav-item .cart_btn{
        position: relative;
}
header .navbar_wrap_lg .navbar .navbar-nav .nav-item .heart_btn{
    color:#fff;    
    margin: 0 8px;
}

header .navbar_wrap_lg .navbar .navbar-nav .nav-item .cart_btn img{
       max-width: 25px;
    -webkit-filter: contrast(2);
    filter: contrast(2);
    cursor: pointer;
    transform: translateY(-3px);
}
header .navbar_wrap_lg .navbar .navbar-nav .nav-item .cart_btn .card_total{
    position: absolute;
    bottom: 100%;
    background-color: #fff;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #000;
    text-align: center;
    font-size: 12px;
    letter-spacing: inherit;
    line-height: 20px;
    right: 0;
    -webkit-transform: translate(30%, 50%);
    transform: translate(30%, 50%);
}
header .navbar_wrap_lg .navbar .navbar-nav .nav-item{
    height:max-content;
}
header .navbar_wrap_lg .navbar .navbar-nav .nav-item .nav-link#dropdownMenuLink{
    margin-left: 0;
}
header .navbar_wrap_lg .navbar__top .navbar{
    padding-inline: 0;
}
.featured_points__list {
    color: #fff;
    display: grid;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr 1fr;
    font-family: Lato;
    font-size:14px;
    opacity:0.8;
}
.featured_points__list .featured_points{
    padding-inline:40px;
    display:flex;
    align-items:center;
   /* text-transform:uppercase;*/
    gap:15px;
}

.featured_points__list .featured_points img{
    width: 100%;
    height: auto;
    max-width: 50px;
    filter: invert(1);
}
.featured_points__list .featured_points:last-of-type img{
    max-width: 35px;
}
.featured_points__list .featured_points:not(:last-of-type){
    border-right:1px solid #fff;
}

@media(max-width:575px){
    .featured_points__list {
        font-size:10px;
    }   
    .featured_points__list .featured_points img{
            max-width: 22px;
    }
    .featured_points__list .featured_points:last-of-type img{
        max-width: 19px;
    }
    .featured_points__list .featured_points{
        padding-inline:8px;
        gap: 8px;
            font-size: 8px;
    }
}

.detail  .accordion {
            cursor: pointer;
            width: 100%;
            text-align: left;
            border: none;
            outline: none;
            transition: 0.4s;
            font-size: 16px;
            border-bottom: 1px solid #eee;
            padding: 10px 5px;
            background-color: #fff;
        }

      
        .detail .accordion.active,
        .detail .accordion:hover {
            /* background-color: #ccc; */
        }

        .detail  .panel {
            /* padding: 0 18px; */
            background-color: white;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.2s ease-out;
            font-size: 14px;
     
        }

        .detail .panel > p {
            padding: 10px 0;
            margin: 0;
        }

        .detail  .accordion:after {
            content: '\f107';
            /* Unicode character for "plus" sign (+) */
            font-size: 13px;
            color: #777;
            float: right;
            margin-left: 5px;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
        }

        .detail .accordion.active:after {
            content: "\2796";
            /* Unicode character for "minus" sign (-) */
        }

        .detail .product_info .product_details .options .form_wrap {
            margin: 0;
        }

        .detail .product_info .product_details .options .btn_wrap {
            padding: 0;
            width: 100%;
        }

        .detail .product_info .product_details .btn__heart {
            border: 1px solid var(--custom-primary);
            display: flex;
            height: 100%;
            padding: 8px;
        }

        .detail .product_info .product_details .btn__heart.active {
            background-color: var(--custom-primary);
        }

        .detail .product_info .product_details .btn__heart.active svg {
            fill: #fff;
        }

        .detail .product_info .product_details .btn__heart svg {
            width: 20px;
            fill: var(--custom-primary);
        }

        .detail .product_info .product_details .btn__heart::after {
            display: none;
        }

        .detail .product_info .price {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }

        .detail .tinvwl_add_to_wishlist_button{
            border: 1px solid var(--custom-primary);
            transition:var(--custom-transtion);
        }
        .detail .tinvwl_add_to_wishlist_button::before{
            color: var(--custom-primary);
        }
        .detail .tinvwl_add_to_wishlist_button:hover::before{
            color: #fff;
        }
        .detail .tinvwl_add_to_wishlist_button:hover{
             background-color: var(--custom-primary);
              color: #fff !important;
        }
        .detail .product_info .product_details .product_price span {
            font-size: 13px;
            margin-left: 10px;
            color: gray;
            text-decoration: line-through;
        }
        .detail .product_info .product_preview .additional_images img {
            border: none;
            border-radius: 0;
            max-width: 100px;
        }
        .detail .review_section .reviews {
            font-size: 22px;
            border: none;
            padding: 0;
            margin-bottom: 5px;
        }
        .detail .review_section .container {
            background-color: #ececec;
            padding: 40px;
        }
        .detail .review_section .review_wrap .product_review {
            padding: 10px 0;
            gap: 5px;
            margin-bottom: 5px;
        }
        .detail .review_section .review_wrap .product_review:not(:last-of-type) {
            border-bottom: 1px solid #cdcdcd;
        }
        .detail .review_section .review_wrap .product_review .review {
            padding: 0;
        }
        .detail .review_section .review_wrap .product_review .author {
            flex-basis: 80%;
        }
        .detail .review_section .review_wrap .product_review .author__img img {
            object-fit: cover;
            max-width: 70px;
        }
        .detail #reviews {
            position: relative;
        }
        .detail .review__btn {
            font-size: 16px;
            padding: 10px 20px;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translate(-50%, 50%);
        }
        .detail .btn-close {
            position: absolute;
            right: 10px;
            top: 10px;
            z-index: 100;
            box-shadow: none;
        }
        .detail .product_info .product_details .options .btn_wrap{
            display: flex;
            align-items:center;
            gap:1rem;
        }
        .detail .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button{
                margin-top: 0;
        }
        .detail .product_info .price .share {
            font-size: 12px;
            margin-left: auto;
            display: flex;
            gap: 10px;
            align-items: flex-end;
        }
        .detail .product_info .price .share a {
            color: #000;
            font-size: 20px;
            display: block;
            height: max-content;
        }
        .detail .product_info .price .share a:hover {
            color: var(--custom-primary);
        }
        .wishlist_icon .tinv-wishlist{
            float:right;
            top: 10px;
            right: 10px;
        }
      
        
        .detail .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button::before{
            display:block !important;
         }
        .woocommerce-Reviews #comments{
            background-color: #ececec;
            padding: 40px;
        }
        .product_card .btn.btn_primary.w-100{
            height:max-content;
        }
        .detail .cart{
            display:flex;
            border-bottom: 1px solid #eee;
            /*padding: 0 0 15px;*/
            flex-wrap:wrap;
            flex-direction: column;
            justify-content: center;
        }
        .detail .cart.no_variations_form{
            flex-direction: row;
            align-items: center;
            gap: 1rem;
            flex-wrap: nowrap;
            padding-bottom: 10px;
        }
         .detail .cart .form_wrap{
            margin: 0;
            padding: 0;
         }
         header .navbar_wrap_lg .currency .dd-option {
            background: transparent !important;
            border: none;
            display: flex;
            gap: 5px;
        }
        
@media (max-width:992px){
    .search_form .form-control{
        max-width:100%;
    }
}
.product-page {
    border: 1px solid var(--custom-secondary);
    padding: 4px;
}
 .product-page .thumbnails{
    display: flex;
    gap: 20px;
    justify-content: center;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
}
 .product-page .thumbnails img{
    width: 100%;
    max-width: 100px;
    background-color: #fff;
    object-fit: cover;
    aspect-ratio: 1;
}

/*WISHLIST*/
#post-5218 .tinv-wishlist .tinv-header{
   display:none;
}
#post-5218 .tinv-wishlist table {   
    font-size: 14px;
}
#post-5218 .tinv-wishlist table th{
    padding: 0.5rem;
    font-size: 14px;
    background: var(--custom-primary);
    color:#fff;
}
#post-5218 .tinv-wishlist .wishlist_item .product-thumbnail img{
    object-fit:cover;
    width: 100px;
    aspect-ratio: 1;
    height:auto;
}
#post-5218 .tinv-wishlist table td{
     padding: 0.5rem;
}
#post-5218 .tinv-wishlist table tbody tr{
     border-bottom: 1px solid var(--custom-secondary);   
}
#post-5218 .tinv-wishlist .wishlist_item .product-name a{
    color: var(--custom-secondary);
}
@media (max-width:575px){
    #post-5218 .tinv-wishlist .wishlist_item {
        display: grid;
        grid-template-columns:repeat(4,1fr);
        grid-template-rows: repeat(6,auto);
        text-align: start;
    }
    #post-5218 .tinv-wishlist .wishlist_item .product-thumbnail{
        grid-column: 1/2;
        grid-row: 2/7;
    }
 
    #post-5218 .tinv-wishlist .wishlist_item .product-action {
        grid-column: span 3;
    }
    #post-5218 .tinv-wishlist .wishlist_item .product-name{
        grid-column: 2/5;
        display: flex;
        align-items: center;
    }
    #post-5218 .tinv-wishlist .wishlist_item .product-remove{
        grid-column: 4/5;
    }
}
.detail .product_info .product_details .panel .wrap{
         padding: 18px 0 5px; 
}
.detail .product_info .product_details .panel .wrap > p{
        display: flex;
    align-items: center;
    gap: 10px;
}
.cart .quantity .amount{
    border-radius:none !important;
}
.detail .tinvwl_add_to_wishlist_button:hover::before{
    color:#fff !important;
}
.detail .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button{
    width:40px;
    height:40px;
}
.detail .single_variation_wrap{
    width:100%;
}
@media (max-width:575px){
    .cart .btn.btn_primary.w-100.py-2.custom-fs-16{
        padding-block: 5px !important;
        font-size: 13px !important;
    }
    .detail .tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button{
        width: 33px;
        height: 31px;
    }
}
 .product_card .tinv-wishlist::before,
           .product_card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before,   .product_card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before,
           .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{
            color:var(--custom-primary);
        }
 .product_card .tinv-wishlist a,
           .product_card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt,   .product_card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt a,
           .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt a, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt a,
           .wishlist_icon .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt.tinvwl-position-after {
                   background: #f5f4f4;
            border-radius: 50%;
        }
        .product_card .tinv-wishlist a:hover,
           .product_card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:hover,   .product_card .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt a:hover,
           .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt a:hover, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt a:hover,
           .wishlist_icon .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt.tinvwl-position-after:hover{
               background:#ffd9d9;
               
           }
           .detail .product_info .product_details .options .btn_wrap .form_wrap{
               border-bottom:none;
               /*padding:0;*/
           }
           
           .detail .woocommerce-variation-add-to-cart.variations_button.btn_wrap.woocommerce-variation-add-to-cart-disabled{
               padding-top:10px !important;
           }
           .detail .product_info .product_details .panel .wrap .d-flex.gap-3{
               gap:15px;
           }
           .detail .woocommerce-variation-price .woocs_price_code{
                border-bottom: 1px solid #eee;
                padding: 10px 5px;
                display:block;
           }
.newsletter__1  input{
    border-radius: 25px 0 0 25px;
}