div#dariqueWrapper {
    position: relative;
}
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 {
    padding: 0;
    margin: 0;
    overflow: hidden;
    list-style-type: none;
    margin-bottom: 10px; 
}
.dariqueItem > input {
    margin-bottom: 4px;
}
ul.dariqueWrapper li {
    padding-bottom: 5px;
}
ul.dariqueWrapper li .gift {
    float: left;
    border: 1px solid #d6d4d4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /*margin-right: 10px;*/
    
    text-align: center;
    cursor: pointer;
    padding: 5px;
    /*width: 20%*/
}
ul.dariqueWrapper li .gift.active {
    border: 1px solid rgba(23, 77, 151, 0.35);
}
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"] {
    position: absolute;
    top: 35%;
    left:8px;
}
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: 3px;
    width: fit-content;
    width:-moz-fit-content;
    max-width: calc(100% - 60px);
    line-height: 12px;
    text-align:left;
    border:1px solid #d2d2d2;
    font-size:11px;
    color:#333333;
}
@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: inherit;
	} 
	ul.dariqueWrapper li .gift h5 {
		max-width: none;
	}
}

.darique-block-gifts {
    margin-bottom: 18px;
}
.darique-block-gifts li {
    background: url(../img/cart-shadow.png) repeat-x;
    font-weight: normal;
    overflow: hidden;
    padding: 20px 10px 16px 20px;
    position: relative;
}
.selected-presents-in-block-cart .cart_block_product_name {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
}

.selected-presents-in-block-cart .cart_block_attr_desc {
    color: #9c9b9b;
}
.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;
}

/*Loader*/

#dariqueWrapper:not(.load) .loader {
    display: none;
}

#dariqueWrapper .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);
  }
}

.dariqueItem {padding-left:2px;padding-right:2px;background:#fbfbfb}
.dariqueItem .gift {width:100%}
.dariqueItem .gift-img {float:left;padding-left:20px}
ul.dariqueWrapper li .gift .gift-img img {max-width:35px!important}
.dariqueItem .textoregalo {
float:right;
width:calc(100% - 55px);
font-size: 11px;
line-height: 12px;
font-weight: 400;
font-family: Roboto,sans-serif;
}

.dariqueItem .textoregalo p {margin-bottom:0px}
#dariqueWrapper h2 {
margin-top: 5px;
    margin-bottom: 25px!important;
    text-transform: uppercase;
    font-size: 16px;
font-weight:700;
}
#dariqueWrapper h3 {
font-size: 16px;
    font-weight: 400;
    font-family: Roboto,sans-serif;
padding-top:5px;
width:100%;
margin:0 auto;
margin-bottom:10px;
text-transform:uppercase;
text-align:center;
}
#dariqueWrapper {background:none}
#order-detail-content {border:1px solid #eaeaea}
@media (min-width: 1281px) {
#opc_wrapper.row {margin-left:-100px;margin-right:-100px}  
}
.pasoscarrito {
border-radius: 50%;
    width: 26px!important;
    height: 26px!important;
    padding: 6px;
    background: #e4191d;
    color: #ffffff!important;
    text-align: center;
    text-indent: 1px!important;
    font-size: 14px!important;
    font-weight: 300!important;
    line-height: 14px!important;
box-shadow:1px 1px #c3c3c3;
}
.alertaregalo {
color: #e31d1a;
display: block;
margin-bottom: 10px;
font-weight: 700;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:50005;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 15px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 1000px;
  position: relative;
  transition: all 1s ease-in-out;
}

.popup h2 {
margin-top: 0;
    color: #333;
    font-family: Roboto,sans-serif;
    text-align: center;
}
.popup .close {
  position: absolute;
  top: 5px;
  right: 10px;
  transition: all 200ms;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .guardar {
    position: relative;
    bottom: 10px;
    margin: 0 auto;
    transition: all 200ms;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    color: #ffffff;
    background: #e31d1a;
    padding: 5px 10px;
    border-radius: 5px;
    font-family: Roboto,sans-serif;
    width:fit-content;
    display:block;
}
.popup .guardar:hover {
background:#8c1311;
}
.popup .close:hover {
  color: #174d97;
}

.regalosdiv {
padding:5px 0px;
}
a.popregalos {
background:#e31d1a;
display:block;
border: 0 solid #1f1f1f !important;
border-radius: 3px;
color: #ffffff;
font-size: 14px;
font-weight: 400;
height: 35px;
line-height: 35px;
padding: 0 25px !important;
text-transform: uppercase;
width:fit-content;
margin:0 auto;
}
a.popregalos:hover {
background:#9e1714;
color:#ffffff;
text-decoration:none!important;
}
@media (min-width: 1281px) {
.popup {max-width:1000px!important}
.dariqueItem {padding-left:2px!important;padding-right:2px!important}
ul.dariqueWrapper li .gift {padding:5px!important;max-height:47px}
}

@media screen and (max-width: 700px){
#dariqueWrapper h3 {
font-size: 10px;
    font-weight: 400;
    font-family: Roboto,sans-serif;
padding-top:5px;
width:100%;
margin:0 auto;
margin-bottom:10px;
text-transform:uppercase;
text-align:center;
}
.popup .guardar {bottom:15px;margin-top:-20px}
.popup{width: 94%;padding:3%;height:calc(100% - 40px); margin:20px auto; }
#popup1 {display:flex;allign-items:center;z-index:9999999991}
.popup .content {max-height:94%}
.popup .box {padding:30px 0px 13px;border:none!important;}
.dariqueItem {padding-left:2px!important;padding-right:2px!important;float:left}
#dariqueWrapper h3 {text-align:center}
}
#dariqueWrapper h3:after {
background: rgba(23, 77, 151, 0.65);
    content: "";
    display: block;
    height: 2px;
    margin: 2px 0;
    opacity: 0.5;
}

