/* notification */

body.checkout-index-index .ampromo-items-add {
    margin: 0 auto;
    border: none;
    padding-bottom: 0px;
    padding-top: 23px;
}

/* popup */

.ampromo-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    top: 0;
    left: 0;
    z-index: 100001;
    text-align: center;
    direction: ltr;
}

.ampromo-overlay .ampromo-item-buttons,
.ampromo-overlay h2,
.ampromo-overlay h4 {
    text-align: left;
}

.ampromo-overlay .ampromo-item-buttons .action {
    font-size: 13px;
    font-weight: 400;
    padding: 5px 9px 4px 24px;
}

.ampromo-overlay .ampromo-item-buttons .action:before {
    left: 6px;
    font-size: 15px;
}

.ampromo-overlay h2 {
    margin-top: 0;
}

.ampromo-overlay .close {
    position: absolute;
    top: -30px;
    right: 0;
    width: auto;
    height: auto;
    z-index: 1;
    margin: 0;
    padding: 0;
    font-size: 13px;
    display: block;
    cursor: pointer;
    opacity: 1;
    font-weight: 300;
    color: #fff;
}

.ampromo-overlay .close:after {
    content: "\2716";
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    margin-left: 5px;
}

.ampromo-overlay .close:hover {
    color: #e11383;
    transition: color 0.2s ease;
}

.ampromo-holder {
    border: 1px solid #ededed;
    background-color: white;
    position: relative;
    padding: 70px 93px 24px 332px;
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
}

.ampromo-items {
    max-width: 1034px;
    width: 100%;
    margin: 40px auto;
    position: relative;
}

.ampromo-heading {
    position: absolute;
    width: 295px;
    top: 55px;
    left: 37px;
    padding: 60px 30px 20px 37px;
    background: url(../../images/title-bg-2.png) no-repeat;
    box-sizing: border-box;
    font-weight: 300;
}

.ampromo-heading h2{
    color: #fff;
    font-size: 36px;
    margin-bottom: 75px;
    font-family: 'Black Diamond';
    font-weight: 400;
}

.ampromo-heading p {
    margin-left: 20px;
}

.ampromo-holder {
    overflow: hidden;
    max-height: 90vh;
    width: 100%;
    min-height: 450px;
    overflow-y: auto;
}

.ampromo-items-container {
    overflow: hidden;
    margin-top: 35px;
}

