div.product-sticky-header {
    position: fixed;
    top: 0;
    background-color: white;
    width: 1047px;
    z-index: 101;
    display: none;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
    padding: 10px 15px;
    margin-left: -15px;
}

div.product-sticky-header.sticky-enable {
    display: flex;
}

div.product-sticky-header > div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

div.product-sticky-header > div.sticky-left {
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
}

div.product-sticky-header > div.sticky-middle {
    flex-direction: column;
    flex: 0 0 auto;
    margin: 0 30px;
}

div.product-sticky-header > div.sticky-right {
    flex-direction: row;
    flex: 0 0 auto;
    margin-left: auto;
}

div.product-sticky-header > div.sticky-left > div.name span {
    display: block;
    font-size: 24px;
    line-height: normal;
    margin: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 800;
    font-family: var(--headings-font-family), sans-serif;
    color: black;
    border: 0;
    padding: 0;
    float: none;
    text-align: left;
}

div.product-sticky-header > div.sticky-left > div.author {
    width: 100%;
}

div.product-sticky-header > div.sticky-left > div.author > div.product-author {
    display: flex;
}

div.product-sticky-header > div.sticky-left > div.author > div.product-author > a {
    flex-shrink: 0;
}

div.product-sticky-header > div.sticky-left > div.author > div > a,
div.product-sticky-header > div.sticky-left > div.author > div > span {
    font-size: 16px;
    color: #2C2C2C;
    margin-bottom: 0;
    line-height: normal;
    text-decoration: underline;
    margin-right: 6px;
    padding: 4px 0;
}

div.product-sticky-header > div.sticky-left > div.author > div > span.author-info {
    display: block !important;
    color: #848484;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

div.product-sticky-header > div.sticky-middle > div.type > div.ribbons > a.ribbon {
    display: inline-block;
    background-color: #3dab0f;
    padding: 10px 12px;
    text-align: center;
    margin: 4px 4px 0 0;
}

div.product-sticky-header > div.sticky-middle > div.type > div.ribbons > a.ribbon:first-of-type {
    margin-left: 0;
}

div.product-sticky-header > div.sticky-middle > div.type > div.ribbons > a.ribbon.e-book {
    background-color: #7e00a2;
}

div.product-sticky-header > div.sticky-middle > div.type > div.ribbons > a.ribbon > span {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
}

div.product-sticky-header > div.sticky-middle > div.availability div.avail_list_item {
    margin-top: 0;
}

div.product-sticky-header > div.sticky-middle > div.availability div.avail_list_item.avail_new.out-of-stock {
    display: flex;
}

div.product-sticky-header > div.sticky-middle > div.availability span {
    font-size: 15px;
}

div.product-sticky-header > div.sticky-middle > div.availability .avail_new:not(.out-of-stock) strong {
    color: #3DAB0F;
}

div.product-sticky-header.mm > div.sticky-middle > div.availability .avail_new:not(.out-of-stock) strong {
    color: var(--color-secondary);
}

div.product-sticky-header > div.sticky-middle > div.price > div.price-and-currency {
    display: flex;
    align-items: center;
    line-height: 45px;
    height: 45px;
}

div.product-sticky-header > div.sticky-middle > div.price > div.price-and-currency > span#our-price-display-sticky {
    font-weight: bold;
    font-size: 38px;
    color: #FF0000;
    margin-right: 9px;
}

div.product-sticky-header > div.sticky-middle > div.price > div.price-and-currency > span#our-price-currency-sticky {
    font-weight: bold;
    font-size: 20px;
    color: #000000;
}

div.product-sticky-header > div.sticky-right > div.add-to-cart {
    display: flex;
    align-items: center;
}

div.product-sticky-header > div.sticky-right > div.add-to-cart > div {
    padding: 0;
    margin: 0;
}

div.product-sticky-header > div.sticky-right > div.add-to-cart > div#add-to-cart-sticky {
    animation-delay: 10s !important;
    display: inline-flex;
}

div.product-sticky-header > div.sticky-right > div.add-to-cart > div#add-to-cart-sticky > button {
    height: 60px;
    width: auto;
    box-sizing: border-box;
    font-size: 0;
    cursor: pointer;
    box-shadow: none;
    border-radius: 7px;
    background: #D20C0F;
    animation: button_enlarge_anim 10.5s ease-in-out infinite, anim_enlarge_delay 10.5s cubic-bezier(.55, .06, .68, .19) infinite;
}

div.product-sticky-header.mm > div.sticky-right > div.add-to-cart > div#add-to-cart-sticky > button {
    border-radius: 2px;
    border-bottom: none;
    margin-top: -3px;
    margin-left: 0;
    background: #F53636;
    box-shadow: 0 4px 0 #C11A1A;
}

div.product-sticky-header > div.sticky-right > div.add-to-cart > div.watchlist-button-cont > button {
    min-width: auto;
    min-height: 61px;
    background: #D20C0F;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: auto;
    padding: 0 20px;
}

div.product-sticky-header.mm > div.sticky-right > div.add-to-cart > div.watchlist-button-cont > button {
    border-radius: 2px;
    background-color: var(--color-primary);
}

div.product-sticky-header.mm > div.sticky-right > div.add-to-cart > div.watchlist-button-cont > button > span.text {
    font-size: 19px;
    line-height: 28px;
    font-weight: bold;
    color: white;
    margin: 0;
    width: 252px;
}

div.product-sticky-header > div.sticky-right > div.add-to-cart > div#add-to-cart-sticky > button > span.text {
    border-radius: 7px;
    background-color: #D20C0F;
    width: 220px;
    font-size: 23px;
    font-family: var(--headings-font-family), sans-serif;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    display: inline-flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    vertical-align: top;
}

div.product-sticky-header.mm > div.sticky-right > div.add-to-cart > div#add-to-cart-sticky > button > span.text {
    border-radius: 0;
    background: #F53636;
}

div.product-sticky-header.mm > div.sticky-right > div.add-to-cart > div#add-to-cart-sticky > button:hover > span.text {
    background: #C11A1A;
}

div.product-sticky-header > div.sticky-right > div.add-to-cart > div#add-to-cart-sticky > button:hover > span.text {
    background-color: #40AE12;
}

@media screen and (max-width: 1280px) {
    div.product-sticky-header {
        width: 760px;
    }

    div.product-sticky-header > div.sticky-left > div.author > div.product-author > span.author-info {
        display: none !important;
    }

    div.product-sticky-header > div.sticky-left > div.author > div.product-author > a {
        margin-right: 0;
    }
}