@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



@font-face {
  font-family: "Griffiths";
  src: url('../stylesheet/griffiths/griffiths-regular.ttf') format('opentype');
}

@font-face {
  font-family: "Griffiths";
  src: url('../stylesheet/griffiths/griffiths-bolditalic.ttf') format('opentype');
}
@font-face {
    font-family: 'Roc Grotesk Wide';
    src: url('../stylesheet/RocGrotesk/Roc_Grotesk_Wide_ExtraBold.otf') format('opentype');
    font-weight: 800; /* ExtraBold weight */
    font-style: normal;
}
@font-face {
  font-family: "Brava Slab";
  src: url('../stylesheet/BravaSlabExtraBold/BravaSlabExtraBold.otf') format('opentype');
}

@font-face {
  font-family: "Graphik";
  src: url('../stylesheet/Graphik-Font-Family/GraphikBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url('../stylesheet/GraphikBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url('../stylesheet/GraphikBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url('../stylesheet/GraphikBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url('../stylesheet/GraphikExtralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url('../stylesheet/GraphikExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url('../stylesheet/GraphikLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url('../stylesheet/GraphikLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url('../stylesheet/GraphikMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url('../stylesheet/GraphikMediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url('../stylesheet/GraphikRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url('../stylesheet/GraphikRegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url('../stylesheet/GraphikSemibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url('../stylesheet/GraphikSemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url('../stylesheet/GraphikSuper.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url('../stylesheet/GraphikSuperItalic.otf') format('opentype');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "Graphik";
  src: url('../stylesheet/GraphikThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Graphik";
  src: url('../stylesheet/GraphikThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}

:root {
  --font-family: "Graphik", sans-serif;
  --second-family: "Bebas Neue", sans-serif;
  --third-family: "Poppins", sans-serif;
  --font3: "Brava Slab", sans-serif;
  --font4: "Griffiths", sans-serif;
  --font5: "Manrope", sans-serif;
  --font6: "Rex Bold ", sans-serif;
}




body {
  --font-family: "Graphik";
  --font-family: "Graphik", sans-serif;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  /* background: linear-gradient(180deg, #040123 0%, #040123 97.5%); */
  /* background: linear-gradient(180deg, #040123 65%, #023d90 100%); */
}

body,
html {
  height: 100%;
  scroll-behavior: smooth;
}












/* @import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://cdnjs.cloudflare.com/ajax/libs/tiny-slider/2.9.3/tiny-slider.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');


:root {
  --font-family: "Bai Jamjuree", sans-serif;
  --second-family: "Poppins", sans-serif;
  --third-family: "Inter", sans-serif;
}

body {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
}

h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

footer h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a {
  color: #23a1d1;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
} */




/* Chrome border line */
button:focus {
  outline: none !important;
}

legend {
  font-size: 18px;
  padding: 7px 0;
  /* margin-bottom: 20px; */
  /* border-bottom: 1px solid #e5e5e5; */
  margin: 0;
  padding: 0;
}

label {
  font-size: 12px;
  font-weight: normal;
}

.list-unstyled a {
  text-decoration: none;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .col-form-label:before,
div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}

.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}

@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}

#alert {
  z-index: 9999;
  pointer-events: all;
}

#alert .alert {
  min-width: 400px;
  position: relative;
  margin-bottom: 15px;
}

@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}

@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}

@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}

@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}

@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}

@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}

@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}

@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}

@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}

@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}

@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}

@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}

@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}

@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}

@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}

/* top */
#top {
  background-color: #EEEEEE;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0;
  margin: 0 0 20px 0;
  min-height: 44px;
  position: relative;
  display: none;
}

#top .nav>.list-inline>.list-inline-item,
#top .nav>.list-inline .list-inline-item>a,
#top .nav>.list-inline .list-inline-item .dropdown>a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
}

#top .btn-link {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}

#top .btn-link:hover {
  color: #444;
}

#top a {
  font-size: 1.1em;
  text-decoration: none;
}

footer a {
  font-size: 1.1em;
  text-decoration: none;
}

/* logo */
#logo {
  margin: 0 0 10px 0;
}

#logo img {
  max-width: 200px;
}

/* search */
#search {
  /* width: 485px; */
}

.search-outer {
  width: 100%;
}

@media(max-width:1200px) {
  #search {
    /* width: 300px; */
  }
}


#search .form-control-lg {
    /* height: 40px; */
    line-height: 20px;
    padding: 8px 10px;
    border-radius: 4px 0 0 4px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 0.8rem;
    letter-spacing: 0.03em;
    color: #000;
    border: 2px solid #e88939;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 0.57rem 25px;
    text-shadow: 0 1px 0 #FFF;
    border-radius: 0;
    color: #fff;
    border: 1px solid #e88939;
    background: #e88939;
    border-radius: 0 4px 4px 0px;
}

