
/*breadcrumbs*/
.breadcrumbs {
    margin: 0 0 20px 0;
    padding: 15px 0;
}
.breadcrumbs-container ol {
    display: flex;
    align-items: center;
}
.breadcrumbs-container ol li {
    color: var(--gray-500);
}
.breadcrumbs-container ol li:after {
    content: '/';
    margin: 0 5px;
    color: var(--gray-500);
}
.breadcrumbs-container ol li:last-child:after {
    display: none;
}
.breadcrumbs-container ol li a {
    font-size: 14px;
    color: var(--gray-500);
    border-bottom: 1px dashed transparent;
}
.breadcrumbs-container ol li a:hover {
    color: var(--gray-700);
    border-bottom: 1px dashed var(--black);
}

/*container*/
.main-container {
    padding: 180px 0 0 0;
    min-height: 700px;
}
/*slider*/
.w-slider {
    padding: 20px 0 50px 0;
    border-radius: 3px;
    overflow: hidden;
    background: #f7f9fc;
}
/*p-page*/
.p-page {
    margin: 0 0 50px 0;
}
.p-page-head {
    margin: 0 0 30px 0;
}
.p-page-head-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 150%;
    margin: 0 0 10px 0;
    padding: 0;
}
.p-page-container {
    
}


.p-contact{
	
}
.p-contact-container{
	display:flex;
	flex-wrap:wrap;
	margin:0 0 0 -100px;
}
.p-contact-container-a{
	width:calc(50% - 100px);
	margin:0 0 30px 100px;
}
.p-contact-container-a-content{
	margin:0 0 40px 0;
}
.p-contact-container-a-content p:first-child{
	color:var(--red-600);
}
.p-contact-container-a-tg{
	border:2px dashed #e3e3e3;
	padding:30px;
	border-radius:4px;
	text-align:center;
}
.p-contact-container-a-tg-btn{
	display:flex;
	justify-content:center;
}
.p-contact-container-a-tg a{
	display:flex;
	align-items:center;
	background:var(--blue-500);
	border-radius:4px;
	padding:10px 30px;
}
.p-contact-container-a-tg a img{
	width:20px;
	margin:0 20px 0 0;
}
.p-contact-container-a-tg a span{
	color:#fff;
}


.p-contact-container-b{
	width:calc(50% - 100px);
	margin:0 0 30px 100px;
}
/**/
.p-contact-list{
	margin:0 0 30px 0;
}
.p-contact-list-title{
	font-size:14px;
	font-weight:500;
	color:var(--gray-500);
	margin:0 0 5px 0;
}
.p-contact-list li{
	display:flex;
	align-items:center
}
.p-contact-list li img{
	width:18px;
	margin:0 10px 0 0;
}


@media (max-width: 1024px){
.p-contact-container-a,
.p-contact-container-b{
	width:calc(100% - 100px);
	margin:0 0 30px 100px;
}
.p-contact-container-a-tg{
	padding:20px;
}
.p-contact-container-a-tg a{
	padding:10px 10px;
}
}


/*w-category-wall*/
.w-category-wall{
    background: #f7f9fc;
    margin:0 0 75px 0;
	padding:30px 0 0 0;
}
.w-category-wall-title{
    font-size: 28px;
    font-weight: 600;
    line-height: 150%;
    margin: 0 0 20px 0;
}
.w-category-wall-elements{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin:0 0 0 -20px;
}
.w-category-wall-element{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(20% - 20px);
    margin:0 0 20px 20px;
    font-size:18px;
    font-weight: 500;
    color:var(--black);
    padding:30px;
    transition: .3s;
    background: #fff;
    border-radius: 3px;

}
.w-category-wall-element:hover{
    transform: scale(1.1,1.1);
    color: var(--blue-600);
}


/*p-brand*/
.p-brand {
    margin: 0 0 50px 0;
}
.p-brand-head {
    margin: 0 0 30px 0;
}
.p-brand-head-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 150%;
    margin: 0 0 10px 0;
    padding: 0;
}
.p-brand-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 100px -20px;
}
.p-brand-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(25% - 20px);
    margin: 0 0 20px 20px;
    position: relative;
    padding: 20px 10px;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: 3px;
    overflow: hidden;
    transition: .3s;
}
.p-brand-item-image {
    width: 100x;
}
.p-brand-item-image img {
    width: 100px;
    margin: 0 auto;
}
.p-brand-item-name {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin: 20px 0;
    font-size: 16px;
}
.p-brand-item-button .btn {
    color: var(--white);
    background: var(--light-blue-600);
}
.p-brand-item-button .btn:hover {
    color: var(--white);
    background: var(--light-blue-700);
}

