

body {
  font-size: 15px;
  font-family:'Karla', sans-serif !important;
}
:root {
  --base-color: #75497a;
  --secondary-color:#e1ccad;
  --light:#ffff;
  --bg-yellow: #f3e9d3;
  --lighter-green: #5133293b;
  --grey-color: #939393;
  --green-color: #4caf50;
  --light-green:  #C0CF7E;
  --primary-color: #232323;
  --base-gradient: linear-gradient(90deg, rgba(255,245,178,1) 11%, rgba(215,165,82,1) 100%);
  --price-color: #85A164;
  --bg-white: #fff;
  --tag-color: #ec2029;
  --star-color: #ffc107;
  --news-color: #e1ccad;
}

@media screen and (min-width: 600px) {
  .display-inline-flex {
    display: inline-flex !important;
  }
}

p,
h3,
h4,
kbd {

  font-family: 'Karla', sans-serif;
}



.font-size-family {
  font-family: 'Karla';
  font-size: 15px;
  color: inherit;
}
.font-base{
  font-family: 'Playfair Display' !important;
  font-weight: 400 !important;
}
.text-dark{
  color: #111 !important;
}
.font-color{

  color: var(--base-color) !important;
}
.bg-color{
  background-color: var(--base-color);
}
.bg-offer{
  background-color: var(--tag-color);
}
textarea {
  resize: none;
}

.header-image-search {
  position: absolute;
  left: 12px;
  top: 10px;
}

.cartApp{
    padding-top: 5rem !important;
}

.remove_SaveForLater {
  padding: .75rem !important;
  vertical-align: top !important;
  border-top: 0px solid #fafafa !important;
}

img {
    vertical-align: middle;
    border-style: none;
    /* border-radius: 0.5em; */
}

.wishlist_btn {
  font-size: 2.5rem !important;
  margin-left: 10px;
  top: 0;
  position: relative;
}

.cart_btn {
  font-size: 2.6rem !important;
  margin-left: 7px;
  top: 0;
  position: relative;
}

ul#popupMenu {
  z-index: 9;
}

.text-primary{
  color: var(--base-color) !important;
}

.bg-card{
  background: #ffdf80cc;
}


.customAlert {
  display: none;
  position: fixed;
  max-width: 25%;
  min-width: 200px !important;
  height: 90px;
  left: 50%;
  top: 50%;
  padding: 10px;
  box-sizing: border-box;
  margin-left: -12.5%;
  margin-top: -5.2%;
  background: var(--base-color);
}

.sticky-top-two{
    position: sticky;
    top: 30%;
}

.message {
  padding: 5px;
  color: white;
  font-size: 18px;
  line-height: 20px;
  text-align: justify;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

input[type='button'] {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 50%;
  height: 36px;
  margin-top: -45px;
  margin-left: -25%;
  outline: 0;
  border: 0;
  background: #fff;
  color: #5a5a5a;
  text-transform: uppercase;
  float: right;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle {
  color: #000;
  background-color: #000;
  border-color: var(--base-color);
}


.btn-outline-secondary:hover {
  color: #fff !important;
  background-color: var(--base-color);
  border-color: var(--base-color);
}


/* Confirm pop up */

#confirm {
  z-index: 9;
  display: none;
  background-color: #000000d9;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  left: 0px;
  bottom: 75px;
  min-height: 100px;
  padding: 20px;
}

.rounded{
  border-radius: 0.5em !important;
}

#confirm button {
  background-color: #fff;
  color: var(--base-color);
  display: inline-block;
  border-radius: 0px;
  border: 1px solid #aaa;
  padding: 5px;
  text-align: center;
  width: 80px;
  cursor: pointer;
  margin: 8px;
}

.border-black{
    border: 1px solid #000 !important;
}

.badge-coupon{
    background: #4caf5040;
    border: 1px solid #4caf50;
    color: #4caf50;
}

.badge-remove{
    color: var(--base-color);
    font-weight: 500;
}

.badge-remove:hover{

    color: #000 !important;
    font-weight: 500;
}

.font-big{
    font-size: 3rem !important;
}

#confirm .message {
  text-align: center;
  color: #fff;
}

.border-radius-1{
  border-radius: 0.25em !important;
}

.font-italic{
  font-style: italic !important;
}


.hover-menu-list{
  margin-top: -145% !important;
}



/* Alert pop up */

#alert {
  z-index: 99999;
  display: none;
  background-color: #000000d9;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  left: 0px;
  top: 50%;
  min-height: 100px;
  padding: 20px;
}

#alert button {
  background-color: #fff;
  color: var(--base-color);
  display: inline-block;
  border-radius: 0px;
  padding: 5px;
  text-align: center;
  width: 120px;
  cursor: pointer;
  margin: 8px;
}

#alert .msg {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.border-radius-2{
  border-radius: 200px !important;
}

.navbar-brand {
  height: auto;
}
.prod_font{
  font-weight: 600 !important;
  margin-bottom: 1rem;
  font-size: 3em;
}
p.prod_font.text-capitalize.d-flex {
  padding: 15px 20px;
  background-color: #f9f6f4;
  margin-top: -2rem;
}

span.discount-block.pl-3 {
  padding-left: 3rem !important;
}

h3.prod_font.text-capitalize {
  font-weight: 400;
  font-family: 'Karla';
}

p.quantity {
  font-weight: 400;
  font-size: 15px !important;
  letter-spacing: 0;
  line-height: 24px;
  font-family: 'Karla' !important;
  /* margin-bottom: 1.5em; */
  color: #6d6d6d;
}

/* select#QuantityUnits {
  background: #FFF url(../../assets/img/select-bg.svg) no-repeat 100% 45%;
  padding: 5px;
  width: 100%;
  height: 40px;
  text-indent: 0px;
  border-radius: 4px !important;
  border: 1px solid #cbc9c7;
  border: none;
  font-size: 13.33px;
  font-family: 'Karla' !important;
  color: #8e8e8e;
}

select#size {
  background: #FFF url(../../assets/img/select-bg.svg) no-repeat 100% 45%;
  padding: 5px;
  width: 100%;
  height: 40px;
  text-indent: 0px;
  border-radius: 4px !important;
  border: none;
  border: 1px solid #cbc9c7;
  font-size: 13.33px;
  font-family: 'Karla' !important;
  color: #8e8e8e;
} */
input[type="text"]:focus
input[type="number"]:focus
input[type="password"]:focus
input[type="url"]:focus
input[type=email]:focus
input[type="tel"]:focus{
  border-color: var(--base-color) !important;
  transition-duration: .3s;
}
select#color {
  background: #FFF url(../../assets/img/select-bg.svg) no-repeat 100% 45%;
  padding: 5px;
  width: 100%;
  height: 40px;
  text-indent: 0px;
  border-radius: 4px !important;
  border: 1px solid #cbc9c7;
  font-size: 13.33px;
  font-family: 'Karla' !important;
  color: #8e8e8e;
}

#newsletter_message {
  position: absolute;
  z-index: 9;
  right: 15px;
  width: 30%;
  top: 10%;
}

.bg-news{
background: var(--news-color);
}





.light-text {
  color: rgba(0, 0, 0, 0.6);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
}

.h6,
h6 {
  font-size: 15px;
}

.whatsapp {
  color: #2cb742;
}

/* table tbody tr:last-child{
  border-bottom: solid 1px #ccc;
} */


.cart-btn {
  font-size: 2rem;
  padding-left: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  padding-top: 0;
}

.cart-li-btn {
  position: relative;
  width: 36px;
  height: 20px;
}

.toggle-btn {
  font-size: 2.5rem;
  justify-content: center;
  display: flex;
  outline: none;
}

#navbar {
  position: sticky;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
  z-index: 150;
  background: #fff;
}

.navbar-expand-sm .navbar-nav .nav-link {
  justify-content: center;
  align-items: center;
  display: inline-flex;
  color: rgba(255, 255, 255, 0.8);
}

.border-top {
  border-top: 1px solid #dee2e63b!important;
}

.bg-transp{
  background: #75497a;
}

.header-logo {
  max-height: 110px;
  padding: 3px;
}

.bg-hover-menu:hover{
  background-color: #000;
  color: var(--base-color) !important;
}
.hr-menu{
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0;
  border-top: 1px solid #ececec4d;
}

.navbar-nav li.nav-item {
  border-left: 1px solid #636465;
}

.navbar-nav li.nav-item:last-child {
  border-right: 1px solid #636465;
}

.right-top-section {
  position: relative;
  list-style: none;
  text-align: right;
}

.right-top-section .dropdown-menu:before {
  position: absolute;
  top: -8px;
  left: 50%;
  width: 0;
  height: 0;
  transform: translate(-50%, 0);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 8px solid #eee7e7;
  content: "";
  z-index: 999;
}

.user-account-dropdown {
  position: relative;
}

.right-top-section .dropdown-menu {
  z-index: 10000;
  position: absolute;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.175);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.175);
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background-clip: padding-box;
}

.right-top-section .user-account-dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu>ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* GALLERY */
.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
  border-radius: 0;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.btn-outline-secondary:hover {
  color: #000 !important;
  background-color: var(--primary-color);
  border-color: var(--bg-white);
}


.portfolio-item{
	/*width:100%;*/
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}
/* GALLERY */

.dropdown-menu>ul>li>a {
  display: block;
  padding: 8px 20px;
  clear: both;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.42857;
  color:rgb(255, 255, 255);
  white-space: nowrap;
}
.dropdown-menu>ul>li>a:hover {
  background-color: var(--base-color) !important;
  color:#000 !important;
}

.page-banner{
  padding: 0;
}

.search .input-group-lg>.form-control {
  height: 45px;
    padding: 0 20px !important;
    line-height: 45px;
    border-radius: 0;
    font-size: 15px;
    font-family: 'Karla';
    letter-spacing: 0;
}

.search .input-group-lg>.form-control:focus {
    border: 2px solid var(--base-color) !important;
}

.searched-products{
  position: absolute;
  top: 95%;
  left: 30%;
  width: 26.5%;
  max-height: 300px;
  background-color: #fff;
  box-shadow: 0 5px 12px rgb(126 142 177 / 20%);
  border-radius: 0px;
  padding: 1rem 0;
  overflow-y: auto;

  display: none;
}
ul.searched-products__list{
  list-style: none;
}
li.searched-products__list--result{
  margin: 0;
  padding: 0;
}
a.product_result--link{
  display: block;
  width: auto;
  padding: .85rem 1.3rem;
}
a.product_result--link:hover{
  background-color: var(--base-color);
  box-shadow: 3px 0 0 0 var(--base-color) inset;
}

.main-navigation {
  display: contents;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
  align-items: center;

}

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Inter,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  color: #212529;
  text-align: left;
  /* background-color: #fff !important; */
  /* background-image: url(../../assets/img/background.jpg) !important; */
}

.bg-black{
  background: #000;
}

ul.main-navigation>li {
  text-align: center;
  position: relative;
  padding: .3rem .6rem;

}

/* limit header items */

.main-navigation li:nth-last-child(2) {
  border: none;
} 


ul.main-navigation >li>a {
  display: flex;
  font-size: 15px !important;
  /* text-transform: uppercase; */
  padding: 0.9rem .9rem;
  color: #fff;
  position: relative;
  text-align: center;
  z-index: 0;
  transition: all 0.5s ease;
  font-family: 'Karla', sans-serif;
}

.small-text-slider{
  font-family: 'Playfair Display', serif;
    text-transform: none;
    margin-left: 0px;
    margin-right: 0px;
    color: var(--base-color);
    line-height: 1;
    font-size: 1.7em;
    padding-right: 10px;

}

.heading-one{
  font-family: 'Playfair Display', serif;
    font-size: 4.5em;
    /* text-align: center; */
    text-transform: none;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 1;
}

.form-sub-label {
  font-size: .3em !important;
  margin-top: 11px;
  margin-left: 2px;
  display: block;
  word-break: break-word;
}

.form-dropdown, .form-textarea, .form-textbox:not(#productSearch-input), .signature-wrapper {
  font-size: .3em !important;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  display: block;
  min-width: 100%;
  font-family: inherit;
}



/* Home Page Testimonial Section Style */

.testimonial_section{
  background-image: url('../images/testimonial_background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 145px 0 135px;
  position: relative;
}
.testimonial_content {
  text-align: center;
}
.testimonial_content i{
  font-size: 140px;
  line-height: 88px;
  color: var(--e-global-color-secondary);
  margin-bottom: 35px;
}
.testimonial_content .testimonial_paragraph{
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: var(--e-global-color-primary);
  padding: 0 52px 0 55px;
  margin-bottom: 26px;
}
.testimonial_content figure{
  margin-bottom: 18px;
}
.testimonial_content .testimonial_person_name{
  font-family: 'DM Serif Display', serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  color: var(--e-global-color-primary);
  margin-bottom: 5px;
}
.testimonial_content span{
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: var(--e-global-color-text);
}
.testimonial_left_shape {
  position: absolute;
  left: 0;
  top: 710px;
  z-index: -1; /* Adjust the z-index value as needed */
}

.testimonial_right_shape {
  position: absolute;
  right: 0;
  bottom: 78px;
  z-index: 0; /* Adjust the z-index value as needed */
}

#carouselExampleControls .carousel-control-prev{
  left: -112px;
  top: -70px;
  font-size: 50px;
  line-height: 50px;
  color: var(--e-global-color-secondary);
  opacity: 1;
}
#carouselExampleControls .carousel-control-prev i{
  transition: all 0.3s ease-in-out;
}
#carouselExampleControls .carousel-control-prev i:hover{
  color: var(--e-global-color-soft-orange);
}
#carouselExampleControls .carousel-control-next{
  right: -112px;
  top: -70px;
  font-size: 50px;
  line-height: 50px;
  color: var(--e-global-color-secondary);
  opacity: 1;
}
#carouselExampleControls .carousel-control-next i{
  transition: all 0.3s ease-in-out;
}
#carouselExampleControls .carousel-control-next i:hover{
  color: var(--e-global-color-soft-orange);
}


.font-heading{
  /* font-family: 'Playfair Display', serif; */
  font-weight: 500;
}
.font-subheading{
  font-family: 'Playfair Display', serif !important;
}
.sub-heading{
  color: #01010375;
  font-size: xx-large;
  margin-bottom: 0;
  line-height: 1;
}
.large-font-content{
  font-size: large;
  line-height: 1.7em;
}
.coffee_feature--card{
  display: flex;
  flex-direction: row;
  align-items: center;  
}
/* .coffee_feature--card h1{
  color: rgba(0, 0, 0, 0.6);
} */
.coffee_feature--icon{
  font-size: xx-large;
  text-align: center;  
  padding: .8rem .5rem;
  background-color: #31508b;
  color: white;
  border-radius: 20px;
  height: 100%;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #ececec;
}

.background-light-blue{
  background: #f5f7ff !important;
}

.border-hr{
  border-top: 1px solid #ffffff2e;
}

hr.hr-break{
  margin: 1.5rem 0;
  padding-top: 1px;
  width: 100%;
  background-color: #ddd;
  border: none;
  border-radius: 0px;
}

.btn-primary {
  color: #fff !important;
  background: var(--base-color);
  border: 0;
  padding: 8px 10px;
  font-family: 'Karla';
}

.btn-primary:hover {
  color: #fff !important;
    background-color: #32323D;
  border:0ch;
  
}



.site-btn{
  /* height: 46px; */
  padding: 1rem 1.5rem;
    /* padding-top: 13px; */
    width: fit-content;
    background: var(--base-color);
    margin-top: 6px !important;
    margin: 20px;
    float: left;
    font-weight: 600;
    margin-left: 1px;
    border: 0px;
    border-radius: 35px;
    font-family: 'Karla', sans-serif;
    /* padding-left: 19px; */
    color: var(--base-color) !important;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    box-shadow: 0px 0 0 var(--base-color) inset;
}
.site-btn:hover{
  -webkit-box-shadow: -200px 0 0 var(--base-color) inset;
  color: white !important;
}

ul.main-navigation > li.drop-list > a:after {
  font-size: 11px;
  right: 5px;
  transition: all 0.4s ease;
  content: "\25BE";
  top: 0;
  bottom: 0;
  margin-top: 2px;
  transition: 0.2s;
}

ul.main-navigation>li>.dropdown-menu {
  display: none;
    background: #000;
    position: absolute;
    left: 0;
    top: 100%;
    width: 250px;
    padding: 35px 35px 35px 10px;
    margin-top: -1px;
    border-radius: 0;
    border: 1px solid #ececec4d !important;
}

.page-header {
  padding-bottom: 0;
}

ul.main-navigation>li:hover>.dropdown-menu {
  display: block;
}

a {
  color: #000;
  font-size: 15px;
}

a:active,
a:hover {
  text-decoration: none;
  outline: 0;
  color: var(--secondary-color) !important;
}

ul.main-navigation>li:hover:not(.no-child)>a {
  /* border-left-color: #dfdfdf; */
  z-index: 1500;
  position: relative;
  /* border-right-color: #dfdfdf; */
}

ul.main-navigation>li:first-child>a {
  text-align: left;
}

ul.main-navigation>li:last-child>a {
  text-align: right;
  padding-right: 15px;
}

ul.main-navigation>li>ul>li:not(.menu-banner) li {
  padding-bottom: 10px;
}

.view_all_link {
  min-height: 100%;
  max-height: 200px;
}

.list-group-header {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
  padding-bottom: 5px;
  text-transform: uppercase;
  border-bottom: 0px solid #dfdfdf;
  color: #1b1b1b;
}

.category-img-rounded{
  border-radius: 0.25em;
}

.image-circle{
  border-radius: 50% !important;
}

.font-serif-display{
  font-family: 'Playfair Display' !important;
}

#overlay {
  display: none;
}

#overlay.show {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 150;
  display: block;
}

.view-all-btn {
  padding: 7px 15px;
  border: 1px solid var(--base-color);
  display: block;
  max-width: 40%;
  color: var(--base-color);
  margin: 0 auto;
  text-align: center;
}

.theme-banner {
  height: 470px;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px 0px 50px 0px;
}

.carousel-inner .carousel-item {
  background: #fff;
  height: 100%;
}

#HeroCarousel .carousel-inner {
  height: 100%;
}

.font-size2 {
  font-size: 2em;
  line-height: 1.5;
}

.font-size3 {
  font-size: 3em;
}

.font-size4 {
  font-size: 3.5rem;
}

