.mt-4 {
    margin-top: 4px !important;
}

.mt-16 {
    margin-top: 16px !important;
}

.ml-5 {
    margin-left: 5px !important;
}

.btm-2 {
    bottom: 2px !important;
}

.btm-5 {
    bottom: 5px !important;
}

.top-2 {
    top: 2px !important;
}

.flex {
    display: flex !important;
}

.home-deals-area {
    position: relative;
    width: max-content;
    line-height: normal;
    font-size: 0;
}

.home-deals-area .home-deals-coupon {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 14px;
    padding: 4px 6px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    background: #DCA684;
}

.home-deals-area .off {
    font-family: Roboto, sans-serif;
    font-style: normal;
    padding: 3px 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #DCA684;
    text-transform: capitalize;
    border: 1px solid #DCA684;
}

.home-deals-area .txt:hover .home-deals-tooltip {
    display: block;
}

.home-deals-area .txt {
    position: relative;
    display: inline-block;
}

.home-deals-area .txt a {
    font-family: Roboto, sans-serif;
    display: inline-block;
    margin-left: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #DCA684;
}

.home-deals-area .home-deals {
    font-family: Roboto, sans-serif;
    font-style: normal;
    display: inline-block;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    padding: 3px 6px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #DCA684;
    letter-spacing: normal;
}

.home-deals-area .home-deals-tooltip {
    display: none;
    background: #ffffff;
    border: 1px solid #c6c6c6;
    box-sizing: border-box;
    border-radius: 2px;
    position: absolute;
    width: 242px;
    top: calc(100% + 1px);
    left: 50%;
    transform: translateX(-50%);
    padding: 0 16px 16px;
    z-index: 10;
}

.home-deals-area .home-deals-tooltip::before {
    content: " ";
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    display: block;
    border-right: 6.5px solid transparent;
    border-left: 6.5px solid transparent;
    border-bottom: 9px solid #c6c6c6;
    box-sizing: border-box;
}

.home-deals-area .home-deals-tooltip::after {
    content: " ";
    position: absolute;
    top: -7.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    display: block;
    border-right: 6.5px solid transparent;
    border-left: 6.5px solid transparent;
    border-bottom: 9px solid #fff;
    box-sizing: border-box;
    z-index: 2;
}

.home-deals-area .home-deals-tooltip .ttl {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #333333;
    padding: 8px 0;
    text-transform: none;
    border-bottom: 1px dashed #DDDDDD;
}

.home-deals-area .home-deals-tooltip .info {
    display: block;
    font-family: Roboto, sans-serif;
    padding-top: 8px;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    color: #333333;
}
