/** @format */

.btn-default,
a,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
textarea,
ul {
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
body {
  background-color: #f3f3f3;
  overflow-x: hidden;
   font-family: 'Poppins',
    sans-serif;
}
.container {
  max-width: 1250px;
}
.mobile-menu {
  display: none;
}
.mobile-menu .circle {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #ef3e23;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  border: 1px solid #fff;
  right: 20px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.mobile-menu .mobile-cross {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background: #ec1c24;
  margin: 0 auto;
  font-size: 16px;
  position: fixed;
  right: 20px;
  top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.mobile-menu .nveMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 280px;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transform: translateX(-320px);
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  padding: 40px 20px;
}
.mobile-menu .nveMenu.is-opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.mobile-menu .overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 280px);
  height: 100%;
  background: rgba(0, 0, 0, 0.71);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
.mobile-menu .overlay.is-on {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.mobile-menu .navlinks li {
  display: block;
  padding: 12px 0;
}
.mobile-menu .navlinks li a {
  text-transform: uppercase;
  color: #666;
  font-weight: 700;
  margin-left: 55px;
}
.mobile-menu .navlinks li a:hover {
  text-decoration: none;
}
.dropdown.mobile-menu-dropdown button {
  background-color: #fff;
  color: #000;
  border: none;
  padding: 0;
  font-weight: 500;
}
.preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center;
}
.active-class {
  border: 2px solid #000;
}
.header-bg {
  position: sticky;
  height: 90px;
  transition: 0.5s;
  background-color: #fff;
  border-bottom: 1px solid #000;
  z-index: 9999;
}
.header-search-bar input {
  width: 100%;
 border-radius: 10px;
  border: 1px solid #000;
  padding: 8px 18px;
  margin: 22px 0;
}
.header-search-bar input:focus {
  outline: none;
  border: 1px solid #ef3e23 !important;
  /*box-shadow: 0 0 7px 2px #ef3e23;*/
}
.header-search-bar button {
  margin: 22px 0;
  background-color: transparent;
  padding: 0 12px;
  position: relative;
  border: none;
  right: 42px;
 border-radius: 10px;
}
.header-social-icon ul {
  list-style: none;
}
.header-social-icon ul li {
  text-align: center;
}
.header-social-icon ul li i {
  font-size: 20px;
  margin: 20px 0 0 0;
  color: #000;
  outline: 0;
  width: 95px;
}
.addtocard-btn span {
  width: 20px;
  height: 25px;
  position: absolute;
  top: 16px;
  color: #fff;
  right: 20px;
  background-color: #ef3e23;
  border-radius: 50px;
  border: 1px solid #ef3e23;
}
.header-social-icon-inner-img {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  margin: 14px 0 0 0;
  transition: 0.3s;
}
.header-social-icon-inner-img img:hover {
  transform: scale(1.1);
  transition: 0.3s;
  box-shadow: 0 0 5px 2px #d3d3d3;
  border-radius: 50px;
}
.header-social-divider {
  height: 50px;
  width: 2px;
  font-weight: 100;
  margin: 20px 5px;
  background-color: #f9f8f8;
  color: #fff;
}
.sign-dropdown-header {
  padding: 15px;
}
.sign-dropdow-images img {
  width: 110px;
}
.sign-dropdow-images i {
  font-size: 18px !important;
}
.sign-profile-img {
  width: 90px;
  height: 70px;
  border-radius: 50px;
  margin: 14px 0 0 0;
  transition: 0.3s;
}
.sign-profile-content h3 {
  font-size: 18px;
  padding-left: 7px;
}
.sign-profile-content p {
  font-size: 13px !important;
  color: #848484;
  text-align: start;
}
.sign-profile {
  padding: 15px 0;
}
.sign-profile-btn a {
  background-color: #000;
  color: #fff !important;
  padding: 10px 0;
  width: 100%;
  text-decoration: none;
}
.sign-profile-btn a i {
  font-size: 20px !important;
  color: #fff;
  margin: 0 !important;
  padding: 0 !important;
}
.sign-profile-btn a {
  background-color: #000;
  border: 2px solid #000;
  color: #fff !important;
  padding: 10px 18px;
  width: 100%;
  border-radius: 10px;
  text-decoration: none;
}
.sign-profile-btn a:hover {
  background-color: #fff;
  border: 2px solid #000;
  color: #000 !important;
}
.sign-signin-btn {
  background-color: #000;
  padding: 10px 25px;
  color: #fff;
  border-radius: 10px;
  margin: 0 15px;
  text-decoration: none;
  font-weight: 700;
  border: 2px solid #fff;
}
.sign-signin-btn:hover {
  background-color: transparent;
  border: 2px solid #000;
  color: #000;
}
.sign-signup-btn {
  border: 2px solid #000;
  color: #000;
  padding: 10px 0;
  border-radius: 10px;
  margin: 0 15px;
  text-decoration: none;
  font-weight: 700;
}
.sign-signup-btn:hover {
  background-color: #000;
  color: #fff;
}
.header-social-dropdown h6:hover,
.header-social-dropdown i:hover {
  color: #ef3e23;
}
.header-social-btn {
  background-color: transparent;
  padding: 10px 0;
  border: none;
  width: auto;
}
.header-social-dropdown .dropdown-menu {
  margin: 0;
  position: absolute;
  inset: 0 auto auto 0;
  transform: translate(0, 90px);
  width: 320px;
  /*box-shadow: 0 0 20px 5px #d3d3d3;*/
 border-radius: 10px;
  height: auto;
  z-index: 22 !important;
}
.header-social-dropdown-before .dropdown-menu:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 36px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
}
.header-social-dropdown-after .dropdown-menu:after {
  content: "";
  position: absolute;
  top: -10px;
  right: 43px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
}
.header-social-dropdown h4 {
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.header-social-dropdown p {
  font-size: 15px;
  color: #848484;
  text-align: center !important;
}
.header-social-dropdown-item li a {
  padding: 12px 110px;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  transition: 0.2s;
}
.header-social-dropdown-item a:hover {
  background-color: #ef3e23;
  color: #fff;
  border: none;
}
.header-social-dropdown-item-inner-icon i {
  width: 40px !important;
}
.header-social-dropdown-item button {
  background-color: transparent;
  border: none;
  color: #000;
  font-weight: 700;
}
li.header-sign-out-icon i {
  font-size: 18px !important;
  color: #fff !important;
}
li.header-sign-out-icon a {
  padding: 12px 50px !important;
  background-color: #ef3e23 !important;
  color: #fff !important;
}
li.header-sign-out-icon a:hover {
  padding: 12px 50px !important;
  background-color: #000 !important;
}
.social-offers {
  background-color: #000;
  line-height: 60px;
  color: #fff;
  padding: 15px;
}
.social-offers h2 {
  font-weight: 700;
}
.social-offers h5 {
  font-weight: 500;
}
.recommended h4 {
  padding: 10px 20px;
  color: #000;
  font-weight: 700;
  font-size: 40px;
  /*text-align: end;*/
}
.side-m {
  margin: 0 10px;
}
.recommended {
  margin: 0 10px;
}
.card-star i {
  font-size: 12px;
  color: #f1f15a;
  display: none;
  padding: 12px 0;
}
.card-price h5 {
  color: #000;
  font-size: 17px;
}
.card-price span {
  color: #000;
}
.card-price h6 {
  color: #ef3e23;
  font-size: 15px;
  text-decoration: line-through #ff0209;
}
button.owl-prev {
  background-color: transparent !important;
  position: absolute;
  top: 200px;
  padding: 10px !important;
  left: -5px;
  border-radius: 10px;
}
button.owl-next {
  background-color: transparent !important;
  position: absolute;
  top: 200px;
  right: -10px;
  border-radius: 10px;
}

.card-carousel-3 .cards-carousel,
.card-carousel-4 .cards-carousel,
.card-carousel-5 .cards-carousel {
  margin: 4px;
}
.cards-carousel {
  background-color: #fff;
 border-radius: 10px;
  padding: 10px;
  height: 100%;
  box-shadow: 0 0 7px 2px #d3d3d3;
  opacity: 1;
}
.cards-carousel-image {
  display: block;
  width: 100%;
  height: auto;
}
.card-overlay-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  border-radius: 10px;
  transition: 0.5s ease;
  background-color: rgb(0, 0, 0, 0.5);
}
.cards-carousel:hover .card-overlay-btn {
  opacity: 1;
}
.card-carousel-btn-text {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  padding: 5px 16px;
  position: absolute;
  top: 50%;
    background-color: #000;
  border-radius: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  transition: 0.3s;
}
.card-carousel-btn-text:hover {
  background-color: #ef3e23;
  color: #fff;
}
.card-carousel-content {
  padding: 0 0 10px 0;
}

