/*

Theme Name: Avada Child

Description: Child theme for Avada theme

Author: ThemeFusion

Author URI: https://theme-fusion.com

Template: Avada

Version: 1.0.0

Text Domain:  Avada

*/

.subscribe_home p {color: #fff;}
.menu_tab .featured-image img {width: 150px;margin: 0px auto;border: 5px solid;border-radius: 55%;}
.menu_tab .product-details-container {text-align: center;}
.menupage .nav ul li a:hover h4 {color: #fff;}
.menupage .nav ul .active a h4 {color: #fff;}
.menupage .nav ul li a {padding: 15px 0 !important;}
.menupage .nav ul li a h4 {font-size: 13px !important;}
.menupage .nav ul li {width: 10%;padding: 3px 0;}


.wr-product-category h4 {background: #681911;text-align: center;color: #fff !important;padding: 10px 0 !important;font-size: 24px !important;margin: 0 15px 30px !important;font-weight: 600 !important;}
.wr-product-category {width: 50%;float: left;border-left: dotted;border-right: dotted;}
.wr-product-category ul {padding: 0 !important;margin: 0 !important;}
.wr-product-category ul li {list-style: none;display: inline-block !important;margin-bottom: 40px !important;width: 94%;margin-left: 20px !important;}
.wr-product-category ul li .product-image img {border: solid 5px #ddd !important;border-radius: 100px !important;float: left !important;}
.wr-product-category ul li .product-info .product-title {width: 50%;float: left;}
.wr-product-category ul li .product-info .product-meta {border-bottom: dotted 2px;}
.wr-product-category ul li .product-info .product-title a {color: #6a6060;font-size: 18px !important;}
.wr-product-category ul li .product-info .price .amount {display: inline-block;background: #c55842 !important;padding: 3px 15px;color: #FFF;font-size: 16px;border-radius: 4px !important;}

.left_side, .right_side {width: 50%;float: left;}
.left_side .wr-product-category, .right_side .wr-product-category {width: 100%;}

@media (max-width: 767px) {
.left_side, .right_side {width: 100%;}
.wr-product-category {width: 100%;float: none;}
.wr-product-category ul li {width: 85%!important;}
.wr-product-category ul li .product-info .product-title { width: 50%;float: left;display: inline-block !important;}
.wr-product-category ul li .product-image img {width: 30% !important;margin-right: 20px !important;}
.wr-product-category ul li .product-info .product-title a {font-size: 16px !important;}
.wr-product-category ul li .product-info .price .amount {padding: 0px 10px;}

}


@media (max-width: 991px) and (min-width: 768px) {
.wr-product-category ul li .product-image img {
    width: 40% !important;
    margin-right: 20px !important;
    margin-top: 30px;
}

}