
/*
Theme Name: Conrad Roset
Author: dosgrapas
Author URI: http://www.dosgrapas.com
Version: 1.1.01
Text Domain: conrad
*/

/*------------------------------------------------  GENERAL ------------------------------------------------*/
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }

.secondary-cart .sidebar-container { background-color: #FFF !important; }
.secondary-cart .quantity-container { margin-top: 10px; } 
.secondary-cart .quantity-container input { border: none; width: 16px; padding: 0; text-align: center; margin: 0; }
.botiga-link { color: #2C3240; }
.botiga-link:hover { text-decoration: none; }

.return.header { position: inherit; margin-top: 70px; }
.return.header a { color: #AA8F55 !important; font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif; font-weight: 500; font-size: 14px; line-height: 18px; }
.return.header a:hover { text-decoration: none; }
.link.w--current { color: #000 !important; text-decoration: underline; }
.button.header-button { border: 1px solid #000 !important; background-color: #000 !important; color: #fff!important; line-height: 19px !important; }
.button.header-button:hover { border-style: solid !important; border-color: #967842 !important; background-color: #a0844b !important; }

.cart-verification-sidebar { transform: translateX(540px); width: 100%; max-width: 540px; position: fixed; top: 0; right: 0; height: 100%; position: fixed;
    overflow-y: scroll;
    overflow-x: hidden; z-index: 999999;
    background-color: #FFF; -webkit-transition: all 200ms ease; transition: all 200ms ease; }
.cart-verification-sidebar.show { display: block; transform: translateX(0); }
.cart-verification-sidebar .cart-sidebar, .cart-verification-sidebar .verification-sidebar { display: none; }
.cart-verification-sidebar.show.show-cart .cart-sidebar { display: block; }
.cart-verification-sidebar.show.show-verification .verification-sidebar { display: block; }
.cart-verification-sidebar .cart-dropdown__header { padding: 20px 20px 10px; text-align: right; }
.cart-verification-sidebar .cart-dropdown__header h4 { font-size: 20px; text-align: center; margin: 0; }
.cart-verification-sidebar .dropdown-cart-wrap { display: flex; padding: 20px 30px 20px; border-bottom: 1px solid #CCCCCC; }
.cart-verification-sidebar .dropdown-cart-wrap .dropdown-cart-left img { width: 100%; height: auto; }
.cart-verification-sidebar .dropdown-cart-wrap .dropdown-cart-right { width: 100%; padding: 0 0 0 24px; }
.cart-sidebar__background { display: none; background: rgba(44,50,64,0.8); position: fixed; top: 0; bottom: 0; left: 0; right: 0; z-index: 99999; }
.close-sidebar { cursor: pointer; }
.cart-title-container { border-bottom: 1px solid #CCCCCC; padding-bottom: 5px; padding-left: 0; }
.cart-title { font-family: var(--heading); font-size: 28px; line-height: 35px; font-weight: 400; color: #000; }
.sidebar-container { text-align: left; background-color: #f8f8f8; margin-top: 8px; padding: 0 30px; }
.sidebar-container .clear { clear: both; display: flex; align-items: center; justify-content: center; cursor: pointer;
width: 45px; }
.dropdown-cart-wrap.dropdown-cart-total { border-top: 1px solid #CCCCCC; border-bottom: none; }
.dropdown-cart-total .dropdown-cart-left h6 { font-family: var(--heading); font-size: 21px; line-height: 25px; font-weight: 400; color: #363636; margin: 0; }
.sidebar-container .clear a.remove { width: 32px !important; height: 32px !important; color: transparent !important; background-image: url('images/remove-item.svg'); }
.sidebar-container .clear a.remove:hover { background-image: url('images/remove-item.svg') !important; color: transparent !important; }
.dropdown-cart-wrap.shipping { border-top: 1px solid #CCCCCC; border-bottom: none; display: block !important; }
.dropdown-cart-wrap.shipping h4 { font-family: var(--base); font-size: 15px; line-height: 20px; font-weight: 700; color: #363636; margin: 0 0 6px; }
.dropdown-cart-wrap.shipping p { font-family: var(--base); font-size: 14px; line-height: 21px; font-weight: 400; color: #363636; margin: 0 0 2px; }
.dropdown-cart-wrap.shipping p.small { color: #9c9c9c; }
.dropdown-cart-left { width: 30%; }
.dropdown-cart-right h5, .dropdown-cart-left h6 { font-family: var(--heading); font-size: 17px; line-height: 22px; font-weight: 400; color: #000; margin: 0 0 5px; text-transform: uppercase; }
.dropdown-cart-right p, .dropdown-cart-right .quantity { font-family: var(--heading); font-size: 17px; line-height: 22px; font-weight: 400; color: #aeaeae; margin: 0 0 5px; }
.dropdown-cart-right .woocommerce-Price-amount { font-family: var(--heading); font-size: 17px; line-height: 22px; font-weight: 400; color: #7F8C8D; }
.dropdown-cart-subtotal .dropdown-cart-right, .dropdown-cart-shipping .dropdown-cart-right, .dropdown-cart-total .dropdown-cart-right { text-align: right; }
.dropdown-cart-subtotal .dropdown-cart-right p, .dropdown-cart-shipping .dropdown-cart-right p { color: #2C3240; }
.dropdown-cart-wrap.dropdown-cart-subtotal { border-bottom: none; border-top: 1px solid #CCCCCC; }
.dropdown-cart-wrap.dropdown-cart-shipping { padding-top: 0; border-bottom: none; padding-bottom: 10px; }
.spinner-cart__container { position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: none; align-items: center; justify-content: center; }
.quantity-less, .quantity-more { width: 22px; opacity: 0.9; cursor: pointer; }
.cart-sidebar .checkout-button { border-radius: 0 !important; font-family: var(--heading);
    font-size: 23px; line-height: 28px; font-weight: 400; padding: 35px 65px; margin-top: 0; background-color: #000 !important; -webkit-transition: all 200ms ease;
    transition: all 200ms ease; background-image: url('images/submit.svg'); background-repeat: no-repeat; background-position: bottom 50% right 32px; text-transform: uppercase; 
    text-decoration: none; width: 100%; display: block; text-align: center; color: #FFF; }
.cart-sidebar .checkout-button:hover { background-color: var(--grey) !important; }
.cart-verification-sidebar .sidebar-top .dropdown-cart-wrap { padding: 20px 0  18px; }
.sidebar-top { overflow: scroll; }
.dropdown-cart-wrap.dropdown-cart-total .dropdown-cart-right p { font-family: var(--heading); font-size: 24px !important;
    line-height: 28px !important; font-weight: 400 !important; color: #363636 !important; margin: 0 !important; }
.product a { text-decoration: none; }
.cart_alert { border: 1px solid red; margin: 20px 0 0; padding: 8px 15px; }
.cart_alert-p { color: red; font-size: 14px; line-height: 18px; margin: 0; }

@media (min-width: 768px) {
  .sidebar-container { height: calc(100vh - 73px); position: relative; }
  .sidebar-top { height: calc(100vh - 375px); }
  .sidebar-bottom { position: fixed; bottom: 0; left: 0; right: 0; background-color: #FFF; }
}

@media (max-width: 767px) {
  .cart-verification-sidebar { min-height: calc(100vh + 56px) !important; }
  .button.header-button.w-inline-block { display: none !important; }
  .dropdown-cart-wrap.shipping { border-top: none; }
  .cart-verification-sidebar .dropdown-cart-wrap { padding: 20px 0; }
  .cart-sidebar .checkout-button { padding: 16px 20px; font-size: 16px; line-height: 20px; }
}

@media (max-width: 767px){
    .cart-verification-sidebar .dropdown-cart-wrap { padding: 14px 20px; }
    .cart-verification-sidebar { min-height: 0 !important; } 
    .sidebar-container { height: calc(100vh - 73px); position: relative; margin-top: 0; padding: 0 20px; }
    .sidebar-top { height: calc(100vh - 285px); }
    .sidebar-bottom { position: fixed; bottom: 0; left: 0; right: 0; background-color: #FFF; }
    .cart-title { font-size: 22px; line-height: 26px; }
    .cart-title-container { padding-bottom:0; padding-left: 0; }
    .dropdown-cart-left { display: none; }
    .cart-verification-sidebar .dropdown-cart-wrap .dropdown-cart-right { padding: 0; } 
    .dropdown-cart-right h5, .dropdown-cart-left h6, .dropdown-cart-right .woocommerce-Price-amount { font-size: 14px; line-height: 17px; margin: 0; }
    .secondary-cart .quantity-container { margin-top: 5px; }
    .cart-verification-sidebar .sidebar-top .dropdown-cart-wrap { padding: 12px 0  11px; }
    .dropdown-cart-wrap.dropdown-cart-total .dropdown-cart-right p { font-size: 20px !important; line-height: 24px !important; }
    .dropdown-cart-wrap.shipping p { line-height: 18px; }
}

/*-------------------------------------------------  HEADER -------------------------------------------------*/
body.single-art .item-461, body.single-comissioned .item-464, body.single-product .item-466 { border-bottom-color: var(--grey); color: var(--grey); }

/*-------------------------------------------------  HOME -------------------------------------------------*/
body.home header { position: absolute; left: 0; right: 0; }
body.home .home-slider .w-slider-arrow-left, body.home .home-slider .w-slider-arrow-right, .slider-block_slider .w-slider-arrow-left, .slider-block_slider .w-slider-arrow-right { font-size: 30px; }
body.home .home-slider .w-slider-arrow-left, .slider-block_slider .w-slider-arrow-left { transform: translateX(-50px); }
body.home .home-slider .w-slider-arrow-right, .slider-block_slider .w-slider-arrow-right { transform: translateX(50px); }
body.home .home-slider:hover .w-slider-arrow-left, body.home .home-slider:hover .w-slider-arrow-right, .slider-block_slider:hover .w-slider-arrow-left, .slider-block_slider:hover .w-slider-arrow-right { transform: translateX(0px); }
body.home .home-slider .w-slider-nav { display: none; }
.video-background iframe { width: 100vw; height: 56.25vw; min-height: 100vh; min-width: 177.77vh; position: absolute;
  top: 50%; left: 50%; transform: translate(-50%, -50%); }
body.home .footer_columns { border-top: none; }

@media (min-width: 1920px ){
    body.home .home-slider .w-slider-arrow-left, body.home .home-slider .w-slider-arrow-right { font-size: 40px; }
}

/*------------------------------------------------- ART -------------------------------------------------*/
.art_element:hover .art_image, .masonry-item:hover .masonry-image { opacity: 0.7; }

/*------------------------------------------------ SINGLE -----------------------------------------------*/
.text-block strong, .data-grid_element strong { color: #000; }
.slider-block_slider .w-slider-dot { margin-left: 5px !important; margin-right: 5px !important; background-color: var(--grey); opacity: 0.65; }
.slider-block_slider .w-slider-dot.w-active { opacity: 1; background-color: #FFF; }
.blocks .text-block h2, .blocks .text-block h3 { font-family: var(--heading); color: var(--black); margin-top: 0; margin-bottom: 15px; font-size: 24px; font-weight: 400;
    line-height: 32px; }
.blocks .text-block ul { padding-left: 18px; }
.blocks .text-block li { font-family: var(--base); color: var(--grey); margin-bottom: 0; font-size: 18px; font-weight: 400;
    line-height: 26px; }
.data-grid_p-container { margin-top: 2px; }
.data-grid_p-container p { margin-bottom: 0; line-height: 22px; }
.text-block div p:last-child { margin-bottom: 0 !important; }

@media screen and (min-width: 1920px){
    .blocks .text-block h2, .blocks .text-block h3 { margin-bottom: 17px; font-size: 28px; line-height: 36px; }
    .blocks .text-block li { font-size: 22px; line-height: 30px; }
    .data-grid_p-container p { margin-bottom: 1px; }
}

@media screen and (max-width: 767px){
    .blocks .text-block h2, .blocks .text-block h3 { margin-bottom: 15px; font-size: 23px; line-height: 31px; }
    .blocks .text-block li { font-size: 17px; line-height: 25px; }
}

@media screen and (max-width: 479px){
    .blocks .text-block h2, .blocks .text-block h3 { font-size: 22px; line-height: 30px; }
}

/*------------------------------------------------ ABOUT -----------------------------------------------*/
.about_sections .about_section a { text-decoration: none; color: var(--grey); }
.about_sections .about_section a:hover { color: #000; }
.about_column-left .padding-global { padding: 0 !important; }
.about_column-left blockquote { margin-top: 30px; margin-bottom: 35px; }
.about_column-left .slider-block { margin-bottom: 25px; }

@media screen and (min-width: 1920px) {
    .about_column-left blockquote { margin-top: 35px; margin-bottom: 40px; }
    .about_column-left .slider-block { margin-bottom: 40px; }
}

/*------------------------------------------- TIENDA ------------------------------------------- */
body.page-template-page-categorias-tienda, body.page-template-page-categorias-tienda #main-wrapper.hb-stretched-layout { background-color: #FFF; }
.shop-title { font-weight: 500; }
.shop-subtitle p { margin-bottom: 0; }
.page-id-10 h2, .page-template-page-blog-fullwidth-prensa h2, .page-template-page-marcas h2 { text-align: center; font-size: 17px; line-height: 25px; 
    max-width: 850px; margin: 0 auto; }
.spinner-container { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; background-color: rgba(255, 255, 255, 0.6); 
    display: none; align-items: start; justify-content: center; z-index: 1; }
body.loading-ajax .spinner-container { display: flex; }
.spinner-container img { width: inherit; margin-top: calc(50vh - 360px); }
.shop-filters_category, p.dropdown_link { cursor: pointer; }
.dropdown_link.active { padding: 0; }
p.dropdown_link { margin: 0; }
.woocommerce-loop-product__title { text-transform: uppercase; }
.woo-cats { display: none; }
.woo-cats p { display: inline-block; margin: 0 10px 0 0; }
.woocommerce-loop-product__title { margin-bottom: 3px; }
span.out-of-stock-badge, body.woocommerce span.onsale { background: #da4c26; color: #fff; text-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    white-space: nowrap; overflow: hidden; position: absolute; text-align: center; padding: 4px; width: 120px; min-width: auto!important;
    height: 26px!important; min-height: 26px!important; max-height: 26px!important; margin: 0!important; border-radius: 0; left: -31px!important;
    top: 16px!important; z-index: 99; text-transform: uppercase; font-size: 12px; line-height: 28px; font-weight: 700; letter-spacing: .5px;
    letter-spacing: normal; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);
    -webkit-box-sizing: content-box; box-sizing: content-box; }
body.woocommerce span.onsale { background-color: #deb887; }
.product-element .price, .single-product.woocommerce .related.products .product-element .price { color: #7F8C8D !important; margin-top: 0 !important; margin-bottom: 2px !important; font-family: var(--base);
    font-size: 16px !important; font-weight: 400 !important; line-height: 20px !important; }
.product-element .price span { margin-right: 8px; }
.product-element .product-element_image-container { margin-bottom: 20px; }
.product-element .product-element_image-container img { transition: all .2s ease; }
.product-element:hover .product-element_image-container img { transform: scale(1.1); }
.pagination { clear: both; width: 100%; text-align: center; margin-top: 50px; }
.pagination ul { padding: 0; }
.pagination ul li { list-style: none; display: inline-block; margin: 0 2px !Important; }
.pagination ul li p { cursor: pointer; text-decoration: none !important; color: #FFF !important; background-color: #c6c6c6;
    font-family: 'Open Sans', sans-serif !important; font-size: 20px !important; line-height: 29px !important; font-weight: 300; padding: 1px 9px; }
.pagination ul li p:hover, .pagination ul li p.active { background-color: #4b4b4b; }
.shop-filters.term-filters { justify-content: space-between; }
.section_shop-header.is-image h1, .section_shop-header.is-image .shop-subtitle, .section_shop-header.is-color h1, .section_shop-header.is-color .shop-subtitle { color: #FFF; }
.shop-filters { min-height: 35px; margin-bottom: 30px; }
body.post-type-archive-product .section_archive { margin-bottom: 0; }

@media (min-width: 1440px){
    .product-element.col-3 .product-element_image-container { margin-bottom: 20px; }
    .product-element.col-3 .woocommerce-loop-product__title { font-size: 18px; line-height: 22px; }
    .product-element.col-3 .woo-cats, .product-element.col-3 .price { font-size: 16px; line-height: 24px; }
}

@media (max-width: 767px){
    .product-element .product-element_image-container { margin-bottom: 15px; }
}

/*------------------------------------------- TIENDA - CATEGORIAS ------------------------------------------- */
.shop-subtitle p { text-align: center !important; }
.page-description p { text-align: center !important; }
.archive .woocommerce-products-header { text-align: center; }
.term-description { margin: 0 auto 50px auto; max-width: 870px; }
.term-description p { text-align: center !important; font-size: 18px; line-height: 28px; }
.hb-woo-product-details h3, .single.single-product h1.hb-heading { text-transform: uppercase; }
.archive .woocommerce nav.woocommerce-pagination { margin: 30px 0 20px !important; }

.archive #main-content .container { max-width: 1500px !important; }
.archive #main-content .container .hb-separator-extra.shop-separator { padding: 0;clear: both; }
.archive #main-content .container .hb-main-content, .archive #main-content .container .hb-sidebar { width: 100% !important; border: none !important }
.archive #main-content .container .hb-main-content { padding-right: 0 !important; }
.archive #main-content .container .hb-sidebar { padding-left: 0 !important; border: none !important; }
.archive #main-content .container .row { clear: both; }
/*--.archive #main-content .container .row.products .clear { display: none; } */
.archive #main-content .container .hb-sidebar { max-width: 800px !important; margin-left: auto; margin-right: auto; display: none; }

.footer-woocommerce { max-width: 1500px !important; margin: 60px auto 130px; padding-left: 50px; padding-right: 50px; }
.footer-woocommerce ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.footer-woocommerce ul li { width: 30%; }
.footer-woocommerce ul .product-categories { flex-direction: column; border-top: 1px solid #CCC; }
.footer-woocommerce ul .product-categories li { width: 100%; padding: 6px 0; border-bottom: 1px solid #CCC; }
.footer-woocommerce .woocommerce-product-search button[type=submit] { margin: 0; height: 40px !important; }
.footer-woocommerce .woocommerce-mini-cart-item { width: 100%; }
.woocommerce div.product div.images.woocommerce-product-gallery { opacity: 1 !important; }

.archive .products.clearfix::before { display: none !important; }

@media (min-width: 1280px){
    /*-.archive #main-content .container .row.products .col-3:nth-child(4n+1) { clear: both; }-- */
    .archive .products .product { width: 23.1% !important; }
}

@media (max-width: 1279px){
    .archive #main-content .container .row.products .col-3 { width: 31.33% !important; }
    /*-.archive #main-content .container .row.products .col-3:nth-of-class(3n+1) { clear: both; }-- */
}

@media (max-width: 991px){
    .archive #main-content .container .row.products .col-3 { width: 30.33% !important; }
}

@media (max-width: 900px){
    .archive #main-content .container .row.products .col-3 { width: 48% !important; }
    /*-.archive #main-content .container .row.products .col-3:nth-of-class(2n+1) { clear: both; }-- */
}

@media (max-width: 767px){
    .archive #main-content .container .row.products .col-3 { width: 47.5% !important; }
    .term-description p { text-align: center !important; font-size: 15px; line-height: 25px; }
}

@media (max-width: 480px){
    .archive #main-content .container .row.products .col-3 { width: 100% !important; }
}

/*---------------------------------------------- CART --------------------------------------------- */
.woocommerce-cart .cart_totals p.woocommerce-shipping-destination { display: none !important; }

/*------------------------------------------- SINGLE PRODUCT ------------------------------------------- */
.woocommerce div.product p.stock.out-of-stock { text-align: left !important; }
.single-product.woocommerce div.product .out-of-stock { background-color: #ca6449; width: fit-content; color: white; font-weight: 700;
    padding: 0 15px; margin-top: 8px; }
.woocommerce-product-details__short-description, .woocommerce-product-details__short-description p { text-align: justify !important; }
.single-product table.variations label { display: none; }
.woocommerce-product-details__short-description a { color: #000; }
.single-product.woocommerce div.product form.cart .variations { margin-bottom: 0; margin-right: 20px; }
.envios-habiles { background-color: rgba(0,0,0,.1); border-radius: 5px; padding: 12px 15px 11px 13px; font-size: 14px; margin: 30px 0; }
.envios-habiles p { font-family: var(--heading); margin: 0; } 
.envios-habiles p span { margin-right: 10px; }
body.single-product.woocommerce div.product .out-of-stock { background-color: #da4c26; font-family: var(--heading); font-size: 18px;
    line-height: 27px; font-weight: 400; color: #FFF; padding: 6px 18px; border-radius: 5px; }
body.single-product .bc-contact-btn.button { font-family: var(--heading); font-size: 16px; line-height: 25px; font-weight: 400; color: #000 !important;
    border: 1px solid #000; background-color: transparent !important; margin-top: 20px; transition: all 0.2s ease; text-transform: uppercase; }
/*-body.single-product .bc-contact-btn.button:hover { background-color: #333333 !important; color: #FFF !important; }--*/
body.single-product .related.products h2 { margin-bottom: 30px !important; }
body.single-product .related.products .products { width: 100%; grid-column-gap: 2.5% !important; grid-row-gap: 2.5% !important; }
body.single-product .related.products .products .product-element { width: 23.12% !important; }

@media (max-width: 1100px){ 
    body.single-product .related.products .products { grid-column-gap: 5% !important; grid-row-gap: 5% !important; }
    body.single-product .related.products .products .product-element { width: 47.5% !important; }
}

@media (max-width: 1100px){ 
    .single-product main .product { padding: 0 30px !important; }
}

@media (max-width: 767px){
    .envios-habiles { margin: 20px 0; }
    .single-product form.variations_form.cart { display: flex !important; flex-direction: column; align-items: start; gap: 15px; margin-top: 15px; }
}

@media (max-width: 479px){ 
    .single-product main .product { padding: 0 25px !important; }
    body.single-product .related.products .products { grid-column-gap: 0% !important; grid-row-gap: 0% !important; }
    body.single-product .related.products .products .product-element { width: 100% !important; }
}


/*----------------------------------------------  SINGLE PRODUCT ---------------------------------------------*/
.single_variation_wrap .price { display: none !important; }
.return-link, .single-product h1.product_title, .single-product div.product p.price, .single-product.woocommerce .text-resum-producte p, body.single-product .related.products h2 { font-family: var(--heading); }
.single-product div.product p.price, .woocommerce div.product p.price, .woocommerce div.product span.price { color:#7F8C8D !important; } /* - Blue - */
.single-product.woocommerce button.single_add_to_cart_button.button:hover { background-color: var(--grey) } 
.single-product h1.product_title, .single-product.woocommerce .text-resum-producte p, .single-product.woocommerce div.product form.cart .variations label, 
.number-label, .contenido-row p, .contenido-row figcaption, .single-product.woocommerce .text-resum-producte li, body.single-product .related.products h2 { color: #000; } /* - Dark blue - */
.single-product.woocommerce button.single_add_to_cart_button.button { font-family: var(--base); background-color: #333333; } /* - Dark blue background - */
.single-product main .product { width: 100%; margin: 0 auto; padding: 0 40px; max-width: 1340px; }
.return-link { font-size: 15px; line-height: 23px; color: #5E6685; text-decoration: none; transition: 0.2s; }
.return-link:hover { color: #000; }
#wooswipe .wooswipe-popup.wooswipe-mainimagepopup { top: 0 !important; right: 0 !important; width: 100% !important; height: 100% !important; }
#wooswipe .wooswipe-popup.wooswipe-mainimagepopup svg { display: none; }
.single-product.woocommerce h1.product_title, body.single-product .related.products h2 { font-family: var(--heading); font-weight: 400; color: #000; text-transform: uppercase; margin: 0 0 5px; }
.single-product.woocommerce h1.product_title { font-size: 28px; line-height: 34px; }
body.single-product .related.products h2 { font-size: 24px; line-height: 30px; }
.single-product.woocommerce div.product p.price, .single-product.woocommerce div.product p.price bdi { font-family: var(--heading); font-size: 28px; line-height: 34px; font-weight: 400; color: var(--grey); margin: 0; }
.single-product.woocommerce .woocommerce-product-details__short-description { margin-top: 30px; }
.single-product.woocommerce .woocommerce-product-details__short-description p, .single-product.woocommerce .woocommerce-product-details__short-description li { font-family: var(--base); font-size: 18px; line-height: 27px; font-weight: 400; color: var(--grey); }
.single-product.woocommerce .woocommerce-product-details__short-description ol { margin: 25px 0; }
.single-product.woocommerce .text-resum-producte { margin-top: 20px; }
.single-product.woocommerce .text-resum-producte p, .single-product.woocommerce .text-resum-producte li, .contenido-row p { font-size: 15px; line-height: 24px; font-weight: 400; margin-bottom: 15px; }
.single-product.woocommerce .text-resum-producte p strong { font-weight: 600; }
.single-product.woocommerce div.product form.cart .variations tr { display: flex; flex-direction: column; }
.single-product.woocommerce .variations { max-width: 200px; margin-right: 40px; }
.single-product.woocommerce .variations tbody { display: flex; flex-direction: column; gap: 8px; }
.single-product.woocommerce .variations select, .dedicatoria-field__container input { border: 1px solid #CACFE4; border-radius: 5px; padding: 8px 32px 8px 12px; font-size: 15px; line-height: 20px; -webkit-appearance: none; 
  background-image: url('images/select-idioma.svg'); background-repeat: no-repeat; background-position: 95% center; width: 100%; }
.reset_variations { display: none !important; }
.woocommerce div.product form.cart { margin: 30px 0 0; display: flex; }
.single-product.woocommerce button.single_add_to_cart_button.button { font-size: 18px; line-height: 22px; padding: 10px 25px; }
.number-label { margin-bottom: 0; }
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled { background-color: #000 !important; }
.single-product.woocommerce div.product { overflow: hidden; }
.single-product.woocommerce .onsale { display: none; }
.single-product.woocommerce .price ins { text-decoration: none; font-weight: 400 !important; }
body.single-product .summary.entry-summary .stock.in-stock { display: none; }

@media (max-width: 767px){
    .single-product.woocommerce h1.product_title { font-size: 25px; line-height: 29px; }
    body.single-product .related.products h2 { font-size: 22px; line-height: 26px; }
    .single-product.woocommerce div.product p.price, .single-product.woocommerce div.product p.price bdi { font-size: 20px; line-height: 22px; }
    .single-product main .product { margin: 0 auto; }
    .related.products ul a:nth-child(3), .related.products ul a:nth-child(4) { display: none; }
}

@media (max-width: 479px){
    .woocommerce div.product div.images { margin-bottom: 0 !important; }
    .single-product.woocommerce h1.product_title { font-size: 20px; line-height: 24px; }
    body.single-product .related.products h2 { font-size: 18px; line-height: 22px; }
    .single-product.woocommerce div.product p.price, .single-product.woocommerce div.product p.price bdi { font-size: 18px; line-height: 20px; }
    .woocommerce div.product form.cart { display: block !important; }
    .woocommerce div.product form.cart { margin: 20px 0 0; }
    .woocommerce.single-product form.cart.variations_form { display: flex !important; }
    .single-product.woocommerce .variations { max-width: 220px !important; }
}

/* ---- Images ---- */
button.wooswipe-next.slick-arrow { background-image: url('images/next-elbulli.svg') !important; width:30px; height:30px; background-position: center !important;
    background-size: contain !important; }
button.wooswipe-prev.slick-arrow { background-image: url('images/prev-elbulli.svg') !important; width:30px; height:30px; background-position: center !important;
    background-size: contain !important; }
button.wooswipe-next.slick-arrow:hover { background-image: url('images/next-elbulli.svg') !important; background-position: center !important;
    background-size: contain !important; }
button.wooswipe-prev.slick-arrow:hover { background-image: url('images/prev-elbulli.svg') !important; background-position: center !important;
    background-size: contain !important; }
button.wooswipe-next.slick-arrow svg, button.wooswipe-prev.slick-arrow svg { display: none; }

@media (max-width: 767px){
    .single-product .single-product-main-image-wrap .slick-list { margin: 0; }
    .single-product-main-image button.wooswipe-prev.slick-arrow { left: 10px !important; }
    .single-product-main-image button.wooswipe-next.slick-arrow { right: 10px !important; }
}

/* --- Dedicatoria --- */
.dedicatoria-field__container { margin-top: 30px; }
.dedicatoria-field__container label { color: #0E173A; margin-bottom: 5px; }
.dedicatoria-field__container p { color: #0E173A; font-weight: 300; font-size: 13px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;  }
.dedicatoria-field__container input { background-image: none; }
.cart-sidebar .cart-dropdown-inner .variation { display: none; }
@media (max-width: 767px){
    .cart-sidebar .cart-dropdown-inner .dedicatoria { font-size: 14px; line-height: 17px; }
}

/* --- Price --- */
.preusvariations.only1 { display: block !important; } 

/* --- Quantity --- */
.single-product.woocommerce div.quantity { margin-top: 5px !important; }
.single-product.woocommerce .quantity input[type=button] { display: none; }
.single-product .quantity-nav { width: 85px; }
.single-product .quantity-button { width: 30px; height: 30px; font-size: 20px; }
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.single-product .quantity input { -webkit-appearance: none; -moz-appearance: none; appearance: none; padding-left: 30px !important; padding-right: 30px !important;
    width: 85px !important; height: 27px; font-family: var(--heading);
    font-size: 16px !important; line-height: 16px !important; font-weight: 400 !important; color: var(--grey); border: none !important;}
.single-product form.cart { display: flex; align-items: center; }
.quantity-nav { position: absolute; width: 75px; top: 2px; }
.quantity-button { border-radius: 20px; }
.quantity-button.quantity-up { position: absolute; right: 0; color: #818181; background-color: #ebebeb; justify-content: center; align-items: center; margin-left: 0;
    padding-top: 0px; display: flex; }
.quantity-button.quantity-down { position: absolute; left: 0; color: #818181; background-color: #ebebeb; justify-content: center; align-items: center;
    margin-left: 0; padding-bottom: 2px; display: flex; }
.quantity-button.quantity-up:hover, .quantity-button.quantity-down:hover { cursor: pointer; }

/* --- Autores --- */
#autores { clear: both; }
#autores .product.index { padding: 1px 25px 0; }
.autores-row { display: flex; flex-wrap: wrap; margin-top: 30px; }
.autores-row div.col-md-6 { width: 30.66%; margin-right: 4%; margin-bottom: 50px; }
.autores-row div.col-md-6:nth-child(3n+0) { margin-right:0; }
.autores-row div.col-md-6 img { width: 100%; height: auto; margin-bottom: 10px; }
.autores-row div.col-md-6 p { font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif; color: #0E173A; font-size: 15px; line-height: 23px; font-weight: 300; }

@media (max-width: 767px){ 
    #autores .product.index { padding: 1px 0 0; }
    .autores-row div.col-md-6 { width: 100%; margin-right: 0; }
}



/* --- TABS --- */
#tabsproducte { margin-top: 85px; margin-bottom: 40px; padding: 30px 25px 0; clear: both; }
#tabsproducte .tab { overflow: hidden; transition: none; border-bottom: 1px solid #CACFE4; }
#tabsproducte .tab button { float: left; border: none; outline: none; cursor: pointer; background-color: transparent;
    padding: 5px 0; transition: none; font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif; font-style: normal;
    font-size: 20px; line-height: 26px; font-weight: 600; color: #5E6685; margin-right: 40px; border-bottom: 3px solid #FFF; transition: 0.2s; }
#tabsproducte .tab button:hover, #tabsproducte .tab button.active { color: #0E173A; font-weight: 600; border-bottom: 3px solid #0E173A; }
 #tabsproducte .tab button.active { font-weight: 600 !important; }
#tabsproducte .tabcontent { display: none; padding: 35px 0px; background-color: #FFF; overflow: hidden;}
.cita-review { display: block; overflow: hidden; clear: both; padding-bottom: 15px; }
.cita-review img {-webkit-filter: grayscale(100%); filter: grayscale(100%);}
.cita-review div:nth-child(2) { padding-left: 40px; }
#libro.tabcontent { display:flex; justify-content: space-between; }
.images-acerca-libro { width: 35%; }
.text-acerca-libro { width: 58%; }
.text-acerca-libro p { margin: 0; color: #0E173A; }
.index_introduction { text-align: center; padding: 20px 0 40px; }
.index_introduction p { font-size: 20px; line-height: 24px; color: #0E173A; font-weight: 300; font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif; }
.indice_element { overflow: hidden; padding: 30px 0 40px; }
.indice_element .text-acerca-libro { padding-left: 45px; }
.indice_element .text-acerca-libro h4 { font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif; font-size: 16px; line-height: 19px; font-weight: bold; color: #2093FF; margin-bottom: 10px; }
.indice_element .text-acerca-libro h3 { font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif; font-size: 21px; line-height: 25px; font-weight: bold; color: #0E173A; margin-bottom: 15px; margin-top: 10px; }
.indice_element .text-acerca-libro p { line-height: 19px; }
.link_readmore { padding-top: 20px; clear: both; display: block; }
.link_readmore { font-weight: normal; }
.link_readmore:hover { color: #00d86c; }
.excerpt-cont { font-size: 16px; line-height: 24px; color: #0E173A; font-weight: normal; }
.indice_element:hover .link_readmore { color: #2093FF; }
.indice_element:hover img { opacity: 0.8; }
#indice.tabcontent { justify-content: center; }
.indice_element {  display: flex; justify-content: space-between; border-top: 1px solid #CACFE4; }
#indice a { text-decoration: none; }
#indice .images-acerca-libro { width: 41%; }
#reviews.tabcontent { flex-direction: column; padding: 45px 0px 35px; }
.reviews-imatge { width: 200px; }
.reviews-text { width: calc(100% - 300px); }
.reviews-text p { color: #0E173A; font-size: 17px; line-height: 24px; font-style: italic; }
.reviews-text p.autor { font-style: normal; font-size: 15px; line-height: 22px; }
.cita-review { display: flex; flex-wrap: wrap; overflow: hidden; clear: both; padding-bottom: 15px; }
.cita-review img {-webkit-filter: grayscale(100%); filter: grayscale(100%);}
.cita-review div:nth-child(2) { padding-left: 40px; }
.cita-review blockquote { border-left: 5px solid #2093FF; padding: 10px 25px; }

@media (max-width: 767px){ 
    #tabsproducte { padding: 0; }
    .indice_element { display: block; }
    .indice_element .text-acerca-libro { padding: 10px 0; } 
    #indice .images-acerca-libro, #indice .text-acerca-libro { width: 100%; }
    .reviews-imatge { display: none; }
    .reviews-text { width: 100%; }
    .cita-review div:nth-child(2) { padding-left: 20px; }
    .reviews-text p { font-size: 15px; line-height: 22px; }
    .reviews-text p.autor { font-size: 14px; line-height: 20px; }
}

@media (max-width: 650px){ 
    #libro.tabcontent {  display: block;  }
    .images-acerca-libro, .text-acerca-libro {  width: 100%; }
    .images-acerca-libro { margin-bottom: 20px; }
    .index_introduction p { font-size: 17px; line-height: 22px; }
    .indice_element .text-acerca-libro {  padding:0; }
    .excerpt-cont { font-size: 14px; line-height: 20px; }
    .indice_element .text-acerca-libro h3 { font-size: 17px; line-height: 22px; margin-top: 5px; margin-bottom: 10px; }
    .indice_element .text-acerca-libro h4 { font-size: 14px; line-height: 17px; margin-bottom: 5px; }
    #tabsproducte .tab button { font-size: 17px; line-height: 22px; margin-right: 25px; }
}

/* --- Contenido --- */
#contenido { clear: both; padding-top: 15px; margin-bottom: 60px; }
.contenido-row { display: flex; flex-wrap: wrap; align-items: start; justify-content: space-between; margin: 35px 0 40px; }
.contenido-row .col-lg-4 { width: 35%; }
.contenido-row .col-lg-8 { width: 60%; }
.contenido-row p { font-weight: 400 !important; margin-bottom: 15px; }
#citas-container .wp-caption { width: 100% !important; }
.contenido-row figcaption { text-align: left; margin-top: 8px; font-size: 13px; line-height: 18px; }

@media (max-width: 767px){ 
  #contenido .product { padding: 0; } 
  .contenido-row .col-lg-4, .contenido-row .col-lg-8 { width: 100%; }
  .contenido-row .col-lg-4 { margin-bottom: 15px; }
}

/* --- Related --- */
.up-sells.upsells.products { display: none; }
.related.products { clear:both; padding: 40px 0 0;  }
.related.products .products.columns-4 { display: flex; padding: 0; margin: 0; }
.related.products .products.columns-4 .product-image__container { margin-bottom: 15px; }
.related.products .products.columns-4 a:first-child { padding-left: 0; }
.related.products .price { font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 13px !important; font-weight: 500; line-height: 17px !important; margin: 0 !important; }
.related.products .product { padding: 0 60px 0 0; margin-top: 25px !important; margin: 0; }

/*----------------------------------------------  CART ---------------------------------------------*/
.woocommerce-page .woocommerce { width: 100%; max-width: 1000px; padding: 90px 40px 100px; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
      font-size: 17px; line-height: 20px; }
.woocommerce-cart.woocommerce-page .woocommerce { margin: 100px auto 0; }
.woocommerce table.shop_table { border-radius: 0 !important; }
.checkout-button, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .checkout_coupon .button.wp-element-button { background-color: #0e173a !important; transition: 0.2s; }
.checkout-button:hover, .woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover, .checkout_coupon .button.wp-element-button:hover { background-color: #0084ff !important; }
.checkout_coupon .button.wp-element-button { color: #FFF !important; }
.woocommerce-cart .cart_totals h2 { font-size: 24px; line-height: 28px; margin-bottom: 15px; margin-top: 30px; }
.woocommerce-cart table td, .woocommerce-cart table th { padding-top: 15px !important; padding-bottom: 15px !important; }
.woocommerce-cart .cart_totals table.shop_table tr.cart-subtotal td { border-top: 0 !important; }
.woocommerce-cart .cart_totals table.shop_table tr.shipping td, .woocommerce-cart .cart_totals table.shop_table tr.order-total td { border-top: 1px solid #ebe9eb !important; }
.sidebar-top::-webkit-scrollbar { display: none; } 
.sidebar-top { -ms-overflow-style: none; scrollbar-width: none; }

@media screen and (max-width: 991px){
  .woocommerce-page .woocommerce { padding-right: 35px; padding-left: 35px; }
}

@media screen and (max-width: 767px){
  .woocommerce-page .woocommerce { padding-right: 30px; padding-left: 30px; font-size: 15px; line-height: 18px; }
}

@media screen and (max-width: 479px){ 
  .woocommerce-page .woocommerce { padding-right: 25px; padding-left: 25px; }
}

/*----------------------------------------------  CHECKOUT ---------------------------------------------*/

body.woocommerce-checkout .woocommerce { margin: 0 auto; max-width: none; }
body.woocommerce-checkout .woocommerce .ppcp-messages { margin-bottom: 15px; }
body.woocommerce-checkout .woocommerce .ppcp-messages a, body.woocommerce-checkout .woocommerce .ppcp-messages span, body.woocommerce-checkout .message__disclaimer > span { color: #2c2e2f !important; }
body.woocommerce-checkout form.checkout { margin-top: 60px; }
.woocommerce-error, .woocommerce-info, .woocommerce-message { background-color: rgba(0, 132, 255, 0.05) !important; padding: 1em 2em 1em 2.5em !important; border-top: none !important; color: #0E173A !important; 
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px; line-height: 18px; margin: 0 0 1em !important; }
.woocommerce-error { background-color: rgba(255, 0, 0, 0.05) !important; }
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a { color: #0E173A !important; }
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before { content: url('images/info-banner.svg') !important; left: 1em !important; top: 1.08em !important; }
.woocommerce-page .woocommerce, .woocommerce-page .content .woocommerce p, .woocommerce-page .content .woocommerce li { font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 17px; line-height: 20px; }
.woocommerce-page .woocommerce, .woocommerce-page .content table td { border: none; }
body.woocommerce-checkout .page-container { opacity: 1 !important; }
body.woocommerce-checkout .small-container { padding: 0 !important; }
body.woocommerce-checkout .wp-block-woocommerce-checkout { max-width: 1260px; margin: 0 auto; padding: 0 30px; }
body.woocommerce-checkout h1 { display:none; } 
body.woocommerce-checkout h3, .wc-block-components-title.wc-block-components-title { font-family: var(--heading); 
    font-size: 26px !important; line-height: 32px !important;  margin-top: 20px; font-weight: 400; margin-bottom: 10px; text-transform: none; border: none; color: #000; }
body.woocommerce-checkout .checkout .col-1 #ship-to-different-address label { font-size: 17px; line-height: 22px; display: flex; align-items:center; }
body.woocommerce-checkout .checkout .col-1 #ship-to-different-address label input { width: 20px; height: 20px; padding: 10px; margin: 0; margin-right: 12px; float: left;
    background-color: #FFF; font-size: 14px !important; line-height: 20px !important; cursor: pointer; border: 1px solid rgba(0,0,0,.2) !important; -webkit-appearance: none;
    -moz-appearance: none; appearance: none; }
body.woocommerce-checkout form.checkout #payment .wc-terms-and-conditions input:checked, body.woocommerce-checkout .checkout .col-1 #ship-to-different-address label input:checked {
    background-image: url(images/check.svg); background-repeat: no-repeat; background-size: 15px; background-position: center; }
body.woocommerce-checkout #payment ul.payment_methods li input, body.woocommerce-checkout form.checkout #payment .wc-terms-and-conditions input, .ppom-field-wrapper.regala_el_curso input[type=checkbox], .ppom-field-wrapper.regala_el_producto input[type=checkbox] {
    -webkit-appearance: none; -moz-appearance: none; appearance: none; margin-right: 7px; }
body.woocommerce-checkout #payment ul.payment_methods li input { background-image: url(images/checked.svg); background-size: 14px; background-position: center; width: 10px; height: 10px; opacity: 0.15; background-repeat: no-repeat; }
body.woocommerce-checkout #payment ul.payment_methods li input:checked { opacity: 1; }
body.woocommerce-checkout form.checkout #payment input { padding: 8px; width: unset; border-radius: 100% !important; outline: 0 !important; border: 1px solid #d3ced2; }
.wc_payment_method label { display: inline-block; }
.woocommerce-checkout #payment div.payment_box p, .woocommerce-checkout #payment div.payment_box label { margin: 0; font-size: 15px; line-height:20px; font-weight:400; color:#000; }
.woocommerce-checkout #payment div.payment_box label {  font-size: 13px; line-height:18px; }
.woocommerce-checkout #payment div.payment_box .form-row { padding: 0; }
body.woocommerce-checkout form.checkout #payment .woocommerce-terms-and-conditions-wrapper input { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0 !important; border: 1px solid #d3ced2;     height: 20px;
    width: 20px; padding: 0px !important; display: inline-block; }
body.woocommerce-checkout form.checkout #payment .woocommerce-terms-and-conditions-wrapper input:checked { background-image: url(images/check.svg); background-repeat: no-repeat;
    background-size: 15px; background-position: center; }
body.woocommerce-checkout form.checkout #payment .woocommerce-terms-and-conditions-wrapper label { font-weight:400;font-size:17px;line-height:20px; }
.woocommerce-terms-and-conditions-wrapper .form-row.validate-required { margin: 30px 0 !important; }
#ppc-button-ppcp-gateway { margin-top: 20px; }

@media screen and (min-width: 992px){
    .woocommerce-billing-fields h3, #order_review_heading { margin-top: 0 !important; }
}

@media screen and (max-width: 767px){
    .woocommerce-page .woocommerce, .woocommerce-page .content .woocommerce p, .woocommerce-page .content .woocommerce li, 
    body.woocommerce-checkout form.checkout #payment .woocommerce-terms-and-conditions-wrapper label { font-size: 15px; line-height: 18px; }
    body.woocommerce-checkout .woocommerce { padding-top: 30px; }
}

body.woocommerce-checkout form.checkout .col-1 { width: calc(100% - 470px) !important; padding-bottom: 0 !important; }
body.woocommerce-checkout form.checkout .col-2 { padding: 0 0 10px 25px; overflow: hidden; width: 440px !important; }
.col-1 .woocommerce-additional-fields, .col-1 table.shop_table.woocommerce-checkout-review-order-table, #payment_method_woosa_adyen_credit_card { display: none; }
body.woocommerce-checkout .col-2 { position: sticky; top: 40px; }
body.woocommerce-checkout form.checkout .col-2 .tribe-checkout-backlink { display: none; }
body.woocommerce-checkout .woocommerce-shipping-fields { margin-top: 20px; }

@media screen and (max-width: 991px){
  body.woocommerce-checkout form.checkout .col-1, body.woocommerce-checkout form.checkout .col-2 { width: 100% !important; }
  body.woocommerce-checkout .col-1 .woocommerce-billing-fields h3 { margin-top: 0; }
  body.woocommerce-checkout .col-2 { padding-left: 0 !important; }
  body.woocommerce-checkout .col-2 h3 { margin-top: 40px; }
}

@media screen and (max-width: 767px){
  body.woocommerce-checkout .col-1 h3 { font-size: 19px; line-height: 23px; }
}

body.woocommerce-checkout .checkbox { width: 100%; margin-left: 0; }
.woocommerce-page form.checkout_coupon, .woocommerce-page form.login, .woocommerce-page form.register { border-radius: 0 !important; }
.woocommerce-page table.shop_table { border: 1px solid rgba(0,0,0,.2) !important; }
.woocommerce-page table.shop_table td, .woocommerce-page table.shop_table tfoot th { border-top: 1px solid rgba(0,0,0,.2) !important; }
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment { background-color: #FFF !important; border-radius: 0 !important; border: 1px solid rgba(0,0,0,.2) !important; }
.woocommerce-checkout #payment .adn-stored-cards .adn-stored-card.selected { background-color: #f9f9f9 !important; }
.woocommerce-checkout #payment div.payment_box { border: 1px solid #d3ced2; background-color: #f8f8f8 !important; padding: 20px 15px !important; }
.woocommerce-checkout #payment div.payment_box::before { border: 1em solid #ece8e5 !important; border-right-color: transparent !important;
    border-left-color: transparent !important; border-top-color: transparent !important; display: none !important; }
.woocommerce-checkout #payment .adn-stored-cards { border-radius: 0 !important; }
.adn-wrap-form input[type=text], .adn-wrap-form input[type=number], .adn-wrap-form select { border-radius: 0 !important; }
.tribe-checkout-backlink { font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif !important;
    color: #3d4e44 !important; font-size: 15px !important; font-weight: 500 !important; }
.woocommerce-info a:hover, .woocommerce-privacy-policy-text a:hover { text-decoration: none; }
.woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea, .select2-container--default .select2-selection--single { 
  border: 1px solid rgba(0,0,0,.2) !important; border-radius: 0 !important; padding: 10px !important; }
  .select2-container--default .select2-selection--single { height: 40px !important; padding: 5px 2px !important; }
.woocommerce-checkout .wp-block-woocommerce-checkout form input, .woocommerce-checkout .wp-block-woocommerce-checkout form textarea { border: 1px solid rgba(0,0,0,.2) !important; border-radius: 0 !important; font-family: var(--base) !important; }
.wc-block-checkout__sidebar .wc-block-components-product-name { font-family: var(--base) !important; font-size: 20px !important;
    line-height: 24px !important; }
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount { font-weight: 400 !important; }
.woocommerce-checkout form input[type=radio] { border: none !important; padding: 0 !important; }
.woocommerce-checkout form label, .wc-block-checkout__terms.wp-block-woocommerce-checkout-terms-block, .wc-blocks-components-select__select, 
.wc-block-components-address-form__address_2-toggle, .wc-block-components-notice-banner__content { font-family: var(--base) !important; }

.woocommerce-checkout.woocommerce-page.woocommerce-order-received .woocommerce-notice { font-size: 32px; line-height: 36px; margin-top: 20px; font-weight: bold; margin-bottom: 50px; }
.woocommerce-checkout.woocommerce-page.woocommerce-order-received .woocommerce-order-details__title, .woocommerce-checkout.woocommerce-page.woocommerce-order-received .woocommerce-column__title {
    font-size: 20px; line-height: 24px; margin-bottom: 15px; }
.woocommerce-checkout.woocommerce-page.woocommerce-order-received address { padding: 20px; }
.woocommerce-checkout .woocommerce-shipping-totals.shipping td { font-size: 14px; line-height: 21px; padding-top: 16px; padding-bottom: 16px; }

body.woocommerce-checkout.woocommerce-order-received .woocommerce { padding-top: 40px; }
.woocommerce-order-received ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details, body.woocommerce-order-pay ul.order_details { padding-left: 0; }

.woocommerce-checkout .wc-block-checkout__shipping-method-option-title { font-size: 16px; font-weight: 400; }
.woocommerce-checkout .wc-block-checkout__shipping-method-option-price { font-size: 14px; color: #6d6d6d; }
.wc-block-components-address-card, .wc-block-components-radio-control-accordion-content { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important; }
.wc-block-components-radio-control-accordion-content p { margin: 0 0 10px; }
.wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child { padding-bottom: 0 !important; }
.wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted, 
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted { box-shadow: none !important; }
.wc-block-components-address-card, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted, 
.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted { border: 1px solid rgba(0,0,0,.2) !important; border-radius: 0 !important; }
.wc-block-components-address-card__address-section:first-child { margin-bottom: 5px !important; }

body.woocommerce-order-pay form input[type=submit], body.woocommerce-order-pay .woocommerce form a.button { font-size: 15px; line-height: 20px; padding: 10px 25px; border-radius: 20px; background-color: #0E173A;
    color: #FFF; border: none; font-weight: 700; margin-right: 20px; transition: all .2s; }
body.woocommerce-order-pay form input[type=submit]:hover, body.woocommerce-order-pay .woocommerce form a.button:hover { background-color: #0084FF; }

@media screen and (max-width: 767px){
    .woocommerce-checkout.woocommerce-page.woocommerce-order-received .woocommerce-notice { font-size: 26px; line-height: 30px; }
    .woocommerce-checkout .wc-block-checkout__shipping-method-option-title { font-size: 14px; }
    .woocommerce-checkout .wc-block-checkout__shipping-method-option-price { font-size: 12px; }
}
@media screen and (max-width: 767px){
    body.woocommerce-checkout.woocommerce-order-received .woocommerce { padding-top: 10px; }
}

/* --- Update --- */
body.woocommerce-checkout .cart-logo { display: none; }
body.woocommerce-checkout .container-small { max-width: 1200px; }
.woocommerce-checkout .wp-block-woocommerce-checkout-contact-information-block .wc-block-components-title.wc-block-components-title { margin-top: 0 !important; }
.wp-block-woocommerce-checkout { padding-bottom: 100px !important; }
.woocommerce-checkout .wc-block-components-title.wc-block-components-title { margin: 36px 0 8px !important; position: relative; }
.wc-block-components-validation-error p, .wc-block-components-notice-banner, .wc-block-components-totals-wrapper { font-family: var(--base) !important; }
.wc-block-components-button .wc-block-components-button__text { color: #FFF; opacity: 1 !important; } 
.woocommerce-checkout .fsunol { margin-top: 125px !important; padding-bottom: 100px; }
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=number], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url] { padding: 30px 20px 14px !important; max-height: none; }
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label, .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label { left: 20px !important; }
.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input input:-webkit-autofill+label, .wc-block-components-text-input.is-active label, .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label { transform: translateY(12px) scale(.75) !important; }
.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after, .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before { display: none !important; }
.wc-block-components-checkout-step__description { font-family: var(--base) !important; font-size: 16px !important; line-height: 20px !important; color: #6d6d6d; margin: 15px 0 20px !important; }
.wc-block-components-form .wc-block-components-checkout-step { padding: 0 !important; margin-bottom: 25px !important; }
body.woocommerce-checkout .wp-block-woocommerce-checkout form input, body.woocommerce-checkout .wp-block-woocommerce-checkout form textarea { padding: 30px 20px 14px !important; }
body.woocommerce-checkout .wp-block-woocommerce-checkout form input[type=radio] { padding: 0 !important; }
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important; padding: 7px 15px !important; }
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true], .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true], .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list { box-shadow: none !important; }
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list { border: 1px solid rgba(0,0,0,.2) !important; top: 16px !important; }
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion {  }
.wc-block-components-notice-banner { border: none !important; border-radius: 0 !important; }
.wc-block-components-notice-banner.is-error>svg { background-color: transparent !important; fill: #cc1818 !important; }
body.woocommerce-checkout form input[type=checkbox] { padding: 0 !important; }
.wc-block-components-checkout-return-to-cart-button { display: none !important; }
.wc-block-components-checkout-place-order-button { background-color: rgb(14, 23, 58) !important; color: #FFF !important; border: none !important; font-weight: bold !important; width: inherit !important; }
.wp-block-woocommerce-checkout-order-summary-block { border-left: 1px solid rgba(0,0,0,.2); border-right: 1px solid rgba(0,0,0,.2); border-bottom: 1px solid rgba(0,0,0,.2); }
.wc-block-components-totals-wrapper:empty { border-width: 0 !important; }
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-metadata__description { display: none !important; }
.wc-block-components-totals-item__label, .wc-block-components-order-summary__button-text, .wc-block-components-totals-coupon-link { font-weight: bold; }
.wc-block-components-button { font-family: var(--base); background-color: #242424 !important; color: #FFF !important; border: none !important; font-weight: 400 !important; transition: all ease 0.2s; }
.wc-block-components-button:hover { background-color: #2e20e0 !important; }
.wc-block-checkout__terms.wp-block-woocommerce-checkout-terms-block a { text-decoration: underline; }
.wc-block-checkout__terms.wp-block-woocommerce-checkout-terms-block a:hover { text-decoration: none; }
.edit-post-visual-editor .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected, .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected, 
.wc-block-checkout__shipping-method-option { background-color: transparent !important;
    outline: 1px solid rgba(0,0,0,.2) !important; }
.wc-block-components-radio-control__secondary-label { padding-right: 5px; }
.wc-block-checkout__shipping-method-option:hover, .wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected { background-color: #F5F5F5 !important; }
.wc-block-checkout__shipping-method-option.wc-block-checkout__shipping-method-option--selected { border: 1px solid #000 !important; }
body.woocommerce-checkout .wc-block-checkout__shipping-method-option { display: flex !important; flex-direction: column !important; padding-left: 40px !important; padding-right: 40px !important; outline: none !important; border: 1px solid rgba(0,0,0,.2) !important; }
.wc-block-checkout__shipping-method-option span { max-width: 250px; }
.wc-block-components-address-card__edit { color: #000 !important; }
.wc-block-components-address-card__edit:hover { text-decoration: underline !important; }
.wc-block-components-radio-control__description-group span { padding: 0 0 0 5px; margin: 0 !important; }
.wc-block-checkout__payment-method .wc-block-components-radio-control__label img { height: 20px !important; filter: grayscale(1); }
.wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input { top: 23px; }
.wc-block-components-radio-control .wc-block-components-radio-control__input:focus { outline: none !important; }
.wc-block-checkout__payment-method .wc-block-components-radio-control__option, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child { padding-top: 12px !important; }
.wc-block-checkout__payment-method .wc-block-components-checkout-step__container .wc-block-components-radio-control .wc-block-components-radio-control-accordion-option { padding: 8px 0 10px; }
.wc-block-checkout__payment-method .wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option { padding: 8px 0 20px !important; }
.wc-block-checkout__payment-method .wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted { padding: 8px 0 10px !important; }
.wc-block-components-radio-control .wc-block-components-radio-control__input { width: 15px !important; min-width: 15px !important; }
.wc-block-components-radio-control .wc-block-components-radio-control__input:before { background: transparent; border-radius: 50%;
    content: ""; display: block; height: 0.75em; left: 50%; margin: 0; min-height: 0 !important; min-width: 0 !important; position: absolute;
    top: 50%; transform: translate(-50%,-50%); width: 9px !important; height: 9px !important; border: 1px solid rgba(0,0,0,.2); }
.wc-block-components-radio-control__option { padding-left: 42px !important; }
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator { border: none !important; }
.wc-block-checkout__add-note label span, .wc-block-checkout__use-address-for-billing label span, .wc-block-checkout__terms span, .wc-block-checkout__terms span a { font-size: 16px !important; line-height: 20px !important; }
.wc-block-checkout__add-note label span, .wc-block-checkout__use-address-for-billing label span { font-weight: 400; }
.wc-block-checkout__add-note label input, .wc-block-checkout__use-address-for-billing label input { margin-top: 1px !important; }
.wc-block-checkout__add-note .wc-block-components-checkbox__mark, .wc-block-checkout__use-address-for-billing .wc-block-components-checkbox__mark { top: 1px; }
.wc-block-checkout__terms span, .wc-block-checkout__terms span a, .wc-block-checkout__add-note label span, .wc-block-checkout__use-address-for-billing label span { color: #333; }
.wc-block-checkout__actions_row .wc-block-components-button { font-size: 16px; line-height: 20px; padding: 12px 24px !important; }
.wc-block-checkout__actions_row .wc-block-components-button:hover { background-color: var(--grey) !important; }
.is-large .wp-block-woocommerce-checkout-order-summary-block { border: 1px solid rgba(0,0,0,.2) !important; border-radius: 0 !important; }
.wp-block-woocommerce-checkout-order-summary-shipping-block { border-top: 1px solid hsla(0,0%,7%,.11) !important; }
.wp-block-woocommerce-checkout-order-summary-subtotal-block.wc-block-components-totals-wrapper { padding-bottom: 16px !important; }
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary__button-text, .wc-block-components-totals-coupon button.wc-block-components-panel__button, 
.wc-block-components-totals-item .wc-block-components-totals-item__label, .wc-block-components-totals-item__value, 
.wc-block-components-order-summary-item__total-price .price.wc-block-components-product-price { font-weight: 400 !important; color: #000 !important; }
.wc-block-components-order-summary-item__individual-prices.price.wc-block-components-product-price { display: none !important; }
.wc-block-components-order-summary-item__description, .wc-block-components-order-summary-item__total-price { display: flex !important; align-items: start !important; }
.wc-block-components-product-details.wc-block-components-product-details { font-weight: 400 !important; }
.wc-block-components-order-summary .wc-block-components-order-summary-item__image, .wc-block-components-order-summary .wc-block-components-order-summary-item__description { padding-bottom: 0 !important; }
body .wc-block-checkout__sidebar .wc-block-components-product-name, body .wc-block-checkout__sidebar .wc-block-components-product-metadata, body .wc-block-checkout__sidebar .wc-block-components-product-metadata li { font-size: 14px; line-height: 20px; color: #0E173A; }
.wc-block-components-totals-item__description { margin-top: 3px !important; }
.wc-block-components-totals-shipping .wc-block-components-shipping-address { margin-top: 0 !important; }
.wc-block-components-totals-shipping .wc-block-components-shipping-address, .wc-block-components-totals-item__description { font-size: 12px !important; line-height: 18px !important; color: #0E173A !important; }
.wc-block-components-order-summary-item__description { display: flex !important; flex-direction: column; text-align: left !important; }
.wc-block-components-order-summary .wc-block-components-order-summary-item__description .wc-block-components-product-metadata { margin-top: 0 !important; }
.wc-block-components-product-details.wc-block-components-product-details:last-of-type { margin-top: 0 !important; }
.woocommerce-variation-add-to-cart.variations_button { display: none; }
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled { display: none !important; }
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled { display: block !important; }
.wc-block-components-order-summary .wc-block-components-order-summary-item { align-items: center; }
.wc-block-components-text-input.is-active input { padding: 25px 20px 8px !important; height: 46px !important; }
.wc-block-components-text-input.is-active label { top: -5px !important; }

@media (max-width: 767px) { 
    .wc-block-components-form .wc-block-components-checkout-step { margin-bottom: 40px !important; }
    body.woocommerce-checkout h3, .wc-block-components-title.wc-block-components-title { font-size: 18px !important; line-height: 24px !important; }
    body.woocommerce-checkout .wc-block-checkout__shipping-method-option { padding-left: 20px !important; padding-right: 20px !important; }
    .wc-block-checkout__order-notes.wp-block-woocommerce-checkout-order-note-block.wc-block-components-checkout-step { padding-top: 20px !important; }
}