.card-carousel-content p{
  line-height: 20px;
  max-height: 32px;
  -webkit-line-clamp: 2;
}

.card-carousel-content h5 {
  font-size: 12px !important;
  font-weight: 700;
}
.cards-carousel-image-box {
  height: 230px !important;
  /* width: 200px;
  margin: 0 auto; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-overlay-btn a {
  color: #fff;
}
.brand-option-bg {
  background-color: #fff;
  border-radius: 10px;
  width: 97%;
  margin-left: 20px;
}
.brand-option-select .card {
  z-index: 9;
  display: flex;
  min-width: 0;
  box-shadow: 0 0 7px 2px #d3d3d3;
  width: 45%;
  word-wrap: break-word;
  background-color: #f9f9f9;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 10px;
}
button.btn.collapsed:focus {
  box-shadow: none;
  outline: 0;
}
.cards-carousel-image-box-2 {
  height: 142px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.informations-container-card .booking-card {
  height: 400px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: 0 0 7px 2px #d3d3d3;
  background-position: center center;
  background-size: cover;
  text-align: center;
  color: #0a4870;
  transition: 0.3s;
}
.informations-container-card-2 .booking-card {
  height: 300px !important;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px !important;
  overflow: hidden;
  box-shadow: 0 0 7px 2px #d3d3d3;
  background-position: center center;
  background-size: cover;
  text-align: center;
  color: #0a4870;
  transition: 0.3s;
}
.informations-container-card-2 .booking-card .book-container {
  height: 115px !important;
}
*,
:after,
:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.informations-container-card .booking-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(10, 72, 112, 0);
  transition: 0.3s;
}
.informations-container-card .booking-card .book-container {
  height: 210px;
}
.informations-container-card .booking-card .book-container .content {
  position: relative;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  transform: translateY(-200px);
  transition: 0.3s;
}
.informations-container-card .booking-card .book-container .content .btn {
  border: 3px solid #fff;
  padding: 8px 15px;
  background: 0 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.informations-container-card .booking-card .book-container .content .btn:hover {
  background: #fff;
  border: 0 solid #fff;
  color: #0a4870;
}
.informations-container-card .booking-card .informations-container {
  flex: 1 0 auto;
  padding: 20px;
  background: #fff;
  transform: translateY(206px);
  transition: 0.3s;
}
.informations-container-card .booking-card .informations-container .title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 17px;
}
.informations-container-card
  .booking-card
  .informations-container
  .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  width: 50px;
  margin: auto;
  background: #0a4870;
}
.informations-container-card .booking-card .informations-container .price {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.informations-container-card
  .booking-card
  .informations-container
  .price
  .icon {
  margin-right: 10px;
}
.informations-container-card
  .booking-card
  .informations-container
  .more-information {
  opacity: 0;
  transition: 0.3s;
}
.informations-container-card
  .booking-card
  .informations-container
  .more-information
  .info-and-date-container {
  display: flex;
}
.informations-container-card
  .booking-card
  .informations-container
  .more-information
  .info-and-date-container
  .box {
  flex: 1 0;
  padding: 15px;
  margin-top: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  font-weight: 700;
  font-size: 0.9em;
}
.informations-container-card
  .booking-card
  .informations-container
  .more-information
  .info-and-date-container
  .box
  .icon {
  margin-bottom: 5px;
}
.informations-container-card
  .booking-card
  .informations-container
  .more-information
  .info-and-date-container
  .box.info {
  color: #ec992c;
  margin-right: 10px;
}
.informations-container-card
  .booking-card
  .informations-container
  .more-information
  .disclaimer {
  margin-top: 20px;
  font-size: 0.8em;
  color: #000;
}
.more-information .disclaimer {
  display: none;
}
.informations-container-card .booking-card:hover::before {
  background: rgb(0 0 0 / 60%);
}
.informations-container-card .booking-card:hover .book-container .content {
  opacity: 1;
  transform: translateY(0);
}
.informations-container-card .booking-card:hover .informations-container {
  transform: translateY(0);
}
.informations-container-card
  .booking-card:hover
  .informations-container
  .more-information {
  opacity: 1;
}
@media (max-width: 768px) {
  .informations-container-card .booking-card::before {
    background: rgba(10, 72, 112, 0.6);
  }
  .informations-container-card .booking-card .book-container .content {
    opacity: 1;
    transform: translateY(0);
  }
  .informations-container-card .booking-card .informations-container {
    transform: translateY(0);
  }
  .informations-container-card
    .booking-card
    .informations-container
    .more-information {
    opacity: 1;
  }
}
.c#ef3e23its {
  display: table;
  background: #0a4870;
  color: #fff;
  line-height: 25px;
  margin: 10px auto;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
}
.c#ef3e23its a {
  color: #e3ebf1;
}
.brands-option h4 {
  height: 100%;
  font-size: 20px;
  font-weight: 600;
  background-color: #ef3e23;
  padding-top: 8px;
  color: #fff;
}
.owl-stage-outer.owl-height {
  height: 386px !important;
  padding: 5px 0 0 0;
}
/*.products-details-section {*/
/*  padding: 40px;*/
/*}*/
.products-details h2 {
  font-size: 35px;
  font-weight: 700;
}
.products-details h4 {
  font-size: 20px;
  padding: 6px 0;
  font-weight: 400;
}
.products-details span {
  font-size: 21px;
  font-weight: 600;
}
h3.products-details-h3 {
  font-size: 24px !important;
  font-weight: 700;
  padding: 10px 0;
}
h3.products-details-h3 span {
  font-size: 24px !important;
  font-weight: 700;
}
.products-options select {
  border-radius: 15px;
  color: #708090;
  margin-left: -5px;
}
.products-options {
  padding: 10px 0 0 0;
}
.products-options-drop-btn {
  width: 100%;
  text-align: start;
  padding: 5px 11px;
  border: 1px solid #ced4da;
  border-radius: 10px;
  background-color: #fff;
}
.products-options-drop-btn-ul {
  width: 100%;
  border: 1px solid #ced4da;
  outline: 0;
}
.products-options-drop-btn-ul li a {
  text-decoration: none;
  color: #000;
  margin: 5px;
  border-bottom: 1px solid #d3d3d3;
}
.form-control:focus {
  border-color: none;
  box-shadow: none;
  border: 1px solid #ef3e23;
}
.products-options-drop-tabs-bg {
  background-color: #fff;
 border-radius: 10px;
  margin: 20px 0;
  padding: 20px;
  box-shadow: 0 3px 23px rgb(0 0 0 / 16%);
}
.products-options-drop-tabs-bg h2 {
  font-weight: 500;
  font-size: 30px;
  color: #000;
}
ul {
  list-style-type: none;
}
.products-options-drop-tabs-inner li {
  display: inline-block;
}
.products-options-drop-tabs-inner input[type="checkbox"][id^="myCheckbox"] {
  display: none;
}
.products-options-drop-tabs-inner label {
  border: 1px solid #fff;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
}
.products-options-drop-tabs-inner label:before {
  background-color: #fff;
  color: #fff;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid #ef3e23;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}
.products-options-drop-tabs-voucher {
  height: 175px !important;
  width: 100% !important;
}
.products-options-drop-tabs-inner label img {
  height: 120px;
  width: 180px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}
.products-options-drop-tabs-inner :checked + label {
  border-color: #ef3e23;
}
.products-options-drop-tabs-inner :checked + label h5 {
  border-top: 4px solid #ef3e23 !important;
  padding: 8px 0 0 0;
  color: #ef3e23 !important;
}
.products-options-drop-tabs-inner h5 {
  border-top: 4px solid transparent;
  padding: 8px 0 0 0;
}
.products-options-drop-tabs-inner :checked + label:before {
  content: "✓" !important;
  background-color: #ef3e23;
  transform: scale(1);
}
.products-options-drop-tabs-inner :checked + label img {
  transform: scale(0.9);
  z-index: -1;
}
.order-history-finish-clr {
  font-weight: 500;
  font-size: 30px;
  color: #0a6004 !important;
}
.order-history-addtocart-clr a {
  background: 0 0 !important;
  border: 3px solid #000;
  color: #000 !important;
  font-weight: 500 !important;
}
.order-history-removerd-clr a {
  background: linear-gradient(#ef3e23 0, #770e12 100%) !important;
  color: #fff;
  border: 3px solid #770e12 !important;
}
.products-options-bg-divider {
  background-color: #fff;
  border-radius: 10px;
  margin: 20px 0;
  padding: 20px;
  box-shadow: 0 3px 23px rgb(0 0 0 / 16%);
}
.dropdown-toggle::after {
  color: #fff !important;
}
.products-options-btm-btn input,
.products-options-btm-btn textarea {
  border: 1px solid #f9f8f8cc;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 10px;
}
.products-options-btm-btn input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.products-options-btm-btn input::-webkit-inner-spin-button,
.products-options-btm-btn input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.products-options-btm-btn .input-group {
  clear: both;
  margin: 15px 0;
  position: relative;
}
.products-options-btm-btn .input-group input[type="button"] {
  background-color: #fff;
  min-width: 25px;
  width: auto;
  transition: all 0.3s ease;
}
.products-options-btm-btn .input-group .button-minus,
.products-options-btm-btn .input-group .button-plus {
  font-weight: 700;
  height: 38px;
  padding: 0;
  width: 38px;
  position: relative;
}
.products-options-btm-btn .input-group .quantity-field {
  position: relative;
  height: 38px;
  left: -6px;
  text-align: center;
  width: 62px;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 5px;
  resize: vertical;
}
.products-options-btm-btn .button-plus {
  left: -13px;
}
input.button-minus {
  border-radius: 50px 0 0 50px !important;
}
input.button-plus {
  border-radius: 0 50px 50px 0 !important;
}
.products-options-btm-btn input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
.products-options-btm-btn-2 a {
  background-color: #000;
  padding: 8px 20px;
  border-radius: 50px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}
.details-tabs ul#pills-tab {
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
}
.details-tabs .nav-pills .nav-link.active,
.details-tabs .nav-pills .show > .nav-link {
  color: #000;
  border-radius: 0;
  border-bottom: 2px solid #ef3e23;
  background-color: #fff;
}
.details-tabs li.nav-item {
  color: #000;
  font-weight: 600;
}
.details-tabs .nav-pills .nav-link {
  border-radius: 0.25rem;
  color: #000;
  font-weight: 700;
  margin: 0 22px;
}
.details-tabs div#pills-tabContent {
  background-color: #fff;
  padding: 30px 50px;
  border-radius: 15px;
}
.details-tabs i.far.fa-dot-circle {
  color: #ef3e23;
  padding: 5px 15px 0 0;
}
.details-tabs-inner p {
  font-weight: 500;
  font-size: 17px;
  display: flex;
  padding: 12px 0;
}
.products-Installment-color h6 {
  color: #ef3e23 !important;
}
.products-Installment-color input {
  width: 100%;
  border-radius: 10px;
  padding: 4px 13px;
  border: 1px solid #e5e7ea;
}
.installment-plan-inner {
  background-color: #fff;
  color: #000;
  margin: 10px;
  border-radius: 42px;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.16);
}
.installment-plan-inner h6 {
  padding: 19px 0;
  font-size: 18px;
}
.installment-plan-inner h4 {
  background-color: #58585a;
  color: #fff;
  width: 100%;
  margin: 5px 0;
  padding: 10px 10px;
  font-size: 19px;
}
.plan-inner-color h4 {
  background-color: #ef3e23 !important;
}
.installment-plan-inner h5 {
  padding: 19px 0;
  font-size: 20px;
  font-weight: 700;
}
.details-tabs h1 {
  font-size: 22px;
  padding: 0 0 0 12px;
}
.related-btn button.owl-prev span {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49px;
  height: 50px;
  left: 961px;
  right: 0;
  top: -270px;
  border-radius: 50px;
  color: #000;
  border: 2px solid #000;
  position: absolute;
  font-size: 30px;
}
.related-btn button.owl-next span {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49px;
  height: 50px;
  top: -270px;
  right: -22px;
  border-radius: 50px;
  color: #000;
  border: 2px solid #000;
  position: absolute;
  font-size: 30px;
}
.your-order-signin-signup-btn {
  padding: 0 0 30px 0;
}
.your-order-signin-signup-btn label {
  font-weight: 700;
  margin: 6px 10px;
}
.your-order-signin-btn {
  background-color: #ef3e23;
  padding: 10px 0;
  color: #fff;
  border-radius: 10px;
  margin: 0 15px;
  text-decoration: none;
  font-weight: 700;
  border: 2px solid #fff;
}
.your-order-signin-btn:hover {
  background-color: transparent;
  border: 2px solid #ef3e23;
  color: #ef3e23;
}
.your-order-signup-btn {
  border: 2px solid #ef3e23;
  color: #ef3e23;
  padding: 10px 0;
 border-radius: 10px;
  margin: 0 15px;
  text-decoration: none;
  font-weight: 700;
}
.your-order-signup-btn:hover {
  background-color: #ef3e23;
  color: #fff;
}
.pages-paginations {
  padding: 40px 0;
}
.pages-paginations .page-linkk {
  position: relative;
  display: block;
  border: none;
  padding: 15px;
  background-color: #ef3e23;
  color: #fff;
  font-weight: 700;
  margin: 0 3px;
  border-radius: 50px;
  text-decoration: none;
  height: 50px;
  width: 48px;
  text-align: center;
}
.pages-paginations .page-item:focus {
  outline: 0;
}
.pages-paginations a.page-linkk:focus {
  margin: 4px 7px;
  padding: 8px 16px !important;
  border-radius: 50px;
  background-color: #fff;
  border: 2px solid #ef3e23 !important;
}
.page-linkk:focus {
  z-index: 3;
  color: #807a7a;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: none;
}
.pages-paginations .page-item:first-child .page-linkk {
  margin-left: 0;
  border-radius: 50px;
  border: 1px solid #fff;
  margin-top: 1px;
  padding: 7px 8px !important;
  height: 50px;
  width: 48px;
  background-color: #fff;
}
.pages-paginations .page-item:last-child .page-linkk {
  border-radius: 50px;
  margin-top: 1px;
  border: 1px solid #fff;
  padding: 7px 10px !important;
  height: 50px;
  width: 48px;
  background-color: #fff;
    
}
.site-footer {
  background-color: #f3f3f3;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #000;
}
.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}
.site-footer hr.small {
  margin: 20px 0;
}
.site-footer h6 {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}
.site-footer a {
  color: #737373;
  text-decoration:none;
}
.site-footer a:hover {
  color: #ef3e23;
  text-decoration: none;
}
.footer-links {
  padding-left: 0;
  list-style: none;
}
.footer-links li {
  display: block;
}
.footer-links a {
  color: #737373;
  list-style: none;
  text-decoration: none;
}
.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
  color: #ef3e23;
  text-decoration: none;
}
.footer-links.inline li {
  display: inline-block;
}
.site-footer .social-icons {
  text-align: right;
}
.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}
.copyright-text {
  margin: 0;
}
@media (max-width: 991px) {
  .site-footer [class^="col-"] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }
  .site-footer .copyright-text,
  .site-footer .social-icons {
    text-align: center;
  }
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}
.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}
.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
}
.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}
.social-icons a.facebook:hover {
  background-color: #3b5998;
}
.social-icons a.twitter:hover {
  background-color: #00aced;
}
.social-icons a.linkedin:hover {
  background-color: #007bb6;
}
.social-icons a.dribbble:hover {
  background-color: #ea4c89;
}
@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}
#footer-space {
  padding-left: 100px;
}
/*.copyright {*/
/*  padding-left: 40px;*/
/*}*/
.brand-option {
  background-color: #fff;
  border:2px solid #ef3e23;
  border-radius: 10px;
}
.brand-option h6 {
  line-height: 50px;
  color: #ef3e23;
}
.brand-option-select button {
  width: 100%;
  background-color: #fff;
  color: #000;
  border-radius: 50px;
  text-align: left;
  line-height: 37px;
}
.brand-option-select button:hover {
  color: #000;
  border-radius: 10px;
  border-color: #fff !important;
}
.brand-option-select.btn-primary {
  border-color: #ef3e23 !important;
}
.outer {
  margin: 0 auto;
  max-width: 800px;
}
#big .item {
  background: #fff;
  padding: 0 0;
  margin: 2px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}