/* cart */
#header-cart {
  /* margin-bottom: 10px; */
}

#header-cart .btn-lg {
  color: #237fc2;
  /* height: 32px; */
  padding: 4px 16px;
  font-size: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

#header-cart .btn:hover {
  color: #FFF;
}

#header-cart .dropdown-menu {
  background: #eee;
}

#header-cart .dropdown-menu li {
  min-width: 427px;
}

@media (max-width: 768px) {
  #header-cart .dropdown-menu li {
    min-width: 100%;
  }
}

/* menu */
#menu {
    /* background-color: #2c3640; */
    /* background-image: linear-gradient(to bottom, #23a1d1, #1f90bb); */
    /* background-repeat: repeat-x; */
    /* border: 1px solid #1f90bb; */
    /* border-color: #1f90bb #1f90bb #145e7a; */
     min-height: 40px; 
    /* border-radius: 4px; */
}

#menu.navbar {
    padding: 0 1rem;
    /* margin-bottom: 20px; */
    padding: 0;
}

#menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#menu .dropdown-inner {
  display: table;
}

#menu .dropdown-inner ul {
  display: table-cell;
}

#menu .dropdown-inner ul li a:hover {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
}

#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}

#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}

#menu #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}

#menu .navbar-nav>li>a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 7px 15px 7px 15px;
    min-height: 15px;
    background-color: transparent;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 0.8rem;
    line-height: 167%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

#menu .navbar-nav>li>a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }

  #menu div.dropdown-inner>ul .list-unstyled {
    display: block;
  }

  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }

  #menu .dropdown-inner {
    display: block;
  }

  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }

  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }

  #menu .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }

  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}

/* content */
#content {
  min-height: 600px;
}

/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 1px;
  background-color: #303030;
  /* border-top: 1px solid #ddd; */
  color: #fff;
  background: linear-gradient(0deg, #049ab3 0%, #2c78c6 100%);
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #fff;
}

footer a {
  color: #fff;
  font-weight: 300;
}

footer a:hover {
  color: #fff;
}

footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb>li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}

.breadcrumb>li.breadcrumb-item>a {
  text-decoration: none;
}

.breadcrumb>li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.breadcrumb>li.breadcrumb-item+li:before {
  content: "";
  padding: 0;
}

.pagination {
  margin: 0;
  gap: 4px;
}

/* buttons */
.btn-light {
  color: #000;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background: #fff;
  background-repeat: repeat-x;
  border-color: #000;
}

/*#content .benefits-tagline {*/
/*  font-size: 1.3rem;*/
/*}*/
#content legend {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 15px;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.disabled,
.btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 0;
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #000;
  background-repeat: repeat-x;
  border: none;
  border-radius: 2px;
  font-family: var(--font-family);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-position: 0;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  /* color: #ffffff; */
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  /* background-image: linear-gradient(to bottom, #444444, #222222); */
  /* background-repeat: repeat-x; */
  /* border-color: #222222 #222222 #000000; */
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
  color: #23A1D1;
  background: #1f83c0;
  border: 1px solid #fff;
}

.product-thumb {
  /* border: 1px solid #ddd; */
  margin-bottom: 15px;
  box-shadow: 0 4px 50px -5px rgba(32, 32, 32, 0.1);
}

.product-thumb h4 {
  font-weight: bold;
}

.product-thumb .image {
  text-align: center;
  margin-bottom: 15px;
  background: linear-gradient(360deg, #b3f3fe 0%, #f0f5f4 100%);
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .description {
  padding: 15px;
}

.product-thumb .button-group {
  display: flex;
  border-top: 1px solid #ddd;
  background-color: #eee;
}

.product-thumb .button-group button {
  flex: 33%;
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

.product-thumb .button-group button+button {
  border-left: 1px solid #ddd;
}

@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }

  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }

  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }

  .product-list .product-thumb .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}

.rating {
  padding-bottom: 10px;
}

.rating .fa-stack {
  width: 20px;
}

.rating.fa-star {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

.rating .fa-star+.fa-star {
  color: #E69500;
}

/* product list */
.price {
  color: #444;
}

.price-new {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.44rem;
  line-height: 109%;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}

.price-old {
  text-decoration: line-through;
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.01em;
  color: #e5000b;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.06rem;
  line-height: 71%;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  text-decoration: line-through;
  text-align: center;
  color: #cbcbcb;
  letter-spacing: 0.02rem;
}

.price-tax {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #6f7381;
  margin: 5px 0 0;
}

/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 6px 12px;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}

.form-check .form-check-input {
  margin-top: 0.25rem;
}

/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}

#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

#information-contact .card {
  margin-bottom: 20px;
}

#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}

#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}




/* TEST  */



/* HEADER START  */

