/*
 Theme Name:    Electro Child
 Theme URI:     https://themeforest.net/item/electro-electronics-store-woocommerce-theme/15720624
 Description:   This is the child theme of Electro
 Author:        MadrasThemes
 Author URI:    https://madrasthemes.com/
 Template:      electro
 Version:       2.5.1
 License:       GNU General Public License v2 or later
 License URI:   http://www.gnu.org/licenses/gpl-2.0.html
 Tags:          light, dark, two-columns, right-sidebar, responsive-layout
 Text Domain:   electro-child
*/

.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full {
    margin-bottom: 0px !important;
}

.footer-call-us .call-us-number small {
    font-size: 14px;
}

.footer-bottom-widgets ul {
    line-height: 1.3em;
}
.footer-bottom-widgets ul>li+li {
    margin-top: .9em;
}

.timeoutgoods {
    position: fixed;
    bottom: 75px;
    right: 20px;
    background: rgb(31, 176, 168);
    display: block;
    width: 300px;
    min-height: 80px;
    height: auto;
    border-radius: 15px;
    color: #fff !important;
    padding: 10px 15px;
    cursor: pointer;
    opacity: 0;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    z-index: 100;
}

div.wpforms-container-full.ec-newsletter-form .wpforms-form input[type=text] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
    border: 0;
    height: 41px;
    padding: .734em 2em;
}

#menu-item-5645 .call-us-number {
    padding: 10px 15px;
    display: inline-block;
    line-height: 1em;
}
#menu-item-5645 .call-us-number a {
    font-weight: bold;
    font-size: 14px;
    color: #333e48;
    margin-bottom: 10px;
    display: inline-block;
}
#menu-item-5645 .call-us-number a:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    float: left;
    background-position: center center;
    background-size: contain;
}
#menu-item-5645 .call-us-number a.ks:before {
    background-image: url(assets/images/phones-ks.svg);
}
#menu-item-5645 .call-us-number a.life:before {
    background-image: url(assets/images/phones-life.svg);
}
#menu-item-5645 .call-us-number a.vodafone:before {
    background-image: url(assets/images/phones-vodafone.svg);
}
#menu-item-5645 .call-us-number small {
    line-height: 1.4em !important;
    font-size: 12px;
}
#menu-item-5645 .wpb_content_element {
    margin-bottom: 0px;
}

/*  */
/* start GooMenu
-----------------------------------------------------------------------------*/
.menu-goo {
    -webkit-filter: url("#goo");
    filter: url("#goo");
}

.menu-open-button {
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, .24);
}

.menu-item-goo, .menu-open-button {
    font-size: 2em;
    background: #FDE73F;
    color: #252525;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    /* margin-left: -60px; */
    position: absolute;
    bottom: 15px;
    text-align: center;
    line-height: 50px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}

.menu-open {
    display: none;
}

.hamburger {
    /* box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.2); */
    width: 22px;
    height: 3px;
    border-radius: 1px;
    background: #252525;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -11.5px;
    margin-top: -1.5px;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
}

.hamburger-1 {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.hamburger-2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hamburger-3 {
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.menu-open:checked + .menu-open-button .hamburger-1 {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
}

.menu-open:checked + .menu-open-button .hamburger-2 {
    -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
    transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.menu-open:checked + .menu-open-button .hamburger-3 {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu-goo {
    z-index: 20000;
    position: fixed;
    bottom: 45px;
    right: 20px;
    width: 60px;

}

.menu-open:checked ~ .menu-item-goo:after {
    position: absolute;
    top: 10px;
    right: 70px;
    border-radius: 10px;
    box-shadow: 0 3px 10px -3px rgba(0, 0, 0, .7);
    content: attr(data-title);
    font-size: 15px;
    line-height: 11pt;
    background: #fff;
    color: #252525;
    font-weight: 400;
    width: 90px;
    height: 35px;
    padding: 10px;
}

.menu-open:checked ~ .menu-item-goo .fa {
    transition: all .2s ease-in-out;
}

.menu-open:checked ~ .menu-item-goo:active .fa {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-item-goo:hover {
    background: #FDE73F;
    color: #007A5B;
}

.menu-item-goo:nth-child(3) {
    font-size: 24px;
    transition-duration: 180ms;
}

.menu-item-goo:nth-child(4) {
    font-size: 24px;
    transition-duration: 180ms;
}

.menu-item-goo:nth-child(5) {
    font-size: 24px;
    transition-duration: 180ms;
}

.menu-open-button {
    z-index: 2;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 400ms;
    -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer;
    margin-bottom: 0px;
}

.menu-open-button:hover {
    -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}

.menu-open:checked + .menu-open-button {
    transition-timing-function: linear;
    transition-duration: 200ms;
    -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
    transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item-goo {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menu-open:checked ~ .menu-item-goo:nth-child(3) {
    transition-duration: 190ms;
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
}

.menu-open:checked ~ .menu-item-goo:nth-child(4) {
    transition-duration: 290ms;
    -webkit-transform: translate3d(0, -120px, 0);
    transform: translate3d(0, -120px, 0);
}

.menu-open:checked ~ .menu-item-goo:nth-child(5) {
    transition-duration: 390ms;
    -webkit-transform: translate3d(0, -180px, 0);
    transform: translate3d(0, -180px, 0);
}

.menu-open:checked ~ .menu-item-goo:nth-child(6) {
    transition-duration: 390ms;
    -webkit-transform: translate3d(0, -240px, 0);
    transform: translate3d(0, -240px, 0);
}


@media screen and (min-width: 768px) {
    .menu-goo {
        display:none;
    }
}


.add-to-cart-thx.hidden {
    display: none !important;
}

.add-to-cart-thx {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10000;
}

.add-to-cart-thx >div {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    transition: all ease-in-out 0.2s;
}

.add-to-cart-thx >div.show {
    opacity: 1;
}

.add-to-cart-thx >div >div {
    position: absolute;
    width: 320px;
    height: 200px;
    left: calc(50% - 160px);
    top: calc(50% - 100px);
    background: #fff;
    border-top: 3px solid rgb(31, 176, 168);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 10px 15px;
}

.add-to-cart-thx h6 {
    padding-top: 5px;
}

.add-to-cart-thx .btn {
    margin-top: 15px;
}

.add-to-cart-thx .btn.btn-warning {
    color: #fff;
    background-color: #000;
}

.add-to-cart-thx .btn.btn-warning:hover{
    background-color: rgba(0, 0, 0, 0.5);
}

.footer-contact img {
    max-width: 300px;
    display: block;
    margin: 0px auto 20px auto;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-size: 15px;
}

.products-4-1-4__nav .nav-link:hover,
.products-2-1-2 .nav-link:hover {
    position: relative;
}

.products-2-1-2 .nav-link:hover::after {
    content: ' ';
    border-bottom: 2px solid transparent;
    display: block;
    position: absolute;
    bottom: -1px;
    width: 100%;
    border-color: #1fb0a8;
}

/* Телефон */
@media (max-width: 1200px){







}

/* PC */
@media (min-width: 1200px){

    .masthead .navbar-toggler {
        display: none;
    }
}



.header-v1 .electro-navigation .departments-menu-v2-title {
    background-color: transparent;
}

.secondary-nav>.menu-item a {
    color: white;
}

.header-icon>a:focus, .header-icon>a:hover {
    color: #1fb0a8;
}

@media only screen and (min-device-width: 768px) {

}

.sticky-wrapper,
.header-v1 .mobile-header-v2,
.header-v1 .mobile-header-v2.stuck,
.sticky-wrapper .stick-this.stuck {
    border-radius: 0px 0px 16px 16px;
    background-color: rgb(31, 31, 34);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 12px 0px;
    transition: all 0.5s ease 0s;
    border: none;
}

.sticky-wrapper {
    padding-top: 5px;
}

.top-bar,
.mobile-header-v2 .site-search .widget.widget_product_search form {
    background-color: #1f1f22;
    color: white;
    border-bottom: none;
}

.top-bar .nav-inline .menu-item > a{
    color: white;
}

.header-v1 .navbar-search .input-group .form-control,
.header-v1 .navbar-search .input-group .input-group-addon {
    border: 0;
    color: rgba(255,255,255,.6);
    background-color: rgba(255,255,255,.1);
}

.navbar-search .search-categories > select {
    border: 0;
    background-color: transparent;
}

.header-v1 .navbar-search>.input-group .input-group-btn {
    border-radius: 0 2.467rem 2.467rem 0;
    color: rgba(255,255,255,.6);
    background-color: rgba(255,255,255,.1);
}

.header-v1 .navbar-search .input-group .btn {
    height: 35px;
    border-radius: 2.467em;
    box-shadow: 0 2px 9px 0 rgba(33,192,183,.3);
    background-image: linear-gradient(to bottom,#31c9c0,#1fb0a8);
    margin: 3px 4px 0 0;
}

.header-logo-link {
    width: 40%;
    padding: 5px;
}

.header-icon>a i {
    color: white;
}

.header-v1 .cart-items-total-price {
    color: white;
}

.mobile-header-v2-inner .header-logo img {
    max-width: 80px;
    margin: 9px;
}

.mobile-header-v2 .site-search .widget.widget_product_search form input.search-field {
    border: 0;
    color: rgba(255,255,255,.6);
    background-color: rgba(255,255,255,.1);
    border-radius: 2.467em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.mobile-header-v2 .site-search .widget.widget_product_search form button[type=submit] {
    border-radius: 0 2.467rem 2.467rem 0;
    color: rgba(255,255,255,.6);
    background-color: rgba(255,255,255,.1);
    align-items: center;
}

.top-bar .nav-inline > .menu-item .dropdown-menu {
    background-color: #1f1f22;
    color: white;
}

/***********************************/
.home-v1-deals-and-tabs,
.section-onsale-product  .weeklyBuyButton,
.product_meta .tagged_as,
.product_meta .sku_wrapper{
	display: none !important;
}

#menu-item-8642 .call-us-number a {
    font-weight: bold;
    font-size: 14px;
    color: #333e48;
    margin-bottom: 10px;
    display: inline-block;
}

#menu-item-8642 .call-us-number {		color: #000;
    padding: 10px 15px;
    display: inline-block;
    line-height: 1em;
}

#menu-item-8642 .call-us-number small {
    line-height: 1.4em !important;
    font-size: 12px;
}

#menu-item-8642 .call-us-number a.ks:before {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/7/7d/Kyivstar_2015_logo_-_Brandmark.svg);
}

#menu-item-8642 .call-us-number a.life:before {
    background-image: url(https://vdim.info/sites/all/themes/ui/img/lifecell-button.png);
}

#menu-item-8642 .call-us-number a.vodafone:before {
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/a/a6/Vodafone_icon.svg);
}

#menu-item-8653 .wpb_content_element{
	margin-bottom: 0;
}

#menu-item-8642 .call-us-number a:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    float: left;
    background-position: center center;
    background-size: contain;
}


.add-to-cart-thx,
.add-to-cart-thx >div.show{
	display:none;
}

.home-v1-slider, .home-v2-slider, .home-v3-slider{
	background-color: #fff;
	margin-top: 2.143em;
}

.saleblock{
	height: 100%;
}

@media (max-width:769px){
	.home-v1-slider .section-onsale-product {
		margin-top:2rem;
	}
}

.home-v1-slider .onsale-product .product-thumbnail>img{
	max-width: 50%;
}

.home-v1-slider rs-module-wrap>rs-module {
	border-radius: 21px;
}

.secondary-nav>.menu-item a:focus, .secondary-nav>.menu-item a:hover{
	color: #1fb0a8;
}

.footer-bottom-widgets,
.copyright-bar{
	color:#fff;
	background-color: #2a2a2f;
}

.footer-call-us .call-us-number a,
.footer-bottom-widgets ul>li>a{
	color:#fff;
}


.footer-bottom-widgets ul>li>a:focus, .footer-bottom-widgets ul>li>a:hover{
	color: #1fb0a8;
}

.footer-contact img{
	max-width: 180px;
  display: block;
  margin: 0px auto 20px 33px;
}

.desktop-footer .copyright-bar .copyright{
	font-size: 12px;
}

.copyright-bar .copyright{
	line-height: 3.5em;
}

.copyright-bar{
	border-top: 1px solid #555;
}

.cat-item.cat-item-389,
.cat-itemcat-item-388{
	display: none;
}

#customer_details .col-2{
	display:none;
}