#thumbs .item {
  background: #fff;
  height: 70px;
  line-height: 70px;
  padding: 0;
  margin: 2px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}
#thumbs .item h1 {
  font-size: 18px;
}
#thumbs .current .item {
  background: #ef3e23;
}
.owl-theme .owl-nav [class*="owl-"] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-theme .owl-nav [class*="owl-"].disabled:hover {
  background-color: #d6d6d6;
}
#big.owl-theme {
  position: relative;
}
#big.owl-theme .owl-next,
#big.owl-theme .owl-prev {
  background: #333;
  width: 22px;
  line-height: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
}
#big.owl-theme .owl-prev {
  left: 10px;
}
#big.owl-theme .owl-next {
  right: 10px;
}
#thumbs.owl-theme .owl-next,
#thumbs.owl-theme .owl-prev {
  background: #333;
}
/* .brands-icons {
  margin: 20px 0;
} */
.brands-icons img {
  border-radius: 12px;
  margin: 20px;
  width: 100px !important;
  transition: all 0.5s;
   margin-left: 7px;
   border-radius: 10px;
}
/*.brands-icons img:hover {*/
/*  transform: scale(1.2);*/
/*  border: 2px solid #ef3e23;*/
/*}*/
.brands-icons-header-img {
  width: 95%;
}
#scrollToTopBtn {
  position: absolute;
  background-color: #ef3e23;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  line-height: 48px;
  width: 48px;
  margin: 10px 0;
  right: 43px;
}
.chainselector {
  margin: 7px 0;
}
.chainselector select {
  width: 100%;
  background-color: #fff;
  padding: 6px 11px;
  border-radius: 10px;
  border: 3px solid #ced4da;
}
.chainselector .select#mark:focus {
  outline: 0;
}
i.fas.fa-angle-left,
i.fas.fa-angle-right {
  padding: 8px 10px;
}
.chainselector-btn button {
  background-color: #ef3e23;
  border: 3px solid #ef3e23;
  color: #fff;
  padding: 6px 0;
  width: 100%;
  margin: 18px 0 0 0;
  border-radius: 10px;
}
.register-css-btn {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
.register-css-btn:hover {
  color: #ef3e23 !important;
  text-decoration: none;
  background-color: #fff !important;
}
.newsletter {
  padding: 14px 0;
  background-color: #f3f3f3;
  margin-top:30px;
}
.newsletter input[type="text"] {
  padding: 10px;
  font-size: 17px;
  border: 2px solid #000;
  float: left;
  width: 60%;
  outline: 0;
  border-radius: 10px 0 0 10px;
  background-color: #fff;
}
.newsletter button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  border: 2px solid #000;
  border-left: none;
  cursor: pointer;
  border-radius: 0 10px 10px 0;
}
/* .newsletter button:hover {
  background: #ef3e23;
  color: #000;
} */
.newsletter::after {
  content: "";
  clear: both;
  display: table;
}
.newsletter-content h6 {
  /*text-align: center;*/
  font-weight: 500;
  font-size: 28px;
  padding-top: 6px;
}