.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border-right: none;
  padding: 5px 15px;
  height: 45px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
  font-size: 14px;
}

.search input::placeholder {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 14px;
  color: #A7A7A7;
}

.searchTerm:focus {
  color: #000;
}

.searchButton {
  background: linear-gradient(180deg, #da341e 0%, #b12a19 100%);
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
  padding: 0 16px;
}

.header-search {
  width: 100%;
}


.row {
  display: flex;
  flex-wrap: wrap;
}

.v-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0 0px;
  gap: 20px;
}

.v-center img {
  width: 100%;
}

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


a {
  text-decoration: none !important;
}



/* header */


/* HEADER END  */

button.store-location {
  background-color: transparent;
  border: 0.50px solid #fff;
  padding: 5px 15px;
  color: #fff;
}

h6.contact-header {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}

a.sign-in {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  display: flex;
  align-items: center;
}

@media(max-width:400px) {
  .sign-in {
    display: none !important;
  }
}

/* notifivation start */
.notification {
  text-decoration: none;
  position: relative;
  border-radius: 2px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 13px;
  color: #fff;
}

a.notification {
  text-decoration: none;
}

a.notification:hover,
a.notification:focus {
  color: #fff;
}

.notification .badge {
  position: absolute;
  top: -3px;
  right: -7px;
  padding: 4px;
  border-radius: 50%;
  color: white;
  font-size: 7px;
  background: #c62f1b;
  font-weight: 500;
}


/* Test  */

