@import 'shared-style.css';
@import 'login.css';
@import 'about.css';
@import 'articles.css';

@font-face {
  font-family: 'Microgramma';
  src: url('fonts/microgramma-d-extended-bold.otf');
  src: url('fonts/microgramma-d-extended-bold.otf') format('opentype');
}

/* Class For All Website */
.microgramma-font {
  font-family: 'Microgramma', Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
}

.red-text {
  color: #fb0010 !important;
}

.old-price {
  text-decoration: line-through;
  font-size: 14px;
}

.new-price {
  font-size: 20px;
  color: #f9d70b;
  font-weight: bold;
  margin-left: 10px;
}

/* Website Style */
/* body {
  background-color: transparent !important;
} */

/* .full-page-container {
  width: 100%;
  height: 100%;
  font-size: 2vw;
  position: relative;
  z-index: 0;
} */

.hero-title-container {
  width: 100%;
}

@media only screen and (max-width: 500px) {
  .hero-title-container {
    margin-top: 50px;
  }
}

.hero-section-overlay h1 {
  font-size: 2em;
  text-align: center;
  text-shadow: 0 0 5px #0006;
}

.hero-section-overlay h3 {
  color: #ffffff;
  font-size: 2em;
  text-align: center;
  text-shadow: 0 0 5px #0006;
}

#main-nav {
  position: absolute;
  width: 100%;
  max-height: 75px;
}

@media only screen and (max-width: 992px) {
  #main-nav {
    background: linear-gradient(to bottom, #0007 30%, transparent);
  }
}

#main-nav .container {
  height: 100%;
  width: 100%;
  align-items: flex-start;
  padding: 0 15px;
}

@media only screen and (max-width: 500px) {
  #main-nav .container {
    padding: 0;
  }
}

a.navbar-brand {
  margin-top: 2%;
}

a.nav-link.st-root-link {
  font-weight: normal !important;
}

ul.st-nav-menu.nav.navbar-nav {
  height: 100%;
}

.st-nav .st-nav-section.st-nav-mobile .st-root-link .icon-bar {
  background-color: #ffffff;
}

.navigation .navbar-toggler .icon-bar {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: transparent;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  display: block;
  width: 32px;
  height: 4px;
}

.st-nav .st-popup-container {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
}

.st-nav a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: #122749;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
  font-weight: bold !important;
}

@media only screen and (max-width: 1200px) {
  .st-nav .mobile-nav {
    font-weight: normal !important;
  }
}

.st-nav .st-popup {
  top: 60px !important;
}

