.woocommerce-Price-amount {
    white-space: nowrap;
}
.header_hor .l-header.pos_fixed {
    z-index: 1111 !important;
}
.product-type-variable .summary  .price,
.empty_price .yith-par-message {
    display: none !important;
}    
div.wpcf7-response-output {
    font-size: 14px;
    line-height: 20px;
    text-align: left !important;
}
.single-product .empty_price .podzapros, .single-product .empty_price .podzapros:hover {
    color: #434955;
    text-decoration: none !important;
    font-weight: 600;
}

.wcbpg-popup-my, #wcbpg-popup {
    z-index: 2000 !important;
}

/* General */
.popup.wcbpg-popup-my .error{
    border: 1px solid red;
}

/* Outer */
.popup.wcbpg-popup-my{
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.75);
    z-index: 2000;
}

a#wcbpg_open_popup{
    display: block;
    box-shadow: none;
    margin-bottom: 15px;
    font-weight: bold;
    color: #4b6ecd;
        font-size: 0.9rem;
    text-decoration: underline;

}
a#wcbpg_open_popup:hover{
	text-decoration: underline;
}

/* Inner */
.wcbpg-popup-my .popup-inner { 
    /*max-width:1000px;*/
    /*width:100%;*/
    position:absolute;
    top:50%;
        border-radius: 0.7rem;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius: 0.7rem;
    /*background:#fff;*/
}

.wcbpg-popup-my .popup-inner .wrap-content{
    padding: 0 40px 10px 40px;
}

.wcbpg-popup-my .popup-inner .wrap-content:after{
    content: '';
    display: block;
    clear: both;
}

.wcbpg-popup-my .popup-inner .product-info{
    display: inline-block;
    float: left;
    width: 30%;
    border: 1px solid #f8f8f8;
    box-sizing: border-box;
	margin-bottom: 30px;
}
.wcbpg-popup-my .popup-inner .product-info:hover{
	    border: 1px solid #00bf80 !important;
	    box-shadow: 0 0 40px 0 rgba(0,0,0,.1) !important;
    transform: translateY(-6px) !important;
        transition: all 0.3s;
        
}

.wcbpg-popup-my .popup-inner .product-info img{
    width: 100%;
}

.wcbpg-popup-my .popup-inner .product-info h4.product-name{
    text-align: center;
    margin: 10px 0;
    font-size: 14px !important;
    color: #526371;
    font-weight: 300 !important;
	padding: 0 10px;
}

.wcbpg-popup-my .popup-inner form{
    width: 70%;
    float: left;
    margin-left: 25px;
    margin-right: -25px;
    padding: 15px;
}

.wcbpg-popup-my .popup-inner .no-product-info form{
    width: 100%;
    margin-left: 0;
}

.wcbpg-popup-my h3{
    padding: 10px 0;
    margin-bottom: 30px;
    text-align: center;
}

/* Close Button */
.wcbpg-popup-my .popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    /*background:rgba(0,0,0,0.8);*/
    opacity: 0.8;
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}

.wcbpg-popup-my .popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}

.wcbpg-popup-my .wrap-input{
    margin-bottom: 10px;
}

.wcbpg-popup-my .wcbpg-success-box{
    text-align: center;
}


.wcbpg-popup-my .popup-inner .price input{
    padding-left: 40px;
}

.wcbpg-popup-my .popup-inner .price .currency{
    position: absolute;
    top: 5px;
    left: 10px;
    border-radius: 0.7rem;
}

.wcbpg-popup-my input[type="submit"]{
    margin-top: 20px;
    margin-bottom: 2em;
}

.wcbpg-popup-my .tooltip {
    position: relative;
    opacity: 1;
    font-size: 14px;
    display: inline-block;
}



.wcbpg-popup-my .tooltip .tooltiptext {
    width: 300px;
    font-size: 10px;
    top: -54px;
    visibility: hidden;
    background-color: #ff0000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 10000000000;
}

.wcbpg-popup-my .tooltip .tooltiptext:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border-top: 8px solid #ff0000;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    margin-left: -8px;
}

.wcbpg-popup-my .tooltip:hover .tooltiptext {
    visibility: visible;
}