header {
  padding: 20px 0 0;
  background: linear-gradient(0deg, #049ab3 0%, #2c78c6 100%);
}

.item-left {
  width: 20%;
}

.header-right-ooter {
  width: 80%;
}

.header-right-top {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
}

.item-right {
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
}

@media(max-width:991px) {
  .item-right {
    justify-content: space-between;
    width: 100%;
  }
}

.header-center {
  width: 100%;
}

.carousel {
  box-shadow: none;
}


/* header-custom  */

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

@media(max-width:991px) {
  .header-inner {
    flex-direction: column;
    gap: 15px;
  }
}

/* COMMON _SLIDER CSS_START  */



.control {
  list-style: none;
}

.control li {
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 20px;
  border-radius: 50%;
  cursor: pointer;
}

.control li:hover {
  background: #000;
}

.control li.prev {
  left: 20px;
}

.control li.next {
  right: 20px;
}

.tns-nav {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.tns-nav button {
  height: 13px;
  width: 8px;
  background-color: #a5a5a5;
  border: none;
  margin-left: 7px;
  border-radius: 50%;
}

.tns-nav .tns-nav-active {
  background-color: black;
}

.scale {
  animation-name: scale;
  transform-origin: center
}

@keyframes scale {
  from {
    transform: rotate(90deg);
  }

  to {
    transform: rotate(0deg);
  }
}


/* COMMON _SLIDER CSS_END */

.categories-explore {
  position: relative;
  margin: 25px 0 50px;
}

.categories {
  background: #fff;
}

.categories-explore .tns-nav {
  display: none;
}

.categories-explore .control li {
  display: none;
}

h2.categories-explore-head {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 0.01em;
  color: #776f6f;
  text-align: center;
  margin: 0 0 22px;
}

.c-e-block img {
  width: 100%;
  border-radius: 9px;
}

.category-name {
  text-align: center;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #000;
  margin: 10px 0 0;
}



/* ADZ SLIDER  */

.head-viewall {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 12px;
}

a.tseller-viewall {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.01em;
  color: #246be8;
}

h2.t-sellers {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #776f6f;
  margin: 0;
}

.categories-adz .tns-nav {
  display: none;
}

.adz-block img {
  border-radius: 10px;
  width: 100%;
}

.categories-adz {
  margin: 0 0 50px;
}

/* POPULAR PRODUCTS ON TV  */

h2.popular-products {
  color: #049ab3;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.01em;
  margin: 0 0 20px;
}

.description h4 a {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 15px;
  line-height: 147%;
  letter-spacing: 0.01em;
  color: #000;
}

.description p {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 147%;
  letter-spacing: 0.01em;
  color: #000;
}

/* TV ADZ  */

.tv-adz-block img {
  width: 100%;
  border-radius: 10px;
}

.tv-adz-section .tns-nav {
  display: none;
}

.tv-adz-section {
  margin: 20px 0 50px;
}


/* FRIDGE ADZ  */

.fridge-adz-block img {
  width: 100%;
  border-radius: 10px;
}

.fridge-adz-section .tns-nav {
  display: none;
}

.fridge-adz-section {
  margin: 20px 0 50px;
}


/* BOTTOM ADZ  */

.bottom-adz-1-block img {
  width: 100%;
}

.bottom-adz-1-section .tns-nav {
  display: none;
}

.bottom-adz-1-block img {
  width: 100%;
}

.bottom-adz-2-section .tns-nav {
  display: none;
}

.bottom-adz-1-section {
  margin: 20px 0 0px;
}

.bottom-adz-2-section {
  margin: 20px 0 25px;
}

/* ABOUT VALUE PLUS  */


.about-value-plus {
  padding: 30px 0 10px;
}

.about-vp-head {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.01em;
  color: #000;
  margin: 0 0 5px;
}

.about-vp-content {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  color: #6f7381;
  margin: 0px 0 20px;
}


/* BANNER TOP  */

.top-banner-block img {
  width: 100%;
}

.top-banner-section .tns-nav {
  display: none;
}















/* ALPHA WOLF  */
/* ALPHA WOLF  */
/* ALPHA WOLF  */
/* ALPHA WOLF  */
/* ALPHA WOLF  */
/* ALPHA WOLF  */



.product-img-wishlist {
  position: relative;
}

.wishlist-outer {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #F2F2F2;
  padding: 22px;
  border-radius: 50%;
}

.product-head {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.44rem;
  line-height: 109%;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  text-align: center;
  color: rgb(0, 0, 0);
  margin-top: 35px;
}

.product-type {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.94rem;
  line-height: 167%;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}

a.shop-now {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.88rem;
  line-height: 114%;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  padding: 0.5rem 2rem;
  background: #000;
  text-decoration: none;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.exact-price {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.06rem;
  line-height: 71%;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  text-decoration: line-through;
  text-align: center;
  color: #cbcbcb;
}

.offer-price {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.44rem;
  line-height: 109%;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}

.category-product-block {
  margin: 3rem 0 0;
}

.category-product-block img {
  width: 100%;
  border-radius: 0.44rem;
}





/* adventure shoes  */

.adventures-shoes-head {
  font-family: "Brava Slab", sans-serif;
  font-weight: 800;
  font-size: 2.44rem;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  text-align: center;
  color: #E88939;

}

.adventures-shoes-caption {
    font-family: var(--font4);
    font-weight: 400;
    font-size: 4.75rem;
    line-height: 100%;
    color: #000;
    font-family: var(--font4);
    font-weight: 400;
    font-size: 3.31rem;
    line-height: 123%;
    color: #000;
}




/* .shop-now-banner  */


.shop-now-banner {
  padding: 6.25rem 0;
  background: url(../stylesheet/shop-now-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.shop-banner-outer {
  position: relative;
}

.shop-now-banner .adventures-shoes-caption {
    font-family: var(--font4);
    font-weight: 400;
    font-size: 3.31rem;
    line-height: 123%;
    color: #fff;
}

.adventure-shoes-tagline {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.06rem;
  line-height: 147%;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: #000;
}

a.green-shop-now {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 114%;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  padding: 0.7rem 3rem;
  background: #E88939;
  text-decoration: none;
  margin: 0;
}

.banner-bg-logo {
  position: absolute;
  right: 5rem;
  top: -11rem;
  width: 30rem;
}

.overlay-shoe-banner {
    position: absolute;
    right: 0;
    top: 5rem;
    width: 48rem;
}

@media(max-width:1200px) {
  .banner-bg-logo {
    position: absolute;
    right: 0rem;
    top: -11rem;
    width: 25rem;
  }

    .overlay-shoe-banner {
        width: 47rem;
        top: 6rem;
    }
}

@media(max-width:991px) {
  .banner-bg-logo {
    position: absolute;
    right: 0rem;
    top: -11rem;
    width: 20rem;
  }

    .overlay-shoe-banner {
        width: 45rem;
        top: 7rem;
    }
}
@media(max-width:768px) {
    .overlay-shoe-banner {
        width: 36rem;
        top: 11rem;
    }
}

@media(max-width:600px) {
  .banner-bg-logo {
    position: absolute;
    right: 0rem;
    top: -13rem;
    width: 20rem;
  }

    .overlay-shoe-banner {
        width: 31rem;
        top: 17rem;
    }
}

@media(max-width:480px) {
  .banner-bg-logo {
    position: absolute;
    right: 0rem;
    top: -13rem;
    width: 20rem;
  }

    .overlay-shoe-banner {
        width: 26rem;
        top: 18rem;
    }
}

.shop-banner-left {
  position: relative;
  z-index: 999;
}

.wishlist-outer form {
  display: flex;
}





/* .about-wrapper section  */

.about-wrapper-outer {
  position: relative;
}

.about-left {
  width: 35%;
}

.about-left img {
  width: 100%;
  height: 350px;
  border-radius: 0.69rem 0 0 0.69rem;
  object-fit: cover;
}

.about-right {
  width: 65%;
  background: url("../stylesheet/about-right-bg.png") center center / cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 100px;
  border-radius: 0 0.69rem 0.69rem 0;
  height: 350px;
  object-fit: cover;
}

.alpha-wolf-head {
    font-family: "Brava Slab", sans-serif;
    font-weight: 800;
    font-size: 5.81rem;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.alpha-wolf-caption {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 179%;
  letter-spacing: -0.03em;
  color: #fff;
}

a.about-button {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.88rem;
  line-height: 114%;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  text-align: center;
  color: #fff;
  padding: 0.5rem 2rem;
  text-decoration: none;
  margin: 0;
  border: 1px solid #fff;
  width: fit-content;
}

.about-logo {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
}

@media(max-width:1200px) {
  .about-wrapper-outer {
    flex-direction: column;
  }

  .about-left {
    width: 100%;
  }

  .about-left img {
    border-radius: 0.69rem 0.69rem 0 0;
  }

  .about-right {
    width: 100%;
    border-radius: 0 0 0.69rem 0.69rem;
    padding: 0;
    align-items: center;
  }

  .about-logo {
    left: 50%;
  }

  .alpha-wolf-head {
    text-align: center;
  }
}

@media(max-width:768px) {
  .alpha-wolf-head {
    font-size: 4rem;
  }
}

@media(max-width:400px) {
  .alpha-wolf-head {
    font-size: 3rem;
  }
}





/* benefits */

.benefits {
  margin: 6.25rem 0 4.25rem;
}

.benefits-block {
  border: 1px solid #f5f4f4;
  border-radius: 0.69rem;
  padding: 15px 10px;
}

.benefits-outer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.benefits-head {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.19rem;
  line-height: 132%;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: #5a5a5a;
}

.benefits-tagline {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.94rem;
  line-height: 167%;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: #5a5a5a;
}









/* FOOTER  */

footer {
    /* background: #000; */
    /* padding: 6.25rem 0; */
    background: #f8f6f2;
}

.connect-whatspp {
  padding: 3.12rem 0;
}

@media(max-width:1200px) {
  .connect-whatspp {
    flex-direction: column;
    gap: 15px;
  }
}

.connect-whatspp-head {
    font-weight: 700;
    font-size: 2.44rem;
    line-height: 110%;
    letter-spacing: -0.03em;
    /* background: linear-gradient(90deg, #d1eb9b 0%, #5ce96a 100%); */
    /* background-clip: text; */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    color: #373836;
    font-family: var(--font-family);
}

.discover-footer {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.06rem;
  line-height: 147%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #5a5a5a;
  border: 1px solid #5a5a5a;
  border-radius: 2.06rem;
  padding: 14px 20px;
}

a.whatsapp-connect-now {
    /* background: linear-gradient(90deg, #d1eb9b 0%, #5ce96a 100%); */
    border-radius: 2.06rem;
    padding: 14px 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 1.19rem;
    line-height: 132%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    background: #373836;
}

a.whatsapp-connect-now:hover {
  background: linear-gradient(90deg, #c5dd92 0%, #53d15f 100%);
  color: #1b1b1b !important;
  transition: 0.3s;
}



.footer-main {
    display: grid;
    grid-template-columns: 40% 58%;
    gap: 2%;
    padding: 3.12rem 0;
    border-top: 1px solid #393939;
    border-bottom: 1px solid #393939;
    margin-bottom: 40px;
}

.footer-address-head {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1rem;
  color: #E88939;
}

.footer-address-tag {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 0.81rem;
    color: #373836;
}

.follow-head {
    font-weight: 600;
    font-size: 1rem;
    line-height: 156%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #E88939;
    font-family: var(--font-family);
}

.footer-right {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

@media(max-width:600px) {
  .footer-right {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-top {
    flex-direction: column;
  }

  .footer-bottom {
    justify-content: center;
  }

  .footer-left {
    gap: 20px;
  }

  .connect-whatspp-head {
    font-size: 2rem;
  }
}

.footer-right-block h6 {
    /* font-family: "Brava Slab", sans-serif; */
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 156%;
    /* letter-spacing: -0.03em; */
    text-transform: uppercase;
    color: #000;
    margin: 0 0 15px;
    font-family: var(--font-family);
}

.footer-right-block ul {
  margin: 0;
  padding: 0;
}

.footer-right-block ul li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.94rem;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: #5a5a5a;
}

.footer-right-block ul li {
  margin: 10px 0;
}

.footer-copyright {
  padding: 2.506rem 0;
}

.footer-policy {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.94rem;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: #5a5a5a;
}

.footer-policy::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #E88939;
  border-radius: 50%;
  margin-right: 8px;
}

.footer-policy:first-child::before {
  content: none;
}

.payment-accept {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.88rem;
  text-transform: capitalize;
  color: #5a5a5a;
}

.designed-by,
.designed-by a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.94rem;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: #5a5a5a;
}

@media(max-width:991px) {
  .footer-main {
    display: grid;
    grid-template-columns: 100%;
    gap: 45px;
  }

  .footer-copyright {
    flex-direction: column;
    gap: 20px;
  }
}

@media(max-width:400px) {
  .footer-policy::before {
    display: none;
  }
}




/* CATEGORY TOP  */






/* categories-slider  */

.categories-head {
    font-family: "Brava Slab", sans-serif;
    font-weight: 800;
    font-size: 3.125rem;
    line-height: 124%;
    letter-spacing: -0.03em;
    text-transform: capitalize;
    text-align: center;
    color: rgb(0, 0, 0);
}

.categories-outer {
  position: relative;
}

.categories-outer .control {
  list-style: none;
}

.categories-outer .control li {
  position: absolute;
  z-index: 99;
  top: 90%;
  transform: translateY(-50%);
  color: white;
  /* background: rgba(0, 0, 0, 0.5); */
  /* padding: 12px 20px; */
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.4rem;
  display: none;
}

.categories-outer .control li:hover {
  /* background: #000; */
}

.categories-outer .control li.prev {
  left: 0px;
  color: #EEEEEE;
}

.categories-outer .control li.next {
  right: 0px;
  color: #EEEEEE;
}

.categories-outer .tns-nav {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}

.categories-outer .tns-nav button {
  height: 13px;
  width: 8px;
  background-color: #a5a5a5;
  border: none;
  margin-left: 7px;
  border-radius: 50%;
}

.categories-outer .tns-nav .tns-nav-active {
  background-color: black;
}

.categories-outer .scale {
  animation-name: scale;
  transform-origin: center
}

/* @keyframes scale {
	from {
		transform: rotate(90deg);
	}

	to {
		transform: rotate(0deg);
	}
} */
.categories-outer .tns-nav {
  display: none;
}




/* category-tab styles  */

/* Style the tab */
.categorytab {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  background-color: #fff;
  display: flex;
  justify-content: center;
}

/* Style the buttons inside the tab */
.categorytab button {
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 109%;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
@media(max-width:480px){
    .categorytab button {
        font-size: 1rem;
    }
}
/* Change background color of buttons on hover */
.categorytab button:hover {
  /* background-color: #ddd; */
}

/* Create an active/current tablink class */
.categorytab button.active {
  /* background-color: #ccc; */
  border-bottom: 0.25rem solid #E88939;
}

/* Style the tab content */
.tabcontent {
  display: none;
  /* padding: 6px 12px; */
  /* border: 1px solid #ccc; */
  /* border-top: none; */
}










/* owl carousel  */


.owl-item {
  /* padding: 100px 0; */
}

.owl-prev,
.owl-next {
  display: inline-block;
}

.owl-next {
  float: right;
}

.slider-counter {
  /* text-align: center; */
}

.info {
  text-align: center;
  margin-top: 110px;
}



.banner-products-inner {
    display: grid;
    grid-template-columns: 10% 90%;
    gap: 2%;
    align-items: center;
}

.slider-counter {
  width: 20%;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.06rem;
  letter-spacing: 0.06em;
  text-transform: capitalize;
  color: #000;
}

.banner-products .owl-carousel {
  position: absolute;
  width: 80%;
  right: 0;
}

.banner-products .owl-nav {
  display: none;
}

/*  */
.banner-product-block {
    display: grid;
    grid-template-columns: 40% 60%;
    align-items: center;
    /* box-shadow: -14px 29px 27px 0 rgba(0, 0, 0, 0.24); */
    background: #f2f2f2;
    border-radius: 1.62rem;
    padding: 0px 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin: 5px;
}
.banner-product-name {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.19rem;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #212121;
}

.banner-product-rating {
  color: #98d303;
}

.banner-product-price {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 1.12rem;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #212121;
}

.banner-product-shop {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 0.88rem;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #193364;
}

.banner-slider-img {
  position: relative;
  max-width: 100%;
  /* top: 50%;
	left: 45%; */
  transform: rotate(-45deg);
}

a.banner-slider-link {
  position: absolute;
  right: 0;
  bottom: 0;
  background: red;
  padding: 15px;
  border-radius: 1.25rem 0 1.62rem 0;
  background: #fff;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 45px 0px;
}

.banner-products {
  /* top: -110px; */
  /*z-index: 999;*/
  background: #EEEEEE;
  padding: 0 0 150px;
}

@media(max-width:1200px) {
  .banner-products {
    position: static;
    /*z-index: 999;*/
    padding: 0 0 50px;
  }

  .banner-products .owl-carousel {
    position: static;
    width: 100%;
    right: 0;
  }
}

.banner-product-block {
  /* box-shadow: 15px 29px 27px 0 rgba(0, 0, 0, 0.24); */
  background: #f2f2f2;
}






/* swiper test  */

.swiper-container {
    /* height: calc(100vh - 120px); */
    height: 90vh;
    /* height: 100vh; */
    margin: 60px;
}

.swiper-slide {
  overflow: hidden;
}

.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  background: #EEEEEE;
}

.copy {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  letter-spacing: 0.06em;
}




/* slider  */

.slide-inner>.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slide-inner {
  position: relative;
}

.slide-inner h1 {
  text-align: left;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 154px;
  line-height: 87%;
  text-transform: capitalize;
  color: #E88939;
}

@media(max-width:991px){
   .slide-inner h1 {
      font-size: 7rem;
    } 
}

.slide-inner h3 {
    text-align: left;
    font-family: var(--font5);
    font-weight: 700;
    font-size: 1rem;
    line-height: 158%;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #000;
}

.slide-inner img {
  position: absolute;
  top: 3rem;
  right: 8rem;
  z-index: -9;
}

@media(max-width:1400px) {
  .slide-inner img {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: -9;
  }
}

.banner-p {
  position: absolute;
  right: 8rem;
  bottom: 17rem;
}

@media(max-width:1200px) {
    .banner-p {
        position: absolute;
        right: auto;
        bottom: 0rem;
    }
}





.product-name {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0.09em;
  text-transform: capitalize;
  color: #E88939;
  white-space: nowrap;
}

.product-price {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 65px;
  text-transform: capitalize;
  color: #000;
  line-height: 100%;
}


.product-get-it-now {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-transform: capitalize;
  color: #E88939;
}






/* HEADER UPDATED  */


header {
    /* background: linear-gradient(90deg, #00347d 0%, #00abe3 100%); */
    padding: 15px 0;
    background: #000;
}

.logo {
  width: 100%;
  z-index: -9;
  text-align: center;
}

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

.logo-mobile {
  display: none;
}

.header-bottom {
  position: relative;
}

.logo-outer {
    position: relative;
    /* top: 45px; */
    z-index: 9;
}



.product-search {
    /* background-color: #E88939; */
    /* text-decoration: none; */
    /* padding: 20px; */
    position: relative;
    display: inline-block;
    /* border-radius: 50%; */
    transition: 0.3s;
    width: 100%;
    margin: 10px 0 0;
}

.wishlist {
    background-color: #fff;
    text-decoration: none;
    padding: 12px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    transition: 0.3s;
}

.wishlist:hover {
  background: #E88939;
}

.wishlist .badge1 {
    position: absolute;
    top: -13px;
    right: -5px;
    padding: 0px 9px;
    border-radius: 50%;
    background-color: #E88939;
    color: white;
    font-size: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23px;
    height: 23px;
    line-height: 0;
    font-family: var(--font-family);
}

a.product-cart {
    background-color: #fff;
    text-decoration: none;
    padding: 12px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    transition: 0.3s;
    /* margin-right: 55px; */
}
@media(min-width:1201px){
    a.product-cart {
        /*margin-right: 46px;*/
    }
}

.fa-magnifying-glass:before, .fa-search:before {
    content: "\f002";
    font-size: 0.9rem;
}

/* SUBPAGE CATEGORY  */

.subpage-banner-section {
  padding: 50px 0 20px;
}

.subpage-head {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 2.19rem;
  line-height: 100%;
  text-transform: capitalize;
  color: #000;
  text-align: center;
}

.subpage-path {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.88rem;
  line-height: 100%;
  text-transform: capitalize;
  color: #000;
  text-align: center;
}


#product-category .category-product-block {
  background: #fafafa;
  padding: 15px 15px 35px 15px;
}

#product-search .category-product-block {
  background: #fafafa;
  padding: 15px 15px 35px 15px;
}



/* DETAILS PAGE  */

.detail-page-multi {
  display: grid;
  grid-template-columns: 10% 88%;
  gap: 2%;
}

.detail-page-multi .img-thumbnail {
  width: 100%;
}

.pd-name {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.62rem;
  line-height: 135%;
  text-transform: capitalize;
  color: #000;
}

.product-detls li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.94rem;
  line-height: 191%;
  text-transform: capitalize;
  color: #000;
}

.product-detls li strong {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.94rem;
  line-height: 191%;
  text-transform: capitalize;
  color: #000;
}





/* INPUT SELECT TEST  */



.radio-size-select {
  list-style-type: none;
  /* margin: 25px 0 0 0; */
  padding: 0;
}

.radio-size-select .form-check {
  /* float: left; */
  /* margin: 0 5px 0 0; */
  width: 40px;
  height: 40px;
  position: relative;
}

.radio-size-select label,
.radio-size-select input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.radio-size-select input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}

.radio-size-select input[type="radio"]:checked+label {
  background: #E88939;
  color: #fff;
}

.radio-size-select label {
  padding: 5px;
  border: 1px solid #CCC;
  cursor: pointer;
  z-index: 90;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
}

.radio-size-select label:hover {
  background: #DDD;
}


.select-quantity-head {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 60%;
  text-transform: uppercase;
  color: #000;
}

.list-unstyled li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.94rem;
  line-height: 191%;
  text-transform: capitalize;
  color: #000;
}

.detail-nav {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 60%;
  text-transform: uppercase;
  color: #000;
}

.detail-nav a {
  padding: 15px;
}

#form-review {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 0.8rem;
}

