/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

/* New version */
.shipping-rate-calculator-result {
    width: 100%;
}

.shipping-rate-calculator-result ul.list-group{
    outline: 0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.11), 0 6px 20px 0 rgba(0, 0, 0, 0.11);
    margin-bottom: 10px;
}

.shipping-rate-calculator-result .badge {
    background-color: transparent;
    color: black;
    float: right;
    font-size: 16px !important;

}

.include-cart-item {
    margin-right: 15px;   
}

.radio-inline {
    margin-right: 10px;
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.fmm-sc-heading {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.fmm-sc-wrapper strong,
.fmm-sc-wrapper p{
    text-transform: capitalize;
}

#fmm-sc-error {
    display: none;
}

/* truck icon */
.fme-shipping-truck-icon {
    text-align: center;
    margin-top: 40px;
}

.fme-shipping-truck-icon i{
    font-size: 5em !important;
    color: #2fb5d2;
}

/* Spinner */
.fme-shpping-spinner {
    width: 25px;
    height: 25px;
    position: relative;
    animation: fme-shpping-spinner 1.5s infinite linear both;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
  
.fme-shpping-spinner-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; 
    animation: fme-shpping-spinner-dot 2.0s infinite ease-in-out both; 
}
  
.fme-shpping-spinner-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: rgb(53, 53, 53);
    border-radius: 100%;
    animation: fme-shpping-spinner-dot-before 2.0s infinite ease-in-out both; 
}
  
.fme-shpping-spinner-dot:nth-child(1) { animation-delay: -1.1s; }
.fme-shpping-spinner-dot:nth-child(2) { animation-delay: -1.0s; }
.fme-shpping-spinner-dot:nth-child(3) { animation-delay: -0.9s; }
.fme-shpping-spinner-dot:nth-child(4) { animation-delay: -0.8s; }
.fme-shpping-spinner-dot:nth-child(5) { animation-delay: -0.7s; }
.fme-shpping-spinner-dot:nth-child(6) { animation-delay: -0.6s; }
.fme-shpping-spinner-dot:nth-child(1):before { animation-delay: -1.1s; }
.fme-shpping-spinner-dot:nth-child(2):before { animation-delay: -1.0s; }
.fme-shpping-spinner-dot:nth-child(3):before { animation-delay: -0.9s; }
.fme-shpping-spinner-dot:nth-child(4):before { animation-delay: -0.8s; }
.fme-shpping-spinner-dot:nth-child(5):before { animation-delay: -0.7s; }
.fme-shpping-spinner-dot:nth-child(6):before { animation-delay: -0.6s; }
  
@keyframes fme-shpping-spinner {
    100% {
        transform: rotate(360deg);
    }
}
  
@keyframes fme-shpping-spinner-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}
  
@keyframes fme-shpping-spinner-dot-before {
    50% {
      transform: scale(0.4); 
    } 100%, 0% {
      transform: scale(1.0); 
    }
}

/* New version */

#estimate_shipping{
    margin-top: 8px;
}
.ship-banner{
    text-align: center;
    width:100%;
   
}
.head-text{
    padding-top: 5px;
    text-align: center;
    color:white;
}
.text-center{
    text-align: center;
    
}
.vl {
    border: 1.5px solid #eee;
    height: 550px;
    margin-top: 26px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 0;
  }
  #ship_rate{
      width: 250px;
  }
  .divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 7.5px;
    overflow: hidden;
}
.cards {
    width:350px;
    position: relative;
    display: block;
    margin-bottom: 3px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid rgba(0,0,0);
    box-shadow: 2px 2px 8px 0 rgba(0,0,0);

}
.card-blocks {

    padding: 0.25rem;
    padding-top: 0.6rem;
    padding-right: 0.25rem;
    padding-bottom: 0rem;
    padding-left: 0.25rem;
}
.mid-opt{
    vertical-align:middle !important;
    margin-left: 4%;
    margin-top: -2%;
    margin-right: 3px;
}

.mid-opt input { vertical-align: middle; margin-right: 3px;}

.validate-error {
    color: #b94a48;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    display:none;
}
.show-error {
    color: #b94a48;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    display: block ;
}
.loader-gif{
    width:100%;
    min-height:110px;
    background:url(../img/loader_shipping.gif) no-repeat center ;
    position: absolute; 
    display: none;
} 