.ampromo-gallery {
    width: auto;
    margin: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.ampromo-items .ampromo-item {
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #ededed;
    position: relative;
    width: calc(50% - 12px);
    margin: 0 12px 12px 0;
}

.ampromo-items .ampromo-item-image {
    float: left;
    max-width: 100px;
    margin-right: 15px;
    width: 100%;
}
.ampromo-items .product-options-wrapper {
    display: none;
}
.ampromo-items .ampromo-item-info {
    overflow: hidden;
}
.ampromo-items .ampromo-item-info  p{
    margin-bottom: 5px;
}
.ampromo-item h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

.ampromo-item h4 a{
    color: #111;
    text-decoration: none;
}

.description-label {
    font-weight: 300;
    line-height: 1.2;
}
.description-label .label{
    border-radius: 3px;
    line-height: 1.2em;
    font-size: 1.4rem;
    border: 2px solid #e11383;
    padding-left: 15px;
    padding: 3px 7px;
    margin-top: 7px;
    display: inline-block;
    vertical-align: top;
    color: #e11383;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 500;
}

.ampromo-item .product-options-wrapper {
    margin-bottom: 20px;
}

.ampromo-overlay button {
    box-shadow: none;
    border: none;
}

/* slick */

.ampromo-overlay .slick-prev:before,
.ampromo-overlay .slick-next:before {
    color: black;
    font-size: 42px;
    padding-top: 3px;
}

.ampromo-overlay .slick-prev,
.ampromo-overlay .slick-next {
    padding-top: 3px;
    width: 42px;
    height: 42px;
}

.ampromo-overlay .slick-prev {
    left: -45px;
}

.ampromo-overlay .slick-next {
    right: -45px;
}

@media only screen and (max-width: 1000px) and (min-width: 701px) {
    .ampromo-overlay .ampromo-gallery {
        width: auto;
    }
}

.ampromo-overlay .ampromo-gallery[data-count="2"] {
    width: auto;
}

@media only screen and (max-width: 700px) {
    .ampromo-overlay .ampromo-gallery,
    .ampromo-overlay .ampromo-gallery[data-count="2"] {
        width: auto;
    }
}

.ampromo-overlay .ampromo-gallery[data-count="1"] {
    width: auto;
}

@media only screen and (max-width: 400px) {
    .ampromo-overlay .ampromo-gallery {
        margin: 0;
    }

    .ampromo-overlay .slick-prev,
    .ampromo-overlay .slick-next {
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .ampromo-items {
        max-width: 1034px;
        width: calc(100% - 40px);
        margin: 40px 20px;
        position: relative;
    }
    .ampromo-holder {
        border: 1px solid #ededed;
        background-color: white;
        position: relative;
        padding: 20px 10px 10px 20px;
        display: inline-block;
        box-sizing: border-box;
        text-align: left;
    }
    .ampromo-heading {
        position: static;
        width: auto;
        top: 0;
        left: 0;
        padding: 0 10px;
        background: none;
        font-weight: 300;
        text-align: center;
    }

    .ampromo-heading h2{
        color: #000;
        margin-bottom: 25px;
        font-family: 'Black Diamond';
        font-weight: 400;
        text-align: center;
    }

    .ampromo-heading p {
        margin-left: 0;
    }

    .ampromo-items .ampromo-item {
        box-sizing: border-box;
        padding: 20px;
        border: 1px solid #ededed;
        position: relative;
        width: calc(100% - 12px);
        margin: 0 12px 12px 0;
    }

    .ampromo-items .ampromo-item-image {
        max-width: 70px;
    }
}

@media only screen and (min-width: 768px) {
    .ampromo-items {
        max-width: 1034px;
        width: calc(100% - 40px);
        margin: 40px 20px;
        position: relative;
    }

    .ampromo-holder {
        border: 1px solid #ededed;
        background-color: white;
        position: relative;
        padding: 20px 10px 10px 20px;
        display: inline-block;
        box-sizing: border-box;
        text-align: left;
    }

    .ampromo-heading {
        position: static;
        width: auto;
        top: 0;
        left: 0;
        padding: 0 10px;
        background: none;
        font-weight: 300;
        text-align: center;
    }

    .ampromo-heading h2{
        color: #000;
        margin-bottom: 25px;
        font-family: 'Black Diamond';
        font-weight: 400;
        text-align: center;
    }

    .ampromo-heading p {
        margin-left: 0;
    }
}

@media only screen and (min-width: 1025px) {
    .ampromo-items {
        max-width: 1034px;
        width: 100%;
        margin: 40px auto;
        position: relative;
    }

    .ampromo-holder {
        border: 1px solid #ededed;
        background-color: white;
        position: relative;
        padding: 70px 93px 24px 332px;
        display: inline-block;
        box-sizing: border-box;
        text-align: left;
    }

    .ampromo-heading {
        position: absolute;
        width: 295px;
        top: 55px;
        left: 37px;
        padding: 60px 30px 20px 7px;
        background: url(../../images/title-bg-2.png) no-repeat;
        box-sizing: border-box;
        font-weight: 300;
    }

    .ampromo-heading h2{
        color: #fff;
        font-size: 46px;
        margin-bottom: 75px;
        margin-left: 25px;
        margin-right: 25px;
        font-family: 'Black Diamond';
        font-weight: 400;
    }

    .ampromo-heading p {
        margin-left: 70px;
        text-align: left;
    }
}