#codplugin-checkout{
    width: 100%;
    box-sizing: border-box;
    max-width: 630px;
    position: relative;
    padding: 17px;
    border: 2px solid #5b4ebb;
    border-radius: 6px;
    margin-top: 10px;
}

.codplugin-inputs {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}

.codplugin-checkout-title {    
    text-align: center;
}
.codplugin-checkout-title p{
    background: #ffffff;
    padding: 0 20px;
    display: inline-block;
    color: #5b4ebb;
    margin-bottom: 15px;
}
#codplugin_woo_single_form input,
#codplugin_state,
#codplugin_city {
    border: 2px solid #ebe9f7;
    height: 50px;
    width: 100%;
    margin: 0;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 3%;
}

#codplugin-checkout .form-footer {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 125px 1fr;
    margin-top: 10px;
    overflow: hidden;
}

input#nrwooconfirm {
    background-color: #5b4ebb;
    border: none;
    color: #fff !important;
    height: 50px;
    line-height: 1;
    border-radius: 3px;
    margin: 0;
    overflow: hidden;
    padding: 0 5px;
    cursor: pointer;
}

#nrwooconfirm.atc-buy-button {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    background: none !important;
}
#nrwooconfirm.atc-buy-button .button,
#nrwooconfirm.atc-buy-button input {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    white-space: normal;
    padding: 3px;
    font-size: 15px;
    background-color: #5b4ebb;
    text-decoration: none;
    color: #fff !important;
    border-radius: 3px;
    height: 50px;
    margin: 0 !important;
    padding: 0 !important;
}
#nrwooconfirm.atc-buy-button a.added_to_cart {
    display: none;
}
#nrwooconfirm.atc-buy-button .button:hover
#nrwooconfirm.atc-buy-button input:hover {
    cursor: pointer;
}
.page #nrwooconfirm.atc-buy-button .button {
    display :none;
}
.page #nrwooconfirm.atc-buy-button {
    grid-template-columns: 1fr;
}
#codplugin_add_button,#codplugin_count_button,#codplugin_remove_button{
    color: black;
    font-size: 20px;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    line-height: 46px;
}
#codplugin_woo_radio{
	width: 17px!important;
	height: 17px!important;
}
#codplugin_state{
    cursor: pointer;
    color: #888;
}

span#codplugin_h_o {
    line-height: 50px;
}
span#codplugin_h_o i {
    display: inline-block !important;
    font-size: 20px;
    color: #ebe8f7;
    margin-right: 5px;
}
#codplugin_h_o span {
    display: inline-block;
}
div#codplugin_h_left {
    float: right;
} 
div#codplugin_h_left i {
    color: #ebe9f7;
    margin-top: 14px;
}
div#codplugin_h_right {
  float: left;
}
div#codplugin_order_history {
    height: 50px;
    cursor: pointer;
    border-bottom: 2px solid #ebe9f7;
    margin: 7px;
}

#codplugin_show_hide{
    display: none;
}
#codplugin_gif{
    margin: auto;
    width: 50px;
    height: 50px;
    display: none;
}

#codplugin_gif video,
#codplugin_gif imgad {
    width: 50px;
    height: 50px;
}

.form-qte {
    display: grid;
    grid-template-columns: 35px 50px 35px;
    border: 2px solid #eae7f7;
    border-radius: 3px;
}

#codplugin_remove_button {
    border-left: 2px solid #ebe9f7;
}
#codplugin_add_button {
    border-right: 2px solid #ebe9f7;
}
#codplugin-checkout table {
    padding: 0 7px;
    border: none;
}
#codplugin-checkout td {
    border: none;
    border-bottom: 2px dotted #ebe8f7;
}
#codplugin-checkout .full-price td {
    font-weight: bold;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-size: 9px;
    background-image: url(data:image/svg+xml;charset=utf8,%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);
}
.single_add_to_cart_button{
    display: none!important;
}
.woocommerce .quantity .qty{
    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;
}

.gg-chevron-down {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1.6));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px
}
.gg-chevron-down::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 4px;
    top: 2px
}
 .gg-shopping-cart {
 display: block;
 box-sizing: border-box;
 position: relative;
 transform: scale(var(--ggs,1.3));
 width: 20px;
 height: 21px;
 background:
 linear-gradient(
 to left,currentColor 12px,
 transparent 0)
 no-repeat -1px 6px/18px 2px,
 linear-gradient(
 to left,currentColor 12px,
 transparent 0)
 no-repeat 6px 14px/11px 2px,
 linear-gradient(
 to left,currentColor 12px,
 transparent 0)
 no-repeat 0 2px/4px 2px,
 radial-gradient(
 circle,currentColor 60%,
 transparent 40%)
 no-repeat 12px 17px/4px 4px,
 radial-gradient(
 circle,currentColor 60%,
 transparent 40%)
 no-repeat 6px 17px/4px 4px
}

