body, html{
    font-family: "Lato", sans-serif;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Playfair Display SC', sans-serif;
}

.header .container, .header .container-fluid{
    justify-content: space-between;
}

.search-form-container form{
    border: 0;
}

.search-form-container .form-control{
    border: 0;
    background: #f8f8f8;
}

.maincontent{
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 600px;
}

.site-logo-container{
    width: 265px;
    text-align: center;
}
.site-logo-container h1{
    padding: 0;
    margin: 0;
}

.site-logo img {
    width: 220px;
}

.fixed .site-logo img {
    max-height: 60px;
    margin-top: 5px;
}

@media (max-width: 1199px){
    .site-logo-container{
        width: 212px;
    }
}

@media (max-width: 991px){
    .site-logo-container{
        width: 50%;
        text-align: left;
        padding: 0;
    }
    .site-logo{
        display: block;
    }
    .site-logo img {
        height: 65px;
        margin: 10px;
    }
    .fixed .site-logo img {
        height: 45px;
    }
}

@media (max-width: 768px){
    .site-logo img {
        width: auto;
        height: 50px;
        margin: 10px;
    }

    .no-padding{
        padding-left: 0px;
        padding-right: 0px;
    }
    .detalle-carrito{
        padding-top: 0px;
    }
}

.sidemenu{
    -webkit-transform: translate(-290px);
}

.toggle-sidemenu .sidemenu{
    -webkit-transform: translate(0);
}

.sidemenu > .sidemenu-wrapper > ul {
    padding: 30px 30px 100px;
}

.sidemenu > .sidemenu-wrapper > ul > li{
    margin-bottom: 25px;
}

.sidemenu ul a {
    color: #777;
}

.sidemenu ul a:hover, .sidemenu ul a:hover i{
    color: #dc9831;
}

.sidemenu ul li h3{
    margin-bottom: 10px;
}

.sidemenu-account {
    background: #333;
    padding: 15px 30px;
}

.sidemenu-account ul {
    margin: 0;
    border: 0;
}

.sidemenu-account > ul > li > a{
    font-size: 15px;
}

.sidemenu-account > ul > li > ul{
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: 0.3s;
}

.sidemenu-account.open > ul > li > ul{
    visibility: visible;
    opacity: 1;
    height: 120px;
    transition: 0.3s;
}

.sidemenu-account.open > ul > li > a {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sidemenu-account > ul > li > ul > li > a{
    font-size: 13px;
    padding: 3px 0;
}

.sidemenu-account > ul > li{
}

.sidemenu-account > ul > li > a > i{
    color: #fff;
    margin-right: 8px;
}

.sidemenu-account li > a{
    color: #fff;
    display: block;
}

/* ---------- SLIDER ---------- */

.carousel-control.left, .carousel-control.right{
    background: transparent;
}

.carousel-control.left span, .carousel-control.right span{
    color: rgba(255,255,255,0.5);
}

.carousel-indicators li{
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.carousel-indicators .active {
    background-color: rgba(255, 255, 255, 0.5);
}

/* ---------- SLIDER ---------- */

/* ---------- HOME BANNERS ---------- */

.home-banners{
    margin-left: -2px;
    margin-right: -2px;
    overflow: hidden;
}

.home-banners .small-banner{
    width: 50%;
    float: left;
    padding: 2px;
}

.home-banners .small-banner img{
    max-width: 100%;
}

@media (max-width: 600px) {
    .home-banners .small-banner{
        width: 100%;
    }
}

/* ---------- HOME BANNERS ---------- */


/* ---------- TOP NAV ---------- */

#topnav{
    background: #fff;
    border-top: 1px solid #ddd;
    position: relative;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}


#topnav .container{
    height: auto;
    position: static;
}

ul.topmenu {
    text-align: left;
    display: block;
    width: 100%;
    color: #444;
    padding: 0px 10px;
    margin: 0;
}

ul.topmenu > li {
    font-family: "Lato";
    font-size: 12px;
    display: inline-block;
    float: left;
    text-transform: uppercase;
}

ul.topmenu > li > a, ul.topmenu > li > a:visited,
ul.topmenu > li > a:hover, ul.topmenu > li > a:active{
    display: inline-block;
    padding: 20px 20px;
    color: #444;
    font-weight: bold;
}

ul.topmenu > li > a:hover{
    color: #000;
}

