.primary-text {
    color: #00b4ff;
}
.btn {
    cursor: pointer !important;
    user-select: initial;
}
.carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    line-height: initial;
    border: 0px;
    background: #00b4ff;
}
.main-heading h2 {
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    color: #212529;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #00b4ff;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background: #00b4ff;
}

.bg-gray {
    background: #f9f0ea;
}
.best-sealing {
    background: #f9f0ea;
}
.carousel-indicators {
    margin: 0px;
    bottom: -30px;
}

.product-content {
    padding: 20px;
}

.add-btn {
    background: #5a179b;
    width: 100%;
    border-radius: 55px;
    margin-top: 10px;
    color: #fff !important;
    border: 1px solid #000;
    transition: 1s;
}

.add-btn:hover {
    box-shadow: inset 410px 0px 1px #00b4ff;
    color: #fff !important;
    border-color: #00b4ff;
}
.product-content h5 a:hover {
    color: #00b4ff;
}
span.line-thought {
    text-decoration: line-through;
    font-size: 12px;
    color: grey;
    position: relative;
    top: -3px;
    font-weight: 400;
}

.price {
    font-size: 18px;
    font-weight: 600;
}
.product-outer.best-sealing {
    position: relative;
    margin-bottom: 20px;
}

.product-outer.best-sealing .fa-heart {
    color: #fe0056;
    position: absolute;
    right: 19px;
    top: 15px;
    font-size: 21px;
    cursor: pointer;
    z-index: 1;
}
.product-content h5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.product-content h5:hover {
    color: #00b4ff;
}

.product-outer.best-sealing .add-btn {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-bottom: 19px;
    margin-top: 0px;
}

.timertabtop span {
    display: inline-block;
    line-height: 1;
    padding: 20px;
    font-size: 40px;
    font-weight: 300;
    color: #00b4ff;
}
.timertabtop span > span {
    display: block;
    font-size: 20px;
    color: #000;
    background: none;
}

.timertabtop {
    text-align: center;
}

.timertabtop h4 {
    font-weight: 600;
}

#days {
    font-size: 30px;
    font-weight: 600;
}
#hours {
    font-size: 30px;
    font-weight: 600;
}
#minutes {
    font-size: 30px;
    font-weight: 600;
}
#seconds {
    font-size: 30px;
    font-weight: 600;
}

@-webkit-keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg);
    }

    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}
@keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg);
    }

    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}
.footerextra {
    background: #f0f0f0;
    padding: 30px 0px 0px;
    border-top: 2px solid #fff;
}
.footerextra .footer-links h3 {
    color: #000;
}
.footerextra .footer-links ul li a {
    color: #000;
}
.main-heading h2 {
    font-size: 17px;
    font-weight: 600;
}
h1.hidden {
    display: none;
}
.product-outer {
    overflow: hidden;
    position: relative;
    transition: 0.5s;
}
.product-outer img {
    position: relative;
    transition: 0.5s;
}
.product-outer.best-sealing img {
    height: auto;
    object-fit: fill;
}
.product-outer:hover img {
    transform: scale(1.05);
}
.product-content h5 {
    font-size: 16px;
}
button.owl-prev {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 5px;
    background: #00b4ff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0.5;
    transition: 0.5s;
}

button.owl-prev span {
    font-size: 33px;
    position: relative;
    top: -6px;
    color: #fff;
}
button.owl-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: 5px;
    background: #00b4ff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: 0.5;
    transition: 0.5s;
}

button.owl-next span {
    font-size: 33px;
    position: relative;
    top: -6px;
    color: #fff;
}
button.owl-prev:hover,
button.owl-next:hover {
    opacity: 1;
}

/*Modal Css start now*/
.btn-close {
    position: absolute;
    right: -9px;
    top: -13px;
    background: #000;
    border: 0px;
    border-radius: 50%;
    padding: 8px;
    color: #fff;
    box-shadow: none !important;
    background-size: 10px;
    opacity: 1 !important;
    border: 1px solid #fff;
    cursor: pointer !important;
}
.btn-close i {
    position: relative;
    top: -3px;
    color: #fff !important;
}
.headertabs .nav-link {
    width: 50%;
    border-radius: 0px;
    padding: 15px;
    color: #000;
    background: #c8c8c8;
}
.socialAccount {
    padding: 50px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #000;
    background-color: #fff;
}

.facebook {
    background: #0866ff;
    color: #fff !important;
    margin: 0px 10px;
    min-width: 140px;
    border-radius: 5px;
    padding: 9px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0866ff;
    font-weight: 500;
}

.socialAccount img {
    width: 20px;
    margin-right: 8px;
}

