.free-samples-gift-normal .hidden {
    display: none;
}

.free-samples-gift-normal #prepare-item .checkbox_label::before {
    width: 18px;
    height: 18px;
}

.free-samples-gift-normal #prepare-item .checkbox_label::after {
    left: 2px;
    top: 2px;
}

.free-samples-gift-normal #prepare-item li.item:hover a.product-image {
    border: 2px solid #eef0f3;
}


.modal-gift-content div.modal-content {
    padding: 0;
}

.footer.modal-footer {
    padding: 0;
    margin-bottom: 10px;
}

.modal-gift-content.modal-popup .modal-header {
    padding: 0;
}

.modal-gift {
    display: none;
}

.free-samples-gift-deluxe ul.promotional-products {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.free-samples-gift-deluxe #count-samples {
    text-transform: none;
    margin-left: 370px;
    font-weight: 600;
}

.free-samples-gift-deluxe li.item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.free-samples-gift-deluxe div.item-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 120px;
}

.free-samples-gift-deluxe div.item-description {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.free-samples-gift-deluxe h2.product-name {
    flex: 1 0 auto;
    font-weight: 500;
    font-size: large;
}

.free-samples-gift-deluxe div.promotional-button {
    flex: 0 0 auto;
    padding-bottom: 8px;
}

.free-samples-gift-deluxe #prepare-item .checkbox_label {
    line-height: 25px;
}

.free-samples-gift-deluxe #prepare-item .checkbox_label::before {
    width: 18px;
    height: 18px;
}

.free-samples-gift-deluxe #prepare-item .checkbox_label::after {
    left: 0;
    top: 3px;
}

/* #freesamples-gift-normal{
    float: left;
} */

#li-id{
    padding-right: 20px;
}

#complimentery-h2{
    font-weight: 500;
    text-align: center;
}

#freesamples-gift-normal {
    float: left;
    width: 75%;
}

ol.promotional-products {
    margin: 0;
    padding: 0;
    counter-reset: list-c;
    overflow: hidden;
}
ol.promotional-products li {
    display: inline-block;
    counter-increment: list-c;
    padding: 0 10px;
    position: relative;
    margin-bottom: 30px;
    width: 25%;
    list-style: none;
    float: left;
    box-sizing: border-box;
}
ol.promotional-products li:nth-child(4n+1) {
    clear: left;
}
ol.promotional-products li .item-info { 
    width: auto !important;
}

.modal-gift-content.modal-popup .modal-footer {
    margin-left: 360px;
}

.free-samples-gift-deluxe ul.promotional-products {
    padding: 0 10px;
}
.free-samples-gift-deluxe ul.promotional-products li.item {
    margin-bottom: 30px;
    width: 25%;
    list-style: none;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    display: block;
}

.free-samples-gift-deluxe #count-samples,
.modal-gift-content.modal-popup .modal-footer {
    margin-left: 0;
    text-align: center;
}