/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .wayra-wsc-container{
    clear:all;
    display:block;
    margin:15px 0;
}

.wayra-wsc-alert{
    display: block;
    margin: 10px 0px;
    background: #f5f5f5;
    border-radius: 3px;
    color: #222;
    padding: 15px;
}

ul.wayra-wsc-methods li {
    margin: 10px 0;
}

.wayra-shipping-calculator-form{
    border: 1px solid rgb(0 0 0 / 0.09);
    margin-top: 10px;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 0px;
    padding-bottom: 0;
}

.wayra-shipping-calculator-form input[type="text"], .wayra-shipping-calculator-form select{
    display:block;
    border:1px solid rgb(0 0 0 / 0.09);
    padding:7px;
}

.wayra-wsc-methods{
   margin-top: 10px !important;
   margin-bottom:5px !important;
   padding: 0px !important;
   margin-left: 0px !important;
   list-style: none;    
   border-top: 1px solid #c5c5c5;
   font-weight: 500;
}

.wayra-wsc-methods .amount {
    margin-left: 10px;
    font-weight: 400;
}

#wayra-wsc-error .woocommerce-error, #wayra-wsc-error .woocommerce-info,  #wayra-wsc-error .woocommerce-message{
    margin-bottom:5px;
}

a.button.wayra-shipping-calculator-button {
    background: none;
    margin: 0;
    padding: 10px 0;
    text-decoration: none;
}

div#wayra-wsc-error {
    display: none;
}

#wayra-wsc-shipping-message {
    font-size: 14px;
    color: #444;
}

.hidden {
    display: none;
}


.wayra-wsc-container button.disabled {
    cursor: not-allowed !important;
    pointer-events: all !important;
    opacity: 0.2 !important;
}

.wayra-product-detail i {
    margin-right: 8px;
}
.wayra-shipping-calculator-button {
    background: none;
    padding: 0;
}
.wayra-product-shipping {
    display: flex;
    align-items: center;
    height: 50px;
}
.wayra-wsc-container {
    margin-top: 0;
}
.wayra-product-shipping-container {
    margin-left: 10px;
}
.wayra-product-shipping-title {
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1;
}
.wayra-shipping-calculator-button {
    cursor: pointer;
}
.wayra-product-shipping.free .wayra-product-shipping-subtitle {
    display: none;
}
.wayra-product-shipping .wayra-product-shipping-free {
    display: none;
}
.wayra-product-shipping.free .wayra-product-shipping-free {
    display: block;
    color: #30a030;
    font-weight: 500;
}
.wayra-product-shipping.free i {
    color: #30a030;
}