html,
body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}


/* nuevo menÃº responsive*/

/*html {*/
/*    font-size: px*/
/*}*/

.main-menu a,
.cart-products,
p.footer_box {
    font-family: 'Gotham Book', sans-serif;
}

.mobile-menuu.visible-xs.RESPONSIVE {
    background: #000;
    z-index: 999;
    height: 50px;
    position: fixed;
    left: 0;
    width: 12%;
}

.toggle_menu_btn {
    background-color: #000;
    font-size: 18px;
    line-height: 27px;
    color: #fff!important;
    /* padding: .6rem .8rem .64rem; */
    padding: 13px 16px 10px 16px;
    border: none;
    cursor: pointer;
}

.slide-menu {
    background-color: #fff;
    width: 340px;
    box-shadow: 3px 0px 13px 0px rgba(6, 6, 6, 0.2)
}

.slide-menu,
.slide-menu a {
    font-size: 1.3rem;
    color: #333;
    font-family: 'Century Gothic';
}

.slide-menu a {
    padding: .9rem 1.5rem;
    border-bottom: 2px solid #e5e5e5;
    text-transform: uppercase;
    transition: background-color .15s ease-in-out;
    will-change: background-color;
}

.slide-menu a:hover {
    background-color: #000;
    color: #fff;
}

.slide-menu .controls {
    display: flex;
    /* margin-bottom: 1rem; */
    margin-bottom: 25px;
}

.slide-menu .btn {
    padding: .75rem 1.5rem;
    flex: 1 0 auto;
    font-size: 100%;
    color: #000;
    background-color: transparent;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    font-family: inherit;
    line-height: 1;
    transition: background-color .15s ease-in-out;
    will-change: background-color;
}

span.slide-menu__decorator {
    float: right;
}

.slide-menu i.fa {
    font-size: 17px;
}

.slide-menu .slide-menu__backlink {
    text-transform: uppercase;
    font-weight: bold;
}

.slide-menu .btn:first-of-type {
    text-align: left;
}

.slide-menu .btn:last-of-type {
    text-align: right;
}

.slide-menu .btn:first-of-type:before {
    /* content: "â®œ"; */
    content: "X";
    margin-right: .5rem;
   /* font-family: 'FontAwesome';*/
    font-size: 17px;
}

.slide-menu .btn:last-of-type:before {
    content: "X";
    margin-right: .5rem;
}

.logo.visible-xs {
    position: fixed;
    left: 50%;
    width: auto;
    margin-top: -1px!important;
}

.slide-menu .div_us_s a {
    border-bottom: none;
}

.slide-menu .div_us_s a:hover {
    background-color: transparent;
    color: #000;
}

.slide-menu .div_us_s:hover {
    color: #fff;
}

.cuenta_opciones {
    position: relative;
    top: -5px;
    left: 65px;
    height: 0;
}

.cuenta_opciones a {
    padding: 0;
}

#preview_bag_wish,
#preview_bag {
    max-height: 57vh;
    overflow: auto;
}

@media (max-width:767px) {
    .header-bottom {
        margin-bottom: 49px;
    }
    .header-main {
        display: none;
    }
    div#menu_options {
        background-color: #000;
        position: fixed;
        top: 0;
        z-index: 996;
        width: 88%;
        right: 0;
        height: 50px;
        padding: 7px 0 0px 7px;
    }
    .chot_log {
        filter: brightness(0)invert(1)!important;
    }
    .cart:hover ul {
        right: 0!important;
    }
    .cart.wishh:hover ul {
        left: 0;
    }
    #menu_options small {
        display: none;
    }
    small#cant_wish,
    small.cart-items-count {
        color: #fff!important;
        /* display: inline-block!important; */
    }
    .salir_sesion {
        background: #fff;
        width: auto!important;
        border: 1px solid #e5e5e5;
    }
    .salir_sesion small {
        display: block!important;
    }
    #menu_options>div:nth-child(4)>div>a:nth-child(1)>small {
        color: #fff!important;
    }
    .div_search input {
        position: fixed;
        width: 100%!important;
        background-color: #fff!important;
        left: 0;
        top: 50px;
        padding: 20px!important;
        border-bottom: 2px solid #000!important;
    }
    .cart ul {
        border: 0;
        padding: 0;
    }
    #menu_options .wishh {
        float: left !important;
    }
}


/*index*/

.panel-default>.panel-heading {
    background-color: transparent;
}

.panel-group .panel,
.panel-group .panel-heading {
    border: 0;
}

.panel-default>.panel-heading {
    border-top: 2px solid #e5e5e5;
    padding: 13px;
    margin: 0 15px;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
}

.panel-group .panel+.panel {
    margin-top: 0px;
}

.panel.panel-default:last-child {
    /* border-bottom: 2px solid #e5e5e5; */
}

