:root {
  font-size: 17px;
  scroll-behavior: smooth;
}
@media (max-width: 1480px) {
  :root {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  :root {
    font-size: 14px;
  }
}
/**
 * 8.1.5 - Contact Us Page
 */
#dynamo-gmaps {
  height: 518px;
}
@media (max-width: 767px) {
  #dynamo-gmaps {
    height: 300px;
  }
}
.login-banner {
  width: 100%;
  padding-top: 160px;
  background-image: url(../images/login-bg1.png);
  min-height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 100vh;
}
.login-banner .form {
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 3px 0px 30px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 3px 0px 30px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  opacity: 1;
  padding: 20px;
}
.login-banner .form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.login-banner .form form .fields:first-child {
  width: 100%;
  margin-top: 10px;
}
.login-banner .form form .fields:not(:first-child) {
  width: calc(50% - 5px);
  margin-top: 10px;
}
.login-banner .form form input {
  border-radius: 10px;
  color: #707070;
  font-size: 14px;
  line-height: 15.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  text-indent: 19px;
  border: 1px solid #ededed;
  background-color: #f9f9fb;
  padding-right: 15px;
}
.login-banner .form form input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 18px;
  text-indent: 19px;
  color: #707070;
}
.login-banner .form form input::-moz-placeholder {
  font-size: 14px;
  line-height: 18px;
  text-indent: 19px;
  color: #707070;
}
.login-banner .form form input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 18px;
  text-indent: 19px;
  color: #707070;
}
.login-banner .form form input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 18px;
  text-indent: 19px;
  color: #707070;
}
.login-banner .form form input::placeholder {
  font-size: 14px;
  line-height: 18px;
  text-indent: 19px;
  color: #707070;
}
.login-banner .form form button {
  font-size: 18px;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  min-height: 70px;
  border-radius: 10px;
  width: 100%;
  margin-top: 10px;
  font-weight: 500;
}
.login-banner .form form button i {
  margin-right: 5px;
}
.login-banner .form form .custom-select {
  width: 100%;
  position: relative;
}
.login-banner .form form .custom-select select {
  display: none;
}
.login-banner .form form .custom-select .selected-item {
  border-radius: 10px;
  color: #707070;
  font-size: 14px;
  line-height: 15.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  border: 1px solid #ededed;
  background-color: #f9f9fb;
  padding: 5px 20px;
  cursor: pointer;
  z-index: 99;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}
.login-banner .form form .custom-select .selected-item:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 20px;
  color: #b7b7b7;
  font-size: 14px;
  position: absolute;
  right: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}
.login-banner .form form .custom-select .arrowanim.selected-item:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.login-banner .form form .custom-select .item {
  background: #ffffff;
  padding: 10px 20px;
  color: #222222;
  border-top: 1px solid #ededed;
  cursor: pointer;
  text-transform: capitalize;
}
.login-banner .form form .custom-select .item:hover {
  background: #ededed;
}
.login-banner .form form .custom-select .all-items {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0px 3px 3px 1px #ededed;
  box-shadow: 0px 3px 3px 1px #ededed;
}
.login-banner .form form .custom-select .all-items-hide {
  display: none;
}
.login-banner .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.login-banner .left .content {
  width: 100%;
}
.login-banner .left .content .btn-black {
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 30px;
}
.login-banner .left .content .btn-black img {
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 5px;
}
.login-banner .left .content h1{
  width: 80%;
}
.login-banner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.login-banner .right .img img {
  height: 490px;
  -o-object-fit: contain;
  object-fit: contain;
}
.active > .page-link {
  background-color: #0db1c9;
  border-color: #0db1c9;
  color: #ffffff;
}
.pagination > li:last-child a i:hover,
.pagination > li:first-child a i:hover {
  border-color: #0db1c9;
  color: #0db1c9;
}
.search-submit {
  background-color: #0db1c9;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 20px 8px;
}
.woocommerce-no-products-found{
  margin-top: 40px !important;
}
@media (max-width: 1199.98px) {
  .login-banner {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .login-banner .left .content p {
    font-size: 16px;
  }
  .login-banner .form form button {
    min-height: 62px;
  }
}
.list-selling .items-list {
  width: 100%;
  background-image: url(../images/popular-selling.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: relative;
  gap: 30px;
}
.list-selling .items-list .item {
  width: calc(50% - 15px);
}
.list-selling .items-list .item:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  width: calc(50% - 15px);
  margin-left: 0;
  height: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.list-selling .items-list .item .item-content {
  padding: 30px;
  background: rgba(255, 255, 255, 0.9019607843) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 14px 0px 50px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 14px 0px 50px rgba(0, 0, 0, 0.1019607843);
  border-radius: 30px;
}
.list-selling .items-list .item .item-content .content {
  margin-top: 20px;
}
.list-selling .items-list .item .item-content .img img {
  height: 160px;
  width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.list-selling .items-list .item .item-content .icon {
  margin-top: 20px;
}
.list-selling .items-list .item .item-content .icon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  border: 1px solid #222222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-selling .items-list .item .item-content .icon a:hover {
  background-color: #0db1c9;
  color: #ffffff !important;
  border: 1px solid #0db1c9;
}
.list-selling .items-list .item .item-content .icon a:hover span {
  color: #ffffff;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.list-selling .items-list .item .item-content .icon a:hover i {
  color: #ffffff;
}
.list-selling .items-list .item .item-content .icon a span {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #222222;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  padding-right: 15px;
  display: none;
}
.list-selling .items-list .item .item-content .icon a i {
  font-size: 17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 34px;
  height: 34px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #222222;
}

.popular-selling {
  padding: 100px;
}
.popular-selling .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.popular-selling .right .content .main-heading span {
  text-align: left;
}
.popular-selling .right .content .btn-white {
  /* margin: 0 auto; */
}

@media (max-width: 1199.98px) {
  .popular-selling {
    padding: 70px 0;
  }
  .popular-selling .right {
    margin-top: 70px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .popular-selling .right .content .main-heading span {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .list-selling .items-list .item {
    width: 100%;
  }
  .list-selling .items-list .item:nth-child(2) {
    position: relative;
    width: 100%;
  }
}
.feature-collection-slider.slick-slider {
  margin-bottom: 0;
  padding: 0;
}
.feature-collection-slider .slick-arrow {
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 0;
  z-index: 9;
  width: 60px;
  height: 60px;
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 3px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 0px 30px rgba(0, 0, 0, 0.1);
  color: #222222;
}
.feature-collection-slider .slick-arrow.slick-disabled {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
}
.feature-collection-slider .slick-arrow.slick-disabled:hover {
  background: #f9f9fb 0% 0% no-repeat padding-box;
  color: #222222;
}
.feature-collection-slider .slick-arrow:hover {
  background: #0db1c9 0% 0% no-repeat padding-box;
  color: #ffffff;
}
.feature-collection-slider .slick-arrow.slide-arrow-prev {
  position: absolute;
  top: calc(50% - 30px);
  left: -60px;
}
.feature-collection-slider .slick-arrow.slide-arrow-next {
  position: absolute;
  top: calc(50% - 30px);
  right: -60px;
}
.feature-collection-slider.slick-slider .slick-track {
  padding: 60px 0;
}
.feature-collection-slider.slick-slider .slick-track .slick-current {
  -webkit-transform: scale(2.5) !important;
  transform: scale(1.1) !important;
}
.feature-collection-slider.slick-slider
  .slick-track
  .slick-slide
  .slide-content {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #ededed;
  border-radius: 10px;
  opacity: 1;
}
.feature-collection-slider.slick-slider
  .slick-track
  .slick-slide
  .slide-content
  .img
  img {
  height: 280px;
  width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  background-color: #c1d2e8;
  border-radius: 10px 10px 0 0;
}
.feature-collection-slider.slick-slider
  .slick-track
  .slick-slide
  .slide-content
  .content {
  padding: 30px;
}
.feature-collection-slider.slick-slider
  .slick-track
  .slick-slide
  .slide-content
  .content
  h6 {
  font-size: 20px;
  line-height: 70px;
  color: #222222;
  font-weight: normal;
  margin-bottom: 0;
}
.marketplace-contact-form input {
  border-radius: 10px;
  color: #707070;
  font-size: 14px;
  line-height: 15.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  text-indent: 19px;
  border: 1px solid #ededed;
  background-color: #f9f9fb;
}
.marketplace-contact-form textarea {
  border-radius: 10px;
  color: #707070;
  font-size: 14px;
  line-height: 15.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-indent: 19px;
  border: 1px solid #ededed;
  background-color: #f9f9fb;
  padding-top: 20px;
}
.marketplace-contact-form [type="submit"] {
  background-color: #0db1c9;
  font-size: 18px;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  min-height: 70px;
  border-radius: 10px;
  max-width: 300px;
  margin-top: 10px;
  font-weight: 500;
}
span.quick-support {
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
  margin-left: 20px;
}
.icons {
  font-size: 23px;
}
.quick-support-details {
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  margin-left: 43px;
}
.contact-page-section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center !important;
}
#contact-page-198 ul li,
#contact-page-202 ul li {
  color: #000;
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
}
#contact-page-202 ol {
  padding-left: 20px;
}
@media (max-width: 1450.98px) {
  .feature-collection-slider.slick-slider
    .slick-track
    .slick-slide
    .slide-content {
    margin: 0px 15px;
  }
  .feature-collection-slider .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .feature-collection-slider .slick-arrow.slide-arrow-prev {
    left: -30px;
  }
  .feature-collection-slider .slick-arrow.slide-arrow-next {
    right: -30px;
  }
}
@media (max-width: 1199.98px) {
  .feature-collection-slider.slick-slider
    .slick-track
    .slick-slide
    .slide-content {
    margin: 0px 15px;
  }
  .feature-collection-slider .slick-arrow.slide-arrow-prev {
    left: -20px;
  }
  .feature-collection-slider .slick-arrow.slide-arrow-next {
    right: -20px;
  }
}
@media (max-width: 767px) {
  .feature-collection-slider .slick-arrow.slide-arrow-prev {
    left: -10px;
  }
  .feature-collection-slider .slick-arrow.slide-arrow-next {
    right: -10px;
  }
  #customer_login .u-column1,
  #customer_login .u-column1 {
    width: 100% !important;
  }
  .u-column2 {
    border-left: none !important;
    padding-left: 0px !important;
    width: 100%;
  }
  #customer_login {
    display: flex;
    flex-direction: column;
  }
  #customer_login .u-column2{
      width: 100%;
      padding-left: 10px !important;
  }
}
@media (max-width: 575px) {
  .feature-collection-slider .slick-arrow.slide-arrow-prev {
    left: 10px;
  }
  .feature-collection-slider .slick-arrow.slide-arrow-next {
    right: 10px;
  }
}
.new-releases {
  background-image: url(../images/new-release-bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  background-position-y: 240px;
  margin: 50px 0;
}
.new-releases .left .content .main-heading {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0;
}
.new-releases .left .content .btn-white {
  margin-top: 30px;
  min-width: 293px;
}
.new-releases .left .content p {
  font-size: 16px;
  line-height: 25px;
  color: #5D6E82;
}
.new-releases .new-releases-item .item-content {
  padding: 30px;
  background: rgba(255, 255, 255, 0.9019607843) 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 14px 0px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 14px 0px 50px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  min-height: 255px;
}
.new-releases .new-releases-item .item-content .img img {
  height: 140px;
  width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.new-releases .new-releases-item .item-content .content {
  margin-top: 20px;
}
.new-releases .new-releases-item .item-content .content h6 {
  text-align: center;
  margin-bottom: 0;
}
.new-releases .new-releases-item.expanded .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  min-height: 300px;
}
.new-releases .new-releases-item.expanded .item-content .img img {
  height: 195px;
  width: 195px;
}
.new-releases .new-releases-item.expanded .item-content .content {
  margin-top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 30px;
  align-items: flex-start;
}
.new-releases .new-releases-item.expanded .item-content .content p {
  text-align: left;
  /*font: normal normal normal 15px/25px Inter; */
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
  color: #5D6E82;
  opacity: 1;
  margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
  .new-releases .left .content {
    margin-bottom: 30px;
  }
  .new-releases .left .content .main-heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .new-releases .left .content p {
    text-align: center;
  }
  .new-releases .left .content .btn-white {
    margin: 30px auto 0 auto;
  }
}
@media (max-width: 767.98px) {
  .new-releases .new-releases-item.expanded .item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .new-releases .new-releases-item.expanded .item-content .img img {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .new-releases .new-releases-item.expanded .item-content .content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .new-releases .new-releases-item.expanded .item-content .content p {
    text-align: center;
  }
  .new-releases .left .content .btn-white {
    padding: 11px 20px;
  }
}
.subscribe-main {
  padding-top: 70px;
}
.subscribe-main .content-box {
  background-image: url(../images/newsletter.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #0db1c9;
  border-radius: 20px;
  padding: 22px;
  margin: 0 15px;
}
.subscribe-main .content-box .heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.subscribe-main .content-box .heading h1 {
  color: #ffffff;
  font-size: 40px;
  line-height: 45px;
  font-weight:400 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 800;
  margin-bottom: 0;
}
.subscribe-main .content-box .heading h1 span {
  color: #ffffff;
  font-size: 40px;
  line-height: 45px;
  font-weight: 400;
}
.subscribe-main .content-box .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.subscribe-main .content-box .form-box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.subscribe-main .content-box .form-box form .input-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.subscribe-main .content-box .form-box form .input-control label {
  font-size: 15px;
  line-height: 15.8px;
  color: #ffffff;
  opacity: 1;
  background-color: transparent;
}
.subscribe-main .content-box .form-box form .input-control input[type="email"] {
  margin-top: 5px;
  padding-left: 10px;
  font-size: 15px;
  line-height: 15.8px;
  color: #ffffff;
  opacity: 1;
  background-color: transparent;
  border-bottom: 1px solid #eee;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  height: 33px;
}
.subscribe-main .content-box .form-box form .btn-main {
  min-width: 165px;
  margin-left: 60px;
}
.subscribe-main .content-box .form-box form .btn-main .btn-white {
  min-width: 165px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.subscribe-main .content-box .form-box form .btn-main input {
  color: #0db1c9;
  /* background-color: #ffffff; */
  background-color: transparent;
  border: 0px solid #0db1c9;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.subscribe-main .content-box .form-box form .btn-main input::before {
  display: block;
  margin: 30px auto;
  width: 15px;
  height: 15px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.subscribe-main .content-box .form-box form .btn-main input::after {
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  background-color: #ffffff;
  -webkit-transform: rotate(-45deg) translate(15px, 4px);
  transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
  top: 0;
}

@media (max-width: 1199.98px) {
  .subscribe-main {
    padding-top: 50px;
  }
  .subscribe-main .content-box .form-box form .btn-main {
    margin-left: 30px;
  }
}
@media (max-width: 991.98px) {
  .subscribe-main .content-box .heading {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .subscribe-main .content-box .heading h1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 30px;
  }
  .subscribe-main .content-box .heading h1 span {
    padding-right: 10px;
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .subscribe-main .content-box .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subscribe-main .content-box .heading {
    margin-bottom: 15px;
  }
  .subscribe-main .content-box .heading h1 {
    font-size: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .subscribe-main .content-box .heading h1 span {
    font-size: 20px;
  }
  .subscribe-main .content-box .form-box form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .subscribe-main .content-box .form-box form .btn-main {
    margin-left: 0;
    margin-top: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product-banner-box {
  padding-top: 30px;
  background: transparent
    linear-gradient(99deg, #fdfdfe 0%, #eefdfe 57%, #dbfefe 100%) 0% 0%
    no-repeat padding-box;
}
.product-banner-box .heading {
  text-align: center;
}
.product-banner-box .content-banner {
  min-height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.select2-box {
  width: 100%;
  min-width: calc(100% - 72.5px);
  position: relative;
}
.select2-box .select2-container {
  position: relative;
  width: calc(100% - 0.5rem) !important;
}
.select2-box .select2-container .select2-selection__arrow {
  height: 42px;
  width: 24px;
}
.select2-box .select2-container .select2-selection__arrow b {
  display: none;
}
.select2-box .select2-container .select2-selection__arrow:before {
  content: "\f107";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 0;
  height: 42px;
  background-color: #ffffff;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.select2-box .select2-container--default .select2-selection--single {
  padding: 0;
  color: #3c3d3b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 44px;
  text-indent: 0;
  border-top: 0px solid #c2d1d9;
  border-bottom: 1px solid #c2d1d9;
  border-left: 0px solid #c2d1d9;
  border-right: 0px solid #c2d1d9;
  border-radius: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.select2-box
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  font-family: "Work Sans", sans-serif !important;
  padding: 0;
  font-family: auto;
  padding-left: 0;
  text-transform: capitalize;
  color: #3c3d3b;
  text-indent: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 25.8px;
  letter-spacing: 0px;
  color: #222222;
  opacity: 1;
  padding-bottom: 12px;
}
.select2-box
  .select2-container--default
  .select2-selection--single
  .select2-selection__clear {
  margin-right: 0;
  padding-right: 0px;
  right: 25px;
  position: absolute;
  height: 42px;
  width: 24px;
  background-color: #ffffff;
}
.select2-box
  .select2-container--default
  .select2-selection--single
  .select2-selection__clear
  span {
  font-size: 16px;
  color: #3c3d3b;
}

.select2-container.select2-container--default.select2-container--open
  .select2-dropdown {
  min-width: 180px;
  border: 0px solid #aaa;
  -webkit-box-shadow: 0px 3px 10px #eee;
  box-shadow: 0px 3px 10px #eee;
}

.select2-results__option {
  color: #3c3d3b;
  min-height: 44px;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* font-style: italic; */
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  padding: 14px 20px !important;
  text-transform: capitalize;
}
.select2-results__option:nth-child(even) {
  background: #fafafa;
}

.select2-container--default .select2-search--dropdown {
  padding: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  margin-bottom: 0;
  border: 1px solid #aaa;
  border-radius: 0;
  display: none;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #0db1c9;
  color: #ffffff;
}

.products-search-bar {
  padding: 50px 0px 0px;
}
.products-search-bar .search-input-box {
  position: relative;
}
.products-search-bar .search-input-box input {
  font-weight: 400;
  font-size: 14px;
  line-height: 25.8px;
  letter-spacing: 0px;
  color: #222222;
  opacity: 1;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 44px;
  text-indent: 0;
  border-top: 0px solid #c2d1d9;
  border-bottom: 1px solid #c2d1d9;
  border-left: 0px solid #c2d1d9;
  border-right: 0px solid #c2d1d9;
  border-radius: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.products-search-bar .search-input-box input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 25.8px;
  letter-spacing: 0px;
  color: #222222;
  opacity: 1;
  text-transform: capitalize;
}
.products-search-bar .search-input-box input::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 25.8px;
  letter-spacing: 0px;
  color: #222222;
  opacity: 1;
  text-transform: capitalize;
}
.products-search-bar .search-input-box input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 25.8px;
  letter-spacing: 0px;
  color: #222222;
  opacity: 1;
  text-transform: capitalize;
}
.products-search-bar .search-input-box input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 25.8px;
  letter-spacing: 0px;
  color: #222222;
  opacity: 1;
  text-transform: capitalize;
}
.products-search-bar .search-input-box input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 25.8px;
  letter-spacing: 0px;
  color: #222222;
  opacity: 1;
  text-transform: capitalize;
}
.products-search-bar .search-input-box i {
  font-size: 11px;
  line-height: 15.8px;
  letter-spacing: 0px;
  color: #707070;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.products-search-bar .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  min-width: 50px;
}
.products-search-bar .right .icon {
  margin-left: 5px;
}
.products-search-bar .right .icon:hover svg path,
.products-search-bar .right .icon.active svg path {
  fill: #0db1c9;
}
.products-search-bar .right .icon svg path {
  fill: #5d6e82;
}

.product-item {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #ededed;
  border-radius: 10px;
  opacity: 1;
  margin-bottom: 30px;

  display: inline-block;
  float: none;
  letter-spacing: 0;
  vertical-align: top;
  min-height: 405px;
}
.product-item .img {
  height: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f6f7f7 0% 0% no-repeat padding-box;
  border-radius: 10px 10px 0px 0px;
  opacity: 1;
}
.product-item .content {
  padding: 25px;
  min-height: 336px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-item .content.mh-205 {
  min-height: 205px;
}
.product-item .content h6 {
  text-align: left;
  letter-spacing: 0px;
  color: #222222;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.product-item .content p {
  font-size: 14px;
  line-height: 25px;
  text-align: left;
  letter-spacing: 0px;
  color: #5d6e82;
}
@media (max-width: 575.9px) {
  .product-item .content.mh-205 {
    min-height: auto;
  }
}
.product-item.item-v2 {
  border: 0;
}
.product-item.item-v2 .content {
  min-height: auto;
  padding: 20px 0;
}
@media (max-width: 767.9px) {
  .product-item .content {
    padding: 25px 15px;
  }
}
@media (max-width: 575.9px) {
  .product-item .content {
    padding: 25px;
    min-height: auto;
  }
}

.space-3 {
  margin: 0 10px;
}

.slick-slider-products .slick-track {
  margin: 0 -10px;
}

#grid-icon .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#grid-icon .product-item .img {
  background: #f6f7f7 0% 0% no-repeat padding-box;
  border-radius: 10px 0px 0px 10px;
  opacity: 1;
  min-width: 240px;
  height: 327px;
}
#grid-icon .product-item .img img {
  width: 180px;
  height: 157px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
#grid-icon .product-item .content {
  min-height: 270px;
}
#grid-icon .product-item .content h6 {
  font-size: 20px;
  line-height: 24px;
  min-height: 45px;
}
#grid-icon .product-item .content .add-cart-btn {
  margin-top: 20px;
}
@media (max-width: 575.9px) {
  #grid-icon .product-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.add-cart-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  border: 1px solid #222222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0 20px;
}
.add-cart-btn a span {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #222222;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  padding-left: 7px;
}
.add-cart-btn a i {
  font-size: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 34px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #222222;
  margin-top: -4px;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}
.rating ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.rating ul li a i {
  color: #ffc727;
  font-size: 12px;
}
.rating .range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rating .range span {
  font-size: 14px;
  color: #222222;
}
.rating span {
  color: #5d6e82;
  font-size: 14px;
  line-height: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 6px;
}

.btn-price-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.regular-extend-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 220px;
  width: 100%;
}
.regular-extend-wrapper .license-btns-wrapper {
  border: 1px solid #ededed;
  border-radius: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.regular-extend-wrapper .license-btns-wrapper .license-type-btn {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  border-radius: 0px;
  border: 0;
  background-color: #fff;
}
.regular-extend-wrapper .license-btns-wrapper .license-type-btn:first-child {
  margin-right: 1px;
  padding: 10px 17px 10px 17px;
}
.regular-extend-wrapper .license-btns-wrapper .license-type-btn:last-child {
  padding: 10px 17px 10px 17px;
}
.regular-extend-wrapper
  .license-btns-wrapper
  .license-type-btn:first-child.active {
  padding: 10px 17px 10px 17px;
}
.regular-extend-wrapper
  .license-btns-wrapper
  .license-type-btn:last-child.active {
  padding: 10px 17px 10px 17px;
}
.regular-extend-wrapper .license-btns-wrapper .license-type-btn.active {
  color: #fff;
  background-color: #0db1c9;
}

.categories-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.categories-heading .left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1399.9px) {
  .regular-extend-wrapper .license-btns-wrapper .license-type-btn:last-child {
    padding: 10px 10px 10px 7px;
  }
  .regular-extend-wrapper
    .license-btns-wrapper
    .license-type-btn:last-child.active {
    padding: 10px 12px 10px 12px;
  }
  .regular-extend-wrapper
    .license-btns-wrapper
    .license-type-btn:first-child.active {
    padding: 10px 12px 10px 12px;
  }
}
@media (max-width: 575.9px) {
  .categories-heading .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.categories-heading .right a {
  font-size: 16px;
  line-height: 20px;
  color: #222222;
  text-transform: lowercase;
}

.custom-radio .form-check-input {
  position: relative;
}
.custom-radio .form-check-input:checked[type="radio"] {
  --bs-form-check-bg-image: none;
  background-color: #0db1c9;
  border-color: #0db1c9;
}
.custom-radio .form-check-input:checked[type="radio"]:after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 9px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 15px;
  width: 15px;
  border: 1px solid #0db1c9;
  background-color: #0db1c9;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 991.9px) {
  .custom-radio .form-check-input:checked[type="radio"]:after {
    left: -0.5px;
    top: -0.5px;
  }
}
.custom-radio .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-radio .form-check-input label {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  color: #222222;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pagination > li {
  margin-right: 10px;
}
.pagination > li:first-child {
  margin-right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.pagination > li:first-child a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  border: 0;
}
.pagination > li:first-child a i {
  font-size: 16px;
  padding-right: 5px;
}
.pagination > li:last-child {
  margin-right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.pagination > li:last-child a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: transparent;
  border: 0;
}
.pagination > li:last-child a i {
  font-size: 16px;
  padding-left: 5px;
}
.pagination > li span {
  color: #222222;
  opacity: 1;
  font-size: 15px;
  line-height: 15.8px;
}
.pagination > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222222;
  opacity: 1;
  font-size: 15px;
  line-height: 15.8px;
  width: 40px;
  height: 40px;
  background: #f5f7fa 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 100% !important;
  text-transform: capitalize;
}
.pagination > li a.active {
  background-color: #0db1c9;
  border-color: #0db1c9;
  color: #ffffff;
}
@media (max-width: 575.9px) {
  .pagination > li:first-child a span,
  .pagination > li:last-child a span {
    display: none;
  }
}

.support-prestiger .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 70px 20%;
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1019607843);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
}
.support-prestiger .content > span {
  font-size: 20px;
  color: #5d6e82;
}
.support-prestiger .content h2 {
  font-size: 45px;
  color: #222222;
  text-align: center;
}
.support-prestiger .content .btn-white {
  /* min-width: 180px; */
}

