@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&family=Montserrat:wght@300;400;500;600;700&display=swap');

* {
  padding: 0;
  margin: 0;
}

body,
html {
  height: 100%;
  width: 100%;
  font-size: 1.4rem;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
}

a {
  transition: all 0.35s;
  list-style: none;
  font-size: 14px;
  outline: none !important;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: #22254b;
}

ul {
  list-style: none;
}

p {
  font-weight: 400;
  margin-bottom: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 28px;
}

button:focus {
  outline: 0;
  outline: inherit !important;
}

label {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 12px 0;
  position: relative;
  letter-spacing: 0.8px;
  color: #060E07;
  font-family: 'Montserrat', sans-serif;
}

:focus {
  outline: 0;
  box-shadow: none;
}

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

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #e58c63;
  outline: none;
  opacity: 0.5;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.tooltip-inner {
  font-size: 12px;
  font-weight: 300;
}

.py-30 {
  padding: 30px 0;
}

.py-50 {
  padding: 50px 0;
}

.my-30 {
  margin: 30px 0;
}
.form-control:focus{
  box-shadow: none;
}
/*-----------------header------------------*/

.alert {
    font-size: 14px;
    padding: 12px;
    border-radius: 4px;
    margin: 10px;
}
.upper_header{
  background: #e58c63;
  padding: 0 60px;
}
.upper_header ul{
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 0;
  padding: 0;
}
.upper_header ul li{
  margin: 0 5px;
  position: relative;
}
.upper_header ul li::before {
  content: '';
  width: 1px;
  height: 25px;
  background: #cda28e;
  position: absolute;
  right: -6px;
  top: 6px;
}
.upper_header ul li:last-child:before{
  display: none;
}
.upper_header ul li a{
  display: block;
  color: #fff;
  padding: 8px 5px;
  font-size: 13px;
  font-weight: 500;
}
.upper_header p{
  margin-bottom: 0;
  color: #fff;
  font-size: 13px;
  line-height: 1;
}
.upper_header p a{
  margin-right: 5px;
  color: #fff;
  font-weight: 500;
}
.upper_header .form-select{
  padding: 5px 35px 5px 10px;
  font-size: 13px;
  font-weight: 500;
  background-color: transparent;
  border: 0;
}

.upper_header .form-select:focus{
  box-shadow: none;
  border: 0;
}
.upper_header2{
  background: #fff;
}
.upper_header2 ul li a, .upper_header2 p{
  color: #d28b6d;
}
.upper_header2 p a{
  color: #fff;
}
header{
  height: auto;
  padding: 0; 
  position: relative;
  background: #fff;
  padding: 0;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 999;
  /* box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px; */
}
/* header.header {
  position: relative;
} */
.nav-item{
  line-height: 1;
}
.nav-link{
  font-size: 14px;
  font-weight: 600;
  color: #060E07;
  background-image: linear-gradient(to right, #e58c63, #e58c63 50%, #060E07 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 23px 0;
  margin: 0 10px;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  line-height: 1;
}
.nav-link::before{
  content: "";
  background: #e58c63;
  display: block;
  position: absolute;
  bottom: 17px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
}
.account_menu{
  display: flex;
  margin-bottom: 0;
}
.account_menu li a{
  font-size: 18px;
  display:block;
  align-items: center;
  margin: 0;
  padding: 10px;
  color: #000;
}
.account_menu .nav-link img {
  max-width: 24px;
}
.account_menu .nav-link span {
  font-size: 13px;
  margin-left: 6px;
}
.account_menu .nav-link i  {
  line-height: 24px;
}
.navbar-toggler {
  line-height: 0;
  border-radius: 0;
  padding: 10px;
  border: none;
}

.nav-link:hover {
  background-position: 0;
}
.nav-link:hover::before {
  width: 100%;
}
.active .nav-link{
  position: relative;
  background-image: linear-gradient(to right, #e58c63, #e58c63 50%, #060E07 50%);
  background-size: 200% 100%;
  background-position: 0;
  display: inline-block;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  line-height: 1;
}
.active .nav-link::before{
  content: "";
  background: #e58c63;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease-in-out;
}
.nav-up {
  top: -150px;
}
.navbar-brand{
  width: 120px;
  padding: 0;
  margin-right: 10px;
}
.navbar-brand img{
  object-fit: contain;
  max-height: 60px;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  height: auto;
  /* transition: all 0.3s ease-in-out; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInDown {
  0% {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  }
  @keyframes slideInDown {
  0% {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  } 


.navbar .megamenu{ padding: 1rem; }

.megamenu .tabs .col-lg-10 {
  position: relative;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{
    left: 0;
    right: 0;
    width: 80%;
    margin-top: 0;
    margin: 0 auto;
    top: 75%;
    height: 400px;
    padding: 25px 25px 0 25px;
  }
	
}	

.megamenu .tabs {
  overflow: visible;
}
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}
}
/* ============ mobile view .end// ============ */


.dropdown-menu{
  background: #fff;
  border-radius: 0;
  margin-top: 3px !important;
  height: auto;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  overflow: hidden;
}

.dropdown-item {
  font-size: 16px;
  color: #fff;
  padding: 12px;
}

.dropdown-item:hover{
  background: #fff;
  color: #e58c63;
}

/*--magatab--*/

.tabs {
  position: relative;
}

.tabs nav {
  display: flex;
  flex-wrap: wrap;
  color: #6C5D5D;
  
}

.tabs nav a {
  padding: 15px 10px;
  text-align: left;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 13px;
  border-radius: 7px;
  text-transform: uppercase;
}
.tabs nav a.selected{
  background: #26264a;
  color: #e58c63;
}
.tabs .content {
  padding: 20px 0px;
  position: absolute;
  top: 0px;
  color: #6C5D5D;
  width: 0px;
  height: 100%;
  opacity: 0;
  transition: opacity 0.1s linear 0s;
}

.tabs .content.visible {
  padding: 0px;
  width: 100%;
  opacity: 1;
}

.tabs .content p { padding-bottom: 2px; }

.tabs .content p:last-of-type { padding-bottom: 0px; }

.sub_child{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.sub_child li {
  width: calc(100% / 5);
  margin: 0;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.sub_child li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #060E07;
  padding: 0 10px 10px;
  margin: 0;
}
.sub_child li a p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
}
.sub_child li a img{
  width: 100%;
  aspect-ratio: 3/4;
  margin: 0 auto;
  object-fit: scale-down;
  margin-bottom: 10px;
  display: block;
  height: 190px;
}
.sub_child li:hover{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.viewAll{
  font-size: 14px;
  font-weight: 500;
  color: #000 !important;
  display: block;
  width: fit-content;
  background: #ffc107 !important;
  padding: 8px 15px !important;
}
.sub_child li:last-child{
  background: transparent !important;
  box-shadow: none !important;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.megamenu h6{
  font-size: 15px;
  font-weight: 600;
  color: #060E07;
  line-height: 28px;
}

.ext_mega{
  display: block;
  padding: 8px 15px;
  text-align: center;
}
.ext_mega img{
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin: 0 auto;
  margin-bottom: 10px;
}

.marquee-container{
  display: block;
  width: 100%;
  align-items: center;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
}
.marquee{
  font-size: 16px !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: center;
  padding: 10px 0;
  color: #000 !important;
  white-space: nowrap;
  animation: marquee 10s infinite linear; /* notice the infinite */
}

@keyframes marquee{
  0% {
      transform: translateX(0)
  }
  100% {
      transform: translateX(-50%)
  }
}

/*------------search----------------*/

:root {
  --rad: 6px;
  --dur: .3s;
  --color-dark: #2f2f2f;
  --color-light: #fff;
  --color-brand: #2a2a2a;
  --font-fam: "Lato", sans-serif;
  --height: 40px;
  --btn-width: 50px;
  --bez: cubic-bezier(0, 0, 0.43, 1.49);
}
.searchSec form {
  position: relative;
  width: 320px;
  border-radius: var(--rad);
  height: auto;
  top: 0;
}
.searchSec button {
  height: var(--height);
  font-family: 'Montserrat', sans-serif;
  border: 0;
  color: var(--color-light);
  font-size:16px;
}
.fancybox__container {
  --fancybox-bg: rgba(255,255, 255, 0.5);
}
.searchSec input[type=search] {
  display: block;
  outline: 0;
  width: 100%;
  background: var(--color-light);
  padding: 0 10px;
  border-radius: var(--rad);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all var(--dur) var(--bez);
  transition-property: width, border-radius;
  z-index: 1;
  position: relative;
  background-color: #efefef;
  color: #000;
  border:none;
  box-shadow: none;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  height: 40px;
}

.searchSec button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: var(--btn-width);
  font-weight: bold;
  background: #e58c63;
  border-radius: 0 var(--rad) var(--rad) 0;
  z-index: 1;
}

.searchSec input:not(:-moz-placeholder-shown) {
  border-radius: var(--rad) 0 0 var(--rad);
  width: calc(100% - var(--btn-width));
}

.searchSec input:not(:-ms-input-placeholder) {
  border-radius: var(--rad) 0 0 var(--rad);
  width: calc(100% - var(--btn-width));
}

.searchSec input:not(:placeholder-shown) {
  border-radius: var(--rad) 0 0 var(--rad);
  width: calc(100% - var(--btn-width));
}
.searchSec input:not(:-moz-placeholder-shown) + button {
  display: block;
}
.searchSec input:not(:-ms-input-placeholder) + button {
  display: block;
}
.searchSec input:not(:placeholder-shown) + button {
  display: block;
}

.searchSec label {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}


/*------------banner----------------*/

.banner{
  /* background: #fff  url(../img/slider1.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: multiply; */
  position: relative;
  /* border-bottom: 4px solid #f4dacc; */
}
/* .banner::before{
  content: '';
  background: rgb(0,0,0);
  background: linear-gradient(180deg, rgba(0,0,0,0) 50%, rgba(255,255,255,1) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: 2;
} */
.background-video-hosted{
  background: #000;
}
.background-video-hosted video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-size:100%;

}

.swiper-slide{
  position: relative;
}
.banner .banner_scroll {
  height: 800px;
}
.banner .banner_scroll img {
  width: 100%;
  height: 94%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .swiper-button-next {
  /* right: 0;
  left: auto;
  bottom: -12px;
  top: auto;
  width: auto;*/
  color: #d98255; 
}
.banner .swiper-button-prev {
  /* right: 40px;
  left: auto;
  bottom: -12px;
  top: auto;
  width: auto;*/
  color: #d98255; 
}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after {
  font-size: 36px;
}
.banner .swiper-scrollbar-drag {
  background: rgb(243 186 156);
}
.banner_scroll .slider_title {
  position: absolute;
  top: 92px;
  z-index: 12;
  width: 38%;
  left: 8%;
  padding: 30px;
  z-index: 12;
}
.banner_scroll .slider_title .title1{
  font-size: 25px;
  font-weight: 800;
  color: #da2e1f;
  margin-bottom: 20px;
}
.banner_scroll .slider_title .title2 {
  font-weight:800;
  font-size:65px;
  line-height: 84px;
  letter-spacing: -0.035em;
  color: #000;
}
.banner_scroll .slider_title .subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -0.015em;
  color: #000;
  margin-top: 15px;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: calc(100% - 8 * var(--swiper-scrollbar-sides-offset, 1%));
  overflow: hidden;
  display: none;
}

.btn_reg {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  margin: auto;
  width: 100%;
  max-width: 230px;
  height: 52px;
  color: #fff;
  background: #e58c63;
  transform: translate3d(0px, 0%, 0px);
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
  transition-delay: 0.6s;
  overflow: hidden;
  margin-top: 20px;
  line-height: 1.4;
}
.btn_reg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #084298;
  border-radius: 50% 50% 0 0;
  transform: translateY(100%) scaleY(0.5);
  transition: all 0.6s ease;
  color: #fff;
}
.btn_reg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition: all 0.6s ease;
}
.btn_reg div {
  position: relative;
  top: 1px;
  width: 100%;
  height: 26px;
  text-transform: uppercase;
  overflow: hidden;
  left: 0;
  text-align: justify;
}
.btn_reg span {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  text-align: center;
  transition: transform 0.5s ease;
}
.btn_reg span:first-child {
  color: #e58c63;
  transform: translateY(24px);
}
.btn_reg span:last-child {
  color: #e58c63;
  transform: translateY(0);
}
.btn_reg:hover {
  background: #084298;
  transition: background 0.2s linear;
  transition-delay: 0.6s;
}
.btn_reg:hover:after {
  border-radius: 0 0 50% 50%;
  transform: translateY(-100%) scaleY(0.5);
  transition-delay: 0;
}
.btn_reg:hover:before {
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition-delay: 0;
}
.btn_reg:hover span:first-child {
  transform: translateY(0);
}
.btn_reg:hover span:last-child {
  transform: translateY(-24px);
}
.btn_reg2 {
  color: #084298;
  background: #e58c63;
}
.btn_reg2:after {
  color: #084298;
    background: #e58c63;
}
/*--------Dropdown-------*/



.iframe{
  object-fit: cover;
}
.social_ic{
  display: flex;
}
.social_ic li{
  margin: 0 5px;
}
.social_ic li a{
  padding: 5px;
}


/*-------------home_about-----------*/

.about_bg{
  background: #fff url(../img/about_bg.jpg);
  background-size: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 60px 0 80px 0;
}

.page_title h1{
  font-size: 36px;
  font-weight: bold;
  color: #22254b;
  line-height: 48px;
  margin-bottom: 20px;
}
.page_title h1 span{
  display: block;
  font-size: 24px;
  color: #e58c63;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1;
}

.about_bg .about_himg{
  transform: translateX(0rem);
  position: relative;
}

.page_title p a{
  font-size: 16px;
  margin-top: 26px;
  display: block;
  width: fit-content;
  color: #e5968a;
  font-weight: 500;
}
.main_step{
  position: relative;
}
.main_step::before{
  content: '';
  background: url(../img/scol.png) no-repeat left top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 14%;
  opacity: 0.25;
}
.step_section ul{
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 0;
  /* background: #fff;
  padding: 15px 0 0 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 80px;
  transform: translateY(-60px); */

}
.step_section ul li{
  width: calc((100% - 180px) / 4);
  margin: 0 20px;
  text-align: center;
  position: relative;
  display: block;
  transition: all 0.3s ease-out 0s;
  padding: 15px;
  position: relative;
}
.step_section ul li:hover{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;

}
.step_section ul li h5{
  font-size: 18px;
  margin: 25px 0 15px 0;
  font-weight: 600;
  color: #000;
  transition: all 0.3s ease-out 0s;
}
.step_section ul li p{
    font-size: 15px;
    margin: 0;
    line-height: 24px;
    transition: all 0.3s ease-out 0s;
}
.step_section ul li img{
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin: 0 auto;
  transition: all 0.3s ease-out 0s;
}
.step_section ul li:hover img{
  transform: translateY(-25px);
}
.step_section ul li:hover h5, .step_section ul li:hover p{
  transform: translateY(-10px);
}
/* .step_section ul li::before{
  content: '';
  width: 100%;
  height: 47px;
  position: absolute;
  right: -202px;
  top: 36px;
  background: url(../img/line1.png) no-repeat;
  background-size: 68%;
} */
/* .step_section ul li::before{
  content: '';
  position: absolute;
  left:0 ;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: rgb(229 150 138 /20%);;
  z-index: 11;
  transition: all 0.3s ease-out 0s;
}
.step_section ul li:hover::before{
  bottom: 0;
} */

/*-------------shop_list-------------------*/

.topproduct{
  position: relative;
  padding-top: 67px;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,0.4318102240896359) 0%, #dae9ff 24%, rgb(219 234 254) 76%, rgba(255,255,255,0.41780462184873945) 100%);
  /* background: url(../img/blog-bg.jpg) no-repeat top left; */
  background-size: contain;
  
}
/* .topproduct::before{
  content: '';
  position: absolute;
  top: -35px;
  left: -44px;
  width: 100%;
  height: 100%;
  background: url(../img/olive2.jpg) no-repeat top left;
  background-size: 30%;
}
.topproduct::after {
  content: '';
  position: absolute;
  bottom: -5%;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/Oleaf-6.png) no-repeat bottom right;
  background-size: 13%;
  z-index: -1;
} */
.shop_list{
  padding: 50px 0;
}

