/*!
Theme Name: Imba Market
Theme URI: https://imbachat.com/
Author: ImbaChat
Author URI: https://imbachat.com/
Description: ImbaChat theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: imba
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Imba Market is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    font-family: Poppins;
}

.content__item_title a{
	color: #000!important;
	text-decoration: none;
}

.section__home_more a{
	color: #000!important;
	text-decoration: none;
}

.woocommerce-breadcrumb a{
	color: #000!important;
	text-decoration: none;
}

.slick-slide a{
	text-decoration: none!important;
}

.content__item_categories-title{
	font-weight: 600!important;
}

nav.bc__item a{
	    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #6D6D6D!important;
    text-decoration: none!important;
    position: relative;
}

.header__links a{
	    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 11px;
    border: 1px solid transparent;
    padding: 15px 23px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.header__links a:hover{
	background: rgba(255, 255, 255, 0.1);
    border: 1px solid #638BFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
}

.header-up__search::after{
	background-image: none!important;
}

/*
 * Checkout form
 */

form.woocommerce-checkout{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 70px;
	font-family: "Poppins", sans-serif;
}

form.woocommerce-checkout input{
	width: 100%;
}

form.woocommerce-checkout textarea{
	width: 100%;
}

h3#order_review_heading{
	display: none;
}

table.woocommerce-checkout-review-order-table{
	width: 100%;
	text-align: center;
}

.woocommerce-billing-fields div p{
	padding-top: 15px;
}

table.woocommerce-checkout-review-order-table{
	margin-bottom: 50px;
}

.woocommerce-form-coupon-toggle{
	margin-bottom: 25px;
}

.woocommerce-form-coupon-toggle .woocommerce-info{
	padding: 10px;
	color: #fff;
}

.woocommerce-form-coupon{
	margin-bottom: 25px;
}

.woocommerce-form-coupon button{
	background: #7B8DFF;
    -webkit-box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    border-radius: 4px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-top: 5px;
    letter-spacing: 0.363636px;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    color: #FFFFFF;
}

.place-order{
	margin-top: 50px;
}

.place-order button{
	margin-top: 25px;

	    background: #7B8DFF;
    -webkit-box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    border-radius: 4px;
    padding: 9px 23px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    margin-left: 35px;
    margin-right: 8px;
    letter-spacing: 0.363636px;
    text-transform: uppercase;
    cursor: pointer;
    color: #FFFFFF;

    border:  none!important;
}

.wc_payment_methods li{
	padding: 10px;
	color:  #fff;
}

@media screen and (max-width:  900px){
	form.woocommerce-checkout{
		grid-template-columns: 1fr;
	}
}


/*
 * Woocommerce message
 */
 .woocommerce-message{
 	padding: 10px;
 	color: #fff;
 }

.woocommerce-message a{
	color: #7b8dff;
}


/*
 * YITH Add to wishlist icon
 */
  
 .yith-wcwl-add-button .add_to_wishlist .yith-wcwl-icon{
 	font-size: 22px;
 	font-weight: 600;
 	color: #000;
 }

 @media screen and (min-width: 1200px){
 	.cart__about{
 		min-width: 450px;
 	}
 }


 /*
  * Dokan btn
  */
  
.account__visual p .dokan-btn{
	text-decoration: none;
    font-family: "Poppins", sans-serif;
    margin-top: 25px;
} 


/*
 * YITH Filters
 */
 
.filter-title{
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #B1B1B1;
    margin-right: 8px;
}

.select-design{
	display: flex;

	margin-right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 13px;
    background: #F2F2F2;
    border-radius: 10px;
    cursor: pointer;
}

.filter-content{
	width: 100%;
}


.filters-container form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.yith-wcan-filters{
	margin-bottom: 0!important;
}

.yith-wcan-filters .yith-wcan-filter{
	margin-bottom: 0!important;
	align-items: center;
}

.dropdown-label{
	min-width: 65px;
}

.content__filters_item{
	align-items: center;
}

.content__filters_item #price-filter{
	border: 1px solid #D7D7D7;
    border-radius: 4px;
    padding: 8px 15px;
    cursor: pointer;
    background: #f2f2f2;
    position: relative;
}

.content__filters_item img{
	display: none;
}

.yith-wcan-filters .yith-wcan-filter h4{
	font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #B1B1B1;
    margin-right: 8px;
}

#customer_login{
    display: flex;
    font-family: "Poppins", sans-serif;
}

#customer_login input[type="text"]{
    width: 100%;
}

#customer_login input[type="email"]{
    width: 100%;
}

#customer_login input[type="password"]{
    width: 100%;
}

.u-column1{
    width: 100%;
}

.u-column2{
    width: 100%;
    margin-left: 90px;
}

.select-design{
    padding: initial;
}


        /* For popup window */

input, textarea {
  color: #494949;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
  margin: 0 0 0;
  padding: 5px;
  width: 100%;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
}

input:focus {
  border-color: #808080;
  outline: none;
}

/* Popup btn */

.blue_btn {
  background-color: #55acee;
  box-shadow: 0px 5px 0px 0px #3C93D5;
}

/* Window */

.overlay_popup {
  display:none;
  position:fixed;
  z-index: 999;
  top:0;
  right:0;
  left:0;
  bottom:0;
  background:#000;
  opacity:0.5;
}

.object{
  width: 500px;
  height: 500px;
  background-color: #eee;
  padding: 50px 70px;
}

#rememberme{
    width: auto!important;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown .dropdown-wrapper{
    border: 1px solid #000!important;
    box-shadow: none!important;
    border-radius: 0px!important;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a{
    color: #5897ff!important;
}

.yith-wcan-filters .yith-wcan-filter .yith-wcan-dropdown.open{
    box-shadow: none!important;
    border-color: unset!important;
}

/*
 * Mobile menu icone
 */
.mobile__menu_icone{
    display: none;
    filter: brightness(0) invert(1);
}

.mobile__menu{
    display: none;
}

/*
 * Responsive
 */

 @media screen and (max-width:  1226px){
    .section__home .content__items_narrow, .section__home .content__items_narrow2{
        right: -1vw!important;
    }

    .slick-track .content__item{
        width: 320px!important;
    }
 }
 
 @media screen and (max-width:  950px){
 .header-up__search_input{
    width: 410px!important;
 }
 .header__links a{
    padding: 15px 15px;
 }

 .header__buy{
    max-height: 80%;
 }

 .footer__column_custom{
    width: 100%;
    margin-right: 35px;
 }

 .content{
     margin-left: 0px!important;
 }
 #customer_details .col-2{
        margin-top: 40px;
  }
}

@media screen and (max-width:  870px){
    .header-up__search_input{
        width: 310px!important;
    }
    .header__links a{
        padding: 15px 12px;
    }

    .cart__action{
        margin-left: 12%!important;
    }

    footer.footer div.container{
        display: flex;
        flex-wrap: wrap;
        text-align: center;
    }

    .footer__support{
        display: grid;
        justify-content: center;
    }

    .section__main .container{
        display: grid!important;
    }

    .sidebar{
        width: 100% !important;
    }

    .section__main .container .content{
        margin-left: 0!important;
    }

    .content__items{
        justify-content: center;
    }

    .sidebar__block{
        width: 100% !important;
    }

    .content__filters{
        display: grid!important;
        grid-row-gap: 15px;
    }
    
    form.content__filters{
        display: grid!important;
        grid-row-gap: 15px;
    }
}

@media screen and (max-width:  790px){
    .cart__action{
        margin-left: 5% !important;
    }

    .cart__pay{
        display: grid!important;
        text-align: center;
        justify-content: center!important;
    }

    .cart__total{
        text-align: center!important;
    }
}


@media screen and (max-width: 768px) {
     #customer_details .col-2{
        margin-top: 40px;
  }
  .place-order button {
    margin: 25px auto;
}
}


@media screen and (max-width: 750px){
    .header-up__panel{
        display: none!important;
    }

    .header-up__search #searchform input{
        margin-bottom: 0;
    }

    .main__menu{
        display: none;
    }

    .mobile__menu_icone{
        display: block;
        margin-left: 20px;
    }

    .mobile__menu{
        z-index: 9999999999;
        background: #fff;
        position: absolute;
        width: 100%;
        right: 0;
        left: 0;
        margin-top: 20px;
    }

    .mobile__menu a{
        color: #000;
    }

    .categories{
        display: none;
    }

    .section__best_block{
        flex-wrap: wrap;
    }

    .cart__item{
        display: grid!important;
    }

    .cart__about{
        margin-left: 0!important;
    }

    .cart__price{
        margin-top: 0!important;
    }

    .cart__action {
        display: flex;
        justify-content: space-between;
        align-items: center!important;
        margin-top: 7%;
        margin-left: 0!important;
    }

    .cart__fc{
        display: grid!important;
    }

    .cart__fc_column-custom{
        grid-row-start: 1;
    }

    .cart__delete{
        order: 2;
    }

    .product__about{
        width: 100% !important;
    }
}

