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


.loading-spin.centered, .wpcf7 .ajax-loader, .processing::before, .loading-spin, .loading-spin.centered {
	display: none;
}

.processing::before, .loading-spin.centered {
    position: absolute;
    top: -5000px;
}

.widget_product_categories {
    padding: 20px 25px;
    border: 2px solid #ececec;
}

.widget_product_categories.widget > ul > li+li {
    border-top: 2px solid #ececec;
}

.widget_product_categories.widget > ul > li > a {
    padding: 10px 0;
}

.widget_product_categories .product-categories > li > a {
    color: #333;
    font-weight: bold;
}

.widget_product_categories .product-categories .cat-item ul.children {
    border-left: 0;
    margin: 0 0 10px 3px;
    padding-left: 5px;
}

.widget_product_categories .product-categories .cat-item ul.children a {
    color: #333;
}

.widget_product_categories .product-categories .cat-item.current-cat.active a {
    background: none;
    color: #073c6c;
}

.category-page-row h1.shop-page-title {
    font-size: 1.5em !important;
    line-height: 1 !important;
    margin-bottom: 1em;
}

.category-page-row .term-description {
    margin-bottom: 1.4em;
    margin-top: -0.7em;
}

#mega-menu-wrap-top_bar_nav #mega-menu-top_bar_nav li.mega-menu-item > ul.mega-sub-menu {
    /* box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24); */
    box-shadow: 0px 8px 10px 1px #CECECE
}

#mega-menu-wrap-top_bar_nav #mega-menu-top_bar_nav li.mega-menu-item > ul.mega-sub-menu .mega-sub-menu .col {
    border: 1px solid #f5f5f5;
    min-width: 321px;
}

#mega-menu-wrap-top_bar_nav #mega-menu-top_bar_nav li.mega-menu-item > ul.mega-sub-menu .mega-sub-menu .col {
    border: 1px solid #f5f5f5;
    min-width: 321px;
    padding: 10px;
    margin-right: 30px;
    margin-bottom: 30px;
}

#mega-menu-wrap-top_bar_nav #mega-menu-top_bar_nav li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 40px 40px 10px 40px;
}

#wide-nav {
    background-color: #f5f5f5 !important;
}

#wide-nav ul.nav #mega-menu-wrap-top_bar_nav {
    background: #f5f5f5;
}

.header-wrapper.stuck #wide-nav ul.nav #mega-menu-wrap-top_bar_nav,
.header-wrapper.stuck #wide-nav {
    background-color: #fff !important;
}

.header-wrapper {
    box-shadow: 1px 1px 10px rgba(0,0,0,.15);
}

.product-small {

}

.product-small .col-inner {
    border: 2px solid #ececec; 
}

.product-small .box-text {
    padding: 0;
}

.product-small .title-wrapper p.category {
    background: #00386a;
    display: inline-block;
    padding: 5px 10px;
    line-height: 1;
    color: #fff !important;
    font-size: 14px !important;
    margin-top: 2px;
    opacity: 1 !important;
}

.product-small .title-wrapper p.product-title {
    padding-left: 0.6em;
    padding-right: 0.6em;
}

.product-small .title-wrapper p.product-title a {
    color: #333;
    font-weight: bold;
}

.product-small .price-wrapper {
    text-align: right;
    padding-right: 0.6em;
    color: #00386a;
    font-size: 16px;
    margin-top: 5px;
}

.single-product .related.related-products-wrapper .price-wrapper .woocommerce-Price-amount.amount bdi {
    font-size: 16px !important; 
    margin-top: 5px;
}

.product-small .price-wrapper .price {
    margin: 0 !important
}

.product-small .price-wrapper span.amount {
    color: #00386a;
}

.product-small .price-wrapper del {
    color: #333;
    text-decoration: unset;
}

.product-small .price-wrapper del span.amount {
    opacity: 1;
    color: #333;
    font-family: Sans-serif;
    position: relative;
}

