* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:root {
  --primary: #D6000A;
  --white: #fff;
  --black: #000;
  --grey: #808080;
}

body {
  background-color: var(--white);
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.btn-check:focus+.btn,
.btn:focus,
.form-select:focus,
.form-control:focus,
*:focus {
  box-shadow: none;
  outline: none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.container-fluid {
  max-width: 1920px;
  margin: 0 auto;
}

.form-control:focus {
  color: inherit !important;
  background-color: inherit !important;
}

@media (min-width: 1550px) {
  .container {
    max-width: 1420px;
    padding: 0;
  }
}

/* @media(max-width:1550px) {
  .container-fluid {
    max-width: 1420px;
  }
} */

ul,
ol {
  margin: 0;
  padding: 0;
}

a:hover {
  color: inherit;
}

header {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  position: relative;
  z-index: 9;
}

header .topwrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}

header .login_form {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  padding: 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

header .header_search input[type="text"] {
  position: relative;
  height: 40px;
  border-color: var(--primary);
  width: 350px;
}

header .header_search input:focus {
  border-color: var(--primary) !important;
}

header .header_search .search_btn {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--primary);
  bottom: 0;
  height: 100%;
  width: 40px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .header_search .search_btn button {
  background: transparent;
  border: none;
}

header .header_search .search_btn i {
  color: var(--white);
}

header .login_wrap button {
  background: transparent;
  color: var(--white);
  padding: 3px 20px;
  background: var(--primary);
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

header .login_wrap p {
  font-size: 10px;
  color: var(--black);
}

header .login_wrap input[type="text"],
header .login_wrap input[type="password"] {
  height: 30px;
  padding-top: 15px;
  padding-left: 0;
  font-size: 15px;
  font-weight: 900;
  padding-left: 5px;
}

header .login_wrap input:focus {
  border-color: var(--primary) !important;
}

header .login_wrap .form-group label {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 8px;
  color: grey;
}

header .login_wrap a {
  color: var(--primary);
  font-weight: 700;
}

header .login_wrap p {
  line-height: 1;
}

.nav {
  position: relative;
  z-index: 1;
  color: var(--primary);
}

.nav ul {
  padding: 0;
  margin: 0;
}

.sol-menu li {
  float: left;
  display: flex;
  list-style: none;
  flex: 1;
  text-align: center;
  position: relative;
}

.sol-menu {
  display: flex;
  /* border: 1px solid grey; */
}

.sol-menu li a {
  display: block;
  text-decoration: none;
  font-weight: 700;
  color: var(--primary);
  padding: 15px 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

ul.sag-menu {
  float: right;
  padding: 8px 10px;
  overflow: hidden;
}

.altmenu-ac {
  display: none;
}

.menu-ac {
  display: none;
  padding: 10px;
  cursor: pointer;
  color: #FFFFFF;
}

.menu-ac i {
  color: var(--primary);
}

.menu-ac img {
  max-width: 200px;
}

.header-logo {
  max-width: 250px;
}

@media(max-width:1400px) {
  header .sales_cosultant {
    display: none;
  }
}

@media (max-width: 992px) {
  .ac {
    display: none;
    width: 100%;
  }

  .nav ul li {
    float: none;
    width: 100%;
    margin: auto;
    text-align: center;
    display: block;
    border: 1px solid grey;
  }

  .menu-ac {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
  }

  .sol-menu {
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px !important;
  }

  /* header .topwrapper {
    display: none;
  } */
  header .header_search {
    display: none;
  }

  header .header-logo {
    display: none;
  }

  header .sales_cosultant {
    display: none;
  }

  header .pro_header_icons {
    display: none;
  }

  header .header_member_detail {
    position: fixed;
    z-index: 999;
    background: #fff;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
  }
  header .topwrapper{
    padding: 0;
  }
}

@media (min-width: 992px) {
  .ac {
    display: flex !important;
    width: 100%;

  }

  .nav ul {
    width: 100%;
    display: flex;
    align-items: center;
    /*  justify-content: space-around; */
  }

  .sol-menu li:hover {
    color: var(--white);
    background: var(--primary);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transition: all 0.3s ease-in-out;
  }

  .sol-menu li:hover a {
    color: var(--white);
  }

  .sol-menu li a {
    margin: auto;
    width: 100%;
  }
}

@media(max-width:1400px) {}

@media(max-width:1200px) {
  header .header_search input[type="text"] {
    width: 250px;
  }
}

.social {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9;
}

.social ul {
  margin: 0;
  padding: 0;
}

.social ul li {
  list-style: none;
  margin: 5px 0;
}

.social ul li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  color: #fff;
  background: var(--primary);
  display: block;
  text-align: center;
  position: relative;
}

.social ul li a span {
  position: absolute;
  top: 0;
  left: -120;
  width: 120px;
  height: 50px;
  color: #000;
  background: var(--white);
  color: var(--primary);
  font-size: 15px;
  z-index: -1;
  opacity: 0;
  backface-visibility: hidden;
  transition: 0.5s;
  border: 1px solid var(--primary);
}

.social ul li:hover span {
  opacity: 1;
  backface-visibility: visible;
  left: 50px;
}

.nav-tabs .nav-link.active {
  background: var(--primary);
  color: var(--white);
}

.product_home_wrapper {
  padding: 30px 0px;
}

.product_home_wrapper .nav {
  padding-top: 20px;
}

.product_home_wrapper .nav-tabs .nav-link {
  color: var(--primary);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.product_home_wrapper .nav-tabs .nav-link.active {
  color: var(--white);
}

.product_home_wrapper .nav-tabs .nav-link:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: var(--primary);
  color: var(--white);
  transform: translateY(-0.5em);

}

.product_home_wrapper .product_list .pro-item figure figcaption {
  color: grey;
  font-size: 12px;
  font-weight: 700;
  padding: 10px;
  text-align: center;
}

.product_home_wrapper .product_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 20px 0px;
}

.product_home_wrapper .product_list .pro-item {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.product_home_wrapper .product_list .pro-item:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.product_home_wrapper .product_list .pro-item img {
  height: 187px;
  object-fit: cover;
  object-position: top center;
}

.product_home_wrapper .product_list .pro-item:hover figure figcaption {
  color: var(--primary);
}

@media(max-width:1200px) {
  .product_home_wrapper .product_list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media(max-width:992px) {
  .product_home_wrapper .product_list {
    grid-template-columns: repeat(3, 1fr);
  }

  .product_home_wrapper .nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

  }

  .product_home_wrapper .nav .nav-link {
    border: 1px solid var(--primary);
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    -ms-border-radius: unset;
    -o-border-radius: unset;
  }

  .product_home_wrapper .nav-tabs .nav-link:hover {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background: var(--primary);
    color: var(--white);
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);

  }
}

@media(max-width:768px) {
  .product_home_wrapper .product_list {
    grid-template-columns: repeat(2, 1fr);
  }

  .social {
    display: none;
  }

  .product_home_wrapper .nav {
    grid-template-columns: repeat(2, 1fr);
  }
}

.footer {
  background: #454545;
}

footer .footer_data {
  padding: 50px 0px;
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

footer address span {
  display: block;
  text-align: left;
}

footer .footer-menu a {
  text-decoration: underline;
}

@media(max-width:768px) {
  footer .footer-address {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  footer .footer-menu {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
  }

  footer .footer-address address span {
    text-align: center;
  }
}

/* Registration Page Start */

.multi-form h2 {
  text-shadow: 2px 2px 4px #D6000A;
}

.multi-form-wrapper {

  margin: 50px 0px;


}

.multi-form {
  margin: auto;
  padding: 30px;
  max-width: 1080px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#msform {
  text-align: center;
  position: relative;
  margin-top: 20px;
  overflow: hidden;
  padding: 20px;
}

#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
  text-align: left;
}

select {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  /* margin-bottom: 25px; */
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  color: #2C3E50;
  background-color: #ECEFF1;
  font-size: 16px;
  letter-spacing: 1px
}

.form-card {
  text-align: left
}

#msform fieldset:not(:first-of-type) {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  opacity: 0;
}

.fieldlabels {
  font-size: 15px;
}

input[type="text"],
textarea,
input[type="password"],
input[type="color"],
input[type="number"] {
  padding: 8px 15px 8px 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-top: 2px;
  width: 100%;
  box-sizing: border-box;
  color: var(--black);
  border-radius: 5px;
  background: var(--white);
  font-size: 16px;
  letter-spacing: 1px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 42px;
}

textarea {
  height: auto;
}

.form-check-input:checked {
  background: var(--primary);
  box-shadow: none;
  border: none;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="color"]:focus,
input[type="text"]:focus {
  border: 1px solid var(--primary) !important;
  outline-width: 0 !important;
  border-color: var(--primary) !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

select {
  padding: 8px 15px 8px 15px;
  margin-top: 2px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  color: var(--grey);
  height: 42px;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
textarea::placeholder,
input[type="number"]::placeholder {
  font-size: 14px;
}

.action-button {
  width: 100px;
  background: var(--primary);
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 0px 10px 5px;
  float: right;
  font-size: 18px;
}

.action-button:hover,
.action-button:focus {
  background-color: var(--primary)
}

.action-button-previous {
  width: 100px;
  background: #616161;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 0px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px 10px 0px;
  float: right;
  font-size: 18px;
}

.action-button-previous:hover,
.action-button-previous:focus {
  background-color: #000000
}

.stepssignup .card {
  z-index: 0;
  border: none;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.form-wrapper {
  border: none;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin: 50px 0px;
  padding: 2em;
}

.fs-title {
  font-size: 25px;
  color: var(--black);
  margin-bottom: 15px;
  font-weight: normal;
  text-align: left
}

.purple-text {
  color: #673AB7;
  font-weight: normal
}

.steps {
  font-size: 25px;
  color: gray;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: right
}

.fieldlabels {
  color: gray;
  text-align: left
}

#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;

}

#progressbar .active {
  color: var(--primary);
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 20%;
  float: left;
  position: relative;
  font-weight: 400
}

#progressbar #payment2:before {
  font-family: FontAwesome;
  content: "\f555"
}

#progressbar #account:before {
  font-family: FontAwesome;
  content: "\f007"
}

#progressbar #personal:before {
  font-family: FontAwesome;
  content: "\f1ad"
}

