body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins';
}

a {
  text-decoration: none !important;
}

ul {
  padding: 0;
  margin: 0;
}

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

a:focus {
  outline: none;
  outline: 0px auto;
  outline-offset: 0px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: none;
  outline-offset: 0px;
  border: none !important;
}

a:focus,
a:hover {
  text-decoration: none !important;
  outline: none !important;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins-Bold.woff') format('woff'),
    url('../fonts/Poppins-Bold.ttf') format('truetype'),
    url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins-SemiBold.woff') format('woff'),
    url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
    url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Medium.woff2') format('woff2'),
    url('../fonts/Poppins-Medium.woff') format('woff'),
    url('../fonts/Poppins-Medium.ttf') format('truetype'),
    url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff'),
    url('../fonts/Poppins-Regular.ttf') format('truetype'),
    url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index: 99999;
}

.fixed-header {
  top: 0;
  box-shadow: 0 0 5px #929292;
  animation: smoothScroll 1s;
  z-index: 99999;
}

.fixed-header .topbar {
  height: 0;
}

.fixed-header .logo img {
  width: 150px;
}

.fixed-header .search-part {
  padding: 15px 0 0;
}

.topbar {
  background: #092d47;
  height: 45px;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: ease 0.5s all 0s;
}

.ad1 {
  display: flex;
}

.ad1 span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
  border-right: 2px solid #fff;
  padding-right: 20px;
}

.ad1 span:last-child {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}

.ad1 span a {
  color: #fff;
  transition: ease 0.5s all 0s;
}

.ad1 span a:hover {
  color: #fb254b
}

.social {
  display: flex;
  gap: 8px;
}

.logo img {
  width: 166px;
  transition: ease 0.5s all 0s;
}

.header-right {
  text-align: right;
}

.search-part {
  padding: 22px 0 0;
}

.search-sec {
  display: inline-block;
  vertical-align: middle;
  width: 555px;
  border-radius: 50px;
  transition: ease 0.5s all 0s;
}

.search-sec input {
  padding: 12px 15px;
}

.search_btn {
  border: none;
  padding: 13px 20px;
  margin-left: 9px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  background: #fb254b;
  color: #fff;
}

.cart-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 28px;
  position: relative;
}

.cart-no {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #89cadb;
  color: #000;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  right: -10px;
  bottom: -3px;
  line-height: 18px;
}

.shop-btn {
  display: inline-block;
  vertical-align: middle;
  background: #fb254b;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 28px;
  border-radius: 8px;
  margin-left: 30px;
  transition: ease 0.5s all 0s;
}

.shop-btn:hover {
  background: #0ba0c8;
}

.menu {
  display: inline-block;
  vertical-align: middle;
}

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

/* .menu ul li{
    display: inline-block;
    list-style: none;
    margin-right:35px;
}
.menu ul li:last-child{
    margin-right: 0;
} */
.menu ul li a {
  /* display: block;
    color: #252525;
    font-size: 15px;
    font-weight:600;
    text-transform: none;
    padding: 25px 0;
    transition: ease 0.5s all 0s; */
}

.menu ul li a:hover,
.menu ul li a.active {
  color: #fb254b;
}

.profile-btn {
  display: inline-block;
  vertical-align: middle;
  color: #092d47;
  font-size: 15px;
  font-weight: bold;
  margin-left: 50px;
}

.profile-btn2 {
  display: inline-block;
  color: #092d47;
  font-size: 15px;
  font-weight: bold;
}

.profile-btn img {
  transform: translate(-5px, -3px);
}

.banner {
  background: url(../images/shape1.png) #092d47 no-repeat;
  margin-top: 182px;
  background-position: left center;
}

.banner-left {
  display: flex;
  align-items: center;
  padding-left: 9% !important;
}

.banner-title {
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 52px;
  color: #ffffff;
}

.banner-title::first-line {
  color: #00b4e6;
}

.banner-title strong {
  color: #e30613;
}

.banner-title-small {
  font-size: 22px;
  color: #fb254b;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-top: 10px;
}

.banner-btn a {
  display: inline-block;
  vertical-align: middle;
  background: #fb254b;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 8px;
  margin: 25px 10px 0 0;
  transition: ease 0.5s all 0s;
}

.banner-btn a:hover,
.banner-btn a:last-child:hover {
  background: #fff;
  color: #fb254b;
}

.banner-btn a:last-child {
  background: #09a9d3;
  padding: 12px 30px;
}

.category-sec {
  padding: 50px 0;
}

.category-title {
  font-size: 32px;
  font-weight: bold;
  color: #092d47;
  text-transform: uppercase;
  line-height: 35px;
}

#service-slider {
  margin-top: 30px;
}

#service-slider .item {
  margin: 10px;
  border-radius: 5px;
  min-height: 100%;
  overflow: hidden;
}

#service-slider .owl-stage-outer {
  padding-bottom: 16px;
}

#service-slider .owl-stage {
  display: flex;
}

#service-slider .owl-prev,
#service-slider .owl-next {
  border: none;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  font-weight: normal;
}

#service-slider .owl-prev {
  left: 0px;
}

#service-slider .owl-next {
  right: 0px;
}

#service-slider .owl-prev span,
#service-slider .owl-next span {
  font-size: 80px;
  line-height: 20px;
  width: 40px;
  height: 40px;
  display: block;
  padding: 7px 0;
  border-radius: 50%;
  color: #000;
}

#service-slider .owl-prev img,
#service-slider .owl-next img {
  width: 35px;
  filter: brightness(0) saturate(100%) invert(77%) sepia(7%) saturate(0%) hue-rotate(271deg) brightness(90%) contrast(87%);
}

#service-slider .owl-dots {
  display: none;
}

.category-img img {
  background: #f6f6f6;
  width: 100%;
  border-radius: 7px;
}

.cat-content {
  padding: 15px 0 10px;
}