.box-design {
  background: #fff;
  transition: ease all 0.2s;
}
.box-design:hover {
  -webkit-box-shadow: 0 14px 24px rgb(62 57 107 / 20%);
  box-shadow: 0 14px 24px rgb(62 57 107 / 20%);
  background: #fff;
  transform: translateY(-5px) scale(1.0);
}

.btn:hover {
  color: initial;
  text-decoration: none;
}

.section {
  padding-top: 15px;
  padding-bottom: 15px;
}

.theme-bg-medium {
  background-color: #f9f6f4;
  /* box-shadow: 0px 3px 9px -3px #dddddd80; */
}

.s-home {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: relative;
  display: table;
  background-size: cover;
}
.s-home_1 {
      background-image: url('../img/1.jpg');
      background-position: left;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
}

.simple-button{
  background: transparent !important;
  color: #000 !important;
}

.pop-up{
  background-image: url('../img/bg-newsletter.jpg');
}


.no-js .s-home {
  background: #000;
}

.home-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  padding-bottom: 22rem;
  position: relative;
  overflow: hidden;
}

.home-content h3 {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, .5);
  text-transform: uppercase;
  letter-spacing: 0px;
  position: relative;
  margin-top: 0;
  margin-bottom: 1.2rem;
  margin-left: 6px;
}

.home-content h1 {
  font-size: 4.3rem;
  line-height: 1.1;
  margin-top: 0;
  color: #fff;
  font-family: 'Karla', sans-serif;
}
.home-content h2 {
  font-size: 4rem;
  line-height: 1;
  margin-top: 0;
  color: #fff;
}

.home-content__main {
  position: relative;
  right: 4%;
  top: 66px;
}

.home-content__buttons .btn {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border-radius: 35px;
  padding: 1rem 1.5rem;
  font-weight: 400;
  font-size: 1.2em;
  /* background-clip: ; */
}

.home-content__buttons .btn:last-child {
  margin-right: 0;
}

.home-content__buttons .btn:hover,
.home-content__buttons .btn:focus {
  /* background: #fff!important; */
  box-shadow: -150px 0 0 #ffffff inset;
  color: #000 !important;
}

.home-content__scroll {
  position: absolute;
  right: 9.5rem;
  bottom: 8.4rem;
}

.home-content__scroll a {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #fff;
  position: relative;
  display: inline-block;
  line-height: 3rem;
  text-decoration: none;
  padding-left: 2.5rem;
  font-weight: 600;
}


.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
 
  right: 5px !important;
  left: auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {

  left: 5px !important;
  right: auto;
}

.home-content__scroll a::before {
  border-bottom: 2px solid #39b54a;
  border-right: 2px solid #39b54a;
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.home-content__line {
  display: block;
  width: 2px;
  height: 10.2rem;
  background-color: #39b54a;
  position: absolute;
  right: 7.2rem;
  bottom: 0;
}

.home-social {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 58%;
  right: 14rem;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 999;
}

.home-text {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 35%;
  left: 10rem;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 999;
  line-height: 1;
}

.slider-text{
  font-size: 5rem ;
  font-family: 'Playfair Display', serif !important;
}

.margin-top-negative {
  margin-top: -50%;
}

.section-lead-container {
  background-image: url(../img/lead-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
  
}

.section-bg-container {
  background-image: url(../img/velvet-bg.jpg);
  background-color: #f5f7ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.aboutmudra-bg-container {
  background-image: url(../img/velvet-bg-2.jpg);
  background-color: #f5f7ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wellness-bg-container {
  background-image: url(../img/velvet-bg-3.jpg);
  background-color: #f5f7ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.padding-top-20{
  padding-top: 20%;
}

.home-social a {
  color: #fff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.home-social li {
  position: relative;
  padding: .9rem 0;
}

.home-social li a {
  display: block;
  width: 33px;
  height: 33px;
}

.home-social i,
.home-social span {
  position: absolute;
  top: 0;
  line-height: 33px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.home-social i {
  font-size: 15px;
  right: 0;
  text-align: center;
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: calc(33px - 4px);
  border: 1px solid #fff;
  border-radius: 50%
}

.video-parallax{
  width: 100%;
}

.section-icon-list.show-arrows .flex>.block:not(:last-child):after {
  content: url(data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.844 5.929L2.572 0 .5 2.688 10 10l9.5-7.312L17.428 0 9.844 5.929z' fill='%23FE8F17'/%3E%3C/svg%3E);
  margin: 20px 0;
  display: block;
  text-align: center;
}

.icon-margin-home{
  margin: 0 auto 20px !important;
}

.py-10{
  padding: 70px 0 !important;
}

.text-white {
  color: #fff!important;
}

.background-grey{
  background: #f9f9f9;
}

.section-icon-list.show-arrows .flex>.block:not(:last-child):after 
{
    margin: -10px 0 0;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: rotate(-90deg);
}

.group-text{
  font-size: 18px;
}

.home-social span {
  color: #fff;
  right: 4.5rem;
  font-size: 1.3rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%
}

.home-social li:hover span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

html.cl-preload .home-content__main {
  opacity: 0;
}

html.cl-loaded .home-content__main {
  animation-duration: 2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

html.no-csstransitions .home-content__main {
  opacity: 1;
}


.s-home_1 .overlay_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 52%;
  opacity: .4;
  background-color: #000;
}
.img-container{
  position: relative;
}

.img-section
{
  position: relative;
  top: -115px;
  z-index: 2;
}
.video-section{
    position: relative;
    width: 100%;
    height: 60vh;
    display: flex;
}


.video-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 84vh;
}
.video-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    
    opacity: 1;
    z-index: 1;
    background-color: #000;
}

.theme-bg-light {
  background-color: #fafafa;
}

.theme-btn {
  background: var(--base-color);
  border-radius: 0;
  color: var(--base-color) !important;
  height: 42px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Karla', sans-serif;
}
.theme-btn:hover{
  background-color: var(--base-color);

}

.jumbotron {
  background-color: transparent;
}

.product-item-name {
  margin: 0;
  /* margin-top: .8rem; */
  font-size: 1.5em;
  font-weight: 400;
  text-transform: capitalize;
}

.button-arrow {
  color: #000;
  background-color: var(--secondary-color);
  font-size: 18px;
  line-height: 26px;
  padding: 9px 12px;
  border-radius: 18px 0 18px 0;
  transition: all ease-in-out 0.3s;
}

.button-arrow:hover {
  color: #fff;
  background-color: var(--base-color);
  font-size: 18px;
  line-height: 26px;
  padding: 9px 12px;
  border-radius: 18px 0 18px 0;
  transition: all ease-in-out 0.3s;
}

.product-info {
  /* margin-top: -2.3rem; */
  margin: 0 .95rem;
  text-align: left;
}
.title_bg{
  display: block;
    content: attr(data-mask);
    position:relative;
    font-family: 'Karla', sans-serif;
    text-align: center;
    margin-top: -81px;
    top: 0;
    font-weight: 900;
    font-size: 74px;
    line-height: 1;
    z-index: -1;
    color:#f4f4f4;
    text-transform: uppercase;
    width: 100%;
}

.gradient{
  background: rgb(2,0,36);
  background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(39,212,255,0) 0%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%);
  z-index: 999;
  position: relative;
}
.special--section .special-list {
  position: relative;
  list-style: none;
  display: table;
  width: 100%;
}

.card-image {
  display: block;
  /* min-height: 20rem;  */
  background: #fff center center no-repeat;
  /* background-size: cover; */
  filter: blur(3px);
  /* blur the lowres image */
}


.card-image>img {
  display: block;
  width: 100%;
  opacity: 0;
  /* visually hide the img element */
}

.card-image.is-loaded {
  filter: none;
  /* remove the blur on fullres image */
  transition: filter 1s;
}

.special--section .special-list .special-icon {
  font-size: 3rem;
}

.special--section .special-list .special-img {
  max-width: 50px;
  margin: 0 auto 5px;
}

.special--section .special-list .special-item {
  position: relative;
  display: table-cell;
  padding: 5px;
  text-align: center;
  width: 14%;
  vertical-align: middle;
}

.special--section .special-list .special-item>* {
  display: block;
}

.underline {
  background: #9e7922;
  width: 50px;
  height: 1px;
  display: block;
  margin: 0 auto 25px;
}

.social-icon a {
  width: 195px;
  height: 40px;
  display: inline-block;
  margin: 0 10px 10px;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.social-icon a:hover {
  opacity: 1;
}

.social-icon a.facebook {
  background: url(../img/social-media/facebook.png) no-repeat;
}

.social-icon a.twitter {
  background: url(../img/social-media/twitter.png) no-repeat;
}

.social-icon a.instagram {
  background: url(../img/social-media/instagram.png) no-repeat;
}

.social-icon a.pinterest {
  background: url(../img/social-media/pinterest.png) no-repeat;
}

.rmv-padding {
  padding: 0 !important;
}

.vertical-align {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
}

.news-form .form-control {
  -webkit-border-top-left-radius: 25px;
  border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  border-bottom-left-radius: 25px;
  font-size: 13px;
  color: #b6b6b6;
  height: 36px;
}

.newsletter-form {
  position: relative;
}

.newsletter-form .form-control {
  position: relative;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}

.newsletter-form button {
  border-radius: 0;
  position: relative;
  background: var(--base-color);
  border-color: var(--base-color);
}

.section--footer {
  background: #efefef;
  padding: 45px 0;
}

.section--footer .ftr-menu>ul>li:first-child {
  width: 16%;
}

.section--footer .ftr-menu>ul>li {
  width: 21%;
  float: left;
}

.section--footer .ftr-menu>ul>li a,
.section--footer .ftr-menu>ul>li span {
  font-size: 13px;
  color: #7b7b7b;
  padding: 0 0 8px;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section--footer .ftr-menu>ul>li a:hover,
.section--footer .ftr-menu>ul>li span:hover {
  color: #9e7922;
}

.section--footer .ftr-menu>ul>li>span {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 20px;
  font-family: "Inter";
  display: block;
  font-weight: 700;
}

.auth .form-control {
  border: none;
  outline: 0;
  background-color: transparent;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

.auth .form-group {
  position: relative;
}

.auth .form-control:focus,
.auth .form-control:-internal-autofill-selected {
  background-color: transparent;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #000000;
}

.form-control-placeholder {
  position: absolute;
  top: 20%;
  margin-bottom: 0;
  font-size: 10px;
  color: #afacac;
  transition: all 0.2s ease-in-out;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
}

.section .heading {
  padding: 15px 0px;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 0;
}

.social-svg {
  font-size: 15px;
}

.product-card {
  /* height: 400px; */
  
    background-color: #fff;
    /* padding: 12px; */
    transition: all 0.2s ease-in-out;
    /* border: 1px solid #d3d3d3; */
}
.swiper-slide:hover .shorting{
  z-index: 999;
  visibility: visible;
  opacity: 1;
  /* color: var(--base-color); */
}

.product-card.category {
  border: #e9e9e9 solid 1px;
  padding: 0;
}

.product-card.category .product-info-block {
  border-top: #e9e9e9 solid 1px;
  padding: 12px;
}

.product-card.category:hover {
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}

.product-card a figure {
  height: 292px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.product-card a img {
  max-height: 100%;
}

.product-card .product-info-block h6 {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 5px;
}

.product-card .product-info-block .new-price {
  font-size: 1em;
  color: #333 !important;
  font-weight: 600;
}

.product-card .product-info-block del {
  font-size: 12px;
  color: #a9a9aa;
  margin-right: 12px;
}

.bpfc {
  color: #fd552c !important;
}

.slick-carousel-arrows {
  position: absolute;
  top: 50%;
  bottom: 0;
  z-index: 13;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  font-size: 3rem;
  transform: translate(0, -50%);
  font-weight: 100;
  cursor: pointer;
}

.slick-carousel-arrows.left {
  left: 0;
}

.slick-carousel-arrows.right {
  right: 0;
}

.img-contain-indiv {
  min-height: 100%;
  object-fit: cover;
}
/* 
.category_card {
  height: 225px;
} */

.home-banner-img-1 {
  /* height: 46vh; */
  overflow: hidden;
}

.home-banner-img-2 {
  /* height: 61vh !important; */
  overflow: hidden;
}
.bg-pattern{
  /* background-image: url('../../uploads/homepage_image/pattern.svg'); */
  background-color: #fbfffb;
}

.works-bg{
  background-image: url('../../assets/img/work-bg.png');
  background-size: cover;
}


/* .category_card:after{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  width: 1px;
  height: 100%;
  background-color: #ccc;
} */
.verticle-text-center{
  display: flex;
  align-items: center;
}
.category_card img {
  object-fit: cover;
  height: 100%;
  max-height: 225px;
  width: 100%;
  padding: 0.5px;
  border: 1.2px solid #ccc;
}

.bredcrumb {
  padding: 2rem !important;
  margin: 0;
  background-color: transparent;
  line-height: 30px;
  font-size: 1em;
  /* text-transform: capitalize; */
  /* background-image: url('../../assets/img/background_pattern.png'); */
  background-size: cover;
}

.bc-heading{
  font-size: 2.5em !important;
    color: var(--base-color);
}

.inner-banner {
  height: 200px;
  width: 100%;
}
.page-margin{
  margin-top: 10%;
}
.inner-banner img {
  max-height: 200px;
  width: 100%;
  object-fit: cover;
}

.font-size-1 {
  font-size: 0.91rem;
}

.font-size-2 {
  font-size: 2.2rem !important;
  line-height: 1;
}

.category-heading {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
}

.category-heading>* {
  text-transform: uppercase;
}

.filter-list {
  position: relative;
}

.filter-list .filter-list-inner {
  display: inline-flex;
  position: relative;
}

.filter-list .filter-list-inner .filter-heading {
  padding: 10px 10px 0 0;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.filter-list .filter-list-inner .filter-item {
  line-height: 35px;
  padding: 0;
  text-transform: uppercase;
  text-align: left;
  border: #dcdcdc 1px solid;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  display: block;
  padding: 0 20px 0 15px;
  height: 35px;
  position: relative;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-weight: 600;
  font-size: 11px !important;
  color: #1f2131;
}

.filter-list .filter-list-inner:hover .filter-item {
  border-color: #9e7922;
  color: #9e7922;
}

.filter-list .filter-list-inner .dropdown-menu {
  padding-top: 20px;
  background-color: transparent;
  border: none;
  transform: translate(0, 20px);
  transition: visibility 0s linear 0.2s, opacity 0.2s linear, transform 0.2s linear, -webkit-transform 0.2s linear, -moz-transform 0.2s linear;
}

.filter-list .filter-list-inner:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  display: block;
  transform: translate(0, 0);
  transition-delay: 0s;
}

.filter-list .filter-list-inner:hover .dropdown-menu:before {
  background: #fff;
  border-top: #9e7922 1px solid;
  border-left: #9e7922 1px solid;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
  transition: all 0.5s ease;
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 20px;
}

.filter-list .filter-list-inner:hover .dropdown-menu ul {
  border: 1px solid #9e7922;
  background: #ffffff;
}

.filtersticky {
  position: sticky;
  z-index: 1500;
  /* border-bottom: 1px solid #dcdcdc; */
  background-color: #fff;
  top: 0;
}

#ProductThumb img {
  border-radius: 2px;
  border: 1px solid #eee;
}

.product-details-gallery img {
  width: 100%;
  margin: 0px;
  border-radius: 0px;

}

.font-medium{
  font-weight: 500 !important;
}

.footer_section {
  font-family: 'Karla';
  letter-spacing: 0px;
  font-size: 15px;
  color: #000;
}

.page-footer .footer-toolbar-bottom .copyright {
  text-align: left;
}

.page-footer .footer-toolbar-bottom .powered_by {
  text-align: right;
}

.margin-top-40{
margin-top: 40%;
}

.letter-spacing-3px{
  letter-spacing: 3px;
}


.form-section{
  margin-left: 20%;
  width: 75%;
}


/* Home Page Get In Touch Section Style */

.get_in_touch_section{
  position: relative;
  overflow: hidden;
}

.get_in_touch_content h5 {
  text-transform: uppercase;
  color: var(--base-color);
  letter-spacing: 3.1px;
  margin-bottom: 12px;
}
.get_in_touch_content h2{
  color: var(--base-color);
  margin-bottom: 32px;
  padding-right: 25px;
}
.get_in_touch_content input {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  background-color: var(#fff);
  color: #000;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 20px;
  border-radius: 0;
  width: 98%;
  margin-bottom: 16px;
  outline: none;
  border: none;
}
.get_in_touch_content .form_style{
  margin-left: -18px;
}
.get_in_touch_content textarea {
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  background-color: var(#fff);
  color: #000;
  border-radius: 0;
  padding: 18px 20px;
  width: 96%;
  outline: none;
  resize: none;
  height: 115px;
  margin-bottom: 42px;
  border: none;
}
.get_in_touch_content .form-control:focus{
  box-shadow: none;
  outline: none;
  border: none;
}
textarea {
  overflow: auto;
}
.get_in_touch_content button {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  padding: 24px 40px;
  text-align: center;
  color: var(#fff);
  display: inline-block;
  background-color: var(--base-color);
  border-radius: 35px 0px 35px 0px;
  transition: all 0.3s ease-in-out;
  outline: none;
  border: none;
  overflow: hidden;
  position: relative;
}
.get_in_touch_content button:hover {
  color: var(--base-color);
  background-color: var(#fff);
  transform: translateY(-10px);
}
.get_in_touch_content button:hover:before {
left: 0%;
right: auto;
width: 100%;
}
.get_in_touch_content button:before {
display: block;
position: absolute;
top: 0px;
right: 0px;
height: 100%;
width: 0px;
z-index: -1;
content: '';
  color: var(--base-color);
  background-color: var(#fff);
transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}
.get_in_touch_section .get_in_touch_shape{
  position: absolute;
  bottom: 210px;
  left: 0;
}



.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.5rem;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding-left: 5%;
}


button#AddToCart {
  color: #fff !important;
  letter-spacing: 0px;
  font-family: 'Karla';
  transition: ease-in-out all 0.3s;
  font-weight: 500 !important;
  font-size: 1.2em !important;
  border-radius: 20px 0px 20px 0px;
  min-width: inherit;
  padding: 1.5rem;
  border: none !important;
  margin-left: auto;
  background: var(--base-color);
  height: 50px;
   
}
button#AddToCart:hover{
  color: #000 !important;
  letter-spacing: 0px;
  font-family: 'Karla';
  transition: ease-in-out all 0.3s;
  font-weight: 500 !important;
  font-size: 1.2em !important;
  border-radius: 20px 0px 20px 0px;
  min-width: inherit;
  padding: 1.5rem;
  /* border: 1px solid #fff; */
  margin-left: auto;
  background: #fff;
  height: 50px;
  
}

button#AddToCart:active {
  border: none !important;
  background: var(--base-color) !important;
}

.bg-secondary{
  background-color: var(--secondary-color) !important;
}

.product-action__button.secondary-btn:hover {
  background-color: var(--green-color);
  color: #fff !important;
  -webkit-box-shadow: 0 14px 24px rgb(62 57 107 / 20%);
  box-shadow: 0 14px 24px rgb(62 57 107 / 20%);
  transform: translateY(-5px) scale(1.0);
}

.paginate-pagination ul > li > a.page {
  display: block;
  height: auto !important;
  width: 40px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #ddd;
  border-radius: 0px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}

.paginate-pagination ul > li > a.page:hover {
  display: block;
  height: auto !important;
  width: 40px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #ddd;
  color: #fff !important;
  background: var(--base-color) !important;
  border-radius: 0px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  opacity: 1;
}

.bg-green{
  background: var(--base-color) !important;
}

/* PRELOADER */
.preloader {
  position: fixed;
  left: 0;
  width: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 9999999;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader .loader {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 45%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.preloader .loader .loader-outter {
  position: absolute;
  border: 4px solid #ffffff;
  border-left-color: transparent;
  border-bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
          animation: loader-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader .loader .loader-inner {
  position: absolute;
  border: 4px solid #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  left: calc(40% - 21px);
  top: calc(40% - 21px);
  border-right: 0;
  border-top-color: transparent;
  -webkit-animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
          animation: loader-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.preloader .loader .indicator {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  width: 150px;
  -webkit-transform: translateY(-50%) scale(1.5);
          transform: translateY(-50%) scale(1.5);
}

.preloader .loader .indicator svg polyline {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.preloader .loader .indicator svg polyline#back {
  stroke: #ffffff;
}

.preloader .loader .indicator svg polyline#front {
  stroke: var(--base-color);
  stroke-dasharray: 12, 36;
  stroke-dashoffset: 48;
  -webkit-animation: dash 1s linear infinite;
          animation: dash 1s linear infinite;
}

.preloader::before, .preloader::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60%;
  z-index: -1;
  background: #fff;
  -webkit-transition: .9s;
  transition: .9s;
}

.preloader::after {
  left: auto;
  right: 0;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

.preloader.preloader-deactivate::after, .preloader.preloader-deactivate::before {
  width: 0;
}

.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loader-outter {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes loader-inner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@-webkit-keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  62.5% {
    opacity: 0;
  }
  to {
    stroke-dashoffset: 0;
  }
}

/* PRELOADER */







button#AddToWishlist {
  color: #000;
  line-height: 4rem;
  letter-spacing: 0px;
  font-family: 'Karla';
  transition: ease-in-out all 0.3s;
  font-weight: 400;
  font-size: 15px;
  border-radius: 0px;
  min-width: inherit;
  padding: 1rem;
 border: none;
  margin: 0.4rem 0;
  width: 100%;
}

button#AddToWishlist:hover {
  background: #fff;
  color: var(--price-color);
}

button#LoginToAddToCart {
  color: white !important;
  line-height: 3rem;
  letter-spacing: 0px;
  font-family: 'Karla';
  transition: ease-in-out all 0.3s;
  font-weight: 400;
  font-size: 15px;
  border-radius: 0px;
  min-width: inherit;
  padding: 1rem;
  border: none;
  background: var(--base-color);
  margin: 0;
  width: 100%;
}

button#LoginToAddToCart:hover, 
button#LoginToAddToCart:hover .LoginCart{
  background: var(--tag-color);
  color: white !important;
}

a.LoginCart:hover{
  color: #fff !important;
}

input.item--size {
  width: 33%;
  border: 2px solid var(--base-color);
  text-align: center;
  font-size: 1rem;
  margin-left: 0.5rem;
}

.align--items--center {
  display: flex;
  align-items: center;
}

.size--item--label {
  font-weight: 400;
  font-size: 0.95rem;
  letter-spacing: 0px;
}

input.width--40 {
  width: 60%;
}

.shipping--info {
  margin: 0.5rem 0;
}

.shipping--info p {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  color: #000;
}

.shipping--info p.shipping--date {
  font-weight: 400;
  color: #828282;
  font-size: 0.95rem;
}

.discount {
  font-weight: 600;
  /* font-size: 1em; */
  color: white;
  padding: 3px 12px;
  text-transform: capitalize;
  margin: 0 5px;
  border-radius: 0px;
  font-family: 'Karla' !important;
  /* height: 26px; */
  background-color: green;
  text-align: center;
  vertical-align: text-bottom;
}



.text-bold{
  font-weight: 700;
}

.text-base{
  color: var(--base-color) !important;
}
.text-secondary{
  color: var(--secondary-color) !important;
}

.bg-base{
  background-color: var(--base-color);
}

.text-grey{
  color: #cacacad9!important;
}

.text-large{
  font-size: 3.5em;
  line-height: 1;
}

.font-size1 {
  font-size: 1.2rem;
}

.details--card {
  padding: 0.7rem 0;
  border-radius: 0;
  box-shadow: none;
  border: 0;
}

.details--head {
  font-size: 1.15rem;
  padding: 0 0.6rem;
  font-weight: 600;
  letter-spacing: 0px;
}

#accordionExample .card {
  border-radius: 0;
  border: 0;
  margin-bottom: 0.5rem;
}

#accordionExample div.card-header {
  padding: 0;
  background: var(--base-color);
  color: #fff;
}

#accordionExample button {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0px;
  font-size: 0.95rem;
}

#accordionExample button:hover,
#accordionExample button:focus {
  text-decoration: none;
}