@media (max-width: 1399.98px) {
  .support-prestiger .content h2 {
    font-size: 34px;
    line-height: 42px;
    margin-top: 10px;
  }
}
@media (max-width: 1199.98px) {
  .support-prestiger .content {
    padding: 45px 35px;
  }
  .support-prestiger .content h2 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 991.98px) {
  .support-prestiger .content {
    padding: 45px 35px;
  }
  .support-prestiger .content h2 {
    font-size: 26px;
    font-weight: 500;
  }
}
@media (max-width: 991.98px) {
  .support-prestiger .content {
    padding: 20px;
  }
  .support-prestiger .content h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .support-prestiger .content .btn-white {
    min-height: 40px;
  }
}
.products-detail {
  padding-top: 0px;
}
.products-detail .left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.products-detail .left .main-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #ededed;
  border-radius: 10px;
  opacity: 1;
  width: 100%;
}
.products-detail .left .main-bar .img img {
  width: 100%;
  min-height: 185px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.products-detail .left .main-bar .top-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 30px;
}
.products-detail .left .main-bar .top-bar .detail-bar-right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.products-detail .left .main-bar .top-bar .detail-bar-right .social-icons {
  position: relative;
}
.products-detail .left .main-bar .top-bar .detail-bar-right .social-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.products-detail
  .left
  .main-bar
  .top-bar
  .detail-bar-right
  .social-icons
  ul
  li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 4.7px;
}
.products-detail
  .left
  .main-bar
  .top-bar
  .detail-bar-right
  .social-icons
  ul
  li
  a
  i {
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background: rgba(40, 40, 40, 0) 0% 0% no-repeat padding-box;
  border: 1px solid #eeeeee;
  color: #ffffff;
}
.products-detail
  .left
  .main-bar
  .top-bar
  .detail-bar-right
  .social-icons
  ul
  li
  a
  i.fa-facebook-f {
  color: #3c66ab;
}
.products-detail
  .left
  .main-bar
  .top-bar
  .detail-bar-right
  .social-icons
  ul
  li
  a
  i.fa-linkedin-in {
  color: #0077b5;
}
.products-detail
  .left
  .main-bar
  .top-bar
  .detail-bar-right
  .social-icons
  ul
  li
  a
  i.fa-twitter {
  color: #79ccf0;
}
.products-detail
  .left
  .main-bar
  .top-bar
  .detail-bar-right
  .social-icons
  ul
  li
  a
  i.fa-google {
  color: #dc4a38;
}
.products-detail .left .main-bar .top-bar .detail-bar-right .preview-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.products-detail .left .main-bar .top-bar .detail-bar-right .preview-btn i {
  padding-right: 15px;
}
.products-detail .left .main-bar .top-bar .detail-bar-right .preview-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(34, 34, 34, 0) 0% 0% no-repeat padding-box;
  border: 1px solid #222222;
  border-radius: 25px;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0px;
  color: #222222;
  text-transform: uppercase;
  padding: 10px 25px;
  font-weight: 500;
}
@media (max-width: 1199.9px) {
  .products-detail .left .main-bar .top-bar .detail-bar-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .products-detail .left .main-bar .top-bar .title h4 {
    font-size: 20px;
  }
}
@media (max-width: 991.9px) {
  .products-detail .left .main-bar .img img {
    min-height: auto;
  }
}
.products-detail .right {
  /* width: 372px; */
  width: 322px;
}
.products-detail .right .content {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #ededed;
  padding: 20px;
}
.products-detail .right .content:first-child {
  border-radius: 10px 10px 0px 0px;
}
.products-detail .right .content:last-child {
  border-radius: 0px 0px 10px 10px;
}
.products-detail .right .content .btn-white {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  text-transform: uppercase;
}
.products-detail .right .content .btn-white i {
  padding-right: 8px;
}
.products-detail .right .content .price span {
  font-size: 30px !important;
  line-height: 40px !important;
  letter-spacing: 0px;
  color: #222222;
  font-weight: 500;
  text-align: right;
}
.products-detail .right .content .price del {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #5d6e82;
  font-weight: 500;
}
.products-detail .right .content .list li {
  font-size: 14px;
  line-height: 35px;
  color: #5d6e82;
  font-weight: 400;
}
.products-detail .right .content .list li i {
  font-size: 14px;
  line-height: 35px;
  color: #5d6e82;
  padding-right: 7px;
}
.products-detail .right .content .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.products-detail .right .content .box b {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #222222;
}
.products-detail .right .content .box span {
  font-size: 14px !important;
  line-height: 25px !important;
  font-weight: 400;
  color: #5d6e82;
}

.tabs-wrapper {
  margin-top: 15px;
}
.tabs-wrapper .tabs-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tabs-wrapper .tabs-list ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.tabs-wrapper .tabs-list ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px 20px;
  text-align: center;
  font-family: "Inter", sans-serif;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #222222;
  border-bottom: 1px solid #ededed;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tabs-wrapper .tabs-list ul li a.active {
  color: #0db1c9;
  border-bottom: 2px solid #0db1c9;
  font-weight: 500;
}
.tabs-wrapper .tab-content .content {
  padding: 20px;
}
.tabs-wrapper .tab-content p {
  font-size: 16px;
  color: #5d6e82;
  margin-bottom: 15px;
}
.tabs-wrapper .tab-content p a {
  font-size: 16px;
  color: #0db1c9;
}
.tabs-wrapper .tab-content b {
  color: #5d6e82;
  font-weight: 500;
}
.tabs-wrapper .tab-content ul li {
  position: relative; 
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  line-height: 35px;
  color: #5d6e82;
}
.tabs-wrapper .tab-content ul{
  padding-left: 30px;
}

.tabs-wrapper .tab-content ul li i {
  font-size: 16px;
  line-height: 35px;
  color: #5d6e82;
  width: 20px;
}

#plugin-features ul li:before{
  margin-right: 0.5em;
    font-size: 14px;
    line-height: 35px;
    color: #5d6e82;
    padding-right: 7px;
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
  }
.tabs-wrapper .tab-content #plugin-features ul{
    padding-left: 0px;
    }
.tabs-wrapper .changelog:nth-child(even) {
  border-left: 2px solid #0db1c9;
}
.tabs-wrapper .changelog:nth-child(odd) {
  border-left: 2px solid #ededed;
}
.tabs-wrapper label {
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
  color: #ffffff;
  opacity: 1;
  padding: 5px 10px;
  border-radius: 5px;
  text-transform: capitalize;
}
@media (max-width: 1199.9px) {
  .tabs-wrapper .tabs-list ul li a {
    padding: 10px 10px;
  }
}

.gallery-photos-slider .img img {
  width: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  height: 320px;
}

.gallery-photos-thumbnail .img {
  margin-right: 5px;
  border: 1px solid #000;
}
.gallery-photos-thumbnail .img img {
  width: 100%;
  height: 160px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.banner-slider .slider.slider-for {
  max-width: 100%;
}

.banner-slider .slider.slider-nav {
  max-width: 100%;
}

.banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
  width: 100%;
}

.banner-slider .slider.slider-for {
  padding: 0 5px;
}

.banner-slider .slick-slide img {
  width: 100%;
}

.banner-slider .slider-banner-image {
  height: auto;
  width: 100%;
}

.banner-slider .slider.slider-nav {
  padding: 20px 0 0;
}

.banner-slider .slider-nav .slick-slide.thumbnail-image .thumbImg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-slider .slider-banner-image img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-slider .slick-vertical .slick-slide:active,
.banner-slider .slick-vertical .slick-slide:focus,
.banner-slider .slick-arrow:hover,
.banner-slider .slick-arrow:focus {
  border: 0;
  outline: 0;
}

.banner-slider .slider-nav .slick-slide.slick-current span {
  color: #196db6;
}

.banner-slider .slider-nav .slick-slide {
  text-align: center;
}

.banner-slider .slider-nav .slick-slide span {
  font-size: 14px;
  display: block;
  padding: 5px 0 15px;
}

.banner-slider .slick-arrow {
  width: 100%;
  background-color: transparent;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
  height: 18px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}




.banner-slider .slider.slider-nav .thumbImg {
  padding: 0 5px 15px;
}

.slider-nav .slick-slide.slick-current.slick-active .thumbImg img {
  border: 1px solid #80d6cf;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1),
    0 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1), 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 3px;
}

@media screen and (max-width: 991px) {
  .banner-slider .slider.slider-for,
  .banner-slider .slider.slider-nav {
    max-width: 100%;
    float: none;
  }
  .banner-slider .slider.slider-for {
    padding-right: 0;
  }
  .banner-slider .slider.slider-nav {
    height: auto;
  }
  .slider-banner-image {
    height: 500px;
  }
  .slider.slider-nav.thumb-image {
    padding: 10px 30px 0;
  }
  .slider-nav .slick-slide span {
    padding: 5px 0;
  }
  .slick-arrow {
    padding: 0;
    width: 30px;
    height: 30px;
    top: 50%;
    bottom: 0;
  }
  .slick-prev {
    left: 0;
    right: unset;
  }
  .slick-next {
    left: unset;
    right: 0;
    background-color: transparent;
  }
  .vehicle-detail-banner .car-slider-desc {
    max-width: 340px;
  }
  .bid-tag {
    padding: 10px 0 15px;
  }
  .slider.slider-nav.thumb-image {
    white-space: nowrap;
  }
  .thumbnail-image.slick-slide {
    padding: 0px 5px;
    min-width: 75px;
    display: inline-block;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .slider-banner-image {
    height: 400px;
  }
  .slider.slider-nav.thumb-image {
    padding: 0px 20px 0;
    margin: 10px 0px 0;
  }
  .slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 140px;
    height: 80px;
  }
  .slick-prev.slick-arrow {
    background-position: center 10px;
  }
  .slick-next.slick-arrow {
    background-position: center 10px, center;
  }
  .slider-nav .slick-slide span {
    font-size: 12px;
    white-space: normal;
  }
}
.license-variations-main .variation {
  margin-bottom: 0;
}
.license-variations-main .variation .variation-license {
  font-size: 14px;
  color: #222222;
}
.license-variations-main .variation dd p {
  color: #0db1c9 !important;
  font-size: 14px !important;
  margin-bottom: 0;
}

.cart-section {
  padding: 70px 0;
}
.cart-section .left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.cart-section .right {
  max-width: 380px;
}

