* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;
}

ul li {
  list-style: none;
}

ul li a {
  text-decoration: none;
}

ol,
ul {
  padding-left: 0px;
}

dl,
ol,
ul {
  margin-top: 0;

  margin-bottom: 0px;
}

a {
  text-decoration: none;
}

body {
  background: #fff;
}

@font-face {
  font-family: "WorkSans-Light";

  src: url(../font/WorkSans-Light.ttf);
}

@font-face {
  font-family: "WorkSans-Thin";

  src: url(../font/WorkSans-Thin.ttf);
}

@font-face {
  font-family: "WorkSans-Regular";

  src: url(../font/WorkSans-Regular.ttf);
}

@font-face {
  font-family: "WorkSans-Medium";

  src: url(../font/WorkSans-Medium.ttf);
}

@font-face {
  font-family: "WorkSans-SemiBold";

  src: url(../font/WorkSans-SemiBold.ttf);
}

@font-face {
  font-family: "WorkSans-Bold";

  src: url(../font/WorkSans-Bold.ttf);
}

@font-face {
  font-family: "WorkSans-ExtraBold";

  src: url(../font/WorkSans-ExtraBold.ttf);
}

.my-100 {
  margin-top: 100px;
}

.mxy-50 {
  margin: 50px 0px;
}

.mxy-100 {
  margin: 100px 0px;
}

.pr-40 {
  padding-right: 40px;
}

.pad-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.primary-color1 {
  color: #e3e3e3;
}

.primary-color2 {
  color: #fdfdfd !important;
}

.primary-color3 {
  color: #bac4ca !important;
}

.header {
  position: relative;

  width: 100%;
}

.navbar {
  width: 100%;

  background: #113753;

  box-shadow: none;

  padding: 0px;
}

.navbar-box {
  display: flex;

  width: 100%;
}

.navbar-collapse {
  width: 100%;

  padding: 0px 100px;

  justify-content: space-between;
}

.logo-bg {
  position: relative;

  background: #f8925b;

  padding: 0px 40px 0px 100px;

  margin-right: 0;
}

.navbar .navbar-brand img {
  width: 120px;
}

.navbar-nav li {
  padding: 0px 20px;
}

.navbar-nav .nav-item .nav-link {
  font-family: "WorkSans-SemiBold";

  font-size: 18px;

  line-height: 22px;

  color: #fff;

  padding: 0px;

  cursor: pointer;
}

.navbar-toggler {
  border: none;

  padding: 0;

  min-width: 60px;
}

.navbar-toggler:focus {
  outline: none;

  box-shadow: none;
}

.navbar-toggler-icon {
  filter: brightness(0) invert(1);
}

.navbar-nav .nav-item a:hover {
  color: #f8925b;
}

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

.dropdown-menu {
  background: #fff;

  border-radius: 0;

  top: 40px !important;

  padding: 10px 20px;

  width: max-content;
}

.dropdown-menu li {
  padding: 0;
}

.dropdown-item {
  position: relative;

  font-family: "WorkSans-Regular";

  font-size: 16px;

  line-height: 22px;

  color: #172332;

  padding: 10px 0px;

  white-space: normal;
}

.dropdown-toggle::after {
  width: 8px;

  height: 8px;

  border-style: solid;

  border-color: #fff;

  border-width: 0px 1px 1px 0px;

  transform: rotate(45deg);

  transition: border-width 150ms ease-in-out;

  margin-left: 10px;

  vertical-align: middle;
}

.navbar-nav .nav-item a:hover.dropdown-toggle::after {
  border-color: #f8925b;

  transform: rotate(225deg);
}

/* .dropdown:hover .menu-show {

  display: block;

} */

.search-input {
  position: relative;

  font-family: "WorkSans-Regular";

  font-size: 16px;

  line-height: 22px;

  color: #c2cbd3;

  border: 0;

  border-bottom: 1px solid #c2cbd3;

  background: transparent;

  padding-bottom: 10px;
}

::placeholder {
  color: #c2cbd3;
}

.search-input:focus {
  outline: 0;
}

.nav-icon {
  position: relative;

  color: #c2cbd3;

  font-size: 18px;

  margin-left: -30px;
}

.nav-social-icon {
  position: relative;

  color: #fff;

  font-size: 24px;

  margin: 0px 10px;
}

.cart-items {
  position: relative;

  font-family: "WorkSans-Regular";

  color: #fff;

  font-size: 16px;

  line-height: 17px;

  border-radius: 50px;

  background: #f8925b;

  text-align: center;

  padding: 3px 8px;
}

.footer-box {
  padding-top: 40px;

  position: relative;

  background-color: #113753;
}

.footer-title {
  position: relative;

  font-family: "WorkSans-Medium";

  font-size: 18px;

  line-height: 22px;

  color: #fff;
}

.footer-subtext {
  position: relative;

  font-family: "WorkSans-Regular";

  font-size: 15px;

  line-height: 32px;

  color: #fff;

  margin-bottom: 2px;
}

.social-media-icon {
  position: relative;

  font-size: 18px;

  color: #f8925b;
}

.copy-right-box {
  position: relative;

  font-family: "WorkSans-Regular";

  font-size: 16px;

  line-height: 22px;

  color: #fff;

  padding: 15px 0px;

  text-align: center;

  border-top: 1px solid #fdfdfd;

  margin-top: 50px;
}

.copy-right-box a {
  color: #f8925b;
}

.dropdown-menu .dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu .dropdown-menu {
  top: 0 !important;

  left: 110%;
}