#progressbar #payment:before {
  font-family: FontAwesome;
  content: "\f183"
}

#progressbar #confirm:before {
  font-family: FontAwesome;
  content: "\f00c"
}

#progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 20px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: var(--primary);
}

.progress {
  height: 20px
}

.progress-bar {
  background-color: var(--primary);
}

.fit-image {
  width: 100%;
  object-fit: cover
}

.data_image i {
  position: absolute;
  top: 40%;
  bottom: 0;
  right: 20px;
  font-size: 12px;
}

.radio_fields {
  height: 41px;
  display: flex;
  align-items: center;
}

.radio_fields input {
  height: 20px;
  width: 20px;
}

.radio_fields label {
  font-size: 15px;
}

.radio_fields .form-check-inline {
  display: flex;
  align-items: center;
  gap: 10px
}

.radio_fields .form-check-inline label {
  padding-top: 5px;
}

.radio_fields input:checked {
  background: var(--primary);
  border: none;
  box-shadow: none;
}

.radio_fields input:active {
  filter: unset;
  -webkit-filter: unset;
}

.dispactive {
  display: block;
  opacity: 1;
}


/* Registration Page End */
.stepssignup {
  position: relative;
  overflow: hidden;
  padding: 30px 0px;
}

.steps {
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
  padding-right: 10px;
  z-index: 9999;
}

