:root {
    --gold: #ffd982;
}

.text-gold {
    color: #ffd982;
}

.d-none {
    display: none;
}

.tt-ol-menu-list > li > a,
.tt-ol-menu-list > li > .tt-ol-submenu-trigger > a {
	color: #ffd982;
}

.font-playfair {
    font-family: 'Playfair Display', serif;
}

#page-header .project-info-list {
    margin-top: 5px;
}
.ph-categories {
    margin-bottom: 0;
}

.relative-wrapper {
    position: relative;
}

.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
    background: #ffd982 !important;        
}

@media (min-width: 1024px) {
    .custom-wrap {
        padding: 0 3.5% !important;
        max-width: 100% !important;
    }
}

.mb-0 {
    margin-bottom: 0;
}
.mt-0 {
    margin-top: 0;
}
.pt-0 {
    padding-top: 0;
}
.pb-0 {
    padding-bottom: 0;
}

@media (min-width: 1400px) {
    .padding-top-xxlg-190 {
        padding-top: 190px !important;
    }
    .padding-bottom-xxlg-100 {
        padding-bottom: 100px !important;
    }
}
/* Page header image
===================== */

.ph-image-left {
    left: -5vw;
    right: unset !important;
}

@media (max-width: 1024px) {
    .ph-image-left,
    #page-header1.ph-full:not(.ph-center):not(.ph-bg-image) .ph-image-left {
        left: 0vw;
        right: unset;
    }
}

@media (max-width: 1920px) {
    .ph-image-left {
        width: 380px;
    }
    #page-header1.ph-full:not(.ph-center):not(.ph-bg-image) .ph-image-left {
        width: 480px;
    }
}
@media (max-width: 1600px) {
    .ph-image-left,
    #page-header1.ph-full:not(.ph-center):not(.ph-bg-image) .ph-image-left {
        width: 440px;
        left: 0vw;

    }
}
@media (max-width: 1024px) {
    .ph-image-left,
    #page-header1.ph-full:not(.ph-center):not(.ph-bg-image) .ph-image-left {
        right: 10vw;
    }
}
@media (max-width: 540px) {
    .ph-image-left,
    #page-header1.ph-full:not(.ph-center):not(.ph-bg-image) .ph-image-left {
        width: 50%;
    }
    .free-phone-holder {
        flex-direction: column;
    }
}

.ph-caption-title-ghost-center {
    left: 50%;
    transform: translateX(-50%);
}

.ph-caption-right .ph-caption-title {
}
.ph-caption-right .ph-caption-title-ghost {
    right: -6%;
    left: unset;
}
.ph-caption-right .ph-caption-subtitle {
    margin-left: 0;
}
.ph-caption-right {
    max-width: 60%;
    margin-left: auto;
}

.video-control-wrapper {
    position: absolute;
    bottom: 5%;
    right: 5%;
    display: flex;
}

.video-control {
    padding: 1rem;
}
.video-holder-section {
    position: relative;
    line-height: 0;
}

.video-holder-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}






.tt-portfolio-slider-navigation {
    z-index: 9;
}

.tt-custom-submenu {
    position: absolute;
    top: 100%;
}

.language-switcher {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 45px;
    font-size: 16px;
    color: #fff;
    padding: 0;
    margin: 0;
}

.language-switcher li {
    list-style-type: none;
}
.language-switcher .tt-hti-btn {
    font-weight: 500;
}

/* Portfolio slider
============================ */
.slider-bottle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(3);
    transition: all 2s ease-in-out;
    transition-delay: 0.5s;
    opacity: 0;
    user-select: none;
}

/* .tt-portfolio-slider
    .swiper-wrapper
    .swiper-slide:first-child
    > .slider-bottle {
    transition-delay: 2s;
} */

.tt-portfolio-slider
    .swiper-wrapper
    .swiper-slide.swiper-slide-visible
    > .slider-bottle {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

@media (min-width: 1400px) {
    .tt-portfolio-slider
    .swiper-wrapper
    .swiper-slide.swiper-slide-visible
    > .slider-bottle {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.35);
    }
}

.tt-portfolio-slider .swiper {
    width: 100%;
}

.tt-portfolio-slider .swiper-wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.tt-portfolio-slider .swiper-wrapper .tt-psi-image {
    transition: 5s ease-out;
    transform: scale(1.45);
}

.tt-portfolio-slider-caption {
	margin: 0px 2% 0 4.5%;
}

.d-block {
    display: block;
}

#tt-product-tabs-section table td {
    background:  transparent !important;
}

@media (min-width: 1024px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-block {
        display: block !important;
    }
}

