body {
    padding: 0;
    margin: 0px;
    font-family: 'Lexend Deca', sans-serif;
    font-family: 'Open Sans', sans-serif;
    background-color: #F5F5F5;
    overflow-x: hidden;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}
.w-70 {
    width: 70%;
}
.w-10 {
    width: 10%;
}
.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.c-barnd {
    color: #2384C6 !important;
}

.main-container {
    padding-left: 59px;
}

section {
    overflow-x: hidden;
}

.sub-container {
    padding: 0px 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-40 {
    margin-top: 40px;
}

.banner-s {
    width: 100%;
    height: 100%;
    border-radius: 10px !important;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    min-height: 300px;
}

.banner-s img {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px !important;
    object-fit: cover;
    min-height: 300px;
}

.banner-s-content {
    position: absolute;
    z-index: 9;
    top: 6%;
    width: 100%;
    text-align: center;
    padding: 20px;
}

.banner-s-content h3 {
    color: #FFF;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 50.4px;
}

.banner-s-content p {
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.banner-s-btn {
    border-radius: 5px;
    background: #FFF;
    border: 0px;
    padding: 10px 20px;
    color: #333;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.6px;
    text-transform: capitalize;
}

#banner-slider .owl-dots {
    background: #ffffff4a;
    position: absolute;
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-radius: 20px;
    left: 45%;

}

#banner-slider .owl-nav {
    display: none;
}

#banner-slider .owl-dot.active {
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 20px;
}

#banner-slider .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #ffffff73;
    border-radius: 20px;
    text-align: center;
    margin: 0px 7px;
}

.text-d-none {
    text-decoration: none;
}

.banner-2-box {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    min-height: 170px;
}

.banner-2-box img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    overflow: hidden;
    position: relative;
}

.banner-box {
    height: 100%;
}

.banner-2-box-text {
    position: absolute;
    top: 5%;
    padding: 20px;
}

.banner-2-box-text h5 {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 155.556% */
}

.banner-2-box-text p {
    color: rgba(255, 255, 255, 0.80);
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 166.667% */
}

.section-head {
    color: rgba(16, 16, 16, 0.90);
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 36.4px;
}

.more-products {
    border-radius: 35px;
    background: #E1EBFF;
    color: #2384C6;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 15.6px;
    border: 0px;
    text-transform: capitalize;
    padding: 10px 20px;
    transition: 1s;
}

.more-products:hover {
    background-color: #2384C6;
    color: #fff;
}

.more-products:hover svg path {
    fill: #FFF;
}

.offer-box {
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    position: relative;
}

.offer-box img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.offer-box-padding {
    padding: 30px;
}

.offer-box h6 {
    color: rgba(16, 16, 16, 0.90);
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin-top: 10px;
}

.offer-box p {
    color: #A5A5A5;
    font-family: 'Open Sans', sans-serif;
    font-size: 14.3px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.95px;
    /* 139.51% */
}

:root {
    --star-size: 25px;
    --star-color: #fff;
    --star-background: #EABE12;
}