.woocommerce-loop-product__title{
	color: #2a2a2f;
}

/*scrollUp position left*/

@media screen and (max-width: 768px){
#scrollUp{
	right:0;
	left: 1.25rem;
}
}




/*mobile button style*/

@media (max-width: 575.98px){
	.single-product .menu-goo{
	bottom: 55px;
	}
	.single-product #scrollUp {
    bottom: 65px !important;
	}
}



.menu-goo{
	bottom: 0.25rem;
  right: 0.25rem;
}

.menu-item-goo, .menu-open-button{
	color: #fff;
	background:#20b0a8;
}

.menu-item-goo:hover {
    color: #fff;
	background:#20b0a8;
}

.menu-open-button {
	
	background: #20b0a8;
	color:#fff;
    z-index: 2;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 400ms;
    -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer;
}

.menu-open-button {
    margin: 0;
    animation: pulse 2s infinite, wiggle 2s infinite;
}

@keyframes wiggle{
	0% {
    transform: rotate(10deg);
}
25% {
    transform: rotate(-10deg);
}
50% {
    transform: rotate(20deg);
}
75% {
    transform: rotate(-5deg);
}
100% {
    transform: rotate(0deg);
}
}


@keyframes pulse {
0% {
    -moz-box-shadow: 0 0 0 0 rgba(32, 176, 168, 0.8);
    box-shadow: 0 0 0 0 rgba(32, 176, 168, 0.8);
}
70% {
    -moz-box-shadow: 0 0 0 10px rgba(32, 176, 168, 0);
    box-shadow: 0 0 0 10px rgba(32, 176, 168, 0);
}
100% {
    -moz-box-shadow: 0 0 0 0 rgba(32, 176, 168, 0);
    box-shadow: 0 0 0 0 rgba(32, 176, 168, 0);
}
}


/* mini cart one click form*/

#oneClick{
    display: flex;
    /* justify-content: center; */
    /*align-items:center;*/
}

#oneClick p {
    display: block;
    max-width: 16rem;
}

.one-click-area{
	    padding: 6px 30px 10px;
    display: flex;
    /*justify-content: space-between;*/
}

#oneClickPhone{
		width: 100%;
	  padding: .857em 1.214em;
    background-color: transparent;
    color: #818181;
    line-height: 1.75;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 1.571em;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
	  border-radius: 1.571em 0 0 1.571em;
}

#one-click-submit{
	pointer-events: none;
	opacity: .3;
	cursor: not-allowed;
	border-radius: 0 1.571em 1.571em 0;
}

.cart-product-list.dropdown-menu-mini-cart .widget_shopping_cart_content>ul.woocommerce-mini-cart{
	    overflow-y: auto;
    height: calc(100vh - 300px);
}




@media (max-width: 425px){
	.cart-product-list.dropdown-menu-mini-cart .widget_shopping_cart_content>ul.woocommerce-mini-cart{
	   overflow-y: auto;
    height: calc(100vh - 380px);
}
	
	#one-click-submit{
		font-weight:500;
		width: 75px;
    padding-left: 10px;
    padding-right: 10px;
	}
	
	.one-click-area {
    padding: 15px 30px 10px;

}
	
}

section header .h1, section header h1{
	font-weight: 700;
}

/* weekly add to cart button */
.weeklyBuyButton.add-to-cart-wrap{
	margin: 40px auto;
	display: flex;
	
}

.weeklyBuyButton.add-to-cart-wrap .added_to_cart{
	display:none;
}

.weeklyBuyButton.add-to-cart-wrap>a{
	color:#fff;
	margin: 0px auto;
	background-color: #1fb0a8 ;
}

.weeklyBuyButton.add-to-cart-wrap>a:before{
		content: "\61";
    font-family: font-electro;
	  color:#fff;
    /*padding: 8.94px 8px;*/
    /*float: right;*/
    text-indent: 0;
    font-weight: 400;
    line-height: 16px;
	
	
		padding: 0;
    background: 0 0;
    float: left;
    margin-top: 4px;
    margin-right: 8px;
}

.home-v1-deals-and-tabs .deals-block .product-thumbnail.product-item__thumbnail{
	margin: 40px 0;
}

.home-v1-deals-and-tabs .deals-block .woocommerce-loop-product__title{
	font-size:16px
}

.home-v1-deals-and-tabs .deals-block .section-onsale-product {
	margin-top: 35px;
}


@media (max-width: 769px){
	.home-v1-deals-and-tabs .deals-block .product-thumbnail.product-item__thumbnail{
	margin: 5px 0;
}
	
	.home-v1-deals-and-tabs .deals-block .section-onsale-product {
	margin-top: 0px;
}
}

/*mobile footer*/
.handheld-footer .handheld-footer-bar, .handheld-footer{
	background-color: #2a2a2f;
}

.handheld-footer,
.handheld-footer.v2 .handheld-widget-menu .menu a{
	color: #fff;
}




#minqty{
		/*display: inline-block;
    padding: 5px 10px;
		margin: 0 0 10px 0;
    color: #fff;
    font-size: 16px;
    background-color: #1fb0a8;
    border-radius: 26px;*/
}

#off-canvas-cart-summary{
	z-index:99999;
}

.woo_minqty{
		top: -9px;
    z-index: 1;
    font-size: 10px;
    position: absolute;
    display: inline-block;
    padding: 2px 7px;
    /* margin: 5px auto; */
    background-color: #1fb0a8;
    border-radius: 26px;
    color: #fff;
}

.header-v1 .masthead{
	    margin: 1.1em 0 1.1em;
}

.top-bar .nav-inline > .menu-item .dropdown-menu{
	background-color:#fff;
	
}
#menu-item-5645 .call-us-number{
	color: #000;
}

.da .da-media-left{
	display: none;
}


.footer-newsletter{
	border-radius: 16px 16px 0 0;
}

.desktop-footer .footer-newsletter{
    width: calc(100vw - 8px);
    position: relative;
    margin-left: calc(-50vw + 50% + 0px);
}

