/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


.custom-products-addons {
    font-family: "Choppin", Sans-serif;
    margin: auto;
    padding: 20px 0;
}
div#bundle-variation-selection {
    align-self: end;
    margin-left: 20px;
}
.custom-products-addons .products-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}
div#bundle-variation-selection label {
    margin-bottom: 10px;
}
.woocommerce-account.woocommerce-page .elementor.elementor-23.elementor-location-header {
    display: none;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--artbook {
    display: none;
}
.woocommerce-account.woocommerce-page .elementor.elementor-35.elementor-location-footer {
    display: none;
}
div#bundle-variation-selection {
    width: 70%;
    align-self: start;
}
.custom-products-addons .product {
    background: #fff;
    flex: 1;
    position: relative;
}
.custom-products-addons .product .product-header{
    background: #d3e3f3;
    border-radius: 8px;
    min-height: 288px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#addons-list{
    display: none;
}
#variation-list{
    display: none;
    margin-bottom: 25px;
}
.custom-products-addons .product-info {
    display: flex    ;
    justify-content: space-between;
    align-items: baseline;
    padding: 15px 0px;
}
.custom-products-addons .product img {
    width: 159px;
}

.custom-products-addons .badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #d3e3f3;
    color: rgba(0, 0, 0, 1);
    padding: 8px 11px;
    font-size: 14px;
    font-family: "Choppin", Sans-serif;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, 0.25);
}
.custom-products-addons .review-count{
    color: rgba(81, 54, 41, 1);
    font-size: 14px;
    font-family: "Choppin", Sans-serif;
}
.custom-products-addons .product h3 a {
    font-weight: 700;
    font-size: 24px;
    font-family: "Choppin", Sans-serif;
    margin: 10px 0;
    color: rgba(81, 54, 41, 1);
}
.custom-products-addons .badge a {
    color: rgba(0, 0, 0, 1);
}
.custom-products-addons .product-title {
}
.custom-products-addons .product-reviews i {
    font-size: 11px;
    font-family: "Choppin", Sans-serif;
}
.custom-products-addons .product-title p, .product-title h3{
    margin: 0;
}
.custom-products-addons .product h3 {
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.custom-products-addons .product-title p {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    font-family: "Choppin", Sans-serif;
}
.custom-products-addons .product-title p {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    font-family: "Choppin", Sans-serif;
}
.custom-products-addons .product p {
    font-size: 14px;
    font-family: "Choppin", Sans-serif;
    color: #666;
    margin: 0;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--pay-tax {
    display: none;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--artframe {
    display: none;
}
a.pay-now-btn {
    background: #f97272;
    padding: 7px 45px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: "Choppin", Sans-serif;
    font-weight: 500;
    border-radius: 4px;
    border: 0px;
    margin-top: 14px;
    display: block;
    width: max-content;
}
a.pay-now-btn:hover{
    background: #e85c5c;
    color: #fff !important;
}
.custom-products-addons .product .add-to-cart-button {
    background: rgba(167, 199, 231, 1);
    color: white;
    padding: 10px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 25px;
    width: 100%;
    display: block;
    text-align: center;
}

.custom-products-addons .product .add-to-cart-button:hover {
    background: #0056b3;
}

.addons-section {

}

.custom-products-addons .addons-section h2 {
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #0b0b45;
}

.custom-products-addons .addon {
    margin-bottom: 0px;
    padding: 21px 6px;
    border-top: 1px solid rgba(0, 0, 0, 1);
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}
.custom-products-addons .addons-section .addon:nth-child(3) {
    border: 0px;
}
.custom-products-addons .addon h3 {
    font-size: 24px;
    font-family: "Choppin", Sans-serif;
    margin-bottom: 16px;
    color: #0b0b45;
    font-weight: 700;
}

.custom-products-addons .addon p {
    font-size: 16px;
    font-family: "Choppin", Sans-serif;
    color: rgba(0, 0, 0, 1);
    margin: 0px;
    font-weight: 500;
}

.custom-products-addons .addon label {
    display: block;
    font-size: 16px;
    font-family: "Choppin", Sans-serif;
    margin-top: 5px;
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
}


.keeps-custom-tabs-wrapper .keeps-tab{
    border-bottom:1px solid rgba(0, 0, 0, 1);
    margin-bottom: 20px;
}
.keeps-custom-tabs-wrapper button{
    font-family: "Choppin", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-family: "Choppin", Sans-serif;
    line-height: 120%;
    text-align: center;
    color: rgba(0, 0, 0, 0.45);
    background: unset !important;
    padding: 10px 25px 10px 0px;
    border: 0px;
}

.keeps-product-price h3 {
    font-size: 14px;
    font-family: "Choppin", Sans-serif;
    color: rgba(0, 0, 0, 1);
    font-weight: 700;
    font-family: "Choppin", Sans-serif;
}
.keeps-custom-tabs-wrapper button.active , .keeps-custom-tabs-wrapper button:hover{
    color:rgba(0, 0, 0, 1) !important;
    position:relative;
}

.keeps-custom-tabs-wrapper .tabcontent{
    display: none;
}
.keeps-custom-tabs-wrapper .tabcontent.active{
    display: block;
}

.keeps-custom-tabs-wrapper .tabcontent p{
    font-family: "Choppin", Sans-serif;
    font-weight: 500;
    font-size: 14px;
    font-family: "Choppin", Sans-serif;
    line-height: 120%;
    vertical-align: middle;
    color:rgba(0, 0, 0, 1);
    margin-top: 15px;
}
.keeps-product-price p {
    font-family: "Choppin", Sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: rgba(81, 54, 41, 1);
}
.keeps-product-link a , .keeps-product-link a:hover{
    background-color: rgba(167, 199, 231, 1);
    border-radius: 6px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: "Choppin", Sans-serif;
    font-weight: 500;
    font-family: "Choppin", Sans-serif;
    padding: 9px 40px;
}

.custom-range-slider {
    transform: scale(1.5);
    width: fit-content;
    margin: 30px auto 70px auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    place-self: center;
}
.pieces{
    font-size: 14px;
    font-family: "Choppin", Sans-serif;
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
}
path.rs-transition.rs-range {
    stroke: rgb(11 11 69) !important;
}

#custom-product-form {
    font-family: "Choppin", Sans-serif;
    background: #fff;
    border-radius: 8px;
}
#custom-product-form h3{
    font-family: "Choppin", Sans-serif;
    font-weight: 700;
    font-size: 24px;
    font-family: "Choppin", Sans-serif;
    line-height: 100%;
    color: #0b0b45;
    margin: 0;
    margin-bottom: 20px;
}
#custom-product-form .product-box {
    margin-bottom: 20px;
}
#custom-product-form .product-box .product-radio{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

