/*
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.   ***************/
/*testas dėl xml feed*/
/*.sodoharmonija{
	display:none;
}*/

/*dėl product variations on shop page*/
.variations_form {
	padding:10px;
}
.woocommerce-variation-add-to-cart{
	text-align:center;
}
.cart {
	text-align:center;
}

/*dėl beRocket label*/
.berocket_alabel_id_21176 {
    z-index: 5;
}

/* Šitie yra dėl black friday */
.price {
	color:white;
}
.search-price {
	color:white;
}
.product_list_widget>li>del {
	color:white;
}
.product_list_widget>li>ins {
	color:white;
}
.price del>span>bdi {
	text-decoration: line-through;
}
.search-price del>span>bdi {
	text-decoration: line-through;
}
.product_list_widget>li>del>span>bdi {
	text-decoration: line-through;
}
.price del>span:nth-child(2) {
	display:none;
}
.search-price del>span:nth-child(2) {
	display:none;
}
.product_list_widget>li>del>span:nth-child(2) {
	display:none;
}
.price ins>span:nth-child(2) {
	display:none;
}
.search-price ins>span:nth-child(2) {
	display:none;
}
.product_list_widget>li>ins>span:nth-child(2) {
	display:none;
}
/* Šitie yra dėl black friday */

.mfp-close-btn-in .mfp-close {
    top: 0 !important;
    color: #fff;
}
.nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {
    padding-left: 0;
    padding-right: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0 10px;
    border-bottom: 1px solid #ececec;
}
.nav-dropdown>li.nav-dropdown-col {
	width:220px;
}
.compact{
	line-height: 110%;
    margin-bottom: 5px;
	text-align:justify;
}
.compact p{
    margin-bottom: 7px;
}
.compact li{
    margin-bottom: 3px;
}
.compact-two{
	line-height: 115%;
    margin-bottom: 10px;
	text-align:justify;
}
.margin-auto{
	margin:auto;
}
.product-tabs{
	font-size:135%
}
.br_alabel_image{
	z-index: 5;
}
.grecaptcha-badge{
	visibility: collapse !important;  
}
.label{
	    font-size: 1em;
}


.owl-carousel {
    display: block;
    width: 100%;
    z-index: 1;
}

.wg_gift_atc_btn {
	display: none;
}

.wg_gift .wg_title {
    padding: 5px 0px;
    margin-bottom: 20px;
}


.shopup_venipak_shipping_method {display:inline;}
.shopup_venipak_shipping_method_icon {display:none;}
.shopup_venipak_shipping_method_title {display:inline;}
.shopup_venipak_shipping_method_title>div {display:inline;}
#venipak_pickup_point_wrapper>div {justify-content: flex-end;}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}