div[data-pp-message] {
   padding: 20px 0px 0px 0px;
}

.cms-id-13 #wrapper{
    padding-top:0px;
}
.cms-id-13 #wrapper .banner{
    display:flex;
}
.cms-id-13 .breadcrumb, .cms-id-13 .page-header{
	display:none;
}

body.cms-id-13 {
    font-family: var(--font_primary);
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.cms-id-13 .banner {
    background-image: url('/themes/roilabtheme/assets/img/tallas-anillos/anillos-tallas.jpg');
    background-size: cover;
    background-position: center;
    height: 350px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.cms-id-13 .banner h1 {
    margin: 0;
    font-size: 2.5rem;
    color: black;
}

.section-content{
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: space-between;
}

.cms-id-13 .left-column, .right-column {
    flex: 1;
    min-width: 300px;
    margin: 10px;
	display: flex;
	align-items: center;
}

.right-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cms-id-13 .scale-image {
    max-width: 100%;
    height: auto;
}

.cms-id-13 .right-column h2 {
    font-size: 2rem;
    margin-bottom: 40px;
}

.cms-id-13 .size-guide {
    padding: 20px;
    text-align: center;
}

.cms-id-13 .size-guide {
    font-size: 2rem;
    margin-bottom: 30px;
	text-align: center;
}

.cms-id-13 .size-guide table {
    width: 100%;
    border-collapse: collapse;
}

.cms-id-13 .size-guide table th, .size-guide table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.cms-id-13 .size-guide table th {
    background-color: #f2f2f2;
    text-align: center;
}

@media (max-width: 768px) {
    .cms-id-13 .banner h1 {
        font-size: 2rem;
    }
    .cms-id-13 .content {
        flex-direction: column;
    }
    .cms-id-13 .right-column h2 {
        font-size: 1.5rem;
    }
    .cms-id-13 .size-guide h2 {
        font-size: 1.5rem;
    }
}

.carousel .carousel-item .caption .caption-description span {
    font-size: 1.25rem;
    font-weight: 600;
}

.consulta_personalizada {
    background-color: #f4f4f4;
    margin-top: 1rem;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.consulta_personalizada .titulo_cp {
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 8px;
    font-size: 18px;
    color: #fb1493
}

.consulta_personalizada .subtitulo_cp {
    font-size: .85em
}

.consulta_personalizada .btn_cp span {
    color: #fb1493;
    background-color: #FFF;
    border: 1px solid #fb1493;
    font-weight: 700;
    padding: 10px 10px;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer
}

body#product .consulta_personalizada .material-icons {
    width: 20px;
    height: auto;
    margin-right: 5px
}

.guide-link {
    align-items: center;
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 12px;
}

.userinfo_header .icon-user-svg {
    width: 100%;
    height: 32px;
    vertical-align: middle;
    display: inline-block;
}
.blockcart_header .icon-cart-svg{
    width: 100%;
    height: 28px;
    vertical-align: middle;
    display: inline-block;
}
.rlwishlist_top .icon-wishlist-svg{
    width: 100%;
    height: 24px;
    vertical-align: middle;
    display: inline-block;
}
.rlwishlist_top .icon-wishlist-svg {
    fill: currentColor;
}

#products .product-price-and-shipping .prices_flex,
.featured-products .product-price-and-shipping .prices_flex,
.product-accessories .product-price-and-shipping .prices_flex,
.product-miniature .product-price-and-shipping .prices_flex {
    flex-direction: row;
    align-items: baseline;
    gap: 10px;
}
#products .product-price-and-shipping .regular-price,
.featured-products .product-price-and-shipping .regular-price,
.product-accessories .product-price-and-shipping .regular-price,
.product-miniature .product-price-and-shipping .regular-price {
    font-size: 18px;
    color: #999;
    text-decoration: none;
}
#products .product-price-and-shipping .regular-price .block-regular-price,
.featured-products .product-price-and-shipping .regular-price .block-regular-price,
.product-accessories .product-price-and-shipping .regular-price .block-regular-price,
.product-miniature .product-price-and-shipping .regular-price .block-regular-price {
    text-decoration: line-through;
    margin-left: 0px;
}

.product-miniature .product-flags li.product-flag.discount-percentage,
.product-miniature .product-flags li.product-flag.discount-amount,
.product-miniature .product-flags li.product-flag.discount {
    font-family: var(--font_primary);
    font-size: 19px;
    line-height: 23px;
    font-weight: 600;
    background: #1b1b1b !important;
    color: #fff;
    padding: 5px 15px;
    margin-left: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.thumbnail-container:hover .product-flags li.product-flag.discount-percentage,
.thumbnail-container:hover .product-flags li.product-flag.discount-amount,
.thumbnail-container:hover .product-flags li.product-flag.discount {
    opacity: 1;
}

.thumbnail-container .rlwishlist_hearth {
    visibility: visible !important;
}
.rlwishlist_hearth .fav_list {
    background-color: transparent !important;
    box-shadow: none !important;
}
.rlwishlist_hearth .fav_list.active svg path,
.rlwishlist_hearth .fav_list:hover svg path {
    fill: #000 !important;
}

.home-categories .elementor-inner-column {
    cursor: pointer;
    overflow: hidden;
}
.home-categories .elementor-inner-column .elementor-widget-image {
    overflow: hidden;
}
.home-categories .elementor-inner-column .elementor-widget-image img {
    transition: transform 0.4s ease, filter 0.4s ease;
}
.home-categories .elementor-inner-column:hover .elementor-widget-image img {
    transform: scale(1.06);
    filter: brightness(0.85);
}
.home-categories .elementor-inner-column .elementor-button {
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.home-categories .elementor-inner-column:hover .elementor-button {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

#header .header-top .header__flex {
    justify-content: flex-start;
    gap: 15px;
}

#header .header-top .header__flex .displayTopCenter {
    margin-left: auto;
    width: auto;
    min-width: auto;
    max-width: 500px;
    flex: 0 1 500px;
}

#header .header-top .header__flex .displayTop {
    margin-left: 0;
}

#header .header-top #search_widget {
    background-color: #f7f6f4;
    border-radius: 4px;
    overflow: hidden;
}

#header .header-top #search_widget form {
    width: 100%;
}

