<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("swiper.min.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap");
/* * {
    font-family: 'Karla', sans-serif;
    font-family: 'Poppins', sans-serif;
} */

*:not(input) {
  outline: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -webkit-overflow-scrolling: touch;
}

html {
  scroll-behavior: smooth;
  line-height: 1.15;
}

body {
  font-family: "Roboto", sans-serif;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: rgb(11, 214, 255);
    background: radial-gradient(circle, rgba(11, 214, 255, 1) 0%, rgba(0, 0, 133, 1) 100%, rgba(0, 204, 249, 1) 100%, rgba(2, 0, 36, 1) 100%); */
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.customerSlide &gt; .swiper-wrapper &gt; .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 230px;
  object-fit: contain;
}

.header {
  top: -1px;
  background: #fff;
  z-index: 150;
}

.header-logo a img {
  width: 200px;
  padding: 20px 0;
}

.slider {
  /* height: 800px; */
  position: relative;
  background: rgb(11, 214, 255);
  background: radial-gradient(
    circle,
    rgba(11, 214, 255, 1) 0%,
    rgba(0, 0, 133, 1) 100%,
    rgba(0, 204, 249, 1) 100%,
    rgba(2, 0, 36, 1) 100%
  );
}

.slider svg {
  fill: #fff;
  width: 130%;
  height: 130px;
  bottom: -1px;
  left: 0;
  position: absolute;
  z-index: 5;
}

.slider-items {
  top: 61%;
  left: 5%;
  transform: translate(0, -50%);
  width: 700px;
  text-align: left;
}

.slider-text {
  padding: 25px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}
.slider-text h1 {
  font-size: 1.5em !important;
}
.slider-text p {
  font-size: 0.9em !important;
  margin: 10px 0 0;
}
.slider-text {
  background: rgba(0, 0, 0, 0.6);
}
.slider-text a {
  margin: 20px 0 0;
  font-size: 0.9em;
}
.slider-img {
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-height: 800px;
}

.slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:root {
  --dark-color: hsl(0, 0%, 0%);
  --gray-color: hsl(0, 0%, 60%);
  --light-color: hsl(0, 0%, 100%);
  --border-color-dark: hsl(180deg 100% 85%);
  --border-color-normal: hsl(180deg 100% 85%);
  --border-color-light: hsl(180deg 100% 85%);
}

.slide-text h2 {
  line-height: 1.2;
}

.slide-text p {
  font-size: 1.1em;
  color: #555;
}

.slider-text a,
.franchise-text a {
  background: transparent;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  padding: 15px 30px;
  margin: 30px 0 0;
}

/* img {
    height: 100%;
    object-fit: cover;
    object-position: 50% 80%;
    width: 100%;
} */

/* HEADER NAV */

.header-top {
  background-color: #193d84;
}

/* .header-top-items {
  padding: 10px 0;
} */

.top-header-social ul li {
  padding: 0 2px;
}

.top-header-social ul li:first-child {
  padding: 0 2px 0 0;
}