.cart-table {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #ededed;
  border-radius: 10px;
}
.cart-table table {
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 0;
}
.cart-table table input[type="checkbox"] {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  opacity: 1;
  height: 16px;
  width: 16px;
  margin-top: 0 !important;
  vertical-align: middle;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  margin-right: 0 !important;
}
.cart-table table input[type="checkbox"]:checked {
  background-color: #0db1c9;
  border-color: #0db1c9;
}
.cart-table table thead tr th {
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  line-height: 46px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #222222;
  opacity: 1;
  text-transform: capitalize;
  border-bottom: 1px solid #ededed;
  border-bottom-color: #ededed !important;
}
.cart-table table thead tr th.product-title-th {
  text-align: left;
}
.cart-table table tbody tr {
  margin-bottom: 0 !important;
}
.cart-table table tbody tr:last-child td {
  border-bottom: 1px solid #ededed;
  border-bottom-color: #ededed !important;
}
.cart-table table tbody tr td {
  vertical-align: middle;
}
.cart-table table tbody tr td:not(:first-child) {
  padding: 25px 10px;
}
.product-quantity input {
  width: 50px;
}
.product-quantity input:focus-visible {
  outline: none;
}
a.cart-item-img {
  display: block;
  background: #f6f7f7;
  padding: 25px 10px;
  text-align: center;
}
.cart-table table tbody tr td.product-title-td {
  max-width: 230px;
}
.cart-table table tbody tr td .product-quantity {
  margin: 0 auto;
}
@media (max-width: 575.9px) {
  .cart-table table tbody tr td.product-title-td {
    max-width: initial;
  }
}
.cart-table table tfoot tr {
  border-bottom: 0px solid;
  border-bottom-color: transparent !important;
}
.cart-table table tfoot tr td {
  padding: 22.2px 10px;
}
.cart-table table tfoot tr td .footer-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.cart-table table tfoot tr td .footer-btns .footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
.cart-table table tfoot tr td .footer-btns button,
.cart-table table tfoot tr td .footer-btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #ffffff;
  color: #0db1c9;
  border: 1px solid #0db1c9;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 28px;
  padding: 10px 30px;
}
@media (max-width: 575.9px) {
  .cart-table table tfoot tr td .footer-btns .footer-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .cart-table table tfoot tr td .footer-btns .footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.product-img {
  min-width: 110px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f6f7f7 0% 0% no-repeat padding-box;
}
.product-img img {
  width: 80px;
  height: 70px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.product-title {
  min-width: 195px;
}
.product-title span {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 0px;
  color: #222222;
}

.product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-price del {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #5d6e82;
}
.product-price span {
  text-align: center;
  font-size: 16px;
  color: #222222;
  font-weight: 500;
}

.product-quantity {
  background: rgba(246, 244, 242, 0) 0% 0% no-repeat padding-box;
  border: 1px solid #ededed;
  border-radius: 50px;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.product-quantity .sub {
  border: 0;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  color: #949494;
  background-color: transparent;
  padding: 5px 5px 5px 15px;
}
.product-quantity input {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  color: #222222;
  border: 0;
}
.product-quantity input::-webkit-outer-spin-button,
.product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
.product-quantity .add {
  border: 0;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  color: #949494;
  background-color: transparent;
  padding: 5px 15px 5px 5px;
}

.discount-box {
  border: 1px solid #ededed;
  border-radius: 10px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.discount-box .heading {
  border-bottom: 1px solid #ededed;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.discount-box .heading h6 {
  line-height: 30px;
  margin: 15px 20px;
}
.discount-box .content {
  margin: 30px;
}
.discount-box .content p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.9px) {
  .discount-box .content {
    margin: 20px;
  }
}

.discount-box-form {
  background: rgba(255, 255, 255, 0) 0% 0% no-repeat padding-box;
  border: 1px solid #e3e3e3;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* .discount-box-form form {
  background: rgba(255, 255, 255, 0) 0% 0% no-repeat padding-box;
  border: 1px solid #EDEDED;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
} */
/* .discount-box-form form input {
  font-size: 14px;
  line-height: 25px;
  color: #5D6E82;
  border: 0;
  padding-left: 20px;
  border-radius: 50px;
} */
.discount-box-form input {
  font-size: 14px;
  line-height: 25px;
  color: #5d6e82;
  border: 0;
  padding-left: 20px;
  border-radius: 50px;
}
.discount-box-form form input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 25px;
  color: #5d6e82;
}
.discount-box-form form input::-moz-placeholder {
  font-size: 14px;
  line-height: 25px;
  color: #5d6e82;
}
.discount-box-form form input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 25px;
  color: #5d6e82;
}
.discount-box-form form input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 25px;
  color: #5d6e82;
}
.discount-box-form form input::placeholder {
  font-size: 14px;
  line-height: 25px;
  color: #5d6e82;
}
.discount-box-form form input[type="submit"],
.cart-discount-btn {
  background: #222222;
  border-radius: 50px;
  opacity: 1;
  color: #fff;
  padding: 12px 25px;
  border: none;
}
.discount-box-form input[type="submit"] {
  background: #222222;
  border-radius: 50px;
  opacity: 1;
  color: #fff;
  padding: 12px 25px;
}
@media (max-width: 575.9px) {
  .discount-box-form form {
    position: relative;
  }
  .discount-box-form form input {
    font-size: 14px;
    line-height: 25px;
    padding-left: 15px;
    height: 40px;
  }
  .discount-box-form form input[type="submit"] {
    padding: 10px 15px;
    height: 40px;
    line-height: 20px;
    position: absolute;
    right: 0;
  }
}

.cart_totals {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cart_totals table {
  background-color: #f9f9fb;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 0;
  border: 1px solid #ededed;
  border-radius: 10px;
}
.cart_totals table thead tr th {
  border-bottom: 1px solid #ededed;
}
.cart_totals h6 {
  line-height: 30px;
  margin: 15px 20px;
  text-transform: capitalize;
}
.cart_totals table tbody tr {
  margin: 0;
}
.cart_totals table tbody tr td {
  font-size: 14px;
  line-height: 70px;
  border-bottom: 1px solid #ededed;
}
.cart_totals table tbody tr td:first-child {
  font-weight: 500;
  padding-left: 30px;
}
.cart_totals table tbody tr td:last-child {
  font-weight: 500;
  padding-right: 30px;
  text-align: right;
}
.cart_totals table tfoot tr {
  margin: 0;
}
.cart_totals table tfoot tr td {
  font-size: 14px;
  line-height: 70px;
  font-weight: 500;
  padding-left: 30px;
}
.cart_totals table tfoot tr td:last-child {
  padding-right: 30px;
  text-align: right;
}
.cart_totals table tfoot tr .btnn-white {
  border-color: #0db1c9;
  border: 1px solid #0db1c9;
  border-radius: 20px;
  margin-bottom: 25px;
}
.cart_totals table tfoot tr .btnn-white .btn-white {
  min-width: 276px;
  background-color: transparent;
  margin: 0 auto;
  text-transform: uppercase;
  border: 0px;
  min-height: 40px;
}

@media (max-width: 1199.98px) {
  .cart-table table input[type="checkbox"] {
    margin-left: 15px;
  }
  .cart-section .right {
    max-width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .cart-table table input[type="checkbox"] {
    margin-left: 0;
  }
  .cart-table table thead {
    display: none;
  }
  .cart-table table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
  }
  .cart-table table tbody tr:not(:last-child) {
    border-bottom: 1px solid rgb(201, 198, 198) !important;
  }
  .cart-table table tbody tr td {
    border-bottom: 0px solid #ddd;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 100%;
    width: 100% !important;
    font-size: 13px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 0.75rem !important;
    border-bottom: 1px solid rgb(221, 221, 221) !important;
    padding: 0.75rem 0.75rem;
  }
  .cart-table table tbody tr td .product-quantity {
    margin-left: 0;
  }
  .cart-table table tbody tr td:first-child {
    min-width: 40px;
    width: 40px !important;
    padding: 1rem 0.75rem 1rem 0.75rem !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .cart-table table tbody tr td:nth-child(2) {
    min-width: calc(100% - 40px);
    width: calc(100% - 40px) !important;
    padding: 1rem 0.75rem 1rem 0.75rem !important;
  }
  .cart-table table tbody tr td:nth-child(2)::before {
    content: attr(data-label);
    padding-left: 0;
    min-width: calc(40% - 40px);
    max-width: calc(40% - 40px);
  }
  .cart-table table tbody tr td::before {
    content: attr(data-label);
    float: left;
    font-weight: 500;
    text-transform: uppercase;
    min-width: 40%;
    max-width: 40%;
    text-align: left;
    font-size: 14px;
    text-transform: capitalize;
    padding-left: 15px;
  }
  .cart-table table tfoot .footer-btns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cart-table table tfoot .footer-btns .footer-right {
    width: 100%;
    margin-top: 20px;
  }
  .product-title {
    min-width: auto;
  }
}
@media (max-width: 767.98px) {
  .cart-table table tfoot .footer-btns {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cart-table table tfoot .footer-btns .footer-right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .cart-table table tbody tr td:first-child {
    min-width: 30px;
    width: 30px !important;
    position: relative;
  }
  .cart-table table tbody tr td:nth-child(2) {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: calc(100% - 30px);
    width: calc(100% - 30px) !important;
  }
  .cart-table table tbody tr td:nth-child(2)::before {
    content: attr(data-label);
  }
  .cart-table table tbody tr td.product-title-td .product-title {
    text-align: right;
  }
  .cart-table
    table
    tbody
    tr
    td
    .license-variations-main
    .variation
    .variation-license {
    text-align: right;
  }
  .cart-table table tbody tr td .license-variations-main .variation dd p {
    text-align: right;
    line-height: 16px;
  }
  .cart-table table tbody tr td .product-price {
    width: 60%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .cart-table table tbody tr td .product-price span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .cart-table table tbody tr td .product-quantity {
    margin-right: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-left: auto;
  }
  .cart-table table tfoot .footer-btns .update-cart,
  .cart-table table tfoot .footer-btns .remove,
  .cart-table table tfoot .footer-btns .delete-selected {
    min-width: 165px;
    padding: 10px 20px;
    font-size: 13px;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cart-table table tfoot .footer-btns a,
  .cart-table table tfoot .footer-btns button {
    font-size: 12px;
    line-height: 28px;
    padding: 5px 20px;
  }
  .cart-table table tfoot tr td:last-child {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cart-table table tfoot tr .btnn-white .btn-white {
    min-width: 229px;
    padding: 10px 20px;
  }
  .cart-table table tfoot tr .btnn-white .btn-white span {
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
  }
  .cart-table table tfoot tr .btnn-white .btn-white svg {
    fill: #0db1c9;
    width: 27px;
  }
  .cart-total table tfoot .footer-btns a,
  .cart-total table tfoot .footer-btns button {
    font-size: 12px;
    line-height: 28px;
    padding: 5px 20px;
  }
  .cart-total table tfoot tr td:last-child {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cart-total table tfoot tr .btnn-white .btn-white {
    min-width: 229px;
    padding: 10px 20px;
  }
  .cart-total table tfoot tr .btnn-white .btn-white span {
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
  }
  .cart-total table tfoot tr .btnn-white .btn-white svg {
    fill: #0db1c9;
    width: 27px;
  }
}
.checkout-section {
  padding: 0px 0;
}
.checkout-section .left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.checkout-section .box {
  background: #ffffff;
  /* border: 1px solid #ededed;
  border-radius: 10px; */
}
.checkout-section .box .left-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px;
  border-bottom: 1px solid #ededed;
}
.checkout-section .box .left-heading h6 {
  font-size: 16px;
  line-height: 40px;
  font-weight: 400;
  padding-right: 4px;
  margin-bottom: 0;
}
.checkout-section .box .left-heading a {
  font-size: 16px;
  line-height: 40px;
  color: #0db1c9;
}
.checkout-section .box .right-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 25px;
  border-bottom: 1px solid #ededed;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.checkout-section .box .right-heading h6 {
  text-transform: capitalize;
  font-size: 16px;
  line-height: 40px;
  padding-right: 4px;
  margin-bottom: 0;
}
.checkout-section .box .right-heading a {
  font-size: 14px;
  line-height: 40px;
  color: #222222;
}
.checkout-section .box .content {
  /*padding: 30px; */
}
.checkout-section .box .content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #5d6e82;
  /* padding-left: 30px; */
}
.checkout-section .box .content p:last-child{
  margin-bottom: 0px  ;
}
.checkout-section .right {
  max-width: 380px;
}
.checkout-section .right .content {
  padding: 0;
}
.checkout-section .right .content .cart-total {
  margin-top: 0;
}
.checkout-section .right .content .cart-total table {
  background-color: #fff;
  border: 0;
}

.login-part-form form label {
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #222222;
}
.login-part-form form .lost-pass {
  text-align: right;
}
.login-part-form form .lost-pass a {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #0db1c9;
}
.login-part-form form .btn-white {
  min-width: 258px;
  border-radius: 25px;
}
.login-part-form form select {
  color: #707070;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.login-part-form form select.form-select {
  background: #f9f9fb 0% 0% no-repeat padding-box;
  border-radius: 10px;
  min-height: 60px;
  margin-top: 10px;
}
.login-part-form form select.form-select:focus {
  border-color: #0db1c9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.login-part-form form input.form-control {
  background: #f9f9fb;
  border-radius: 10px;
  min-height: 60px;
  margin-top: 10px;
}
.login-part-form form input.form-control::-webkit-input-placeholder {
  color: #707070;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.login-part-form form input.form-control::-moz-placeholder {
  color: #707070;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.login-part-form form input.form-control:-ms-input-placeholder {
  color: #707070;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.login-part-form form input.form-control::-ms-input-placeholder {
  color: #707070;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.login-part-form form input.form-control::placeholder {
  color: #707070;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.login-part-form form input[type="submit"] {
  color: #0db1c9;
  background-color: #ffffff;
  border: 0px solid #0db1c9;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.login-part-form form textarea {
  background: #f9f9fb;
  border-radius: 10px;
  min-height: 60px;
  margin-top: 10px;
  color: #707070;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  resize: none;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px;
  border: 1px solid #f9f9fb;
}
.login-part-form form .form-select:focus,
.login-part-form form .form-control:focus {
  border-color: #0db1c9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.order-items {
  overflow: auto;
  height: 483px;
  padding: 25px;
  border-bottom: 1px solid #ededed;
}
.order-items::-webkit-scrollbar {
  width: 6px;
  background: #f1f1f1;
}
.order-items::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.order-items::-webkit-scrollbar-thumb {
  background: #3c3d3b;
}
.order-items::-webkit-scrollbar-thumb:hover {
  background: #3c3d3b;
  height: 30%;
  max-height: 30%;
}

.item-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-detail:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ededed;
}
.item-detail .item-content {
  padding-left: 15px;
}
.item-detail .item-content .product-title span {
  font-size: 14px;
  line-height: 18px;
}
.item-detail .item-content .product-price {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item-detail .item-content .product-price del {
  text-align: left;
}
.item-detail .item-content .product-price span {
  padding-right: 4px;
  text-align: left;
}
.item-detail .item-content .qty span:first-child {
  font-size: 16px;
  color: #222222;
  font-weight: 500;
}
.item-detail .item-content .qty span:last-child {
  font-size: 16px;
  color: #222222;
  font-weight: 500;
}

.payment-card {
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.payment-card .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.payment-card .img img {
  height: 80px;
}
.payment-card .btnn-white {
  border-color: #0db1c9;
  border: 1px solid #0db1c9;
  border-radius: 20px;
}
.payment-card .btnn-white .btn-white {
  min-width: 200px !important;
}

.payment-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}
.payment-content span {
  color: #0db1c9;
  text-align: left;
  font-size: 16px;
  line-height: 70px;
  letter-spacing: 0px;
  color: #0db1c9;
  opacity: 1;
}
.payment-content p {
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #222222;
  opacity: 1;
}
.payment-content .form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.payment-content .form-check label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  padding-left: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.payment-content .form-check label a {
  line-height: 22px;
  font-size: 14px;
  color: #0db1c9;
}
.payment-content .form-check label span {
  color: #ff0000;
  line-height: 22px;
  font-size: 14px;
  padding-left: 4px;
}

@media (max-width: 991.98px) {
  .checkout-section .right {
    max-width: 100%;
    margin-top: 30px;
  }
  .login-part-form form input.form-control {
    min-height: 44px;
    margin-top: 10px;
    font-size: 14px;
  }
  .login-part-form form input.form-control::-webkit-input-placeholder {
    color: #707070;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .login-part-form form input.form-control::-moz-placeholder {
    color: #707070;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .login-part-form form input.form-control:-ms-input-placeholder {
    color: #707070;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .login-part-form form input.form-control::-ms-input-placeholder {
    color: #707070;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .login-part-form form input.form-control::placeholder {
    color: #707070;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
  }
  .login-part-form form input[type="submit"] {
    font-size: 14px;
  }
  .login-part-form form select.form-select {
    min-height: 44px;
    margin-top: 10px;
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .checkout-section .box .content {
    padding: 20px;
  }
  .checkout-section .box .content .order-items {
    padding: 0;
  }
  .checkout-section .box .content .order-items .item-detail .product-img {
    min-width: 90px;
    height: 90px;
  }
  .checkout-section .box .content .order-items .item-detail .product-img img {
    width: 70px;
    height: 70px;
  }
  .checkout-section .box .content .order-items .item-detail .item-content {
    padding-left: 10px;
  }
  .checkout-section .box .left-heading {
    padding: 20px 20px;
  }
  .checkout-section .box .left-heading h6,
  .checkout-section .box .left-heading a {
    font-size: 14px;
    line-height: 18px;
  }
}
/* header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
} */
nav.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}
header .navbar .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .navbar .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
header .navbar .left ul li a {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 0px;
  color: #222222;
  opacity: 1;
  text-transform: capitalize;
  font-weight: 400;
  padding: 0.3rem 0.5rem;
  margin: 0.5rem 0.3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
header .navbar .left ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #0db1c9;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
}
header .navbar .left ul li a:hover {
  color: #0db1c9;
}
header .navbar .left ul li a:hover::after {
  width: 100%;
}
header .navbar .left ul li a.active {
  color: #0db1c9;
}
header .navbar .left ul li a.active::after {
  width: 100%;
}
header .navbar .right {
  -webkit-box-flex: initial;
  -ms-flex-positive: initial;
  flex-grow: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .navbar .right .h-my-account {
  background: #0db1c9 0% 0% no-repeat padding-box;
  opacity: 1;
  text-align: left;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 30px;
  border-radius: 24px;
  text-transform: capitalize;
}
header .navbar .right .h-my-account i {
  margin-right: 6px;
  font-size: 16px;
  color: #ffffff;
}
@media (max-width: 767.9px) {
  header .navbar .right .h-my-account {
    padding: 5px 12px;
    font-size: 12px;
  }
  header .navbar .right .h-my-account i {
    font-size: 14px;
  }
}
header .navbar .right a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
header .navbar .right .h-cart-icon {
  color: #222222;
  margin-left: 20px;
}
header .navbar .right .h-cart-icon i {
  color: #0db1c9;
  font-size: 23px;
}
header .navbar .right .h-cart-icon span {
  text-align: left;
  font-size: 10px;
  letter-spacing: 0px;
  color: #ffffff;
  width: 16px;
  height: 16px;
  background: #0db1c9 0% 0% no-repeat padding-box;
  opacity: 1;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -10px;
  right: -10px;
}
@media (max-width: 767.9px) {
  header .navbar .right .h-cart-icon i {
    font-size: 18px;
  }
  header .navbar .right .h-cart-icon span {
    font-size: 8px;
    width: 14px;
    height: 14px;
    top: -8px;
    right: -8px;
  }
}
header .navbar .right .navbar-toggler-icon {
  background-image: none;
}
header .navbar .right .navbar-toggler-icon i {
  color: #222222;
}

.navbar-brand img {
  width: 130px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.search-div {
  width: 100%;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: rgba(17, 17, 17, 0.7);
}
.search-div .search {
  position: absolute;
  top: 120px;
  right: 95px;
}
.search-div .search i {
  font-size: 60px;
  cursor: pointer;
}
.search-div form .search-box {
  position: relative;
  margin: 0 auto;
  width: 55%;
}
.search-div form .search-box input {
  height: 140px;
  border-radius: 0;
  border-bottom: 1px solid #ffffff;
  text-indent: 80px;
  color: #ffffff;
  background-color: transparent;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  font-size: 60px;
  line-height: 140px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  margin-bottom: 0;
}
.search-div form .search-box input::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 60px;
  text-indent: 80px;
  line-height: 140px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
}
.search-div form .search-box input::-moz-placeholder {
  color: #ffffff;
  font-size: 60px;
  text-indent: 80px;
  line-height: 140px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
}
.search-div form .search-box input:-ms-input-placeholder {
  color: #ffffff;
  font-size: 60px;
  text-indent: 80px;
  line-height: 140px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
}
.search-div form .search-box input::-ms-input-placeholder {
  color: #ffffff;
  font-size: 60px;
  text-indent: 80px;
  line-height: 140px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
}
.search-div form .search-box input::placeholder {
  color: #ffffff;
  font-size: 60px;
  text-indent: 80px;
  line-height: 140px;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
}
.search-div form .search-box button {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 40px;
  left: 0;
}
.search-div form .search-box button i {
  color: #ffffff;
  font-size: 60px;
}
.search-div.open {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}

@media (max-width: 1199.98px) {
  header .left .mobile-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  header .left .mobile-main > div:first-child {
    background-color: #eee;
    margin-bottom: 2rem;
  }
  header .left .mobile-main .inner-nav-list ul {
    padding-left: 15px;
  }
  header .left .mobile-main .inner-nav-list ul li a {
    padding-left: 0;
  }
  header .left .mobile-main .navbar-toggler {
    border: 0;
    margin-left: 1.5rem;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 45px;
  }
  header .left .mobile-main .navbar-toggler .navbar-toggler-icon {
    width: 34px;
    height: 34px;
    background-image: none;
  }
  header .left .mobile-main .navbar-toggler .navbar-toggler-icon i {
    font-size: 26px;
    width: 34px;
    height: 34px;
  }
  header .right .inner-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
  }
  header .right ul li {
    padding: 20px !important;
  }
  header .right ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 44px;
    line-height: 52px;
    text-align: center;
    color: #ffffff;
  }
  header .right .navbar-toggler {
    border: 0;
    margin-left: 1rem;
    padding: 0;
  }
  header.header-top .right ul li a:hover,
  header.header-top .right ul li a:focus,
  header.header-top .right ul li a {
    color: #ffffff;
  }
  header.header-white .right ul li a:hover,
  header.header-white .right ul li a:focus,
  header.header-white .right ul li a {
    color: #ffffff;
  }
  .navbar-collapse {
    position: absolute;
    top: 54px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    -webkit-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
    width: 350px;
    background-color: #ffffff;
    top: 0;
    position: fixed;
    height: 100vh;
    overflow-y: scroll;
    -webkit-box-shadow: 5px 7px 10px 1px rgba(204, 204, 204, 0.5);
    box-shadow: 5px 7px 10px 1px rgba(204, 204, 204, 0.5);
  }
  .navbar-collapse.show {
    left: 0;
    -webkit-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
    z-index: 9999;
    width: 330px;
    top: 0;
    position: fixed;
    height: 100vh;
    overflow-y: scroll;
    display: block;
  }
  .navbar-collapse.show .overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar-collapse.collapsing {
    height: 100vh;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    left: -350px;
  }
}
footer {
  position: relative;
  padding: 50px 0;
}
footer h6 {
  height: 45px;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0;
  text-transform: capitalize;
  color: #222222;
}
footer .menu ul li a {
  font-size: 15px;
  line-height: 35px;
  /* text-transform: capitalize; */
  color: #222222;
}
footer .menu ul li a.active,
footer .menu ul li a:hover {
  color: #0db1c9;
}
footer .menu .icon-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 8px;
}
footer .menu .icon-menu li img {
  height: 48px;
  margin-right: 15px;
}
footer .menu .icon-menu li a {
  line-height: 25px;
  color: #222222;
}
footer .social-icons {
  position: relative;
}
footer .social-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .social-icons ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 55px;
}
footer .social-icons ul li a i {
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  color: #ffffff;
}
footer .social-icons ul li a i.fa-facebook-f {
  background-color: #3d5b9b;
}
footer .social-icons ul li a i.fa-linkedin-in {
  background-color: #51b2f7;
}
footer .social-icons ul li a i.fa-twitter {
  background-color: #3d5b9b;
}
footer .footer-content p {
  font-size: 15px;
  line-height: 25px;
}
footer .copyrights {
  /* margin-top: 30px; */
  width: 85%;
  padding: 10px 0;
}
footer .copyrights p,
footer .copyrights a {
  font-size: 12px;
  line-height: 25px;
  text-transform: capitalize;
  color: #222222;
}
footer .copyrights a {
  color: #0db1c9;
}

@media (max-width: 991px) {
  footer .menu .icon-menu li img {
    height: 42px;
    margin-right: 5px;
  }
  footer .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  footer .footer-content span {
    font-size: 12px;
    line-height: 25px;
  }
  footer .copyrights {
    width: auto;
    padding: 0;
    margin-top: 0;
  }
  footer .social-icons ul li a i {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  footer h6 {
    height: auto;
    margin-bottom: 10px;
  }
  footer .box {
    margin-top: 3rem;
  }
  footer .box .menu .icon-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .box .menu .icon-menu li a {
    width: 250px;
  }
  footer .box .menu .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  footer .social-icons .hover-social {
    position: relative;
    background: #ededed;
    max-width: 100%;
    left: 0;
    top: 30px;
  }
  footer .copyrights {
    margin-top: 1.5rem;
  }
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.breadcrumb .breadcrumb-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0.5rem;
  color: #3c3d3b;
}
.breadcrumb .breadcrumb-item a {
  color: #3c3d3b;
}
.breadcrumb .breadcrumb-item.text-active,
.breadcrumb .breadcrumb-item:hover {
  color: #0db1c9;
}
.breadcrumb .breadcrumb-item.text-active a,
.breadcrumb .breadcrumb-item:hover a {
  color: #0db1c9;
}
.breadcrumb .breadcrumb-item:last-child {
  padding-right: 0;
}
.breadcrumb .breadcrumb-item:after {
  content: "/";
  padding-left: 0.5rem;
}
.breadcrumb .breadcrumb-item:before {
  display: none;
}
.breadcrumb .breadcrumb-item:last-child:after {
  display: none;
}

.breadcrumb-line .breadcrumb-item:after {
  content: "|";
}

.font-size-lg {
  font-size: toRem(16px) !important;
}

.font-size-md {
  font-size: toRem(14px) !important;
}

.font-size-sm {
  font-size: toRem(13px) !important;
}

.font-size-xsm {
  font-size: toRem(12px) !important;
}

.fw-semibold {
  font-weight: 500 !important;
}

:root {
  scroll-behavior: smooth;
}

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

html {
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #222222;
}

ul,
ol,
li,
form,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  color: #222222;
  font-style: normal;
}

h1 {
  font-weight: 500;
  font-size: 50px;
  line-height: 70px;
}

h2 {
  font-weight: 500;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 15px;
}

h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}