.woocommerce .onsale:nth-of-type(2) {
    top: 2.25rem;
}
.woocommerce .onsale:nth-of-type(3) {
    top: 3.85rem;
}
.woocommerce .onsale:nth-of-type(4) {
    top: 5.5rem;
}
.woocommerce .onsale:nth-of-type(5) {
    top: 7.1rem;
}
.us-woo-shop_trendy .product-h .onsale.show_on_hover {
	opacity: 0;
	transition: all 0.6s;
}
.us-woo-shop_trendy .product-h:hover .onsale.show_on_hover {
	opacity: 1;
}
.us-woo-shop_trendy .product-h .onsale:nth-of-type(2) {
    top: 2.3rem;
}
.us-woo-shop_trendy .product-h .onsale:nth-of-type(3) {
    top: 3.9rem;
}
.us-woo-shop_trendy .product-h .onsale:nth-of-type(4) {
    top: 5.55rem;
}
.us-woo-shop_trendy .product-h .onsale:nth-of-type(5) {
    top: 7.2rem;
}

.loop-product-categories {
    display: block;
    padding: 0 0 3px;
    margin-bottom: -10px;
    border-bottom: 1px solid #e4e4e4;
}
.loop-product-categories span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    font-size: 13px;
    line-height: 1;
}
.loop-product-categories span  a {
    color: #434955;
    opacity: .5;
}
.loop-product-categories span  a:hover{
	color: #434955 !important;
    opacity: .5;
}
.woocommerce-product-details__short-description.description_bu {
    margin-top: 1rem;
    margin-bottom: 0;
    padding: 15px;
    border-style: dashed;
border-width: 3px 3px 3px 3px;
border-color: #61ce70;
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.woocommerce-product-details__short-description.description_bu:hover{ box-shadow: 0 5px 10px rgba(0,0,0,.2);}
.description_bu .h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0em;
    color: #526371;
}
.woocommerce-loop-product__title a {
    color: #526371;
    text-decoration: none !important;
    border-bottom: 0 !important;
}

.woocommerce-loop-product__title a:hover{
color: #526371 !important;	
}
.us-woo-shop_trendy .products .product-category>a {
    height: 100%;
}
.l-canvas {
    position: relative;
}
.woocommerce .product-remove a.remove, .widget.widget_shopping_cart .remove, .woocommerce .quantity, .product-quantity {
    font-family: Arial;
}
.woocommerce .quantity span {
    font-family: inherit;
}
.widget.widget_shopping_cart .remove {
    opacity:1 !important;
}
#wcbpg-popup .tooltip {
    font-size: inherit;
}
.zcwPopup-form form {
    line-height: 45px;
}
.zcwPopup-form form input[name="n"]{ 
    margin-right: 5px;
    margin-bottom: 10px;
}
.zcwPopup-form form input[type="submit"]{ 
    height: 45px;
}
.single-product .breadcrumbs {
    position: relative;
    z-index: 2;
}
.mobile-tab-title {
    display: none;
}
.mobile-tab-title {
    border-top: 2px solid transparent;
    transition: background-color 0.3s,color 0.3s;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 2px solid #0094da;        
    text-transform: uppercase;    
    padding: 1rem 1rem;    
    display: none;
}
.sidebar-inner noindex {
    display: none;
    margin-bottom: 2rem;
}
.l-section-h .wrap-input {
    margin-bottom: 10px;
}
.l-section-h .wrap-submit {
    margin-top: 20px;
}
.sidebar-toggle { 
    display: none;
}

.woocommerce .products .product .description {
    display: block;
    margin: 0;  
    padding: 10px;
    font-size: 12px;
    line-height: 14px;
    box-shadow: 0 0 30px -5px rgba(0,0,0,0.1);
    background: rgba(51,51,51,.85);    
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;  
    margin-top: -33px;
    color: #fff;
    transition: all 0.6s;
    margin-left: 5%;
}
.woocommerce .products .product:hover .description {
    opacity: 1;
    visibility: visible;
}
.us-woo-shop_trendy .product-h {
    height: 100%;
    padding-bottom: 35px !important;
}
.us-woo-shop_trendy .product-h .button {
    position: absolute;
    bottom: 0;
}