.st-nav .st-popup {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  pointer-events: none;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

@media only screen and (max-width: 1200px) {
  .st-nav .st-nav-menu {
    align-items: flex-end !important;
    justify-content: flex-start;
  }

  .navigation.navbar-sticky {
    position: relative !important;
  }
}

/* @media only screen and (min-width: 1200px) {
  .dark-logo {
    display: inline-block !important;
  }
  .normal-logo {
    display: none !important;
  }
} */

@media only screen and (max-width: 1200px) {
  .dark-logo {
    display: none !important;
  }
  .normal-logo {
    display: inline-block !important;
  }
}

.st-dropdown-root {
  width: 84%;
  height: 100%;
  margin-top: 25px;
  left: 7%;
}

.st-nav .st-dropdown-bg {
  background: none;
  width: auto;
  transform: translateX(117px) scaleY(0.55);
}

.st-dropdown-arrow {
  background: rgba(255, 255, 255, 0.8);
  z-index: 0;
}

.st-dropdown-container {
  background: rgba(255, 255, 255, 0.85);
  transform: translateX(109px);
  width: 100% !important;
  height: 490px;
  left: 8% !important;
  border-radius: 15px;
  padding: 15px 8px;
}
.category-container {
  width: 100% !important;
}
.category-item {
  margin-right: 35px;
  margin-bottom: 20px;
}

.category-item a span {
  font-size: 0.8em !important;
  font-weight: normal !important;
}

.st-nav {
  /* height: 85px; */
  padding-left: 20px;
  padding-right: 20px;
}

.st-nav .container {
  padding: 0;
}

.nav-item-icon:not(:last-child) {
  margin-right: 22px;
}

/* .owl-carousel .owl-wrapper-outer {
  height: 35vh;
} */

/* .owl-carousel {
  height: 120vh;
} */

/* .img-responsive {
  height: 120vh;
  width: 100%;
} */

/* .owl-carousel .owl-wrapper-outer {
  height: 120vh;
} */

.grey-btn {
  color: rgba(255, 255, 255, 0.65) !important;
}

.border-width-0 {
  border-width: 0 !important;
}

.custom-shape-divider-bottom-1638581975 {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: scaleX(-1);
  /* transform: rotate(180deg); */
}

.custom-shape-divider-bottom-1638581975 svg {
  position: relative;
  display: block;
  /* width: calc(300% + 1.3px);
  height: 146px; */
}

.custom-shape-divider-bottom-1638581975 .shape-fill {
  fill: #122749;
}

/* .container-fluid {
  position: relative;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 60px;
} */

/* .special-offers-img {
  width: 325px;
} */

/* .special-offer-section {
  z-index: 1;
} */

.route-page {
  font-weight: 500;
}

.sub-title {
  font-weight: bold;
  color: #183b63;
}

@media only screen and (max-width: 650px) {
  .sub-title {
    font-size: 0.65em;
  }
}

/* 
@media only screen and (min-width: 1000px) {
  .star-bg {
    top: 430px !important;
  }
} */
/* @media only screen and (min-width: 1380px) {
  .star-bg {
    height: 55%;
    top: 400px;
  }
} */

/* @media only screen and (min-width: 1480px) {
  .star-bg {
    height: 60%;
  }
} */

/* @media only screen and (min-width: 1770px) {
  .star-bg {
    height: 70%;
  }
} */
/* @media only screen and (max-width: 500px) {
  .star-bg {
    height: 15%;
    top: 160px;
  }
} */

/* Slick Slider */
/* New Slider */
.slick,
.slick-offers {
  min-height: 300px;
  position: relative;
}
.slick-list.draggable {
  height: 500px;
}
/* .slick span,
.slick-offers span {
  display: block;
  background: #3498db;
  color: #fff;
  font-size: 36px;
  height: 100px;
  line-height: 150px;
  position: relative;
  text-align: center;
  transform: translate(0, -70%) scale(0.8);
  transition: all 0.4s ease;
  opacity: 0.5;
} */
.slick-slide img {
  display: inline-block;
}

.slick-offers-container {
  margin-top: -100px;
}

.slick-slide.lt2 span {
  transform: translate(10%, 0) scale(0.6);
}

.slick-slide.lt1 span {
  /* opacity: 0.7; */
  transform: translate(5%, 0) scale(0.8);
}

.slick-slide.lt3 span {
  transform: translate(10%, 0) scale(0.9);
}

.slick-slide.gt1 span {
  /* opacity: 0.7; */
  transform: translate(-5%, 0) scale(0.8);
}

.slick-slide.gt2 span {
  transform: translate(-10%, 0) scale(0.6);
}

.slick-slide.gt3 span {
  transform: translate(-10%, 0) scale(0.9);
}

.slick-slide.slick-center span {
  z-index: 1;
  transform: scale(1);
  opacity: 1;
  color: #e67e22;
}

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  appearance: none;
  margin-top: -10px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  color: transparent;
  outline: none;
  z-index: 100;
}

.slick-prev {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #007bff transparent transparent;
  left: 0;
}

.slick-next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #007bff;
  right: 0;
}

.item-product,
.item-product-offers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3em;
  color: #ffffff !important;
  position: relative;
}

.black-text {
  color: black !important;
}

.blue-text {
  color: #13274a !important;
}

.blue-bg {
  background-color: #13274a !important;
}

.item-product-offers {
  width: 100%;
}
.item-product-offers > h2 {
  color: #ffffff;
}

.product-img-container {
  position: relative;
}

.badge-offer {
  position: absolute;
  width: 100%;
  height: 100%;
}

img.product-img-badge {
  width: 63%;
  position: absolute;
  right: 0;
}

h6.offer-badge-text.microgramma-font.red-text {
  position: absolute;
  font-size: 0.23em;
  width: 61%;
  right: 0;
  top: 8px;
}

.offer-percent {
  font-weight: bold;
  font-size: 1.2em;
}

.product-item .product-img {
  width: 75px;
  height: 150px;
}

.product-item .product-name {
  color: #fff !important;
}

.product-desc {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
  color: #d8d8d8;
}

.offers-product-brand {
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
}