.subscribe-btn:hover{
  background-color: #ef3e23;
}

.pulse-button {
  position: relative;
  padding: 10px 30px;
  text-decoration: none;
  border: none;
  box-shadow: 0 0 0 0 ;
  color: #fff;
  border-radius: 10px;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 1, 1, 1);
}
.pulse-button:hover {
  color: #fff;
  background:#ef3e23
}

td.text-md-end {
  text-align: center !important;
  font-size: 13px;
}
.cart-heading h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  margin: 0 0 15px 0;
}
.main-cart {
  background-color: #fff;
  padding: 20px;
  color: #000;
  border-radius: 10px;
}
.cart-table .table-inner-img {
  width: 155px;
  height: 190px;
  margin: 5px;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
}
.cart-table tr.table-heading {
  background-color: #000;
  border-radius: 10px;
  color: #fff;
  padding: 2px 20px;
}
.cart-table .table-heading-content h5 {
  padding: 3px 5px;
}
.cart-table .table-heading-content p {
  padding: 5px 5px;
}
.cart-table .table-heading-content h6 {
  padding: 3px 5px;
}
.cart-table .table-select-option select {
  border-radius: 10px;
}
.cart-table .table-select-option {
  padding: 0 15px !important;
}
.cart-table .table-pkr p {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.cart-table .table-pkr span {
  font-size: 21px;
  font-weight: 700;
}
.cart-table .table-pkr-pending {
  font-size: 18px;
  font-weight: 600;
}
.table-pkr-pending i {
  color: #ef3e23 !important;
}
.table-view-more {
  text-align: center;
  padding: 10px 0;
}
.table-view-more a {
  background: #000;
  text-decoration: none;
  padding: 8px 25px;
  text-decoration: none;
  color: #fff;
  border-radius: 15px;
  border: 3px solid #000;
}
.main-cart-form {
  margin: 40px 0 20px 0;
}
.main-cart-form .ineer-cart-form label {
  font-weight: 400;
  padding: 12px 0 3px 10px;
  font-size: 18px;
  color: #4e5360;
}
.main-cart-form .ineer-cart-form input {
  padding: 8px 10px;
  width: 100%;
  outline: 0;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ced4da;
  line-height: 25px;
}
.main-cart-form .ineer-cart-form select {
  border-radius: 10px;
  line-height: 30px;
  border: 1px solid #ced4da;
}
.main-cart-form .ineer-cart-form textarea {
  border: 1px solid #ced4da;
  height: 222px;
  padding: 10px;
  border-radius: 10px;
}
.main-cart-form .main-cart-form-check-box a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
.main-cart-form .main-cart-form-check-box a:hover {
  color: #ef3e23;
}
.submit-btn button {
  margin: 30px 0;
  padding: 10px 0;
  width: 100%;
  border-radius: 10px;
  background: #000;
  color: #fff;
  outline: 0;
  border: none;
}
.submit-btn button:hover {
  background: #ef3e23;
  color: #fff;
  border: none;
}
.submit-btn-a a {
  color: #000;
  border-radius: 10px;
  padding: 10px 0;
  width: 100%;
  text-decoration: none;
  border: 1px solid #000 !important;
  display: block;
  background-color: #fff;
  outline: 0;
  border: none;
}
.submit-btn-a a:hover {
  background: #ef3e23;
  color: #fff;
  border: none;
  border: 1px solid #fff !important;
}

.form-bg-inner {
  background: 0 0;
  border-radius: 10px;
  box-shadow: 1px 13px 8px rgb(0 0 0 / 23%);
  backdrop-filter: blur(32px);
  --webkit-backdrop-filter: blur(32px);
  background-color: rgba(255, 255, 255, 0.15);
  padding: 40px;
}
.forms-h-text h2 {
  font-weight: 700;
  font-size: 45px;
  text-align: left;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.forms-h-text h4 {
  font-weight: 700;
  font-size: 30px;
  text-align: left;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  padding: 30px 0 20px 0;
}
.form-bg-inner-forms label {
  font-weight: 400;
  padding: 12px 0 3px 10px;
  font-size: 18px;
  color: #4e5360;
}
.form-bg-inner-forms input,
.form-bg-inner-forms select {
  padding: 8px 10px;
  width: 100%;
  outline: 0;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #ced4da;
  line-height: 25px;
}
.form-bg-inner-forms .form-select:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
  border: 2px solid #ef3e23;
}
.form-bg-hide {
  visibility: hidden;
}
.form-bg-check-box a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
.form-bg-check-box a:hover {
  color: #ef3e23;
}
.form-bg-inner-forms textarea {
  border: 1px solid #ced4da;
  padding: 20px;
  border-radius: 10px;
}
.custom-file-input {
  color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: "Choose File";
  color: #fff;
  display: inline-block;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 5px 10px;
  outline: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: #000;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
.about-bg {
  padding: 100px 50px;
}
.about-content h2 {
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  padding: 25px 0;
}
.about-content p {
  font-size: 25px;
  color: #000;
  opacity: 0.7;
}
.faqs .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  margin: 10px 0;
  text-align: left;
  background-color: #fff;
  border-radius: 50px !important;
  border: 2px solid #fff;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}
.faqs .accordion-button:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.faqs .accordion-body {
  padding: 1rem 1.25rem;
  background-color: #ef3e23;
  color: #fff;
  border-radius: 10px;
}
.faqs .accordion-button:not(.collapsed) {
  color: #fff;
  font-weight: 600;
  border: 2px solid #ef3e23;
  background-color: #ef3e233d;
}
.profile-tabs-upper {
  width: 100%;
  background-color: #f9f8f8;
  padding: 10px 0;
  margin: 10px 0;
  border-radius: 15px;
  background: 0 0;
  border: 1px solid #707070;
  box-shadow: 0 3px 23px rgba(0, 0, 0, 0.16);
}
.profile-tabs-upper .nav-pills .nav-link.active,
.profile-tabs-upper .nav-pills .show > .nav-link {
  color: #000;
  border-bottom: 3px solid red;
  background-color: transparent;
  border-radius: 0;
  font-weight: 600;
}
.my-profile {
  padding: 0 0 50px 0;
}
.my-profile h2 {
  font-weight: 700;
  font-size: 37px;
  color: #000;
  border-bottom: 2px solid #000 !important;
  padding: 0 0 10px 0;
}
.profile-img-oval img {
  height: 330px;
  width: 247px;
  border-radius: 126px/168px;
  margin: 50px auto 0;
}
.profile-img-oval-inner {
  width: 100%;
  height: 100%;
}
.profile-img-content h3 {
  font-weight: 700;
  font-size: 36px;
  color: #000;
  padding: 15px 0;
}
.profile-img-content h6 {
  font-weight: 400;
  font-size: 20px;
  color: #58585a;
}
.tract-optoin select {
  background-color: #000;
  color: #fff;
  border-radius: 10px;
}
.tract-optoin .form-select:focus {
  border-color: none;
  outline: 0;
  border: none;
  box-shadow: none;
}
.tract-upper {
  border-radius: 25.5px;
  background: #fff;
  border: 2px solid #848484;
}
.tract-number p {
  font-weight: 300;
  padding: 4px 0 0 0;
  font-size: 20px;
  text-align: center;
  color: #000;
}
.track-btn a {
  border-radius: 10px;
  background-color: #000;
  font-weight: 700;
  font-size: 15px;
  text-align: left;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
}
.tracking-clr-r span {
  font-weight: 700;
  font-size: 25px;
  text-align: left;
  color: #ef3e23;
  display: block;
  padding: 150x 0 20px 0;
}
.tracking-shipment {
  font-weight: 700;
  font-size: 25px !important;
  color: #000;
}
.tracking-inner ul li {
  font-weight: 400;
  font-size: 18px;
  padding: 4px 5px;
  color: #000;
}
.tracking-inner-select select {
  border-radius: 10px;
  border: 1px solid #707070;
  margin: 0 7px;
}
.form-select:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
  border: 1px solid #ef3e23;
}
.tracking-inner ul li span {
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
.tracking-summery h3 {
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  padding: 10px 15px;
  background-color: #000;
  border-radius: 25px 25px 0 0;
}
.tracking-summery-inner {
  border: 1px solid #000;
  border-radius: 0 0 25px 25px;
  padding: 20px 0;
}
.tracking-summery-inner h4 {
  font-weight: 400;
  font-size: 20px;
  color: #000;
  padding: 5px 15px;
}
.tracking-summery-inner span {
  font-weight: 400;
  font-size: 23px;
  color: #ef3e23;
}
.track-history h4 {
  font-weight: 700;
  font-size: 30px;
  color: #000;
  padding: 40px 0 20px 0;
}
.table-track-history th {
  background-color: #000;
  color: #fff;
  padding: 10px;
}
.table-track-history {
  border: 1px solid #000;
  border-radius: 10px !important;
  height: 100%;
}
.tracking-heading {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  margin: 20px 0;
}
.tracking-heading h2 {
  font-size: 23px;
  color: #fff;
}
.tracking-heading h1 {
  font-size: 28px;
  color: #000;
}
.tracking-heading h1 span {
  font-size: 28px !important;
  font-weight: 600;
}
.tracking-summery-inner-clr span {
  color: #000 !important;
  font-weight: 600;
}
.tracking-summery-inner-clr h2 {
  font-size: 28px !important;
  padding: 0 18px;
}
.tracking-summery-inner-clr .inner-clr {
  font-size: 30px !important;
  font-weight: 700;
}
.user-comment:after {
  position: absolute;
  top: 23px;
  left: -14px;
  transform: rotate(269deg);
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #efefef;
  border-left: 10px solid transparent;
  content: "";
}
.user-comment {
  position: relative;
  background-color: #efefef;
  padding: 15px;
  margin: 10px 0;
  border-radius: 20px;
  height: auto;
}
.main-user img {
  margin: 0 30px 0 0;
  width: 70px;
  height: 70px;
  border: 2px solid #ef3e23;
  border-radius: 50px;
}
.user-comment h3 {
  font-weight: 600;
  font-size: 22px;
  color: #000;
}
.user-comment span {
  display: block;
  padding: 2px 10px;
}
.user-comment i {
  color: #f3eb08;
}
.user-comment-date p {
  font-weight: 400;
  font-size: 15px;
  color: #848484;
  padding: 4px 5px;
  margin: 0 10px;
}
.user-location-i {
  color: #848484 !important;
}
.user-location {
  padding: 8px 0;
}
.user-message {
  border-top: 1px dashed #000;
}
.user-message p {
  font-size: 14px;
  color: #1d1d1e;
}
.user-vender {
  font-size: 14px;
  color: #fff;
  border-radius: 10px;
  padding: 6px 10px;
  margin: 0 10px;
  background-color: #0eb508;
}
.user-loadmore a {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  padding: 10px 0;
}
.main-user-lines:before {
  content: "";
  position: absolute;
  left: 30px;
  width: 2px;
  height: 148px;
  background-color: #efefef;
}
.main-user-lines {
  position: relative;
}
.main-user-lines:after {
  content: "";
  position: absolute;
  top: 113px;
  left: 64px;
  width: 2px;
  height: 70px;
  background-color: #efefef;
  transform: rotate(90deg);
}
.main-user-lines-2:before {
  content: "";
  position: absolute;
  top: 14px;
  left: -135px;
  width: 2px;
  height: 164px;
  background-color: #efefef;
}
.main-user-lines-2 {
  position: relative;
}
.main-user-lines-2:after {
  content: "";
  position: absolute;
  top: 160px;
  left: -118px;
  width: 2px;
  height: 35px;
  background-color: #efefef;
  transform: rotate(90deg);
}
.cart-details-img img {
  width: 150px;
  height: 190px;
  border: 1px solid #707070;
  padding: 10px;
  border-radius: 10px;
}
.cart-details-img-text h1 {
  padding: 50px 0;
  font-weight: 500;
  font-size: 40px;
  color: #000;
}
.LOGIN-MODAL {
  background-image: url(../images/forms-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
}
.subscribe-modal {
  background-image: url(../images/subscribe-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  height: 100%;
}
.modal-2-close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #fff;
}
.btn-close {
  box-sizing: content-box;
  padding: 10px;
  color: #ef3e23;
  border: 0;
  border-radius: 10px;
  opacity: 0.5;
  border: 1px solid #ef3e23;
  opacity: 0.9;
  z-index: 10;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.modal-2-close-btn {
  position: absolute;
}
.btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}
.forget-pwd a {
  color: #ef3e23;
  text-decoration: none;
}
.forget-pwd a:hover {
  color: #000;
}
.subscribe-content h3 {
  font-size: 26px;
  color: #000;
}
.subscribe-content h3 span {
  font-size: 26px;
  color: #ec1c24;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.products-carousel-img-size img {
  border-radius: 15px;
  height: 510px !important;
  padding-top: 10px;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
  outline: 0;
}

.radiowala {
  visibility: hidden;
}

@media (min-width: 256px) and (max-width: 640px) {
  .form-control {
    border-radius: 10px;
    width: 100%;
  }
  button {
    width: 100%;
  }
}

.apply-now {
  background-color: #000;
  padding: 8px 20px !important;
  border-radius: 15px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.review-form-wrapper .title {
  font-size: 14px;
  color: #222222;
  font-weight: 700;
  line-height: 1;
}

.comment-form-rating label {
  font-size: 14px;
  line-height: 30px;
  color: #222222;
  display: inline-block;
  margin: 0;
}

.btn-rating i {
  color: #222222;
}

.comment-form-rating .stars span i {
  font-size: 15px;
  line-height: 1;
  color: #ffca08;
  display: inline-block;
  padding: 1px;
}

.rating-info {
  max-width: 370px;
}

.rating-info .options .detail-for .progress .progress-bar {
  height: 9px;
  display: inline-block;
  background-color: #ffdd5a;
  border-radius: 9999px;
}
.progress {
  background-color: transparent;
}

.detail-for .number {
  float: right;
}

.ps-product__size .custom-control {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 10px;
}

.ps-product__size .custom-control-label {
  background-color: white;
  color: #191919;
  font-weight: 500;
  padding: 3px 20px;
  border-radius: 40px;
  border: 1px solid #e5e5e5;
  font-size: 12px;
}

.ps-product__size .custom-control-input:checked ~ .custom-control-label {
  border-color: #191919;
}

.my-color {
  margin-top: 10px;
  margin-bottom: 10px;
}

label.radio {
  cursor: pointer;
}

label.radio input {
  position: fixed;
  /* top: 0;
  left: 0; */
  /* visibility: hidden; */
  opacity: 0;
  pointer-events: none;
}

label.radio span {
  border: 2px solid #8f37aa;
  display: inline-block;
  color: #8f37aa;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-transform: uppercase;
  transition: 0.5s all;
}

label.radio .red {
  background-color: red;
  border-color: red;
  opacity: 0.7;
}

label.radio .blue {
  background-color: blue;
  border-color: blue;
  opacity: 0.7;
}

label.radio .green {
  background-color: green;
  border-color: green;
}

label.radio .orange {
  background-color: orange;
  border-color: orange;
  opacity: 0.7;
}

label.radio input:checked + span {
  color: #fff;
  position: relative;
}

label.radio input:checked + span::before {
  opacity: 1;
  content: "\2713";
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  left: 4px;
}

.selection-row {
  padding-bottom: 2rem;
}

.custom-control-input {
  /* display: none; */
  position: absolute;
  /* top: 0;
  left: 0; */
  /* visibility: hidden; */
  opacity: 0;
  pointer-events: none;
}

.biolife-nav {
  display: block;
  margin-top: 37px;
  margin-bottom: 38px;
  /*margin-left:7rem;*/
}
.biolife-nav ul {
  padding: 0;
  display: block;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
.biolife-nav ul li {
  list-style: none;
  display: inline-block;
}
.biolife-nav ul li + li::before {
  content: "/";
   font-family: 'Poppins',
    sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  margin-left: 13px;
  margin-right: 14px;
}
.biolife-nav ul li span,
.biolife-nav ul li a {
  color: #000;
  font-size: 15px;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}
.biolife-nav ul li:last-child::before,
.biolife-nav ul li:last-child span {
  color: #ef3e23;
  font-weight: 600;
}

.input--file input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.input--file {
  position: relative;
  color: #000;
  cursor: pointer;
}
#btn-save {
  background: #000;
  color: white;
  border-radius: 10px;
  margin-left: 40%;
  margin-top: 19px;
  padding: 10px;
  width: 20%;
  border: none;
}

.box-2 .result {
  height: 300px;
  width: 450px;
}

.details-btn-a label {
  color: #000;
  border-radius: 20px;
  padding: 10px 15px;
  width: 30%;
  text-decoration: none;
  border: 1px solid #000 !important;
  display: inline;
  background-color: #fff;
  outline: none;
  border: none;
  cursor: pointer;
  /* margin-top: 10px; */
}

.details-btn-a label:hover {
  color: white !important;
  background-color: #000;
}

.cookie-consent {
  position: fixed;
  bottom: 8px;
  left: 20px;
  width: 260px;
  padding-top: 7px;
  height: 83px;
  color: #fff;
  line-height: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  background: #292929;
  z-index: 120;
  cursor: pointer;
  border-radius: 3px;
}

.allow-button {
  height: 20px;
  width: 104px;
  color: #fff;
  font-size: 12px;
  line-height: 10px;
  border-radius: 3px;
  border: 1px solid green;
  background-color: green;
}

.product-pagetext {
  margin-bottom: 4px;
   font-family: 'Poppins',
    sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 24px;
}

.product-pagetext1 {
  color: rgb(100, 101, 104);
  font-size: 1rem;
  margin-bottom: 30px !important;
}

.productBtn {
  /* margin-top: 20px; */
  width: 250px;
  color: rgb(255, 255, 255);
  background-color: black;
  font-weight: bold;
  text-transform: capitalize !important;
  letter-spacing: 0.2px;
  padding: 12px 20px;
  font-size: 1rem;
  border-radius: 15px;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 10px;
}
.productBtn:hover {
  background-color: #ef3e23;
  color: white;
  font-size: 16px;
}

#header-cart {
  background-color: transparent !important;
  padding: 0 !important;
}

h6 {
   font-family: 'Poppins',
    sans-serif;
}

.asteric {
  color: red !important;
}

#meter_wrapper {
  margin-top: 20px;
  width: 200px;
  padding-left: 22px;
}
#meter {
  height: 9px;
}
#pass_type {
  font-size: 15px;
  margin-top: 20px;
  padding-left: 22px;
  color: #000;
  display:none !important;
}

