/*
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.   ***************/

.header .nav-small a.icon:not(.button) {
	font-size: 1.4em;
}

.featured-title {
	background-color: #333;
}

.nav-small>li>a>i {
    font-size: 1.4em;
}

.nav>li>a {
    font-size: 1em;
}

#logo {
    width: 1000px !important;
}

select.woocommerce-currency-switcher {

	background-color: rgba(255, 255, 251, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.09);
    border-radius: 99px !important;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13.5px;
    height: 2em;
    background-image: url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
}

select.woocommerce-currency-switcher option {
	color: rgba(0, 0, 0, 1);
}


form.woocommerce-currency-switcher-form {
	width: 80px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

.is-xsmall {
    display: none;
}

.entry-header-text {
    padding-bottom: 0;
}

a {
    color: #333;
}

a.tag-cloud-link {
	font-size: 1em !important;
}

.woof_checkbox_label {

	text-transform: uppercase;
	font-size: 0.85em;

    display: inline-block;
    border: 1px solid currentColor;
    opacity: .8;
    margin: 0 3px 5px 0;
    padding: 2px 5px;
    border-radius: 3px;
}

.woof_checkbox_label:hover {

    background-color: #333;
    color: #fff;

}

.woof_checkbox_label_selected {

    background-color: #333;
    color: #fff;

}

.woof_block_html_items input {
	display: none;
}

div.shop-container {
	margin-top: -25px;
}

p.name.product-title {
    text-transform: uppercase;
	font-size: 1em;
	font-weight: 700;

}

.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1200px;
}

@media only screen and (max-width: 1600px) {
.main-product-row {
	max-width: 1200px !important;
}
}

div.shop-page-title.category-page-title.page-title {
	display: none;
}

p.price.product-page-price {
    font-size: 30px;
}

pre, blockquote, form, figure, p, dl, ul, ol {
    margin-bottom: 1em;
}

p.price.product-page-price {
    margin-bottom: 0em;
} 

.add-to-cart-container.form-normal.is-large button {
    margin-bottom: 0em;
}

form.cart {
    margin-top: 0.8em;
}

.woocommerce-variation-price {
    font-size: 30px;
}

a.reset_variations {
    display: none;
}

.woocommerce-variation-price {
    border-top: 0px;
    padding-top: 0px;
}

table.variations {
    margin-bottom: 0em;
}

form.variations_form.cart {
    margin-top: -10px !important;
}

div.tab-panels {
    padding-top: 0em;
}

li.description_tab.active {
    display: none;
}

.product_short_cust div.quantity.buttons_added {
    display: none !important;
}

span.onsale {
    display: table-cell !important;
    padding-left: 5px;
    padding-right: 5px;
}

/* halloween
div.badge-inner.on-sale {
    background-color: #e05611;
}
*/

div.badge-inner.on-sale {
    background-color: #c30000;
}

.category-page-row {
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 30px;
}

#wrapper, #main {
    background-color: #fff;
}

.product-template-default #wrapper,.product-template-default #main {
    background-color: #eef0f3;
}

.page-template-default #wrapper,.page-template-default #main {
    background-color: #eef0f3;
}

.page-template-default.woocommerce-page #wrapper,.page-template-default.woocommerce-page #main {
    background-color: #fff;
}

.post-template-default #wrapper,.post-template-default #main {
    background-color: #eef0f3;
}

.archive #wrapper,.archive #main {
    background-color: #eef0f3;
}

.blog #wrapper,.blog #main {
    background-color: #eef0f3;
}

.blog-wrapper div.row {
    background-color: #ffffff;
    /*padding-top: 30px;*/
}

.blog-single div.row {
    padding-top: 50px;
}

.blog .page-wrapper {
    padding-top: 0px;
}

div.category_gap {
    background-color: #fff;
}

.star-rating:before {
    color: #fff !important;
}

.star-rating span:before {
    color: #fff !important;
}

a.reset_variations {
    display: none !important;
}

div#header-newsletter-signup {
    border-radius: 10px !important;
}

.accordion-item span {
    font-size: 16px;
    font-weight: bold;
}

i.icon-angle-down {
    font-size: 18px;
}

.entry-summary p {
    text-transform: uppercase;
    font-weight: bold;
}

.entry-content p {
    font-weight: bold;
}

a.accordion-title.active {
    border-color: #fff;
} 

.post-template-default .entry-content {
    padding-top: 0em;
}

.blog .entry-content {
    padding-top: 0em;
}

@media only screen and (min-width: 900px) {
    table.variations {
        width: 60%;
    }
}

@media only screen and (max-width: 900px) {

.product_short_cust div.col-inner.text-center {
    margin-left: 0px !important;
    }

.product_short_cust div {
    text-align: center !important;
    }

}

@media only screen and (min-width: 1600px) {

p.name.product-title {
    font-size: 1.1em;
    }

}

.product-type-variable .product-price-container {
    display: none;
}

.booster {
    min-width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.woosb-form {
    font-size: 0.9em;
    padding-top: 10px;
    font-weight: 600;
}

.woosb-products {
    text-transform: uppercase;
    font-size: 1.0em;
}

/*.grecaptcha-badge { 
    visibility: hidden; 
}*/

.payment_box { 
    display: none !important; 
}