@media screen and (max-width:  666px){
    .header-up__search_input{
        width: 100%!important;
    }

    .section__home .content__items{
        justify-content: center !important;
    }

    .footer-nav{
        flex-wrap: wrap;
    }

    .footer__column{
        margin-top: 30px;
    }

    .footer-nav .footer__column:last-child{
        margin-left: 0 !important;
    }

    #customer_login{
        display: grid;
        grid-row-gap: 50px;
    }

    .u-column2{
        margin-left: 0!important;
    }

    .account__content{
        display: grid!important;
    }

    .account__visual{
        margin-left: 0!important;
        padding-right: 0!important;
    }

    .footer__column_custom{
        display: none!important;
    }

    .footer-nav{
        display: none!important;
    }

    .footer .container{
        justify-content: center!important;
    }
    
    .footer__column-mobile{
        display: grid!important;
        justify-content: center;
    }

    .product__block{
        width: 100% !important;
        display: grid!important;
        justify-content: center!important;
    }

    .product__about{
        margin-left: 0!important;
    }

    .product__store{
        align-items: center;
    }

    .product .content__items{
        justify-content: center!important;
    }

    .product__about_actions{
        display: grid!important;
        grid-template-columns: 1fr 1fr;
    }

    .product__about_actions-favorite{
        grid-row-start: 2;
        margin-top: 15px;
        width: 100%;
    }

    .product__about_actions .button_purple{
        grid-row-start: 1;
    }
}

/* NEW STYLE */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/poppins-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('./fonts/poppins-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/poppins-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/poppins-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('./fonts/poppins-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/poppins-v15-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
html {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
}
.header .wrapper {
    width: 1143px;
    display: flex;
    flex-direction: column;
    margin: auto;
}
.header .top-menu{
    display: flex;
    margin: 18px auto;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.header .top-menu .main-logo{
    justify-content: space-between;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    align-items: center;
    color: #000000;
    transition: 0.7s;
}
.header .top-menu .main-logo span{
    font-weight: 600;
}
.header .top-menu .main-logo:hover span{
    color: rgba(123, 141, 255, 1);
    transition: 0.7s;
}
.header .top-menu .search-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 510px;
    height: 52px;
    background: #FFFFFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    transition: 0.7s;
    border: 2px solid transparent;
}
.header .top-menu .search-area:hover{
    border: 2px solid rgba(122,111,255, 0.5);
    transition: 0.7s;
}
.header .top-menu .search-area > *{
    border: none;
    background-color: transparent;
}
.header .top-menu .search-area > *:hover,
.header .top-menu .search-area > *:focus,
.header .top-menu .search-area > *:active{
    border: none;
    background-color: transparent;
    outline:none;
}
.header .top-menu .search-area > input{
    margin-left: 7%;
    width: 80%;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #000000;
}
.header .top-menu .search-area .search-submit{
     margin-right: 7%;
     cursor: pointer;
     width: 19px;
     height: 19px;
 }
.header .top-menu .search-area .search-submit svg{
    width: 100%;
    height: 100%;
}
.header .top-menu .search-area .search-submit svg path{
    fill: #000000;
    transition: 0.7s;
}
.header .top-menu .search-area .search-submit svg:hover path{
    fill:rgba(123, 141, 255, 1);
    transition: 0.7s;
}
.header .top-menu .links-area{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 21%;
}
.header .top-menu .links-area .link-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}
.header .top-menu .links-area .link-item:not(:last-child){
    margin-right: 15%;
}
.header .top-menu .links-area .link-item .link-img{
    width: 20px;
    height: 20px;
    fill:rgba(0, 0, 0, 1);
    transition: 0.7s;
}
.header .top-menu .links-area .link-item .link-img svg{
    width: 100%;
    height: 100%;
}
.header .top-menu .links-area .link-item .link-img svg path{
    fill:rgba(0, 0, 0, 1);
    transition: 0.7s;
}
.header .top-menu .links-area .link-item:hover .link-img svg path{
    fill:rgba(123, 141, 255, 1);
    transition: 0.7s;
    width: 100%;
    height: 100%;
}
.header .top-menu .links-area .link-item > .text{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    width: max-content;
    transition: 0.7s;
}
.header .top-menu .links-area .link-item:hover > .text{
    color: rgba(123, 141, 255, 1);
    transition: 0.7s;
}
.header .middle-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, #7A6FFF 1.64%, #549CFF 96.4%);
}
.header .middle-menu .wrapper{
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .middle-menu .menu{
    display: flex;
    width: 65%;
    flex-wrap: wrap;
    height: 43px;
    position: relative;
    overflow: hidden;
    transition: 0.7s;
}
.header .middle-menu .menu.checked{
    height: auto;
    transition: 0.7s;
}
.header .middle-menu .more{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 0;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0 auto;
    height: 27px;
    transition: 0.7s;
}
.header .middle-menu .more:hover{
    opacity: 0.7;
    transition: 0.7s;
}

.header .middle-menu .menu li{
    margin: 1% 0.5% 1% 0 ;
    width: max-content;
    height: 30px;
    padding: 0 3%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    transition: 0.7s;
}
.header .middle-menu .menu li:hover{
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #638BFF;
    border-radius: 10px;
    transition: 0.7s;
}
.header .middle-menu .menu a{
     display: flex;
     font-family: Poppins;
     font-style: normal;
     font-weight: 500;
     font-size: 14px;
     line-height: 0;
     align-items: center;
     color: #FFFFFF;
    width: max-content;
    height: max-content;
 }
.header .middle-menu .cart-info{
    display: flex;
    background: #FFFFFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    min-width: 286px;
    height: 55px;
    margin: 7px 0;
    align-items: center;
}
.header .middle-menu .cart-info .total{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #000000;
    margin: 0 5% 0 10%;
}
.header .middle-menu .cart-info .items {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #9B9B9B;
    margin-right: 15%;
    text-align: center;
}
.header .middle-menu .cart-info .buy-button {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 119%;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0.363636px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #7B8DFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 80px;
    height: 40px;
    margin: 0 3% 0 auto;
    transition: 0.7s;
}
.header .middle-menu .cart-info .buy-button:hover {
    opacity: 0.8;
    transition: 0.7s;
}
.header .categories-menu {
    display: flex;
    margin: 35px 0;
    align-items: center;
    flex-wrap: wrap;
}
.header .categories-menu li:first-child a {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    position: relative;
    padding-left: 30px;
}
.header .categories-menu li:first-child a:before {
    content: '';
    position: absolute;
    background: url("../img/burger.svg") no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}
.header .categories-menu li{
    margin-right: 3%;
    margin-bottom: 1%;
}
.header .categories-menu li a {
    text-decoration: none;
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    color: #000000;
    transition: 0.7s;
}
.header .categories-menu li:hover a {
    color: #7B8DFF;
    transition: 0.7s;
}

.categories{
    width: 1143px;
    display: flex;
    flex-direction: column;
    margin: auto;
}
.categories .wrapper-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 33px;
    align-items: flex-end;
}
.categories .wrapper-title .title{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 150%;
    color: #000000;
}
.categories .wrapper-title .see-all{
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    transition: 0.7s;
}
.categories .wrapper-title .see-all:hover{
    color: #7B8DFF;
    transition: 0.7s;
}
.categories .wrapper-title .see-all span {
    border: solid #000000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    cursor: pointer;
    transform: rotate(
            -45deg);
    -webkit-transform: rotate(
            -45deg);
    margin-left: 8px;
    transition: 0.7s;
}
.categories .wrapper-title .see-all:hover span {
    border: solid #7B8DFF;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    cursor: pointer;
    transform: rotate(
            -45deg);
    -webkit-transform: rotate(
            -45deg);
    margin-left: 8px;
    transition: 0.7s;
}
.categories .slider-area{
    display: flex;
    position: relative;
    width: 100%;
}

.categories .slider-area > .slider-list {
    overflow: hidden;
}
.categories .slider-area > .slider-list.grab {
    cursor: grab;
}
.categories .slider-area > .slider-list.grabbing{
    cursor: grabbing;
}