.departments-menu-v2 .departments-menu-v2-title+.dropdown-menu li>a:focus, .departments-menu-v2 .departments-menu-v2-title+.dropdown-menu li>a:hover{
	color:#1fb0a8 ;
}

.off-canvas-navigation .yamm .yamm-content li a:focus, .off-canvas-navigation .yamm .yamm-content li a:hover, .off-canvas-navigation ul li a:focus, .off-canvas-navigation ul li a:hover{
	color:#1fb0a8;
}

.widget_layered_nav ul li>a:focus, .widget_layered_nav ul li>a:hover, .widget_layered_nav ul li>span:focus, .widget_layered_nav ul li>span:hover, .widget_product_categories ul li>a:focus, .widget_product_categories ul li>a:hover, .widget_product_categories ul li>span:focus, .widget_product_categories ul li>span:hover{
	color:#1fb0a8;
}

#main section{
	background-color: #fff;
}

@media (max-width:769px){
.product_list_widget .mini_cart_item a:nth-child(2){
		    line-height: 1em !important;
    font-size: 12px;
	}
	
 .product_list_widget .mini_cart_item img{
		width:70px;
		height: 70px;
	 margin-right:10px;
	}
}

.mobile-handheld-department ul.nav li a i{
	color:#1fb0a8 ;
}

.section-product-cards-carousel .nav-link{
	display:none;
} 

@media (max-width: 426px){
	.off-canvas-cart{
		width: 320px;
		transform: translate3d(320px,0,0)
	}
}

.da-block .da-inner{
	border-radius: 8px;
}
.handheld-footer .handheld-footer-bar .footer-logo{
	width:115px
}

@media (max-width: 767px){
 .columns-4-1-4 .products-4 .product{
		max-width: 50%;
	}
}


.home-v1-slider, .home-v2-slider, .home-v3-slider{
	/*background-color: #f9f9f9;*/
    width: 100%;
    position: relative;
    margin-left: 0;
    left: 0;
    margin-bottom: 3em;
}

.columns-4-1-4 ul.products>li.product:after{
		content: '';
    border-right: 1px solid #eaeaea;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 100%;
    transform: translateY(-50%);
	}
ul.products>li.product:last-child, ul.products>li.product:nth-last-child(2) {
    border-bottom-width: 1px !important;
}

.columns-4-1-4 ul.products>li.product{
		border: 1px solid #fff;
    border-bottom: 1px solid #eaeaea;
	}
	
.columns-4-1-4 ul.products>li.product:nth-child(odd) {
    border-left: 1px solid #eaeaea;
}

.columns-4-1-4 .products-4  ul.products>li.product:nth-child(1),
.columns-4-1-4 .products-4  ul.products>li.product:nth-child(2){
	border-bottom: 1px solid #eaeaea;
}



@media (min-width:768px){
	.home-v1-slider .home-slider{
	display: flex;
	    /* position: relative; */
    /* left: 21.8182px; */
    /* box-sizing: border-box; */
    /*width: 100;*/
    /* padding-left: 0px; */
    /* padding-right: 0px;*/
}
	
	.home-v1-slider .home-weekly {
	display: flex;
}

.home-v1-slider .home-weekly .wpb_wrapper{
	height: 100%;
}
	
	.desktop-footer .footer-bottom-widgets .footer-contact{
		width: 100%;
		flex: 1;
		max-width: 25.666667%;
	}

.home-v1-slider .home-weekly .wpb_wrapper .section-onsale-product {
	height:100%;
	margin: 0;
}
}


.home-weekly .section-onsale-product .price{
	margin:0;
}


@media(max-width:991px){
	.handheld-footer.v2 {
		display: grid;
	}
	
	.handheld-footer .handheld-widget-menu{
		padding-right:0;
	}
	
	
	.handheld-footer.v2 .handheld-widget-menu{
		order: 1;
	}
	
	.handheld-footer.v2 .handheld-footer-bar{
		border-bottom: 1px solid #444;
	}
	
	.handheld-footer .handheld-footer-bar .handheld-footer-bar-inner{
		align-items:normal;
	}
}



.products-4-1-4.stretch-full-width .products-4-1-4__nav{
	display: none
}

/*button add to cart*/
li.product .button:after {
	transition:.5s;
    z-index: 0;
    content: '';
    position: absolute;
    right: 5px;
    top: 1px;
    border-radius: 50px;
    width: 0px;
    height: 34px;
    background-color: #e8f7f6;
}

li.product:hover .button::after {
	transition:.5s;
    /*width: 90px;*/
}

@media (max-width:769px){
	.cart_after{
		display:none;
	}
}

.cart_after {
	border-radius: 50px;
	/*opacity:0;*/
	opacity: 1;
	top: 1px;
	transition:.2s;
 	/*right: -16px;*/
	right: 6px;
	text-indent: 1px;
	font-size: 14px;
	height: 34px;
 position: absolute;
 width: 90px;
 background-color: #e8f7f6;
 padding: 5px 10px;
 color: #1fb0a8;
 font-weight: 600;
}



li.product:hover .cart_after {
	height: 34px;
	transition:.2s;
	text-indent: 1px;
	opacity: 1;
    position: absolute;
    font-size: 14px;
    right: 6px;
    top: 1px;
    width: 90px;
    border-radius: 50px;
    background-color: #e8f7f6;
    padding: 5px 10px;
    color: #1fb0a8;
    font-weight: 600;
}

li.product .button.add_to_cart_button::before,
li.product .add-to-cart-wrap .button::before{
	right: 5px;
    top: 1px;
    position: absolute;
	z-index: 1;
}




li.product:hover .button::before{
	background-image: linear-gradient(to bottom,#31c9c0,#1fb0a8);
}

li.product .add-to-cart-wrap .button::before{
	background-image: linear-gradient(to bottom,#31c9c0,#1fb0a8);
}

.columns-4-1-4 .products-1 .add_to_cart_button:before{
	position: static !important;
}

.electro-price del {
	display: block;
}

@media (min-width: 1200px){
	.owl-item>.product .price, .products>.product .price {
    font-size: 1.29em;
    line-height: 1em;
		font-weight:600;
}
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
   /* background-image: linear-gradient(to bottom,#31c9c0,#1fb0a8);*/
}

.owl-carousel .product .card-body{
	padding:0;
}

.columns-4-1-4 .products-1 .cart_after{
	
	display: none;
}

/*ads blocks*/
.da-block .da-media {
	margin: auto 10px;
}

/*rewiews*/

.review time {
	display: none;
}

/*wishlist*/
.wishlist-title.wishlist-title-with-form .show-title-form,
.wishlist-title,
.hidden-title-form,
.woocommerce-wishlist .entry-header,
.woocommerce-wishlist .product-name>.nobr{
	display:none;
}

/*locale switch*/
#menu-top-bar-left{
	opacity:0;
}

ul#menu-top-bar-left li{
	padding: 3px;
}

ul#menu-top-bar-left li a{
	padding: 3px;
	color:#aaa;
	font-weight:600;
}

ul#menu-top-bar-left li .active{
	border-bottom: 2px solid #1fb0a8;
	padding: 3px;
	color: #fff;
}

@media (min-width:1200px){
	#menu-item-8811-ru,
	#menu-item-8811-ua,
	#menu-item-8810-uk{
		display:none;
	}
}

.add-to-cart-wrap.show-in-mobile.added a.added{
	display: block;
}

.added_to_cart.wc-forward,
.cat-item.cat-item-499,
.cat-item.cat-item-499{
	display:none;
}

#menu-item-8810-uk a,
#menu-item-8811-ru a{
	display:block;
}

.off-canvas-navigation{
	background-color: #fff;
}

.off-canvas-navigation ul li a{
	color: #333;
    font-weight: 600;
	border-bottom: 1px solid #eee;
}

.off-canvas-navigation ul li a i{
	font-size: 20px;
    color: #20b0a8 ;
}

.off-canvas-navigation .locale_mobile{
	color: #20b0a8 ;
}

    .product-loop-header .woo_minqty{
        right: -5px;
        top: -5px;
    }

    ul.products .product .product-thumbnail{
        position: relative;
    }

ul.products[data-view=list-view].columns-4>li.product .product-loop-footer .button .cart_after{
	display:none;
}

#tab-accessories{
	margin-bottom:20px;
}















.product-status {
	font-weight: bold;
	display: flex;
	align-items: center;
	font-size: 14px;
	position: relative;
	padding-left: 30px;
}

.product-status::before {
	content: "";
	position: absolute;
	left: 0;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
}

.product-status.in-stock::before {
	background-image: url("/wp-content/themes/electro-child/assets/images/in-stock.svg");
}

.product-status.on-backorder::before {
	background-image: url("/wp-content/themes/electro-child/assets/images/on-backorder.svg");
}

.product-status.out-of-stock::before {
	background-image: url("/wp-content/themes/electro-child/assets/images/out-of-stock.svg");
}

.product-info-container {
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	/* max-width: 475px; */
}

.product-rating {
	font-weight: bold;
}

.product-rating::before {
	content: "\f005";
	font-family: "FontAwesome";
	font-size: 14px;
}

