@charset "UTF-8";
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}

@keyframes woobt-spinner {
to {
transform: rotate(360deg);
}
}
@-webkit-keyframes woobt-spinner {
to {
-webkit-transform: rotate(360deg);
}
}
.woobt-wrap {
display: block;
clear: both;
width: 100%;
}
.woobt-wrap.woobt-loading {
position: relative;
}
.woobt-wrap.woobt-loading:before {
content: "";
display: block;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.7);
position: absolute;
top: 0;
left: 0;
z-index: 9;
}
.woobt-wrap.woobt-loading:after {
content: "";
position: absolute;
top: 50%;
left: 50%;
z-index: 10;
display: block;
width: 30px;
height: 30px;
margin-top: -15px;
margin-left: -15px;
border-width: 4px;
border-style: solid;
border-radius: 100%;
border-top-color: rgba(0, 0, 0, 0.5);
border-left-color: rgba(0, 0, 0, 0.1);
border-bottom-color: rgba(0, 0, 0, 0.1);
border-right-color: rgba(0, 0, 0, 0.1);
animation: woobt-spinner 1s linear infinite;
-webkit-animation: woobt-spinner 1s linear infinite;
}
.woobt-wrap.woobt-layout-separate .woobt-product > .woobt-thumb, .woobt-wrap.woobt-layout-separate .woobt-product > .woobt-price {
display: none;
}
.woobt-wrap.woobt-layout-separate .woobt-product .woobt-title .woobt-price {
margin-left: 10px;
}
.woobt-images {
display: flex;
align-items: center;
margin-bottom: 15px;
overflow-x: auto;
}
.woobt-images .woobt-image {
width: 100px;
flex: 0 0 100px;
margin-right: 20px;
display: block;
position: relative;
}
.woobt-images .woobt-image:not(.woobt-image-this):before {
content: "+";
position: absolute;
top: 50%;
left: -10px;
transform: translate3d(-50%, -50%, 0);
}
.woobt-images .woobt-image:last-child {
margin-right: 0;
}
.woobt-images .woobt-image.woobt-image-hide {
opacity: 0.3;
}
.woobt-images .woobt-image.woobt-image-hide img {
filter: grayscale(100%);
}
.woobt-images .woobt-image img {
width: 100%;
height: auto;
}
.woobt-wrap .woobt-text, .woobt-wrap .woobt-products {
margin: 0 0 15px 0;
}
.woobt-products {
border-width: 1px 0 0 0;
border-style: dotted;
border-color: #e5e5e5;
}
.woobt-products .woobt-product {
padding: 10px 0;
margin: 0;
justify-content: space-between;
display: flex;
align-items: center;
border-bottom: 1px dotted #e5e5e5;
}
.woobt-products .woobt-product.woobt-hide-this {
display: none !important;
}
.woobt-products .woobt-product > div {
padding: 0 5px;
background-color: transparent;
}
.woobt-products .woobt-product .woobt-thumb {
width: 50px;
flex: 0 0 50px;
}
.woobt-products .woobt-product .woobt-thumb img {
width: 100%;
max-width: 100%;
height: auto;
display: block;
}
.woobt-products .woobt-product .woobt-price {
width: 100px;
flex: 0 0 100px;
max-width: 100px;
text-align: end;
}
.woobt-products .woobt-product-this .woobt-price .woobt-price-new {
display: none;
}
.woobt-products .woobt-product .woobt-price del {
opacity: 0.5;
text-decoration: line-through;
}
.woobt-products .woobt-product .woobt-price del span {
text-decoration: line-through;
}
.woobt-products .woobt-product .woobt-price ins {
font-weight: normal;
}
.woobt-products .woobt-product .woobt-price .amount {
display: inline-block;
}
.woobt-products .woobt-product .woobt-title {
flex-grow: 1;
}
.woobt-products .woobt-product .woobt-title a {
text-decoration: none;
box-shadow: none;
}
.woobt-products .woobt-product .variations_form {
margin: 0;
padding: 0;
}
.woobt-products .woobt-product .woobt-title .woovr-variations-select .woovr-variation-image, .woobt-products .woobt-product .woobt-title .woovr-variations-default .woovr-variation-image, .woobt-products .woobt-product .woobt-title .woovr-variations-select .woovr-variation-price {
display: none !important;
}
.woobt-products .woobt-product .woobt-quantity {
text-align: right;
width: 130px;
flex: 0 0 130px;
}
.woobt-products .woobt-product .woobt-quantity .quantity {
float: none !important;
margin: 0 0 0 0 !important;
}
.woobt-products .woobt-product.woobt-hide .woobt-quantity * {
opacity: 0.5;
pointer-events: none;
}
.woobt-checkbox:disabled {
cursor: not-allowed;
}
.woobt-products .woobt-product .variations_form .variations {
display: block;
width: 100%;
margin-left: -3px;
margin-right: -3px;
padding: 0;
}
.woobt-products .woobt-product .variations_form .variations .variation {
display: inline-block;
border-width: 1px;
border-style: solid;
border-color: #e5e5e5;
padding: 5px 10px;
margin: 5px 3px 0 3px;
max-width: 100%;
border-radius: 2px;
}
.woobt-products .woobt-product .variations_form .variations .variation > div {
display: block;
}
.woobt-products .woobt-product .variations_form .variations .reset {
display: inline-block;
}
.woobt-products .woobt-product .variations_form .variations .variation:last-child {
margin-bottom: 0;
}
.woobt-products .woobt-product .variations_form .variations .variation .label {
font-size: 12px;
line-height: 1;
}
.woobt-products .woobt-product .variations_form .variations .variation .value {
line-height: 1;
}
.woobt-products .woobt-product .variations_form .variations .variation .value select {
width: 100%;
line-height: 1;
padding: 0 16px 0 0;
background-color: transparent;
border-radius: 0;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
outline: none;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGNEQzN0Y2NTY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGNEQzN0Y2NjY0NjcxMUU3QjU5NUI5N0U0NjlDMTIzNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkY0RDM3RjYzNjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkY0RDM3RjY0NjQ2NzExRTdCNTk1Qjk3RTQ2OUMxMjM2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+pzgqpQAAADdJREFUeNpirKioWMDAwBDPgAoWMQGJLCC+hiR4HYgzQRLfgDgUSoNwCIhmgaq6BtXJCNMNEGAAbM0MK7OUU3AAAAAASUVORK5CYII=);
background-repeat: no-repeat;
background-size: auto;
background-position: 100% 50%;
}
.woobt-products .woobt-product .variations_form .variations a.reset_variations {
margin: 0;
font-size: 12px;
}
.woobt-products .woobt-product .woobt-title .stock {
font-size: 14px;
margin: 0 !important;
}
.woobt-products .woobt-product .woobt-title .stock.in-stock {
color: green;
}
.woobt-products .woobt-product .woobt-title .stock.available-on-backorder {
color: orange;
}
.woobt-products .woobt-product .woobt-title .stock.out-of-stock {
color: red;
}
.woobt-products .woobt-item-text {
padding: 10px 0;
margin: 0;
border-bottom: 1px dotted #e5e5e5;
}
.woobt-item-text-type-h1 > h1, .woobt-item-text-type-h2 > h2, .woobt-item-text-type-h3 > h3, .woobt-item-text-type-h4 > h4, .woobt-item-text-type-h5 > h5, .woobt-item-text-type-h6 > h6, .woobt-item-text-type-p > p {
margin: 0 !important;
}
.woobt-disabled {
opacity: 0.5 !important;
cursor: not-allowed !important;
pointer-events: none !important;
}
.woobt-alert {
padding: 6px 10px 6px 14px;
border-left: 4px solid #222;
background-color: #eeeeee;
font-size: 14px;
} .woobt-additional, .woobt-total, .woobt-alert {
display: none;
}
.woobt-actions form.cart {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.woobt-quantity-input {
display: flex;
align-items: center;
}
.woobt-quantity-plus-minus .plus, .woobt-quantity-plus-minus .minus, .woobt-quantity-plus-minus .minus-btn, .woobt-quantity-plus-minus .plus-btn {
display: none !important;
}
.woobt-quantity-input-plus, .woobt-quantity-input-minus {
width: 40px;
flex: 0 0 40px;
height: 40px;
line-height: 38px;
text-align: center;
cursor: pointer;
background-color: #fefefe;
border: 1px solid #e5e5e5;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.woobt-choose label {
position: absolute;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
.woobt-choose .checkmark {
display: none;
}
.woobt-count {
margin-left: 5px;
}
.woobt-count:before {
content: "(";
}
.woobt-count:after {
content: ")";
}
.woobt-qty {
width: 60px;
text-align: center;
}
.woobt-product .woobt-quantity-input .qty, .woobt-product .woobt-quantity-input .woobt-qty {
width: 100%;
min-width: 40px;
}
.woobt-quantity-input .qty, .woobt-quantity-input .woobt-qty {
width: 100%;
min-width: 40px;
height: 40px;
line-height: 38px;
padding: 0 10px;
box-shadow: none;
border-width: 1px 0;
border-style: solid;
border-color: #e5e5e5;
border-radius: 0;
background-color: #fefefe;
-moz-appearance: textfield;
}
.woobt-product .woobt-quantity-input .qty:focus, .woobt-product .woobt-quantity-input .woobt-qty:focus {
outline: none;
outline-color: transparent;
}
.woobt-quantity-input input::-webkit-outer-spin-button, .woobt-quantity-input input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.woobt-quantity-input-plus:hover, .woobt-quantity-input-minus:hover {
background-color: #f0f0f0;
}
@media only screen and (max-width: 767px) {
.woobt-wrap-responsive .woobt-products .woobt-product {
display: flex;
flex-direction: column;
text-align: center;
padding: 20px 0;
}
.woobt-wrap-responsive .woobt-products .woobt-product > div {
padding: 5px 0 !important;
width: auto !important;
flex-basis: 0 !important;
max-width: 100% !important;
}
.woobt-wrap-responsive .woobt-products .woobt-product .woobt-thumb {
text-align: center;
flex-basis: 0;
}
.woobt-wrap-responsive .woobt-products .woobt-product .woobt-thumb img {
width: 80px;
display: block;
margin: 0 auto;
}
.woobt-wrap-responsive .woobt-products .woobt-product .woobt-price {
width: auto;
flex-basis: 0;
}
.woobt-wrap-responsive .woobt-products .woobt-product .variations_form .variations {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.woobt-wrap-responsive .woobt-products .woobt-product .variations_form .variations .variation {
max-width: 100%;
margin-right: 0 !important;
}
.woobt-wrap-responsive .woobt-products .woobt-product .variations_form .variations .variation select {
text-align-last: center;
}
} .woobt-products[class*=woobt-products-layout-grid] {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
border: none;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-item-text {
width: 100%;
margin: 10px;
padding: 10px 0;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product {
width: calc(50% - 20px);
margin: 10px;
padding: 10px;
border: 1px solid #dddddd;
font-size: 14px;
text-align: center;
position: relative;
display: flex;
flex-direction: column;
justify-content: start;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product:hover {
border-color: green;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-title-inner {
font-weight: 700;
}
.woobt-products.woobt-products-layout-grid-1 .woobt-product {
width: calc(100% - 20px);
}
.woobt-products.woobt-products-layout-grid-3 .woobt-product {
width: calc(33.3333333333% - 20px);
}
.woobt-products.woobt-products-layout-grid-4 .woobt-product {
width: calc(25% - 20px);
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product > div {
width: 100% !important;
flex: 0 0 auto !important;
text-align: center;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
margin-bottom: 5px;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product > div:last-child {
margin-bottom: 0;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product .woobt-quantity-input {
justify-content: center;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product select {
text-align: center;
}
.woobt-products[class*=woobt-products-layout-grid] .woobt-product .variations_form .variations .reset {
display: none;
}
@media only screen and (max-width: 767px) {
.woobt-products[class*=woobt-products-layout-grid] .woobt-product {
width: calc(50% - 20px);
}
}
@media only screen and (max-width: 479px) {
.woobt-products[class*=woobt-products-layout-grid] .woobt-product {
width: calc(100% - 20px);
}
} .woobt-products[class*=woobt-products-layout-carousel] {
display: flex;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
border: none;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-item-text {
width: 100%;
margin: 10px;
padding: 10px 0;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product {
width: calc(33% - 20px);
margin: 10px;
padding: 10px;
border: 1px solid #dddddd;
font-size: 14px;
text-align: center;
position: relative;
display: flex;
flex-direction: column;
justify-content: start;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product:hover {
border-color: green;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product .woobt-title-inner {
font-weight: 700;
}
.woobt-products.woobt-products-layout-carousel-1 .woobt-product {
width: calc(100% - 20px);
}
.woobt-products.woobt-products-layout-carousel-3 .woobt-product {
width: calc(33.3333333333% - 20px);
}
.woobt-products.woobt-products-layout-carousel-4 .woobt-product {
width: calc(25% - 20px);
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product > div {
width: 100% !important;
flex: 0 0 auto !important;
text-align: center;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
margin-bottom: 5px;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product > div:last-child {
margin-bottom: 0;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product .woobt-quantity-input {
justify-content: center;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product select {
text-align: center;
}
.woobt-products[class*=woobt-products-layout-carousel] .woobt-product .variations_form .variations .reset {
display: none;
}
.woobt-products[class*=woobt-products-layout-carousel] {
display: none !important;
}
.woobt-products[class*=woobt-products-layout-carousel].woobt-carousel, .woobt-products[class*=woobt-products-layout-carousel].woobt-no-carousel {
display: flex !important;
}
.woobt-carousel .slick-dots {
display: block;
width: 100%;
list-style: none;
text-align: center;
margin: 0;
padding: 0;
}
.woobt-carousel .slick-dots li {
display: inline-block;
margin: 0 5px;
font-size: 0;
}
.woobt-carousel .slick-dots li button {
width: 8px;
height: 8px;
border-radius: 4px;
padding: 0;
font-size: 0;
line-height: 0;
border: none;
background-color: rgba(0, 0, 0, 0.3);
outline: none;
overflow: hidden;
}
.woobt-carousel .slick-dots li.slick-active button {
background-color: rgb(0, 0, 0);
}
.woobt-carousel .slick-arrow {
width: 44px;
height: 44px;
line-height: 42px;
text-align: center;
padding: 0 0 0 0;
margin: 0 0 0 0;
overflow: hidden;
position: absolute;
top: 50%;
transform: translateY(-50%);
font-size: 0;
color: #222;
background-color: #fff;
border-radius: 0;
border: 1px solid #ddd;
z-index: 8;
opacity: 0;
visibility: hidden;
}
.woobt-carousel:hover .slick-arrow {
opacity: 1;
visibility: visible;
}
.woobt-carousel .slick-arrow:hover {
color: #fff;
background-color: rgba(0, 0, 0, 0.5);
}
.woobt-carousel .slick-arrow:before {
font-size: 24px;
line-height: 44px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.woobt-carousel .slick-arrow:focus {
outline: none;
}
.woobt-carousel .slick-arrow.slick-prev {
left: 10px;
}
.woobt-carousel .slick-arrow.slick-prev:before {
content: "‹";
}
.woobt-carousel .slick-arrow.slick-next {
right: 10px;
}
.woobt-carousel .slick-arrow.slick-next:before {
content: "›";
} .woobt-wrap.woobt-layout-compact .woobt-inner {
display: flex;
align-items: center;
flex-wrap: nowrap;
margin: 0 0 15px 0;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-text {
margin: 0 0 10px 0;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-alert {
display: none !important;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products {
display: flex;
flex-wrap: nowrap;
max-width: 100%;
overflow-x: auto;
margin: 0 10px 0 -10px;
border: none;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product {
min-width: 100px;
max-width: 200px;
margin: 10px;
padding: 10px;
border: 1px solid #dddddd;
font-size: 14px;
text-align: center;
position: relative;
display: flex;
flex-direction: column;
justify-content: start;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product:before {
content: "+";
position: absolute;
top: 50%;
right: -20px;
transform: translate3d(-50%, -50%, 0);
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product:last-child:before {
content: "";
display: none;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product > div {
width: 100%;
flex: 0 0 auto;
text-align: center;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
margin-bottom: 5px;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product .woobt-choose {
position: absolute;
width: auto;
top: 10px;
right: 10px;
}
body.rtl .woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products {
margin: 0 -10px 0 10px;
}
body.rtl .woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product:first-child:before {
display: none;
}
body.rtl .woobt-wrap.woobt-layout-compact .woobt-inner .woobt-products .woobt-product:last-child:before {
content: "+";
display: block;
}
.woobt-wrap.woobt-layout-compact .woobt-inner .woobt-actions .single_add_to_cart_button {
white-space: nowrap;
margin: 0 !important;
}.product-type-gift-card .summary .price {
display: none;
}
.product-type-gift-card .yith_wapo_group_total .price {
display: block;
}
.product-type-gift-card .product_meta {
display: none;
}
.product-type-gift-card .woocommerce-product-gallery__wrapper {
box-shadow: 0 0 19px -12px gray;
}
.product-type-gift-card .woocommerce-product-gallery__image {
padding: 1em;
}
.ywgc-preview {
max-width: 500px;
margin: 0 auto;
margin-bottom: 15px;
border: 5px solid #F7F4F4;
padding: 5px;
}
.ywgc-manual-amount.ywgc-hidden {
display: none;
}
.gift-card-content-editor {
width: 100%;
}
.gift-card-content-editor.step-content h5 {
margin-top: 3em;
}
.gift-card-too-small {
background-color: #ffe326;
padding: 10px;
color: #3d3939;
margin-bottom: 5px;
}
.ywgc-logo-shop img.ywgc-logo-shop-image {
max-width: 100%;
max-height: 100px;
}
a.add-recipient {
display: block;
}
.ywgc-additional-recipient {
position: relative;
margin-top: 35px;
}
.ywgc-additional-recipient label {
margin-bottom: 15px;
}
.gift-card-content-editor.step-content label {
display: inline-block; font-weight: 400;
text-align: center;
vertical-align: middle;
line-height: 46px;
}
.gift-card-content-editor.step-content input {
font-size: 14px;
}
.gift-card-content-editor.step-content input::placeholder {
font-size: 12px;
}
.gift-card-content-editor.step-content #ywgc-delivery-date::placeholder {
color: black;
}
.gift-card-content-editor.step-content textarea {
font-size: 14px;
}
.gift-card-content-editor.step-content textarea::placeholder {
font-size: 12px;
}
.gift-card-content-editor.step-content a {
font-size: 14px;
}
.gift-card-content-editor.step-content a::placeholder {
font-size: 12px;
}
.ywgc-sender-name {
margin-bottom: 15px;
}
.gift-card-content-editor.step-appearance .ywgc-design-list {
width: 100%;
display: flex;
}
.gift-card-content-editor.step-appearance .ywgc-design-list ul {
margin: 0 -5px;
padding: 0;
list-style: none;
font-size: 0;
}
.gift-card-content-editor.step-appearance .ywgc-design-list ul:after {
content: '';
display: block;
clear: both;
}
.gift-card-content-editor.step-appearance .ywgc-design-list ul li {
padding: 5px;
display: inline-block;
}
.ywgc-custom-design-link {
margin-top: 20px;
}
.ywgc-hidden {
display: none;
}     .ywgc-gift-card-content .ywgc-show {
display: inline-block;
}
.ywgc-gift-card-content .ywgc-hide {
display: none;
}
.ywgc-gift-card-content .ywgc-edit-value.apply {
background-color: #7caf00;
color: white;
}
.ywgc-gift-card-content .ywgc-edit-value.apply:hover {
background-color: #5b8000;
}
.ywgc-gift-card-content.ywgc-edit-value .ywgc-show-value {
display: none;
}
.ywgc-gift-card-content.ywgc-edit-value .ywgc-edit-value {
display: inline-block;
}
.ywgc-gift-card-content fieldset {
border: none;
}
.ywgc-main-image {
max-width: 100%;
height: auto;
margin: 0 auto;
display: block;
}
.ywgc-single-recipient { position: relative;
}
.ywgc-recipient {
max-width: 85%;
display: inline-block;
}
.ywgc-single-recipient a.hide-if-alone {
visibility: hidden;
}
.ywgc-single-recipient .ywgc-recipient-name {
margin-bottom: 15px;
}
#ywgc-cancel-gift-card {
display: none;
margin-bottom: 10px;
}
button#give-as-present {
display: block;
margin: 3em auto 0 auto;
}
#give-as-present > span:before {
font-size: inherit;
line-height: inherit;
margin-left: 5px;
}
button#ywgc-cancel-gift-card {
display: block;
margin: 3em auto 0 auto;
}
.ywgc-picture-error,
.ywgc-filling-error {
color: red;
font-size: 12px;
}
.ywgc-gift-card-content a.edit-details {
font-size: 10px;
text-decoration: none;
}
.ywgc-gift-card-edit-details fieldset,
.ywgc-gift-card-details fieldset {
padding: 5px 0;
margin: 0;
}
.ywgc-gift-card-content label {
display: inline-block;
}
a.ywgc-view-order.button {
margin-bottom: 5px;
}
.ywgc-top-header {
max-width: 50%;
margin: 0 auto;
margin-bottom: 5px;
} ul.ywgc-template-categories {
float: left;
list-style: none;
padding-top: 15px;
font-weight: 600;
}
.ywgc-template-categories a {
color: inherit;
}
ul.ywgc-template-categories li.ywgc-template-item {
margin-top: 5px;
font-size: 0.875rem;
}
ul.ywgc-template-categories li a {
text-decoration: none;
}
.ywgc-design-list-modal {
padding: 25px 0 25px 45px;
float: right;
width: 70%;
font-size: 0;
}
div#ywgc-choose-design:after {
content: '';
display: block;
clear: both;
}
.ywgc-custom-upload-container-modal {
float: right;
width: 70%;
padding: 30px;
text-align: center;
}
.ywgc-design-list-menu {
width: 30%;
height: 100%;
float: left;
position: fixed;
background-color: #F2F2F2;
padding-top: 35px;
top: 0px;
}
.ywgc-design-categories-title {
padding-left: 40px;
font-size: 1.5rem;
margin-top: 0;
}
a.ywgc-category-selected {
font-weight: bold;
}
.gift-cards-list button {
border-radius: unset;
background-color: white;
color: #404040;
vertical-align: top;
}
.gift-cards-list button.ywgc-predefined-amount-button.selected_button {
color: white;
}
.ywgc-amount-buttons {
margin-bottom: 1em;
}
.ywgc-preset-image {
position: relative;
border: 2px solid lightgray;
border-radius: 2px;
cursor: pointer;
}
.ywgc-design-list-modal .ywgc-preset-image span.choose-design {
position: absolute;
z-index: 12;
top: 50%;
margin-top: auto;
margin-bottom: auto;
height: fit-content;
color: #ffffff;
font-size: 0.875rem;
text-align: center;
display: inline-block;
vertical-align: middle;
width: auto;
border: 2px solid;
margin: auto 30px;
left: 0;
right: 0;
font-weight: 600;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: all ease 0.2s;
text-transform: uppercase;
}
.ywgc-design-list-modal .ywgc-preset-image:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #9e9e9e;
pointer-events: none;
opacity: 0;
transition: all ease 0.2s;
}
.ywgc-design-list-modal .ywgc-preset-image:hover:before {
opacity: 0.8;
}
.ywgc-design-list-modal .ywgc-preset-image:hover span.choose-design {
opacity: 1;
visibility: visible;
}
.ywgc-preset-image.selected_image_parent:after {
content: '';
display: block;
width: 20px;
height: 20px;
position: absolute;
border-radius: 50%;
background-color: transparent;
top: -5px;
right: -5px;
background-image: url(//souvenirsdepomme.be/wp-content/plugins/yith-woocommerce-gift-cards/assets/images/default-picture.png);
background-size: 10px;
background-repeat: no-repeat;
background-position: center;
}
.ywgc-preset-image img {
display: block;
}
.ywgc-design-list .ywgc-preset-image img {
height: 150px;
width: 150px;
}
.ywgc-choose-design-preview {
margin-bottom: 30px;
}
.ywgc-preset-image:not(.ywgc-default-product-image) {
border: 2px solid #d3d3d3;
}
.ywgc-choose-image.ywgc-choose-template {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
border: unset;
border-radius: unset;
line-height: unset;
overflow: hidden;
padding: unset;
font-size: 16px;
color: white;
}
.ywgc-design-item {
display: inline-block; width: 33%;
margin: 0;
padding: 0 15px 15px 0;
}
.ywgc-design-item button {
margin: 0 auto;
margin-top: 20px;
display: block;
}
#ywgc-choose-design-modal .pp_close {
z-index: 999;
}
#ywgc-choose-design-modal:before {
clear: both;
content: '';
display: block;
}
#ywgc-choose-design-modal {
clear: both;
}
a.ywgc-choose-image-modal.ywgc-custom-picture-modal {
display: block;
}
a.ywgc-choose-image-modal.ywgc-custom-picture-modal img {
display: block;
max-width: 170px;
margin: 0 auto;
}
.gift-card-content-editor.step-appearance,
.gift-card-content-editor.step-content {
margin-bottom: 20px;
}
.gift-card-content-editor.step-content input {
float: right;
width: 70%;
}
.gift-card-content-editor.step-content textarea {
float: right;
width: 70%;
}
.add-recipient {
float: right;
margin-top: 5px;
}
.ywgc-manual-amount-error {
font-size: smaller;
color: red;
}
#ywgc-manual-amount {
width: 7em;
min-width: unset;
border: none;
border-radius: unset;
}
.ywgc-manual-amount::placeholder {
font-size: 12px;
}
.ywgc-manual-amount-container {
border: 1px solid #448a85;
display: inline-flex;
height: 51.3333px;
}
.ywgc-bad-email-format {
font-size: 10px;
display: block;
color: red;
}
.ywgc-discount-html {
font-size: smaller;
}
.ywgc-multi-recipients {
margin: 10px 0;
}
.ywgc-preset-title {
display: block;
text-align: center;
font-size: 15px;
}
.ywgc_enter_code {
padding: 20px;
margin: 2em 0;
text-align: left;
}
.ywgc_enter_code>div {
margin: 0 -14px;
}
.ywgc_enter_code>div:after {
content: '';
display: block;
clear: both;
}
.ywgc_enter_code p {
padding-left: 15px;
padding-right: 15px;
}
.ywgc_enter_code .form-row {
padding: 0 15px;
margin: 0 0 6px;
float: left;
width: 50%;
} .product-quick-view-container .ywgc-template-design,
.product-quick-view-container .gift-this-product-main-container {
display: none;
}
.yith-quick-view .gift-this-product-main-container {
display: none;
}
.yith-quick-view .product_meta {
display: block;
}
.yith-quick-view .price {
display: block;
}
.yith_wc_gift_card_blank_brightness {
background: rgba(255, 255, 255, 0.7);
position: absolute;
height: 100%;
width: 100%;
z-index: 1;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
padding: 10px 0 10px 0;
top: -1px;
left: -1px;
} .ywgc-postdated {
position: relative;
}
a.give-as-present {
cursor: pointer;
}
.gift-this-product-main-container {
margin-top: 4em;
}
button.ywgc-add-gift-product-to-cart {
display: block;
margin: 3em auto 0 auto;
}
.gift_card_template_button {
margin-top: 3em;
}
.gift-cards_form>h3 {
margin-top: 2em;
margin-bottom: 1em;
}
.ywgc-form-preview-separator {
width: 40px;
height: 7px;
margin-top: 10px;
}
.ywgc-currency-symbol {
margin-left: -106px;
font-size: 16px;
font-weight: 600;
}
.ywgc-on-sale-text {
font-size: x-large;
font-weight: 500;
}
.ywgc-form-preview-amount {
float: right;
font-size: 18px;
font-weight: 600;
white-space: nowrap;
}
.ywgc-form-preview-title {
font-weight: 600;
}
.ywgc-form-preview-title-containe {
margin-top: 15px;
}
.ywgc-main-form-preview-container {
height: auto;
min-height: 20em;
padding: 1em 1em 1em 1em;
box-shadow: 0 10px 19px -12px;
}
.ywgc-form-preview-from {
font-weight: bold;
}
.ywgc-form-preview-to {
font-weight: bold;
} .form-check-gift-card-balance label {
font-weight: 600;
}
.form-check-gift-card-balance input::placeholder {
font-size: 12px;
}
.form-check-gift-card-balance {
text-align: center;
}
.form-check-gift-card-balance button {
margin-left: 25px;
}
.form-redeem-gift-card label {
font-weight: 600;
}
.form-redeem-gift-card input::placeholder {
font-size: 12px;
}
.form-redeem-gift-card {
text-align: center;
}
.form-redeem-gift-card button {
margin-left: 25px;
}
label.ywgc-used-amount-label {
margin-left: 25px;
}
.cart_item .product-name div {
font-size: 13px;
}
.ywgc-upload-section-modal {
margin-top: 20px;
}
.ywgc-upload-section-modal p {
font-size: 0.875rem;
}
.ywgc-upload-section-modal p:before {
content: '';
display: block;
width: 50%;
height: 0px;
border-top: 1px solid #9E9E9E;
margin-bottom: 15px;
} @media screen and ( max-width: 768px) {
ul.ywgc-template-categories li.ywgc-template-item,
ul.ywgc-template-categories li.ywgc-upload-section-modal p {
margin-top: 5px;
}
.ywgc-design-categories-title {
padding-left: 40px;
font-size: 1rem;
}
}
@media screen and ( max-width: 600px) {
.ywgc-design-list-menu {
float: none;
width: 100%;
padding: 0 15px;
position: static;
height: auto;
background: transparent;
}
.yith-ywgc-popup-content-wrapper {
margin-top: 0;
}
.ywgc-design-categories-title {
padding: 20px 0 0;
}
ul.ywgc-template-categories {
padding: 0;
float: none;
}
ul.ywgc-template-categories li.ywgc-template-item {
display: inline-block;
margin-right: 30px;
}
.ywgc-upload-section-modal {
margin-top: 15px;
}
.ywgc-design-list-modal {
float: none;
width: 100%;
padding: 15px 0 15px 15px;
}
}
@media screen and ( max-width: 480px) {
.ywgc-design-item {
width: 50%;
}
}
.ywgc-multi-recipients span{
font-size: 14px;
}
.ywgc-empty-recipient-note{
font-size: 11px;
float: right;
width: 100%;
text-align: right;
font-weight: 300;
padding-top: 5px;
}
.ywgc-darkred-text{
color: darkred;
}
.ywgc-remove-number-input{
-moz-appearance:textfield;
pointer-events: none;
color: gray;
}
.ywgc-remove-number-input::-webkit-outer-spin-button,
.ywgc-remove-number-input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.dashicons-arrow-down-alt2{
font-size: 16px;
}
.ywgc-custom-image-modal-submit-link
{
background-color:  #448a85 ;
border-color: #448085;
margin-right: 12px;
display: inline-block;
font-size: 12px;
font-weight: normal;
cursor: pointer;
vertical-align: middle;
}
.ywgc-custom-image-modal-submit-link:hover {
background-color: #ffe1e1;
}
.gift-card-content-editor.step-content:after {
content: '';
display: block;
clear: both;
}
#ywgc-edit-message {
resize: vertical;
}
.selected_design_image_in_modal{
height: 150px;
}
.ywgc-delivery-notification-checkbox-container{
font-size: 11px;
float: right;
width: 100%;
text-align: right;
font-weight: 300;
padding-top: 5px;
}
.ywgc-delivery-notification-checkbox-container span.checkboxbutton::before{
width: 18px;
height: 18px;
}
.ywgc-country-select-container{
display: inline-flex;
margin-top: 1em;
width: 100%;
}
.ywgc-country-select-div #ywgc-country-select_field span.selection{
width: 15em;
display: block;
}
.ywgc-country-select-div #ywgc-country-select_field span.selection .select2-selection {
height: 46px;
border: 1px solid #cccccc;
border-radius: 0;
}
.ywgc-country-select-div #ywgc-country-select_field{
margin-top: 0px;
}
.yith-ywgc-gift-this-product-form-container .ywgc-gift-this-product-totals{
float: right;
line-height: 10px;
}
.yith-ywgc-gift-this-product-form-container .ywgc-gift-this-product-totals span{
font-weight: bold;
}
.ywgc-country-select-main-container .ywgc-country-select-div{
margin-left: 8.5em;
}
.ywgc-country-select-main-container .ywgc-country-select-title p{
width: 6em;
}
.ywgc-gift-this-product-totals span{
float: right;
margin-left: 5px;
}
#ywgc-postal-code-input{
width: 240px;
}
@media only screen and (max-width: 1599px) {
.ywgc-country-select-container{
display: block;
text-align: right;
}
.ywgc-country-select-main-container .ywgc-country-select-div{
margin-left: 0;
}
#ywgc-country-select_field{
padding: 0;
}
}
.ywgc-form-widget-elementor-widget .gift-cards_form{
display: block !important;
}
.gift-cards_form{
display: block !important;
}
.product-type-gift-card .elementor-shortcode .gift-cards_form.cart {
display: block !important;
}
.form-link-gift-card-to-user {
margin-bottom: 15px;
}
.ywgc-red-border{
border: 1px solid red !important;
}
.clearfix:after{
content:'';
display: block;
clear: both;
}
.ywgc-link-gift-card-fieldset-container{
border: 1px solid lightgray;
}
.ywgc-link-gift-card-submit-button{
margin-top: 10px;
}
.gift-card-panel-title{
float: left;
}
.yith-add-new-gc-my-account-button{
float: right;
}
.form-link-gift-card-to-user{
width: 100%;
float: right;
display: none
}
.yith-add-new-gc-my-account-notice-message.error{
font-weight: bolder;
color: red;
}
.yith-add-new-gc-my-account-notice-message.added{
font-weight: bolder;
color: green;
}
#ywgc-link-code{
display: block;
margin-top: 5px;
}