#judecheckout-checkout{
    position: relative;
    padding: 30px;
    border: 1px solid #685f59;
    border-radius: 6px;
    margin-top: 10px;
}
.judecheckout-checkout-title {    
    text-align: center;
}

#judecheckout_woo_single_form input,
#judecheckout_state,
#judecheckout_city {
    border: 1px solid #e0e0e0;
    height: 50px;
}

.judecheckout-field {
    margin: 0;
}

#judecheckout_state .variations td.value {
    width: initial;
}
.product__vari {
    margin-top: 20px;
    padding: 0
}
.d-f {
    display: flex;
}
.product__vari li:first-child .product__frlw {
    padding-top: 0;
}
.product__frlw:not([disabled]) {
    cursor: pointer;
}
.product__frlw {
    padding: 6px 0;
}
.ai-c {
    align-items: center;
}
.product__frwr {
    margin-left: 12px;
    position: relative;
}
.product__frlw:not([disabled]) {
    cursor: pointer;
}
.product__frbx {
    appearance: none;
    width: 27px;
    height: 27px;
    top: 0;
    right: 0;
    z-index: 2;
    position: absolute;
    pointer-events: none;
}
input, select, button {
    font-family: 'Cairo', sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    outline: none;
    margin: 0;
}
input[type="radio" i] {
    background-color: initial;
    cursor: default;
    box-sizing: border-box;
    margin: 3px 3px 0px 5px;
    padding: initial;
    border: initial;
}
.product__frwr div {
    width: 25px;
    height: 25px;
    border: 1px solid #dadada;
    border-radius: 50%;
    background-color: #fff;
}
.jc-c {
    justify-content: center;
}
.product__frlw:not([disabled]) {
    cursor: pointer;
}
.product__frwr div:before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    background-color: transparent;
    border-radius: 50%;
    transition: .1s ease;
}
.product__frbx:checked+div:before {
    background-color: #463fba;
}
.product__frpr {
    margin-right: 10px;
}

element.style {
}
.product__frpr {
    margin-right: 10px;
}
.d-f {
    display: flex;
}
div {
    display: block;
}
.product__frlw:not([disabled]) {
    cursor: pointer;
}
.product__frpr strong {
    color: #463fba;
    font-weight: 700;
}
.product__frpr .bef {
    text-decoration: line-through;
    margin-right: 5px;
}
#judecheckout_woo_single_form {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}
#judecheckout-checkout .form-footer {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 125px 1fr;
    margin-top: 10px;
}
#nrwooconfirm{
    background-color: #685f59;
    border: none;
    text-align: center;
    color: #fff !important;
    height: 50px;
    line-height: 50px;
    padding: 0;
    overflow: hidden;
}
#formnrwooconfirm.atc-buy-button {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    background: none !important;
}
#formnrwooconfirm.atc-buy-button .button,
#formnrwooconfirm.atc-buy-button input {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    white-space: normal;
    padding: 3px;
    font-size: 15px;
}
#judecheckout_add_button,#judecheckout_count_button,#judecheckout_remove_button{
    color: black;
    font-size: 20px;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    line-height: 46px;
}
#judecheckout_woo_radio,
#judecheckout-checkout .variation-prices input[type="radio"]{
	width: 15px!important;
	height: 15px!important;
}

#judecheckout_state,
#judecheckout_city {
    cursor: pointer;
    color: #888;
}

span#judecheckout_h_o {
    line-height: 50px;
    font-size: 16px;
}
span#judecheckout_h_o i {
    font-size: 20px;
    color: #e0e0e0;
    margin-right: 5px;
}
div#judecheckout_h_left {
    float: right;
} 
div#judecheckout_h_left i {
    color: #e0e0e0;
    line-height: 50px;
    font-size: 25px;
}
div#judecheckout_h_right {
  float: left;
}
div#judecheckout_order_history {
    height: 50px;
    cursor: pointer;
    border-bottom: 2px solid #e0e0e0;
    background: #fcfcfc;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: -20px;
}
#judecheckout_show_hide {
    background: #fcfcfc;
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: -20px;
}

#judecheckout_show_hide table {
    margin-bottom: 0;
}
#judecheckout_gif{
    margin: auto;
    width: 50px;
    height: 50px;
    display: none;
}