.cat-title {
  font-size: 18px;
  color: #092d47;
  font-weight: 500;
  line-height: 20px;
}

.cat-star {
  margin-top: 3px;
}

.shop-btn2 {
  display: inline-block;
  background: #09a9d3;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  padding: 9px 24px;
  border-radius: 8px;
  margin-top: 18px;
  transition: ease 0.5s all 0s;
}

.shop-btn2:hover {
  background: #fb254b;
}

.trusted-partner-sec {
  background: #a2d4ee;
  padding: 24px 0 0;
  position: relative;
  z-index: 1;
}

.trusted-partner-sec:before {
  background: url(../images/shape2.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 126px;
  height: 100%;
  content: "";
  z-index: -1;
}

.trusted-partner-sec:after {
  background: url(../images/shape3.png) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 124px;
  height: 100%;
  content: "";
  z-index: -1;
}

.trusted-partner-left .category-title {
  font-size: 40px;
  line-height: 45px;
}

.trusted-partner-left .shop-btn2 {
  background: #fb254b;
}

.trusted-partner-left .shop-btn2:hover {
  background: #0d9ac1;
}

.trusted-partner-right {
  padding-left: 25px;
}

.product-sec {
  padding: 50px 0;
}

.box1-top {
  margin-top: 25px;
}

.box1 {
  min-height: 100%;
}

.prod-img {
  border: 1px solid #cdcdcd;
  border-radius: 7px;
}

.prod-img img {
  width: 100%;
}

.prod-content {
  padding: 20px 0;
}

.prod-title {
  font-size: 16px;
  color: #092d47;
  font-weight: 500;
  line-height: 20px;
  min-height: 60px;
}

.price-box {
  margin-top: 10px;
}

.old-price {
  color: #999;
  text-decoration: line-through;
  margin-right: 8px;
  font-weight: 500;
}

.new-price {
  color: #00adef;
  font-weight: bold;
  font-size: 16px;
}

.buy-btn a {
  display: inline-block;
  background: #ff2d55;
  color: #fff;
  border: 1px solid #ff2d55;
  padding: 8px 22px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  margin: 16px 5px 0 0;
  text-align: center;
  transition: ease 0.5s all 0s;
}

.buy-btn a:hover {
  background: #00adef;
  border: 1px solid #00adef;
}

.buy-btn a:last-child {
  background: #fff;
  color: #00adef;
  border: 1px solid #00adef;
}

.buy-btn a:last-child:hover {
  background: #ff2d55;
  color: #fff;
  border: 1px solid #ff2d55;
}

.slide-partner {
  overflow: hidden;
  width: 100%;
  padding-bottom: 40px;
  position: relative;
}

.partner-part {
  display: flex;
  /* width: calc(200%); */
  flex-wrap: nowrap;
  width: max-content;
  animation: slide-left 10s linear infinite;
}

.partner-part .box2 {
  flex: 0 0 auto;
  padding: 10px;
}

.partner-part img {
  display: block;
  border-radius: 8px;
}

@keyframes slide-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.about-sec {
  background: #f5f1ee;
  padding-top: 8px;
  position: relative;
  z-index: 1;
}

.about-sec:before {
  background: url(../images/shape2.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 126px;
  height: 380px;
  content: "";
  z-index: -1;
}

.about-sec:after {
  background: url(../images/shape3.png) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 124px;
  height: 380px;
  content: "";
  z-index: -1;
}

.about-right img {
  width: 400px;
}

.about-text {
  font-size: 16px;
  color: #092d47;
  margin-top: 10px;
}

.about-left {
  padding-right: 14%;
}

.choose-us-sec {
  padding: 60px 0 35px;
}

.box3-top {
  margin-bottom: 30px;
}

.box3-top:first-child .box3,
.box3-top:nth-child(4) .box3 {
  background: #09a9d3;
}

.box3-top:nth-child(2) .box3,
.box3-top:last-child .box3 {
  background: #092d47;
}

.box3 {
  background: #fb254b;
  text-align: center;
  padding: 26px 5px 25px;
  border-radius: 7px;
  min-height: 100%;
  transition: ease 0.5s all 0s;
}

.box3:hover {
  transform: scale(1.05);
}

.icon2 {
  position: relative;
}

.icon2-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/shape4.png) no-repeat center/contain;
  animation: rotateBg2 10s linear infinite;
  z-index: 0;
}

@keyframes rotateBg2 {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

.box3-title {
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  margin-top: 18px;
  line-height: 1.3;
}

.footer {
  background: #03242d;
  padding: 50px 0 15px;
}

.foot_title {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 14px;
}

.foot1 {
  margin: 0;
  padding: 0;
}

.foot1 li {
  list-style: none;
  font-size: 15px;
  color: #fff;
  margin-bottom: 5px;
}

.foot1 li a {
  color: #fff;
  transition: ease 0.5s all 0s;
}

.foot1 li a:hover {
  color: #fb254b;
}

.foot1.second li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 9px;
}

.foot_right {
  padding-left: 24px;
}

.line1 {
  position: relative;
}

.line1:after {
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 22px;
  content: "";
}

.line1:nth-child(3):after {
  right: 0;
}

.copyright {
  border-top: 1px solid #fcfcfc4d;
  margin-top: 35px;
  padding-top: 15px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.copyright a {
  color: #fb254b;
}

#back2Top {
  width: 40px;
  height: 40px;
  line-height: 22px;
  z-index: 999;
  padding-top: 5px;
  cursor: pointer;
  position: fixed;
  bottom: 52px;
  right: 1%;
  color: #fff;
  background: #0a0a0a;
  text-align: center;
  opacity: 0;
  transition: ease 0.5s all 0s;
}

#back2Top.show {
  opacity: 1;
}

#service-slider .owl-carousel {
  overflow: hidden;
}