.menu-show .dropdown-toggle::after {
  border-color: #172332;

  transform: rotate(315deg);
}

.dropdown-item:focus {
  outline: none !important;

  box-shadow: none !important;

  background-color: inherit;
}

.img-box {
  position: relative;

  width: 100%;
}

.banner-bg {
  position: relative;

  background-image: url(../images/banner-bg.png);

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  background-color: #ebebeb !important;
}

.banner-slide-box {
  position: relative;

  padding: 100px 0px;
}

.banner-img {
  position: relative;

  width: 100%;

  border-radius: 15px;
}

.banner-subtitle {
  position: relative;

  font-family: "WorkSans-Medium";

  font-size: 26px;

  line-height: normal;

  color: #000;

  margin-bottom: 20px;
}

.banner-title {
  position: relative;

  font-family: "WorkSans-Bold";

  font-size: 58px;

  line-height: normal;

  color: #00643c;

  text-transform: uppercase;
}

.banner-p {
  position: relative;

  font-family: "WorkSans-Regular";

  font-size: 18px;

  line-height: 28px;

  color: #000;

  padding-top: 15px;

  padding-bottom: 40px;
}

.category-bg-box::before {
  position: absolute;

  content: "";

  background: #113753;

  height: 100px;

  width: 100%;

  top: 0;
}

.col-category {
  flex: 0 0 auto;

  width: 16.66666667%;
}

.category-box {
  position: relative;

  width: 100%;

  padding: 15px;

  background: #fff;

  border-radius: 10px;

  cursor: pointer;

  margin-top: 30px;
}

.category-img-box {
  position: relative;

  padding: 40px;

  margin-bottom: 20px;

  text-align: center;
}

.category-img-box .img-box {
  max-width: 60px;
}

.category-name {
  position: relative;

  font-family: "WorkSans-Medium";

  font-size: 16px;

  line-height: 20px;

  color: #113753;

  margin-bottom: 0;

  text-align: center;
}

.category-img-box::before {
  position: absolute;

  content: "";

  width: 50px;

  height: 15px;

  right: 0;

  overflow: hidden;

  top: 0;

  border-top: 2px solid #f8925b;

  border-right: 2px solid #f8925b;
}

.category-img-box::after {
  position: absolute;

  content: "";

  width: 50px;

  height: 15px;

  left: 0;

  overflow: hidden;

  bottom: 0;

  border-bottom: 2px solid #f8925b;

  border-left: 2px solid #f8925b;
}

.zoom-out {
  transition: transform 0.8s ease;
}

.category-box:hover .zoom-out {
  transform: scale(0.9);
}

.category-box:hover .category-img-box::before {
  border-top: 2px solid #113753;

  border-right: 2px solid #113753;
}

.category-box:hover .category-img-box::after {
  border-bottom: 2px solid #113753;

  border-left: 2px solid #113753;
}

.category-box:hover .category-name {
  color: #f8925b;
}

.sec-title {
  position: relative;

  font-family: "WorkSans-SemiBold";

  font-size: 38px;

  line-height: 52px;

  color: #113753;

  padding-left: 15px;

  padding-bottom: 10px;

  display: inline-block;
}

.sec-title::after {
  position: absolute;

  content: "";

  width: 75%;

  height: 15px;

  left: 0;

  overflow: hidden;

  bottom: 0;

  border-bottom: 2px solid #5880b7;

  border-left: 2px solid #5880b7;
}

.primary-btn {
  position: relative;

  font-family: "WorkSans-Medium";

  font-size: 16px;

  line-height: 22px;

  color: #113753;

  border: 1px solid #113753;

  border-radius: 2px;

  background: transparent;

  padding: 12px 40px;

  display: inline-block;

  white-space: nowrap;
}

.bi-arrow-right {
  margin-left: 10px;
}

.product-box {
  position: relative;

  border: 1px solid #e3e3e3;

  padding: 15px;

  margin-top: 30px;

  background: #fff;
}

.product-img {
  position: relative;

  width: 100%;

  margin-bottom: 15px;

  overflow: hidden;
}

.product-title {
  position: relative;

  font-family: "WorkSans-Medium";

  font-size: 20px;

  line-height: 30px;

  color: #113753;
}

.price-text {
  position: relative;

  font-family: "WorkSans-Bold";

  font-size: 20px;

  line-height: 30px;

  color: #113753;
}

.secondary-btn {
  position: relative;

  font-family: "WorkSans-Medium";

  font-size: 16px;

  line-height: 22px;

  color: #fff;

  border: 1px solid #f8925b;

  border-radius: 2px;

  background: #f8925b;

  padding: 12px 40px;

  display: inline-block;
}

.inner-img {
  transition: 0.2s;

  width: 100%;
}

.product-box:hover .inner-img {
  transform: scale(1.1);
}

.product-box:hover {
  cursor: pointer;

  border: 1px solid #f8925b;
}

.sec-vector-bg {
  position: relative;

  background: url(../images/box-vector.png);

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  width: 100%;

  padding: 80px 0px;
}

.btn-ab {
  position: absolute;

  right: 0;
}

p {
  position: relative;

  font-family: "WorkSans-Regular";

  font-size: 16px;

  line-height: 22px;

  color: #113753;
}

.sec-sub-title {
  position: relative;

  font-family: "WorkSans-Medium";

  font-size: 26px;

  line-height: 34px;

  color: #000;
}

.services-left-box {
  position: relative;

  background: #fff;

  padding: 20px;

  width: 100%;
}