h5 {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
}

h6 {
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 15px;
}

fieldset,
img {
  border: 0;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  /* outline: 0px !important;
  -webkit-appearance: none; */
}

.bg-warning {
  background-color: #e92828 !important;
}

.bg-success {
  background-color: #43bb43 !important;
}

.bg-transparent {
  background: transparent !important;
  background-color: transparent !important;
}

.text-dark {
  color: #222222;
}

a {
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
  outline: 0px !important;
  text-decoration: none;
  color: #0db1c9;
}
a.active,
a:hover,
a:focus {
  outline: 0px !important;
  text-decoration: none;
  text-decoration: none;
  color: #0db1c9;
}

span {
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  list-style: none;
}

p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  margin-top: 0;
  color: #222222;
}

.p-1lines {
  /* display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; */
}

.p-2lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-3lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-4lines {
  height: 120px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-5lines {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-6lines {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

i {
  font-size: 16px;
}

button:active,
button:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 12px 24px;
}

.btn-black,
.btn-white {
  border: 1px solid;
  font-size: 16px;
  letter-spacing: 0px;
  padding: 11px 30px;
  border-radius: 25px;
  text-transform: capitalize;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 205px;
  min-height: 44px;
}
.btn-black:hover,
.btn-white:hover {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn-black:hover svg,
.btn-white:hover svg {
  -webkit-animation: right ease 0.5s;
  animation: right ease 0.5s;
  position: absolute;
  right: 30px;
  margin-right: 0;
  margin-left: 5px;
}
.btn-black:hover span,
.btn-white:hover span {
  -webkit-animation: left ease 0.5s;
  animation: left ease 0.5s;
  /* position: absolute;
  left: 30px; */
}
.btn-black svg,
.btn-white svg {
  margin-right: 5px;
}

.btn-black {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black:hover {
  background-color: #0db1c9;
  color: #ffffff;
  border: 1px solid #0db1c9;
}
.btn-black svg {
  fill: #ffffff;
}

.btn-white {
  color: #0db1c9;
  background-color: #ffffff;
  border-color: #0db1c9;
}
.btn-white:hover {
  background-color: #ffffff;
  color: #0db1c9;
  border: 1px solid #0db1c9;
}
.btn-white svg {
  fill: #0db1c9;
}

.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control {
  height: toRem(46px);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.owner {
  margin-top: 15px;
  margin-bottom: 15px;
}
.owner b {
  color: #ffffff;
  margin: 0 15px;
  font-weight: 500;
}
.owner span {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 500;
}

.input-label {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #222222;
}

hr {
  border-top: 1px solid #707070;
}

.main-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
}
.main-heading h2 {
  text-transform: capitalize;
  font-size: 45px;
  line-height: 55px;
  font-weight: normal;
  color: #222222;
}
.main-heading span {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 30px !important;
  text-align: left !important;
  color: #5D6E82 !important;
}

.owner span {
  font-size: 14px;
}

.rounded-5 {
  border-radius: 5px !important;
}

.border-transparent {
  border-color: transparent;
}

.adjust-btn {
  min-width: auto;
  padding: 7px 15px;
  border-radius: 50px;
  font-size: 12px;
  text-transform: uppercase;
  color: #717171;
  border-color: #717171;
  border: 1px solid;
  margin-left: auto;
}
.adjust-btn:hover {
  color: #fff;
  background-color: #0db1c9;
  border: 1px solid;
  border-color: #0db1c9;
}
.feature-collection-buy-now-btn{
  min-width: auto;
  padding: 7px 20px;
  border-radius: 50px;
  font-size: 12px;
  text-transform: uppercase;
  color: #222222;
  border-color: #222222;
  border: 1px solid;
  min-height: 34px;
}

.adjust-btn .fa-plus {
  padding-right: 4px;
}

.btn-price-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-price-bar .prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  flex: 1;
}
.btn-price-bar .prices .prices-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-price-bar .prices .prices-inner span {
  font-size: 16px;
  color: #222222;
}
.btn-price-bar .prices .prices-inner .disabled {
  font-size: 12px;
  color: #5d6e82;
}
.prices-inner del {
  font-size: 13px;
  color: #5D6E82;
}

.cart-btn {
  width: 39px;
  height: 39px;
  border-radius: 100%;
  border: 1px solid #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.cart-btn span {
  position: absolute;
  right: -2.5px;
  top: -6px;
  z-index: 1;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background-color: #0db1c9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 9px;
  color: #fff;
  border: 1px solid #ffffff;
}
.cart-btn i {
  font-size: 14px;
  color: #222222;
}
.cart-btn:hover {
  border: 1px solid #0db1c9;
  background-color: #0db1c9;
}
.cart-btn:hover i {
  color: #fff;
}

@media only screen and (min-width: 992px) {
  form.checkout.woocommerce-checkout.checkout-page-form {
    display: flex;
  }
  #order_review {
    width: 100%;
  }
  div#customer_details {
    width: 100%;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
    width: 90%;
  }
  h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
  h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  h6 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .main-heading {
    margin-bottom: 30px;
  }
  .main-heading span {
    font-size: 16px;
    line-height: 24px;
  }
  .main-heading h1 {
    text-align: center;
  }
  .main-heading h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .p-lg-2lines {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .p-md-4lines {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@-webkit-keyframes moveRight {
  from {
    right: 100%;
  }
  to {
    right: 30px;
  }
}
@keyframes moveRight {
  from {
    right: 100%;
  }
  to {
    right: 30px;
  }
}
@-webkit-keyframes moveLeft {
  from {
    left: 100%;
  }
  to {
    left: 30px;
  }
}
@keyframes moveLeft {
  from {
    left: 100%;
  }
  to {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .container-sm {
    max-width: 570px !important;
  }
}
@media (max-width: 575.9px) {
  .container-sm {
    max-width: 100% !important;
  }
}
.item-detail img {
  width: 105px !important;
  height: 105px !important;
}
input#billing_first_name,
input#billing_last_name,
input#billing_company,
input#billing_address_1,
input#billing_address_2,
input#billing_city,
input#billing_postcode,
input#billing_phone,
input#billing_email,
input#billing_wooccm11,
select#billing_country,
select#billing_state,
textarea#billing_wooccm13,
textarea#billing_wooccm14,
input#billing_wooccm12,
input#vat_number,
input#account_password,
input#site_url,
textarea#site_credentials,
textarea#order_notes
{
  background: #f9f9fb;
  color: #5D6E82;
  border-radius: 10px;
  min-height: 60px;
  margin-top: 10px;
  resize: none;
}
a.showcoupon {
  color: #0db1c9;
}
.custom-bundle {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 400px;
}
.custom-bundle-item {
  padding: 15px 0px;
  border-bottom: 1px solid #e5e5e5;
}
.custom-bundle-title {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.custom-bundle-price {
  display: flex;
  flex-direction: column;
}
.content form.cart.grouped_form {
  display: block !important;
}
#sort_customizable_table {
  display: none;
}
form.variations_form.cart {
  display: none !important;
}
.woocommerce-notices-wrapper {
  text-align: center;
  padding: 20px;
}
.single_add_to_cart_button {
  margin-top: 20px;
  color: #0db1c9;
  background-color: #ffffff;
  border-color: #0db1c9;
  border: 1px solid;
  font-size: 15px;
  letter-spacing: 0px;
  padding: 11px 30px;
  border-radius: 20px;
  text-transform: capitalize;
  transition: all ease 0.5s;
  position: relative;
  overflow: hidden;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  align-items: center;
  min-height: 44px;
}
.woocommerce-info {
  text-align: center;
  padding-top: 20px;
}

.page-id-99 img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  width: 80px !important;
  height: auto;
}
li.woocommerce-grouped-product-list-item__price {
  margin-top: 10px;
  color: #000 !important;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
  list-style-type: disc;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #474a4b !important;
}
#customer_login .u-column1,
#customer_login .u-column1 {
  width: 50%;
}
#customer_login {
  display: flex;
}
.u-column2 {
  border-left: 1px solid #eee;
  padding-left: 25px;
  width: 50%;
}
.woocommerce-form-row #username,
.woocommerce-form-row #password,
.woocommerce-form-row #reg_email,
.woocommerce-form-row #reg_password {
  display: block;
  width: 90%;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #474a4b;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.woocommerce-form-row label {
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: normal;
}
.woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  color: #fff;
  background-color: #0db1c9;
  padding: 7px 16px;
  margin-right: 10px;
  float: left;
  margin-top: -3px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  border: none;
}
.woocommerce-MyAccount-navigation ul li {
  display: inline-block !important;
  list-style-type: none;
  border-right: 1px solid #ededed;
  padding: 10px 15px;
  margin-left: -5px;
}
.woocommerce-MyAccount-navigation .is-active {
  border-left: 6px solid #0db1c9;
  transition: all 0.5s ease;
}
.woocommerce-MyAccount-navigation {
  padding-top: 25px;
}
.edit-account label {
  font-size: 15px;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
}
.woocommerce-Input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #474a4b;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#rememberme {
  display: inline !important;
  width: inherit !important;
  height: auto !important;
}
.u-column1 h2 {
  font-size: 20px;
}
.u-column2 h2 {
  font-size: 20px;
}
.woocommerce-Button {
  color: #fff;
  background-color: #0db1c9;
  padding: 7px 16px;
  margin-right: 10px;
  float: left;
  margin-top: -3px;
  font-size: 14px;
  font-weight: 500;
  border: none;
}
.woocommerce-table,
.woocommerce-orders-table {
  border: 1px solid #ededed;
}
.download-product {
  padding-left: 20px;
}
.woocommerce-table tr {
  padding: 15px;
  border-bottom: 1px solid #ededed;
}
.woocommerce-orders-table th,
.woocommerce-orders-table td {
  padding: 15px;
  border-bottom: 1px solid #ededed;
}
a.woocommerce-button.button.view,
a.woocommerce-button.button.pay {
  background-color: #0db1c9;
  color: white;
  padding: 5px 12px;
  border-radius: 5px;
  margin: 10px;
}
.woocommerce-order-downloads th,
.woocommerce-order-downloads td {
  padding: 15px;
}
.select-all-grouped-products {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee !important;
  align-items: center;
}

.product-type-grouped .woocommerce-grouped-product-list-item {
  border-bottom: 1px solid #eee;
  padding: 10px 0 13px 0px !important;
  margin-bottom: 0;
  width: 100%;
  float: left;
}

.product-type-grouped
  .woocommerce-grouped-product-list
  li.woocommerce-grouped-product-list-item__quantity:first-child {
  display: inline-block;
  width: 10px;
  float: left;
  margin-right: 10px;
}

input[type="checkbox"].wc-grouped-product-add-to-cart-checkbox {
  margin: 4px 4px 0 0;
}

.woocommerce-grouped-product-list-item__label label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.product-type-grouped .wc-grouped-product-select-all-checkbox {
  margin-right: 7px;
}

.select-all-grouped-products label {
  font-weight: bold;
}

.license-btns-wrapper .license-type-btn.active {
  color: #fff;
  background-color: #0db1c9;
  padding: 10px 17px 10px 17px;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  border-radius: 0px;
  border: 0;
}

.license-btns-wrapper .license-type-btn {
  border: 1px solid #e3e3e3;
  color: #000;
  background-color: #fff;
  padding: 10px 17px 10px 17px;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  border-radius: 20px;
  border: 0;
}

.product-type-grouped .woocommerce-grouped-product-list {
  margin-bottom: 30px !important;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 500px;
}

button.group_product_button.single_add_to_cart_button.button.alt.btn.btn-primary {
  margin-top: 20px;
}

button.group_product_button.single_add_to_cart_button.button.alt.btn.btn-primary {
  margin-top: 20px;
  border: 1px solid #0db1c9;
  background: #fff;
  color: #0db1c9;
}

/*************** ADD CUSTOM CSS HERE.   ***************/

/* Product Ticket Attachment */
#wpas_files {
  padding-bottom: 40px;
}

.customer-email-list {
  margin: 20px;
}

/* Dashboard*/
.woocommerce-account .breadcrumb {
  background: transparent;
}

.woocommerce-account .breadcrumb ol {
  float: left;
}

@media (max-width: 991px) {
  .woocommerce-account .breadcrumb ol {
    float: none;
    text-align: center;
  }
}

.woocommerce-account .breadcrumb ol li {
  display: inline;
}

.woocommerce-account h4 a {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #444444;
  font-weight: 400;
}