.categories .slider-area > .slider-list > .img-area{
    display: flex;
    width: 100%;
    position: relative;
    z-index: 2;
}
.categories .slider-area > .slider-list > .img-area .item{
    display: flex;
    flex-direction: column;
    min-width: 25%;
    padding-right: 2%;
}
.categories .slider-area > .slider-list > .img-area .item > .img-area{
    width: 100%;
    height: 207px;
    margin-bottom: 18px;
    overflow: hidden;
}
.categories .slider-area > .slider-list > .img-area .item > .img-area img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.7s;
}
.categories .slider-area > .slider-list > .img-area .item:hover > .img-area img {
    width: 120%;
    margin-left: -10%;
    /*margin-top: -15.5%;*/
    transition: 0.7s;
}
.categories .slider-area > .slider-list > .img-area .item .text-area{
    display: flex;
}
.categories .slider-area > .slider-list > .img-area .item .text-area .title{
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-right: 5px;
    transition: 0.7s;
}
.categories .slider-area > .slider-list > .img-area .item:hover .text-area .title{
    color: #7B8DFF;
    transition: 0.7s;
}
.categories .slider-area > .slider-list > .img-area .item .text-area .qv{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #B1B1B1;
    transition: 0.7s;
}
.categories .slider-area > .slider-list > .img-area .item:hover .text-area .qv{
    color: #000000;
    transition: 0.7s;
}
.categories .slider-area .panel{
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    margin-left: -5%;
    height: 100%;
    z-index: 1;
}
.categories .slider-area .panel .arrows {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.categories .slider-area .panel .arrows .arrow-area {
    width: 57px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid rgba(123,141,255,0.2);
    transition: 0.7s;
    cursor: pointer;
}
.categories .slider-area .panel .arrows .arrow-area:hover {
    border: 1px solid rgba(123,141,255,1);
    transition: 0.7s;
}
.categories .slider-area .panel .arrows .arrow {
    border: solid #B1B1B1;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    position: relative;
    z-index: -2;
}
.categories .slider-area .panel .arrows .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.categories .slider-area .panel .arrows .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.next.disabled,
.prev.disabled {
    opacity: .25;
    pointer-events: none;
}

.newest{
    width: 1143px;
    display: flex;
    flex-direction: column;
    margin: 66px auto auto;
}
.newest .wrapper-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 33px;
    align-items: flex-end;
}
.newest .wrapper-title .title{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 150%;
    color: #000000;
}
.newest .wrapper-title .see-all{
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    transition: 0.7s;
}
.newest .wrapper-title .see-all:hover{
    color: #7B8DFF;
    transition: 0.7s;
}
.newest .wrapper-title .see-all span {
    border: solid #000000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    cursor: pointer;
    transform: rotate(
            -45deg);
    -webkit-transform: rotate(
            -45deg);
    margin-left: 8px;
    transition: 0.7s;
}
.newest .wrapper-title .see-all:hover span {
    border: solid #7B8DFF;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    cursor: pointer;
    transform: rotate(
            -45deg);
    -webkit-transform: rotate(
            -45deg);
    margin-left: 8px;
    transition: 0.7s;
}
.newest .slider-area{
    display: flex;
    position: relative;
    width: 100%;
}

.newest .slider-area > .slider-list {
    overflow: hidden;
}
.newest .slider-area > .slider-list.grab {
    cursor: grab;
}
.newest .slider-area > .slider-list.grabbing{
    cursor: grabbing;
}

.newest .slider-area > .slider-list > .img-area{
    display: flex;
    width: 100%;
    position: relative;
    z-index: 2;
}
.newest .slider-area > .slider-list > .img-area .item{
    display: flex;
    flex-direction: column;
    min-width: 25%;
    padding-right: 2%;
}
.newest .slider-area > .slider-list > .img-area .item > .img-area{
    width: 100%;
    height: 207px;
    margin-bottom: 18px;
}
.newest .slider-area > .slider-list > .img-area .item > .img-area img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newest .slider-area > .slider-list > .img-area > .item > .text-area{
    display: flex;
}
.newest .slider-area > .slider-list > .img-area > .item > .text-area > .text{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 16px;
    transition: 0.7s;
}
.newest .slider-area > .slider-list > .img-area > .item > .text-area > .text:hover{
    color: #7B8DFF;
    transition: 0.7s;
}
.newest .slider-area > .slider-list > .img-area > .item > .bottom-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.newest .slider-area > .slider-list > .img-area > .item > .bottom-area .text{
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #000000;
    justify-content: center;
}
.newest .slider-area > .slider-list > .img-area >  .item > .bottom-area .icon-area{
    display: flex;
    align-items: center;
}
.newest .slider-area > .slider-list > .img-area > .item > .bottom-area .icon-area .item{
    margin-right: 20px;
}
.newest .slider-area > .slider-list > .img-area > .item > .bottom-area .icon-area .item svg{
    width: 20px;
    height: 20px;
}
.newest .slider-area > .slider-list > .img-area > .item > .bottom-area .icon-area .item svg path{
    transition: 0.7s;
}
.newest .slider-area > .slider-list > .img-area > .item > .bottom-area .icon-area .item:hover svg path{
    fill: #7B8DFF;
    transition: 0.7s;
}

.newest .slider-area .panel{
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    margin-left: -5%;
    height: 100%;
    z-index: 1;
}
.newest .slider-area .panel .arrows {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.newest .slider-area .panel .arrows .arrow-area {
    width: 57px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid rgba(123,141,255,0.2);
    transition: 0.7s;
    cursor: pointer;
}
.newest .slider-area .panel .arrows .arrow-area:hover {
    border: 1px solid rgba(123,141,255,1);
    transition: 0.7s;
}
.newest .slider-area .panel .arrows .arrow {
    border: solid #B1B1B1;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    position: relative;
    z-index: -2;
}
.newest .slider-area .panel .arrows .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.newest .slider-area .panel .arrows .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.best-product{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 96px auto 117px;
    width: 1050px;
}
.best-product > .title{
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    margin-bottom: 82px;
}
.best-product > .items-area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.best-product > .items-area .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 32%;
    text-align: center;
}
.best-product > .items-area .item .img-area{
    width: 92px;
    height: 92px;
    margin-bottom: 31px;
}
.best-product > .items-area .item .img-area img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.best-product > .items-area .item .title-item{
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    margin-bottom: 17px;
}
.best-product > .items-area .item .text{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
}

