* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "poppinsregular";
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
figure,
label {
  margin: 0;
}

p {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.6;
}

a,
button {
  transition: 0.2s ease-in-out;
}

a:hover {
  text-decoration: none;
}

button:focus {
  outline: unset;
}

.btn:focus {
  box-shadow: unset;
}

::placeholder {
  opacity: 1;
}

:focus-visible {
  outline: none;
}

.c-container {
  max-width: 1380px;
  padding: 0 30px;
  margin: 0 auto;
}

.p-relative {
  position: relative;
}

.fixed-top {
  position: unset;
}

.navbar-nav .nav-link {
  color: #393939;
}

.navbar-nav .active>.nav-link,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .show>.nav-link {
  color: #e52c2c;
}

.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
  color: #e52c2c;
}

.navbar {
  padding: 5px 0;
}

.dropdown-toggle::after {
  box-sizing: border-box;
  height: 5px;
  width: 5px;
  border-style: solid;
  border-color: #393939;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
  position: relative;
  right: -5px;
}

.nav-link {
  font-size: 14px;
  padding-right: 0 !important;
  padding-left: 30px !important;
}

.top-header {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.top-header::before {
  content: " ";
  position: absolute;
  top: 0;
  background: #393939;
  width: 1000%;
  height: 100%;
  left: -999%;
}

.header-contact-info {
  display: flex;
  background-color: #393939;
  padding: 5px 80px 5px 0;
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 95% 100%);
  position: relative;
}

.h-c-info {
  padding-right: 25px;
  display: inline-flex;
  align-items: center;
}

.h-c-info img {
  margin-right: 10px;
  max-height: 15px;
}

.h-c-info a {
  font-size: 14px;
  color: #fff;
}

.header-right-detail {
  display: flex;
  padding: 5px 0px 5px 0;
  align-items: center;
}

.social-details {
  display: flex;
}

.social-details li {
  margin-right: 10px;
}

.social-details li:last-child {
  margin-right: 0;
}

.header-search-box {
  position: relative;
  margin: 0 10px;
}

.header-search-box input {
  width: 264px;
  height: 32px;
  padding: 0 31px 0 15px;
  border: 1px solid #bcbcbc;
  border-radius: 4px;
  font-size: 14px;
  color: rgba(57, 57, 57, 0.5);
}

.header-search-box button {
  background: transparent;
  border: transparent;
  position: absolute;
  right: 10px;
  top: 3px;
}

.cart-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-top button {
  border: transparent;
  background: transparent;
  cursor: pointer;
}

.cart-top span {
  position: absolute;
  top: -6px;
  right: -6px;
  height: 18px;
  width: 18px;
  border-radius: 35px;
  background: #e52c2c;
  font-size: 10px;
  color: #fff;
  text-align: center;
  line-height: 19px;
}

footer {
  padding: 50px 0;
}

.f-detail p {
  font-size: 14px;
  margin-top: 15px;
  color: #393939;
}

.follow-us {
  margin-top: 10px;
}

.follow-us span {
  font-size: 14px;
  font-weight: 700;
  color: #0b77b2;
  margin-bottom: 10px;
  display: flex;
  font-family: "roboto_slabregular";
}

.follow-us ul {
  display: flex;
}

.follow-us ul li {
  margin-right: 10px;
}

.copyright {
  font-size: 14px;
  color: #393939;
  margin-top: 15px;
  display: block;
}

.copyright a {
  color: #0b77b2;
}

.f-logo img {
  max-height: 70px;
}

.site-link {
  margin-top: 33px;
}

.f-title {
  color: #0b77b2;
  font-size: 22px;
  font-family: "roboto_slabregular";
  font-weight: 700;
  margin-bottom: 16px;
}

.site-links-detail ul li {
  list-style-type: disc;
  color: #e52c2c;
  margin-left: 14px;
}

.site-links-detail ul li a {
  font-size: 14px;
  color: #393939;
}

.site-links-detail ul li a:hover,
.f-c-info a:hover,
.copyright a:hover {
  color: #e52c2c;
}

.c-title {
  color: #1c97d6;
  font-size: 18px;
  font-family: "roboto_slabregular";
  font-weight: 700;
  margin-bottom: 10px;
}

.f-c-info {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  color: #393939;
}

.f-c-info img {
  margin-right: 10px;
  position: relative;
  top: 3px;
}

.f-c-info a {
  color: #393939;
  word-wrap: anywhere;
}

.navbar-toggler-icon {
  width: 15px;
  height: 2px;
  background-color: #0b77b2;
  position: relative;
  right: 5px;
}

.navbar-toggler-icon::before {
  content: " ";
  position: absolute;
  top: -6px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #0b77b2;
}

.navbar-toggler-icon::after {
  content: " ";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #0b77b2;
}

.dropdown-menu {
  padding: 0;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  border: unset;
}

.dropdown-item {
  background: #e52c2c;
  font-size: 14px;
  color: #fff;
  padding: 15px;
  border-bottom: 2px solid #d01e1e;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1c97d6;
  /* background-color: #0b77b2; */
}


/*------------------------- login forms ---------------------------------------------*/

.forms-section {
  padding: 100px 0;
  background: url(../images/form-bg-top.svg), url(../images/form-bg-bottom.svg);
  background-repeat: no-repeat;
  background-position: -1% 10%, 100% 85%;
  background-color: #1c97d6;
}

.login-form {
  background: #fff;
  padding: 22px 20px 35px 20px;
  border-radius: 8px;
}

.login-form h2 {
  font-family: "roboto_slabregular";
  font-size: 32px;
  line-height: 42px;
  text-transform: capitalize;
  color: #0b77b2;
  margin-bottom: 10px;
}

.form-group {
  position: relative;
}

.form-group label {
  font-family: "roboto_slabregular";
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  color: #1c97d6;
  margin-bottom: 7px;
}

.form-group label small {
  color: rgba(229, 44, 44, 1);
}