.product-id {
	font-size: 14px;
	cursor: pointer;
	color: #7a7a7c;
	position: relative;
}

.copy-icon {
	display: inline-block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
}

.copy-icon::before {
	content: "\f0c5";
	font-family: "FontAwesome";
	font-size: 14px;
	color: #9f9f9f;
}

.wishlist-overlay {
	position: absolute;
	right: 0px;
	transform: translateX(-50%);
	z-index: 10;
	line-height: 28px;
}
@media (min-width: 576px) {
	.wishlist-overlay {
		top: 20px;
	}
}
.wishlist-overlay .yith-wcwl-add-to-wishlist {
	background-color: transparent !important;
	padding: 0 3px !important;
}
.wishlist-overlay .yith-wcwl-add-to-wishlist {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0 8px;
	border: none;
	height: 28px;
	margin-top: 16px;
}
.wishlist-overlay .yith-wcwl-add-to-wishlist:hover {
	background-color: rgba(255, 255, 255, 1);
}

.woocommerce-product-gallery {
	position: relative;
}
.add_to_wishlist::before {
	margin-right: 1px !important;
	font-size: 30px;
}


.payment-icons-wrapper {
	display: flex;
	gap: 5px;
	margin-left: 10px;
}
.payment-icon {
	width: 75px;
	height: auto;
}
.pay-icons {
	padding: 8px 8px;
	background: #f0f4f5;
	border-radius: 15px;
}

.installment-icons-wrapper {
	display: flex;
	gap: 10px;
	margin-top: 10px;
	/* max-width: 475px; */
	justify-content: space-around;
	flex-direction: row;
}

.installment-icon {
	width: 90px;
	height: auto;
}

.bnk-icons {
	padding: 8px 8px;
	background: #f0f4f5;
	border-radius: 15px;
	flex: 1;
	display: flex;
	justify-content: center;
}

span.electro-price {
	font-family: "Cera Round Pro", "Trebuchet MS", Arial;
	font-weight: 700;
	line-height: 32px;
}

.cart-buttons {
	align-items: center;
}

.button-click, 
.chasti, 
.single_add_to_cart_button {
	height: 40px !important;
}

.chasti span.chasti-top {
	line-height: 1.2em;
}

/* .button::before, */
/* li.product .button::before { */
	/* background-color: #28bdb5 !important; */
/* } */

/* .button:hover::before, */
/* li.product .button:hover::before { */
	/* opacity: 0.8; */
/* } */


.woocommerce-cart .entry-content .woocommerce {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
}

.woocommerce-cart .entry-content .woocommerce form.woocommerce-cart-form {
	flex: 2;
}

.woocommerce-cart .entry-content .woocommerce .cart-collaterals {
	flex: 1;
	background: #f0f4f5;
	border-radius: 15px;
}

@media (min-width: 768px) {
	body .cart-collaterals .cart_totals {
		flex: 0 0 100%;
		max-width: 100% !important;
		margin-left: 0px !important;
	}
}

@media (min-width: 1480px) {
	.electro-wide.woocommerce-cart .site-content .container,
	.electro-wide.woocommerce-checkout .site-content .container {
		max-width: 1430px !important;
	}
}

.cart-collaterals {
	padding-top: 0em !important;
}

@media (max-width: 900px) {
	.woocommerce-cart .entry-content .woocommerce {
		flex-direction: column !important;
	}

	.woocommerce-cart .entry-content .woocommerce .cart-collaterals {
		width: 100% !important;
	}
}



table.cart .actions .wc-proceed-to-checkout {
	display: none !important;
}

.cart-collaterals .cart_totals .wc-proceed-to-checkout {
	display: flex !important;
	margin-bottom: 20px;
	flex-direction: row;
	justify-content: center;
}

table.cart .actions {
	padding-top: 3em !important;
}
.single_add_to_cart_button.button:focus::before, 
.single_add_to_cart_button.button:hover::before {
	background-color: transparent !important;
}
button.single_add_to_cart_button.button {
	transition: none !important;
	/* padding: 0px 20px; */
	width: 100%;
}
.vc_mobile button.single_add_to_cart_button.button {
	padding: 0.036em 0.434em;
}

.shipping-methods-list {
	margin-top: 20px;
}

.shipping-method-card {
	padding: 0px;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.shipping-method-name {
	line-height: 20px;
	max-width: 160px;
}

table.shipping-methods-table th /*, 
table.shipping-methods-table td*/ {
	text-align: center;
	padding: 8px 3px !important;
	vertical-align: middle;
}

table.shipping-methods-table th {
	border-bottom: 0px;
	background: #28bdb517;
}
.shipping-methods-table th, .shipping-methods-table td {
	min-width: 90px !important;
}
table.shipping-methods-table img {
    width: 24px;
    height: 24px;
}
table.shipping-methods-table td.name_method span {
    text-align: left;
}
.vc_mobile table.shipping-methods-table td.name_method span {
    text-align: center;
}
table.shipping-methods-table td {
    vertical-align: middle;
}	
table.shipping-methods-table {
	border: 1px solid #eee;
	font-family: "Cera Round Pro", "Trebuchet MS", Arial;
	font-size: 13px;
	margin-top: 30px;
	/* max-width: 475px; */
}	

td.name_method	{
	display: flex !important;
	flex-direction: row !important;
	justify-content: flex-start !important;
	gap: 10px;
	align-items: center !important;
	/*text-align: left !important;*/
}
table.shipping-methods-table td {
	text-align:center;
}
th.name_method {
    display: flex;
    justify-content: center;
}

#payment {
	padding: 20px 0px;
}
li.wc_payment_method.payment_method_cod {
	border-width: 2px !important;
	border-radius: 8px;
	cursor: pointer;
	border: 1px solid;
}
#payment .payment_methods li {
	border: 1px solid #ddd !important;
	padding: 10px !important;
	overflow: hidden;
}
.payment_box.payment_method_cod {
	border-radius: 0 0 0 0;
	font-size: 13px;
}
.wc_payment_methods {
	list-style: none;
	padding: 0;
}
.custom_payment_wrapper {
	font-size: 14px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.custom_payment_wrapper div {
	display: flex;
	align-items: center;
}
li.selected-method .custom_payment_wrapper span, 
#payment li:hover .custom_payment_wrapper span {
	color:#28bdb5 !important;
}
#payment .payment_methods li label {
	margin-left: 10px;
}
#payment .payment_methods li div.titleicon img {
	margin-right: 20px;
	margin-left: 10px;
}
/* #payment .payment_methods li .payment_box { */
	/* margin: 1.0em -1.387em -1.387em -1.387em !important; */
/* } */
.wc_payment_method {
	border: 2px solid #ddd;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
	transition: all 0.3s;
	cursor: pointer;
	background-color: #fff;
}
.wc_payment_method input[type="radio"] {
	display: none;
}
.wc_payment_method label {
	font-size: 16px;
	font-weight: 600;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.wc_payment_method .icon {
	margin-right: 10px;
	font-size: 18px;
}
.payment_box {
	display: none;
	padding: 10px;
	background: #f9f9f9;
	border-radius: 5px;
	margin-top: 10px;
}
.wc_payment_method.selected {
	border-color: #007bff;
	background: #f0f8ff;
}
#payment li .payment-icon {
	width: 24px;
	filter: grayscale(100%);
}
#payment li.selected-method .payment-icon, 
#payment li:hover .payment-icon {
	filter: grayscale(0%);
}

#payment .payment_methods li.selected-method {
	border: 1px solid #28bdb5 !important;
}

.selected-method .payment-icon {
	opacity: 1;
}

.payment-icon-after {width: 15px;}
.payment_method_wayforpay5 .payment-icon-after {width: 50px;}
/* .check_no_call { */
	/* padding: 1.387em; */
/* } */
span.woocommerce-input-wrapper {
    white-space: nowrap;
}
.custom-checkout-extras {
    width: 100%;
    /* margin-left: -15px; */
    /* margin-right: 15px; */
}
.payment_methods li.selected-method:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-right: 30px solid transparent;
	border-top: 30px solid #28bdb5;
	border-bottom-right-radius: 10px;
	left: -1px;
	top: 0px;
}
.payment_methods li.selected-method:after {
	content: "✔";
	font-size: 16px;
	color: white;
	position: absolute;
	top: -3px;
	left: 3px;
}
#payment .payment_methods li.selected-method {
	position: relative;
}
.woocommerce-checkout-review-order-table tbody>tr td {
	padding: .75rem 3px;
}
.zen-ui-select__value {
	height: 44px;
	border-radius: 50px;
}
.woocommerce-shipping-methods label {
	display: flex !important;
	align-items: center;
	gap: 8px;
}
/*#
payment .payment_methods li input, 
#payment .payment_methods li label {
	display: contents;
}
*/

#payment .place-order .button {
	font-size: 1.35em;
}
.woocommerce-additional-fields {
	display: none;
}
.check_no_call p {
	margin-bottom: 10px;
}
.check_no_call label{
	font-weight: 500 !important;
}

