/*

Theme Name: Barberry
Theme URI: http://barberry.temashdesign.com/
Description: Barberry is premium WordPress and WooCommerce theme.
Author: TemashDesign
Author URI: https://temash.design
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 2.9
Text Domain: barberry
Domain Path: /languages/

*/
/*
* PLEASE DO NOT EDIT THIS FILE!
* 
* This file is only in your themefolder for WordPress to recognize basic theme data like name and version
* CSS Rules in this file will not be used by the theme. 
* Instead use the app.css file that is located in your themes /css/ folder to add your styles. 
* If you just want to add small css snippets you might also  want to consider to add it to the designated 
* CSS option field in your themes backend at: Dashboard -> Theme Options
*/

h1.product_title{font-size:34px !important}
div.yith-wcwl-add-button{display:none}
.product_layout.product_layout_style_3 .product-images-cell {
	margin-top: 140px;
}
.woocommerce-product-gallery__wrapper  {margin-top:10% !important;}

.product_layout.product_layout_style_3 .product-info-cell {
    display: none;
}

@media (max-width:768px){
	.product_layout.product_layout_style_3 .product-info-cell {
    display: block;
}
	.product_layout.product_layout_style_3 .product-images-cell {
	margin-top: 10px;
}

	
	
	.product_layout.product_layout_style_3 .product-info-cell .product_summary_middle {
    display: none;
}

.product_layout.product_layout_style_3 .product-info-cell .product_summary_bottom {
    display: none;
}

.single-product .product_layout.product_layout_default .product-info-cell, .single-product .product_layout.product_layout_style_2 .product-info-cell, .single-product .product_layout.product_layout_style_3 .product-info-cell {
    margin-top: 0.5rem!important;
}

.product_layout.product_layout_style_3 .product-info-cell {
    margin-bottom: -2.75rem !important;
}
	
	
}

.product_layout.product_layout_style_3 .product-title-section-wrapper .product-title-section-wrapper-inner {
    top: 0 !important;
    transform: translateY(0%)!important;
	width: 63vw !important;
    text-align: center;
}


@media screen and (max-width: 80em) {
.product_layout.product_layout_style_3 .product-title-section-wrapper .product-title-section-wrapper-inner {
    width: 71vw !important;
    text-align: center;
}
}

.single-product .product-tabs-cells {
    margin-top: 0.5rem !important;
}

.product_layout.product_layout_style_3 .product-images-cell {
    padding-bottom: 0px !important;
}

.description_tab{padding-top:20px;}

li.description_tab{padding-top:60px !important}

.product_layout.product_layout_style_3 #product-images .woocommerce-product-gallery__image {
	opacity: -0.7;
}

@media screen and (max-width: 58.75em){
.product_layout.product_layout_style_3 .product-info-cell .product_summary_top {
    display: block;
    position: absolute;
    top: -576px;
    text-align: center;
    width: 100%;
}
	.flickity-viewport{
		padding-top:45px;
	}
}

@media print, screen and (max-width: 47.99875em) {
.single-product .woocommerce-tabs ul.tabs li {
    margin: -29px 0 !important;
}
}

.box-share-master-container {
    display:none;
}