











/**/
.breadcrumbs{

}
.breadcrumbs-elements{
    display: flex;
    align-items: center;
    list-style: none;
    padding:0;
    margin:0 0 30px 0;
}
.breadcrumbs-element{

}
.breadcrumbs-element:after{
    content: '/';
    margin:0 10px;
}
.breadcrumbs-element:last-child:after{
    display: none;
}
.breadcrumbs-element:after,
.breadcrumbs-element a,
.breadcrumbs-element span{
    font-size: 14px;
    color: var(--gray-500);
}
.breadcrumbs-element a:hover{
    color: var(--black);
}
@media (max-width: 1024px) {
    .breadcrumbs{
        display: none;
    }
}

/**/
.slider-item{
    display: flex;
    align-items: center;
}
.slider-item-image{
    width:50%;
    padding:0 25px 0 0;
}
.slider-item-content{
    width:50%;
    padding: 0 0 0 20px;
}


.slogan{
    max-width: 860px;
    margin: 0 auto;
    font-size: 18px;
	text-align:center;
	padding:40px 40px 0 40px;
	font-style:italic;
}
.slogan span{
	display:block;
	padding:5px 0 0 0;
	font-size: 14px;
}
/**/
.w-banner{
    padding:30px 0 0 0;
}
.w-banner-list{
    display: flex;
    flex-wrap: wrap;
    margin:0 0 0 -50px;
}
.w-banner-item{
    position: relative;
    width:calc(50% - 50px);
    margin:0 0 50px 50px;
    border-radius: 5px;
    overflow: hidden;
}
.w-banner-item-cover{
    position: absolute;
    top:0;
    right:0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,0.3);
}
.w-banner-item img{
    transition: 2s;
}
.w-banner-item:hover img{
    opacity: .6;
    transform: scale(1.1, 1.1);
}
.w-banner-item-name{
    position: absolute;
    left:0;
    right:0;
    width:100%;
    bottom:100px;
    text-align: center;

    display: block;

    font-size: 40px;
    color: var(--black);
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 2;
}
@media (max-width: 1024px) {
    .w-banner-list{
        display: flex;
        flex-wrap: wrap;
        margin:0;
        padding:0 10px;
    }
    .w-banner-item{
        position: relative;
        width:100%;
        margin:0 0 10px 0;
    }
    .w-banner-item-name{
        font-size: 28px;
        height: 50px;
        padding:0 40px;
        white-space:nowrap;
		bottom:20px;
    }

}




.p-certificate-container{
    max-width: 1200px;
    margin:0 auto;
}
.p-certificate{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin:50px 0 100px 0;
}
.p-certificate-image{
    width:50%;
    padding:0 25px 0 0;
    border-radius: 5px;
    overflow: hidden;
}
.p-certificate-content{
    width: 50%;
    padding:0 0 0 25px;
}
.p-certificate-title{
    font-size: 32px;
    font-weight: 400;
    margin:0 0 30px 0;
}
.p-certificate-text{
    margin:0 0 30px 0;
}
.p-certificate-button .button{
    background: var(--black);
    color: var(--white);
}
@media (max-width: 980px) {
    .p-certificate-image{
        width:100%;
        padding:0;
        margin:0 0 30px 0;
    }
    .p-certificate-content{
        width: 100%;
        padding:0;
        text-align: center;
    }
    .p-certificate-title{
        font-size: 24px;
    }
}

/**/
.p-page-container{
    min-height: 600px;
    text-align: center;
}
.p-page-head{
    margin:0 0 30px 0;
}
.p-page-head-title{
    font-size: 42px;
    font-weight: 300;
    margin:0;
    padding:0
}
.p-page-short-description{

}
.p-page-description{
    max-width: 960px;
    margin: 0 auto;
}
/**/
.p-home-description{
    text-align: center;
    padding:50px 20px;
}
.p-home-description h1{
    font-size: 32px;
}
@media (max-width: 1200px) {
    .p-page-head-title{
        font-size: 22px;
        font-weight: 300;
        margin:50px 0 0 0;
        padding:0
    }
}


/**/
.collection-container{

}
.collection-head{
    margin:0 0 50px 0;
    text-align: center;
}
.collection-title{
    font-size: 32px;
    font-weight: 400;
}
.collection-short-description{
    margin:20px auto 0 auto;
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
    max-width: 800px;
}
.collection-description{

}
@media (max-width: 1024px) {
    .collection-title{
        font-size: 24px;
        font-weight: 400;
    }
    .collection-short-description{
        margin:10px auto 10px auto;
        font-size: 14px;
    }
}



