/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

html,
body {
    max-width: 100% !important;
    overflow-x: hidden;
}

.hidden {
    display: none;
}

/* Header */
.fusion-main-menu .sub-menu {
    margin-top: -40%;
    text-transform: uppercase;
}

.fusion-header-wrapper .fusion-row {
    padding-left: 0% !important;
    padding-right: 0% !important;
    max-width: 100% !important;
}

.fusion-page-title-bar {
    background-size: cover;
    height: 647px !important;
}

.fusion-page-title-bar-left .fusion-page-title-secondary {
    position: absolute !important;
    /* margin-top: 54%; */
    top: 94% !important;
    right: 5% !important;
}

nav.fusion-main-menu a {
    font-weight: bold !important;
}

a.fusion-bar-highlight {
    border: none !important;
}

.fusion-custom-menu-item-contents.fusion-menu-cart-items {
    margin-top: -40px !important;
}

.fusion-page-title-row {
    width: 100%;
}

.fusion-breadcrumbs {
    font-size: 13px !important;
    color: #FFFFFF !important;
}

.fusion-breadcrumbs a {
    font-size: 13px !important;
    color: #FFFFFF !important;
}

.page-id-2 #sliders-container {
    margin-top: -143px;
}



.fusion-header-v1 .fusion-header {
    background-color: rgba(255, 255, 255, 0);
}

.fusion-header .fusion-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#mobile-menu-main-nav {
    width: 100vw;
}

.fusion-main-menu>ul>li>a {
    text-transform: uppercase;
}

/* Footer */
.tc_footer i {
    font-size: 16px;
    padding: 6px 15px;
}

.tc_footer {
    text-align: center;
    font-family: 'Lato';
}

.fusion-footer {
    margin-top: -40px;
}

table.tg tbody tr td {
    padding-right: 5px;
}

.fusion-footer ul.menu li a {
    padding-left: 0 !important;
    padding-top: 0 !important;
}

#wrapper .fusion-vertical-menu-widget .menu li.current_page_item>a {
    border: 0;
}

/* Homepage */
.home_angle_left {
    display: inline-block;
    float: left;
    height: 22px;
    background-color: #2d2d2d;
    width: calc(50% - 68px);
    position: relative;
}

.home_angle_left:after {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    height: 0;
    border: 22px solid #2d2d2d;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 68px;
    right: -68px;
}

.home_angle_right {
    display: inline-block;
    float: right;
    height: 22px;
    background-color: #2d2d2d;
    width: calc(50% - 68px);
    position: relative;
}

.home_angle_right:after {
    content: '';
    display: block;
    position: absolute;
    width: 0px;
    height: 0;
    border: 22px solid #2d2d2d;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom: 0;
    border-left: 0;
    border-right-width: 68px;
    left: -68px;
}

.slider_overlay {
    margin-top: -75px;
    background-color: transparent !important;
}

.overlay_tabs .nav ul.nav-tabs li.active h4 {
    color: #d3954d;
    text-transform: uppercase;
}

.overlay_tabs .nav ul.nav-tabs li h4 {
    color: #fff;
    text-transform: uppercase;
}

.overlay_tabs .fusion-tabs.nav-not-justified.clean .nav-tabs li .tab-link {
    padding: 20px 23px;
}

.overlay_tabs .fusion-tabs.nav-not-justified.clean .nav-tabs li.active .tab-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #a57844;
    display: block;
    left: 44%;
}

.gold_top_bar:before {
    content: '';
    width: 60px;
    height: 5px;
    background-color: #d3954d;
    position: absolute;
    top: -15px;
    right: calc(50% - 30px);
}

a.hp_btn_free {
    display: block;
    background-color: #fff;
    text-align: center;
    padding: 40px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #000;
    border: 1px solid #fff;
    transition: .5s;
}

a.hp_btn_free:hover {
    background-color: transparent;
    color: #fff;
}

.row.sub_categories,
.row.latest_products {
    margin: 0;
}

.row.sub_categories .col-md-4,
.row.latest_products .col-md-3 {
    padding: 0;
    position: relative;
}

.row.sub_categories .col-md-4 img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.sub_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: .5s;
}

.row.sub_categories .col-md-4:hover .sub_overlay {
    background-color: rgba(0, 0, 0, 0);
}

.sub_overlay a {
    color: #fff;
}

a.sub_cat_name {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 100;
    text-align: center;
    display: block;
}

