/*
Theme Name: Gazette Edition Child
Theme URI: http://www.woothemes.com/
Template: gazette
Author: WooThemes
Author URI: http://www.woothemes.com/
Description: Gazette Edition by WooThemes
Version: 2.9.14.1747388846
Updated: 2025-05-16 19:47:26

*/

.header-main {
	border-bottom: 1px solid #ccc;
}
.header-main .container {
	max-width: 100%;
	padding: 0;
}


#mega-menu-primary-menu {
	display: flex!important;
	justify-content: center;
}
.mega-menu-item-type-widget.widget_media_image img {
	width: 100%;
	aspect-ratio: .8;
	object-fit: cover;
	height: auto;
}
.mega-menu-img-title {
	display: inline-block;
	margin-top: 8px;
	font-size: 14px;
	text-decoration: none;
	color: #333;
}
.mega-menu-img-title:hover {
	text-decoration: none;
}
.widget_media_image + .widget_text a{
	display: inline-block;
	margin-top: 8px;
	font-size: 14px;
	text-decoration: none;
	color: #333;
}
.widget_media_image + .widget_text a:hover{
	text-decoration: none;
}
.textwidget a,
.textwidget p {
		color: #333;
		line-height: 2;
}
.header-main .mega-toggle-block {
	display: none!important;
}
@media (max-width: 992px) {
    .header-main {
        transform: translateY(-200%);
    }
}   

.woocommerce .single-product .single_add_to_cart_button.button.alt {
    width: 100%;
    background: #333;
    color: #fff;
    font-size: 16px;
    padding: 12px 25px;
}
.woocommerce .single-product .wpcbn-btn.button.alt {
    width: 100%;
    background: #9E9FA2;
    /* color: #fff; */
    font-size: 16px;
    padding: 12px 25px;
}
.woocommerce .single-product .single_add_to_cart_button.button.alt:hover {
    opacity: .8;
}
.woocommerce-variation-add-to-cart,
.woocommerce div.product form.cart  {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    position: relative;
}

.woocommerce .quantity .qty {
    width: 100%;
    min-height: 35px;
    border-color: #ccc;
    font-size: 14px;
    color: #333;
}

.woocommerce .qty-label {
    width: 30%;
    color: #333;
    font-weight: 400;
    font-size: 12px;
    line-height: 2em;
    text-transform: uppercase;
    padding: 5px 10px;
}
.woocommerce div.product form.cart div.quantity {
    margin-bottom: 0px;
}
.quantity-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0;
    border: 1px solid #ccc;
}

.quantity-input-wrapper {
    padding: 5px 10px;
    width: 70%;
}

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
    width: 61%;
    margin-bottom: 60px;
}
.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
    width: 37%;
    margin-bottom: 60px;
}
.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 24.3%;
    width: calc(25% - 3.75px);
    float: none;
    list-style: none!important;
    padding: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    opacity: 1;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #333;
    font-size: 18px;
}

.page-overlay {
    position: fixed;
    top: 114px;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(18, 18, 18, 0.36);
    opacity: 0;
    visibility: hidden;
}

.admin-bar .page-overlay {
    top: 146px;
}
.page-overlay.active {
    opacity: 1;
    visibility: visible;
}

.header {
    position: relative;
    z-index: 1000;
}

.related-posts {
    border-top: 1px solid #ccc;
}

.woocommerce span.onsale {
    display: none;
}
.single-product .product-primary-title {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 4px;
    font-weight: 700;
    color: #333;
}
.single-product .product-secondary-title {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 400;
    color: #333;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    font-weight: 400;
    text-decoration: none;
    font-size: 22px;
    line-height: 1.2;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
    font-weight: 400;
    opacity: 1;
    font-size: 22px;
    line-height: 1.2;
}
.product-notes {
    margin-bottom: 20px;
}
.product-notes p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #333;
}

.short-description-wrapper {
    margin-bottom: 10px;
}
.short-description-content {
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.short-description-content p {
    font-size: 14px;
    color: #333;
}

.short-description-content.collapsed {
    max-height: 130px;
    position: relative;
    mask-image: linear-gradient(to bottom, black 90%, transparent);
}

.toggle-description-button {
    border: none;
    cursor: pointer;
    margin-top: 5px;
    background: transparent;
    text-decoration: underline;
    font-size: 14px;
    line-height: 1.2;
}
.product-fields{
    border-top: 1px solid #ccc;
    margin-top: 30px;
}

.product-field {
    border-bottom: 1px solid #ccc;
    padding: 16px 0;
}
.product-field__title {
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
}

.product-field__title::after, 
.product-field__title::before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    right: 20px;
    width: 13px;
    height: 1px;
    background-color: #333;
    -webkit-transition: .35s;
    transition: .35s;
}