.top-header-social ul li a {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.top-header-social ul li a svg {
  width: 18px;
  height: 18px;
  color: #fff;
}

.top-header-contact &gt; ul &gt; li {
  padding: 10px;
}

.top-header-contact &gt; ul &gt; li:last-child {
  padding: 10px 0 10px 10px;
}

.top-header-contact &gt; ul &gt; li &gt; a {
  color: #fff;
}

.top-header-contact &gt; ul &gt; li &gt; a &gt; svg {
  width: 18px;
  height: 18px;
  color: #fff;
  margin: 0 5px 0 0;
}

.user-action-top {
  background: #28a0b2;
}

/* .user-action {
  display: none !important;
} */

.search-icon,
.user-action {
  padding: 0;
  text-align: center;
}

/* .search-icon button svg,
.user-action a svg {
  color: #fff !important;
} */

.header-content {
  padding: 100px 0;
}

.header-menu {
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.75em 0;
}

.header-img {
  border-radius: 50%;
  box-shadow: 0 0 0 0.5em var(--border-color-dark),
    0 0 0 1em var(--border-color-normal), 0 0 0 1.5em var(--border-color-light);
  height: 15em;
  margin: 2em auto;
  overflow: hidden;
  width: 15em;
}

.user-action-dropdown-menu {
  width: calc(100% + 40px);
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  visibility: hidden;
  opacity: 0;
  transition: 250ms all;
}

.user-action-dropdown-menu li {
  text-align: end;
}

.user-action-dropdown-menu li a {
  padding: 10px 0 !important;
  font-size: 0.9em;
  font-weight: 700;
}

.user-action:hover .user-action-dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.language-drop-box::before,
.user-action-dropdown-menu::before {
  content: "";
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  position: absolute;
}

.language-drop-box {
  width: 100%;
  top: 32px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 250ms all;
}

.language-dropdown {
  padding: 10px 0;
  margin: 0;
}

.language-dropdown li a {
  padding: 5px 20px;
}

.language-dropdown ul li a {
  padding: 10px 20px !important;
  white-space: nowrap;
  color: #111827;
  letter-spacing: 1.8px;
  font-size: 0.7em;
  font-weight: 600;
  /* text-transform: uppercase; */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.language-icon:hover .language-drop-box {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.header-content {
  height: 800px;
  overflow: hidden;
}

.header-content::before {
  content: "";
  font-family: "shape divider from ShapeDividers.com";
  position: absolute;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -0.1vw;
  left: -0.1vw;
  right: -0.1vw;
  top: -0.1vw;
  transform: scaleX(4);
  transform-origin: 100% 100%;
  animation: 10s infinite alternate shape-anim linear;
  background-size: 100% 91px;
  background-position: 50% 100%;
  background-image: url('data:image/svg+xml;charset=utf8, &lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"&gt;&lt;path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%23ffffff"/&gt;&lt;path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" opacity=".5" fill="%23ffffff"/&gt;&lt;path d="M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z" opacity=".5" fill="%23ffffff"/&gt;&lt;/svg&gt;');
}

.header-img {
  box-shadow: 0 0 0 2em hsl(180deg 60% 73%), 0 0 0 4em hsl(180deg 54% 61%),
    0 0 0 6em hsl(180deg 41% 53%);
  height: 40vw;
  margin: 0;
  position: absolute;
  right: 0vw;
  top: 0vw;
  width: 40vw;
  z-index: -1;
  overflow: hidden;
}

@media only screen and (orientation: portrait) and (min-height: 1024px) {
  .header-content {
    margin-top: 15vh;
  }
}

.quik-search {
  background-color: #fff;
  position: relative;
  flex-grow: 1;
  padding: 0px 30px;
}

.quik-search .form-control {
  padding: 15px;
  width: 100%;
  border: 1px solid #bfbfbf;
  background: none;
  color: #161616;
  font-size: 14px;
}

.quik-search span {
  position: absolute;
  right: 15px;
  top: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}

.quik-search span svg {
  color: #bfbfbf;
}

.quik-search .form-control::-moz-placeholder {
  color: #161616;
}

.quik-search .form-control:-moz-placeholder {
  color: #161616;
}

.quik-search .form-control:-ms-input-placeholder {
  color: #161616;
}

.quik-search .form-control::-webkit-input-placeholder {
  color: #161616;
}

.quik-search-mobile {
  display: none;
}

.corporate-sec {
  padding: 80px 0;
}

.corporate-desc {
  padding: 0 0 80px;
}

.corporate-information-in {
  padding: 20px;
  background: linear-gradient(365deg, #9ac43d, #0066a2);
  -webkit-box-shadow: 0 5px 130px rgba(16, 16, 16, 0.1);
  -moz-box-shadow: 0 5px 130px rgba(16, 16, 16, 0.1);
  -ms-box-shadow: 0 5px 130px rgba(16, 16, 16, 0.1);
  -o-box-shadow: 0 5px 130px rgba(16, 16, 16, 0.1);
  box-shadow: 0 5px 130px rgba(16, 16, 16, 0.1);
}

.corporate-information ul li {
  padding: 20px;
}

.corporate-information img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.corporate-information-box h2 {
  margin: 20px 0 0;
  color: #fff;
  font-size: 2.1875em;
  font-weight: 700;
}

.corporate-information-box p {
  margin: 20px 0 0;
  line-height: 1.5;
  color: #fff;
  font-size: 1.1875em;
  font-weight: 300;
}

.corporate-desc img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.corporate-desc-box-on {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 30px;
}

.corporate-desc-box {
  padding: 35px 35px;
  width: 550px;
  background: #fff;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.corporate-desc-box h5 {
  color: #1367a5;
  font-size: 2em;
  font-weight: 700;
  position: relative;
}

.corporate-desc-box p {
  margin: 20px 0 0;
  line-height: 30px;
  color: #666;
  font-size: 1.1em;
  font-weight: 300;
}

.corporate-box {
  background: #fff;
  -webkit-box-shadow: 0 5px 130px rgba(16, 16, 16, 0.1);
  -moz-box-shadow: 0 5px 130px rgba(16, 16, 16, 0.1);
  -ms-box-shadow: 0 5px 130px rgba(16, 16, 16, 0.1);
  -o-box-shadow: 0 5px 130px rgba(16, 16, 16, 0.1);
  box-shadow: 0 5px 130px rgba(16, 16, 16, 0.1);
}

.corporate-box-image {
  padding: 20px 0 20px 20px;
}

.corporate-sec-box-image {
  padding: 20px 0 20px 20px;
}

.corporate-box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #f5f5f5;
}

.corporate-box-text,
.corporate-sec-box-text {
  padding: 60px;
}

.corporate-box-text h1,
.corporate-box-text h2,
.corporate-sec-box-text h1,
.corporate-sec-box-text h2 {
  color: #1367a5;
  font-size: 2.5em;
  font-weight: 700;
}

.corporate-box-text p,
.corporate-sec-box-text p,
.slide-text p {
  margin: 30px 0 0;
  line-height: 35px;
  color: #555;
  font-size: 1.0625em;
  font-weight: 300;
}

.corporate-box-text::before {
  content: "";
  top: 0;
  left: -20px;
  width: 20px;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
}

.corporate-box-text::after {
  content: "";
  top: 0;
  left: -40px;
  width: 20px;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
}

.corporate-sec-box-text::before {
  content: "";
  top: 0;
  left: -20px;
  width: 20px;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
}

.corporate-sec-box-text::after {
  content: "";
  top: 0;
  left: -40px;
  width: 20px;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
}

.our-service-bg {
  background: rgb(255 255 255 / 90%);
}

.our-service-items ul {
  margin: -20px;
}

.our-service-items ul li {
  padding: 20px;
}

.our-service-icon-box svg {
  width: 35px;
  height: 35px;
  fill: #437ae9;
}

.our-service-button,
.home-product-list-button a {
  background-color: #193d84;
  transition: 200ms all;
}

.our-service-button:hover,
.home-product-list-button a:hover {
  background-color: #437ae9;
}

.our-service-text-icon-box svg {
  width: 17px;
  height: 17px;
  fill: #fff;
}

.our-service-text-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: #193d84;
  border-radius: 50%;
}

.home-product-list {
  background-image: url("../../assets/img/bg-section-02.jpg");
}

.hpl-none-bg {
  background-image: unset;
}

.home-product-list .swiper-slide {
  height: 480px !important;
  background: #fff;
  border: 1px solid #cbcbcb;
}

.home-product-list .swiper-slide .home-product-list-box {
  height: 100%;
  /* border-color: #cbcbcb; */
}

.home-product-list .swiper-slide .home-product-list-box span {
  background-color: #9e9ad5;
  color: #fff;
  font-size: 0.9em;
}

.home-product-list .swiper-slide .home-product-list-box span svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.less-production {
  background-color: #f4f4f4;
  z-index: 100;
}

.less-production &gt; .container {
  z-index: 120;
}

.less-production-head span {
  color: #346fe7;
}

.less-production-box ul {
  margin: -20px;
}

.less-production-boxes ul li {
  background-color: #f4f4f4;
  z-index: 500;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.less-production-boxes ul li img {
  width: 100%;
  min-height: 200px;
  max-height: 200px;
  object-fit: cover;
}

.less-production-boxes ul li svg {
  fill: #f4f4f4;
  position: absolute;
  top: 150px;
  width: 130%;
  height: 80px;
}

.less-production-boxes ul li &gt; div {
  height: 100%;
}

.less-production-box ul li {
  padding: 20px;
  transition: transform 0.2s;
}

.less-production-box ul li:hover {
  transform: scale(1.1);
}

.less-production-box-icon {
  width: 70px;
  height: 70px;
  background: rgb(176 255 255);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.less-production-box-icon svg {
  width: 35px;
  height: 35px;
  fill: #437ae9;
}

.less-production-box-header span {
  margin: 0;
  font-size: 3.5em;
  font-weight: 700;
  color: #eaeaec;
}

.less-production-box-body span {
  margin: 20px 0 0;
  font-size: 1.2em;
  color: #0a181c;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  /* white-space: nowrap;
    line-clamp: [none | &lt;integer&gt;]; */
}

.fast-access {
  top: 50%;
  right: -290px;
  transform: translate(0, -50%);
  z-index: 101;
}

.fast-access ul li {
  transition: all 0.7s ease;
}

.fast-access ul li:nth-child(n + 2) {
  margin: 15px 0 0;
}

.fast-access ul li:hover {
  transform: translateX(-290px);
}

.fast-access ul li a {
  background: #fff;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.15);
}

.fast-access-icon {
  padding: 15px;
  border-right: 2px solid #f8f8f8;
}

.fast-access-icon svg {
  width: 44px;
  height: 44px;
}

.fast-access-text {
  padding: 15px;
  width: 290px;
}

.fast-access-text span {
  color: #193d84;
  font-size: 1.1em;
  font-weight: 600;
}

.fast-access-text p {
  color: #929ba7;
  font-size: 0.9em;
  font-weight: 400;
}

.login-img img {
  width: 300px;
  height: 100%;
  object-fit: cover;
}

.page-head {
  padding: 30px 0;
  background: #f8f9fa;
}

.page-head h1,
.page-head h2,
.page-head h3,
.page-head h4,
.page-head h5,
.page-head h6,
.page-head span {
  color: #929ba7;
  font-size: 1.2em;
  font-weight: 700;
}

.page-head ul {
  margin: -5px -10px;
}

.page-head ul li a {
  padding: 5px 10px;
  color: #929ba7;
  font-size: 0.9em;
  font-weight: 400;
}

.page-head ul li span {
  padding: 5px 10px;
  color: #929ba7;
  font-size: 0.9em;
  font-weight: 400;
}

.page-head ul li:nth-child(n + 2)::before {
  content: "/";
  font-size: 0.9em;
  font-weight: 400;
  color: rgba(145, 151, 159, 0.3);
}

.products {
  margin: 60px 0;
}

.products-filter {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}

.products-filter-box-header {
  padding: 20px;
}

.products-filter-box-header span {
  color: #0a181c;
  letter-spacing: 0.08em;
  font-size: 0.9em;
  font-weight: 700;
  /* text-transform: uppercase; */
  cursor: pointer;
}

.products-filter-box-header button svg {
  width: 20px;
  height: 20px;
  color: #0a181c;
}

.products-filter-box-scroll {
  height: 150px;
  overflow-y: auto;
}

.products-filter-box-scroll::-webkit-scrollbar {
  width: 7px;
  border-radius: 3px;
}

.products-filter-box-scroll::-webkit-scrollbar-track {
  background: transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.products-filter-box-scroll::-webkit-scrollbar-thumb {
  background: #193d84;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.products-filter-box-content {
  padding: 0 20px 20px;
}

.products-filter-box-content ul {
  margin: -7px -4px;
}

.products-filter-box-content ul li {
  padding: 7px 4px;
}

.products-filter-box:nth-child(n + 2) {
  border-top: 1px solid #e0e0e0;
}

.checkbox:nth-child(n + 2) {
  margin: 5px 0 0 0;
}

.checkbox label {
  cursor: pointer;
  color: #929ba7;
  font-size: 0.9em;
  font-weight: 400;
}

.checkbox input {
  display: none !important;
}

.checkbox label input:checked + .checkbox-icon {
  background: #193d84;
  border-color: transparent;
}

.checkbox label input:checked + .checkbox-icon::before {
  opacity: 1;
}

.checkbox-icon {
  margin: 0 10px 0 0;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  flex-shrink: 0;
}

.checkbox-radio {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.checkbox-icon::before {
  content: "";
  top: 0px;
  left: 4px;
  width: 6px;
  height: 12px;
  opacity: 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top: 0 solid transparent;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-left: 0 solid transparent;
}

.checkbox-radio::before {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  transform: unset;
  border: 3px solid #fff;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}

.products-filter-box-input {
  padding: 20px;
}

.products-price-inputs {
  margin: -10px;
  margin-top: 5px;
}

.products-price-inputs .products-filter-box-input {
  padding: 10px;
}

.products-filter-box-input input {
  border: 1px solid #e0e0e0;
  width: 100%;
  outline: none;
  color: #929ba7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 10px;
  font-size: 0.8em;
  font-weight: 400;
}

.products-list {
  margin: 0 0 0 20px;
}

.products-list-header {
  margin: 0 0 20px;
}

.products-list-header ul li {
  padding: 5px;
}

.products-list-header ul li button {
  padding: 10px 10px;
  color: #929ba7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-size: 0.75em;
  font-weight: 700;
  border: 1px solid #e0e0e0;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.products-list-header ul li button svg {
  margin: 0 0 0 10px;
  width: 14px;
  height: 14px;
  color: #929ba7;
}

.products-list-header ul li button:hover {
  background: #f8f9fa;
}

.products-list-header ul li a {
  padding: 8px 10px;
  font-size: 0.9em;
  font-weight: 700;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #ff5d69;
}

.products-list-header-sort span {
  color: #929ba7;
  font-size: 0.9em;
  font-weight: 700;
}

.products-list-header-sort select {
  margin: 0 0 0 10px;
  padding: 10px 48px 10px 15px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  color: #929ba7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-size: 0.9em;
  font-weight: 400;
  border: 1px solid #e0e0e0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")
    no-repeat calc(100% - 15px);
  background-size: 18px;
}

.product-list-content ul {
  margin: -10px;
}

.product-list-content ul li {
  padding: 10px;
}

.product-box {
  height: 100%;
}

.product-box a {
  height: 100%;
  padding: 10px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -ms-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -o-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
}

.product-box-img {
  position: relative;
}

.product-box-img img {
  width: 100%;
  height: 280px;
  object-fit: contain;
}

.product-box-img .p-badges-list-box {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 90px;
  height: auto;
}

.product-box-txt {
  padding: 10px;
}

.product-box-name p {
  font-size: 0.9em;
  font-weight: 500;
  color: #929ba7;
}

.product-box-name span {
  margin: 5px 0 0;
  font-size: 1.1em;
  color: #0a181c;
  font-weight: 700;
}

.product-box-price {
  margin: 15px 0 0;
}

.product-box-price span {
  font-size: 1.3em;
  color: #29a5b7;
  font-weight: 700;
  line-height: 1.2;
}

.product-box-price p {
  font-size: 1.1em;
  color: #ff5d69;
  font-weight: 500;
  text-decoration: line-through;
  margin: 0 0 0 10px;
  line-height: 1.2;
}

.pagination {
  margin: 60px 0 0;
}

.pagination ul {
  margin: -5px;
}

.pagination ul li {
  padding: 5px;
}

.pagination ul li span {
  padding: 10px 15px;
  color: #929ba7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-size: 0.95em;
  font-weight: 400;
  border: 1px solid #ddd;
}

.pagination ul li a {
  padding: 10px 15px;
  color: #929ba7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-size: 0.95em;
  font-weight: 400;
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pagination ul li a:hover {
  background: #193d84;
  color: #fff;
  border-color: #193d84;
}

.pagination ul li.active a {
  color: #fff;
  background: #193d84;
  border-color: #193d84;
}

.products-list-desc {
  margin: 60px 0 0;
}

.products-list-desc .container {
  border-top: 1px solid #f2f4f6;
}

.product-list-text-boxes {
  padding: 60px 0;
}

.products-list-desc h1,
.products-list-desc h3,
.products-list-desc h4,
.products-list-desc h5,
.products-list-desc h6 {
  color: #0a181c;
  font-size: 1.2em;
  font-weight: 700;
}

.products-list-desc p {
  color: #929ba7;
  font-size: 1em;
  font-weight: 400;
  margin: 20px 0 0;
}

.products-list-desc span {
  margin: 20px 0 0;
}

.products-list-desc a {
  color: #929ba7;
  font-size: 1em;
  font-weight: 600;
  text-decoration: underline;
}

.product-list-top {
  margin-top: 60px;
}

.banner-box img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.product-banner .swiper-container-horizontal &gt; .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  left: 50%;
  padding: 5px 10px 0;
  background: #fff;
  transform: translate(-50%, 0);
  width: 90px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.product-banner .swiper-pagination-bullet-active {
  background: #193d84;
}

.campaign-showcase {
  padding: 0 0 0 20px;
}

.campaign-showcase ul li:nth-child(n + 2) {
  margin: 20px 0 0;
}

.campaign-showcase-box img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.input-group {
  margin: -10px;
}

.input-element {
  padding: 10px;
}

.input-element label {
  margin: 0 0 10px;
  color: #0a181c;
  font-size: 0.9em;
  font-weight: 400;
  letter-spacing: 1px;
}

.input-element-head span {
  margin: 0 0 15px;
  color: #0a181c;
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 1px;
}

.input-element input {
  padding: 12px 20px;
  width: 100%;
  outline: none;
  color: #929ba7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-size: 0.9em;
  font-weight: 400;
  border: 1px solid #e0e0e0;
}

.input-element input::-webkit-outer-spin-button,
.input-element input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-element input[type="number"] {
  -moz-appearance: textfield;
}

.input-element textarea {
  padding: 12px 20px;
  width: 100%;
  height: 100px;
  resize: none;
  outline: none;
  color: #929ba7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-size: 0.9em;
  font-weight: 400;
  border: 1px solid #e0e0e0;
  line-height: 1.6;
}

.input-element textarea:disabled {
  background: #fff;
}

.input-element &gt; select {
  width: 100%;
  padding: 10px 48px 10px 15px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  color: #929ba7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-size: 0.9em;
  font-weight: 400;
  border: 1px solid #e0e0e0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")
    no-repeat calc(100% - 15px);
  background-size: 18px;
}

.input-element &gt; button {
  padding: 15px 40px;
  width: 100%;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  background: #193d84;
  font-size: 0.9em;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.input-element &gt; button:hover {
  background: #193d84;
}

.banner-container .swiper-slide {
  background: none !important;
}

.product-detail {
  margin: 60px 0 0;
}

/* .product-detail-img {
  height: 100%;
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 130px rgba(63, 61, 86, 0.1);
  -moz-box-shadow: 0 10px 130px rgba(63, 61, 86, 0.1);
  -ms-box-shadow: 0 10px 130px rgba(63, 61, 86, 0.1);
  -o-box-shadow: 0 10px 130px rgba(63, 61, 86, 0.1);
  box-shadow: 0 10px 130px rgba(63, 61, 86, 0.1);
} */

.pd-slide-main {
  height: 100%;
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 130px rgba(63, 61, 86, 0.1);
  -moz-box-shadow: 0 10px 130px rgba(63, 61, 86, 0.1);
  -ms-box-shadow: 0 10px 130px rgba(63, 61, 86, 0.1);
  -o-box-shadow: 0 10px 130px rgba(63, 61, 86, 0.1);
  box-shadow: 0 10px 130px rgba(63, 61, 86, 0.1);
}

.pd-slide-main img {
  width: 100%;
  height: 500px;
  object-fit: contain;
}

.pd-slide-thumb {
  margin: 20px 0 0;
  height: 100%;
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 130px rgba(63, 61, 86, 0.1);
  -moz-box-shadow: 0 10px 130px rgba(63, 61, 86, 0.1);
  -ms-box-shadow: 0 10px 130px rgba(63, 61, 86, 0.1);
  -o-box-shadow: 0 10px 130px rgba(63, 61, 86, 0.1);
  box-shadow: 0 10px 130px rgba(63, 61, 86, 0.1);
}

.pd-slide-thumb img {
  width: 100%;
  height: 180px;
  object-fit: contain;
}

.product-detail-txt {
  margin: 0 0 0 40px;
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 130px rgba(63, 61, 86, 0.1);
  -moz-box-shadow: 0 10px 130px rgba(63, 61, 86, 0.1);
  -ms-box-shadow: 0 10px 130px rgba(63, 61, 86, 0.1);
  -o-box-shadow: 0 10px 130px rgba(63, 61, 86, 0.1);
  box-shadow: 0 10px 130px rgba(63, 61, 86, 0.1);
}

.pd-name h1 {
  font-size: 1.5em;
  color: #0a181c;
  font-weight: 700;
}

.pd-name span {
  font-size: 1.2em;
  font-weight: 500;
  color: #929ba7;
}

.pd-mid {
  margin: 10px 0 0;
}

.pd-price {
  margin: 20px 0 0;
}

.pd-discount-price {
  margin: 0 0 0 10px;
}

.pd-discount-price span {
  font-size: 1.7em;
  color: #005ca9;
  font-weight: 700;
}

.pd-discount-price p {
  font-size: 1.2em;
  color: #ff5d69;
  font-weight: 500;
  text-decoration: line-through;
  line-height: 1.2;
}

.pd-discount-rate {
  width: 70px;
  height: 100%;
  padding: 5px;
  background: #005baa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.pd-discount-rate span {
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.3;
}

/* .pd-transfer-price {
  margin: 0 0 0 10px;
} */

.pd-transfer-price span {
  font-size: 1.4em;
  color: #8dc53f;
  font-weight: 700;
}

.pd-transfer-price span.kdv {
  font-size: 0.8em;
  color: #0a181c;
  font-weight: 700;
}

.pd-alternative-prices {
  margin-top: 15px;
  width: fit-content;
}

.pd-alternative-prices span {
  font-size: 1.2em;
  color: #0a181c;
  font-weight: 400;
}

.pd-alternative-prices p {
  font-size: 1.2em;
  color: #8dc53f;
  font-weight: 700;
  margin-left: 5px;
}

.pd-transfer-price p {
  font-size: 1.2em;
  color: #ff5d69;
  font-weight: 500;
  text-decoration: line-through;
  line-height: 1.2;
}

.pd-transfer-rate {
  width: 70px;
  min-height: 60px;
  height: 100%;
  padding: 5px;
  background: #8dc53f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

.pd-transfer-rate span {
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.3;
}

.pd-price .pd-discount-boxes:nth-child(n + 2) {
  margin: 10px 0 0;
}

.pd-actions {
  margin: 20px 0 0;
}

.pd-actions-button {
  margin: 0 0 0 20px;
}

.pd-actions-button button {
  padding: 10px 20px;
  color: #fff;
  font-size: 0.9em;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/* .pd-actions-button button:last-child {
  margin: 0 0 0 20px;
  background: #ff5d69;
} */

.pd-actions-button button svg {
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  color: #fff;
}

.piece {
  height: 100%;
}

.piece input {
  padding: 7px 20px 18px;
  width: 70px;
  outline: none;
  color: #0a181c;
  font-size: 0.7em;
  font-weight: 700;
  border-left: 1px solid #f2f4f6;
  border-right: 1px solid #f2f4f6;
}

.piece-button {
  padding: 13px 10px;
  cursor: pointer;
  background: #f4f4f4;
}

.piece-button svg {
  width: 14px;
  height: 14px;
  color: #0a181c;
}

.piece::after {
  content: attr(data-content);
  bottom: 5px;
  left: 50%;
  position: absolute;
  color: #0a181c;
  font-size: 0.6em;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.similar-products {
  margin: 100px 0;
}

.similar-products-list ul {
  margin: -10px;
}

.similar-products-list ul li {
  padding: 10px;
}

.product-detail-info {
  margin: 60px 0 0;
}

.product-detail-info-area {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}

.product-details-tabs-nav {
  background: #f8f9fa;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.product-details-tabs-nav ul li a {
  padding: 25px;
  color: #0a181c;
  font-size: 1em;
  font-weight: 700;
}

.product-details-tabs-content-box {
  display: none;
  padding: 25px;
  background: #fff;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.tab-active {
  display: block;
}

.tab-nav-active {
  color: #193d84 !important;
}

.product-properties h1,
.product-properties h2,
.product-properties h3,
.product-properties h4,
.product-properties h5,
.product-properties h6 {
  color: #0a181c;
  font-size: 1.2em;
  font-weight: 700;
  margin: 20px 0 0;
}

.product-properties p {
  color: #929ba7;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.6;
  margin: 10px 0 0;
}

.product-properties p strong {
  font-weight: 600;
  color: #0a181c;
}

.product-properties p &gt; a {
  font-weight: 600;
  text-decoration: underline;
}

.product-properties span {
  margin: 20px 0 0;
  color: #0a181c;
  font-size: 1.4em;
  font-weight: 600;
}

.product-properties a {
  color: #929ba7;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.6;
  margin: 10px 0 0;
}

.product-properties ul {
  margin: 10px 0 0;
  padding: 0 0 0 20px;
}

.product-properties ul li {
  color: #929ba7;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.6;
}

.product-properties ul li::before {
  margin: 0 10px 0 -16px;
  content: "\2022";
  color: #8dc53f;
  font-size: 1.1em;
  font-weight: 700;
}

.product-properties ul li:nth-child(n + 2) {
  margin: 10px 0 0;
}

.installment-conditions-box {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}

.installment-conditions-box-head {
  padding: 10px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background: #f8f9fa;
}

.installment-conditions-box-head img {
  width: 170px;
}

.payment-options-box {
  padding: 20px;
}

.product-details-tabs-content-box ul li {
  color: #929ba7;
  font-size: 1.1em;
  line-height: 1.6;
  font-weight: 400;
}

.product-details-tabs-content-box span {
  color: #0a181c;
  font-size: 1.2em;
  font-weight: 700;
}

.payment-options li:nth-child(n + 2) {
  -webkit-box-shadow: 0 -1px 0 #e0e0e0;
  -moz-box-shadow: 0 -1px 0 #e0e0e0;
  -ms-box-shadow: 0 -1px 0 #e0e0e0;
  -o-box-shadow: 0 -1px 0 #e0e0e0;
  box-shadow: 0 -1px 0 #e0e0e0;
}

.payment-options li .payment-options-box:nth-child(n + 2) {
  border-left: 1px solid #e0e0e0;
}

.payment-options li {
  font-size: unset !important;
}

.product-installment &gt; ul {
  margin: -10px;
}

.product-installment &gt; ul &gt; li {
  padding: 10px;
}

.payment-options-box span {
  font-size: 0.9em;
}

.payment-options-box p {
  font-size: 0.9em;
}

.pd-mid-actions {
  margin: 20px 0 0;
}

.pd-mid-actions ul li:nth-child(n + 2) {
  margin: 0 0 0 10px;
}

.pd-mid-actions ul li button {
  color: #929ba7;
  font-size: 0.85em;
  font-weight: 400;
  transition: 0.3s ease-in;
}

.pd-mid-actions ul li button svg {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  transition: 0.3s ease-in;
  fill: #929ba7;
}

.pd-mid-actions ul li button:hover {
  color: #8dc53f;
}

.pd-mid-actions ul li button:hover svg {
  fill: #8dc53f;
}

.made-in {
  z-index: 50;
  margin: 0 0 0 10px;
}

.made-in-flag {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  width: 80px;
  height: 80px;
  padding: 5px;
  overflow: hidden;
}

.made-in-flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.made-in-txt span {
  font-size: 0.8em;
  color: #0a181c;
  font-weight: 600;
  margin: 10px 0 0;
  line-height: 17px;
}

.made-in-txt span strong {
  color: #929ba7;
}

.p-brand {
  z-index: 50;
}

.p-brand-flag {
  /* -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%; */
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  width: 120px;
  height: 33px;
  padding: 5px;
  overflow: hidden;
}

.p-brand-flag img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-badges-list {
  margin: 0 0 20px 0;
}

.p-badges-list ul {
  margin: -5px;
}

.p-badges-list ul li {
  padding: 5px;
}

.p-badges-list-box {
  /* background: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15); */
  width: 120px;
  height: 33px;
  /* padding: 5px; */
  overflow: hidden;
}

.p-badges-list-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-brand-txt span {
  font-size: 0.8em;
  color: #0a181c;
  font-weight: 600;
  margin: 10px 0 0;
  line-height: 17px;
}

.p-brand-txt span strong {
  color: #929ba7;
}

.pd-shipping span {
  font-size: 0.9em;
  font-weight: 700;
  color: #8dc53f;
  margin: 0 0 0 10px;
}

.pd-shipping svg {
  width: 22px;
  height: 22px;
  fill: #8dc53f;
}

.pd-boxing {
  margin: 10px 0 0;
}

.pd-boxing span {
  font-size: 0.9em;
  font-weight: 700;
  color: #147ce5;
  margin: 0 0 0 10px;
}

.pd-boxing svg {
  width: 22px;
  height: 22px;
  fill: #147ce5;
}

.product-detail-desc {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #ececec;
}

.product-detail-desc.more-product h3 {
  color: #28a0b2;
}

.product-detail-desc h3 {
  font-size: 1em;
  color: #0a181c;
  font-weight: 600;
}

.product-detail-desc p {
  color: #929ba7;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6;
  margin: 10px 0 0;
}

.newsletter {
  background-color: #193d84;
}

.newsletter-input button {
  padding: 20px 40px;
  color: #193d84;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.1em;
  font-weight: 500;
  background: #fff;
  /* text-transform: uppercase; */
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.newsletter-input button:hover {
  -webkit-transform: translate(0, -2px);
  -moz-transform: translate(0, -2px);
  -ms-transform: translate(0, -2px);
  -o-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.footer svg {
  transform: rotate(180deg);
  fill: #fff;
}

.footer .footer-man-icon {
  position: absolute;
  top: -40px;
  right: 175px;
}

.footer .footer-man-icon svg {
  transform: rotate(0deg);
  width: 400px;
}

.footer-boxes {
  margin: -20px;
}

.footer-box {
  padding: 20px;
}

.add-address-modal,
.bill-address-modal,
.edit-address-modal,
.payment-notification-modal,
.send-comment-modal,
.send-question-modal,
.extradition-request-modal,
.extradition-detail-modal,
.ticket-detail-modal,
.new-ticket-modal,
.announcement-image,
.announcement-text,
.comparison-modal,
.newsletter-modal,
.sent-comment-modal,
.sent-question-modal {
  display: none;
  z-index: 999;
}

.modal {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow: auto;
  z-index: 9999 !important;
  display: none;
}

.modal-content {
  margin: 60px 0 30px 0;
  width: 600px;
  background: #fff;
}

.modal-close {
  top: 0;
  right: 0;
}

.modal-close button {
  width: 40px;
  height: 40px;
}

.modal-close button svg {
  width: 20px;
  height: 20px;
  color: #111827;
}

.modal-head {
  padding: 25px;
  background: #f8f9fa;
}

.modal-head span {
  color: #111827;
  font-size: 1.1em;
  font-weight: 600;
}

.modal-in {
  padding: 25px;
}

.modal-in-img {
  padding: 0 40px 0 0;
}

.modal-in-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.extradition-detail-modal .modal-content,
.newsletter-modal .modal-content {
  width: 930px;
}

.extradition-detail-content-box &gt; span {
  color: #111827;

  font-size: 1.1em;

  font-weight: 600;
}

.extradition-detail-content-box &gt; p {
  color: #111827;

  font-size: 0.8em;

  font-weight: 400;

  margin: 5px 0 0;
}

.login-page {
  border-bottom: 1px solid #ddd;
}

.submenu {
  opacity: 0;
  visibility: hidden;
  padding: 40px;
  left: 0;
  top: 90%;
  background: #fff;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.dropdown-link:hover .submenu {
  opacity: 1;
  visibility: visible;
}

.submenu-left {
  padding: 0 30px 0 0;
}

.submenu-right {
  padding: 0 0 0 30px;
  border-left: 1px solid #e0e0e0;
}

.submenu-left &gt; ul {
  margin: -15px 0;
  max-height: 550px;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 10px 0 0;
}

.submenu-left &gt; ul::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}
.submenu-left &gt; ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}
.submenu-left &gt; ul::-webkit-scrollbar-thumb {
  background: #005baa;
  border-radius: 10px;
}

.submenu-left &gt; ul &gt; li &gt; a {
  padding: 15px 0;
  font-weight: 500;
  color: #636363;
}

.submenu-left &gt; ul &gt; li:nth-child(n + 2) {
  border-top: 1px solid #e0e0e0;
}

.submenu-left &gt; ul &gt; li &gt; a svg {
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
  fill: #636363;
}

.submenu-right-images ul {
  margin: -10px;
}

.submenu-right-images ul li {
  padding: 10px;
}

.submenu-right-images ul li a img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.submenu-content {
  opacity: 0;
  visibility: hidden;
  top: 0;
  right: 0;
  padding: 0 0 0 30px;
  background: #fff;
  height: 100%;
  border-left: 1px solid #e0e0e0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.submenu-left ul li:hover .submenu-content {
  opacity: 1;
  visibility: visible;
}

.submenu-left &gt; ul &gt; li:hover &gt; a {
  color: #193d84;
}

.submenu-left &gt; ul &gt; li:hover &gt; a svg {
  fill: #193d84;
}

.submenu-nav ul {
  margin: -6px;
}

.submenu-nav ul li {
  padding: 6px;
}

.submenu-nav ul li a {
  color: #868686;
  font-size: 0.95em;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.submenu-nav ul li a:hover {
  color: #193d84;
}

.submenu-nav-img {
  padding: 0 0 0 30px;
}

.submenu-nav-img ul {
  margin: -10px;
}

.submenu-nav-img ul li {
  padding: 10px;
}

.submenu-nav-img ul li a img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

#site-nav {
  display: flex;
  position: absolute;
  left: 0;
  padding: 2.5em;
  background-color: #fff;
  top: 100px;
  width: 100%;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #eee;
  opacity: 0;
  visibility: hidden;
  flex-wrap: wrap;
}

#site-nav::before {
  content: "";
  top: -45px;
  left: 0;
  width: 100%;
  height: 45px;
  position: absolute;
}

.dropdown-link:hover #site-nav {
  opacity: 1;
  visibility: visible;
}

#site-nav h4 {
  margin-top: 10px;
  color: #193d84;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

#site-nav ul {
  list-style-type: none;
  margin-top: 1em;
}

#site-nav li {
  margin-bottom: 0.3125em;
}

#site-nav li a {
  transition: color 0.3s ease;
}

#site-nav li a:hover,
#site-nav li a:focus {
  color: #686d6e;
}

#site-nav .social {
  margin: 0;
  overflow: hidden;
}

#site-nav .social li {
  margin: 0 0.3125em;
  width: 32px;
  height: 32px;
}

#site-nav .social li svg {
  display: block;
  fill: #b4b9ba;
  width: 100%;
  height: 100%;
  transition: fill 0.3s ease;
}

#site-nav .social li:hover svg {
  fill: #686d6e;
}

#site-nav-2 {
  display: flex;
  position: absolute;
  left: 0;
  padding: 2.5em;
  background-color: #fff;
  top: 75px;
  width: 520px;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #eee;
  opacity: 0;
  visibility: hidden;
}

#site-nav-2::before {
  content: "";
  top: -45px;
  left: 0;
  width: 100%;
  height: 45px;
  position: absolute;
}