a.sub_cat_button {
    border: 1px solid #fff;
    padding: 15px 30px;
    display: block;
    text-align: center;
    width: 150px;
    margin: auto;
    text-transform: uppercase;
}

a.sub_cat_button:hover {
    border: 1px solid #d3954d;
}

.sub_element_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    transition: .5s;
}

.row.sub_categories .col-md-4:hover .sub_element_wrapper {
    background-color: rgba(0, 0, 0, .7);
}

.latest_product_wrapper {
    position: relative;
}

.latest_product_wrapper img {
    width: 100%;
    height: 400px;
    object-fit: contain;
    margin-bottom: 30px;
    padding: 30px;
}

.lp_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    background-color: rgba(0, 0, 0, 0.5);
}

.latest_product_wrapper:hover .lp_overlay {
    visibility: visible;
    opacity: 1;
}

.lp_overlay_wrapper {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    transition: .5s;
}

.lp_title {
    font-size: 22px;
}

.lp_prive {
    font-size: 18px;
}

a.see_all {
    color: #d3954d;
    text-align: center;
    margin: auto;
    display: block;
    margin-bottom: 30px;
    margin-top: -18px;
}

.row.products_slider_wrapper img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.row.products_slider_wrapper .col-md-6 {
    color: #fff;
}

.row.products_slider_wrapper .col-md-4 {
    margin-bottom: 15px;
}

a.btn_info {
    display: block;
    text-align: center;
    color: #fff;
    border: 1px solid #d3954d;
    padding: 5px;
    margin-bottom: 2px;
    transition: .5s;
}

a.btn_info:hover {
    box-shadow: 0px 0px 20px 0px;
}

a.btn_add_to_cart {
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px;
    background-color: #d3954d;
    border: 1px solid #d3954d;
    transition: .5s;
}

a.btn_add_to_cart:hover {
    box-shadow: 0px 0px 20px 0px #d3954d;
    color: #fff;
}

a.contact_btn {
    display: block;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    width: 250px;
    padding: 15px;
    margin: auto;
}

#feat-prods .row.products_slider_wrapper span {
    text-decoration: line-through;
}

/* About Us Boxes Homepage */
/*
img.icon-home-blocks {
    width: 65px;
    margin-bottom: 16px;
}

@media screen and (max-width:450px) {
	.home-block .fusion-column-wrapper {
    	padding: 15px!important;
	}
}

.equal_width_15 {
	margin-left: 1.5% !important;
	width: calc(33.33% - ( ( 6.5% ) * 0.3333 ) ) !important;
}
.equal_width_15_a {
	margin-left: 1.5% !important;
}
.equal_width_15_b {
	margin-right: 1.5% !important;
	width: calc(33.33% - ( ( 6% ) * 0.3333 ) ) !important;
}*/


#about-title .gold_top_bar:before {
    top: -30px !important;
}

#about-1 {
    width: 65.8% !important;
    margin-right: 1% !important;
    color: #FFFFFF;
}

#about-1 p {

    font-size: 16px;
}

#about-1 a {
    float: right;
    color: #FFFFFF;
    border: 1px solid #ffffff;
    padding: 8px 10px 8px 10px;
}

#about-1 a:hover {
    background-color: #d3954d;
}

#about-1 h2 {
    color: #FFFFFF;
}

#about-2 {
    width: calc(33.33% - ((4.5%) * 0.3333)) !important;
    margin-left: 14px !important;
    font-size: 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#about-2 h2 {
    padding-top: 22px;
}



div#about-2 p {
    color: #000000;
    font-size: 16px;
}

#about-3 .fusion-column-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#about-3 a.fusion-button {
    font-size: 21px;
    font-family: 'Lato' !important;
    background-color: transparent;
    border: 1px solid white !important;
}

#about-3 a.fusion-button:hover {
    background-color: #d3954d;
}


.about-wrapper .fusion-column-wrapper {
    min-height: 385px !important;
}

.about-wrapper input[type="email"] {
    border: 1px solid #d3954d;
    width: 90%;
    height: 40px;
}

.about-wrapper button.btn.btn-primary {
    border: none;
    background-color: #d3954d;
    color: #FFFFFF;
    margin-left: -47px;
    padding-top: 10px;
    padding-bottom: 13px;
    font-size: 15px;
    padding-left: 15px;
    margin-top: 15px;
    padding-right: 15px;
}

