/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
#billing_country_field, #shipping_country_field {
    margin-bottom: 1.5em;
}

#main {
    overflow-x: hidden;
}

#payengine3cw-submit {
    background: #53ae2c !important;
}

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/

}

.image-tools .wishlist-icon {
    display: none !important;
}

.product-small .yith-wcwl-add-to-wishlist {
    position: absolute;
    right:    5px;
    bottom:   20px;
}

.product-small.product-type-variable .yith-wcwl-add-to-wishlist,
.product-small.product-type-gift-card .yith-wcwl-add-to-wishlist {
    right: 0;
}

/* @todo SGI Bugfix menubar width on wide-nav */
.wide-nav .flex-col {
    flex: 1;
}

.wide-nav .flex-col .html_topbar_left {
    width: 100%;
}

/*
.product-small.product-type-variable .add-to-cart-button,
.product-small.product-type-gift-card .add-to-cart-button {
	text-align: left;
}*/

@media only screen and (max-width: 1170px) {

    .large-columns-4 .product-small .yith-wcwl-add-to-wishlist,
    .large-columns-6 .product-small .yith-wcwl-add-to-wishlist {
        position:      static;
        margin-top:    -15px;
        margin-bottom: 15px;
        text-align:    center;
    }

    /*.product-type-variable .add-to-cart-button a,*/
    /*.product-type-gift-card .add-to-cart-button a{*/
    /*    line-height: 1.7;*/
    /*}*/
    .large-columns-4 .product-small .add-to-cart-button,
    .large-columns-6 .product-small .add-to-cart-button {
        text-align: center;
    }
}

.product-small .yith-wcwl-add-to-wishlist a {
    font-size:  0;
    display:    inline-block;
    width:      29px;
    height:     29px;
    text-align: center;
    color:      #e87d26;
    border:     2px solid #dddddd;
    background: rgba(255, 255, 255, .6);
}

.product-small .yith-wcwl-add-to-wishlist a:hover {
    -webkit-box-shadow: none;
    box-shadow:         none;
}

.product-small .yith-wcwl-add-to-wishlist a:hover i:before {
    font-weight: 900;
}

.product-small .yith-wcwl-add-to-wishlist.exists a {
    color:            #ffffff;
    border-color:     #e87d26;
    background-color: #e87d26;
}

.product-small .yith-wcwl-add-to-wishlist a i {
    font-size:   initial;
    line-height: 27px;
    position:    absolute;
    top:         0;
    left:        0;
    width:       100%;
    height:      100%;
    margin:      0;
}

.fa-heart-o:before {
    font-weight: 500;
    content:     '\f004';
}

/* Plugin YITH Gift Wrapper */
#yith-wcwl-popup-message {
    color:              #ffffff;
    border-color:       transparent;
    background-color:   #53ae2c;
    -webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow:         3px 3px 20px 0 rgba(0, 0, 0, 0.15);
}

.gtw-product-gift-wrapper-items-content ul li {
    /*border-width: 2px !important;*/
    transition: opacity .5s, color .5s;
    opacity:    .6;

}

.gtw-product-gift-wrapper-items-content ul li:hover, .gtw-product-gift-wrapper-items-content ul .gtw_current {
    opacity:      1;
    border-color: var(--primary-color) !important;
    box-shadow:   none !important;
}

/* Plugin YITH Gift Card */
.gift_card_template_button {
    float: inherit;
}

.product-type-gift-card .product_meta {
    display: block;
}

.ywgc-design-list-modal .ywgc-preset-image,
.ywgc-design-list .ywgc-preset-image {
    transition:    opacity .5s, color .5s;
    opacity:       .6;
    border-width:  1px;
    border-style:  solid;
    border-radius: 5px;
}

.ywgc-design-list-modal .ywgc-preset-image {
    overflow: hidden;
    opacity:  1;
}

.ywgc-design-list-modal .ywgc-preset-imag img,
.ywgc-design-list .ywgc-preset-image img {
    width:  100px;
    height: 100px;
}

.ywgc-design-list-modal .ywgc-preset-imag:hover,
.ywgc-design-list-modal .ywgc-preset-imag.selected_image_parent,
.ywgc-design-list .ywgc-preset-image:hover,
.ywgc-design-list .ywgc-preset-image.selected_image_parent {
    opacity: 1;
    border:  1px solid var(--primary-color) !important;
}

.product-type-gift-card .product-gallery .product-images {
    display: none;
}

.ywgc-predefined-amount-button span {
    color: #53ae2c;
}

.ywgc-predefined-amount-button.selected_button span {
    color: #ffffff !important;
}