@media (max-width: 1024px) {
    #tt-header.tt-header-fixed, #tt-header.tt-header-fixed .tt-custom-submenu {
        background: #000;
    }
    #tt-header.tt-header-fixed .tt-header-inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .tt-logo {
        position: relative;
        top: 0;
    }
    .d-block {
        display: block;
    }
    .mob-icon-btn {
        margin: 0 auto;
    }
    .tt-header-tools {
        display: none;
    }
    .mobile-tools > li {
        display: inline-block;
        margin-right: 1rem;
    }
    .d-none {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .pt-mob-0 {
        padding-top: 0 !important;
    }
    .pb-mob-0 {
        padding-bottom: 0 !important;
    }
    
}

@media (max-width: 767px) {

    .tt-portfolio-slider .swiper-wrapper .swiper-slide.swiper-slide-visible > .slider-bottle {
        transform: translate(-50%, -60%) scale(0.65);
    }
    .tt-portfolio-slider-caption {
        top: unset !important;
        bottom: 5%;
        transform: unset !important;
    }
    .ph-caption-right {
        max-width: 100%;
        margin: 0 auto;
    }
    .ph-image-left {
        right: 5% !important;
        left: unset !important;
        width: 30% !important;
        top: 0 !important;
    }
}


@media (min-width: 640px) {
    .d-md-none {
        display: none;
    }
    .d-md-block {
        display: block !important;
    }
}

@media (max-width: 640px) {
    .mob-slider {
        transform: scale(1.1) !important;
    }
}

.tt-header-tools-dynamic {
    display: none !important;
}

.product-bottle {
    display: block;
    margin: 0 auto;
    user-select: none;
}
.tt-psi-image {
    user-select: none;
}
.tt-portfolio-slider-caption {
    top: 50%;
    transform: translateY(-50%);
}

.page-checkout #content-wrap .tt-section,
.page-reset_password #content-wrap .tt-section {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
}

.ss-checkbox {
    display: flex;
    align-items: center;
}
.ss-checkbox input {
    margin-right: 1rem;
}


/*

MALL

*/

.sp-padge.sp-sale-padge {
    background-color: #b50408;
}

.mall-overlay svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    stroke: #ffd982;
}

