
.track {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px;
  }
  .track .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 25%;
    margin-top: -18px;
    text-align: center;
    position: relative;
  }
  .track .step.active:before {
    background: #ff5722;
  }
  .track .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 18px;
  }
  .track .step.active .icon {
    background: #ee5435;
    color: #fff;
  }
  .track .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border-radius: 100%;
    background: #ddd;
  }
  .track .step.active .text {
    font-weight: 400;
    color: #000;
  }
  .track .text {
    display: block;
    margin-top: 7px;
    white-space: nowrap;
  }
.custom-li {
    /* border: 1px solid black; */
    padding: 12px 20px;
    background-color: #87cefa;
    color: black;
    border-radius: 10px;
}
.c-center{
    text-align: center;
}
.cms{
    margin-left: 33%;
}

.custom-li:hover {
    color: white;
}

.inner-section .radio {
    display: none;
}

.inner-section .radio_button {
    padding: 5px 25px;
    margin: 5px;
    cursor: pointer;
    border: 1px solid black;
}

.inner-section .radio_button:hover {
    background-color: black;
    color: white;
}

#lang-1:checked ~ .lebel-1,
#lang-2:checked ~ .lebel-2,
#lang-3:checked ~ .lebel-3,
#lang-4:checked ~ .lebel-4,
#lang-5:checked ~ .lebel-5 {
    background-color: black;
    color: white;
}

.product-add-custom {
    width: 100%;
    font-size: 15px;
    padding: 6px 0px;
    border-radius: 6px;
    text-align: center;
    text-transform: capitalize;
    color: var(--heading);
    background: #87cefa;
    text-shadow: var(-primary-tshadow);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    background-color: #87cefa;
    color: black;
}

.product-card:hover .product-add-custom {
    background-color: #263958;
    color: white;
}

.feature-card:hover .product-add-custom {
    background-color: #263958;
    color: white;
}

.hot {
    padding: 6px 39px;
    line-height: 13px;
    border-radius: 3px;
    transform: rotate(45deg);
    margin-left: 146px;
    margin-top: -24px;
}
.package {
    padding: 6px 21px;
    line-height: 13px;
    border-radius: 3px;
    transform: rotate(45deg);
    margin-left: 147px;
    margin-top: -23px;
}
.discount {
    padding: 5px 18px;
    line-height: 13px;
    border-radius: 3px;
    transform: rotate(45deg);
    margin-left: 140px;
    margin-top: -19px;
}

.ok {
    text-align: right;
    float: right;
}

.kk {
    float: left;
}

.brand-media::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    z-index: -1;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: var(--white);
    border: 2px dashed var(--border);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: rotate360 1.2s linear infinite;
    animation: rotate360 1.2s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.brand-media img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

.ok {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    background: transparent;
    border-radius: 4px;
    border: 2px solid #fe4567;
    animation: shake_541 0.14s 3;
}
@keyframes shake_541 {
    0%,
    100% {
        translate: 0;
    }

    25% {
        translate: 8px 0;
    }

    75% {
        translate: -8px 0;
    }
}

.ok:valid {
    border-color: #45feaf;
    animation: none;
}

.nav-pills .nav-link.active {
    color:black;
    background: #87cefa;
}

.single-form .btn {
    background-color:#87cefa;
    color: black;
    width: 100%;
    font-weight:600;
}

.single-form .btn:hover {
    color: black;
}

.product-card:hover:hover .product-content span a {
    color: white;
}

.custom-bac {
    background-image: linear-gradient(
        -225deg,
        #dfffcd42 0%,
        #e75b2f75 48%,
        #e75b2fad 100%
    );
}

.custom-bac .feature-price {
    margin-top: 20px;
}

.custom-bac .product-add {
    margin-top: 20px;
}

.feature-card {
    margin-bottom: 7px;
}

.custom-bac .feature-name a {
    margin-top: 10px;
}

.banner-btn .btn {
    margin-bottom: 5px;
}

.banner-content p {
    margin-bottom: 45px;
}

.banner-content h1 {
    margin-bottom: 8px;
}

.custom-bac .feature-image img {
    width: 100%;
    height: 210px;
}

.banner-content h1 {
    font-size: 20px;
}

.custom-new {
    padding: 6px 41px;
    line-height: 13px;
    border-radius: 3px;
    transform: rotate(-45deg);
    margin-left: -41px;
    margin-top: 3px;
}

.product-add-custom a {
    color: black;
    padding: 0px 5px;
}

.feature-card:hover .product-add-custom a {
    color: white;
}

.category-hot {
    padding: 6px 38px;
    line-height: 13px;
    border-radius: 3px;
    transform: rotate(45deg);
    margin-left: 136px;
    margin-top: -23px;
}