#custom-product-form .product-box .product-radio input[type="radio"]{
    accent-color: black;
}
#custom-product-form input[type="radio"], #custom-product-form input[type="checkbox"] {
    margin-right: 8px;
}

#custom-product-form #num_pages {
    width: 100%;
    margin-bottom: 20px;
    background: rgba(167, 199, 231, 1);
    border: 1px dotted rgba(0, 0, 0, 1);
    border-radius: 8px;
    color: rgba(255, 255, 255, 1);
    font-family: "Choppin", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-family: "Choppin", Sans-serif;
    line-height: 100%;
    padding: 13px 20px;
}
#custom-product-form #num_pages::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: rgba(255, 255, 255, 1);
}
#custom-product-form #num_pages:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: rgba(255, 255, 255, 1);
   opacity:  1;
}
#custom-product-form #num_pages::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: rgba(255, 255, 255, 1);
   opacity:  1;
}
#custom-product-form #num_pages:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: rgba(255, 255, 255, 1);
}
#custom-product-form #num_pages::-ms-input-placeholder { /* Microsoft Edge */
   color: rgba(255, 255, 255, 1);
}

#custom-product-form #num_pages::placeholder { /* Most modern browsers support this now. */
   color: rgba(255, 255, 255, 1);
}


#custom-product-form #num_pages_value {
    font-weight: bold;
    margin-left: 10px;
}

#custom-product-form .addon-box {
    padding: 20px 10px;
    border: 0px solid #ddd;
    background: #d3e3f3;
    border-radius: 5px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}

#custom-product-form .addon-box strong {
    font-family: "Choppin", Sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: rgba(81, 54, 41, 1);
}
#custom-product-form .addon-box input[type="checkbox"] {
    margin-top: 5px;
}
#custom-product-form .bundle-radio {
    display: flex;
}
#custom-product-form .bundle-radio input[type="radio"] {
    accent-color: black;
}
#custom-product-form .addon-box label {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
#custom-product-form .addon-box span {
    font-family: "Choppin", Sans-serif;
    font-weight: 550;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
}
.page-id-698 span.elementor-login-separator {
    display: none;
}