.discount_wrapper {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  /* margin: 10px; */
  text-align: center;
  padding: 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  min-height: 340px;
}

.discount_wrapper h3 {
  font-size: 22px;
  color: var(--black);
  font-weight: 700;
  margin-bottom: 0;
}

.discount_wrapper h2 {
  color: var(--primary);
  font-size: 80px;
  font-weight: 500;
  margin-bottom: 0;
}

.discount_wrapper h5 {
  font-size: 15px;
  color: var(--primary);
  padding: 10px 0px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.discount_wrapper p {
  color: var(--grey);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0;
}

.discount_wrapper ul {
  padding-left: 1rem;
  list-style: none;
  text-align: left;
}

.discount_wrapper ul li {
  position: relative;
  font-size: 10px;
  color: var(--black);
}

.discount_wrapper ul li:before {
  font-family: FontAwesome;
  content: "\f00c";
  position: absolute;
  left: -15px;
  color: green;
  top: 3px;
}

.discount_wrapper .tbtn {
  border: 1px solid var(--grey);
  color: var(--black);
  width: 90%;
  margin-top: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: block;
  font-size: 15px;
  padding: 10px 0px;
  margin: auto auto 0 auto;
  cursor: pointer;
}

.discount_wrapper .tbtn.active {
  background: var(--primary);
  color: var(--white);
  border: none;
}

.discount_wrapper ul li span {
  color: var(--primary);
  font-size: 14px;
  font-weight: 700;
}

.discount_wrapper.active {
  box-shadow: var(--primary) 0px 5px 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: var(--primary);
}
.discount_wrapper.active h3,
.discount_wrapper.active h2,
.discount_wrapper.active ul li,
.discount_wrapper.active ul li span,
.discount_wrapper.active ul li:before,
.discount_wrapper.active p,
.discount_wrapper.active h5,
.discount_wrapper.active hr,
.discount_wrapper.active ul li b
{
  color: var(--white);
}
.discount_wrapper.active .tbtn.active{
  border:1px solid var(--white) !important  ;
}


.discount_wrapper.selected_discount_wrapper {
  flex-direction: row;
  min-height: auto;
}

.discount_wrapper.selected_discount_wrapper div:first-child {
  width: 40%;
  border-right: 1px solid var(--grey);
}

.discount_wrapper.selected_discount_wrapper ul li {
  font-size: 16px;
}

.discount_wrapper.selected_discount_wrapper ul li::before {
  left: -20px;
}

.discount_wrapper.selected_discount_wrapper div:last-child {
  display: flex;
  flex-direction: column;

  justify-content: center;
  padding-left: 20px;
}

.discount_wrapper.selected_discount_wrapper div:last-child h6 {
  font-size: 10px;
  color: var(--grey);

}

.image_lable_file {
  font-size: 8px;
  color: var(--primary);
  padding: 5px 0px;
  margin-bottom: 0;
}

.error_label {
  font-size: 12px;
  color: var(--primary);
}

.conditon_checkmark input {
  width: 15px;
  height: 15px;
}

.conditon_checkmark .form-check-input[type=checkbox] {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  accent-color: red;
  position: relative;
}

.conditon_checkmark .form-check {
  display: flex;
  align-items: center;
  gap: 15px;

}

.conditon_checkmark label {
  font-size: 8px;
  padding-top: 5px;
  color: var(--black);
}

.conditon_checkmark input[type="checkbox"] {
  border: 1px solid var(--grey);

}

.conditon_checkmark input[type="checkbox"]:checked,
.conditon_checkmark input[type="checkbox"]:focus {
  box-shadow: none;

}

.conditon_checkmark input[type="checkbox"]:checked::before {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  white-space: pre;
  content: " ";
  background-color: red;
  border: 1px solid var(--primary);

}

.recep_detail {
  padding-top: 30px;
  padding-bottom: 0;
}

.recep_detail h4 {
  font-size: 15px;
  color: var(--black);
}

.recep_detail p {
  font-size: 15px;
  color: var(--primary);
  font-weight: 700;
  text-transform: uppercase;
}

.profile_hover {
  position: relative;
  height: 100%;
}

.profile_hover ul {
  position: absolute;
  top: 100%;
  bottom: 0;

  /*  gap: 10px;
  z-index: 1;
  left: -25px;
  padding-top: 0px;
  background: var(--white);
  width: 250px;
  padding: 0; */
  display: flex;
  align-items: center;
  flex-direction: column;
  display: none;
  height: max-content;
  border: 1px solid var(--grey);

}

.profile_hover:hover ul {
  display: flex;
  background: var(--white);
}

.profile_hover:hover ul li {
  background: none;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.profile_hover ul li {
  border: 1px solid var(--grey);
  width: 100%;


}

.profile_hover:hover li a {
  color: var(--primary);
  font-size: 12px;
  padding: 10px;
  display: block;
}

.pro_header_icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  color: var(--primary);
  height: 100%;
  align-items: center;
  justify-content: center;
  justify-self: center;
}

.pro_header_wrap {
  width: 360px;

}

.pro_header_wrap p,
.pro_header_wrap h6 {
  margin-bottom: 0;
}

.pro_header_wrap p span {
  font-weight: 700;
}

.pro_header_wrap h6 {
  color: var(--primary);
  text-align: end;
  font-size: 12px;
}

.header_member_detail {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  padding: 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.product_detail_wrapper {
  padding: 50px 0px;
  position: relative;
}

.card-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
  align-items: flex-start;
}

img {
  width: 100%;
  display: block;
}

.img-display {
  overflow: hidden;
}

.img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}

