
/*select.form-control,
input.form-control {
  border: 1px solid #4E7D7A !important;
  padding: 5px 16px 5px 0;
}*/

@media (max-width:575px){
  button.search__button.field__button img{
    width: 30px;
    height: 30px;
  }
}
@media (max-width:374px){
  .search_sec_main .search-modal__form{
    max-width:170px;
  }
}

.hidden{
  display: none;
}
/* quiz css 01/09/2022 */

#aico_quick_checkout_form .product-option {
    color: #000 !important;
}
/***** form-drawer start*****/
.aico-quick-checkout-form-drawer {
    background: #fff;
    bottom: 0;
    box-sizing: border-box;
    padding: 30px 30px;
    position: fixed;
    overflow: auto;
    right: -100%;
    left: auto;
    top: 0;
    z-index: 9999;
    border-left: 1px solid #eee;
    width: 100%;
    max-width: 40%;
    /*padding-right: 15px;*/
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.aico-quick-checkout-form-drawer.open {
    right: 0;
    left: auto;
}
.aico_quick_checkout_submit_div{
    margin: 25px auto 0;
    text-align: left;
}
.aico-quick-checkout-form-drawer .formdrawer-popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background: var(--primary);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: initial;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #000;
}
.aico-quick-checkout-form-drawer .formdrawer-popup-close:hover{
    background: #000;
}
body.aico-quick-checkout-form-drawer:after {
    content: "";
    position: fixed;
    background: rgba(0,0,0,.7);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
}
.cart__ctas {
    justify-content: right;
}

.cart__blocks {
    width: 55%!important;
    text-align: right;
}
.aico-quick-checkout-form-drawer .formdrawer-popup-close .svgIcon-root{
    width: 24px;
}
tr .tr_quick_total{
    border: 0;
}
tr .tr_quick_total td{
    border: 0!important;
}
.aico-quick-checkout-form-drawer .formdrawer-popup-close .svgIcon-root path{
  fill:#fff;
}
body.formdrawer{
  overflow: hidden;
  position: relative;
}
.aico-quick-checkout-form-drawer .form-status-list {
    padding: 0;
    margin: 15px 0 15px;
    font-size: 14px;
    line-height: 20px;
}
.aico-quick-checkout-form-drawer #form_error {
    color: red;
    font-weight: 700;
}
.aico-quick-checkout-form-drawer #form_success {
    color: green;
    font-weight: 700;
}
.aico-quick-checkout-form-drawer svg {
    height: 16px;
    width: 16px;
    fill: #fff;
    vertical-align: middle;
}
tr.tr_quick_total {
    border: 0;
}

tr.tr_quick_total td {
    border: 0 !important;
}

.aico-quick-checkout-form-drawer.quick-checkout-form .contact-wrapper .userImg{

      position: relative;
    top: -20px;
  display: inline-block;
}
.aico-quick-checkout-form-drawer.quick-checkout-form .contact-wrapper .userImg img{
      max-width: 120px;
      height: auto;
}
.mb-3 {
  margin-bottom: 3rem;
}

.aico-quick-checkout-form-drawer.quick-checkout-form .user-contact .quick-cart-item table{
  width:100%;
  box-shadow: none;
}
.aico-quick-checkout-form-drawer.quick-checkout-form .user-contact .quick-cart-item table tr th:last-child,
.aico-quick-checkout-form-drawer.quick-checkout-form .user-contact .quick-cart-item table tr td:last-child{
 text-align: right;
}

.aico-quick-checkout-form-drawer.quick-checkout-form .user-contact .quick-cart-item table tr td .totals {
      align-items: center;
  padding-top:0px;
}
.aico-quick-checkout-form-drawer.quick-checkout-form .user-contact .quick-cart-item table tr td .totals .totals__subtotal{ 
  margin-bottom: 0rem;
  margin-right: 5px;
}
.aico-quick-checkout-form-drawer.quick-checkout-form .user-contact .quick-cart-item table tr td .totals .shopify-section,
.aico-quick-checkout-form-drawer.quick-checkout-form .user-contact .quick-cart-item table tr td .totals p{
     margin-bottom: 0rem;
  color: var(--primary);
      font-size: calc(var(--font-size-base) + 5px);
    font-weight: 700;
}
.aico-quick-checkout-form-drawer.quick-checkout-form .user-contact .quick-cart-item table tr .cart-items--heading {
    color: var(--primary);
    background-color: transparent;
    font-weight: 500;
    font-size: 16px;
}
.aico-quick-checkout-form-drawer.quick-checkout-form .user-contact .quick-cart-item table tr th:nth-child(2){
      text-align: center;
}
.aico-quick-checkout-form-drawer.quick-checkout-form .user-contact .quick-cart-item table tr td{
  padding:5px 0px;
}
.aico-quick-checkout-form-drawer.quick-checkout-form .user-contact .quick-cart-item table tr td .cart-item__product__main{
      line-height: normal;
}

