.sectionSeach {
    padding: 11px 10px !important;
	font-size:14px;
}
.ico-login{
    background: url('/local/templates/italini/i/logout.svg') 50% 50% no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    margin-left: 15px;
    margin-right: 15px;
}

.menu-list li {
	margin-left:6px !important;
}


.cont-w{
    background: url('/local/templates/italini/i/Whazzap.svg') 50% 50% no-repeat !important;
}


.c-tg{
    background: url('/local/templates/italini/i/Telega.svg') 50% 50% no-repeat !important;
}


.head-phone{
    margin-right: 14px !important;
}



.add-app-win-panel{
    position: absolute;
    right: 50;
    width: 66px;
    font-size: 12px;
    text-align: center;
    margin-top: 35px;
}
.add-app-win-panel  a{
    color: #333;
}

.user a {
 	font-size: 18px !important;
}


.new-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  background: #F4F7FD;
  border-radius: 50px;
  position: absolute;

  top:inherit;
  right: 0;

  border: none;

}

.new-button span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 170%;
  color: #5D6978;
  white-space: nowrap;
}

.icon-svg {
  width: 60px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' fill='none'%3E%3Cpath fill='%23E3150F' d='M26.1 30c0-.5-.3-1-.8-1.1-5.1-1.7-11.5-3.8-12.6-4.4a3.9 3.9 0 0 1 3.9-6.8c1 .7 6 5.1 10.1 8.8.2.2.5.3.8.3l.6-.2c.4-.3.7-.8.6-1.3C27.5 20 26 13.4 26 12.2a4 4 0 0 1 4-4 4 4 0 0 1 3.8 4c0 1.2-1.3 7.8-2.5 13.1-.1.5.1 1 .6 1.3l.6.2c.3 0 .5-.2.7-.3 4-3.7 9-8.1 10.2-8.8a3.9 3.9 0 0 1 5.3 1.4 4 4 0 0 1-1.4 5.4c-1.1.6-7.5 2.7-12.7 4.4-.4.1-.8.6-.7 1v.1c0 .5.3 1 .7 1.1 5.2 1.7 11.6 3.8 12.7 4.4a3.9 3.9 0 0 1-4 6.8c-1-.7-6-5.1-10-8.8a1 1 0 0 0-.8-.3c-.2 0-.4 0-.6.2-.5.3-.7.7-.6 1.2 1.2 5.3 2.5 12 2.5 13.2a4 4 0 0 1-3.9 3.9 4 4 0 0 1-3.9-4c0-1.2 1.4-7.8 2.6-13 0-.6-.2-1-.6-1.3l-.6-.2a1 1 0 0 0-.8.3c-4 3.7-9 8.1-10.1 8.8a3.9 3.9 0 0 1-5.3-1.4 4 4 0 0 1 1.4-5.4c1-.6 7.5-2.7 12.6-4.4.5-.1.8-.6.8-1V30ZM0 30a30 30 0 1 0 60 0 30 30 0 0 0-60 0Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.new-button:hover .icon-svg {
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23E3150F'/%3E%3Cpath d='M20.2 24.0667C20.0087 24.0667 19.8257 23.9883 19.6941 23.8501L14.7941 18.7168C14.3695 18.2725 14.6849 17.5333 15.3 17.5333H17.8667V12.1667C17.8667 11.5236 18.3903 11 19.0333 11H21.3667C22.0097 11 22.5333 11.5236 22.5333 12.1667V17.5333H25.1C25.7151 17.5333 26.0305 18.2725 25.6059 18.7168L20.7059 23.8501C20.5743 23.9883 20.3913 24.0667 20.2 24.0667Z' fill='white'/%3E%3Cpath d='M29.7666 29.6667H10.6333C9.73267 29.6667 9 28.934 9 28.0333V27.5667C9 26.666 9.73267 25.9333 10.6333 25.9333H29.7666C30.6673 25.9333 31.4 26.666 31.4 27.5667V28.0333C31.4 28.934 30.6673 29.6667 29.7666 29.6667Z' fill='white'/%3E%3C/svg%3E%0A");
}

.btn-item {
  background: transparent !important;
position: relative;
}

.form-bottom.button-center {
  justify-content: center;
}


@media (max-width: 1124px) {
  .new-button {
position: static;
margin-top: 30px;
margin-left: auto;
width:  290px;
margin-right: auto;

  }

 .main-menu .section-title {
    display: block;
  }

  .btn-item {
    padding: initial;
    background: initial;
  }

  .btn-item:hover {
    background: #F4F7FD !important;
  }

  .icon-svg {
    width: 40px;
    height: 40px;
  }

  .new-button span {
    font-size: 14px;
    white-space: normal;
  }

  .new-button svg {
    height: auto;
    max-width: 40px;
    width: 100%;
  }
}


.logo img{ margin-top:-10px; }

.top-menu li {
    margin-right: 18px;
}

.product-item-button-container .btn{

    border: 0;
    outline: none;
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 19px 45px;
    background: #FF1C26;
    border-radius: 50px;
    display: inline-block;
}

.pop-bg .product-name-container{display:block !important;}



.zoom-anim-dialog .full-price{
	margin-top:20px;
}



.mfp-cart.mfp-bg {
    display: none;
}

.mfp-cart .mfp-content {
    display: block;
}

#cartPop {
    position: fixed;
    left: 0;
    bottom: 0;
}

