/*
Theme Name: Porto Child
Theme URI: http://www.portotheme.com/wordpress/porto
Author: SW-THEMES
Author URI: http://www.portotheme.com/
Description: Porto Responsive Wordpress + eCommerce Theme.
Version: 2.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready

*/

@import url("../porto/style.css");

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
#header .header-main .header-left {
    padding: 10px 0;
}
.shop-loop-before, .shop-loop-after {
	display: none !important
}
.posted_in, .product-thumbnails.thumbnails, .zoom {
	display:none !important
}
body {
	font-size: 15px;
}
.rs-hover-ready:hover {
	background:#1CA15A !important;
	color: #fff !important
}
.text_black {
	color: #000 !important
}
#slide-1-layer-5 {
	background: #0006 !important;
	padding: 0px 15px !important;
	line-height: 35px !important;
	text-align: center !important
}
.mission .porto-sicon-description {
	text-align: left !important;
	padding: 0 15px
}

.y-custom-icon {
    text-align: center !important;
}
.mission .y-custom-icon img{
	position: absolute !important;
	top: 12px !important ;
	left: 45% !important;
	right: auto !important;
	
}
.mission .vc_column_container .wpb_text_column p{
	padding-top: 22px !important;
}
.heading-margin .wpb_text_column {
    margin-bottom: 20px !important;
}

/* New css  */

rs-fullwidth-wrap#rev_slider_1_1_forcefullwidth {
    width: 100% !important;
}
rs-module-wrap#rev_slider_1_1_wrapper {
    left: 0 !important;
}
header .header-main {
    background-color: #ffffff;
    background-image: -webkit-linear-gradient(top, #09994c, #ffffff);
    background-image: linear-gradient(to bottom, #09994c, #ffffff);
    background-repeat: repeat-x;
}
#header, .sticky-header .header-main.sticky {
    border-top: none;
}
#header.sticky-header .header-main {
    background-color: rgba(255, 255, 255, 1);
    background-image: -webkit-linear-gradient(top, #09994c, #ffffff);
    background-image: linear-gradient(to bottom, #09994c, #ffffff);
    background-repeat: repeat-x;
}

#nav-panel .accordion-menu li.menu-item.active > a, #nav-panel .accordion-menu li.menu-item:hover > a {
  background: #64ba46;
}
#main-menu .mega-menu > li.menu-item.active:hover > a, #main-menu .mega-menu > li.menu-item:hover > a {
    background: #c9af43;
    color: #ffffff;
}

.post-type-archive-product .add-links .add_to_cart_button:before {
    font-family: "FontAwesome";
    content: "";
}

.post-type-archive-product span.category-list {
    display: none;
}
.post-type-archive-product .product-content {
    text-align: center;
}
.post-type-archive-product li.product-outimage .add-links {
    display: flex;
    justify-content: center;
    margin-left: 45px;
}

.post-type-archive-product li.product-outimage .add-links .button {
    background: #fff;
    color: #302e2a;
  border: 1px solid #d8d8d6;
}
.post-type-archive-product li.product-outimage .add-links .button:hover {
    background: #64ba46;
    color: #fff;
}
.post-type-archive-product li.product-outimage .add-links .quickview:hover {
    background: #fff;
  color: #302e2a;
  border-color: #d8d8d6;
}
.post-type-archive-product li.product-outimage .add-links .quickview {
    border-color: #d8d8d6;
    color: #302e2a;
  border: 1px solid #d8d8d6;
}
 .post-type-archive-product .pcols-ls-2 li.product-outimage .add-links .button::before {
    display: block;
    text-indent: 0;
    width: auto;
  }
@media only screen and (max-width: 575px) {
   .pcols-ls-2 li.product-outimage .add-links .button {
    padding: 0 0.4rem;
    width: 100%;
    text-indent: inherit;
  }
}