

.roundedButtonsBlock {
  justify-content: center;
  display: flex;
  flex-direction: row;
  margin: 17px 0 33px;            
  padding: 0 17px;
}


.roundedButtonsBlock button {
  background: #fff;
  padding: 11px;
  border: 1px solid #FFB667;
  border-right:0;
  font-size: 14px;            
  font-weight: 600;
  flex: 1;
  position: relative;
  color: #532b00;
}
.roundedButtonsBlock button.last {
  border: 1px solid #FFB667;
}

.roundedButtonsBlock button.active {
  background: #FFB667;
}


.roundedButtonsBlock button.first {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;

}

.roundedButtonsBlock button.last {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}


.roundedButtonsBlock button .badge {
  position: absolute;
  top: -16px;
  left: 6px;
  background-color: #532B00;
  border-radius: 20px;
  padding: 3px 15px;
  color: #fff;
  font-size: 11px;
}


.dynaholder {
  position:  relative;
  margin-bottom: 12px;
  padding:0;
}

.dynaholder .placeholder {
  position: absolute;
  top: calc( 50% - 7px );
  transition: all 0.2s;
  color: #9f8585;
  left: 15px;                            
}

.dynaholder.ta .placeholder {
  position: absolute;
  top: 21px;
  transition: all 0.2s;
  color: #9f8585;
  left: 32px;        
}

.dynaholder.ta textarea {
  padding: 22px 5px 5px 15px !important;
}

.dynaholder input:disabled, .dynaholder textarea:disabled {
  background-color: #ccc !important;
  border-color: #ccc !important;
}


.placeholder.focused {
  left: 13px;
  top: 0px;
  font-size: 8px;
}

.dynaholder.ta .placeholder.focused {
  top: 9px;
  font-size: 8px;
}


.dynaholder input {
  /*
  padding-top: 13px;
  */
  padding-left: 11px !important;
  transition: all 0.6s ease-out;
}
.placeholder.focused ~ input {
  border-top-left-radius: 40px !important;
}

.checkbox label {
  display: flex;
  justify-content: flex-start;
  gap: 6px;
  align-items: center;
}

.checkbox input {
  border: 1px solid #ffc582;
  width: 18px;
  height: 18px;        
}

#address_details {
  padding: 6px 18px 0px 18px;
  color: #999;
}

#integraMap {
  width: 100%;
  height: 400px;
  margin-top: 10px !important;
}

@media (max-width: 992px) {
  #integraMap {
	height: 230px;
  }
}

#deliveryZone {
  font-size: 19px;
  line-height: 28px;
  margin: 5px 0 15px 0;
}    

.constructor_btn {
  background: #FFB667;
  color: #532B00;
  font-weight: 700;
  border-radius: 40px;
  margin-left: 0;
  display: block;
  border:0;
  text-align: center;
  position: relative;
  padding: 8px 6px 6px 11px;
}

.constructor_btn img {
  max-width: 40px;
}

.constructor_container {
  color: #ffb667;
  font-weight: 600;
}

.constructor_container .icon:after {
  content: "\e993";
  font-family: "nqt-icon";
  font-size:18px;
}

.constructor_btn .leo-bt-cart-content {
  display:flex;
  gap:10px;
  align-items:center;
  justify-content: center;
}


.pointer {
  cursor: pointer;
}


.header_row_mobile {
  display: block;
}

.header_row_desktop {
  display: none;
}

@media (min-width: 900px) {

  .header_row_mobile {
     display: none;
  }

  .header_row_desktop {
     display: block;
  }
}






.ingridients_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 15px;
}

.irow {
  display:flex;
  justify-content: space-between;
  gap: 15px;
}


.irow .item_left {
  display: flex;
  gap: 10px;
  align-items: center;        
}

.irow .item_left img {
  width: 32px;
  height: 32px;        
  border-radius: 100%;
}
.irow .item_left .price {
  color: #999;
}

.build_container {
  display: flex;
  flex-direction: row;
  height: 100%;
  justify-content: stretch;
}

.irow .item_right {
  display:flex;
  align-items: center;
}

.irow .item_right input[type=checkbox] {
  width: 21px;
  height: 21px;
}


.build_container h2 {
  font-size: 32px;
}

.build_container .desc {
  margin-bottom: .5rem;
  color: #999;
}

.build_container .mobile {
  display: none;
}

.build_container .rightcol {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 48%;
  padding: 30px 15px 15px 0;
  position: relative;
  background-color: #FAF2DA;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  scrollbar-color: #532b00 transparent;
}

.build_container .leftcol {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  flex-grow: 2;
  flex-shrink: 1;
  min-width: 52%;
  margin-right: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.bottom_row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: column;
  margin-top: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 20px;
  background-color: #FAF2DA;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.total_weight {
  color: #999;
}

.constructor_order {
  border-radius: 20px;
  background-color: #FFB66F;
  border: 0;
  padding: 9px 10px 7px 16px;
  font-weight: 600;
color: #532B00;
}
.constructor_order:hover, .constructor_order:active, .constructor_order:focus, .constructor_order:after {
color: #532B00;
}