.noscroll {
    overflow: visible !important;
    margin-right: 0 !important;
}


#cartPop  .title {
    font-size:  19px;
    margin-bottom: 20px;
    line-height: 19px;
}

#cartPop .btn-default{
    padding:  10px 20px;
}



#cartPop .mfp-container {
    height: auto;
    width:  auto;
    z-index: -3;
}


.ui-timepicker-container{position:absolute;overflow:hidden;box-sizing:border-box}.ui-timepicker,.ui-timepicker-viewport{box-sizing:content-box;height:205px;display:block;margin:0}.ui-timepicker{list-style:none;padding:0 1px;text-align:center}.ui-timepicker-viewport{padding:0;    overflow: scroll;
    overflow-x: hidden;}.ui-timepicker-standard{font-family:Verdana,Arial,sans-serif;font-size:1.1em;background-color:#FFF;border:1px solid #AAA;color:#222;margin:0;padding:2px}.ui-timepicker-standard a{border:1px solid transparent;color:#222;display:block;padding:.2em .4em;text-decoration:none}.ui-timepicker-standard .ui-state-hover{background-color:#DADADA;border:1px solid #999;font-weight:400;color:#212121}.ui-timepicker-standard .ui-menu-item{margin:0;padding:0}.ui-timepicker-corners,.ui-timepicker-corners .ui-corner-all{-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.ui-timepicker-hidden{display:none}.ui-timepicker-no-scrollbar .ui-timepicker{border:none}/*# sourceMappingURL=jquery.timepicker.min.css.map */



.user-phone-mod, .user-order-mod{
	width: 100%;
    border: 1px solid rgba(29, 29, 27, 0.1);
    border-radius: 12px;
    height: 60px;
    padding-left: 40px;
    padding-right: 40px;
    outline: 0;
    outline-offset: 0;
    box-sizing: border-box;
}

.rest-delivery{

	justify-content: center;
    text-align: center;margin-top: 20px;
    width: 100%;

}

.d-none{
	display:none !important;
}


.btn-default {

    text-transform: none !important;
}


.product-item .disc:nth-child(3) {
    display:block;
   } 
   
.zones-wrapper {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.zone-item {
	opacity: 0.5;
    max-width: 38%;
    margin: 30px;
    padding: 20px;
    color: white;

}

.zone-is-active {
    cursor:pointer;
	margin-top: 15px;
    background-color: white;
    color: #404661;
    text-align: center;
    font-weight: bold;
}

.zone-item.active {
    opacity: 1;
}

.zone-item.active .zone-is-active {
    color: #729e00;
}

input.zone-sum {
    color: black;
    appearance: revert;
    width: 80px;
    margin: 0 5px;
    display: none;
}

input.zone-delivery-minutes {
    color: black;
    appearance: revert;
    width: 80px;
    margin: 0 5px;
    display: none;
}

textarea.zone-delivery-time {
    color: black;
    appearance: revert;
    width: 370px;
    height: 60px;
    margin: 0 5px;
    display: none;
    resize: none;
}

.order-table {
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
    width: auto;
}

.order-table table tbody tr td {
	padding: 10px 10px;
	font-size: 14px;
}

.order-list .nice-select {
    font-size: 14px;
}

.order-table table tbody tr td:last-child{
	padding-right: 0;
}

.order-table table thead th {
    padding: 20px 15px;
}

.detail-info ul li {
    margin-bottom: 20px;
}



.detail-info .sum {
    font-size: 1.2em;
    margin-top: 20px;
    display: flex;
    flex-flow: row;
}

.detail-info .sum > span{
    flex: 1;
}

.detail-info .sum > span.bold {
    font-weight: bold;
    text-align: right;
}

/*.payment {
    margin-top: 10px;
    display:flex;
}*/

.payment > span{
    flex: 1;
}

.payment > span.bold {
    font-weight: bold;
    text-align: right;
}

.detail-info ul li {
    margin-bottom: 0;
    padding: 5px;
    border: 1px solid;
    border-bottom: 0;
}

.detail-info ul li:last-child {
    border-bottom: 1px solid;
}

#app .form-control.border-warning {
    border-color: #f00;
}

#app .form-control.text-warning {
    color: #f00;
}

.select-list {
    position: absolute; clear: both; border: solid 1px #000; background-color: #fff; z-index: 1;
}

.select-list__item {
    padding: 10px 5px; display: block; cursor: pointer;
}

#app .prev-page a {
    display: inline;
}

#app .page-product .product-top .error {
    display: block;
}

.page-product .product_no {
    
}

@media (max-width: 1024px) {
    .profile-head {
        flex-flow: column;
        padding: 17px 15px;
    }
    .profile-head .name {
        margin-bottom: 15px;
    }

    .profile-head ul {
        margin-left: auto;
        margin-right: auto;
    }

}
@media (max-width:585px) {
	.only-mobile-s {
		display:block;
	}
	.only-desktop-s {
		display:none!important;
	}
}
@media (min-width:585px) {
	.only-mobile-s {
		display:none!important;
	}
	.only-desktop-s {
		display:block;
	}
}