/*
Theme Name: DoceanRX
Author: Ramsés Del Rosario
Author URI: https://ramsesdelr.com
Description: Custom theme created for the DoceanRX Team
Requires PHP: 7.0
Version: 1.2
Text Domain: doceanrx
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images,  block-patterns, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, ecommerce
*/

:root {
    --color-text-primary: #163E64;
    --color-brand-primary: #163E64;
    --primary-heading-line-height: 27px;
}

body{ 
    font-family: 'Syne';
    color: var(--color-text-primary);
    margin: 0;
}
a:visited, a {
    text-decoration: none;
    color: inherit;
}
p {
    padding: 10px 0px;
    font-family: 'Jost';
}
a:visited, a {
    text-decoration: none;
}
.wp-block-list {
    font-family: 'Jost';
    padding-left: 20px;
}
.navbar {
    display: flex;
    align-items: center;
    background-color: #fff;
    color: #fff;
    padding: 10px 20px;
    position: sticky;
    top: 0;
    z-index: 99;
    height: 65px;
    box-shadow: 0px 2px 20.2px 0px rgba(0, 0, 0, 0.06);
}
.navbar--home {
    display: none;
    align-items: center;
    background-color: transparent;
    color: #fff;
    padding: 10px 20px;
    position: sticky;
    top: 0;
    z-index: 99;
    height: 65px;
}
.navbar__menu-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.navbar__logo {
    flex: 0.9;
    /* margin-left: 60px; */
}

.navbar__menu, .navbar__menu--home, .navbar__menu--mobile {
    display: flex;
    gap: 20px;
    transition: border-bottom 0.3s;
    border-bottom: 4px solid transparent;
    flex: 4;
}

.navbar__menu a, .navbar__menu--mobile a, .navbar__menu--mobile-home a {
    position: relative;
    color: var(--color-text-primary);
    text-decoration: none;
    padding: 5px 10px;
    transition: color 0.2s;
    font-family: 'Syne';
    line-height: 54px;
    font-weight: 600;
    font-size: 14px;
    display: inline-block; 
}

.navbar__menu--mobile, .navbar__menu--mobile-home {
    display: none;
    max-height: 0; /* Hidden by default */
    transition: max-height 0.7s ease; /* Transition effect */
}

.navbar__menu--home a {
    position: relative;
    color:  #fff;
    text-decoration: none;
    padding: 5px 10px;
    transition: color 0.2s;
    font-family: 'Syne';
    line-height: 54px;
    font-weight: 600;
    font-size: 14px;
    display: inline-block; 
}
.navbar__menu a::after, .navbar__menu--home a::after, .navbar__menu--mobile a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    transition: width 0.2s;
    background-color: var(--color-brand-primary);
}
.navbar__menu a:hover::after, .navbar__menu > .current-menu-item > a::after, .navbar__menu--home > .current-menu-item > a::after  {
    width: 100%; /* Expands the underline smoothly */
}

.cart-icon {
    font-size: 20px;
    cursor: pointer;
    position: relative;
}
.cart-item-count {
    position: absolute;
    top: -8px;
    right: -12px;
    background-color: var(--color-text-primary);
    color: #fff;
    border-radius: 50%;
    padding: 1px;
    font-size: 10px;
    min-height:13px;
    min-width: 12px;
    text-align: center;
}

.cart-item-count--home {
    position: absolute;
    top: -8px;
    right: -12px;
    background-color: #FFF;
    color: var(--color-text-primary);
    border-radius: 50%;
    padding: 1px;
    font-size: 10px;
    min-width: 11px;
    text-align: center;
}

.footer {
    background-color: #17223C;
    color: #ffffff;
    padding: 40px 40px 10px 40px;
    font-family: Arial, sans-serif;
    min-height: 332px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer--home {
    background-color: #17223C;
    color: #ffffff;
    padding: 0px 40px;
    font-family: Arial, sans-serif;
    min-height: 332px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -120px;
}
.footer__divider {
    display: none;
}
.footer-content--home {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 120px;
}
.footer_text_one {
    font-size: 18px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.footer-logo-section {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
}

.footer-logo {
    margin-bottom: 30px;
}

#footer-subscribe-form {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    gap: 10px;
}

#footer-subscribe-form .footer-subscribe-fields {
    display: flex;
}
#footer-subscribe-form__sucess {
    font-family: 'Jost';
    font-weight: 500;
    font-size: 18px;
    display: none;
}
#footer-subscribe-form__sucess > img {
    vertical-align: middle;
}
.subscribe-input {
    padding: 10px;
    border-radius: 4px 0 0 4px;
    outline: none;
    width: 200px;
    background-color: transparent;
    border: 1px solid gray;
    color: #fff;
}
.subscribe-input::placeholder {
    font-family: 'Jost';
    color: #CCC;
}

.subscribe-button {
    padding: 10px 20px;
    background-color: #ffffff;
    color: #0d1b2a;
    border: none;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    font-weight: bold;
}

.footer-subscribe-note {
    font-size: 12px;
    margin-top: 0px;
    max-width: 374px;
    padding-top: 0px;
}

.newsletter-consent-label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    cursor: pointer;
    font-family: 'Jost', sans-serif;
    color: #fff;
}

.newsletter-consent-label input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
}

.newsletter-consent-label--modal {
    color: var(--color-text-primary);
    margin: 10px 0;
}

.newsletter-consent-label--modal input[type="checkbox"] {
    margin-top: 2px;
}

.newsletter-consent-error {
    color: #c0392b !important;
}

.footer-links {
    display: flex;
    flex: 1;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}

.footer-column h4 {
    margin-bottom: 10px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 18px;
}

.footer-column ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 14px;
}

.footer-column ul li a:hover {
    color: #ffdd57; /* Highlight color */
}

.footer-socials {
    min-width: 150px;
}
.footer-socials-img {
    vertical-align: bottom;
    margin-right: 8px;
}
.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 0px;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.footer-bottom-links, .footer-bottom-links--socials {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    flex-wrap: wrap;
}
.footer-bottom-links--socials {
    display: none;
}

.footer-bottom-links li, .footer-bottom-links li {
    margin: 0 10px;
}

.footer-bottom-links a, .footer-bottom-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    transition: color 0.3s;
}

.footer-bottom-links a:hover, .footer-bottom-links a:hover {
    color: #ffdd57; /* Highlight color */
}
.container {
    max-width: 1320px;
    margin: 20px auto;
    padding: 0 20px;
}

.container__full-width {
    min-height: 100vh;
}

.faq__column--1 {
    flex: 0.6;
    min-width: 300px;
    padding: 20px;
    border-radius: 8px;
}
.faq__column--2 {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    border-radius: 8px;
}

#menu-main-menu, #menu-main-menu-1 {
    display: flex;
}
#menu-main-menu li, #menu-main-menu-1 li {
    list-style: none;
}

.post {
    display: flex;
    margin-bottom: 36px;
}

.post__content {
    flex: 0 0 65%;
}

.post__image {
    /* flex: 0 0 35%; */
    border-radius: 6px;
    max-width: 100%;
    height: auto;
}

.post__content__title, .post__content__title--archive {
    font-family: 'Jost';
    font-weight: 700;
    font-size: 18px;
    line-height: var(--primary-heading-line-height);
    margin-top: 14px;
}
.post__content__title--archive {
    font-weight: 400;
}

.post__content__date {
    font-family: 'Futura';
    font-size: 14px;
    line-height: 21px;
    color: #828282;
}
.pagination {
    margin-top: 20px;
    font-family: 'Jost';
}
.post__content > p {
    font-family: 'Syne';
    line-height: 1.5em;
    font-weight: 400;
    margin: 18px 0px;
    max-width: 90%;
}