.about-wrapper ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1;
    /* Firefox */
}

.about-wrapper :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
}

.about-wrapper ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000;
}

/*
#about-2 {

	border: 1px solid #000000;
}
*/


.get-in-touch h3 {
    font-weight: 100 !important;
    font-size: 36px !important;
}

.get-in-touch a.contact_btn {
    font-size: 16px;
    padding: 10px 15px 10px 15px;
}

/* Contact Us */

.contact-form input.wpcf7-form-control.wpcf7-submit {
    font-size: 20px;
    background-color: black;
    background-color: #2d2d2d;
    width: 100%;
    text-transform: none;
    border: none !important;
}

.contact-form form.wpcf7-form {
    width: 450px;
}

.contact-form input {
    border: 1px solid #000000 !important;
}

.contact-form textarea {
    border: 1px solid #000000 !important;
}

.contact-form input.wpcf7-form-control.wpcf7-submit {
    margin-top: -20px;
}

.call-button {
    width: 200px !important;
    font-size: 18px !important;
}


/* Shop Page */



.shop-wrapper a.btn_info {
    position: absolute;
    bottom: 0%;
    right: 13%;
    width: 33%;
    margin-left: 30px;
    display: inline-block;
    text-align: center;
    color: #000000 !important;
    border: 1px solid #d3954d;
    padding: 5px;
    margin-bottom: 2px;
    /* transition: .5s; */
    padding: 5px 20px 5px 20px;
}

/*
.shop-wrapper .fusion-product-buttons {
    display: none;
}*/

.shop-wrapper ul.woof_list.woof_list_radio input {
    display: none;
}

.woof_products_top_panel {
    display: none !important;
}

.shop-wrapper .woof_list label {
    text-transform: uppercase;
    font-weight: bold;
}

.shop-wrapper .woof_list_label li .woof_label_term:hover,
.woof_list_label li .woof_label_term.checked {
    background-color: transparent !important;
    color: #d3954d !important;
    border-color: #d3954d !important;

}


.shop-social {
    word-spacing: 10px;
}

.shop-social h4 {
    font-weight: bold !important;
}

.woof_container_inner.woof_container_inner_producttags {
    text-transform: uppercase;
}



.woof_list_label .woof_label_term {
    display: block;
    width: min-content;
    height: 30px;
    line-height: 25px;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    background-color: #FFFFFF;
    text-align: left;
    border: none;
}



.woof_list_label .woof_label_term.checked {
    color: #000000;
    background-color: #FFFFFF !important;
}

span.woof_label_count {
    display: none;
}

.woof .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #000000;
}

.woof_container_inner.woof_container_inner_productcategories {
    text-transform: uppercase;
}

.woof_container_inner.woof_container_inner_productcategories h4 {
    font-size: 14px;
    font-weight: bold;
}

.woof_list_label .woof_label_term {
    /*font-size: 12px;*/
    font-weight: bold;
}

.woocommerce.widget_price_filter h4 {
    font-size: 14px;
    font-weight: bold;
}

.woof .widget_price_filter .price_slider_amount .button {
    color: #000000;
    font-size: 1.15em;
    float: left !important;
    width: 57% !important;
    background-color: #FFFFFF;
    border: 1px solid #000000;
}

.woof_price_search_container .price_slider_amount .price_label {
    text-transform: uppercase;
}


/*
.shop-wrapper .featured-image {
    width: 146px;
    height: 146px;

}*/

.shop-wrapper a.product-images {
    width: 146px;
    height: 147px;
}

.shop-wrapper .fusion-content-sep.sep-double.sep-solid {
    display: none;
}

.shop-wrapper .product-details-container h3 {
    font-size: 13px !important;
}

.shop-wrapper span.woocommerce-Price-amount.amount {
    font-size: 13px;
    color: #2d2d2d;
}

.shop-wrapper .product-buttons a:before {
    display: none;
}

.shop-wrapper a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: 100px;
    padding: 10px 10px 10px 10px !important;
    color: #FFFFFF;
    background-color: #d3954d;
    text-align: center;
    border: 1px solid #d3954d;
}

.shop-wrapper a.show_details_button {
    width: 100px;
    border: 1px solid black;
    padding: 10px 20px 10px 20px;
    text-align: center;
    color: #d3954d;
}

.shop-wrapper .star-rating {
    display: none;
}


