/* ******************************

:: 1.0 WEB FONTS

****************************** */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400..900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");

/* ******************************

:: 3.0 GLOBAL CSS

****************************** */

:root {

  --theme-color: #0cbc13;

  --color-green: #0cbc13;

  --color-light-green: #daeac5;

  --color-lightness-green: #fdfff8;

  --color-gray: #8d949d;

  --color-gray-dark: #595959;

  --color-gray-400: #e7e7e7;

  --color-black: #232424;

  --color-white: #ffffff;

  --primary-font-family: 'Roboto', sans-serif;

  --secondary-font-family: 'Spartan', sans-serif;

  --arabic-font-family: 'Noto Kufi Arabic', sans-serif;

  --font-size-100: 14px;

  --font-size-200: 16px;

  --font-size-300: 18px;

  --font-size-400: 20px;

  --font-size-500: 25px;

  --font-size-600: 30px;

  --font-size-700: 35px;

  --font-size-800: 40px;

  --font-size-900: 65px;

  --heading-1: 40px;

  --heading-2: 35px;

  --heading-3: 28px;

  --heading-4: 22px;

  --heading-5: 18px;

  --heading-6: 16px;

  --line-height-100: 1;

  --line-height-200: 1.5;

}

* {

  margin: 0;

  padding: 0;

}

body {

  font-family: "Montserrat", serif;

  font-weight: 400;

  color: #5f5f5f;

}

.main {

  overflow: hidden;

}

section,

.section {

  position: relative;

}

.container-fluid {

  padding: 0 100px;

}

h1,

h2,

h3,

h4,

h5,

h6 {

  font-weight: 600;

  color: #000000;

  margin-bottom: 0;

}

p {

  font-size: 1rem;

  font-weight: 400;

  line-height: 24px;

  margin-bottom: 0;

}

a {

  color: #444;

}

a:hover {

  color: #4dd513;

}

a,

a:hover,

a:focus,

.btn:focus {

  text-decoration: none;

  outline: none;

  -webkit-box-shadow: none;

  box-shadow: none;

}

ol,

ul {

  margin: 0;

  padding: 0;

  list-style-type: none;

}

img {

  /* height: auto; */

  max-width: 100%;

}

.text-primary {

  color: #2d3136 !important;

}

/* ******************************

:: 4.0 COMMON CSS

****************************** */

.fw-3 {

  font-weight: 300;

}

.fw-4 {

  font-weight: 400;

}

.fw-5 {

  font-weight: 500;

}

.fw-6 {

  font-weight: 600;

}

.fw-7 {

  font-weight: 700;

}

.op-5 {

  opacity: 0.5;

}

.pos-abs-top-right {

  position: absolute;

  top: 0;

  right: 0;

  left: auto;

  bottom: auto;

}

/*SECTION HEADING*/

.section-heading {

  margin-bottom: 40px;

}

/*SECTION PADDING*/

.ptb_60 {

  padding: 60px 0;

}



.btn.btn-bordered:before {

  z-index: -2;

}

.btn.btn-bordered:after {

  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  border-radius: 10px;

  background: #fff none repeat scroll 0 0;

  z-index: -1;

}

.btn.btn-bordered:hover:after,

.btn.btn-bordered:focus:after {

  opacity: 0;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

}

.btn.btn-bordered-white {

  background: transparent none repeat scroll 0 0;

  border: 2px solid #fff;

}

.btn.btn-bordered-white:hover,

.btn.btn-bordered-white:focus {

  border-color: transparent;

  outline: 0 none;

}

.btn.btn-bordered-white:after {

  opacity: 0;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  z-index: -1;

}

.btn.btn-bordered-white:hover:after,

.btn.btn-bordered-white:focus:after {

  opacity: 1;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

}

.change-color {

  filter: invert();

}

/*BACKGROUND COLORS*/

.bg-theme {

  background-color: #0cbc13;

}

.bg-dark {

  background-color: #1b1a1e !important;

}

.bg-gray {

  background-color: #ededed !important;

}

.bg-inherit {

  background: inherit !important ;

}

.text-theme {

  color: #02b0fb;

}

.btn-buy-now {

  background-color: #02b0fb !important;

}

.btn-buy-now:hover {

  background-color: #fff !important;

  color: #02b0fb;

  border: 1px solid #02b0fb;

}