ul.topmenu > li ul > li a{
    color: #e3e4e8;
    font-weight: 400;
    padding: 2px;
    display: block;
    margin: 7px 0;
}

ul.topmenu > li ul > li a:hover{
    color: #fff;
}

ul.topmenu li > div{
    color: #e3e4e8;
    font-weight: 400;
    position: absolute;
    visibility: hidden;
    top: 58px;
    background-color: #444;
    z-index: 1;
    width: 420px;
    /*border-top: 1px solid #ddd;*/
    border-radius: 0 0 4px 4px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    opacity: 0;
    transition: 0.3s;
    /*background-image: url(https://c2.staticflickr.com/8/7024/6751114283_5cd5839740_b.jpg);*/
}

ul.topmenu li > div > ul{
    display: block;
    max-width: 1160px;
    margin: auto;
    padding: 20px 225px 20px 25px;
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    min-height: 200px;
    box-sizing: border-box;
}

ul.topmenu li > div.luna-llena ul{
    border-radius: 0 0 4px 4px;
    background-image: url('/assets/images/sample/menu-luna-llena.jpg');
}

ul.topmenu li > div.luna-creciente ul{
    border-radius: 0 0 4px 4px;
    background-image: url('/assets/images/sample/menu-luna-creciente.jpg');
}

ul.topmenu li > div.luna-nueva ul{
    border-radius: 0 0 4px 4px;
    background-image: url('/assets/images/sample/menu-luna-nueva.jpg');
}

ul.topmenu li > div.romance ul{
    border-radius: 0 0 4px 4px;
    background-image: url('/assets/images/sample/menu-romance.jpg');
}

ul.topmenu li:hover > div{
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
}

ul.topmenu li ul li{
    display: block;
}

/* ---------- TOP NAV ---------- */


/* ----------------- SIDEBAR CATEGORIAS ----------------- */

.sidebar.sidebar-shop ul.shop-category-list h3{
    margin: 0;
}

.sidebar.sidebar-shop ul.shop-category-list h3 a{
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 14px !important;
    text-transform: none;
    color: #414141;
    display: block;
    border-bottom: 1px solid rgba(51,122,183,0.3);
    margin-top: 1px;
}

.sidebar.sidebar-shop ul.shop-category-list .luna-llena h3 a{
    border-bottom: 1px solid rgba(220, 152, 49, 0.3);
}

.sidebar.sidebar-shop ul.shop-category-list .luna-llena a:hover{
    color: rgba(220, 152, 49,1);
}

.sidebar.sidebar-shop ul.shop-category-list .luna-creciente h3 a{
    border-bottom: 1px solid rgba(150,150,150,0.3);
}

.sidebar.sidebar-shop ul.shop-category-list .luna-creciente a:hover{
    color: rgba(150,150,150,1);
}

.sidebar.sidebar-shop ul.shop-category-list .luna-nueva h3 a{
    border-bottom: 1px solid rgba(51,122,183, 0.3);
}

.sidebar.sidebar-shop ul.shop-category-list .luna-nueva a:hover{
    color: rgba(51,122,183,1);
}

.sidebar.sidebar-shop ul.shop-category-list .romance h3 a{
    border-bottom: 1px solid rgba(255,82,82,0.3);
}

.sidebar.sidebar-shop ul.shop-category-list .romance a:hover{
    color: rgba(255,82,82,1);
}

.sidebar.sidebar-shop ul.shop-category-list li ul{
    padding: 10px 0 !important;
    margin: 0 !important;
}

.sidebar.sidebar-shop ul.shop-category-list li ul li{
    padding: 0 !important;
    margin: 0 !important;
}

.sidebar.sidebar-shop ul.shop-category-list li a, .sidebar.sidebar-shop .accordion ul.shop-category-list li a{
    font-size: 12px;
    font-family: "Lato";
}

.sidebar.sidebar-shop .widget.widget-box{
    padding-top: 21px;
}

/* ----------------- SIDEBAR CATEGORIAS ----------------- */

/* ----------------- CATALOGO ----------------- */

div#myCarousel {
    max-width: 1200px;
    margin: auto;
}

.category-header h2{
    font-size: 26px;
}

.section-cover-image{
    background-size: cover;
    height: 450px;
    max-width: 1200px;
    margin: auto;
}