.form-qte {
    display: grid;
    grid-template-columns: 35px 50px 35px;
}
#judecheckout_remove_button {
    border: 1px solid #e0e0e0;
    border-radius: 10px
}
#judecheckout_add_button {
    border: 1px solid #e0e0e0;
    border-radius: 10px
}
#judecheckout-checkout table {
    border: none;
}

.wdk-shaked {
    animation: shake-animation 4.72s ease infinite;
}

@keyframes shake-animation {
    0% { transform:translate(0,0) }
   1.78571% { transform:translate(5px,0) }
   3.57143% { transform:translate(0,0) }
   5.35714% { transform:translate(5px,0) }
   7.14286% { transform:translate(0,0) }
   8.92857% { transform:translate(5px,0) }
   10.71429% { transform:translate(0,0) }
   100% { transform:translate(0,0) }
 }
.wdk-shaked:hover {
    animation: none
}

#judecheckout-checkout .variation-prices {
    font-size: 16px;
}
#judecheckout-checkout .variation-prices bdi {
font-weight: bold;
    color: #685f59;
}

#judecheckout-checkout .variation-prices  .crossed-price bdi {
    font-weight: normal;
    color: #aeaeae;
}
#judecheckout-checkout td {
    border: none;
    border-bottom: 2px dotted #e0e0e0;
}
#judecheckout-checkout .full-price td {
    font-weight: bold;
    border-bottom: 0;
}
#judecheckout-checkout .full-price td:last-child {
    color: #685f59;

}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-size: 9px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    padding-right: 28px !important;
  }
  
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
}
table, td, th {
    border: 1px solid rgba(0,0,0,.1);
}
#judecheckout-checkout .woocommerce-variation-add-to-cart {
    display: none !important;
}

.woocommerce div.product .product_meta {
    border-top: none!important;
}


#cod-upsell{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 25; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#cod-upsell-box{
    background-color: #fff;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

#cod-upsell-loader{
    display: none;
}

#cod-upsell-box .cod-upsell-heading {
    color: red;
    text-align: center;
    font-weight: bold;
    font-size: 45px;
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 3px dotted #eee;
}
.cod-upsell-product-title {
  text-align: center;
  font-size: 24px;
  color: #000;
}

.cod-upsell-product img {
    margin: 20px auto;
    display: block;
}

.cod-upsell-product .price {
    display: block;
    text-align: center;
    color: red;
    margin-bottom: 25px;
}
#upsell-submit button {
  display: block;
  margin: 20px auto;
  color: #fff;
  background-color: #4caf50;
  padding: 15px 50px;
  font-size: 30px;
  border: none;
}
#upsell-submit #cod-upsell-cancel {
    background-color: transparent;
    color: #bababa;
    padding: 0;
    font-size: 20px;
}

#upsell-submit button:hover {
    cursor: pointer;
}
#upsell-submit #cod-add-upsell:hover {
  background-color: #222;
}
#upsell-submit #cod-upsell-cancel:hover {
  color: #555;
}

#judecheckout-checkout .chosen-search-input,
#judecheckout-checkout .chosen-search input {
    width: 100% !important;
    box-sizing: border-box;
    margin: 0;
    padding: 0 10px;
    border: none;
    height: 30px;
}

#judecheckout-checkout .chosen-single {
    padding: 16px;
    border: 2px solid #e0e0e0;
    height: 50px;
    background: none;
    background-color: #fff !important;
    border-radius: 3px;
    box-shadow: none;
    color: #919191;
}

#judecheckout-checkout .chosen-container-single .chosen-single div {
    top: 10px;
}

#judecheckout-checkout .chosen-container .chosen-drop {
    border: 2px solid #e0e0e0;
    border-top: none;
    margin-top: -13px;
}

#judecheckout-checkout .chosen-container {
    width: 100% !important;
    font-size: 14px;
}
#judecheckout-checkout .chosen-container-single .chosen-single span,
#judecheckout-checkout .chosen-container-single .chosen-single div {
    margin: 0;
}

#judecheckout-checkout .chosen-container .chosen-results li.no-results {
    display: none;
}

#judecheckout-checkout .chosen-container .chosen-results li.disabled-result {
    display: none;
}

#judecheckout-checkout .chosen-container .chosen-results li {
    line-height: 24px;
}


