body {
  font-family: 'Inter', sans-serif;
  font-weight: normal;
  font-style: normal;
  background: #121216;
  overflow-X: hidden;
}

/* line 13,  */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', sans-serif;
  color: #0b1c39;
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  text-transform: normal;
}

/* line 27,  */
p {
  font-family: 'Inter', sans-serif;
  color: #506172;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: normal;
}
a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #635c5c;
}

a:hover {
  color: #fff;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}
a,
button {
  color: #fff;
  outline: medium none;
  background: transparent;
  border: 0;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
  outline: 0;
}







/* owl-carousel button style */
/* line 179,  */
.owl-carousel .owl-nav div {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  height: 40px;
  left: 20px;
  line-height: 40px;
  font-size: 22px;
  color: #646464;
  opacity: 1;
  visibility: visible;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 40px;
}

/* line 198,  */
.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: -30px;
}

/* line 201,  */
.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
  top: 1px;
}

/* line 208,  */
.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  right: 1px;
  top: 0px;
}

/* line 218,  */
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

/* line 221,  */
.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #ff3500;
}

/* line 271,  */


@media (min-width: 1024px){
  /* line 281,  */
 /* .header-btn {
    padding: 25px 21px !important;
  }*/

.video-poster-overlay-image{
   background-size: cover;
    -moz-background-size: cover;
}


}

/* line 287,  */
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

/* line 291,  */
.hero-btn {
  padding: 25px 29px;
}

/* line 296,  */
.black-btn {
  background: #000;
  box-shadow: 0px 20px 50px 0px rgba(22, 22, 22, 0.2);
  transform: translateY(0px);
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 0;
  margin-bottom: 0;
  padding: 27px 44px;
  border-radius: 25px;
}

/* line 311,  */
.black-btn:hover {
  box-shadow: 0px 20px 50px 0px rgba(12, 9, 9, 0.2);
  transform: translateY(-3px);
}

/* line 316,  */
.shop1-btn {
  box-shadow: 0px 20px 50px 0px rgba(37, 119, 253, 0.2);
}

/* line 321,  */
.border-btn {
  background: none;
  -moz-user-select: none;
  border: 2px solid #ff003c;
  padding: 18px 38px;
  margin: 10px;
  text-transform: capitalize;
  color: #ff003c;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 0;
  border-radius: 5px;
  position: relative;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  margin: 0;
}

/* line 341,  */
.border-btn::before {
  border: 2px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ff003c;
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleY(0);
}

/* line 359,  */
.border-btn:hover::before {
  transform: scaleY(1);
  order: 2px solid transparent;
}

/* line 364,  */
.border-btn.border-btn2 {
  padding: 17px 52px;
}

/* line 369,  */
.send-btn {
  background: #ff003c;
  color: #fff;
  font-size: 14px;
  width: 100%;
  height: 55px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* line 383,  */
.send-btn::before {
  border: 2px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #e6373d;
  color: #ff003c;
  z-index: -1;
  transition: transform 0.5s;
  transition-timing-function: ease;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  transform: scaleX(0);
}

/* line 402,  */
.send-btn:hover::before {
  transform: scaleY(1);
  order: 2px solid transparent;
  color: red;
}

/* button style */
/* line 413,  */
.breadcrumb > .active {
  color: #888;
}

/* scrollUp */
/* line 417,  */
#scrollUp {
  background:#09cd3a;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 18px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
}

@media (max-width: 767px) {
  
  #scrollUp {
    right: 16px;
  }
}

/* line 434,  */
#scrollUp:hover {
  color: #fff;
}

/* Sticky*/
/* line 439,  */
.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #fff;
}


/*-- Some Animated CSS -- */
/* bounce-animate */
/* line 511,  */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  /* animation-timing-function: linear; */
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* heartbeat */
/* line 541,  */
.heartbeat {
  animation: heartbeat 1s infinite alternate;
}

@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}

/* rotateme */
/* line 553,  */
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

/* 20. preloader */
/* line 585,  */
.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin: 0 auto;
}

/* line 601,  */
.preloader .preloader-circle {
  width: 200px;
  height: 200px;
  position: relative;
  border-style: solid;
  border-width: 3px;
  border-top-color: #e1e1e1;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  background-color: #000;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

/* line 622,  */
.preloader .preloader-circle2 {
  border-top-color: #0078ff;
}

/* line 625,  */
.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 6px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

/* line 643,  */
.preloader .preloader-img img {
  /*max-width: 55px;*/
}

/* line 646,  */
.preloader .pere-text strong {
  font-weight: 800;
  color: #dca73a;
  text-transform: uppercase;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }

 
}

/*-- Section Padding -- */
/* line 690,  */
.section-padding2 {
  padding-top: 200px;
  padding-bottom: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 690,  */
  .section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 690,  */
  .section-padding2 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 690,  */
  .section-padding2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 690,  */
  .section-padding2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  /* line 690,  */
  .section-padding2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

}