#form-review .form-label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 88%;
  text-transform: capitalize;
  color: #828282;
}


/* SUBPAGES  */

#information-information h4 {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 130%;
    /* text-transform: capitalize; */
    color: #000;
    margin: 30px 0 10px;
}

#information-information li {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: var(--font-family);
  font-size: 0.9rem;
  line-height: 170%;
  font-weight: 400;
  list-style-position: inside;
  list-style-type: disclosure-closed;
}

#information-contact,
#account-return,
#information-sitemap,
#account-login,
#account-register,
#account-account,
#account-edit,
#account-password,
#account-forgotten,
#account-address,
#account-wishlist,
#account-order,
#account-reward,
#account-transaction,
#account-affiliate,
#content,
#account-voucher {
  font-family: var(--font-family);
}

#information-contact .card-body {
  background: rgba(44, 54, 64, 1);
  color: #fff;
  font-family: var(--font-family);
  letter-spacing: 0.02rem;
  font-size: 0.9rem;
  border-radius: 4px;
  padding: 30px 15px;
}

#information-contact .card-body strong.addrss-head {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;

}

#account-return .benefits-tagline {
  font-size: 1.3rem;
}

#account-return legend {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 15px;
}

#account-affiliate legend {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 15px;
}

#information-sitemap li {
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-family);
  font-size: 0.9rem;
  line-height: 170%;
  font-weight: 400;
  list-style-position: inside;
  list-style-type: disclosure-closed;
}

