/*
 Theme Name:   Green CBD
 Theme URI:    https://elementor.com/hello-theme/
 Description:  A child theme of Hello Elementor
 Author:       Your Name
 Author URI:   https://yourwebsite.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* Add your custom CSS below */

/*.mega-menu-full-width .e-n-menu-content.active>#e-n-menu-content-1272{
	left: initial !important;
	width: 100% !important;
}*/

.elementor-widget-n-menu #mega-menu-full-width .e-n-menu-content>.e-con:not(.e-active){
	left: initial !important;
	width: 100% !important;
}
.elementor-widget-n-menu.e-fit_to_content #mega-menu-full-width :where(.e-n-menu-content>.e-con){
	left: initial !important;
	width: 100% !important;
}
.custom-product-display-section .container.e-con-inner{
	max-width: 1320px;
	margin: 0 auto;
}
.single-poduct-design {
    display: flex;
    flex-wrap: wrap;
}
.single-poduct-design .col-2{
	width: 50%;
}
.single-poduct-design h2{
	font-size: 44px;
    color: #0e2c41 !important;
        margin: 0px;
}
.single-poduct-design .potency,
.recommended-title,
.recommended-value ul li{
	color: #32ba91 !important;
	font-weight: 700;
	color: #32ba91;
	font-size: 20px;
} 
.single-poduct-design .product-title{
    border-bottom: 1px solid #B2B2B2;
    padding-bottom: 10px;
} 
.recommended-value ul{
	padding: 0px;
	margin: 0px !important;
	list-style: none !important;
	display: flex;
}

    
.recommended-value ul li{
	color: #0e2c41 !important;
	line-height: 1;
    color: #0e2c41!important;
    border-right: 2px solid #0e2c41;
    padding: 0px 10px;
}
.recommended-value ul li:last-child{
	border-right: 0px !important;
}
.recommended-value ul li:first-child{
	padding-left: 0px !important;
}
.recommended{
    padding-top: 15px !important;
}
.time_frame {
    display: flex;
    padding: 20px 0px;
}
.time-fram-col {
    display: flex;

}

.time_frame .time-fram-col{
    padding: 0px 10px;
}
.time_frame .time-fram-col:first-child{
	padding-left: 0px;
}
.time_frame .time-fram-col span{
	font-size: 20px !important;
	font-weight: 700;
}
.time-frame-title{
	color:#32ba91 ;
	font-weight: 700;
}
.time-frame-value{
	color: #0e2c41;
}
.specification-section{
    padding: 20px 10px 20px 10px;
    background: rgba(233, 233, 233, 100%);
    border-radius: 24px;
}
.specification-section-inner ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.specification-section-inner ul li{
    padding: 15px 10px;
    position: relative;
    width: 25%;
    text-align: center;
}
.specification-section-inner ul li.svg-archive{
    border-radius: 18px;
}
.specification-section-inner ul li.svg-archive img {
    height: 80px;
    width: auto;
    max-width:initial;
    max-height: initial;
}
.specification-section-inner ul li:not(.svg-archive) img {
    max-width: 40px;
    max-height: 40px;
    display: block;
    margin: 0 auto;
}
.specification-section-inner ul li span{
	display: block;
	font-size: 16px;
	color: #282828;
	text-align: center;
	padding-top: 10px;
	font-weight: 700;
}
.single-price{
    font-weight: 700;
    color: #0e2c41 !important;
    font-size: 18px;
    line-height: 1.1;
}
.quantity{
	display: inline-block;
	width: 100px;
}
.quantity input{
    border-radius: 1.5rem !important;
    height: 42px;
    display: inline-block;
    border: 1px solid #0e2c41 !important;
    width: 100px;
}


.addtocart-section button.single_add_to_cart_button{
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border-radius: 1.5rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #000 !important;
    background: #5FB794 !important;
    border-color: #5FB794 !important;
}
.woocommerce-product-info {
    border-top: 1px solid #B2B2B2;
    margin-top: 20px;
    padding-top: 20px;
}
.custom-product-display-section{
	padding-top: 35px;
	padding-bottom: 35px;
}
.addtocart-section{
	padding-top: 20px;
}
.recommended-title {
    margin-bottom: 8px;
}

.elementor-widget-icon-box.elementor-position-top.icon-left .elementor-icon-box-icon {
    margin-inline: inherit !important;
}
.paading-top-slider>.swiper.swiper-horizontal{
	padding-top: 150px;
}
@media only screen and (max-width: 768px) {
	.custom-product-display-section .container.e-con-inner{
		padding-left: 20px;
		padding-right: 20px;
		max-width: 100% !important;
	}
	.single-poduct-design .col-2{
		width: 100% !important;
	}

}