﻿
.site-footer .footer__title {
    margin: 0;
    color: #ffffff;
}

.site-footer:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #1a1a1a;
    opacity: 0.9;
}

.site-footer, .site-footer p {
    color: #ffffff;
}

    .site-footer li a {
        font-weight: normal;
        color: #ffffff;
    }

        .site-footer li a:hover {
            font-weight: normal;
            color: #ba8f0f;
        }

/**************/
.site-footer {
    position: relative;
}

    .site-footer > * {
        z-index: 1;
        position: relative;
    }

    .site-footer .footer__title:empty {
        display: none;
    }

footer {
    clear: both;
}

    footer ul, footer p {
        padding: 0;
        margin: 0;
        clear: both;
    }

    footer svg {
        height: 20px;
        width: 30px;
    }

    footer div[class*="text-"] > *:not(.dt-sc-list-inline) {
        font-weight: 600;
        font-family: var(--DTFontTypo_Heading);
        margin-bottom: 40px;
        display: block;
    }

.site-footer__top .dt-sc-flex-space-between .footer-text p {
    font-size: calc(var(--DTFontSizeBase) - 2px);
    font-weight: 600;
}

footer div[class*="text-"] > *:last-child {
    margin: -6px 0 -27px 0;
}

.site-footer__top .dt-sc-flex-space-between .text-center p {
    margin: -5px 0 -20px 0;
}

footer .footer-logo .dt-sc-btn,
footer .footer-logo a {
    display: inline-block !important;
}

footer .footer-social-icons svg {
    width: 20px;
    height: 20px;
    padding: 2px;
    border-radius: 0;
}

footer .footer-social-icons.dt-sc-icon-brand svg {
    border: none;
    width: 25px;
    height: 16px;
    padding: unset;
    border-radius: unset;
}

footer .text-start li {
    margin-bottom: 5px;
}

footer .text-start .contact-info li {
    position: relative;
    padding-left: 30px;
}

    footer .text-start .contact-info li:last-child {
        margin: 0;
    }

footer .text-start .contact-info i {
    padding-right: 10px;
    position: absolute;
    line-height: 1.5em;
    left: 5px;
}

footer .text-end .contact-info li {
    position: relative;
    padding-right: 30px;
}

footer .text-end .contact-info i {
    padding-left: 10px;
    position: absolute;
    line-height: 1.5em;
    right: 5px;
}

footer .text-center .contact-info i {
    position: relative;
    right: 10px;
}

footer .footer__social {
    display: inline-flex;
}

footer .site-footer__bottom p, footer .site-footer__bottom a {
    color: #222222;
}

    footer .site-footer__bottom a:hover {
        color: #ba8f0f;
    }

footer .site-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    background-color: #f9f9f9;
    line-height: 2em
}

    footer .site-footer__bottom:before {
        content: "";
        width: 100%;
        height: 1px;
        top: 0;
        background-color: rgba(0,0,0,0);
    }

footer div[class*="dt-sc-flex"] {
    align-items: self-start;
    justify-content: center;
}

footer .dt-sc-flex-space-between.copyright {
    align-items: self-start;
    justify-content: space-between;
}

footer .site-footer__bottom div[class*="dt-sc-flex"] div:only-child {
    margin: auto;
    text-align: center;
}

footer .site-footer__bottom div[class*="dt-sc-flex"] {
    padding: 8px 0;
}

footer .site-footer__bottom .payment-icons > * + * {
    margin-left: 2px
}


footer .footer__newsletter {
    display: flex;
    margin: 32px 0 10px;
    float: left;
    width: 100%;
}

footer div[class*="footer__item--footer"] .footer__newsletter > * {
    margin-bottom: 15px;
    width: 100%;
}

footer .text-end .footer__newsletter > * {
    margin-left: auto;
}

footer .text-center .footer__newsletter > * {
    margin-left: auto;
    margin-right: auto;
}

footer .footer__newsletter input {
    font-weight: normal;
    text-transform: capitalize;
    margin-top: 10px;
    height: 50px;
    width: 30%;
    border-radius: 5px;
    padding: var(--DTPadding_Btn);
    color: var(--DTBodyBGColor);
    background-color: none;
    border: 1px solid var(--DTBodyBGColor);
}

    footer .footer__newsletter input:focus {
        font-weight: normal;
        text-transform: capitalize;
        margin-top: 10px;
        height: 50px;
        width: 30%;
        border-radius: 5px;
        padding: var(--DTPadding_Btn);
        color: var(--DTBodyBGColor);
        background-color: none;
        border: 1px solid var(--DTPrimaryColor);
    }

footer .text-start .dt-sc-social-icons li {
    margin-right: 15px;
}

footer .text-end .dt-sc-social-icons li {
    margin-left: 15px;
    line-height: initial;
}

footer .text-center .dt-sc-social-icons li {
    margin: 0 5px;
}

footer .copyright { /* border-top: 1px solid var(--DTColor_Border); */
}

footer .footer__copyright a {
    color: #222222;
}

    footer .footer__copyright a:hover {
        color: #ba8f0f;
    }

.icon__fallback-text {
    font-size: 0;
}

.dt-sc-icon-brand .icon__fallback-text {
    font-size: var(--DTFontSizeBase);
    padding-left: 5px;
}

