/*
Theme Name: The Retailer Child
Theme URI: http://theretailer.getbowtied.com/
Description: This is a child theme for The Retailer.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: theretailer
Version: 1.1
*/

.azr_term_wrapper {
	list-style-type: none;
	margin-bottom: 20px;
}
.azr_term_wrapper LI {
	float: left;
	/*margin-right: 5px;*/
	margin-bottom: 5px;
}
.azr_term_wrapper LI:last-child {
	margin-right: 0;
}
.azr_term_wrapper A {
	display: block;
	padding: 0 10px 0 0;
}
.azr_underline {
	border-bottom: 2px solid;
	display: block;
	font-weight: 700;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}
.azr_topline {
	border-top: 2px solid;
	display: block;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	text-transform: uppercase;
}
#azr_glossar_preview_wrapper .iso_single {
	width: calc(33% - 13px);
}
#azr_glossar_preview_wrapper .azr_glossar_preview {
	list-style-type: none;
}
#azr_glossar_preview_wrapper .azr_single_term_wrapper {
	position: relative;
	margin-bottom: 60px;
}
#azr_glossar_preview_wrapper .azr_single_term_wrapper .anchor {
	height: 1px;
	width: 100%;
	position: absolute;
	top: -180px;
	left: 0;
}

/* azr fix for h2 in products | so h2 in products description is visible */
.woocommerce div.product .woocommerce-tabs-wrapper .woocommerce-tabs .tabs-content .panel#tab-description > h2, div.product .woocommerce-tabs-wrapper .woocommerce-tabs .tabs-content .panel#tab-description > h2 {
	display: block !important;
}

.azr_404_wrapper {
	padding: 0 !important;
	background-image: url("https://arbeitssicherheitsschuhe.ch/wp-content/uploads/2020/07/404_schuhe.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0;
	margin: 70px 0 70px 0 !important;
	width: 100%;
	max-width: 100% !important;
}
.azr_404 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page_404 {
	padding: 14.5% 0 !important;
}
.azr_404_text {
	position: relative;
	display: block;
	z-index: 10;
	margin-left: 0;
	margin-right: 0;
	background-color: rgba(000,000,000,0.5);
	padding: 20px 0 20px 0;
	color: white !important;
}
.azr_404_backlink {
	position: relative;
	display: block;
	z-index: 10;
}
.azr_404_backlink:hover {
	color: white;
}

/* azr popup */
#azr_popup {
	position: fixed;
	height: 100vh;
	width: 100%;
	display: none;
	z-index: 99999999;
	background-color: rgba(000,000,000,0.7);
	/*margin-top: 60px;*/
	box-sizing: border-box;
}

#azr_popup.active {
	display: block;
}
.azr_popup_wrapper {
	margin: 120px auto;
	position: relative;
	background-color: white;
	width: 70%;
	max-width: 640px;
	max-height: calc(100vh - 240px);
	box-sizing: border-box;
}
.azr_popup_content_wrapper {
	width: 100%;
	/*padding: 40px 0px 40px 40px;*/
	max-height: calc(100vh - 240px);
	overflow: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	box-sizing: border-box;
}
.popup_close {
	position: absolute;
	right: -50px;
	top: -50px;
	display: block;
	color: white;
}
.popup_close:hover {
	color: black;
}
.popup_close I {
	font-size: 35px;
}

#azr_popup .popup_content {
	padding: 0 35px 0 35px;
}
#azr_popup #azrNewsletterBanner {
	margin: -35px -35px 35px -35px !important;
}

#azr_popup FORM LABEL {
	color: #000000 !important;
	font-size: 0.75rem !important;
	font-weight: normal !important;
	text-transform: none !important;
}
#azr_popup FORM DIV.nf-field-label LABEL {
	font-size: 1rem !important;
	font-weight: bold !important;
}

#azr_popup .nf-response-msg {
	color: #000000 !important;
	margin-bottom: 35px !important;
}


/* fix for backery media grid missbehaving */
.azr_mediagrid_fix .vc-gitem-zone-height-mode-auto:before {
	padding-top: 600px !important;
}

