/**
 * NOTICE OF LICENSE
 *
 * This file is licenced under the Software License Agreement.
 * With the purchase or the installation of the software in your application
 * you accept the licence agreement.
 *
 * You must not modify, adapt or create derivative works of this source code
 *
 *  @author    foolab.app
 *  @copyright 2010-2023 foolab.app
 *  @license   LICENSE.txt
 */
#mod-insuredshipping{
    /*border: 1px solid #f6f6f6;*/
    /* padding: 10px 10px 5px 10px; */
    /*color: #737373;
    background: #f6f6f6;*/
    margin-top: 20px;
    /*outline: 2px solid #999999;*/
    position:relative;
    /* 
    background-color: rgba(255,154,82,.3);
    border-color: #FF9A52;
    color: #acaaa6; */
}
/* Supercheckout Module compatibility */
#module-supercheckout-supercheckout .insured-onfly{
    display: table-row;
    position: relative;
    height: 30px;
    width: 100%;
}
#module-supercheckout-supercheckout #insurance_total{
    position: absolute;
    width: 100%;
    vertical-align: top;
}
#module-supercheckout-supercheckout #insurance_total .title{
    display:inline-block;
    width: 60%;
    text-align: right;
    color: #696969!important;
    border-bottom: 1px solid #c5c5c5!important;
    font-size: 12px;
    padding: 5px 0!important;
}
#module-supercheckout-supercheckout #insurance_total .value{
    display:inline-block;
    width: 40%;
    text-align: right;
    color: #7B7B7B!important;
    border-bottom: 1px solid #c5c5c5!important;
    font-size: 12px;
    padding: 5px 0!important;
}
/* Supercheckout Module compatibility */

/* Spinner 3Balls Scale */
.sp-3balls, .sp-3balls:before, .sp-3balls:after {
    border-radius: 50%;
    background-color: #000;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    display: inline-block;
}
.sp-3balls{
    position: relative;
    background-color: rgba(0,0,0,1);
    opacity: 1;
    -webkit-animation: spScaleAlpha 1s infinite linear;
    animation: spScaleAlpha 1s infinite linear;
}
.sp-3balls:before, .sp-3balls:after {
    content: '';
    position: relative;
    opacity: 0.25;
}
.sp-3balls:before {
    left: 30px;
    top: 0px;
    -webkit-animation: spScaleAlphaBefore 1s infinite linear;
    animation: spScaleAlphaBefore 1s infinite linear;
}
.sp-3balls:after {
    left: -30px;
    top: -23px;
    -webkit-animation: spScaleAlphaAfter 1s infinite linear;
    animation: spScaleAlphaAfter 1s infinite linear;
}
@-webkit-keyframes spScaleAlpha {
    0% { opacity: 1; }
    33% { opacity: 0.25; }
    66% { opacity: 0.25; }
    100% { opacity: 1; }
}
@keyframes spScaleAlpha {
    0% { opacity: 1; }
    33% {  opacity: 0.25; }
    66% { opacity: 0.25; }
    100% {  opacity: 1; }
}
@-webkit-keyframes spScaleAlphaBefore {
    0% { opacity: 0.25; }
    33% { opacity: 1; }
    66% { opacity: 0.25; }
}
@keyframes spScaleAlphaBefore {
    0% { opacity: 0.25; }
    33% { opacity: 1; }
    66% { opacity: 0.25; }
}
@-webkit-keyframes spScaleAlphaAfter {
    33% { opacity: 0.25; }
    66% { opacity: 1; }
    100% { opacity: 0.25; }
}
@keyframes spScaleAlphaAfter {
    33% { opacity: 0.25; }
    66% { opacity: 1; }
    100% { opacity: 0.25; }
}
#mod-insuredshipping .sp-3balls{
    display:none;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);

}
#mod-insuredshipping.loading:after{
    position:absolute;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);
    width:100%;
    height:100%;
}
#mod-insuredshipping.loading .sp-3balls{
    display:block;
}

#mod-insuredshipping {
    /*
    border: 1px solid #f6f6f6;
    padding: 10px 10px 5px 10px;
    color: #737373;
    background: #eeeeee;
    margin-top: 20px;
    outline: 0;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    */
}
#mod-insuredshipping .checkbox {
    display: block;
    min-height: 20px;
    /*padding-left: 0px; */
}

#mod-insuredshipping .checkbox input[type="checkbox"] {
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 2px solid #979797;
    appearance: none;
    background-color: #fff;
    outline: none;
    transition: outline 0.1s;
}

#mod-insuredshipping .checkbox input[type="checkbox"]:checked {
  background-size: cover;
  padding: 2px;
}

#mod-insuredshipping .checkbox input[type="checkbox"]:not(:disabled):checked {
  /* border-color: #eb5202; */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="20" height="20" viewBox="0 0 32 32" xml:space="preserve"><path style="fill: %23eb5202" d="M11.941,28.877l-11.941-11.942l5.695-5.696l6.246,6.246l14.364-14.364L32,8.818"/></svg>');
}

#mod-insuredshipping h6{
    font-weight: bold;
    font-size: 14px!important;
    margin-top: 5px!important;
    color: #000;
}
#mod-insuredshipping .hidden {
    display:none;
}
#mod-insuredshipping .small {
    padding-left: 5px;
}
#mod-insuredshipping .text-center {
    text-align: center;
}
#mod-insuredshipping .text-right {
    text-align: right;
}
#mod-insuredshipping label{
    text-align: left;
    display: block;
    margin: 0;
}
.ava-handler {
  padding: 1rem .8rem;
}
#mod-insuredshipping .checkbox, #mod-insuredshipping .box {
  /* float: left;*/
}
/* .clearfix {
  clear:both;
  display: table;
} */

@media (max-width: 575.98px) {
    .ava-handler > .col-sm-1:first-child {
        flex: 0 0 12%;
        max-width: 12%;
        padding: 5px;
    }

    .ava-handler > label{
        flex: 0 0 88%;
        max-width: 88%;
    }
}
