:root{
    --yellow: #B99239;
    --red: #ac1a3b;
    --green: #616A1E;
    --darkred: #8b3f34;
}

body,
html {
}

body{
    color:var(--yellow);
    /*background-color:#FFF8EE;*/
    background-color:#fff;
    /*font-family: neue-haas-grotesk-display,sans-serif;*/
    /*font-weight: 400;*/
    font-style: normal;
    letter-spacing: 0.05px;
    margin: 0;
    padding: 0;

}

#topSection{
    min-height: 80px;
    background-color:#fff;
}


.allgreen{
    color:var(--green);
}

/*.carousel .carousel-indicators li {*/
/*    width: 1.5rem;*/
/*    height: .4rem;*/
/*    cursor: pointer;*/
/*    border-radius: 5%;*/
/*}*/

#ecwid_body,
body{
    padding-top: 40px;
}

img {
    width: auto \9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

.container-large{
    max-width: 1300px;
    margin: 0 auto;
}

.mfp-figure:after {
    display: none;
    /*content: '';*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 20px;*/
    /*bottom: 20px;*/
    /*display: block;*/
    /*right: 0;*/
    /*width: auto;*/
    /*height: auto;*/
    /*z-index: -1;*/
    /* box-shadow: none;*/
    /* background: transparent;*/
}

img.mfp-img{
    padding: 40px 0 20px;
}

.navbar.navbar-light .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
    /*background-color: rgba(0,0,0,0.0);*/
    background-color: transparent;
    /*text-decoration-line: line-through;*/
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--yellow);
    background-color: var(--yellow);
}


.checkbox-sm.custom-control-label::before,
.checkbox-sm.custom-control-label::after {
    top: 0rem;
    width: 0.8rem;
    height: 0.8rem;
}

.hover-white:hover{
    color: white!important;
}

.container-responsive{
    max-width: 1600px;
    margin: 0 auto;
}

/*.darkred{*/
/*    color: var(--darkred);*/
/*}*/

.darkyellow{
    color: #766132;
}

.section-border{
    border-top:1px  solid  var(--yellow);
}

h2.section-header{
    font-family: turcani_font2,sans-serif;
    color: var(--red);
    font-weight: normal;
    font-size: 2rem;
    text-align: center;
    line-height: 3rem;
    letter-spacing: -0.05px;
}

.home-img-1,
.home-img-2{
    height: 450px;
}

.obj-fit{
    object-fit: cover;
}



.terms li::marker
{
    color: var(--yellow) !important;
}

.terms u{
    text-decoration: none!important;
}

.journal-detail-image{
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    min-height: 470px;
}
.journal-detail-image img{
    max-height: 600px;
}

.journal-detail-width{
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
}
.journal-font{
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center;
    /*letter-spacing: .4px;*/

}

.journal small{
    font-size: 60%;
    line-height: 5px;
}

.journal-content p,
.journal-content div{
    font-family: 'Inter', sans-serif;
    /*margin-bottom:36px;*/
    max-width: 680px;
    margin: 16px auto;
}

.journal-content img{
    margin-top:30px;

}
.journal a{
    text-decoration:  underline;

}

.journal-list-header{
    /*position: absolute;*/
    /*z-index: 999;*/
    /*width: 100%;*/
    text-align: center;

}

.underline{
    text-decoration: underline;
}

figcaption{
    font-size: 14px;
    margin-bottom: 30px;
}



.unsubscribe button{
    color: var(--yellow);
    font-family: turcani_font2, sans-serif;
    font-size: 0.8em;
    padding: .4rem;
    border-radius: .15rem;
    margin: 0 .5rem;
    background: none;
    cursor: pointer;
    border: 1px solid var(--yellow);
    width: 180px;
}

.unsubscribe .md-form input[type="text"]:not(.browser-default):focus:not([readonly]) {
    border-bottom: 1px solid var(--yellow)!important;
    box-shadow: none;
}

.unsubscribe .md-form input::placeholder {
    color: var(--yellow) !important;
}