/* fix for button color etc. */
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
	background-color: #a31a29;
}
.vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-juicy-pink:focus, .vc_btn3.vc_btn3-color-juicy-pink:hover {
	background-color: #bd1e31;
}

#menu-secondary-menu LI A {
	text-transform: initial !important;
}

.landingpage_logo {
	max-height: 70px;
	width: auto;
}

/* Neutrale Klasse zum Ausblenden basierend auf landingpage switch */
HTML.landingpage .lp_ausblenden  {
	display: none !important;
}

/* Text widgets im footer ausblenden basierend auf landingpage switch */
HTML.landingpage #text-2, HTML.landingpage #text-5, HTML.landingpage .gbtr_footer_widget_copyrights,HTML.landingpage #media_image-14, HTML.landingpage #media_image-15, HTML.landingpage #custom_html-3, HTML.landingpage #custom_html-2 {
	display: none !important;
}
HTML.landingpage #text-4 {
	flex: 1 0 21% !important;
}


/* footer widgets */
.gbtr_dark_footer_wrapper .widget {
	padding-bottom: 50px !important;
	padding: 0 14px 30px !important;
}
.gbtr_dark_footer_wrapper .widget H4 {
	padding-left: 30px;
	position: relative;
	font-size: 11px;
}
.gbtr_dark_footer_wrapper .tr_content_wrapper {
	overflow: visible;
}
/* kontakt */
.gbtr_dark_footer_wrapper #text-2.widget H4::before {
	display: block;
	position: absolute;
	left: 0;
	top: -3px;
	content: '';
	background-image: url('img/ass_contact.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
}
/* öffnungszeiten schuhbus */
.gbtr_dark_footer_wrapper #text-3.widget H4::before {
	display: block;
	position: absolute;
	left: 0;
	top: -3px;
	content: '';
	background-image: url('img/ass_schuhbus.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
}
/* öffnungszeiten store */
.gbtr_dark_footer_wrapper #text-5.widget H4::before {
	display: block;
	position: absolute;
	left: 0;
	top: -4px;
	content: '';
	background-image: url('img/ass_store.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 19px;
	height: 18px;
}
/* information */
.gbtr_dark_footer_wrapper #nav_menu-3.widget H4::before {
	display: block;
	position: absolute;
	left: 0;
	top: -5px;
	content: '';
	background-image: url('img/ass_info.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
}
.gbtr_dark_footer_wrapper #nav_menu-3.widget LI {
	padding: 0;
	font-size: 13px;
	border-bottom: 0;
	font-weight: 400;
}

/* versandarten */
.gbtr_dark_footer_wrapper #media_image-14.widget IMG {
	width: auto;
	max-height: 24px;
}
.gbtr_dark_footer_wrapper #media_image-14.widget H4::before {
	display: block;
	position: absolute;
	left: 0;
	top: -5px;
	content: '';
	background-image: url('img/ass_briefkasten.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
}
/* zahlungsarten */
.gbtr_dark_footer_wrapper #media_image-15.widget H4::before {
	display: block;
	position: absolute;
	left: 0;
	top: -5px;
	content: '';
	background-image: url('img/ass_karte.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
}
/* partner werden */
.gbtr_dark_footer_wrapper #custom_html-2.widget A {
	text-align: left;
	width: 100%;
	display: block;
	text-decoration: none;
}
.gbtr_dark_footer_wrapper #custom_html-2.widget  H4::before {
	display: block;
	position: absolute;
	left: 0;
	top: -5px;
	content: '';
	background-image: url('img/ass_schuh.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	transform: rotate(28deg);
}
.gbtr_dark_footer_wrapper #custom_html-2.widget A:hover {
	text-decoration: underline;
}
/* über uns */
.gbtr_dark_footer_wrapper #custom_html-3.widget A {
	text-align: left;
	width: 100%;
	display: block;
	text-decoration: none;
}
.gbtr_dark_footer_wrapper #custom_html-3.widget A:hover {
	text-decoration: underline;
}
.gbtr_dark_footer_wrapper #custom_html-3.widget  H4::before {
	display: block;
	position: absolute;
	left: 0;
	top: -5px;
	content: '';
	background-image: url('img/ass_schuh.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	transform: rotate(28deg);
}
/* newsletter */
.gbtr_dark_footer_wrapper #text-4.widget {
	flex: 1 0 100%;
}
.gbtr_dark_footer_wrapper #text-4.widget  H4::before {
	display: block;
	position: absolute;
	left: 0;
	top: -5px;
	content: '';
	background-image: url('img/ass_schuh.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	transform: rotate(28deg);
}


