html {
      scroll-behavior: smooth;
}
.loop-grid-archive .e-loop-item {
    cursor: pointer;
}
.header.elementor-sticky--active {
    background: #ffffff2e !important;
    backdrop-filter: blur(10px);
}
.header.elementor-sticky--active .e-con-inner {
    padding-top: 10px;
}
.input-text.qty.text:focus-visible {
    outline: none !important;
    border: none !important;
}

.thankyou-product p {
    font-family: Afacad !important;
    color: #fff;
    font-size: 18px;
}
select.wapf-input {
    background: #212121;
    border: 1px solid #fff;
    color: #fff;
    padding: 14px 10px;
    margin-top: 8px;
}
.new-prod-loop-btn {
  opacity: 0;
  transform: translateX(25px);
  transition: all 0.65s ease;
  pointer-events: none;
}
.new-prod-loop:hover .new-prod-loop-btn {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.page-id-361 .mk-variation-value {
    font-size: 24px;
    font-weight: 500;
}
span.hdg-font-is {
    font-family: 'Instrument Serif';
    font-style: italic;
	font-weight: 400;
}
.gallery-pg-cards-hdg {
    position: absolute;
    transition: 0.7s all ease;
}

.gallery-pg-cards:hover .gallery-pg-cards-hdg {
    transform: translate(20px, 20px);
}
.tabs-sp svg {
    fill: transparent !important;
}

.tabs-sp button#e-n-tab-title-1390591921 {
    padding-left: 12px;
}
button#show-grid-btn {
    width: fit-content;
    color: #fff;
	padding: 0;
    border: none;
	position: absolute;
}
.tabs-sp button[aria-selected="false"] svg path {
    stroke: #838383;   
}

.tabs-sp button:nth-child(3)[aria-selected="false"] svg path {
    fill: #838383;  
}
/* share custom css */
.custom-share-wrapper {
    max-width: 500px
}
.custom-share-wrapper h4 {
    font-family: Afacad;
    font-weight: 600;
    font-size: 28px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.custom-share-wrapper .share-header {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 24px;
}

.custom-share-wrapper .share-tabs {
    background: rgb(33 33 33 / 30%);
    width: 230px;
    margin-bottom: 24px;
    border-radius: 36px;
    display: flex;
    justify-content: space-between;
}

.custom-share-wrapper button.share-tab {
    border: none;
    padding: 16px 33px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    background-color: rgb(33 33 33 / 30%);
}

.custom-share-wrapper button.share-tab.active {
    background-color: #212121 !important;
}

.custom-share-wrapper input.share-input {
    background-color: transparent;
    border: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    margin-bottom: 24px;
}

.custom-share-wrapper input.share-input:focus,
.custom-share-wrapper input.share-input:focus-visible {
    outline: none; /* removes default focus outline */
}

.custom-share-wrapper button.copy-button {
    width: 100%;
    padding: 12px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 24px;
}

.custom-share-wrapper button.copy-button:hover {
    background-color: #21212136;
}

.custom-share-wrapper .share-or {
    display: flex;
    align-items: center;       /* vertically center the text */
    justify-content: center;   /* horizontally center the content */
    width: 100%;
    color: #fff;
    font-weight: 400;
    margin: 20px 0;
    position: relative;
    font-size: 18px;
    text-transform: capitalize;
}

.custom-share-wrapper .share-or::before,
.custom-share-wrapper .share-or::after {
    content: '';
    flex: 0 0 100px;           /* line width */
    height: 1px;               /* line thickness */
    background-color: #ffffff0d;    /* line color */
    margin: 2px 10px;            /* spacing between line and text */
}

.custom-share-wrapper .social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.custom-share-wrapper .social-icons img {
    width: 44px;
    height: 44px;
}
.tabs-sp .e-n-tabs-heading {
    border-bottom: 1px solid #ffffff2b;
    padding-bottom: 20px;
}

.tabs-sp .e-n-tabs-content {
    padding-top: 20px;
}
.tabs-sp input,
.tabs-sp textarea {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
}

.tabs-sp input:focus,
.tabs-sp textarea:focus, 
.tabs-sp input:focus-visible,
.tabs-sp textarea:focus-visible {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
    outline: none; /* remove default focus outline */
}

.tabs-sp span#reply-title,
.tabs-sp span#email-notes,
.tabs-sp .comment-form-rating,
.tabs-sp p.comment-notes,
.tabs-sp p.woocommerce-noreviews {
    display: none;
}
.custom-share-wrapper button.copy-button:hover {
	background-color: #ffffff1f;
}
.custom-share-wrapper button.copy-button:focus,
.custom-share-wrapper button.copy-button:focus-visible {
    background-color: transparent !important;
    outline: none; /* optional: removes default focus outline */
}
.tabs-sp h2.woocommerce-Reviews-title::before {
    content: "";
    display: inline-block;       /* allows width & height */
    width: 24px;                 /* adjust as needed */
    height: 24px;                /* adjust as needed */
    margin-right: 10px;          /* space between image and text */
    background-image: url('/wp-content/uploads/2026/03/mdi_comment-outline-1.svg');
    background-size: contain;    /* scale image proportionally */
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;      /* aligns with text */
}

.tabs-sp input#submit {
    border-radius: 32px !important;
    border: 1px solid #fff !important;
    color: #fff !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    padding: 16px 28px !important;
    margin-top: 24px !important;
}