.page-id-698 a.elementor-register {
    display: none;
}
#custom-product-form .price {
    font-family: "Choppin", Sans-serif;
    font-weight: 700;
    font-size: 40px;   
    margin-top: 20px;
    margin-bottom: 10px;
    color: rgba(81, 54, 41, 1);
}

#custom-product-form .note {
    font-family: "Choppin", Sans-serif;
    font-weight: 550;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 15px;
}

#custom-product-form .btn-continue {
    background: rgba(167, 199, 231, 1);
    color: rgba(255, 255, 255, 1);
    padding: 16px 25px;
    border: none;
    cursor: not-allowed;
    border-radius: 0px;
    font-family: "Choppin", Sans-serif;
    font-weight: 550;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    cursor: pointer;
}

#custom-product-form .btn-continue:enabled {
    /* background: #316dc4; */
    cursor: pointer;
}
div#product-img-col {
    max-height: 600px;
}

ul.book-ul-shortdescription {
    padding-left: 18px;
    list-style: none;
    position: relative;
}

ul.book-ul-shortdescription li {
    position: relative;
    margin-bottom: 10px;
}
div#variation-selection {
    margin-bottom: 20px;
}
ul.book-ul-shortdescription li:before {
    content: "";
    background-image: url(https://keeps.devhubstagings.com/wp-content/uploads/2025/03/Group-52874.png);
    background-position: center;
    background-size: 15px 12px;
    display: block;
    width: 15px;
    height: 12px;
    position: absolute;
    left: -22px;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 19%;
    background: #d3e3f3;
    padding: 20px;
    border-radius: 20px;
    height: 100vh;
    position: sticky;
    top: 10px;
}
.myaccount-wrapper {
    display: flex;
    min-height: 100vh;
    background: #ccc;
    padding: 20px;
    box-sizing: border-box;
}
.woocommerce-account .woocommerce-MyAccount-content{
    width: 79%;
    /* height: 100vh; */
}
.myaccount-sidebar {
    background: #d3e3f3;
    border-radius: 22px;
    padding: 45px 23px;
    max-width: 264px;
    width: 335px;
}
.myaccount-sidebar .logo {
    font-size: 24px;
    font-family: "Choppin", Sans-serif;
    font-weight: 700;
    margin-bottom: 40px;
}
.myaccount-nav ul {
    list-style: none;
    padding: 0;
}

.myaccount-nav ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    display: block;
    cursor: pointer;
}
.myaccount-nav ul li.is-active a,
.myaccount-nav ul li a.active {
    font-weight: bold;
}
.profile-section {
    text-align: center;
    margin-bottom: 40px;
}
.profile-section img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.profile-section h3 {
    margin: 0;
    font-size: 24px;
    font-family: "Choppin", Sans-serif;
    color: #0b0b45 !important;
    font-weight: 700;
}
.myaccount-content {
    background: #d3e3f3;
    padding: 30px 40px;
    flex-grow: 1;
    border-radius: 22px;
    width: 100%;
}
.myaccount-content h2 {
    margin-top: 0;
    color: #0b0b45;
    font-size: 24px;
    font-family: "Choppin", Sans-serif;
    font-weight: 700;
}
.button.button-primary {
    background: #9ABFEF;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
}
.notice {
    padding: 10px;
    margin-bottom: 20px;
    background: #d1ffd1;
    border: 1px solid #3c763d;
    color: #3c763d;
    display: none;
}
.custom-my-account-dashboard {
    display: flex;
    gap: 20px;
}

.sidebar {
    background: #C2DAF4;
    padding: 20px;
    width: 250px;
    border-radius: 20px 0 0 20px;
    color: #333;
}

.sidebar .logo {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 30px;
}

.sidebar .profile {
    text-align: center;
    margin-bottom: 30px;
}
.sidebar .profile img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.sidebar nav ul {
    list-style: none;
    padding: 0;
}
.sidebar nav ul li {
    margin-bottom: 15px;
}
.sidebar nav ul li a {
    text-decoration: none;
    color: #333;
}