label.for-option-color {
    text-indent: -99999px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.full-width-newsletter div[class*="dt-sc-flex"] > div {
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.full-width-newsletter div[class*="dt-sc-flex"] h4 {
    text-align: center;
    margin-top: 0;
}

.full-width-newsletter .footer__newsletter {
    display: flex;
    align-items: center;
}

    .full-width-newsletter .footer__newsletter input {
        width: calc(100% - 200px);
        border-start-end-radius: 0;
        border-end-end-radius: 0;
    }

    .full-width-newsletter .footer__newsletter button {
        margin: 0;
        width: 200px;
        border-end-start-radius: 0;
        border-start-start-radius: 0;
        border-left: 1px solid;
    }

.site-footer .footer_menu.dt-sc-list li a:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: relative;
    padding-right: 10px;
}

.site-footer .footer_menu.dt-sc-list-inline li a:before {
    display: none;
    content: "|";
    position: relative;
    padding: 0 30px;
    color: #ffffff;
}

.site-footer .dt-sc-list-inline li:first-child a:before {
    display: none;
    padding-right: 0;
}

.site-footer .site-footer__bottom .footer_menu.dt-sc-list-inline li a:before {
    color: #222222;
}

footer address:only-of-type {
    margin: 0;
}

.shopify-section .site-footer .dt-sc-flex-space-between .text-center ul.footer_menu li {
    padding: 0px 30px;
}

.sticky-header-active ul.dt-sc-list-inline > li:not(.has-mega-menu) ul.sub-menu-lists {
    text-align: start;
}


.footer__item--40cc8690-9f76-4648-82d9-1632b26486a0.footer-instagram div[class*="text-"] .footer-instafeed {
    display: grid;
    grid-gap: px;
    grid-template-columns: repeat( auto-fit, minmax(calc(% - px), 1fr) );
}

.footer__item--40cc8690-9f76-4648-82d9-1632b26486a0.footer-blog li {
    display: grid;
    grid-template-columns: 100px auto;
    gap: var(--DTGutter_Width);
    margin-bottom: var(--DTGutter_Width);
}

    .footer__item--40cc8690-9f76-4648-82d9-1632b26486a0.footer-blog li .article-title {
        font-size: var(--DTFontSizeBase);
        margin: 0 0 5px;
    }

        .footer__item--40cc8690-9f76-4648-82d9-1632b26486a0.footer-blog li .article-title a {
            font-size: var(--DTFontSizeBase);
        }

    .footer__item--40cc8690-9f76-4648-82d9-1632b26486a0.footer-blog li:not(:hover) .article-image {
        filter: grayscale(100);
    }

    .footer__item--40cc8690-9f76-4648-82d9-1632b26486a0.footer-blog li .footer_blog_content > *:not(.article-title) {
        opacity: .7;
        font-size: calc(var(--DTFontSizeBase) - 2px);
        line-height: 1.5em;
        margin-top: 10px;
    }

.footer__item--40cc8690-9f76-4648-82d9-1632b26486a0.footer-blog .text-end li {
    grid-template-columns: auto 100px;
    margin-bottom: var(--DTGutter_Width);
}

.footer__item--40cc8690-9f76-4648-82d9-1632b26486a0.footer-blog .text-end .footer_blog_content {
    order: -1;
}

.footer__item--40cc8690-9f76-4648-82d9-1632b26486a0.footer-blog .text-center li {
    grid-template-columns: 1fr;
}



.footer__item--6442b791-7b6a-47f7-b5e5-4887e699508f.footer-instagram div[class*="text-"] .footer-instafeed {
    display: grid;
    grid-gap: px;
    grid-template-columns: repeat( auto-fit, minmax(calc(% - px), 1fr) );
}

.footer__item--6442b791-7b6a-47f7-b5e5-4887e699508f.footer-blog li {
    display: grid;
    grid-template-columns: 100px auto;
    gap: var(--DTGutter_Width);
    margin-bottom: var(--DTGutter_Width);
}

    .footer__item--6442b791-7b6a-47f7-b5e5-4887e699508f.footer-blog li .article-title {
        font-size: var(--DTFontSizeBase);
        margin: 0 0 5px;
    }

        .footer__item--6442b791-7b6a-47f7-b5e5-4887e699508f.footer-blog li .article-title a {
            font-size: var(--DTFontSizeBase);
        }

    .footer__item--6442b791-7b6a-47f7-b5e5-4887e699508f.footer-blog li:not(:hover) .article-image {
        filter: grayscale(100);
    }

    .footer__item--6442b791-7b6a-47f7-b5e5-4887e699508f.footer-blog li .footer_blog_content > *:not(.article-title) {
        opacity: .7;
        font-size: calc(var(--DTFontSizeBase) - 2px);
        line-height: 1.5em;
        margin-top: 10px;
    }

.footer__item--6442b791-7b6a-47f7-b5e5-4887e699508f.footer-blog .text-end li {
    grid-template-columns: auto 100px;
    margin-bottom: var(--DTGutter_Width);
}

.footer__item--6442b791-7b6a-47f7-b5e5-4887e699508f.footer-blog .text-end .footer_blog_content {
    order: -1;
}

.footer__item--6442b791-7b6a-47f7-b5e5-4887e699508f.footer-blog .text-center li {
    grid-template-columns: 1fr;
}



.footer__item--0473b0bd-2277-48da-92bb-02945f481fa5.footer-instagram div[class*="text-"] .footer-instafeed {
    display: grid;
    grid-gap: px;
    grid-template-columns: repeat( auto-fit, minmax(calc(% - px), 1fr) );
}

.footer__item--0473b0bd-2277-48da-92bb-02945f481fa5.footer-blog li {
    display: grid;
    grid-template-columns: 100px auto;
    gap: var(--DTGutter_Width);
    margin-bottom: var(--DTGutter_Width);
}

    .footer__item--0473b0bd-2277-48da-92bb-02945f481fa5.footer-blog li .article-title {
        font-size: var(--DTFontSizeBase);
        margin: 0 0 5px;
    }

        .footer__item--0473b0bd-2277-48da-92bb-02945f481fa5.footer-blog li .article-title a {
            font-size: var(--DTFontSizeBase);
        }

    .footer__item--0473b0bd-2277-48da-92bb-02945f481fa5.footer-blog li:not(:hover) .article-image {
        filter: grayscale(100);
    }

    .footer__item--0473b0bd-2277-48da-92bb-02945f481fa5.footer-blog li .footer_blog_content > *:not(.article-title) {
        opacity: .7;
        font-size: calc(var(--DTFontSizeBase) - 2px);
        line-height: 1.5em;
        margin-top: 10px;
    }

.footer__item--0473b0bd-2277-48da-92bb-02945f481fa5.footer-blog .text-end li {
    grid-template-columns: auto 100px;
    margin-bottom: var(--DTGutter_Width);
}

.footer__item--0473b0bd-2277-48da-92bb-02945f481fa5.footer-blog .text-end .footer_blog_content {
    order: -1;
}

.footer__item--0473b0bd-2277-48da-92bb-02945f481fa5.footer-blog .text-center li {
    grid-template-columns: 1fr;
}



.footer__item--28a557d9-cccb-40c8-a425-5693a91b930e.footer-instagram div[class*="text-"] .footer-instafeed {
    display: grid;
    grid-gap: px;
    grid-template-columns: repeat( auto-fit, minmax(calc(% - px), 1fr) );
}

.footer__item--28a557d9-cccb-40c8-a425-5693a91b930e.footer-blog li {
    display: grid;
    grid-template-columns: 100px auto;
    gap: var(--DTGutter_Width);
    margin-bottom: var(--DTGutter_Width);
}

    .footer__item--28a557d9-cccb-40c8-a425-5693a91b930e.footer-blog li .article-title {
        font-size: var(--DTFontSizeBase);
        margin: 0 0 5px;
    }

        .footer__item--28a557d9-cccb-40c8-a425-5693a91b930e.footer-blog li .article-title a {
            font-size: var(--DTFontSizeBase);
        }

    .footer__item--28a557d9-cccb-40c8-a425-5693a91b930e.footer-blog li:not(:hover) .article-image {
        filter: grayscale(100);
    }

    .footer__item--28a557d9-cccb-40c8-a425-5693a91b930e.footer-blog li .footer_blog_content > *:not(.article-title) {
        opacity: .7;
        font-size: calc(var(--DTFontSizeBase) - 2px);
        line-height: 1.5em;
        margin-top: 10px;
    }

.footer__item--28a557d9-cccb-40c8-a425-5693a91b930e.footer-blog .text-end li {
    grid-template-columns: auto 100px;
    margin-bottom: var(--DTGutter_Width);
}

.footer__item--28a557d9-cccb-40c8-a425-5693a91b930e.footer-blog .text-end .footer_blog_content {
    order: -1;
}

.footer__item--28a557d9-cccb-40c8-a425-5693a91b930e.footer-blog .text-center li {
    grid-template-columns: 1fr;
}






/***********************************
  Responsive
  ***********************************/
/* custom */

#shopify-section-footer.shopify-section .site-footer .dt-sc-flex-space-between .footer__title {
    font-size: var(--DTFontSize_H4);
    font-weight: 700;
    margin-bottom: 30px;
}