.order_comments_link {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 10px;
}
div#order-comments-field textarea {
	background: #ffffff;
}
.bank-icon.payment_method_wayforpay5 span {
	margin-left: 2px;
}
input#no_call_needed {
	font-size: 16px;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	margin-left: -19px;
	position: relative;
}
.check_no_call label {
	display: flex !important;
	align-items: center;
}
#shipping_method li label>span {
    position: inherit !important;
}
.hidden-label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}
#order-comments-field {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	border-radius: 5px;
	display: none;
}

#order-comments-field {
    padding: 0px !important;
    border: 0px solid #ddd !important;
}
.woocommerce-additional-fields textarea {
    background: #ffffff;
}
.woocommerce-cart ul#shipping_method li {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
	line-height: 30px;
    height: 30px !important;
}

.woocommerce-cart ul#shipping_method li label{
    margin-bottom: 0px !important;
}

.woocommerce-cart ul#shipping_method li label img{
    display: none;
}
.woocommerce-cart .button, .woocommerce-checkout .woocommerce-cart button {
    padding: 1.036em 0em !important;
}
.price-and-icons-wrapper {
    margin-bottom: 6px;
}
@media (max-width: 600px) {
	.woocommerce-checkout .entry-header h1 {
		font-size: 1.786em !important;
	}
}
@media (max-width: 470px) {
	#payment .place-order .button {
		font-size: 14px;
	}	
}
#payment .payment_methods li>.input-radio {
    display: none !important;
}
button.single_add_to_cart_button.button.alt {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
	justify-content: center;
}

/* Mob Header */
div.mobile-header-v2.stuck .mobile-header-v2-inner .header-logo, 
div.mobile-header-v2.stuck li.wishlist, 
div.mobile-header-v2.stuck .handheld-header-links li.search > a,
div.mobile-header-v2.stuck div.mobile-header-v2-inner > div.site-search {
    display: none !important;
}

div.mobile-header-v2.stuck .handheld-header-links > ul > li.search,
div.mobile-header-v2.stuck .handheld-header-links > ul > li.search .site-search {
    display: block !important;
	width: 100%;
}

div.mobile-header-v2.stuck .site-search {
    margin-bottom: 0px !important;
}

div.mobile-header-v2.stuck .mobile-handheld-department {
    display: none;
}

div.mobile-header-v2.stuck .site-search {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

div.mobile-header-v2.stuck .mobile-header-v2-inner .handheld-header-links>ul {
    /*justify-content: center !important;*/
}
div.mobile-header-v2.stuck .mobile-header-v2-inner .off-canvas-navigation-wrapper {
	max-width: 50px !important;
    flex: 0 0 50px !important;
	padding-left: 7px !important;
}

div.mobile-header-v2.stuck .mobile-header-v2-inner .handheld-header-links .cart {
	flex: 0 0 30px !important;
}
div.mobile-header-v2.stuck .mobile-header-v2-inner {
    padding: 2px 0 8px !important;
}
/* Mob Header */

.product .cart-buttons button.single_add_to_cart_button.button.alt {
    justify-content: center !important;
}
h3#order_review_heading_v2 {
    padding-bottom: 0em !important;
    margin-bottom: 0em !important;
}

.handheld-footer-bar {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}




.handheld-footer .handheld-footer-bar {
    background-color: #28282c !important;
}

div.copyright-barv2 {
    background: #28282c;
    color: #fff;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin: 0px;
    bottom: 0px;
    align-content: center;
}

.paymentv2 {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .copyright-barv2 {
        display: none !important;
    }
}

.electro-description img,
.custom-product-description img {
    border-radius: 25px !important;
}

.electro-description iframe,
.custom-product-description iframe {
    max-width: 100%;
    aspect-ratio: 16 / 9;
    width: 100% !important;
    height: auto !important;
}


/* .handheld-footer-bar .footer-call-us .call-us-number small { */
    /* display: flex; */
    /* flex-direction: row; */
    /* justify-content: space-between; */
/* } */

/* .handheld-footer .handheld-footer-bar .footer-call-us .call-us-number { */
    /* font-size: 20px; */
    /* color: #fff; */
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: flex-start; */
/* } */

/* .handheld-footer-bar .working-hours, */
/* .handheld-footer-bar .weekend-hours { */
    /* display: flex; */
    /* justify-content: space-between; */
    /* width: 100%; */
	/* font-size: 11px; */
/* } */

/* .handheld-footer-bar .working-hours span, */
/* .handheld-footer-bar .weekend-hours span { */
    /* display: inline-block; */
/* } */

/* .handheld-footer-bar .working-days, .weekend-days { */
    /* text-align: left; */
/* } */

/* .handheld-footer-bar .working-time, .weekend-time { */
    /* text-align: right; */
/* } */
/* span.call-us-number a { */
    /* display: block; */
/* } */
/* .working-hours, */
/* .weekend-hours { */
    /* display: flex; */
    /* justify-content: space-between; */
    /* max-width: 200px; */
	/* font-size: 14px; */
/* } */

div#tab-accessories .payment-reiting-container,
div#tab-accessories .shipping-day-category {
	display:none !important;
}






ul.products.columns-4 > li.product {
    border: 1px solid #eee;
}

.product-loop-footer.product-item__footer {
    margin-top: 10px;
    margin-bottom: 0px !important;
}

.product-thumbnail .product-rating {
    font-size: .857em;
    display: inline-block;
    text-align: center;
    line-height: 2em;
    padding: 0 5px;
    min-width: 39px;
    border-radius: 5px;
    background-color: #ffffff;
    font-weight: 700;
    margin: 0;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #fa7713 !important;
}

.product-rating.no-rating {
    color: #7a7a7c !important;
}

.product-thumbnail .payment-reiting-container .product-rating {
    position: absolute;
    bottom: 5px;
    right: -15px;
    margin-bottom: 0px !important;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 5px;
}

.price-add-to-cart {
    padding: 0 10px;
}

.owl-item > .product .hover-area,
.owl-item > .product:hover .hover-area,
.products > .product .hover-area,
.products > .product:hover .hover-area {
    display: none !important;
}

.owl-item > .product .product-inner,
.products > .product .product-inner {
    padding: 0px !important;
}

span.loop-product-categories {
    display: none !important;
}

h2.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
    margin: 10px 5px 0 5px;
}

.owl-item > .product .product-thumbnail,
.products > .product .product-thumbnail {
    margin-bottom: 0px !important;
}

.payment-reiting-container .payment-icons-container {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: left;
    line-height: 35px;
    display: flex;
    gap: 3px;
}

.payment-reiting-container .payment-icon-group {
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.payment-reiting-container .payment-icon-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    min-width: 40px;
    border: 1px solid #eee;
    margin: 3px 0;
    height: 30px;
    border-radius: 15px;
    opacity: 0.5;
}

.payment-reiting-container .payment-icon-wrapper:hover {
    opacity: 1;
    cursor: default;
}

.payment-reiting-container .payment-icon {
    width: 15px !important;
    height: auto;
    filter: grayscale(100%);
}

.payment-reiting-container .payment-icon-wrapper:hover .payment-icon {
    filter: grayscale(0%);
}