.product-small .price-wrapper del span.amount:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%; 
    border-bottom: 1px solid #333; 
    transform: translateY(-50%);
}

.delivery-time-info+form:not(form.variations_form) {
    margin-top: 1em !important;
}

.product-small .add-to-cart-button {
    text-align: right;
}

.product-small .add-to-cart-button a {
    margin-right: 0;
}

.badge-container {
    margin: 15px 0 0;
}

.badge-container .badge {
    height: auto;
    color: #00386a;
    margin: 0;
}

.badge-container .badge .badge-inner {
    background: none !important;
}

.badge-container div {
    background-color: #f5f5f5;
    border-radius: 0;
    padding: 3px 10px;
    color: #00386a;
    font-size: 16px;
    text-transform: capitalize;
}

.woocommerce-pagination .nav-pagination > li > a, .nav-pagination > li > span {
    border-radius: 0;
    background-color: #ececec;
    border: 0;
    height: auto;
    padding: 5px 15px;
    width: auto;
    line-height: unset;
}

.woocommerce-pagination ul.links li a {
    color: #00386a;
}

.woocommerce-pagination .nav-pagination > li > .current {
    background-color: #00386a;
}

.woocommerce-pagination .nav-pagination > li > a:hover {
    background-color: #00386a;
    color: #fff
}

@media only screen and (max-width: 850px) {
    .widget_product_categories {
        padding: 0;
        border: 0;
    }
}

.product {

}

.product .product-info h1.product-title {
    font-size: 2em !important;
    color: #333 !important;
    margin-bottom: 0.3em;
}

.product .product-info h1.product-title+.is-divider.small {
    display: none;
}

.product .product-info .price-wrapper {
    margin: 30px 0 30px 0;
}

.product .product-info .product-sku {
    color: #333;
}

.product .product-info .price-wrapper .price.product-page-price .woocommerce-Price-amount.amount bdi {
    color: #023f82;
    font-size: 1.8em;
}

.product .product-info .price-wrapper .price.product-page-price .woocommerce-price-suffix {
    font-size: 1.2em;
    font-weight: normal;
}

.product .product-info .price-wrapper .price.product-page-price .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol {
    display: inline-block;
    font-size: inherit;
    vertical-align: unset;
    margin-left: -4px;
    margin-right: 4px;
}

.product .product-info .price-wrapper .price.product-page-price.price-on-sale del {
    display: block;
    margin-bottom: 0.3em;
    text-decoration: unset;
}

.product .product-info .price-wrapper .price.product-page-price.price-on-sale del .woocommerce-Price-amount.amount {
    margin-right: 0;
    opacity: 1;
    position: relative;
}

.product .product-info .price-wrapper .price.product-page-price.price-on-sale  del .woocommerce-Price-amount.amount:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%; 
    border-bottom: 1px solid #333; 
    transform: translateY(-50%);
}

.product .product-info .price-wrapper .price.product-page-price.price-on-sale del .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol {
    margin-left: 0px;
}

.product .product-info .price-wrapper .price.product-page-price.price-on-sale del .woocommerce-Price-amount.amount bdi {
    color: #333;
    font-size: 1.2em;
}

.product .product-info .product_meta {
    font-size: 16px;
    margin-top: 4em;
}

.product .product-info .yith-ywraq-add-to-quote a {
    margin: 0;
    font-size: 1em;
}

.product .product-info form.cart {
    margin: 0;
}

.product .product-info  .variations_form.cart .variations {

}

.product .product-info .variations_form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
    padding: 0
}

.product .product-info .product-short-description p {
    margin-bottom: 0.5rem;
}

.product .product-info .variations_form.cart table.variations th.label label {
    font-size: 14px;
    color: #333;
    padding: 0.4em 1rem 0.2em 0;
}

.product .product-info .variations_form.cart table.variations select{
    width: 100%;
}

.product .product-info .variations_form.cart .woocommerce-variation.single_variation {
    display: none !important;
}

.product-page-title .flex-col .next-prev-thumbs {
    display: none;
}