#shipping-cost {
  padding-left: 45px;
}

.products-cards {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  height: 100%;
  box-shadow: 0 0 7px 2px #d3d3d3;
  opacity: 1;
}

.product-card-image {
  height: 195px!important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.products-cards:hover .image {
  opacity: 0.3;
}

.products-cards:hover .middle {
  opacity: 1;
}

.btn-text {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  padding: 5px 16px;
  position: absolute;
  top: 50%;
  background-color: #000;
  border-radius: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  transition: 0.3s;
}

.btn-text:hover {
  background-color: #ef3e23;
  color: #fff;
}

/* 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;
}


.login-hover:hover{
  background-color: transparent !important;
  color: #ef3e23 !important;
}

.follow_link i{
  color: #fff;
  margin: 14px 10px;
  font-size:1.2em;
  background-color: #000;
  padding: 10px;
  border-radius: 50px;
}

.header-topbar-warpper{
  /*height: 45px;*/
  overflow: hidden;
  background: #f0f0ed;
}

.mail{
  margin: 13px 17px;
}

.topbar-text{
  margin: 13px 17px;
}

.owl-dots{
  position: relative;
  margin-top: -33px !important;
}

.question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  content: "\2212";
  font-size: 2.2rem;
  position: absolute;
    right: 20px;
    transition: 0.2s;
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}