.facebook i {
    margin-right: 9px;
    font-size: 20px;
}
.facebook.googleplus {
    background: transparent;
    border: 1px solid #ccc;
    color: #000 !important;
}
.signinform {
    padding: 0px 20px;
}
.form-control {
    min-height: 46px;
    box-shadow: none !important;
    border: 1px solid #ccc !important;
}
.signinform .form-control {
    padding-left: 46px;
}

.signinform i {
    position: absolute;
    top: 14px;
    left: 15px;
    color: #cccc;
}
.custom-link {
}

.custom_check {
    display: inline-block;
    position: relative;
    cursor: pointer;
    line-height: 22px;
    position: relative;
    padding-left: 26px;
    margin: 5px 0px;
    font-size: 16px;
    z-index: 10;
}

.custom_check input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    margin: 0px 0px;
    z-index: 2;
}

.check_indicator {
    height: 18px;
    width: 18px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fffef8;
    border: 1px solid #435568;
    border-radius: 0px;
}

.custom_check input:checked + .check_indicator:before {
    width: 5px;
    height: 10px;
    position: absolute;
    left: 6px;
    top: 2px;
    border: solid #00b081;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);
    content: "";
}
.hide-text {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 12px;
    border-left: 1px solid #000;
    padding-left: 6px;
    cursor: pointer;
}

/*List page css start Now*/
.listingheader h1 {
    font-size: 28px;
    font-weight: 600;
}

.listingheader {
    padding: 30px 0px 0px;
}
.sortBy {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 0px 0px 0px 12px;
    margin-left: auto;
    width: 234px;
}

.sortBy span {
    white-space: nowrap;
    margin-right: 10px;
    font-weight: 600;
}

.sortBy .form-select {
    width: 150px;
    border: 0px;
    padding-left: 0px;
    font-size: 14px;
    padding-right: 35px;
    box-shadow: none;
}
.pagination li {
    margin-right: 10px;
}

.pagination li .page-link {
    border: 1px solid #00b4ff;
    border-radius: 3px;
    background: transparent;
    color: #00b4ff;
    box-shadow: none !important;
}

.pagination li .page-link:hover,
.pagination li .page-link.active {
    background: #00b4ff;
    color: #fff;
}

.details-content .price {
    font-size: 30px;
}

.details-content .price .line-thought {
    font-size: 20px;
    top: -4px;
}

.detailsbtn {
    display: flex;
    align-items: center;
    margin: 20px 0px;
}

.detailsbtn .btn {
    width: auto;
    min-width: 200px;
    margin: 0px;
    padding: 11px 0px;
}

.detailsbtn .btn i {
    margin-right: 5px;
}

.add-outline {
    border: 1px solid #000;
    margin-left: 20px !important;
    border-radius: 55px;
    transition: 0.5s;
}
.details-slider .owl-dots {
    text-align: center;
}

.details-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0px 2px 0px;
    background: #000 !important;
    border-radius: 50%;
}

.details-slider .owl-dots .owl-dot.active {
    background: #00b4ff !important;
}
.add-outline:hover {
    box-shadow: inset 210px 0px 1px #000;
    color: #fff;
}
.fancybox__caption {
    display: none;
}
.custom_check a {
    position: relative;
    z-index: 100;
    color: #00b4ff;
}
span.off {
    font-size: 13px;
    position: relative;
    top: -2px;
    color: #00b4ff;
}
.details-content .price span.off {
    font-size: 20px;
    position: relative;
    top: -3px;
}

.progreshBar ul {
    margin: 20px 0px;
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0px;
}

.progreshBar ul li {
    text-transform: uppercase;
    position: relative;
}

.progreshBar ul li.active {
    font-weight: 600;
    color: #00b4ff;
    text-decoration: underline;
}

.progreshBar ul li::before {
    content: "";
    position: absolute;
    width: 246px;
    height: 2px;
    background: #000;
    right: 78px;
    top: 12px;
    left: inherit;
}
.progreshBar ul li.secound::before {
    content: "";
    position: absolute;
    width: 246px;
    height: 2px;
    background: #000;
    right: 80px;
    top: 12px;
}

.progreshBar ul li:first-child:before {
    display: none;
}
.progreshBar ul li.active::before {
    background: #00b4ff !important;
}
.couponcode {
    position: relative;
}

.couponcode button {
    background: transparent;
    border: 0px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    top: 9px;
    right: 7px;
    color: #e23b73;
}

.couponcode .form-control {
    text-transform: uppercase;
}
.PriceDetails h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
}