/*product preview*/
.product-preview {
    position: relative;
    width: calc(25% - 20px);
    margin: 0 0 20px 20px;
    padding: 10px;
    background: var(--white);
    border:1px solid var(--gray-200);
    border-radius: 3px;
    overflow: hidden;
    transition: .3s;
}
.product-preview:hover {
    border:1px solid var(--gray-300);
}
.product-preview-image{
	margin:0 0 10px 0;
}
.product-preview-image img {
    transition: .3s;
}
.product-preview-label {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
}
.product-preview-label span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 12px;
}
.product-preview-content {
    padding: 10px 0 0 0;
}
.product-preview-name {
    position: relative;
	line-height:100%;
    margin: 0 0 20px 0;
}
.product-preview-name a {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
	line-height:100%;
}
/**/
.product-preview-attributs{
    margin:0 0 20px 0;
}
.w-product-viewed .product-preview-attributs{
    display: none;
}
.product-preview-attribut-values{
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    margin:0 0 0 -5px;
}
.product-preview-attribut-value{
    width:calc(25% - 5px);
    margin:0 0 5px 5px;
}
.product-preview-attribut-value input{
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}
.product-preview-attribut-value-label{
	display:flex;
	align-items:center;
	justify-content:center;
    border:1px solid #e3e3e3;
    border-radius: 3px;
    padding:5px;
    cursor: pointer;
    transition: .3s;
}
.product-preview-attribut-value-label:hover{
    transform: scale(1.1,1.1);
    border:1px solid var(--blue-500);
}
.product-preview-attribut-value input:checked + .product-preview-attribut-value-label {
    border:1px solid var(--blue-500);
}

.w-product-viewed .product-preview-groups {
    display: none !important;
}

.product-preview-group.show img, .product-preview-group:hover img {
    transform: scale(1, 1);
    opacity: 1;
}

/**/
.product-preview-not-available {
    display: flex;
    align-items: center;
    height: 40px;
    color: var(--red-600);
}
.product-preview-footer{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
/**/
.product-preview-prices {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.product-preview-price {
    display: block;
    font-size: 24px;
    font-weight: 600;
    color: var(--black);
}
.product-preview-old-price {
    display: none;
}
/**/
 .product-preview-button{
    display: flex;
    justify-content: center;
}
.product-preview-button-buy{
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--black);
    background: var(--amber-600);
}
.product-preview-button-buy:hover{
    color: var(--black);
    background: var(--amber-700);
}
.w-product-viewed .product-preview-button-buy{
    display: none;
}

/*w-prod*/
.w-product {
    margin: 0 0 50px 0;
}
.w-product-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 0 10px 0;
    margin:0 0 20px 0;
    border-bottom: 1px solid var(--gray-200);
}
.w-product-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 150%;
}
.w-product .product-preview {
    width: 100%;
    margin: 0 10px;
}
/**/
.w-product-tabs-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.w-product-tabs-navs {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
}
.w-product-tabs-nav {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: var(--gray-600);
    transition: .3s;
    margin: 0 20px 0 0;
    cursor: pointer;;
}
.w-product-tabs-nav.active {
    color: var(--blue-700);
}
.w-product-tabs-content {
    position: relative;
    height: 0;
    visibility: hidden;
    opacity: 0;
}
.w-product-tabs-content.active {
    height: auto;
    visibility: visible;
    opacity: 1;
}
.w-producttabs-button {
    position: absolute;
    right: 0;
    bottom: -10px;
    z-index: 3;
}
.w-product-tabs-button .btn {
    color: var(--white);
    background: var(--light-blue-600);
}

.w-product-tabs-button .btn:hover {
    color: var(--white);
    background: var(--light-blue-700);
}
/**/
.w-product-viewed {
    margin: 50px 0 50px 0;
}
.w-product-viewed-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid var(--gray-200);
}
.w-product-viewed-head-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 150%;
}
.w-product-viewed .product-preview {
    width: 100%;
    margin: 0 10px;
}

/*w about*/
.w-about {
    margin: 0 0 50px 0;
    background: #f7f9fc;
    padding:50px 0;
}
.w-about-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 150%;
    margin: 0 0 20px 0;
}
.w-about-content {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px 0 0;
}
.w-about-container-text {

}
.w-about-button {

}
.w-about-button .btn {
    color: var(--white);
    background: var(--light-blue-600);
}