/* Блок Менеджера */
.manager-sku {
    overflow: hidden;
    margin-bottom: 1.5rem !important;
}
.manager-block {
    margin-bottom: 0 !important;
}
.manager-block__inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 5px 5px 5px 5px;
}
.manager-foto {
    padding-right: 10px;
}
.manager-foto .img {
    max-width: 60px; 
    min-width: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.manager-foto .img img {
	display: block;
	width: auto;
}
.manager-info span {
    display: block;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.manager-info span:last-child {
    margin-bottom: 0;
}
.manager-info .manager-info__name {
    font-size: 18px;
    font-weight: 700;
    margin-top: -5px;
}
.widget .owl-dots {
    padding-top: 2px;
}
.sidebar-inner .widget_manager_product_ noindex {
    display: block;
}
.woocommerce div.product .cart .button + .button {
	vertical-align: middle;
	margin-left: .5rem;
	background-image: linear-gradient(180deg,#bbbbbb 55%,#c4c4c4 15%);
	color: #2f2f2f;
}
.woocommerce div.product .cart .button + .button.button-leasing {
	background-image: inherit;
	color: #fff;
}
.wcbpg-popup-my {
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.75);
	z-index: 1000;
}
.wcbpg-popup-my button {
	border-color: #d1d1d1;
	background-color: #f9f9f9;
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 400;
	line-height: 2.6;
	padding: 0 1em;
	border-radius: 0em;
	letter-spacing: 0em;
	box-shadow: 0 0.2em 0.4em rgba(0,0,0,0.18);
	display: inline-block;
}
.wcbpg-popup-my button#wcbpg_send_price {
	color: #ffffff;
	background-color: #00bf80;
}
.wcbpg-popup-my button#wcbpg_send_price:hover {
	box-shadow: 0 0.8em 1.6em rgba(0,0,0,0.2);
}
.wcbpg-popup-my h3.title {
	padding: 10px;
}
body.woocommerce .buy_in_credit, body.woocommerce .buy_in_leasing {
	background-color: #ffdd2d !important;
	color: #000;
	opacity: 0.85;	
}
body.woocommerce .product-h .buy_in_credit, body.woocommerce .product-h .buy_in_leasing {
	opacity: 0;
	transition: all 0.6s;
}
body.woocommerce .product-h:hover .buy_in_credit, body.woocommerce .product-h:hover .buy_in_leasing {
	opacity: 0.85;
}
h2.product_title {
	font-weight: normal;
	line-height: 1;
	font-size: 16px;
    margin-top: -1rem;
}
.widget_recent_entries ul {
	margin: 0;
	list-style: none;
}
.cbr_currency ul li { 
	font-weight: 700;
}

#files_list_public {
    margin: 15px 15px 0;
    list-style: none;
}
#files_list_public span, #files_list_public a {
    display: inline-block;
    vertical-align: top;
}
#files_list_public a {
    border-bottom: 1px solid #00bf80;
    font-size: 14px;
    line-height: 18px;
}
#files_list_public a:hover {
    border-color: #0055a6;
}
#files_list_public a span {
    font-weight: 600;
}
#files_list_public .file_icon img {
    margin-top: 2px;
    margin-right: 6px;
    display: block;
    width: 16px;
}
/*table.variations, table.variations tbody ,table.variations tr, table.variations td {
    display: block;
}*/

.g-cols.type_default.list-managers {
	margin-top: 0;
}
.list-managers .manager-block__inner {
	padding: 0;
	margin-bottom: 3rem;
	flex-wrap: wrap;
}
.list-managers .vc_col-sm-6:nth-child(2n+1) {
	clear: both;
}
.manager-cat_links {
	width: 100%;
	margin-top: 1.5rem;
}
.manager-cat_links .manager-cat_link {
	margin-bottom: 5px;
}
.list-managers .manager-foto .img {
    max-width: 72px; 
    min-width: 72px;
}

/* subcategories */
.woocommerce ul.subcategories {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    list-style: none !important;
    clear: both;
}

.woocommerce .subcategories .product {
    position: relative;
    margin: 0;
    width: 100%;
}

.woocommerce>.subcategories .product:only-of-type {
    width: 100% !important;
}

.columns-2 .subcategories .product,
.woocommerce.columns-2>.subcategories .product {
    width: 50%;
}

.columns-3 .subcategories .product,
.woocommerce.columns-3>.subcategories .product {
    width: 33.3333%;
}

.columns-4 .subcategories .product,
.woocommerce.columns-4>.subcategories .product {
    width: 25%;
}

