/*
CSS RESPONSIVE ON DEVICE
 */

/*=============== START DESKTOP ====================*/

@media only screen 
and (min-width : 1600px) {
    

}

@media only screen 
and (min-width : 1400px) {
    

}

@media only screen 
and (min-width : 1200px) {

    .container {
        max-width: 1200px;
    }   

}

@media only screen 
and (min-width : 1024px) {
	

}

/*=============== END DESKTOP ====================*/

/*=============== START IPAD ====================*/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1023px) {
	
    form.woocommerce-cart-form {
        width: 100%;
    }

    .cart-collaterals {
        width: 100% !important;
        margin-top: 30px;
    }

    .woocommerce table.shop_table tr.cart_item td .quantity {
        position: relative;
        top: 15px;
    }

    div#customer_details {
        flex: 0 0 100%;
    }

    form.checkout.woocommerce-checkout {
        flex-wrap: wrap;
    }

    div#order_review {
        flex: 0 0 100%;
        margin-top: 30px;
    }

    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
        flex: 0 0 33%;
        margin-bottom: 30px;
    }

    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:nth-of-type(3) {
        border: none;
    }

    table.shop_table.shop_table_responsive.cart td.product-quantity {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.image-puzzle {
    margin-left: 5%;
    margin-bottom: 10rem;
}

.gallery-item a img {
    height: 300px;
}

.title-home h2, .about-content>h2 {
    font-size: 2.6rem;
}

.footer-social {
    margin-bottom: 4rem;
}

ul.footer-item-contact li span {
    flex: none;
}

.contact_4__item_bottom {
    flex-direction: column;
}

.contact_4_bottom_item {
    margin-bottom: 5rem;
}

.contact_4__item .row > div {
    margin-bottom: 3rem;
}

.product-item-thumb a img {
    height: 250px;
}

.image-puzzle .image-hover .image img {
    height: auto;
}



}		
/*=============== END IPAD ====================*/



/*=============== START MOBILE ====================*/

@media only screen 
and (max-width : 767px) {

    body {
        font-size: 1.4rem;
    }

    h2.header-page-title, h1.v-title-single-post {
        font-size: 22px;
    }

    
    form.woocommerce-cart-form {
        width: 100%;
    }

    .cart-collaterals {
        width: 100% !important;
        margin-top: 30px;
    }

    .woocommerce table.shop_table tr.cart_item td {
        line-height: 3;
        font-weight: normal;
        font-size: 14px;
    }


    div#customer_details {
        flex: 0 0 100%;
    }

    form.checkout.woocommerce-checkout {
        flex-wrap: wrap;
    }

    div#order_review {
        flex: 0 0 100%;
        margin-top: 30px;
    }

    p#billing_phone_field, p#billing_email_field {
        width: 100%;
    }

    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
        flex: 0 0 50%;
        margin-bottom: 30px;
    }

    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:nth-of-type(2n) {
        border: none;
    }

    p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
        font-size: 15px;
        padding: 30px 15px;
    }

    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:nth-of-type(5) {
        flex: 0 0 100%;
    }

    .v-blog-thumb>a>img,.v-blog-list-3 a.link-thumb img {
        height: 220px !important;
    }

    h3.v-blog-title {
        margin: 15px 0;
    }
    .breadcrumb-style {
        display: none;
    }

    table.shop_table.shop_table_responsive.cart td.product-quantity {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.footer-block {
    flex-direction: column;
}

.footer-block .footer-item:nth-of-type(2) {
    padding: 0;
}

ul.footer-item-contact li span {
    flex: none;
}

.footer-block-logo {
    text-align: center;
}

.footer-subcribe {
    padding-right: 0;
}

.footer-logo>a>img {
    max-width: 130px;
}

.title-home h2, .about-content>h2 {
    font-size: 2.3rem;
}

.image-puzzle .image-hover .image img {
    width: 100%;
    height: auto;
}

.about-content {
    margin-top: 65px;
}

.choose-item {
    padding: 0;
}

.choose-item p {
    font-size: 13px;
}

.cate-product-item-thumb {
    height: 390px;
}

.contact_4__item_bottom {
    flex-direction: column;
}

.contact_4_bottom_item {
    margin-bottom: 5rem;
}

.footer-item {
    margin-top: 4rem;
}

.v-main-post {
    padding-right: 0;
}

h2.v-title-widget span {
    font-size: 18px;
}

.wrapper-archive .products.row>div:nth-of-type(odd), .related.products .products.row>div:nth-of-type(odd) {
    padding-right: 5px;
}

.wrapper-archive .products.row>div:nth-of-type(even), .related.products .products.row>div:nth-of-type(even) {
    padding-left: 5px;
}

.product-item-thumb a img {
    height: 200px;
}

.product-item-content h3 {
    font-size: 14px;
}

.product-item-content p {
    font-size: 13px;
}

.images.wpgs-wrapper {
    padding-bottom: 0;
}

.woocommerce div.product .product_title {
    font-size: 2.2rem;
}

.summary.entry-summary p.price span {
    font-size: 18px;
}

.quantity input[type="button"] {
    padding: 0 10px;
}



}

/*=============== END MOBILE ====================*/



/*=============== START MOBILE < 320px ====================*/

/* Desktops and laptops ----------- */
@media only screen 
and (max-width : 320px) {
	


}

/*=============== END MOBILE < 320px====================*/