#header .header-top #search_widget form input {
    background-color: #f7f6f4!important;
    color: #000;
    width: 100%;
    border: none;
    border-bottom: none;
    border-radius: 4px;
}

#header .header-top #search_widget form input::placeholder {
    color: #000;
}

@media (max-width: 991px) {
    #header .header-top .header__flex {
        justify-content: flex-start;
        gap: 10px;
    }
    #header .header-top .header__flex .displayTopCenter {
        margin-left: auto;
        max-width: 350px;
        flex: 0 1 350px;
    }
    #header .header-top .header__flex.mobile {
        justify-content: flex-start;
        gap: 0;
    }
    #header .header-top .header__flex.mobile .displayTopCenter {
        margin-left: 0;
        width: calc(100% - 40px);
        max-width: none;
        flex: none;
    }
}

.copyright .footer-legal a {
    color: inherit;
    text-decoration: none;
}
.copyright .footer-legal a:hover {
    text-decoration: underline;
}
.copyright .footer-legal .sep {
    margin: 0 0.5rem;
}

@media (max-width: 991px) {
    .copyright .footer-legal {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px 16px;
        text-align: center;
    }
    .copyright .footer-legal .sep {
        display: none;
    }
}

.footer-container > .container > .row > .row.mb-4 + .row.mb-4 {
    margin-top: 1.5rem;
}

.footer-container .footer-links.small p,
.footer-container .footer-links.small li {
    margin-bottom: 0.15rem !important;
    line-height: 1.3;
}
#footer .footer-container .footer-links.small li a,
#footer .footer-container .footer-links.small li .item {
    line-height: 1.3;
}
.footer-container .footer-links.small a {
    line-height: 1.3;
}