.columns-5 .subcategories .product,
.woocommerce.columns-5>.subcategories .product {
    width: 20%;
    padding: 5px;
    border: 1px solid #f8f8f8;
}





.columns-6 .subcategories .product,
.woocommerce.columns-6>.subcategories .product {
    width: 16.6666%;
}

.woocommerce .subcategories .product img {
    display: block;
    width: 100%;
}

.woocommerce .subcategories .product-category a {
    border: none !important;
}

.us-woo-shop_trendy ul.subcategories {
    margin: 10px -10px 2rem;
}

.us-woo-shop_trendy .subcategories .product-category>a {
	background-color: #f2f3f5;
	display: block;
	height: 100%;
	border: 1px solid #ffff !important;
}

.us-woo-shop_trendy .subcategories .product-category>a:hover {
    box-shadow: 0 0 40px 0 rgba(0,0,0,.1) !important;
    transform: translateY(0px) !important;
    border: 1px solid #00bf80 !important;
    z-index: 0;
    transition: all 0.3s;
}

.custom_h1 {
	margin: 0 0 2rem;
	line-height: 1rem;
	color: #434955;
	font-family: "Exo 2", sans-serif;
    font-weight: 600;
	font-size: 20px !important;
}



@media (max-width: 1024px) {
	.columns-5 .subcategories .product,
	.woocommerce.columns-5>.subcategories .product {
		width: 25%;
	}
}

@media (max-width: 600px) {
	.columns-5 .subcategories .product,
	.woocommerce.columns-5>.subcategories .product {
		width: 33.33%;
	}
}

@media (max-width: 480px) {
	.columns-5 .subcategories .product,
	.woocommerce.columns-5>.subcategories .product {
		width: 50%;
	}
}
/* END subcategories */


/* RESPONSIVE */
@media (min-width: 1201px) and (max-width: 1400px){
    .us-woo-shop_trendy .pa_terms .woocommerce-loop-category__title {
        font-size: 16px !important;
        line-height: 1.2; 
    }
}

@media (min-width: 1025px) and (max-width: 1200px){
    .us-woo-shop_trendy .pa_terms .woocommerce-loop-category__title {
        font-size: 14px !important;
        line-height: 1;
    }
}

@media (min-width: 768px) and (max-width: 992px){
    .wcbpg-popup-my .popup-inner{
        width: 700px!important;
        border-radius: 0.7rem;
    }
    .us-woo-shop_trendy .product-h .button {
        opacity: 1 !important;
    }
}