.Stars {
    --percent: calc(var(--rating) / 5 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}

.Stars::before {
    content: "★★★★★";
    letter-spacing: 3px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.instock {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    margin-top: 10px;
}

.off-value {
    color: #BBB;
    font-family: 'Open Sans', sans-serif;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.9px;
    text-decoration-line: strikethrough;
    margin-top: 10px;
}

.price {
    color: #2384C6 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 21px;
    margin-left: 10px;
    margin-top: 10px;
}

.add-to-cart {
    width: 100%;
    display: flex;
    height: 42px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
    border: 0px;
    border-radius: 10px;
    background-color: #2384C6;
    color: #FFF;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}


.product-id {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14.3px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.95px;
    margin: 10px 0px;
}

.product-id span {
    color: #A5A5A5;
    font-family: 'Open Sans', sans-serif;
    font-size: 14.3px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.95px;
}

svg {
    fill: transparent;
}

.hide {
    display: none;
    visibility: hidden;
    height: 0;
}

.icon {
    margin: 0 10px;
    position: absolute;
    top: 2%;
    right: 0%;
}

.like-checkbox:checked+.btn-like svg {
    fill: rgb(224, 36, 94);
    /* Change fill color on checkbox checked */
    --color-svg: rgb(224, 36, 94);
    color: rgb(224, 36, 94);
}

input.like-checkbox {
    width: 0px;
    height: 0px;
}

.offer-mark {
    border-radius: 12px;
    background: #2384C6;
    color: #FFF;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 14.4px;
    text-transform: uppercase;
    position: absolute;
    top: 3%;
    padding: 5px 7px;
}

.E-collection-box {
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.E-collection-box img {
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
}

.E-collection-main-box {
     width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
   justify-content: center;
}

.E-collection-box-content {
    padding: 20px;
    position: absolute;
    top: 0px;
    text-align: center;
    width: 100%;
}

.E-collection-box-content p {
    color: rgba(255, 255, 255, 0.60);
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 4px;
}

.E-collection-box-content h6 {
    color: #FFF;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    /* 141.667% */
}

.Hot {
    border-radius: 12px;
    background: #E22D2D;
    color: #FFF;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.4px;
    text-transform: uppercase;
    position: absolute;
    top: 3%;
    padding: 5px 9px;
}

.New {
    border-radius: 12px;
    background: #438E44;
    color: #FFF;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14.4px;
    text-transform: uppercase;
    position: absolute;
    top: 10%;
    padding: 5px 9px;
}

.section-titil {
    color: rgba(16, 16, 16, 0.90);
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 36.4px;
    margin-bottom: 10px;
}

.service-bg {
    background-image: url(../img/service/service-bg.png);
    background-size: cover;
    padding: 40px;
}

.service-head {
    color: #FFF;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 66px;
    margin: 20px 0px 20px 0px;
}

.service-text {
    padding: 20px;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.service-slide-box {
    border-radius: 18.015px;
    box-shadow: 0px 0px 5.543px 0px #000;
    overflow: hidden;
}

.service-slide-box img {
    border-radius: 18.015px;
    width: 100%;
    height: 455.912px;
    object-fit: cover;
    border: 6px solid rgba(255, 255, 255, 0.49);
}

#service-slider .owl-nav {
    display: none;
}

#service-slider .owl-dots {
    margin-top: 20px;
    background: #ffffff4a;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-radius: 20px;
    width: fit-content;
    position: relative;
    left: 46%;
}

#service-slider .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #ffffff73;
    border-radius: 20px;
    text-align: center;
    margin: 0px 7px;
}

#service-slider .owl-dot.active {
    background-color: #fff;
}

#service-slider {
    border-radius: 17px;
    padding: 30px;
}

.service-c-box {
    padding: 30px;
}

#Manufacturing .owl-nav {
    display: none;
}

#Manufacturing .owl-dots {
    margin-top: 20px;
    background: #ffffff4a;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border-radius: 20px;
    width: fit-content;
    position: relative;
    left: 46%;
}

#Manufacturing .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #ffffff73;
    border-radius: 20px;
    text-align: center;
    margin: 0px 7px;
}

#Manufacturing .owl-dot.active {
    background-color: #fff;
}

#Manufacturing {
    border-radius: 17px;
    padding: 30px;
}

.Manufacturing-bg {
    background-image: url(../img/Manufacturing/Manufacturing\ .png);
    background-size: cover;
    padding: 40px;
}

#Articles .owl-dots {
    display: none;
}

#Articles .owl-nav {
    display: none;
}

#Articles {
    margin-top: 20px;
}

.Articles-box {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    height: 100%;
}

.Articles-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.Articles-box-content {
    padding: 20px;
}

.date {
    color: #A5A5A5;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
    /* 160% */
}

.Art-titil {
    color: rgba(16, 16, 16, 0.90);
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.2px;
}