/* .btn,

.btn:active,

.btn.btn-bordered:before,

.btn.btn-bordered-white:after,

.section-heading h2::after {

  border: 1px solid transparent;

  transition: 0.3s;

} */

.btn-primary{

  background-color: #0cbc13;

}



/*SOCIAL ICONS*/

.social-icons > a {

  margin: 5px;

  width: 45px;

  height: 45px;

  font-size: 20px;

  color: #fff;

  border-radius: 3px;

  overflow: hidden;

  -webkit-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  background-color: #02b0fb;

}

.social-icons > a:hover {

  background-color: #fff;

  color: #02b0fb;

}

.social-icons > a:hover i {

  color: #02b0fb;

}

/* ******************************

:: 5.0 PRELOADER AREA CSS

****************************** */

#preloader {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: #fff !important;

  z-index: 9999;

}

#loader {

  display: block;

  position: relative;

  left: 50%;

  top: 50%;

  width: 150px;

  height: 150px;

  margin: -75px 0 0 -75px;

  border-radius: 50%;

  border: 3px solid transparent;

  border-top-color: #0cbc13;

  -webkit-animation: spin 2s linear infinite;

  animation: spin 2s linear infinite;

}

#loader:before {

  content: "";

  position: absolute;

  top: 5px;

  left: 5px;

  right: 5px;

  bottom: 5px;

  border-radius: 50%;

  border: 3px solid transparent;

  border-top-color: #000000;

  -webkit-animation: spin 3s linear infinite;

  animation: spin 3s linear infinite;

}

#loader:after {

  content: "";

  position: absolute;

  top: 15px;

  left: 15px;

  right: 15px;

  bottom: 15px;

  border-radius: 50%;

  border: 3px solid transparent;

  border-top-color: #000000;

  -webkit-animation: spin 1.5s linear infinite;

  animation: spin 1.5s linear infinite;

}

@-webkit-keyframes spin {

  0% {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}

@keyframes spin {

  0% {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}

@media (max-width: 767px) {

  #loader {

    width: 100px;

    height: 100px;

    margin: -50px 0 0 -50px;

  }

}

/* ******************************

:: 6.0 SCROLL TO TOP AREA CSS

****************************** */

#scrollUp {

  position: fixed;

  right: 1%;

  bottom: 3%;

  height: 40px;

  width: 40px;

  border-radius: 3px;

  background-color: #02b0fb;

  text-align: center;

  cursor: pointer;

  z-index: 500;

  display: none;

}

#scrollUp > i {

  font-size: 24px;

  line-height: 38px;

  display: block;

  color: #fff;

}

#scrollUp:hover {

  -webkit-transform: translateY(-3px);

  transform: translateY(-3px);

}

/* ******************************

:: 7.0 HEADER AREA CSS

****************************** */

.hero-wrapper .svg-clipped {

  -webkit-clip-path: url(#svgPath);

  clip-path: url(#svgPath);

  height: 100%;

  z-index: -1;

}

.navbar {

  /* position: absolute; */

  top: 0;

  left: 0;

  right: 0;

  padding: 0.5rem 0;

  z-index: 999;

  -webkit-transition: 0.3s;

  transition: 0.3s;

  background: transparent;

}

.navbar .navbar-nav .nav-link {

  padding-right: 1.25rem;

  padding-left: 1.25rem;

  -webkit-transition: 0.3s;

  transition: 0.3s;

  color: #000;

}

.navbar.navbar-light .navbar-nav .nav-link {

  color: #000;

}

.navbar.navbar-light .navbar-nav .nav-link:hover,

.navbar.navbar-light .navbar-nav .nav-link:focus,

.navbar.navbar-light .navbar-nav .nav-link.active,

.navbar.navbar-light .navbar-nav .nav-link.current-menu-item {

  color: #2c2e30;

}

.navbar .navbar-brand-sticky {

  display: none;

}

.navbar-sticky {

  -webkit-transition: none;

  transition: none;

}

.navbar-sticky-transitioned {

  -webkit-transition: 0.3s;

  transition: 0.3s;

}

.navbar-sticky-moved-up {

  position: fixed;

  top: 0;

  background: #fff;

  margin-top: -100px;

}

[data-theme="dark"] .navbar-sticky-moved-up {

  background: #01081f;

  -webkit-box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3),

    0 1px 0px rgba(30, 39, 69, 0.4);

  box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);

}