.woocommerce-account h4 a:hover {
  color: #067ef3;
}

.woocommerce-account .table-striped > tbody > tr:nth-of-type(2n + 1) {
  background-color: #fff;
}

.woocommerce-account .table-striped > tbody > tr:nth-child(even) {
  background-color: #ebeff2;
}

.woocommerce-account .table-striped.hours > tbody > tr:nth-child(even) {
  background-color: #fff;
}

.woocommerce-account .table-striped.hours tbody td {
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: #444444;
  font-family: "Roboto", sans-serif;
  padding-top: 16px;
  padding-bottom: 16px;
}

.woocommerce-account .table-striped.hours tbody td span {
  text-transform: capitalize;
  color: #797979;
}

.woocommerce-account .table-striped.hours tbody td strong {
  float: right;
}

.woocommerce-account table.table {
  border: 1px solid #ebebeb;
}

.woocommerce-account table.table thead {
  color: #444444;
  text-transform: uppercase;
}

.woocommerce-account table.table thead th {
  padding-top: 15px;
  padding-bottom: 15px;
  border: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
}

.woocommerce-account table.table tbody {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #797979;
  font-weight: 400;
}

.woocommerce-account table.table tbody td {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
}

.woocommerce-account table.table thead th:first-child,
.woocommerce-account table.table tbody td:first-child {
  padding-left: 20px;
}

.woocommerce-account table.table tbody td a.pointer,
a.woocommerce-button.woocommerce-button--next,
a.woocommerce-button.woocommerce-button--previous {
  padding: 0px 13px;
  background-color: #0db1c9;
  border-radius: 11px;
  color: #fff;
}

@media (max-width: 768px) {
  .woocommerce-orders table.table tbody td a {
    display: table-caption;
    margin-bottom: 5px;
    text-align: center;
  }

  .woocommerce-page .shop_table th:last-child,
  .woocommerce-page .shop_table td:last-child {
    text-align: left;
  }

  .woocommerce-page .vdivide [class*="col-"]:not(:last-child):after {
    display: none;
  }
}

@media (max-width: 440px) {
  .woocommerce-orders .woocommerce-orders-table__header-order-date,
  .woocommerce-orders table.table tbody td:nth-child(2) {
    display: none;
  }
}

@media (max-width: 550px) {
  .woocommerce-orders-table__header-order-status,
  .woocommerce-orders table.table tbody td:nth-child(3) {
    display: none;
  }

  .woocommerce-orders .woocommerce-MyAccount-orders td:last-child {
    padding-right: 0;
  }
}

a.woocommerce-button.button.pay {
  margin-right: 2px;
  margin-left: 2px;
}

a.woocommerce-button.button.cancel {
  margin-right: 2px;
  margin-left: 2px;
}

.woocommerce-account .navigation {
  padding-left: 6px;
  border: 1px solid #ededed;
}

.woocommerce-account .navigation {
  padding-top: 40px;
  border: none;
}

.woocommerce-account .navigation li {
  border: 1px solid #ededed;
}

.woocommerce-account .navigation li {
  list-style-type: none;
  display: inline-block;
  border-left: 1px solid #ededed;
  padding: 10px 15px;
  margin-left: -5px;
  transition: all 0.5s ease;
}

.woocommerce-account .navigation li:hover,
.woocommerce-account .navigation li.active {
  border-left: 6px solid #0db1c9;
  transition: all 0.5s ease;
}

.woocommerce-account .navigation li:hover i {
  color: #0db1c9;
  transition: all 0.5s ease;
}

.woocommerce-account .navigation li:hover a,
.woocommerce-account .navigation li.active a {
  color: #000;
}