.top-deals {
    width: 1143px;
    display: flex;
    flex-direction: column;
    margin: 120px auto ;
}
.top-deals .wrapper-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 33px;
    align-items: flex-end;
}
.top-deals .wrapper-title .title{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 150%;
    color: #000000;
}
.top-deals .wrapper-title .see-all{
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    transition: 0.7s;
}
.top-deals .wrapper-title .see-all:hover{
    color: #7B8DFF;
    transition: 0.7s;
}
.top-deals .wrapper-title .see-all span {
    border: solid #000000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    cursor: pointer;
    transform: rotate(
            -45deg);
    -webkit-transform: rotate(
            -45deg);
    margin-left: 8px;
    transition: 0.7s;
}
.top-deals .wrapper-title .see-all:hover span {
    border: solid #7B8DFF;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    cursor: pointer;
    transform: rotate(
            -45deg);
    -webkit-transform: rotate(
            -45deg);
    margin-left: 8px;
    transition: 0.7s;
}
.top-deals .items-area{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.top-deals .items-area > .items{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.top-deals .items-area .items > .item{
    display: flex;
    flex-direction: column;
    min-width: 23%;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 5%;
}
.top-deals .items-area .items > .item > .img-area{
    width: 100%;
    height: 207px;
    margin-bottom: 18px;
}
.top-deals .items-area .items > .item > .img-area img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-deals .items-area .items > .item .text-area{
    display: flex;
}
.top-deals .items-area .items > .item .text-area > .text{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 16px;
    transition: 0.7s;
}
.top-deals .items-area .items > .item .text-area > .text:hover{
    color: #7B8DFF;;
    transition: 0.7s;
}
.top-deals .items-area .items > .item .bottom-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-deals .items-area .items > .item .bottom-area .text{
     font-family: Poppins;
     font-style: normal;
     font-weight: 700;
     font-size: 18px;
     line-height: 150%;
     display: flex;
     align-items: center;
     color: #000000;
    justify-content: center;
 }
.top-deals .items-area .items > .item .bottom-area .icon-area{
    display: flex;
    align-items: center;
}
.top-deals .items-area .items > .item .bottom-area .icon-area .item{
    margin-right: 20px;
}
.top-deals .items-area .items > .item .bottom-area .icon-area .item svg{
    width: 20px;
    height: 20px;
}
.top-deals .items-area .items > .item .bottom-area .icon-area .item svg path{
    transition: 0.7s;
}
.top-deals .items-area .items > .item .bottom-area .icon-area .item:hover svg path{
    fill: #7B8DFF;
    transition: 0.7s;
}
.top-deals .items-area .button-more{
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.363636px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 62px;
    background: #7B8DFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 246px;
    height: 55px;
    justify-content: center;
    cursor:pointer;
    transition: 0.7s;
}
.top-deals .items-area .button-more:hover{
    opacity: 0.7;
    transition: 0.7s;
}

.footer{
    background-color: #171A20;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.footer .wrapper{
    width: 1143px;
    display: flex;
    flex-direction: column;
    margin: 54px auto 46px;
}
.footer .main-area{
    display: flex;
    justify-content: space-between;
}
.footer .main-area .contact-area{
    display: flex;
    flex-direction: column;
}
.footer .main-area .contact-area .footer-logo{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 15px;
    transition: 0.7s;
}
.footer .main-area .contact-area .footer-logo span{
     font-weight: bold;
 }
.footer .main-area .contact-area .footer-logo:hover span{
    color: rgba(123, 141, 255, 1);
    transition: 0.7s;
}
.footer .main-area .contact-area .contact-items {
    display: flex;
    flex-direction: column;
}
.footer .main-area .contact-area .contact-items .item{
    display: flex;
    align-items: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.footer .main-area .contact-area .contact-items .item .img-area {
     width: 16px;
     height: 16px;
     margin-right: 23px;
 }
.footer .main-area .contact-area .contact-items .item .img-area svg {
    width: 16px;
    height: 16px;
}
.footer .main-area .contact-area .contact-items .item:hover .img-area svg path{
    fill: rgba(123, 141, 255, 1);
    transition: 0.7s;
}
.footer .main-area .contact-area .contact-items .item:hover .text{
    color: #B9BABC;
    transition: 0.7s;
}
.footer .main-area .menu-area {
    display: flex;
    justify-content: space-between;
}
.footer .main-area .menu-area .widget_text.footer__column{
    display: flex;
    flex-direction: column;
    width: max-content;
    margin-right: 6vw;
}
.footer .main-area .menu-area .widget_text.footer__column:last-child{
    margin-right: 0;
}
.footer .main-area .menu-area .widget_text.footer__column .footer__categories{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 13px;
}
.footer .main-area .menu-area .widget_text.footer__column .footer__categories_item{
    margin-bottom: 13px;
}
.footer .main-area .menu-area .widget_text.footer__column .footer__categories_item{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #B9BABC;
    transition: 0.7s;
}
.footer .main-area .menu-area .widget_text.footer__column .footer__categories_item:hover {
    color: #ffffff;
    transition: 0.7s;
}
.footer .support-area {
    display: flex;
    flex-direction: column;
    width: 171px;
    align-items: center;
}
.footer .support-area .text{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 179%;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.9;
    margin-bottom: 15px;
}
.footer .support-area .button-support {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-sizing: border-box;
    border-radius: 4px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 146%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.363636px;
    text-transform: uppercase;
    color: #FFFFFF;
    justify-content: center;
    width: 164px;
    height: 42px;
    cursor: pointer;
    transition: 0.7s;
}
.footer .support-area .button-support:hover {
    background: linear-gradient(90deg, #7A6FFF 1.64%, #549CFF 96.4%);
    transition: 0.7s;
}
.footer .copyright {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 125%;
    display: flex;
    align-items: flex-end;
    color: #CACACA;
    mix-blend-mode: normal;
    opacity: 0.5;
    margin-top: 47px;
}
.footer .copyright a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 125%;
    display: flex;
    align-items: flex-end;
    color: #CACACA;
    mix-blend-mode: normal;
    opacity: 0.5;
    transition: 0.7s;
}
.footer .copyright:hover a {
    opacity:1;
    transition: 0.7s;
}

.popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 100;
    background-color: rgba(0,0,0,0.5);
}
.popup.checked{
    display: flex;
}
.popup .window-popup{
    width: 70%;
    height: max-content;
    background: linear-gradient(90deg, #7A6FFF 1.64%, #549CFF 96.4%);
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    color: #FFFFFF;
}
.popup .window-popup h2{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 146%;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    margin: 2vw auto;
}
.popup .window-popup form{
    display: flex;
    flex-direction: column;
    margin-bottom: 3vw;
}
.popup .window-popup form p{
    display: flex;
    flex-direction: column;
    margin-bottom: 1vw;
}
.popup .window-popup form p label{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 146%;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 0 0.5vw;
}
.popup .window-popup form p input[type="submit"]{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 146%;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 0 0.5vw;
    justify-content: center;
    text-transform: uppercase;
    height: 50px;
}
.popup .window-popup form p label > input {
    margin-right: 10px;
}

.category-page {
    width: 1143px;
    display: flex;
    justify-content: space-between;
    margin: 20px auto 120px;
    position: relative;
}
.category-page .sidebar {
    width: 21%;
    flex-direction: column;
}
.category-page .sidebar .sidebar-categories{
    width: 100%;
    flex-direction: column;
}
.category-page .sidebar .sidebar-categories .title{
    width: 100%;
    flex-direction: column;
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #000000;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 20px;
}
.category-page .sidebar .sidebar-categories .title:after{
    content: '';
    min-width: 100%;
    position: absolute;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    left: 0;
    bottom: 0;
}
.category-page .sidebar .sidebar-categories .items-area{
    margin: 10px 0 45px;
    display: flex;
    flex-direction: column;
    height: 45vh;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 10px;
}
.category-page .sidebar .sidebar-categories .items-area::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0.05);
    width: 6px;
}
.category-page .sidebar .sidebar-categories .items-area::-webkit-scrollbar-thumb {
    width: 4px;
    height: 19px;
    background: #549CFF;
    border-radius: 5px;
}
.category-page .sidebar .sidebar-categories .items-area .item{
    margin-bottom: 20px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    color: #000000;
    position: relative;
    width: 100%;
    padding-right: 15px;
    transition: 0.7s;
}
.category-page .sidebar .sidebar-categories .items-area .item:hover{
    color: #7B8DFF;
    transition: 0.7s;
}
.category-page .sidebar .sidebar-categories .items-area .item:after{
    content: '';
    position: absolute;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    right: 0;
    top: 7px;
    transition: 0.7s;
}
.category-page .sidebar .sidebar-categories .items-area .item:hover:after{
    border: solid #7B8DFF;
    transition: 0.7s;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    right: 0;
    top: 7px;
    transition: 0.7s;
}

.category-page > .items-area{
    display: flex;
    width: 75%;
    flex-direction: column;
    align-items: center;
}

.category-page > .items-area .filters {
    display: flex;
    margin-bottom: 45px;
    width: 100%;
    flex-wrap: wrap;
}
.category-page > .items-area .filters > .item{
    width: max-content;
    display: flex;
    margin: 12px 12px 0 0;
    background: #F2F2F2;
    border-radius: 10px;
    padding: 9px 13px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    position: relative;
    cursor: pointer;
}
.category-page > .items-area .filters > .item .name-filter {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #B1B1B1;
    margin-right: 10px;
}
.category-page > .items-area .filters > .item .value-filter {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #000000;
    margin-right: 30px;
    position: relative;
}
.category-page > .items-area .filters > .item .value-filter > span{
    margin: 0 5px;
    font-weight: bold;
}
.category-page > .items-area .filters > .item .value-filter:after {
    content: '';
    position: absolute;
    border: solid #000000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    cursor: pointer;
    -webkit-transform: rotate(
            45deg);
    top: 6px;
    right: -15px;

}
.category-page > .items-area .filters > .item .select {
    border: none !important;
    width: 204px;
}
.category-page > .items-area .filters > .item .window-select{
    position: absolute;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    min-width: max-content;
    top: 52px;
    left: -30%;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));
    background: #FFFFFF;
    border-radius: 10px;
    z-index: 5;

}
.category-page > .items-area .filters > .item .window-select.checked{
    display: flex;
}
.category-page > .items-area .filters > .item .window-select:before{
    content: '';
    position: absolute; /* Абсолютное позиционирование */
    left: 45%;
    top:-20px; /* Положение треугольника */
    border: 10px solid transparent; /* Прозрачные границы */
    border-top: 10px solid #FFFFFF; /* Добавляем треугольник */
    transform: rotate(180deg);
}
.category-page > .items-area .filters > .item .window-select .wrapper{
    display: flex;
    flex-direction: column;
    padding: 26px 34px 20px;
    position: relative;
    overflow-y: scroll;
    height:  260px;
    margin: 20px 0;
}
.category-page > .items-area .filters > .item .window-select .wrapper.only-input{
    overflow-y: unset;
    height:  220px;
}
.category-page > .items-area .filters > .item .window-select .wrapper.only-input .labelInput{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: right;
    color: #000000;
    width: 100%;
    margin-bottom: 20px;
}
.category-page > .items-area .filters > .item .window-select .wrapper.only-input .labelInput input{
    margin-left: 11px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px 25px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #979797;
}