.navbar-sticky-on {

  margin-top: 0;

  -webkit-transition: 0.3s;

  transition: 0.3s;

  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;

  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 20px;

}

.navbar-sticky-on .navbar-brand-regular {

  display: none;

}

.navbar-sticky-on .navbar-brand-sticky {

  display: inline;

}

/* ******************************

:: 10.0 ABOUT APP AREA CSS

****************************** */

.about-thumb {

  height: 100%;

  min-height: 450px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

}

.about-thumb.bg-overlay::after {

  border-radius: 10px;

}

/* ******************************

:: 22.0 CONTACT AREA CSS

****************************** */

.contact-box .form-group input,

.contact-box .form-group textarea {

  font-size: 14px;

  height: 50px;

  padding: 0 15px;

  border: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  border-radius: 0;

  -webkit-transition: 0.5s;

  transition: 0.5s;

}

.contact-box .form-group textarea {

  height: 100px;

  padding: 15px;

}

.contact-box .form-group input::-webkit-input-placeholder,

.contact-box .form-group textarea::-webkit-input-placeholder {

  color: rgba(68, 68, 68, 0.6);

}

.contact-box .form-group input:-ms-input-placeholder,

.contact-box .form-group textarea:-ms-input-placeholder {

  color: rgba(68, 68, 68, 0.6);

}

.contact-box .form-group input::placeholder,

.contact-box .form-group textarea::placeholder {

  color: rgba(68, 68, 68, 0.6);

}

.contact-box input:focus,

.contact-box textarea:focus,

.contact-box select:focus {

  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);

  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);

  border-radius: 10px;

}

.contact-box button {

  padding: 12px 26px;

}

/* ******************************

:: 23.0 FOOTER AREA CSS

****************************** */


.footer-area.style-two .shape-top svg {

  position: relative;

  display: block;

  left: 50%;

  width: calc(100% + 1.3px);

  -webkit-transform: translateX(-50%) rotateY(180deg);

  transform: translateX(-50%) rotateY(180deg);

}

.footer-area .social-icons > a {

  width: 40px;

  height: 40px;

  font-size: 18px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

}

.copyright-area {

  border-top: 1px solid rgba(255, 255, 255, 0.2);

  color: rgba(255, 255, 255, 0.8);

}

.footer-area .social-icons > a:hover,

.footer-area .social-icons > a:focus {

  color: #fff !important;

}

/* new  */

.banner-wrap {

  position: absolute;

  z-index: 2;

  left: 0;

  right: 0;

  width: 100%;

}

.banner-slide-item img {

  width: 100%;

  height: 100%;

  object-fit: cover;
  height: calc(100vh - 150px);

}

.banner-slide-item {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;

}

.service-text p {

  font-size: 1.2rem;

  font-weight: 600;

  text-align: center;

  color: #fff;

}

.single-service {

  border-radius: 4px;

  background-color: #fff;

  border: 1px solid rgba(0, 0, 0, 0.1);

  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);

  -webkit-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  padding: 0 !important;

}

.service-icon span {

  height: 54px;

  width: 54px;

  display: inline-block;

  text-align: center;

  line-height: 54px;

  font-size: 2rem;

  color: #0cbc13;

}

.form-group {

  margin-bottom: 1rem;

  border: 1px solid #767676;

  border-radius: 10px;

}

.form-group input,

.form-group textarea {

  border-radius: 10px;

  background: transparent;

}

.client-box img {

  height: 80px;

  width: auto !important;
  object-fit: contain;

}

.footer-title {

  font-size: 1.5rem;

}

.footer-items ul li a:hover {

  color: #02b0fb !important;

  transition: 0.3s;

  margin-left: 0.5rem;

}

.footer-items ul li a {

  margin-left: 0rem;

  transition: 0.3s;

}

/* .banner-slider .owl-dots {

    position: absolute;

    bottom: 1rem;

    z-index: 9;

    left: 0;

    right: 0;

    margin: 0 auto;

    width: 100%;

    text-align: center;

}

.banner-slider .owl-dots .owl-dot span {

    width: 10px;

    height: 10px;

    background-color: #fff;

    display: inline-block;

    margin: 0.2rem;

    border-radius: 50%;

}

.banner-slider .owl-dots .owl-dot {

    outline: none !important;

    box-shadow: none !important;

}

.banner-slider .owl-dots .owl-dot.active span {

    width: 30px;

    height: 10px;

    background-color: #0CBC13;

    display: inline-block;

    margin: 0.2rem;

    border-radius: 10px;

} */