.woocommerce-account .navigation li a {
  color: #777777;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

.woocommerce-account .package {
  background-color: #ebeff2;
  padding: 20px;
  margin: 20px 0;
}

.woocommerce-account .package span {
  background-color: #bac3d0;
  display: inline-block;
  padding: 14px 13px;
  position: absolute;
  top: 0;
}

.woocommerce-account .package.blue span {
  color: #fff;
  background-color: #337ab7;
}

.woocommerce-account .package.light span {
  color: #fff;
  background-color: #659be0;
}

.woocommerce-account .package span + p {
  margin-top: 40px;
}

.woocommerce-account .custom-icon.headphone {
  background: url(../images/sprite.png) no-repeat -9px -91px;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.woocommerce-account .custom-icon.time-load {
  background: url(../images/sprite.png) no-repeat -70px -91px;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.woocommerce-account .custom-icon.orders {
  background: url(../images/sprite.png) no-repeat -133px -91px;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.woocommerce-account .custom-icon.cart {
  background: url(../images/sprite.png) no-repeat -190px -91px;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.woocommerce-account .custom-icon.loud {
  background: url(../images/sprite.png) no-repeat -251px -91px;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.woocommerce-account .custom-icon.dashboard {
  background: url(../images/sprite.png) no-repeat -9px -6px;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.woocommerce-account li:hover .custom-icon.dashboard,
.woocommerce-account li.active .custom-icon.dashboard {
  background: url(../images/sprite.png) no-repeat -9px -45px;
}

.woocommerce-account .custom-icon.orders {
  background: url(../images/sprite.png) no-repeat -46px -5px;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.woocommerce-account li:hover .custom-icon.orders,
.woocommerce-account li.active .custom-icon.orders {
  background: url(../images/sprite.png) no-repeat -46px -44px;
}

.woocommerce-account .custom-icon.downloads {
  background: url(../images/sprite.png) no-repeat -85px -5px;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.woocommerce-account li:hover .custom-icon.downloads,
.woocommerce-account li.active .custom-icon.downloads {
  background: url(../images/sprite.png) no-repeat -85px -44px;
}

.woocommerce-account .custom-icon.purchase-history {
  background: url(../images/sprite.png) no-repeat -125px -5px;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.woocommerce-account li:hover .custom-icon.purchase-history,
.woocommerce-account li.active .custom-icon.purchase-history {
  background: url(../images/sprite.png) no-repeat -125px -44px;
}

.woocommerce-account li:hover .custom-icon.view-license-keys,
.woocommerce-account li.active .custom-icon.view-license-keys {
  background: url(../images/sprite.png) no-repeat -125px -44px;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.woocommerce-account .custom-icon.edit-address {
  background: url(../images/sprite.png) no-repeat -161px -5px;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.woocommerce-account li:hover .custom-icon.edit-address,
.woocommerce-account li.active .custom-icon.edit-address {
  background: url(../images/sprite.png) no-repeat -161px -44px;
}

.woocommerce-account .custom-icon.edit-account {
  background: url(../images/sprite.png) no-repeat -198px -4px;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.woocommerce-account li:hover .custom-icon.edit-account,
.woocommerce-account li.active .custom-icon.edit-account {
  background: url(../images/sprite.png) no-repeat -198px -44px;
}

.woocommerce-account .custom-icon.banked-hours {
  background: url(../images/sprite.png) no-repeat -240px -5px;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.woocommerce-account .custom-icon.view-license-keys {
  background: url(../images/sprite.png) no-repeat -125px -5px;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.woocommerce-account li:hover .custom-icon.banked-hours,
.woocommerce-account li.active .custom-icon.banked-hours {
  background: url(../images/sprite.png) no-repeat -240px -44px;
}

.woocommerce-account .custom-icon.my-projects {
  background: url(../images/sprite.png) no-repeat -311px -5px;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.woocommerce-account li:hover .custom-icon.my-projects,
.woocommerce-account li.active .custom-icon.my-projects {
  background: url(../images/sprite.png) no-repeat -311px -44px;
}

.woocommerce-account .custom-icon.customer-logout {
  background: url(../images/sprite.png) no-repeat -275px -5px;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.woocommerce-account li:hover .custom-icon.customer-logout,
.woocommerce-account li.active .custom-icon.customer-logout {
  background: url(../images/sprite.png) no-repeat -275px -44px;
}

.woocommerce-account .custom-icon {
  margin-top: -2px;
  margin-right: 10px;
  vertical-align: middle;
}

.woocommerce-account .breadcrumb {
  padding: 52px 0px;
}

.woocommerce-account .breadcrumb ol li a {
  font-family: Roboto;
}

.entry-header {
  position: relative;
  padding: 0;
}

.entry-header .container {
  position: relative;
  z-index: 999;
}

.entry-header .inner-overlay {
  background: #000;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.entry-header .breadcrumb {
  margin-top: 30px;
}

.entry-header .breadcrumb ol {
  padding-left: 0;
}

.entry-header .breadcrumb ol li:nth-child(1) a,
.entry-header .breadcrumb ol li:nth-child(1) {
  font-size: 24px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.entry-header .breadcrumb ol li,
.entry-header .breadcrumb ol li i {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  margin: 0 3px;
}

.entry-header figure {
  float: right;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .woocommerce-account .breadcrumb {
    padding: 0;
  }

  .entry-header figure {
    float: none;
  }

  .entry-header figure {
    margin-top: 0;
  }
}

.entry-header figcaption {
  color: #fff;
  text-align: center;
  margin-top: 5px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.entry-header .notification-bar {
  color: #fff;
  width: 100%;
  background-color: rgba(235, 235, 235, 0.2);
  padding: 10px;
  margin-top: 31px;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.entry-header .notification-bar span {
  white-space: nowrap;
  display: block;
  overflow: hidden;
  padding-right: 20px;
}

.entry-header .notification-bar a {
  color: #fff;
  background-color: #0db1c9;
  padding: 2px 12px;
  margin-right: 10px;
  float: left;
  margin-top: -3px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.woocommerce #payment ul {
  padding-left: 0;
}

.woocommerce #payment ul li {
  list-style-type: none;
}

.woocommerce #payment ul li img {
  margin-right: 0;
  margin-bottom: -20px
}

.woocommerce .wc-terms-and-conditions {
  margin-left: 20px;
}

.woocommerce input[type="submit"]:not(.woocommerce .subscribe-main input[type="submit"]) {
  color: #fff;
  background-color: #0db1c9;
  padding: 15px 25px;
  margin-right: 10px;
  margin-top: -3px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  border: none;
}

.woocommerce .support-tickets tbody tr td:last-child {
  width: 25%;
}

span.wpas-label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  vertical-align: baseline;
  border-radius: 0.25em;
}

/*

.wpas-ticket-title{
  width:70%;
}*/

/*
* Woocommerce 
*/
.woocommerce .woocommerce-order-details h2,
.woocommerce .woocommerce-customer-details h2,
.woocommerce .woocommerce-Address-title h3,
.edit-project h3,
.add-task-form h3,
.add-project h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.woocommerce-customer-details h2{
  color : #474a4b;
}
.woocommerce .woocommerce-order-details h2{
  padding-top: 20px;
  line-height: 35px;
  color: #474a4b;
}

.order_details a {
  font-size: 15px;
  line-height: 23px;
}

.add-task-form h3,
.edit-project h3,
.add-project h3 {
  margin: 0;
  padding-bottom: 15px;
}

.add-task-form small,
.add-project small,
.edit-project small {
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
}

.edit-project label,
.add-task-form label,
.add-project label {
  font-size: 14px;
}

.woocommerce .woocommerce-MyAccount-downloads thead {
  border-bottom: 2px solid #e9e9e9;
}

.navigation {
  margin-bottom: 30px;
}

table .sub-items td .fa-dot-circle-o {
  margin-left: 20px;
}

.woocommerce .woocommerce-EditAccountForm fieldset {
  padding: 10px 0;
}

.woocommerce .woocommerce-EditAccountForm fieldset legend {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  margin-top: 5px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  border: none;
}

.checkout-sidebar input[type="submit"] {
  float: none;
}

.checkout-sidebar .wc-terms-and-conditions input[type="checkbox"] + span {
  font-weight: 500;
  font-size: 14px;
}

@media (max-width: 767px) {
  .table-responsive-wrapper {
    overflow-y: hidden;
    width: 100%;
  }

  .table-responsive-wrapper table {
    width: 190%;
  }
}

.woocommerce .woocommerce-billing-fields h3,
.woocommerce .woocommerce-additional-fields h3 {
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
  margin-top: 15px;
  font-weight: 400;
  font-size: 20px;
  border: none;
}

.woocommerce-account .table-striped.hours tbody tr.no-banked-hours td {
  text-transform: none;
}

.cart .quantity {
  margin-bottom: 20px;
}

.woocommerce-cart .coupon {
  float: left;
}

.single-product .product-entry-meta .table {
  margin-bottom: 0;
}

.post-type-archive-product .quantity {
  display: inline-block;
  margin-left: 16px;
}

.products .quantity input[type="number"] {
  width: 50px;
  height: 34px;
}

.woocommerce-pagination {
  display: block;
  width: 100%;
}

.woocommerce-pagination .page-numbers {
  float: left;
  padding-left: 0;
}

.woocommerce-pagination .page-numbers li {
  display: inline-block;
  margin-right: 3px;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
  border: 1px solid #ccc;
  padding: 8px 15px;
  background: transparent;
  color: #000;
  width: 40px;
}

.woocommerce-pagination .page-numbers li .page-numbers {
  padding: 8px 15px;
  background-color: #0db1c9;
  color: #fff;
  width: 40px;
}

.woocommerce-pagination .page-numbers li .page-numbers.next {
  padding: 8px 12px;
  background-color: #0db1c9;
  color: #fff;
  width: 40px;
}

.woocommerce-checkout-payment .woocommerce-terms-and-conditions-checkbox-text {
  padding-left: 4px;
}

.woocommerce-checkout-payment .checkbox input[type="checkbox"] {
  margin-left: 0;
}

.onsale {
  display: none;
}

.woocommerce-page .summary .price del {
  font-size: 24px;
}

.woocommerce-page .summary .price ins {
  text-decoration: none;
}

@media only screen and (max-device-width: 992px) {
  .woocommerce-page .summary .price del {
    font-size: 18px;
  }

  .woocommerce-page .summary .price ins {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .woocommerce-cart .woocommerce input[type="submit"] {
    margin-top: 28px;
  }

  .woocommerce-cart .woocommerce form.col-md-8 {
    width: 100%;
    overflow-y: hidden;
  }

  .woocommerce-cart .woocommerce form .shop_table {
    width: 180%;
  }
}

@media (max-width: 992px) {
  footer.site-footer .text-right {
    text-align: left !important;
  }
}

@media (max-width: 480px) {
  .woocommerce-cart .woocommerce form .shop_table {
    width: 220%;
  }

  .woocommerce-page .shop_table tbody .cart_item td.product-thumbnail {
    display: none;
  }

  .woocommerce-page .vdivide [class*="col-"]:not(:last-child):after {
    display: none;
  }
}

.woocommerce-cart .woocommerce .coupon + input[type="submit"] {
  margin-left: 10px;
}

.woocommerce-page .products .product article a h2.free-product {
  position: relative;
  display: inline-block;
}

.woocommerce-page .products .post-56022 article a h2.free-product:after {
  content: "Free!" !important;
}

.woocommerce-page .products .product article a h2.free-product:after {
  content: "Free!";
  position: absolute;
  padding: 0px 7px;
  color: #e65009;
  font-size: 11px;
  line-height: 19px;
  text-transform: uppercase;
  margin-left: -3px;
  font-weight: 500;
}

/*
* PT marketplace Sale
*/
.sale-banner {
  display: none;
}

.home .sale-banner {
  display: block;
  text-align: right;
}

.home .sale-banner a.btn.btn-primary {
  padding: 12px 40px;
  font-size: 33px;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #0db1c9;
  border-color: #0db1c9;
  border-radius: 8px;
  display: none;
}

.home .sale-banner span {
  display: block;
}

.home .entry-header {
  padding: 50px 0;
}

.home #primary {
  outline: none;
}

.home .entry-title {
  display: none;
}

.products .product {
  position: relative;
}

.products .product .sale-percentage-v1 {
  position: absolute;
  top: 0;
  right: 0;
  background: #e6222f;
  color: #fff;
  padding: 4px 0px 0px 0px;
  font-weight: 900;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  background: url("images/circle-tag.png") no-repeat center center;
  height: 40px;
  width: 70px;
}

.products .product .sale-percentage-v2 {
  position: absolute;
  top: 113px;
  right: 0px;
  background: #e6222f;
  color: #fff;
  padding: 32px 0 32px 12px;
  font-weight: 900;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  background: url("images/sided-ribbon.png") no-repeat center center;
  height: 70px;
  width: 110px;
}

.products .product .sale-percentage {
  position: absolute;
  top: 113px;
  right: 40px;
  background: #e6222f;
  color: #fff;
  padding: 12px;
  font-weight: 900;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  background: url("images/sale-tag.png") no-repeat center center;
  height: 70px;
  width: 70px;
}

.products .product .sale-percentage-v2 em {
  font-style: normal;
  display: inline-block;
  text-transform: uppercase;
}

.products .product .sale-percentage-v1 em {
  font-style: normal;
  display: block;
  text-transform: uppercase;
}

.products .product .sale-percentage em {
  font-style: normal;
  display: block;
  text-transform: uppercase;
}

.products .price ins {
  text-decoration: none;
}

.products .price ins .woocommerce-Price-amount.amount {
  display: block;
  /*color: #e6222f;*/
  /*font-size: 18px;*/
  font-weight: bold;
  margin-left: 5px;
}

.home .products .product article a h2 {
  padding: 0 95px 0 15px;
}

.onsale {
  display: none;
}

.sale-class {
  position: relative;
  float: right;
  color: #fff;
  top: -175px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 19.5px;
  font-weight: bold;
  display: none !important;
}

.content_countdown {
  margin-top: -188px;
  position: relative;
  z-index: 99;
  margin-bottom: 105px;
  float: right;
}

@media (max-width: 440px) {
  .content_countdown {
    display: none;
  }

  .sale-class {
    display: none;
  }
}

.content_countdown .element_conteiner {
  padding: 0px 0 10px;
  background: #fff;
  width: 120px !important;
}

.content_countdown .element_conteiner:first-child {
  display: inline-block;
}

.content_countdown .time_left {
  border-radius: 8px !important;
  background-color: transparent !important;
  font-size: 26px !important;
  font-family: monospace !important;
  color: #1b8dcc !important;
  font-family: "Poppins", sans-serif !important;
}

.content_countdown .time_description {
  font-size: 14px !important;
  font-family: monospace !important;
  color: #1b8dcc !important;
  margin-top: -15px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
}

.home .sale-banner a.btn.btn-primary {
  display: none;
}

/*  .home .entry-header{
  padding: 122px 0;
  
}  */
.wrapper-countdown {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 120px;
  display: none !important;
}

.wrapper-countdown .content_countdown {
  position: initial;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .wrapper-countdown {
    display: none;
  }
}

.wrapper-countdown .sale-class img {
  margin-bottom: 24px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: none !important;
}

.wrapper-countdown .sale-class {
  position: relative;
  float: right;
  color: #1b8dcc;
  top: -168px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding-left: 6px;
  background: #fff;
  text-align: center;
  padding: 6px 6px;
  padding-top: 17px;
  width: 120px;
  display: none !important;
}

@media (max-width: 1199px) {
  .products .product .sale-percentage {
    top: 90px;
  }
}

@media (max-width: 991px) {
  .products .product .sale-percentage {
    top: 108px;
  }
}

@media (max-width: 767px) {
  .products .product .sale-percentage {
    top: -14px;
  }

  .home .entry-header {
    background-position: left -201px top;
  }

  .home .sale-banner a.btn.btn-primary {
    display: none;
  }

  .content_countdown {
    margin-top: -108px;
  }

  .sale-class {
    top: -95px;
  }
}

#main_countedown_1 .countdown {
  display: none;
  background: #fff !important;
  padding: 10px 1px !important;
  border-radius: 13px !important;
}

@media (max-width: 768px) {
  .woocommerce-page {
    font-size: 18px;
    line-height: 30px;
  }

  .woocommerce-page .woocommerce-tabs p.stars span a {
    padding-right: 10px;
  }
}

/* Group product styles */
#sort_customizable_table {
  display: none;
}

input[type="checkbox"].wc-grouped-product-add-to-cart-checkbox {
  margin: 4px 4px 0 0;
}

.group_product_button.single_add_to_cart_button {
  margin-top: 10px;
}

.price_total td {
  padding: 10px 0;
}

.single-product .product-type-grouped .price {
  font-size: 29px !important;
  padding-top: 10px;
}

.product-type-grouped td.woocommerce-grouped-product-list-item__price {
  text-align: right;
}

.product-type-grouped .woocommerce-grouped-product-list {
  width: 100%;
}

.product-type-grouped .summary ul {
  display: none;
}

ul.price_total {
  display: none;
}

.product-type-grouped .woocommerce-grouped-product-list-item {
  display: block !important;
}

.woocommerce-grouped-product-list .select-all-grouped-products label {
  margin-bottom: 16px;
}

.product-type-grouped .woocommerce-grouped-product-list {
  width: 100%;
  float: left;
}

.product-type-grouped .woocommerce-grouped-product-list-item:first-child {
  margin-top: 0 !important;
}

.product-type-grouped .woocommerce-grouped-product-list-item {
  border-bottom: 1px solid #eee;
  padding: 13px 0 13px 0px !important;
  margin-bottom: 0;
  width: 100%;
  float: left;
}

.product-type-grouped
  .woocommerce-grouped-product-list
  li.woocommerce-grouped-product-list-item__quantity:first-child {
  display: inline-block;
  width: 10px;
  float: left;
  margin-right: 10px;
}

.product-type-grouped .woocommerce-grouped-product-list {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 500px;
}

.product-type-grouped .woocommerce-grouped-product-list-item:last-child {
  border-bottom: none;
}

.post-type-archive-product .product-type-grouped .price {
  display: none !important;
}

@media (max-width: 768px) {
  .product-type-grouped .woocommerce-grouped-product-list {
    overflow-x: visible;
    overflow-y: visible;
    height: auto;
  }

  .product-type-grouped ul.price_total {
    display: block;
  }
}

.product-type-grouped .gp-item-quantity {
  font-size: 18px;
  font-weight: 650;
}

.woocommerce-page .products .product article a h2.new-product:after {
  content: "New!";
  position: absolute;
  padding: 0px 7px;
  color: #e65009;
  font-size: 11px;
  line-height: 19px;
  text-transform: uppercase;
  margin-left: -3px;
  font-weight: bold;
}

.product-type-grouped #wc-grouped-product-select-all-checkbox {
  float: left;
  /* margin-top: -3px; */
  margin-right: 7px;
}

.product-type-grouped .price-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  text-align: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.product-type-grouped .price-wrapper label {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  width: fit-content;
  min-width: 85px;
  margin-bottom: 0;
  line-height: initial;
  /*margin-top: 10px;*/
}

.product-type-grouped .price-wrapper .price {
  font-size: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
  font-size: 24px;
  margin-left: 30px;
  align-self: center;
  justify-content: center;
  display: inline-flex;
  flex-direction: column;
}

.product-type-grouped .price-wrapper .woocommerce-Price-amount {
  line-height: initial;
  display: flex;
  justify-content: flex-end;
}

.product-type-grouped .price-wrapper .woocommerce-Price-amount bdi {
  justify-content: center;
  display: inline-flex;
  flex-direction: row;
  font-size: 20px;
}

.product-type-grouped
  .price-wrapper
  .woocommerce-Price-amount
  bdi
  .woocommerce-Price-currencySymbol,
.product-type-grouped .price-wrapper .woocommerce-Price-amount bdi del {
  color: #777;
  font-size: 20px !important;
}

.product-type-grouped .price-wrapper .woocommerce-Price-amount bdi ins {
  padding-left: 7px;
  text-decoration: none;
}

.product-type-grouped .price-wrapper .total-price {
  font-size: 24px;
  margin: 5px 0;
}

.product-type-grouped .summary .price {
  margin: 0;
  padding-bottom: 0;
  border-bottom: 0px solid #eee;
}

/* Job Board - All Add-ons styles */
#product-44046 .price-wrapper label,
#product-44046 .wc-grouped-product-add-to-cart-checkbox {
  display: none;
}

#product-44046 .variation-box {
  display: none;
}

#product-44046 li.woocommerce-grouped-product-list-item__price {
  margin-top: 0px;
}

#product-44046 .price-wrapper {
  justify-content: space-between;
  gap: 16px;
}

#product-44046 .variations select {
  width: 100%;
}

#product-44046 .select-all-grouped-products {
  display: flex !important;
  justify-content: space-between !important;
  border-bottom: 1px solid #eee !important;
  align-items: center !important;
  padding-bottom: 20px;
}
#product-44046 .select-all-grouped-products label {
  display: none !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .products .quantity input[type="number"] {
    width: 35px;
    text-align: center;
    line-height: 1.82857143;
  }

  .woocommerce-page .products .product article a.button {
    margin-right: 11px;
  }

  .btn {
    padding: 6px 6px;
    font-size: 13px;
  }
}

@media (max-width: 400px) {
  .woocommerce-page .products .product article {
    min-height: auto !important;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .woocommerce-page .products .product article a.button {
    margin-right: 0;
    margin-left: 15px;
  }

  .woocommerce-page .products .product article .price {
    margin-bottom: 15px;
  }

  .post-type-archive-product .quantity {
    display: inline-flex;
    width: 65%;
  }
}

.woocommerce-page .products .product .added_to_cart {
  display: none;
}

.added_to_cart {
  display: none;
}


.woocommerce-cart .coupon {
  float: left;
  display: flex;
  align-items: center;
  height: 34px;
  margin-right: 4px;
}

.woocommerce-cart .coupon label {
  margin-bottom: 0;
  margin-right: 7px;
}

.woocommerce-cart .coupon input#coupon_code {
  border: 1px solid #eee;
  height: 50px;
  margin-right: 4px;
  text-indent: 7px;
}

.woocommerce-page .woocommerce-tabs .woocommerce-Tabs-panel p.new-feature:after,
.woocommerce-page
  .woocommerce-tabs
  .woocommerce-Tabs-panel
  li.new-feature:after {
  content: "New!";
  position: absolute;
  padding: 0px 7px;
  color: #e65009;
  font-size: 11px;
  line-height: 19px;
  text-transform: uppercase;
  margin-left: -3px;
  font-weight: 500;
}

#wp_dynamo_core_widgets_about_us-4,
#custom_html-2 {
  margin-bottom: 0;
}

/* Dashboard Notices */
.mb-1 {
  margin-bottom: 1rem;
}

.sjb-customer-dashboard-notice * {
  margin: 0;
  padding: 0;
}

.sjb-customer-dashboard-notice {
  background: #ffe8e8;
  padding: 10px 15px;
  border-left: 6px solid #e50000;
}

.sjb-customer-dashboard-notice p {
  font-weight: bold;
}

.sjb-customer-dashboard-notice ul {
  list-style: none;
  margin-top: 5px;
  position: relative;
}

.sjb-customer-dashboard-notice ul li {
  padding-left: 20px;
  position: relative;
}

.sjb-customer-dashboard-notice ul li::before {
  content: "—";
  left: 0;
  top: 0;
  position: absolute;
  padding-left: -20px;
}

/*Additional css start 01-08-2023 */
.woocommerce-page .product-type-variable .summary .price {
  font-size: 28px;
}

.woocommerce-page .product-type-variable .woocommerce-variation-price {
  display: none;
}

.woocommerce-variation-add-to-cart .quantity {
  display: block !important;
}

a.reset_variations {
  margin-left: 10px;
  display: none !important;
}

.single-product select#license {
  margin-bottom: 10px;
}

.variations th.label {
  display: none;
}

.woocommerce-page .summary span.price {
  border-bottom: none;
}

.woocommerce-page .summary {
  display: grid;
}

/*for grouped product*/
.product_services-bundle .price-wrapper label,
.product_services-bundle .wc-grouped-product-add-to-cart-checkbox {
  display: none;
}

.product_services-bundle .price-wrapper {
  justify-content: center;
}

li.woocommerce-grouped-product-list-item__price {
  margin-top: 15px;
}

.variation-box select.variation {
  width: 120px;
  margin-top: 7px;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #b6b6b6;
}

.woocommerce-page .products .product article a.button:not(:last-child) {
  margin-right: 0px;
}

.order_items ul.wc-item-meta {
  margin-top: 5px;
  margin-bottom: 0;
}

tr.woocommerce-table__line-item.order_item {
  border-top: 1px solid #eee;
}

tr.woocommerce-table__line-item.order_item:last-child {
  border-bottom: 1px solid #eee;
}

tr.woocommerce-table__line-item.order_item.bundle-item {
  /*border-left: 1px solid #eee;*/
  border: 0;
}

.woocommerce-page .order_details tbody td.product-name,
.woocommerce-page .shop_table.order_details .product-total,
.woocommerce-page .shop_table .product-total {
  /*border: 0;*/
  padding-bottom: 0;
}

tr.bundle-item.woocommerce-table__line-item.order_item .product-name {
  border-bottom: 0;
  padding-bottom: 10px;
  display: block;
  margin-left: 56px;
  border-left: 1px solid #eee;
  position: relative;
  padding-left: 52px;
  padding-top: 20px;
  font-size: 12px;
}

tr.woocommerce-table__line-item.order_item.bundle-item .product-name::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 29px;
  height: 1px;
  background: #eee;
  top: 50%;
}

tr.woocommerce-table__line-item.order_item .product-name ul.wc-item-meta li {
  display: flex;
}

tr.woocommerce-table__line-item.order_item .product-name ul.wc-item-meta li p {
  margin-left: 9px;
}

tr.bundle-item.woocommerce-table__line-item.order_item .product-total {
  border-bottom: 0;
}

.bundle-item ul.wc-item-meta {
  margin-bottom: 0;
  padding-bottom: 8px !important;
  padding: 0;
}

.bundle-item ul.wc-item-meta p {
  margin-bottom: 0;
}

.bundle-item.last-bundle-item {
  border-bottom: 1px solid #eee;
}

.price span.mp-price-yearly-text {
  font-size: 14px;
}

.variations {
  margin-top: 10px;
  width: 60%;
}

.variations select {
  /* width: 100%; */
  padding: 10px;
  border: 1px solid #b6b6b6;
  border-radius: 6px;
}

td.variation-label {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 16px;
}

#product-32226.product-type-grouped .price-wrapper {
  flex-wrap: wrap;
}

.products .btn {
  font-size: 13px;
  padding: 6px 10px;
}

.variation-price {
  display: flex;
  gap: 12px;
}

#product-32226.product-type-grouped .price-wrapper .price {
  justify-content: flex-end;
}

.mp-keys-listing-field {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #474a4b;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.mp-keys-listing-field:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

h2.license_keys_page_title {
  margin-bottom: 40px;
  margin-top: 10px;
  font-size: 25px;
}

@media (min-width: 320px) and (max-width: 767px) {
  .products .product-type-variable span.price {
    display: block;
    width: 100%;
  }

  .variation-box select.variation {
    width: inherit;
  }
}

/*Additional css end 01-08-2023 */

.woocommerce-shop .licesnse-container {
  grid-area: license-container;
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
  padding: 8px;
}

.woocommerce-shop .licesnse-container .license-text {
  margin: 0;
  padding: 0 !important;
}

.woocommerce-shop .purchase-btns {
  grid-area: purchase-btns;
  background: #f8f8f8;
  padding-right: 15px;
  padding-top: 6px;
}

.woocommerce-shop .products .product article .price .shop-page-price {
  background-color: #f8f8f8;
}

.woocommerce-shop .products .product article .quantity input[type="number"] {
  width: 46px;
  height: 22px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding-left: 6px;
}

.woocommerce-shop
  .products
  .product
  article
  .price
  .shop-page-price
  .variation-price {
  width: 110px;
}

.woocommerce-shop .products .product article .buy-btn-container {
  margin-top: auto;
  background: #f8f8f8;
}

.woocommerce-shop .license-btns-wrapper {
  background-color: #f3f3f3;
  display: flex;
  border-radius: 0px;
  align-self: start;
}

.woocommerce-shop button.license-type-btn,
.single-product button.license-type-btn {
  display: block;
  border: 0;
  /* background-color: #f3f3f3; */
  /* border-radius: 16px; */
  color: #000000;
  font-weight: 400;
  line-height: 20px;
  padding: 4px 16px;
  border-radius: 0;
  border: 1px solid #e3e3e3;
}

.single-product button.license-type-btn.active,
.woocommerce-shop button.license-type-btn.active {
  background: #0db1c9;
  color: #ffffff;
}

.woocommerce-shop .info-tooltip {
  margin: 0 12px;
  position: relative;
}

.woocommerce-shop .shop-page-price .quantity {
  display: block;
}

.woocommerce-shop .products .product article {
  display: flex;
  flex-direction: column;
  min-height: 405px;
}

.woocommerce-shop
  .products
  .product
  article
  a.button.product_type_grouped.btn.btn-primary {
  max-width: 73px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-top: 8px;
}
.woocommerce-shop
  .product_services-support
  .price-single-wrapper
  .shop-page-price {
  width: 50%;
}
.woocommerce-shop .price-single-wrapper {
  display: flex;
  grid-area: price-single-wrapper;
}
.woocommerce-shop .price-single-wrapper .shop-page-price {
  width: 25%;
}
.woocommerce-shop .price-single-wrapper .purchase-btns {
  width: 50%;
}
.woocommerce-shop .price-single-wrapper .quantity {
  display: flex;
  align-items: center;
  background: #f8f8f8;
  margin-left: 0px;
  width: 25%;
}
.single-product .variations {
  display: none;
}
.single-product .license-btns-wrapper {
  display: flex;
  padding-bottom: 17px;
}
.single-product .license-text-info-box {
  display: flex;
  /*padding-bottom: 18px;*/
}
.single-product .license-text-info-box .info-tooltip {
  margin-left: 10px;
  position: relative;
}
.single-product .licesnse-container {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  margin-block: 15px;
}

.single-product .license-btns-wrapper {
  display: flex;
  /* background: #f3f3f3; */
  border-radius: 0px;
  padding-bottom: 0px;
}
.single-product .product-type-grouped .variation-box {
  display: none;
}
.single-product
  #product-44046
  .woocommerce-grouped-product-list-item__label
  .licesnse-container {
  display: none;
}
.remove-item.item-not-added {
  display: none;
}
.add-to-cart-variable.item-added {
  display: none;
}
.all-bundle-addon-price-loader img {
  height: 68px;
  background: #eeeeee;
  position: absolute;
  right: 0px;
  top: 10px;
}
#product-44046 .all-bundle-addon-price-loader img {
  top: 15px;
}
/*License Tooltip css*/
.info-tooltip-text {
  width: 215px;
  background-color: #eee;
  color: #474a4b;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  top: -70px;
  left: -90px;
  font-size: 13px;
  border: 1px solid #eee;
  visibility: hidden;
  font-weight: normal;
  text-align: left;
}
.info-tooltip .arrow-up {
  visibility: hidden;
  top: -13px;
  left: -19px;
  position: absolute;
  background-image: url("images/arrow-down.png");
  height: 18px;
  width: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.info-tooltip:hover .info-tooltip-text {
  visibility: visible;
}
.info-tooltip:hover .arrow-up {
  visibility: visible;
}
.select-all-grouped-products .license-text-info-box {
  margin-top: 10px;
}
.woocommerce-view-order
  .bundle-item
  td.woocommerce-table__product-total.product-total {
  display: none;
}
.cart-page-div {
  display: flex;
  gap: 30px;
}
.cart-collaterals {
  background-color: #f9f9fb;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 0;
  border: 1px solid #ededed;
  border-radius: 10px;
}

.cart_totals th {
  padding-left: 20px;
}

#coupon_code {
  font-size: 14px;
  line-height: 25px;
  color: #000;
  border: 1px solid #e3e3e3;
  height: 50px;
  width: 652px;
  padding-left: 20px;
  border-radius: 50px;
}
.coupon button {
  background: #222222;
  border-radius: 50px;
  opacity: 1;
  color: #fff;
  padding: 12px 25px;
}
.cart_totals .coupon {
  padding-left: 20px;
}
.login-part-form {
  padding-left: 30px;
  padding-right: 30px;
}
#reg_email {
  min-height: 50px;
}
.payment_box {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: -18px;
  margin-bottom: -16px;
}
.payment_method_paypal a {
  /* padding-left: 30px; */
}
a.about_paypal {
  font-weight: 500 !important;
}
.woocommerce-terms-and-conditions-wrapper .form-row {
  padding-left: 30px;
  padding-right: 15px;
}

.place-order .alt {
  margin-left: 30px;
}
.woocommerce-order-downloads .woocommerce-table {
  width: 100%;
}

.woocommerce-order-details .woocommerce-table {
  width: 100%;
}
.checkout-section .cart_totals {
  margin-top: 0px !important;
}
.checkout-section .order-items {
  max-height: 483px !important;
  height: auto !important;
}
.wc-block-components-notice-banner__content {
  padding-left: 0px !important;
}
#billing_country {
  height: 60px !important;
}
.checkout_coupon.woocommerce-form-coupon {
  padding-top: 50px;
  padding-bottom: 50px;
}
.wc-block-components-notice-banner.is-info {
  text-align: center;
}
.return-to-shop {
  text-align: center;
}
.wpas-login-register {
  display: flex;
  justify-content:center;
  padding-top: 50px;
}
.wpas-form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #474a4b;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.wpas-login-register #wpas_form_login {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}
.wpas-login-register #wpas_form_registration {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}
.wpas-forgot-password-link {
  padding-left: 20px;
}
.wpas-btn.wpas-btn-default {
  color: #fff;
  background-color: #0db1c9;
  padding: 15px 25px;
  margin-right: 10px;
  margin-top: -3px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  border-radius: 25px;
}
.wpas_form_login h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 15px;
}
.wpas-alert-danger {
  text-align: center;
}
.wpas-ticket-buttons-top {
  display: flex;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.wpas-table {
  text-align: center;
}
.wpas-ticket-replies {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.no-content {
  padding-top: 50px;
}
.no-content a.btn.btn-primary {
  background-color: #0db1c9 !important;
  border-color: #0db1c9 !important;
}
.entry-content .add-project {
  padding-top: 50px;
  max-width: 70%;
  width: 100%;
  margin: 0 auto;
}
#request-form .file div,
#update-project .file div {
  background-color: #0db1c9 !important;
}
#request-form .btn {
  margin-top: 20px;
  background-color: #0db1c9 !important;
  border-color: #0db1c9 !important;
}
#add-task-form .add-task-btn {
  background-color: #0db1c9 !important;
  border-color: #0db1c9 !important;
}
.entry-content .edit-project {
  padding-top: 50px;
  max-width: 70%;
  width: 100%;
  margin: 0 auto;
}
#update-project .btn-primary {
  background-color: #0db1c9 !important;
  border-color: #0db1c9 !important;
}
.project {
  padding-top: 0px;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.new-project a.btn.btn-primary {
  background-color: #0db1c9 !important;
  border-color: #0db1c9 !important;
}
.project a.pointer {
  padding: 5px 23px;
  background-color: #0db1c9;
  border-radius: 11px;
  color: #fff;
  font-size: 12px;
}
.estimated-time li label {
  color: #000;
}
.estimated-time li span {
  color: #000;
}

.checkout-login-btn {
  min-width: 260px;
  padding-block: 7px;
}

input.form-control {
  background: #f9f9fb;
}

form.woocommerce-form p,
.payment_box p,
.woocommerce-terms-and-conditions-checkbox-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #5d6e82;
}
.woocommerce-billing-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
}
p#billing_address_2_field,
p#billing_address_1_field,
p#billing_wooccm12_field {
  grid-column-start: 1;
  grid-column-end: 3;
}
p#billing_address_1_field {
  margin-bottom: 0;
}
p#billing_address_2_field label {
  display: none;
}

