/*---------------------------------------------
Template Name: Click and shop
Template URL: 
Description: Digital Agency HTML5 Template
Author: Luminous Labs
Author URL: https://luminouslabsbd.com/
Version: 1.0

===============================================   
STYLESHEET INDEXING
|
|___ Default Styles
|	|___ Variables
|	|___ Reset Styels
|	|___ Typography
|	|___ Forms Styles
|	|___ Helper Classes 
|
|___ Elements Styles
|	|___ Back To Top
|	|___ Countdown
|	|___ Preloader 
|
|___Template Styles
|	|___ About Us
|	|___ Banner
|	|___ Brand
|	|___ Dealing Product
|	|___ Featured
|	|___ Flash Sell
|	|___ New Arrival
|	|___ Product
|	|___ Shop Card
|	|___ Top Selling 
|	|___ Trending
|	|___ Typography
|	|___ Ad banner 
|	|___ Cart
|	|___ Contact
|	|___ Pages
|	|___ Team
|	|___  404 Error
|
|___Blocks Styles
|	|___ Header Styles
|	|___ Blog Styles
|	|___ Footer Styles
|
|___Dark Style
|
|___Spacing
|
|___ END STYLESHEET INDEXING

--------------------------------------------*/
/*=======================================================================
1. Default Styles
=========================================================================*/
/*-------------------------
    Variables
-------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
:root {
  --color-primary: #F97316;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-dark: #161C2D;
  --color-dark-black: #171413;
  --text-dark-color: #252B42;
  --text-color: #17183B;
  --text-light-color: #737373;
  --text-base-color: #183153;
  --text-blur-color: #9D9FA2;
  --dark-light-color: #183153;
  --color-green-shade: #059669;
  --color-red-shade: #FF3333;
  --color-yellow-shade: #FFD600;
  --color-brown-shade: #61402D;
  --color-chilean-shade: #E7C8C6;
  --color-review: #616161;
  --color-paragraph: #4C4C4C;
  --color-background-light: #FDF8EF;
  --color-product-background: #F5F5F5;
  --color-product-light-background: #8597BF;
  --border-color: 1px solid #F0F0F0;
  --border-light: 1px solid #BACAE9;
  --border-lighter: 1px solid #BACAE9;
  --font-primary: "Jost", sans-serif;
  --font-secondary: "Poppins", sans-serif;
  --font-awesome: "Font Awesome 5 Pro";
  --transition: all 0.3s ease-in-out;
  --font-body-1: 18px;
  --font-body-2: 16px;
  --font-body-3: 14px;
  --font-body-4: 12px;
  --line-height-b1: 1.5;
  --line-height-b3: 1.1;
  --h1: 60px;
  --h2: 48px;
  --h3: 38px;
  --h4: 32px;
  --h5: 24px;
  --h6: 20px;
}

/*-------------------------
    Reset Styels
-------------------------*/
a {
  display: inline-block;
  text-decoration: none;
  transition: var(--transition);
}

span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul.list-style,
ol.list-style {
  margin: -10px 0;
  list-style: none;
}

li {
  list-style: none;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.main-wrapper {
  overflow: hidden;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-left: 15px;
  padding-right: 15px;
}

.container {
  max-width: 1430px;
}

/*-------------------------
    Typography
-------------------------*/
body {
  font-family: var(--font-primary);
  font-size: var(--font-body-2);
  line-height: var(--line-height-b1);
  color: var(--color-body);
  font-weight: 400;
  height: 100%;
  overflow-x: hidden;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
address,
p,
pre,
blockquote,
table,
hr {
  margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  font-weight: 500;
  letter-spacing: -0.025em;
  color: var(--color-text-dark);
}

ul {
  padding-left: 0;
}

h1,
.h1 {
  font-size: var(--h1);
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  h1,
  .h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}

h2,
.h2 {
  font-size: var(--h2);
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  h2,
  .h2 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 479px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}

h3,
.h3 {
  font-size: var(--h3);
  line-height: 1.2;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  h3,
  .h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1199px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}

h4,
.h4 {
  font-size: var(--h4);
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}

h5,
.h5 {
  font-size: var(--h5);
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}

h6,
.h6 {
  font-size: var(--h6);
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}

p {
  margin-bottom: 0;
}

/*-------------------------
    Forms Styles
-------------------------*/
input,
.form-control {
  border: 1px solid #8597BF;
  border-radius: 5px;
  background-color: #F9F9F9;
  color: var(--color-text-light);
  padding: 12px 20px;
  width: 100%;
  /* -- Placeholder -- */
}
input:focus,
.form-control:focus {
  outline: none;
  box-shadow: 0 20px 48px -14px rgba(153, 161, 170, 0.25);
  border-color: #8597BF;
}
input::placeholder,
.form-control::placeholder {
  color: #8597BF;
  /* Firefox */
  opacity: 1;
}
input:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8597BF;
}
input::-ms-input-placeholder,
.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8597BF;
}

.error-msg,
.success-msg {
  margin-top: 25px;
}
.error-msg p,
.success-msg p {
  margin-bottom: 0;
  font-size: 14px;
}

.error-msg p {
  color: #ff0000;
}

.success-msg p {
  color: #15c54b;
}

