div#dariqueWrapper {
    position: relative;
    padding: 1rem;
    overflow: hidden;
}

div#dariqueWrapper h2 {
    margin-bottom: 0;
}

table.dariqueTable {
    border-collapse: collapse;
}

table.dariqueTable tr.dariqueItem td {
    border-top: 1px solid #eee;
    vertical-align: top;
}

table.dariqueTable tr.tableHeader {
    background: #dedfe0;
}

ul#dariqueNextPresents {
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow: hidden;
}

ul#dariqueNextPresents li {
    float: left;
    text-align: center
}

ul.dariqueWrapper {
    display: block;
    padding: 0;
    margin: 0 0 60px 0;
    overflow: hidden;
    list-style-type: none;
    transition: all 0.2s ease-in-out;
}

.dariqueItem > input {
    margin-bottom: 4px;
}

ul.dariqueWrapper li {
    padding: 10px;
    float: left;
}

ul.dariqueWrapper li .gift {
    float: left;
    border: 1px solid #d6d4d4;
    text-align: center;
    cursor: pointer;
    padding: 15px;
}

ul.dariqueWrapper li .gift.active {
    border: 1px solid #55c65e;
}

ul.dariqueWrapper li .gift.disable {
    opacity: 0.5;
    cursor: default;
}

ul.dariqueWrapper li .gift h5 {
    font-size: 14px;
    line-height: 18px;
    max-width: 125px;
    /*max-height: 56px;*/
    min-height: 56px;
    overflow: hidden;
    margin-bottom: 0;
}

ul.dariqueWrapper li .gift > .checker,
ul.dariqueWrapper li .gift > input[type="checkbox"] {
    float: left;
}

ul.dariqueWrapper li .gift .gift-img img {
    width: 100%;
    max-width: 125px;
}

ul.dariqueWrapper li .gift:hover {
    background-color: #f6f6f6;
}

ul.dariqueWrapper li h4 {
    height: 40px;
}

.darique-select {
    margin-top: 9px;
    width: 100%;
    max-width: 125px;
}

@media only screen and (min-width: 1200px) {
    ul.dariqueWrapper li .gift h5 {
        /*max-height: 38px;*/
        min-height: 38px;
    }
}

@media only screen and (max-width: 991px) {
    ul.dariqueWrapper li .gift h5 {
        /*max-height: 38px;*/
        min-height: 38px;
    }
}

@media (max-width: 767px) {
    ul.dariqueWrapper li .gift {
        float: none;
    }

    ul.dariqueWrapper li .gift h5 {
        max-width: none;
    }
}

.darique-block-gifts li .darique-badge-gift {
    background-color: #00aff0;
    padding: 4px 5px;
    border-radius: 5px;
    display: inline-block;
    line-height: 10px;
    font-size: 11px;
}

.cart-summary-products .selected-presents-in-block-cart img {
    border: 1px solid #f1f1f1;
    width: 3.125rem;
}

.cart-summary-products > p {
    font-size: .875rem;
}

.cart-summary-products .selected-presents-in-block-cart .media-body {
    font-size: .875rem;
    vertical-align: middle;
}

.cart-summary .gift_cart_container{
    color: #55c65e;
    padding-left: 5px;
}
.hide_dariqueLoader{
    display:none;
}
#dariqueLoader {
    border: 5px solid #e1e1e1;
    border-top: 5px solid #313131;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: relative;
    left: 50%;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.dariqueRuleContainer{
    position: relative;
}
.arrow_right,
.arrow_left {
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    top: 100px;
    height: 0;
    width: 0;
    border: 24px solid transparent;
}

.arrow_right:hover,
.arrow_left:hover {
    opacity: 0.8;
}

.arrow_right {
    border-left-color: #55c65e;
    border-right: 0;
    right: -15px;
}

.arrow_left {
    border-right-color: #55c65e;
    border-left: 0;
    left: -15px;
}
hr.cart_gift_separator{
    border-top-color: #31a950;
}
/** Sometime there is more than one line! :( */
hr.cart_gift_separator ~ hr.cart_gift_separator {
    display: none;
}
.darique_tag_list{
    text-align: center;
}
.darique_tag_item {
    padding: 8px;
    margin: 1px;
    border: 1px solid #e2e2e2;
    cursor: pointer;
}
.darique_tag_item:hover{
    opacity: 0.7;
}
.darique_tag_item.active_tag {
    background: #c3c3c3;
    color: white;
}