.shop_list ul{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.shop_list ul li{
  width: calc((100% - 154px) / 4);
  margin: 15px;
  text-align: center;
  position: relative;
  display: block;
  transition: all 0.3s ease-out 0s;
}
.shop_list .card{
  padding: 0;
  border: 1px solid transparent;
  transition: all 0.3s ease-out 0s;
  overflow: hidden;
  background: transparent;
  -webkit-box-shadow: 0 0 15px rgba(37,143,103,.1);
  box-shadow: 0 0 15px rgba(37,143,103,.1);
  border-radius:0;
  overflow: hidden;
  height: 100%;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  background: #fff;
}
.shop_list h4{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  color:#000;
  -webkit-box-orient: vertical;
}
.shop_list h6{
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0;
  color: #da2e1f;
}
.shop_list h6 i{
  font-size: 12px;
}
.shop_list h6 span:first-child{
  text-decoration: line-through;
  opacity: 0.5;
  margin-right: 8px;
  color: #74777e;
}
.shop_list img{
  width: 100%;
  object-fit: contain;
  margin-bottom: 0;
  padding: 30px;
  height: 310px;
}

.shop_list .btn_reg{
  width: 164px;
  font-size: 13px;
  height: 40px;
  font-weight: 500;
  border-radius: 30px;
}
.shop_list li:hover .card{
  border-color: #e58c63;
  background: #fff;
}

.shop_list small{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  background: #e58c63;
  color: #fff;
  padding: 5px;
  font-weight: 500;
  border-radius: 0 ;
}
.ext_fitu a{
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #060E07;
  /* align-items: center; */
  font-size: 16px;
  border-radius: 50%;
  padding: 10px 0;
  margin-bottom: 15px;
  transition: all 0.3s ease-out 0s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.ext_fitu{
  position: absolute;
  right: -25%;
  top: 14%;
}
.shop_list li:hover .ext_fitu{
  right: 5%;
  animation: slide-in 1000ms;
}

@keyframes slide-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}

.ext_fitu a:hover{
  background: #e58c63;
  color: #fff;
}
.product_textb{
  padding: 15px;
  /* background: #dbeaff; */
  /* box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; */
  border-radius: 15px 15px 0 0;
  transition: all 0.3s ease-out 0s;
}
.product_textb p{
  font-size: 13px;
  color: #000;
}
.card:hover .product_textb{
  /* transform: translateY(-12px); */
  background: #fff;
}
/*------------------add_section-------------*/

.add_section{
  padding: 0 0 100px 0;
}
.add_sectionin{
  background: #fff url(../img/add_bg.jpg);
  background-size:100%;
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 368px;
  padding: 94px 0;
}

.add_sectionin .input-group{
  width: 500px;
  margin: 0 auto;
  background: #fff;
  height: 60px;
  border-radius: 40px;
  overflow: hidden;
  margin-top: 30px;
}
.add_sectionin .input-group .form-control{
  border: 0;
  font-size: 16px;
}

.subscribe{
  height: 45px;
  font-size: 14px;
  background: #ffc107;
  /* padding: 0; */
  line-height: 1;
  margin-top: 8px;
  border-radius: 30px !important;
  transform: translateX(10px);
  font-weight: 600;
}
.subscribe:hover{
  background: #000;
  color: #fff;
}

/*------------testimonial-----------------*/

.testmonial{
  margin-top: 0;
  margin-bottom: 90px;
  padding: 90px 30px;
  position: relative;
}

.testmonial::before{
  content: '';
  position: absolute;
  top: -18%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-img.png) no-repeat top left;
  background-size: 22%;
  z-index: 1;
  -webkit-animation: bounce 2s ease infinite alternate;
  pointer-events: none;
}