#judecheckout_count_number {
    display: inline-block;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 3px;
    background-color: #685f59;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
}
#judecheckout_count_number:before {
    content: 'x ';
}
#judecheckout_d_free span {
    display: inline-block;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    background-color: #685f59;
    border-radius: 3px;
    color: #fff;
}

#judecheckout_no_delivery span {
    display: inline-block;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    background-color: #ce2c2c;
    border-radius: 3px;
    color: #fff;
}
.summary-product-title {
    font-weight: bold !important;
}
.summary-select-state {
    font-size: 14px;
    opacity: .8;
}
.judecheckout_currency {
    display: none;
}

#shipping-methods {
    font-size: 14px;
    margin-left: 10px;
    opacity: .75;
}
.blink-me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.whatsapp-order-section {
    margin: 0 auto 15px;
    text-align: center;
}
.whatsapp-order-section #whatsapp-orders {
    color: #fff;
    display: inline-block;
    background: #25d466;
    border-radius: 50px;
    padding: 10px;
    border: none;
    font-weight: bold;
    font-size: 15px;
}

.whatsapp-order-section #whatsapp-orders:hover {

    cursor: pointer;
}
/* -----------------------------------------
     Global Mediaqueries
----------------------------------------- */

@media (max-width: 1349px) and (min-width: 992px) {

    #judecheckout-checkout {
        padding: 30px 10px;
    }
    div#judecheckout_order_history {
        margin-top: 10px;
        margin-left: -10px;
        margin-right: -10px;
        padding: 0 5px;
    }
    #judecheckout_show_hide {
        margin-left: 0;
        margin-right: 0;        
        margin-bottom: 0px;
    }

}

@media (max-width: 767px) {

    #judecheckout-checkout {
        padding: 30px 10px;
    }
    
    #upsell-submit button {
        padding: 12px 25px;
        font-size: 20px;
    }
    #cod-upsell-box .cod-upsell-heading {
        font-size: 36px;
    }
    div#judecheckout_order_history {
        margin-top: 10px;
        margin-left: -10px;
        margin-right: -10px;
        padding: 0 5px;
    }
    #judecheckout_show_hide {
        margin-left: 0;
        margin-right: 0;        
        margin-bottom: 0px;
    }
}

@media (max-width: 520px) {

    #judecheckout-checkout .variation-prices {
        font-size: 14px;
    }
    
    div#judecheckout_order_history, #judecheckout_show_hide {
        font-size: 14px;
    }
    #judecheckout-checkout td,
    #judecheckout_show_hide {
        padding: 5px;
    }
    #judecheckout-checkout .variation-prices .woocommerce-Price-amount {
        display: block;
        font-size: 14px;
    }
    #judecheckout_woo_single_form {
        grid-gap: 13px;
        grid-template-columns: repeat(1, 1fr);
    }
    #judecheckout-checkout {
        padding: 10px 10px 10px;
    }
    #nrwooconfirm, .form-qte {
        margin: 0;
    }
    .judecheckout-checkout-title {
        position: relative; 
    }
    div#judecheckout_order_history {
        margin-top: 10px;
        margin-left: -10px;
        margin-right: -10px;
        padding: 0 5px;
    }
    #judecheckout_show_hide {
        margin-left: 0;
        margin-right: 0;        
        margin-bottom: 0px;
    }
    #judecheckout_show_hide table tr td:last-child {
        text-align: right;
    }
   
}

@media (max-width: 417px ) {

    #nrwooconfirm, .form-qte {
        grid-template-columns: 30px 35px 30px;
    }
    #judecheckout-checkout .form-footer {
    grid-gap: 10px;
    grid-template-columns: 95px 1fr;
    }

}

@media (max-width: 417px ) {
    #formnrwooconfirm.atc-buy-button {
        grid-gap: 5px;
        grid-template-columns: repeat(1, 1fr);
   }

   #formnrwooconfirm.atc-buy-button a{
    height: 50px;
}

    #nrwooconfirm, .form-qte {
        grid-template-columns: 30px 35px 30px;
        align-items: center;
        justify-content: center;
    }
    #judecheckout-checkout .form-footer {
    grid-gap: 10px;
    grid-template-columns: 95px 1fr;
    }

}
.is-invalid {
    border-color: red !important;
    box-shadow: 0 0 5px rgba(255,0,0,0.5) !important;
}