@media screen and (min-width: 980px) {
	.gbtr_logo_wrapper_default {
		width: 25% !important;
	}
	.gbtr_menu_wrapper_default {
		width: 75% !important;
	}
	.woosw-menu-item.menu-item-type-woosw .woosw-menu-item-inner I  {
		font-size: 20px;
	}
	.woosw-menu-item.menu-item-type-woosw .woosw-menu-item-inner::after {
		top: -15px !important
	}

	.woosw-menu-item.menu-item-type-woosw {
		display: none !important;
	}

	.woosw-menu-item.menu-item-type-woosw.azr_icon {
		display: inline-block !important;
	}
}

.woosw-menu-item.menu-item-type-woosw .woosw-menu-item-inner::after {
	background-color: #b42c36 !important;
}

@media screen and (max-width: 980px) {
	H1 {
		font-size: 22px !important;
	}
	H2 {
		font-size: 20px !important;
	}
	H3 {
		font-size: 20px !important;
	}

	.entry-content .product_item .product_button, .entry-content li.product .product_button, .woocommerce ul.products .product_item .product_button, .woocommerce ul.products li.product .product_button, ul.products .product_item .product_button, ul.products li.product .product_button, ul.swiper-slide .product_item .product_button, ul.swiper-slide li.product .product_button {
		width: 61px !important;
	}

	.azr_popup_wrapper {
		width: 90%;
		max-height: calc(100vh - 120px);
		margin: 60px auto;
	}
	.azr_popup_content_wrapper {
		max-height: calc(100vh - 120px);
	}
	.popup_close {
		right: 0px;
		top: -45px;
	}

	.azr_mediagrid_fix .vc-gitem-zone-height-mode-auto:before {
		padding-top: 750px !important;
	}

	#azr_glossar_preview_wrapper .iso_single {
		width: 100%;
	}
	#azr_glossar_preview_wrapper .azr_single_term_wrapper .anchor {
		top: -115px;
	}

	.azr_404_text {
		font-size: 16px !important;
	}
	.azr_404_backlink {
		font-size: 14px !important;
	}
	.gbtr_logo_wrapper_default {
		width: 50% !important;
	}
	.gbtr_menu_wrapper_default {
		width: 100% !important;
	}
	.woosw-menu-item.menu-item-type-woosw .woosw-menu-item-inner::after {
		right: -18px !important
	}
}

/* yk */

.woocommerce-cart-form .coupon { 
	display:none;
}

.gtc-checkout-gift-card-usage-wrapper .woocommerce-info a, .gtc-checkout-gift-card-usage-wrapper .woocommerce-info a {
    text-decoration: none;
}

.gtc-checkout-gift-card-usage-wrapper .woocommerce-info {
    background: none;
	color: #000;
	font-size: 12px;
	padding: 0px;
	margin-bottom:0px;
}

.gtc-checkout-gift-card-usage-wrapper.gtc-form-wrapper {
    margin: 0 auto;
    text-align: center;
    width: 50%;
    padding: 0 0 15px 0;
}

.gtc-checkout-gift-card-usage-form {
	display:block;
}

.gtc-checkout-gift-card-usage-form label {
	display:block;
	font-size: 13px;
}

.gtc-checkout-gift-card-usage-form input[type=text] {
    width: 95%;
    margin: 0px 0px 15px;
    outline: 0;
    line-height: normal;
	padding: 8px 9px;
    font-size: 13px;
	border: 1px solid #ccc;
}

.gtc-checkout-gift-card-usage-form button {
	width: 100%;
}

.page-template-page-news .content-area .post {
    margin-bottom: 60px;
}

.page-template-page-news H1.entry-title {
	font-size: 56.25px;
}