.dashboard-content {
    flex: 1;
    padding: 30px;
    background: #f4f4f4;
    border-radius: 0 20px 20px 0;
}
.personal-info-form .row {
    display: flex;
    gap: 10px;
}
.personal-info-form input[type="text"],
.personal-info-form input[type="email"] ,
.woocommerce-ResetPassword.lost_reset_password input[type="password"]{
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 0px solid #ccc;
    border-radius: 4px;
}
.personal-info-form .buttons {
    display: flex;
    gap: 10px;
}
.personal-info-form button {
    font-size: 16px;
    font-family: "Choppin", Sans-serif;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 50%;
}
.woocommerce-ResetPassword.lost_reset_password button[type="submit"]{
    font-size: 16px;
    font-family: "Choppin", Sans-serif;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 50%;
    background: rgba(167, 199, 231, 1);
    color: white;
}
.woocommerce-ResetPassword.lost_reset_password button.show-password-input{
    top: 35%;
}
/* .personal-info-form button[type="reset"] {
    background: #d3e3f3;
    border: 1px solid rgba(167, 199, 231, 1);
    color: rgba(167, 199, 231, 1);
} */
.personal-info-form button[type="submit"] , .personal-info-form button[type="reset"] {
    background: #f97272;
    color: white;
}
.personal-info-form button[type="submit"]:hover , .personal-info-form button[type="reset"]:hover {
    background: #e85c5c;
}
.woocommerce-MyAccount-navigation .header img {
    width: 175px;
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation .header {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0px;
}
.woocommerce-MyAccount-navigation ul li {
    padding: 10px;
    border-radius: 4px;
}
.woocommerce-MyAccount-navigation ul li a{
    display: flex;
    align-items: center;
    color: #242424;
    gap: 10px;
    text-decoration: none;
}
li.woocommerce-MyAccount-navigation-link.is-active {
    background: rgba(255, 255, 255, 1);
}
li.woocommerce-MyAccount-navigation-link.is-active a{
    color: rgba(167, 199, 231, 1);
}
.myaccount-nav ul li {
    padding: 10px 20px;
    border-radius: 22px;
}
.myaccount-nav ul li a{
    color: rgba(0, 0, 0, 0.45) !important;
    font-size: 14px;
    font-family: "Choppin", Sans-serif;
    font-weight: 400 !important;
    display: flex;
    align-items: center;
    gap: 10px;
}
.myaccount-nav ul li a img{
    width: 18px;
}
.myaccount-nav ul li.is-active a{
    color: rgba(0, 0, 0, 1) !important;
}
.myaccount-nav ul li.is-active{
    background-color: rgba(255, 255, 255, 1) !important;
}
.personal-info-form label {
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    font-family: "Choppin", Sans-serif;
    font-weight: 400;
}

.personal-info-form label input {
    accent-color: rgba(0, 0, 0, 1);
}
.custom-header h2 {
    font-size: 24px;
    font-family: "Choppin", Sans-serif;
    font-weight: 700;
    color: #0b0b45;
}
.woocommerce-orders-table-custom{
    background-color: #d3e3f3    ;
    border-radius: 22px;
    height: 100%;
    padding: 30px;
}
.woocommerce-orders-table-custom table{
    border: 0px !important;
}
.woocommerce-orders-table-custom table thead th{
    border: 0px !important;
    font-size: 16px;
    font-family: "Choppin", Sans-serif;
    font-weight: 700 !important;
    color: rgba(0, 0, 0, 1);
}
.woocommerce-orders-table-custom table tbody th{
    background: #fff !important;
    border: 0px !important;
    border-bottom: 1px solid #0000001f !important;
    padding: 9px !important;
}
.woocommerce-orders-table-custom table td{
    background: #fff !important;
    border: 0px !important;
    border-bottom: 1px solid #0000001f !important;
    font-size: 16px;
    font-family: "Choppin", Sans-serif;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    padding: 9px !important;
}
.woocommerce-orders-table-custom table td a{
    background: #f97272 !important;
    color: #fff !important;
    padding: 15px 40px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    display: flex;
    align-items: center;
}
.woocommerce-orders-table-custom table td a:hover{
    background: #e85c5c !important;
}
.woocommerce-orders-table-custom table tbody th a{
    font-size: 16px;
    font-family: "Choppin", Sans-serif;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
}
.custom-order-boxes {
    background: #d3e3f3;
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 22px;
    padding: 48px 32px;
}


.variation-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    gap: 30px;
}
.custom-order-boxes h2 {
    font-size: 24px;
    font-family: "Choppin", Sans-serif;
    color: #0b0b45;
    margin-bottom: 10px;
    font-weight: 700;
}
.order-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.order-box .order-img{
    width: 30%;
    display: flex;
    justify-content: center;
}
.order-box .order-img img{
    object-fit: cover;
    width: 232px;
}
.custom-order-boxes h3 {
    font-size: 18px;
    color: #555;
    margin-top: 20px;
    margin-bottom: 10px;
}

