/**
*	Theme Name: salonferreira
**/


/* font-family: "Varela Round", sans-serif; */

body{
/*    font-family: "Varela Round", sans-serif !important;*/
    font-family: "Jost", sans-serif !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6{
/*    font-family: "Raleway", sans-serif !important;*/
    font-family: "Jost", sans-serif !important;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.alignself{
    align-self: center;
}
.m-0{
    margin: 0;
}
.ft-desc a {
    color: #fff;
    transition: all 0.4s ease;
}
.ft-desc a:hover{
	color: #fff;
}

.item:focus,
.item:hover{
    outline: none !important;
}
.gform_body ul li.gfield.gfield_error input,
.gform_body ul li.gfield.gfield_error textarea{
	border: 1px solid #ff0000 !important;
}
.gform_wrapper .gfield_error .gfield_label {
    color: #b69c9c!important;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 8px!important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: inherit!important;
}
.gform_wrapper li.gfield.gfield_error {
    background-color: transparent !important;
    margin-bottom: 6px!important;
    border: 0px !important;
	padding-bottom: 0 !important;
}
ul#menu{
    display: none;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: rgba(0,0,0,0.4);
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #3f4551;
  border-radius: 10px;
}

a,
a:hover {
    text-decoration: none !important;
}
p {
    margin: 0 0 20px;
}
img {
    height: auto;
    max-width: 100%
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}
input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}
.searchform {
	position: relative
}
.searchform input {
	border-radius: 30px;
	border: 1px solid #ccc;
	padding: 14px 20px;
	width: 100%;
}
.searchform button {
	border: 0px;
	background-color: transparent;
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 10px;
}
.not-found {
	margin: 100px 0;
}
.not-found p {
	margin-bottom: 30px;
}

/* Navbar */
.nav-bar {
    text-align: right;
}
.main-navigation {
	clear: both;
	position: relative;
}
ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}
.nav-menu li {
	display: inline-block;
    margin: 0 50px 0 0;
	position: relative;
}
.nav-menu li:last-child{
    margin: 0;
}
.nav-menu li a {
    color: #333333; 
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    transition: all 0.4s ease;
    text-transform: uppercase;
/*     letter-spacing: 1px; */
}
.nav-menu li.menu-btn a {
    color: #B4674C;
    font-weight: bold;
    display: inline-block;
    background-color: transparent;
    padding: 15px 35px;
    transition: all 0.4s ease;
/*     letter-spacing: 2px; */
    border-radius: 3px;
    border: 1px solid #B4674C;
}
.nav-menu li.menu-btn a:hover {
    color: #ffffff;
    background-color: #4C1C0A;
    border-color: #4C1C0A;
}
.nav-menu li.menu-item-has-children {
    position: relative;
    padding-right: 10px;
}
.nav-menu li.menu-item-has-children li.menu-item-has-children{
    padding-right: 0;
}
.nav-menu li.menu-item-has-children::after {
    color: #fff;
    display: block;
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    font-size: 14px;
    right: -7px;
    top: -1px;
}
.nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after{
    color: #ffffff;
    display: block;
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    font-size: 12px;
    right: 10px;
    top: 13px;
}
.nav-menu .sub-menu,
.nav-menu .children {
	background-color: rgba(0, 0, 0, 0.8);
	border: 0px;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
    transform: translateX(20px);
}
ul.sub-menu li {
    margin: 0px
}
ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
    width: 255px;
    font-size: 14px;
    line-height: unset;
}
ul.sub-menu li a:hover {
    background: #000;
}
.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}
ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #ffffff;
	margin: 0;
}
ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
   background-color: #B4674C;
}
ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
    transform: translateY(0);
    transition: all 0.4s ease;
}
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a,
.nav-menu li a:hover{
	color: #B4674C;
}
.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
	display: none;
}

/*  Alignment  */
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}
.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;
    margin-left: auto;
    margin-right: auto;
}
.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 img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    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;
}
.nopd {
    padding: 0 !Important
}
.fw-container-fluid.nopd .fw-row {
    margin: 0;
}
.cover {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.content-header.cover {
    padding: 200px 0 100px;
    position: relative;
    background-attachment: fixed !important;
    background-position: bottom !important;
}
.content-header.cover::after{
    content: '';
    display: inline-block;
    background-image: url(images/hbanner-after-bc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
}
.content-header.cover::before{
    content: '';
    display: inline-block;
    background-image: url(images/hbanner-before-bc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.6;
}
.conthead-content{
    position: relative;
    z-index: 1;
}
.conthead-content h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 15px 0;
    text-transform: uppercase;
/*     letter-spacing: 5px; */
}
ul#breadcrumbs{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
ul#breadcrumbs li{
    display: inline-block;
    margin-right: 13px;
}
ul#breadcrumbs li:last-child{
    margin-right: 0;
}
ul#breadcrumbs li, ul#breadcrumbs li a, ul#breadcrumbs li strong {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.8;
}
.all-pages-content {
    padding: 60px 0 45px;
}
.all-pages-content h1,
.all-pages-content h2,
.all-pages-content h3,
.all-pages-content h4,
.all-pages-content h5,
.all-pages-content h6{
    color: #1a1a1a;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 15px;
}
.all-pages-content p {
    color: #958787;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    margin: 0 0 15px 0;
}
.all-pages-content p a{
    color: #958787;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.all-pages-content p a:hover{
    color: #3696db;
}
.all-pages-content ul{
    list-style: none;
    padding: 0;
    margin: 15px 0;
}
.all-pages-content ul li {
    color: #958787;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 5px 0;
    position: relative;
    padding-left: 25px;
}
.all-pages-content ul li::after {
    color: #3696db;
    display: block;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    font-size: 15px;
    left: 0;
    top: 0;
}
.all-pages-content ul li:last-child{
    margin-bottom: 0;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}
.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}
.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}
.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}

