header {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/bg--header-1.jpg");
}

.bg--red { background-color: #c80000; }

.p--0 { padding: 0; }

.ptb--10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.txt--26 { font-size: 26px; }

.txt--uppercase { text-transform: uppercase; }

.txt--green { color: #8dc63f; }

header .cacao-right li {
    margin-bottom: 10px;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: left 3px;
    background-image: url(../images/chek-border.png);
}

.v2 .header--background .wrapper { padding: 60px 0 100px; }

header .img--right { margin: 0 -20px 30px 100px!important; }

.txt--shadow { text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25); }

.d-none { display: none; }


.header--underline {
    z-index: 1;
    position: relative;
    background: -webkit-linear-gradient(bottom, transparent 0%, transparent 5px, #693d1d 0%, #693d1d 35%, transparent 35%,transparent 100%);
    background: -o-linear-gradient(bottom, transparent 0%, transparent 5px, #693d1d 0%, #693d1d 35%, transparent 35%, transparent 100%);
    background: linear-gradient(to top, transparent 0%, transparent 5px, #693d1d 0%, #693d1d 35%, transparent 35%, transparent 100%);
}

.m-b--7 { margin-bottom: 7px; }

.m-b--19 { margin-bottom: 19px; }

.m-b--15 { margin-bottom: 15px !important; }

.sale label { cursor: pointer; }

.sale__price {
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.text-option2,
.hide,
.option2-btn-text { display: none !important; }

.show { display: block !important; }

.btn {
    background-color: #ffd800;
    text-decoration: none;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    max-width: 250px;
    width: 100%;
    height: 73px;
    display: block;
    margin: 0 auto 30px;
    border-radius: 40px;
    border: 2px solid #ffd800;
    padding: 27.5px;
    font-size: 28px;
    line-height: 14px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn:hover {
    background-color: #ccac00;
    border-color: #ccac00;
}


.btn-order-prop {
    position: relative;
    top: -5px;
}

.btn-lower-txt {
    margin-top: -13px;
    position: relative;
    top: 15px;
}

.price--properties {
    font-size: 50px;
    line-height: 1;
    color: #229832;
    font-weight: 900;
}

.sale__price p {
    padding: 0 !important;
    margin-bottom: 0;
}

.sale__price.text-option1,
.sale__price.text-option2 {
    margin-top: 0;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.mb--13 { margin-bottom: 13px; }
.mb--15 { margin-bottom: 15px; }

.panel {
    -webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,.15);
    box-shadow: 0 0 20px 5px rgba(0,0,0,.15);
}


.txt--shadow {
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.25);
}
.txt--uppercase {
    text-transform: uppercase;
}
.txt--26 {
    font-size: 26px;
}
.ptb--10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.color--white {
    color: #fff;
}
.text--center {
    text-align: center;
}
.m-b--0 {
    margin-bottom: 0;
}


.v2 .header--background .wrapper {
    padding: 60px 0 140px;
    background-image: none;
    overflow: visible;
    position: relative;
    margin-bottom: 50px;
}

.img--right {
    float: right;
    margin: 0 0 25px 35px!important;
}

.v2 h1 {
    margin-bottom: 30px;
}

.txt--24 {
    font-size: 24px;
    line-height: 30px;
}

.p--0 {
    padding: 0;
}

.ptb--0 {
    padding-top: 0;
    padding-bottom: 0;
}

.text--left {
    text-align: left;
}

.image--center {
    display: block;
    margin: 0 auto;
    float: none!important;
}

.v2 .header--background .wrapper .image--center {
    position: absolute;
    bottom: -70px;
    left: 50%;
    margin-left: -119px;
}

@media (max-width: 1200px) {
    header .img--right { margin: 0 -20px 30px 30px!important; }
}

@media (max-width: 1120px) {
    .v2 h1 { padding-top: 0; }
}

@media(max-width: 1080px) {
    .v2 .header--background .wrapper { padding: 50px 20px 190px; }
}

@media(max-width: 910px) {
    .mobile-d-none { display: none; }
    .v2 header img.mobile-d-block { display: block !important; }

    .mlr--auto {
        margin-left: auto;
        margin-right: auto;
    }

    .mb--20 { margin-bottom: 20px; }

    .txt--26 { font-size: 19px; }

    .txt--24 {
        font-size: 22px;
        line-height: 28px;
    }

    .h--underline:after { display: none; }

    .v2 .header--background .wrapper { padding: 50px 20px 110px; }

    .mobile-head-img { margin-top: 30px; }
}

@media (max-width: 768px) {
    .txt--24 {
        font-size: 20px;
        line-height: 25px;
    }

    header .cacao-right li { background-position: left 0; }
}

@media(max-width: 680px) {
    .max-width--149 { max-width: 149px; }
    .max-width--199 { max-width: 199px; }
    .max-width--220 { max-width: 220px; }
}

@media (max-width: 500px) {
    .v2 header img.mobile-d-block {
        margin-top: 30px;
        display: block;
    }

    .v2 .header--background .wrapper {
        margin-bottom: 0;
        padding: 20px;
    }

    .v2 h1, h1 { margin-bottom: 20px !important; }

    .header--underline { background: transparent; }

    .v2 .header--background .wrapper .image--center { display: none; }
}

@media(max-width: 460px) {
    .mobile-head-img { left: 0; }
}

@media(max-width: 390px) {
    .mobile-head-img { width: 100%; }
}