.dark-breadcrumbs li:last-child {
    pointer-events: none;
}

a.nolink {
    cursor: default;
}

.a_phone nobr {
    white-space: pre-wrap;
}

.about .about__item span {
    width: 100%;
    display: block;
    word-wrap: break-word;
}

.features.mobile {
    display: none;
}

.a_email a {
    max-width: 100%;
    word-wrap: break-word;
}

.slick-list.draggable {
    height: auto!important;
}


.catalog-section .product-item-title a{
	color: #02CCB1;
	font-style: normal;
	font-weight: 600;
	border-bottom: 1px solid;
	    font-size: 15px;
}


.catalog-section .product-item-image-wrapper{
	padding-top: 92%;
	margin-bottom: 0;
}

.catalog-section .product-tags {
    margin-bottom: 15px;
	line-height: 1;
}

.catalog-section  .tags-item {
  
    background: rgba(58, 86, 102, 0.08);
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    padding: 0 6px;
    border-radius: 3px;
    margin-bottom: 3px;
    color: #93A0A7;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.catalog-section .product-info {
    margin-bottom: 10px;
}

.product-info:after{
	content: '';
	display: table;
	clear: both;
}

.product-info .avaible-status{
	float: right;
	padding-left: 19px;
	position: relative;
	font-size: 13px;
}

.product-info .avaible-status.in-stock:before{
	content: '';
	width: 13px;
	height: 10px;
	background: url('../img/check-icon.png') no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
}

.product-info .cnt-comment{
	float: left;
	padding-left: 24px;
	font-size: 13px;
	position: relative;
}



.product-info .cnt-comment:before{
	content: '';
	width: 18px;
	height: 16px;
	background: url('../img/comment-icon.png') no-repeat center;
	position: absolute;
	top: 0;
	left: 0;
}


.catalog-section .product-item-scu-list{
	 overflow: hidden;
	 height: 24px;
	 border: 1px solid #C8CACB;
	 border-radius: 3px;
	 position: relative;
	 cursor: pointer;
}

.catalog-section .product-item-scu-list:after{
	content: '';
    width: 24px;
    height: 24px;
    right: 0;
    top: 0;
    background: url(../img/arrow-down.png) no-repeat center;
    display: block;
    position: absolute;
    z-index: 101;
}

.catalog-section .product-item-scu-item-list{
	background: #fff;
	position: relative; 
	z-index: 100;
}
.catalog-section .product-item-scu-list.active-scu{
	overflow: initial;
	border-color: transparent;
}


.catalog-section .product-item-scu-list.active-scu .product-item-scu-item-list{
	border: 1px solid #C8CACB;
	border-radius: 3px;
}

.catalog-section .product-item-scu-list.active-scu .product-item-scu-item-text-container{
	display: block;
}

.catalog-section .product-item-scu-item-text-container{
	 display: none;
	 padding: 0;
	 height: 24px;
	 white-space: nowrap;
	 text-overflow: ellipsis;
 }
 
.catalog-section .product-item-scu-item-text-container  .product-item-scu-item-text-block{
	height: 100%;
}

.catalog-section .product-item-scu-item-text-container  .product-item-scu-item-text{
	height: 100%;
    white-space: nowrap;
    line-height: 22px;
    font-size: 12px;
    text-transform: lowercase;
	text-align: left;
	padding-left: 7px;
	padding-right: 25px;
}
 
 
 .catalog-section .product-item-scu-item-text-container.selected{
	 display: block;
 }
 
.catalog-section .product-item-scu-item-text-block{
	outline: none;
}


.catalog-section.bx-green .product-item-scu-item-text-container.selected .product-item-scu-item-text-block{
	outline: none;
}


.catalog-section .product-item-info-container.product-item-price-container {
    float: left;
	position: absolute;
    bottom: 20px;
    left: 20px;
}

.catalog-section .product-item-info-container.product-item-button-container {
    float: right;
	position: absolute;
    bottom: 10px;
    right: 20px;
}


.catalog-section .product-item-button-container .btn[id$="buy_link"]{
	width: 115px;
	height: 40px;
	border: 2px solid #CC0260;
	border-radius: 20px;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	padding: 0;
	padding-left: 39px;
	position: relative;
	line-height: 38px;
	background: transparent;
	color: #3F3F3F;
	text-align: left;
}

.catalog-section .product-item-button-container .btn[id$="buy_link"]:hover{
	background: #CC0260;
	color: #fff;
}

.catalog-section .product-item-button-container .btn[id$="buy_link"]:before{
	content: '';
	width: 15px;
	height:  15px;
	background: url('../img/basket-icon.png') no-repeat center;
	position: absolute;
	top: 10px;
    left: 15px;
}

.catalog-section .product-item-button-container .btn[id$="buy_link"]:hover:before{
	background-image: url('../img/basket-icon-h.png');
}	

.catalog-section .product-item-button-container .btn[id$="not_avail"]{
	display: none;
}



.catalog-section .product-item-container .product-item{
	border: 1px solid #EBEBEB;
	border-radius: 5px;
	margin-bottom: 30px;
	padding: 0;
	padding-bottom: 40px;
	position: relative;
	
}

.catalog-section .product-item-container .product-item-content-wrapper{
	padding: 20px;
	padding-top: 15px;
	
	
}

.catalog-section .product-item-container .product-item-content-wrapper:after{
	content: '';
	clear: both; 
	display: table;
}

.catalog-section .product-item-image-original, 
.catalog-section .product-item-image-alternative{
	background-size: auto 100%;
}