/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url('../img/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-align: center;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	background-color: #ffffff;
	border-right: 1px solid #bbb;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}
/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

/*Woo*/
.woocommerce .woocommerce-breadcrumb{
    display: none !important;
}
.woocommerce .products ul, .woocommerce ul.products{
    margin: 30px -9px 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.woocommerce ul.products li.product::after,
.woocommerce-page ul.products li.product::after{
    display: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
    width: 33.33%;
    margin: 0 0 20px 0;
    padding: 0 9px;
	float: left !important;
	clear: none !important;
	min-height: 380px;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img{
    background-color: #ffffff;
    padding: 30px;
    border-bottom: 1px solid #f3f3f3;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
    color: #1a1a1a;
    font-size: 17px;
    
    font-weight: 400;
    padding: 10px;
/*     letter-spacing: 2px; */
}
.woocommerce ul.products li.product a{
    border: 1px solid #efefef;
    display: inline-block;
}
.woocommerce ul.products li.product .button{
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    background-color: #3696db;
    transition: all 0.4s ease;
    padding: 14px 40px;
    border-radius: 0;
    border: none;
    width: 100%;
    margin: 10px 0 0 0;
}
.woocommerce ul.products li.product .button:hover{
    background-color: #18100f;
    color: #ffffff;
}
.woocommerce ul.products li.product .price{
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.woocommerce ul.products li.product .price ins{
    font-weight: 500;
}
.woocommerce ul.products li.product a.added_to_cart{
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    background-color: #18100f;
    transition: all 0.4s ease;
    padding: 14px 40px;
    border-radius: 0;
    border: none;
    width: 100%;
    margin: 5px 0 0 0;
}
.woocommerce ul.products li.product a.added_to_cart:hover{
    background-color: #3696db;
    color: #ffffff;
}
.woocommerce .woocommerce-ordering {
    margin: 0 18px 0 0;
}
.woocommerce .woocommerce-ordering select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f9f9f9;
    border: none;
    padding: 20px 30px;
    background-image: url(images/select-down-icon.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 93% 25px;
}
p.woocommerce-result-count {
    color: #18100f;
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 0 0 !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    width: 50%;
    border: 1px solid #f9f9f9;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
    width: 50%;
    padding-left: 40px;
}
.woocommerce div.product div.images img{
    padding: 60px;
}
.related.products {
    display: table;
    width: 100%;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 40px;
    background-color: #3696db;
    transition: all 0.4s ease;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
    background-color: #18100f;
    color: #ffffff;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0 10px 0 0;
}
.woocommerce .quantity .qty {
    width: auto;
    text-align: center;
    height: 46px;
}
.product_meta span.posted_in{
    color: #212529;
    font-size: 15px;
}
.product_meta span.posted_in a{
    color: #212529;
    font-size: 14px;
    transition: all 0.4s ease;
    text-decoration: underline !important;
}
.product_meta span.posted_in a:hover{
    color: #3696db;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #3696db;
    font-size: 25px;
    font-weight: 600;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text{
    width: 200px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    background-color: #3696db;
    color: #ffffff;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
    background-color: #18100f;
    color: #ffffff;
}
.woocommerce table.shop_table tr td a{
    color: #18100f;
}
.woocommerce table.shop_table tr td a:hover{
    color: #3696db;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.woocommerce-additional-fields{
    display: none;
}
.woocommerce-page ul li::after{
    display: none;
}
.woocommerce-page ul li{
    padding-left: 0;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li{
    padding: 14px 55px;
}
.woocommerce-info::before{
    color: #3696db;
}
.woocommerce-info {
    border-top-color: #3696db;
}
.woocommerce-info a{
    color: #18100f;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.woocommerce-info a:hover{
    color: #3696db;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label{
    width: 100%;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last,
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first{
    float: none;
    width: 100%;
}
.woocommerce form .form-row{
    display: block;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row textarea::placeholder{
    color: #18100f;
    font-size: 16px;
    font-weight: 400;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea{
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    padding: 0 20px;
}
.woocommerce form .form-row input.input-text{
    height: 55px;
}
.select2-container--default .select2-selection--single {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
    border-radius: 4px;
    height: 55px;
    padding: 0 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #18100f;
    font-size: 16px;
    font-weight: 400;
    line-height: 55px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 14px;
    right: 20px;
}
.select2-dropdown{
    border: 1px solid #ebebeb;
}
.select2-results__option{
    padding: 6px 20px !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ebebeb;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    padding: 1em 2em 1em 3.5em !important;
    margin: 0 0 2em !important;
}
.woocommerce ul.products li.product .onsale{
    display: none;
}
.woopages-sec {
    padding: 60px 0;
    background-color: #fbfbfb;
}
.woopages-sec h1,
.woopages-sec h2,
.woopages-sec h3,
.woopages-sec h4,
.woopages-sec h5,
.woopages-sec h6{
    color: #1a1a1a;
    font-size: 30px;
    
    text-transform: uppercase;
/*     letter-spacing: 5px; */
}
.shopmain-sidebar ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.shopside-menucat li{
    position: relative;
    margin-bottom: 5px;
}
.cat_sub-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 25px;
    text-align: center;
    cursor: pointer;
}
.cat_sub-menu i.fa.fa-caret-up{
    display: none;
}
.shop-prodsidebar {
    margin-bottom: 40px;
}
.shopside-menucat li.firstli {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}
.shopside-menucat li.firstli::after{
    color: #18100f;
    display: block;
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    font-size: 17px;
    left: 0;
    top: 0;
}
.shopside-menucat li a{
    color: #18100f;
    font-size: 17px;
    font-weight: 400;
    transition: all 0.4s ease;
}
.widget.widget_block {
    padding: 30px;
    background-color: #f9f9f9;
    margin-bottom: 30px;
}
.widget.widget_block h1,
.widget.widget_block h2,
.widget.widget_block h3,
.widget.widget_block h4,
.widget.widget_block h5,
.widget.widget_block h6{
    color: #3696db;
    font-size: 25px;
    
    font-weight: 600;
    margin: 0 0 5px 0;
    text-transform: uppercase;
/*     letter-spacing: 5px; */
}
button.wp-block-search__button.wp-element-button {
    position: relative;
    margin: 0;
    font-size: 0;
    width: 50px;
    text-align: center;
    background-color: #3696db;
    border: none;
}
button.wp-block-search__button.wp-element-button::after {
    color: #ffffff;
    display: block;
    content: '\f002';
    font-family: FontAwesome;
    position: absolute;
    font-size: 18px;
    left: 16px;
    top: 8px;
}
aside#block-4 {
    padding-bottom: 0;
    margin: 0;
}
aside#block-2 {
    padding-top: 20px;
    padding-bottom: 40px;
}
aside#block-4 h1,
aside#block-4 h2,
aside#block-4 h3,
aside#block-4 h4,
aside#block-4 h5,
aside#block-4 h6{
    margin: 0;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
.single-product .shop-prodsidebar{
    padding-top: 50px;
}
.woocommerce div.product form.cart .button{
    float: none;
    width: 100%;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0 !important;
    float: none;
    width: 100%;
}
.woocommerce .quantity .qty{
    width: 100%;
    margin-bottom: 6px;
}
h2.gift-this-product-title {
    font-size: 18px;
    margin: 0 !important;
}
.gift-this-product-main-container {
    padding: 30px 20px 15px !important;
    margin-top: 20px;
}
p.gift-this-product-title-message {
    font-size: 14px;
    margin-top: 10px;
}
a#give-as-present {
    padding: 0;
    font-size: 14px;
    color: #000;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
a#give-as-present:hover{
    color: #3696db;
}
div#sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
/*Woo*/

/*Header*/
.site-header .container {
    max-width: 81%;
}
.header-content{
    padding: 15px 0;
}
a.logo-text {
    color: #333333;
    font-size: 27px;
    line-height: 1;
/*     letter-spacing: 1px; */
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.4s ease;
    
}
a.logo-text strong{
    color: #3696db;
}
a.logo-text:hover{
    color: #1a1a1a;
}
a.logo-text .icon {
    width: 105px;
}
/*Header*/

/*Home*/
.hslider-bg.cover {
    padding: 306px 0 238px;
    position: relative;
    background-position: top center !important;
}
.hslider-bg.cover::after{
    content: '';
    display: inline-block;
    background-color: #4C1C0A;
/*    background-image: url(images/hbanner-after-bc.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.2;
}
.hslider-bg.cover::before{
    content: '';
    display: inline-block;
    background-image: url(images/hbanner-before-bc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.3;
}
.hparallax .hslider-bg.cover::before{
    display: none;
}
.hparallax .hslider-bg.cover::before{
    opacity: 1;
}
.hslide-content {
    position: relative; 
    z-index: 2;
    width: 61%;
    margin: 0 auto;
/*    text-align: center;*/
    background-color: rgba(255, 255, 255, 0.6);
    padding: 50px;
}
.hparallax .hslide-content {
    background-color: rgba(255, 255, 255, 0.6);
}
.hslide-content img {
    width: 60%;
}
.hslide-content p strong {
    color: #3696db;
    font-size: 17px;
    font-family: "Jost", sans-serif !important;
    font-weight: 400;
    text-transform: uppercase;
/*     letter-spacing: 10px; */
}
.hslide-content h1,
.hslide-content h2,
.hslide-content h3,
.hslide-content h4,
.hslide-content h5,
.hslide-content h6{
    color: #1a1a1a;
    font-size: 48px;
    font-weight: 400;
    margin: 0 0 20px 0;
    text-transform: uppercase;
/*     letter-spacing: 0px; */
}
.hslide-content h4,
.hslide-content h5,
.hslide-content h6{
    font-size: 30px;
}
.hslide-content h1 strong,
.hslide-content h2 strong,
.hslide-content h3 strong,
.hslide-content h4 strong,
.hslide-content h5 strong,
.hslide-content h6 strong{
    color: #B4674C;
    font-weight: 600;
}
.hslide-content p {
    color: #333333;
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    margin: 0 auto 15px;
}
.hslide-content a.all-buttons {
    margin-top: 25px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.8);
    width: 279px;
    font-size: 14px;
    padding: 0;
    height: 50px;
    line-height: 50px;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
} 
.hslide-content a:nth-child(2) {
    margin-left: 13px;
}
.nav-menu li.menu-btn a:hover {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
}
a.all-buttons,
.hcollections-ctbox a{
    color: #ffffff;
    font-size: 14px;
    font-family: "Varela Round", sans-serif;
    font-weight: bold;
    display: inline-block;
    background-color: #B4674C;
    padding: 11px 35px;
    transition: all 0.4s ease;
/*     letter-spacing: 2px; */
    border-radius: 3px;
    text-transform: uppercase;
}
a.all-buttons:hover,
.hcollections-ctbox a:hover{
    color: #ffffff;
    background-color: #333333; 
}
.hcollections-ctbox a{
    margin-top: 20px;
}
#home_slider{
    margin: 0;
}
#home_slider ul.slick-dots{
    bottom: 24%;
    display: none;
}
ul.slick-dots{
    bottom: 25px;
}
ul.slick-dots li{
    width: auto;
    height: auto;
}
ul.slick-dots li button {
    width: 15px;
    height: 15px;
    border: 2px solid #ffffff;
    border-radius: 0;
    opacity: 0.7;
    border-radius: 100%;
}
ul.slick-dots li button::before{
    display: none;
}
ul.slick-dots li.slick-active button{
    background-color: #3696db;
    border-color: #3696db;
    opacity: 1;
}
.hproducts-sec{
    background-color: #fbfbfb;
    padding: 70px 0;
}
.main-content {
    width: 73%;
    margin: 0 auto 40px;
    text-align: center;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6{
    color: #333333; 
    font-size: 38px;
    font-weight: 500;
    margin: 0 0 15px 0;
    text-transform: capitalize;
}
.main-content h1 strong,
.main-content h2 strong,
.main-content h3 strong,
.main-content h4 strong,
.main-content h5 strong,
.main-content h6 strong{
    color: #B4674C; 
    font-weight: 600;
}
.main-content.sm h1,
.main-content.sm h2,
.main-content.sm h3,
.main-content.sm h4,
.main-content.sm h5,
.main-content.sm h6{
    font-size: 34px;
}
.main-content p strong {
    color: #B4674C;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
/*     letter-spacing: 3px; */
}
.main-content p {
    color: #959595;
    font-size: 18px;
    
    font-weight: 300;
    line-height: 30px;
}
#hproducts_slide{
    margin-left: -15px;
    padding-right: -15px;
}
#hproducts_slide .item{
    padding: 0 15px;
}
.slick-slider .slick-prev:before{
    content: url(images/left-arrow.png) !important;
    font-size: 0;
    position: relative;
}
.slick-slider .slick-next:before{
    content: url(images/right-arrow.png) !important;
    font-size: 0;
    position: relative;
}
.slick-slider .slick-prev{
    left: 0;
}
.slick-slider .slick-next{
    right: 0;
}
.slick-slider .slick-prev,
.slick-slider .slick-next,
.slick-slider .slick-next:before,
.slick-slider .slick-prev:before{
    display: inline-block;
    width: 21px;
    height: 50px;
    z-index: 1;
}
#hproducts_slide .slick-prev,
#makehappy_slide .slick-prev{
    left: -40px;
}
#hproducts_slide .slick-next,
#makehappy_slide .slick-next{
    right: -40px;
}
#home_slider .slick-next{
    right: 40px;
}
#home_slider .slick-prev{
    left: 40px;
}
.hproducts-box {
    background-color: #ffffff;
    border-radius: 5px;
}
.homeprod-thumb {
    border-bottom: 1px solid #f3f3f3;
}
.homeprod-thumb img {
    height: 300px;
    object-fit: contain;
}
.hproducts-innerb {
    padding: 30px 30px 40px;
    text-align: center;
}
.hproducts-innerb h3 {
    color: #1a1a1a;
    font-size: 22px;
    line-height: 30px;
    
    font-weight: 400;
    text-transform: uppercase;
/*     letter-spacing: 5px; */
    margin: 0 auto 15px;
    width: 70%;
}
.hproducts-innerb p {
    color: #1a1a1a;
    font-size: 15px;
    
    font-weight: 300;
    opacity: 0.5;
    width: 67%;
    margin: 0 auto 40px;
}
.hproducts-innerb span{
    color: #1a1a1a;
    font-size: 20px;
    
    font-weight: 400;
}
.hproducts-innerb span ins{
    text-decoration: none;
}
.hproducts-innerb del{
    opacity: 0.3;
    margin-right: 8px;
}
.hskincare-sec {
    overflow: hidden;
    padding: 50px 0 0;
}
.parent-pageid-577 .hskincare-sec.defthreesetps-sec{
    padding-top: 0;
    margin-bottom: 65px;
}
.hskincare-box.cover {
    padding: 35px 50px;
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    border-right: 1px solid #ffffff;
}
.hskincare-sec .col-4:nth-child(3) .hskincare-box.cover{
    border: none;
}
.hskincare-box.cover::after {
    content: '';
    display: inline-block;
    background-image: url(images/hbanner-after-bc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    filter: brightness(0) saturate(100%) invert(74%) sepia(88%) saturate(4356%) hue-rotate(180deg) brightness(92%) contrast(86%);
    opacity: 0.5;
}
.hskincare-box.cover::before {
    content: '';
    display: inline-block;
    background-image: url(images/hbanner-before-bc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
}
.hskincare-innerct a.all-buttons {
    font-size: 12px;
    padding: 11px 30px;
    margin-top: 30px;
    background-color: rgba(255,255,255,0.2);
    border: 1px solid #ffffff;
    color: #ffffff;
    color: #fff;
}
.hskincare-innerct a.all-buttons:hover{
    color: #ffffff;
    background-color: #3696db;
	border-color: #3696db;
}
.hskincare-innerct {
    position: relative;
    z-index: 2;
    text-align: left;
}
.hskincare-box p strong {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.hskincare-box ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.hskincare-box p,
.hskincare-box ul li{
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 400;
}
.hskincare-box ul li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 7px;
}
.hskincare-box ul li::after {
    display: block;
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    font-size: 13px;
    left: 0;
    top: 2px;
    color: #3696db;
}
.hskincare-box h1,
.hskincare-box h2,
.hskincare-box h3,
.hskincare-box h4,
.hskincare-box h5,
.hskincare-box h6{
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 20px 0;
/*     letter-spacing: 1px; */
    text-transform: capitalize;
}
.hskincare-box h1 strong,
.hskincare-box h2 strong,
.hskincare-box h3 strong,
.hskincare-box h4 strong,
.hskincare-box h5 strong,
.hskincare-box h6 strong{
    color: #ffffff;
    font-weight: bold;
}
.defservice {
    padding: 52px 0 40px;
    background-image: linear-gradient(to top, #fdfdfd, #f3f3f3, #fdfdfd);
    border: 1px solid rgba(0, 0, 0, 0.02);
}
.hshipping-sec{
    padding: 50px 0 70px;
}
/* .hshipping-ct .row{
    margin-left: -8px;
    margin-right: -8px;
    justify-content: center;
} */
.hshipping-ct .row {
    justify-content: center;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}
.hshipping-ct .col-4,
.hshipping-ct .col-sm-12{
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}
.hshipping-box {
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 5px;
    text-align: center;
/*    box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);*/
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.04);
    height: 100%;
}
.hshipping-box:hover{
    background-color: #B4674C;
    transform: scale(1.1);
    transition: all 0.4s ease;
    position: relative;
    z-index: 2;
}
.hshipping-box:hover *{
    color: #ffffff;
}
.hshipping-icons {
    background-color: #B4674C;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 100%;
    line-height: 80px;
    display: inline-block;
}
.hshipping-box img {
    filter: brightness(0) saturate(100%) invert(96%) sepia(96%) saturate(0%) hue-rotate(51deg) brightness(104%) contrast(106%);
    width: 40px;
}
.hshipping-box:hover img{
    filter: brightness(0) saturate(100%) invert(96%) sepia(96%) saturate(0%) hue-rotate(51deg) brightness(104%) contrast(106%);
}
.hshipping-box strong{
    color: #333333; 
    font-size: 18px;
/*     letter-spacing: 1px; */
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    margin: 20px 0 0;
}
.contactpg-content .hshipping-box strong {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.hshipping-box p,
.hshipping-box a{
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 300;
    opacity: 0.8;
    margin: 0;
    transition: all 0.4s ease;
}
.hshipping-box p a:hover{
    color: #3696db;
    opacity: 1;
}
.hshipping-box:hover p a:hover{
    color: #3696db;
    opacity: 1;
}
.contactpg-content .hshipping-ct {
    margin-bottom: 40px;
}
.contactpg-content .col-sm-12:nth-child(2){
    align-self: flex-end;
}
.hcollections-sec{
    padding: 70px 0;
}
.hcollections-content {
    max-width: 88%;
    margin: 0 auto;
}
.hcollections-content.mobilevs{
    display: none;
}
.hcollections-sec.haboutt-sec {
    padding: 60px 0;
}
.hcollections-content .col-6{
    margin-bottom: 0px;
}
.hcollections-content .row{
/*    background-image: linear-gradient(to left, #fdfdfd, #f3f3f3, #fdfdfd);*/
    background-color: #FAF5F3;
}
.hcollections-content .row.right{
    background-image: linear-gradient(to right, #fdfdfd, #f3f3f3, #fdfdfd);
}
.hcollections-ctbox {
    padding: 40px 35px 20px;
    height: 100%;
}
.hcollections-ctbox p strong {
    color: #3696db;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
/*     letter-spacing: 1px; */
}
.hcollections-ctbox h1, .hcollections-ctbox h2, .hcollections-ctbox h3, .hcollections-ctbox h4, .hcollections-ctbox h5, .hcollections-ctbox h6 {
    color: #333333;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 20px 0;
/*     letter-spacing: 1px; */
}
.hcollections-ctbox h1 strong, .hcollections-ctbox h2 strong, .hcollections-ctbox h3 strong, .hcollections-ctbox h4 strong, .hcollections-ctbox h5 strong, .hcollections-ctbox h6 strong {
    color: #B4674C;
    font-weight: bold;
}
.hcollections-ctbox p {
    color: #755C53;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400 !important;
/*     letter-spacing: 0; */
    font-family: "Jost", sans-serif !important;
}
.hcollections-ctbox a.all-buttons {
    margin-top: 20px;
}
.hcollections-img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.hgermap-sec .hcollections-img img {
    height: auto;
}
/*Justice*/
.hparallax-sec.cover {
    padding: 96px 0 60px;
    position: relative;
    height: 433px;
    background-attachment: fixed !important;
}
.page-template-default .hspecializes-sec{
    margin-bottom: 60px;
}
.hparallax-sec.cover::after {
    content: '';
    display: inline-block;
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0.6;
}
.hcollections-content.paralx {
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}
.hcollections-content.paralx p {
    width: 76%;
    margin: 0 auto;
    margin-top: 27px;
    font-weight: 400;
}
.hcollections-content.paralx h3 {
    font-size: 39px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
/*     letter-spacing: 1px; */
}
.hcollections-content.paralx h3 strong {
    color: #B4674C;
    font-weight: bold;
} 
.hjustic-content {
	width: 100%;
    text-align: center;
    position: relative;
    z-index: 1;
}
/*Justice*/
.hblog-sec{
    padding: 70px 0 45px;
}
 .hblog-content .row{
    justify-content: center;
} 
.hblog-box {
    background: #ffffff;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}
.hblog-boxinner {
    padding: 35px 30px 0;
}
.hblog-date {
    background-color: #3696db;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    width: 70px;
    height: 70px;
    text-align: center;
    padding-top: 24px;
    border-radius: 5px;
    margin-left: 30px;
    margin-top: -35px;
}
.hblog-date p {
    display: block;
    line-height: 3px;
}
.hblog-boxinner {
    padding-bottom: 30px;
}
.hblog-boxinner h3 {
    color: #1a1a1a;
    font-size: 17px;
    
    font-weight: 300;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    line-height: 10px;
}
.hblog-boxinner p{
    color: #8b8a8a;
    font-size: 15px;
    line-height: 25px;
    
    font-weight: 300;
}
.readbtn {
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.readbtn a.all-buttons {
    font-size: 13px;
    padding: 11px 30px;
/*     letter-spacing: 1px; */
}
.readbtn a.all-buttons:hover{
    color: #ffffff;
    background-color: #3696db;
}
.hmap-sec {
    padding: 70px 0;
    overflow: hidden;
}
.hmap-rightct{
    padding-left: 40px;
}
.hmap-rightct .main-content {
    text-align: left;
    margin: 0;
    width: 90%;
}
.hmap-list{
    margin-top: 30px;
}
.hmap-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.hmap-list ul li{
    margin-bottom: 10px;
    position: relative;
}
.hmap-list ul li a {
    color: #1a1a1a;
    font-size: 28px;
    font-weight: 500;
    transition: all 0.4s ease;
    display: inline-block;
}
.hmap-list ul li a:hover{
    color: #3696db;
}
.hmap-list ul li:nth-child(2){
    left: 20px;
}
.hmap-list ul li:nth-child(3){
    left: 40px;
}
.hmap-list ul li:nth-child(4){
    left: 60px;
}
.hmap-list ul li:nth-child(5){
    left: 80px;
}
.hmap-list ul li:nth-child(6){
    left: 100px;
}
.hmap-list ul li:nth-child(7){
    left: 130px;
}
.hmap-list ul li:nth-child(8){
    left: 150px;
}
.hmap-list ul li:nth-child(9){
    left: 170px;
}

/*Home*/

/*FAQ*/
.faqlist-sec {
    padding: 50px 0 70px;
    background-color: #fbfbfb;
}
.faqs_list .card {
    border: none;
    border-bottom: 1px solid #f1f1f1;
    padding: 0 33px;
    background-color: transparent;
}
.faqs_list .card-body {
    padding: 0 0 15px;
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.faqs_list a.card-link {
    color: #000000;
    font-size: 21px;
    font-weight: bold;
    
    padding: 15px 0;
}
.faqs_list .card-body p {
    color: #959595;
    font-size: 18px;
    
    font-weight: 300;
    line-height: 30px;
    margin: 0 0 15px 0;
}
.faqs_list .card.active a.card-link{
  color: #3696db;
}
.faqs_list .card a.card-link::after {
    color: #000;
    display: block;
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    font-size: 21px;
    left: 0;
    top: 14px;
}
.faqs_list .card.active a.card-link::after{
    color: #3696db;
    content: "\f106";
}

/*FAQ*/

/*About*/
.aboutpg-sec {
    background-color: #fbfbfb;
    padding: 70px 0 20px;
}

/*About*/
.about {
    padding: 90px 0px;
}
.about-txt p {
    text-align: justify;
    
    font-weight: 400;
}
/*Footer*/
.site-footer {
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0 0;
/*    background-image: url(images/salon-mainbg.jpg);*/
    background-color: #B4674C;
    position: relative;
    background-attachment: fixed !important;
    background-size: cover;
    width: 100%;
}
/*
.site-footer::after {
    content: '';
    display: inline-block;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
}
*/
.main-fcontent{
    position: relative;
    z-index: 1;
}
.footer-menu {
    margin-bottom: 40px;
}
.footer-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.footer-menu ul li {
    display: inline-block;
    margin: 0 40px 0 0;
    position: relative;
    padding-right: 45px;
}
.footer-menu ul li:last-child{
    margin-right: 0;
    padding: 0;
}
.footer-menu ul li:last-child::after{
    display: none;
}
.footer-menu ul li::after {
    content: '';
    display: inline-block;
    background-color: #ffffff;
    width: 8px;
    height: 1px;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 0;
}
.footer-menu ul li a {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    transition: all 0.4s ease;
    text-transform: uppercase;
/*     letter-spacing: 2px; */
}
.footer-menu ul li a:hover{
    color: #fff;
}
.ft-contactdt ul, .ft-desc ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ft-contactdt ul li{ 
    position: relative;
    padding-left: 27px;
    margin-bottom: 13px;
}
.ft-desc ul li {
    margin-bottom: 13px;
    color: #fff;
} 
.ft-contactdt ul li::after {
    color: #fff;
    font-size: 14px;
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 0;
}
.ft-contactdt ul li.phone::after{
    content: '\f095';
}
.ft-contactdt ul li.email::after{
    content: '\f0e0';
}
.ft-contactdt ul li.address::after{
    content: '\f041';
}
.ft-contactdt ul li a, .ft-contactdt ul li span {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.4s ease;
}
.ft-contactdt ul li a:hover{
    color: #fff;
}
.ft-logo {
    text-align: center;
/*     width: 400px; */
    margin: 0 auto 40px;
}
.ft-logo a.logo-text,
.ft-logo a.logo-text:hover{
    color: #ffffff;
}
.ft-contactdt.menu {
    padding-left: 70px;
}
.ft-contactdt.menu ul li {
    padding-left: 0;
}
/*
.ft-logo a.logo-text img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(253deg) brightness(103%) contrast(103%);
}
*/
.ft-socialink{
    margin-top: 20px;
}
.ft-socialink ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.ft-socialink ul li{
    display: inline-block;
    margin-right: 5px;
}
.ft-socialink ul li:last-child{
    margin-right: 0;
}
.ft-socialink ul li a {
    color: #000000;
    font-size: 15px;
    transition: all 0.4s ease;
    background-color: rgba(255, 255, 255, 0.7);
    width: 33px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
}
.ft-socialink ul li a:hover{
    color: #ffffff;
    background-color: #4C1C0A;
}
.ft-desc strong,
strong.ftmain-title{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
/*     letter-spacing: 1px; */
}
strong.ftmain-title{
    display: block;
    margin-bottom: 15px;
}
.ft-desc p {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}
.copyright {
    border-top: 1px solid #ffffff;
    margin-top: 60px;
    text-align: center;
    padding: 20px 0;
    position: relative;
    z-index: 1;
}
.copyright span {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.ft-contactdt ul li.address span br{
    display: none;
}
.copyright-text {
    display: flex;
    justify-content: space-between;
}
.copyright-text .ft-lnks ul {
    margin: 0;
    padding: 0;
}
.copyright-text .ft-lnks ul li {
    list-style: none;
    display: inline-block;
    margin-right: 9px;
}
.copyright-text .ft-lnks ul li a {
    color: #fff;
}
.copyright-text .ft-lnks ul li a:hover { 
    color: #fff;
}
/*Footer*/
/* table */
h2 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;  
} 
table {    
    width: 100%;  
    max-width: 960px;
    margin: 20px auto;   
    border-collapse: collapse;
    background-color: #f9f9f9;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); 
    border-radius: 4px; 
    overflow: hidden;
} 
.serv-table {
    padding: 43px 0px 0px;
}
tbody, td, tfoot, th, thead, tr { 
    border: 1px solid #333 !important;
}  
th, td { 
    padding: 14px 20px;
    text-align: left;
    border: 1px solid #ddd;
    font-family: 'Arial', sans-serif;
}

th {
    background-color: #B4674C;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
/*     letter-spacing: 0.05em; */
}

td {
    color: #555;
    background-color: #fff;
}
th:nth-child(3){
    text-align: right;
}
td:nth-child(3){
    text-align: right;
}
th:nth-child(2){
    text-align: center;
}
td:nth-child(2){
    text-align: center; 
}
/* table */
.Furdie {
    padding: 40px 0px;
}
.attributes img {
    height: 500px !important;
    object-fit: cover;
}
.sku {
    padding: 14px;
}
.sku-value {
	position: relative;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out; 
}
.sku-value.active {
	position: relative;
    display: block;
    opacity: 1;
}
.size-values {
    display: flex;
    justify-content: center;
    margin: 20px 0px;
}
.sku table {
    margin-left: 140px;
}
.size-values ul {
    margin: 0;
    padding: 0;
}
.size-values ul li {
    list-style: none;
    display: inline-block;
    /* width: 42%; */
    background-color: #B4674C;
	color: #fff;
    padding: 15px 240px;
    text-align: center;
    margin-right: 20px;
	cursor: pointer;
	font-size: 18px;
}
  .sku-value { display: none; }
  .sku-value.active { display: inline-block; }
  .size-value.active { font-weight: bold; color: #333; }
/*.active { color: #C00; }*/
/*My account*/
nav.woocommerce-MyAccount-navigation ul{
    margin: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
nav.woocommerce-MyAccount-navigation ul li{
    margin: 0;
}
nav.woocommerce-MyAccount-navigation ul li a {
    background-color: #1a1a1a;
    display: inline-block;
    width: 100%;
    padding: 15px 30px;
    color: #ffffff;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a{
    background-color: #3696db;
    color: #ffffff;
}
.woocommerce table.my_account_orders .button {
    width: 100%;
    text-align: center;
    margin: 4px 0;
    transition: all 0.4s ease;
}
.woocommerce-account .addresses .title .edit {
    float: right;
    background-color: #1a1a1a;
    color: #ffffff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 3px;
    transition: all 0.4s ease;
}
.woocommerce-account .addresses .title .edit:hover{
    background-color: #3696db;
    color: #ffffff;
}
.woocommerce-MyAccount-content a{
    color: #212529;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline !important;
    transition: all 0.4s ease;
}
.woocommerce-MyAccount-content a:hover{
    color: #3696db;
}

/*My account*/


.woocommerce div.product ul.yith_magnifier_gallery li a img,
.woocommerce div.product .woocommerce-product-gallery__image a img{
    padding: 10px !important;
    border: 1px solid #f3f3f3 !important;
}
.woocommerce div.product ul.yith_magnifier_gallery #slider-prev,
.woocommerce div.product ul.yith_magnifier_gallery #slider-next {
    background-color: #3696db;
    border: none;
    width: 30px !important;
    height: 30px !important;
}
.woocommerce div.product ul.yith_magnifier_gallery #slider-prev:hover,
.woocommerce div.product ul.yith_magnifier_gallery #slider-next:hover{
	border: none;
}
/*
.hproducts-sec,
.hskincare-sec,
.hshipping-sec{
    display: none;
}
*/
.hmakehappy-sec {
    padding: 40px 0 50px;
/*    background-color: #FAF5F3;*/
    background-image: url(images/salon-mainbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hteferenceob-list .row{
     justify-content: center;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem; 
}
.hmakehappy-sec .container{
    max-width: 100%;
    padding: 0 100px;
}
.hmakehappy-sec .row{
    margin-left: -11px;
    margin-right: -11px;
}
.hmakehappy-sec .col-sm-12{
    padding-left: 11px;
    padding-right: 11px;
}
.makehappy-box {
    background-color: #fff;
    border-radius: 5px;
    height: 100%;
    position: relative;
    transition: all 0.4s ease;
}
.makehappyslid-content{
    padding: 30px 30px 75px;
    text-align: center;
}
.makehappyslid-content h1,
.makehappyslid-content h2,
.makehappyslid-content h3,
.makehappyslid-content h4,
.makehappyslid-content h5,
.makehappyslid-content h6{
    color: #333333;
    font-size: 20px;
/*     letter-spacing: 1px; */
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin: 0 0 15px 0;
}
.makehappyslid-content p{
    color: #755C53;
    font-size: 15px;
    font-weight: 300;
}
.makehappy-box a {
    color: #333333; 
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    transition: all 0.4s ease;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background-color: transparent;
    border: 1px solid #4C1C0A;
    width: 180px;
    height: 39px;
    line-height: 39px;
    border-radius: 3px;
    text-transform: uppercase;
/*     letter-spacing: 2px; */
}
.makehappy-box a:hover, .makehappy-box a:hover::after {
    color: #ffffff;
    background-color: #333333;
    opacity: 1;
    transition: all 0.4s ease;
    border-color: #4C1C0A;
} 
.makehappy-box a i{
    margin-right: 5px;
}
.makehappy-box .thumb{
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
}
.makehappy-box .thumb::after{
    content: '';
    display: inline-block;
    background-image: url(images/hbanner-after-bc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.2;
}
.makehappy-box .thumb img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all 1s ease;
}
.makehappy-box:hover .thumb img{
    transform: scale(1.2);
    transition: all 1s ease;
}
.hmakehappy-sec .hslide-content {
    position: relative;
    z-index: 2;
    width: 61%;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 50px;
    text-align: center;
}
.makehappy-box .hslide-content p {
    color: #333333;
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    margin: 0 auto 15px;
}

/*Contact Us*/
.contactpg-sec,
.page-id-577 .contactpg-sec{
    padding: 62px 0 0;
}
.contactpg-sec .hshipping-box p br{
    display: none;
}
.main-content.sm.contactpg-ct {
    width: 100%;
}
.page-template-home .contactpg-sec {
    padding: 40px 0 0 0;
}
.hcontact-img {
    padding-left: 30px;
}
.hcontact-form {
    background-color: #f9f9f9;
    padding: 40px 35px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.04);
    margin-bottom: 40px;
}
.hcontact-form .row{
    margin-left: -7px;
    margin-right: -7px;
}
.hcontact-form .col-3,
.hcontact-form .col-4,
.hcontact-form .col-6,
.hcontact-form .col-12{
    padding-left: 7px;
    padding-right: 7px;
}
.hcontact-form input,
.hcontact-form select,
.hcontact-form textarea,
.hcontact-form input::placeholder,
.hcontact-form select::placeholder,
.hcontact-form textarea::placeholder{
    color: #a7a7a7;
    font-size: 14px;
    font-weight: 400;
}
.hcontact-form input,
.hcontact-form select,
.hcontact-form textarea{
    width: 100%;
    padding: 0 20px;
    border: 1px solid #efefef;
    border-radius: 3px;
}
.hcontact-form input,
.hcontact-form select{
    height: 55px;
}
.hcontact-form textarea{
    height: 110px;
    padding-top: 15px;
}
.hcontact-form .button{
    text-align: center;
}
.hcontact-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    background-color: #B4674C;
    width: 100%;
    padding: 0 40px;
    transition: all 0.4s ease;
    text-transform: uppercase;
/*     letter-spacing: 2px; */
    border-radius: 3px;
    cursor: pointer;
    height: 50px;
}
.hcontact-form input.wpcf7-form-control.has-spinner.wpcf7-submit:hover{
    color: #ffffff;
    background-color: #333333;
    border-color: #333333; 
}
.hcontact-form span.wpcf7-spinner{
    margin: 5px auto 0;
}
.wpcf7-not-valid-tip{
    font-size: 13px;
}
.wpcf7 form .wpcf7-response-output{
    margin: 0 auto;
    text-align: center;
}
.hcontact-map iframe{
    width: 100%;
    height: 420px;
}
.hcontact-form .main-content.sm {
    width: 100%;
    margin: 0 0 25px 0;
}
/*Contact Us*/

.hparallax .hslider-bg.cover {
    padding: 100px 0;
    background-attachment: fixed !important;
    min-height: 500px;
    display: flex;
    align-items: center;
}
.hparallax .hslide-content {
    width: 75%;
    margin: 0 auto;
}
.hparallax .hslide-content h1, .hparallax .hslide-content h2, .hparallax .hslide-content h3, .hparallax .hslide-content h4, .hparallax .hslide-content h5, .hparallax .hslide-content h6{
    font-size: 45px;
}
.hparallax .hslide-content p {
    font-size: 18px;
    line-height: 31px;
}
.page-template-default .hcollections-content .col-6{
    margin-bottom: 0;
}
/* .hmainct-sec {
    padding: 60px 0 25px;
} */
.hmainct-sec .main-content {
    width: 86%;
    margin: 0 auto 30px; 
}
.hcollections-content .row.right .col-6:first-child {
    order: 2;
}
.defaultcollec-sec .row{
    margin-bottom: 35px;
}
.defaultcollec-sec .row:last-child{
    margin-bottom: 0;
}
.hparallax.two .hslide-content {
    text-align: center;
}
.inspiration-gallery{
    padding: 50px 0 0;
}
.inspiration-gallery.gallerypg-sec {
    padding-bottom: 40px;
}
.inspgallery-list .row {
    margin-left: -7px;
    margin-right: -7px;
    justify-content: center;
}
.inspgallery-list .col-4 {
    padding-left: 7px;
    padding-right: 7px;
}
.inspgallery-gbox {
    margin-bottom: 14px;
    overflow: hidden;
    transition: all 1s ease;
    border-radius: 8px;
}
.inspgallery-gbox a {
    display: block;
}
.inspgallery-gbox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 1s ease;
	border-radius:8px;
}
.inspgallery-gbox:hover img{
    transform: scale(1.3);
    transition: all 1s ease;
}
.inspgallery-btn {
    text-align: center;
    margin-top: 35px;
}


/*Team*/
.team {
    padding: 50px 0 40px;
    background-color: #f9f9f9;
}
.team-topcnt {
    text-align: center;
    padding-bottom: 50px;
}
.team-content .row {
    margin-left: -10px;
    margin-right: -10px;
    justify-content: center;
}
.team-content .col-sm-12{
    padding-left: 10px;
    padding-right: 10px;
}
.member-main {
    text-align: center;
    transition: all 0.4s ease;
}
.member-img {
    position: relative;
    height: 450px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.memb-innerct {
    position: absolute;
    bottom: -1000px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    padding-bottom: 40px;
    transition: all 0.4s ease;
    padding: 0 10px;
}
.member-main:hover .memb-innerct{
    bottom: unset;
}
.memb-innerct p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}
.memb-innerct a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    opacity: 0.7;
    transition: all 0.4s ease;
    margin-bottom: 7px;
    display: inline-block;
}
.memb-innerct a:hover{
    color: #B4674C;
}
.memb-innerct a i{
    margin-right: 4px;
}
.member-img::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/hbanner-after-bc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    transition: all 0.4s ease;
    opacity: 0.7;
}
.member-img::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/hbanner-before-bc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    transition: all 0.4s ease;
    opacity: 0.8;
}
.member-main:hover .member-img::after{
    height: 100%;
}
.member-main:hover .member-img::before{
    width: 100%;
}
.member-data {
    padding: 20px 0;
    margin-bottom: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.member-data .d-flex.member-cdt {
    justify-content: center;
    column-gap: 5px;
}
.member-data h3 {
    color: #1a1a1a;
    font-size: 23px;
    font-weight: bold;
    margin: 0 0 15px 0;
    text-transform: capitalize;
}
.member-data a {
    color: #ffffff;
    font-size: 13px;
    transition: all 0.4s ease;
    background-color: #B4674C;
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
}
.member-data a:hover{
    color: #ffffff;
    background-color: #1a1a1a;
}
.googlemap-sec, .googlemap-sec iframe {
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.adefcontact-sec{
    padding-top: 0;
}

/*  Media Query  */
@media(max-width: 1600px){
    .hslider-bg.cover {
        padding: 150px 0 210px;
    }
    .nav-menu li {
        margin: 0 30px 0 0;
    }
    a.logo-text{
        font-size: 27px;
    }
    .makehappy-box .thumb img{
        height: 230px;
    }
}
@media(max-width: 1540px){
    .nav-menu li a{
        font-size: 15px;
    }
    .makehappyslid-content h1, .makehappyslid-content h2, .makehappyslid-content h3, .makehappyslid-content h4, .makehappyslid-content h5, .makehappyslid-content h6{
        font-size: 21px;
    }
}
@media(max-width: 1440px){
    a.logo-text{
        font-size: 24px;
    }
   .hparallax .hslider-bg.cover {
    padding: 83px 0;
}
	.hparallax .hslide-content h1, .hparallax .hslide-content h2, .hparallax .hslide-content h3, .hparallax .hslide-content h4, .hparallax .hslide-content h5, .hparallax .hslide-content h6 {
    font-size: 39px;
    margin-bottom: 12px;		
}

}
@media(max-width: 1400px){
    .nav-menu li a{
        font-size: 14px;
    }
}
@media(max-width: 1366px){
	.site-header .container {
    max-width: 86%;
  }
    .hslider-bg.cover {
        padding: 118px 0 171px;
    }
    .nav-menu li.menu-item-has-children::after {
        font-size: 11px;
        right: -3px;
        top: 5px;
    }
    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6{
        font-size: 33px;
    }
    .hslide-content p{
        font-size: 18px;
    }
    .makehappy-box .thumb img {
        height: 180px;
    }
    .makehappyslid-content {
        padding: 25px 15px 65px;
    }
    .nav-menu li {
        margin: 0 17px 0 0;
    }
	.size-values ul li {
    padding: 15px 209px;
}
	.sku table {
    margin-left: 60px;
}

}
@media(max-width:1280px){
	.content-header.cover {
    padding: 260px 0 100px;
}
   .conthead-content h1 {
    font-size: 33px;
}
	a.logo-text {
        font-size: 19px; 
    }
    .nav-menu li {
        margin: 0 15px 0 0;  
    }
 .hcollections-sec {
    padding: 57px 0 60px;
}
.hcollections-ctbox h1, .hcollections-ctbox h2, .hcollections-ctbox h3, .hcollections-ctbox h4, .hcollections-ctbox h5, .hcollections-ctbox h6 {
    font-size: 27px;
}
  .hcollections-img img {
    height: 560px !important;
}
   .hparallax-sec.cover {
    padding: 74px 0 47px;
    height: 423px;
}
.hcollections-content.paralx h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
/*     letter-spacing: 1px; */
}
.hmakehappy-sec {
    padding: 33px 0 50px;
}
.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
    font-size: 34px;
}
  .main-content {
    margin: 0 auto 32px;
}
	.makehappyslid-content h1, .makehappyslid-content h2, .makehappyslid-content h3, .makehappyslid-content h4,   .makehappyslid-content h5, .makehappyslid-content h6 {
        font-size: 19px;
    }
   .makehappy-box a {
      width: 160px;
/*      letter-spacing: 0px; */
}
  .main-content p {
    line-height: 23px;
}
  .contactpg-content .hshipping-box strong {
    font-size: 18px;
}
    .hparallax .hslider-bg.cover {
        padding: 0px 0px;
    }
   .hparallax .hslide-content {
    width: 85%;
	padding: 41px;   
}
	.team {
    padding: 35px 0 35px;
}
   .member-img {
    height: 400px;
}
   .member-data {
    padding: 15px 0;
}
	.member-data h3 {
    font-size: 21px;
}
	.member-data a {
    width: 30px;
    height: 30px;
}
	.site-footer {
    padding: 41px 0 0;
}
}
@media(max-width: 1170px){
    body .container {
        max-width: 100%;
        padding: 0 30px;
    }

    .hproducts-sec .container {
        padding: 0 65px 0 80px;
    }
    .hskincare-box.cover{
        position: relative;
    }
    .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6{
        font-size: 40px;
    }
	.hslider-bg.cover {
        padding: 106px 0 153px;
    }
    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6{
        font-size: 38px;
    }
  .hslide-content a.all-buttons {
    width: 253px;
    height: 48px;
	margin-top: 14px;  
}
    .hslide-content p strong{
        font-size: 20px;
    }
    .hcollections-sec {
        padding: 60px 0 30px;
    }
    .content-header.cover {
        padding: 160px 0 140px;
    }
    .faqlist-sec {
        padding: 50px 0;
    }
   .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
        font-size: 35px;
    }
    #makehappy_slide .slick-next{
        right: 0;
    }
    #makehappy_slide .slick-prev{
        left: 0;
    }
.makehappyslid-content h1, .makehappyslid-content h2, .makehappyslid-content h3, .makehappyslid-content h4, .makehappyslid-content h5, .makehappyslid-content h6 {
        font-size: 18px;
/*         letter-spacing: 0px; */
    }
	.makehappyslid-content {
        padding: 20px 15px 65px;
    }
    .makehappy-box.cover{
        margin: 0 50px;
    }
    .hmakehappy-sec {
        padding: 30px 0 30px;
        margin-top: 0;
    }
    .hmakehappy-sec .col-sm-12 {
        flex: auto;
        margin-bottom: 9px;
        max-width: 50%;
    }
    .makehappy-box .thumb img {
        height: 240px;
    }
}