.checkbox-forgotpw {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.forgot-pw {
  color: rgba(229, 44, 44, 1);
  font-family: "roboto_slabregular";
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
}

.forgot-pw:hover {
  color: #1c97d6;
}

.custom-cbox+label {
  display: block;
  cursor: pointer;
  font-size: 14px;
  color: #393939;
  font-family: "roboto_slabregular";
  display: flex;
  align-items: baseline;
}

.custom-cbox {
  display: none;
}

.custom-cbox+label:before {
  content: "";
  display: flex;
  width: 20px;
  height: 20px;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 8px;
  vertical-align: bottom;
  color: transparent;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  min-width: 20px;
}

.custom-cbox:checked+label::before {
  /* background-color: #ed820a; */
  /* border-color: #ed820a; */
  color: #268eda;
  background-image: url(../images/blue-chek.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  max-width: 20px;
  min-width: 20px;
}

.custom-cbox.radio+label:before {
  content: "";
  display: flex;
  width: 20px;
  height: 20px;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 8px;
  vertical-align: bottom;
  color: transparent;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  min-width: 20px;
  /* border-radius: 20px; */
  border-radius: 4px;
}

.custom-cbox.radio:checked+label::before {
  /* background-color: #ed820a; */
  /* border-color: #ed820a; */
  color: #268eda;
  background-image: url(../images/blue-chek.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  max-width: 20px;
  /* border-radius: 20px; */
  border-radius: 4px;
  min-width: 20px;
}

.custom-cbox:disabled+label:before {
  transform: scale(1);
  border-color: #aaa;
}

.custom-cbox:checked:disabled+label:before {
  transform: scale(1);
  background-color: #f7c28f;
  border-color: #f7c28f;
}

.submit-button {
  background: #1c97d6;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  padding: 10px 30px;
  margin-top: 25px;
  font-weight: 600;
  box-shadow: unset;
}

.submit-button:hover {
  background: #e52c2c;
}

.form-control {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  outline: 0;
  font-size: 14px;
  color: #393939;
  height: 45px;
  font-family: "roboto_slabregular";
  opacity: 0.8;
}

.form-control:focus {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  outline: 0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}

.form-policey p {
  font-size: 12px;
  line-height: 18px;
  text-transform: capitalize;
  color: #393939;
}

.form-policey p a {
  color: #1c97d6;
}

.form-policey p a:hover {
  text-decoration: underline;
}


/*------------------------- login forms ---------------------------------------------*/

.inner-banner {
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}

.inner-banner-sec {
  position: relative;
  padding: 80px 0;
}

.inner-banner-details {
  position: relative;
}

.inner-banner-details::before {
  content: "";
  position: absolute;
  background: rgba(229, 44, 44, 0.6);
  width: 1000%;
  left: -1000%;
  top: 0;
  height: 100%;
}

.inner-clip-path {
  background: rgba(229, 44, 44, 0.6);
  max-width: 450px;
  padding: 20px 0;
  position: relative;
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 90% 100%);
  min-height: 107px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inner-banner-details h1 {
  font-family: "roboto_slabregular";
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
}

.inner-banner-top {
  /* max-width: 470px; */
  max-width: 540px;
  margin: 0 0 0 auto;
  position: absolute;
  text-align: right;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 1;
}

.inner-banner-top::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1000%;
  background: #1c97d6;
  right: -1000%;
  top: 0;
}

.inner-banner-top-clip-path {
  clip-path: polygon(6% 0, 100% 0, 100% 100%, 30% 100%, 0 100%);
  background: #1c97d6;
  padding: 9px 0 10px 40px;
  margin-right: -1px;
}

.inner-banner-top p {
  font-size: 14px;
  color: #ffffff;
  text-align: left;
}

.item .inner-banner-top.banner-top-ab::after{
  width: unset;
  right:unset;
}

.r-containier {
  max-width: 900px;
}

.request-quote-section {
  padding: 50px 0;
  background: url(../images/form-bg-top.svg), url(../images/form-bg-bottom.svg);
  background-repeat: no-repeat;
  background-position: -1% 10%, 100% 85%;
  background-color: #1c97d6;
}

.request-top {
  text-align: center;
}

.request-top h3 {
  font-family: "roboto_slabregular";
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  font-weight: bold;
}

.request-top p {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  margin: 20px 0 30px 0;
}

.form-group textarea {
  height: 100px;
  resize: unset;
}

.select-dropdown {
  display: block;
  width: 100%;
  height: 45px;
  background: #ffffff url(../images/dropdown-arrow.svg) no-repeat;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  color: #393939;
  font-size: 14px;
  padding-left: 12px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: 97%;
  font-family: "roboto_slabregular";
  opacity: 0.4;
}


/* ---------- tel dropdown ------------------*/

.iti {
  position: relative;
  display: block;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0;
  display: none;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-dial-code {
  color: #1c97d6;
  font-family: "roboto_slabregular";
}

.iti__arrow {
  border: 0;
  content: url(../images/dropdown-arrow.svg);
  height: 100%;
  width: 100%;
  margin-left: 6px;
}

.iti__flag,
.iti__flag-box {
  display: none;
}


/* ---------- tel dropdown ------------------*/

.c-dropdown button {
  background: transparent;
  padding-left: 10px;
  pointer-events: none;
}

.c-dropdown button span {
  font-size: 14px;
  font-family: "roboto_slabregular";
  font-weight: bold;
}

.c-dropdown .dropdown-toggle::after {
  right: 0;
  height: 8px;
  width: 8px;
  border-width: 0px 2px 2px 0px;
  top: 2px;
}

.c-dropdown .dropdown-menu {
  left: unset;
  right: 0;
}

.section-part {
  padding: 50px 0;
}

.test-bg {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-title {
  max-width: 850px;
  margin: 0 auto;
}

.section-title h3 {
  font-size: 32px;
  font-family: "roboto_slabregular";
  font-weight: bold;
  color: #0b77b2;
  /* color: #1c97d6; */
}

.section-title span {
  font-size: 16px;
  color: #393939;
  margin-top: 5px;
  display: flex;
  justify-content: center;
}

.t-box {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  background: #1c97d6;
  border-radius: 4px;
  padding: 0 20px 20px 20px;
}

.t-pic {
  width: 122px;
  height: 122px;
  overflow: hidden;
  border-radius: 50%;
  border: 3px solid #fff;
  margin: -61px auto 0;
}

.t-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.t-box p {
  font-size: 14px;
  color: #fff;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* height: 85px; */
  height: 65px;
}

.t-box span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.t-container {
  max-width: 1084px;
}

.two-part-container {
  max-width: 1240px;
}

.part-content {
  margin-left: 40px;
}

.image-clip {
  width: 100%;
  height: 420px;
  overflow: hidden;
  clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 90% 100%);
}

.image-clip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top-title {
  display: flex;
  font-size: 22px;
  color: #0b77b2;
  margin-bottom: 5px;
  font-weight: bold;
}

.c-change {
  color: #0b77b2;
  margin-left: 4px;
  display: inline-block;
}

.section-title p {
  font-size: 14px;
  color: #393939;
  display: flex;
  margin: 10px 0;
}

.blue-btn {
  height: 45px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 0 25px;
  background-color: #1c97d6;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.blue-btn:hover {
  color: #fff;
  background-color: #e52c2c;
}

.f-product-box {
  border: 1px solid #f5f5f5;
  border-radius: 8px;
  margin-top: 50px;
}

.featured-image {
  width: 100%;
  height: 260px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-image img {
  max-width: 100%;
  width: unset !important;
}

.featured-content {
  padding: 15px 10px;
  background: #f5f5f5;
  min-height: 195px;
}

.featured-content h4 {
  font-size: 16px;
  font-family: "roboto_slabregular";
  font-weight: 600;
  color: #1c97d6;
}

.featured-content span {
  font-size: 14px;
  color: #393939;
  display: flex;
  margin: 5px 0;
}

.f-price {
  font-size: 14px;
  color: #393939;
  font-weight: bold;
}

.min-width-box {
  min-height: 90px;
  margin-bottom: 10px;
}

.featured-product-section::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/right-top-shape.svg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 150px;
  width: 150px;
}

.featured-product-section::before {
  content: " ";
  position: absolute;
  bottom: 10px;
  left: 0;
  background: url(../images/left-bottom-shape.svg) no-repeat;
  background-size: 142px;
  background-position: center;
  height: 152px;
  width: 142px;
}

.product-c-box {
  padding: 20px;
  border-radius: 8px;
}

.bg-light-orange {
  background: #ffaa79;
}

.bg-black {
  background: #393939;
}

.bg-green {
  background: #8cd74f;
}

.bg-blue {
  background: #1c97d6;
}

.bg-light-red {
  background: #e95454;
}

.bg-dark-green {
  background: #7eba4c;
}

.bg-dark-orange {
  background: #f88746;
}

.bg-dark-blue {
  background: #0b77b2;
}

.bg-dark-red {
  background: #e52c2c;
}

.pro-image {
  height: 92px;
  margin-bottom: 10px;
}

.pro-image img {
  max-height: 92px;
}

.product-c-box {
  color: #fff;
  margin-top: 30px;
  min-height: 280px;
}

.product-c-box h4 {
  font-size: 22px;
  font-weight: 600;
}

.product-c-box p {
  font-size: 14px;
  max-width: 344px;
  display: flex;
  margin: 10px 0;
}

.product-c-box a {
  font-size: 14px;
  text-decoration: underline;
  color: #fff;
  font-weight: bold;
}
/* .product-c-box a.view-all{
  color: #1c97d6;
} */
.banner-section {
  overflow-x: hidden;
}
.banner-section .item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  /* height: 1050px; */
  height: 970px;
  width: 100%;
  flex-direction: column;
}

.banner-content {
  position: relative;
  z-index: 2;
}

.banner-content h1 {
  font-size: 52px;
  font-family: "roboto_slabregular";
  font-weight: 600;
  color: #0b77b2;
}

.banner-content p {
  font-size: 16px;
  display: flex;
  margin: 0 0 10px 0;
  color: #393939;
}

.banner-image {
  max-height: 450px;
}

.banner-slider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  display: unset;
}

.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.owl-dots span {
  width: 14px;
  height: 14px;
  background: #1c97d6;
  border-radius: 50%;
  display: flex;
  margin: 0 4px;
}

.owl-dots .owl-dot.active span {
  background: #e52c2c;
}

.banner-slider .owl-dots {
  top: 510px;
}

.owl-nav .left-banner-arrow {
  width: 43px;
  height: 107px;
  background: #e52c2c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-nav .right-banner-arrow {
  width: 43px;
  height: 107px;
  background: #e52c2c;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  border: transparent;
  z-index: 2;
}

.banner-slider .owl-nav button {
  position: absolute;
  top: 260px;
  margin: 0;
}

.owl-nav button.owl-prev {
  left: 0;
}

.o-testimonial-slider .owl-nav button.owl-prev,
.f-p-slider .owl-nav button.owl-prev {
  left: -43px;
}

.owl-nav button.owl-next {
  right: 0;
}

.o-testimonial-slider .owl-nav button.owl-next,
.f-p-slider .owl-nav button.owl-next {
  right: -43px;
}

.product-categories-section {
  margin-top: -380px;
  z-index: 1;
  position: relative;
  padding-top: 0 !important;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  cursor: pointer;
}

.inner-clip-path a {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}

.about-us-section .nav-tabs {
  border-bottom: unset;
}

.about-us-section .nav-link.active {
  border: unset;
}

.about-us-section .nav-tabs .nav-link {
  border: unset;
}

.about-us-section .nav-tabs .nav-link:focus,
.about-us-section .nav-tabs .nav-link:hover {
  border-color: unset;
  border: unset;
}

.about-us-section .nav.nav-tabs {
  display: flex;
  justify-content: center;
}

.about-us-section .nav-link {
  font-size: 14px;
  padding: 10px 20px !important;
  background: #1c97d6;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
}

.about-us-section .nav-tabs .nav-item {
  margin: 0 6px;
}

.about-us-section .nav-link.active {
  background: #e52c2c;
  color: #fff;
}

.abt-content {
  margin-top: 70px;
}

.abt-image {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 470px;
  max-height: 396px;
}

.abt-image::before {
  content: " ";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  background: #e52c2c;
}

.abt-image img {
  position: relative;
  z-index: 1;
}

.abt-image::after {
  content: " ";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background: #1c97d6;
}

.abt-paragraph {
  font-size: 14px;
  color: #393939;
  margin-top: 10px;
}

.abt-paragraph span {
  display: unset;
  color: #1c97d6;
  font-size: 14px;
  font-weight: bold;
}

.v-red-text {
  color: #e52c2c;
  font-size: 14px;
  margin-top: 5px;
}

.suppliers-text {
  font-size: 14px;
  color: #393939;
  margin: 8px 0;
}

.ega-text {
  font-size: 18px;
  font-family: "roboto_slabregular";
}

.btn-list {
  display: inline-flex;
  flex-direction: column;
}

.btn-list span {
  padding: 5px 20px;
  font-size: 14px;
  border-radius: 48px;
  color: #fff;
  margin-bottom: 10px;
  display: inline-flex;
  transform: scale(1);
  transition: 0.2s ease-in-out;
}

.btn-list span:hover {
  transform: scale(1.1);
}

.abt-bottom-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f3f3f3;
  margin-top: 70px;
  position: relative;
}