.user_sec{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.user_sec img{
  width: 55px;
  height: 55px;
  object-fit: cover;
  border-radius: 50%;
  background: #efefef;
}
.user_sec p{
  width: calc(100% - 55px);
  margin-left: 15px;
  font-size: 16px;
  color: #060E07;
  font-weight: 600;
  line-height: 1;
  text-align: left;
}
.user_sec p span{
  display: block;
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
}
.client_rev .card{
  padding: 35px;
  text-align: center;
  border: 0;
}
.client_rev .card i{
  color: #e58c63;
  font-size: 36px;
}
.swiper-slide:nth-child(1) .card, .swiper-slide:nth-child(4) .card, .swiper-slide:nth-child(7) .card{
  background: #f5edeb;
}
.swiper-slide:nth-child(2) .card, .swiper-slide:nth-child(5) .card, .swiper-slide:nth-child(8) .card{
  background: #f5f3eb;
}
.swiper-slide:nth-child(3) .card, .swiper-slide:nth-child(6) .card, .swiper-slide:nth-child(9) .card{
  background: #ebf4f5;
}

/*------------Brand_section-------------*/

.brandSec{
  padding: 80px 0;
  position: relative;
 
}
.brandSec::before{
  content: '';
  position: absolute;
  top: -51%;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/scol.png) no-repeat top right;
  background-size: 13%;
  z-index: -1;
  opacity: 0.5;
}
.brandSec .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.brandSec .swiper:after {
  content: "";
  display: block;
  width: 200%;
  height: 1px;
  background-size: 10% 1px;
  background-position: -50px;
  background-repeat: repeat-x;
  position: absolute;
  left: -10%;
  top: 40%;
  -webkit-animation: line-slide 60s forwards infinite linear;
  animation: line-slide 60s forwards infinite linear;
  z-index: 1;
}
.brandSec .swiper.swiper--bottom:after {
  animation-direction: reverse;
}

.swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
}

.brandSec .swiper-slide {
  text-align: center;
  font-size: 33px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}
.brandSec .swiper-slide .brand_pic{
  width: 180px;
  height: auto;
  object-fit: contain;
  margin-bottom: 15px;
}
@-webkit-keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

@keyframes line-slide {
  0% {
    background-position: -5% 0;
  }
  100% {
    background-position: 100% 0;
  }
}

/*-------------blog----------------*/

.blog{
  padding: 100px 0;
  position: relative;
  /* background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,0.4318102240896359) 0%, rgba(255,248,215,1) 24%, rgba(255,248,215,1) 76%, rgba(255,255,255,0.41780462184873945) 100%); */
}
.blog::before{
  content: '';
  position: absolute;
  top: -18%;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-leaf.png) no-repeat top right;
  background-size: 10%;
  z-index: -1;
}
.blog_text{
  overflow: hidden;
}
.blog_text .card{
  border: 0;
  margin: 30px 0;
  border-radius: 0;
  padding-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  transition: all 0.3s ease-out 0s;
}
.blog_text small{
  font-size: 18px;
  color: #e58c63;
  font-family: 'Montserrat', sans-serif;
  padding: 15px 20px 8px 20px;
}
.blog_text h4{
  font-size: 24px;
  font-weight: 600;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.blog_text p{
  font-size: 15px;
  font-weight: 400;
  padding: 0 20px;
  margin: 12px 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.blog_text a:hover .card{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.gallery_section {
  display: block;
  padding: 100px 0;
}
.gallery_section figure {
  aspect-ratio: 4/3;
  position: relative;
  overflow: hidden;
}
.gallery_section figure img {
  aspect-ratio: 4/3;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.gallery_section figure figcaption {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  padding: 60px;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: all ease-in-out 0.5s;
  backdrop-filter: blur(6px);
  text-align: center;
}
.gallery_section figure:hover figcaption {
  top: 0;
  opacity: 1;
}
.gallery_section figure figcaption h3 {
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 700;
}
.gallery_section figure figcaption p {
  margin-bottom: 24px;
}
.gallery_section figure figcaption a {
  display: inline-block;
  padding: 16px 24px;
  border: 2px solid #000;
  color: #000;
  font-size: 14px;
  border-radius: 30px;
}
.cms_content ul {
  list-style-type: disc;
  padding-left: 24px;
}
.cms_content ul li {
  font-size: 16px;
  color: #000;
  line-height: 28px;
}
.cms_content h1 {
  font-size: 42px;
  margin-bottom: 24px;
  margin-top: 32px;
  font-weight: 700;
}
.cms_content h2 {
  font-size: 36px;
  margin-bottom: 24px;
  margin-top: 32px;
  font-weight: 700;
}
.cms_content h3 {
  font-size: 32px;
  margin-bottom: 24px;
  margin-top: 32px;
  font-weight: 700;
}
.cms_content h4 {
  font-size: 24px;
  margin-bottom: 24px;
  margin-top: 32px;
  font-weight: 700;
}
.cms_content h5 {
  font-size: 20px;
  margin-bottom: 24px;
  margin-top: 32px;
  font-weight: 700;
}
.cms_content h6 {
  font-size: 16px;
  margin-bottom: 24px;
  margin-top: 32px;
  font-weight: 700;
}

/*---------------insta_sec-----------------*/
.instagram_sec{
  padding: 100px 0 0 0;
}
.insta_panels .insta_sec{
  position: relative;
  height: 300px;
  overflow: hidden;
}
.insta_panels .insta_sec img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insta_panels .insta_sec .insta_icon{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  z-index: 1;
  padding: 15px;
  transition: all .5s;
}
.insta_panels .insta_sec .insta_icon a{
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: rgba(229,140,99, 0.55);
  color: #000;
  font-size: 30px;
}
.insta_panels .insta_sec:hover .insta_icon{
  left: 0;
}


/*--------------footer---------------*/

footer{
  background: #fff9ed;
  background-position: center center;
  background-size: 18%;
  padding: 80px 0;
  position: relative;
}
footer::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/7.png) no-repeat bottom right;
  background-size: 24%;
  opacity: 0.09;
  z-index: 1;
}
footer::after{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/36.png) no-repeat bottom left;
  background-size: 42%;
  opacity: 1;
  background-blend-mode: multiply;
  opacity: 1;
}
footer .footer-top{
  z-index: 1;
  position: relative;
}
.footer-top{
  margin-bottom: 20px;
  padding-bottom: 20px;
}
footer h6{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000;
}
footer p{
  color: #000;
}
footer ul{
  margin: 0;
  padding: 0;
}
footer ul li{
  margin-bottom: 5px;
}

footer ul li a{
  font-size: 13px;
  line-height: 1;
  display: block;
  width: fit-content;
  color: #74777e;
  padding: 5px 0;
  font-weight: 500;
}
footer ul li a:hover{
  color: #e58c63;
}
.social_media{
  margin: 35px 0 20px 0;
  padding: 0;
  display: flex;
  align-items: center;

}

.social_media li{
  margin-right: 8px;
}

.social_media li a{
  font-size: 16px;
    padding: 10px 8px;
    color: #000000;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    text-align: center;
}
.social_media li a:hover{
  background: #bb6944;
  color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


/*----------tab_togular--------------*/

.tab {
  padding-top: 50px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  font-weight: 300;
  color: #888;
  -webkit-font-smoothing: antialiased;
}

.tabs {
  display: flex;
  position: relative;
  overflow: hidden;
  margin: 0;
  width: 100%;
  justify-content: center;
  padding: 0;
}
.tabs li {
  float: left;
  line-height: 38px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.tabs a {
  background-color: transparent;
  color: #000;
  font-weight: 500;
  display: block;
  letter-spacing: 0;
  font-size: 16px;
  outline: none;
  padding: 10px 20px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 2px solid transparent;
  margin: 0 5px;
  line-height: 1;
}

.tabs_item {
  display: none;
  padding: 30px 0;
}
.tabs_item:first-child {
  display: block;
}

.current a {
  color: #fff;
  background: #084298;
  border-radius: 30px;
  font-weight: 400;
  font-size: 15px;
}

/*------------play_btn------------------*/

.play_btn {
  position: absolute;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  top: 38%;
  left: 47%;
}
.play_btn .circle {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #fff;
  margin: auto;
  transform: scale(1, 1);
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.play_btn .circle.pulse {
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  background-color: #f4dacc;
  opacity: 0.5;
}
.play_btn svg {
  fill: #e58c63;
  stroke: #e58c63;
  stroke-linejoin: round;
  stroke-width: 5;
  transition: all 0.3s;
}
.play_btn svg:hover {
  cursor: pointer;
  fill: #e58c63;
  stroke: #e58c63;
  transform: scale(1.2, 1.2);
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}


/*--------------why_sec------------*/

.why-content span {
  font-size: 72px;
  font-weight: 600;
  position: relative;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  opacity: 0.15;
}
.why h2{
  font-size: 30px;
  font-weight: 700;
  margin: 20px 0;
  width: 68%;
}
.why {
  background: rgb(234, 242, 253);
  background: linear-gradient(0deg, rgba(255,255,255,0.4318102240896359) 0%, #e4efff 24%, rgb(234, 242, 253) 76%, rgba(255,255,255,0.41780462184873945) 100%);
  padding: 100px 0;
}


@keyframes bounce {
  0% {
    text-shadow: 0 5px 0 #ccc, 0 2px 3px rgba(0, 0, 0, 1);
  }
  100% {
    transform: translateY(-20px);
    text-shadow: 0 50px 0 #111, 0 0px 20px rgba(0, 0, 0, 0.8);
  }
}

/* .swiper-slide-active {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }


@-webkit-keyframes slideInUp {
  0% {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  }
  @keyframes slideInUp {
  0% {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  }
  }  */


  .btn2{
    font-size: 14px;
    display: block;
    padding: 8px;
    text-align: center;
    background: #e58c63;
    color: #fff;
    width: 100%;
    border-radius: 0;
    
  }
  .btn2:last-child{
    background-color:#2d3071 ;
  }

  
.rating-holder {
  display: inline-block;
  padding: 0;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 1.5625em;
  box-sizing: border-box;
}

.c-rating button {
  display: inline-block;
  float: left;
  width: 24px;
  height: 24px;
  border: 0;
  text-indent: -9999px;
  outline: none;
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
  cursor: pointer;
  transition: background 0.25s ease;
}
.c-rating button:hover, .c-rating button:hover ~ button {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat !important;
}
.c-rating:hover button {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22grey%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat !important;
}
.c-rating[data-rating-value="0"] button:nth-child(-n+0) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="0.25"] button:nth-child(-n+1) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="0.25"] button:nth-child(1) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="0.5"] button:nth-child(-n+1) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="0.5"] button:nth-child(1) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="0.75"] button:nth-child(-n+1) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="0.75"] button:nth-child(1) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="1"] button:nth-child(-n+1) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="1.25"] button:nth-child(-n+2) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="1.25"] button:nth-child(2) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="1.5"] button:nth-child(-n+2) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="1.5"] button:nth-child(2) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="1.75"] button:nth-child(-n+2) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="1.75"] button:nth-child(2) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="2"] button:nth-child(-n+2) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="2.25"] button:nth-child(-n+3) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="2.25"] button:nth-child(3) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="2.5"] button:nth-child(-n+3) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="2.5"] button:nth-child(3) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="2.75"] button:nth-child(-n+3) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="2.75"] button:nth-child(3) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="3"] button:nth-child(-n+3) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="3.25"] button:nth-child(-n+4) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="3.25"] button:nth-child(4) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="3.5"] button:nth-child(-n+4) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="3.5"] button:nth-child(4) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="3.75"] button:nth-child(-n+4) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="3.75"] button:nth-child(4) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="4"] button:nth-child(-n+4) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="4.25"] button:nth-child(-n+5) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="4.25"] button:nth-child(5) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M196.208 415.2v-224.8l-139.504 20.272 100.944 98.384-23.84 138.928z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="4.5"] button:nth-child(-n+5) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="4.5"] button:nth-child(5) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M258.672 64l-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6v-318.4z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="4.75"] button:nth-child(-n+5) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="4.75"] button:nth-child(5) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M321.616 190.496l-0.656-0.096-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 63.024 33.136z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat, url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating[data-rating-value="5"] button:nth-child(-n+5) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22gold%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.c-rating--small {
  font-size: 50%;
}
.c-rating--big {
  font-size: 150%;
}
.whySec{
  padding: 100px 0;
}
.whySec ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.whySec ul li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff9ed;
}
.whySec ul li img{
  width: 50%;
  height: 100%;
  object-fit: cover;
}
.whySec ul li .why-content{
  padding: 0 60px;
  width: calc(100% - 50%);
}
.whySec ul li .why-content h2{
  font-size:48px;
  font-weight: 700;
  margin-bottom: 35px;
  display: block;
}