.img-showcase img {
  min-width: 100%;
}

.img-select {
  display: flex;
}

.img-item {
  margin: 0.3rem;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
  margin-right: 0;
}

.img-item:hover {
  opacity: 0.8;
}

.product-content {
  padding: 2rem 1rem;
}

.product-title {
  font-size: 3rem;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  color: var(--primary);
  margin: 1rem 0;
}

.product-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 80px;
  background: var(--primary);
}

.product-link {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  background: #256eff;
  color: #fff;
  padding: 0 0.3rem;
  transition: all 0.5s ease;
}

.product-link:hover {
  opacity: 0.9;
}

.product-rating {
  color: #ffc107;
}

.product-rating span {
  font-weight: 600;
  color: #252525;
}

.product-price {
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 700;
}

.product-price span {
  font-weight: 400;
}

.new-price span {
  color: var(--primary);
  font-weight: 700;
}

.product-detail h2 {
  text-transform: capitalize;
  color: #12263a;
  padding-bottom: 0.6rem;
}

.product-detail p {
  font-size: 0.9rem;
  padding: 0.3rem;
  opacity: 0.8;
}

.product-detail ul {
  margin: 1rem 0;
  font-size: 0.9rem;
}

.product-detail ul li {
  margin: 0;
  list-style: none;
  background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
  background-size: 18px;
  padding-left: 1.7rem;
  margin: 0.4rem 0;
  font-weight: 600;
  opacity: 0.9;
}

.product-detail ul li span {
  font-weight: 400;
}

.purchase-info {
  margin: 1.5rem 0;
}

.purchase-info input,
.purchase-info .btn {
  border: 1.5px solid #ddd;
  border-radius: 25px;
  text-align: center;
  padding: 0.45rem 0.8rem;
  outline: 0;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
}

.purchase-info input {
  width: 60px;
}

.purchase-info .btn {
  cursor: pointer;
  color: #fff;
}

.purchase-info .btn:first-of-type {
  background: #256eff;
}

.purchase-info .btn:last-of-type {
  background: #f64749;
}

.purchase-info .btn:hover {
  opacity: 0.9;
}

.social-links {
  display: flex;
  align-items: center;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #000;
  border: 1px solid #000;
  margin: 0 0.2rem;
  border-radius: 50%;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.5s ease;
}

.social-links a:hover {
  background: #000;
  border-color: transparent;
  color: #fff;
}

@media screen and (min-width: 992px) {
  .card-product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
    position: relative;
  }

  .card-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .product-imgs {
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 50px;
    z-index: 1;
  }

  .product-content {
    padding-top: 0;
    flex-grow: 1;
  }

  .product_detail_wrapper {
    position: relative;
  }

  .card-wrapper {

    display: flex;
    justify-content: center;
  }

  .product-imgs {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    align-self: flex-start;
  }

  .product-content {
    padding: 2rem 1rem;
    flex: 1;
  }
}

.back_arrow {
  display: flex;
  gap: 15px;
}

.back_arrow i {
  color: var(--white);
}