/**/
.p-page-contact{
    text-align: center;
    min-height: 600px;
}
.p-page-contact-title{
    font-size: 32px;
    font-weight: 400;
    margin:50px 0 50px 0;
}
.p-page-contact-item{
    margin:0 0 20px 0;
}
@media (max-width: 1200px) {
    .p-page-contact-title{
        font-size: 22px;
    }
}



/**/
.collection-childs{
    display: flex;
    flex-wrap: wrap;
    margin:0 0 0 -40px;
}
.collection-child{
    width: calc(25% - 40px);
    margin: 0 0 40px 40px;
}
.collection-child-image{
    display: flex;
    background: var(--gray-200);
    border-radius: 5px;
    overflow: hidden;
}
.collection-child-name{
    text-align: center;
    font-size: 22px;
    padding:20px 10px;
}
@media (max-width: 1200px) {
    .collection-childs{
        margin:0 0 0 -20px;
    }
    .collection-child{
        width: calc(33.33333% - 20px);
        margin: 0 0 20px 20px;
    }
}
@media (max-width: 860px) {
    .collection-childs{
        margin:0 0 0 -10px;
    }
    .collection-child{
        width: calc(50% - 10px);
        margin: 0 0 10px 10px;
    }
    .collection-child-name{
        font-size: 16px;
        padding:10px 10px;
    }
}



/**/
.category-container{

}
.category-head{
    margin:0 0 50px 0;
    text-align: center;
}
.category-title{
    font-size: 32px;
    font-weight: 400;
}
.category-short-description{
    margin:20px auto 0 auto;
    font-size: 20px;
    font-weight: 300;
    max-width: 800px;
}
.category-product-list{
    margin:0 0 50px 0;
}
.category-description{

}
@media (max-width: 1024px) {
    .category-title{
        font-size: 24px;
    }
    .category-short-description{
        margin:10px auto 10px auto;
        font-size: 14px;
    }
}



/**/
.category-childs{

}
.category-child{
    margin:0 0 40px 0;
}
.category-child-preview{
    margin: 0 0 20px 0;
    text-align: center;
}
.category-child-preview-content{
    padding:0 30px;
}
.category-child-preview-title{
    font-size: 32px;
    text-align: center;
}
.category-child-preview-description{
    margin: 10px auto 10px auto;
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
    max-width: 800px;
}
.category-child-preview-button{
    text-align: center;
}
.category-child-preview-button .button{
    color: var(--white);
    background: var(--black);
}
@media (max-width: 1024px) {
    .category-child-preview-title{
        font-size: 24px;
        margin:0 0 5px 0;
    }
    .category-child-preview-description{
        font-size: 14px;
    }
    .category-child-preview-button .button{
        height: 30px;
        line-height: 30px;
        padding: 0 10px;
        font-size: 12px;
    }
}





/*product list*/
.product-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:0 0 75px -20px;
}
.product-item{
    width:calc(25% - 20px);
    margin:0 0 40px 20px;
}
@media (max-width: 1024px) {
    .product-list{
        margin:0 0 40px -20px;
    }
    .product-item{
        width:calc(33.33333333% - 20px);
        margin:0 0 20px 20px;
    }
}
@media (max-width: 680px) {
    .product-list{
        margin:0 0 20px -20px;
    }
    .product-item{
        width:calc(50% - 20px);
    }
}
.product-slider .product-item{
    width:100%;
    margin:0 10px;
}



/**/
.product-item-collection{
    width:100%;
}
.product-item-collection-title{
    text-align: center;
}
.product-item-collection-title span{
    display: block;
}
.product-item-collection-title span:first-child{
    font-size: 32px;
    margin:0 0 15px 0;
}
.product-item-collection-title span:last-child{
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--bluegray-300);
    letter-spacing: 2px;
}
@media (max-width: 1024px) {
    .product-item-collection-title{
        text-align: center;
    }
    .product-item-collection-title span:first-child{
        font-size: 24px;
        margin:0;
    }
    .product-item-collection-title span:last-child{
        font-size: 14px;
    }
}
.product-item{

}
.product-item-image{
    position: relative;
}
.product-item-discount{
    position: absolute;
    left:0;
    bottom:20px;
    display: flex;
    align-items: center;
    height:30px;
    padding:0 10px;
    font-weight: 500;
    font-size: 14px;
    color: var(--white);
    background: var(--black);
    z-index: 2;
}
.product-item-image{
    border-radius: 5px;
    overflow: hidden;
}
.product-item-image img{
    transform: scale(1.01,1.01);
    transition: .5s;
}
.product-item-image:hover img{
    transform: scale(1.1,1.1);
}
.product-item-label{
    position: absolute;
    top:10px;
    left:0;
    z-index: 2;
}
.product-item-label-image{
    width:50px;
}
.product-item-label-name{
    display: flex;
    align-items: center;
    height: 30px;
    border-radius: 0 5px 5px 0;
    padding: 0 10px;
    font-weight: 500;
    font-size: 14px;
    z-index: 2;
}