.read-more {
    background: white;
    padding: 10px;
    border: 1px solid var(--color-text-primary);
    color: var(--color-text-primary);
    font-family: 'Syne';
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.read-more--product {
    background: white;
    padding: 10px 40px;
    border: 1px solid var(--color-text-primary);
    color: var(--color-text-primary);
    font-family: 'Syne';
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.post__divider {
    height: 2px;
    background-color: #CCC;
    margin: 20px 0px;
}
.cart-box__divider {
    height: 1px;
    background-color: #E0E0E0;
    margin: 30px 0px;
}
.cart-box__divider--no-top {
    height: 1px;
    background-color: #E0E0E0;
    margin-bottom: 20px;
}

.blog-header {
    background: #EDF1F6;
    text-align: center;
}

.blog-header__title {
    font-size: 18px;
    padding-top: 3vh;
    font-family: 'Futura';
    margin-bottom: 20px;
}
.blog__view-archive {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* padding-block: 20px; */
    padding: 20px 40px;
    color: #5a5a5a;
    text-decoration: underline;
    font-family: 'Jost';
    
}
.blog-header__subtitle, .blog-header__subtitle--archive {
    font-family: 'Jost';
    font-size: 32px;
    font-weight: 500;
}

.blog-header__search {
    display: block;
    margin: 0 auto;
    width: 47%;
    height: 48px;
    background: transparent;
    border: 1px solid #163E64;
    border-radius: 4px;
    text-transform: capitalize;
    padding-left: 10px;
    margin-top: 30px;
}
h1 {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    padding-top: 30px;
}
article, article p {
    font-family: 'Syne';
    font-weight: 500;
    font-size: 18px;
}
.article__header {
    display: flex;
    width: 100%;
    height: 483px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 6px;
    background-size: cover;
    justify-content: center;
    align-items: center;
    color: #FFF;
    flex-direction: column;
    max-width: 1320px;
    margin: 10px auto;
}

.article__title {
    text-align: center;
    margin-top: 3em;
    font-family: 'Jost';
    font-size: 48px;
}
.article_subtitle {
    font-family: 'Jost';
    font-size: 16px;
    text-align: center;
    max-width: 70%;
    line-height: 1.3em;
    font-weight: 500;
}
.article__date {
    font-family: 'Jost';
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #CCC;
}

.heading--left {
    border-radius: 2px 40px 2px 40px;
    padding: 20px 40px;
    min-height: 104px;
    font-size: 24px;
}
.container-mw-750 {
    max-width: 750px;
    margin: 0 auto !important;
    margin-bottom: 40px;
}
.text-center {
    text-align: center !important;
}

.text-white-background, .text-white-background--tiles {
    /* background-color: #FFF;
    display: inline-block; */

    background-color: #fff; /* White background that only covers text */
    border-radius: 8px; /* Small rounded corners to closely hug the text */
    display: inline; /* Display as inline to ensure background stays tight */
    font-family: 'Jost'; 
    font-size: 16px;
    font-weight: 500; /* Make the text bold */
    color: #1a3a5b; /* Dark blue text color */
    line-height: 1.5; /* Adjust line-height to ensure minimal space around text */
    padding: 0; /* Remove any additional padding */
    border-radius: 16px;
}


.border-left-white {
    border: 14px solid #FFF;
    border-left: 0px;
    border-top-left-radius: 6px;
    min-height: 228px;
    padding: 50px;
    border-radius: 10px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.border-right-white {
    border: 14px solid #FFF;
    border-right: 0px;
    border-top-right-radius: 6px;
    min-height: 228px;
    padding: 50px;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;


}

.gap-0 {
    gap: 0;
}

.padding-0 {
    padding: 0px;
}

.button--leaf-style {
    max-width: 300px !important;
}
.button--leaf-style > a {
    margin-top: 10px;
    margin-bottom: 20px;
}
/* FAQ */

.container--faq {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    margin: 0px auto;
    max-width: 1300px;
    min-height: 60vh;
}

.faq {
    width: 100%;
}

.faq__item {
    background-color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    border-top: 1px solid #BDBDBD;

}

.faq__question {
    padding: 15px 0px;
    cursor: pointer;
    color: var(--color-text-primary);
    font-weight: bold;
    font-family: 'Jost';
    font-size: 18px;
    line-height:  var(--primary-heading-line-height);
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq__answer {
    display: none;
    padding: 0px 0px;
    background-color: #fff;
}

.faq__answer > p {
    padding: 0;
    margin: 0;
}
.arrow {
    transition: transform 0.3s ease;
    rotate: 180deg;
}

.arrow.open {
    transform: rotate(180deg);
}

.border-blue {
    border: 1px solid #5186C0;
    border-radius: 16px;
    text-align: center;
}
.border-blue > .wp-block-cover {
    display: none;
}
.wp-block-heading {
    font-family: 'Jost';
    font-weight: 500;
}

.button-shop-now > a {
    max-width: 170px;
    justify-content: center;
    display: flex;
}
.button-shop-now > a > img {
    vertical-align: middle;
    margin-left: 18px;
}

#not-found-post {
    display: none;
}
/** Product Details */
.product__column--1 {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    border-radius: 8px;
}
.product__column--2 {
    flex: 0.8;
    min-width: 300px;
    padding: 10px;
    border-radius: 8px;
}
.container--product {
    display: flex;
    flex-wrap: wrap;
    /* gap: 20px; */
    max-width: 1320px;
    margin: 0 auto;
}
.product__title {
    margin-top: 0px;
    font-family: 'Jost';
    font-size: 24px;
    font-weight: 700;
    padding-top: 14px;
}
.product__price {
    font-family: 'Jost';
    font-size: 32px;
    font-weight: 800;
}
.quantity {
    display: inline;
}
.woocommerce .quantity .qty {
    height: 40px;
    border: 1px solid #163E5E;
    font-size: 21px;
    padding: 0px;
}

.product__add-to-cart {
    background: #163E64 !important;
    font-family: 'Syne';
    width: 100%;
    font-weight: 600;
    height: 40px;
    border: 1px solid #163E64 ;
}
.icon-add-to-cart {
    display: inline;
    align-items: center;
    padding: 1px 15px;
    font-size: 16px;
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    gap: 10px; /* Space between the icon and the text */
    background: url('assets/images/add-to-cart.svg');
    background-repeat: no-repeat;
}
.cart-button-container {
    display: flex;
    margin-top: 10px;
}
.button-column {
    padding-left: 10px;
    flex: 1;
}
.product__buy-now, .wc-block-components-checkout-place-order-button {
    background-color: #FF4E4E;
    font-family: 'Syne';
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 1px;
    border: 1px solid #FF4E4E;
    margin-top: 16px;
    cursor: pointer;
    margin-bottom: 30px;
    display: block;
    padding-top: 10px;
    text-decoration: none;
}
.product__buy-now:visited {
    color: #fff;
}
.wp-block-woocommerce-checkout {
    font-family: 'Jost';
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__description p {
    display: none;
}
.img-v-align-sub {
    vertical-align: sub;
}
.row {
    display: flex;
    width: 100%;
}
.column-30 {
    flex: 0.3;
    /* min-width: 300px; Check this out later */
    padding: 20px;
}
.column-70 {
    flex: 0.7;
    /* min-width: 300px; check this out later */
    padding: 20px;
}
.product__ratings-title {
    font-family: 'Jost';
    font-size: 21px;
    font-weight: 500;
    color: #000;
}

.product__ratings-title--review {
    font-family: 'Jost';
    font-size: 21px;
    font-weight: 500;
    color: #000;
    margin: 0px;
    margin-bottom: 5px;
}

.tabs {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
    font-family: 'Jost';
    font-size: 21px;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #D9D9D9;
}

.tab {
    flex: 1;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: background-color 0.3s;
    max-width: 150px;
}

.tab:hover, .tab.active {
    border-bottom: 4px solid #163E64;
}

.tab-content {
    display: none;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
}

.tab-content.active {
    display: block;
}
.question {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.question__author {
    font-family: 'Jost';
    font-size: 21px;
    font-weight: 500;
    color: var(--color-text-primary);
}

.question__date {
    font-family: 'Jost';
    font-size: 16px;
    color: #828282;
}
#questions > p, .question__text {
    font-family: 'Syne';
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    line-height: 1.5em;
}
.question__rating {
    font-family: 'Jost';
    font-size: 14px;
    color:#828282;
}
.question__rating--answer {
    font-family: 'Jost';
    font-size: 16px;
    color:#828282;
    font-weight:500;
}

.question__rating__icon {
    margin-left: 16px;
    cursor: pointer;
}
.question__rating__positive-icon {
    cursor: pointer;
}
.question__answer {
    border: 1px solid #C6E4E1;
    background: #F9FAF7;
    padding: 0.5em 1.5em;
    margin-top: 1em;
}

/* Star Rating Styles */
.woocommerce .star-rating {
    float: none;
    color: #F2C94C;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    background-color: #fff;
    /* padding: 20px; */
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    position: relative;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.form-group, .form-row {
    position: relative;
    margin-bottom: 25px;
    padding-left: 1em;
    padding-right: 2em;
}

.form-group label, .form-row label {
    position: absolute;
    top: -10px;
    left: 15px;
    background-color: #fff;
    padding: 0 5px;
    font-size: 13px;
    color: #828282;
    font-family: 'Jost';
    font-weight: 400;
}
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
    border: 1px solid #B2BCCA !important;
}
.wc-blocks-components-select__container label {
    position: absolute !important;
    top: -12px !important;
    left: 15px !important;
    background-color: #fff;
    padding: 0 5px;
    font-size: 13px;
    color: #828282;
    font-family: 'Jost';
    font-weight: 400;
    font-family: 'Jost';
}
.wc-block-components-text-input label {
    position: absolute !important;
    top: -12px !important;
    left: 15px !important;
    background-color: #fff;
    padding: 0 5px;
    font-size: 13px;
    color: #828282;
    font-family: 'Jost';
    font-weight: 500;
}
.woocommerce form .form-row {
    margin: 0 0 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 {
    /* transform: translateY(14px) scale(1) !important; */
    transform: none !important;
}

.wc-block-components-text-input.is-active label, .wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    transform: none !important;
}

.wc-block-components-country-input {
    display: none;
}

.wc-block-components-title.wc-block-components-title, .wc-block-components-order-summary__button-text {
    font-family: 'Jost' !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.wc-block-components-shipping-address {
    display: none !important;
}

.is-large .wp-block-woocommerce-checkout-order-summary-block {
    border: 0px !important;
    /* font-family: 'Jost' !important; */
}

.form-row span > input, .form-row span > textarea, .form-group input, .form-group textarea, .form-group select, .form-group span > input, .form-group span > textarea, .form-group span > select  {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.form-group select, .form-group span > select {
    color: var(--color-text-primary);
    -webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;  
    background-color: #fff;
    background-image: url('assets/images/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
}
.form-group select, .form-group span > select:focus {
    outline: none; /* Opcional: elimina el borde de enfoque predeterminado */
    border-color: #1a3a5b; /* Cambia el color del borde al enfocar */
}

.form-group--select {
    padding-right: 0.5em;
}
/* Overwrite contact-form-7 control-wrap*/
.wpcf7-form-control-wrap {
    position: initial;
}
.wpcf7 {
    max-width: 650px;
    width: 100%;
}
.btn-small {
    max-width: 150px;
}

.form-group input[type="submit"] {
    background-color: #1a3a5b;
    color: #fff;
    cursor: pointer;
    border: none;
}

.form-group input[type="submit"]:hover {
    background-color: #345a7a;
}

.terms {
    margin-top: 10px;
    font-size: 12px;
    color: #828282;
    font-family: 'Jost';
}

.terms a {
    color: inherit;
    text-decoration: underline;
}
.modal--success {
    display: none;
    flex-direction: column;
    align-items: center;
    margin: 10px auto;
}

.modal--success__title {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 1.625em;
    text-align: center;
    max-width: 330px;
}
.modal--success_close-button {
    width: 154px;
    height: 30px;
    color: #FFF;
    background: #1a3a5b;
    text-align: center;
    font-size: 1em;
    font-family: 'Syne';
    border-radius: 2px;
    padding-top: 10px;
    margin-top: 2em;
    cursor: pointer;
}
.d-flex {
    display: flex;
}
.justify-center {
    justify-content: center;
}
.text-align-center {
    text-align: center;
}
.flex-align-center {
    align-items: center;
}
.review {
    border-bottom: 1px solid #828282;
    margin-top: 24px;
    margin-bottom: 20px;
}
.review__headline {
    font-family: 'Jost';
    font-weight: 700;
    font-size: 16px;
    margin-left: 5px;
}
.review__date {
    font-family: 'Syne';
    font-size: 14px;
    font-weight: 500;
    color: #828282;
}
/** Stars */
.docean-star-rating {
    display: flex;
    gap: 5px;
    cursor: pointer;
}
.docean-star-rating--product {
    display: flex;
    gap: 5px;
    cursor: pointer;
    justify-content: flex-start;
}
.docean-star-rating--product .star, .docean-star-rating--product .star--fixed {
    width: 16px;
    height: 16px;
}
.review-rating--product {
    flex: none;
    text-align: right;
    font-family: 'Jost';
    font-size: 14px;
    font-weight: 500;
}
.star, .star--fixed {
    width: 27px;
    height: 26px;
    background: url('assets/images/star-empty.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.2s;
}

.star.selected, .star--fixed.selected {
    background: url('assets/images/star-full.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.star:hover {
    transform: scale(1.1);
}

    /* Progress Bar Styles */
.progress-container {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 600px;
    margin: 20px 0;
}

.progress-text {
    font-size: 16px;
    color: #828282;
}
.progress-text > img {
    vertical-align: middle;
}
.progress-bar {
    flex: 1;
    position: relative;
    height: 20px;
    background-color: #ddd;
    border-radius: 10px;
    overflow: hidden;
    transition: width 0.3s ease-in-out;
}
.progress-bar--shipping {
    flex: 1;
    position: relative;
    height: 8px;
    background-color: #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.progress-bar-fill {
    height: 100%;
    width: 0;
    background-color: #ffc107;
    transition: width 0.3s ease-in-out;
}

.progress-bar-fill--shipping {
    height: 100%;
    background-color: #00AA6E;
    transition: width 0.3s ease-in-out;
}

.review-rating {
    text-align: right;
    flex: 1;
    font-family: 'Jost';
    font-size: 24px;
    font-weight: 500;
}


.main-image {
    margin-bottom: 20px;
    max-height: 640px;
}

.thumbnail-gallery {
    max-width: 500px;
}
.thumbnail-gallery img {
    border: 2px solid transparent;
    
}
.thumbnail {
    cursor: pointer;
    /* border: 2px solid transparent; */
    transition: border-color 0.3s;
}

.thumbnail:hover,
.thumbnail.slick-current {
    /* border-color: #0073aa; */
}
#mainImage {
    max-width: 100%;
    max-height: 640px;
    cursor: pointer;
}
.d-mobile-only {
    display: none !important;
}
.certificate__title_1 {
    font-family: 'Jost';
    font-size: 24px;
    font-weight: 500;
}
.certificate__title_2 {
    font-family: 'Jost';
    font-size: 32px;
    font-weight: 700;
    padding-top: 0px;
}
.certificate__select, .certificate__button {
    max-width: 300px;
}
.p-left-0 {
    padding-left: 0px;

}
.certificate__button {
    background: #163E64;
    padding: 10px 5px;
    width: 100%;
    display: block;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    opacity: 30%;
}
.certificate__button > img {
    margin-right: 20px;
    vertical-align: top;
}

.container--certificate {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    margin: 0px auto;
    max-width: 760px;
    min-height: 60vh;
}
.question-divider {
    width: 100%;
    height: 1px;
    background: #C6E4E1;
    margin-top: 2em;
}
.slick-prev {
    color: brown !important;
    z-index: 1;
    height: 42px !important;
    width: 42px !important;
    left: 6px !important;
    transform: rotate(180deg) !important;
}
.slick-next {
    right: 6px !important;
    color: brown !important;
    z-index: 1;
    height: 42px !important;
    width: 42px !important;
}
.slick-next:before, .slick-prev:before {
    color: inherit !important;
    content: none !important;
}
.shipping-message, .wp-block-woocommerce-checkout-order-summary-totals-block, .wc-block-components-totals-item__value, .wc-block-components-totals-shipping .wc-block-components-totals-item strong, .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
    font-family: 'Jost';
    font-size: 16px;
    font-weight: 400 !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    width: 83px !important;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
    max-width: 83px !important;
    width: 83px !important;
    border: 1px solid var(--color-brand-primary);
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    background-color: var(--color-brand-primary) !important;
    color: #FFF !important; 
    padding:0 !important;
}
.shipping-message > img {
    margin-right: 10px;
    vertical-align: middle;
}
.modal--image {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}
.modal-content--image {
    display: block;
    margin: auto;
    max-width: 90%;
    max-height: 80%;
}
.close-modal--image {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
/** Cart Modal */
 /* Styles for the Cart Box */
 .cart-box {
    position: fixed;
    top: 20px;
    right: 20px;
    /* padding: 15px; */
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 1000;
    min-height: 454px;
    width: 526px;
}

.cart-box .close-cart-box {
    cursor: pointer;
}

.cart-box .cart-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.cart-box .cart-item img {
    width: 83px;
    height: 70px;
    margin-right: 15px;
    border-radius: 4px;
    border: 1px solid var(--color-brand-primary);
}

.cart-box .cart-item-details {
    flex: 1;
    margin-left: 10px;
}

.cart-box .cart-item-details h4 {
    margin: 0;
    font-size: 16px;
    color: #1a3a5b;
}

.cart-box .cart-item-details .item-price {
    font-size: 14px;
    color: #777;
}

.cart-box .cart-item-details .remove-item {
    font-size: 12px;
    color: #e74c3c;
    cursor: pointer;
    text-decoration: underline;
}

.cart-box .cart-quantity, .wc-checkout-quantity-controls  {
    display: flex;
    align-items: center;
    border: 1px solid #163E64;
    width: fit-content;
    border-radius: 2px;
    font-family: 'Syne';
    color: #163E64;
    font-size: 21px;
    margin-left: 0px;
}

.cart-box .cart-quantity button, .wc-checkout-quantity-btn {
    width: 25px;
    height: 25px;
    border: none;
    background-color: #f4f4f4;
    cursor: pointer;
    font-weight: bold;
}

.cart-box .cart-quantity input, input.wc-checkout-quantity-input {
    width: 30px;
    text-align: center;
    border: none;
    background-color: #fff;
    height: auto;
}

.cart-box .subtotal {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    color: var(--color-text-primary);
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}

.cart-box .progress-bar {
    margin-top: 10px;
    width: 100%;
    height: 10px;
    background-color: #e0e0e0;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
}

.cart-box .progress-bar .progress {
    width: 50%;
    height: 100%;
    background-color: #28a745;
    border-radius: 5px;
}

.cart-box .checkout-button {
    margin-top: 20px;
    background-color: #ff5a5f;
    color: #fff;
    padding: 10px;
    width: 100%;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Syne';
    display: block;
    text-decoration: none;
}
div#cartContents{ 
    padding: 30px;
    font-family: 'Jost';
}
.cart-box__pricing-column {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.cart-box__empty-cart {
    font-size: 1.5em;
    text-align: center;
    font-weight: 600;
    display: none;
}
span.item-price {
    margin-bottom: 10px;
}

.modal__header {
    display: flex;
    align-items: center;
    font-family: 'Jost';
    font-size: 20px;
    /* width: 100%; */
    /* padding: 0px 0px 0 28px; */
    justify-content: space-between;
    /* max-width: 500px; */
    margin: 0 30px;
    margin-top: 20px;
}
.modal__header--review {
    display: flex;
    align-items: center;
    font-family: 'Jost';
    font-size: 20px;
    /* width: 100%; */
    /* padding: 0px 0px 0 28px; */
    justify-content: space-between;
    /* max-width: 500px; */
    margin: 0 30px;
}

.modal__header--review > h2 {
    font-size: 20px;
    font-weight: 400;
}
#reviewForm, #questionForm {
    padding: 10px;
}
#reviewForm .product__ratings-title {
    font-family: 'Jost';
    font-weight: 400;
    font-size: 18px;
    color: var(--color-text-primary);
}
#reviewForm .post__divider {
    height: 1px;
    margin: 10px;
}
#reviewForm .form-group input[type="submit"] {
    max-width: 156px;
}
#reviewForm .terms {
    padding-inline: 10px;
    padding-bottom: 10px;
}
/** About Us */
.about-us__title, .about-us__title--our-story {
    font-family: 'Jost';
    font-size: 32px;
    text-align: center;
    color: var(--color-text-primary);
    font-weight: 500;
}
.about-us__subtitle {
    font-family: 'Jost';
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}
.about-us__header {
    display: flex;
    width: 100%;
    height: 502px;
    background-image: url('assets/images/about-us.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.about-us__story {
    display: flex;
    width: 100%;
    height: 858px;
    background-image: url(assets/images/about-us.webp);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 6px;
    background-size: contain;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #e7f5f5;
    justify-content: flex-start;
}
.about-us__paragraph {
    font-family: 'Syne';
    font-size: 16px;
    text-align: center;
    line-height: 1.3em;
    font-weight: 500;
    color: var(--color-text-primary);
}
.about-us__story__pagragraph, .about-us__story p {
    font-family: 'Jost';
    font-size: 16px;
    text-align: left;
    max-width: 510px;
    line-height: 20px;
    font-weight: 400;
    color: var(--color-text-primary);
}
.about-us__core-values {
    background: linear-gradient(0deg, #71D0BE 0%, #5D85BB 100%);
    display: flex;
    width: 100%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 40px;
}
.about-us__core-values__heading {
    font-family: 'Jost';
    font-size: 32px;
    text-align: center;
    color: #fff;
    margin-top: 30px;
}
.about-us__core-values__paragraph {
    font-family: 'Syne';
    color: #FFF;
    text-align: center;
    max-width: 902px;
}
.about-us__core-values-column-container {
    display: flex;
    width: 100%;
    margin: 0;
}
.about-us__column {
    min-height: 362px;
    display: flex;
    flex-direction: column;
    flex: 1;
    background-color: #FFF;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin: 0 10px;
    align-items: center;
    justify-content: center;
}
.about-us__column__pagragraph {
    font-family: 'Syne';
    font-weight: 400;
    text-align: center;
    padding: 0px 30px;
}
.about-us__core-values__title {
    margin-top: 0px;
    font-family: 'Jost';
    font-size: 24px; 
    font-weight: 700;
    padding-top: 14px;
    text-align: center;
}
.quantity-column {
    border: 2px solid var(--color-brand-primary);
}
.decrease-quantity--product, .increase-quantity--product {
    width: 30px;
    height: 40px;
    border: none;
    background-color: #fff;
    cursor: pointer;
    font-weight: bold;
}
.woocommerce .quantity .qty {
    font-family: 'Syne' !important;
    border: 0px !important;
    text-align: center !important;
    width: 1em;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.home-docean {
    width: 100%;
    max-height: 720px;
    /* background-image: url(assets/images/home-bg.jpg); */
    /* background-repeat: no-repeat; */
    /* background-position: 50% 50%; */
    /* border-radius: 6px; */
    /* background-size: cover; */
    /* justify-content: center; */
    /* align-items: center; */
    /* background-color: #e7f5f5; */
    /* justify-content: flex-start; */
    padding-top: 30px;
    padding-bottom: 34px;
    margin-top: -105px;
}
.home-docean--mobile {
    display: none;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: 'Jost';
    background: url('assets/images/home-mobile-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -86px;
}
.home-docean--mobile__title {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    max-width: 330px;
    padding-top: 0px;
    margin-bottom: 8px;
    padding-top: 60px;

}

.home-docean--mobile__subtitle {
    font-family: 'Syne';
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    max-width: 350px;
    padding: 0px 0px 20px 0px;
}
.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    object-fit: cover; /* Ensures the video covers the container */
    z-index: -1; /* Places the video behind the content */
    max-height: 720px;
}
.home__title {
    color: #FFF;
    font-size: 32px;
    max-width: 350px;
    font-family: 'Jost';
    font-weight: 400;
}
.home__subtitle {
    max-width: 378px;
    font-family: 'Syne';
}
.home__column-1 {
    flex: 1.5;
    color: #FFF;
    margin-top: 110px;
}
.home__column-2 {
    /* margin-top: 84px; */
    margin-top: 52px;
    flex: 2;
    display: flex;
}
.home__buy-now {
    margin-top: 20px;
    background-color: #ff5a5f;
    color: #fff;
    padding: 10px;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Syne';
    display: block;
    text-decoration: none;
    width: 150px;
}
.home__buy-now:visited {
    color: #fff;
}
.home__benefits {
    margin-top: 4rem;
    margin-left: -22px;
}
.home__benefits-item {
    border: 2px solid #fff;
    border-radius: 60px;
    padding: 8px 24px;
    font-family: 'Jost';
    width: fit-content;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 0px 28px 70px;
    text-transform: capitalize;
    text-align: center;
}

.home__benefits-item--third {
    border: 2px solid #fff;
    border-radius: 60px;
    padding: 7px 12px;
    font-family: 'Jost';
    width: fit-content;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 0px 20px 70px;
    text-transform: capitalize;
    text-align: center;
    /* animation: fadeInFromBack 3s ease forwards; 
    opacity :0; */
}


.home__why-docean--mobile {
    background: url('assets/images/why-docean-mobile-bg.jpg');
    margin: 10px 10px;
    padding: 20px;
    background-repeat: no-repeat;
    /* max-width: 415px; */
    height: 130px;
    color: #fff;
    background-size: cover;
    border-radius: 4px;
    display: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.home__why-docean--mobile__title {
    font-weight: 700;
    font-family: 'Jost';
    font-size: 22px;
    text-transform: capitalize;
    padding-bottom: 0px;
    margin-bottom: 8px;
    margin-top: 10px;
    padding-left: 20px;
}
.home__why-docean--mobile__img {
    padding-left: 20px;
}
.home__why-docean--mobile__subtitle {
    font-weight: 800;
    font-size: 24px;
    text-transform: capitalize;
}
.home__why-docean-column-2, .home__why-docean-column-2--mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.home__why-docean-column-2--mobile {
    display: none;
    padding: 0 10px;
    gap: 10px;
}
.home__why-docean-column-2--mobile .why-docean-leaf,
.home__why-docean-column-2--mobile .why-docean-leaf--right {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 10px);
    min-width: 140px;
}
.home__science-behind--mobile {
    display: none;
}
.home__why-docean {
    display: flex;
    max-width: 1320px;
    margin: 3rem auto;
    /* justify-content: center; */
    padding: 0px 50px;
    gap: 0;
}
.home__science-footer {
    color: #FFF;
    max-width: 526px;
    align-items: flex-end;
    margin-left: 51em;
}

.home__science-footer > h3 {
    font-family: 'Jost';
    font-weight: 600;
    font-size: 20px;
}
.home__science-footer > p {
    font-family: 'Syne';
    font-weight: 400;
}
.home__science-footer p > a {
    text-decoration: underline;
}
.why-docean-leaf {
    background: #EDF1F6;
    min-height: 60px;
    text-align: center;
    max-width: 200px;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    flex: 1 1 calc(50% - 20px);
    margin: 5px;
    font-size: 24px;
    font-family: 'Jost';
    padding: 40px 48px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
}
.home__why-docean-column-1, .home__why-docean-column-2 {
    flex: 1;
}
.home__why-docean-column-1 > img, .home__science-behind > img {
    max-width: 100%;
    height: auto;
}
.w-100 {
    width: 100%;
}
.gap-24 {
    gap: 24px;
}

.why-docean-leaf--right {
    display: flex;
    flex-direction: column;
    background: #EDF1F6;
    min-height: 60px;
    text-align: center;
    max-width: 212px;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    flex: 1 1 calc(50% - 20px);
    margin: 5px;
    font-size: 24px;
    font-family: 'Jost';
    padding: 40px 48px;
    font-weight: 400;
}
.why-docean-leaf  > strong, .why-docean-leaf--right > strong {
    display: inline;
}
.bg-color-yellow-1 {
    background: #FCFBEE;
}
.bg-color-orange-1 {
    background: #F6F2E7;
}
.bg-color-orange-2 {
    background: #F6F1ED;
}
.bg-color-green-1 {
    background: #ECF6E7;
}
.bg-color-red-1 {
    background: #F3F3F3;
}
.home__title--center {
    color: #FFF;
    font-size: 32px;
    font-family: 'Jost';
    font-weight: 400;
    text-align: center;
}
.home__science-behind {
    background: linear-gradient(180deg, #71D0BE 0%, #5D85BB 100%);
    padding: 40px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
}
.menu-toggle, .menu-toggle--home {
    display: none;
}
.home__benefits-item-container {
    flex: 1;
    display: flex;
    flex-direction: row;
    /* gap: 20px; */
    position: relative;
    opacity: 0;
    animation: fadeInFromBack 0.5s ease forwards; 
}
.home__benefits-item-container:nth-child(1) {
    animation-delay: 1s; /* Delay for the first feature */
}

.home__benefits-item-container:nth-child(2) {
    animation-delay: 2s; /* Delay for the second feature */
}

.home__benefits-item-container:nth-child(3) {
    animation-delay: 3s; /* Delay for the third feature */
}

.line-point {
    width: 10px;
    left: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    margin-top: 14px;
}

.line-point--2 {
    width: 10px;
    left: 4px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    margin-top: 14px;
}
.line-point--3 {
    width: 10px;
    left: -4px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    margin-top: 24px;
}
.line-point::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 82px; /* This defines the length of the line */
    height: 2px;
    background-color: white;
    transform: translateY(-50%);
}
.line-point--2::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 88px; /* This defines the length of the line */
    height: 2px;
    background-color: white;
    transform: translateY(-50%);
}
.line-point--3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 96px; /* This defines the length of the line */
    height: 2px;
    background-color: white;
    transform: translateY(-50%);
}
@keyframes fadeInFromBack {
    0% {
        transform: scale(0.5); /* Starts smaller, giving the "from back" effect */
        opacity: 0; /* Fully transparent */
    }
    100% {
        transform: scale(1); /* Full size */
        opacity: 1; /* Fully visible */
    }
}
/**Testimonial**/
.home__testimonials {
    background-color: #E7F5F6;
    padding-bottom: 20px;
}
.home__testimonials-conainer {
    gap: 28px;
}
.home__testimonials-conainer .slick-slide {
    margin: 0 14px;
}
.home__testimonials__title {
    font-family: 'Jost';
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin-top: 0px;
    padding-top: 46px;
    margin-bottom: 8px;
}
.home__testimonials__subtitle {
    text-align: center;
    font-family: 'Syne';
    font-size: 18px;
    margin-top: 0px;
    font-weight: 400;
}
.testimonial-card {
    width: 309px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.0);
    position: relative;
    font-family: Arial, sans-serif;
    height: 469px !important;
    background-repeat: no-repeat;
    flex: 1;
}
.home__testimonials-conainer .slick-next, .home__testimonials-conainer .slick-prev {
    top:  -7%;
}
.home__testimonials-conainer .slick-prev {
    left: unset !important;
    right: 80px !important;
    top: -54px !important;
}
.home__testimonials-conainer .slick-next {
    right: 28px !important;
}
.append-dots {
    display: flex;
    align-items: flex-start;
    padding-bottom: 20px;
    padding-left: 44px;
}
.append-dots .slick-dots {
    position: relative;
    width: auto;
}
.append-dots .slick-dots li {
    margin: 0px;
}

.image-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 150%; /* Aspect ratio for the image */
}

.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-icon {
    /* top: 50%;
    left: 50%; */
    transform: translate(-50%, -50%);
    /* background-color: rgb(239 239 239 / 70%); */
    width: 50px;
    height: 50px;
    border-radius: 50%;
    /* display: flex
; */
    /* justify-content: center; */
    align-items: center;
    cursor: pointer;
    margin-top: 40px;
    /* margin-left: 268px; */
    position: absolute;
    right: 8px;
}

.play-icon i {
    font-size: 24px;
    color: #333;
}

.testimonial-content {
    background: rgba(0, 0, 0, 0.6); /* Fondo negro con 70% de transparencia */
    color: #fff;
    text-align: center;
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 269px;
    max-width: calc(100% - 40px);
    backdrop-filter: blur(8.828571319580078px);
    height: 110px;
}

.stars {
    color: gold;
    font-size: 20px;
    margin-bottom: 10px;
}

.testimonial-quote {
    font-style: italic;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

.author {
    font-weight: bold;
    font-size: 14px;
    padding-top: 0px;
}
#top_message {
    display: flex;
    width: 100%;
    justify-content: center;
    height: 28px;
    align-items: center;
    color: #FFF;
    font-family: 'Jost';
    background-color: #163E64;
}
/**Newsletter Modal*/
.newsletter__modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent dark background */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Modal container */
.newsletter__modal {
    background-color: #ffffff;
    width: 400px;
    max-width: 90%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Close button */
.newsletter__close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}

/* Modal header */
.newsletter__modal-header {
    background: url('assets/images/newsletter-bg.jpg') no-repeat center center;
    background-size: cover;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Modal content */
.newsletter__modal-content {
    padding: 20px 28px;
}
.newsletter__modal-content h2 {
    font-family: 'Jost';
    font-size: 26px;
    text-align: center;
    font-weight: 400;
}
.newsletter__h2 {
    font-size: 18px;
    color: #2a3242;
    margin-bottom: 20px;
}

/* Subscription form */
.newsletter__subscription-form {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.newsletter__subscription-form input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-bottom: 10px;
}
.newsletter__subscription-form input::placeholder {
    color: var(--color-text-primary);
    font-family: 'Jost';
    font-weight: 400;
}

.newsletter__subscription-form button {
    background-color: var(--color-brand-primary);
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 14px;
}

.newsletter__subscription-form button:hover {
    background-color: #345a7a;
}

/* Privacy notice */
.newsletter__privacy-notice {
    font-size: 12px;
    color: var(--color-text-primary);
    margin-top: 20px;
    font-weight: 400;
    font-family: 'Jost';
    line-height: 1.5;
}

.newsletter__privacy-notice a {
    color: var(--color-brand-primary);
    text-decoration: underline;
}
.home__footer-banner {
    display: flex;
    /* width: 100%; */
    /* max-width: 100%; */
    justify-content: space-between;
    padding: 10px 60px;
    background: #72DBD9;
    padding: 0px;
    border-radius: 16px;
    z-index: 10;
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    position: relative;
}
.home__footer-banner__title {
    font-family: 'Jost';
    font-size: 32px;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}
.home__footer-banner__subtitle {
    font-family: 'Jost';
    font-size: 18px;
    font-weight: 400;
}
.home__footer-banner__column-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
}
.home__footer-banner__column-2 {
    padding: 20px;
}
.home__footer-banner--mobile {
    border-radius: 16px;
    background: #72DBD9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px;
    font-weight: 400;
    font-family: 'Jost';
    display: none;
}
.home__footer-banner--mobile__title {
    font-size: 24px;
    text-align: center;
    margin: 0px;
}
.home__footer-banner--mobile__subtitle {
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    
}
.home__footer-banner--mobile .home__buy-now {
    margin-bottom: 20px;
    max-width: 308px;
    width: 100%;
    margin-top: 20px;
}
.navbar__cream {
    align-items: center;
    height: 100%;
    display: flex;
    justify-content: center;
}
.why-docean-product {
    background: #FCFBEE;
    display: flex;
    margin-top: 20px;
}
.why-docean-product--container {
    width: 100%;
}
.why-docean-product__content {
    max-width: 676px;
    padding-top: 0px;
}
.why-docean-product__column-1 {
    width: 70%;
}
.wc-block-components-text-input.wc-block-components-address-form__city.is-active {
    flex: 1 100% !important;
}
article .wp-block-heading {
    margin-block: 0px;
}
article p {
    margin-top: 0px;
    padding-top: 5px;
}

.image-mapper-shape {
    fill: rgba(0, 0, 0, 0);
}
g:hover .image-mapper-shape {
    stroke: white;
    stroke-width: 2px;
    opacity: 20%;
}
/** Cookie Settings */
.cookie-preferences {
    border-radius: 8px;
    font-family: 'Jost';
    color: var(--color-text-primary);
    font-size: 18px;
    font-weight: 400;
}

.cookie-preferences h3 {
    font-weight: bold;
    margin-bottom: 0px;
    color: var(--color-text-primary);
    font-size: 18px;
}

.cookie-preferences p {
    margin-bottom: 20px;
    margin-top: 0px;
    padding: 0px;
}

/* Checkbox Switch Design */
.cookie-option {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    color: var(--color-text-primary);
    cursor: pointer;
}

.cookie-option input {
    display: none; /* Hide the default checkbox */
}

.switch {
    width: 40px;
    height: 20px;
    background-color: #D3DBF8;
    border-radius: 20px;
    position: relative;
    transition: background-color 0.3s ease;
}

.switch::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

/* Checked State */
.cookie-option input:checked + .switch {
    background-color: #1a3a5b;
}

.cookie-option input:checked + .switch::before {
    transform: translateX(20px);
}

/* Disabled State */
.cookie-option input:disabled + .switch {
    background-color: #D3DBF8;
}

.cookie-option input:disabled + .switch::before {
    background-color: #1a3a5b;
    transform: translateX(20px);
}

.cookie-message {
    margin-top: 20px;
}
/* Cookie Banner Styles */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1a3a5b; /* Color principal de tu sitio */
    color: #fff;
    padding: 15px 20px;
    display: none; /* Ocultar inicialmente */
    z-index: 9999;
}
.cookie-banner__buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cookie-banner__button--reject {
    background-color: #ff5a5f; /* Rojo */
}

.cookie-banner__button--reject:hover {
    background-color: #c0392b; /* Rojo más oscuro */
}

.cookie-banner__content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.cookie-banner__content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.cookie-banner__link {
    text-decoration: underline;
}

.cookie-banner__button {
    background-color: #ff5a5f; /* Color para el botón */
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 10px;
    transition: background 0.3s ease;
}

.cookie-banner__button:hover {
    background-color: #ff5a5f; /* Color más oscuro al pasar el mouse */
}
a#load-more-questions {
    margin-top: 16px;
}
.product-gallery--mobile {
    margin-bottom: 20px !important;
}
.product-gallery button.slick-prev.slick-arrow {
    top: 48% ;
}