.category-page > .items-area .filters > .item .window-select .wrapper::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0.05);
    width: 6px;
}
.category-page > .items-area .filters > .item .window-select .wrapper::-webkit-scrollbar-thumb {
    width: 4px;
    height: 19px;
    background: #549CFF;
    border-radius: 5px;
}
.category-page > .items-area .filters > .item .window-select .wrapper > input{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px 25px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #979797;
    margin-bottom: 20px;
}
.category-page > .items-area .filters > .item .window-select .wrapper > .show-variation{
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.category-page > .items-area .filters > .item .window-select .wrapper > .show-variation > .item {
    margin-bottom: 12px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #000000;
    position: relative;
}
.category-page > .items-area .filters > .item .window-select .wrapper > .show-variation > .item:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 1px solid #C8C9CC;
    box-sizing: border-box;
    border-radius: 2px;
    margin-right: 18px;
}
.category-page > .items-area .filters > .item .window-select .wrapper > .show-variation > .item.checked:before {
    content: '';
    background: #7A6FFF;
}
.category-page > .items-area .filters > .item .window-select .wrapper > .show-variation > .item.checked:after {
    content: '✓';
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    left: 4px;
    top: 1px;
}
.category-page > .items-area .filters > .item .window-select .wrapper > .button-apply {
    background: #7B8DFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: auto;
    border: none;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 119%;
    letter-spacing: 0.363636px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    left: 10%;
}

.category-page > .items-area .filters > .resetFilters {
    width: max-content;
    display: flex;
    margin: 12px 12px 0 0;
    background: rgba(252, 103, 103, 0.25);
    border-radius: 10px;
    padding: 9px 13px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    position: relative;
    cursor: pointer;
    color: rgba(252, 103, 103, 1);
}
.category-page > .items-area .filters > .resetFilters:after {
    content: 'x';
    display: inline-block;
    margin-left: 10px;
}

.category-page > .items-area > .items{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.category-page > .items-area > .items > .item{
    display: flex;
    flex-direction: column;
    min-width: 31%;
    width: 31%;
    margin-right: 2%;
    margin-bottom: 5%;
}
.category-page > .items-area > .items > .item > .img-area{
    width: 100%;
    height: auto;
    margin-bottom: 18px;
}
.category-page > .items-area > .items > .item > .img-area img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.category-page > .items-area > .items > .item .text-area{
    display: flex;
}
.category-page > .items-area > .items > .item .text-area > .text{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 16px;
    transition: 0.7s;
}
.category-page > .items-area > .items > .item .text-area > .text:hover{
    color: #7B8DFF;;
    transition: 0.7s;
}
.category-page > .items-area > .items > .item .bottom-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.category-page > .items-area > .items > .item .bottom-area .text{
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #000000;
    justify-content: center;
}
.category-page > .items-area > .items > .item .bottom-area .icon-area{
    display: flex;
    align-items: center;
}
.category-page > .items-area > .items > .item .bottom-area .icon-area .item{
    margin-right: 20px;
}
.category-page > .items-area > .items > .item .bottom-area .icon-area .item svg{
    width: 20px;
    height: 20px;
}
.category-page > .items-area > .items > .item .bottom-area .icon-area .item svg path{
    transition: 0.7s;
}
.category-page > .items-area > .items > .item .bottom-area .icon-area .item:hover svg path{
    fill: #7B8DFF;
    transition: 0.7s;
}
.category-page > .items-area > .button-more{
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.363636px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 62px;
    background: #7B8DFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 246px;
    height: 55px;
    justify-content: center;
}

.product-page{
    width: 1143px;
    display: flex;
    justify-content: space-between;
    margin: 20px auto 120px;
    position: relative;
    flex-wrap: wrap;
}
.product-page > .product-slider{
    width: 46%;
    margin-right: 3%;
    display: flex;
    justify-content: center;
    margin-bottom: 2%;
    flex-wrap: wrap;
}
.product-page > .product-slider .mini-img-left{
    display: flex;
    flex-direction: column;
    width: 15%;
    justify-content: space-between;
    margin-right: auto;
}
.product-page > .product-slider .mini-img-left.hidden{
    display: none;
}
.product-page > .product-slider .mini-img-left .item{
    width: 100%;
    cursor: pointer;
    height: 23%;
    border-radius: 10px;
    position: relative;
}
.product-page > .product-slider .mini-img-left .item .add-more{
    position: absolute;
    top: 30%;
    left: 20%;
    color: #ffffff;
    z-index: 5;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
}
.product-page > .product-slider .mini-img-left .item:last-child:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
}
.product-page > .product-slider .mini-img-left .item.checked{
    border: 2px solid #7A6FFF;
}
.product-page > .product-slider .mini-img-left .item.checked:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
}
.product-page > .product-slider .mini-img-left .item .img-area{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.product-page > .product-slider .mini-img-left .item .img-area img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.product-page > .product-slider .mini-img-bottom{
    display: none;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2%;
}
.product-page > .product-slider .mini-img-bottom.checked{
    display: flex;
}
.product-page > .product-slider .mini-img-bottom .item{
    width: 23%;
    cursor: pointer;
    margin: 0 2% 2% 0;
    border-radius: 10px;
    position: relative;
}
.product-page > .product-slider .mini-img-bottom .item.checked{
    border: 2px solid #7A6FFF;
}
.product-page > .product-slider .mini-img-bottom .item.checked:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    border-radius: 10px;
}
.product-page > .product-slider .mini-img-bottom .item .img-area{
    width: 100%;
    height: 100%;
}
.product-page > .product-slider .mini-img-bottom .item .img-area img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-page > .product-slider > .slider-area{
    display: flex;
    position: relative;
    width: 80%;
    max-height: 330px;
    min-height: 250px;
}
.product-page .product-slider > .slider-area > .slider-list {
    overflow: hidden;
}
.product-page .product-slider > .slider-area > .slider-list.grab {
    cursor: grab;
}
.product-page .product-slider > .slider-area > .slider-list.grabbing{
    cursor: grabbing;
}
.product-page .product-slider > .slider-area > .slider-list > .img-area{
    display: flex;
    width: 100%;
    position: relative;
    z-index: 2;
}
.product-page .product-slider > .slider-area > .slider-list > .img-area .item{
    display: flex;
    flex-direction: column;
    min-width: 101%;
    padding-right: 2%;
}
.product-page .product-slider > .slider-area > .slider-list > .img-area .item > .img-area{
    width: 100%;
    height: 100%;
    /*margin-bottom: 18px;*/
    overflow: hidden;
}
.product-page .product-slider > .slider-area > .slider-list > .img-area .item > .img-area img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.7s;
}
.product-page .product-slider > .slider-area > .slider-list > .img-area .item:hover > .img-area img {
    width: 120%;
    margin-left: -10%;
    /*margin-top: -15.5%;*/
    transition: 0.7s;
}
.product-page .product-slider > .slider-area .panel{
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 2.5%;
    width: 100%;
    margin-left: 0%;
    height: 100%;
    z-index: 4;
}
.product-page .product-slider > .slider-area .panel .arrows {
    display: flex;
    justify-content: space-between;
    width: 94%;
}
.product-page .product-slider > .slider-area .panel .arrows .arrow-area {
    width: 57px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid rgba(123,141,255,0.2);
    transition: 0.7s;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.product-page .product-slider > .slider-area .panel .arrows .arrow-area:hover {
    border: 1px solid rgba(123,141,255,1);
    transition: 0.7s;
}
.product-page .product-slider > .slider-area .panel .arrows .arrow {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    width: 0 !important;
    height: 0 !important;
}
.product-page .product-slider > .slider-area .panel .arrows .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.product-page .product-slider > .slider-area .panel .arrows .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.product-page .product-info{
    width: 51%;
    display: flex;
    flex-direction: column;
    margin: auto 0;
}
.product-page .product-info .title{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
}
.product-page .product-info .price-area {
    display: flex;
    margin: 10px 0;
}
.product-page .product-info .price-area .price {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #000000;
    margin-right: 20px;
}
.product-page .product-info .price-area .old-price {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-decoration-line: line-through;
    color: #CACACA;
}
.product-page .product-info .button-area {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}
.product-page .product-info .button-area .add-to-cart{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 119%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.363636px;
    text-transform: uppercase;
    color: #000000;
    width: 171px;
    height: 55px;
    background: #F2F3F7;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    cursor: pointer;
    margin-right: 12px;
    transition: 0.7s;
    margin-bottom: 20px;
}
.product-page .product-info .button-area .add-to-cart:hover{
    color: #FFFFFF;
    background: #7B8DFF;
    transition: 0.7s;
}
.product-page .product-info .button-area .buy-now{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 119%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.363636px;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 171px;
    height: 55px;
    background: #7B8DFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    cursor: pointer;
    margin-right: 12px;
    transition: 0.7s;
}
.product-page .product-info .button-area .buy-now:hover{
    opacity: 0.7;
    transition: 0.7s;
}
.product-page .product-info .button-area .favorite{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    justify-content: center;
    display: flex;
    align-items: center;
    color: #7A6FFF;
    width: 171px;
    height: 55px;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    cursor: pointer;
    margin-right: 12px;
    transition: 0.7s;
}
.product-page .product-info .button-area .favorite:hover{
    background: #F2F3F7;
    transition: 0.7s;
}
.product-page .product-info .button-area .favorite span{
    margin-right: 10px;
}

.product-page > .contact-info-area{
    width: 46%;
    margin-right: 3%;
    display: flex;
    flex-direction: column;
    margin-bottom: 43px;
}
.product-page > .contact-info-area .contact-area{
    display: flex;
}
.product-page > .contact-info-area .contact-area .logo-img{
    width: 66px;
    height: 66px;
    margin-right: 29px;
    border-radius: 50%;
}
.product-page > .contact-info-area .contact-area .logo-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}
.product-page > .contact-info-area .contact-area > .text-area{
     display: flex;
     flex-direction: column;
 }
