/* Base */
body {
  line-height: 1.7;
  font-weight: 400;
  font-size: 1rem;
  font-family:'Calibre'
  overflow:hidden;
  overflow-y:visible!important
   }

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
color: #212529; 
cursor: pointer;}
  a:hover {
    text-decoration: none;
      color: #3F51B5 !important;
  }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" 'Arvo', serif; color:#000; }

.container {
    max-width: 1300px !important;
}

/*black-strip*/

.black-headerstrip{
    background: #333333;
    padding:12px !important;
}

.black-headerstrip p {
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 0px;
    padding: 3px;
    font-family: 'Roboto', sans-serif;
}

span.top_header_icon_wrap i {
    color: #fff;
    font-size: 13px;
}

span.top_header_icon_wrap {
    margin-left: 10px;
}

/*header start*/

.page-header-bg , .header-bar-bg{
    background:#DEAE41;
}


.header.content {
    padding: 0 0 7px;
}

.header .top-search {
    position: static;
}

.header.content .block.block-search {
    float: left;
    width: auto;
    padding: 0;
    position: static;
    margin: 48px 40px 0 0;
    clear: none;
}

a.logo img {
    width: 123px;
    margin-top: -28px;
}
.store-links {
    float: left;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    font-size: 11px;
    margin-right: 15px;
    text-decoration: none;
    margin-top: 50px;
}

.header.content div#currency_switcher-language-triggers {
    float: left;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 2.8px;
    font-size: 11px;
    margin-right: 15px;
    margin-top: 50px;
}


.header.content .logo {
    margin: 0;
    display: inline-block;
    float: none;
}

.header.content .header-links {
    float: right;
    margin-top: 18px;
}

.header.content .header-links ul.header.links {
    padding: 0;
    margin: 0;
    list-style: none;
    text-transform: uppercase;
}

.header.content .header-links ul li {
    margin: 0;
    float: left;
    margin-left: 20px;
}

.header.content .header-links ul li a {
    font-size: 11px;
    letter-spacing: 2.8px;
    color: #000;
    text-decoration: none;
}

.cart {
    float: right;
    margin-top:18px;
    padding-left: 16px;
    position: relative;
    padding-right: 12px;
}

span.cart-count {
    background: #DEAE41;
    color: #fff;
    height: 22px;
    line-height: 22px;
    width: 22px;
    border-radius: 50%;
    display: inline-block;
    margin: 0;
    min-width: 18px;
    overflow: hidden;
    padding: 0 3px;
    text-align: center;
    white-space: normal;
    position: absolute;
    top: -12px;
    right: 5px;
    font-size: 11px;
}

/*
.cart i {
    font-size: 27px;
}
*/

.cart:before {
    background: url(../images/cart-icon.png) no-repeat;
    width: 31px;
    height: 24px;
    content: "";
    background-size: 20px;
    display: block;
}


/*header end*/

/*navbar start*/

.header-bar {
    border-top: solid 1px lightgray;

}

.navbar-nav li a{
    font-size:11px !important;
    text-transform: uppercase;
    color: #000 !important;
    padding: 20px 10px 16px !important;
    letter-spacing: 2.8px;
    text-shadow: none;
    line-height: normal;
    font-weight: 400;
}

.navbar-collapse {
  justify-content: center !important;
}


/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}


/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  border: 1px solid #fff;
}

 .active {
  background-color: #fff;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  animation-name: fade;
    animation-duration: 1s;
  
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.slider-dots{
  margin: 0 auto;
  bottom: 0px;
  margin-top: -30px;
  z-index: 999;
}



.collection{ padding:40px 0 0 0;  }
.collection h3{ font-size: 35px; font-family: 'Arvo', serif; text-align: center;;}
.collection h3::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #b0b0b0;
    margin: 4px 10px;
}
.collection h3::before {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #b0b0b0;
    margin: 4px 10px;
}



.collection .title{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}


.collection .content {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
  margin-top: 40px;
}
.collection .btn-shop {
    padding: 14px 14px;
    color: #000 !important;
    font-size: 15px;
    text-align: center;
    background:#DEAE41;
    border-radius: 4px;
    d2a018
}
.collection .content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.collection .content:hover .content-overlay{
  opacity: 1;
}

.collection .content-image{
  width: 100%;
}

