
@media (max-width: 767px) {
	.mobile_aj {
		position: relative;
	}
	
	.mobile_aj .total_tovar {
		position: absolute;
		bottom: 0;
		right: 0;
		background: #ff8e18;
		color: #ffffff;
		text-align: center;
		border-radius: 100%;
		box-shadow: 0px 0px 2px rgb(0 0 0 / 30%);
		width: 20px;
		height: 20px;
		align-items: center;
		justify-content: center;
		display: none;
	}
	
	.mobile_aj.est_product .total_tovar {
		display: flex;
	}
}






.cartajax-module {
	position: fixed;
	height: 100%;
	width: 350px;
	z-index: 100000;
	top: 0;
	right: 0px;
	background: #ffffff;
	margin: 0;
	box-shadow: -3px 0px 10px rgba(0, 0, 0, 0.1);
	display: none;
	right: -380px;
	transition: 300ms;
	-webkit-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	-moz-transition: 300ms;
	color: #676767;
}

.desktop_aj {
    position: fixed;
    background: #ff8e18;
    color: #ffffff;
    text-align: center;
    left: 20px;
    bottom: 20px;
    font-size: 17px;
    cursor: pointer;
    transition: 300ms;
    -webkit-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    -moz-transition: 300ms;
    z-index: 100000;
    padding: 35px;
    border-radius: 100%;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.30);
    display: none;
	
}

.icon_i_tovar_korz {
    display: inline-block;
    margin-left: 25px;
}

.desktop_aj.est_product {
    display: block;
}


.desktop_aj i {
    font-size: 23px;
    margin-right: 5px;
}

.nazv_korzin {
    padding: 15px;
    font-size: 20px;
    background: #23afa9;
    color: #fff;
}

.close_korzin {
    position: absolute;
    right: 15px;
	    cursor: pointer;
}

li.cartajax-module-item {
    border-bottom: 1px solid #e4e4e4;
	    padding: 10px 0px;

}

ul.cartajax-module-list {
    margin: 0;
    padding: 0px;
    overflow-y: scroll;
    max-height: 65%;
    width: 365px;
}

.desktop_aj.desktop_aj_prokr {
    position: fixed;
    top: 0;
}

.cartajax-module-item-count {
    display: inline-block;
    width: 50px;
    color: #6b6b6b;
}


.cartajax-module-product-info {
    padding: 0px 10px;
    width: 215px;
}

.cartajax-module-item-image {

    width: 100px;
    text-align: center;
    height: 80px;
}

.cartajax-module-item-image img {
    max-height: 100px;
    margin: auto;
    text-align: center;
    max-width: 100px;
	    padding: 10px;
}

.cartajax-module-item-price {
display: inline-block;
    width: 70px;
    text-align: right;
    color: #901c1c;
    font-size: 16px;
}


.cartajax-module .cartajax-module-item-remove{

    width: 30px;
    z-index: 65535;
    margin: auto;
	}
	
	a.cartajax-module-item-remove span {
    background: #e6e6e6;
    padding: 8px;
    border-radius: 100%;
    font-size: 11px;
	    cursor: pointer;
}

	
	.cartajax-module-bottom {
    text-align: right;
    padding: 10px;
}

.cartajax-module-total {
    font-size: 18px;
    color: #901c1c;
}


.oform_zakaz_kor {
    text-align: center;
    font-size: 18px;
    background: #23afa9;
    color: #fff;
    width: 200px;
    margin: auto;
    margin-top: 30px;
    border-radius: 5px;
    padding: 7px;
}
	
	.oform_zakaz_kor:hover {
    background: rgba(35, 175, 169, 0.71);
}

.pust_korzine {
    text-align: center;
    padding: 100px 0px;
    font-size: 18px;
    color: #ababab;
}


.prodolz_pokup {
    display: none;
}


@media (max-width: 1024px) {

	

span.total_summs {
    margin-left: 10px;
}

.cartajax-module {
    width: 100%;
}


ul.cartajax-module-list {
    max-height: 50%;
}
	
.prodolz_pokup {
    display: block;
    margin: auto;
    width: 200px;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #dedede;
    border-radius: 3px;
    cursor: pointer;
}	
		
		
}

@media (max-width: 768px) {
.desktop_aj {
    padding: 25px;
}
}

/* анимация */

svg.icon_galochka {
    width: 100%;
    height: 100%;
	stroke: #ff8f18;
}

.icon_galochka .icon_galochka-path { 
    stroke-dashoffset: 100;
    transition: all 700ms linear;
  }
 .galoch_animat .icon_galochka .icon_galochka-path {
    stroke-dashoffset: 0;
  }

 #cartajax-overlay.galoch_animat 
{

    background: #fff;

} 


