@import url("../css/bootstrap.css");
/*@import url('../css/animate.css');*/
@import url("../css/slick.css");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?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/slick-carousel/1.8.1/slick-theme.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css");
@import url("https://fonts.googleapis.com/css2?family=Allison&display=swap");

@import url("../fonts/new_customfont/stylesheet.css");
@import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri.woff2") format("woff2"),
    url("../fonts/Calibri.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "arian-lt";
  src: url("../fonts/arian-lt/arian_lt_bold-webfont.woff2") format("woff2"),
    url("../fonts/arian-lt/arian_lt_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "arian_ltdemi";
  src: url("../fonts/arian-lt/arian_lt_demi-webfont.woff2") format("woff2"),
    url("../fonts/arian-lt/arian_lt_demi-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "avenir_m";
  src: url("../fonts/avenir/AvenirLTStd-Medium.ttf") format("ttf"),
    url("../fonts/avenir/AvenirLTStd-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "audiowideregular";
  src: url("../fonts/audiowide-regular-webfont.woff2") format("woff2"),
    url("../fonts/audiowide-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "arian_ltlight";
  src: url("../fonts/arian-lt/arian_lt_light-webfont.woff2") format("woff2"),
    url("../fonts/arian-lt/arian_lt_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

:root {
  /*** theme colors ***/
  --red1: #fe0000;
  --secondary-color: #d8d701;
  --theme-white: #ffffff;
  --theme-black: #000000;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

body {
  font-family: "HurmeGeometricSans1";
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "HurmeGeometricSans1";
}
p {
  font-size: 16px;
}

a:hover {
  color: #000;
}

a {
  text-decoration: none;
  color: #000;
}

.p-100 {
  padding: 30px 0px;
}

.pd-70 {
  padding: 70px 0;
}

.about_img_bg,
.fifty_contant {
  -webkit-animation: mymove 2s ease 0.5s infinite;
  animation: mymove 2s ease 0.5s infinite;
}

@keyframes mymove {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Allsion Font */
.allison-regular {
  font-family: "Allison", cursive;
  font-weight: 400;
  font-style: normal;
}

/* Allsion Font */
/* karla font */
.karla {
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

/* karla font */

.header-top-bar p {
  font-family: "arian_ltlight";
  text-align: center;
  background: var(--red1);
  padding: 6px 0;
  font-size: 19px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 1.5px;
  position: relative;
}

input[type="text"] {
  position: relative;
}

.header-left {
  position: relative;
}

.header-left button {
  position: absolute;
  top: 8px;
  left: 34px;
  border: none;
  background: none;
  font-size: 20px;
}

.header-left input {
  padding: 5px 0px 5px 60px !important;
  border: none !important;
  background: #ffffff7a;
  font-family: "Poppins";
}

/* body {
  background: #000;
} */

.header-left input::placeholder {
  color: #fff;
  font-family: "Poppins";
}

.header-right i {
  color: #fff;
  font-size: 30px;
  background: #c9c9c96b;
  padding: 8px;
  border-radius: 5px;
  margin-right: 10px;
}

ul.shop-dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 21%;
  background: #fff;
  top: 30px;
  left: 13%;
  margin: 0;
  padding: 0;
}

ul.shop-dropdown li a {
  color: #000;
}

ul.shop-dropdown li a {
  color: #000 !important;
  font-weight: 700 !important;
  padding: 8px 0;
  border-bottom: 1px solid #000;
}

ul.shop-dropdown li a:hover {
  background: var(--red1);
  color: #fff !important;
}

.product-nav:hover ul.shop-dropdown {
  visibility: visible !important;
  opacity: 1 !important;
}

.product-card-2 a {
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 20px 7px;
}

.product-card a,
.product-card-2 a {
  width: 100% !important;
  text-transform: uppercase;
}

.header-left input {
  border-radius: 5px;
}

.header-middle {
  text-align: center;
}

.header-main .row {
  align-items: center;
  border-bottom: 1px solid #ffffff83;
  padding-bottom: 20px;
}

.header-right {
  text-align: end;
}

.header-middle img {
  width: 180px;
}

.nav-bar {
  text-align: center;
}

.header-bottom .row {
  justify-content: center;
}

.custom-nav:hover ul.custom-dropdown {
  visibility: visible !important;
  opacity: 1 !important;
}

.media-nav:hover ul.media-dropdown {
  visibility: visible !important;
  opacity: 1 !important;
}

ul.media-dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 20%;
  background: #fff;
  top: 30px;
  left: 41%;
  margin: 0;
  padding: 0;
}

ul.media-dropdown li a {
  color: #000 !important;
  font-weight: 700 !important;
  padding: 8px 0;
  border-bottom: 1px solid #000;
}

ul.media-dropdown li a:hover {
  background: var(--red1);
  color: #fff !important;
}

ul.custom-dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 20%;
  background: #fff;
  top: 30px;
  left: 28%;
  margin: 0;
  padding: 0;
}

ul.custom-dropdown li a {
  color: #000 !important;
  font-weight: 700 !important;
  padding: 8px 0;
  border-bottom: 1px solid #000;
}

ul.custom-dropdown li a:hover {
  background: var(--red1);
  color: #fff !important;
}

.company-nav:hover ul.company-dropdown {
  visibility: visible !important;
  opacity: 1 !important;
}

ul.company-dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 21%;
  background: #fff;
  top: 30px;
  left: 54%;
  margin: 0;
  padding: 0;
}

li.product-nav ul.shop-dropdown {
  transition: 0.5s;
}

li.custom-nav ul.custom-dropdown {
  transition: 0.5s;
}

li.media-nav ul.media-dropdown {
  transition: 0.5s;
}

li.company-nav ul.company-dropdown {
  transition: 0.5s;
}

ul.company-dropdown li a {
  color: #000 !important;
  font-weight: 700 !important;
  padding: 8px 0;
  border-bottom: 1px solid #000;
}

ul.company-dropdown li a:hover {
  background: var(--red1);
  color: #fff !important;
}

ul.nav-items {
  padding-top: 16px;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  position: relative;
}

ul.nav-items li {
  list-style: none;
}

ul.nav-items li a {
  color: #fff;
  font-family: "arian_ltlight" !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  transition: all 0.6s ease;
  font-size: 16px;
}

ul.nav-items li a i {
  transition: all 0.6s ease;
}

.nav-bar {
  display: flex;
  justify-content: center;
  width: 100% !important;
  align-items: center;
}

.nav-bar i {
  color: #fff;
  font-size: 20px;
}

.nav-bar {
  margin-top: 20px;
}

/*section.newsletterbody {*/
/*  background: url(../images/newsletter.png);*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*}*/

.newsletter {
  text-align: center;
  padding: 20px 0;
  position: relative;
}

.contact-info p {
  color: #fff;
  font-family: "Karla";
  margin: 0;
}

.newsletter h2 {
  font-family: "arian_ltlight";
  color: #fff;
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: 1.5px;
  font-size: 40px;
}

.newsletter h2 {
  font-family: "arian_ltlight";
  color: #fff;
  font-weight: 800;
  text-transform: capitalize;
  letter-spacing: 1.5px;
  font-size: 30px;
  margin-bottom: 20px;
}

.newsletter input[type="text"] {
  padding: 10px 20px;
  width: 100%;
  border: 1px solid #f000;
  border-radius: 5px;
  outline: none !important;
  font-size: 14px;
}

.newsletter button {
  background: var(--red1);
  padding: 15px;
  text-transform: uppercase;
  border-radius: 0px 5px 5px 0;
  transition: all 0.6s;
  color: #fff;
  font-weight: 800;
  border: 1px solid #f000;
  position: absolute;
  right: -10%;
  font-size: 14px;
}

section.footer-main {
  background: #3b3333;
  padding: 30px 0;
}

.logo-foot {
  height: 100%;
}

.logo-foot img {
  width: 60%;
}

.logo-foot img:hover {
  opacity: 0.8;
}

/*form.newletter-form {*/
/*  margin-left: 115px;*/
/*}*/

section.footer-main h2 {
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  font-family: "arian_ltlight";
  font-weight: 800;
  letter-spacing: 1.5px;
}

.quick-links ul li,
.company-links ul li {
  list-style: none;
}

.quick-links ul,
.company-links ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.quick-links ul li a,
.company-links ul li a {
  color: #fff;
  font-family: karla;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.6s;
}

.contact-info-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}

.contact-info-main {
  color: #fff;
  margin-top: 20px;
}

.contact-info-main i {
  margin-right: 10px;
  font-size: 21px;
}

.contact-info-main span {
  font-size: 14px;
  font-family: "Karla";
  transition: all 0.6s;
  cursor: pointer;
}

.social-icon {
  margin-top: 20px;
  color: #fff;
  font-size: 22px;
}

.social-icon a {
  color: #fff;
}

.social-icon i {
  margin-right: 10px;
  transition: all 0.6s;
}

.copyright p {
  margin: 0;
  padding: 10px 0;
  text-align: center;
}

section.main-bannner-sec {
  background: url(../images/main-banner.webp);
  height: 95vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

section.main-bannner-sec::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 70%;
}


header {
  position: relative;
  z-index: 9;
}

.main-banner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-banner .banner-content {
  text-align: center;
}

.main-banner .banner-content h1 {
  font-family: "audiowideregular";
}

/* .banner-content {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  flex-direction: column;
} */

.slider-controls.container {
  text-align: center;
  color: #eeeeee;
  text-transform: uppercase;
  position: relative;
  top: -100px;
}

header {
  position: absolute;
  z-index: 9;
  width: 100%;
}

section.main-bannner-sec ul.slick-dots {
  top: 0px;
  width: 10% !important;
  right: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: end;
}

section.main-bannner-sec .slick-dots li.slick-active button:before {
  color: #fe0000;
  opacity: 1 !important;
}

section.main-bannner-sec .slick-dots li button:before {
  color: #ffffff;
  opacity: 1 !important;
}

section.main-bannner-sec .slick-dots li button:before {
  font-size: 12px;
}

section.main-bannner-sec .slick-dots li {
  height: 50px;
}

section.main-bannner-sec .slick-arrow {
  display: none !important;
}

.banner-content h5 {
  color: var(--red1);
  font-family: "Allison", cursive;
  font-size: 50px;
  text-transform: capitalize;
  font-weight: 400;
}

.banner-content h1 {
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 1.5px;
}

.banner-content p {
  color: #b9b9b9;
  margin: 0px auto 20px;
  width: 54%;
}

.banner-content a {
  color: #b9b9b9;
  text-decoration: underline;
  transition: all 0.6s ease;
}

.first-tab h3 {
  color: #b9b9b9;
  border-bottom: 2px solid #b9b9b9;
  padding-bottom: 10px;
  font-size: 27px;
  transition: all 0.7s ease-in-out;
  cursor: pointer;
}

.feature-products-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 80px 0 20px 0;
}

.feature-products-head h3,
.category-products-head h3 {
  font-family: "arian_ltlight";
  font-weight: 600;
  font-size: 27px;
}

.feature-products-head a,
.category-products-head a {
  color: var(--red1);
  text-decoration: underline;
  transition: all 0.6s ease;
}

.product-card,
.product-card-2 {
  display: flex;
  flex-direction: column;
  background: #f1f1f1;
  width: 24%;
}

.product-card-3 {
  padding: 0 10px;
}

.product-card-3 a {
  margin-top: 30px;
  display: block;
}

.product-card-3 img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.product-card img {
  width: 90%;
  height: 320px;
  object-fit: contain;
  text-align: center;
  transition: all 0.6s ease;
}

.product-card a,
.product-card-2 a {
  width: 61%;
  display: block;
}

section.featureproducts {
  margin-bottom: 70px;
}

.slick-next:before {
  color: #fff;
  background: #000;
  border-radius: 100%;
  padding: 2px 1px 0px 2px;
  margin-left: -109px;
}

.slick-prev:before {
  color: #fff;
  background: #000;
  border-radius: 100%;
  padding: 2px 1px 0px 2px;
}

.slick-next:before,
.slick-prev:before {
  font-size: 25px !important;
}

.slick-next,
.slick-prev {
  z-index: 9;
}

section.categoryproducts {
  margin: 120px 0;
}

.category-products-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.product-card a,
.product-card-2 a {
  font-family: "arian_ltlight";
  font-weight: 700;
  margin-top: 40px;
  font-size: 16px;
  color: #000;
}

section.spotlight-blogs {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  margin: 100px 0;
}

section.spotlight-blogs h3 {
  font-family: "arian_ltlight";
  font-weight: 600;
  font-size: 27px;
}

.text-spotlight {
  width: 100%;
  background-image: url(../images/paper.jpg);
  color: #fff;
  padding: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
}

.text-spotlight::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 60%;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.text-spotlight p {
  width: 70%;
  margin: 20px auto 40px;
  text-align: center;
}

section.spotlight-blogs .container {
  position: relative;
}

section.spotlight-blogs .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

section.spotlight-blogs .middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

/*.spotlight-blogs .container::before {*/
/*    content: '';*/
/*    width: 98%;*/
/*    height: 0%;*/
/*    position: absolute;*/
/*    background: #0000008a;*/
/*    top: 40px;*/
/*    left: 13px;*/
/*    transition: all 0.7s ease-in-out;*/
/*}*/

.spotlight-blogs .container:hover:before {
  height: 95.5%;
}

section.spotlight-blogs .container:hover .image {
  opacity: 0.8;
}

section.spotlight-blogs .container:hover .middle {
  opacity: 1;
}

section.spotlight-blogs a {
  text-align: center;
  color: #fff;
  transition: 0.5s;
  border-radius: 6px;
  text-decoration: underline;
}

section.spotlight-blogs a:hover {
  color: var(--red1);
}

section.custom-section {
  background: url(../images/custom.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  display: flex !important;
  align-items: center;
  padding-left: 90px;
}

.custom-section-slider .slick-prev {
  left: -3%;
}

.custom-section-slider .slick-next {
  right: -7%;
}

section.custom-section h3 {
  font-family: "arian_ltlight";
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

section.custom-section p {
  font-family: "Karla";
  text-transform: capitalize;
  font-size: 18px;
}

.custom-section a {
  text-decoration: underline;
  transition: all 0.6s ease;
}

button i {
  color: #fff;
}

.first-tab:hover h3 {
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  transform: translateY(-25px);
  color: #fff;
}

.header-middle:hover img {
  opacity: 0.8;
}

.header-left input[type="text"]:focus-visible {
  border: 1px solid var(--red1) !important;
  outline: none;
  box-shadow: 0 0 12px 0 #fe000057;
}

.header-right i:hover {
  transform: translateY(-10px);
  color: var(--red1);
}

.header-right i {
  transition: all 0.5s ease-in-out;
}

ul.nav-items li a:hover {
  color: var(--red1);
  font-weight: 600;
}

ul.nav-items li a:hover i {
  color: var(--red1);
}

.banner-content a:hover {
  color: var(--red1);
  font-weight: 700;
}

.product-card:hover img {
  transform: scale(0.8);
}

.product-card-2:hover img {
  transform: translateY(-10px) scale(1.06);
}

.product-card-2 img {
  transition: 0.5s;
  overflow: hidden;
}

.product-card-2.slick-track {
  position: relative;
  overflow: hidden;
}

.custom-section a:hover {
  color: var(--red1);
  font-weight: 700;
}

.category-products-head a:hover,
.feature-products-head a:hover {
  font-weight: 700;
}

.newsletter button:hover {
  color: var(--red1);
  background: #ffff;
  border: 1px solid var(--red1);
}

.quick-links ul li a:hover,
.company-links ul li a:hover {
  color: var(--red1);
  font-weight: 700;
}

.contact-info-main span:hover {
  color: var(--red1);
}

.social-icon i:hover {
  color: var(--red1);
}

/* .newsletter input[type="text"] {
  filter: drop-shadow(0px 0px 11px #00000071);
} */

/* shop page */
section.inner-banner {
  background-image: url(../images/inner-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 700px;
  /* top: 30px; */
  z-index: -1;
  background-position: 100% 42%;
}

section.inner-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 60%;
}

.banner-heading h2 {
  z-index: 1;
  text-transform: capitalize;
}

.banner-heading {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 100%;
}

.products-pro a {
  background: #fff;
  width: 100%;
  padding: 20px 7px;
}

.product-card a {
  background: #fff;
  padding: 20px 0 0 0;
  width: 100%;
}

.banner-heading h2 {
  margin-top: 10px;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  font-family: "arian_ltlight";
  margin-left: 100px;
}

.shop-top-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.shop-top-left h2 {
  font-family: "arian_ltlight";
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1.5px;
  font-size: 30px;
}

section.shop-header {
  margin: 50px 0 50px;
}

section.shop-header-2 {
  margin: 60px 0 50px;
}

.shoppage-pro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.shop-products img {
  height: 290px;
  width: 240px;
  aspect-ratio: 3/2;
  margin: 0 auto;
}

.shop-products {
  margin-bottom: 70px;
}

.shop-products {
  overflow: hidden;
}

section.shop-page-products {
  margin-top: 50px;
}

/* shop page */

/* Products page */

.products-cards .slick-next {
  z-index: 0 !important;
}

.products-pro a {
  margin: 0;
}

.products-pro {
  overflow: hidden;
  margin-bottom: 50px;
}

.shop-top-right p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}

.shop-top-right h2 {
  font-family: "arian_ltlight";
  font-weight: 700;
}

/* Products page */

/* inner pages */

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

.media-right-2 img {
  box-shadow: 0 0 10px 0 #000;
}

section.media-cont {
  margin: 80px 0;
}

section.media-cont-2 {
  padding: 150px 0;
  background-size: cover;
  margin-bottom: 0 !important;
  position: relative;
  z-index: 1;
}

section.media-cont-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
}

section.media-cont-3 {
  background-image: url(../images/about-banner.png);
  margin: 0 !important;
}

section.media-cont-3::before {
  content: unset;
}

section.media-cont-4 {
  background-image: url(../images/about-banner-3.png);
  margin: 0 !important;
}

.media-left h2 {
  font-family: "arian_ltlight";
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 20px;
  letter-spacing: 1.5px;
}

.media-lefter p {
  letter-spacing: 2px;
}

.media-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.media-left p {
  margin: 8px 0 !important;
  font-size: 15px;
  color: #fff;
}

.main-media-right img {
  height: 800px;
}

.main-media {
  text-align: left;
  padding-left: 50px !important;
  padding-right: 50px !important;
  background-color: #2d2d2d;
  height: 499px;
  display: flex !important;
}

.main-media h2 {
  font-size: 24px;
  letter-spacing: 6px;
  color: #fff;
}

.main-media ul {
  color: #fff;
}

.media-left h3 {
  font-size: 16px;
  letter-spacing: 5px;
  font-family: "Karla";
}

.media-left a {
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff;
  font-family: "Karla";
  letter-spacing: 1.5px;
}

.media-left-2 {
  display: unset;
}

.media-left-2 ul li {
  list-style: none;
}

.media-left-3 {
  color: #fff;
  text-align: right;
}

.media-left-5 {
  text-align: left;
  color: #fff !important;
}

.media-left-5 a {
  color: #fff !important;
}

.media-left-3 p {
  margin: 50px 0 !important;
}

.media-left-3 a {
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff;
}

.media-left-4 {
  color: #000;
  text-align: left;
}

.media-left-4 a {
  color: #000;
}

.faq-acc h2 {
  margin-bottom: 0 !important;
}

/* inner pages */

/*faq*/

button.accordion-button {
  font-family: "Urbanist", sans-serif !important;
  font-weight: bold;
  letter-spacing: 1px;
  font-weight: 600;
  border-bottom: 1px solid #4a4040 !important;
  padding: 16px 0;
  text-transform: uppercase;
  opacity: 90%;
}

.accordion-body {
  font-family: "HurmeGeometricSans1";
  font-weight: 600;
}

/*faq*/

/*Contact*/

.contact-right input {
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

.contact-right textarea {
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  resize: none;
  border-radius: 5px;
}

.contact-right input[type="Submit"] {
  color: #fff;
  background: var(--red1);
  font-family: "Karla";
  font-weight: 700;
  font-size: 20px;
  border-radius: 5px;
  padding: 12px 20px;
}

.contact-left h2 {
  font-family: "arian_ltlight";
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 15px;
  color: #FE0000;
}

.contact-left p {
  font-size: 17px;
  margin-bottom: 20px;
}

.contact-left .contact-info h3 {
  font-family: "arian_ltlight";
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-left .contact-info a {
  font-weight: 400;
}

.contact-left .contact-info {
  display: flex;
  flex-direction: column;
}

.contact-left .contact-info span {
  font-size: 18px;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
}

.contact-left .contact-info span i {
  color: var(--red1);
  font-size: 20px;
  margin-bottom: 12px;
  margin-right: 10px;
}

/*Contact*/

/*policy page*/

section.policy-cont {
  margin: 50px 0 50px;
}

section.policy-cont h2 {
  font-size: 35px;
  font-family: "arian_ltlight";
  font-weight: 700;
  margin-bottom: 0;
}

section.policy-cont h4 {
  font-family: "arian_ltlight";
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 29px;
  color: #100f0f;
}

section.policy-cont p {
  font-family: "Karla";
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 400;
}

section.diamond-section img {
  width: 100%;
}

section.diamond-section .row .col-md-3 {
  width: 20%;
}

.policies-acc-main p {
  margin-bottom: 20px;
  font-size: 16px !important;
}

.policies-acc p,
.policies-acc ul li {
  color: #3b3333 !important;
}

.policies-acc ul li {
  margin-bottom: 7px;
}

.policies-acc .accordion-item {
  border: none;
}

.policies-acc button.accordion-button {
  box-shadow: none;
  background-color: transparent;
  outline: none;
  border-radius: 0 !important;
  font-size: 14px;
  color: #20303c;
  letter-spacing: 1.5px;
  font-weight: 500;
}

.policies-acc .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg height='64' version='1' width='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 48h48v8H8z'/%3E%3C/svg%3E");
}

.policies-acc .accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M24 10H14V0h-4v10H0v4h10v10h4V14h10z'/%3E%3C/svg%3E");
}

/*policy page*/

/*Media Page*/

.media-gallery img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 7%;
}

.media-gallery-2 {
  flex-wrap: unset;
}

.video-1 h2 {
  margin: 15px 0;
  font-size: 25px;
}

.media-gallery img {
  width: 100%;
}

/*Media Page*/

/*Custom page*/

.custom-left-2 {
  text-align: center !important;
}

.custom-left h2 {
  font-family: "arian_ltlight";
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 20px;
}

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

.custom-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

section.custom-sec {
  margin: 100px 0;
}

/*Custom page*/

/*Sale Page*/

.sale-page {
  position: relative;
}

.sale-page::before {
  content: "Sale!";
  background: var(--red1);
  width: 50px;
  height: 24px;
  text-align: center;
  color: #fff;
  font-family: "Urbanist", sans-serif;
  position: relative;
  left: 74%;
  top: 10px;
  border-radius: 10px;
  z-index: 1;
  font-weight: 600;
}

.sale-page s {
  color: var(--red1);
  background: #fff;
  padding-top: 0px;
}

.sale-page p {
  background: #fff;
  margin: 0;
}

section.browse-category {
  background-color: #e5e5e5;
  padding: 12px 0;
}

/* .browse-left {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100%;
} */

.browse-left select {
  font-size: 14px;
  border: none;
  background: transparent;
  outline: 0;
  width: 80%;
}

/*Sale Page*/

/*About Page*/

.about-header {
  background-color: #f7f7f5;
  padding: 70px 0;
  margin: 0 !important;
}

.about-top-left {
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.about-top-left h2 {
  font-size: 18px;
  font-family: "Karla";
  letter-spacing: 2px;
}

.media-left-img h3 {
  border-bottom: 1px solid;
  padding-bottom: 30px;
  font-size: 28px;
  font-family: "Urbanist", sans-serif;
  display: inline-block;
  font-weight: 600;
}

.about-top-left p {
  margin-top: 30px;
  font-family: "Karla";
  width: 60%;
  font-weight: 500;
}

.media-left-img p {
  margin: 30px 0;
}

.media-left-img video {
  margin-top: 20px;
  width: 100%;
}

.discover-head h2 {
  text-align: center;
  margin: 40px 0;
}

.media-desc {
  background: #f7f7f5;
  padding: 20px;
  text-align: center;
  cursor: pointer;
}

.media-box img {
  width: 100%;
}

.media-desc h3 {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin: 10px 0 20px;
  font-size: 21px;
  color: #333;
}

.media-desc p {
  color: #000;
  font-family: "Karla";
  font-size: 15px;
  font-weight: 500;
  transition: 0.2s;
}

.media-desc a {
  text-transform: uppercase;
  text-decoration: underline;
  margin-top: 20px;
  display: block;
  transition: 0.2s;
}

.media-desc:hover a,
.media-desc:hover p {
  color: #3B3333;
}

/*About Page*/

a.fish-btn {
  background: red;
  margin: 0 auto;
  padding: 13px 25px;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
}

.hdpe-img {
  width: 50%;
  margin: 0 auto 50px;
}

.hdpe-img img {
  height: auto;
  width: 100%;
  box-shadow: none;
  text-align: center;
  margin: 0 auto;
}

.hdpe-img {
  background: transparent !important;
  text-align: center;
}

.hdpe-img a {
  text-align: center;
  text-transform: unset;
}

/* Megamenu */

.megamenu {
  background-color: #e5e5e5;
  width: 100%;
  position: absolute;
  top: 24px;
  left: 0;
  padding: 20px;
  transition: 0.2s;
  display: none;
  box-shadow: 1px 3px 8px 0px #000;
}

.shop-nav:hover .megamenu {
  display: block;
}

.megamenu h4 a {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  color: #000 !important;
  justify-content: start !important;
}

.unsetter {
  justify-content: unset !important;
}

.megamenu ul {
  padding: 0;
  margin: 0;
}

.mega2 ul {
  height: 100%;
}

.mega3 {
  margin-top: 4%;
}

.mega1 ul li a {
  color: #000;
  text-align: left;
  line-height: 17px;
  padding: 5px 0;
  border-bottom: 1px solid transparent;
  font-size: 20px;
  font-weight: 900;
  display: table-caption;
  width: 100%;
  white-space: nowrap;
}

.mega1 ul li a:hover {
  border-bottom: 1px solid red;
}

/* Megamenu */

/* Categories-list start */

.categories-list {
  position: relative;
}

.categories-list input {
  padding: 10px;
  border-radius: 9px;
  border: 1px solid #141619;
  width: 20%;
  padding-left: 33px;
}

.categories-list i {
  position: absolute;
  left: 2%;
  top: 6%;
}

.categories-list h3 {
  font-size: 32px;
  margin: 16px 0;
  border-bottom: 1px solid #a79d9d;
  padding-bottom: 16px;
  display: inline-block;
}

.categories-list h5 {
  font-size: 21px;
  margin: 16px 0;
}

.categories-list ul {
  list-style: none;
  padding: 0;
  padding: 15px 10px 15px 0;
  margin: 20px 0;
  background-color: #e5e5e5;
}

.categories-list ul li {
  opacity: 0.8;
  transition: 0.2s all;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 17px;
  text-align: center;
}

.shop-top .slick-next {
  right: -7%;
}

.shop-top .slick-prev {
  left: -3%;
}

/* Categories-list end */

/* Eva Foam Start */

div#v-pills-tab {
  border-right: 1px solid #bbb;
  padding-right: 25px;
}

.eva-foam-tabs .nav-link {
  color: #000;
  border: none;
  text-align: left;
  margin-bottom: 20px;
}

.eva-foam-tabs .nav-link.active {
  border: none;
  background-color: #2d2d2d;
  color: #fff;
}

.eva-foam-tabs .nav-link:hover {
  border: none;
}

.eva-product {
  margin-top: 50px;
}

.eva-flex {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 40px;
}

.eva-product h2 {
  color: #2d2d2d;
  text-transform: uppercase;
  font-weight: bolder;
  font-family: "arian_ltlight";
  margin-bottom: 0;
}

.eva-flex p {
  font-family: "arian_ltlight";
  margin-bottom: 0;
}

.eva-pro1 {
  text-align: center;
  margin-bottom: 20px;
}

.eva-pro1 img {
  width: 70%;
  margin: auto;
}

.eva-pro1 p {
  text-align: center;
  font-size: 18px;
  font-family: "arian_ltlight";
  margin-top: 10px;
  font-weight: 600;
}

/* Eva Foam End */

/* Build Your Own Start */

.star-flex {
  display: flex;
  margin-top: 2%;
  gap: 10px;
}

.stars i {
  color: #ff5501;
}

.featureproducts-2 h2,
.byo-main-box h2 {
  margin-top: 20px;
  margin-bottom: 50px;
}

.byo-boxes {
  background-color: #eaeaea;
  padding: 40px 0;
}

.byo-box {
  background-color: white;
  padding: 21px 11px 10px;
  border: 1px solid #c1c1c1;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 29%);
  border-radius: 12px;
  text-align: center;
}

.byo-box img {
  width: 75%;
  height: 150px;
  object-fit: contain;
}

.byo-box h6 {
  padding: 10px 0;
  font-family: "arian_ltlight";
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  text-align: center;
  background: #ebebeb;
}

/* Build Your Own End */

/* Part Replication Start */

.custom-left a {
  font-size: 16px;
  padding: 15px 20px;
  background-color: #fe0000;
  color: #fff;
  font-family: "Urbanist", sans-serif;
  display: inline-block;
  border-radius: 5px;
}

.testi-box {
  padding: 21px;
  border: 1px solid rgb(102, 102, 102);
  background-color: rgb(255, 255, 255);
  box-shadow: rgb(153, 153, 153) 2px 2px 2px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 300px;
}

.testi-box p {
  font-size: 16px;
  font-family: "Poppins";
  font-weight: 400;
}

.testi-box h6 {
  font-size: 21px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
}

/* Part Replication End */

.page-resize {
  width: 100%;
  height: auto;
  position: relative;
}

.wrapper-resize {
  width: 100%;
  height: 400px;
  position: relative;
  left: 0;
  top: 0;
  overflow: hidden;
}

.before-resize,
.after-resize {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: white;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  overflow: hidden;
}

.content-image-resize {
  height: 100%;
}

.after-resize {
  width: 125px;
}

.scroller-resize {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.9;
  pointer-events: auto;
  cursor: pointer;
}

.scroller-resize:hover {
  opacity: 1;
}

.scrolling-resize {
  pointer-events: none;
  opacity: 1;
  /* z-index: 1; */
}

.scroller__thumb-resize {
  width: 100%;
  height: 100%;
  padding: 5px;
}

.scroller-resize:before,
.scroller-resize:after {
  content: " ";
  display: block;
  width: 7px;
  height: 9999px;
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  z-index: 30;
  transition: 0.1s;
}

.scroller-resize:before {
  top: 100%;
}

.scroller-resize:after {
  bottom: 100%;
}

/* If you want to cahnge the colors, make sure you change the fill in the svgs to match */
.scroller-resize {
  border: 5px solid #fff;
}

.scroller-resize:before,
.scroller-resize:after {
  background: #fff;
}

section.discuss-section {
  background: rgb(0, 38, 61);
  padding: 50px 0;
}

.discuss-box {
  text-align: center;
  border: 1px solid #585858;
  padding: 20px;
  height: 300px;
  border-radius: 7px;
}

.discuss-box img {
  width: 40%;
}

.discuss-box h2 {
  font-family: "Poppins";
  margin: 15px 0;
  color: #fff;
}

.discuss-box p {
  color: #fff;
  font-size: 16px;
}

.dis-btn {
  text-align: center;
  margin: 20px 0;
}

.dis-btn a {
  background: #b54626;
  border: 0;
  padding: 14px 17px;
  border-radius: 3px;
  color: #fff;
  font-size: 19px;
  font-family: "Poppins";
}

/* product detail page start */

.pro-detail-img {
  background-color: #e5e5e5;
  text-align: center;
  width: 100%;
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.pro-detail-img img {
  transition: 0.2s;
  width: 50%;
  margin: 0 auto 9%;
}

.pro-detail-img ol.flex-control-nav.flex-control-thumbs {
  bottom: 10px;
  position: absolute;
}

.pro-detail-img .flex-control-thumbs li img.flex-active {
  border-color: var(--primary-color);
}

/* .pro-detail-img:hover img {
  scale: 1.5;
} */

.pro-detail-price h5 {
  color: #000;
  font-family: "arian_ltlight";
  font-size: 25px;
  font-weight: 700;
}

.pro-detail-price p {
  font-size: 15px;
  font-family: "Poppins";
  margin-bottom: 0;
}

.order-id {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.reviews a {
  text-decoration: underline;
}

.pro-detail-price i {
  color: #ff5501;
  margin: 10px 0;
}

.pro-detail-price p.pro-price {
  margin: 0;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
}

.pro-detail-price s {
  margin: 0;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
}

.pro-det-flex {
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-bottom: 2px solid #b3b3b3;
  padding: 20px 0;
}

.color-type {
  margin: 15px 0;
}

.color-type h6 {
  font-size: 18px;
  font-weight: bold;
}

.color-type h6 span {
  font-weight: 400;
}

.color-type img {
  border: 1px solid #dadada;
  cursor: pointer;
  margin: 10px 0;
}

.color-type button {
  width: 30%;
  font-weight: 400;
  font-size: 17px;
  padding: 12px 20px;
  margin-right: 10px;
  margin-top: 4px;
  border: 1px solid #dadada;
  color: #949494;
}

.color-type button.active {
  outline: 2px solid #ff5501;
  background-color: #fff;
}

.pro-det-flex i,
.info i {
  color: #000;
  padding-right: 5px;
}

.cart-btn i {
  padding-right: 5px;
  color: #fff;
}

.info {
  border: 1px solid #878787;
  padding: 2px 5px;
  margin: 10px 0;
  border-radius: 6px;
}

.info p span {
  font-weight: bold;
}

.wid-hei select {
  width: 230px;
  height: 40px;
}

.wid-hei p {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

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

.width-flex input {
  width: 10%;
  height: 40px;
}

.width-flex select {
  width: 12%;
  height: 40px;
}

.width-flex h6 {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 5px;
}

.depths h6 {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 5px;
}

.depths {
  margin: 30px 0;
}

.dep-flex {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 30px;
}

.depths select {
  padding: 0 5px;
  width: 230px;
  height: 40px;
  display: block;
}

.depths h6 span {
  color: #e02b27;
}

.pro-det-wid .pro-price {
  font-size: 14px !important;
}

.pro-det-wid {
  width: 35%;
  text-align: right;
}

.pro-det-wid a {
  text-decoration: underline;
}

.importantNote {
  border: 1px solid #bd362f;
  background-color: rgba(250, 235, 235, .6);
  border-radius: 10px;
  padding: 10px;
  color: #a3170f;
}

.importantNote a {
  text-transform: uppercase;
}

.importantNote b {
  font-size: 20px;
}

.importantNote i {
  color: #a3170f;
  font-size: 20px;
}

button.counter-pro-button {
  background-color: #e5e5e5;
  padding: 2px 11px;
  border: 0;
  border-radius: 50%;
}

input#counter-pro-Value {
  width: 40%;
  text-align: center;
  padding: 10px 0;
  margin: 0 11px;
  outline: none;
}

.counter-pro {
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

button.look-btn {
  width: 100%;
  padding: 10px 0;
  border: 1px solid #e5e5e5;
  color: #e5e5e5;
  font-family: "Urbanist", sans-serif;
  background: #3b3333;
  margin: 15px 0;
}

button.look-btn i {
  padding-left: 10px;
  color: #d7d3d3;
}

.cart-btn {
  margin: 20px 0;
  width: 60%;
}

.counter-pro-detail {
  width: 30%;
}

.cart-btn button {
  border: 0;
  padding: 10px 0;
  width: 100%;
  font-family: "Poppins";
  font-size: 16px;
  color: #e5e5e5;
  font-family: "Urbanist", sans-serif;
  background: #3b3333;
  font-weight: 600;
  font-weight: 600;
}

.pro-detail-accordion {
  margin: 30px 0;
}

.pro-detail-accordion button.accordion-button {
  background: none;
  box-shadow: none;
  color: #000;
  font-weight: 700;
  padding: 16px 20px;
  letter-spacing: 2px;
  border-radius: 0px !important;
}

.pro-detail-accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}

.pro-detail-accordion .accordion-body p {
  margin-bottom: 0 !important;
}

.pro-detail-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg height='64' version='1' width='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 48h48v8H8z'/%3E%3C/svg%3E");
}

.pro-detail-accordion .accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cpath d='M24 10H14V0h-4v10H0v4h10v10h4V14h10z'/%3E%3C/svg%3E");
}

.bookmarks {
  display: flex;
  gap: 10px;
  align-items: center;
}

.bookmarks-2 {
  border-bottom: 1px solid #cdcdcd;
  padding: 10px 0;
}

.bookmarks i {
  color: #3b3333;
  font-size: 25px;
  cursor: pointer;
}

.fin-drop {
  position: absolute;
  top: 50%;
  left: 50%;
}

.fin-drop img {
  width: 20%;
}

/* product detail page end */

/* custom-design-inner page start */

.custom-design-inner-images {
  background-color: transparent;
  text-align: center;
  padding: 20px;
  border: 1px solid #c1c1c1;
  box-shadow: 0px 2px 8px rgb(0 0 0 / 29%);
  border-radius: 12px;
  height: 340px;
}

.custom-design-inner-images img {
  width: 68%;
}

.custom-design-inner-images a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.custom-design-inner-images h5 {
  font-size: 18px;
  margin: 15px 0;
  font-family: "arian_ltlight";
  font-weight: bolder;
}

.design-inner-btn {
  text-align: center;
  margin: 20px 0;
}

.design-inner-btn a {
  text-align: center;
  background-color: #fe0000;
  display: inline-block;
  color: #fff;
  padding: 14px 25px;
  border-radius: 8px;
  font-family: "Poppins";
  font-size: 16px;
}

a.inner-design-btn {
  /* background-color: #b54626 !important;
  padding: 12px 16px !important;
  display: inline; */
  background-color: transparent !important;
  padding: 0;
}

a.inner-design-btn img {
  width: 75% !important;
}

/* custom-design-inner page end */

.pro-flex {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}

.pro-flex select {
  color: #3b3333;
  font-size: 16px;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer !important;
}

.pro-flex select option {
  color: #3b3333;
}

.accept-text {
  font-family: "Poppins";
  color: #403f3f;
  font-size: 14px;
}

.BornHS__Wrapper {
  position: relative;
  text-align: center;
}

.BornHS__Wrapper .BornHS__Close {
  display: none;
}

.BornHS__Wrapper .Content__Wrapper {
  position: relative;
}

.BornHS__Wrapper .BornHS__Modal__Content {
  background: #131313;
  border-radius: 5px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.22);
  color: #fff;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  width: 360px;
  z-index: 4;
}

.BornHS__Wrapper .BornHS__Modal__Content .Content__Wrapper {
  padding: 20px;
}

.BornHS__Wrapper .BornHS__Modal__Content .Content__Wrapper .BornHS__Title {
  font-size: 16px;
  text-transform: uppercase;
}

.BornHS__Wrapper .BornHS__Modal__Content .Content__Wrapper p {
  font-size: 13px;
  margin: 0;
  padding: 0;
}

.BornHS__Wrapper .BornHS__Input {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  width: 0;
  z-index: -1;
}

.BornHS__Wrapper .BornHS__Input+.BornHS__Label {
  background: #1244a1;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  position: absolute;
  transition: all 300ms ease;
  width: 20px;
  z-index: 2;
}

.BornHS__Label_2 {
  background: #e91529 !important;
}

.BornHS__Label_3 {
  background: #38e915 !important;
}

.BornHS__Label_4 {
  background: #e98a15 !important;
}

@media (min-width: 768px) {
  .BornHS__Wrapper .BornHS__Input+.BornHS__Label {
    height: 30px;
    width: 30px;
  }
}

.BornHS__Wrapper .BornHS__Input+.BornHS__Label:before,
.BornHS__Wrapper .BornHS__Input+.BornHS__Label:after {
  background: #fff;
  content: "";
  cursor: pointer;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.BornHS__Wrapper .BornHS__Input+.BornHS__Label:before {
  height: 2px;
  width: 40%;
}

.BornHS__Wrapper .BornHS__Input+.BornHS__Label:after {
  height: 40%;
  width: 2px;
}

.BornHS__Wrapper .BornHS__Input~.BornHS__Overlay {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 3;
}

.BornHS__Wrapper .BornHS__Input:checked+.BornHS__Label {
  transform: rotate(45deg);
}

.BornHS__Wrapper .BornHS__Input:checked~.BornHS__Modal__Content {
  opacity: 1;
  visibility: visible;
}

.BornHS__Wrapper .BornHS__Input:checked~.BornHS__Overlay {
  display: block;
}

.BornHS__Wrapper.BornHS__Blur figure {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}

.BornHS__Wrapper.BornHS__Blur .BornHS__Input {
  display: none;
}

.BornHS__Wrapper.BornHS__Blur .BornHS__Input+.BornHS__Label {
  opacity: 0.5;
  pointer-events: none;
}

.BornHS__Wrapper.BornHS__Blur .BornHS__Input:checked {
  display: inline-block;
}

.BornHS__Wrapper.BornHS__Blur .BornHS__Input:checked+.BornHS__Label {
  opacity: 1;
  pointer-events: auto;
}

.BornHS__Modal {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

@media (max-width: 768px) {
  .BornHS__Wrapper .BornHS__Modal__Content {
    bottom: auto !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }

  .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close {
    background: #ec2256;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 20px;
    right: -5px;
    position: absolute;
    top: -5px;
    transition: all 300ms ease;
    transform: rotate(45deg);
    width: 20px;
    z-index: 5;
  }

  .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close:before,
  .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close:after {
    background: #fff;
    content: "";
    cursor: pointer;
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close:before {
    height: 2px;
    width: 40%;
  }

  .BornHS__Wrapper .BornHS__Modal__Content .BornHS__Close:after {
    height: 40%;
    width: 2px;
  }
}

.selective {
  background-color: #000;
  padding: 20px 50px;
  border-right: 1px solid #fff !important;
  border: 1px solid transparent;
}

.selective a {
  display: flex;
  align-items: center;
  color: #fff;
  gap: 19px;
}

.selective p {
  margin-bottom: 0;
  font-family: 'Poppins';
  font-size: 14px;
}

.selective h5 {
  font-family: 'arian_ltlight';
}

.selective:hover a {
  color: #000;
}

.selective:hover {
  background-color: #fff;
  border: 1px solid #000;
  transition: .2s all;
}

.hyper-flex {
  display: flex;
  justify-content: center;
  gap: 27px;
}

.hyper-flex a {
  color: #000;
  font-family: 'arian_ltlight';
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  padding: 10px 11px;
  transition: .2s all;
  border: 1px solid transparent;
  text-decoration: underline;
}

.hyper-flex a:hover {
  border: 1px solid #000;
  background: transparent;
  color: #000;
}

.fish-collection a {
  background-color: #ff0003;
  display: inline-block;
  width: fit-content;
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
  margin-top: 10px;
}

.testi-box:hover {
  background: #2d2d2d;
  transform: translateY(-15px);
}

.testi-box {
  transition: all 0.3s ease-in-out;
}

.testi-box:hover p {
  color: #fff;
}

.testi-box:hover h6 {
  color: #fff;
}

.testi-box h6 {
  transition: all 0.3s ease-in-out;
}

.testi-box p {
  transition: all 0.3s ease-in-out;
}

/* Product Details page css start */
.reviews {
  display: flex;
  gap: 5px;
  align-items: center;
}

.reviews ul.rating {
  display: flex;
  gap: 2px;
}

.shop.single .add-to-cart .btn i {
  padding-right: 5px;
  color: #fff;
  font-size: 16px;
}

/* Product Details page css End */


/* .category-container {
  position: relative;
}



.mycategory {
  background: #fff;
  position: absolute;
  top: 40px;
  left: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 999;
}

.category-container:hover .mycategory {
  opacity: 1 !important;
  visibility: visible !important;
} */

.mega1 ul.main-category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mega1 ul.main-category li {
  width: 175px;
}
.mega1 ul.main-category li a {
}

.mega1 ul.sub-category {
  padding-top: 12px;
  font-size: 15px !important;
}
.mega1 ul.sub-category li a {
  font-size: 15px !important;
}

.mega1 ul li a i {
  display: none;
}