/* accordion  */

#accordion-style-1 h1,
#accordion-style-1 a {
  color: #007b5e;
}

#accordion-style-1 .btn-link {
  font-weight: 400;
  color: #007b5e;
  background-color: transparent;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: bold;
  padding-left: 25px;
}

#accordion-style-1 .card-body {
  border-top: 2px solid #007b5e;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main {
  display: none;
}

#accordion-style-1 .card-header .btn .fa.main {
  background: #007b5e;
  padding: 13px 11px;
  color: #ffffff;
  width: 35px;
  height: 41px;
  position: absolute;
  left: -1px;
  top: 10px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  display: block;
}

.details--list {
  padding-left: 0;
  list-style: none;
}

.details--list li {
  border-bottom: 1px solid #f1f1f1;
  padding: 0.2rem 0;
  margin-bottom: 0.2rem;
  color: #5a5a5a;
  letter-spacing: 0px;
}

.contact--form--card {
  border-radius: 0;
  border: 0;
  background-color: var(--base-color);
  color: #fff;
}

.contact--form--card--header {
  font-size: 1.23rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 1.6rem;
}

#contactForm label {
  color: #fff;
  left: 0;
  margin: 0;
  top: 25px;
  font-size: 15px;
}

#contactForm .form--input {
  background: transparent;
  color: #fff;
  border-width: 0 0 1px 0;
  padding: 10px 0;
  border-radius: 0 !important;
}

#contactForm textarea.form--input {
  resize: none;
}

#contactForm .form--input:focus {
  border-color: #fff;
  background: transparent;
}

#contactForm .form--input:focus #contactForm label {
  top: 0;
}

.form--submit--btn {
  border: 0;
  border-radius: 0;
  background: #fff;
  color: #5a5a5a;
  text-transform: uppercase;
}

.bg-light-yellow{
  background-color: #fffbee;
}

td.cart--image--container {
  width: 21%;
  text-align: center;
}

img.cart--image {
  width: 100%;
  padding: 10px;
  max-width: 200px;

}

img.fast-checkout--image {
  width: 30%;
  margin-bottom: 0.4rem;
}

span.cart--big--text {
  font-size: 18px;
  margin-top: 0.6rem;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Karla';
  color: #000;
}

#cartTable td {
  font-size: 1em;
  letter-spacing: normal;
  font-family: 'Karla';
  color: #8e8e8e;
}

button.cart--minus--button {
  background: #e7e7e7;
  color: var(--tag-color);
  font-size: 1.3em;
  font-weight: 600;
  padding: 5px 10px;
  line-height: 1.3;
  transition: ease-in-out all 0.3s;
}

button.cart--plus--button {
  background: #e7e7e7;
  color: var(--base-color);
  font-size: 1.3em;
  font-weight: 600;
  padding: 5px 10px;
  line-height: 1.3;
  transition: ease-in-out all 0.3s;
}

button.cart--plain--button:hover,
button.cart--plain--button:focus,
button.cart--plain--button:active {
  
  color: var(--tag-color);
}

.cart-plain-button {
  background: transparent;
  color: var(--base-color);
  border-color: 1px solid #ddd;
  font-size: 17px;
  font-weight: 400;
  padding: 0.3rem 0.7rem;
  line-height: 1.3;
  transition: ease-in-out all 0.3s;
}

.cart-plain-button:hover {
  background-color: #fff;
  border-color: var(--base-color);
}

.out-line {
  border: 1px solid var(--base-color);
  color: var(--base-color);
}

button.remove--item--btn {
  font-size: 17px;
  /* margin-bottom: 3px; */
  padding: 0.3rem 0.7rem;
  background: var(--base-color);
  color: #fff;
  font-weight: 400;
  border-color: transparent;
  transition: ease-in-out all 0.3s;
}

button.remove--item--btn:hover {
  background: transparent;
  color: var(--base-color) !important;
  border-color: var(--base-color);
}

button.wish--remove--btn {
  font-size: 12px;

  color: grey;
  font-weight: 400;
  border-color: transparent;
  transition: ease-in-out all 0.3s;
  border-radius: 0px;
}

button.wish--remove--btn:hover {
  background: transparent;
  color: var(--tag-color) !important;
}

tbody.font-size-checkout {
  font-size: 15px;
}

button.add--to--cart--btn {
  font-size: 17px;
  padding: 0.3rem 0.7rem;
  background: transparent;
  color: var(--base-color);
  font-weight: 400;
  border-color: var(--base-color);
  transition: ease-in-out all 0.3s;
}

button.add--to--cart--btn:hover {
  background: var(--base-color);
  color: #fff;
  border-color: transparent;
}

button.wish--add--btn {
  font-size: 17px;
  padding: 0.3rem 0.7rem;
  background: transparent;
  color: var(--base-color);
  font-weight: 400;
  border-color: var(--base-color);
  transition: ease-in-out all 0.3s;
}

button.wish--add--btn:hover {
  background: var(--base-color);
  color: #fff;
  border-color: transparent;
}

.wish--add--btn {
  font-size: 15px;
  padding: 0.3rem 0.7rem;
  background: #fff;
  color: #fff;
  font-weight: 400;
  border-color: var(--base-color);
  transition: ease-in-out all 0.3s;
}

.wish--add--btn:hover {
  background: var(--base-color);
  color: #fff;
  border-color: solid var(--base-color);
}

a:visited {
  /* color: #fff; */
}


.shipping-address {
  background: #fff;
  padding: 10px;
  height: auto;
}

.order-summary {
  background: #fff;
  padding: 10px;
  height: auto;
}

.wishlist {
  float: right;
  padding-right: 10px;
}

.margin--x {
  margin: 0 1.5rem;
}

.border-right-1 {
  border-right: 1px solid #ddddddad;
}

.cart--checkout--btn {
  width: 100%;
  color: #fff !important;
  transition: ease-in-out all 0.3s;
  font-weight: 400;
  font-size: 18px;
  padding: 0.9rem 1.8rem;
  background: var(--base-color);
  margin-left: auto;
}

.cart--checkout--btn:hover {
  background: var(--primary-color);
  color: white !important;
  padding: 0.9rem 1.8rem;
}

.cart--proceed--checkout--btn {
  width: 30%;
  color: #fff !important;
  line-height: 1.9rem;
  letter-spacing: 0px;
  transition: ease-in-out all 0.3s;
  font-weight: 400;
  background-size: 20px !important;
  font-size: 18px;
  padding: 0.9rem 1.8rem;
  border: 1px solid transparent;
  background: var(--base-color);
  margin-left: auto;
}

.cart--proceed--checkout--btn:hover {
  background: var(--base-color);
  border: 1px solid var(--base-color);
  color: #fff !important;
}

.main--btn {
  background: var(--base-color);
  border-radius: 0;
  color: #fff !important;
  border: 1px solid transparent;
  display: table;
  transition: ease-in-out all 0.3s;
}

.main--btn:hover {
  background: transparent;
  border-color: var(--base-color);
  color: var(--base-color) !important;
}

table.subtotal--table {
  width: 100%;
  height: 105px;
  margin-bottom: 0.7rem;
}

.subtotal--table tr {
  padding: 0.4rem 0;
  border-bottom: 1px solid #f1f1f1;
}

td.amount-holder {
  text-align: right;
  font-weight: 600;
  font-size: 1.5rem;
}

.subtotal--sidebar {
  border: 1px solid #f1f1f1;
  padding: 0 7px;
  font-size: 0.9rem;
}

.amount-display-block.theme-2 {
  text-align: center;
}

.btn--width--margin {
  width: 30%;
  margin-bottom: 0.5rem;
}

.account--tabs li {
  margin: 0.4rem 0;
  font-size: 18px !important;
}

.account--tabs li a {
  font-size: 1.1rem;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
  border-bottom: 5px solid transparent;
  padding-bottom: 0rem;
  display: block;
  transition: ease-in-out all 0.3s;
}

small.copyright {
  font-size: 13px;
}

.account--tabs li a:hover {
  color: var(--price-color);
  border-color: var(--price-color);
}

.account--tabs li a.active {
  color: var(--base-color);
  border-color: var(--base-color);
}

.page--tab--content {
  padding: 1.75rem 0.4rem;
}

.discount-block {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.card {
  border: 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.6rem;
  border-radius: 0;
}

.checkout-card {
  border: 0;
  border-top: 1px solid #ddd;
  /* margin-bottom: 0.6rem;
  margin-top: 0.6rem; */
  padding-top: 0.6rem;
  border-radius: 0;
}

#filterSection .card-header {
  padding: 0;
  background: #fff;
}

.border-none{
  border: 0 !important;
}

button.filter-style-fabbrio {
  width: 100%;
  border: 0;
  border-radius: 0;
  text-align: left;
  font-size: 1.5rem;
  color: #47505f;
  text-transform: uppercase;
  padding: 9px 30px 6px 6px;
  font-family: 'Karla';
  letter-spacing: 0px;
  font-weight: 400;
  transition: ease-in-out all .3s;
}

button.filter-style-fabbrio:hover,
button.filter-style-fabbrio:focus {
  background: #cea36b;
  color: #fff;
  text-decoration: none;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff !important;
}

.border-right-counter{
  border-right: 1px solid #e0ccae40;
}

#LoadingContainer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-size: 1.4em;
}

.account-index {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: 'Karla';
  font-size: 15px;
}

.account-mobile {
  height: 40px;
  transition-duration: .3s;
  border-radius: 0;
  font-size: 15px;
}

#LoadingContainer img {
  width: 70px;
  animation: zoominoutsinglefeatured 1s infinite;
}

/* RECOMMENDED FOR YOU */

.product-image {  
  width: 100%;
  background-size: cover;
  background-position: top;
}

.border-leaf{
  border-radius: 50px 0px 50px 0px !important;
}

.border-leaf-button{
  border-radius: 20px 0px 20px 0px !important;
}

/* product-image-size section */

.product-image-size {
  width: 100%;
  background-size: cover;
  background-position: top;
}

/* cart th section */

.cart--th {
  text-align: center;
}

@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}

.testimonial_card {
  text-align: center;
  padding: 15px;
  font-size: 0.9rem;
}

.img-testimonial {
  position: relative;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin: 15px auto;
}

.testimonial_card p {
  position: relative;
  color: #cccccc;
}

.testimonial_card p i {
  position: relative;
  color: #cccccc;
}


/* _______kiran_____ */


/* _____term & cond..___ */

.font-s {
  font-size: 13px;
}

.font-s strong {
  font-weight: 700;
}


/* _____contact..___ */

.font-s-contact {
  font-size: 14px !important;
}

.banner_contact {
  margin-top: 0px !important;
}

.banner_contact img {
  max-width: 100%;
}


/* _____about us___ */

.side-menu {
  background: var(--base-color);
}

.side-menu .title-top-head {
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #804e41;
  padding: 6px 7px;
  margin: 0;
}

.side-menu ul li {
  padding: 8px 2px;
  font-weight: 500;
  margin: 0 10px;
  border-bottom: dashed 1px #d0ba93;
}

.side-menu ul li a,
.side-menu ul li span {
  color: #e5dccd;
  font-family: "Inter", sans-serif;
}

.left-menu-cms ul li {
  border: none;
}

.services {
  font-size: 15px;
}


/* __________faq_________ */

#printableArea h4 {
  font-size: 16px;
  font-weight: 400;
  padding: 12px 0;
}

.faq-sec h4 {
  color: #9e7922;
  text-decoration: underline;
  font-weight: 600 !important;
}

#printableArea {
  padding: 25px;
}

#printableArea a {
  color: #e5aa6f;
  font-size: 0.875rem;
  padding: 13px 0px;
}

.panel-heading .panel-title a.collapsed:after {
  content: "\f13a";
  font-family: "Line Awesome Free";
}

.panel-heading .panel-title a:after {
  font-family: "Line Awesome Free";
  float: right;
  content: "\f139";
  font-size: 20px;
  color: #d1cccc;
  font-weight: 700;
}

a {
  background-color: transparent;
}

a {
  text-decoration: none !important;
  cursor: pointer;
  outline: 0;
}

.faq-content .panel {
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
}

.panel .panel-heading h4 a {
  color: #666060 !important;
}

.faq-sec .faq-content .panel h4 a {
  display: block;
}

.panel-body {
  font-size: 13px;
}


/* ______return and exchange____ */

.light-bg {
  background-color: #fff;
}

.light-bg .padding {
  padding: 15px !important;
}

.cms_area strong {
  font-weight: 700;
  font-size: 15px;
}

.top-content {
  font-size: 13px;
}

.p_b {
  padding-bottom: 25px;
}

.p-35 {
  padding: 35px 35px 35px 10px;
}

.slidecontainer {
  width: 100%;
  /* Width of the outside container */
}


/* The slider itself */

.slider {
  -webkit-appearance: none;
  /* Override default CSS styles */
  appearance: none;
  width: 100%;
  /* Full-width */
  height: 25px;
  /* Specified height */
  background: #d3d3d3;
  /* Grey background */
  outline: none;
  /* Remove outline */
  opacity: 0.7;
  /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s;
  /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}