.collection .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.collection .content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.collection .content-details h4{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.collection .content-details p{
  color: #fff;
  font-size: 0.8em;
}

.collection .fadeIn-bottom{
  top: 80%;
}

.collection .fadeIn-top{
  top: 20%;
}

.collection .fadeIn-left{
  left: 20%;
}

.collection .fadeIn-right{
  left: 80%;
}

.collection .carousel {
	margin: 30px auto 60px;
	padding:0;
}

.collection .carousel .carousel-item {
	text-align: center;
	overflow: hidden;
}
.collection .carousel .carousel-item h4 {
	font-family: 'Varela Round', sans-serif;
}
.collection .carousel .carousel-item img {
	max-width: 100%;
	display: inline-block;
}
.collection .carousel .carousel-item .btn {
	border-radius: 0;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	border: none;
	background: #a177ff;
	padding: 6px 15px;
	margin-top: 5px;
}
.collection .carousel .carousel-item .btn:hover {
	background: #8c5bff;
}
.collection .carousel .carousel-item .btn i {
	font-size: 14px;
	font-weight: bold;
	margin-left: 5px;
}
.collection .carousel .thumb-wrapper {
	margin: 5px;
	text-align: left;
	background: #fff;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.1);   
}
.collection .carousel .thumb-content {
	padding: 15px;
	font-size: 13px;
}
.collection .carousel-control-prev, .carousel-control-next {
	height: 44px;
	width: 44px;
	background: none;	
	margin: auto 0;
	border-radius: 50%;
	border: 3px solid rgba(0, 0, 0, 0.8);
}
.collection .carousel-control-prev i, .carousel-control-next i {
	font-size: 36px;
	position: absolute;
	top: 50%;
	display: inline-block;
	margin: -19px 0 0 0;
	z-index: 5;
	left: 0;
	right: 0;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: none;
	font-weight: bold;
}
.collection .carousel-control-prev i {
	margin-left: -3px;
}
.collection .carousel-control-next i {
	margin-right: -3px;
}
.collection .carousel-indicators {
	bottom: -50px;
}
/*---.collection .carousel-indicators li, .carousel-indicators li.active {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 4px;
	border: none;
}--*/
.collection .carousel-indicators li {	
	background: #ababab;
}
.collection .carousel-indicators li.active {	
	background: #DEAE41 !important;
}

/*------ welcome to Aromazeia-----*/
/*---------------------------------*/
.box-boder {
    width: 72px;
    height: 3px;
    background: #000;
    margin: 13px 0;
}

.welcome-aromazia {
    padding:0;
    margin-top: 90px;
    background: url(../images/banner-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    /*---height: 440px;----*/
    width: 100%;
}
.welcome-aromazia p{ color: #000;   font-family: 'Roboto', sans-serif; }
.welcome-aromazia .content-box {
    padding: 0;
    margin: 52px 55px 0 162px;
}
.welcome-aromazia .box{ padding: 0; margin:0; }
.welcome-aromazia .box img{ width:100%; }
.welcome-aromazia h3{ font-size:33px; color:#000; font-family: 'Arvo', serif; }
.welcome-aromazia p{ font-size:19px; }
.welcome-aromazia .btn-readmore {
    padding: 9px 16px;
    font-size: 21px;
    color: #000;
    border: 2px solid #000;
    border-radius: 3px;
    margin-top: 5px;
    float: left;
    font-family: 'Arvo', serif;
    margin-bottom: 10px;
}


.welcome-aromazia .btn-readmore:hover{ background:#DEAE41; color:#FFF !important; border:1px solid #DEAE41;}


.welcome-aromazia .padding-left{ padding-left:0 !important; padding-right: 0 !important; }
.welcome-aromazia .padding-right{ padding-right: 0 !important; padding-left: 0 !important; }

/*SLIDER SECTION END*/

/*PRODUCT HEADER*/

.product-header h2 {
    font-size: 36px;
    letter-spacing: 1.8px;
    margin-top: 50px;
    margin-bottom: 10px;
    line-height: 48px;
    font-family: 'Arvo', serif;
    color: #000;
}

.product-header h2 span {
    padding-bottom: 15px;
    position: relative;
    letter-spacing: 2.8px;
   font-family: 'Arvo', serif;
    color:#DEAE41;
}

/*-----.product-header h2 span:after {
    background: #000;
    height: 1px;
    width: 22px;
    position: absolute;
    bottom: 20px;
    content: "";
    left: 0;
}--->
/*END PRODUCT HEADER*/


/*PRODUCTS REVIEW START*/

.products-view ul li:last-child{
     margin-right: 0px !important;
   }

.products-view ul li {
    margin-right: 16px !important;
}

.product-item{
    width: 260px;
}

.products-view {
    margin-bottom: 60px;
}

.product-item {
    margin: 0;
    width: 300px !important;
    background: #fbf9f9;
    padding: 14px;
    position: relative;
    border-radius: 5px;
    border: 2px solid #dadada;
    margin-bottom: 25px !important;
}
.product-item-team {
    margin: 0 0 20px 0!important;
    width: 48%!important;
    padding: 5px 12px 10px 15px;
    position: relative;
    border-radius: 5px;
    border: 2px solid #dadada;
    font-family: 'Arvo', serif;
    background: url(../images/Attar-Banner1.jpg) no-repeat !important;
    background-size:cover;
}


.products-view-2 img{  
    width: 208px !important;
    padding: 15px; }

.shop-now {
    font-size: 12px;
    background: #DEAE41;
    font-size: 14px;
    color: #FFF;
    width: 120px;
    height: 45px;
    border-radius: 4px;
    text-align: center;
    line-height: 46px;
}

.shop-now-enquery {
    font-size: 12px;
    background: #DEAE41;
    font-size: 14px;
    color: #FFF;
    width: 120px;
    height: 45px;
    border-radius: 4px;
    text-align: center !important;
    line-height: 30px;
    padding: 0 0 0 12px;
	margin-top:10px;
	
}


.product-detial-1{margin:0;}
.product-detial-1 a {
    font-size: 13px !important;
    width: 58%;
}
.prodct-detial-pric:after{ display: none; }



.rating-summery, .review-action, .product-tittle, .product-item-name a {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2.78px;
    margin: 8px 0 0;
    font-weight: bold;
    color: #212529;
}
.product-size {
    text-transform: lowercase;
    float: left;
    padding-top: 27px;
}

.rating-summery {
    vertical-align: middle;
    margin-right: 5px;
    float: left;
    margin: 0 4px 0 0;
}

.final-price .price {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.8px;
    color: #000;
}

.product-review-short:after {
    background: #333333;
    height: 1px;
    width: 22px;
    position: absolute;
    bottom: 42px;
    content: "";
    left: 11px;
}

span.weight {
    font-weight: normal;
}

.fav i {
    color: #333333;
    display: block;
}

.products-view ul li {
    float: left;
}


/*PRODUCTS REVIEW END*/

/* INTRODUCTION SECTION START */

.our_exclusive-beauty-locality-scheme {
    background: #000;
    padding: 30px 0;
    text-align: center;
}

.our_exclusive-beauty-locality-scheme h2 {
    font-size: 69px;
    letter-spacing: 1.8px;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 48px;
    font-family: 'Arvo', serif;
    color: #FFF;
}


.our_exclusive-beauty-locality-scheme h2 span {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    letter-spacing: 2.8px;
    font-family: 'Calibre';
}

.our_exclusive-beauty-locality-scheme h2 span:after {
    background: #000;
    height: 1px;
    width: 12px;
    position: absolute;
    bottom: 20px;
    content: "";
    left: 0;
}

.our_exclusive-beauty-locality-scheme p {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1.4px;
    line-height: 24px;
     font-family: 'Roboto', sans-serif;}

.our_exclusive-beauty-locality-scheme .join a {
    text-transform: uppercase;
    letter-spacing: 3.8px;
    font-size: 16px;
    position: relative;
    padding: 12px 0 0 0;
    border: 2px solid #bfbfbf;
    padding-bottom: 5px;
    text-decoration: none;
    font-family: 'Calibre';
    color: #FFF !important;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 147px;
    height: 52px;
    font-family: 'Arvo', serif;
}

/*---.our_exclusive-beauty-locality-scheme .join a:after {
    background: url(../images/arrow-right.svg) no-repeat;
    width: 12px;
    height: 10px;
    background-size: 100%;
    content: "";
    position: absolute;
    right: 0;
    color: #fff;
}---*/


.bg-midd {
    margin-top: 319px;
}


/*--------- midd bg -----------*/
/*----------------------------*/

/*PRODUCTS REVIEW END*/

/* INTRODUCTION SECTION START */

.our_exclusive-beauty-locality-scheme-midd {
    background: #000;
    padding: 113px 0 153px 0;
    text-align: center;
    background: url(../images/midd-bg.jpg) no-repeat;
    background-size: cover;
}


.our_exclusive-beauty-locality-scheme-midd .text {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 10px 0 40px 0;
}

.our_exclusive-beauty-locality-scheme-midd .text::before, 
.our_exclusive-beauty-locality-scheme-midd .text::after {
  content: '';
  position: absolute;
  border: 1px solid #FFF;
  border-bottom: 0;
  width:100%;
  left:0;
  height: 20%; 
}
.our_exclusive-beauty-locality-scheme-midd .text::after {
  bottom: 0;
  border: 1px solid #FFF;
  border-top: 0;
}

.our_exclusive-beauty-locality-scheme-midd h2 {
    font-size: 40px;
    letter-spacing: 1.8px;
    margin-top: 20px;
    margin-bottom: 14px;
    line-height: 48px;
    font-family: 'Arvo', serif;
    color: #FFF;
    padding-top: 21px;
}


.our_exclusive-beauty-locality-scheme-midd p {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1.4px;
    line-height: 24px;
     font-family: 'Roboto', sans-serif;}

.our_exclusive-beauty-locality-scheme-midd h3{

  font-size:36px; color:#FFF; 
  text-align: center;
  font-family:'Dancing Script', cursive;

}
.our_exclusive-beauty-locality-scheme-midd h3::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #b0b0b0;
    margin: 4px 10px;
}

.our_exclusive-beauty-locality-scheme-midd h3::before {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #b0b0b0;
    margin: 4px 10px;
}

/*-------- testimonial --------*/

.testimonial {
    margin: 0;
    padding:40px 0 15px 60px;
    background: #FFF;
}
.testimonial h2{ font-size:40px; text-align: center;;}
.testimonial p{ color:#000; font-family: 'Roboto', sans-serif; }
.testimonial .carousel-indicators .active {
    background-color: #000;
}











/*END*/

/*TESTIMONIAL*/

/* for media screen
.slick-list.draggable {
    border: solid;
    width: 300px;
    margin: 0 auto;
}
*/


.customer-logos {
    padding: 100px 0px;
}

.product-item .quote {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #888;
    margin-bottom: 10px;
}

.product-item .testimonial-content {
    overflow: auto;
    height: 120px;
}

.product-item .testimonial-name {
      position: absolute;
    bottom: 33px;
    font-weight: 600;
    left: 12px;
    line-height: normal;
    text-transform: uppercase;
        font-size: 13px;
}

.product-item .testimonial-name:before {
  position: absolute;
    background: #000;
    height: 1px;
    width: 12px;
    bottom: 27px;
    content: "";
    left: 1px;
}

.testimonial-content p {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1.1px;
    line-height: 24px;
}

.testimonial-date {
    font-size: 12px;
}

.slider-section {
    padding: 130px 0;
}


.slick-slide {
    margin: 0px 0px;
}

.slick-slide .slide{
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide .slide
{
    display: block;
}
.slick-slide.slick-loading .slide
{
    display: none;
}
.slick-slide.dragging .slide
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.blog .carousel-indicators {
  left: 0;
  top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}

/*STATIC BLOCK*/

.indian-tradition {
    background: #fbf9f9;
    padding: 30px 0 60px;
        margin-top: 60px;
    margin-bottom: 60px;
}



.indian-tradition h2 {
    font-size: 48px;
    letter-spacing: 1.8px;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 56px;
    font-family: 'Calluna';
    color:#fff;
}

.indian-tradition h2 span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    letter-spacing: 2.8px;
    font-family: 'Calibre';
}

.indian-tradition h2 span:after {
    background: #fff;
    height: 1px;
    width: 12px;
    position: absolute;
    bottom: 20px;
    content: "";
    left: 0;
}

.indian-tradition .common-link a {
    text-transform: uppercase;
    letter-spacing: 2.8px;
    font-size: 11px;
    display: inline-block;
    position: relative;
    padding-right: 30px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 5px;
    text-decoration: none;
    font-family: 'Calibre';
    color: #fff;
}

.indian-tradition .common-link a:after {
    background: url(../images/arrow-right.svg) no-repeat;
    width: 12px;
    height: 10px;
    background-size: 100%;
    content: "";
    position: absolute;
    right: 0;
    color: #fff;
    top:2px;

}


/*END*/

/*INSTA CONTACT */
.insta-feeds h2 {
    font-size: 36px;
    letter-spacing: 1.8px;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 48px;
    font-family: 'Calluna';
}

.insta-feeds h2 span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    letter-spacing: 2.8px;
    font-family: 'Calibre';
}

.insta-feeds h2 span:after {
    background: #000;
    height: 1px;
    width: 12px;
    position: absolute;
    bottom: 20px;
    content: "";
    left: 0;
}

.insta-feeds p {
    margin-bottom: 50px;
    letter-spacing: 1.4px;
    color: #000;
    font-size: 12px;
    width: 100%;
}

.insta-feeds .common-link a {
    text-transform: uppercase;
    letter-spacing: 2.8px;
    font-size: 11px;
    display: inline-block;
    position: relative;
    padding-right: 30px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 5px;
    text-decoration: none;
    font-family: 'Calibre';
    color: #333333;
}

.insta-feeds .common-link a:after {
    background: url(../images/arrow-right.svg) no-repeat;
    width: 12px;
    height: 10px;
    background-size: 100%;
    content: "";
    position: absolute;
    right: 0;
    top:2px;
    color: #fff;
}

.products-view img{
  width: 260px;
  padding: 15px
}

/*--------- join now -----------*/
/*----------------------------*/


.join-now {
    padding-left: 0;
    /*--- margin-top: 40px;----*/
    background:#DEAE41;
    padding:37px 0 30px 0;
}
.join-now .input {
    border: 1px solid #000;
    background: transparent;
    width: 100%;
    height: 50px;
}
.join-now .submit{ border: 1px solid #000; background:#000; width: 100%; height: 50px; color: #FFF; }
.join-now ::placeholder{color:#000;}
.join-now h2 {
    margin-top: 6px;
}
/*FOOTER*/

.footer.content {
    padding: 0;
    margin-top: 0;
}

.page-footer {
    background: #f9f9f9;
}

.page-footer .footer-newsletter {
    max-width: 600px !important;
}


.page-footer .footer-newsletter h2 {
    font-size: 36px;
    letter-spacing: 1.8px;
    font-family: 'Calluna';
    padding-bottom: 30px;
}


.page-footer .footer-newsletter h2 span {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    display: block;
    position: relative;
    font-family: 'Calibre';
    padding-bottom: 20px;
    margin-bottom: 10px;
}


.page-footer .footer-newsletter h2 span:after {
    width: 15px;
    height: 1px;
    background: #000;
    left: 0;
    bottom: 10px;
    content: "";
    position: absolute;
}

.footer-newsletter .block.newsletter {
    display: block;
    width: 100%;
    margin-bottom: 100px;
}


.footer-newsletter .block.newsletter .content {
    position: relative;
}

.block.newsletter .form.subscribe {
    display: table;
    width: 100%;
}

.footer-newsletter .block.newsletter .field.custom_name {
    width: 100%;
    display: block;
}

.block.newsletter .field .control {
    display: inline-block;
    text-decoration: none;
    display: block;
}

.footer-newsletter .block.newsletter .field.custom_name .control:before {
    content: "";
}

.footer-newsletter .block.newsletter .field.custom_name input.mage-error {
    border: 1px solid #ce4924;
}

.footer-newsletter .block.newsletter .field.custom_name input {
    height: 50px;
    background: 0 0;
    border: 1px solid #bfbfbf;
    font-size: 12px;
    padding-left: 15px;
    padding-top: 4px;
    width: 100%;
}

.footer-newsletter .block.newsletter #custom_name-error {
    position: absolute;
    top: 20px;
    right: 30px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-size: 11px;
    margin: 0;
    display: block !important;
}

.footer-newsletter .block.newsletter .field.newsletter {
    display: block;
    width: 100%;
    position: relative;
}


.footer-newsletter .block.newsletter .field.newsletter input.mage-error {
    border: 1px solid #ce4924;
    border-top: 0;
}

.footer-newsletter .block.newsletter .field.newsletter input {
    height: 50px;
    background: 0 0;
    border: 1px solid #bfbfbf;
    font-size: 12px;
    padding-left: 15px;
    border-top: 0;
    padding-right: 30px;
    padding-top: 4px;
    width: 100%;
}

.footer-newsletter .block.newsletter .actions {
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: 0;
}

.footer-newsletter .block.newsletter .actions button.action.subscribe.primary {
    font-size: 0;
    height: 50px;
    border: 0;
    width: 40px;
    background: url(../images/arrow-next.svg) no-repeat;
    background-size: 15px;
    background-position: center;
}

.page-footer .footer-selling-points .col-lg-3 {
    border-top: 1px solid #e8e8e8;
    padding: 0;
    padding-top: 40px !important;
    padding: 16px;
}

.page-footer .footer-selling-points .icon {
    width: 90px;
    height: 90px;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.page-footer .footer-selling-points h3 {
    margin-top: 50px;
    font-size: 27px;
    letter-spacing: 1.4px;
    font-family: 'Calluna';
    margin-bottom: 20px;
    color: #616161;
}

.page-footer .footer-selling-points p {
    line-height: 22px;
    font-size: 11px;
    letter-spacing: 1.4px;
}

.block p:last-child {
    margin: 0;
}

.page-footer .footer-links h4 {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2.8px;
    margin: 37px 0 30px;
    border-top: 1px solid #e8e8e8;
    padding-top: 30px;
}

.page-footer .footer-links ul.footer-nav.mobilemenu {
   display: block;
    padding: 0px;
    text-decoration: none;
    list-style-type: none;
}

.page-footer .footer-links ul.footer-nav li {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 36px;
    letter-spacing: 2.8px;
    color: #000;
}

.page-footer .footer-links ul.footer-nav li a {
    color: #000;
    text-decoration: none;
}

.page-footer .footer-links p {
    font-size: 14px;
    margin-bottom: 30px;
    letter-spacing: 1.4px;
    color:#000; 
}

.page-footer .footer-links p a {
    color: #000;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 3px;
}

/*COPYRIGHTS*/

.copyright {
    background-color: #797575;
    color: #000;
    box-sizing: border-box;
    display: block;
    padding: 0px 0 0px;
    text-align: left;
    font-size: 11px;
}

.copyright .p-method {
    text-transform: uppercase;
    letter-spacing: 2.8px;
    display: block;
    padding-bottom: 40px;
    border-top: 1px solid #e8e8e8;
    padding-top: 25px;
}

.copyright .f-copy {
    letter-spacing: 1.4px;
    display: block;
    padding-bottom: 40px;
    border-top:0;
    padding-top: 25px;
    font-size: 14px;
    text-align: center;
}

/*END FOOTER*/

/*PRODUCT PAGE START*/

 .carousel-inner img {
      width: 100%;
      height: 100%;
  }

  .product-media-details {
    background: #fbf9f9;
    padding: 50px 0;
}

.product-media-details .carousel-item{
  background: #fbf9f9;
}

.product-media-details{
  background: #fbf9f9;
}

#products-slide .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid lightgray;
}

span.products-size, .product-weight {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.2px;
    color: #333333;
}

.default-product-price {
    margin-top: 24px;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}


.product-indi {
    bottom: -29px !important ;
}

.product-media-details .carousel-indicators .active{
  background: #000;
}

.product-media-inner {
    width: 1140px;
    padding-bottom: 20px;
  }

.breadcrumbs {
    text-transform: uppercase;
    letter-spacing: 2.8px;
    font-size: 11px;
}

.breadcrumbs .items {
    font-size: 11px;
    color: #707070;
    margin: 0;
    padding: 0;
    list-style: none none;
}


.store-n-cod-section{
  margin-top: 18px;
}

.store-n-cod-section a {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1.4px;
    line-height: 24px;
    color: #333333;
}

.breadcrumbs .item:not(:last-child) {
    display: inline-block;
    text-decoration: none;
}

.breadcrumbs a:visited {
    color: #000;
    text-decoration: none;
}

.breadcrumbs .item:not(:last-child):after {
-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 12px;
    content: '>' !important;
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
    font-weight: bold;
}

.breadcrumbs .items>li {
    display: inline-block;
    vertical-align: top;
}

.breadcrumbs strong {
    font-weight: 400;
}

.product-media-details .product-info-main h1.page-title {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 1.8px;
    margin: 0;
    padding-bottom: 30px;
    font-family: 'Calluna';
    padding-top: 0;
}

.product-media-details .product-info-main h1.page-title {
    padding-bottom: 0 !important;
}

.catalog-product-view .product-size {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    padding-bottom: 30px;
    display: block;
    margin-top: 10px;
}

.product-info-main .product-info-price .price-box {
    display: table-cell;
    vertical-align: top;
    width: 1px;
}

.product-info-price .price-box {
    color: #575757;
    padding-bottom: 10px;
}

.catalog-product-view .product-size {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    padding-bottom: 30px;
    display: block;
    margin-top: 10px;
}

.product-media-details .product-info-main .customize-options .add-to-bag .action.primary {
       float: none;
    display: block;
    width: 100%;
    font-size: 11px;
    font-weight: 400;
    border: 2px solid #767676;
    background: #fbf9f9;
    color: #000;
    font-family: 'Calibre';
}

.product-media-details .product-info-main .customize-options .add-to-bag .action.primary {
   
   
}

.action.primary {
    background: #fff;
    color: #000;
    box-shadow: none;
    border-color: #000;
    border-radius: 0;
    font-size: 11px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    font-family: 'Calibre';
    height: 50px;
    line-height: 38px;
    font-weight: 400;
    transition-duration: .3s;
    cursor: pointer;
}


.add-to-bag {
    width: 50%;
}

.product-media-details .product-info-main h1.page-title{ padding-bottom:0 !important}
.customize-options .product-size {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  padding-bottom: 30px;
  display: block;
  margin-top: 10px;
}
.price-text1 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  display: block;
  margin-top: 36px;
}

.description h3 {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    letter-spacing: 2.8px;
    font-family: 'Calibre';
}


.description h3:after {
    background: #000;
    height: 1px;
    width: 22px;
    position: absolute;
    bottom: 10px;
    content: "";
    left: 0;
}

.overview h3{
  display: block;
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 14px;
    position: relative;
    letter-spacing: 2.8px;
    font-family: 'Calibre';
}

.overview h3:after {
    background: #000;
    height: 1px;
    width: 22px;
    position: absolute;
    bottom: 10px;
    content: "";
    left: 0;
}

.product-benefits ol li {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1.4px;
    line-height: 28px;
}

.product.attribute.description {
    margin-top: 30px;
}

.product.attribute.description p {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1.2px;
    line-height: 24px;
}

.product.attribute.overview {
    margin-top: 37px;
}

.store-n-cod-section i {
  color: #666464;
    font-size: 18px;
    display: -webkit-inline-box;
    padding-right: 12px;

}



.ingredeint-info {
    padding: 50px 0 0;
}

.ingredeint-info h2 span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    font-weight: 400;
    position: relative;
    padding-bottom: 30px;
    line-height: normal;
    font-family: 'Calibre';
}

.ingredeint-info h2 span:after {
    width: 12px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 20px;
    background: #000;
    content: "";
}


.ingredient-info-section.col-lg-8 {
    padding: 0 10px;
}

.ingredeint-info .ingredient-info-section .ingredient-detail-info .ingredient-list {
    display: flex;
    flex-wrap: wrap;
}


.ingredeint-info .ingredient-info-section .ingredient-detail-info .ingredient-list .col-lg-3 {
    padding: 0 10px;
}

.ingredeint-info .ingredient-info-section .ingredient-detail-info .ingredient-list .col-lg-3 .ingredient-wrapper {
    padding-bottom: 40px;
}

.ingredeint-info .ingredient-info-section .ingredient-detail-info .ingredient-list .col-lg-3 .ingredient-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #bfbfbf;
}

.ingredeint-info .ingredient-info-section .ingredient-detail-info .ingredient-list h4 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 11px;
    margin: 25px 0 0;
    letter-spacing: 2.8px;
    position: relative;
    padding-bottom: 30px;
}

.ingredeint-info .ingredient-info-section .ingredient-detail-info .ingredient-list h4:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    background: #000;
    left: 0;
    bottom: 20px;
}