.aico-quick-checkout-form-drawer.quick-checkout-form .user-contact .quick-cart-item table tr td .cart-item__price-wrapper,
.aico-quick-checkout-form-drawer.quick-checkout-form .user-contact .quick-cart-item table tr td .product-title{
      font-size: 14px;
    color: var(--primary);
    font-weight: 600;
      line-height: normal;
}
.aico-quick-checkout-form-drawer.quick-checkout-form .user-contact .quick-cart-item table tr td .cart-item__quantity{
    font-size: 14px;
    color: var(--primary);
    font-weight: 400;
    display: block;
}

.aico-quick-checkout-form-drawer.quick-checkout-form .user-contact .quick-cart-item table tr{
    border-bottom: 1px solid var(--primary);
}
.aico-quick-checkout-form-drawer.quick-checkout-form .user-contact .quick-cart-item table tr:last-child{
  border-bottom: none;
}

.aico-quick-checkout-form-drawer.quick-checkout-form .form-group.field-checkboxlist{
   margin-bottom: 10px;
}
.aico-quick-checkout-form-drawer.quick-checkout-form input.form-control {
  padding: 10px 15px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.aico-quick-checkout-form-drawer.quick-checkout-form .contact-form .mb-3.mb-lg-4{
      margin-bottom:15px !important;
}

.aico-quick-checkout-form-drawer.quick-checkout-form .user-contact .section__title{
    font-weight: 600;
    font-size: 20px;
    display: block;
    margin: 15px auto 10px;
}
.aico-quick-checkout-form-drawer.quick-checkout-form .user-contact .section__subtitle{
    font-size: 14px;
    margin-bottom: 12px;
}

/****** form-drawer end ******/

label.error {
    font-size: 12px;
    line-height: normal;
    bottom: 5px;
    position: relative;
    z-index: 1;
    color: red;
}
#quick_checkout_form_btn{
  position: relative;
}

.button--loading .button__text {
  visibility: hidden;
  opacity: 0;
}

.button--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}

#quick_checkout_form_btn .pre-loading{
  background-color: #000000;
}
#quick_checkout_form_btn .pre-loading .vela-loading__icon>span{
  background-color: #fff;
}
#aico_quick_checkout_form table tr td:nth-child(1){
/*   width: 20%; */
}
#aico_quick_checkout_form table tr td:nth-child(2){
/*   width: 50%; */
}
#aico_quick_checkout_form table tr td:nth-child(3){
/*   width: 10%; */
}
#aico_quick_checkout_form table tr td:nth-child(4){
  width: 20%;
}

@media (max-width: 1350px){
  .aico-quick-checkout-form-drawer.quick-checkout-form .user-contact .quick-cart-item table tr td .totals .totals__subtotal{
    font-size: 24px;}
  .aico-quick-checkout-form-drawer.quick-checkout-form .user-contact .quick-cart-item table tr td .totals .shopify-section, 
  .aico-quick-checkout-form-drawer.quick-checkout-form .user-contact .quick-cart-item table tr td .totals p {
  
    font-size: 16px;
      line-height: normal;
  }
  .aico-quick-checkout-form-drawer.quick-checkout-form{
        padding: 30px 15px;
  }
}


@media (max-width: 967px){
  .cart__blocks {
    width: 100%!important;
  }
  .aico-quick-checkout-form-drawer {
    max-width: 100%
  }
  .aico-quick-checkout-form-drawer.quick-checkout-form .user-contact .quick-cart-item table tr td .totals .totals__subtotal {
      font-size: 18px;
  }
  
}

@media (max-width: 550px){
   .aico-quick-checkout-form-drawer.quick-checkout-form #quick_checkout_form_btn #quick_checkout_additional_btn {
      position: relative;
      width: 100%;
  }
  button.cart__checkout-button.quickcheckout-btn.btn.btn-default{
    margin-top: 10px;
    padding: 14px;
    width: 100%;
/*    margin-top: -50px;*/
  }
  
}


.aico-quick-checkout-form-drawer .formdrawer-popup-close{
   /* background-color: #4e7d7a;*/
}
form#aico_quick_checkout_form table tr th:first-child {
    width: 50%;
    text-align: left;
    padding: 0;
}
form#aico_quick_checkout_form table tr th {
    padding: 0;
    /*color: #4e7d7a;*/
}
#aico_quick_checkout_form table tr td:nth-child(2) {
    text-align: center;
}
.aico-quick-checkout-form-drawer.quick-checkout-form .user-contact .quick-cart-item table tr td {
   /* color: #4e7d7a;*/
}
.aico-quick-checkout-form-drawer.quick-checkout-form .user-contact .quick-cart-item table tr td .totals__subtotal {
    color: black;
    font-weight: 600;
}
/*.aico-quick-checkout-form-drawer.quick-checkout-form .row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}*/
.aico-quick-checkout-form-drawer.quick-checkout-form .col-12.col-md-6 {
    width: 50%;
}
#quick_checkout_form_btn, #quick_checkout_save_cart_btn{
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background: #000;
    padding: 12px 20px !important;
    border: none;
    box-shadow: 1px 1px 5px 1px #ddd;
    min-width: 240px;
    
}
button.cart__checkout-button.quickcheckout-btn.btn.btn-default{
    margin: 0;
    border: none;
    background-color: #f2f2f2;
    color: #000;
    cursor: pointer;
}
table:not([class]) td, table:not([class]) th {
    border: 0;
    border-bottom: 1px solid;
}