.product-field__title::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.product-field.active .product-field__title::before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.product-field__description {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.3s ease-in-out;
}

.product-field__description p {
    font-size: 14px;
    color: #333;
}

.product-field.active .product-field__description {
    grid-template-rows: 1fr;
    padding-top: 16px;
}

.product-field__description-collapse {
    overflow: hidden;
}

.woocommerce-variation-price {
    display: none!important;
}

.woocommerce div.product form.cart .variations label {
    color: #333;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
}

.woocommerce div.product form.cart .variations select {
    width: 100%;
    padding: 10px 10px 10px 0;
    border: 0;
}

.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th {
    vertical-align: middle;
    text-align: left;
    padding: 5px 10px;
}

.woocommerce div.product form.cart .reset_variations {
    display: none!important;
}
.woocommerce-product-details__short-description {
    margin-bottom: 10px;
}
.woocommerce div.product form.cart .variations {
    border-collapse: separate;
    border-spacing: 0 10px;
    margin-bottom: -10px;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.woocommerce div.product form.cart .variations th {
    width: 30%;
    border-left: 1px solid #ccc;
}

.woocommerce div.product form.cart .variations td {
    border-right: 1px solid #ccc;
}



/* The container must be positioned relative: */
.variations tr {
  position: relative;
}

.variations td > select {
    display: none!important;
}

.select-selected {

}



/* style the items (options), including the selected item: */
.select-items div{
  color: #333;
  padding: 8px 16px;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center;
}

.select-selected {
  color: #333;
  padding: 8px 0px;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: #f0f0f0;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


.woocommerce-page div.product .woocommerce-tabs {
    margin-top: 40px;
}

/* .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none!important;
} */

.woocommerce div.product .woocommerce-tabs ul.tabs .additional_information_tab {
    display: none!important;
}

.cfvsw-label-option, .cfvsw-image-option {
    border: 1px solid #ccc;
}




.custom-mini-cart {
  position: fixed;
  z-index: 9999;
  background: white;
  width: 400px;
  top: 100px;
  right: 50px;
  padding: 24px;
  border: 1px solid #333;
}
.custom-mini-cart h2 {
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
}

.custom-mini-cart-inner{
    color: #333;
}
.custom-mini-cart-inner ins{
    text-decoration: none !important;
    display: block;
}
.custom-mini-cart-close {
    position: absolute;
    top: 10px;
    right: 15px;
    border: none;
    background: transparent;
    font-size: 22px;
    cursor: pointer;
}
.custom-mini-cart-product {
    display: flex;
    gap: 10px;
    margin: 24px 0;
}
.custom-mini-cart-product img {
    max-width: 104px;
    width: 100%;
    aspect-ratio: .8;
    height: auto;
    object-fit: cover;
}
.custom-mini-cart-info {
    font-size: 14px;
}
.custom-mini-cart-buttons a {
    display: block;
    text-decoration: none;
    width: 100%;
    font-size: 16px;
    padding: 12px 25px!important;
    text-transform: uppercase;
}
.custom-mini-cart .product-attr {
    margin-top: 5px;
}
.custom-mini-cart-price {
    text-align: right;
    font-weight: 700;
}
.button.view-cart {
    border: 1px solid #333!important;
    background-color: #fff!important;
    color: #333!important;
}
.button.view-cart:hover {
    background-color: #333!important;
    color: #fff!important;
}
.button.checkout {
    border: 1px solid #333!important;
    background-color: #333!important;
    color: #fff!important;
}
.button.checkout:hover {
    opacity: .8;
}
.custom-mini-cart-info-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    max-width: 100%;
    width: 100%;
}
.custom-mini-cart-info .primary-title {
    font-weight: 700;
}
.custom-mini-cart-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.cart-link {
    position: relative;
}
.cart-link .cart-count {
    position: absolute;
    right: -12px;
    top: -13px;
    background: #fff;
    border: 1px solid;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    color: #333;
    z-index: 0;
}

.cart-link .cart-count.hidden {
    display: none;
}

.wishlist-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wishlist-wrapper .yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
    margin: 0;
}