.ingredeint-info .ingredient-info-section .ingredient-detail-info .ingredient-list .col-lg-3 .ingredient-image img {
    padding: 10px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    vertical-align: middle;
}

.ingredient-content {
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1.4px;
    line-height: 23px;
}

.ingredeint-info h2 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 1.8px;
    margin: 0;
    padding-bottom: 20px;
    font-family: 'Calluna';
}

.review-section {
}

.review-section .review-links {
    text-align: center;
    font-size: 0;
}

.review-section .review-links a {
    height: 50px;
    line-height: 50px;
    border: 1px solid #bfbfbf;
    min-width: 300px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2.8px;
    color: #000;
    text-decoration: none;
}

.review-section .review-links a:hover {
    background: #000;
    color: #fff !important;
    border: 1px solid #000;
}

.how-to-use-content-section {
    background: #fbf9f9;
    padding: 30px 0;
}

.how-to-use-content-section h2 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 1.8px;
    margin: 0;
    font-family: 'Calluna';
}

.how-to-use-content-section h2 span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    font-weight: 400;
    position: relative;
    padding-bottom: 30px;
    line-height: normal;
    font-family: 'Calibre';
}

.how-to-use-content-section h2 span:after {
    width: 12px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 20px;
    background: #000;
    content: "";
}

