/* start breadcrumb-page */

#breadcrumb-page .breadcrumb .breadcrumb-item {
    font-size: 14px;
    z-index: 2;
    margin-top: 5px;
    color: #777777;
}

#breadcrumb-page .breadcrumb .breadcrumb-item.active {
    color: #78D6C6;
}

#breadcrumb-page .breadcrumb .breadcrumb-item::before {
    float: none;
    padding-left: 0.5rem;
    color: #777777;
}

#breadcrumb-page .breadcrumb .breadcrumb-item a:hover {
    color: #78D6C6;
}

/* end breadcrumb-page */

#product-page .card-title-page {
    border: 1px solid #5b5a5a;
    padding: 20px 10px;
    font-size: 16px;
    color: #fff;
    background: #363636;
}
@media screen and (max-width: 575px) {
    #product-page .card-title-page{
        text-align:center;
    }
}
#product-page .product-item {
    position: relative;
    padding: 20px 12px;
    overflow: hidden;
    border: 1px solid #5b5a5a;
    border-top: 0;
    margin-bottom:0 !important;
}
#product-page .product-item:hover{
    box-shadow:unset;
}
#product-page .product-item:first-child {
    border-top: 1px solid #5b5a5a;
}

#product-page .product-item .product-image {
    max-width: 165px;
    display: inline-block;
}

#product-page .product-item .product-image img{
    min-height:70px;
}
#product-page .product-item .multiplication {
    display: inline-block;
    color: #C70039;
    width: 30px;
    height: 30px;
    transition-duration: 0.3s;
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
    position: absolute;
    top: 12px;
    left: 8px;
    z-index: 3;
}

@media screen and (max-width: 575px) {
    #product-page .product-item .multiplication {
        right: 24px;
    }
    #product-page .product-item {
        margin:12px 0;
        border-top:1px solid #5b5a5a;
    }
}

#product-page .product-item .multiplication:hover {
    color: #78D6C6;
}

#product-page .product-item .product-title {
    display: inline-block;
    vertical-align: top;
}

#product-page .product-item .product-title h3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.75;
    color: #bbb;
}

@media screen and (max-width: 1199px) {
    #product-page .product-item .product-title h3 {
        font-size: 13px;
    }
}

#product-page .product-item .product-price .price-before {
    text-decoration: line-through;
    font-size: 16px;
    color: #999;
}
#product-page .product-item .product-price .price-before span{
    font-size: 13px;
}
#product-page .product-item .product-price .price-after {
    color: #78D6C6;
    font-size: 17px;
}

#product-page .product-item .product-price .price-after span {
    font-size: 14px;
}

#product-page .product-item .total-price-product {
    font-size: 17px;
    color:#bbb;
}

#product-page .product-item .total-price-product span {
    font-size: 12px;
}

#product-page .left-content {
    padding: 10px 15px;
    border: 1px solid #5b5a5a;
    background: #363636;
}

#product-page .left-content .left-content-top {
    padding: 20px 0;
}

#product-page .left-content .left-content-top .sub-price {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    color:#e5e5e5;
}

#product-page .left-content .left-content-top .price {
    font-size: 16px;
    color: #78D6C6;
    font-weight: 600;
    line-height: 1.5;
}

#product-page .left-content .left-content-top .price span {
    font-size: 12px;
    font-weight: 400;
}

#product-page .left-content .box-center label strong {
    color: #bbb;
    margin-right: 12px;
    font-weight: 500;
    font-size: 15px;
    text-align:left;
}

#product-page .left-content .box-center label bdi {
    font-weight: 400;
    font-size: 13px;
}

#product-page .left-content .total-price {
    border-top: 1px solid #5b5a5a;
    padding: 20px 0;
}

#product-page .left-content .total-price .text {
    font-size: 12px;
    line-height: 22px;
    padding-top: 3px;
    color:#fafafa;
}

@media screen and (max-width: 1199px) {
    #product-page .left-content .total-price .text {
        padding-top: 0;
    }
}



#product-page .left-content .total-price .total-price-in {
    color: #78D6C6;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

#product-page .left-content .total-price .total-price-in span {
    font-size: 13px;
    font-weight: 400;
}

