 .cart__block {
            position: fixed;
            background: #fff;
            top: 0;
            right: -100%;
            width: 50%;
            height: 100%;
            z-index: 99;
            padding: 60px;
            transition: 300s;
            -webkit-transition-duration: 0.7s;
            transition-duration: 0.7s;
        }

        .cart__popup {
            flex-direction: column;
            height: 100%;
            display: flex;
        }

        .cart__body {}

        .cart__head {
            font-size: 26px;
            color: #000;
            text-transform: uppercase;
            font-weight: 500;
            border-bottom: 1px solid #f0f0f2;
            margin-bottom: 40px;
            padding-bottom: 40px;
        }

        .cart__head a {
            opacity: 0.32;
            color: #000;
        }

        .cart__head a.cart__act {
            opacity: 1;
        }

        .cart__head a:first-child {
            margin-right: 20px;
        }

        .cart__cartprod {
            height: calc(100% - 170px);
            overflow-y: auto;
            overflow-x: hidden;
            -ms-overflow-style: none;
            scrollbar-width: none;
        }

        .cartprod__item {
            display: flex;
            border-bottom: 1px solid #f0f0f2;
            margin-bottom: 20px;
            padding-bottom: 20px
        }

        .cartprod__img {
            width: 120px;
            margin-right: 25px;
        }

        .cartprod__body {
            width: 100%;
        }

        .cartprod__title a {
            font-weight: 700;
            text-transform: uppercase;
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0.5px;
        }

        .cartprod__priceblock {
            display: flex;
            justify-content: space-between;
            margin: 8px 0 16px 0;
        }

        .cartprod__code {
            font-size: 12px;
            color: #b7b7b9;
        }

        .cartprod__price {
            color: #1a1924;
            min-width: 130px;
            font-size: 12px;
            line-height: 16px;
            text-transform: uppercase;
            text-align: right;
        }

        .cartprod__sizers {
            margin-top: 8px;
            font-weight: 500
        }

        .size_item {
            font-size: 14px;
            line-height: 20px;
            letter-spacing: 0.5px;
            color: #88878d;
        }

        .size_item span {
            color: #1a1924;
            text-transform: uppercase;
        }

        .cartprod__quantity {
            display: flex;
            justify-content: space-between;
            margin-top: 10px;
        }

        .cart__total {
            padding-top: 30px;
        }

        .delitem {
            text-align: right;
            display: flex;
            align-items: center;
        }

        .delitem a {
            color: #dc2020;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 500;
        }

        .delitem a:hover {
            color: #000;
        }

        .total__item {
            display: flex;
            justify-content: space-between;
            font-size: 16px;
            line-height: 24px;
            font-weight: normal;
            letter-spacing: 0.5px;
            color: #000;
            margin-top: 10px;
        }

        .total__value {
            text-align: right;
            font-weight: 500;
        }

        .cart__bottom {
            display: flex;
            justify-content: space-between;
            margin-top: 20px;
        }

        .cart__bottom a {
            display: flex;
            justify-content: center;
            align-items: center;
            width: calc(50% - 10px);
            height: 52px;
            padding: 0;
            font-size: 14px;
            line-height: 24px;
            letter-spacing: 1px;
            text-transform: uppercase;
            transition: 0.5s ease;
            text-align: center;
            border: 2px solid #1a1924;
            min-width: 200px;
            font-weight: bold;
            cursor: pointer;
        }

        .cartbottom__white {
            background: #fff;
            color: #000;
        }

        .cartbottom__black {
            background: #000;
            color: #fff;
        }

        .cartbottom__black:hover {
            opacity: 0.8;
            color: #fff;
        }

        .cartbottom__white:hover {
            background-color: #e8e8e8;
            color: #000;
        }

        .cart__close {
            position: absolute;
            margin-top: -10px;
            right: 60px;
            top: 60px;
            width: 40px;
            height: 40px;
            border: 1px solid rgba(226, 226, 228, 0.16);
            transition: 0.5s;
            font-size: 30px;
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #000;
        }

        .cart__close:hover {
            background: #000;
            color: #fff;
        } 

        .opac {
            background: #000;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            position: fixed;
            z-index: 98;
            opacity: 0.5;
            z-index: 98;
            display: none;
			overflow:hidden;
        }

        .quantity__button {
            color: #fff;
            outline: none;
            background: none;
            border: none;
            width: 26px;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 24px;
            cursor: pointer;
            font-size: 30px;

        }

        .quantity__value {
            font-weight: 600;
            margin: 0 12px;
            font-weight: normal;
            line-height: 24px;
        }

        .quantity__body {
            width: 86px;

            border: 1px solid;
            border-radius: 7px;
            border-color: #e2e2e4;
            padding: 4px;
            height: min-content;
            display: flex;
        }

        .quantity__button a {
            display: flex;
            align-items: center;
            width: 20px;
            height: 20px;
            align-items: center;
            justify-content: center;
        }

        .fav {
            display: none;
        }
		.cart__none{display:flex; justify-content:center;    flex-direction: column;    align-items: center;}
		.cart__ico{background: #f0f0f2;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;}
	.cart__none_text{width: 310px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    margin: 24px 0 0 0;
    text-align: center;
    color: #1a1924;margin-top:40px;}
	
	.fav{height: calc(100%);
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;}
	.fav__body{display: flex;flex-wrap:wrap}
	.fav__item{margin: 0;
    margin-bottom: 25px;
    margin-right:20px;width: calc((100% - 40px) / 3);}
	.fav__item:nth-child(3n){margin-right:0;}
	.favitem__title{white-space: nowrap;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal;
	margin-top:10px;
    color: #1a1924;font-size:14px;line-height:24px;}
	.favitem__bot{display:flex;}
	.favitem__price{font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    padding-top: 4px;
    color: #1a1924;width:60%;}
	.favitem__del{width:40%;text-align:right;}
	.favitem__del a{color: #dc2020;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;}
	.fav__none{ height: 100px;
    font-size: 18px;
    text-transform: uppercase;
    color: #1a1924;
    justify-content: center;
    display: flex;
    align-items: center;
	    text-wrap: wrap;
    text-align: center;
    line-height: 30px;
	}
	 @media (max-width: 1600px) {
		 .cart__head{font-size:20px;}
		 	 .fav__item{width: calc((100% - 20px) / 2);}
	 .fav__item:nth-child(3n){margin-right:20px;}
	 .fav__item:nth-child(2n){margin-right:0;}
	 }
	 
	 @media (max-width: 1160px) {
		 .cart__head{font-size:16px;}
		 .cart__close{margin-top:-13px;right:20px;top:20px;}
		 .cart__block{padding:20px;padding-bottom:40px;}
		 .cart__head{    margin-bottom: 20px;    padding-bottom: 20px;}
		 	 .fav__item{width: 100%; margin-right:0;}
	 .fav__item:nth-child(3n){margin-right:0;}
	 }
	 @media (max-width: 900px) { 
	 .cart__block{width:100%;}
	 	 		 	 .fav__item{width: calc((100% - 20px) / 2);margin-right:20px;}
	 .fav__item:nth-child(3n){margin-right:20px;}
	 .fav__item:nth-child(2n){margin-right:0;}
	 }
	  @media (max-width: 767px) { 
.category-pagination .col-xs-12{text-align:center;}
.tooltip-inner{display:none;}
.tooltip-arrow{display:none}
.ishiparallaxbannerblock .parallax_banner.parallax {background:#fff !important;padding:0;}
.ishiparallaxbannerblock{margin-top:-40px;}
#footer.other-footer .footer-container{padding:0;}
#footer.other-footer .footer-before{margin-top:0;}

    
 }

	 @media (max-width: 550px) { 

			 	 .fav__item{width: 100%; margin-right:0;}
	 .fav__item:nth-child(3n){margin-right:0;}
	 }
	 @media (max-width: 500px) {
		 .cart__bottom a{font-size:12px; width:100%;margin-bottom:10px;}
		.cart__bottom{flex-wrap: wrap;}
		.size_item{font-size:12px;}
		.cartprod__title a{text-wrap:wrap;}
		.cartprod__priceblock{flex-wrap:wrap;}
		.cartprod__price{text-align:left;}
	 }
	 @media (max-width: 430px) { 
	 .cart__head{font-size:14px;}
	 .cart__close{margin-top:-10px;}
	 .size_item{font-size:10px;}
	 }
	 
	 
	 .product-thumb .image .wishlist-compare {
	 top: calc(405px / 2 - 30px);}
	 
	 .product-grid .product-thumb .image .wishlist-compare {
	 top: calc(270px / 2 - 30px);}
	 
	 .action-label-category {
	 border-bottom: 25px solid #ff0000;}
	 #_desktop_top_menu #top-menu > li:hover a {
    font-weight:700;
}
 #_desktop_top_menu #top-menu > li:hover .category_dropdownmenu a {
    font-weight:normal;
}
 #_desktop_top_menu #top-menu > li:hover .category_dropdownmenu li:hover a {
    font-weight:700;
}



#footer{padding-top: 20px;}

.category-pagination .pagination > .active > span{background:#000;}

.refine-search .category-list ul li a img {
    display: block;
    max-width: none;
    border: 1px solid #eee;
    width: auto;
}

#boc_form .input-group{display:table;}
.cart__none .cart__bottom, .fav .cart__bottom{justify-content: center; width: 100%;}

.boc_order_btn{height:52px;}

#accordion .collapse{display:none;}
#accordion .collapse.in{display:block;}
.cart-coupon .input-group{    display: flex;}
#input-coupon{    width: 100%;    max-width: 180px;}

#contact-info-container.collapse{display:block;}
.block-contact .footer-title.collapsed .navbar-toggler i.add{display:none;}

#boc_success .modal-content{height: calc(80% - 60px);    display: flex;    align-items: center;}
#boc_success .modal-dialog{height: 100%;    display: flex;    align-items: center;margin-top:0;}
#boc_success p{    color: #000;    font-size: 14px;}
#boc_success p strong{font-size: 22px;}
#boc_success .cart__bottom{justify-content: center;}
.footer-after .footer-aftertext{text-align:left !important;}
.footer-aftertext br{display:none}
@media (max-width: 767px) {.footer-aftertext br{display:inline} }
#boc_success .modal-body{position:static;}
.owl-carousel{
max-width: 1200px;
    margin: 0 auto;
}
.smartblog_block{top:50px;}
#footer{background:#f4f4f7}

.product-thumb .image{    background: #f4f4f7;
    height: 338px;}
	.product-thumb .image a {
    display: flex;
	}
	.product-thumb .image a div{    display: flex;
    align-items: center;
    height: 338px;}
	.product-thumb .image .product-img-extra{top:unset;}
	@media (max-width: 767px) { 
		.product-thumb .image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.product-thumb .image{    height: 190px;}

	.product-grid .product-thumb .image .wishlist-compare {
    top: calc(190px / 2 - 30px);
}
	}
	
	
	
.minaction-label-product{color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    border-bottom: 22px solid #ff0000;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    height: 0;
    width: 120px;
    position: absolute;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 14px;
    margin-left: -36px;}
	
	    
    
    
    

.cart-item-left {
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 110px;
    position: relative;
    padding-right: 10px;
	overflow:hidden;
}


.cartprod__img img{max-width:120px;}

@media (max-width: 619px) {
    .cart-item-center {
        flex: 0 0 calc(100% - 120px);
    }
}

.cartprod__price span {
    display: block;
    text-decoration: line-through;
    font-size: 12px;
}


@media (max-width: 991px) {
    .nav-full-width {
        top: unset !important;
    }
}


	 