/*
Theme Name:     Hummelua
Description:		Multi-Purpose Creative WordPress Theme for Hummel
Author:         yuchi.mdvs
Template:       Impreza
*/

body{
	font-family:sans-serif;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%
}

/* Header */
.header-text-1 {
	width: auto;
}

/* поправляем ошибки Impreza */
@media (max-width: 767px){
    .woocommerce h1.page-title {
        float: none !important;
    }
    .woocommerce .woocommerce-ordering {
        float: right !important;
    }
}
/* стили выездной панели, выезжающей из под шапки*/
.contacts-lift {
    cursor: pointer;
}

.slide-panel {
    position: fixed;
    min-height:250px;
    top: -800px;
    left: 0;
    width: 100%;
    z-index: 100;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    box-shadow:0 0 5px #777;
    padding:10px;
}

.slide-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter:alpha(opacity=80);
    overflow: hidden;
    z-index: -1;
}

.info-box {
    background-color: white;
    margin: 10px auto;
    width: 800px;
    padding: 10px;
    opacity: 0.95;
    -moz-opacity: 0.95;
    filter:alpha(opacity=95);
}

.slide-panel a{
    font-family: sans-serif;
    font-weight: 900;
}
.slide-panel h5 {
    text-decoration: underline;
}

.list-group-item {
    position: relative;
    display: block;
    margin-bottom: -1px;
    /* background-color: #fff; */
}

@media screen and (max-width: 959px) {
    .info-box {
        width: auto;
    }
    .contacts-label {
        display: none;
    }
    .contacts-lift {
        order: 3;
        margin-right: 20px;
        margin-left: 20px;
    }
}


/*Menu*/

.l-header.pos_fixed {
    position: relative;
}