#product-page .left-content .total-off {
    border-top: 1px solid #5b5a5a;
    padding: 20px 0;
}

#product-page .left-content .total-off .text {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    padding-top: 3px;
}

@media screen and (max-width: 1199px) {
    #product-page .left-content .total-off .text {
        padding-top: 0;
    }
}

@media screen and (max-width: 991px) {
    #product-page .left-content .total-off .text {
        padding-top: 6px;
    }
}

#product-page .left-content .total-off .total-off-in {
    color: #78D6C6;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55;
    margin-left: 5px;
}

#product-page .left-content .total-off .total-off-in span {
    font-size: 14px;
    font-weight: 400;
}

#product-page .left-content .btn-left {
    margin: 15px;
}

#product-page .left-content .btn-left .btn-page {
    display: inline-block;
    padding: 0px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: all 300ms linear;
    background-color: #78d6c6;
    width: 138px;
    height: 45px;
    border: 0;
}

#product-page .left-content .btn-left .btn-page i {
    margin-right: 8px;
    font-size: 12px;
    font-weight: 400;
}

#product-page .left-content .btn-left .btn-page:hover {
    background-color: #38af9b;
}


/***** start box-center ****/

.box-center label strong {
    color: #818181;
    margin-right: 12px;
    font-weight: 600;
}

.box-center label bdi {
    font-weight: 400;
}


/*start checkbox*/

.box-center form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.box-center label {
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
    padding: 2px 0;
    color:#bbb;
    /* Accessible outline */
    /* Remove comment to use */
    /*
      &:focus-within {
              outline: .125em solid $primary-color;
      }
  */
}

.box-center label input {
    /*
  position: absolute;
  left: -9999px;
  */
    display: none;
}

.box-center label input:checked+span {
    background-color: #78d6c673;
    color: #fff;
}

.box-center label input:checked+span:before {
    box-shadow: inset 0 0 0 4px #C70039;
    background-color: #fff;
}

.box-center label input:checked+span strong {
    color: #fff !important;
}

.box-center label span {
    display: flex;
    align-items: center;
    border-radius: 99em;
    transition: 0.25s ease;
    padding: 13px 30px 13px 13px;
    font-size: 13px;
    justify-content: space-between;
    line-height: 22px;
}

.box-center label span:hover {
    background-color: #424242;
}

.box-center label span:before {
    display: flex;
    flex-shrink: 0;
    content: "";
    background-color: #424242;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 0.375em;
    transition: 0.25s ease;
    box-shadow: inset 0 0 0 0.125em #999999;
    margin-left: 10px;
    position: absolute;
    top: 20px;
    right: 0;
}

.box-center .container {
    width: 100%;
    padding: 20px;
}


/***** end box-center *****/


/* start select number */

.stepper {
    --hue: 223;
    --bg: hsl(var(--hue), 10%, 90%);
    --fg: hsl(var(--hue), 10%, 10%);
    font-size: calc(20px + (30 - 20) * (100vw - 320px) / (1280 - 320));
}

button {
    font: 1em/1.5 Inter, sans-serif;
}

.stepper {
    background-color: #3d3d3d;
    border-radius: 1em;
    box-shadow: 0 0.75em 1em rgba(0, 0, 0, 0.2);
    color: var(--bg);
    font-weight: bold;
    overflow: hidden;
    padding: 0 0.375em;
    position: relative;
    width: 7.2rem;
    height: 2.8rem;
    transition: background-color 0.3s, color 0.3s, transform 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: #0000;
    border: 0;
}

/*@media screen and (max-width: 1199px) {*/
/*    .stepper {*/
/*        height: 1.4em;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 767px) {*/
/*    .stepper {*/
/*        width: 3.9em;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 575px) {*/
/*    .stepper {*/
/*        width: 4.5em;*/
/*        height: 1.9em;*/
/*    }*/
/*}*/

.stepper:active {
    transform: scale(0.95);
    transition-delay: 0s, 0s, 0.15s;
}

.stepper__btn-area,
.stepper__btn-area:before,
.stepper__btn-click,
.stepper__value {
    position: absolute;
}

.stepper__btn-area,
.stepper__btn-area:before,
.stepper__btn-click {
    display: block;
    top: 0;
    left: 0;
}