#account-voucher .benefits-tagline {
  font-size: 1.3rem;
}

#account-login h2 {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0 0 5px;
  color: #5a5a5a;
}

#account-register .benefits-tagline {
  font-size: 1.3rem;
}

#account-register legend {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 15px;
}



#account-account h2 {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 15px 0 5px;
}
#account-account ul {
  list-style-position: inside;
  list-style-type: disclosure-closed;
}


#account-edit legend {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 15px;
}

#account-forgotten .benefits-tagline {
  font-size: 1.3rem;
}

#account-forgotten legend {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 15px;
}

#account-password legend {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 15px;
}

#account-address h1 {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 15px 0 5px;
}
#common-success h1 {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 15px 0 5px;
}
#checkout-cart h1 {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 15px 0 5px;
}

/*.thumb-detail-img img{*/
/*    width:100%;*/
/*}*/



/* TEST 23-09-2024 */


/* CUSTOM SIDE BAR TEMPLATE STYLES  */

@media(max-width:1200px) {
  #menu {
    display: none;
  }
}

@media(min-width:1201px) {
  .openbtn-custom {
    display: none;
  }
}

.sidepanel-custom {
  width: 0;
  position: fixed;
  z-index: 9999;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidepanel-custom a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #cbcbcb;
  display: block;
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.94rem;
  line-height: 167%;
  letter-spacing: 0.03em;
}

