.cart-main-wrapper {
display: flex;
gap: 40px;
width: 100%;
max-width: 1200px;
margin: 20px auto;
align-items: flex-start;
padding: 0 15px;
background: #fff;
border-radius: 12px;
box-shadow: none;
border: none;
}
.cart-form-section {
flex: 1 1 66%;
min-width: 420px;
background: #fff;
padding: 0;
border-radius: 12px;
box-shadow: none;
border: none;
margin-top: 15px;
}
.cart-products-header {
display: flex;
align-items: flex-end;
justify-content: space-between;
padding: 0 0 7px 0;
font-size: 14px;
font-weight: 700;
color: #232323;
letter-spacing: 0.02em;
background: transparent;
text-transform: uppercase;
margin-bottom: 0;
}
.cart-products-header .header-product {
flex: 1 1 70%;
min-width: 120px;
text-align: left;
}
.cart-products-header .header-total {
flex: 0 0 80px;
text-align: right;
min-width: 60px;
color: #22249a;
font-weight: 700;
}
.cart-products-header-line {
width: 100%;
height: 2px;
background: #f4f4f4;
margin-bottom: 8px;
margin-top: 0;
border-radius: 1.5px;
}
.cart-products-ul {
width: 100%;
padding: 0;
margin: 0;
list-style: none;
border-radius: 0;
background: #fff;
box-shadow: none;
}
.cart-product-item {
display: flex;
align-items: flex-start;
border-bottom: 2px solid #f4f4f4;
padding: 28px 0 14px 0;
gap: 20px;
}
.cart-product-thumb {
flex: 0 0 90px;
margin-right: 24px;
}
.cart-product-thumb img {
width: 80px;
height: 80px;
border-radius: 12px;
object-fit: cover;
background: #f8f8f8;
}
.cart-product-details-row {
flex: 1 1 100%;
width: 100%;
display: flex;
flex-direction: column;
gap: 0;
} .cart-product-row-top {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 16px;
margin-bottom: 8px;
}
.cart-product-title {
font-weight: 400;
font-size: 16px;
color: #18184b;
text-decoration: none !important;
line-height: 1.1;
display: flex;
flex-direction: column;
gap: 2px;
margin-right: 10px;
}
.cart-product-title a {
font-weight: 400;
font-size: 16px;
color: #18184b;
text-decoration: none;
}
.cart-product-title a:hover { color: #0f174e; text-decoration: underline; }
.cart-product-meta {
font-size: 12.5px;
color: #888;
}
.cart-product-subtotal {
font-size: 17px;
color: #232323;
font-weight: 700;
min-width: 90px;
text-align: right;
margin-left: auto;
white-space: nowrap;
display: flex;
align-items: center;
} .cart-product-row-bottom {
display: flex;
align-items: center;
justify-content: space-between;
gap: 10px;
}
.cart-product-qty-x-price {
display: flex;
align-items: center;
gap: 10px;
font-size: 15px;
}
.product-qty-label {
color: #787878;
font-weight: 400;
font-size: 14px;
margin-right: 4px;
}
.product-qty-box {
margin: 0 6px 0 0;
display: inline-block;
}
.product-x-cena {
color: #232323;
font-size: 15px;
font-weight: 500;
margin-left: 18px;
white-space: nowrap;
}
.cart-product-remove {
font-size: 19px;
color: #ba2a2a;
cursor: pointer;
display: block;
margin-left: 24px;
}
.cart-product-remove a.remove {
color: #ba2a2a;
text-decoration: none;
font-size: 22px;
}
.cart-product-remove a.remove:hover {
color: #e13b3b;
} .cart-product-quantity input[type="number"],
.cart-product-quantity input[type="text"] {
width: 48px;
height: 34px;
font-size: 16px;
border-radius: 7px;
border: 1px solid #dadada;
background: #fafafc;
text-align: center;
margin: 0 5px;
padding: 4px 0;
} .cart-actions-row {
display: flex;
gap: 16px;
align-items: center;
margin: 18px 0 12px 0;
padding: 0;
flex-wrap: wrap;
}
.coupon {
display: flex;
gap: 8px;
align-items: center;
}
.coupon input[type="text"] {
padding: 10px 12px;
font-size: 15px;
border-radius: 6px;
border: 1px solid #dadada;
background: #fafafc;
margin: 0;
}
.coupon button,
.cart-actions-row button {
padding: 10px 20px;
font-size: 15px;
background: #ececf1;
color: #232323;
border-radius: 7px;
border: none;
font-weight: 700;
cursor: pointer;
transition: background 0.18s;
}
.coupon button:hover,
.cart-actions-row button:hover {
background: #dddde7;
color: #18184b;
} .cart-summary-section {
flex: 1 1 34%;
min-width: 310px;
max-width: 380px;
background: #fcfcfc;
padding: 17px 24px 28px 24px;
border-radius: 12px;
box-shadow: none;
margin-left: auto;
position: sticky;
top: 40px;
border: 1px solid #f4f4f4;
}
.cart-summary-section .cart-collaterals {
width: 100%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
width: 100%;
min-width: 0;
max-width: 100%;
background: transparent;
border: none;
padding: 0;
box-shadow: none;
}
.cart-summary-section h2,
.woocommerce .cart-collaterals .cart_totals h2 {
font-size: 14px;
font-weight: 600;
color: #18184b;
margin-bottom: 15px;
margin-top: 0;
letter-spacing: 0.01em;
text-transform: uppercase;
border-bottom: 2px solid #ededed;
padding-bottom: 10px;
}
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce .cart-collaterals .cart_totals tr,
.woocommerce .cart-collaterals .cart_totals td,
.woocommerce .cart-collaterals .cart_totals th {
border: none;
background: transparent;
font-size: 15px;
color: #232323;
padding: 8px 0;
line-height: 1.4;
box-shadow: none;
}
.woocommerce .cart-collaterals .cart_totals th {
font-weight: 500;
color: #22249a;
width: 44%;
}
.woocommerce .cart-collaterals .cart_totals tr.order-total th,
.woocommerce .cart-collaterals .cart_totals tr.order-total td {
font-weight: bold;
font-size: 20px;
color: #18184b;
padding-top: 14px;
}
.woocommerce .cart-collaterals .cart_totals tr.order-total th {
text-transform: uppercase;
}
.woocommerce .cart-collaterals .cart_totals td {
text-align: right;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
margin: 22px 0 0 0;
padding: 0;
text-align: center;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
width: 100%;
display: block;
padding: 14px 0;
background: #22249a;
color: #fff !important;
border-radius: 7px;
font-size: 18px;
font-weight: 700;
border: none;
box-shadow: none;
text-align: center;
transition: background 0.17s;
margin-top: 6px;
letter-spacing: 0.01em;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
background: #18184b;
} .cart-cross-sell { display: none; }
@media (max-width: 900px) {
.cart-main-wrapper { flex-direction: column; gap: 18px; padding: 0 1vw; }
.cart-form-section, .cart-summary-section, .cart-products-list { max-width: 100%; min-width: 0; border-radius: 10px; margin: 0 auto; }
.cart-summary-section { position: static; margin-left: 0; }
}
.continue-shopping-wrap {
text-align: center;
padding-top: 10px;
}
.woocommerce-message {
border-top-color: #293391;
} .shop-archive-layout {
display: flex;
gap: 32px;
max-width: var(--content-max-width);
margin: 0 auto;
box-sizing: border-box;
padding: 0 15px;
}
.shop-sidebar {
flex: 0 0 25%;
max-width: 25%;
min-width: 180px;
text-transform: uppercase;
margin-top: 12px;
}
.shop-products {
flex: 1 1 75%;
max-width: 75%;
min-width: 0;
}
@media (max-width: 1000px) {
.shop-archive-layout {
flex-direction: column;
gap: 24px;
}
.shop-sidebar, .shop-products {
max-width: 100%;
flex: 1 1 100%;
}
} ul.products li.product span.woocommerce-Price-amount.amount {
color: black;
font-size: 16px;
font-weight: 600;
}
ul.products li.product h2 {
font-size: 16px;
font-weight: 400;
margin: 0 0 8px 0;
line-height: 1.3;
} .product-gallery-main img {
width: 100%;
max-width: 480px;
border: 1px solid #ebebeb;
border-radius: 5px;	
margin-bottom: 12px;
cursor: zoom-in;
display: block;
}
.product-gallery-thumbnails {
display: flex;
gap: 10px;
flex-wrap: wrap;
margin-bottom: 22px;
}
.product-gallery-thumbnails img {
width: 64px;
height: 64px;
object-fit: cover;
border: 2px solid #ddd;
border-radius: 8px;
cursor: pointer;
transition: border 0.18s;
}
.product-gallery-thumbnails img:hover {
border-color: #2A3392;
}
.woocommerce div.product .product_title {
margin-top: 10px;
} .product-gallery-main img {
width: 100%;
max-width: 700px;
border: 1px solid #ebebeb;
border-radius: 5px;	
margin-bottom: 15px;
cursor: zoom-in;
display: block;
}
.product-gallery-thumbnails-slider {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 20px;
justify-content: center;
max-width: 700px;
width: 100%;
margin-left: 0;
margin-right: 0;
}
.thumbs-arrow {
background: #fff;
border: 1px solid #000000;
font-size: 18px;
border-radius: 50%;
width: 24px;
height: 24px;
cursor: pointer;
transition: background 0.2s;
color: #000000;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
padding: 2px 2px 5px 2px;
}
.thumbs-arrow:disabled {
opacity: 0.35;
cursor: not-allowed;
}
.thumbs-arrow[style*="visibility: hidden"] {
display: none;
}
.thumbs-viewport {
overflow: hidden;
width: 650px;
max-width: 100%;
position: relative;
display: block;
}
.thumbs-track {
display: flex;
gap: 6px;
transition: transform 0.3s cubic-bezier(.77,0,.18,1);
will-change: transform;
}
.thumb-link {
display: block;
flex: 0 0 126px;
width: 126px;
height: 126px;
border-radius: 10px;
overflow: hidden;
box-sizing: border-box;
}
.thumb-link img {
width: 126px !important;
height: 126px !important;
object-fit: cover;
border: 2px solid #ddd;
border-radius: 10px;
cursor: pointer;
transition: border 0.18s;
background: #fff;
box-sizing: border-box;
display: block;
}
.thumb-link img:hover,
.thumb-link.active img {
border-color: #2A3392;
}
@media (max-width: 900px) {
.product-gallery-main img,
.product-gallery-thumbnails-slider,
.thumbs-viewport {
max-width: 92vw;
width: 92vw;
}
.thumb-link,
.thumb-link img {
width: 64px !important;
height: 64px !important;
flex: 0 0 56px;
border-radius: 8px;
}
.thumbs-arrow {
width: 20px;
height: 20px;
font-size: 14px;
}
} .woocommerce div.product p.price,
.woocommerce div.product span.price {
color: #232323;
font-size: 22px;
} .woocommerce div.product form.cart .variations select {
padding: 8px 5px;
border-radius: 6px;
border: 1px solid #ddd;
font-size: 16px;
background: #fafaff;
} .woocommerce .quantity .qty {
width: 48px;
padding: 9px 0px 9px 10px;
text-align: center;
font-size: 18px;
border-radius: 6px;
border: 1px solid #ddd;
background: #fff;
box-sizing: border-box;
} .single_add_to_cart_button, .woocommerce button.button.alt {
background: #2A3392;
color: #fff;
border-radius: 0px;
border: none;
padding: 12px 34px;
font-size: 18px;
font-weight: 700;
transition: background 0.18s;
}
.single_add_to_cart_button:hover,
.woocommerce button.button.alt:hover {
background: #232323;
color: #fff;
} .woocommerce nav.woocommerce-pagination,
.shop-products nav.woocommerce-pagination {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
margin: 10px 0 0 0;
padding: 0;
background: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers,
.shop-products nav.woocommerce-pagination ul.page-numbers {
display: flex;
gap: 4px;
margin: 0;
padding: 0;
list-style: none;
background: none;
border: none;
font-size: 16px;
}
.woocommerce nav.woocommerce-pagination ul li,
.shop-products nav.woocommerce-pagination ul li {
display: block;
margin: 0;
padding: 0;
background: none;
border: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span,
.shop-products nav.woocommerce-pagination ul li a,
.shop-products nav.woocommerce-pagination ul li span {
margin: 0;
text-decoration: none;
padding: 0.5em;
line-height: 1;
font-size: 1em;
font-weight: bold;
min-width: 2.5em;
display: block;
border: 1px solid #eee;
background: #fff;
color: #232323;
font-family: 'Helvetica', Arial, sans-serif;
border-radius: 0;
transition: all .18s;
box-sizing: border-box;
outline: none;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.shop-products nav.woocommerce-pagination ul li span.current {
background: #2a3392;
color: #fff;
border-color: #2a3392;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.shop-products nav.woocommerce-pagination ul li a:hover,
.shop-products nav.woocommerce-pagination ul li a:focus {
background: #2a3392;
color: #fff;
border-color: #2a3392;
text-decoration: none;
}
.woocommerce nav.woocommerce-pagination ul li span.dots,
.shop-products nav.woocommerce-pagination ul li span.dots {
background: #fff;
color: #232323;
border-color: #eee;
font-weight: 400;
pointer-events: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.shop-products nav.woocommerce-pagination ul li a {
cursor: pointer;
}
.woocommerce ul.products li.product, ul.products li.product {
margin: 0 10px 30px 10px;
} .category-desc-wrap {
width: 100%;
background: #fff;
padding-top: 24px;
padding-bottom: 5px; box-sizing: border-box;
margin-bottom: 0;
}
.term-description {
position: relative;
transition: max-height 0.5s, overflow 0.5s;
max-height: 220px;
overflow: hidden;
margin-bottom: 2px;
font-size: 17px;
line-height: 1.7;
word-break: break-word;
}
.term-description.is-open,
.term-description.show {
max-height: 5000px !important;
overflow: visible !important;
margin-bottom: 80px;
}
.term-description.truncated::after {
content: "";
display: block;
position: absolute;
left: 0; right: 0; bottom: 0;
height: 40px;
background: linear-gradient(180deg, transparent 0%, #fff 100%);
pointer-events: none;
z-index: 1;
}
.term-description.is-open::after,
.term-description.show::after {
display: none !important;
}
.term-description__btn {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
width: 100%;
height: 48px;
left: 0;
right: 0;
bottom: 0;
background: #fff;
cursor: pointer;
font-weight: 700;
font-size: 16px;
color: #2A3392;
text-decoration: underline;
transition: color 0.2s;
z-index: 2;
}
.term-description__btn:hover {
color: #232b7c;
}
.term-description.is-open .term-description__btn,
.term-description.show .term-description__btn {
position: static;
width: auto;
height: auto;
margin: 20px auto 0 auto;
background: none;
box-shadow: none;
} .woocommerce-notices-wrapper {
padding: 10px;
}
.woocommerce .woocommerce-ordering select {
padding: 4px;
}
.woocommerce ul.products,
ul.products {
margin: 0;
padding: 0;
}
.woocommerce ul.products li.product,
ul.products li.product {
list-style: none;
margin: 0 15px 30px 0;
padding: 0;
}
.breadcrumbs-single-product .breadcrumbs-location {
display: flex;
justify-content: center;
width: 100%;
text-align: center;
padding-top: 15px;
}
.wc-block-components-sidebar {
background: #FCFCFC;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
background: #2A3392;
color: #fff;
font-weight: bold;
border-radius: 6px;
transition: background 0.2s, color 0.2s;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover,
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:focus {
background: #14B8A6;
color: #fff;
}
.is-large.wc-block-cart .wc-block-cart__totals-title {
font-size: 1em;
font-weight: bold;
margin-bottom: 10px;
color: #2a3392;
}
.is-large.wc-block-cart {
margin: 2em 0;
}
.product-short-description,
.woocommerce-product-details__short-description {
font-size: 18px;
color: #474747;
margin: 1px 0 18px 0;
line-height: 1.6;
}
p.price {
margin: 0px;
padding: 0px;
}
button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
background: #050f1e;
}
.product-page-container {
margin-top: 10px;
}