/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


@font-face {
    font-family: 'Interstate';
    src: url('./fonts/Interstate-Bold.woff2') format('woff2'),
        url('./fonts/Interstate-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Interstate';
    src: url('./fonts/Interstate-Regular.woff2') format('woff2'),
        url('./fonts/Interstate-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Brandon Text';
    src: url('./fonts/BrandonText-Bold.woff2') format('woff2'),
        url('./fonts/BrandonText-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Brandon-Text Black';
    src: url('./fonts/BrandonText-Black.woff2') format('woff2'),
        url('./fonts/BrandonText-Black.woff') format('woff');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

#sidebar .widget {
	margin-bottom:20px !important;
}



h1, h2, h3, h4, h5, h6, button, a.nectar-button, a.nectar-button span {
    font-family: 'Brandon-Text Black', Arial, Helvetica, sans-serif !important;
}

body {
    font-family: 'Interstate', Arial, Helvetica, sans-serif !important;
}


.nectar_team_member_overlay .team_member_picture {
    top: auto !important;
    bottom: 0px !important;
    height: 98% !important;
}
ul.sub-menu li a {
    font-size: 14px !important;
    padding: 10px !important;
}

.full-single-product-page {
    display: flex;
}

.single-product-page-content {
    flex: 1;
    padding: 5%;
    position: relative;
}



.sb-hero .ax-slider--diff .ax-slider__item img.ax-slider__main-img {
	width:100% !important;
}

.ax-slider__profile-link {
	display: none !important;
}

.know-how .iwithtext {
	padding: 15px !important;
	margin-bottom: 0px !important;
	border-radius:3px;
	transition: all ease 0.2s;
}

article.result p {
	display: none !important;
}

.know-how .iwithtext:hover {
	background:#000 !important;
	color:#fff !important;
}

.know-how .iwithtext .iwt-icon {
	left:15px !important;
	top:15px !important;
}

.grecaptcha-badge {
	display: none !important;
}

.approach {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 380px;
}

.approach li {
	list-style: none;
	width: 180px;
	height: 180px;
	margin: 5px;
	border-radius: 50%;
	border: 4px solid #ccc;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	z-index:0;
	position: relative;
	transition: all ease 0.2s;
}

.approach li:first-child {
	border-color: #e00a1c;
}

.approach li:first-child:hover {
	background-color: #e00a1c;
}

.approach li:nth-child(2) {
	border-color: #0e3a7b;
}

.approach li:nth-child(2):hover {
	background-color: #0e3a7b;
}


.approach li:hover {
	transform: scale(1.1);
	background: #ccc;
	color:#fff;
	z-index:1;
}

.approach li:last-child {
	top: -25px;
}

h1.product_title a {
    color: #000 !important;
}

.product-head {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.inner-section.last {
    border-bottom: 0px;
}

.single-product-page-content.right {
    padding-left: 12%;
    background: #fff;
}

.single-product-page-content.right h3 {
    color: #000  !important;
}

.single-product-page-content.left  table, 
.single-product-page-content.left  table td, 
.single-product-page-content.left  table th,
.single-product-page-content.left  table tr {
    background-color: transparent !important;
    border-color: transparent !important;
    border: 0px !important;
    color: #fff !important;
}

body .single-product-page-content.left .woocommerce-product-attributes a {
    color: #fff !important;
}


.single-product-page-content.left  table td, 
.single-product-page-content.left  table th {
    padding: 5px !important;
}

.single-product-page-content.left  table th p, .single-product-page-content.left  table td p {
    padding: 0px !important;
}
.single-product-page-content.left h3 a {
    color: #fff !important;
}

.sb-hero .ax-slider .slick-dots li{
	margin: 0 3px !important;
}

.sb-hero .ax-slider .slick-dots li button {
	border-radius: 50% !important;
	margin: 0 2px;
}

.sb-hero .ax-slider .slick-dots li button:before {
	display: none;
}

.sb-hero .ax-slider .slick-dots li.slick-active button {
	background:#fff !important;
}

.sb-hero .ax-slider__avatar {
	width: 40px !important;
	height: 40px !important;
}

.ax-slider__name a {
	font-size: 10px !important;
	letter-spacing: 0px !important;
}

.sb-hero .ax-slider .ax-slider__inner .ax-slider__body div.ax-slider__description {
	line-height: 18px;
	letter-spacing: 0px;
	
}

.swiper-slide[data-bg-alignment="center"] .image-bg {
	background-position: center right !important;
}

.big-image-wrapper {
    position: absolute;
    width: 100%;
    height: calc(100% + 50px);
    top: -25px;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    pointer-events: none;
}

select {
    line-height: 32px !important;
}

.post-featured-img img {
    opacity: 0.9;
}

.wpb_content_element.circles-excel {
    border-radius:50% !important;
    border:6px solid #e00a1c;
    width:350px;
    height:350px;
    display:flex;
    justify-content:center;
    align-items:center;
    transition:all ease 0.2s;
    font-size:135%;
    line-height:1.2;
}
.wpb_content_element.circles-excel:hover {
    transform:scale(1.1);
    background:#e00a1c;
    color:#fff;
}

.wpb_content_element.circles-excel.second {
    border:6px solid #0e3a7b;
}

.wpb_content_element.circles-excel.second:hover {
    background:#0e3a7b;
    color:#fff;
}

.wpb_content_element.circles-excel.third {
    border:6px solid #ccc;
}
.wpb_content_element.circles-excel.third:hover {
    background:#ccc;
    color:#fff;
}


.big-image-wrapper img {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
    user-select: none;
}

.single-product .woocommerce-breadcrumb {
    max-width: 1425px !important ;
    margin: 0 auto 40px !important;
    padding: 20px 90px 0px !important;
}

.woocommerce-product-details__short-description p {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}


.woocommerce table.shop_attributes th {
    padding: 4px !important;
    line-height: 1 !important;
    width: 90px !important;
}

.woocommerce table.shop_attributes td p {
    padding: 4px 0px !important;
}

.woo-cat-image {
    max-width: 500px !important;
    width: 100% !important;
    height: auto;   
}

.full-single-product-page-wrapper {
    padding-bottom: 60px;
    padding-top: 20px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.quick-view-product {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    position: relative;
    background-color: #fff;
}

.trade-image-meta {
    width: 100%;
    height: 300px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.trade-image-meta img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    border-radius: 5px !important;
}

.trade-download-btn {
    display: flex !important;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    border: 2px solid #000;
    padding: 5px;
    justify-content: center;
    cursor: pointer !important;
    background: #fff;
    transition: all ease 0.2s;
    position: absolute;
    bottom: -30px;
    opacity: 0;
    z-index: 1;
}

.trade-download-btn:hover {
    background: #f1f1f1;
}

.trade-product{
    overflow: hidden !important;
}

.trade-product .product-meta {
    padding: 15px 25px 25px 25px !important;
}

.trade-product:hover .trade-download-btn {
    opacity: 1;
    bottom: 2px;
}

.trade-download-btn img.download {
    width: 25px !important;
    height: auto;
    margin-right: 10px !important;
}

.quick-view-product:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.65);
}

.nectar-quick-view-box.add-content .single_add_to_cart_button_wrap {
    padding: 15px 50px;
}

body .nectar-quick-view-box div.product div.summary {
    background-color: transparent !important;
}
body .nectar-quick-view-box div.product div.images:after {
    display: none !important;
}

body .woocommerce-product-attributes a {
    color: #000 !important;
    text-transform: initial;
}

.woocommerce-product-attributes p {
    padding-bottom: 5px !important;
}

.nectar-quick-view-box .nectar-full-product-link a {
    background-color: #fff !important;
    border-radius: 4px !important;
}

.country-flag {
    width: 80px;
    height: auto;
    position: absolute;
    right: 0px;
    top: 0px;
}

.top-subheader-wrapper {
    display: flex;
    align-items: center;
}

.top-subheader-wrapper h4 {
    flex: 1;
}

h4.product-varietal {
    text-transform: uppercase;
}

h3.product-brand {
    text-transform: uppercase;
    color:#000 !important;
}

.single-product.woocommerce .woocommerce-breadcrumb, .single-product.woocommerce .woocommerce-breadcrumb a {
    color: #000 !important;
    
}

.pdf-download-button {
    color: #000 !important;
    display:flex;
    align-items: center;
    padding: 10px 20px;
    background: #fff;
    position: relative;
    top: 19px;
    z-index: 1;
}

.post-area.col_last {
    margin-right: 0px !important;
}

.pdf-download {
    width: 24px;
    height: auto;
}

body .container .full-single-product-page-wrapper #tabs.container { 
	padding: 0 90px !important;
}

/* 
.full-single-product-page-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: #233A7A;
    opacity: 0.8;
} */


.hover-state {
    background: rgba(35, 58, 122, 0.8);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: calc(50% - 200px);
    left: calc(50% - 150px);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px;
    transition: all ease 0.6s;
    transform: scale(0.3);
    opacity: 0;
    text-align: center;
}

.product-wrap:hover .hover-state{
    transform: scale(1);
    opacity: 1;
}

.related ul.products {
    justify-content: center;
}

.related-products-title {
    padding: 60px 15px;
    text-align: center;
}

.product-wrap .product-meta {
    text-align: center;
}

.product-wrap p.product-brand {
    margin-bottom: 0px;
    padding-bottom: 5px !important;
}

p.product-country b {
    text-transform: uppercase;
    margin-right: 5px;
}
div.widget.woocommerce.widget_product_search button[type="submit"] {
    border-radius: 0px !important;
}

div.widget.woocommerce.widget_product_search button[type=submit] {
    top: -2px;
    right: -1px;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
}

body .woocommerce-product-search input {    
    border-radius: 0px !important;
}

body .hover-state a.hover-full-profile  {
    color: #fff !important;
}

.hover-state-quick-view {    
    margin-bottom: 10px;
}

.nectar_quick_view {
    padding: 10px;
    background: #fff;
}

.hover-state-quick-view a {
    color: #000 !important;
}

#woocommerce_layered_nav-12 ul {
	display: flex;
	flex-direction: column-reverse;
}

.widget.woocommerce {
    padding:20px;
    margin-bottom: -1px !important;
    border: 1px solid #000;
}

.hover-full-profile:hover {
    text-decoration: underline !important;
}

.widget.woocommerce h4 {
    text-transform: uppercase;
}

.products li.product.minimal .background-color-expand::before {
    box-shadow: none !important;
}

.product-wrap:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #233A7A;
    transition: all ease 0.2s;
    width: 0;
    height: 3px;
} 