.aico-quick-checkout-form-drawer input:focus-visible {
    outline: none;
    outline-offset: 0;
    box-shadow: none;
}


@media (max-width: 550px){
  button.cart__checkout-button.quickcheckout-btn.btn.btn-default{
    margin-top: 10px;
    padding: 14px;
    width: 100%;
/*    margin-top: -50px;*/
  }
  
}

.aico-free-shipping-label{
    color: green;
    font-weight: 1000;
}

#child-name-encoded
{
    opacity: 0.5;
    background-color: #cccccc;
    height: 40px;
}

#child-name{
    height: 40px;
}

form#aico_quick_checkout_form table tr th:first-child {
    width: 200px;
}

form#aico_quick_checkout_form table tr th:last-child {
    width: 120px;
}
#notification-instruction-textarea {
    width: 100%;
    min-height: 80px;
    padding: 7px 16px 7px 5px;
    border: 1px solid black;
    border-radius: 5px;
}

#desired-delivery-date{
    width: 100%;
    display: block;
    padding: 10px 15px;
    border: 1px solid #DDD;
    border-radius: 3px;
}
.aico_qc_shipping_options label,.aico_qc_shipping_options input[type="radio"] {
    cursor: pointer;
}
.pl-0{
  padding-left: 0;
}


.aico-quick-checkout-form-drawer .aico_qc_shipping_options input[type="radio"] {
  opacity: 0;
  position: absolute;
}
.aico-quick-checkout-form-drawer .aico_qc_shipping_options input[type="radio"] + label:after {content: '';width: 16px;height: 16px;display: inline-block;border: 1px solid #999;vertical-align: middle;margin: 0 25px 0 10px;
}
.aico-quick-checkout-form-drawer .aico_qc_shipping_options input[type="radio"]:checked + label:after {
  content: '✓';
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.checkbox-inline input {
  vertical-align: middle;
}

select#quick-checkout-country, select#quick-checkout-country-shipping {
  display: block;
  padding: 20px 10px 5px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 auto 15px;
}

select#quick-checkout-country + #error-message {
  margin-top: -5px;
  margin-bottom: 5px;
  display: block;
}

.label--top-country, .label--top-country-shipping {
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 12px;
  opacity: 0.8;
}

.country--selector, .country--selector-shipping {
  position: relative;
}

.aco--tooltip i {
    background: #444;
    height: 18px;
    width: 18px;
    display: block;
    border-radius: 50%;
    line-height: 1.4;
    text-align: center;
    font-style: initial;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    position: relative
}

.aco--tooltip label {
    display: none !important;
    line-height: 1.4;
    font-weight: 400!important;
    font-size: 13px;
    color: #888;
    position: absolute;
    width: 100%;
    top: -20px;
    min-width: 280px;
    padding: 5px 7px;
    background: #fff;
    z-index: 9;
    left: 20px;
    border: 1px solid rgba(0,0,0,0.05);
}

.aco--tooltip:hover label {
    display: block!important;
    opacity: 1;
}

.aco--tooltip {
    margin: 0 0 0 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 1;
}

.aico-qc-order-time-info span {
    display: inline-block;
    vertical-align: middle;
}

.aico-qc-order-time-info {
    font-size: 12px;
    font-weight: 400!important;
    color: #888;
}
.qc-lbl{
    font-size: 20px;
}
#quick_checkout_additional_btn{
    position: relative;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background: #000000;
    padding: 12px 20px !important;
    box-shadow: 1px 1px 5px 1px #ddd;
    border: none;
}

#has--two-buttons .btn {
    min-width: calc(47% - 25px);
    cursor: pointer;
}
#has--two-buttons .btn:first-child {
    margin-right: 5px;
    margin-bottom: 3px;
    background: rgb(37, 155, 56);
}
.aico_quick_checkout_submit_div:not(#has--two-buttons) .btn {
    font-size: 16px;
    cursor: pointer;
    
}
.aico-date-tooltip{
    display: flex;
}
.delivery-dropdown-label{
    font-weight: 600;
    font-size: 20px;
}
.qc-dropdown-list{
    margin: 20px 0px;
}
.aico-box-main-address{
    display: inline-grid;
    border: 1px solid #eee;
    padding: 20px;
    width: 100%;
}