.custom-order-boxes p {
    font-size: 14px;
    font-family: "Choppin", Sans-serif;
    color: rgba(0, 0, 0, 1);
    line-height: 1.6;
}

.custom-order-boxes ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-order-boxes ul li {
    padding: 8px 0;
    font-size: 14px;
    font-family: "Choppin", Sans-serif;
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    display: flex;
}
.custom-order-boxes ul li strong{
    color: rgba(0, 0, 0, 0.45);
    width: 25%;
}
.upcoming-payment{
    position: relative;
}
.upcoming-payment .preview-link{
    position: absolute;
    right: 25px;
    background: #f97272;
    padding: 7px 45px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: "Choppin", Sans-serif;
    font-weight: 500;
    border-radius: 4px;
}
.upcoming-payment .preview-link-2{
    right: 195px !important;
}
.upcoming-payment .preview-link:hover{
    background: #e85c5c;
}
.box-tracking, .upcoming-payment {
    background-color: #ffffff;
    padding: 32px;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    width: 70%;
}

.custom-order-boxes button {
    background: rgba(167, 199, 231, 1);
    padding: 7px 45px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: "Choppin", Sans-serif;
    font-weight: 500;
    border-radius: 4px;
    border: 0px;
}

.custom-order-boxes button:hover {
    background-color: #3175b8;
}

.custom-order-boxes button:disabled {
    background: rgba(167, 199, 231, 1);
    padding: 7px 45px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: "Choppin", Sans-serif;
    font-weight: 500;
    border-radius: 4px;
    cursor: not-allowed;
    border: 0px;
}



.account-menu-wrapper {
    display: flex;
    align-items: center;
    font-family: sans-serif;
    justify-content: flex-end;
    margin-bottom: 15px;
    margin-top: 15px;
}
  
.bell-icon {
    background-color: #e8e3ff;
    border-radius: 50%;
    padding: 10px;
    margin-right: 15px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    height: 38px;
    width: 38px;
    z-index: 99;
}

.bell-icon img{
    width: 14px;
    height: 14px;
}
  
.user-info {
    display: flex;
    align-items: center;
    gap: 10px;
}
  
.user-avatar {
    width: 38px;
    height: 38px !important;
    border-radius: 50% !important;
    object-fit: cover;
}
  
.user-details {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 400;
}
  
.user-details strong {
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 2px;
}
  
.dropdown-icon {
    margin-left: 10px;
}
.dropdown-icon img{
    width: 9px;
    height: 5px !important;
}
.review-header h3 {
    font-size: 24px;
    font-family: "Choppin", Sans-serif;
    margin: 0;
    font-weight: 700;
    color: #0b0b45;
}

.review-header h4 {
    font-size: 16px;
    font-family: "Choppin", Sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    margin: 10px 0;
}

.review-header p {
    font-size: 14px;
    font-family: "Choppin", Sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}

.review-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.review-content {
    width: 60%;
}
.review-header button{
    background: #f97272;
    color: #fff;
    border: 0px;
    font-size: 16px;
    font-family: "Choppin", Sans-serif;
    font-weight: 500;
    line-height: 155%;
}
.review-header button:hover, .review-header button:active, .review-header button:focus {
    background: #e85c5c;
}

.custom-order-fields label {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
}

.custom-order-fields button.button {
    background: #f97272;
    border: 0px;
    color: #fff;
}
.custom-order-fields button.button:hover {
    background: #e85c5c;
    border: 0px;
    color: #fff;
}
.custom-order-fields select {
    font-size: 14px;
    font-family: "Choppin", Sans-serif;
    font-weight: 400;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: flex;
    gap: 10px;
}

.order-chat-input {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    background: #d3e3f3;
    padding: 16px 24px;
    border-radius: 8px;
    font-weight: 550;
    font-size: 14px;
    font-family: "Choppin", Sans-serif;
    line-height: 100%;
    color: #000;
}

.order-chat-input textarea#user_order_chat_input {
    background: transparent;
    border: 0px;
    outline: 0px;
    padding: 0px;
}
.order-chat-input button img{
    width: 27px;
}