.whySec ul li .why-content p{
  font-size: 18px;
  line-height: 30px;
}
.whySec ul li:nth-child(2n+2){
  flex-direction: row-reverse;
  background: #dae9ff ;
}
/*---------------------------*/

/* .swiper-slide-active .title1{
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.swiper-slide-active .title2{
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.swiper-slide-active .subtitle{
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInUp {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  } 


  @-webkit-keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    }
    100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    }
    }
    @keyframes fadeInDown {
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    }
    100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    }
    } 

    @-webkit-keyframes fadeInDownBig {
      0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
      }
      100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
      }
      }
      @keyframes fadeInDownBig {
      0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -2000px, 0);
      transform: translate3d(0, -2000px, 0);
      }
      100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
      }
      }  */



      .autoplay-progress {
        position: absolute;
        right: 16px;
        bottom: 70px;
        z-index: 10;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        font-size: 16px;
        justify-content: center;
        font-weight: bold;
        color: #000;
      }
  
      .autoplay-progress svg {
        --progress: 0;
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 10;
        width: 100%;
        height: 100%;
        stroke-width: 4px;
        stroke: #000;
        fill: none;
        stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
        stroke-dasharray: 125.6;
        transform: rotate(-90deg);
      }

      /*--------------------like product--------------------*/
      .listProduct{
        padding: 80px 0;
      }
      .listProduct .card{
        padding: 0 0 20px 0;
        border: 1px solid transparent;
        transition: all 0.3s ease-out 0s;
        overflow: hidden;
        background: transparent;
        -webkit-box-shadow: 0 0 15px rgba(37,143,103,.1);
        box-shadow: 0 0 15px rgba(37,143,103,.1);
        border-radius:0;
        overflow: hidden;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        background: #fff !important;
        text-align: center;
        border: 1px solid #d4d4d4;
      }
      .listProduct h4{
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        color:#000;
        -webkit-box-orient: vertical;
      }
      .listProduct h6{
        font-size: 16px;
        font-weight: 600;
        margin: 15px 0;
        color: #da2e1f;
      }
      .listProduct h6 i{
        font-size: 12px;
      }
      .listProduct h6 span:first-child{
        text-decoration: line-through;
        opacity: 0.5;
        margin-right: 8px;
        color: #74777e;
      }
      .listProduct img{
        width: 100%;
        object-fit: contain;
        margin-bottom: 0;
        padding: 30px;
        height: 310px;
      }
      
      .listProduct .btn_reg{
        width: 164px;
        font-size: 13px;
        height: 40px;
        font-weight: 500;
        border-radius: 30px;
      }
      .listProduct .card:hover {
        border-color: #e58c63;
        background: #fff;
      }
      
      .listProduct small{
        position: absolute;
        top: 0;
        right: 0;
        font-size: 11px;
        background: #e58c63;
        color: #fff;
        padding: 5px;
        font-weight: 500;
        border-radius: 0 ;
      }
      .ext_fitu a{
        display: block;
        width: 40px;
        height: 40px;
        background: #fff;
        color: #060E07;
        /* align-items: center; */
        font-size: 16px;
        border-radius: 50%;
        padding: 10px 0;
        margin-bottom: 15px;
        transition: all 0.3s ease-out 0s;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
      }
      .ext_fitu{
        position: absolute;
        right: -25%;
        top: 14%;
      }
      .listProduct .card:hover .ext_fitu{
        right: 5%;
        animation: slide-in 1000ms;
      }
      
      @keyframes slide-in {
        from {
          transform: translateX(100%);
        }
        to {
          transform: translateX(0%);
        }
      }
      
      .ext_fitu a:hover{
        background: #e58c63;
        color: #fff;
      }
      .product_textb{
        padding: 15px;
        /* background: #dbeaff; */
        /* box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px; */
        border-radius: 15px 15px 0 0;
        transition: all 0.3s ease-out 0s;
      }
      .product_textb p{
        font-size: 13px;
        color: #000;
      }
      .card:hover .product_textb{
        /* transform: translateY(-12px); */
        background: #fff;
      }

      .like_product .swiper-button-prev{
        top: 23px;
        left: auto;
        right: 40px;
      }

      .like_product .swiper-button-next{
        top: 23px;
        right:0;
      }

      .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        font-size: 25px;
        color: #000;
    }

    .breadcrumbs-wrap
{
    background-color: #f9f9f9;
    margin: 0 0 30px 0;
}

.breadcrumbs
{
  padding: 10px 0;
  list-style: none;
  color: #282828;
  line-height: 0;
}
.breadcrumbs li
{
    font-size: 14px;
    line-height: 20px; 
    display: inline-block;
    vertical-align: top;
}
.breadcrumbs li:first-child
{
    padding-left: 0;
}
.breadcrumbs li:last-child
{
    padding-right: 0;
}
.breadcrumbs li a
{
    white-space: nowrap;
    text-decoration: underline; 

    color: #282828;
}
.breadcrumbs li a:hover
{
    text-decoration: none; 

    color: #17c6aa;
}
.breadcrumbs li:after
{
    
  font-size: 16px;
  line-height: 20px;
  position: relative;
  margin-right: -7px;
  padding-right: 17px;
  padding-left: 17px;
  content: '/';
  vertical-align: bottom;
  color: #282828;
}
.breadcrumbs li:last-child:after
{
    display: none;
}

.c-rating small{
  font-size: 14px;
  color: #000;
  line-height: 1;
  margin-left: 10px;
}
.product_details{
  margin-bottom: 100px;
}
.product_details h1{
  font-size: 22px;
  color: #000;
  font-weight: 600;
  display: block;
  margin: 12px 0 60px 0;
  padding: 0;
}

.product_details h4{
  font-size:26px;
  font-weight:600;
  line-height: 1.2em;
  letter-spacing: .5px;
  color: #282828;
  display: flex;
  align-items: center;
}
.product_details h4 i{
  font-size: 20px;
  margin-right: 3px;
}
.product_details h4 span{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin-left:15px;
}
.product_details h4 span small i{
  font-size: 18px;
}
.product_details h4 span small{
  text-decoration: line-through;
  display: block;
  font-size: 18px;
}
.product_details h4 span b{
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  white-space: nowrap;
  color: #fb317d;
  text-decoration: none !important;
}
.product_details h4 span b i{
  font-size: 14px;
}

.sort_des{
  padding: 25px 0;
}
.sort_des h6{
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5em;
  margin: 0 0 20px;
  padding: 0;
  color: #282828;
}

.oliv_pro ol{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 ;
  padding: 0;
}

.oliv_pro ol li{
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin: 0 0 10px 0;
  display: flex;
  align-items: center;
}