.product-item-content{
    display: flex;
    flex-wrap: wrap;
    padding:20px 0 0 0;
}
.product-item-name{
    width:calc(100% - 100px);
    margin:0 20px 0 0;
}
.product-item-name a{
    font-weight: 500;
    color: var(--black);
}
.product-item-price{
    width:80px;
    text-align: right;
    font-size: 18px;
    font-weight: 500;
    color: var(--red-800);
}
@media (max-width: 1024px) {
    .product-item-content{
        padding:10px 0 0 0;
    }
    .product-item-name{
        width:100%;
        text-align: center;
        margin:0 0 10px 0;
    }
    .product-item-price{
        width:100%;
        text-align: center;
    }
}
@media (max-width: 680px) {
    .product-item-name a{
        font-size: 14px;
        line-height: 110%;
    }
}





.product-slider{
    position: relative;

}
/*controls*/
.product-slider .slick-controls{

}
.product-slider .slick-control.slick-control-prev{
    position: absolute;
    top:40%;
    left:-50px;
}
.product-slider .slick-control.slick-control-next{
    position: absolute;
    top:40%;
    right:-50px;
}
.product-slider .slick-control.slick-control-prev, .product-slider .slick-control.slick-control-next{
    display: flex;
    align-items: center;
    justify-content: center;
    width:50px;
    height:50px;
    border-radius: 3px;
    cursor: pointer;
    transition: .3s;

}

.product-slider .slick-control.slick-control-prev:after{
    content: '\68';
    font-family: si-solid;
    font-size: 30px;
    color:var(--gray-700);
}
.product-slider .slick-control.slick-control-next:after{
    content: '\e909';
    font-family: si-solid;
    font-size: 30px;
    color:var(--gray-700);
}
.product-slider .slick-control.slick-control-prev:hover:after, .product-slider .slick-control.slick-control-next:hover:after{
    color:var(--red-800);
}




.product-slider-container{
    margin:0 0 50px 0;
}
.product-slider-title{
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
    margin:0 0 30px 0;
}
@media (max-width: 1024px) {
    .product-slider-title{
        font-size: 24px;
        font-weight: 400;
        line-height: 120%;
        text-align: center;
        margin:0 0 20px 0;
    }
}



.footer{
    border-top: 1px solid var(--bluegray-100);
    padding:40px 0;
}
.footer-a{

}
.footer-a-container{
    display: flex;
    flex-wrap: wrap;
}
.footer-a-container .footer-col{
    width:20%;
}





.footer-col-title{
    font-size: 20px;
    font-weight: 300;
    margin:0 0 20px 0;
}

/**/
.menu-footer{

}
.menu-footer-level-1{

}
.menu-footer-level-1-item{
    margin:0 0 7px 0;
}
.menu-footer-level-1-link{
    font-size: 16px;
    font-weight: 300;
}
.menu-footer-level-1-link:hover{
    color: var(--red-800);
}

/**/
.footer-contacts{

}
.footer-phone-elements{
    margin:0 0 20px 0;
}
.footer-phone-element{
    margin:0 0 7px 0;
}
.footer-phone-element a{
    font-size: 16px;
    font-weight: 300;
}
.footer-message-elements{
    margin:0 0 20px 0;
}
.footer-message-element{
    margin:0 0 7px 0;
}
.footer-message-element a{
    font-size: 16px;
    font-weight: 300;
}
.footer-social-elements{
    margin:0 0 20px 0;
}
.footer-social-element{
    margin:0 0 7px 0;
}
.footer-social-element a{
    font-size: 16px;
    font-weight: 300;
}

@media (max-width: 1024px) {

    .footer-a-container .footer-col{
        width:100%;
        text-align: center;
        margin:0 0 20px 0;
    }
    .footer-col-title{
        font-size: 18px;
        margin:0 0 10px 0;
    }
    .menu-footer-level-1-item{
        margin:0 0 2px 0;
    }
    .menu-footer-level-1-link{
        font-size: 14px;
    }
}



.p-404{
	text-align:center;
	padding:50px 0 200px 0;
}
.p-404-title{
	font-size:32px;
	font-weight:500
}