.services-box {
  position: relative;

  display: flex;

  align-items: center;
}

.services-img-box img {
  position: relative;

  max-width: 70px;

  margin-right: 25px;
}

.ser-title {
  position: relative;

  font-family: "WorkSans-Medium";

  font-size: 18px;

  line-height: 28px;

  color: #113753;

  margin-bottom: 10px;
}

.ser-p-text {
  position: relative;

  font-family: "WorkSans-Regular";

  font-size: 16px;

  line-height: 22px;

  color: #587386;

  margin-bottom: 0;
}

hr {
  border-top: 1px solid #e3e3e3;

  opacity: 1;
}

.elephient-vector-img {
  position: absolute;

  bottom: 0;

  right: -130px;

  max-width: 280px;
}

.home-second-banner {
  position: relative;

  background: url(../images/home-second-banner.png);

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  width: 100%;

  padding: 80px 0px;
}

.second-banner-heading {
  position: relative;

  font-family: "WorkSans-Regular";

  font-size: 22px;

  line-height: 30px;

  color: #f8925b;
}

.second-banner-title {
  position: relative;

  font-family: "WorkSans-Regular";

  font-size: 32px;

  line-height: 42px;

  color: #fdfdfd;

  margin-bottom: 15px;

  display: inline-block;

  padding-right: 15px;
}

.third-btn {
  position: relative;

  font-family: "WorkSans-Medium";

  font-size: 16px;

  line-height: 22px;

  color: #fdfdfd;

  border: 1px solid #fdfdfd;

  border-radius: 2px;

  background: transparent;

  padding: 12px 40px;

  display: inline-block;
}

.second-banner-title::before {
  position: absolute;

  content: "";

  width: 50%;

  height: 30px;

  right: 0;

  overflow: hidden;

  top: -25px;

  border-top: 2px solid #f8925b;

  border-right: 2px solid #f8925b;
}

.tag-btn {
  position: absolute;

  font-family: "WorkSans-Medium";

  font-size: 16px;

  line-height: 22px;

  color: #fff;

  border: 0;

  border-radius: 2px;

  background: #113753;

  padding: 10px 20px;

  display: inline-block;

  z-index: 1;

  left: 0;

  top: 0;
}

.home-third-banner {
  position: relative;

  background: url(../images/home-Third-banner.png);

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  width: 100%;

  padding: 80px 0px;
}

.light-bg {
  position: relative;

  background: #f6f6f6;

  padding: 80px 0px;
}

.brand {
  margin-top: 50px;
}

.barnd-img {
  margin: 0px 20px;
}

.slider-container {
  width: 95%;
  margin-left: auto;
  max-width: 1920px;
}

.regular-img {
  margin-top: 30px;

  z-index: 1;
}

.img-slider {
  margin: 0px 10px;
}

.blok-shape-top {
  position: absolute;

  right: 10%;

  top: -80px;
}

.blok-shape-bottom {
  position: absolute;

  right: 10%;

  bottom: -22px;
}

.btn-ab1 {
  position: absolute;

  right: 9%;

  bottom: -31px;
}

.contact-bg {
  position: relative;

  background: url(../images/contact-bg.png);

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  width: 100%;

  padding: 160px 0px 100px 0px;

  margin-top: -80px;
}

.contact-box {
  position: relative;

  padding: 30px;

  background: #fff;

  z-index: 1;
}

.form-label {
  position: relative;

  font-family: "WorkSans-SemiBold";

  font-size: 18px;

  line-height: normal;

  color: #000000;
}

.form-control {
  width: 100%;

  position: relative;

  font-family: "WorkSans-Regular";

  padding: 10px 20px;

  margin-bottom: 1.5rem;

  border: 0;

  color: #000000;

  border-radius: 0;

  font-size: 16px;

  background: #e6e6e6;
}

.form-control:focus {
  outline: 0;

  box-shadow: none;

  border: 1px solid #f8925b;
}

textarea {
  width: 100%;

  position: relative;

  font-family: "WorkSans-Regular";

  padding: 13px 20px;

  margin-bottom: 1.5rem;

  border: 0;

  color: #000000;

  border-radius: 0;

  font-size: 16px;

  background: #F8F8F8;
}

textarea:focus {
  outline: 0;

  box-shadow: none;

  border: 1px solid #f8925b;
}

::placeholder {
  color: #b6b6b6;
}

.checkbox {
  margin-right: 16px;
}

.check-label {
  position: relative;

  font-family: "WorkSans-Regular";

  font-size: 13px;

  line-height: 18px;

  color: #000000;
}

.check-label .linktext {
  text-decoration: underline;

  color: #000;
}

.contact-text-box {
  position: relative;

  padding-left: 50px;
}

.contact-title {
  position: relative;

  font-family: "WorkSans-SemiBold";

  font-size: 38px;

  line-height: 52px;

  color: #fdfdfd;

  padding-left: 15px;

  padding-bottom: 10px;

  display: inline-block;

  margin-bottom: 50px;
}

.contact-title::after {
  position: absolute;

  content: "";

  width: 75%;

  height: 15px;

  left: 0;

  overflow: hidden;

  bottom: 0;

  border-bottom: 2px solid #5880b7;

  border-left: 2px solid #5880b7;
}

.contact-ptext {
  position: relative;

  font-family: "WorkSans-Regular";

  font-size: 16px;

  line-height: 34px;

  color: #fdfdfd;

  margin-bottom: 1.5rem;
}

.contact-blok-shape-top {
  left: -52px;

  position: absolute;

  top: -30px;

  opacity: 0.4;
}