.oliv_pro li span{
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.oliv_pro ol li span img{
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.sub_btn{
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  height: 56px;
  width: 170px;
  padding: 15px;
  white-space: nowrap;
  background: #d28b6d;
  color: #fff;
  text-align: center;
  border-radius: 0;
}
.sub_btn:hover{
  background: #084298 !important;
  color: #fff !important;
}
.sub_btn2{
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  height: 56px;
  width: 240px;
  text-align: center;
  padding: 15px;
  white-space: nowrap;
  background: #084298;
  color: #fff;
  border-radius: 0;
}
.sub_btn2:hover{
  background: #084298 !important;
  color: #fff !important;
}
.wishBtn{
  background: transparent !important;
  border: 1px solid #cfcfcf;
  color: #525252 !important;
  border-radius: 5px;
  font-size: 18px !important;
  margin-left: 15px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wishBtn:hover{
  background: #084298 !important;
  color: #fff !important;
}

.qty_sec{
  display: block;
  margin: 30px 0 60px 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.qty-input {
  color: #000;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: fit-content;
  height: 56px;
  margin-right: 10px;

}
.qty-input .product-qty,
.qty-input .qty-count {
  background: transparent;
  color: inherit;
  font-weight: bold;
  font-size: inherit;
  border: none;
  display: inline-block;
  min-width: 0;
  height: 100%;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
}
.qty-input .product-qty:focus,
.qty-input .qty-count:focus {
  outline: none;
}
.qty-input .product-qty {
  width: 50px;
  min-width: 0;
  display: inline-block;
  text-align: center;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.qty-input .product-qty::-webkit-outer-spin-button, .qty-input .product-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
  margin: 0;
}
.qty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 50px;
    font-size: 18px;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: 0;
}
.qty-input .qty-count:before, .qty-input .qty-count:after {
  content: "";
  height: 2px;
  width: 10px;
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.qty-input .qty-count--minus {
  border-right: 1px solid #e2e2e2;
}
.qty-input .qty-count--add {
  border-left: 1px solid #e2e2e2;
}
.qty-input .qty-count--add:after {
  transform: rotate(90deg);
}
.qty-input .qty-count:disabled {
  color: #ccc;
  background: transparent;
  cursor: not-allowed;
  border-color: transparent;
}
.qty-input .qty-count:disabled:before, .qty-input .qty-count:disabled:after {
  background: #ccc;
}
/* .qty-input {
  border-radius: 4px;
  box-shadow: 0 1em 2em -0.9em rgba(0, 0, 0, 0.7);
  transform: scale(1.5);
} */
.quantity_label {
  border: none;
  height: 44px;
  padding: 10px 24px;
  font-size: 13px;
}
.review{
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  margin-top: 45px;
}

.review a{
  font-size: 14px;
  font-weight: 500;
  color: #000;
  text-decoration: none !important;
  display: block;
  width: fit-content;
  padding: 10px 20px;
  border: 1px solid #e9cdc2;
  line-height: 1;
  border-radius: 23px;
  margin: 0 5px;
}
.review a i{
  font-size: 14px;
  margin-right: 8px;

}
.review a:hover{
  color: #000;
  background:#e9cdc2 ;
}
.product-left{
  overflow: hidden;
  padding: 0;
  position: relative;
}
.product-thumbs .swiper-slide img {
  border:2px solid transparent;
  object-fit: cover;
  cursor: pointer;
}
.product-thumbs .swiper-slide-active img {
  border-color: #bc4f38;
}
.product-slider .swiper-button-next:after,
.product-slider .swiper-button-prev:after {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.swiper-slide video{
  object-fit: contain;
}
.product-thumbs .swiper-slide video{
  object-fit: cover;
}
.long_describ h4{
  font-size: 36px;
  font-weight: bold;
  color: #22254b;
  line-height: 48px;
  margin-bottom: 20px;
  text-align: center;
  margin-bottom: 50px;
}
.long_describ{
  padding: 60px 0 60px 0;
}

.review ul {
  padding: 0;
}

.ratingW li.on .star {
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .9em;
  margin-right: .9em;
  margin-bottom: 1.2em;
  border-right: .3em solid transparent;
  border-bottom: .7em solid #FC0;
  border-left: .3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 14px;
}

.ratingW li.on .star:before,
.ratingW li.on .star:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: .6em;
  left: -1em;
  border-right: 1em solid transparent;
  border-bottom: .7em solid #FC0;
  border-left: 1em solid transparent;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.ratingW li.on .star:after {
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

.review_btn {
  font-size: 16px;
  padding: 20px 0;
}

.review_btn .add_cart {
  padding: 10px 25px !important;
  display: inherit;
  width: 250px;
  margin: 0 auto;
}

.reviews_section {
  border: 1px solid #d9d9d9;
  padding: 0 20px;
  margin: 0 0 5px;
  position: relative;
  border-radius: 8px;
}

.rating_user {
  display: flex;
  flex-wrap: wrap;
}

.rating_user_review {
  position: relative;
}

.rating_username p:first-child {
  font-weight: bold;
  color: "#777";
}

.review_header::before {
  content: "";
  width: 10px;
  height: 1px;
  background: rgba(134, 134, 134, .75);
  margin: 0 10px 0 7px;
  display: inline-block;
  position: relative;
  top: -2px;
}

.review_header {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 25px 0 0 0;
  border: none;
  font-weight: bold;
}

.rating_user_review::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 43px;
  background: transparent;
  width: 100%;
  z-index: 1;
}

.user_start {
  font-size: 10px !important;
}


.review_Div{
  max-height: 50vh;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
}

.spacial_off{
  position: relative;
  padding: 50px 0 80px 0;
}

.spacial_off::before {
  content: '';
  position: absolute;
  top: -16%;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-img.png) no-repeat top left;
  background-size: 22%;
  z-index: 1;
  -webkit-animation: bounce 2s ease infinite alternate;
}

.spacial_off::after {
  content: '';
  position: absolute;
  bottom: 0%;
  right: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg-leaf.png) no-repeat bottom right;
  background-size: 10%;
  z-index: -1;
}
.spacial_off h4{
  font-size: 36px;
    font-weight: bold;
    color: #22254b;
    line-height: 48px;
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.spacial_off h6{
  font-size: 16px;
  text-align: center;
  padding: 25px;
  line-height: 24px;
  font-weight: 600;
  width: 100%;
  max-width: 235px;
  margin: 0 auto;
}

.spa_ic{
  width: 100px;
  height: 100px;
  background: #c98363;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spa_ic img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.Ingredients{
  padding: 30px 0 80px;
  position: relative;
}

.Ingredients::before {
  content: '';
  background: url(../img/scol.png) no-repeat right top;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: 14%;
  opacity: 0.25;
}
.Ingredients h4{
  font-size: 36px;
    font-weight: bold;
    color: #22254b;
    line-height: 48px;
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 50px;
}
.key_ing{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
.key_ing li{
  margin:20px 0;
  display: flex;
  align-items: center;
}
.key_ing li h6{
  font-size: 16px;
  line-height: 24px;
  display: block;
  font-weight: 600;
  width: 200px;
}
.ind_img{
  width: 10px;
  height: 10px;
  background: #bc4f38;
  border-radius: 50%;
  margin-left: auto;
  position: relative;
  margin-bottom: 0;
  margin-right: 30px;

}


.cntr {
  margin: auto;
}

.btn-radio {
  cursor: pointer;
  display: inline-block;
  float: left;
  -webkit-user-select: none;
  user-select: none;
}
.btn-radio:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 480px) {
  .btn-radio {
    display: block;
    float: none;
  }
  .btn-radio:not(:first-child) {
    margin-left: 0;
    margin-top: 15px;
  }
}
.btn-radio svg {
  fill: none;
  vertical-align: middle;
}
.btn-radio svg circle {
  stroke-width: 2;
  stroke: #C8CCD4;
}
.btn-radio svg path {
  stroke: #bc4f38;
}
.btn-radio svg path.inner {
  stroke-width: 6;
  stroke-dasharray: 19;
  stroke-dashoffset: 19;
}
.btn-radio svg path.outer {
  stroke-width: 2;
  stroke-dasharray: 57;
  stroke-dashoffset: 57;
}
.btn-radio input {
  display: none;
}
.btn-radio input:checked + svg path {
  transition: all 0.4s ease;
}
.btn-radio input:checked + svg path.inner {
  stroke-dashoffset: 38;
  transition-delay: 0.3s;
}
.btn-radio input:checked + svg path.outer {
  stroke-dashoffset: 0;
}
.btn-radio span {
  display: inline-block;
  vertical-align: middle;
}

.form-control, .form-select{
  font-size: 16px;
  height: 50px;
}
textarea{
  height: auto !important;
}

.shopall ul li{
  width: calc((100% - 154px) / 4);
  margin: 15px;
  text-align: center;
  position: relative;
  display: block;
  transition: all 0.3s ease-out 0s;
}
.filter_secdiv{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.filter_btn{
  display: flex;
  font-size: 16px;
  font-weight: 500;
  color:#000;
}
.filter_btn img{
  width: 20px;
  margin-right: 10px;
}
.filter_secdiv .form-select{
  font-size: 13px;
  padding: 5px 15px;
  height: 40px;
  font-weight: 500;
  padding-right: 50px;
}
.form-select:focus{
  box-shadow: none;
}
.clrbtn{
  font-size: 14px;
  font-weight: 500;
  border: 0;
  padding: 5px 10px;
  border-left: 1px solid #e2e2e2 !important;
  padding-left: 12px;
  margin-left: 12px;
  border-radius: 0;
}

.fil_his ul{
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.fil_his ul li a{
  display: block;
  width: fit-content;
  padding: 5px 15px 5px 6px;
  cursor: pointer;
  font-size: 14px;
  background-color: #f0f0f0;
  box-shadow: 0 2px 4px 0 hsla(0,0%,100%,.5);
  border-radius: 3px;
  margin: 2px 4px;
  color: #000;
}
.fil_his ul li a img{
  width: 21px;
  margin-right: 6px;
}
.filter_offcanvas{
  width: 300px !important;
}
.filter_offcanvas .offcanvas-header{
  border-bottom: 1px solid #e4e7ed;
  margin-bottom: 40px;
}

.filter_offcanvas h5{
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.btn-close{
  font-size: 18px;
}
.btn-close:focus{
  box-shadow: none;
}
.offcanvas-body .card{
  border: 0;
  border-bottom: 1px solid #e4e7ed;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-radius: 0;
}
.offcanvas-body .card h6{
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.75em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.75em;
}

.form-check-input {
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.125em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
  margin-right: 6px;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #8bbafe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #e58c63;
  border-color: #e58c63;
}
.form-check-input:focus{
  box-shadow: none;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #e58c63;
  border-color: #e58c63;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238bbafe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.offcanvas-body label{
  display: block;
}

.offcanvas-body .card:last-child{
  border-bottom: 0;
}


/*----------------Readio-----------------*/


.radio-buttons 
{
  width: 100%;
  text-align: left;
}

.custom-radio input 
{
  display: none;
}

.radio-btn 
{
  margin: 0;
  width: 100px;
  height: 70px;
  border: 3px solid transparent;
  display: inline-block;
  border-radius: 10px;
  position: relative;
  text-align: center;
  cursor: pointer;
  border: 2px dotted #c2c2c2;
}

/* .radio-btn > i {
  color: #ffffff;
  background-color: #FFDAE9;
  font-size: 20px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%) scale(2);
  border-radius: 50px;
  padding: 3px;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
} */

.radio-btn .hobbies-icon 
{
  width: 100px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.radio-btn .hobbies-icon img
{
  display:block;
  width:100%;
  margin-bottom:20px;
  
}
.radio-btn .hobbies-icon i 
{
  color: #FFDAE9;
  line-height: 80px;
  font-size: 60px;
}

.radio-btn .hobbies-icon h3 
{
  color: #c2c2c2;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing:1px;
}

.custom-radio input:checked + .radio-btn 
{
  background: #faebe3;
  border: 2px dotted #e6d4ca;
}
.custom-radio input:checked + .radio-btn .hobbies-icon h3 {
  color: #000;
}
.custom-radio input:checked + .radio-btn > i 
{
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.cr-top{
  position: absolute;
  background-color: #cf1717;
  transform: rotate(45deg);
  right: -28px;
  font-size: 17px;
  width: 100px;
  top: 14px;
  color: #fff;
}
.cart{
  padding: 3% 0 7% 0;
}
.cart table tr th{
  font-size: 15px;
  font-weight: 600;
  background: #ffede5;
  border-bottom: 0;
}
.cart table tr td{
  font-size: 16px;
  font-weight: 500;
  vertical-align: middle;
}
.cart table tr td a{
  color: #000;
  font-weight: 600;
}
.cart table tr td a:hover{
  color: #ff9b82;
}
.cart table tr td img{
  width: 65px;
  height: auto;
  object-fit: cover;
}
.cart table tr td .qty-input{
  height: 44px;
}
.cupon_sec{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.cupon_sec button{ 
  font-size: 16px;
  font-weight: 600;
  color:#2a2a2a;
}
.upbutton{
  text-decoration: underline;
  width: fit-content;
  font-size: 16px;
  font-weight: 600;
}

.btn-outline-secondary{
  border-color: #ced4da;
}
.btn.btn-outline-secondary:hover{
  background:#ff9b82 ;
  color: #000;
}
.total_price ul{
  margin: 5% 0 0 0;
  padding: 0;
}

.total_price ul li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 20px;
  margin-bottom: 8px;
  background: #f6f6f6;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.paybtn{
  text-align: center;
  font-size: 18px;
  background: rgb(229, 140, 99);
  width: 100%;
  border-radius: 0;
  color: #fff;
  padding: 12px;
}
.paybtn:hover{
  background: #084298;
  color: #fff;
}

.Yorder small{
  font-size: 16px;
  font-weight: 600;
}


.inner-banner{
  background: url(../img/inner_banner.jpg) no-repeat center center;
}
.inner-banner .row{
  align-items: center;
  height: 250px;
}
.inner-banner h4{
  font-weight: bold;
  color: #fff;
  font-size: 45px;
}

.contact_body{
  padding: 100px 0;
  position: relative;
  background: #fff url(../img/about_bg.jpg);
  background-size: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;

}

.contact_body .card{
  padding: 25px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  border-radius: 0;
}

.ct-form .form-control {
  border: 0;
  border-radius: 0;
  font-size: 16px;
  border-bottom: 1px solid #ced4da;
  resize: none;
  padding-top: 0;
  font-weight: 400;
  height: 70px;
  margin: 0;
}
.ct-form .form-control:focus{
  box-shadow: none;
  border-bottom: 1px solid #e58c63;
}
.ct-form h4 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
}

.addre_text ul{
  margin: 0;
  padding: 0;
}
.addre_text ul li{
  display: flex;
  line-height: 24px;
  margin-bottom: 18px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  width: 60%;
}
.addre_text ul li b{
  display: block;
}
.addre_text ul li span{
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.addre_text ul li small{
  display: contents;
  width: 100%;
  color: #b7b7b7;
}
.page_title .addre_text svg {
  color: #bb6944;
  width: 22px;
  margin-right: 12px;
}
.reg_btn {
  color: #fff;
  text-transform: uppercase;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #b3873b;
  background-color: #b3873b;
  padding: 12px 20px;
  font-size: 15px;
  border-radius: 30px;
}

.reg_btn:hover {
  color: #b3873b;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #b3873b;
  background: #fff;
}
.page_title h1{
  margin-bottom: 40px;
}

/*--------------our_story------------------*/

#loginModal .modal-content,
#registerModal .modal-content {
  border-radius: 20px;
}
.loginLogo {
  max-width: 99px;
  position: absolute;
  left: 20px;
  top: 20px;
}
#loginModal .modal-body,
#registerModal .modal-body {
  padding: 36px;
}
.loginBlock {
  display: block;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
.loginBlock h5 {
  text-align: center;
  color: #888;
  margin-top: 20px;
  margin-bottom: 32px;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.4;
}
.loginBlock p {
  color: #888;
  margin-bottom: 24px;
}
.loginBlock p a {
  color: #000;
}
.form-group {
  margin-bottom: 16px;
}
.form-control {
  width: 100%;
  height: 57px;
  border: 1px solid #DADAF2;
  border-radius: 5px;
  outline: none;
  background: #F8F8FB;
  font-size: 17px;
  padding: 0px 20px;
  margin-bottom: 25px;
  transition: 0.2s ease;
}
.control-label {
  margin-bottom: 8px;
}
.loginBlock .btn {
  width: 100%;
  height: 58px;
  border-radius: 30px;
  padding: 0 30px;
  background: #084298;
  color: #fff;
  font-weight: normal;
}
.loginBlock .btn:hover {
  background: #e58c63;
  color: #fff;
}
.loginBlock h5 a {
  color: #000;
  text-decoration: none;
}
.loginBlock h5 a:hover {
  color: #FE3200;
  text-decoration: underline;
}
#loginModal .modal-content .btn-close,
#registerModal .modal-content .btn-close {
  position: absolute;
  top: 20px;
  left: auto;
  right: 20px;
  z-index: 999;
}
.remember_area {
  margin-bottom: 24px;
}
.btnArea {
  margin-bottom: 24px;
}

.our_story{
  padding:180px 0 100px 0;
  position: relative;
}

.our_story h6{
  font-size: 18px;
  line-height: 28px;
}
.our_story h6 span{
  display: block;
  font-weight: bold;
  font-style: italic;
  margin-top: 12px;
  font-size: 14px;
  color: #e88f60;
}
.olivtree{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.olif_imgdiv{
  position: relative;
}
.olif_imgdiv span{
  position: absolute;
  color: #fff;
  border-radius: 50%;
  width: 103px;
  height: 103px;
  line-height: 103px;
  padding-left: 9px;
  padding-top: 0px;
  text-align: center;
  transition: all .5s ease-in-out;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #fff;
}

.olif_imgdiv svg{
  position: relative;
  top: -5px;
}
.olif_imgdiv a{
  transition: all .5s ease-in-out
}
.olif_imgdiv a:hover span{
  background: #bb6944;
}
.bg-lorg{
  background: #f5edeb;
}
.bg-lblu{
  background: #f5f3eb;
}

.our_story h2{
  font-size: 42px;
  font-weight: bold;
  color: #22254b;
  line-height: 56px;
  margin-bottom: 30px;
  width: 76%;
}
.our_story p{
  font-size: 15px;
  color: #000;
  margin-bottom: 15px;
  width: 85%;
}
.our_story ul{
  padding: 0;
}
.our_story ul li{
  font-size: 15px;
  color: #000;
  margin-bottom: 15px;
  width: 85%;
}
#video .modal-content{
  background: #000;
  overflow: hidden;
}
#video video{
  object-fit: cover;
}
.btn-close{
  position: absolute;
  top: 5px;
  right: 5px;
  /* background-color: #e58c63; */
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 14px;
  opacity: 1;
  z-index: 1;
}

.inner-banner2{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/serice_banner.jpg);
  height: 400px;
  padding: 100px 0;
  position: relative;
}
.inner-banner2.auto {
  height: auto;
}
.inner-banner2::before{
  content: '';
  position: absolute;
  bottom: -54px;
  left: 0;
  width: 100%;
  height: 105px;
  background: url(../img/page-title-layer.png) no-repeat bottom left;
}
.inner-banner2 h4{
  font-size: 86px;
  color: #fff;
  text-align: left;
  font-weight: 800;
}
.service_title{
  background: #fff;
  padding: 60px;
  margin-top: -20%;
  margin-bottom: 40px;
  position: relative;
  width: 100%;
  max-width: 450px;
}

.story2{
  position: relative;
  background: #fff url(../img/about_bg.jpg);
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
}

#card_sort{
  width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 42px 0 0;
  background-color: #fff;
  border-left: 1px solid #707070;
  overflow: hidden;
}

#card_sort .offcanvas-title{
  font-size: 28px;
  line-height: 1.28em;
  color: #000;
}
.cartUL{
  display: block;
  margin: 0;
  padding: 0;
}

.cartUL li{
  display: flex;
  flex-wrap: nowrap;
  color: #000;
  padding: 20px 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5eaee;
}
.cartUL li span{
  background: #f2f6f7;
  width: 80px;
  height: auto;
  text-align: center;
  padding-top: 0;
  height: 80px;
  object-fit: cover;
  margin-right: 15px;
}
.cartUL li img{
  width: 100%;
  height: 100%;
}
.cartUL li p{
  padding-left: 0px;
  position: relative;
  padding-right: 15px;
  width: calc(100% - 80px);
  display: block;
	font-size:14px;
	line-height:20px;
	font-weight:500;
}
.cartUL li p small{
  display: block;
  font-size: 15px;
  font-weight:600;
  margin-top: 10px;
}
.cartUL li p i{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  color: #ff0000;
}

.quote1{
  position: absolute;
  left: 0;
  width: 80px;
  top: -6px;
}
.quote2{
  position: absolute;
  right: 0;
  width: 98px;
  bottom: 0;
}

.popup_btn{
  position: absolute;
  right: 0;
  top: 100%;
  width: 350px;
  height: auto;
  padding: 15px;
  background: #fff;
  z-index: 9999;
  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; */
  display: none;
  text-align: center;
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border-right: 0;
  background: #fff;
  border-radius: 0;
}

.popup_btn a{
  display: block;
}
.popup_btn h6{
  font-size: 23px;
  font-weight: 800;
  color: #fff;
}
.popup_btn p{
  font-size: 16px;
  font-weight: 400;
  color: #93d4ff;
  list-style: 20px;
  margin-bottom: 12px;
}
.popup_btn p a{
  color: #ffc756;
  font-size: 20px;
  font-weight: 600;
}
.popup_btn p span{
  display: block;
  margin-bottom:8px;
}
@-webkit-keyframes slideInRight {
  0% {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
}
  @keyframes slideInRight {
  0% {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
} 

.popup_btn .ct-form .form-control{
  height: 54px;
  border: 1px solid #ced4da;
  padding: 15px;
  margin: 0;
}

.fixed .popup_btn{
  top: 100%;
}
.benefit_block {
  display: flex;
  align-items: flex-start;
}
.benefit_block figure {
  max-width: 80px;
  flex: 0 0 100%;
  aspect-ratio: 1/1;
  margin-right: 24px;
  margin-bottom: 24px;
}
.benefit_block figure img {
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: scale-down;
}
.benefit_block h5 {
  font-size: 16px;
  margin-bottom: 24px;
  font-weight: 700;
}
.benefit_block p {
  font-size: 14px;
  line-height: 1.4;
}
.widget {
  background: #fff9ed;
  position: sticky;
  top: 100px;
}
.widget-profile-box {
  padding: 16px;
  display: flex;
  align-items: center;
}
.widget-profile-box .image {
  margin-right: 10px;
}
.widget-profile-box .image img {
  border-radius: 50%;
}
.widget-profile-box .name {
  font-size: 20px;
  font-weight: 500;
}
.sidebar-widget-title {
  padding: 0 16px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}
.widget-profile-menu .categories {
  margin: 16px 0 0;
  padding: 0;
  list-style-type: none;
}
.widget-profile-menu .categories li {
  display: block;
}
.widget-profile-menu .categories li a {
  display: block;
  padding: 10px 16px;
  color: #000;
}
.widget-profile-menu .categories li a:hover, .widget-profile-menu .categories li a.active {
  background: #e58c63;
  color: #fff;  
}
.page-title .heading {
  font-size: 24px;
  font-weight: 700;
}
.form-box {
  margin-top: 16px;
  background: #f9f9f9;
  border: 1px solid #eee;
}
.form-box-title {
  padding: 16px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
}
.form-box-content {
  padding: 16px;
}
.form-box-content label {
  font-size: 12px;
  letter-spacing: 0;
}
.form-box-content .form-control {
  border-radius: 4px;
  background: #fff;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
}
.btn {
  font-size: 14px;
  border-radius: 4px;
  font-weight: 700;
  background: #e58c63;
  color: #fff;
}
.btn:hover {
  background: #e58c63;
  color: #fff;
}
.thankyou_banner {
  padding: 100px 0;
}
.thankyou_banner svg {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
}
.thankyou_banner .title {
  font-size: 32px;
}
.thankyou_banner .subtitle {
  font-size: 24px;
}
.remember_area {
  align-items: center;
}
.remember_area .form-check {
  display: flex;
  align-items: center;
}
.remember_area .form-check-input {
  width: 20px;
  height: 20px;
}
.remember_area .form-check-label {
  margin: 0;
}
.alert .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  color: #000;
}
.alert-dismissible .btn-close {
  padding: 13px;
}
.offcanvas-header .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; 
  padding: 11px;
  top: 10px;
  right: 10px;
}
.offcanvas-header {
  padding: 0 15px 44px;
}
#card_sort .offcanvas-title {
  font-size: 20px;
  font-weight: 600;
}
.offcanvas-body {
  padding: 0 12px 12px;
}
.cartUL li {
  padding: 0 0 12px;
  margin-bottom: 12px;
}
.cartUL li h5 {
  font-size: 18px;
  padding: 20px;
}
.product_textb .btn_reg span {
  font-weight: 600;
}
.btn.btn_cart {
  height: 40px;
  margin: 0;
}
.cart_footer {
  padding: 12px;
}
.product-slider .swiper-button-next, .product-slider .swiper-button-prev {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}
.swiper-horizontal {
  position: relative;
}
.faq_heading {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 22px 24px;
  padding-right: 70px;
  background: #edaf92 url(../img/plus.svg) center right 24px no-repeat;
  cursor: pointer;
  border-radius: 8px;
  margin-top: 24px;
}
.faq_heading.active{
  border-radius: 8px 8px 0 0;
  background: #edaf92 url(../img/minus.svg) center right 24px no-repeat;
}
.faq_content {
  display: none;
  padding: 24px 22px;
  background: #fcf4ef;
  border-radius: 0 0 8px 8px;
}
.faq_content p {
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 24px;
}
.faq_content ul {
  list-style-type: disc;
  padding-left: 24px;
}
.faq_content ul li {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.faq_content ul li:last-child {
  margin: 0;
}

.webwidget_rating_sex{
    padding: 0px;
    margin: 0px;
}
.webwidget_rating_sex li{
    line-height: 0px;
    width: 25px;
    height: 25px;
    padding: 0px;
    margin: 0px;
    margin-left: 2px;
    list-style: none;
    float: left;
    cursor: pointer;
}
.webwidget_rating_sex li span{
    display: none;
}
.answer_list {
  background: #fbfbfb;
}
.nav-link{
  position: relative;
}
.badge3{
  position: absolute;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 0;
  background: #da2e1f;
  /* border: 2px solid #fff; */
  color: #fff;
  line-height: 2;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 10px;
}


/*-------------Login-----------------------*/


/* Login form styling */
.login_form {
  width: 100%;
  max-width: 435px;
  background: transparent;
  border-radius: 6px;
  padding: 41px 30px 0 30px;
  /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); */
}
.login_form h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}
.login_form h3 small{
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 8px;
}
/* Google & Apple button styling */
.login_form .login_option {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.login_form .login_option .option {
  width: calc(100% / 2 - 12px);
}
.login_form .login_option .option a {
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background: #F8F8FB;
  border: 1px solid #DADAF2;
  border-radius: 5px;
  margin: 34px 0 24px 0;
  text-decoration: none;
  color: #171645;
  font-weight: 500;
  transition: 0.2s ease;
}
.login_form .login_option .option a:hover {
  background: #ededf5;
  border-color: #e58c63;
}
.login_form .login_option .option a img {
  max-width: 25px;
}
.login_form p {
  text-align: center;
  font-weight: 500;
}
.login_form .separator {
  position: relative;
  margin-bottom: 24px;
}
/* Login option separator styling */
.login_form .separator span {
  background: #fff;
  z-index: 1;
  padding: 0 10px;
  position: relative;
}
.login_form .separator::after {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  height: 1px;
  background: #C2C2C2;
  display: block;
}
form .input_box label {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
}
/* Input field styling */
form .input_box input {
  width: 100%;
  height: 57px;
  border: 1px solid #DADAF2;
  border-radius: 5px;
  outline: none;
  background: #F8F8FB;
  font-size: 17px;
  padding: 0px 20px;
  margin-bottom: 25px;
  transition: 0.2s ease;
}
form .input_box input:focus {
  border-color: #e58c63;
}
form .input_box .password_title {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
form .input_box {
  position: relative;
}
a {
  text-decoration: none;
  color: #e58c63;
  font-weight: 500;
}
a:hover {
  text-decoration: underline;
}
/* Login button styling */
form button {
  width: 100%;
  height: 56px;
  border-radius: 5px;
  border: none;
  outline: none;
  background: #e58c63;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 28px;
  transition: 0.3s ease;
}
form button:hover {
  background: #b86640;
}


/*----------------Slider-------------------*/

.parent {
  width: 100%;
  height:550px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto;
  overflow: hidden;
  position: relative;
  border-radius: 0;
}

svg {
  position: absolute;
  z-index: 1;
  width:100%;
  /* height: 550px; */
}

.parent button {
  position: absolute;
  z-index: 50;
  width: 40px;
  overflow: hidden;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 88px 5px rgba(0, 0, 0, 0.75);
}
button:focus {
  outline-width: 0;
}

circle {
  stroke: transparent;
  fill: none;
  transition: 0.3s;
}

#svg1 circle {
  transition-timing-function: linear;
}

#svg2 circle {
  transition-timing-function: linear;
}

#Capa_1 {
  position: absolute;
  width: 16px;
  height: 16px;
  transform: translate(-7px, -8px);
}