.product-wrap:hover:before {
    width: 100%;
}

h3.wpb-accordion-widget-title  {
    font-size: 18px !important;
}

.woocommerce-widget-layered-nav-list__item, .cat-item {
    display: flex;
    align-items: center;
}

.cat-item a, .woocommerce-widget-layered-nav-list__item a {
    flex: 1;
}

body .container-wrap .woocommerce-product-search button[type="submit"] {
    position: absolute !important;
    padding: 7px 10px !important;
}

.wpb-accordion-widget-content {
    padding: 15px 20px 15px 15px !important;
}

.wpb-accordion-widget {
    border: 1px solid #000 !important;
    margin-bottom: -1px;
}

.wpb-accordion-widget-title::after {
    margin-top: -10px !important;
}

.products li.product.minimal.hover-bound:hover .product-meta {
    transform: translateY(2px) translatex(0px) !important; 
}

.age-verification-main {
    color: #000 !important;
    text-shadow: none !important;
}

.age-verification-main .age-main-text {
    font-size: 12px !important;
    padding: 30px;
}

.age-verification-main span.age-title {
    font-weight:bold;
    text-transform: uppercase;
    font-size: 20px !important;
    letter-spacing: 2px;
}

.age-verification-main span.age-title::before {
    content:'';
    display: block;
    width: 100%;
    height: 65px;
    background-image: url('https://www.mack-schuhle.com/wp-content/uploads/2020/01/MackSchühle_ohne_claim.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto 25px auto;
}

.age-button {
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 15px !important;
}

.age-button.age-yes {
    background-color: #233A7A !important;
}

.age-button.age-no {
    background-color: #c10415 !important;
}

#page-header-bg {
    background-color: #fff !important;
}