.dropdown-link:hover #site-nav-2 {
  opacity: 1;
  visibility: visible;
}

#site-nav-2 h4 {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

#site-nav-2 ul {
  list-style-type: none;
}

#site-nav-2 li {
  margin-bottom: 0.3125em;
}

#site-nav-2 li a {
  transition: color 0.3s ease;
}

#site-nav-2 li a:hover,
#site-nav-2 li a:focus {
  color: #686d6e;
}

#site-nav-2 .social {
  margin: 0;
  overflow: hidden;
}

#site-nav-2 .social li {
  margin: 0 0.3125em;
  width: 32px;
  height: 32px;
}

#site-nav-2 .social li svg {
  display: block;
  fill: #b4b9ba;
  width: 100%;
  height: 100%;
  transition: fill 0.3s ease;
}

#site-nav-2 .social li:hover svg {
  fill: #686d6e;
}

.content-head img {
  height: 55px;
  object-fit: contain;
}

.less-about {
  margin: 100px 0;
}

.less-about-img {
  padding: 0 100px 0 0;
}

.less-about-img ul {
  margin: -10px;
}

.less-about-img ul li {
  padding: 10px;
}

.less-about-img img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  border: 10px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -ms-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -o-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
}

.less-about-img ul li:nth-child(1) img,
.less-about-img ul li:nth-child(2) img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -ms-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -o-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
}

.less-about-img::before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  top: -40px;
  left: -40px;
  background: rgb(10 193 243 / 50%);
  z-index: -2;
}

.less-about-img::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  bottom: -40px;
  right: 40px;
  background: rgb(55 48 163 / 50%);
  z-index: -1;
}

.less-about-txt p {
  margin: 20px 0 0;
  font-size: 1em;
  color: #929ba7;
  font-weight: 400;
  line-height: 1.9;
}

.less-button a svg {
  margin: 0 0 0 30px;
  width: 20px;
  height: 20px;
  color: #8dc53f;
}

.our-service {
  margin: 100px 0 0;
}

/* .bounceAnimation{
  -webkit-animation: bounce 3s linear infinite;
    animation: bounce 3s linear infinite;
}
.bounceAnimationTop{
  -webkit-animation: bounceTop 3s linear infinite;
    animation: bounceTop 3s linear infinite;
} */
.pshape3 {
  bottom: 35px;
}

.circleAnimation {
  -webkit-animation: circle 60s linear infinite;
  animation: circle 60s linear infinite;
}

.pshape2 {
  right: 30px;
}

.our-services-img-boxes img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}

.anim-icon .icon-1 {
  width: 130px;
  height: 130px;
  left: 60px;
  top: 50%;
  -webkit-animation: animateBubble 15s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
}

.anim-icon .icon-2 {
  width: 110px;
  height: 110px;
  left: 80px;
  top: 40%;
  -webkit-animation: animateBubble 10s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 10s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 10s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
}

.anim-icon .icon-3 {
  width: 60px;
  height: 60px;
  left: 200px;
  top: 30%;
  -webkit-animation: animateBubble 18s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 18s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 18s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
}

.anim-icon .icon-4 {
  width: 130px;
  height: 130px;
  right: 60px;
  top: 50%;
  -webkit-animation: animateBubble 15s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
}

.anim-icon .icon-5 {
  width: 110px;
  height: 110px;
  right: 90px;
  top: 40%;
  -webkit-animation: animateBubble 10s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 10s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 10s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
}

.anim-icon .icon-6 {
  width: 60px;
  height: 60px;
  right: 200px;
  top: 30%;
  -webkit-animation: animateBubble 18s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 18s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 18s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
}

.anim-icon .icon-7 {
  width: 130px;
  height: 107px;
  right: 80px;
  top: 10%;
  -webkit-animation: animateBubble 15s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
}

.anim-icon .icon-8 {
  width: 70px;
  height: 58px;
  right: 220px;
  top: 0%;
  -webkit-animation: animateBubble 20s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
}

.anim-icon .icon-9 {
  top: 20%;
  -webkit-animation: animateBubble 19s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 19s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 19s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
}

.anim-icon .icon-10 {
  top: 30%;
  -webkit-animation: animateBubble 16s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 16s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 16s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
}

.anim-icon .icon-11 {
  top: 40%;
  -webkit-animation: animateBubble 10s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 10s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 10s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
}

.anim-icon .icon-12 {
  top: 30%;
  -webkit-animation: animateBubble 18s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 18s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 18s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
}

.anim-icon .icon-13 {
  top: 10%;
  -webkit-animation: animateBubble 15s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 15s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 15s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
}

.anim-icon .icon-14 {
  top: 0%;
  -webkit-animation: animateBubble 20s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
}

.anim-icon .icon-15 {
  top: 20%;
  -webkit-animation: animateBubble 19s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 19s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 19s linear infinite,
    sideWays 4s ease-in-out infinite alternate;
}

.anim-icon .icon-16 {
  top: 30%;
  -webkit-animation: animateBubble 16s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 16s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 16s linear infinite,
    sideWays 2s ease-in-out infinite alternate;
}

@keyframes pulse {
  50% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
  }
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.anim-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.anim-icon .icon {
  position: absolute;
}

.less-production .anim-icon .icon-1 {
  border-width: 15px;
  border-style: solid;
  border-color: #f49f7b transparent transparent transparent;
}

.less-production .anim-icon .icon-2 {
  border-width: 15px;
  border-style: solid;
  border-color: #f49f7b transparent transparent transparent;
}

.less-production .anim-icon .icon-3 {
  border-width: 30px;
  border-style: solid;
  border-color: #f49f7b transparent transparent transparent;
}

.less-production .anim-icon .icon-4 {
  background: #01cccb;
}

.less-production .anim-icon .icon-5 {
  background: #01cccb;
}

.less-production .anim-icon .icon-6 {
  background: #f49f7b;
}

.less-production .anim-icon .icon-7 {
  border-width: 20px;
  border-style: solid;
  border-color: #193d84 transparent transparent transparent;
}

.less-production .anim-icon .icon-8 {
  border-width: 25px;
  border-style: solid;
  border-color: #de9dad transparent transparent transparent;
}

.less-production .anim-icon .icon-9 {
  background: #01cccb;
}

.less-production .anim-icon .icon-10 {
  background: #01cccb;
}

.less-production .anim-icon .icon-11 {
  background: #01cccb;
}

.less-production .anim-icon .icon-12 {
  background: #de9dad;
}

.less-production .anim-icon .icon-13 {
  background: #f39f7b;
}

.less-production .anim-icon .icon-14 {
  border: 2px solid #f4aa8b;
}

.less-production .anim-icon .icon-15 {
  border: 2px solid #d799a9;
}

.less-production .anim-icon .icon-1 {
  width: 40px;
  height: 40px;
  left: 60px;
  bottom: 25px;
}

.less-production .anim-icon .icon-2 {
  width: 30px;
  height: 30px;
  left: 70px;
  bottom: 130px;
}

.less-production .anim-icon .icon-3 {
  width: 20px;
  height: 20px;
  left: 75px;
  bottom: 240px;
}

.less-production .anim-icon .icon-4 {
  width: 40px;
  height: 40px;
  right: 150px;
  bottom: 220px;
}

.less-production .anim-icon .icon-5 {
  width: 20px;
  height: 20px;
  right: 200px;
  bottom: 500px;
}

.less-production .anim-icon .icon-6 {
  width: 15px;
  height: 15px;
  right: 250px;
  top: 50%;
}

.less-production .anim-icon .icon-7 {
  width: 20px;
  height: 20px;
  bottom: 95px;
  right: 290px;
}

.less-production .anim-icon .icon-8 {
  width: 20px;
  height: 20px;
  bottom: 20px;
  right: 450px;
}

.less-production .anim-icon .icon-9 {
  width: 40px;
  height: 40px;
  bottom: 150px;
  right: 560px;
}

.less-production .anim-icon .icon-10 {
  left: 33px;
  width: 40px;
  height: 40px;
}

.less-production .anim-icon .icon-11 {
  left: 335px;
  width: 20px;
  height: 20px;
}

.less-production .anim-icon .icon-12 {
  left: 380px;
  width: 20px;
  height: 20px;
}

.less-production .anim-icon .icon-13 {
  left: 580px;
  width: 20px;
  height: 20px;
}

.less-production .anim-icon .icon-14 {
  left: 580px;
  width: 20px;
  height: 20px;
}

.less-production .anim-icon .icon-15 {
  left: 720px;
  width: 20px;
  height: 20px;
}

.video-banner {
  background-image: url("../../assets/img/background/video-banner-bg (1).jpg");
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}

.video-banner-bg {
  background-color: rgb(25 61 132 / 70%);
  height: 500px;
}
/* 
.video-banner-item {
  width: 700px;
  border-radius: 12px;
  background-image: url('../../assets/img/background/video-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
} */

/* .video-box {
  background-color: rgb(0 0 0 / 15%);
  border-radius: 12px;

} */

.video-box {
  box-shadow: unset !important;
  display: none;
}

.video-box-img {
  height: 100%;
}

.video-box-img img {
  margin: 0 auto;
}

.video-banner-text {
  margin: 0 0 50px 0;
}

.video-banner-text-box span {
  color: #193d84;
}

.video-banner-text-box p {
  line-height: 56px;
}

.video-poster .wrapper {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #193d84;
  z-index: 999;
}

.fa-play:before {
  content: "\f04b";
}

.waves-block {
  position: absolute;
  top: 75%;
  left: 75%;
  transform: translate(-75%, -75%);
  z-index: -5;
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -100px;
  bottom: -75px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.about {
  background-image: url("../../assets/img/background/about-header-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  overflow: hidden;
}

.about-header-bg {
  background-color: rgb(55 48 163 / 50%);
}

.about-head {
  padding: 0 0 100px 0;
}

.about svg {
  fill: #fff;
  width: 130%;
  height: 130px;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 5;
}

.company-history svg {
  fill: #fff;
  width: 130%;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.about-gallery {
  padding: 50px 0 100px 0;
}

.company-history {
  background-image: url("../../assets/img/about/background-1.png");
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 100px 0 0;
  overflow: hidden;
}

.seofy-module-time-line-vertical::before {
  content: "";
  position: absolute;
  z-index: 5;
  height: 100%;
  width: 2px;
  left: 50%;
  top: 0;
  margin-left: -1px;
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    rgba(63, 71, 103, 0.15) 100px,
    rgba(63, 71, 103, 0.15) calc(100% - 100px),
    transparent 100%
  );
}

.seofy-module-time-line-vertical .time-line-date-wrap {
  position: relative;
  z-index: 1;
  margin-left: calc(50% - 10px);
  margin-right: 50px;
}

.seofy-module-time-line-vertical.appear-anim .time-line-item .seofy-hexagon {
  opacity: 0;
}

.seofy-module-time-line-vertical .time-line-item.item-show .seofy-hexagon,
.seofy-module-time-line-vertical
  .time-line-item.item-show:nth-child(even)
  .seofy-hexagon {
  opacity: 1;
}

.seofy-module-time-line-vertical .seofy-hexagon:first-child {
  position: relative;
  z-index: 0;
}

.seofy-module-time-line-vertical .seofy-hexagon {
  height: 22px;
  width: 20px;
  transition: opacity 0.8s;
}

.seofy-hexagon {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.seofy-hexagon svg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.seofy-module-time-line-vertical .seofy-hexagon:nth-child(2) svg {
  fill: #fff !important;
}

#time-line-61e98642bf2e11 .time-line-date {
  color: #ffa705;
}

#time-line-61e98642bf36d2 .time-line-date {
  color: #ff5600;
}

#time-line-61e98642bf3a83 .time-line-date {
  color: #69e9f2;
}

#time-line-61e98642bf3f44 .time-line-date {
  color: #12affe;
}

#time-line-61e98642bf4295 .time-line-date {
  color: #3224e9;
}

.seofy-module-time-line-vertical .time-line-item.item-show .time-line-date,
.seofy-module-time-line-vertical
  .time-line-item.item-show:nth-child(even)
  .time-line-date {
  opacity: 1;
  transform: translateX(0);
}

.seofy-module-time-line-vertical .time-line-date {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 100%;
  padding-right: 50px;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  white-space: nowrap;
  transition: 0.3s;
}

.seofy-module-time-line-vertical .time-line-content {
  position: relative;
  z-index: 1;
  padding: 23px 30px;
  width: 100%;
  max-width: 345px;
  box-shadow: 7px 5px 30px 0 rgb(72 73 121 / 15%);
  border-radius: 4px;
  background: #ffffff;
  overflow: hidden;
  transition: 0.4s;
}

.seofy-module-time-line-vertical.appear-anim
  .time-line-item
  .time-line-content {
  transform: translateX(20%);
  opacity: 0;
}

.seofy-module-time-line-vertical .time-line-item.item-show .time-line-content,
.seofy-module-time-line-vertical
  .time-line-item.item-show:nth-child(even)
  .time-line-content {
  opacity: 1;
  transform: translateX(0);
}

#time-line-61e98642bf2e11 .time-line-content:before {
  background: #ffa705;
}

#time-line-61e98642bf36d2 .time-line-content:before {
  background: #ff5600;
}

#time-line-61e98642bf3a83 .time-line-content:before {
  background: #69e9f2;
}

#time-line-61e98642bf3f44 .time-line-content:before {
  background: #12affe;
}

#time-line-61e98642bf4295 .time-line-content:before {
  background: #3224e9;
}

.seofy-module-time-line-vertical .time-line-content:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.seofy-module-time-line-vertical .time-line-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

.seofy-module-time-line-vertical .time-line-descr {
  line-height: 24px;
}

.seofy-module-time-line-vertical .company-time-line-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  transition: opacity 0.5s;
}

.seofy-module-time-line-vertical .company-time-line-item:nth-child(even) {
  flex-direction: row-reverse;
}

.seofy-module-time-line-vertical
  .company-time-line-item:nth-child(even)
  .time-line-date-wrap {
  margin-right: calc(50% - 10px);
  margin-left: 50px;
}

.seofy-module-time-line-vertical
  .company-time-line-item:nth-child(even)
  .time-line-date {
  right: auto;
  left: 100%;
  padding-left: 50px;
  padding-right: 0;
}

.seofy-module-time-line-vertical
  .company-time-line-item:hover
  .seofy-hexagon:nth-child(2) {
  animation: pulse-hexagon 2s infinite;
}

.seofy-module-time-line-vertical
  .company-time-line-item:hover
  .time-line-content {
  transform: translateX(5px);
  background: white;
}

.seofy-module-time-line-vertical .company-time-line-item:hover .time-line-date {
  transform: translate(-5px);
}

.seofy-module-time-line-vertical
  .company-time-line-item:hover:nth-child(even)
  .time-line-content {
  transform: translate(-5px);
}

.seofy-module-time-line-vertical
  .company-time-line-item:hover:nth-child(even)
  .time-line-date {
  transform: translate(5px);
}

.vision-mission {
  padding: 50px 0;
  background-color: #193d84;
}

.vision-box p,
.mission-box p {
  line-height: 26px;
}

.customerSlide {
  padding-bottom: 50px !important;
}

.customers-comment {
  padding: 100px 0;
}

.customer-desc {
  padding: 50px 0;
  margin: 0 50px 0 0;
}

.comment-slide-head {
  padding: 0 0 10px 0;
}

.comment-slide-head-text span {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 0;
}

.comment-slide-head-icon svg {
  width: 30px;
  height: 30px;
  color: #193d84;
}

.customer-desc .wrapper {
  left: 65px;
  bottom: 65px;
}

.customer-desc .wrapper .promo-video {
  position: unset;
}

.customer-desc .wrapper .promo-video .video {
  height: 100%;
  width: 100%;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #193d84;
  z-index: 999;
}

.bg-no-repeat {
  background-image: url("../../assets/img/background/11.png");
  background-size: cover;
  background-repeat: no-repeat;
}

/* .min-h-screen::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: .6;
  width: 100%;
  height: 100%;
  background: linear-gradient(188deg, rgba(16,185,134,1) 0%, rgba(52,211,153,1) 50%, rgba(16,185,129,1) 100%);
  z-index: 0;
} */

.certificates-img img {
  width: 100px;
  height: 100px;
}

.export {
  padding: 0 0 60px 0;
}

.export-info a {
  padding: 20px 30px;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  border-radius: 5px;
  background: #132529;
  transition: all 0.2s ease-in-out;
}

.export-info a:hover {
  background: #fbb70c;
}