.contact-blok-shape-bottom {
  right: -80px;

  position: absolute;

  bottom: -20px;

  opacity: 0.4;
}

.breadcrumb {
  margin-top: 15px;

  margin-bottom: 0;
}

.breadcrumb li {
  position: relative;

  color: #b6b6b6;

  font-family: "WorkSans-Medium";

  font-size: 16px;

  line-height: 22px;

  display: flex;

  margin: 0px 5px;
}

.breadcrumb li a {
  color: #172332;
}

.breadcrumb li:not(:last-child)::after {
  display: block;

  align-self: center;

  width: 18px;

  height: 2px;

  content: "";

  -webkit-transform: rotate(90deg);

  transform: rotate(90deg);

  background-color: #b6b6b6;

  margin-left: 15px;
}

.ustagi-sec-banner {
  position: relative;

  background: url(../images/ustagi-sec-banner.png);

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  padding: 40px 0px;
}

.ser-tab-box .nav-link {
  position: relative;

  font-family: "WorkSans-SemiBold";

  font-size: 18px;

  line-height: 24px;

  color: #113753;

  border: none;

  border-radius: 2px;

  background: #fff;

  padding: 12px 25px;

  display: inline-block;
}

.ser-tab-box .nav-link.active,
.ser-tab-box .show > .nav-link {
  background: #f8925b;
}

.tabbox-vector-img {
  position: absolute;

  left: 16%;

  z-index: 1;
}

.tab-content .img-box {
  height: 100%;

  z-index: 2;
}

.tab-content {
  margin-top: 10px;
}

.tab-content-box {
  position: relative;

  background: #fff;

  padding: 50px 40px;

  height: 100%;
}

.tab-title {
  position: relative;

  font-family: "WorkSans-Medium";

  font-size: 26px;

  line-height: 34px;

  color: #113753;
}

.tab-sub-p {
  position: relative;

  font-family: "WorkSans-Medium";

  font-size: 16px;

  line-height: 28px;

  color: #172332;
}

.tab-p {
  position: relative;

  font-family: "WorkSans-Regular";

  font-size: 16px;

  line-height: 22px;

  color: #172332;
}

.services-range-box {
  position: relative;

  display: flex;

  margin-top: 20px;
}

.number-box {
  position: relative;

  font-family: "WorkSans-Regular";

  font-size: 16px;

  line-height: 22px;

  color: #113753;

  border-left: 1px solid #f8925b;

  border-bottom: 1px solid #f8925b;

  padding: 8px 16px;

  margin-right: 15px;

  display: inline-block;

  height: min-content;
}

.contact-us-box {
  position: relative;

  background: #113753;

  padding: 30px;

  margin-top: 50px;

  overflow: hidden;
}

.contact-us-p {
  position: relative;

  font-family: "WorkSans-Medium";

  font-size: 18px;

  line-height: 28px;

  color: #fff;
}

.contactus-blok-shape-bottom {
  left: 340px;

  position: absolute;

  bottom: -150px;

  opacity: 0.5;
}

.collaborating-text {
  position: relative;

  font-family: "WorkSans-Medium";

  font-size: 26px;

  line-height: 34px;

  color: #fff;

  padding-top: 15px;
}

.collaborating-box {
  position: relative;

  width: 100%;

  padding: 25px 15px;

  background: #fff;

  border-radius: 10px;

  cursor: pointer;

  margin-top: 30px;

  text-align: center;
}

.collaborating-box .img-box {
  max-width: 70px;

  margin-bottom: 20px;
}

.elephient-vector-img1 {
  position: absolute;

  max-width: 220px;

  right: -50px;

  z-index: 1;

  top: -50px;
}

.perfomesblok-shape {
  position: absolute;

  left: 0;

  top: 30px;

  z-index: -1;
}

.title-404 {
  position: relative;

  font-family: "WorkSans-Regular";

  font-size: 26px;

  line-height: 34px;

  color: #f8925b;
}

.title1-404 {
  position: relative;

  font-family: "WorkSans-Regular";

  font-size: 42px;

  line-height: 52px;

  color: #113753;

  display: inline-block;

  padding: 0px 20px;
}

.content-box-404 {
  position: relative;

  text-align: center;
}

.title1-404::after {
  position: absolute;

  content: "";

  width: 30%;

  height: 30px;

  left: 0;

  overflow: hidden;

  top: -25px;

  border-top: 2px solid #f8925b;

  border-left: 2px solid #f8925b;
}

.title1-404::before {
  position: absolute;

  content: "";

  width: 30%;

  height: 30px;

  right: 0;

  overflow: hidden;

  top: -25px;

  border-top: 2px solid #f8925b;

  border-right: 2px solid #f8925b;
}

.nas-breadcrumb {
  position: absolute;

  z-index: 1;
}

.nas-breadcrumb li a {
  color: #fdfdfd;
}

.the-nas-bg {
  position: relative;

  background: url(../images/the-nas-bg.png);

  background-position: right;

  background-size: cover;

  background-repeat: no-repeat;

  padding: 80px 0px;
}

.nas-icon-box {
  position: relative;

  border: 2px solid #3c5a70;

  padding: 20px;

  display: flex;

  align-items: center;
}

.nas-services-icon {
  position: relative;

  margin-right: 15px;

  max-width: 60px;
}

.nas-elephient-vector-img {
  position: absolute;

  top: 5px;

  left: 5%;

  z-index: 1;
}

