@font-face { font-family: poppins; src: url(../fonts/Poppins-Bold.otf) }
@font-face { font-family: poppins-regular; src: url(../fonts/Poppins-Regular.otf) }
@font-face { font-family: lorena; src: url(../fonts/Lorena.otf) }
@font-face { font-family: "Nexa Bold"; src: url('../fonts/Nexa Bold.otf') }
.btn-default,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
textarea,
ul { margin: 0; padding: 0 }
* { margin: 0; padding: 0 }
a,
a:hover { text-decoration: none }
a:focus { text-decoration: none }
ul { list-style: none; }
body { overflow-x: hidden; scroll-behavior: smooth; font-family: 'poppins-regular'; }
.container { max-width: 1380px }

/**** GLOBAL CSS START
*************************/
.cta-btn { font-family: 'poppins-regular', sans-serif; font-size: 14px; font-weight: 400; color: #fff; text-transform: capitalize; transition: all .4s ease-in-out; outline: 0; padding: 15px 40px; display: inline-block; background: #1e4542; border-radius: 50px; }
.cta-btn:hover { color: #fff; border-color: #1e4542; background: #0ba14b; }
.sectionHeading h2 { font-size: 45px; font-weight: 400; font-family: poppins, sans-serif; color: #fff; text-transform: uppercase; line-height: 1; }
.sectionHeading span { color: #ef2323 }
.white-text { color: #fff }
.black-btn { color: #0b283b; border-color: #0b283b; transition: all .4s ease-in-out }
.black-btn:hover { color: #ef2323; border-color: #ef2323 }
.section { padding: 100px 0px; }

/**** GLOBAL CSS END
*************************/

/**** HEADER CSS START
*************************/
header { position: relative; }

/* .header-wrap .rightCol{display:flex;align-items:center;gap:30px;flex-wrap:wrap} */
.top-header .search-buttons { display: flex; align-items: center; gap: 15px }
.top-header .login-btn { font-size: 14px; font-weight: 400; color: #0b283b; text-transform: uppercase; transition: all .4s ease-in-out; font-family: poppins; }
.top-header .login-btn:hover { color: #1e4542; }
.top-header .search-btn { color: #0b283b; transition: all .4s ease-in-out }
.top-header .cart_btn { color: #0b283b; transition: all .4s ease-in-out; font-size: 28px; }
.top-header .cart_btn:hover,
.search-btn:hover { color: #ef2323 }
.top-header .right-sec { display: flex; align-items: center; justify-content: flex-end; }
.top-header .logins .login-btn { display: flex; align-items: center; justify-content: center; margin: 0; gap: 10px }
.top-header .logins .login-btn span { font-size: 12px; line-height: 12px; display: block; color: #009dff; font-family: poppins-regular }
.top-header .logins .login-btn strong { font-size: 16px; display: block; text-transform: capitalize; line-height: 22px }
.top-header .logins .login-btn .user i { font-size: 26px }
.top-header .right-sec .logins { max-width: 240px; width: 100%; border-right: 1px solid #ccc; display: flex; }
.top-header .right-sec .banner-button { margin: 0 }
.user-right { padding-left: 10px; border-left: 1px solid #ccc; text-align: center; line-height: 1; }
.top-header { padding: 20px 0; background: #e6e6e6 }
.top-header .cart_btn img { max-width: 50px }
.bottom-header { background: linear-gradient(90deg, rgba(84, 164, 216, 1) 0, rgba(56, 204, 121, 1) 50%, rgba(61, 150, 214, 1) 100%) }
.bottom-header .bottoms-button { display: flex; align-items: center; justify-content: space-around }
.bottom-header .bottoms-button .bottom-btn a { display: flex; align-items: center; justify-content: space-around; gap: 10px; padding: 7px 65px; border-right: 1px solid #fff; }
.bottom-header .bottoms-button i { font-size: 25px; color: #fff; }
.bottom-header .bottoms-button img { width: 25px }
.collapse-category-section { padding: 50px 0; }
.categories { background: #fff; }
.categories i { color: #1f4642; font-size: 25px }
.categories a { display: flex; align-items: flex-end; gap: 10px; padding: 20px; }
.categories a strong { color: #000 }
.bottom-header .bottoms-button .bottom-btn a span { color: #fff; font-family: 'poppins-regular'; font-size: 14px; transition: all ease 1s; }
.bottom-header .bottoms-button .bottom-btn a span:hover { transition: all ease 1s; color: #d23837; }
.categories span { color: #000; font-family: 'Poppins'; font-weight: 600; }
.user-right a.btn:focus { box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%); }
.user-right a.btn:hover { color: #0ba14b; }
.modal-header { height: 150px; position: relative; background: #fff; background: linear-gradient(to right, #FFFFFE 25%, #ffffff00 25%, transparent 78%, #fff 25%); }
.modal-content { border-radius: 20px; position: relative; z-index: 1; background-color: transparent; border: none; }
.modal-header .modalLogo { position: absolute; z-index: 2; top: -60px; left: 15px; right: 0; margin: auto; width: 50%; height: 200px; background: #fff; text-align: center; padding: 10px; border: 10px transparent solid; }
.modal-header .modalLogo img.img-fluid { position: relative; width: 90%; top: 40px; margin: 0 auto; }
.modal-body { background: #fff; }
.modal-footer { background: #fff; }
header { display: block; }
header.mblHeader { display: none; }

/**** HEADER CSS END
*************************/
@keyframes fadeIn {
    from { opacity: 0 }
    to { opacity: 1 }
}
.dropdown-menu.show { -webkit-animation: fadeIn .3s alternate; animation: fadeIn .3s alternate }
.nav-item.dropdown.dropdown-mega { position: static }
.nav-item.dropdown.dropdown-mega .dropdown-menu { width: 90%; top: auto; left: 5% }
.navbar-toggler { border: none; padding: 0; outline: 0 }
.navbar-toggler:focus { box-shadow: none }
.navbar-toggler .hamburger-toggle { position: relative; display: inline-block; width: 50px; height: 50px; z-index: 11; float: right }
.navbar-toggler .hamburger-toggle .hamburger { position: absolute; transform: translate(-50%, -50%) rotate(0); left: 50%; top: 50%; width: 50%; height: 50%; pointer-events: none }
.navbar-toggler .hamburger-toggle .hamburger span { width: 100%; height: 4px; position: absolute; background: #333; border-radius: 2px; z-index: 1; transition: transform .2s cubic-bezier(.77, .2, .05, 1), background .2s cubic-bezier(.77, .2, .05, 1), all .2s ease-in-out; left: 0 }
.navbar-toggler .hamburger-toggle .hamburger span:first-child { top: 10%; transform-origin: 50% 50%; transform: translate(0 -50%) !important }
.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) { top: 50%; transform: translate(0, -50%) }
.navbar-toggler .hamburger-toggle .hamburger span:last-child { left: 0; top: auto; bottom: 10%; transform-origin: 50% 50% }
.navbar-toggler .hamburger-toggle .hamburger.active span { position: absolute; margin: 0 }
.navbar-toggler .hamburger-toggle .hamburger.active span:first-child { top: 45%; transform: rotate(45deg) }
.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) { left: 50%; width: 0 }
.navbar-toggler .hamburger-toggle .hamburger.active span:last-child { top: 45%; transform: rotate(-45deg) }
.icons { display: inline-flex; margin-left: auto }
.icons a { transition: all .2s ease-in-out; padding: .2rem .4rem; color: #ccc !important; text-decoration: none }
.icons a:hover { color: #fff; text-shadow: 0 0 30px #fff }
.categories-new nav { padding: 0; background: #fff !important }
.categories-new div#navbar-content ul.navbar-nav { display: inline-block !important; width: 100%; }
.categories-new div#navbar-content ul.navbar-nav a.nav-link { color: #000; padding: 15px; text-align: center; font-size: 16px; font-weight: 600; transition: all ease 1s; }
.categories-new div#navbar-content ul.navbar-nav a.nav-link:hover { background: linear-gradient(90deg, rgba(84, 164, 216, 1) 0, rgba(56, 204, 121, 1) 50%, rgba(61, 150, 214, 1) 100%); color: #fff; transition: auto; }
.categories-new div#navbar-content ul.navbar-nav a.nav-link span { margin-left: 12px; }
.categories-new ul.dropdown-menu.shadow.show { width: 321px; border-radius: 0 !important; top: 54px; background: #1e4542; padding: 0; margin: 0; border: 0 }
.categories-new nav a.nav-link.dropdown-toggle.show { width: 100%; background: linear-gradient(90deg, rgba(84, 164, 216, 1) 0, rgba(56, 204, 121, 1) 50%, rgba(61, 150, 214, 1) 100%); color: #fff !important; }
.categories-new div#navbar-content { display: inline-block !important; }
div#navbar-content { }
.categories-new ul.dropdown-menu.shadow.show li.dropend a { color: #fff !important; transition: all .3s ease; font-size: 16px; padding: 23.8px 20px; text-transform: uppercase; }
.categories-new ul.dropdown-menu.shadow.show li { border-bottom: 1px solid #ccc; padding: 0 }
.categories-new ul.dropdown-menu.shadow.show li.dropend ul.dropdown-menu.shadow.show { top: 0 }
.categories-new ul.dropdown-menu.shadow.show li:hover { background: #000 !important }
.categories-new li.dropend a.dropdown-item.dropdown-toggle.show { background: #1e4542 }
.categories-new ul.dropdown-menu.shadow.show li a:hover { background: linear-gradient(90deg, rgba(84, 164, 216, 1) 0, rgba(56, 204, 121, 1) 50%, rgba(61, 150, 214, 1) 100%); }
a.dropdown-item.dropdown-toggle::after { right: 10px; position: absolute; font-size: 16px; transform: translateY(50%) }
.categories-new ul.dropdown-menu.shadow.show li.dropend a:focus { background: 0 0 }

/** new SEARCH OVERLY CSS START
************************************/
.overlay-content { position: relative; width: 100%; max-width: 1170px; text-align: center; margin: auto; display: flex; align-items: center; justify-content: center; height: 100% }
.overlay-content form { width: 100%; display: flex; align-items: center; justify-content: space-between }
.overlay-content input[type=search] { padding: 13px 30px; font-size: 16px; font-family: poppins-regular; font-weight: 400; border: none; width: 100%; background: #d5d5d5; border-radius: 40px 0 0 40px; color: #282828; outline: 0; }
.overlay-content button { max-width: 100px; width: 100%; padding: 10px 0; background: #0ba14b; color: #fff; font-size: 20px; border: none; border-radius: 0 40px 40px 0; outline: 0; transition: all .3s ease-in-out }
.overlay-content button:hover { background: #282828 }

/** SEARCH OVERLY CSS END
*************************************/

/**** INDEX PAGE CSS START
*****************************/

/* section 2  */
.capsule-slider .slick-slide { margin: 0 10px; }
.section.section-2 { margin-top: -134px; padding: 110px 0; background: url(../images/indexSec3-bg.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; }
.section.section-2 .heading { padding-bottom: 30px }
.section.section-2 .heading h2 { text-transform: uppercase; font-family: Poppins; font-weight: 700; font-size: 45px }
.top-img img { width: 60px; height: 60px; object-fit: contain; object-position: center; position: relative }
.top-img { text-align: center }
.medicine { border-radius: 100px; overflow: hidden; background: #fff; height: 250px; width: calc(100% - 0px); }
.medicine .top-img { padding: 40px; position: relative }
.medicine .bottom-cont { padding: 20px 10px 80px; }
.medicine .bottom-cont h3 { font-size: 14px; text-align: center; position: relative }
.medicine:hover .top-img img { transition: all .4s ease-in-out; filter: brightness(0) saturate(100%) invert(20%) sepia(10%) saturate(2514%) hue-rotate(126deg) brightness(93%) contrast(86%); }
.medicine:hover .top-img.red img { filter: brightness(0) saturate(100%) invert(33%) sepia(30%) saturate(2021%) hue-rotate(322deg) brightness(100%) contrast(109%); }
.medicine:hover .top-img.blue img { filter: brightness(0) saturate(100%) invert(35%) sepia(64%) saturate(538%) hue-rotate(168deg) brightness(102%) contrast(93%); }
.medicine:hover .top-img.l-green img { filter: brightness(0) saturate(100%) invert(62%) sepia(38%) saturate(519%) hue-rotate(45deg) brightness(100%) contrast(89%); }
.medicine:hover .top-img.purple img { filter: brightness(0) saturate(100%) invert(30%) sepia(6%) saturate(6352%) hue-rotate(246deg) brightness(94%) contrast(91%); }
.medicine:hover .top-img.orange img { filter: brightness(0) saturate(100%) invert(61%) sepia(98%) saturate(353%) hue-rotate(344deg) brightness(95%) contrast(89%); }
.medicine:hover .top-img.yellow img { filter: brightness(0) saturate(100%) invert(93%) sepia(3%) saturate(6895%) hue-rotate(13deg) brightness(97%) contrast(84%); }
.medicine:hover .top-img.light-blue img { filter: brightness(0) saturate(100%) invert(64%) sepia(69%) saturate(649%) hue-rotate(175deg) brightness(88%) contrast(92%); }
.medicine:hover .top-img.d-orange img { filter: brightness(0) saturate(100%) invert(45%) sepia(90%) saturate(363%) hue-rotate(337deg) brightness(96%) contrast(101%); }
.medicine .top-img.green:before { content: ''; width: 100%; height: 130px; background: #1e4542; position: absolute; top: 0; left: 0; transition: all .4s ease-in-out }
.medicine .top-img.red:before { content: ''; width: 100%; height: 130px; background: #d03837; position: absolute; top: 0; left: 0; transition: all .4s ease-in-out }
.medicine .top-img.blue:before { content: ''; width: 100%; height: 130px; background: #3274b3; position: absolute; top: 0; left: 0; transition: all .4s ease-in-out }
.medicine .top-img.l-green:before { content: ''; width: 100%; height: 130px; background: #8ab755; position: absolute; top: 0; left: 0; transition: all .4s ease-in-out }
.medicine .top-img.purple:before { content: ''; width: 100%; height: 130px; background: #7a3b85; position: absolute; top: 0; left: 0; transition: all .4s ease-in-out }
.medicine .top-img.orange:before { content: ''; width: 100%; height: 130px; background: #e59b43; position: absolute; top: 0; left: 0; transition: all .4s ease-in-out }
.medicine .top-img.yellow:before { content: ''; width: 100%; height: 130px; background: #cdd96c; position: absolute; top: 0; left: 0; transition: all .4s ease-in-out }
.medicine .top-img.light-blue:before { content: ''; width: 100%; height: 130px; background: #54a4d8; position: absolute; top: 0; left: 0; transition: all .4s ease-in-out }
.medicine .top-img.d-orange:before { content: ''; width: 100%; height: 130px; background: #d97039; position: absolute; top: 0; left: 0; transition: all .4s ease-in-out }
.medicine:hover .top-img:before { top: 95% }
.medicine:hover .bottom-cont h3 { color: #fff }

/* section 3  */
.section.section-3 { position: relative; background: url(../images/indexSec4-bg.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; }
.section.section-3 .heading { padding-bottom: 30px }
.section.section-3 .heading h2 { text-transform: uppercase; font-family: Poppins; font-weight: 700; font-size: 45px }
.products .product-img { text-align: center; margin: auto; padding: 15px; background: #fff }
.products .product-img img { margin: auto; max-width: 175px; width: 160px; height: 175px; object-fit: contain; object-position: center; padding: 20px }
.product-cont { padding: 20px 13px 30px }
.product-cont .stars { float: right; display: block }
.product-cont strong { display: inline-block; padding-top: 10px; font-size: 14px; font-weight: 600; }
.product-cont .stars i { color: #f99b1c; font-size: 10px; }
.product-cont .details i { color: #18ba5d; font-size: 15px }
.product-content .products a { color: #000; }
.product-cont .details span { color: #18ba5d; font-size: 13px; line-height: 1 }
.product-cont .cart-pro { position: absolute; right: -7px; bottom: -55px; height: 52px; width: 53px; display: flex; align-items: center; justify-content: center }
.product-cont { position: relative; overflow: hidden }
.product-cont .cart-pro:before { background: #7a3b85; width: 55px; height: 55px; position: absolute; top: 0; left: 0; content: ''; border-radius: 100% }
.product-cont .cart-pro img { position: relative; float: right; width: 30px; z-index: 2; }
.product-cont .cart-pro img:hover { filter: none; }
.product-content .products .inner-cont:hover .product-cont .cart-pro { bottom: -5px; transition: all 0.3s ease-in-out; }
.product-content .products .inner-cont .offer-disc { font-size: 13px; display: inline-block; padding: 3px 9px; position: absolute; right: 8px; top: 8px; line-height: 14px; background: #e70036; border-radius: 50px; color: #fff }
.product-content .products .inner-cont .offer-disc.twenty { background: #1c87e2 }
.product-content ul.slick-dots { display: flex; align-items: center; justify-content: center; gap: 10px }
.product-content ul.slick-dots li { height: 0 }
.product-content ul.slick-dots li button { border: none; background: #000; line-height: 0; font-size: 0; width: 10px; height: 10px; border-radius: 50px; border: 2px solid }
.product-content ul.slick-dots li.slick-active button { background: 0 0; border: 2px solid #18ba5d }
.product-content .products .inner-cont:hover { background: 0 0; box-shadow: 2px 3px 7px 0 #2dc06c; transition: all .2s ease-in-out }
.product-content .products .inner-cont:hover .product-cont { background: #f2f2f2 }
.product-content .products .inner-cont { margin: 10px; background: #fff; border: 1px solid #ccc; transition: all .4s ease-in-out; position: relative; }

/* section 4  */
.product-content_new .products .inner-cont:hover .product-cont .cart-pro { bottom: -5px; transition: all 0.3s ease-in-out; }
.product-content_new .products .inner-cont .offer-disc { font-size: 13px; display: inline-block; padding: 3px 9px; position: absolute; right: 8px; top: 8px; line-height: 14px; background: #e70036; border-radius: 50px; color: #fff }
.product-content_new .products .inner-cont .offer-disc.twenty { background: #1c87e2 }
.product-content_new ul.slick-dots { display: flex; align-items: center; justify-content: center; gap: 10px }
.product-content_new ul.slick-dots li { height: 0 }
.product-content_new ul.slick-dots li button { border: none; background: #000; line-height: 0; font-size: 0; width: 10px; height: 10px; border-radius: 50px; border: 2px solid }
.product-content_new ul.slick-dots li.slick-active button { background: 0 0; border: 2px solid #18ba5d }
.product-content_new .products .inner-cont:hover { background: 0 0; box-shadow: 2px 3px 7px 0 #2dc06c; transition: all .2s ease-in-out }
.product-content_new .products .inner-cont:hover .product-cont { background: #f2f2f2 }
.product-content_new .products .inner-cont { margin: 10px; background: #fff; border: 1px solid #ccc; transition: all .4s ease-in-out; position: relative; }
.section-4 .product-img { padding: 0 }
.section-4 .details { display: inline-block; width: 100% }
.section-4 .shop-btn a { padding: 10px 30px; font-size: 11px }
.section-4 .inner-cont { display: flex; align-items: center; justify-content: space-between }
.section-4 .product-content_new .products .inner-cont { background: #fff; transition: all 10.2s ease-in-out }
.section-4 .product-content_new .products .inner-cont:hover .product-cont { background: 0 0 }
.section-4 .products .product-img img { padding: 20px 0; position: relative }
.section-4 .product-content_new .stars { float: left; padding-bottom: 10px }
.section-4 .product-content_new .products .inner-cont:before { content: ''; background: #18ba5d; width: 80px; height: 60px; position: absolute; top: 0; opacity: 1; transition: all .4s ease; left: 0; top: 67%; left: 75%; transition: all .4s ease-in-out; clip-path: polygon(100% 0, 100% 100%, 0 100%) }
.section-4 .product-content_new .products .inner-cont:hover::before { top: 0; left: 0; opacity: 1; transition: all .4s ease-in-out; clip-path: polygon(100% 0, 0 0, 0 100%) }
.section-4 .product-content_new .products .inner-cont:hover { transition: all 10.2s ease-in-out }
.section.section-3.section-4 .products .product-img img { width: 120px; }

/* section 5  */
.section.section-5 { position: relative; background: url(../images/indexSec5-img1.jpg); background-position: center; background-repeat: no-repeat; padding: 130px 0 }
.section-5 p { padding-bottom: 20px; color: #fff }
.section-5 a.cta-btn { background: #eb8f23; padding: 11px 35px; }
.section-5 a.cta-btn:hover { background: #1f4542; }
.section.section-5:before { content: ''; background: #105a72; position: absolute; width: 60%; height: 100%; top: 0; clip-path: polygon(0 0, 60% 0, 100% 100%, 0 100%) }
.section.section-5 .sectionHeading { position: relative }

/* section 6  */
.section.section-3.section-6 { background: 0 0 }

/* section 8  */
section.index-sec8 img { width: 105px; height: 105px; object-fit: contain; object-position: center; filter: brightness(0); margin: 0 auto; text-align: center; }
section.index-sec8 img:hover { filter: brightness(1) invert(0); }
section.index-sec8 { padding: 50px 0 }
.index-sec8.cartPage { background-color: #f2f2f2; }

/* section 9  */
.section.section-9 .heading { padding-bottom: 30px; text-align: center; }
.section.section-9 .heading h2 { text-transform: uppercase; font-family: Poppins; font-weight: 700; font-size: 45px }
.section.section-9 .news { display: flex; align-items: center; justify-content: center; gap: 10px; background: #105a72; border-radius: 10px }
.section.section-9 .news h3 { font-size: 22px; color: #fff; padding-right: 12px; line-height: 24px; padding-top: 10px }
.section.section-9 .news span.date { color: #fff; font-size: 14px }

/**** INDEX PAGE CSS END
*****************************/

/* footer */
#footer .footer_content h4,
#footer .wigdet_4 h5,
#footer h4.titleFooter { font-weight: 400; font-family: poppins-regular }
#footer h4.titleFooter { font-family: poppins-regular; font-weight: 500; text-transform: capitalize }
.menu ul { padding-left: 0 }
.menu h4,
.menu ul li { color: #fff; list-style: none }
.menu ul li a:hover { padding-left: 10px; color: #3dc689; }
.menu ul li a { color: #c0c2c6; text-decoration: none; transition: all .5s ease-in-out; font-size: 14px; line-height: 16px; }
.footer_detail h4 { font-size: 15px; margin-bottom: 0 }
.footer_detail p { color: #f0f9ff }
.footer_detail { display: flex; align-items: baseline; padding-bottom: 10px; }
.menu ul li { padding-bottom: 5px; }
.footer_bottom p { color: #c0c2c6; margin-bottom: 0; padding-top: 15px }
.footer_bottom { border-top: solid 1px #cccccc4f; }
.footer { padding-top: 60px; padding-bottom: 20px }
.footer_detail .footer_icon { color: #f0f9ff; margin-right: 15px }
h4.titleFooter { font-size: 18px; font-weight: 500; color: #f0f9ff; border-bottom: 1px solid #cccccc73; padding-bottom: 12px; position: relative; margin-bottom: 30px }
h4.titleFooter:after { content: ''; position: absolute; width: 51px; background: #ffffff; height: 1px; bottom: -1px; left: 0 }
footer#footer { padding: 150px 0 0; background: #1f4542; position: relative; }
.footer p { color: #c0c2c6; word-break: break-all; font-size: 14px; line-height: normal; }
.social { display: flex; align-items: center; padding-top: 20px; }
.social a { text-decoration: none !important; width: 40px; height: 40px; background: 0 0; border: 1px solid #5e6369; display: flex; align-items: center; justify-content: center; border-radius: 30px; color: #ccc; margin: 0 5px 0 0; transition: all .3s ease-in-out; }
.social a:hover { background: #3dc689; color: #fff }
.wigdet_4 h5 { color: #f0f9ff }
.form-new { display: flex; border: 1px solid #e8ecf6; background: #e8ecf62b; width: 100%; padding: 10px 20px; justify-content: space-between; max-width: 360px; position: relative }
.wigdet_4 input[type=text] { background: 0 0; border: 0; outline: 0; color: #fff; }
.form-new button { border: 0; outline: 0; background: 0 0; color: #f06700; position: absolute; right: 10px }
.subFooter-menu { display: flex; align-items: center; justify-content: space-between; margin: 0; PADDING-LEFT: 0; list-style: none }
.subFooter-menu li { padding-right: 50px; border-right: 1px solid #7e8896 }
.subFooter-menu a { color: #7e8896; text-decoration: none }
p.copy-right { margin: 0; padding: 0; float: right }
.footer_bottom .row { align-items: center }
.subFooter-menu li:last-child { border: 0 }
.footer_bottom { padding: 15px 0; margin-top: 50px }
.footer_content h4 { color: #f0f9ff; margin-bottom: 10px }
.subFooter-menu a:hover { color: #f06700; text-decoration: none }
.footer_bottom p,
.subFooter-menu a { font-size: 14px; color: #fff; padding: 0; }
p.copyRightText { float: right }
.titleFooter { text-transform: uppercase }
#footer .footer_content h4 { margin-bottom: 0 }
.footer_detail a { color: #ccc !important; transition: all .5s ease-in-out; font-size: 14px; }
.footer_detail a:hover { padding-left: 10px; color: #3dc689 !important }

/** PRODUCT DETAIL PAGE CSS START
*************************************/
.productDetail-sec2 { padding: 70px 0; }

/*Swiper Slider CSS Start*/
.swiper-slide { backface-visibility: hidden; -webkit-backface-visibility: hidden; }
.swiper-container { width: 80%; height: 700px; float: left; transition: opacity 0.6s ease, transform 0.3s ease; z-index: 0; }
.main-slider { width: 75%; margin-left: 20px; }
.swiper-container.nav-slider { width: 20%; }
.swiper-container.nav-slider .swiper-slide { cursor: pointer; transition: opacity 0.3s ease; }
.swiper-container.nav-slider .swiper-slide.swiper-slide-active { opacity: 1; }
.swiper-container.nav-slider .swiper-slide .content { width: 100%; }
.swiper-container.nav-slider .swiper-slide .content .title { font-size: 20px; }
.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next { transform: translateX(0); opacity: 1; visibility: visible; }
.swiper-container.loading { opacity: 0; visibility: hidden; }
.swiper-slide { overflow: hidden; }
.swiper-slide .slide-bgimg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center; background-size: cover; }
.swiper-slide .entity-img { display: none; }
.swiper-slide .content { position: absolute; top: 40%; left: 0; width: 50%; padding-left: 5%; color: #fff; }
.swiper-slide .content .title { font-size: 2.6em; font-weight: bold; margin-bottom: 30px; }
.swiper-slide .content .caption { display: block; font-size: 13px; line-height: 1.4; transform: translateX(50px); opacity: 0; transition: opacity 0.3s ease, transform 0.7s ease; }
.swiper-slide .content .caption.show { transform: translateX(0); opacity: 1; }
[class^=swiper-button-] { width: 44px; opacity: 0; visibility: hidden; }
.swiper-button-prev { transform: translateX(50px); }
.swiper-button-next { transform: translateX(-50px); }

/*End*/
.productDetail-content .black-heading { font-size: 40px; font-weight: 400; color: #0b283b; }
.reviewwrap { display: flex; align-items: center; justify-content: space-between; max-width: 200px; margin-top: 10px; }
.reviewwrap .paragraph { color: #0b283b; }
.product-info { max-width: 100%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.product-info span { width: 50%; }
#stock-bar { width: 100%; height: 10px; }
.stockBar .paragraph { color: #0b283b; }
.stockBar span { font-size: 14px; font-weight: 600; color: #ef2323; }
.productDetails-butotns { display: flex; margin: 30px 0; flex-direction: column; }
.product-size { padding: 17px 15px; border: 1px solid #0b283b; outline: none; font-size: 14px; font-weight: 400; }
.dashed-btn { font-size: 16px; font-weight: 400; color: #0b283b; width: 100%; border: 2px solid #0b283b; outline: none; padding: 15px; display: inline-block; text-align: center; transition: all 0.4s ease-in-out; }
.dashed-btn:hover { color: #ef2323; border-color: #ef2323; }
.addCart-btn { font-size: 12px; text-align: center; width: 30%; font-weight: 400; color: #0b283b; display: inline-block; border: 1px solid #0b283b; padding: 9px 15px; transition: all 0.4s ease-in-out; }
.addCart-btn:hover { color: #ef2323; border-color: #ef2323; }
.product-rating span { color: #ffa500; margin: 0 -1px; }

/** PRODUCT QUANTITY CSS START
*******************************/
.quntity-counter { font-size: 16px; font-weight: 400; color: #0b283b; padding: 0px 20px; display: flex; align-items: center; justify-content: space-between; max-width: 30%; width: 100%; border: 1px solid #0b283b; margin-bottom: 20px; position: relative; }
.quntity-counter span { font-size: 12px; cursor: pointer; }
.quntity-counter input { width: 100%; margin: 0 10px; border: none; outline: none; text-align: center; color: #0ba14b; }

/** PRODUCT QUANTITY CSS END
********************************/
.section.section-2.secForInnerpage { padding: 170px 0 100px; }
.productDetail-sec3 { padding: 0 0 80px; position: relative; }
.product-details-tabs .nav-pills { justify-content: left; border-bottom: 2px solid #e5e5e5; }
.product-details-tabs .nav-pills .nav-link { background: 0 0; border: 0; border-radius: 0; font-size: 24px; font-weight: 400; color: #0b283b; line-height: 1; padding: 15px; font-family: 'poppins-regular', sans-serif; }
.product-details-tabs .nav-pills .nav-link.active,
.product-details-tabs .nav-pills .show>.nav-link { color: #ef2323; background-color: transparent; border-bottom: 2px solid #ef2323; }
.productDetail-content { font-family: 'poppins-regular', sans-serif; }
.product-details-tabs .tab-content .desc { font-size: 16px; color: #000000; }
.product-details-tabs .descListing li { padding-bottom: 10px; padding-left: 18px; position: relative; }
.product-details-tabs .descListing li:before { content: '-'; position: absolute; width: 15px; height: 15px; display: flex; justify-content: center; align-items: center; left: 0; top: 0; font-size: 20px; }
.product-detail-sec-3 .moreBtn { margin-top: 40px; }
.product-detail-sec-3 .absImages .abs-img.type-1 { left: 50px; top: auto; bottom: 25%; }
.product-details-tab-box .black-heading { font-size: 30px; font-weight: 400; line-height: 1.4; font-family: 'poppins-regular', sans-serif; }
.product-details-tab-box .right-col img { width: 100%; object-fit: cover; object-position: top; max-height: 400px; min-height: 400px; }

/** PRODUCT DETAIL PAGE CSS END
*************************************/

/* modal */
.modal .modal-body { padding: 10px 10px 0px; background: rgb(7, 32, 49); }
div#exampleModal .modal-dialog { max-width: 65%; }
.registerform select.form-select.form-select-lg { width: 95%; margin: 0 auto; border-radius: 50px; font-size: 16px; padding: 15px 20px; color: #9b9b9b; }
.registerform select.form-select.form-select-lg option { color: #000; }
.vh-100.bg-image.forms { padding: 0px; height: 100% !important; }
.vh-100.bg-image.forms .card-body { background: #55ac3b; padding: 31px 50px 50px; border-radius: 0 0 10px 10px; }
.vh-100.bg-image .card { border: none; background-color: transparent; }
.vh-100.bg-image .card-body h2 { color: rgb(255, 255, 255); font-size: 40px; }
.vh-100.bg-image .card-body label.form-label { color: #fff; text-transform: uppercase; margin-bottom: 5px; }
.vh-100.bg-image.forms .card-body p { color: rgb(140, 130, 151); font-size: 15px; text-align: center; }
.vh-100.bg-image.forms .card-body ul { list-style: none; display: inline-flex; padding: 0px; width: 100%; justify-content: center; }
.vh-100.bg-image.forms .card-body ul li { padding: 0px 5px; color: #fff; text-transform: uppercase; }
.vh-100.bg-image.forms .card-body ul li span { }
.vh-100.bg-image.forms .card-body ul li span input { margin-top: 1px; border-radius: 10px; }
.vh-100.bg-image.forms .card-body ul li span .form-check-input:checked[type="radio"] { background-color: rgb(253, 0, 94); border-color: transparent; }
.formLogoSec { text-align: center; padding: 0px 0px; background: none; background-size: cover; background-position: center center; }
.formLogoSec img { width: 576px; }
.vh-100.bg-image.forms .nav-tabs { display: flex; justify-content: center; }
.vh-100.bg-image.forms .nav-tabs li.nav-item { width: 25%; }
.vh-100.bg-image.forms .nav-tabs li.nav-item .nav-link { display: block; text-align: center; width: 100%; background: transparent; padding: 10px; font-size: 22px; color: #fff; text-transform: uppercase; border-radius: 30px; }
.formLogoSec .forms .card { border-radius: 0px; }
.vh-100.bg-image.forms .nav-tabs { background: #55ac3b; border-bottom: 2px solid rgb(91, 71, 115); width: 100%; margin: 0 auto; margin-bottom: -2px; padding-top: 40px; }
.vh-100.bg-image.forms .nav-tabs li.nav-item { background-color: transparent; border: 1px solid #fff; }
.vh-100.bg-image.forms .nav-tabs li.nav-item .nav-link.active { color: #fff; border-color: transparent; background-color: #064a21; padding: 9px 10px; position: relative;  /* right: 2px; */  /* margin: 0 -2px 0 2px; */
width: 99%; }
.vh-100.bg-image.forms .nav-tabs li.nav-item .nav-link:hover { border-color: rgba(255, 255, 255, 0); }
.forms .form-control { background: rgb(85 172 59); border: 2px solid rgb(255 255 255); padding: 15px 20px; border-radius: 40px; color: #fff; font-size: 16px; }
.forms .form-control:focus { box-shadow: none; }
.forms .form-control:hover { box-shadow: #3caab4 0px 0px 0px 0.25rem; }
.vh-100.bg-image.forms button.btn { width: 100%; }
.forms .form-control::placeholder { color: #fff; font-size: 16px; }
.forms label { margin-bottom: 0px; font-size: 18px; }
.vh-100.bg-image.forms button.btn { background: rgb(6 74 33); border: 1px solid #fff; padding: 16px; border-radius: 40px; text-transform: uppercase; transition: all 1s ease 0s; margin-bottom: 0px; font-size: 18px; color: rgb(255, 255, 255) !important; }
.vh-100.bg-image.forms button.btn:hover { background-color: rgb(48, 5, 24); transition: all 2s ease 0s; }
.vh-100.bg-image.forms .card-body ul li span .form-check-input:checked[type="checkbox"] { background-color: rgb(255, 255, 255); border-radius: 4px; border: none; }
.vh-100.bg-image.forms .card-body ul li span .form-check-input[type="checkbox"] { border-radius: 4px; }
.vh-100.bg-image.forms .card-body .loginCheckBox { justify-content: space-between; margin-bottom: 50px; }
.vh-100.bg-image.forms .card-body .loginCheckBox li { width: 40%; }
.vh-100.bg-image.forms .card-body .loginCheckBox li a { font-size: 15px; color: #fff; }
.vh-100.bg-image.forms .card-body .loginCheckBox li:nth-child(2) { width: 60%; }
.vh-100.bg-image.forms .socialButton { display: flex; justify-content: space-between; }
.vh-100.bg-image.forms .socialButton .btn { width: 49%; padding: 20px; }
.vh-100.bg-image.forms .socialButton .btn { border-radius: 40px; }
.vh-100.bg-image.forms .socialButton .btn.facebook { background-color: rgb(66, 89, 207); }
.vh-100.bg-image.forms .socialButton .btn.facebook a { color: rgb(255, 255, 255); padding: 18px 10px; }
.vh-100.bg-image.forms .socialButton .btn.twitter { background-color: rgb(35, 154, 255); }
.vh-100.bg-image.forms .socialButton .btn.twitter a { color: rgb(255, 255, 255); padding: 18px 10px; }
.vh-100.bg-image.forms .socialButton .btn a { font-size: 14px; text-transform: uppercase; }
.loginform { padding: 19.5px 0px; }
.registerform { padding: 4px 0px; }
.vh-100.bg-image.forms .socialButton .btn i { font-size: 18px; padding-right: 8px; }
h5#exampleModalLabel { color: rgb(253, 0, 94); }
.modal-header { background: rgb(7, 32, 49); border-bottom: 1px solid rgb(245, 9, 88); }
button.btn-close { background-color: rgb(255, 255, 255); }
input[type="radio"] { accent-color: rgb(242, 19, 100); }
.vh-100.bg-image.forms .card-body ul li label { padding: 0px 0px 0px 10px; }
.modal-dialog { max-width: 600px !important; }
.vh-100.bg-image.forms .nav-tabs li.nav-item:first-child { border-radius: 30px 0 0 30px; }
.vh-100.bg-image.forms .nav-tabs li.nav-item:last-child { border-radius: 0px 30px 30px 0px; }
.vh-100.bg-image.forms .nav-tabs li.nav-item:first-child { border-radius: 30px 0 0 30px; border-right: none; }
.vh-100.bg-image.forms .nav-tabs li.nav-item:last-child { border-radius: 0px 30px 30px 0px; border-left: none; }

/**** TAHA CSS start
*****************************/
.collapse-category {  /* position: relative; */
top: 90px; }
.collapse-btn { width: 100%; border: none; background: #17302e; color: #fff; text-align: left; padding: 14px 14px; }
.collapse-main-body { width: 90%; background: #e9e9e9; padding: 10px 10px; overflow-y: scroll; height: 550px !important; border-bottom: 1px solid; }
.collapse-main-body#priceRange { height: 250px !important; }
.collapse-main-body ul li { display: flex; align-items: center; gap: 14px; padding: 8px; }
.collapse-main-body details summmary { background: red; }
details { padding: 0 0 0 40px; font-weight: 500; color: #7e7e7e; }
details a { color: #7e7e7e; font-weight: 500; padding: 0 30px; }

/* width */
::-webkit-scrollbar { width: 10px; }

/* Track */
::-webkit-scrollbar-track { background: #f1f1f1; }

/* Handle */
::-webkit-scrollbar-thumb { background: #888; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover { background: #555; }

/* width */
.collapse-main-body { width: 100%; background: #e9e9e9; padding: 10px 10px; overflow-y: scroll; height: 400px !important; border-image: linear-gradient(90deg, #e9e9e9, #7c7c7c, #e9e9e9)1; border-bottom: 1px solid; }
.collapse-02 input { border: none; font-weight: 500; font-size: x-large; padding: 10px 10px; }
.collapse-02 input { width: 100%; text-align: left; background: transparent; }

/* pagonation */

/* pagination */
.collapse-category-section .pagination { display: flex; justify-content: center; margin-top: 20px; }
.collapse-category-section .pagination a.page-link { color: #0ba14b; }

/* Price Range */
.range-slider { height: 7px; position: relative; background-color: #0ba14b; border-radius: 2px; }
.range-selected { height: 100%; left: 30%; right: 30%; position: absolute; border-radius: 5px; background-color: #065227; }
.range-input { position: relative; }
.range-input input { position: absolute; width: 100%; height: 5px; top: -7px; background: none; pointer-events: none; -webkit-appearance: none; -moz-appearance: none; }
.range-input input::-webkit-slider-thumb { height: 20px; width: 20px; border-radius: 50%; border: 3px solid #1b53c0; background-color: #fff; pointer-events: auto; -webkit-appearance: none; }
.range-input input::-moz-range-thumb { height: 15px; width: 15px; border-radius: 50%; border: 3px solid #1b53c0; background-color: #fff; pointer-events: auto; -moz-appearance: none; }
.range-price { margin: 30px 0; width: 100%; display: flex; justify-content: center; align-items: center; }
.range-price label { margin-right: 5px; }
.range-price input { width: 40px; padding: 5px; }
.range-price input:first-of-type { margin-right: 15px; }
.range-price.values-input input { width: 100px; border: 1px solid #ccc; margin: 0; }
.values-input { display: flex; align-items: center; justify-content: flex-start; }
.values-input button { width: 50px; height: 35px; margin: 0 12px; border-radius: 5px; border: none; background: #0ba14b; color: #fff; font-weight: 500; padding: 7px; }
input[type="checkbox"] { accent-color: #0ba14b; }
label { color: #666666; font-weight: 500; }
.range-price.values-input span { padding: 10px 10px; }
details a { transition: .2s ease-in-out all; }
details a:hover { color: #0ba14b; }

/* Price Range end */

/**** TAHA CSS end
*****************************/

.slider .slick-prev:before,
.slider-vertical .slick-next:before { display: none; }
.slider .slick-prev,
.slider .slick-next { width: 28px; height: 28px; border-style: solid; margin: 10px; display: inline-block; margin: auto; left: 0; right: 0; top: 0; bottom: 0; z-index: 10; cursor: pointer; }
.slider .slick-prev:before,
.slider .slick-next:before { display: none; }
.slider .slick-prev { border-width: 14px 14px 14px 0px; border-color: transparent #ffffff; left: 0px; right: auto; }
.slider .slick-next { border-width: 14px 0px 14px 14px; border-color: transparent #ffffff; right: 0px; left: auto; }
.slider .slick-prev:hover,
.slider .slick-next:hover { border-color: transparent #ffd200; }
.slider .slick-prev.slick-disabled,
.slider .slick-next.slick-disabled,
.slider .slick-prev.slick-disabled:hover,
.slider .slick-next.slick-disabled:hover { opacity: 0.1; cursor: default; border-color: transparent #000000; }
.slider div {/* height: 250px; *//* background: #333333; *//* text-align: center; *//* font-size: 75px; *//* color: #ffffff; */ }
.slider-thumb div { height: 100px; line-height: 50px; font-size: 25px; }
.slider-thumb .slick-slide.slick-current {/* background: green; */ }
.mbSecContent h2 { text-transform: uppercase; font-family: Poppins; font-weight: 700; font-size: 45px; margin-bottom: 15px; }
.mbSecContent h3 { text-transform: uppercase; font-family: Poppins; font-weight: 500; font-size: 24px; width: 70%; line-height: normal; }
.mobileSec { padding: 50px 0; background-image: url(../images/lastSecBG.png); background-size: cover; background-position: center center; height: 700px; display: flex; align-items: center; position: relative; }
.mobileSec .mbSecimg { position: absolute; right: -60px; top: 0; bottom: 0; margin: auto; }
.mobileSec .mbSecimg img { width: 670px; }
.newsLetter { position: absolute; left: 0; right: 0; margin: 0 auto; bottom: -50px; background: #fff; width: 60%; height: 132px;    /* padding: 30px; */ display: flex; align-items: center; justify-content: space-around; z-index: 2; }
.newsLetter .leftBox { text-align: center; width: 45%; background: #3dc689; color: #fff; height: 100%; display: flex; align-items: center; flex-direction: column; justify-content: center; }
.newsLetter .rightBox { text-align: center; width: 55%; height: 100%; display: flex; align-items: center; flex-direction: column; justify-content: center; }
.newsLetter .rightBox form input { position: relative; width: 100%; padding: 11px; padding-left: 30px; border-radius: 40px; border: 1px solid #d7d7d7; color: #d7d7d7; background: #f5f7f5; }
.newsLetter .rightBox form { width: 70%; }
.newsLetter .rightBox form .newsLetterbtn { position: absolute; width: 15%; right: 95px; padding: 12px; background: #3dc689; border: none; color: #fff; }
.newsLetter .rightBox form input::placeholder { color: #d7d7d7; }
.newsLetter .rightBox form input:focus { outline: none; }

/* product detailslider */
.slider .slick-prev:before,
.slider-vertical .slick-next:before { display: none; }
.slider .slick-prev,
.slider .slick-next { width: 28px; height: 28px; border-style: solid; margin: 10px; display: inline-block; margin: auto; left: 0; right: 0; top: 0; bottom: 0; z-index: 10; cursor: pointer; }
.slider .slick-prev:before,
.slider .slick-next:before { display: none; }
.slider .slick-prev { border-width: 14px 14px 14px 0px; border-color: transparent #ffffff; left: 0px; right: auto; }
.slider .slick-next { border-width: 14px 0px 14px 14px; border-color: transparent #ffffff; right: 0px; left: auto; }
.slider .slick-prev:hover,
.slider .slick-next:hover { border-color: transparent #ffd200; }
.slider .slick-prev.slick-disabled,
.slider .slick-next.slick-disabled,
.slider .slick-prev.slick-disabled:hover,
.slider .slick-next.slick-disabled:hover { opacity: 0.1; cursor: default; border-color: transparent #000000; }
.slider .pSliderInner { height: 550px; background: #F7F7F7; text-align: center; font-size: 75px; color: #ffffff; display: flex !important; align-items: center; }
.slider-thumb div { height: 190px; line-height: 50px; font-size: 25px; display: flex; }
.slider-thumb .slick-slide.slick-current {      /* background: green; */ }
.slider .pSliderInner img { margin: 0 auto; height: 500px; width: 500px; object-fit: cover; }
.pSliderThumb img { width: 90%; }
.productDetail-sec2 .slider-thumb { text-align: -webkit-center; }
.productDetail-sec2 .slider-thumb .slick-prev { display: none !important; }
.productDetail-sec2 .slider-thumb .slick-next { display: none !important; }
.productDetail-sec2 .slider-content { position: relative; margin-bottom: 21px; }
.productDetail-sec2 .slider-content .slick-prev { position: absolute; border: none; font-size: 40px; margin: auto; width: 60px; height: 60px; padding: 5px; background: #1e4542; z-index: 999; color: #fff; display: flex !important; align-items: center; justify-content: center; transition: all ease 1s; }
.productDetail-sec2 .slider-content .slick-next { position: absolute; border: none; font-size: 40px; margin: auto; width: 60px; height: 60px; padding: 5px; background: #1e4542; z-index: 999; color: #fff; display: flex !important; align-items: center; justify-content: center; transition: all ease 1s; }
.productDetail-sec2 .slider-content .slick-prev:hover { background: #0ba14b; transition: all ease 1s; }
.productDetail-sec2 .slider-content .slick-next:hover { background: #0ba14b; transition: all ease 1s; }
.quntity-counter .plus { color: #000; font-size: 14px; width: 30px; border-left: 2px solid #000; padding: 7px 0 7px 20px; }
.quntity-counter .minus { color: #000; font-size: 14px; width: 30px; padding: 7px 20px 7px 0; border-right: 2px solid #000; }
.priceText { color: red; font-size: 24px; line-height: normal; }
.detailsList { list-style: none; }
.detailsList li { display: flex; align-items: center; padding: 8px 0; }
.detailsList li .dTitle { width: 30%; color: #0ba14b; font-size: 20px; line-height: normal; text-transform: capitalize; }
.detailsList li .dText { width: 30%; font-size: 16px; line-height: normal; text-transform: capitalize; }
.productDetails-butotns .addCart-btn { margin-bottom: 20px; }
.productDetails-butotns .addCart-btn i { display: none; }
.quntity-counter .cta-btn { position: absolute; right: -160px; padding: 8px 20px; background: #0ba14b; }
.quntity-counter .cta-btn:hover { background: #1e4542; }
.detailsList li .socailIcons a i { border: 1px solid #aaaaaa; color: #7f7f7f; width: 40px; height: 40px; font-size: 18px; padding: 10px; display: inline-block; text-align: center; border-radius: 100%; transition: all ease 1s; }
.detailsList li .socailIcons a i:hover { color: #000; transition: all ease 1s; }
.detailsList li .socailIcons a { margin: 0 2px; }
.detailsList li .dTitle.socail { width: 20%; }

/*** CART PAGE START
*************************************/
.cart-sec-2 { position: relative; padding: 100px 0 50px; background-image: url(../images/cartBG.png); background-size: cover; background-position: center; }

/*** CART PAGE END
*************************************/

/* FLIP ANIMATION */
.order-summary-card { padding: 0 15px;  /* border-radius: 15px; */ background: #fff; }
.order-summary-card .title { text-align: center; font-size: 24px; color: #ef2323; font-weight: 600; text-transform: uppercase; }
.order-summary-card .summary-group { padding: 15px 0; }
.order-summary-card .summary-group:last-of-type { border-bottom: none; }
.order-summary-card .summary-group ul { list-style-type: none; }
.order-summary-card .summary-group ul li { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 15px; }
.order-summary-card .summary-group ul li:nth-last-child(1) { margin-bottom: 0; }
.order-summary-card .summary-group ul li span { font-size: 16px; font-weight: 500; }
.order-summary-card .summary-group .total { font-weight: 600; }
.order-summary-card a.cart-next { width: 100%; height: 40px; outline: none; border: none; text-align: center; font-size: 18px; text-transform: uppercase; border-radius: 25px; margin: 10px auto 0 auto; display: flex; justify-content: center; align-items: center; transition: all 0.25s; color: #fff; background: #191919; }
.order-summary-card .black-button { width: 100%; margin-top: 20px; border-radius: 10px; font-size: 18px; }
.order-summary-card .black-button i { padding-left: 10px; }
.order-summary-card .gen-btn { width: 150px; background: #ef2323; display: block; text-align: center; font-size: 16px; font-weight: 600; color: #fff; transition: all 0.4s ease-in-out; padding: 10px 20px; border-radius: 30px; }
.order-summary-card .gen-btn:hover { background: #0ba14b; }
.cart-list-item { border-bottom: 1px solid #b7b7b7;/* border-top: 1px solid #ddd; */ padding: 15px 30px; width: 100%; display: flex; flex-wrap: wrap; position: relative; background: #fff; transition: all ease 1s; align-content: center; flex-direction: row; align-items: center; }
.cart-list-item:last-of-type { border-bottom: none; }
.cart-list-item:first-of-type { border-bottom: 1px solid #ddd; }
.cart-list-item .product-img { width: 100px; text-align: center; background: #f7f7f7; padding: 10px 0; }
.cart-list-item .product-img img { width: 80px; height: 100px; object-fit: cover; object-position: center; }
.cart-list-item .product-name { width: calc(40% - 6px); padding-left: 10px; display: flex; flex-direction: column; justify-content: center; }
.cart-list-item .product-name p.name { font-size: 16px; font-weight: 600; line-height: 1.2; color: #0b283b; }
.cart-list-item .product-name p.code { font-size: 13px; padding: 5px 0; }
.cart-list-item .product-name p.code span:nth-of-type(1) { font-weight: 600; color: #054a55; }
.cart-list-item .product-name p.code span:nth-of-type(2) { font-weight: 500; }
.cart-list-item .product-name p.price { font-size: 15px; font-weight: 600; color: #ef2323; }
.cart-list-item .product-quantity-wrap { width: 80px; margin: 0 auto; }
.cart-list-item .product-quantity-wrap .quaitity-box { margin: 0; }
.cart-list-item .product-action-price { width: calc(27% - 100px); justify-content: space-around; }
.cart-list-item .product-action-price p { color: #282828; font-size: 18px; font-weight: 600; }
.cart-list-item .product-action-price .remove-cart-item { color: #38cb7b; }
.cart-list-item .product-action-price .add-cart-item { color: #1eac01; margin-right: 1.5rem; }
.cart-list-item .product-action-price .remove-cart-item i,
.cart-list-item .product-action-price .add-cart-icon i,
.cart-list-item .product-action-price .add-cart-item i { font-size: 20px; }
.cart-list-item .product-action-price .add-cart-icon { color: #282828; margin-right: 10px; }

/*PRODUCT QUANTITY INPUT*/
.quaitity-box { margin-top: 15px; margin-right: 15px; display: inline-block; border: 1px solid #e1e1e1; width: 80px; background: transparent; }
.quaitity-box .plus-minus { position: relative;  /* padding-left: 90px; */ display: flex; align-items: center; justify-content: center; color: #0b283b; height: 29px; }
.quaitity-box .plus-minus label { position: absolute; left: 0; font-size: 15px; padding-top: 3px; margin: 0; }
.quaitity-box .qty .count { color: #000; display: inline-block; vertical-align: top; font-size: 25px; font-weight: 700; line-height: 30px; padding: 0 2px; min-width: 35px; text-align: center }
.quaitity-box .plus-minus span { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; cursor: pointer; font-size: 18px; font-weight: 700; }
.quaitity-box .plus-minus input { border: 0; font-size: 16px; color: #000; font-weight: 600; border-radius: 5px; text-align: center; width: 27px; margin: 0 12px; outline: none; }
.quaitity-box .plus-minus input::-webkit-inner-spin-button,
.quaitity-box .plus-minus input::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0 }
.y-center { display: flex; flex-wrap: wrap; align-items: center; }

/*PRODUCT QUANTITY INPUT*/
.cart-sec-2 .row { display: flex; justify-content: flex-end; padding: 30px 0; }
.cart-sec-2 .cart-list { padding: 0px 0px;    /* background: #fff; */ border: 1px solid #aaaa; }
.quaitity-box .plus-minus span { width: 20px; height: 31px; display: flex; align-items: center; justify-content: center; background: #efefef; padding: 5px 18px; }
.innerbannerRow .bannerHeading { display: flex; flex-direction: column; align-items: center; }
.innerbannerRow .bannerHeading h1 { color: #cc9900; text-transform: uppercase; font-size: 52px; line-height: normal; position: relative; }
.innerbannerRow .bannerHeading p { color: #244946; text-transform: uppercase; font-size: 22px; line-height: normal; }
.innerbannerRow .bannerHeading h1:before { content: ''; position: absolute; width: 40%; height: 2px; background: #1e4542; bottom: -10px; left: 0; right: 0; margin: 0 auto; }
.shopPrice { width: calc(9% - 6px); }
.cart-sec-2 .headingBarRow .bar { display: flex; align-items: center; background: #efefef; padding: 10px 30px; border: 1px solid #dddddd; }
.cart-sec-2 .headingBarRow .bar .headingmain { width: 45%; }
.cart-sec-2 .headingBarRow .bar .hlistBox ul { display: flex !important; }
.cart-sec-2 .headingBarRow .bar .hlistBox ul li { width: 40%; }
.cart-sec-2 .headingBarRow .bar .hlistBox { width: 53%; }
.cart-sec-2 .headingBarRow .bar .headingmain h5 { text-transform: uppercase; font-size: 18px; }
.cart-sec-2 .headingBarRow .bar .hlistBox ul li h5 { text-transform: uppercase; font-size: 18px; }
.shippingCost { width: calc(14% - 6px); text-align: center; }
.boxMain { display: flex; justify-content: flex-end; padding: 30px 0; }
.boxMain .cta-btn { margin: 0 10px; }

/* .boxMain .cta-btn.cataBtn1 {
    background: #0b7337;
}

.boxMain .cta-btn.cataBtn1:hover {
    background: #1e4542;
}

.boxMain .cta-btn.cataBtn2:hover {
    background: #0b7337;
} */
.order-summary-card .summary-group .itemQuantity h4 { color: #0b7337; }
.order-summary-card .summary-group .itemQuantity span { color: red; }
.order-summary-card .summary-group ul li span:first-child { text-transform: capitalize; }
.order-summary-card .summary-group ul li span:last-child { text-transform: uppercase; }
.noteBox { padding: 0 0 20px; }
.noteBox h4 { margin-bottom: 10px; }

/* prescription page css */
.upload-content-heading { display: flex; justify-content: flex-start; align-items: center; gap: 20px; padding: 0 0 30px; }
.upload-content-sub-heading { padding: 0 0 20px; font-size: 20px; color: #254947; font-weight: 700; }
.upload-content-heading h2 { font-size: 29px; font-family: "Poppins"; font-weight: 600; color: #254947; text-transform: capitalize; }
.upload-content-heading span { color: #19964e; font-size: xx-large; font-weight: 800; }
ol.breadcrumb.custom-breadcrumb li { color: #29c16a; font-weight: 500; font-size: 17px; }
li.breadcrumb-item.active { font-weight: 500; font-size: 17px; }
li.breadcrumb-item a { color: #29c16a; font-weight: 500; font-size: 17px; }
.breadcrumb-arrow::before { color: #29c16a !important; font-weight: 900; }
.blocks-section { display: flex; gap: 30px; padding: 0 0 70px; }
.blocks-section .block { display: flex; justify-content: center; align-items: center; flex-direction: column; background: #f1f1f1;  /* text-align: center; */ width: 100%; height: 150px; border-radius: 5px; box-shadow: 4px 4px 5px #f1f1f1; transition: .2s ease-in-out all; cursor: pointer; }
.blocks-section .block:hover { background: #d9703963;  /* box-shadow: 5px 5px 5px #444; */ }
.blocks-section .block img { transition: .2s ease-out all; }
.blocks-section .block:hover img { scale: 80%;  /* filter: drop-shadow(3px 3px 1px #128845); */ }
.blocks-section .block h2 { transition: .2s ease-out all; }
.blocks-section .block:hover h2 { letter-spacing: 1px; color: #fff; }
.blocks-section .block-02:hover { background: #7a3b854a; text-align: center; }
.blocks-section .block h2 { color: #1f4542; text-transform: capitalize; font-size: 20px; font-weight: bold; }
.cart-list-item:hover { background: #52a7d17a; transition: all ease 1s; }

/* Custom Drop File Download */
:root { --colorPrimaryNormal: #00b3bb; --colorPrimaryDark: #00979f; --colorPrimaryGlare: #00cdd7; --colorPrimaryHalf: #80d9dd; --colorPrimaryQuarter: #bfecee; --colorPrimaryEighth: #dff5f7; --colorPrimaryPale: #f3f5f7; --colorPrimarySeparator: #f3f5f7; --colorPrimaryOutline: #dff5f7; --colorButtonNormal: #00b3bb; --colorButtonHover: #00cdd7; --colorLinkNormal: #00979f; --colorLinkHover: #00cdd7; }
.upload_dropZone { position: relative; color: #0f3c4b; height: 500px; display: flex; align-items: center; justify-content: center; }
.upload_svg { fill: var(--colorPrimaryNormal, #0576bd); }
.btn-upload { color: #fff; background-color: var(--colorPrimaryNormal); display: none; }
.btn-upload { color: #fff; background-color: transparent; display: block; width: 100%; height: 500px; position: absolute; top: 0px; right: 0px; border-radius: 35px; z-index: 0; margin: 0; }
.btn-upload:hover,
.btn-upload:focus { color: #fff;  /* background-color: var(--colorPrimaryGlare); */ }
.upload_img { width: calc(33.333% - (2rem / 3)); object-fit: contain; }
p.small.my-2 { width: 350px; clear: both; font-size: 13px; color: #8f8f8f; font-weight: 500; margin: 0 auto; }
p.small.my-2 strong { color: #1f4542; font-size: 20px; }
.cloud-upload h2 { color: #1f4542; font-weight: 650; }
.accordion-sub-heading { color: #fff; font-size: 16px; background: #1e4542; font-weight: 500; }
.accordion-sub-heading::after { filter: brightness(100); }
.accordion-item.smallItem { border: none; }
.accordion-item.smallItem .accordion-header { border-bottom: none !important; background-color: none !important; }
.accordion-item.smallItem .accordion-button:not(.collapsed) { background: none; box-shadow: none; }
.accordion-item.smallItem .accordion-button:not(.collapsed)::after { position: absolute; left: -20px; }
.accordion-item.smallItem .accordion-header { padding: 0 0px 0 30px; }
.accordion-item.smallItem .accordion-body { padding-left: 50px; }
.accordion-item.smallItem .accordion-header { width: 240px; }
.accordion-item.smallItem .accordion-button::after { position: absolute; left: -20px; }
.accordion-item.smallItem .accordion-button:focus { box-shadow: none; }
.boxborder-me { box-shadow: 0 0 0 5px #e4e600; outline: dashed 5px #0ba14b; border-radius: 20px; }
.accordion-button:not(.collapsed) { background-color: #1e4542; }
.accordion-button:not(.collapsed) { color: #fff; }

/* Custom Drop File Download End */

/* thankyou page */

.thankyouSec { position: relative; background: url(../images/indexSec4-bg.jpg); background-position: center; background-repeat: no-repeat; padding: 100px 0 100px; background-size: cover; }
.thankyouSec .row { display: flex; justify-content: center; text-align: center; }
.thankYoubox { position: relative; background: url(../images/thankyouBorder.png); background-position: center; background-repeat: no-repeat; height: 600px; width: 100%; margin: 0 auto; background-size: contain; display: flex; justify-content: center; align-items: center; margin-bottom: 30px; }
.thankYoubox .imgBox img {    /* position: absolute; */ }
.thankYoubox .imgBox .vector1 { position: absolute; left: 9%; top: 0; bottom: -10px; margin: auto; z-index: 0; }
.thankYoubox .imgBox .vector2 { position: absolute; top: 0; bottom: -40px; right: 17%; margin: auto; }
.thankYoubox .imgBox .vector3 { position: absolute; left: 8%; top: 12%; animation: bounce-in-fwd 3s infinite alternate both; }
.thankYoubox .imgBox .vector4 { position: absolute; right: 5%; bottom: 15%; }
.thankYoubox .imgBox .vector5 { position: absolute; left: 20%; bottom: 13%; }
.thankYoubox h1 { font-size: 165px; text-transform: uppercase; width: 60%; font-weight: 700; position: relative; color: #0ba14b; }
.thankYoubox h1 span { display: inline-block; }
.thankYoubox h1:before { content: 'T'; position: absolute; left: -10px; top: 0px; transform: rotate(10deg); color: #064921; z-index: 0; animation: pendulum 2s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite alternate both; }
.thankYoubox h1:after { content: 'U'; position: absolute; right: 70px; bottom: 0px; transform: rotate(10deg); color: #064921; animation: pendulum 2s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite alternate both; }
.thankYoubox h1 .letter1 { position: relative; }
.thankYoubox h1 .letter2 { position: relative; top: -20px; animation: rotate-hor-center 2s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both; }
.thankYoubox h1 .letter3 { position: relative; top: -50px; animation: rotate-vert-center 2.9s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite alternate both; }
.thankYoubox h1 .letter4 { position: relative; top: -20px; animation: rotate-hor-center 3s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both; }
.thankYoubox h1 .letter5 { position: relative; }
.thankYoubox h1 .letter7 { position: relative; top: -30px; animation: rotate-vert-center 2.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite alternate both; }
.section.section-3.section-4.thankyouPage { background: none; }
.rotate-hor-center { animation: rotate-hor-center 3s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite both; }
@keyframes rotate-hor-center {
    0% { transform: rotateX(0); }
    100% { transform: rotateX(-360deg); }
}
.rotate-vert-center { animation: rotate-vert-center 2s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite alternate both; }
@keyframes rotate-vert-center {
    0% { transform: rotateY(0); }
    100% { transform: rotateY(360deg); }
}
@-webkit-keyframes pendulum {
    0% { -webkit-transform: rotate(-15deg); }
    50% { -webkit-transform: rotate(15deg); }
    100% { -webkit-transform: rotate(-15deg); }
}
@keyframes pendulum {
    0% { transform: rotate(-15deg); }
    50% { transform: rotate(15deg); }
    100% { transform: rotate(-15deg); }
}
.bounce-in-fwd { animation: bounce-in-fwd 2s infinite alternate both; }
@keyframes bounce-in-fwd {
    0% { transform: scale(0); animation-timing-function: ease-in; opacity: 0; }
    38% { transform: scale(1); animation-timing-function: ease-out; opacity: 1; }
    55% { transform: scale(0.7); animation-timing-function: ease-in; }
    72% { transform: scale(1); animation-timing-function: ease-out; }
    81% { transform: scale(0.84); animation-timing-function: ease-in; }
    89% { transform: scale(1); animation-timing-function: ease-out; }
    95% { transform: scale(0.95); animation-timing-function: ease-in; }
    100% { transform: scale(1); animation-timing-function: ease-out; }
}
.thankyouSec .contentDiv h2 { color: #000; text-transform: uppercase; font-size: 32px; font-weight: 700; margin-bottom: 10px; line-height: normal; }
.thankyouSec .contentDiv p { font-size: 25px; color: #424242; }

/* thenkyou page end */

/* custom for cNav */
.collapse-category-section .collapse-category .cNavBtn { width: 100%; text-align: left; background: #1f4542; color: #fff; border-radius: 0px; padding-left: 20px; height: 50px; display: flex; align-items: center; margin: 5px 0; }
.collapse-category-section .collapse-category .card-body { padding: 0; }
.collapse-category-section .collapse-category .cNavBtn:focus { box-shadow: none; background: linear-gradient(90deg, rgba(84, 164, 216, 1) 0, rgba(56, 204, 121, 1) 50%, rgba(61, 150, 214, 1) 100%); margin: 5px 0 !important; }
.collapse-category-section .collapse-category .cNavBtn.collapsed { margin: 5px 0 !important; }
.collapse-category-section .collapse-category div#collapseExample3 .card-body .collapse-main-body { height: 200px !important; }
.section.section-9 .news .right { padding: 0 20px; }
.section.section-9 .news .right .date { text-transform: uppercase; color: #0ba14b; font-size: 12px; }
.section.prescription-section { padding: 50px 0; }

/* checkout page */
.newHeading { text-transform: uppercase; font-family: Poppins; font-weight: 700; font-size: 35px; padding: 0 0 15px; }
section.checkoutSec { padding: 50px 0; background: url(../images/indexSec3-bg.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; }
.newHeadingtow { font-size: 25px; display: flex; align-items: center; text-transform: capitalize; padding: 0 0 15px; height: 50px; }
.newHeadingtow strong { font-size: 20px; width: 38px; text-align: center; border: 2px solid #000; border-radius: 50%; color: #0ba14b; margin-right: 10px; height: 100%; display: flex; justify-content: center; align-items: center; }
section.checkoutSec form { display: flex; flex-wrap: wrap; justify-content: space-between; }
section.checkoutSec form input { width: 48%; padding: 8px 10px; margin-bottom: 10px; border-radius: 5px; border: 2px solid #cccccc; background: #fff; }
section.checkoutSec form select { width: 48%; padding: 8px 10px; margin-bottom: 10px; border-radius: 5px; border: 2px solid #cccccc; color: #757575; }
.orderInput { width: 60%; }
.orderReview { width: 35%; padding: 20px; background: #fff; border: 2px solid #cccccc; height: 637px; overflow-y: scroll; overflow-x: hidden; }
section.checkoutSec form .checkDiv { width: 48%; display: flex; align-items: center; gap: 10px; }
section.checkoutSec form .checkDiv input { width: 15px; margin: 0 !important; }
section.checkoutSec form .checkDiv.checkDiv2 { width: 100%; padding: 0 0 10px 0; }
section.checkoutSec form .checkDiv.checkDiv2 input { width: 25px; height: 25px; }
section.checkoutSec form .checkDiv.checkDiv2 .newHeadingtow { color: #000; padding: 0; }
section.checkoutSec form .checkDiv input label { color: #666666; }
section.checkoutSec form input:nth-child(odd) { margin-right: 26px; }
section.checkoutSec form input:focus { outline: none; }
section.checkoutSec form .textBox textarea { width: 100%; height: 125px; padding: 10px; margin: 10px 0; }
section.checkoutSec form .reviewBox p { padding: 0 0 10px; }
section.checkoutSec form input:hover {/*     background: #0ba14b6b; */
color: #fff; background: linear-gradient(90deg, #54a4d83d 0, rgb(56 204 121 / 28%) 50%, #54a4d83d 100%); }
section.checkoutSec form input:focus {/*     background: #0ba14b6b; */
color: #fff; background: linear-gradient(90deg, #54a4d83d 0, rgb(56 204 121 / 28%) 50%, #54a4d83d 100%); }
section.checkoutSec form select:hover { background: linear-gradient(90deg, #54a4d83d 0, rgb(56 204 121 / 28%) 50%, #54a4d83d 100%); }
section.checkoutSec form select:focus { background: linear-gradient(90deg, #54a4d83d 0, rgb(56 204 121 / 28%) 50%, #54a4d83d 100%); }
section.checkoutSec form .cardBox .methoD { width: 48%; background: #fff; padding: 15px; display: flex; justify-content: space-between; align-items: center; height: 130px; margin-bottom: 20px; border: 1px solid #66666647; position: relative; }
section.checkoutSec form .cardBox { display: flex; flex-wrap: wrap; justify-content: space-between; padding-top: 30px; }
section.checkoutSec form .cardBox .methoD .leftSec { width: 100%; position: relative; z-index: 2; }
section.checkoutSec form .cardBox .methoD .leftSec h5 { font-size: 18px; color: #000; }
section.checkoutSec form .cardBox .methoD .leftSec .checkDiv { width: 100%; }
section.checkoutSec form .cardBox .methoD .leftSec .checkDiv label { height: 130px; width: 100%; display: flex; align-items: center; }
section.checkoutSec form .cardBox .methoD img { width: 70px; height: 70px; object-fit: contain; }
section.checkoutSec form .cardBox .methoD .leftSec p { font-size: 14px; padding-left: 25px; color: #706666; }
section.checkoutSec form .cardBox .methoD .rightSec { width: 28%; text-align: center; height: 100px; display: flex; align-items: center; justify-content: center; border: 1px solid #cdcdcd; border-radius: 20px; border-bottom: 8px solid #cdcdcd; transition: all ease 1s; position: absolute; right: 10px; top: 0; bottom: 0; margin: auto; }
section.checkoutSec form .cardBox .methoD .leftSec .checkDiv input { accent-color: rgb(11 161 75); }
section.checkoutSec form .cardBox .methoD:hover .rightSec { border: 1px solid #0ba14b; border-radius: 20px; border-bottom: 8px solid #0ba14b; transition: all ease 1s; }
section.checkoutSec form .cardBox .methoD:hover { background: #0ba14b38; }
section.checkoutSec form .cardBox .methoD:hover:before { content: ''; width: 8px; height: 100%; background: #0ba14b; left: 0px; position: absolute; }
section.checkoutSec form select:nth-child(odd) { margin-right: 26px; }
.orderReview ul li { width: 100%; display: flex; padding: 10px; border-bottom: 1px dashed #000; }
.orderReview ul li h6 { width: 50%; }
.orderReview ul li p { width: 50%; text-align: end; }
.orderReview ul li:last-child { border: 1px solid #000; border-left: 0; border-right: 0; margin-bottom: 20px; }
.orderReview ul li:nth-child(3) { border: none; }
.orderBox input.cta-btn { background: #0ba14b; width: 100%; border-radius: 50px; }
.orderBox input.cta-btn:hover { background: #1e4542; }
.orderReview .cart-list .cart-list-item { padding: 10px 10px; }
.orderReview .cart-list .cart-list-item .product-img { width: calc(30% - 11px); }
.orderReview .cart-list .cart-list-item .product-img img { width: 70px; height: 90px; object-fit: contain; }
.orderReview .cart-list .cart-list-item .product-name { width: calc(50% - 0px); }
.orderReview .cart-list .cart-list-item .product-name .name { font-size: 16px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.orderReview .cart-list .cart-list-item .product-action-price { width: calc(30% - 40px); }
.orderReview .cart-list .cart-list-item .product-action-price .totalPrice { font-size: 16px; }
.orderReview::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; border-radius: 10px; }
.orderReview::-webkit-scrollbar { width: 10px; background-color: #F5F5F5; }
.orderReview::-webkit-scrollbar-thumb { border-radius: 10px; background-color: #FFF; background-image: -webkit-linear-gradient(top, #0ba14b 0%, #0ba14b42 50%, #0ba14b42 51%, #0ba14b 100%); }
.orderReview .cart-list .cart-list-item:first-child {    /* padding-top: 0; */ }
.orderReview .cart-list .cart-list-item:last-child { border-bottom: 1px solid #b7b7b7; margin-bottom: 10px; }
.top-header .right-sec .logins { border: none; }

/* dashboard css */

/* user profile */
.userProfile { padding: 50px 0; background: url(../images/indexSec3-bg.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; }
.userProfile .row { display: flex; justify-content: center; }
.userProfile .accout-deletion { background: #fff; -webkit-box-shadow: 2px 0px 20px 0px rgb(184 170 170 / 75%); margin-bottom: 20px; }
.userProfile .accout-deletion form { width: 60%; margin: 0 auto; padding: 50px 30px; }
.userProfile .accout-deletion form input { position: relative; }
.userProfile .accout-deletion form .form-group { position: relative; }
.userProfile .accout-deletion form .form-group input { width: 100%; margin-bottom: 20px; padding: 20px 10px 20px 70px; border-radius: 50px; background: #efefef; border: none; }
.userProfile .accout-deletion form .form-group i { position: absolute; bottom: 39px; z-index: 2; left: 25px; width: 30px; height: 30px; border-right: 1px solid #0ba14b; display: flex; align-items: center; color: #0ba14b; }
.userProfile .accout-deletion form .form-group input.cta-btn { padding: 20px 40px; background: #1e4542; }
.userProfile .accout-deletion form .form-group input.cta-btn:hover { background: #0ba14b; }
.userProfile .accout-deletion form .form-group input:focus { outline: none; background: linear-gradient(90deg, #54a4d83d 0, rgb(56 204 121 / 28%) 50%, #54a4d83d 100%); }
.userProfile .accout-deletion form .form-group input:hover { background: linear-gradient(90deg, #54a4d83d 0, rgb(56 204 121 / 28%) 50%, #54a4d83d 100%); }
.userProfile .heading { padding-bottom: 20px; }
.userProfile .deletBtn { width: 100%; height: 80px; justify-content: center; display: inline-flex; align-items: center; padding: 10px; border: 2px solid red; color: red; }
.userProfile .deletBtn:hover { color: #0ba14b; border: 2px solid #0ba14b; }

/* address book page */
.addressBookSec { padding: 50px 0; background: url(../images/indexSec3-bg.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; }
.addressBookSec .addressBook .addressBookheader { display: flex; justify-content: space-between; padding: 15px 15px; align-items: center; border: 2px solid #e7e7e7; background: #f5f5f5; }
.addressBookSec .addressBook .addressBookheader h2 { color: #0ba14b; }
.addressBookSec .map iframe { width: 100%; height: 675px; }
.addressBookSec .addressBook .addressDetails ul li { padding: 15px; background: #fff; border: 2px solid #e7e7e7; border-top: 0; }
.addressBookSec .addressBook .addressDetails ul li h6 { padding-bottom: 15px; color: #1e4542; font-size: 20px; }
.addressBookSec .addressBook .addressDetails ul li p { padding-bottom: 15px; color: #717171; }
.addressBookSec .addressBook .addressDetails ul li .cta-btn.lightGreen { background: #0ba14b; }
.addressBookSec .addressBook .addressDetails ul li .cta-btn.lightGreen:hover { background: #1e4542; }
.addressBookSec .addressBook .addressDetails ul li .cta-btn.redBtn { background: red; }
.addressBookSec .addressBook .addressDetails ul li .cta-btn.redBtn:hover { background: #0ba14b; }
.addressBookSec .addressBook .addressDetails ul { height: 590px; overflow-y: scroll; overflow-x: hidden; }
.addressBookSec .addressBook .addressDetails ul::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); background-color: #F5F5F5; border-radius: 10px; }
.addressBookSec .addressBook .addressDetails ul::-webkit-scrollbar { width: 10px; background-color: #F5F5F5; }
.addressBookSec .addressBook .addressDetails ul::-webkit-scrollbar-thumb { border-radius: 10px; background-color: #FFF; background-image: -webkit-linear-gradient(top, #0ba14b 0%, #0ba14b42 50%, #0ba14b42 51%, #0ba14b 100%); }
.addressBookSec .addressBook .addressDetails ul li .cta-btn { padding: 10px 40px; }

/* order History page */
section.order-section .order-list {
    margin: 10px 10px;
    border: 1px solid #ccc;
    margin: 30px 30px;

}

section.order-section .order-heading {
    /* padding: 20px 10px; */
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
}

.order-list .list ul li {
    display: flex;
    /* align-items: center; */
    padding: 10px 10px 10px 13px;
}

.main-heading .list ul li {
    display: flex;
}

.main-heading .list ul li h6 {
    width: 15%;
}

.main-heading .list ul li p {
    width: 85%;
}

.main-heading .list {
    padding: 10px 10px;
    background: #fff;
}

.main-heading .list ul li {
    display: flex;
    padding-bottom: 10px;
}

.order-heading h2 {
    color: #1e4542;
    font-size: 18px;
    padding: 15px 20px;
}

.main-heading .list li .delivered {
    color: #33be66;
    font-weight: bold;
}

.main-heading .list li .pkr {
    color: #33be66;
    font-weight: bold;
}

.list ul li h6 {
    color: #435d5b;
    font-weight: bold;
}

.list ul li p {
    font-weight: 500;
}

.order-heading h2 {
    color: #435d5b !important;
}

section.order-section .main-heading h2 {
    color: #01af40;
}

.order-heading h2 {
    color: #212529 !important;
}

section.order-section .main-heading {
    border: 1px solid #ededed;
    padding-top: 20px;
    background: #ededed;
    margin: 50px auto;
    box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.1);
}

.order-section {
    background-image: url(assets/images/indexSec3-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.order-section .main-heading {
    border: 1px solid #ededed;
    padding-top: 20px;
    background: #ffffff73;
}

#OH {
    padding: 20px 30px;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: bold;
}