/*
Theme Name: Reeco
Theme URI: http://gradastudio.com/reeco
Description: Furniture WooCommerce Theme
Author: GradaStudio
Author URI: https://themeforest.net/user/gradastudio
Version: 1.0.1
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Tags: blog, two-columns, three-columns, left-sidebar, featured-images, sticky-post, custom-menu, footer-widgets, theme-options, threaded-comments, translation-ready, e-commerce, portfolio
Text Domain: reeco
Domain Path: /languages
*/

/*==============================
=        WordPress Core        =
==============================*/
.wp-caption {
    width: auto;
    clear: both;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #999;
}

figcaption {
    color: #a9a9a9;
    font-style: italic;
}

.wp-caption a {
    box-shadow: none;
}

.alignright {
    margin: 0px 0px 25px 25px;
    box-sizing: border-box;
    float: right !important;
}

.alignleft {
    float: left;
    margin: 0px 25px 25px 0px;
    box-sizing: border-box;
}

.aligncenter {
    text-align: center;
    margin-left: 25px;
    margin-right: 25px;
    box-sizing: border-box;
}

.wp-caption img {
    margin-top: 15px;
}

.wp-caption p.wp-caption-text {
    padding: 0;
    font-size: 14px;
    margin-top: 0px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.wp-block-gallery {
    margin-bottom: 20px;
}

.bypostauthor {
    background-color: #f3f1f1;
}

.gallery-caption {
    opacity: 0.7;
    margin-top: 10px;
}

.gallery-item {
    margin: 0 0 15px 0;
    padding-right: 10px;
    padding-left: 10px;
}

.gallery-item a {
    box-shadow: none;
}

.gallery-item img {
    border: 0 !important;
}
.mobile-nav-menu nav ul.menu li.menu-item.trp-language-switcher-container{
	display:inline-block;
}
.product_meta{
	display:none;
}
.entry-image-ratio{
	padding-bottom: 100.000000% !important;
}

.product-holder.gsFadeIn.wow{
	visibility: visible;
}
.gs-product-cats{
	visibility: hidden;
}

.gs-popup-link{
	min-height:100px;
}
@media (max-width: 768px){

	.gs-content-wrapper{
		height:auto!important;
	}
	.gs-page-heading-outer{
		height:auto;
	}
}
@media (min-width: 768px){
		.woocommerce.gs-woo-single-page .gs-single-product-top .gs-product-images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a img {
		height: auto;
	}
}
@media (min-width: 768px)and (max-width: 880px){

	.woocommerce.gs-woo-single-page .gs-single-product-top .gs-product-images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(3n) {
 	   top: calc(25% + 20px);
	}
	.woocommerce.gs-woo-single-page .gs-single-product-top .gs-product-images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(4n) {
  	  top: calc(25% + 120px);
	}
	.woocommerce.gs-woo-single-page .gs-single-product-top .gs-product-images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(5n) {
  	  top: calc(25% + 210px);
	}
}