.category-hot-discount {
    padding: 6px 31px;
    line-height: 10px;
    border-radius: 3px;
    transform: rotate(45deg);
    margin-left: 115px;
    margin-top: -16px;
}
.category-hot-discount {
    padding: 7px 21px;
    line-height: 7px;
    font-size: 11px;
    margin-left: 144px;
    margin-top: -26px;
}
.category-package {
    padding: 7px 17px;
    line-height: 7px;
    transform: rotate(45deg);
    font-size: 11px;
    margin-left: 155px;
    margin-top: -26px;
}

.category-hot-new {
    padding: 6px 41px;
    line-height: 10px;
    border-radius: 3px;
    transform: rotate(45deg);
    margin-left: 130px;
    margin-top: -23px;
}

.banner-part::before {
    width: 100%;
    height: 490px;
}

.input-group .btn {
    position: relative;
    z-index: 0;
    padding: 2px;
    width: 26px;
    margin-right: 5px;
    border: none;
}

.cart-list {
    height: auto;
    padding: 0px 15px;
    max-height: calc(100vh - 210px);
    overflow-y: scroll;
}

.cart-footer .checkout-price input {
    border: none;
    outline: none;
    background: none;
    color: black;
    text-align: right;
    font-weight: 600;
}

.user-form-card {
    margin: auto;
    width: 40%;
}

.user-form-remind {
    margin: auto;
    width: 50%;
}

.shadow-custom {
    box-shadow: 0px 1px 2px #212529;
}

.lg-button span {
    background-color: red;
    color: white;
    border-radius: 5px;
    margin-left: 5px;
    padding: 5px 10px;
}

.lg-button span:hover {
    background-color: rgb(168, 22, 22);
    color: white;
    border-radius: 5px;
    margin-left: 5px;
    padding: 5px 9px;
}

.sn-button span {
    background-color: var(--green);
    border-radius: 5px;
    margin-left: 5px;
    padding: 5px 10px;
    text-align: center;
    color: black;
    font-weight:500;
}

.sn-button span:hover {
    color: white;
    border-radius: 5px;
    margin-left: 5px 9px;
    padding: 5px;
    text-align: center;
}

.h-custom {
    height: 210px;
}

.details-custom .category-hot {
    padding: 6px 41px;
    line-height: 13px;
    border-radius: 3px;
    transform: rotate(45deg);
    margin-left: 131px;
    margin-top: -22px;
}

.details-custom .category-hot-new {
    padding: 6px 41px;
    line-height: 13px;
    border-radius: 3px;
    transform: rotate(45deg);
    margin-left: 131px;
    margin-top: -22px;
}

.details-custom .category-hot-discount {
    padding: 6px 31px;
    line-height: 10px;
    border-radius: 3px;
    transform: rotate(45deg);
    margin-left: 115px;
    margin-top: -19px;
}

.category-wrap img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
}

.banner-image img {
    height: 460px;
    width: 100%;
    border-radius: 10px;
}

.custom-bac .home img {
    width: 180px;
    height: 201px;
}

.btn-order {
    margin-top: 45px;
}

/* ==================  Common Part Start  ================== */

.img_main {
    padding-top: 10px;
    display: inline-block;
}

.img_main .img a p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #303030;
    margin: 4px;
}

.img_main .img img {
    border-radius: 10px;
    width: 60px;
    height: 60px;
}