/* custom */
.footer__item-- {
    width: calc(% - calc(var(--DTGutter_Width) / 2 ));
    margin-bottom: 30px;
}



@media only screen and (min-width: 1540px) {
    footer #newsletter-footer {
        display: inline-block;
        width: 80%;
        margin: auto;
    }
}

@media only screen and (max-width: 1539px) {
    footer .footer__newsletter {
        margin: 50px 0 10px;
    }
}

@media only screen and (max-width: 575px) {
    .site-footer .footer_menu.dt-sc-list-inline li a:before {
        display: none;
        content: "|";
        position: relative;
        padding: 0 30px;
        color: #ffffff;
    }

    #shopify-section-footer.shopify-section .site-footer .dt-sc-flex-space-between .footer__title {
        font-size: calc(var(--DTFontSize_H4) - 10px);
        font-weight: 700;
    }

    .site-footer .dt-sc-flex-space-between .text-center .dt-sc-list-inline {
        display: block;
    }

        .site-footer .dt-sc-flex-space-between .text-center .dt-sc-list-inline li {
            margin: 10px 0;
        }

    footer div[class*="text-"] > *:not(.dt-sc-list-inline) {
        margin-bottom: 10px;
    }

    .footer__item--40cc8690-9f76-4648-82d9-1632b26486a0 {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 576px) {
    /* .footer__item--40cc8690-9f76-4648-82d9-1632b26486a0 { width:calc(100% - calc(var(--DTGutter_Width) / 2 )); margin-bottom:30px;} */
}