.nas-second-banner {
  position: relative;

  background: url(../images/nas-second-banner.png);

  background-position: left;

  background-size: cover;

  background-repeat: no-repeat;

  width: 100%;

  padding: 80px 0px;
}

.download--box {
  position: relative;

  background: #ffffff;

  padding: 20px;

  display: flex;

  align-items: center;
}

.download-content {
  margin-right: 15px;
}

.file-size-text {
  color: #b6b6b6;
}

.download--box {
  margin-top: 20px;
}

.nas-third-banner {
  position: relative;

  background: url(../images/nas-third-banner.png);

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  width: 100%;
}

.product-blok-shape-bottom {
  position: absolute;

  right: 8%;

  bottom: -25px;

  z-index: -1;
}

.fb-icon {
  position: relative;

  max-width: 20px;
}

.map-box {
  position: relative;

  z-index: 1;
}

.blok-shape-nas-bottom {
  position: absolute;

  left: -5%;

  z-index: 1;

  bottom: -20px;
}

.main-part-box {
  position: absolute;

  overflow: hidden;

  width: 100%;

  height: 120px;
}

.blok-shape-nas-top {
  position: absolute;

  right: -10%;

  top: -50px;
}

.contact-page-banner {
  position: relative;

  background: url(../images/contact-inner-bg.png);

  background-position: center;

  background-size: cover;

  background-repeat: no-repeat;

  width: 100%;

  padding: 100px 0px 160px 0px;
}

.contact-page-blok-shape-top {
  right: -100px;

  position: absolute;

  top: -16px;

  opacity: 0.4;
}

.contact-page-blok-shape-bottom {
  left: -90px;

  position: absolute;

  bottom: -20px;

  opacity: 0.4;
}

.map-box-contact {
  position: relative;

  z-index: 1;

  margin-top: -70px;

  margin-bottom: 80px;
}

/* new-css */
.menu-footer1-container ul,
.menu-footer2-container ul,
.menu-footer3-container ul {
  margin: 0;
}
.menu-footer1-container li a,
.menu-footer2-container li a,
.menu-footer3-container li a {
  position: relative;
  font-family: "WorkSans-Regular";
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 2px;
}
.footer-subtext p {
  position: relative;
  font-family: "WorkSans-Regular";
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 2px;
}
.copy-right-box p {
  position: relative;
  font-family: "WorkSans-Regular";
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

/* shop page*/
#price ul li {
  display: inline-block;
  width: 24%;
  padding: 0;
  text-align: center;
}
#price ul {
  padding: 0 10px 0 0;
  margin-bottom: 10px;
}
#price input {
  border-radius: 0;
}
#price input:focus {
  box-shadow: none;
}
.price-border {
  width: 80%;
  height: 8px;
  background: #008ecc;
  margin: 20px auto 25px;
}
.price-border::after {
  content: "";
  display: inline-block;
  background: #008ecc;
  width: 20px;
  border-radius: 50%;
  height: 20px;
  margin-top: -6px;
  margin-right: -5px;
  float: right;
}
.price-border::before {
  content: "";
  display: inline-block;
  background: #008ecc;
  width: 20px;
  border-radius: 50%;
  height: 20px;
  margin-top: -6px;
  margin-left: -5px;
}
.list_product {
  background-color: #fff;
  overflow: hidden;
}
.product_item {
  width: 33.33%;
  float: left;
  background-color: #fff;
  padding: 5px;
}
.product_item .product_box {
  padding: 0 10px;
  border: 1px solid #ddd;
  position: relative;
}
.product_item .product-box:hover {
  background: #f8f8f8;
}
.btn.cart_btn {
  background: #008ecc;
  color: #fff;
  border-radius: 0;
}
.iconList li {
  display: inline-block;
}

.iconList li img {
  width: 35px;
  height: 35px;
}
.iconList {
  float: right;
}
.iconList .fa {
  font-size: 20px;
  color: #e3e3e3;
  vertical-align: middle;
}
.iconList a {
  color: black;
}
.iconList .active_icon {
  background: #f8f8f8;
  padding: 8px;
  margin-left: 5px;
}
.filter_detail h2 {
  padding-bottom: 32px;
  margin-bottom: 0;
  font-size: 32px;
  font-family: "WorkSans-SemiBold";
}
.filter_detail label {
  vertical-align: middle;
  color: #172332;
  font-size: 14px;
  font-family: "WorkSans-Medium";
}
.filter_ar {
  padding: 25px 15px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.tag {
  position: absolute;
  top: 0;
  background: #5880b7;
  padding: 8px 20px;
  font-size: 12px;
  left: 0;
  color: #fff;
}
.price-text s {
  font-size: 12px;
  font-weight: 300;
  color: gray;
  font-family: "WorkSans-Medium";
  margin-left: 5px;
}
.product_item .price-text {
  min-height: 30px;
}
.product_list h1.sec-title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 26px;
}
.sideBar h3 {
  font-size: 15px;
  margin-top: 0;
  padding: 15px 0px 15px;
  cursor: pointer;
  margin-bottom: 0;
}
.sideBar {
  background-color: #fff;
  padding: 0 20px;
}
.sideBar li label {
  color: #000;
  padding-bottom: 5px;
  font-size: 14px;
  margin-left: 10px;
}
.sideBar li label input {
  margin-right: 10px;
}
.sideBar h3 .fa {
  margin-left: 15px;
  color: red;
}
.sideBar aside {
  border-bottom: 1px solid #ddd;
}
.sidebarBTN {
  color: #000;
  background: transparent;
  border: 1px solid #000;
  font-family: "WorkSans-Medium";
  font-size: 16px;
  line-height: 22px;
  padding: 10px 30px;
}
.bTN {
  margin-top: 35px;
}
.sideBar aside ul {
  margin-bottom: 10px;
}
.sideBar a {
  color: #000;
  padding-bottom: 5px;
  font-size: 14px;
  margin-left: 10px;
}
.pagenumber {
  margin-top: 25px;
}
.pagenumber li.page-item {
  padding: 0 6px;
}
.pagenumber li:first-child a,
.pagenumber li:last-child a {
  border: 0;
}
.pagenumber a.page-link {
  color: #444;
  border: 1px solid #ddd;
  padding: 5px 8px;
}
.active a.page-link {
  background: #f8925b;
  border: 1px solid #f8925b;
  color: #fff;
}
.pagenumber li:first-child a {
  color: #ddd;
}
.pagenumber li:last-child a {
  color: #f8925b;
}
.filter_ar select.form-select.form-select-sm {
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 0;
  padding: 7px 10px;
  color: #b6b6b6;
  font-family: "WorkSans-Regular";
}
.filter_ar select.form-select.form-select-sm:after {
  content: ">";
  display: inline-block;
  width: 5px;
  height: 5px;
  color: red;
}
.filter_ar .form-select:focus {
  box-shadow: none;
}
.priceAr ul li {
  display: inline-block;
  width: 49%;
}
.priceAr ul li input {
  background: #f8f8f8;
  margin-bottom: 0;
  width: 60%;
  padding: 10px;
}