.Art-text {
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.Art-link {
    color: #2384C6;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    line-height: 13px;
    text-transform: capitalize;
    text-decoration: none;
}

.breadcrumb-item a {
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.8px;
    text-transform: capitalize;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: #2384C6;
}

.breadcrumb-item.active {
    color: #161528;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
}

.Filte-box {
    border-radius: 0px 20px 20px 0px;
    background: #FFF;
    padding: 30px;
    margin-bottom: 20px;
}

.Filte-box h5 {
    color: #161528;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.8px;
    text-transform: capitalize;
}

.Filte-box-gm {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.product-deatail-box {
    padding: 0px 50px 50px 15px;
    background-color: #fff;
}

.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: hsla(0, 0%, 100%, 0.75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
    background: white;
}

.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
    opacity: 0.6;
}

.flickity-prev-next-button.previous {
    left: 10px;
    display: none;
}

.flickity-prev-next-button.next {
    right: 10px;
    display: none;
}

.flickity-prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-prev-next-button .arrow {
    fill: #333;
}

.carousel-main .flickity-button {
    display: none;
}

.carousel-main {
    margin-bottom: 8px;
}

.carousel-cell {
    width: 100%;
    height: 390px;
    margin-right: 8px;
    background: #fff;
    cursor: -webkit-grab;
    cursor: grab;
}

.carousel-nav {
    padding: 20px 50px;
}

.carousel-nav .carousel-cell {
    border-radius: 7.031px;
    border: 0.703px solid rgba(158, 158, 158, 0.10);
    box-shadow: 0px 0px 13.288px 0px rgba(0, 0, 0, 0.03);
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-nav .carousel-cell img {
    height: 90px;
    width: 120px;
    object-fit: contain;

}

.carousel-main img {
    display: block;
    margin: 0 auto;
    height: 390px;
    width: 100%;
    object-fit: contain;
}

.carousel-nav .carousel-cell.is-selected {
    border-color: #2384C6;
}

.product-deatail-content-box h6 {
    color: rgba(16, 16, 16, 0.90);
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 36.4px;
}

.product-deatail-content-box h5 {
    color: #2384C6;
    font-family: 'Open Sans', sans-serif;
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 36.4px;
    margin-bottom: 20px;
}

.count {
    width: 50px;
    height: 40px;
    border: 0px;
    border-left: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8;
    text-align: center;
    color: #696969;
    font-family: 'Open Sans', sans-serif;
    font-size: 14.3px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.95px;
    background-color: #fff;
    /* 139.51% */
}

.count-box {
    display: flex;
    justify-content: space-between;
    border-radius: 6px;
    border: 1px solid #D8D8D8;
    background: #FFF;
    height: 42px;
    overflow: hidden;
    margin-bottom: 20px;
}

.minus,
.plus {
    width: 50px;
    height: 40px;
    background-color: #fff;
    border: 0px;
    color: #696969;
    font-family: 'Open Sans', sans-serif;
    font-size: 14.3px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.95px;
}

.Buy-nows,
.add-to {
    width: 100%;
    display: flex;
    height: 42px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
    border: 0px;
    border-radius: 10px;
    background-color: #2384C6;
    color: #FFF;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.Buy-nows {
    background-color: #6ba331 !important;
}

.count:focus-visible {
    outline: none;

}

.plus:hover {
    background-color: rgb(240, 240, 240);
}

.minus:hover {
    background-color: rgb(240, 240, 240);
}

.btn-like svg {
    cursor: pointer;
}

.delivery-msg {
    border-radius: 16px;
    border: 1px solid #D8D8D8;
    padding: 20px;
    margin-bottom: 25px;
}

.delivery-msg li {
    margin: 7px 0px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14.3px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.95px;
    /* 139.51% */
}

.payment-method {
    display: flex;
    margin-bottom: 20px;
}

.payment-method p {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 14.3px;
    font-style: normal;
    font-weight: 600;
    line-height: 19.95px;
    margin-bottom: 0px;
    margin-top: 3px;
    margin-right: 10px;
}

.prod-d {
    color: #3C3C3C;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.product-discription-box {
    margin: 20px 15px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.product-discription-box h4 {
    color: rgba(16, 16, 16, 0.90);
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 36.4px;
    /* 140% */
}

.product-discription-box li {
    color: #3C3C3C;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 166.667% */
}

.discrp-img {
    border-radius: 10px;
    width: 100%;
    height: 323px;
    object-fit: cover;
    margin-bottom: 20px;
}

#Customer-Reviews {
    margin-top: 20px;
    margin-bottom: 20px;
}

.Customer-Reviews-box {
    border-radius: 9.926px;
    border: 0.993px solid rgba(0, 0, 0, 0.11);
    background: #FFF;
    padding: 15px;
    margin-bottom: 10px;
}

.Customer-Reviews-box h6 {
    color: #242424;
    font-family: 'Open Sans', sans-serif;
    font-size: 14.889px;
    font-style: normal;
    font-weight: 600;
}

.Customer-Reviews-box .re-date {
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 14.889px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.822px;
    text-align: end;
}

.Customer-Reviews-box p {
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 14.889px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.822px;
    margin-bottom: 0px;
    margin-top: 10px;
}

#Customer-Reviews .owl-dots {
    display: none;
}

#Customer-Reviews .owl-nav {
    display: none;
}

.line-dotted {
    width: 100%;
    margin-bottom: 20px;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
}

.rating-p {
    color: rgba(16, 16, 16, 0.90);
    font-family: "Open Sans";
    font-size: 14.9px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}

.rating {
    display: inline-block;
}

.rating input {
    display: none;
}

.rating label {
    float: right;
    cursor: pointer;
    color: #e1dede;
    transition: color 0.3s;
    margin-right: 5px;
}

.rating label:before {
    content: '\2605';
    font-size: 55px;
}

