.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;
}

.korzina_aj i {
position: absolute;
    left: 20px;
    font-size: 25px !important;
    top: 15px;
}


span.total_summs {
    margin-left: 12px;

}
span.total_tovar {
    margin-left: 40px;
}

.korzina_aj i {
    font-size: 27px;
}

.nazv_korzin {
    padding: 15px;
    font-size: 20px;
    background: #ad3437;
    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;
}


.korzina_aj {
    position: fixed;
    background: #e52d32;
    color: #ffffff;
    width: 250px;
    text-align: center;
    padding: 15px;
    left: 0px;
    bottom: 0px;
    font-size: 17px;
    cursor: pointer;
    transition: 300ms;
    -webkit-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    -moz-transition: 300ms;
    z-index: 100000;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.30);
}

.korzina_aj:hover {
color: #fff;
    background: #3e6798;
}


.korzina_aj.korzina_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: #ad3437;
    color: #fff;
    width: 200px;
    margin: auto;
    margin-top: 30px;
    border-radius: 5px;
    padding: 7px;
}
	
	.oform_zakaz_kor:hover {
    background: #bb4e51;
}

.pust_korzine {
    text-align: center;
    padding: 100px 0px;
    font-size: 18px;
    color: #ababab;
}


.prodolz_pokup {
    display: none;
}


@media (max-width: 1024px) {
.korzina_aj {
    top: 0;
    background: none !important;
    color: #447ab8;
    padding: 6px 10px 6px 50px;
    box-shadow: none;
    width: auto;
    height: 42px;
    right: 90px;
    left: inherit;
	    z-index: 1000;
}	
.korzina_aj:hover {
    box-shadow: none;
 
}


	.korzina_aj i {
    position: absolute;
    left: 10px;
    font-size: 25px !important;
    top: auto;
}

span.total_tovar {
	display: none;
}

span.total_summs {

    margin-left: 0px;
    display: block;
    margin-top: 4px;
}

.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;
}	
		
		
}