/*  col-md-3 col-sm-3 col-xs-4 */

.product-cont-5-cols .product-item{
    width: 20%;
}

.product-item{
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.product-title-container{
    text-align: center;
}

.product .product-title-container{
    height: 80px;
}

.product .product-title-container .product-title{
    max-height: 50px;
    overflow: hidden;
}

.product .product-image-container{
    background: #fff;
}

.product .product-image-container img{
    max-width: 220px;
    margin: auto;
}

.product .product-price {
    color: #DAA520;
    font-weight: bold;
}

.product .product-action .btn-product.btn-wishlist:hover, .product .product-action .btn-product.btn-wishlist:focus{
    background-color: #ff3f4d;
    color: #fff;
    cursor: pointer;
}

.product .product-action .btn-product.btn-add-cart, .product .product-action .btn-product.btn-add-cart {
    background-color: #4a4a4a;
}

.product .product-action .btn-product.btn-add-cart:hover, .product .product-action .btn-product.btn-add-cart:focus {
    background-color: #155399;
}

.sidebar.sidebar-shop ul.shop-category-list > li, .sidebar.sidebar-shop .accordion > ul.shop-category-list > li{
    /*border-bottom: 1px solid rgba(200, 200,200,0.3);*/
    padding: 0;
}

.sidebar.sidebar-shop ul.shop-category-list li a, .sidebar.sidebar-shop .accordion ul.shop-category-list li a{
    /* border-bottom: 1px solid rgba(200, 200,200,0.2); */
    display: block;
    padding: 9px 0;
}

.sidebar.sidebar-shop ul.shop-category-list li a:hover, .sidebar.sidebar-shop .accordion ul.shop-category-list li a:hover{
    color: #155399;
}

.home-separation{
    margin: 20px 0 70px;
    height: 1px;
    background: #eee;
}

.section-right a span {
    position: absolute;
    top: 50%;
    right: 20%;
    margin-right: 10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
}

.section-left a span {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 20%;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(-310deg);
    transform: rotate(-310deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box;
}

.owl-carousel .product{
    width: 195px;
}

.product .product-label{
    background: #dc9831;
    color: #fff;
}

.product .product-title a{
    text-transform: uppercase;
}

.banner.banner-fullwidth .banner-content-wrapper{
    background: #CFBD97;
    color: #fff;
}

.banner.banner-fullwidth .banner-content-wrapper h3,
.banner.banner-fullwidth .banner-content-wrapper .banner-price span{
    color: #fff;
}
.banner.banner-fullwidth .banner-content-wrapper a, .banner.banner-fullwidth .banner-content-wrapper a:hover{
    color: #4a4a4a;
    text-decoration: none;
}

@media (max-width: 1000px){
    .product-cont-5-cols .product-item{
        width: 25%;
    }
}

@media (max-width: 800px){
    .product-item{
        width: 33%;
    }

    .product-cont-5-cols .product-item{
        width: 33%;
    }
}

@media (max-width: 600px){
    .product-item{
        width: 50%;
    }

    .product-cont-5-cols .product-item{
        width: 50%;
    }
}

@media (max-width: 450px){
    .product-item{
        width: 100%;
    }
}

.add-cart{
    top:50%;
    position: absolute;
    margin-top: -14px;
    width: 140px;
    left: 50%;
    margin-left: -70px;
    text-align: center;
    color: #fff;
    z-index: 5;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 4px;
    transition: all 0.1s ease;
    opacity: 1;
    visibility: hidden;
}

.product-image-container:hover > .add-cart{
    visibility: visible;
    color: #fff;
}

.add-cart span{
    position: relative;
    bottom: 3px;
}

.img-banner{
    max-width: 100%;
}

/* ----------------- CATALOGO END ----------------- */

/* ----------------- PAGINATION ----------------- */

.pagination > .disabled > span, .pagination > .active > a,
.pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus,
.pagination > .active > span:hover{
    background-color: transparent;
    color: #555;
    border-color: #dc9831;
}

.pagination > .active > a, .pagination > .active > a:focus,
.pagination > .active > a:hover, .pagination > .active > span,
.pagination > .active > span:focus, .pagination > .active > span:hover{
    background-color: transparent;
    color: #000;
    border-color: transparent; /* Se cambio  #337ab7*/
}

.pagination > li > a:hover{
    color: #000;
    background: transparent;
    border: 1px solid #dc9831;
}

.pagination > li:first-child:not(.active) > a, .pagination > li:first-child:not(.active) > span{
    min-width: 36px;
}

.pagination > .active > a, .pagination > .active > span{
    border-color: transparent; /* Se cambio  #337ab7*/
}

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

/* ----------------- PAGINATION END ----------------- */

/* ----------------- PRODUCTO DETALLE ----------------- */

.owl-carousel.owl-drag .owl-item {
    max-width: 94px !important;
}

.imgs-container {
    height: 112px;
    padding: 0 10px;
    -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.28);
}

.product-details .fb-like{
    border-top: 1px solid #ccc; padding: 15px 0; display: block;
}

@media all and (max-width: 420px){
    .product-details .product-action {
        display: -ms-flexbox;
        display: list-item;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .div-agregar{
        margin-top: 25px;
        margin-bottom: 40px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .btn-agregar{
        width: 100%;
        height: 60px !important;
    }
}

/* ----------------- PRODUCTO DETALLE END ----------------- */

/* ----------------- NOSOTROS ------------------------ */
.list{
    list-style-type: square;
}

.list li{
    list-style-position: inside;
    font-family: "Lato";
    font-size: 15px;
    margin-left: 30px;
    margin-right: 30px;
}

.ls15{
    font-family: "Lato";
    font-size: 15px;
}

.ls26{
    font-family: "Lato";
    font-size: 26px;
}

.ls23{
    font-family: "Lato";
    font-size: 23px;
}

.ls30{
    font-family: "Lato";
    font-size: 30px;
}

.ls35{
    font-family: "Lato";
    font-size: 35px;
}

hr.style-top{
    background: transparent;
    height: 30px;
    border-style: solid;
    border-color: #8c8b8b;
    border-width: 2px 0 0 0;
    border-radius: 20px;
}

hr.style-medio {
    background: transparent;
    height: 30px;
    border-style: solid;
    border-color: #8c8b8b;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-medio:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: #8c8b8b;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

hr.style-bottom{
    background: transparent;
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: #8c8b8b;
    border-width: 0 0 2px 0;
    border-radius: 20px;
}
/* ----------------- END NOSOTROS ------------------------ */

/* ---------------- REGISTRO --------------------*/
.margin{
    margin-bottom: 100px;
}

.boton-down{
    margin-top: 20px;
}

@media all and (max-width: 991px) {
    .margin{
        margin-bottom: 460px;
    }
}

@media all and (max-width: 767px) {
    .margin{
        margin-bottom: 840px;
    }
    .radius-down{
        margin-top: 65px;
    }
    .boton-down{
        margin-top: 45px;
        padding-bottom: 220px;
    }
}

/* ---------------- END REGISTRO --------------------*/

/* ---------- CARRITO ------------------ */

.margin-top{
    margin-top: 5px;
}

.carrito-detail-container .img-small{
    max-width: 120px;
}

.carrito-letras{
    color: #262634;
    font-family: 'Lato';
    font-size: 13px;
}

.padding-left{
    padding-left: 50px;
}

.detalle-carrito{
    padding-top: 30px;
}
.cantidad-carrito{
    margin-top: -10px;
}

.div-agregar-carrito{
    height: 60px;
    width: 100%;
    padding-right: 0px;
}
.btn-agregar-carrito{
    height: 100%;
    width: 100%;
    line-height: 30px;
}



@media all and (max-width: 761px) {
    .cantidad-carrito{
        margin-top: 0px;
    }
    .no-margin-top{
        margin-top: -10px;
    }
}

@media all and (max-width: 600px){
    .detalle-carrito{
        padding-top: 10px;
    }
}
@media all and (max-width: 466px){
    .detalle-carrito{
        padding-top: 10px;
    }
}
@media all and (max-width: 760px) {
    .mt-movil{
        margin-top: 8px;
    }
}

@media all and (max-width: 992px){
    .padding-left{
        padding-left: 0px;
    }
    .margin-top{
        margin-top: 20px;
    }
}

@media all and (max-width: 465px) {
    .img-small{
        height: 90px;
        width: 80px;
    }
    .not-margin-bottom{
        margin-bottom: 5px;
    }
}
/* ---------- END CARRITO ------------------ */


/* ----------- SWAL2 -------------- */

.swal2-container{
    z-index: 99994 !important;
}

.swal2-container .swal2-confirm {
    background: #dc9831 !important;
}

/* ----------- END SWAL2 -------------- */


/* ----------- CUENTA -------------- */

.p-no-margin-bottom{
    margin-bottom: -5px;
}

.no-margin-bottom{
    margin-bottom: 0px !important;
}

.shadow-down{
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 2px 7px rgba(0, 0, 0, 0.12);
    height: auto;
}

header.header.sticky-header{
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1), 0 2px 7px rgba(0, 0, 0, 0.12);
}

.account{
    position: relative;
    padding: 15px;
}

.account:hover .data-account{
    visibility: visible;
    opacity: 1;
}

.data-account a{
    color: #555;
}

.data-account{
    visibility: hidden;
    border-radius: 1px;
    position: absolute;
    height: auto;
    background: #fff;
    z-index: 1024;
    top: 45px;
    width: 200px;
    padding: 10px 20px 10px 20px;
    border: 1px solid #eaeced;
    margin: 0;
    font-size: 13px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
    opacity: 0;
    left: -55px;
    transition: 0.3s;
}

@media all and (max-width: 992px){
    .account:hover > .data-account{
        display: none;
    }
}

.fadeOut{
   opacity: 0;
    -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;
}

.fadeIn{
    opacity: 1;
    -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;
}

.data-account ul li{
    margin: 5px 0;
}

.data-account li a {
    text-transform: initial;
}

.size{
    width: 88%;
}

.margin-top-carrito{
    padding-left: 0px !important;
    margin-top: 30px;
}

.margin-top-cantidad{
    margin-top: -10px !important;
}

@media all and (max-width: 345px) {
   .align-left{
       float: left !important;
   }
    .message-404{
        top: 36%!important;
        height: 200px !important;
        margin-top: 0px !important;
    }
    .smaall{
        height: 103px !important;
    }
}

@media all and (max-width: 360px) {
    .left-compra{
        padding-left: 60%!important;
    }
}

@media all and (max-width: 760px){
    .margin-top-cantidad{
        margin-top: -5px !important;
    }
    .left-compra{
        padding-left: 50%!important;
    }
}

@media all and (max-width: 1200px) {
    .size{
        width: 80%;
    }

    .margin-right{
        margin-right: 30px;
    }

    .detalle-carrito{
        padding-top: 45px;
    }

    .margin-top-carrito{
        padding-left: 0px !important;
        margin-top: 60px;
    }
}

.cantidad-circle{
    background: rgba(255,0,0,1);
    border-radius: 50%;
    color: #fff!important;
    font-weight: bold;
    display: inline-block;
    width: 20px;
    text-align: center;

}

@media all  and  (max-width: 673px){
    .message-404{
        top: 40% !important;
        height: 200px !important;
        margin-top: -140px !important;
    }
}

@media all and (max-width: 992px) {
    .size{
        width: 70%;
    }

    .margin-right{
        display: none;
    }
    .margin-top-carrito{
        padding-left: 0px !important;
        margin-top: 45px;
    }
    .left-compra{
        padding-left: 70%!important;
    }

    .message-404{
        top: 50%;
        height: 200px !important;
        margin-top: -140px !important;
    }

    .detalle-carrito{
        padding-top: 28px;
    }

}

/* --------- DATOS DE CUENTA FORM ---------- */

.form{
    background: transparent !important;
    border: 0px solid transparent !important;
    border-bottom: 2px solid rgba(0,0,0,0.5) !important;
    font-size: 16px !important;
}
.form:focus{
    outline: 0px solid transparent !important;
    border: 0px solid transparent !important;
    border-bottom: 2px solid rgba(0,0,0,0.5) !important;
}
.form::selection{
    outline: 0px solid transparent !important;
    border: 0px solid transparent !important;
    border-bottom: 2px solid rgba(0,0,0,0.5) !important;
}
/* --------- END DATOS DE CUENTA FORM ---------- */

/* ---------- FOOTER ----------- */

.footer .widget-title{
    font-family: "Playfair Display SC", sans-serif;
    color: #fff;
}

.social-icons .social-icon{
    margin: 0 0 7px 7px;
}
.fb-like{
    margin: 15px 0 15px;
}

/* ---------- END FOOTER ----------- */

/* ---------- 404 ERROR --------- */

.message-404{
    top: 50%;
    height: 170px;
    margin-top: -85px;
}

/* ---------- END 404 ERROR --------- */

/* --------- FINALIZAR COMPRA -------- */

.compra-metodos-envio{
    margin-bottom: 50px;
}

.compra-metodos-envio ul > li{
    border-bottom: 1px solid #eee;
}

.compra-metodos-envio ul > li > label{
    padding-top: 10px;
    overflow: hidden;
}

.compra-metodos-envio ul > li > label > input{
    float: left;
    margin: 25px 10px;
}

.compra-metodos-envio .image-container{
    height: 35px;
    width: 100px;
    float: left;
    margin: 15px;
    display: inline-block;
}

.compra-metodos-envio .image-container > img{
    max-width: 100%;
    max-height: 100%;
}

.compra-metodos-envio ul > li > label > p{
    display: inline-block;
    margin: 0;
    float: left;
    margin: 10px;
    font-size: 12px;
}

.compra-metodos-envio ul > li > label > p > b{
    font-size: 15px;
}

.btn-submit{
    color: #fff;
    background: #000;
    border: transparent;
    width: 100%;
    height: 50px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
}

.btn-submit:hover{
    background: #0c0c0c;
}

.info-tarjeta{
    display: none;
}

.info-destino{
    margin-bottom: 0px;
    color: #000;
    font-size: 13px;
}

.costo{
    position: relative;
    margin-top: -100px;
}

.costo-titulo{
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0px;
    width: 30%;
    padding-left: 0px;
    font-size: 15px;
    color: #222222;
}

.costo-precios{
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0px;
    width: 65%;
    padding-right: 10px;
    font-size: 15px;
    color: #000;
    text-align: right;
}

.costo-content{
    width: 100%;
    border-bottom: 1px solid #eee;
}

.costo-shadow{
    /*-webkit-box-shadow: 0px 0px 5px 3px rgba(224,224,224,.5);*/
    /*-moz-box-shadow: 0px 0px 5px 3px rgba(224,224,224,.5);*/
    /*box-shadow: 0px 0px 5px 3px rgba(224,224,224,.5);*/
    padding: 10px;
    margin: 20px;
}

@media all and (min-width: 992px) {
    .costo{
        position: relative;
        top: 30px;
        min-width: 300px;
    }
    .costo-precios{
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 0px;
        width: 65%;
        padding-right: 10px;
        font-size: 15px;
        color: #000;
        text-align: left;
    }
}

@media all and (min-width: 768px){
    .top-pro{
        margin-top: 30px;
    }
    .costo-precios{
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 0px;
        width: 65%;
        padding-right: 10px;
        font-size: 15px;
        color: #000;
        text-align: left;
    }
}
/* --------- EDN FINALIZAR COMPRA -------- */

/* --------- MIS COMPRAS -------------- */


.no-scroll{
    overflow: hidden;
}
.background-load{
    z-index: 9999;
    position: fixed;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    height: 100%;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    transition: 0.3s;
}
.background-load-mostrar{
    visibility: visible;
    opacity: 1;
}

.ocultar{
    visibility: hidden;
    opacity: 0;
}
@keyframes lds-eclipse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes lds-eclipse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.lds-eclipse {
    position: relative;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -75px;
}
.lds-eclipse div {
    position: absolute;
    -webkit-animation: lds-eclipse 1s linear infinite;
    animation: lds-eclipse 1s linear infinite;
    width: 160px;
    height: 160px;
    top: 20px;
    left: 20px;
    border-radius: 50%;
    box-shadow: 0 4px 0 0 #fff;
    -webkit-transform-origin: 80px 82px;
    transform-origin: 80px 82px;
}
.lds-eclipse {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
    transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
}

.search{
    padding: 20px;
}

.mis-compras tr{
    border: 1px solid transparent;
}

.mis-compras{
    font-size: 5px;
}

.mis-compras tr:nth-child(odd){
    background: #f2f2f2;
}

.mis-compras th{
    font-size: 15px;
    background: #333;
    color: #fff;
    font-weight: bolder;
    border-bottom: 1px solid #ddd;
}

a[title='ver-ficha']{
    padding: 10px 25px;
    text-align: center;
    background: none;
    font-size: 15px;
    top: 35px;
}

/* --------- END MIS COMPRAS -------------- */

