body,img {
    width: 100%;
}

img:hover {
    transition: .5s ease;
    opacity: 80%;
}

a,p,h3,h5,button,span,select,th {
    color: #495057;
}

h3 span {
    color: #2ECC71;
}

a:hover {
    color: #333;
    text-decoration: none;
}
button:hover {
    color: #333;
    background: #D9D9DB;
}

form table,tbody {
    width: 100%;
}

form table tbody td {
    padding: 5px;
}

form table tbody input,select,textarea {
    width: 100%;
    border: none;
    padding: 10px;
    outline: none;
    display: block;
    font-size: 15px;
    font-weight: 400;
    border-radius: 4px;
    letter-spacing: 1px;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1), 0 0px 0px 1px rgba(0, 0, 0, 0.1);
}

textarea::placeholder {
    font-style: italic;
    opacity: 1;
}

form table tbody input,select:focus-visible {
    outline: none;
}

form table tbody td select {
    padding: 6px 5px;
}

input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
    -webkit-appearance: auto; 
}

input[type="number"] {
    -moz-appearance: textfield;
}

.heading {
    margin-top: 5%;
    margin-bottom: 2.5%;
}

.active {
    background: ;
}

.btn-dgn {
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    background: transparent;
}

.success {
    color: green;
    padding: 0 5px;
}

.error {
    color: red;
    padding: 0 5px;
}

.delbtn {
    color: #FFF;
    border: none;
    background: red;
    padding: 5px 10px;
    border-radius: 5px;
}

.wlist {
    color: red !important;
    background: transparent !important;
}

.bi-bag-check,.bi-cart-plus-fill {
    color: #444;
}

.quantity {
    width: 20%;
    border: none;
    padding: 5px;
    outline: none;
    border-radius: 4px;
}

.heading-design {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    background: #F2F4F7;
}

.password-container {
    width: 100%;
    position: relative;
    display: inline-block;
}

.toggle-icon {
    top: 50%;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    transform: translateY(-50%);
}

.header,.navbar {
    background: #F2F4F7;
}

.bi-list {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #259444;
}

.m_nav_btn {
    border-radius: 5px;
    padding: 7.5px 15px;
    border: 1px solid #259444;
}

.header .header-left {
    padding-top: .5%;
}

.header .header-left a img {
    width: 55px;
}

.header .search-section {
    padding: 1% 0;
}

.header .search-section form input {
    border-right: none;
    border-radius: 25px 0px 0px 25px;
}

.header .search-section form input:focus {
    color: #C5C5C5;
}

#statussearch {
    width: 90.5%;
    display: none;
    z-index: 1050;
    color: #212121;
    margin: 0 auto;
    margin-left: 1%;
    background: #FFF;
    position: absolute;
    border-radius: 12px 0px 12px 12px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#statussearch li {
    cursor: pointer;
    list-style: none;
    padding: 5px 20px !important;
}

#statussearch li:first-child {
    margin-top: 15px;
}

#statussearch li:last-child {
    margin-bottom: 15px;
}

#statussearch li:hover {
    background: #F2F4F7;
}

.header .search-section form .btn-dgn {
    color: #fff;
    border-left: none;
    padding: 0px 20px;
    background: #CED4DA;
    border-color: transparent;
    border-radius: 0px 25px 25px 0px;
}

.header .search-section form button:hover {
    background: #D9D9DB;
}

.main-search-section .btn-outline-success {
    box-shadow: none;
    padding: 5px 30px;
    background: #f5f6f7;
    border: 1px solid #CED4DA;
    border-radius: 0 50px 50px 0;
}

.btn-outline-success:focus,
.form-control:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    background: #CED4DA;
    border-color: #CED4DA;
}

.header-right {
    padding-top: .7%;
    text-align: right;
}

.openBtn {
    color: #fff;
    float: right;
    border: none;
    font-size: 20px;
    margin-top: 5px;
    padding: 5px 10px !important;
    margin-right: 15px;
    background: #FF6601;
    border-radius: 50px;
}

.openBtn:hover {
    color: #fff;
    background: #a1a1a1;
}

.overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
    position: fixed;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
    top: 50%;
    width: 95%;
    margin: auto;
    margin-top: 30px;
    position: relative;
    text-align: center;
}