#Capa_2 {
  position: absolute;
  width: 16px;
  height: 16px;
  transform: translate(-9px, -8px);
}

.right {
  margin-left: 24%;
    margin-top: 3.5%;
  border: 1px solid #849494;
  background-color: transparent;
  transition: 0.5s;
}
.right:hover {
  background-color: #fff;
}

.left {
  margin-left: 0.5%;
  margin-top: 3.5%;
  border: 1px solid #849494;
  background-color: transparent;
  transition: 0.5s;
}
.left:hover {
  background-color: #fff;
}

/* .circle1 {
  transition-delay: 0.05s;
}

.circle2 {
  transition-delay: 0.1s;
}

.circle3 {
  transition-delay: 0.15s;
}

.circle4 {
  transition-delay: 0.2s;
}

.circle5 {
  transition-delay: 0.25s;
}

.circle6 {
  transition-delay: 0.3s;
}

.circle7 {
  transition-delay: 0.35s;
}

.circle8 {
  transition-delay: 0.4s;
}

.circle9 {
  transition-delay: 0.45s;
}

.circle10 {
  transition-delay: 0.05s;
}

.circle11 {
  transition-delay: 0.1s;
}

.circle12 {
  transition-delay: 0.15s;
}

.circle13 {
  transition-delay: 0.2s;
}

.circle14 {
  transition-delay: 0.25s;
}

.circle15 {
  transition-delay: 0.3s;
}

.circle16 {
  transition-delay: 0.35s;
}

.circle17 {
  transition-delay: 0.4s;
}

.circle18 {
  transition-delay: 0.45s;
} */