.panel-title a {
    width: 100%;
    letter-spacing: .32px;
    font-size: 20px;
    font-family: 'Gotham Book', sans-serif;
    font-weight: 600;
}

.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    /* fa-minus */
    padding-right: 5px;
}

.panel-title>a.collapsed:before {
    content: "\f067";
    /* fa-plus */
}

@media (max-width:767px) {
    #bootstrap-touch-slider .carousel-inner {
        height: 833px!important;
    }
    #body_comprar #bootstrap-touch-slider .carousel-inner {
        height: auto!important;
    }
    .banner-area .col-md-3.col-sm-6 {
        width: 50%;
        float: left;
    }
    .banner-cell h3 {
        font-size: 14px;
    }
    .banner-area .col-md-12.col-sm-12.col-xs-12,
    .banner-area .col-md-6.col-sm-6.col-xs-12 {
        padding: 0;
    }
    .banner-area .col-md-3.col-sm-6 {
        padding: 0 10px;
    }
    .mundo-fuschia-click {
        margin-bottom: 20px;
    }
    .owl-carousel .owl-nav.disabled {
        display: block;
    }
    .owl-nav .owl-next,
    .owl-nav .owl-prev {
        visibility: visible;
        opacity: 1;
        background-color: transparent;
        color: #000;
    }
    .owl-nav i.fa {
        font-size: 30px;
    }
    .owl-nav .owl-prev {
        left: 0px;
    }
    .owl-nav .owl-next {
        right: 0px;
    }
}

@media (max-width:375px) {
    .banner-cell h3 {
        font-size: 12px;
    }
}


/* .owl-dots{
  display: none;
} */

body>div.content>div:nth-child(5)>div>div {
    /* margin:0; */
    /* padding: 0; */
}

.product-price:not(.old) {
    font-size: 16px!important;
}

.product-info .nav li a {
    letter-spacing: normal;
    font-size: 19px;
    font-family: 'Lato', sans-serif;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 4px solid #fff;
    border-bottom: 2px solid #e5e5e5;
}

.product-info li {
    margin: 0 -4px;
}

.product-info .tab-content {
    border: none;
}

.product-info .nav li.active a {
    color: #d35793;
    /* font-weight: bold; */
    border: 2px solid #e5e5e5;
    border-bottom: none;
    border-top: 4px solid;
}

ul.nav.nav-tabs {
    text-align: center;
}

.product-info .nav li a:hover {
    background: inherit;
}

span.product-price.old span {
    text-decoration: line-through;
    font-size: 12px;
    color: #858585;
}

.product-price {
    font-weight: 700;
    line-height: normal;
}

.price_wrapper {
    padding: 0px 0px;
}

.product-name {
    margin: 0 0 0px;
}

.text-gray {
    color: #858585;
}

.small-desc {
    overflow: hidden;
}

.brand-logo img {
    height: 150px;
    object-fit: contain;
}

@media (max-width:768px) {
    ul.nav.nav-tabs {
        /* text-align: left; */
    }
    .product-info li {
        width: 50%;
    }
    .product-info .nav li a {
        border: none;
        border-bottom: 2px solid #e5e5e5;
        text-align: center;
    }
    .product-info .nav li.active a {
        /* color: inherit; */
        border: none;
        border-bottom: 2px solid #000;
    }
}


/* producto */

.comment {
    width: 100%;
    /* background-color: #f0f0f0; */
    margin: 10px;
    font-size: 13px;
}

a.morelink {
    text-decoration: none;
    outline: none;
    color: #000;
    letter-spacing: normal;
}

.morecontent span {
    display: none;
}

.product-details {
    padding: 0;
}

.product-single-inner {
    padding: 10px 15px;
}

.mean-container .mean-nav ul li a {
    color: #000;
}

.flex_r {
    display: flex;
}

.flex_c {
    display: flex;
    flex-direction: column;
}

#precio_container>div>div:nth-child(1) {
    margin-right: 40px;
}

span.precio_usd {
    color: #9e9e9e;
}

.product-action-details a.add_to_wish_button {
    line-height: 32px;
}

div#sticky-add-to-bag {
    background: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 997;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background-color: #eee;
    height: 60px;
}

#sticky-add-to-bag .container-fluid {
    width: 100%;
}

#sticky-add-to-bag span#precio_container {
    font-size: 20px;
}

#sticky-add-to-bag>div>div>div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
}

#sticky-add-to-bag>div>div>div:nth-child(2)>div {
    margin: 0;
    height: 100%;
}

#sticky-add-to-bag .col-xs-6.col-sm-6 {
    height: 60px;
}