.payment-reiting-container .after-number {
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.products > .product .onsale {
    top: 5px !important;
    left: 5px !important;
}

.product-thumbnail {
    position: relative;
}

.shipping-day-category {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.shipping-day-category p {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    margin-left: 15px;
    color: #333;
    font-size: 12px;
}

.shipping-day-category p::before {
    content: "";
    position: absolute;
    left: -15px;
    width: 10px;
    height: 10px;
    background-color: #28bdb5;
    border-radius: 50%;
}

.shipping-day-category p span {
    margin-left: 5px;
    text-transform: lowercase;
}

.handheld-footer .handheld-footer-bar {
    background-color: #28282c !important;
}

div.copyright-barv2 {
    background: #28282c;
    color: #fff;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin: 0px;
    bottom: 0px;
    align-content: center;
}

@media (min-width: 992px) {
    .copyright-barv2 {
        display: none !important;
    }
}

.electro-description img {
    border-radius: 25px !important;
}

.electro-description iframe {
    max-width: 100%;
    aspect-ratio: 16 / 9;
    width: 100% !important;
    height: auto !important;
}

ul.products[data-view=grid-extended] > li.product .product-sku {
    display: none;
}

ul.products[data-view=grid-extended] > li.product .product-short-description {
    padding: 0 10px;
    margin-bottom: 2em important;
}

span.electro-price {
    line-height: normal !important;
}

ul.products[data-view=list-view-small] > li.product .product-ratings-container {
    display: flex;
    position: relative;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    height: 20px;
}

ul.products[data-view=list-view-small] > li.product .product-ratings-container .product-rating {
    left: 0px !important;
    text-align: left;
}

ul.products[data-view=grid-extended] > li.product .product-loop-body div.product-rating,
ul.products[data-view=list-view] > li.product .product-loop-body div.product-rating,
ul.products[data-view=list-view-small] > li.product .product-loop-header div.product-rating {
    display: none !important;
}

.archive li.product .product-short-description ul {
    list-style: none;
    padding-left: 0px !important;
}

.product-loop-footer.product-item__footer span.onsale {
    display: none !important;
}

div.product-thumbnail > div.product-discount {
    position: absolute;
}






.credit-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
    flex-wrap: nowrap;
}
.credit-item-left {
	display: flex;
    width: 57%;
	justify-content: space-between;
}

.credit-item-right {
    display: flex;
    margin-left: auto;
}
.credit-bank {
    display: flex;
}
.credit-bank-logo {
    width: 24px;
    height: 24px;
}
.credit-bank-title {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.bank-title {
	font-weight: 600;
    font-size: 14px;
	margin-top: -7px;
}
.bank-minprice {
	font-size: 13px;
}
.bank-payment {
	font-size: 13px;
}
.credit-select select {
    height: 40px;
    border-radius: 50px;
    padding: 0px 20px 0px 15px;
    background-size: 20px;
	min-width: 130px;
	border: 1px solid #eee;
    background: #eee;
}

.credit-select select:focus-visible {
    border: 1px solid #b2b0b0;
}

.credit-price {
    font-size: 18px;
    line-height: 40px;
    margin-right: 20px;
}

.credit-button button {
	padding: 0px 20px !important;
    line-height: 40px !important;
}
.credit-button button.credit-apply {
	background:#28bdb5;
	color: #fff;
    font-weight: 700;
    font-size: 1em;
}
.credit-button button.credit-apply:hover {
	background:#000;
}

.credit-popup {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
    background: rgba(2, 0, 29, .2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	display: none;
	align-items: flex-start;
	justify-content: center;
	z-index: 1000;
	overflow-y: auto;
}
.credit-popup.open {
	display: flex;
}
.credit-popup-content {
	background: #fff;
	padding: 20px;
	border-radius: 35px;
	position: relative;
	min-width: 300px;
	overflow-y: auto;
	margin-top: 100px;
	margin-bottom: 100px;
}
.credit-popup-content {
	width: 800px;
}
.oneclick-content {
    padding: 30px 0;
}
.oneclick-content .one-click-area {
    padding: 6px 0px 10px !important;
}
.popup-title {
	font-size: 18px;
	font-weight: bold;
}
.close-popup-cpc {
	width: 20px;
	right: 40px;
	top: 32px;
	cursor: pointer;
}
.credit-list {
	margin-top: 15px;
}
.credit-item {
	display: flex;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgb(237, 239, 242);
}
.credit-item:last-child {
	padding-bottom: 0px;
	border-bottom: none;
}
.credit-bank {
	display: flex;
}
.credit-price {
	font-weight: bold;
}
		
@media (max-width: 700px) {
    .credit-popup-content {
		width: 400px;
	}
	.credit-item {
		flex-direction: column;
	}
	.credit-item-left {
		width: 100%;
		flex-direction: column;
	}
	.credit-select {
		margin-top: 10px;
	}
	.credit-select select {
		width: 100%;
	}
	.credit-item-right {
		margin-left: inherit;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-around;
		margin-top: 10px;
	}
}

.chasti {
    cursor: pointer;
}
.cart-buttons .chasti:hover,
.cart-buttons span:hover.button-click {
    border-color: #28bdb5;
}

.woocommerce-checkout #shipping_method li label {
    height: 52px;
}
@media (max-width: 1199px) {
	.ec-shopping-bag:before {
		width: 30px !important;
		height: 30px !important;
		filter: brightness(1);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}
	.ec-favorites:before {
		color: #fff;
	}
	handheld-header-v2 .handheld-header-links .cart .count, .mobile-header-v1 .handheld-header-links .cart .count, .mobile-header-v2-inner .handheld-header-links .cart .count {
		top: 15px;
		left: 20px;
	}
}

.accessories .product-thumbnail .product-rating {
    display: none !important;
}


/* pickup-store */
select#pickup-store-select {
    background-color: #fff;
    font-size: 1em;
    line-height: 1.286em;
    border: 1px solid #ddd;
    width: 100%;
    padding: 8px 18px;
    height: 44px;
    border-radius: 50px;
}

div#pickup-store-info {
    padding: 5px 20px 20px 20px;
}

div#pickup-store-info h5 {
    border-bottom: 1px solid #aaabab;
    line-height: 40px;
    font-weight: 600;
}