.how-to-use-content-section p {
    letter-spacing: 1.8px;
    font-weight: 400;
    line-height: 24px;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.page-bottom {
    background: #fbf9f9;
    padding: 30px 0;
    margin: 60px 0;
}


/*PRODUCT PAGE END*/



/*TEARMS AND CONDITION & PRIVACY*/

.terms , .privacy{
    margin-top: 40px;
    margin-bottom: 20px;
}

.terms h1 , .privacy h1{
    font-size: 36px;
    letter-spacing: 1.8px;
    margin: 0;
    line-height: 48px;
    font-family: 'Calluna';
     padding-bottom: 14px;
}

.privacy-wrap p a {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 28px;
}

.terms  h2, .privacy h2 {
    margin: 15px 0;
    font-size: 26px;
    font-family: 'Calluna';
    padding: 0;
    line-height: normal;
}

.privacy-wrap p {
color: #333333;
    font-size: 14px;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1.4px;
    line-height: 26px;
}

.terms .privacy{
    font-size: 16px;

  }


/*TERMS AND CON END*/

/*ABOUT US START*/


.full-img {
    position: relative;
}

.full-img .image-caption-area {
    text-align: left;
    top: 124px;
    padding-left: 0;
}

 .full-img .image-caption-area {
    position: absolute;
    top: 68px;
    max-width: 1240px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 20px;
    color: #fff;
}

.full-img .image-caption-area .image-caption {
    max-width: 40%;
}

.full-img .image-caption-area .image-caption h1 {
    font-size: 42px;
    line-height: 56px;
    font-family: 'Calluna';
    letter-spacing: 2.2px;
    font-weight: normal;
    letter-spacing: 1.8px;
}

.subheading h2 {
    margin: 15px 0;
    font-size: 26px;
    font-family: 'Calluna';
    padding: 0;
    line-height: normal;
}

.image-caption h1 span, .cms-page-view h2 span {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 35px;
    position: relative;
    letter-spacing: 2.8px;
    font-family: 'Calibre';
    line-height: normal;
}

.image-caption h1 span:after{
    background: #fff;
    height: 1px;
    width: 12px;
    position: absolute;
    bottom: 20px;
    content: "";
    left: 0;
}

.sub-heading {
  margin: 15px 0;
    font-size: 26px;
    font-family: 'Calluna';
    padding: 0;
    line-height: normal;

}

.about-heading .small-text {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 35px;
    position: relative;
    letter-spacing: 2.8px;
    font-family: 'Calibre';
	color:#000;
}

.about-heading .small-text:after {
    background: #000;
    height: 1px;
    width: 12px;
    position: absolute;
    bottom: 20px;
    content: "";
    left: 0;
}

.about-section h2{
  margin: 15px 0;
    font-size: 26px;
    font-family: 'Calluna';
    padding: 0;
    line-height: normal;

}

.about-section p {
    letter-spacing: 1.4px;
    margin-bottom: 15px;
    font-size: 13px;
    text-align: justify;
	color:#000;
}

.about-section {
    padding: 80px 0;
}

.about-box{ 
 padding: 0 54px;
}

/*ABOUTUS END*/

/*CATEGORIE PAGE START*/


.category-image  {
    position: relative;
    flex-wrap: wrap;
}

.category-image img {
    width: 100%;
}

.category-banner-section .category-title {
    position: absolute;
    max-width: 1240px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    align-self: center;
    color: #fff;
    background: 0 0;
    top: 118px;
}

.text-block {
    background: rgba(0, 0, 0, 0.59);
    padding: 10px 37px;
    width: fit-content;
    margin: 0 auto;
	color:#FFF;
}

.category-title h1 {
    font-size: 24px;
    line-height: 56px;
    letter-spacing: 2.4px;
    margin: 0;
    padding: 0;
    /* font-family: 'Calluna'; */
    text-transform: uppercase;
}

.category-banner-section ul.breadcumb {
    padding: 0px;
}

.category-banner-section .category-title h1 {
   
    text-align: center;
    padding: 0px 15px 0 !important;
	color:#FFF;

}

ul.breadcumb h4 a:hover{
    color:#fff;
}

ul.breadcumb h4 a {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

ul.breadcumb span {
    font-size: 18px;
    font-weight: 400;
	color:#FFF;
}
.category-image {
    text-align: center;
    margin: 0 auto;
}

.category-banner-section {
    position: relative;
}


.category-products {
    margin: 70px 0px;
}


/*CATEGORIE PAGE END*/


/*CHECK OUT START*/

.shopping-cart{
  padding-bottom: 50px;
}


.shopping-cart .block-heading{
    padding-top: 50px;
    margin-bottom: 40px;
    text-align: center;
}

.shopping-cart .block-heading p{
  text-align: center;
  max-width: 420px;
  margin: auto;
  opacity:0.7;
}

.shopping-cart .dark .block-heading p{
  opacity:0.8;
}

.shopping-cart .block-heading h1,
.shopping-cart .block-heading h2,
.shopping-cart .block-heading h3 {
  margin-bottom:1.2rem;
  color: #3b99e0;
}

.shopping-cart .items{
  margin: auto;
}


.shopping-cart .product-info p {
    font-size: 11px;
    display: block;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    line-height: 20px;
    max-width: 175px;
}


.shopping-cart .items .product{
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
border-top: 1px solid #ededed;
  }

.shopping-cart .items .product .info{
  padding-top: 0px;
  text-align: center;
}

.shopping-cart .items .product .info .product-name{
  font-weight: 600;
}



.shopping-cart .items .product .info .product-name .product-info .value{
  font-weight: 400;
}

.shopping-cart .items .product .info .quantity .quantity-input{
    margin: auto;
    width: 80px;
}

button.quantity-left-minus.btn.btn-danger.btn-number, button.quantity-right-plus.btn.btn-success.btn-number {
    background: #fff;
    border-radius: inherit;
    border: 1px solid #d5d5d5;
}

span.input-group-btn i {
    color: #9f9f9f;
    font-size: 9px;
}

input#quantity {
    font-size: 11px;
        text-align: center;
}

button.close-btn.btn.btn-primary i {
    color: #000;
}

.shopping-cart .items .product .info .price{
    font-weight: bold;
    font-size: 22px;
 }

.shopping-cart .price span {
    font-size: 11px;
    display: block;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    line-height: 20px;
    max-width: 175px;
}

.shopping-cart button.close-btn.btn.btn-primary {
    background: #fff;
    border: none;
}

.field span {
    font-size: 11px;
    display: block;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    line-height: 20px;
    color: #333333;
    padding: 15px 0px;
}

.promo-code {
width: 100%;
    padding: 12px 4px;
    font-size: 11px;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.card-totel .mark-totel {
    float: left;
}

.card-totel .amount-totel {
    float: right;
}

span.no-mark , span.times , .amount-totel{
    font-size: 11px;
    display: inline-block;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    line-height: 20px;
}

.card-totel {
    padding: 15px 0;
    margin-top: 10px;
}

.grand-totel .grnd-totel {
    float: left;
    font-size: 11px;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    line-height: 20px;
}

.grand-totel .grand-amount {
    float: right;
     font-size: 11px;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    line-height: 20px;
}

.notice a{
 font-size: 14px;
    margin: 0;
    font-weight: 400;
    line-height: 20px;
    color: #e02b27;
    margin-top: 15px;
    display: block
}


.shopping-cart .summary {
    border-top: 1px solid #ededed;
    height: 100%;
}

.shopping-cart .summary h3{
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
}

.grand-totel {
    padding: 16px 0;
    margin-top: 35px;
    border-top: 1px solid #ededed;
}

.checkout-btn {
    width: 100%;
    background: 0 0;
    color: #787878;
    font-size: 11px;
    font-weight: 400;
    /* font-family: 'Calibre'; */
    height: 50px;
    border-radius: 0px;
    cursor: pointer;
}
.check-btn {
    margin: 30px 0;
}

.check-btn{
    background: #fff;
    color: #727272;
    box-shadow: none;
    border-color: #000;
    border-radius: 0;
    font-size: 11px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    font-family: 'Calibre';
    height: 50px;
    line-height: 48px;
    font-weight: 400;
    transition-duration: .3s;
    cursor: pointer;
    border: 2px solid #cecece;
    /*padding: 15px 108px;*/
    width: 100%;
    text-align: center;
    /* margin-top: 19px; */
    /* color: #000; */
}

h1.card-pagetittle {
    font-size: 23px;
    letter-spacing: 1.4px;
    margin: 0;
    padding-top: 30px;
    font-family: 'Calluna';
    padding-bottom: 22px;
}

.shopping-cart .price span {
    padding-top: 8px;
}

.shopping-cart .summary .summary-item:not(:last-of-type){
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.shopping-cart .summary .text{
  font-size: 1em;
  font-weight: 600;
}

.shopping-cart .summary .price{
  font-size: 1em;
  float: right;
}

.shopping-cart .summary button{
  margin-top: 20px;
}

.info.info-content {
    margin-top: 60px !important;
}


@media (min-width: 768px) {
	
  .shopping-cart .items .product .info {
    text-align: left; 
  }

  .shopping-cart .items .product .info .price {
    font-weight: bold;
    font-size: 22px;
  }

  .shopping-cart .items .product .info .quantity {
    text-align: center; 
  }
  .shopping-cart .items .product .info .quantity .quantity-input {
    padding: 4px 10px;
    text-align: center; 
  }
}




/*CHECKOUT END*/


/*LOGIN PAGE START*/

.login-page-wrap{
    max-width: 815px;
    margin:0 auto;
    padding-bottom: 60px;
}



.login-page-title {
    font-size: 27px;
    line-height: 48px;
    letter-spacing: 1.4px;
    margin: 0;
    padding-top: 60px;
    font-family: 'Calluna';
    padding-bottom: 50px;
    text-align:center;
}


.facebook-btn a {
    display: inline-block;
    padding: 5px 15px 9px;
    border-radius: 5px;
    color: #fff;
    background-color: #225b99;
    margin-right: 4px;
    margin-bottom: 6px;
    -webkit-transition: .2s opacity;
    transition: .2s opacity;
}

.facebook-btn a i {
    width: 20px;
    text-align: center;
}

.facebook-btn a span {
    padding-left: 10px;
    border-left: 2px solid rgba(255, 255, 255, .1);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-left: 10px;
}

.login-container h5 {
    font-size: 12px;
    letter-spacing: 1.6px;
    margin: 0;
    padding-top: 30px;
    font-family: 'Calluna';
    padding-bottom: 11px;
    border-bottom: 1px solid #ededed;
}

.login-form label {
    font-size: 12px;
    letter-spacing: 1.4px;
    margin: 0;
    padding-top: 30px;
    font-family: 'Calluna';
    padding-bottom: 11px;
    border-bottom: 1px solid #ededed;
}

form.login-form .form-control {
    border-radius: 0px;
    height: 48px;
    border: 1px solid #bebebe;
}

.login-btn {
width: 48%;
    display: block;
    background: #fff;
    color: #000;
    box-shadow: none;
    border: 1px solid #9d9b9b;
    border-radius: 0;
    font-size: 11px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    font-family: 'Calibre';
    height: 50px;
    line-height: 38px;
    font-weight: 400;
    transition-duration: .3s;
    cursor: pointer;
    margin-top: 10px;
  }

.forget-pass {
    margin: 20px 0;
}

.forget-pass a{
  font-size: 12px;
    letter-spacing: 1.6px;
    margin: 0;
    padding-top: 30px;
    font-family: 'Calluna';
    padding-bottom: 11px;
}

.forget-pass a {
    font-size: 12px;
    margin: 0;
    padding-top: 30px;
    font-family: 'Calluna';
    padding-bottom: 11px;
    color: #454444;
}


.new-login p {
    font-size: 11px;
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 8px;
}


.new-login-btn {
    background: #fff;
    color: #000;
    box-shadow: none;
    border: 1px solid #9d9b9b;
    border-radius: 0;
    font-size: 11px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    font-family: 'Calibre';
    height: 50px;
    line-height: 38px;
    font-weight: 400;
    transition-duration: .3s;
    cursor: pointer;
    margin-top: 10px;
    width: 100%;
}

.new-login-btn:hover {
    background: #000;
    color: #fff;
    transition: 0.1s;
}

.login-btn:hover {
    background: #000;
    color: #fff;
    transition: 0.1s;
}

.form-control{
      font-size: 13px;
      text-transform: uppercase;
}


/*LOGIN PAGE END*/

/*DROPDOWN MENU START*/


.mega-dropdown {
  position: static !important;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.mega-dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 344px;
  z-index: 10;
}

.mega-dropdown-menu:after {
  content: "";
  border-bottom: 17px solid #ccc;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  left: 342px;
  z-index: 8;
}

ul.dropdown-menu.mega-dropdown-menu.row.show {
   background: #fbf9f9;
    border: none;
    border-radius: 0;
    text-align: center;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight: bold;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

/*DROPDOWN MENU END*/

/*PRESS START*/

.mpress .grey-section .small-text {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 35px;
    position: relative;
    letter-spacing: 2.8px;
    font-family: 'Calibre';
	color:#000;
}

.mpress .grey-section .small-text:after {
    background: #000;
    height: 1px;
    width: 12px;
    position: absolute;
    bottom: 20px;
    content: "";
    left: 0;
	
}

.mpress .grey-section h1 {
    font-size: 36px;
    letter-spacing: 1.8px;
    margin: 0;
    line-height: 48px;
    font-family: 'Calluna';
}

.mpress .grey-section {
    background: #fbf9f9;
    padding: 70px 0;
}

.mpress .review-section div#customer-reviews .block-content .review-items .col-md-3 {
    background: #fbf9f9;
    padding: 10px;
        margin-bottom: 30px;
    
}

.review-section div#customer-reviews .block-content .review-items .col-lg-3 .review-item-wrapper .review-time {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2.8px;
    padding-bottom: 7px;
    padding-left: 5px;
    color: #000 !important;
    background: #fff;
    padding: 17px 12px;
}



.mpress .review-section div#customer-reviews {
    background: #fbf9f9;
    padding: 0 0 40px;
}

.mpress .review-content img {
    width: 240px;
    text-align: center;
}

.mpress .review-content {
    text-align: center;
}



.mpress .review-time a{
  color: #000;
}



/*END PRESS*/

/*INNER PRESS STRT*/


.site-content-contain {
    background-color: #fff;
    position: relative;
}

.site-content {
    padding: 0 !important;
}

.entry-header {
    padding-top: 0;
}

.titles {
border-bottom: 1px solid #bfbfbf;
    margin-bottom: 15px !important;
    padding-bottom: 0px !important;
    font-family: 'Calluna';
    font-size: 28px !important;
    letter-spacing: 1.8px;
    margin-top: 40px !important;
    line-height: 39px !important;
    text-transform: capitalize;
}

.single-post .entry-title, .page .entry-title {
    font-size: 26px;
    font-size: 1.625rem;
}

.posted-on-wrap {
    display: block;
    float: left;
    line-height: 17px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.post-page .col-left a {
    text-decoration: underline;
    color: #666;
        font-size: 14px;
}

.single-post-body p {
    margin: 0 0 15px !important;
    padding: 0;
    color: #3a3939;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1.4px;
    line-height: 24px;
}

.post-page .col-left img {
    border: 1px solid #e4e4e4;
    padding: 10px;
    box-shadow: 0px 0px 3px #e9e9e9;
    width: 100%;
    margin-bottom: 10px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tag-wrap .block-title {
    margin-bottom: 30px !important;
}

.tag-wrap a {
    background: #eeeeee;
    padding: 4px 10px 0px;
    margin-right: 5px;
    margin-bottom: 11px;
    display: inline-block;
    text-decoration: none !important;
    color: #000 !important;
}

h1.entry-title.titles {
    text-transform: uppercase;
    letter-spacing: normal;
    color: #313131;
    font-size: 17px !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    font-weight: bold;
    font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}




.col-right h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.featured-post-box-meta {
    margin: 12px 0 0;
    font-size: 12px;
}

.featuredcat-detail h3 a {
    color: #313131;
    display: block;
    font-size: 14px !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    font-weight: bold;
    line-height: 1.4;
}

.block-title {
    /*border-bottom: 1px solid #bfbfbf;*/
    margin-bottom: 30px !important;
    padding-bottom: 10px !important;
    text-transform: uppercase;
}

.sidebar-image-shop {
    margin-bottom: 10px;
    position: relative;
}

.sidebar-image-shop:before {
    border: 1px solid #fff;
    content: '';
    position: absolute;
    width: 90%;
    height: 86%;
    left: 5%;
    display: block;
    top: 7%;
}

.sidebar-image-shop-content {
    margin-bottom: 0 !important;
}

.join a {
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    position: relative;
    padding-right: 30px;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 5px;
    text-decoration: none;
    padding-top: 20px;
    color: #333333;
}

.post-page .col-right {
    margin-top: 44px;
}

h4.block-title {
    color: #313131;
    display: block;
    font-size: 17px !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    font-weight: bold;
    line-height: 1.4;
    margin-left: 0px;
    padding-left: 11px;
    border-bottom: 1px solid lightgray;
}

/*-----.join a:after {
    background: url(../images/arrow-right.svg) no-repeat;
    width: 12px;
    height: 10px;
    background-size: 100%;
    content: "";
    position: absolute;
    right: 0;
    color: #fff;
    bottom: 7px;
}---*/

/*INNER PRESS STRT*/


/*BLOG PAGE INNER START*/

.single-post-body h2 {
    clear: both;
    line-height: 1.4;
    margin: 30px 0 15px 0 !important;
    padding: 0 0 5px 0!important;
    letter-spacing: 1.8px !important;
    font-family: 'Calluna' !important;
    text-transform: capitalize !important;
    font-size: 26px;
    color: #151515;
}

.featured-post-box {
    margin-bottom: 45px;
}

.featuredcat-thumb a {
    display: block;
}

.featured-image-holder {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.featuredcat-thumb img {
    width: 100%;
}

.featuredcat-detail h3 a {
    color: #313131;
    display: block;
    font-size: 14px !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    font-weight: bold;
    line-height: 1.4;
}

.featured-post-box-meta {
    margin: 12px 0 0;
    font-size: 12px;
}

.featured-post-box-meta span {
    color: #888888;
}

.featuredcat-thumb {
    float: left;
}

.featuredcat-detail {
    float: right;
}


/*BLOG PAGE INNER END*/

/*BLOG PAGE START*/


.primary-banner-area {
    position: relative;
    background: #fbf9f9;
}

.primary-banner-area .primary-banner-image {
    text-align: center;
    overflow: hidden;
}

.primary-banner-area .overlay {
    position: absolute;
    z-index: 2;
    width: 80%;
    max-width: 750px;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    transform: translate3d(-50%,-50%,0);
    padding: 25px;
    box-sizing: border-box;
    text-align: center;
}

.primary-banner-area .cats {
    display: block;
    margin-bottom: 25px;
}

.primary-banner-area .cats span {
    display: inline-block;
    padding: 2px 12px;
    background: #000;
    color: #fff;
    line-height: 20px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.primary-banner-area .heading {
    letter-spacing: -.02em;
    margin-top: 21px;
    line-height: 1.1;
    font-size: 34px;
    -webkit-font-smoothing: antialiased;
}

.primary-banner-area .heading a {
    color: #fff;
    outline: none;
}

.primary-banner-area .author {
    display: inline-block;
    margin-top: 16px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .06em;
}

.primary-banner-area .author a {
    color: inherit;
}

.section-first {
    padding: 60px 0 20px;
}

.home-featured-cat-content {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.home-featured-cat-content .featured-post-box:nth-child(2n+1) {
    clear: both;
}


.featured-post-box .small-text {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative;
    margin-bottom:6px;
    
}

p.home-featurebox-content {
    display: initial;
    padding-top: 3px !important;
}

span.check i {
    font-size: 13px;
    margin-right: 8px;
}

span.hundred {
    font-weight: 500;
    margin-right: 8px;
}

.featured-post-box .small-text:after {
    background: #000;
    height: 1px;
    width: 12px;
    position: absolute;
    bottom: 10px;
    content: "";
    left: 0;
}


.viewall-section {
    text-align: center;
    padding-top: 30px;
    clear: both;
    display: block;
    margin: 0 auto;
}

.viewall-section a.view-button {
    height: 36px;
    line-height: 32px;
    font-size: 12px;
    border: 1px solid #bfbfbf;
    padding: 0 20px;
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    background: #ffffff;
}

.viewall-section a.view-button:hover {
    background: #000;
    color: #fff !important;
    border: 1px solid #000;
    border-left: 0;

}

.section-third {
    padding: 30px 0;
}

.section-third h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.featuredcat-detail h3 a {
    font-family: 'Muli', sans-serif !important;
    color: #313131;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    font-size: 13px;
    padding-top: 16px;
}

.section-third h4 , .section-fourth h4 {
    color: #333;
    font-family: 'Muli', sans-serif !important;
    font-size: 15px;
    font-size: 14px !important;
    line-height: 1.66;
    padding-left: 0px;
    font-weight: normal;
}

.featured-magazine img {
    width: 100%;
}


.youCover.icon2::before {
    background-image: url(../images/play-button.png);
    
}


/*BLOG PAGE END*/


.our_exclusive-beauty-locality-scheme.white-bg {
    background: #fff !important;
}

.our_exclusive-beauty-locality-scheme {
    padding: 80px 0 96px 0;
    background:url(../images/body-mist12.jpg); 
    background-size: cover;: 
}


.slider-indicators li {
    height: 15px;
    width: 15px;
    margin: 0 3px;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    border: 1px solid #DEAE41;
    background: none;
}

.slider-indicators li.active{
    background:#DEAE41;
}

.pain-banner-content {
    padding: 0 100px;
}

.insta-feeds {
    background: #bababa;
    margin-top: 55px;
}

.final-price:after {
    background: #000;
    height: 1px;
    width: 18px;
    position: absolute;
    bottom: 39px;
    content: "";
    left: 13px;
}

a.default-btn.add_to_cart_button.plus_btn.new-cart-btn {
    color: #000 !important;
    border: none;
    font-size: 12px;
    letter-spacing: 1.1px;
    padding: 13px 0px;
    font-weight: normal;
    text-transform: uppercase;
}

.price-review {
    padding-top: 50px;
}
.price-review-2{ margin-top:8px !important;  }

strong.product-item-name a {
    height: 40px !important;
    display: -webkit-inline-box;
}

.add-to-cart {
    margin-top: 10px;
}

.add-btn {
    border: 1px solid #DEAE41;
    text-align: center;
    height: 45px;
    border-radius: 4px;
    font-size: 16px;
    width: 135px;
    line-height: 43px;
    background: #DEAE41;
    color: #000 !important;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 0;
    margin: -240px auto;
    display: block;
    position: relative;
    z-index: 999999999;
    font-weight: 600;
}

.add-btn:hover {
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -ms-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        opacity: 1.5;
        color: #FFF !important;

}

.add-btn-2 {
    border: 1px solid #DEAE41 !important;
    text-align: center;
    height: 45px;
    border-radius: 4px;
    font-size: 16px;
    width: 135px !important;
    background: #DEAE41 !important;
    color: #000 !important;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 0;
    margin: -240px auto !important;
    display: block;
    position: relative;
    z-index: 999999999;
    font-weight: 600;
    padding-left: 14px !important;
    padding-top: 0 !important;
}

.add-btn-2:hover {
        -webkit-transition: opacity 1s ease-in-out;
        -moz-transition: opacity 1s ease-in-out;
        -ms-transition: opacity 1s ease-in-out;
        -o-transition: opacity 1s ease-in-out;
        transition: opacity 1s ease-in-out;
        opacity: 1.5;
        color: #FFF !important;

}

.final-price-2:after {
    background: #000;
    height: 1px;
    width: 18px;
    position: absolute;
    bottom: 39px;
    content: "";
    left: 13px;
    display: none;
}
    background: #000;
    height: 1px;
    width: 18px;
    position: absolute;
    bottom: 39px;
    content: "";
    left: 13px;
}}












.final-price.price-border:after {
    background: #000;
    height: 1px;
    width: 18px;
    position: absolute;
    bottom: 58px;
    content: "";
    left: 13px;
}

.product.attribute.description p span {
    font-weight: 400;
    font-size: 13px !important;
    letter-spacing: 1.2px;
    line-height: 24px;
    font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
        color: #000 !important;
}

.product.attribute.description ul li {
    margin-left: 18px;
    margin-bottom: 2px;
}

.product.attribute.description ul li span {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1.2px;
}

.single-post-body {
    padding-right: 27px;
    text-align: justify;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 28px;
}

a.featured-image-holder.listing-img img {
    height: 215px !important;
    width: 297px;
}

.single-post-body img {
    width: 100% !important;
}

a.featured-image-holder.read-listing img {
    height: 115px !important;
    width: 100% !important;
}

.featuredcat-detail.read h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.featuredcat-detail p {
    font-size: 14px;
}

.single-post-body p strong {
    text-transform: uppercase;
    letter-spacing: normal;
    color: #313131;
    font-size: 17px !important;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    font-weight: bold;
    font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.star-ratings {
    margin-top: -28px;
}

span.post-date {
    font-size: 12px;
    font-weight: bold;
    color: #787878;
}

.how-to-use-content-section.review-section1 {
    background: #fff;
}

.product.attribute.description p {
    font-weight: 400;
    font-size: 13px !important;
    letter-spacing: 1.2px;
    line-height: 24px;
    font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    text-align: justify;
    color: #000 !important;
}

.product.attribute.description ul li {
    font-weight: 400;
    font-size: 13px !important;
    letter-spacing: 1.2px;
    line-height: 24px;
    font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    text-align: justify;
    list-style: disc;
}

.product.attribute.description h2 {
    font-size: 19px!important;
    margin-bottom: 10px !important;
}

.product.attribute.description ul {
    padding-left: 14px;
}

/*reviews ratings

.rating {
      float:left;
    }

     :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
      follow these rules. Every browser that supports :checked also supports :not(), so
      it doesn’t make the test unnecessarily selective 
    .rating:not(:checked) > input {
        position:absolute;
        top:-9999px;
        clip:rect(0,0,0,0);
    }

    .rating:not(:checked) > label {
    float: right;
    
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 300%;

    color: #ddd;
    font-size: 29px;
    padding-right: 4px;
}

    .rating:not(:checked) > label:before {
        content: '★ ';
    }

    .rating > input:checked ~ label {
        color: dodgerblue;
        
    }

    .rating:not(:checked) > label:hover,
    .rating:not(:checked) > label:hover ~ label {
        color: dodgerblue;
        
    }

    .rating > input:checked + label:hover,
    .rating > input:checked + label:hover ~ label,
    .rating > input:checked ~ label:hover,
    .rating > input:checked ~ label:hover ~ label,
    .rating > label:hover ~ input:checked ~ label {
        color: dodgerblue;
        
    }

    .rating > label:active {
        position:relative;
        top:2px;
        left:2px;
    }*/
    
/****** Style Star Rating Widget *****/

i.active.fa.fa-star {
    color: #faa813;
    background:transparent;
}

.rating1 { 
  border: none;
  float: left;
}

.ratings {
    margin-top: -14px;
}

.rating1 > input { display: none; } 
.rating1 > label:before { 
    margin-right: 5px;
    font-size: 30px;
    font-family: FontAwesome;
    display: inline-block;
    content: "★" !important;
}

.rating1 > .half:before { 
  content: "★" !important;
  position: absolute;
}

.rating1 > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating1 > input:checked ~ label, /* show gold star when clicked */
.rating1:not(:checked) > label:hover, /* hover current star */
.rating1:not(:checked) > label:hover ~ label { color: #FFD700 !important;  } /* hover previous stars in list */

.rating1 > input:checked + label:hover, /* hover current star when changing rating */
.rating1 > input:checked ~ label:hover,
.rating1 > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating1 > input:checked ~ label:hover ~ label { color: #FFED85 !important;  }     
    
    
    

input.submit.review-submit {
    height: 50px;
    line-height: 46px;
    border: 1px solid #bfbfbf;
    min-width: 251px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2.8px;
    color: #fff;
    text-decoration: none;
    background:#000;
}

form.review-rating-form .form-control {
    border-radius: 0px;
    padding: 23px 9px;
    font-size:11px;
}

form.review-rating-form .form-group {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2.2px;
    margin-bottom: 17px;
}

#pannel-review {
  padding: 50px;
  display: none;
}

/*video section*/

.video-blog-section {
    padding: 70px 0;
}

.video-padding {
    padding: 0 70px;
}

.video-padding h4 {
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    letter-spacing: 2.2px;
    font-weight: 507;
}

.video-padding h4 {
    padding-top: 60px;
}

.video-padding h4:after {
    background: #000;
    height: 1px;
    width: 22px;
    position: absolute;
    bottom: 5px;
    content: "";
    left: 0;
}

.video-padding p {
    font-weight: 400;
    font-size: 13px !important;
    letter-spacing: 1.2px;
    line-height: 24px;
    font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    text-align: justify;
    padding-right: 56px;
}

.video-blog-section.video-bg {
    background: #fbf9f9;
}

.blog-footer-content p {
    font-size: 12px;
    letter-spacing: 1.8px;
    text-align: justify;
    padding-right: 35px;
}


.video-gallery-section .featured-post-box .small-text {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 6px;
}

.video-gallery-section h4 {
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    letter-spacing: 2.2px;
    font-weight: 507;
}

.video-gallery-section h4:after {
    background: #000;
    height: 1px;
    width: 18px;
    position: absolute;
    bottom:-7px;
    content: "";
    left: 3px;
    
}

.video-gallery-section p {
    font-weight: 400;
    font-size: 13px !important;
    letter-spacing: 1.2px;
    line-height: 24px;
    font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    padding-right: 0px;
}

.video-gallery-section {
    border-bottom: 1px solid lightgray;
    padding-bottom: 30px;
    padding-top: 30px;
}

.gallery-videos {
    padding-top: 40px;
}

.blog-logo {
    text-align: center;
}

img.blog-logo-img {
    width: 204px;
    text-align: center !important;
}

p.lost_password a {
    font-size: 10px;
    margin: 0;
    padding-top: 30px;
    font-family: 'Calluna';
    padding-bottom: 11px;
    color: #454444;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.list-group-item.active{
    background-color: #000000 !important;
    border-color: #000000 !important;
}

.list-group-item:first-child {

    border-radius: 0px !important;
}

.list-group-item:last-child {
    border-radius: 0px !important;

}

.my-account-page p {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.1px;
}

.my-account-page label.info-title {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.1px;
    margin-bottom: 15px;
    font-weight: 500;
}

.my-account-page .form-control {
    border-radius: 0px;
    height: 50px;
    text-transform: lowercase;
}

button.btn-upper.btn.btn-primary.checkout-page-button {
    background: #fff;
    border-radius: 0px;
    border: 1px solid #434343;
    color: #000;
    padding: 14px 55px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2.1px;
    margin-top: 19px;
}

button.btn-upper.btn.btn-primary.checkout-page-button:hover{
    background:#000;
    color:#fff;
}

.sign-in h4 {
    text-transform: uppercase;
    margin-bottom: 17px;
}

a.list-group-item {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.0px;
}

.body-content {
    padding-top: 40px;
}

.sidebar h3 {
 
    font-size: 29px;
    line-height: 48px;
    letter-spacing: 1.4px;
    margin: 0;
    font-family: 'Calluna';
    font-weight: 400;
    color: #535353;
    position: relative;
}

.sidebar h3:after {
    width: 12px;
    height: 1px;
    background: #000;
    position: absolute;
    content: "";
    left: 2px;
    bottom: -10px;
}

.sidebar-module-container {
    padding-top: 40px;
}

.sidebar-module-container .list-group-item {
    border: none;
        padding-left: 0px;
}


.sidebar-module-container .list-group-item.active {
   
    background: #fff !important;
    color:#309b2c;
}

.login-page-wrap1 {
    max-width: 860px;
    margin: 0 auto;
    padding-bottom: 60px;
}



form.register-form.outer-top-xs {
    margin-top: 50px;
}

.my-account-page h5 {
    font-size: 12px;
    letter-spacing: 1.6px;
    margin: 0;
    padding-top: 13px;
    font-family: 'Calluna';
    padding-bottom: 11px;
    border-bottom: 1px solid #ededed;
}

.my-wishlist-page.my-wishlist h5 {
    font-size: 12px;
    letter-spacing: 1.6px;
    margin: 0;
    padding-top: 16px;
    font-family: 'Calluna';
    padding-bottom: 11px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 58px;
}

.table-responsive.desktop-shopping-cart thead {
    text-transform: uppercase;
    color: #535353;
    font-size: 13px;
    letter-spacing: 1.1px;
}

.table-responsive.desktop-shopping-cart tbody {
    font-size: 13px;
}

.complain-btn {
    background: #fff;
    border-radius: 0px;
    border: 1px solid #434343;
    color: #000;
    padding: 14px 55px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2.1px;
    margin-top: 19px;
    cursor: pointer;
}

.complain-btn:hover{
    background:#000;
    color:#fff;
}

a.entry-thumbnail img {
    width: 145px;
}

.shopping-cart.order-details-table thead {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #616161;
}

.shopping-cart.order-details-table tbody {
    text-align: center;
    font-size: 14px;
    letter-spacing: 1.1px;
    color: #616161;
}

.shopping-cart-table {
    border: 1px solid lightgray;
}

.shopping-cart.order-details-table .table thead th {
    border-right: 1px solid lightgray;
}

.shopping-cart.order-details-table .table tbody td {
    border-right: 1px solid lightgray;
}

.shopping-cart.order-details-table .table {
    margin-bottom: 1px;
}

.estimate-ship-tax th {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-weight: 600;
}

.estimate-ship-tax td {
    color: #fafafa;
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 1.1px;
}

.cart-sub-total1 {
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 1.1px !important;
    text-transform: uppercase;
    color: #fff;
    padding: 3px;
}

.cart-grand-total {
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 1.1px !important;
    text-transform: uppercase;
    color: #fff;
    border-top: 1px solid #b6b6b6;
    padding: 8px 3px 3px;
}

.right-it {
    position: relative;
    width: 30%;
}


input#french-hens {
    text-align: center;
    font-family: Lato, serif;
    font-size: 20px;
    color: #453c3c;
    font-weight: '';
    font-style: Regular;
    height: 42px;
    /* border-radius: 27px; */
    margin-bottom: 17px;
    /* float: left; */
    /* margin-left: 33px; */
    display: block;
    position: relative;
    width: 70%;
}

.inc.button {
    width: 40px;
    height: 40px;
    /* text-indent: -9999px; */
    /* margin-top: 17px; */
    position: absolute;
    /* float: left; */
    /* right: 31px; */
    top: 1px;
    content: '+';
    color: #000;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    line-height: 34px;
    border-right: 1px solid #acacac;
}


.dec.button {
    width: 40px;
    height: 40px;
    /* text-indent: -9999px; */
    /* float: left; */
    /* left: 20px; */
    position: absolute;
    /* margin-top: 17px; */
    /* right: 30px; */
    /* left: 209px; */
    top: 1px;
    right: 59px;
    content: '-' !important;
    color: #000;
    text-align: center;
    line-height: 27px;
    font-size: 43px;
    cursor: pointer;
    border-left: 1px solid #acacac;

}

a.readmore.plus_btn {
    margin-top: 32px;
    /* background: #999; */
    color: #111;
    box-shadow: none;
    /* border-color: #000; */
    border-radius: 0;
    font-size: 11px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    font-family: 'Calibre';
    height: 50px;
    line-height: 38px;
    font-weight: 400;
    transition-duration: .3s;
    cursor: pointer;
    border: solid 1px #000;
    padding: 19px 85px;
    /* margin-bottom: 27px; */
}

.info.info-content .quantity input {
    background: #fff;
    border-radius: 0px;
    height: 41px;
}

img.img-responsive.media-img {
    height: 265px;
}

 /*.review-time a {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2.8px;
    padding-bottom: 7px;
    padding-top: 8px;
    padding-left: 5px; 
    color: #000 !important;
} */

.media-content a {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2.8px;
    padding-bottom: 7px;
    padding-top: 8px;
    color: #000 !important;
}

.media-content {
    padding-top: 15px;
}

.video-gallery-section.media-box {
    border-bottom: 1px solid lightgray;
    padding-bottom: 35px !important;
    padding-top: 35px !important;
}

.media-content p {
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
        margin-top: 12px;
		color:#000;
}

.video-blog-section:nth-child(even) {
    background: #fff;
}


.how-to-use-content-section:nth-child(odd) {
    background: #fff;
}

.review-section.review-pannel {
    background: #fff;
    margin-bottom: 0px!important;
    padding: 40px 0;
}

.single-review.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 885px;
    margin: auto;
    text-align: center;
}

.single-review.card h1 {
    font-size: 18px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 18px;
    padding: 9px 15px 23px;
    line-height: 25px;
    position:relative;
}

.single-review.card p {
    font-size: 13px;
    letter-spacing: 1.1px;
    text-align: justify;
    margin: 16px 20px 55px;
}

.single-review-box{
    margin: 23px 0 60px;
}

.single-review.card h4 {
    text-align: left;
    font-size: 10px;
    letter-spacing: 1.1px;
    margin-bottom: 25px;
    margin-left: 19px;
    text-transform: uppercase;
    margin-top: 5px;
}

.date-post.media-date {
    text-align: left;
    margin-left: 19px;
    margin-top: 25px;
}

.single-review.card h1:after {
    background: #000;
    height: 1px;
    width: 26px;
    position: absolute;
    bottom: 7px;
    content: "";
    left: 19px;
}

.text-block.blog11 h1 {
    font-size: 24px;
    line-height: 56px;
    letter-spacing: 2.4px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #fff;
}



.grey-section.small-media {
padding: 37px 0;
    margin-bottom: 40px;
}

.mpress .grey-section .small-media .small-text {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 31px;
    position: relative;
    letter-spacing: 1.8px;
    font-family: 'Calibre';
}



.checkout-box .panel-group .panel {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background-color: #fff;
    border: 1px solid #e9e9e9 !important;
    padding: 20px;
    border: none;
}
.checkout-box .checkout-steps .panel .panel-heading, .checkout-box .checkout-progress-sidebar .panel .panel-heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 0px;
    border: none;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a {
    color: #555;
    text-transform: uppercase;
    display: block;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title > a:not(.collapsed) span {
    background-color:#12cc26;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title > a:not(.collapsed) span {
    background-color: #12cc26;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a span {
    background-color: #aaaaaa;
    color: #fff !important;
    display: inline-block;
    margin-right: 10px;
    padding: 15px 20px;
}
.outer-top-xs {
    margin-top: 18px;
}
.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in {
    background-color: #3d5c98;
    margin-right: 10px;
    width:100%;
}
.body-content .sign-in-page .sign-in .social-sign-in a, .body-content .sign-in-page .sign-in .social-sign-in a:hover, .body-content .sign-in-page .sign-in .social-sign-in a:focus {
    border-radius: 3px;
    padding: 14px 30px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    text-align: center;
}
.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in {
    background-color: #22aadf;
}
.body-content .sign-in-page .sign-in .social-sign-in a, .body-content .sign-in-page .sign-in .social-sign-in a:hover, .body-content .sign-in-page .sign-in .social-sign-in a:focus {
    border-radius: 3px;
    padding: 14px 30px;
    font-size: 15px;
    display: inline-block;
    color: #fff;
    text-align: center;
}
.body-content .sign-in-page .sign-in h4, .body-content .sign-in-page .create-new-account h4 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 14px;
    border-bottom: 1px solid #ddd;
}

.checkout-box .checkout-steps .checkout-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #434343;
    margin-right: 12px;
	    margin-top: 20px;
}
.outer-top-xs {
    margin-top: 18px;
}
.checkout-box .checkout-steps .guest-login .title-tag-line, .checkout-box .checkout-steps .already-registered-login .title-tag-line {
    margin-bottom: 15px;
    font-size: 13px;
}

.body-content .sign-in-page .sign-in p, .body-content .sign-in-page .create-new-account p {
    font-size: 15px;
    color: #666;
}
.shopping-cart {
    background-color: #fff;
    padding: 10px 20px;
    overflow: hidden;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.shopping-cart .cart-shopping-total table thead tr th {
    background-color: #fff;
    text-align: right;
    padding: 24px 19px 7px;
    border-bottom:none;
}
.left-heading {
    display: inline-block;
}
.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
    color: #84b943;
}
.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
    color: #555;
    margin-bottom: 7px;
}

/* Vertical Tabs */

.tab-content {
    float: left;
}

 .vertical-tabs{
    font-size:15px;
    padding:10px;
    color:#000;
	margin-top: 70px;
	 margin-bottom: 50px;
}
 .vertical-tabs .nav-tabs .nav-link{
    border-radius: 0;
    text-align:center;
    font-size: 16px;
    border:1px solid #dfdfdf;
    color:#687188;
    width: 183px;
    padding: 20PX 0PX;
	background: rgba(11, 91, 224, 0.05);
	font-weight: 600;
}
 .vertical-tabs .nav-tabs .nav-link.active{
    color:#3f51b5 !important;
}
 .vertical-tabs .tab-content>.active{
    background:#fff;
    display:block;
}
 .vertical-tabs .nav.nav-tabs{
    border-bottom:0;
    border-right:3px solid #8f8f8f;
    display:block;
    float:left;
    margin-right:20px;
    padding-right:15px;
	margin-bottom: 50px;
	width:200px;
}
 .vertical-tabs .sv-tab-panel{
    background:#fff;
    padding-top:10px;
}
@media only screen and (max-width: 420px){
  .titulo{font-size: 22px}
}
@media only screen and (max-width: 325px){
  .vertical-tabs{ padding:8px;}
}

.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-radius: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-family: 'Google Sans', Roboto, sans-serif;
    font-weight: 600;
}

.active, .accordion:hover {
  background-color: #FFF;;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

/* .active:after {
  content: "\2212";
} */

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: auto;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 0px !important;
  border: none;
}

.panel p {
    margin-top: 10px !important;
	font-family: 'Google Sans', Roboto, sans-serif;
	font-size: 14px;
    color: #6e6e6e;
}

.guest-login {
    padding-left: 20px;
}

.guest-login .form-control, .register-form .form-control{
    border-radius: 0px;
    height: 45px;
    text-transform: lowercase;
}
.guest-login label, .register-form label {
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-size: 13px;
    margin-bottom: 11px;
}

.coll-check {
    margin-top: 6px;
    width: 100%;
}

/*.coll-right .form-group {*/
/*    padding-left: 17px;*/
/*}*/

.coll-box {
    padding: 7px 23px 10px 9px;
    text-align: left;
    background: #fff !important;
}

.checkout-continue.pull-right {
    background: #000;
    border: none;
    border-radius: 0px;
    margin-left: 5px;
    padding: 10px 49px;
    text-transform: uppercase;
    font-size: 13px;
}

.checkout-continue.pull-right:focus {
    background: #767676 !important;
    color: #fff !important;
    box-shadow: none !important;
}

.panel-heading.side-check-box h4 {
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
    color: #747474;
}

.coll-total1{
    float:left;
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2.8px;
    line-height: 26px;
}

.coll-total2{
    float:right;
     font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 26px;
}


.place-btn {
    width: 100%;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ced4da !important;
}

.panel-heading.side-check-box h4 {
    text-align: center !important;
}

.panel-style {
    margin-bottom: 19px !important;
}

.shipping-form label {
    text-transform: uppercase;
    letter-spacing: 1.1px;
    font-size: 13px;
    margin-bottom: 11px;
}

form.shipping-form input {
    border-radius: 0px;
    height: 45px;
    text-transform: lowercase;
}

.add-add {
    background: #7c7c7c;
    border: none;
    border-radius: 1px;
    margin-top: 21px;
    letter-spacing: 1.0px;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 13px;
}

h4.checkout-subtitle {
    text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 1.1px;
    font-family: unset !important;
    margin-bottom: 30px;
}

.add-radio {
    margin-bottom: 13px !important;
}

.add-add:hover, .checkout-continue:hover {
    background: #4b4b4b;
    color:#fff !important ;
}

.page-content.main-container.no-sidebar {
    padding: 20px 0 40px;
}

h4.unicase-checkout-title {
    font-size: 14px;
    letter-spacing: 1.1px;
}


/*contact*/

.contact-form .form-control {
    border-radius: 0px;
    height: 48px;
    margin-bottom: 20px;
    text-transform: none;
}

.post-comment {
    background: #000;
    color: #fff;
    box-shadow: none;
    border: 1px solid #000;
    border-radius: 0;
    font-size: 11px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    font-family: 'Calibre';
    float:left;
    font-weight: 400;
    transition-duration: .3s;
    cursor: pointer;
    margin-top: 10px;
    padding: 15px 20px;
}

.ct-it p {
    float: left;
}

.ct-it h4 {
    float: left;
    margin-right: 24px;
}

.ct-it h4 i {
    font-size: 20px;
}

.ct-it1.ct-icon {
    margin-top: 20px;
}

.ct-it1.ct-icon i {
    margin-right: 7px;
    background: #000;
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 20px;
    text-align: center;
    line-height: 34px;
}


.ct-it1.ct-icon h4 {
    margin-bottom: 20px;
}

section.contact.blogsingle {
    max-width: 1177px;
    margin: auto;
    text-align: center;
}

.ct-it1.ct-icon {
    text-align: left;
}

section.contact.blogsingle h1 {
    text-transform: uppercase;
    margin: 30px 0px 51px;
    font-weight: 400;
    letter-spacing: 5.4px;

    text-align: center;
}

.facebook-btn a:hover{
    color: #fff !important;
    background-color: #5d7793;
}

.footer-area {
    padding: 30px;
    background: #fff;
}

.logo-section {
    text-align: left;
}

.mpress .review-content img {
   height: 240px;
    text-align: center;
        width: 100%;
}

.review-time a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 2;
}