@media only screen and (min-width: 270px) and (max-width: 667px) {
    .banner-img {
        display: block;
    }

    .custom-bac {
        display: none;
    }

    .banner-part::before {
        height: 0px;
    }

    .d-custom {
        display: none;
    }

    .d-customf {
        float: left;
    }

    .costom .banner-content h1 {
        line-height: 20px;
    }

    .costom .banner-part {
        padding: 2px;
    }

    .costom h1 {
        font-size: 13px;
    }

    .costom .banner-img img {
        width: 50%;
        margin: auto;
    }

    .costom .banner-btn .btn {
        margin-bottom: 5px;
        margin: auto 0;
        margin-left: 38%;
        padding: 5px 10px;
        font-size: 10px;
    }

    .section-heading h2 {
        font-size: 25px;
        line-height: 36px;
    }

    /* .custom-hot .hot {
        padding: 6px 20px;
        line-height: 5px;
        border-radius: 3px;
        transform: rotate(45deg);
        margin-left: 108px;
        margin-top: -27px;
    } */

    .cart-footer .checkout-price input {
        width: 60px;
    }

    .user-form-card {
        margin: auto;
        width: 100%;
    }

    .user-form-remind {
        margin: auto;
        width: 100%;
    }

    .h-custom {
        height: auto;
    }

    .h-custom button {
        margin-left: 0px;
    }

    .custom-hot form {
        padding: 0px 0px;
        margin: 0px;
    }

    .feature-part form {
        padding: 0px 0px;
        margin: 0px;
    }

    .newitem-part form {
        padding: 0px 0px;
        margin: 0px;
    }

    .new-slider .product-card {
        width: 170px;
        height: 250px;
    }

    .product-content a {
        font-size: 11px;
    }

    .product-price span {
        font-size: 13px;
    }

    .product-price del {
        font-size: 12px;
    }

    .product-content {
        padding-top: 0px;
    }

    .product-price {
        margin-bottom: 0px;
    }

    .product-add-custom {
        padding: 1px 0px;
    }

    .discount {
        padding: 7px 15px;
        line-height: 1px;
        font-size: 10px;
        border-radius: 3px;
        transform: rotate(45deg);
        margin-left: 96px;
        margin-top: -20px;
    }
    .hot {
        padding: 4px 24px;
        line-height: 13px;
        border-radius: 3px;
        transform: rotate(45deg);
        margin-left: 103px;
        margin-top: -23px;
    }

    .category-hot-new {
        padding: 5px 19px;
        font-size: 10px;
        line-height: 7px;
        border-radius: 3px;
        transform: rotate(45deg);
        margin-left: 117px;
        margin-top: -30px;
    }

    .category-hot-discount {
        padding: 5px 15px;
        line-height: 7px;
        font-size: 9px;
        margin-left: 103px;
        margin-top: -25px;
    }

    .category-hot {
        padding: 5px 25px;
        line-height: 8px;
        font-size: 10px;
        border-radius: 3px;
        transform: rotate(45deg);
        margin-left: 109px;
        margin-top: -27px;
    }

    .content-reverse form {
        padding: 0px 0px;
        margin: 0px;
    }

    .details-custom form {
        padding: 0px 0px;
        margin: 0px;
    }

    .details-custom .category-hot {
        padding: 5px 30px;
        line-height: 9px;
        font-size: 10px;
        border-radius: 3px;
        transform: rotate(45deg);
        margin-left: 100px;
        margin-top: -24px;
    }

    .details-custom .category-hot-new {
        padding: 5px 30px;
        line-height: 9px;
        font-size: 10px;
        border-radius: 3px;
        transform: rotate(45deg);
        margin-left: 100px;
        margin-top: -24px;
    }

    .details-custom .category-hot-discount {
        padding: 5px 23px;
        line-height: 10px;
        border-radius: 3px;
        transform: rotate(45deg);
        margin-left: 90px;
        margin-top: -21px;
    }
}

@media (max-width: 376px) {
    .custom-hot .hot {
        padding: 6px 25px;
        font-size: 10px;
        line-height: 4px;
        border-radius: 3px;
        transform: rotate(45deg);
        margin-left: 93px;
        margin-top: -27px;
    }

    /* .hot {
        padding: 6px 41px;
        line-height: 4px;
        border-radius: 3px;
        font-size: 10px;
        transform: rotate(45deg);
        margin-left: 95px;
        margin-top: -24px;
    } */
}

@media only screen and (min-width: 377px) and (max-width: 426px) {
    .custom-hot .hot {
        padding: 6px 25px;
        font-size: 10px;
        line-height: 4px;
        border-radius: 3px;
        transform: rotate(45deg);
        margin-left: 131px;
        margin-top: -27px;
    }

    .category-hot-discount {
        padding: 5px 13px;
        line-height: 7px;
        font-size: 9px;
        margin-left: 120px;
        margin-top: -23px;
    }

    .category-hot {
        padding: 5px 30px;
        line-height: 8px;
        font-size: 10px;
        border-radius: 3px;
        transform: rotate(45deg);
        margin-left: 126px;
        margin-top: -27px;
    }

    .category-hot-new {
        padding: 5px 19px;
        font-size: 10px;
        line-height: 7px;
        border-radius: 3px;
        transform: rotate(45deg);
        margin-left: 135px;
        margin-top: -30px;
    }
}

@media only screen and (min-width: 427px) and (max-width: 769px) {
    .hot {
        padding: 6px 36px;
        line-height: 8px;
        border-radius: 3px;
        transform: rotate(45deg);
        margin-left: 145px;
        margin-top: -24px;
    }

    .discount {
        padding: 6px 41px;
        line-height: 8px;
        font-size: 10px;
        border-radius: 3px;
        transform: rotate(45deg);
        margin-left: 96px;
        margin-top: -31px;
    }
}

@media only screen and (min-width: 770px) and (max-width: 1025px) {
    .hot {
        padding: 6px 35px;
        line-height: 8px;
        font-size: 13px;
        border-radius: 3px;
        transform: rotate(45deg);
        margin-left: 120px;
        margin-top: -25px;
    }

    .discount {
        padding: 6px 33px;
        line-height: 8px;
        font-size: 10px;
        border-radius: 3px;
        transform: rotate(45deg);
        margin-left: 110px;
        margin-top: -31px;
    }
}

/* @media only screen and (min-width: 376px) and (max-width: 480px) {
    .custom-hot .hot {
        padding: 6px 25px;
        font-size: 10px;
        line-height: 4px;
        border-radius: 3px;
        transform: rotate(45deg);
        margin-left: 167px;
        margin-top: -27px;
    }
} */

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .custom-hot .hot {
        padding: 6px 20px;
        line-height: 5px;
        border-radius: 3px;
        transform: rotate(45deg);
        margin-left: 124px;
        margin-top: -27px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {
}