.back_arrow a {
  display: block;
  background: var(--primary);
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.back_arrow a:hover {

  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

@media(max-width:992px) {
  .product-title {
    font-size: 2rem;
  }

  #progressbar li {
    font-size: 9px;
  }

  #progressbar {
    margin-bottom: 10px;
  }

  .mb-3 {
    margin-bottom: 0.5rem !important;
  }

  .discount_wrapper h2 {
    font-size: 45px;
  }

  .discount_wrapper.selected_discount_wrapper {
    flex-direction: column;
  }

  .discount_wrapper.selected_discount_wrapper div:first-child {
    width: 100%;
    border-bottom: 1px solid var(--grey);
    border-right: none;
  }

  .profile_hover ul {
    position: unset;
    padding: 0px;
    border: unset;
  }

  .profile_hover ul li {
    border: unset;
  }

  header nav {
    position: fixed;
    top: 0;
    height: 100%;
  }

  .profile_hover ul .active {
    display: flex;
  }

  .profile_hover ul {
    display: none;
  }

}

/* Contact Us CSS start */
.contact-us-wrapper {
  padding: 50px 0px;
}

.contact-us-wrapper .contain {
  background-color: var(--white);
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.contact-us-wrapper .wrapper {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.contact-us-wrapper div.form {
  background-color: var(--white);

}

.contact-us-wrapper .contact-wrapper {
  margin: auto 0;
}

.contact-us-wrapper .submit-btn {
  float: left;
}

.contact-us-wrapper h4 {
  color: var(--primary);
}

.form-headline:after {
  content: "";
  display: block;
  width: 10%;
  padding-top: 10px;
  border-bottom: 3px solid var(--primary);
}

.contact-us-wrapper .highlight-text {
  color: var(--primary);
}

.contact-us-wrapper address b {
  color: var(--primary);
}

.contact-us-wrapper .hightlight-contact-info {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
}

.contact-us-wrapper .highlight-text-grey {
  font-weight: 500;
}

.contact-us-wrapper .email-info {
  margin-top: 20px;
}

.required-input {
  color: var(--black);
}

@media (min-width: 600px) {
  .contain {
    padding: 0;
    overflow: hidden;
  }
}

.contact-us-wrapper .form-input:focus,
.contact-us-wrapper textarea:focus {
  outline: 1.5px solid #ec1c24;
}

.contact-us-wrapper .form-input,
textarea {
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}

.contact-us-wrapper .wrapper>* {
  padding: 1em;
}

@media (min-width: 700px) {
  .contact-us-wrapper .wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }

  .contact-us-wrapper .wrapper>* {
    padding: 2em 2em;
  }
}



.contact-us-wrapper form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.contact-us-wrapper form label {
  display: block;
}

.contact-us-wrapper form p {
  margin: 0;
}

.full-width {
  grid-column: 1 / 3;
}

/* .contact-us-wrapper button,
.contact-us-wrapper .submit-btn,
.contact-us-wrapper .form-input,
.contact-us-wrapper textarea {
  padding: 1em;
} */

.contact-us-wrapper button,
.submit-btn {
  background: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 15px;
  padding: 5px 20px;
  text-transform: uppercase;
  height: 35px;
}

.contact-us-wrapper button:hover,
.contact-us-wrapper .submit-btn:hover,
.contact-us-wrapper button:focus,
.contact-us-wrapper .submit-btn:focus,
.submit-btn:hover {
  background: var(--primary);
  outline: 0;
  color: #eee;
}

.error {
  color: var(--primary);
}

.update_profile_wrapper {
  padding: 30px 0px;
}

.update_profile_wrapper .left-oder-detail {
  max-width: 1170px;
  margin: auto;
  background-color: var(--white);
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.update_profile_wrapper hr {
  margin: 15px 0px;
}

/* Contact Us CSS End */
/* Order Details Page */
.order-detail-section h3 span {
  color: var(--primary);
  text-transform: capitalize;
}


.right-order-detail {
  padding: 20px 10px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  position: sticky;
  top: 2%;
}

/* Order Details Page */
.c-validation-err {
  font-size: 15px;
  /* padding: 5px 0px 0px 5px; */
}

.right-order-detail label a {
  color: var(--primary);
}

.tearm-wrap {
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.tearm-wrap label {
  cursor: pointer;
}

.tearm-wrap input:checked {
  background: var(--primary);
  box-shadow: none;
  border-color: var(--primary);
}

.order-detail-section address span {
  display: block;
}

.order-model-address textarea {
  min-height: 150px;
}

.order-wrapper-address input:checked {
  background: var(--primary);
  box-shadow: none;
  border: none;
}

.order-wrapper-address label {
  cursor: pointer;
}

.forgot-psw {
  font-size: 10px;
  display: block;
  text-align: end;
}

.onoff {
  margin-left: -27px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  /* *vertical-align: auto;
  zoom: 1;
  *display: inline; */
  position: relative;
  cursor: pointer;
  width: 55px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.onoff label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: var(--primary);
  border-radius: 5px;
  font-weight: bold;
  color: #FFF;
  -webkit-transition: background 0.3s, text-indent 0.3s;
  -moz-transition: background 0.3s, text-indent 0.3s;
  -o-transition: background 0.3s, text-indent 0.3s;
  transition: background 0.3s, text-indent 0.3s;
  text-indent: 27px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4) inset;
}

.onoff label:after {
  content: 'NO';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 12px;
  color: var(--white);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
  z-index: 1;
}

.onoff label:before {
  content: '';
  width: 15px;
  height: 24px;
  border-radius: 3px;
  background: #FFF;
  position: absolute;
  z-index: 2;
  top: 3px;
  left: 3px;
  display: block;
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.onoff input:checked+label {
  background: #378b2c;
  text-indent: 8px;
}

.onoff input:checked+label:after {
  content: 'YES';
  color: var(--white);
}

.onoff input:checked+label:before {
  left: 37px;
}

.datepicker {
  position: relative;
  z-index: 10;
}

select option,
select option:selected {
  color: var(--grey);
}

.form-select option:selected {
  color: var(--grey);
}

/* Responsive Table */
.form-wrapper table {
  border: 1px solid var(--grey);
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  border-radius: 10px !important;

}

.form-wrapper table tr {
  background-color: var(--white);
  border: 1px solid var(--grey);
  padding: .35em;
}

.form-wrapper table th,
.form-wrapper table td {
  padding: .625em;
  text-align: center;
  vertical-align: middle;
  word-wrap: break-word;
}

.form-wrapper table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: var(--primary);
  color: var(--white);

}

.offred {
  color: var(--primary);
}

.form-wrapper table td span {
  color: var(--grey);
  display: block;
}

.action-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.action-wrap span {
  color: var(--black) !important;
  display: block;
  border: 1px solid var(--primary);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 5px 10px;
  font-weight: 700;
  cursor: pointer;
  width: 150px;
  text-transform: uppercase;
}

.action-wrap span.default {
  background: var(--primary);
  color: var(--white) !important;
}

@media screen and (max-width: 992px) {

  .form-wrapper table {
    border: 0;
  }

  .action-wrap span {
    width: 105px;
    text-align: center;
  }

  .form-wrapper table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .action-wrap {
    justify-content: end;
  }

  .form-wrapper table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  .form-wrapper table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  .form-wrapper table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .form-wrapper table td:last-child {
    border-bottom: 0;
  }

  .pending-detail-top-wrap div {
    display: flex;
    flex-direction: column;
  }


}


/* Responsive Table */
.pending-detail-top-wrap label {
  width: 180px;
  font-weight: 700;
}

/* Date PIcker Start*/
.ui-datepicker-prev span:hover,
.ui-datepicker-next span:hover {
  cursor: pointer;
}

.ui-datepicker-prev,
.ui-datepicker-next,
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  border: 1px solid var(--primary);
}

.ui-state-default,
.ui-widget-content .ui-state-default {
  background: var(--primary);
  color: var(--white);

}

.ui-widget-content .ui-icon {
  background-image: url("../image/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../image/ui-icons_444444_256x240.png");
}

.ui-datepicker-title {
  color: var(--primary);
}

.c-thankyou-msg h2 {
  color: var(--primary);
  font-size: 2.5rem;
}

.c-thankyou-msg .btn {
  color: var(--white);
  padding: 3px 20px;
  background: var(--primary);
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}

.c-company-info {
  font-size: 14px;
}

.c-toup-img {
  width: 20px;
  /* margin-right: 10px; */
  margin-left: auto;
  margin-top: -22px;
}

/* Thank YOu Form */
.thankyou-order-wrapper {
  padding: 70px 0px;
}

.thankyou-order-wrapper h1,
.thankyou-order-wrapper i {
  font-size: 70px;
  font-weight: 700;
  color: var(--primary);
  text-align: center;
  display: block;
  margin: auto;
  padding: 20px 0px;
}

.thankyou-order-wrapper h3 {
  font-size: 30px;
  font-weight: 700;
  color: #454545;
  text-align: center;
  display: block;
  margin: auto;
  padding: 20px 0px;
}

.thankyou-order-wrapper .btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px 0px;
}