.pickup-store {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
@media (max-width: 460px) {
	.pickup-store {flex-direction: column !important;}
	.pickup-store-left {
		width: 100% !important;
	}
}


.pickup-store-left {
    display: flex;
    flex-direction: column;
    width: 50%;
}
/* pickup-store */








.mobile-header-v2 .site-search {
    margin-bottom: 10px !important;
}

.mobile-header-v2-inner {
    padding: 11px 0 0px !important;
}


.sticky-wrapper {
    z-index: 100;
    position: relative;
}


.custom-product-tabs-header {
    background: #1f1f22;
    padding: 5px 25px;
    margin-top: -3px;
    z-index: 2;
    position: relative;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 0px;
    display: flex;
    gap: 10px;
    margin-bottom: 0px;
    position: relative;
    z-index: 99;
    transition: top 0.3s ease-in-out;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.custom-product-tabs-header a {
    color: #ffffff;
    display: inline-block;
    padding: 0px 5px;
}
.custom-product-tabs-header a.active {
    color: #25b2aa;
}
@media (min-width: 1200px) {
.custom-product-tabs-header {
    background: #ffffff;
}
.custom-product-tabs-header a {
    color: #28bdb5;
}
.container.hidden-lg-down {
    position: relative;
    z-index: 233;
}
.custom-product-tabs-header a.active {
    border-bottom: 2px solid #28bdb5 !important;
}
}


@media (min-width: 1200px) {
.mobile-header-v2.handheld-stick-this {
    position: relative;
    z-index: 233;
}
}

.custom-product-tabs-header a.active {
    border-bottom: 2px solid #fff;
}


.summary.entry-summary {
    margin-bottom: 10px !important;
}

.mobile-handheld-department {
    display: none !important;
}

.off-canvas-navigation {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}







.wpbp-carousel-container.owl-carousel.owl-theme.owl-loaded.owl-drag {
    /* background: #000; */
	padding: 20px 0px;
}

.wpbp-carousel-container .owl-item>.product {
    /* border-bottom: 0px solid #eaeaea; */
}

.wpbp-carousel-container .owl-item>.product::after {
    border-right: 0px solid #eaeaea;
}

.wpbp-carousel-container .owl-item>.product:hover .product-inner {
	    position: relative;
        box-shadow: none;
}
.wpbp-carousel-container .item.product {
    background: #ffffff;
    border-radius: 25px;
    padding: 10px;
	box-shadow: 0 4px 16px 0 transparent;
	border: 1px solid #e7e7e7;
}
.wpbp-carousel-container .item.product:hover {
    /* box-shadow: 0 0 6px 0 rgba(1, 1, 1, .3); */
	box-shadow: 0 4px 16px 0 rgba(47, 45, 64, .1);
	transition: all 250ms ease-in-out;
}

.wpbp-carousel-container .owl-item>.product .onsale {
    top: 5px;
	left: 5px;
    z-index: 99;
}

.wpbp-carousel-container .product-thumbnail .product-rating {
	z-index: 99;
	}
	
	
	

.wpbp-carousel-container.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.wpbp-carousel-container.owl-carousel .owl-stage .owl-item {
  display: flex;
  align-items: stretch;
	min-width: 160px;
}

.wpbp-carousel-container.owl-carousel .owl-item .item.product {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wpbp-carousel-container .item.product.wpbp-banner-item {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.wpbp-carousel-container .item.product.wpbp-banner-item a {
  position: relative;
  display: flex;
  flex: 1;
  overflow: hidden;
}

.wpbp-carousel-container .item.product.wpbp-banner-item a img {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}







.wpbp-carousel-container .owl-item>.product:hover .product-inner {
	background-color: transparent;
}

.wpbp-carousel-container .item.product.wpbp-banner-item:hover a img {
	/* width: 105% !important; */
	/* max-width: 110% !important; */
	transition: all 250ms ease-in-out;
	transform: scale(1.1);
}
.wpbp-carousel-container .item.product.wpbp-banner-item a img {
	transition: all 250ms ease-in-out;
}


.wpbp-block-title {
    display: flex;
    gap: 20px;
    align-items: center;
}

.wpbp-block-title h2 {
    margin-bottom: 0px !important;
	font-size: 24px;
}
.wpbp-block-title a {
	font-size:15px;
    margin-top: 3px;
}
.wpbp-block-title a:after {
    content: "\f101";
    font-family: "FontAwesome";
    margin-left: 7px;
    font-weight: 600;
}

.wpbp-carousel-container .payment-reiting-container .payment-icon {
    filter: grayscale(0%) !important;
}

.wpbp-carousel-container .payment-reiting-container .payment-icon-wrapper {
    opacity: 0.8 !important;
}



.wpbp-carousel-container .banner-overlay {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.wpbp-carousel-container .corner {
  position: absolute;
  width: 100%;
  pointer-events: auto;
}

.wpbp-carousel-container .corner-top {
  top: 20px;
  left: 0;
}
.wpbp-carousel-container .corner-middle {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.wpbp-carousel-container .corner-bottom {
  bottom: 10px;
  left: 0;
}

.wpbp-carousel-container .corner-items {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.wpbp-carousel-container .align-left {
  text-align: left;
}
.wpbp-carousel-container .align-center {
  text-align: center;
}
.wpbp-carousel-container .align-right {
  text-align: right;
}


.wpbp-carousel-container .banner-overlay,
.wpbp-carousel-container .corner-top, .wpbp-carousel-container .corner-middle, .wpbp-carousel-container .corner-bottom,
.wpbp-carousel-container .corner-items,
.wpbp-carousel-container .banner-title,
.wpbp-carousel-container .banner-slogan,
.wpbp-carousel-container .banner-button
{
	pointer-events: none;
}
.wpbp-carousel-container .banner-button a {
	pointer-events: auto !important;
}


.wpbp-carousel-container .banner-title,
.wpbp-carousel-container .banner-slogan,
.wpbp-carousel-container .banner-button {
	padding: 0 15px;
	font-family: "SF Pro Display", sans-serif;
	color: #fff;
}
.wpbp-carousel-container .banner-title {
    font-size: 16px;
    font-weight: 600;
}
.wpbp-carousel-container .banner-slogan {
    line-height: 28px;
    font-size: 22px;
}

.wpbp-carousel-container .banner-overlay .banner-button a {
    display: inline-block !important;
    color: #fff;
    background: #28bdb5;
    padding: 0 10px;
    border-radius: 25px;
    text-align: center;
    line-height: 30px;
    min-width: 80px;
    padding-right: 25px;
}
.banner-overlay .banner-button a:hover {
	opacity: 0.8;
}
.wpbp-carousel-container .banner-overlay .banner-button a:after {
    content: "\f101";
    font-family: "FontAwesome";
    margin-left: 10px;
    font-weight: 600;
    color: #fff;
    position: absolute;
}

.wpbp-carousel-container .corner-top .banner-button.align-left {
    margin-top: 20px;
}



.wpbp-carousel-container.owl-carousel .owl-nav div.owl-prev,
.wpbp-carousel-container.owl-carousel .owl-nav div.owl-next {
	width: 45px;
    height: 45px;
    /*background: #fff;*/
    display: block;
    border-radius: 50%;
    opacity: 1;
	/*box-shadow: 0 4px 15px 0 rgb(34 34 35 / 21%);*/
}

.wpbp-carousel-container.owl-carousel .owl-nav div.owl-prev {
    left: 5px;
}
.wpbp-carousel-container.owl-carousel .owl-nav div.owl-next {
    right: 5px;
}


.wpbp-carousel-container.owl-carousel .owl-nav .owl-next, 
.wpbp-carousel-container.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 0px);
    transform: translateY(-50%);
    z-index: 9999;
}

.wpbp-carousel-container.owl-carousel .owl-nav .owl-prev {
    left: -17px;
}
.wpbp-carousel-container.owl-carousel .owl-nav .owl-next {
    right: -17px;
}

/* .handheld-footer .handheld-footer-bar .footer-call-us { */
    /* text-align: center; */
/* } */

.wpbp-carousel-container .owl-prev.disabled,
.wpbp-carousel-container .owl-next.disabled{
    display: none !important;
}

/* .wpbp-carousel-container .owl-item>.product .button.add_to_cart_button::before { */
        /* padding: 12px 11.08px !important; */
/* } */

.yith-wcwl-add-button a span {
    display: none;
}

div.mobile-header-v2.stuck .handheld-header-links > ul > li.search:nth-child(1) {
    display: none !important;
}

.chasti {
    /* cursor: pointer; */
    /* line-height: 18px; */
    /* border: 1px solid #5e5e5e; */
    /* display: inline-block; */
    /* border-radius: 20px; */
    /* padding: 0 25px; */
	/* background-color: #efecec; */
}

/* .chasti { */
    /* cursor: pointer; */
    /* border: 1px solid #5e5e5e; */
    /* border-radius: 20px; */
    /* background-color: #efecec; */
    /* padding: 0 25px; */
    /* width: 170px; */
    /* margin: 10px auto 0 auto; */
    /* line-height: 40px; */
    /* text-align: center; */
	
/* } */
/* .chasti:hover { */
    /* color: #fff; */
    /* background-color: #000; */
/* } */

button.single_add_to_cart_button.button.alt.add_to_cart_button {
    background-color: #20b0a7;
}

button.single_add_to_cart_button.button.alt.add_to_cart_button:hover {
    background-color: #000000;
}

.menu-goo {
    left: 10px;
	bottom: 70px !important;
}
.menu-open:checked ~ .menu-item-goo:after {
    left: 70px !important;
}
.yith-wcwl-add-button a {
    color: #20b0a8 !important;
}

.single-product-wrapper span.old-price {
    position: absolute !important;
    margin: -45px 0px 0px 5px !important;
}
/* form.cart { */
    /* width: 100%; */
/* } */





.oneclick-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
}
.oneclick-modal-content {
    background: #fff;
    padding: 20px;
    max-width: 500px;
    width: 90%;
    position: relative;
    border-radius: 8px;
}
.oneclick-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    cursor: pointer;
}




form.cart {
    display: flex;
    justify-content: space-between;
    /* gap: 15px; */
	/* justify-content: flex-end; */
	flex: 1;
}
span.button-click {
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
    height: 40px !important;
    display: flex;
    border: 1px solid #bebebe;
    border-radius: 20px;
    cursor: pointer;
    min-width: 70px;
	flex: 1;
}

span.button-click:hover,
.chasti:hover {
	border: 1px solid #20b0a7;
}


.buttons-cont {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

.single-product .price {
    font-size: 2.2em;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}
.popup-click {
	position: fixed;
    background: rgba(2, 0, 29, .2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
	left: 0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1000000;
	display: flex;
    justify-content: center;
    align-items: center;
}

body.active-popup {
	overflow:hidden;
}

.popup-click form {
	background: #fff;
	padding: 40px 40px;
	padding-bottom: 60px;
	border-radius: 12px;
	display:flex;
	flex-flow: column;
	max-width: 475px;
	position: relative;
}

.popup-click .close-popup {
	position: absolute;
	width: 20px;
	right: 40px;
	top: 32px;
	cursor:pointer;
}

.popup-click input::placeholder {
	font-weight: 400;
}

.popup-click input {
	font-weight: 400;
}

.my-account {
	display:none;
}

.single-product .added_to_cart {
	position: absolute;
	bottom: -28px;
}

.popup-click label {
	margin:0;
	margin-top: 20px;
}

.popup-click input {
	width: 100%;
}

.popup-click button {
	width: 80px;
    position: absolute;
    bottom: 60px;
    right: 40px;
    height: 44px;
}





.chasti {
    display: flex;
    flex-flow: column;
    border: 1px solid #bebebe;
    border-radius: 20px;
    /* padding: 2px 30px; */
    text-align: center;
    justify-content: center;
    /* width: 100%; */
	min-width: 125px;
	flex: 1;
}
.button-line {
    display: flex;
    gap: 5px;
    margin-top: 10px;
}
.chasti span.chasti-top {
    line-height: 1.2em;
}

.chasti-top {
    font-size: 14px;
}

.cena {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

    .single-product .cart {
        margin-bottom: 0em;
    }

div#store-info {
    text-align: center;
}



div.mobcontact {
    /* padding: 0 1.387em; */
	padding: 10px;
    margin-top: 50px;
    margin-bottom: 360px;
    text-align: center;
}

.support, .support a {
    color: #000;
}
.sup_header {
    display: flex;
    justify-content: space-between;
}
p.sup_title {
    font-weight: 800;
}
.sup_phones {
    display: flex;
    justify-content: space-between;
}

.sup_phones a {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #53575d;
}
/* div.mobcontact a {color: #fff;} */
/* div.mobcontact a:hover {opacity: 0.8;} */

button.single_add_to_cart_button.button.alt {
    background: #20b0a8;
}
button.single_add_to_cart_button.button.alt:hover {
    background: #000;
}

.custom-checkout-extras {
    /* display: flex; */
}
.coupon_toggle_link {
    display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 20px;
}
/* .form-row.coupon { */
    /* display: flex; */
    /* flex-wrap: nowrap; */
    /* flex-direction: column; */

/* } */


form.woocommerce-coupon-fields input#coupon_code {
    height: 40px;
}

form.woocommerce-coupon-fields button.button {
    height: 40px !important;
    padding: 0 !important;
    font-size: 14px !important;
    white-space: normal !important;
}
.form-row {
    margin-bottom: 0px !important;
}
.befbutcont {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5px;
}


.section-onsale-product .savings {
    z-index: 9;
}

.woocommerce-billing-fields .form-row {
    padding-bottom: 20px;
}

.woocommerce-shipping__content_form {
    padding-top: 20px !important;
}
/* @media (max-width: 445px) { */
/* .befbutcont { */
    /* flex-direction: column !important; */
/* } */
/* .coupon_toggle_link { */
    /* justify-content: center !important; */
/* } */
/* } */
/* .woocommerce-coupon-fields p.form-row.form-row-first { */
    /* width: 100%; */
/* } */

/* .woocommerce-coupon-fields p.form-row.form-row-first input#coupon_code { */
    /* width: 100%; */
	/* height: 40px; */
	/* border-radius: 20px !important; */
/* } */

/* .woocommerce-coupon-fields p.form-row.form-row-last { */
    /* width: 100%; */
/* } */

/* form.woocommerce-coupon-fields button.button { */
    /* width: 100%; */
    /* font-size: 15px !important; */
    /* line-height: 40px !important; */
    /* padding: 0px !important; */
	/* border-radius: 20px !important; */
	/* white-space: normal !important; */
/* } */
/* form.checkout_coupon.woocommerce-form-coupon.woocommerce-coupon-fields { */
	/* display: none; */

/* } */
/* form.checkout_coupon button[name="apply_coupon"] { */
    /* writing-mode: horizontal-tb !important; */
    /* transform: none !important; */
    /* height: auto !important; */
    /* white-space: nowrap !important; */
    /* padding: 0.5em 1.2em !important; */
    /* font-size: 14px; */
    /* border-radius: 4px; */
    /* display: inline-block; */
/* } */

/* a.showcoupon { */
    /* white-space: nowrap; */
/* } */



a.cod-btn,
a.cod-btn:link,
a.cod-btn:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-size: .875rem;
    font-weight: 700;
    border-radius: 1.571em;
    padding: 1.036em 2.134em;

    border: 0;
    text-decoration: none;

    color: #333e48 !important;
    background-color: #efecec !important;
    transition: all .2s ease-in-out;

    white-space: nowrap;
    max-width: 200px;
}

/* Ховер / актив */
a.cod-btn:hover,
a.cod-btn:active {
    text-decoration: none;
    filter: brightness(0.95);
}

/* На странице оплаты – на всю ширину */
#payment .place-order a.cod-btn {
    width: 100%;
    font-size: 1.387em;
	min-width: 90px;
}


#cod_check_code {
	border-radius: 25px;
	font-weight: 700;
	padding: 2px;
	line-height: 30px;
	height: 45px;
	align-content: center;
	max-width: 200px;
	text-align: center;
	white-space: nowrap !important;
}

#cod_check_code.cod-disabled {
	background-color: #e3dede !important;
	color: #9a9a9a !important;
	cursor: default;
	pointer-events: none;
}