.PriceDetails h5 span {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    top: -1px;
    text-transform: initial;
}
.paymentoptions p {
    display: flex;
    justify-content: space-between;
}
strong {
    font-weight: 600;
}
.paymentoptions {
    margin: 20px 0px 0px;
}
.paymentoptions p .success {
    color: #739b5f;
}
.productquinity {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.cartItems {
    display: flex;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.productImg {
    width: 200px;
}

.productinfo {
    width: calc(100% - 200px);
    padding: 20px;
}

.productinfo h4 {
    font-size: 22px;
    font-weight: 600;
}

.remove button {
    background: transparent;
    border: 0px;
    padding: 0px;
    font-weight: 600;
    color: #e23b73;
}
.productquinitytab {
    display: flex;
    border: 1px solid #ccc;
}

.productquinitytab button {
    background: transparent;
    border: 0px;
    padding: 8px 10px;
}

.productquinitytab input {
    width: 47px;
    height: 39px;
    border: 0px;
    box-shadow: none;
    outline: none;
    text-align: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.productquinitytab button:hover {
    background: #00b4ff;
}
.select-address {
    border: 1px solid #ccc;
    padding: 15px 15px 20px;
    border-radius: 0px;
    margin-top: 15px;
    display: flex;
    align-items: flex-start;
}

.select-address input {
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
}
.userdetails {
    padding-left: 15px;
}
.userdetails h4 {
    font-size: 16px;
    font-weight: 600;
}

.userdetails p {
    font-size: 14px;
    line-height: 26px;
}

.userdetails h4 small {
    font-size: 13px;
    font-weight: 400;
    position: relative;
    top: -1px;
}
.details-slider .product-outer img {
    height: 330px;
    object-fit: cover;
    object-position: top;
}
.details-product .product-outer img {
    height: 270px;
    object-fit: fill;
    object-position: top;
}

.steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #929292;
    height: 4rem;
}
.steps > .step {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 0.875rem;
    color: #6d6875;
    font-weight: 600;
}
.steps > .step:before {
    content: attr(data-step);
    display: block;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #e6e6e6;
    color: #e6e6e6;
    width: 2rem;
    height: 2rem;
    text-align: center;
    margin-bottom: -4.2rem;
    line-height: 1.9rem;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 1rem;
}
.steps > .step:after {
    content: "";
    position: absolute;
    display: block;
    background: transparent;
    border-bottom: 2px dashed #000;
    width: 100%;
    height: 0.125rem;
    top: 1rem;
    left: 50%;
}
.steps > .step:last-child:after {
    display: none;
}
.steps > .step.is-complete {
    color: #000;
}
.steps > .step.is-complete:before {
    content: "\2713";
    color: #000000;
    background: #ffffff;
    border: 2px solid #000000;
}
.steps > .step.is-complete:after {
    background: transparent;
}

.steps > .step.is-active:before {
    color: #fff;
    border: 2px solid #00b4ff;
    background: #00b4ff;
}
.progreshBar {
    padding-top: 45px;
}
.cartdetails h4,
.addresslist h5 {
    font-size: 18px;
    font-weight: 600;
}
.steps > .step.is-active {
    color: #00b4ff;
}
button.btn.btn-outline-dark {
    font-weight: 600;
    box-shadow: none !important;
    font-size: 14px;
}
.productImg img {
    height: 200px;
    object-fit: fill;
}
.Checkoutto .add-btn,
.Addressbtn .add-btn {
    background: #5a1798;
    border-radius: 0px;
    box-shadow: none;
    padding: 13px 0px;
    border: 0px solid #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.myaccount li button {
    background: transparent !important;
    border: 0px;
    color: #000 !important;
    text-align: left;
    margin: 0px;
    border-radius: 0px;
    box-shadow: none !important;
    border-top: 1px solid #ccc;
    transition: none !important;
}

.myaccount li button:hover {
    background: #00b4ff !important;
}
footer {
    position: relative;
}
section.web-content {
    background: #f0f0f0;
    margin-bottom: 2px;
    padding: 40px 0px;
}

section.web-content h1 {
    font-size: 20px;
    font-weight: 600;
}

section.web-content p {
    font-size: 14px;
}
.sidebar ul {
    list-style: none;
    padding: 10px 20px 0px 0px;
    margin: 0px;
}
.sidebar ul li {
    border-bottom: 1px solid #dee2e6;
}

.sidebar ul li:last-child {
    border-bottom: 0px;
}
.sidebar ul li a {
    padding: 10px 0px;
    display: inline-block;
    position: relative;
}
.sidebar ul li a span.icon {
    position: absolute;
    left: 8px;
    font-size: 25px;
    top: 14px;
}

.sidebar ul li a .d-block {
    font-size: 0.8rem;
    color: #ababab;
}

.sidebar ul li a:hover,
.sidebar ul li a.active {
    color: #00b4ff;
}
.sidebar ul li a:hover span.d-block,
.sidebar ul li a.active span.d-block {
    color: #00b4ff;
}
.profileDetails {
    margin: 30px auto;
    width: 50%;
}
.profileinnerdetails p span {
    display: inline-block;
    width: 50%;
}