.tabs-sp input#submit:hover {
    background-color: #ffffff26 !important;
}
.tabs-sp p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px !important;
}

.contact-form input,
.contact-form textarea {
    background: transparent !important;
    color: #fff !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
    border-radius: 0px !important;
    border: none !important;
    font-size: 18px !important;
    border-bottom: 1px solid #BCBCBC !important;
    outline: none !important;
}

.contact-form input:focus,
.contact-form textarea:focus {
    box-shadow: none !important;
}

.contact-form label,
.contact-form legend {
    color: #fff !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1.3em !important;
    text-transform: capitalize !important;
}

.contact-form span.gfield_required.gfield_required_text {
    display: none;
}

.contact-form .gform_footer.before {
    justify-content: center;
    margin-top: 60px;
}

.contact-form input#gform_submit_button_1 {
    border: 1px solid #fff !important;
    border-radius: 36px !important;
    padding: 21px 28px !important;
    font-size: 18px !important;
    text-transform: uppercase !important;
	margin: auto !important;
}

.contact-form .gform-footer.gform_footer.top_label {
    margin-top: 40px;
}

.contact-form input#gform_submit_button_1:hover {
    background-color: #ffffff1f !important;
}
div#gform_confirmation_message_1 {
    text-align: center;
}

.section-archive-pg .e-con-inner {
    position: relative;
}
.section-archive-pg .e-con-inner .btn-buy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.4s ease;
    z-index: 10;
}
.section-archive-pg .e-con-inner:hover > .btn-buy {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.no-camera-info {
    margin-top: 10px;
}
.print-loop .elementor-widget-image {
    position: relative;     
    overflow: hidden;
    display: block;
    z-index: 1;
}
.print-loop .elementor-widget-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent; 
    transition: background 0.5s ease;
    z-index: 5;
}
.print-loop:hover .elementor-widget-image::before {
    background: #212121CC;   
}
span.woocommerce-Price-amount.amount {
    color: #fff;
}
.section-sp-prints h4 {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 500;
}
.post-excerpt-mk {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tax-filter-mk {
    position: relative;
}
.tax-filter-mk button.e-filter-item {
    color: #fff !important;
    font-weight: 400 !important;
}

.tax-filter-mk button.e-filter-item:hover {
    color: #BCBCBC !important;
}
.tax-filter-mk  button.e-filter-item[data-filter="__all"] {
    position: absolute;
    left: 0;
}
.loop-blogs span.page-numbers.current {
    border-radius: 36px;
    padding: 18px 28px;
    border: 1px solid #fff;
	margin: 0px 14px !important;
}
.loop-blogs a.page-numbers {
    padding: 0px 40px;
}
.content-blogs-mk img {
    margin: 60px auto;
}
.content-blogs-mk ul {
    padding-left: 30px;
}
.content-blogs-mk h3 {
    font-size: 32px;
    font-weight: 500;
}
td.product-thumbnail {
    padding-left: 0px !important;
}
nav.custom-breadcrumb {
    color: #BCBCBC;
}
nav.custom-breadcrumb a {
    color: #BCBCBC;
    font-size: 18px;
}
nav.custom-breadcrumb strong {
    color: #fff;
}
.quantity-wrapper {
    display: flex;
}
.quantity-wrapper button.qty-button.minus,.quantity-wrapper button.qty-button.plus {
    width: 44px;
    height: 44px;
    padding: 0px;
	color: #fff;
}
.quantity-wrapper button.qty-button.minus:hover,.quantity-wrapper button.qty-button.plus:hover{
	background: #ffffff36 !important;
}
.quantity-wrapper input,.quantity-wrapper input:focus-visible {
    background: transparent;
    color: #fff;
    border: none;
    outline: none !important;
    border: none !important;
}
.quantity-wrapper input.qty::-webkit-outer-spin-button,
.quantity-wrapper input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity-wrapper input.qty[type=number] {
    -moz-appearance: textfield; /* Firefox fallback */
}
.page-id-361 dt.variation-Sizes,.page-id-361 dt.variation-SurfaceType {
    display: none !important;
}
dd.variation-Sizes {
    font-size: 24px;
    margin-bottom: 3px !important;
    font-weight: 500;
}
dd.variation-SurfaceType {
    font-size: 18px;
}
.woocommerce-cart-form__cart-item cart_item span.woocommerce-Price-amount.amount {
    font-size: 24px;
}
dd.variation-SurfaceType {
    border-bottom: 1px solid #ffffff61;
    padding-bottom: 10px;
}
td.product-remove {
    padding-bottom: 25px !important;
}
button.qty-plus:hover, 
button.qty-minus:hover,
button.qty-plus:focus,
button.qty-minus:focus {
    background-color: #ffffff30 !important;
}
.woocommerce-message {
    background-color: #000;
    color: #fff;
    border-top-color: #fff;
	border-top: 0px;
}
.woocommerce-message::before {
    color: #fff;
}
.woocommerce-message a.button.wc-forward {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 36px;
    text-transform: capitalize;
    padding: 14px 28px;
}
.page-id-1199 ul.wc-item-meta {
    padding: 10px 0px;
    font-family: "Afacad", sans-serif;
    font-size: 16px !IMPORTANT;
}
.quantity-wrapper button.qty-button.minus:focus, 
.quantity-wrapper button.qty-button.plus:focus {
    background: #ffffff29
}

.single .e-atc-qty-button-holder .quantity {
    justify-content: space-between;
}
a.custom-lightbox {
    display: flex;
}
.checkout-inline-error-message {
    font-family: Afacad !important;
    font-size: 16px !important;
    color: red !important;
}
.wapf-product-totals .amount {
    color: #fff !important;
    font-weight: 500 !important;
	font-size: 20px !important;
}
.nav-mk a.elementor-item.elementor-item-active {
    font-weight: 600 !important;
}
.nav-mk .sub-menu li {
    border-bottom: 1px solid #ffffff91;
    margin: auto 10px;
}
.nav-mk .sub-menu li:hover,.sub-menu li a:hover {
    background: none !important;
}
.loop-blogs a.page-numbers:hover {
    color: #b6b6b6 !important;
}
h2.woocommerce-Reviews-title {
    text-transform: uppercase;
}
.e-loop-nothing-found-message {
    text-align: center;
}
.contact-form.contact-form-abt input#gform_submit_button_1 {
    margin-left: 0 !important;
}
.contact-form-abt label {
    margin: 0px !important;
}
.thankyou-digital-product-images {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.thankyou-digital-product-images h2 {
    width: 100%;
    margin-bottom: 10px !important;
}
address {
    height: unset !IMPORTANT;
}
.nav-mk .sub-menu li:last-child {
    border: 0px solid !important;
}

.nav-mk .sub-menu {
    border: none !important;
}
.page-id-361 form.woocommerce-cart-form td.actions {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.page-id-362 select,
.page-id-362 select:focus,
.page-id-362 select:focus-visible {
    background-color: transparent !important;
    color: #fff !important;
}

.page-id-362 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important; 
    background-color: transparent !important; 
}

.page-id-362 .select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #0073e6 !important;
    color: #fff !important;
}