.youCover:before {

    width: 48px !important;
}


@media screen and (max-width: 768px) {

.full-img .image-caption-area {
    top: 46px;
}

.full-img .image-caption-area .image-caption h1 {
    font-size: 16px;
    line-height: 24px;
}

.sub-heading {
    margin: 15px 0;
    font-size: 23px;
}

.contact-left {
    margin-top: 65px;
}

.page-footer .footer-links p a {

    font-size: 11px !important;
}

.products-view ul {
    width: 640px;
    margin: 0 auto;
}

.products-view ul li:nth-child(even) {
    margin-right: 0px !important;
}
.category-banner-section .category-title {

    top: 30px;
}

.product-media-inner {
    width:auto !important;
}

.right-it {

    width: 47%;
}

.navbar-toggler:focus, .navbar-toggler:hover {

    outline: none !important;
}

.video-padding h4 {
    padding-top: 0px;
}

.video-padding {
    padding: 0 20px;
}

.video-padding p {

    padding-right: 5px; 
}

.our_exclusive-beauty-locality-scheme h2 span {
    font-size: 11px;
    padding-bottom: 15px;
}

.our_exclusive-beauty-locality-scheme h2 {
    font-size: 24px;
    line-height: 32px;
}

.primary-banner-area .overlay {
    top: 60%;
}

a.featured-image-holder.listing-img img {
    height: 230px !important;
    width: 340px;
}

.featured-post-box {
    margin-bottom: 58px;
}

.footer.content {
    margin-top: 0px;
        padding-bottom: 10px;
}

.single-post-body img {
    width: 100%;
    height: 100% !important;
}

.video-gallery-section h4 {
    font-size: 13px;
    margin-top: 23px;
    
}

.review-item-wrapper {
    margin-bottom: 55px;
}

.black-headerstrip p {
    font-size: 10px;
    padding: 5px;
}

.single-review.card h1 {
    font-size: 13px;
}

.login-page-wrap {
    max-width: 660px;
}

.shopping-cart {

    margin-top: 45px;
}

.featuredcat-detail h3 a {
    font-weight: 600 !important;
}

}




