﻿/* forzamos terrmporalmente a que no se vea el megamnu*/
.rd-navbar-megamenu {
    /*
    display:none !important;
    */
}

.colection_pic {
    width: 370px;
    height: 303px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

.colection_product_pic {
    width: 265px;
    height: 275px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-left: 2px;
    margin-top:2px;
    max-width:100%;
}
.product-figure
{
    background-color:transparent; 
    border:1px solid #ececee;
}

.blog_item_pic {
    width: 370px;
    height: 267px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.force-margin-section-custom {
    margin-top: 170px;
}

.blog_detail_pic {
    width: 770px;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 auto;
}

.blog_detail_pic_thumb {
    width: 370px;
    height: 278px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 auto;
}

.blog_detail_pic_related {
    width: 370px;
    height: 365px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 auto;
}

.dos_fotos_pic {
    width: 90%;
    height: 315px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 auto;
}


.image_hover_pic {
    width: 370px;
    height: 303px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

.foto_link_pic {
    /*min-height: 400px;*/
    width: 100% !important;
    height: 500px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.video_container {
    /*min-height: 400px;*/
    width: 80% !important;
    height: 500px !important;
    margin:0 auto;
}

.marca_pic {
    width: 270px !important;
    height: 145px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.text_product_item_cut_wrap {
    width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_ficha_pic {
    width: 535px;
    height: 535px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 auto;
}

.product_ficha_thumbs {
    width: 89px;
    height: 89px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin: 0 auto;
}


/*ui slider*/
.ui-slider-horizontal {
    background-color: #c7c7c7;
    height: 2px !important;
}

.ui-widget-header {
    height: 2px !important;
    background: #000 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    top: -6px !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 28px !important;
    background: #000 !important;
    color: #000 !important;
    border: 0px solid #000 !important;
}

.ui-slider .ui-slider-handle {
    width: 16px !important;
    height: 16px !important;
    background: #000 !important;
}


/*estilo para tabla*/
.table-cart {
    border-collapse: collapse;
    width: 100%;
}
    .table-cart th {
        font-size: 12px;
        font-weight: 400;
        color: #000;
        text-transform: uppercase;
        padding: 15px 20px;
    }

    .table-cart td {
        padding: 20px;
    }

    .table-cart tr {
        border-bottom: 1px solid #ececee;
    }

    .table-cart .product-price {
        white-space: nowrap;
    }

    .table-cart tfoot .list-terms-minimal dt {
        color: #000;
    }

    .table-cart tfoot .list-terms-minimal dd {
        color: #000;
    }

    .table-cart tfoot tr {
        border: 0;
    }

    .table-cart th {
        text-align: center;
    }

        .table-cart th:first-of-type {
            text-align: left;
        }

@media (min-width: 1200px) {
    .table-cart th {
        padding: 25px 55px;
    }
}

@media (min-width: 768px) {
    .table-cart tr:last-of-type td:last-of-type {
        padding-right: 0;
    }
}

.table-cart td:nth-child(3), .table-cart td:nth-child(4) {
    border: 1px solid #ececee;
}

.table-cart td:nth-child(n + 3) {
    text-align: center;
}

@media (min-width: 768px) {
    .table-cart td:first-of-type {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .table-cart td {
        padding: 49px 35px;
    }
}

.table-cart-remove-item .icon {
    cursor: pointer;
}

    .table-cart-remove-item .icon:hover {
        color: #000;
    }


.table-td-custom{
    font-size:15px !important;
}

.table-th-custom {
    font-weight: 600;
    font-size: 18px !important;
}

/* tabla custom responsiva */

.table-custom-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-custom-responsive {
        width: 100%;
        margin-bottom: 10px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #d9d9d9;
    }

        .table-custom-responsive > .table-custom > thead > tr > th,
        .table-custom-responsive > .table-custom > thead > tr > td,
        .table-custom-responsive > .table-custom > tbody > tr > th,
        .table-custom-responsive > .table-custom > tbody > tr > td,
        .table-custom-responsive > .table-custom > tfoot > tr > th,
        .table-custom-responsive > .table-custom > tfoot > tr > td {
            white-space: nowrap;
        }
}


.rd-navbar-login {
    position: relative;
    display: inline-block;
    padding-right: 14px;
    font-size: 24px;
    line-height: 1;
    color: #151515;
    outline: none;
    border: none;
    box-shadow: none;
    background: none;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.rd-navbar-static .rd-navbar-login-mobile {
    /*display: none;*/
}


.cart_item_pic_thumb {
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color:white;
}

.cart_item_pic {
    width: 141px;
    height: 188px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


@media (max-width: 768px) {
    .force-margin-section-custom {
        margin-top: 0px;
    }
}

.espacio_inicial {
    height: 0px;
    width: 0%;
    margin-top:162px;
}

@media (max-width: 768px) {
    .espacio_inicial {
        margin-top: 0px;
    }
}

.rd-range-wrap {
    display: block !important;    
}



.powered_by_ipos {
    color: #525252 !important;
}

.powered_by_ipos:hover {
    color: #c1c0bf !important;
}

.img-cita {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin:0 auto;
}

.txt_precio_var {
    border: 1px solid #ccc;
    padding: 4px 8px;
    font-family: inherit;
}


/* estilos para wishlist */

.wishlist-inline {
    position: absolute;
    text-align: left;
    top: calc(100% + 30px);
    right: -18px;
    min-width: 400px;
    margin-top: 30px;
    background: #ffffff;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    filter: drop-shadow(0 0 3px rgba(1, 3, 4, 0.19));
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .3s ease-in-out;
    z-index: 1082;
}

    .wishlist-inline::before {
        position: absolute;
        content: '';
        bottom: calc(100% - 10px);
        right: 40px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 34px 34px;
        border-color: transparent transparent #ffffff transparent;
    }

    .wishlist-inline.active {
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .wishlist-inline .stepper input[type="number"] {
        min-height: 40px;
        padding-top: 0;
        padding-bottom: 0;
    }

.wishlist-inline-header {
    padding: 20px;
}

.wishlist-inline-body {
    padding: 20px;
    border-top: 1px solid #e1e1e1;
}

.wishlist-inline-footer {
    padding: 20px;
    border-top: 1px solid #e1e1e1;
}

.wishlist-inline-title {
    text-transform: uppercase;
}

.wishlist-inline-figure {
    display: block;
    background: #f5f5f5;
}

    .wishlist-inline-figure img {
        width: 100%;
        transition: all .3s ease;
        will-change: transform;
    }

    .wishlist-inline-figure:hover img {
        transform: scale(1.05);
    }

* + .wishlist-inline-title {
    margin-top: 0;
}

.wishlist-inline-name + * {
    margin-top: 10px;
}

.wishlist-inline-item + .wishlist-inline-item {
    margin-top: 15px;
}

.ie-10 .wishlist-inline,
.ie-11 .wishlist-inline,
.ie-edge .wishlist-inline {
    box-shadow: 0 0 5px rgba(1, 3, 4, 0.19);
}

    .ie-10 .wishlist-inline::before,
    .ie-11 .wishlist-inline::before,
    .ie-edge .wishlist-inline::before {
        bottom: 100%;
        border-width: 0 0 24px 24px;
        z-index: 1;
    }

    .ie-10 .wishlist-inline::after,
    .ie-11 .wishlist-inline::after,
    .ie-edge .wishlist-inline::after {
        position: absolute;
        content: '';
        bottom: calc(100% + 2px);
        right: 38px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 28px 28px;
        border-color: transparent transparent rgba(0, 0, 0, 0.04) transparent;
        z-index: 0;
    }

.context-dark .wishlist-inline-name, .bg-gray-700 .wishlist-inline-name, .bg-gray-3 .wishlist-inline-name, .bg-brown-1 .wishlist-inline-name, .bg-primary .wishlist-inline-name,
.context-dark .wishlist-inline-title,
.bg-gray-700 .wishlist-inline-title,
.bg-gray-3 .wishlist-inline-title,
.bg-brown-1 .wishlist-inline-title,
.bg-primary .wishlist-inline-title {
    color: #505050;
}

.button_wishlist_custom {
    /*
    margin-top: -15px;
    margin-left: 10px;
    */
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px
}

.icon_wishlist_custom {
    border: none;
}

@media (max-width: 991px) {
    .icon_wishlist_custom {
        right: -30px !important;
    }
}




.listaSeleccionCustomAjax {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    min-height: 50px;
    min-width: 250px;
    margin: 0;
    padding: 0;
    letter-spacing: .05em;
    background: #ffffff;
    border: 1px solid #e1e1e1;
}

.select2-container {
    display: flex;
}

.rd-navbar-brand {
    cursor:pointer;
    width: 149px;
    height: 83px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
@media (max-width: 1168px) {
    .rd-navbar-brand {
        height: 50px;
        width: 74%;
    }
}

.google-map-container
{
    min-height:300px;
}
.product-figure .product-button{
    background-size:contain;
    background-position:50% 50%;
    cursor:pointer;
    background-repeat:no-repeat;
}