.page-id-362 .select2-container--default .select2-results__option--highlighted {
    background-color: #005bb5 !important;
    color: #fff !important;
}

/* media queries */
@media (min-width: 1921px) {
    .custom-container {
        max-width: 1620px !important;
        margin: auto !important;
    }
}


@media (max-width: 1081px) {
    .custom-share-wrapper {
        max-width: 400px;
    }
    .custom-share-wrapper h4 {
        font-size: 22px;
    }
    .custom-share-wrapper button.share-tab {
        padding: 12px 38px;
        font-size: 14px;
    }
    .custom-share-wrapper input.share-input {
        font-size: 14px;
    }
    .custom-share-wrapper button.copy-button {
        padding: 8px;
        font-size: 16px;
        margin-bottom: 14px;
    }
    .custom-share-wrapper .social-icons img {
        width: 34px;
        height: 34px;
    }
    .custom-share-wrapper .share-or {
        font-size: 14px;
    }
.contact-form label, .contact-form legend,
.contact-form input, .contact-form textarea,
.contact-form input#gform_submit_button_1 {
    font-size: 16px !important;
}
.contact-form input#gform_submit_button_1 {
    padding: 16px 28px !important;
}	
.section-sp-prints h4 {
    font-size: 18px !important;
}
.dropdown-selected {
    padding: 10px 24px !important;
}
.optgroup-title {
    font-size: 14px !important;
}
.option-row,.option-price {
    font-size: 14px !important;
}
#selectedDisplay {
    font-size: 16px;
}	
.chevron-icon {
    width: 14px;
    height: 14px;
}
.content-blogs-mk img {
    margin: 30px auto;
}
.content-blogs-mk h3 {
    font-size: 28px;
}
.page-id-361 .cart-collaterals {
    width: 36% !important;
}
.page-id-361 form.woocommerce-cart-form {
    width: 58%;
}
.page-id-361 .review-crop-button {
		width: 100px;
        padding: 6px 12px;
        font-size: 12px;
}
.page-id-361 .woocommerce-cart-form__contents .product-name {
    width: 33%;
}
.page-id-361 .woocommerce-cart-form .product-remove a.remove {
    width: 30px;
    height: 30px;
}
.page-id-361 .product-details {
    gap: 2px;
}
a.checkout-button.button.alt.wc-forward {
    font-size: 16px;

}	
nav.custom-breadcrumb a {
    color: #BCBCBC;
    font-size: 16px;
}
.btn-print-category h4 {
    font-size: 12px !important;
}	
button#show-grid-btn {
    font-size: 12px !important;
    padding: 8px 13px 8px 8px;
    margin-bottom: 10px;
}	
	
}