.shop-wrapper .fusion-image-size-fixed {
    display: inline-block;
    /* max-width: 58%; */
    vertical-align: top;
    max-width: 170px;
}

.shop-wrapper .fusion-clean-product-image-wrapper {
    width: auto;
    height: auto;
    float: left;
}





.shop-wrapper .fusion-product-content {
    width: 50%;
    /* float: left; */
    padding: 0px 15px 11px 30px !important;
    /* min-height: 88px; */
    display: inline-block;
    /* margin-left: 14px; */
}

.shop-wrapper .fusion-rollover {
    opacity: 1 !important;
}


.shop-wrapper .fusion-image-wrapper .fusion-rollover {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .2) 100%) !important;
}

.shop-wrapper .fusion-rollover {
    background-image: none !important;
}

.shop-wrapper .fusion-image-wrapper.fusion-image-size-fixed {
    overflow: visible;
}

.shop-wrapper .fusion-rollover {
    width: 377px !important;
}


.shop-wrapper .fusion-rollover-content .fusion-product-buttons {
    z-index: -72;
}

.shop-wrapper .fusion-product-buttons a {
    text-transform: none !important;
    font-size: 11px !important;
}

.shop-wrapper .order-dropdown .current-li,
.order-dropdown ul li a {
    background-color: transparent;
    border: none;
}

.shop-wrapper ul.order {
    display: none;
}

.shop-wrapper ul.sort-count.order-dropdown {
    float: right;
}

.shop-wrapper ul.fusion-grid-list-view {
    display: none;
}

.shop-wrapper ul.fusion-grid-list-view {
    display: none;
}

.shop-wrapper .fusion-product-buttons {
    margin-top: 91px !important;
    text-align: right;
}

.shop-wrapper span.fusion-rollover-linebreak {
    display: none;
}

.shop-wrapper h3.product-title a {
    font-style: normal;
}

.shop-wrapper .products li.product {
    width: 48%;
    border: none;
    margin-bottom: 30px;
}

.shop-wrapper .product-details-container {
    text-align: left !important;
    width: 50%;
    display: inline;
}

.shop-wrapper .woof_container_inner.woof_container_inner_categories h4 {
    text-transform: uppercase;
    font-weight: bold;
}


.shop-wrapper ul.woof_list.woof_list_radio {
    text-transform: uppercase;
    font-weight: bold;
}

/*
.shop-wrapper ul.woof_list.woof_list_radio li:hover {
    color: #d39545;
}*/

ul.woof_list.woof_list_radio li:hover ul.woof_childs_list {
    display: block !important;
}

a.woof_childs_list_opener {
    display: none !important;
}

.shop-wrapper .woof_list label:hover {
    color: #d39545;
}

span.woof_radio_count {
    display: none;
}



ul.woof_childs_list.woof_childs_list_18 li {
    color: #000000 !important;
}

ul.woof_childs_list.woof_childs_list_18 li:hover {
    color: #d3954d !important;
}

.shop-wrapper .order-dropdown .current-li,
.order-dropdown ul li a {
    background-color: transparent;
    border-color: none;
}


.shop-wrapper .woof_text_search_container input[type='search'] {
    border: 2px solid black;
    background-image: url(/wp-content/uploads/2018/11/search.png);
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 40%;
}

.shop-wrapper .order-dropdown>li {
    text-transform: uppercase;
}

.shop-wrapper .order-dropdown>li:after {
    border-left: none !important;
}

.shop-wrapper .kw {
    font-weight: 700;
}

.shop-wrapper .current-li-content {
    display: block;
    overflow: hidden;
    width: 160px;
}

.shop-wrapper .fusion-rollover {
    display: none;
}

.shop-wrapper a.btn_add_to_cart {
    display: inline-block;
    width: 33%;
    text-align: center;
    color: #fff;
    padding: 5px;
    background-color: #d3954d;
    border: 1px solid #d3954d;
    transition: .5s;
    margin-left: 30px;
    position: absolute;
    bottom: 25%;
    right: 13%;
}

/* Single Product */
.rr-price {
    text-decoration: line-through;
}

.single-wrapper {
    margin: 0 auto;
    width: 100% !important;
}

#single-wrapper .fusion-placeholder-image {
    display: none;
}

#single-wrapper .rr-price {
    margin-top: -15px;
    color: #2d2d2d;
    font-weight: bold;
}

#single-wrapper .rr-price span {
    font-size: 18px;
    color: #d3954d;
    font-weight: bold;
}

