body {
    font-family: "Work Sans", Sans-serif;
    font-size: 16px;
    color: #182c42;
    line-height: 1.6;
    font-weight: 400;
    overflow-x: hidden;
}
a {
    color: #182c42;
    text-decoration: none;
    transition: 0.3s;
}
a:hover {
    color: #f23b3b;
    text-decoration: none;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}
.spacer-top {
    padding-top: 100px;
}
.spacer-top-less {
    padding-top: 88px;
}
.spacer-bottom {
    padding-bottom: 100px;
}
.cl-btn {
    display: inline-block;
    min-width: 140px;
    background: #f23b3b;
    color: #fff;
    text-transform: capitalize;
    outline: none;
    padding: 13px 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: none;
    border-radius: 5px;
    transition: 0.3s;
    max-width: max-content;
    line-height: normal;
    position: relative;
}
.cl-btn:hover {
    background-color: #fff;
    border-color: #f23b3b;
    color: #f23b3b;
    transform: translate(-2px, -2px);
    box-shadow: 2px 2px 0px 3px #fbc4c4;
}
input,
textarea {
    height: 50px;
    padding: 0px 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    outline: none;
}
textarea {
    height: auto;
    padding: 15px;
    min-height: 100px;
    resize: none;
}
input:focus {
    outline: none;
}
.loader_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 100000;
}
.load .loader_wrapper {
    display: none;
}
.loader {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -37px 0 0 0px;
    z-index: 10;
}
.loader img {
    width: 100%;
}
/* top header start */
.cl-top-header {
    padding: 10px 100px;
    background: #182c42;
}
.cl-top-head-contact ul li,
.cl-top-head-social ul li {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    border-right: 1px solid #294461;
    padding-right: 15px;
}
.cl-top-head-contact ul li:last-child,
.cl-top-head-social ul li:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}
.cl-top-head-social ul li a {
    color: #fff;
}
.cl-top-head-social {
    text-align: right;
}
.cl-top-head-contact ul li i {
    margin-right: 5px;
}
.cl-top-head-social ul li a i {
    transition: 0.3s;
}
.cl-top-head-social ul li a:hover i {
    transform: scale(1.2);
    color: #f23b3b;
}
/* top header end */
/* header start */
.cl-header {
    padding: 0px 100px;
    border-bottom: 1px solid rgb(39 58 79 / 8%);
}
.cl-head-icons svg {
    width: 18px;
    height: 18px;
    transition: 0.3s;
}
.cl-head-icons a svg:hover {
    fill: #f23b3b;
}
.cl-main-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.cl-head-icons {
    margin-left: 30px;
}
.cl-head-icons ul li {
    display: inline-block;
    margin-right: 20px;
}
.cl-head-icons ul li:last-child {
    margin-right: 0px;
}
.cl-header .row {
    align-items: center;
}
/* header end */
/* banner start */
.cl-banner {
    background: #fffbf7;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}
.cl-banner-text {
    padding: 180px 0 180px 100px;
}
.cl-banner .row {
    align-items: center;
    z-index: 1;
    position: relative;
}
.cl-banner-text h1 {
    font-size: 80px;
    font-weight: 700;
    text-transform: capitalize;
}
.cl-banner-text h1 span {
    color: #f23b3b;
}
.cl-banner-text .cl-btn {
    margin-top: 40px;
}
.cl-banner-text h3 {
    font-size: 26px;
    margin-bottom: 20px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    margin-left: 15px;
}
.cl-banner-img {
    position: relative;
    z-index: 1;
}
.cl-banner-img img {
    animation: bicycle-move 5s linear alternate infinite;
}
@keyframes bicycle-move {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-15px);
    }
    100% {
        transform: translateX(15px);
    }
}
.cl-banner:after {
    position: absolute;
    right: -150px;
    top: 0;
    bottom: 0;
    width: 800px;
    background: #182c42;
    content: "";
    z-index: 0;
    opacity: 0.7;
    transform: skewX(-10deg);
}
.cl-banner-text h3:after {
    position: absolute;
    content: "";
    left: -15px;
    top: -5px;
    bottom: -5px;
    width: 140px;
    background: #f23b3b;
    border-radius: 5px;
    z-index: -1;
    opacity: 0.1;
}
.cl-banner:before {
    width: 350px;
    height: 350px;
    background-image: radial-gradient(#ffc995 1px, transparent 1px);
    content: "";
    background-size: 10px 10px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 0;
}
.cl-banner-shape {
    position: absolute;
    left: 0;
    opacity: 0.1;
}
/* banner end */
/* feature start */
.cl-features,
.cl-products-store {
    padding-bottom: 70px;
}
.cl-feature-box {
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 7%);
    position: relative;
    background: rgb(255 255 255 / 95%);
    margin-bottom: 30px;
}
.cl-feature-box:after,
.cl-product-box:after {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    background: #f23b3b;
    border-radius: 10px;
    z-index: -1;
    transition: 0.3s;
    opacity: 0;
}
.cl-feature-box:hover:after,
.cl-product-box:hover:after {
    transform: rotate(3deg);
    left: -10px;
    bottom: -10px;
    opacity: 0.3;
}
.cl-feature-title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.cl-feature-img {
    margin-bottom: 30px;
}
/* feature end */
/* product start */
.cl-products {
    background: #fffbf7;
    padding-bottom: 76px;
    position: relative;
    z-index: 1;
}
.cl-heading {
    text-align: center;
    margin-bottom: 40px;
}
.cl-heading h1 {
    font-size: 46px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}