.slide1 {
  background-image: url("../img/slider3.jpg");
}

.slide2 {
  background-image: url("../img/slider1.jpg");
}

.slide3 {
  background-image: url("../img/slider3.jpg");
}

.slide4 {
  background-image: url("../img/slider1.jpg");
}

.slider {
  position: absolute;
  width: 400%;
  height: 100%;
  background: #000;
  display: inline-flex;
  overflow: hidden;
}

.slide1, .slide2, .slide3, .slide4 {
  position: absolute;
  background-position: center;
  background-size: cover;
  color: #000;
  font-size: 62px;
  padding-top: 138px;
  font-weight: 800;
  font-family: "Heebo", sans-serif;
  text-align: center;
  width: 25%;
  height: 100%;
  z-index: 10;
  transition: 1.4s;
}

.tran {
  transform: scale(1.3);
}

.up1 {
  z-index: 20;
}

.up2 {
  z-index: 40;
}

.steap {
  stroke-width: 0;
}

.streak {
  stroke-width: 82px;
}

@media (max-width: 700px) {
  .parent {
    margin-left: 1%;
  }
}

/*------------Product_Card-------------------*/

.product-grid{
  text-align: center;
  transition: all 0.5s;
  background: #e9f2ff;
}
.product-grid:hover{ box-shadow: 0 5px 18px rgba(0, 0, 0, 0.3); }
.product-grid .product-image{
  position: relative;
  overflow: hidden;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
  width: 100%;
  height: auto;
}
.product-image .pic-1{
  opacity: 1;
  backface-visibility: hidden;
  transition: all 0.5s;
}
.product-grid:hover .product-image .pic-1{ opacity: 0; }
.product-image .pic-2{
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.product-grid:hover .product-image .pic-2{ opacity: 1; }
.product-grid .product-sale-label{
  color: #fff;
  background: #e58c63;
  font-size: 13px;
  text-transform: uppercase;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0;
  font-weight: 600;
}
.product-sale-label small{
  font-weight: 500 !important;
  margin-top: 5px !important;
  display: block !important;
  position: relative;
}
.product-grid .social{
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 15px;
  right: 7px;
}
.product-grid .social li{
  transform: translateX(60px);
  transition: all 0.3s ease 0.3s;
}
.product-grid .social li:nth-child(2){ transition: all 0.3s ease 0.4s; }
.product-grid:hover .social li{ transform: translateX(0); }
.product-grid .social li a{
  color: #707070;
  background: #fff;
  font-size: 16px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin: 0 0 7px;
  border-radius: 50px;
  display: block;
  transition: all 0.3s ease 0s;
}
.product-grid .social li a:hover{ color: #6DA84A; }
.product-grid .product-rating{
  background: rgba(255,255,255,0.95);
  width: 100%;
  padding: 10px;
  opacity: 0;
  position: absolute;
  bottom: -60px;
  left: 0;
  transition: all .2s ease-in-out 0s;
}
.product-grid:hover .product-rating{
  opacity: 1;
  bottom: 0;
}
.product-grid .rating{
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
}
.product-grid .rating li{
  color: #6DA84A;
  font-size: 13px;
}
.product-grid .rating li.far{ color: #999; }
.product-grid .add-to-cart{
  color: #000;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #e58c63;
  transition: all .2s ease-in-out 0s;
}
.product-grid .add-to-cart:hover{
  color: #000;
  border-color: #000;
}
.product-grid .product-content{
  background: #fff;
  padding: 15px;
}
.product-grid .title{
  font-size: 18px;
  text-transform: capitalize;
  margin: 0 0 5px;
}
.product-grid .title a{
  color: #111;
  font-size: 16px;
  margin: 25px 0 15px 0;
  font-weight: 600;
  color: #000;
  transition: all 0.3s ease-out 0s;
}
.product-grid .title a:hover{ color: #6DA84A; }
.product-grid .price{
  font-size: 18px;
  font-weight: 500;
  color: #000;
  transition: all 0.3s ease-out 0s;
}
.product-grid .price span{
  text-decoration: line-through;
  margin-right: 5px;
  display: inline-block;
  opacity: 0.35;
}
@media only screen and (max-width:990px){
  .product-grid{ margin-bottom: 40px; }
}


/*----------------Product_slider---------------------*/

.product-left .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider__flex {
  display: flex;
  align-items: flex-start;
}
.slider__col {
  display: flex;
  flex-direction: column;
  width: 150px;
  margin-right: 32px;
}
.slider__prev,
.slider__next {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  height: 48px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider__prev:focus,
.slider__next:focus {
  outline: none;
}
.slider__thumbs {
  height: calc(500px - 96px);
}
.slider__thumbs .slider__image {
  transition: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
.slider__thumbs .slider__image:hover {
  opacity: 1;
}
.slider__thumbs .swiper-slide-thumb-active .slider__image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.slider__images {
  height: 500px;
}
.slider__images .slider__image img {
  transition: 3s;
}
.slider__images .slider__image:hover img {
  transform: scale(1.1);
}
.slider__image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .slider__flex {
    flex-direction: column-reverse;
  }
  .slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }
  .slider__images {
    width: 100%;
  }
  .slider__thumbs {
    height: 100px;
    width: calc(100% - 96px);
    margin: 0 16px;
  }
  .slider__prev,
  .slider__next {
    height: auto;
    width: 32px;
  }
}

/*-------------Checkout------------------*/

.checkoutpage .card {
  margin-bottom: 24px;
  -webkit-box-shadow: 0 2px 3px #e4e8f0;
  box-shadow: 0 2px 3px #e4e8f0;
}
.checkoutpage .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #eff0f2;
  border-radius: 1rem;
}
.activity-checkout {
  list-style: none
}

.activity-checkout .checkout-icon {
  position: absolute;
  top: -4px;
  left: -24px
}

.activity-checkout .checkout-item {
  position: relative;
  padding-bottom: 24px;
  padding-left: 35px;
  border-left: 2px solid #f5f6f8
}

.activity-checkout .checkout-item:last-child {
  border-color: transparent
}

.activity-checkout .checkout-item.crypto-activity {
  margin-left: 50px
}

.activity-checkout .checkout-item .crypto-date {
  position: absolute;
  top: 3px;
  left: -65px
}



.avatar-xs {
  height: 1rem;
  width: 1rem
}

.avatar-sm {
  height: 2rem;
  width: 2rem
}

.avatar {
  height: 3rem;
  width: 3rem
}

.avatar-md {
  height: 3rem;
  width: 3rem
}

.avatar-lg {
  height: 3rem;
  width: 3rem
}

.avatar-xl {
  height: 3rem;
  width: 3rem
}

.avatar-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3b76e1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%
}

.avatar-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 8px
}

.avatar-group .avatar-group-item {
  margin-left: -8px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all .2s;
  transition: all .2s
}

.avatar-group .avatar-group-item:hover {
  position: relative;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px)
}

