@font-face {
    font-family: 'Canela';
    src: url('../fonts/canela/Canela-Medium.eot');
    src: url('../fonts/canela/Canela-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/canela/Canela-Medium.woff2') format('woff2'),
        url('../fonts/canela/Canela-Medium.woff') format('woff'),
        url('../fonts/canela/Canela-Medium.ttf') format('truetype'),
        url('../fonts/canela/Canela-Medium.svg#Canela-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Canela';
    src: url('../fonts/canela/Canela-Regular.eot');
    src: url('../fonts/canela/Canela-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/canela/Canela-Regular.woff2') format('woff2'),
        url('../fonts/canela/Canela-Regular.woff') format('woff'),
        url('../fonts/canela/Canela-Regular.ttf') format('truetype'),
        url('../fonts/canela/Canela-Regular.svg#Canela-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sfprodisplay/SFProDisplay-Medium.eot');
    src: url('../fonts/sfprodisplay/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sfprodisplay/SFProDisplay-Medium.woff2') format('woff2'),
        url('../fonts/sfprodisplay/SFProDisplay-Medium.woff') format('woff'),
        url('../fonts/sfprodisplay/SFProDisplay-Medium.ttf') format('truetype'),
        url('../fonts/sfprodisplay/SFProDisplay-Medium.svg#SFProDisplay-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF Pro Display';
    src: url('../fonts/sfprodisplay/SFProDisplay-Regular.eot');
    src: url('../fonts/sfprodisplay/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sfprodisplay/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/sfprodisplay/SFProDisplay-Regular.woff') format('woff'),
        url('../fonts/sfprodisplay/SFProDisplay-Regular.ttf') format('truetype'),
        url('../fonts/sfprodisplay/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');


*{
	margin: 0px;
	padding: 0px;
	}

	
.clr {
	clear:both;
	display:block;
	width:100%;
	height:0px;
	}

a {
   	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	box-shadow:none;
	color: #ad6cac;
	}

a:focus, a:active {
	outline: none;
	}
	
a, a img {
	border:none;
	}
	
img {
	max-width:100%;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'Canela';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	margin:0px;
	padding:0px;
	letter-spacing:0px;
	text-transform:none;
	line-height: 1.4;
	}
	
h1 {
	font-size:32px;
	}
	
h2 {
	font-size:28px;
	}
	
h3 {
	font-size:25px;
	}
	
h4 {
	font-size:21px;
	}
	
h5 {
	font-size:17px;
	}
	
h6 {
	font-size:14px;
	}
	
p{
	margin-bottom:15px;	
	padding-bottom:0px;
	}

iframe{
	width: 100%;
	}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder{
	/*color: #131313;*/
	font-family: 'SF Pro Display';
	}

:-moz-placeholder{
	/*color: #131313;*/
	font-family: 'SF Pro Display';
	}

::-moz-placeholder{
	font-family: 'SF Pro Display';
	opacity: 1;
	}

:-ms-input-placeholder{
	font-family: 'SF Pro Display';
	}

textarea{
	height: 120px;
}

body{
	font-family: 'SF Pro Display';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    color: #434343;
	font-size: 16px;
	line-height: 28px;
	}

.home .entry-header, .header-titles .site-description{
	display: none;
	}

.header-inner{
	max-width: 120rem;
	}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	margin: 0 0 2rem 0;
	}

.entry-content p, .entry-content li, .widget-content{
	line-height: 28px;
	font-size: 17px;
	}

body:not(.home) #main-header, .home #main-header.elementor-sticky--effects{
	border-bottom: solid 1px #e6e6e6;
  	background-color: #ffffff;
  	-webkit-box-shadow: 5px 5px 12px rgba(0,0,0,0.1);
  	-moz-box-shadow: 5px 5px 12px rgba(0,0,0,0.1);
  	box-shadow: 5px 5px 12px rgba(0,0,0,0.1);
	}

.section-inner.medium{
	max-width: 120rem;
	width: calc(100% - 4rem);
	}

.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), 
.panel-layout, .footer-inner{
	width: 100%;
	max-width: 124rem;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
	}

.woocommerce .site-main, .woocommerce-page article{
	max-width: 124rem;
  	margin: 0 auto;
  	padding-left: 20px;
  	padding-right: 20px;
}

.widget_text p, .widget_text ol, .widget_text ul, 
.widget_text dl, .widget_text dt, .widget-content .rssSummary, .entry-content{
	font-size: 16px;
	line-height: 28px;
	}

.search-toggle .toggle-icon, .search-toggle svg{
	height: 1.8rem;
	max-width: 1.8rem;
	width: 1.8rem;
	color: #ffffff;
	}

.modal-menu a, .modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a, .modal-menu ul li a{
	color: #023e8a;
	font-family: 'SF Pro Display';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-size: 16px;
    letter-spacing: 1px;
	}

.singular .entry-header{
	background-color: transparent;
	padding: 0 0 0 0;
	/*margin-bottom: 6rem;*/
	}

.singular .entry-header h1.entry-title{
	color: #ac6bab;
	font-family: 'Canela';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	font-size: 28px;
	padding: 4rem 0 3rem 0;
	letter-spacing: 0;
	text-transform: capitalize;
	position: relative;
	text-align: center;
	}

.single-product .entry-header{
	background-color: #ffffff;
	padding: 0 0 0 0;
	/*margin-bottom: 6rem;*/
	}

.single-product .entry-header h1.entry-title{
	color: #1078be;
	font-family: 'Canela';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	font-size: 28px;
	padding: 4rem 0 1rem 0;
	letter-spacing: 0;
	text-transform: uppercase;
	position: relative;
	}

.singular .entry-header h1.entry-title:after{
	content: "";
	background-color: rgba(127, 127, 127, 0.4);
	position: absolute;
	width: 30px;
	height: 1px;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	}

.single-post .entry-header h1.entry-title{
	text-align: center;
}