@media only screen and (min-width: 768px) {
    .footer__item--40cc8690-9f76-4648-82d9-1632b26486a0 {
        width: calc(100% - calc(var(--DTGutter_Width) / 2 ));
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    footer .footer__newsletter {
        display: block;
        margin: auto;
        float: none;
        width: 90%;
    }

        footer .footer__newsletter input, footer .footer__newsletter input:focus {
            margin: 20px 0 15px 0;
            height: 50px;
            width: 100%;
            border-radius: 5px;
            padding: var(--DTPadding_Btn);
            color: var(--DTBodyBGColor);
            background-color: none;
            border: 1px solid var(--DTBodyBGColor);
        }

            footer .footer__newsletter input:nth-child(2), footer .footer__newsletter input:focus {
                height: 50px;
                width: 100%;
                border-radius: 5px;
                padding: var(--DTPadding_Btn);
                color: var(--DTBodyBGColor);
                background-color: none;
                border: 1px solid var(--DTBodyBGColor);
            }

    .footer__item--40cc8690-9f76-4648-82d9-1632b26486a0 {
        width: calc(100% - calc(var(--DTGutter_Width) / 2 ));
        margin-bottom: 30px;
    }
}


@media only screen and (min-width: 1200px) {
    .footer__item--40cc8690-9f76-4648-82d9-1632b26486a0 {
        width: calc(100% - calc(var(--DTGutter_Width) / 2 ));
        margin-bottom: 30px;
    }
}






.footer-logo .dt-sc-btn {
    background-color: #ba8d69;
    color: #ba8d69;
}

    .footer-logo .dt-sc-btn:hover {
        background-color: #ba8d69;
        color: #ba8d69;
    }



@media only screen and (min-width: 1540px) {
    footer #newsletter-footer {
        display: inline-block;
        width: 80%;
        margin: auto;
    }
}

@media only screen and (max-width: 1539px) {
    footer .footer__newsletter {
        margin: 50px 0 10px;
    }
}

@media only screen and (max-width: 575px) {
    .site-footer .footer_menu.dt-sc-list-inline li a:before {
        display: none;
        content: "|";
        position: relative;
        padding: 0 30px;
        color: #ffffff;
    }

    #shopify-section-footer.shopify-section .site-footer .dt-sc-flex-space-between .footer__title {
        font-size: calc(var(--DTFontSize_H4) - 10px);
        font-weight: 700;
    }

    .site-footer .dt-sc-flex-space-between .text-center .dt-sc-list-inline {
        display: block;
    }

        .site-footer .dt-sc-flex-space-between .text-center .dt-sc-list-inline li {
            margin: 10px 0;
        }

    footer div[class*="text-"] > *:not(.dt-sc-list-inline) {
        margin-bottom: 10px;
    }

    .footer__item--6442b791-7b6a-47f7-b5e5-4887e699508f {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 576px) {
    /* .footer__item--6442b791-7b6a-47f7-b5e5-4887e699508f { width:calc(100% - calc(var(--DTGutter_Width) / 2 )); margin-bottom:30px;} */
}

@media only screen and (min-width: 768px) {
    .footer__item--6442b791-7b6a-47f7-b5e5-4887e699508f {
        width: calc(100% - calc(var(--DTGutter_Width) / 2 ));
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    footer .footer__newsletter {
        display: block;
        margin: auto;
        float: none;
        width: 90%;
    }

        footer .footer__newsletter input, footer .footer__newsletter input:focus {
            margin: 20px 0 15px 0;
            height: 50px;
            width: 100%;
            border-radius: 5px;
            padding: var(--DTPadding_Btn);
            color: var(--DTBodyBGColor);
            background-color: none;
            border: 1px solid var(--DTBodyBGColor);
        }

            footer .footer__newsletter input:nth-child(2), footer .footer__newsletter input:focus {
                height: 50px;
                width: 100%;
                border-radius: 5px;
                padding: var(--DTPadding_Btn);
                color: var(--DTBodyBGColor);
                background-color: none;
                border: 1px solid var(--DTBodyBGColor);
            }

    .footer__item--6442b791-7b6a-47f7-b5e5-4887e699508f {
        width: calc(100% - calc(var(--DTGutter_Width) / 2 ));
        margin-bottom: 30px;
    }
}


@media only screen and (min-width: 1200px) {
    .footer__item--6442b791-7b6a-47f7-b5e5-4887e699508f {
        width: calc(100% - calc(var(--DTGutter_Width) / 2 ));
        margin-bottom: 30px;
    }
}








@media only screen and (min-width: 1540px) {
    footer #newsletter-footer {
        display: inline-block;
        width: 80%;
        margin: auto;
    }
}

@media only screen and (max-width: 1539px) {
    footer .footer__newsletter {
        margin: 50px 0 10px;
    }
}

@media only screen and (max-width: 575px) {
    .site-footer .footer_menu.dt-sc-list-inline li a:before {
        display: none;
        content: "|";
        position: relative;
        padding: 0 30px;
        color: #ffffff;
    }

    #shopify-section-footer.shopify-section .site-footer .dt-sc-flex-space-between .footer__title {
        font-size: calc(var(--DTFontSize_H4) - 10px);
        font-weight: 700;
    }

    .site-footer .dt-sc-flex-space-between .text-center .dt-sc-list-inline {
        display: block;
    }

        .site-footer .dt-sc-flex-space-between .text-center .dt-sc-list-inline li {
            margin: 10px 0;
        }

    footer div[class*="text-"] > *:not(.dt-sc-list-inline) {
        margin-bottom: 10px;
    }

    .footer__item--0473b0bd-2277-48da-92bb-02945f481fa5 {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 576px) {
    /* .footer__item--0473b0bd-2277-48da-92bb-02945f481fa5 { width:calc(100% - calc(var(--DTGutter_Width) / 2 )); margin-bottom:30px;} */
}