@media screen and (max-width: 790px) {
  html {
    font-size: 14px;
  }

  .wrapper {
    width: 80%;
  }
}

.faq-shadow{
  background-color: white;
    color: black;
    border-radius: 20px;
    box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
    margin: 20px 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
  background: #ef3e23 !important;
}
 @media screen and (min-width: 1900px) and (max-width: 2560px) {
  .products-carousel-img-size img{
    margin-left: 20px !important;
    width: 95% !important;
  }
  
 }
 
 .t-emi{
  width: 82px !important;
}

.page-link{
  border-radius: 50px !important;
  color: #000 !important;
  height: 50px;
  width: 48px;
  padding-top: 12px;
  text-align: center;
  margin-left: 4px;
      
}

.page-link:hover{
  z-index: 2 !important;
    color: #ef3e23 !important;
    background-color: #fff !important;
    border-color: #ef3e23 !important;
    border: 2px solid !important;
}

.page-item.active .page-link{
  z-index: 3 !important;
  color: #fff !important;
  background-color: #ef3e23 !important;
  border-color: #ef3e23 !important;
  border: 2px solid !important;
}

.page-link:focus{
  z-index: 3;
  background-color: #e9ecef;
    outline: 0;
    box-shadow: none !important;
}

.page-item:first-child .page-link{
  font-size: 30px;
  padding-top: 0px;
}