/*list_view page css*/
.list_product_list .product_item {
  width: 100%;
}
.list_product_list .product-img {
  width: auto;
}
.list_product_list .product-img img{
  max-width: 200px;
}
.list_product_list .text_p {
  padding-left: 15px;
}
.list_product_list button.secondary-btn {
  float: left;
  width: auto;
  padding: 10px 20px;
}
.list_product_list p.product-title {
  line-height: normal;
  min-height: 100%;
}
.list_product_list .product-box {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_product_list .product-box a{
  display: flex;
  align-items: center;
}

/*detail page css*/
.img_indicator {
  position: unset;
  display: block;
}
.img_indicator ul li {
  display: inline-block;
  float: left;
  width: 25%;
  padding: 5px;
}
.carousel-indicators.img_indicator [data-bs-target] {
  width: 75px;
  height: 75px;
  object-fit: cover;
}
.prod_carousel .carousel-item img {
  width: 500px;
  height: 500px;
  object-fit: cover;
}
.prod_details p {
  font-size: 16px;
  line-height: 26px;
}
.prod_details p a {
  color: #113753;
  text-decoration: underline;
  font-family: "WorkSans-Medium";
}
.det_text h6 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  color: #172332;
}
.det_text p {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #172332;
}
.prod_spec {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.form_input {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.form_input label {
  font-size: 18px;
  font-family: "WorkSans-Semibold";
  line-height: 35px;
  color: #172332;
}

.pricePart h4 {
  font-size: 26px;
  line-height: 26px;
  margin-top: 25px;
  font-family: "WorkSans-Semibold";
  margin-bottom: 0;
  color: #113753;
}
.pricePart h4 s {
  font-size: 18px;
  line-height: 30px;
  margin-left: 10px;
  font-family: "WorkSans-Regular";
  color: #5880b7;
}
.form_input .dropdown-toggle {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-radius: 0;
  width: 100%;
  padding: 0.375rem 0.75rem 0.375rem 0.75rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #b6b6b6;
  margin-bottom: 15px;
  text-align: left;
}
.dropdown-toggle::after {
  border-color: #f8925b;
  float: right;
  vertical-align: middle;
  margin-top: 7px;
}
.dropdown-menu.show {
  transform: translate(0px, 0px) !important;
  width: 100%;
}

.qty-input {
  color: $black;
  background: $white;
  display: flex;
  align-items: center;
  overflow: hidden;

  .product-qty,
  .qty-count {
    background: transparent;
    color: inherit;
    font-weight: bold;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 2.5rem;
    line-height: 1;
  }
}

.product-qty {
  width: 40px;
  min-width: auto;
  display: inline-block;
  text-align: center;
  appearance: textfield;
  border-radius: 0;
  background: #e3e3e3;
  border: 0;
  height: 30px;
}

.qty-count {
  padding: 0;
  cursor: pointer;
  width: 2.5rem;
  font-size: 1.25em;
  text-indent: initial;
  overflow: hidden;
  position: relative;
}

button.qty-count.qty-count--minus,
button.qty-count.qty-count--add {
  padding: 0 10px;
  border: 0;
  background: transparent;
}
.qty_area {
  float: left;
  margin-right: 25px;
  margin-top: 8px;
}
p.qty_text {
  font-size: 16px;
  margin: 0;
  color: #172332;
}
.tab_pills .nav-pills .nav-link.active,
.tab_pills .nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #f8925b;
}
/*.tab_pills ul#pills-tab {
    background: #000;
    width: 100%;
    max-width: 400px;
}*/
.tab_pills .nav-pills .nav-link {
  border-radius: 0;
  padding: 8px 25px;
  color: #113753;
  font-size: 18px;
  background: #fff;
}
.tab_pills p {
  color: #113753;
  font-size: 16px;
  line-height: 22px;
}
.tab_pills h6 {
  color: #113753;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}
.tab_pills {
  position: relative;
}
.tab_bg {
  background: #172332;
  width: 100%;
  max-width: 450px;
  height: 45px;
  position: absolute;
  z-index: -1;
  top: 15px;
}
.tab_pills li.nav-item {
  margin-right: 20px;
}
.tab_pills ul#pills-tab {
  padding: 0 35px;
  margin-bottom: 15px;
}
div#pills-tabContent {
  background: #fdfdfd;
}
.tab_pills .tab-content {
  margin-top: 0;
}
.tab_pills .nav-link span {
  vertical-align: middle;
  margin-left: 5px;
}
.tab_pills .nav-link img {
  width: 20px;
  height: 20px;
}
.det_text {
  float: left;
  width: auto;
}
.det_icon {
  float: left;
  width: auto;
  margin-right: 15px;
  height: 50px;
  display: table;
}
.det_icon_ver {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}
div#pills-opinie h4 {
  color: #113753;
  font-size: 18px;
  margin-bottom: 10px;
}
div#pills-opinie ul {
  display: inline-block;
  margin-left: 10px;
}
div#pills-opinie ul li {
  display: inline-block;
}
div#pills-opinie ul li .fa-star.checked {
  color: #f8925b;
}
div#pills-opinie ul li .fa-star-o {
  color: #113753;
}
div#pills-opinie h6 ul {
  text-align: right;
  float: right;
}
div#pills-opinie h6 span {
  margin-left: 30px;
  color: #113753;
  font-family: "WorkSans-Regular";
}
.rev_text {
  border-top: 1px solid #ddd;
  padding: 15px 0;
}