.sidepanel-custom a:hover {
  color: #f1f1f1;
}

.sidepanel-custom .closebtn-custom {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}

.openbtn-custom {
    font-size: 20px;
    cursor: pointer;
    /* background-color: #111; */
    color: white;
    /* padding: 10px 15px; */
    border: none;
    /* margin-right: 50px; */
}

.openbtn-custom:hover {
  background-color:#444;
}








/**************/


@media(max-width:768px){
    .shop-banner-left .logo{
        display:none;
    }
}
.kombe-head {
    color: #e88939;
    font-size: 4rem;
    font-family: 'Roc Grotesk Wide', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    font-weight: 800;
}
.copyrightt-new{
    background: #2a2a2a;
}

@media(max-width:768px){
.product-search {
    order: 2;
    width: 100%;
    margin-top: 13px;
}
}

.tns-nav {
    display:none;
}
@media(min-width:1201px){
    .product-search {
        width: 60%;
        margin: 10px 0 0;
        margin-left: 22px;
    }
}

h2.information-subhead {
    color: #373836;
    font-weight: 600;
    font-size: 1.7rem;
    /* margin-bottom: -10px; */
    text-transform: uppercase;
}
h2.information-subhead::after {
    content: "";
    display: block;
    width: 150px;
    background: #000000;
    height: 1px;
    margin-top: 10px;
}