html.yith_ywgc_opened,
body.yith_ywgc_opened {
overflow: hidden;
}
@media ( min-width: 480px) {
#yith-ywgc .yith-ywgc-popup {
min-width: 320px;
}
}
#yith-ywgc{
z-index: 10001;
}
.yith-ywgc-overlay {
display: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
}
.yith_ywgc_opened .yith-ywgc-popup-wrapper {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
min-width: 50%;
min-height: 50%;
max-width: 50%;
max-height: 70%;
background: rgba(255, 255, 255, 1);
z-index: 120;
padding-right: 15px;
padding-top: 35px;
padding-bottom: 15px;
overflow: hidden;
margin: 1% 0;
border-radius: 18px;
}
.yith-ywgc-gift-this-product-modal-opened.yith_ywgc_opened .yith-ywgc-popup-wrapper{
min-width: 50%;
min-height: 90%;
max-width: 70%;
max-height: 90%;
opacity: 0.9;
}
#yith-ywgc .yith-ywgc-popup-close {
position: fixed;
right: 22px;
top: 13px;
width: 12px;
height: 12px;
line-height: 15px;
cursor: pointer;
display: none;
text-align: center;
z-index: 10002;
}
#yith-ywgc .yith-ywgc-popup-close:after {
content: '×';
display: block;
color: inherit;
font-size: 1.5rem;
line-height: 12px;
opacity: 0.5;
transition: all ease 0.2s;
}
#yith-ywgc .yith-ywgc-popup-close:hover:after {
opacity: 1;
}
.yith-ywgc-popup-content-wrapper {
margin-top: -25px;
}
.yith-ywgc-popup-wrapper-region {
height: 100%;
width: 100%;
}
.yith-ywgc-popup-wrapper-region::-webkit-scrollbar-track { border-radius: 10px;
background-color: #ebebeb;
}
.yith-ywgc-popup-wrapper-region::-webkit-scrollbar {
width: 10px;
background-color: #ebebeb;
border-radius: 10px;
}
.yith-ywgc-popup-wrapper-region::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #555;
}
.ywgc-custom-design-modal-wrapper {
display: inline-block;
position: relative;
width: 100%;
} .yith-ywgc-popup-wrapper .yith-plugin-fw-file {
position        : relative;
width           : 100%;
border          : 1px dashed #cbd5e1;
background      : rgba(203, 213, 225, .25);
padding         : 30px;
cursor          : pointer;
display         : flex;
justify-content : center;
align-items     : center;
box-sizing      : border-box;
height          : 20em;
}
.yith-plugin-fw-file__field {
cursor   : pointer;
position : absolute;
opacity  : 0;
top      : 0;
right    : 0;
bottom   : 0;
left     : 0;
z-index  : 10;
}
.yith-plugin-fw-file__preview {
width           : 100%;
background      : #fff;
padding         : 16px;
height: 17em;
display: block;
z-index: 10;
}
.yith-ywgc-preview-image img{
width: 200px;
height: 150px;
}
.yith-plugin-fw-file__preview__icon {
flex         : 0 0 24px;
margin-right : 8px;
}
.yith-plugin-fw-file.yith-plugin-fw--is-dragging {
border-color : var(--yith-primary);
}
.yith-plugin-fw-file.yith-plugin-fw--is-dragging:before {
content                 : '';
position                : absolute;
top                     : 0;
left                    : 0;
width                   : 100%;
height                  : 100%;
background              : rgba(0, 121, 176, .4);
z-index                 : 1;
backdrop-filter         : blur(3px);
-webkit-backdrop-filter : blur(3px);
animation               : yith-plugin-fw-fade-in .3s forwards;
}
.yith-plugin-fw-file:not(.yith-plugin-fw--filled) .yith-plugin-fw-file__preview {
display : none;
}
.yith-plugin-fw-file.yith-plugin-fw--filled .yith-plugin-fw-file__message {
display : none;
}
#ywgc-upload-picture-modal{
position: absolute;
width: 100%;
}
.yith-ywgc-drag-drop-icon-modal{
position: absolute;
z-index: 1;
top: 20%; }
.ywgc-custom-design-modal-wrapper .yith-plugin-fw-file__message {
margin-top: 20%;
}
.ywgc-custom-design-modal-wrapper .yith-plugin-fw-file__message .yith-plugin-fw-file__suggested_size {
display: block;
font-size: 12px;
}
button#decline-image{
border: none;
background-color: #7b7b7b;
padding: 7px 24px;
font-size: 12px;
}
button#decline-image:hover{
border: none;
background-color: #a00;
}
button#accept-image{
border: none;
padding: 7px 24px;
font-size: 12px;
}
button#accept-image:hover{
border: none;
background-color: #00afa5;
}  @media only screen and (max-width: 600px) {
.yith_ywgc_opened .yith-ywgc-popup-wrapper {
min-width: 95%;
min-height: 80%;
max-width: 95%;
max-height: 70%;
padding: 20px 5px;
overflow-y: scroll;
}
.ywgc-design-list-modal {
height: 60% !important;
overflow-y: auto !important;
}
.ywgc-custom-upload-container-modal {
width: 100%;
padding: 10px;
}
ul.ywgc-template-categories {
padding-top: 5px;
}
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 {
margin: 15px 0 0;
}
.ywgc-upload-section-modal {
margin-top: 15px;
}
#yith-ywgc .yith-ywgc-popup-close {
right: 15px;
}
} @media only screen and (min-width: 600px) and (max-width: 1200px) {
.yith_ywgc_opened .yith-ywgc-popup-wrapper {
min-width: 70%;
min-height: 50%;
max-width: 70%;
max-height: 60%;
overflow: scroll;
}
#yith-ywgc .yith-ywgc-popup-close {
right: 15px;
}
} @media only screen and (max-width: 992px) {
.yith-ywgc-drag-drop-icon-modal {
top: 10% !important;
}
.yith-ywgc-popup-wrapper .yith-plugin-fw-file {
padding: 0;
height: 15em;
}
.ywgc-custom-design-modal-wrapper .yith-plugin-fw-file__message {
margin-top: 20%;
margin-bottom: 1em;
}
}html.yith-ywgc-gift-this-product-modal-opened,
body.yith-ywgc-gift-this-product-modal-opened {
overflow: hidden;
}
@media ( min-width: 480px) {
#yith-ywgc-gift-this-product-modal-container .yith-ywgc-gift-this-product-modal {
min-width: 320px;
}
}
#yith-ywgc-gift-this-product-modal-container{
z-index: 10000;
}
.yith-ywgc-gift-this-product-modal-overlay {
display: none;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
}
.yith-ywgc-gift-this-product-modal-wrapper {
display: none;
}
.yith-ywgc-gift-this-product-modal-wrapper .woocommerce-product-gallery {
opacity: unset !important;
}
.yith-ywgc-gift-this-product-modal-inner{
padding-bottom: 2em;
}
.yith-ywgc-gift-this-product-modal-opened .yith-ywgc-gift-this-product-modal-wrapper {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
min-width: 50%;
min-height: 70%;
max-width: 70%;
max-height: 90%;
background: rgba(255, 255, 255, 1);
z-index: 120;
border-radius: 18px;
display: block;
overflow: auto;
margin: 1% 0;
}
#yith-ywgc-gift-this-product-modal-container .yith-ywgc-gift-this-product-modal-close {
position: fixed;
right: 20px;
top: 10px;
width: 12px;
height: 12px;
line-height: 15px;
cursor: pointer;
text-align: center;
}
#yith-ywgc-gift-this-product-modal-container .yith-ywgc-gift-this-product-modal-close:after {
content: '×';
display: block;
color: inherit;
font-size: 1.5rem;
line-height: 12px;
opacity: 0.5;
transition: all ease 0.2s;
}
#yith-ywgc-gift-this-product-modal-container .yith-ywgc-gift-this-product-modal-close:hover:after {
opacity: 1;
}
.yith-ywgc-gift-this-product-modal-content-wrapper {
margin-top: -25px;
}
.yith-ywgc-gift-this-product-modal-wrapper-region {
height: 100%;
width: 90%;
margin-left: 5%;
padding: 1em 0;
}
.yith-ywgc-gift-this-product-modal-wrapper-region::-webkit-scrollbar-track { border-radius: 10px;
background-color: #ebebeb;
}
.yith-ywgc-gift-this-product-modal-wrapper-region::-webkit-scrollbar {
width: 10px;
background-color: #ebebeb;
border-radius: 10px;
}
.yith-ywgc-gift-this-product-modal-wrapper-region::-webkit-scrollbar-thumb {
border-radius: 10px; background-color: #555;
}
.ywgc-custom-design-modal-wrapper {
display: inline-block;
position: relative;
width: 100%;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .gift-cards-list, .yith-ywgc-gift-this-product-modal-content-wrapper.yith-ywgc-gift-this-product-modal-content-wrapper .product_title, .yith-ywgc-gift-this-product-modal-content-wrapper a#add_recipient {
display: none;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .single-product div.product .woocommerce-product-gallery{
opacity: unset !important;
width: 45%;
margin-top: 0;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .single-product div.product .summary.entry-summary{
width: 55%;
padding-left: 5%;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .single-product div.product .summary.entry-summary form.gift-cards_form.cart{
margin: unset;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .single-product div.product .single-product-layout-cols{
margin-bottom: 0;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .woocommerce-product-gallery__wrapper {
margin-bottom: 0;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-custom-picture p.ywgc-custom-upload-label{
font-size: 9px;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-preset-image.ywgc-custom-picture .ywgc_upload_plus_icon{
width: 50px;
}    .yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-choose-image.ywgc-choose-template{
font-size: 11px;
}
.yith-ywgc-gift-this-product-modal-content-wrapper #ywgc-delivery-notification-checkbox{
width: unset;
height: unset;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .gift-cards_form .gift-card-content-editor.step-content input{
height: unset;
margin: 1em 0 1em 0 !important;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .gift-cards_form .gift-card-content-editor.step-content textarea{
margin: 1em 0 1em 0;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-gift-this-product-modal-title{
text-align: center;
font-size: 22px;
margin: 2em 0;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-include-shipping-container #ywgc-include-shipping-checkbox{
width: unset;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-include-shipping-container label{
font-size: 11px;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-gifted-product-container{
background-color: var(--yith-ywgc-bg-color);
}
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-gifted-product-container .ywgc-product-suggested .ywgc-product-image img{
width: 100px;
height: 100px;
border-radius: unset;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .virtual.product-type-gift-card .ywgc-main-form-preview-container {
padding: 0;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-main-form-preview-container .ywgc-gifted-product-container {
padding: 2em 2em;
font-size: 14px;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-main-form-preview-container .ywgc-form-preview-from-to-container,
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-main-form-preview-container .ywgc-form-preview-message-container {
margin: 1em 2em 2em 2em;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-main-form-preview-container .ywgc-form-preview-title-container, .yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-main-form-preview-container hr{
margin: 1em 2em 0 2em;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-gifted-product-container{
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
font-weight: bold;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-gifted-product-container .ywgc-product-suggested{
display: flex;
margin-top: 1em;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-gifted-product-container .ywgc-product-suggested .ywgc-product-info{
margin-left: 1em;
font-weight: normal;
margin-top: 25px;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-gifted-product-container .ywgc-product-suggested .ywgc-product-info p{
margin: unset;
}
.ywgc-form-preview-amount p{
display: inline;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-form-preview-message{
word-wrap: break-word;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-form-preview-message{
word-wrap: break-word;
}
.ywgc-include-shipping-container{
font-size: 11px;
float: right;
width: 100%;
font-weight: 300;
padding-top: 5px;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .gift-cards_form > h3{
margin-top: 0;
font-size: 16px;
}
.woocommerce #page ~ .product_meta, .woocommerce #page ~ .woocommerce-tabs{
display: none !important;
}
.ywgc-form-preview-amount del, .ywgc-gifted-product-container .ywgc-product-price del {
display: none;
}
.ywgc-form-preview-amount ins, .ywgc-gifted-product-container .ywgc-product-price ins {
background: unset;
}
.yith-ywgc-gift-this-product-modal-content-wrapper input, .ywgc-label-above-input label{
font-size: 15px;
}  @media only screen and (max-width: 600px) {
.yith-ywgc-gift-this-product-modal-opened .yith-ywgc-gift-this-product-modal-wrapper {
min-width: 95%;
min-height: 70%;
max-width: 70%;
max-height: 90%;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .single-product div.product .woocommerce-product-gallery {
width: 100%;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .single-product div.product .summary.entry-summary {
width: 100%;
padding-left: 0;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-recipient-name,
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-sender-name,
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-recipient-email,
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-postdated {
width: 100%;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .gift-cards_form h3.ywgc_choose_design_title {
margin-top: 20px;
}
} @media only screen and (min-width: 600px) and (max-width: 1200px)  {
.yith-ywgc-gift-this-product-modal-opened .yith-ywgc-gift-this-product-modal-wrapper {
min-width: 70%;
min-height: 70%;
max-width: 70%;
max-height: 90%;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .single-product div.product .woocommerce-product-gallery {
width: 100%;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .single-product div.product .summary.entry-summary {
width: 100%;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-recipient-name,
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-sender-name,
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-recipient-email,
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-postdated {
width: 100%;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .gift-cards_form h3.ywgc_choose_design_title {
margin-top: 20px;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-delivery-date::placeholder{
font-size: 12px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1600px)  {
.yith-ywgc-gift-this-product-modal-opened .yith-ywgc-gift-this-product-modal-wrapper {
min-width: 70%;
min-height: 70%;
max-width: 70%;
max-height: 90%;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-recipient-name,
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-sender-name,
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-recipient-email,
.yith-ywgc-gift-this-product-modal-content-wrapper .ywgc-postdated {
width: 100%;
}
.yith-ywgc-gift-this-product-modal-content-wrapper .gift-cards_form h3.ywgc_choose_design_title {
margin-top: 20px;
}
}
.ywgc-include-fixed-shipping-container{
font-size: 15px;
}
.yith-ywgc-gift-this-product-modal-wrapper .woocommerce-tabs, .yith-ywgc-gift-this-product-modal-wrapper .related {
display: none;
}:root {
--yith-ywgc-border-color: #d9d9d9;
--yith-ywgc-upload-text-color: #9a9a9a;
--yith-ywgc-bg-color: #f3f3f3;
}
.virtual.product-type-gift-card .woocommerce-product-gallery__wrapper {
border: 1px solid var(--yith-ywgc-border-color);
border-radius: 20px;
}
.product-type-gift-card .woocommerce-breadcrumb{
display: none;
}
.virtual.product-type-gift-card .woocommerce-product-gallery__wrapper img {
border-top-left-radius: 20px;
border-top-right-radius: 20px;
width: 100%;
}
.virtual.product-type-gift-card .ywgc-main-form-preview-container {
height: auto;
padding: 2em;
}
.virtual.product-type-gift-card .ywgc-form-preview-title {
line-height: 30px;
}
.gift-cards-list{
font-size: 0px;
}
.gift-cards-list h3 {
font-size: initial;
}
.gift-cards-list button {
font-size: initial;
}
.gift-cards-list .ywgc-amount-buttons {
border-radius: 0;
border: 1px solid var(--yith-ywgc-border-color);
border-right: unset;
color: #404040;
vertical-align: top;
margin: 0;
padding: 0 4%;
height: 4em;
width: 20%;
max-width: 20%;
font-weight: normal;
}
.gift-cards-list .ywgc-amount-buttons:not(.selected_button) {
background-color: var(--yith-content-bg);
}
.gift-cards-list .ywgc-amount-buttons:first-of-type {
border-top-left-radius: 12px;
border-bottom-left-radius: 12px;
}
.gift-cards-list .ywgc-amount-buttons:last-of-type {
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
}
.ywgc-manual-amount-container.ywgc-manual-amount{
background: unset;
padding: 0;
}
#ywgc-manual-amount{
border: none;
text-align: center;
height: 100%;
border-top-right-radius: 12px;
border-bottom-right-radius: 12px;
}
.gift-cards-list button:last-of-type{
border-right: 1px solid var(--yith-ywgc-border-color);
}
input#ywgc-manual-amount::placeholder{
font-size: 16px;
opacity: 1;
}
#ywgc-manual-amount:focus {
box-shadow: unset;
}
#ywgc-manual-amount:focus::placeholder {
color: transparent;
}
.ywgc-label-above-input input, .ywgc-label-above-input label {
display:block;
}
.ywgc-recipient-name, .ywgc-sender-name {
float: left;
width: 49%;
}
.ywgc-recipient-email, .ywgc-postdated {
float: right;
width: 49%;
}
.gift-cards_form  .gift-card-content-editor.step-content input {
width: 100%;
height: 50px;
border-radius: 5px;
margin: 1em 0 2em 0;
}
.gift-cards_form  .gift-card-content-editor.step-content input#ywgc-delivery-date, .gift-cards_form  .gift-card-content-editor.step-content input#ywgc-sender-name {
margin-bottom: 0;
}
.gift-cards_form  .gift-card-content-editor.step-content textarea{
height: 8em;
width: 100%;
border-radius: 5px;
margin: 1em 0 2em 0;
resize: none;
}
.ywgc-preset-image.ywgc-preset-image-view-all {
border: 2px dashed var(--yith-ywgc-border-color);
}
.ywgc-preset-image.ywgc-custom-picture {
border: 2px solid var(--yith-ywgc-border-color);
background-color: var(--yith-ywgc-bg-color);
}
.ywgc-choose-image.ywgc-choose-template{
position: absolute;
font-size: 14px;
background: unset;
border: unset;
color: #404040;
width: 100%;
height: 100%;
font-weight: normal;
}
.ywgc-preset-image.ywgc-custom-picture .ywgc-custom-upload-label{
position: absolute;
font-size: 12px;
color: var(--yith-ywgc-upload-text-color);
text-align: center;
width: 100%;
bottom: 0;
text-transform: uppercase;
}
.ywgc-choose-image.ywgc-choose-template:hover{
background: white !important;
color: #404040 !important;
}
.ywgc-preset-image.ywgc-custom-picture .ywgc_upload_plus_icon{
width: 50px;
margin-top: -15px;
margin-left: auto;
margin-right: auto;
}
.gift-cards_form h3.ywgc_choose_design_title{
margin-top: 0;
}
.ywgc-manual-amount-error {
font-size: 14px !important;
color: red;
float: left;
margin-top: 5px;
}
.ywgc-delivery-notification-checkbox-container{
text-align: left;
}
.ywgc-custom-picture .yith-plugin-fw-file{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
input#ywgc-upload-picture{
width: 100%;
height: 100%;
opacity: 0;
}
a.add-recipient {
float: right;
}
.ywgc-additional-recipient {
position: relative;
}
.ywgc-additional-recipient label {
margin-bottom: 15px;
}
#ywgc-delivery-notification-checkbox{
margin: 0;
}
.ywgc-recipient-sender-container .ywgc-recipient-name{
float: left;
width: 49%;
}
.ywgc-recipient-sender-container .ywgc-sender-name{
float: right;
width: 49%;
}
.yith-plugin-fw-file__message .yith-plugin-fw-file__suggested_size {
display: none;
}
.gift-cards_form .gift_card_template_button{
margin-top: 3em;
}  @media only screen and (max-width: 992px) {
.ywgc-recipient-name, .ywgc-sender-name, .ywgc-recipient-email, .ywgc-postdated {
width: 100%;
}
.gift-cards-list .ywgc-amount-buttons{
width: 25%;
max-width: 30%;
border: 1px solid var(--yith-ywgc-border-color);
border-radius: 0 !important;
}
input#ywgc-manual-amount::placeholder{
font-size: 14px;
opacity: 1;
}
div.product.virtual.product-type-gift-card .woocommerce-product-gallery {
margin-bottom: 2em;
}
.gift-cards_form .gift-card-content-editor.step-content input#ywgc-delivery-date {
margin-bottom: 2em;
}
}.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}.wp-block-yith-ywsbs-plans {
display: flex;
width: 100%;
align-content: space-between;
align-items: flex-end;
}
.wp-block-yith-ywsbs-plan {
flex: 1; height: auto;
box-sizing: border-box;
display: inline-table;
}
.wp-block-yith-ywsbs-plan {
border-width: 1px;
border-style: solid;
}
.plan-title {
padding-top: 25px;
}
h2.ywsbs-plan__title {
padding: 20px 0;
}
.wp-block-yith-ywsbs-plan .subtitlePlan {
text-align: center;
position: relative;
letter-spacing: 1px;
}
.wp-block-yith-ywsbs-plan .subtitlePlan.with-separator:after {
content: '';
width: 30px;
height: 10px;
border-bottom: 2px solid #000;
display: block;
position: absolute;
left: 50%;
margin-left: -15px;
}
.wp-block-yith-ywsbs-plans.ywsbs-plans.plans-2 .wp-block-yith-ywsbs-plan {
max-width: calc(100% / 2 - 20px);
}
.wp-block-yith-ywsbs-plans.ywsbs-plans.plans-3 .wp-block-yith-ywsbs-plan {
max-width: calc(100% / 3 - 20px);
margin: 0 20px;
}
.wp-block-yith-ywsbs-plans.ywsbs-plans.plans-4 .wp-block-yith-ywsbs-plan {
max-width: calc(100% / 4 - 20px);
}
.wp-block-yith-ywsbs-plans.ywsbs-plans.plans-5 .wp-block-yith-ywsbs-plan {
max-width: calc(100% / 5 - 20px);
}
.wp-block-yith-ywsbs-plans.ywsbs-plans.plans-6 .wp-block-yith-ywsbs-plan {
max-width: calc(100% / 6 - 20px);
}
.wp-block-yith-ywsbs-plan {
padding: 0 0 45px 0;
}
.wp-block-yith-ywsbs-plan ul,
.wp-block-yith-ywsbs-plan p {
padding: 0 45px;
line-height: 1.7em;
}
.wp-block-yith-ywsbs-plan ul li {
margin: 0 20px;
}
.wp-block-yith-ywsbs-plan .wp-block-button,
.wp-block-yith-ywsbs-plan .wp-block-image {
text-align: center;
}
.wp-block-yith-ywsbs-plan .wp-block-image img {
margin: 0 auto;
}
.wp-block-yith-ywsbs-plan .wp-block-button {
padding-top: 20px;
display:block;
}
.ywsbs-plan__price {
font-size: 45px;
font-weight: bold;
}
.ywsbs-price__content {
position: relative;
}
.wp-block-yith-ywsbs-price {
text-align: center;
}
.is-style-on-top .ywsbs-plan__price-billing {
position: absolute;
top: 17px;
margin-left: 4px;
}
.is-style-on-bottom .ywsbs-plan__price-billing {
position: relative;
display: block;
margin: 0;
top: 0;
} .wp-block-yith-ywsbs-plan {
transition: 1s ease;
}
.wp-block-yith-ywsbs-plan.shrink:hover {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
transition: 1s ease;
}
.wp-block-yith-ywsbs-plan.grow:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.wp-block-yith-ywsbs-plan.float:hover {
-webkit-transform: translateY(-25px);
transform: translateY(-25px);
}
.wp-block-yith-ywsbs-plan.sink:hover {
-webkit-transform: translateY(25px);
transform: translateY(25px);
}
a.wp-block-button__link:hover {
filter: brightness(0);
transition: all 0.3s linear;
}
a.wp-block-button__link:hover {
filter: brightness(1.3);
}
.ywsbs-plan__trial, .ywsbs-plan__fee {
line-height: 2em;
}
.wp-block-yith-ywsbs-plan .ywsbs-price {
padding: 20px;
} .theme-yith-proteo .entry-content .wp-block-yith-ywsbs-plan ul li {
font-size: 1em;
}
.theme-yith-proteo .wp-block-yith-ywsbs-plans .wp-block-button__link {
padding: 0.9375rem 2.8125rem;
}
.wp-block-yith-ywsbs-plan {
overflow: hidden
}
@media (min-width: 768px) and (max-width: 1024px) {
.wp-block-yith-ywsbs-plans {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
align-items: flex-start;
grid-row-gap: 30px;
}
.wp-block-yith-ywsbs-plan {
width: 95%;
max-width: 100% !important;
}
}
@media (max-width: 768px) {
.wp-block-yith-ywsbs-plans {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: flex-start;
grid-row-gap: 30px;
}
.wp-block-yith-ywsbs-plan {
width: 90%;
max-width: 100% !important;
}
}
@media (max-width: 425px) {
.wp-block-yith-ywsbs-plans {
display: block;
}
.wp-block-yith-ywsbs-plan {
width: 100%;
max-width: 90% !important;
margin-bottom: 40px !important;
display: block;
}
}@font-face {
font-family  : 'ywsbs-icon';
src          : url(//rebliss.b-cdn.net/wp-content/plugins/yith-woocommerce-subscription-premium/assets/fonts/ywsbs-icon.eot?jqnhvq);
src          : url(//rebliss.b-cdn.net/wp-content/plugins/yith-woocommerce-subscription-premium/assets/fonts/ywsbs-icon.eot?jqnhvq#iefix) format('embedded-opentype'),
url(//rebliss.b-cdn.net/wp-content/plugins/yith-woocommerce-subscription-premium/assets/fonts/ywsbs-icon.ttf?jqnhvq) format('truetype'),
url(//rebliss.b-cdn.net/wp-content/plugins/yith-woocommerce-subscription-premium/assets/fonts/ywsbs-icon.woff?jqnhvq) format('woff'),
url(//www.rebliss.it/wp-content/plugins/yith-woocommerce-subscription-premium/assets/fonts/ywsbs-icon.svg?jqnhvq#ywsbs-icon) format('svg');
font-weight  : normal;
font-style   : normal;
font-display : block;
}
[class^="ywsbs-icon-"], [class*=" ywsbs-icon-"] { font-family             : 'ywsbs-icon' !important;
speak                   : never;
font-style              : normal;
font-weight             : normal;
font-variant            : normal;
text-transform          : none;
line-height             : 1; -webkit-font-smoothing  : antialiased;
-moz-osx-font-smoothing : grayscale;
}
.ywsbs-icon-save_alt:before {
content : "\e900";
}
.ywsbs-icon-dollar:before {
content : "\e904";
color   : #4b4b4b;
}
table.shop_table_responsive tbody tr td.ywsbs-subscription-status {
text-align     : center;
text-transform : uppercase;
font-size      : .9em;
}
table.shop_table_responsive .ywsbs-item .empty-date {
text-align : center;
}
.ywsbs-back-url {
margin-bottom : 20px;
font-size     : .9em;
}
.ywsbs-subscription-info-wrapper {
display         : flex;
justify-content : space-between;
}
.ywsbs-box {
border        : 1px solid #ccc;
padding       : 20px;
margin-bottom : 40px;
}
.ywsbs-subscription-info-box {
flex-basis     : 48%;
min-height     : 100%;
flex-direction : row;
}
.ywsbs-subscription-info-item {
margin-bottom : 10px;
}
.ywsbs-change-status-buttons-wrapper {
margin-top : 10px;
}
.recurring-price-info {
font-size : 13px;
}
span.ywsbs-delivery-info,
span.ywsbs-synch-info {
display       : block;
font-size     : 0.7em;
font-weight   : 600;
margin-bottom : 20px;
filter        : brightness(0.5);
}
span.ywsbs-delivery-info {
font-weight : 400;
} .ywsbs-dropdown-wrapper {
position : relative;
display  : inline-block; }
.ywsbs-dropdown-wrapper > a {
font-size : .8em;
outline   : none;
}
.ywsbs-dropdown {
position   : absolute;
z-index    : 10;
width      : 350px;
box-shadow : -2px 2px 20px rgba(161, 161, 161, 0.27);
left       : -15px;
top        : 100%;
visibility : hidden;
opacity    : 0;
transition : all ease .3s;
}
.ywsbs-dropdown-wrapper:hover .ywsbs-dropdown {
visibility : visible;
opacity    : 1;
}
.ywsbs-dropdown-item {
padding     : 15px 15px 5px 15px;
font-size   : .8em;
line-height : 1.2em;
background  : #fff;
}
.ywsbs-dropdown-item:nth-child(odd) {
background : #F8F8F8;
}
.ywsbs-dropdown-item:hover {
cursor : pointer;
}
.ywsbs-dropdown-item p {
margin-block-end : 10px;
} .ywsbs-subscription-info-box.subscription-totals {
background-color : #F6F8F7;
}
.ywsbs-subscription-info-box.subscription-totals table {
background : transparent;
}
.subscription-review-table {
padding       : 0;
margin        : 0;
font-size     : .9em;
border-bottom : 1px solid #e0e0e0;
}
.subscription-review-table:last-child {
border-bottom : 0;
}
.subscription-review-table tbody {
background : transparent;
}
table.subscription-review-table th {
width : 60%;
}
table.subscription-review-table tbody td,
table.subscription-review-table th,
table.subscription-review-table td {
background : transparent;
padding    : 10px 0;
}
table.subscription-review-table tfoot tr:first-child th,
table.subscription-review-table tfoot tr:first-child td {
border-top : 1px solid #d5d5d5a3;
}
table.subscription-review-table td:last-child {
text-align : right;
}
table.subscription-review-table .ywsbs-subscription-total {
font-size : 12px;
}
table.subscription-review-table .subscription-price {
font-size   : 1.1em;
font-weight : 600;
}
.ywsbs-wrapper {
display : inline-block;
} .ywsbs-box.ywsbs-subscription-info-box.shipping-info {
position : relative;
}
a.edit-subscription-shipping {
position : absolute;
right    : 20px;
top      : 30px;
}
a.edit-subscription-shipping img {
opacity    : 50%;
width      : 20px;
transition : all linear 0.3s;
}
a.edit-subscription-shipping:hover img {
opacity : 100%;
} .ywsbs-subscription-info-wrapper {
display               : grid;
justify-content       : space-between;
grid-template-columns : 1fr 1fr;
grid-gap              : 40px;
}
.delivery-schedules td, .delivery-schedules th {
padding : 10px 0;
}
span.delivery-status {
text-transform : uppercase;
font-size      : 0.9em;
}
span.delivery-status.processing {
color : #d38a0b;
}
span.delivery-status.cancelled {
color : #c0392b;
}
span.delivery-status.waiting {
color : #e74c3c;
}
span.delivery-status.shipped {
color : #b2ac00;
} .ywsbs-subscription-related-orders {
border     : 1px solid #ccc;
padding    : 20px;
margin-top : 40px;
}
.ywsbs-subscription-related-orders .order-status {
text-transform : uppercase;
}
.ywsbs-subscription-related-orders .order-status .status-completed {
color : #2e4453;
}
.ywsbs-subscription-related-orders .order-status .status-on-hold {
color : #94660c;
}
.ywsbs-subscription-related-orders .order-status .status-failed {
color : #761919;
}
.ywsbs-subscription-related-orders .order-status .status-processing {
color : #5b841b;
}
.ywsbs-subscription-related-orders .order-status .status-trash {
color : #761919;
} .ywsbs-modal {
display : none;
}
.ywsbs-modal-container {
position         : fixed;
width            : 100%;
height           : 100%;
top              : 0;
left             : 0;
display          : flex;
justify-content  : center;
align-items      : center;
background-color : rgba(0, 0, 0, 0.4);
overflow         : auto;
z-index          : 1000;
}
.ywsbs-modal-wrapper {
width            : 500px;
min-height       : 300px;
position         : relative;
background-color : #fff;
box-shadow       : -2px 2px 20px rgb(112, 112, 112);
border-radius    : 8px;
}
.ywsbs-modal .ywsbs-modal-header {
height  : 15px;
width   : 100%;
padding : 10px;
clear   : both;
}
.ywsbs-modal .ywsbs-modal-header .close {
float       : right;
height      : 20px;
width       : 20px;
text-align  : center;
display     : block;
cursor      : pointer;
font-size   : 22px;
color       : #ccc;
line-height : 22px;
}
.ywsbs-modal .ywsbs-modal-body {
padding    : 20px 30px 30px 30px;
text-align : center;
}
.ywsbs-modal .ywsbs-modal-body p {
margin-block-end : 15px;
}
.ywsbs-modal-icon {
margin-bottom : 20px;
}
.ywsbs-modal-icon img {
margin : 0 auto;
width  : 50px;
}
.ywsbs-action-button-wrap {
margin : 20px auto;
}
.close-modal-wrap .close {
font-size : 1em;
float     : none;
}
.ywsbs-content-text .error {
color   : red;
padding : 0 30px 0 30px;
display : block;
}
.ywsbs-recurring-totals-items .recurring-amount {
margin : 0 0 15px 0;
}
.ywsbs-box.ywsbs-thank-you-page-box {
background-color : #F6F8F7;
}
table.subscription-review-table th {
text-align : left;
}
table.subscription-review-table .product-name {
font-weight : normal;
}
.ywsbs-box.ywsbs-thank-you-page-box span.status {
text-transform : capitalize;
font-weight    : 500;
} .summary .ywsbs-resubscribe {
margin : 10px 0;
}
.ywsbs-trial-period {
display : block;
}
.ywsbs-thank-you-page-two-cols .ywsbs-box.ywsbs-thank-you-page-box {
width : calc(40% - 15px);
float : left;
}
.ywsbs-thank-you-page-two-cols .ywsbs-subscription-thank-you-page {
width        : 60%;
float        : left;
margin-right : 15px;
border       : 1px solid #ccc;
padding      : 20px;
}
span.recurring-price-wrapper {
font-weight : bold;
} @keyframes animatetop {
from {
top     : -300px;
opacity : 0
}
to {
top     : 0;
opacity : 1
}
}
@media screen and (max-width : 425px ) {
.ywsbs-box.ywsbs-subscription-info-box {
grid-column-start : 1;
grid-column-end   : 3;
}
.ywsbs-subscription-related-orders {
margin-top : 40px;
}
} .widget_shopping_cart .yith-proteo-mini-cart-content ul li > *.quantity {
bottom : 15px;
}
.widget_shopping_cart .yith-proteo-mini-cart-content .ywsbs-wrapper {
text-align : left;
display    : inline-block;
position   : static;
left       : 23px;
top        : 0;
} .wc-block-checkout .ywsbs-recurring-totals-items,
.wc-block-cart .ywsbs-recurring-totals-items {
padding-left    : 16px;
padding-right   : 16px;
display         : flex;
justify-content : space-between;
align-items     : flex-start;
}
.ywsbs-recurring-totals-items .recurring-amount {
text-align : right;
}
.wc-block-cart-items .ywsbs-cart-item .wc-block-cart-item__product .wc-block-components-product-price__regular,
.wc-block-components-order-summary .ywsbs-cart-item .wc-block-components-order-summary-item__description .wc-block-components-product-price__regular,
.wc-block-cart-items .ywsbs-cart-item .wc-block-cart-item__product .wc-block-components-product-price__value,
.wc-block-components-order-summary .ywsbs-cart-item .wc-block-components-order-summary-item__description .wc-block-components-product-price__value,
.wc-block-cart-items .ywsbs-cart-item .wc-block-components-sale-badge {
display : none;
}
@media (max-width : 768px) {
.wc-block-checkout .ywsbs-recurring-totals-items,
.wc-block-cart .ywsbs-recurring-totals-items {
padding : 0;
}
}