@media screen and (max-width: 767px) {
button.navbar-toggler {
    position: absolute;
    top: -65px;
    z-index: 1;
}

.blog-footer-content p {

    padding-right: 0px;
}

.header-bar {
    border-bottom: none !important;
}

button.navbar-toggler.blog-icon {
    top: -69px;
    left: 0px;
}

button.navbar-toggler.blog-icon i {
    color: #51bc51;
}

}

@media screen and (max-width: 500px) {
    
.mpress .review-content img {
    height: auto !important;
}
    
.black-headerstrip p {
   display: block;
    text-align: center;
}

.black-headerstrip {
    padding: 5px 0;
}

.slideshow-container .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -9px !important;
}

.slider-indicators li {
    height: 10px;
    width: 10px;
}
.products-view ul {
    width: 353px;
}
.blog-logo img {
    padding-top: 0px;
    padding-bottom: 30px;
    width: 158px;
}

.page-footer .footer-links h4 {

    margin: 11px 0 30px;
}

.products-view img {
    width: 300px !important;
}

.products-view ul li {
    float: none !important;
    margin-right: 0px !important;
    width: 320px !important;
    margin-bottom: 18px !important;
    margin-left: 6px !important;
}

.products-view3 ul li {
    float: none !important;
    margin-right: 0px !important;
    width: 320px !important;
    margin-bottom:220px !important;
    margin-left: 6px !important;
}