.l-subheader.at_top .l-subheader-h {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.l-subheader-h:before, .l-subheader-h:after {
    display: none;
}

.l-subheader.at_top .w-search.layout_simple .w-form-row input {
    background: #ffffff !important;
    border: 1px solid #000;
    border-radius: 0;
    color: #333;
}

.l-subheader.at_top .w-search.layout_simple .w-search-close {
    color: #000000;
}

.l-subheader.at_top .w-search.layout_simple .w-form .w-btn {
    color: #333;
}

.l-subheader.at_top .w-search.layout_simple .w-form-row-field input {
    margin-top: -15px;
    height: 30px;
}

.l-canvas .l-header.layout_standard .l-subheader.at_top,
.l-canvas .l-header.layout_extended .l-subheader.at_top {
    background-color: #ffffff;
    color: #000;
}

.w-logo.with_transparent .w-logo-link img.for_default {
    opacity: 1
}

.l-subheader__account {
    font-size: 15px;
    display: flex;
    align-items: center;
}

.l-subheader__account a {
    color: #000000;
}

.l-canvas .l-header .l-subheader.at_middle {
    background: #000000;
    color: #ffffff;
    padding: 0;
}

.l-subheader.at_top .w-logo-link .w-logo-img {
    height: 22px;
}

.account__icon, .only-mobile {
    display: none;
}

.w-nav.type_mobile .w-nav-list.level_1,
.l-subheader-h {
    overflow: visible !important;
}

/* MAIN BLOCK CONTENT */

/* PRODUCTS */

@media (min-width: 481px) {

    .woocommerce .products .product-h,
    .woocommerce .products .product-h {
        height: auto;
        padding-bottom: 170px;
    }


    .woocommerce .products {
        display: flex;
        flex-wrap: wrap;
    }

    .upsells.products h2,
    .related.products h2 {
        flex-basis: 100%;
    }

    .upsells.products ul.products,
    .related.products ul.products {
        flex-basis: 100%;
        flex-direction: row-reverse;
    }

    .upsells.products ul.products li,
    .related.products ul.products li {
        flex-basis: 25%;
    }

    .woocommerce .products .product .price del,
    .woocommerce .products .product .price ins {
        display: inline-block;
    }

    .archive.woocommerce .products .product-h,
    .search.woocommerce .products .product-h {
        height: 180px;
        padding-bottom: 0;
    }

    .woocommerce .products .product-meta {
        position: absolute;
        bottom: 25px;
        margin-bottom: 36px; /* равно толщине нижележащей кнопки */
    }

    .woocommerce .products .product-meta > * {
        margin-bottom: 6px;
    }

    .woocommerce .products .product-meta h3 {
		overflow-y: hidden; /*Pychev: old nothing (03.04.2018)*/
        height: 54px; /*Pychev: old 60px (03.04.2018)*/
        margin-bottom: 6px;
    }

    .woocommerce .products .product .button {
        position: absolute;
        bottom: 25px;
        /*width: 70%;*/
        /*left: 15%;*/
    }

    .woocommerce .products .product .price {
        padding-bottom: 0;
    }

    .woocommerce .products .product .price .amount {
        display: block;
        /*padding-top: 15px;*/  /* Отклчючено т.к. скидочная и регулярная в одной строке */
    }

    .woocommerce .products .product .price ins .amount,
    .woocommerce .products .product .price del .amount {
        padding-top: 0;
    }

    .woocommerce .products .product .zoom {
        height: 340px;
    }
}

.l-sidebar.at_left {
    position: relative;
    padding: 20px;
}

.woocommerce .products .product .star-rating {
    display: inline-block;
}

/*uber-menu css in settings*/

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

    .only-mobile {
        display: block;
    }

    .only-screen {
        display: none;
    }

    .l-canvas .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item-level-0 {
        width: 100%;
    }

    .l-canvas .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
        right: 30px;
    }

    .w-nav-list.level_1 {
        display: none;
    }

    .ubermenu-responsive-toggle {
        display: none !important;
    }

    .account__text {
        display: none;
    }

    .account__icon {
        display: block;
        font-size: 20px;
        margin-right: 10px;
    }

    .l-subheader.at_top .w-search.layout_simple.active .w-form,
    .l-subheader.at_top .w-search.layout_modern.active .w-form {
        top: 50px;
    }

    .w-nav-control {
        display: block !important;
        width: auto;
        margin-right: 5px;
        order: 0;
    }

    .l-subheader.at_top .w-search.layout_simple .w-form-row-field input {
        height: 37px;
    }

    .l-subheader .w-search.layout_simple {
        order: 1;
    }

    .l-subheader .w-logo {
        flex: 1;
        order: 2;
    }

    .l-subheader__account {
        order: 3;
    }

    .w-search.layout_simple,
    .w-search.layout_modern {
        position: static !important;
        width: auto !important;
        margin: 0 !important;
        overflow: visible;
    }

    .w-search.layout_simple .w-search-open {
        display: inline-block;
    }

    .w-search.layout_modern .w-search-open {
        position: static;
        opacity: 1 !important;
        transform: none !important;
    }

    .l-header.layout_centered .w-nav.type_mobile ~ .w-search .w-search-open {
        position: absolute;
        top: 0;
        right: 0;
        line-height: inherit;
    }

    .w-search.layout_simple .w-form,
    .w-search.layout_modern .w-form {
        position: absolute;
        top: 0;
        left: -25px;
        right: -25px;
        z-index: 100;
        height: 0;
        width: auto;
        margin: 0 !important;
        overflow: hidden;
        -webkit-transition: height 0.3s;
        transition: height 0.3s;
    }

    .w-search.layout_simple.active .w-form,
    .w-search.layout_modern.active .w-form {
        height: 50px;
    }

    .w-search.layout_simple .w-form input,
    .w-search.layout_modern .w-form input {
        position: static;
        height: 50px;
        width: 100% !important;
        margin: 0 !important;
        border-radius: 0;
        padding: 0 50px 0 25px;
        opacity: 1 !important;
    }

    .rtl .w-search.layout_simple .w-form input,
    .rtl .w-search.layout_modern .w-form input {
        padding: 0 25px 0 50px;
    }

    .w-search.layout_simple .w-form-row.for_submit {
        display: none;
    }

    .w-search.layout_simple .w-search-close,
    .w-search.layout_modern .w-search-close {
        display: block;
        right: 15px;
        transform: none !important;
    }

    .rtl .w-search.layout_simple .w-search-close,
    .rtl .w-search.layout_modern .w-search-close {
        left: 15px;
        right: auto;
    }

    .w-search.layout_fullwidth .w-form-row-field input,
    .w-search.layout_fullscreen .w-form-row-label {
        font-size: 15px;
    }

    .w-search.layout_fullscreen .w-form-row-field input {
        font-size: 20px;
    }
}