.product-page > .contact-info-area .contact-area .text-area .name{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.product-page > .contact-info-area .contact-area .text-area .name .img-area{
    width: 18px;
    height: 18px;
    margin: auto 6px auto 0;
}
.product-page > .contact-info-area .contact-area .text-area .name .img-area img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-page > .contact-info-area .contact-area .text-area .name .text{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #000000;
}
.product-page > .contact-info-area .contact-area .text-area .text-description{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #000000;
    margin-bottom: 17px;
}
.product-page > .contact-info-area .contact-area .text-area .button-conversation{
    background: rgba(84, 156, 255, 0.13);
    border-radius: 50px;
    width: 211px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #559AFF;
    cursor: pointer;
    transition: 0.7s;
}
.product-page > .contact-info-area .contact-area .text-area .button-conversation-logged-in{
    background: rgba(84, 156, 255, 0.13);
    border-radius: 50px;
    width: 211px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #559AFF;
    cursor: pointer;
    transition: 0.7s;
}
.product-page > .contact-info-area .contact-area .text-area .button-conversation:hover{
    background: #F2F3F7;
    transition: 0.7s;
}
.product-page > .contact-info-area .contact-area .text-area .button-conversation .img-area{
    width: 21px;
    height: 21px;
    margin-left: 10px;
}
.product-page > .contact-info-area .contact-area .text-area .button-conversation .img-area img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-page > .contact-info-area .warranty{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}
.product-page > .contact-info-area .warranty .title{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 20px;
}
.product-page > .contact-info-area .warranty .text-area{
    display: flex;
}
.product-page > .contact-info-area .warranty .text-area .img-area{
    width: 30px;
    height: 30px;
    margin: auto 15px auto 5px;
}
.product-page > .contact-info-area .warranty .text-area .img-area img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-page > .contact-info-area .warranty .text-area .text {
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
}

.product-page > .product-description{
    width: 51%;
    display: flex;
    flex-direction: column;
}
.product-page > .product-description .product-configuration{
    display: flex;
    flex-direction: column;
}
.product-page > .product-description .product-configuration > .text{
    display: flex;
}
.product-page > .product-description .product-configuration > .text .name-config{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #B1B1B1;
    margin-right: 10px;
}
.product-page > .product-description .product-configuration > .text > .text{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.product-page > .product-description .product-configuration > .items-area {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
}
.product-page > .product-description .product-configuration > .items-area .item.like-img,
.product-page > .product-description .product-configuration > .items-area .item.color{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.7s;
}
.product-page > .product-description .product-configuration > .items-area .item.like-img img,
.product-page > .product-description .product-configuration > .items-area .item.color img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-page > .product-description .product-configuration > .items-area .item.like-img img{
    border-radius: 50%;
}  
.product-page > .product-description .product-configuration > .items-area .item.like-img.checked,
.product-page > .product-description .product-configuration > .items-area .item.color.checked{
    border: 2px solid #7B8DFF;
    transition: 0.7s;
}
.product-page > .product-description .product-configuration > .items-area .item.like-img:hover,
.product-page > .product-description .product-configuration > .items-area .item.color:hover{
    border: 2px solid #7B8DFF;
    opacity: 0.7;
    transition: 0.7s;
}
.product-page > .product-description .product-configuration > .items-area .item.text{
    padding: 5px 15px;
    background: #F2F3F7;
    border-radius: 50px;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.7s;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    border: 2px solid transparent;
}
.product-page > .product-description .product-configuration > .items-area .item.text.checked,
.product-page > .product-description .product-configuration > .items-area .item.text:hover{
    border: 2px solid #7B8DFF;
    opacity: 0.7;
    transition: 0.7s;
}

.product-page > .product-description .description{
     display: flex;
     flex-direction: column;
 }
.product-page > .product-description .description .wrapper{
    display: flex;
    justify-content: space-between;
    margin: 30px 0 20px;
}
.product-page > .product-description .description .wrapper .title{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-right: 15px;
}
.product-page > .product-description .description .wrapper .button-full-hidden{
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    cursor: pointer;
}
.product-page > .product-description .description .wrapper .button-full-hidden span {
    border: solid #000000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    cursor: pointer;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 8px;
    transition: 0.7s;
    margin-bottom: 3px;
}
.product-page > .product-description .description > .text {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-page > .product-description .description > .text.checked {
    overflow: unset;
    text-overflow: unset;
    display: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
}


.similar-items {
    width: 1143px;
    display: flex;
    flex-direction: column;
    margin: 120px auto ;
}
.similar-items .wrapper-title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 33px;
    align-items: flex-end;
}
.similar-items .wrapper-title .title{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 150%;
    color: #000000;
}
.similar-items .items-area{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.similar-items .items-area > .items{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.similar-items .items-area .items > .item{
    display: flex;
    flex-direction: column;
    min-width: 23%;
    width: 23%;
    margin-right: 2%;
    margin-bottom: 5%;
}
.similar-items .items-area .items > .item > .img-area{
    width: 100%;
    height: auto;
    margin-bottom: 18px;
}
.similar-items .items-area .items > .item > .img-area img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.similar-items .items-area .items > .item .text-area{
    display: flex;
}
.similar-items .items-area .items > .item .text-area > .text{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 16px;
    transition: 0.7s;
}
.similar-items .items-area .items > .item .text-area > .text:hover{
    color: #7B8DFF;;
    transition: 0.7s;
}
.similar-items .items-area .items > .item .bottom-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.similar-items .items-area .items > .item .bottom-area .text{
    font-family: Poppins;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #000000;
    justify-content: center;
}
.similar-items .items-area .items > .item .bottom-area .icon-area{
    display: flex;
    align-items: center;
}
.similar-items .items-area .items > .item .bottom-area .icon-area .item{
    margin-right: 20px;
}
.similar-items .items-area .items > .item .bottom-area .icon-area .item svg{
    width: 20px;
    height: 20px;
}
.similar-items .items-area .items > .item .bottom-area .icon-area .item svg path{
    transition: 0.7s;
}
.similar-items .items-area .items > .item .bottom-area .icon-area .item:hover svg path{
    fill: #7B8DFF;
    transition: 0.7s;
}
.similar-items .items-area .button-more{
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.363636px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 62px;
    background: #7B8DFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    width: 246px;
    height: 55px;
    justify-content: center;
}
.edit-link{
    display: none;
}
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    background: none !important;
    color: black !important;
    margin-bottom: 10px !important;
}
.woocommerce {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px auto;
}
.account__visual .woocommerce-EditAccountForm > *{
    margin-bottom: 20px;
}
.account__visual .woocommerce-EditAccountForm fieldset > *{
    margin: 10px;
}
.account__visual .woocommerce-EditAccountForm input {
    padding: 10px 20px;
}
.addresses > div {
    margin: 20px 0 !important;
}
.wcfm_registration_form_heading{
    margin-bottom: 25px;
}

.remove_button.button.button-secondary{
    width: 30% !important;
    height: 30% !important;
    font-size: 68% !important;
}
.wcfm-tabWrap p.checkbox_title {
    margin-right: 15px;
}
p.wcfm_title {
        margin-right: 10px !important;
    }
.store_address.store_address_wrap img{
        width: 100%;
        margin-top: 20px;
    }
.wcfm-tabWrap p.checkbox_title {
    margin-right: 15px;
}
#leaflet_find_address{
width: 100% !important;
}
#wcfm-marketplace-map {
    width: 100% !important;
    height: auto;
}
.wcfm_tutorials_wrapper{
        margin: 5px;
}
.wp-picker-container .wp-color-result.button {
    margin: auto !important;
    padding: 0 !important;
}
.wcfm-tabWrap p.checkbox_title {
    min-width: 345px;
}
#wcfm-main-contentainer input[type="checkbox"] {
    margin-right: 30%;
}
.wcfm_title.checkbox_title.notification_setting_label.module_options_title {
    min-width: unset !important;
}