.woocommerce-checkout-review-order .item-detail img {
  height: auto !important;
  padding: 12px;
}
.checkout-review-order-thumbnail {
  background-color: #f6f7f7;
  height: 105px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about_paypal {
  line-height: 70px;
}

#place_order {
  margin-bottom: 50px;
  padding: 5px;
}
abbr[title] {
  text-decoration: none;
}

@media (max-width: 576px) {
  .woocommerce-billing-fields__field-wrapper {
    display: block;
  }
}
.checkout-coupon-form-wrap {
  border: 1px solid #ededed;
  border-radius: 50px;
}

p#account_password_field {
  grid-row-start: 8;
  grid-row-end: 9;
}
.wpas-form .wpas-btn.wpas-btn-default {
  margin-top: 20px !important;
}


/*
.select2-box select[name="product_cat"].js-states,
.select2-box select[name="product_services"].js-states{
    font-weight: 400;
    font-size: 14px;
    line-height: 25.8px;
    letter-spacing: 0px;
    color: #222222;
    opacity: 1;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 44px;
    text-indent: 0;
    border-top: 0px solid #c2d1d9;
    border-bottom: 1px solid #c2d1d9;
    border-left: 0px solid #c2d1d9;
    border-right: 0px solid #c2d1d9;
    border-radius: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}
*/

.woocommerce-billing-fields .select2-container .select2-selection--single{
    margin-top: 10px;
    height: 60px !important;
    background-color: #f9f9fb;
    border-radius: 10px;
    border: 1px solid #ced4da;
}

.woocommerce-billing-fields #select2-billing_country-container{
    padding-top: 16px;
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 28px;
}

.postid-44046 #sbw_wc-adding-button{
  display: none !important;
}
.item .item-content .content h5:hover {
  color: #0db1c9;
}
.new-releases .left .content a.btn-white:hover {
  background-color: #0db1c9;
  color: white;
}
.new-releases .left .content a.btn-white:hover svg {
  fill: #fff;
}
.popular-selling-section{
  align-items: center;
}

/* ############################## */

.new-releases-item {
  margin-top: 20px !important;
  min-height: 285px;
  position: relative;
}

.new-releases .new-releases-item .item-content {
  position: absolute;
  bottom: -30px;
  transition: all .3s ease;
  overflow-y: hidden;
  min-height: 300px;
}

.new-releases .new-releases-item .item-content .content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.item-content:hover{
  /* min-height: 285px !important; */
}

.new-releases-item-bottom{
  display: flex;
  justify-content: center;
  background-color: #fff; 
  color: #222222; 
  border: 1px solid #222222; 
  padding: 10px 20px; 
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
  position: static;
}

.item-content:hover .new-releases-item-bottom{
  opacity: 1;
  visibility: visible;
  height: auto;
}
.feature-collection-item-bottom{
  display: flex;
  justify-content: center;
  margin: 0 90px;
  opacity: 0;
  visibility: hidden;
  transition: all .4s ease;
  position: static;
}

.slide-content:hover .feature-collection-item-bottom{
  /* margin-bottom: 20px; */
  opacity: 1;
  visibility: visible; 
  /* height: auto; */
} 
.slide-content {
  overflow: hidden;
  transition: transform 0.7s ease, box-shadow 0.7s ease;
}
.slide-content:hover {
  /* position: absolute;
  z-index: 2;
  margin-right: 15px; */
  transform: translateY(-10px);
  box-shadow: 0px 50px 50px #0000001A;
}

a.feature-collection-item-bottom:hover {
  background-color: #0DB1C9 !important;
  color: #FFF !important;
  border: 1px solid #0DB1C9 !important;
}

.slide-content .content a h6:hover {
  color: #0db1c9;
}
.new-releases-item .item-content .content a h5:hover {
  color: #0db1c9 !important;
}
.new-releases-item .item-content .content a h4:hover {
  color: #0db1c9;
}
.postid-11531 .tabs-wrapper {
  margin-top: 0px;
}
.discount-box-form #coupon_code{
  border:none !important;
  width: 100% !important;
  /* border-radius: 0px !important; */
}
.discount-box-form #coupon_code:focus{
  outline: none;
}
/* .is-error .wc-block-components-notice-banner__content {
  color: red;
} */
.is-error .wc-block-components-notice-banner__content {
  color: red;
  background: #ff00004d;
  padding: 10px 10px;
  border-radius: 5px;
}
.banked-hours-box{
  display: block;
}
.postid-11531 .buy_now_button{
  display: none !important;
}
.wpas-form-group{
  padding: 10px 0px;
}
.wpas-form-group label{
  padding-bottom: 15px;
}
.contact-form-19728-submit{
  color: #fff;
  background-color: #0db1c9;
  padding: 15px 25px;
  margin-right: 10px;
  margin-top: -3px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  border: 0;
  border-radius: 20px;
}
.pt-con-frm .wpcf7-text{
  display: block;
  width: 100%;
  /* height: 50px; */
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  /* color: #474a4b;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eee; */
  border-radius: 4px;
  /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.pt-con-frm .wpcf7-textarea{
  /* display: block;*/
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.3;
  /* background-color: #fff;
  background-image: none;
  border: 1px solid #eee; */
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  /* transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; */
}
.product-type-simple .cart {
  display: none;
}
.post-11531 .cart{
  display: block !important;
}

p.th-row.form-row-first,
p.th-row.form-row-last {
    display: flex;
    flex-direction: column;
}
#request-form label {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 0px;
}
#license_keys_table_wrapper label {
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
  padding-top: 16px !important;
}
.wpcf7 form.sent .wpcf7-response-output{
  border: none !important;
}
#wpas_files_wrapper{
  /* margin: 0px 10px !important; */
}
#wpas-new-ticket .wpas-btn{
  /* margin: 0px 15px !important; */
}
.new-contact-form #subject-row {
  margin-bottom: -30px !important;
}
.woocommerce-billing-fields__field-wrapper label {
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #222222; 
}
#request-form .form-control{
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #474a4b;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eee;
  border-radius: 4px;
}
.postid-32226 .buy_now_button{
  display: none;
}
.postid-32226 #add-to-cart-btn{
  display: none;
}
.postid-11531 #add-to-cart-btn{
  display: none;
}
.woocommerce-password-strength.short , .woocommerce-password-strength.bad , .woocommerce-password-strength.good , .woocommerce-password-strength.strong{
  padding-top: 15px;
}
/* .tabs-wrapper .tab-content ul li::before {
  content: "►";
  color: #0db1c9; 
  position: absolute;
  left: -20px;
} */
/* .tabs-wrapper .tab-content ul li:not(:has(span.label.label-success)):before {
  content: "►";
  color: #0db1c9;
  position: absolute;
  left: -20px;
} */

button.delete-selected:hover , button.pt-update-cart:hover, a#empty-cart-link:hover, .checkout-button:hover{
  background-color: #0DB1C9 !important;
  color: white !important;
}
.btnn-white:hover .btn-white svg {
  fill: white !important; 
}
abbr.required {
  color: red !important;
}
#add-to-cart-btn:hover{
  background-color: #0DB1C9 !important;
  color: white !important; 
}
.btn-white:hover{
  background-color: #0DB1C9 !important;
  color: white !important;
}
.btn-white:hover svg {
  fill: white !important; 
}
.popular-selling-price span {
  font-size: 20px;
}
.popular-selling-price{
  display: flex;
  justify-content: space-between;
}
.license-text-info-box{
  display: flex;
  flex-direction: column;
}
.license-text-info-box label{
  display: flex;
  margin-bottom: 15px;
  font-size: 14px;
}
p.license-text {
  font-size: 15px;
  line-height: 23px;
}
.loading {
  display: none;
  color: #fff;
  background: #000;
  padding: 10px;
  border-radius: 5px;
}
button.group_product_button.single_add_to_cart_button.button.alt.btn.btn-primary:hover {
  background: #0db1c9 !important;
  color: #fff !important;
}
button.single_add_to_cart_button.button.alt:hover{
  background: #0db1c9 !important;
  color: #fff !important;
}
.wp-caption {
  max-width: 100%;
}
.label-success {
  background-color: #5cb85c;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label-tweak {
  background-color: #f0ad4e;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label-danger {
  background-color: #d9534f;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label-info {
  background-color: #5bc0de;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.changelog-label{
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.wpas-help-block{
  padding-top: 10px !important;
  font-size: 14px !important; 
  color: rgb(71, 74, 75) !important;
}
.woocommerce-page p.form-row-last, .woocommerce-page p.form-row-first {
  float: left;
  width: 100%;
}
.woocommerce-page p.form-row-first {
  margin-right: 4%;
}
/* .woocommerce-page p.form-row-last, .woocommerce-page p.form-row-first {
  float: left;
  width: 48%;
} */
.slide-content span.p-2lines {
  font-size: 16px !important;
  line-height: 25px !important;
  color: #5D6E82;
  margin-bottom: 15px;
}
a.new-releases-item-bottom:hover {
  background-color: #0DB1C9 !important;
  color: #FFF !important;
  border: 1px solid #0DB1C9 !important;
}
#product-44046 .products-detail .right{
  width: 372px !important;
}
.license-btn-all-variations{
  margin-right: 1px !important;
}

span.required {
  color: red !important;
}
h6.p-2lines {
  min-height: 50px;
}
.woocommerce-error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}
#installation ol {
  padding-left: 50px !important;
}
.woocommerce-page .shop_table {
  margin-top: 4px;
  width: 100%;
  border-left: none !important;
  border-right: none !important;
}
ul.wc-item-meta li .wc-item-meta-label {
  margin-top: 6px;
  font-size: 15px;
  color: #474a4b;
}
.woocommerce-page .shop_table thead th {
  padding-bottom: 10px;
  font-size: 15px;
  color: #474a4b;
}
.woocommerce-page .shop_table th:last-child, .woocommerce-page .shop_table td:last-child {
  padding-right: 20px;
  text-align: right;
}
.woocommerce-page .shop_table th.product-quantity {
  text-align: left;
}
.woocommerce-page .shop_table tbody td.product-name {
  word-break: break-all;
  padding: 0 15px;
  width: 35%;
}
.page-id-100 .product-quantity{
  border: none !important;
  display: inline !important;
}
.woocommerce-page .shop_table tfoot td, .woocommerce-page .shop_table tfoot th {
  padding: 15px 0;
  font-size: 15px;
  line-height: 23px;
  color: #474a4b;
}
.woocommerce-page .shop_table th, .woocommerce-page .shop_table td {
  border-bottom: 1px solid #e9e9e9;
}
ul.wc-item-meta {
  padding-left: 40px;
}
.wc_payment_method label {
  color: #222;
}
.about_paypal , .payment_method_paypal a , .woocommerce-terms-and-conditions-link{
  font-weight: 600;
}
.shop_table #place_order{
  padding: 5px !important;
}
.woocommerce-page .order_details tbody td.product-name {
  word-break: break-all;
  padding: 15px 15px;
  width: 100%;
}
.page-id-101 .product-quantity{
  display: inline;
  border: none;
}

.page-id-101 td.woocommerce-table__product-name.product-name a {
  font-size: 18px !important;
}
.page-id-101 .woocommerce-table{
  border: none;
}
tr.woocommerce-table__line-item.order_item .product-name ul.wc-item-meta li p{
  padding-top: 2px;
  font-size: 15px;
  color: #474a4b;
}
#list-icon .adjust-btn, #grid-icon .adjust-btn{
  font-size: 12px !important;
  color: #222 !important;
  border: 1px solid #222;
}
#list-icon .adjust-btn:hover, #grid-icon .adjust-btn:hover{
  background-color: #0DB1C9 !important;
  color: white !important;
  border: 1px solid #0DB1C9 !important;
}

#list-icon .btn-price-bar .prices .prices-inner {
  padding-right: 5px;
  
}
.fa-lg{
  height: 25px !important;
  width: 25px !important;
}
.add-project .new-label {
  padding: 3px 6px !important;
}
#changelog .content ul li {
  list-style-type: none !important;
}
#changelog .content ul{
  padding-left: 10px !important;
  margin-bottom: 14px;
}
/* Password Eye Icon */
.password-container {
  position: relative;
}

.password-input {
  padding-right: 30px; /* Adjust based on icon size */
}

.password-toggle-icon {
  position: absolute;
  right: 10px; /* Adjust based on your preference */
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

/* Password Eye Icon End */

.page-id-100 .wc_payment_method label {
  color: white !important;
  padding-left: 30px !important;
}
.bundles{
  justify-content: flex-end !important;
}

.buy-now-btn{
  padding: 0 35px !important;
}

#site_credentials_field{
  display: inline-block;
  width: 48%;
  float: left;

}
#order_notes_field{
  display: inline-block;
  width: 48%;
  margin-left: 32px;
}

.woocommerce-thankyou-order-received{
  padding-top: 80px;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #474a4b !important;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  padding-left: 50px;
  padding-bottom: 30px;
}

h2.woocommerce-order-downloads__title {
  line-height: 35px;
  font-weight: normal;
  font-style: normal;
  color: #474a4b;
  font-size: 30px;
}
span.nobr {
  font-size: 15px;
  color: #474a4b;
  line-height: 23px;
}
.shop_table_responsive a {
  font-size: 15px;
  line-height: 23px;
}
.woocommerce-order-downloads .woocommerce-table{
  border-top: none;
  border-left: none;
  border-right: none;
}
.woocommerce-order-details .order_details{
  border-top: none;
  border-left: none;
  border-right: none;
}
strong.wc-item-meta-label {
  font-weight: 500;
}
span {
  font-size: 16px !important;
  line-height: 23px !important;
  /* color: #474a4b !important; */
}
strong.product-quantity {
  font-size: 15px;
  line-height: 23px;
}
span.lmfwc-myaccount-license-key {
  font-size: 13px !important;
  line-height: 23px !important;
}
.lmfwc-myaccount-license-key strong {
  font-size: 15px !important;
  line-height: 23px !important;
  color: #474a4b !important;
}
.woocommerce-page .shop_table tbody td {
  padding: 10px 0;
}

.woocommerce-customer-details{
  padding-top: 20px !important;
}

.customer_details th {
  font-size: 15px !important;
  line-height: 23px !important;
  font-weight: 500 !important;
  color: #474a4b !important;
}
.customer_details td {
  font-size: 15px !important;
  line-height: 23px !important;
  font-weight: 400 !important;
  color: #474a4b !important;
}
.woocommerce-customer-details h3.woocommerce-column__title {
  padding-top: 30px;
  font-size: 24px;
  line-height: 28px;
  color: #474a4b;
  font-weight: normal;
}

.woocommerce-customer-details address {
  font-size: 15px;
  line-height: 21px;
  font-weight: 400;
  color: #474a4b;
}
.page-id-101 p {
  font-size: 15px;
  line-height: 23px;
  color: #474a4b;
}
td.download-remaining , td.download-expires{
  padding-left: 15px !important;
}
#changelog h4,  #installation h4{
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
}

.tabs-wrapper .tab-content ul li.new-feature:after {
  content: "New!";
  position: absolute;
  padding: 0px 7px;
  color: #e65009;
  font-size: 11px;
  line-height: 19px;
  text-transform: uppercase;
  margin-left: -3px;
  font-weight: 500;
}
.wp-caption-text{
  text-align: center !important;
}

span.features {
  font-size: 15px !important;
  color: #474a4b !important;
} 

.proceed-to-paypal {
  min-width: 276px;
  background-color: transparent;
  text-transform: uppercase;
  border: 1px solid #0DB1C9;
}

.checkout-button{
  min-width: 291px;
  background-color: transparent;
  margin: 0 auto;
  text-transform: uppercase;
	border: 1px solid #0DB1C9;
	border-radius:25px;
} 
h5.p-1lines {
  font-size: 20px !important;
  line-height: 25px !important;
  color: #222222 !important;
}
h4.p-1lines {
  font-weight: normal;
}
a.btn-white.adjust-btn.buy-now-btn {
  font-size: 12px !important;
  line-height: 16px !important;
  color: #222222 !important;
}
.popular-selling-from{
  font-size:12px !important;
  color:#5D6E82 !important;
}
.error {
  padding-top: 10px;
  color: red;
  font-size: 14px;
  font-weight: 400 !important;
}
.wpcf7 form.invalid .wpcf7-response-output{
  border: 0px !important;
}

/* .page-id-101 .subscribe-main{
  padding-top: 170px !important;
} */
.footer-btns .footer-left{
  padding-left: 20px;
}
#wpas_ticketlist tr td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  text-align: left;
}
#wpas_ticketlist tbody tr , #wpas_ticketlist thead tr {
  border-bottom: 1px solid #e3e3e3;
}
#wpas_ticketlist thead tr th {
  text-align: left;
  padding-bottom: 10px;
}
#wpas_ticketlist tbody tr td, #wpas_ticketlist tbody tr td a{
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}
.wpas-ticket-details-header thead tr th , .wpas-ticket-details-header tbody tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
.wpas-ticket-details-header thead tr th {
  border-bottom: 1px solid #e3e3e3;
}