/*.unsubscribe input[type=text]:focus:not([readonly]) {*/
/*    border-bottom: 1px solid green;*/
/*    box-shadow: 0 1px 0 0 green;*/
/*}*/

.subscribefooter{
    max-width: 90%;
    position: relative;
    border-bottom:1px  dashed  var(--yellow);
}

.subscribefooter .footersubmit{
    display: block;
    width: 40px;
    color: var(--yellow);
    text-align: center;
    border-radius: 8px;
    margin: 0 auto;
    background: transparent;
}

.allgreen .subscribefooter .footersubmit{
    color: var(--green)!important;
}

.allred .subscribefooter .footersubmit{
    color: var(--red)!important;
}

.form-footer{
    max-width: 400px;
}

.subscribefooter input.footeremail{
    display: block;
    background: transparent;
    width: 100%;
    margin: 0 auto;
    color: #ede7df;
    padding: 5px 10px;
    border: none!important;
}
.subscribefooter input.footeremail:focus{
    outline: none;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ede7df;
}

footer{
    font-family: turcani_font2,sans-serif;
    font-size: 14px;
    letter-spacing: 0.01rem;
    border-top: 1px solid var(--yellow);
}

footer ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.color_light{
    color:#FFF8EE!important;
}

.color_darkgreen{
    color:#184B3F!important;
}

.color_orange{
    color:#FF9D00!important;
}

.color_green{
    color:#505A28!important;
}

.color_brown{
    color:#813C37!important;
}
.color_red{
    color:#D74B0D!important;
}

.color_wine{
    color:#A50034!important;
}

.gold {
    background-color: var(--yellow) !important;
}

.color_gold{
    color:var(--yellow)!important;
}


.carousel .carousel-control-next-icon {
    background-image: url('../../assets_apps/img/arrowright.svg') !important;
}

.carousel .carousel-control-prev-icon {
    background-image: url('../../assets_apps/img/arrowleft.svg') !important;
}

section.journal,
section.bgjournal,
.pages-top-padding{
    padding-top: 8rem;
    margin-top: 0;
}

.about,
.subpage section{
    margin-top: 0!important;
}

.subpage .about p{
    line-height: 1.8rem;
}

.subpage ul,
.subpage ol
{
    font-size: 1rem;
    padding: 0 5% 1.2rem 5%;
    line-height: 1.3rem;
    margin-left: 2%;
}


.subpage p{
    padding: 0 5% 1rem 5%;
    line-height: 1.3rem;
}

.subpage h2{
    margin-bottom: 3rem;
}

.product-images {
    padding:0 ;
    margin: 0;
}
.product-images img{
    margin-bottom: 20px;
    max-height: 600px;

}

.product-links a{
    display: inline-block;
    margin-right: 8px;
}
.discoverbutton{
    position: fixed;
    z-index: 999;
    bottom: -40px;
    width: 190px;
    height: 107px;
    left:50%;
    margin-left: -95px;
}

html#ecwid_html body#ecwid_body .ec-minicart--fixed.ec-minicart--bottom {
    top: 50px!important;
    bottom: unset!important;
    border: none!important;
    box-shadow: none!important;
    background-color: transparent!important;
    transform: scale(1.0, 1.0) ;
}

.hometext{
    font-size: 4rem;
    line-height: 4rem;
    text-align: center;
}

.homeparagraph{
    display: block;
}

a,a:hover{
    color: var(--yellow) !important;
    text-decoration: none!important;
}

#footer li{
    margin-bottom: 5px;
    line-height: 24px;
}

/*h1{*/
/*    font-family: turcani_font,sans-serif;*/
/*    font-size: 4rem;*/
/*    letter-spacing: 0.01rem;*/
/*}*/
/*h2{*/
/*    font-family: turcani_font,sans-serif;*/
/*    font-size: 2rem;*/
/*    letter-spacing: 0.01rem;*/
/*}*/


.navbar {
    padding: 0;
    flex: 1;
}

.navbar-collapse{
    margin: 0 auto;
    /*max-width: 1140px;*/
}