.offers-product-brand::after {
  content: ' ــــــــــ';
  margin-left: 30px;
}

.offers-product-brand::before {
  content: ' ــــــــــ';
  margin-right: 30px;
}

.item-product h2 {
  font-size: 16px;
  color: #ffffff;
}

.product-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product-item .product-price {
  color: #ffffff !important;
  font-weight: bold;
}

.offers-product-img {
  width: 75px;
  height: 150px;
}

.product-btn {
  border: 1px solid #fff;
  padding: 0.7rem 1rem;
  border-radius: 50px;
  width: max-content;
  font-size: 1rem;
}
@media (max-width: 992px) {
  .product-btn {
    padding: 0.6rem;
    font-size: 1rem;
  }
}

.product-btn.mt-2 a {
  color: #ffffff;
}

.brand-title {
  color: #ffffff !important;
}

.brand-img-container img {
  padding: 1%;
  width: 100%;
  max-width: 300px;
}

.path-curve {
  width: 101%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.path-curve-footer {
  position: absolute;
  z-index: 1;
}

.site-footer {
  font-size: 0.55em;
}

.footer-nav-item > a {
  color: #fff !important;
  font-size: 16px;
}

.footer-brand-list img {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 200px;
}

/* Doesn't Updated Yet */
/* Doesn't Updated Yet */
/* Doesn't Updated Yet */

.customNavigation .product-item .product-btn {
  border: 1px solid #fff;
  padding: 15px;
  border-radius: 50px;
}

.offers-product-btn {
  border: 1px solid #fff;
  padding: 15px;
  border-radius: 50px;
  min-width: 180px;
}

.footer-p {
  text-align: left;
  font-size: 13px;
}

.footer-section-title {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
}

.footer-nav-list {
  padding: 0;
  flex-direction: row;
  list-style-type: none;
}
.footer-nav-item {
  width: 50%;
  margin-bottom: 20px;
}

.footer-nav-item > a {
  color: #fff !important;
}
.title-ss {
  background-color: red;
  font-size: 50px;
  position: absolute;
  z-index: 199999;
}
.footer-brand-list {
  padding: 0;
  flex-direction: column;
  list-style-type: none;
  align-items: center;
}

.follow-icons {
  padding: 0;
  flex-direction: row;
  list-style-type: none;
}

.follow-icons .icon {
  width: 40px;
  height: 40px;
  padding: 7px;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-right: 10px;
}

.shayah-ovarly:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(18, 40, 74);
  background: linear-gradient(
    90deg,
    rgba(18, 40, 74, 1) 2%,
    rgba(255, 255, 255, 0) 100%
  );
}
.brands {
  z-index: 2;
}
/* .special-offers {
  margin-bottom: -72px;
} */

.section-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  /* background: url("../assets/texture-svg.svg"); */
  /* background-position: center; */
  /* background-size: cover; */
}

/* .owl-carousel .owl-wrapper-outer {
  height: 120vh;
} */
.owl-pagination {
  width: 100%;
  position: absolute;
  bottom: 25%;
  z-index: 55;
}
.customNavigation #prev {
  position: absolute;
  top: 50%;
  z-index: 100;
  left: 1%;
  font-size: 1.3em;
}

.customNavigation #next {
  position: absolute;
  top: 50%;
  z-index: 100;
  right: 1%;
  font-size: 1.3em;
}

.link-has-dropdown::after,
.st-has-dropdown::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  position: relative;
  top: 2.77px;
  left: 2px;
}

.st-nav-primary {
  width: 70%;
  /* margin-top: 1.8%; */
}

.st-nav-primary a {
  margin-right: 2%;
}

.st-nav-secondary {
  /* margin-top: 1.8%; */
}

span.badge.rounded-pill.bg-danger {
  position: relative;
  /* bottom: 30%; */
  right: 3px;
}

.large-title {
  font-size: 20px !important;
}

@media only screen and (max-width: 1000px) {
  .small-footer-text {
    font-size: 1.3em;
  }
}

@media only screen and (max-width: 700px) {
  .small-footer-text {
    font-size: 1.55em;
  }
}

@media only screen and (max-width: 500px) {
  .small-footer-text {
    font-size: 1em;
  }
}

@media only screen and (max-width: 1000px) {
  .large-footer-text {
    font-size: 2.2em;
  }
}