.ilightbox-inner-toolbar {
    display: none;
}

.product .onsale {
    top: 20px;
    left: 15px;

}

.single-wrapper section#content {
    width: 1100px !important;
    margin: 0 auto;
}

.single-wrapper h2.product_title.entry-title {
    font-size: 24px !important;
    color: #d3954d !important;
    text-transform: uppercase;
}

.single-wrapper h2.product_category_title-top {
    margin-bottom: 0px !important;
    font-size: 16px;
}

.single-wrapper .product .entry-summary .woocommerce-product-rating {
    display: block;
}

.single-wrapper button.single_add_to_cart_button.button.alt {
    font-family: 'Lato' !important;
    font-size: 16px;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.single-wrapper .product_meta {
    text-transform: uppercase;
}

.single-wrapper .woocommerce-tabs>.tabs {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
}

.single-wrapper ul.tabs.wc-tabs li {
    margin-right: 20px;
    text-transform: uppercase;
}

.single-wrapper ul.tabs.wc-tabs a {
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.single-wrapper ul.tabs.wc-tabs .active a {
    background-color: #d3954d;
    color: #FFFFFF;
}

.single-wrapper .woocommerce-tabs .panel {
    border: none;
    margin-left: 0;
}

.single-product .woocommerce-tabs .panel {
    padding: 0px;
}

.product .entry-summary .woocommerce-product-rating {
    display: block;
    margin-left: 0;
    margin-top: 11px;
}

.single-wrapper form.cart {
    margin-bottom: 0;
    margin-top: 0;
}

.single-wrapper aside#sidebar {
    display: none;
}

/*
.single-wrapper section.related.products .product .product-buttons {
    display: none;
}*/

.single-wrapper section.related.products h3.product-title a {
    font-size: 14px;
    color: #888888;
}

.single-wrapper section.related.products .products>li {
    padding: 10px;
    border: 2px solid #d3954d !important;
    border-bottom-width: 2px;
    border-top-width: 2px !important;
    height: 370px;
}

.single-wrapper section.related.products .rr-price {
    color: #d3954d;
    font-weight: bold;
    font-size: 20px;
}

.single-wrapper section.related.products span.price {
    display: none;
}

.single-wrapper section.related.products img:hover {
    opacity: 0.8;
}

.single-wrapper h3.title-heading-left {
    width: 100%;
    text-align: center !important;
}

.single-wrapper .fusion-title.title.sep-none.fusion-border-below-title h3 {
    font-size: 26px !important;
    color: #d3954d !important;
    border-bottom: 2px solid #d3954d;
    width: max-content;
    margin: 0 auto;

}

.single-wrapper section.related.products .product-details-container {
    text-align: center;
}

.single-wrapper section.related.products span.price {
    font-size: 14px;
    color: #000000;
    width: 100%;
}

.single-wrapper section.related.products .fusion-product-content {
    padding: 0px !important;
}

.single-wrapper .ilightbox-inner-toolbar {
    display: none;
}

.summary-container p.price {
    width: 100% !important;
}



.single-wrapper .summary-container .woocommerce-product-rating {
    margin-left: 0 !important;
    color: black !important;
}


.single-wrapper .star-rating span:before,
.star-rating:before {
    color: black !important;
}


.single-wrapper .fusion-product-buttons a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    color: white;
    border: 1px solid white;
    padding: 10px !important;
}


.single-wrapper .fusion-product-buttons a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    color: white !important;
}



.shop-wrapper a.show_details_button {
    width: 100px;
    border: 1px solid #d3954d;
    padding: 10px 20px 10px 20px;
    text-align: center;
    color: #d3954d;
    padding: 10px 20px 10px 20px !important;
}

.single-wrapper .fusion-product-buttons a.show_details_button {
    display: none !important;
}

.single-wrapper .fusion-product-buttons span.fusion-rollover-linebreak {
    display: none !important;
}


.single-wrapper section.related.products h3.product-title a {
    font-weight: 100;
    font-size: 14px;
    color: #888888;
    font-style: normal;
}


.single-wrapper .fusion-clean-product-image-wrapper .star-rating {
    display: none !important;
}



.single-wrapper .fusion-product-buttons a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    font-size: 14px !important;
}


.single-wrapper .kw {
    margin-bottom: 15px;
    color: #d3954d;
    font-size: 20px;
    font-weight: 700;
}