.gg-shopping-cart::after,
.gg-shopping-cart::before {
 content: "";
 display: block;
 position: absolute;
 box-sizing: border-box;
 width: 2px;
 height: 14px;
 background: currentColor;
 top: 2px;
 left: 4px;
 transform: skew(12deg)
}

.gg-shopping-cart::after {
 height: 10px;
 top: 6px;
 left: 16px;
 transform: skew(-12deg)
} 



#codplugin-checkout .chosen-search-input,
#codplugin-checkout .chosen-search input {
    width: 100% !important;
    box-sizing: border-box;
    margin: 0;
    padding: 0 10px;
    border: none;
    height: 30px;
}

#codplugin-checkout .chosen-single {
    padding: 16px;
    border: 2px solid #ebe9f7;
    height: 50px;
    background: none;
    background-color: #fff !important;
    border-radius: 3px;
    box-shadow: none;
    color: #919191;
}

#codplugin-checkout .chosen-container-single .chosen-single div {
    top: 10px;
}

#codplugin-checkout .chosen-container .chosen-drop {
    border: 2px solid #ebe9f7;
    border-top: none;
    margin-top: -13px;
}

#codplugin-checkout .chosen-container {
    width: 100%;
    font-size: unset;
}
#codplugin-checkout .chosen-container-single .chosen-single span,
#codplugin-checkout .chosen-container-single .chosen-single div {
    margin: 0;
}

#codplugin-checkout .chosen-container .chosen-results li.no-results {
    display: none;
}

#codplugin-checkout .chosen-container .chosen-results li.disabled-result {
    display: none;
}

#codplugin-checkout .chosen-container .chosen-results li {
    line-height: 24px;
}


#codplugin_count_number {
    display: inline-block;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 3px;
    background-color: #5b4ebb;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
}
#codplugin_count_number:before {
    content: 'x ';
}
#codplugin_d_free span {
    display: inline-block;
    font-size: 15px;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    background-color: #5b4ebb;
    border-radius: 3px;
    color: #fff;
}
.summary-product-title {
    font-weight: bold !important;
}
.summary-select-state {
    font-size: 14px;
    opacity: .8;
}
.codplugin_currency {
    display: none;
}

#shipping-methods {
    font-size: 14px;
    margin-left: 10px;
    opacity: .75;
}
#codplugin-checkout .codplugin-field {
    margin: 0;
    padding: 0;
}

.sticky-atc-btn {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid #e0e0e0;
}
.sticky-atc-btn a {
    display: inline-block;
    padding: 0 100px;
    animation: shake-x 4s ease infinite;
    width: auto;
    height: 45px;
    font-size: 15px;
    line-height: 45px;
    color: #fff;
    background-color: #5b4ebb;
    border-radius: 4px;
}
.sticky-atc-btn a:hover {
  color: #fff;
}
@keyframes shake-x {
    0%, 100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    }
    10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px,0,0);
    transform: translate3d(-5px,0,0);
    }
    20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px,0,0);
    transform: translate3d(5px,0,0);
    }
}


/* Hide Plus and Minus buttons */
.quantity {
    display: none !important;
}

#codplugin-checkout {
    width: 100% !important;
}

#codplugin_add_button, #codplugin_count_button, #codplugin_remove_button {
    display: grid !important;
    background: none !important;
    
}
#codplugin-checkout .chosen-container {
    width: 100% !important;
}
#codplugin-checkout .chosen-single,
#codplugin-checkout .chosen-container .chosen-drop{
    border: 2px solid #ffc094;
    
}

