
@media(max-width:767px){
    .d-min-lg-none{
        display: none !important ;
    }
}
                                    
#kt_checkout_shipping_methods tr > td:first-child{
    width: 10px;
}

@font-face {
    font-family: san francisco;
    src: url('../fonts/Neris-Light.otf');
}
.hola {
    height: 100vh !important;
}
body {
    font-family: san francisco;
    font-size: 1em !important;
    overflow-x: hidden !important;
}
a {
    text-decoration: none;
}
input {
    /*height: 2.5em;*/
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0);
    color: #878787;
    font-family: "Roboto",sans-serif;
    font-size: .95rem;
    /*height: 36px;*/
    -webkit-transition: all .3s;
    transition: all .3s;
    border-color: #dee2e6;
}
.primary-btn {
    outline: none;
    border-color: #8c8cf9;
    background-color: #8c8cf9;
    color: #fff !important;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 22px 40px !important;
    display: inline-flex;
    height: 2.5em;
    border-radius: 4px;
    align-items: center;
    font-size: 13px;
    max-width: 160px;
    justify-content: center;
}
.primary-btn:hover {
    box-shadow: 0 14px 26px -12px rgba(140,140,249,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(140,140,249,.2) !important;
    opacity: .8;
}
.secondary-btn {
    outline: none;
    background-color: transparent;
    color: #8c8cf9 !important;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 22px 40px !important;
    display: inline-flex;
    height: 2.5em;
    border-radius: 4px;
    align-items: center;
    font-size: 13px;
    max-width: 160px;
    justify-content: center;
}
.primary-button {
    outline: none;
    border-color: #8c8cf9;
    background-color: #8c8cf9;
    color: #fff !important;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 22px 40px !important;
    display: inline-flex;
    height: 2.5em;
    border-radius: 4px;
    align-items: center;
    font-size: 13px;
    max-width: initial !important;
    justify-content: center;
}
.primary-button:hover {
    box-shadow: 0 14px 26px -12px rgba(140,140,249,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(140,140,249,.2) !important;
    opacity: .8;
}
.title {
    font-weight: 700 !important;
}
.sombreado {
    box-shadow: 0 0 8px 0 rgba(0,0,0,.12);  
}
/*Navbar*/
    .fixed-top {
        z-index: 9998;
        background-color: white !important;
    }
    .hamburguesa-left,
    .hamburguesa-right,
    .btn-salir {
        border: none !important;
        color: #4a4a4a !important;
    }
    .hamburguesa-left:focus,
    .hamburguesa-right:focus,
    .btn-salir {
        box-shadow: none !important;
    }
    .navbar a {
        text-decoration: none;
        font-size: 13px;
        color: #4a4a4a !important;
        transition: all .3s;
        padding: .5rem .75rem;
    }
    .hamburguesa-left,
    .logo-color img,
    .fixed-top {
        transition: all .3s;
        vertical-align: baseline;
    }
    .navegador-left img {
        width: 100% !important;
    }
    /*.navegador-left a {
        display: flex;
    }*/
    .navegador-left .principal {
        font-size: 30px !important;
        color: #fff !important;
        cursor: pointer;
        padding-bottom: 4px;
    }
    .navegador-left .navbar-toggler-icon,
    .navegador-right .navbar-toggler-icon {
        width: 1em !important;
        margin-top: 4px;
    }
    .listado {
        width: 100%;
    }
    .fondoBlanco {
        background-color: white !important;
    }
    .cambioNav {
        color: #666 !important;
    }
    .cambioNav:hover {
        color: #999 !important;
    }
    .cambioBtn {
        border-color: #8c8cf9 !important;
        color: #8c8cf9 !important;
        background-color: rgba(0,0,0,0) !important;
    }
    .cambioBtn:hover {
        color: #fff !important;
        background-color: #8c8cf9 !important;
    }
    .nav-iconos::after {
        content: "";
        display: block;
        height: 2px;
        background-color: #8c8cf9;
        transform: scale(0,1);
        transform-origin: left;
        transition: transform .25s;
    }
    .nav-iconos:hover::after {
        transform: scale(1,1);
    }
    .avatar-item,
    .like-item,
    .cart-item {
        /*position: absolute !important;*/
        z-index: 9999;
    }
    .avatar-item .dropdown-toggle::after,
    .like-item .dropdown-toggle::after,
    .cart-item .dropdown-toggle::after {
        display: none !important;
    }
    .avatar-item .dropdown-menu.show,
    .like-item .dropdown-menu.show,
    .cart-item .dropdown-menu.show {
        position: absolute !important;
        /*padding-left: 0px !important;*/
    }
    .avatar-item .dropdown-menu.show {
        transform: translate(-25px, 50px) !important;
    }
    .like-item .dropdown-menu.show {
        transform: translate(15px, 50px) !important;
    }
    .cart-item .dropdown-menu.show {
        transform: translate(15px, 50px) !important;
    }
    .avatar-item .avatar {
        display: block;
        width: 40px;
        min-width: 40px;
        height: 40px;
        min-height: 40px;
        border-radius: 50%;
        max-height: 1.75rem;
    }
    .cart-item svg,
    .like-item svg {
        height: 20px;
        width: 20px;
        stroke: #444f60;
        stroke-width: 1.4px;
    }
    .cart-item .cart-count,
    .like-item .cart-count {
        position: absolute;
        top: 0;
        right: 5px;
        height: 12px;
        min-width: 12px;
        background: #8c8cf9;
        border: 2px solid #fff;
        border-radius: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .avatar-item ul {
        border: 1px solid #e5e5e5;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-radius: 4px;
    }
    .avatar-item .dropdown-menu a {
        padding: .375rem 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 1rem;
        width: calc(100% - 2rem);
        border-radius: .5rem;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .avatar-item .dropdown-menu a:hover {
        background: #f5f6fa;
    }
    .avatar-item i {
        font-size: 1.2rem;
        color: #8e9baf;
    }
    .avatar-item .meta span {
        color: #444f60;
        font-weight: 500;
        font-size: .875rem;
        line-height: 1.5;
    }
    .avatar-item .meta span:nth-child(2) {
        color: #8e9baf;
    }
    .dropdown-divider {
        background-color: #e1e8ee;
        border: none;
        display: block;
        height: 1px;
        margin: .5rem 0;
    }
    .navbar-cart-loader {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: 0;
        pointer-events: none;
        z-index: 1;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .navbar-cart-loader .is-loading {
        -webkit-animation: spinAround 500ms infinite linear;
        animation: spinAround 500ms infinite linear;
        border: 2px solid #dbdbdb;
          border-top-color: rgb(219, 219, 219);
          border-right-color: rgb(219, 219, 219);
        border-radius: 9999px;
        border-right-color: rgba(0,0,0,0);
        border-top-color: rgba(0,0,0,0);
        content: "";
        display: block;
        height: 1em;
        position: relative;
        width: 1em;
        height: 3.5rem;
        width: 3.5rem;
    }
    .shopping-cart-header {
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 15px;
        text-align: left;
    }
    .shopping-cart-header .cart-link {
        font-size: .75rem;
        color: #999;
        padding: 7px 10px;
        border: 1px solid #ededed;
        border-radius: .5rem;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .shopping-cart-header .cart-link:hover {
        border-color: #8c8cf9;
        color: #8c8cf9;
    }
    .shopping-cart-header .shopping-cart-total span:first-child {
        color: #98a9c3;
        font-size: .9rem;
    }
    .shopping-cart-header .shopping-cart-total span:nth-child(2) {
        color: #444f60;
        font-weight: 500;
    }
    .shopping-cart-items .cart-row {
        margin-bottom: 6px;
        padding-bottom: 12px;
        border-bottom: 1px solid #e1e8ee;
    }
    .shopping-cart-items .cart-row img {
        display: block;
        height: 54px;
        width: 54px;
        min-width: 54px;
        min-height: 54px;
        margin-right: 12px;
    }
    .shopping-cart-items .cart-row .item-meta .item-name {
        display: block;
        padding-top: 10px;
        font-size: .9rem;
        font-weight: 600;
        color: #444f60;
    }
    .shopping-cart-items .cart-row .item-meta .meta-info .item-price {
        color: #444f60;
        font-family: "Roboto",sans-serif;
        margin-right: 8px;
        font-size: .8rem;
        line-height: 1;
    }
    .shopping-cart-items .cart-row .item-meta .meta-info .item-quantity {
        color: #98a9c3;
        font-family: "Roboto",sans-serif;
        font-size: .8rem;
        line-height: 1;
    }
    .cart-item .dropdown-menu .checkout-btn,
    .like-item .dropdown-menu .checkout-btn {
        min-height: 42px;
        background: #8c8cf9;
        border-color: #8c8cf9;
        color: #fff;
        font-family: "Roboto",sans-serif;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        display: block;
        border-radius: .5rem;
        font-size: .9rem;
        margin: 20px 0 0 0;
        line-height: 2.5;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .cart-item .dropdown-menu .checkout-btn:hover,
    .like-item .dropdown-menu .checkout-btn:hover {
        background: #9b9bfa;
        -webkit-box-shadow: 0 14px 26px -12px rgba(140,140,249,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(140,140,249,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(140,140,249,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(140,140,249,.2) !important;
    }
    .menu-right .dropdown-menu,
    .cart-item .dropdown-menu,
    .like-item .dropdown-menu {
        position: absolute;
        top: 60px;
        right: -10px;
        background: #fff;
        text-align: left !important;
        width: 320px;
        border-radius: 3px;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        border: 1px solid #e5e5e5;
        /*opacity: 0;*/
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: opacity .3s,-webkit-transform .3s;
        transition: opacity .3s,-webkit-transform .3s;
        transition: transform .3s,opacity .3s;
        transition: transform .3s,opacity .3s,-webkit-transform .3s;
        padding: 20px;
    }
    .menu-right .dropdown-menu::before,
    .cart-item .dropdown-menu::before,
    .like-item .dropdown-menu::before {
        bottom: 100%;
        left: 89%;
        border: solid rgba(0,0,0,0);
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-color: rgba(0, 0, 0, 0);
        border-bottom-width: medium;
        border-left-width: medium;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #ededed;
        border-width: 10px;
        margin-left: -10px;
        z-index: 0;
    }
    .like-item .shopping-cart-items .wishlist-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 38px;
        width: 38px;
        min-width: 38px;
        min-height: 38px;
        margin-right: 12px;
        border-radius: .5rem;
        background: #ebedf5;
    }
    .like-item .shopping-cart-items .wishlist-block svg {
        height: 16px;
        width: 16px;
    }
    .shopping-cart-header .header-title {
        display: inline;
        font-family: "Nexa Bold",sans-serif;
        font-size: 1.1rem;
        color: #444f60;
    }
    .shopping-cart-header .wishlist-total span {
        color: #98a9c3;
        font-size: .9rem;
    }
    .menu-right .dropdown-menu.show {
        position: absolute !important;
        transform: translate(0px, 45px) !important;
        margin-right: 5px !important;
    }
    .menu-right .dropdown-toggle::after {
        display: none !important;
    }
    .menu-right i {
        color: #666 !important;
    }
    .primer-bloque .nav-iconos {
        color: #666 !important;
    }
    .primer-bloque .nav-iconos:hover {
        color: #999 !important;
    }
/*End Navbar*/

/*Sidebar*/
    .category-menu-wrapper {
        background: #7f00ff;
        color: white !important;
    }
    .navigation-menu-wrapper {
        background: #344258;
        color: white !important;
        overflow: scroll;
    }
    .navigation-menu-wrapper .navbar-nav li a::after {
        top: 10px !important;
        position: relative !important;
    }
    .btn-salir {
        color: transparent !important;
        background-color: transparent;
    }
    .btn-salir:hover {
        color: white !important;
    }
    .navbar-nav .dropdown-menu {
        background: #3d4e68 !important;
        border: none !important;
        border-radius: 0px;
        width: 250px;
        padding: 0px;
        left: -15px !important;
        top: 15px !important;
    }

    .dropdown-menu.show {
        position: relative !important;
        /*padding-left: 0px !important;*/
        transform: translate(0px, 0px) !important;
    }
    
    .navbar-nav .dropdown-menu .dropdown-item:focus, 
    .navbar-nav .dropdown-menu .dropdown-item:hover {
        background-color: #344258 !important;
    }
    .navbar-nav .nav-item,
    .navbar-nav .dropdown-menu .dropdown-item,
    .navbar-nav .nav-item .nav-link {
        padding: 15px;
        color: white !important;
    }
    .navbar-nav .nav-item .dropdown-menu {
        padding-left: 54px;
    }
    .navigation-menu-wrapper-encabezado {
        height: 60px;
        padding-left: 25px;
    }
    .category-menu-wrapper-encabezado {
        height: 60px;
    }
    .category-menu-wrapper-encabezado p,
    .category-menu-wrapper-body p {
        font-size: 30px !important;
    }
    .category-menu-wrapper-boton {
        width: 100%;
        display: flex;
        justify-content: center;
        cursor: pointer;
        height: 60px;
    }
    .category-menu-wrapper-body .active {
        background: #93f;
    }
    .category-menu-wrapper-boton:hover {
        background: #8c1aff;
    }
    .icono {
        width: 20px;
        font-size: 15px;
    }
    .nav-link::after {
        float: right !important;
    }
    #offcanvasNavbar {
        max-width: 300px !important;
    }
/*End Sidebar*/

/*Button ScrollTop*/
#scroll {
    position:fixed;
    bottom: 25px;
    margin: 0 25px 0 0;
    right: 0;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#66676b;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index: 9999;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color: transparent;
    border: 1px solid #8c8cf9;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
#scroll:hover span{
    border-bottom-color:#8c8cf9;
}
.mostrar{
    display: block !important;
}
/*End Button ScrollTop*/

/*Footer*/
      footer {
        padding-bottom: 0 !important;
        padding-top: 4rem !important;
      }
      .footer-header {
        padding-bottom: 3rem;
        border-bottom: 1px solid #e3e3e3;
      }
      .footer-footer {
        color: #999;
        padding: 4rem 0 2rem 0;
        font-size: 14px;
      }
      .footer-footer a {
        color: #999;
      }
      .footer-body {
        padding-top: 3rem;
      }
      .footer-body img {
        height: 24px;
      }
      .footer-body .footer-description {
        padding: 10px 0;
        color: #999;
        font-size: 14px;
      }
      .footer-body .social-links {
        font-size: 14px;
        color: #999;
      }
      .footer-body .social-links span i {
        color: red;
      }
      .footer-body .social-links .social-logos {
        padding: 10px 0;
      }
      .footer-body .social-links .social-logos a {
        color: #999;
        margin: 0 5px;
        transition: color .3s;
      }
      .footer-body .social-links .social-logos a:hover {
        color: #8c8cf9;
      }
      .footer-body .footer-column ul li {
        list-style: none;
      }
      .footer-body .footer-column ul .column-header {
        text-transform: uppercase;
        font-size: 14px;
      }
      .footer-body .footer-column ul li a {
        font-size: 14px;
        color: #999;
        transition: color .3s;
      }
      .footer-body .footer-column ul li a:hover {
        color: #8c8cf9;
      }
/*End Footer*/

/*Chat*/
    .chat-btn {
        position: fixed;
        bottom: 85px;
        margin: 0 25px 0 0;
        right: 0;
        cursor: pointer;
        transition: transform .5s !important;
    }
    .chat-btn .close {
        display: none
    }
    #check:checked~.chat-btn i {
        display: block;
        pointer-events: auto;
    }
    .rotate {
        transform: rotate(90deg) !important;
        transition: all .5s !important;
    }
    #check:checked~.chat-btn .comment {
        display: none
    }
    .chat-btn i {
        font-size: 22px;
        color: #fff !important
    }
    .chat-btn {
        width: 50px;
        height: 50px;
        display: none;
        justify-content: center;
        align-items: center;
        border-radius: 50px 50px 50px 0px;
        background-color: #8c8cf9;
        color: #fff;
        font-size: 22px;
        border: none;
        z-index: 9999;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
    .chat-mostrar {
        display: flex !important;
    }
    .chat-btn:hover {
        opacity: .8;
    }
    .wrapper {
        position: fixed;
        bottom: 85px;
        right: 85px;
        background-color: #fff;
        display: none;
        z-index: 9999;
        width: 370px;
        height: 550px;
        border-radius: 10px 10px 0;
        -webkit-box-shadow: 0 24px 25px rgba(0,0,0,.1);
        box-shadow: 0 24px 25px rgba(0,0,0,.1);
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
    #check:checked~.wrapper {
        display: block;
    }
    .header-chat {
        border-radius: 10px 10px 0px 0px;
        padding: 20px 20px 10px 20px;
        background-color: #8c8cf9;
    }

    .header-chat .chat-team .team-member img {
        width: 50px;
        height: 50px;
        border-radius: 100px;
    }
    .header-chat .chat-team .team-member .team-name {
        color: #fff;
        font-size: 14px;
    }
    .header-chat .response-delay p {
        color: #fff;
        font-size: 12px;
    }
    .header-chat .response-delay p {
        margin-top: 20px !important;
    }
    .message-container .divider {
        display: table;
        white-space: nowrap;
        margin-top: 20px;
        padding: 0 20px;
    }
    .message-container .divider .before-divider, 
    .message-container .divider .after-divider {
        display: table-cell;
        width: 50%;
        border-bottom: 1px solid #ededed;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #999;
    }
    .message-container .divider .children {
        padding: 0 20px;
        font-size: 14px;
        color: #cecece;
    }
    .message-container .chat-message {
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .message-container .chat-message img {
        height: 35px;
        border-radius: 100px;
    }
    .chat-message .bubble-wrapper {
        width: 100%;
    }
    .chat-message .bubble-wrapper .timestamp {
        position: relative;
        top: 8px;
        font-size: 11px;
        font-weight: 500;
        color: #999;
    }
    .chat-message.from .timestamp {
        right: 10px;
        float: right;
    }
    .message-container .chat-message.to .timestamp {
        left: 0;
        top: 23px;
    }
    .message-container .chat-message .bubble-wrapper .chat-bubble {
        padding: 10px 20px 10px 20px;
        font-size: 12px;
        border: 1px solid #ededed;
        position: relative;
        top: 30px;
    }
    .message-container .chat-message.from .chat-bubble {
        margin-left: 20px;
        color: #fff;
        background: #8c8cf9;
        border-radius: 0 15px 15px 15px;
    }
    .message-container .chat-message.to .chat-bubble {
        margin-right: 20px;
        color: #fff;
        background: #8c8cf9;
        border: 1px solid #ededed;
        border-radius: 15px 0 15px 15px;
        text-align: left !important;
    }
    .message-input {
        position: absolute;
        bottom: -5px !important;
        width: 100%;
        border-radius: 0px 0px 0px 10px;
    }
    .message-input textarea {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 18px;
        padding-right: 18px;
        padding-left: 18px;
        padding-right: 100px;
        padding-left: 30px;
        width: 100%;
        height: 100%;
        font-family: "intercom-font","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.33;
        white-space: pre;
        white-space: pre-wrap;
        word-wrap: break-word;
        border: none !important;
        resize: none;
        background-color: #fcfcfc;
        border-radius: 0px 0px 0px 10px;
    }
    .message-input .message-options {
        position: absolute;
        right: 30px;
        top: 0;
    }
    .message-input .message-options .emoji-button {
        position: relative;
        float: left;
        display: inline-block;
        cursor: pointer;
        opacity: .7;
        height: 55px;
        width: 30px;
    }
    .message-input .message-options .emoji-button::before {
        background-image: url(https://image.ibb.co/gH13KQ/emoji_icon.png);
        background-size: 18px 18px;
        background-repeat: no-repeat;
        content: " ";
        width: 18px;
        height: 18px;
        left: 5px;
        border-radius: 50%;
        position: absolute;
        top: 20px;
        background-position: 50%;
    }
    .message-input .message-options .attach-button {
        position: relative;
        float: left;
        display: inline-block;
        cursor: pointer;
        opacity: .7;
        height: 55px;
        width: 30px;
    }
    .message-input .message-options .attach-button::before {
        background-image: url(https://image.ibb.co/hSE165/attach_icon.png);
        background-size: 16px 18px;
        background-repeat: no-repeat;
        content: " ";
        width: 16px;
        height: 18px;
        left: 5px;
        position: absolute;
        top: 20px;
        background-position: 50%;
    }
    .header-chat .cerrar {
        color: white !important;
        cursor: pointer;
    }
/* End Chat*/

/*Product Page*/
    /*.product-page-section {
        margin-top: 50px;
    }*/
    .commerce-toolbar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 3rem 0 2rem 0;
        border-bottom: 1px solid #e1e8ee;
        margin-bottom: 2rem;
    }
    .commerce-toolbar .breadcrumb ul {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        list-style-type: none;
        padding-left: 0 !important;
        align-items: baseline;
    }
    .commerce-toolbar .breadcrumb a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #039be5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 .75em;
        padding-left: 0.75em;
        color: #98a9c3;
    }
    .commerce-toolbar .breadcrumb ul li a {
        color: #98a9c3;
    }
    .commerce-toolbar .breadcrumb ul li a:hover {
        color: #8c8cf9;
    }
    .commerce-toolbar .breadcrumb li + li::before {
        color: #b5b5b5;
        content: "•";
    }
    .commerce-toolbar .actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .commerce-toolbar .actions a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 20px;
        color: #444f60;
    }
    .commerce-toolbar .actions a svg {
        height: 18px;
        width: 18px;
        stroke-width: 1.2px;
        stroke: #999;
        margin-right: 4px;
    }
    .commerce-toolbar .actions a:hover {
        text-decoration: underline;
        color: #8c8cf9;
    }
    .product-image {
        width: 100%;
        height: 100%;
        max-width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 1;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .product-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #e1e8ee;
        margin-bottom: 2rem;
        padding-bottom: 2rem;
    }
    .product-head .product-images {
        position: relative;
        overflow: hidden;
    }
    .product-image.is-active {
        opacity: 1 !important;
    }
    .product-head .product-description {
        border-bottom: 1px solid #e1e8ee;
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .product-head .product-description > span {
        font-size: .9rem;
        color: #8c8cf9;
        font-family: "Roboto",sans-serif;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-decoration: none;
    }
    .product-head .product-description h1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .product-head .product-description h1 .product-name {
        font-size: 2.75rem;
        color: #444f60;
        letter-spacing: -2px;
    }
    .product-head .product-description h1 .product-price {
        font-size: 2rem;
        color: #444f60;
    }
    .product-head .product-description p {
        font-size: 1.15rem;
        font-weight: 300;
        color: #98a9c3;
        line-height: 24px;
    }
    .product-head .product-colors > span {
        font-size: .9rem;
        font-family: "Roboto",sans-serif;
        font-weight: 400;
        color: #98a9c3;
        margin-bottom: 20px;
        display: inline-block;
    }
    .product-head .product-colors .color-selector div {
        display: inline-block;
    }
    .product-head .product-colors .color-selector input[type="radio"] + label {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 48px;
        height: 48px;
        border: 1px solid #e1e8ee;
        border-radius: 50%;
    }
    .product-head .product-colors .color-selector input[type="radio"] + label .indicator {
        position: absolute;
        top: -2px;
        right: -2px;
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        border: 2px solid #fff;
        border-radius: 50%;
        background: #06d6a0 !important;
        color: #fff;
    }
    .product-colors .color-selector input[type="radio"]:checked + label .indicator {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
      }
    .product-head .product-colors .color-selector input[type="radio"] + label span:not(.indicator) {
        display: inline-block;
        width: 34px;
        height: 34px;
        vertical-align: middle;
        cursor: pointer;
        border-radius: 50%;
      }
    .product-head .product-colors .color-selector input[type="radio"] + label .indicator svg {
        height: 10px;
        width: 10px;
        stroke-width: 4px;
        position: absolute;
        top: 3px;
        right: 3px;
        z-index: 9000;
    }
    .product-head .product-colors .color-selector input[type="radio"]#red + label span {
        background-color: #c91524;
    }
    .product-head .product-colors .color-selector input[type="radio"]#blue + label span {
        background-color: #314780;
    }
    .product-head .product-colors .color-selector input[type="radio"]#black + label span {
        background-color: #323232;
    }
    .product-colors .color-selector input {
        display: none;
    }
    .product-colors .product-options {
        border-bottom: 1px solid #e1e8ee;
        margin-bottom: 2rem;
    }
    .product-options {
        border-bottom: 1px solid #e1e8ee;
        margin-bottom: 2rem;
    }
    .product-options > span {
        font-size: .9rem;
        font-family: "Roboto",sans-serif;
        font-weight: 400;
        color: #98a9c3;
        margin-bottom: 20px;
        display: inline-block;
    }
    .product-options .option-selector button {
        border: 2px solid #e1e8ee;
        border-radius: .5rem;
        padding: .75rem 1rem;
        font-size: .9rem;
        font-family: "Roboto",sans-serif;
        color: #5e6977;
        background-color: #fff;
        cursor: pointer;
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    .product-options .option-selector button:hover {
        border: 2px solid #86939e;
        outline: none;
    }
    .product-options a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 10px 0;
    }
    .product-options a svg {
        height: 18px;
        width: 18px;
        stroke: #98a9c3;
        margin-right: .5rem;
    }
    .product-options a span {
        color: #98a9c3;
        text-decoration: none;
        font-family: "Roboto",sans-serif;
        font-size: .9rem;
        position: relative;
        display: inline-block;
    }
    .product-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .product-actions .cart-btn {
        display: inline-block;
        background-color: #8c8cf9;
        min-width: 140px;
        border-radius: 6px;
        font-size: 1rem;
        font-family: "Roboto",sans-serif;
        text-align: center;
        color: #fff;
        text-decoration: none;
        padding: 12px 30px;
        -webkit-transition: background-color .5s;
        transition: background-color .5s;
    }
    .product-actions .wishlist-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 12px 30px;
        border-radius: 6px;
        background: #fff;
        border: 1px solid #e1e8ee;
        -webkit-transition: border .3s,-webkit-box-shadow .3s;
        transition: border .3s,-webkit-box-shadow .3s;
        transition: border .3s,box-shadow .3s;
        transition: border .3s,box-shadow .3s,-webkit-box-shadow .3s;
    }
    .product-actions .wishlist-btn span:first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 1rem;
    }
    .product-actions .wishlist-btn span:first-child svg {
        height: 18px;
        width: 18px;
        stroke: #e62965;
        fill: #e62965;
        margin-right: .25rem;
    }
    .product-actions .wishlist-btn span:first-child small {
        font-size: .9rem;
        font-weight: 500;
        font-family: "Roboto",sans-serif;
        color: #98a9c3;
    }
    .product-actions .wishlist-btn span:nth-child(2) {
        position: relative;
        font-size: 1rem;
        font-family: "Roboto",sans-serif;
        font-weight: 500;
        color: #444f60;
        -webkit-transition: color .3s;
        transition: color .3s;
    }
    .product-actions .cart-btn:hover {
        background-color: #a4a4fa;
    }
    .product-actions .wishlist-btn:hover {
        border-color: #e62965;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    }
    .product-thumbs {
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-thumbs .product-thumb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: #fff;
        border: 1px solid #dbdbdb;
        border-radius: .5rem;
        height: 70px;
        width: 70px;
        margin-bottom: .75rem;
    }
    .product-thumbs .product-thumb img {
        display: block;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        opacity: .6;
        -webkit-transition: opacity .3s,-webkit-filter .3s;
        transition: opacity .3s,-webkit-filter .3s;
        transition: filter .3s,opacity .3s;
        transition: filter .3s,opacity .3s,-webkit-filter .3s;
    }
    .product-thumbs .product-thumb.is-active img {
        opacity: 1;
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
    }
    .product-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 5rem;
        border-bottom: 1px solid #e1e8ee;
    }
    .product-body .product-info .navigation-tabs {
        overflow: hidden;
    }
    .product-body .product-info .navigation-tabs .tabs ul {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        list-style-type: none;
    }
    .product-body .product-info .navigation-tabs .tabs ul li a {
        border-color: rgba(0,0,0,0) !important;
        color: #a9abac;
        margin-bottom: 5px;
        border-radius: 100px !important;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom-color: #dbdbdb;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: -1px;
        padding: .5em 1em;
        vertical-align: top;
    }
    .product-body .product-info .navigation-tabs .tabs li {
        display: block;
    }
    .product-body .product-info .navigation-tabs .tabs ul li .nav-link.active {
        color: #fff;
        border: 1px solid #8c8cf9;
          border-top-color: rgb(140, 140, 249);
          border-right-color: rgb(140, 140, 249);
          border-bottom-color: rgb(140, 140, 249);
          border-left-color: rgb(140, 140, 249);
        background-color: #8c8cf9;
        border-radius: 3px;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    }

    .product-body .product-info .content {
        margin-top: 1.5rem;
        padding: 4rem;
        border: 1px solid #e1e8ee;
        border-radius: .5rem;
    }
    .product-body .product-info .content h4 {
        font-weight: 500;
        color: #444f60;
    }
    .product-body .product-info .content p {
        font-size: 1.1rem;
        color: #4f5b6f;
    }
    .product-meta .flex-card .card-body {
        padding: 30px 30px;
    }
    .product-meta .flex-card {
        border: 1px solid #e1e8ee;
        border-radius: .5rem;
        box-shadow: -1px 3px 10px 0 rgba(0,0,0,.06);
        position: relative;
        background-color: #fff;
        display: inline-block;
        position: relative;
        overflow: hidden;
        width: 100%;
        margin-bottom: 20px;
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    .product-meta .flex-card .card-body .content img {
        display: block;
        max-height: 30px;
        max-width: 70px;
        margin-right: 1rem;
    }
    .product-meta .flex-card .card-body .content .fa-circle-check {
        color: #06d6a0 !important;
    }
    .product-review .image {
        height: 32px;
        width: 32px;
        display: block;
        position: relative;
        font-size: 1.1rem;
        color: #4f5b6f;
    }
    .product-review .image img {
        display: block;
        height: auto;
        width: 100%;
        border-radius: 50px !important;
    }
    .media-content i.highlighted {
        color: #ffd663;
        font-size: 12px;
    }
    
/*End Product Page*/

/*Swiper JS*/
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-item {
    position: relative;
    padding: 1.5rem;
    border: 1px solid #e1e8ee;
    background: #fff;
    border-radius: .65rem;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
  }
  .swiper-item .related-product-price {
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    font-family: "Nexa Bold",sans-serif;
    font-size: 1.1rem;
    color: #444f60;
  }
  .swiper-item .related-product-rating {
    position: absolute;
    top: .8rem;
    right: 1.5rem;
    font-family: "Nexa Bold",sans-serif;
    font-size: 1.1rem;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .swiper-item:hover .related-product-rating {
    opacity: 1;
  }
  .swiper-item .related-product-rating i {
    color: #ffd663;
    font-size: 10px;
  }
  .swiper-item .related-product-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.5rem;
  }
  .swiper-item .related-product-image img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 120px;
    min-height: 120px;
    max-height: 120px;
    margin: 0 auto;
  }
  .swiper-item .related-product-info h4 {
    font-size: .8rem;
    text-transform: uppercase;
    color: #8c8cf9;
  }
  .swiper-item .related-product-info h3 {
    font-size: 1rem;
  }
  .swiper-item .buttons .button {
    background-color: #fff;
    color: #363636;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
    width: 100% !important;
    display: block;
    border: 1px solid #dbdbdb;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 4px;
  }
  .swiper-item:hover .buttons .button {
    background: #8c8cf9;
    border-color: #8c8cf9;
    color: #fff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140,140,249,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(140,140,249,.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140,140,249,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(140,140,249,.2) !important;
  }
  .swiper-button-prev,
  .swiper-button-next {
    border: 1px solid #ededed;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 100px;
    cursor: pointer;
    color: #444f60;
    transition: all .3s;
    z-index: 999;
  }
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 1rem !important;
    display: flex;
    justify-content: center;
    font-weight: bold;
  }

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    transform: rotate(360deg);
    background: #8c8cf9;
    border: 1px solid #8c8cf9;
    color: #fff;
    -webkit-box-shadow: 0 14px 26px -12px rgba(140,140,249,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(140,140,249,.2) !important;
    box-shadow: 0 14px 26px -12px rgba(140,140,249,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(140,140,249,.2) !important;
  }
/*End Swiper JS*/

/*My Account*/
    .profile-header {
        background: #fff;
    }
    .profile-header .profile-header-inner {
        position: relative;
        text-align: center;
        padding: 2rem 0 0 0;
    }
    .profile-header .profile-header-inner .profile-avatar {
        position: relative;
    }
    .profile-header .profile-header-inner .profile-avatar .avatar {
        display: block;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        margin: 0 auto 1rem auto;
    }
    .profile-header .profile-header-inner .profile-avatar h2 {
        font-size: 1.5rem;
    }
    .profile-header .profile-header-inner .profile-avatar p {
        color: #8e9baf;
        font-size: 1rem;
    }
    .profile-header .profile-header-inner .tabs {
        -webkit-overflow-scrolling: touch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 1rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: hidden;
        overflow-x: hidden;
        overflow-x: auto;
        white-space: nowrap;
    }
.profile-header .profile-header-inner .tabs ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
    list-style: none;
    padding: 0 !important;
}
.profile-header .profile-header-inner .tabs ul li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4a4a4a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -1px;
    padding: .5em 1em;
    vertical-align: top;
}
.profile-header .profile-header-inner .tabs ul li.is-active a {
    color: #8c8cf9;
    border-bottom: 4px solid #8c8cf9;
}
.contenido {
    background-color: #f5f6fa;
}
.profile-wrapper {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}
.account-form {
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
}
.form-inner input {
    width: 100%;
    height: 40px;
    padding-left: 2.5em;
}
.form-inner .control:focus-visible{
    border: 4px solid red;
}
.form-inner .control {
    position: relative;
}
.form-inner .icon {
    color: #dbdbdb;
    height: 40px;
    pointer-events: none;
    position: absolute;
    top: 0px;
    width: 2.5em;
    z-index: 4;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form-inner .buttons .button {
    font-size: 1.1rem;
    font-family: "Roboto",sans-serif;
    min-height: 48px;
    border-radius: .65rem;
    outline: none;
    border: 1px solid #8c8cf9;
    background-color: #8c8cf9;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    max-width: 100% !important;
}
.addresses .addresses-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 1rem;
}
.addresses .addresses-title a {
    outline: none;
    border-color: #8c8cf9;
    background-color: #8c8cf9;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}
.addresses-grid-item {
    position: relative;
    background: #fff;
    border: 1px solid #e1e8ee;
    border-radius: .65rem;
    padding: 2.5rem;
    -webkit-transition: border .3s,-webkit-box-shadow .3s;
    transition: border .3s,-webkit-box-shadow .3s;
    transition: box-shadow .3s,border .3s;
    transition: box-shadow .3s,border .3s,-webkit-box-shadow .3s;
}
.addresses .addresses-grid .addresses-grid-item .edit-link {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 36px;
    width: 36px;
    border: 1px solid #e1e8ee;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s,border .3s,-webkit-box-shadow .3s;
    transition: opacity .3s,border .3s,-webkit-box-shadow .3s;
    transition: opacity .3s,box-shadow .3s,border .3s;
    transition: opacity .3s,box-shadow .3s,border .3s,-webkit-box-shadow .3s;
    color: #444f60;
    border-radius: 50%;
    font-size: .8rem;
    cursor: pointer;
}
.addresses .addresses-grid .addresses-grid-item:hover .edit-link {
    opacity: 1;
    pointer-events: all;
}
.addresses .addresses-grid .addresses-grid-item .edit-link:hover {
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    border-color: #8c8cf9;
}
.addresses .addresses-grid .addresses-grid-item .address p:first-child {
    font-weight: 500;
    margin-bottom: .5rem;
}
.addresses .addresses-grid .addresses-grid-item .address p {
    margin-bottom: .25rem;
}
.addresses .addresses-grid .addresses-grid-item .edit-link svg {
    height: 16px;
    width: 16px;
}
.checkbox-wrap {
    margin-bottom: 10px;
}
.d-checkbox {
    position: absolute;
    cursor: pointer;
    opacity: 0;
}
.checkbox-wrap input + span {
    width: 1.4em;
    height: 1.4em;
    background: #fff;
    content: "";
    display: inline-block;
    margin: 0 .5em 0 0;
    padding: 0;
    border: 1px solid #999;
    vertical-align: middle;
    width: 2em;
    height: 2em;
    border-radius: 2px;
    position: relative;
    top: -2px;
  }
  .checkbox-wrap input + span::after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTMuNzA3LDMyLjI5MyAxMi4yOTMsMzMuODU0IDI0LjI5Myw0NiAyNS43MDcsNDYgNDkuNzA3LDIxLjg1NCA0OC4yOTMsMjAuMzY2IDI1LDQzLjYyMyAiLz48L2c+PC9zdmc+) no-repeat center;
      background-size: auto;
    background-size: contain;
    width: 1.3em;
    height: 1.3em;
    content: "";
    display: block;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}