@media only screen and (min-width: 768px) {
    .footer__item--0473b0bd-2277-48da-92bb-02945f481fa5 {
        width: calc(100% - calc(var(--DTGutter_Width) / 2 ));
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    footer .footer__newsletter {
        display: block;
        margin: auto;
        float: none;
        width: 90%;
    }

        footer .footer__newsletter input, footer .footer__newsletter input:focus {
            margin: 20px 0 15px 0;
            height: 50px;
            width: 100%;
            border-radius: 5px;
            padding: var(--DTPadding_Btn);
            color: var(--DTBodyBGColor);
            background-color: none;
            border: 1px solid var(--DTBodyBGColor);
        }

            footer .footer__newsletter input:nth-child(2), footer .footer__newsletter input:focus {
                height: 50px;
                width: 100%;
                border-radius: 5px;
                padding: var(--DTPadding_Btn);
                color: var(--DTBodyBGColor);
                background-color: none;
                border: 1px solid var(--DTBodyBGColor);
            }

    .footer__item--0473b0bd-2277-48da-92bb-02945f481fa5 {
        width: calc(100% - calc(var(--DTGutter_Width) / 2 ));
        margin-bottom: 30px;
    }
}


@media only screen and (min-width: 1200px) {
    .footer__item--0473b0bd-2277-48da-92bb-02945f481fa5 {
        width: calc(100% - calc(var(--DTGutter_Width) / 2 ));
        margin-bottom: 30px;
    }
}




.full-width-newsletter .footer__newsletter button {
    border-color: rgba(0,0,0,0);
}

.footer__newsletter-btn {
    width: 30%;
    background-color: rgba(0,0,0,0);
    color: #ba8f0f;
    border-color: var(--DTPrimaryColor);
}

    .footer__newsletter-btn:hover {
        width: 30%;
        background-color: #ba8f0f;
        color: #ffffff;
    }





@media only screen and (min-width: 1540px) {
    footer #newsletter-footer {
        display: inline-block;
        width: 80%;
        margin: auto;
    }
}

@media only screen and (max-width: 1539px) {
    footer .footer__newsletter {
        margin: 50px 0 10px;
    }
}

@media only screen and (max-width: 575px) {
    .site-footer .footer_menu.dt-sc-list-inline li a:before {
        display: none;
        content: "|";
        position: relative;
        padding: 0 30px;
        color: #ffffff;
    }

    #shopify-section-footer.shopify-section .site-footer .dt-sc-flex-space-between .footer__title {
        font-size: calc(var(--DTFontSize_H4) - 10px);
        font-weight: 700;
    }

    .site-footer .dt-sc-flex-space-between .text-center .dt-sc-list-inline {
        display: block;
    }

        .site-footer .dt-sc-flex-space-between .text-center .dt-sc-list-inline li {
            margin: 10px 0;
        }

    footer div[class*="text-"] > *:not(.dt-sc-list-inline) {
        margin-bottom: 10px;
    }

    .footer__item--28a557d9-cccb-40c8-a425-5693a91b930e {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 576px) {
    /* .footer__item--28a557d9-cccb-40c8-a425-5693a91b930e { width:calc(100% - calc(var(--DTGutter_Width) / 2 )); margin-bottom:30px;} */
}

@media only screen and (min-width: 768px) {
    .footer__item--28a557d9-cccb-40c8-a425-5693a91b930e {
        width: calc(100% - calc(var(--DTGutter_Width) / 2 ));
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    footer .footer__newsletter {
        display: block;
        margin: auto;
        float: none;
        width: 90%;
    }

        footer .footer__newsletter input, footer .footer__newsletter input:focus {
            margin: 20px 0 15px 0;
            height: 50px;
            width: 100%;
            border-radius: 5px;
            padding: var(--DTPadding_Btn);
            color: var(--DTBodyBGColor);
            background-color: none;
            border: 1px solid var(--DTBodyBGColor);
        }

            footer .footer__newsletter input:nth-child(2), footer .footer__newsletter input:focus {
                height: 50px;
                width: 100%;
                border-radius: 5px;
                padding: var(--DTPadding_Btn);
                color: var(--DTBodyBGColor);
                background-color: none;
                border: 1px solid var(--DTBodyBGColor);
            }

    .footer__item--28a557d9-cccb-40c8-a425-5693a91b930e {
        width: calc(100% - calc(var(--DTGutter_Width) / 2 ));
        margin-bottom: 30px;
    }
}


@media only screen and (min-width: 1200px) {
    .footer__item--28a557d9-cccb-40c8-a425-5693a91b930e {
        width: calc(100% - calc(var(--DTGutter_Width) / 2 ));
        margin-bottom: 30px;
    }
}









@media only screen and (max-width: 1199px) {
    footer .footer__newsletter {
        margin: 25px 0 10px;
    }
    /* footer .text-center .footer__newsletter > * {   margin-left: auto;  margin-right: auto; } */
    footer #newsletter-footer {
        display: inline-block;
        width: 100%;
        margin: auto;
    }
}