.simple-icons--whatsapp {
  display: inline-block;
  width: 1em;
  height: 1em;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967c-.273-.099-.471-.148-.67.15c-.197.297-.767.966-.94 1.164c-.173.199-.347.223-.644.075c-.297-.15-1.255-.463-2.39-1.475c-.883-.788-1.48-1.761-1.653-2.059c-.173-.297-.018-.458.13-.606c.134-.133.298-.347.446-.52s.198-.298.298-.497c.099-.198.05-.371-.025-.52s-.669-1.612-.916-2.207c-.242-.579-.487-.5-.669-.51a13 13 0 0 0-.57-.01c-.198 0-.52.074-.792.372c-.272.297-1.04 1.016-1.04 2.479c0 1.462 1.065 2.875 1.213 3.074s2.096 3.2 5.077 4.487c.709.306 1.262.489 1.694.625c.712.227 1.36.195 1.871.118c.571-.085 1.758-.719 2.006-1.413s.248-1.289.173-1.413c-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 0 1-5.031-1.378l-.361-.214l-3.741.982l.998-3.648l-.235-.374a9.86 9.86 0 0 1-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884c2.64 0 5.122 1.03 6.988 2.898a9.82 9.82 0 0 1 2.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.82 11.82 0 0 0 12.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.9 11.9 0 0 0 5.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.82 11.82 0 0 0-3.48-8.413'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.whatsapp-order-section {
    margin:  15px auto;
    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;
}


#codplugin-thanks {
    display :none;
    width: 100%;
    z-index: 99;
    background-color: #fff;

}

.elementor-page #codplugin-thanks {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#codplugin-thanks-box {
    background-color: #ffffff;
    padding: 20px;
    width: 550px;
    margin: 50px auto;
    z-index: 98;
}

#thanks-order-summary #shipping-methods {
    display: none;
}
.thanks-box-title {
    text-align: center;
    font-size: 18px;
    margin: 20px 0;
}

.thanks-box-content {
    margin-bottom: 30px;
}
.order-summary-title {
    line-height: 50px;
    padding: 0 10px;
    font-weight: bold;
    background: #5b4ebb;
    color: #fff;
}

#codplugin-thanks-box #codplugin_show_hide {
    display:block;
    background: transparent;
    border: 1px solid #5b4ebb;
    padding: 0;
    border-radius: 0;
}
#codplugin-thanks-box table, 
#codplugin-thanks-box td, 
#codplugin-thanks-box th {
    border: none;
    margin: 0;
}
#codplugin-thanks-box td {
    padding: 8px;
    background: #f8f8f8;
    border-top: 1px solid #DDDDDD;
}
#codplugin-thanks-box tr:first-child td {
    border-top: none;
    background: #fff;
}

.blink-me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* -----------------------------------------
     Global Mediaqueries
----------------------------------------- */

@media (max-width: 1349px) and (min-width: 992px) {

    .codplugin-checkout-title h3 {
        font-size: 22px;
    }
    #codplugin_show_hide {
        padding: 0 10px;
    }

}

@media (max-width: 767px) {
    
    #codplugin_show_hide {
        padding: 0 10px;
    }

    #upsell-submit button {
        padding: 12px 25px;
        font-size: 20px;
    }
    #cod-upsell-box .cod-upsell-heading {
        font-size: 36px;
    }
}
@media (max-width: 500px) {

     #codplugin-checkout .variation-prices {
        font-size: 14px;
    }
    .codplugin-checkout-title h3 {
        padding: 0 10px;
        margin-bottom: 15px;
    }
    div#codplugin_order_history, #codplugin_show_hide {
        font-size: 14px;
    }
    #codplugin-checkout td,
    #codplugin_show_hide {
        padding: 5px;
    }
    #codplugin-checkout .variation-prices .woocommerce-Price-amount {
        display: block;
        font-size: 14px;
    }
    .codplugin-inputs {
        grid-gap: 13px;
        grid-template-columns: repeat(1, 1fr);
    }
    #codplugin-checkout {
        padding: 10px 10px 10px;
        margin: 0 auto;
        width: 95% !important;
    }
    #nrwooconfirm, .form-qte {
        margin: 0;
    }
    .codplugin-checkout-title {
        position: relative; 
    }
    div#codplugin_order_history {
        margin-top: 10px;
        margin-left: 0;
        margin-right: 0;
        padding: 0 5px;
    }
    #codplugin_show_hide {
        margin-left: 0;
        margin-right: 0;        
    }
    #codplugin_show_hide table tr td:last-child,
    #codplugin_show_hide #codplugin_d_has_price {
        text-align: right;
    }    
   
}

@media (max-width: 417px ) {
    
    .form-qte {
        grid-template-columns: 1fr 1fr 1fr;
    }
    #codplugin-checkout .form-footer {
        grid-gap: 10px;
        grid-template-columns: 1fr;
    }
    
    #nrwooconfirm.atc-buy-button {
        grid-gap : 10px;
        grid-template-columns: 1fr;
        height: auto;
   }
   #nrwooconfirm.atc-buy-button .button, #nrwooconfirm.atc-buy-button input {
        height: 45px;
        padding: 0;
   }

}

    
}