.thankyou-order-wrapper .btn-wrapper a {
  display: inline-block;
  background: var(--white);
  padding: 10px 20px;
  color: var(--primary);
  border-radius: 15px;
  border: 1px solid var(--primary);
}

.thankyou-order-wrapper .btn-wrapper a:hover {
  background: var(--primary);
  color: var(--white);
}

/* Thank YOu Form */
.tearm-wrap-order a {
  text-decoration: underline;
  color: var(--primary);
}

/* Communication Notes */
.pro-detail {

  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 0px;
}

.pro-detail div {
  display: flex;
  align-items: center;
  width: 50%;
}

.pro-detail h4 {
  min-width: 200px;
}

.pro-detail p span {
  color: var(--primary);
}

.pro-detail h4,
.pro-detail p {
  margin-bottom: 0;
}

.communication-notes {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 0px;
}

.communication-notes li {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 20px 30px;
  gap: 20px;
  background: rgba(0, 0, 0, 0.4);
  color: #000;
  list-style: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.communication-notes li p {
  margin-bottom: 0;
}

.communication-notes li h4 {
  margin-bottom: 0;
}

.communication-notes li.admin-notes {
  justify-content: end;
  background: var(--primary);
  color: var(--white);
}

.tearm-wrap.tearm-wrap-order {
  justify-content: center;
  align-items: baseline;
  padding-top: 20px;
  padding-left: 40px;
}

@media(max-width:1200px) {
  .communication-notes li {
    flex-direction: column;
  }

  .communication-notes li.admin-notes {
    flex-direction: column-reverse;
  }

  .pro-detail div {
    width: 100%;

  }

  .pro-detail {
    flex-direction: column;
    padding: 0;
    padding-bottom: 10px;
    gap: 10px;
  }

  .pro-detail h4 {
    min-width: 250px;
  }
}

@media(max-width:768px) {
  .pro-detail div {
    flex-direction: column;
    align-items: center;
    justify-content: start;
  }

  .pro-detail h4 {
    min-width: auto;
  }
}

/* Communication Notes */
.pagination .page-item a {
  background-color: var(--primary) !important;
  border: none;
}

.communication-notes li {
  flex-direction: column;
  align-items: start;
}

.communication-notes li>div:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
}