.w-about-button .btn:hover {
    color: var(--white);
    background: var(--light-blue-700);
}
/*modal callback*/
.m-callback-form {

}
.m-callback-whentime-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.m-callback-when-label {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-weight: 400;
    color: #888888;
}
.m-callback-radio-group {
    display: flex;
    align-items: center;
    margin: 0 0 20px -10px;
}
.m-callback-radio {
    width: calc(33.3333333% - 10px);
    margin: 0 0 0 10px;
}
.m-callback-radio-input {
    position: absolute;
    opacity: 0;
}
.m-callback-radio-label {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid var(--gray-300);
    cursor: pointer;
}
.m-callback-radio-input:checked + .m-callback-radio-label {
    border-color: var(--gray-200);
    background: var(--gray-200);
    color: var(--gray-700);
}
/**/
.m-callback-time-form {
    margin: 0 0 20px 0;
}
.m-callback-time-input {
    margin: 30px 0 0 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.m-callback-time-input input {
    outline: none;
    border: none;
    background: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    width: 30px;
    height: 50px;
    font-size: 16px;
    margin: 0 5px;
}
.m-callback-time-input span {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    color: var(--gray-500);
    cursor: pointer;
}
.m-callback-time-input span:hover {
    color: var(--black);
}
.callback-form-hour-min {
    left: 0;
}
.callback-form-hour-max {
    right: 0;
}


/*modal sign form*/
.modal-sign {
    width: 480px;
    padding: 40px;
}
.modal-sign .modal-close {
    top: 10px;
    transform: translate(0, 0);
}
.modal-sign-title {
    display: flex;
    justify-content: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 140%;
    margin: 0 0 30px 0;
}
.modal-sign-text {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin: 0 0 20px 0;
}
.modal-sign-main {
    border-bottom: 1px solid var(--bluegray-100);
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
}
/**/
.modal-sign-button .btn {
    display: flex;
    justify-content: center;
    width: 100%;
    background: var(--light-blue-600);
    color: var(--white);
}
.modal-sign-button .btn:hover {
    background: var(--light-blue-700);
    color: var(--white);
}
/**/
.modal-sign .modal-result {
    display: flex;
    justify-content: center;
}
/**/
.modal-sign-forgot {
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
}
.modal-sign-forgot span {
    margin: 0 5px;
    font-size: 14px;
    color: var(--gray-700);
    border-bottom: 1px dashed transparent;
    cursor: pointer;
}
.modal-sign-forgot span:hover {
    color: var(--gray-700);
    border-bottom: 1px dashed var(--gray-700);
}
/**/
.modal-sign-second {
    display: flex;
    justify-content: center;
}
.modal-sign-second-text {
    font-size: 16px;
}
.modal-sign-second-button {
    font-size: 16px;
    color: var(--light-blue-600);
    border-bottom: 1px dashed transparent;
    cursor: pointer;
    margin: 0 0 0 6px;
}
.modal-sign-second-button:hover {
    font-size: 16px;
    color: var(--light-blue-700);
    border-bottom: 1px dashed var(--light-blue-700);
}
/**/
.modal-sign .modal-result {
    text-align: center;
}

/*search drop*/
.w-search-drop {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    z-index: 992;
}

.w-search-drop-title {
    font-size: 14px;
    color: var(--gray-400);
    margin: 0 0 20px 0;
}

.w-search-drop-container {
    display: flex;
    flex-wrap: wrap;
}

.w-search-drop-products {
    width: 50%;
    max-height: 60vh;
    overflow-y: auto;
    padding: 10px 20px 10px 0;
}

.w-search-product {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed var(--gray-300);
}

.w-search-product-image {
    width: 120px;
    margin: 0 10px 0 0;
    border: 1px solid var(--gray-300);
    border-radius: 3px;
    overflow: hidden;
}

.w-search-product-label {
    display: flex;
    margin: 0 0 10px 0;
}

.w-search-product-label span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 12px;
}

.w-search-product-content {
    width: calc(100% - 130px);

}

.w-search-product-name {
    width: 70%;
    padding: 0 20px 0 0;
}

.w-search-product-name a {
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}

.w-search-product-name a:hover {
    color: var(--light-blue-600);
}

.w-search-product-prices {
    display: flex;
    margin: 10px 0 0 0;
}