@media (max-width: 991px) {
    .footer-container .row.mb-4 {
        display: flex;
        flex-wrap: wrap;
    }
    .footer-container .row.mb-4 > [class*="col-"] {
        float: none;
    }
    .footer-container .row.mb-4 > [class*="col-xs-"].mb-3 {
        margin-bottom: 20px;
    }
    .footer-container .row.mb-4:nth-child(2) > [class*="col-"]:nth-child(1) { order: 3; }
    .footer-container .row.mb-4:nth-child(2) > [class*="col-"]:nth-child(2) { order: 1; }
    .footer-container .row.mb-4:nth-child(2) > [class*="col-"]:nth-child(3) { order: 2; }
    .footer-container .row.mb-4:nth-child(2) > [class*="col-"]:nth-child(4) { order: 4; }
}

@media (max-width: 767px) {
    #header .header-top .header__flex {
        justify-content: flex-start;
        gap: 0;
    }
    #header .header-top .header__flex .displayTopCenter {
        margin-left: 0;
        width: calc(100% - 35px);
        max-width: none;
        flex: none;
    }
    #header .header-top .header__flex .displayTop {
        margin-left: 0;
    }
    #header .header-top .header__flex.mobile .displayTopCenter {
        margin-left: 16px;
        width: calc(100% - 40px);
    }
}

@media (min-width: 992px) {
    .lg-google-name h2.h3.title {
        font-size: 56px;
    }
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: none !important;
    width: 95% !important;
}

#wrapper .breadcrumb li:last-child span {
    font-weight: 500;
}

#header .subitems .item_viewall .db-sub-span {
    position: static;
    top: auto;
    left: auto;
    display: inline;
    white-space: nowrap;
    vertical-align: baseline;
    font-size: inherit;
    line-height: inherit;
    padding-left: 0;
}

#product-modal .modal-content .modal-body .arrows {
    z-index: 2;
    pointer-events: none;
    color: #000;
}

#product-modal .modal-content .modal-body .arrows i {
    pointer-events: auto;
}

.lk-faq {
    max-width: 900px;
    margin: 0 auto;
}
.lk-faq .lk-faq-intro {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #555;
}
.lk-faq .lk-faq-section {
    margin: 2.2rem 0 1rem;
    padding-bottom: .5rem;
    border-bottom: 2px solid #222;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.25rem;
    color: #222;
}
.lk-faq .lk-faq-section:first-of-type {
    margin-top: 0;
}
.lk-faq .lk-faq-item {
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    margin-bottom: .5rem;
    overflow: hidden;
}
.lk-faq .lk-faq-q {
    position: relative;
    margin: 0;
    padding: 1rem 2.75rem 1rem 1rem;
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.4;
    color: #222;
    cursor: pointer;
}
.lk-faq .lk-faq-q:hover {
    background: #fafafa;
}
.lk-faq .lk-faq-q::after {
    content: "+";
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    color: #888;
}
.lk-faq .lk-faq-item.is-open .lk-faq-q::after {
    content: "\2212";
}
.lk-faq .lk-faq-a {
    display: none;
    padding: 0 1rem 1rem;
    color: #444;
}
.lk-faq .lk-faq-item.is-open .lk-faq-a {
    display: block;
}
.lk-faq .lk-faq-a p {
    margin: 0 0 .75rem;
}
.lk-faq .lk-faq-a p:last-child {
    margin-bottom: 0;
}
.lk-faq .lk-faq-a ul {
    margin: 0 0 .75rem;
    padding-left: 1.4rem;
}
.lk-faq .lk-faq-a li {
    margin: .2rem 0;
}
.lk-faq .lk-faq-a a {
    color: #0a6ad6;
    text-decoration: underline;
}
.roi-product-sort {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.roi-product-sort--no-filter {
    justify-content: flex-end;
}
.roi-sort-wrapper {
    display: flex;
    align-items: center;
    gap: 2px;
}
.roi-sort-wrapper .roi-sort-icon {
    font-size: 20px;
    color: #000;
    flex-shrink: 0;
}
.roi-sort-wrapper .selectProductSort {
    font-family: "Futura PT", var(--font_primary), sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    border: none !important;
    background: none !important;
    color: #000 !important;
    padding: 0 !important;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: none !important;
    float: none !important;
    text-align: left !important;
}
