/*
Theme Name: Flyt Child
Theme URI: #
Author: CreativeDady
Author URI: http://creativedady.com/
Description: Flyt eCommerce Theme.
Version: 1.1
Template: flyt
License: Commercial
License URI: 
Tags: 
Text Domain: flyt-child

*/

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

/*************** ADD YOUR CUSTOM CSS HERE  ***************/
.txt-shadow{
text-shadow: 0 0px 5px #16302f;
}
.cu-big-heading h1 {
    font-family: Open sans;
    font-weight: 600;
    font-size: 32px;
    color: #18a563;
}
.header-wrapper.wide #header .header-main .container {
    padding: 12px 30px;
    background: rgba(29, 55, 54, 0.50);
}
.fixed-header #header .header-main .container{
	padding-top: 0px!important;
    padding-bottom: 0px!important;
}
#header .header-main .container .header-left{	
	padding-top: 0px!important;
    padding-bottom: 0px!important;
}
#header .top-links > li.menu-item > a, #header .top-links > li.menu-item > h5 {
  /*  color: #152428!important;*/
}
#header .top-links > li.menu-item > a {
  /*  font-size: 14px;*/
}
#header .mobile-toggle {
  /*  color: #152428!important;*/
}
#header .searchform-popup .search-toggle {
  /*  color: #152428!important;*/
}
/*==========
 NAVIGATION
=========*/
#main-menu .mega-menu > li.menu-item.active > a, #main-menu .mega-menu > li.menu-item.active > h5 {
    background: #18a563;
    color: #fff;
    border-radius: 0;
}
#main-menu .mega-menu > li.menu-item.active:hover > a, #main-menu .mega-menu > li.menu-item:hover > a, #main-menu .mega-menu > li.menu-item.active:hover > h5, #main-menu .mega-menu > li.menu-item:hover > h5{
	border-radius:0px;
}
.thumb-info .thumb-info-wrapper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 4px;
    margin: 0!important;
    overflow: hidden;
    display: block;
    position: relative;
    box-shadow: 0px 10px 10px #ccc!important;
    border: 1px solid #fff;
}
.thumb-info .thumb-info-title {
    position: absolute !important;
    background: #3f4658 !important;
    left: -10px !important;
    background: #3f4658 !important;
    left: -10px !important;
    padding: 15px 17px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    min-width: 174px;
    box-shadow: 0px -7px 13px #31313196!important;
    border: 1px solid;
}
#home-pro-cat ul.products.grid {
    margin: auto;
}
#home-pro-cat li.product-category {
    max-width: 330px!important;
    margin: 0 45px 0px 0px;
}

#home-pro-cat li.product-category:last-child {
    margin: 0px;
}
.product-summary-wrap .single_add_to_cart_button {
    height: 2.7143em;
    padding: 0 2.1429em;
    text-shadow: none;
    border-radius: 0px;
}
.product-images .product-image-slider.owl-carousel .img-thumbnail {
    display: block;
    border: 0;
}
.product-images {
    position: relative;
    border: 2px solid #18a563;
    padding-right: 1px;
    margin-bottom: 15px;
}
.add-links .add_to_cart_button, .add-links .add_to_cart_read_more {
    border: 1px solid #18a563!important;
}
.product-image .inner {
    border: 1px solid #18a563!important;
}