.order-chat-input button{
    padding: 0px !important;
    background: transparent !important;
}
.order-chat.artbookchat {
    width: 70%;
    margin: 30px auto;
}

.order-chat.artbookchat .order-chat-box {
    width: 100%;
}
.woocommerce-order-pay table.shop_table {
    background: #f0f0f0;
    padding: 20px;
    margin-bottom: 16px !important;
}
.order-chat.artbookchat div#order-chat-messages {
    width: 100%;
    margin: auto;
}
.woocommerce-order-pay table.shop_table tr {
    padding: 0px !important;
}

.woocommerce-order-pay table.shop_table tr th {
    padding: 0px !important;
    font-size: 14px;
    font-family: "Choppin", Sans-serif;
    font-weight: 700;
    color: #000;
}
.woocommerce-order-pay div#payment {
    background: #f0f0f0;
}
.slider-container .slider {
    position: relative;
    width: 90%;
    margin: auto;
    overflow: hidden;
}

.slider-container .slider-wrapper {
    display: flex;
    transition: transform 0.4s ease-in-out;
    width: 100%;
}

.slider-container .slide {
    display: flex;
    flex: 0 0 100%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 8px;
}
.slider-container {
    position: relative;
}

.slider-container button {
    background: transparent !important;
    border: 0px !important;
    padding: 0px !important;
}

.slider-container button img {
    width: 29px;
}
.slider-container .image-card {
    width: 50%;
    border: 0px solid #ccc;
    padding: 3rem;
    border-radius: 0px;
    box-sizing: border-box;
}
.slider-container .slide .image-card:nth-child(1) {
    border-right: 1px solid rgba(0, 0, 0, 0.25)
}

.slider-container .image-card img {
    width: 311px;
    border-radius: 8px !important;
}

.title {
    font-size: 1.3rem;
    font-weight: bold;
    border-bottom: 2px solid black;
    margin-bottom: 1rem;
}

.slider-container .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 0.5rem 0.8rem;
    cursor: pointer;
}

.slider-container .arrow.prev {
    left: 0px;
}

.slider-container .arrow.next {
    right: 0px;
}
.toggle{
    display: none;
}
.close-icon{
    display: none;
    width: 20px !important;
    height: 20px !important;
}
.toggle img{
    width: 20px;
    height: 20px;
}
img.active-dash-img {
    display: none;
}
.woocommerce-MyAccount-navigation-link--dashboard.is-active img.dash-img {
    display: none;
}
p.erro{
    display: none;
    color: red;
    font-size: 12px;
}
.woocommerce-MyAccount-navigation-link--dashboard.is-active  img.active-dash-img {
    display: block;
}
li.user-notification-item {
    font-size: 12px;
    color: #ffffff !important;
    margin: 0px !important;
    border-bottom: 1px solid #dadada;
    padding: 5px 5px;
    background: #a7c7e7;
}
li.user-notification-item a {
    color: #ffffff;
}

.controls {
    column-gap: 10px;
    margin: 25px 0 20px;
    align-items: center;
    flex-wrap: wrap;
}


.swiper {
    width: 100%;
}

.swiper-slide {
    display: grid !important;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.digital-slider-main {
    background: #d3e3f3;
    padding: 20px;
    border-radius: 22px;
}
#gallery-container .swiper-pagination {
    position: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: max-content;
    margin: 0px 18px;
}
#gallery-container .pagination-arrows{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
#gallery-container .swiper-button-prev{
    position: unset;
    width: auto;
    height: auto;
    display: contents;
}
#gallery-container .swiper-button-next{
    position: unset;
    width: auto;
    height: auto;
    display: contents;
}
#gallery-container .pagination-arrows .swiper-button-prev:after ,
#gallery-container .pagination-arrows .swiper-button-next:after{
    font-size: 14px;
    color: #000;
}
#gallery-container span.swiper-pagination-bullet {
    background: transparent;
    display: flex;
    padding: 14px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #000000;
    opacity: 1;
}
#gallery-container span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(167, 199, 231, 1);
    color: #fff;
}
.gallery-image {
    width: 100%;
    border-radius: 8px !important;
    object-fit: cover;
    height: 195px !important;
}

.pagination {
    text-align: center;
    margin-top: 20px;
}

