/*
Theme Name: Vdhi
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/


/*Add your own styles here:*/

#header_main {
	display:none;
}

#top #wrap_all .av-inherit-size .av-special-heading-tag {
    font-size: 30px !important;
}

.home-separator {
	padding: 0px !important;
}

/* Widget text and background */
#top #header #header_main .widget {
    line-height: 14px;
    color:#008374;
    background: #c4dff6;
}

/* Widget title */
#top #header #header_main .widget h3.widgettitle {
    color: #ff0000;
}


/* Widget link */
#top #header.header_color #header_main .widget a {
    color: #00aeff;
}

#top #header.header_color #header_main .widget a:hover {
    background: #000;
    color: #fff;
}

#header-section .container {
	 padding-top: 0px !important;
}

#header-section .banner-title h1 {
    font-weight: 600 !important;
}

#header-section .template-page {
	z-index: 2 !important;
}

#header-section .round-order-btn .avia-image-container-inner {
	height: 100px !important;
}

#header-section .round-order-btn .avia-image-container-inner img {
	height: 160px !important;
    width: 160px !important;
}

#header-section .flex_column_table {
    width: min-content;
    display: contents;
}

/* order-btn css */

.order-btn a .avia-menu-text {
	padding: 15px 30px 13px !important;
    border-radius: 7px !important;
}

/* product offers css */

#top .product-offers .av-special-heading .av-special-heading-tag,
#top .product-offers .av-special-heading .av-subheading {
	font-weight: bold !important;
}

#top .product-offers .av-special-heading .av-subheading {
	margin-top: 0px !important;
    line-height: 38px !important;
}

/* product-img css */


#top .product-img .avia-image-container-inner {
	min-width: 100% !important;
}

#top .product-img .avia-image-overlay-wrap img {
	width: 100% !important;
}

.product-info .flex_column_table {
	display: contents !important;
}

.offers-heading .av-special-heading-tag {
	background-color: #1b459a !important;
    padding: 8px 0 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    font-size: 20px !important;
}

.offers-heading .av-special-heading-tag .special_amp {
	 color: #ffffff !important;
}

.features-info ul{
	margin-left: 33px !important;
}

.free-section .av-special-heading h1 {
	font-weight: 500 !important;
}

.price-box p {
	margin: 0px !important;
	position: relative !important;
}

.price-box .price {
	color: #ffffff !important; 
    font-size: 40px !important;
}

.price-box p sup {
	font-size: 16px !important;
	position: absolute !important;
    margin-top: -14px !important;
    margin-left: -9px !important;
}

.price-box p sub {
	font-size: 16px !important;
    margin-left: -8px !important;
}

.stores-section .post-entry {
	line-height: 0 !important;
}

/* offers-section css */

.offers-section .avia-image-container {
	margin-bottom: 0px !important;
}


#top .free-section .section-heading h2,
#top .section-heading h2 {
	font-weight: 600;
}

#top .pricing-heading h3 {
	font-size: 25px !important;
}
/* Footer css */

#footer-page {
	border: none !important;
}

#footer-page #nav_menu-2 {
	padding-bottom: 0px !important;
}

#footer-page #nav_menu-2 ul {
	display: flex !important;
    justify-content: center !important;
}

#footer-page #nav_menu-2 ul li {
	background-color: transparent !important;
}

#footer-page #nav_menu-2 ul li a {
	font-weight: bold !important;
	padding: 0px 0px !important;
}

#footer-page #nav_menu-2 ul:first-child>.current_page_item>a {
	padding: 0px !important;
}

 #top .inner_product_header, 
 .inner_product_header .avia-arrow {
  border: none;
}

.products .product h2 {
  text-align: center;
}
#top .woocommerce-loop-product__title + .price {
  display: inline-block;
  text-align: center;
  width: 100%;
}

#top .woocommerce-cart-form .shop_table .product-remove,
#top .woocommerce-cart-form .shop_table .product-thumbnail {
		display: none !important;
}

.footer-logo img {
	padding: 10px 8px !important;
}

#top .price-heading h3 {
	font-weight: 500;
}

@media only screen and (max-width: 767px){
	.responsive #top #header-section .flex_column_table {
    	display: contents !important;
	}
	
	#top #header-section .header-logo {
		display: flex !important;
    	justify-content: center !important;
	}
	
	#top #header-section .header-tagline {
		margin: 20px 0 30px 0 !important;
	}
	#header-section .round-order-btn .avia-image-container-inner img {
    	height: 200px !important;
    	width: 200px !important;
	}
	#top .responsive-column{
		width: 100% !important;
	}
	#top .responsive-last-column {
		margin-left: 0% !important;
		margin-top: 26px !important;
	}
	#top .woocommerce-cart-form .woocommerce-cart-form__cart-item .product-quantity {
		display: block !important;
	}
}

@media only screen and (max-width: 576px) {
	.footer-logo img {
		padding: 10px 8px !important;
	}
	#footer-page #nav_menu-2 ul {
    	display: flex !important;
    	justify-content: center !important;
    	flex-wrap: wrap !important;
	}
	.checkout #customer_details .col-1,
	.checkout #customer_details .col-2{
		width: 100% !important;
	}
	#top .woocommerce-cart-form .shop_table .product-subtotal,
	#top .woocommerce-cart-form .shop_table .product-quantity{
		display: block !important;
	}
	
}