.inner_page_banner {
  background: url("../images/inner_banner.png") #092d47 no-repeat !important;
  background-size: cover;
  padding: 50px 20px;
  text-align: center;
  position: relative;
  margin-top: 180px;
}

.inner_page_banner .container {
  position: relative;
  z-index: 9;
}

.inner_page_banner_heading {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
}

.breadcrumb-item a,
.breadcrumb-item.active,
.breadcrumb-item+.breadcrumb-item::before {
  color: #fb254b !important;
}

.breadcrumb-item.active {
  color: #fff !important;
}

.inner_page_container {
  padding: 60px 0;
}

.accordion-button {
  background: #d8d7d7 !important;
  color: #000 !important;
  margin-bottom: 2px;
}

.accordion-button:not(.collapsed) {
  background: #092D47 !important;
  color: #fff !important;
}

.accordion-button:focus {
  outline: none !important;
  box-shadow: none !important;
}

/*========== Contact Us Start ============*/

.contact_page_heading {
  color: #092d47;
  font-weight: 600;
  font-size: 26px;
  line-height: 33px;
  position: relative;
  padding-bottom: 10px;
}

.contact_page_heading2 {
  color: #fb254b;
  font-weight: 600;
  font-size: 26px;
  line-height: 33px;
  position: relative;
  padding-bottom: 10px;
}

.contact_page_box {
  background: #fff;
  box-shadow: 1.563px 3.682px 10.12px 0.88px rgba(12, 13, 12, 0.12);
  border-radius: 10px;
  margin-top: 50px;
}

.contact_right_box {
  background: #092d47;
  padding: 40px;
  min-height: 100%;
}

.contact_left {
  padding: 40px !important;
}

.contact_page_info {
  position: relative;
  padding-left: 47px;
  color: #666;
  margin-top: 25px;
}

.contact_page_info a {
  color: #666;
}

.contact_page_info strong {
  color: #092d47;
  font-weight: 500;
  font-size: 18px;
}

.contact_page_info img {
  position: absolute;
  top: 7px;
  left: 0;
  width: 35px;
}

.contact_form .form-control {
  min-height: 46px;
  margin-top: 12px;
  border: 1px solid #ddd !important;
  box-shadow: none !important;
  resize: none;
}

.contact_form select.form-control {
  background: url("../images/dropdown.png") #fff no-repeat center right 10px;
}

.contact_form .contact_btn {
  background: #fb254b;
  border: none;
  color: #fff;
  font-weight: 500;
  margin-top: 15px;
  border-radius: 8px;
  padding: 10px 20px;
}

.contact_form {
  margin-top: 15px;
}

.contact_map {
  filter: grayscale(100%);
}

/*========== Contact Us End ============*/
.alert-danger {
  color: #fe0201;
  font-size: 12px;
}

.blog_section {
  background: #EDEDED;
  padding: 15px 15px 25px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.blog_img img {
  border-radius: 10px;
}

.blog_title {
  color: #092D47;
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  margin: 25px 0 0;
}

.short_content {
  margin-top: 15px;
}

.blog_btn a {
  display: inline-block;
  color: #fff !important;
  background: #fb254b;
  border-radius: 8px;
  padding: 10px 20px 11px;
  font-size: 15px;
  margin-top: 20px;
  font-weight: 500;
}

.blog_content_heading {
  font-weight: 500;
  color: #333;
  margin: 20px 0;
  font-size: 18px;
}

.recent_blog_title {
  color: #1f2423;
  font-weight: 500;
}

.short_content p {
  margin-bottom: 10px;
}

.blog_date {
  font-size: 14px;
  margin-top: 15px;
}

.recent_blog_date {
  font-size: 14px;
  margin-top: 5px;
  color: #092d47;
}

.blog_resent_title {
  color: #092d47;
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
}

.inner_pg_list ul li {
  background: url(../images/check_mark.png) no-repeat left 4px;
  background-size: auto;
  font-size: 16px;
  color: #092d47;
  padding: 0px 0 8px 29px;
  line-height: 25px;
  font-weight: 500;
  list-style: none;
  background-size: 20px;
}

.inner_text_para {
  margin-bottom: 10px;
}

.blog_sub_title {
  color: #092d47;
  font-weight: 600;
  font-size: 23px;
  line-height: 31px;
  margin: 25px 0 0;
  margin-top: 25px;
  margin-bottom: 0px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.card-container.card {
  /* max-width: 450px!important; */
  padding: 25px 20px 10px;
  border: none;
  border-top: 4px solid #fb254b;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.member-title {
  font-size: 22px;
  color: #092d47;
  font-weight: 500;
  text-align: center;
}

.member-title span {
  color: #fb254b
}

.member-red-text {
  color: #cc901b;
  background: #fff6e5;
  border: 1px solid #ffe4b0;
  padding: 10px;
  font-size: 13px;
  text-align: center;
  margin-bottom: 30px
}

.infolabel {
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
  margin-top: 10px;
  display: block;
}

.infolabel span {
  color: #fa0404;
}

#regform .form-group {
  margin-bottom: 10px
}

#regform .forminput {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ddd;
  border-radius: .25rem;
  min-height: 44px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

#regform .form-group {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%
}

#regform .has-feedback-left {
  padding-left: 45px
}

#regform .form-control-feedback.left {
  border-right: 1px solid #ccc;
  left: 5px
}

.left {
  float: left
}

#regform .form-control-feedback {
  position: absolute;
  margin-top: 10px;
  height: 23px;
  color: #bbb;
  line-height: 24px;
  font-size: 15px;
  top: 0;
  width: 34px;
  text-align: center
}

.forget2 {
  font-size: 13px;
  margin-top: 9px;
  float: right
}

.forget2 a {
  color: #0b57d0
}

