/*
Theme Name: Woodstock Child
Theme URI: http://woodstock.temashdesign.com/
Description: This is a child theme for Woodstock.
Author: Temash Design
Author URI: http: //www.temashdesign.com/ test
Template: woodstock
Version: 1.0
*/

@import url("../woodstock/style.css");

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/

/***Admin orders page, shrink customer notes***/
.post-type-shop_order .wp-list-table tbody td, .post-type-shop_order .wp-list-table tbody th {
    line-height: 14px;
    padding: .4em;
}
/***Components box padding **/
.ywcp_component_options_selection_container {
    display: none;
    padding: 4px;
    width: 100%;
}
/*** padding, attempt to fix spacing on ATC button when no components**/
body.single-product .product_infos .cart {padding-top: 10px!important;}

/***Product image and options spacing 55/45 **/
.single-product .content-pos .single-product-infos {
    float: left;
    padding-left: 25px;
    width: 45%;
}
.single-product .content-pos .single-product-images.with_sidebar {
    float: left;
    position: relative;
    width: 55%;
}
/***makes above responsive in FF**/
@media only screen and (max-width: 45em) {
.single-product .content-pos .single-product-images.with_sidebar {
    width: 100%;
    float: none;
    padding: 0;
}
.single-product .content-pos .single-product-infos {
    margin-top: 40px;
    width: 100%;
    float: none;
    padding-left: 0;
}
}

/***freeshipping image space***/
.yith-wcbr-brands-logo {
    display: block;
    margin-top: 6px;
    margin-bottom: 10px;
}

/***Review text size***/
.woocommerce #reviews #comments ol.commentlist li .comment-text .description p, .woocommerce-page #reviews #comments ol.commentlist li .comment-text .description p {
    font-size: 1.2rem;
    line-height: 1.4rem;
}
/***Review text padding***/
#reviews .comment_container {
    padding: 6px 5px 2px;
    position: relative;
}

/***Bullet points in desc***/
ul, ol, dl {
    font-family: inherit;
    font-size: 1.2rem;
    line-height: 1.4;
    list-style-position: outside;
}


.yith_wapo_groups_container {
    display:none!important;
}


.add_to_cart_button_container {
	    min-height: 0px;
    float: left;
    padding-top: 0px;
}

.quantity label {
	width: 100%;
}

.woocommerce div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity
{
	margin-bottom: 0px;
}


/*.ywcp_inner_selected_container.product .ywcp_image_container.images {
    flex-basis: 33%;
}

.ywcp_inner_selected_container.product .ywcp_product_info {
    flex-basis: 66%;
        display: flex;
}

.ywcp_product_info_inner {
    flex-basis: 100%;
}
*/

.single-product-images .woocommerce-product-details__short-description {
    display: block;
    float: left;
    width: 100%;
}

/****************************************************************/
/****************************************************************/
/****************************************************************/
