.product-template-default .product-title,.product-template-default .product-title *{
	font-family: 'Unna';
}
.product-info.summary > .price-wrapper{
	display: none;
	margin-bottom: 10px;
}
.product-summary .woocommerce-Price-currencySymbol{
	font-size: unset;
	vertical-align: unset;
	margin-top: unset;
}
.product-info .price{
	font-size: unset;
}
.product-info.summary .product-title{
	margin-bottom: 0;
}
#md-poup{
	color: #000;
}
.button-wrapper{
	width: 100px;
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}
#chart-button {
	color: #3a3a3a !important;
	text-decoration: underline;
}
.button-wrapper::before{
	content: "\e602";
	font-family: "napiconfont";
}
form.variations_form,form.variations_form table.variations{
	margin-bottom: 0;
}
form.variations_form table.variations tr:last-child .label{
	position: relative;
}
span.amount{
	font-weight: normal;
}
.product-summary .quantity {
	display: none !important;
}

.product-info .variations_form table.variations tbody tr {
	display: flex;
	flex-direction: column;
}
table.variations .label{
	display: flex;
	align-items: baseline;
}
table.variations .label label{
	font-family: 'Unna';
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 0;
}
table.variations .label span{
	font-size: 12px;
	margin-left: 3px;
}
.product-summary table tr+tr{
	border: none;
}
ul.variable-items-wrapper li {
	outline: none;
}
.wvs-theme-flatsome .variations .value{
	padding-left: 0;
}
.single_add_to_cart_button{
	width: 100%;
	text-transform: uppercase;
	background-color: #000 !important;
	border: 2px solid #000;
	height: 44px;
	border-radius: 4px;
}
.lll-hide-variationprice .woocommerce-variation-price{
	display: none;
}
.woocommerce-variation-price{
	border-top: none;
	font-size: unset;
}
.yikes-custom-woo-tab-title{
	display: none;
}
p.in-stock{
	color: red;
}
ul.variable-items-wrapper li:not(.color-variable-item):not(.image-variable-item){
	min-width: 70px;
	border-radius: 5px !important;
	min-height: 32px;
	margin-bottom: 10px;
	padding: 5px !important;
	width: auto;
}
.product-page-sections .product-section .entry-content{
	font-size: 12px;
	padding-top: 0;
	padding-bottom: 0;
}
.product-page-sections .product-section .entry-content p{
	margin-bottom: 0;
}
.product-page-sections .product-section .row,.up-sells.upsells.upsells-wrapper{
	padding-top: 20px;
	padding-bottom: 20px;
}
.product-page-sections .product-section .row .col{
	padding-bottom: 0;
}
.product-page-sections .product-section .row .col:nth-child(1){
	margin-bottom: 10px;
}
.product-page-sections .product-section .col h5.mt{
	margin-top: 0;
	margin-bottom: 0;
	white-space: nowrap;
}
.related.related-products-wrapper .product-section-title{
	margin: 0;
    text-align: center;
    max-width: unset;
}
.lll_extra_info ul{
	display: flex;
	background: #F7F5F5;
	padding-top: 25px;
	padding-bottom: 25px;
}
.lll_extra_info ul li{
	display: flex;
	flex-direction: column;
	width: 33.33%;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	margin: 0;
}
.lll_extra_info ul li:not(:last-child){
	border-right: 1px solid #3a3a3a;
}
.lll_extra_info ul li i{
	font-size: 30px;
}
.lll_extra_info ul li span{
	font-size: 12px;
}
/* you may also like part start */
.product-small.product{
	padding-bottom: 0;
}
.product-footer .container .related.related-products-wrapper .row{
	flex-wrap: nowrap;
	overflow: scroll;
	margin: 0;
}
.product-footer .container .related.related-products-wrapper .row > .product-small.product{
	width: 20%;
	flex-basis: 20%;
	min-width: 170px;
}
.related.related-products-wrapper{
	background: #F7F5F5;
	padding-top: 10px;
	margin-bottom: 20px;
	position: relative;
}
/* you may also like part end */