.mall-payment-method {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.js-mall-remove-product {
    color: #ffd982;
}

.mall-quick-checkout__toggle-option {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.mall-quick-checkout__toggle-option-name {
    font-size: 1rem;
    margin: 0 auto;
}
.mall-quick-checkout__toggle-option-text {
    flex: 1;
}
.mall-quick-checkout__toggle-option--active {
    color: #ffd982;
}
.mall-quick-checkout__toggle-option--active:hover {
    color: #ffd982;
}
.mall-checkbox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.mall-checkbox .tt-form-control {
    flex-basis: 20px;
}
.mall-checkbox span {
    flex: 1;
    padding-left: 0.5rem;
}

.mall-my-account__nav {
    display: flex;
    justify-content: space-evenly;
}

.mall-switcher a.mall-switcher__item {
    color: #ffd982;
    padding: 0.5rem 0.8rem;
    margin: 0.5rem;
}
.mall-switcher a.mall-switcher__item.mall-switcher__item--active{
    background: #ffd982;
    color: #000;
    padding: 0.8rem 1rem;
    margin: 0 0.5rem;
}
.mall-btn--primary {
    background: #ffd982;
    color: #000 !important;
    padding: 0.8rem 2rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: 15px 0px 15px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;
    border: none;
    border-radius: 100px;
    z-index: 9;
}
.mall-btn--sm {
    color: #ffd982;
    margin: 0 0.5rem;
}
.mall-address .mall-btn--primary.mall-btn--sm {
    background: transparent;
    color: #ffd982 !important;
    padding: 0;
}
.mall-address .mall-btn-link {
    height: 50px;
}
.mall-address p {
    margin-bottom: 0;
}
.mall-cart-summary__heading {
    margin-bottom: 15px;
}
.mall-my-account__nav-item--active {
    border-bottom: 1px solid #ffd982;
}
.mall-my-account__nav-item {
    transition: all 0.5s;
}
.mall-my-account__nav-item:hover {
    border-bottom: 1px solid #ffd982;
}
.mall-signup__heading, .mall-signup__subheading {
    color: #ffd982;
}
div[data-validate-for] {
    font-size: 0.9rem;
    padding-top: 0.5rem;
    color: red;
}
.mall-orders-list__order--unpaid a {
    color: #ffd982;
}
.mall-switcher__item--active {
    background-color: green !important;
    color: #fff !important;
}
.mall-cart__shipping.sc-totals-shipping td{
    text-align: left;
}
.mall-callout {
    color: #ffd982;
    padding-bottom: 1rem;
}
.single-product-slider {
    height: 85% !important;
}
.mall-selection-indicator {
    opacity: 0;
}
.mall-selection-indicator--active {
    opacity: 1;
}
.mall-quick-checkout__collapsible-header .mall-quick-checkout__collapsible-summary{
    display: none;
}
.mall-order-details__detail h5 {
    color: #ffd982;
    margin-bottom: 0.5rem;
    margin-top: 1.5rem;
    font-size: 1.5rem;
}
.mall-payment-link {
    color: #ffd982;
}


.tab-pane {
    display: none;
}
.tab-pane.active {
    display: block;
}
#v-pills-tab {
    display: flex;
    flex-direction: column;
}
.mall-product__tax-info {
    padding-bottom: 1rem;
}
.mall-cart__table {
    margin-bottom: 0;
}
.mall-cart-summary__heading {
    font-size: 1.4rem !important;
}
.mall-address p {
    font-size: 1rem !important;
}
.mall-address p br {
    content: "";
    line-height: 1;
    display: block;
    margin: 0;
}
.mall-cart-summary__method-logo {
    font-size: 1rem;
}
.mall-cart-summary__action {
    font-size: 1rem;
    color: #ffd982;
}
.mall-address__actions {
    color: #ffd982;
}

.mall-title {
    display: block;
    width: 100%;
    text-align: center;
    color: #ffd982;
}
.mall-subtitle {
    display: block;
    width: 100%;
    text-align: center;
}

.shop-cart-table-footer {
    margin-top: 1rem;
}

.shop-cart-table-footer tr td:empty {
    background: red !important;
}

.mall-cart-summary__heading {
    color: #ffd982;
}

.slr-box {
    padding: 2rem;
}
.widget_services {
    padding: 2rem 2rem;
}

.mall-payment-method {
    display: flex;
    flex-direction: row;
    padding: 3rem 0;
}
.mall-payment-method__entry {
    flex-basis: 100%;
}

.mall-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

#partialUserResetForm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}
.heading-icon {
    width: 2.5rem;
    height: 2.5rem;
    padding-right: 1rem;
    display: inline-flex;
    justify-content: start;
    align-items: center;
}
.nav-pills .nav-link {
    display: flex;
    align-items: center;
}

.place-order-btn {
    text-align: right;
}

.mall-form-control select {
    width: 100%;
}

.shop-checkout-box {
    background: rgb(129 129 129 / 10%);
    margin: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.shop-checkout-box__confirm {
    background: rgb(129 129 129 / 10%);
    height: 100%;
}

.mall-payment-method__select-button {
    border: 1px solid #ffd982;
    color: #ffd982 !important;
    padding: 0.8rem 2rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: 15px 0px 15px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-weight: 500;
    overflow: hidden;
    cursor: pointer;
    border-radius: 100px;
    z-index: 9;
}


.ss-stripe {
    height: unset !important;
    margin: 1rem auto;
    padding: 1rem;   
    transition: all 0.5s;
}

.mall-payment-method__text {
    width: 100% !important;
}

#card-element:hover {
    border: 1px solid rgb(255 217 130 / 95%);
}

.mall-payment-customer-method__text {
    display: flex;
    width: 100%;
    background-color: transparent;
    padding: 5px 15px;
    font-size: 17px;
    font-weight: normal;
    color: #FFF;
    border: 1px solid rgb(136 136 136 / 65%);
    border-radius: 3px;
    justify-content: space-between;
    align-items: center;
    text-transform: capitalize;
    transition: all 0.5s;
    margin: 0.5rem auto;
}
.mall-payment-customer-method__text:hover {
    border: 1px solid rgb(255 217 130 / 95%);
}
.mall-payment-customer-method__meta {
    display: flex;
}
.mall-payment-customer-method__meta div {
    padding: 0 0.5rem;
}


.ss-bank-transfer {
    font-size: 1rem;
    text-align: center;
    padding-top: 1rem;
}
.ss-bank-transfer ul {
    padding: 0;
}
.ss-bank-transfer ul li {
    list-style-type: none;
    text-align: left;
}

@media (max-width: 768px) {
    tr.shop-cart-table-item {
        padding: 0rem !important;
    }
    .shop-cart-totals-table tbody {
        padding: 1rem;
    }
    .shop-cart-totals-table {
        margin-bottom: 0 !important;
    }
    .cart-thumb {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .cart-thumb-holder {
        display: block;
        margin: 0 auto;
    }
    .mall-payment-method {
        flex-direction: column;
    }
    .mall-payment-method__entry {
        background: rgb(129 129 129 / 5%);
        margin: 1rem 0;
        padding: 2rem 1rem;
    }
    .mall-payment-method {
        padding: 0;
    }
    .mall-cart-summary {
        padding: 0 0.5rem !important;
    }
    .mobile-table-header {
        color: #ffd982;
        padding-right: 0.5rem;
    }
    .js-mall-remove-product {
        font-weight: bold;
    }
    .cart-remove-product {
        float: right;
    }
    .place-order-btn {
        text-align: center;
    }
    .single-product-add-to-cart {
        flex-direction: row;
    }
    .single-product-adc-button {
        margin-top: 0;
    }
    .single-product-adc-button {
        padding-left: 20px;
    }
}


@media (min-width: 480px) {
    .display-mobile {
        display: none;
    }
    .hide-mobile {
        display: block;;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 1.1rem;
        line-height: 1.35;
    }
    body.tt-boxed .tt-wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
    body.tt-boxed .page-header-inner.tt-wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
    body:not(.tt-boxed) .tt-header-inner, .tt-header-inner:not(.tt-wrap) {
        padding-left: 5%;
        padding-right: 5%;
    }
    .ph-image-left {
        right: unset !important;
        left: 50% !important;
        transform: translateX(-50%);
    }
    #tt-footer {
        padding: 30px 0;
    }
    #tt-footer .footer-col {
        margin-bottom: 0;
    }
    .tt-section {
        padding: 7% 0 !important;
    }
    .page-information-page .tt-section {
        padding-top: 20% !important;
        padding-bottom: 7% !important;
    }
    .page-contact .tt-section {
        padding-top: 20% !important;
        padding-bottom: 20% !important;
    }
    .justify-mobile {
        text-align: justify;
    }

    .id-cancellation-policy .dynamic-content, 
    .id-imprint .dynamic-content, 
    .id-terms-conditions .dynamic-content, 
    .id-data-protection .dynamic-content, 
    .id-cookies .dynamic-content {
        text-align: justify;
    }
    .page-header-inner {
        padding-bottom: 30px;
    }
    .pb-mob-0 {
        padding-bottom: 0 !important;
    }
    #sp-addit-info-content {
        text-align: justify;
    }
    .footer-col-social {
        display: none;
    }
    .display-mobile {
        display: block;
    }
    .hide-mobile {
        display: none;
    }
}