/* Nabeel CSS */
.banner-sr-btn{
  background-color: #0DB1C9;
  border:none;
}
.subscribe-main .content-box .form-box form .btn-main:hover input{
color: #ffffff;
}
#pt-login-form .form-row .inline{
margin-top: 10px;
}
@media (min-width: 800px){
  /* .woocommerce-page p.form-row-last, .woocommerce-page p.form-row-first {
    float: left;
    width: 48%;
  } */
  #registration_form p:nth-child(3){
    margin-top: 10px;
  }
}
@media (min-width: 1400px) {
  .woocommerce-account .navigation li {
    width: 20%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .woocommerce-account .navigation li {
    width: 219px;
  }
  .woocommerce-checkout .checkout-section #order_notes_field, .woocommerce-checkout .checkout-section #site_credentials_field {
    width: 47.5%;
  }
}
@media (min-width: 800px) and (max-width: 1199px) {
  /* .woocommerce-page p.form-row-last, .woocommerce-page p.form-row-first {
    float: left;
    width: 48%;
  } */
  #registration_form p:nth-child(3){
    margin-top: 10px;
  }
  .woocommerce-account .navigation li {
    width: 226px;
  }
}
.woocommerce-account .woocommerce-Address{
width: 100%;
}
.woocommerce-account button.button {
  background: #0db1c9 0% 0% no-repeat padding-box;
  text-align: left;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  font-size: 14px;
  line-height: 20px;
  padding: 11px 30px;
  border-radius: 24px;
  text-transform: capitalize;
  border: none;
}
.woocommerce-account span.select2-selection.select2-selection--single {
  background: #f9f9fb;
  color: #5D6E82;
  border-radius: 10px;
  min-height: 60px;
  margin-top: 10px;
  resize: none;
}
.woocommerce-account span.select2-selection__arrow {
  top: 25px !important;
}
.woocommerce-account p#billing_first_name_field, .woocommerce-account p#billing_last_name_field {
  width: 48%;
  display: inline-block;
}
.woocommerce-account .is-error, .woocommerce-account .is-success {
  margin-top: 15px;
  margin-left: 15px;
}
.woocommerce-account .is-success {
 color: #0DB1C9;
 font-weight: 500;
}
.woocommerce-address-fields {
  margin-top: 20px;
}
.woocommerce-account .select2-container--default .select2-results>.select2-results__options {
  max-height: 220px !important;
}
.pagination span.page-link {
  -webkit-box-align: center;
  color: #222222;
  opacity: 1;
  width: 40px;
  height: 40px;
  background: #f5f7fa 0% 0% no-repeat padding-box;
  border-radius: 100%;
}
.pr-btn-info {
  font-size: 12px !important;
  font-style: italic;
}
#sp_gp_loader  {
  display: none; /* Initially hidden */
  position: absolute;
  right: 18%;
  top: 46%;
  transform: translate(-50%, -50%);
  border: 6px solid #f3f3f3; /* Light gray */
  border-radius: 50%;
  border-top: 6px solid #0db1c9; /* Blue */
  width: 25px;
  height: 25px;
  animation: prspin 1s linear infinite;
  z-index: 9999;
}

@keyframes prspin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.single-product.postid-44046 .regular-gc, .single-product.postid-44046 .extended-gc{
display: none;
}
.single-product.postid-44046 button#extended {
  margin-left: -1px;
}
.woocommerce-checkout #coupon_code{
  border: none;
}
.checkout-coupon-form-wrap button{
  border: none;
}
input#coupon_code:focus-visible {
  outline: 0px;
}
.subscribe-main .content-box .form-box form .input-control input[type="email"]:focus-visible{
  outline: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){
  .woocommerce-checkout .checkout-section #order_notes_field, .woocommerce-checkout .checkout-section #site_credentials_field {
    width: 46.5%;
  }
}
@media (max-width: 992px){
  .woocommerce-checkout .checkout-section .checkout-wrapper .col.left {
    margin-right: 0px !important;
  }
  .woocommerce-checkout .checkout-section #order_notes_field, .woocommerce-checkout .checkout-section #site_credentials_field {
    display: inline-block;
    width: 100%;
    margin-left: 0px !important;
  }
  .woocommerce-product-search .search-submit {
    width: 100%;
    margin-top: 20px;
    border-radius: 25px;
  }
  .woocommerce-product-search .search-submit i.fa.fa-search {
    margin-bottom: 4px;
  }
}
.woocommerce-checkout .login-form-wrapper .login-part-form .col-12{
  display: inline !important;
  width: inherit !important;
}
.cart_totals table {
  border: 0px !important;
}
.login-form-content .box p{
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #5d6e82;
}
.login-form-content {
  padding: 0rem 1.5rem  !important;
}
.woocommerce-checkout .login-form-wrapper, .woocommerce-checkout .coupon-form-wrapper, .woocommerce-checkout-review-order,  .woocommerce-checkout .woocommerce-billing-fields {
  border: 1px solid #ececec;
  border-radius: 10px;
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .woocommerce-billing-fields .woocommerce-order-fields__field-wrapper {
  padding: 30px;
}
.woocommerce .woocommerce-billing-fields h3{
  border-bottom: 1px solid #ececec;
  padding: 5px 30px 16px;
}
.woocommerce-checkout .woocommerce-billing-fields:nth-child(2) {
  /* margin-top: 20px; */
}
section.new-releases div.support-prestiger{
  margin-top: 80px;
}
.search-submit i.fa.fa-search {
  color: #fff;
}

span.p-4lines p{
  margin: 0 !important;
}
#grid-icon .p-4lines{
  height: 98px !important;
}
#grid-icon .product-item {
  min-height: auto !important;
}
.woocommerce-lost-password section.new-releases div.support-prestiger {
  margin-top: 226px;
}
.woocommerce-lost-password .entry-content .container {
  padding: 20px;
}
/* input:not(input[type="submit"], .subscribe-main .content-box .form-box form .input-control input[type="email"], .search-input-box input[type="search"]) {
  background: #f9f9fb !important;
    color: #5D6E82 !important;
    border-radius: 10px !important;
    resize: none !important;
    outline:none !important;
    border: 1px solid #ced4da !important;
} */
 input, textarea {
  outline:none !important;
 }
.woocommerce-account input.woocommerce-Input{
  background: #f9f9fb !important;
  color: #5D6E82 !important;
  border-radius: 10px !important;
  resize: none !important;
  outline:none !important;
  border: 1px solid #ced4da !important;
}
.pt-con-frm label {
  /* font-family: 'Inter'; */
  font-size: 16px;
}
.pt-con-frm input:not(input[type="submit"]), .pt-con-frm textarea {
  background: #f9f9fb;
  border: 1px solid #ced4da;
  color: #474a4b;
}
.pt-con-frm .wpcf7-not-valid-tip{
  margin-bottom: -15px;
  margin-top: 2px;
}
.pt-con-frm .msg-area .wpcf7-not-valid-tip{
  margin-bottom: -5px !important;
}
.pt-con-frm form {
  position: absolute;
  z-index: 2;
}

/* #pr-list-form {
  visibility: hidden;
} */

/* Initially hide the element */
.fade-in-hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out, visibility 1s;
}

/* Show the element with fade-in effect */
.fade-in-visible {
  opacity: 1;
  visibility: visible;
}

/* span.select2-results {
  border: 1px solid #c2d1d9;
} */
span.select2-results {
  /* border: 2px solid #0db1c9; */
  border: 1px solid #a6ebf6;
}

ul.select2-results__options::-webkit-scrollbar {
  width: 6px;
  background: #f1f1f1;
}
ul.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #3c3d3b;
  height: 30%;
  max-height: 30%;
}
ul.select2-results__options::-webkit-scrollbar-thumb {
  background: #3c3d3b;
  border-radius: 50px;
}
ul.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.feature-collection-slider.slick-slider .slick-track .slick-slide .slide-content:hover .content h6 {
  color: #0db1c9;
}
@media (max-width: 767px) {
  .new-releases-item.expanded {
    top: 160px;
  }
  .col-xl-3.col-lg-6.col-md-6.order-xl-5.order-lg-5.order-md-5.mb-4 .new-releases-item {
    top: 158px;
  }
  .new-releases{
    margin-bottom: 220px;
  }
  .new-releases .new-releases-item .item-content{
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199) {
  .col-xl-6.col-lg-12.col-md-12.order-xl-4.order-lg-4.order-md-4.mb-4 {
    margin-top: -32px;
  }
}

.single-ticket tr.wpas-reply-single td:nth-child(2) {
  width: 1199px;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.single-ticket .wpas-reply-meta {
  display: flex;
  justify-content: space-between;
}
.single-ticket .wpas-reply-content.wpas-break-words {
  text-align: left;
  margin-top: 10px;
}
.single-ticket .wpas-user-profile img.avatar {
  border-radius: 4px;
}
.single-ticket .wpas.wpas-ticket-details {
  margin-bottom: 80px;
}
.single-ticket .wpas-reply-content p {
  font-size: 16px;
}
.single-ticket a#toReply, .single-ticket a#replies-backtotop {
  color: #0db1c9;
  font-size: 16px;
  text-decoration: none;
}
.single-ticket a#toReply:hover, .single-ticket a#replies-backtotop:hover {
  color: #222222;
}
.single-ticket .backtoreplyform {
  text-decoration: none;
}
.single-ticket .wpas-ticket-details h3 {
  margin-top: 15px;
}
.wpas-reply-single td:hover .wpas-human-date {
  display: block;
}
.wpas-reply-single td:hover .wpas-date-ago {
  display: none;
}
#privacy-option-content {
  width: 70% !important;
  height: 80% !important;
  position: absolute !important;
  color: #000;
  background-color: #eee;
  top: 10% !important;
}
.woocommerce-cart .discount-box-form #coupon_code {
  width: 70% !important;
}

.xoo-wsc-qty-price .product-price del {
display: none;
}
/* Hide count */ 
/* span.xoo-wsc-sc-count { display: none; } */
/* Hide subtotal */ 
span.xoo-wsc-sc-subt { display: none; }
/* Icon font Size */ 
span.xoo-wsc-sc-bki { font-size: 20px; }

.xoo-wsc-sm-left .variation-License p{
  line-height:20px;
  color: #0db1c9 !important;
  }
  .xoo-wsc-products .xoo-wsc-product{
    margin: 0;
  }
  .xoo-wsc-products .xoo-wsc-img-col {
    width: 20%;
  }

  .xoo-wsc-product dl.variation dt{
    font-style: normal;
    font-weight: 500;
  }

.xoo-wsc-sm-left span.xoo-wsc-pname a {
    font-weight: 500;
  }
  .xoo-wsc-sm-left .xoo-wsc-product dl.variation dt{
    font-weight: 500;
  }
  
.cart-wrapper {
  position: relative;
}

.mini-cart {
  position: fixed;
  transition: 500ms ease-in-out;
  right: -100%;
  top: 0;
  width: 420px;
  height: calc(100vh - 20px);
  padding: 10px;
}
.mini-cart.active {
  right: 0%;
}
.mini-cart_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 20px 0px; */
  border-bottom: 1px solid #F2F2F2;
}
.mini-cart_header span {
  display: flex;
  align-items: center;
  gap: 30px;
}
.mini-cart_header h4 {
  font-size: 20px;
  font-weight: 500;
}
.mini-cart_header h5 {
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}
.mini-cart_header svg {
  cursor: pointer;
}
.mini-cart_body {
  height: calc(100% - 200px);
  overflow: auto;
}
.mini-cart_body .shopping-list .shopping-item {
  display: flex;
  gap: 15px;
  padding: 20px 0px;
  border-bottom: 1px solid #F2F2F2;
}
.mini-cart_body .shopping-list .shopping-item_left {
  width: 100px;
  height: 100px;
  background-color: #F6F7F7;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mini-cart_body .shopping-list .shopping-item_center {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 160px);
}
.mini-cart_body .shopping-list .shopping-item_center h5 {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mini-cart_body .shopping-list .shopping-item_center h4 {
  font-size: 16px;
  font-weight: 500;
}
.mini-cart_body .shopping-list .shopping-item_center h4 span {
  color: #5D6E82;
  text-decoration: line-through;
  font-weight: 400;
}
.mini-cart_body .shopping-list .shopping-item_right svg {
  cursor: pointer;
}
.mini-cart_footer {
  padding: 20px;
}
.mini-cart_footer .subtotal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mini-cart_footer .subtotal h5 {
  font-size: 20px;
  font-weight: 500;
  color: #222222;
}
.mini-cart_footer .btn-group {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.mini-cart_footer .btn-group .custom-btn {
  font-size: 15px;
  font-weight: 400;
  border-radius: 25px;
  padding: 15px;
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
.mini-cart_footer .btn-group .custom-btn.xoo-wsc-ft-btn-cart {
  background-color: #0DB1C9;
  border: 1px solid #0DB1C9;
  color: white;
}
.mini-cart_footer .btn-group .custom-btn.xoo-wsc-ft-btn-cart:hover {
  background-color: white;
  color: #0DB1C9;
}
.mini-cart_footer .btn-group .custom-btn.xoo-wsc-ft-btn-checkout {
  background-color: white;
  color: #0DB1C9;
  border: 1px solid #0DB1C9;
}
.mini-cart_footer .btn-group .custom-btn.xoo-wsc-ft-btn-checkout:hover {
  background-color: #0DB1C9;
  color: white;
}/*# sourceMappingURL=style.css.map */
.products-list-grid .pagination {
  margin-top: -47px;
  margin-bottom: 30px;
}
.share-img{
  width: 16px;
}

footer .social-icons ul li a i.fa-x-share {
  background-color: #000;
}
.navbar-expand-xl .navbar-collapse{
  margin: auto;
}
.entry-content .add-project{
  margin-bottom: 30px;
}

.contact-map iframe{
  width: 100%;
  min-height: 495px;
}
.hide{
  display:none;
}
.new-contact-form{
  margin-top: 15px;
}


/*.home .content{
  margin-top: 20px;
}*/

.new-releases .explore {
  align-content: end;
}


@media (max-width: 500px) {
  .chat-widget {
    position: relative;
    width: 90%;
  }
  .contact-map iframe{
    min-height: 200px;
  }
  .login-banner .left .content h1{
    width: 100%;
  }
}
#documentation img {
  max-width: 100%;
  height: auto;
}

section.products-detail .main-bar .detail-bar-left .rating span {
  font-size: 14px !important;
  margin-left: 0px !important;
}
section.products-detail .main-bar .detail-bar-left .rating{
  margin-bottom: 5px !important;
}
.single.single-product section.products-detail .content a.btn-white.adjust-btn.add-to-cart-ajax {
  margin-left: unset;
}
section.products-detail .list.mb-4 {
  margin-bottom: 20px !important;
}
section.product-banner-box .breadcrumb .breadcrumb-item:last-child a, .breadcrumb .breadcrumb-item.text-active {
  color: #222 !important;
}
div#pum_popup_title_66046 {
  text-align: center ;
  font-weight: 500;
}
.woocommerce-page .cart-total .shop_table tr.order-total td {
  border: none;
}
.woocommerce-page .cart-total .shop_table tr.cart-subtotal td {
  border-top: 1px solid #ededed;
}
section.cart-section .cart-page-total .cart_totals {
  margin-top: 0px;
}
.woocommerce-page section.cart-section .cart-table .shop_table thead th {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.woocommerce-page section.cart-section .cart_totals table tbody tr td {
  line-height: 44px;
}
span.variation-license-val{
  font-weight: 500;
  color:#0db1c9;
}
.woocommerce-billing-fields{
  margin-bottom: 20px;
}
.checkout-wrapper .col.left{
  margin-right: 20px;
}
#request-form #project-description{
 min-height: 100px;
}
.new-project{
  margin-top: 5px;
}
.woocommerce-checkout .woocommerce-billing-fields .woocommerce-order-fields__field-wrapper:last-child{
  padding-bottom: 20px;
}

.feature-collection-slider.slick-slider .slick-track .slick-slide .slide-content .content{
  padding: 30px;
  margin: 0;
}

.feature-collection-slider.slick-slider .slick-track .slick-slide .slide-content .content a{
  margin-bottom: 10px;
    display: block;
  }

  .feature-collection-slider.slick-slider .slick-track .slick-slide .slide-content .content h6 {
    font-size: 20px;
    line-height: 120%;
    color: #222222;
    font-weight: normal;
    margin-bottom: 0;
  }
  .checkout_coupon .coupon-error-notice{
    display: none;
  }
  span.woocommerce-terms-and-conditions-checkbox-text a.popmake-66046 {
    z-index: 99;
    position: relative;
    font-weight: 700 !important;
}
.pum-content.popmake-content {
  height: 600px;
  overflow: auto;
}
/* For WebKit Browsers (Chrome, Safari, Edge) */
.pum-content.popmake-content::-webkit-scrollbar {
  width: 8px; /* Width of the scrollbar */
}

.pum-content.popmake-content::-webkit-scrollbar-track {
  background: #f1f1f1; /* Light background for track */
  border-radius: 10px;
}

.pum-content.popmake-content::-webkit-scrollbar-thumb {
  background: #888; /* Darker scrollbar color */
  border-radius: 10px;
}

.pum-content.popmake-content::-webkit-scrollbar-thumb:hover {
  background: #555; /* Even darker on hover */
}

/* For Firefox */
.pum-content.popmake-content {
  scrollbar-width: auto; /* Makes the scrollbar thinner */
  scrollbar-color: #888 #f1f1f1; /* Thumb color and track color */
}

/* Optional: If Safari doesn’t fully support custom scrollbars, force a slight padding to avoid overlap */
@supports not (scrollbar-width: auto) {
  .pum-content.popmake-content {
    padding-right: 10px; /* Prevents content from shifting */
  }
}

.cart-section .cart-table .product-title span {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.cart-table .license-variations-main dt.variation-license {
  font-weight: 400;
}
.cart-section .cart-table .product-price span, .cart_totals table tbody tr td:last-child {
  font-weight: 400 !important;
}
.woocommerce-page .cart-total .shop_table tr.order-total td  {
font-size: 18px;
}
.woocommerce-page .cart-total .shop_table tr.order-total .woocommerce-Price-amount.amount {
font-weight:400;
}
.woocommerce-page .cart_totals table tbody tr td:first-child {
  font-weight: 400;
  padding-left: 22px;
}
.woocommerce-cart .discount-box .heading h6 {
  font-weight: 400;
}
.woocommerce-cart .cart_totals h6{
font-weight:400;
}
.woocommerce-page section.cart-section .cart-table .shop_table thead th {
font-weight:400;
}
.woocommerce-cart.woocommerce-page .shop_table th:last-child {
text-align:center;
}
section.support-sec:not(.home.page-template section.support-sec){
  background-image: url(/wp-content/themes/pt_marketplace/assets/images/new-release-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 70px;
  width: 100%;
  /* margin: 150px 0; */
  margin-top: 100px;
  padding-bottom: 50px;
}
/*.support-prestiger .content:not(.home.page-template .support-prestiger .content) {
  margin-top: -100px;
}*/
.wpas-pagi-loader{
  display: none;
}