.page-item:last-child .page-link{
  font-size: 30px;
    padding-top: 0px;
}

.page-item:not(:first-child) .page-link{
  margin-left: 10px !important;
}

li.page-item {

  display: none;
}

.page-item:first-child,
.page-item:nth-child( 2 ),
.page-item:nth-last-child( 2 ),
.page-item:last-child,
.page-item.active,
.page-item.disabled {

  display: block;
}

.field-icon{
  float: right;
  margin-top: -31px;
  position: relative;
  z-index: 2;
  margin-right: 17px;
}


#cpassword{
      float: right;
        position: absolute;
        margin-top: 14px;
        z-index: 2;
        margin-left: -34px;
}





.field-icon{
  float: inherit;
  margin-top: 56px;
  position: absolute;
  z-index: 2;
  right: 21rem;
}


#cpassword{
  float: inherit;
  margin-top: 56px;
  position: absolute;
  z-index: 2;
   right: 22rem;
}

.contact-details{
  padding: 12px;
  background-color: #FFF;
  /*/ margin-top: 30px; /*/
}



.view-details-btn{
  padding: 8px 20px !important;
    border-radius: 15px;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid #000;
    font-weight: bold;
}
.view-details-btn:hover{
  background-color: #ef3e23;
  color: #FFF;
  border-color: #FFF;
}