.num_counter {
  display: flex;
  gap: 10px;
  flex-direction: row;
}

.num_counter button {
  border-radius: 100%;
  background-color: #FE9A43;
  border: 0;
  color: #fff;
  width:20px;
  height:20px;
}

.num_counter button.inactive {
  background-color: #EBEBEB;
  color: #666;
}

.num_counter .num {
  font-weight: 400;
  border: 0;
  background-color: #FAF2DA;
  width: 30px;
  text-align: center;        
}

@keyframes shaking {
  0% {
      transform: rotate(18deg);            
  }

  25% {
      transform: rotate(-18deg);            
  }

  50% {
      transform: rotate(18deg);            
  }

  100% {
      transform: rotate(-18deg);            
  }
}    


@keyframes shaking-lr {
  0% {
      margin-left: -6px;            
      margin-right: 6px;
  }

  25% {
      margin-left: 6px;                   
      margin-right: -6px;
  }

  50% {
      margin-left: -6px;            
      margin-right: 6px;
  }

  100% {
      margin-left: 6px; 
      margin-right: -6px;           
  }
}    


.shaking {
  animation: shaking linear 0.13s;
  animation-iteration-count: 5;
}

.shaking-lr {
  animation: shaking-lr linear 0.13s;
  animation-iteration-count: 5;
}

.ingridients_container {
  overflow-y: auto;
  height: calc(100% - 145px);
  padding-bottom: 40px;
  padding-right: 13px;
  position: relative;
}

.bottom_fade {
  height: 40px;
  width: 100%;
  background-image: url(/site/layouts/miami/images/constructor_fade.png);
  background-repeat: repeat-x;
  position:absolute;
  top: -40px;
  left: 0px;
}


.total_conductor_price .strikePrice {
  text-decoration: line-through;
  color: #CC8D48;
}



@media (max-width: 950px) {

  .constructor_dialog {
        width: 93% !important;
        height: 95% !important;
        border-radius: 10px !important;
  }

  .build_container {
      flex-direction: column;
      border-top-right-radius: 0;
      height: calc(100vh - 34px);
  }

  .build_container .desctop {
      display: none !important;
  }

  .build_container .mobile {
      display: block !important;
      min-height: 45%;
      margin-right: 0px;
      border-top-right-radius: 0;
      border-bottom-left-radius: 0px;
  }

  .build_container .rightcol {
      padding: 20px 30px;
      min-width: 130px;
  }

  .build_container .leftcol {
      min-width: 130px;
      border-top-left-radius: 0;
  }

  .ingridients_container {
      overflow-y: auto;
      height: calc(100% - 145px);
      padding-bottom: 40px;
  }

  .bottom_fade {
      height: 40px;
      width: 100%;
      background-image: url(/site/layouts/miami/images/constructor_fade.png);
      background-repeat: repeat-x;
      position:absolute;
      top: -40px;
      left: 0px;
  }

  .bottom_row { 
      margin-top: 0;
  }

  .build_container .rightcol {
      padding: 13px 15px;
      height: calc(100vh - 247px);
      overflow-y: auto;
  }

  .build_container .mobile {
      min-height: 45%;
  }
}


@media (min-height: 1100px) and (orientation: portrait) { 
  .build_container .mobile {
      min-height: 413px;
  }

  .build_container .rightcol {
      height: calc(100vh - 430px);
  }
}


@media (max-height: 800px) {

  .build_container .mobile {
      min-height: 250px;
	  border-top-left-radius: 10px;
      border-top-right-radius: 10px;
  }   
  
  .build_container .rightcol {
    /*
      height: calc(100vh - 160px);
    */
    overflow-y: scroll;
	overflow-x:hidden;
	border-radius: 10px;
  }
      

}



#delivery_slot_alert, #delivery_slot_weight_alert {
  line-height: 118%;
  margin-top: 11px;
  display: none;
  background: #faf2dd;
  color: #532B00 !important;
  font-weight: 700;
  font-size: 16px;
  margin: 10px 15px 0;
  width: auto;
  border-radius: 50px;
  padding: 14px 30px;
  text-align: center;                         
}


.product-quantity .add .go-to-cart {
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 15px;
  opacity: 0;
  display: none;
  transition: opacity 0.3s ease-out;
}

.product-quantity .add .go-to-cart.showed {
  opacity: 1;
}

.desctop_menu_row {
  display: flex;
  text-align: right;
  position: relative;
  padding-right: 160px;
}

.logoCol {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;   
}

.logoCol img {
  max-width: 100px;
}

@media (max-height: 991px) {
  .desctop_menu_row {
    padding-right: 73px;
    justify-content: end;
  }
}


.product_info_name {
  padding-right: 15px;  
}


#_desktop_cart {
  position: absolute;
  right: 24px;
  top: -50px;
  height: 64px;
  padding-top: 0px;
  margin: 0px;
}
.desctop_menu_row .dptop .btn-header {
  margin: 0;
}
