/*
Theme Name: Outdoor Child
Theme URI: https://demowp.cththemes.net/outdoorv2/
Author: Cththemes
Author URI: http://themeforest.net/user/cththemes/
Description: Outdoor – Creative Responsive Photography / Portfolio Wordpress Theme is perfect if you like a clean and modern design. This theme is ideal for designers, photographers, and those who need an easy, attractive and effective way to share their work with clients.
Version: 3.4
Tags: custom-background, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, translation-ready
Template: outdoor
Text Domain: outdoor-child
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
@import url("../outdoor/style.css");

/* =Theme customization starts here
------------------------------------------------------- */

.addtocart_image {
    position:absolute;
    top:70px;
    right:35px;
    cursor:pointer;
    z-index:15;
    width:30px;
    height:30px;
    background:rgba(0,0,0,0.91);
}
.addtocart_image  i {
	position: absolute;
	top: 0;
	left: 7px;
	width: 100%;
	height: 100%;
	z-index: 1;
	line-height: 30px;
	color: #FFF;
	-webkit-transition: all 0.2s  ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s   ease-in-out;
	transition: all 0.2s  ease-in-out;
}

.addtocart_image:hover i {
	/*
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
	*/
	color: #FFF1B9;
}

.addtocart_image img {
    width:30px;
    height:30px;
    opacity:0;
    position:relative;
    z-index:2;
}

.product_description {
	font-size: 24px;
}

.product-search-filter-search-heading, .product-search-filter-price-heading, .product-search-filter-terms-heading, .product-search-filter-extras-heading, .product-search-filter-reset-heading {
    font-family: 'FuturaPT-Book';
}
.woocommerce-product-details__short-description, div.woo_commerce_prod_location_title {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.woocommerce-product-details__short-description p {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}
.wpb_wrapper ul {
	font-size: 16px;
}

.woo_commerce_prod_description_standout {
	font-style: noraml;
}
.mb_product_desc {
      color: #525252;
      font-size: 16px;
      line-height: 1;
      font-weight: 300;
}
.mb_product_desc a {
      color: #378fff;
}

.gallery_horizontal {
    margin-top:0px;
    float:left;
    width:100%;
    position:relative;


.fix_gallery {
  margin-top: 10px;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'FuturaPT-Book';
    font-weight: 400;
    font-size: 14px;
    color: #000;
    background:#ffffffff;
    height:100%;
    text-align:left;
    /*line-height: 1.5;*/
}
section {
    float:left;
    width:100%;
    position:relative;
    padding:90px 0;
    background:#ffffffff;
}