@media (min-width: 901px) {

    .l-canvas .l-header.layout_extended .l-subheader.at_top {
        line-height: 36px;
        height: auto;
    }

    .l-subheader.at_top .w-logo.with_transparent .w-logo-img > img {
        margin-bottom: -22px;
    }

    .l-canvas .l-header.layout_extended .l-subheader.at_middle {
        line-height: 1;
    }

}


html.no-touch {
    margin-top: 0px !important;
}

#menu-katalog-tovarov .sub-menu {
    display: none;
}

#menu-katalog-tovarov .sub-menu.open-menu {
    display: block;
}

.l-main .widget_nav_menu #menu-katalog-tovarov .menu-item:not(.menu-item-has-children) a:before {
    content: none;
}

a, .highlight_primary, .l-preloader, .no-touch .l-titlebar .g-nav-item:hover, a.w-btn.color_primary.style_outlined, .w-btn.color_primary.style_outlined, .l-main .w-contacts-item:before, .w-counter.color_primary .w-counter-number, .g-filters-item.active, .no-touch .g-filters.style_1 .g-filters-item.active:hover, .no-touch .g-filters.style_2 .g-filters-item.active:hover, .w-form-row.focused .w-form-row-field:before, .w-iconbox.color_primary .w-iconbox-icon, .no-touch .w-iconbox-link:hover .w-iconbox-title, .no-touch .w-logos .owl-prev:hover, .no-touch .w-logos .owl-next:hover, .w-separator.color_primary, .w-sharing.type_outlined.color_primary .w-sharing-item, .no-touch .w-sharing.type_simple.color_primary .w-sharing-item:hover .w-sharing-icon, .w-tabs.layout_default .w-tabs-item.active, .w-tabs.layout_trendy .w-tabs-item.active, .w-tabs.layout_ver .w-tabs-item.active, .w-tabs-section.active .w-tabs-section-header, .no-touch .g-tags > a:hover, .w-testimonial.style_2:before, .woocommerce .products .product .button, .woocommerce .star-rating span:before, .woocommerce-tabs .tabs li.active, .no-touch .woocommerce-tabs .tabs li.active:hover, .woocommerce .stars span a:after, #subscription-toggle span.is-subscribed:before, #favorite-toggle span.is-favorite:before {
    color: #55565a;
}

.woocommerce-variation-add-to-cart {
    clear: both;
}

.woocommerce .cart .single_variation_wrap .button.disabled {
    pointer-events: none;
    opacity: .5;
    cursor: wait;
}

.widgettitle {
	font-size: 16px;
	padding: 0 25px;
}

.widget_layered_nav ul li {
	line-height: 24px;
  padding: 0 0;
}


/*Shulga 17.04.18 */

.btn-quick {
    background-color: #24B26D;
    text-transform: uppercase;
    font-weight: bolder;
    color: #fff;
    margin-left: 74px;
    width: 250px;
    padding: 9px;
    border-radius:  4px;
    transition: all 0.3s ease;
}
.btn-quick:hover {
    color: #fff !important;
    background-color: #000000;
}
.webbtn {
    margin-left: 72px !important;
    width: 250px !important;
    background-color: deepskyblue !important;
}
div#sc-login input[type="submit"] {
	color: #fff !important;
	background-color: #777 !important;
}
div#sc-login input[type="submit"]:hover {
	background-color: #333 !important;
}
.woocommerce-checkout .l-section {
	padding-top: 0 !important;
}
@media only screen and (max-width: 767px) {
    .btn-quick, .webbtn {
        text-align: center;
    }
    .products li {
		text-align: center;
	}
	.products li img {
		margin: auto;
	}
}
@media only screen and (max-width: 420px) {
	.btn-quick {
        margin-left: 0 !important;
		width: 100%;
		text-align: center;
		display: block;
	}
}