@media(max-width: 1112px){
  .nav-menu li.menu-btn a {
    padding: 13px 27px;
/*     letter-spacing: 1px; */
}
 .hslider-bg.cover {
        padding: 90px 0;
    }
	    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6 {
        font-size: 37px;
    }
    .hcollections-sec.haboutt-sec {
        padding: 42px 0 55px;
    }

    .hskincare-box.cover {
        padding: 100px 50px 70px;
    }
    .hslide-content {
        text-align: center;
        width: 100%;
    }
    .hcollections-ctbox h1, .hcollections-ctbox h2, .hcollections-ctbox h3, .hcollections-ctbox h4, .hcollections-ctbox h5, .hcollections-ctbox h6{
        font-size: 20px;
		margin: 0 0 12px 0;
    }
	.hcollections-ctbox {
    padding: 40px 27px 20px;
}
	.hcollections-img img {
        height: 535px !important;
    }
    .hshipping-ct .col-4,
    .hshipping-ct .col-sm-12{
        flex: auto;
        max-width: 50%;
    }
    .hblog-content .col-sm-12 {
        flex: auto;
        max-width: 50%;
    }
    .hblog-thumb img {
        width: 100%;
    }
    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6{
        font-size: 37px;
    }
    .hmakehappy-sec .container {
        padding: 0 30px;
    }
	    .hparallax-sec.cover {
        padding: 46px 0 47px;
        height: auto;
    }
	.hcollections-content.paralx h3 {
        font-size: 25px;
    }
	.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
        font-size: 33px;
    }
	.main-content p {
        margin-bottom: 8px;
    }
   .ft-desc strong, strong.ftmain-title {
    font-size: 18px;
}
	.size-values ul li {
        padding: 15px 197px;
    }
     .sku table {
        margin-left: 24px;
    }
	.size-values {
    margin: 20px 0px 7px;
}
}
@media(max-width: 1024px){
/* 	    .header-content .col-sm-12{
        flex: auto;
        width: 100%;
    } */
      a.logo-text {
        font-size: 20px;
    }
    .hcollections-sec {
        padding: 43px 0 30px;
    }
	.hcollections-content {
    max-width: 100%;
    margin: 0 auto;
}
    .hblog-boxinner h3 {
        font-size: 17px;
        line-height: 25px;
    }
    .hblog-boxinner{
        border: none;
    }
    .hblog-box{
        min-height: 580px;
    }
    .nav-menu li a{
        font-size: 13px;
    }
    .main-content{
        width: 100%;
    }
    .hproducts-innerb p{
        width: 100%;
    }
    .hskincare-box h1, .hskincare-box h2, .hskincare-box h3, .hskincare-box h4, .hskincare-box h5, .hskincare-box h6{
        font-size: 40px;
    }
    .hskincare-box p{
        width: 100%;
    }
    .footer-menu ul li a{
        font-size: 13px;
    }
    .hshipping-box strong{
        font-size: 22px;
    }
    .hshipping-box p{
        font-size: 15px;
    }
    .hslide-content p {
        font-size: 16px;
        line-height: 27px;
    }
    .makehappy-box .hslide-content p {
        width: 100%;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        width: 50%;
		min-height: 445px;
    }
    .widget.widget_block h1, .widget.widget_block h2, .widget.widget_block h3, .widget.widget_block h4, .widget.widget_block h5, .widget.widget_block h6{
        font-size: 20px;
    }
    form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
        position: relative;
    }
    button.wp-block-search__button.wp-element-button {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9;
        width: 45px;
        height: 45px;
    }
    input#wp-block-search__input-1 {
        height: 45px;
    }
    button.wp-block-search__button.wp-element-button::after {
        left: 14px;
        top: 10px;
    }
  .site-footer {
    padding: 37px 0 0;
}
  .ft-logo {
    margin: 0 auto 30px;
}
    .content-header.cover {
        padding: 133px 0 127px;
    }
    .conthead-content h1 {
    font-size: 34px;
}
	.hparallax .hslider-bg.cover {
    min-height: 462px;
}
	    .hparallax .hslide-content h1, .hparallax .hslide-content h2, .hparallax .hslide-content h3, .hparallax .hslide-content h4, .hparallax .hslide-content h5, .hparallax .hslide-content h6 {
        font-size: 34px;
    }
	    .team {
        padding: 30px 0 35px;
    }
	
    .member-img {
        height: 360px;
    }
	table {
    margin: 20px auto 0px;
}
	.sku table {
        margin-left: 0px;
    }
}
@media(max-width:992px){
	    .header-content .col-sm-12{
        flex: auto;
        width: 100%;
    }
	 .hslider-bg.cover {
        padding: 71px 0;
    }
      #site-navigation {
        height: 400px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    #site-navigation::-webkit-scrollbar {
      width: 2px;
    }
    #site-navigation::-webkit-scrollbar-track {
      border-radius: 0;
    }
    #site-navigation::-webkit-scrollbar-thumb {
      border-radius: 0;
    }
    .nav-menu li:last-child a, .nav-menu .sub-menu, .nav-menu .children{
        text-align: center;
    }
    .nav-menu li.menu-btn a {
        margin-top: 15px;
        text-align: center;
    }
    .hslide-content p strong{
/*         letter-spacing: 5px; */
    }
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 19px;
        right: 51px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        z-index: 9999;
    }
    #menuToggle.open {
        position: fixed;
        top: 20px;
        right: 5px;
    }
    #menuToggle input {
        width: 29px !important;
        height: 18px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        top: 0;
    }
    #menuToggle span{
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #1a1a1a;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
        opacity 0.55s ease;
    }
    #menuToggle span:first-child{
        transform-origin: 0% 0%;
    }
    #menuToggle span:nth-last-child(2){
        transform-origin: 0% 100%;
    }
    #menuToggle input:checked ~ span{
        opacity: 1;
        transform: rotate(45deg) translate(-3px, -1px);
        background: #ffffff;
    }
    #menuToggle input:checked ~ span:nth-last-child(3){
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    #menuToggle input:checked ~ span:nth-last-child(2){
        transform: rotate(-45deg) translate(0, -1px);
    }
    ul.nav-menu li ul.sub-menu{
        display: none !important;
    }
    ul.nav-menu li.open ul.sub-menu{
        display: block !important;
    }
    .nav-menu li.menu-item-has-children.open ul.sub-menu.open-submenu {
        display: block !important;
        left: 0;
        background-color: transparent;
    }
    .mobilesubmenu.open{
        background-color: rgba(72, 72, 72, 0.85) !important;
    }
    .nav-menu .sub-menu, .nav-menu .children{
        background-color: transparent;
    }
    ul.sub-menu{
        display: none !important;
        position: relative !important;
        top: -100% !important;
    }
    .mobilesubmenu i {
        position: relative;
        top: 12px;
        right: 0;
    }
    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        top: 0;
        border-bottom: 1px solid #717171;
        overflow: hidden;
        float: left;
    }
    .mobilesubmenu {
        display: inline-block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #ffffff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 0;
        height: 100%;
        width: 45px;
        text-align: center;
        margin: 0 auto;
    }
    .nav-menu li.menu-item-has-children::after,
    .nav-menu li.menu-item-has-children ul.sub-menu li.menu-item-has-children::after{
        display: none;
    }
    .nav-menu .sub-menu, .nav-menu .children {
        width: 100%;
    }
    ul.sub-menu li {
        display: block;
    }
    ul.sub-menu,
    .open-submenu{
        transition: all 1s;
    }
    .openmenu {
        display: inline-block;
        font-size: 30px;
        cursor: pointer;
        color: #333333;
        float: right;
    }
    .nav-bar.open {
        right: 0;
    }
    .nav-menu li a{
        color: #ffffff;
        float: left;
        font-weight: normal;
        font-size: 14px;
        padding: 15px 0;
    }
    ul.sub-menu li:last-child{
        border: 0px !Important;
    }
    ul.sub-menu li a{
        color: #ffffff !Important;
        font-weight: 400;
        width: 100%;
    }
    ul.sub-menu li{
        margin: 0px;
    }
    .nav-menu li:last-child{
        border: 0px !Important;
    }
    .nav-menu li:last-child a,
    .nav-menu .sub-menu, .nav-menu .children{
        left: 0;
        width: 100% !important;
        text-align: left;
    }
    .nav-menu li.menu-item-has-children {
        padding-right: 0;
    }
    .nav-bar {
        background-color: #333333;
        height: 100%;
        position: fixed;
        top: 0;
        right: -100%;
        padding: 15px;
        padding-top: 60px;
        transition: all 0.3s;
        width: 350px;
        text-align: left;
        z-index: 999;
    }
    .closebtn {
        display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
        color: #ffffff;
        cursor: pointer;
        margin-bottom: 20px;
    }
	.serv-table {
    padding: 32px 0px 0px;
}
	.contactpg-sec, .page-id-577 .contactpg-sec {
    padding: 51px 0 0;
}
	.size-values ul li {
        padding: 15px 180px;
    }
	.nav-bar.open .menu-btn a {
    width: 53% !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}
}
@media(max-width:900px){

	    .hparallax .hslider-bg.cover {
        min-height: 437px;
    }
	    .hparallax .hslide-content h1, .hparallax .hslide-content h2, .hparallax .hslide-content h3, .hparallax .hslide-content h4, .hparallax .hslide-content h5, .hparallax .hslide-content h6 {
        font-size: 30px;
    }
	  .hparallax .hslide-content {
        width: 100%;
        padding: 39px;
    }
	    .team {
        padding: 27px 0 35px;
    }
	    .member-img {
        height: 320px;
    }
	    .size-values ul li {
        padding: 15px 156px;
    }
}
@media(max-width: 830px){
	.site-header .container {
        max-width: 95%;
    }

    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6 {
        font-size: 40px;
        margin: 0 0 20px 0;
    }
    a.all-buttons,
    .makehappy-box a{
        font-size: 15px;
    }
    .hproducts-sec {
        padding: 50px 0;
    }
    .hcollections-ctbox {
        padding: 30px 16px 20px;
    }
    .hcollections-img img {
        height: 450px;
    }
	.hparallax-sec.cover {
        padding: 35px 0 39px;
        height: auto;
    }
	.hcollections-content.paralx h3 {
        font-size: 23px;
    }
	.hcollections-content.paralx p {
    width: 100%;
	margin-top: 16px;	
}
	.hmakehappy-sec .col-sm-12 {
        margin-bottom: 0px;
    }
	.page-template-home .contactpg-sec {
    padding: 25px 0 0 0;
}
    .hblog-content .col-sm-12{
        flex: auto;
        max-width: 50%;
    }
    .hblog-thumb img{
        width: 100%;
    }
    .ft-desc{
        padding-left: 0;
    }
    .footer-menu ul li {
        margin: 0 25px 0 0;
        padding-right: 30px;
    }
    .main-content p strong{
        font-size: 15px;
    }
    .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {
        font-size: 30px;
    }
    .hcollections-ctbox p strong{
        font-size: 14px;
    }
    .hblog-box {
        min-height: 600px;
    }
    .hblog-sec {
        padding: 50px 0 45px;
    }
    .main-content p {
        font-size: 16px;
        line-height: 27px;
    }
    .hcollections-content .col-6 {
        margin-bottom: 30px;
    }
    .hskincare-box.cover {
        padding: 70px 30px 50px;
        text-align: center;
    }
    .hcollections-sec {
        padding: 40px 0 30px;
    }
    .hblog-sec {
        padding: 50px 0 30px;
    }
    .aboutpg-sec {
        padding: 45px 0 20px;
    }
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		min-height: 380px;
	}
    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6{
        font-size: 30px;
		margin-bottom: 7px;
    }
    .hcollections-content .col-6 {
        margin-bottom: 0;
        flex: auto;
        max-width: 100%;
    }
    .hcollections-content.mobilevs{
        display: block;
    }
    .hcollections-content.desktopvs{
        display: none;
    }
    .hcollections-img img{
        height: auto;
    }
    .hshipping-sec {
        padding: 40px 0 50px;
    }
    .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6{
        font-size: 24px;
    }
    .main-content {
        margin: 0 auto 30px;
    }
    .hslider-bg.cover {
        padding: 50px 0;
    }
    .hcollections-ctbox h1 br, .hcollections-ctbox h2 br, .hcollections-ctbox h3 strong br, .hcollections-ctbox h4 br, .hcollections-ctbox h5 br, .hcollections-ctbox h6 br{
        display: none;
    }
    .hcollections-content .row.right .col-6:first-child {
        order: unset;
    }
    .inspgallery-list .col-4 {
        flex: auto;
        max-width: 50%;
    }
	    .size-values ul li {
        padding: 15px 151px;
    }
}
@media(max-width:768px){
     #menuToggle {
        top: 65px;
    }
	.size-values ul li {
        padding: 15px 130px;
    }
}
@media(max-width: 767px){
	    #menuToggle {
        top: 19px;
    }
	.hcollections-img img {
        height: 400px !important;
    }
	 .hcollections-ctbox {
        padding: 30px 16px 20px;
        text-align: center;
    }
    .hslide-content p{
        width: 100%;
    }
    ul.slick-dots {
        bottom: 35px;
    }
    .hslide-content {
        padding: 40px 30px;
    }
    .hshipping-sec {
        padding: 50px 0;
    }
    .hshipping-box strong {
        font-size: 18px;
    }
    .hshipping-box p {
        font-size: 14px;
    }
    .hproducts-innerb h3{
        width: 100%;
    }
    .makehappy-box.cover {
        height: 300px;
        padding: 60px 40px 0;
    }
    .contactpg-sec {
        padding: 37px 0 0;
    }
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		min-height: 472px;
		margin: 0 0 20px !important;
	}
    .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
        width: 100%;
        padding-left: 0;
    }
    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
        width: 100%;
    }
    .summary.entry-summary {
        text-align: center;
    }
	.single-product main#main {
		overflow: hidden;
	}
	.hcontact-form {
    padding: 26px 35px 0;
	margin-bottom: 0px;	
}
	.hcontact-img {
    padding-left: 0px;
    text-align: center;
}
   .copyright {
    margin-top: 42px;
}
}
@media(max-width: 667px){
	.conthead-content h1 {
        font-size: 26px;
    }
	.content-header.cover {
        padding: 91px 0 80px;
    }
	ul#breadcrumbs li {
    margin-right: 9px;
 }
	.hslide-content {
        padding: 40px 35px;
    }
	.hcollections-img img {
        height: 360px !important;
    }