.gift-card-content-editor.step-content input,
.gift-card-content-editor.step-content textarea {
    float: none;
    width: 100%;
}

.gift-card-content-editor.step-content label {
    line-height: initial;
}

.ywgc-recipient-name,
.ywgc-sender-name {
    margin-bottom: 0 !important;
}

.ywgc-design-list-modal .ywgc-preset-image span.choose-design {
    margin:           0 10px;
    padding:          5px 10px;
    transform:        translateY(-50%);
    border:           none;
    border-radius:    100px;
    background-color: orange;
}

.ywgc-design-list-modal .ywgc-preset-image:before {
    background-color: #ffffff;
}

.ywgc-design-item {
    width: auto !important;
}

.ywgc-template-categories {
    margin-left: 40px;
}

.ywgc-preset-image-view-all .ywgc-preset-image img {
    display: none;
}

.ywgc-preset-image-view-all .ywgc-preset-image {
    opacity: 1;
    border:  none;
}

.ywgc-design-list ul li:nth-of-type(4) .ywgc-preset-image-view-all .ywgc-preset-image:hover {
    border: none !important;
}

.ywgc-preset-image-view-all input.ywgc-choose-image.ywgc-choose-template {
    position:         static !important;
    display:          block;
    width:            auto;
    margin-bottom:    0;
    padding:          0 20px;
    transform:        none !important;
    background-color: var(--primary-color);
}

.ywgc-design-list ul li:nth-of-type(4) {
    display: block !important;
}

.yith-ywgc-overlay {
    z-index:          99 !important;
    background-color: rgba(11, 11, 11, .6);
}

.yith_ywgc_opened .yith-ywgc-popup-wrapper {
    -webkit-box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, .15);
    box-shadow:         3px 3px 20px 0 rgba(0, 0, 0, .15);

}

.yith-wcwl-after-share-section .copy-trigger {
    padding-right: 1px;
    cursor:        pointer;
}

.yith-wcwl-after-share-section .copy-trigger:hover {
    color: var(--primary-color);
}

.wishlist_table .product-remove a.remove {
    margin-right: 20px;
}

.wishlist_table.mobile .product-remove {
    left: -40px;
}

.wishlist_table.mobile li {
    margin-left: 2.3em;
}

/*Xmas LP*/
.xmas_hero {
    padding:          10px;
    background-color: rgba(5, 55, 66, 0.8);
}

.xmas_intro h2 {
    font-size: 2.5rem;
    color:     #940000;
}

.xmas_section h2 {
    color: #940000;
}

a.button.primary.is-large.xmas_button {
    background-color: #940000;
}

a.button.primary.is-large.xmas_button:hover {
    background-color: #800000;
}

.page-id-64275 .equalize-box .flickity-slider .box-text,
.page-id-64275 .equalize-box .flickity-slider .price-wrapper,
.page-id-64275 .equalize-box .flickity-slider .product-title,
.page-id-64275 .equalize-box .flickity-slider .add-to-cart-button {
    height: auto !important;
}

.page-id-64275 .equalize-box .flickity-slider .col-inner,
.page-id-64275 .equalize-box .flickity-slider .product-small {
    display:        flex;
    flex-direction: column;
    min-height:     100%;
}

.page-id-64275 .equalize-box .flickity-slider .product-small {
    flex-grow: 1;
}

.page-id-64275 .equalize-box .flickity-slider .box-text {
    display:         flex;
    flex-direction:  column;
    flex-grow:       1;
    justify-content: flex-end;
}

.page-id-64275 .equalize-box .flickity-slider .price-wrapper {
    margin-top: auto;
}

@media (max-width: 1023px) {
    .row .section.countdown-wrapper {
        padding-right: 0;
        padding-left:  0;
    }
}

@media (max-width: 767px) {
    .xmas_intro h2 {
        font-size: 1.5rem !important;
    }

    .countdown-wrapper .ux-timer span {
        font-size: 2.25rem;
    }
}

#login-form-popup.lightbox-content {
    max-width: 500px;
}

/* Woocommerce */
.single_variation_wrap .woocommerce-variation-add-to-cart {
    display: inline-flex;
}

/* Google Business Reviews Rating */
.google-business-reviews-rating .heading,
.google-business-reviews-rating .vicinity {
    display: none;
}

/* Navbar */
@media (min-width: 850px) {
    .header-wrapper.stuck .logo img {
        padding-top:    .25rem;
        padding-bottom: .25rem;
    }
}

@media (max-width: 549px) {
    .header .logo img {
        padding-top:    .375rem;
        padding-bottom: .25rem;
    }
}