.ask-question {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #ccc;
    text-decoration: none!important;
    border-radius: 3px;
    padding: 8px 12px;
    font-size: 1rem;
}

.ask-question:hover {
    background-color: #dee2e6;
    border-color: #dee2e6;
}

.woocommerce a.added_to_cart {
    display: none!important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after {
    content: none!important;
}

.product-heading-wrapper.flex {
    display: flex;
}

.product-heading-wrapper.flex .product-titles {
    max-width: 74%;
    width: 100%;
}

.product-heading-wrapper.flex .product-heading-right{
    max-width: 24%;
    width: 100%;
    margin-left: auto;
}
.sale-countdown {
    font-weight: 700;
    font-size: 14px;
    color: #333;
}
.view-counter {
    font-size: 12px;
    color: #333;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu .textwidget p:first-child {
    margin-bottom: 10px;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu .textwidget p {
    margin: 0;
}
.cart-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 45px;
    border-bottom: 1px solid #ccc;
}
.cart-wrapper .cart-main {
    max-width: 65%;
    width: 100%;
}
.cart-wrapper .cart-side {
    max-width: 32%;
    width: 100%;
}
.woocommerce .cart-wrapper .cart-wrapper-title {
    font-weight: 700;
    text-transform: uppercase;
    border-top: 1px solid #333;
    padding-top: 16px;
    margin-bottom: 24px;
    font-size: 20px;
}

.custom-cart-details {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #333;
    font-size: 14px;
}

.custom-cart-details .product-item-title {
    max-width: 70%;
    color: #333;
    display: inline-block;
    margin-bottom: 0;
}

.custom-cart-details .product-item-title:hover {
    text-decoration: none;
    opacity: .8;
}

.custom-cart-details .product-item-title div {
    margin-bottom: 5px;
}
.custom-cart-item {
    column-gap: 16px;
    display: grid;
    grid-template-columns: 25% 1fr;
}

.custom-cart-item + .custom-cart-item {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #ccc;
}
.woocommerce .cart-wrapper .cart-side .cart-collaterals .wc-proceed-to-checkout{
    display: flex;
    flex-direction: column;
}
.woocommerce .cart-wrapper .cart-side .cart-collaterals .wc-proceed-to-checkout .custom-discount-toggle {
    order: 1;
}

.woocommerce .cart-wrapper .cart-side .cart-collaterals .wc-proceed-to-checkout .cpsw-payment-request-main-wrapper {
    order: 3;
}

.woocommerce .cart-wrapper .cart-side .cart-collaterals .wc-proceed-to-checkout .checkout-button {
    order: 2;
    margin-bottom: 0;
}
.woocommerce .cart-wrapper .cart-side .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}
.custom-cart-product-info {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.custom-cart-item-actions {
    margin-top: auto;
    display: flex;
    gap: 24px;
}
.custom-cart-item-actions a {
    font-size: 13px;
    color: #333;
    border-bottom: 1px solid #333;
    text-decoration: none;
}
.custom-cart-item-actions a:hover {

}
.custom-cart-product-qty {
    margin-bottom: 16px;
    font-size: 12px;
    color: #767676;
}
.custom-cart-item-price .price {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}
.custom-cart-item-price .old-price {
    font-size: 14px;
    font-weight: 700;
    text-decoration: line-through;
}
.custom-cart-image img {
    aspect-ratio: .8;
    object-fit: cover;
    max-width: 195px;
    width: 100%;
    height: 100%;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    background: #000;
    color: #fff;
    font-size: 16px;
    padding: 14px 25px;
    text-transform: uppercase;
    border-radius: 5px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    background: #000;
    color: #fff;
    opacity: .8;
}


.custom-discount-toggle {
    margin-bottom: 12px;
}

.toggle-coupon-button {
    display: flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: none;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 0.8rem;
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    color: #333;
}
.toggle-coupon-button  svg {
    width: 16px;
    height: 16px;
}
.toggle-coupon-button .arrow {
    transition: all .3s ease;
}
.toggle-coupon-button .arrow.active {
    transform: rotate(180deg);
}
.coupon-input-group {
    display: flex;
    border: 1px solid #ccc;
    padding: 4px;
    border-radius: 8px;
}

.coupon-input-group input {
    flex: 1;
    border: none;
    font-size: 14px;
    line-height: 3;
}

.coupon-input-group input:focus {
    outline: none;
}

.coupon-input-group .button.black {
    background: #333;
    color: white;
    padding: 0.5rem 1.2rem;
    border-radius: 6px;
    border: none;
}
.coupon-input-group .button.black:hover {
    background: #333;
    opacity: .8;
    color: white;
}
.woocommerce table.shop_table {
    border: 0;
}
.woocommerce-cart .cart-collaterals {
    color: #333;
}

#add_payment_method .cart-collaterals .cart_totals tr td, 
#add_payment_method .cart-collaterals .cart_totals tr th, 
.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 0;
}