.reg_btn {
  display: inline-block;
  background: #092d47;
  color: #fff !important;
  font-size: 14px;
  padding: 10px 28px;
  transition: all .5s ease 0s;
  border: none;
  font-weight: 600;
  outline: none;
  border-radius: 8px;
}

.reg_btn:hover {
  background: #fb254b
}

.redtxt {
  border: 1px solid #ffb9b9;
  color: #ff3939;
  text-transform: capitalize;
  font-size: 13px;
  padding: 8px 0 8px 17px;
  margin-top: 15px;
  background: #ffdada
}


/* General styling */
.error {
  color: red;
  font-size: 12px;
}

.password-requirements ul {
  list-style-type: disc;
  margin-left: 20px;
}

.password-strength div {
  text-align: center;
  border-radius: 0;
}

.progress-width {
  background: #eee;
  font-size: 11px;
  font-weight: 500;
}

.progress-width .weak {
  width: 33.3%;
}

.progress-width .medium {
  width: 67%;
}

.password-strength .weak {
  background-color: #fb0000;
  color: #fff;
}

.password-strength .medium {
  background-color: #ff9900;
  color: #fff;
}

.password-strength .strong {
  background-color: #00c800;
  color: #fff;
}

.is-invalid {
  border: 1px solid red;
}

.alert-danger {
  color: red;
  background-color: transparent;
  border-color: #e31a2e;
  margin-top: 5px;
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 3px
}

.chkbx_container {
  display: block;
  color: #03001e;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.chkbx_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.chkbx_container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #ddd;
}

/* On mouse-over, add a grey background color */
.chkbx_container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chkbx_container input:checked~.checkmark {
  background-color: #fb254b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.chkbx_container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.chkbx_container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.trm_cndtion a {
  color: #0b57d0;
  text-decoration: none;
  font-weight: 600;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 99999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#radios {
  text-align: right;
}

/* Transparent Overlay */
.loading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
  background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8),
      rgba(0, 0, 0, 0.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 1.5em 0 0,
    rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0,
    rgba(255, 255, 255, 0.75) -1.5em 0 0 0,
    rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0,
    rgba(255, 255, 255, 0.75) 0 -1.5em 0 0,
    rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.profile-img-card {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  border-radius: 50%;
  background: #fb254b;
}

.greentxt {
  background: url(../images/tick.png) #e2f7e4 no-repeat center left 10px;
  border: 1px solid #3bb54a;
  color: #3bb54a;
  font-weight: 500;
  /* text-transform: capitalize; */
  font-size: 12px;
  padding: 8px 0 8px 41px;
  margin-bottom: 15px;
}

.profile_page_container {
  background: #f2f4f6;
  padding-bottom: 60px;
  padding-top: 200px;
}

.profile_left_box {
  border: 1px solid #ddd;
  background: #fff;
  padding: 25px 20px;
}

.profile_left_menu ul {
  padding: 0;
  margin: 30px 0 0;
}

.profile_left_menu ul li {
  display: flex;
  align-items: center;
  margin-top: 5px;
  list-style: none;
  color: #302f2f;
  font-size: 15px;
}

.profile_left_menu ul li a {
  color: #302f2f;
}

.profile_left_menu ul li img {
  width: 45px;
  height: 45px;
  /* background: #eaedff; */
  border-radius: 50%;
  margin-right: 10px;
}

.profile_left_menu ul li:nth-child(2) img {
  /* background: #fff2d8; */
}

.profile_left_menu ul li:nth-child(3) img {
  /* background: #d3ffdf; */
}

.logout_btn {
  display: inline-block;
}

.logout_btn {
  display: inline-block;
  background: #fb254b;
  color: #fff !important;
  font-weight: 500;
  margin-top: 30px;
  font-size: 15px;
  padding: 8px 20px;
  border: none;
  border-radius: 5px;
}

.logout_btn:hover {
  background: #092d47;
  color: #fff !important;
}


.profile_left_box_heading {
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 3px;
  margin-top: 20px;
}

.profile_left_box_subheading {
  color: #fb254b;
}

.profile_user_img {
  background: #fff;
  width: 130px !important;
  height: 130px !important;
  object-fit: cover;
  border: 6px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 99;
  margin: 0 auto;
  display: block;
}

.profile_user_name {
  color: #1f1f1f;
  font-size: 25px;
}

.profile_heading_image {
  position: relative;
}

.profile-header-logo {
  text-align: center;
}

.profile-header-logo img {
  width: 180px;
}

.inner_banner.profile_heading_image {
  background: #fff;
  padding: 15px 0;
  border-bottom: 1px solid #cacaca;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.edit_img {
  border: 1px solid #cac7c7;
  padding: 10px;
  width: 125px;
}

.profe_left {
  border: 1px solid #ddd;
  background: #fff;
  padding: 25px 20px;
}

/* .profile_heading_image::before {
	background: #001938;
	width: 100%;
	height: 65px;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	position: absolute;
	bottom: -65px;
	left: 0;
	content: "";
  } */
.profile_right_box {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px 30px;
}

.profile_heading {
  font-size: 18px;
  padding-bottom: 10px;
}

#ordertable th {
  font-size: 13px;
  font-weight: 500;
  background: #ddd !important;
}

.cat_box {
  border: 1px solid #ddd;
  margin-bottom: 20px;
  text-align: center;
  padding: 25px 0;
  border-radius: 5px;
}

.cat_name {
  padding-top: 15px;
  font-size: 16px;
  color: #fb254b;
}

.add_member {
  background: #000;
  color: #fff;
  padding: 8px 0;
  font-size: 13px;
  border-radius: 5px;
  width: 150px;
  display: inline-block;
}

.add_member:hover {
  color: #fff;
}

.profile_table {
  font-size: 14px;
}

.form-group {
  margin-bottom: 10px;
}