.communication-notes li.admin-notes {
  justify-content: end;
  flex-direction: row;
  align-items: center;
}

#change_address_modal .action-button {
  width: 165px !important;
}

.product-content .submit-btn {
  max-width: fit-content;
}

.privacy-policy {
  padding: 50px 0px;
  margin: auto;
}

.privacy-policy h1 {
  text-align: center;
  color: var(--primary);
}

.privacy-policy .content {
  padding: 30px 0px;
}

.privacy-policy .content ol,
.privacy-policy .content ul {
  margin-left: 2rem;
  padding: 20px 0px;
  font-size: 20px;
}

.privacy-policy .content ol li,
.privacy-policy .content ul li {
  padding: 10px 0px;
  text-align: justify;
}

.privacy-policy .content p {
  padding: 20px 0px;
  margin-bottom: 0px;
}

@media(max-width:768px) {

  .privacy-policy .content ol,
  .privacy-policy .content ul {
    margin-left: 1rem;
    font-size: 16px;
  }

  .privacy-policy .content {
    padding: 15px;
  }
}

.artwork_order_box input[type="text"] {
  max-height: 31px !important;
  box-shadow: none;
}

.or-devider {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

@media(max-width: 992px) {
  .artwork_order_box {
    gap: 40px;
  }

  .or-devider {
    top: 25px;
  }
}

.faq-title {
  color: var(--Dark-Grey-1);
  text-align: center;
  font-size: 64px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -1.28px;
  text-transform: capitalize;
}

.faq-title a {
  color: var(--ten-color);
  text-decoration: underline;
  text-underline-offset: 13px;
  text-decoration-thickness: 4px;
}

.faq-list-section {
  padding: 115px 0 187px;
}

.faq-list-itme-head:not(.collapsed),
.faq-list-itme-head {
  border: 1px solid var(--off-white);
  color: var(--Dark-Grey);
  height: 88px;
  padding: 0;
  padding-left: 30px;
  background-color: transparent;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 10px;
}

.faq-list-itme-head:not(.collapsed) {
  border-left: 4px solid var(--primary);
  box-shadow: none;
}

.faq-list-itme-head::before {
  content: "-";
  /* Unicode for the plus sign in Font Awesome */
  /* Specify the Font Awesome font family */
  display: block;
  width: 93.242px;
  height: 88.177px;
  flex: 0 0 auto;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  background: none;
  /* Remove background */
  text-align: center;
  /* Center the plus sign */
  padding-top: 30px;
  background: var(--primary);
  color: var(--white);
}

.faq-list-itme-head.accordion-button h6 {
  color: var(--primary);
}

.faq-list-itme-head.accordion-button.collapsed h6 {
  color: var(--black);
}

.faq-list {
  padding: 60px 0px;
  display: grid;
  gap: 23px;
}

.faq-list-itme-head:not(.collapsed)::after,
.faq-list-itme-head.collapsed::after {
  display: none;
}

.faq-list-itme-head.collapsed::before {
  content: "+";
  /* Unicode for the plus sign in Font Awesome */
  font-family: "Font Awesome 6 Free";
  /* Specify the Font Awesome font family */
  display: block;
  padding-top: 30px;

}

.faq-list-itme-head h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
}

.faq-list-itme-body {
  padding: 25px 30px;
  color: var(--text-grey-black);
  font-family: var(--inter);
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
  /*min-height: 135px;
    */
  letter-spacing: -0.32px;
  border-left: 4px solid var(--ten-color);
}

.faq-list-itme-body p,
.faq-list-itme-body ul,
.faq-list-itme-body ol {
  margin-bottom: 10px;
}

.faq-list-itme-body ul,
.faq-list-itme-body ol {
  padding-left: 2rem;
}

@media (max-width: 1550px) {
  .faq-list-itme-head h6 {
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.32px;
  }

  .faq-title {
    font-size: 50px;
  }
}