.archive.woocommerce-page .container-wrap {
    padding-top: 0px !important;
}

.archive.woocommerce-page .container-wrap .main-content {
    margin-top: -65px;
    background: #fff;
}

.archive.woocommerce-page .page-header-bg-image {
    background-size: 60% !important;
    background-position: center right !important;
    background-color: #f5f5f5 !important;
    /* max-width: 1625px;
    left: 50% !important;
    transform: translateX(-50%); */
}

.archive.woocommerce-page .page-header-bg-image:after {
    display: none;
}

.archive.woocommerce-page #page-header-bg h1 {
    color: #000 !important;
    padding: 40px 50px 40px 0px;
    background: #f5f5f5;
    display: inline-block;
}

.goods-numbers .vc_column_container .column-image-bg {
    transition: all ease 0.2s;
    opacity: 0.2;
}
.single-inner-content {
    max-width: 600px;
    margin: 0 auto;
}

.goods-numbers  .vc_column_container:hover .column-image-bg {
    opacity: 1;
}

.home_featured .product-wrap, .home_featured .background-color-expand {
    background-color: transparent !important;
}

.single-category-image {
    width: 100%;
    height: 300px !important;
    object-fit: contain;
    object-position: center;
    user-select: none;
}

.woocommerce-products-header {
    display: none;
}