.tt-ol-menu-toggle-btn-text {
    width: 60px;
}

.entry-free-product {
    background-color: #ffd982 !important;
    color: #000;
}
.discount-text {
    color: #ffd982;
}

.payment_method_disabled .slr-box[data-id="4"]{
    display: none !important;
}

/* -----------------------------------
            Stefan .css
----------------------------------- */

.product-list--wrapper .tt-grid-item .tt-product-title {
    color: var(--gold);
}
.tt-product-title a,
.tt-product-price {
    color: var(--gold);
}


.floating-language {
    position: fixed;
    bottom: 6.5%;
    right: 3.5%;
    z-index: 999;
}

/* SLIDER OVERLAY */

.slider-overlay, .slider-overlay-mobile {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(2.5);
    transition: all 2s ease-in-out;
    transition-delay: 0.5s;
    opacity: 0;
}

/* .tt-portfolio-slider
    .swiper-wrapper
    .swiper-slide:first-child
    > .slider-overlay {
    transition-delay: 2s;
} */

.tt-portfolio-slider
    .swiper-wrapper
    .swiper-slide.swiper-slide-visible
    > .slider-overlay,
.tt-portfolio-slider
    .swiper-wrapper
    .swiper-slide.swiper-slide-visible
    > .slider-overlay-mobile {
    opacity: 1;
    transform: translate(-50%, -65%) scale(1);
}

@media (max-width: 1400px) {
    .tt-portfolio-slider .swiper-wrapper .swiper-slide.swiper-slide-visible > .slider-overlay, .tt-portfolio-slider .swiper-wrapper .swiper-slide.swiper-slide-visible > .slider-overlay-mobile {
         transform: translate(-50%, -50%) scale(1);
    }
}

@media (min-width: 1400px) {
    .tt-portfolio-slider
    .swiper-wrapper
    .swiper-slide.swiper-slide-visible
    > .slider-overlay,
    .tt-portfolio-slider
    .swiper-wrapper
    .swiper-slide.swiper-slide-visible
    > .slider-overlay {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
}

@media (max-width: 767px) {

    .tt-portfolio-slider .swiper-wrapper .swiper-slide.swiper-slide-visible > .slider-overlay {
        transform: translate(-50%, -50%) scale(0.95);
    }
    .slider-overlay {
        display: none;
    }
    .slider-overlay-mobile {
        display: block;
    }
}
@media (min-width: 768px) {
    .slider-overlay-mobile {
        display: none;
    }
}



.product__payment-holder {
    display: flex;
    align-items: center;
}

.product__payment-holder p {
    margin-bottom: 0;
}

.product__payment-icons {
    display: flex;
    padding: 0 1rem;
}

.product__payment-icons img {
    display: block;
    width: 100% !important;
    max-width: 50px;
    margin: 0 0.5rem;
}

@media (max-width: 540px) {
    .product__payment-holder {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .product__payment-icons {
        padding: 0;
        padding-top: 1rem;
    }
}