#cod_check_code.cod-active {
	background-color: #1fb0a8 !important;
	color: #ffffff !important;
	cursor: pointer;
	pointer-events: auto;
}

















.mobile-header-v2-inner ul.columns-4 li {
    width: 40px;
    text-align: center;
}



.mobile-header-v2-inner .handheld-header-links>ul li+li {
    margin-left: 0px !important;
}



.mobile-header-top-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
	padding-right: 15px;
    padding-left: 15px;
}
.mobile-header-bottom-wrapper {
    width: 100%;
}
.header-logo {
    display: flex;
    align-items: center;
}

.mobile-header-v2-inner .off-canvas-navigation-wrapper {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.navbar-toggler {
    padding: 0.5rem 0rem !important;
}
.mobile-header-v2-inner .off-canvas-navigation-wrapper {
    max-width: none !important;
    flex: unset !important;
}






.mobile-header-v2-inner .mobile-header-top-wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
	gap: 15px;
	margin-bottom: 6px;
}

.mobile-header-v2-inner .header-logo img {
    margin-top: 2px;
}

.mobile-header-v2-inner .mobile-header-top-wrapper .off-canvas-navigation-wrapper {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    
}

.mobile-header-v2-inner .mobile-header-top-wrapper .header-logo {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 140px !important;
    margin-right: auto !important;
}



.mobile-header-v2-inner .mobile-header-top-wrapper .handheld-header-links {
    flex: 0 0 auto !important;
    width: auto !important;
}

.mobile-header-v2-inner .mobile-header-top-wrapper .handheld-header-links ul {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
	gap: 15px;
}

.mobile-header-v2-inner .mobile-header-top-wrapper .handheld-header-links ul li {
    float: none !important;
    width: 30px;
    margin: auto;
    padding: 0px;
}

.off-canvas-navbar-toggle-buttons.clearfix {
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
}

.mobile-header-v2-inner .handheld-header-links>ul li>a {
    width: 30px !important;
}

.mobile-header-v2-inner .handheld-header-links {
    padding-right: 8px;
}











.mobile-header-v2.stuck .mobile-header-top-wrapper,
.mobile-header-v2.stuck .mobile-header-bottom-wrapper {
    display: contents !important;
}

.mobile-header-v2.stuck .mobile-header-v2-inner {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    padding: 6px 15px !important;
}

.mobile-header-v2.stuck .header-logo,
.mobile-header-v2.stuck .mobile-handheld-department,
.mobile-header-v2.stuck .handheld-header-links li:not(.cart) {
    display: none !important;
}

.mobile-header-v2.stuck .off-canvas-navigation-wrapper {
    order: 1 !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
}

.mobile-header-v2.stuck .site-search {
    order: 2 !important;
    flex: 1 1 auto !important;
    margin: 0 !important;
    width: auto !important;
}

.mobile-header-v2.stuck .site-search form {
    margin: 0 !important;
}
.mobile-header-v2.stuck .site-search input[type="search"],
.mobile-header-v2.stuck .site-search .tt-input {
    height: 36px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-radius: 4px !important;
}

.mobile-header-v2.stuck .handheld-header-links {
    order: 3 !important;
    flex: 0 0 auto !important;
    padding: 0 !important;
    margin-right: 12px !important;
}







.mobile-header-v2-inner .handheld-header-links li.phone-contact {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px !important;
}

.mobile-header-v2-inner .handheld-header-links li.phone-contact a.header-phone-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px !important;
    height: 30px !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.mobile-header-v2-inner .handheld-header-links li.phone-contact a.header-phone-link i {
    font-family: "Font Awesome 5 Free", "FontAwesome", sans-serif !important;
    font-weight: 900 !important;
    font-size: 20px !important;
    color: #ffffff !important;
}

.phone-dropdown-panel {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    right: -10px;
    width: 220px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    padding: 15px;
    z-index: 999999 !important;
    border: 1px solid #eeeeee;
    filter: drop-shadow(0 2px 13px rgba(0, 0, 0, .4));
}

.phone-dropdown-panel.show {
    display: block !important;
    animation: fadeInDownShort 0.2s ease-out;
}

@keyframes fadeInDownShort {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.phone-dropdown-close {
    position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    font-size: 22px;
    color: #888888;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}

.phone-dropdown-close:hover {
    color: #000000;
}

.phone-dropdown-body {
    color: #333333;
    font-size: 14px;
}

















.mobile-header-v2-inner .handheld-header-links ul.contacts-phones-list {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1px !important;
    margin: 15px 0 !important;
    padding: 0 !important;
    width: 100% !important;
	text-align: center;
}

.mobile-header-v2-inner .handheld-header-links ul.contacts-phones-list li.contacts-phone-item {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mobile-header-v2-inner .handheld-header-links .custom-contacts-widget .contacts-phone-text {
    color: #000000 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}




.mobile-header-v2-inner .handheld-header-links .custom-contacts-widget a.contacts-phone-link {
	color: #545454 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.mobile-header-v2-inner .handheld-header-links .custom-contacts-widget {
    color: #999 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    line-height: 15px;
    margin-bottom: 15px;
}



.mobile-header-v2-inner .handheld-header-links .custom-contacts-widget a.contacts-phone-link:hover {
    color: #444444 !important;
}

.mobile-header-v2-inner .handheld-header-links .custom-contacts-widget a.contacts-phone-link {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
	line-height: 30px;
}

.mobile-header-v2-inner .handheld-header-links .custom-contacts-widget li.contacts-phone-item {
    width: 100% !important;
    display: block !important;
}


.custom-contacts-widget .contacts-top-text,
.custom-contacts-widget .contacts-working-hours {
    text-align: center;
}













.mobile-header-v2-inner .handheld-header-links .custom-contacts-widget ul.contacts-socials-list {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 15px !important;
    margin: 15px 0 0 0 !important;
    padding: 0 !important;
    list-style: none !important;
    justify-content: center;
    height: 40px;
}

.mobile-header-v2-inner .handheld-header-links .custom-contacts-widget ul.contacts-socials-list li {
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    display: inline-block !important;
}

.mobile-header-v2-inner .handheld-header-links .custom-contacts-widget ul.contacts-socials-list a.contacts-social-item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px !important;
    height: 30px !important;
    text-decoration: none !important;
}

.mobile-header-v2-inner .handheld-header-links .custom-contacts-widget ul.contacts-socials-list a.contacts-social-item i {
    font-family: "Font Awesome 5 Brands", "FontAwesome" !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 40px !important;
    color: #333333 !important;
    display: inline-block !important;
}

.contacts-social-item .fa-telegram:before {
    color: #08c;
}

.mobile-header-v2-inner .handheld-header-links .custom-contacts-widget ul.contacts-phones-list li.contacts-phone-item {
    position: relative !important;
    padding-bottom: 1px !important;
    /* margin-bottom: 6px !important; */
}

.mobile-header-v2-inner .handheld-header-links .custom-contacts-widget ul.contacts-phones-list li.contacts-phone-item:not(:last-child)::after {
    content: "" !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 20% !important;
    width: 60% !important;
    height: 1px !important;
    background-color: #eeeeee !important;
    display: block !important;
}

.handheld-header-links li.search {
    display: none !important;
}