.card-radio {
  background-color: #fff;
  border: 2px solid #eff0f2;
  border-radius: .75rem;
  padding: .5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block
}

.card-radio:hover {
  cursor: pointer
}

.card-radio-label {
  display: block
}

.edit-btn {
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: 25px;
  margin-top: -50px
}

.card-radio-input {
  display: none
}

.card-radio-input:checked+.card-radio {
  border-color: #3b76e1!important
}


.font-size-16 {
  font-size: 16px!important;
}
.text-truncate {
overflow: inherit;
text-overflow: inherit;
white-space: normal;
}

a {
  text-decoration: none!important;
}


.activity-checkout .form-control {
  width: 100%;
  height: 57px;
  border: 1px solid #DADAF2;
  border-radius: 5px;
  outline: none;
  background: #F8F8FB;
  font-size: 17px;
  padding: 0px 20px;
  margin-bottom: 25px;
  transition: 0.2s ease;
}

.edit-btn {
  width: 35px;
  height: 35px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: 25px;
  margin-top: -50px;
}

.ribbon {
  position: absolute;
  right: -26px;
  top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 1px 22px;
  font-size: 13px;
  font-weight: 500
}

.checkoutpage table tr th{
  font-size: 14px;
}
.checkoutpage table tr td, .checkoutpage table tr td h5{
  font-size: 14px;
}

.total_price ul li:first-child{
    display:none;
}


/*---------banner-slider-------------*/

.bannerSwiper .swiper-wrapper{
    height:550px;
}


/*----------------Product_slider---------------------*/

.product-left .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider__flex {
  display: flex;
  align-items: flex-start;
}
.slider__col {
  display: flex;
  flex-direction: column;
  width: 150px;
  margin-right: 32px;
}
.slider__prev,
.slider__next {
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  height: 48px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider__prev:focus,
.slider__next:focus {
  outline: none;
}
.slider__thumbs {
  height: calc(500px - 96px);
}
.slider__thumbs .slider__image {
  transition: 0.25s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
}
.slider__thumbs .slider__image:hover {
  opacity: 1;
}
.slider__thumbs .swiper-slide-thumb-active .slider__image {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
.slider__images {
  height: 500px;
}
.slider__images .slider__image img {
  transition: 3s;
}
.slider__images .slider__image:hover img {
  transform: scale(1.1);
}
.slider__image {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .slider__flex {
    flex-direction: column-reverse;
  }
  .slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }
  .slider__images {
    width: 100%;
  }
  .slider__thumbs {
    height: 100px;
    width: calc(100% - 96px);
    margin: 0 16px;
  }
  .slider__prev,
  .slider__next {
    height: auto;
    width: 32px;
  }
}

/*---------banner-slider-------------*/

.bannerSwiper .swiper-wrapper{
    height:550px;
}



.widget-area .widget_categories {
    background-color: #ffffff;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    padding: 25px;
}
.widget-area .widget .widget-title {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 20px;
}
.widget-area .widget_categories ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.widget-area .widget_categories ul li {
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;
    color: #111111;
    padding-left: 18px;
    font-size: 15px;
    font-weight: 600;
}
.widget-area .widget_categories ul li::before {
    background: #f36e23;
    height: 8px;
    width: 8px;
    content: "";
    border-radius: 50%;
    left: 0;
    top: 7px;
    position: absolute;
}
.widget-area .widget_categories ul li a {
    color: #111111;
    display: inline-block;
}
.widget-area .widget:last-child {
    margin-bottom: 0;
}
.widget-area .widget_tag_cloud {
    background-color: #ffffff;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    padding: 25px;
    margin-bottom:20px;
}
.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 18px;
}
.widget-area .widget .widget-title {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    font-size: 20px;
}
.widget-area .tagcloud a {
    display: inline-block;
    background: #f5f5f5;
    color: #111111;
    padding: 8px 30px;
    border: none;
    border-radius: 3px;
    font-weight: 600;
    font-size: 15px !important;
    margin-top: 8px;
    margin-right: 5px;
}
.blog-details-desc .article-content {
    margin-top: 30px;
}
.blog-details-desc .article-content .entry-meta {
    margin-bottom: -8px;
}
.blog-details-desc .article-content h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 25px;
}
.blog-details-desc .article-content p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #6b6b84;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}
.post-navigation {
    margin-top: 30px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding-top: 20px;
    padding-bottom: 20px;
}
.post-navigation .navigation-links {
    display: flex;
    flex-wrap: wrap;
}
.post-navigation .navigation-links .nav-previous {
    flex: 0 0 50%;
    max-width: 50%;
}
.post-navigation .navigation-links .nav-next {
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
}