.forminput {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  padding-left: 0.75rem;
  padding-left: 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-group {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
}

.has-feedback-left {
  padding-left: 45px !important;
  -webkit-appearance: none;
  position: relative;
}

.has-feedback {
  position: relative;
}

select.has-feedback-left {
  background: url(../images/dropdown.png) no-repeat center right 10px;
  padding-right: 30px;
}

.form-control-feedback.left {
  border-right: 1px solid #ccc;
  left: 5px;
}

.left {
  float: left;
}

.form-control-feedback {
  position: absolute;
  margin-top: 6px;
  height: 23px;
  color: #bbb;
  line-height: 24px !important;
  font-size: 15px;
  top: 0px;
  width: 34px;
  text-align: center;
}

.add_address_btn {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  text-align: left;
  padding: 10px 30px;
  color: #2874f0;
  margin-top: 15px;
}

.address_form_box {
  border: 1px solid #ddd !important;
  padding: 20px;
  margin-left: 0px;
  margin-top: 10px;
}

.address_main_div {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  text-align: left;
  padding: 30px;
  color: #302f2f;
  margin-top: 15px;
}

.name_address {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 14px;
}

.address_div {
  font-size: 14px;
}

.optbtn {
  font-size: 11px;
  color: #878787;
  vertical-align: middle;
  padding: 4px 7px;
  border-radius: 2px;
  background-color: #f0f0f0;
  font-weight: 500;
  margin-right: 15px;
  width: 77px;
  text-align: center;
  margin-bottom: 7px;
}

.address_del_btn {
  padding: 1px 5px;
  color: #fff;
  font-size: 14px;
  background: red;
  margin-left: 5px;
}

.address_del_btn:hover {
  color: #fff !important;
}

.address_edit_btn {
  padding: 1px 5px;
  color: #fff;
  font-size: 14px;
  background: #000;
  margin-left: 5px;
}

.address_edit_btn:hover {
  color: #fff !important;
}

.add_address_heading {
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 0px;
}

.cancel_btn {
  display: inline-block;
  background: #fb254b;
  color: #fff !important;
  font-weight: 600;
  margin-top: 30px;
  font-size: 14px;
  padding: 10px 28px;
  border: none;
  margin-left: 15px;
  border-radius: 8px;
}

.cancel_btn:hover {
  background: #092d47;
}

.product_detauls_img {
  border: 1px solid #ddd;
  padding: 15px;
}

.product_detauls_img img {
  width: 100%;
}

.product_details_name {
  font-weight: bold;
  color: #222;
  font-size: 24px;
  line-height: 32px;
}

.product_details_rating {
  color: #666;
  font-size: 15px;
  margin-top: 10px;
}

.product_details_rating img {
  width: 85px;
  margin-right: 8px;
}

.product_details_qty {
  display: inline-flex;
  width: 140px;
  margin-top: 30px;
  margin-right: 10px;
}

.product_details_qty_btn {
  width: 44px;
  height: 44px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 18px;
  color: #666;
}

.product_details_share {
  margin-top: 30px;
  color: #666;
  font-size: 15px;
}

#thumbslider .owl-item {
  padding: 0 5px;
}

.product_details_share a {
  margin-left: 7px;
  width: 35px;
}

.product_details_stock {
  color: #999;
  font-size: 15px;
  margin-top: 15px;
}

.product_details_stock span {
  font-weight: 500;
}

.product_details_price {
  font-weight: bold;
  color: #092d48;
  font-size: 28px;
  margin-top: 15px;
}

.product_details_price code {
  font-size: 16px;
  color: #000;
}

.product_details_list ul {
  padding: 0;
  margin: 20px 0 0;
}

.product_details_list ul li {
  list-style: none;
  color: #666;
  font-size: 15px;
  margin-top: 5px;
  position: relative;
  padding-left: 22px;
}

.product_details_list ul li:before {
  position: absolute;
  content: "";
  background: url("../images/check.png") no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 0;
}

.product_details_list ul li strong {
  font-weight: 600;
  color: #333;
}