.product .entry-summary .price {
    font-weight: bold;
    display: inline-block;
    margin-top: 0px !important;
}

.single-wrapper a.btn_add_to_cart {
    display: none;
}

.single-wrapper a.btn_info {
    display: none;
}

.single-wrapper .price_exc_vat {
    display: inline-block;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}

.single-wrapper .price_inc_vat {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    color: #2d2d2d;
}

.shop-wrapper .price_exc_vat {
    display: none;
}

.shop-wrapper .price_inc_vat {
    display: none;
}

/* FOOTER LOGOS */

.footer-logos {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer-logos a {
    width: 50%;
    text-align: center;
}

@media(min-width: 768px) {
    .footer-logos a {
        width: auto;
    }
}

/* FREE SHIPPING FREE RETURNS */

.shipping-info {
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    font-weight: bold;
    text-align: center;
    /* padding-top: 110px; */
    background-color: #2d2d2d;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.shipping-info a {
    color: #000000;
    margin: 20px;
    padding: 35px 175px 35px 175px;
    font-size: 22px;
    background-color: #FFFFFF;
}

.shipping-info a:hover {
    color: #2d2d2d;
    margin: 20px;
    padding: 35px 175px 35px 175px;
    font-size: 22px;
    background-color: #d3954d;
}



/* Special*/



div#special-wrapper,
h1.entry-title {
    /* text-decoration: underline;*/
}

div#specials-wrapper {
    padding: 0px !important;
}

.special-box {}

#specials-wrapper .fusion-column-wrapper {
    height: 540px !important;
}

#specials-wrapper .fusion-layout-column {
    opacity: 0.9;
    margin-bottom: 0px !important;
}

#specials-wrapper .fusion-button {
    border-width: 1px;
    border-color: #ffffff;
    background-color: transparent;
    padding: 10px 40px 10px 40px;
}

#specials-wrapper .fusion-button:hover {
    background-color: #d3954d;
}

#specials-wrapper .fusion-layout-column:hover {
    opacity: 1;
}

/* Specials Single */

.sale-wrap h3.product-title {
    font-style: normal !important;
}

.sale-wrap a.btn_info {
    color: #000000 !important;
}

.sale-wrap .kw {
    font-weight: bold;
    font-size: 17px;
}

.shop-wrapper h2.woocommerce-loop-category__title {
    color: #d3954d !important;
}

/* Specials */
.product_specials .row.products_slider_wrapper img {
    width: 100%;
    height: 160px;
    object-fit: contain;
}

.product_specials .row.products_slider_wrapper .col-md-6 {
    color: #000;
}

.product_specials .row.products_slider_wrapper .col-md-4 {
    margin-bottom: 15px;
}

.product_specials a.btn_info {
    display: block;
    text-align: center;
    color: #000;
    border: 1px solid #d3954d;
    padding: 5px;
    margin-bottom: 2px;
    transition: .5s;
}

.product_specials a.btn_info:hover {
    box-shadow: 0px 0px 20px 0px;
}

.product_specials a.btn_add_to_cart {
    display: block;
    text-align: center;
    color: #000;
    padding: 5px;
    background-color: #d3954d;
    border: 1px solid #d3954d;
    transition: .5s;
}

.product_specials a.btn_add_to_cart:hover {
    box-shadow: 0px 0px 20px 0px #d3954d;
    color: #000;
}

.product_specials a.contact_btn {
    display: block;
    font-size: 18px;
    color: #000;
    border: 1px solid #fff;
    text-align: center;
    width: 250px;
    padding: 15px;
    margin: auto;
}

#feat-prods .row.products_slider_wrapper span {
    text-decoration: line-through;
}

/* RESPONSIVE */

@media screen and (max-width:1200px) {
    .single-wrapper section#content {
        width: 100% !important;
        margin: 0 auto;
    }
}

@media screen and (min-width:1150px) {
    .about-mob {
        display: none !important;
    }
}

@media screen and (max-width:1150px) {
    #about-1 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .about-mob.fusion-layout-column.fusion_builder_column.fusion_builder_column_1_3.fusion-one-third {
        width: 100% !important;
    }

    div#about-2 {
        display: none;
    }

    .about-mob {
        display: block !important;
    }

    .about-mob {
        width: 100%;
        font-size: 24px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .about-mob .fusion-column-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .about-wrapper button.btn.btn-primary {
        padding-top: 12px;
    }
}