.rating input:checked~label,
.rating label:hover,
.rating label:hover~label {
    color: #EABE12;
    ;
    transition: color 0.3s;
}

.review-textarea {
    border-radius: 4.967px;
    border: 0.993px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    width: 100%;
    padding: 10px;
    color: rgba(16, 16, 16, 0.90);
    font-family: 'Open Sans', sans-serif;
    font-size: 14.9px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.84px;
    /* 160% */
}

textarea:focus-visible {
    outline: none;
}

#similar .owl-dots {
    display: none;
}

#similar .owl-nve {
    display: none;
}

#similar {
    margin: 10px 0px;
}

.content-p {
    color: #4B4B4B;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

.ab-sub-container {
    padding: 0px 50px 0px 30px;
}

.Favourites-box {
    background-color: #fff;
    padding: 15px;
    border-radius: 17.578px;
    border: 0.879px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
}

.Favourites-box-img-box {
    border-radius: 7.031px;
    border: 0.703px solid rgba(158, 158, 158, 0.10);
    box-shadow: 0px 0px 13.288px 0px rgba(0, 0, 0, 0.03);
    height: 156px;
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Favourites-box-img-box img {
    height: 116px;
    width: 100%;
    object-fit: contain;
}

.Favourites-box h5 {
    color: #090909;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.104px;
    margin-bottom: 20px;
}

.clickable-heart {
    cursor: pointer;
}

.rate-f {
    color: #090909;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;
}

.actual-p {
    color: #AAA;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: strikethrough;
    margin-bottom: 0px;
}

.actual-off {
    color: #2384C6;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.remove-btn {
    border-radius: 10px;
    border: 0.854px solid #F0F0F0;
    color: #2384C6;
    font-family: 'Open Sans', sans-serif;
    font-size: 12.809px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 7px 15px;
    background-color: #fff;
}

.count1 {
    width: 30px;
    align-items: center !important;
    background-color: #fff;
    border: 0;
}

.btn-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.table-text {
    color: rgba(0, 0, 0, 0.60);
    font-family: 'Open Sans', sans-serif;
    font-size: 15.371px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.table-valu {
    color: #000;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 17.079px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.table-line {
    height: 1px;
    width: 100%;
    background: rgba(0, 0, 0, 0.10);
    margin: 10px 0px;
}

.table-total-valu {
    color: #000;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 20.495px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.table-total-text {
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-size: 17.079px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.check-out-btn {
    border-radius: 10px;
    background: #2384C6;
    width: 100%;
    border: 0px;
    padding: 10px 10px;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 12.809px;
    font-style: normal;
    font-weight: 500;
    /* 424.22% */
    text-transform: uppercase;
    margin: 10px 0px;
}

.check-out-btn svg {
    margin-bottom: 2px;
    margin-left: 5px;
}

.fish-box {
    margin-top: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.Prawn-box {
    border-radius: 16px;
    background: #7E4532;
    padding: 20px;
}

.Prawn-box h6 {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    /* 135.714% */
}

.Prawn-box p {
    color: rgba(255, 255, 255, 0.80);
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /* 166.667% */
}

.Prawn-box img {
    overflow: hidden;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.content-p-head {
    color: rgba(16, 16, 16, 0.90);
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 36.4px;
    /* 140% */
}

.Prawns-center-img {
    height: 500px;
    border-radius: 10px;
    width: 70%;
    object-fit: contain;
    margin: 15px 0px;
}

.e-box {
    border-radius: 16px;
    background: #161528;
    padding: 20px;
    margin-top: 20px;
}

.checkout-box {
    border-radius: 17.079px;
    border: 0.854px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    padding: 20px;
    overflow-x: hidden;
}

.checkout-box h6 {
    color: #161528;
    font-family: 'Open Sans', sans-serif;
    font-size: 11.788px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.354px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.check-out-input {
    width: 100% !important;
    padding: 10px !important;
    border-radius: 10px;
    border: 0.907px solid rgba(226, 226, 226, 0.60);
    background: rgba(242, 242, 242, 0.40);
    margin-top: 20px;
}


.check-out-input:focus-visible {
    outline: none;
}

.check-line {
    width: 98%;
    overflow: hidden;
    margin: 20px 0px;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 0px solid #aaa;
    border-radius: 4px;
}

.select2-container {
    border: 0.907px solid rgba(226, 226, 226, 0.60);
    background: rgba(242, 242, 242, 0.40);
    border-radius: 10px;
    padding: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 18%;
    right: 10px;
}

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
    margin-top: 19px;
    background: rgba(242, 242, 242, 0.40);
    border: 0.907px solid rgba(226, 226, 226, 0.60);
    border-radius: 10px;
}

input#mobile_code {
    background: transparent;
    padding: 11px;
    border-radius: 10px;
    border: 0px;
}

input#mobile_cod {
    background: transparent;
    padding: 11px;
    border-radius: 10px;
    border: 0px;
}

input#mobile_co {
    background: transparent;
    padding: 11px;
    border-radius: 10px;
    border: 0px;
}

.form-control:focus {
    color: #212529;
    background-color: #ffffff00;
    border-color: #86b6fe00;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(0 0 0 / 0%);
}

.Price-Details-box {
    border-radius: 17.079px;
    border: 1px dashed rgba(6, 53, 157, 0.40);
    background: #FFF;
    padding: 20px;
}

.Price-Details-box-head {
    color: #090909;
    font-family: 'Open Sans', sans-serif;
    font-size: 21.763px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.69px;
    /* 145.614% */
}

.Price-Details-table {
    width: 100%;
}

.Price-Details-table-head {
    color: #090909;
    font-family: 'Open Sans', sans-serif;
    font-size: 18.136px;
    font-style: normal;
    font-weight: 500;
    line-height: 26.932px;
    padding-bottom: 20px;
}

.Price-Details-text {
    overflow: hidden;
    color: #090909;
    font-family: 'Open Sans', sans-serif;
    font-size: 16.322px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.932px;
    padding-bottom: 10px;
}

.Price-Details-price {
    color: #7D7D7D;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 16.322px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.932px;
    padding-bottom: 10px;
}

.Price-Details-table-line {
    border: 1px dashed rgba(6, 53, 157, 0.40);
    margin: 5px 0px;
}

.Price-Details-text1 {
    color: #707070;
    font-family: 'Open Sans', sans-serif;
    font-size: 16.322px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.932px;
    padding: 10px 0px;
}

.Price-Details-price1 {
    color: #7D7D7D;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 16.322px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.932px;
    padding: 10px 0px;
}

.Price-Details-total {
    color: #090909;
    text-align: right;
    font-size: 18.136px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.932px;
    /* 148.5% */
}

.Payment-Options-box {
    margin-top: 30px;
}

.Payment-Options-sub-box {
    border-radius: 13.602px;
    border: 0.907px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 25px;
}

.cursor-p {
    cursor: pointer;
    color: #090909;
    font-family: 'Open Sans', sans-serif;
    font-size: 18.136px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.932px;
    /* 148.5% */
}

.logo-box {
    border-radius: 20px 0px 0px 20px;
    background: #161528;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-box img {
    width: 200px;
}

.customer-support-div {
    width: 100%;
    text-align: end;
    padding-top: 6px;
}

.mr-60 {
    margin-right: 60px;
}

.place-order-gif-box {
    width: 250px;
}

.place-order-gif-box img {
    width: 250px;
    margin-top: -50px;
}

.delivery-p {
    color: #090909;
    font-family: 'Open Sans', sans-serif;
    font-size: 21.348px;
    font-style: normal;
    font-weight: 400;
}

.Re-Order-btn {
    border-radius: 10px;
    border: 0.909px solid #F0F0F0;
    background: #2384C6;
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 13.636px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 30px;
}

.green {
    color: #069D4B;
}

.address-flex {
    display: flex;
    align-items: center;
}

.profile-box-add-btn {
    border-radius: 52.163px;
    border: 0.841px solid #F0F0F0;
    background: #2384C6;
    color: #F2F2F2;
    font-size: 12.62px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 5px 10px;
    margin-top: 10px;
}

.save-btn {
    width: 100% !important;
    padding: 10px !important;
    border-radius: 10px;
    background: #2384C6;
    margin-top: 20px;
    border: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13.636px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
}

.lock-box {
    color: #909090;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.52px;
    text-transform: uppercase;
    border-radius: 5px;
    background: #F0F0F0;
    padding: 10px 20px;
    width: fit-content;
    margin-bottom: 10px;
}

.select2-container--default .select2-dropdown {
    overflow: hidden;
}

.select2 {
    margin-bottom: 5px;
}

.d-flex-aline {
    display: flex;
    flex-direction: row;
}

.artl-h {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.blog-d-img {
    width: 100%;
    height: 100%;
    height: 500px;
    border-radius: 10px;
    object-fit: cover;
}

#s-blog {
    margin: 20px;
}
.submit-ri{
    border-radius: 5px;
    padding: 10px 20px;
    border: 0px;
    background: #777777;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    
}