@media (max-width: 900px){
    .woocommerce-tabs .wc-tabs {
        display: none;
    }
    .mobile-tab-title {
        display: block;
        background-image: linear-gradient(
            180deg
            , #e7f2fb 0%, rgba(192,230,210,0.37) 100%);
            color: #000;
            border-radius: 0.3rem;
    }
    .mobile-tab-title.active {
        background-color: #fff;
        color: black;
        margin-bottom: 15px;
    }
    
    aside.l-sidebar {    
        position: fixed;
        right: 0;
        top: 0;
        width: 280px !important;
        height: 100vh;
        background: #fff;
        z-index: 10002;
        -webkit-transition: transform 0.3s ease-in-out 0s;
        transition: transform 0.3s ease-in-out 0s;
        -webkit-transform: translate(282px);
        -ms-transform: translate(282px);
        transform: translate(282px);
        padding: 0 !important;
    }
    .open-sidebar aside { 
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .sidebar-inner {    
        height: 100vh;
        overflow: auto;
        padding: 20px 5px 20px 10px;
    }
    .sidebar-toggle {
        display: block;
        cursor: pointer;
        width: 40px;
        height: 40px;
        position: absolute;
        right: 280px;
        top: 30%;
        margin: auto;    
        font-size: 17px;
        line-height: 38px;
        text-align: center;
        text-decoration: none;
        border: 1px solid #ccc;
        border-right-width: 0;
        border-radius: 6px 0 0 6px;
        background: #fff;
        -webkit-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s;
    }
    .sidebar-toggle:hover {
        box-shadow: -1px -1px 3px rgba(0,0,0,.15);
    }
    .sidebar-toggle i:before {
        content: '\f1de';
    }
    .open-sidebar .sidebar-toggle i:before {
        content: '\f00d';
    }
    .sidebar-overlay {
        opacity: 0;
    }
    .open-sidebar  .sidebar-overlay {
        background: #000;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 10001;
        min-height: 100vh;
        opacity: .35;
        -webkit-transition: opacity 0.2s ease-in-out 0s;
        transition: opacity 0.2s ease-in-out 0s;
    }
    body:not(.open-sidebar) .l-main {
        position: relative;
        z-index: 1;
    }
    .sidebar-inner noindex {
        display: block;        
    }
    .mobile-tab-title:before {
        content: '\f107';
        font-family: fontawesome;
        font-size: 1.5em;
        vertical-align: top;
        margin-right: 10px;
        display: inline-block;
    }
    .mobile-tab-title.active:before {        
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}


@media (max-width: 767px){
    .wcbpg-popup-my .popup-inner{
        width: 500px!important;
        overflow: auto;
        top: 50%;
    }
    .wcbpg-popup-my label {
        color: #1a1a1a;
        font-size: 12px;
        display: block;
    }
    .wcbpg-popup-my .popup-inner .product-info h4.product-name{
        font-size: 12px;
    }
    .wcbpg-popup-my .popup-close{
        top: 20px;
        right: 20px;
    }
    .wcbpg-popup-my .popup-inner{
        width: 90% !important;
        max-height: 90%;
        overflow: auto;
    }
    .wcbpg-popup-my .popup-inner .wrap-content {
        padding: 0 15px 15px 15px;
    }
    .wcbpg-popup-my .popup-inner form{
        margin-left: 0;
        margin-right: 0;        
    }
    .single-product .breadcrumbs {
        margin-bottom: 30px !important; 
    }
    .us-woo-shop_trendy .product-h .button {
        opacity: 1 !important;
    }
    .manager-block__inner {
        
    }
    .manager-sku.woocommerce-tabs {
        margin-bottom: 1.5rem;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap; 
        flex-wrap: wrap;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .woocommerce div.product .manager-block {
        max-width: 100% !important;
        margin-bottom: 0 !important;
    }
    .manager-foto .img {
        max-width: 80px;
        min-width: 80px;
    }
	.woocommerce .onsale:nth-of-type(3) {
		top: 3.9rem;
	}
	.woocommerce .onsale:nth-of-type(4) {
		top: 5.6rem;
	}
	.woocommerce .onsale:nth-of-type(5) {
		top: 7.25rem;
	}
	.us-woo-shop_trendy .product-h .onsale:nth-of-type(3) {
		top: 3.95rem;
	}
	.us-woo-shop_trendy .product-h .onsale:nth-of-type(4) {
		top: 5.6rem;
	}
	.us-woo-shop_trendy .product-h .onsale:nth-of-type(5) {
		top: 7.3rem;
	}
	.wcbpg-popup-my .popup-inner .product-info {
		margin-bottom: 0;
	}
	h2.product_title {
		margin-top: -1rem;
	}
	#variations table.variations td>span {
		padding: 10px;
	}
	#variations table.variations td.quantity, #variations table.variations td.add-to-cart {
		width: 100%;
	}
	#variations table.variations td:before {
		padding-left: 10px;
	}
	#variations table.variations td.add-to-cart {
		padding-bottom: 20px;
	}
}

@media (min-width: 320px) and (max-width: 480px){
    #wcbpg-popup .popup-inner{
        width: 90%!important;
        max-height: 90%;
        overflow: auto;
    }

    .wcbpg-popup-my .popup-close {
        top: 20px;
        right: 20px;
    }

    .wcbpg-popup-my .popup-inner .wrap-content{
        padding: 0 20px 10px 20px;
    }

    .wcbpg-popup-my h3.title{
        padding: 10px 38px;
        font-size: 18px;
        line-height: 22px;
            border-top-left-radius: 0.7rem !important;
    }

    .wcbpg-popup-my .popup-inner .product-info{
        width: 100%;
        border: none;
            border-top-left-radius: 0.7rem;

    }

    .wcbpg-popup-my .popup-inner form{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .wcbpg-popup-my input{
        padding: 5px;
    }
    
    .us-woo-shop_trendy .product-h {
        height: auto;
        padding-bottom: 0 !important;
    }
    .us-woo-shop_trendy .product-h .button {
        position: static;        
    }
	.woocommerce div.product .cart .button + .button {
		margin-top: 15px;
	}
}