/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Mixin
-------------------------*/
/*-------------------------
  Helper Classes
-------------------------*/
.section-margin {
  margin-bottom: 120px;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .section-margin {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .section-margin {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .section-margin {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .section-margin {
    margin-bottom: 60px;
  }
}

.section-padding {
  padding: 140px 0;
}

.product-background {
  text-align: center;
  background: #FDF8EF;
  padding: 100px 0;
}

.product-background h2 {
  font-family: "Jost", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #161C2D;
  margin-bottom: 32px;
}

.blog-breadcrumb ul li a,
.product-background ul li a {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #161C2D;
  margin-right: 4px;
}

.blog-breadcrumb .active a,
.product-background .active a {
  color: #F97316;
  font-size: 16px;
  font-weight: 300;
  font-family: "Jost", sans-serif;
  text-align: center;
  margin-left: 4px;
}

.section-header {
  position: relative;
  transition: all 0.5s ease;
}
.section-header h4 {
  transition: var(--transition);
}
.section-header h4:hover {
  color: #F97316 !important;
  cursor: pointer;
}
.section-header::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50px;
  width: 100%;
  height: 1px;
  background: #E7E7E7;
}
.section-header .trend-icon {
  transition: all 0.5s ease-in;
}
.section-header .trend-icon svg {
  transition: var(--transition);
}
.section-header .trend-icon:hover svg {
  transform: rotate(40deg);
}
.section-header a {
  color: #161C2D;
  font-size: 16px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
.section-header a img {
  transition: all 0.5s ease-in;
}

.category-submenu.show {
  display: block !important;
}

.shop-btn {
  padding: 12px 24px;
  background: #F97316;
  border-radius: 2px;
  transition: all 0.3s;
}
.shop-btn:hover {
  background-color: #161C2D;
}

.btn:focus,
.btn-primary:focus {
  box-shadow: none;
}

.you-tube {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  background-color: #F00;
  text-align: center;
}

.box-swiper .swiper-container {
  position: relative;
  height: 100%;
}

.review-icon i {
  font-size: 15px;
  margin-left: 2px;
  color: #FFD600;
}
.review-icon i.half {
  color: #9D9FA2;
}
.review-icon i:first-child {
  margin-left: 0;
}

/*=======================================================================
2. Elements Styles
=========================================================================*/
/*-------------------------
    Back To Top  
--------------------------*/
.back-to-top {
  position: fixed;
  bottom: -40px;
  right: 40px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 9;
  transition: all 0.3s;
}

@media only screen and (max-width: 575px) {
  .back-to-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.back-to-top:focus {
  color: var(--color-white);
}

.back-to-top.show {
  bottom: 40px;
  right: 40px;
  opacity: 1;
  transform: scale(1);
}

@media only screen and (max-width: 575px) {
  .back-to-top.show {
    bottom: 10px;
    right: 10px;
  }
}
.back-to-top.show:hover {
  color: var(--color-white);
  bottom: 30px;
  opacity: 1;
}

@media only screen and (max-width: 575px) {
  .back-to-top.show:hover {
    bottom: 10px;
  }
}
/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Mixin
-------------------------*/
/*-------------------------
    Countdown design
-------------------------*/
.countdown {
  margin-left: 72px;
}
.countdown .counter {
  display: flex;
  max-width: fit-content;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.countdown .counter .counter__box {
  text-align: center;
  background: #F97316;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1px 14px;
  margin-right: 25px;
  border-radius: 5px;
}
.countdown .counter .counter__box .counter__duration {
  font-size: 12px;
}

/*-------------------------
    Preloader
-------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-dark);
  z-index: 9999999;
}
#preloader .spinner {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: -20px;
  display: inline-block;
  vertical-align: middle;
  left: 50%;
  top: 50%;
  margin-left: -20px;
}
#preloader .spinner .double-bounce1,
#preloader .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*=======================================================================
3. Template Styles
=========================================================================*/
/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Mixin
-------------------------*/
/*-------------------------
   About Us
-------------------------*/
.about-us .about-content .about_title {
  font-family: "Jost", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #161C2D;
}
.about-us .about-content p {
  color: #4F5D81;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin: 16px 0 64px 0;
}
.about-us .about-content .about-img-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
}
.about-us .about-content .about-img-wrapper .about-img {
  position: relative;
  z-index: 1;
}
.about-us .about-content .about-img-wrapper .about-img img {
  width: 360px;
  max-width: none;
  height: auto;
  object-fit: cover;
  border: 10px solid #fff;
  border-radius: 20px;
}
.about-us .about-content .about-img-wrapper .about-img:nth-child(even) {
  top: 54px;
}
.about-us .about-content .about-img-wrapper .about-img:nth-child(2) {
  left: -100px;
}
.about-us .about-content .about-img-wrapper .about-img:nth-child(3) {
  left: -200px;
}
.about-us .about-content .about-img-wrapper .about-img:nth-child(4) {
  left: -300px;
}
.about-us .about-content .about-img-wrapper .about-img:nth-child(5) {
  left: -400px;
}

.about-info-wrapper {
  padding: 120px 0;
  background-color: #FFFBF8;
}
.about-info-wrapper .about_title {
  font-family: "Jost", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #161C2D;
  text-align: left;
}
.about-info-wrapper .about-img {
  overflow: hidden;
}
.about-info-wrapper .about-img img {
  transition: all 0.5s;
  border-radius: 10px;
}
.about-info-wrapper .about-img img:hover {
  transform: scale(1.1);
  border-radius: 10px;
}
.about-info-wrapper p {
  color: #4F5D81;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin: 24px 0 24px 0;
}
.about-info-wrapper .discover {
  padding: 16px 32px;
  background-color: #F97316;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  border-radius: 5px;
}
.about-info-wrapper .discover:hover {
  background-color: #161C2D;
}

/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Mixin
-------------------------*/
/*-------------------------
    Banner
-------------------------*/
.banner {
  position: relative;
  z-index: 2;
  padding-top: 213px;
}
.banner .banner-content p {
  color: #161C2D;
  font-size: 24px;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}
.banner .banner-content .title {
  color: #161C2D;
  font-size: 60px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  margin: 10px 0 12px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .banner .banner-content .title {
    font-size: 56px;
  }
}
@media only screen and (max-width: 1199px) {
  .banner .banner-content .title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991px) {
  .banner .banner-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .banner-content .title {
    font-size: 38px;
  }
}
.banner .banner-content .shop-btn {
  margin-left: 0;
  color: #fff;
}
.banner .banner-content .subtitle {
  color: #161C2D;
  font-size: 24px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  line-height: 1.2;
}
.banner .banner-thumbnail {
  position: relative;
}
.banner.banner-style-1 {
  position: relative;
  background-color: #FDF8EF;
}
.banner.banner-style-1::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../media/banner/hero-section.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.banner.banner-style-1 .banner-content {
  margin-left: 250px;
}
@media only screen and (max-width: 991px) {
  .banner.banner-style-1 .banner-content {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.banner.banner-style-1 .banner-thumbnail {
  z-index: 5;
}
.banner.banner-style-1 .banner-thumbnail .banner-img img {
  height: 550px;
  object-fit: cover;
}
.banner.banner-style-1 .slick-dots {
  position: absolute;
  bottom: 12px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.banner.banner-style-1 .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  content: "";
  text-align: center;
  opacity: 1;
  background-color: #FED7A1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.banner.banner-style-1 .slick-dots .slick-active button:before {
  background-color: #F97316;
  width: 14px;
  height: 14px;
}
.banner.banner-style-1 .slick-dots .slick-active button::after {
  position: absolute;
  top: -4px;
  left: -4px;
  width: 22px;
  height: 22px;
  content: "";
  border-radius: 50%;
  border: 1px solid #F97316;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.banner.banner-style-2 {
  padding-top: 0;
}
.banner.banner-style-2 .row {
  margin: 0 0;
  padding: 0 0;
}
.banner.banner-style-2 .row > [class*=col] {
  padding-left: 0;
  padding-right: 0;
}
.banner.banner-style-2 .banner-info-wrapper {
  background-color: #FDF8EF;
  padding: 140px 0 240px 80px;
  flex-basis: 60%;
  z-index: 1;
}
.banner.banner-style-2 .banner-info-wrapper::after {
  position: absolute;
  content: "";
  left: 160px;
  top: 100px;
  width: 100%;
  height: 75%;
  background: url(../media/banner/hero-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.banner.banner-style-2 .banner-info-wrapper .banner-content-2 p {
  color: #F97316;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.banner.banner-style-2 .banner-info-wrapper .banner-content-2 h1 {
  color: #161C2D;
  font-size: 60px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin: 8px 0 24px 0;
  line-height: 120%;
  max-width: 530px;
}
.banner.banner-style-2 .banner-info-wrapper .banner-content-2 span {
  color: #161C2D;
  font-size: 20px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  display: block;
}
.banner.banner-style-2 .banner-info-wrapper .banner-content-2 .shop-btn {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  border-radius: 2px;
}
.banner.banner-style-2 .banner-info-wrapper .banner-background {
  bottom: 15%;
  right: 40%;
}
.banner.banner-style-2 .banner-info-wrapper .banner-background h2 {
  font-family: "Jost", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #161C2D;
  color: #F97316;
}
.banner.banner-style-2 .banner-info-wrapper .banner-background p {
  color: #161C2D;
  font-size: 12px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.banner.banner-style-2 .banner-thumbnail {
  background-color: #F4F2FF;
  padding: 56px 85px 200px 208px;
  flex-basis: 40%;
  z-index: 2;
}
.banner.banner-style-2 .banner-thumbnail .banner-img img,
.banner.banner-style-2 .banner-thumbnail .banner-img-middle img,
.banner.banner-style-2 .banner-thumbnail .banner-img-last img {
  width: 235px;
  height: 315px;
  object-fit: cover;
  border-radius: 10px;
}
.banner.banner-style-2 .banner-thumbnail .banner-img-middle {
  top: 130px;
  right: 220px;
}
.banner.banner-style-2 .banner-thumbnail .banner-img-last {
  top: 190px;
  left: -50px;
}

/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Mixin
-------------------------*/
/*-------------------------
    Top trending
-------------------------*/
.trending-products {
  margin-top: 100px;
}
.trending-products .section-head .title h4 {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #161C2D;
}
.trending-products .section-head .box-button-swiper {
  position: relative;
}
.trending-products .section-head .box-button-swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
.trending-products .section-head .box-button-swiper .swiper-button-prev {
  left: inherit;
  right: 70px !important;
}
.trending-products .section-head .box-button-swiper .swiper-button-prev,
.trending-products .section-head .box-button-swiper .swiper-button-next {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -32px;
  right: 0;
  border: 0.5px solid rgba(249, 115, 22, 0.5);
  color: #fff;
  border-radius: 50%;
  transition: all 0.5s;
}
.trending-products .section-head .box-button-swiper .swiper-button-prev::after,
.trending-products .section-head .box-button-swiper .swiper-button-next::after {
  display: none;
}
.trending-products .section-head .box-button-swiper .swiper-button-prev i,
.trending-products .section-head .box-button-swiper .swiper-button-next i {
  color: #F97316;
}
.trending-products .section-head .box-button-swiper .swiper-button-prev:hover,
.trending-products .section-head .box-button-swiper .swiper-button-next:hover {
  background: #F97316;
}
.trending-products .section-head .box-button-swiper .swiper-button-prev:hover i,
.trending-products .section-head .box-button-swiper .swiper-button-next:hover i {
  color: #fff;
}
.trending-products .box-swiper {
  position: relative;
}
.trending-products .box-swiper::after {
  position: absolute;
  content: "";
  left: 20px;
  top: 25%;
  width: 96%;
  height: 100%;
  background: url(../media/others/trending.png);
  background-repeat: no-repeat;
}
.trending-products .trend-info {
  text-align: center;
}
.trending-products .trend-info .trend-img a img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  border: 1px solid #F97316;
  background-color: #FFF1ED;
}
.trending-products .trend-info .trending-background-2 a img {
  border: 1px solid rgba(130, 203, 254, 0.5);
  background-color: #E9F6FF;
}
.trending-products .trend-info .trending-background-3 a img {
  border: 1px solid rgba(131, 182, 79, 0.5);
  background-color: #F6FFED;
}
.trending-products .trend-info .trending-background-4 a img {
  border: 1px solid rgba(207, 154, 160, 0.5);
  background-color: #FFF9FA;
}
.trending-products .trend-info .trending-background-5 a img {
  border: 1px solid rgba(255, 147, 175, 0.5);
  background-color: #FCE5EB;
}
.trending-products .trend-info .trending-background-6 a img {
  border: 1px solid rgba(255, 62, 117, 0.5);
  background-color: #FFF8FA;
}
.trending-products .trend-info .trending-background-7 a img {
  border: 1px solid rgba(164, 152, 63, 0.5);
  background-color: #FFFDED;
}
.trending-products .trend-info .heading {
  color: #161C2D;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-top: 12px;
}

/*-------------------------
    Top categories
-------------------------*/
.top-category-products {
  margin-top: 100px;
}
.top-category-products .section-header::after {
  display: none;
}
.top-category-products .section-header .title h4 {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #161C2D;
  margin-bottom: 32px;
  text-align: left;
}
.top-category-products .section-header .box-button-swiper .swiper-button-prev {
  left: inherit;
  right: 70px !important;
}
.top-category-products .section-header .box-button-swiper .swiper-button-prev,
.top-category-products .section-header .box-button-swiper .swiper-button-next {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -32px;
  right: 0;
  border: 0.5px solid rgba(249, 115, 22, 0.5);
  color: #fff;
  border-radius: 50%;
  transition: all 0.5s;
  top: -5px;
}
.top-category-products .section-header .box-button-swiper .swiper-button-prev::after,
.top-category-products .section-header .box-button-swiper .swiper-button-next::after {
  display: none;
}
.top-category-products .section-header .box-button-swiper .swiper-button-prev i,
.top-category-products .section-header .box-button-swiper .swiper-button-next i {
  color: #F97316;
}
.top-category-products .section-header .box-button-swiper .swiper-button-prev:hover,
.top-category-products .section-header .box-button-swiper .swiper-button-next:hover {
  background: #F97316;
}
.top-category-products .section-header .box-button-swiper .swiper-button-prev:hover i,
.top-category-products .section-header .box-button-swiper .swiper-button-next:hover i {
  color: #fff;
}
.top-category-products .trend-info {
  padding: 24px 12px;
  border-radius: 20px;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: #F3F8FF;
}
.top-category-products .trend-info .trend-img {
  height: 150px;
  padding: 24px 12px 24px 12px;
  border-radius: 20px;
  border: 1px 0px 0px 0px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-bottom: 16px;
}
.top-category-products .trend-info .trend-img img {
  height: 120px;
}
.top-category-products .trend-info .heading {
  transition: var(--transition);
  color: #161C2D;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.top-category-products .trend-info .heading .svg-icon {
  opacity: 0;
  transition: all 0.5s ease-in;
}
.top-category-products .trend-info:hover {
  border: 1px solid #F97316;
}
.top-category-products .trend-info:hover .heading {
  color: #F97316;
}
.top-category-products .trend-info:hover .svg-icon {
  opacity: 1;
  margin-left: 3px;
}
.top-category-products .top-category-back-2 {
  background-color: #FFF6F3;
}
.top-category-products .top-category-back-3 {
  background-color: #FAFFF3;
}
.top-category-products .top-category-back-4 {
  background-color: #F5F3FF;
}
.top-category-products .top-category-back-5 {
  background-color: #FFF3F3;
}
.top-category-products .top-category-back-6 {
  background-color: #F3F8FF;
}

/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Mixin
-------------------------*/
/*-------------------------
    shop card
-------------------------*/
.shop-card .cloth-img img {
  object-fit: cover;
}
.shop-card .shop-card-clothing {
  height: 338px;
  background-color: #EAEAFF;
  justify-content: space-between;
}
.shop-card .shop-card-clothing .card-info {
  padding: 20px 0 20px 20px;
}
.shop-card .shop-card-clothing .card-info > a {
  font-family: "Jost", sans-serif;
  padding: 12px 24px 12px 24px;
  border-radius: 2px 0px 0px 0px;
  color: #fff;
  background-color: #161C2D;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2px;
  text-align: left;
  margin-top: 130px;
  transition: all 0.3s;
}
.shop-card .shop-card-clothing .card-info > a:hover {
  background-color: #F97316;
}
.shop-card .shop-card-clothing .card-info .card-details {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.shop-card .shop-card-clothing .card-info .card-details h6 {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3;
  text-align: left;
  color: #161C2D;
  margin-left: 7px;
}
.shop-card .shop-card-clothing .card-info p {
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  color: rgba(76, 76, 76, 0.65);
  margin-top: 6px;
  margin-bottom: 10px;
}
.shop-card .shop-card-clothing .shop-card-img {
  position: relative;
}
.shop-card .shop-card-clothing .shop-card-img .sale-badge {
  position: absolute;
  top: 15px;
  right: 20px;
}
.shop-card .card-1 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.shop-card .card-1 .shop-card-img {
  padding-right: 40px;
}
.shop-card .card-3,
.shop-card .card-2 {
  background-color: #EFFAFF;
  padding: 40px 40px 4px 40px;
  height: 338px;
}
.shop-card .card-3 .card-info,
.shop-card .card-2 .card-info {
  padding: 0;
}
.shop-card .card-3 .shop-card-img a img,
.shop-card .card-2 .shop-card-img a img {
  height: 210px;
}
.shop-card .card-3 .shop-card-img .card-shadow-img,
.shop-card .card-2 .shop-card-img .card-shadow-img {
  bottom: -40px;
  left: -20px;
}
.shop-card .card-3 {
  background-color: #FFECF2;
}

/*-------------------------
   card item
-------------------------*/
.card-item {
  position: relative;
}
.card-item .card-item-post-block {
  position: relative;
}
.card-item .card-item-post-block .card-content {
  background-color: #F1E8D7;
  border-radius: 10px;
  padding: 12px 20px;
  overflow: hidden;
}
.card-item .card-item-post-block .card-content .card-item-info p {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.2px;
  text-align: left;
  color: #161C2D;
  margin-bottom: 0;
}
.card-item .card-item-post-block .card-content .card-item-info .card-content-title a h6 {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2px;
  text-align: left;
  color: #161C2D;
  margin-bottom: 24px;
  width: max-content;
}
.card-item .card-item-post-block .card-content .card-item-info .card-item-price .price p {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
  color: #161C2D;
}
.card-item .card-item-post-block .card-content .card-item-info .card-item-price .price p sup {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
}
.card-item .card-item-post-block .card-content .card-item-info .card-item-price .price p span {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2px;
  text-align: left;
  color: #AAAAAA;
}
.card-item .card-item-post-block .card-content .card-item-info .card-item-price .price-img {
  position: relative;
}
.card-item .card-item-post-block .card-content .card-item-info .card-item-price .price-img .img-up-price {
  position: absolute;
  top: 8px;
  left: 12px;
  z-index: 9;
}
.card-item .card-item-post-block .card-content .card-item-info .card-item-price .price-img .img-up-price p {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
}
.card-item .card-item-post-block .card-content .card-btn a {
  font-family: "Poppins", sans-serif;
  padding: 10px 12px 6px 12px;
  border-radius: 6px;
  color: #fff;
  background-color: #F97316;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-align: left;
}
.card-item .card-item-post-block .card-content .card-btn a img {
  padding-bottom: 2px;
  padding-left: 5px;
}
.card-item .card-item-post-block .card-center {
  background: #E7EAF2;
}
.card-item .card-item-post-block .card-last {
  background: #FFEEE4;
}
.card-item .card-svg-img {
  position: absolute;
  top: 0;
  right: 0;
}
.card-item .card-svg-img svg {
  border-radius: 10px;
}
.card-item .card-right-img {
  z-index: 1;
  margin-top: 18px;
}
.card-item .card-right-img img {
  height: 210px;
}

/*-------------------------
    shop card style 2
-------------------------*/
.shop-card-wrapper .shop-card-item-info {
  background-color: #F2F0FF;
  padding: 65px 65px 5px 65px;
  border-radius: 20px;
}
.shop-card-wrapper .shop-card-item-info .card-info p {
  color: #059669;
  font-size: 14px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.shop-card-wrapper .shop-card-item-info .card-info .card-head {
  margin-bottom: 24px;
  color: #252B42;
  font-size: 24px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
.shop-card-wrapper .shop-card-item-info .card-info .shop-btn {
  background-color: #161C2D;
  transition: all 0.3s;
}
.shop-card-wrapper .shop-card-item-info .card-info .shop-btn a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
.shop-card-wrapper .shop-card-item-info .card-info .shop-btn:hover {
  background-color: #F97316;
}
.shop-card-wrapper .shop-card-item-info .shop-card-img {
  z-index: 1;
  margin: 60px 0;
}
.shop-card-wrapper .shop-card-item-info .shop-card-img .offer-badge {
  position: absolute;
  top: -60px;
  right: 36px;
}
.shop-card-wrapper .shop-card-item-info .shop-card-img .circle-img {
  position: absolute;
  top: 100px;
  left: -150px;
  z-index: -1;
}
.shop-card-wrapper .shop-card-item-info .shop-card-img .card-shadow-img {
  bottom: -40px;
}
.shop-card-wrapper .shop-card-item {
  background-color: #E3F2E6;
  padding: 45px 45px 5px 45px;
  border-radius: 20px;
}
.shop-card-wrapper .shop-card-item .card-info p {
  color: #059669;
  font-size: 14px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.shop-card-wrapper .shop-card-item .card-info .card-head {
  margin-bottom: 24px;
  color: #252B42;
  font-size: 24px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
.shop-card-wrapper .shop-card-item .card-info .shop-btn {
  z-index: 1;
  background-color: #161C2D;
  transition: all 0.3s;
}
.shop-card-wrapper .shop-card-item .card-info .shop-btn a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
.shop-card-wrapper .shop-card-item .card-info .shop-btn:hover {
  background-color: #F97316;
}
.shop-card-wrapper .shop-card-item .featured-card {
  padding: 40px;
}
.shop-card-wrapper .shop-card-item .shop-card-img {
  z-index: 1;
}
.shop-card-wrapper .shop-card-item .shop-card-img .circle-img {
  position: absolute;
  top: 40px;
  right: -30px;
  z-index: -1;
}
.shop-card-wrapper .shop-card-item .shop-card-img .circle-img-2 {
  top: -10px;
  right: 5px;
}
.shop-card-wrapper .shop-card-3 {
  background-color: #FFFFD4;
}

/*-------------------------
    shop card item three
-------------------------*/
.card-item-three .card-item-post-block {
  padding: 35px 35px;
  background-color: #D4EDF8;
  border-radius: 20px;
}
.card-item-three .card-item-post-block .card-item-info {
  z-index: 1;
}
.card-item-three .card-item-post-block .card-item-info .card-content-title h6 {
  color: #F97316;
  font-size: 14px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-bottom: 12px;
}
.card-item-three .card-item-post-block .card-item-info .card-content-title h2 {
  color: #252B42;
  font-size: 24px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-bottom: 12px;
}
.card-item-three .card-item-post-block .card-item-info .card-content-title p {
  color: #737373;
  font-size: 14px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 12px;
  padding-right: 50px;
}
.card-item-three .card-item-post-block .card-item-info .card-content-title .explore {
  color: #252B42;
  font-size: 14px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
.card-item-three .card-item-post-block .card-item-img .card-img-wrapper {
  z-index: 1;
  height: 185px;
}
.card-item-three .card-item-post-block .card-svg {
  position: absolute;
  top: 40px;
  right: -18px;
  z-index: -1;
}
.card-item-three .card-wrapper-2 {
  background-color: #E3F2E6;
}
.card-item-three .card-wrapper-3 {
  background-color: #F2F0FF;
}

/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Mixin
-------------------------*/
/*-------------------------
    ad banner Area Start
-------------------------*/
.advertisement .ad-background {
  background-color: #EFF8FD;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.advertisement .ad-background::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../media/icon/ad-after.png);
  background-size: cover;
  z-index: 1;
}
.advertisement .ad-background .ad-banner-overly {
  padding: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.advertisement .ad-background .ad-banner-overly .middle-content {
  position: relative;
  z-index: 2;
}
.advertisement .ad-background .ad-banner-overly .middle-content h2 {
  font-family: "Jost", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #161C2D;
  margin-bottom: 16px;
}
.advertisement .ad-background .ad-banner-overly .middle-content .middle-content-pera p {
  color: #4F5D81;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  width: 440px;
  margin-bottom: 32px;
  line-height: 25px;
}
.advertisement .ad-background .ad-banner-overly .middle-content .shop-btn {
  font-family: "Poppins", sans-serif;
  padding: 10px 12px 6px 12px;
  border-radius: 6px;
  color: #fff;
  background-color: #F97316;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-align: left;
  padding: 14px 18px;
  border-radius: 2px;
  transition: var(--transition);
}
.advertisement .ad-background .ad-banner-overly .middle-content .shop-btn svg {
  margin-left: 8px;
}
.advertisement .ad-background .ad-banner-overly .middle-content .shop-btn:hover {
  background-color: #161C2D;
}
.advertisement .ad-background .ad-banner-overly .ad-left-img {
  z-index: 2;
}
.advertisement .ad-background .ad-banner-overly .ad-left-img img {
  position: absolute;
  border-radius: 100px;
  width: 200px;
  height: 300px;
  bottom: 20px;
  left: 108px;
  z-index: 4;
}
.advertisement .ad-background .ad-banner-overly .ad-left-img::after {
  position: absolute;
  content: "";
  left: 100px;
  top: 75px;
  width: 200px;
  height: 300px;
  border: 1px solid #000000;
  border-radius: 100px;
}
.advertisement .ad-background .ad-banner-overly .ad-right-img {
  z-index: 2;
}
.advertisement .ad-background .ad-banner-overly .ad-right-img img {
  position: absolute;
  border-radius: 100px;
  width: 200px;
  height: 300px;
  bottom: 65px;
  right: 110px;
  z-index: 4;
}
.advertisement .ad-background .ad-banner-overly .ad-right-img::after {
  position: absolute;
  content: "";
  right: 100px;
  bottom: 70px;
  width: 200px;
  height: 300px;
  border: 1px solid #71D5DB;
  border-radius: 100px;
}
.advertisement .ad-background .ad-banner-overly .after-img::after {
  position: absolute;
  content: "";
  right: 100px;
  bottom: 70px;
  width: 200px;
  height: 300px;
  border: 1px solid #000000;
  border-radius: 100px;
}

/*-------------------------
    ad banner Area Start
-------------------------*/
.ad-style-2 .banner-text-wrapper {
  padding: 30px 52px;
  border-radius: 10px;
  border: 1px dotted #F97316;
  background: #FDF8EF;
}
.ad-style-2 .banner-text-wrapper .banner-text {
  font-family: "Jost", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #161C2D;
  color: #F97316;
  margin-right: 40px;
}
.ad-style-2 .banner-text-wrapper .banner-content h4 {
  color: #F97316;
  font-size: 32px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-bottom: 7px;
}
.ad-style-2 .banner-text-wrapper .banner-content p {
  color: #4F5D81;
  font-size: 12px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.ad-style-2 .banner-text-wrapper .shop-btn {
  padding: 12px 24px;
  background: #F97316;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  border-radius: 2px;
  margin-left: 40px;
}

/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Mixin
-------------------------*/
/*-------------------------
    top selling product
-------------------------*/
.top-selling .col-lg-3 {
  width: 20%;
}
.top-selling h4 {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #161C2D;
  margin-bottom: 40px;
}
.top-selling .selling-product-wrapper {
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  border-radius: 6px;
  border: 0.5px solid #D8D8D8;
  padding: 16px;
}
.top-selling .selling-product-wrapper .top-selling-content {
  position: relative;
  margin-bottom: 5px;
  text-align: center;
}
.top-selling .selling-product-wrapper .top-selling-content a img {
  height: 180px;
}
.top-selling .selling-product-wrapper .top-selling-content span.green-badge {
  padding: 2px 8px 2px 8px;
  border-radius: 5px;
  background-color: #059669;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.top-selling .selling-product-wrapper .top-selling-content span.red-badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 8px;
  border-radius: 5px;
  background-color: #FF3333;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.top-selling .selling-product-wrapper .product-info h6 {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #161C2D;
  line-height: 1.5;
  height: 50px;
  display: flex;
  align-items: center;
}
.top-selling .selling-product-wrapper .product-info .product-review {
  margin-bottom: 10px;
}
.top-selling .selling-product-wrapper .product-info .product-review .product-review-text p {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
  text-align: right;
  color: #616161;
  margin-bottom: 0;
}
.top-selling .selling-product-wrapper .product-info .product-review .review-icon i {
  color: #F97316;
}
.top-selling .selling-product-wrapper .product-info .product-selling-price p {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2px;
  text-align: left;
  color: #F97316;
  margin-bottom: 0;
}
.top-selling .selling-product-wrapper .product-info .product-selling-price p span {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2px;
  text-align: left;
  color: #AAAAAA;
  margin-left: 5px;
}
.top-selling .selling-product-wrapper .product-info .product-selling-price span.product-right-dis {
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2px;
  color: #AAAAAA;
  padding: 0 6px;
  background-color: #FFEFEF;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.top-selling .selling-product-wrapper .selling-overlay {
  position: absolute;
  top: 200px;
  right: -100px;
  width: 218px;
  height: 218px;
  background-color: #F97316;
  box-shadow: -10px -10px 30px rgba(249, 115, 22, 0.3);
  transition: all 0.5s ease;
  z-index: 2;
  opacity: 0;
}
.top-selling .selling-product-wrapper .selling-overlay a {
  display: block;
}
.top-selling .selling-product-wrapper .selling-overlay a svg {
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: 9;
}
.top-selling .selling-product-wrapper:hover .selling-overlay {
  opacity: 1;
  border-radius: 50%;
}

/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Mixin
-------------------------*/
/*-------------------------
    dealing product
-------------------------*/
.dealing-products {
  background: #FDF8EF;
  padding: 120px 0;
}
.dealing-products .section-head h3 {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #161C2D;
  margin-bottom: 20px;
}
.dealing-products .dealing-top-wrapper {
  background-color: #fff;
  border: 1px solid #F0F0F0;
  border-radius: 8px;
  padding: 24px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.dealing-products .dealing-top-wrapper .slick-arrow {
  display: block;
  position: absolute;
  transition: 0.3s;
  top: -8%;
  right: 0;
  border: none;
  outline: 0;
  background: #fff;
  z-index: 1;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #F97316 !important;
  background: #fff !important;
  border-radius: 50% !important;
  color: #F97316 !important;
  font-size: 16px !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.dealing-products .dealing-top-wrapper .slick-arrow:hover {
  border: 1px solid #F97316 !important;
  background: #F97316 !important;
  color: #fff !important;
}
.dealing-products .dealing-top-wrapper .slick-dots {
  width: 100px;
  height: 28px;
  padding: 0 10px;
  border-radius: 100px;
  border-radius: 74px;
  background: rgba(249, 115, 22, 0.1);
  align-items: center;
  text-align: center;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}
.dealing-products .dealing-top-wrapper .slick-dots li {
  margin: 0;
}
.dealing-products .dealing-top-wrapper .slick-dots li button {
  width: 5px;
  height: 5px;
  padding: 5px;
}
.dealing-products .dealing-top-wrapper .slick-dots li button:before {
  width: 0;
  color: #FED7A1;
  opacity: 1;
}
.dealing-products .dealing-top-wrapper .slick-dots .slick-active button:before {
  color: #F97316;
}
.dealing-products .dealing-top-wrapper .slide-arrow-left.slick-arrow {
  left: 94% !important;
}
.dealing-products .dealing-top-wrapper .dealing-top-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.dealing-products .dealing-top-wrapper .dealing-slider .dealing-top-products .product-slide .deal-top-info-wrapper {
  padding: 40px 0;
  transition: all 0.3s;
  margin: 0 10px;
}
.dealing-products .dealing-top-wrapper .dealing-slider .dealing-top-products .product-slide .deal-top-info-wrapper .top-dealing-content {
  border-radius: 4px;
  transition: var(--transition);
}
.dealing-products .dealing-top-wrapper .dealing-slider .dealing-top-products .product-slide .deal-top-info-wrapper .top-dealing-content:hover {
  box-shadow: 0px 179px 50px 0px rgba(163, 163, 163, 0), 0px 115px 46px 0px rgba(163, 163, 163, 0.01), 0px 65px 39px 0px rgba(163, 163, 163, 0.05), 0px 29px 29px 0px rgba(163, 163, 163, 0.09), 0px 7px 16px 0px rgba(163, 163, 163, 0.1);
}
.dealing-products .dealing-top-wrapper .dealing-slider .dealing-top-products .product-slide .deal-top-info-wrapper .top-dealing-content:hover .selling-info {
  border: none;
}
.dealing-products .dealing-top-wrapper .dealing-slider .dealing-top-products .product-slide .deal-top-info-wrapper .top-dealing-content .top-img-content {
  position: relative;
  background-color: #FFFAE7;
  border-radius: 4px;
  text-align: center;
}
.dealing-products .dealing-top-wrapper .dealing-slider .dealing-top-products .product-slide .deal-top-info-wrapper .top-dealing-content .top-img-content a {
  display: block;
}
.dealing-products .dealing-top-wrapper .dealing-slider .dealing-top-products .product-slide .deal-top-info-wrapper .top-dealing-content .top-img-content a img {
  height: 220px;
}
.dealing-products .dealing-top-wrapper .dealing-slider .dealing-top-products .product-slide .deal-top-info-wrapper .top-dealing-content .top-img-content .green-bdg {
  padding: 3px 8px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #059669;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 0;
}
.dealing-products .dealing-top-wrapper .dealing-slider .dealing-top-products .product-slide .deal-top-info-wrapper .top-dealing-content .top-img-content .green-bdg p {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.dealing-products .dealing-top-wrapper .dealing-slider .dealing-top-products .product-slide .deal-top-info-wrapper .top-dealing-content .selling-info {
  padding: 0 8px 8px 8px;
  border: 0.5px solid #d8d8d8;
  border-top: none;
  padding-top: 12px;
  transition: all 0.3s;
}
.dealing-products .dealing-top-wrapper .dealing-slider .dealing-top-products .product-slide .deal-top-info-wrapper .top-dealing-content .selling-info h6 {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #161C2D;
  margin-bottom: 10px;
}
.dealing-products .dealing-top-wrapper .dealing-slider .dealing-top-products .product-slide .deal-top-info-wrapper .top-dealing-content .selling-info .review-text {
  padding: 2px 4px;
  border-radius: 2px;
  border: 0.3px solid #F97316;
  background: #FFF;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.11);
  font-family: "Jost", sans-serif;
  font-size: 10px;
  font-weight: 600;
  color: #4F5D81;
  width: 40px;
  margin-bottom: 10px;
}
.dealing-products .dealing-top-wrapper .dealing-slider .dealing-top-products .product-slide .deal-top-info-wrapper .top-dealing-content .selling-info .review-text p {
  margin-bottom: 0;
  margin-left: 4px;
}
.dealing-products .dealing-top-wrapper .dealing-slider .dealing-top-products .product-slide .deal-top-info-wrapper .top-dealing-content .selling-info .selling-price {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2px;
  text-align: left;
  color: #F97316;
}
.dealing-products .dealing-top-wrapper .dealing-slider .dealing-top-products .product-slide .deal-top-info-wrapper .top-dealing-content .selling-info .selling-price p span {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2px;
  text-align: left;
  color: #AAAAAA;
  margin-left: 8px;
}

/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Mixin
-------------------------*/
/*-------------------------
    Flash sell
-------------------------*/
.flash-sell {
  position: relative;
}
.flash-sell .section-header {
  position: relative;
}
.flash-sell .section-header::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50px;
  width: 100%;
  height: 1px;
  background: #E7E7E7;
}
.flash-sell .selling-product-wrapper {
  position: relative;
  margin-top: 40px;
  border-radius: 10px;
  background-color: #F5F5F5;
}
.flash-sell .selling-product-wrapper .flash-selling-content {
  position: relative;
  padding: 28px;
}
.flash-sell .selling-product-wrapper .flash-selling-content a img {
  width: 210px;
  height: 240px;
  object-fit: cover;
  transition: 0.5s ease-in-out;
}
.flash-sell .selling-product-wrapper .flash-selling-content span.green-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 1px 18px;
  border-radius: 100px;
  background-color: #059669;
  color: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.flash-sell .selling-product-wrapper:hover img {
  transform: scale(1.1);
}
.flash-sell .selling-product-wrapper .product-info {
  padding: 15px;
  margin-top: 28px;
  border-top: 0.5px solid rgba(157, 159, 162, 0.3);
}
.flash-sell .selling-product-wrapper .product-info h6 {
  color: #161C2D;
  font-size: 24px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-bottom: 12px;
}
.flash-sell .selling-product-wrapper .product-info .product-selling-price p {
  color: #F97316;
  font-size: 20px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-bottom: 0;
}
.flash-sell .selling-product-wrapper .product-info .product-selling-price p del {
  color: #9D9FA2;
  font-size: 20px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.flash-sell .selling-product-wrapper .product-overlay {
  position: absolute;
  top: 10px;
  right: 0;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
}
.flash-sell .selling-product-wrapper .product-overlay .product-overlay-icon {
  display: flex;
  transition: var(--transition);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flash-sell .selling-product-wrapper .product-overlay .product-overlay-icon a {
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #161C2D;
}
.flash-sell .selling-product-wrapper .add-btn {
  position: absolute;
  left: 0px;
  bottom: -20px;
  opacity: 0;
  transition: var(--transition);
  line-height: 24px;
  width: 100%;
  padding: 11px 12px;
}
.flash-sell .selling-product-wrapper .add-btn a {
  background-color: #161C2D;
  padding: 12px 10px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.flash-sell .selling-product-wrapper:hover .product-overlay,
.flash-sell .selling-product-wrapper:hover .add-btn {
  opacity: 1;
  visibility: visible;
}
.flash-sell .selling-product-wrapper:hover .add-btn {
  bottom: 100px;
}
.flash-sell .selling-product-wrapper:hover .product-overlay {
  right: 10px;
}

.flash-sell-border .container {
  border: 1px solid #F97316;
  padding: 24px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
}
.flash-sell-border .container::after {
  position: absolute;
  content: "";
  left: 0;
  top: 80px;
  width: 100%;
  height: 1px;
  background: #F97316;
}
.flash-sell-border .container .section-header::after {
  display: none;
}
.flash-sell-border .container .trend-icon a {
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid #9D9FA2;
  color: #161C2D;
  font-size: 12px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: var(--transition);
}
.flash-sell-border .container .trend-icon a:hover {
  color: #F97316;
}

/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Mixin
-------------------------*/
/*-------------------------
    Product page one 
-------------------------*/
.fashion-product .section-header-filter {
  margin-top: 80px;
}
.fashion-product .section-header-filter h4 {
  color: #4F5D81;
  font-size: 18px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.fashion-product .section-header-filter .filter-product .btnClose {
  display: none;
}
.fashion-product .section-header-filter .filter-product p {
  color: #4F5D81;
  font-size: 18px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.fashion-product .section-header-filter .filter-product img {
  margin: 0 10px;
}
.fashion-product .section-header-filter .filter-product .sorting-product {
  margin-left: 23px;
}
.fashion-product .section-header-filter .filter-product .sorting-product .dropdown-menu .dropdown-item {
  color: #4F5D81;
  font-size: 14px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.fashion-product .section-header-filter .filter-product .sorting-product button {
  background-color: #fff;
  color: #4F5D81;
  font-size: 18px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  border: none;
  box-shadow: none;
}
.fashion-product .section-header-filter .filter-product .sorting-product button::after {
  display: none;
}
.fashion-product .section-header-filter .filter-product .sorting-product button:active {
  background-color: transparent;
}
.fashion-product .section-header-filter .filter-product .default-text {
  margin-left: 60px;
}
.fashion-product .section-header-filter .filter-product .product-search input {
  font-size: 14px;
  height: 40px;
  width: 200px;
  padding: 15px 10px;
  border-radius: 30px;
  border: 1px solid #D3D3D3 !important;
  position: relative;
  margin-left: 23px;
}
.fashion-product .section-header-filter .filter-product .product-search .submit {
  position: absolute;
  right: 0px;
  top: 7px;
  border: none;
  background: none;
  margin-left: 100px;
}
.fashion-product .box-pagination .pagination .page-item {
  margin-right: 10px;
  border-bottom: 1px solid #9D9FA2;
}
.fashion-product .box-pagination .pagination .page-item .page-link {
  padding: 12px 20px;
  position: relative;
  border-radius: 5px;
  display: block;
  color: #161C2D;
  text-decoration: none;
  background-color: #fff;
  border: none;
  color: #4F5D81;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.fashion-product .box-pagination .pagination .page-item .page-link:active, .fashion-product .box-pagination .pagination .page-item .page-link:hover {
  background-color: #F97316;
  color: #fff;
}
.fashion-product .box-pagination .pagination .page-item .page-link:focus {
  box-shadow: none;
}
.fashion-product .box-pagination .pagination .page-item:hover {
  border-bottom: none;
}
.fashion-product .box-pagination .pagination .page-item:hover .page-next {
  background-color: transparent;
}

/*-------------------------
Product page two/three/four 
-------------------------*/
.product-category-wrapper {
  border: 1px solid #BACAE9;
  padding: 20px 28px;
  margin-top: 24px;
}
.product-category-wrapper .item-collapse {
  color: #161C2D;
  font-size: 24px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  margin-bottom: 32px;
}
.product-category-wrapper .list-filter-checkbox {
  position: relative;
}
.product-category-wrapper .list-filter-checkbox li {
  position: relative;
  margin-bottom: 24px;
}
.product-category-wrapper .list-filter-checkbox li .form-check {
  display: inline-block;
  position: relative;
  margin-bottom: 0px;
  cursor: pointer;
}
.product-category-wrapper .list-filter-checkbox li .form-check .form-check-label {
  color: #4F5D81;
  font-size: 18px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-left: 22px;
  margin-top: 5px;
}
.product-category-wrapper .list-filter-checkbox li .form-check .form-check-input {
  padding: 0;
  height: 24px;
  border-radius: 5px;
  width: 24px;
  border-radius: 40px;
  background-color: #fff;
  border: 1px solid #BACAE9;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.product-category-wrapper .list-filter-checkbox li .form-check .form-check-input:focus {
  box-shadow: none;
}
.product-category-wrapper .list-filter-checkbox li .form-check .form-check-input:checked {
  background-color: #F97316;
  border: 1px solid #F97316;
}
.product-category-wrapper .product-scroll {
  height: 215px;
  overflow-y: scroll;
}
.product-category-wrapper .product-scroll ::-webkit-scrollbar {
  width: 15px;
  height: auto;
}
.product-category-wrapper input[type=range] {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: transparent;
  position: absolute;
  left: 0;
  border: none;
}
.product-category-wrapper input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #F97316;
  cursor: pointer;
  margin-top: -5px;
  position: relative;
  z-index: 1;
}
.product-category-wrapper input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  background: #e8e8e8;
  border-radius: 3px;
  border: none;
}
.product-category-wrapper .box-collapse {
  position: relative;
}
.product-category-wrapper .box-collapse .block-size .list-sizes {
  display: flex;
  flex-direction: column;
}
.product-category-wrapper .box-collapse .block-size .list-sizes .item-size {
  transition: var(--transition);
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #BACAE9;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #161C2D;
  font-size: 14px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.product-category-wrapper .box-collapse .block-size .list-sizes .item-size:hover, .product-category-wrapper .box-collapse .block-size .list-sizes .item-size.active {
  background-color: #F97316;
  color: #fff;
  border: 1px solid #F97316;
}
.product-category-wrapper .box-collapse .price-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-category-wrapper .box-collapse .range-slider {
  width: 100%;
  position: relative;
  margin-top: 12px;
}
.product-category-wrapper .box-collapse .range-slider .range-fill {
  height: 6px;
  background-color: #F97316;
  position: absolute;
  z-index: 1;
}
.product-category-wrapper .box-collapse .range-slider input {
  padding: 0;
}
.product-category-wrapper .box-collapse .min-value,
.product-category-wrapper .box-collapse .max-value {
  color: #9D9FA2;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.product-category-wrapper .block-filter .box-collapse ul {
  padding-left: 0;
  margin-bottom: 0;
}
.product-category-wrapper .block-filter .box-collapse ul:first-child {
  margin-right: 38px;
}
.product-category-wrapper .block-filter .box-collapse ul li {
  margin-bottom: 28px;
}
.product-category-wrapper .block-filter .box-collapse ul li:last-child {
  margin-bottom: 0;
}
.product-category-wrapper .block-filter .box-collapse ul li img {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: var(--transition);
}
.product-category-wrapper .block-filter .box-collapse ul li:hover img {
  opacity: 1;
  left: 5px;
  top: 7px;
}
.product-category-wrapper .block-filter .box-collapse ul li .box-circle-color {
  cursor: pointer;
  transition: all 0.5s ease;
  width: 23px;
  height: 23px;
  background-color: #171413;
  border-radius: 50%;
  border: none;
  margin-right: 12px;
  padding: 0;
}
.product-category-wrapper .block-filter .box-collapse ul li .box-circle-color:focus {
  box-shadow: none;
}
.product-category-wrapper .block-filter .box-collapse ul li .red {
  background-color: #FF3333;
}
.product-category-wrapper .block-filter .box-collapse ul li .green {
  background-color: #059669;
}
.product-category-wrapper .block-filter .box-collapse ul li .chilean {
  background-color: #E7C8C6;
}
.product-category-wrapper .block-filter .box-collapse ul li .brown {
  background-color: #61402D;
}
.product-category-wrapper .block-filter .box-collapse ul li .dark {
  background-color: #4F5D81;
}
.product-category-wrapper .block-filter .box-collapse ul li .black {
  background-color: #171413;
}
.product-category-wrapper .block-filter .box-collapse ul li .form-check-label {
  margin-top: 5px;
}
.product-category-wrapper .block-filter .box-collapse ul li .font-xs {
  margin-left: 12px;
  color: #4F5D81;
  font-size: 18px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.product-category-wrapper .block-filter .range-slider {
  position: relative;
  width: 100%;
  height: 35px;
  text-align: center;
}
.product-category-wrapper .block-filter .range-slider input {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 15px;
  width: 100%;
  outline: none;
  height: 18px;
  margin: 0;
  padding: 0;
}
.product-category-wrapper .block-filter .range-slider input::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
}
.product-category-wrapper .block-filter .range-slider input::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 9px;
}
.product-category-wrapper .block-filter .range-slider input::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: #8597BF;
  border: 0;
}
.product-category-wrapper .block-filter .range-slider input:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}
.product-category-wrapper .block-filter .range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}
.product-category-wrapper .block-filter .rangeValue {
  width: 30px;
}
.product-category-wrapper .block-filter .output {
  position: absolute;
  bottom: 75%;
  left: 0;
  color: #161C2D;
  font-size: 18px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.2px;
}
.product-category-wrapper .block-filter .output.outputTwo {
  right: 0;
  left: inherit;
}
.product-category-wrapper .block-filter input[type=range] {
  background: none;
}
.product-category-wrapper .block-filter input[type=range]::-webkit-slider-runnable-track {
  height: 5px;
  border: none;
  border-radius: 3px;
  background: transparent;
}
.product-category-wrapper .block-filter input[type=range]::-ms-track {
  height: 5px;
  background: transparent;
  border: none;
  border-radius: 3px;
}
.product-category-wrapper .block-filter input[type=range]::-moz-range-track {
  height: 5px;
  background: transparent;
  border: none;
  border-radius: 3px;
}
.product-category-wrapper .block-filter input[type=range]::-webkit-slider-thumb {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #F97316;
  margin-top: -5px;
  position: relative;
  z-index: 10000;
}
.product-category-wrapper .block-filter input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #F97316;
  margin-top: -5px;
  position: relative;
  z-index: 10000;
}
.product-category-wrapper .block-filter input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #8597BF;
  margin-top: -5px;
  position: relative;
  z-index: 10000;
}
.product-category-wrapper .block-filter input[type=range]:focus {
  outline: none;
}
.product-category-wrapper .block-filter .full-range,
.product-category-wrapper .block-filter .incl-range {
  width: 100%;
  height: 5px;
  left: 0;
  top: 23px;
  position: absolute;
  background: #8597BF;
  border-radius: 2px;
}

.product-style-4 .selling-product-wrapper .flash-selling-content a img {
  width: 100%;
  height: 540px;
  object-fit: cover;
}
.product-style-4 .selling-product-wrapper .product-overlay {
  top: 28px;
}
.product-style-4 .selling-product-wrapper:hover .product-overlay {
  right: 28px;
}
.product-style-4 .selling-product-wrapper .add-btn {
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
}

/*-------------------------
Product page five 
-------------------------*/
.product-style-5 .product-category-wrapper {
  border: none;
  padding: 0;
  margin-top: 30px;
}
.product-style-5 .product-category-wrapper .product-scroll {
  height: 400px;
  overflow-y: scroll;
}
.product-style-5 .product-category-wrapper .clr-margin {
  margin-right: 40px;
  margin-bottom: 0;
}
.product-style-5 .product-category-wrapper .list-filter-checkbox {
  margin-bottom: 50px;
}
.product-style-5 .product-category-wrapper .list-filter-checkbox::after, .product-style-5 .product-category-wrapper .list-filter-checkbox::before {
  right: 0;
}
.product-style-5 .product-category-wrapper .border-btm {
  position: relative;
}
.product-style-5 .product-category-wrapper .border-btm::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -32px;
  width: 228px;
  height: 1px;
  background: #D9D9D9;
}
.product-style-5 .product-category-wrapper .btm {
  position: relative;
}
.product-style-5 .product-category-wrapper .btm::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 18px;
  width: 228px;
  height: 1px;
  background: #D9D9D9;
}
.product-style-5 .product-category-wrapper .pro-search input {
  border-radius: 5px;
  padding: 6px 0 6px 20px;
  border: 1px dotted #9D9FA2;
  width: 280px;
  background-color: #F6F6F6;
  margin-bottom: 25px;
}
.product-style-5 .product-category-wrapper .list-sizes {
  flex-direction: row !important;
}
.product-style-5 .product-category-wrapper .list-sizes .item-size {
  margin-right: 10px;
}
.product-style-5 .product-category-wrapper .slider-range span {
  color: #161C2D;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-bottom: 12px;
}
.product-style-5 .product-category-wrapper .slider-range .text {
  margin-left: 140px;
}
.product-style-5 .product-category-wrapper .btn-tag {
  padding: 7px 25px;
  border-radius: 5px;
  border: 0.6px solid #BACAE9;
  color: #4F5D81;
  font-size: 18px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 16px;
  margin-right: 16px;
  transition: all 0.5s ease;
}
.product-style-5 .product-category-wrapper .btn-tag:hover {
  border: 1px solid transparent;
  color: #F97316;
  box-shadow: 0px 179px 50px 0px rgba(163, 163, 163, 0), 0px 115px 46px 0px rgba(163, 163, 163, 0.01), 0px 65px 39px 0px rgba(163, 163, 163, 0.05), 0px 29px 29px 0px rgba(163, 163, 163, 0.09), 0px 7px 16px 0px rgba(163, 163, 163, 0.1);
}

/*-------------------------
Product page six
-------------------------*/
.product-style-6 .product-category-wrapper input[type=range] {
  right: 12% !important;
}

/*-------------------------
Product Single
-------------------------*/
.product-details-wrapper .box-images-product-left .box-main-gallery {
  border-radius: 20px;
  background: #F5F5F5;
  padding: 72px 112px;
  margin-bottom: 22px;
  cursor: pointer;
}
.product-details-wrapper .box-images-product-left .box-main-gallery .product-image-slider {
  text-align: center;
}
.product-details-wrapper .box-images-product-left .box-main-gallery .product-image-slider img {
  object-fit: cover;
  width: 230px;
  height: 300px;
}
.product-details-wrapper .box-images-product-left .slider-thumbnails .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
.product-details-wrapper .box-images-product-left .slider-thumbnails .item-thumb {
  width: 150px;
  height: 153px;
  border-radius: 5px;
  background: #F5F5F5;
  line-height: 153px;
  margin-right: 30px;
  text-align: center;
  cursor: pointer;
}
.product-details-wrapper .box-images-product-left .slider-thumbnails .item-thumb:last-child {
  margin-right: 0;
}
.product-details-wrapper .box-images-product-left .slider-thumbnails .item-thumb img {
  width: 88px;
  height: 100px;
  object-fit: cover;
}
.product-details-wrapper .box-images-product-left .product-faq .accordion-item {
  border: none;
}
.product-details-wrapper .box-images-product-left .product-faq .accordion-item .accordion-header button {
  color: #161C2D;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  padding: 15px 30px;
  border-radius: 5px;
  background: #F5F5F5;
  line-height: 1.4;
  border: none;
  margin-bottom: 24px;
}
.product-details-wrapper .box-images-product-left .product-faq .accordion-item .accordion-header button::after {
  content: "+";
  color: #161C2D;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  background-image: none;
  margin-inline-start: 0;
  text-align: center;
  position: absolute;
  right: 15px;
}
.product-details-wrapper .box-images-product-left .product-faq .accordion-item .accordion-header button:not(.collapsed) {
  box-shadow: none;
}
.product-details-wrapper .box-images-product-left .product-faq .accordion-item .accordion-header button:not(.collapsed)::after {
  content: "";
  top: 20px;
  background-image: url(../media/icon/faq.svg);
}
.product-details-wrapper .box-images-product-left .product-faq .accordion-item .accordion-header button:focus {
  box-shadow: none;
}
.product-details-wrapper .box-images-product-left .product-faq .accordion-item .accordion-collapse {
  border: none;
  transition: all 0.5s ease;
}
.product-details-wrapper .box-images-product-left .product-faq .accordion-item .accordion-collapse .accordion-body {
  color: #4d4d4e;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  line-height: 28px;
  padding: 12px 20px;
  height: 100px;
  overflow-y: scroll;
}
.product-details-wrapper .product-content-right .box-product-info .flash-sale-red {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.product-details-wrapper .product-content-right .box-product-info .flash-sale-red span {
  color: #E51755;
}
.product-details-wrapper .product-content-right .box-product-info .flash-sale-red svg {
  margin-right: 10px;
}
.product-details-wrapper .product-content-right .box-product-info .font-2xl-bold {
  color: #161C2D;
  font-size: 32px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.product-details-wrapper .product-content-right .box-product-info .block-price {
  color: #161C2D;
  font-size: 32px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.product-details-wrapper .product-content-right .box-product-info .block-pera {
  color: #161C2D;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 37px;
}
.product-details-wrapper .product-content-right .box-product-info .block-filter,
.product-details-wrapper .product-content-right .box-product-info .block-color {
  margin-bottom: 37px;
}
.product-details-wrapper .product-content-right .box-product-info .block-filter span, .product-details-wrapper .product-content-right .box-product-info .block-filter h6,
.product-details-wrapper .product-content-right .box-product-info .block-color span,
.product-details-wrapper .product-content-right .box-product-info .block-color h6 {
  color: #161C2D;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-bottom: 16px;
}
.product-details-wrapper .product-content-right .box-product-info .block-filter .list-color .form-check .box-circle-color,
.product-details-wrapper .product-content-right .box-product-info .block-color .list-color .form-check .box-circle-color {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: none;
}
.product-details-wrapper .product-content-right .box-product-info .block-filter .list-color .form-check .box-circle-color:focus,
.product-details-wrapper .product-content-right .box-product-info .block-color .list-color .form-check .box-circle-color:focus {
  box-shadow: none;
}
.product-details-wrapper .product-content-right .box-product-info .block-filter .list-color .form-check .color-red,
.product-details-wrapper .product-content-right .box-product-info .block-color .list-color .form-check .color-red {
  background-color: #FF3333;
}
.product-details-wrapper .product-content-right .box-product-info .block-filter .list-color .form-check .color-green,
.product-details-wrapper .product-content-right .box-product-info .block-color .list-color .form-check .color-green {
  background-color: #059669;
}
.product-details-wrapper .product-content-right .box-product-info .block-filter .list-color .form-check .color-yellow,
.product-details-wrapper .product-content-right .box-product-info .block-color .list-color .form-check .color-yellow {
  background-color: #FFD600;
}
.product-details-wrapper .product-content-right .box-product-info .block-filter .list-color .form-check .color-dark,
.product-details-wrapper .product-content-right .box-product-info .block-color .list-color .form-check .color-dark {
  background-color: #161C2D;
}
.product-details-wrapper .product-content-right .box-product-info .block-size,
.product-details-wrapper .product-content-right .box-product-info .block-quantity,
.product-details-wrapper .product-content-right .box-product-info .box-product-categories {
  margin-bottom: 37px;
}
.product-details-wrapper .product-content-right .box-product-info .block-size span,
.product-details-wrapper .product-content-right .box-product-info .block-quantity span,
.product-details-wrapper .product-content-right .box-product-info .box-product-categories span {
  color: #161C2D;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-bottom: 16px;
}
.product-details-wrapper .product-content-right .box-product-info .block-size .list-sizes,
.product-details-wrapper .product-content-right .box-product-info .block-quantity .list-sizes,
.product-details-wrapper .product-content-right .box-product-info .box-product-categories .list-sizes {
  display: flex;
}
.product-details-wrapper .product-content-right .box-product-info .block-size .list-sizes .item-size,
.product-details-wrapper .product-content-right .box-product-info .block-quantity .list-sizes .item-size,
.product-details-wrapper .product-content-right .box-product-info .box-product-categories .list-sizes .item-size {
  transition: var(--transition);
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #BACAE9;
  margin-bottom: 6px;
  margin-right: 7px;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #161C2D;
  font-size: 14px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.product-details-wrapper .product-content-right .box-product-info .block-size .list-sizes .item-size.active,
.product-details-wrapper .product-content-right .box-product-info .block-quantity .list-sizes .item-size.active,
.product-details-wrapper .product-content-right .box-product-info .box-product-categories .list-sizes .item-size.active {
  background-color: #F97316;
  color: #fff;
  border: 1px solid #F97316;
}
.product-details-wrapper .product-content-right .box-product-info .block-size .list-sizes .item-size:hover, .product-details-wrapper .product-content-right .box-product-info .block-size .list-sizes .item-size:active,
.product-details-wrapper .product-content-right .box-product-info .block-quantity .list-sizes .item-size:hover,
.product-details-wrapper .product-content-right .box-product-info .block-quantity .list-sizes .item-size:active,
.product-details-wrapper .product-content-right .box-product-info .box-product-categories .list-sizes .item-size:hover,
.product-details-wrapper .product-content-right .box-product-info .box-product-categories .list-sizes .item-size:active {
  background-color: #F97316;
  color: #fff;
  border: 1px solid #F97316;
}
.product-details-wrapper .product-content-right .box-product-info .box-form-cart .form-cart {
  border-radius: 5px;
  border: 1px solid #9D9FA2;
  padding: 10px;
}
.product-details-wrapper .product-content-right .box-product-info .box-form-cart .form-cart span {
  margin-bottom: 0;
  position: relative;
}
.product-details-wrapper .product-content-right .box-product-info .box-form-cart .form-cart .minus::after {
  position: absolute;
  content: "";
  left: 32px;
  top: 0;
  width: 1px;
  height: 26px;
  background: #9D9FA2;
}
.product-details-wrapper .product-content-right .box-product-info .box-form-cart .form-cart .plus::after {
  position: absolute;
  content: "";
  right: 32px;
  top: 0;
  width: 1px;
  height: 26px;
  background: #9D9FA2;
}
.product-details-wrapper .product-content-right .box-product-info .box-form-cart .form-cart input {
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  padding: 0;
  text-align: center;
  color: #F97316;
  margin-left: 5px;
}
.product-details-wrapper .product-content-right .box-product-info .box-form-cart .btn {
  padding: 13px 24px;
  background-color: #F97316;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.product-details-wrapper .product-content-right .box-product-info .box-form-cart .wish-cart {
  padding: 12px 14px;
  border-radius: 5px;
  border: 1px solid #9D9FA2;
}
.product-details-wrapper .product-content-right .box-product-info .box-product-categories p {
  color: #161C2D;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.product-details-wrapper .product-content-right .box-product-info .box-product-categories .category-item-wrapper {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0.7px solid #BACAE9;
  margin-bottom: 7px;
}
.product-details-wrapper .product-content-right .box-product-info .box-product-categories .category-item-wrapper p, .product-details-wrapper .product-content-right .box-product-info .box-product-categories .category-item-wrapper span {
  color: #4F5D81;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 0;
}

::-webkit-scrollbar {
  width: 5px;
  height: auto;
}

::-webkit-scrollbar-track {
  background-color: #DBE4F4;
}

::-webkit-scrollbar-thumb {
  background-color: #BACAE9;
}

.slick-arrow {
  display: block;
  position: absolute;
  transition: 0.3s;
  top: 38%;
  right: 0;
  border: none;
  outline: 0;
  background: #fff;
  z-index: 1;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #fff !important;
  background: #fff !important;
  border-radius: 50% !important;
  color: #F97316 !important;
  font-size: 18px !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.slide-arrow-left.slick-arrow {
  left: 0px !important;
}

/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Mixin
-------------------------*/
/*-------------------------
   New Arrival 
-------------------------*/
.new-arrivals-products .arrivals-product-wrapper {
  padding: 29px 39px;
  background-color: #F2F0FF;
  border-radius: 10px;
  margin-top: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.new-arrivals-products .arrivals-product-wrapper .selling-pera {
  z-index: 1;
}
.new-arrivals-products .arrivals-product-wrapper .selling-pera p {
  padding: 0 50px;
  margin-bottom: 15px;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.new-arrivals-products .arrivals-product-wrapper .product-info span {
  color: #161C2D;
  font-size: 12px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-left: 40px;
  margin-bottom: 12px;
}
.new-arrivals-products .arrivals-product-wrapper .product-info span .shop-btn {
  margin-left: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  padding: 6px 12px;
  border-radius: 3px;
}
.new-arrivals-products .arrivals-product-wrapper .product-info .product-ad-img {
  z-index: 1;
}
.new-arrivals-products .arrivals-product-wrapper .product-info .product-ad-img .back-img {
  z-index: -1;
  position: absolute;
  top: 70px;
  left: -45px;
}
.new-arrivals-products .arrivals-product-wrapper .product-info .product-ad-img .circle-discount-info {
  position: absolute;
  top: 40px;
  right: -30px;
}
.new-arrivals-products .arrivals-product-wrapper .product-info .product-ad-img .circle-discount-info .circle-content {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 28px;
  transform: translateY(6px);
}
.new-arrivals-products .arrivals-product-wrapper .product-info .product-ad-img .circle-discount-info .circle-content .new {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  margin-left: 0;
}
.new-arrivals-products .arrivals-product-wrapper .product-info .product-ad-img .circle-discount-info .circle-content .sale {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.new-arrivals-products .arrivals-product-wrapper .product-info .product-ad-img .circle-discount-info .circle-content .up-to {
  color: #fff;
  font-size: 8px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  top: 48px;
  left: 0;
}
.new-arrivals-products .arrivals-product-wrapper .product-info .product-ad-img .circle-discount-info .circle-content .discount {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-top: 5px;
  text-align: left;
}
.new-arrivals-products .arrivals-product-wrapper .product-info .product-ad-img .circle-discount-info .circle-content .discount span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  top: 43px;
}
.new-arrivals-products .arrivals-product-wrapper .product-info .product-ad-img .circle-discount-info .circle-content .dis-off {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  top: 67px;
  right: 4px;
}
.new-arrivals-products .arrivals-product-wrapper .product-overlay {
  transition: var(--transition);
  line-height: 24px;
  width: 100%;
  padding: 11px 12px;
}
.new-arrivals-products .arrivals-product-wrapper .product-overlay .add-btn {
  transition: all 0.5s ease-in-out;
  border: 1px solid #F97316;
  cursor: pointer;
  padding: 12px 10px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.new-arrivals-products .arrivals-product-wrapper .product-overlay .add-btn a {
  color: #161C2D;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.new-arrivals-products .arrivals-product-wrapper .product-overlay .add-btn:hover {
  background-color: #2C2C2C;
  border: 1px solid #161C2D;
}
.new-arrivals-products .arrivals-product-wrapper .product-overlay .add-btn:hover a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.new-arrivals-products .arrivals-product-wrapper .flash-selling-content {
  z-index: -1;
}
.new-arrivals-products .arrivals-product-wrapper .flash-selling-content .top-svg {
  position: absolute;
  top: 0;
  left: 0;
}
.new-arrivals-products .arrivals-product-wrapper .btm-svg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Mixin
-------------------------*/
/*-------------------------
    special product area
-------------------------*/
.featured-product .featured-special-product {
  padding: 40px 30px;
  border: 1px solid #F97316;
  border-radius: 12px;
}
.featured-product .featured-special-product h3 {
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  color: rgba(76, 76, 76, 0.65);
  margin-bottom: 46px;
}
.featured-product .featured-special-product .featured-product-info .product-info-wrapper p.title {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #AAAAAA;
  color: #F97316;
  margin-bottom: 32px;
}
.featured-product .featured-special-product .featured-product-info .product-info-wrapper p {
  color: #161C2D;
  font-size: 32px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
.featured-product .featured-special-product .featured-product-info .bottom-text {
  margin-bottom: 12px;
}
.featured-product .featured-special-product .featured-product-info .bottom-text p {
  color: #4d4d4e;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.featured-product .featured-special-product .featured-product-info .bottom-text p span {
  color: #161C2D;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.featured-product .featured-special-product .featured-product-info .product-range {
  width: 100%;
  height: 13px;
  border-radius: 12px;
  background-color: #DBE4F4;
  position: relative;
}
.featured-product .featured-special-product .featured-product-info .product-range::after {
  width: 70%;
  height: 13px;
  border-radius: 12px;
  background-color: #F97316;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
}
.featured-product .nav.nav-tabs {
  position: relative;
  border-bottom: none;
  margin-bottom: 28px;
}
.featured-product .nav.nav-tabs::after {
  position: absolute;
  content: "";
  left: 0;
  top: 55px;
  width: 100%;
  height: 1px;
  background: #D8D8D8;
  z-index: -1;
}
.featured-product .nav.nav-tabs .nav-item .nav-link {
  cursor: pointer;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 3px solid transparent;
  border-bottom-width: 0;
  color: #4d4d4e;
  font-size: 20px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
  position: relative;
}
.featured-product .nav.nav-tabs .nav-item .nav-link:after {
  position: absolute;
  content: "";
  left: 30px;
  top: 54px;
  width: 0;
  height: 3px;
  background: #F97316;
  opacity: 0;
  transition: var(--transition);
}
.featured-product .nav.nav-tabs .nav-item .nav-link.active {
  font-size: 24px;
  font-weight: 500;
}
.featured-product .nav.nav-tabs .nav-item .nav-link.active::after {
  opacity: 1;
  width: 30%;
}
.featured-product .tab-content .tab-pane .feature-content-wrapper {
  transition: all 0.5s ease-in-out;
  margin-bottom: 30px;
}
.featured-product .tab-content .tab-pane .feature-content-wrapper .featured-left-product {
  border: 1px solid #D8D8D8;
  padding: 16px;
  position: relative;
  transition: all 0.3s ease-in;
}
.featured-product .tab-content .tab-pane .feature-content-wrapper .featured-left-product h3 {
  color: #161C2D;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-bottom: 20px;
  line-height: 1.4;
  transition: all 0.3s ease-in;
}
.featured-product .tab-content .tab-pane .feature-content-wrapper .featured-left-product a img {
  height: 210px;
  margin-bottom: 20px;
}
.featured-product .tab-content .tab-pane .feature-content-wrapper .featured-left-product .featured-product-info .bottom-text p {
  color: #161C2D;
  font-size: 20px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: var(--transition);
}
.featured-product .tab-content .tab-pane .feature-content-wrapper .featured-left-product .featured-product-info .bottom-text a {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: rgba(249, 115, 22, 0.1019607843);
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-product .tab-content .tab-pane .feature-content-wrapper .featured-overlay {
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}
.featured-product .tab-content .tab-pane .feature-content-wrapper .featured-overlay a {
  color: #9D9FA2;
  font-size: 14px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.2px;
}
.featured-product .tab-content .tab-pane .feature-content-wrapper .featured-overlay a svg {
  margin-right: 4px;
}
.featured-product .tab-content .tab-pane .feature-content-wrapper:hover {
  box-shadow: 0px 179px 50px 0px rgba(163, 163, 163, 0), 0px 115px 46px 0px rgba(163, 163, 163, 0.01), 0px 65px 39px 0px rgba(163, 163, 163, 0.05), 0px 29px 29px 0px rgba(163, 163, 163, 0.09), 0px 7px 16px 0px rgba(163, 163, 163, 0.1);
}
.featured-product .tab-content .tab-pane .feature-content-wrapper:hover .featured-left-product {
  border: 1px solid transparent;
}
.featured-product .tab-content .tab-pane .feature-content-wrapper:hover .featured-overlay {
  opacity: 1;
  visibility: visible;
}
.featured-product .tab-content .tab-pane .feature-content-wrapper:hover h3 {
  color: #F97316;
}
.featured-product .tab-content .tab-pane .feature-content-wrapper:hover .featured-product-info {
  border-bottom: 0.5px solid #9D9FA2;
}
.featured-product .tab-content .tab-pane .feature-content-wrapper:hover .featured-product-info .bottom-text p {
  color: #F97316;
}

/*-------------------------
    Featured product area
-------------------------*/
.featured-product-area .section-header {
  position: relative;
}
.featured-product-area .section-header::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50px;
  width: 100%;
  height: 1px;
  background: #E7E7E7;
}
.featured-product-area .selling-product-wrapper {
  margin-top: 40px;
  border-radius: 10px;
  background-color: #F5F5F5;
}
.featured-product-area .selling-product-wrapper .flash-selling-content {
  position: relative;
  padding: 28px;
}
.featured-product-area .selling-product-wrapper .product-info {
  padding: 15px;
  margin-top: 28px;
  border-top: 0.5px solid #9D9FA2;
}
.featured-product-area .selling-product-wrapper .product-info h6 {
  color: #161C2D;
  font-size: 24px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.featured-product-area .selling-product-wrapper .product-info .product-selling-price p {
  color: #F97316;
  font-size: 20px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-bottom: 0;
}
.featured-product-area .selling-product-wrapper .product-info .product-selling-price p del {
  color: #9D9FA2;
  font-size: 20px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.featured-product-area .product-overlay {
  opacity: 0;
  visibility: hidden;
}
.featured-product-area .shop-card-wrapper {
  overflow: hidden;
}
.featured-product-area .shop-card-wrapper .shop-card-item {
  position: relative;
  background-color: #E0F1FF;
  margin-top: 40px;
  border-radius: 20px;
  padding: 0 0;
  z-index: 1;
}
.featured-product-area .shop-card-wrapper .shop-card-item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../media/icon/shop-card-back.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
  border-radius: 20px;
}
.featured-product-area .shop-card-wrapper .shop-card-item .card-info {
  position: relative;
  padding: 45px 0 0 45px;
  z-index: 2;
}
.featured-product-area .shop-card-wrapper .shop-card-item .top-svg {
  position: absolute;
  top: 40px;
  border-radius: 0 20px 0 0;
  right: 0;
}
.featured-product-area .shop-card-wrapper .shop-card-item .btm-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 0 20px;
}
.featured-product-area .shop-card-wrapper .shop-card-item .shop-card-img .before-svg {
  position: absolute;
  top: 100px;
  right: 50px;
}
.featured-product-area .shop-card-wrapper .shop-card-item .shop-card-img .after-svg {
  position: absolute;
  top: 90px;
  right: 265px;
}

/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Mixin
-------------------------*/
/*-------------------------
    cart
-------------------------*/
.block-cart .box-cart-wrapper {
  border: 1px solid #8597BF;
  padding: 20px 40px 20px 20px !important;
  border-radius: 10px !important;
  background-color: #fff;
}
.block-cart .box-cart-wrapper .title-product-cart {
  color: #777;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  font-style: normal;
  line-height: 140%;
  letter-spacing: 0.2px;
}
.block-cart .box-cart-wrapper input {
  width: 40px;
  height: 38px;
  border-radius: 5px;
  background: #FEEED0;
  border: none;
  padding: 0 0 0 10px;
  color: #F97316;
  font-size: 12px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.block-cart .box-cart-wrapper .price {
  color: #474747;
  font-size: 18px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.block-cart .box-cart-wrapper .brand-1 {
  padding-top: 34px;
}
.block-cart .box-cart-wrapper .btn-link:hover,
.block-cart .box-cart-wrapper .btn-link {
  color: #474747;
}
.block-cart .box-cart-wrapper .btn-link:focus {
  border: none;
  box-shadow: none;
}
.block-cart .order-summery {
  padding: 32px;
  border: 1px solid #8597BF;
  border-radius: 2px;
}
.block-cart .order-summery h5 {
  color: #17183B;
  font-size: 20px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-bottom: 32px;
}
.block-cart .order-summery .order-details {
  margin-bottom: 24px;
}
.block-cart .order-summery .order-details p, .block-cart .order-summery .order-details span {
  color: #17183B;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.block-cart .order-summery .order-details .fw {
  font-weight: 500;
}
.block-cart .order-summery .total {
  position: relative;
}
.block-cart .order-summery .total p, .block-cart .order-summery .total span {
  margin-top: 32px;
}
.block-cart .order-summery .total::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #9D9FA2;
}
.block-cart .order-summery .product-overlay .cart-btn {
  color: #A2A3B1;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.block-cart .order-summery .product-overlay .add-btn {
  padding: 16px;
  border-radius: 5px;
  border: 1px solid #D1D1D8;
  transition: var(--transition);
  width: 100%;
  color: #9D9FA2;
  font-size: 16px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
.block-cart .order-summery .product-overlay .add-btn:hover {
  background-color: #161C2D;
  color: #fff;
}
.block-cart .order-summery .product-overlay .add-btn:hover .cart-btn {
  color: #fff;
  cursor: pointer;
}
.block-cart .order-summery .product-overlay .add-btn:hover svg path {
  fill: #fff;
}
.block-cart .ad-style-2 .banner-text-wrapper {
  padding: 30px 15px;
}

/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Mixin
-------------------------*/
/*-------------------------
   Brand
-------------------------*/
.shop-by-brand .container {
  padding: 58px 58px;
  position: relative;
  z-index: 1;
}
.shop-by-brand .container .brand-icon-img {
  top: 35px;
  left: 220px;
}
.shop-by-brand .container .brand-before-icon-img {
  top: 35px;
  right: 220px;
}
.shop-by-brand .container .section-header a {
  color: #161C2D;
  font-size: 16px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
.shop-by-brand .container .section-header a img {
  transition: all 0.5s ease-in;
}
.shop-by-brand .container .section-header::after {
  display: none;
}
.shop-by-brand .container h4 {
  color: #161C2D;
  font-size: 24px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
.shop-by-brand .container p {
  color: #161C2D;
  font-size: 20px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 60px;
  margin-top: 20px;
}
.shop-by-brand .container p span {
  color: #F97316;
  font-weight: 500;
}
.shop-by-brand .container .brand-info {
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shop-by-brand .container .brand-info .brands-img {
  padding: 10px 12px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
}
.shop-by-brand .container .brand-info .brands-img img {
  width: 100px;
  height: 50px;
  object-fit: none;
}
.shop-by-brand .container .brand-info .brands-img img:first-child {
  margin-left: 0;
}
.shop-by-brand .container .brand-before-img {
  top: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
.shop-by-brand .container .brand-after-img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Mixin
-------------------------*/
/*-------------------------
    Contact
-------------------------*/
.contact-background {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 291px 82px 0px rgba(0, 0, 0, 0), 0px 187px 75px 0px rgba(0, 0, 0, 0), 0px 105px 63px 0px rgba(0, 0, 0, 0.02), 0px 47px 47px 0px rgba(0, 0, 0, 0.03), 0px 12px 26px 0px rgba(0, 0, 0, 0.03);
  padding: 100px;
}

.contact-us-form h2 {
  font-family: "Jost", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #161C2D;
  margin-bottom: 20px;
  text-align: left;
}
@media only screen and (min-width: 1200px) and (max-width: 1599px) {
  .contact-us-form h2 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact-us-form h2 {
    font-size: 38px;
  }
}
.contact-us-form h2 span {
  color: #F97316;
}
.contact-us-form p {
  color: #4F5D81;
  font-size: 14px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  line-height: 1.4;
  margin-bottom: 40px;
  text-align: left;
}
.contact-us-form .form-control {
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
}
.contact-us-form .form-control::placeholder {
  color: #9D9FA2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.14px;
}
.contact-us-form .form-control:focus {
  box-shadow: none;
  background-color: #f5f5f5;
}
.contact-us-form .input-field {
  position: relative;
}
.contact-us-form .input-field .form-select {
  padding: 16px 20px;
}
.contact-us-form .submit-btn {
  width: 100%;
  padding: 12px 0;
  color: var(--color-white);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  transition: all 0.5s;
}
.contact-us-form .submit-btn:hover {
  background-color: transparent;
  color: #F97316;
}

.contact-right-content {
  padding: 115px 48px;
  background-image: url(../media/others/contact.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  z-index: 1;
}
.contact-right-content::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(24, 49, 83, 0.9) 0%, rgba(24, 49, 83, 0.9) 100%);
  z-index: -1;
  border-radius: 20px;
}
.contact-right-content .contact-info .icon {
  margin-bottom: 100px;
}
.contact-right-content .contact-info .icon::after {
  position: absolute;
  content: "";
  left: 0;
  top: 14px;
  width: 71px;
  height: 71px;
  background: #fff;
  border-radius: 50%;
}
.contact-right-content .contact-info .icon::before {
  position: absolute;
  content: "";
  left: 8px;
  top: 22px;
  width: 55px;
  height: 55px;
  background: #F97316;
  border-radius: 50%;
  z-index: 1;
}
.contact-right-content .contact-info .icon svg {
  z-index: 4;
  position: absolute;
  top: 38px;
  left: 23px;
}
.contact-right-content .contact-info .info-details {
  margin-left: 100px;
}

/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Mixin
-------------------------*/
/*-------------------------
    404 Styles
-------------------------*/
.error-page .error-page-content h1 {
  color: #000000;
  font-size: 100px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
.error-page .error-page-content h3 {
  color: #000000;
  font-size: 32px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-top: 8px;
}
.error-page .error-page-content .error-btn {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  padding: 14px 16px;
  background-color: #F97316;
  border-radius: 2px;
  margin: 60px 0;
  transition: var(--transition);
}
.error-page .error-page-content .error-btn svg {
  transition: var(--transition);
}
.error-page .error-page-content .error-btn:hover {
  background-color: #161C2D;
}
.error-page .error-page-content .error-btn:hover svg {
  margin-right: 5px;
}

/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Mixin
-------------------------*/
/*-------------------------
    Order tracking
-------------------------*/
.order-tracking-info-wrapper .order-img img {
  width: 1040px;
  height: 750px;
  object-fit: cover;
}
.order-tracking-info-wrapper .order-track-info {
  padding: 60px 80px;
  border-radius: 10px;
  background: #FDF8EF;
  width: 695px;
  top: 75px;
  left: 0;
}
.order-tracking-info-wrapper .order-track-info h2 {
  font-family: "Jost", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #161C2D;
  line-height: 110%;
  text-align: left;
}
.order-tracking-info-wrapper .order-track-info p {
  color: #4F5D81;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin: 24px 0 32px 0;
}
.order-tracking-info-wrapper .order-track-info .order-input h6 {
  color: #161C2D;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-bottom: 24px;
}
.order-tracking-info-wrapper .order-track-info .order-input input {
  margin-bottom: 32px;
  border: 1px solid #8597BF;
  background-color: transparent;
  border-radius: 5px;
}
.order-tracking-info-wrapper .order-track-info .order-input input:focus {
  box-shadow: none;
}
.order-tracking-info-wrapper .order-track-info .order-input input::placeholder {
  color: #161C2D;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.order-tracking-info-wrapper .order-track-info .order-btn {
  padding: 12px 42px;
  background-color: #F97316;
  color: #fff;
  border: none;
  border-radius: 5px;
  transition: var(--transition);
}
.order-tracking-info-wrapper .order-track-info .order-btn:hover {
  background-color: #161C2D;
}

/*-------------------------
    Checkout page 
-------------------------*/
.checkout .section-title {
  color: #161C2D;
  font-size: 32px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.checkout .form-floating > label {
  padding-left: 20px;
  color: #9D9FA2;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.checkout .form-control {
  background-color: #fff;
  padding: 20px;
  border-radius: 9px;
  border: 1px solid #9D9FA2;
}
.checkout .form-control:focus {
  box-shadow: none;
}
.checkout .order-summery h5 {
  color: #161C2D;
  font-size: 24px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.checkout .order-summery .order-details {
  border-bottom: 1px solid #9D9FA2;
}
.checkout .order-summery .order-details p, .checkout .order-summery .order-details span {
  padding: 16px 0;
  color: #161C2D;
  font-size: 18px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.checkout .order-summery .order-total {
  border-bottom: 1px solid #161C2D;
}
.checkout .payment-title {
  color: #4F5D81;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.checkout .pay-title {
  color: #161C2D;
  font-size: 20px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.checkout .payment-label input {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  margin-right: 8px;
  border: 1px solid #FED7A1;
  padding: 0;
}
.checkout .payment-label input:focus {
  box-shadow: none;
}
.checkout .payment-label input::after {
  background-color: transparent;
}
.checkout .payment-label input::before {
  display: none;
}
.checkout .payment-label input:checked {
  border: 1px solid #F97316;
  background-color: #F97316;
}
.checkout .payment-label input[type=radio]:checked::after {
  background-color: #F97316;
}
.checkout .payment-label label {
  margin-right: 40px;
  color: #161C2D;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.checkout .payment-info input {
  border-bottom: 1px solid #9D9FA2 !important;
  padding: 12px 0 12px 10px;
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: #fff;
  border-radius: 0;
}
.checkout .payment-info input::placeholder {
  color: #4F5D81;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.checkout .checkout-box {
  color: #4D4D4E;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.checkout .order-details .order_info {
  color: #4F5D81 !important;
}
.checkout .checkout-info-details {
  color: #4d4d4e;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.checkout .shop-btn {
  padding: 16px 32px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  border: none;
  transition: var(--transition);
}
.checkout .shop-btn:focus {
  box-shadow: none;
}
.checkout .shop-btn:hover {
  background-color: #161C2D;
  color: #fff;
  border: none;
}
.checkout .box-total-checkout .box-checkout-right-content a {
  color: #161C2D;
  font-size: 18px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
.checkout .box-total-checkout .box-checkout-right-content p {
  color: #161C2D;
  font-size: 18px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  margin-right: 24px;
}
.checkout .box-total-checkout .order-notes p {
  color: #4F5D81;
  font-size: 14px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  margin-bottom: 12px;
}
.checkout .box-total-checkout .order-notes h5 {
  color: #161C2D;
  font-size: 20px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-bottom: 12px;
}
.checkout .box-total-checkout .order-notes textarea {
  width: 100%;
  height: 190px;
  padding: 20px;
  border-radius: 9px;
  background-color: #fff;
  border: 1px solid #9D9FA2;
}
.checkout .box-total-checkout .order-notes textarea::placeholder {
  color: #9D9FA2;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}

.btn-primary:hover,
.btn-check:focus-visible + .btn-primary,
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  background-color: transparent;
  border: 1px solid #F97316;
  color: #F97316;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #9D9FA2;
  margin-bottom: 1rem;
}

/*-------------------------
    FAQ
-------------------------*/
.faq-area .faq-wrapper .bd-faq h3 {
  color: #161C2D;
  font-size: 32px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.faq-area .faq-wrapper .bd-faq .bd-faq-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq-area .faq-wrapper .bd-faq .bd-faq-group .accordion-item {
  border: none;
}
.faq-area .faq-wrapper .bd-faq .bd-faq-group .accordion-item .accordion-button {
  border-bottom: 1px solid #BCBCBC;
  padding: 12px 20px;
  color: #161C2D;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 140%;
  text-align: left;
  gap: 15px;
}
.faq-area .faq-wrapper .bd-faq .bd-faq-group .accordion-item .accordion-button::after {
  content: "+";
  color: #161C2D;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  background-image: none;
  margin-inline-start: 0;
  text-align: center;
  position: absolute;
  right: 15px;
}
.faq-area .faq-wrapper .bd-faq .bd-faq-group .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.faq-area .faq-wrapper .bd-faq .bd-faq-group .accordion-item .accordion-button:not(.collapsed)::after {
  content: "-";
  top: 20px;
}
.faq-area .faq-wrapper .bd-faq .bd-faq-group .accordion-item .accordion-button:focus {
  box-shadow: none;
}
.faq-area .faq-wrapper .bd-faq .bd-faq-group .accordion-item .accordion-collapse {
  border: none;
  transition: all 0.5s ease;
}
.faq-area .faq-wrapper .bd-faq .bd-faq-group .accordion-item .accordion-collapse .accordion-body {
  color: #4d4d4e;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  line-height: 28px;
  padding: 12px 20px;
}

/*-------------------------
    Policy Area Start
-------------------------*/
.refund-policy .refund-left-wrapper {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #E2E2E2;
}
.refund-policy .refund-left-wrapper h5 {
  color: #161C2D;
  font-size: 24px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-bottom: 24px;
}
.refund-policy .refund-left-wrapper .refund-addres p {
  color: #161C2D;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 6px;
}
.refund-policy .refund-left-wrapper .refund-list-wrapper {
  margin-top: 32px;
}
.refund-policy .refund-left-wrapper .refund-list-wrapper ul .refund-list .list-item {
  color: #161C2D;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 8px;
  position: relative;
}
.refund-policy .refund-left-wrapper .refund-list-wrapper ul .refund-list .list-item::after {
  opacity: 0;
  position: absolute;
  content: "";
  left: 0;
  top: 25px;
  width: 0;
  height: 2px;
  background: #F97316;
  transition: var(--transition);
}
.refund-policy .refund-left-wrapper .refund-list-wrapper ul .refund-list .list-item:hover::after {
  opacity: 1;
  width: 24px;
}
.refund-policy .refund-left-wrapper .subscribe-letter {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #DADADA;
  background: #FAFAFA;
}
.refund-policy .refund-left-wrapper .subscribe-letter h4 {
  color: #161C2D;
  font-size: 20px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-bottom: 24px;
  line-height: 120%;
  text-align: center;
}
.refund-policy .refund-left-wrapper .subscribe-letter .subscribe-content {
  color: #161C2D;
  font-size: 14px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 24px;
  line-height: 160%;
  letter-spacing: 0.2px;
}
.refund-policy .refund-left-wrapper .subscribe-letter .subscribing {
  margin-bottom: 24px;
}
.refund-policy .refund-left-wrapper .subscribe-letter .subscribing input {
  width: 100%;
  padding: 3px 3px 3px 9px;
  border-radius: 50px;
  border: 0.5px solid #FB9F4F;
  background: rgba(255, 255, 255, 0.2);
}
.refund-policy .refund-left-wrapper .subscribe-letter .subscribing input::placeholder {
  color: #9D9FA2;
  font-size: 12px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  padding-left: 18px;
}
.refund-policy .refund-left-wrapper .subscribe-letter .subscribing .submit {
  border-radius: 50px;
  background: #F97316;
  padding: 4px 10px;
  border: none;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  position: absolute;
  right: 3px;
  top: 4px;
}
.refund-policy .refund-left-wrapper .subscribe-letter .subscribing svg {
  position: absolute;
  top: 10px;
  left: 10px;
}
.refund-policy .refund-left-wrapper .subscribe-letter .btn-text {
  color: #4F5D81;
  font-size: 10px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.refund-policy .refund-left-wrapper .subscribe-letter .btn-text a {
  color: #F97316;
  font-size: 10px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  text-decoration: underline;
}
.refund-policy .policy-content-wrapper .refund-title h3 {
  color: #161C2D;
  font-size: 32px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.refund-policy .policy-content-wrapper .refund-pera p {
  color: #4F5D81;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}

/*-------------------------
    Team
-------------------------*/
.team-member-wrapper .team-title {
  margin: 65px 0;
}
.team-member-wrapper .team-title h2 {
  font-family: "Jost", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #161C2D;
}
.team-member-wrapper .teamImage {
  position: relative;
  overflow: hidden;
}
.team-member-wrapper .teamImage a img {
  border-radius: 20px;
}
.team-member-wrapper .teamImage .social-media {
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.team-member-wrapper .teamImage .social-media a {
  margin-bottom: 12px;
}
.team-member-wrapper .teamImage .social-media a:last-child {
  margin-bottom: 0;
}
.team-member-wrapper .teamImage .social-media a i {
  font-size: 30px;
}
.team-member-wrapper .teamImage::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  transition: var(--transition);
  z-index: 1;
  border-top-left-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 20px;
}
.team-member-wrapper .teamImage:hover .social-media, .team-member-wrapper .teamImage:hover::after {
  opacity: 1;
  visibility: visible;
}
.team-member-wrapper .teamImage:hover .social-media {
  right: 10%;
}
.team-member-wrapper .team-content a h6 {
  color: #161C2D;
  font-size: 24px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.team-member-wrapper .team-content p {
  color: #4F5D81;
  font-size: 18px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 12px;
  margin-top: 16px;
}

/*-------------------------
   Typography
-------------------------*/
.typography-content > h4 {
  color: var(--color-primary);
}
.typography-content h1,
.typography-content h2,
.typography-content h3,
.typography-content h4,
.typography-content h5,
.typography-content h6 {
  font-family: var(--font-primary);
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--color-dark);
  margin: 0 0 30px 0;
}
.typography-content .body-font1,
.typography-content .body-font2 {
  font-size: var(--font-body-1);
  line-height: 1.3;
}
.typography-content p {
  margin: 0 0 40px 0;
}
.typography-content a {
  color: var(--color-primary);
}
.typography-content blockquote {
  position: relative;
  padding-left: 26px;
  border-left: 2px solid var(--color-dark);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  font-style: italic;
}
.typography-content ul {
  padding-left: 24px;
}
.typography-content ol.list-style li,
.typography-content ul.list-style li {
  list-style: circle;
  color: var(--color-dark);
  margin: 10px 0;
}
.typography-content ol.list-style li::marker,
.typography-content ul.list-style li::marker {
  color: var(--color-primary);
}

/*=======================================================================
4.Blocks Styles 
=========================================================================*/
/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Mixin
-------------------------*/
/*-------------------------
   Header Styles
-------------------------*/
.header-style-1 .header-top-bar {
  width: 100%;
  padding: 10px 0;
  background-color: #F97316;
}
.header-style-1 .header-top-bar .top-bar-content p {
  margin-left: 16px;
  margin-right: 16px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.header-style-1 .header-top-bar .header-top-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-style-1 .header-top-bar .header-top-right .usd-menu > a {
  border-right: 1px solid #fff;
  padding-right: 16px;
  margin-right: 16px;
}
.header-style-1 .header-top-bar .header-top-right .usd-menu,
.header-style-1 .header-top-bar .header-top-right .language-menu {
  position: relative;
}
.header-style-1 .header-top-bar .header-top-right .usd-menu > a,
.header-style-1 .header-top-bar .header-top-right .language-menu > a {
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.header-style-1 .header-top-bar .header-top-right .usd-menu .usd-submenu,
.header-style-1 .header-top-bar .header-top-right .usd-menu .language-submenu,
.header-style-1 .header-top-bar .header-top-right .language-menu .usd-submenu,
.header-style-1 .header-top-bar .header-top-right .language-menu .language-submenu {
  position: absolute;
  top: 100%;
  left: 20px;
  background: #ffffff;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  min-width: 80px;
  padding: 15px 10px;
  border-radius: 4px;
  transition: var(--transition);
  list-style: none;
  margin: 0;
  box-shadow: 0 13px 48px 0 rgba(0, 0, 0, 0.15);
}
.header-style-1 .header-top-bar .header-top-right .usd-menu .usd-submenu li,
.header-style-1 .header-top-bar .header-top-right .usd-menu .language-submenu li,
.header-style-1 .header-top-bar .header-top-right .language-menu .usd-submenu li,
.header-style-1 .header-top-bar .header-top-right .language-menu .language-submenu li {
  color: #161C2D;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ffe0bd;
  transition: all 0.2s;
  cursor: pointer;
}
.header-style-1 .header-top-bar .header-top-right .usd-menu .usd-submenu li:last-child,
.header-style-1 .header-top-bar .header-top-right .usd-menu .language-submenu li:last-child,
.header-style-1 .header-top-bar .header-top-right .language-menu .usd-submenu li:last-child,
.header-style-1 .header-top-bar .header-top-right .language-menu .language-submenu li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.header-style-1 .header-top-bar .header-top-right .usd-menu .usd-submenu li img,
.header-style-1 .header-top-bar .header-top-right .usd-menu .language-submenu li img,
.header-style-1 .header-top-bar .header-top-right .language-menu .usd-submenu li img,
.header-style-1 .header-top-bar .header-top-right .language-menu .language-submenu li img {
  height: 15px;
  width: 20px;
  object-fit: cover;
}
.header-style-1 .header-top-bar .header-top-right .usd-menu:hover .usd-submenu,
.header-style-1 .header-top-bar .header-top-right .usd-menu:hover .language-submenu,
.header-style-1 .header-top-bar .header-top-right .language-menu:hover .usd-submenu,
.header-style-1 .header-top-bar .header-top-right .language-menu:hover .language-submenu {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  left: 0;
}
.header-style-1 .header-top-bar .header-top-right .usd-menu:hover .usd-submenu li,
.header-style-1 .header-top-bar .header-top-right .usd-menu:hover .language-submenu li,
.header-style-1 .header-top-bar .header-top-right .language-menu:hover .usd-submenu li,
.header-style-1 .header-top-bar .header-top-right .language-menu:hover .language-submenu li {
  opacity: 1;
  transform: translateX(0);
}
.header-style-1 .header-top-bar .header-top-right .usd-menu:hover .usd-submenu li:nth-child(1n),
.header-style-1 .header-top-bar .header-top-right .usd-menu:hover .language-submenu li:nth-child(1n),
.header-style-1 .header-top-bar .header-top-right .language-menu:hover .usd-submenu li:nth-child(1n),
.header-style-1 .header-top-bar .header-top-right .language-menu:hover .language-submenu li:nth-child(1n) {
  transition-delay: 0.1s;
}
.header-style-1 .header-top-bar .header-top-right .usd-menu:hover .usd-submenu li:nth-child(2n),
.header-style-1 .header-top-bar .header-top-right .usd-menu:hover .language-submenu li:nth-child(2n),
.header-style-1 .header-top-bar .header-top-right .language-menu:hover .usd-submenu li:nth-child(2n),
.header-style-1 .header-top-bar .header-top-right .language-menu:hover .language-submenu li:nth-child(2n) {
  transition-delay: 0.2s;
}
.header-style-1 .header-top-bar .header-top-right .usd-menu:hover .usd-submenu li:nth-child(3n),
.header-style-1 .header-top-bar .header-top-right .usd-menu:hover .language-submenu li:nth-child(3n),
.header-style-1 .header-top-bar .header-top-right .language-menu:hover .usd-submenu li:nth-child(3n),
.header-style-1 .header-top-bar .header-top-right .language-menu:hover .language-submenu li:nth-child(3n) {
  transition-delay: 0.3s;
}
.header-style-1 .header-top-bar .header-top-right .usd-menu:hover .usd-submenu li:nth-child(4n),
.header-style-1 .header-top-bar .header-top-right .usd-menu:hover .language-submenu li:nth-child(4n),
.header-style-1 .header-top-bar .header-top-right .language-menu:hover .usd-submenu li:nth-child(4n),
.header-style-1 .header-top-bar .header-top-right .language-menu:hover .language-submenu li:nth-child(4n) {
  transition-delay: 0.4s;
}
.header-style-1 .header-top-bar .header-top-right .usd-menu:hover .usd-submenu li:nth-child(5n),
.header-style-1 .header-top-bar .header-top-right .usd-menu:hover .language-submenu li:nth-child(5n),
.header-style-1 .header-top-bar .header-top-right .language-menu:hover .usd-submenu li:nth-child(5n),
.header-style-1 .header-top-bar .header-top-right .language-menu:hover .language-submenu li:nth-child(5n) {
  transition-delay: 0.5s;
}
.header-style-1 .header-middle-bar {
  position: relative;
  width: 100%;
  padding: 20px 0;
  border: 0px 0px 1px 0px;
  border-bottom: 1px solid rgb(231, 231, 231);
}
.header-style-1 .header-middle-bar .header-middle-content {
  width: 100%;
}
.header-style-1 .header-middle-bar .header-middle-content .header-logo {
  width: 200px;
  height: 50px;
}
.header-style-1 .header-middle-bar .header-middle-content .header-search .search {
  position: relative;
}
.header-style-1 .header-middle-bar .header-middle-content .header-search .search input {
  width: 350px;
  padding: 16px;
  border-style: solid;
  border: 1px solid rgb(238, 238, 238);
  outline: none;
  position: relative;
  background: none;
  border-radius: 0;
}
.header-style-1 .header-middle-bar .header-middle-content .header-search .search input:focus {
  box-shadow: none;
}
.header-style-1 .header-middle-bar .header-middle-content .header-search .search input::placeholder {
  color: #707070;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.header-style-1 .header-middle-bar .header-middle-content .header-search .search .select {
  width: 165px;
  padding: 16px;
  border-style: solid;
  border: none;
  outline: none;
  color: #F97316;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  background: rgba(249, 115, 22, 0.1);
  cursor: pointer;
}
.header-style-1 .header-middle-bar .header-middle-content .header-search .search .select option {
  color: #707070;
  background-color: #fff;
}
.header-style-1 .header-middle-bar .header-middle-content .header-search .search .search-icon {
  width: 58px;
  height: 58px;
  background-color: #161C2D;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: -57px;
}
.header-style-1 .header-middle-bar .header-middle-content .header-account .account-icon {
  width: 48px;
  height: 48px;
  line-height: 43px;
  text-align: center;
  border: 0.5px dotted #F97316;
  border-radius: 50%;
  margin-right: 24px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.header-style-1 .header-middle-bar .header-middle-content .header-account .account-icon:nth-child(3) {
  margin-right: 0;
}
.header-style-1 .header-middle-bar .header-middle-content .header-account .account-icon:hover {
  background-color: #F97316;
  color: #fff;
}
.header-style-1 .header-middle-bar .header-middle-content .header-account .account-icon:hover svg path {
  stroke: #fff;
}
.header-style-1 .header-middle-bar .header-middle-content .header-account .account-icon .number-tag {
  background-color: #161C2D;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
  position: absolute;
  top: -6px;
  right: 0px;
  height: 23px;
  width: 23px;
  line-height: 23px;
  border-radius: 50%;
}
.header-style-1 .header-middle-bar .header-middle-content .header-account .header-action .sidemenu-btn .btn-wrap {
  height: 60px;
  width: 60px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.header-style-1 .header-middle-bar .header-middle-content .header-account .header-action .sidemenu-btn .btn-wrap span {
  height: 2px;
  width: 20px;
  background-color: #161C2D;
  margin-bottom: 4px;
  border-radius: 10px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.header-style-1 .header-middle-bar .header-middle-content .header-account .header-action .sidemenu-btn .btn-wrap span:last-child {
  margin-bottom: 0;
  width: 10px;
  margin-right: -10px;
}
.header-style-1 .header-middle-bar .header-middle-content .header-account .mainmenu > .menu-item-has-children {
  position: relative;
}
.header-style-1 .header-navbar .header-category .category-menu {
  padding: 10px 24px;
  cursor: pointer;
  width: 300px;
  border: 1px solid rgba(249, 115, 22, 0.2);
  background: rgba(249, 115, 22, 0.1);
}
.header-style-1 .header-navbar .header-category .category-menu a {
  color: #F97316;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.header-style-1 .header-navbar .header-category .category-menu .category-submenu {
  position: absolute;
  line-height: 1;
  padding-top: 20px;
  top: 100%;
  left: 0;
  background: #ffffff;
  z-index: -1;
  display: none;
  min-width: 80px;
  width: 300px;
  border-radius: 4px;
  transition: all 0.5s ease-in;
  list-style: none;
  margin: 0;
  transition: all 0.5s ease-in;
  box-shadow: 0 13px 48px 0 rgba(0, 0, 0, 0.15);
}
.header-style-1 .header-navbar .header-category .category-menu .category-submenu li {
  transition: var(--transition);
  border-bottom: 0.5px solid transparent;
}
.header-style-1 .header-navbar .header-category .category-menu .category-submenu li a {
  padding: 10px 12px;
  color: #161C2D;
  font-size: 14px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  line-height: 1;
}
.header-style-1 .header-navbar .header-category .category-menu .category-submenu li a svg {
  margin-right: 12px;
  margin-bottom: 4px;
}
.header-style-1 .header-navbar .header-category .category-menu .category-submenu li a svg path {
  transition: all 0.5s ease-in;
}
.header-style-1 .header-navbar .header-category .category-menu .category-submenu li a:hover {
  color: #F97316;
}
.header-style-1 .header-navbar .header-category .category-menu .category-submenu li:hover {
  border-radius: 1px;
  border-bottom: 0.5px solid rgba(249, 115, 22, 0.4);
  background: #FEEED0;
}
.header-style-1 .header-navbar .header-category .category-menu .category-submenu li:hover svg path {
  fill: #F97316;
}
.header-style-1 .header-navbar .header-info .contact-information {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-style-1 .header-navbar .header-info .contact-information > li {
  margin-left: 24px;
  color: #161C2D;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.header-style-1 .header-navbar .header-info .contact-information > li svg {
  color: #F97316 !important;
}

.ll-header {
  position: relative;
  z-index: 4;
}
.ll-header .header-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ll-header .header-navbar .header-main-nav {
  flex: 1;
}
@media only screen and (max-width: 1199px) {
  .ll-header .header-navbar .header-main-nav {
    margin: 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .ll-header .header-navbar .header-main-nav {
    margin: 0;
  }
}

.ll-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  background-color: var(--color-white);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  animation: headerSlideDown 0.8s ease forwards;
}

.mainmenu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mainmenu > li {
  margin: 0 24px;
  padding: 10px 0;
}
@media only screen and (max-width: 1199px) {
  .mainmenu > li {
    margin: 0 12px;
  }
}
.mainmenu > li > a {
  color: #161C2D;
  font-size: 14px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  line-height: 60px;
  height: 60px;
  display: block;
  position: relative;
  transition: var(--transition);
  text-transform: uppercase;
}
.mainmenu > li > a:hover {
  color: var(--color-primary);
}
.mainmenu > li > a:hover::before {
  opacity: 1;
  width: 100%;
}
.mainmenu > li > a.active {
  color: #F97316;
}
.mainmenu > .menu-item-has-children {
  position: relative;
}
.mainmenu > .menu-item-has-children > a {
  position: relative;
  margin-right: 20px;
}
.mainmenu > .menu-item-has-children > a::after {
  content: "\f107";
  font-family: var(--font-awesome);
  font-weight: 400;
  color: var(--color-text-dark);
  font-size: 18px;
  position: absolute;
  top: 0;
  right: -20px;
  font-size: 15px;
}
.mainmenu > .menu-item-has-children .ll-submenu {
  position: absolute;
  top: 100%;
  left: 20px;
  background: #ffffff;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  min-width: 250px;
  padding: 15px 10px;
  border-radius: 4px;
  transition: var(--transition);
  list-style: none;
  margin: 0;
  box-shadow: 0 13px 48px 0 rgba(0, 0, 0, 0.15);
}
.mainmenu > .menu-item-has-children .ll-submenu li {
  margin: 0;
  transition: var(--transition);
  opacity: 0;
  transform: translateX(20px);
}
.mainmenu > .menu-item-has-children .ll-submenu li a {
  position: relative;
  font-size: 14px;
  text-transform: capitalize;
  color: #161C2D;
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 4px;
  display: block;
  transition: var(--transition);
}
.mainmenu > .menu-item-has-children .ll-submenu li a:hover {
  color: var(--color-primary);
  margin-left: 5px;
}
.mainmenu > .menu-item-has-children .ll-submenu li a.active {
  color: var(--color-primary);
}
.mainmenu > .menu-item-has-children .ll-submenu li a.active::after {
  width: 100%;
}
.mainmenu > .menu-item-has-children:hover .ll-submenu {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  left: 0;
}
.mainmenu > .menu-item-has-children:hover .ll-submenu li {
  opacity: 1;
  transform: translateX(0);
}
.mainmenu > .menu-item-has-children:hover .ll-submenu li:nth-child(1n) {
  transition-delay: 0.1s;
}
.mainmenu > .menu-item-has-children:hover .ll-submenu li:nth-child(2n) {
  transition-delay: 0.2s;
}
.mainmenu > .menu-item-has-children:hover .ll-submenu li:nth-child(3n) {
  transition-delay: 0.3s;
}
.mainmenu > .menu-item-has-children:hover .ll-submenu li:nth-child(4n) {
  transition-delay: 0.4s;
}
.mainmenu > .menu-item-has-children:hover .ll-submenu li:nth-child(5n) {
  transition-delay: 0.5s;
}
.mainmenu > .menu-item-has-children:hover .ll-submenu li:nth-child(6n) {
  transition-delay: 0.6s;
}
.mainmenu > .menu-item-has-children:hover .ll-submenu li:nth-child(7n) {
  transition-delay: 0.7s;
}
.mainmenu > .menu-item-has-children:hover .ll-submenu li:nth-child(8n) {
  transition-delay: 0.8s;
}
.mainmenu > .menu-item-has-children:hover .ll-submenu li:nth-child(9n) {
  transition-delay: 0.9s;
}
.mainmenu > .menu-item-has-children:hover .ll-submenu li:nth-child(10n) {
  transition-delay: 1s;
}
.mainmenu > .menu-item-has-children:hover .ll-submenu li:nth-child(11n) {
  transition-delay: 1.1s;
}
.mainmenu > .menu-item-has-children:hover .ll-submenu li:nth-child(12n) {
  transition-delay: 1.2s;
}

@keyframes headerSlideDown {
  0% {
    margin-top: -50px;
    opacity: 0;
  }
  30% {
    margin-top: -10px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E7E7E7;
}
@media only screen and (min-width: 992px) {
  .mobile-nav-header {
    display: none;
  }
}
.mobile-nav-header .mobile-nav-logo {
  width: 150px;
  line-height: 1;
}
.mobile-nav-header .mobile-nav-logo .dark-mode {
  display: none;
}
.mobile-nav-header .mobile-menu-close {
  background-color: transparent;
  height: 30px;
  width: 30px;
  border: 2px solid #BACAE9;
  border-radius: 10px;
  color: #161C2D;
  font-size: 14px;
  transition: var(--transition);
  line-height: 1;
}
.mobile-nav-header .mobile-menu-close:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .ll-mainmenu.ll-sticky {
    animation: none;
  }
  .mainmenu-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -300px;
    background-color: #fff;
    width: 300px;
    padding: 20px 10px;
    transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
    z-index: 1050;
  }
  .mainmenu-nav.show {
    left: 0;
  }
  .mainmenu-nav .mainmenu {
    display: block;
    height: 100%;
    overflow: auto;
  }
  .mainmenu-nav .mainmenu > li > a {
    height: 40px;
    line-height: 40px;
  }
  .mainmenu-nav .mainmenu > li > a::before {
    display: none;
  }
  .mainmenu-nav .mainmenu .menu-item-has-children .ll-submenu {
    display: none;
    position: initial;
    visibility: visible;
    opacity: 1;
    min-width: 100%;
    box-shadow: none;
    padding: 0 0 10px;
    transition: initial;
  }
  .mainmenu-nav .mainmenu .menu-item-has-children .ll-submenu li {
    opacity: 1;
    transform: translateX(0);
  }
  .mainmenu-nav .mainmenu .menu-item-has-children .ll-submenu li a {
    padding: 7px 10px;
  }
  .mainmenu-nav .mainmenu .menu-item-has-children.menu-item-open .ll-submenu {
    display: block;
  }
  .mainmenu > .menu-item-has-children > a .submenu-toggle-btn {
    position: absolute;
    top: 0;
    right: -20px;
    height: 50px;
    width: 12px;
    background-color: transparent;
    z-index: 5;
  }
  .mainmenu > .menu-item-has-children > a:after {
    transition: var(--transition);
  }
  .mainmenu > .menu-item-has-children.open > a {
    color: var(--color-primary);
  }
  .mainmenu > .menu-item-has-children.open > a:after {
    color: var(--color-primary);
    transform: rotate(180deg);
  }
}
/*-------------------------
   Offcanvas Menu
-------------------------*/
.header-offcanvasmenu {
  padding: 40px;
  min-width: 575px;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.header-offcanvasmenu .offcanvasClose {
  background: #fff;
  border: 1px solid #4F5D81;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  width: 40px;
  height: 40px;
}
.header-offcanvasmenu .offcanvasClose button:focus {
  box-shadow: none;
}
.header-offcanvasmenu .offcanvas-header {
  margin-bottom: 40px;
}
.header-offcanvasmenu .offcanvas-header h3 {
  color: #000;
  font-size: 32px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.header-offcanvasmenu .offcanvas-header button {
  border-radius: 2px;
  border: 1px solid #4F5D81;
  padding: 6px 16px;
  color: #4F5D81;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  background-color: #fff;
}
.header-offcanvasmenu .offcanvas-body .wish-item-info {
  border-radius: 10px;
  padding: 30px;
  border: 1px solid #BACAE9;
  margin-bottom: 30px;
}
.header-offcanvasmenu .offcanvas-body .wish-item-info:last-child {
  margin-bottom: 0;
}
.header-offcanvasmenu .offcanvas-body .wish-item-info .product-info {
  margin-left: 20px;
}
.header-offcanvasmenu .offcanvas-body .wish-item-info .product-info a h6 {
  color: #161C2D;
  font-size: 22px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 20px;
}
.header-offcanvasmenu .offcanvas-body .wish-item-info .product-info .product-selling-price p {
  color: #F97316;
  font-size: 20px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-bottom: 20px;
}
.header-offcanvasmenu .offcanvas-body .wish-item-info .product-info .product-selling-price .shop-btn {
  padding: 8px 8px;
  margin-top: 20px;
  background-color: #161C2D;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
.header-offcanvasmenu .offcanvas-body .wish-item-info .btn-close-popup {
  right: 15px;
  top: 15px;
}
.header-offcanvasmenu .offcanvas-body .title-product-cart, .header-offcanvasmenu .offcanvas-body .price {
  font-size: 14px;
}
.header-offcanvasmenu .offcanvas-body .flash-sell .selling-product-wrapper .flash-selling-content a img {
  width: 100%;
  height: 100%;
}
.header-offcanvasmenu .offcanvas-body .flash-sell .selling-product-wrapper .product-info a h6 {
  font-size: 18px;
  margin-bottom: 10px;
}
.header-offcanvasmenu .offcanvas-body .flash-sell .selling-product-wrapper .product-info .product-selling-price p,
.header-offcanvasmenu .offcanvas-body .flash-sell .selling-product-wrapper .product-info .product-selling-price span del {
  font-size: 12px;
}
.header-offcanvasmenu .offcanvas-body .flash-sell .selling-product-wrapper .product-info .review-icon i {
  font-size: 10px;
}
.header-offcanvasmenu .offcanvas-body .banner-text-wrapper {
  flex-direction: column;
  text-align: center;
}
.header-offcanvasmenu .offcanvas-body .banner-text-wrapper .banner-text {
  margin-right: 0;
  margin-bottom: 10px;
}

.popup-account {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 12346;
  display: none;
}
.popup-account .box-account-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.popup-account .box-account-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  left: 0px;
  margin: auto;
  max-width: 500px;
  z-index: 2;
  width: 100%;
  padding: 0px 0px;
  background-color: #ffffff;
  max-height: 100%;
  border-radius: 10px;
}
.popup-account .box-account-wrapper .box-account .form-registerd-info,
.popup-account .box-account-wrapper .box-account .form-password-info {
  display: none;
}
.popup-account .box-account-wrapper .box-account .form-account-info .btnClose,
.popup-account .box-account-wrapper .box-account .form-password-info .btnClose,
.popup-account .box-account-wrapper .box-account .form-registerd-info .btnClose {
  border-radius: 10px 10px 0 0;
  padding: 10px 50px;
  background-color: #F5F5F5;
  margin-bottom: 50px;
}
.popup-account .box-account-wrapper .box-account .form-account-info .btnClose h3,
.popup-account .box-account-wrapper .box-account .form-password-info .btnClose h3,
.popup-account .box-account-wrapper .box-account .form-registerd-info .btnClose h3 {
  color: #161C2D;
  font-size: 32px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.popup-account .box-account-wrapper .box-account .form-account-info .form-login,
.popup-account .box-account-wrapper .box-account .form-password-info .form-login,
.popup-account .box-account-wrapper .box-account .form-registerd-info .form-login {
  padding: 0 50px 50px 50px;
}
.popup-account .box-account-wrapper .box-account .form-account-info .form-login h4,
.popup-account .box-account-wrapper .box-account .form-password-info .form-login h4,
.popup-account .box-account-wrapper .box-account .form-registerd-info .form-login h4 {
  margin-bottom: 38px;
  color: #161C2D;
  font-size: 24px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.popup-account .box-account-wrapper .box-account .form-account-info .form-login .form-group .email-icon,
.popup-account .box-account-wrapper .box-account .form-password-info .form-login .form-group .email-icon,
.popup-account .box-account-wrapper .box-account .form-registerd-info .form-login .form-group .email-icon {
  left: 12px;
  top: 10px;
}
.popup-account .box-account-wrapper .box-account .form-account-info .form-login .form-group .password-icon,
.popup-account .box-account-wrapper .box-account .form-password-info .form-login .form-group .password-icon,
.popup-account .box-account-wrapper .box-account .form-registerd-info .form-login .form-group .password-icon {
  left: 12px;
  top: 10px;
}
.popup-account .box-account-wrapper .box-account .form-account-info .form-login .form-group .form-control,
.popup-account .box-account-wrapper .box-account .form-password-info .form-login .form-group .form-control,
.popup-account .box-account-wrapper .box-account .form-registerd-info .form-login .form-group .form-control {
  padding: 12px 20px 12px 40px;
}
.popup-account .box-account-wrapper .box-account .form-account-info .form-login .form-group input,
.popup-account .box-account-wrapper .box-account .form-password-info .form-login .form-group input,
.popup-account .box-account-wrapper .box-account .form-registerd-info .form-login .form-group input {
  margin-bottom: 38px;
  border-radius: 5px;
  border: 1px solid #8597BF;
  background: #fff;
}
.popup-account .box-account-wrapper .box-account .form-account-info .form-login .form-group input::placeholder,
.popup-account .box-account-wrapper .box-account .form-password-info .form-login .form-group input::placeholder,
.popup-account .box-account-wrapper .box-account .form-registerd-info .form-login .form-group input::placeholder {
  color: #8597BF;
  font-size: 18px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.popup-account .box-account-wrapper .box-account .form-account-info .form-login .form-group .btn,
.popup-account .box-account-wrapper .box-account .form-password-info .form-login .form-group .btn,
.popup-account .box-account-wrapper .box-account .form-registerd-info .form-login .form-group .btn {
  padding: 12px 20px;
  border: 1px solid #8597BF;
  color: #8597BF;
  border-radius: 5px;
  transition: all 0.3s;
  width: 100%;
  margin-bottom: 38px;
}
.popup-account .box-account-wrapper .box-account .form-account-info .form-login .form-group .btn:last-child,
.popup-account .box-account-wrapper .box-account .form-password-info .form-login .form-group .btn:last-child,
.popup-account .box-account-wrapper .box-account .form-registerd-info .form-login .form-group .btn:last-child {
  margin-bottom: 0;
}
.popup-account .box-account-wrapper .box-account .form-account-info .form-login .form-group .btn:focus,
.popup-account .box-account-wrapper .box-account .form-password-info .form-login .form-group .btn:focus,
.popup-account .box-account-wrapper .box-account .form-registerd-info .form-login .form-group .btn:focus {
  border: 1px solid #8597BF;
  box-shadow: none;
}
.popup-account .box-account-wrapper .box-account .form-account-info .form-login .form-group .btn:hover,
.popup-account .box-account-wrapper .box-account .form-password-info .form-login .form-group .btn:hover,
.popup-account .box-account-wrapper .box-account .form-registerd-info .form-login .form-group .btn:hover {
  background: #161C2D;
  color: #fff;
}
.popup-account .box-account-wrapper .box-account .form-account-info .form-login .login-now,
.popup-account .box-account-wrapper .box-account .form-account-info .form-login .register-now,
.popup-account .box-account-wrapper .box-account .form-password-info .form-login .login-now,
.popup-account .box-account-wrapper .box-account .form-password-info .form-login .register-now,
.popup-account .box-account-wrapper .box-account .form-registerd-info .form-login .login-now,
.popup-account .box-account-wrapper .box-account .form-registerd-info .form-login .register-now {
  color: #161C2D;
  font-size: 18px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-top: 38px;
}
.popup-account .box-account-wrapper .box-account .form-account-info .form-login .login-now span,
.popup-account .box-account-wrapper .box-account .form-account-info .form-login .register-now span,
.popup-account .box-account-wrapper .box-account .form-password-info .form-login .login-now span,
.popup-account .box-account-wrapper .box-account .form-password-info .form-login .register-now span,
.popup-account .box-account-wrapper .box-account .form-registerd-info .form-login .login-now span,
.popup-account .box-account-wrapper .box-account .form-registerd-info .form-login .register-now span {
  color: #E51755;
}
.popup-account .box-account-wrapper .box-account .form-account-info .form-login .form-check-input,
.popup-account .box-account-wrapper .box-account .form-password-info .form-login .form-check-input,
.popup-account .box-account-wrapper .box-account .form-registerd-info .form-login .form-check-input {
  width: 14px;
  height: 14px;
  margin-right: 12px;
  border-radius: 2px;
  padding: 0;
}
.popup-account .box-account-wrapper .box-account .form-account-info .form-login .form-check-label,
.popup-account .box-account-wrapper .box-account .form-account-info .form-login .buttun-forgotpass,
.popup-account .box-account-wrapper .box-account .form-password-info .form-login .form-check-label,
.popup-account .box-account-wrapper .box-account .form-password-info .form-login .buttun-forgotpass,
.popup-account .box-account-wrapper .box-account .form-registerd-info .form-login .form-check-label,
.popup-account .box-account-wrapper .box-account .form-registerd-info .form-login .buttun-forgotpass {
  color: #161C2D;
  font-size: 18px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}

/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Mixin
-------------------------*/
/*-------------------------
    Blog Styles
-------------------------*/
.blog-list .recent-border::before {
  position: absolute;
  content: "";
  left: 0;
  top: 650px;
  width: 100%;
  height: 1px;
  background: #c8c8c8;
}
.blog-list .cardBlogStyle1 .cardImage a {
  position: relative;
  overflow: hidden;
}
.blog-list .cardBlogStyle1 .cardImage a img {
  border-radius: 8px;
}
.blog-list .cardBlogStyle1 .cardImage a::after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.blog-list .cardBlogStyle1 .cardImage a:hover::after {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.blog-list .cardBlogStyle1 .cardInfo a .trends {
  color: #F97316;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 4px 12px;
  border-radius: 2px;
  border: 0.6px solid #fff;
  background: #FFFBEF;
}
.blog-list .cardBlogStyle1 .cardInfo a .post-meta-title {
  font-family: "Jost", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #161C2D;
  margin: 20px 0;
  text-align: left;
  line-height: 110%;
}
.blog-list .cardBlogStyle1 .cardInfo .read-more {
  color: #F97316;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.blog-list .cardBlogStyle1 .cardInfo .post-blog-date {
  color: #4F5D81;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.blog-list .cardBlogStyle1 .cardInfo .section-header::after {
  display: none;
}
.blog-list .cardBlogStyle1 .cardInfo .section-header .trend-icon {
  display: inline;
}
.blog-list .cardBlogStyle1 .cardInfo .section-header .trend-icon .read-more {
  color: #161C2D;
  font-size: 14px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.blog-list .cardBlogStyle1 .cardInfo .section-header .trend-icon .read-more::after {
  opacity: 0;
  position: absolute;
  content: "";
  left: 0;
  top: 25px;
  width: 0;
  height: 1px;
  background: #161C2D;
  transition: all 0.5s ease;
}
.blog-list .cardBlogStyle1 .cardInfo .section-header .trend-icon:hover .read-more::after {
  opacity: 1;
  width: 100%;
}
.blog-list .sidebar-right .head-sidebar {
  color: #161C2D;
  font-size: 20px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-bottom: 24px;
}
.blog-list .sidebar-right .content-sidebar .list-filter-checkbox {
  padding-left: 0;
}
.blog-list .sidebar-right .content-sidebar .list-filter-checkbox li {
  transition: all 0.5s;
}
.blog-list .sidebar-right .content-sidebar .list-filter-checkbox li:hover {
  color: #F97316;
}
.blog-list .sidebar-right .content-sidebar .list-filter-checkbox li .font-xl {
  color: #161C2D;
  font-size: 14px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  transition: all 0.5s;
  position: relative;
}
.blog-list .sidebar-right .content-sidebar .list-filter-checkbox li .font-xl::after {
  position: absolute;
  content: "";
  left: 0;
  top: 20px;
  width: 0;
  height: 1px;
  background: #F97316;
  opacity: 0;
  transition: var(--transition);
}
.blog-list .sidebar-right .content-sidebar .list-filter-checkbox li .font-xl:hover {
  color: #F97316;
}
.blog-list .sidebar-right .content-sidebar .list-filter-checkbox li .font-xl:hover::after {
  opacity: 1;
  width: 100%;
}
.blog-list .sidebar-right .content-sidebar .list-featured-posts .cardFeaturePost {
  justify-content: normal !important;
}
.blog-list .sidebar-right .content-sidebar .list-featured-posts .cardFeaturePost .cardImage img {
  max-width: 66px;
  height: 100px;
  object-fit: cover;
  border-radius: 6px;
}
.blog-list .sidebar-right .content-sidebar .list-featured-posts .cardFeaturePost .cardInfo .lbl-tag-brand {
  color: #161C2D;
  font-size: 12px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  border-radius: 2px;
  background: #F5F5F5;
  padding: 2px 10px;
  display: block;
  width: fit-content;
}
.blog-list .sidebar-right .content-sidebar .list-featured-posts .cardFeaturePost .cardInfo .link-feature {
  color: #161C2D;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-top: 5px;
  transition: var(--transition);
}
.blog-list .sidebar-right .content-sidebar .list-featured-posts .cardFeaturePost .cardInfo .link-feature:hover {
  color: #F97316;
}
.blog-list .sidebar-right .content-sidebar .list-featured-posts .cardFeaturePost .cardInfo span {
  color: #8597BF;
  font-size: 12px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  display: block;
}
.blog-list .sidebar-right .content-sidebar .btn-tag {
  padding: 6px 14px;
  transition: all 0.5s;
  border-radius: 4px;
  border: 0.6px solid #BACAE9;
  color: #183153;
  font-size: 14px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.blog-list .sidebar-right .content-sidebar .btn-tag:hover {
  background: #F97316;
  color: #fff;
  border: 0.6px solid #F97316;
}
.blog-list .card-recent-post .cardInfo a .post-meta-title {
  font-size: 20px !important;
}
.blog-list .head-sidebar-wrapper {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-bottom: 32px;
}
.blog-list .head-sidebar-wrapper::after {
  position: absolute;
  content: "";
  left: 0;
  top: 38px;
  width: 100%;
  height: 1px;
  background: #9D9FA2;
  opacity: 0.8;
}
.blog-list .head-sidebar-wrapper::before {
  position: absolute;
  content: "";
  left: 0;
  top: 37px;
  width: 30%;
  height: 2px;
  background: #F97316;
  z-index: 1;
}
.blog-list .list-featured-posts .cardFeaturePost .cardImage {
  margin-right: 16px;
}
.blog-list .list-featured-posts .cardFeaturePost .cardImage a img {
  width: 80px;
}
.blog-list .list-featured-posts .cardFeaturePost .cardInfo .link-feature {
  color: #161C2D;
  font-size: 14px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-bottom: 8px;
}
.blog-list .list-featured-posts .cardFeaturePost .cardInfo .review-img svg {
  margin-right: 3px;
}
.blog-list .list-featured-posts .cardFeaturePost .cardInfo p {
  color: #F97316;
  font-size: 16px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  line-height: 140%;
  margin-top: 8px;
}
.blog-list .list-featured-posts .cardFeaturePost .cardInfo p del {
  color: #9D9FA2;
  margin-left: 4px;
  font-weight: 400;
}

/*-------------------------
    Blog page style 3
-------------------------*/
.blog-list-style-3 .card-post-style-3 .cardImage a img {
  width: 280px !important;
  height: 208px !important;
}
.blog-list-style-3 .cardBlogStyle1 .cardInfo {
  margin-top: 22px;
}
.blog-list-style-3 .cardBlogStyle1 .cardInfo .post-meta-title {
  margin: 16px 0 !important;
}

/*-------------------------
    Blog Details
-------------------------*/
.blog-list-details-wrapper .post-blog-wrapper .blog-breadcrumb p {
  color: #4F5D81;
  font-size: 12px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.blog-list-details-wrapper .post-blog-wrapper .blog-breadcrumb p span {
  color: #F97316;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .post__img a,
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .post_box_img a,
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__thumb a {
  position: relative;
  overflow: hidden;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .post__img a:hover::after,
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .post_box_img a:hover::after,
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__thumb a:hover::after {
  -webkit-animation: circle 0.75s;
  animation: circle 0.75s;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .post__img a::after,
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .post_box_img a::after,
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__thumb a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__content .postbox__title a {
  color: #161C2D;
  font-size: 32px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__content .postbox__meta {
  margin-bottom: 48px;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__content .postbox__meta::after {
  position: absolute;
  content: "";
  left: 0;
  top: 45px;
  width: 100%;
  height: 1px;
  background: #E7E7E7;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__content .postbox__meta span {
  color: #4d4d4e;
  font-size: 14px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-right: 16px;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__content .postbox__meta span a {
  color: #4d4d4e;
  font-size: 14px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__content .postbox__text p {
  color: #4F5D81;
  font-size: 14px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__content .postbox__text p span {
  margin-top: 24px;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__content .postbox__quote {
  border-top: 1px solid #9A9A9A;
  border-bottom: 1px solid #9A9A9A;
  padding: 28px 20px;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__content .postbox__quote p {
  color: #161C2D;
  font-size: 24px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__content .post__box__feature__content .post_box_img img {
  height: 178px;
  object-fit: cover;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__content .post__box__feature__content .post__img img {
  height: 381px;
  object-fit: cover;
  width: -webkit-fill-available;
  width: -moz-available;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__content .post__pera .postbox_title a {
  color: #161C2D;
  font-size: 24px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .post__box__share .share_thumb {
  border-bottom: 1px solid #D9D9D9;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .post__box__share .share_thumb p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-top: 30px;
  margin-right: 15px;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .post__box__share .share_thumb .post_admin .admin-img {
  position: absolute;
  right: 0;
  top: -5px;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .post__box__share .social-share p {
  margin-right: 12px;
  color: #161C2D;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .post__box__share .social-share .social-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid rgba(79, 93, 129, 0.15);
  margin-right: 10px;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .post__box__share .social-share .post_tags {
  position: absolute;
  top: -14%;
  left: 24%;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .post__box__share .social-share .post_tags .tags {
  border-radius: 2px;
  padding: 2px 8px;
  border: 0.6px solid #9D9FA2;
  background: #F5F5F5;
  color: #183153;
  font-size: 14px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .post__box__share .social_share_btn .social-flex .prev-btn {
  color: #161C2D;
  font-size: 14px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  padding: 10px 20px;
  border: 1px solid #161C2D;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .post__box__share .social_share_btn .social-flex .social-icon {
  background-color: #161C2D;
  padding: 10px;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__comment-wrapper .postbox__comment {
  margin-bottom: 32px;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__comment-wrapper .postbox__comment .postbox__comment-title {
  color: #161C2D;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-bottom: 16px;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__comment-wrapper .postbox__comment .postbox__comment-box .postbox__comment-info .postbox__comment-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #D9D9D9;
  margin-right: 12px;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__comment-wrapper .postbox__comment .postbox__comment-box .postbox__comment-mail .post-meta {
  color: #161C2D;
  font-size: 14px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-right: 12px;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__comment-wrapper .postbox__comment .postbox__comment-box .postbox__comment-date a {
  color: #4d4d4e;
  font-size: 12px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__comment-wrapper .postbox__comment .postbox__comment-box .postbox__comment-date a span {
  margin-right: 12px;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__comment-wrapper .postbox__comment-form .postbox__comment-form-title {
  color: #161C2D;
  font-size: 20px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  margin-bottom: 48px;
  padding: 16px 0;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__comment-wrapper .postbox__comment-form .postbox__comment-form-title::after {
  position: absolute;
  content: "";
  left: 0;
  top: 56px;
  width: 100%;
  height: 1px;
  background: #9D9FA2;
  opacity: 0.8;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__comment-wrapper .postbox__comment-form .postbox__comment-form-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 56px;
  width: 7%;
  height: 2px;
  background: #F97316;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__comment-wrapper .postbox__comment-form .postbox__comment-input input, .blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__comment-wrapper .postbox__comment-form .postbox__comment-input textarea {
  width: 100%;
  padding: 10px 16px;
  border-radius: 4px;
  background-color: #f8f8f8;
  border: 1px solid #D8D8D8;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__comment-wrapper .postbox__comment-form .postbox__comment-input textarea {
  height: 145px;
}
.blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__comment-wrapper .postbox__comment-form .postbox__comment-btn .fill-btn {
  padding: 10px 20px;
  background-color: #F97316;
  color: #fff;
  outline: 0;
  border: none;
}

/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Variable
-------------------------*/
/*-------------------------
    Mixin
-------------------------*/
/*-------------------------
    Footer design
-------------------------*/
.footer {
  background: #FDF8EF;
  padding: 80px 0 0 0;
}
.footer .footer-top {
  border-bottom: 1px solid #8597BF;
  padding-bottom: 40px;
}
.footer .footer-top .footer-col::after {
  position: absolute;
  content: "";
  left: 0;
  top: 25px;
  width: 42px;
  height: 2px;
  background: #F97316;
}
.footer .footer-top .footer-col .footer-col-title h6 {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2px;
  text-align: left;
  color: #161C2D;
  margin-bottom: 24px;
  text-transform: capitalize;
}
.footer .footer-top .footer-col .footer-menu {
  padding-left: 0;
}
.footer .footer-top .footer-col .footer-menu li {
  list-style: none;
}
.footer .footer-top .footer-col li a {
  color: #4d4d4e;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  text-align: left;
  margin-bottom: 12px;
  transition: var(--transition);
}
.footer .footer-top .footer-col li a:hover {
  color: #F97316;
}
.footer .footer-top .footer-col .social-menu {
  margin-bottom: 32px;
}
.footer .footer-top .footer-col .social-menu li {
  margin-left: 11px;
  list-style: none;
}
.footer .footer-top .footer-col .social-menu li:first-child {
  margin-left: 0;
}
.footer .footer-top .footer-col p {
  margin-bottom: 16px;
  color: #161C2D;
  font-size: 18px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}
.footer .footer-top .footer-col .footer-input {
  background-color: #fff;
  border: 1px solid #BACAE9;
  border-radius: 0;
}
.footer .footer-top .footer-col .footer-input:focus {
  box-shadow: none;
}
.footer .footer-top .footer-col .footer-input ::placeholder {
  color: #4d4d4e;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.footer .footer-top .footer-col .footer-btn {
  background-color: #fff;
  border: 1px solid #F97316;
  background-color: #F97316;
  color: #fff;
  padding: 12px 22px;
  transition: var(--transition);
}
.footer .footer-top .footer-col .footer-btn:hover {
  background: #161C2D;
  border: 1px solid #161C2D;
}
.footer .footer-top .footer-col .footer-btn::placeholder {
  color: #4d4d4e;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}
.footer .footer-bottom {
  padding: 40px 0;
}
.footer .footer-bottom .payment-text {
  color: #161C2D;
  font-size: 18px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
  margin-bottom: 10px;
}
.footer .footer-bottom .payment_gate .paymant-icon {
  padding: 5px 8px;
  margin-top: 12px;
  border-radius: 2px;
  border: 1px solid #EDEDED;
  background: #fff;
  margin-right: 5px;
}
.footer .footer-copyright {
  height: 50px;
  line-height: 50px;
  background-color: #161C2D;
}
.footer .footer-copyright .copyright-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}

/*-------------------------
   Responsive Styles
-------------------------*/
@media (max-width: 1600px) {
  .banner.banner-style-1 .banner-content .title {
    line-height: 1.3;
  }
  .product-style-5 .product-category-wrapper input[type=range] {
    left: 1%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .about-us .about-content .about-img-wrapper .about-img img {
    width: 250px;
  }
  .about-us .about-content .about-img-wrapper {
    left: 6%;
    transform: translateX(6%);
  }
  .mainmenu > li {
    margin: 0 20px;
  }
  .mainmenu > .menu-item-has-children .ll-submenu {
    min-width: 220px;
  }
  .header-style-1 .header-navbar .header-category .category-menu .category-submenu,
  .header-style-1 .header-navbar .header-category .category-menu {
    width: 250px;
  }
  .banner {
    position: relative;
    z-index: 2;
    padding-top: 120px;
  }
  .banner.banner-style-1 .banner-content {
    margin-left: 200px;
  }
  .shop-card .shop-card-clothing .card-info p {
    font-size: 26px;
  }
  .featured-product .featured-left-product .featured-product-info .product-range::after {
    width: 204px;
  }
  .footer input {
    width: 250px;
  }
  .shop-btn {
    min-width: 150px;
  }
  .product-style-5 .product-category-wrapper input[type=range] {
    left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-us .about-content .about-img-wrapper .about-img img {
    width: 230px;
  }
  .about-us .about-content .about-img-wrapper {
    left: 6%;
    transform: translateX(6%);
  }
  .header-style-1 .header-middle-bar .header-middle-content .header-logo {
    width: 150px;
  }
  .header-style-1 .header-middle-bar .header-middle-content .header-search .search .select {
    width: 150px;
  }
  .header-style-1 .header-middle-bar .header-middle-content .header-search .search input {
    width: 250px;
  }
  .header-style-1 .header-middle-bar .header-middle-content .header-search .search .search-icon {
    width: 50px;
    height: 58px;
    right: -50px;
  }
  .header-style-1 .header-middle-bar .header-middle-content .account-icon {
    margin-right: 12px;
  }
  .header-style-1 .header-navbar .header-category .category-menu .category-submenu li a {
    padding: 10px 5px;
    font-size: 12px;
  }
  .product-style-5 .product-category-wrapper input[type=range] {
    left: 0;
  }
  .shop-card-item-info .circle-img svg {
    width: 280px;
    height: 210px;
  }
  .shop-card-item .circle-img svg {
    width: 220px;
    height: 110px;
  }
  .header-style-1 .header-navbar .header-category .category-menu .category-submenu,
  .header-style-1 .header-navbar .header-category .category-menu {
    width: 200px;
  }
  .dealing-products .dealing-top-wrapper .slide-arrow-left.slick-arrow {
    left: 92% !important;
  }
  .mainmenu > li {
    margin: 0 8px;
  }
  .header-style-1 .header-navbar .header-info .contact-information > li {
    margin-left: 16px;
    font-size: 16px;
  }
  .banner-style-1 {
    padding-top: 100px;
  }
  .banner.banner-style-1 .banner-content {
    margin-left: 200px;
  }
  .banner .banner-content .subtitle {
    font-size: 22px;
  }
  .banner .banner-content p {
    font-size: 18px;
  }
  .shop-card .shop-card-clothing .card-info p {
    font-size: 26px;
  }
  .shop-card .card-1 {
    flex-wrap: nowrap;
  }
  .shop-card .shop-card-clothing .card-info > a {
    padding: 12px 14px 12px 14px;
  }
  .featured-product .tab-content .tab-pane .featured-left-product .featured-product-info .bottom-text p {
    font-size: 16px;
  }
  .advertisement .ad-background .ad-banner-overly .ad-right-img img,
  .advertisement .ad-background .ad-banner-overly .ad-left-img img {
    width: 150px;
    height: 250px;
  }
  .advertisement .ad-background .ad-banner-overly .ad-right-img::after {
    width: 150px;
    height: 250px;
  }
  .advertisement .ad-background .ad-banner-overly .ad-left-img::after {
    top: 90px;
    width: 150px;
    height: 250px;
  }
  .advertisement .ad-background .ad-banner-overly {
    padding: 96px 40px;
  }
  .advertisement .ad-background .ad-banner-overly .middle-content h2 {
    font-size: 32px;
  }
  .advertisement .ad-background .ad-banner-overly .middle-content .middle-content-pera p {
    font-size: 12px;
  }
  .banner.banner-style-2 .banner-thumbnail {
    background-color: #F4F2FF;
    padding: 56px 30px 200px 30px;
    flex-basis: 50%;
  }
  .banner.banner-style-2 .banner-thumbnail {
    top: -85px;
    padding: 56px 30px 200px 30px;
    flex-basis: 52%;
  }
  .banner-style-2 .hero-content {
    align-items: center;
    background-image: linear-gradient(to right, #FDF8EF 59%, #F4F2FF 45%);
  }
  .banner-style-2 .banner-img {
    position: absolute;
    top: 0;
    right: 30px;
  }
  .banner.banner-style-2 .banner-thumbnail .banner-img-middle {
    top: 60px;
    right: 120px;
  }
  .banner.banner-style-2 .banner-thumbnail .banner-img-last {
    top: 120px;
    left: inherit;
    right: 210px;
  }
  .banner.banner-style-2 .banner-info-wrapper,
  .banner.banner-style-2 .banner-thumbnail {
    background-color: transparent;
  }
  .shop-btn {
    min-width: 130px;
    padding: 8px 12px;
  }
  .flash-sell .selling-product-wrapper .product-info .product-selling-price p {
    font-size: 16px;
  }
  .review-icon i {
    font-size: 13px;
  }
  .flash-sell .selling-product-wrapper .product-info .product-selling-price p del {
    font-size: 16px;
  }
  .flash-sell .selling-product-wrapper .product-info h6 {
    font-size: 20px;
  }
  .review-icon i {
    margin-left: 0px;
  }
  .new-arrivals-products .arrivals-product-wrapper .selling-pera p {
    padding: 0;
    text-align: center;
  }
  .blog-list .cardBlogStyle1 .cardInfo a .post-meta-title {
    font-size: 42px;
  }
  .blog-list .sidebar-right .content-sidebar .list-featured-posts .cardFeaturePost .cardImage img {
    height: 74px;
    width: 105px;
  }
  .blog-list .sidebar-right .content-sidebar .list-featured-posts .cardFeaturePost .cardInfo .link-feature {
    font-size: 14px;
  }
  .product-category-wrapper .block-filter .box-collapse ul li .font-xs {
    margin-left: 8px;
    font-size: 16px;
  }
  .order-tracking-info-wrapper .order-img img {
    width: 850px;
    height: 720px;
  }
  .order-tracking-info-wrapper .order-track-info {
    padding: 40px 40px;
    border-radius: 10px;
    width: 600px;
    top: 90px;
  }
  .order-tracking-info-wrapper .order-track-info h2 {
    font-size: 32px;
  }
  .product-category-wrapper .block-filter .box-collapse ul:first-child {
    margin-right: 8px;
  }
  .order-tracking-info-wrapper .order-track-info p,
  .order-tracking-info-wrapper .order-track-info .order-input h6 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .dealing-products .dealing-top-wrapper .dealing-slider .dealing-top-products .product-slide .deal-top-info-wrapper .top-dealing-content .top-img-content {
    display: flex;
    justify-content: center;
  }
  .dealing-products {
    padding: 60px 0;
  }
  .ad-style-2 .banner-text-wrapper {
    padding: 20px 30px;
  }
  .about-us .about-content .about-img-wrapper .about-img img {
    width: 200px;
  }
  .about-us .about-content .about-img-wrapper {
    left: 6%;
    transform: translateX(6%);
  }
  .header-search,
  .search-input,
  .header-mainmenu,
  .header-category,
  .header-info {
    display: none;
  }
  .header-account {
    display: flex;
    align-items: center;
  }
  .header-style-1 .header-middle-bar .header-middle-content .account-icon {
    margin-right: 18px !important;
  }
  .header-style-1 .header-middle-bar .header-middle-content .account-icon {
    width: 40px !important;
    height: 40px !important;
    line-height: 35px !important;
  }
  .header-style-1 .header-middle-bar .header-middle-content .account-icon .number-tag {
    height: 18px !important;
    width: 18px !important;
    line-height: 18px !important;
    font-size: 8px !important;
  }
  .banner-style-1 {
    padding-top: 100px;
  }
  .banner-style-1 .shop-btn {
    margin-bottom: 40px;
  }
  .banner .banner-content .subtitle {
    display: block;
    margin-bottom: 40px;
  }
  .card-style-2 .card-1 {
    margin-top: 24px;
  }
  .shop-card .card-1 {
    margin-bottom: 24px;
  }
  .brand-before-icon-img {
    right: 100px !important;
  }
  .brand-icon-img {
    left: 100px !important;
  }
  .brand-before-icon-img svg,
  .brand-icon-img svg {
    width: 50px;
    height: auto;
  }
  .top-selling .col-md-6 {
    width: 50% !important;
  }
  .card-item .card-item-post-block .card-content {
    margin-bottom: 24px;
  }
  .card-1 .shop-card-img img {
    width: 270px;
  }
  .checkout .shop-btn {
    margin-bottom: 24px;
  }
  .checkout .checkout-box {
    margin-bottom: 40px !important;
  }
  .shop-card .shop-card-clothing .shop-card-img .sale-badge {
    top: 0;
  }
  .card-1 .shop-card-img .sale-badge img {
    width: 100%;
  }
  .ad-style-2 .banner-text-wrapper .shop-btn {
    padding: 8px 8px;
    font-size: 14px;
    margin-left: 8px;
  }
  .ad-style-2 .banner-text-wrapper .banner-text {
    font-size: 32px;
  }
  .ad-style-2 .banner-text-wrapper .banner-content h4 {
    font-size: 28px;
  }
  .shop-card .shop-card-clothing .card-info > a {
    padding: 8px;
    font-size: 14px;
  }
  .shop-card .shop-card-clothing .card-info p {
    font-size: 28px;
  }
  .advertisement .ad-background .ad-banner-overly {
    padding: 40px;
  }
  .advertisement .ad-background .ad-banner-overly .middle-content h2 {
    font-size: 32px;
  }
  .advertisement .ad-background .ad-banner-overly .middle-content .middle-content-pera p {
    font-size: 12px;
    width: 300px;
  }
  .advertisement .ad-background .ad-banner-overly .ad-right-img::after,
  .advertisement .ad-background .ad-banner-overly .ad-right-img img,
  .advertisement .ad-background .ad-banner-overly .ad-left-img img {
    width: 120px;
    height: 190px;
  }
  .advertisement .ad-background .ad-banner-overly .ad-right-img img {
    bottom: 55px;
  }
  .advertisement .ad-background .ad-banner-overly .ad-right-img::after {
    bottom: 60px;
  }
  .advertisement .ad-background .ad-banner-overly .ad-left-img::after {
    top: 40px;
    width: 120px;
    height: 190px;
  }
  .countdown {
    margin-left: 24px;
  }
  .dealing-products .dealing-top-wrapper .slide-arrow-left.slick-arrow {
    left: 90% !important;
  }
  .banner.banner-style-2 .hero-content {
    flex-direction: column;
  }
  .banner.banner-style-2 .banner-info-wrapper {
    order: 2;
  }
  .banner.banner-style-2 .banner-info-wrapper,
  .banner.banner-style-2 .banner-thumbnail {
    flex-basis: 100%;
  }
  .banner.banner-style-2 .banner-thumbnail {
    padding: 300px 0 265px;
  }
  .banner.banner-style-2 .banner-img {
    position: absolute;
    top: 60px;
    right: 25%;
  }
  .banner.banner-style-2 .banner-thumbnail .banner-img-middle {
    top: 130px;
    right: 35%;
  }
  .banner.banner-style-2 .banner-thumbnail .banner-img-last {
    top: 190px;
    left: inherit;
    right: 45%;
  }
  .banner.banner-style-2 .banner-info-wrapper {
    padding: 60px;
  }
  .shop-card-wrapper .shop-card-item-info {
    margin-bottom: 25px;
  }
  .shop-by-brand .container .brand-info {
    flex-wrap: wrap;
  }
  .shop-by-brand .container .brand-info .brands-img {
    margin: 0 10px 10px;
  }
  .card-item-three .card-item-post-block {
    margin-bottom: 25px;
  }
  .footer-col {
    margin-bottom: 40px;
  }
  .footer .footer-top {
    padding-bottom: 0;
  }
  .section-header-filter {
    flex-direction: column;
  }
  .filter-product {
    margin-top: 24px;
  }
  .blog-list .cardBlogStyle1 .cardInfo a .post-meta-title {
    font-size: 38px;
  }
  .blog-list .card-recent-post .cardInfo a .post-meta-title {
    font-size: 32px;
    line-height: 1.3;
  }
  .blog-list .card-recent-post {
    margin-bottom: 24px;
  }
  .sidebar-right {
    margin-top: 60px !important;
  }
  .blog-list-style-3 .card-post-style-3 .cardImage a img {
    height: 170px !important;
  }
  .block-filter {
    margin-bottom: 24px;
  }
  .box-collapse {
    justify-content: flex-start !important;
  }
  .about-info-wrapper .about_title,
  .about-us .about-content .about_title,
  .team-member-wrapper .team-title h2 {
    font-size: 38px;
  }
  .refund-policy .policy-content-wrapper .refund-title h3 {
    font-size: 28px;
  }
  .product-style-5 .product-category-wrapper input[type=range] {
    left: 0;
  }
  .order-tracking-info-wrapper .order-img img {
    width: 750px;
    height: 720px;
  }
  .order-tracking-info-wrapper .order-track-info {
    padding: 40px 40px;
    border-radius: 10px;
    width: 500px;
    top: 90px;
  }
  .order-tracking-info-wrapper .order-track-info h2 {
    font-size: 28px;
  }
  .order-tracking-info-wrapper .order-track-info p,
  .order-tracking-info-wrapper .order-track-info .order-input h6 {
    font-size: 14px;
  }
  .contact-us-form .submit-btn {
    margin-bottom: 32px;
  }
  .header-offcanvasmenu {
    padding: 20px;
    min-width: 380px;
  }
  .header-offcanvasmenu .offcanvas-header h3 {
    font-size: 24px;
  }
  .header-offcanvasmenu .offcanvas-header button {
    padding: 6px 10px;
    font-size: 14px;
  }
  .header-offcanvasmenu .offcanvas-header {
    margin-bottom: 24px;
  }
  .header-offcanvasmenu .offcanvas-body .wish-item-info {
    padding: 15px;
    margin-bottom: 24px;
  }
  .header-offcanvasmenu .offcanvas-body .wish-item-info .product-info a h6 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .header-offcanvasmenu .offcanvas-body .wish-item-info .btn-close-popup {
    right: 10px;
    top: 8px;
  }
  .header-offcanvasmenu .offcanvas-body .wish-item-info .product-info .product-selling-price p {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .header-offcanvasmenu .offcanvas-body .wish-item-info .product-info .product-selling-price .shop-btn svg {
    width: 18px;
  }
  .header-offcanvasmenu .offcanvas-body .wish-item-info .product-info .product-selling-price .shop-btn {
    margin-top: 18px;
    font-size: 10px;
    padding: 8px;
  }
  .header-offcanvasmenu .offcanvas-body .wish-item-info .product-info .product-selling-price .review-icon i {
    font-size: 10px;
  }
  .offcanvas-body .block-cart .box-cart-wrapper {
    border: 1px solid #8597BF;
    padding: 6px 12px 6px 6px !important;
    border-radius: 10px !important;
    background-color: #fff;
  }
  .offcanvas-body .block-cart .box-cart-wrapper .title-product-cart {
    font-size: 16px;
  }
  .offcanvas-body .price {
    font-size: 16px;
  }
  .offcanvas-body .block-cart .ad-style-2 .banner-text-wrapper {
    padding: 14px 15px;
  }
  .offcanvas-body .ad-style-2 .banner-text-wrapper .banner-content h4 {
    font-size: 20px;
  }
  .offcanvas-body .ad-style-2 .banner-text-wrapper .banner-content p {
    margin: 10px 0;
  }
  .offcanvas-body .block-cart .box-cart-wrapper input {
    width: 30px;
  }
}
@media (max-width: 767px) {
  #last-dealing-product .section-header a {
    margin-top: 12px;
  }
  #last-dealing-product .section-header {
    flex-direction: column;
  }
  #last-dealing-product .section-header::after {
    display: none;
  }
  .about-us {
    margin-bottom: -300px;
  }
  .about-info-wrapper {
    padding: 60px 0;
  }
  .about-img-wrapper {
    flex-direction: column;
  }
  .about-img-wrapper .about-img:nth-child(2) {
    left: -200px !important;
    top: -150px !important;
  }
  .about-img-wrapper .about-img:nth-child(3) {
    left: 0px !important;
    top: -200px !important;
  }
  .about-img-wrapper .about-img:nth-child(4) {
    left: -200px !important;
    top: -350px !important;
  }
  .about-img-wrapper .about-img:nth-child(5) {
    left: 0px !important;
    top: -400px !important;
  }
  .header-top-bar {
    display: none;
  }
  .banner.banner-style-1 .banner-content {
    text-align: center;
    margin-left: 0;
  }
  .banner.banner-style-1 .banner-thumbnail .banner-img img {
    height: 460px;
  }
  .banner.banner-style-2 .banner-img {
    right: 11%;
  }
  .banner.banner-style-2 .banner-thumbnail .banner-img-middle {
    top: 130px;
    right: 29%;
  }
  .banner.banner-style-2 .banner-thumbnail .banner-img-last {
    right: 46%;
  }
  .banner.banner-style-2 .banner-info-wrapper .banner-content-2 h1 {
    font-size: 48px;
    line-height: 113%;
  }
  .banner.banner-style-2 .banner-info-wrapper::after {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .banner.banner-style-2 .banner-info-wrapper .banner-background {
    bottom: 12.5%;
  }
  .brand-before-icon-img {
    right: 50px !important;
  }
  .brand-icon-img {
    left: 50px !important;
  }
  .shop-card-wrapper .shop-card-item-info {
    padding: 41px 40px 5px 40px;
  }
  .shop-card .card-3,
  .shop-card .card-2 {
    padding: 20px 20px 4px 40px;
    height: 310px;
  }
  .advertisement .ad-background .ad-banner-overly .ad-right-img img {
    right: 25px;
  }
  .advertisement .ad-background .ad-banner-overly .ad-left-img img {
    left: 25px;
  }
  .advertisement .ad-background .ad-banner-overly .ad-right-img::after {
    right: 30px;
  }
  .advertisement .ad-background .ad-banner-overly .ad-left-img::after {
    left: 30px;
  }
  .card-4 .shop-card-img img {
    height: 310px;
    object-fit: cover;
  }
  .advertisement .ad-background .ad-banner-overly .middle-content h2 {
    font-size: 26px;
  }
  .advertisement .ad-background .ad-banner-overly .ad-left-img::after {
    top: 60px;
  }
  .advertisement .ad-background .ad-banner-overly .middle-content .middle-content-pera p {
    width: 220px;
  }
  .advertisement .shop-btn {
    min-width: auto;
  }
  .shop-btn {
    min-width: 150px;
  }
  .filter-product {
    flex-direction: column;
  }
  .fashion-product .section-header-filter .filter-product .sorting-product {
    margin: 12px 0;
  }
  .fashion-product .section-header-filter .filter-product .product-search input {
    margin-left: 0;
  }
  .fashion-product .section-header-filter .filter-product .default-text {
    margin-left: 0;
    margin-top: 12px;
  }
  .dealing-products .dealing-top-wrapper .slide-arrow-left.slick-arrow {
    left: 88% !important;
  }
  .shop-card-wrapper .shop-card-item-info .shop-card-img .circle-img svg,
  .shop-card-wrapper .shop-card-item .shop-card-img .circle-img svg {
    width: 50%;
    height: auto;
  }
  .top-selling .col-sm-12 {
    width: 100% !important;
  }
  .ad-style-2 .banner-text-wrapper {
    flex-direction: column;
  }
  .product-category-wrapper .box-collapse .range-slider {
    margin-bottom: 60px;
  }
  .ad-style-2 .banner-text-wrapper .shop-btn {
    margin-left: 0;
    margin-top: 20px;
  }
  .ad-text {
    position: relative;
    top: 35px;
  }
  .refund-policy .col-lg-3 {
    order: 2;
  }
  .contact-background {
    padding: 40px;
  }
  .cardFeaturePost {
    justify-content: flex-start !important;
  }
  .about-info-wrapper .about_title,
  .about-us .about-content .about_title,
  .team-member-wrapper .team-title h2 {
    font-size: 32px;
  }
  .blog-list-style-3 .cardBlogStyle1 .cardInfo {
    margin-top: 0;
  }
  .about-left-content {
    margin-bottom: 24px;
  }
  .box-main-gallery {
    padding: 30px 60px !important;
  }
  .product-details-wrapper .box-images-product-left .slider-thumbnails .item-thumb {
    width: 110px;
    height: 130px;
    padding: 15px 15px;
  }
  .post-blog-wrapper {
    margin-top: 60px !important;
  }
  .order-tracking-info-wrapper .order-img img {
    width: 550px;
    height: 720px;
  }
  .order-tracking-info-wrapper .order-track-info {
    width: 400px;
  }
  .blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .postbox__content .postbox__title a {
    font-size: 28px;
  }
  .post__img {
    margin-bottom: 24px;
    margin-top: 24px;
  }
  .popup-account .box-account-wrapper {
    max-width: 400px;
  }
  .popup-account .box-account-wrapper .box-account .form-account-info .btnClose,
  .popup-account .box-account-wrapper .box-account .form-password-info .btnClose,
  .popup-account .box-account-wrapper .box-account .form-registerd-info .btnClose {
    padding: 10px 30px;
  }
  .popup-account .box-account-wrapper .box-account .form-account-info .form-login,
  .popup-account .box-account-wrapper .box-account .form-password-info .form-login,
  .popup-account .box-account-wrapper .box-account .form-registerd-info .form-login {
    padding: 0 30px 24px 30px;
  }
  .popup-account .box-account-wrapper .box-account .form-account-info .btnClose,
  .popup-account .box-account-wrapper .box-account .form-password-info .btnClose,
  .popup-account .box-account-wrapper .box-account .form-registerd-info .btnClose,
  .popup-account .box-account-wrapper .box-account .form-account-info .form-login .login-now,
  .popup-account .box-account-wrapper .box-account .form-account-info .form-login .register-now,
  .popup-account .box-account-wrapper .box-account .form-password-info .form-login .login-now,
  .popup-account .box-account-wrapper .box-account .form-password-info .form-login .register-now,
  .popup-account .box-account-wrapper .box-account .form-registerd-info .form-login .login-now,
  .popup-account .box-account-wrapper .box-account .form-registerd-info .form-login .register-now,
  .popup-account .box-account-wrapper .box-account .form-account-info .form-login .form-group .btn,
  .popup-account .box-account-wrapper .box-account .form-password-info .form-login .form-group .btn,
  .popup-account .box-account-wrapper .box-account .form-registerd-info .form-login .form-group .btn,
  .popup-account .box-account-wrapper .box-account .form-account-info .form-login .form-group input,
  .popup-account .box-account-wrapper .box-account .form-password-info .form-login .form-group input,
  .popup-account .box-account-wrapper .box-account .form-registerd-info .form-login .form-group input,
  .popup-account .box-account-wrapper .box-account .form-account-info .form-login h4,
  .popup-account .box-account-wrapper .box-account .form-password-info .form-login h4,
  .popup-account .box-account-wrapper .box-account .form-registerd-info .form-login h4 {
    margin-bottom: 24px;
  }
  .popup-account .box-account-wrapper .box-account .form-account-info .form-login .login-now,
  .popup-account .box-account-wrapper .box-account .form-account-info .form-login .register-now,
  .popup-account .box-account-wrapper .box-account .form-password-info .form-login .login-now,
  .popup-account .box-account-wrapper .box-account .form-password-info .form-login .register-now,
  .popup-account .box-account-wrapper .box-account .form-registerd-info .form-login .login-now,
  .popup-account .box-account-wrapper .box-account .form-registerd-info .form-login .register-now {
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  #last-dealing-product .section-counter h4 {
    margin-bottom: 12px;
  }
  #last-dealing-product .section-counter {
    flex-direction: column;
  }
  .header-style-1 .header-middle-bar .header-middle-content .header-logo {
    width: 160px;
  }
  .header-style-1 .header-middle-bar .header-middle-content .account-icon {
    margin-right: 12px !important;
  }
  .banner.banner-style-2 .banner-thumbnail {
    padding: 280px 0 130px;
  }
  .banner.banner-style-2 .banner-thumbnail .banner-img img,
  .banner.banner-style-2 .banner-thumbnail .banner-img-middle img,
  .banner.banner-style-2 .banner-thumbnail .banner-img-last img {
    height: 250px;
  }
  .banner.banner-style-2 .banner-img {
    position: absolute;
    top: 40px;
    right: 40px;
  }
  .banner.banner-style-2 .banner-thumbnail .banner-img-middle {
    top: 80px;
    right: 25%;
  }
  .banner.banner-style-2 .banner-thumbnail .banner-img-last {
    top: 120px;
    right: inherit;
    left: 40px;
  }
  .advertisement .ad-background .ad-banner-overly .ad-left-img::after {
    top: 100px;
  }
  .shop-by-brand .container .brand-info .brands-img img {
    width: 60px;
    height: 30px;
  }
  .featured-product-area .shop-card-item {
    padding: 20px !important;
  }
  .social-share {
    justify-content: space-between;
    margin-bottom: 24px !important;
  }
  .featured-product-area .shop-card-wrapper .shop-card-item::after {
    display: none;
  }
  .blog-list-details-wrapper .post-blog-wrapper .box-inner-blog-padding .post__box__share .social-share .post_tags {
    position: initial;
  }
  .advertisement .ad-background .ad-banner-overly .ad-left-img::after,
  .advertisement .ad-background .ad-banner-overly .ad-right-img::after,
  .advertisement .ad-background .ad-banner-overly .ad-right-img img,
  .advertisement .ad-background .ad-banner-overly .ad-left-img img {
    width: 90px;
    height: 150px;
  }
  .banner.banner-style-2 .banner-info-wrapper {
    padding: 40px;
  }
  .banner.banner-style-2 .banner-info-wrapper .banner-content-2 h1 {
    margin: 8px 0 20px 0;
  }
  .banner.banner-style-2 .banner-info-wrapper .banner-content-2 .shop-btn {
    margin-top: 20px !important;
  }
  .banner.banner-style-2 .banner-info-wrapper .banner-background {
    bottom: 9.5%;
    right: 35%;
  }
  .advertisement .ad-background::after {
    display: none;
  }
  .advertisement .ad-background .ad-banner-overly {
    display: flex;
    flex-direction: column;
  }
  .typography-content ul {
    padding-left: 2rem;
    margin-bottom: 10px;
  }
  .typography-content ol.list-style {
    list-style: numeric;
  }
  .advertisement .middle-content {
    margin: 20px 0;
  }
  .advertisement .ad-background .ad-banner-overly .ad-right-img img,
  .advertisement .ad-background .ad-banner-overly .ad-left-img img {
    position: static;
  }
  .advertisement .ad-background .ad-banner-overly .ad-left-img::after,
  .advertisement .ad-background .ad-banner-overly .ad-right-img::after {
    display: none;
  }
  .shop-card .card-3,
  .shop-card .card-2 {
    margin-bottom: 24px;
  }
  .shop-card .shop-card-clothing {
    padding: 20px 10px;
  }
  .shop-card .shop-card-clothing .card-info p {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .shop-card .shop-card-clothing .card-info .card-details h6 {
    font-size: 18px;
  }
  .shop-card .shop-card-clothing .card-info > a {
    font-size: 14px;
  }
  .shop-card .card-2,
  .shop-card .card-3 {
    padding: 20px 80px;
  }
  .shop-by-brand .container {
    padding: 30px;
  }
  .ad-content-wrapper {
    flex-direction: column;
  }
  .dealing-products .dealing-top-wrapper .slide-arrow-left.slick-arrow {
    left: 86% !important;
  }
  .ad-text {
    position: static;
    margin-bottom: 15px;
    width: 100%;
  }
  .ad-style-2 .banner-text-wrapper .shop-btn {
    margin-left: 0;
    margin-top: 20px;
    margin-right: auto;
  }
  .ad-style-2 .banner-text-wrapper .banner-text {
    margin-right: 0;
    text-align: left;
  }
  .footer .footer-bottom .payment_gate .paymant-icon {
    padding: 5px 8px;
    margin-top: 0;
    margin-bottom: 12px;
    margin-right: 5px;
  }
  .contact-background {
    padding: 20px;
  }
  .contact-right-content {
    padding: 60px 30px;
  }
  .blog-list .card-recent-post .cardImage a img {
    width: 100%;
  }
  .about-right-content {
    margin-top: 32px;
  }
  .block-cart .box-cart-wrapper {
    text-align: center;
  }
  .price {
    text-align: center !important;
  }
  .blog-list .cardBlogStyle1 .cardInfo a .post-meta-title {
    font-size: 28px;
  }
  .content-sidebar-post-wrapper {
    margin-bottom: 32px;
  }
  .price,
  .title-product-cart {
    margin: 24px 0;
  }
  .team-content {
    margin-bottom: 24px;
  }
  .number {
    align-items: center;
    justify-content: center;
  }
  .product-details-wrapper .product-content-right .box-product-info .font-2xl-bold,
  .product-details-wrapper .product-content-right .box-product-info .block-price {
    font-size: 28px;
  }
  .product-details-wrapper .product-content-right .box-product-info .box-form-cart .form-cart {
    padding: 3px;
  }
  .product-details-wrapper .product-content-right .box-product-info .box-form-cart .btn {
    padding: 9px;
    font-size: 12px;
    margin-right: 8px !important;
  }
  .box-form-cart .btn-cart {
    margin-left: 8px !important;
  }
  .wish-cart svg {
    width: 18px;
    height: 16px;
  }
  .product-details-wrapper .product-content-right .box-product-info .box-form-cart .wish-cart {
    padding: 6px;
  }
  .order-tracking-info-wrapper .order-track-info {
    width: 300px;
    padding: 20px;
  }
  .order-tracking-info-wrapper .order-img img {
    width: 400px;
  }
  .order-tracking-info-wrapper .order-track-info h2 {
    font-size: 24px;
  }
  .order-tracking-info-wrapper .order-track-info p,
  .order-tracking-info-wrapper .order-track-info .order-input input::placeholder,
  .order-tracking-info-wrapper .order-track-info p,
  .order-tracking-info-wrapper .order-track-info .order-input h6 {
    font-size: 12px;
  }
  .popup-account .box-account-wrapper {
    max-width: 300px;
  }
  .popup-account .box-account-wrapper .box-account .form-account-info .btnClose h3,
  .popup-account .box-account-wrapper .box-account .form-password-info .btnClose h3,
  .popup-account .box-account-wrapper .box-account .form-registerd-info .btnClose h3 {
    font-size: 24px;
  }
  .popup-account .box-account-wrapper .box-account .form-account-info .form-login h4,
  .popup-account .box-account-wrapper .box-account .form-password-info .form-login h4,
  .popup-account .box-account-wrapper .box-account .form-registerd-info .form-login h4 {
    font-size: 18px;
  }
  .form-account-info .col {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .about-us .about-content .about-img-wrapper .about-img:nth-child(odd) {
    left: 50px !important;
  }
  .about-info-wrapper {
    padding: 40px 0;
  }
  .about-us .about-content .about-img-wrapper .about-img:nth-child(even) {
    left: -100px !important;
  }
  .header-style-1 .header-middle-bar .header-middle-content .header-logo {
    width: 135px;
    line-height: 35px;
  }
  .shop-card .shop-card-clothing .card-info {
    padding: 0;
  }
  .banner-style-2 {
    background-image: linear-gradient(to top, #FDF8EF 52%, #F4F2FF 50%);
  }
  .header-style-1 .header-middle-bar .header-middle-content .account-icon svg {
    width: 16px;
    height: 17px;
  }
  .header-style-1 .header-middle-bar .header-middle-content .account-icon {
    width: 32px !important;
    height: 32px !important;
    line-height: 26px !important;
  }
  .header-style-1 .header-middle-bar .header-middle-content .header-account .account-icon .number-tag {
    top: -10px;
    right: -3px;
  }
  .header-action .sidemenu-btn .btn-wrap {
    height: 40px;
    width: 40px;
  }
  .header-style-1 .header-middle-bar .header-middle-content .account-icon .number-tag {
    height: 16px !important;
    width: 16px !important;
    line-height: 16px !important;
  }
  .banner .banner-content .subtitle,
  .banner .banner-content p {
    font-size: 18px;
  }
  .banner.banner-style-2 .banner-thumbnail {
    padding: 270px 0 0;
  }
  .banner.banner-style-2 .banner-img {
    top: 30px;
    right: 30px;
  }
  .banner.banner-style-2 .banner-thumbnail .banner-img-middle {
    top: 60px;
    right: 26.5%;
  }
  .banner.banner-style-2 .banner-thumbnail .banner-img-last {
    top: 90px;
    right: inherit;
    left: 30px;
  }
  .banner.banner-style-2 .banner-thumbnail,
  .banner.banner-style-2 .banner-info-wrapper {
    background-color: transparent;
  }
  .banner.banner-style-2 .banner-thumbnail .banner-img img,
  .banner.banner-style-2 .banner-thumbnail .banner-img-middle img,
  .banner.banner-style-2 .banner-thumbnail .banner-img-last img {
    width: 120px;
    height: 150px;
  }
  .banner.banner-style-2 .banner-info-wrapper {
    padding: 30px;
  }
  .banner.banner-style-2 .banner-info-wrapper .banner-content-2 h1 {
    font-size: 32px;
    margin: 10px 0 10px 0;
  }
  .banner.banner-style-2 .banner-info-wrapper .banner-content-2 span {
    font-size: 18px;
    margin-bottom: 10px !important;
  }
  .banner.banner-style-2 .banner-info-wrapper .banner-background {
    bottom: 30px;
    right: 30px;
  }
  .banner.banner-style-2 .banner-info-wrapper .banner-background h2 {
    font-size: 24px;
    text-align: right;
  }
  .banner.banner-style-2 .banner-info-wrapper .banner-background p {
    font-size: 11px;
  }
  .banner.banner-style-2 .banner-info-wrapper .banner-content-2 .shop-btn {
    padding: 10px 14px;
    font-size: 15px;
  }
  .banner.banner-style-2 .banner-info-wrapper::after {
    left: 98%;
    top: 56%;
  }
  .top-category-products .section-header .box-button-swiper .swiper-button-prev {
    right: 55px !important;
  }
  .shop-card-wrapper .shop-card-item-info,
  .shop-card-wrapper .shop-card-item {
    flex-direction: column;
    padding: 30px 30px 30px 30px;
  }
  .shop-card-wrapper .shop-card-item-info .card-info {
    order: 2;
  }
  .shop-card-wrapper .shop-card-item-info .shop-card-img .circle-img {
    top: 145px;
    left: 50%;
    transform: translateX(-50%);
  }
  .brand-before-icon-img {
    right: 20px !important;
  }
  .brand-icon-img {
    left: 20px !important;
  }
  .dealing-products .dealing-top-wrapper .slide-arrow-left.slick-arrow {
    left: 82% !important;
  }
  .shop-card-wrapper .shop-card-item-info .shop-card-img .circle-img svg,
  .shop-card-wrapper .shop-card-item .shop-card-img .circle-img svg {
    width: 50%;
    height: auto;
  }
  .shop-card-wrapper .shop-card-item-info .shop-card-img {
    z-index: 1;
    margin: 60px 0 15px;
  }
  .shop-card-wrapper .shop-card-item-info .card-info .shop-btn,
  .shop-card-wrapper .shop-card-item .card-info .shop-btn {
    padding: 0;
    background-color: transparent;
  }
  .shop-card-wrapper .shop-card-item-info .card-info .shop-btn a,
  .shop-card-wrapper .shop-card-item .card-info .shop-btn a {
    background: #161C2D;
    padding: 10px 20px;
  }
  .shop-by-brand .container .brand-info .brands-img {
    flex-basis: 42%;
  }
  .card-item .card-right-img img {
    height: 150px;
  }
  .new-arrivals-products .arrivals-product-wrapper .selling-pera p {
    padding: 0;
    text-align: center;
  }
  .featured-product-area .shop-card-wrapper .shop-card-item .card-info {
    padding: 0 30px 30px;
  }
  .footer {
    padding: 40px 0 0 0;
  }
  .fashion-product .box-pagination .pagination .page-item .page-link {
    padding: 8px 14px;
    font-size: 16px;
  }
  .pagination {
    flex-wrap: wrap;
  }
}
@media (max-width: 400px) {
  .order-tracking-info-wrapper .order-track-info {
    width: 200px;
  }
  .order-tracking-info-wrapper .order-track-info h2 {
    font-size: 18px;
  }
  .order-tracking-info-wrapper .order-img img {
    width: 300px;
  }
  .header-style-1 .header-middle-bar .header-middle-content .header-logo {
    width: 110px;
    line-height: 45px;
  }
  .banner.banner-style-1 .banner-thumbnail .banner-img img {
    height: 360px;
  }
  .card-1 .shop-card-img img {
    width: 175px;
  }
  .card-1 .card-shadow-img {
    left: 90px;
  }
  .shop-card .shop-card-clothing .shop-card-img .sale-badge {
    top: -14px;
    right: 90px;
  }
  .shop-card-img {
    text-align: center;
  }
  .trending-products .section-head .box-button-swiper .swiper-button-prev,
  .trending-products .section-head .box-button-swiper .swiper-button-next {
    width: 32px;
    height: 32px;
    top: -25px;
  }
  .trending-products .section-head .title h4 {
    font-size: 20px;
  }
  .shop-card .card-1 {
    display: block;
  }
  .shop-card .shop-card-clothing .card-info > a {
    margin-top: 0;
  }
  .card-info {
    margin-bottom: 12px;
  }
  .dealing-products .dealing-top-wrapper .dealing-slider .dealing-top-products .product-slide .deal-top-info-wrapper .top-dealing-content .top-img-content {
    display: flex;
    justify-content: center;
  }
  .featured-product .tab-content .tab-pane .feature-content-wrapper .featured-left-product a {
    display: flex;
    justify-content: center;
  }
  .card-4 .shop-card-img img {
    height: auto;
    object-fit: cover;
  }
  .shop-card .shop-card-clothing .shop-card-img {
    padding: 0;
  }
  .shop-by-brand .container .brand-info .brands-img {
    margin: 0 0 20px;
  }
  .dealing-products .dealing-top-wrapper .slide-arrow-left.slick-arrow {
    left: 78% !important;
  }
  .card-item-three .card-item-post-block .card-item-info {
    flex-direction: column;
  }
  .card-item-three .card-item-post-block .card-item-info .card-content-title {
    order: 2;
  }
  .card-item-three .card-item-post-block .card-item-info .card-item-img {
    margin-bottom: 20px;
  }
  .ad-style-2 .banner-text-wrapper {
    padding: 30px;
  }
  .ad-style-2 .banner-text-wrapper .banner-content h4 {
    font-size: 26px;
  }
  .ad-style-2 .banner-text-wrapper .banner-content p {
    font-size: 14px;
  }
  .footer-col input {
    width: 100%;
  }
  .contact-right-content .contact-info .icon svg {
    top: 33px;
    left: 17px;
    width: 22px;
    height: 18px;
  }
  .featured-product .tab-content .tab-pane .feature-content-wrapper .featured-left-product a {
    display: flex;
    justify-content: center;
  }
  .contact-right-content .contact-info .icon::after {
    width: 55px;
    height: 55px;
  }
  .contact-right-content .contact-info .icon::before {
    width: 40px;
    height: 40px;
  }
  .contact-right-content .contact-info .info-details {
    margin-left: 70px;
  }
  .contact-right-content .contact-info .icon {
    margin-bottom: 85px;
  }
}
@media (max-width: 360px) {
  .countdown .counter .counter__box {
    padding: 1px 6px;
  }
  .about-us .about-content .about-img-wrapper .about-img img {
    width: 160px;
  }
  .about-us .about-content .about-img-wrapper .about-img:nth-child(odd) {
    left: 20px !important;
  }
  .header-style-1 .header-middle-bar .header-middle-content .account-icon {
    width: 28px !important;
    height: 28px !important;
    line-height: 22px !important;
  }
  .shop-card .shop-card-clothing .card-info p {
    font-size: 24px;
  }
  .shop-card .shop-card-clothing .shop-card-img .sale-badge {
    top: -10px;
  }
  .shop-card .shop-card-clothing .card-info .card-details h6 {
    font-size: 12px;
  }
  .shop-card .shop-card-clothing .card-info {
    padding: 0;
  }
}
/*=======================================================================
6. Spacing 
=========================================================================*/
/*-------------------------
    Section Space
-------------------------*/
.mt--200 {
  margin-top: 200px;
}

.mt--150 {
  margin-top: 150px;
}

.mt--120 {
  margin-top: 120px;
}

.mt--100 {
  margin-top: 100px;
}

.mt--90 {
  margin-top: 90px;
}

.mt--80 {
  margin-top: 80px;
}

.mt--60 {
  margin-top: 60px;
}

.mt--40 {
  margin-top: 40px !important;
}

.mt--32 {
  margin-top: 32px !important;
}

.mt--24 {
  margin-top: 24px !important;
}

.mt--20 {
  margin-top: 20px !important;
}

.mt--16 {
  margin-top: 16px !important;
}

.mb--100 {
  margin-bottom: 100px;
}

.mb--90 {
  margin-bottom: 90px;
}

.mb--80 {
  margin-bottom: 80px !important;
}

.mb--64 {
  margin-bottom: 64px !important;
}

.mb--60 {
  margin-bottom: 60px !important;
}

.mb--50 {
  margin-bottom: 50px !important;
}

.mb--48 {
  margin-bottom: 48px !important;
}

.mb--40 {
  margin-bottom: 40px !important;
}

.mb--32 {
  margin-bottom: 32px !important;
}

.mb--30 {
  margin-bottom: 30px !important;
}

.mb--25 {
  margin-bottom: 25px !important;
}

.mb--24 {
  margin-bottom: 24px !important;
}

.mb--20 {
  margin-bottom: 20px !important;
}

.mb--16 {
  margin-bottom: 16px !important;
}

.mb--14 {
  margin-bottom: 14px !important;
}

.mb--12 {
  margin-bottom: 12px !important;
}

.ml--80 {
  margin-left: 80px !important;
}

.ml--20 {
  margin-left: 20px !important;
}

.ml--12 {
  margin-left: 12px !important;
}

.mr--90 {
  margin-right: 90px !important;
}

.mr--60 {
  margin-right: 60px !important;
}

.mr--36 {
  margin-right: 36px !important;
}

.mr--20 {
  margin-right: 20px !important;
}

.mr--12 {
  margin-right: 12px !important;
}

.pt--250 {
  padding-top: 250px;
}

.pt--200 {
  padding-top: 200px;
}

.pt--150 {
  padding-top: 150px;
}

.pb--90 {
  padding-bottom: 90px;
}

.pb--80 {
  padding-bottom: 80px;
}

.pb--70 {
  padding-bottom: 70px;
}

.plr--30 {
  padding: 0 30px;
}/*# sourceMappingURL=app.css.map */