/*
Theme Name:   PrintLabas child
Theme URI:    https://rvnski.eu
Description:  Child theme
Author:       rvnski
Author URI:   https://rvnski.eu
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
*/


.product-content .size-guide {
    font-size: 14px;
    font-weight: bold;
}




/* designer */
.fpd-container fpd-actions-bar .fpd-btn>*, .fpd-container fpd-actions-bar .fpd-dropdown-btn>* {
    color: #000;}
.fpd-off-canvas fpd-actions-bar, .fpd-topbar fpd-actions-bar {
    background: #fff;}
.fpd-off-canvas fpd-main-bar .fpd-navigation>div, .fpd-topbar fpd-main-bar .fpd-navigation>div {
    margin: 5px;
    background: #F2F6FF;
    color: #000;}
fpd-main-bar .fpd-navigation>.fpd-nav-item .fpd-nav-icon:before {
    color: #000;
}
.fpd-off-canvas fpd-main-bar .fpd-navigation, .fpd-topbar fpd-main-bar .fpd-navigation {
    border-bottom: none!important;
    margin-bottom: 5px;}
.fpd-wrapper>fpd-main-wrapper {background:none!important;}


/* SHOP */
.xstore-compare-single.xstore-compare-icon, .xstore-waitlist-single.xstore-waitlist-icon, .xstore-wishlist-single.xstore-wishlist-icon {
    border: none!important;}

span.gtin_wrapper {display:none!important;}
span.sku_wrapper{display:none!important;}
span.posted_in {display: none!important;}
.products-page-cats {display: none!important;}
.btn, .button, form #qna-ask-input button, form button, input[type=button], input[type=submit] {
    border-radius: 5px;
}




/* LEFT MENU */
.sticky-purchase-panel .mtips {
    position: relative;
    z-index: 1000;
}

.sticky-purchase-panel .mtips span.mt-mes {
    position: absolute !important;
    background: #222;
    white-space: nowrap;
    color: #fff;
    padding: 7px 12px !important;
    top: 100%;
    font-weight: 300;
    margin-top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    height: 11px;
    line-height: 11px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.sticky-purchase-panel .mtips:not(:hover) span.mt-mes,
.sticky-purchase-panel .mtips:not(:hover):after {
    opacity: 0;
    visibility: hidden;
}

.sticky-purchase-panel .mtips:after {
    content: "";
    position: absolute;
    top: 100%;
    left: -webkit-calc(50% - 5px);
    left: -moz-calc(50% - 5px);
    left: calc(50% - 5px);
    border: 5px solid transparent;
    border-bottom-color: #222;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.sticky-purchase-panel .mtips-left span.mt-mes {
    margin-top: 0;
    top: auto;
    bottom: -webkit-calc(50% - 12px);
    bottom: -moz-calc(50% - 12px);
    bottom: calc(50% - 12px);
    left: auto;
    right: 100%;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    margin-right: 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.sticky-purchase-panel .mtips-left:not(:hover) span.mt-mes,
.sticky-purchase-panel .mtips-left:not(:hover):after {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}

.sticky-purchase-panel .mtips-left:after {
    top: auto;
    left: auto;
    right: 100%;
    bottom: -webkit-calc(50% - 5px);
    bottom: -moz-calc(50% - 5px);
    bottom: calc(50% - 5px);
    margin-right: 5px;
    border-top-color: transparent;
    border-left-color: #222;
    border-bottom-color: transparent;
}

.sticky-purchase-panel .mtips:hover {
    z-index: 1001;
}

.sticky-purchase-panel .mtips:hover:after, .sticky-purchase-panel .mtips:hover span.mt-mes {
    display: block;
}

/* sticky panel */

.et-mini-content-opened .sticky-purchase-panel,
.etheme-elementor-off-canvas--shown .sticky-purchase-panel,
.etheme-elementor-modal-popup--shown .sticky-purchase-panel,
body:has(.et-content-shown) .sticky-purchase-panel {
    display: none;
}

.sticky-purchase-panel {
    position: fixed;
    right: auto;
    bottom: -webkit-calc(50% - 130px);
    bottom: -moz-calc(50% - 130px);
    bottom: calc(50% - 130px);
    color: #fff;
    background: #222;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    /*-webkit-animation: sticky-purchase-panel-rtl-anim .7s ease;
    -moz-animation: sticky-purchase-panel-rtl-anim .7s ease;
    -o-animation: sticky-purchase-panel-rtl-anim .7s ease;
    animation: sticky-purchase-panel-rtl-anim .7s ease;*/
    z-index: 3;
}

@-webkit-keyframes sticky-purchase-panel-rtl-anim {
    0% {
        -webkit-transform: translateX(200%);
        transform: translateX(200%);
        visibility: hidden;
    }

    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        visibility: visible;
    }
}

@-moz-keyframes sticky-purchase-panel-rtl-anim {
    0% {
        -moz-transform: translateX(200%);
        transform: translateX(200%);
        visibility: hidden;
    }

    100% {
        -moz-transform: translateX(0%);
        transform: translateX(0%);
        visibility: visible;
    }
}

@-o-keyframes sticky-purchase-panel-rtl-anim {
    0% {
        -o-transform: translateX(200%);
        transform: translateX(200%);
        visibility: hidden;
    }

    100% {
        -o-transform: translateX(0%);
        transform: translateX(0%);
        visibility: visible;
    }
}

@keyframes sticky-purchase-panel-rtl-anim {
    0% {
        -webkit-transform: translateX(200%);
        -moz-transform: translateX(200%);
        -o-transform: translateX(200%);
        transform: translateX(200%);
        visibility: hidden;
    }

    100% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        visibility: visible;
    }
}

.sticky-purchase-panel ul {
    padding: 17px 7px 7px;
    margin: 0;
}

.sticky-purchase-panel ul li {
    list-style: none;
}

.sticky-purchase-panel a {
    font-size: 1rem;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
}

.sticky-purchase-panel li:not(:last-child) a {
    margin-bottom: 2px;
}

.sticky-purchase-panel a:hover {
    color: #A4004F;
}

.sticky-purchase-panel .with-dot a:before {
    content: '';
    position: absolute;
    width: .35em;
    height: .35em;
    right: 5px;
    top: 5px;
    background: #10A45D;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    -webkit-box-shadow: 0 0 0 rgb(16 164 93 / .4);
    -moz-box-shadow: 0 0 0 rgb(16 164 93 / .4);
    box-shadow: 0 0 0 rgb(16 164 93 / .4);
    -webkit-animation: pulse 1.5s infinite;
    -moz-animation: pulse 1.5s infinite;
    -o-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
}

.sticky-purchase-panel .with-number a:before {
    content: attr(data-number);
    position: absolute;
    top: -2px;
    right: -2px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: currentColor;
    font-size: 10px;
    font-weight: bold;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(16 164 93 / .4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 5px rgb(16 164 93 / 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgb(16 164 93 / 0);
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgb(16 164 93 / .4);
        box-shadow: 0 0 0 0 rgb(16 164 93 / .4);
    }

    70% {
        -moz-box-shadow: 0 0 0 5px rgb(16 164 93 / 0);
        box-shadow: 0 0 0 5px rgb(16 164 93 / 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgb(16 164 93 / 0);
        box-shadow: 0 0 0 0 rgb(16 164 93 / 0);
    }
}

@-o-keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgb(16 164 93 / .4);
        box-shadow: 0 0 0 0 rgb(16 164 93 / .4);
    }

    70% {
        -moz-box-shadow: 0 0 0 5px rgb(16 164 93 / 0);
        box-shadow: 0 0 0 5px rgb(16 164 93 / 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgb(16 164 93 / 0);
        box-shadow: 0 0 0 0 rgb(16 164 93 / 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgb(16 164 93 / .4);
        -webkit-box-shadow: 0 0 0 0 rgb(16 164 93 / .4);
        box-shadow: 0 0 0 0 rgb(16 164 93 / .4);
    }

    70% {
        -moz-box-shadow: 0 0 0 5px rgb(16 164 93 / 0);
        -webkit-box-shadow: 0 0 0 5px rgb(16 164 93 / 0);
        box-shadow: 0 0 0 5px rgb(16 164 93 / 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgb(16 164 93 / 0);
        -webkit-box-shadow: 0 0 0 0 rgb(16 164 93 / 0);
        box-shadow: 0 0 0 0 rgb(16 164 93 / 0);
    }
}


.sticky-purchase-panel .with-bg a {
    background-color: #10a45d;
    padding: 4px 7px 9px;
    width: 44px;
    height: 44px
}

.sticky-purchase-panel .with-bg a svg {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear
}

.sticky-purchase-panel .with-bg .mt-mes+span {
    overflow: hidden;
    line-height: 0
}

.sticky-purchase-panel .with-bg:not(.active) a svg:first-of-type {
    -webkit-transform: translate(-webkit-calc(-50% + 10px),-50%)!important;
    -moz-transform: translate(-moz-calc(-50% + 10px),-50%)!important;
    -ms-transform: translate(calc(-50% + 10px),-50%)!important;
    -o-transform: translate(calc(-50% + 10px),-50%)!important;
    transform: translate(calc(-50% + 10px),-50%)!important
}

.sticky-purchase-panel .with-bg a svg:first-of-type {
    width: 1.2em;
    height: 1.2em
}

.sticky-purchase-panel .with-bg a svg+svg {
    width: 1.7em;
    height: 1.7em
}

.sticky-purchase-panel .with-bg:not(.active) a svg:first-of-type {
    opacity: 0;
    visibility: hidden;
}

.sticky-purchase-panel .with-bg:hover a svg:last-of-type,
.sticky-purchase-panel .with-bg.active a svg:last-of-type {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
    visibility: hidden;
}

.sticky-purchase-panel .with-bg a:hover {
    color: currentColor;
}

.sticky-purchase-panel a svg {
    width: 1em;
    height: 1em;
}

@media only screen and (max-width: 992px) {
    .sticky-purchase-panel {
        bottom: -webkit-calc(50% - 72px);
        bottom: -moz-calc(50% - 72px);
        bottom: calc(50% - 72px);
    }
}

/* separated layout */
.sticky-purchase-panel[data-type=separated] {
    background: transparent;
    bottom: calc(30% - 130px);
}

@media only screen and (max-width: 480px) {
    .sticky-purchase-panel[data-type=separated] {
        right: 8px;
    }
}
.sticky-purchase-panel[data-type=separated] li {
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.sticky-purchase-panel[data-type=separated] a {
    flex-wrap: wrap;
    width: auto;
    padding: 12px 6px;
    display: block;
    font-size: 1rem;
    overflow: hidden;
}

.sticky-purchase-panel[data-type=separated] li:not(:last-child) a {
    margin-bottom: 8px;
}

.sticky-purchase-panel[data-type=separated] a span {
    line-height: 1.3;
    display: inline-block;
	font-size:12px;
	font-weight:500;
	color:#020567;
}

.sticky-purchase-panel[data-type=separated] a span:first-child {
    font-size: 1em;
}
.sticky-purchase-panel[data-type=separated] a span:not(:first-child) {
    display: block;
}

.sticky-purchase-panel[data-type=separated] a svg {
    transform: scale(1.2);
    fill: #020567;
    width: 30px;
    height: 30px;
}

.sticky-purchase-panel[data-type=separated] .has-bg {
    background: #E3207E;
}

.sticky-purchase-panel[data-type=separated] a:hover {
    color: currentColor;
}

.sticky-purchase-panel[data-type=separated] li:hover a span:first-child {
    animation: sticky-purchase-panel-rtl-anim-low .4s forwards;
}

@media only screen and (max-width: 1600px) {
    .sticky-purchase-panel {
        display: none;
    }
}
@-webkit-keyframes sticky-purchase-panel-rtl-anim-low {
    49% {
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }

    51% {
        opacity: 1
    }
}

@keyframes sticky-purchase-panel-rtl-anim-low {
    49% {
        -webkit-transform: translate(-100%);
        transform: translate(-100%)
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }

    51% {
        opacity: 1
    }
}

/* sticky but now button */
.sticky-buy-button {
    position: fixed;
    right: 100px;
    bottom: 25px;
    z-index: 9999;
    animation: et-sticky-button-toTop .7s ease;
}

.single-product .sticky-buy-button,
.et-mini-content-opened .sticky-buy-button {
    display: none;
}

.sticky-buy-button .et-buy-button {
    position: relative;
    padding: 12px 60px;
    min-height: unset;
    display: inline-block;
    height: auto;
    background: -webkit-linear-gradient(83.46deg,#008c49 -60.97%,#86ffb4 270.1%);
    background: -moz-linear-gradient(83.46deg,#008c49 -60.97%,#86ffb4 270.1%);
    background: -o-linear-gradient(83.46deg,#008c49 -60.97%,#86ffb4 270.1%);
    background: linear-gradient(6.54deg,#008c49 -60.97%,#86ffb4 270.1%);
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #10a45d;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    text-decoration: none;
    line-height: normal;
    font-size: 0.8rem;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}


.sticky-buy-button .et-buy-button:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.1);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.sticky-buy-button .et-buy-button:not(:hover):after {
    opacity: 0;
    visibility: hidden
}

.sticky-buy-button .et-buy-button:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

@keyframes et-sticky-button-toTop {
    0% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        visibility: hidden;
    }

    100% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        visibility: visible;
    }
}

@media only screen and (max-width: 992px) {
    .sticky-buy-button {
        display: none;
    }
}




.etheme-product-grid-item .footer-inner i, .etheme-product-grid-item .footer-inner span.et-icon, .etheme-product-grid-item .footer-inner svg {
    color: #E3207E;
}
.etheme-product-grid-item .footer-inner .xstore-compare[data-action=remove] .et-icon, .etheme-product-grid-item .footer-inner .xstore-wishlist[data-action=remove] .et-icon {
    color: #E3207E;
}



.fpd-blue-btn, .fpd-secondary-btn {
    background: #E3207E;
    color: #ffffff;
    padding: 10px 10px 10px 40px; /* Отступ слева для иконки */
    border-radius: 10px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

a#fpd-start-customizing-button:hover {
    color: #fff;
	font-weight:bold;
}

.fpd-blue-btn::before, .fpd-secondary-btn::before {
    content: "";
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23ffffff" d="M224 96l16-32 32-16-32-16-16-32-16 32-32 16 32 16 16 32zM80 160l26.66-53.33L160 80l-53.34-26.67L80 0 53.34 53.33 0 80l53.34 26.67L80 160zm352 128l-26.66 53.33L352 368l53.34 26.67L432 448l26.66-53.33L512 368l-53.34-26.67L432 288zm70.62-193.77L417.77 9.38C411.53 3.12 403.34 0 395.15 0c-8.19 0-16.38 3.12-22.63 9.38L9.38 372.52c-12.5 12.5-12.5 32.76 0 45.25l84.85 84.85c6.25 6.25 14.44 9.37 22.62 9.37 8.19 0 16.38-3.12 22.63-9.37l363.14-363.15c12.5-12.48 12.5-32.75 0-45.24zM359.45 203.46l-50.91-50.91 86.6-86.6 50.91 50.91-86.6 86.6z"/></svg>') no-repeat center;
    background-size: 20px 20px;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
}
