body .title_page_main h1 {
	margin-top:10px;
	margin-bottom:0px;
}

body .title_page_main {padding-bottom:10px;}

body .bx-breadcrumb , body .basket-wrapper{display: none;}


#basket{

    box-shadow: 0px 0px 1px 1px #c8c8c8;
    padding: 15px 15px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.calc-result, .order-form {
  box-shadow: 0px 0px 1px 1px #c8c8c8;
  padding: 15px 15px;
}

.calc-result {
    flex-grow: 1;
    margin-right: 10px;
    width:20%;
}

 .order-form  {
    width:72%;
 }
 

.vs__search {
	font-size: 18px !important;
}


 .order-form .row {
       margin-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 5px;
 }
 
 .order-form input[type="text"] {
    height: 35px;    
 }
 

#empty-basket {
    min-height: 400px;
}

#basket .basket-row:not(:last-child) {
 border-bottom: 1px solid #d4d4d4;
 margin-bottom: 10px;
 padding-bottom: 10px;
}

.basket-row {
   
    display: flex;
    justify-content: space-between;


}

#basket .name-row   {
    max-width:300px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.basket-row-weight {margin-top:10px;}

.basket-row-weight span {	
    font-size: 14px;
    font-weight: bold;
    }

.img-row {
    text-align: center;
    min-width: 100px;
}


.basket-row > div {display: flex;align-items: center;}

.basket-row a{
    color: black;
}
.basket-row input[type=number] {
    width: 30px;
    text-align: center;
    border:0;
    height: 25px;
}

.order-form-container {
    display: flex;
    flex-wrap: wrap;
}

.calc-result-row {
    display: flex;
    justify-content: space-between;
  
    margin-bottom: 10px;
    color: #004eb5;
    font-size: 16px
}

.calc-result-row div:nth-child(2) {
    width: 120px;
    text-align: right;
}

.calc-result-sum-row {
    font-size: 16px;
    font-weight: bold;
}

.form-check input[type="radio"],  .form-check label {
    cursor: pointer;
}

.delivery-row {
	
	margin: 5px 0px;
    padding: 5px 0px 5px 0px;
    border: 1px solid rgba(60,60,60,.26);
    border-radius: 4px;
   
}

.form-check-label-delivery {
    display:block;

    margin-left: 10px;

}

.form-check-label-delivery:hover {
	    cursor: pointer;
}

.delivery-row:hover {
    background-color: #baf2ff80;
    
}

.delivery-row:has(input:checked) {
  background-color: rgba(115, 115, 115, 0.26);
}

#make-order, div .red-button {
    background-color: #ff3627;
    color: white;
    font-size: 18px;
    border-radius: 5px;
    padding: 8px 8px;
    font-weight: bold;
}

#make-order:hover,  div .red-button:hover {
       box-shadow: 0 0 3px 2px #f79090;
       border: 1px solid red;
        background-color: #ff3627;
        color: white;
}

.calc-delivery-label {
    text-align: right;
    font-style: italic;
}

.vs__selected-options span {
    color: #004eb5;
    font-weight: bold;
    font-size: 16px;
}

.deliveryCheked {
    background-color: #b4f1ff80;
    border: 1px solid #017efe;
}


.y-map {
    height: 300px;
}

.map-tabs {

    display: flex;
    
}

#overlay {
 /*
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 100;*/
}


.listPvz {
	
}

.basket-row-plus-minus {
	
	
}

.plus-btn, .minus-btn {
	
 	font-size: 30px;
    cursor: pointer;
    border: 1px solid #a1e4ff;
    line-height: 0.3;
	height: 25px;    
    padding: 10px 5px 5px 5px;
} 

.plus-btn:hover, .minus-btn:hover {
	background-color: #daf4ff;
}

.delete-btn {
	font-size:30px;
	cursor: pointer;
	align-self: flex-start;
	margin-top: -12px;	
}

.delete-btn:hover { color:red; }





.slide-enter-active {
   -moz-transition-duration: 0.6s;
   -webkit-transition-duration: 0.6s;
   -o-transition-duration: 0.6;
   transition-duration: 0.6s;
   -moz-transition-timing-function: ease-in;
   -webkit-transition-timing-function: ease-in;
   -o-transition-timing-function: ease-in;
   transition-timing-function: ease-in;
}

.slide-leave-active {
   -moz-transition-duration: 0.6s;
   -webkit-transition-duration: 0.6s;
   -o-transition-duration: 0.6s;
   transition-duration: 0.6s;
   -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
   -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
   -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
   transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slide-enter-to, .slide-leave {
   max-height: 100px;
   overflow: hidden;
}

.slide-enter, .slide-leave-to {
   overflow: hidden;
   max-height: 0;
}

#showCdekMap {
	padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
        align-items: center;
}

