.drop-what-is-new {
    position: relative;
    margin-left: 25px;
    height: 100%;
    display: flex;
    align-items: center; }
.drop-what-is-new .dropbtn {
    background-image: url(/wp-content/plugins/BgWhatsNew/frontend/img/gift.svg);
    width: 16px;
    height: 20px;
    position: relative; }
.drop-what-is-new .dropbtn.open {
    background-image: url(/wp-content/plugins/BgWhatsNew/frontend/img/gift.svg);
}
.drop-what-is-new .dropbtn.open:before {
    z-index: 1111;
    position: absolute;
    content: "";
    width: 20px;
    height: 12px;
    background: url(/wp-content/themes/blockgeeks/img/corner.svg) no-repeat;
    background-size: cover;
    right: 0;
    top: 21px; }
.drop-what-is-new .dropbtn.dropbtn.dropbtn-gift-new span {
    width: 20px;
    height: 20px;
    background: #e74c3c;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    content: "";
    right: -10px;
    top: -10px;
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600; }
.drop-what-is-new .dropdown-content {
    width: auto;
    overflow: visible;
    top: 75%;
    box-shadow: none; }
.drop-what-is-new .dropdown-content .dropdown-wrapper {
    background-color: #fff;
    margin: 10px -15px 0 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16), 0 0 1px rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    transition: all .2s;
    width: 370px;
    padding: 20px; }
.drop-what-is-new .dropdown-content .dropdown-wrapper .dropdown-new-title {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #717a82;
    text-transform: uppercase;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12); }
.drop-what-is-new .dropdown-content .dropdown-wrapper .new-items {
    max-height: 350px;
    overflow-y: auto; }
.drop-what-is-new .dropdown-content .dropdown-wrapper .new-item {
    font-weight: 400;
    color: #0a0a0a;
    line-height: 1;
    font-size: .875rem;
    box-sizing: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 12px 0 10px;
    position: relative; }
.drop-what-is-new .dropdown-content .dropdown-wrapper .new-item .new-item-ava {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    background-size: cover;
    background-position: 50% 50%;
    margin-right: 10px;
    background-repeat: no-repeat; }
.drop-what-is-new .dropdown-content .dropdown-wrapper .new-item .new-item-info {
    overflow-x: hidden;
    width: calc(100% - 50px);
    display: inline-block;
    vertical-align: top;
    position: relative; }
.drop-what-is-new .dropdown-content .dropdown-wrapper .new-item .new-item-data {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 0;
    letter-spacing: normal;
    text-align: left;
    color: #a1a6ac; }
.drop-what-is-new .dropdown-content .dropdown-wrapper .new-item .new-item-from {
    display: block;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: left;
    color: #a1a6ac; }
.drop-what-is-new .dropdown-content .dropdown-wrapper .new-item .new-item-name {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: #717a82;
    text-transform: none; }
.drop-what-is-new .dropdown-content .dropdown-wrapper .new-item .new-item-name .replies {
    padding-left: 5px;
    font-weight: 400; }
.drop-what-is-new .dropdown-content .dropdown-wrapper .new-item-message {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.71;
    text-align: left;
    color: #717a82;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden; }
.drop-what-is-new .dropdown-content .dropdown-wrapper a {
    outline: none;
    width: auto;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 14px;
    text-align: left;
    color: #717a82;
    padding: 0;
    opacity: 1;
    line-height: 1.5;
    font-weight: 400;
    background: none; }
.drop-what-is-new .dropdown-content .dropdown-wrapper a.dropdown-new-all {
    margin-top: 12px; }
.drop-what-is-new .dropdown-content .dropdown-wrapper a:hover {
    background: none; }
.drop-what-is-new .dropdown-content .dropdown-wrapper a:before {
    content: none; }
.what-is-new-img {
    width: 80px !important;
    height: 80px !important;
}
@media (max-width: 767.98px) {
    .what-is-new-img {
        display:none;
    }
}

@media (max-width: 991.98px) {
    .drop-what-is-new {
        margin-left: 12% !important;
        margin-right: -8% !important;
    }
}
