/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Template: hello-elementor
*/

/* Add your custom styles here */
.customTitle .elementor-heading-title {
    position: relative;
}
.customTitle .elementor-heading-title:after, .titleBlack h2:after{
       content: "";
    position: absolute;
    right: -70px;
    background-image: url(https://dyrebutikk-no.wpworld-host.com/wp-content/uploads/2025/06/hand-image.png);
    background-size: contain;
    width: 61px;
    height: 38px;
    top: -22px;
    background-repeat: no-repeat;
}
.homeBanner::before{
	transform: scaleX(-1);
}
button:focus,#elementor-menu-cart__toggle_button{
	background-color:transparent !important;
}
.customMenu .elementor-nav-menu--dropdown {
    position: absolute;
    top: 37px;
    z-index: 2;
    width: 257px;
    left: -16px;
    
}
.CustomDropDownMenu .e-n-menu-content{
    width: 100% !important;
    left: 50% !important;
    transform: translateX(-50%);
}
.customReviews .jdgm-carousel-item.jdgm--shop-review{
	text-align:left;
	padding:20px;
	background-color:white;
	border-radius:10px;
	margin:10px;
}
.customReviews .jdgm-carousel-item{
	width:32%;
}
.iconRotate .elementor-icon-list-icon{
	transform: rotate(-55deg);
    margin-top: -8px;
}
.customReviews .jdgm-carousel-item__review, .customReviews .jdgm-carousel-item__reviewer-name-wrapper{
	text-align:left;
	height:auto !important;
	margin:0px;
}
.customReviews .jdgm-carousel-item__review-body>p{
	margin:15px 0px;
}
.customReviews .jdgm-star.jdgm--on{
	padding: 6px !important;
    font-size: 18px;
    color: white;
    background: #07C167;
	margin: 3px !important;
}
.customReviews .jdgm-carousel-item__reviewer-name{
	font-size: 100%;
    opacity: 1;
    font-weight: 600;
    color: black;
}
.customReviews .jdgm-carousel-wrapper{
	width:89%;
}
.customReviews .jdgm-carousel-wrapper .jdgm-all-reviews-rating-wrapper{
	display: flex;
    justify-content: center;
    gap: 10px;
    margin: 25px 0px 35px 0px;
}
/*.contactForm .elementor-field-type-checkbox .elementor-field-subgroup  {
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
	margin-top:7px;
}
.contactForm .elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option{
	display:flex;
	gap:5px;
}
.contactForm .elementor-field-type-checkbox input[type="checkbox"]{
	    width: 15px;
    height: 15px;
}
 .customMenu .elementor-nav-menu--dropdown:before{
    content: '';
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 22px solid #07C167;
    position: absolute;
    top: -22px;
} */
/* Account Pages */
.woocommerce-MyAccount-navigation ul{
	padding:0px;
	list-style:none;
}
.woocommerce-MyAccount-navigation ul a > br, .woocommerce-MyAccount-content br{
	display:none;
}
.woocommerce-MyAccount-navigation ul a{
	padding: 7px 10px;
    display: block;
	color: var(--e-global-color-primary);
	border-radius:5px;
	margin-bottom:5px;
	padding-left:0px;
	max-width: 150px;
}
a{
	color:var(--e-global-color-secondary);
}
.woocommerce-MyAccount-navigation ul a:hover, .woocommerce-MyAccount-navigation ul .is-active a{
	background-color:var(--e-global-color-secondary);
	color:white;
	padding-left:10px;
}
.woocommerce-MyAccount-content .woocommerce-Address{
	padding: 15px;
    border: 1px solid #CDCDCD;
    text-align: left;
    border-radius: 10px;
}
.woocommerce-account .addresses .title .edit{
	float:left;
}
.woocommerce-MyAccount-content input{
	border-radius:35px !important;
	border-color:#CDCDCD !important;
	padding-left:20px;
}
.woocommerce-page button[type="submit"]{
	background-color: var(--e-global-color-accent) !important;
	color:white !important;
	border-radius: 75px 75px 75px 75px;
    padding: 12px 22px 12px 22px;
	margin-top:20px;
}
.woocommerce-page button[type="submit"]:hover{
	background-color:var(--e-global-color-secondary) !important;
}
.woocommerce div.product form.cart .woocommerce-variation-description p{
	margin-bottom:0px;
}
.woocommerce div.product .woocommerce-variation-price{
	margin-bottom:1em;
}
.woocommerce table.shop_table th{
	vertical-align:middle;
	color:var(--e-global-color-primary);
}
.titleBlack h2, .woocommerce-products-header__title.page-title{
	color: var(--e-global-color-primary)!important;
	font-weight:800;
	position:relative;
	margin:10px 0px 10px 0px;
	padding:0px;
}
.woocommerce .woocommerce-ordering{
	margin: 0 0 2em;
}

