/*
Theme Name: flatsome-child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
html .off-canvas .off-canvas-cart{
    /* min-width: 400px; */
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/





}

div#cart-popup .custom-artwork img{
	position:relative;
	top:0px;
	width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: left;
}
 dt.variation-Artwork {
    display: block;
}
 
dl.variation dt {
    /* color: #000; */
    /* font-weight: 600; */
}

dl.product-addon-totals dt:nth-of-type(even), dl.product-addon-totals dd:nth-of-type(even){
    display: none;
}

.shortcode_column {
    padding: 7px 0px;
    border: 1px solid #ccc;
    background: #f7f7f7;
    border-radius: 25px;
}
.shortcode_column .content-column{
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.shortcode_column .content-column p:first-child{
    margin-bottom: 2px;
}
.shortcode_column .content-column p:last-child{
    border-top:1px solid #ddd;
    margin-top: 4px;
    margin-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.variations_form .variations .reset_variations {
 text-transform: capitalize;
  bottom: 95%;
  color: #40B1FF;
  font-size: 0.9em;
  font-weight: 600;
  opacity: 1;

}
.product-info .points > img {
    height: 20px;
    width: 36px;
}
.wc-points-rewards-product-message > img {
    height: 20px;
    width: 36px;
}
.woocommerce-info.wc_points_redeem_earn_points form{margin-top: 15px;}

.product-addon .input-text.addon.addon-custom {text-align: center;}
.product-short-description {margin-bottom: 15px}

.product-main .product-summary .woocommerce-Price-currencySymbol {
    display: inline-block;
    font-size: 0.95em;
    margin-top: 0.01em;
    vertical-align: top;
}
.studio_pricing_rule_price{display: none;}
.single-product .woocommerce-variation-price {display: none;}
.shipping-handling-block img {
    margin-right: 10px;
}
del .low-as-text {
	display:none;
}
.single-product .low-as-text {
    font-size: 16px;
}

.product-short-description .content-column.one_sixth {
    font-size: 13px;
    width: 14%;
}


.product-short-description .content-column.one_fifth {
    font-size: 13px;
    width: 18%;
}
.product-short-description .content-column.one_fourth {
    font-size: 13px;
    width: 23%;
}
.product-short-description .content-column.first_tier_block{
	width:25%;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.product-short-description .content-column.one_sixth.first_tier_block{
    width:28%;
}
.product-short-description .content-column.one_fifth.first_tier_block{
	width:28%;
}
.product-short-description .content-column.one_fourth.first_tier_block{
	width:31%;
}
.product-short-description .content-column.one_third.first_tier_block{
width:33.3%;
}
.for-scroll{
        overflow-x: auto;
        padding-bottom: 20px;
    }
 


.touch-scroll-table .my_account_points_rewards .points-rewards-event-description > img {
    margin-right: 10px;
}

@media screen and (max-width: 1350px){
	.for-scroll .product-short-description{
	width:400px;
	}
}

@media screen and (max-width: 600px){
    .shortcode_column .content-column{
        clear:none;
        margin-bottom: 0px;
    }
    html .off-canvas .off-canvas-cart{
    /* min-width: unset;
    width: 100%; */
    }

}
@media screen and (max-width: 380px) {
    .for-scroll{
        overflow-x: auto;
        padding-bottom: 20px;
    }
    .for-scroll .shortcode_column{
        width:370px;
    }
}