/* Mouse-over effects */

.slider:hover {
  opacity: 1;
  /* Fully shown on mouse-over */
}


/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  background: var(--base-color);
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
}

.slider::-moz-range-thumb {
  width: 25px;
  /* Set a specific slider handle width */
  height: 25px;
  /* Slider handle height */
  background: var(--base-color);
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #dee2e6;
  font-size: 15px;
  font-family: 'Karla';
  font-weight: 500;
}

.page {
  background:none !important;  
}

.min-height
{
  min-height: 500px;
}

div#wishlistApp {
  margin-top: 100px;
}

.description {
  font-size: 15px;
  color: #3e4152;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 0;
  font-family: 'Karla' !important;
  padding: 15px 20px;
  background-color: #eaeaea;
  margin-top: 2rem;
}

.pt-80{
  padding-top: 80px !important;
}

.description p {
  line-height: 1.5;
  letter-spacing: 0px;
}

span.new-price {
  color: var(--base-color);
  font-size: 1em;
  font-weight: 500;
  /*   letter-spacing: 0px; */
  margin-top: .3rem;

}

del.del-price {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  /*   letter-spacing: 0px; */
  margin-top: .3rem;

}
.discount-badge{
  top: 3% !important;
  left: 6% !important;  
}
.discount-badge.left-1{
  left: 1% !important;
}
.discount-amount{
  font-size: 1.5em !important;  
}
.original-price{
  font-size: 1.2em !important;
}
.product-action__button{
  position: relative;
  display: inline;
  color: grey;
  font-size: 0.9em;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border-radius: 0px;
  transition: box-shadow .7s ease-in-out;
  border-radius: 200px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: transparent !important;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.product-action__button.outline{
  border: 1px solid var(--base-color);
  background-color: transparent;
  color: var(--base-color);
}
.product-action__button.outline:hover{
  background-color: var(--base-color);
  color: #fff !important;
  box-shadow: none;
}
.product-action__button.secondary-btn {
  background-color: var(--base-color);
    color: #ffffff;
    transition: all 0.2s;
}
a.product-description {
  text-align: left;
  color: #202427 !important;
  font-weight: 500 !important;
  position: relative;
}

.delete-price-product {
  font-weight: 400;
  font-size: 1em;
  color: #999;
  display: inline;
}

.new-price-product {
  color: var(--base-color);
  font-size: 2.5em;
  font-weight: 500;
}

.powered--by {
  text-align: right;
}

.dropdown-filter {
  margin-right: -25px;
  float: right;
}

.back-to-store {
  padding-right: 40px;
}

.display-flex {
  display: flex;
  align-items: center;
}

.add-an-address {
  margin-left: 4.5rem;
}

.contact_us_message {
  font-size: 13px;
  font-family: 'Karla';
  border: 1px solid #c2c2c2;
  color: #495057 !important;
}

#filterSection {
  background: #fff;
  box-shadow: 0 0 5px -1px #dddddd87;
  border-radius: 4px;
  padding: .4rem 0;
}

#filterSection .card-header {
  border-bottom: 0;
}

.amount-display-block textarea {
  font-size: 15px;
}

.amount-display-block textarea:focus {
  border-color: #cea36b;
}

.specifications {
  font-size: 15px;
  color: #3e4152;
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 0;
  font-family: 'Karla' !important;
  padding: 15px 20px;
  background-color: #f9f6f4;
  margin-top: 2rem;
}

.specifications ul li {
  margin: 0.6rem 0;
  border-bottom: 1px solid #dddddda3;
  padding-bottom: 0.6rem;
  display: flex;
  justify-content: space-between;
}

.specifications ul li:last-child {
  border-bottom: 0;
}

a.LoginCart {
  color: white;
  font-size: inherit;
  padding: inherit;
  width: inherit;
}

.dropdown-menu {
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
}

@keyframes growDown {
  0% {
    transform: scaleY(0);
  }

  80% {
    transform: scaleY(1.1);
  }

  100% {
    transform: scaleY(1);
  }
}

.sticky-menu{
  position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
}

.position-relative
{
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  
  .home-content__main{
    right: 0;
  }
  .feat_ipad{
    display: contents !important;
   }
   .recommending{
     padding: 61px !important;
   }
   .footer-links ul.icons{
     display: flex !important;
   }
   .testi_one{
    margin-left: 269px !important;
  }
   .page-footer .footer.content .block.newsletter .actions{
     right: -28px !important;
   }
   .advantage{
     margin-right: 10px !important;
     margin-left: 10px !important;
   }
   .advantage_one{
     margin-left: 18px !important;
   }
   .contact_detail{
     margin-left: 78px !important;
   }
   .review_tab{
     margin-left: 0rem !important;
   }
   .pl-6{
     padding-left: 31rem !important;
   }
   .product-detail{
     margin-bottom: 9px !important;
   }
   .number{
     display: block !important;
   }
   .rtin-social{
    margin-left: 24px !important;
  }
  .arrow_2{
    display: none !important;
  }
   .product-info{
     /* margin-top: 34.7rem !important; */
     margin-right: 19px !important;
   }
   .countdown{
     top: 72% !important;
     left: 48% !important;
   }
   .category_home{
     margin-bottom: -216px !important;
   }
   .testi__bg-shape{
     /* height: 100%; */
    background-image: url("https://backtheme.tech/products/html/dlear/assets/images/kids/testemonial2/shape/01.png"), url("https://backtheme.tech/products/html/dlear/assets/images/kids/testemonial2/shape/02.png"), url("https://backtheme.tech/products/html/dlear/assets/images/kids/testemonial2/shape/03.png") !important;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: left 35% bottom, center bottom 20%, right 35% bottom;
  background-size: 20rem 20rem, 20rem 20rem, 20rem 20rem;
   }
   .producting{
     margin-top: -71px;
   }
   .product_space{
     height: 484px !important;
   }
   .home-social{
     top: 21% !important;
   }
   .video-section .overlay{
     height: 36% !important;
   }
   .banner_section{
     margin-bottom: -36em !important;
   }
   .home-content{
     padding-bottom: 50.6rem !important;
   }
   
   .product_spacing{
     height: 412px !important;
   }
}
@media only screen and (min-width: 769px) and (max-width: 1024px){
  
  .feat_ipad{
    display: contents !important;
   }
   .recommending{
     padding: 0px !important;
   }
   .advantage{
     margin-right: 10px !important;
     margin-left: 10px !important;
   }
   .rtin-social{
     margin-left: 21px !important;
   }
  
   
   .product-info{
     /* margin-top: -8.3rem !important; */
     margin-right: -2.3rem !important;
   }
   .cart_head{
     padding-right: 25px !important;
   }
   .countdown{
     top: 66% !important;
     left: 48% !important;
   }
   .category_home{
     margin-bottom: -216px !important;
   }
   .testi_one{
    margin-left: 269px !important;
  }
   /* .testi_tab{
     margin-top: -137px !important;

   } */
   .producting{
     margin-top: -71px;
   }
   .product_space{
     height: 575px !important;
   }
   .home-social{
     top: 35% !important;
   }
   .video-section .overlay{
     height: 65% !important;
   }
   .product_hover{
     right: -3px !important;
     top: -232px !important;
   }
   .banner_section{
     margin-bottom: -15em !important;
   }
   .home-content{
     padding-bottom: 29.6rem !important;
   }
   .product_spacing{
     height: 412px !important;
   }
}
@media (min-width: 576px)
{
.mt-sm-50 {
  margin-top: 140px !important;
}
.pt-sm-1{
  padding-top: 1em;

}
.max-h-slider{
  max-height: 100px;
}





}
@media (width: 414px){
  .about-padding{
    margin-left: 20px !important;
  }
  .team-area .team-img .team-text{
    right: 10% !important;
  }
  .testimonial_img {
    margin-left: 433px !important;
}
.page-margin {
  margin-top: 3%;
}


.max-h-slider{
  max-height: 100px;
}

.bg-contact{
  background-image: url('../img/bg-contact.png');
      background-position: right;
      background-repeat: no-repeat;
      background-size: cover;
      height: auto !important;
}

.pt-sm-1{
  padding-top: 1em;
}
}
@media (max-width: 576px)
{

  .max-h-slider{
    max-height: 100px;
  }
  .text-large{
    font-size: 2em ;
    line-height: 1;
  }
  .page-top-image {
    max-height: 240px !important;
}

.page-banner-top-policies {
  background: url(../img/page-bg.png);
  height: 200px !important;
  background-size: cover;
}

.height-300{
  height: 300px !important;
}
.page-top-product{
  height: 1px !important;
}
.line-clamp-category {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  height: 10rem !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tab_border li a {
  color: var(--primary-color) !important;
  font-size: 1.5em !important;
}

.letter-spacing-1px{
  letter-spacing: 1px !important;
}
.page-title-1 {
  text-align: center;
  letter-spacing: 0.6px;
  font-size: 4rem;
}

.font-size-smallest{
  font-size: 0.8em !important;
}
  .page-banner-top {
    background: url(../img/page-bg-mob.png) !important;
    height: 180px !important;
    background-size: cover;
}
.hover-menu-list{
  margin-top: -115% !important;
}
  .rowed {
    background-color: var(--base-color);
    border: 1px solid var(--base-color) !important;
    margin-right: 100px !important;
    margin-left: 100px;
}
.height-850 {
  height: 400px !important;
}
.page-banner-product {
  background: url(../img/page-bg-mob.png) !important;
  height: 250px;
  background-size: cover;
}

.button-adjust{
  padding-left: 0 !important;
    padding-top: 1em !important;
}
.video-parallax {
  height: 70vh;
  object-fit: cover;
}



.pt-sm-1{
  padding-top: 1em !important;
}
.page-margin {
  margin-top: 3%;
}

  .cartApp {
    padding-top: 0rem !important;
}

.heading-one{
  font-family: 'Playfair Display', serif;
    font-size: 2em;
    /* text-align: center; */
    text-transform: none;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 1;
    padding-right: 10px;
}
.bg-contact {
  background-image: url(../img/bg-contact.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 330px !important;
}

}






.mt-20{
  margin-top: 20rem!important;
}

.center-bg {
  background-size: 100% auto;
  position: sticky;
  z-index: 99;
  background-position: top;
}

section#middleBar {
  margin-bottom: 0;
  /* height: 62px; */
  /* border-bottom: 1px solid #ececec; */
}

.bg-primary {
  background-color: var(--base-color)!important;
}

.bg-light-green{
  background-color: var(--base-color);
}

.search input[type=text] {
  border:none;
  padding: 1rem !important;
}

input#serachButton {
  font-size: 1.5rem;
  background-color: var(--secondary-color);
  padding: 1rem 1.5rem;
  text-align: center;
  font-weight: 400;
  opacity: 1;
  height: 45px;
  cursor: pointer;
  font-family: 'Karla', sans-serif;
  border-radius: 0px;
  color: #000;
}

.text-orange{
    color: var(--star-color) !important;
}

section#topBar {
  background: #202427;
  color: #fff;
  margin-bottom: 0;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  background-color: var(--base-color);
  background-size: 40%;
  border: 1px solid #ffffff7a;

}

.testimonials-list figure.testimonial blockquote,
.testimonials-slider figure.testimonial blockquote {
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
  z-index: -999 !important;
}

.card-height{
    /* z-index: 999; */
    position: relative;
    overflow: hidden;
}
.scrolled-section{
  height: 1000px;
  overflow-y: auto;
  scrollbar-width: none;
}
.sort_options-list{
  list-style: none;
  text-align: left;
  color: #202427cc;
  font-weight: 400;
}
.offer-badge {
  position: absolute;
  top: 5%;
  left: 5%;
  background: var(--base-color);
  color: #fff;
  padding: 2px 5px;;
  font-size: 1.2rem;
    letter-spacing: 0px;
  text-transform: capitalize;
  min-width: 3.5rem;
  font-weight: 600;
  /* position: absolute;
  top: 0%;
  right: 0%;
  background: var(--base-color);
  color: #fff;
  padding: 0.1rem;
  font-size: 6px;
    letter-spacing: 0px;
  text-transform: uppercase; */
}
.offer-badge:before{
  border-style: solid solid solid none;
  border-width: 9px 9px 9px 0;
  bottom: -15px;
  content: "";
  left: 0;
  position: absolute;
  width: 9px;
  border-color:var(--base-color) transparent transparent;
}




/* exclusive image class  */

.ex-image {
  height: 280px;
  width: 100%;
}

/* wishlist section*/

.wish--td {
  vertical-align: middle;
}

/* .wish-table.wishlist-text {
  vertical-align: middle;
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
} */

.sort_option{
  margin: .37rem 0;
  padding: 0;
  width: 100%;
  font-size: 1em;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  /* justify-content: flex-start; */
  vertical-align: middle;
  text-align: start;
} 
.sort_option--input{
  height: 25px;
  width: 25px;
  margin: 0 !important;
  margin-right: 1rem !important;
}
.sort_option--label{
  margin-top: .5rem;
  height: 100%;
  width: 100%;
}
.sort_option--title{
  font-size: 1.2em;
  width: 100%;
  font-weight: 400;
  font-family: 'Playfair Display';
}

/* text line clamp for product description */