@media (max-width: 767px) {
    footer .footer__newsletter {
        margin: auto;
    }

    .site-footer .site-footer__top .dt-sc-flex-space-between .footer__newsletter .btn.footer__newsletter-btn {
        margin: 35px 0 0;
    }

    .site-footer .site-footer__top .dt-sc-flex-space-between .footer-newsletter .text-center {
        margin: 25px 0 15px 0;
    }

    .footer__newsletter-btn {
        width: 100%;
        background-color:;
        color:;
        border-color: var(--DTPrimaryColor);
    }

        .footer__newsletter-btn:hover {
            width: 100%;
            background-color:;
            color:;
        }

    footer.site-footer {
        margin-top: 40px !important;
    }
}

@media (max-width:576px) {
    footer .site-footer__bottom div[class*="dt-sc-flex"] {
        justify-content: center;
    }

        footer .site-footer__bottom div[class*="dt-sc-flex"] > * {
            margin: 5px 0 5px 0px;
        }

    footer .footer__newsletter {
        margin-top: 0;
    }
}







p.newsletter-success {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: var(--DTBodyBGColor);
    padding: 40px 100px;
    border-radius: var(--DTRadius);
    color: var(--DTSecondaryColor);
    font-size: var(--DTFontSize_H4);
}

.dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-newsletter-content {
    width: 100%;
}

    .dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-newsletter-content form button {
        background-color: var(--DT_Button_BG_Color);
        color: var(--DT_Button_Text_Color);
        background-color: rgba(0,0,0,0);
        color: #222222;
    }

        .dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-newsletter-content form button:hover {
            background: var(--DT_Button_BG_Hover_Color);
            color: var(--DT_Button_Text_Hover_Color);
            background-color: #ba8f0f;
            color: #ffffff;
            border: var(--DT_Button_BG_Color);
        }

.dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-social-icons li a {
    color: var(--DTTertiaryColor);
    color: #222222;
}

    .dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-social-icons li a:hover {
        color: var(--DTSecondaryColor);
        color: #ba8f0f;
    }

.dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-newsletter-content form button i {
    margin-top: -2px;
}

.dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-newsletter-content form input,
.dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-newsletter-content.style-4 form button {
    background: var(--DTOverlayColor);
    background-color: rgba(0,0,0,0);
}