.catalog-section .product-item-title {
    margin-bottom: 10px;
}	

.catalog-section  .product-item-price-current{
	font-size: 21px;
}


.catalog-section .product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after, 
.catalog-section .product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after{
	display: none;
}

.catalog-section .product-item-scu-item-text-container:before{
	display: none;
}

.catalog-section .product-item-scu-item-list{
	    margin: 0 0 0 -2px;
}

.catalog-section .product-item-scu-item-text-container{
	margin: 0;
}



.delivery__block {
    padding: 20px 30px;
	padding-bottom: 0px;
}


.delivery__block .delivery__block-items{
	margin: 0;
	padding: 0;
	list-style: none;
}

.delivery__block .delivery__block-items a{
	border-bottom: 1px solid;
}

.delivery__block .delivery__block-items > li{
	list-style: none;
	position: relative;
	padding-left: 25px;
	 font-size: 14px;
    margin-bottom: 10px;
}

.delivery__block .delivery__block-title{
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.delivery__block .delivery__block-items > li:before{
	content: '';
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 0;
	left: 0;
	background: no-repeat left top;
}


.delivery__block .delivery__block-items .delivery__block-location:before{
	background-image: url('../img/location-icon.png');
} 


.delivery__block .delivery__block-items .delivery__block-pickup:before{
	background-image: url('../img/delivery-box.png');
} 

.delivery__block .delivery__block-items .delivery__block-company:before{
	background-image: url('../img/delivery-truck.png');
} 



.payment__block {
    padding: 20px 30px;
}


.payment__block .payment__block-items{
	margin: 0;
	padding: 0;
	list-style: none;
}

.payment__block .payment__block-items > li{
	list-style: none;
	position: relative;
	padding-left: 25px;
	 font-size: 14px;
    margin-bottom: 10px;
}

.payment__block .payment__block-title{
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}

.payment__block .payment__block-items > li:before{
	content: '';
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 0;
	left: 0;
	background: no-repeat left top;
}


.payment__block .payment__block-items .payment__block-сard:before{
	background-image: url('../img/bank_card.png');
} 

.payment__block .payment__block-items .payment__block-сash:before{
	background-image: url('../img/coin.png');
} 

.payment__block .payment__block-items .payment__block-bill:before{
	background-image: url('../img/bill.png');
} 

.payment__block .payment__block-items .payment__block-reciept:before{
	background-image: url('../img/receipt.png');
} 

.payment__block .payment__block-items .payment__block-cod:before{
	background-image: url('../img/delivery-box2.png');
} 


.payment_block-more{
	font-size: 14px;
    font-weight: 600;
	    margin-top: 15px;
}

.payment_block-more a{
	border-bottom: 1px solid ;
}


.page404 {
    overflow: hidden;
	background: url(../img/404-min.jpg) top center;
	height: 580px;
	margin-bottom: -30px;
}

.page404 .page404-title {
    font-size: 43px;
    color: #fff;
	margin-bottom: 15px;
}

.page404 .page404-desc {
    font-size: 17px;
    color: #fff;
}

.page404 .page404-buttons .to-main{
	
	display: inline-block;
    width: 200px;
    height: 50px;
    text-decoration: none;
    border: 1px solid #02CCB1;
    background: #02CCB1;
    color: #fff;
    text-align: center;   
    line-height: 50px;
    border-radius: 25px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.page404 .page404-buttons .to-main:hover{
	background: none;
}

.page404 .page404-buttons .to-catalog{
	
	display: inline-block;
    width: 138px;
    height: 50px;
    text-decoration: none;
    border: 1px solid #02CCB1;
  
    color: #fff;
    text-align: center;   
    line-height: 50px;
    border-radius: 25px;
	margin-bottom: 20px;
}

.page404 .page404-buttons .to-catalog:hover{
	background: #02CCB1;
}

.page404 .page404-buttons {
    padding-top: 40px;
}

.page404  .page404-content {
    padding-top: 174px;
    padding-left: 615px;
}

@media (max-width: 1069px) {
	
	.page404 .page404-content{
		padding-left: 430px;
	}

}

@media (max-width: 992px) {
    .features__item:nth-last-child(2) {
        display: block!important;
    }

    .features__item:last-child {
        display: block!important;;
    }
	
	.page404 .page404-content {
		padding-left: 270px;
	}
}

@media (max-width: 767px) {

        .features__item:nth-last-child(3) {
            display: block;
        }

    .request__title {
        font-size: 16px;
    }

    .features.mobile {
        display: block;
    }

    p img {
        max-width: 100%;
        height: auto;
    }

    .request__star {
        background: #CC0260;
        position: absolute;
        top: 3px;
        left: auto;
        right: -22px;
        bottom: auto;
        display: block;
        width: 19px;
        height: 19px;
        border-radius: 50%;
        color: #fff;
        font-size: 38px;
        line-height: 38px;
    }
    .request label {
        font-size: 16px;
    }

    div#mm-0 {
        overflow-x: hidden;
    }

    .fancybox-inner {
        max-width: 100%;
        min-width: 250px;
        width: 95%!important;
    }

    .cart-alert__close {
        margin-left: 0;
        margin-top: 15px;
    }

    .basket #basket_items {
        min-width: 260px;
        width: 100%;
    }

    table#basket_items tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
	
	.page404 .page404-content {
		padding-left: 0;
	}
}

@media (max-width: 570px) {
	.catalog-section .product-item-small-card>.row>.col-xs-6{
		width: 100%;
	}
}