@media (max-width: 981px) and (min-width: 768px)  {
	.tax-filter-mk button.e-filter-item {
		font-size: 13px !important;
	}	
}

@media (max-width: 767px) {

.contact-form .gform_footer.before {
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
#selectedDisplay {
    font-size: 14px;
}
.tax-filter-mk button.e-filter-item[data-filter="__all"] {
    position: static !important;
}	
.loop-blogs span.page-numbers.current {
    padding: 14px 22px;
    margin: 0px 10px !important;
}
.loop-blogs a.page-numbers {
    padding: 0px 20px;
}
.content-blogs-mk h3 {
    font-size: 24px;
}
nav.custom-breadcrumb a {
    font-size: 14px;
}
.hide-details{
    position: absolute !important;
}
.wapf-field-label label span {}

.wapf-field-label span {
    font-size: 16px !important;
}
span.wapf-label-text {
    font-size: 14px;
}
.single .single_add_to_cart_button,.single #confirm-crop {
    width: 85%;
    font-size: 14px !important;
    padding: 10px !important;
    margin-top: 10px !important;
    margin: auto;
}
.qty-minus, .qty-plus {
    width: 28px !important;
    height: 28px !important;
}	
a.button.wc-forward {
    font-size: 14px;
    margin-top: 20px;
}
.woocommerce-message {
    font-size: 14px;
}
h2.woocommerce-column__title,h2.woocommerce-order-details__title {
    margin-bottom: 20px !important;
}	
.page-id-1199 ul.wc-item-meta {
    font-size: 14px ! IMPORTANT;
}	
a.custom-lightbox img {
    width: 40px;
    height: 40px;
}
.cart-mk button.single_add_to_cart_button.button.alt {
    margin: 0px 10px !important;
    padding: 0 !IMPORTANT;
    font-size: 14px !important;
}
.section-sp-prints select.wapf-input {
    padding: 10px 10px;
    font-size: 14px;
}
.section-sp-prints .wapf-product-totals .amount {
    font-size: 18px !important;
}	
.woocommerce-message a.button.wc-forward {
    padding: 12px 24px;
	margin: 0 !important;
}
button#show-grid-btn {
    font-size: 10px !important;
	position: static !important;
}	
	
	
}