.line-clamp {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  height: 4.5rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-category {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  height: 5rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mx-450{
  max-height: 450px !important;
}

.line-clamp-3{
  -webkit-line-clamp: 3;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: block;
  line-height: 1.5rem;
  height: 7rem;
}

.advertisement-img-hold {
  overflow: hidden;
}

.cross-pointer {
  font-size: 22px;
  cursor: pointer;
}
.features_space{
  margin-left:-1px !important
}
/* .img_hover img {
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
} */
/* .img_hover:hover{
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
} */
 /* body::-webkit-scrollbar{
  display: none;
}  */
.featured{
  position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 400px;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    overflow: hidden;
    background-image:url(../img/banner-home.jpg) !important;
}
a.btn_1, .btn_1:hover{
  color:rgb(17 17 17) !important;
  box-shadow: -170px 0 0 #ffffff inset;
}
.opacity-mask{
    z-index: 2;  
}

.dark-opacity-mask{  
  
  padding: 5rem;
}
.margin_60{
  padding-top: 13%;
  /* transform: translateY(0); */
}

.rating-box__header{
  display: flex;
  flex-direction: row;
  align-items: center;  
}
.rating-box__header--btn{
  margin: 0 .3rem;
  padding: .2rem .7rem;
  border-radius: 0px;
  font-size: 1.5em;
}
.rating-box__header--btn.red{
  background-color: var (--primary-color);
}
.rating-box__header--btn.green{
  background-color: #28a745;
}


.featured h3{
  color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    font-size: 36px;
    font-size: 2.25rem;
    font-family: 'Karla', sans-serif;;
}
.featured .price_box{
  display: inline-block;
  margin-right: 15px;
}
.featured .price_box .new_price{
  font-size: 2rem;
    color: #fff;
}
.old_price {
  color: #999;
  text-decoration: line-through;
  display: inline-block;
  white-space: nowrap;
  font-weight:700;
  font-size: 1.125rem;
}
a.btn_1, .btn_1{
  border: none;
    color: #fff !important;
    background:var(--base-color);
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 12px 25px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    font-size: 18px;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 0px 0 0 #009853 inset;
    line-height: normal;
}
.footer_hover{
  color: #fff !important;
  font-weight: 300;
}
.footer_hover:hover{
  transform: translate(3px, 0);
    color: var(--secondary-color) !important;
    opacity: 1;
}
.footer.content .links a{
  display: inline-block;

}
.footer_hover .fas{
display:none;
}
.footer_hover:hover .fas{
  display: inline-block;
    position: relative;
    margin-left: 1px;
    top: 2px;
    opacity: 1;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* .footer.content .links a:hover:after
{
  opacity: 1;
    color: #fff;
} */

/* mobile view codes */

@media screen and (max-width: 767px) {
  .services4__shape{
    display: none;
  }
  button#AddToCart,
  button#AddToWishlist {  
    font-size: 12px !important;
    float: left;
  }
  .small-1{
    left: 15px;
  }
  


  .bredcrumb {
    padding: 1rem !important;
    margin: 0;
    background-color: transparent;
    line-height: 30px;
    margin-top: -5px !important;
    font-size: 1em;
    /* text-transform: capitalize; */
    /* background-image: url('../../assets/img/background_pattern.png'); */
    background-size: cover;
  }
  .small-2{
    left: 15px;
  }
  .titledis::before{
    display: none;
  }
  .cta-section {
   background-color: var(--base-color) !important;
   color: white;
    min-height: 50px;
    bottom: 0rem;
    align-self: flex-end;
    position: fixed;
    margin-left: -10px;
}
.z-index-adjust {
  z-index: 99 !important;
  position: relative;
  background-color: #fff;
}
  .ethereal-footer-text {
    float: none !important;
}
  .product-action__button{
    padding: 1rem 1rem;
  }
  .confirm{
    margin-left: -12px !important;
  }
  .foot-ad{
    margin-bottom: 0px !important;
    border: none !important;
  }
  .newsletters .newsletters-inner .newsletters-content form{
    width: 119% !important;
  }
  .titledis::after{
    display: none;
  }
  /* .testimonials-slider figure.testimonial{
    margin: -48px auto;
  } */
  .featuring::before{
    display: none;
  }
  .featuring::after{
    display: none;
  }
  .team-content{
    padding-bottom: 0px !important;
  }
  .about-padding{
    padding-left: 29px !important ;
    padding-right: 29px !important;
  }
  
  .home-s {
    top: -56px !important;
    left: -2px !important;
}
.home-p {
  top: -22px !important;
  left: -1px !important;
}
  .featuring{
    margin-top: 44px;
  }
  .dropbtn i{
    color: #ffffff;
  }
  .modal{
    width: 98% !important;
  }
  .modal-dialog {
    left: 1%;
}
.dealed {
  background-position: left bottom !important;
  width: 104% !important;
  padding: 50px 30px 50px 25px !important;
  display: contents;
}
.modal-content {
  width: 97% !important;
}
  .border_prod{
    border-right: 1px !important;
    border-bottom: 1px !important;
  }
  .small_adjust{
    margin-bottom: -57px;
    margin-top: 47px !important;
  }
 .parallel_adjust{
   margin-top: 38px !important;
 }
  .text_feature{
    left: 0% !important;
    transform: translateY(-143%) !important;
  }
  .image_one{
    margin-bottom: -96px !important;
  }
  .banners {
    margin-top: 17px;
    margin-bottom: -63px !important;
}
  .banner-img .banner-text{
    transform: translateY(-168%) !important;
    left: 38% !important;
  }
  .single_item_firsts{
    width: 100% !important;
  }
  .banner-img {
    margin-bottom: -48px;
}
.home_adjusting{
  margin-top: -85px;
}
  .feat ul{
    margin-left: 56px;
  }
  .recomm{
    margin-top: -14px !important;
  }
  .small_space {
    margin-top: 32px;
}
  .top_adjust {
    max-width: 30%;
    float: left;
    margin: 0;
}
.selling {
  max-width: 70%;
  float: left;
}
  .hover-ups {
    display: flex !important;
}
  .section-title {
    display: block !important;
    margin-bottom: 16px !important;
}
  .section-padding {
    margin-bottom: 44px !important;
}
  .footer_bg{
    background-size: cover;
    margin-top: -21px !important;
  }
  .newsletters .newsletters-inner{
    padding: 26px !important;
    width: 104% !important;
  }
  .gradient{
    margin-top: 2.7rem ;
  }
  .rtin-social{
    margin-left: 59px !important;
  }
  .category-card{
    margin-bottom: 16px;
  }
  .footer_bottom {
    margin-right: -36px !important;
    margin-left: -43px !important;
}
 
 
  .testimonial_img{
    margin-left: 380px ;
  }
  .feat ul li{
    width: 68% !important;
    border-right: none !important;
    position: relative !important;
    text-align: center !important;
    margin-bottom: 23px !important;
  }
  .product_details{
    width: 96% !important;
  }
  .product-info{
    /* margin-top: 6.7rem !important; */
  }
  .product-detailing{
    margin-top: 8px !important;
  }
  .number{
    margin-left: 9px;
  }
  button#AddToWishlist{
    margin: 1px 5px 0 0 !important;
    font-size: 1.3em;
  }
  .add_bottom_10{
    display: inline-flex !important;
  }
  .ml-5{
    margin-left: 0rem !important;
  }
  .pl-6{
    padding-left: 8rem !important;
  }
  .feat ul li .box{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .important{
    top: -6px !important;
  }
  .speciality{
    font-size: 25px !important;
  }
  .advantages{
    margin-left: -30px !important;
  }
  .column_contact{
    width: 108% !important;
    margin-top: 16px !important;
  }
  .contact_detail{
    margin-left: 40px !important;
  }

  .img-responsive{
    padding-top: 12px !important;
  }
  .advantage_one{
    padding: 17px 23px 18px 31px !important;
  }
  .advantage{
    padding: 60px 1px 70px 0px !important;
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .testimonial2__shape{
    display: none;
  }

  .title_bg{
    font-size: 40px !important;
  }
  .video-parallax{
    height: 72vh;
  }
  .coffee_features{
    margin-bottom: -90px;
  }
  .category_home{
    margin-bottom: -79px !important;
  }
  .advantage_one{
    display: block !important;
  }
  .column_one{
    width: 95% !important;
    margin-top: 12px !important;
  }
  .title_bg{
    margin-top: -44px !important;
  }
  .base_one{
    padding-top: 13px;
  }
  .small_feature{
    margin-top: 6px !important;
  }
  .short{
    font-size: 0.5rem !important;
  }
  .advertisement-img-hold {
    height: auto;
  }

  .category_card {
    height: auto;
  }

  .product-image {
    /* height: 370px; */
  }

  .footer.content .links>li,
  .footer-links .col-md-2.col-xs-12,
  .footer-links .col-md-3.col-xs-12,
  .col-md-4.col-xs-12,
  .h4.follow,
  .footer-links ul.icons,
  .text--center {
    text-align: center;
  }
}
@media screen and (width:288px){
  .testimonials-list figure.testimonial blockquote, .testimonials-slider figure.testimonial blockquote{
    z-index: -999 !important;
  }
}

@media screen and (max-width:320px) {

  
  
  #confirm {
    z-index: 9;
  }

  #newsletter_message {
    position: absolute;
    z-index: 9;
    right: 0;
    width: 60%;
    top: 20%;
  }

  .wish-btn {
    width: 100%;
    margin-bottom: 3px;
  }

  .ex-image {
    height: auto;
    width: 100%;
  }

  img.cart--image {
    width: 100%;
    margin-bottom: 0.4rem;
  }

  .cart--checkout--btn {
    font-size: 16px;
  }

  .btn--width--margin {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .powered--by {
    text-align: right;
  }

  .titledis {
    font-family: 'Karla', sans-serif;
    font-size: 20px;
    text-align: center;
    color: var(--base-color);
  }


  .cart--proceed--checkout--btn {
    width: 100%;
  }

  .product-image-size {
    height: auto;
    width: 100%;
    background-size: cover;
    background-position: top;
  }

}
@media screen and (min-width:1024px){
  .testimonial_img{
    margin-left: 472px !important;
  }
}


@media screen and (max-width:450px) {
  .home-banner-img-1 {
    height: auto;
  }

  .home-banner-img-2 {
    height: auto;
  }

  .video-content-holder {
    position: absolute;
    top: 20% !important;
    z-index: 999;
  }

  #confirm {
    z-index: 999999;
  }

  #newsletter_message {
    position: absolute;
    z-index: 9;
    right: 0;
    width: 60%;
    top: 20%;
  }

  .font-mob-footer{
    font-size: 12px !important;
  }

  .height-950{
    height: 870px !important
  }

  .bg-antique{
    background: var(--green-color) !important;
  }
  .wish-btn {
    width: 100%;
    margin-bottom: 3px;
  }

  .ex-image {
    height: auto;
    width: 100%;
  }

  img.cart--image {
    width: 100%;
    margin-bottom: 0.4rem;
  }

  .cart--checkout--btn {
    font-size: 16px;
  }

  .btn--width--margin {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .titledis {
    font-family: 'Playfair Display', sans-serif;
    font-size: 3em;
    text-align: center;
    /* color: #111; */
    line-height: 1;
  }

  .heading-page {
    position: absolute;
}


  .cart--proceed--checkout--btn {
    width: 100%;
  }

  .product-image-size {
    height: auto;
    width: 100%;
    background-size: cover;
    background-position: top;
  }

}


.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--base-color);
  border-color: var(--base-color);
}

.page-footer .footer.content .block.newsletter .control:before {
  display: none;
}