#sticky-add-to-bag>div>div>div:nth-child(2)>div>a {
    height: 60px;
    width: 100%!important;
    padding: 15px 25px;
    line-height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:767px) {
    .gallery-product .owl-nav {
        display: none!important;
    }
    .gallery-product a {
        border: none;
    }
    .gallery-product .owl-stage {
        margin: auto;
        display: flex;
        justify-content: center;
    }
    .gallery-product .owl-item {
        width: fit-content!important;
    }
    .gallery-product .owl-dots {
        padding: 0;
    }
    .breadc li {
        margin-left: 2px!important;
        margin-bottom: 10px!important;
    }
    .flex_c {
        font-size: 20px;
    }
    .flex_r {
        justify-content: center;
    }
    #maximun_galeria .tab-content>.tab-pane {
        pointer-events: none;
    }
    .boton1 {
        margin-left: 0;
    }
}

img.pretty_size,
img.product-disable {
    height: 150px;
    object-fit: contain;
}

img.pretty_size2,
img.product-disable.pretty_size2 {
    min-height: 250px;
    object-fit: contain;
}

@media (min-width:768px) {
    div#sticky-add-to-bag {
        display: none;
    }
}

.swal2-modal .swal2-styled {
    width: 100%;
}

.swal2-modal .swal2-styled a {
    color: #fff;
}

.swal2-modal.swal2-show {
    border-top: 2px solid #000;
    min-height: auto;
}

button.swal2-confirm.swal2-styled:focus {
    outline-color: #000;
}

button.swal2-cancel.swal2-styled {
    background-color: #fff!important;
    border: 2px solid #e5e5e5;
}

button.swal2-cancel.swal2-styled a {
    color: #000!important;
}

.swal2-modal .swal2-title {
    font-size: 22px;
    font-weight: 400;
}

div#swal2-content img {
    width: 70%;
}

.swal2-modal .swal2-content h5 {
    font-size: 14px;
    color: #767676;
}

#btn-compra-modal>img {
    width: 14px;
}

.scroll-top-wrapper {
    z-index: 980;
}

.modal-dialog {
    margin: auto;
    width: 92%!important;
}

.modal-content .btn-default {
    border: none;
}


/* carrito */

.cart-inner thead th {
    font-weight: 700;
    letter-spacing: 1px;
}

.cart-checkout {
    background-color: #eee;
    padding: 20px;
}

.cart-checkout h4,
.coupon h4 {
    font-weight: bold;
    margin: auto;
    background: inherit;
    font-family: 'Gotham Book'!important;
    letter-spacing: 1px;
}

#table_carrito a {
    /* font-weight: bold; */
}

.coupon-inner p,
label.label_regalo,
.cart-check,
.seguir_comprando {
    font-family: 'Gotham Book';
}

.coupon-inner p,
label.label_regalo,
.cart-check,
.cart-inner tbody th {
    color: #000;
}

.cart-checkout tbody th {
    border: none;
}

.coupon-inner p,
.cart-inner tbody th {
    letter-spacing: normal;
}

#table_carrito>tbody>tr>th:nth-child(6) {
    font-weight: bold;
}

#table_carrito>tbody>tr>th:nth-child(6)>small {
    font-weight: normal;
}

@media (max-width:767px) {
    table#table_carrito thead {
        display: none;
    }
    table#table_carrito>thead>tr>th:nth-child(1) {
        display: none;
    }
    table#table_carrito>tfoot>tr {
        display: flex;
    }
    .totals {
        padding: 0px 9px 0 9px;
    }
    .btn-transparent-punto {
        padding: 5px;
    }
    table#table_carrito {
        width: 100%;
        border-collapse: collapse;
    }
    table#table_carrito td,
    table#table_carrito th {
        padding: 6px;
        text-align: left;
    }
    table#table_carrito,
    #table_carrito thead,
    #table_carrito tbody,
    #table_carrito th,
    #table_carrito td,
    #table_carrito tr {
        display: block;
    }
    table#table_carrito thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    #table_carrito tr {
        border-bottom: 2px solid #e5e5e5;
        height: 260px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    #table_carrito td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        margin-bottom: 5px;
    }
    .cart-inner tbody th {
        letter-spacing: normal;
    }
    select.input-text.qty.text.form-control {
        width: 70px;
        float: left!important;
    }
    #table_carrito>tbody>tr>td:nth-child(2),
    #shopping-cart-table>tbody>tr>td:nth-child(7) {
        padding: 0;
        margin: 0;
        height: 0;
    }
    #table_carrito>tbody>tr>td>h2>a {
        font-weight: 700;
        width: 68%;
        position: absolute;
        top: -83px;
        right: 0;
        padding-right: 15px;
        margin-right: 20px;
    }
    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: -15px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: 700;
        color: #00a9e4;
    }
    #table_carrito>tbody>tr>th:nth-child(6) {
        margin-top: 15px;
        text-align: right;
    }
    #table_carrito>tbody>tr>th:nth-child(4) {
        float: right;
        text-align: right;
    }
    #table_carrito>tbody>tr>th:nth-child(4)::before {
        content: "Descuento";
    }
    #table_carrito>tbody>tr>th:nth-child(5) {}
    #table_carrito>tbody>tr>th:nth-child(5)::before {
        content: "Cantidad";
    }
    #table_carrito>tbody>tr>th:nth-child(6)::before {
        content: "Total";
    }
    #table_carrito>tbody>tr>th:nth-child(7) {
        width: 36px;
        height: 36px;
        margin: auto;
        position: relative;
        top: -195px;
        float: right;
        right: 0px;
        padding: 5px;
        display: flex;
        justify-content: center;
    }
    select.form-control.aux-cant {
        width: 0;
    }
    .first .image {
        display: block!important;
    }
    #table_carrito>tbody>tr>th.mw300 {
        max-width: 100%!important;
    }
    #table_carrito a {
        width: 60%;
        height: 51px;
        overflow: auto;
    }
    .carrito-img img {
        width: 85px;
        width: 85px;
        float: left;
    }
    a.remove img {
        width: 16px;
    }
    .cart-inner tbody th {
        border: none;
    }
    .cart-checkout tr {
        height: 0;
    }
}