#quick input[type="submit"] {
    color: #000;
}
#quick input[type="submit"]:hover {
    color: #fff;
}

/* For magnific popup forms styles */
.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    border-radius: 5px;
}

.myclose {
    position: absolute;
    right: 10px;
    color: #000;
    top: 0px;
    width: 30px;
    display: block !important;
    height: 30px;
}
.myclose:hover {
    color: #000 !important;
}

.popup-header {
    height: 50px;
    background-color: black;
    border-radius: 2px;
}

.popup-header::before {
    content: "HUMMEL";
    color: white;
    padding-left: 20px;
    line-height: 50px;
    font-weight: 700;
    font-size: 24px;
}
.popup-content {
    padding: 5px;
}
.shevrons {
	float: right;
	width: 80px;
	height: 50px;
	background-image: url(../hummelua/assets/imgs/shevrons.svg);
}


.orderby-wrapper:first-child a::before {
	content: "" !important;
}

@media only screen and (max-width: 900px) {
	#hidemobile, .l-sidebar{ /*Pychev: old [ #hidemobile, { ] (03.07.2018)*/
		display: none;
	}
	
}

/*************************************************************/
/*  Этот код css был перенесен из виджета "Знай наши акции"  */
/*  третьей области виджетов в подвале по причине ошибки 	 */
/*  валидации */
      /* css class for the login generated errors */
.profilepress-login-status {
	width: 400px;
	text-align: center;
	background-color: #34495e;
	color: #ffffff;
	border: medium none;
	border-radius: 4px;
	font-size: 17px;
	font-weight: normal;
	line-height: 1.4;
	padding: 8px 5px;
	margin: auto;
}
.profilepress-login-status a {
	color: #ea9629 !important;
}
#sc-login {
	width: 100%;
	margin: 0 auto;
	margin-top: 8px;
	margin-bottom: 2%;
	transition: opacity 1s;
	-webkit-transition: opacity 1s;
}
div#sc-login .sc-container {
	position: static;
	width: 240px;
	padding: 10px;
	left: 170px;
}
div#sc-login input[type="email"], div#sc-login input[type="text"] {
	background-color:white;
	border-color: #ddd;
	border-radius: 3px 0 0 3px;
	border-style: solid;
	border-width: 2px 1px 1px 2px;
	color: #888888;
	font-size: 14px;
	margin-bottom: 10px;
	height: 36px;
	text-align: center;
	width: 100%;
}
div#sc-login input[type="submit"] {
	margin-top: 5px;
	background-color: #ffe51e;
	color: #000;
	border: medium none;
	border-radius: 3px;
	display: inline-block;
	height: 40px;
	padding: 0;
	width: 100%;
	font-size: 15px;
	touch-action: manipulation;
	cursor: pointer;
}
/*media all*/
.radio-inline, .checkbox-inline {
	display: inline-block;
	padding-left: 11px;
	margin-bottom: 0px;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}
/*media all*/
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
	margin-top: 0px;
	margin-left: 15px;
}
/*media all*/
.thumb .radio input[type='radio'], .radio-inline input[type='radio'], .checkbox input[type='checkbox'], .checkbox-inline input[type='checkbox'] {
	margin-right: 10px; /* Отступ справа */
	margin-bottom: 10px; /* Отступ снизу */
}
/*media all*/
input[type='radio'], input[type='checkbox'] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}
/*media all*/
input[type='checkbox'], input[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}
/*media all*/
ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 15px;
	color: #7f8c8d;
}
*:after {  box-sizing: border-box;  }
/*media all*/
ul, ol {
	margin-top: 0px;
	margin-bottom: 10px;
}
div .cont {
	position: static;
	width: 239px;
}
/*media all*/
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
/*  *******************************************************/

/*Pychev:  (03.07.2018)*/
.product-down-widget{
	padding: 20px 20px 50px;
	background-color: #f8f8f8;
}
@media only screen and (min-width: 901px) {
	.product-down-widget{ 
		display: none;
	}
	
}
/*  *******************************************************/

.page-banner {
  position: relative;
  overflow: hidden;	
}