.swiper-pagination-bullet {
    background-color: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #333;
}
.main-digital-gallery label {
    font-family: "Choppin", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 5px;
}
.controls span {
    width: 100%;
    font-family: "Choppin", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 5px;
}

select#select-order {
    border: 1px solid #f97272;
    border-radius: 5px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 11px 90px 11px 13px;
    margin-bottom: 10px;
    outline: 0px;
    color: #ffffff;
    background: #f97272;
    appearance: none;
}
h2.digit-heading {
    font-family: "Choppin", Sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -5%;
    color: #513629;
}

body.admin-bar .dialog-lightbox-widget {
    display: none !important;
}
.controls button {
    padding: 7px 15px;
    border: 1px solid #a7c7e7;
    background-color: #fff;
    border-radius: 6px;
    color: #000;
}
.main-digital-gallery {
    width: max-content;
    position: relative;
}

.main-digital-gallery:after {
    content: '';
    background-image: url(https://keepsandtales.com/wp-content/uploads/2025/05/Vector-4.png);
    background-position: center;
    background-size: 15px 6px;
    width: 15px;
    height: 6px;
    display: block;
    position: absolute;
    right: 16px;
    top: 62%;
    background-repeat: no-repeat;
}
.controls button:hover , .controls button.active {
    padding: 7px 15px;
    border: 1px solid #a7c7e7;
    background-color: #a7c7e7;
    border-radius: 6px;
    cursor: pointer;
    COLOR: #ffffff;
}


@media screen and (max-width: 600px) {
    .custom-my-account-dashboard {
        flex-direction: column;
    }
    .account-menu-wrapper{
        justify-content: space-between;
        margin-bottom: 35px;
    }
    .woocommerce-MyAccount-navigation .header{
        position: relative;
    }
    button#mobile-nav-toggle ,  button#mobile-nav-toggle:hover ,  button#mobile-nav-toggle:focus {
        border: 0px;
        padding: 0px;
        color: #000;
        background-color: transparent;
    }
    .close-icon{
        display: block;
        position: absolute;
        right: 0px;
    }
    .toggle{
        display: block;
    }
    .review-content {
        width: 100%;
    }
    .woocommerce-account .woocommerce-MyAccount-content{
        width: 100%;
    }
    .myaccount-sidebar {
        max-width: 100%;
        width: 100%;
    }
    form#profile-pic-form {
        width: 50%;
        margin: 0px auto 25px auto;
    }
    .order-box {
        flex-direction: column;
        row-gap: 20px;
    }
    .upcoming-payment .preview-link{
        position: static;
        margin-bottom: 12px;
        display: block;
        width: max-content;
    }
    .review-header-content {
        align-items: baseline;
        flex-direction: column;
    }
    .custom-order-boxes ul li span {
        width: 60%;
    }
    .order-chat.artbookchat {
        width: 100%;
    }
    .custom-order-boxes ul li strong{
        width: 30%;
    }
    .custom-order-boxes{
        padding: 20px;
    }
    .box-tracking, .upcoming-payment{
        width: 100%;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        display: none;
        position: fixed;
        top: 50px;
        left: 0;
        width: 100%;
        height: auto;
        background: #d3e3f3;
        border-radius: 20px;
        z-index: 9999;
        animation: slideDown 0.4s ease forwards;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation.active {
        display: block;
    }

    @keyframes slideDown {
        from {
            transform: translateY(-100%);
            opacity: 0;
        }
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--artbook-twin {
    display: none;
}
.woocommerce-account .dialog-type-lightbox , .woocommerce-account .swiper-lazy-preloader{
	display:none;
}
.woocommerce #order_review th,
.woocommerce #order_review td {
  border-color: #e5e5e5;
  font-size: 15px;
  padding: 12px 8px !important;
}
.woocommerce #order_review tr td , .woocommerce #order_review tr th{
    border: 1px solid rgb(0 0 0 / 16%) !important;
}


.custom-fields-form {
    position: relative;
    padding: 2rem;
    border-radius: 10px;
    /* background: rgba(255, 255, 255, 0.2); */ /* transparent to allow blur */
    backdrop-filter: blur(10px); /* the actual blur */
    -webkit-backdrop-filter: blur(10px); /* for Safari */
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    color: #000;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 1.3rem;
    font-weight: 600;
    color: #222;
    z-index: 2;
    text-align: center;
    pointer-events: none;
}
.custom-fields-form .preview-link{
position: relative !important;
}
.custom-fields-form::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
}