@media screen and (max-width:1100px) {
    .shop-wrapper a.btn_info {
        position: relative;
        width: 100%;
        right: 0;
        float: none;
        margin: 0 auto;
    }

    .shop-wrapper a.btn_add_to_cart {
        width: 100%;
        position: relative;
        right: 0;
        float: none;
        margin: 0 auto;
    }

    .shop-wrapper .fusion-product-content {
        min-height: 130px;
    }

    div#about-2 {
        display: none;
    }

    .shop-wrapper .fusion-product-content {
        padding-left: 0px !important;
        width: 100%;
    }
}

@media screen and (max-width: 1600px) and (min-width: 998px) {
    .row.sub_categories .col-md-4 img {
        width: 100%;
        height: 320px;
        object-fit: cover;
    }
}

@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
    .fusion-page-title-wrapper {
        display: flex !important;
    }
}

@media screen and (max-width:992px) {
    #wpadminbar * {
        display: none;
    }

    .row.products_slider_wrapper img {
        object-fit: contain;
    }

    a.btn_info {
        margin-bottom: 10px !important;
        margin: 0 auto;
        width: 42%;
    }

    a.btn_add_to_cart {
        margin-bottom: 10px !important;
        margin: 0 auto;
        width: 42%;
    }

    .row.products_slider_wrapper {
        text-align: center;
    }

    .shipping-info {
        display: block;
    }

    .shipping-info a {
        color: #000000;
        margin: 50px;
        padding: 50px;
        display: block;
    }

    .fusion-header-wrapper .fusion-header,
    .fusion-header-wrapper .fusion-secondary-main-menu {
        background-color: transparent;
    }

    .product_specials .row.products_slider_wrapper img {
        width: 100%;
        height: 160px;
        object-fit: contain;
    }

    .contact-form form.wpcf7-form {
        width: 100%;
    }

    .fusion-body .fusion-page-title-bar {
        max-height: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}


@media screen and (max-width:900px) {
    nav.fusion-mobile-nav-holder.fusion-mobile-menu-text-align-left.fusion-mobile-menu-expanded a {
        font-size: 16px;
    }

    .slider_overlay {
        background-color: #2d2d2d !important;
        margin-top: 0;
    }

    .fusion-mobile-menu-design-modern.fusion-header-v1 .fusion-mobile-nav-holder {
        margin-left: -10px !important;
        width: 100vw !important;
        position: absolute;
        top: 65px;

    }

    .fusion-mobile-menu-icons a,
    .fusion-mobile-menu-icons a:after,
    .fusion-mobile-menu-icons a:before {
        color: #616169 !important;
        font-size: 40px;
    }

    .fusion-header {
        padding: 10px;
    }

    .page-id-14 .imageframe-liftup {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:800px) {
    h2.woocommerce-loop-category__title {
        text-align: center;
    }

    .woof_price_search_container .price_slider_amount .price_label {
        text-transform: uppercase;
        margin-left: 15px;
    }

    .shop-wrapper .fusion-clean-product-image-wrapper {
        width: 100%;
        height: auto;
        float: none;
        text-align: center;
    }

    ul.products.clearfix.products-2 {
        text-align: center;
    }

    .shop-wrapper {
        margin: 0 auto;
    }

    .shop-wrapper .fusion-product-content {
        min-height: auto;
    }
}

@media screen and (max-width:600px) {
    .row.sub_categories .col-md-4 img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    h2.woocommerce-loop-category__title {
        padding: 0px !important;
    }

    .fusion-page-title-captions h1 {
        font-size: 36px !important;
    }

    .fusion-page-title-bar.fusion-page-title-bar-none.fusion-page-title-bar-left {
        height: 300px !important;
    }
}

@media screen and (max-width:400px) {
    .about-wrapper input[type="email"] {
        font-size: 10px;
        width: 96%;
    }

    .about-wrapper button.btn.btn-primary {
        padding-bottom: 11px;
    }

    .fusion-header {
        padding: 0px;
    }

    .fusion-mobile-menu-icons a,
    .fusion-mobile-menu-icons a:after,
    .fusion-mobile-menu-icons a:before {
        color: #FFFFFF;
        font-size: 35px;
    }

    .fusion-mobile-menu-icons a {
        float: none;
    }

    a.fusion-icon.fusion-icon-shopping-cart {
        margin-left: 0px;
    }
}