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



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


}
.header:not(.transparent) .header-bottom-nav.nav > li > a {
    font-weight: 500;
}
.product-page-price > .woocommerce-Price-amount,
ins .woocommerce-Price-amount {
    color: #dd3333;
    font-weight: 500;
}
del span.amount {
    opacity: .6;
    font-weight: normal;
    margin-right: .3em;
    font-size: 13px;
}

.single-product-thumbnail .p-nav a {
    overflow: hidden;
    display: block;
    border: 1px solid rgba(0,0,0,0.2);
    background-color: #FFF;
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.product-thumbnails a {
    border-color: rgba(0,0,0,0.4);
}
.product-thumbnails a:hover, .product-thumbnails .is-nav-selected a {
    border-color: #e32124;
}

body a.devvn_buy_now_style {
	display: block;
	max-width: 100%;
}
.tab-panels #ftwp-container-outer,
#content #ftwp-container-outer {
	display: none !important;
}
.product-small.box a.quick-view:before {
    content: "\e012";
    font-family: 'fl-icons';
    width: 21px;
    height: 21px;
    display: block;
}
.product-small.box a.quick-view {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 24px;
    height: 24px;
    font-size: 10px;
    line-height: 1.9em;
    padding: 0;
    background: #fff;
    border: 2px solid #e52c25;
    color: #e52c25;
    overflow: hidden;
    margin: 0 5px 5px 15px;
}
.product-small.box a.quick-view:hover {
    background: #e52c25;
    color: #fff;
}
/* */
.page-title .page-title-inner .breadcrumbs {
    font-size: 12px;
}
.single .woocommerce-breadcrumb.breadcrumbs {
    display: none;
}
.tab-single.accordion {
    margin-bottom: 20px;
}
/*.tab-single .accordion-item .toggle i {
    display: none;
}*/
.tab-single.accordion .toggle {
    right: 0;
    left: initial;
}
.tab-single.accordion .accordion-title {
    padding-left: 0;
    background: none;
}
.tab-single.accordion .accordion-inner {
    padding-left: 2px;
    padding-top: 0;
}
/* */
body .variable-items-wrapper .wvs-has-image-tooltip:after, 
body .variable-items-wrapper [data-wvstooltip]:after {
    display: none;
}
body .variable-items-wrapper .wvs-has-image-tooltip:before, 
body .variable-items-wrapper [data-wvstooltip]:before {
    opacity: 1;
    visibility: visible;
    background: none;
    color: #000;
    bottom: -35px !important;
    top: initial !important;
    box-shadow: 0 0 0 0 black;
}
/* */
.chonmau-single {
    font-size: 14px;
    color: #000;
    font-weight: 500;
    display: none;
}
.chonmau-single span {
    font-weight: 300;
    padding-left: 5px;
}

.variations_form.cart .variations {
    padding-bottom: 15px;
}
.price {
    display: none !important;
}
tbody .product-subtotal,
tbody .product-price {
    visibility: hidden !important;
}
#order_review > .woocommerce-checkout-review-order-table,
.cart_totals  > table {
    display: none;
}