/* Product Single */
.ProductDataTabs .woocommerce-tabs.wc-tabs-wrapper{
	border: 1px solid #cdcdcd;
    border-radius: 10px;
    padding: 50px 30px;
}
.ProductDataTabs ul.tabs.wc-tabs{
/* 	padding: 0px 0px 15px 4px !important;
    border-bottom: 2px solid #cdcdcd; */
	padding-left:0.75em !important;
	display:flex;
	gap:30px;
	overflow:visible !important;
}
.ProductDataTabs ul.tabs.wc-tabs a{
	padding:9px 20px 11px 20px !important;
	border-radius:5px;
	color:var(--e-global-color-primary) !important;
}
.ProductDataTabs ul.tabs.wc-tabs a:hover, .ProductDataTabs ul.tabs.wc-tabs li.active > a{
	background-color:var(--e-global-color-secondary) !important;
	color:white !important;
}
.ProductDataTabs ul.tabs.wc-tabs li{
	background-color:transparent !important;	
}
/*.ProductDataTabs ul.tabs.wc-tabs li.active > a{
	color: var(--e-global-color-secondary) !important;
}
 .ProductDataTabs ul.tabs.wc-tabs li.active > a:after{
	content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0px;
    background-color: var(--e-global-color-secondary) !important;
    z-index: 9;
    bottom: -21.5px;
    border-radius: 10px;
} 
.ProductDataTabs ul.tabs.wc-tabs a{
	padding:0px !important;
	position:relative;
	color: var(--e-global-color-text) !important;
}*/
.ProductDataTabs .woocommerce-Tabs-panel{
	padding: 15px 0px 0px 0.75em !important;
}
.ProductDataTabs .woocommerce-Tabs-panel h2,
.woocommerce table.shop_table th br,
p:empty, .yith-wcwl-share li p, .yith-wcwl-share li a br{
	display:none;
}
.woocommerce ul.products li.product .button, .button{
	padding: 9px 22px 12px 22px;
    border-radius: 75px !important;
    background-color: var(--e-global-color-accent) !important;
    color: white !important;
    margin-top: 0.5em;
}
.yith-wcwl-share li a{
	width: 30px;
    height: 30px;
    line-height: 0px;
    border-radius: 100%;
}
.woocommerce ul.products li.product .button:hover, .button:hover{
	background-color: var(--e-global-color-secondary) !important;
}
.woocommerce ul.products li.product .price{
	font-weight:700;
}
.woocommerce span.onsale{
	top: 0.5em !important;
    right: 0.5em !important;
}
.woocommerce table.shop_attributes td{
	vertical-align: middle;
    padding: 0px 10px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	background-color: #f2f2f2;
	padding: 15px 15px 30px 15px !important;
	border-radius: 7px;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span{
	padding:0.6em 1em;
}
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover{
	color:white;
	background-color:var(--e-global-color-secondary);
}
.woocommerce table.shop_table td{
	font-weight:800;
}
.wishlist-title.wishlist-title-with-form h2:hover{
	background:transparent;
}
.wc-block-checkout__sidebar .wc-block-components-product-name{
	font-size: 18px;
    font-weight: 600 !important;
}
.woocommerce .cart .button, .woocommerce .cart input.button{
	margin-top:0px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
	width:auto;
}
.woocommerce table.cart td.actions .coupon{
	display:flex;
	gap:10px;
	align-items:center;
}
.woocommerce a.remove{
	width:25px;
	height:25px;
	line-height:25px;
	border-radius:100%;
}
.wp-block-woocommerce-checkout{
	padding-top:0px !important;
}
.woocommerce .elementor-widget-woocommerce-product-related.elementor-wc-products .products > h2{
	margin-bottom:1.05em;
}
/* End Product Single */
/* End Account */
@media only screen and (min-width: 1200px){
	body:not([class*=elementor-page-]) .site-main {
        max-width: 1365px;
		margin-bottom:50px;
    }
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
		width: 22.9%;
		margin: 0 2.8% 1.992em 0;
		
	}
	.woocommerce ul.products li.last, .woocommerce-page ul.products li.last{
		margin-right:0px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .jdgm-carousel-item {
        width: 48% !important;
    }
	.customReviews .jdgm-carousel-wrapper {
    	width: 100%;
	}
	.woocommerce-MyAccount-content{
		margin-top:40px;
	}
}
@media only screen and (max-width: 767px) {
    .customReviews .jdgm-carousel-item, .customReviews .jdgm-carousel-wrapper {
        width: 100%;
    }
	.customReviews .jdgm-carousel-item.jdgm--shop-review{
		margin:4px;
	}
	.woocommerce-MyAccount-content{
		margin-top:40px;
	}
	.CustomDropDownMenu .e-n-menu-content{
		transform:unset;
	}
	.titleBlack h2, .woocommerce-products-header__title.page-title{
		margin: 10px 0px 10px 0px;
	}
	.woocommerce .woocommerce-breadcrumb{
		margin-top: 25px;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
		margin-bottom:25px !important;
	}
	.ProductDataTabs .woocommerce-tabs.wc-tabs-wrapper{
		padding:30px 15px;
	}
	.ProductDataTabs ul.tabs.wc-tabs{
		gap:10px;
		overflow-x:scroll !important;
	}
}



/* Edited by GM */
/* .elementor-element-66edeea > div, .elementor-element-7061a43 > div {
    margin: 0 !important;
} */
nav.woocommerce-pagination {
    margin-bottom: 30px;
}
.elementor-element.elementor-element-e27eaf2  li.elementor-icon-list-item {
	cursor: pointer;
}
.elementor-element.elementor-element-e27eaf2  li.elementor-icon-list-item:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 14px;
    background: url(https://cdn-icons-png.flaticon.com/512/339/339918.png) no-repeat center center;
    background-size: 10px;
    margin-right: 8px;
    vertical-align: middle;
}
.site-main {
    margin-top: 30px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;
    margin-top: 15px;
    overflow-x: auto;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    float: none !important;
    width: auto !important;
    margin: 0 !important;
}

.woocommerce div.product div.images .flex-control-thumbs img {
    width: 80px;
    height: auto;
    object-fit: contain;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
	min-width: 60px !important;
}

.woocommerce div.product div.images .flex-control-thumbs img:hover {
    border-color: #333;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	min-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0px;
    margin-bottom: 7px;
}

@media (min-width: 992px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 90%;
    }
}