/* _____________________________________________________________________________________________________________________________
_______________________________________________________________________________________________________________________________ */
@media (max-width: 1280px) {
    .footer .wrapper {
        width: 90%;
    }
    .footer .main-area {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer .main-area > div:not(:last-child){
        margin-right: 5vw;
        margin-bottom: 25px;
    }
    .categories {
        width: 90%;
    }
    .categories .slider-area .panel .arrows .arrow-area {
        width: 4vw;
        height: 4vw;
    }
    .categories .slider-area .panel .arrows .arrow {
        border-width: 0 0.2vw 0.2vw 0;
        padding: 0.2vw;
    }
    .newest {
        width: 90%;
    }
    .newest .slider-area .panel .arrows .arrow-area {
        width: 4vw;
        height: 4vw;
        position: relative;
    }
    .newest .slider-area .panel .arrows .arrow {
        border-width: 0 0.2vw 0.2vw 0;
        padding: 0.2vw;
    }
    .top-deals {
        width: 90%;
    }
    .similar-items {
        width: 90%;
    }
    .newest .slider-area > .slider-list > .img-area .item > .img-area {
        height: 16vw;
    }
    .categories .slider-area > .slider-list > .img-area .item > .img-area{
        height: 16vw;
    }
    .top-deals .items-area .items > .item > .img-area{
        height: 16vw;
        }
}

@media  (max-width: 1199px) {
    .header .wrapper {
        width: 90vw;
    }
    .category-page {
        width: 90%;
    }
    .product-page {
        width: 95%;
    }
}

@media  (max-width: 1140px) {
    .header .top-menu .links-area .link-item > .text {
        display: none;
    }
    .table.notification_setting_table.table-bordered thead tr:nth-child(2) th:nth-child(4){
        width: 0% !important;
    }
    div.wcfm_notification_setting_dummy_div {
    width: 0% !important;
    }
    .table.notification_setting_table.table-bordered thead tr:nth-child(2) th:last-child{
        display: none !important;
    }
     .table.notification_setting_table.table-bordered thead tr:nth-child(2) th{
        width: 16% !important;
    }
    .wcfm_notification_checkbox {
        width: 13% !important;
        margin: 2% !important;
    }
}

@media  (max-width: 1080px) {
    .header .top-menu .search-area {
        width: 60%;
    }
    .header .top-menu .links-area {
        width: 12%;
    }
    .best-product {
        width: 95%;
    }
    .header .middle-menu .more {
        margin: 0 2vw;
    }
    .category-page .sidebar {
        position: fixed;
        top: 20%;
        left: -100%;
        width: 40%;
        padding: 5%;
        background-color: rgba(255,255,255,0.95);
        transition: 0.7s;
    }
    .category-page .sidebar.checked {
        left: 0;
    }
    .category-page .sidebar:before {
        content: '\2190  c a t e g o r i e s';
        display: flex;
        position: fixed;
        top: 35%;
        left: 0;
        padding-left: 9px;
        flex-direction: column;
        width: 2vw;
        font-size: 2vw;
        cursor: pointer;
        background-color: #ffffff;
        z-index: 10;
        text-transform: uppercase;
    }


    .category-page > .items-area .filters > .item {
        width: 100%;
    }
    .category-page .filters {
        position: fixed;
        top: 20%;
        right: -100%;
        padding: 5%;
        background-color: rgba(255,255,255,0.95);
        transition: 0.7s;
        flex-direction: column;
        width: 45% !important;
        align-items: center;
    }
    .category-page .filters.checked {
        right: 0;
    }
    .category-page .filters:before {
        content: '\2192  f i l t e r s';
        display: flex;
        position: fixed;
        top: 35%;
        right: 0;
        padding: 0 9px;
        flex-direction: column;
        width: 2vw;
        font-size: 2vw;
        cursor: pointer;
        background-color: #ffffff;
        z-index: 10;
        text-transform: uppercase;
    }
    .category-page > .items-area {
        width: 100%;
    }
}

@media  (max-width: 980px) {
    .best-product > .items-area {
        justify-content: center;
    }
    .best-product > .items-area .item {
        width: 320px;
        margin: 0 2% 10%;
    }
    .categories .slider-area .img-area .item .text-area {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .newest .slider-area .img-area .item .text-area {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .product-page {
        flex-direction: column;
    }
    .product-page > .product-slider {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6%;
    }
    .product-page .product-info {
        width: 100%;
        align-items: center;
    }
    .product-page > .product-description {
        width: 100%;
        align-items: center;
    }
    .product-page > .contact-info-area {
        width: 100%;
        order: 1;
        margin-top: 60px;
        align-items: center;
    }
    .product-page > .contact-info-area .warranty {
        width: 50%;
        align-items: center;
    }
    .product-page > .product-description .product-configuration {
        align-items: center;
        margin-top: 30px;
    }
    .product-page > .product-description .description {
        width: 80%;
    }
   #wcfm_settings_form_marketplace_order_expander .checkbox_title {
    min-width: max-content !important;
    margin-right: 40px !important;
    }
    #wcfm_settings_form_marketplace_order_expander .description.wcfm_page_options_desc{
    margin-left: 0 !important;
    }
    #wcfm_settings_form_marketplace_order_expander input[type="checkbox"]{
    width: max-content;
    margin: 0 auto 0 0;
    }
    #wcfm-main-contentainer input[type="checkbox"] {
    margin-right: 0;
    }
}
/* Landscape phones and portrait tablets */
@media (max-width: 770px) {
    .header .wrapper {
        width: 95vw;
    }
    .header .middle-menu .wrapper {
        flex-direction: column;
    }
    .header .middle-menu .menu {
        width: 100%;
        margin-right: 0;
    }
    .header .middle-menu .cart-info {
        margin: 15px 0;
    }
    .categories .slider-area > .slider-list > .img-area > .item{
        min-width: 35%;
        padding-right: 3.3%;
    }
    .categories .slider-area > .slider-list > .img-area .item > .img-area {
        height: 21vw;
    }
    .newest .slider-area > .slider-list > .img-area > .item{
        min-width: 35%;
        padding-right: 3.3%;
    }
    .top-deals .items-area .items {
        justify-content: center;
    }
    .top-deals .items-area .items > .item {
        min-width: 30%;
        margin-right: 3.3%;
    }
    .category-page > .items-area > .items > .item {
        min-width: 45%;
        width: 45%;
        margin-right: 5%;
        margin-bottom: 5%;
    }
    .category-page .filters {
        width: 100% !important;
        z-index: 11;
    }
    .category-page .sidebar {
        width: 70% !important;
    }
    .header .categories-menu {
        display: flex;
        margin: 35px 15px;
        align-items: center;
        flex-wrap: wrap;
    }
    .category-page > .items-area .filters > .item .window-select {
        top: 125%;
        left: 0;
    }
    .similar-items .items-area .items {
        justify-content: center;
    }
    .similar-items .items-area .items > .item {
        min-width: 30%;
        margin-right: 3.3%;
    }
    .newest .slider-area > .slider-list > .img-area .item > .img-area {
        height: 23vw;
    }
    .categories .slider-area > .slider-list > .img-area .item > .img-area{
        height: 23vw;
    }
    .top-deals .items-area .items > .item > .img-area{
        height: 23vw;
        }
    .wp-picker-container .wp-color-result.button {
        padding: 0 !important;
        }
    #wcfm-wcmarketplace-map, #wcfm-dokan-map, #wcfm-marketplace-map {
        width: 100%;
    }
    #leaflet_find_address {
    width: 100%;
    }
    .search-input {
    max-width: 100% !important;
}

}
/* Portrait phones and smaller */
@media (max-width: 680px) {
    .header .top-menu .main-logo {
        font-size: 3.5vw;
    }
    .header .top-menu .links-area .link-item .link-img {
        width: 3vw;
        height: 3vw;
    }
    .footer .main-area > div:not(:last-child) {
        margin-right: 0;
    }
    .footer .main-area .menu-area {
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto 25px auto !important;

    }
    .footer .main-area .menu-area .widget_text.footer__column {
        margin-bottom: 15px;
    }
    #sold_by_template_advanced{
        margin-left: 0 !important;
        width: 100%;
    }
    #sold_by_template_advanced img{
        width: 100%;
        object-fit: contain;
    }
}
@media (max-width: 639px) {
#wcfm-marketplace-map {
    width: 100% !important;
}
#wcfm-main-contentainer input[type="text"].wcfm-text {
    margin-top: 15px;
}
.wcfm_title.checkbox_title.notification_setting_label.module_options_title {
    width: 27%;
}
#wcfm-main-contentainer .store_address .multi_input_block {
    flex-direction: column !important;
    display: flex !important;
}
#wcfm-main-contentainer input.wcfm_store_hours_field{
    width: 90% !important;
}

}

