
@media only screen and (max-width: 910px) {
    .paddRght{ padding-right: 0px; }
    .fontchick{ font-size: 12px; }
    .search_icon{
        position: absolute;
        width: 30px;
        height: 30px;
        float: right;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        color: #01011B;
        text-decoration: none;
        right: 22px;
        top: 9px;
    }
    .iconcart{
        background-color: #d02b31!important;
        border: 1px #ffffff solid;
        font-size: 61%;
        margin-left: 22px;
        margin-top: -20px;
        color: rgb(255, 255, 255);
        font-weight: 500;
    }
}
@media only screen and (max-width: 767px) {
    .paddRght{ padding-right: 35px; }
    .fontchick{ font-size: 15px; }
    .search_icon{
        position: absolute;
        width: 30px;
        height: 30px;
        float: right;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        color: #01011B;
        text-decoration: none;
        right: 24px;
        top: 5px;
    }
}
@media only screen and (max-width: 500px) {
    .iconcart{
        background-color: #d02b31!important;
        border: 1px #ffffff solid;
        margin-left: 11px;
        margin-top: -34px;
        color: rgb(255, 255, 255);
        font-weight: 500;
    }
}
@media only screen and (min-width: 498px) {
    .iconcart{
        background-color: #d02b31!important;
        border: 1px #ffffff solid;
        margin-left: -6px;
        margin-top: -10px;
        color: rgb(255, 255, 255);
        font-weight: 500;
    }
}
@media only screen and (min-width: 768px) {
    .iconcart{
        background-color: #d02b31!important;
        border: 1px #ffffff solid;
        margin-left: 21px;
        margin-top: -19px;
        color: rgb(255, 255, 255);
        font-weight: 500;
    }
    #navmobile{ display: none; }
    #navdesktop{ display: block; }
}
@media only screen and (max-width: 767px) {
    #navmobile{ display: block; }
    #navdesktop{ display: none; }
    .buscador {
        height: 80%;
        width: 100%;
        background-color: transparent;
        position: absolute;
        margin-left: 5px;
        z-index: 1500;
        justify-content: center;
        left: -1%;
        position: fixed;
        top: 97px;
    }
    .section-search {
        position: absolute;
        z-index: 70000;
        width: 100%;
        height: 100%;
        background-color: rgb(255, 255, 255);
        border-radius: 0 0 26px 0;
        -webkit-box-shadow: 9px 10px 32px -8px rgb(0 0 0 / 41%);
        -moz-box-shadow: 9px 10px 32px -8px rgba(0,0,0,0.41);
        box-shadow: 9px 10px 32px -8px rgb(0 0 0 / 41%);
        padding: 5px 10px 10px 20px;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (min-width: 911px) {
    .paddRght{ padding-right: 0px; }
    .fontchick{ font-size: 16px; }
    .iconcart{
        background-color: #d02b31!important;
        border: 1px #ffffff solid;
        margin-left: 30px;
        margin-top: -25px;
        color: rgb(255, 255, 255);
        font-weight: 500;
    }
    .search_icon{
        position: absolute;
        width: 30px;
        height: 30px;
        float: right;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        color: #01011B;
        text-decoration: none;
        right: 22px;
        top: 9px;
    }
}
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
.fontnunito{ font-family: 'Nunito', sans-serif; }
.searchbar{
    margin-bottom: auto;
    margin-top: auto;
    height: 40px;
    background-color: white;
    border-radius: 20px;
    padding: 4px 10px;
    width: 99%;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
}
.search_input{
    width: 90%!important;
    color: grey;
    border: 0;
    outline: 0;
    background: none;
    width: 250px;
    caret-color:transparent;
    line-height: 25px;
    transition: width 0.4s linear;
}
.searchbar:hover > .search_input{ caret-color:#003B81; }

.searchbar:hover > .search_icon{ background: #D11C1C; color: white; }
.nav2{ font-family: 'Nunito', sans-serif; }
.nav2:hover { border-bottom: 2px solid red; color: white; }
.nav3{ border-bottom: 2px solid red; color: white; font-family: 'Nunito', sans-serif; }
.fondo{ background: #003B81; }

.colorText{
    color: grey;
    font-family: 'Nunito', sans-serif;
    font-size: 15px
}
.colorText:hover{
    color: #003B81;
    font-family: 'Nunito', sans-serif;
}

.megasubmenu{ padding: 20px; }

.menu {
    left: 0px;
    float: left;
    background-color: #ffffff00;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    outline: none;
    position: absolute;
    top: 2px;
}
.line {
    fill: none;
    stroke: #ffffff;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
}
.line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}
.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}
.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}
.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

    
    
    
#menu {
    z-index: 1050;
}

.navis {
    z-index: 1040;
    position: absolute;
    display: none;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    background-color: rgba(92, 91, 87, 0);
    -webkit-transition: opacity 600ms, visibility 600ms;
            transition: opacity 600ms, visibility 600ms;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}

.navis ul {
    text-align: left;
    padding: 0 30px;
}

.navis li {
    list-style: none;
    padding: 12px 0;
}

.navis li a {
    color: white;
    font-size: 20px;
    text-decoration: none;
}

.navis li a:hover {
    font-weight: bold;
}

.menu-bg {
    top: 0;
    left: 0;
    position: absolute;
}

#menu {
    top: 0;
    left: 0;
    position: fixed;
}