.single-post .entry-header h1.entry-title:after{
	display: none;
}

button.close-nav-toggle svg, button.close-nav-toggle .toggle-text{
	color: #000000;
}

.toggle.nav-toggle svg, .toggle-inner .toggle-text{
	display: none;
}

button.close-nav-toggle svg, button.close-nav-toggle .toggle-text {
    color: #000000;
    font-size: 0px;
}

/* woocommerce my styles */

.single-product .product .post-inner{
	padding-top: 0;
}

.single-product .related{
	clear: both;
}

.woocommerce ul.products li.product .price, 
.woocommerce div.product p.price, .woocommerce div.product span.price{
	color: #434343;
	font-family: 'SF Pro Display';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-size: 16px;
}

.woocommerce .quantity .qty{
	padding: 13px 12px;
}

.woocommerce div.product div.images .flex-control-thumbs li{
	float: none;
	width: calc(100% /5 - 8px);
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-top: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li:nth-child(5){
	margin-right: 0;
}

/*.woocommerce ul.products li.product a img{
	border: solid 1px #e0e0e0;
	height: 260px;
	padding: 10px;
}*/

.single-product .product .post-meta-wrapper{
	margin-top: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
	font-family: 'SF Pro Display';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	font-size: 18px;
	color: #434343;
	text-transform: capitalize;
	padding: 8px 12px;
}

.woocommerce #respond input#submit, .woocommerce a.button, 
.woocommerce button.button, .woocommerce input.button{
	color: #ffffff;
	background-color: #410740;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	border-radius: 0;
	width: 100%;
	max-width: 117px;
	font-family: 'SF Pro Display';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    text-transform: uppercase;
    -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 12px 10px;
	font-size: 11px;
}

.woocommerce ul.products a.button{
	max-width: 117px;
	margin-bottom: 2.5em;
}

.woocommerce ul.products li.product{
	position: relative;
	text-align: center;
	/*border: solid 1px rgba(0, 180, 216, 0.35);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;*/
}

.woocommerce .woocommerce-result-count{
	margin: 0 0 4em;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, 
.woocommerce button.button:hover, .woocommerce input.button:hover{
	background-color: #ad6dac;
	color: #ffffff;
	/*letter-spacing: 1px;*/
}

.single-product .product .post-meta{
	color: #7b7979;
}

.single-product .comments-wrapper, .single-product .pagination-single,
.woocommerce-page .pagination-single, .woocommerce ul.products li.product .star-rating{
	display: none;
}

.single-product .product .post-meta{
	font-size: 1.3rem;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, 
.woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce button.button.alt.disabled{
	background-color: #ad6cac;
	padding: 16px;
	font-weight: 500;
	color: #ffffff;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce button.button.alt.disabled:hover{
	background-color: #410740;
}

.woocommerce-page .entry-title a{
	pointer-events: none;
}

.woocommerce-page h2.entry-title{
	font-size: 28px;
	color: #2d2d2d;
}

/*
.woocommerce-page article{
	padding-top: 35px !important;
}

*/
.woocommerce-page .post-inner{
	padding-top: 0rem;
}

.woocommerce-cart .coupon{
	width: 50%;
	max-width: 300px;
}

.woocommerce-cart .woocommerce a.button.alt{
	max-width: 100%;
	font-weight: 500;
	font-size: 16px;

}

.woocommerce-cart .woocommerce a.button{
	max-width: 160px;
}

.woocommerce .woocommerce-ordering select{
	font-size: 15px;
	padding: 8px;
}

.woocommerce-cart .woocommerce-message, .single-product .woocommerce-message{
	color: #023e8a;
}

.woocommerce-cart .woocommerce-message::before, .single-product .woocommerce-message::before {
	color: #00b4d8;
	}

.single-product .woocommerce-message{
	border-top-color: #023e8a;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
	padding: 13px 17px;
}

.singular .intro-text, .woocommerce-Tabs-panel h2{
	display: none;
}

.single-product .woocommerce div.product form.cart .variations select{
	min-width: auto;
	font-size: 15px;
	padding: 7px;
}

.single-product .product_meta{
	font-size: 16px;
}

.single-product .sku_wrapper{
	display: block;
}

.single-product .product_meta a{
	color: #ababad;
}

.single-product .product_meta a:hover{
	color: #410740;
}

.flex-viewport{
	height: 500px !important;
}

.woocommerce .quantity .qty{
	padding: 13px 5px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{
	cursor: zoom-in;
}

.related.products{
	padding: 0;
}

.related.products h2{
	margin-bottom: 20px;
}

.woocommerce table.shop_table{
	border-radius: 0;
	background: #ffffff36;
}

.woocommerce-info{
	font-size: 18px;
}

.woocommerce-cart .coupon{
	max-width: 400px;
}

.woocommerce-page table.cart td.actions .input-text{
	width: 160px;
}

.woocommerce-cart table.cart td.actions .coupon .input-text{
	padding: 9px;
}

.woocommerce table.cart td.actions .coupon{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.single-product .product .post-meta-wrapper{
	display: none;
}

/* end woocommerce my styles */

.nav-toggle .toggle-icon, .nav-toggle svg{
	height: 2rem;
	width: 2.6rem;
}

.menu-modal.active {
    z-index: 999;
}

/* sub menu */

ul.sub-menu li:nth-child(3){
	margin-right: 0px;
}

.primary-menu > li.menu-item-has-children > a{
	padding-right: 0;
}

.primary-menu > li > .icon{
	display: none;
}

.primary-menu .sub-menu{
	padding: 0;
}

.sub-menu li a:hover{
	background-color: #ededed;
	color: #000000 !important;
}

.primary-menu ul::after {
	display: none;
}

.search-results .post-inner{
	padding-top: 4rem;
	}

.search-results hr{
	margin: 4rem auto;
	}

.search-results h2.entry-title{
	font-size: 45px;
	}
	
/* ---------- */

/* elementor Basic styles Start */

section.elementor-section.elementor-section-boxed > .elementor-container{
	max-width: 1200px;
}

.hdr-top{
	z-index: -9;
	color: #ffffff;
}

.hdr-top p{
	margin-bottom: 0;
	text-align: center;
}

.hdrnav{
	border-top: solid 1px rgba(127, 127, 127, 0.2);
}

.mainslider .swiper-slide-contents h6{
	font-family: 'Canela';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	font-size: 40px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.mainslider .swiper-slide-contents h3{
	font-family: 'Canela';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	font-size: 50px;
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.mainslider .elementor-swiper-button{
	background-color: #196aa2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
}

.mainslider .swiper-pagination-bullet{
	height: 4px !important;
	width: 34px !important;
	border-radius: 0;
}

.mainslider .swiper-container-horizontal > .swiper-pagination-bullets, 
.mainslider .swiper-pagination-custom, .mainslider .swiper-pagination-fraction{
	bottom: 30px;
}

.btm-details-list, .socials-btm ul{
	margin: 0;
}

.btm-details-list li.location,
.btm-details-list li.email,
.btm-details-list li.call{
	position: relative;
	margin-right: 0;
	list-style-type: none;
}

.btm-details-list li{
	padding-bottom: 24px;
	padding-left: 35px;
	font-size: 16px;
	margin-left: 0;
	color: #fff;
}

.btm-details-list li a{
	color: #ffffff;
}

.btm-details-list li a:hover{
	color: #00B4A3;
}

.btm-details-list li.location:before{
	content: "";
	background-image: url(../images/mapicon.png);
	background-repeat: no-repeat;
	background-size: 80% auto;
	position: absolute;
	width: 21px;
	height: 31px;
	top: 2px;
	left: 0;
}

.btm-details-list li.email:before{
	content: "";
	background-image: url(../images/emailicon.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: absolute;
	width: 21px;
	height: 15px;
	top: 6px;
	left: 0;
}

.btm-details-list li.call:before{
	content: "";
	background-image: url(../images/phoneicon.png);
	background-repeat: no-repeat;
	background-size: 80% auto;
	position: absolute;
	width: 22px;
	height: 23px;
	top: 2px;
	left: 0;
}

.ftr-top-col h4.elementor-image-box-title{
	margin-bottom: 10px;
}

.ftr-top-col .elementor-image-box-description{
	line-height: 24px;
}

body:not(.home, .woocommerce) .custom-footer{
	margin-top: 4rem;
}

.woocommerce-page .woocommerce-products-header h1.woocommerce-products-header__title{
	color: #ac6bab;
  	font-family: 'Canela';
  	font-weight: 500;
  	font-style: normal;
  	font-display: swap;
  	font-size: 28px;
  	padding: 4rem 0 3rem 0;
  	letter-spacing: 0;
  	text-transform: capitalize;
  	position: relative;
  	text-align: center;
}

.woocommerce-page .woocommerce-products-header h1.woocommerce-products-header__title:after{
	content: "";
  	background-color: rgba(127, 127, 127, 0.4);
  	position: absolute;
  	width: 30px;
  	height: 1px;
  	bottom: 15px;
  	left: 0;
  	right: 0;
  	margin: 0 auto;
}

.custom-footer .elementor-nav-menu--main .elementor-nav-menu a:hover, 
.custom-footer .elementor-nav-menu--dropdown a, .custom-footer .elementor-nav-menu a:hover{
	padding: 0;
}

.custom-footer .elementor-nav-menu--main .elementor-nav-menu a, 
.custom-footer .elementor-nav-menu--dropdown a{
	color: #ffffff;
	font-weight: 400;
	font-size: 17px;
	margin-bottom: 22px;
	display: inline-block;
	position: relative;
	padding: 0;
}

/*.custom-footer .elementor-nav-menu--main .elementor-nav-menu a:before,
.custom-footer .elementor-nav-menu--dropdown a:before {
    content: "\f0da";
    position: absolute;
    font-size: 0;
    width: 0;
    top: 0;
    left: -14px;
    font-family: "fontawesome";
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    }*/

.custom-footer .elementor-nav-menu--main .elementor-nav-menu a:hover,
.custom-footer .elementor-nav-menu--dropdown a:hover {
    color: rgba(255, 255, 255, 0.5);
    margin-left: 10px;
}

.custom-footer .elementor-nav-menu--main .elementor-nav-menu a:hover:before,
.custom-footer .elementor-nav-menu--dropdown a:hover:before {
    width: 10px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.custom-footer-btm p{
	margin-bottom: 0;
}

.custom-footer-col{
	color: #ffffff;
}

.custom-footer-col h3.elementor-heading-title{
	font-family: 'Canela';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	font-size: 28px;
	line-height: 24px;
	text-transform: capitalize;
	color: #ffffff;
	margin-bottom: 20px;
	position: relative;
	letter-spacing: 0;
}

/*.custom-footer-col h3.elementor-heading-title:after{
	content: "";
	position: absolute;
	background-color: #b5b5b5;
	width: 40px;
	height: 1px;
	right: 0;
	bottom: -15px;
	left: 0;
}
*/
.custom-footer-col .tnp-widget-minimal input.tnp-email{
	outline: none;
	margin-bottom: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 14px;
}

.custom-footer-col .tnp-widget-minimal input.tnp-submit{
	background-color: transparent;
	width: auto;
	text-align: left;
	font-weight: 400;
	color: #74e8ff;
	text-transform: capitalize;
	text-decoration: underline;
}

.custom-footer-col:nth-child(2) .elementor-nav-menu--main .elementor-nav-menu a{
	background-color: rgba(0, 0, 0, 0.4);
	color: #ffffff;
  	padding: 10px 20px;
  	width: 100%;
  	max-width: 130px;
  	text-align: center;
  	text-transform: uppercase;
  	font-size: 15px;
  	padding: 12px;
  	margin-bottom: 12px;
}

.custom-footer-col:nth-child(2) .elementor-nav-menu--main .elementor-nav-menu a:hover{
	background-color: #ad6dac;
	margin-left: 0;
}

.custom-footer-btm{
/*	border-top: solid 1px rgba(255, 255, 255, 0.2);*/
	color: #ffffff;
}

.custom-footer-btm a{
	color: #ffffff;
}

.custom-footer .elementor-nav-menu--dropdown{
	background-color: transparent;
	font-size: 14px;
}

.custom-footer .elementor-nav-menu a:hover{
	background-color: transparent;
}

.footer-btm{
	border-top: solid 1px #ffffff;
	color: #ffffff;
}

.footer-btm p{
	margin-bottom: 0;
}

.footer-btm a{
	color: #ffffff;
}

.footer-btm a:hover{
	color: #1078be;
}

.footer-form input[type="text"], .footer-form input[type="email"], .footer-form textarea{
	background: transparent;
	border: none;
	border-bottom: solid 1px #ffffff;
	outline: none;
	color: #ffffff;
	padding: 0 0 10px 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.footer-form textarea{
	height: 40px;
}

.footer-form input[type="submit"]{
	padding: 10px 30px;
	font-size: 12px;
	font-weight: 400;
}

.privacy-policy{
	margin: 0;
}
/* elementor Basic styles End */

#main-header .elementor-widget-theme-site-logo img{
	max-width: 140px;
	}

#main-header .elementor-widget-theme-site-logo{
	margin-right: 20rem;
	}

#main-header .elementor-search-form{
	max-width: 307px;
	}

.site-logo img{
	max-height: 5rem;
}

.primary-menu > li.current_page_item a, .primary-menu > li.current_page_item a:active,
.primary-menu > li.current_page_item a:focus, .primary-menu > li.current_page_item a:hover,
.primary-menu > li a:hover{
	color: #00745b;
	position: relative;
}

.primary-menu > li.current_page_item a:after, .primary-menu > li.current_page_item a:active:after,
.primary-menu > li.current_page_item a:focus:after, .primary-menu > li.current_page_item a:hover:after,
.primary-menu > li a:hover:after{
	border-width: 3px 0 0 0;
	border-color: #00745b;
	border-style: solid;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 5px;
	content: "";
	height: 3px;
	width: 100%;
	transition: 350ms ease 0s;
}

.primary-menu a{
	font-family: 'SF Pro Display';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	padding: 15px 12px;
	color: #000000;
	font-size: 16px;
	text-transform: capitalize;
	position: relative;
}

.primary-menu a:after{
	border-width: 3px 0 0 0;
	border-color: #549ea2;
	border-style: solid;
	position: absolute;
	left: 0;
	bottom: 5px;
	content: "";
	height: 3px;
	width: 0;
	transition: 350ms ease 0s;
	}

.primary-menu a:hover:after{
	width: 100%;
}

/*.primary-menu > li > .icon{
	color: #ffffff;
}*/

.primary-menu > li{
	margin: 0 30px;
}

ul.primary-menu{
	margin: 0;
}

.nav-toggle .toggle-icon {
	position: relative;
}

.nav-toggle .toggle-icon::after {
    content: "";
    position: absolute;
    background-image: url("../images/toggle-open-wht1.png");
    background-repeat: no-repeat;
    width: 28px;
    height: 19px;
    right: 0;
    top: 0;
}

.elementor-column.mainmenu-toggle{
	position: absolute;
	top: 10px;
	right: 0;
}

.mainmenu-toggle .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active) + .elementor-nav-menu__container{
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	width: 1200px !important;
	max-width: 500px;
	right: 0;
	left: auto !important;
}

.mainmenu-toggle .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container{
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	width: 1200px !important;
	max-width: 500px;
	right: 0;
	left: auto !important;
}

.pdtcat-slider-row, .hmpdt-row, .promise-row, .hmabt-row, .instagram-row{
	position: relative;
}

.pdtcat-slider-row:before{
	content: "";
	position: absolute;
	background-image: url(../images/cat-before-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 75%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -9;
}

.pdtcat-slider-row:after{
	content: "";
	position: absolute;
	background-image: url(../images/pdtcat-after.png);
	background-repeat: no-repeat;
	background-size: 90% auto;
	background-position: bottom right;
	width: 132px;
	height: 379px;
	right: 0;
	bottom: -150px;
	z-index: -9;
}

.pdtcat-slider-row .nav-top-right .sp-wcsp-button{
	top: 40%;
	z-index: 9;
	width: 100%;
}

.pdtcat-slider-row .nav-top-right .sp-wcsp-slider-section{
	padding-top: 0;
}

.pdtcat-slider-row .sp-wcsp-slider-area-301 .sp-wcsp-button-prev{
	left: -15px;
	position: absolute;
	border: none;
	background-color: #ffffff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	line-height: 50px;
}

.pdtcat-slider-row .sp-wcsp-slider-area-301 .sp-wcsp-button-prev .fa{
	right: -4px;
  	position: relative;
  	color: #000;
  	font-size: 25px;
  	top: 1px;
}

.pdtcat-slider-row .sp-wcsp-slider-area-301 .sp-wcsp-button-next{
	right: -15px;
	position: absolute;
	border: none;
	background-color: #ffffff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	line-height: 50px;
}

.pdtcat-slider-row .sp-wcsp-slider-area-301 .sp-wcsp-button-next .fa{
	left: -4px;
  	position: relative;
  	color: #000;
  	font-size: 25px;
  	top: 1px;
}

.pdtcat-slider-row .subhding h2.elementor-heading-title{
	color: #ffffff;
}

.pdtcat-slider-row .sp-wcsp-cat-item .sp-wcsp-cat-thumbnail, 
.pdtcat-slider-row .sp-wcsp-cat-item .sp-wcsp-cat-details .sp-wcsp-cat-details-content{
	border: none !important;
}

.pdtcat-slider-row .swiper-container-autoheight .swiper-slide{
	border: solid 4px #ffffff;
}

.pdtcat-slider-row .sp-wcsp-cat-item .sp-wcsp-cat-details .sp-wcsp-cat-details-content .sp-wcsp-cat-name a{
	color: #410740 !important;
	letter-spacing: 2px !important;
	font-family: 'SF Pro Display' !important;
    font-weight: 500 !important;
    font-style: normal !important;
    font-display: swap !important;
    font-size: 18px !important;
}

.subhding h2.elementor-heading-title{
	font-family: 'Canela';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	font-size: 36px;
	color: #000000;
	text-transform: capitalize;
	position: relative;
	margin-bottom: 20px;
}

.subhding h3.elementor-image-box-title{
	font-size: 34px;
}

.hmpdt-row .subhding h2.elementor-heading-title{
	font-size: 30px;
}

.hmpdt-row:before{
	content: "";
	position: absolute;
	background-image: url(../images/pdt-before.png);
	background-repeat: no-repeat;
	background-size: 90% auto;
	background-position: left bottom;
	width: 127px;
	height: 386px;
	bottom: 0;
	left: 0;
}

.hmpdt-row:after{
	content: "";
	position: absolute;
	background-image: url(../images/pdt-after.png);
	background-repeat: no-repeat;
	background-size: 90% auto;
	background-position: bottom right;
	width: 84px;
	height: 180px;
	right: 0;
	bottom: 0;
}

.promise-row .subhding h2.elementor-heading-title{
	margin-bottom: 0;
}

.promise-row:after{
	content: "";
	position: absolute;
	background-image: url(../images/promise-after-1.png);
	background-repeat: no-repeat;
	background-size: 90% auto;
	background-position: bottom right;
	width: 189px;
	height: 341px;
	right: 50px;
	bottom: -50px;
	z-index: -9;
}

.hmabt-row:before{
	content: "";
	position: absolute;
	background-image: url(../images/about-before.png);
	background-repeat: no-repeat;
	background-size: 90% auto;
	background-position: left bottom;
	width: 340px;
	height: 331px;
	bottom: 0;
	left: 0;
}

.instagram-row:after{
	content: "";
  	position: absolute;
 	background-image: url(../images/instagram-after.png);
 	background-repeat: no-repeat;
 	background-size: 90% auto;
 	background-position: bottom right;
 	width: 202px;
 	height: 182px;
 	right: -15px;
 	bottom: -66px;
 	z-index: -9;
}

.subhding h3.elementor-heading-title{
	font-family: 'Canela';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	text-transform: uppercase;
	letter-spacing: 7px;
	position: relative;
	margin-bottom: 20px;
}

.subhding h3.elementor-heading-title:after{
	content: "";
	position: absolute;
	background-color: #ce4571;
	width: 50px;
	height: 2px;
	right: 0;
	left: 0;
	bottom: -20px;
	margin: 0 auto;
}

.custom-footer-col .wpcf7-form{
	padding: 8% 10% 8% 10%;
	background-color: #faebe8;
}

.custom-footer-col .wpcf7-form input[type="submit"]{
	background-color: transparent;
	color: #434343;
	padding: 0;
	text-transform: capitalize;
  	letter-spacing: 0;
  	text-align: center;
  	width: 100%;
  	max-width: fit-content;
  	margin: 10px auto;
  	right: 0;
  	left: 0;
  	position: absolute;
}

.custom-footer-col .wpcf7-form label{
	color: #434343;
}

.custom-footer-col .wpcf7-form input[type="text"], .custom-footer-col .wpcf7-form input[type="email"]{
	border: solid 3px rgba(255, 255, 255);
}

input[type="text"], input[type="password"], input[type="email"], textarea, select, input[type="date"], input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus, input[type="date"]:focus {
  outline: none;
  border: solid 3px rgba(142, 138, 138, 0.2);
  background-color: #ffffff;
  padding: 10px 15px;
  color: rgba(24, 14, 14, 0.29);
  font-size: 14px;
 }

.woocommerce ul.products li.product-category{
	border: solid 2px #f2f2f2;
}

.woocommerce ul.products li.product-category h2.woocommerce-loop-category__title{
	color: #410740;
	letter-spacing: 0;
  	font-family: 'SF Pro Display';
  	font-weight: 500;
  	font-style: normal;
  	font-display: swap;
  	font-size: 17px;
  	padding: 15px 3px;
  	height: 60px;
}

.woocommerce ul.products li.product-category a img{
	margin-bottom: 0;
}

.woocommerce ul.products li.product-category h2.woocommerce-loop-category__title .count{
	display: none;
}

.single-product.woocommerce div.product{
	margin-top: 5rem;
}

.comment-reply-title{
	font-family: 'Canela';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	font-size: 28px;
}

.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart{
	left: auto;
	right: 10px;
}

.wc-block-cart .wc-block-cart__submit-container{
	background-color: #ad6dac;
	border-radius: 50px;
	color: #ffffff;
}

.wc-block-cart .wc-block-cart__submit-container a{
	color: #ffffff;
}

.wc-block-cart__submit{
	outline: none;
}

.bounce {
    height: 30px;
    overflow: hidden;
    position: relative;
    }
            
.bounce p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 30px;
    text-align: center;
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    -moz-animation: bouncing-text 5s linear infinite alternate;
    -webkit-animation: bouncing-text 5s linear infinite alternate;
    animation: bouncing-text 10s linear infinite alternate;
    }

@-moz-keyframes bouncing-text {
0% {
    -moz-transform: translateX(50%);
    }
100% {
    -moz-transform: translateX(-50%);
      }
}
            
@-webkit-keyframes bouncing-text {
0% {
    -webkit-transform: translateX(50%);
    }
100% {
    -webkit-transform: translateX(-50%);
    }
}
            
@keyframes bouncing-text {
0% {
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    }
100% {
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    }
}

.get-form .gform_wrapper .top_label .gfield_label, .post-meta-wrapper, 
#popmake-2018 .gform_wrapper .top_label .gfield_label, 
.woocommerce-checkout .wc-block-components-form.wc-block-checkout__form .wc-block-components-text-input #billing-phone, 
.woocommerce-checkout .wc-block-components-form.wc-block-checkout__form .wc-block-components-address-form-wrapper .wc-block-components-text-input:last-child label{
	/*display: none;*/
}

.get-form .gform_wrapper textarea.large, .request-form .gform_wrapper textarea.large{
	height: 150px;
}

.get-form .gform_wrapper .hidden_label input.large, 
.get-form .gform_wrapper .hidden_label select.large, 
.get-form .gform_wrapper .top_label input.large, 
.get-form .gform_wrapper .top_label select.large,
.get-form  .gform_wrapper textarea.large, 
.get-form .gform_wrapper.gf_browser_gecko select{
	outline: none;
	padding: 10px !important;
	border: solid 1px rgba(0, 0, 0, 0.1);
}

.get-form .gform_wrapper.gf_browser_gecko select{
	background-color: #ffffff;
}

#get-quote .subhding h3:after{
	margin: 0;
	background: #ffffff;
}

.woocommerce .woocommerce-breadcrumb, .woocommerce #sidebar{
	display: none;
}

.elementor-posts--thumbnail-top.service-posts .elementor-post__thumbnail__link{
	margin-bottom: 0;
}

.realted-hding h2.elementor-heading-title{
	color: #1B1462;
	font-weight: 600;
	padding-bottom: 1em;
}

.list-items ul{
	margin: 0;
}

.list-items li{
	list-style-type: none;
	padding-left: 40px;
	position: relative;
	margin: 0 0 10px 0;
}

.list-items li:nth-child(1){
	position: relative;
}

.list-items li:nth-child(1):before{
	content: "";
	position: absolute;
	background-image: url(../images/free-shipping.png);
	background-repeat: no-repeat;
	background-position: center left;
  	background-size: 90% auto;
	width: 23px;
	height: 23px;
	top: 4px;
	left: 0;
}

.inline-items .elementor-widget-image{
	background-color: #ffffff;
	box-shadow: 0px 0px 14px #afa8a84a;
  	border-radius: 5px;
  	padding: 25px;
}

.inline-items .elementor-widget-image .wp-caption figcaption.widget-image-caption{
	height: 40px;
}

.read-btn{
	margin-top: 3%;
}

a.to-the-top{
	background: rgba(0,0,0);
	width: 30px;
	height: 30px;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	bottom: 50px;
	right: 0px;
	color: #fff;
	position: absolute;
}

.wppb-form-field input[type="text"], .wppb-form-field input[type="number"], 
.wppb-form-field input[type="email"], .wppb-form-field input[type="url"], 
.wppb-form-field input[type="password"], .wppb-form-field input[type="search"], 
.wppb-form-field select, .wppb-form-field textarea, .wppb-checkboxes, .wppb-radios, 
#wppb-login-wrap .login-username input, #wppb-login-wrap .login-password input, #wppb-login-wrap .login-auth input{
	padding: 10px;
}

.wppb-user-forms li h4{
	margin-bottom: 0;
}

.abt-col h2.elementor-heading-title, .abt-cnt h2.elementor-heading-title, .ser-sub-pgcol h2.elementor-heading-title {
  font-family: 'Canela';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 0;
}

/*.inline-items .elementor-element .elementor-widget-image img{
	width: 60px;
    height: 40px
}*/

.blog-page .post-meta{
	margin: 0;
}

.single-post .entry-header{
	background-color: transparent;
	margin-bottom: 18px;
	margin-bottom: 0;
/*	display: none;*/
}

.single-post .entry-header h1.entry-title{
	color: #000000;
	padding: 0;
}

.single-post .post-meta-wrapper, .single-post .featured-media-inner{
	display: none;
}

.entry-categories{
	margin-top: 4rem;
    margin-bottom: 1rem;
}

.archive-header{
	padding: 4rem 0;
}

body:not(.singular).archive main > article:first-of-type{
	padding: 0;
}

body:not(.singular).archive main > article, .single-post main > article{
	text-align: left;
}

.archive h2.entry-title{
	font-size: 30px;
	line-height: 30px;
}

.archive h2.entry-title a{
	color: #000000;
}

.archive .post-inner, .single-post .post-inner{
	padding-top: 0;
}

.archive .featured-media{
	margin-top: 3rem;
}

/*.single-post #site-content, .archive #site-content{
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}
*/
.single-post .featured-media-inner{
	left: 0;
	width: 100%;
}

.comments-wrapper{
	display: none;
}

.blog-page .rt-tpg-container .layout1 .rt-holder .rt-img-holder img{
	height: 320px;
	width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7-not-valid-tip{
	font-size: 14px;
}

.inner-banner-hding h1.elementor-heading-title{
	margin-bottom: 0;
	color: #ffffff;
}

.inner-banner-row{
	margin-bottom: 5rem;
}

.news-row .elementor-posts .elementor-post__title a{
	font-weight: 400;
}

.privacy-policy, .powered-by-wordpress, .to-the-top{
	color: #434343;
}

.privacy-policy a{
	color: #ad6cac;
}

.privacy-policy h2.wp-block-heading{
	margin-bottom: 10px !important;
}

.poclicy-cnt h3, .contact-col h3, .privacy-policy h2.wp-block-heading{
	font-family: 'Canela';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	font-size: 22px;
}

.poclicy-cnt ul{
	margin: 15px 0 15px 15px;
}

.contact-col h3{
	margin-bottom: 0;
}

.contact-col ul{
	margin: 0 0 10px 10px;
}

.contact-col ul li a{
	color: #434343;
}

.contact-col ul li a:hover{
	color: #ad6cac;
}

.inrsub-title h3.elementor-heading-title{
	font-size: 28px;
	font-weight: 400;
	position: relative;
}

.inrsub-title h3.elementor-heading-title:after{
	content: "";
	position: absolute;
	background-color: #1078be;
	width: 50px;
	height: 1px;
	bottom: -16px;
	left: 0;
}

.about-pg .elementor-image-box-wrapper h3.elementor-image-box-title, 
.values-row .elementor-image-box-wrapper h3.elementor-image-box-title{
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 10px;
}

.product-col-row h2.elementor-heading-title, .product-col-row .elementor-flip-box__layer.elementor-flip-box__back{
	margin-bottom: 0;
	/*font-weight: 600;
	text-transform: uppercase;*/
}

.half-fields-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.half-fields{
	width: calc(100% /2 - 15px);
	margin-bottom: 20px;
}

.contact-page-left label{
	margin-bottom: 10px;
}

.sidebar-menu{
	border-left: solid 1px #cfcccc;
}

.sbttBacktotop{
	width: 40px;
	z-index: 99;
}

.newsletter-col .wp-caption .widget-image-caption{
	color: #000000;
}

.gallery{
	margin-top: 0;
	margin-bottom: 0;
}

.elementor-image-gallery .gallery-item{
	padding-bottom: 1.5em;
}

.wishlist_products_counter.top_wishlist-heart.top_wishlist-.no-txt{
	position: relative;
}

.wishlist_products_counter_number{
	position: absolute;
  	top: -11px;
  	right: -1px;
  	background: #ad6cac;
  	border-radius: 50px;
  	width: 15px;
  	height: 16px;
  	text-align: center;
  	line-height: 16px;
  	color: #fff;
  	font-weight: 400;
  	font-size: 10px;
}

.tinv-wishlist .tinv-header, .woocommerce-form.woocommerce-form-track-order.track_order p:first-child, 
.woocommerce-form.woocommerce-form-track-order.track_order p:nth-child(3){
	display: none;
}

body .qib-button-wrapper .minus.qib-button, body .qib-button-wrapper .plus.qib-button{
	background: transparent !important;
	border: none;
}

body .qib-button-wrapper .quantity input.input-text.qty.text{
	border: none;
}

body .qib-button-wrapper{
	border: solid 1px #f3f3f3;
	max-width: 156px;
	margin-bottom: 10px;
}

.single-product.woocommerce div.product form.cart{
	display: block;
	margin-bottom: 1em;
	float: none;
}

body.single-product.woocommerce .qib-button-wrapper{
	float: none;
}

.qib-button-wrapper .quantity input.input-text.qty.text{
	outline: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger, 
.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart{
	z-index: 2;
}


div.product form.cart .tinvwl_add_to_wishlist_button{
	color: #ffffff;
  	background-color: #410740;
  	-webkit-transition: all 0.5s ease-in-out 0s;
  	-o-transition: all 0.5s ease-in-out 0s;
  	transition: all 0.5s ease-in-out 0s;
  	border-radius: 0;
  	width: 100%;
  	max-width: 150px;
  	font-family: 'SF Pro Display';
  	font-weight: 500;
  	font-style: normal;
  	font-display: swap;
  	text-transform: uppercase;
  	-webkit-border-radius: 50px;
  	-moz-border-radius: 50px;
  	border-radius: 50px;
  	padding: 0 18px;
  	font-size: 11px;
  	margin-top: 0;
  	text-align: center;
  	margin-left: 10px;
  	height: 50px;
  	line-height: 50px;
}

body .elementor-search-form--skin-full_screen .elementor-search-form__container{
	top: 46px;
	height: 13vh;
	background-color: rgb(115, 75, 114);
}

.elementor-menu-cart__product-remove::after, .elementor-menu-cart__product-remove::before {
    background: var(--remove-item-button-color,#797979)!important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-footer-item-tax .wc-block-components-formatted-money-amount {
  display:none;
}

@media only screen and (min-width: 1024px) {
div.inner-banner-hding h1.elementor-heading-title{
	font-size: 40px;
	}
	
/*div.custom-footer-col ul.elementor-nav-menu{
	-webkit-column-count: 2;
  	-moz-column-count: 2;
  	column-count: 2;
	}*/
}

@media only screen and (min-width: 768px) {
.woocommerce div.product form.cart .single_add_to_cart_button.button{
	padding: 18px;
	max-width: 150px;
	height: 50px;
	}

.tinv-wraper.tinv-wishlist{
	display: flex;
	}
}

@media only screen and (max-width: 1024px) {
#main-header .elementor-widget-theme-site-logo{
	margin-right: 6rem;
	}

.pdtcat-slider-row::after{
	background-size: 60% auto;
	width: 99px;
 	height: 188px;
 	bottom: 0;
	}

.hmpdt-row::before, .hmabt-row::before{
	background-size: 48% auto;
	}

.hmpdt-row::after{
	background-size: 57% auto;
	}

.promise-row::after{
	background-size: 50% auto;
	bottom: 0;
	}

.instagram-row::after{
	background-size: 50% auto;
	bottom: -35px;
	}
}

@media only screen and (max-width: 768px) {
body, .entry-content p, .entry-content li, .widget-content, .btm-details-list li{
	font-size: 14px;
	}

.hdr-top{
	position: absolute !important;
  	top: 0;
/*  	z-index: 9;*/
	}	

.hdr-mobile-right a.wishlist_products_counter.top_wishlist-heart.wishlist-counter-with-products::before{
	font-size: 28px;
	}

.mainmenu-toggle .elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container{
	max-width: 100%;
	}

#main-header .elementor-widget-theme-site-logo img{
	max-width: 140px;
	}

.mainslider .swiper-slide-contents .elementor-slide-description h3{
	font-size: 25px;
	}

.mainslider .swiper-slide-contents h6{
	font-size: 20px;
	}

#main-header .elementor-search-form{
	max-width: 100%;
	}

div.subhding h3.elementor-image-box-title{
	font-size: 24px;
	}

div.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item{
	max-width: 33.33%;
	}

.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
	font-size: 16px;
	}

.single-product.woocommerce div.product .product_title, 
.related.products h2{
	font-size: 24px;
	}

.tinv-wishlist table.tinvwl-table-manage-list tbody td{
	width: inherit !important;
	border: none;
	padding: 7px 0;
}

.tinv-wishlist .wishlist_item .product-thumbnail{
	width: 30% !important;
	float: left;
	padding: 0;
	}

.tinv-wishlist .product-thumbnail img{
	max-width: 100%;
	/*height: 32vh;*/
    object-fit: cover;
	}

.tinv-wishlist .tinvwl-table-manage-list .product-cb, .tinvwl-table-manage-list tfoot{
	display: none;
	}

.tinv-wishlist .wishlist_item{
	border-bottom: solid 1px #dcd7ca;
	margin: 20px 0;
    display: block;
	}

.tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove{
	position: absolute;
	right: 0;
	}

.ftr-top-col .elementor-image-box-img img{
	margin: 0 auto;
	}

.custom-footer-col h3.elementor-heading-title{
	margin-bottom: 10px;
	}

/*.promise-col .elementor-widget-container{
	max-width: 75%;
	}*/

.subhding h2.elementor-heading-title{
	font-size: 28px;
	margin-bottom: 15px;
	}

.pdtcat-slider-row .sp-wcsp-cat-item .sp-wcsp-cat-details .sp-wcsp-cat-details-content .sp-wcsp-cat-name a{
	font-size: 16px !important;
	}

.pdtcat-slider-row .sp-wcsp-cat-item .sp-wcsp-cat-details .sp-wcsp-cat-details-content .sp-wcsp-cat-name a{
	font-size: 14px !important;
	}

.pdtcat-slider-row .sp-wcsp-cat-item .sp-wcsp-cat-details .sp-wcsp-cat-details-content{
	padding: 10px !important;
	}

/*.footer-btm .elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container{
	text-align: left !important;
	float: left;
	}*/

.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart a.tinvwl_add_to_wishlist_button{
	background: #fff;
  	padding: 15px;
  	border-radius: 50px;
  	box-shadow: 0px 0px 5px #ddd9d9;
	}

.inline-items .elementor-widget-image .wp-caption figcaption.widget-image-caption{
	font-size: 11px;
	line-height: 18px;
	}

body .elementor-search-form--skin-full_screen .elementor-search-form input[type="search"].elementor-search-form__input{
	font-size: 20px;
	}

.woocommerce ul.products li.product-category h2.woocommerce-loop-category__title{
	font-size: 16px;
	height: 70px;
	}

div.mob-menu-header-holder{
	background-color: #ffffff;
	}

div.mobmenul-container i, div.mobmenur-container i{
	color: #ad6cac;
	}

div.mobmenu-left-panel{
	background-color: #ad6cac;
	}

.hdr-top .elementor-nav-menu__align-right .elementor-nav-menu{
	margin-left: 0;
	}

div.mobmenu-content #mobmenuleft > li > a:hover, 
div.mobmenu-content #mobmenuleft .sub-menu a:hover{
	background-color: #410740;
	color: #ffffff !important;
	}

div.mobmenu-content #mobmenuleft li:hover, div.mobmenu-content #mobmenuright li:hover, 
div.mobmenu-content #mobmenuleft .sub-menu{
	background-color: transparent;
	}

.hdr-top a.wishlist_products_counter{
	color: #ffffff;
	}

body div.qib-button-wrapper{
	float: none;
	max-width: 160px;
    margin: 10px 0;
	}

.single-product.woocommerce button.button.alt{
	max-width: 100%;
	padding: 18px;
	height: 50px;
	}

div.product form.cart .tinvwl_add_to_wishlist_button{
	max-width: 100%;
	margin: 10px 0;
	}

section.inner-banner-row{
	padding: 4rem 0;
	margin-bottom: 1rem;
	}

div.inner-banner-hding h1.elementor-heading-title{
	font-size: 26px;
	}

body:not(.home) section.custom-footer{
	margin-top: 2rem;
	}

div.half-fields-row{
	display: -webkit-block;
	display: -moz-block;
	display: -ms-block;
	display: -o-block;
	display: block;
	}

div.half-fields{
	width: calc(100%);
	}

.product-col-row:nth-child(odd) .elementor-column:first-child{
	-webkit-box-ordinal-group: 2;  
  	-moz-box-ordinal-group: 2;     
  	-ms-flex-order: 2;     
  	-webkit-order: 2;  
  	order: 2;
	}

.product-col-row:nth-child(odd) .elementor-column:last-child{
	-webkit-box-ordinal-group: 1;  
  	-moz-box-ordinal-group: 1;     
  	-ms-flex-order: 1;     
  	-webkit-order: 1;  
  	order: 1;
	}

.hdr-mobile-right{
	position: absolute !important;
	max-width: 120px;
	right: 0;
	top: 55px;
	z-index: 9;
	}

.mob-menu-header-holder{
	z-index: 2 !important;
	top: 40px !important;
	}
}

@media only screen and (max-width: 699px) {
.woocommerce-cart span.cartcalculatedtext {
  margin-top: -20px !important;
}
}

@media only screen and (max-width: 480px) {
div.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item{
 	max-width: 50%;
 }

.subhding h3.elementor-heading-title{
	font-size: 16px;
	letter-spacing: 6px;
	}

.pdtcat-slider-row::before{
	width: 82%;
	}

.mob-standard-logo{
	margin-right: 6%; margin-top:8px;
	}		
}