.export-page .export-info a {
  background: #0a181c;
}

.export-info {
  margin: 30px 0 0;
}

.being-cdealer {
  display: none;
}

.head-left span {
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.head-left h3 {
  margin: 5px 0 0;
  color: #0a181c;
  font-size: 3em;
  font-weight: 700;
}

.head-left p {
  margin: 30px 0 0;
  line-height: 1.8;
  color: #666;
  font-size: 1.1em;
  font-weight: 400;
}

.export .head-left span,
.export .head-left h3 {
  color: #fff;
}

.export .head-left p {
  color: #b3b5b9;
  font-size: 1em;
}

.export-boxes {
  margin: 30px 0 0;
}

.export-box ul {
  margin: -10px;
  /*height: 410px;*/
  overflow: auto;
}

.export-box ul li {
  padding: 10px;
}

.export-box ul li a {
  padding: 20px 30px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  background: #193d84;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.export-box ul li a span {
  margin: 0 15px 0 0;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #f8f8f8;
  border: 5px solid #3b82f6;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.export-box ul li a:hover {
  color: #fff;
}

.export-box ul li a:hover span {
  background: #193d84;
}

.export-box ul::-webkit-scrollbar {
  width: 7px;
}

.export-box ul::-webkit-scrollbar-truck {
  background: #0a181c;
}

.export-box ul::-webkit-scrollbar-thumb {
  background: #132529;
}

.export-box svg path {
  cursor: pointer;
  -webkit-transition: fill 0.2s ease-in-out;
  -moz-transition: fill 0.2s ease-in-out;
  -ms-transition: fill 0.2s ease-in-out;
  -o-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}

.export-box svg path:hover {
  fill: #193d84 !important;
}

.country-names div {
  padding: 8px 16px;
  color: #fff;
  border-radius: 5px;
  background: #193d84;
}

.export-page {
  margin: 0 0 -100px;
  padding: 100px 0 200px;
  background: #132529;
}

.export-page .head-left h1,
.export-page .head-left h2,
.export-page .head-left h3,
.export-page .head-left h4,
.export-page .head-left h5,
.export-page .head-left h6 {
  color: #fff;
}

.export-page .export-box svg {
  height: 550px;
}

.export-page .export-box ul {
  height: auto;
  overflow: initial;
}

.export-page .export-box ul li a {
  background: #0a181c;
}

.export-map svg {
  height: 500px;
}

.export-detail {
  padding: 60px 0 0;
  background: #132529;
}

.export-detail .export-page {
  margin: 0 0 -100px;
}

.export-detail .head-left span,
.export-detail .head-left h1 {
  color: #fff;
}

.export-detail .head-left p {
  color: #b3b5b9;
}

.export-detail-boxes {
  margin: 60px 0 0;
}

.export-detail-box {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #0a181c;
  -webkit-box-shadow: 0 20px 30px rgba(10, 24, 28, 0.1);
  -moz-box-shadow: 0 20px 30px rgba(10, 24, 28, 0.1);
  -ms-box-shadow: 0 20px 30px rgba(10, 24, 28, 0.1);
  -o-box-shadow: 0 20px 30px rgba(10, 24, 28, 0.1);
  box-shadow: 0 20px 30px rgba(10, 24, 28, 0.1);
}

.export-detail-box-head {
  padding: 30px;
  border-bottom: 4px solid #132529;
}

.export-detail-box-head span {
  color: #fff;
  font-size: 1.2em;
  font-weight: 700;
}

.export-detail-box-content {
  padding: 30px;
}

.export-detail-box:nth-child(n + 2) {
  margin: 0 0 0 20px;
}

/* EXPORT END */

@media (max-width: 575px) {
  .not-found img {
    height: 180px;
  }
}

@media (max-width: 640px) {
  .quik-search.quik-search-mobile {
    display: block;
    padding: 0;
  }
  .not-found img {
    height: 250px;
  }

  .not-found span {
    font-size: 1.6em;
  }

  .not-found {
    padding: 30px;
  }

  .export {
    padding: 60px 15px;
  }

  .export-box ul li {
    width: 100%;
  }
}

.testimonials-head a {
  background-color: #193d84;
}

.testimonials-head p:first-child {
  color: #193d84;
}

.testimonials-box svg {
  fill: #193d84;
}

.home-information {
  padding: 60px 0;
}

.home-information ul {
  margin: -20px;
}

.home-information ul li {
  padding: 20px;
}

.home-information-box img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.home-information-box h2 {
  margin: 20px 0 0;
  color: #101010;
  font-size: 2.1875em;
  font-weight: 700;
}

.home-information-box a {
  margin: 30px 0 0;
  padding: 12px 48px;
  overflow: hidden;
  z-index: 0;
  color: #b7b7b7;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 700;
  border: 2px solid #c2c2c2;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.home-information-box a::before {
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  background: #c2c2c2;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}

.home-information-box a:hover {
  color: #000;
}

.home-information-box a:hover::before {
  top: 0;
}

.basket {
  margin: 60px 0;
}

.basket h1 {
  letter-spacing: 1px;
  color: #0a181c;
  font-size: 1.5em;
  font-weight: 700;
  /* text-transform: uppercase; */
}

.basket-area {
  margin: 40px 0 0;
}

.basket-list &gt; ul &gt; li:nth-child(n + 2) {
  border-top: 1px solid #e0e0e0;
  padding: 20px 0 0;
  margin: 20px 0 0;
}

.basket-list-box-img {
  max-width: 120px;
  max-height: 120px;
  min-width: 120px;
  min-height: 120px;
}

.basket-list-box-img img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  padding: 10px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.basket-list-box-right {
  margin: 0 0 0 20px;
}

.basket-list-box-content {
  max-width: 480px;
}

.basket-list-box-content h5 {
  font-size: 1.1em;
  color: #0a181c;
  font-weight: 600;
}

.basket-list-box-content p {
  margin: 5px 0 0;
  font-size: 1.1em;
  color: #8dc53f;
  font-weight: 600;
}

.basket-list-box-content h6 {
  font-size: 0.9em;
  color: #929ba7;
  font-weight: 600;
  text-transform: uppercase;
}

.free-transport {
  margin: 10px 0 0;
}

.free-transport span {
  font-size: 0.8em;
  color: #0a181c;
  font-weight: 600;
  margin: 0 0 0 10px;
}

.free-transport svg {
  width: 18px;
  min-width: 18px;
  height: 18px;
  fill: #8dc53f;
}

.basket-list-actions .piece-button {
  padding: 10px;
  background: #fff;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.basket-list-actions .piece-button svg {
  color: #005baa;
}

.basket-list-actions .piece input {
  border: 0;
  width: 50px;
  outline: none;
  padding: 13px 10px;
  font-size: 0.9em;
}

.basket-actions-delete {
  margin: 10px 0 0;
}

.basket-actions-delete button {
  padding: 10px;
  background: #fff;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.basket-actions-delete button svg {
  width: 14px;
  height: 14px;
  fill: #ff5d69;
}

.basket-box-summary {
  padding: 20px 25px;
  background: #f7f9fa;
  margin: 0 0 0 40px;
  height: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.basket-box-summary span {
  letter-spacing: 1px;
  color: #0a0a0a;
  font-size: 1.2em;
  font-weight: 700;
  /* text-transform: uppercase; */
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #e0e0e0;
}

.basket-box-summary ul li {
  padding: 10px 0;
}

.basket-box-summary ul li span {
  color: #929ba7;
  font-size: 0.85em;
  font-weight: 300;
  padding: 0;
  margin: 0;
  border: 0;
}

.basket-box-summary ul li p {
  color: #0a181c;
  font-size: 0.9em;
  font-weight: 600;
  margin: 0;
  padding: 0;
  border: 0;
}

.purchase-btn a,
.purchase-btn button {
  margin: 20px 0 0;
  padding: 15px 20px;
  width: 100%;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  background: #8dc53f;
  font-size: 0.8em;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  width: 100%;
}

.coupon-form {
  display: none;
  margin: 10px 0 0;
}

.add-promotion button {
  font-size: 0.9em;
  color: #005baa;
  font-weight: 600;
}

.add-promotion button svg {
  margin: 0 0 0 10px;
  width: 14px;
  height: 14px;
  fill: #005baa;
}

.coupon-form button {
  margin: 10px 0 0;
  font-size: 0.8em;
  background: #8dc53f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.coupon-form input {
  padding: 12px 20px;
  width: 100%;
  outline: none;
  color: #0a181c;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 0.8em;
  font-weight: 400;
  border: 1px solid #e0e0e0;
}

.address {
  margin: 60px 0;
}

.account-detail-content .address-content:nth-child(n + 2) {
  margin: 40px 0 0;
}

.basket-summary-conditions .checkbox span {
  margin: 0 10px 0 0;
}

.address-content &gt; ul {
  margin: -10px -10px 20px -10px;
}

.address-content &gt; ul &gt; li {
  padding: 10px;
}

.address-add {
  padding: 25px;
  height: 100%;
  cursor: pointer;
  border: 2px dashed #e0e0e0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.address-add span {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #f8f8f8;
}

.address-add span svg {
  width: 50px;
  height: 50px;
  fill: #0a181c;
}

.address-add small {
  margin: 20px 0 0;
  color: #0a181c;
  font-size: 1em;
  font-weight: 600;
}

.address-check label {
  cursor: pointer;
}

.address-check label input {
  display: none;
}

.address-check label input:checked + .address-box {
  border-color: #29a5b7;
  background: rgba(41, 165, 183, 0.1);
}

.address-box {
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.address-box-header {
  padding: 25px;
}

.address-box-header span {
  margin: 0 0 20px;
  color: #0a181c;
  font-size: 1em;
  font-weight: 600;
}

.address-box-header p {
  margin: 10px 0 0;
  color: #0a181c;
  font-size: 0.9em;
  font-weight: 400;
}

.address-box-header small {
  margin: 25px 0 0;
  color: #0a181c;
  font-size: 0.9em;
  font-weight: 600;
}

.address-box-footer {
  border-top: 1px solid #e0e0e0;
}

.address-box-footer ul li button {
  padding: 15px 25px;
  width: 100%;
  color: #0a181c;
  font-size: 0.9em;
  font-weight: 600;
}

.address-box-footer ul li button svg {
  margin: 0 10px 0 0;
  width: 16px;
  height: 16px;
  color: #0a181c;
}

.address-box-footer ul li:nth-child(2) {
  border-left: 1px solid #e0e0e0;
}

.address-head {
  margin: 0 0 20px;
}

.address-head h1 {
  letter-spacing: 1px;
  color: #0a181c;
  font-size: 1.5em;
  font-weight: 700;
  /* text-transform: uppercase; */
}

.pay {
  margin: 60px 0;
}

.payment-tabs {
  margin: 40px 0 0;
}

.pay-process &gt; ul {
  margin: -10px;
}

.pay-process &gt; ul &gt; li {
  padding: 10px;
}

.pay-process &gt; ul &gt; li a label input:checked + .checkbox-icon {
  background: #8dc53f;
  border-color: transparent;
}

.pay-process &gt; ul &gt; li a label input:checked + .checkbox-icon::before {
  border-color: #fff;
}

.pay-process &gt; ul &gt; li a .checkbox-icon {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pay-process &gt; ul &gt; li a .checkbox-icon::before {
  top: 1px;
  left: 5px;
  width: 7px;
  height: 12px;
  border-right-width: 3px;
  border-bottom-width: 3px;
}

.pay-process-content {
  margin: 20px 0 0;
  display: none;
}

.pay-checkbox label input {
  display: none;
}

.pay-checkbox label input:checked + .pay-checkbox-area {
  border-color: #29a5b7;
  background: rgba(41, 165, 183, 0.1);
}

.pay-checkbox label input:checked + .pay-checkbox-area .pay-checkbox-icon {
  background: #29a5b7;
  border-color: transparent;
}

.pay-checkbox
  label
  input:checked
  + .pay-checkbox-area
  .pay-checkbox-icon::before {
  opacity: 1;
  visibility: visible;
}

.pay-checkbox-area {
  padding: 15px;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: 600;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.pay-checkbox-icon {
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #e0e0e0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pay-checkbox-icon::before {
  content: "";
  top: 0px;
  left: 4px;
  width: 6px;
  height: 12px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top: 0px solid transparent;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-left: 0px solid transparent;
}

.pay-process-content ul li:nth-child(n + 2) {
  margin: 20px 0 0;
}

.pay h1 {
  letter-spacing: 1px;
  color: #0a181c;
  font-size: 1.5em;
  font-weight: 700;
  /* text-transform: uppercase; */
}

.payment-form {
  padding: 0 20px 0 0;
}

.credit-card-box {
  margin: 0 0 40px;
}

.c-card {
  width: 366px;
  height: 203px;
  padding: 20px;
  background: url("../img/creditcard.jpg");
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -ms-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -o-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
}

.card-type img {
  width: 80px;
}

.card-number,
.card-content {
  margin: 20px 0 0;
}

.card-number span {
  color: #fff;
  /* color: #7c889a; */
  font-size: 1.3em;
  font-weight: 700;
}

.card-content span {
  color: #fff;
  /* color: #7c889a; */
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
}

.card-content {
  margin: 40px 0 0;
}

.installment-info {
  padding: 0 0 0 30px;
}

.installment-options {
  /* margin: 20px 0 0; */
  padding: 20px;
  background: #f3f3f3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.installment-head {
  padding: 5px 0;
}

.installment-head img {
  width: 95px;
}

.installment-options ul {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.installment-options ul li {
  background: #fff;
}

.installment-options ul li label {
  padding: 15px;
  background: #fff;
}

.installment-options ul li:first-child {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.installment-options ul li:last-child label {
  -webkit-border-radius: 0 10px 10px;
  -moz-border-radius: 0 10px 10px;
  -ms-border-radius: 0 10px 10px;
  -o-border-radius: 0 10px 10px;
  border-radius: 0 10px 10px;
}

.installment-options ul li:last-child {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.installment-options ul li:nth-child(n + 2) {
  border-top: 1px solid rgba(234, 234, 234, 1);
  margin: 0;
}

.installment-list-box small {
  font-size: 1em;
}

.installment-list-box p {
  font-weight: 700;
  color: #0a181c;
}

.basket-summary-conditions {
  margin: 10px 0 0;
}

.checkbox label a {
  text-decoration: underline;
}

.checkbox-bank-list small {
  font-size: 1.1em;
  font-weight: 700;
  color: #0a181c;
}

.checkbox-bank-list p {
  color: #929ba7;
  font-size: 1em;
  font-weight: 400;
  margin: 15px 0 0;
}

.checkbox-bank-list p strong {
  font-weight: 700;
  color: #0a181c;
}

.sales-contract-area {
  margin: 60px 0 0;
  padding: 20px;
  border: 1px solid #f4f4f4;
  height: 100%;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -ms-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -o-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
}

.sales-contract-head {
  margin: -20px -20px 20px -20px;
  padding: 20px;
  background: #f4f4f4;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.sales-contract-head span {
  color: #929ba7;
  font-size: 1.2em;
  font-weight: 700;
}

.sales-contract-content {
  height: 250px;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 10px 0 0;
}

.sales-contract-content::-webkit-scrollbar {
  width: 4px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.sales-contract-content::-webkit-scrollbar-track {
  background: #f4f4f4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.sales-contract-content::-webkit-scrollbar-thumb {
  background: #193d84;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.sales-contract-content p {
  color: #929ba7;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6;
  margin: 20px 0 0;
}

.sales-contract-content p strong {
  font-weight: 600;
}

.sales-contract-content span {
  color: #0a181c;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.6;
  margin: 20px 0 0;
}

.sales-contract-content ul {
  margin: 20px 0 0;
}

.sales-contract-content ul li {
  color: #929ba7;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6;
}

.sales-contract-content ul li a {
  text-decoration: underline;
  font-weight: 600;
}

.sales-contract-content ul li::before {
  margin: 0 10px 00;
  content: "\2022";
  color: #8dc53f;
  font-size: 1.1em;
  font-weight: 700;
}

.sales-contract-content table {
  width: 100%;
  border: 1px solid #e0e0e0;
  margin: 20px 0 0;
}

.sales-contract-content table tr th {
  padding: 12px;
  text-align: center;
  font-size: 0.9em;
  color: #929ba7;
  font-weight: 700;
}

.sales-contract-content table tr th:nth-child(n + 2),
.sales-contract-content table tr td:nth-child(n + 2) {
  border-left: 1px solid #e0e0e0;
}

.sales-contract-content table tr td {
  padding: 12px;
  text-align: center;
  color: #929ba7;
  font-size: 0.9em;
  font-weight: 400;
}

.sales-contract-content table tbody tr:nth-child(n + 2) {
  border-top: 1px solid #e0e0e0;
}

.purchase-complete {
  margin: 60px 0;
}

.purchase-complete-txt h1 {
  color: #0a181c;
  font-size: 2.5em;
  font-weight: 700;
  text-align: left;
}

.purchase-complete-txt &gt; p {
  font-weight: 500;
  color: #929ba7;
  font-size: 1.3em;
  margin: 20px 0 0;
  line-height: 1.6;
  text-align: left;
}

.purchase-complete-txt &gt; p &gt; a {
  color: #29a5b7;
  text-decoration: underline;
}

.purchase-numbers {
  margin: 40px 0 0;
}

.purchase-numbers span {
  font-size: 1.1em;
  color: #0a181c;
  font-weight: 700;
}

.purchase-numbers p {
  margin: 10px 0 0;
  color: #929ba7;
  font-size: 1em;
  font-weight: 400;
}

.purchase-numbers ul li:nth-child(n + 2) {
  margin: 0 0 0 60px;
}

.purchase-complete-img svg {
  width: 500px;
}

.purchase-complete .order-user-info {
  margin: 40px 0;
  padding: 40px 0;
  border-top: 1px solid #e0e0e0;
}

.payment-bank-info {
  padding: 20px 0 0 0 !important;
}

.payment-warning-area {
  margin: 60px 0 0;
}

.payment-warning-area span {
  padding: 15px 10px;
  /* background: #e3b13f; */
  background: #ffa500;
  color: #fff;
  font-size: 1.1em;
  font-weight: 700;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.order-user-info {
  margin: 60px 0;
  padding: 0 0 60px 0;
  border-bottom: 1px solid #e0e0e0;
}

.order-user-info .order-user-info-box:nth-child(n + 2) {
  padding: 0 0 0 60px;
}

.order-user-info-box h3 {
  color: #0a181c;
  font-size: 1.2em;
  font-weight: 700;
}

.order-user-info-box ul {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #e0e0e0;
}

.order-user-info-box ul li:nth-child(n + 2) {
  margin: 15px 0 0;
}

.order-user-info-box ul li span {
  font-size: 1.1em;
  color: #0a181c;
  font-weight: 700;
  min-width: 150px;
}

.order-user-info-box ul li p {
  color: #929ba7;
  font-size: 1em;
  font-weight: 400;
  max-width: 440px;
  text-align: right;
}

.order-user-info-box ul li a &gt; p {
  text-decoration: underline;
  font-weight: 600;
}

.order-complete-summary &gt; ul {
  width: 350px;
  padding: 20px;
  background: #f4f4f4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.order-complete-summary &gt; ul &gt; li {
  padding: 5px 0;
}

.order-complete-summary &gt; ul &gt; li span {
  color: #929ba7;
  font-size: 0.85em;
}

.order-complete-summary &gt; ul &gt; li p {
  color: #0a181c;
  font-size: 0.9em;
  font-weight: 600;
}

.order-complete-summary &gt; ul &gt; li:last-child {
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #e0e0e0;
}

.order-complete-summary {
  margin: 30px 0 0;
}

.ohp-img {
  min-width: 100px;
  min-height: 100px;
  margin: 0 20px 0 0;
}

.ohp-img img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.order-history-product-box {
  max-width: 350px;
}

.order-history-head {
  margin: 0 0 40px;
}

.order-history-area &gt; ul &gt; li:first-child .order-history-box {
  background: #f4f4f4;
}

.order-history-area &gt; ul &gt; li:first-child .order-history-box:first-child {
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  -ms-border-radius: 10px 0 0 0;
  -o-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
}

.order-history-area &gt; ul &gt; li:first-child .order-history-box:last-child {
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  -ms-border-radius: 0 10px 0 0;
  -o-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
}

.order-history-area &gt; ul &gt; li:nth-child(n + 2) {
  -webkit-box-shadow: 0 -1px 0 #e0e0e0;
  -moz-box-shadow: 0 -1px 0 #e0e0e0;
  -ms-box-shadow: 0 -1px 0 #e0e0e0;
  -o-box-shadow: 0 -1px 0 #e0e0e0;
  box-shadow: 0 -1px 0 #e0e0e0;
}

.order-history-area &gt; ul &gt; li:nth-child(2) {
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  -ms-box-shadow: unset;
  -o-box-shadow: unset;
  box-shadow: unset;
}

.order-history-box {
  padding: 20px;
}

.order-history-box span {
  font-size: 1em;
  font-weight: 700;
  color: #0a181c;
}

.order-history-box p {
  color: #929ba7;
  font-size: 1em;
  font-weight: 500;
}

.order-history-product-box p {
  font-size: 1em;
  font-weight: 500;
  color: #0a181c;
}

.irs--flat .irs-bar,
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single,
.irs--flat .irs-handle &gt; i:first-child,
.irs--flat .irs-handle.state_hover &gt; i:first-child,
.irs--flat .irs-handle:hover &gt; i:first-child,
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single,
.irs--round .irs-bar {
  background-color: #5dbfd0;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before,
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  border-top-color: #5dbfd0;
}

.irs--round .irs-handle {
  border-color: #5dbfd0;
}

.dashboard {
  margin: 60px 0;
}

.dashboard-head img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.dashboard-head-txt {
  top: 50%;
  left: 50px;
  transform: translate(0, -50%);
}

.dashboard-head-txt span {
  font-size: 3em;
  color: #fff;
  font-weight: 700;
  -webkit-text-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -moz-text-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -ms-text-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -o-text-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  text-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
}

.dashboard-head-txt p {
  margin: 5px 0 0;
  font-size: 1em;
  color: #fff;
  font-weight: 400;
  line-height: 1.9;
  -webkit-text-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -moz-text-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -ms-text-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -o-text-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  text-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
}

.dashboard-counts {
  margin: 40px 0 0;
}

.dashboard-counts ul {
  margin: -10px;
}

.dashboard-counts ul li {
  padding: 10px;
}

.dashboard-count-box {
  padding: 20px;
  border: 1px solid #f4f4f4;
  height: 100%;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -ms-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -o-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
}

.dashboard-count-icon {
  padding: 15px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: rgba(41, 165, 183, 0.2);
}

.dashboard-count-icon svg {
  width: 35px;
  height: 35px;
  color: #29a5b7;
}

.dashboard-count-txt {
  margin: 0 0 0 20px;
}

.dashboard-count-txt span {
  color: #929ba7;
  font-size: 1em;
  font-weight: 400;
}

.dashboard-count-txt p {
  margin: 10px 0 0;
  font-size: 1.3em;
  color: #0a181c;
  font-weight: 700;
}

.current-stat-icon {
  margin: 0 10px 0 0;
  padding: 6px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: rgba(66, 188, 139, 0.2);
}

.current-stat-icon svg {
  width: 14px;
  height: 14px;
  color: #42bc8b;
}

.current-down .current-stat-icon svg {
  color: #f54a39;
}

.current-down .current-stat-icon {
  background: rgba(245, 74, 57, 0.2);
}

.dashboard-container {
  margin: 40px 0 0;
}

.dashboard .dashboard-container:nth-child(n + 2) {
  margin: 20px 0 0;
}

.dashboard-container &gt; ul {
  margin: -20px;
}

.dashboard-container &gt; ul &gt; li {
  padding: 20px;
}

.dashboard-profile {
  padding: 20px;
  border: 1px solid #f4f4f4;
  height: 100%;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -ms-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -o-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
}

.dashboard-header {
  height: 76px;
  margin: -20px -20px 20px -20px;
  padding: 20px;
  background: #f4f4f4;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.dashboard-header span {
  color: #929ba7;
  font-size: 1.2em;
  font-weight: 700;
}

.dashboard-header a {
  font-size: 0.8em;
  font-weight: 700;
  padding: 10px;
  background: #fff;
  color: #29a5b7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -ms-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -o-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
}

.dashboard-header a svg {
  width: 16px;
  height: 16px;
  margin: 0 0 0 10px;
  color: #29a5b7;
}

.dp-head-avatar {
  background: rgba(41, 165, 183, 0.2);
  width: 75px;
  height: 75px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.dp-head-avatar span {
  font-size: 1.5em;
  font-weight: 700;
  color: #29a5b7;
}

.dp-head p {
  margin: 10px 0 0;
  font-size: 1.3em;
  font-weight: 700;
  color: #0a181c;
}

.dp-info {
  margin: 20px 0 0;
}

.dp-info ul li:nth-child(n + 2) {
  margin: 10px 0 0;
}

.dp-info-icon svg {
  width: 20px;
  height: 20px;
  color: #929ba7;
}

.dp-info ul li a,
.dp-info ul li p {
  margin: 0 0 0 10px;
  font-size: 0.9em;
  font-weight: 400;
  color: #929ba7;
}

.dp-button a {
  margin: 20px 0 0;
  padding: 16px 20px;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #193d84;
  font-size: 1em;
  font-weight: 700;
}

.dashboard-scroll-content {
  padding: 20px;
  border: 1px solid #f4f4f4;
  height: 100%;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -ms-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -o-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
}

.dashboard-scroll-box {
  height: 100%;
  max-height: 280px;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 10px 0 0;
}

.dashboard-scroll-box::-webkit-scrollbar {
  width: 4px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.dashboard-scroll-box::-webkit-scrollbar-track {
  background: #f4f4f4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.dashboard-scroll-box::-webkit-scrollbar-thumb {
  background: #29a5b7;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.dashboard-order-list &gt; ul &gt; li:nth-child(n + 2) {
  margin: 20px 0 0;
}

.db-order-box {
  padding: 20px;
  border: 1px solid #f4f4f4;
  height: 100%;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -ms-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -o-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
}

.db-order-box-icon {
  width: 30px;
  height: 30px;
  background: rgba(41, 165, 183, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.db-order-box-stat span {
  color: #929ba7;
  font-size: 0.9em;
  font-weight: 400;
}

.db-order-box-stat p {
  margin: 10px 0 0;
  font-size: 1em;
  color: #0a181c;
  font-weight: 700;
}

/* .db-order-box-stat {
  margin: 0 0 0 20px;
} */

.db-order-box-stat a {
  margin: 10px 0 0;
  padding: 2px;
  background: rgba(41, 165, 183, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.db-order-box-stat svg {
  width: 16px;
  height: 16px;
  fill: #29a5b7;
}

.dashboard-favorite-list ul li:nth-child(n + 2) {
  margin: 20px 0 0;
}

.db-favorite-box {
  padding: 20px;
  border: 1px solid #f4f4f4;
  height: 100%;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -ms-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -o-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
}

.db-favorite-box-img a {
  min-width: 80px;
  min-height: 80px;
}

.db-favorite-box-img a img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.db-favorite-name {
  max-width: 180px;
}

.db-favorite-info span {
  color: #929ba7;
  font-size: 0.9em;
  font-weight: 400;
}

.db-favorite-info p {
  margin: 10px 0 0;
  font-size: 1em;
  color: #0a181c;
  font-weight: 700;
}

.dashboard-current-list &gt; ul &gt; li:nth-child(n + 2) {
  margin: 20px 0 0;
}

.db-current-box {
  padding: 20px;
  border: 1px solid #f4f4f4;
  height: 100%;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -ms-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -o-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
}

.db-current-box-icon {
  width: 30px;
  height: 30px;
  background: rgba(41, 165, 183, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.db-current-box-icon.db-current-down {
  background: rgba(245, 74, 57, 0.2);
}

.db-current-info span {
  color: #929ba7;
  font-size: 0.9em;
  font-weight: 400;
}

.db-current-info p {
  margin: 10px 0 0;
  font-size: 1em;
  color: #0a181c;
  font-weight: 700;
}

.send-comment-product {
  margin: 0 0 30px 0;
}

.send-comment-product-img {
  min-width: 120px;
  min-height: 120px;
}

.send-comment-product-img img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.send-comment-product-info {
  margin: 0 0 0 20px;
}

.send-comment-product-info p {
  font-size: 1em;
  font-weight: 500;
  color: #929ba7;
}

.send-comment-product-info span {
  font-size: 1.2em;
  color: #0a181c;
  font-weight: 700;
  max-width: 350px;
}

.dashboard-comment-list ul li:nth-child(n + 2) {
  margin: 20px 0 0;
}

.db-comment-box {
  padding: 20px;
  border: 1px solid #f4f4f4;
  height: 100%;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -ms-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -o-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
}

.db-comment-box-img a {
  min-width: 80px;
  min-height: 80px;
}

.db-comment-box-img a img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.db-comment-name {
  max-width: 180px;
}

.db-comment-info span {
  color: #929ba7;
  font-size: 0.9em;
  font-weight: 400;
}

.db-comment-info p {
  margin: 10px 0 0;
  font-size: 1em;
  color: #0a181c;
  font-weight: 700;
}

.db-comment-info button {
  width: 100%;
  margin: 10px 0 0;
  padding: 2px;
  background: rgba(41, 165, 183, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.db-comment-info button svg {
  width: 16px;
  height: 16px;
  fill: #29a5b7;
}

.ratedProduct {
  margin: 10px 0 0;
}

.our-comment-rate {
  margin: 10px 0 0;
}

.our-comment-rate p {
  margin: 0 0 0 10px;
  font-size: 1.3em;
  line-height: 18px;
}

.sended-comment-textarea {
  padding: 20px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin: 0 0 20px 0;
  max-height: 420px;
  overflow: hidden;
  overflow-y: auto;
}

.sended-comment-textarea::-webkit-scrollbar {
  width: 4px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.sended-comment-textarea::-webkit-scrollbar-track {
  background: #f4f4f4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.sended-comment-textarea::-webkit-scrollbar-thumb {
  background: #8dc53f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.sended-comment-textarea .sended-comment-box:nth-child(n + 2) {
  margin: 20px 0 0;
}

.sended-comment-avatar span {
  width: 42px;
  height: 42px;
  background: rgba(41, 165, 183, 0.2);
  color: #29a5b7;
  font-size: 1.2em;
  font-weight: 700;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.sended-comment-avatar {
  margin: 0 15px 0 0;
}

.sended-comment-txt {
  padding: 15px;
  background: #f4f4f4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.sended-comment-txt p {
  color: #929ba7;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6;
}

.sended-comment-right {
  flex-direction: row-reverse;
}

.sended-comment-right .sended-comment-avatar {
  margin: 0 0 0 15px;
}

.db-comment-status {
  margin: 5px 0 0;
}

.db-comment-status span {
  padding: 5px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 0.8em;
}

.question-completed {
  background: rgba(141, 197, 63, 0.2);
  color: #8dc53f !important;
}

.question-progress {
  background: rgba(255, 223, 0, 0.2);
  color: #edca01 !important;
}

.settings {
  margin: 60px 0;
}

.settings-area-content {
  padding: 20px;
}

.settigs-area {
  width: 800px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -ms-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -o-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
}

.settings-area-nav {
  padding: 20px;
  background: #f4f4f4;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}

.settings-area-nav ul li a {
  padding: 20px;
}

.settings-nav-icon svg {
  width: 25px;
  height: 25px;
  color: #929ba7;
}

.settings-nav-box span {
  margin: 0 0 0 10px;
  font-size: 1em;
  font-weight: 700;
  color: #929ba7;
}

.settings-area-nav ul li:last-child .settings-nav-icon svg {
  fill: #929ba7;
}

.settings-nav-active {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -ms-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -o-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
}

.settings-nav-active .settings-nav-box span {
  color: #005baa;
}

.settings-nav-active .settings-nav-icon svg {
  color: #005baa;
}

.settings-area-nav
  ul
  li:last-child
  .settings-nav-active
  .settings-nav-icon
  svg {
  fill: #005baa;
}

.account-detail-content {
  margin: 40px 0 0;
}

.profile-content-box {
  display: none;
}

.account-detail-content .tab-active {
  display: block;
}

.account-detail-nav ul {
  padding: 7px;
  background: #f4f4f4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.account-detail-nav ul li a {
  padding: 10px;
  font-size: 1em;
  font-weight: 700;
  color: #929ba7;
}

.account-detail-nav ul li a.tab-nav-active {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -ms-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -o-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
}

.account-detail-content-box .address ul {
  margin: -10px;
}

.account-detail-content-box .address ul li {
  padding: 10px;
}

.file-input-box {
  padding: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border: 2px dashed #e0e0e0;
}

.file-input label {
  cursor: pointer;
}

.file-input label input {
  display: none;
}

.file-input-box svg {
  width: 52px;
  height: 52px;
  color: #929ba7;
}

.file-input-box span {
  margin: 10px 0 0;
  color: #929ba7;
  font-size: 0.9em;
  font-weight: 500;
}

.file-input-box p {
  margin: 5px 0 0;
  color: #929ba7;
  font-size: 0.8em;
  font-weight: 500;
}

.order-history-search input {
  padding: 12px 15px 12px 46px;
  width: 250px;
  outline: none;
  color: #929ba7;
  background: #f4f4f4;
  font-size: 0.8em;
  font-weight: 400;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.order-history-search-icon {
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.order-history-search-icon svg {
  width: 18px;
  height: 18px;
  color: #b2b9c2;
}

.order-history-head h1 {
  font-size: 2.5em;
  color: #0a181c;
  font-weight: 700;
}

.order-list {
  margin: 60px 0;
}

.order-completed {
  padding: 10px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #4bd38f !important;
  background: rgba(75, 211, 143, 0.15);
  font-weight: 700;
}

.order-waiting {
  padding: 10px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #fbc354 !important;
  background: rgba(251, 195, 84, 0.15);
  font-weight: 700;
}

.order-delivery-txt {
  padding: 10px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  color: #ff6000 !important;
  background: rgba(255, 96, 0, 0.15);
  font-weight: 700;
}

.order-history-box ul li button svg {
  width: 22px;
  height: 22px;
  color: #929ba7;
}

.order-history-box ul li button small {
  margin: 5px 0 0;
  color: #929ba7;
  letter-spacing: normal;
  font-size: 0.8em;
  font-weight: 400;
  text-transform: none;
}

.order-history-box ul li {
  padding: 5px;
}

.order-track-btn svg {
  fill: #929ba7;
}

.order-complete {
  margin: 60px 0;
}

.order-complete-info h1 {
  letter-spacing: 1px;
  color: #0a181c;
  font-size: 1.5em;
  font-weight: 700;
}

.order-complete-info ul {
  margin: 40px 0;
  padding: 40px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.order-complete-info ul li {
  padding: 10px 0;
}

.order-track-steps-box::after {
  content: ". . .";
  color: #f3f3f3;
  position: absolute;
  right: -33px;
  top: 20%;
  line-height: 0;
  font-size: 50px;
}

.order-complete-info ul li:last-child .order-track-steps-box::after {
  display: none;
}

.order-track-steps-icon {
  width: 60px;
  height: 60px;
  background: #f3f3f3;
  color: #111827;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.order-track-steps-icon svg {
  width: 25px;
  height: 25px;
  fill: #111827;
}

.order-track-completed .order-track-steps-box::after {
  content: ". . .";
  color: #6fcf35;
  position: absolute;
  right: -33px;
  top: 20%;
  line-height: 0;
  font-size: 50px;
}

.order-track-completed .order-track-steps-icon {
  background: #6fcf35;
}

.order-track-completed .order-track-steps-icon svg {
  fill: #fff;
}

.order-track-on-progress .order-track-steps-box::after {
  content: ". . .";
  color: #f3f3f3;
  position: absolute;
  right: -33px;
  top: 20%;
  line-height: 0;
  font-size: 50px;
}

.order-track-on-progress .order-track-steps-icon {
  background: #ff6000;
}

.order-track-on-progress .order-track-steps-icon svg {
  fill: #fff;
}

.order-track-steps-box span {
  color: #929ba7;
  font-size: 0.9em;
  margin: 15px 0 0;
}

.order-complete-details {
  margin: 60px 0 0;
  padding: 0 0 60px;
  border-bottom: 1px solid #e0e0e0;
}

.order-complete-details ul li span {
  font-size: 1.1em;
  color: #0a181c;
  font-weight: 700;
}

.order-complete-details ul li p {
  margin: 10px 0 0;
  color: #929ba7;
  font-size: 1em;
  font-weight: 400;
}

.order-complete-details ul li button {
  margin: 10px 0 0;
  color: #ff5d69;
  font-size: 1em;
  font-weight: 400;
  text-decoration: underline;
}

.extradition-request-items {
  padding: 20px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  overflow-y: auto;
  max-height: 220px;
}

.extradition-request-items::-webkit-scrollbar {
  width: 4px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.extradition-request-items::-webkit-scrollbar-track {
  background: transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.extradition-request-items::-webkit-scrollbar-thumb {
  background: #005baa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.extradition-request-items ul li:nth-child(n + 2) {
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #e0e0e0;
}

.ext-request-txt .checkbox-icon {
  min-width: 20px;
  min-height: 20px;
}

.ext-request-txt .checkbox-icon::before {
  top: 2px;
  left: 6px;
}

.ext-request-img {
  margin: 0 0 0 10px;
  min-width: 85px;
  min-height: 85px;
}

.ext-request-img img {
  width: 85px;
  height: 85px;
  object-fit: contain;
}

.ext-request-name {
  margin: 0 0 0 10px;
  max-width: 250px;
}

.ext-request-name p {
  font-size: 0.9em;
  font-weight: 500;
  color: #929ba7;
}

.ext-request-name span {
  margin: 5px 0 0;
  font-size: 1em;
  color: #0a181c;
  font-weight: 600;
}

.extradition-request-item .piece-button {
  padding: 10px;
  background: #fff;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}

.extradition-request-item .piece-button svg {
  color: #005baa;
}

.extradition-request-item .piece input {
  border: 0;
  width: 50px;
  outline: none;
  padding: 13px 10px;
  font-size: 0.9em;
}

.order-tracking {
  margin: 60px 0;
}

.order-tracking-area {
  padding: 40px;
  width: 1070px;
  background: #fff;
  -webkit-box-shadow: 0 7px 7px #ddd;
  -moz-box-shadow: 0 7px 7px #ddd;
  -ms-box-shadow: 0 7px 7px #ddd;
  -o-box-shadow: 0 7px 7px #ddd;
  box-shadow: 0 7px 7px #ddd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.order-tracking-img {
  height: 300px;
  padding: 0 0 0 20px;
}

.order-tracking-img img,
.order-tracking-img svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.order-tracking-box span {
  letter-spacing: 1px;
  color: #0a181c;
  font-size: 2em;
  font-weight: 700;
  /* text-transform: uppercase; */
}

.order-tracking-box p {
  margin: 15px 0 0;
  color: #929ba7;
  font-size: 0.95em;
  font-weight: 400;
}

.order-tracking-form {
  margin: 40px 0 0;
}

.order-tracking-form button {
  margin: 15px 0 0;
  padding: 15px 40px;
  width: 100%;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
  background: #193d84;
  font-size: 0.95em;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.order-tracking-form button:hover {
  background: #193d84;
}

.order-tracking-input input {
  padding: 15px 20px 15px 52px;
  width: 100%;
  outline: none;
  color: #929ba7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: #f4f4f4;
  font-size: 0.95em;
  font-weight: 500;
}

.order-tracking-input input::placeholder {
  color: #929ba7;
}

.order-tracking-input-icon {
  top: 50%;
  left: 15px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.order-tracking-input-icon svg {
  width: 22px;
  height: 22px;
  fill: #b2b9c2;
}

.order-track-btn svg {
  fill: #929ba7;
}

.current-account-sum {
  padding: 0 0 0 40px;
}

.current-account-sum ul {
  padding: 20px;
  background: #f4f4f4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.current-account-sum ul li:nth-child(n + 2) {
  margin: 20px 0 0;
}

.current-account-sum ul li:last-child {
  padding: 20px 0 0;
  border-top: 1px solid #e0e0e0;
}

.current-account-sum ul li p {
  color: #929ba7;
  font-size: 0.9em;
  font-weight: 300;
}

.current-account-sum ul li span {
  color: #0a181c;
  font-size: 0.9em;
  font-weight: 600;
}

.current-account-pay {
  margin: 20px 0 0;
}

.current-account-pay p {
  color: #929ba7;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.6;
}

.current-account-pay button {
  margin: 10px 0 0;
  padding: 15px 20px;
  width: 100%;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #8dc53f;
  font-size: 1em;
  font-weight: 700;
  width: 100%;
}

.order-history-head p {
  color: #929ba7;
  font-size: 1em;
  font-weight: 400;
}

.order-history-head p a {
  text-decoration: underline;
  font-weight: 500;
}

.favorites-list {
  margin: 60px 0;
}

.favorites-list ul {
  margin: -10px;
}

.favorites-list ul li {
  padding: 10px;
}

.product-box-fav {
  top: 0px;
  right: 0px;
}

.product-box-fav button {
  padding: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -ms-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -o-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
}

.product-box-fav button svg {
  width: 22px;
  height: 22px;
  color: #111827;
}

.product-box-fav button.active svg {
  color: #ff5d69;
  fill: rgba(255, 93, 105, 0.3);
}

.less-blog ul {
  margin: -20px;
}

.less-blog ul li {
  padding: 20px;
}

.blog-box-img img {
  width: 100%;
  height: 234px;
  object-fit: cover;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.blog-box-txt {
  margin: 20px 0 0;
}

.blog-box-txt span {
  font-size: 1.5rem;
  color: #090e34;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-box:hover .blog-box-txt span {
  color: #193d84;
}

.blog-box-txt p {
  margin: 10px 0 0;
  color: #637381;
  line-height: 1.5em;
  font-size: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-box-date {
  bottom: 10px;
  left: 10px;
}

.blog-box-date span {
  padding: 8px;
  color: #fff;
  font-size: 0.8em;
  font-weight: 500;
  background: #193d84;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.less-blog {
  margin: 40px 0 0;
}

.blog-list {
  margin: 60px 0;
}

.blog-list-head h1 {
  font-size: 2.5em;
  color: #0a181c;
  font-weight: 700;
}

.blog-list-head p {
  font-weight: 400;
  color: #929ba7;
  font-size: 1.1em;
}

.blog-detail {
  margin: 60px 0;
}

.blog-detail-slide img {
  width: 100%;
  height: 410px;
  object-fit: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.blog-detail-area {
  margin: 40px 0 0;
}

.blog-others {
  padding: 0 0 0 40px;
}

.blog-others ul {
  padding: 20px;
  background: #f4f4f4;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.blog-others ul li a {
  padding: 20px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-others ul li a:hover {
  background: #fbfbfb;
}

.blog-others-img {
  min-width: 80px;
  min-height: 80px;
}

.blog-others-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.blog-others-txt {
  padding: 0 0 0 20px;
  max-width: 230px;
}

.blog-others-txt span {
  color: #0a181c;
  font-size: 1em;
  font-weight: 700;
}

.blog-others-txt p {
  margin: 5px 0 0;
  color: #929ba7;
  font-size: 0.9em;
  font-weight: 400;
}

.blog-detail-txt h1 {
  font-size: 2.2em;
  color: #0a181c;
  font-weight: 700;
}

.blog-detail-txt h2,
.blog-detail-txt h3,
.blog-detail-txt h4,
.blog-detail-txt h5,
.blog-detail-txt h6 {
  margin: 20px 0 0;
  font-size: 1.8em;
  color: #0a181c;
  font-weight: 700;
}

.blog-detail-txt p {
  color: #929ba7;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.6;
  margin: 20px 0 0;
}

.blog-detail-txt p strong {
  font-weight: 600;
}

.blog-detail-txt p a {
  text-decoration: underline;
  font-weight: 600;
}

.blog-detail-txt a {
  text-decoration: underline;
  font-weight: 600;
  color: #929ba7;
}

.blog-detail-txt span {
  color: #0a181c;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.6;
  margin: 20px 0 0;
}

.blog-detail-txt ul {
  margin: 20px 0 0;
}

.blog-detail-txt ul li {
  color: #929ba7;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.6;
}

.blog-detail-txt ul li a {
  text-decoration: underline;
  font-weight: 600;
}

.blog-detail-txt ul li::before {
  margin: 0 10px 00;
  content: "\2022";
  color: #29a5b7;
  font-size: 1.2em;
  font-weight: 700;
}

.photo-gallery {
  margin: 60px 0;
}

.photo-gallery-head {
  margin: 0 0 40px 0;
}

.photo-gallery-head h1 {
  font-size: 2.5em;
  color: #0a181c;
  font-weight: 700;
}

.photo-gallery-head p {
  font-weight: 400;
  color: #929ba7;
  font-size: 1.1em;
}

.photo-gallery-list ul {
  margin: -10px;
}

.photo-gallery-list ul li {
  padding: 10px;
}

.photo-gallery-box a img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border: 10px solid #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -moz-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -ms-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  -o-box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
  box-shadow: 0 2px 2px rgba(27, 29, 32, 0.1);
}

.less-certificates {
  scroll-margin-top: 200px;
}

.stable-page {
  padding: 60px 0;
}

.stable-page-nav .stable-nav-box:nth-child(n + 2) {
  margin: 40px 0 0;
}

.stable-nav-box span {
  color: #0a181c;
  font-size: 1.2em;
  font-weight: 700;
}

.stable-nav-box ul {
  margin: 20px 0 0;
}

.stable-nav-box ul li a {
  padding: 10px 20px;
  border-left: 3px solid #f1f1f1;
  color: #868686;
  transition: 0.2s ease-in;
}

.stable-nav-box ul li a:hover {
  border-color: #29a5b7;
  color: #29a5b7;
}

.stable-nav-box ul li a.stable-active {
  border-color: #29a5b7;
  color: #29a5b7;
}
/* 
.stable-page-content {
  padding: 0 0 0 40px;
} */

.stable-page-content-top {
  margin: 0 0 10px;
}

.stable-page-content-top span {
  color: #868686;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
}

.stable-page-content-top p {
  color: #868686;
  font-size: 0.9em;
  font-weight: 400;
}

.stable-page-head {
  margin: 0 0 40px;
}

.stable-page-head h1 {
  color: #29a5b7;
  font-size: 2.5em;
  font-weight: 700;
}

.stable-page-txt p {
  margin: 15px 0 0;
  line-height: 1.6;
  color: #929ba7;
  font-size: 1em;
  font-weight: 400;
}

.stable-page-txt p a {
  line-height: 1.6;
  color: #29a5b7;
  font-size: 1em;
  font-weight: 600;
  text-decoration: underline;
}

.stable-page-txt span {
  display: block;
  margin: 15px 0 0;
  line-height: 1.6;
  color: #0a181c;
  font-size: 1.1em;
  font-weight: 600;
}

.stable-page-txt ul {
  margin: 15px 0 0;
}

.stable-page-txt ul li {
  line-height: 1.6;
  color: #929ba7;
  font-size: 1em;
  font-weight: 400;
}

.stable-page-txt ul li:nth-child(n + 2) {
  margin: 7px 0 0;
}

.stable-page-txt ul li:before {
  margin: 0 10px 0 0;
  content: "\2022";
  color: #29a5b7;
  font-size: 1em;
  font-weight: 700;
}

.faq-tab-box:nth-child(n + 2) {
  border-top: 1px solid #e0e0e0;
}

.faq-tab-head {
  padding: 20px 0;
  cursor: pointer;
}

.faq-tab-head span {
  color: #0a181c;
  font-size: 1.1em;
  font-weight: 600;
}

.faq-tab-head button {
  margin: 0 0 0 40px;
}

.faq-tab-head button svg {
  width: 16px;
  height: 16px;
  fill: #0a181c;
  transform: rotate(-180deg);
}

.faq-tab-content {
  border-top: 1px solid #e0e0e0;
  padding: 0 0 25px;
  display: none;
}

.faq-tab-content-info-box p {
  margin: 15px 0 0;
  line-height: 1.6;
  color: #929ba7;
  font-size: 1em;
  font-weight: 400;
}

.contact {
  padding: 60px 0;
}

.contact-map #map {
  width: 100%;
  height: 350px;
}

.contact-if {
  margin: 30px 0 0;
}

.contact-info {
  padding: 30px;
  background: rgba(1, 158, 227, 0.05);
}

.contact-info span {
  margin: 0 0 30px;
  color: #0a181c;
  font-size: 1.5em;
  font-weight: 300;
}

.contact-info .social p {
  color: #0a181c;
  font-size: 0.9em;
  font-weight: 300;
  line-height: 21px;
}

.contact-info .social p:nth-child(n + 2) {
  margin: 20px 0 0;
}

.contact-info .social p a {
  font-weight: 500;
}

.contact-info-icon {
  padding: 10px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  background: #29a5b7;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.contact-info-icon svg {
  width: 20px;
  height: 20px;
  color: #fff;
}

.contact-info &gt; ul,
.contact-social ul {
  margin: -10px;
}

.contact-info &gt; ul &gt; li,
.contact-social ul li {
  padding: 10px;
}

.contact-info &gt; ul &gt; li &gt; a,
.contact-social ul li a {
  margin: 0 0 0 15px;
  font-size: 1em;
  font-weight: 400;
  color: #0a181c;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.contact-info &gt; ul &gt; li &gt; a:hover,
.contact-social ul li a:hover {
  color: #193c83;
}

.contact-info &gt; ul &gt; li p {
  margin: 0 0 0 15px;
  font-size: 1em;
  font-weight: 400;
  color: #0a181c;
}

.contact-info &gt; ul &gt; li:hover .contact-info-icon,
.contact-social ul li:hover .contact-info-icon {
  background: #193c83;
}

.contact-info .social {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #d4d4d4;
}

.contact-info .social ul {
  margin: -10px;
}

.contact-info .social ul li {
  padding: 10px;
}

.contact-info .social ul li a {
  padding: 0;
}

.contact-info .social ul li a svg {
  width: 28px;
  height: 28px;
  fill: #0a181c;
  transition: 0.2s ease-in-out;
}

.contact-info .social ul li a svg:hover {
  width: 28px;
  height: 28px;
  fill: #29a5b7;
}

.contact-form {
  padding: 0 30px;
}

.contact-social {
  margin: 40px 0 0;
}

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

.form-element {
  padding: 10px;
}

.form-element label {
  margin: 0 0 10px;
  color: #0a181c;
  font-size: 0.9em;
  font-weight: 700;
  letter-spacing: 1px;
}

.form-element input {
  padding: 12px 20px;
  width: 100%;
  outline: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  color: #0a181c;
  font-size: 0.9em;
  font-weight: 400;
  border: 1px solid #ddd;
}

.form-element textarea {
  padding: 12px 20px;
  width: 100%;
  outline: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  color: #0a181c;
  font-size: 0.9em;
  font-weight: 400;
  border: 1px solid #ddd;
  min-height: 110px;
  resize: none;
  outline: none;
}

.form-element &gt; select {
  width: 100%;
  padding: 12px 48px 12px 15px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  color: #0a181c;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  font-size: 0.9em;
  font-weight: 400;
  border: 1px solid #ddd;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")
    no-repeat calc(100% - 15px);
  background-size: 18px;
}

.form-element button {
  width: 100%;
  margin: 20px 0 0;
  padding: 10px 30px;
  color: #0a181c;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #0a181c;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form-element button svg {
  margin: 0 0 0 30px;
  width: 34px;
  height: 34px;
  stroke: #0a181c;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form-element button:hover {
  background: rgba(10, 24, 28, 0.03);
}

.form-element button:hover svg {
  margin: 0 0 0 40px;
}

.contact-form textarea {
  min-height: 140px;
}

.profile-settings {
  margin: 60px 0;
}

.profile-settings-box {
  background: #fff;

  -webkit-box-shadow: 0 7px 7px #ddd;

  -moz-box-shadow: 0 7px 7px #ddd;

  -ms-box-shadow: 0 7px 7px #ddd;

  -o-box-shadow: 0 7px 7px #ddd;

  box-shadow: 0 7px 7px #ddd;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  -o-border-radius: 10px;

  border-radius: 10px;
}

.profile-settings-nav {
  padding: 0 40px 0 0;
}

.profile-settings-nav-box {
  background: #fff;

  -webkit-box-shadow: 0 7px 7px #ddd;

  -moz-box-shadow: 0 7px 7px #ddd;

  -ms-box-shadow: 0 7px 7px #ddd;

  -o-box-shadow: 0 7px 7px #ddd;

  box-shadow: 0 7px 7px #ddd;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  -o-border-radius: 10px;

  border-radius: 10px;
}

.profile-settings-nav-box span {
  padding: 15px;

  color: #111827;

  letter-spacing: 0.08em;

  font-size: 1em;

  font-weight: 700;
}

.profile-settings-nav-box ul li {
  border-top: 1px solid #e0e0e0;
}

.profile-settings-nav-box ul li a {
  padding: 15px;

  font-weight: 600;

  font-size: 0.9em;

  color: #111827;

  transition: 0.3s ease-in;
}

.profile-settings-nav-box ul li a:hover {
  color: #183d83;
}

.profile-settings-bottom {
  padding: 40px;
}

.p-settings-head {
  margin: 0 0 40px;
}

.p-settings-head span {
  letter-spacing: 1px;

  color: #111827;

  font-size: 2em;

  font-weight: 700;

  /* text-transform: uppercase; */
}

.p-settings-head p {
  margin: 10px 0 0;

  color: #91979f;

  font-size: 0.95em;

  font-weight: 400;
}

.el-head-content-img {
  width: 100px;

  height: 100px;

  -webkit-border-radius: 100%;

  -moz-border-radius: 100%;

  -ms-border-radius: 100%;

  -o-border-radius: 100%;

  border-radius: 100%;

  background: #fff;

  border: 1px solid #e0e0e0;

  padding: 10px;
}

.el-head-content-img img {
  width: 100%;

  height: 100%;

  -webkit-border-radius: 100%;

  -moz-border-radius: 100%;

  -ms-border-radius: 100%;

  -o-border-radius: 100%;

  border-radius: 100%;

  object-fit: cover;
}

.el-head-content-img svg {
  width: 50px;

  height: 50px;

  fill: #737373;
}

.extradition-list .extradition-list-box:nth-child(n + 2) {
  margin: 20px 0 0;
}

.extradition-list-head {
  padding: 20px;

  cursor: pointer;

  border: 1px dashed #e0e0e0;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  -o-border-radius: 10px;

  border-radius: 10px;
}

.el-head-content-txt {
  margin: 0 0 0 20px;
}

.el-head-content-txt p {
  color: #91979f;

  font-size: 0.9em;

  font-weight: 400;
}

.el-head-content-txt p strong {
  font-weight: 600;
}

.el-head-content-status span {
  font-size: 0.8em;
}

.extradition-list-head button svg {
  width: 16px;

  height: 16px;

  color: #161616;
}

.extradition-list-content {
  display: none;
}

.extradition-list-content-info-box {
  padding: 20px;

  background: #f8f9fa;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  -o-border-radius: 10px;

  border-radius: 10px;
}

.extradition-history-box {
  padding: 15px 0;
}

.extradition-history-area &gt; ul &gt; li:nth-child(n + 2) {
  -webkit-box-shadow: 0 -1px 0 #e0e0e0;

  -moz-box-shadow: 0 -1px 0 #e0e0e0;

  -ms-box-shadow: 0 -1px 0 #e0e0e0;

  -o-box-shadow: 0 -1px 0 #e0e0e0;

  box-shadow: 0 -1px 0 #e0e0e0;
}

.extradition-history-box p {
  color: #111827;

  font-size: 0.8em;

  font-weight: 600;
}

.extradition-history-box span {
  color: #111827;

  font-size: 0.9em;

  font-weight: 400;
}

.el-head-content-icon {
  width: 100px;

  height: 100px;

  -webkit-border-radius: 100%;

  -moz-border-radius: 100%;

  -ms-border-radius: 100%;

  -o-border-radius: 100%;

  border-radius: 100%;

  background: rgba(255, 96, 0, 0.2);

  border: 1px solid #ff6000;

  padding: 10px;
}

.el-head-content-icon svg {
  width: 50px;

  height: 50px;

  fill: #ff6000;
}

.quick-search-suggest ul {
  margin: -10px;
}

.quick-search-suggest ul li:nth-child(even) {
  border-left: 1px solid #e0e0e0;
}

.quick-search-suggest ul li:nth-child(n + 2) {
  border-top: 1px solid #e0e0e0;
}

.quick-search-suggest ul li:nth-child(2) {
  border-top: 0;
}

.qss-box a {
  padding: 10px;
}

.qss-box-txt {
  margin: 0 0 0 10px;
}

.qss-box-txt p {
  font-size: 1em;
  font-weight: 500;
  color: #929ba7;
}

.qss-box-txt span {
  position: relative;
  right: unset;
  top: unset;
  margin: unset;
  height: unset;
  font-size: 1.2em;
  color: #0a181c;
  font-weight: 700;
  max-width: 360px;
}

.qss-box-img img {
  width: 190px;
  height: 190px;
  object-fit: contain;
}

.video-box-img {
  cursor: pointer;
}

/* 404 */

.not-found {
  padding: 100px;

  background: #fff;

  height: 100vh;
}

.not-found h1 {
  color: #111827;

  font-size: 4.5em;

  font-weight: 600;
}

.not-found img {
  margin: 30px 0;

  height: 300px;
}

.not-found span {
  color: #111827;

  font-size: 1.8em;

  font-weight: 600;
}

.not-found p {
  margin: 10px 0 0;

  color: #111827;

  font-size: 1.2em;

  font-weight: 400;
}

.not-found a {
  margin: 40px 0 0;

  padding: 15px 30px;

  color: #fff;

  font-size: 1.1em;

  font-weight: 600;

  background: #193d84;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  -o-border-radius: 10px;

  border-radius: 10px;
}

.pd-variant-selection {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.pd-variant-selection ul {
  margin: -10px;
}

.pd-variant-selection ul li {
  padding: 10px;
}

.checkbox-variant-price small {
  font-size: 100%;
  margin: 0 0 0 10px;
  color: #8dc53f;
  font-weight: 700;
  font-size: 1.2em;
}

.checkbox-variant-price p {
  font-weight: 500;
  color: #0a181c;
  font-size: 1.2em;
}

.pd-variant-selection .checkbox-icon {
  width: 18px;
  height: 18px;
}

.basket-icon::after {
  content: attr(data-count);
  position: absolute;
  font-weight: 700;
  top: 20px;
  margin-left: 20px;
  font-size: 0.75em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #ff6000;
  border-radius: 100%;
  width: 18px;
  height: 18px;
}

.brands {
  margin: 60px 0;
}

.alphabet ul {
  margin: -5px;
}

.alphabet ul li {
  padding: 5px;
}

.alphabet ul li a {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: rgba(9, 28, 46, 0.08) 0px 0.25rem 1rem 0px;
  -moz-box-shadow: rgba(9, 28, 46, 0.08) 0px 0.25rem 1rem 0px;
  -ms-box-shadow: rgba(9, 28, 46, 0.08) 0px 0.25rem 1rem 0px;
  -o-box-shadow: rgba(9, 28, 46, 0.08) 0px 0.25rem 1rem 0px;
  box-shadow: rgba(9, 28, 46, 0.08) 0px 0.25rem 1rem 0px;
}

.alphabet-img {
  padding: 0 60px 0 0;
}

.alphabet-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.brands-list {
  margin: 40px 0 0;
}

.brands-list-head {
  scroll-margin-top: 200px;
}

.brands-list .brands-list-area:nth-child(n + 2) {
  margin: 40px 0 0;
}

.brands-list-head span {
  font-size: 1.3em;
  color: #40484e;
  font-weight: 600;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #e0e0e0;
}

.brands-list-content {
  margin: 20px 0 0;
}

.brands-list-content ul {
  margin: -10px;
}

.brands-list-content ul li {
  padding: 10px;
}

.brands-list-box a img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  padding: 10px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.brands-list-box a span {
  font-size: 0.9em;
  color: #40484e;
  font-weight: 400;
  margin: 10px 0 0;
  text-align: center;
}

.empty-basket h1 {
  font-size: 3.5em;
}

.basket-empty-img svg {
  width: 400px;
}

.basket-empty-img {
  margin: 40px 0 0;
}

.empty-basket p {
  margin: 30px 0 0;
  color: #666666;
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.3em;
}

.basket-empty-button a {
  margin: 30px 0 0;
  padding: 15px 40px;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  letter-spacing: 1px;
  text-align: center;
  background: #193d84;
  font-size: 1.1em;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-menu button {
  padding: 20px 0;
}

.nav-menu button svg {
  width: 28px;
  height: 28px;
  color: #111827;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-variations {
  padding: 0 0 100px 0;
}

.product-variations-txt {
  margin: 0 100px 0 0;
}

.product-variations-txt span {
  font-size: 3rem;
  line-height: 1;
  color: #111827;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.product-variations-txt p {
  color: #84929d;
  font-weight: 500;
  margin: 20px 0 0;
  line-height: 1.6;
}

.product-variations-txt a {
  border-radius: 10px;
  margin: 20px 0 0;
  padding: 15px 20px;
  color: #fff;
  background: #193d84;
  font-weight: 500;
}

.product-items-boxes {
  margin: -10px;
}

.product-items-box {
  padding: 10px;
}

.product-items-box ul {
  margin: -10px;
}

.product-items-box ul li {
  padding: 10px;
}

.pib-area {
  background: #fff;
}

.pib-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0px 20px rgba(27, 29, 32, 0.2);
  -moz-box-shadow: 0 0px 20px rgba(27, 29, 32, 0.2);
  -ms-box-shadow: 0 0px 20px rgba(27, 29, 32, 0.2);
  -o-box-shadow: 0 0px 20px rgba(27, 29, 32, 0.2);
  box-shadow: 0 0px 20px rgba(27, 29, 32, 0.2);
}

.shapes-area {
  width: 100%;
  height: 100%;
  z-index: -1;
}

.shape-first img,
.shape-sec img,
.shape-trd img {
  width: 100%;
  height: 100%;
}

.b2b-product-variations {
  margin: 100px 0;
}

.p-list-filter-btn {
  color: #40484e;
  font-size: 0.9em;
  font-weight: 700;
}
.p-list-filter-btn svg {
  color: #40484e;
  width: 22px;
  height: 22px;
  margin: 0 10px 0 0;
}
.product-filter-area {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999 !important;
}
.product-filter-content {
  top: 0;
  left: -999px;
  width: 280px;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  transition: all 0.5s ease;
}
.product-filter-head {
  padding: 15px 20px;
  background: #1b1d20;
}
.product-filter-head span {
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
.product-filter-head button {
  padding: 5px;
}
.product-filter-head button svg {
  width: 22px;
  height: 22px;
  color: #fff;
}
.product-filter-content .list-filter {
  padding: 0 20px;
  background: 0 0;
  box-shadow: none;
  border-radius: 0;
}
.list-filter .checkbox label {
  font-size: 0.75em;
}

.basket-box-summary span svg {
  width: 18px;
  height: 18px;
  fill: #193d84;
  transform: rotate(180deg);
}

.pg-list-home {
  margin: 60px 0 !important;
}

.menu {
  z-index: 999;
  display: none;
  position: relative;
}

.menu-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(23, 29, 35, 0.8);
}

.menu-content {
  top: 0;
  left: -999px;
  bottom: 0;
  width: 750px;
  background: #fff;
  overflow-y: scroll;
  transition: all 0.5s ease;
}

.menu-head {
  padding: 20px 25px;
  color: #c3c3c3;
  font-size: 0.9em;
  font-weight: 500;
  background: #f4f4f4;
  text-transform: uppercase;
}

.menu-content svg {
  width: 30px;
  height: 30px;
  color: #c3c3c3;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.menu-head-btn {
  padding: 10px;
  background: #fff;
}

.menu-head-btn:hover svg {
  color: #0a181c;
}

.menu-content &gt; ul {
  padding: 25px 50px 100px 50px;
}

.my-acc-nav {
  padding: 25px 0;
  margin: 0 50px;
  border-bottom: 1px solid #f2f4f6;
}

.menu-content &gt; ul &gt; li &gt; a,
.my-acc-nav &gt; ul &gt; li &gt; a {
  padding: 15px 25px;
  color: #0a181c;
  font-size: 1.8em;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  transition: 0.2s;
}

.menu-content &gt; ul &gt; li &gt; a:hover,
.my-acc-nav &gt; ul &gt; li &gt; a:hover {
  color: #8dc53f;
  fill: #8dc53f;
}

.menu-content &gt; ul &gt; li &gt; a svg,
.my-acc-nav &gt; ul &gt; li &gt; a svg {
  width: 35px;
  height: 35px;
  color: #0a181c;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.menu-content &gt; ul &gt; li &gt; a:hover svg,
.my-acc-nav &gt; ul &gt; li &gt; a:hover svg {
  color: #8dc53f;
}

.menu-drop {
  margin: 10px 0;
  padding: 10px 0;
  display: none;
  background: #f4f4f4;
}

.menu-drop li a {
  padding: 5px 25px;
  color: #929ba7;
  font-size: 1.3em;
  font-weight: 500;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.menu-drop .menu-drop {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
}

.menu-drop li li a {
  padding: 5px 40px;
}

.menu-drop li a:hover {
  color: #0a181c;
}

.menu-contact {
  margin: 0 70px;
  border-top: 1px solid #f2f4f6;
  padding: 20px 0;
}

.menu-contact ul li {
  padding: 8px 0;
}

.menu-contact p,
.menu-contact a {
  color: #929ba7;
  font-size: 0.9em;
}

.menu-contact-icon {
  margin: 0 10px 0 0;
}

.menu-contact-icon svg {
  width: 20px;
  height: 20px;
  color: #929ba7;
}

.header-nav &gt; ul &gt; li {
  font-size: 0.9em;
}

.header-nav &gt; ul &gt; li:nth-child(1),
.header-nav &gt; ul &gt; li:nth-child(2),
.header-nav &gt; ul &gt; li:nth-child(3) {
  padding: 20px 8px;
}

.header-nav &gt; ul &gt; li:nth-child(1),
.header-nav &gt; ul &gt; li:nth-child(2),
.header-nav &gt; ul &gt; li:nth-child(3) {
  margin: 20px 0;
}

.fancybox-bg {
  background: #a9a9a9 !important;
}

.fancybox-image {
  background: #fff !important;
}

.nav-menu {
  display: none;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1 !important;
}

.popup-overlay {
  position: fixed;
  margin: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

.popup-overlay .popup {
  gap: 40px;
  display: none;
  margin: 20px auto;
  padding: 20px;
  width: 100%;
  min-height: 150px;
  background-color: white;
  border-radius: 5px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0 0px 20px rgb(10 24 28 / 12%);
  -moz-box-shadow: 0 0px 20px rgba(10, 24, 28, 0.12);
  -ms-box-shadow: 0 0px 20px rgba(10, 24, 28, 0.12);
  -o-box-shadow: 0 0px 20px rgba(10, 24, 28, 0.12);
  box-shadow: 0 0px 20px rgb(10 24 28 / 12%);
  -webkit-border-radius: 8px;
}
.popup-overlay h6 {
  letter-spacing: 1px;
  color: #0a0a0a;
  font-size: 1.2em;
  font-weight: 700;
}

.popup-overlay p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1rem;
}

.popup-overlay a {
  white-space: nowrap;
}

.newsletter-input .form-element {
  width: 300px;
  align-self: stretch;
  padding: 0 10px;
}

.newsletter-input .form-element input {
  height: 100%;
}

.newsletter.quick-reference {
  background: #add3de;
  padding: 2.75rem;
}

.newsletter.quick-reference span {
  color: #193d84;
}
.newsletter.quick-reference p {
  color: #000;
}

@media (max-width: 1500px) {
  .container {
    padding: 0 20px;
  }
  .video-banner {
    margin: 100px 0 0;
  }
  .video-banner-item {
    width: 100%;
  }
  .header-nav &gt; ul &gt; li {
    font-size: 0.8em;
  }
}

@media (max-width: 1450px) {
  .slider svg {
    height: 100px;
  }
  .less-about-img::before,
  .less-about-img::after {
    display: none;
  }
  .pshape2,
  .pshape3,
  .pshape4 {
    display: none;
  }
  .partner-list-flex {
    display: flex;
    flex-direction: column-reverse;
    grid-template-columns: unset;
  }
  .partner-list-txt {
    margin: 20px 0 0;
    text-align: center;
  }
  .partner-list-area {
    padding: 0 280px;
  }
  .submenu-left &gt; ul &gt; li &gt; a {
    padding: 12px 0;
  }
  .submenu-left &gt; ul &gt; li &gt; a svg {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 1280px) {
  .nav-menu {
    display: block;
  }
  .slider-items {
    top: 50%;
  }

  .slider svg {
    height: 70px;
  }
  .header-nav {
    display: none;
  }
  .header-nav &gt; ul &gt; li {
    display: none;
  }

  .header-nav ul li:nth-child(9) {
    display: flex;
    margin: 0 0 0 8px;
  }
  /* .header-logo {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  } */
  .less-about-img {
    padding: 0 60px 0 0;
    display: none;
  }
  .less-about .container {
    flex-direction: column;
  }
  .less-about-img {
    padding: 0 0 20px 0;
    width: 100%;
  }
  .less-about-txt {
    width: 100%;
  }
  .less-about-img ul li:nth-child(1) img {
    height: 370px;
  }
  .less-about-img ul li:nth-child(2) img,
  .less-about-img ul li:nth-child(3) img {
    height: 250px;
  }
  .less-about,
  .our-service {
    margin: 60px 0 0;
  }
  .product-variations-txt {
    margin: 30px 0 0;
  }
  .product-variations {
    padding: 60px 0;
  }
  .shapes-area {
    width: 520px;
    left: 50%;
    padding: 90px 0;
    transform: translate(-50%, 0);
  }
  .product-variations-txt span,
  .home-information-box h2,
  .less-production-items h2,
  .stable-page-head h1,
  .photo-gallery-head h1,
  .blog-list-head h1,
  .blog-detail-txt h1,
  .testimonials-head h2,
  .self-start h1 {
    font-size: 2em;
  }
  .home-product-list-box p {
    font-size: 1em;
  }
  .partner-list-area {
    padding: 0 230px;
  }
  .b2b-product-variations {
    margin: 60px 0;
  }

  .basket-icon::after {
    top: 26px;
  }
  .header-nav &gt; ul &gt; li svg {
    margin: 0 !important;
  }
  .user-action-dropdown-menu {
    left: 0 !important;
    width: calc(100% + 120px);
  }
  .pd-name h1 {
    font-size: 1.4em;
  }
  .page-head ul li:last-child a {
    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .page-head ul li a {
    padding: 0 10px;
  }
  .page-head ul {
    flex-wrap: wrap;
  }
  .payment-form {
    padding: 0;
  }
  .dashboard-head-txt span {
    font-size: 2.5em;
  }
  .mapouter,
  .gmap_canvas,
  .gmap_canvas iframe {
    width: 100% !important;
  }
  .qss-box-img img {
    width: 120px;
    height: 120px;
  }
  .quick-search-suggest {
    background: #fff;
  }
  .qss-box-txt span {
    font-size: 1em;
  }
  .blog-others-txt {
    max-width: 120px;
  }
  .company-history {
    padding: 60px 0;
  }
  .less-certificates,
  .customer-comments {
    padding: 60px 0;
  }
}

@media (max-width: 1024px) {
  .my-acc-nav {
    margin: 0 20px;
    padding: 20px 0;
  }

  .header-nav &gt; ul &gt; li svg {
    width: 20px;
    height: 20px;
  }
  .less-about,
  .our-service {
    margin: 30px 0 0;
  }
  .shapes-area {
    left: 50%;
    padding: 0;
    transform: translate(-50%, 0);
  }
  .product-variations {
    padding: 30px 0;
  }
  .video-box iframe {
    width: calc(100% - 20px);
  }
  .home-information {
    padding: 30px 0;
  }
  .less-production-bg {
    padding: 30px 0;
  }
  .partner-list-area {
    padding: 0 200px;
  }
  .partner-list-box {
    height: 200px;
  }
  .partner-list-images {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: unset;
    gap: unset;
  }
  .partner-list-images img {
    width: 50%;
    height: 100px;
    object-fit: contain;
  }
  .partner-list-vertical {
    padding: 20px;
  }
  .newsletter-input {
    margin: 20px 0 0 0;
  }
  .newsletter-text span {
    font-size: 1.2em;
  }
  .b2b-product-variations {
    margin: 30px 0;
  }

  .products-list {
    margin: 0;
  }
  .products {
    margin: 15px 0;
  }
  .product-detail-txt {
    margin: 20px 0 0;
  }
  .brands {
    margin: 30px 0;
  }
  .basket-box-summary-area {
    left: 0;
    bottom: 0;
    -webkit-box-shadow: 0 0px 20px rgb(10 24 28 / 12%);
    -moz-box-shadow: 0 0px 20px rgba(10, 24, 28, 0.12);
    -ms-box-shadow: 0 0px 20px rgba(10, 24, 28, 0.12);
    -o-box-shadow: 0 0px 20px rgba(10, 24, 28, 0.12);
    box-shadow: 0 0px 20px rgb(10 24 28 / 12%);
    -webkit-border-radius: 8px;
  }
  .basket-box-summary {
    margin: 0;
  }
  .basket-box-summary ul li {
    padding: 5px 0;
  }
  .address,
  .basket,
  .pay,
  .dashboard {
    margin: 30px 0;
  }
  .sales-contract-area {
    margin: 20px 0 0;
  }
  .purchase-complete-txt h1 {
    text-align: center;
    font-size: 2em;
  }
  .purchase-complete-txt &gt; p {
    text-align: center;
    font-size: 1.1em;
  }
  .purchase-numbers {
    margin: 20px 0 0;
  }
  .order-user-info .order-user-info-box:nth-child(n + 2) {
    padding: 30px 0 0 0;
  }
  .purchase-complete-txt {
    margin: 20px 0 0;
  }
  .dashboard-counts ul {
    margin: -5px;
  }
  .dashboard-counts ul li {
    padding: 5px;
  }
  .dashboard-count-box {
    padding: 15px;
  }
  .dashboard-count-icon {
    padding: 12px;
  }
  .dashboard-count-icon svg {
    width: 25px;
    height: 25px;
  }
  .dashboard-count-txt {
    margin: 0 0 0 15px;
  }
  .dashboard-count-txt span {
    font-size: 0.9em;
  }
  .dashboard-count-txt p {
    font-size: 1em;
    margin: 5px 0 0;
  }
  .dashboard-head img {
    height: 280px;
  }
  .dashboard-head-txt {
    left: 0;
    padding: 0 30px;
  }
  .dashboard-head-txt span {
    font-size: 2em;
  }
  .dashboard-head-txt p {
    max-width: 410px;
    font-size: 0.9em;
    line-height: 1.6;
  }
  .dashboard-counts {
    margin: 30px 0 0;
  }
  .settigs-area {
    width: 100%;
  }
  .order-history-area &gt; ul &gt; li:nth-child(odd) {
    border-left: 1px solid #e0e0e0;
  }
  .order-history-area &gt; ul &gt; li:nth-child(3) {
    box-shadow: unset;
  }
  .order-completed,
  .order-waiting,
  .order-delivery-txt {
    margin: 10px 0 0;
  }
  .order-history-box p {
    margin: 10px 0 0;
  }
  .order-list .order-history-box &gt; ul {
    margin: 10px 0 0;
  }
  .order-complete {
    margin: 30px 0;
  }
  .contact-form {
    padding: 30px 0 0;
  }
  .contact {
    padding: 30px 0;
  }
  .form-element button {
    margin: 0;
    padding: 10px 20px;
    font-size: 1em;
  }
  .form-element button svg {
    width: 25px;
    height: 25px;
  }
  .stable-page-content {
    padding: 0;
  }
  .stable-page {
    padding: 30px 0;
  }
  .blog-detail-txt {
    padding: 0;
    margin: 0;
  }
  .blog-list,
  .blog-detail {
    margin: 30px 0;
    padding: 0;
  }
  .basket-list-box-content h5 {
    font-size: 1em;
  }
  .qss-box-img {
    min-width: 120px;
    min-height: 120px;
  }
  .qss-box-txt {
    max-width: 160px;
  }
  .menu-content {
    width: 650px;
  }
  .menu-content &gt; ul {
    padding: 50px 20px 20px 20px;
  }
  .menu-contact {
    margin: 0 40px;
  }
  .blog-detail-slide img {
    height: 350px;
  }
  .mission-box {
    margin: 20px 0 0;
  }
  .vision-mission {
    margin: 30px 0 0;
  }
}

@media (max-width: 768px) {
  .slider-items {
    display: none;
  }
  .slider-img img {
    height: 400px;
  }
  .shapes-area {
    width: 390px;
  }
  .product-variations-txt span,
  .home-information-box h2,
  .less-production-items h2,
  .stable-page-head h1,
  .photo-gallery-head h1,
  .blog-list-head h1,
  .blog-detail-txt h1,
  .testimonials-head h2,
  .self-start h1 {
    font-size: 1.8em;
  }
  .home-product-list-head {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .home-product-list-head-text {
    text-align: center;
  }
  .home-product-list-button {
    margin: 15px 0 0;
  }
  .home-information-box p {
    margin: 10px 0 0;
  }
  .partner-list-area {
    padding: 0;
  }
  .page-head .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 0.5rem;
  }
  /* .page-head .container h1 {
    margin: 0 0 10px;
  } */
  .page-head {
    padding: 20px 0;
  }
  .page-head ul li a {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .order-user-info-box ul li span {
    font-size: 1em;
  }
  .order-user-info-box ul li p {
    font-size: 0.9em;
  }
  .dashboard-head img {
    height: 230px;
  }
  .dashboard-head-txt span {
    font-size: 1.8em;
  }
  .dashboard-head-txt p {
    max-width: 280px;
  }
  .order-complete-details ul li span {
    font-size: 1em;
  }
  .order-complete-details ul li p {
    font-size: 0.9em;
  }
  .order-complete-details ul li button {
    font-size: 0.9em;
  }
  .qss-box-img img {
    width: 90px;
    height: 90px;
  }
  .qss-box-img {
    min-width: 90px;
    min-height: 90x;
  }
  .qss-box-txt {
    max-width: 160px;
  }
  .qss-box-txt span,
  .qss-box-txt p {
    font-size: 0.9em;
  }
  .quick-search-suggest ul {
    margin: -5px;
  }
  .quick-search-suggest ul li {
    padding: 5px;
  }
  .menu-content {
    width: 530px;
  }
  .menu-content &gt; ul {
    padding: 30px 10px 20px 10px;
  }
  .logo a img {
    width: 130px;
  }
  .menu-content svg {
    width: 20px;
    height: 20px;
  }
  .menu-contact {
    margin: 0 30px;
  }
  .menu-drop li a {
    font-size: 1.3em;
  }
  .company-time-line-item {
    flex-direction: column;
  }
  .seofy-module-time-line-vertical .company-time-line-item:nth-child(even) {
    flex-direction: column;
  }
  .seofy-module-time-line-vertical .company-time-line-item {
    margin-bottom: 50px;
  }
  .seofy-module-time-line-vertical
    .company-time-line-item:nth-child(even)
    .time-line-date-wrap {
    margin-right: unset;
    margin-left: -7px;
  }
  .seofy-module-time-line-vertical .time-line-date-wrap {
    margin-right: unset;
    margin-left: -7px;
    margin-bottom: 30px;
  }
  .time-line-content {
    z-index: 10 !important;
  }
}

@media (max-width: 640px) {
  .quik-search {
    display: none;
  }
  .less-about-img ul li:nth-child(1) img {
    height: 320px;
  }
  .less-about-content-logo {
    flex-direction: column;
    align-items: flex-start;
  }
  .less-about-content-logo img:nth-child(n + 2) {
    margin: 15px 0 0 0;
  }
  .partner-list-area {
    display: none;
  }
  .partner-list {
    padding: 30px 0;
  }
  .partner-list-txt h3 {
    font-size: 1.6em;
  }
  .partner-list-txt p {
    font-size: 0.9em;
  }
  .modal-content {
    width: calc(100% - 20px);
  }
  .pd-user-actions ul li button svg {
    margin: 0 10px 0 0;
  }
  .pd-mid-right {
    margin: 20px 0 0 0;
  }
  .basket-box-summary span {
    cursor: pointer;
  }
  .basket-box-summary ul {
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .purchase-btn {
    margin: 20px 0 0;
  }
  .purchase-btn p {
    font-size: 1.2em;
    color: #704368;
    font-weight: 600;
  }
  .purchase-btn a,
  .purchase-btn button {
    margin: 0 0 0 10px;
    width: 50%;
    white-space: nowrap;
  }
  .dashboard-head-txt span {
    font-size: 1.6em;
  }
  .dashboard-scroll-content .dashboard-header {
    margin: -20px -15px 20px -15px;
  }
  .db-order-box,
  .db-favorite-box,
  .db-current-box,
  .db-comment-box {
    padding: 15px;
  }
  .db-order-box-stat a {
    margin: 5px 0 0;
  }
  .dashboard-head-txt span {
    font-size: 1.4em;
  }
  .dashboard-header {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .dashboard-header a {
    margin: 10px 0 0;
  }
  .db-order-box,
  .db-favorite-box,
  .db-current-box,
  .db-comment-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .db-favorite-info,
  .db-order-box-stat,
  .db-current-info,
  .db-comment-info {
    margin: 15px 0 0;
  }
  .db-order-box-stat span,
  .db-favorite-info span,
  .db-current-info span,
  .db-comment-info span {
    text-align: center;
  }
  .db-order-box-stat span,
  .db-favorite-info span,
  .db-current-info span,
  .db-comment-info span {
    font-size: 0.85em;
  }
  .db-order-box-stat p,
  .db-favorite-info p,
  .db-current-info p,
  .db-comment-info p {
    text-align: center;
  }
  .db-order-box-stat p,
  .db-favorite-info p,
  .db-current-info p,
  .db-comment-info p {
    font-size: 0.9em;
    margin: 5px 0 0;
  }
  .order-complete-details {
    margin: 30px 0 0;
    padding: 0 0 30px;
  }
  .order-complete-details ul li:nth-child(n + 2) {
    margin: 15px 0 0;
  }
  .order-history-area &gt; ul &gt; li:nth-child(odd) {
    border-left: 0;
  }
  .order-history-area &gt; ul &gt; li:nth-child(3) {
    -webkit-box-shadow: 0 -1px 0 #e0e0e0;
    -moz-box-shadow: 0 -1px 0 #e0e0e0;
    -ms-box-shadow: 0 -1px 0 #e0e0e0;
    -o-box-shadow: 0 -1px 0 #e0e0e0;
    box-shadow: 0 -1px 0 #e0e0e0;
  }
  .order-user-info {
    margin: 30px 0;
    padding: 0 0 30px 0;
  }
  .basket-list-box-content {
    max-width: 320px;
    width: 320px;
  }
  .basket-list-box-content h5 {
    font-size: 0.95em;
  }
  .basket-list-box-img {
    max-width: 100px;
    max-height: 100px;
    min-width: 100px;
    min-height: 100px;
  }
  .basket-list-box-img img {
    width: 100px;
    height: 100px;
  }
  .quick-search-suggest ul li {
    width: 100%;
  }
  .quick-search-suggest ul li:nth-child(even) {
    border-left: 0 !important;
  }
  .quick-search-suggest ul li:nth-child(2) {
    border-top: 1px solid #e0e0e0 !important;
  }
  .menu-content {
    width: 430px;
  }
  .menu-content &gt; ul &gt; li &gt; a,
  .my-acc-nav &gt; ul &gt; li &gt; a {
    font-size: 1.5em;
    padding: 15px 20px;
  }
  .menu-content &gt; ul &gt; li &gt; a svg,
  .my-acc-nav &gt; ul &gt; li &gt; a svg {
    margin: 0 0 0 5px;
    width: 27px;
    height: 27px;
  }
  .menu-content &gt; ul {
    padding: 20px 10px;
  }
  .menu-drop li a {
    font-size: 1.2em;
  }
  .blog-detail-slide img {
    height: 280px;
  }
  .company-history {
    padding: 30px 0 0 0;
  }
  .less-certificates,
  .customer-comments {
    padding: 30px 0;
  }
  .testimonials-head span,
  .testimonials-head h2,
  .testimonials-head p {
    text-align: center;
  }
  .testimonials-head {
    align-items: center;
  }
  .team-list img {
    width: 110px;
    height: 110px;
  }
  .team-list p {
    font-size: 0.9em;
  }
  .team-list h3 {
    font-size: 0.95em;
  }
  .login-area {
    min-height: 0;
    padding: 60px 20px;
  }
  .popup-overlay .popup {
    gap: 10px;
    flex-direction: column;
  }
  .popup-overlay h6 {
    letter-spacing: 1px;
    color: #0a0a0a;
    font-size: 1em;
    font-weight: 700;
  }
  .popup-overlay p {
    font-size: 0.8rem;
    margin-top: 1rem;
  }
}

@media (max-width: 575px) {
  .slider-img img {
    height: 350px;
  }
  .top-header-social {
    display: none;
  }
  .header-top-items {
    justify-content: flex-end;
  }
  .less-about-img ul li:nth-child(2) img,
  .less-about-img ul li:nth-child(3) img {
    height: 220px;
  }
  .shapes-area {
    width: 350px;
  }
  .product-variations-txt span,
  .home-information-box h2,
  .less-production-items h2,
  .stable-page-head h1,
  .photo-gallery-head h1,
  .blog-list-head h1,
  .blog-detail-txt h1,
  .testimonials-head h2,
  .self-start h1 {
    font-size: 1.6em;
  }
  .send-comment-product-info span {
    font-size: 1em;
  }
  .product-piece-select {
    width: 100%;
  }
  .product-piece-select .piece {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .pd-actions {
    flex-wrap: wrap;
  }
  .pd-actions-button {
    margin: 20px 0 0;
    width: 100%;
  }
  .pd-actions-button button {
    width: 50%;
  }
  .dashboard-head img {
    height: 210px;
  }
  .page-head ul li a {
    font-size: 0.8em;
    padding: 5px 7px;
  }
  .basket-list-actions {
    margin: 10px 0 0;
    flex-direction: row;
    justify-content: left;
  }
  .basket-list-actions .piece {
    flex-direction: row;
  }
  .basket-actions-delete {
    margin: 0 0 0 10px;
  }
  .basket-list-box-content {
    max-width: 100%;
    width: auto;
  }
  .basket-list-box-right {
    flex-direction: column;
  }
}

@media (max-width: 530px) {
  .shapes-area {
    width: 300px;
  }
  .product-list-content ul li {
    width: 100%;
  }
  .products-list-header {
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }
  .products-list-header-sort {
    margin: 10px 0 0;
  }
  .page-head ul li a {
    font-size: 0.8em;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .self-start h1 {
    font-size: 1.8em !important;
  }
  .self-start p {
    font-size: 1em !important;
  }
}

@media (max-width: 480px) {
  /* .header {
    padding: 10px 0;
  } */
  .header-logo {
    left: unset;
    top: unset;
    transform: unset;
    position: relative;
  }
  .nav-menu button {
    padding: 0;
  }
  .header-logo a img {
    width: 170px;
  }
  .less-about-img ul li:nth-child(2),
  .less-about-img ul li:nth-child(3) {
    width: 100%;
  }
  .less-about-img ul li:nth-child(1) img {
    height: 220px;
  }
  .product-items-boxes {
    flex-direction: column;
  }
  .product-items-box ul {
    display: flex;
  }
  .product-items-box {
    width: 100%;
  }
  .product-items-boxes .product-items-box:nth-child(2) {
    padding: 0 120px;
  }
  .shapes-area {
    display: none;
  }
  .pd-actions-button {
    flex-direction: column;
  }
  .pd-actions-button button {
    width: 100%;
  }
  .pd-actions-button button:nth-child(n + 2) {
    margin: 10px 0 0;
  }
  .brands-list-content ul li {
    width: 50%;
  }
  .brands-list-box a img {
    padding: 5px;
  }
  .order-user-info-box ul li {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .order-user-info-box ul li p {
    margin: 10px 0 0;
    max-width: 100%;
    text-align: center;
  }
  .order-user-info-box h3 {
    text-align: center;
  }
  .order-user-info-box ul li span {
    text-align: center;
  }
  .menu-content {
    width: 360px;
  }
  .menu-content &gt; ul &gt; li &gt; a,
  .my-acc-nav &gt; ul &gt; li &gt; a {
    font-size: 1.3em;
    padding: 10px 10px;
  }
  .menu-content &gt; ul {
    padding: 10px;
  }
  .logo a img {
    width: 120px;
  }
  .menu-contact {
    margin: 0 20px;
  }
  .menu-drop li a {
    font-size: 0.9em;
  }
  .team-list-box {
    grid-column: unset;
    width: 100%;
  }
  .team-list {
    grid: unset;
    gap: unset;
  }
  .team-list .team-list-box:nth-child(n + 2) {
    margin: 20px 0 0;
  }
  .account-detail-content {
    margin: 10px 0 0;
  }
  .account-detail-content .address-content:nth-child(n + 2) {
    margin: 20px 0 0;
  }
  .address-head {
    justify-content: start;
  }
  .popup-overlay .popup {
    margin: 0;
  }
  .payment-tabs {
    margin: 20px 0 0;
  }
  .product-detail-info {
    margin: 20px 0 0;
  }
  .similar-products {
    margin: 40px 0;
  }
  .p-brand {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .p-brand-txt span {
    margin: 0;
  }
  .fav-desktop {
    display: none;
  }
  .fav-mobile svg {
    width: 20px;
    height: 20px;
    color: #fff;
  }
  .fav-mobile {
    padding: 10px;
    color: #fff;
    font-size: 0.9em;
    font-weight: 700;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .product-detail {
    margin: 20px 0 0;
  }
  .pd-slide-main img {
    height: 275px;
  }
  .home-product-list {
    padding: 20px 0;
  }
  .fast-access-text {
    padding: 10px;
  }
  .fast-access-icon svg {
    width: 22px;
    height: 22px;
  }
  .video-banner-bg {
    height: 250px;
  }
  .video-banner {
    height: 250px;
  }
  .less-about-txt p:nth-child(2),
  .less-about-txt p:nth-child(3) {
    display: block;
  }
  .less-about-txt p {
    display: none;
  }
}

@media (max-width: 410px) {
  .product-items-boxes .product-items-box:nth-child(2) {
    padding: 0 100px;
  }
  .dashboard-head img {
    height: 180px;
  }
  .dashboard-head-txt span {
    font-size: 1.3em;
  }
  .dashboard-head-txt p {
    max-width: 100%;
  }
  .menu-content &gt; ul &gt; li &gt; a,
  .my-acc-nav &gt; ul &gt; li &gt; a {
    font-size: 1em;
  }
  .menu-content &gt; ul &gt; li &gt; a svg,
  .my-acc-nav &gt; ul &gt; li &gt; a svg {
    width: 28px;
    height: 28px;
  }
  .menu-contact p,
  .menu-contact a {
    font-size: 0.8em;
  }
}

@media (max-width: 640px) {
  .top-header-contact ul {
    justify-content: start;
    align-items: center;
  }
  .top-header-social {
    display: none;
  }
  .top-header-contact {
    width: 100%;
  }
  .top-header-contact &gt; ul &gt; li:first-child {
    padding: 10px 0 10px 0;
  }
  .top-header-contact &gt; ul &gt; li {
    padding: 10px;
  }
  /* .header-logo a img {
    width: 140px;
  } */
  .product-items-boxes .product-items-box:nth-child(2) {
    padding: 0 70px;
  }
  .top-header-contact &gt; ul &gt; li &gt; a &gt; span {
    display: none;
  }
  .user-action-top {
    margin-left: auto;
  }
  .language-drop-box {
    left: unset;
    right: 50%;
  }
}

@media (max-width: 375px) {
  .c-card {
    width: 100%;
  }
  .menu-content {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .user-action {
    display: block !important;
  }

  .slider-text {
    padding: 40px;
    background: rgba(0, 0, 0, 0.3);
  }

  .slider-text h1 {
    font-size: 2em !important;
  }

  .slider-text p {
    width: 100% !important;
    font-size: 1em !important;
  }
}

#backToTop {
  z-index: 99999;
  background-color: #fff;
}

#backToTop svg {
  fill: #193d84;
}
</pre></body></html>