.product_details_cart_btn {
  display: inline-block;
  background: #2294d2;
  color: #fff !important;
  margin-top: 30px;
  padding: 10px 22px;
  border-radius: 30px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.product_details_cart_btn:hover {
  background: #111;
}

.product_details_tab {
  margin: 50px 0 0;
  padding: 0;
  border-bottom: 2px solid #eee;
}

.product_details_tab_heading {
  color: #222;
  font-weight: 600;
  font-size: 22px;
  margin-top: 20px;
}

.product_details_table {
  margin-top: 15px;
}

.product_details_table tr th {
  font-weight: 600;
  color: #555 !important;
  font-size: 15px;
}

.product_details_table tr td {
  color: #666 !important;
  font-size: 15px;
}

.product_details_tab_subheading {
  text-transform: capitalize;
  color: #222;
  font-weight: 500;
  margin-bottom: 10px;
}

.product_details_qty {
  display: inline-flex !important;
  width: 140px !important;
  margin-top: 30px;
  margin-right: 10px;
}

.rating_right_progress {
  color: #666;
}

.rating_right_progress .progress-bar {
  background-color: #ffc107;
}

.btn-warning {
  color: #fff;
  margin-right: 5px;
}

.btn-default {
  border-color: #ddd;
  columns: #666;
  margin-right: 5px;
}

.review-block-rate button {
  box-shadow: none !important;
  font-size: 15px;
  padding: 5px;
  line-height: 15px;
}

.review-block-title {
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 10px;
  color: #555;
}

.review-block-description {
  color: #666;
  font-size: 15px;
  margin-top: 10px;
}

.review-block .img-rounded {
  width: 65px;
  border-radius: 50%;
}

.review-block-name {
  margin-top: 10px;
  color: #222;
  text-transform: capitalize;
  font-weight: 500;
}

.review-block-date {
  color: #8e8e8e;
  font-size: 12px;
}

.review_form .form-control {
  border-color: #ddd !important;
  margin-top: 10px;
  min-height: 46px;
  resize: none;
}

.review_submit_btn {
  background: #2294d2;
  color: #fff;
  border: none;
  margin-top: 20px;
  padding: 10px 25px;
  border-radius: 30px;
}

.product_details_tab .nav-link {
  background: #eee;
  border: none;
  border-bottom: 2px solid #ddd;
  margin: 0 10px -2px 0;
  color: #666;
}

.product_details_tab .nav-item.show .nav-link,
.product_details_tab .nav-link.active {
  background: #2294d2;
  border-color: #095e8c;
  color: #fff;
}

.product_details_spec {
  border-left: 1px solid #eee;
}

.product_details_specbox {
  border: 1px solid #e8e8e8;
  background: #f7f7f7;
  padding: 20px 15px;
  margin-bottom: 15px;
  text-align: center;
  min-height: 100%;
}

.product_details_specbox img {
  height: 40px;
}

.product_details_stock span {
  font-weight: 500;
}

.review_form_rating {
  margin-top: 20px;
  color: #666;
}

.d-inline-flex span {
  font-size: 30px;
  color: #ffc107;
}

.product_details_rating .d-inline-flex span {
  font-size: 20px;
  color: #ffc107;
}

.home_product_block_rating .d-inline-flex span {
  font-size: 25px;
  color: #ffc107;
}

.donate-now {
  list-style-type: none;
  margin: 15px 0 0 0;
  padding: 0;
}

.ver_heading {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px !important;
  color: #fb254b;
}

.donate-now li {
  margin: 0 10px 0 0;
  min-height: 70px;
  position: relative;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  width: 32%;
}

.donate-now li:last-child {
  margin-right: 0;
}

.donate-now label,
.donate-now input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.donate-now input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

.donate-now input[type="radio"]:checked+label,
.Checked+label {
  background: #2099d6;
  color: #fff;
}

.donate-now label {
  padding: 5px;
  border: 1px solid #CCC;
  cursor: pointer;
  z-index: 90;
  position: relative;
}

.donate-now label:hover {
  background: #DDD;
}

.listing_filter_heading {
  background: #fb254b;
  padding: 10px 15px;
  display: block;
  color: #fff !important;
  font-weight: 500;
  font-size: 18px;
  margin-top: 30px;
}

.listing_filter_box {
  border: 1px solid #fb254b;
  border-top: none;
  padding: 15px 15px;
}

.listing_filter_check {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 15px;
  color: #292929;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectSort {
  background: url("../images/dropdown.png") no-repeat center right 10px;
  border: 1px solid #092d47 !important;
  border-radius: 0 !important;
}

.listing_filter_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.listing_filter_check .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border: 1px solid #e8e8e8;
}

.listing_filter_check:hover input~.checkmark {
  background-color: #ccc;
}

.listing_filter_check input:checked~.checkmark {
  background-color: #2294d2;
  border-color: #2294d2;
}

.listing_filter_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.listing_filter_check input:checked~.checkmark:after {
  display: block;
}

.listing_filter_check .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sort_dropdown {
  border-color: #ccc !important;
  background: url("../images/dropdown.png") no-repeat center right 10px;
  color: #666;
  padding: 10px 30px 10px 15px;
}

.sort_text {
  color: #666;
  margin-top: 12px;
}

.ngx-slider-span.ngx-slider-bubble.ngx-slider-limit.ngx-slider-floor {
  display: none;
}

.ngx-slider-span.ngx-slider-bubble.ngx-slider-limit.ngx-slider-ceil {
  display: none;
}

.ngx-slider .ngx-slider-pointer {
  width: 25px !important;
  height: 25px !important;
  top: -11px !important;
  background-color: #fb254b !important;
}

.price_slider_txt {
  color: #095e8c;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}

.ngx-slider .ngx-slider-pointer::after {
  width: 10px !important;
  height: 10px !important;
  top: 8px !important;
  left: 8px !important;
  border-radius: 50% !important;
}

.ngx-slider .ngx-slider-selection {
  background: #095e8c !important;
}

#radios label {
  cursor: pointer;
  position: relative
}

#radios label+label {
  margin-left: 15px
}

input[type=radio] {
  opacity: 0;
  position: absolute
}

input[type=radio]+span {
  font-family: Material Icons;
  color: #888;
  padding: 0;
  font-size: 26px;
  transition: all .4s;
  -webkit-transition: all .4s
}

input[type=radio]:checked+span {
  color: #fb254b
}

input[type=radio]:focus+span {
  color: #fb254b
}

#driving {
  cursor: pointer
}

#radios label:hover:before {
  content: attr(for);
  font-family: Roboto, -apple-system, sans-serif;
  text-transform: capitalize;
  font-size: 11px;
  position: absolute;
  top: 115%;
  opacity: .75;
  background-color: #323232;
  color: #fff;
  padding: 4px;
  border-radius: 3px;
  display: block;
  z-index: 99999
}

.inner_product_block {
  margin-top: 35px;
}

.inner_product_box {
  border: 1px solid #cdcdcd;
  min-height: 100%;
  padding: 10px 20px 50px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.absolute_buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4px 5px 10px 5px;
}

.inner_product_block_img img {
  width: 75%;
}

.home_product_stock {
  font-size: 13px;
  font-weight: 600;
  color: #28A745;
  text-align: center;
  margin-top: 3px;
}

.inner_product_block_name {
  font-size: 16px;
  color: #092d47;
  font-weight: 600;
  line-height: 21px;
  min-height: 60px;
}