/*10-12-2024*/
.ser-p-text p {
  color: #587386;
  margin-bottom: 0;
}
.woocommerce .woocommerce-result-count {
  margin: 0;
}
.woocommerce .woocommerce-ordering {
  margin: 0;
}
mark,
ins {
  background: transparent;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: 0;
  padding: 0;
  margin: 0px 5px;
  float: none;
  display: inline;
  overflow: hidden;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}
.woocommerce nav.woocommerce-pagination ul li a {
  padding: 10;
  color: #172332;
  font-size: 20px;
  line-height: normal;
  font-family: "WorkSans-Regular";
}
.woocommerce nav.woocommerce-pagination ul {
  border: 0;
  margin: 0;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #f8925b;
  color: #fff;
  border-radius: 2px;
  padding: 10;
  font-size: 20px;
  line-height: normal;
  font-family: "WorkSans-Regular";
}
.bapf_hascolarr {
  position: relative;
  font-family: "WorkSans-Medium";
  color: #172332;
  font-size: 18px;
  line-height: normal;
}
.bapf_sfilter .bapf_colaps_smb,
.bapf_sfilter .bapf_desci {
  position: relative;
  color: #f8925b;
  transform: rotate(90deg);
  font-size: 14px;
  margin-left: 15px;
}
.bapf_body ul li {
  position: relative;
  padding: 5px 0px !important;
}
.bapf_body ul li label {
  position: relative;
  font-family: "WorkSans-Regular";
  color: #172332;
  font-size: 16px;
  line-height: normal;
}
.bapf_sfilter .bapf_cchild,
.bapf_sfilter .bapf_ochild {
  position: relative;
  color: #f8925b;
  font-size: 14px;
  margin-left: 15px;
}
.bapf_sfilter .bapf_body ul li ul {
  margin: 15px;
}
.bapf_sfilter {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #e3e3e3;
}
.irs--big .irs-from,
.irs--big .irs-single,
.irs--big .irs-to {
  background: transparent;
  color: #b6b6b6;
  font-family: "WorkSans-Regular";
  font-size: 16px;
  line-height: normal;
}
.irs--big .irs-line {
  position: relative;
  top: 40px;
  height: 0;
  background: transparent;
  border: 2px solid #e3e3e3;
  border-radius: 100px;
}
.irs--big .irs-handle {
  top: 37px;
  width: 10px;
  height: 10px;
  border: 0;
  background-color: #cbcfd5;
  background: #f8925b;
  box-shadow: none;
  border-radius: 100px;
}
.irs--big .irs-bar {
  position: relative;
  top: 36px;
  height: 0;
  background-color: transparent;
  border: 2px solid #f8925b;
  background: transparent;
  box-shadow: none;
}

.woocommerce-account label {
  position: relative;
  font-family: "WorkSans-SemiBold";
  font-size: 18px;
  line-height: normal;
  color: #172332;
}
.woocommerce-account input {
  position: relative;
  font-family: "WorkSans-Regular";
  padding: 10px 20px;
  margin-bottom: 1.5rem;
  border: 0;
  color: #000000;
  border-radius: 0;
  font-size: 16px;
  background: #F8F8F8;
}
.woocommerce-account input:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid #f8925b;
}
.woocommerce-account .woocommerce-button {
  position: relative;
  font-family: "WorkSans-Medium";
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  border: none;
  border-radius: 2px;
  background: #f8925b;
  padding: 12px 40px;
  display: inline-block;
}
.lost_password a {
  position: relative;
  font-family: "WorkSans-SemiBold";
  font-size: 18px;
  line-height: normal;
  color: #000;
}
.lost_password {
  text-align: center;
}
.woocommerce-account .entry-content {
  margin: 100px 0px;
}
.primary-color3 p {
  color: #fff;
  margin-bottom: 0;
}
.contact-ptext p {
  color: #fdfdfd;
}