.cart-checkout tbody th {
    letter-spacing: normal;
    font-family: 'Gotham Book';
    text-transform: none;
    text-align: left;
    font-size: 13px;
    padding: 15px 0 0 0;
    color: #000;
}

body>div.content.adress-inner>div>div>div>form>div:nth-child(1)>div>table>tbody>tr:nth-child(15)>th:nth-child(1) {
    padding-right: 10px;
}

body>div.content.adress-inner>div>div>div>form>div:nth-child(2)>div.cart-checkout tbody th {
    text-align: center;
}

body>div.content.adress-inner>div>div>div>form>div:nth-child(1)>div>table>tbody>tr:nth-child(17)>th:nth-child(1) {
    width: 50%!important;
}

body>div.content.adress-inner>div>div>div>form>div:nth-child(2)>div.cart-checkout>table>tbody>tr:nth-child(4)>th {
    font-weight: bold;
    font-size: 15px;
}


/* footer */

.footer,
.title-footer span {
    background: #000000;
}

.social_footer {
    width: 14em;
}

ul.social_footer {
    display: flex;
    justify-content: space-around;
}

.social_footer li {
    margin-right: unset;
}

.social_footer li a {
    font-size: 25px;
}

.menu_footer a:hover {
    color: #ba3e7a;
}

.title-footer {
    margin-top: 10px;
}

#ss_menu {
    z-index: 994;
}

.product-price {
    /* line-height: 1rem; */
}

.product-price ins {
    text-decoration: none;
}

.product-price ins,
.product-price del {
    display: block;
    margin: auto;
}

.product-price ins:first-of-type {
    font-size: 18px;
    margin-top: 10px;
}

.product-price ins:last-of-type {
    margin-top: 10px;
    font-size: 15px;
}

.product-price del:first-of-type {
    font-size: 13px;
}

.product-price del:last-of-type {
    font-size: 12px;
}

.price-section {
    padding: 0px 0;
}

#menu_options .wishh {
    float: right;
}

.jssocials-share a {
    color: white !important;
    border: solid white;
    border-radius: 20px;
    padding: 10px 10px;
    background-color: #ce4587;
}

@media (max-width:991px) {
    .sidebar-mobile {
        background: #fff;
        z-index: 10000;
        margin-top: 0;
        top: 0;
        left: 0;
        position: fixed;
        padding: 10px 20px;
        overflow: auto;
        height: 100vh;
        box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.2);
        max-width: 80vw;
        transform: translateX(-80vw);
        transition: transform .2s ease-in-out 0s;
    }
    .sidebar-mobile.show {
        transform: translateX(0vw);
        transition: transform .3s ease-in-out 0s;
    }
    .sidebar-mobile .sidebar {
        /* margin-top: 0; */
    }
    button.btn_close_filter {
        position: absolute;
        top: 10px;
        right: 15px;
        background: transparent;
        border: 0;
        font-size: 20px;
    }
    .btn_filter {
        background-color: #000;
        color: #fff!important;
        border-color: #000!important;
    }
    body.sidebar-open {
        overflow-y: hidden;
        height: 100vh;
    }
    .overlay_mobile {
        position: absolute;
        content: '';
        background: rgb(0 0 0 / 48%);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        visibility: hidden;
    }
    .overlay_mobile.show {
        visibility: visible;
    }
}

.wish-top {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0;
    width: 35px!important;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
}

.wish-top i {
    font-size: 12px;
}

.wish-top:hover {
    border-color: #000;
}

.shop-inner {
    padding: 10px 20px;
}