.w-search-product-new-price {
    font-size: 18px;
    font-weight: 500;
    color: var(--light-blue-600);
}

.w-search-product-old-price {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0 20px;
}

/**/
.w-search-drop-categories {
    width: 50%;
    max-height: 60vh;
    overflow-y: auto;
    padding: 10px 20px 10px 20px;
}

.w-search-drop-category {
    margin: 0 0 10px 0;
}

.w-search-drop-category a {
    color: var(--black);
    border-bottom: 1px dashed transparent;
}

.w-search-drop-category a:hover {
    color: var(--light-blue-600);
    border-bottom: 1px dashed var(--light-blue-600);
}

/**/
.w-search-drop-footer {
    padding: 20px 0;
}

.w-search-drop-footer a {
    color: var(--white);
    background: var(--light-blue-600);
    margin: 0 10px 0 0;
}

.w-search-drop-footer a:hover {
    color: var(--white);
    background: var(--light-blue-700);
}

.w-search-drop-footer span {
    color: var(--white);
    background: var(--bluegray-300);
}

.w-search-drop-footer span:hover {
    color: var(--white);
    background: var(--bluegray-400);
}

/**/
.w-search-no-results {
    padding: 20px 10px;
}

.w-search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: .2s;
    cursor: pointer;
}

.w-search-overlay.show {
    opacity: 1;
    visibility: visible;
}

/*mini-cart*/
.m-cart {

}
.m-cart .modal-head {
    height: 10vh;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.m-cart .modal-body {
    overflow: hidden;
    overflow-y: auto;
    max-height: 70vh;
}
.cart-similar{
    margin:0 2px 0 0;
}
.cart-similar-title{
    font-size:16px;
    font-weight: 500;
    margin:20px 0 0 0;
    padding:15px 0;
    border-top: 1px dashed #e3e3e3;
}
.cart-similar-carousel{

}
.cart-similar-item{
    margin:0 10px;
    border:1px solid #e3e3e3;
    padding:20px;
    border-radius: 3px;
}
.cart-similar-item-image{
    max-width: 200px;
    margin:0 auto;
}
.cart-similar-item-name{
    font-size:12px;
    font-weight: 500;
    margin:15px 0;
}
.cart-similar-item-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cart-similar-item-price{
    font-size:16px;
    font-weight: 500;
}
.cart-similar-item-button .btn{
    color: var(--white);
    background: var(--amber-700);
}

.m-cart .modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    margin: 1px 0 0 0;
    height: 10vh;
    padding: 0 20px;
}
.m-cart-total {
    font-size: 20px;
    font-weight: 500;
    color: var(--black);
    margin: 0 20px 0 0;
}
.m-cart-button {

}
.m-cart-button a {
    color: var(--white);
    background: var(--light-blue-600);
}
.m-cart-button a:hover {
    color: var(--white);
    background: var(--light-blue-700);
}
.m-cart-button span{
	color: var(--black);
    background: var(--bluegray-50);

}
@media (max-width: 1023px) {
	.m-cart-button span{
		display:block;
		height: 30px;
        line-height: 30px;
		color: var(--black);
		background: var(--bluegray-50);
		margin:0 0 10px 0;

	}
}
.m-cart-button .modal-close{
	top: 0% !important;
	right: 0px !important;
	transform: translate(0, 0); !important;
}
.m-cart-button .modal-close:after{
	display:none !important;
	top: 0% !important;
	right: 0px !important;
}


.m-cart-empty {
    padding: 30px 20px;
    font-size: 16px;
}
/**/
.m-cart-items {

}
.m-cart-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid var(--gray-200);
    padding: 15px 0;
}
.m-cart-item:last-child {
    border: none;
}
.m-cart-item-a {
    width: 100px;
}
.m-cart-image {

}
.m-cart-item-b {
    display: flex;
    align-items: center;
    width: calc(100% - 120px);
    margin: 0 0 0 20px;
}
.m-cart-name {
    width: calc(100% - 320px);
    padding: 0 10px 0 0;
}
.m-cart-name a {
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    border-bottom: 1px dashed transparent;
}
.m-cart-name a:hover {
    color: var(--black);
    border-bottom: 1px dashed var(--black);
}
.m-cart-qty {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100px;
    margin: 0 0 0 20px;
    font-size: 14px;
}
.m-cart-qty-change:after {
    font-family: si-solid;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gray-300);
    border-radius: 3px;
    font-size: 12px;
    color: var(--black);
    cursor: pointer;
}
.m-cart-qty-change:hover:after {
    opacity: 0.6;
}
.m-cart-qty-change:first-child:after {
    content: '\e91b';
}
.m-cart-qty-change:last-child:after {
    content: '\e91d';
}
/**/
.m-cart-prices {
    width: 130px;
    margin: 0 0 0 20px;
}
.m-cart-price {
    font-size: 18px;
    font-weight: 500;
    color: var(--light-blue-600);
}
.m-cart-old-price {

}
.m-cart-remove {

}
.m-cart-remove:after {
    content: '\e926';
    font-family: si-solid;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--black);
    cursor: pointer;
}

