div#dariqueWrapper {
    position: relative;
    overflow: visible;
}

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 20px 0;
    overflow: hidden;
    list-style-type: none;
    transition: all 0.2s ease-in-out;
}

.dariqueItem > input {
    margin-bottom: 4px;
}

ul.dariqueWrapper li {
    padding: 5px;
    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 rgb(228 25 29 / 50%);
    box-shadow:0 0 5px 3px rgb(228 25 29 / 15%);
}

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 {
}

ul.dariqueWrapper li h4 {
    height: 40px;
}

.darique-select {
    margin-top: 9px;
    width: 100%;
}

@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;
}
/*Loader*/
.cart-darique:not(.load) .loader {
    display: none;
}

.cart-darique .loader {
    z-index: 9;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: #fbfbfb;
    position: absolute;
}

.sk-circle {
    margin: 50px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #575757;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.dariqueRuleContainer{
    position: relative;
}
.arrow_right,
.arrow_left {
    opacity: 0.5;
    cursor: pointer;
    position: absolute;
    top: 130px;
    height: 0;
    width: 0;
    border: 24px solid transparent;
}

.arrow_right:hover,
.arrow_left:hover {
    opacity: 0.8;
}

.arrow_right {
    border-left-color: #e4191d;
    border-right: 0;
    right: -19px;
}

.arrow_left {
    border-right-color: #e4191d;
    border-left: 0;
    left: -18px;
}
hr.cart_gift_separator{
    border-top-color: #0294d0;
}
/** 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;
}
@media (min-width: 1281px) {
ul.dariqueWrapper li .gift {height:284.5px}
}
.textcadou {
line-height: 15px;
margin-top: 15px;}
@media (min-width:1281px) {
.darique-gifts .media-left img{
    width: 100%;
}
.darique-gifts .media-left{
    width: 28%;
}
}
#notaregalos {padding:5px 0px;display:block;color:#e4191d;font-weight:700}
