/*
Author: Capitanu Mihai
x2-custom.css (c) 2023
Desc: custom css applied to all pages
Created:  2023-08-14T06:09:00.050Z
*/

/* [X2-92] */
.product-item-actions .actions-primary {
    width: max-content;
 }

 /* [X2-124] */
 .minimal-price-link, .price-excluding-tax, .price-including-tax {
    white-space: normal;
    text-align: start;
}
/* [X3-234] */
ol.minicart-items div.product-item-details .price-excluding-tax {
    text-align: unset;
}

/* [X2-143] */
#opmode-banner{
    background-color: rgba(175,0,0,1);
    padding: 10px;color:rgba(255,255,255,1);
    font-family: Sans-Serif;
    text-align:center;
}
#opmode-banner a {
    color: rgba(255,255,255,1);
    text-decoration: underline;
}
/* [X3-171] */
.cart-container .field.qty div.mage-error  {
    position: absolute;
    top: 50px;
}
body.catalog-product-view:not([class*=printq]) #maincontent:before {
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	height: 470px;
	background-color: #e6f5fe;
}

body.catalog-product-view:not([class*=printq]) .product-info-main{
	margin-top: 20px;
}
body.catalog-product-view:not([class*=printq]) .page-main-inner{
	position: relative;
}
/* .landingapp img {
    height: 100%;
} */
body .landingapp {
    color: #FFF;
}
.landingapp .promo-banner-img {
    height: 100%;
}

.landingapp div button {
    padding: .6em 1.2em;
    border-radius: 2rem;
    height: 56px;
    color: #000;
    border: none;
}
.landingapp div button:hover {
    background-color: #FFF;
    border-color: #FFF;
}
.landingapp div .header-banner-button {
    background-color: #000;
    height: 45px;
    color: #FFF;
    margin-bottom: 32px;
}

.landingapp .header-banner-button:hover {
    background-color: #000;
    color: #FFF;
}

.landingapp h1 {
    color: #000;
}
.landingapp .header-banner-h1 {
    margin-bottom: 0;
    font-size: 33px;
    font-weight: 500;
}
.landingapp .header-banner-content > p:nth-of-type(2) {
    font-size: 22px;
}

.landingapp .header-banner-image + div {
    padding-left: 50px;
    padding-bottom: 20px;
}
.landingapp .header-banner-content > p:first-of-type {
    font-size: 20px;
}
/* @media (max-width: 1360px) {
    .landingapp .header-banner-content > :nth-child(4) {
        font-size: 21px;
    }
} */
/* @media (max-width: 1215px) {
    .landingapp .header-banner-content > :nth-child(4) {
        font-size: 17px;
    }
} */
@media (max-width: 1250px) {
    .landingapp .header-banner-button {
        margin-bottom: 0px;
    }
}
@media (max-width: 1199px) {
    .landingapp .header-banner-image + div {
        padding-left: 30px;
        padding-bottom: 16px;
    }
    .landingapp div .header-banner-button {
        margin-bottom: 0px;
    }
    .landingapp .header-banner-h1 {
        font-size: 26px;
    }
    .landingapp .header-banner-content > p:first-of-type {
        font-size: 16px;
    }
    .landingapp .header-banner-content > p:nth-of-type(2) {
        font-size: 19px;
    }
    .landingapp .header-banner-content > p:nth-of-type(3) {
        font-size: 11px;
    }
    .landingapp .header-banner-content ~ button ~ p {
        font-size: 11px;
    }
}
@media (max-width: 940px) {
    .landingapp .header-banner-image + div {
        padding-left: 26px;
        padding-bottom: 12px;
    }
    .landingapp .header-banner-content > p:first-of-type {
        font-size: 14px;
    }
    .landingapp .header-banner-h1 {
        font-size: 23px;
    }
    .landingapp .header-banner-content > p:nth-of-type(2) {
        font-size: 17px;
        margin-bottom: 8px;
    }
    .landingapp .header-banner-content > p:nth-of-type(3) {
        font-size: 10px;
    }
}
@media (min-width: 750px) and (max-width: 850px) {
    .landingapp .header-banner-image + div {
        padding-left: 22px;
        padding-bottom: 12px;
    }
    .landingapp .header-banner-content > p:first-of-type {
        font-size: 12px;
    }
    .landingapp .header-banner-content > p:nth-of-type(4) {
        margin-bottom: 4px;
    }
    .landingapp .header-banner-h1 {
        font-size: 20px;
    }
    .landingapp .header-banner-content > p:nth-of-type(2) {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .landingapp .header-banner-content > p:nth-of-type(3) {
        font-size: 10px;
    }
    .landingapp .header-banner-content ~ button ~ p {
        font-size: 10px;
    }
}
@media (max-width: 575px) {
    .landingapp .header-banner-image {
        height: 100%;
    } 
}
/* @media (min-width: 790px) and (max-width: 1000px) {
    .landingapp .header-banner h1 {
        font-size: 20px !important;
    }
    .landingapp .header-banner p {
        font-size: 12px !important;
        margin-bottom: 0;
    }
    .landingapp .header-banner-content > :nth-child(1) {
        font-size: 15px;
    }
    .landingapp .header-banner-content > :nth-child(4) {
        font-size: 15px;
    }
}
@media (max-width: 870px) {
    .landingapp .header-banner-content > :nth-child(4) {
        font-size: 13px;
    }
} */
/* @media (min-width: 750px) and (max-width: 790px) {
    .landingapp .header-banner h1 {
        font-size: 14px !important;
    }
    .landingapp .header-banner p {
        font-size: 10px !important;
        margin-bottom: 0;
    }
    .landingapp .header-banner-image {
        height: 100%;
    }
    .landingapp .header-banner-button {
        height: 35px;
    }
}
@media (max-width: 575px) {
    .landingapp .header-banner-image {
        height: 100%;
    } 
} */
.page-wrapper .page-header .main-panel-top {
    display: none;
}
.page-wrapper .page-header .header-main .header-contact .porto-icon-wishlist-2 {
    display: none;
}

/* #printq_matrix_app_16369 .matrix_layoutMain .matrix_personalizationButton,
#printq_matrix_app_16369 .matrix_layoutMain .matrix_addToCartButton+div,
#printq_matrix_app_16368 .matrix_layoutMain .matrix_personalizationButton,
#printq_matrix_app_16368 .matrix_layoutMain .matrix_addToCartButton+div,
#printq_matrix_app_16367 .matrix_layoutMain .matrix_personalizationButton,
#printq_matrix_app_16367 .matrix_layoutMain .matrix_addToCartButton+div {
    display: none;
} */
 
#printq_matrix_app_18183 .matrix_layoutMain .matrix_personalizationButton,
#printq_matrix_app_18183 .matrix_layoutMain .matrix_addToCartButton+div,
#printq_matrix_app_18182 .matrix_layoutMain .matrix_personalizationButton,
#printq_matrix_app_18182 .matrix_layoutMain .matrix_addToCartButton+div,
#printq_matrix_app_18181 .matrix_layoutMain .matrix_personalizationButton,
#printq_matrix_app_18181 .matrix_layoutMain .matrix_addToCartButton+div {
    display: none;
}

.fotorama-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    z-index: 1000;
}
.gallery-placeholder {
position: relative;
}
.my-logo-overlay{
    position: absolute;
    pointer-events: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  /*   border: 1px dashed red; */
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-my-logo-overlay{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    pointer-events: none;
}
.gallery_placeholder_custom{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 500px;
}
.gallery_placeholder_custom img{
    max-height: 100%;
}
.cart.table-wrapper .product-image-container{
    aspect-ratio: unset !important;
}