/*
Theme Name:     Medik Child
Theme URI: 		http://medik.wpengine.com/
Author: 		the DesignThemes team
Author URI: 	http://themeforest.net/user/designthemes
Description:    Child theme for the Medik theme powered by DesignThemes
Template:       medik
Version:        1.0
*/

div[class*="thumb-container"] .swiper-wrapper .swiper-slide{
    height: 5% !important;
}

.nextArrowBtn {
    position: absolute;
    z-index: 1000;
    top: 50%;
    right: 0;
    width: auto;
    height: 60px !important;
}

.prevArrowBtn {
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 0;
    width: auto;
    height: 60px !important;
}

.nextArrowBtn i, .prevArrowBtn  i{
    font-size:120px;
    color:#2196F3
}

.dt-sc-product-image-gallery-arrow-pagination{
    display: none !important;
}

.dt-sc-product-image-gallery-pagination-holder{
    display: none !important;
}

.slick-track .slick-slide{
    padding: 5px !important;
}

@media only screen and (max-width: 600px) {
    .dt-sc-product-image-gallery-container.swiper-container{
        /*height: 200px;*/
    }
    .dt-sc-product-image-gallery-container.swiper-container.swiper-container-android{
        /*height: 200px;*/
    }
    .dt-sc-product-image-gallery.swiper-wrapper{
        /*height: 200px;*/
    }
    .swiper-slide.swiper-slide-prev{
        /*height: 40px;*/
    }
    div[class*="thumb-container"] .swiper-wrapper .swiper-slide{
        height: 10% !important;
    }


    .nextArrowBtn i, .prevArrowBtn  i{
        font-size:70px;
    }
}