.inner_product_btn {
  background: #2294D2;
  border: none;
  color: #fff;
  font-size: 14px;
  margin-top: 15px;
  padding: 9px 15px;
  border-radius: 5px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.inner_product_btn:hover {
  background: #111;
}

.home_product_block_price {
  color: #00adef;
  font-weight: bold;
  font-size: 16px;
}

.inner_product_block_btn1 {
  background: url("../images/view_details_icon.png") no-repeat center left 5px;
  background-size: 15px;
  color: #fff !important;
  padding: 5px 10px 5px 25px;
  display: inline-block;
  font-size: 15px;
  background-color: #fb254b;
  border-radius: 4px;
}

.inner_product_block_btn2 {
  background: url("../images/cart_icon2.png") #000 no-repeat center left 10px;
  background-size: 15px;
  display: inline-block;
  color: #fff !important;
  padding: 5px 10px 5px 30px;
  margin-left: 10px;
  vertical-align: top;
  font-size: 14px;
  border-radius: 4px;
}

.list_qty_box {
  display: inline-block !important;
  max-width: 55px;
  font-size: 12px !important;
  padding: 6px 0 6px 8px !important;
  vertical-align: top;
  border: 1px solid #ddd !important;
  margin-left: 8px;
  height: 33px;
}

.inner_product_block_btn_delete {
  background: url("../images/delete.png") no-repeat center left;
  background-size: 100%;
  display: inline-block;
  color: #fff !important;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
}

.inner_product_block_btn3 {
  background: url("../images/wishlist_icon.png") no-repeat center left;
  background-size: 100%;
  display: inline-block;
  color: #fff !important;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
}

.inner_product_block_btn3_red {
  background: url("../images/wishlist_icon_red.png") no-repeat center left;
  background-size: 100%;
  display: inline-block;
  color: #fff !important;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
}

.select_address_btn {
  display: inline-block;
  background: #2874f0;
  color: #fff !important;
  font-weight: 500;
  margin-top: 15px;
  font-size: 15px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
}

#thumbslider .owl-item {
  padding: 0 5px;
}

.terms_page_subheading {
  font-size: 22px;
  font-weight: bold;
  color: #fb254b;
  text-transform: uppercase;
  line-height: 35px;
  margin-top: 20px;
}

.terms_page_text {
  font-size: 16px;
  color: #092d47;
  margin-top: 10px;
}

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


/* Category list style css here  */
.cat_ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cat_ul li a {
  display: block;
  border-bottom: 1px solid #eee;
  color: #666;
  font-size: 15px;
  padding: 7px 30px 7px 10px;
  transition: all 0.5s ease;
}

.cat_ul li:last-child a {
  border-bottom: 0;
}

.cat_ul li a:hover {
  color: #fb254b;
}


/* cart page design here  */
.cart_proceed_inner {
  background: #f9f9f9;
  padding: 20px;
  border: 1px solid #ddd;
}

.cart_total .headings {
  background: #f9f9f9;
  color: #222;
  font-size: 16px;
  min-height: 40px;
  padding: 13px 10px 2px;
  text-align: center;
  font-weight: 700;
}

.cart_total .subtotal {
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 14px;
  padding: 12px 10px;
  font-weight: 600;
}

.alltotal {
  color: #095e8c;
  font-size: 20px;
  padding: 12px 10px;
  font-weight: 600;
}

.common_btn {
  display: inline-block;
  background: #2294d2;
  color: #fff;
  padding: 13px 22px;
  margin-top: 20px;
  border-radius: 30px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.prdrow {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  background: #f9f9f9;
}

.cart_details .form-control {
  border-radius: 0px;
  box-shadow: none;
  height: 30px;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
  margin-left: 1px;
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  /* text-align: center; */
  padding: 0;
  margin: 0 6px 0 0px !important;
  font-size: 12px;
}

.cart_details .input-group {
  max-width: 125px;
}

.cart_details .btn-number {
  border: 1px solid #ddd !important;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  font-size: 18px;
  background: #fff !important;
  border-radius: 0px;
  color: #333 !important;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 0;
}

.btn-default {
  border-color: #ddd;
  columns: #666;
  margin-right: 5px;
}

.cart-page .cart-headings {
  color: #222;
  font-size: 16px;
  font-weight: 700;
  text-align: start;
}

.input-group-container {
  padding-left: 40px;
}

/* product display type list  */
.inner_product_list_box {
  border: 1px solid #fb254b;
  position: relative;
  padding: 15px;
  margin-top: 20px;
  margin-left: 0px;
}

.inner_product_list_box .inner_product_block_name {
  color: #666;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 7px;
  margin-top: 0;
  min-height: 0;
}

.inner_product_list_box .home_product_block_price {
  font-size: 15px;
}

.inner_product_list_box .home_product_block_rating {
  margin-top: 0;
}

.inner_product_list_box .home_product_stock {
  text-align: left;
}


/* search bar css here   */
.search_rslt_header {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  height: 300px;
  overflow: auto;
  padding: 20px;
  z-index: 99999;
}

.search_rslt_header img {
  border: 1px solid #ccc;
  padding: 5px;
}

.hd_serch_prd_name {
  color: #666;
  font-size: 14px;
  text-align: start;
}

.ngx-pagination .current {
  background: #0d9ac1 !important;
}

.active_checkoutcard {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #ddd;
}

.active_card_header {
  background: #fff;
  border-radius: 0 !important;
  color: #302f2f;
  font-size: 14px;
  padding: 15px 20px;
}

#checkout .badge.bg-secondary {
  padding: 6px 9px 5px 8px;
  background-color: #ddd !important;
  font-weight: normal;
  color: #302f2f;
  margin-right: 7px;
}

.chk_profile_txt {
  padding: 2px 30px 0;
  font-size: 13px;
}

.checkoutcard {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #FB254B;
}

.card-header {
  background: #FB254B !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 14px;
  padding: 15px 20px !important;
}

.name_address {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 14px;
}

.address_div {
  font-size: 14px;
}

.checkoutcard_inactive {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #eee;
  background-clip: border-box;
  border: 1px solid #ddd;
}

.checkoutcard_inactive_card_header {
  background: #fff;
  border-radius: 0 !important;
  color: #302f2f;
  font-size: 14px;
  padding: 15px 20px;
}

