#page-overlay{display:none}
/* .owl-carousel{
    width: 97% !important;
}
.owl-theme .owl-controls .owl-buttons div {
    font-size: 20px !important;
}

.owl-prev, .owl-next{
    top: 40px !important;
} */
#candy_slider .item-content {
    transform: scale(0.90);
    -webkit-transform: scale(0.90);
    -moz-transform: scale(0.90);
    -ms-transform: scale(0.90);
    -o-transform: scale(0.90);
}
#candy_slider .item-content.selected-candy {
    transform: scale(0.99);
    -webkit-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -ms-transform: scale(0.99);
    -o-transform: scale(0.99);
}
#candy_slider .owl-stage-outer{
  height: auto;
}
#candy_slider .owl-stage-outer .owl-stage{
  height: inherit;
  width: fit-content;
}
#candy_slider .owl-prev, #candy_slider .owl-next{
    top: 30px;
}
/* START: Swatches color in circle view */
/* .selected-color{
    border: 2px solid #d78530;
    border-radius: 100%;
    padding: 2px;
}

.color-btn-swatch{
    height: 25px !important;
    width: 25px !important;
    border-radius: 100%;
    border: 2px solid #625a5a;
}
.selected-color .color-btn-swatch{
    width: 20px !important;
    height: 20px !important;
}
#design_maker input[type=radio]:checked + label:after, 
#design_maker input[type=checkbox]:checked + label:after{
    top: 4px;
    font-size: 14px;
    margin-left: 6px;
}
#design_maker li {
    height: 33px;
} */
/* END: Swatches color in circle view */

/* START:Fancy radio button for rush production delivery */
.rush-prod-radio div {
    clear: both;
    overflow: hidden;
  }
  
  .rush-prod-radio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    padding: 10px 50px;
  }
  
  .rush-prod-radio input[type="radio"]:empty{
    display: none;
  }
  
  .rush-prod-radio input[type="radio"]:empty ~ label{
    position: relative;
    /* line-height: 2.5em; */
    text-indent: 0;
    margin-top: 5px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .rush-prod-radio input[type="radio"]:empty ~ label:before{
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
    height: 100%;
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content: center;
  }
  
  .rush-prod-radio input[type="radio"]:hover:not(:checked) ~ label{
    color: #888;
  }
  
  .rush-prod-radio input[type="radio"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
  }
  
  .rush-prod-radio input[type="radio"]:checked ~ label{
    color: #777;
  }
  
  .rush-prod-radio input[type="radio"]:checked ~ label:before{
    content: '\2714';
    text-indent: 0;
    color: #333;
    background-color: #ccc;
  }
  
  .rush-prod-radio input[type="radio"]:focus ~ label:before{
    box-shadow: 0 0 0 3px #999;
  }
  
  
  .rush-prod-radio-success input[type="radio"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
  }
  
  .rush-prod-radio-danger input[type="radio"]:checked ~ label:before{
    color: #fff;
    background-color: #d9534f;
  }
  /* START:Fancy radio button for rush production delivery */
  #frm_design .rush-prod-radio input[type=radio]:checked + label:after, #frm_design .rush-prod-radio input[type=checkbox]:checked + label:after{content: ''}
  .form-group .field-qtty input{
    background: #fff;
    border-radius: 0px;
    text-align: center;
  }
  .col-qty .input-group .input-group-addon:first-child{
    text-align: center;
    padding: 0px 6px;
    font-size: 14px;
    color: #000000;
  }
  .col-qty .input-group-addon{
      padding:0px;
  }
  .col-qty .input-group-addon button{
    border-radius: 5px;
    background: no-repeat;
    border: none;
    box-shadow: none;
  }
  .col-qty .input-group-addon button:active,
  .col-qty .input-group-addon button:focus,
  .col-qty .input-group-addon button:hover{
    color: #c3305a
  }
  .col-qty .input-group-addon button.qtyplus i,
  .col-qty .input-group-addon button.qtyminus i
  {
    padding: 6px 5px;
  }

  .col-qty .input-group-addon input#qtty{
      margin-right:12px;
      box-shadow: none;
      border: none;
      background-color: #ffffff;
      text-align: center;
  }

  #imprinting-switch.form-control{
    background: none;
  }

  label.rush-prod-title {
    margin-bottom: 15px;
}
.designer_title {
  font-size: 17px;
}
.rush-prod-title{
  font-weight: bold;
  font-size: 17px;
  color: #000000;
}
.form-group.field-candy_filling .designer_title{
  margin-bottom: 20px;
}
#favors-qtty label {
  display: block;
  font-size: 13px;
  line-height: 1.42857143;
  color: #777777;
  font-weight: normal;
}
.field-imprinting-text label:after{
    color: #c36;
    font-size: 12px;
    margin-top: 15px;
    font-weight: normal;
}
.field-imprinting-text label{
  font-size: 17px;
  color: #000000;
  font-weight: bold;
}

#candy_slider .candy-select-action h5{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#candy_slider .candy-select-action .candy-footer{
  text-align: center;
  background: #545454;
  color: #fff;
}
.selectable{
  display:inline-flex;
}

.selectable .ui-selecting {
  border: 2px dashed #ff0000;
}

.selectable .ui-selected {
  border: 2px solid #ff0000;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(255, 0, 0, 1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(255, 0, 0, 1);
  box-shadow: 0px 0px 8px 0px rgba(255, 0, 0, 1);
}

.selectable img {
  margin: 5px;
  padding: 5px;
  border: 2px solid #ffffff;
}

.selected-items {
  border: 2px solid #ff0000;
  line-height: 32px;
}

.img-loader{
  width: 250px;
  height: 250px;
}

.selectable .img-loader-div{
  display: table-cell;
  vertical-align: middle;
  padding: 100px;
}

.create-account-text-layer{
  position: absolute;
  width: 90%;
  height: 130px;
  background: #000000a8;
  z-index: 99;
  top: 185px;
  color: #fd0606;
  left: 27px;
  color: #ffe500;
}
.create-account-text-layer .text{
  text-shadow: 0px 0px #a9a9a9;
  font-size: 20px;
  position: relative;
  float: left;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}