/*
Theme Name: ChapterOne Child
Theme URI: http://chapterone.mikado-themes.com
Description: A child theme of ChapterOne Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: chapterone
Template: chapterone
*/

.single-product .woocommerce-product-gallery__wrapper img,
.single-product .woocommerce-product-gallery__wrapper,
.single-product .mkdf-woo-single-page .mkdf-single-product-content .images .woocommerce-product-gallery__image:first-child,
.single-product .mkdf-woo-single-page .mkdf-single-product-content .images {
    top: 0!important;
    max-width: 420px;
    width: auto !important;
    margin: 0 0 0 0 !important;
}
mkdf-single-product-content{
	overflow:hidden!important;
}
.mkdf-woo-single-page .mkdf-single-product-content .images{
    height: 400px;
}
.mkdf-woo-single-page .woocommerce-tabs {
    background: #fff;
}
@media only screen and (max-width: 1024px){
.mkdf-woo-single-page .mkdf-single-product-content .images{
    height: auto;
}
}
@media only screen and (min-width: 1400px){
.single-product .woocommerce-product-gallery__wrapper img,
.single-product .woocommerce-product-gallery__wrapper,
.single-product .mkdf-woo-single-page .mkdf-single-product-content .images .woocommerce-product-gallery__image:first-child,
.single-product .mkdf-woo-single-page .mkdf-single-product-content .images {
    width: 100% !important;
}
}