/* Portrait phones and smaller */
@media (max-width: 555px) {
    .header .top-menu {
        flex-direction: column;
    }
    .header .top-menu .main-logo {
        font-size: 6.5vw;
        margin-bottom: 5px;
    }
    .header .top-menu .search-area {
        width: 95%;
    }
    .header .top-menu .links-area .link-item .link-img {
        width: 4vw;
        height: 4vw;
    }
    .header .top-menu .links-area {
        width: 62%;
        margin: 15px 0 0;
    }
    .categories .slider-area > .slider-list > .img-area > .item{
        min-width: 50%;
        padding-right: 4%;
    }
    .categories .slider-area > .slider-list > .img-area .item > .img-area {
        height: 30vw;
    }
    .newest .slider-area > .slider-list > .img-area > .item{
        min-width: 50%;
        padding-right: 4%;
    }
    .top-deals .items-area .items > .item {
        min-width: 46%;
        margin-right: 4%;
    }
    .product-page .product-info .button-area {
        display: flex;
        flex-wrap: wrap;
        margin: 20px 0;
        justify-content: center;
    }
    .product-page > .contact-info-area .warranty {
        width: 95%;
        align-items: center;
    }
    .product-page > .product-description .description {
        width: 95%;
    }
    .product-page > .product-slider .mini-img-left {
        display: none;
    }
    .product-page > .product-slider > .slider-area {
        width: 100%;
    }
    .product-page > .product-slider .mini-img-bottom {
        display: flex;
    }
    .product-page .product-info .button-area > * {
        margin: 0 0 20px;
    }
    .similar-items .items-area .items > .item {
        min-width: 46%;
        margin-right: 4%;
    }
    .newest .slider-area > .slider-list > .img-area .item > .img-area {
        height: 33vw;
    }
    .categories .slider-area > .slider-list > .img-area .item > .img-area{
        height: 33vw;
    }
    .top-deals .items-area .items > .item > .img-area{
        height: 33vw;
        }
    p.wcfm_title.checkbox_title {
        width: 90%;
        }
    .wcfm-tabWrap p.checkbox_title {
        min-width: unset;
    }
    p.wcfm_title.checkbox_title {
        width: 87%;
    }
}

/* Portrait phones and smaller */
@media (max-width: 490px) {
    .popup .window-popup {
        width: 95%;
    }
    .popup .window-popup form p {
        margin-bottom: 5vw;
    }
    .popup .window-popup h2 {
        margin: 8vw auto;
    }
    .popup .window-popup form {
        margin-bottom: 10vw;
    }
    .category-page > .items-area > .items > .item {
        min-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10%;
    }
    .category-page {
        width: 85%;
    }
    .category-page .sidebar:before {
        width: 6vw;
        font-size: 3.5vw;
    }
    .category-page .filters:before {
        width: 6vw;
        font-size: 3.5vw;
    }
    .category-page .sidebar {
        width: 95% !important;
        padding-left: 10%;
    }
    .wcfm_title.checkbox_title.notification_setting_label.module_options_title {
        width: 22%;
        font-size: 10px;
    }
}
/* Portrait phones and smaller */
@media (max-width: 425px) {
    .best-product {
        width: 90%;
    }
    .best-product > .title {
        font-size: 24px;
        margin-bottom: 50px;
    }
    .best-product > .items-area .item {
        width: 100%;
    }
    .footer .main-area .menu-area {
        flex-direction: column;
        align-items: center;
    }
    .footer .main-area .menu-area .widget_text.footer__column{
        margin-right: 0;
        width: 100%;
        align-items: center;
    }
    .footer .main-area .menu-area .widget_text.footer__column {
         display: flex;
         flex-direction: row;
         flex-wrap: wrap;
         justify-content: center;
     }
    .footer .main-area .menu-area .widget_text.footer__column .footer__categories_item {
        margin-right: 5vw;
    }
    .footer .main-area .menu-area .widget_text.footer__column .footer__categories {
    width: 100%;
    justify-content: center;
}
    .footer .main-area .contact-area .footer-logo {
        width: max-content;
        margin: 10px auto 20px;
    }
    .footer .copyright {
        width: max-content;
        margin: 47px auto 0;
    }
    .footer .support-area .text {
        text-align: center;
    }
    .categories .slider-area > .slider-list > .img-area > .item{
        min-width: 100%;
        padding: 0 3%;
    }
    .categories .slider-area > .slider-list > .img-area .item > .img-area {
        height: 65vw;
        padding: 0 3%;
    }
    .newest .slider-area > .slider-list > .img-area > .item{
        min-width: 100%;
        padding-right: 0;
    }
    .top-deals .items-area .items > .item {
        min-width: 100%;
        margin-right: 0;
    }
    .product-page > .contact-info-area .contact-area {
        flex-direction: column;
        align-items: center;
    }
    .product-page > .contact-info-area .contact-area .logo-img {
        margin-right: 0;
    }
    .product-page > .contact-info-area .contact-area .text-area .name {
        margin-top: 10px;
        justify-content: center;
    }
    .product-page > .contact-info-area .warranty .text-area {
        align-items: center;
        flex-direction: column;
    }
    .product-page > .contact-info-area .warranty .text-area .img-area {
        margin: 0 0 14px;
    }
    .product-page > .contact-info-area .warranty .text-area .text {
        text-align: center;
    }
    .similar-items .items-area .items > .item {
        min-width: 100%;
        margin-right: 0;
    }
    .newest .slider-area > .slider-list > .img-area .item > .img-area {
        height: auto;
    }
    .categories .slider-area > .slider-list > .img-area .item > .img-area{
        height: auto;
    }
    .top-deals .items-area .items > .item > .img-area{
        height: auto;
        }
        .wcfm-error, .wcfm-info, .wcfm-success, .wcfm-validation, .wcfm-warning, .wcfm-wcfmu {
    padding: 15px 10px 15px 20px !important;
}
.wcfm-wp-fields-uploader.wcfm-banner-uploads {
        width: 100%;
        }
        .wcfm-wp-fields-uploader.wcfm-banner-uploads img{
        width: 100%;
        object-fit: contain;
        }
        .table.notification_setting_table.table-bordered thead tr:nth-child(2) th:first-child {
            display: none !important;
            }
       .wcfm_title.checkbox_title.notification_setting_label.module_options_title {
    width: 100%;
    font-size: 19px;
    text-align: center;
    margin: 20px 0;
}
        .wcfm_notification_checkbox {
    width: 20% !important;
    margin: 1% 0% 1% 4% !important;
}
.table.notification_setting_table.table-bordered thead tr:first-child th:first-child {
    display: none !important;
}

}

/* Portrait phones and smaller */
@media (max-width: 353px) {
    .header .middle-menu .cart-info {
        min-width: 100%;
    }
    .wcfm-store-name-heading-text a {
        font-size: 11px !important;
    }
    .imba_btn {
    margin-bottom: 10px !important;
    }
    .wcfm_notification_checkbox {
    margin: 1% 0% 1% 3% !important;
    }
}

@media (max-height: 600px) {
    .category-page .filters {
        top: 0;
    }
    .category-page > .items-area .filters > .item .window-select .wrapper {
        height: 152px;
    }
}