.slick-dots {

  position: absolute;

  bottom: 1.5rem;

}

.slick-dots li button:before {

  font-family: slick;

  font-size: 12px;

  line-height: 20px;

  position: absolute;

  top: 0;

  left: 0;

  width: 20px;

  height: 20px;

  content: "•";

  text-align: center;

  opacity: 0.15;

  color: #000;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

}

.slick-dots li.slick-active button:before {

  opacity: 0.75;

  color: #0cbc13;

  width: 30px;

  height: 10px;

}

.single-counter {

  background: #ededed;

  padding: 1.5rem 1rem;

  display: block !important;

  border-radius: 10px;

}

.navbar-dark .navbar-nav .nav-link:focus,

.navbar-dark .navbar-nav .nav-link:hover {

  color: #0cbc13;

}

.object-fit-cover {

  object-fit: cover;

}

.section-heading.text-left.contact-heading > h2::after {

  left: 0;

  position: absolute;

  transform: translate(0);

}

.contact-info ul li:hover {

  background: #e1e1e1;

}

.contact-info ul li {

  list-style-type: none;

  background: #ffffff;

  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);

  border-radius: 5px;

  padding: 15px 20px;

  margin-top: 1rem;

  border: 1px solid #eeeeee;

  max-width: 450px;

  transition: all 0.4s;

}

.contact-info ul li h6 {

  font-size: 1.2rem;

  font-weight: 500;

  margin-bottom: 0.5rem;

}

.nav-pills .nav-link.active,

.nav-pills .show > .nav-link {

  color: #fff;

  background-color: #0cbc13;

}

.contact-links a {

  color: #fff;

}
.logo img {
    max-height: 60px;
}
.wrapper-search {

  border: 1px solid #ebebeb;

  padding: 0.3rem 0.5rem;

  border-radius: 10px;

  display: flex;
max-width: 100px;
}

.wrapper-search input {

  border: 0;

  outline: none;

  box-shadow: none !important;

  padding: 0 !important;
  font-size: 16px;
  color: #000;

}

.footer-items ul li h5 {

  color: #02b0fb;

  margin-bottom: 0.5rem;

  font-size: 16px;

  font-family: "Poppins", serif;

}

.client-box {

  border: 1px solid #ececec;

  border-radius: 10px;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 0.5rem;

  margin: 0 1rem;

}

.sec-heading {

  font-size: 2rem;

  color: #0cbc13;

  font-weight: 800;

}

.view-all {

  font-size: 1.2rem;

  font-weight: 700;

}

.prod-img-box {

  background: rgb(2 176 251 / 10%);

  padding: 1.7rem;

  border-radius: 15px;

  text-align: center;

}

.off {

  background: #e2fa29;

  border-radius: 50%;

  padding: 5px;

  width: 48px;

  height: 48px;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  position: absolute;

  left: 10px;

  top: 10px;

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);

}

.off span {

  line-height: 12px;

  font-family: "Poppins", serif;

  font-size: 14px;

}

.off p {

  font-size: 16px;

  font-weight: 600;

  line-height: 14px;

  font-family: "Poppins", serif;

}

.add-wishlist {

  background: #e7e7e7;

  width: 40px;

  height: 40px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  position: absolute;

  right: 10px;

  top: 10px;

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);

}

.product-item {

  position: relative;

}

.prod-content h3 {

  font-size: 1.2rem;

  margin-bottom: 0.7rem;

  font-weight: 600;

  min-height: 50px;

}

.prod-content {

  margin-top: 1.5rem;

}

.price {

  font-size: 1.5rem;

  font-weight: 800;

}

.price-wrap {

  display: flex;

  align-items: center;

  gap: 1rem;

  margin-bottom: 0.5rem;

}

.off-price {

  font-size: 18px;

  font-weight: 600;

  color: #5f5f5f;

  text-decoration: line-through;

}

.best-selling .prod-img-box {

  background: rgb(255 255 255);

}