.cl-heading p {
    margin-bottom: 0;
}
.cl-product-box {
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 7%);
    position: relative;
    background: #fff;
    margin-bottom: 24px;
}
.cl-product-rating li {
    display: inline-block;
}
.cl-product-rating li i {
    font-size: 14px;
}
.cl-product-rating li {
    display: inline-block;
}
.cl-product-rating li i {
    font-size: 14px;
}
.cl-product-price {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
}
.cl-product-price span {
    text-decoration: line-through;
    opacity: 0.5;
    margin-right: 5px;
    font-size: 20px;
}
.cl-product-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    display: block;
}
.cl-bicycle-parts-box {
    text-align: center;
    z-index: 1;
    position: relative;
}
.cl-products-slider .swiper-container {
    padding: 15px;
}
.cl-products-slider .swiper-pagination {
    bottom: 0;
}
.cl-products-slider .swiper-pagination-bullet-active {
    background: #f23b3b;
    width: 12px;
    border-radius: 10px;
}
.cl-product-cart {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: #f23b3b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    cursor: pointer;
    transform: scale(0.9);
}
.cl-product-box:hover .cl-product-cart {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.cl-product-cart svg {
    width: 16px;
    height: auto;
    fill: #fff;
}
.cl-product-img img {
    transition: 0.3s;
}
.cl-product-box:hover .cl-product-img img {
    transform: scale(1.05);
}
.cl-products.cl-products-slider,
.cl-related.cl-products-slider {
    padding-bottom: 93px;
}
/* product end */
/* about start */
.cl-about-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 30px;
}
.cl-about-img:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -120px;
    width: 320px;
    top: 0;
    background: #f23b3b;
    transform: skew(-10deg, 50deg);
    opacity: 0.6;
    border-radius: 10px;
}
.cl-about-img > img {
    border-radius: 10px;
}
.cl-play-icon a {
    position: absolute;
    top: 0;
    right: 195px;
    bottom: 0;
    width: 80px;
    height: 80px;
    text-align: center;
    background: #f23b3b;
    border-radius: 100%;
    z-index: 1;
    margin: auto;
    border: 3px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cl-play-icon svg {
    width: 25px;
    height: 25px;
    fill: #fff;
}
.cl-play-icon a:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(255, 255, 255, 0.15);
    border-radius: 100%;
    z-index: -1;
    animation: cl_wave 2s infinite;
    transition: 0.3s;
}
@keyframes cl_wave {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25);
    }
    100% {
        box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 0.25);
        opacity: 0;
    }
}
.cl-about-content .cl-heading {
    text-align: left;
    margin-bottom: 20px;
}
.cl-about-content .cl-heading h1 {
    margin-bottom: 0px;
}
.cl-heading h4 {
    font-size: 22px;
    margin: 0;
}
.cl-about-content ul li {
    margin-bottom: 10px;
}
.cl-about-content ul li i {
    margin-right: 10px;
    color: #f45656;
}
.cl-about-content .cl-btn {
    margin-top: 20px;
}
iframe.mfp-iframe {
    border: 3px solid #f45656;
    border-radius: 10px;
}
.mfp-iframe-holder .mfp-close {
    top: -15px;
    width: 30px;
    height: 30px;
    background: #f45656;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    opacity: 1;
    border-radius: 100%;
    font-size: 18px;
    right: -15px;
    color: #fff;
    border: 2px solid;
}
/* about end */
/* cicycle part name start */
.cl-bicycle-parts-name {
    position: relative;
}
.cl-bicycle-parts-name:after {
    background: url(../images/banner-shape.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.1;
}
/* cicycle part name end */
/* testimonial start */
.cl-testi-box {
    text-align: center;
    width: 80%;
    margin: auto;
}
.cl-testi-box p {
    font-size: 22px;
}
.cl-testi-name {
    font-weight: 600;
    font-size: 20px;
    margin: 0;
}
.cl-testi-designation {
    font-size: 14px;
    margin: 8px 0 0;
}
.cl-testi-box svg {
    width: 50px;
    height: auto;
    fill: #f9bfbc;
}
.cl-testimonial .swiper-button-next,
.cl-testimonial .swiper-button-prev {
    background-image: none;
    width: 40px;
    height: 40px;
    background-color: #f9bfbc;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cl-testimonial .swiper-button-next i,
.cl-testimonial .swiper-button-prev i {
    font-size: 20px;
}
/* testimonial end */
/* footer start */
.cl-footer {
    background: #fffbf7;
    padding-bottom: 70px;
}
.cl-footer-widget {
    padding-bottom: 30px;
}
.cl-footer-logo p {
    margin: 15px 0 0;
}
.cl-footer-widget .cl-social-icons {
    margin-top: 20px;
}
.cl-foot-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.cl-social-icons li {
    display: inline-block;
    margin-right: 15px;
}
.cl-social-icons li:last-child {
    margin-right: 0px;
}
.cl-footer-links ul li {
    margin-bottom: 10px;
}
.cl-social-icons li a i {
    transition: 0.3s;
}
.cl-social-icons li a:hover i {
    transform: scale(1.2);
}
.cl-footer-links ul li:last-child {
    margin-bottom: 0px;
}
.cl-footer-newsletter input {
    margin-bottom: 10px;
}
.cl-copyright {
    text-align: center;
    padding: 10px 0;
    background: #182c42;
}
.cl-copytext p {
    margin-bottom: 0;
    color: #fff;
}
/* footer end */
/* breadcrumb start */
.cl-breadcrumb {
    text-align: center;
    background: url("/assets/images/hero-bg.jpg");
    padding: 80px 0;
    background-size: cover;
    background-position: left;
    position: relative;
}
.cl-breadcrumb:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
}
.cl-breadcrumb .row {
    z-index: 1;
    position: relative;
}
.cl-breadcrumb-box h1 {
    font-size: 46px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff;
}
.cl-breadcrumb-box ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
    color: #fff;
}
.cl-breadcrumb-box ul li:last-child {
    margin-right: 0;
}
.cl-breadcrumb-box ul li:after {
    content: "";
    position: absolute;
    right: -12px;
    width: 2px;
    height: 12px;
    background: #f23b3b;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-15deg);
    opacity: 0.5;
}
.cl-breadcrumb-box ul li:last-child:after {
    display: none;
}
.cl-breadcrumb-box ul li a {
    text-transform: capitalize;
    color: #fff;
}
.cl-breadcrumb-box ul li a:hover {
    color: #f23b3b;
}
/* breadcrumb end */
/* team start */
.cl-team {
    padding-bottom: 70px;
}
.cl-team-box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
    margin-bottom: 30px;
}
.cl-team-content {
    text-align: center;
    position: absolute;
    background: rgb(255 255 255 / 90%);
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 15px 10px;
    border-radius: 5px;
    transition: 0.3s;
}
.cl-team-content h2 {
    margin: 0;
    font-size: 20px;
}
.cl-team-hide-content p {
    margin: 0;
}
.cl-team-hide-content {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.cl-team-box .cl-social-icons {
    margin-top: 10px;
}
.cl-team-box:hover .cl-team-hide-content {
    opacity: 1;
    visibility: visible;
    height: auto;
    transition: 0.8s;
}
.cl-team-box:hover .cl-team-content {
    padding: 30px 0;
    margin: auto;
    height: fit-content;
}
.cl-team-img img {
    width: 100%;
}
/* team end */
/* contact start */
.cl-contact .cl-heading {
    text-align: left;
}
.cl-contact-form input,
.cl-contact-form textarea {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.cl-contact-detail {
    background: #182c42;
    padding: 50px;
    max-width: 450px;
    margin-left: 100px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
.cl-contact-detail ul li {
    margin-bottom: 30px;
    color: #fff;
    display: flex;
}
.cl-contact-detail ul li:last-child {
    margin-bottom: 0;
}
.cl-contact-detail ul li i {
    margin-right: 20px;
    font-size: 25px;
    vertical-align: middle;
}
.cl-contact-detail .cl-heading h1 {
    color: #fff;
}
.cl-contact {
    position: relative;
}
.cl-contact:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f23b3b;
    width: 30%;
    opacity: 0.3;
}
.cl-map iframe {
    width: 100%;
    height: 450px;
    display: block;
    filter: grayscale(1);
}
/* contact end */
/* product detail start */
.cl-product-details .cl-product-title {
    margin-bottom: 10px;
    font-size: 30px;
}
.cl-product-detail-img {
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}
.cl-product-description {
    margin-top: 20px;
}
.cl-product-description p:last-child {
    margin-bottom: 0;
}
.cl-add-product {
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
}
.cl-product-count input {
    max-width: 60px;
    text-align: center;
    font-size: 20px;
    padding: 0 6px;
    margin: 0 5px;
}
.cl-wishlist {
    height: 50px;
    width: 50px;
    border: 1px solid #eee;
    border-radius: 5px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    cursor: pointer;
    transition: 0.3s;
}
.cl-wishlist:hover i {
    color: #f23b3b;
}
.cl-add-product .cl-btn {
    margin-left: 15px;
}
.cl-product-tags h4,
.cl-product-categories h4 {
    font-size: 20px;
    margin: 0;
}
.cl-product-tags,
.cl-product-categories {
    margin-top: 20px;
    display: flex;
}
.cl-product-tags ul,
.cl-product-categories ul {
    margin-left: 15px;
}
.cl-product-tags ul li {
    margin: 0 0 5px 5px;
    display: inline-block;
}
.cl-product-categories ul li {
    display: inline-block;
    margin-right: 10px;
}
.cl-product-tags ul li a {
    padding: 5px 10px;
    display: block;
    border: 1px solid #eee;
    border-radius: 5px;
}
.cl-product-details {
    padding-left: 20px;
}
.cl-product-count {
    display: flex;
    align-items: center;
}
.cl-product-count button {
    width: 25px;
    height: 25px;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fff;
    position: relative;
    outline: none;
    transition: 0.3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}
.cl-product-count button i {
    font-size: 12px;
    transition: 0.3s;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.cl-product-count button:hover {
    background: #f23b3b;
}
.cl-product-count button:hover i {
    color: #fff;
}
/* product detail end */
/* cart start */
.cl-cart-list-wrap {
    display: flex;
    position: relative;
}
.cl-cart-list-wrap .cl-product-detail-img {
    max-width: 150px;
}
.cl-cart-list-wrap .cl-product-details {
    padding-left: 30px;
}
.cl-cart-list-wrap .cl-product-title {
    margin-bottom: 5px;
    font-size: 20px;
}
.cl-cart-list-wrap .cl-add-product {
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
}
.cl-cart-list-wrap input {
    height: 40px;
}
.cl-cart-list-wrap .cl-wishlist {
    height: 40px;
    width: 40px;
}
.cl-cart-list-title h3 {
    margin: 0;
    font-size: 24px;
}
.cl-cart-list-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.cl-cart-list,
.cl-cart-total,
.cl-shiping-form {
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 7%);
    position: relative;
    background: rgb(255 255 255 / 95%);
}
.cl-cart-list li {
    margin-bottom: 15px;
}
.cl-cart-list li {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.cl-cart-list li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0;
    border: none;
}
.cl-product-remove {
    position: absolute;
    right: 20px;
    top: 0px;
    line-height: normal;
}
.cl-product-remove i {
    transition: 0.3s;
}
.cl-product-remove i:hover {
    color: #f23b3b;
    cursor: pointer;
}
.cl-cart-price ul li {
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    padding-right: 80px;
}
.cl-cart-price ul li:last-child {
    margin-bottom: 0;
}
.cl-cart-price ul li span {
    position: absolute;
    right: 0px;
    top: 0;
    font-weight: 400;
}
.cl-cart-price {
    border-bottom: 1px solid #eee;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.cl-cart-total .cl-btn {
    max-width: 100%;
    width: 100%;
}
.cl-cart-accept-title {
    margin: 20px 0;
}
.cl-cart-accept-title h3 {
    font-size: 18px;
    margin: 0;
}
/* cart end */
/* checkout start */
.cl-shiping-form ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    row-gap: 15px;
    margin-bottom: 20px;
}
.cl-shiping-form ul li label {
    display: block;
    margin-bottom: 10px;
}
.cl-shiping-form ul li input {
    width: 100%;
}
.cl-checkbox input {
    position: absolute;
    left: -9999999px;
    opacity: 0;
}
.cl-checkbox label {
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
}
.cl-checkbox label::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 3px;
    margin-right: 8px;
    flex: none;
    background-color: rgb(237 240 250);
    transition: all 0.3s;
    display: inline-block;
    vertical-align: middle;
}
.cl-checkbox > label::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 4px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(1);
    opacity: 0;
}
.cl-checkbox > input:checked ~ label::before {
    background: #f23b3b;
}
.cl-checkbox > input:checked ~ label::after {
    opacity: 1;
}
.cl-checkbox {
    margin-bottom: 20px;
}
/* checkout end */
/* login modal start */
.cl-login-modal .modal-body {
    padding: 0;
}
.cl-login-modal .modal-content {
    border: none;
    background: #fff;
    box-shadow: none;
    border-radius: 10px;
}
.cl-login-form input {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}
.cl-login-form {
    padding: 50px;
    text-align: center;
    background: linear-gradient(45deg, rgb(24 44 66 / 70%), rgb(242 59 59 / 70%)), url(https://via.placeholder.com/400x316);
    border-radius: 10px 10px 0 0;
}
.cl-login-modal .cl-modal-close {
    width: 25px;
    height: 25px;
    padding: 5px;
    position: absolute;
    right: -10px;
    top: -10px;
    background: #f23b3b;
    border-radius: 100%;
    z-index: 9;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    border: 2px solid;
}
.cl-login-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #fff;
}
.cl-login-form form {
    width: 85%;
    margin: 20px auto 0;
}
.cl-loginwith-social {
    padding: 30px;
    text-align: center;
}
.cl-loginwith-social ul li {
    margin-right: 10px;
    display: inline-block;
}
.cl-loginwith-social ul li:last-child {
    margin-right: 0px;
}
.cl-facebook-btn {
    background: #4267b2;
}
.cl-twitter-btn {
    background: #1da1f2;
}
.cl-loginwith-social .cl-btn i {
    margin-right: 5px;
}
.cl-signup-link {
    padding-top: 10px;
    display: inline-block;
    border-top: 1px solid #eee;
    margin-top: 20px;
}
/* login modal end */
/* responsive css start */
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 400px;
    }
}
@media screen and (min-width: 1200px) {
    .cl-menu-toggle {
        display: none;
    }
    .cl-navbar > ul > li {
        display: inline-block;
        margin-right: 25px;
        position: relative;
    }
    .cl-navbar > ul > li:last-child {
        margin-right: 0px;
    }
    .cl-navbar > ul > li > a {
        padding: 20px 0;
        display: inline-block;
    }
    .cl-navbar {
        text-align: right;
    }
    .cl-navbar ul > li > .cl-sub-menu {
        position: absolute;
        background: #fff;
        top: auto;
        left: 0;
        max-width: 200px;
        width: max-content;
        min-width: 130px;
        padding: 8px 0px;
        box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
        border-radius: 0px 0px 5px 5px;
        z-index: 2;
        opacity: 0;
        visibility: hidden;
        transform: translateY(30px);
        transition: 0.3s;
        text-align: left;
    }
    .cl-navbar ul > li:hover .cl-sub-menu,
    .cl-navbar ul > li:hover .cl-mega-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .cl-navbar ul > li .cl-sub-menu a {
        padding: 2px 15px;
        display: block;
    }
    .cl-mega-menu {
        position: fixed;
        left: 0;
        right: 0;
        top: auto;
        max-width: 1320px;
        margin: auto;
        background: #fff;
        z-index: 99;
        border-radius: 0px 0px 5px 5px;
        box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
        opacity: 0;
        visibility: hidden;
        transform: translateY(30px);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        text-align: left;
        display: grid;
        grid-template-columns: repeat(4, auto);
    }
    .cl-mega-menu > li {
        padding: 25px 30px;
        position: relative;
    }
    .cl-mega-menu li ul li {
        margin-bottom: 15px;
        display: block;
    }
    .cl-mega-menu li ul li:last-child {
        margin-bottom: 0px;
    }
    .cl-mega-menu ul > li:before {
        position: absolute;
        content: "";
        right: 0;
        top: 24px;
        bottom: 24px;
        background: #f1f1f1;
        width: 1px;
    }
    .cl-mega-menu ul > li:last-child:before {
        display: none;
    }
}
@media screen and (max-width: 1199px) {
    .cl-menu-toggle {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .cl-menu-toggle span {
        display: block;
        width: 18px;
        height: 2px;
        background: #1f2732;
        margin-bottom: 4px;
        transition: 0.3s;
    }
    .cl-menu-toggle span:nth-child(3) {
        margin-bottom: 0px;
    }
    .cl-open-menu .cl-menu-toggle span:nth-child(1) {
        transform: translate(1px, 6px) rotate(-48deg);
    }
    .cl-open-menu .cl-menu-toggle span:nth-child(2) {
        opacity: 0;
        visibility: hidden;
    }
    .cl-open-menu .cl-menu-toggle span:nth-child(3) {
        transform: translate(1px, -6px) rotate(48deg);
    }
    .cl-navbar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -270px;
        width: 260px;
        background: #fff;
        z-index: 999;
        transition: 0.3s;
        overflow-y: auto;
        box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 7%);
        text-align: left;
    }
    .cl-open-menu .cl-navbar {
        left: 0;
    }
    .cl-navbar > ul li {
        display: block;
        border-bottom: 1px solid #e2eff4;
        position: relative;
    }
    .cl-navbar > ul > li a {
        padding: 15px 35px 15px 20px;
        display: inline-block;
    }
    .cl-banner-text {
        padding: 0;
    }
    .cl-banner-text h1 {
        font-size: 50px;
    }
    .cl-banner:after {
        width: 600px;
    }
    .cl-banner-text .cl-btn {
        margin-top: 20px;
    }
    .cl-contact:after {
        display: none;
    }
    .cl-contact-detail {
        margin: 40px 0 0;
    }
    .cl-header {
        padding: 10px 100px;
    }
    ul.cl-sub-menu,
    ul.cl-mega-menu {
        display: none;
    }
    .cl-navbar > ul li .cl-sub-menu li:first-child,
    ul.cl-mega-menu {
        border-top: 1px solid #e2eff4;
    }
    .cl-navbar > ul li .cl-sub-menu li:last-child,
    ul.cl-mega-menu li:last-child {
        border-bottom: none;
    }
    .cl-navbar ul li.cl-has-submenu:after {
        content: "\f078";
        position: absolute;
        right: 15px;
        top: 22px;
        font-weight: 900;
        font-family: "Font Awesome 5 Free";
        font-size: 10px;
        transition: 0.3s;
        line-height: normal;
    }
}
@media screen and (max-width: 991px) {
    .cl-header,
    .cl-top-header {
        padding: 10px 0px;
    }
    .cl-top-head-contact ul li,
    .cl-top-head-social ul li {
        border: none;
        margin-right: 10px;
        padding-right: 10px;
    }
    .cl-banner:after {
        display: none;
    }
    .cl-banner-img {
        margin-top: 60px;
    }
    .cl-features,
    .cl-footer,
    .cl-team {
        padding-bottom: 30px;
    }
    .spacer-top {
        padding-top: 60px;
    }
    .spacer-top-less {
        padding-top: 48px;
    }
    .spacer-bottom {
        padding-bottom: 60px;
    }
    .cl-about-content {
        padding-top: 40px;
    }
    .cl-products {
        padding-bottom: 36px;
    }
    .cl-products.cl-products-slider,
    .cl-related.cl-products-slider {
        padding-bottom: 53px;
    }
    .cl-testi-box {
        width: 100%;
    }
    .cl-testimonial .swiper-button-next,
    .cl-testimonial .swiper-button-prev {
        width: 30px;
        height: 30px;
        top: 25px;
    }
    .cl-cart-total {
        margin-top: 40px;
    }
}
@media screen and (max-width: 767px) {
    .cl-top-head-social,
    .cl-top-head-contact,
    .cl-logo {
        text-align: center;
    }
    .cl-main-menu {
        justify-content: center;
        margin-top: 5px;
    }
    .cl-banner:before {
        width: 150px;
        height: 150px;
    }
    .cl-heading h1 {
        font-size: 30px;
    }
    .cl-play-icon a {
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 60px;
        height: 60px;
    }
    .cl-about-img:after {
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        top: 0;
        background: #000000;
        transform: none;
        opacity: 0.4;
    }
    .cl-contact-detail {
        padding: 30px;
    }
    .cl-breadcrumb {
        padding: 60px 0;
    }
    .cl-map iframe {
        height: 250px;
    }
    .cl-shiping-form ul {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width: 480px) {
    .cl-cart-list-wrap {
        display: block;
    }
    .cl-cart-list-wrap .cl-product-details {
        padding-left: 0px;
        padding-top: 20px;
    }
    .cl-login-form {
        padding: 30px;
    }
    .cl-loginwith-social {
        padding: 8px 5px 20px 5px;
    }
    .cl-loginwith-social ul li {
        margin-right: 3px;
    }
    .cl-login-form form {
        width: 100%;
    }
}

#contact-status {
    margin-top: 15px;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 1rem;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

#contact-status.show {
    opacity: 1;
}

#contact-status.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

#contact-status.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

#contact-status.loading {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
}

#subscribe-status {
    margin-top: 15px;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 0.95rem; 
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

#subscribe-status.show {
    opacity: 1;
}

#subscribe-status.success {
    background-color: #d4edda;
    color: #155724; 
    border: 1px solid #c3e6cb;
}

#subscribe-status.error {
    background-color: #f8d7da; 
    color: #721c24;
    border: 1px solid #f5c6cb;
}

#subscribe-status.loading {
    background-color: #fff3cd; 
    color: #856404; 
    border: 1px solid #ffeeba;
}
/* responsive css end */
