/*
Theme Name: decoxpress
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-bottom {
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.searchform {
    border-radius: 3px;
    overflow: hidden
}

.searchform .search-field {
    height: 45px;
    padding-left: 15px;
    font-size: 12px;
    border: none;
    box-shadow: none
}

.searchform .submit-button {
    padding-left: 1em;
    padding-right: 1em;
    border: none;
    background: #fff
}

.searchform .submit-button:hover {
    box-shadow: none
}

.searchform .submit-button i.icon-search {
    line-height: 45px;
    top: 0;
    color: #333;
    font-size: 18px
}

.box-text .product-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2
}

.box-text.text-center {
    padding-left: 0;
    padding-right: 0
}

.price-wrapper .price {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    color: #d54d4d
}

.price-wrapper .price>* {
    padding: 0 1px
}

.price-wrapper .price>span.amount {
    font-weight: 600;
    color: #d54d4d
}

.price-wrapper .price del {
    font-size: 18px;
    color: #010315;
    line-height: 1.2
}

.price-wrapper .price del span.amount {
    opacity: 1;
    color: #010315
}

.price-wrapper .price ins {
    font-size: 20px;
    line-height: 1.2
}

.price-wrapper .price ins span.amount {
    color: #d54d4d
}

.home-title .section-title b {
	height: 0;
}

.secondary,.checkout-button,.button.checkout,.button.alt {
    background: #4bb232
}

.product-summary .woocommerce-Price-currencySymbol {
    font-size: 1em;
    vertical-align: baseline;
    margin-top: 0
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}