.service-name {

  background: #fff;

  padding: 1rem;

  position: relative;

  width: 90%;

  margin: 0 auto;

  margin-top: -1.5rem;

  border-radius: 10px;

  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.15);

  text-align: center;

}

.service-name p {

  font-size: 1.5rem;

  font-weight: 600;

  color: #323232;

  margin-bottom: 0.5rem;

}

.highlight-sec {

  background: rgb(226 250 41 / 14%);

}

.highlight-text {

  margin-top: 1.5rem;

}

.highlight-text p {

  font-size: 1.2rem;

  font-weight: 600;

  color: #323232;

  line-height: 32px;

}

.highlight-item {

  text-align: center;

}

.footer-items ul li a i {

  color: #02b0fb;

}

.service-img img {

  width: 100%;

}

.service-img {

  text-align: center;

}

span.count {

  background: #0cbc13;

  width: 20px;

  height: 20px;

  position: absolute;

  top: -0.8rem;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;

  font-size: 14px;

  right: -0.8rem;

}

.header ul.head-round-icon li .user-login i {

  color: #02b0fb;

  font-size: 1.5rem;

}

.cart-box i {

  font-size: 1.5rem;

}

.btn-check:checked + .btn,

.btn.active,

.btn.show,

.btn:first-child:active,

:not(.btn-check) + .btn:active {

  color: #fff;

  background-color: #09acf3;

  border-color: #09b0f6;

}

#searchMob {

  position: absolute;

  background: #fff;

  z-index: 999;

  width: 100%;

  left: 0;

  padding: 1rem;

}

.sort-by {

  max-width: 250px;

}

.text-green {

  color: #0cbc13;

}

.section.other-banner {

  padding: 2rem 0;

  background: #e5f7ff;

}

.product-list .prod-content h3 {

  font-size: 1.2rem;

}

.product-list .price {

  font-size: 1.5rem;

}

.product-list .off-price {

  font-size: 18px;

}

.product-list .price-wrap {

  gap: 0.5rem;

}

.product-list .btn {

  font-size: 16px;

  padding: 12px 20px;

}

.product-list .add-wishlist {

  width: 32px;

  height: 32px;

}

.product-list .off p {

  font-size: 14px;

}

.product-list .off {

  padding: 4px;

  width: 42px;

  height: 42px;

}

.filter-items .form-check {

  margin-bottom: 0.25rem;

}

.product-view-main {

  background: #f3f3f3;

  padding-bottom: 1rem;

}

.slider.slider-for {

  padding: 2rem;

}

.prod-thumb-img {

  border: 1px solid #dedede;

  padding: 0.5rem;

  margin: 0.5rem 0;

  display: flex;

  align-items: center;

  justify-content: center;

}

.slider.slider-nav {

  width: 140px;

  margin: 0 auto;

  position: absolute;

  left: 0;

  top: 0;

}

.slider.slider-nav .slick-prev {

  left: 0;

  right: 0;

  margin: 0 auto;

  transform: rotate(90deg);

  top: -25px;

}

.slider.slider-nav 

.prod-thumb-img img {

  max-height: 100px;

}

.prod-big-img img {

  min-height: 400px;

  margin: 0 auto;

}

.slider.slider-nav {

  width: 90%;

  margin: 0 auto;

}

.slick-next:before,

.slick-prev:before {

  color: #0cbc13;

}

.prod-desc li {

  list-style-type: square;

}

.prod-desc {

  padding-left: 1.3rem;

}

.prod-desc-main h4 {

  margin-bottom: 0.5rem;

  margin-top: 1rem;

}

.text-bg-primary {

  color: #fff !important;

  background-color: #02b0fb !important;

}

.cus-radio-item {

  display: block;

  position: relative;

  margin-bottom: 12px;

  cursor: pointer;

  font-size: 22px;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  padding: 1rem;

  text-align: center;

}

/* Hide the browser's default radio button */

.cus-radio-item input {

  position: absolute;

  opacity: 0;

  cursor: pointer;

}

/* Create a custom radio button */

.checkmark {

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  background-color: #eee;

  z-index: -1;

  border: 1px solid #dedede;

  border-radius: 10px;

}

/* On mouse-over, add a grey background color */

.cus-radio-item:hover input ~ .checkmark {

  background-color: #ccc;

}

/* When the radio button is checked, add a blue background */