@media only screen and (max-width: 700px) {
  .large-footer-text {
    font-size: 2.55em;
  }
}

@media only screen and (max-width: 500px) {
  .large-footer-text {
    font-size: 2.9em;
  }
}

.product-details {
  cursor: auto !important;
  border-width: 2px !important;
}

.products .nav-link.active,
.products .nav-item.show .nav-link {
  background-color: transparent !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #fb0010;
  background-color: rgba(17, 38, 71, 0.1);
  border-color: #fb0010;
  border-right: none;
  border-left: none;
  border-top: none;
}

.nav-tabs.tabs-clean .nav-link.active {
  border-bottom-color: #fb0010;
}

.white-text {
  color: #ffffff !important;
}
.gray-text {
  color: #3c3c3c !important;
}
.checked {
  color: gold;
}

/* Product Slider */
.product-img {
  height: 150px;
  margin-bottom: 20px;
}

h2.product-name {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
}

h2.product-price {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 7px;
}

h2.product-rate {
  margin-bottom: 15px;
}

/* hhhhhhhhhhhhhhhhhhh */
#slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 450px;
  /* margin: 50px auto; */
}
#products {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 0 25px;
}
#products > article:first-child {
  margin-left: 0;
}
#products > article {
  position: relative;
  min-width: 250px;
  min-height: 150px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
#products > article.active {
  min-width: 300px;
  min-height: 300px;
  font-size: 20px;
}
#picText {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
#id {
  color: #fff;
  margin: 15px;
}

.brand-icon > a > i {
  color: white !important;
  font-size: 24px;
}
.brand-icon {
  min-width: 40px;
}

#gofwd,
#gobwd {
  position: absolute;
  top: 50%;
  padding: 50px 15px;
  z-index: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
  font-size: 25px;
  font-weight: bold;
}

#gobwd {
  left: 0;
}
#gofwd {
  right: 0;
}

.st-nav a {
  /* color: #ffffff; */
  font-size: 20px;
}

@media only screen and (max-width: 500px) {
  .st-nav a {
    font-size: 15px;
  }
}

.badge {
  font-size: 0.55em;
  position: absolute !important;
  right: 50px !important;
}

.special-offer-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.special-offers-bg-img {
  z-index: -1;
}

.offers-product-price {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Media Design For Responsive Screen */
@media only screen and (max-width: 900px) {
  .hero-section-overlay h1 {
    font-size: 1.5em;
  }
  .hero-section-overlay h3 {
    font-size: 1.2em;
  }
}

@media only screen and (max-width: 600px) {
  .hero-section-overlay h1 {
    font-size: 1em;
  }
  .hero-section-overlay h3 {
    font-size: 1em;
  }
}

/* @media only screen and (max-width: 320px) {
  .hero-section-overlay h1 {
    font-size: 1.em;
  }
  .hero-section-overlay h3 {
    font-size: 2.4em;
  }
} */

@media only screen and (max-width: 990px) {
  /* .owl-carousel .owl-wrapper-outer {
    height: 70vw;
  } */
  .follow-icons {
    justify-content: center;
  }
  .fixed-top {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .fixed-top {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }

  img.product-img-badge {
    font-size: 19vw;
    width: 45px;
    position: absolute;
    right: 0%;
  }

  .badge-offer {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .site-footer {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .special-offers-bg-img {
    max-width: 50% !important;
  }
}

/* Style the buttons that are used to open and close the accordion panel */
.regular {
  padding: 0 35px;
}
.st-nav .st-dropdown-content-group {
  padding: 20px 0;
}
.st-dropdown-content-group {
  position: relative;
}
.sh-accordion {
  color: #122749 !important;
  cursor: pointer;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/* .sh-active, .sh-accordion:hover { */
/* background-color: #ccc; */
/* } */

/* Style the accordion panel. Note: hidden by default */
.sh-panel {
  padding: 25px 0;
  background-color: rgba(18, 39, 73, 0.9);
  display: none;
  overflow: hidden;
}

#categories-mobile span {
  color: #ffffff;
  padding: 20px 0;
  position: relative;
  white-space: normal;
  text-align: center;
}

#categories-mobile .category-item {
  margin: 0 !important;
  width: 30% !important;
}

.arrow {
  border: solid #122749;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 7px;
  position: relative;
  top: -2px;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.st-nav .st-popup {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  pointer-events: none;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}
