/* Brator whats hot area start */
.brator-offer-slider-area.brator-whats-hot-area{
    padding-top: 82px;
    padding-bottom: 80px;
}
.brator-offer-slider-area.brator-whats-hot-area .brator-section-header{
    justify-content: center;
}
.brator-offer-slider-area.brator-whats-hot-area .brator-section-header h2{
    margin-right: 0px;
}
.brator-whats-hot-slider .brator-hot-single-box {
    padding: 40px;
    min-height: 450px;
    height: 100%;
    border-radius: 4px;
}
.brator-hot-single-box{
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.brator-hot-box-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.brator-hot-box-design-one .brator-hot-box-content .brator-hot-box-text p{
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}
.brator-hot-box-design-one .brator-hot-box-content .brator-hot-box-text h2{
    font-size: 35px;
    line-height: 35px;
    color: #000000;
    text-transform: uppercase;
}
.brator-hot-single-box .brator-hot-box-content .brator-hot-box-button a{
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    background: var(--color-high-dark);
    border: 2px solid var(--color-high-dark);
    color: white;
    padding: 10px 25px;
    border-radius: 4px;
    height: 40px;
    text-transform: capitalize;
    transition: 0.3s;
}
.brator-hot-single-box .brator-hot-box-content .brator-hot-box-button a:hover {
    color: #fff;
    background: #000;
    border: 2px solid #000;
}
.brator-hot-box-design-two .brator-hot-box-content .brator-hot-box-text h2{
    font-size: 30px;
    font-weight: 400;
    color: #000000;
}
.brator-hot-box-design-two .brator-hot-box-content .brator-hot-box-text h2 span{
    font-weight: 700;
}
.brator-hot-single-box .best-choise-batch{
    background-color: #f8c600;
    display: inline-flex;
    padding: 0px 14px;
    margin-top: 20px;
}
.brator-hot-single-box .best-choise-batch span {
    font-size: 14px;
    color: #003bd2;
    font-weight: 700;
    text-transform: uppercase;
}
.brator-hot-box-design-three .brator-hot-box-content .brator-hot-box-text p{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}
.brator-hot-box-design-three .brator-hot-box-content .brator-hot-box-text h6{
    font-size: 60px;
    color: #f73312;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 11px;
}
.brator-hot-box-design-three .brator-hot-box-content .brator-hot-box-text h2{
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.3;
}
.brator-hot-box-design-four .brator-hot-box-content .brator-hot-box-text h2 {
    font-size: 32px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 12px;
}
.brator-hot-box-design-four .brator-hot-box-content .brator-hot-box-text p {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 1.3em;
}
.best-choise-batch.best-use-code-batch{
    background-color: #7faf2b;
    margin-top: 5px;
}
.best-choise-batch.best-use-code-batch span{
    font-weight: 300;
    color:#ffffff;
}
.best-choise-batch.best-use-code-batch span.use-code-code{
    font-weight: 700;
}
.best-use-code-batch .use-code-off {
    display: flex;
    justify-content: center;
    align-items: center;
}
.best-use-code-batch .use-code-off .use-code-separator{
    opacity: .5;
    padding: 0px 8px;
}
.brator-offer-slider-area.brator-whats-hot-area.design-two .brator-hot-single-box {
    min-height: 320px;
    background-color: #f2f2f7;
}
.brator-hot-single-box .brator-hot-box-content .brator-hot-box-button.hot-shop-btn-design-two a {
    background: transparent;
    border: unset;
    color: #000000;
    padding: 0px;
    height: auto;
    text-transform: uppercase;
}
.brator-hot-single-box .brator-hot-box-content .brator-hot-box-button.hot-shop-btn-design-two a:hover {
    text-decoration: underline;
    color: var(--color-dark);
}
/* Brator whats hot area end */