.single-product-content-section {
    background: #fff;
    padding: 30px 90px 60px;
    border: 1px solid #e3e3e3;
}

.single-product-content-section h2.woocommerce-loop-product__title {
    font-size: 18px !important;
    line-height: 22px !important;
}

.single-product-tabs {
    list-style: none !important;
    margin: 0px;
    padding: 0px;
    display: flex;
    background: #d2d2d2;
    width: 100%;
    justify-content: flex-end;
}

.single-product-tabs li {
    list-style: none !important;
}

.single-product-tabs li.download {
    margin-left: auto;
    border: 1px solid #e3e3e3;
}

.single-product-tabs li.ui-tabs-active, .single-product-tabs li.ui-state-active {
    background-color: rgba(0, 0, 0, 0.15) !important;
}

.single-product-tabs li.ui-state-hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.single-product-tabs li a{
    color: #000;
    padding: 15px;
    display: block;
}

.print-button {   
    height: 49px;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000 !important;
    cursor: pointer;
}

.print-button img {
    width: 25px;
    height: auto;
    opacity: 1;
}

a.sales-tools {
    color: #000 !important;
    white-space: nowrap;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.sales-tools:hover, a.print-button:hover, .download-document:hover {
    background: rgba(0, 0, 0, 0.15);
}

a.sales-tools span {
    position: relative;
    top: -1px;
}

.tabs-wrapper {
    background: #d2d2d2;
    display: flex;
    justify-content: flex-end;
}

.download-document {
    display: flex !important;
    align-items: center;    
    height: 49px;
    padding: 0px 30px 0px 15px;
    color: #000 !important;
	white-space: nowrap;
}

.download-document span {
    color: #000 !important;
    margin-right: 10px !important;
}

.woocommerce .woocommerce-ordering {
    bottom: 20px !important;
    right: 0px !important;
}

.single-product div.product h1.product_title {
    line-height: 36px !important;
}
@media print {
    /* styles here */
    .print-button {
        left: 0px;
    }

    #brand, .tabs-wrapper, #header-space, #header-outer, .woocommerce-breadcrumb {
        display: none !important;
    }

    nav, .single-product-tabs, #footer-outer {
        display: none;
    }

    #product {
        display: block !important;
    }

    .product_title {
        margin: 0px;
        padding: 0px;
    }

    body .single-product-page-content.left, body .single-product-page-content.right {
        padding: 0px !important;
        margin-bottom: 40px;
    }

    .full-single-product-page-wrapper {
        padding-bottom: 0px !important;
    }

    body .big-image-wrapper {
        left: 68% !important;
       
    }

    header, footer, aside, form, … {
        display: none;
    }

    table {
        padding: 0px !important;
        margin: 0px !important;
    }

    .single-product-page-content.left table, .single-product-page-content.left table td, .single-product-page-content.left table th, .single-product-page-content.left table tr {
        color: #000 !important;
    }
    .download-document {
        right: 0px;
    }
    .single-product .woocommerce-breadcrumb {
        max-width: 600px !important;
        padding: 0px !important;
    }
    .full-single-product-page {
        display: block;
        
    }
    .single-product-page-content.right {
        padding-left: 5% !important;
    }
    .big-image-wrapper {
        width: 50%;
        left: 60%;
        height: 100%;
    }
    .full-single-product-page-wrapper {
        padding-top: 40px !important;
    }
    .product-documents{
        order: 1;
    }
    .product-varietal {
        order: 2;
    }

    #footer-widgets .row {
        display: block !important;
    }

    #footer-widgets .row .col {
        float: none !important;

    }

    .big-image-wrapper img {
        top: auto;
        bottom: 0px;
        height: 90%;
    }
    .nectar-shop-header {        
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .woocommerce .woocommerce-ordering {
        bottom: 20px !important;
        right: 15px !important;
    }
}
@media only screen and (max-width: 999px) {

    .print-button {
        left: 0px;
    }
    .download-document {
        right: 0px;
    }
    .single-product .woocommerce-breadcrumb {
        max-width: 600px !important;
        padding: 0px !important;
    }
    .full-single-product-page {
        flex-direction: column;
        
    }
    .single-product-page-content.right {
        padding-left: 5% !important;
    }
    .big-image-wrapper {
        width: 50%;
        left: 60%;
        height: 100%;
    }
    .full-single-product-page-wrapper {
        padding-top: 40px !important;
    }
    .product-documents{
        order: 1;
    }
    .product-varietal {
        order: 2;
    }

    #footer-widgets .row {
        display: block !important;
    }

    #footer-widgets .row .col {
        float: none !important;

    }

    .big-image-wrapper img {
        top: auto;
        bottom: 0px;
        height: 90%;
    }
    .nectar-shop-header {        
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .woocommerce .woocommerce-ordering {
        bottom: 20px !important;
        right: 15px !important;
    }
}

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

	
	.approach {
		width: 300px;	
	}
	
	.approach li:last-child {
		top: 0px;
	}
	
    .sales-tools {
        font-size: 12px;
    }
    .single-product-tabs {
        padding: 0px !important;
    }

	.age-verification-main {
		top: 15% !important;
	}
    body.woocommerce .products.related .product, body.woocommerce .products.upsells .product {
        width: 100% !important;
        margin-right: 0px !important;
    }

    .print-button, .download-document {
        padding: 0 10px !important;
    }

    .print-button span, .download-document span {
        display: none;
    }
    .single-product-content-section {
        padding: 30px 15px 60px;
    }
    .single-product-tabs li {
        flex: 1;
        text-align: center;
    }
     
    .single-product-tabs li a {
        white-space: nowrap;
        font-size: 12px;
        padding: 15px 5px;
    }
    .download-document {
        position: relative;
    }
    .woocommerce-ordering {
        margin-bottom: 0px !important;
    }

    .download-document {
        right: 0px;
    }

    .woocommerce table.shop_attributes th {
        width: 60px !important;
    }
    .woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
        font-size: 10px;
    }

    .woocommerce .woocommerce-ordering {
        bottom: 20px !important;
        right: 0px !important;
    }

    .nectar-shop-header .woocommerce-breadcrumb {
        padding:0px !important;
    }

    .nectar-shop-header {
        padding-top: 5px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    body.archive.woocommerce-page .page-header-bg-image {
        background-size: cover !important;
    }

    body.archive.woocommerce-page #page-header-bg h1 {
        background: transparent !important;
        color: #fff !important;
    }

    .single-product .woocommerce-breadcrumb {
        max-width: 420px !important;
        padding: 0px !important;
    }

    #menu-brands-menu {
        column-count: 1 !important;
    }

    #footer-widgets .row {
        display: block !important;
    }

    #footer-widgets .row .col {
        float: none !important;

    }
    .big-image-wrapper img {
        top: auto;
        bottom: 0px;
        height: 90%;
    }

    .woocommerce-product-attributes {
        width: 70% !important;
    }

}