.cus-radio-item input:checked ~ .checkmark {

  background-color: #e5f7ff;

}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {

  content: "";

  position: absolute;

  display: none;

}

/* Show the indicator (dot/circle) when checked */

.cus-radio-item input:checked ~ .checkmark:after {

  display: block;

}

.off-price-select {

  text-decoration: line-through;

}

.img-zoom-lens {

  position: absolute;

  border: 1px solid #d4d4d4;

  /*set the size of the lens:*/

  width: 40px;

  height: 40px;

}

.img-zoom-result {

  border: 1px solid #d4d4d4;

  /*set the size of the result div:*/

  width: 300px;

  height: 300px;

}

.form-control {

  padding: 0.7rem 1rem;

}

.input-box-wrap input {

  width: 45px;

  height: 45px;

  border: 1px solid #dedede;

}

.cart-box .card img{

    max-height: 120px;

}

.prod-desc-main h5 {

  margin-bottom: 0.5rem;

  margin-top: 1rem;

  font-size: 1.2rem;

}

.quantity-box input {

  font-size: 1.2rem;

  font-weight: 600;

}

.quantity-box .btn.btn-outline-primary {

  border: 1px solid #d7d7d7;

  color: #0cbc13;

  border-radius: 0.25rem;

    font-size: 1.2rem;

    padding: 1rem;

}

.highlight-icon img {

  max-height: 60px;

}

.footer-area {
  background: linear-gradient(45deg, #000000, #025071)

}

.footer-top, .footer-bottom {

  position: relative;

  z-index: 2;

}

.footer-top {

  background-position: 50%;

  background-size: cover;

  height: 100%;

  position: relative;

}

.gshop-header-user .user-menu-wrapper{

  left: inherit;

  right: 0;

}

.vertical-product-card .offer-badge {

  background: #e2fa29;

}

span.count.fs-semibold {

  background: #0000;

  width: 20px;

  height: 20px;

  position: sticky;

  align-items: center;

  justify-content: center;

  color: #000;

  display: inline-grid

;

}

.gshop-header-icons a svg {

  width: 2rem;

  height: 1.7rem;

}

.vertical-product-card .card-content p {

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  margin-bottom: 0.5rem;

}

.tt-address-content .tt-edit-address {

  right: 0px;

  bottom: 0;

  top: inherit;

  margin-left: auto;

  left: inherit;

}

.swiper-slide.product-thumb-single img {

  height: 90px;

  object-fit: contain;

}

.swiper-wrapper .w-50.w-md-25 img {

  max-height: 250px;

  text-align: center;

  margin: 0 auto;

}

.swiper-wrapper .w-50.w-md-25 {

  text-align: center;

  margin: 0 auto;

}



#bulkOrderModal .form-label, .career-page .form-label {

  margin-bottom: .5rem;

  font-weight: 600;

}

#bulkOrderModal .form-control, .career-page .form-control, .career-page .form-select {

  border: 1px solid #dedede;

}

.client-slider .slick-track {
    text-align: center;
    right: 0;
    margin: 0 auto;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.quickview-double-slider .swiper-slide.text-center img {
    max-height: 400px;
}
.tt-category-tag a{
  background:#e5f7ff;
}

ul.sidebar-posts .thumbnail img {
    height: 100px;
    object-fit: cover;
}
.blog-details-content .thumbnail img{
  height: auto;
  max-height: 350px;
  width: 100%;
  object-fit: cover;
}
.blog-card .thumbnail img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}
.blog-card .blog-card-content p{
  

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

  margin-bottom: 0.5rem;

}
.blog-card .blog-card-content h2{
  

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  margin-bottom: 0.5rem;
  font-size: 1.1rem;
min-height: 50px;

}
.brands-slider .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-img img {
    width: 100%;
    object-fit: contain;
    max-height: 180px;
}
.video-item{
  padding: 1rem;
}
.blog-details-content p {
    margin-bottom: 1rem;
}
.team-info h5{
  font-size: 1rem;

}
.footer-top{
    z-index: 0;
}
.client-slider {
    margin-top: 1rem;
}
.cart-table tr td.h-100px img {
    max-height: 90px;
    object-fit: contain;
}
section.service-area .sec-heading {
    margin-bottom: 1rem !important;
}
.results-slider {
    margin-top: 0.5rem;
}