@media (min-width: 767px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 96%;
    }
}

.woocommerce .woocommerce-breadcrumb {
	margin: 0;
	margin-top: 25px;
}

.elementor-element-66edeea, #main {
    width: 1350px;
    max-width: 96% !important;
    margin: 0 auto;
}
.fa-angle-down, .fa-angle-left {
	display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  transform: rotate(45deg);
  margin: 2px 4px;
}
.fa-angle-left{
	transform: rotate(135deg);
	margin:0px;
}
/* Single product */
.single-product div[data-elementor-type="product"] {
	 width: 1400px;
    max-width: 96%;
    margin: 0 auto;
}
input[name="quantity"] {
    width: 60px !important;
    border: 1px solid #07c1675c;
    border-radius: 30px !important;
}
#pa_storrelse {
    border: 1px solid #07c1675c;
    border-radius: 30px;
}
table.variations {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.elementor-1567 .elementor-element.elementor-element-ca715ae a {
	font-weight: 400 !important;
	text-transform: capitalize;
}
.yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
    color: #72bf44;
}
@media(max-width: 767px){
	.elementor-kit-6 h1 {
        font-size: 25px;
    }
}

/* Mega Menu */

/* header */
.megaMenu {
    display: block;
    width: 1400px;
    position: relative;
    z-index: 99;
    padding: 15px;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto;
}
.megaMenu .item-left{
	flex:0 0 17%;
}
.megaMenu .logo a{
	font-size: 30px;
	color:#000000;
	font-weight: 700;
	text-decoration: none;
}
.megaMenu .item-center{
	flex:0 0 66%;
}
.megaMenu .item-right{
	flex:0 0 17%;
	display: flex;
	justify-content: flex-end;
}
.megaMenu .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#555555;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
}
.megaMenu .menu > ul, .menu-main ul {
	padding: 0;
	list-style:none;
}
.megaMenu .menu > ul > li{
	display: inline-block;
	line-height: 50px;
	margin-right: 25px;
}
.megaMenu .menu > ul > li > a{
	font-size: 15px;
	font-weight: 500;
	color:#000000;
	position: relative;
	text-transform: capitalize;
	transition: color 0.3s ease;
}