.m-cart-remove:hover:after {
    color: var(--red-600);
}

/**/
.m-cart-additions {
    width: 100%;
    margin: 10px 0 0 0;
}

.m-cart-addition span {
    display: flex;
    align-items: center;
    margin: 0 0 7px 0;
}

.m-cart-addition span:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 4px;
    background: var(--light-blue-600);
    margin: 0 10px 0 0;
    font-size: 14px;
}

.m-cart-addition span a {
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    border-bottom: 1px dashed transparent;
}

.m-cart-addition span a:hover {
    color: var(--black);
    border-bottom: 1px dashed var(--black);
}

/**/
.modal-review-mark {
    text-align: center;
    margin: 0 0 30px 0;
}

.modal-review-mark-label {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.modal-review-mark-stars {
    display: flex;
    justify-content: center;
}

.modal-review-mark input {
    display: none;
}

.modal-review-mark input + label {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(/icons/review-star-check.svg);
    background-size: 30px 30px;
}

.modal-review-mark input + label:hover {
    opacity: 0.7;
}

.modal-review-mark input:checked + label ~ label {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(/icons/review-star.svg);
    background-size: 30px 30px;
}

.modal-review-button {
    text-align: center;
    margin: 0 0 20px 0;
}

.modal-review-success {
    display: none;
    text-align: center;
}

.modal-review-success-message {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 20px 0;
    line-height: 160%;
}

.footer {

}

/**/
.footer-a {
    background: #f7f9fc;
    border-top: 1px solid #edeef0;
    padding: 30px 0;
}

.footer-a-container {

}

.footer-a-container .footer-item {

}

.footer-a-container .footer-item-title {
    display: none;
}

/*menu*/
.w-footer-menu {

}

.w-footer-menu ul {
    display: flex;
}

.w-footer-menu ul li {
    margin:0 10px 0 0;
}

.w-footer-menu ul li a {
    font-size: 14px;
    color: var(--black);
}

.w-footer-menu ul li a:hover {
    color: var(--yellow-800);
}

/**/
.footer-b {
    background: var(--gray-900);
}

.footer-b-container {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-copyright {
    
}
.footer-copyright span{
	display:block;
	font-size: 14px;
    font-weight: 300;
    color: var(--gray-400);
}

/**********************************************************************************************************************/
@media (max-width: 1023px) {
    .main-container {
        padding: 0;
    }
    .breadcrumbs{
        margin:0;
    }
    .breadcrumbs-container ol li {
        display: none;
    }
    .breadcrumbs-container ol li a {
        font-size: 12px;
    }
    .breadcrumbs-container ol li:after {
        display: none;
    }
    .breadcrumbs-container ol li:before {
        content: '\68';
        font-family: si-solid;
        font-size: 10px;
    }
    .category-title{
        font-size: 18px;
    }
    /**/
    .w-slider{
        background: #fff;
        padding: 10px 0 20px 0;
    }
    /**/
    .w-category-wall{
        background: #fff;
    }
    .w-category-wall-title{
        font-size: 18px;
        text-align: center;
    }
    .w-category-wall-element{
        width: calc(33.333333% - 20px);
        background: #f7f9fc;
        font-size: 16px;
        padding: 10px;
    }
    /**/
    .w-search-result{
        position: absolute;
        top:10vh;
        left:10px;
        right:10px;
    }

    .w-search-drop-products{
        width:100%;
        max-height: 80vh;
        background: var(--white);
        border-radius: 4px 4px 0 0;
        overflow-y: auto;
        padding:10px;
    }
    .w-search-drop-categories, .w-search-drop-title{
        display: none;
    }
    .w-search-product{
        display: flex;
        margin:0 0 10px 0;
        padding:0 0 10px 0;
        border-bottom: 1px solid var(--gray-200);
    }
    .w-search-product-image{
        width:60px;
        margin:0 10px 0 0;
        border-radius: 3px;
        border:1px solid var(--gray-200);
    }
    .w-search-product-content{
        width: calc(100% - 70px);
    }
    .w-search-product-name{
        width: 100%;
        margin:0 0 10px 0;
    }
    .w-search-product-name a{
        font-weight: 500;
    }
    .w-search-product-prices{
        display: flex;
        align-items: center;
    }
    .w-search-product-new-price{
        font-weight: 500;
        color: var(--light-blue-600);
    }
    .w-search-drop-footer{
        background: var(--gray-200);
        border-radius:0 0 4px 4px;
    }
    .w-search-drop-footer a{
        display: flex;
        justify-content: center;
        align-items: center;
        height:30px;
    }
    .w-search-drop-footer span{
        display: none;
    }
    .p-page-head-title{
        font-size: 18px;
        margin:0 0 30px 0;
    }
    /**/
    .w-banner{
        margin:0 0 50px 0;
    }
    .w-banner-list{
        display: flex;
        flex-wrap: wrap;
        margin:0 0 0 -10px;
    }
    .w-banner-item{
        position: relative;
        width:calc(50% - 10px);
        margin:0 0 10px 10px;
        border-radius: 3px;
        overflow: hidden;
    }
    .w-banner-item-cover{
        display: flex;
        align-items: flex-end;
        justify-content: center;
        position: absolute;
        top:0;
        right:0;
        bottom: 0;
        left:0;
        background: rgba(0,0,0,0.2);
        padding: 10px;
    }
    .w-banner-item-title{
        text-align: center;
        font-size:16px;
        color:var(--white);
    }
    .w-product{
        margin:0 0 50px 0;
    }
    .w-product-title{
        width: 100%;
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        margin:0 0 10px 0;
    }
    .w-product-tabs{

    }
    .w-product-tabs-navs{
        width: 100%;
    }
    .w-product-tabs-navs{
        display: flex;
        align-items: center;
        justify-content: center;
        margin:0 0 10px 0;
    }
    .w-product-tabs-nav{
        display: flex;
        align-items: center;
        justify-content: center;
        height:30px;
        padding:0 10px;
        font-size:12px;
        font-weight: 500;
        color: var(--white);
        background: var(--gray-700);
        border-radius: 3px;
        margin:0 5px;
    }
    .w-product-tabs-nav.active{
        color: var(--white);
        background: var(--light-blue-600);
    }
    .w-product-tabs-control{
        display: none;
    }
    .w-product-tabs-content{
        position: relative;
        height: 0;
        visibility: hidden;
        opacity: 0;
    }
    .w-product-tabs-content.active{
        height: auto;
        visibility: visible;
        opacity: 1;
    }

    .w-product-viewed-head-title{
        width: 100%;
        font-size: 18px;
        text-align: center;
    }
    /**/
    .product-preview{
        position: relative;
        width: calc(25% - 20px);
        margin: 0 0 20px 20px;
        padding: 10px;
        background: var(--white);
        border: 1px solid var(--gray-200);
        border-radius: 3px;
        overflow: hidden;
        transition: .3s;
    }
    .product-preview-content{

    }
    .product-preview-image{
        margin:0 0 10px 0;
    }
    .product-preview-image img{
        margin: 0 auto;
    }
    .product-preview-name{
        height: auto;
        line-height: 100%;
        text-align: center;
        margin:0 0 10px 0;
    }
    .product-preview-prices{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-preview-price{
        font-weight: 500;
        color: var(--light-blue-600);
    }
    .product-preview-old-price{
        margin:0 0 0 10px;
        color: var(--gray-700);
    }
    .product-preview-not-available{
        display: block;
        text-align: center;
        color: var(--red-600);
    }
    .product-preview-button{
        display: flex;
        justify-content: center;
        margin:10px 0 0 0;
    }
    .product-preview-button-buy span{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        padding:0 10px;
        color: var(--white);
        background: var(--light-blue-600);
        border-radius: 3px;
    }
    /*p-brand*/
    .p-brand {
        margin: 0 0 50px 0;
    }

    .p-brand-head {
        margin: 0 0 20px 0;
    }

    .p-brand-title {
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 10px 0;
    }

    .p-brand-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 100px -20px;
    }

    .p-brand-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: calc(33.33333% - 20px);
        margin: 0 0 20px 20px;
        position: relative;
        padding: 20px 10px;
        background: var(--white);
        border: 1px solid var(--gray-200);
        border-radius: 3px;
        overflow: hidden;
        transition: .3s;
    }

    .p-brand-item-image {
        width: 100x;
    }

    .p-brand-item-image img {
        width: 100px;
        margin: 0 auto;
    }

    .p-brand-item-name {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        margin: 20px 0;
        font-size: 16px;
    }

    .p-brand-item-button .btn {
        color: var(--white);
        background: var(--light-blue-600);
    }

    .p-brand-item-button .btn:hover {
        color: var(--white);
        background: var(--light-blue-700);
    }
    /**/
    .w-about{
        margin:0 0 50px 0;
    }
    .w-about-title{
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        margin: 0 0 10px 0;
    }
    .w-about-container{
        background: var(--white);
        border: 1px solid var(--gray-100);
        border-radius: 3px;
        padding: 20px;
    }
    .w-about-content{
        max-height: 200px;
        overflow-y: auto;
    }
    /**/
    .w-product-viewed{
        margin: 0 0 50px 0;
    }
    .w-product-viewed-head{
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        margin: 0 0 10px 0;
    }
    .w-product-viewed-head-control{
        display: none;
    }
    /*mini-cart*/
	
    .m-cart .modal-head {
        height: 5vh;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    }
    .m-cart .modal-body {
        overflow: hidden;
        overflow-y: auto;
        max-height: 65vh;
    }
    .m-cart .modal-footer {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
        margin: 1px 0 0 0;
        height: 15vh;
        padding: 0 20px;
    }
    .m-cart-total {
        font-size: 16px;
        font-weight: 500;
        color: var(--black);
        margin: 0 20px 0 0;
    }
    .m-cart-button a {
        height:30px;
        line-height: 30px;
        color: var(--white);
        background: var(--light-blue-600);
    }
    .m-cart-button a:hover {
        color: var(--white);
        background: var(--light-blue-700);
    }
    .m-cart-empty {
        padding: 30px 10px;
        font-size: 16px;
    }
    /**/
    .m-cart-item {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid var(--gray-200);
        padding: 15px 0;
    }

    .m-cart-item:last-child {
        border: none;
    }

    .m-cart-item-a {
        width: 70px;
    }
    .m-cart-item-b {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% - 70px);
        margin:0;
    }
    .m-cart-name {
        width: 100%;
        padding: 0 0 10px 0;
    }
    .m-cart-qty {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100px;
        margin: 0 0 10px 0;
        font-size: 14px;
    }
    .m-cart-qty-change:after {
        font-family: si-solid;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--gray-300);
        border-radius: 3px;
        font-size: 12px;
        color: var(--black);
        cursor: pointer;
    }
    .m-cart-qty-change:hover:after {
        opacity: 0.6;
    }
    .m-cart-qty-change:first-child:after {
        content: '\e91b';
    }
    .m-cart-qty-change:last-child:after {
        content: '\e91d';
    }
    /**/
    .m-cart-prices {
        display: flex;
        align-items: center;
        width: calc(100% - 50px);
        margin: 0 0 0 0;
    }
    .m-cart-price {
        font-size: 18px;
        font-weight: 500;
        color: var(--light-blue-600);
        margin:0 10px 0 0;
    }
    .m-cart-remove:after {
        content: '\e926';
        font-family: si-solid;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: var(--black);
        cursor: pointer;
    }

    .m-cart-remove:hover:after {
        color: var(--red-600);
    }
    /**/
    .m-cart-additions {
        width: 100%;
        margin:10px 0 0 0;
    }
    .m-cart-addition span {
        display: flex;
        align-items: center;
        margin: 0 0 7px 0;
    }
    .m-cart-addition span:before {
        content: '';
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 4px;
        background: var(--light-blue-600);
        margin: 0 10px 0 0;
        font-size: 14px;
    }
    .m-cart-addition span a {
        font-size: 14px;
        font-weight: 400;
        color: var(--black);
        border-bottom: 1px dashed transparent;
    }
    .m-cart-addition span a:hover {
        color: var(--black);
        border-bottom: 1px dashed var(--black);
    }

    .cart-similar{
        margin:0 2px 0 0;
    }
    .cart-similar-title{
        font-size:16px;
        font-weight: 500;
        margin:20px 0 0 0;
        padding:15px 0;
        border-top: 1px dashed #e3e3e3;
    }
    .cart-similar-carousel{

    }
    .cart-similar-item{
        margin:0 10px;
        border:1px solid #e3e3e3;
        padding:20px;
        border-radius: 3px;
    }
    .cart-similar-item-image{
        max-width: 200px;
        margin:0 auto;
    }
    .cart-similar-item-name{
        font-size:12px;
        font-weight: 500;
        margin:15px 0;
    }
    .cart-similar-item-footer{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .cart-similar-item-price{
        font-size:16px;
        font-weight: 500;
    }
    .cart-similar-item-button .btn{
        color: var(--white);
        background: var(--amber-700);
    }


    /*modal sign form*/
    .modal-sign {
        width: calc(100% - 20px);
        padding: 20px;
    }

    .modal-sign .modal-close {
        top: 10px;
        transform: translate(0, 0);
    }

    .modal-sign-title {
        display: flex;
        justify-content: center;
        font-size: 18px;
        font-weight: 400;
        line-height: 140%;
        margin: 0 0 20px 0;
    }

    .modal-sign-text {
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 140%;
        margin: 0 0 20px 0;
    }

    .modal-sign-main {
        border-bottom: 1px solid var(--bluegray-100);
        padding: 0 0 30px 0;
        margin: 0 0 30px 0;
    }

    /**/
    .modal-sign-button .btn {
        display: flex;
        justify-content: center;
        width: 100%;
        background: var(--light-blue-600);
        color: var(--white);
    }

    .modal-sign-button .btn:hover {
        background: var(--light-blue-700);
        color: var(--white);
    }

    /**/
    .modal-sign .modal-result {
        display: flex;
        justify-content: center;
    }

    /**/
    .modal-sign-forgot {
        display: flex;
        justify-content: center;
        margin: 20px 0 0 0;
    }

    .modal-sign-forgot span {
        margin: 0 5px;
        font-size: 14px;
        color: var(--gray-700);
        border-bottom: 1px dashed transparent;
        cursor: pointer;
    }

    .modal-sign-forgot span:hover {
        color: var(--gray-700);
        border-bottom: 1px dashed var(--gray-700);
    }

    /**/
    .modal-sign-second {
        display: flex;
        justify-content: center;
    }

    .modal-sign-second-text {
        font-size: 16px;
    }

    .modal-sign-second-button {
        font-size: 16px;
        color: var(--light-blue-600);
        border-bottom: 1px dashed transparent;
        cursor: pointer;
        margin: 0 0 0 6px;
    }

    .modal-sign-second-button:hover {
        font-size: 16px;
        color: var(--light-blue-700);
        border-bottom: 1px dashed var(--light-blue-700);
    }

    /**/
    .modal-sign .modal-result {
        text-align: center;
    }

    /**/
    .modal-review-mark {
        text-align: center;
        margin: 0 0 30px 0;
    }

    .modal-review-mark-label {
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        font-weight: 500;
        margin: 0 0 10px 0;
    }

    .modal-review-mark-stars {
        display: flex;
        justify-content: center;
    }

    .modal-review-mark input {
        display: none;
    }

    .modal-review-mark input + label {
        display: block;
        width: 30px;
        height: 30px;
        cursor: pointer;
        background: url(/icons/review-star-check.svg);
        background-size: 30px 30px;
    }

    .modal-review-mark input + label:hover {
        opacity: 0.7;
    }

    .modal-review-mark input:checked + label ~ label {
        display: block;
        width: 30px;
        height: 30px;
        cursor: pointer;
        background: url(/icons/review-star.svg);
        background-size: 30px 30px;
    }

    .modal-review-button {
        text-align: center;
        margin: 0 0 20px 0;
    }

    .modal-review-success {
        display: none;
        text-align: center;
    }

    .modal-review-success-message {
        font-size: 18px;
        font-weight: 400;
        margin: 0 0 20px 0;
        line-height: 160%;
    }

    .w-footer-menu ul{
       display: block;
        text-align: center;
    }
    .w-footer-menu ul li{
        margin:0 0 10px 0;
    }
    .footer-copyright{
        font-size: 12px;
    }

}

@media (max-width: 660px) {
    .p-brand-item {
        width: calc(50% - 20px);
    }
}
@media (max-width: 460px) {
    .p-brand-item {
        width: calc(100% - 20px);
    }
    .w-category-wall-element {
        width: calc(50% - 20px);
    }
}