.menu-bg {
    z-index: 1040;
    width: 0;
    height: 0;
    /* margin: -108px 0 20px 20px; */
    background: radial-gradient(circle, #003B81, #003B81);
    border-radius: 50%;
    transition: 0.5s ease;
    top: -298px;
    left: -329px;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.change {
    top: 50;
    width: 250px;
    line-height: 20px;
    display: block;
    visibility: visible;
    opacity: 1;
    animation: fade 1.8s;
}

.change .bar {
    background-color: white;
}

.change #bar1 {
    transform: translateY(4px) rotateZ(-45deg); 
}

.change #bar2 {
    opacity: 0;
}

.change #bar3 {
    transform: translateY(-6px) rotateZ(45deg);
}

.change-bg {
    position: fixed;
    -webkit-box-shadow: 10px 10px 52px -18px #030303;
    -moz-box-shadow: 10px 10px 52px -18px #000000;
    box-shadow: 10px 10px 52px -18px #000000;
    width: 620px;
    height: 150%;
}

.dropdown-toggle::after {
    display: none;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

@media (min-width: 992px){
    .dropdown-menu .dropdown-toggle:after{ }
    .dropdown-menu{
        margin:0; 
    }
    .megasubmenu{ 
        left:100%; top:0; min-height: 100%;min-width: 640px; max-width:1280px;
        background: #F1F1F1
    }
    .dropdown-menu > li:hover .megasubmenu{
        display: block;
    }
}

.elementCardMenu:hover{

    color: #FE012E;
    text-decoration: none;
    font-size: 18px;  
}
.cardMenu:hover{
-webkit-box-shadow: 0px 0px 2px 1px rgba(0,59,129,1);
-moz-box-shadow: 0px 0px 2px 1px rgba(0,59,129,1);
box-shadow: 0px 0px 2px 1px rgba(0,59,129,1);
}


.menu-active .menucart {
    transform: translateX(0);
}
.menucart {
    display: none;
/* justify-content: center;
    align-items: center;*/
    position: fixed;
    top: 52px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1030;
    transform: translateX(100%);
    transition: transform 800ms cubic-bezier(.2, 0, .2, 1);
}

.menu-inner {
    width: 100%;
    display: flex;
}

/* CSS carrito movil */
.icon-cart-title {
    position: relative;
    margin-right: 10px;
    top: -5px;
}

.info-carro-empty .btn-continuar-total-carro {
    width: 100%;
    height: 37px;
    text-align: center;
    display: block;
    background: #2b71b9;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 0 0;
    transition: all .1s linear;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 0;
}

/* fin CSS carrito movil */

/*  css detalle carrito */
@media (max-width: 767px){
    .box-item-carro .box-image-carro {
        max-height: 80px;
    }
}

col-xs-7 {
    width: 58.33333333%;
}

.col-xs-5 {
    width: 41.66666667%;
}


.box-item-carro {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cacaca;
    position: relative;
}

.box-item-carro .box-image-carro a {
    display: block;
    text-align: center;
}

.box-item-carro .box-image-carro {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    padding: 1px;
    box-sizing: border-box;
    border: 1px solid #f8f8f8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.cart-actions {
    padding: 0;
    display: block;
    margin-top: 20px;
}

.button-text {
    background-color: transparent;
    text-decoration: underline;
    color: #003f6d;
    display: block;
    transition: all .1s linear;
    border: none;
    font-size: 1.1em;
    letter-spacing: 1px;
    font-family: Azo Sans,sans-serif,arial,helvetica,Open Sans;
}

.btn-eliminar-item-carro {
    float: right;
    position: relative;
    right: inherit;
    bottom: inherit;
    top: 1px;
}

.btn-eliminar-item-carro .button-text:before {
    content: url("{{ env('APP_URL') }}/img/eliminar.svg");
    margin: 3px 5px 0 0;
    display: block;
    float: left;
}

.col-1-carro {
    box-sizing: border-box;
    font-family: Open Sans,sans-serif,arial,helvetica arial,helvetica;
}
.box-precios-carro {
    text-align: right;
    float: right;
}
.offer-price {
    color: #000000;
    font-family: Open Sans,sans-serif,arial,helvetica;
    font-size: 20px;
    font-weight: 500;
    padding: 0 0 4px;
    line-height: 22px;
    margin: 0 0 -4px;
}

.box-image-carro img {
    max-width: 100%;
    max-height: 203px;
    height: auto;
    width: auto;
    vertical-align: middle;
}

@media (max-width: 767px){
    .box-item-carro .box-image-carro {
        max-height: 150px;
    }
}

.box-item-carro .box-image-carro {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    padding: 1px;
    box-sizing: border-box;
    border: 1px solid #f8f8f8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}


@media (max-width: 767px) and (min-width: 319px){
    .box-item-carro .box-titulo-item-carro .product-list-item .name  {
        width: 250px;
        font-size: 17px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #4a4a4a;
        font-family: Azo Sans,sans-serif,arial,helvetica,Open Sans;
        }
}

.name {
    width: 250px;
        white-space: nowrap;
        font-size: 17px;
        text-overflow: ellipsis;
        overflow: hidden;
    color: #4a4a4a;
    font-family: Azo Sans,sans-serif,arial,helvetica,Open Sans;
}


.name a {
    width: 250px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    color: #4a4a4a;
    font-family: Azo Sans,sans-serif,arial,helvetica,Open Sans;
}
.sku span {
    font-size: 16px;
    color: #999;
    font-weight: 500;
    padding: 0;
}

.box-entrega-carro ul li {
    float: left;
    font-size: 16px;
    color: #818181;
    padding: 20px 0 0;
}

.box-entrega-carro ul li:before {
    content: url("{{ env('APP_URL') }}/img/informacion.svg");
    height: 22px;
    width: 22px;
    display: inline-block;
    border-radius: 50%;
    color: #00b0eb;
    margin-right: 4px;
    line-height: normal;
    font-size: 18px;
    vertical-align: middle;
}

@media (max-width: 767.5px){
    #logoweb{
        width: 
}
.btn-continuar-total-carro {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    height: 60px;
    width: 100%;
    z-index: 998;
    background: #fff;
    box-shadow: 0 4px 9px #3c3c3c;
    margin: 0 0 30px;
}
}


.cart-action-checkout button {
    margin-right: 10px;
    margin-top: 6px;
    margin-right 5px;
    float: right;
    width: 40%;
    height: 40px;
    text-align: center;
    display: block;
    background: #00b2ec;
    color: #fff;
    text-decoration: none;
    box-sizing: content-box;
    font-size: 15px;
    font-weight: 600;
    padding:  4px 12px 4px 12px;
    transition: all .1s linear;
    text-transform: none;
    border-radius: 8px;
}

.btn-continuar-total-carro h4 {
    position: absolute;
    left: 10px;
    top: 15px;
    font-weight: 700;
    font-size: 23px;
    color: #4a4a4a;
}

.swal2-styled.swal2-cancel{
    background-color: #003B81 !important;
    border-color: #ffffff !important;
}

.swal2-styled.swal2-confirm{
    background-color: #ffffff !important;
    border-color: #003B81 !important;
    color: #000 !important;
}

body {
    font-display: swap;
}

.titulo_pais{
    text-align-last: center;
    font-family: none;
    font-style: oblique;
    font-weight: bolder;
}

img.img-flag {
    max-width: 33%;
}

span.select2.select2-container.select2-container--default {
    min-width: 154px;
} 