.product-item{
    margin:0 auto !important;
    width:330px !important;
}

.category-banner-section .category-title {

    top: 28px;
}

.category-image img {
    height: 130px;
}

.text-block {
    padding: 10px 37px;
}

.category-title h1 {
    font-size: 15px;
        line-height: 23px;
}

.category-banner-section ul.breadcumb {
    margin-bottom: 0px;
}

ul.breadcumb h4 a {
    font-size: 12px;
}

ul.breadcumb span {
    font-size: 12px;
}


.product-info-main {
    margin-top: 41px;
}

.video-padding h4 {
    padding-top: 30px;
        margin-bottom: 20px;
}

.blog-footer-content p {
    text-align: center;
}

.indian-tradition h2 {
    font-size: 18px;
    line-height: 29px;

}

.primary-banner-image img {
    height: 98px;
}

.text-block.blog11 h1 {
    font-size: 12px;
    line-height: 19px;
}

.primary-banner-area .overlay {
    top: 70%;
}

a.featured-image-holder.listing-img img {
    width: 100% !important;
        height: auto !important;
}

a.featured-image-holder.read-listing img {
    height: auto !important;
}

.video-gallery-section h4 {
    margin-top: 23px;
        margin-bottom: 23px;
    
}

.login-page-wrap {
    max-width: 319px;
}

.shopping-cart .product-info p {
    margin-bottom: 20px;
    max-width: 100%;
}

.shopping-cart .price span {

    max-width: 100%;
    margin: 17px 0;
}

.login-btn {
    width: 100%;
}
.shopping-cart .items .product img {
    height: 200px;
}

button.btn-upper.btn.btn-primary.checkout-page-button{
      width: 100%;  
}

.my-account-page {
    margin-top: 40px;
}

.copyright {

    padding: 20px 0 0px;
}

.page-footer .footer-links p a {
    font-size: 14px !important;
}

.my-wishlist-page.my-wishlist {
    margin-top: 0px;
}

.sidebar {
    margin-top: 0px;
}

.login-page-wrap1 .body-content {
    padding: 0 20px;
}

.product-header h2 {
    font-size: 27px;
    padding-left: 10px;
}

.single-post-body {
    padding-right: 0px;
}

.review-time h4:after {
display:none !important;
}

.tag-wrap {
    border-bottom: 1px solid lightgray;
    padding-bottom: 15px;
}

.full-img .image-caption-area {
    top: 18px;
}

.image-caption-area-hero .sub-heading {
    display: none;
}

.about-box {
    padding: 0 19px;
}
.about-section {
    padding: 37px 0;
}

.terms h1, .privacy h1 {
    font-size: 27px;
}

.slideshow-container {
    display: none !important;
}

}

.header-bar ul li {
    font-size: 11px !important;
    text-transform: uppercase;
    color:#FFF !important;
    padding: 20px 0px 16px !important;
    letter-spacing: 2.8px;
    text-shadow: none;
    line-height: normal;
    font-weight: 600;
    margin-right: 2px;
    font-family: 'Roboto', sans-serif;
}
.header-bar ul li a {
    color: #000 !important;
    font-size: 11px;
    line-height: 22px;
	padding:7px 12px;
	
}
.header-bar ul li a:hover{ color:#FFF !important; }

.mob-sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 44;
  top: 0;
  left: 0;
  background-color: #fbf9f9;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.mob-sidebar a {
      display: block;
   transition: 0.3s; 
    font-size: 11px !important;
    text-transform: uppercase;
    color: #000 !important;
    letter-spacing: 2.8px;
    text-shadow: none;
    line-height: normal;
    font-weight: 400;
    border-top: 1px solid #ddd;
    padding: 16px 20px;
}

.mob-sidebar a:hover {
  color: #f1f1f1;
}

.mob-sidebar .closebtn {
    position: absolute;
    top: -16px;
    right: 0px;
    font-size: 36px;
    margin-left: 50px;
    font-size: 29px !important;
    color: gray !important;
}

.openbtn {
    font-size: 21px;
    cursor: pointer;
    background-color: transparent;
    color: #5c5c5c;
    padding: 2px 11px;
    border: none;
    position: absolute;
    top: 48px;
    left: 42px;
}

.openbtn:hover {
  background-color: #444;
}

#main-mobile {
  transition: margin-left .5s;

}

.mob-nav{
    display:none;
}