.checkbox-wrap {
    color: #a9abac;
    cursor: pointer;
}
.account-orders .flex-table .flex-table-item {
    padding-top: .7rem;
    padding-bottom: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    padding: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 6px;
}
.flex-table .flex-table-item .flex-table-cell {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
}
.flex-table .flex-table-item .flex-table-cell .meta span:first-child {
    text-transform: uppercase;
    font-size: .7rem;
    color: #98a9c3;
    display: block;
}
.flex-table .flex-table-item .flex-table-cell .meta span:nth-child(2) {
    font-size: .95rem;
    color: #444f60;
    display: block;
}
.flex-table .flex-table-item .flex-table-cell .pushed-mobile {
    width: 100%;
}
.flex-table .flex-table-item .flex-table-cell .pushed-mobile .success {
    background-color: #06d6a0;
    color: #fff;
    border-radius: 50px !important;
    padding: 5px 10px !important;
    font-size: 0.5rem;
}
.flex-table .flex-table-item .flex-table-cell .pushed-mobile .primary {
    background-color: #8c8cf9;
    color: #fff;
    border-radius: 50px !important;
    padding: 5px 10px !important;
    font-size: 0.5rem;
}
.flex-table .flex-table-item .flex-table-cell .pushed-mobile .light {
    background-color: #f5f5f5;
    color: #444f60;
    border-radius: 50px !important;
    padding: 5px 10px !important;
    font-size: 0.5rem;
}
.flex-table .flex-table-item .flex-table-cell .button {
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
    transition: all .5s;
    border: 1px solid lightgray;
    border-radius: 4px;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    position: relative;
}
/*End My Account*/

