.text-color {
  color: #6d6d6d;
}

section {
  padding-top: 80px;
}

@media (max-width: 1460px) {
  section {
    padding-top: 70px;
  }
}

@media (max-width: 1199px) {
  section {
    padding-top: 60px;
  }
}

@media (max-width: 991px) {
  section {
    padding-top: 50px;
  }
}

@media (max-width: 767px) {
  section {
    padding-top: 40px;
  }
}

@media (max-width: 575px) {
  section {
    padding-top: 30px;
  }
}

a {
  color: var(--theme-color);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

a:focus {
  outline: none;
}

button:focus {
  outline: none;
}

:focus {
  outline: none;
}

h2 {
  font-size: calc(22px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  margin: 0;
}

h3 {
  font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

h5 {
  font-size: calc(15px + (16 - 15) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}

span {
  display: inline-block;
}

html {
  --theme-color: #0F84CE;
}

.theme-color {
  color: var(--theme-color) !important;
}

.theme-bg-color {
  background-color: var(--theme-color);
}

.title {
  margin-bottom: calc(20px + (50 - 20) * ((100vw - 320px) / (1920 - 320)));
}

.title h5 {
  margin-bottom: 10px;
  margin-top: -2px;
  color: #7e7e7e;
}

.title-2 {
  color: #212529;
}

.title-2 h2 {
  margin-top: -2px;
}

.title-2 h5 {
  margin-bottom: 0;
  margin-top: 10px;
  color: #7e7e7e;
}

.ratio_40 .bg-size:before {
  padding-top: 40%;
  content: "";
  display: block;
}

.slick-initialized .slick-arrow {
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slick-initialized .slick-arrow:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slick-initialized .slick-arrow:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slick-initialized .slick-arrow:hover:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.slick-slider .slick-list {
  margin: 0 -12px;
}

@media (max-width: 575px) {
  .slick-slider .slick-list {
    margin: 0 -6px;
  }
}

.slick-slider .slick-list .slick-slide>div {
  margin: 0 12px;
}

@media (max-width: 575px) {
  .slick-slider .slick-list .slick-slide>div {
    margin: 0 6px;
  }
}

.white-arrow .slick-arrow {
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

@media (max-width: 991px) {
  .white-arrow .slick-arrow {
    width: 30px;
    height: 30px;
  }
}

.white-arrow .slick-arrow:before {
  font-size: 12px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.white-arrow .slick-prev {
  z-index: 1;
}

.white-arrow .slick-prev:before {
  content: "\f053";
}

.white-arrow .slick-next:before {
  content: "\f054";
}

.white-arrow .slick-arrow {
  background-color: rgba(255, 255, 255, 0.2);
  width: 30px;
  height: 30px;
}

.white-arrow .slick-arrow:before {
  color: #fff;
}

.white-arrow .slick-arrow:hover,
.white-arrow .slick-arrow:active,
.white-arrow .slick-arrow:focus {
  background-color: #fff;
}

.white-arrow .slick-arrow:hover:before,
.white-arrow .slick-arrow:active:before,
.white-arrow .slick-arrow:focus:before {
  color: var(--theme-color);
}

.blur-up {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}

.blur-up.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}

.white-arrow .slick-prev {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -70px;
  margin-top: -25px;
}

.white-arrow .slick-prev:active {
  color: var(--theme-color);
}

@media (max-width: 991px) {
  .white-arrow .slick-prev {
    left: unset;
    right: 90px;
    top: -80px;
    width: 40px;
    height: 40px;
    margin-top: 0;
  }
}

@media (max-width: 360px) {
  .white-arrow .slick-prev {
    top: -58px;
  }
}

.white-arrow .slick-prev::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-weight: 900;
}

.white-arrow .slick-next {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: -70px;
  margin-top: 20px;
}

.white-arrow .slick-next:active {
  color: var(--theme-color);
}

@media (max-width: 991px) {
  .white-arrow .slick-next {
    left: unset;
    right: 30px;
    top: -80px;
    width: 40px;
    height: 40px;
    margin-top: 0;
  }
}

@media (max-width: 360px) {
  .white-arrow .slick-next {
    top: -58px;
  }
}

.white-arrow .slick-next::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #000;
  font-weight: 900;
}

.category-section.ratio_40 .bg-size::before {
  padding-top: 20%;
}

.category-wrap {
  padding: calc(15px + (25 - 15) * ((100vw - 320px) / (1920 - 320)));
  position: relative;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 360px) {
  .category-wrap {
    height: unset;
  }
}

@media (max-width: 1460px) {
  .category-wrap.category-padding {
    padding: 23px;
  }
}

@media (max-width: 1199px) {
  .category-wrap.category-padding {
    padding: 19px;
  }
}

.category-wrap.theme-bg-color {
  color: #fff;
  background-color: var(--theme-color);
}

.category-wrap.theme-bg-color .light-text {
  font-size: 72px;
  line-height: 96px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
  position: absolute;
  opacity: 0.08;
  top: -10px;
  left: 0;
}

.category-wrap.theme-bg-color h2 {
  margin-bottom: 10px;
}

.category-wrap.theme-bg-color h2.top-spacing {
  margin-top: -3px;
}

.category-wrap.theme-bg-color span {
  letter-spacing: calc(2px + (8 - 2) * ((100vw - 320px) / (1920 - 320)));
  text-transform: uppercase;
  display: block;
  margin-bottom: -5px;
}

.category-wrap .category-content {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.category-wrap .category-content span {
  color: #212529;
  display: block;
  text-align: right;
}

.category-wrap .category-content.category-text-1 h3 {
  margin-top: -4px;
}

.category-wrap .category-content.category-text-1 span {
  display: block;
  margin-bottom: -6px;
}

.category-wrap .category-content h3 {
  margin-bottom: 2px;
  font-weight: 600;
  font-size: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320)));
}

/* RTL Specific Overrides */
[dir="rtl"] {
  overflow-x: hidden;
}

[dir="rtl"] body {
  overflow-x: hidden;
}

[dir="rtl"] .white-arrow .slick-prev {
  left: unset;
  right: -70px;
}

@media (max-width: 991px) {
  [dir="rtl"] .white-arrow .slick-prev {
    left: unset;
    right: 90px;
  }
}

[dir="rtl"] .category-wrap .category-content {
  right: unset;
  left: 30px;
}

[dir="rtl"] .category-wrap .category-content span {
  text-align: left;
}

[dir="rtl"] .category-wrap.theme-bg-color .light-text {
  left: unset;
  right: 0;
}

/* Fix for product card action buttons not being clickable */
.product-box .cart-wrap {
  z-index: 10 !important;
}

.product-box .cart-wrap ul li a,
.product-box .cart-wrap ul li button {
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 11;
}

.product-box .cart-wrap ul li a svg,
.product-box .cart-wrap ul li button svg {
  pointer-events: none;
}

.orange-bg {
  background-color: #ff4c3b !important;
  /* Theme orange/red color from image */
}

.category-slider .category-item img {
  border-radius: 10px;
  transition: all 0.3s ease;
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.category-slider .category-item:hover img {
  transform: scale(1.05);
}

.category-slider .category-item h5 {
  color: #212529;
  font-weight: 500;
}

.category-wrap.orange-bg {
  color: #fff;
  min-height: 250px;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.category-wrap.orange-bg h3 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 20px;
  color: #fff;
}

.category-wrap.orange-bg h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
}

.category-wrap.orange-bg .slider-arrows {
  position: absolute;
  bottom: 30px;
  left: 30px;
  /* Matching screenshot better */
}

.category-wrap.orange-bg .slider-arrows button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #ff4c3b;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.category-wrap.orange-bg .slider-arrows button:hover {
  background: #f8f8f8;
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .category-wrap.orange-bg {
    min-height: 180px;
    margin-bottom: 20px;
  }

  .category-wrap.orange-bg .slider-arrows {
    bottom: 20px;
    left: 20px;
  }
}

/* Hero Section Style Fixes */
.poster-section {
  height: 700px !important;
  background-position: center;
  background-image: none !important;
  background-color: transparent !important;
}

.poster-section .poster-image {
  background-color: transparent !important;
}

.left-side-contain {
  width: 50% !important;
  left: 5% !important;
  z-index: 2;
}

@media (max-width: 1199px) {
  .poster-section {
    height: 550px !important;
  }

  .left-side-contain {
    width: 60% !important;
  }
}

.poster-section .poster-image img {
  height: auto !important;
  max-height: 600px !important;
  width: auto !important;
  object-fit: contain !important;
  margin: 50px auto 0 !important;
}

@media (max-width: 991px) {
  .poster-section .poster-image img {
    max-height: 400px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top: 20px !important;
  }

  .left-side-contain {
    width: 100% !important;
    left: 0 !important;
    padding: 0 30px;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
  }

  .banner-left {
    margin: 0 auto;
  }
}

.poster-section .slider-nav {
  right: 5% !important;
  z-index: 3;
}

.poster-section .slider-nav .poster-img .overlay-color {
  background-color: rgba(15, 132, 206, 0.6) !important;
  /* Theme blue overlay */
}

.poster-section .slider-nav .poster-img .overlay-color .fa-plus {
  background-color: #fff;
  color: var(--theme-color);
}

.theme-bg-primary {
  background-color: #16A2FA !important;
}

.category-wrap.theme-bg-primary {
  color: #fff;
  min-height: 250px;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.category-wrap.theme-bg-primary h3 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 20px;
  color: #fff;
}

.category-wrap.theme-bg-primary h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
}

.category-wrap.theme-bg-primary .slider-arrows {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

.category-wrap.theme-bg-primary .slider-arrows button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #16A2FA;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.category-wrap.theme-bg-primary .slider-arrows button:hover {
  background: #f8f8f8;
  transform: scale(1.1);
}

@media (max-width: 991px) {
  .category-wrap.theme-bg-primary {
    min-height: 180px;
    margin-bottom: 20px;
  }

  .category-wrap.theme-bg-primary .slider-arrows {
    bottom: 20px;
    left: 20px;
  }
}