.abt-bottom-section::before {
  content: "";
  position: absolute;
  background: #f3f3f3;
  width: 1000%;
  left: -1000%;
  top: 0;
  height: 100%;
}

.abt-bottom-section::after {
  content: "";
  position: absolute;
  background: #f3f3f3;
  width: 1000%;
  right: -1000%;
  top: 0;
  height: 100%;
}

.abt-bottom-section h4 {
  font-size: 42px;
  color: #393939;
  font-family: "roboto_slabregular";
  font-weight: bold;
  text-align: center;
}

.abt-bottom-section p {
  text-align: center;
  margin: 15px 0 30px 0;
  font-size: 14px;
  color: #393939;
}

.abt-bottom-section span {
  font-size: 14px;
  color: #393939;
  display: block;
  margin-bottom: 30px;
}

.section-title.v-content {
  max-width: unset;
}

.abt-rounded-image {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  border: 5px solid #1c97d6;
  border-radius: 50%;
}

.abt-rounded-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.team-info h4 {
  font-size: 22px;
  margin-top: 30px;
  color: #1c97d6;
}

.mail-id {
  font-size: 14px;
  color: #393939;
  margin-top: 5px;
}

.s-partner {
  max-width: 850px;
  margin: 0 auto;
}

.partner-iamge a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 235px;
  background: #f3f3f3;
  border-radius: 8px;
  padding: 0 10px;
}

.partner-iamge a img {
  max-width: 100%;
}

.w-container {
  max-width: 1100px;
}

.w-900 {
  max-width: 900px;
  margin: 0 auto;
}

.w-us-slider .t-box {
  background: #fff;
}

.w-us-slider .t-pic {
  border: 3px solid #1c97d6;
}