/*Commerce Cart*/
.flex-table .flex-table-header span {
    font-family: "Nexa Bold",sans-serif;
    font-size: .7rem;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.flex-table .flex-table-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e3e3e3;
    padding: 8px;
    margin-bottom: 6px;
}
.flex-table .flex-table-header span.product {
    width: 40%;
}
.flex-table .flex-table-header span.quantity,
.flex-table .flex-table-header span.price,
.flex-table .flex-table-header span.discount,
.flex-table .flex-table-header span.total {
    width: 15%;
    text-align: center;
}
.flex-table .flex-table-item .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
}
.flex-table .flex-table-item .quantity,
.flex-table .flex-table-item .price,
.flex-table .flex-table-item .discount,
.flex-table .flex-table-item .total {
    width: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #e3e3e3;
}
.flex-table .flex-table-item .product img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    width: 50px;
    height: 50px;
    min-width: 50px;
}
.flex-table .flex-table-item .product .product-name {
    display: block;
    margin-left: 12px;
    max-width: 360px;
    font-weight: 600;
    font-size: .8rem;
    color: #444f60;
}
.flex-table .flex-table-item .quantity span, .flex-table .flex-table-item .price span {
    display: block;
    font-family: "Nexa Bold",sans-serif;
    font-weight: 600;
    font-size: .9rem;
    color: #999;
}
.coupon-area h3 {
    font-family: "Nexa Bold",sans-serif;
    font-size: .9rem;
    font-weight: 600;
    color: #444f60;
}
.coupon-area p {
    color: #999;
    font-size: .95rem;
}
.coupon-area .field {
    margin-top: 10px;
    max-width: 580px;
}
.coupon-area .field .control {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit;
}
.coupon-area .field .control .input {
    padding-left: 58px;
    height: 58px;
    border-radius: .65rem;
    font-size: 1.1rem;
    color: #878787;
    font-family: "Roboto",sans-serif;
    font-size: .95rem;
    /*height: 36px;*/
    -webkit-transition: all .3s;
    transition: all .3s;
    border-color: #dee2e6;
    max-width: 100%;
    width: 100%;
}
.coupon-area .field .control .form-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 58px;
    width: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.coupon-area .field .control .form-icon i {
    font-size: 1.55rem;
    color: #cecece;
}
.coupon-area .field .control .button {
    position: absolute;
    top: 50%;
    right: 6px;
    height: 44px;
    min-width: 164px;
    font-size: .9rem;
    font-weight: 500;
    border-radius: .5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.coupon-area .field .control .button:hover {
    background: #06d6a0;
    border-color: #06d6a0;
    color: #fff;
}
.cart-summary .summary-header h3 {
    font-size: .7rem;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    margin-top: 1.25rem;
    padding-bottom: 14px;
}
.cart-summary .summary-card {
    position: relative;
    padding: 2rem;
    border-radius: .65rem;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
    color: #4a4a4a;
    max-width: 100%;
    background-color: #fff;
}
.cart-summary .summary-card .order-line:not(:last-child) {
    margin-bottom: 12px;
}
.cart-summary .summary-card .order-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cart-summary .summary-card .order-line span {
    display: block;
    font-family: "Roboto",sans-serif;
}
.cart-summary .summary-card .order-line span:first-child {
    font-size: 1rem;
    font-weight: 400;
    color: #98a9c3;
}
.cart-summary .summary-card .order-line span:nth-child(2) {
    font-size: 1.1rem;
    font-weight: 500;
    color: #444f60;
}
.cart-summary .summary-card .order-line span:nth-child(2).is-text {
    font-family: "Roboto",sans-serif;
    font-weight: 400 !important;
    font-size: .9rem;
    color: #98a9c3;
    display: flex;
    text-align: end;
}
.cart-summary .summary-card .order-line span:nth-child(2).is-total {
    font-weight: 700;
    font-size: 1.5rem;
}
.cart-summary .summary-card h4 {
    font-family: "Nexa Bold",sans-serif;
    font-weight: 600;
    color: #444f60;
    font-size: 1.1rem;
    margin-bottom: .75rem;
}
.cart-summary .summary-card p {
    font-size: .9rem;
    color: #8896ab !important;
}
.cart-summary .summary-card p a {
    color: #039be5;
    cursor: pointer;
    text-decoration: none;
}
.cart-summary .summary-card p a:hover {
    color: #363636;
}
.cart-summary .checkout-action .primary-btn {
    max-width: 100% !important;
    width: 100% !important;
}
.payment-process-navigation .button {
    font-size: 1.25rem;
    font-family: "Roboto",sans-serif;
    min-height: 54px;
    min-width: 180px;
    border-radius: .65rem;
    cursor: pointer;
}
#checkout-flow-step-1,
#checkout-flow-step-2,
#checkout-flow-step-3 {
    padding-top: 10rem;
}
.payment-methods-grid .method-card,
.shipping-methods-grid .method-card {
    position: relative;
    width: 100%;
}
.payment-methods-grid .method-card > input,
.shipping-methods-grid .method-card > input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    cursor: pointer;
}
.payment-methods-grid .method-card .method-card-inner,
.shipping-methods-grid .method-card .method-card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #cecece;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.payment-methods-grid .method-card .icon-container,
.shipping-methods-grid .method-card .icon-container {
    position: relative;
    height: 48px;
    width: 48px;
    min-width: 48px;
    margin: 0 auto;
}
.payment-methods-grid .method-card .icon-container img,
.shipping-methods-grid .method-card .icon-container img {
    display: block;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .6;
    height: auto;
    max-width: 100%;
}
.payment-methods-grid .method-card .method-card-inner,
.shipping-methods-grid .method-card .method-card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #cecece;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.payment-methods-grid .method-card .meta h3,
.shipping-methods-grid .method-card .meta h3 {
    font-weight: 600;
    font-size: 1rem;
    color: #444f60;
}
.payment-methods-grid .method-card .meta p,
.shipping-methods-grid .method-card .meta p {
    line-height: 1.2;
    font-size: .9rem;
}
.payment-methods-grid .method-card > input:checked ~ .method-card-inner .icon-container .indicator,
.shipping-methods-grid .method-card > input:checked ~ .method-card-inner .icon-container .indicator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.payment-methods-grid .method-card .icon-container .indicator,
.shipping-methods-grid .method-card .icon-container .indicator {
    position: absolute;
    bottom: -18px;
    left: -12px;
    height: 26px;
    width: 26px;
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #8c8cf9;
    border-radius: 50%;
    border: 2px solid #fff;
}
.gelatine {
    -webkit-animation: gelatine .6s;
    animation: gelatine .6s;
      animation-duration: 0.6s;
      animation-fill-mode: none;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.payment-methods-grid .method-card .icon-container .indicator svg,
.shipping-methods-grid .method-card .icon-container .indicator svg {
    height: 10px;
    width: 10px;
    stroke-width: 5px;
    stroke: #fff;
}
.payment-methods-grid .method-card > input:checked ~ .method-card-inner .icon-container img,
.shipping-methods-grid .method-card > input:checked ~ .method-card-inner .icon-container img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}
.payment-process .payment-form {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.payment-form .payment-button {
    font-size: 1.25rem;
    min-height: 54px;
    min-width: 180px;
    border-radius: .65rem;
    max-width: none !important;
    width: 100%;
    border: 1px solid #8c8cf9 !important;
}
.checkout-success {
    min-height: calc(80vh - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.checkout-success .success-card {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #cecece;
    padding: 40px;
    -webkit-animation: fadeInUp .5s;
    animation: fadeInUp .5s;
}
.checkout-success .success-card .success-content {
    max-width: 400px;
    margin: 0 auto;
}
.SuccessAnimation-box {
    min-height: 70px;
    min-width: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.SuccessAnimation.animated {
    -webkit-animation: 1s ease-out 0s 1 both scaleAnimation;
    animation: 1s ease-out 0s 1 both scaleAnimation;
}
.SuccessAnimation.animated .SuccessAnimationResult {
    -webkit-animation: .3s linear .9s both fadeIn;
    animation: .3s linear .9s both fadeIn;
  }
  .SuccessAnimation.is-primary .SuccessAnimationResult {
    fill: #8c8cf9;
  }
  .SuccessAnimation .SuccessAnimationResult {
    fill: #ad5cff;
    opacity: 0;
  }
  .SuccessAnimation.animated .SuccessAnimationCircle {
    -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle,.3s linear .9s 1 both fadeOut;
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle,.3s linear .9s 1 both fadeOut;
  }
  .SuccessAnimation.is-primary .SuccessAnimationCircle, .SuccessAnimation.is-primary .SuccessAnimationCheck {
    stroke: #8c8cf9;
  }
  .SuccessAnimation .SuccessAnimationCircle {
    stroke-dasharray: 151px 151px;
    stroke: #ad5cff;
  }
  .SuccessAnimation.animated .SuccessAnimationCheck {
    -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck,.3s linear .9s 1 both fadeOut;
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck,.3s linear .9s 1 both fadeOut;
  }
  .SuccessAnimation.is-primary .SuccessAnimationCircle, .SuccessAnimation.is-primary .SuccessAnimationCheck {
    stroke: #8c8cf9;
  }
  .SuccessAnimation .SuccessAnimationCheck {
    stroke-dasharray: 36px 36px;
    stroke: #ad5cff;
  }
  .checkout-success .success-card .success-content h3 {
    font-size: 1.5rem;
    color: #444f60;
    font-weight: 600;
  }
  .checkout-success .success-card .success-content p {
    margin-bottom: 20px;
    color: #999;
  }
  .checkout-success .success-card .success-content .button-wrap .button {
    font-size: 1.25rem;
    min-height: 54px;
    min-width: 180px;
    border-radius: .65rem;
    max-width: none !important;
    border: 1px solid #8c8cf9 !important;
  }
/*End Commerce Cart*/

/*Product List*/
    .shop-hero {
        padding-top: 75px;
    }
    .shop-hero .shop-hero-box {
        position: relative;
        width: 33.33%;
        padding: 0;
        overflow: hidden;
        border-radius: 0;
        border: none;
        background: none;
    }
    .shop-hero .shop-hero-box .box-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(#161616), to(rgba(255, 0, 0, 0)));
        background: linear-gradient(to top, #161616, rgba(255, 0, 0, 0));
        z-index: 0;
    }
    .shop-hero .shop-hero-box .overlay-layer {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 2;
    }
    .shop-hero .shop-hero-box .overlay-layer .overlay-content {
        position: relative;
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .shop-hero .shop-hero-box .overlay-layer .overlay-content .inner-content {
        padding: 40px;
        color: #fff;
    }
    .shop-hero .shop-hero-box .overlay-layer .overlay-content .inner-content .episode-title {
        font-size: 3rem;
        font-weight: bolder;
        line-height: 45px;
        color: #fcfcfc;
        margin-bottom: 15px;
    }
    .shop-hero .shop-hero-box .overlay-layer .overlay-content .inner-content .episode-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .shop-hero .shop-hero-box .overlay-layer .overlay-content .inner-content .episode-meta .meta-item {
        display: block;
        font-size: .82rem;
        font-weight: 500;
        color: #e8e8e8;
        -webkit-transition: color .3s;
        transition: color .3s;
    }
    .shop-hero .shop-hero-box .overlay-layer .overlay-content .inner-content .episode-meta .separator {
        padding: 0 10px;
        font-size: .8rem;
        color: #e3e3e3;
        opacity: .6;
        text-align: center;
        color: #fcfcfc;
    }
    .shop-hero .shop-hero-box .overlay-layer .overlay-content .inner-content .episode-meta .meta-item {
        display: block;
        font-size: .82rem;
        font-weight: 500;
        color: #e8e8e8;
        -webkit-transition: color .3s;
        transition: color .3s;
        cursor: pointer;
    }
    .shop-hero .shop-hero-box img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .shop-hero .shop-hero-box .overlay-layer .overlay-content .inner-content .episode-meta .meta-item.is-hoverable:hover {
        color: #8c8cf9;
    }
    @media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
        .shop-hero .shop-hero-box .overlay-layer .inner-content .episode-title {
            font-size: 2rem !important;
            line-height: 26px !important;
        }     
        .shop-hero .shop-hero-box .overlay-layer .inner-content {
            padding: 25px !important;
        }
        .shop-hero .shop-hero-box .overlay-layer .inner-content .episode-meta .meta-item {
            font-size: .68rem !important;
        }
    }
    @media (max-width: 767px) {
        .shop-hero .shop-hero-box {
            min-width: 100vw;
        }    
    }
    .shop-toolbar .links .link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #98a9c3;
        cursor: pointer;
    }
    .shop-toolbar .links .link:hover {
        color: #8c8cf9;
    }
    .shop-toolbar .links .link span {
        font-size: 1.25rem;
        font-weight: 500;
    }
    .shop-toolbar .links .link svg {
        height: 20px;
        width: 20px;
        margin-left: .5rem;
        -webkit-transition: stroke .3s,-webkit-transform .3s;
        transition: stroke .3s,-webkit-transform .3s;
        transition: transform .3s,stroke .3s;
        transition: transform .3s,stroke .3s,-webkit-transform .3s;
    }
    .shop-toolbar .links .link:hover svg {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    .popular-categories .columns .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #e1e8ee;
        border-radius: .75rem;
        padding: 1.75rem;
        -webkit-box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        box-shadow: -1px 3px 15px 0 rgba(0,0,0,.06);
        -webkit-transition: background-color .3s,border .3s,-webkit-box-shadow .3s;
        transition: background-color .3s,border .3s,-webkit-box-shadow .3s;
        transition: background-color .3s,border .3s,box-shadow .3s;
        transition: background-color .3s,border .3s,box-shadow .3s,-webkit-box-shadow .3s;
        cursor: pointer;
        margin-bottom: 1.5rem;
        color: #4a4a4a;
        background-color: #fff;
    }
    .popular-categories .box h3 {
        font-size: 1.25rem;
        color: #444f60;
    }
    .popular-categories .box p {
        font-family: "Roboto",sans-serif;
        font-size: .9rem;
        color: #444f60;
    }
    .popular-categories .box p:last-child {
        font-weight: 500;
        margin-top: .55rem;
        color: #98a9c3;
    }
    .popular-categories .box div:last-child {
        position: relative;
        min-height: 120px;
    }
    .popular-categories .box img {
        position: absolute;
        top: -35%;
        right: 0;
        width: 100%;
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
    }
    .popular-categories .box:hover {
        background: #8c8cf9;
        border-color: #8c8cf9;
        -webkit-box-shadow: 0 14px 26px -12px rgba(140,140,249,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(140,140,249,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(140,140,249,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(140,140,249,.2) !important;
    }
    .popular-categories .box:hover h3, 
    .popular-categories .box:hover p {
        color: #fff;
    }
    .popular-categories .box:hover img {
        -webkit-transform: scale(1.25) translateY(-5px);
        transform: scale(1.25) translateY(-5px);
    }
    .grid-product-info h4 {
        font-size: .8rem;
        text-transform: uppercase;
        color: #8c8cf9;
      }
    .grid-product-info h3 {
        font-size: 1.1rem;
        color: #444f60;
        margin-bottom: .5rem;
    }
    .grid-product-info p {
        color: #999;
        font-size: .95rem;
    }
    .parallax {
        background-image: url("https://images.pexels.com/photos/4127628/pexels-photo-4127628.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260");
        background-attachment: fixed;
        background-position: 50% 0px;
        background-size: cover !important;
        position: relative !important;
        margin-left: 20px;
        margin-right: 20px;
        border-radius: 1.75rem;
        overflow: hidden;
        padding: 3rem 1.5rem;
    }
    @media screen and (min-width: 1024px) {
        .parallax {
            padding: 9rem 4.5rem;
        }    
    }
    .parallax .container {
        position: relative;
        z-index: 1 !important;
    }
    .parallax-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background-color: #333;
        opacity: .4;
    }
    .parallax .max {
        max-width: 640px;
        width: 100%;
    }
    .parallax .title {
        color: #fff;
        font-size: 4rem;
        line-height: 1;
        margin-bottom: 1.5rem;
        word-break: break-word;
        font-weight: 600 !important;
    }
    .parallax .subtitle {
        margin-top: -1.25rem;
        color: #fff;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        font-weight: 400;
        line-height: 1.25;
        word-break: break-word;
        font-size: 1.25rem;
    }
    .parallax .secondary-button {
        outline: none;
        -webkit-transition: all .5s;
        transition: all .5s;
        padding: 22px 40px !important;
        display: inline-flex;
        height: 2.5em;
        border-radius: 4px;
        align-items: center;
        font-size: 13px;
        max-width: 160px;
        justify-content: center;
        background-color: #fff;
        border: 1px solid #dbdbdb;
        color: #363636;
    }
    .parallax .secondary-button:hover {
        border-color: #b5b5b5;
        color: #363636;
    }
    .brands {
        display: flex;
        margin-top: 40px;
    }
    .brands .brand {
        display: block;
        width: 20%;
        text-align: center;
        cursor: pointer;
    }
    @media (max-width: 767px) {
        .brands .brand {
            width: 50% !important;
            margin-bottom: 16px;
        }    
    }
    
    .brands .brand img {
        display: block;
        height: 100px;
        width: 100px;
        margin: 0 auto;
        max-width: 100%;
    }
    .brands .brand h3 {
        font-weight: 600;
        font-size: .95rem;
        color: #444f60;
        margin-top: 10px;
    }
    .brands .brand span {
        font-size: .85rem;
        color: #999;
        font-weight: 500;
    }
    .square-icon-box .icon-box-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px;
    }
    .square-icon-box.rounded .icon-box {
        border-radius: 100px !important;
    }
    .square-icon-box .icon-box-wrapper .icon-box::after {
        width: 76px;
        height: 76px;
        content: "";
        display: block;
        position: absolute;
        z-index: 1;
        top: -8px;
        left: -8px;
        opacity: .8;
        border-radius: 100px;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .square-icon-box .icon-box-wrapper .icon-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 60px;
        height: 60px;
        background-color: #999;
        position: relative;
        border-radius: .65rem;
        cursor: pointer;
    }
    .square-icon-box.danger .icon-box {
        background-color: #f92b60;
        -webkit-box-shadow: 0 14px 26px -12px rgba(255,114,115,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(255,114,115,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(255,114,115,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(255,114,115,.2) !important;
    }
    .square-icon-box.primary .icon-box {
        background-color: #8c8cf9;
        -webkit-box-shadow: 0 14px 26px -12px rgba(140,140,249,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(140,140,249,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(140,140,249,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(140,140,249,.2) !important;
    }
    .square-icon-box.success .icon-box {
        background-color: #06d6a0;
        -webkit-box-shadow: 0 14px 26px -12px rgba(0,178,137,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,178,137,.2) !important;
        box-shadow: 0 14px 26px -12px rgba(0,178,137,.42),0 4px 23px 0px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,178,137,.2) !important;
    }
    .square-icon-box .icon-box-wrapper .icon-box i {
        font-size: 24px;
        color: #fff;
    }
    .square-icon-box .box-title {
        color: #444f60;
        padding: 5px;
        font-weight: 500;
    }
    .square-icon-box.danger .box-title {
        color: #f92b60;
    }
    .square-icon-box.primary .box-title {
        color: #8c8cf9;
    }
    .square-icon-box.success .box-title {
        color: #06d6a0;
    }
    .square-icon-box.danger .icon-box::after {
        border: 2px solid #f92b60;
    }
    .square-icon-box:hover .icon-box-wrapper .icon-box::after {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .square-icon-box.primary .icon-box::after {
        border: 2px solid #8c8cf9;
    }
    .square-icon-box.success .icon-box::after {
        border: 2px solid #06d6a0;
    }
    .square-icon-box .box-text {
        color: #a9abac;
        padding: 0 10px;
        font-size: 13px;
    }
    .supported-providers {
        display: block;
        border: 1px solid #e1e8ee;
        border-radius: .5rem;
        text-align: center;
        max-width: 580px;
        padding: 3rem;
        margin: 2rem auto 0 auto;
        box-shadow: -1px 3px 10px 0 rgba(0,0,0,.06);
        background-color: #fff;
        position: relative;
        overflow: hidden;
        width: 100%;
        transition: all .5s;
    }
    .supported-providers .card-body {
        padding: 30px 30px;
    }
    .supported-providers h4 {
        font-weight: 500;
        color: #444f60;
    }
    .supported-providers p {
        color: #4f5b6f;
        padding-top: 10px;
    }
    .supported-providers .providers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .supported-providers .providers img {
        display: block;
        max-height: 30px;
        max-width: 70px;
        margin-right: 1rem;
        height: auto;
    }
    .section-image {
        position: relative;
        min-height: 750px;
    }
    .section-image .container {
        z-index: 1 !important;
        margin: 0 auto;
        position: relative;
        width: auto;
    }
    .section-image img {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 1040px;
    }
    .section-image .join {
        max-width: 640px;
    }
    .section-image .subtitle {
        font-size: 1.25rem;
        color: #8e9baf !important;
    }
    .section-image .join .buttons {
        margin-top: 20px;
        margin-bottom: -0.5rem;
    }
    .section-image .join .buttons .secondary-button {
        outline: none;
        -webkit-transition: all .5s;
        transition: all .5s;
        padding: 22px 40px !important;
        display: inline-flex;
        height: 2.5em;
        border-radius: 4px;
        align-items: center;
        font-size: 13px;
        max-width: 160px;
        justify-content: center;
        background-color: #fff;
        border: 1px solid #dbdbdb;
        color: #363636;
    }
    .section-image .join .buttons .secondary-button:hover {
        border-color: #b5b5b5;
        color: #363636;
    }
    /*End Product List*/
/*______________________________________________________Media Queries______________________________________*/
@media only screen and (max-width: 767px) {
    .main-hero .container {
        flex-direction: column;
    }
    .main-hero .container img {
        max-width: 300px;
    }
    .business-types .business-type {
        width: calc(100% - 24px);
    }
    .flex-table .flex-table-item .flex-table-cell .button {
        width: 100% !important;
    }
    .flex-table .flex-table-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100% !important;
        padding: 20px;
        margin-bottom: 16px;
    }
    .flex-table .flex-table-item > div {
        border: none !important;
    }
    .flex-table .quantity, .flex-table .price, .flex-table .discount, .flex-table .total {
        position: relative;
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
        width: 100% !important;
        border: none;
    }
    .flex-table .quantity::before {
      content: "Quantity";
      position: absolute;
      top: 0;
      left: 0;
    }
    .flex-table .price::before {
        content: "Price";
        position: absolute;
        top: 0;
        left: 0;
    }
    .flex-table .discount::before {
        content: "Discount";
        position: absolute;
        top: 0;
        left: 0;
    }
    .flex-table .total::before {
        content: "Total";
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media only screen and (min-width: 768px) {
    .slide-left {
        padding-left: 120px;
    }
}
@media only screen and (max-width: 991px) {
    .large-input {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0px;
    }
    .listado {
        
        transition: all .35s ease-in-out;
    }
    .fixed-top .container-lg {
        /*position: fixed;*/
        transition: all .35s ease-in-out;
        background-color: white !important;
    }
    .fondoAzul {
        background-color: #344258;
        border-bottom: 1px solid #344258;
    }

    .fixed-top .container-lg div:nth-child(2) {
        /*position: inherit !important;*/
        z-index: 9998 !important;
    }
    .fixed-top .container-lg div:nth-child(1) {
        z-index: 9999 !important;
    }
    .btn-salir {
        color: white !important;
      }
    .bloque-siete .cards .card .precio .numero-precio::after {
        right: 5px !important;
    }
    .segundo-bloque .primary-btn {
        border: 2px solid white;
        background-color: transparent;
      }
}
@media screen and (min-width: 1024px) {
    .bloque {
        padding: 9rem 4.5rem !important;
    }
}
@media only screen and (max-width: 767px) {
    .commerce-toolbar .breadcrumb {
        margin-bottom: 1rem !important;
    }
    #check:checked~.wrapper {
        height: 100% !important;
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
        border-radius: 0 !important;
        z-index: 9998 !important;
    }
    .product-head .product-images {
        width: 100%;
        min-height: 300px;
    } 
}




.dropdown-menu.show {
    position: relative !important;
    /*padding-left: 0px !important;*/
    transform: translate(0px, 0px) !important;
}



/*Test*/
 img{max-width: 100%}

    /*Tests*/
    .py-1{overflow: hidden;}
    .main{margin-top:0 !important}
    .swiper-wrapper{ width: 102% !important;height:auto !important}
    .swiper-item{
    width: 30% !important;
    margin-right: 4%;
    height: auto;
    display: inline-block;
    float: none;
    }
    .avatar-item, .like-item, .cart-item{z-index: 0 !important}
	


@media (min-width: 1200px) {
	section.block{}
}
@media (max-width: 1200px) {
	.d-mobile-none{display:none}
}
@media (min-width: 1201px) {
	.d-pc-none{display:none}
}
.block.text-columns p{column-count: 3;}
.two-columns{column-count: 2;}
.background-image-holder {background-position:0 0 !important;background-size: contain !important;}
.padding{padding:20px}



/*Bloques*/
.columns-count-2{    
	column-count: 2;
    display: block;
    margin: 1.25rem auto;
}
.columns-count-3{    
	column-count: 3;
    display: block;
    margin: 1.25rem auto;
}

/*Footer*/
.footernav a.menu-link {
    padding: 0;
}



.basket_update_form{display: inline-flex;    align-items: center;    justify-content: flex-end;    flex-wrap: nowrap;}
.basket_update_form input[type='text']{    width: 32%;    min-width: 50px;    margin-right: 10px;}



@media (max-width: 1200px) {
	.card .card-body {
		padding: 1rem 1rem;
	}
    .px-5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
}

/*mobile */
@media (max-width: 1200px){
	#kt_checkout .card-body {
		padding-left: 0 !important;
		padding-right: 0 !important;
		overflow: auto;
	}
	.col-md-6 {
		width: 100%;
	}
}

/*same Address*/
#kt_checkout_delivery_data_container{display:none}

#kt_checkout_billing_data .card-body,
#kt_checkout_delivery_data .card-body {
	    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*In stock*/
.symbol-12px{width:12px !important;height:12px !important} 
.svg-icon-myaccount-header-box svg{height: 4rem !important;    width: 4rem !important;}
.svg-icon-myaccount-header-button svg{height: 2.5rem !important;    width: 2.5rem !important;}

#kt_checkout .card-header{padding:0 !important}
#kt_checkout .card-body{padding-left:0 !important;padding-right:0 !important}

#kt_myaccount .card-header{padding:0 !important}
#kt_myaccount .card-body{padding-left:0 !important;padding-right:0 !important}

.border-none{border:none}
.font-san-fransisco{font-family: san francisco;}


.svg-icon.active {
	color: var(--bs-text-primary) !important;
}
.app-navbar .menu-badge{
	position: absolute;
    top: -7px;
    right: 0px;
}

/*Barra superior*/
@media (max-width: 991.98px){
	.app-header.info_bar {
		--bs-app-header-height: 90px;
	}
}

.app-container.info_bar .logo_container{
	height: 60px;
}

.app-header.info_bar {
	flex-direction:column;
}

/*Mobile filters menu*/
#kt_menu_filters {
    transform: none !important;
    overflow: scroll; 
    position: fixed!important;
    top: 0 !important;
    height: 100%;
    /*width: 100% !important;*/	
}