.checkoutcard .card-body {
  padding: 15px !important;
}

.address_heading {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* .checkoutcard  input[type="radio"] {
	opacity: 1;
  top: 6px;
  left: 16px;
} */

.address_form_box label {
  padding-left: 35px;
  position: relative;
}

.address_id {
  opacity: 0 !important;
}

.address_checkout_main_div input[type="radio"] {
  opacity: 1;
}

.radio-group label {
  width: fit-content;
  padding-left: 35px;
  position: relative;
}

.radio-group input[type="radio"] {
  opacity: 1;
  top: 6px;
  left: 15px;
}

.payment_card {
  background: transparent !important;
  color: #0d344f !important;
  font-size: 15px;
  font-weight: 600;
}

.empty_cart_btn a {
  border: none;
  padding: 13px 30px;
  margin-left: 9px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  background: #fb254b;
  color: #fff;
}

.divider {
  padding: 0 7px;
}

.footer_fixed_buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}

.footer_btn1 {
  background: #fb254b;
  width: 50%;
  float: left;
  color: #fff !important;
  padding: 10px 0;
  text-decoration: none !important;
  text-transform: capitalize;
}

.footer_btn2 {
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 44px;
  width: 44px;
  border-radius: 50%;
  padding-top: 9px;
}

.footer_btn2 img {
  width: 22px;
}

.footer_btn3 {
  background: #09a9d3;
  width: 50%;
  float: left;
  color: #fff !important;
  padding: 10px 0;
  text-decoration: none !important;
  text-transform: capitalize;
}



/* 
.search-part {
    transition: all 0.5s ease;
} */


/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
  .topbar {
    display: none;
  }

  .profile-btn {
    position: fixed;
    top: 30px;
    right: 165px;
  }

  .profile-btn2 {
    position: fixed;
    top: 30px;
    right: 100px;
  }

  .divider {
    position: fixed;
    top: 27px;
    right: 150px;
  }

  .profile-btn img {
    width: 14px;
    transform: translate(-3px, -2px);
  }

  .cart-icon {
    position: fixed;
    right: 58px;
    top: 27px;
  }

  .header {
    /* background: #a39d9d; */
    padding: 10px 0;
  }

  .logo img,
  .fixed-header .logo img {
    width: 100px;
  }

  .menu {
    display: block;
  }

  .stellarnav .menu-toggle {
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 37px !important;
    margin-top: 0px !important;
  }

  .search-part {
    padding: 0;
    position: absolute;
    inset: 0;
    margin: 108px 10px 0;
  }

  .fixed-header .search-part {
    top: -200px;
  }

  .search-sec {
    width: 100%;
  }

  .fixed-header .search-part {
    padding: 0;
  }

  .shop-btn {
    display: none;
  }

  .banner {
    padding: 50px 0;
  }

  .banner-left {
    padding-left: 10px !important;
  }

  .banner-title {
    font-size: 28px;
    line-height: 30px;
  }

  .banner-title-small {
    font-size: 20px;
    line-height: 24px;
  }

  .category-title {
    font-size: 26px;
  }

  .category-sec {
    padding: 50px 0 0;
  }

  .trusted-partner-left .category-title {
    font-size: 26px;
    line-height: 30px;
  }

  .product-sec .category-title {
    margin-bottom: 20px;
  }

  .about-sec {
    padding: 50px 0 0;
  }

  .box3-top {
    margin-bottom: 20px;
  }

  .line1:after {
    content: none;
  }

  .inner_page_container {
    padding: 40px 0;
  }

  .copyright {
    padding-bottom: 50px;
  }

  .contact_page_box {
    margin-top: 0;
  }

  .contact_right_box {
    padding: 20px;
  }

  .inner_page_banner_heading {
    font-size: 26px;
    line-height: 26px;
  }

  .product_detauls_img {
    margin-bottom: 15px;
  }

  .cart_proceed_inner {
    margin-top: 30px;
  }

  .cartheading {
    display: none !important;
  }

  .product_details_share img {
    width: 30px;
    margin-top: 10px;
  }

  .bl_class
{
    width: 100% !important;
}
.tbl_overflow
{
  overflow: auto;
}
.order_details_div
{
  padding: 0 !important;
}
.profile_right_box {
  padding: 0px 10px 10px;
}
.profile_right_box .accordion-body {
  padding: 0;
}

}

@media only screen and (min-width : 481px) and (max-width : 767px) {
  .bl_class
{
    width: 50% !important;
}
  .stellarnav .menu-toggle {
    right: 75px;
  }

  .cart-icon {
    right: 135px;
  }

  .divider {
    top: 29px;
    right: 240px;
  }

  .profile-btn {
    right: 260px;
  }

  .profile-btn2 {
    right: 185px;
  }

  .search-part {
    margin: 108px 75px 0;
  }

  .banner-left {
    padding-left: 12% !important;
  }

  .profile_right_box .col-sm-12 {
    width: 50%;
  }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .banner-left {
    padding-left: 9% !important;
  }
  .bl_class
{
    width: 50% !important;
}

  .stellarnav .menu-toggle {
    right: 55px;
  }

  .cart-icon {
    right: 110px;
  }

  .profile-btn2 {
    right: 160px;
  }

  .divider {
    right: 215px;
  }

  .profile-btn {
    position: fixed;
    top: 29px;
    right: 235px;
  }

  .search-part {
    margin: 108px 60px 0;
  }

  .inner_product_box {
    padding: 10px 10px 10px;
  }

  .absolute_buttons {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    row-gap: 5px;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {}

@media screen and (min-width: 1424px) {}

@media screen and (min-width: 1624px) {}

@media screen and (min-width: 1920px) {}

@media screen and (min-width: 2048px) {}

@media screen and (min-width: 2550px) {}