.testimonial__video-container video, .testimonial__video-container {
    width: 100%;
    height: 100%;
    min-width: 320px;
    object-fit: cover;
}
#orderTrackingForm {
    margin-inline: auto;
    max-width: 400px;
}
#orderTrackingForm .form-group, #orderTrackingForm .form-row {
    padding: 0px;
}
#orderTrackingForm .form-group > input {
    padding-inline: 10px;
    border: 1px solid var(--color-brand-primary);
    background: transparent;
    color: var(--color-brand-primary);
}
#orderTrackingForm .form-group input[type="submit"] {
    width: 106%;
}
#orderTrackingForm .form-group > label {
    background: #EDF1F6;
}
.secondary-backgound {
    background-color: #EDF1F6;
}
.height-100 {
    height: 100vh;
}
.order-tracking__title {
    font-family: 'Jost';
    font-size: 32px;
    text-align: center;
    color: var(--color-text-primary);
    font-weight: 500;
    margin-top: 0px;
    padding-top: 40px;
}
#newsletter__modal--sucess, #contact-form-success {
    display: none;
    background-color: #FFF;
    padding: 20px;
}
#contact-form-success {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#mobile_notifications {
    margin: 0 1em 0 0;
    width: 1.5em;
    height: 1.5em;
    border-radius: 12px;
}
/* Responsive Design */
@media (max-width: 768px) {
    .navbar__menu, .navbar__menu--home {
        display: none;
        flex-direction: column;
        background-color: #333;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
    }
    .navbar__menu--mobile.active, .navbar__menu--mobile-home.active {
        display: flex;
        flex-direction: column;
        background-color: #FFF;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        gap: 0;
        height: 700px;
        max-height: 900px;
    }
    .navbar__menu--mobile-home {
        color: var(--color-brand-primary);
    }
    /* .navbar__menu--mobile-home.active {
        background: transparent;
    } */
    .navbar__menu--mobile a, .navbar__menu--mobile-home a {
        padding: 0px 10px;
    }
    .menu-toggle {
        display: block;
        font-size: 24px;
        cursor: pointer;
        color: var(--color-text-primary);
    }
    .font-white {
        color: #fff;
    }
    .post {
        flex-direction: column-reverse;
    }
    .post__content, .post__image {
        flex-grow: 1;
    }
    .border-left-white, .border-right-white {
        border-left: 0px;
        border-right: 0px;
        border-top: 0px;
    }
    .container {
        margin: 20px 20px;
    }
    .button--leaf-style > a {
        font-size: 16px !important;
        /* padding-top: 25px !important;
        padding-bottom: 25px !important; */
        padding: 25px 10px !important; 
    }
    .column-60, .column-40, .column-70, .column-30, .about-us__column, .testimonial-card {
        flex: 1 1 100%;
    }
    .testimonial-card {
        flex: none;
        display: flex !important;
        justify-content: center;
        align-items: center;
        background-position: center !important;
        min-width: 320px;
        width: 320px !important;
    }
    .product__column--2 {
        flex: 1;
    }
    .row, .about-us__core-values-column-container {
        flex-direction: column;
    }
    .article__title {
        font-size: 32px;
        text-align: left;
        margin-top: 0px;
        padding-left: 20px;
        padding-top: 0px;
    }
    .article_subtitle {
        font-size: 14px;
        text-align: left;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;   
    }
    .article__header {
        max-height: 343px;
    }
    .text-white-background {
        font-size: 24px !important;
    }
    .text-white-background--tiles {
        font-size: 28px !important;
    }
    .border-blue {
        padding: 0px !important;
    }
    .d-desktop-only {
        display: none;
    }
    .d-mobile-only {
        display: block !important;
    }
    .product__column--1 {

        padding: 0px;
    }
    .container--product:has(.product__column--1) {
        padding-left: 0px;
        padding-right: 0px;
    }
    .product__column--2 {
        padding: 0px 10px;
    }
    .tab {
        font-size: 18px;
    }
    .column-70 {
        padding-top: 0px;
        padding-inline: 10px;
    }
    .cart-box {
        width: auto;
    }
    .about-us__column {
        min-height: 150px;
        justify-content: center;
        align-items: center;
        margin: 5px 10px;
    }
    .about-us__column > img {
        width: 57px;
        height: 54px;
        margin-top: 20px;
    }
    .about-us__core-values {
        height: auto;
    }
    .about-us__story {
        background-image: none; /**TODO: Add mobile image for this section*/
        background-color: #E7F5F6;
        height: auto;
        padding-bottom: 20px;
    }
    .about-us__story__pagragraph, .about-us__story p {
        padding: 10px;
        margin-block: 0px;
        padding-inline: 19px;
    }
    .about-us__core-values__paragraph {
        padding: 10px;
        margin-block: 0px;
        text-align: left;
    }
    .newsletter__modal-header {
        height: 174px;
    }
    .home-docean--mobile {
        display: flex;
        flex-direction: column;
        min-height: 580px;
        padding-bottom: 50px;
    }
    .cart-box {
        left: 0;
        right: 0;
    }
    .why-docean-leaf, .why-docean-leaf--right {
        padding: 22px 10px;
        font-size: 14px;
        display: flex;
        flex-direction: column;
    }
    .home__why-docean-column-2 {
        gap: 10px;
    }
    .home__why-docean-column-2 .why-docean-leaf,
    .home__why-docean-column-2 .why-docean-leaf--right {
        flex: 1 1 calc(50% - 5px) !important;
        max-width: calc(50% - 5px) !important;
        min-width: 0;
        margin: 0;
        box-sizing: border-box;
    }
    .home__why-docean-column-2--mobile .why-docean-leaf,
    .home__why-docean-column-2--mobile .why-docean-leaf--right {
        flex: 1 1 calc(50% - 10px) !important;
        max-width: none !important;
        width: calc(50% - 10px);
        min-width: 0;
        margin: 5px;
        box-sizing: border-box;
    }
    .home__why-docean--mobile {
        display: block;
    }
    .home__why-docean-column-2--mobile {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
        padding: 0 5px;
    }
    .home__footer-banner--mobile {
        display: flex;
    }
    .home__science-behind--mobile {
        display: block;
        width: 101%;
        margin-top: 30px;
    }
    .play-icon {
        top: 34px;
        left: auto !important;
        right: 8px !important;
        transform: translateY(-50%);
        /* background-color: rgb(239 239 239 / 70%); */
        width: 50px;
        height: 50px;
        border-radius: 50%;
        align-items: center;
        cursor: pointer;
        position: absolute;
        margin-top: 0px;
    }
    /* Testimonials carousel - móvil: 1 slide centrado con peek de adyacentes */
    .home__testimonials-conainer {
        margin: 20px 0;
        padding: 0 40px;
        overflow: hidden;
    }

    .home__testimonials-conainer .slick-track {
        display: flex;
        align-items: center;
    }
    .home__testimonials-conainer .slick-slide {
        margin: 0 8px;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .home__testimonials-conainer .slick-slide > div {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .home__testimonials-conainer .testimonial-card {
        width: 277px !important;
        min-width: 277px !important;
        max-width: 277px !important;
        flex-shrink: 0;
        height: 469px !important;
    }
    .home__testimonials-conainer .testimonial-card .testimonial-content {
        width: 237px !important;
        max-width: calc(100% - 40px);
        display: flex;
        flex-direction: column;
        padding-top: 46px;
    }
    .home__testimonials-conainer .testimonial-card .testimonial__video-container {
        min-width: 277px;
        width: 100%;
        height: 469px;
    }
    .home__testimonials-conainer .slick-current .testimonial-card {
        border: 4px solid #FFF;
        box-sizing: border-box;
    }
    .home__testimonials-conainer .slick-next,
    .home__testimonials-conainer .slick-prev {
        top: 50% !important;
        z-index: 2;
    }
    .home__testimonials-conainer .slick-next {
        right: 8px !important;
        transform: translateY(-50%) !important;
    }
    .home__testimonials-conainer .slick-prev {
        left: 8px !important;
        right: auto !important;
        transform: rotate(180deg) translateY(-50%) !important;
    }
    .home__testimonials-conainer button.slick-prev.slick-arrow {
        top: 41% !important;
    }
    .footer--home {
        margin-top: 0px;
    }
    .footer-content--home {
        margin-top: 20px;
    }
    .home__footer-banner  {
        display: none;
    }
    .footer-logo-section {
        flex: 1 1 100%;
    }
    .footer, .footer--home {
        padding: 0px 20px 20px 20px;
    }
    .footer-content--home {
        margin-top: 0px;
    }
    .footer_text_one {
        font-size: 16px;
        text-align: center;
    }
    #footer-subscribe-form {
        flex-direction: column;
    }
    .subscribe-input {
        width: 100%;
        margin-bottom: 10px;
    }
    .footer__divider {
        display: block;
        width: 100%;
        height: 1px;
        background: var(--color-brand-primary);
    }
    .footer-socials {
        display: none;
    }
    .footer-bottom {
        flex-direction: column-reverse;
        border-top: 1px solid var(--color-brand-primary);
    }
    .footer-bottom > p {
        padding: 0px;
        margin: 0px;
    }
    .footer-bottom-links, .footer-bottom-links {
        justify-content: center;
        padding: 0px;
        line-height: 3em;
    }
    .subscribe-button {
        max-height: 36.5px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .footer-bottom-links--socials {
        display: flex;
    }
    .footer-bottom-links--socials {
        width: 100%;
        justify-content: space-evenly;
        padding-bottom: 0px;
        margin-bottom: 1.5em;
        margin-top: 30px;
        align-items: center;
        padding: 0px;
    }
    .navbar__menu-container {
        justify-content: space-between;
    }
    .navbar__logo {
        flex: none;
    }
    .faq__column--1,  .faq__column--2 {
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
    }
    .container--certificate {
        flex-direction: column;
        padding: 20px 0px;
    }
    .container--certificate .faq__column--1, .container--certificate .faq__column--2 {
        padding: 0px;
    }
    .certificate__select {
        min-width: 300px;
        padding-left: 1em;
        padding-right: 2em;
    }
    .faq__column--1 > h1 {
        font-size: 32px;
        text-transform: capitalize;
        font-family: 'Jost';
        font-weight: 500;
        margin-block: 0px;
    }
    .container--faq {
        padding: 10px;
    }
    .container--faq .faq__column--1 {
        padding: 0px;
        flex: none;
    }
    .container--faq .faq__column--2 {
        padding: 0px 10px 
    }
    .faq__column--2 > .read-more {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .certificate__title_1 {
        font-family: 'Jost';
        font-size: 18px;
        font-weight: 500;
    }
    .certificate__title_2 {
        display: none;
    }
    .blog-header__subtitle {
        max-width: 350px;
        text-align: center;
        margin-inline: auto;
    }
    .blog-header__search {
        width: 100%;
        max-width: 408px;
    }
    .product__title-rating {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .product__title {
        font-size: 18px;
        padding-top: 0px;
    }
    .product__price {
        margin: 5px;
        margin-block: 0px;
    }
    #reviewForm {
        padding: 0px;
    }
    .column-30 {
        padding-inline: 10px;
        padding-top: 6px;
    }
    .container {
        padding: 0 10px;
        margin-inline: 0px;
    }
    .about-us__header {
        height: 420px;
        justify-content: flex-start;
        justify-content: center;
        display: flex !important;
    }
    .about-us__title {
        margin-bottom: 0px;
        max-width: 350px;
        margin: 0 auto;
    }
    .about-us__paragraph {
        max-width: 356px;
        text-align: left;
        line-height: 1.5em;
        margin: 30px auto;
    }
    .about-us__core-values__heading {
        margin-block: 0px;
    }
    .gap-24 {
        gap: 4px;
    }
    .why-docean-product__column-1 {
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .why-docean-subtitle {
        text-align: center;
    }
    @media (max-width: 768px) {
        .why-docean-subtitle {
            text-align: left;
            padding-inline: 10px;
        }
    }
    .article__header {
        border-radius: 0px;
        margin-top: 0px;
        text-align: left;
        align-items: flex-start;
    }
    .article__date {
        padding-left: 20px;
    }
    .faq__column--1 > h1 {
        font-size: 30px;
        font-weight: 400;
        padding-top: 10px;
    }
    .is-mobile.wc-block-components-sidebar-layout, .is-small.wc-block-components-sidebar-layout {
        flex-direction: column-reverse !important;
    }
    .container--product {
        padding: 0px;
    }
    #questions .read-more, #reviews-tab .read-more, .read-more--product {
        width: 100%;
        margin: 0 auto;
        padding-block: 10px;
        padding-inline: 0;
        text-align: center;
    }
    .d-mobile-only .docean-star-rating {
        padding-bottom: 10px;
        border-bottom: 1px solid #CCC;
    }
    .why-docean-product__content {
        margin-top: 0px;
    }
    .why-docean-product__column-1 .home__buy-now {
        width: 100%;
        max-width: 314px;
    }
    .why-docean-product {
        margin-top: 10px;
    }
    .wp-block-heading {
        margin-block: 0px;
    }
    article p {
        padding: 0px;
    }
    .faq__column--1 img {
        max-width: 410px;
        width: 100%;
        height: auto;
    }
    .faq__column--2 .form-group {
        padding-right: 0px;
        max-width: 100%;
        width: 100%;
    }
    .certificate__select {
        width: 100%;
        max-width: 95%;
        margin-left: 18px;
        margin-right: 0px;
    }
    .certificate__button {
        width: 92%;
        max-width: 100%;
        color: #FFF !important;
    }
    .blog__view-archive {
        justify-content: center;
    }
    .about-us__title--our-story {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .navbar {
        height: 45px;
    }
    .blog-header__subtitle--archive {
        text-align: left;
    }
    .cookie-banner__buttons {
        gap: 5px;
        justify-content: space-between;
        width: 100%;
    }
    .cookie-banner {
        width: auto;
    }
    .cookie-banner__button {
        font-size: 12px;
    }
    #orderTrackingForm {
        margin-inline: 10px;
    }
    #orderTrackingForm .form-group > input {
        width: -webkit-fill-available;
        width: -moz-available;
    }
    #orderTrackingForm .form-group input[type="submit"] {
        width: 100%;
    }
    .product-gallery, .thumbnail-gallery {
        display: none !important;
    }
    #custom-checkout-checkbox {
        padding-top: 30px;
    }
}

@media (max-width: 576px) { 
    .home__why-docean--mobile {
        background-size: contain;   
    }
}

/* Celulares más grandes (431px-768px): cards más anchas */
@media (min-width: 431px) and (max-width: 768px) {
    .home__testimonials-conainer .testimonial-card {
        width: 316px !important;
        min-width: 316px !important;
        max-width: 316px !important;
    }
    .home__testimonials-conainer .testimonial-card .testimonial-content {
        width: 256px !important;
    }
    .home__testimonials-conainer .testimonial-card .testimonial__video-container {
        min-width: 316px;
    }
    .slick-list.draggable {
        margin: 0 auto;
    }
}