.navbar-nav{
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.navbar-nav > li {
    /*flex: 1;*/
    text-align: center;
}

.nav-link
{
    color: #EDE7DF!important;
    font-size: 18px;
    font-weight: 400;
    /*letter-spacing: -0.05px;*/
}

.nav-link:hover
{
    color: #EDE7DF!important;
}

.navbarholder{
    line-height: 38px;
    width: 100%;
    position: relative;
    /*padding-bottom: 5px;*/
    /*padding-top: 5px;*/
    border-top: 1px solid var(--yellow)!important;
    border-bottom:1px solid var(--yellow)!important;
}


.navbarholder  .dropdown-menu{
    line-height: 30px;
}

.logo{
    position: absolute;
    z-index: 99;
    left: 50%;
    top: -85px;
    max-width: 150px;
}

.logo img{
    position: relative;
    left: -50%;
}



img.responsiveimage {
    width: auto \9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

.text-shadow{
    text-shadow: 2px 2px 2px rgba(0,0,0,0.52);
}


.imageoverlay.card {
    margin: 1rem auto;
    position: relative;
}

.imageoverlay .card-body {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}


.productinfo{
    max-width: 580px;margin: 0 auto;
    font-size: 1.5rem;
    line-height: 1.8rem!important;
}

/*phoenix colors */
.btn-primary{
    text-transform: none;
    background-color: #A1D141!important;
    font-size: 1.2rem;
}

.home{
    /*margin-top: 30px;*/
}

.line{
    border-top: 5px solid var(--yellow);
}

.desktoponlyimg{
    display: inline;
}

.mobileonlyimg{
    display: none;
}

.svgbg_circle{
    background-image: url('../img/wordbg_circle.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.svgbg_circle_wine{
    background-image: url('../img/wordbg_circle_wine.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.svgbg_circle_orange{
    background-image: url('../img/wordbg_circle_orange.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}




.svgbg_circle2{
    background-image: url('../img/wordbg_circle2.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 2.5rem;
}


.svgbg_angle{
    background-image: url('../img/wordbg_angle.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 2rem;
}

.svgbg_angle_red{
    background-image: url('../img/wordbg_angle_red.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 2rem;
}


.svgbg_rim{
    background-image: url('../img/wordbg_rim.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 2.55rem;
}

.svgbg_rim_wine{
    background-image: url('../img/wordbg_rim_wine.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 2.55rem;
}



/*button ribbon*/
.buttonribbon {
    display:inline-block;
    position: relative;
    background: url('../img/tag_left.png');
    background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
    height:26px;
    line-height:22px;
    /*text-align:center;*/
    /*font-size:13px;*/
    text-decoration:none;
    padding: 0 0 0 10px;
    color:var(--yellow);

    border: none;

    box-sizing:border-box;
    margin: 0 10px 0 0;
}

.buttonribbon div {
    display:inline-block;
    position: relative;
    background: url('../img/tag_right_black.png');
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    height:26px;
    line-height:22px;
    text-align:center;
    font-size:13px;
    text-decoration:none;
    padding: 3px 16px 1px 8px;
    color:var(--yellow);
    min-width: 130px;
    border: none;

    box-sizing:border-box;
    margin: 0;
}

.read-more{
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0E0A00;
    display: flex;
    align-items: center;
    margin: 0.375rem;
    text-transform: none!important;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 1px solid var(--yellow);
    box-shadow: none!important;
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
    border-radius: 5px;
    padding: 8px 20px;
    font-size: 16px;
}

.centeredcontent {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);




}
.j-bt{
    border-top: 1px solid var(--yellow);
}
.j-bb{
    border-bottom: 1px solid var(--yellow);
}

.btn-default, .btn-default:hover {
    color: #fff;
    background-color: var(--yellow) !important;
}
.btn-outline-default,.btn-outline-default:hover {
    color: var(--yellow) !important;
    background-color: transparent !important;
    border: 1px solid var(--yellow) !important;
}

.btn-outline-default:hover {
    color: var(--yellow) !important;
    background-color: transparent !important;
    border: 1px solid var(--yellow) !important;
}

.btn-rounded{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.h-40 {
    height: 40%!important;
}

.h-35 {
    height: 35%!important;
}
.cut-image{
    position:relative;
    float:left;
    margin:0 5px;
    overflow:hidden;
}

.sackWidth{
    width: 450px;
    margin: auto;
    height: 600px;
}

hr {
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid #434343 !important;
    max-width: 680px;

}

.table td,
.table th{
    border-top: 1px solid #EDE7DF;
    color: #EDE7DF;
}

.table tr:last-child{
    border-bottom: 1px solid #EDE7DF;
}

.allred hr{
    color:var(--red)!important;
    border-top: 1px solid var(--red) !important;
}

body.allred{
    color:var(--red)!important;
}


.allred h1,
.allred h2,
.allred h3,
.allred
{
    color:var(--red)!important;
}


.allred footer{
    border-top: 1px solid var(--red);
}


.allred .navbarholder{
    border-top: 1px solid var(--red)!important;
    border-bottom: 1px solid var(--red)!important;
}

.allred .navbarholder a,
.allred footer a{
    color:var(--red)!important;
}

.allred .navbarholder a:hover{
    color:var(--yellow)!important;
}


.allred input.footeremail {
    color: var(--red);
}

.allred .subscribefooter{
    border-bottom:1px  dashed  var(--red);
}

.allred  .subscribefooter input.footeremail
{
    color: var(--red);
}

.allredBtn{
    color: #fff;
    background-color: var(--red);
    border-radius: 50%;
}

.allred  ::-webkit-input-placeholder,
.color-red{ /* WebKit, Blink, Edge */
    color:    var(--red);
}

.journal-article h2{
    width: 50%;
}
.journalperex{
    line-height: 1.5rem;
    height: 4.5rem;
    overflow: hidden;

    text-align: center;
    font-weight: normal;
}

/*.navbar.navbar-light .navbar-toggler .navbar-toggler-icon {*/
/*    cursor: pointer;*/
/*    background-image: url('../../assets_apps/img/menubgiconx.svg');*/
/*    background-size: 20px 20px;*/
/*}*/

/*.navbar.navbar-light  .navbar-toggler.collapsed .navbar-toggler-icon {*/
/*    cursor: pointer;*/
/*    background-image: url('../../assets_apps/img/menubgicon.svg');*/
/*    background-size: 30px 30px;*/
/*}*/

.ecwid-btn{
    /*background-color: var(--yellow)!important;*/

}


html#ecwid_html body#ecwid_body .ecsp.ecsp-SingleProduct-v2 .ecwid-SingleProduct-options, html#ecwid_html body#ecwid_body .ecsp.ecsp-SingleProduct-v2 .ecwid-SingleProduct-qty, html#ecwid_html body#ecwid_body .ecsp.ecsp-SingleProduct-v2 .ecwid-btn--addToBag, html#ecwid_html body#ecwid_body .ecsp.ecsp-SingleProduct-v2 div[customprop='addtobag'], html#ecwid_html body#ecwid_body .ecsp.ecsp-SingleProduct-v2 .ecwid-AddToBagButton{
    /*margin-top: 24px!important;*/
    /*margin-bottom: 28px!important;*/
    text-align: center;
}



.buybuttonholder{
    /*background:url('../../assets_apps/img/buybuttongreen1.png') no-repeat!important;*/
    /*background-size: auto ;*/
    /*background-position: center center!important;*/
    /*box-sizing: content-box;*/
    /*min-width: 230px;*/
    /*max-width: 400px;*/
    /*min-height: 140px;*/
    /*color: var(--green);*/
    /*font-family: inherit;*/
    /*font-size: inherit;*/
    /*font-weight: 400;*/
    /*line-height: 1.35;*/
    /*text-align: center;*/
    /*vertical-align: top;*/
    /*margin: -24px auto;*/

}
.ecsp{
    /*background-color: #fff!important;*/
}

.ecwid-btn{
    background-color:#B99239!important;
    background-image:url('../../assets_apps/images/icon_shoping_bag_white.png') !important;
    background-repeat: no-repeat!important;
    background-size: initial;
    background-position: 120px 16px!important;
    /*border: 1px solid #fff!important;*/
    height: 56px!important;
    width: 180px!important;
    box-shadow: none!important;
    margin: -24px auto;

}
.ecwid-btn::before{
    display: none!important;

}
.ecwid-btn span{
    /*display: none!important;*/

    margin-left:-20px!important;

}

@media only screen and (min-width: 2000px) {


}

@media screen and (max-width: 1199px) {
    .journal-detail-image{
        min-height: 334px;
    }

}

@media handheld, only screen and (max-width: 991px) {

    #topSection{
        min-height: 0;
    }

    .sackWidth{
        max-height: 450px;
        max-width: 360px;
        margin: auto;
    }

    #ecwid_body,
    body{
        padding-top: 40px;
    }
    /*@media screen and (max-width: 996px) {*/
    html#ecwid_html body#ecwid_body .ec-minicart--fixed.ec-minicart--bottom {
        top: 25px!important;
        bottom: unset!important;
        border: none!important;
        box-shadow: none!important;
        background-color: transparent!important;
        transform: scale(1.2, 1.2) ;
    }

    .subpage .about p{
        line-height: 1.6rem;
    }

    .line{
        margin-top: 1rem!important;
        margin-bottom: 1rem!important;
    }

    .subpage p{
        font-size: 1rem;
        line-height: 1.3rem;
        padding: 0 5%;
    }

    .subpage h2{
        margin-bottom: 2rem;
    }

    h1  {
        font-size: 2.4rem;
    }

    h2  {
        font-size: 1.8rem;
    }
    .journal-article h2{
        width: 80%;
        font-size: 2rem;
    }

    .journal-detail-image{
        min-height: auto;
    }

    .navbarholder,
    .allgreen .navbarholder,
    .allred .navbarholder{
        border-top: none!important;
    }

    .navbar .navbar-toggler{
        /*padding-bottom: 35px;*/
    }

    .centeredcontent {
        position: relative;
        left: auto;
        top:auto;
        -webkit-transform: none;
        transform: none;

    }

    .logo{
        position: absolute;
        z-index: 99;
        left: 50%;
        top: -8px;
        max-width: 150px;
    }

    .logo img{
        position: relative;
        left: -50%;
    }


    /*.journal-spacing{*/
    /*    word-spacing: 20px;*/
    /*}*/

    .journal-font{
        font-size: 1.1rem;
        line-height: 1.4rem;
    }

    .navbar-nav > li {
        flex:  none;

        padding: 10px;
        text-align: center;
        /*border-top: 1px solid var(--yellow);*/
    }

    .hometext{
        /*margin-top: 0;*/
        font-size: 36px;
        line-height: 40px;
        margin: 0 4%;
    }

    .homeparagraph{
        /*display: inline-block;*/
        display: block;
    }
    .hometext img{
        width: 105px;
    }

    .desktoponlyimg{
        display: none;
    }

    .mobileonlyimg{
        display: block;
    }

    .subscribefooter input.footersubmit {
        width: 50%;
        padding: 10px 20px;
        margin: 0 auto;
    }

    .navbar {
        padding: 0;
        /*background-color: #0E0A00;*/
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .home-img-1{
        width: 100%;
        height: 350px;
        margin-bottom: 30px;
    }
}


@media handheld, only screen and (max-width: 767px) {
    .home-img-1{
        width: 100%;
        height: 350px;
        padding-bottom: 30px;
    }

    .home-img-2{
        height: 450px;
        /*padding-left: 50%;*/
        /*transform: translateX(-50%);*/
    }

    .home-img-display{
        justify-content: center;
        display: flex;
    }
}

@media handheld, only screen and (max-width: 575px) {
    .sackWidth{
        max-height: 410px;
        max-width: 320px;
        margin: auto;
    }

    section.journal, section.bgjournal, .pages-top-padding {
        padding-top: 6rem!important;
        margin-top: 0;
    }

}

@media handheld, only screen and (max-width: 405px) {
    .sackWidth{
        max-height: 360px;
        max-width: 270px;
        margin: auto;
    }

}