.dt-sc-newsletter-container {
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 16;
    top: 0;
    left: 0;
    transition: opacity 500ms;
    visibility: visible;
    opacity: 1;
    visibility: visible;
    margin: auto;
    height: 100%;
    width: 100%;
    transition: all linear .3s;
}

    .dt-sc-newsletter-container .dt-sc-newsletter-container-overlay {
        color: var(--DTPrimaryColor);
        color: #ba8f0f;
        background: currentcolor;
        opacity: 0.95;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .dt-sc-newsletter-container .dt-sc-newsletter-modal {
        display: flex;
        flex-wrap: wrap;
        padding: 30px 30px 30px;
        max-height: 80vh;
        max-width: 80vw;
        width: 600px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all linear .3s;
        z-index: 1;
        background-size: cover;
        background-position: center;
        border-radius: 10px;
        overflow-y: auto;
    }

        .dt-sc-newsletter-container .dt-sc-newsletter-modal.dt-sc-overlay:before {
            width: 100%;
            height: 100%;
            color: var(--DTTertiaryColor);
            color: #ffffff;
            background: currentcolor;
            opacity: 0.5;
        }

        .dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-close-window {
            z-index: 1;
            height: 30px;
            width: 30px;
            line-height: 30px;
            font-weight: bold;
            position: absolute;
            right: 5px;
            top: 5px;
            padding: 0;
            margin: 0;
            justify-content: center;
        }

            .dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-close-window i {
                margin-top: -2px;
            }

        .dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-newsletter-content > *,
        .dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-newsletter-content > *:not(:only-child),
        .dt-sc-newsletter-container .dt-sc-newsletter-modal > *,
        .dt-sc-newsletter-container .dt-sc-newsletter-modal > *:not(:only-child) {
            margin: 0;
        }

            .dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-newsletter-content > *:not(:last-child),
            .dt-sc-newsletter-container .dt-sc-newsletter-modal > *:not(:last-child) {
                margin: 0 0 15px 0;
            }



        .dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-newsletter-content form {
            display: grid;
            grid-template-columns: 4fr 2fr;
            gap: 15px;
            position: relative;
        }

            .dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-newsletter-content form input {
                border-color: var(--DTColor_Body);
                border-width: 1px;
            }

                .dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-newsletter-content form input:focus {
                    border: 1px solid var(--DTPrimaryColor);
                }

            .dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-newsletter-content form input,
            .dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-newsletter-content form button {
                width: auto;
                margin: 0;
            }

            .dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-newsletter-content form button {
                display: flex;
                border: 1px solid var(--DTColor_Body);
            }

                .dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-newsletter-content form button i {
                    margin-left: 10px;
                }

            .dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-newsletter-content form .errors {
                width: 100%;
                color: #D8000C;
                display: inline-block;
            }

                .dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-newsletter-content form .errors ul {
                    margin: 0;
                    padding: 0;
                }

            .dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-newsletter-content form .note.form-success {
                display: inline-block;
                width: 100%;
                color: #4F8A10;
                margin: 0;
            }

            .dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-newsletter-content form .dt-sc-newsletter-note {
                margin-top: 10px;
                width: 100%;
                display: inline-block;
            }

.dt-sc-newsletter-content h2 {
    font-size: var(--DTFontSize_H3);
}

.dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-social-icons {
    width: 100%;
    display: inline-block;
    margin: 0;
}

    .dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-social-icons li {
        display: inline-block;
    }

        .dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-social-icons li:not(:last-child) {
            margin-right: 10px;
        }

.dt-sc-newsletter-container .dt-sc-newsletter-modal.style-2 form {
    grid-template-columns: 1fr;
}

    .dt-sc-newsletter-container .dt-sc-newsletter-modal.style-2 form input,
    .dt-sc-newsletter-container .dt-sc-newsletter-modal.style-2 form button {
        display: inline-block;
    }

.dt-sc-newsletter-container .dt-sc-newsletter-modal.style-2.text-start form button,
.dt-sc-newsletter-container .dt-sc-newsletter-modal.style-2.text-end form button {
    justify-content: space-between;
    flex-direction: row-reverse;
}

    .dt-sc-newsletter-container .dt-sc-newsletter-modal.style-2.text-end form button i {
        margin-left: 0;
    }

.dt-sc-newsletter-container .dt-sc-newsletter-modal.style-3 form {
    display: flex;
    flex-wrap: wrap;
}

    .dt-sc-newsletter-container .dt-sc-newsletter-modal.style-3 form input {
        width: 100%;
        text-align: inherit;
    }

.dt-sc-newsletter-container .dt-sc-newsletter-modal.style-3.text-center form {
    justify-content: center;
}

.dt-sc-newsletter-container .dt-sc-newsletter-modal.style-3.text-end form {
    justify-content: flex-end;
}

.dt-sc-newsletter-container .dt-sc-newsletter-modal.style-4 form,
.dt-sc-newsletter-container .dt-sc-newsletter-modal.style-5 form {
    display: flex;
}

    .dt-sc-newsletter-container .dt-sc-newsletter-modal.style-4 form input,
    .dt-sc-newsletter-container .dt-sc-newsletter-modal.style-5 form input {
        width: 100%;
    }

    .dt-sc-newsletter-container .dt-sc-newsletter-modal.style-4 form button {
        padding-top: 0;
        padding-bottom: 0;
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        align-items: center;
        border-width: 0 0 0 1px;
        border-radius: 0;
        background: none;
    }

    .dt-sc-newsletter-container .dt-sc-newsletter-modal.style-5 form button {
        position: absolute;
        right: 5px;
        top: 5px;
        bottom: 5px;
        padding: 0px 15px;
    }

.dt-sc-newsletter-container .dt-sc-newsletter-modal.style-6 {
    padding: 0;
}

    .dt-sc-newsletter-container .dt-sc-newsletter-modal.style-6 > * {
        flex: 1 1 300px;
        width: 50%;
        margin: 0;
    }

    .dt-sc-newsletter-container .dt-sc-newsletter-modal.style-6 img {
        object-fit: cover;
    }

    .dt-sc-newsletter-container .dt-sc-newsletter-modal.style-6 .dt-sc-newsletter-content form {
        gap: 0;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 15px;
    }

    .dt-sc-newsletter-container .dt-sc-newsletter-modal.style-6.text-center .dt-sc-newsletter-content form {
        justify-content: center;
    }

    .dt-sc-newsletter-container .dt-sc-newsletter-modal.style-6.text-end .dt-sc-newsletter-content form {
        justify-content: flex-end;
    }

    .dt-sc-newsletter-container .dt-sc-newsletter-modal.style-6 .dt-sc-newsletter-content form input {
        width: 100%;
        margin-bottom: 20px;
    }

    .dt-sc-newsletter-container .dt-sc-newsletter-modal.style-6 .newsletter-segmented {
        padding: 30px;
    }

    .dt-sc-newsletter-container .dt-sc-newsletter-modal.style-6 .newsletter-segmented {
        background-color: var(--DTTertiaryColor);
        background-color: #ffffff;
    }



#challenge .dt-sc-newsletter-modal-overlay {
    display: none;
}

.form-submitted .dt-sc-note.form-success {
    color: #4F8A10;
}


@media (max-width: 767px) {
    .dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-newsletter-content form {
        grid-template-columns: repeat(1,1fr);
    }

    .dt-sc-newsletter-container .dt-sc-newsletter-container-overlay .dt-sc-newsletter-content h2 {
        font-size: calc(var(--DTFontSize_H3) - 8px);
    }

    .dt-sc-newsletter-container .dt-sc-newsletter-modal {
        width: 90%;
    }

        .dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-newsletter-content.default form.contact-form {
            width: 80%;
        }

        .dt-sc-newsletter-container .dt-sc-newsletter-modal.style-3 form.contact-form,
        .dt-sc-newsletter-container .dt-sc-newsletter-modal.style-4 form.contact-form {
            width: 100%;
        }

        .dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-newsletter-content.default form.contact-form input[type="email"] {
            margin-bottom:;
            margin-right: 0;
            width: 100%;
        }
}