.up-sells.upsells.upsells-wrapper .product-section-title{
	padding-top: 0;
	text-transform: capitalize;
	font-size: 1em;
	letter-spacing: unset;
}
@media screen and (min-width: 850px){
	.product-info{
		padding-top: 0;
	}
	.product-info.summary{
		padding-left: 3px;
	}
	.product-main > .row.content-row{
		padding-left: 8.33%;
		padding-right: 8.33%;
	}
	.product-gallery{
		position: sticky;
		top: 80px;
		align-self: baseline;
	}
	.up-sells.upsells.upsells-wrapper{
		display: flex;
	}
	.up-sells.upsells.upsells-wrapper .product-section-title{
		width: auto;
		min-width: 17%;
	}
	.up-sells.upsells.upsells-wrapper > .row > .product-small.product{
		max-width: 50%;
		width: 50%;
		flex-basis: 50%;
		padding-right: 0;
	}

	.related.related-products-wrapper{
		padding-left: 60px;
		padding-right: 60px;
		width: calc(100% + 100px);
		left: -50px;
	}
}
@media screen and (max-width: 850px){
	.product-main{
		padding-bottom: 20px;
		padding-top: 0 !important;
	}
	.product-info{
		padding-bottom: 0;
	}
	.product-info.summary form.variations_form{
		margin-bottom: 0;
	}
	.up-sells.upsells.upsells-wrapper > .row > .product-small.product{
		max-width: unset;
		width: 100%;
		flex-basis: 100%;
		margin-bottom: 10px;
	}
	.up-sells.upsells.upsells-wrapper > .row > .product-small.product .product-small{
		display: flex;
	}
	.up-sells.upsells.upsells-wrapper > .row > .product-small.product .product-small .box-image{
		width: 25%;
	}
	.up-sells.upsells.upsells-wrapper .box-text-products{
		display: block;
		padding-left: 15px;
	}
	.up-sells.upsells.upsells-wrapper .box-text-products .title-wrapper a::after{
		content: '\e65d';
		font-family: 'napiconfont';
		position: absolute;
		top: 48%;
		right: 0;
		font-size: 20px;
	}

	.grid-style-3 .price-wrapper{
		text-align: left;
	}
	.related.related-products-wrapper{
		padding-left: 10px;
		padding-right: 10px;
		width: 110%;
		left: -5%;
	}
}

/*sticky add to cart start*/
.sticky-add-to-cart--active{
	bottom: 0;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
	border: none;
	padding: 10px;
	background-color: #fff;
}

.sticky-add-to-cart--active .single_add_to_cart_button{
	display: none;
	border: none;
}
body.has-sticky-product-cart.lll-opensticky .sticky-add-to-cart--active .single_add_to_cart_button{
	display: block;
}

.lll-trigger-open-sticky{
	background: #000;
	color: #fff;
	border-radius: 4px;
	height: 44px;
	font-weight: bold;
	text-align: center;
	line-height: 44px;
	display: none;
	letter-spacing: .03em;
	width: 100%;
	text-transform: uppercase;
}
body.has-sticky-product-cart .sticky-add-to-cart--active .lll-trigger-open-sticky{
	display: block;
}
body.has-sticky-product-cart.lll-opensticky .sticky-add-to-cart--active .lll-trigger-open-sticky{
	display: none;
}

body.has-sticky-product-cart .product-info.summary .variations_form table.variations{
	position: fixed;
	width: 100%;
	bottom: 64px;
	z-index: 21;
	margin-bottom: 0;
	background: #fff;
	animation: stuckMoveUp .6s;
	left: 0;
	padding: 30px 10px 20px 10px;
	box-shadow: 0px -5px 10px rgb(0 0 0 / 30%);
	display: none;
}
body.has-sticky-product-cart.lll-opensticky .product-info.summary .variations_form table.variations{
	display: table;
}
.product-info.summary .variations_form table.variations tfoot.lll-trigger-close-sticky{
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 25px;
	color: #000;
	display: none;
}
body.has-sticky-product-cart.lll-opensticky .product-info.summary .variations_form table.variations tfoot.lll-trigger-close-sticky{
	display: unset;
}
@media screen and (min-width:  850px){
	.sticky-add-to-cart--active{
		position: unset;
	}
	body.has-sticky-product-cart .sticky-add-to-cart--active .lll-trigger-open-sticky{
		display: none;
	}
	.sticky-add-to-cart--active .single_add_to_cart_button{
		display: unset;
	}
}
/*sticky add to cart end*/