.megaMenu .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	background-color:#ffffff;
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top:25px;
	opacity:0;
	visibility: hidden;
}
@media(min-width: 992px){
.megaMenu .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 15px;
	visibility: visible;
	opacity: 1;
}
}
.megaMenu .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
}
.megaMenu .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}
.megaMenu .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 350px;
}
.megaMenu .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.megaMenu .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding:10px 0;
	display: inline-block;
	font-size: 15px;
	color:#474747;
	transition: color 0.3s ease;
}
.megaMenu .menu > ul > li .sub-menu.single-column-menu a{
	color:#474747;
}

.megaMenu .menu > ul > li .sub-menu.single-column-menu a:hover{
	color:var(--e-global-color-secondary) !important;
}
.megaMenu .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}

.megaMenu .menu > ul > li .sub-menu.mega-menu-column-4{
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.megaMenu .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 25%;
  padding:0 15px;
}
.megaMenu .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
	font-size: 16px;
	color:#ea4636;
	font-weight: 500;
	line-height: 1;
	padding:10px 0;
}
.megaMenu .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
}
.megaMenu .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
}
.megaMenu .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.megaMenu .menu > ul > li .sub-menu > ul > li > a:hover,
.megaMenu .item-right a:hover,
.megaMenu .menu > ul > li:hover > a{
	color:var(--e-global-color-secondary);
}
.megaMenu .menu > ul > li:hover > a > i{
	border-color:var(--e-global-color-secondary);
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
	z-index:1;
}
/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobileShow{
	display: none;
}
.mobileShow {
    display: none;
    align-items: center;
    justify-content: space-between;
}
select.orderby {
    border: 1px solid #07c1675c;
    border-radius: 30px;
}

.mobileShow input[type="text"] {
    width: 80%;
    border-radius: 30px !important;
    border: 1px solid #07c1675c;
}
.elementor-element-fee5f1c .e-con-inner, .elementor-element-fee5f1c .e-con-inner>div {
    display: block;
    width: 100% !important;
}
/*responsive*/
@media(max-width: 991px){
	.mobileShow{display:flex}
	.megaMenu .item-center{
		order:3;
		flex:0 0 100%;
	}
	.megaMenu .item-left,
	.megaMenu .item-right{
		flex:0 0 auto;
	}
	.v-center{
		justify-content: space-between;
	}
	.megaMenu .mobile-menu-trigger{
		display: flex;
		height: 30px;
		width: 30px;
		margin-left: 0px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}
	.megaMenu .mobile-menu-trigger span{
		display: block;
		height: 2px;
		background-color: #333333;
		width: 24px;
		position: relative;
	}
	.megaMenu .mobile-menu-trigger span:before,
	.megaMenu .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:0;
		width: 100%;
		height: 100%;
		background-color: #333333;
	}
	.megaMenu .mobile-menu-trigger span:before{
		top:-6px;
	}
	.megaMenu .mobile-menu-trigger span:after{
		top:6px;
	}
	.megaMenu .item-right{
		align-items: center;
	}

	.megaMenu .menu{
		position: fixed;
		width: 320px;
		background-color:#ffffff;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}
	.megaMenu .menu.active{
	   transform: translate(0%);	
	}
	.megaMenu ul {
		padding: 0;
	}
	.megaMenu .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
	}
	.megaMenu .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		
	}
	.megaMenu .menu > ul > li > a i{
/* 		position: absolute;
		height: 50px;
		width: 50px;
		top:0;
		right: 0;
		text-align: center;
		line-height: 50px; */
		right: 20px;
        position: absolute;
        transform: rotate(-45deg);
        top: 19px;
	}
	.megaMenu .menu .mobile-menu-head{
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top:0;
	}
	.megaMenu .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;
		font-size: 16px;
		display: none;
	}
	.megaMenu .menu .mobile-menu-head.active .go-back{
		display: block;
	}
	.megaMenu .menu .mobile-menu-head .current-menu-title{
		font-size: 15px;
		font-weight: 500;
		color:#000000;
	}
	.megaMenu .menu .mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;	
		font-size: 25px;
	}
	.megaMenu .menu .menu-main{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
		padding:0;
	}
	.megaMenu .menu > ul > li .sub-menu.mega-menu,
	.megaMenu .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:15px;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}