.page-banner-content {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 2;
    height: 100%;
    width: 100%;
}
.page-banner-controls {
    margin-top: 2em;
}
.page-banner-text {
    color: black;
}
.banner-mask {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.banner-mask:before{
    content:'';
    position: absolute;
    background: #ffffff; /*white;*/
    left:0;
    top:-85%;
    width:100%;
    height:100%; 
 }
.banner-mask-down:before{
    transform: skewY(5deg)
 }
.banner-mask:after{
    content:'';
    position: absolute;
    background: #ffffff; /*white;*/
    left:0px;
    bottom:-85%;
    width:100%;
    height:100%; 
}
.banner-mask-down:after{
    transform: skewY(5deg)
}

/* Рамка кнопки (открыть/закрыть блок фильтра) при наличии выбранного элемента */
.widget h3.widgettitle.with-dropdown .widget-dropdown.filter-checked {
	background-color: #ffe51e;
}

.widget_product_tag_cloud .tagcloud{
	text-align: center;
}

div.quantity label.screen-reader-text{
    display:none;
}

div.product figure div {
    display: inline-block;
    float: left;
    padding: 5px;
}

.woocommerce .cart .single_variation_wrap .stock {
    line-height: inherit;
}

.woocommerce .woobt-container .reset_variations{
    visibility: hidden !important;
    display: none !important;
}

/* Стили для результатов поиска*/
ul.ui-autocomplete {
    border: 1px solid black !important;
}

.pc-autocomplete__product {
    align-items: normal;
}

.pc-autocomplete__product-photo {
    height: auto !important;
}

/* Styles for Meta's in product page */
.woocommerce .pdm-wrapper{
    display: flex;
    flex-direction: column;
}
.pdm-row {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 5px;
}
.pdm-label {
    min-width: 80px;
}
.pdm-items {
    flex-basis: 80%;
}

/** Стили для переключателя языков  */
ul.wpm-language-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}

ul.wpm-language-switcher li {
    margin: 0;
    padding: 0;
}

ul.wpm-language-switcher.switcher-list li a,
ul.wpm-language-switcher.switcher-list li span {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
}

ul.wpm-language-switcher.switcher-list img {
    display: block;
    box-shadow: 0 0 3px 0 #000000;
    margin: auto 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

ul.wpm-language-switcher.switcher-list li.active {
    opacity: 0.3;
}

@media screen and (max-width: 959px) {
    ul.wpm-language-switcher.switcher-list {
        order: 2;
    }
}

@media screen and (max-width: 375px) {
    ul.wpm-language-switcher.switcher-list li.active {
        display: none;
    }
}

.w-logo-img {
    min-width: 100px;
}
.w-logo img {
    max-height: 22px;
}

.custom-front-page .l-section{
    margin: 40px 0;
}

.custom-front-page .l-section.slider{
    margin: 0;
    padding: 0;
}
.custom-front-page .l-section.slider .slider-img {
    width: 100%;
    height: auto;
}
.custom-front-page .section-conditions .text-wrapper {
    padding: 30px 0;
}
/*********** Стили кнопок в слайдере ***********/
.banner-actions {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 10em;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.btn-holder{
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 40px;
    align-items: end;
    margin-bottom: 40px;
}

.button-action {
    display: block;
    font-weight: 600;
    padding: 20px 40px;
    background: rgb(13,13,159);
    background: rgba(13,13,13,0.8);
    /*     background: linear-gradient(135deg, rgba(13,13,159,1) 0%,  rgba(51,82,176,1) 56%, rgba(0,212,255,1) 100%); */
    box-shadow: 4px 4px 51px 0 rgba(34, 60, 80, 0.2);
    color: white;
    border: 1px solid transparent;
    border-radius: 5px;
    text-transform: uppercase;
    pointer-events: all;
}
.button-action:hover{
    color: black !important;
    background-color: rgba(255,255,255,0.8);
    border: 1px solid black;
}

/*@media (max-width: 992px) {*/
/*    .btn-holder{*/
/*        grid-template-columns: 1fr;*/
/*        grid-template-rows: 1fr 1fr;*/
/*    }*/
/*}*/

#wcal_gdpr_message_block {
    display: none;
}