.stepper__btn-area {
    width: 2.2rem;
    height: 2.8rem;
}

.stepper__btn-area+.stepper__btn-area {
    right: 0;
    left: auto;
}

.stepper__btn-area:before {
    border-radius: 50%;
    box-shadow: 0 0 0 0 var(--bg) inset;
    content: "";
    opacity: 0;
    pointer-events: none;
    top: 3px;
    width: 1em;
    height: 1em;
    transform: scale(2.5);
    transition: all 0.4s ease-out; 
}

/*@media screen and (max-width: 1199px) {*/
/*    .stepper__btn-area:before {*/
/*        top: 5px;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 575px) {*/
/*    .stepper__btn-area:before {*/
/*        width: 1.6em;*/
/*        height: 1.6em;*/
/*        top: 3px;*/
/*    }*/
/*}*/

.stepper__btn-area:not(:disabled):active:before {
    box-shadow: 0 0 0 1em var(--bg) inset;
    opacity: 0.25;
    transform: scale(1);
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

.stepper__btn-click {
    width: 100%;
    height: 100%;
}

.stepper__value {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    display: inline-block;
    font-size: 2rem;
    line-height: 1.1;
    top: calc(50% - 1rem);
    left: calc(50% - 1.2rem);
    text-align: center;
    width: 2.5rem;
    height: 2.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*@media screen and (max-width: 1199px) {*/
/*    .stepper__value {*/
/*        font-size: 0.9em;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 767px) {*/
/*    .stepper__value {*/
/*        font-size: 1.08em;*/
/*    }*/
/*}*/

.stepper__value[data-pos=off-left],
.stepper__value[data-pos=prev],
.stepper__value[data-pos=next],
.stepper__value[data-pos=off-right] {
    opacity: 0.5;
}

.stepper__value[data-pos=off-left] {
    transform: translateX(-2.67em) scale(0.5);
}

.stepper__value[data-pos=prev] {
    transform: translateX(-1.33em) scale(0.5);
}

.stepper__value[data-pos=cur] {
    transform: translateX(0);
}

.stepper__value[data-pos=next] {
    transform: translateX(1.33em) scale(0.5);
}

.stepper__value[data-pos=off-right] {
    transform: translateX(2.67em) scale(0.5);
}

.stepper--move-left .stepper__value[data-pos=off-left] {
    -webkit-animation-name: moveOffLeft;
    animation-name: moveOffLeft;
}

.stepper--move-left .stepper__value[data-pos=prev] {
    -webkit-animation-name: middleToLeft;
    animation-name: middleToLeft;
}

.stepper--move-left .stepper__value[data-pos=cur] {
    -webkit-animation-name: rightToMiddle;
    animation-name: rightToMiddle;
}

.stepper--move-left .stepper__value[data-pos=next] {
    -webkit-animation-name: comeInRight;
    animation-name: comeInRight;
}

.stepper--move-right .stepper__value[data-pos=prev] {
    -webkit-animation-name: comeInLeft;
    animation-name: comeInLeft;
}

.stepper--move-right .stepper__value[data-pos=cur] {
    -webkit-animation-name: leftToMiddle;
    animation-name: leftToMiddle;
}

.stepper--move-right .stepper__value[data-pos=next] {
    -webkit-animation-name: middleToRight;
    animation-name: middleToRight;
}

.stepper--move-right .stepper__value[data-pos=off-right] {
    -webkit-animation-name: moveOffRight;
    animation-name: moveOffRight;
}


/* Dark theme */

@media (prefers-color-scheme: dark) {
     :root {
        --bg: hsl(var(--hue), 10%, 20%);
        --fg: hsl(var(--hue), 10%, 90%);
    }
}


/* Animations */

@-webkit-keyframes comeInRight {
    from {
        transform: translateX(2.67em) scale(0.5);
    }
    to {
        transform: translateX(1.33em) scale(0.5);
    }
}

@keyframes comeInRight {
    from {
        transform: translateX(2.67em) scale(0.5);
    }
    to {
        transform: translateX(1.33em) scale(0.5);
    }
}

@-webkit-keyframes rightToMiddle {
    from {
        opacity: 0.5;
        transform: translateX(1.33em) scale(0.5);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes rightToMiddle {
    from {
        opacity: 0.5;
        transform: translateX(1.33em) scale(0.5);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@-webkit-keyframes middleToLeft {
    from {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
    to {
        opacity: 0.5;
        transform: translateX(-1.33em) scale(0.5);
    }
}

@keyframes middleToLeft {
    from {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
    to {
        opacity: 0.5;
        transform: translateX(-1.33em) scale(0.5);
    }
}

@-webkit-keyframes moveOffLeft {
    from {
        transform: translateX(-1.33em) scale(0.5);
    }
    to {
        transform: translateX(-2.67em) scale(0.5);
    }
}

@keyframes moveOffLeft {
    from {
        transform: translateX(-1.33em) scale(0.5);
    }
    to {
        transform: translateX(-2.67em) scale(0.5);
    }
}

@-webkit-keyframes comeInLeft {
    from {
        transform: translateX(-2.67em) scale(0.5);
    }
    to {
        transform: translateX(-1.33em) scale(0.5);
    }
}

@keyframes comeInLeft {
    from {
        transform: translateX(-2.67em) scale(0.5);
    }
    to {
        transform: translateX(-1.33em) scale(0.5);
    }
}

@-webkit-keyframes leftToMiddle {
    from {
        opacity: 0.5;
        transform: translateX(-1.33em) scale(0.5);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes leftToMiddle {
    from {
        opacity: 0.5;
        transform: translateX(-1.33em) scale(0.5);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@-webkit-keyframes middleToRight {
    from {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
    to {
        opacity: 0.5;
        transform: translateX(1.33em) scale(0.5);
    }
}

@keyframes middleToRight {
    from {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
    to {
        opacity: 0.5;
        transform: translateX(1.33em) scale(0.5);
    }
}

@-webkit-keyframes moveOffRight {
    from {
        transform: translateX(1.33em) scale(0.5);
    }
    to {
        transform: translateX(2.67em) scale(0.5);
    }
}

@keyframes moveOffRight {
    from {
        transform: translateX(1.33em) scale(0.5);
    }
    to {
        transform: translateX(2.67em) scale(0.5);
    }
}


/*# sourceMappingURL=bills-style.css.map */


/* start box-center */

.box-center label strong {
    color: #818181;
    margin-right: 12px;
    font-weight: 600;
}

.box-center label bdi {
    font-weight: 400;
}

#product-page .company-name{
    font-size:13px;
}
#product-page .company-name span{
    font-size:11px;
    font-weight:600;
}
/*start checkbox*/

/*.box-center form {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    flex-direction: column;*/
/*}*/

/*.box-center label {*/
/*    cursor: pointer;*/
/*    font-weight: 500;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    margin-bottom: 0.375em;*/
/*    padding: 2px 0;*/
    /* Accessible outline */
    /* Remove comment to use */
    /*
      &:focus-within {
              outline: .125em solid $primary-color;
      }
  */
/*}*/

/*.box-center label input {*/
    /*
  position: absolute;
  left: -9999px;
  */
/*    display: none;*/
/*}*/

/*.box-center label input:checked+span {*/
/*    background-color: #333333;*/
/*}*/

/*.box-center label input:checked+span:before {*/
/*    box-shadow: inset 0 0 0 0.3em #78D6C6;*/
/*}*/

/*.box-center label span {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    border-radius: 99em;*/
/*    transition: 0.25s ease;*/
/*    padding: 10px 0 10px 10px;*/
/*    color: #5c6268;*/
/*    font-size: 14px;*/
/*    text-align: right;*/
/*    padding-right: 35px;*/
/*}*/

/*.box-center label span:hover {*/
    /*background-color: #e8f2ffc7;*/
/*}*/

/*.box-center label span:before {*/
/*    display: flex;*/
/*    flex-shrink: 0;*/
/*    content: "";*/
/*    background-color: #fff;*/
/*    width: 1.1em;*/
/*    height: 1.1em;*/
/*    border-radius: 50%;*/
/*    margin-right: 0.3em;*/
/*    transition: 0.25s ease;*/
/*    box-shadow: inset 0 0 0 0.125em #78D6C6;*/
/*    margin-left: 10px;*/
/*}*/


/*end checkbox*/


/* end box-center */