.megaMenu .menu > ul > li .sub-menu.active{
	display: block;
}
@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}
	.megaMenu .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
		margin-top:0;
	}
	.megaMenu .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
		margin-bottom: 20px;
	}
	.megaMenu .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
		margin-bottom:0px;
	}
	.megaMenu .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
		flex: 0 0 100%;
        padding: 0px;
	}
	.megaMenu .menu > ul > li .sub-menu > ul > li > a,
	.megaMenu .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
		display: block;
	}
	.megaMenu .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 15px;
	}
	.menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}
}

a.elementor-post__read-more {
    background: #78bf4d;
    padding: 5px 10px;
    border-radius: 30px;
	color: #fff !important;
    display: inline-block;
    font-size: 14px;
}
.entry-title, .page-header {
    display: none;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: transparent;
    padding: 5px 10px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 5px 24px 5px 40px;
    border: 1px solid #a9ea84;
    background: #ffffff4a;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    top: 12px;
}

.single-post h1 {
    margin: 50px 0;
    font-weight: bold;
}
.elementor-element-5162453 img {
    border-radius: 15px;
}
.elementor-element.elementor-element-5162453.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    max-width: 900px !important;
}


article.elementor-post {
    border: 1px solid #ddd;
    border-radius: 10px;
	box-shadow: 2px 2px 5px 0 #0000000f;
	transition: .3s all;
}
article.elementor-post:hover {
	box-shadow: 2px 2px 5px 0 #00000030;
}
article.elementor-post .elementor-post__text {
    padding: 0 10px 10px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    background: #f0fee8;
    border: 1px solid #c9fbac;
    border-radius: 10px;
    box-shadow: 0px 1px 2px 0 #afcf9d;
}

.woocommerce-product-details__short-description span, #tab-description * {
    background-color: transparent !important;
}


.single-product .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    position: absolute;
    top: -50%;
    left: 50%;
    margin-right: 0;
	font-size: 50px;
}

.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper,
.wp-block-woocommerce-checkout-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
    display: none;
}

.wc-block-components-text-input input {
    border-color: #78bf4d !important;
} 
input#coupon_code {
    border-color: #78bf4d;
    width: 200px;
    border-radius: 30px;
    padding-left: 15px;
}
.woocommerce ul.products li.product .woocommerce-placeholder, .woocommerce ul.products li.product .woocommerce-placeholder {
    border-radius: 10px;
}

.wc-block-components-sidebar-layout {
    max-width: 1400px;
    margin-top: 30px;
    margin-bottom: 30px;
}

search.e-search {
    display: none;
}

.elementor-widget-search .e-search-input {
    padding: 7px 0;
    height: initial;
    min-height: 25px;
	color: #000;
}
.elementor-widget-search .e-search-submit {
    padding: 8px 10px !important;
    min-height: initial;
    height: initial;
}

div#dintero-express-wrapper {
    display: block !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    top: 7px !important;
}

.hr-overlay-search{
	margin-top: 250px !important;
}
 

.elementor-69 .elementor-element.elementor-element-29dc3b9.elementor-menu-cart--cart-type-mini-cart .elementor-menu-cart__container {
    width: 500px;
	max-width: 100%;
}
button.dgwt-wcas-search-submit[type="submit"] {
    background: transparent !important;
}

/* .dgwt-wcas-search-wrapp input[type="search"] {
    width: 120px !important;
    width: 350px !important;
    transition: .3s all;
} */

@media only screen and (max-width: 600px) {
	body {
		background-color: #e1e1e114 !important;
	}
	select.orderby {
		width: 100%;
	} 
	body{
		background-color: #fff;
	}
	body .hr-overlay-search {
		margin-top: 0 !important;
	}
	div#mega-menu-wrap-max_mega_menu_1 {
		display: flex;
	}
	/* 	.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
		width: 90%;
		margin-left: 5%;
		margin-bottom: 15px;
	}

	.hr-header {display: none;} */
}
body{
    background: #fff;
}
form.dgwt-wcas-search-form {
    max-width: 98%;
    width: 500px;
    border-radius: 30px;
    border: 1px solid #07c167;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
}