#product-sidebar aside.widget-upsell {
    box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    /* box-shadow: 0px 8px 10px 1px #CECECE */
    padding: 1.5em;
}

#product-sidebar aside.widget-upsell h3 {
    text-align: left;
    margin-bottom: 1.2em;
    line-height: 1;
}

#product-sidebar aside.widget-upsell h3 > .is-divider {
    display: none;    
}

#product-sidebar aside.widget-upsell ul.product_list_widget li {
    border: 1px solid #ececec;
    margin-bottom: 1.5em;
    display: flex;
    padding: 5px;
}

#product-sidebar aside.widget-upsell ul.product_list_widget li:last-child {
    margin-bottom: 0;
}

#product-sidebar aside.widget-upsell ul.product_list_widget li img {
    height: 60px;
    width: 60px;
    position: inherit;
    margin-bottom: 0;
    margin-right: 5px;
}

#product-sidebar aside.widget-upsell ul.product_list_widget li > a {
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

#product-sidebar aside.widget-upsell .woocommerce-Price-amount, 
#product-sidebar aside.widget-upsell .woocommerce-price-suffix {
    display: none;   
}

.product .related.related-products-wrapper {
    border: 0;
}

.product .product-info .delivery-time-info::before {
    content: "";
    display: inline-block;
    width: 10px; 
    height: 10px; 
    background-color: rgb(1, 182, 1);
    border-radius: 50%; 
    margin-right: 8px;
}

.product-small .category-delivery-time-info {
    padding-top: 6px;  
    padding-left: 10px;
    font-size: 0.7em;
    flex: 1;
    text-align: left; 
}

.product-small .category-delivery-time-info::before {
    content: "";
    display: inline-block;
    width: 8px; 
    height: 8px; 
    background-color: rgb(1, 182, 1);
    border-radius: 50%; 
    margin-right: 5px;
}

.product-small .add-to-cart-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-small .add-to-cart-button a {
    flex-shrink: 0;
    font-size: 0.7em;
    margin-left: auto;
}

.product .product-info .social-icons a.facebook:hover:after,
.product .product-info .social-icons a.email:hover:after {
    color: #fff; 
}

@media screen and (min-width: 850px) {
    #product-sidebar.large-2 {
        flex-basis: 25%;
        max-width: 25%;     
    }
}

.product .price-wrapper .ip-price.ip-product-page-price  {
    color: #333;
    font-size: 1.1em;
    margin-top: -0.4em;
}

.product .price-wrapper .ip-price.ip-product-page-price span.amount {
    font-weight: normal;
}

.product .price-wrapper .ip-price.ip-product-page-price .woocommerce-Price-amount.amount bdi {
    font-size: 1.1em;
}

.product .product-info .price-wrapper .ip-price.ip-product-page-price .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol {
    display: inline-block;
    font-size: inherit;
    vertical-align: unset;
    margin-left: -1px;
    margin-right: 3px;
}

.single-product .product-type-variable .product-info .price-wrapper .ip-variation-price.ip-variation-product-page-price {
    margin-top: -0.9em;
}

.single-product .product-type-variable .product-info .price-wrapper .ip-variation-price.ip-variation-product-page-price span.amount {
    font-weight: normal;
}

.single-product .product-type-variable .product-info .price-wrapper .ip-variation-price.ip-variation-product-page-price .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol {
    display: inline-block;
    font-size: inherit;
    vertical-align: unset;
    margin-left: -1px;
    margin-right: 3px;
}

.single-product .product-type-variable .product-info .price-wrapper .ip-variation-price.ip-variation-product-page-price .woocommerce-price-suffix {
    font-size: 80%;
}

.single-product .product-type-variable .product-info .price-wrapper .price.product-page-price .woocommerce-Price-amount.amount bdi {
    font-size: 1.6em;
}

.single-product .product-type-variable .product-info .price-wrapper .ip-variation-price.ip-variation-product-page-price .woocommerce-Price-amount.amount bdi {
    color: #333;
    font-size: 1.2em;
}