@media screen and ( min-width:768px) and (max-width: 1024px) {
	

.welcome-aromazia .box img { width: 100%; height: 360px; }
.price-review { padding-top:0; }	
.carousel-caption { position:relative; right:17%; top:-89px !important; left:52px; }	
.cart { margin-top: -55px; margin-right: -490px; }	
.logo-section { text-align: left; margin-left: 128px;  margin-top: 15px; }	
.openbtn { top: 121px; left: 42px;border:1px solid #000; padding:5px; }
.welcome-aromazia .content-box { padding: 0; margin: 22px 12px 0 22px; }
.product-item { width: 300px !important; height:400px; }
.bg-midd { margin-top: 79px; }	
.our_exclusive-beauty-locality-scheme h2 { font-size: 68px; }	
.final-price .price {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2.8px;
    color: #000;
    line-height: 60px;
}
.product-item-team {
    margin: 0 0 20px 0!important;
    width: 48%!important;
    padding: 5px 12px 10px 15px;
    position: relative;
    border-radius: 5px;
    border: 2px solid #dadada;
    font-family: 'Arvo', serif;
    background: url(../images/Attar-Banner1.jpg) !important;
    background-size: cover;
}	
.join-now h2 {
    margin-top: 6px;
    font-size: 19px;
    line-height: 37px;
}
	
.logo-section {
    text-align: left;
    margin-left: 100px;
}
.logo-section {
    text-align: left;
    margin-left: 100px;
}
	
}

@media screen and (max-width:768px) {
	

.welcome-aromazia h3 {
    font-size: 20px;
    color: #000;
    font-family: 'Arvo', serif;
}		
 .mob-nav{
    display:block !important;
} 

.header-bar {
    display: none;
}

.account-link {
    display: none;
}

.page-header-bg, .header-bar-bg {
    background: #fbf9f9;
}

a.logo img {
    width: 91px;
}

.cart {
   margin-top: -48px;
}
}


@media screen and (max-width:500px) {

.blog-head {
    padding: 0 0 32px;
}

.cart {
    margin-top: 0;
    position: absolute;
    right: 12px;
    top: -52px;
}

.header.content {
    padding: 0px;
}

.openbtn {
    top: 67px;
        left: 14px;
}

.strip {
    border: 1px solid #dfdfdf;
    background: #dbdbdb;
}
}

@media screen and (max-width:380px) {
.openbtn {
    left: 14px;
}



}

.search-block .control {
    width: 100%;
    left: 0;
    right: 0;
    position: relative;
    background: #fbf9f9;
    z-index: 2;
    padding: 40px 0;
    margin: 0 auto;
}

.search-wrapper {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: 0 auto;
}

.search-wrapper input.input-text {
    max-width: 600px;
    height: 50px;
    border: 2px solid #eee;
    padding: 0 15px;
    left: 0;
    right: 0;
    position: static;
    margin: 0;
    text-transform: uppercase;
        width: 100%;
            font-size: 13px;
    letter-spacing: 1.1px;
}

 .search-wrapper .actions {
    position: absolute;
    right: 0;
    z-index: 9999;
    display: inline-block;
    top: 1px;
}

 .search-wrapper .actions button.action.search {
    width: 78px;
    height: 45px;
    padding: 0;
    top: 0;
    position: relative;
    left: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.1px;
    border-left: 1px solid lightgray;
}

/*.search-wrapper .actions .action.search:before {*/
/*    background: url(../images/search-me.png) no-repeat;*/
/*    background-size: 16px;*/
/*    content: "";*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    cursor: pointer;*/
/*    position: absolute;*/
/*    z-index: 99;*/
/*    top: 16px;*/
/*    right: 15px;*/
/*}*/


.search-wrapper.action.search>span {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


.search-wrapper .action.search{
    display: inline-block;
    background-image: none;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;

}

.search-block{
    display: none;
}

.close-action {
    position: absolute;
    right: -40px;
    top: 12px;
}


.product-header.search-header h2 {
    text-align: center;
    font-size: 24px;
}

.container.product-header.search-header h2 strong {
    text-transform: capitalize;
    letter-spacing: 1.1px;
    font-weight: 500;
    color: green;
}

.search-wrapper input.input-text:focus {
    outline: none;
}

.block.block-search {
    display: none;
}

.shopping-cart.order-details-table {
    margin-bottom: 50px;
}


.single-post-body blockquote {
    border-left: 3px solid green;
    padding-left: 16px;
}
.single-post-body blockquote em {
    color: green;
    text-transform: initial;
}

img.img-fluid.media-img {
    border: 1px solid lightgray;
    padding: 7px;
}

.result-box {
    text-align: center;
    border: 1px solid lightgray;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
}

img.img-fluid.no-found {
    width: 200px;
    height: 228px;
}

.result-box h1 {
    padding-top: 15px;
    font-size: 24px;
}

div#cke_pastebin {
    font-weight: 400;
    font-size: 13px !important;
    letter-spacing: 1.2px;
    line-height: 26px;
    font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}


.blog-btn {
    text-align: center;
    margin-top: 24px;
}

.blog-btn button {
    background: #000;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1.4px;
    padding: 10px 35px;
}

.more-blogs {
    display: none;
}

.blog-btn button:hover{
    background: #16a31d;
}

.blog-btn button:focus{
    outline:none;
}

.mob-slider{
    display:none;
}

@media screen and (max-width:500px){
.products-view.m-view.products-view img {
    width: 130px !important;
    padding: 0px;
}

.products-view.m-view.products-view ul li {
    float: left !important;
    margin-right: 0px !important;
    width: 160px !important;
}

.product-item-name a {
    letter-spacing: -0.22px !important;
}

.product-header h2 {
    margin-top: 18px;
}

.products-view {
    margin-bottom: 0;
}

.indian-tradition {
    margin-top: 10px !important;
    margin-bottom: 22px !important;
}

.mob-slider{
    display:block !important;
}

.h-sec {
    height: 0px;
}

a.logo img {
    margin-top: 5px;
    margin-bottom: 11px;
}

.openbtn {
    top: 70px;
    border: 1px solid #d2a018;
    background: #d2a018;
}

.cart {
    top: -162px;
        
}

a.logo img {
    width: 80px;
}

.product-media-details {
    padding: 25px 0;
}

.right-it {
    width: 54%;
}

.n-slider .product-item {
    width: 276px !important;
}

button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    top: 35px  !important;
}

.top_header_icon.float-right {
    display: none;
}

.wishlist-sec {
    padding-top: 24px !important;
}

.single-wish-box .product-item-name a {
    letter-spacing: 0.4px !important;
}

.single-wish-box {
    height: 220px !important;
    
}

.page-header-bg {
    padding: 0px 0px !important;
}

.error-style {
    padding: 34px 0 10px !important;
}

}



button.slick-prev.slick-arrow {
    background:#f9f5f5;
    border: none;
    position: absolute;
    z-index: 33;
    font-size: 23px;
    top: 44px;
    color:#deae41;
    left:0px;
    cursor: pointer;
}

button.slick-next.slick-arrow {
    background:#f9f5f5;
    border: none;
    position: absolute;
    z-index: 33;
    font-size: 23px;
    top: 44px;
    color:#deae41;
    right:13px;
    cursor: pointer;
}

button.slick-next.slick-arrow:focus, button.slick-prev.slick-arrow:focus {
    outline: none;
}

button.slick-next.slick-arrow:hover, button.slick-prev.slick-arrow:hover {
    color:#929292;
}


.n-slider .product-item {
    height:124px;
    background:#fff;
}

.n-slider .product-item:focus{
    outline:none !important;
}

.fav {
    text-align: right;
}

.fav i{
    cursor:pointer;
}


.single-wish-box {
    background: #f5f5f5;
    padding: 5px 7px;
    height: 225px;
    margin-bottom:13px;
    border-radius: 3px;
}

.single-wish-box strong.product-item-name a {
    height: unset !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.single-wish-box .product-item-name a {
    letter-spacing: 0.8px !important;
}

.w-p {
    padding: 0 6px;
}

.single-wish-box i {
    font-size: 12px;
}
.single-wish-box .fav {
    position: absolute;
    right: 17px;
    top: 10px;
}
.wishlist-sec {
    padding-top: 59px;
}

.carousel-control-next, .carousel-control-prev {
    top: 25px !important;
}






/*new modal css*/


.page-header-bg h5 {
    text-align: center;
    color: #fff;
    margin-bottom: 0px;
}

.page-header-bg {
    margin-bottom: 14px;
}

.page-header-bg  .search-input{ width: 100%; height: 45px; border: 1px solid #bdbcbc; margin-top:10px; }
.page-header-bg .search-btn{ width:100%; background:#DEAE41; height: 45px;  color: #FFF; margin-top:10px;}
.input-icon {
    position: absolute;
    right: 15px;
    top: 3px;
    width: 37px;
    height: 33px;
    background-color: transparent;
    border-left: 1px solid #d4d4d4;
    color: #4ed561;
    font-size: 15px;
    line-height: 31px;
    text-shadow: none;
    text-align: center;
}

.page-header-bg {
    padding: 39px 0 0 0;
    background: #FFF;
}
button.btn.btn-enquire {
    color: #000 !important;
    border: none;
    font-size: 13px;
    letter-spacing: 1.1px;
    font-weight: normal;
    text-transform: uppercase;
    background: transparent;
margin-top: -4px;
    padding-left: 0px;
    padding-top: 18px;
    padding-bottom: 0px;
}

button.btn.btn-enquire:focus {
    box-shadow: none !important;
}

.modal-dialog.enquiry-model {
    padding-top:100px;
}

button.btn.btn-enquiry-submit-1 {
    background: #161616;
    width: 100%;
    color: #fff;
    font-family: system-ui;
    text-transform: uppercase;
    letter-spacing: 0.9px;
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
        margin-bottom: 6px;
}



.modal-content.enquiry-model-content h4 {
    color:#000000;
    font-family: system-ui;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.9px;
}


.enq-title h5 {
color: #6e6e6e;
    font-family: system-ui !important;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 16px;
}

.enq-title {
    padding-bottom: 17px;
    padding-top: 5px;
}

button.btn.btn-m-enquire {
    background: #fff;
    color: #111;
    box-shadow: none;
    border-radius: 0;
    font-size: 11px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
    font-family: 'Calibre';
    height: 50px;
    font-weight: 400;
    transition-duration: .3s;
    cursor: pointer;
    border: solid 1px #000;
    padding: 0px 85px;
}

body:not(.modal-open){
  padding-right: 0px !important;
}

.modal-body .form-control {
    text-transform: inherit !important;
}

.error-style {
    text-align: center;
    padding: 64px 0 10px;
}
.error-style h1 {
    color:#DEAE41;
    font-size: 74px;
}

.error-style h2 {
    font-size: 20px;
    padding-top: 12px;
    padding-bottom: 7px;
}
a.btn.btn-back {
    border: 2px solid #DEAE41;
    color: #DEAE41;
    font-size: 13px;
    font-weight: 500;
    border-radius: 21px;
}
.home-button i {
    margin-left: 3px;
}

.home-button {
    margin-top: 26px;
}

.product.attribute.description div {
    font-weight: 400;
    font-size: 13px !important;
    letter-spacing: 1.2px;
    line-height: 24px;
    font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    text-align: justify;
    color:#000 !important;
}


.product.attribute.description ul span {
    font-size: 13px !important;
    color: #000 !important;
}

.product.attribute.description li {
    font-weight: 400;
    font-size: 13px !important;
    letter-spacing: 1.2px;
    line-height: 24px;
    font-family: "Muli", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    text-align: justify;
    color: #000 !important;
}



@media screen and ( min-width:360px) and (max-width: 640px) {
	
.col-md-mmw1 {
    padding-right:15px !important;
}
.col-md-mmw2 {
    padding-left:15px !important;
}	
.our-story .box-story {
    padding: 35px 0 0 0;
}

.our-story .box-story {
    padding: 35px 0 0 0 !important;
}
.our-story .box-story3 {
    padding:25px 0 0 18px !important;
    height:429px !important;
	background:#FFF !important;
}	

.logo-section {
    text-align: center;
}

.our_exclusive-beauty-locality-scheme-midd h3 {
    font-size: 61px;
    color: #FFF;
    text-align: center;
    font-family: 'Dancing Script', cursive;
}

.our_exclusive-beauty-locality-scheme h2 {
    font-size: 44px;
    line-height: 32px;
    line-height: 64px;
}

.collection h3::after {
    content: "";
    width: 30px;
    height: 1px;
    display: inline-block;
    background: #b0b0b0;
    margin: 4px 10px;
}

.collection h3::before {
    content: "";
    width: 30px;
    height: 1px;
    display: inline-block;
    background: #b0b0b0;
    margin: 4px 10px;
}

.collection h3 {
    font-size: 25px;
}

.welcome-aromazia .content-box {
    padding: 0;
    margin:52px 15px 0 16px;
	text-align:justify;
}
.welcome-aromazia p {
    font-size: 18px;
    text-align: justify;
}
.welcome-aromazia h3 {
    font-size: 22px;
    color: #000;
    font-family: 'Arvo', serif;
}	

.welcome-aromazia { height: auto; }

.testimonial {
    margin: 0;
    padding: 22px 0 59px 0;
    background: #FFF;
}

.add-btn {
    border: 1px solid #DEAE41;
    text-align: center;
    height: 45px;
    border-radius: 4px;
    font-size: 16px;
    width: 107px;
    line-height: 43px;
    background: #DEAE41;
    color: #000 !important;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 0;
    margin: -192px auto;
    display: block;
    position: relative;
    z-index: 999999999;
    font-weight: 600;
}

.bg-midd {
    margin-top: 0;
}

.join-now h2 {
    margin-top: 6px;
    text-align: center;
}

.product-detial-1 a {
    font-size:10px !important;
    width: 58%;
}

}

.carousel-caption {
    position: relative;
    right: 17%;
    top: -167px;
    left: 52px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    z-index: 1111;
}

.btn-shopnow1 {
    background: #DEAE41;
    border: 1px solid #DEAE41;
    color: #FFF;
    padding: 10px 21px;
    /*--box-shadow: 0 0 4px #000;---*/
}
.btn-shopnow1:hover {
    background: #FFF;
    border: 1px solid #DEAE41 !important;
    color: #000 !important;
    padding: 10px 21px;
    box-shadow: 0 0 4px #000;
}

/*---------- our story -----------*/

.our-story { padding:0; margin:50px 0 0 0; }
    padding: 0 19px;
}
.our-story .box-im{ padding:0; margin:0;}
.our-story .box-im img{ width: 100%;}
.our-story .box-story {
    padding: 295px 0 0 0;
}
.our-story .box-story3 {
    padding: 265px 0 0 50px;
    background: #eeefe9;
    height: 776px;
}
.col-md-mmw1{ padding-right:0;}
.col-md-mmw2{ padding-left:0;}

.mm01{ margin-top: 40px;}


@media only screen and (min-width: 1030px) and (max-width: 1366px)  
{ 

.our-story .box-story3 {
    padding: 155px 0 0 50px;
    background: #eeefe9;
    height:547px;
}

.our-story .box-story {
    padding: 155px 0 0 0;
}
.our-story .box-story3 {
    padding: 155px 0 0 50px;
    background: #eeefe9;
    height:547px;
}

}  

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom:0 !important;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}