#showCdekMap .toggleMap {
	line-height: 1.0;
    border-bottom: 2px dotted #004eb5;
    cursor:pointer;
    margin-left: 10px;	
}

#showCdekMap .city-not-selected {
	border-bottom-color: red;	
    background-color: #ffff007a;
    padding: 1px 6px;
}

#showCdekMap img {
  margin-left: 15px;
    margin-right: 0px;
    max-width: 20px;
}

#suggest-wrapper {
	position: absolute;
    background-color: white;
    padding: 10px 20px;
    margin-left: 15px;
    width: max-content;
    z-index: 5;
}
#suggest-wrapper div {
	border-bottom: ;
	margin-bottom:5px;
}

.delivery-title {
	color: #004eb5;
	font-size: 17px;
	font-weight: 900;
}

.delivery-price-time-wrapper {
	display: flex;
	margin-left: 15px;
	flex-wrap: wrap;
}

.delivery-price-wrapper {
	margin-right: 20px;
}

.price-label, .time-label {
	font-weight: lighter;
}

.pvz-select-list {
	width: 100%;
    margin-left: 5px;
}
.pvz-select-list input[placeholder], .select-city-list input[placeholder]{
background: #ffffbc;
    border-bottom: 1px dotted red;
    font-size: 16px;
}
   

.select-pvz {
	color: white;
    background-color: #1e98ff;
    padding: 2px 20px;
    font-weight: 500;
    font-size: 15px;
    
}
.select-pvz:hover {
	 background-color: #0378dc;
	 cursor: pointer;	
}

.delete-from-basket-message {
	position: absolute;
	top: -5px;
	right: 15px;	
	width:max-content;
}

.delete-from-basket-button {
	color: white;
    background-color: #1e98ff;
    padding: 2px 8px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    
}
.delete-from-basket-button:hover {
	 background-color: #0378dc;	
}


.map-tabs {
	
}

.map-tabs span {
	
}

.pvz-list-wrapper {
	max-height: 500px;
	overflow-y: scroll;
}


.dostavista-comment {

    font-size: 14px;
    font-weight: normal;
    background-color: #ffff7091;
    width: max-content;
    padding: 0px 4px;
}

#address {
	margin-left: 15px;
	width: 95%;
}

#address:placeholder-shown {
	background-color: #ffffbc;
    border-bottom: 1px dotted red;
}

.data-for-dostavista {
	display: flex;
	flex-direction: column;
}

.data-for-dostavista div{
	display: flex;
}

.order-form .data-for-dostavista input {
	width:50%;
	height: 28px;
	margin-bottom: 5px;
	margin-right: 5px;	
}

.delivery-description{
	margin-left: 15px;
    font-weight: normal;
}


.product-price-column {
	display: flex;
	flex-direction: column;
	justify-content: center;	
}

@media (max-width: 900px) {
	
	.row .col-md-12, .row .col-sm-10 {
		padding-left: 8px;
	    padding-right: 8px;
	}
	
	.dostavista-comment {
	
		font-size: 12px;
	}
	
	.calc-result  {
		width: 100%;
	    margin-bottom: 5px;
	    margin-top: 0px;
	    padding-top: 5px;
	    padding-bottom: 0px;
	    margin-right: 0px;
	}
	
	.order-form {
    width: 100%;
	}
	
	.img-row {
    
    		min-width: initial;
	}

	.name-row {
		order: 10;
		min-width: 300px;
		margin-top: 10px;
		
	}
	
	.basket-row {
		flex-wrap:  wrap;
	}
	
	
	#showCdekMap img {
		display: none;
	}
	
	.pvz-select-list {
		margin-left: 0px;
	}
	
	.pvz-select-list input[placeholder] {
		font-size: 14px;
		padding: 0 1px;
	}
	
	.vs__selected-options {
		padding: 0px;
	}

}

.oldPrice {
	text-decoration: line-through;
	color: red;
}

div .select-data-delivery-input {
	
    height: 30px;
    width: 150px;
    

}

.typeHouseHint{
	color: red;
	font-size: 12px;
}


.warning-messages div {
	
	color: red;
	margin: 0px 5px;
	font-size: 16px;
}	

.warning-messages {margin-bottom:5px;}

label[for="registration"] {
	margin-left: 5px;
	margin-top:2px;
	cursor: pointer;
}

input[type="password"] {height: 35px; margin-top: 10px; font-size: 14px;}


.payment-info {width: 100%; font-weight: 600;}
.price-value, .time-value { font-weight: 600;}

.address-label {
	padding-left: 15px; margin-top: 2px;
	
}

.work-shedule {
	display: block;
    margin-left: 9px;
    font-size: 13px;
    margin-top: 5px;    
    font-style: italic;
}