.w-us-slider .t-box p,
.w-us-slider .t-box span {
  color: #1c97d6;
}

.w-us-slider .t-box {
  margin-top: 60px;
}

.click-btn {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.click-btn span {
  font-size: 42px;
  color: #fff;
  font-family: "roboto_slabregular";
  margin-bottom: 30px;
}

.btn-light-orange {
  padding: 0px 50px;
  height: 88px;
  background: #f88746;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
}

.btn-light-orange:hover {
  color: #fff;
  background: #e52c2c;
}

.blog-section {
  background: #f3f3f3;
}

.blog-box {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.2s ease-in-out;
}

.blog-box:hover {
  box-shadow: 0 0 10px #0b77b2;
}

.blog-top-image {
  width: 100%;
  height: 194px;
  overflow: hidden;
}

.blog-top-image img,
.blog-left-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog-box-content {
  padding: 20px 10px;
}

.blog-box-content h5 {
  font-size: 16px;
  color: #0b77b2;
  font-family: "roboto_slabregular";
  font-weight: 600;
}

.blog-box-content span {
  font-size: 12px;
  color: #393939;
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.blog-box-content span img {
  margin-right: 5px;
}

.blog-box-content p {
  font-size: 14px;
  color: #393939;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.top-blog-detail {
  max-width: 980px;
}

.top-blog-detail h5,
.post-text {
  font-size: 28px;
  font-family: "roboto_slabregular";
  font-weight: 600;
  color: #1c97d6;
}

.top-blog-detail span {
  display: flex;
  align-items: center;
  margin: 10px 0 15px;
  font-size: 16px;
  color: #393939;
}

.top-blog-detail span img {
  margin-right: 8px;
}

.blog-left-image {
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 8px;
}

.blog-left-detail p {
  font-size: 14px;
  color: #393939;
  margin-top: 25px;
}

.post-text {
  font-size: 18px;
}

.post-box a {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  padding: 10px 15px 10px 10px;
  background: #1c97d6;
  border-radius: 8px;
  color: #fff;
}

.similar-text,
.post-box span {
  font-size: 14px;
}

.post-box span {
  display: flex;
  align-items: center;
  margin-top: 3px;
}

.post-box span img {
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.owl-stage {
  margin: 0 auto;
}

.o-hidden {
  overflow: hidden;
}

.banner-top-ab {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.sticky_header {
  position: fixed;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999;
}

.top-add {
  position: absolute;
  top: 118px;
  left: 0;
  width: 100%;
}

.login-form.c-form textarea {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  outline: 0;
  font-size: 14px;
  color: #393939;
  font-family: "roboto_slabregular";
  opacity: 0.8;
  padding: 10px;
  display: flex;
  width: 100%;
  height: unset;
}

.submit-button.t-center {
  margin: 25px auto 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-white h3 {
  color: #fff;
}

.map-info h3 {
  font-size: 22px;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  font-family: "roboto_slabregular";
  font-weight: 600;
}

.map-box {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.map-iframe iframe {
  width: 100%;
  height: 310px;
}

.con-box {
  padding: 30px 10px 10px;
  min-height: 147px;
}

.con-address {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  color: #393939;
  margin-bottom: 10px;
}

.con-address img,
.con-phone img {
  margin-right: 10px;
  max-height: 20px;
}

.con-detail {
  display: flex;
  word-wrap: anywhere;
}

.con-phone {
  margin-right: 30px;
  font-size: 14px;
  color: #393939;
}

.return-policy-section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 153px;
  background: #1c97d6;
  text-align: center;
}

.return-policy-section h2 {
  color: #fff;
  font-family: "roboto_slabregular";
  font-size: 32px;
}

.w-872 {
  max-width: 872px;
  margin: 0 auto;
}

.return-policy-content span {
  font-size: 18px;
  color: #1c97d6;
  font-family: "roboto_slabregular";
  margin-top: 15px;
  display: flex;
}

.return-policy-content span:first-child {
  margin-top: 0;
}

.return-policy-content p {
  font-size: 14px;
  color: #393939;
  margin-top: 15px;
}

.accordion {
  margin-top: 15px;
}

.accordion .card {
  border: none;
  margin-bottom: 20px;
}

.accordion .card h2 {
  background-image: url(../images/arrow-up.svg);
  background-size: 12px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
}

.accordion .card h2.collapsed {
  background-image: url(../images/arrow.svg);
  background-size: 12px;
}

.card-body {
  background: #fff;
  border-radius: 8px;
  margin-top: 15px;
  padding: 15px;
}

.card-body a {
  font-size: 12px;
  color: #1c97d6;
  display: inline-flex;
  flex-direction: column;
  margin-top: 10px;
}

.card-body a:first-child {
  margin-top: 0;
}

.card-body a:hover {
  color: #e52c2c;
}

.card {
  background: transparent;
}

.bg-light-pink {
  padding: 25px 15px 15px;
  background: #f3f3f3;
  border-radius: 8px;
}

.product-title {
  font-size: 18px;
  font-family: "roboto_slabregular";
  font-weight: 600;
  color: #1c97d6;
  display: flex;
}

.bg-light-pink h2 {
  font-size: 16px;
  color: #393939;
}

.sp-title {
  font-size: 18px;
  margin-bottom: 15px;
  color: #e52c2c;
  font-family: "roboto_slabregular";
}

.sp-image img {
  width: 100%;
}

.sp-para p {
  font-size: 14px;
  display: flex;
  margin-top: 15px;
  color: #393939;
}

.sp-para p,
.sp-full-para {
  font-size: 14px;
  display: flex;
  margin-top: 15px;
  color: #393939;
  line-height: 28px;
}

.full-sp-image {
  width: 100%;
  margin-top: 15px;
}

.full-sp-image img {
  width: 100%;
}


/* product page css */

.sub-cat-list {
  display: inline-block;
}

.sub-cat-list ul {
  display: inline-block;
}

.sub-cat-list ul li {
  margin-bottom: 10px;
}

.sub-cat-list ul li:last-child {
  margin-bottom: 0px;
}

.sub-cat-list ul li label {
  font-family: "poppinsregular";
}

.product-list-main h4 {
  font-size: 16px;
  color: #323232;
}

.product-list-main h4 span {
  color: #1c97d6;
}

.list-filter {
  margin-left: 10px;
  display: inline-flex;
}

.list-filter label {
  font-family: "poppinsregular";
  font-size: 16px;
}

.product-list-block {
  margin-top: 20px;
}

.product-list-block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-list-block ul li {
  width: 24%;
  display: block;
  margin-bottom: 15px;
}

.product-list-view {
  width: 100%;
  position: relative;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #f5f5f5;
  overflow: hidden;
  padding-top: 0px;
}

.prod-img {
  max-height: 150px;
  height: 150px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.brand-logo {
  position: absolute;
  width: 40%;
  left: 10px;
  top: 10px;
}

.product-price-block {
  background-color: #f5f5f5;
  padding: 10px;
  min-height: 80px;
}

.product-price-block h5 {
  font-family: "roboto_slabregular";
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  color: #1c97d6;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.product-price-block h6 {
  font-weight: bold;
  font-family: "poppinsregular";
  font-size: 14px;
  color: #393939;
  margin-top: 5px;
}

.product-img-view {
  position: relative;
}

.avrage-rate {
  background-color: #7eba4c;
  border-radius: 4px;
  color: #fff;
  padding: 3px 5px;
  font-size: 12px;
  align-items: center;
  display: inline-flex;
  position: absolute;
  right: 6px;
  bottom: 10px;
}

.avrage-rate span {
  margin-left: 4px;
  margin-top: -2px;
}

.product-list-block a:hover .product-price-block {
  background-color: #1c97d6;
}

.product-list-block a:hover .product-price-block h6,
.product-list-block a:hover .product-price-block h5,
.product-list-block a:hover .available-for-purchase {
  color: #fff;
  transition: 0.2s;
}

.pagination-row .page-link {
  border: none;
  color: #323232;
  font-size: 14px;
  font-family: "roboto_slabregular";
  margin: 0 2px;
  min-width: 30px;
  text-transform: uppercase;
  text-align: center;
}

.page-item:hover .page-link {
  border: none;
  color: #fff;
  font-size: 14px;
  font-family: "roboto_slabregular";
  background-color: #1c97d6;
  border-radius: 4px;
  overflow: hidden;
}

.page-item.active .page-link {
  border: none;
  color: #fff;
  font-size: 14px;
  font-family: "roboto_slabregular";
  background-color: #1c97d6;
  border-radius: 4px;
  overflow: hidden;
}

.pagination {
  margin-top: 15px;
}

.t-center {
  text-align: center;
}

.top-breadcrumbs {
  padding-top: 50px;
  display: flex;
}

.top-breadcrumbs nav .breadcrumb {
  padding: 0;
  background: transparent;
  margin: 0;
  align-items: center;
}

.top-breadcrumbs nav .breadcrumb a {
  font-size: 14px;
  color: #0b77b2;
}

.top-breadcrumbs nav .breadcrumb a:hover {
  color: #393939;
}

.top-breadcrumbs .breadcrumb-item.active {
  color: #393939;
  font-size: 14px;
}

.top-breadcrumbs .breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #393939;
  content: "/";
}

.productu-detail-content h4 {
  font-size: 28px;
  display: flex;
  color: #1c97d6;
  font-family: "roboto_slabregular";
  font-weight: 700;
}

.brand {
  font-size: 14px;
  display: flex;
  color: #393939;
  margin: 5px 0;
}

.p-brand-logo- {
  max-width: 100%;
}

.rating-detail {
  display: flex;
  font-size: 14px;
  color: #393939;
  align-items: center;
  margin-top: 10px;
}

.rating-detail .avrage-rate,
.just-wow .avrage-rate {
  position: unset;
  margin-right: 10px;
}

.productu-detail-content p {
  font-size: 14px;
  color: #393939;
  display: block;
  margin: 20px 0;
}

.productu-detail-content p a {
  color: #e52c2c;
  font-weight: 600;
}

.productu-detail-content p a:hover {
  color: #1c97d6;
}

.review-part {
  margin-top: 25px;
}

.price-label,
.prod-title,
.review-part h6 {
  font-size: 18px;
  color: #393939;
  font-family: "roboto_slabregular";
  font-weight: 600;
}

.p-price {
  font-size: 42px;
  font-weight: bold;
  color: #393939;
}

.s-list {
  margin-left: 12px;
}

.s-list li {
  list-style-type: disc;
  font-size: 14px;
  margin-top: 5px;
  color: #393939;
}

.s-list li::marker {
  color: #e52c2c;
}

.rate-pro {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.rating-detail b {
  font-size: 18px;
  margin-right: 10px;
  font-family: "roboto_slabregular";
  font-weight: 600;
}

.detail-form {
  margin-bottom: 60px;
  margin-top: 20px;
}

.detail-form textarea,
.detail-form input {
  display: block;
  width: 100%;
  padding: 15px;
  resize: none;
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  font-size: 14px;
  color: rgba(57, 57, 57, 0.4);
}

.detail-form input {
  margin: 15px 0;
}

.detail-form button {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  border: unset;
  background-color: #393939;
  padding: 12px 20px;
}

.just-wow {
  font-size: 14px;
  color: #1c97d6;
  font-family: "roboto_slabregular";
  font-weight: 600;
  margin-top: 20px;
}

.review-name,
.montreal {
  font-size: 14px;
  color: #393939;
  margin-right: 20px;
}

.montreal span {
  margin-right: 25px;
}

.review-name {
  min-width: 140px;
}

.review-part p {
  margin-top: 5px;
  margin-bottom: 15px;
}

.button-group-pills .btn {
  margin-right: 10px;
  padding: 6px 10px;
  background: #1c97d6;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #1c97d6;
}

.button-group-pills .btn.active {
  background: #e52c2c;
  border: 1px solid #e52c2c;
}

.button-group-pills .btn:hover {
  background: #e52c2c;
  border: 1px solid #e52c2c;
}

.disable-box {
  border: 2px dashed #969696 !important;
  color: #969696 !important;
  background: transparent !important;
}

.c-radio-btn input {
  display: none;
}

.c-radio-btn .btn.btn-default {
  margin: 0 15px 0 0;
}

.c-radio-btn {
  margin-top: 10px;
}

.similar-products-details .prod-img img {
  width: unset;
}

.similar-products-details .brand-logo img {
  width: unset;
}

.sim-products-carousel {
  padding-top: 50px;
}

.sim-products-carousel .owl-nav button {
  position: absolute;
  top: 40%;
  margin: 0;
  transform: translateY(-50%);
  border: transparent;
  z-index: 2;
}

.sim-products-carousel .owl-nav button.owl-prev {
  left: -73px;
}

.sim-products-carousel .owl-nav button.owl-next {
  right: -73px;
}

.similar-products-details a .product-list-view,
.similar-products-details .product-price-block {
  transition: 0.2s ease-in-out;
}

.similar-products-details a .product-list-view:hover>.product-price-block {
  background: #1c97d6;
}

.similar-products-details a .product-list-view:hover>.product-price-block h5,
.similar-products-details a .product-list-view:hover>.product-price-block h6 {
  color: #fff;
}

.content-carousel {
  width: 600px;
  display: block;
  margin: 0 0 0 auto;
}

.content-carousel .owl-carousel {
  width: calc(100% - 75px);
}

.content-carousel .owl-carousel div {
  width: 100%;
}

.content-carousel .owl-carousel .owl-controls .owl-dot {
  background-size: cover;
  margin-top: 10px;
}

.content-carousel .owl-carousel .owl-dots {
  position: absolute;
  top: 0;
  left: -98px;
  width: 90px;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
}

.content-carousel .owl-carousel .owl-dot {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 90px !important;
  margin-bottom: 15px;
  max-width: 100%;
  background-size: contain;
  border: 1px solid #393939;
}

.content-carousel {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.content-carousel .owl-carousel .owl-dots span {
  display: none;
}

.content-carousel .owl-item>div {
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #393939;
}

.error-page {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 50px 0;
}

.error-details h4 {
  color: #393939;
  font-size: 60px;
  margin: 20px 0 5px 0;
}

.error-details label {
  color: #393939;
  font-size: 28px;
  position: unset;
  margin: 10px 0;
}

.error-details p {
  color: #393939;
  font-size: 18px;
}

.error-details a {
  background: #1c97d6;
  color: #fff;
  font-size: 25px;
  padding: 7px 30px;
  border: 0;
  margin-top: 20px;
  display: inline-block;
  border-radius: 4px;
  font-family: "roboto_slabregular";
}

.error-details a:hover {
  color: #fff;
  background: #e52c2c;
}

.error-details img {
  max-width: 575px;
}

.p-detail-btn {
  display: flex;
  margin: 20px 0 0 120px;
  justify-content: space-between;
}

.p-detail-btn a {
  max-width: 250px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 51px;
  background: #1c97d6;
  /* background: #393939; */
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  margin-right: 20px;
}

.p-detail-btn a:last-child {
  margin-right: 0;
}

.p-detail-btn a:hover,
.detail-form button:hover {
  background: #e52c2c;
}

.custom-checkbox-cart .form-group {
  display: block;
  margin-bottom: 15px;
}

.custom-checkbox-cart .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-checkbox-cart .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-checkbox-cart .form-group label {
  position: relative;
  cursor: pointer;
}

.custom-checkbox-cart .form-group label::before {
  content: "";
  -webkit-appearance: none;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.custom-checkbox-cart .form-group input:checked+label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #1c97d6;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox-cart {
  display: flex;
  margin: 15px 0 0 120px;
}

.custom-checkbox-cart .form-group label {
  font-size: 12px;
  margin-bottom: 0;
  color: #393939;
}

.custom-checkbox-cart a {
  color: #e52c2c;
  text-decoration: underline;
}

.no-found {
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-found span {
  font-size: 40px;
  color: #393939;
  font-weight: bold;
}

.xzoom {
  box-shadow: none !important;
  width: 100% !important;
  border: 1px solid #ccc;
}

.xzoom-container {
  display: flex !important;
  flex-direction: row-reverse;
  width: 100%;
}

.xzoom-thumbs {
  margin-right: 10px;
  display: flex;
  flex-direction: column;
}

.xzoom-view-main {
  flex: 1;
  display: flex;
}

.t-pic {
  display: flex;
}

.t-pic span {
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #7b7b7b;
  color: #fff;
}

.t-pic span .user-icon {
  object-fit: contain !important;
  max-width: 50% !important;
}

.w-368 {
  max-width: 368px;
  border-radius: 4px;
  margin: 0 auto;
}

.modal-detail .modal-header,
.modal-detail .modal-body {
  padding: 0;
  border-bottom: unset;
}

.modal-detail .modal-header h5 {
  font-size: 18px;
  font-family: "roboto_slabregular";
  font-weight: 600;
  color: #393939;
}

.modal-detail {
  padding: 10px 20px 20px;
}

.close {
  opacity: 1;
}

.close:focus,
.close:hover {
  opacity: 1;
}

.modal-form {
  margin-top: 10px;
}

.modal-form button {
  cursor: pointer;
}

.modal-form input,
.modal-form textarea {
  width: 100%;
  padding: 13px 10px;
  font-size: 14px;
  background: #f4f4f4;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border: unset;
  color: rgba(57, 57, 57, 0.4);
  font-family: "roboto_slabregular";
}

.modal-form button {
  padding: 12px 20px;
  background: #393939;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  border: unset;
}

#order-form {
  padding-right: 0 !important;
}


/**/

.stiky-block {
  position: sticky;
  top: 150px;
  bottom: 0;
  /* z-index: 2; */
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.xzoom-gallery,
.xzoom-gallery2,
.xzoom-gallery3,
.xzoom-gallery4,
.xzoom-gallery5 {
  width: 107px;
}

.right-adress {
  display: flex;
  font-size: 18px;
  color: #1c97d6;
  font-family: "roboto_slabregular";
}

.right-adress select {
  border: none;
  margin-left: 10px;
  font-family: "poppinsregular";
  font-size: 14px;
  background: #f3f3f3;
}

.bg-l-pink {
  background-color: #f3f3f3;
  padding: 15px;
  border-radius: 8px;
}

.c-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.prod-row-main {
  background: #fff;
  padding: 15px;
  padding-right: 25px;
  margin-top: 15px;
  border-radius: 8px;
}

.prod-row-main ul {}

.prod-row-main ul li {
  margin-top: 10px;
}

.place-btn {
  max-width: 250px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 51px;
  /* background: #393939; */
  background: #1c97d6;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  float: right;
}

.place-btn:hover {
  background: #e52c2c;
  /* background: #1c97d6; */
  color: #fff;
}

.prod-row-box {
  background-color: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


/**/

.m-product-img {
  max-width: 120px;
  display: inline-flex;
  border: 1px solid #ccc;
  min-height: 120px;
  align-items: center;
  justify-content: center;
}

.m-product-details {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-left: 10px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.m-product-details h4 {
  font-size: 16px;
  font-weight: bold;
  font-family: "roboto_slabregular";
  color: #1c97d6;
}

.m-unit-price {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  color: #393939;
  font-size: 18px;
  font-weight: 700;
}

.m-unit-seller {
  color: #393939;
  font-size: 14px;
}


/**/

.pro-right-part {
  display: block;
  text-align: right;
}

.pro-right-part span {
  cursor: pointer;
}

.pro-minus,
.pro-plus {
  width: 35px;
  height: 35px;
  background: #393939;
  border-radius: 4px;
  border: 1px solid #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 26px;
  color: #fff;
}

.pro-right-part input {
  height: 36px;
  width: 40px;
  text-align: center;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}

.pro-remove-link {
  font-size: 14px;
  text-align: right;
  color: #e52c2c;
  margin-top: 20px;
  display: block;
}

.c-detail.c-total-price {
  font-size: 22px;
  font-family: "roboto_slabregular";
  font-weight: 700;
  color: #1c97d6;
  border-top: 1px dashed #323232;
  display: flex;
  padding-top: 10px;
}

.product-list-block ul {
  justify-content: unset;
}

.product-list-block ul li {
  margin-right: 9px;
}

.product-list-block ul li:nth-child(4n) {
  margin-right: 0;
}


/*----------step-wizard------------*/

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.wizard .nav-tabs {
  position: relative;
  margin-bottom: 0;
  border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
  position: relative;
  margin-bottom: 70px;
  text-align: center;
  width: calc(100% - 30px);
}

.connecting-line {
  height: 1px;
  background: #1c97d6;
  position: absolute;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 30px;
  z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  background: #393939;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  border: 1px solid #393939;
}

span.round-tab i {
  color: #555555;
}

.wizard li.active span.round-tab {
  background: #1c97d6;
  color: #fff;
  border-color: #1c97d6;
}

.wizard li.active span.round-tab i {
  color: #5bc0de;
}

.wizard .nav-tabs>li.active>a i {
  color: #1c97d6;
}

.wizard .nav-tabs>li {
  /* width: 20%; */
}

.wizard .nav-tabs>li a {
  width: 30px;
  height: 30px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
  background-color: transparent;
  position: relative;
  top: 0;
  font-family: "roboto_slabregular";
  font-size: 14px;
}

.wizard .nav-tabs>li a i {
  position: absolute;
  top: 63px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  left: 10px !important;
  transform: translate(-50%, -50%);
  color: #000;
  text-align: right;
  font-family: "roboto_slabregular";
  font-size: 14px;
}

.wizard .nav-tabs>li a:hover {
  background: transparent;
}

.wizard .tab-pane {
  position: relative;
  padding-top: 30px;
}

.wizard h3 {
  margin-top: 0;
}

.prev-step,
.next-step,
.confirm-step {
  font-size: 13px;
  padding: 8px 24px;
  border: none;
  border-radius: 4px;
  margin-top: 30px;
}

.next-step {
  background-color: #1c97d6;
}

.skip-btn {
  background-color: #cec12d;
}

.step-head {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}

.term-check {
  font-size: 14px;
  font-weight: 400;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 40px;
  margin: 0;
  opacity: 0;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 40px;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 38px;
  padding: 0.375rem 0.75rem;
  line-height: 2;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.list-content {
  margin-bottom: 10px;
}

.list-content a {
  padding: 10px 15px;
  width: 100%;
  display: inline-block;
  background-color: #f5f5f5;
  position: relative;
  color: #565656;
  font-weight: 400;
  border-radius: 4px;
}

.list-content a[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.list-content a i {
  text-align: right;
  position: absolute;
  top: 15px;
  right: 10px;
  transition: 0.5s;
}

.list-box {
  padding: 10px;
}

.signup-logo-header .logo_area {
  width: 200px;
}

.signup-logo-header .nav>li {
  padding: 0;
}

.signup-logo-header .header-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-inline li {
  display: inline-block;
}

.pull-right {
  float: right;
}

.wizard .nav-tabs>li:nth-child(1) {
  position: absolute;
  left: 0%;
}

.wizard .nav-tabs>li:nth-child(2) {
  position: absolute;
  left: 25%;
}

.wizard .nav-tabs>li:nth-child(3) {
  position: absolute;
  left: 50%;
}

.wizard .nav-tabs>li:nth-child(4) {
  position: absolute;
  left: 75%;
}

.wizard .nav-tabs>li:nth-child(5) {
  position: absolute;
  left: 100%;
  text-align: right;
}

.wizard .nav-tabs>li:nth-child(6) {
  position: absolute;
  left: 80%;
}

.wizard .nav-tabs>li a i:first-child {
  left: 50px;
  position: absolute;
}

.first-lab {
  position: absolute !important;
  left: 0px !important;
  text-align: left !important;
  width: 100%;
  margin-left: -10px;
}

.sec-lab {
  position: absolute !important;
  left: 0px !important;
  text-align: left !important;
  width: 100%;
  margin-left: -44px;
}

.third-lab {
  position: absolute !important;
  left: 0px !important;
  text-align: left !important;
  width: 100%;
  margin-left: -37px;
}

.forth-lab {
  position: absolute !important;
  left: 0px !important;
  text-align: left !important;
  width: 100%;
  margin-left: -43px;
}

.last-lab {
  position: absolute !important;
  right: 0px !important;
  text-align: right !important;
  width: 100%;
  margin-left: -90px;
}

.wizard-content h4 {
  text-align: left;
  font-family: "roboto_slabregular";
  font-weight: 600;
  color: #000;
  font-size: 18px;
}

.add-name {
  font-style: normal;
  font-weight: 600;
  font-size: 22px !important;
  color: #1c97d6 !important;
  font-family: "poppinsregular" !important;
  align-items: center !important;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}

.address-main {}

.address-block {
  position: relative;
}

.address-block .edit-icon {
  display: none;
}

.address-block:hover .edit-icon {
  display: block;
  position: absolute;
  right: -10px;
  top: 0;
}

.address-line {
  color: #393939;
  font-size: 16px;
  max-width: 400px;
  width: 100%;
  padding-left: 30px;
}

.address-line a {
  font-family: "poppinsregular";
  font-size: 16px;
  color: #1c97d6;
}

.add-new-address {
  margin-top: 40px;
  max-width: 500px;
  width: 100%;
}

.btn.btn-sm.blue-btn {
  height: 34px;
}

.blck-btn {
  height: 34px;
  background-color: #393939;
}

.cart-product-detail-box,
.cart-product-detail {
  border-radius: 0px;
}

.add-new-address .form-group textarea {
  height: 45px;
  line-height: 30px;
}

.bottom-order-btn button {
  height: 51px;
  font-size: 18px;
  color: #fff;
  background: #393939;
  min-width: 240px;
  font-weight: 600;
  cursor: pointer;
}

.bottom-order-btn button:hover {
  background: #e52c2c;
}

.t-c-blue {
  color: #1c97d6 !important;
}

.cart-r-btn {
  margin: 15px 0 0;
}

.cart-r-btn>div {
  margin-right: 20px;
}

.cart-r-btn label {
  color: #1c97d6;
}

.placeholder-img {
  max-width: 80px;
  max-height: 80px;
}

.placeholder-img img {
  max-width: 100%;
}

.thank-you-page {
  min-height: 550px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: #f3f3f3;
}

.thank-you {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 240px;
  margin: 0 auto;
}

.thank-you span {
  font-size: 24px;
  font-weight: 600;
  font-family: "roboto_slabregular";
  color: #393939;
  display: flex;
  margin: 20px 0 50px;
  text-align: center;
}

.thank-you a {
  width: 100%;
  height: 51px;
  background: #393939;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 4px;
}

.thank-you a:hover {
  background: #e52c2c;
}

.order-history-box {
  display: flex;
  justify-content: space-between;
}

.left-order-content {
  flex: 3;
  margin-right: 20px;
}

.left-order-content .prod-row-main {
  max-width: 540px;
}

.right-order-content {
  flex: 1;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.recieve-date {
  font-size: 12px;
  color: #6c6c6c;
}

.left-order-content .m-product-details h4 {
  font-size: 18px;
}

.left-order-content .m-unit-seller {
  margin: 7px 0;
}

.left-order-content .m-product-img {
  max-width: 110px;
  min-height: 110px;
}

.price-tag {
  font-size: 18px;
  font-weight: bold;
  color: #393939;
  margin-left: 10px;
}

.left-order-content .prod-row-main ul li,
.left-order-content .prod-row-main {
  margin-top: 0;
}

.label-text {
  text-align: center;
  height: 22px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.label-blue {
  background: #1c97d6;
}

.right-order-content span {
  font-size: 12px;
  color: #393939;
  margin-top: 5px;
}

.top-order-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.order-history-box {
  margin-top: 15px;
}

.order-history-box:first-child {
  margin-top: 0;
}

.label-green {
  background: #7eba4c;
}

.reveiw-rated a {
  font-size: 12px;
  font-weight: 600;
  color: #1c97d6;
}

.reveiw-rated a:hover {
  color: #e52c2c;
}

.label-silver {
  background: #bdbdbd;
}

.label-red {
  background: #e52c2c;
}

.w-648 {
  max-width: 648px;
}

.modal-form button:hover {
  background: #e52c2c;
}

.modal-form .rate {
  display: inline-block;
  border: 0;
}

.modal-form .rate>input {
  display: none;
}

.modal-form .rate>label {
  float: right;
  color: #dbdbdb;
}

.modal-form .rate>label::before {
  display: inline-block;
  font-size: 1.4rem;
  padding: 0 0.2rem;
  margin: 0;
  cursor: pointer;
  font-family: FontAwesome;
  content: "\f005 ";
}

.modal-form .rate .half:before {
  content: "\f089 ";
  position: absolute;
  padding-right: 0;
}

.modal-form input:checked~label,
.modal-form label:hover,
.modal-form label:hover~label {
  color: #7eba4c;
}

.modal-form input:checked+label:hover,
.modal-form input:checked~label:hover,
.modal-form input:checked~label:hover~label,
.modal-form label:hover~input:checked~label {
  color: #7eba4c;
}

#review {
  padding-right: 0;
}

.modal {
  background: rgba(0, 0, 0, 0.56);
}

.feedback-us-section {
  min-height: 560px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-transperant {
  background: transparent;
  padding: 0;
  max-width: 424px;
  margin: 0 auto;
}

.bg-transperant .select-dropdown,
.bg-transperant .form-control {
  opacity: 1;
  color: rgba(57, 57, 57, 0.4);
}

.bg-transperant .form-control::placeholder {
  color: rgba(57, 57, 57, 0.4);
}

.bg-transperant .btn.submit-button {
  background: #393939;
  margin-top: 5px;
  height: 51px;
  font-size: 18px;
}

.bg-transperant .btn.submit-button:hover {
  background: #e52c2c;
}

.f-us {
  font-size: 18px;
  color: #fff;
  font-family: "roboto_slabregular";
  font-weight: 600;
  margin-bottom: 15px;
}

.request-quote-section.feedback-us-section {
  background-image: unset;
}

.upload-image-box {
  background: #fff;
  border-radius: 8px;
  margin: 30px auto 0;
  padding: 30px 20px 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.w-872 {
  max-width: 872px;
}

.skip {
  position: absolute;
  right: 20px;
  border: unset;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #1da1f2;
  top: 20px;
}

.skip:hover {
  color: #e52c2c;
}

.file-upload {
  position: relative;
  overflow: hidden;
  margin: 10px;
}

.file-upload {
  position: relative;
  overflow: hidden;
  margin: 10px;
  width: 100%;
  max-width: 150px;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  background: transparent;
  border: 2px solid #888;
  padding: 0.85em 1em;
  display: inline;
  -ms-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.round-image {
  width: 180px;
  height: 180px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 0 10px #ccc;
}

.file-upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 0;
  margin: 0;
  max-width: unset;
}

.upload-image-round {
  width: 100%;
  height: 100%;
}

.imageWrapper {
  width: 100%;
  height: 100%;
}

.imageWrapper .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.file-input {
  width: 100%;
  height: 100%;
}

.u-text {
  font-size: 14px;
  color: #393939;
  font-family: "roboto_slabregular";
  margin-top: 10px;
}

.u-submit {
  width: 109px;
  height: 51px;
  border-radius: 4px;
  background: #1c97d6;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  border: unset;
  margin-top: 25px;
  cursor: pointer;
}

.u-submit:hover {
  background: #e52c2c;
}

.profile-name {
  font-size: 28px;
  font-family: "roboto_slabregular";
  color: #1c97d6;
  font-weight: bold;
  margin-top: 10px;
}

.mail-id,
.r-password {
  font-size: 14px;
  color: #393939;
  font-family: "roboto_slabregular";
  font-weight: 600;
}

.r-password {
  color: #1c97d6;
  margin-top: 10px;
}

.r-password:hover {
  color: #e52c2c;
}

.chartdiv-main {
  background: #00d2ff;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #928dab, #00d2ff);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #928dab, #00d2ff);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  height: 500px;
}

#chartdiv {
  width: 100%;
  height: 500px;
}

.f-32 {
  font-size: 32px;
}

.product-review-section h5 {
  font-size: 18px;
  font-family: "roboto_slabregular";
  font-weight: 600;
  color: #393939;
}

.rating-detail .avrage-rate,
.just-wow .avrage-rate {
  min-width: 40px;
}

.avrage-rate span {
  margin-left: 12px;
}

.product-review-section p {
  font-size: 14px;
}

.t-left-btn {
  display: flex;
  justify-content: unset;
  margin: 0;
}

.left-product-image {
  width: 100%;
  height: 375px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(57, 57, 57, 0.3);
}

.left-product-image img {
  max-width: 100%;
}

.p-fix-btn {
  position: fixed;
  top: 50%;
  right: -45px;
  z-index: 2;
  transform: rotate(90deg);
}

.p-fix-btn a {
  padding: 10px;
  background: #e52c2c;
  color: #fff;
  transform: rotate(50deg);
}

.partner-iamge a:hover {
  background: #fff;
  box-shadow: 0 0 5px #ccc;
}

.section-title .abt-paragraph p {
  display: unset;
}

.prod-img img,
.featured-image img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: unset !important;
}

span.avrage-rate.p-left {
  font-size: 10px;
  left: 6px;
  color: #000;
  display: unset;
  position: relative;
  bottom: 7px;
  background: #ccc;
  padding: 5px;
}

.c-detail .c-left {
  flex: 2;
}

.c-detail .c-right {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.available-for-purchase {
  font-size: 12px;
  color: #393939;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  height: 45px;
}

.paypal-button-container {
  min-width: 100% !important;
}

.add-new-address .checkbox-forgotpw {
  flex-direction: column;
  margin-top: 15px;
  align-items: unset;
}

.add-new-address .remember-checkbox {
  margin-bottom: 10px;
}
.eye-icon{
  background: transparent;
  border-left: transparent !important;
  padding: 10px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border: 1px solid #e8e8e8;
}
.eye-img{
width:16px;
cursor: pointer;
}
.pro-right-part{
margin-bottom: 20px;
}
#password,#reg_password{
  border-right:transparent;
}
.checkout-and-c-checkout button {
  width: 100%;
  max-width: 48%;
  padding: 7px;
  background-color: #1c97d6;
  color: white;
  border-color: #1c97d6;
  box-shadow: unset;
  outline: unset;
}
.checkout-and-c-checkout {
  display: flex;
  justify-content: space-between;
  padding: 21px;
}
div#login-account .submit-button , div#create-account-form .submit-button , div#guest-account-form .submit-button {
  max-width: 235px;
  width: 100%;
  margin: 25px auto;
  display: block;
  background-color: #1c97d6;
  border-color: #1c97d6;
}
.reorder_a .label-text{
  cursor: pointer;
}