/**/
.hidden{display:none;}
/**/

.csc .header {
    background-image: url(/Portals/_default/ContentBuilder/minis-page/our-service/ourservice-bg02.jpg);
    background-position: center;
    background-size: cover;
    padding: 60px 22px;
}

.csc .content {
    padding: 80px 22px;
}
.Product-Image {
    text-align: center;
}

.barcode-input .input-group {
    max-width: 400px;
}

.barcode-input label {
    color: white;
}

.barcode-input input {
    height: 55px;
    border-radius: 5px !important;
}

.barcode-btn button {
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid gray !important;
    padding: 4px 20px;
}

.option-btn {
    float: right;
}

/* Armin Rahimian */
.img-Lazy {
    max-width: 100%;
}
.infobox-16 .number {
    width: 104px;
    height: 91px;
    line-height: 108px;
    text-align: center;
    display: inline-block;
    font-size: 32px;
    color: #fff;
    margin-bottom: 18px;
}
.csc .header {
    border-radius: 20px;
}
.rtl .row.align-items-center.ui-sortable-handle {
    width: 100%;
    margin-bottom: 20px;
}



    .code-input-parent {
        width: calc(100% - 63px);
        float: right;
        margin-left: 3px;
    }

    .code-btn-parent {
        width: 60px;
        float: left;
        background-color: #ffffff !important;
        text-align: center;
        border-radius: 5px;
        margin: 0px !important;
        border: 1px solid gainsboro;
	  line-height: 53px;
    }

    .code-btn-parent .btn-scan-code {
        font-weight: 600;
        padding: 4px 5px !important;
    }

    .btn-scan-code i {
        color: black;
        font-size: 26px !important;
    }




/**** begin: btn style ****/
.custom-btn{
  background-color: #0078d0;
  border: 0;
  border-radius: 56px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  outline: 0;
  padding: 13px 22px !important;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  box-shadow: rgb(255 255 255 / 15%) 0 3px 15px inset, rgb(0 0 0 / 8%) 0 3px 5px, rgb(0 0 0 / 8%) 0 10px 13px;
}
.custom-btn:before {
  background-color: initial;
  background-image: linear-gradient(#fff 0, rgba(255, 255, 255, 0) 100%);
  border-radius: 125px;
  content: "";
  height: 50%;
  left: 4%;
  opacity: .5;
  position: absolute;
  top: 0;
  transition: all .3s;
  width: 92%;
}
.custom-btn:hover {
  box-shadow: rgba(255, 255, 255, .2) 0 3px 15px inset, rgba(0, 0, 0, .1) 0 3px 5px, rgba(0, 0, 0, .1) 0 10px 13px;
  transform: scale(1.05);
  color: #fff;
}
/**** End: btn style ****/

  