@media (max-width: 1024px) {
	.p-404-title{
		font-size:22px;
	}
}



.footer-b{
	
}
.footer-b-container{
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
	border-top:1px solid #e3e3e3;
	text-align:center;
	padding:20px 0;
}
.footer-b-container .footer-col{
  
}




.cart-list{
    max-height: 60vh;
    overflow: hidden;
    overflow-y: auto;
}
.cart-item{
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    padding:0 0 10px 0;
    margin:0 0 10px 0;
    border-bottom: 1px dashed var(--gray-200);
}
.cart-item-a{
    width:100px;
}
.cart-item-b{
    width:calc(100% - 100px);
    padding:0 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/**/
.cart-image{

}
/**/
.cart-content{

}
.cart-name{
    margin:7px 0 10px 0;
}
.cart-name a{
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
}
.cart-name a:hover{
    border-bottom: 1px solid var(--black);
}
.cart-attributes{

}
.cart-attribute{
    display: flex;
    align-items: center;
    font-size: 14px;
    margin:0 0 5px 0;
}
/**/
.cart-controls{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width:300px;
}
.cart-qty{
    display: flex;
    align-items: center;
    background: var(--gray-100);
    border-radius: 4px;
    margin:0 10px 0 0;
}
.cart-qty-change{
    display: flex;
    align-items: center;
    justify-content: center;
    width:30px;
    height:40px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.cart-qty-change.qty-min:after{
    content: '\68';
    font-family: si-solid;
}
.cart-qty-change.qty-max:after{
    content: '\e909';
    font-family: si-solid;
}
.cart-qty-count{
    padding:0 10px;
    font-size: 14px;
    font-weight: 500;
}
.cart-price{
    margin:0 20px 0 0;
}
.cart-price span{
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: var(--red-800);
}
.cart-price strike{
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--gray-500);
}
.cart-remove{
    display: flex;
    align-items: center;
    justify-content: center;
    width:40px;
    height:40px;
    background: var(--gray-100);
    border-radius: 4px;
    font-size: 14px;
    transition: .3s;
    cursor: pointer;
}
.cart-remove:after{
    content: '\e926';
    font-family: si-solid;
}
.cart-remove:hover{
    color: var(--white);
    background: var(--black);
}

/**/
.cart-footer{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}
.cart-total{
    display: flex;
    align-items: center;
    margin:0 20px 0 0;
}
.cart-total span:first-child{
    font-size: 16px;
    margin:0 5px 0 0;
}
.cart-total span:last-child{
    font-weight: 500;
    font-size: 16px;
    color: var(--red-800);
}
.cart-button .button{
    color: var(--white);
    background: var(--black);
}
@media (max-width: 1024px) {
    .cart-item {
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }
    .cart-item-a {
        width: 50px;
    }
    .cart-item-b {
        width: calc(100% - 50px);
    }
    .cart-content{
        width:100%;
    }
    .cart-controls{
        width:100%;
        justify-content: flex-start;
    }
    .cart-total{
        width:100%;
        justify-content: center;
        margin:0 0 20px 0;
    }
    .cart-button{
        width: 100%;
    }
    .cart-button .button{
        width: 100%;
    }
}




/*sing in*/
.modal-sign{
    width:470px;
    padding:40px;
}

.modal-title{

}
.modal-sign-a{
    margin:0 0 30px 0;
}
.modal-sign-a .modal-control{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-sign-a .modal-control .modal-sign-submit-button{
    background: var(--black);
}
.modal-sign-a .modal-control .modal-sign-forgot-button{
    cursor: pointer;
    border-bottom: 1px dashed var(--black);
}
.modal-sign-a .modal-control .modal-sign-forgot-button:hover{
    border-bottom: 1px solid var(--black);
}
.modal-sign-a .modal-control .modal-sign-agm{
    font-size: 12px;
    line-height: 130%;
    padding:0 0 0 10px;
}
/**/
.modal-sign-b{
    padding:30px 0 0 0;
    text-align: center;
    border-top: 1px solid var(--gray-300);
}
.modal-sign-b .modal-title{
    margin:0 0 20px 0;
}
.modal-sign-b .modal-control{

}
.modal-sign-b .modal-control span{
    cursor: pointer;
    border-bottom: 1px dashed var(--black);
}
.modal-sign-b .modal-control span:hover{
    border-bottom: 1px solid var(--black);
}


.modal-table-size table{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dedede;
    font-size: 14px;
    padding: 5px;
}
.modal-table-size td{
    border: 1px solid #dedede;
    font-size: 14px;
    padding: 5px;
}