@media (max-width: 993px) {
  .faq-list-itme-head h6 {
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.32px;
  }

  .faq-list-itme-head:not(.collapsed),
  .faq-list-itme-head {
    padding-right: 12px;
    padding-left: 22px;
  }

  .faq-list-itme-body {
    font-size: 14px;
    line-height: 1;
    padding: 20px;
  }

  .faq-list-itme-head::before {
    width: 67.366px;
    height: 63.707px;
  }

  .faq-title {
    font-size: 45px;
    /* line-height: 44.56px; */
    line-height: normal;
    letter-spacing: -0.9px;
  }

  .faq-title a {
    text-underline-offset: 9px;
  }

  .faq-list-section {
    padding: 45px 0 85px;
  }

  .faq-list-itme-head::before,
  .faq-list-itme-head.collapsed::before {
    padding-top: 20px;
  }
}

@media (max-width: 420px) {
  .faq-list {
    margin-top: 70px;
  }

  .faq-list-itme-head h6 {
    font-size: 14px;
  }

  .faq-title {
    font-size: 35px;
  }
}

.term-privacy-policy {
  padding: 50px 0px;
}

.term-privacy-policy h1 {
  color: var(--primary);
  font-size: 70px;
  line-height: 1;
  padding: 0;
  margin: 0;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
}

.term-privacy-policy h2 {

  font-size: 40px;
  line-height: 1;
  padding: 0;
  margin: 0;
  padding: 20px 0px;
  color: var(--primary);
}

.term-privacy-policy ul,
.term-privacy-policy ol {
  padding-left: 2rem;
}

.term-privacy-policy a {
  color: var(--primary);
  text-decoration: underline;
}

.term-privacy-policy p,
.term-privacy-policy ul li,
.term-privacy-policy ol li {
  font-size: 20px;
  font-weight: 500;
}

@media(max-width:992px) {
  .term-privacy-policy h1 {
    font-size: 40px;

  }

  .term-privacy-policy h2 {
    font-size: 30px;
  }

  .term-privacy-policy p,
  .term-privacy-policy ul li,
  .term-privacy-policy ol li {
    font-size: 16px;
  }
}
.order-detail-section .discount_wrapper h2{
  font-size: 45px;
}
.lable-size-name{
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  display:flex;
  align-items:center;
  justify-content:center;
  width: 100px;
  background: grey;
  color:white;

}
.lable-mm{
  position: absolute;
  top:0;
  right:0;
  bottom:0;
  display:flex;
  align-items:center;
  justify-content:center;
  width: 100px;
  color:#000;
  opacity:0.5;

}
.hw-input{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 130px !important;

}
.topup-table thead th ,.topup-table tbody tr td{
  border:1px solid grey;
}
.topup-table tbody tr td,.topup-table thead th{
  text-align:center;
}
.topup-table thead th:first-child{
  border:unset;
}

.topup-table tr td:first-child{
  font-weight: 600;
}
/* .topup-table tr:last-child td{
  border:unset;
} */
.topup-table .active{
  background:var(--primary);
  color:var(--white);
}

.topup-table tr td.active{
  border:1px solid #fff;
}
@media(max-width:992px){
  .topup-table th,.topup-table td{
    font-size: 12px;
  }
}
@media(max-width:768px){
  .topup-table th,.topup-table td{
    font-size: 10px;
  }
}
.tot-qty,.tot-qty label{
  font-size:22px;
  font-weight:800;
}
address span{
  display: block;
}
.carousel img{
  max-height: 350px;
  width:100%;
}
@media(max-width:768px){
  .carousel img {
    height:230px;
  }
}
.product_home_wrapper .nav li a{
  border: 1px solid var(--primary);
  border-radius: 24px;
}
.product_home_wrapper .nav li{
  margin: 0px 20px;
}
.pagination .page-item .page-link:not(.active){
  color:yellow;
}
.pagination .page-item.active .page-link{
  color:white;
}
.pagination .page-item .page-link:hover{
  color:yellow;
}

/* 19-9-2024 Dipen css */
.cust-rep{
  width:50%;
  margin-left:auto;
  position:relative;
  color:#fff !important;
}
.communication-notes .cust-rep{

  box-shadow:  rgba(38, 57, 77, 0.5) 0px 20px 30px -10px;
}
.communication-notes .add-rep{

  box-shadow:   rgba(255, 0, 0, 0.5) 5px 5px 15px;
}
.add-rep{
  width:50%;
  margin-right:auto;
}
.communication-notes .cust-rep{
  border-radius:unset;
  border-top-left-radius:15px;
  border-bottom-left-radius:15px;
}
.communication-notes .add-rep{
  border-radius:unset;
  border-top-right-radius:15px;
  border-bottom-right-radius:15px;
}
@media(max-width:768px){
  .cust-rep,.add-rep{
      width:100%;
      margin:unset;
  }
  .communication-notes .cust-rep,.communication-notes .add-rep{
      border-radius:15px;
  }
}
/* 19-9-2024 Dipen css */
/* 19-10-2024 Dipen css */
.frm-btn{
    background: var(--primary);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 15px;
    margin: 10px 0px 10px 5px;
    float: right;
    font-size: 18px;
    max-width: fit-content;
    height: auto !important;
}
.info-msg{
  font-size: 10px;
  color: var(--black);
}
.frm-btn:hover{
  color: white;
}
@media(max-width:1550px){
  .discount_wrapper h2{
    font-size: 70px;
  }
}
/* 19-10-2024 Dipen css */