@media (max-width: 478px) {

    .dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-newsletter-content form {
        grid-template-columns: repeat(1,1fr);
    }

    p.newsletter-success {
        padding: 30px;
        font-size: var(--DTFontSize_H5);
    }

    .dt-sc-newsletter-container .dt-sc-newsletter-modal.style-4 form.contact-form input[type="email"],
    .dt-sc-newsletter-container .dt-sc-newsletter-modal.style-5 form.contact-form input[type="email"] {
        padding: 15px 15px 65px;
        text-align: center;
    }

    .dt-sc-newsletter-container .dt-sc-newsletter-modal.style-4 form.contact-form button.dt-sc-btn,
    .dt-sc-newsletter-container .dt-sc-newsletter-modal.style-5 form.contact-form button.dt-sc-btn {
        bottom: 10px;
        left: 0px;
        right: 0;
        margin: auto;
        top: auto;
        transform: none;
        width: calc(100% - 20px);
    }

    .dt-sc-newsletter-container .dt-sc-newsletter-modal.style-4 form.contact-form button.dt-sc-btn {
        width: calc(100% - 60px);
        padding: 15px 0px 5px;
        border-left: none;
        border-top: 1px solid;
    }
}


.dt-sc-newsletter-modal {
    background-image: url('../cdn.shopify.com/s/files/1/0035/4195/8756/files/img8195b.jpg?v=1613513167');
}



    /* cusom */


    .dt-sc-newsletter-modal .dt-sc-close-window.dt-sc-btn {
        border: 1px solid var(--DTColor_Body);
    }

    .dt-sc-newsletter-modal .dt-sc-newsletter-content h2 {
        font-weight: 700;
    }

.dt-sc-newsletter-container .dt-sc-newsletter-modal .dt-sc-close-window {
    background: none;
}



/* cusom */


.dT_LoadingOverlay, .dT_collectionOverlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2000;
    background-image: url('../cdn.shopify.com/s/files/1/0035/4195/8756/files/loader95ac.gif?v=1647262424');
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--DTBodyBGColor);
}

body.loadingdT, body.collectionPreloading {
    overflow: hidden;
}

    body.collectionPreloading .dT_collectionOverlay, body.loadingdT .dT_LoadingOverlay {
        display: block;
    }

.collectionListPreload {
    position: relative;
}

    .collectionListPreload:after {
        content: '';
        position: fixed;
        opacity: .9;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2000;
        background-image: url('../cdn.shopify.com/s/files/1/0035/4195/8756/files/loader95ac.gif?v=1647262424');
        background-repeat: no-repeat;
        background-position: center;
        background-color: var(--DTBodyBGColor);
    }



/** @format */
.customer-who-purchased {
    pointer-events: none;
    margin: 0;
    height: 100px;
    max-width: 500px;
    min-width: 400px;
    position: fixed;
    bottom: 35px;
    width: auto;
    z-index: 4;
    -webkit-transition: var(--DTBaseTransition);
    transition: var(--DTBaseTransition);
}

.customer-who-purchased.text-left {
    left: 35px;
}

.customer-who-purchased.text-right {
    right: 35px;
}

.customer-who-purchased .product-data {
    display: block;
    height: auto;
    margin: 25px 20px;
    opacity: 0;
    padding: 10px 20px 10px 80px;
    position: absolute;
    bottom: -35px;
    left: 0;
    visibility: hidden;
    width: auto;
    border-radius: var(--DTRadius);
    -webkit-transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0.05s;
    transition: 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0.05s;
}

    .customer-who-purchased .product-data:before {
        background-color: #fff;
        content: "";
        display: block;
        height: auto;
        margin: -5px -15px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        width: auto;
        z-index: -1;
        border-radius: var(--DTRadius);
        -webkit-box-shadow: 0 1px 3px 1px var(--DTboxShadowcolor);
        box-shadow: 0 1px 3px 1px var(--DTboxShadowcolor);
    }

    .customer-who-purchased .product-data.active {
        pointer-events: all;
        opacity: 1;
        bottom: 0;
        visibility: visible;
    }

    .customer-who-purchased .product-data p {
        line-height: normal;
        font-size: 0.9em;
    }

        .customer-who-purchased .product-data p span {
            display: inline;
            padding: 3px;
        }

            .customer-who-purchased .product-data span.title,
            .customer-who-purchased .product-data p span.location {
                font-weight: 600;
            }

            .customer-who-purchased .product-data p span.purchased {
                padding-left: 0;
            }

            .customer-who-purchased .product-data p span.timing {
                font-size: 0.875em;
                font-style: italic;
                font-weight: 300;
                display: block;
            }

    .customer-who-purchased .product-data > a img {
        position: absolute;
        left: 0;
        top: 50%;
        width: 60px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: var(--DTRadius);
    }

    .customer-who-purchased .product-data .dT_close {
        height: 20px;
        position: absolute;
        right: 0;
        top: 15px;
        text-align: center;
        width: 20px;
        pointer-events: all;
        border-radius: var(--DTRadius);
        -webkit-transform: translate(25%, -50%);
        transform: translate(25%, -50%);
    }

        .customer-who-purchased .product-data .dT_close svg {
            height: 1em;
            margin: auto;
            position: absolute;
            left: 50%;
            top: 50%;
            width: 1em;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -webkit-transition: inherit;
            transition: inherit;
        }

@media (max-width: 576px) {
    .customer-who-purchased {
        max-width: 90%;
        min-width: 90%;
        left: 0 !important;
        right: 0 !important;
        margin: auto;
    }
}