.BlogLineLimiter{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.BlogTitleLimiter{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.coffee{
  background-color: #31508b;
  padding-top: 4px;
  padding-left:3px;
  border-radius: 3px;
  
}
.footer-links .icons li a{
  color:#FFF !important;
}
.footer-links .icons li{
  padding-right: 5px !important;
}
.footer.content .links>li{
  margin:0 0 1px !important
}
.coffee_1{
  background-color: #cc2a8e;
  border-radius: 0px;
}
.coffee_2{
  background-color:#55acee;
  border-radius: 4px;
}
.coffee_3{
  background-color: var(--base-color);
  border-radius: 0px;
  padding-left:2px;
  padding-right:2px;
}

.mono-social-media:hover{
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  border-radius: 0px;
  padding: 4px;
  font-size: 25px;
  color: #000;
}

.mono-social-media{
  border: 1px solid #fff;
  border-radius: 0px;
  padding: 4px;
    font-size: 25px;
    transition: 0.2s;
}
.clearfix{
  list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    width: 100%;
}
.category-banners{
  margin: .7rem 0;
  padding: 0;
}
.category__banner{
  position: relative;
  overflow: hidden;
  text-align: center;  
}
/* .category__banner--img{
  height: 30rem;
  width: 100%;
  object-fit: cover;
} */
.category__banner--overlay{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #01010360;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.category__banner--overlay:hover .category__banner--button{
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  transition: all .7s ease-in-out;
}

.category__banner--button{
  text-decoration: none;
  border: none;
  outline: none;
  display: inline-block;
  padding: 1rem 1.5rem;
  background-color: var(--base-color);
  color: white !important;
  cursor: pointer;
  transform: translateY(7rem);
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}
.product-action__button:hover,
.product-action__button:active,
.category__banner--button:hover{
  /* border: none; */
  
  color: var(--base-color) !important;
  transition: box-shadow .7s ease-in-out;
}
.banners_grid li{
  position: relative;
    width: 33.33%;
    float: left;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
}
.img_container{
  position: relative;
    overflow: hidden;
    z-index: 0;
    display: block;
    width: 100%;
    height: 250px;
}
.category_shop{
  position: relative;
    left: 44%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.short_info{
  position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    padding: 0 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
    
}
.short{
  color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 900;
}

.opacity-mask:hover .shorting{
  opacity: 1;
  visibility: visible;
}
.shorting{
  position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -o-transform: translateY(-25px);
    transform: translateY(-25px);
    text-align: center;
    width: 100%;
    visibility: hidden;
    display: table;
    opacity: 0;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.short_info:hover div{
  visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

 .btn_1{
  /* padding: 10px 22px;
    font-size: 13px;
    font-size: 0.8125rem; 
    font-size: 15px;
    color: #fff; */
    border: none;
    background: var(--base-color);
    outline: none;
    margin-left:-6px;
    margin-bottom: 17px;
    padding: 12px 25px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 0.9em;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: normal;
    
}
.features:hover{
  transform: scale(1.05, 1.05);
}
.features{
  display: block;
    height: 100% !important;
    width: 100%;
  object-fit: cover;
    transform: scale(1.005);
    transition: all .4s ease-out;
    margin-right: 13px !important;
}
.advantage{  
    padding: 0px 23px 0px 30px;
}
.important{
  top:-3px;
}
.advantage_one{
  max-width: 1250px !important;
  position: relative;
  display: flex;
  margin-right: 0 !important;
}
.column_one{
  width:25%;
  position: relative;
  display: flex;
  border:1px solid #ededf5;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 5px 12px rgb(126 142 177 / 20%);
  border: 1px dashed #cfcdcd;
}
.bordered-box{
  border-radius: 0px;
  box-shadow: 0 5px 12px rgb(126 142 177 / 20%);
}
.colored-title{
  display: block;
  width: 100%;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #ececec;
  padding-bottom: 0.8rem;
 
}

.sticky-top{
  position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.badge-brand{
  color: var(--base-color) !important;
  background: var(--base-color)0d !important;
  font-weight: 400 !important;
  border: 1px solid !important;
}

.colored-title h3{
  color: #ffffff;
  margin: 0;
}
.widget_one{
  margin:0px 20px 0px 20px !important;
  padding:10px !important;
}
.image{
  text-align: center !important;
}
.image_box{
  width: 25% !important;
  margin-bottom: 25px !important;
  display: inline-block !important;
  transition-duration:0.3s !important;
}
.image_adjust{
  max-width: 100% !important;
  height: auto !important;
}

.box_title{
  font-size: 17px !important;
}
.description_adjust{
  color:#000;
  font-size: 16px !important;
}
.title_element {
  font-weight: bolder;
  /* font-size: large; */
  color: #404141;
  font-family: 'Karla';
}
.elementor-animation-shrink:hover{
  transform: scale(0.9);
}
.elementor-animation-shrink{
  transition-duration: .3s;
  will-change: transform;;
}
.speciality{
  font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 44px;
    text-transform: capitalize;
    margin-top: 45px;
}
.company{
  font-family:  'Karla', sans-serif ;
}
.company a{
  color:var(--base-color) !important;
}
.company a:hover{
  color: var(--base-color) !important;
}
.category_home{
  margin-bottom: -21px;
}
.testimonial_img{
  margin-bottom: -29px !important;
  margin-top: 13px;
}
.testimonial_adjust{
  margin-top: -36px !important;

}
.author h5{
  color: var(--base-color) !important;
}
.page-footer .footer.content .block.newsletter .actions .action.subscribe{
  background-color: var(--base-color) !important;
}
.user-login{
  font-family: 'Karla' !important;
}
.user-login ul li a{
  color: #fff !important;
  font-family: 'Karla';
}
.categories{
  display: none;
}
.menu ul li{
  display: block;
  float: left;
}
.menu_one{
  color:#111;
  display: block;
    position: relative;
    float: left;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700;
    padding-bottom: 0;
    text-decoration: none;
    height: 60px;
    line-height: 62px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    outline: none;
}
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger-box {
  width: 26px;
  height: 26px;
  display: inline-block;
  position: relative;
  margin-top:10px;
  margin-right: 10px;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -3px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 26px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}


.hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  
}

.hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.footer_bg{
    background-color: var(--price-color);
}
.footer_title{
  color: white !important;
}
.footer_title:hover{
  color: white !important;
}
.testimonials-list figure.testimonial blockquote, .testimonials-slider figure.testimonial blockquote{
  color: #ffffff;
}
.feat{
  background-color: #f8f8f8;
  padding: 30px 0 16px;
  margin-top: -4px;
}
.feat ul{
  list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
}
.feat ul li{
  width: 33%;
    border-right: 1px solid #dddddd;
    display: inline-block;
    position: relative;
    text-align: center;
}
.feat ul li .box{

  display: flex;
    align-items: center;
    justify-content: center;
}
.feat ul li i{
  font-size: 3.8rem;
    margin: -9px 20px 0 0;
    color: var(--base-color);
}
.feat ul li h3{
  font-size: 1.6rem;
    margin: 5px 0 0 0;
    padding: 0;
    font-weight: bolder;
}
.feat ul li:last-child{
  border-right: 1px solid transparent;
}
.banner_section{
  margin-bottom: 0em;
}
pattern {
  background: 
    radial-gradient(black 3px, transparent 4px),
    radial-gradient(black 3px, transparent 4px),
    linear-gradient(#fff 4px, transparent 0),
    linear-gradient(45deg, transparent 74px, transparent 75px, #a4a4a4 75px, #a4a4a4 76px, transparent 77px, transparent 109px),
    linear-gradient(-45deg, transparent 75px, transparent 76px, #a4a4a4 76px, #a4a4a4 77px, transparent 78px, transparent 109px),
  #fff;
  background-size: 109px 109px, 109px 109px,100% 6px, 109px 109px, 109px 109px;
  background-position: 54px 55px, 0px 0px, 0px 0px, 0px 0px, 0px 0px;
}

.dot {
  width: 240px;
  height: 240px;
  background-image: radial-gradient(#fff 10%, transparent 11%),
    radial-gradient(var(--base-color) 10%, transparent 11%);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
  background-repeat: repeat;
}

.category_menu{
 margin-top: 0px !important;
  padding: .0rem 0;
}

.dropdown-toggle::after{
  content: none !important;
}
.dropdown:hover .dropdown-menu{
  display: block;
}
#categoryDropdown:hover .dropdown-menu{
  display: block !important;
}
.nav-link{
  font-weight: 600 !important;
  display: flex;
}
.dropdown-item:hover{
  background-color: var(--base-color) !important;
  color:#000 !important;
}
.dropdown-item{
  width: 200px !important;
  font-family: 'Karla';
}
.list{
  /* border-left-color: #fff !important;
  border-right-color: #fff !important;
  border-bottom-color: #fff !important; */
  border-top: 2px solid var(--base-color);
}
.border_line{
  border-bottom: 1px solid #4e4e4e !important;
}

.phone_top{
  color: #FFF;
}
.phone_top:hover{
  color: #FFF !important;
}
 a.phone_top strong span{
 display: block;
}
.margin_60_35 {
	padding-top: 60px;
	padding-bottom: 35px;
}
.add_bottom_30{
  margin-bottom: 30px;
}
.main_title{
  position: relative;
    margin-bottom: 15px;
    text-align: center;
}
.main_title h2{
  font-size: 3.25rem;
    font-weight: 400;
    margin: 0;
    position: relative;
    z-index: 2;
}
.main_title p{
  font-size: 2rem;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
.box_about{
  background: #fff;
    padding: 45px 45px 30px 45px;
    margin-bottom: 25px;
    position: relative;
}
.box_about h2{
  font-weight: 400;
    font-size: 3rem;
    color:white;
}
.lead{
  font-size: 24px;
}
.box_about p{
    color: white;
}
.arrow_1{
  position: absolute;
    top: 105%;
    right: 0;
    z-index: 9;
}
.arrow_2{
  left: 0;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}
.arrow_2{
  position: absolute;
    top: 105%;
    right: 0;
    z-index: 9;
}
.margin_team{
  padding-top: 60px;
  padding-bottom: 60px;
}
.owl-carousel.owl-hidden{
  display: block;
}
.carousel_centered{
  margin-top: 40px;
}
.owl-carousel{
  display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage-outer{
  position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-stage{
  position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    
}
.owl-carousel.owl-drag .owl-item{
  touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.carousel_centered .owl-item{
  opacity: 0.5;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    overflow: hidden;
}
.owl-carousel .owl-item{
  position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.carousel_centered .item a{
  position: relative;
    display: block;
}
.carousel_centered .item .title{
  position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 9;
}
.owl-carousel .owl-item img{
  display: block;
    width: 100%;
}
.carousel_centered .item .title h4{
  background-color: #083487;
    background-color: #083487;
    display: inline-block;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    color: #fff;
    padding: 10px 15px;
    margin: 0;
    font-size: 16px;
    font-size: 1rem;
    opacity: 0;
}
.owl-carousel .owl-stage:after{
  content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled{
  display: none;
}
.owl-theme .owl-nav{
  position: absolute;
    top: 30%;
    transform: translateY(-30%);
    left: 0;
    width: 100%;
    margin: 0 !important;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot{
  outline: none;
  color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-theme .owl-nav [class*='owl-']{
  color: #FFF;
    font-size: 15px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot{
  outline: none;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot{
  background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-theme .owl-nav.disabled + .owl-dots{
  margin-top: 10px;
}
.owl-theme .owl-dots{
  text-align: center;
    -webkit-tap-highlight-color: transparent;

}
.owl-theme .owl-dots .owl-dot{
  display: inline-block;
    zoom: 1;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot{
  background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot{
  cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-theme .owl-dots .owl-dot span{
  position: relative;
    border-radius: 50%;
    width: 16px !important;
    height: 16px !important;
    background: transparent !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all .3s ease;
    border: 2px solid #ccc;
    margin: 5px 7px;
}
.owl-theme .owl-dots .owl-dot span::before{
  content: '';
    background-color: var(--base-color) !important;
    display: block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -4px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.owl-theme .owl-dots .owl-dot.active span::before{
  transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.unlimited_possibilities{
  background-color: white;
  border: 1px solid #f1f1f1;
  box-shadow: 0 5px 12px rgb(126 142 177 / 20%);
  padding-right: 16px;
  padding-left: 16px;
}
.unlimited_possibilities .single_item_center .icon_wrapper i:before {
  color: #1c2631 !important;
}

.unlimited_possibilities .single_item {
  /* -webkit-box-shadow: 0px 0px 90px 0px rgba(47, 47, 47, 0.1);
  box-shadow: 0px 0px 90px 0px rgba(47, 47, 47, 0.1); */
  text-align: center;
  position: relative;
  /* padding: 70px 36px 20px; */
}

.unlimited_possibilities .single_item:before {
  position: absolute;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.unlimited_possibilities .single_item .icon_wrapper {
  overflow: hidden;
}

.unlimited_possibilities .single_item .icon_wrapper i:before {
  font-size: 41px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
}

.unlimited_possibilities .single_item .blog_title h3 {
  font-weight: 400;
  font-size: 20px;
  padding: 0px;
  line-height: 22px;
}

.unlimited_possibilities .single_item .blog_title h3 a {
  color: var(--light);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.unlimited_possibilities .single_item .blog_title h3 a:hover {

}

.unlimited_possibilities .single_item .blog_title p {
  font-size: 15px;
  font-weight: 400;
  padding-top: 15px;
  margin: 0;
  color: #6a7a83;
}

.unlimited_button{
  text-align: center;
  transition: all 0.3s ease-out 0s;
}

.unlimited_button:hover{
  color: var(--base-color);
  -webkit-transform: translateX(6px) translate3d(0px, 0, 6px);
  transition: all 0.4s ease-out 0s;

}
.about_us_title{
  font-weight: 700;
}
.slided{
  display: flex;
  overflow-x: auto;
  margin-bottom: 12px;
}
.icon_wrapper img:hover{
  transform: scale(1.2);
}

.icon_wrapper img{
  transition: all 1s ease-out;
}
.icon_wrapper::before{
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.rtin-title{
  color: #FFF;
  font-size: 22px;
    font-weight: 400;
    margin-bottom: -2px;
    line-height: 1.5;
}
.rtin-title a{
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
}
.rtin-title a:hover{
  color: var(--base-color) !important;
}

.rtin-designation{
  color:white;
}
.rtin-social{
  margin: 19px 0 6px;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  display: flex;
  margin-left: 45px;
    
} 

.rtin-social li{
  margin: 0 2px 5px;
}

.rtin-social li a{
  background-color: var(--base-color);
  height: 30px;
  width: 35px;
  display: block;
  color: #ffffff;
  font-size: 15px;
  line-height: 31px;
} 

.rtin-social li a:hover{
  background-color:white;
  color:black  !important;
}
.team_one{
  max-width: 800px;
  text-align: left;
  
}
.team_one h2{
  font-size: 40px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0px;
    margin-top: 45px !important;
}
/* .team_one::after{
  background: var(--base-color);
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: 22;
  width: 67px;
} */
.single_item_first {
  transition: all 0.3s ease-out 0s;
}

.single_item_first:before {
  height: 3px;
  width: 102%;
  left: -5px;
  /* background: #fdfdfd; */
  bottom: 0;

}
.single_item_first {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  background-color: white;
  margin-right: 30px;
  color: var(--light);
}
.single_item_center {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  margin-right: 30px;
  color: var(--light);
  background-color: white;
}
.single_item_center {
  /* border: 5px solid #ededed; */
  transition: all 0.3s ease-out 0s;
}
.single_item_last {
  /* border-top: 5px solid var(--light); */
  /* border-right: 5px solid var(--light); */
  transition: all 0.3s ease-out 0s;
}
.single_item_last {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  margin-right: 30px;
  background-color: white;
  color: var(--light);
}
.slided::-webkit-scrollbar {
  display: none;
}
.rtin-content{
  transform:scaleY(0);
  background-color:rgba(0,0,0,.8);
  transition: .3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.single_item:hover .rtin-content{
   transform: scaleY(1);
   transition: .3s ease-in-out;
}
.products_one{
  background-color: #F14D5D;
  border-radius: 10px;
}
.products_two{
  background-color: #ff9933;
  border-radius: 10px;
}
.products_three{
  background-color: #ff9966;
  border-radius: 10px;
}
.products_four{
  background-color: #ff9999;
  border-radius: 10px;
}
.product-detailing strong{
  font-family: 'Karla';
  font-weight: 500;
  line-height: 36px;
  font-size: 16px;
}
 .colors ul li{
  display: inline-block;
  margin-right: 5px;
}
 .color_radio{
  /* margin-right: .5rem !important; */
  appearance: none;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  position: relative;
  margin: .3rem 1.5rem !important;
}
.color_radio:checked{

}
.color_radio:nth-of-type(1){
  margin-left: 0 !important;
}
.size{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .7rem 1rem;
  margin: 1rem .5rem;
  border: 2px solid #ccc;
  font-weight: 400;
}
.size--selected{
  border: 2px solid var(--base-color);
  color: var(--base-color);
  background-color: #004cda25;
}
.size:nth-of-type(1){
  margin-left: 0;
  background-color: rgba(238, 238, 238, 0.35);
  color: #a0a0a0;
}
.size__label{
  height: 100%;
  width: 100%;
}
.product-detail{
  display: flex;
}
.cart--detail-line{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cart--color-box{
  height: 25px;
  width: 25px;
  display: inline-block;  
  margin: .2rem .5rem;
  border-radius: 0px;
}
.color_radio.active::before,
.color_radio:checked .color_radio::before{
  content: "\2713";
  position: absolute;
  top: 15%;
  left: 30%;
  color: #ffffff;
  font-size: medium;
  font-weight: 400;
}
.color_radio.active,
.color_radio:checked .color_radio::before{
  transform: scale(1.2);
  border: 2px solid #f5f5f5;
}
.colors ul li a.color{
  /* border-radius: 50%; */
  display: block;
  width: 35px;
  height: 35px;
  position: relative;
}
 .colors ul li a.color.color_2{
   background-color: #ff9933;
 }

 .colors ul li a.color.color_3{

  background-color: #ff9966;
 }
 .colors ul li a.color.color_4{
   background-color: #ff9999;
 }
  .color_radio:hover{
  transform: scale(1.1);
}
  span {cursor:pointer; }
  .number{
    display: flex;
  }
  .product_input--container{
    /* padding: .3rem; */
    margin:  0;
    /* border: solid 1px #ddd; */
    border-radius: 0px;
    overflow: hidden;
    border: 1px solid #eee;
  }
  .product_input--element{
    padding: 1rem !important;
    height: auto !important;
    width: 100% !important;
    border: none !important;
  }
  .product_input--element.quantity{
    text-align: center;
  }
  .product_input--btn{
    width:auto;
    height:100%;
    /* background:var(--base-color); */
    background-color: transparent;
    /* border-radius:9%; */
    padding: 1rem 1rem;
    border: none;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    text-align: center;
    margin: 0;
    font-size: 1em;
    font-weight: 600 !important;
    outline: none !important;
    /* margin-right: 4px;
    margin-left: 3px; */
  }
  .product_input--btn:active {
    transform: scale(.95);
    background-color: #eee;
  }
  .number_one{
    display:contents;
  }
  /* .input_one{
    height:34px !important;
    width: 100px !important;
    text-align: center !important;
    font-size: 18px !important;
    border:1px solid #ddd !important;
    border-radius:3px !important;
    display: inline-block !important;
    vertical-align: middle !important;
  }  */
  .review::before{
    content:none !important;
    position:absolute !important;
    top: 17%;
    left: 32%;
    color: white;
  }  
  .product_rating{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .product_rating--int{
    color: #999;
    font-weight: 400;
  }
  .product_rating--average{
    margin-right: .9rem;
    padding: 0;
    padding-left: 0;
    border-radius: 0px;
    width: fit-content !important;
  }
  .product_rating--average.new{
    background-color: var(--tag-color);
    padding: 2px 5px;
    font-size: 0.8em !important;
    color: var(--light);
    font-weight: 600;
  }
  .product_rating--average.new small{
  font-weight: 700 !important;
  }
  .product_rating--star{
    font-size: medium;
    color: var(--star-color);
  }
  .product_rating--star.blank{
    color: #999;
  }
  a.btn_2, .btn_2:hover{
    color: #ffffff !important;
    border-color: #010103;
    background-color: var(--base-color);
    -webkit-box-shadow: -154px 0 0 #000000 inset;
  }
  a.btn_2, .btn_2{
    border: none;
    color: var(--bg-white) !important;
    background: var(--base-color);
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 10px 17px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-radius:500px;
    -webkit-transition-duration: 0.3s; 
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 0px 0 0 var(--base-color) inset;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    -ms-border-radius: 500px;
    line-height: normal;
  }
  .empty{
    color: #ccc !important;
    /* background-color: #ccc !important; */
  }
  .voting{
    border-radius: 3px;
    height: 20px;
    font-size: 1.5em;
    display: inline-block;
    /* background-color: #fec348; */
    color: tan;
    line-height: 20px;
    text-align: center;
    margin-right: 5px;
    width: 18px;
  }
  .rating_title{
    font-weight: 600;
  }
  .review_content{
    background-color: #ffffff;
    padding: .9rem;
    border: 1px solid var(--base-color);
    border-radius: 0px;
    box-shadow: 0 5px 12px rgb(126 142 177 / 20%);

  }
  .review_content em{
    font-size: .9em;
    font-weight: 400;
    color: #999;
    line-height: 22px;
    margin-left: 5px;
  }
  .review_content--text{
    text-transform: capitalize;
  }
  
  .add_bottom_10{
    margin-bottom: 14px;
    display: block !important;
  }
  .review_content{
    margin-bottom: 2em;
  }
  .review_para{
    float: right !important;
  }
  .product_details{
    background-color: transparent;
    /* box-shadow: 0 5px 12px rgb(126 142 177 / 20%);
    border: 1px solid #e7e7e7; */
    /* margin-bottom: 52px; */
  }
  .pl-6{
    padding-left: 56rem;
  }
  .tab-toggle-btn{
    font-size: 1.25em;
    font-weight: 400;
    padding: .7rem 1.5rem !important;
    color: #212529;
  }
  .function{
 
   border-bottom: 1px solid var(--primary-color);
   color:var(--base-color) !important;
   border-radius: 0;
   transition: background-color .7s ease-in-out;
  }
  .function:hover{
    color: var(--base-color) !important;
   }

  .product-image img, .product-image-size img, .img-fit{
    border-radius: 40px 0px 40px 0px !important;
    height: 100%;
    object-fit: cover;
  }

  .font-bold{
    font-weight: 800 !important;
  }

  button#whatsapp {
    color: #000 !important;
  line-height: 3rem;
  letter-spacing: 0px;
  font-family: 'Karla';
  transition: ease-in-out all 0.3s;
  font-weight: 400;
  font-size: 15px;
  border-radius: 0px;
  min-width: inherit;
  padding: 1rem;
  border: none;
    background: var(--base-color);
    margin-left: auto;
}

button#whatsappheader {
  color: #fff !important;
  letter-spacing: 0px;
  font-family: 'Karla';
  transition: ease-in-out all 0.3s;
  font-weight: 400;
  font-size: 2em !important;
  border-radius: 200px;
  min-width: inherit;
  padding: 1rem;
  border: none !important;
  background: #25D366;
  margin-left: auto;
}

button#whatsappheader:hover {
color: #fff !important;
letter-spacing: 0px;
font-family: 'Karla';
transition: ease-in-out all 0.3s;
font-weight: 400;
font-size: 2em !important;
border-radius: 200px;
min-width: inherit;
padding: 1rem;
border: none !important;
background: var(--tag-color);
margin-left: auto;
}

button#headerbutton {
  color: #000 !important;
  letter-spacing: 0px;
  font-family: 'Karla';
  transition: ease-in-out all 0.3s;
  font-weight: 500 !important;
  font-size: 1.2em !important;
  border-radius: 20px 0px 20px 0px;
  min-width: inherit;
  padding: 1rem;
  /* border: 1px solid #fff; */
  margin-left: auto;
  background: var(--secondary-color);
  height: 50px;
}

button#headerbutton:hover {
  color: #000 !important;
  letter-spacing: 0px;
  font-family: 'Karla';
  transition: ease-in-out all 0.3s;
  font-weight: 500 !important;
  font-size: 1.2em !important;
  border-radius: 0px 20px 0px 20px;
  min-width: inherit;
  padding: 1rem;
  border: none !important;
  margin-left: auto;
  background: #fff;
  height: 50px;
}

button#whatsappbutton {
  color: #fff !important;
  letter-spacing: 0px;
  font-family: 'Karla';
  transition: ease-in-out all 0.3s;
  font-weight: 400;
  font-size: 1em !important;
  border-radius: 20px 0px 20px 0px;
  min-width: inherit;
  padding: 1rem;
  /* border: 1px solid #fff; */
  margin-left: auto;
  background: #4caf50;
  height: 50px;
}

button#whatsappbutton:hover {
  color: #fff !important;
  letter-spacing: 0px;
  font-family: 'Karla';
  transition: ease-in-out all 0.3s;
  font-weight: 400;
  font-size: 1em !important;
  border-radius: 0px 20px 0px 20px;
  min-width: inherit;
  padding: 1rem;
  border: none !important;
  margin-left: auto;
  background: #009688;
  height: 50px;
}

button#whatsapptwo {
  color: #fff !important;
    line-height: 2rem;
    letter-spacing: 0px;
    font-family: 'Karla';
    transition: ease-in-out all 0.3s;
    font-weight: 400;
    font-size: 18px !important;
    border-radius: 0px;
    min-width: inherit;
    padding: 0.7rem;
    border: none;
    border: 1px solid #25D366 !important;
    background: #25D366;
    margin-left: auto;
}

.bg-whatsapp{
  background-color: #009688;
}

button#whatsapptwo:hover {
  color: #fff !important;
    line-height: 2rem;
    letter-spacing: 0px;
    font-family: 'Karla';
    transition: ease-in-out all 0.3s;
    font-weight: 400;
    font-size: 13px;
    border-radius: 0px;
    min-width: inherit;
    padding: 0.7rem;
    border: 1px solid var(--tag-color) !important;
    background: var(--tag-color);
    margin-left: auto;
}

button#enquiry {
  color: #fff !important;
line-height: 3rem;
letter-spacing: 0px;
font-family: 'Karla';
transition: ease-in-out all 0.3s;
font-weight: 400;
font-size: 15px;
border-radius: 0px;
min-width: inherit;
padding: 1rem;
border: none;
  background: var(--primary-color);
  margin-left: auto;
}

  button#enquiry:hover {
    color: #000 !important;
  line-height: 3rem;
  letter-spacing: 0px;
  font-family: 'Karla';
  transition: ease-in-out all 0.3s;
  font-weight: 400;
  font-size: 15px;
  border-radius: 0px;
  min-width: inherit;
  padding: 1rem;
  border: none;
    background: var(--base-color);
    margin-left: auto;
}

button#whatsapp:hover {
  color: rgb(255, 255, 255) !important;
  line-height: 3rem;
  letter-spacing: 0px;
  font-family: 'Karla';
  transition: ease-in-out all 0.3s;
  font-weight: 400;
  font-size: 15px;
  border-radius: 0px;
  min-width: inherit;
  padding: 1rem;
  border: none;
  background: #25D366;
  margin-left: auto;
}

  .opacity-none{
    opacity: 0 !important;
  }
 
   /* .active{
    border-bottom: 2px solid var(--base-color);
    color: var(--base-color);
    background-color: transparent;
   }
    */
    .product_body{
      margin-top: 18px;
    }
    .product_element{
      border-bottom:2px solid var(--base-color); 
    }
    .tab_border{
      border-bottom: #ffffff ;
    }
    .font_weight{
      font-weight: 600;
    }
    .function_review{
      font-size: 17px;

    }
    .function_review:hover{
      color:var(--base-color) !important;
    }


    .bbb_viewed {
        padding-top: 51px;
        padding-bottom: 60px;
        background: #eff6fa
    }
   
    .bbb_main_container {
        background-color: #fff;
        padding: 11px
    }
   
    .bbb_viewed_title_container {
        border-bottom: solid 1px #dadada
    }
   
    .bbb_viewed_title {
        margin-bottom: 16px;
        margin-top: 8px
    }
   
    .bbb_viewed_nav_container {
        position: absolute;
        right: -5px;
        bottom: 14px
    }
   
    .bbb_viewed_nav {
        display: inline-block;
        cursor: pointer
    }
   
    .bbb_viewed_nav i {
        color: #dadada;
        font-size: 18px;
        padding: 5px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease
    }
   
    .bbb_viewed_nav:hover i {
        color: #606264
    }
   
    .bbb_viewed_prev {
        margin-right: 15px
    }
   
    .bbb_viewed_slider_container {
        padding-top: 13px
    }
   
    .bbb_viewed_item {
        width: 100%;
        background: #FFFFFF;
        border-radius: 2px;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 30px;
        padding-right: 30px
    }
   
    .bbb_viewed_image {
        width: 150px;
        height: 150px
    }
   
    .bbb_viewed_image img {
        display: block;
        max-width: 100%
    }
   
    .bbb_viewed_content {
        width: 100%;
        margin-top: 25px
    }
   
    .bbb_viewed_price {
        font-size: 16px;
        color: #000000;
        font-weight: 500
    }
   
    .bbb_viewed_item.discount .bbb_viewed_price {
        color: #df3b3b
    }
   
    .bbb_viewed_price span {
        position: relative;
        font-size: 12px;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.6);
        margin-left: 8px
    }
   
    .bbb_viewed_price span::after {
        display: block;
        position: absolute;
        top: 6px;
        left: -2px;
        width: calc(100% + 4px);
        height: 1px;
        background: #8d8d8d;
        content: ''
    }
   
    .bbb_viewed_name {
        margin-top: 3px
    }
   
    .bbb_viewed_name a {
        font-size: 15px;
        color: #000000;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease
    }
   
    .bbb_viewed_name a:hover {
        color: #0e8ce4
    }
   
    .item_marks {
        position: absolute;
        top: 18px;
        left: 18px
    }
   
    .item_mark {
        display: none;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        color: #FFFFFF;
        font-size: 10px;
        font-weight: 400;
        line-height: 36px;
        text-align: center
    }
   
    .item_discount {
        background: #df3b3b;
        margin-right: 5px
    }
   
    .item_new {
        background: #0e8ce4
    }
   
    .bbb_viewed_item.discount .item_discount {
        display: inline-block
    }
   
    .bbb_viewed_item.is_new .item_new {
        display: inline-block
    }
    .detailing{
      font-size: 1.3em;
      font-weight: 400;
    }
    .contacts{
      display: block;
    }

    .advantage_one{
      padding: 37px 23px 18px 31px;
    }
   .bg_contact{
     background: #fff !important;
   }
   .column_contact{
    width:32%;
    position: relative;
    display: flex;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: 0 5px 12px rgb(126 142 177 / 20%);
  }
  .image_contact{
    width: 17% !important;
  }
  .contact_detail{
    margin-left: 130px;
    border: 1px solid #d3d3d3;
    width: 83%;
    margin-bottom: 69px;
    box-shadow: 0 5px 12px rgb(126 142 177 / 20%);
  }
  .detailing_one{
    border: 1px solid #c7c7c7;
    padding-left: 7px;
    padding-right: 7px;
  }

  /* .drop-list a::after{
    
    content: "\02C7";
    color: #fff;
    display: inline-block;

  }
  .drop-list a :hover:after{
    transform: rotate(90deg);
  }
  ul.main-navigation>li>a:after:hover{
   transform: rotate(180deg);
  } */
  /* .drop-list a i:hover {
    transform: rotateZ(180deg);
  }
  .drop-list a i{
    transition: all 0.4s ease;
    position:fixed;
  } */
/* .drop-list a::after{
  font-size: 0.75rem;
    content: "\02C4";
    color: #fff;
    line-height: 1;
    padding: 0;
    margin: 0 0 0 5px;
    font-weight: bold;
    display: inline-block;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.drop-list a:hover::after{
  transform: rotate(180deg) !important;
} */
ul.main-navigation>li>a:hover::after{
  transform: rotate(180deg);
  color: var(--base-color);
}


ul.main-navigation>li>.transforming:after{

  content: none !important;
}
.drop-lists:hover{
  color: var(--secondary-color) !important;
  border-bottom: 3px solid var(--secondary-color);
  transition: 0.5s;
}
.testimonials-list figure.testimonial .arrow, .testimonials-slider figure.testimonial .arrow{
  border-top: 25px solid #f3f3f3 !important;
}
.services4__shape img{
  position:absolute;  
}
.services4__shape-1{
  top: 18%;
    right: 3%;
    -webkit-animation: hero-leaf 3s linear infinite alternate;
    -moz-animation: hero-leaf 3s linear infinite alternate;
    -o-animation: hero-leaf 3s linear infinite alternate;
    animation: hero-leaf 3s linear infinite alternate;
}
.services4__shape-2{

      top: 18%;
     left: 3%;
    -webkit-animation: hero-leaf 3s linear infinite alternate;
    -moz-animation: hero-leaf 3s linear infinite alternate;
    -o-animation: hero-leaf 3s linear infinite alternate;
    animation: hero-leaf 3s linear infinite alternate;
}
.services4_area{
  overflow: hidden;
    background-color: #ffffff;
    position: relative;
}
@keyframes hero-leaf {
  0% {
    transform: translateY(-50px);
}
100% {
  transform: translateY(0px);
}
}
.back__shape__1{
position: absolute;
    bottom: -49px;
    right: 1px;
    z-index: -1;
    -webkit-animation: hero-leaf 5000ms linear infinite alternate;
    animation: hero-leaf 5000ms linear infinite alternate;
}
.testimonial2__shape img{
  position:absolute;
}
.testimonial2__shape-1{
  z-index: -1;
    top: 150%;
    left: 22%;
    width: 219px;
}
.testimonial2__shape-2{
  z-index: -2;
  top: 180%;
  left: 37%;
  width: 268px
}
.testimonial2__shape-3{
z-index: -1;
    top: 160.9%;
    left: 55.5%;
    width: 268px;
}
.header_bottom{
  max-width: 1300px!important;
}
.product_about{
  margin-top: 50px;
}
.review--header{
  margin-bottom: 1rem;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.modal-dialog{
  display: flex;
  flex-direction: column;
  background-color: #fff;
  margin-top: 13px;
}
.popup__bg, .r_action-popup{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: #0000004d;
  display: none;
}
.r_action-popup, #r-edit-popup, #r-delete-popup{
  display: none;
}
.popup, .r_action-popup__box{
  margin: auto;
  padding: 1.7em;
  transform: translateY(50%);
  width: 40%;
  background-color: #fff;
  font-size: 1em !important;
  border: 1px solid #a1a1a1;
  border-radius: 10px;
}
.popup__header, .r_action-popup__box header{
  padding-bottom: 1.5rem;  
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  font-size: medium;
  border-bottom: 1px #c2c2c2 solid;
}
.popup__header--title, .r_action-popup__box header h4{
  font-size: large;
  margin-bottom: 0;
  text-transform: capitalize;
}
.popup__header--close, .r_action-popup__box--header button{
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  color: #000000;
}
.popup__body, .r_action-popup__box main{
  margin-bottom: 1.7rem;
  width: 100%;
}
.popup__body label{
  margin: .5rem 0;
  font-size: 1.1em;
}
.popup__input{
  margin: .7rem 0;
}
.popup__input textarea{
  font-size: 1em;
}
.popup__footer, .r_action-popup__box footer{
  margin-top: 1em;
  padding-top: 1em;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  border-top: 1px #c2c2c2 solid;
}
.popup__submit-btn, .popup__close-btn, .r_action-popup__box footer button{
  border-radius: 7px !important;
  margin: 0 .5rem;
}
.popup__submit-btn, .r_action-popup__box footer button.r-action-popup-btn{
  background-color: var(--base-color);  
}
.popup__close-btn, .r_action-popup__box footer button.r-action-popup-link{
  background-color: transparent;
  color: #ff0000;  
}

.no-review-div{
  margin: 1rem auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.no-review__icon{  
  margin: 1rem 0;
  padding: 3rem;
  background-color: var(--base-color);
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}
.no-review__icon img{
  height: 100px;
}
.no-review__text{
  text-transform: none;
}
.mt-slider{
  margin-top: 10%;
}
.max-h-slider{
  max-height: 300px;
}

.page-top-image{
  max-height: 410px;
}

.page-top-product{
  max-height: 80px;
}

.rating-group {
  display: inline-flex;
  font-size: 3em !important;
}
.rating__icon {
  pointer-events: none;
}
.rating__input {
  position: absolute !important;
  left: -9999px !important;
}
.rating__input--none {
  display: none
}
.rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 3rem;
}
.rating__icon--star {
  color: tan;
}
.rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
.rating-group:hover .rating__label .rating__icon--star {
  color: tan;
}
.rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}

.cart_btn strong,
.wishlist_btn strong{
font-size: 0.9rem;
    font-weight: 700;
    width: 16px;
    height: 16px;
    text-indent: 0;
    display: block;
    text-align: center;
    position: absolute;
    background-color: var(--tag-color);
    color: #fff !important;
   bottom: 0px;
    right: 6px;
    line-height: 17px !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.product_hover{
  margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    right: 44px;
    bottom: 230px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
    z-index: 2;
}


.product_hover li a{
  background-color:var(--base-color);
  border-radius: 0px;
  font-size: large;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  display: block !important;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
  animation: fadeIn 0.1s ease;
  animation-fill-mode: both;
  display: none;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
}
.product_hover li a:hover{
    background-color: var(--green-color);
    color: #FFF;
}
.product_hover li a span{
  display: none;
}

.short_information{
  position: absolute;
    left: 19px;
    top: -82%;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    padding: 0 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-align: center;
}
.short_information:hover div{
  visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}
.tooltip-1:hover{
  color: #FFF !important;
}

.countdown{
color: #fff;
    font-weight: 600;
    width: 100px;
    height: 22px;
    position: absolute;
    top: 67%;
    left: 50%;
    margin-left: -45px;
    bottom: 25px;
    z-index: 1;
    line-height: 23px;
    box-sizing: border-box;
    /* font-size: 12px; */
    font-size: 0.9em;
    background: #F33;
    text-align: center;
}
.countdown::before{
position: absolute;
    left: -15px;
    top: -6px;
    content: '';
    background: url(http://127.0.0.1:5500/html/img/countdown_bg.svg) top left no-repeat;
    width: 27px;
    height: 30px;
    display: inline-block;
}

.rowed{
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color) !important;
  margin-right: 210px ;
}

.rowing{
  margin-right: 215px !important;
  width: 45%;

}

/* about new section */
.section-header{
  text-align: center;
    position: relative;
}
.section-header .category{
  font-size: 20px;
    font-weight: 400;
    color:var(--base-color);
    display: block;
    margin-top: -6px;
    margin-bottom: 3px;
    text-transform: uppercase;
}
.feature-item{
  padding: 40px 20px;
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #d0d0d0;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    margin: 17px auto 30px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;

}
.feature-item .icon{
  width: 71px;
    height: 71px;
    line-height: 71px;
    margin: 0 auto 26px;
    -webkit-border-radius: 25%;
    -moz-border-radius: 25%;
    border-radius: 25%;
    font-size: 39px;
    color: var(--base-color);
    background: rgb(212 59 59 / 13%);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.feature-item .content .title{
  text-transform: capitalize;
  font-family: 'Karla', sans-serif;
    margin-bottom: 13px;
}
.feature-item .content .shape{
  display: block;
    width: 23px;
    height: 3px;
    background: #e01e247a;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    overflow: hidden;
    margin: 0 auto 20px;
}
.feature-item:hover{
  transform: translateY(-5px);
    box-shadow: 0 3px 20px var(--lighter-green);
}
.feature-item:hover .icon{
  color: #ffffff;
    background: var(--base-color);
}
.content_title{
  font-size: 19px !important;
}
.fs-sm{
  margin-bottom: -1px;
}
.home-social li a:hover{
  color: var(--base-color) !important;
}

.offered{
  position:fixed !important;
  padding: 1px 3px !important;
  /* right: 51% !important; */
  left: 7%;
}
/* .info{
  position:fixed !important;
  left: -13px !important;
  top: -22% !important;
} */
.counting{
  position: fixed !important;
  top: 60% !important;
}
.home_adjust{
  margin-top: 68px;
}

#categoryDropdown{
  padding-top: 1em;
  padding-bottom: 1.2em;
  color: var(--base-color);
}
button.action{
  font-family: 'Karla' !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
}
button.action:hover{
  box-shadow: -140px 0 0 var(--base-color) inset;
}
.page-footer .footer.content .block.newsletter .control{
  border-radius: 0px;
}
.action.primary:hover{
  background-color: var(--base-color);
}
.action.primary:focus, .action.primary:active{
  background-color: var(--base-color);
  outline: none;
}
h1.page-title{
 color: #ffffff !important;
}

.height-850 {
  height: 850px;
}

.font-3em{
  font-size: 3em ;
}
.font-1em{
  font-size: 1em !important;
}
.font-15em{
  font-size: 1.5em !important;
}
.font-13em{
  font-size: 1.3em !important;
}
.font-2em{
  font-size: 2em !important;
}


.our_specialties_section{
  padding: 120px 0 60px;
  position: relative;
}
.our_specialties_heading_content{
  text-align: center;
}
.our_specialties_heading_content h5{
  text-transform: uppercase;
  color: var(--base-color);
  letter-spacing: 3.1px;
  margin-bottom: 12px;
}
.our_specialties_heading_content h2{
  margin-bottom: 18px;
  color: var(--base-color);
}
.our_specialties_heading_content p {
  margin-bottom: 35px;
  padding: 0 95px;
  color: #6b6b6b;
}
.s1{
  padding-top: 110px;
  padding-right: 25px;
}
.s2{
  padding-right: 70px;
}
.s3{
  padding-right: 75px;
}
.s4{
  padding-right: 25px;
}
.specialties_content_wrapper{
  position: relative;
}
.specialties_content {
  text-align: right;
  margin-bottom: 46px;
  position: relative;
}
.specialties_content .specialties_name {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: var(--base-color);
  margin-bottom: 6px;
}
.specialties_content .specialties_paragraph {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #6b6b6b;
  margin-bottom: 0;
}
.specialties_left_line {
  position: absolute;
  top: 120px;
  right: -50px;
}
.specialties_left_line img {
  height: 390px;
}
.specialties_content::after {
  content: "\f058";
  height: 76px;
  width: 76px;
  background-color: var(--base-color);
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  text-align: center;
  padding: 5px;
  font-weight: 400;
  font-size: 42px;
  line-height: 64px;
  color: #fff;
  font-family: 'Font Awesome 6 Free';
}
.s1::after {
  top: 110px;
  right: -78px;
}
.s2::after {
  top: 0px;
  right: -30px;
}
.s3::after {
  top: 0;
  right: -30px;
}
.s4::after {
  top: 0;
  right: -78px;
}
.specialties_content2{
  text-align: left;
}
.specialties_content2::after {
  content: "\f058";
  height: 76px;
  width: 76px;
  background-color: var(--base-color);
  position: absolute;
  border-radius: 100%;
  z-index: 1;
  text-align: center;
  padding: 5px;
  font-weight: 400;
  font-size: 42px;
  line-height: 64px;
  color: #fff;
  font-family: 'Font Awesome 6 Free';
}
.s5{
  padding-top: 110px;
  padding-left: 24px;
}
.s6{
  padding-left: 74px;
}
.s7{
  padding-left: 74px;
}
.s8{
  padding-left: 24px;
}
.s5::after {
  top: 110px;
  left: -78px;
}
.s6::after {
  top: 0px;
  left: -30px;
}
.s7::after {
  top: 0;
  left: -30px;
}
.s8::after {
  top: 0;
  left: -78px;
}
.specialties_right_line {
  position: absolute;
  top: 120px;
  left: -50px;
}
.specialties_right_line img {
  height: 390px;
}
.our_specialties_section .specialties_image{
  text-align: center;
  animation: float_img 6s ease-in-out infinite;
}
.our_specialties_section .our_specialties_right_shape{
  position: absolute;
  top: 150px;
  right: 0;
}

/* DEMO GENERAL ============================== */
.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}


/* DEMO 1 ============================== */
.hover-1 img {
  width: 105%;
  position: absolute;
  top: 0;
  left: -5%;
  transition: all 0.3s;
}

.hover-1-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: all 0.4s;
}

.hover-1 .hover-overlay {
  background: rgba(0, 0, 0, 0.5);
}

.hover-1-description {
  transform: translateY(0.5rem);
  transition: all 0.4s;
  opacity: 0;
}

.hover-1:hover .hover-1-content {
  bottom: 2rem;
}

.hover-1:hover .hover-1-description {
  opacity: 1;
  transform: none;
}

.hover-1:hover img {
  left: 0;
}

.hover-1:hover .hover-overlay {
  opacity: 0;
}


/* DEMO 2 ============================== */
.hover-2 .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}

.hover-2-title {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2-description {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2:hover .hover-2-title {
  transform: translateY(-1.5rem);
}

.hover-2:hover .hover-2-description {
  bottom: 0.5rem;
  opacity: 1;
}

.hover-2:hover .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
}

.btn-border{
  border: 1px solid #000;
    padding: 5px 25px 5px 25px;
    font-size: 16px;
    border-radius: 50px;
}

.btn-border:hover{
  border: 1px solid var(--base-color);
  background-color: var(--base-color);
  color: #000 !important;
    padding: 5px 25px 5px 25px;
    font-size: 16px;
    border-radius: 50px;
}

.btn-border-white{
  border: 1px solid #ffffff;
    padding: 5px 25px 5px 25px;
    font-size: 16px;
    border-radius: 50px;
    color: #fff !important;
}

.btn-border-white:hover{
  border: 1px solid var(--base-color);
  background-color: var(--base-color);
  color: #000 !important;
    padding: 5px 25px 5px 25px;
    font-size: 16px;
    border-radius: 50px;
}

.border-1px{
  border: 1px solid #ffffff52;
  border-radius: none !important;
}

/* DEMO 3 ============================== */
.hover-3::after {
  content: '';
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: 1px solid #ffffff75;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 90;
  transition: all 0.3s;
  transform: scale(1.1);
  opacity: 0;
  display: block;
  opacity: 0;
}

.hover-3-content {
  position: absolute;
  top: 75%;
  left: 0;
  width: 100%;
  /* transform: translateY(-50%); */
  text-align: center;
  z-index: 99;
}

.hover-3-description {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.3s;
}


.hover-3-title{
  font-size: 2em;
  font-family: 'Playfair Display' !important;
}

.hover-3 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-3 .hover-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.hover-3:hover img {
  width: 100%;
}

.hover-3:hover::after {
  opacity: 1;
  transform: none;
}




.hover-3:hover .hover-3-description {
  opacity: 1;
  transform: none;
  
}

.hover-3-hr {
  opacity: 0;
  transform: none;
  
}

.hover-3:hover .hover-3-hr {
  opacity: 0.2;
  transform: none;
  
}

.hover-3:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}


/* DEMO 4 ============================== */
.hover-4 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-4 .hover-overlay {
  background: rgba(0, 0, 0, 0.4);
  z-index: 90;
}

.hover-4-title {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3rem;
  z-index: 99;
}

.hover-4-description {
  position: absolute;
  top: 2rem;
  left: 2rem;
  text-align: right;
  border-right: 3px solid #fff;
  padding: 0 1rem;
  z-index: 99;
  transform: translateX(-1.5rem);
  opacity: 0;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .hover-4-description {
    width: 50%;
  }
}

.hover-4:hover img {
  width: 100%;
}

.hover-4:hover::after {
  opacity: 1;
  transform: none;
}

.hover-4:hover .hover-4-description {
  opacity: 1;
  transform: none;
}

.hover-4:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}


/* DEMO 5 ============================== */
.hover-5::after {
  content: '';
  width: 100%;
  height: 10px;
  background: #47c650;
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  transition: all 0.3s;
  z-index: 999;
}

.hover-5 .hover-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.hover-5-title {
  position: absolute;
  bottom: 1rem;
  left: 0;
  transition: all 0.3s;
  padding: 2rem 3rem;
  z-index: 99;
}

.hover-5-title span {
  transition: all 0.4s;
  opacity: 0;
  color: #47c650;
}

.hover-5:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.hover-5:hover .hover-5-title {
  bottom: 0;
}

.hover-5:hover .hover-5-title span {
  opacity: 1;
}

.hover-5:hover::after {
  bottom: 0;
}



.banner-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  position: absolute;
  z-index: 9;
  background: rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.video-parallax {
  position: relative;
  width: 100%;
}

.video-content-holder {
  position: absolute;
  top: 40%;
  z-index: 999;
}

/* feature */
.banners {
  margin-top: 20px;
    margin-bottom: -142px;
}
.banner-img {
  position: relative;
  clear: both;
  overflow: hidden;
}
.image_one img {
  height: 200px;
}
.banner-img img {
  border-radius: 4px !important;
  width: 100%;
}
.banner-img .banner-text {
  position: relative;
    top: 4%;
    z-index: 2;
    left: 27%;
    -webkit-transform: translateY(-149%);
    transform: translateY(-145%);
    padding: 0 50px;
}
.banner-img .banner-text h4 {
  font-weight: 700;
  margin-bottom: 15px;
  min-height: 72px;
  transition: all .3s ease 0s;
}
.btns.btns-xs, .button.btns-xs {
  padding: 7px 8px 7px 12px;
  font-size: 12px;
  text-transform: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: white;
  background-color: var(--base-color);
  line-height: 1.3;
}
.btns:hover {
  background-color: var(--base-color);
  color: white !important;
  transform: scale(1.3);
}
.btns, .button {
  display: inline-block;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 30px;
  color: #fff;
  border: 1px solid transparent;
  /* background-color: #3BB77E; */
  cursor: pointer;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  letter-spacing: 0px;
}
.featured_category .single_item {
  text-align: center;
  position: relative;
}
.single_item_firsts {
  width: 114%;
  height: 100%;
  text-align: center;
  position: relative;
  margin-right: 30px;
  border: 1px solid #dfdfdf;
  color: white;
  transition: all 0.3s ease-out 0s;
}
.featured_category .single_item:before {
  position: absolute;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single_item_firsts:before {
  height: 3px;
  width: 102%;
  left: -5px;
  /* background: #fdfdfd; */
  bottom: 0;
}
.featured_category .single_item .icon_wrapper {
  padding-bottom: 1px;
    padding-top: 5px;
}
.icon_wrapper::before {
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.icon_wrapper img {
  transition: all 1s ease-out;
}
.category__banner--img {
  width: 100%;
  margin-left: 5px;
}
.single_item .blog_title {
  color: white;
  padding: 19px;
}
.single_item .blog_title h6 {
  color: #253D4E;
  font-weight: 700;
}
.blog_title span {
  color: #7E7E7E;
}
.icon_wrapper:hover img {
    transform: scale(1.05);
    transition: transform .5s,-webkit-transform .5s;
}
.single_item:hover h6 {
  color: var(--base-color);
}
.single_item:hover {
  background: #fff;
  outline-color: var(--base-color);
  -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
  box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
  outline: 1px solid var(--base-color);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section__title {
  font-size: 38px;
}
.heading_one {
  font-family: 'Karla', sans-serif;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  margin-right: 0;
    margin-left: 0;
}
#categoryDropdown:hover{
  color: var(--base-color) !important
}
.sections-padding {
  padding: 0px 0px !important;
  margin-top: 90px;
}
.banner_texted h6 {
  font-weight: 600;
}

a.text-primary:focus, a.text-primary:hover {
  color: var(--grey-color)!important;
}

.top_head a{
  font-weight: 500;
  margin-bottom: 1px;
  font-size: 20px;
  color: var(--base-color);
  line-height: 0.9;
}
.style-1::after{
  content: "";
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color:var(--base-color);
}
.style-1{
    font-size: 23px;
    font-weight: 600;
    font-family: 'Karla', sans-serif;
    text-transform: capitalize;
}
.hover-ups{
  margin-bottom: 12px;
  transition: 0.3s;
}
.hover-ups:hover{
  transform: translateY(-5px);
  transition: 0.3s;
  
}
.elementor-animation-shrink {
  transition-duration: .3s;
  will-change: transform;
  font-size: 42px;
}
.section-title {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: end;
  margin-bottom: 25px;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer_bottom {
  background-color: #000;
  height: 61px;
  margin-right: -115px;
  margin-left: -120px;
}
.footer_txt p {
  padding-top: 23px;
  color: var(--light);
}
.page-footer .footer.content{
  padding-bottom: 0px;
    padding-top: 0px;
}
.newsletters{
  position: relative;
  margin-bottom: 2px;
    margin-top: 40px;
    background-image: url(/assets/img/subscribe-bg.jpg);
}
.newsletters .newsletters-inner{
  background: url(../img/bg-newsletter.png) no-repeat center;
    background-size: cover;
    padding: 84px 78px;
    clear: both;
    display: table;
    width: 100%;
    overflow: hidden;
    min-height: 230px;
}
.position-relative{
  position: relative !important;
}
.newsletters .newsletters-inner .newsletters-content p{
  font-size: 18px;
}
.text-brand{
  color: var(--base-color) !important;
}
.newsletters .newsletters-inner .newsletters-content form{
  background-color: transparent;
    width: 50%;
    position: relative;
    border: 1px solid lightgray;
    display: flex;
    z-index: 4;
    border-radius: 44px;
}
.newsletters .newsletters-inner .newsletters-content form input{
  border: 0;
    border-radius: 50px 0 0 50px;
    padding-left: 58px;
    font-family: 'Karla';
    background: url(http://wp.alithemes.com/html/nest/demo/assets/imgs/theme/icons/icon-plane.png) no-repeat 25px center;
}
.newsletters .newsletters-inner img{
  position: absolute;
    right: 50px;
    bottom: 0;
    max-width: 40%;
}
.newsletters-content h2{
  font-weight: 700;
    font-size: 40px;
    color: #ffffff;
}
.btn_3{
  background-color: var(--base-color) !important;
  padding: 15px 38px;

}
.form-subcriber input{
  height: 57px !important;
}
.tabed{
  margin-bottom: 64px !important;

} 
.font_foot{
  font-family: 'Karla', sans-serif;
  font-size: 19px;
}
.h4.follow{
  font-family: 'Karla', sans-serif;
    font-size: 19px;
}
.footer_hover {
  font-family: 'Karla', sans-serif;
}
.footer.content .links{
  font-family: 'Karla', sans-serif;
}

.bg-yellow-light{
 
    background-color: #fdfffd;
}

.text_feature{
  left: 0% !important;
  position: relative;
    top: 4%;
    z-index: 2;
    left: 27%;
    -webkit-transform: translateY(-149%);
    transform: translateY(-145%);
    padding: 0 50px;
}
.featured_category{
  margin-bottom: -8px;
}
.team_meet {
  display: block !important;
}
.team_meet h1 {
  font-size: 4em;
  line-height: 1.1;
  text-transform: capitalize;
  margin-bottom: 0;
}
.team_btn {
  background: var(--base-color);
  border: medium none;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin-bottom: 0;
  padding: 18px 43px;
  text-align: center;
  text-transform: uppercase;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  letter-spacing: 0px;
}
.team-img {
  position: relative;
}
.team-area .team-img .team-text {
  text-align: center;
  padding: 20px 0px 20px;
  right: 60px;
  position: absolute;
  bottom: 0;
  background: var(--base-color);
  left: 0;
  right: 0px;
  transition: .3s;
  opacity: 0;
}
.team-social-icon {
  padding-top: 15px;
  margin-left: 28px;
}
.team-social-icon a {
  font-size: 16px;
  color: #fff;
  margin-right: 20px;
  transition: .3s;
}
.team-wrapper:hover .team-text {
  opacity: 1;
}
.team-text h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.team-text span {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
}
.team-content {
  padding-bottom: 30px;
  background-repeat: no-repeat;
  background-position: bottom;
}
.team_btn:hover{
  color: var(--light) !important;
}
.team-social-icon a:hover{
  color: var(--light) !important;
}
.ui-slider-handle{
  background: var(--base-color);
}
.border_prod {
  border-right: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}
.card_prod{
  border: 0px !important;
}
.border_prod:nth-child(3n+3) {
  border-right: 0px;
}
.bg_cat{
  background-color: #fff;
}

.recomm{
  margin-top: -51px;
}
.border-i{
    border:1px dashed #cfcdcd;
    height: 100%;
    align-items: center;
    /* box-shadow: 0 5px 12px rgb(126 142 177 / 20%); */
}
.featre h3{
  text-align: center;
  font-family: 'Karla';
}
.height-featre{
  height: 100%;
}
.home_adjusting{
  margin-top: -40px;
}
a.user-icon{
  color: black !important;
}
.text_feature h4 {
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--light);
  min-height: 72px;
  transition: all .3s ease 0s;
}
.top_head a:hover{
  color: var(--base-color) !important;
}

.maxheight{
  max-height: 400px !important;
}

/* .image_one img:hover{
  border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0,1);
    transform: center;
    opacity: 1;
    transform: scale(1);
    position:absolute;
    z-index: 9;
    content: "";
    transition: all 0.5s ease-in-out;
} */
.border-hover:hover::before{
  opacity: 1;
    transform: scale(1);
    position: absolute;
    z-index: 9;
    content: "";
    transition: all 0.5s ease-in-out;
    top: 10px;
    right: 10px;
    bottom: 35%;
    left: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform-origin: center;
}
.border-hover:hover::after{
  opacity: 1;
    transform: scale(1);
    position: absolute;
    z-index: 9;
    content: "";
    transition: all 0.5s ease-in-out;
    top: 10px;
    right: 10px;
    bottom: 35%;
    left: 10px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform-origin: center;
}
.banner_about img{
  max-width: 100%;
    position: relative;
    z-index: 2;
   
}
.ab-feeture{
  padding-right: 59px;
    padding-left: 34px;
}
.product_slider{
  width: 250px;
    margin-right: 9px;
    /* border: 1px solid #d3d3d3; */
    padding: 20px;
}



.rounded {
  border-radius: 0.5rem!important;
}

.margin-top-slider{
  margin-top: 150px !important;
}

.tab_border li a{
  color: var(--primary-color) !important;
  font-size: 2em;
}
.feature-section {
  margin-top: 72px !important;
}
.modal-content {
  border: 0px solid rgb(255 255 255) !important;
  width: 116%;
  padding: 0px;
}
.close{
  font-size: 26px !important;
    background-color: var(--base-color) !important;
    /* width: 52px; */
    padding-left: 6px !important;
    padding-right: 6px !important;
    color: white !important;
    outline: none !important;
    margin-right: -8px;
    margin-top: -8px;
    opacity: 1;
}
.dealed{
  width: 101%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background-color: #fff;
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    min-height: 420px;
    padding: 0px 10px 0px 240px;
}
.dealed .product-title{
  max-width: 57%;
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 0.33;
    font-weight: 900;
}
.dealed .product-title a{
  color: #253D4E;
}
.promo-panel-welcome {
  font-weight: 600;
  font-style: normal;
  font-family: 'Karla', sans-serif;
  font-size: 2.5rem;
  margin-bottom: 15px;
}
.promo-panel-logo {
  margin-bottom: 30px;
}
.promo-panel-logo img {
  width: 55%;
}
.caption {
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 30px;
  margin-bottom: 25px;
}
.subcribe-box {
  margin-bottom: 15px;
}
.share {
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
}
.modal-pop {
  width: 100%;
  margin-top: 10px;
  background-color: var(--base-color) !important;
  height: 50px;
}
.modal {
  background-color: #00000091 !important;
}
.about-padding{
  padding-left: 0px ;
  padding-right: 0px;
}
.font-head{
  font-family: 'Karla', sans-serif;
}
.font-head-a{
  color: var(--bg-white);
  font-family: 'Karla', sans-serif;
}

.page-banner-top{
  background: url(../img/page-bg.png);
  height: 400px;
  background-size: cover;
}

.page-banner-top-policies {
  background: url(../img/page-bg.png);
  height: 370px;
  background-size: cover;
}

.page-banner-product{
  background: url(../img/page-bg.png);
  height: 600px;
  background-size: cover;
}

.bg-none{
  background: none !important;
}



.heading-page{
  padding-top: 15%;
    position: absolute;
}

.advertisement-img-hold a img{
  width: 100%;
  border-radius: 0;
}
.home-p{
  top: -15px;
    left: -16px;
}
.home-s{
  top: -86px;
  left: -15px;
}
.product-image-size img{
  /* box-shadow: 0 5px 10px rgb(0 0 0 / 15%); */
  /* border: 1px solid var(--base-color); */
}

.bg-light-orange{
  background-color: var(--green-color) !important;
}

.body-light-grey{
  background-color: #f0f0f0 !important;
}

.height-name{
  height: 70px !important;
}

.crumb-down a{
  color: #ffffff;
}
.action.primary span{
  font-family: 'Karla', sans-serif;
  font-weight: 600;
}
.confirm{
  margin-left: 159px;
  border-radius: 28px;
}
.ad-font h3{
  font-family: 'Karla', sans-serif;
}
.foot-ad{
    margin-bottom: -87px;
    z-index: 9;
    background: white;
    margin-top: 66px;
    position: relative;
}
.ab-img img{
  min-height: 450px;
}
.a-color{
  color: #ffffff;
}
.desc p{
  font-size: medium;
  line-height: 1.7em;
}
.about-content a{
  font-family: 'Karla', sans-serif !important;
}

.featuring::before{
  position: absolute;
    content: "";
    left: 29%;
    background-color: #000;
    width: 80px;
    height: 2px;
    top: 31px;
}
.featuring::after{
  position: absolute;
    content: "";
    right: 29%;
    background-color: #000;
    width: 80px;
    height: 2px;
    top: 32px;
}
.amount-display-block  h2{
  color: var(--base-color);
}
.mt-10{
  margin-top: 10rem !important;
}
.rc-bg{
  background-color: #f4f4f4;
  padding: 0px 0px 10px 0px;
  padding: 10px;
  background-color: #fff;
  min-height: 450px;
}
.r-title::after{
  right: 28%;
}
.r-title::before{
  left: 28%;
}
.button-hover{
  transition: all .5s ease-in-out;
}

.button-hover-whatsapp{
  transition: all .5s ease-in-out;
}

.button-hover-whatsapp:hover{
  background: var(--news-color)!important;
  box-shadow: -360px 0 0 #4caf50 inset;
  color: #fff !important;
  
}

.button-hover:hover{
    box-shadow: -360px 0 0 var(--secondary-color) inset;
    color: #000 !important;
    border: 1px solid var(--secondary-color);
}


/* About Page Our Mission Section Style */

.mission_section{
  padding: 130px 0 45px;
  position: relative;
}
.mission_section .mission_box{
  width: 100%;
  background-color: var(--e-global-color-white);
  border-radius: 100px 0 100px 0;
  box-shadow: 1px 1px 50px rgb(0 0 0 / 7%);
}
.mission_content{
  padding-top: 60px;
  padding-left: 60px;
}
.mission_content h5{
  text-transform: uppercase;
  color: var(--e-global-color-secondary);
  letter-spacing: 3.1px;
  margin-bottom: 12px;
}
.mission_content h2{
  margin-bottom: 16px;
  color: var(--e-global-color-primary);
}
.mission_content p {
  margin-bottom: 32px;
  color: var(--e-global-color-text);
  padding-right: 25px;
}
.mission_content .btn_wrapper .read_more_btn{
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  padding: 24px 44px;
  text-align: center;
  color: var(--e-global-color-white);
  display: inline-block;
  background-color: var(--e-global-color-secondary);
  border-radius: 35px 0px 35px 0px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.mission_content .btn_wrapper .read_more_btn:hover {
  color: var(--e-global-color-accent);
  background-color: var(--e-global-color-soft-orange);
  transform: translateY(-10px);
}
.mission_content .btn_wrapper .read_more_btn:hover:before {
left: 0%;
right: auto;
width: 100%;
}
.mission_content .btn_wrapper .read_more_btn:before {
display: block;
position: absolute;
top: 0px;
right: 0px;
height: 100%;
width: 0px;
z-index: -1;
content: '';
  color: var(--e-global-color-accent);
  background-color: var(--e-global-color-soft-orange);
transition: all 0.4s cubic-bezier(0.12, 0, 0.38, 1) 0s;
}
.mission_section .mission_right_shape {
  position: absolute;
  top: 210px;
  right: 0;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #FE8E2C!important;
}

.container {
    max-width: 1280px !important;
}

.product-hover:hover{
    /* -webkit-box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    box-shadow: 5px 5px 15px rgb(0 0 0 / 5%);
    border: 1px solid var(--base-color) !important; */
    -webkit-transition: 0.2s;
    transition: 0.2s;
    transform: scale(1.1);
}
.bg-dark{
  background-color: #000 !important;
}
.ethereal-footer-text{
  float: right;
}


.container-fluid{
  max-width: 1300px!important;
 
}

.h-50{
  height: 50px !important;
}

.bg-1{
  background: #ffffff;
  transition: all 0.2s;
  border: 1px solid #bbbbbb;
}
.bg-2{
  background: #ffffff;
  transition: all 0.2s;
  border: 1px solid #bbbbbb;
}
.bg-3{
  background: #ffffff;
  transition: all 0.2s;
  border: 1px solid #bbbbbb;
}
.bg-1:hover{
  background: var(--base-color);
  -webkit-box-shadow: 0 14px 24px rgb(62 57 107 / 20%);
  box-shadow: 0 14px 24px rgb(62 57 107 / 20%);
  transform: translateY(-5px) scale(1.0);
  
}
.bg-2:hover{
  background: var(--base-color);
  -webkit-box-shadow: 0 14px 24px rgb(62 57 107 / 20%);
  box-shadow: 0 14px 24px rgb(62 57 107 / 20%);
  transform: translateY(-5px) scale(1.0);


}
.bg-3:hover{
  background: var(--base-color);
  -webkit-box-shadow: 0 14px 24px rgb(62 57 107 / 20%);
  box-shadow: 0 14px 24px rgb(62 57 107 / 20%);
  transform: translateY(-5px) scale(1.0);
}

.box-hover{
  transition: all 0.2s;
}

.box-hover:hover{
  -webkit-box-shadow: 0 14px 24px rgb(62 57 107 / 20%);
  box-shadow: 0 14px 24px rgb(62 57 107 / 20%);
  transform: translateY(-5px) scale(1.0);
}

.bg-contact{
  background-image: url('../img/bg-contact.png');
      background-position: right;
      background-repeat: no-repeat;
      background-size: cover;
      height: 700px;

}

.bg-offer{
  background-image: url('../img/bg-contact.png');
      background-position: right;
      background-repeat: no-repeat;
      background-size: cover;
      max-height: 300px !important;

}

/* COUNTDOWN */

/* general styling */


h1 {
  font-weight: 800;
  /* letter-spacing: .125rem; */
}

li span {
  display: block;
  font-size: 4.5rem;
}

.emoji {
  display: none;
  padding: 1rem;
}

.emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}

@media all and (max-width: 768px) {
  h1 {
    font-size: calc(1.5rem * var(--smaller));
  }
  
  li {
    font-size: calc(1.125rem * var(--smaller));
  }
  
  li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}