.hcollections-ctbox p br {
    display: none;
}
	    .hcollections-sec.haboutt-sec {
        padding: 42px 0 55px;
    }
    .hshipping-ct .col-4,
    .hshipping-ct .col-sm-12{
        flex: auto;
        max-width: 100%;
        margin-bottom: 15px;
    }
	 .makehappyslid-content {
        padding: 14px 15px 65px;
    }
    .hcollections-content .col-6{
        flex: auto;
        max-width: 100%;
    }
    .hblog-content .col-sm-12{
        flex: auto;
        max-width: 100%;
    }
    .hblog-box {
        min-height: auto;
    }
    .readbtn {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 25px;
    }
    .footer-content .col-4{
        flex: auto;
        max-width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
    .ft-contactdt ul li {
        padding-left: 22px;
        display: inline-block;
        margin-right: 13px;
    }
    .site-footer {
        padding: 31px 0 0;
    }
	    .ft-logo {
        margin: 0 auto 18px;
    }
    .footer-menu {
        margin-bottom: 21px;
    }
	.footer-menu ul li {
        margin: 0 19px 0 0;
        padding-right: 22px;
    }
    .main-content.sm h1, .main-content.sm h2, .main-content.sm h3, .main-content.sm h4, .main-content.sm h5, .main-content.sm h6 {
        font-size: 30px;
    }
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		min-height: 421px;
	}
    .hslide-content p strong {
/*         letter-spacing: 2px; */
        font-size: 15px;
    }
    a.all-buttons, .makehappy-box a {
        font-size: 14px;
    }
    .hshipping-sec {
        padding: 40px 0 30px;
    }
    .conthead-content h1{
        font-size: 30px;
    }
    .content-header.cover {
        padding: 100px 0 80px;
    }
    .hparallax .hslide-content {
        width: 100%;
        margin: 0 auto;
    }
	    .hparallax .hslide-content h1, .hparallax .hslide-content h2, .hparallax .hslide-content h3, .hparallax .hslide-content h4, .hparallax .hslide-content h5, .hparallax .hslide-content h6 {
        font-size: 28px;
    }
	 .hparallax .hslide-content {
        padding: 22px;
    }
	    .hparallax .hslider-bg.cover {
        min-height: auto;
        padding: 43px 0px;
    }
    .hparallax .hslide-content p {
        font-size: 16px;
        line-height: 27px;
    }
    .conthead-content h1 {
        font-size: 26px;
/*         letter-spacing: 1px; */
    }
	.all-pages-content {
    padding: 44px 0 36px;
}
	.all-pages-content h1, .all-pages-content h2, .all-pages-content h3, .all-pages-content h4, .all-pages-content h5, .all-pages-content h6 {
    font-size: 19px;
}
	.size-values ul li {
        padding: 15px 103px;
    }
	.googlemap-sec, .googlemap-sec iframe {
    height: 429px;
}
}
@media(max-width: 570px){
	    a.logo-text {
        font-size: 18px;
    }
    .hslide-content p strong {
        font-size: 15px;
    }
	.hslide-content a.all-buttons {
        width: 234px;
        height: 43px;
        margin-top: 7px;
    }
	
    .hcollections-img img {
        height: 300px !important;
    }
	.hcollections-sec.haboutt-sec {
        padding: 20px 0 50px;
    }
	.hcollections-ctbox {
        padding: 23px 16px 20px;
    }
	    .hcollections-ctbox h1, .hcollections-ctbox h2, .hcollections-ctbox h3, .hcollections-ctbox h4, .hcollections-ctbox h5, .hcollections-ctbox h6 {
        font-size: 19px;
        margin: 0 0 7px 0;
    }
	  .hparallax-sec.cover {
        padding: 27px 0 32px;
    }
	hparallax .hslide-content h1, .hparallax .hslide-content h2, .hparallax .hslide-content h3, .hparallax .hslide-content h4, .hparallax .hslide-content h5, .hparallax .hslide-content h6 {
        font-size: 25px;
    }
	.hcollections-content.paralx h3 {
        font-size: 19px;
    }
	.hmakehappy-sec {
        padding: 20px 0 20px;
    }
    .hskincare-sec .col-4{
        flex: auto;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .conthead-content h1{
        font-size: 30px;
    }
    .faqs_list a.card-link{
        font-size: 18px;
    }
    .hcontact-map iframe {
        height: 300px;
    }
    .woocommerce .woocommerce-ordering {
        margin: 0;
    }
    .woocommerce .products ul, .woocommerce ul.products{
        margin: 30px 0 0;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100% !important;
    }
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		min-height: auto;
	}
    .makehappy-box{
        height: auto;
        box-shadow: 0 0 20px #e9e3e3;
    }
    .makehappyslid-content {
        padding: 25px 15px;
    }
    .makehappy-box a {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 15px;
    }
    .hmakehappy-sec .col-sm-12 {
        max-width: 100%;
    }
    .hshipping-box:hover{
        transform: unset;
    }
    .inspgallery-list .col-4{
        max-width: 100%;
    }
	.site-footer {
        padding: 27px 0 0;
    }
	    .ft-logo {
        margin: 0 auto 13px;
    }
	.ft-contactdt.menu {
    padding-left: 52px;
}
	.footer-menu ul li {
        margin: 0 5px 0 0;
        padding-right: 17px;
    }
	.ft-desc strong, strong.ftmain-title {
        font-size: 17px;
        margin-bottom: 12px;
    }
  .ft-desc ul li {
    margin-bottom: 10px;
}
	.member-img {
        height: 290px;
    }
   .all-pages-content p {
    margin: 0 0 9px 0;
}
	    .all-pages-content h1, .all-pages-content h2, .all-pages-content h3, .all-pages-content h4, .all-pages-content h5, .all-pages-content h6 {
        font-size: 18px;
    }
	.serv-table {
    padding: 29px 0px 0px;
}
table {
    font-size: 15px;
}
    .size-values ul li {
        padding: 15px 80px;
        width: 100%;
        margin-bottom: 11px;
    }
}
@media(max-width: 480px){
	    .hslide-content {
        padding: 31px 25px;
    }
    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6 {
        font-size: 21px;
    }
        .hslider-bg.cover {
        padding: 40px 0;
    }
    .makehappyslid-content h1, .makehappyslid-content h2, .makehappyslid-content h3, .makehappyslid-content h4, .makehappyslid-content h5, .makehappyslid-content h6 {
        font-size: 18px;
    }
    .inspgallery-list .container {
        padding: 0;
    }
    .inspiration-gallery.gallerypg-sec {
        padding: 40px 0 25px;
    }
	    .ft-contactdt.menu {
        padding-left: 42px;
    }
	    .ft-desc ul li {
        margin-bottom: 8px;
    }
	.ft-socialink {
    margin-top: 15px;
}
    .copyright {
        margin-top: 34px;
        padding: 15px 0px;
    }
	.all-rght {
    margin-bottom: 4px;
}
	.copyright-text {
    display: block;
}
	.hparallax .hslide-content p {
        font-size: 15px;
        line-height: 24px;
    }
	 .team {
        padding: 27px 0 28px;
    }
     .contactpg-sec {
        padding: 27px 0 0;
    }
	    .main-content.sm h1, .main-content.sm h2, .main-content.sm h3, .main-content.sm h4, .main-content.sm h5, .main-content.sm h6 {
        font-size: 28px;
    }
	.googlemap-sec, .googlemap-sec iframe {
    height: 350px;
}
}
@media(max-width: 414px){
	    a.logo-text {
        font-size: 17px;
    }
    body .container {
        padding: 0 15px;
    }
	.slick-slider .slick-prev, .slick-slider .slick-next, .slick-slider .slick-next:before, .slick-slider .slick-prev:before {
    transform: scale(0.9);
}
    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6 {
        font-size: 30px;
        margin: 0 0 10px 0;
    }
	    .hparallax .hslide-content h1, .hparallax .hslide-content h2, .hparallax .hslide-content h3, .hparallax .hslide-content h4, .hparallax .hslide-content h5, .hparallax .hslide-content h6 {
        font-size: 23px;
    }

	.hslide-content a.all-buttons {
        width: 216px;
        height: 35px;
        margin-top: 4px;
        line-height: 35px;
    }
    .hslide-content p {
        font-size: 15px;
        line-height: 23px;
    }
	
    .hcollections-sec {
        padding: 30px 0 30px;
    }
	.hcollections-img img {
        height: 274px !important;
    }
    .hproducts-sec .container {
        padding: 0 30px;
    }
    #hproducts_slide .slick-next{
        right: 30px;
    }
    #hproducts_slide .slick-prev{
        left: 30px;
    }
    .main-content.sm h1, .main-content.sm h2, .main-content.sm h3, .main-content.sm h4, .main-content.sm h5, .main-content.sm h6 {
        font-size: 22px;
    }
	
    .makehappy-box.cover {
        margin: 0 30px;
    }
    .makehappy-box.cover {
        padding: 60px 20px 0;
    }
    .hcontact-form .col-3, .hcontact-form .col-4, .hcontact-form .col-6{
        flex: auto;
        max-width: 100%;
    }
    .site-header .container,
    .hmakehappy-sec .container{
        padding: 0 20px;
    }
    a.logo-text {
        font-size: 19px;
    }
    .hslide-content h1, .hslide-content h2, .hslide-content h3, .hslide-content h4, .hslide-content h5, .hslide-content h6{
        font-size: 20px;
    }
    a.all-buttons, .makehappy-box a{
        text-align: center;
    }
    .main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6{
        font-size: 20px;
    }
    .main-content p strong {
        font-size: 13px;
/*         letter-spacing: 2px; */
    }
    .content-header.cover {
        padding: 70px 0 50px;
    }
    .conthead-content h1 {
        font-size: 19px;
/*         letter-spacing: 1px; */
    }
    .hcollections-ctbox h1, .hcollections-ctbox h2, .hcollections-ctbox h3, .hcollections-ctbox h4, .hcollections-ctbox h5, .hcollections-ctbox h6 {
        font-size: 17px;
    }
    .hcollections-ctbox p {
        font-size: 13px;
        line-height: 21px;
    }
	 .ft-contactdt.menu {
        padding-left: 21px;
    }
	.serv-table {
        padding: 24px 0px 0px;
    }
	th, td {
    padding: 11px 10px;
}
}
@media(max-width: 360px){
    a.logo-text {
        font-size: 17px;
/*         letter-spacing: 0px; */
    }
	.hslide-content {
        padding: 23px 4px;
    }
	.hcollections-content.paralx h3 {
        font-size: 17px;
    }
	.hcollections-content.paralx p {
        font-size: 15px;
    }
	.makehappyslid-content {
        padding: 19px 15px;
    }
	    .makehappyslid-content h1, .makehappyslid-content h2, .makehappyslid-content h3, .makehappyslid-content h4, .makehappyslid-content h5, .makehappyslid-content h6 {
        margin-bottom: 6px;
    }
	.contactpg-content .hshipping-box strong {
        font-size: 17px;
    }
    .hcontact-map iframe {
        height: 270px;
    }
    .nav-bar{
        width: 300px;
    }
	.hcontact-form {
        padding: 18px 23px 0;
        margin-bottom: 0px;
    }
	    table {
        font-size: 14px;
    }
}
@media(max-width:320px){
	    .slick-slider .slick-prev, .slick-slider .slick-next, .slick-slider .slick-next:before, .slick-slider .slick-prev:before {
        transform: scale(0.8);
    }
	#home_slider .slick-prev {
    left: 20px;
}
	#home_slider .slick-next {
    right: 20px;
}
	.hslide-content a.all-buttons {
        width: 196px;
    }
	    .ft-desc strong, strong.ftmain-title {
        font-size: 16px;
        margin-bottom: 11px;
    }
	    th, td {
        padding: 11px 2px;
    }
}