/*
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.   ***************/
.form-flat input:not([type=submit]) {
    border-radius: 4px;
    height: 45px;
	background-color:#f6f5f3;
	border-color: #00000000;
}
.single_add_to_cart_button.button.alt {
    width: calc(100% - 6.5em);
}
.sticky-add-to-cart--active .single_add_to_cart_button.button.alt {
    width: auto;
}
.dh td {text-align: center;}
.dh .accordion-inner {padding: 1em 0;}
.size-chart {font-size:0.7em!important; top:50%;}
.color-group.dh label {
    font-size: 0.6em;
	font-weight: normal;
    text-align: center;
}
.wcpa_form_item {
    margin: 0 0 0.5em 0;
}
.dh .wcpa_image_wrap img {
    padding: 2.5px;
	margin-right: 1.5px;
}
.dh .wcpa_image label {
    display: none!important;
}
.wcpa_form_outer .wcpa_form_item .image-group .wcpa_image:hover .wcpa_image_desc {
    text-align: center;
}
.wcpa_price_summary li {
    border-top: unset;
	margin-left: unset!important;
	font-weight: bold;
	font-size: 1.2em;
}
.wcpa_price_summary li .wcpa_price_outer {
    float: none;
}

ul li.bullet-checkmark:before, ul li.bullet-arrow:before, ul li.bullet-star:before {
    color: var(--primary-color);
}
.single-product .bullet-checkmark, .dh .bullet-checkmark {
    padding: 0 0 10px 25px;
    border-bottom: 0;
    font-size: 90%;
}
.product-info {
    border: 1px solid #ececec;
	border-radius: 4px;
}

#footer ul.menu>li+li, #footer .widget>ul>li+li {
    border-top:unset;
}
@media only screen and (min-width: 48em) {
/*************** ADD DESKTOP ONLY CSS HERE  ***************/

}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
#footer li, #footer  {text-align:center;}
#footer .is-divider.small {margin-left: auto; margin-right: auto;}
#footer .widget_nav_menu {width: 50%;}

}