/* line 715,  */
.padding-bottom {
  padding-bottom: 250px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 715,  */
  .padding-bottom {
    padding-bottom: 250px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 715,  */
  .padding-bottom {
    padding-bottom: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 715,  */
  .padding-bottom {
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 715,  */
  .padding-bottom {
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  /* line 715,  */
  .padding-bottom {
    padding-bottom: 10px;
  }
}

/* line 734,  */
.lf-padding {
  padding-left: 60px;
  padding-right: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 734,  */
  .lf-padding {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 734,  */
  .lf-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 734,  */
  .lf-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  /* line 734,  */
  .lf-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 757,  */
.team-padding {
  padding-top: 160px;
  padding-bottom: 130px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 757,  */
  .team-padding {
    padding-top: 160px;
    padding-bottom: 130px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 757,  */
  .team-padding {
    padding-top: 110px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 757,  */
  .team-padding {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  /* line 757,  */
  .team-padding {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

/* line 778,  */
.section-padding30 {
  padding-top: 200px;
  padding-bottom: 170px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 778,  */
  .section-padding30 {
    padding-top: 200px;
    padding-bottom: 170px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 778,  */
  .section-padding30 {
    padding-top: 150px;
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 778,  */
  .section-padding30 {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 778,  */
  .section-padding30 {
    padding-top: 60px;
    padding-bottom: 28px;
  }
}

@media (max-width: 767px) {
  /* line 778,  */
  .section-padding30 {
    padding-top: 60px;
    padding-bottom: 28px;
  }
}

/* line 804,  */
.section-paddingt2 {
  padding-bottom: 170px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 804,  */
  .section-paddingt2 {
    padding-bottom: 170px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 804,  */
  .section-paddingt2 {
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 804,  */
  .section-paddingt2 {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 804,  */
  .section-paddingt2 {
    padding-bottom: 28px;
  }
}

@media (max-width: 767px) {
  /* line 804,  */
  .section-paddingt2 {
    padding-bottom: 28px;
  }
}

/* line 823,  */
.section-padd-top30 {
  padding-top: 170px;
  padding-bottom: 200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 823,  */
  .section-padd-top30 {
    padding-top: 170px;
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 823,  */
  .section-padd-top30 {
    padding-top: 170px;
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 823,  */
  .section-padd-top30 {
    padding-top: 100px;
    padding-bottom: 160px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 823,  */
  .section-padd-top30 {
    padding-top: 50px;
    padding-bottom: 90px;
  }
}

@media (max-width: 767px) {
  /* line 823,  */
  .section-padd-top30 {
    padding-top: 35px;
    padding-bottom: 90px;
  }
}

/* line 848,  */
.latest-padding {
  padding-top: 190px;
  padding-bottom: 135px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 848,  */
  .latest-padding {
    padding-top: 190px;
    padding-bottom: 135px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 848,  */
  .latest-padding {
    padding-top: 190px;
    padding-bottom: 135px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 848,  */
  .latest-padding {
    padding-top: 60px;
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 848,  */
  .latest-padding {
    padding-top: 60px;
    padding-bottom: 5px;
  }
}

@media (max-width: 767px) {
  /* line 848,  */
  .latest-padding {
    padding-top: 60px;
    padding-bottom: 5px;
  }
}

/* line 876,  */
.footer-padding {
  padding: 69px 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 876,  */
 
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 876,  */
  .footer-padding {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 876,  */
  .footer-padding {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 876,  */
  .footer-padding {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  /* line 876,  */
  .footer-padding {
    padding-top: 33px;
    padding-bottom: 33px;
  }
}

/* line 900,  */
.footer-padding2 {
  padding-bottom: 120px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 900,  */
  .footer-padding2 {
    padding-bottom: 120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 900,  */
  .footer-padding2 {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 900,  */
  .footer-padding2 {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 900,  */
  .footer-padding2 {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  /* line 900,  */
  .footer-padding2 {
    padding-bottom: 70px;
  }
}

/*----------------when other page include Start--------------- */
/* line 925,  */
.message_submit_form:focus {
  outline: none;
}

/* line 928,  */
input:hover,
input:focus {
  outline: none !important;
}

/* line 932,  */
.gray_bg {
  background-color: #f4f4f4;
}

/* line 936,  */
.section_padding {
  padding: 200px 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .ellipsis {
    width: 138px;}
#thumbs .item .hbcu-text p {
    font-size: 13px;
    line-height: 18px;}
}

@media only screen and (min-width: 992px) and (max-width: 1147px) {
  .ellipsis {
    width: 138px;}
#thumbs .item .hbcu-text p {
    font-size: 13px;
    line-height: 18px;}
}




@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 936,  */
  .section_padding {
    padding: 70px 0px;
  }
}

@media (max-width: 576px) {
  /* line 936,  */
  .section_padding {
    padding: 70px 0px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 936,  */
  .section_padding {
    padding: 70px 0px;
  }
}

/* line 956,  */
.single_padding_top {
  padding-top: 200px !important;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 956,  */
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 956,  */
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media (max-width: 576px) {
  /* line 956,  */
  .single_padding_top {
    padding-top: 70px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 956,  */
  .single_padding_top {
    padding-top: 100px !important;
  }
}

/* line 975,  */
.padding_top {
  padding-top: 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 975,  */
  .padding_top {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 975,  */
  .padding_top {
    padding-top: 70px;
  }
}

@media (max-width: 576px) {
  /* line 975,  */
  .padding_top {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 975,  */
  .padding_top {
    padding-top: 70px;
  }
}

/* line 994,  */
.padding_bottom {
  padding-bottom: 200px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 994,  */
  .padding_bottom {
    padding-bottom: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 994,  */
  .padding_bottom {
    padding-bottom: 70px;
  }
}

@media (max-width: 576px) {
  /* line 994,  */
  .padding_bottom {
    padding-bottom: 70px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 994,  */
  .padding_bottom {
    padding-bottom: 70px;
  }
}

/* line 1016,  */
.section_tittle {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  /* line 1016,  */
  .section_tittle {
    margin-bottom: 20px;
  }
}

 @media (min-width: 1025px) and (max-width: 1280px){
           
/*
body{
  background: #fff;
}
*/


        }

/* line 1027,  */
.section_tittle h2 {
  font-size: 36px;
  color: #4B3049;
  line-height: 27px;
  font-weight: 700;
  position: relative;
  margin-bottom: 28px;
}

@media (max-width: 576px) {
  /* line 1027,  */
  .section_tittle h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 1027,  */
  .section_tittle h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1027,  */
  .section_tittle h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 1027,  */
  .section_tittle h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

/* line 1060,  */
.section_tittle p {
  color: #556172;
  text-transform: capitalize;
  line-height: 30px;
  font-family: 'Inter', sans-serif;
}

@media (max-width: 576px) {
  /* line 1060,  */
  .section_tittle p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 1060,  */
  .section_tittle p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1060,  */
  .section_tittle p {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 1060,  */
  .section_tittle p {
    margin-bottom: 10px;
  }
}

/* line 1087,  */
.mb_110 {
  margin-bottom: 110px;
}

@media (max-width: 576px) {
  /* line 1087,  */
  .mb_110 {
    margin-bottom: 220px;
  }
}

/* line 1096,  */
.mt_130 {
  margin-top: 130px;
}

@media (max-width: 576px) {
  /* line 1096,  */
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 1096,  */
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 1096,  */
  .mt_130 {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 1096,  */
  .mt_130 {
    margin-top: 70px;
  }
}

/* line 1116,  */
.mb_130 {
  margin-bottom: 140px;
}

@media (max-width: 991px) {
  /* line 1116,  */
  .mb_130 {
    margin-bottom: 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {

  .slider-area .img-box {
   width: 290px;
    height: 354px;
}
}

/* line 1128,  */
.padding_less_40 {
  margin-bottom: -50px;
}

/* line 1132,  */
.z_index {
  z-index: 9 !important;
  position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 3640px) {
  /* line 1138,  */
  .container {
    max-width: 1170px;
  }
}

@media (max-width: 1200px) {
  /* line 1144,  */
  [class*="hero-ani-"] {
    display: none !important;
  }
}

/* line 1149,  */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #dddddd;
  outline: 0;
  box-shadow: none;
}

/* line 1158,  */
.pageination .page-link {
  border: 0px solid transparent;
  font-weight: 500;
  font-size: 18px;
  color: #979797;
  padding: 10px 8px;
}

/* line 1164,  */
.pageination .page-link:hover {
  background-color: transparent;
  color: #000;
}

/* line 1169,  */
.pageination i {
  font-size: 12px;
}

/* line 1173,  */
.sidebar_box_shadow {
  box-shadow: 0px 10px 10px 0px rgba(153, 153, 153, 0.1);
}

/* line 1176,  */
.border_top {
  border-top: 1px solid #eee;
  max-width: 1110px;
  margin: 0 auto;
}

/* line 1181,  */
.section_bg {
  background-color: #f4edf278;
}



/* line 3,  */
.header-area .header-top {
  padding: 13px 170px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 3,  */
  .header-area .header-top {
    padding: 13px 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 3,  */
  .header-area .header-top {
    padding: 13px 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 3,  */
  .header-area .header-top {
    padding: 13px 50px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 3,  */
  .header-area .header-top {
    padding: 13px 20px;
  }
}

@media (max-width: 767px) {
  /* line 3,  */
  .header-area .header-top {
    padding: 13px 20px;
  }
}

/* line 21,  */
.header-area .header-bottom {
  padding: 0px 170px;
  background: #2D2D2D;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #e0e0e0;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 21,  */
  .header-area .header-bottom {
    padding: 0px 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 21,  */
  .header-area .header-bottom {
    padding: 0px 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 21,  */
  .header-area .header-bottom {
    padding: 12px 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 21,  */
  .header-area .header-bottom {
    padding: 22px 25px;
  }
}

@media (max-width: 767px) {
  /* line 21,  */
  .header-area .header-bottom {
   padding: 14px 7px
  }
}

/* line 47,  */
.header-area .header-top .header-info-left .contact-now {
  padding-left: 30px;
  padding-top: 10px;
}

/* line 50,  */
.header-area .header-top .header-info-left .contact-now li {
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
}

/* line 59,  */
.header-area .header-top .header-info-right ul li {
  display: inline-block;
}

/* line 61,  */
.header-area .header-top .header-info-right ul li a {
  padding-left: 36px;
  font-size: 14px;
  text-transform: capitalize;
  color: #fff;
}

/* line 79,  */
.header-bottom .main-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

/* line 84,  */
.header-bottom .main-menu ul li a {
  font-weight: 400;
font-size: 14px;
line-height: 16px;
color: #D5D5D5;
  display: inline-block;
  text-transform: capitalize;
  padding: 41px 7px;
  display: block;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 84,  */
  .main-header .header-bottom .header-right li {
    padding-left: 11px;
}
.header-bottom .main-menu ul li a {
    padding: 27px 8px;
    font-size: 10px;
}
ul.dates li {
    width: 17%;
}

#friendrequests-container .posted-author {
    width: 81px;
    margin-left: 0px;
}


.header-btn {
    font-size: 11px;
    padding: 7px 16px;
}
.main-header .header-bottom .header-right li {
    padding-right: 0px !important;
    padding-left: 0;
}
.header-bottom .header-right .form-box input {  
    width: 82% !important;
}
.header-bottom .header-right .form-box .search-icon {
   
    right: 61px !important;
}
.navbar{
  padding: 0;
}
}

@media (min-width: 1200px) and (max-width: 1365px) {
  /* line 84,  */
  .header-btn {
    font-size: 10px;
    line-height: 16px;
    padding: 9px 19px;
}
}

/* line 102,  */
.header-bottom .main-menu ul li:hover > a {
  color: #0BD23D;
}

/* line 106,  */
.header-bottom .main-menu ul li.hot {
  position: relative;
}

/* line 108,  */
.header-bottom .main-menu ul li.hot::before {
  position: absolute;
  content: "HOT";
  background: #ff003c;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  font-size: 10px;
  top: 19px;
  right: -13px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  padding: 3px 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

/* line 129,  */
.header-bottom .main-menu ul ul.submenu {
  position: absolute;
  width: 170px;
  background: #fff;
  left: 0;
  top: 90%;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  border-top: 5px solid #0BD23D;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

/* line 141,  */
.header-bottom .main-menu ul ul.submenu > li {
  margin-left: 7px;
  display: block;
}

/* line 144,  */
.header-bottom .main-menu ul ul.submenu > li > a {
  padding: 6px 10px !important;
  font-size: 14px;
  color: #0b1c39;
  text-transform: capitalize;
}

/* line 149,  */
.header-bottom .main-menu ul ul.submenu > li > a:hover {
  color: #0BD23D;
  background: none;
}

/* line 161,  */
.header-bottom .header-right {
  display: flex !important;
}

/* line 163,  */
.header-bottom .header-right li {
  padding-left: 20px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  /* line 163,  */
  .header-bottom .header-right li {
    padding-left: 21px;
  }
}

/* line 169,  */
.header-bottom .header-right .form-box {
  position: relative;
 
}

/* line 172,  */
.header-bottom .header-right .form-box input {
  border: 0;
    /* border-radius: 30px; */
    padding: 10px 20px;
    width: 100%;
    background: rgba(117, 117, 117, 0.75);
    border-radius: 4px;
}

/* line 179,  */
.header-bottom .header-right .form-box .search-icon {
  position: absolute;
  top: 12px;
  right: 17px;
}

/* line 183,  */
.header-bottom .header-right .form-box .search-icon i {
  color: #fff;
  cursor: pointer;
}

/* line 190,  */
.header-bottom .header-right .favorit-items {
  position: relative;
  line-height: 40px;
}
.
/* line 192,  */
/*.header-bottom .header-right .favorit-items::before {
  position: absolute;
  content: "02";
  width: 25px;
  height: 25px;
  background: #00b1ff;
  color: #fff;
  line-height: 25px;
  text-align: center;
  border-radius: 30px;
  font-size: 12px;
  top: 0px;
  right: -6px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  box-shadow: 0 2px 5pxrgba 0,0,0,0.3;
}*/
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
/* line 208,  */
.header-bottom .header-right .favorit-items i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 19px;
  cursor: pointer;
}

/* line 222,  */
.header-bottom .header-right .shopping-card {
  position: relative;
  line-height: 40px;
}

/* line 224,  */
/*.header-bottom .header-right .shopping-card::before {
  position: absolute;
  content: "02";
  width: 25px;
  height: 25px;
  background: #00b1ff;
  color: #fff;
  line-height: 25px;
  text-align: center;
  border-radius: 30px;
  font-size: 12px;
  top: 0px;
  right: -6px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
*/
/* line 240,  */
.header-bottom .header-right .shopping-card i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}

@media (max-width: 767px) {
  /* line 259,  */
 /* .header-bottom .fix-card {
    position: absolute;
    top: 12px;
    right: 85px;
  }*/
}

/* line 270,  */
.header-area .header-top .header-info-right .header-social a i {
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}

/* line 278,  */
.header-area .header-top .header-info-right .header-social a:hover i {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

/* line 287,  */
.main-header ul > li:hover > ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

/* line 293,  */
.top-bg {
  background: #000000;
}

/* line 300,  */
/*.header-sticky ul li a {
  padding: 10px 19px;
}*/

/* line 308,  */
.slicknav_menu .slicknav_icon-bar {
  background-color: #01ff41 !important
}

/* line 311,  */
.slicknav_nav {
  margin-top: 0px;
}

/* line 317,  */
.header-sticky.sticky-bar.sticky .header-btn .get-btn {
  padding: 20px 20px;
}

/* line 321,  */
.header-area .slicknav_btn {
  top: -81px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 321,  */
  .header-area .slicknav_btn {
    top: -40px;
  }
}

/* line 328,  */
.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #ff003c;
}

/* line 332,  */
.slicknav_menu {
  background: transparent;
  margin-top: 5px !important;
}

/* line 336,  */
.mobile_menu {
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 99;
}

/* line 348,  */
.header-area .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #fff;
}

/* line 355,  */
.header-area .nice-select .option:hover, .header-area .nice-select .option.focus, .header-area .nice-select .option.selected.focus {
  background-color: #00b1ff;
}

/* line 358,  */
.header-area .nice-select .list {
  background-color: #000;
}

/* line 361,  */
.header-area .nice-select::after {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 7px;
  width: 7px;
  margin-top: -7px;
}

/* line 368,  */
.header-area .flag {
  padding-top: 8px;
}

/* line 373,  */
.header-bottom .header-right .form-box input::placeholder {
  font-weight: 400;
font-size: 13px;
line-height: 16px;
  color: #fff;
}

/* line 2, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
.slider-height {
  min-height: 800px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 2, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
  .slider-height {
    min-height: 700px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 2, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
  .slider-height {
    min-height: 500px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
  .slider-height {
    min-height: 500px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 2, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
  .slider-height {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  /* line 2, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
  .slider-height {
    min-height: 350px;
  }
}

/* line 24, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
.slider-height2 {
  min-height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main-header .header-bottom .header-right li {
    padding-right: 15px;
    padding-left: 0;
}

@media (max-width: 767px) {
  /* line 24, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
  .slider-height2 {
    min-height: 260px;
  }
}

/* line 34, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
.slider-area {
  margin-top: -1px;
}

/* line 36, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
.slider-area .hero__img {
  position: relative;
  bottom: -36px;
  left: -114px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 36, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
  .slider-area .hero__img {
    left: -28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 36, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
  .slider-area .hero__img {
    left: -83px;
    bottom: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 36, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
  .slider-area .hero__img {
    left: -179px;
    bottom: 0px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 51, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
  .slider-area .hero__img img {
    height: 500px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 51, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
  .slider-area .hero__img img {
    height: 500px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 51, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
  .slider-area .hero__img img {
    height: 400px;
  }
}

@media (max-width: 767px) {
  /* line 63, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption {
    padding-top: 38px;
    padding-left: 22px;
  }
}

/* line 68, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 74, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption h1 {
    font-size: 45px;
    line-height: 1.2;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 74, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption h1 {
    font-size: 50px;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  /* line 74, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption h1 {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 26px;
  }
}

/* line 99, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */


@media (max-width: 767px) {
  /* line 99, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
  .slider-area .hero__caption p {
    margin-bottom: 30px;
  }
}

/* line 120, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
.slider-area .hero-cap h2 {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 120, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
  .slider-area .hero-cap h2 {
    font-size: 28px;
  }
}

/* line 136, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
.slider-active button.slick-arrow {
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  border: 0;
  padding: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  cursor: pointer;
  background: #ff003c;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

/* line 157, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
.slider-active button.slick-arrow i {
  font-size: 20px;
  line-height: 60px;
}

/* line 162, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
.slider-active button.slick-next {
  left: auto;
  right: 80px;
}

/* line 166, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
.slider-active button.slick-arrow .secondary-img {
  right: 26px;
}

/* line 169, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
.slider-active button:hover img {
  opacity: 0;
}

/* line 172, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
.slider-active button:hover .secondary-img {
  opacity: 1;
}

/* line 177, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
.slider-active:hover button.slick-prev {
  left: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 177, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
  .slider-active:hover button.slick-prev {
    left: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 177, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
  .slider-active:hover button.slick-prev {
    left: auto;
    right: 10px;
  }
}

/* line 189, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
.slider-active:hover button.slick-next {
  right: 100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 189, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
  .slider-active:hover button.slick-next {
    right: 20px;
  }
}

/* line 196, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
.slider-active:hover button {
  opacity: 1;
  visibility: visible;
}

/* line 201, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
.slider-active button:hover {
  background: #002d5b;
}

/* line 205, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_h1-hero.scss */
.slider-active .secondary-img {
  position: absolute;
  opacity: 0;
}

/* line 1, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_category.scss */
.category-area {
  padding-left: 45px;
  padding-right: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 1, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_category.scss */
  .category-area {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  /* line 1, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_category.scss */
  .category-area {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* line 13, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_category.scss */


@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 19, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_category.scss */
  .category-area .single-category .category-img .category-caption {
    right: 13px;
  }
}

@media (max-width: 767px) {
  /* line 19, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_category.scss */
  .category-area .single-category .category-img .category-caption {
    right: 13px;
  }
}

/* line 30, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_category.scss */


@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 30, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_category.scss */
  .category-area .single-category .category-img .category-caption h2 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  /* line 30, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_category.scss */
  .category-area .single-category .category-img .category-caption h2 {
    font-size: 22px;
    margin-bottom: 0px;
  }
}

/* line 47, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_category.scss */

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 47, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_category.scss */
  .category-area .single-category .category-img .category-caption .best a {
    padding: 13px 15px;
  }
}

@media (max-width: 767px) {
  /* line 47, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_category.scss */
  .category-area .single-category .category-img .category-caption .best a {
    padding: 13px 15px;
    font-size: 12px;
  }
}

/* line 67, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_category.scss */


@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 67, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_category.scss */
  .category-area .single-category .category-img .category-caption .collection {
    font-size: 23px;
  }
}

@media (max-width: 767px) {
  /* line 67, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_category.scss */
  .category-area .single-category .category-img .category-caption .collection {
    font-size: 20px;
  }
}


/* line 96, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_category.scss */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 96, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_category.scss */
  .section-tittle h2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  /* line 96, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_category.scss */
  .section-tittle h2 {
    font-size: 22px;
  }
}

/* line 2, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_latest_products.scss */
.latest-product-area .latest-area {
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 6, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_latest_products.scss */
.latest-product-area .product-btn {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 80px;
  padding: 0 11px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 6, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_latest_products.scss */
  .latest-product-area .product-btn {
    border-bottom: none;
    margin-bottom: 24px;
    padding: 0 11px;
  }
}

@media (max-width: 767px) {
  /* line 6, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_latest_products.scss */
  .latest-product-area .product-btn {
    border-bottom: none;
    margin-bottom: 24px;
    padding: 0 11px;
  }
}

/* line 23, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_latest_products.scss */
.latest-product-area .single-product .product-img {
  margin-bottom: 30px;
  position: relative;
}

/* line 26, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_latest_products.scss */
.latest-product-area .single-product .product-img img {
  width: 100%;
}

/* line 30, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_latest_products.scss */
.latest-product-area .single-product .product-img .new-product {
  position: absolute;
  top: 25px;
  left: 23px;
}

/* line 34, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_latest_products.scss */
.latest-product-area .single-product .product-img .new-product span {
  background: #ff003c;
  padding: 3px 16px;
  border-radius: 30px;
  color: #fff;
}

/* line 43, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_latest_products.scss */
.latest-product-area .single-product h4 a {
  margin-bottom: 16px;
  font-size: 16px;
  color: #383838;
}

/* line 47, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_latest_products.scss */
.latest-product-area .single-product h4 a:hover {
  color: #ff003c;
}

/* line 54, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_latest_products.scss */
.latest-product-area .single-product .product-caption .product-ratting i {
  color: #ffbc07;
  margin-bottom: 14px;
}

/* line 57, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_latest_products.scss */
.latest-product-area .single-product .product-caption .product-ratting i.low-star {
  color: #d3d3d3;
}

/* line 64, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_latest_products.scss */
.latest-product-area .single-product .product-caption .price ul li {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding-right: 13px;
}

/* line 69, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_latest_products.scss */
.latest-product-area .single-product .product-caption .price ul li.discount {
  color: #ff003c;
  text-decoration: line-through;
}

@media (max-width: 767px) {
  /* line 78, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_latest_products.scss */
  .latest-product-area .properties__button {
    float: left;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 78, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_latest_products.scss */
  .latest-product-area .properties__button {
    float: left;
  }
}

/* line 88, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_latest_products.scss */
.latest-product-area .nav-tabs .nav-link {
  border: 0;
  border-bottom: 2px solid transparent;
}

@media (max-width: 767px) {
  /* line 88, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_latest_products.scss */
  .latest-product-area .nav-tabs .nav-link {
    padding: .5rem .6rem;
  }
}

/* line 96, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_latest_products.scss */
.latest-product-area .nav-tabs .nav-item.show .nav-link, .latest-product-area .nav-tabs .nav-link.active {
  color: #ff003c;
}

/* line 99, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_latest_products.scss */
.latest-product-area .nav-tabs .nav-item {
  padding-bottom: 10px;
  display: block;
  color: #8f8f96;
  text-transform: capitalize;
  font-size: 16px;
}

/* line 106, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_latest_products.scss */
.latest-product-area .nav-tabs {
  margin-bottom: 15px;
  padding-bottom: 0px;
  position: relative;
  border: 0;
  display: flex;
  justify-content: center;
}

/* line 117, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_latest_products.scss */
.latest-product-area .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  border-radius: 0;
  border: none;
  color: #333333;
}

/* line 124, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_latest_products.scss */
.latest-product-area .nice-select .option:hover, .latest-product-area .nice-select .option.focus, .latest-product-area .nice-select .option.selected.focus {
  background-color: #00b1ff;
}

/* line 127, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_latest_products.scss */
.latest-product-area .nice-select .list {
  background-color: #fff;
}

/* line 130, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_latest_products.scss */
.latest-product-area .nice-select::after {
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  height: 7px;
  width: 7px;
  margin-top: -7px;
}

/* line 137, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_latest_products.scss */
.latest-product-area .featured {
  padding-top: 7px;
  padding-left: 7px;
}

/* line 2, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.best-product-area {
  position: relative;
}

/* line 4, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.best-product-area .shape {
  position: absolute;
  right: 145px;
  bottom: 64px;
  opacity: .8;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 4, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .best-product-area .shape {
    right: 84px;
    bottom: 18px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 4, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .best-product-area .shape {
    right: 84px;
    bottom: 18px;
  }
}

/* line 18, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.best-product-area .bg-height {
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
}

/* line 23, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.best-product-area .best-product-caption {
  padding-top: 150px;
  padding-bottom: 130px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 23, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .best-product-area .best-product-caption {
    padding-top: 150px;
    padding-bottom: 130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 23, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .best-product-area .best-product-caption {
    padding-top: 80px;
    padding-bottom: 75px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 23, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .best-product-area .best-product-caption {
    padding-top: 80px;
    padding-bottom: 75px;
  }
}

@media (max-width: 767px) {
  /* line 23, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .best-product-area .best-product-caption {
    padding-top: 80px;
    padding-bottom: 75px;
  }
}

/* line 42, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.best-product-area .best-product-caption h2 {
  color: #000;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 19px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 42, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .best-product-area .best-product-caption h2 {
    font-size: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 42, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .best-product-area .best-product-caption h2 {
    font-size: 45px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 42, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .best-product-area .best-product-caption h2 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  /* line 42, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .best-product-area .best-product-caption h2 {
    font-size: 21px;
  }
}

/* line 61, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.best-product-area .best-product-caption p {
  color: #373b41;
  font-size: 20px;
  margin-bottom: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 61, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .best-product-area .best-product-caption p {
    font-size: 17px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 61, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .best-product-area .best-product-caption p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  /* line 61, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .best-product-area .best-product-caption p {
    font-size: 17px;
  }
}

/* line 76, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.best-product-area .product-man {
  left: 9%;
  bottom: 0;
  z-index: 1;
}

/* line 82, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.best-product-area .vertical-text span {
  text-orientation: 150deg;
  writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-size: 117px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #e6dfc6;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 0;
}

/* line 105, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.best-collection-area .best-left-cap h2 {
  color: #000;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 19px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 105, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .best-collection-area .best-left-cap h2 {
    font-size: 33px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 105, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .best-collection-area .best-left-cap h2 {
    font-size: 33px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 105, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .best-collection-area .best-left-cap h2 {
    font-size: 33px;
  }
}

@media (max-width: 767px) {
  /* line 105, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .best-collection-area .best-left-cap h2 {
    font-size: 33px;
  }
}

/* line 124, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.best-collection-area .best-left-cap p {
  color: #373b41;
  font-size: 20px;
  margin-bottom: 55px;
}

/* line 130, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.best-collection-area .best-left-img {
  padding-top: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 130, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .best-collection-area .best-left-img {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 130, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .best-collection-area .best-left-img {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  /* line 130, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .best-collection-area .best-left-img {
    padding-top: 30px;
  }
}

/* line 149, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.best-collection-area .best-right-cap {
  float: right;
}

/* line 151, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.best-collection-area .best-right-cap .best-single {
  display: flex;
  align-items: end;
}

/* line 154, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.best-collection-area .best-right-cap .best-single .single-cap {
  text-align: right;
}

/* line 155, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.best-collection-area .best-right-cap .best-single .single-cap.active {
  background: #2577fd;
  padding: 10px 30px;
  border-radius: 10px;
}

/* line 159, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.best-collection-area .best-right-cap .best-single .single-cap.active h4 {
  color: #fff;
  font-family: 'Inter', sans-serif;
}

/* line 165, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.best-collection-area .best-right-cap .best-single .single-cap h4 {
  color: #000000;
  font-size: 18px;
  line-height: 1.6;
  font-family: 'Inter', sans-serif;
}

/* line 172, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.best-collection-area .best-right-cap .best-single .single-img {
  padding-left: 25px;
}

/* line 185, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.latest-height {
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 191, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.latest-wrapper .latest-area {
  position: relative;
}

/* line 193, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.latest-wrapper .latest-area .latest-caption {
  position: relative;
  z-index: 1;
}

/* line 196, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.latest-wrapper .latest-area .latest-caption h2 {
  color: #000;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 19px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 196, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .latest-wrapper .latest-area .latest-caption h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 196, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .latest-wrapper .latest-area .latest-caption h2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 196, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .latest-wrapper .latest-area .latest-caption h2 {
    font-size: 29px;
  }
}

@media (max-width: 767px) {
  /* line 196, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .latest-wrapper .latest-area .latest-caption h2 {
    font-size: 27px;
  }
}

/* line 215, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.latest-wrapper .latest-area .latest-caption p {
  color: #373b41;
  font-size: 20px;
  margin-bottom: 55px;
}

/* line 222, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.latest-wrapper .latest-area .latest-subscribe form {
  position: relative;
}

/* line 224, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.latest-wrapper .latest-area .latest-subscribe form input {
  height: 60px;
  width: 100%;
  padding: 10px 32px;
  border: 1px solid #fff;
  border-radius: 30px;
}

@media (max-width: 767px) {
  /* line 224, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .latest-wrapper .latest-area .latest-subscribe form input {
    padding: 10px 17px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 224, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .latest-wrapper .latest-area .latest-subscribe form input {
    padding: 10px 17px;
  }
}

/* line 237, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.latest-wrapper .latest-area .latest-subscribe form button {
  padding: 20px 47px;
  background: #2577fd;
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  right: 0;
  border: 0;
  cursor: pointer;
  top: 0;
  color: #fff;
  border-radius: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 237, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .latest-wrapper .latest-area .latest-subscribe form button {
    padding: 20px 33px;
  }
.w-25 {
    width: 100%!important;
}
.table-music-responsive th {
 
    font-size: 10px;
}
.mid-line {
    color: #0cdb11;
    font-size: 14px;
  }


}

@media (max-width: 767px) {
  /* line 237, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .latest-wrapper .latest-area .latest-subscribe form button {
    padding: 20px 14px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 237, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .latest-wrapper .latest-area .latest-subscribe form button {
    padding: 20px 14px;
  }
}

/* line 261, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.latest-wrapper .latest-area .man-shape {
  position: absolute;
  left: 34px;
  bottom: -77px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 261, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .latest-wrapper .latest-area .man-shape {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 261, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .latest-wrapper .latest-area .man-shape {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 261, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .latest-wrapper .latest-area .man-shape {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 261, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .latest-wrapper .latest-area .man-shape {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 261, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .latest-wrapper .latest-area .man-shape {
    display: none;
  }
}

/* line 289, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.shop-method-area .single-method i {
  font-size: 40px;
  color: #282828;
  margin-bottom: 25px;
  display: block;
}

/* line 295, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.shop-method-area .single-method h6 {
  color: #282828;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 12px;
  font-family: 'Inter', sans-serif;
}

/* line 303, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.shop-method-area .single-method p {
  font-size: 16px;
}

/* line 313, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
.gallery-wrapper .gallery-area .gallery-items {
  display: flex;
  width: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 313, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .gallery-wrapper .gallery-area .gallery-items {
    width: 50%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 313, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .gallery-wrapper .gallery-area .gallery-items {
    width: 50%;
  }
}

@media (max-width: 767px) {
  /* line 313, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best-product.scss */
  .gallery-wrapper .gallery-area .gallery-items {
    width: 50%;
  }
}

/* line 2,  */


@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 76,  */
  .footer-copy-right {
    padding-top: 0px;
    float: left;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 76,  */
  .footer-copy-right {
    padding-top: 0px;
    float: left;
  }
}

@media (max-width: 767px) {
  /* line 76,  */
  .footer-copy-right {
    padding-top: 0px;
    float: left;
  }
}

/* line 90,  */

/* line 3, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_services.scss */
.hero-caption span {
  color: #fff;
  font-size: 16px;
  display: block;
  margin-bottom: 24px;
  font-weight: 600;
  padding-left: 95px;
  position: relative;
}

/* line 11, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_services.scss */
.hero-caption span::before {
  position: absolute;
  content: "";
  width: 75px;
  height: 3px;
  background: #ff003c;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
}

/* line 22, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_services.scss */
.hero-caption h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

/* Start Blog Area css
============================================================================================ */
/* line 5, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.latest-blog-area .area-heading {
  margin-bottom: 70px;
}

/* line 10, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_area a {
  color: "Playfair Display", serif !important;
  text-decoration: none;
  transition: .4s;
}

/* line 14, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_area a:hover, .blog_area a :hover {
  background: -webkit-linear-gradient(131deg, #ff003c 0%, #ff003c 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  transition: .4s;
}

/* line 24, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-blog {
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 28, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-blog:hover {
  box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
}

/* line 32, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-blog .thumb {
  overflow: hidden;
  position: relative;
}

/* line 36, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-blog .thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* line 49, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-blog h4 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 34px;
  margin-bottom: 25px;
}

/* line 56, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 66, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-blog .date {
  color: #666666;
  text-align: left;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

/* line 74, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-blog .tag {
  text-align: left;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 300;
  margin-right: 22px;
  position: relative;
}

/* line 84, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-blog .tag:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background: #acacac;
  right: -12px;
  top: 7px;
}

@media (max-width: 1199px) {
  /* line 74, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
  .single-blog .tag {
    margin-right: 8px;
  }
  /* line 98, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
  .single-blog .tag:after {
    display: none;
  }
}

/* line 104, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-blog .likes {
  margin-right: 16px;
}

@media (max-width: 800px) {
  /* line 24, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
  .single-blog {
    margin-bottom: 30px;
  }
}

/* line 112, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-blog .single-blog-content {
  padding: 30px;
}

/* line 116, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-blog .single-blog-content .meta-bottom p {
  font-size: 13px;
  font-weight: 300;
}

/* line 121, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-blog .single-blog-content .meta-bottom i {
  color: #fdcb9e;
  font-size: 13px;
  margin-right: 7px;
}

@media (max-width: 1199px) {
  /* line 112, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
  .single-blog .single-blog-content {
    padding: 15px;
  }
}

/* line 135, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-blog:hover .thumb:after {
  opacity: .7;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 1199px) {
  /* line 143, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
  .single-blog h4 {
    transition: all 300ms linear 0s;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }
  /* line 149, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
  .single-blog h4 a {
    font-size: 18px;
  }
}

/* line 157, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.full_image.single-blog {
  position: relative;
}

/* line 160, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.full_image.single-blog .single-blog-content {
  position: absolute;
  left: 35px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (min-width: 992px) {
  /* line 160, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
  .full_image.single-blog .single-blog-content {
    bottom: 100px;
  }

}

/* line 179, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.full_image.single-blog h4 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-bottom: none;
  padding-bottom: 5px;
}

/* line 185, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.full_image.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 195, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.full_image.single-blog .date {
  color: #fff;
}

/* line 200, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.full_image.single-blog:hover .single-blog-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* End Blog Area css
============================================================================================ */
/* Latest Blog Area css
============================================================================================ */
/* line 224, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.l_blog_item .l_blog_text .date {
  margin-top: 24px;
  margin-bottom: 15px;
}

/* line 228, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.l_blog_item .l_blog_text .date a {
  font-size: 12px;
}

/* line 234, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.l_blog_item .l_blog_text h4 {
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* line 247, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.l_blog_item .l_blog_text p {
  margin-bottom: 0px;
  padding-top: 20px;
}

/* End Latest Blog Area css
============================================================================================ */
/* Causes Area css
============================================================================================ */
/* line 263, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.causes_slider .owl-dots {
  text-align: center;
  margin-top: 80px;
}

/* line 267, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.causes_slider .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  background: #eeeeee;
  display: inline-block;
  margin-right: 7px;
}

/* line 274, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.causes_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

/* line 285, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.causes_item {
  background: #fff;
}

/* line 288, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.causes_item .causes_img {
  position: relative;
}

/* line 291, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.causes_item .causes_img .c_parcent {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}

/* line 299, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.causes_item .causes_img .c_parcent span {
  width: 70%;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

/* line 307, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.causes_item .causes_img .c_parcent span:before {
  content: "75%";
  position: absolute;
  right: -10px;
  bottom: 0px;
  color: #fff;
  padding: 0px 5px;
}

/* line 320, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.causes_item .causes_text {
  padding: 30px 35px 40px 30px;
}

/* line 323, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.causes_item .causes_text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
}

/* line 336, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.causes_item .causes_text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0px;
}

/* line 346, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.causes_item .causes_bottom a {
  width: 50%;
  border: 1px solid;
  text-align: center;
  float: left;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* line 358, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.causes_item .causes_bottom a + a {
  border-color: #eeeeee;
  background: #fff;
  font-size: 14px;
}

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/
/* line 374, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.latest_blog_area {
  background: #f9f9ff;
}

/* line 378, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-recent-blog-post {
  margin-bottom: 30px;
}

/* line 381, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-recent-blog-post .thumb {
  overflow: hidden;
}

/* line 384, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-recent-blog-post .thumb img {
  transition: all 0.7s linear;
}

/* line 389, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-recent-blog-post .details {
  padding-top: 30px;
}

/* line 392, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-recent-blog-post .details .sec_h4 {
  line-height: 24px;
  padding: 10px 0px 13px;
  transition: all 0.3s linear;
}

/* line 403, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

/* line 410, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-recent-blog-post:hover img {
  transform: scale(1.23) rotate(10deg);
}

/* line 417, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
}

/* line 431, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.tags .tag_btn + .tag_btn {
  margin-left: 2px;
}

/*========= blog_categorie_area css ===========*/
/* line 438, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_categorie_area {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 900px) {
  /* line 438, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
  .blog_categorie_area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1100px) {
  /* line 438, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
  .blog_categorie_area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/* line 454, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
}

/* line 459, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.categories_post img {
  max-width: 100%;
}

/* line 463, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.categories_post .categories_details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.75);
  color: #fff;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 476, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.categories_post .categories_details h5 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

/* line 494, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}

/* line 501, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.categories_post .categories_details .border_line {
  margin: 10px 0px;
  background: #fff;
  width: 100%;
  height: 1px;
}

/* line 510, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.categories_post:hover .categories_details {
  background: rgba(222, 99, 32, 0.85);
}

/*============ blog_left_sidebar css ==============*/
/* line 525, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_item {
  margin-bottom: 50px;
}

/* line 529, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_details {
  padding: 30px 0 20px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {
  /* line 529, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
  .blog_details {
    padding: 60px 30px 35px 35px;
  }
}

/* line 537, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_details p {
  margin-bottom: 30px;
}

/* line 541, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_details a {
  color: #ff8b23;
}

/* line 544, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_details a:hover {
  color: #2577fd;
}

/* line 549, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 549, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

/* line 563, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog-info-link li {
  float: left;
  font-size: 14px;
}

/* line 567, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog-info-link li a {
  color: #999999;
}

/* line 571, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

/* line 577, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

/* line 583, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog-info-link li:last-child::after {
  display: none;
}

/* line 588, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

/* line 596, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_item_img {
  position: relative;
}

/* line 599, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #ff003c;
  padding: 8px 15px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  /* line 599, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}

/* line 615, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  /* line 615, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }
}

/* line 627, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 627, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
}

/* line 647, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
}

/* line 652, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}

/* line 660, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .single_sidebar_widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}

/* line 664, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .single_sidebar_widget .btn_1 {
  margin-top: 0px;
}

/* line 672, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
}

/* line 681, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999999;
}

/* line 685, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 694, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .input-group button {
  background: #2577fd;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
  cursor: pointer;
}

/* line 702, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .input-group button i {
  color: #fff;
}

/* line 705, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .search_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

/* line 716, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
}

/* line 725, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999999;
}

/* line 729, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 738, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .newsletter_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

/* line 745, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #fff;
}

/* line 758, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}

/* line 763, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}

/* line 767, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}

/* line 772, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

/* line 777, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}

/* line 794, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}

/* line 799, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s linear;
}

/* line 810, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #fff;
}

/* line 816, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

/* line 823, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}

/* line 831, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

/* line 834, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 3px;
  transition: all 0.3s ease 0s;
  color: #888888;
  font-size: 13px;
}

/* line 845, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #ff003c;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 860, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .instagram_feeds .instagram_row {
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}

/* line 866, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px;
}

/* line 966, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

/* line 987, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog-pagination {
  margin-top: 80px;
}

/* line 991, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}

/* line 1008, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px;
}

/* line 1020, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888;
}

/* line 1027, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}

/*============ Start Blog Single Styles  =============*/
/* line 1052, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .blog_details {
  box-shadow: none;
  padding: 0;
}

/* line 1057, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .social-links {
  padding-top: 10px;
}

/* line 1060, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 1064, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  transition: all 0.2s linear;
}

/* line 1077, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .blog_details {
  padding-top: 26px;
}

/* line 1080, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px;
}

/* line 1090, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .quote-wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  /* line 1090, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
  .single-post-area .quote-wrapper {
    padding: 30px;
  }
}

/* line 1104, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid;
}

@media (min-width: 768px) {
  /* line 1104, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
  .single-post-area .quotes {
    padding: 25px 25px 25px 30px;
  }
}

/* line 1114, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .arrow {
  position: absolute;
}

/* line 1117, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

/* line 1124, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

/* line 1129, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff;
}

/* line 1133, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .navigation-top p {
  margin-bottom: 0;
}

/* line 1137, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .like-info {
  font-size: 14px;
}

/* line 1140, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1147, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .comment-count {
  font-size: 14px;
}

/* line 1150, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1159, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px;
}

/* line 1163, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .social-icons li:last-child {
  margin: 0;
}

/* line 1167, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
  font-size: 14px;
  color: #999999;
}

/* line 1185, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .blog-author {
  padding: 40px 30px;
  background: #fbf9ff;
  margin-top: 50px;
}

@media (max-width: 600px) {
  /* line 1185, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
  .single-post-area .blog-author {
    padding: 20px 8px;
  }
}

/* line 1194, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
}

@media (max-width: 600px) {
  /* line 1194, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
  .single-post-area .blog-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}

/* line 1207, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .blog-author a {
  display: inline-block;
}

/* line 1211, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .blog-author a:hover {
  color: #2577fd;
}

/* line 1216, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}

/* line 1221, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .blog-author h4 {
  font-size: 16px;
}

/* line 1228, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 55px;
}

/* line 1233, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .navigation-area p {
  margin-bottom: 0px;
}

/* line 1237, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
}

/* line 1243, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left {
  text-align: left;
}

/* line 1246, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

/* line 1250, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* line 1255, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* line 1262, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

/* line 1267, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: .5;
}

@media (max-width: 767px) {
  /* line 1243, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}

/* line 1278, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right {
  text-align: right;
}

/* line 1281, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

/* line 1285, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* line 1290, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/* line 1297, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

/* line 1302, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: .5;
}

@media (max-width: 991px) {
  /* line 1310, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

/* line 1317, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px;
}

@media (max-width: 414px) {
  /* line 1317, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
  .comments-area {
    padding: 50px 8px;
  }
}

/* line 1328, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.comments-area h4 {
  margin-bottom: 35px;
  font-size: 18px;
}

/* line 1335, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

/* line 1344, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.comments-area .comment-list {
  padding-bottom: 48px;
}

/* line 1347, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

/* line 1351, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media (max-width: 413px) {
  /* line 1357, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  /* line 1361, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  /* line 1365, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

/* line 1372, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.comments-area .thumb {
  margin-right: 20px;
}

/* line 1375, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}

/* line 1381, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}

/* line 1388, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
}

/* line 1394, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

/* line 1411, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.comment-form {
  border-top: 1px solid #eee;
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px;
}

/* line 1419, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.comment-form .form-group {
  margin-bottom: 30px;
}

/* line 1423, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
}

/* line 1431, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 767px) {
  /* line 1431, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

/* line 1440, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  /* line 1440, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
  .comment-form .email {
    padding-left: 0px;
  }
}

/* line 1448, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 1456, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.comment-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 1461, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.comment-form .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 1466, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.comment-form .form-control::placeholder {
  color: #777777;
}

/* line 1471, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;
}

/* line 1477, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}

/* line 1483, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}

/* line 1489, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}

/* line 1495, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_page.scss */
.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

/*============ End Blog Single Styles  =============*/
/*=================== contact banner start ====================*/
/* line 3, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_contact.scss */
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 10, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_contact.scss */
.contact-info {
  margin-bottom: 25px;
}

/* line 13, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_contact.scss */
.contact-info__icon {
  margin-right: 20px;
}

/* line 16, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_contact.scss */
.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

/* line 24, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_contact.scss */
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}

/* line 30, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_contact.scss */
.contact-info .media-body h3 a:hover {
  color: #222222;
}

/* line 36, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_contact.scss */
.contact-info .media-body p {
  color: #8a8a8a;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
/* line 45, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_contact.scss */
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 53, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_contact.scss */
.form-contact label {
  font-size: 14px;
}

/* line 57, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_contact.scss */
.form-contact .form-group {
  margin-bottom: 30px;
}

/* line 61, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_contact.scss */
.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 69, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_contact.scss */
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 74, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_contact.scss */
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 80, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_contact.scss */
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
/* line 97, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_contact.scss */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

/* line 106, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 112, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

/* line 121, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

/* line 126, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* line 133, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_contact.scss */
.contact-section {
  padding: 130px 0 100px;
}

@media (max-width: 991px) {
  /* line 133, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_contact.scss */
  .contact-section {
    padding: 70px 0 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 133, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_contact.scss */
  .contact-section {
    padding: 80px 0 50px;
  }
  #hbcuvideo{
  width: 100%;
 
}


.text-box h1 {
    font-size: 19px;
    line-height: 24px;
}
.slider-areas .inner-text {
    left: 0;
    width: 100%;
    right: 0;
    transform: translate(0%, -50%);
}
.btn-box {
    margin: 0 auto;
    text-align: center;
}
.slider-areas .text-box {
   /* width: 100%;*/
    text-align: center;
}
.slider-areas .item {
    height: 200px;
    overflow: hidden;
}
.slider-areas .item img {
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
}
}

/* line 141, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_contact.scss */
.contact-section .btn_2 {
  background-color: #191d34;
  padding: 18px 60px;
  border-radius: 50px;
  margin-top: 0;
}

/* line 146, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_contact.scss */
.contact-section .btn_2:hover {
  background-color: #222222;
}

/* line 1, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
.breadcam_bg {
  background-image: url(../img/banner/bradcam.png);
}

/* line 4, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
.breadcam_bg_1 {
  background-image: url(../img/banner/bradcam2.png);
}

/* line 7, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
.breadcam_bg_2 {
  background-image: url(../img/banner/bradcam3.png);
}

/* line 10, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
.bradcam_area {
  background-size: cover;
  background-position: center center;
  padding: 160px 0;
  background-position: bottom;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  /* line 10, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
  .bradcam_area {
    padding: 150px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 10, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
  .bradcam_area {
    padding: 150px 0;
  }
}

/* line 22, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
.bradcam_area h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 900;
  margin-bottom: 0;
  font-family: 'Inter', sans-serif;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 22, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
  .bradcam_area h3 {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 22, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
  .bradcam_area h3 {
    font-size: 40px;
  }
}

/* line 38, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
.popup_box {
  background: #fff;
  display: inline-block;
  z-index: 9;
  width: 681px;
  padding: 60px 40px;
}

@media (max-width: 767px) {
  /* line 38, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
  .popup_box {
    width: 320px;
    padding: 45px 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 38, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
  .popup_box {
    width: 420px !important;
    padding: 45px 30px;
  }
}

/* line 57, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
.popup_box h3 {
  text-align: center;
  font-size: 22px;
  color: #1F1F1F;
  margin-bottom: 46px;
}

/* line 63, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
.popup_box .boxed-btn3 {
  width: 100%;
  text-transform: capitalize;
}

/* line 67, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
.popup_box .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  /* border-radius: 5px; */
  border: solid 1px #E2E2E2;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: 'Inter', sans-serif;
  font-weight: normal;
  width: 100% !important;
  /* height: 42px; */
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border-radius: 0;
  margin-bottom: 30px;
  height: 50px !important;
  font-size: 16px;
  font-weight: 400;
  color: #919191;
}

/* line 101, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
.popup_box .nice-select::after {
  content: "\f0d7";
  display: block;
  height: 5px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 17px;
  top: 3px;
  transition: all 0.15s ease-in-out;
  width: 5px;
  font-family: fontawesome;
  color: #919191;
  font-size: 15px;
}

/* line 116, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
.popup_box .nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  height: 200px;
  overflow-y: scroll;
}

/* line 125, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
.popup_box .nice-select.list {
  height: 200px;
  overflow-y: scroll;
}

/* line 131, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
#test-form {
  display: inline-block;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  /* line 131, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
  #test-form {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* line 146, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
#test-form .mfp-close-btn-in .mfp-close {
  color: #333;
  display: none !important;
}

/* line 151, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
#test-form button.mfp-close {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 151, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
  #test-form button.mfp-close {
    display: block !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/* line 162, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
#test-form button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  width: 40px;
  height: 40px;
  background: #4A3600;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: absolute;
  right: -6px;
  color: #fff !important;
}

/* line 189, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #4A3600;
  opacity: 0.6;
}

@media (max-width: 767px) {
  /* line 208, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
  .gj-picker.gj-picker-md.timepicker {
    width: 310px;
    left: 6px !important;
  }
}

@media (max-width: 767px) {
  /* line 215, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_bradcam.scss */
  .gj-picker.gj-picker-md.datepicker.gj-unselectable {
    width: 320px;
    left: 0 !important;
  }
}

/* line 1, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_extend.scss */
.flex-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

/* line 13, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_extend.scss */
.overlay::before {
  background-image: -moz-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
  background-image: -webkit-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
  background-image: -ms-linear-gradient(170deg, rgba(34, 34, 34, 0) 0%, black 100%);
}

/**************** extend css start ****************/
/**************** extend css start ****************/
/* line 76, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

/* line 81, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

/* line 86, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
b,
sup,
sub,
u,{
  color: #222222;
}

/* line 95, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

/* line 105, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.button-area {
  background: #fff;
}

/* line 106, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

/* line 114, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

/* line 117, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

/* line 123, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 134, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn:focus {
  outline: none;
}

/* line 137, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

/* line 141, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.large {
  line-height: 45px;
}

/* line 144, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.medium {
  line-height: 30px;
}

/* line 147, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.small {
  line-height: 25px;
}

/* line 150, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.radius {
  border-radius: 3px;
}

/* line 153, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.circle {
  border-radius: 20px;
}

/* line 156, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 163, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.arrow span {
  margin-left: 10px;
}

/* line 167, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.default {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 171, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 176, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 179, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.default-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 185, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.primary {
  color: #fff;
  background: #222222;
  border: 1px solid transparent;
}

/* line 189, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.primary:hover {
  color: #222222;
  border: 1px solid #222222;
  background: #fff;
}

/* line 195, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.primary-border {
  color: #222222;
  border: 1px solid #222222;
  background: #fff;
}

/* line 199, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.primary-border:hover {
  color: #fff;
  background: #222222;
  border: 1px solid transparent;
}

/* line 205, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 209, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 215, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 219, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 225, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 229, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 235, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 239, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 245, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 249, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 255, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 259, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 265, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 269, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 275, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 279, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 285, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

/* line 290, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 296, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.link-border {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

/* line 301, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.link-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 307, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

/* line 315, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #222222;
}

/* line 321, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.progress-table-wrap {
  overflow-x: scroll;
}

/* line 325, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

/* line 329, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

/* line 333, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.progress-table .country {
  width: 28.07%;
}

/* line 336, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.progress-table .visit {
  width: 19.74%;
}

/* line 339, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

/* line 343, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.progress-table .table-head {
  display: flex;
}

/* line 345, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 355, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

/* line 359, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

/* line 367, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.progress-table .table-row .country img {
  margin-right: 15px;
}

/* line 372, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

/* line 376, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

/* line 379, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

/* line 382, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

/* line 385, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

/* line 388, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

/* line 391, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

/* line 394, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

/* line 397, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

/* line 400, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

/* line 409, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

/* line 417, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.list-style {
  width: 14px;
  height: 14px;
}

/* line 423, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

/* line 427, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #222222;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

/* line 441, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.ordered-list {
  margin-left: 30px;
}

/* line 443, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #222222;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 448, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 456, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #222222;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 462, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 470, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #222222;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 476, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 483, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 491, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.single-input:focus {
  outline: none;
}

/* line 496, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.input-group-icon {
  position: relative;
}

/* line 498, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

/* line 503, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.input-group-icon .icon i {
  color: #797979;
}

/* line 508, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.input-group-icon .single-input {
  padding-left: 45px;
}

/* line 513, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

/* line 523, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.single-textarea:focus {
  outline: none;
}

/* line 528, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 536, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.single-input-primary:focus {
  outline: none;
  border: 1px solid #222222;
}

/* line 542, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 550, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

/* line 556, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 564, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

/* line 570, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 577, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* line 587, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #222222;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 600, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.default-switch input:checked + label {
  left: 19px;
}

/* line 607, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 614, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 623, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 631, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 645, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 661, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.primary-switch input:checked + label:after {
  left: 19px;
}

/* line 664, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.primary-switch input:checked + label:before {
  background: #222222;
}

/* line 672, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 679, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 688, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 696, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

/* line 710, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 726, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.confirm-switch input:checked + label:after {
  left: 19px;
}

/* line 729, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

/* line 737, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 744, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 753, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 766, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

/* line 774, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 781, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 790, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 803, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

/* line 811, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 818, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 827, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 839, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 844, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

/* line 852, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 859, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 868, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 881, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 889, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 896, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 905, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 918, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 926, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 933, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 942, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 954, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 959, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 967, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.default-select {
  height: 40px;
}

/* line 969, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

/* line 976, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 983, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

/* line 990, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.default-select .nice-select .list .option.selected {
  color: #222222;
  background: transparent;
}

/* line 994, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.default-select .nice-select .list .option:hover {
  color: #222222;
  background: transparent;
}

/* line 1001, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1005, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.default-select .nice-select::after {
  right: 20px;
}

/* line 1010, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.form-select {
  width: 100%;
}

/* line 1013, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

/* line 1021, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 1028, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

/* line 1035, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.form-select .nice-select .list .option.selected {
  color: #222222;
  background: transparent;
}

/* line 1039, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.form-select .nice-select .list .option:hover {
  color: #222222;
  background: transparent;
}

/* line 1046, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1050, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.form-select .nice-select::after {
  right: 20px;
}

/* line 1054, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 1057, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

/* line 1061, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 1064, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 1067, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_elements.scss */
.switch-wrap {
  margin-bottom: 10px;
}

/* Main Button Area css
============================================================================================ */
/* line 3, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_button.scss */
.submit_btn {
  width: auto;
  display: inline-block;
  background: #fff;
  padding: 0px 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 5px;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  border: 1px solid #fdcb9e;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 19, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_button.scss */
.submit_btn:hover {
  background: transparent;
}

/* line 24, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_button.scss */
.btn_1 {
  display: inline-block;
  padding: 17px 50px;
  border-radius: 5px;
  background-color: #2577fd;
  border: 2px solid #2577fd;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  color: #fff;
}

/* line 36, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_button.scss */
.btn_1:hover {
  background-color: #fff;
  color: #2577fd;
}

/* line 41, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_button.scss */


/* line 59, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_button.scss */
.btn_2 {
  display: inline-block;
  width: 180px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: #1e1e1e;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-transform: capitalize;
}

/* line 74, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_button.scss */
.btn_2:hover {
  color: #fff !important;
  background-color: #2577fd;
}

@media (max-width: 991px) {
  /* line 59, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_button.scss */
  .btn_2 {
    height: 50px;
    width: 140px;
    line-height: 50px;
  }
}

/* line 89, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_button.scss */
.btn_4 {
  color: #2577fd;
  font-size: 15px;
  font-weight: 700;
  margin-top: 53px;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

@media (max-width: 991px) {
  /* line 89, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_button.scss */
  .btn_4 {
    margin-top: 30px;
  }
}

/* line 104, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_button.scss */
.btn_4 img {
  width: 20px;
  margin-left: 15px;
}

/*=================== custom button rule start ====================*/
/* line 112, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_button.scss */
.button {
  display: inline-block;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 54px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #fdcb9e;
  text-transform: uppercase;
  background-color: #2577fd;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 767px) {
  /* line 112, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_button.scss */
  .button {
    font-size: 13px;
    padding: 9px 24px;
  }
}

/* line 131, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_button.scss */
.button:hover {
  color: #fff;
}

/* line 136, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_button.scss */
.button-link {
  letter-spacing: 0;
  color: #3b1d82;
  border: 0;
  padding: 0;
}

/* line 142, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_button.scss */
.button-link:hover {
  background: transparent;
  color: #3b1d82;
}

/* line 148, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_button.scss */
.button-header {
  color: #fff;
  border-color: #fdcb9e;
}

/* line 152, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_button.scss */
.button-header:hover {
  background: #b8024c;
  color: #fff;
}

/* line 158, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_button.scss */
.button-contactForm {
  color: #fff;
  border-color: #fdcb9e;
  padding: 12px 25px;
}

/* End Main Button Area css
============================================================================================ */
/* line 2, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog.scss */
.blog-area .single-blog {
  box-shadow: 1.395px 19.951px 38px 0px rgba(0, 0, 0, 0.05);
  transition: .4s;
}

/* line 5, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog.scss */
.blog-area .single-blog:hover .blog-img img {
  transform: rotate(1deg) scale(1.1);
}

/* line 12, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog.scss */
.blog-area .single-blog .blog-img {
  overflow: hidden;
}

/* line 14, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog.scss */
.blog-area .single-blog .blog-img img {
  width: 100%;
  transform: rotate(0deg) scale(1);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* line 20, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog.scss */
.blog-area .single-blog .blog-caption {
  padding: 22px 40px 20px 40px;
}

@media (max-width: 767px) {
  /* line 20, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog.scss */
  .blog-area .single-blog .blog-caption {
    padding: 22px 22px 20px 20px;
  }
}

/* line 26, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog.scss */
.blog-area .single-blog .blog-caption .blog-cap-top span {
  color: #fff;
  background: #ff003c;
  padding: 4px 13px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  border-radius: 5px;
}

/* line 36, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog.scss */
.blog-area .single-blog .blog-caption .blog-cap-top ul li {
  color: #c7c7c7;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}

/* line 40, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog.scss */
.blog-area .single-blog .blog-caption .blog-cap-top ul li a {
  color: #ff003c;
  font-size: 14px;
}

/* line 50, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog.scss */
.blog-area .single-blog .blog-caption .blog-cap-mid p a {
  color: #444444;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  line-height: 28px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  /* line 50, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog.scss */
  .blog-area .single-blog .blog-caption .blog-cap-mid p a {
    font-size: 14px;
  }
}

/* line 59, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog.scss */
.blog-area .single-blog .blog-caption .blog-cap-mid p a:hover {
  color: #ff003c;
}

/* line 66, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog.scss */
.blog-area .single-blog .blog-caption .blog-cap-bottom {
  padding-top: 20px;
  border-top: 1px solid #f9f9f9;
}

/* line 69, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog.scss */
.blog-area .single-blog .blog-caption .blog-cap-bottom span {
  color: #adadad;
  font-size: 14px;
}

/* line 72, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog.scss */
.blog-area .single-blog .blog-caption .blog-cap-bottom span img {
  margin-right: 5px;
}

/* line 80, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog.scss */
.pb-168 {
  padding-bottom: 168px;
}

/* line 4, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_blog.scss */
.single_blog_post .desc a {
  font-size: 16px;
  color: #232b2b !important;
}

/* line 10, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content {
  padding: 38px 38px 23px;
  border: 0px solid #fdcb9e;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

/* line 14, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content p {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* line 18, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content p a {
  color: #2577fd;
}

/* line 22, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.481;
  margin-bottom: 16px;
}

/* line 28, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content h5 {
  font-size: 15px;
  color: #8a8a8a;
  font-weight: 400;
}

/* line 33, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content .list-unstyled {
  margin-top: 33px;
}

/* line 35, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content .list-unstyled li {
  display: inline;
  margin-right: 17px;
  color: #999999;
}

/* line 39, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_blog.scss */
.single_blog_post .single_blog .single_appartment_content .list-unstyled li a {
  margin-right: 8px;
  color: #999999;
}

/* line 1, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
.single_product_list {
  padding: 200px 0 100px;
}

@media (max-width: 991px) {
  /* line 1, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
  .single_product_list {
    padding: 100px 0 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 1, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
  .single_product_list {
    padding: 100px 0 100px;
  }
}

/* line 9, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
.single_product_list .single_product_img {
  position: relative;
  margin: 35px 0 0 35px;
}

@media (max-width: 991px) {
  /* line 9, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
  .single_product_list .single_product_img {
    max-width: 204px;
  }
}

/* line 15, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
.single_product_list .single_product_img .product_overlay {
  position: absolute;
  left: -35px;
  top: -35px;
  z-index: -1;
}

/* line 23, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
.single_product_list .single_product_content h5 {
  font-weight: 500;
  font-size: 20px;
  color: #B08EAD;
}

@media (max-width: 991px) {
  /* line 23, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
  .single_product_list .single_product_content h5 {
    font-size: 16px;
  }
}

/* line 31, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
.single_product_list .single_product_content h2 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 500;
  margin: 10px 0 50px;
}

/* line 36, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
.single_product_list .single_product_content h2 a {
  color: #191d34;
}

/* line 38, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
.single_product_list .single_product_content h2 a:hover {
  color: #828bb2;
}

@media (max-width: 991px) {
  /* line 31, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
  .single_product_list .single_product_content h2 {
    font-size: 25px;
    margin: 10px 0 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 31, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
  .single_product_list .single_product_content h2 {
    font-size: 30px;
    margin: 10px 0 30px;
  }
}

@media (max-width: 991px) {
  /* line 22, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
  .single_product_list .single_product_content {
    margin-top: 80px;
  }
  /* line 53, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
  .single_product_list .single_product_content .btn_3 {
    padding: 13px 29px;
  }
}

/* line 59, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
.single_product_list .single_product_iner {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  /* line 59, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
  .single_product_list .single_product_iner {
    margin-bottom: 60px;
  }
}

/* line 65, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
.single_product_list .single_product_iner:nth-child(2n-2) .row {
  flex-direction: row-reverse;
  margin-top: 140px;
}

@media (max-width: 991px) {
  /* line 65, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
  .single_product_list .single_product_iner:nth-child(2n-2) .row {
    margin-bottom: 70px;
    margin-top: 100px;
  }
}

@media (max-width: 991px) {
  /* line 73, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
  .single_product_list .single_product_iner:nth-child(2n-2) .row .single_product_content {
    margin-top: 40px;
  }
  /* line 76, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
  .single_product_list .single_product_iner:nth-child(2n-2) .row .single_product_content .btn_3 {
    padding: 13px 29px;
  }
}

/* line 82, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
.single_product_list .single_product_iner:nth-child(2n-2) .row .single_product_img {
  position: relative;
  margin: 0 35px 35px 0;
}

/* line 85, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
.single_product_list .single_product_iner:nth-child(2n-2) .row .single_product_img .product_overlay {
  position: absolute;
  left: auto;
  right: -35px;
  top: -35px;
  z-index: -1;
}

/* line 97, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
.single_product_breadcrumb {
  height: 460px !important;
}

@media (max-width: 991px) {
  /* line 97, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
  .single_product_breadcrumb {
    height: 250px !important;
  }
}

/* line 103, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
.product_image_area {
  margin-top: 150px;
}

@media (max-width: 991px) {
  /* line 103, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
  .product_image_area {
    margin-top: -150px !important;
  }
}

/* line 109, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
.product_image_area .owl-nav button.owl-prev, .product_image_area .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #E4D3DF;
  color: #fff;
  background-color: #E4D3DF;
  position: absolute;
  left: 30px;
  top: 54%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 122, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
.product_image_area .owl-nav button.owl-prev:hover, .product_image_area .owl-nav button.owl-next:hover {
  background-color: #828bb2;
  color: #fff;
}

/* line 127, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
.product_image_area .owl-nav button.owl-next {
  text-indent: 2px;
  left: auto;
  right: 30px;
}

/* line 133, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
.product_image_area .single_product_text {
  margin: 100px 0 200px;
}

@media (max-width: 991px) {
  /* line 133, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
  .product_image_area .single_product_text {
    margin: 40px 0 70px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 133, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
  .product_image_area .single_product_text {
    margin: 50px 0 80px;
  }
}

/* line 141, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
.product_image_area .single_product_text h3 {
  font-size: 40px;
}

@media (max-width: 991px) {
  /* line 141, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
  .product_image_area .single_product_text h3 {
    font-size: 25px;
  }
  /* line 145, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
  .product_image_area .single_product_text h3 br {
    display: none;
  }
}

/* line 150, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
.product_image_area .single_product_text p {
  margin-top: 50px;
  color: #707070;
}

@media (max-width: 991px) {
  /* line 150, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
  .product_image_area .single_product_text p {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 150, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
  .product_image_area .single_product_text p {
    margin-top: 20px;
  }
}

/* line 162, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
.card_area {
  margin-top: 60px;
}

/* line 164, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
.card_area .product_count_area {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 168, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
.card_area .product_count_area p {
  margin-top: 0 !important;
  color: #828bb2;
}

/* line 173, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
.card_area .product_count {
  border: 1px solid #828bb2;
  margin: 0 35px;
}

@media (max-width: 991px) {
  /* line 173, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
  .card_area .product_count {
    margin: 0 15px;
  }
}

/* line 179, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
.card_area .product_count .product_count_item {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
}

@media (max-width: 991px) {
  /* line 179, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
  .card_area .product_count .product_count_item {
    width: 45px;
  }
}

/* line 189, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
.card_area .product_count input {
  background-color: #828bb2;
  color: #fff;
  border: 1px solid #828bb2;
  color: #fff;
}

/* line 196, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
.card_area .add_to_cart {
  margin-top: 60px;
}

/* line 200, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_single_product.scss */
input:focus {
  outline-offset: 0;
}

/* line 1, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_trending_items.scss */
.trending_items {
  background-color: #F4EDF2;
  padding: 200px 0 130px;
}

@media (max-width: 991px) {
  /* line 1, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_trending_items.scss */
  .trending_items {
    padding: 70px 0 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 1, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_trending_items.scss */
  .trending_items {
    padding: 100px 0 70px;
  }
}

/* line 12, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_trending_items.scss */
.single_product_item {
  margin-bottom: 58px;
}

@media (max-width: 991px) {
  /* line 12, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_trending_items.scss */
  .single_product_item {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 12, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_trending_items.scss */
  .single_product_item {
    margin-bottom: 30px;
  }
}

/* line 20, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_trending_items.scss */
.single_product_item .single_product_item_thumb {
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
}

/* line 25, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_trending_items.scss */
.single_product_item h3 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 22px;
  line-height: 1.5;
  margin-bottom: 25px;
  font-family: 'Inter', sans-serif;
}

@media (max-width: 991px) {
  /* line 25, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_trending_items.scss */
  .single_product_item h3 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 25, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_trending_items.scss */
  .single_product_item h3 {
    font-size: 18px;
  }
}

/* line 38, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_trending_items.scss */
.single_product_item h3 a {
  color: #191d34;
}

/* line 40, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_trending_items.scss */
.single_product_item h3 a:hover {
  color: #2577fd;
}

/* line 45, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_trending_items.scss */
.single_product_item p {
  font-size: 20px;
}

@media (max-width: 991px) {
  /* line 45, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_trending_items.scss */
  .single_product_item p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 45, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_trending_items.scss */
  .single_product_item p {
    font-size: 16px;
  }
}

/* line 1, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_client_review.scss */
.client_review {
  padding: 100px 0;
  text-align: center;
  background-color: #B08EAD;
  position: relative;
}

@media (max-width: 991px) {
  /* line 1, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_client_review.scss */
  .client_review {
    padding: 70px 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 1, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_client_review.scss */
  .client_review {
    padding: 80px 0;
  }
}

/* line 12, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_client_review.scss */
.client_review img {
  width: 100%;
  border-radius: 50%;
}

/* line 16, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_client_review.scss */
.client_review p {
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
}

@media (max-width: 991px) {
  /* line 16, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_client_review.scss */
  .client_review p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 16, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_client_review.scss */
  .client_review p {
    font-size: 20px;
  }
}

/* line 27, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_client_review.scss */
.client_review h5 {
  font-size: 16px;
  margin-top: 25px;
  color: #fff;
  margin-bottom: 0;
}

/* line 34, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_client_review.scss */
.client_review .client_img {
  max-width: 105px;
  margin: 0 auto;
  margin-bottom: 35px;
  position: relative;
}

/* line 39, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_client_review.scss */
.client_review .client_img:after {
  position: absolute;
  content: "";
  right: -8px;
  bottom: -10px;
  content: '\f100';
  font-family: 'Flaticon';
  height: 50px;
  width: 50px;
  background-color: #E4D3DF;
  font-size: 14px;
  border-radius: 50%;
  line-height: 50px;
  color: #fff;
}

/* line 56, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_client_review.scss */

/**************** service_part css start ****************/
/* line 4, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_feature_part.scss */
.feature_part .feature_part_tittle h3 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 500;
}

@media (max-width: 991px) {
  /* line 4, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_feature_part.scss */
  .feature_part .feature_part_tittle h3 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 4, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_feature_part.scss */
  .feature_part .feature_part_tittle h3 {
    font-size: 30px;
  }
}

/* line 17, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_feature_part.scss */
.feature_part .feature_part_content p {
  color: #707070;
}

/* line 21, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_feature_part.scss */
.feature_part .single_feature_part {
  text-align: center;
  border: 1px solid #828bb2;
  padding: 35px;
  margin-top: 100px;
}

@media (max-width: 991px) {
  /* line 21, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_feature_part.scss */
  .feature_part .single_feature_part {
    margin-top: 30px;
    padding: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 21, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_feature_part.scss */
  .feature_part .single_feature_part {
    padding: 25px 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 21, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_feature_part.scss */
  .feature_part .single_feature_part {
    margin-top: 30px;
  }
}

/* line 36, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_feature_part.scss */
.feature_part .single_feature_part img {
  max-width: 42px;
  min-height: 40px;
  margin-bottom: 20px;
}

/* line 41, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_feature_part.scss */
.feature_part .single_feature_part h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}

/* line 1, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_subscribe_part.scss */
.subscribe_part {
  background-color: #191d34;
}

/* line 3, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_subscribe_part.scss */
.subscribe_part .subscribe_part_content {
  text-align: center;
}

/* line 5, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_subscribe_part.scss */
.subscribe_part .subscribe_part_content h2 {
  color: #fff;
}

@media (max-width: 991px) {
  /* line 5, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_subscribe_part.scss */
  .subscribe_part .subscribe_part_content h2 {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 5, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_subscribe_part.scss */
  .subscribe_part .subscribe_part_content h2 {
    font-size: 30px;
  }
}

/* line 14, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_subscribe_part.scss */
.subscribe_part .subscribe_part_content p {
  color: #fff;
}

/* line 18, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_subscribe_part.scss */
.subscribe_part .subscribe_form {
  margin: 0 auto;
  margin-top: 45px;
  position: relative;
  max-width: 558px;
}

/* line 23, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_subscribe_part.scss */
.subscribe_part .subscribe_form input {
  border: 1px solid #fff;
  width: 100%;
  background-color: transparent;
  color: #fff;
  border-radius: 50px;
  padding: 19px 30px;
  line-height: 20px;
}

/* line 32, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_subscribe_part.scss */
.subscribe_part .subscribe_form .btn_1 {
  padding: 15px 30px;
  line-height: 16px;
  border-radius: 50px;
  position: absolute;
  right: 5px;
  top: 5px;
}

@media (max-width: 991px) {
  /* line 32, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_subscribe_part.scss */
  .subscribe_part .subscribe_form .btn_1 {
    padding: 15px 15px;
  }
}

/* line 43, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_subscribe_part.scss */
.subscribe_part .subscribe_form ::placeholder {
  color: #E4D3DF;
}

/***************** product list css *******************/
/* line 3, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product_list.scss */
.product_sidebar .single_sedebar {
  position: relative;
  margin-bottom: 20px;
}

/* line 6, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product_list.scss */
.product_sidebar .single_sedebar input {
  background-color: #F4EDF2;
  border-radius: 50px;
  border: 1px solid #F4EDF2;
  padding: 13px 25px;
  width: 100%;
  line-height: 22px;
}

/* line 14, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product_list.scss */
.product_sidebar .single_sedebar ::placeholder {
  color: #795376;
}

/* line 17, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product_list.scss */
.product_sidebar .single_sedebar i {
  position: absolute;
  right: 30px;
  top: 17px;
}

/* line 25, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product_list.scss */
.select_option .select_option_list {
  background-color: #F4EDF2;
  border-radius: 50px;
  border: 1px solid #F4EDF2;
  padding: 13px 25px;
  width: 100%;
  line-height: 22px;
  color: #795376;
}

/* line 34, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product_list.scss */
.select_option .select_option_dropdown {
  background-color: #F4EDF2;
  border-radius: 10px;
  border: 1px solid #F4EDF2;
  padding: 13px 25px;
  width: 100%;
  margin-top: 10px;
}

/* line 41, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product_list.scss */
.select_option .select_option_dropdown a {
  color: #795376;
}

/************* our offer *****************/
/* line 2, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_our_offer.scss */
.our_offer {
  background-color: #f7f7f7;
}

/* line 5, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_our_offer.scss */
.our_offer .date_countdown {
  margin: 37px 0 55px;
}

/* line 7, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_our_offer.scss */
.our_offer .date_countdown #timer {
  display: flex;
  justify-content: space-between;
}

/* line 12, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_our_offer.scss */
.our_offer h2 {
  font-size: 50px;
  line-height: 70px;
  font-weight: 700;
}

@media (max-width: 991px) {
  /* line 12, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_our_offer.scss */
  .our_offer h2 {
    font-size: 30px;
    line-height: 35px;
    margin-top: 30px;
  }
}

/* line 25, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_our_offer.scss */
.our_offer .date {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  border-right: 1px solid #fdcb9e;
  padding-right: 9%;
}

@media (max-width: 991px) {
  /* line 25, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_our_offer.scss */
  .our_offer .date {
    padding-right: 4%;
  }
}

/* line 37, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_our_offer.scss */
.our_offer .date:last-child {
  border-right: 0px solid transparent;
}

/* line 41, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_our_offer.scss */
.our_offer span {
  display: block;
  font-size: 13px;
  color: #666666;
  text-transform: uppercase;
}

/* line 48, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_our_offer.scss */
.our_offer .input-group input {
  height: 60px;
  padding-left: 25px;
  border: 0px solid transparent;
  background-color: #fff;
}

/* line 53, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_our_offer.scss */
.our_offer .input-group input::placeholder {
  text-transform: capitalize;
}

/* line 57, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_our_offer.scss */
.our_offer .input-group .input-group-text {
  height: 60px;
  line-height: 60px;
  padding: 0px 45px;
  border: 0px solid transparent;
  background-color: #2577fd;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  /* line 57, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_our_offer.scss */
  .our_offer .input-group .input-group-text {
    padding: 0px 15px;
  }
}

/***************** product list css *******************/
/* line 3, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best_seller.scss */
.best_seller .single_product_item {
  border-radius: 5px;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 7, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best_seller.scss */
.best_seller .single_product_item .single_product_text {
  padding: 35px 0 0;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 11, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best_seller.scss */
.best_seller .single_product_item .single_product_text h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 14px;
}

/* line 16, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best_seller.scss */
.best_seller .single_product_item .single_product_text h3 {
  font-weight: 300;
  font-size: 18px;
}

/* line 20, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best_seller.scss */
.best_seller .single_product_item .single_product_text a {
  color: #2577fd;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 30, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best_seller.scss */
.best_seller .single_product_item .single_product_text a i {
  float: right;
  font-size: 18px;
  line-height: 26px;
  color: #000;
}

/* line 38, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best_seller.scss */
.best_seller .single_product_item:hover {
  box-shadow: none;
}

/* line 40, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best_seller.scss */
.best_seller .single_product_item:hover .single_product_text {
  padding: 32px 0 0;
}

/* line 44, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_best_seller.scss */
.best_seller .single_product_item:hover a {
  opacity: 1;
  visibility: visible;
}

/******************* client_logo *****************/
/* line 3, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_client_logo.scss */
.client_logo .single_client_logo {
  height: 125px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #fdcb9e;
  width: 20%;
  float: left;
  border-bottom: 1px solid #fdcb9e;
}

@media (max-width: 576px) {
  /* line 3, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_client_logo.scss */
  .client_logo .single_client_logo {
    height: 70px;
    width: 25%;
    padding: 6px;
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 3, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_client_logo.scss */
  .client_logo .single_client_logo {
    height: 100px;
    padding: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 3, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_client_logo.scss */
  .client_logo .single_client_logo {
    height: 100px;
    padding: 10px;
  }
}

/* line 33, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_client_logo.scss */
.client_logo .single_client_logo:nth-child(5n+1) {
  border-left: 0px solid transparent;
}

/* line 36, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_client_logo.scss */
.client_logo .single_client_logo:nth-child(n+6) {
  border-bottom: 0px solid transparent;
}

/* line 51, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_client_logo.scss */
.client_logo .single_client_logo img {
  filter: grayscale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 54, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_client_logo.scss */
.client_logo .single_client_logo img:hover {
  filter: grayscale(0);
}

/* Feature Product Area css
============================================================================================ */
/* line 4, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.single-product {
  text-align: center;
  margin-bottom: 50px;
}

/* line 8, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.single-product .product-img {
  position: relative;
  overflow: hidden;
}

/* line 12, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.single-product .product-img .p_icon {
  width: 90%;
  padding: 7px 30px;
  position: absolute;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(37, 119, 253, 0.4);
  transition: all 400ms ease;
}

/* line 22, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.single-product .product-img .p_icon a {
  display: inline-block;
  height: 36px;
  line-height: 40px;
  width: 36px;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  color: #415094;
  margin-right: 25px;
}

/* line 33, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.single-product .product-img .p_icon a:last-child {
  margin-right: 0px;
}

/* line 37, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.single-product .product-img .p_icon a:hover {
  color: #fff;
  background: #2577fd;
}

/* line 45, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.single-product .product-btm {
  padding: 22px 25px 18px;
  border: 1px solid #f0f2f1;
  text-align: left;
}

/* line 50, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.single-product .product-btm h4 {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 59, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.single-product .product-btm h5 {
  margin-bottom: 0px;
  font-size: 18px;
  color: #828bb2;
}

/* line 65, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.single-product .product-btm span {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 16px;
  color: #415094;
}

/* line 76, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.single-product:hover .product-img .p_icon {
  bottom: 0px;
}

/* line 82, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.single-product:hover .product-btm h4 {
  color: #2577fd;
}

/* End Feature Product Area css
============================================================================================ */
/* Start New Product Area css
============================================================================================ */
/* line 95, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.new_product {
  background: #f9f9ff;
  padding: 90px 15px;
  text-align: center;
}

/* line 100, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.new_product .product-img {
  padding: 90px 0px;
}

/* line 104, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.new_product h5 {
  font-size: 20px;
  color: #4a4a4a;
  margin-bottom: 20px;
}

/* line 110, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.new_product h3 {
  font-size: 32px;
  font-weight: 700;
}

/* line 115, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.new_product h4 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 25px;
}

/* End New Product Area css
============================================================================================ */
/* Start Product Area css
============================================================================================ */
/* line 128, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.most_product_inner {
  margin-bottom: -30px;
}

/* line 133, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.most_p_list .media {
  margin-bottom: 30px;
}

/* line 136, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.most_p_list .media .d-flex {
  padding-right: 20px;
}

/* line 140, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.most_p_list .media .media-body {
  vertical-align: middle;
  align-self: center;
}

/* line 144, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.most_p_list .media .media-body h4 {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: normal;
  color: #415094;
}

/* line 151, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.most_p_list .media .media-body h3 {
  font-size: 16px;
  font-weight: 500;
  color: #828bb2;
  margin-bottom: 0px;
}

/* End Feature Product Area css
============================================================================================ */
/* Product Sidebar Area css
============================================================================================ */
/* line 168, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cat_product_area .btn_2 {
  border: 1px solid #606060;
  color: #606060;
  margin-top: 80px;
}

/* line 173, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cat_product_area .latest_product_inner {
  padding-top: 30px;
}

/* line 176, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cat_product_area .latest_product_inner .single-product {
  margin-bottom: 50px;
}

/* line 182, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.sub-menu ul {
  margin-top: 15px;
  padding-top: 15px;
  padding-left: 25px;
  border-top: 1px solid #828bb2;
}

/* line 189, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.left_widgets {
  margin-bottom: 30px;
}

/* line 192, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.left_widgets:last-child {
  margin-bottom: 0px;
}

/* line 197, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.widgets_inner p {
  font-size: 14px;
  text-transform: capitalize;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}

/* line 204, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.widgets_inner input[type=checkbox], .widgets_inner input[type=radio] {
  margin-right: 15px;
}

/* line 208, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.widgets_inner {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 0px;
  padding-bottom: 15px;
}

@media (max-width: 991px) {
  /* line 208, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .widgets_inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  /* line 222, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .l_w_title {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 230, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.l_w_title h3 {
  margin-bottom: 20px;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #415094;
  font-weight: 500;
  line-height: 40px;
  position: relative;
  background-color: #454545;
  padding: 10px 15px 10px 30px;
  text-transform: uppercase;
}

/* line 243, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_top_bar {
  flex-wrap: wrap;
}

/* line 246, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_bar_single {
  margin-left: 20px;
  border-radius: 0;
}

/* line 249, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_bar_single .nice-select {
  background-color: #fff;
  text-transform: capitalize;
  border: 1px solid #eee;
  color: #606060;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 70px;
  border-radius: 0;
}

/* line 258, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_bar_single .nice-select:after {
  height: 8px;
  margin-top: -6px;
  right: 16px;
  width: 8px;
}

/* line 268, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.p_filter_widgets .widgets_inner {
  border-bottom: 1px solid #eeeeee;
}

/* line 271, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.p_filter_widgets .widgets_inner:last-child {
  border-bottom: 0px;
}

/* line 276, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.p_filter_widgets .list {
  border-top: 1px solid #ddd;
  padding-top: 25px;
  margin-top: 25px;
}

/* line 281, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.p_filter_widgets .list:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0px solid transparent;
}

/* line 287, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.p_filter_widgets .list li {
  margin-bottom: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 290, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.p_filter_widgets .list li a {
  font-size: 14px;
  font-weight: normal;
  color: #606060;
  position: relative;
}

/* line 300, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.p_filter_widgets .list li.active a:before, .p_filter_widgets .list li:hover a:before {
  background: #2577fd;
  border-color: #2577fd;
}

/* line 307, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.p_filter_widgets .list li:last-child {
  margin-bottom: 0px;
}

/* line 314, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_top_bar {
  clear: both;
  display: flex;
  padding: 10px 0;
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  /* line 314, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .product_top_bar {
    display: block !important;
  }
}

/* line 332, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_top_bar h2 {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  /* line 332, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .product_top_bar h2 {
    margin-bottom: 20px;
  }
}

/* line 340, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_top_bar .left_dorp .sorting {
  display: inline-block;
  clear: none;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  height: 40px;
  width: 210px;
  padding-left: 20px;
}

/* line 349, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_top_bar .left_dorp .sorting span {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #555555;
}

/* line 355, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_top_bar .left_dorp .sorting .list {
  width: 100%;
  border-radius: 0px;
}

/* line 359, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_top_bar .left_dorp .sorting .list li {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #555555;
}

/* line 366, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_top_bar .left_dorp .sorting:after {
  content: "\f0d7";
  font: normal normal normal 14px/1 FontAwesome;
  transform: rotate(0);
  border: none;
  color: #555555;
  margin-top: -6px;
  right: 20px;
}

/* line 377, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_top_bar .left_dorp .show {
  clear: none;
  display: inline-block;
  clear: none;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  height: 40px;
  width: 120px;
  padding-left: 20px;
  margin-left: 10px;
}

/* line 388, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_top_bar .left_dorp .show span {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #555555;
}

/* line 394, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_top_bar .left_dorp .show .list {
  width: 100%;
  border-radius: 0px;
}

/* line 398, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_top_bar .left_dorp .show .list li {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #555555;
}

/* line 405, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_top_bar .left_dorp .show:after {
  content: "\f0d7";
  font: normal normal normal 14px/1 FontAwesome;
  transform: rotate(0);
  border: none;
  color: #555555;
  margin-top: -6px;
  right: 20px;
}

@media (max-width: 576px) {
  /* line 417, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .product_top_bar .single_product_menu {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
}

/* line 432, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_top_bar .single_product_menu p {
  color: #020202;
  font-weight: 500;
}

@media (max-width: 576px) {
  /* line 432, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .product_top_bar .single_product_menu p {
    font-size: 13px;
    line-height: 13px;
  }
}

/* line 448, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_top_bar .single_product_menu p span {
  color: #2577fd;
}

/* line 453, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_top_bar .single_product_menu h5 {
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}

/* line 460, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_top_bar .single_product_menu .nice-select {
  height: 0;
  border: 0px;
  line-height: 15px;
  font-weight: 300;
  text-transform: capitalize;
}

/* line 467, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_top_bar .single_product_menu .nice-select:after {
  margin-top: 0;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  right: 0px;
}

/* line 475, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_top_bar .single_product_menu .top_pageniation {
  line-height: 15px;
}

/* line 478, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_top_bar .single_product_menu .top_pageniation ul {
  margin-left: 20px;
}

/* line 481, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_top_bar .single_product_menu .top_pageniation ul li {
  display: inline-block;
  margin-left: 10px;
}

/* line 489, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_top_bar .single_product_menu .input-group {
  width: 150px;
}

/* line 492, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_top_bar .single_product_menu .input-group .form-control {
  border: 0px solid transparent;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  text-align: center;
  text-transform: capitalize;
}

/* line 500, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_top_bar .single_product_menu .input-group .input-group-text {
  background-color: transparent;
  border: 0px solid transparent;
  border-bottom: 1px solid #ddd;
}

/* line 509, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.most_p_withoutbox {
  padding-bottom: 120px;
}

/* line 513, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.range_item p {
  margin-bottom: 0;
}

/* line 517, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.price_value input {
  border: 0px;
  text-align: center;
  max-width: 30px;
  background-color: transparent;
}

/* line 524, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.price_value {
  align-items: center;
}

/* line 528, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.irs-to,
.irs-from,
.irs-max,
.irs-min {
  display: none;
}

/* line 537, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.price_rangs_aside .l_w_title h3 {
  line-height: 20px;
  margin-bottom: 0px;
}

/* line 544, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.irs-bar {
  height: 6px;
  top: 33px;
  border-top: 1px solid #ff3368;
  border-bottom: 1px solid #ff3368;
  background: #ff3368;
  background: linear-gradient(to top, #ff3368 0%, #ff3368 100%);
}

/* line 553, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.irs-line {
  height: 6px;
  top: 33px;
  background: #e8eff1;
  background: linear-gradient(to bottom, #e8eff1 -50%, #e8eff1 150%);
  border: 1px solid #e8eff1;
  border-radius: 16px;
  -moz-border-radius: 16px;
}

/* line 563, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.irs-slider {
  height: 15px;
  width: 15px;
  border: 1px solid #ff3368;
  background-color: #ff3368;
  background: linear-gradient(to bottom, #ff3368 0%, #ff3368 20%, #ff3368 100%);
  top: 28px;
  box-shadow: none;
}

@media (max-width: 991px) {
  /* line 572, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .product_bar_item {
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  /* line 578, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .product_top_bar {
    margin-top: 70px;
  }
  /* line 580, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .product_top_bar h2 {
    font-size: 25px;
  }
  /* line 584, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .product_bar_single {
    margin-left: 0;
    margin-right: 5px;
  }
  /* line 588, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .product_bar_single .nice-select {
    padding-left: 15px;
    padding-right: 35px;
  }
}

/* End Product Sidebar Area css
============================================================================================ */
/* Single Product Area css
============================================================================================ */
/* line 603, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_img .carousel {
  position: relative;
}

/* line 606, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_img .carousel .carousel-indicators {
  margin: 0px;
  right: 20px;
  width: auto;
  left: auto;
  bottom: 30px;
}

/* line 613, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_img .carousel .carousel-indicators li {
  height: 60px;
  width: 60px;
  background: transparent;
  text-indent: 0;
  margin-right: 10px;
  position: relative;
}

/* line 621, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_img .carousel .carousel-indicators li:after {
  display: none;
}

/* line 625, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_img .carousel .carousel-indicators li:before {
  content: "";
  background: rgba(197, 50, 45, 0.8);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 637, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_img .carousel .carousel-indicators li.active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  /* line 646, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .s_product_text {
    margin-top: 30px;
  }
}

/* line 660, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_text h5 {
  font-weight: 700;
  font-size: 15px;
  text-transform: capitalize;
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  /* line 660, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .s_product_text h5 {
    margin-bottom: 15px;
  }
}

/* line 678, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_text h5 span {
  margin: 0 10px;
}

/* line 683, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_text h3 {
  font-size: 24px;
  font-weight: 700;
  color: #415094;
  margin-bottom: 10px;
}

/* line 690, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_text h2 {
  font-size: 24px;
  font-weight: bold;
  color: #2577fd;
  margin-bottom: 15px;
}

/* line 698, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_text .list li {
  margin-bottom: 5px;
}

/* line 701, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_text .list li a {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: normal;
  color: #555555;
}

/* line 707, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_text .list li a span {
  width: 90px;
  display: inline-block;
}

/* line 711, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_text .list li a span:hover {
  color: #555;
}

/* line 716, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_text .list li a.active {
  color: #2577fd;
}

/* line 719, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_text .list li a.active span {
  color: #555;
}

/* line 725, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_text .list li:last-child {
  margin-bottom: 0px;
}

/* line 731, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_text p {
  padding-top: 20px;
  border-top: 1px dotted #d5d5d5;
  margin: 20px 0;
}

/* line 738, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_text .card_area .main_btn {
  line-height: 38px;
  padding: 0px 38px;
  text-transform: uppercase;
  margin-right: 10px;
}

/* line 745, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_text .card_area .icon_btn {
  margin-right: 10px;
  background: #f9f9ff;
  border-radius: 3px;
  color: #415094;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  padding: 0px 13px;
  font-size: 14px;
}

/* line 756, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_text .card_area .icon_btn:hover {
  background: #fff;
  box-shadow: -14.142px 14.142px 20px 0px rgba(0, 0, 0, 0.1);
}

/* line 765, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_area .product_count {
  display: inline-block;
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
}

/* line 771, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_area .product_count input {
  width: 76px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding-left: 10px;
}

/* line 778, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_area .product_count .input-number-increment {
  position: absolute;
  right: 0;
  top: -7px;
  padding: 10px;
  border-left: 1px solid #dddddd;
  display: inline-block;
}

/* line 786, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_area .product_count .input-number-increment:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
}

/* line 798, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_area .product_count .input-number-decrement {
  position: absolute;
  right: 0;
  bottom: -9px;
  padding: 10px;
  border-left: 1px solid #dddddd;
  display: inline-block;
}

@media (max-width: 576px) {
  /* line 808, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .cart_area .media {
    display: block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 813, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .cart_area .media {
    display: block;
  }
}

/* line 820, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_description_area {
  padding-bottom: 120px;
  margin-top: 60px;
}

@media (max-width: 991px) {
  /* line 820, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .product_description_area {
    margin-top: 0px;
    padding-bottom: 70px;
  }
}

/* line 830, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_description_area .nav.nav-tabs {
  display: block;
  border: none;
  padding: 10px 0px;
}

/* line 835, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_description_area .nav.nav-tabs li {
  display: inline-block;
  margin-right: 7px;
}

/* line 839, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_description_area .nav.nav-tabs li:last-child {
  margin-right: 0px;
}

/* line 843, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_description_area .nav.nav-tabs li a {
  padding: 0px;
  border: none;
  line-height: 38px;
  background: #fff;
  border: 1px solid #eeeeee;
  border-radius: 0px;
  padding: 0px 30px;
  color: #415094;
  font-size: 13px;
  font-weight: normal;
  border-radius: 50px;
}

@media (max-width: 991px) {
  /* line 843, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .product_description_area .nav.nav-tabs li a {
    padding: 0px 20px;
    margin-bottom: 10px;
  }
}

/* line 862, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_description_area .nav.nav-tabs li a.active {
  background: #2577fd;
  color: #fff;
  border-color: #2577fd;
}

/* line 871, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_description_area .tab-content {
  padding-top: 30px;
}

/* line 876, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_description_area .tab-content .total_rate .box_total {
  background: #f7f7f7;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #dddddd;
}

/* line 882, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_description_area .tab-content .total_rate .box_total h4 {
  color: #2577fd;
  font-size: 48px;
  font-weight: bold;
}

/* line 888, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_description_area .tab-content .total_rate .box_total h5 {
  color: #415094;
  margin-bottom: 0px;
  font-size: 24px;
}

/* line 894, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_description_area .tab-content .total_rate .box_total h6 {
  color: #415094;
  margin-bottom: 0px;
  font-size: 14px;
  color: #828bb2;
  font-weight: normal;
}

/* line 903, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_description_area .tab-content .total_rate .rating_list {
  margin-bottom: 30px;
}

/* line 906, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_description_area .tab-content .total_rate .rating_list h3 {
  font-size: 18px;
  color: #415094;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

/* line 916, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_description_area .tab-content .total_rate .rating_list .list li a {
  font-size: 14px;
  color: #828bb2;
}

/* line 920, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_description_area .tab-content .total_rate .rating_list .list li a i {
  color: #fbd600;
}

/* line 928, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_description_area .tab-content .total_rate .rating_list .list li:nth-child a i:last-child {
  color: #eeeeee;
}

/* line 939, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_description_area .tab-content .table {
  margin-bottom: 0px;
}

/* line 944, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_description_area .tab-content .table tbody tr td {
  padding-left: 65px;
  padding-right: 65px;
  padding-top: 14px;
  padding-bottom: 14px;
}

/* line 950, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_description_area .tab-content .table tbody tr td h5 {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: normal;
  color: #828bb2;
  margin-bottom: 0px;
  white-space: nowrap;
}

/* line 961, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.product_description_area .tab-content .table tbody tr:first-child td {
  border-top: 0px;
}

/* line 973, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.review_item {
  margin-bottom: 35px;
}

/* line 976, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.review_item:last-child {
  margin-bottom: 0px;
}

/* line 980, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.review_item p {
  color: #828bb2;
}

/* line 984, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.review_item .media {
  position: relative;
}

/* line 987, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.review_item .media .d-flex {
  padding-right: 15px;
}

/* line 991, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.review_item .media .media-body {
  vertical-align: middle;
  align-self: center;
}

/* line 995, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.review_item .media .media-body h4 {
  margin-bottom: 0px;
  font-size: 14px;
  color: #415094;
  font-family: 'Inter', sans-serif;
  margin-bottom: 8px;
}

/* line 1003, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.review_item .media .media-body i {
  color: #fbd600;
}

/* line 1007, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.review_item .media .media-body h5 {
  font-size: 13px;
  font-weight: normal;
  color: #828bb2;
}

/* line 1013, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.review_item .media .media-body .reply_btn {
  border: 1px solid #e0e0e0;
  padding: 0px 28px;
  display: inline-block;
  line-height: 32px;
  border-radius: 16px;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #415094;
  position: absolute;
  right: 0px;
  top: 14px;
}

/* line 1026, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.review_item .media .media-body .reply_btn:hover {
  background: #2577fd;
  border-color: #2577fd;
  color: #fff;
}

/* line 1035, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.review_item p {
  padding-top: 10px;
  margin-bottom: 0px;
}

/* line 1040, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.review_item.reply {
  padding-left: 28px;
}

/* line 1046, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.review_box h4 {
  font-size: 24px;
  color: #415094;
  margin-bottom: 20px;
  font-weight: 700;
}

/* line 1053, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.review_box p {
  margin-bottom: 0px;
  display: inline-block;
  font-weight: 500;
}

/* line 1059, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.review_box .list {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

/* line 1064, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.review_box .list li {
  display: inline-block;
}

/* line 1067, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.review_box .list li a {
  display: inline-block;
  color: #fbd600;
}

/* line 1074, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.review_box .form-control {
  height: 50px;
  border-radius: 0;
}

/* line 1078, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.review_box ::placeholder {
  font-size: 14px;
}

/* line 1081, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.review_box .btn_3 {
  padding: 13px 39px;
}

/* line 1084, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.review_box .contact_form {
  margin-top: 15px;
}

/* End Single Product Area css
============================================================================================ */
/* Cart Area css
============================================================================================ */
/* line 1100, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
/*.cart_inner .table {
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
*/
/* line 1106, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table thead tr th {
  border-top: 0px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  color: #828bb2;
  border-bottom: 0px !important;
  vertical-align: middle;
}

/* line 1119, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr td {
 /* padding-top: 30px;
  padding-bottom: 30px;*/
  vertical-align: middle;
  align-self: center;
}

/* line 1126, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr td .media .d-flex {
  padding-right: 30px;
}

/* line 1129, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr td .media .d-flex img {

  border-radius: 3px;
  max-width: 150px;
}

/* line 1136, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr td .media .media-body {
  vertical-align: middle;
  align-self: center;
}

/* line 1140, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr td .media .media-body p {
  margin-bottom: 0px;
}

/* line 1146, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr td h5 {
  font-size: 14px;
  color: #415094;
  font-family: 'Inter', sans-serif;
  margin-bottom: 0px;
}

/* line 1153, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr td .product_count {
  margin-bottom: 0px;
}

/* line 1156, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr td .product_count input {
  width: 100px;
  padding-left: 30px;
  height: 50px;
  outline: none;
  box-shadow: none;
}

/* line 1164, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr td .product_count .increase {
  top: -2px;
}

/* line 1167, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr td .product_count .increase:before {
  content: "";
  height: 40px;
  width: 1px;
  position: absolute;
  left: -3px;
  top: 0px;
  background: #eeeeee;
}

/* line 1177, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr td .product_count .increase:after {
  content: "";
  height: 1px;
  width: 30px;
  position: absolute;
  left: -3px;
  top: 22px;
  background: #eeeeee;
}

/* line 1188, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr td .product_count .reduced {
  bottom: -6px;
}

/* line 1195, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr.bottom_button .gray_btn {
  line-height: 38px;
  background: #f9f9ff;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 0px 40px;
  display: inline-block;
  color: #415094;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 1208, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr.bottom_button td:last-child {
  width: 60px;
}

/* line 1212, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr.bottom_button td .cupon_text {
  margin-left: -446px;
}

/* line 1215, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr.bottom_button td .cupon_text input {
  width: 200px;
  padding: 0px 15px;
  border-radius: 3px;
  border: 1px solid #eeeeee;
  height: 40px;
  font-size: 14px;
  color: #cccccc;
  font-family: 'Inter', sans-serif;
  font-weight: normal;
  margin-right: -3px;
  outline: none;
  box-shadow: none;
}

/* line 29, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_mixins.scss */
.cart_inner .table tbody tr.bottom_button td .cupon_text input.placeholder {
  font-size: 14px;
  color: #cccccc;
  font-family: 'Inter', sans-serif;
  font-weight: normal;
}

/* line 32, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_mixins.scss */
.cart_inner .table tbody tr.bottom_button td .cupon_text input:-moz-placeholder {
  font-size: 14px;
  color: #cccccc;
  font-family: 'Inter', sans-serif;
  font-weight: normal;
}

/* line 35, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_mixins.scss */
.cart_inner .table tbody tr.bottom_button td .cupon_text input::-moz-placeholder {
  font-size: 14px;
  color: #cccccc;
  font-family: 'Inter', sans-serif;
  font-weight: normal;
}

/* line 38, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_mixins.scss */
.cart_inner .table tbody tr.bottom_button td .cupon_text input::-webkit-input-placeholder {
  font-size: 14px;
  color: #cccccc;
  font-family: 'Inter', sans-serif;
  font-weight: normal;
}

/* line 1237, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr.bottom_button td .cupon_text .main_btn {
  height: 40px;
  line-height: 38px;
  text-transform: uppercase;
  padding: 0px 38px;
  margin-right: -3px;
}

/* line 1245, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr.bottom_button td .cupon_text .gray_btn {
  padding: 0px 40px;
}

/* line 1254, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr.shipping_area td:nth-child(3) {
  vertical-align: top;
}

/* line 1259, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr.shipping_area .shipping_box {
  margin-left: -250px;
  text-align: right;
}

/* line 1264, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr.shipping_area .shipping_box .list li {
  margin-bottom: 12px;
  color: #828bb2;
}

/* line 1267, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr.shipping_area .shipping_box .list li input {
  margin-left: 10px;
}

/* line 1270, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr.shipping_area .shipping_box .list li:last-child {
  margin-bottom: 0px;
}

/* line 1274, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr.shipping_area .shipping_box .list li a {
  padding-right: 30px;
  font-size: 14px;
  color: #828bb2;
  position: relative;
}

/* line 1280, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr.shipping_area .shipping_box .list li a:before {
  content: "";
  height: 16px;
  width: 16px;
  border: 1px solid #cdcdcd;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1293, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr.shipping_area .shipping_box .list li a:after {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #2577fd;
  display: inline-block;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
}

/* line 1310, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr.shipping_area .shipping_box .list li.active a:after {
  opacity: 1;
}

/* line 1318, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr.shipping_area .shipping_box h6 {
  font-size: 14px;
  font-weight: normal;
  color: #415094;
  font-family: 'Inter', sans-serif;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 1326, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr.shipping_area .shipping_box h6 i {
  color: #828bb2;
  padding-left: 5px;
}

/* line 1332, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select {
  display: block;
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  height: 40px;
  margin-bottom: 20px;
}

/* line 1341, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list {
  width: 100%;
  border-radius: 0px;
}

/* line 1345, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list li {
  font-size: 14px;
  font-weight: normal;
  color: #828bb2;
}

/* line 1356, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr.out_button_area .checkout_btn_inner {
  margin-left: -388px;
}

/* line 1359, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_inner .table tbody tr.out_button_area .checkout_btn_inner .main_btn {
  height: 40px;
  padding: 0px 30px;
  line-height: 38px;
  text-transform: uppercase;
}

/* line 1372, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.gray_btn {
  line-height: 38px;
  background: #f9f9ff;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 0px 40px;
  display: inline-block;
  color: #415094;
  text-transform: uppercase;
  font-weight: 500;
}

/* End Cart Area css
============================================================================================ */
/* End Cart Area css
============================================================================================ */
/* line 1391, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.checkout_area p {
  font-size: 14px;
}

/* line 1395, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.checkout_area .form-control {
  font-size: 14px;
  height: 40px;
}

/* line 1400, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.checkout_area .form-control {
  border: 1px solid #eee;
}

/* line 1403, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.checkout_area .form-control :focus {
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  outline: 0;
  box-shadow: none;
}

/* line 1412, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.checkout_area .form-control .form-control input {
  height: 50px;
}

/* line 1420, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.post_code {
  display: block;
  width: 100%;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  height: 40px;
  margin-bottom: 20px;
  padding: 8px 15px;
}

/* line 1430, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.check_title h2 {
  font-size: 14px;
  font-weight: normal;
  font-family: 'Inter', sans-serif;
  background: #f7f7f7;
  line-height: 40px;
  padding-left: 30px;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  /* line 1430, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .check_title h2 {
    line-height: 17px;
    padding: 12px;
  }
}

/* line 1443, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.check_title h2 a {
  color: #2577fd;
  text-decoration: underline;
}

/* line 1451, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.returning_customer p {
  margin-top: 15px;
  padding-left: 30px;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  /* line 1451, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .returning_customer p {
    padding-left: 0;
  }
}

/* line 1461, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.returning_customer .contact_form {
  max-width: 710px;
  margin-left: 15px;
}

@media (max-width: 991px) {
  /* line 1461, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .returning_customer .contact_form {
    margin-left: -15px;
  }
}

/* line 1467, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.returning_customer .contact_form .form-group {
  margin-bottom: 20px;
}

/* line 1470, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.returning_customer .contact_form .form-group input {
  border: 1px solid #eeeeee;
  height: 40px;
  border-radius: 3px;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #828bb2;
  font-weight: normal;
}

/* line 29, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_mixins.scss */
.returning_customer .contact_form .form-group input.placeholder {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #828bb2;
  font-weight: normal;
}

/* line 32, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_mixins.scss */
.returning_customer .contact_form .form-group input:-moz-placeholder {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #828bb2;
  font-weight: normal;
}

/* line 35, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_mixins.scss */
.returning_customer .contact_form .form-group input::-moz-placeholder {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #828bb2;
  font-weight: normal;
}

/* line 38, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_mixins.scss */
.returning_customer .contact_form .form-group input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #828bb2;
  font-weight: normal;
}

/* line 1487, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.returning_customer .contact_form .form-group .submit_btn {
  margin-top: 0px;
}

/* line 1491, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.returning_customer .contact_form .form-group .creat_account {
  display: inline-block;
  margin-left: 15px;
}

/* line 1495, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.returning_customer .contact_form .form-group .creat_account input {
  height: auto;
  margin-right: 10px;
}

/* line 1501, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.returning_customer .contact_form .form-group .lost_pass {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #828bb2;
  font-weight: normal;
}

/* line 1513, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.p_star {
  display: inline-block;
  position: relative;
}

/* line 1518, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.p_star input {
  background: #fff;
}

/* line 1525, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.p_star input:focus + .placeholder {
  display: none;
}

/* line 1529, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.p_star .placeholder {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  z-index: 1;
}

/* line 1537, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.p_star .placeholder::before {
  content: attr(data-placeholder);
  color: #777;
}

/* line 1542, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.p_star .placeholder::after {
  content: " *";
  color: tomato;
}

/* line 1547, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cupon_area {
  margin-bottom: 40px;
}

/* line 1550, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cupon_area input {
  margin-left: 30px;
  max-width: 730px;
  width: 100%;
  display: block;
  height: 40px;
  border-radius: 3px;
  padding: 0px 15px;
  border: 1px solid #eeeeee;
  outline: none;
  box-shadow: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  /* line 1550, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .cupon_area input {
    margin-left: 0;
  }
}

/* line 1569, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cupon_area .tp_btn {
  margin-left: 30px;
}

@media (max-width: 991px) {
  /* line 1569, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .cupon_area .tp_btn {
    margin-left: 0;
  }
}

/* line 1577, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.tp_btn {
  border: 1px solid #eeeeee;
  display: inline-block;
  line-height: 38px;
  padding: 0px 40px;
  color: #415094;
  text-transform: capitalize;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  border-radius: 50px;
}

/* line 1588, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.tp_btn:hover {
  background: #2577fd;
  color: #fff;
  border-color: #2577fd;
}

/* line 1596, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.billing_details h3 {
  font-size: 18px;
  color: #415094;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

/* line 1604, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.billing_details .contact_form .form-group {
  margin-bottom: 20px;
}

/* line 1607, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.billing_details .contact_form .form-group input {
  border-radius: 3px;
  color: #828bb2;
}

/* line 29, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_mixins.scss */
.billing_details .contact_form .form-group input.placeholder {
  color: #828bb2;
}

/* line 32, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_mixins.scss */
.billing_details .contact_form .form-group input:-moz-placeholder {
  color: #828bb2;
}

/* line 35, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_mixins.scss */
.billing_details .contact_form .form-group input::-moz-placeholder {
  color: #828bb2;
}

/* line 38, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_mixins.scss */
.billing_details .contact_form .form-group input::-webkit-input-placeholder {
  color: #828bb2;
}

/* line 1616, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.billing_details .contact_form .form-group textarea {
  height: 150px;
  border-radius: 3px;
  margin-top: 15px;
}

/* line 1622, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.billing_details .contact_form .form-group .country_select {
  width: 100%;
}

/* line 1625, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.billing_details .contact_form .form-group .country_select span {
  color: #828bb2;
}

/* line 1629, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.billing_details .contact_form .form-group .country_select .list {
  width: 100%;
  border-radius: 0px;
}

/* line 1633, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.billing_details .contact_form .form-group .country_select .list li {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  font-weight: normal;
}

/* line 1642, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.billing_details .contact_form .form-group .creat_account #f-option2 {
  margin-right: 5px;
}

/* line 1646, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.billing_details .contact_form .form-group .creat_account #f-option3 {
  margin-right: 5px;
}

/* line 1650, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.billing_details .contact_form .form-group .creat_account a {
  color: #2577fd;
}

/* line 1658, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.order_box {
  background: #f7f7f7;
  padding: 30px;
}

/* line 1662, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.order_box h2 {
  border-bottom: 1px solid #dddddd;
  font-size: 18px;
  font-weight: 500;
  color: #415094;
  padding-bottom: 15px;
}

/* line 1672, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.order_box .list li a {
  font-size: 14px;
  color: #828bb2;
  font-weight: normal;
  border-bottom: 1px solid #eeeeee;
  display: block;
  line-height: 42px;
}

/* line 1680, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.order_box .list li a span {
  float: right;
}

/* line 1684, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.order_box .list li a .middle {
  float: none;
  width: 50px;
  text-align: right;
  display: inline-block;
  margin-left: 30px;
  color: #415094;
}

/* line 1696, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.order_box .list li:nth-child(4) a .middle {
  margin-left: 48px;
}

/* line 1706, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.order_box .list_2 li a {
  text-transform: uppercase;
  color: #415094;
  font-weight: 500;
}

/* line 1711, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.order_box .list_2 li a span {
  color: #828bb2;
  text-transform: capitalize;
}

/* line 1719, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.order_box .list_2 li:last-child a span {
  color: #415094;
}

/* line 1728, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.order_box .payment_item h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #415094;
  font-weight: 500;
  padding-left: 22px;
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
}

/* line 1738, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.order_box .payment_item h4:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #cdcdcd;
  background: #fff;
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1752, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.order_box .payment_item h4:after {
  content: "";
  height: 4px;
  width: 4px;
  background: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 5px;
  top: 8px;
}

/* line 1764, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.order_box .payment_item h4 img {
  padding-left: 60px;
}

/* line 1769, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.order_box .payment_item p {
  background: #fff;
  padding: 20px;
}

/* line 1776, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.order_box .payment_item.active h4:before {
  background: #2577fd;
  border-color: #2577fd;
}

/* line 1784, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.order_box .creat_account {
  margin: 15px 0;
}

/* line 1787, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.order_box .creat_account label {
  padding-left: 10px;
  font-size: 12px;
  color: #415094;
}

/* line 1793, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.order_box .creat_account a {
  color: #2577fd;
}

/* line 1798, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.order_box .btn_3 {
  display: block;
  line-height: 38px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 991px) {
  /* line 1798, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .order_box .btn_3 {
    padding: 9px 34px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 1798, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .order_box .btn_3 {
    padding: 9px 34px;
  }
}

/* End Cart Area css
============================================================================================ */
/* Tracking Form Area css
============================================================================================ */
/* line 1820, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.tracking_box_area .tracking_box_inner p {
  max-width: 870px;
  color: #415094;
  margin-bottom: 25px;
}

/* line 1826, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.tracking_box_area .tracking_box_inner .tracking_form {
  max-width: 645px;
}

/* line 1829, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.tracking_box_area .tracking_box_inner .tracking_form .form-group {
  margin-bottom: 30px;
}

/* line 1831, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.tracking_box_area .tracking_box_inner .tracking_form .form-group input {
  height: 40px;
  border: 1px solid #eee;
  padding: 0px 15px;
  outline: none;
  box-shadow: none;
  border-radius: 0px;
  font-size: 14px;
  color: #828bb2;
  font-family: 'Inter', sans-serif;
  font-weight: normal;
}

/* line 29, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_mixins.scss */
.tracking_box_area .tracking_box_inner .tracking_form .form-group input.placeholder {
  font-size: 14px;
  color: #828bb2;
  font-family: 'Inter', sans-serif;
  font-weight: normal;
}

/* line 32, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_mixins.scss */
.tracking_box_area .tracking_box_inner .tracking_form .form-group input:-moz-placeholder {
  font-size: 14px;
  color: #828bb2;
  font-family: 'Inter', sans-serif;
  font-weight: normal;
}

/* line 35, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_mixins.scss */
.tracking_box_area .tracking_box_inner .tracking_form .form-group input::-moz-placeholder {
  font-size: 14px;
  color: #828bb2;
  font-family: 'Inter', sans-serif;
  font-weight: normal;
}

/* line 38, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_mixins.scss */
.tracking_box_area .tracking_box_inner .tracking_form .form-group input::-webkit-input-placeholder {
  font-size: 14px;
  color: #828bb2;
  font-family: 'Inter', sans-serif;
  font-weight: normal;
}

/* line 1851, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.tracking_box_area .tracking_box_inner .tracking_form .form-group:last-child {
  margin-bottom: 0px;
}

/* line 1855, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.tracking_box_area .tracking_box_inner .tracking_form .form-group .btn_3 {
  box-shadow: -1.717px 8.835px 29.76px 2.24px rgba(255, 51, 104, 0.18);
}

/* End Tracking Form Area css
============================================================================================ */
/* line 1866, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.radion_btn input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

/* line 1871, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.radion_btn {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
}

/* line 1876, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.radion_btn img {
  position: absolute;
  right: 40px;
  top: 0px;
}

/* line 1883, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.radion_btn label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 0px 25px 21px 25px;
  height: 14px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: #415094;
  font-size: 13px;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

/* line 1901, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.radion_btn .check {
  display: block;
  position: absolute;
  border: 1px solid #cdcdcd;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  top: 5px;
  left: 0px;
  background: #fff;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

/* line 1916, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.radion_btn .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 4px;
  width: 4px;
  top: 4px;
  left: 4px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

/* line 1930, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.radion_btn input[type="radio"]:checked ~ .check {
  border: 1px solid #2577fd;
  background: #2577fd;
}

/* line 1935, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.radion_btn input[type="radio"]:checked ~ .check::before {
  background: #fff;
}

/* line 1939, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.radion_btn input[type="radio"]:checked ~ label {
  color: #000;
}

/* line 1943, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
/*.login_part .login_part_text, .login_part .login_part_form {
  padding: 80px 70px;
  height: 600px;
  display: table;
}*/

@media (max-width: 991px) {
  /* line 1943, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .login_part .login_part_text, .login_part .login_part_form {
    /*padding: 30px;*/
    height: 100%;
  }
   .inputtext {
    
    border-radius: 4px;
    height: 42px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 1943, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .login_part .login_part_text, .login_part .login_part_form {
    padding: 20px;
    height:100%;
  }
  .inputtext {
    
    border-radius: 4px;
    height: 42px;
}
}

/* line 1955, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */


@media (max-width: 991px) {
  /* line 1988, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .login_part .login_part_form {
    padding: 0;
  }


}

/* line 1992, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */

@media (max-width: 991px) {
  /* line 1992, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .login_part .login_part_form h3 {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 1992, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .login_part .login_part_form h3 {
    margin-bottom: 20px;
  }
}

/* line 2004, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */

/* line 2008, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */


/* line 2014, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.login_part .creat_account {
  margin-top: 11px;
}

/* line 2016, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.login_part .creat_account label {
  color: #777777;
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 10px;
}

/* line 2024, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.login_part .form-group .btn_3 {
  display: block;
  width: 100%;  
}

/* line 2030, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */

/* line 2038, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
  padding: 5px;
}

/* line 2045, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_text .card_area {
  padding: 20px 0;
}

/* line 2048, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_text .card_area .product_count input {
  border: 0px solid transparent;
  text-align: center;
}

/* line 2054, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_text .product_count {
  border: 1px solid #ddd;
  border-radius: 50px;
  display: flex;
  align-items: center;
  padding: 12px 15px;
}

/* line 2062, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_text .product_count .input-number {
  display: inline-block;
  width: 60px;
}

@media (max-width: 576px) {
  /* line 2062, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .s_product_text .product_count .input-number {
    width: 30px;
  }
}

/* line 2079, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_text .Wishlist {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1920px;
  height: 3162px;
  z-index: 365;
}

/* line 2087, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_text .add_to_cart {
  margin: 25px 0;
}

/* line 2091, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_text .like_us {
  border-radius: 50%;
  background-color: white;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: "Yellowtail", cursive;
  text-align: center;
  display: inline-block;
  margin-left: 20px;
  box-shadow: -14.142px 14.142px 20px 0px rgba(0, 0, 0, 0.1);
}

/* line 2102, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_text .like_us:hover {
  background-color: #2577fd;
  color: #fff;
}

/* line 2107, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_text .btn_3 {
  padding: 13px 36px;
}

/* line 2109, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.s_product_text .btn_3:hover {
  color: #2577fd;
  background-color: #fff;
  box-shadow: -14.142px 14.142px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #fff;
}

@media (max-width: 576px) {
  /* line 2107, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
  .s_product_text .btn_3 {
    padding: 13px 20px;
  }
}

/* line 2130, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.lslide {
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
}

/* line 2135, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.lSPager .lSGallery {
  margin-top: 20px;
}

/* line 2139, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.card_area .social_icon {
  margin-top: 40px;
}

/* line 2141, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.card_area .social_icon a {
  display: inline-block;
  border-radius: 50%;
  background-color: #3b5998;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  margin-right: 15px;
}

/* line 2151, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.card_area .social_icon a:hover {
  background-color: #2577fd;
}

/* line 2156, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.card_area .social_icon .tw {
  background-color: #55acee;
}

/* line 2159, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.card_area .social_icon .li {
  background-color: #0077b5;
}

/* line 2165, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_area .btn_1 {
  border: 1px solid transparent;
}

/* line 2168, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_product.scss */
.cart_area .btn_1:hover {
  border: 1px solid #2577fd !important;
}

/************ new arrival css here ****************/
/* line 2, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
.arrival_tittle, .arrival_filter_item {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  /* line 2, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
  .arrival_tittle, .arrival_filter_item {
    margin-bottom: 30px;
  }
}

/* line 7, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
.arrival_tittle h2, .arrival_filter_item h2 {
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  /* line 7, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
  .arrival_tittle h2, .arrival_filter_item h2 {
    font-size: 30px;
  }
}

/* line 15, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
.arrival_tittle ul li, .arrival_filter_item ul li {
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  font-family: 'Inter', sans-serif;
  margin-left: 35px;
  display: inline-block;
  cursor: pointer;
}

@media (max-width: 991px) {
  /* line 15, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
  .arrival_tittle ul li, .arrival_filter_item ul li {
    margin-left: 0;
    margin-right: 30px;
  }
}

/* line 30, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
.new_arrival .col-lg-12 {
  padding-right: 0 !important;
  padding-left: 0 !important;
  overflow: hidden;
}

@media (max-width: 991px) {
  /* line 30, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
  .new_arrival .col-lg-12 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

/* line 39, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
.new_arrival .new_arrival_iner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 43, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
.new_arrival .new_arrival_iner .weidth_1 {
  flex: 39% 0 0;
  max-width: 39%;
}

@media (max-width: 576px) {
  /* line 43, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
  .new_arrival .new_arrival_iner .weidth_1 {
    flex: 100% 0 0;
    max-width: 100%;
  }
}

/* line 51, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
.new_arrival .new_arrival_iner .weidth_2 {
  flex: 28% 0 0;
  max-width: 28%;
}

@media (max-width: 576px) {
  /* line 51, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
  .new_arrival .new_arrival_iner .weidth_2 {
    flex: 100% 0 0;
    max-width: 100%;
  }
}

/* line 59, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
.new_arrival .new_arrival_iner .weidth_3 {
  flex: 29.25% 0 0;
  max-width: 29.25%;
}

@media (max-width: 576px) {
  /* line 59, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
  .new_arrival .new_arrival_iner .weidth_3 {
    flex: 100% 0 0;
    max-width: 100%;
  }
}

/* line 68, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
.new_arrival .single_arrivel_item {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 991px) {
  /* line 68, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
  .new_arrival .single_arrivel_item {
    margin-bottom: 15px;
  }
}

/* line 77, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
.new_arrival .single_arrivel_item:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2577fd;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
}

/* line 89, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
.new_arrival .single_arrivel_item img {
  width: 100%;
  max-height: 550px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 94, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
.new_arrival .single_arrivel_item .hover_text {
  position: absolute;
  top: 28%;
  z-index: 2;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}

/* line 105, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
.new_arrival .single_arrivel_item .hover_text p {
  font-size: 16px;
  color: #fff;
  letter-spacing: 2;
}

/* line 110, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
.new_arrival .single_arrivel_item .hover_text h3 {
  font-size: 30px;
  color: #fff;
  margin: 2px 0 14px;
}

@media (max-width: 991px) {
  /* line 110, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
  .new_arrival .single_arrivel_item .hover_text h3 {
    font-size: 20px;
    margin: 2px 0 8px;
  }
}

/* line 120, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
.new_arrival .single_arrivel_item .hover_text .rate_icon i {
  color: #ffe400 !important;
}

/* line 125, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
.new_arrival .single_arrivel_item .hover_text h5 {
  font-size: 24px;
  color: #fff;
  margin: 18px 0 26px;
}

@media (max-width: 991px) {
  /* line 125, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
  .new_arrival .single_arrivel_item .hover_text h5 {
    font-size: 20px;
    margin: 2px 0 8px;
  }
}

/* line 135, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
.new_arrival .single_arrivel_item .hover_text .social_icon a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 7px;
}

/* line 144, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
.new_arrival .single_arrivel_item .hover_text .social_icon a:hover {
  background-color: #2577fd;
  color: #fff;
}

/* line 152, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
.new_arrival .single_arrivel_item:hover:after {
  opacity: .7;
  visibility: visible;
}

/* line 156, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
.new_arrival .single_arrivel_item:hover .hover_text {
  top: 31%;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  /* line 156, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
  .new_arrival .single_arrivel_item:hover .hover_text {
    top: 20%;
  }
}

/* line 164, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
.new_arrival .single_arrivel_item:hover img {
  transform: scale(1.1);
}

/* line 169, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
.new_arrival .active {
  position: relative;
  z-index: 1;
  color: #2577fd;
}

/* line 173, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_new_arrival.scss */
.new_arrival .active:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #2577fd;
}

/************ shipping details css here **************/
/* line 2, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_shipping_details.scss */
.shipping_details {
  background-color: #fff;
}

@media (max-width: 991px) {
  /* line 4, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_shipping_details.scss */
  .shipping_details .single_shopping_details {
    margin-bottom: 30px;
  }
}

/* line 8, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_shipping_details.scss */
.shipping_details .single_shopping_details i, .shipping_details .single_shopping_details span {
  font-size: 45px;
}

/* line 11, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_shipping_details.scss */
.shipping_details .single_shopping_details img {
  max-width: 48px;
}

/* line 14, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_shipping_details.scss */
.shipping_details .single_shopping_details h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 34px 0 10px;
}

@media (max-width: 991px) {
  /* line 14, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_shipping_details.scss */
  .shipping_details .single_shopping_details h4 {
    margin: 15px 0 5px;
  }
}

/************* instagram photo css *************/
/* line 2, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_instagram_photo.scss */
.instagram_photo {
  background-color: #fff;
}

/* line 4, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_instagram_photo.scss */
.instagram_photo .col-lg-12 {
  padding: 0;
}

/* line 7, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_instagram_photo.scss */
.instagram_photo .instagram_photo_iner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 576px) {
  /* line 7, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_instagram_photo.scss */
  .instagram_photo .instagram_photo_iner {
    justify-content: space-around;
  }
}

/* line 14, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_instagram_photo.scss */
.instagram_photo .instagram_photo_iner .single_instgram_photo {
  flex: 19.5% 0 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 576px) {
  /* line 14, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_instagram_photo.scss */
  .instagram_photo .instagram_photo_iner .single_instgram_photo {
    flex: 33% 0 0;
    margin-bottom: 15px;
  }
}

/* line 22, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_instagram_photo.scss */
.instagram_photo .instagram_photo_iner .single_instgram_photo:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #2577fd;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 37, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_instagram_photo.scss */
.instagram_photo .instagram_photo_iner .single_instgram_photo i {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 45%;
  color: #fff;
  font-size: 30px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 52, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_instagram_photo.scss */
.instagram_photo .instagram_photo_iner .single_instgram_photo:hover:after {
  visibility: visible;
  opacity: .7;
}

/* line 56, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_instagram_photo.scss */
.instagram_photo .instagram_photo_iner .single_instgram_photo:hover i {
  top: 48%;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991px) {
  /* line 56, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_instagram_photo.scss */
  .instagram_photo .instagram_photo_iner .single_instgram_photo:hover i {
    top: 40%;
  }
}

/************** confirmation part css **********************/
/* line 3, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_confirmation_part.scss */
.confirmation_part .confirmation_tittle {
  text-align: center;
  margin-bottom: 35px;
}

/* line 6, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_confirmation_part.scss */
.confirmation_part .confirmation_tittle span {
  color: #2577fd;
}

/* line 11, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_confirmation_part.scss */
.confirmation_part .single_confirmation_details {
  background-color: #f7f7f7;
  padding: 35px 40px;
}

@media (max-width: 991px) {
  /* line 11, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_confirmation_part.scss */
  .confirmation_part .single_confirmation_details {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 11, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_confirmation_part.scss */
  .confirmation_part .single_confirmation_details {
    margin-bottom: 30px;
  }
}

/* line 20, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_confirmation_part.scss */
.confirmation_part .single_confirmation_details h4 {
  font-size: 18px;
  font-weight: 500;
  color: "Poppins", sans-serif;
  text-transform: capitalize;
  margin-bottom: 16px;
}

/* line 28, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_confirmation_part.scss */
.confirmation_part .single_confirmation_details ul li {
  position: relative;
  text-transform: capitalize;
  padding-left: 55%;
  margin-bottom: 3px;
}

/* line 34, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_confirmation_part.scss */
.confirmation_part .single_confirmation_details ul li p {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 21px;
  color: #777777;
}

/* line 41, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_confirmation_part.scss */
.confirmation_part .single_confirmation_details ul li span {
  color: "Poppins", sans-serif;
}

/* line 47, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_confirmation_part.scss */
.confirmation_part .order_details_iner {
  margin-top: 50px;
  background-color: #f7f7f7;
  padding: 30px 30px 15px;
  text-transform: capitalize;
}

/* line 52, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_confirmation_part.scss */
.confirmation_part .order_details_iner h3 {
  font-size: 18px;
}

/* line 55, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_confirmation_part.scss */
.confirmation_part .order_details_iner .table thead th {
  color: "Poppins", sans-serif;
  font-size: 16px;
}

/* line 59, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_confirmation_part.scss */
.confirmation_part .order_details_iner span {
  color: #777777;
}

/* line 62, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_confirmation_part.scss */
.confirmation_part .order_details_iner thead {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

/* line 66, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_confirmation_part.scss */
.confirmation_part .order_details_iner tfoot {
  border-top: 1px solid #dddddd;
}

/* line 69, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_confirmation_part.scss */
.confirmation_part .order_details_iner th {
  font-weight: 500;
}

/**************** blog part css start ****************/
@media (max-width: 576px) {
  /* line 2, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
  .blog_part {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 2, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
  .blog_part {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
  .blog_part {
    padding-bottom: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
  .blog_part {
    padding-bottom: 50px;
  }
}

/* line 15, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
.blog_part .card {
  border: 0px solid transparent;
}

/* line 18, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
.blog_part .blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
  font-style: inherit !important;
}

@media (max-width: 576px) {
  /* line 23, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
  .blog_part .single-home-blog {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 23, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
  .blog_part .single-home-blog {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 23, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
  .blog_part .single-home-blog {
    margin-bottom: 20px;
  }
}

/* line 36, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
.blog_part .single-home-blog .card-img-top {
  border-radius: 0px;
}

/* line 39, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
.blog_part .single-home-blog .card {
  border-radius: 0px;
  background-color: transparent;
  position: relative;
}

/* line 44, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
.blog_part .single-home-blog .card .card-body {
  padding: 35px 30px 23px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #fdcb9e;
}

/* line 49, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
.blog_part .single-home-blog .card .card-body:hover {
  box-shadow: 0px 10px 30px 0px rgba(12, 46, 96, 0.1);
  border: 1px solid transparent;
}

@media (max-width: 576px) {
  /* line 44, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
  .blog_part .single-home-blog .card .card-body {
    padding: 15px 10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 44, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
  .blog_part .single-home-blog .card .card-body {
    padding: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 44, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
  .blog_part .single-home-blog .card .card-body {
    padding: 20px;
  }
}

/* line 66, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
.blog_part .single-home-blog .card .card-body .btn_4 {
  margin-bottom: 20px;
}

/* line 70, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
.blog_part .single-home-blog .card .card-body a {
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

/* line 76, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
.blog_part .single-home-blog .card .dot {
  position: relative;
  padding-left: 20px;
}

/* line 79, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
.blog_part .single-home-blog .card .dot:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 5px;
  left: 0;
  background-color: #2577fd;
  border-radius: 50%;
}

/* line 90, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
.blog_part .single-home-blog .card span {
  color: #8a8a8a;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 10px;
}

@media (max-width: 576px) {
  /* line 90, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 90, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 90, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 90, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }

.activities .owl-nav button.owl-next, 
.community .owl-nav button.owl-next,
.activities .owl-nav button.owl-prev, 
.community .owl-nav button.owl-prev {
     top: -8%;
  }


  .profile-thumb-middle {
    width: 37px;
    height: 37px;
  }
.author {
    font-size: 11px;}
}

/* line 112, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
.blog_part .single-home-blog .card h5 {
  font-weight: 600;
  line-height: 1.5;
  font-size: 19px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  text-transform: capitalize;
}

@media (max-width: 576px) {
  /* line 112, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 5px;
    font-size: 17px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 112, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 112, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 112, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

/* line 133, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
.blog_part .single-home-blog .card h5:hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  color: #2577fd;
}

/* line 139, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
.blog_part .single-home-blog .card ul {
  border-top: 1px solid #fdcb9e;
  padding-top: 20px;
  margin-top: 24px;
}

/* line 143, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
.blog_part .single-home-blog .card ul li {
  display: inline-block;
  color: #8a8a8a;
  margin-right: 39px;
}

@media (max-width: 576px) {
  /* line 143, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 143, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 143, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 143, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

/* line 159, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_blog_part.scss */
.blog_part .single-home-blog .card ul li span {
  margin-right: 10px;
}

/************ about_us css start ***************/
/* line 3, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_about_us.scss */
.about_us .about_us_video {
  position: relative;
}

/* line 7, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_about_us.scss */
.about_us .about_us_content h5 {
  font-size: 20px;
  color: #2577fd;
  font-weight: 400;
}

@media (max-width: 576px) {
  /* line 7, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_about_us.scss */
  .about_us .about_us_content h5 {
    font-size: 18px;
  }
}

/* line 15, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_about_us.scss */
.about_us .about_us_content h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #191d34;
  margin: 5px 0 60px;
  font-weight: 400;
}

@media (max-width: 991px) {
  /* line 15, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_about_us.scss */
  .about_us .about_us_content h3 {
    margin: 5px 0 30px;
    font-size: 20px;
  }
}

/* line 27, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_about_us.scss */
.about_us .about_video_icon {
  height: 84px;
  width: 84px;
  line-height: 84px;
  border-radius: 50%;
  background-color: #795376;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 41%;
}

@media (max-width: 576px) {
  /* line 27, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_about_us.scss */
  .about_us .about_video_icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}

/* line 44, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_about_us.scss */
.about_us .about_video_icon:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 18px;
  background-color: #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 41%;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

@media (max-width: 576px) {
  /* line 44, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_about_us.scss */
  .about_us .about_video_icon:after {
    top: 32%;
  }
}

/************ about_us css end ***************/
/* line 2, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_breadcrumb.scss */
.breadcrumb_part {
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #B08EAD;
}

/* line 8, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_breadcrumb.scss */
.breadcrumb_part .breadcrumb_iner {
  text-align: center;
}

/* line 10, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_breadcrumb.scss */
.breadcrumb_part .breadcrumb_iner h2 {
  font-size: 50px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}








@media (min-width: 992px) and (max-width: 1200px) {
.catagory-list-type li a{
  font-size: 9px;
}
.slider-area .hero__caption h1{
  font-size: 45px;
}
.card-box a img {
    width: 10% !important;
}
/*.card-box {
    left: 28%;
}*/
}





@media (max-width: 991px) {
  /* line 10, 250 eCommerce_HTML/250 eCommerce_HTML/250 eCommerce_HTML/assets/scss/_breadcrumb.scss */
  .breadcrumb_part .breadcrumb_iner h2 {
    font-size: 30px;
  }
}


/*# sourceMappingURL=style.css.map */