.overlay .closebtn {
    right: 50%;
    color: white;
    cursor: pointer;
    font-size: 30px;
    position: absolute;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=search] {
    width: 80%;
    float: left;
    padding: 22.7px;
    background: white;
    border-radius: 20px 0px 0px 20px;
}

.overlay form button {
    width: 20%;
    cursor: pointer;
    background: #ddd;
    border-radius: 0px 50px 50px 0px;
}

.overlay input[type=search],.overlay button {
    border: none;
    font-size: 17px;
}

.overlay button:hover {
    background: #bbb;
}

.navbar {
    border-top: 1px solid #fff;
}

.navbar-nav .nav-item {
    cursor: pointer;
    border-radius: 5px;
    margin: 5px;
}

.navbar-nav .nav-item .nav-link{
    padding: 5px 10px;
    font-weight: 600;
    letter-spacing: 1px;
}

.navbar-nav .nav-item .nav-link:hover{
    background: #fff;
    color: #000;
}


.cat-pro-dgn,
.cart-section,
.lg-cart-section,
.group-section,
.section-item,
.details-item img,
.btn-dgn,
textarea {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 
                0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.section-left .group-section {
    padding: 25px 15px;
    background: #F1F1F1;
    border: 2px solid #fff;
}

.section-left .group-section img {
    height: 78px;
}

.section-left .group-section p {
    padding: 0;
}

.section-left .group-section a {
    
}

.section-left .group-section a button {
    background: #fff;
}

.slider {
    padding-top: 15px;
}

.section-right .slider .carousel-item img {
    margin-top: 10%;
    height: 400px;
}

.slider-text-section {
    padding-top: 10%;
}

.slider-text-section h1,h3,h6 {
    font-weight: 300;
}

.section-right .slider .carousel-item a .btn-rgb {
    margin: 0 auto;
    display: block;
    padding: 10px 20px;
    border-radius: 5px;
    color: rebeccapurple;
    letter-spacing: 1.5px;
    border: 1px solid #259444;
    background: transparent;
}

.section-item {
    border-radius: 10px;
    padding: 15px;
}

.section .section-item a img {
    height: 200px;
    border-radius: 10px;
}

.section .section-item .section-sm p {
    padding-top: 10%;
}

.pro-hdgn,.section-sm {
    margin: 5% 0;
    padding: 15px 0;
    background: #F2F4F7;
    border-radius: 10px;
}

.cart-section h5 {
    font-size: 15px !important;
}

.cat-pro-dgn {
    background: #F2F4F7;
    border-radius: 10px;
}

.cat-pro-dgn img {
    width: 100%;
    height: 120px !important;
    border-radius: 10px 10px 0 0;
}

.cat-pro-dgn h6 {
    padding-left: 5px !important;
    padding-top: 5px !important;
}

.cat-pro-dgn p {
    padding-left: 5px !important;
    padding-bottom: 5px !important;
}

.cart-section,.lg-cart-section {
    padding: 0;
    margin: 0;
    background: #F2F4F7;
}

.cart-section img {
    width: 100%;
    height: 180px;
    background: #fff;
}

.lg-cart-section img {
    width: 100%;
    height: 250px;
    background: #fff;
}

.cart-details {
    padding: 10px;
}

.group-section {
    background: #fff;
    padding: 15px;
    margin: 15px 0;
    border-radius: 10px;
}

.group-section img {
    width: 160px;
    height: 160px;
}

.tranding {
    padding-bottom: 10%;
}

.swiper-slide {
    padding: 2rem 0;
    position: relative;
    transform: transition(2s);
}

.swiper-slide {
    position: relative;
    width: 53.5%;
}

.swiper-slide-active p {
    display: block !important;
}

.swiper-slide-active h5 {
    display: block !important;
}

.slider-control {
    position: relative;
    bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
    display: none;
}

.slider-control {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-control
.slider-arrow {
    background-color: transparent;
    justify-content: center;
    align-items: center;
}

.slider-control
.slider-arrow::after {
    content: '';
}

.slider-control
.swiper-button-prev {
    font-size: 40px;
    left: 33.33%;
    color: #999;
}

.slider-control
.swiper-button-next {
    font-size: 40px;
    right: 33.33%;
    color: #999;
}

.media-scroller {
    gap: 4%;
    display: grid;
    overflow-x: auto;
    grid-auto-flow: column;
    grid-auto-columns: 22%;
    overscroll-behavior-inline: contain;
}

.media-element {
    margin-bottom: 30px;
}

.media-element img {
    width: 100%;
    height: 225px;
    border-radius: 0;
    background: #F8F8F8;
}

.suscribe-section {
    margin: 5% 15px;
    border-radius: 10px;
    background: linear-gradient(45deg, #5BC4C0, #D0E9DF);
}

.suscribe {
    padding: 15% 0% 10% 10%;
}

.suscribe input,button {
    display: inline-block;
    padding: 10px ;
    border: none ;
    outline: none ;
}

.suscribe h1,.suscribe-btn {
    color: #fff ;
}

.suscribe input {
    border-radius: 50px 0px 0px 50px ;
}

.suscribe button {
    border-radius: 0px 50px 50px 0 ;
    background: green ;
    margin-left: -5px;
}

.suscribe-section img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

.details-img,
.details-description {
    background: #F2F4F7;
    padding: 30px;
}

.details img {
    height: 300px;
    transition: .2s ease;
}

.details img:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); 
}

.details-item img {
    height: 100px;
    border-radius: 5px;
}

.rating {
    margin: 0 auto;
    text-align: center;
}

.rating textarea {
    width: 100%;
    border: none;
    padding: 20px;
    outline: none;
    margin: 15px 0;
    display: block;
}

.rating .star {
    font-size: 30px;
    cursor: pointer;
}

.star.hovered {
    color: #ff9800;
}

.star.selected {
    color: #fbc02d;
}

.get-rtn {
    color: #ff9800;
}

.cart-table {
    text-align: center;
}

.cart-table .t-head {
    border: none;
    padding: 10px 0px;
    border-radius: 5px;
    background: #CED4DA;
}

.cart-table .t-head th {
    padding: 5px 0px;
}

.cart-table tr {
    border: 1px solid #D9D9DB !important;
}

.cart-table td {
    padding: 5px 0;
}

.cart-table td img {
    width: 50px;
    height: 50px;
}

.pay-amount-count {
    border: 1px solid #D9D9DB;
}

.pay-amount-count table {
    width: 100%;
}

.pay-amount-count tr {
    border: 1px solid #D9D9DB;
}

.pay-amount-count th{
    padding: 10px;
}

.viewport-data {
    margin: 15px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-data {
    min-width: 600px;
    border-radius: 15px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.section-data {
    border-radius: 15px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.heading-3rd {
    margin: 0;
    padding: 15px;
    text-align: center;
    background: #F2F4F7;
}

.data-item {
    padding: 15px;
}

.payment-page {
    height: 70vh;
    display: flex;
    margin: 15px;
    align-items: center;
    justify-content: center;
}

.payment-item,.seccess-item,.profile-item {
    padding: 15px;
}

.seccess-item {
    text-align: center;
}

.payment-item .select-btn {
    margin: 7.5px;
    border-radius: 4px;
}

.payment-item img {
    width: 25px;
}

.payNow {
    border: none;
    padding: 10px 30px;
    border-radius: 50px;
}

.profile .cart-table {
    text-align: left !important;
}

.profile .cart-table td {
    padding-left: 15px !important;
}

.profile .cart-table img {
    border-radius: 50px !important;
}

.content-item {
    display: flex;
    height: 50vh;
    justify-content: center;
    align-items: center;
}

.payment-page form input[type="number"]::-webkit-inner-spin-button, 
.payment-page form input[type="number"]::-webkit-outer-spin-button {
    opacity: 0;
    -webkit-appearance: none; 
}

.payment-page form input[type="number"] {
    -moz-appearance: textfield;
}

.footer {
    background: #F2F4F7;
}

.footer-item {
    padding: 15px;
}

.footer-item a {
    display: block;
    margin: 10px 0;
}

.footer-item a img {
    width: 25px;
    height:25px;
}

.footer-item .d-inline .bx {
    padding: 5px;
    margin-right: 5px;
    border-radius: 50px;
}

.footer-item .d-inline .bxl-facebook {
    color: #0866FF;
    border: 1.5px solid #0866FF;
}

.footer-item .d-inline .bxl-twitter {
    color: #4DA6E9;
    border: 1.5px solid #4DA6E9;
}

.footer-item .d-inline .bxl-linkedin {
    color: #0077B5;
    border: 1.5px solid #0077B5;
}

.footer-item .d-inline .bxl-instagram-alt {
    color: #F60477;
    border: 1.5px solid #F60477;
}

.footer-item .bi {
    border-radius: 5px;
    padding: 5px 8px;
}

.footer-item .bi-telephone {
    color: #FFF;
    background: #09A003;
}

.footer-item .bi-whatsapp {
    color: #FFF;
    background: #36C238;
}

.footer-item .bi-messenger {
    color: #FFF;
    background: linear-gradient(45deg, #3872F7, #ED6767);
}

.footer-item .bi-chat-dots-fill {
    color: #FFF;
    background: #37A2DA;
}

.footer-item .bi-envelope-plus {
    color: #FFF;
    background: linear-gradient(45deg, #4285F4, #EA4335, #FBBC04, #34A853);
}

.copyright {
    background: #F2F4F7;
}

.copyright .copyright-text {
    margin: 0;
    padding: 5px 0;
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 2%;
    right: 1%;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #f9d;
    color: white;
    cursor: pointer;
    padding: .5% .9%;
    border-radius: 4px;
}

.bi-arrow-up-circle {
    position: fixed;
    bottom: 2%;
    right: 1%;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #f9d;
    color: white;
    cursor: pointer;
    padding: .5% .9%;
    border-radius: 4px;
}

/* -- For 1114px and below -- */
@media only screen and (min-width: 1114px){

    .header-right{
        padding-top: .99%;
    }

    .media-element{
        padding-left: 0;
    }
    
    .service-wrap p{
        padding: 3% 1%;
    }

}

/* -- For 884px and below -- */
@media only screen and (max-width: 884px){

    .header-right{
        padding-top: .99%;
    }

    .media-element{
        padding-left: 0;
    }

    .media-element img{
        height: 250px;
    }

    .media-scroller{
        grid-auto-columns: 50%;
    }

    .service-wrap p{
        padding: 3% 1%;
    }

    .section-right {
        padding-top: 15px;
    }

    .section-right .slider .carousel-item img {
        height: 300px;
    }

    .slider-text-section {
        padding-top: 5%;
    }

    .details-img {
        height: 235px;
    }

    .cat-pro-dgn {
        margin-bottom: 30px;
    }

    .section .section-item {
        margin-bottom: 30px;
    }

    .cart-section,.lg-cart-section {
        margin-bottom: 30px;
    }

    .cart-section img{
        height: 250px;
    }

    .lg-cart-section img{
        width: 100%;
        height: 140px;
    }

    .lg-cart-section h5{
        font-size: 15px;
    }

    .suscribe h1{
        font-size: 12px;
    }

    .suscribe p{
        font-size: 10px;
    }

}

/* -- For 768px and below -- */
@media only screen and (max-width: 768px){

    .header-right {
        padding-top: .99%;
    }

    .media-element {
        padding-left: 0;
    }

    .media-scroller{
        grid-auto-columns: 50%;
    }

    .service-wrap p{
        padding: 3% 1%;
    }

    .section-right {
        padding-top: 15px;      
    }

    .section-right .slider .carousel-item img {
        height: 300px;
    }

    .slider-text-section {
        padding-top: 5%;
    }

    .cat-pro-dgn {
        margin-bottom: 30px;
    }

    .section .section-item {
        margin-bottom: 30px;
    }

    .cart-section,.lg-cart-section {
        margin-bottom: 30px;
    }

    .cart-section img{
        height: 250px;
    }

    .lg-cart-section img{
        width: 100%;
        height: 140px;
    }

    .lg-cart-section h5{
        font-size: 15px;
    }

    .suscribe h1{
        font-size: 12px;
    }

    .suscribe p{
        font-size: 10px;
    }

}

@media (max-width: 576px) {

    .section-right .slider .carousel-item img {
        margin: 0;
        height: 200px;
    }

    .slider-text-section h1{
        font-size: 15px;
    }

    .section-right .slider .carousel-item a .btn-rgb {
        padding: 5px 7px;
    }

    .lg-cart-section img {
        height: 200px;
    }

    .media-scroller {
        grid-auto-columns: 100%;
    }

    .media-element img {
        height: 250px;
    }

    .suscribe {
        padding: 10% 0 0 0;
        text-align: center;
    }

    .suscribe h1 {
        font-size: 15px;
    }

    .suscribe p {
        font-size: 13px;
    }

}