body{
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #565548;
    overflow-x: hidden;
    overflow-y: auto;
}
.main-content-wrapper .table{
    overflow-x: scroll;
}

.main-content-wrapper .table::-webkit-scrollbar {
    -webkit-appearance: none;
}
/* .main-content-wrapper .table::-webkit-scrollbar:vertical {
    width: 10px;
} */
.main-content-wrapper .table::-webkit-scrollbar:horizontal {
    height: 10px;
}

.main-content-wrapper .table::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(151, 127, 93, 1);
}

.image-style-side{
    float: right;
}
.image_resized{
    padding: 0 25px !important;
    margin: 0 auto;
}
.image-style-side img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.image_resized img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.image img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.figure{
    margin: 0 !important;
}

.break{
    word-spacing: 20px;
    word-wrap: break-word;
}
.container-fluid{
    padding: 0;
    width: 100%;
    height: 100%;
}
.row{
    margin: 0 auto;
}

.main-image{
    height: 42vw;
    width: 100%;
    object-fit: cover;
}
.main-content-wrapper{
    padding: 50px 15%;
}
.main-content-wrapper b{
    font-weight: bold;
}
.detailoffer-content-title{
    font-size: 22pt !important;
    font-weight: 700 !important;
    color: rgb(151, 127, 93);
    margin-bottom: 0;
}
.detailoffer-content-subtitle{
    font-size: 1.25em;
    margin-bottom: 10px;
}
.main-content-wrapper p{
    font-size: 13pt;
    font-weight: 300;
}
.detailoffer-content-description{
    font-size: 1em;
    margin-bottom: 0;
    list-style-type: none;
    margin-bottom: 20px;
    padding-left: 25px;
}
.detailoffer-content-description li::before {
    content: "\2022";
    color: transparent;
    display: inline-block;
    width: 0;
    margin-left: -1.75em;
}
.dot-list{
    width: 10px;
    height: 10px;
    margin-right: 10px;
}
.detailoffer-foot{
    margin-bottom: 20px;
}
.main-content-wrapper button:hover{
    outline: none;
}

.main-content-wrapper ul {
    font-size: 13pt;
    padding-left: 22px;
    list-style-image: url(../../assets/icon/dot.png);
}
.main-content-wrapper li {
    font-size: 13pt;
    font-weight: 300;
}
figure td{
    font-size: 13pt;
    font-weight: 300;
}

.offer-btn{
    display: inline;
    width: 155px;
    background: #977f5d;
    border: none;
    padding: 7px;
    margin: 20px 0;
}
.offer-btn a{
    color: #ffffff;
    text-decoration: none;
}
.offer-btn:hover a{
    color: #3c2415;
    text-decoration: none;
    cursor: pointer;
}
.offer-btn:hover .back-btn{
    text-decoration: none;
    cursor: pointer;
}
.back-wrapper{
    text-align: center;
    margin-top: 50px;
}
.back-btn:hover{
    cursor: pointer;
    text-decoration: none;
}
.back-icon{
    width: 40px;
    height: 40px;
}
.back-title{
    font-size: 1.15em;
    color: #977f5d;
}

@media screen and (min-width:2001px){
    /* .detailoffer-content-title{
        font-size: 2.5em;
    }
    .detailoffer-content-subtitle {
        font-size: 2em;
        font-weight: bold;
    }
    .detailoffer-content-description{
        font-size: 1.65em;
    }
    .detailoffer-content-description li::before {
        margin-left: -1em;
    }
    .detailoffer-foot {
       font-size: 2em;
    }
    .offer-btn {
        width: 175px;
        font-size: 1.25em;
    }
    .back-icon {
        width: 65px;
        height: 65px;
    }
    .back-title {
        font-size: 2em;
    } */
}

@media screen and (max-width:2000px) and (min-width:1600px){
    /* .detailoffer-content-title{
        font-size: 2.25em;
    }
    .detailoffer-content-subtitle {
        font-size: 1.85em;
        font-weight: bold;
    }
    .detailoffer-content-description{
        font-size: 1.5em;
    }
    .detailoffer-content-description li::before {
        margin-left: -1em;
    }
    .detailoffer-foot {
       font-size: 1.85em;
    }
    .offer-btn {
        width: 175px;
        font-size: 1.25em;
    }
    .back-icon {
        width: 55px;
        height: 55px;
    }
    .back-title {
        font-size: 1.85em;
    } */
}

@media screen and (max-width: 991px){
    /* .main-image {
        height: 375px;
    } */
}

@media screen and (max-width: 768px){
    /* .main-image {
        height: 335px;
    } */
}

@media screen and (max-width: 575px){
    /* .main-image {
        height: 300px;
    } */
    .detailoffer-content-title{
        font-size: 18pt !important;
    }
    .main-content-wrapper p{
        font-size: 10pt;
    }
    .main-content-wrapper ul{
        font-size: 10pt;
    }
    .main-content-wrapper li{
        font-size: 10pt;
    }
    figure td{
        font-size: 10pt;
    }
}