.product-img img {
  width: 100%;
}
.price del bdi {
  font-family: "WorkSans-Regular";
  color: #5880B7;
  font-size: 18px;
  line-height: 22px;
  text-decoration: line-through;
}
del{
  text-decoration: none;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{
  color: #172332;
}
.woocommerce span.onsale{
  position: absolute;
  font-family: "WorkSans-Medium";
  top: 0;
  background: #5880b7;
  padding: 8px 20px;
  font-size: 14px;
  left: 0;
  color: #fff;
  font-weight: 600;
  line-height: normal;
  border-radius: 0;
  min-height: auto;
  min-width: auto;
}
.prod_details h2{
  position: relative;
  font-family: "WorkSans-SemiBold";
  color: #172332;
  font-size: 26px;
  line-height: 34px;
}
.woocommerce div.product form.cart .variations label{
  position: relative;
  font-family: "WorkSans-SemiBold";
  font-size: 18px;
  line-height: normal;
  color: #172332;
}
.woocommerce div.product form.cart .variations select{
  width: 100%;
  position: relative;
  font-family: "WorkSans-Regular";
  padding: 10px 20px;
  margin-bottom: 1rem;
  border: 0;
  color: #000000;
  border-radius: 0;
  font-size: 16px;
  background-color: #F8F8F8;
}
.woocommerce div.product form.cart .variations select:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid #f8925b;
}
.qib-button-wrapper .quantity input.input-text.qty.text{
  background: #f8f8f8;
}
.qib-button-wrapper button.qib-button{
  border: 0;
}
.slick-prev:before{
  content: "" !important;
}
.slick-next:before{
  content: "" !important;
}
label{
  position: relative;
  font-family: "WorkSans-SemiBold";
  font-size: 18px;
  line-height: normal;
  color: #172332;
}
.woocommerce p.stars a{
  color: #F8925B;
  height: 1.2em;
  width: 1.2em;
  font-size: 24px;
}
.woocommerce #review_form #respond p {
  margin: 10px 0 10px;
}
.comment-form-author input{
  width: 100%;
  position: relative;
  font-family: "WorkSans-Regular";
  padding: 10px 20px;
  border: 0;
  color: #000000;
  border-radius: 0;
  font-size: 16px;
  background: #F8F8F8;
}
.comment-form-author input:focus{
  outline: 0;
  box-shadow: none;
  border: 1px solid #f8925b;
}
.comment-form-email input{
  width: 100%;
  position: relative;
  font-family: "WorkSans-Regular";
  padding: 10px 20px;
  border: 0;
  color: #000000;
  border-radius: 0;
  font-size: 16px;
  background: #F8F8F8;
}
.comment-form-email input:focus{
  outline: 0;
  box-shadow: none;
  border: 1px solid #f8925b;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit{
  position: relative;
  font-family: "WorkSans-Medium";
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  border: none;
  border-radius: 2px;
  background: #f8925b;
  padding: 12px 40px;
  display: inline-block;
  margin-top: 15px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
  font-size: 16px;
  color: #587386;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
  display: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  margin: 0;
}
.woocommerce .star-rating span::before{
  color: #F8925B;
}
ul.tabs.wc-tabs{
  flex-wrap: wrap;
}
.woocommerce-tabs li.tab .tab-inn{
  margin-bottom: 10px;
}


.woocommerce-account .woocommerce-MyAccount-navigation ul{
  margin: 0;
  background: #113753;
  padding: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
  padding: 10px 0px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
  position: relative;
  font-family: "WorkSans-Regular";
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.woocommerce-orders-table thead{
  background: #113753;
  border: 0;
}
.woocommerce table.my_account_orders tr th {
  font-family: "WorkSans-Regular";
  font-size: 16px;
  line-height: 22px;
  padding: 10px 12px;
  border: 0;
  vertical-align: middle;
  color: #fff;
  font-weight: 500;
}
.woocommerce table.my_account_orders tr td{
  font-family: "WorkSans-Regular";
  font-size: 16px;
  line-height: 22px;
  padding: 10px 12px;
  border: 0;
  vertical-align: middle;
  color: #113753;
  font-weight: 500;
}
.woocommerce table.shop_table {
  border: 1px solid #113753;
  padding: 0;
  margin: 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0;
}
.woocommerce-info {
  border-top-color: #113753;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
  font-family: "WorkSans-Regular";
  font-size: 16px;
  line-height: 22px;
  color: #113753;
}
.woocommerce-Address{
  padding: 15px;
  background: #f8f8f8
}
.woocommerce-Address-title h2{
  font-family: "WorkSans-Regular";
  font-size: 20px;
  line-height: 30px;
  color: #113753;
}
address{
  font-family: "WorkSans-Regular";
  font-size: 16px;
  line-height: 24px;
  color: #113753;
}
.woocommerce-account .addresses .title .edit{
  float: inherit;
  background: #F8925B;
  color: #fff;
  padding: 10px 15px;
  border-radius: 2px;
  display: inline-block;
  margin: 15px 0px;
}
.woocommerce-Button{
  position: relative;
  font-family: "WorkSans-Medium";
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  border: none;
  border-radius: 2px;
  background: #f8925b;
  padding: 12px 40px;
  display: inline-block;
}
legend{
  font-family: "WorkSans-Regular";
  font-size: 22px;
  line-height: 30px;
  color: #113753;
  margin: 15px 0px;
}
.entry-footer a{
  position: relative;
  font-family: "WorkSans-Medium";
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  border: none;
  border-radius: 2px;
  background: #f8925b;
  padding: 12px 40px;
  display: inline-block;
  margin: 15px 0px;
}

#billing-fields h2, #billing-fields p{
  display: none;
}