.footer-pages a{
  color: #000;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}


.footer-pages a:hover{
  color: #ef3e23;
}

.fb-icon:hover{
  background: #4267b2;
}

.tw-icon:hover {
  background: #1da1f2;
}

.ig-icon:hover {
  background: #e1306c;
}

.fa-linkedin:hover {
  background: #0072b1;
}

.about-circle{
  border-radius: 50%;
  border: 20px rgb(239, 62, 35) solid;
  position: absolute;
  width: 400px;
  height: 400px;
  right: -20px;
  -webkit-filter: blur(5px);
  opacity: 0.1;
}

.about-circle-two{
  border-radius: 50%;
    border: 20px rgb(239, 62, 35) solid;
    position: absolute;
    width: 300px;
    height: 300px;
    left: -80px;
    -webkit-filter: blur(5px);
    opacity: 0.1;
}

.round-one {
  margin: 25px 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid transparent;
  background-size: 100% 100%, 50% 50%, 50% 50%, 50% 50%, 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(white, white),
    linear-gradient(180deg, rgb(239, 62, 35) 70%, lightgrey 30%),
    linear-gradient(0deg, lightgrey 36%, lightgrey 30%),
    linear-gradient(300deg, lightgrey 36%, lightgrey 30%),
    linear-gradient(210deg, lightgrey  36%, lightgrey 30%);
  background-position: center center, left top, right top, left bottom, right bottom;
  background-origin: content-box, border-box, border-box, border-box, border-box;
  background-clip: content-box, border-box, border-box, border-box, border-box;
  transform: rotate(30deg);
}

.round-two {
  margin: 25px 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid transparent;
  background-size: 100% 100%, 50% 50%, 50% 50%, 50% 50%, 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(white, white),
    linear-gradient(180deg, rgb(239, 62, 35) 100%, lightgrey 30%),
    linear-gradient(0deg, rgb(239, 62, 35) 100%, lightgrey 30%),
    linear-gradient(300deg, lightgrey 100%, lightgrey 30%),
    linear-gradient(210deg, lightgrey 100%, lightgrey 30%);
  background-position: center center, left top, right top, left bottom, right bottom;
  background-origin: content-box, border-box, border-box, border-box, border-box;
  background-clip: content-box, border-box, border-box, border-box, border-box;
  transform: rotate(30deg);
}

.round-three {
  margin: 25px 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid rgb(239, 62, 35);
  background-size: 100% 100%, 50% 50%, 50% 50%, 50% 50%, 50% 50%;
  background-repeat: no-repeat;
  background-position: center center, left top, right top, left bottom, right bottom;
  background-origin: content-box, border-box, border-box, border-box, border-box;
  background-clip: content-box, border-box, border-box, border-box, border-box;
  transform: rotate(30deg);
}

.about-card {
  /* Style the cards as they would appear before they are animated in */
  transform: translateY(20px);
  opacity: 0;

  background: #f1f1f1;
  border: 1px solid #aaa;
  padding: 20px 60px 10px 60px;
  text-align: center;
  margin: 20px auto;
  width: max-content;
}

 @media screen and (min-width: 1800px) and (max-width: 2560px) {
  .about-circle {
      border-radius: 50%;
      border: 20px rgb(239, 62, 35) solid;
      position: absolute;
      width: 600px;
      height: 600px;
      right: 90px;
      -webkit-filter: blur(5px);
      opacity: 0.1;
    }

    .circle-img{
      width: 660px !important;
    }
 }