/* .woocommerce-cart .cart-collaterals .cart_totals tr td {
    text-align: right;
} */

.woocommerce .cart-collaterals table.shop_table th,
.woocommerce .cart-collaterals table.shop_table td {
    padding: 4px 0;
    font-size: 14px;
    font-weight: 400;
}
.woocommerce .cart-collaterals table.shop_table th {
    padding: 4px 5px 4px 0;
}
.woocommerce .cart-collaterals table.shop_table td {
    text-align: right;
}
.woocommerce .cart-collaterals table.shop_table .order-total th,
.woocommerce .cart-collaterals table.shop_table .order-total td {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.woocommerce-cart .woocommerce-notices-wrapper {
    display: none !important;
}

#add_payment_method .cart-collaterals .cart_totals table, 
.woocommerce-cart .cart-collaterals .cart_totals table, 
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 80%;
}
.text-link {
    font-size: 14px;
    color: #333;
    text-decoration: none;
}
.text-link:hover {
    opacity: .8;
    text-decoration: none;
}
.empty-cart-wrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #333;
    min-height: 45vh;
}
.empty-cart-wrapper  .empty-cart-title {
    font-size: 3em;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 16px;
}


.empty-cart-wrapper .empty-cart-text {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 24px;
}
.empty-cart-wrapper .btn-primary {
    margin-top: 0;
}

.posts-grid .post-item h2 {
    font-weight: 700;
}
.post-alt h2.section-title {
    display: block;
    font-weight: 700;
}
@media(max-width: 992px) {
    .woocommerce #content div.product div.images, 
    .woocommerce div.product div.images, 
    .woocommerce-page #content div.product div.images, 
    .woocommerce-page div.product div.images {
        width: 100%;
        margin-bottom: 30px;
    }
    .woocommerce #content div.product div.summary, 
    .woocommerce div.product div.summary, 
    .woocommerce-page #content div.product div.summary, 
    .woocommerce-page div.product div.summary {
        width: 100%;
        margin-bottom: 30px;
    }
    .custom-mini-cart {
        top: 40px;
        right: 15px;
    }

    	
	.header .menu-top-left li:first-child {
		display: list-item;
	}

    	
    .header .menu-top-left li + li{
		display: none;
	}

    .cart-wrapper {
        gap: 24px;
    }

    .cart-wrapper .cart-main {
        max-width: 100%;
        width: 100%;
    }
    .cart-wrapper .cart-side {
        max-width: 100%;
        width: 100%;
    }
    .cart-side .cart-wrapper-title {
        display: none;
    }
    .cart-wrapper {
        padding-top: 45px;
    }
}

@media(max-width: 768px) {
    .custom-cart-details .product-item-title {
        max-width: 90%;
    }
    .empty-cart-wrapper  .empty-cart-title {
        font-size: 36px;
    }

    .empty-cart-wrapper .empty-cart-text {
        font-size: 16px;
    }
    .empty-cart-wrapper  .empty-cart-title {
        font-size: 30px;
    }
}


@media(max-width: 476px) {
    .custom-cart-item {
        column-gap: 8px;
    }
    .custom-mini-cart {
        width: 90%;
        left: 5%;
        right: 5%;
    }
    .custom-cart-details .product-item-title {
        max-width: 95%;
    }
    .custom-cart-item-actions {
        gap: 10px;
    }
    .custom-cart-item-price .price {
        font-size: 12px;
    }
    .custom-cart-item-price .old-price {
        font-size: 12px;
    }
    .empty-cart-wrapper  .empty-cart-title {
        font-size: 28px;
    }
}


.single-post-header {
    margin-top: 150px;
    margin-bottom: 30px;
    padding: 30px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}