/******************************   imported files    ********************************/
/************************   Layout   ************************/
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
/* line 5, ../sass/layout/_header.scss */
.navbar-header {
  padding: 15px 0px 37px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  /* line 11, ../sass/layout/_header.scss */
  .navbar-header .navbar-brand img {
    width: 125px;
    height: 58px;
  }
}
/* line 18, ../sass/layout/_header.scss */
.navbar-header .search-bar {
  width: 100%;
  max-width: 740px;
}
/* line 21, ../sass/layout/_header.scss */
.navbar-header .search-bar .input-group {
  height: 52px;
}
/* line 23, ../sass/layout/_header.scss */
.navbar-header .search-bar .input-group input {
  border-color: #C8C8C8;
}
/* line 25, ../sass/layout/_header.scss */
.navbar-header .search-bar .input-group input::-ms-input-placeholder {
  color: #545454;
}
/* line 28, ../sass/layout/_header.scss */
.navbar-header .search-bar .input-group input::placeholder {
  color: #545454;
}
/* line 33, ../sass/layout/_header.scss */
.navbar-header .search-bar .submit-button {
  background-color: #C80117;
  color: white;
  padding: 0px 30px;
}
/* line 39, ../sass/layout/_header.scss */
.navbar-header .tool-menu {
  margin-top: 15px;
}
/* line 42, ../sass/layout/_header.scss */
.navbar-header .tool-menu ul li {
  display: inline-block;
  padding-right: 10px;
}
/* line 45, ../sass/layout/_header.scss */
.navbar-header .tool-menu ul li:last-child {
  padding-right: 0;
}
/* line 48, ../sass/layout/_header.scss */
.navbar-header .tool-menu ul li a {
  display: block;
}
/* line 50, ../sass/layout/_header.scss */
.navbar-header .tool-menu ul li a i {
  padding: 16px;
  border: 1px solid #AFAFAF;
  color: #000;
  font-size: 20px;
}
@media (max-width: 1200px) {
  /* line 50, ../sass/layout/_header.scss */
  .navbar-header .tool-menu ul li a i {
    padding: 10px;
  }
}

/* line 67, ../sass/layout/_header.scss */
.navbar-menu .dropdown:hover > .dropdown-menu {
  display: block;
}
/* line 70, ../sass/layout/_header.scss */
.navbar-menu .dropdown .dropdown-toggle {
  padding: 15px 20px;
  width: 100%;
  max-width: 292px;
  text-align: left;
  display: flex;
  align-items: center;
  border: none;
  font-size: 20px;
  font-weight: bold;
  background-color: #C80117;
  border-radius: 0;
  margin-top: -5px;
}
/* line 83, ../sass/layout/_header.scss */
.navbar-menu .dropdown .dropdown-toggle:after {
  border: none;
}
/* line 87, ../sass/layout/_header.scss */
.navbar-menu .dropdown .dropdown-toggle .fa-bars:before {
  font-size: 30px;
  margin-right: 15px;
}
/* line 93, ../sass/layout/_header.scss */
.navbar-menu .dropdown .dropdown-menu {
  width: 100%;
  max-width: 292px;
  border-radius: 0;
  padding: 0;
  box-shadow: 2px 2px 20px #00000054;
}
/* line 100, ../sass/layout/_header.scss */
.navbar-menu .dropdown .dropdown-menu li a {
  color: #000;
  font-size: 16px;
  border-bottom: 1px solid #E8E8E8;
  padding: 25px 20px 15px;
}
/* line 105, ../sass/layout/_header.scss */
.navbar-menu .dropdown .dropdown-menu li a:hover {
  background-color: #E8E8E8;
}
/* line 110, ../sass/layout/_header.scss */
.navbar-menu .dropdown .dropdown-menu li.dropdown .dropdown-toggle {
  background: none;
  font-weight: normal;
  position: relative;
}
/* line 114, ../sass/layout/_header.scss */
.navbar-menu .dropdown .dropdown-menu li.dropdown .dropdown-toggle:hover {
  background-color: #E8E8E8;
}
/* line 117, ../sass/layout/_header.scss */
.navbar-menu .dropdown .dropdown-menu li.dropdown .dropdown-toggle:after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #545454;
  right: 20px;
  top: 55%;
  transform: translate(0, -55%);
  position: absolute;
}

/* line 133, ../sass/layout/_header.scss */
.InnerHeaderNav {
  justify-content: center;
}

/* line 137, ../sass/layout/_header.scss */
.main-menu .navbar {
  padding: 0;
}
/* line 140, ../sass/layout/_header.scss */
.main-menu ul {
  margin-bottom: 0;
  text-align: center;
  padding: 19px 0 !important;
}
@media (min-width: 991px) {
  /* line 140, ../sass/layout/_header.scss */
  .main-menu ul {
    padding-top: 15px;
    padding-left: 50px;
  }
}
/* line 148, ../sass/layout/_header.scss */
.main-menu ul li {
  display: inline-block;
  padding-right: 50px;
}
@media (max-width: 1200px) {
  /* line 148, ../sass/layout/_header.scss */
  .main-menu ul li {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  /* line 148, ../sass/layout/_header.scss */
  .main-menu ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #c2b1b1a8;
    padding: 5px 0px;
  }
}
/* line 159, ../sass/layout/_header.scss */
.main-menu ul li:last-child {
  padding-right: 0;
  border-bottom: none;
}
/* line 163, ../sass/layout/_header.scss */
.main-menu ul li a.nav-link {
  text-decoration: none;
  padding: 0 !important;
  color: white;
  font-size: 18px;
}
@media (max-width: 1200px) {
  /* line 163, ../sass/layout/_header.scss */
  .main-menu ul li a.nav-link {
    font-size: 16px;
  }
}
/* line 171, ../sass/layout/_header.scss */
.main-menu ul li a.nav-link.active {
  color: white;
}

/* line 179, ../sass/layout/_header.scss */
.navbar-toggler {
  padding: 18px 0px;
  border: none;
  float: right;
}
/* line 183, ../sass/layout/_header.scss */
.navbar-toggler:focus {
  box-shadow: none;
}
/* line 186, ../sass/layout/_header.scss */
.navbar-toggler .icon-bar {
  background-color: white;
  width: 28px;
  height: 5px;
  display: block;
  margin-bottom: 5px;
}
/* line 192, ../sass/layout/_header.scss */
.navbar-toggler .icon-bar:last-child {
  margin-bottom: 0;
}

/* line 198, ../sass/layout/_header.scss */
.navbar-menu li .dropdown-menu {
  top: 0;
  left: 100%;
}

/* line 203, ../sass/layout/_header.scss */
.navbar-inner {
  background-color: #C9061C;
  padding: 30px 0px 25px;
}
/* line 206, ../sass/layout/_header.scss */
.navbar-inner .navbar-wrapper {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  /* line 206, ../sass/layout/_header.scss */
  .navbar-inner .navbar-wrapper {
    justify-content: space-between;
    display: flex;
  }
}
/* line 213, ../sass/layout/_header.scss */
.navbar-inner .logo {
  display: inline-block;
}
@media (max-width: 991px) {
  /* line 216, ../sass/layout/_header.scss */
  .navbar-inner .main-menu {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 991px) {
  /* line 222, ../sass/layout/_header.scss */
  .navbar-inner .right-tool:not(.navbar-collapse .right-tool) {
    display: flex !important;
  }
}
/* line 226, ../sass/layout/_header.scss */
.navbar-inner .right-tool:not(.navbar-collapse .right-tool) .lang {
  margin-right: 15px;
}
/* line 228, ../sass/layout/_header.scss */
.navbar-inner .right-tool:not(.navbar-collapse .right-tool) .lang a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 991px) {
  /* line 239, ../sass/layout/_header.scss */
  .navbar-collapse .right-tool {
    display: flex !important;
  }
}
/* line 243, ../sass/layout/_header.scss */
.navbar-collapse .right-tool .lang {
  margin-right: 15px;
}
/* line 245, ../sass/layout/_header.scss */
.navbar-collapse .right-tool .lang a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
}

/* line 5, ../sass/layout/_footer.scss */
footer {
  background-color: #222222;
  margin-top: 90px;
}
/* line 8, ../sass/layout/_footer.scss */
footer .location, footer .email, footer .phone {
  color: white;
  font-size: 14px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
/* line 14, ../sass/layout/_footer.scss */
footer .location b, footer .email b, footer .phone b {
  font-size: 16px;
}
/* line 17, ../sass/layout/_footer.scss */
footer .location i, footer .email i, footer .phone i {
  border: 1px solid white;
  padding: 10px;
  font-size: 20px;
}
/* line 22, ../sass/layout/_footer.scss */
footer .location .item-value, footer .email .item-value, footer .phone .item-value {
  padding-left: 12px;
}

/* line 28, ../sass/layout/_footer.scss */
.services-menu, .links-menu {
  padding: 41px 0px 0px;
}
/* line 31, ../sass/layout/_footer.scss */
.services-menu ul li, .links-menu ul li {
  margin-bottom: 15px;
}
/* line 33, ../sass/layout/_footer.scss */
.services-menu ul li:last-child, .links-menu ul li:last-child {
  margin-bottom: 0;
}
/* line 36, ../sass/layout/_footer.scss */
.services-menu ul li a, .links-menu ul li a {
  color: white;
  font-size: 16px;
  text-decoration: none;
}

/* line 46, ../sass/layout/_footer.scss */
.top-footer .contact-us {
  background-color: #000;
  height: 100%;
  padding: 37px 15px;
}
/* line 51, ../sass/layout/_footer.scss */
.top-footer .title {
  color: white;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
}
/* line 56, ../sass/layout/_footer.scss */
.top-footer .title:after {
  content: "";
  border-bottom: 2px solid white;
  display: block;
  width: 44px;
  margin-top: 15px;
}
/* line 64, ../sass/layout/_footer.scss */
.top-footer .gallery {
  padding: 41px 0px 0px;
}
/* line 66, ../sass/layout/_footer.scss */
.top-footer .gallery .item {
  padding-right: 10px;
  width: 33.333333%;
}
/* line 69, ../sass/layout/_footer.scss */
.top-footer .gallery .item img {
  width: 100%;
  max-width: 88px;
  min-height: 88px;
  border: 1px solid white;
  cursor: pointer;
  margin-bottom: 10px;
}

/* line 81, ../sass/layout/_footer.scss */
.bottom-footer {
  background-color: #000;
  padding: 21px 0px;
}
@media (max-width: 991px) {
  /* line 84, ../sass/layout/_footer.scss */
  .bottom-footer .social-media {
    margin-bottom: 20px;
  }
}
/* line 89, ../sass/layout/_footer.scss */
.bottom-footer .social-media ul li {
  display: inline-block;
  padding-right: 12.5px;
}
/* line 92, ../sass/layout/_footer.scss */
.bottom-footer .social-media ul li:last-child {
  padding-right: 0;
}
/* line 95, ../sass/layout/_footer.scss */
.bottom-footer .social-media ul li a {
  background-color: #5E5E5E;
  padding: 8px 13px;
  color: white;
  font-size: 20px;
  border-radius: 2px;
  display: inline-block;
}
/* line 106, ../sass/layout/_footer.scss */
.bottom-footer .newsletter {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  /* line 106, ../sass/layout/_footer.scss */
  .bottom-footer .newsletter {
    flex-wrap: wrap;
  }
}
/* line 112, ../sass/layout/_footer.scss */
.bottom-footer .newsletter:before {
  content: "";
  background-image: url(../images/newsletter.svg);
  width: 100%;
  max-width: 51px;
  background-repeat: no-repeat;
  margin-right: 15px;
  height: 51px;
  display: inline-block;
}
@media (max-width: 991px) {
  /* line 112, ../sass/layout/_footer.scss */
  .bottom-footer .newsletter:before {
    margin-bottom: 20px;
  }
}
/* line 125, ../sass/layout/_footer.scss */
.bottom-footer .newsletter .title {
  color: white;
  text-align: center;
  font-size: 20px;
  display: inline-block;
}
@media (max-width: 991px) {
  /* line 125, ../sass/layout/_footer.scss */
  .bottom-footer .newsletter .title {
    margin-bottom: 20px;
  }
}
/* line 133, ../sass/layout/_footer.scss */
.bottom-footer .newsletter .title span {
  color: #5E5E5E;
}
/* line 137, ../sass/layout/_footer.scss */
.bottom-footer .newsletter input {
  display: inline-block;
  height: 40px;
  border-color: #C8C8C8;
  border-radius: 5px;
  margin-right: 10px;
}
@media (max-width: 991px) {
  /* line 137, ../sass/layout/_footer.scss */
  .bottom-footer .newsletter input {
    margin-bottom: 20px;
  }
}
/* line 146, ../sass/layout/_footer.scss */
.bottom-footer .newsletter input::-ms-input-placeholder {
  color: #545454;
}
/* line 149, ../sass/layout/_footer.scss */
.bottom-footer .newsletter input::placeholder {
  color: #545454;
}
/* line 153, ../sass/layout/_footer.scss */
.bottom-footer .newsletter .submit-button {
  background-color: #C80117;
  color: white;
  border: none;
  font-size: 16px;
  padding: 8px 29px;
}

/* line 5, ../sass/layout/_main.scss */
h1, h2, h3, h4, h5 {
  font-family: "Rajdhani", sans-serif;
}

/* line 9, ../sass/layout/_main.scss */
.form-select {
  background-image: url("/optimal/images/arrow-down.svg");
}

/* line 12, ../sass/layout/_main.scss */
.divider {
  border-bottom: 1px solid rgba(112, 112, 112, 0.34);
  margin: 30px auto 30px;
  width: 95%;
}

/* line 18, ../sass/layout/_main.scss */
.venetian-red-title {
  color: #C80117;
  font-size: 16px;
  font-weight: bold;
}

/* line 73, ../sass/layout/_main.scss */
.venetian-red {
  color: #C80117;
}

/* line 77, ../sass/layout/_main.scss */
.big-num {
  font-size: 60px;
}
@media (max-width: 1200px) {
  /* line 77, ../sass/layout/_main.scss */
  .big-num {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  /* line 77, ../sass/layout/_main.scss */
  .big-num {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  /* line 87, ../sass/layout/_main.scss */
  .hero-slider {
    margin-bottom: 0 !important;
  }
}
/* line 91, ../sass/layout/_main.scss */
.hero-slider .item {
  position: relative;
}
/* line 93, ../sass/layout/_main.scss */
.hero-slider .item .full-image {
  position: relative;
}
/* line 95, ../sass/layout/_main.scss */
.hero-slider .item .full-image:before {
  content: "";
  background: transparent linear-gradient(1deg, #FFFFFF05 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  opacity: 0.8;
  backdrop-filter: blur(39px);
  -webkit-backdrop-filter: blur(39px);
  position: absolute;
  width: 100%;
  height: 100%;
}
/* line 105, ../sass/layout/_main.scss */
.hero-slider .item .full-image img {
  width: 100%;
  object-fit: fill;
}
@media (max-width: 767px) {
  /* line 105, ../sass/layout/_main.scss */
  .hero-slider .item .full-image img {
    height: 286px;
  }
}
/* line 114, ../sass/layout/_main.scss */
.hero-slider .item .content-wrapper {
  position: absolute;
  width: 100%;
  transform: translate(-10%, -40%);
  top: 40%;
}
@media (min-width: 1200px) {
  /* line 114, ../sass/layout/_main.scss */
  .hero-slider .item .content-wrapper {
    max-width: 915px;
    right: 4%;
  }
}
@media (max-width: 1200px) {
  /* line 114, ../sass/layout/_main.scss */
  .hero-slider .item .content-wrapper {
    transform: translate(0%, -40%);
    right: 0;
    left: 0;
    padding: 0px 15px;
  }
}
/* line 129, ../sass/layout/_main.scss */
.hero-slider .item .content-wrapper .description {
  font-size: 50px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  /* line 129, ../sass/layout/_main.scss */
  .hero-slider .item .content-wrapper .description {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
/* line 140, ../sass/layout/_main.scss */
.hero-slider .slick-dots {
  bottom: 38%;
  transform: translate(-37%, -40%);
  max-width: 220px;
  margin: auto;
  display: block;
  left: 29%;
}
@media (max-width: 1200px) {
  /* line 140, ../sass/layout/_main.scss */
  .hero-slider .slick-dots {
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -10%);
  }
}
/* line 152, ../sass/layout/_main.scss */
.hero-slider .slick-dots li {
  height: 5px;
  width: 10px;
}
/* line 155, ../sass/layout/_main.scss */
.hero-slider .slick-dots li button {
  height: 5px;
  width: 10px;
}
/* line 158, ../sass/layout/_main.scss */
.hero-slider .slick-dots li button:before {
  color: white;
  opacity: 1;
  background: white;
  height: 5px;
  width: 10px;
  font-size: 0;
}
/* line 167, ../sass/layout/_main.scss */
.hero-slider .slick-dots li.slick-active {
  width: 28px;
}
/* line 169, ../sass/layout/_main.scss */
.hero-slider .slick-dots li.slick-active button {
  width: 28px;
}
/* line 171, ../sass/layout/_main.scss */
.hero-slider .slick-dots li.slick-active button:before {
  width: 28px;
  background: #C80117;
}

/* line 180, ../sass/layout/_main.scss */
.category-list {
  background-color: #F5F5F5;
  padding: 30px;
  margin-bottom: 42px;
}

/* line 186, ../sass/layout/_main.scss */
.about-us {
  background: transparent url("/optimal/images/bg-about.svg") 0% 0% no-repeat padding-box;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  /* line 189, ../sass/layout/_main.scss */
  .about-us .row:not(.about-us .items .row) {
    flex-direction: column-reverse;
  }
}
/* line 194, ../sass/layout/_main.scss */
.about-us .title {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 59px;
}
@media (min-width: 991px) {
  /* line 199, ../sass/layout/_main.scss */
  .about-us .title.d-lg-block {
    display: flex !important;
  }
}
@media (max-width: 991px) {
  /* line 194, ../sass/layout/_main.scss */
  .about-us .title {
    margin-bottom: 30px;
    font-size: 25px;
  }
}
/* line 208, ../sass/layout/_main.scss */
.about-us .title:before {
  content: "";
  background-image: url("/optimal/images/title-sign.svg");
  width: 51px;
  height: 51px;
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 991px) {
  /* line 208, ../sass/layout/_main.scss */
  .about-us .title:before {
    width: 35px;
    height: 35px;
    background-size: 35px;
    margin-right: 5px;
  }
}
/* line 223, ../sass/layout/_main.scss */
.about-us .description {
  font-size: 18px;
  margin-bottom: 30px;
  color: #000;
}
/* line 228, ../sass/layout/_main.scss */
.about-us .items {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  /* line 228, ../sass/layout/_main.scss */
  .about-us .items {
    margin-bottom: 30px;
  }
}
/* line 233, ../sass/layout/_main.scss */
.about-us .items .item {
  margin-bottom: 25px;
}
/* line 236, ../sass/layout/_main.scss */
.about-us .items .content {
  display: flex;
  align-items: center;
}
/* line 239, ../sass/layout/_main.scss */
.about-us .items .content img {
  margin-right: 15px;
}
/* line 244, ../sass/layout/_main.scss */
.about-us .list-inline {
  margin-bottom: 54px;
}
@media (max-width: 991px) {
  /* line 244, ../sass/layout/_main.scss */
  .about-us .list-inline {
    margin-bottom: 30px;
  }
}
/* line 249, ../sass/layout/_main.scss */
.about-us .list-inline ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
}
/* line 254, ../sass/layout/_main.scss */
.about-us .list-inline ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #000;
  margin-bottom: 25px;
}
/* line 261, ../sass/layout/_main.scss */
.about-us .list-inline ul li:before {
  content: "";
  background-image: url("/optimal/images/check.svg");
  background-repeat: no-repeat;
  width: 31px;
  height: 28px;
  display: inline-block;
  margin-right: 15px;
}
/* line 273, ../sass/layout/_main.scss */
.about-us .content-wrapper {
  position: relative;
}
@media (max-width: 991px) {
  /* line 273, ../sass/layout/_main.scss */
  .about-us .content-wrapper {
    margin-bottom: 30px;
  }
}
/* line 278, ../sass/layout/_main.scss */
.about-us .content-wrapper .top-right-title {
  background-color: #C80117;
  width: 100%;
  max-width: 294px;
  font-size: 25px;
  padding: 15px 30px;
  font-weight: bold;
  color: white;
  position: absolute;
  top: 30px;
}
@media (max-width: 1200px) {
  /* line 278, ../sass/layout/_main.scss */
  .about-us .content-wrapper .top-right-title {
    padding: 10px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  /* line 278, ../sass/layout/_main.scss */
  .about-us .content-wrapper .top-right-title {
    max-width: 190px;
    top: 10px;
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  /* line 299, ../sass/layout/_main.scss */
  .about-us .content-wrapper .first-img img {
    max-width: 191px;
  }
}
/* line 305, ../sass/layout/_main.scss */
.about-us .content-wrapper .middle-img {
  width: 100%;
  max-width: 510px;
  position: absolute;
  top: 55%;
  transform: translate(0%, -55%);
  z-index: 99;
}
@media (max-width: 1200px) {
  /* line 305, ../sass/layout/_main.scss */
  .about-us .content-wrapper .middle-img {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  /* line 305, ../sass/layout/_main.scss */
  .about-us .content-wrapper .middle-img {
    max-width: 100px;
    left: 40%;
    top: 50%;
    transform: translate(-40%, -50%);
  }
}
@media (max-width: 480px) {
  /* line 321, ../sass/layout/_main.scss */
  .about-us .content-wrapper .middle-img img {
    width: 117px;
  }
}
/* line 327, ../sass/layout/_main.scss */
.about-us .content-wrapper .last-image {
  margin-top: -90px;
  position: relative;
  z-index: 98;
}
@media (max-width: 1200px) {
  /* line 331, ../sass/layout/_main.scss */
  .about-us .content-wrapper .last-image img {
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  /* line 331, ../sass/layout/_main.scss */
  .about-us .content-wrapper .last-image img {
    max-width: 240px;
  }
}

/* line 344, ../sass/layout/_main.scss */
.hero-slider .link a, .hero-slider .more-links a, .about-us .link a, .about-us .more-links a, .product-section .link a, .product-section .more-links a, .service-booking .link a, .service-booking .more-links a, .blog-section .link a, .blog-section .more-links a, .blogs .link a, .blogs .more-links a, .related-blogs .link a, .related-blogs .more-links a {
  background-color: #C80117;
  color: white;
  border: none;
  padding: 13px 28px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  display: inline-block;
}
@media (max-width: 1200px) {
  /* line 344, ../sass/layout/_main.scss */
  .hero-slider .link a, .hero-slider .more-links a, .about-us .link a, .about-us .more-links a, .product-section .link a, .product-section .more-links a, .service-booking .link a, .service-booking .more-links a, .blog-section .link a, .blog-section .more-links a, .blogs .link a, .blogs .more-links a, .related-blogs .link a, .related-blogs .more-links a {
    padding: 8px 12px;
  }
}
/* line 38, ../sass/layout/_main.scss */
.hero-slider .link a:before, .hero-slider .more-links a:before, .about-us .link a:before, .about-us .more-links a:before, .product-section .link a:before, .product-section .more-links a:before, .service-booking .link a:before, .service-booking .more-links a:before, .blog-section .link a:before, .blog-section .more-links a:before, .blogs .link a:before, .blogs .more-links a:before, .related-blogs .link a:before, .related-blogs .more-links a:before {
  content: "";
  border-top: 1px solid #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  margin-right: 10.5px;
}
@media (max-width: 1200px) {
  /* line 38, ../sass/layout/_main.scss */
  .hero-slider .link a:before, .hero-slider .more-links a:before, .about-us .link a:before, .about-us .more-links a:before, .product-section .link a:before, .product-section .more-links a:before, .service-booking .link a:before, .service-booking .more-links a:before, .blog-section .link a:before, .blog-section .more-links a:before, .blogs .link a:before, .blogs .more-links a:before, .related-blogs .link a:before, .related-blogs .more-links a:before {
    width: 20px;
    vertical-align: middle;
  }
}
/* line 50, ../sass/layout/_main.scss */
.hero-slider .link a:after, .hero-slider .more-links a:after, .about-us .link a:after, .about-us .more-links a:after, .product-section .link a:after, .product-section .more-links a:after, .service-booking .link a:after, .service-booking .more-links a:after, .blog-section .link a:after, .blog-section .more-links a:after, .blogs .link a:after, .blogs .more-links a:after, .related-blogs .link a:after, .related-blogs .more-links a:after {
  content: "\f04b";
  /* Font Awesome icon code */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  margin-left: 10.5px;
  color: white;
}
@media (max-width: 1200px) {
  /* line 50, ../sass/layout/_main.scss */
  .hero-slider .link a:after, .hero-slider .more-links a:after, .about-us .link a:after, .about-us .more-links a:after, .product-section .link a:after, .product-section .more-links a:after, .service-booking .link a:after, .service-booking .more-links a:after, .blog-section .link a:after, .blog-section .more-links a:after, .blogs .link a:after, .blogs .more-links a:after, .related-blogs .link a:after, .related-blogs .more-links a:after {
    margin-left: 6px;
  }
}

/* line 351, ../sass/layout/_main.scss */
.product-section .title, .service-booking .title, .blog-section .title, .brands-section .title, .testimonial-section .title, .backages-section .title, .customers-feedback .title {
  color: white;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  /* line 351, ../sass/layout/_main.scss */
  .product-section .title, .service-booking .title, .blog-section .title, .brands-section .title, .testimonial-section .title, .backages-section .title, .customers-feedback .title {
    font-size: 25px;
  }
}
/* line 361, ../sass/layout/_main.scss */
.product-section .title:before, .service-booking .title:before, .blog-section .title:before, .brands-section .title:before, .testimonial-section .title:before, .backages-section .title:before, .customers-feedback .title:before {
  content: "";
  background-image: url("/optimal/images/title-sign.svg");
  width: 51px;
  height: 51px;
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 991px) {
  /* line 361, ../sass/layout/_main.scss */
  .product-section .title:before, .service-booking .title:before, .blog-section .title:before, .brands-section .title:before, .testimonial-section .title:before, .backages-section .title:before, .customers-feedback .title:before {
    width: 35px;
    height: 35px;
    background-size: 35px;
    margin-right: 5px;
  }
}

/* line 378, ../sass/layout/_main.scss */
.product-section, .product-catgory {
  position: relative;
}
/* line 380, ../sass/layout/_main.scss */
.product-section:before, .product-catgory:before {
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0.77) 100%, rgba(0, 0, 0, 0.77) 100%), url("/optimal/images/bg-product.png");
  background-size: cover;
  padding: 60px 0px 80px;
  height: 316px;
  width: 100%;
  position: absolute;
  z-index: -1;
}
@media (max-width: 1200px) {
  /* line 380, ../sass/layout/_main.scss */
  .product-section:before, .product-catgory:before {
    height: 428px;
  }
}
/* line 393, ../sass/layout/_main.scss */
.product-section .title, .product-catgory .title {
  color: white;
}
/* line 396, ../sass/layout/_main.scss */
.product-section .content, .product-catgory .content {
  padding: 60px 0px;
}
/* line 398, ../sass/layout/_main.scss */
.product-section .content .text, .product-catgory .content .text {
  font-size: 18px;
  color: white;
  margin-bottom: 30px;
}
/* line 404, ../sass/layout/_main.scss */
.product-section .product-content, .product-catgory .product-content {
  margin-bottom: 60px;
}
/* line 407, ../sass/layout/_main.scss */
.product-section .item, .product-catgory .item {
  text-align: center;
}
/* line 409, ../sass/layout/_main.scss */
.product-section .item .product-wrapper, .product-catgory .item .product-wrapper {
  background-color: #F3F1F2;
  border-radius: 100%;
  padding: 21px;
  width: 100%;
  max-width: 146px;
  height: 146px;
  margin: 0 auto 30px;
}
/* line 417, ../sass/layout/_main.scss */
.product-section .item .product-wrapper .image, .product-catgory .item .product-wrapper .image {
  border: 1px solid #C80117;
  width: 104px;
  height: 104px;
  background-color: white;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 427, ../sass/layout/_main.scss */
.product-section .item .product-wrapper img, .product-catgory .item .product-wrapper img {
  width: 58px;
  height: 58px;
}
/* line 432, ../sass/layout/_main.scss */
.product-section .item .product-name, .product-catgory .item .product-name {
  font-size: 18px;
  color: #000;
}
/* line 437, ../sass/layout/_main.scss */
.product-section .item.active .product-name, .product-catgory .item.active .product-name {
  font-weight: bold;
}
/* line 441, ../sass/layout/_main.scss */
.product-section .item.active .product-wrapper .image, .product-catgory .item.active .product-wrapper .image {
  background-color: #C80117;
}
/* line 443, ../sass/layout/_main.scss */
.product-section .item.active .product-wrapper .image img, .product-catgory .item.active .product-wrapper .image img {
  filter: invert(1);
}
/* line 448, ../sass/layout/_main.scss */
.product-section .item.active:after, .product-catgory .item.active:after {
  content: "\f0dd";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  color: #C80117;
}
@media (max-width: 1200px) {
  /* line 448, ../sass/layout/_main.scss */
  .product-section .item.active:after, .product-catgory .item.active:after {
    margin-left: 6px;
  }
}
/* line 460, ../sass/layout/_main.scss */
.product-section .more-links, .product-catgory .more-links {
  justify-content: center;
  display: flex;
}
/* line 463, ../sass/layout/_main.scss */
.product-section .more-links a, .product-catgory .more-links a {
  padding: 13px 15px;
}

/* line 469, ../sass/layout/_main.scss */
.product-carousel, .product-content, .related-product {
  margin-bottom: 50px;
}
/* line 471, ../sass/layout/_main.scss */
.product-carousel .product, .product-content .product, .related-product .product {
  padding: 0px 7.5px;
}
/* line 473, ../sass/layout/_main.scss */
.product-carousel .product .content-wrapper, .product-content .product .content-wrapper, .related-product .product .content-wrapper {
  background: #F3F1F2;
  background-image: url("/optimal/images/bgproduct.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 15px 21px;
}
/* line 479, ../sass/layout/_main.scss */
.product-carousel .product .content-wrapper .top-content, .product-content .product .content-wrapper .top-content, .related-product .product .content-wrapper .top-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
/* line 486, ../sass/layout/_main.scss */
.product-carousel .product .content-wrapper .top-content .right-tool .rating .fa-star, .product-content .product .content-wrapper .top-content .right-tool .rating .fa-star, .related-product .product .content-wrapper .top-content .right-tool .rating .fa-star {
  color: #AFAFAF;
}
/* line 488, ../sass/layout/_main.scss */
.product-carousel .product .content-wrapper .top-content .right-tool .rating .fa-star.checked, .product-content .product .content-wrapper .top-content .right-tool .rating .fa-star.checked, .related-product .product .content-wrapper .top-content .right-tool .rating .fa-star.checked {
  color: gold;
}
/* line 493, ../sass/layout/_main.scss */
.product-carousel .product .content-wrapper .top-content .right-tool .cart, .product-content .product .content-wrapper .top-content .right-tool .cart, .related-product .product .content-wrapper .top-content .right-tool .cart {
  display: flex;
  justify-content: right;
  margin-bottom: 20px;
}
/* line 497, ../sass/layout/_main.scss */
.product-carousel .product .content-wrapper .top-content .right-tool .cart a, .product-content .product .content-wrapper .top-content .right-tool .cart a, .related-product .product .content-wrapper .top-content .right-tool .cart a {
  background-color: white;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 510, ../sass/layout/_main.scss */
.product-carousel .product .name, .product-content .product .name, .related-product .product .name {
  color: #C80117;
  font-size: 16px;
  margin-bottom: 5px;
}
/* line 515, ../sass/layout/_main.scss */
.product-carousel .product .description, .product-content .product .description, .related-product .product .description {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

/* line 524, ../sass/layout/_main.scss */
.related-blogs .slick-arrow, .product-carousel .slick-arrow, .product-catgory .slick-arrow, .backages-carousel .slick-arrow, .brands-section .slick-arrow, .motorcycles-thumbnail .slick-arrow {
  width: 35px;
  height: 29px;
}
/* line 527, ../sass/layout/_main.scss */
.related-blogs .slick-arrow:before, .product-carousel .slick-arrow:before, .product-catgory .slick-arrow:before, .backages-carousel .slick-arrow:before, .brands-section .slick-arrow:before, .motorcycles-thumbnail .slick-arrow:before {
  content: "";
  width: 35px;
  height: 29px;
  display: block;
  opacity: 1;
}
/* line 534, ../sass/layout/_main.scss */
.related-blogs .slick-arrow.slick-prev, .product-carousel .slick-arrow.slick-prev, .product-catgory .slick-arrow.slick-prev, .backages-carousel .slick-arrow.slick-prev, .brands-section .slick-arrow.slick-prev, .motorcycles-thumbnail .slick-arrow.slick-prev {
  left: -45px;
  z-index: 9999;
}
@media (max-width: 991px) {
  /* line 534, ../sass/layout/_main.scss */
  .related-blogs .slick-arrow.slick-prev, .product-carousel .slick-arrow.slick-prev, .product-catgory .slick-arrow.slick-prev, .backages-carousel .slick-arrow.slick-prev, .brands-section .slick-arrow.slick-prev, .motorcycles-thumbnail .slick-arrow.slick-prev {
    left: 0;
  }
}
/* line 540, ../sass/layout/_main.scss */
.related-blogs .slick-arrow.slick-prev:before, .product-carousel .slick-arrow.slick-prev:before, .product-catgory .slick-arrow.slick-prev:before, .backages-carousel .slick-arrow.slick-prev:before, .brands-section .slick-arrow.slick-prev:before, .motorcycles-thumbnail .slick-arrow.slick-prev:before {
  background-image: url("/optimal/images/prev.png");
}
/* line 544, ../sass/layout/_main.scss */
.related-blogs .slick-arrow.slick-next, .product-carousel .slick-arrow.slick-next, .product-catgory .slick-arrow.slick-next, .backages-carousel .slick-arrow.slick-next, .brands-section .slick-arrow.slick-next, .motorcycles-thumbnail .slick-arrow.slick-next {
  right: -45px;
}
@media (max-width: 991px) {
  /* line 544, ../sass/layout/_main.scss */
  .related-blogs .slick-arrow.slick-next, .product-carousel .slick-arrow.slick-next, .product-catgory .slick-arrow.slick-next, .backages-carousel .slick-arrow.slick-next, .brands-section .slick-arrow.slick-next, .motorcycles-thumbnail .slick-arrow.slick-next {
    right: 0;
  }
}
/* line 549, ../sass/layout/_main.scss */
.related-blogs .slick-arrow.slick-next:before, .product-carousel .slick-arrow.slick-next:before, .product-catgory .slick-arrow.slick-next:before, .backages-carousel .slick-arrow.slick-next:before, .brands-section .slick-arrow.slick-next:before, .motorcycles-thumbnail .slick-arrow.slick-next:before {
  background-image: url("/optimal/images/next.png");
}

@media (max-width: 991px) {
  /* line 557, ../sass/layout/_main.scss */
  .product-carousel {
    margin-bottom: 80px;
  }
  /* line 559, ../sass/layout/_main.scss */
  .product-carousel .slick-arrow {
    top: auto;
    bottom: 0;
    margin-bottom: -50px;
    transform: none;
  }
  /* line 564, ../sass/layout/_main.scss */
  .product-carousel .slick-arrow.slick-prev {
    left: 50%;
    transform: translate(-50%, 0%);
  }
  /* line 567, ../sass/layout/_main.scss */
  .product-carousel .slick-arrow.slick-prev:before {
    margin-left: -30px;
  }
  /* line 571, ../sass/layout/_main.scss */
  .product-carousel .slick-arrow.slick-next {
    right: 35%;
    transform: translate(-35%, 0%);
  }
}
/* line 579, ../sass/layout/_main.scss */
.service-booking, .backages-section {
  background-color: #F3F1F2;
  padding: 30px 0px;
  margin-bottom: 50px;
}
/* line 583, ../sass/layout/_main.scss */
.service-booking .service-warpper, .service-booking .backages-warpper, .backages-section .service-warpper, .backages-section .backages-warpper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  /* line 583, ../sass/layout/_main.scss */
  .service-booking .service-warpper, .service-booking .backages-warpper, .backages-section .service-warpper, .backages-section .backages-warpper {
    flex-direction: column-reverse;
  }
}
/* line 591, ../sass/layout/_main.scss */
.service-booking .left-section, .backages-section .left-section {
  width: 60%;
}
@media (max-width: 1200px) {
  /* line 591, ../sass/layout/_main.scss */
  .service-booking .left-section, .backages-section .left-section {
    width: 100%;
  }
}
/* line 596, ../sass/layout/_main.scss */
.service-booking .left-section .content, .backages-section .left-section .content {
  background-color: white;
  padding: 110px 140px;
  clip-path: polygon(0 0%, 100% 0%, calc(100% - 3rem) 100%, 0% 100%);
}
@media (max-width: 1200px) {
  /* line 596, ../sass/layout/_main.scss */
  .service-booking .left-section .content, .backages-section .left-section .content {
    clip-path: polygon(0% 3%, 100% 0%, 100% 100%, 0% 100%);
    padding: 80px 15px;
  }
}
/* line 605, ../sass/layout/_main.scss */
.service-booking .left-section .title, .backages-section .left-section .title {
  color: #000;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  /* line 605, ../sass/layout/_main.scss */
  .service-booking .left-section .title, .backages-section .left-section .title {
    margin-bottom: 30px;
  }
}
/* line 612, ../sass/layout/_main.scss */
.service-booking .left-section .service-card, .backages-section .left-section .service-card {
  background-color: #F3F1F2;
  box-shadow: 2px 2px 12px #00000029;
  padding: 20px 15px;
  background-image: url("/optimal/images/bg-service.svg");
  background-repeat: no-repeat;
  background-position: left top;
}
@media (max-width: 1200px) {
  /* line 612, ../sass/layout/_main.scss */
  .service-booking .left-section .service-card, .backages-section .left-section .service-card {
    margin-bottom: 30px;
  }
}
/* line 622, ../sass/layout/_main.scss */
.service-booking .left-section .service-card .image, .backages-section .left-section .service-card .image {
  margin-bottom: 20px;
}
/* line 624, ../sass/layout/_main.scss */
.service-booking .left-section .service-card .image img, .backages-section .left-section .service-card .image img {
  width: 38px;
  height: 37px;
}
/* line 629, ../sass/layout/_main.scss */
.service-booking .left-section .service-card .name, .backages-section .left-section .service-card .name {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 635, ../sass/layout/_main.scss */
.service-booking .left-section .service-card .link a, .backages-section .left-section .service-card .link a {
  text-decoration: none;
  color: #C80117;
  background-color: transparent;
  padding: 0;
}
/* line 640, ../sass/layout/_main.scss */
.service-booking .left-section .service-card .link a:before, .service-booking .left-section .service-card .link a:after, .backages-section .left-section .service-card .link a:before, .backages-section .left-section .service-card .link a:after {
  border-color: #C80117;
  color: #C80117;
}
/* line 649, ../sass/layout/_main.scss */
.service-booking .right-section, .backages-section .right-section {
  width: 40%;
}
@media (max-width: 1200px) {
  /* line 649, ../sass/layout/_main.scss */
  .service-booking .right-section, .backages-section .right-section {
    width: 100%;
  }
}
/* line 654, ../sass/layout/_main.scss */
.service-booking .right-section .image, .backages-section .right-section .image {
  clip-path: polygon(3rem 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width: 1200px) {
  /* line 654, ../sass/layout/_main.scss */
  .service-booking .right-section .image, .backages-section .right-section .image {
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
  }
}

/* line 663, ../sass/layout/_main.scss */
.blog-section, .blogs, .related-blogs {
  margin-bottom: 50px;
}
/* line 665, ../sass/layout/_main.scss */
.blog-section .row, .blogs .row, .related-blogs .row {
  margin-bottom: 50px;
}
/* line 668, ../sass/layout/_main.scss */
.blog-section .title, .blogs .title, .related-blogs .title {
  color: #000;
  text-align: center;
  margin: 0 auto 50px;
  justify-content: center;
}
/* line 674, ../sass/layout/_main.scss */
.blog-section .blog-card, .blogs .blog-card, .related-blogs .blog-card {
  position: relative;
  margin-bottom: 30px;
}
/* line 678, ../sass/layout/_main.scss */
.blog-section .blog-card .blog-image img, .blogs .blog-card .blog-image img, .related-blogs .blog-card .blog-image img {
  width: 416px;
  height: 282px;
  object-fit: cover;
  margin: auto;
  display: block;
}
/* line 686, ../sass/layout/_main.scss */
.blog-section .blog-card .blog-content, .blogs .blog-card .blog-content, .related-blogs .blog-card .blog-content {
  box-shadow: 2px 2px 20px #00000012;
  background-color: white;
  margin-top: -30px;
  padding: 20px;
  max-width: 386px;
  left: 0;
  right: 0;
  margin: -50px auto 0;
  position: relative;
  z-index: 999;
}
/* line 697, ../sass/layout/_main.scss */
.blog-section .blog-card .blog-content .blog-date, .blogs .blog-card .blog-content .blog-date, .related-blogs .blog-card .blog-content .blog-date {
  color: #C80117;
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 702, ../sass/layout/_main.scss */
.blog-section .blog-card .blog-content .blog-title, .blogs .blog-card .blog-content .blog-title, .related-blogs .blog-card .blog-content .blog-title {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}
/* line 707, ../sass/layout/_main.scss */
.blog-section .blog-card .blog-content .blog-title a, .blogs .blog-card .blog-content .blog-title a, .related-blogs .blog-card .blog-content .blog-title a {
  text-decoration: none;
  color: #000;
}
/* line 710, ../sass/layout/_main.scss */
.blog-section .blog-card .blog-content .blog-title a:hover, .blogs .blog-card .blog-content .blog-title a:hover, .related-blogs .blog-card .blog-content .blog-title a:hover {
  color: #C80117;
}
/* line 715, ../sass/layout/_main.scss */
.blog-section .blog-card .blog-content .blog-description, .blogs .blog-card .blog-content .blog-description, .related-blogs .blog-card .blog-content .blog-description {
  font-size: 16px;
  color: #000;
}
/* line 720, ../sass/layout/_main.scss */
.blog-section .blog-card .blog-content .link a, .blogs .blog-card .blog-content .link a, .related-blogs .blog-card .blog-content .link a {
  text-decoration: none;
  color: #000;
  background-color: transparent;
  padding: 0;
}
/* line 725, ../sass/layout/_main.scss */
.blog-section .blog-card .blog-content .link a:after, .blog-section .blog-card .blog-content .link a:before, .blogs .blog-card .blog-content .link a:after, .blogs .blog-card .blog-content .link a:before, .related-blogs .blog-card .blog-content .link a:after, .related-blogs .blog-card .blog-content .link a:before {
  border-color: #000;
  color: #000;
}
/* line 733, ../sass/layout/_main.scss */
.blog-section .more-links, .blogs .more-links, .related-blogs .more-links {
  justify-content: center;
  display: flex;
}

/* line 739, ../sass/layout/_main.scss */
.brands-section {
  background-color: #F3F1F2;
  padding: 30px 0px;
  margin-bottom: 50px;
}
/* line 743, ../sass/layout/_main.scss */
.brands-section .content {
  background-color: white;
  padding: 60px 0px;
  margin: 0px 30px;
}
/* line 747, ../sass/layout/_main.scss */
.brands-section .content .title {
  color: #000;
  font-size: 40px;
  text-align: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  /* line 747, ../sass/layout/_main.scss */
  .brands-section .content .title {
    font-size: 25px;
  }
}
/* line 758, ../sass/layout/_main.scss */
.brands-section .content .brands .brand {
  padding: 0px 8px;
}
@media (max-width: 991px) {
  /* line 758, ../sass/layout/_main.scss */
  .brands-section .content .brands .brand {
    padding: 0px 55px;
  }
}
/* line 763, ../sass/layout/_main.scss */
.brands-section .content .brands .brand .image {
  min-height: 130px;
  position: relative;
  box-shadow: 2px 2px 20px #00000029;
  border: 1px solid #E1E1E1;
  background-color: white;
  border-radius: 5px;
  padding: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 774, ../sass/layout/_main.scss */
.brands-section .content .brands .brand .image img {
  width: auto;
  max-height: 90px;
}
/* line 783, ../sass/layout/_main.scss */
.brands-section .slick-arrow.slick-prev {
  left: -13px;
}
/* line 786, ../sass/layout/_main.scss */
.brands-section .slick-arrow.slick-next {
  right: -12px;
}

/* line 792, ../sass/layout/_main.scss */
.testimonial-section {
  text-align: center;
  margin-bottom: 80px;
}
/* line 795, ../sass/layout/_main.scss */
.testimonial-section .title {
  color: #000;
  font-size: 40px;
  text-align: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  /* line 795, ../sass/layout/_main.scss */
  .testimonial-section .title {
    font-size: 25px;
    margin-bottom: 41px;
  }
}
/* line 807, ../sass/layout/_main.scss */
.testimonial-section .testimonial .item {
  margin-bottom: 30px;
}
/* line 810, ../sass/layout/_main.scss */
.testimonial-section .testimonial .item .image img {
  background: #F3F1F2 0% 0% no-repeat padding-box;
  display: block;
  margin: 0px auto 30px;
  border-radius: 100%;
  width: 130px;
  height: 130px;
  padding: 15px;
}
/* line 820, ../sass/layout/_main.scss */
.testimonial-section .testimonial .item .customer-name {
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
/* line 825, ../sass/layout/_main.scss */
.testimonial-section .testimonial .item .customer-feedback {
  width: 100%;
  max-width: 733px;
  font-size: 16px;
  color: #000;
  margin: auto;
}

/* line 838, ../sass/layout/_main.scss */
.testimonial-section .slick-dots li, .hero-slider-ecommerce .slick-dots li, .shop-carousel .slick-dots li {
  height: 14px;
  width: 14px;
}
/* line 841, ../sass/layout/_main.scss */
.testimonial-section .slick-dots li button, .hero-slider-ecommerce .slick-dots li button, .shop-carousel .slick-dots li button {
  height: 14px;
  width: 14px;
}
/* line 844, ../sass/layout/_main.scss */
.testimonial-section .slick-dots li button:before, .hero-slider-ecommerce .slick-dots li button:before, .shop-carousel .slick-dots li button:before {
  color: #707070;
  opacity: 1;
  background: white;
  border: 1px solid #C80117;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  font-size: 0;
}
/* line 857, ../sass/layout/_main.scss */
.testimonial-section .slick-dots li.slick-active button:before, .hero-slider-ecommerce .slick-dots li.slick-active button:before, .shop-carousel .slick-dots li.slick-active button:before {
  background: #707070;
}

/* line 866, ../sass/layout/_main.scss */
.title-page {
  box-shadow: 2px 2px 20px #00000029;
  padding: 14px 0px;
  text-align: center;
  margin-bottom: 60px;
}
/* line 871, ../sass/layout/_main.scss */
.title-page .title {
  color: #000;
  font-weight: bold;
  font-size: 25px;
}

/* line 878, ../sass/layout/_main.scss */
.why-optimal, .blogs-node-page {
  background: transparent url(/optimal/images/bg-about.svg) 0% 0% no-repeat padding-box;
}
/* line 881, ../sass/layout/_main.scss */
.why-optimal .content .description, .blogs-node-page .content .description {
  font-size: 18px;
  color: #000;
}
/* line 884, ../sass/layout/_main.scss */
.why-optimal .content .description ul, .blogs-node-page .content .description ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
/* line 889, ../sass/layout/_main.scss */
.why-optimal .content .description ul li, .blogs-node-page .content .description ul li {
  list-style-type: none;
  padding-right: 61px;
  flex: 0 0 auto;
  width: 33.33333333%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  /* line 889, ../sass/layout/_main.scss */
  .why-optimal .content .description ul li, .blogs-node-page .content .description ul li {
    width: 50%;
    margin-bottom: 30px;
  }
}
/* line 900, ../sass/layout/_main.scss */
.why-optimal .content .description ul li img, .blogs-node-page .content .description ul li img {
  margin-right: 15px;
}
/* line 903, ../sass/layout/_main.scss */
.why-optimal .content .description ul li .name, .blogs-node-page .content .description ul li .name {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
/* line 910, ../sass/layout/_main.scss */
.why-optimal .content .description ol, .blogs-node-page .content .description ol {
  padding: 0;
}
/* line 912, ../sass/layout/_main.scss */
.why-optimal .content .description ol li, .blogs-node-page .content .description ol li {
  list-style-type: none;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
}
/* line 917, ../sass/layout/_main.scss */
.why-optimal .content .description ol li:before, .blogs-node-page .content .description ol li:before {
  content: "";
  background-image: url(/optimal/images/check.svg);
  background-repeat: no-repeat;
  min-width: 31px;
  height: 28px;
  display: inline-block;
  margin-right: 15px;
}
/* line 929, ../sass/layout/_main.scss */
.why-optimal .content .image, .blogs-node-page .content .image {
  margin-bottom: 30px;
}
@media (min-width: 991px) {
  /* line 929, ../sass/layout/_main.scss */
  .why-optimal .content .image, .blogs-node-page .content .image {
    float: right;
    padding-left: 15px;
  }
}
/* line 935, ../sass/layout/_main.scss */
.why-optimal .content .image img, .blogs-node-page .content .image img {
  width: 474px;
  height: 474px;
}
@media (max-width: 991px) {
  /* line 935, ../sass/layout/_main.scss */
  .why-optimal .content .image img, .blogs-node-page .content .image img {
    width: 100%;
    height: 380px;
  }
}

/*.pagination {
  display: block;
  margin: auto;
  text-align:center;
  a {
    border: 1px solid $Silver-Chalice;
    border-radius: 20px;
    color: $Mine-Shaft;
    padding: 7px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    &.prev {
      color: $Silver-Chalice;
      border-color: $Silver-Chalice;
    }
    &.active {
      background-color: $Venetian-Red;
      color: white;
    }
  }
}*/
/* line 972, ../sass/layout/_main.scss */
.blogs-node-page {
  background-image: none;
}
/* line 974, ../sass/layout/_main.scss */
.blogs-node-page .content {
  margin-bottom: 60px;
}
/* line 977, ../sass/layout/_main.scss */
.blogs-node-page .content .image img {
  width: 571px;
  height: 428px;
}
@media (max-width: 991px) {
  /* line 977, ../sass/layout/_main.scss */
  .blogs-node-page .content .image img {
    width: 100%;
  }
}
/* line 986, ../sass/layout/_main.scss */
.blogs-node-page .content .blog-title .title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}
/* line 993, ../sass/layout/_main.scss */
.blogs-node-page .content .date {
  font-size: 14px;
  color: #C80117;
  margin-bottom: 25px;
}
/* line 999, ../sass/layout/_main.scss */
.blogs-node-page .gallery {
  background-color: #F5F5F5;
  padding: 30px 0px 25px;
  margin-bottom: 50px;
}
/* line 1004, ../sass/layout/_main.scss */
.blogs-node-page .gallery .image img {
  width: 416px;
  height: 320px;
  margin: auto;
}
@media (max-width: 991px) {
  /* line 1004, ../sass/layout/_main.scss */
  .blogs-node-page .gallery .image img {
    width: 100%;
  }
}

/* line 1017, ../sass/layout/_main.scss */
.related-blogs .title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: left;
}
@media (max-width: 991px) {
  /* line 1024, ../sass/layout/_main.scss */
  .related-blogs .slick-arrow {
    top: 20%;
    transform: translate(0%, -20%);
    background-color: white;
  }
}

/* line 1036, ../sass/layout/_main.scss */
.contact-us-page .left-section .image img {
  width: 100%;
  min-width: 711px;
}
@media (min-width: 991px) {
  /* line 1036, ../sass/layout/_main.scss */
  .contact-us-page .left-section .image img {
    margin-top: 90px;
  }
}
@media (max-width: 991px) {
  /* line 1036, ../sass/layout/_main.scss */
  .contact-us-page .left-section .image img {
    min-width: 100%;
    margin-bottom: 30px;
  }
}
/* line 1049, ../sass/layout/_main.scss */
.contact-us-page .contact-us {
  background-color: white;
  box-shadow: 2px 2px 20px #0000001C;
  margin-bottom: 25px;
  padding: 31px 15px;
  border-radius: 5px;
  text-align: center;
}
@media (max-width: 991px) {
  /* line 1056, ../sass/layout/_main.scss */
  .contact-us-page .contact-us .location, .contact-us-page .contact-us .email, .contact-us-page .contact-us .phone {
    margin-bottom: 30px;
  }
}
/* line 1060, ../sass/layout/_main.scss */
.contact-us-page .contact-us .location i, .contact-us-page .contact-us .email i, .contact-us-page .contact-us .phone i {
  color: #C80117;
  border: 1px solid #E1E1E1;
  font-size: 24px;
  padding: 10.5px 14.4px;
  margin-bottom: 15px;
}
/* line 1067, ../sass/layout/_main.scss */
.contact-us-page .contact-us .location .item-value, .contact-us-page .contact-us .email .item-value, .contact-us-page .contact-us .phone .item-value {
  font-size: 14px;
  color: #000;
}
/* line 1070, ../sass/layout/_main.scss */
.contact-us-page .contact-us .location .item-value a, .contact-us-page .contact-us .email .item-value a, .contact-us-page .contact-us .phone .item-value a {
  text-decoration: none;
  color: #000;
}
/* line 1077, ../sass/layout/_main.scss */
.contact-us-page .send-message {
  background-color: white;
  box-shadow: 2px 2px 20px #0000001C;
  border-radius: 5px;
  padding: 30px 30px 60px;
}
@media (max-width: 991px) {
  /* line 1077, ../sass/layout/_main.scss */
  .contact-us-page .send-message {
    padding: 30px;
  }
}
/* line 1085, ../sass/layout/_main.scss */
.contact-us-page .send-message .title {
  color: #C80117;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: bold;
}
/* line 1092, ../sass/layout/_main.scss */
.contact-us-page .send-message form .item {
  margin-bottom: 20px;
}
/* line 1094, ../sass/layout/_main.scss */
.contact-us-page .send-message form .item input, .contact-us-page .send-message form .item textarea {
  border-color: #D5D5D5;
  resize: none;
  height: 50px;
  padding: 14px 20px;
}
/* line 1099, ../sass/layout/_main.scss */
.contact-us-page .send-message form .item input::-ms-input-placeholder, .contact-us-page .send-message form .item textarea::-ms-input-placeholder {
  color: #000;
}
/* line 1102, ../sass/layout/_main.scss */
.contact-us-page .send-message form .item input::placeholder, .contact-us-page .send-message form .item textarea::placeholder {
  color: #000;
}
/* line 1106, ../sass/layout/_main.scss */
.contact-us-page .send-message form .item textarea {
  height: 78px;
}
/* line 1110, ../sass/layout/_main.scss */
.contact-us-page .send-message form .submit-button {
  background-color: #C80117;
  padding: 13px 40px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  border: none;
  border-radius: 5px;
}

/* line 1124, ../sass/layout/_main.scss */
.login-modal .modal-dialog, .registration-modal .modal-dialog, .edit-user-profile .modal-dialog, .my-orders .modal-dialog, .user-profile .modal-dialog {
  width: 100%;
  max-width: 1051px;
  /*    box-shadow: 2px 2px 10px #00000029;*/
  border-radius: 10px;
}
/* line 1130, ../sass/layout/_main.scss */
.login-modal .modal-dialog .modal-content .modal-body, .registration-modal .modal-dialog .modal-content .modal-body, .edit-user-profile .modal-dialog .modal-content .modal-body, .my-orders .modal-dialog .modal-content .modal-body, .user-profile .modal-dialog .modal-content .modal-body {
  padding: 5px 5px 5px 15px;
}
/* line 1133, ../sass/layout/_main.scss */
.login-modal .modal-dialog .modal-content .modal-body .image-section img, .registration-modal .modal-dialog .modal-content .modal-body .image-section img, .edit-user-profile .modal-dialog .modal-content .modal-body .image-section img, .my-orders .modal-dialog .modal-content .modal-body .image-section img, .user-profile .modal-dialog .modal-content .modal-body .image-section img {
  width: 100%;
  min-height: -webkit-fill-available;
  object-fit: cover;
}
/* line 1142, ../sass/layout/_main.scss */
.login-modal .form-section, .login-modal .edit-user-profile, .registration-modal .form-section, .registration-modal .edit-user-profile, .edit-user-profile .form-section, .edit-user-profile .edit-user-profile, .my-orders .form-section, .my-orders .edit-user-profile, .user-profile .form-section, .user-profile .edit-user-profile {
  padding-top: 20px;
}
/* line 1144, ../sass/layout/_main.scss */
.login-modal .form-section .btn-close, .login-modal .edit-user-profile .btn-close, .registration-modal .form-section .btn-close, .registration-modal .edit-user-profile .btn-close, .edit-user-profile .form-section .btn-close, .edit-user-profile .edit-user-profile .btn-close, .my-orders .form-section .btn-close, .my-orders .edit-user-profile .btn-close, .user-profile .form-section .btn-close, .user-profile .edit-user-profile .btn-close {
  opacity: 1;
  font-size: 0;
  margin-bottom: 40px;
}
@media (min-width: 991px) {
  /* line 1149, ../sass/layout/_main.scss */
  .login-modal .form-section .form-wrapper, .login-modal .edit-user-profile .form-wrapper, .registration-modal .form-section .form-wrapper, .registration-modal .edit-user-profile .form-wrapper, .edit-user-profile .form-section .form-wrapper, .edit-user-profile .edit-user-profile .form-wrapper, .my-orders .form-section .form-wrapper, .my-orders .edit-user-profile .form-wrapper, .user-profile .form-section .form-wrapper, .user-profile .edit-user-profile .form-wrapper {
    padding-left: 30px;
    padding-bottom: 60px;
  }
}
/* line 1154, ../sass/layout/_main.scss */
.login-modal .form-section .form-wrapper .title, .login-modal .edit-user-profile .form-wrapper .title, .registration-modal .form-section .form-wrapper .title, .registration-modal .edit-user-profile .form-wrapper .title, .edit-user-profile .form-section .form-wrapper .title, .edit-user-profile .edit-user-profile .form-wrapper .title, .my-orders .form-section .form-wrapper .title, .my-orders .edit-user-profile .form-wrapper .title, .user-profile .form-section .form-wrapper .title, .user-profile .edit-user-profile .form-wrapper .title {
  font-weight: bold;
  color: #000;
  font-size: 25px;
  margin-bottom: 27px;
}
/* line 1161, ../sass/layout/_main.scss */
.login-modal .form-section .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio]), .login-modal .form-section .form-wrapper .form-login select, .login-modal .form-section .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio]), .login-modal .form-section .form-wrapper .form-edit-user select, .login-modal .edit-user-profile .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio]), .login-modal .edit-user-profile .form-wrapper .form-login select, .login-modal .edit-user-profile .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio]), .login-modal .edit-user-profile .form-wrapper .form-edit-user select, .registration-modal .form-section .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio]), .registration-modal .form-section .form-wrapper .form-login select, .registration-modal .form-section .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio]), .registration-modal .form-section .form-wrapper .form-edit-user select, .registration-modal .edit-user-profile .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio]), .registration-modal .edit-user-profile .form-wrapper .form-login select, .registration-modal .edit-user-profile .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio]), .registration-modal .edit-user-profile .form-wrapper .form-edit-user select, .edit-user-profile .form-section .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio]), .edit-user-profile .form-section .form-wrapper .form-login select, .edit-user-profile .form-section .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio]), .edit-user-profile .form-section .form-wrapper .form-edit-user select, .edit-user-profile .edit-user-profile .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio]), .edit-user-profile .edit-user-profile .form-wrapper .form-login select, .edit-user-profile .edit-user-profile .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio]), .edit-user-profile .edit-user-profile .form-wrapper .form-edit-user select, .my-orders .form-section .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio]), .my-orders .form-section .form-wrapper .form-login select, .my-orders .form-section .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio]), .my-orders .form-section .form-wrapper .form-edit-user select, .my-orders .edit-user-profile .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio]), .my-orders .edit-user-profile .form-wrapper .form-login select, .my-orders .edit-user-profile .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio]), .my-orders .edit-user-profile .form-wrapper .form-edit-user select, .user-profile .form-section .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio]), .user-profile .form-section .form-wrapper .form-login select, .user-profile .form-section .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio]), .user-profile .form-section .form-wrapper .form-edit-user select, .user-profile .edit-user-profile .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio]), .user-profile .edit-user-profile .form-wrapper .form-login select, .user-profile .edit-user-profile .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio]), .user-profile .edit-user-profile .form-wrapper .form-edit-user select {
  border-color: #D5D5D5;
  resize: none;
  height: 50px;
  padding: 14px 20px;
  margin-bottom: 20px;
}
/* line 1167, ../sass/layout/_main.scss */
.login-modal .form-section .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio])::-ms-input-placeholder, .login-modal .form-section .form-wrapper .form-login select::-ms-input-placeholder, .login-modal .form-section .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio])::-ms-input-placeholder, .login-modal .form-section .form-wrapper .form-edit-user select::-ms-input-placeholder, .login-modal .edit-user-profile .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio])::-ms-input-placeholder, .login-modal .edit-user-profile .form-wrapper .form-login select::-ms-input-placeholder, .login-modal .edit-user-profile .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio])::-ms-input-placeholder, .login-modal .edit-user-profile .form-wrapper .form-edit-user select::-ms-input-placeholder, .registration-modal .form-section .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio])::-ms-input-placeholder, .registration-modal .form-section .form-wrapper .form-login select::-ms-input-placeholder, .registration-modal .form-section .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio])::-ms-input-placeholder, .registration-modal .form-section .form-wrapper .form-edit-user select::-ms-input-placeholder, .registration-modal .edit-user-profile .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio])::-ms-input-placeholder, .registration-modal .edit-user-profile .form-wrapper .form-login select::-ms-input-placeholder, .registration-modal .edit-user-profile .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio])::-ms-input-placeholder, .registration-modal .edit-user-profile .form-wrapper .form-edit-user select::-ms-input-placeholder, .edit-user-profile .form-section .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio])::-ms-input-placeholder, .edit-user-profile .form-section .form-wrapper .form-login select::-ms-input-placeholder, .edit-user-profile .form-section .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio])::-ms-input-placeholder, .edit-user-profile .form-section .form-wrapper .form-edit-user select::-ms-input-placeholder, .edit-user-profile .edit-user-profile .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio])::-ms-input-placeholder, .edit-user-profile .edit-user-profile .form-wrapper .form-login select::-ms-input-placeholder, .edit-user-profile .edit-user-profile .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio])::-ms-input-placeholder, .edit-user-profile .edit-user-profile .form-wrapper .form-edit-user select::-ms-input-placeholder, .my-orders .form-section .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio])::-ms-input-placeholder, .my-orders .form-section .form-wrapper .form-login select::-ms-input-placeholder, .my-orders .form-section .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio])::-ms-input-placeholder, .my-orders .form-section .form-wrapper .form-edit-user select::-ms-input-placeholder, .my-orders .edit-user-profile .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio])::-ms-input-placeholder, .my-orders .edit-user-profile .form-wrapper .form-login select::-ms-input-placeholder, .my-orders .edit-user-profile .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio])::-ms-input-placeholder, .my-orders .edit-user-profile .form-wrapper .form-edit-user select::-ms-input-placeholder, .user-profile .form-section .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio])::-ms-input-placeholder, .user-profile .form-section .form-wrapper .form-login select::-ms-input-placeholder, .user-profile .form-section .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio])::-ms-input-placeholder, .user-profile .form-section .form-wrapper .form-edit-user select::-ms-input-placeholder, .user-profile .edit-user-profile .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio])::-ms-input-placeholder, .user-profile .edit-user-profile .form-wrapper .form-login select::-ms-input-placeholder, .user-profile .edit-user-profile .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio])::-ms-input-placeholder, .user-profile .edit-user-profile .form-wrapper .form-edit-user select::-ms-input-placeholder {
  color: #000;
}
/* line 1170, ../sass/layout/_main.scss */
.login-modal .form-section .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio])::placeholder, .login-modal .form-section .form-wrapper .form-login select::placeholder, .login-modal .form-section .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio])::placeholder, .login-modal .form-section .form-wrapper .form-edit-user select::placeholder, .login-modal .edit-user-profile .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio])::placeholder, .login-modal .edit-user-profile .form-wrapper .form-login select::placeholder, .login-modal .edit-user-profile .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio])::placeholder, .login-modal .edit-user-profile .form-wrapper .form-edit-user select::placeholder, .registration-modal .form-section .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio])::placeholder, .registration-modal .form-section .form-wrapper .form-login select::placeholder, .registration-modal .form-section .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio])::placeholder, .registration-modal .form-section .form-wrapper .form-edit-user select::placeholder, .registration-modal .edit-user-profile .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio])::placeholder, .registration-modal .edit-user-profile .form-wrapper .form-login select::placeholder, .registration-modal .edit-user-profile .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio])::placeholder, .registration-modal .edit-user-profile .form-wrapper .form-edit-user select::placeholder, .edit-user-profile .form-section .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio])::placeholder, .edit-user-profile .form-section .form-wrapper .form-login select::placeholder, .edit-user-profile .form-section .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio])::placeholder, .edit-user-profile .form-section .form-wrapper .form-edit-user select::placeholder, .edit-user-profile .edit-user-profile .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio])::placeholder, .edit-user-profile .edit-user-profile .form-wrapper .form-login select::placeholder, .edit-user-profile .edit-user-profile .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio])::placeholder, .edit-user-profile .edit-user-profile .form-wrapper .form-edit-user select::placeholder, .my-orders .form-section .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio])::placeholder, .my-orders .form-section .form-wrapper .form-login select::placeholder, .my-orders .form-section .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio])::placeholder, .my-orders .form-section .form-wrapper .form-edit-user select::placeholder, .my-orders .edit-user-profile .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio])::placeholder, .my-orders .edit-user-profile .form-wrapper .form-login select::placeholder, .my-orders .edit-user-profile .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio])::placeholder, .my-orders .edit-user-profile .form-wrapper .form-edit-user select::placeholder, .user-profile .form-section .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio])::placeholder, .user-profile .form-section .form-wrapper .form-login select::placeholder, .user-profile .form-section .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio])::placeholder, .user-profile .form-section .form-wrapper .form-edit-user select::placeholder, .user-profile .edit-user-profile .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio])::placeholder, .user-profile .edit-user-profile .form-wrapper .form-login select::placeholder, .user-profile .edit-user-profile .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio])::placeholder, .user-profile .edit-user-profile .form-wrapper .form-edit-user select::placeholder {
  color: #000;
}
/* line 1173, ../sass/layout/_main.scss */
.login-modal .form-section .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio]):last-child, .login-modal .form-section .form-wrapper .form-login select:last-child, .login-modal .form-section .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio]):last-child, .login-modal .form-section .form-wrapper .form-edit-user select:last-child, .login-modal .edit-user-profile .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio]):last-child, .login-modal .edit-user-profile .form-wrapper .form-login select:last-child, .login-modal .edit-user-profile .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio]):last-child, .login-modal .edit-user-profile .form-wrapper .form-edit-user select:last-child, .registration-modal .form-section .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio]):last-child, .registration-modal .form-section .form-wrapper .form-login select:last-child, .registration-modal .form-section .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio]):last-child, .registration-modal .form-section .form-wrapper .form-edit-user select:last-child, .registration-modal .edit-user-profile .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio]):last-child, .registration-modal .edit-user-profile .form-wrapper .form-login select:last-child, .registration-modal .edit-user-profile .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio]):last-child, .registration-modal .edit-user-profile .form-wrapper .form-edit-user select:last-child, .edit-user-profile .form-section .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio]):last-child, .edit-user-profile .form-section .form-wrapper .form-login select:last-child, .edit-user-profile .form-section .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio]):last-child, .edit-user-profile .form-section .form-wrapper .form-edit-user select:last-child, .edit-user-profile .edit-user-profile .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio]):last-child, .edit-user-profile .edit-user-profile .form-wrapper .form-login select:last-child, .edit-user-profile .edit-user-profile .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio]):last-child, .edit-user-profile .edit-user-profile .form-wrapper .form-edit-user select:last-child, .my-orders .form-section .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio]):last-child, .my-orders .form-section .form-wrapper .form-login select:last-child, .my-orders .form-section .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio]):last-child, .my-orders .form-section .form-wrapper .form-edit-user select:last-child, .my-orders .edit-user-profile .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio]):last-child, .my-orders .edit-user-profile .form-wrapper .form-login select:last-child, .my-orders .edit-user-profile .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio]):last-child, .my-orders .edit-user-profile .form-wrapper .form-edit-user select:last-child, .user-profile .form-section .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio]):last-child, .user-profile .form-section .form-wrapper .form-login select:last-child, .user-profile .form-section .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio]):last-child, .user-profile .form-section .form-wrapper .form-edit-user select:last-child, .user-profile .edit-user-profile .form-wrapper .form-login input:not(input[type=checkbox], input[type=radio]):last-child, .user-profile .edit-user-profile .form-wrapper .form-login select:last-child, .user-profile .edit-user-profile .form-wrapper .form-edit-user input:not(input[type=checkbox], input[type=radio]):last-child, .user-profile .edit-user-profile .form-wrapper .form-edit-user select:last-child {
  margin-bottom: 10px;
}
/* line 1177, ../sass/layout/_main.scss */
.login-modal .form-section .form-wrapper .form-login .links-items, .login-modal .form-section .form-wrapper .form-edit-user .links-items, .login-modal .edit-user-profile .form-wrapper .form-login .links-items, .login-modal .edit-user-profile .form-wrapper .form-edit-user .links-items, .registration-modal .form-section .form-wrapper .form-login .links-items, .registration-modal .form-section .form-wrapper .form-edit-user .links-items, .registration-modal .edit-user-profile .form-wrapper .form-login .links-items, .registration-modal .edit-user-profile .form-wrapper .form-edit-user .links-items, .edit-user-profile .form-section .form-wrapper .form-login .links-items, .edit-user-profile .form-section .form-wrapper .form-edit-user .links-items, .edit-user-profile .edit-user-profile .form-wrapper .form-login .links-items, .edit-user-profile .edit-user-profile .form-wrapper .form-edit-user .links-items, .my-orders .form-section .form-wrapper .form-login .links-items, .my-orders .form-section .form-wrapper .form-edit-user .links-items, .my-orders .edit-user-profile .form-wrapper .form-login .links-items, .my-orders .edit-user-profile .form-wrapper .form-edit-user .links-items, .user-profile .form-section .form-wrapper .form-login .links-items, .user-profile .form-section .form-wrapper .form-edit-user .links-items, .user-profile .edit-user-profile .form-wrapper .form-login .links-items, .user-profile .edit-user-profile .form-wrapper .form-edit-user .links-items {
  margin-bottom: 23px;
}
/* line 1179, ../sass/layout/_main.scss */
.login-modal .form-section .form-wrapper .form-login .links-items .form-check label, .login-modal .form-section .form-wrapper .form-login .links-items .forgot-password, .login-modal .form-section .form-wrapper .form-edit-user .links-items .form-check label, .login-modal .form-section .form-wrapper .form-edit-user .links-items .forgot-password, .login-modal .edit-user-profile .form-wrapper .form-login .links-items .form-check label, .login-modal .edit-user-profile .form-wrapper .form-login .links-items .forgot-password, .login-modal .edit-user-profile .form-wrapper .form-edit-user .links-items .form-check label, .login-modal .edit-user-profile .form-wrapper .form-edit-user .links-items .forgot-password, .registration-modal .form-section .form-wrapper .form-login .links-items .form-check label, .registration-modal .form-section .form-wrapper .form-login .links-items .forgot-password, .registration-modal .form-section .form-wrapper .form-edit-user .links-items .form-check label, .registration-modal .form-section .form-wrapper .form-edit-user .links-items .forgot-password, .registration-modal .edit-user-profile .form-wrapper .form-login .links-items .form-check label, .registration-modal .edit-user-profile .form-wrapper .form-login .links-items .forgot-password, .registration-modal .edit-user-profile .form-wrapper .form-edit-user .links-items .form-check label, .registration-modal .edit-user-profile .form-wrapper .form-edit-user .links-items .forgot-password, .edit-user-profile .form-section .form-wrapper .form-login .links-items .form-check label, .edit-user-profile .form-section .form-wrapper .form-login .links-items .forgot-password, .edit-user-profile .form-section .form-wrapper .form-edit-user .links-items .form-check label, .edit-user-profile .form-section .form-wrapper .form-edit-user .links-items .forgot-password, .edit-user-profile .edit-user-profile .form-wrapper .form-login .links-items .form-check label, .edit-user-profile .edit-user-profile .form-wrapper .form-login .links-items .forgot-password, .edit-user-profile .edit-user-profile .form-wrapper .form-edit-user .links-items .form-check label, .edit-user-profile .edit-user-profile .form-wrapper .form-edit-user .links-items .forgot-password, .my-orders .form-section .form-wrapper .form-login .links-items .form-check label, .my-orders .form-section .form-wrapper .form-login .links-items .forgot-password, .my-orders .form-section .form-wrapper .form-edit-user .links-items .form-check label, .my-orders .form-section .form-wrapper .form-edit-user .links-items .forgot-password, .my-orders .edit-user-profile .form-wrapper .form-login .links-items .form-check label, .my-orders .edit-user-profile .form-wrapper .form-login .links-items .forgot-password, .my-orders .edit-user-profile .form-wrapper .form-edit-user .links-items .form-check label, .my-orders .edit-user-profile .form-wrapper .form-edit-user .links-items .forgot-password, .user-profile .form-section .form-wrapper .form-login .links-items .form-check label, .user-profile .form-section .form-wrapper .form-login .links-items .forgot-password, .user-profile .form-section .form-wrapper .form-edit-user .links-items .form-check label, .user-profile .form-section .form-wrapper .form-edit-user .links-items .forgot-password, .user-profile .edit-user-profile .form-wrapper .form-login .links-items .form-check label, .user-profile .edit-user-profile .form-wrapper .form-login .links-items .forgot-password, .user-profile .edit-user-profile .form-wrapper .form-edit-user .links-items .form-check label, .user-profile .edit-user-profile .form-wrapper .form-edit-user .links-items .forgot-password {
  font-size: 15px;
  color: #000;
  text-decoration: none;
}
/* line 1186, ../sass/layout/_main.scss */
.login-modal .form-section .form-wrapper .form-login .submit-button button, .login-modal .form-section .form-wrapper .form-edit-user .submit-button button, .login-modal .edit-user-profile .form-wrapper .form-login .submit-button button, .login-modal .edit-user-profile .form-wrapper .form-edit-user .submit-button button, .registration-modal .form-section .form-wrapper .form-login .submit-button button, .registration-modal .form-section .form-wrapper .form-edit-user .submit-button button, .registration-modal .edit-user-profile .form-wrapper .form-login .submit-button button, .registration-modal .edit-user-profile .form-wrapper .form-edit-user .submit-button button, .edit-user-profile .form-section .form-wrapper .form-login .submit-button button, .edit-user-profile .form-section .form-wrapper .form-edit-user .submit-button button, .edit-user-profile .edit-user-profile .form-wrapper .form-login .submit-button button, .edit-user-profile .edit-user-profile .form-wrapper .form-edit-user .submit-button button, .my-orders .form-section .form-wrapper .form-login .submit-button button, .my-orders .form-section .form-wrapper .form-edit-user .submit-button button, .my-orders .edit-user-profile .form-wrapper .form-login .submit-button button, .my-orders .edit-user-profile .form-wrapper .form-edit-user .submit-button button, .user-profile .form-section .form-wrapper .form-login .submit-button button, .user-profile .form-section .form-wrapper .form-edit-user .submit-button button, .user-profile .edit-user-profile .form-wrapper .form-login .submit-button button, .user-profile .edit-user-profile .form-wrapper .form-edit-user .submit-button button {
  background-color: #C80117;
  color: white;
  border: none;
  padding: 13px 28px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  /* line 1186, ../sass/layout/_main.scss */
  .login-modal .form-section .form-wrapper .form-login .submit-button button, .login-modal .form-section .form-wrapper .form-edit-user .submit-button button, .login-modal .edit-user-profile .form-wrapper .form-login .submit-button button, .login-modal .edit-user-profile .form-wrapper .form-edit-user .submit-button button, .registration-modal .form-section .form-wrapper .form-login .submit-button button, .registration-modal .form-section .form-wrapper .form-edit-user .submit-button button, .registration-modal .edit-user-profile .form-wrapper .form-login .submit-button button, .registration-modal .edit-user-profile .form-wrapper .form-edit-user .submit-button button, .edit-user-profile .form-section .form-wrapper .form-login .submit-button button, .edit-user-profile .form-section .form-wrapper .form-edit-user .submit-button button, .edit-user-profile .edit-user-profile .form-wrapper .form-login .submit-button button, .edit-user-profile .edit-user-profile .form-wrapper .form-edit-user .submit-button button, .my-orders .form-section .form-wrapper .form-login .submit-button button, .my-orders .form-section .form-wrapper .form-edit-user .submit-button button, .my-orders .edit-user-profile .form-wrapper .form-login .submit-button button, .my-orders .edit-user-profile .form-wrapper .form-edit-user .submit-button button, .user-profile .form-section .form-wrapper .form-login .submit-button button, .user-profile .form-section .form-wrapper .form-edit-user .submit-button button, .user-profile .edit-user-profile .form-wrapper .form-login .submit-button button, .user-profile .edit-user-profile .form-wrapper .form-edit-user .submit-button button {
    padding: 8px 12px;
  }
}
/* line 38, ../sass/layout/_main.scss */
.login-modal .form-section .form-wrapper .form-login .submit-button button:before, .login-modal .form-section .form-wrapper .form-edit-user .submit-button button:before, .login-modal .edit-user-profile .form-wrapper .form-login .submit-button button:before, .login-modal .edit-user-profile .form-wrapper .form-edit-user .submit-button button:before, .registration-modal .form-section .form-wrapper .form-login .submit-button button:before, .registration-modal .form-section .form-wrapper .form-edit-user .submit-button button:before, .registration-modal .edit-user-profile .form-wrapper .form-login .submit-button button:before, .registration-modal .edit-user-profile .form-wrapper .form-edit-user .submit-button button:before, .edit-user-profile .form-section .form-wrapper .form-login .submit-button button:before, .edit-user-profile .form-section .form-wrapper .form-edit-user .submit-button button:before, .edit-user-profile .edit-user-profile .form-wrapper .form-login .submit-button button:before, .edit-user-profile .edit-user-profile .form-wrapper .form-edit-user .submit-button button:before, .my-orders .form-section .form-wrapper .form-login .submit-button button:before, .my-orders .form-section .form-wrapper .form-edit-user .submit-button button:before, .my-orders .edit-user-profile .form-wrapper .form-login .submit-button button:before, .my-orders .edit-user-profile .form-wrapper .form-edit-user .submit-button button:before, .user-profile .form-section .form-wrapper .form-login .submit-button button:before, .user-profile .form-section .form-wrapper .form-edit-user .submit-button button:before, .user-profile .edit-user-profile .form-wrapper .form-login .submit-button button:before, .user-profile .edit-user-profile .form-wrapper .form-edit-user .submit-button button:before {
  content: "";
  border-top: 1px solid #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  margin-right: 10.5px;
}
@media (max-width: 1200px) {
  /* line 38, ../sass/layout/_main.scss */
  .login-modal .form-section .form-wrapper .form-login .submit-button button:before, .login-modal .form-section .form-wrapper .form-edit-user .submit-button button:before, .login-modal .edit-user-profile .form-wrapper .form-login .submit-button button:before, .login-modal .edit-user-profile .form-wrapper .form-edit-user .submit-button button:before, .registration-modal .form-section .form-wrapper .form-login .submit-button button:before, .registration-modal .form-section .form-wrapper .form-edit-user .submit-button button:before, .registration-modal .edit-user-profile .form-wrapper .form-login .submit-button button:before, .registration-modal .edit-user-profile .form-wrapper .form-edit-user .submit-button button:before, .edit-user-profile .form-section .form-wrapper .form-login .submit-button button:before, .edit-user-profile .form-section .form-wrapper .form-edit-user .submit-button button:before, .edit-user-profile .edit-user-profile .form-wrapper .form-login .submit-button button:before, .edit-user-profile .edit-user-profile .form-wrapper .form-edit-user .submit-button button:before, .my-orders .form-section .form-wrapper .form-login .submit-button button:before, .my-orders .form-section .form-wrapper .form-edit-user .submit-button button:before, .my-orders .edit-user-profile .form-wrapper .form-login .submit-button button:before, .my-orders .edit-user-profile .form-wrapper .form-edit-user .submit-button button:before, .user-profile .form-section .form-wrapper .form-login .submit-button button:before, .user-profile .form-section .form-wrapper .form-edit-user .submit-button button:before, .user-profile .edit-user-profile .form-wrapper .form-login .submit-button button:before, .user-profile .edit-user-profile .form-wrapper .form-edit-user .submit-button button:before {
    width: 20px;
    vertical-align: middle;
  }
}
/* line 50, ../sass/layout/_main.scss */
.login-modal .form-section .form-wrapper .form-login .submit-button button:after, .login-modal .form-section .form-wrapper .form-edit-user .submit-button button:after, .login-modal .edit-user-profile .form-wrapper .form-login .submit-button button:after, .login-modal .edit-user-profile .form-wrapper .form-edit-user .submit-button button:after, .registration-modal .form-section .form-wrapper .form-login .submit-button button:after, .registration-modal .form-section .form-wrapper .form-edit-user .submit-button button:after, .registration-modal .edit-user-profile .form-wrapper .form-login .submit-button button:after, .registration-modal .edit-user-profile .form-wrapper .form-edit-user .submit-button button:after, .edit-user-profile .form-section .form-wrapper .form-login .submit-button button:after, .edit-user-profile .form-section .form-wrapper .form-edit-user .submit-button button:after, .edit-user-profile .edit-user-profile .form-wrapper .form-login .submit-button button:after, .edit-user-profile .edit-user-profile .form-wrapper .form-edit-user .submit-button button:after, .my-orders .form-section .form-wrapper .form-login .submit-button button:after, .my-orders .form-section .form-wrapper .form-edit-user .submit-button button:after, .my-orders .edit-user-profile .form-wrapper .form-login .submit-button button:after, .my-orders .edit-user-profile .form-wrapper .form-edit-user .submit-button button:after, .user-profile .form-section .form-wrapper .form-login .submit-button button:after, .user-profile .form-section .form-wrapper .form-edit-user .submit-button button:after, .user-profile .edit-user-profile .form-wrapper .form-login .submit-button button:after, .user-profile .edit-user-profile .form-wrapper .form-edit-user .submit-button button:after {
  content: "\f04b";
  /* Font Awesome icon code */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  margin-left: 10.5px;
  color: white;
}
@media (max-width: 1200px) {
  /* line 50, ../sass/layout/_main.scss */
  .login-modal .form-section .form-wrapper .form-login .submit-button button:after, .login-modal .form-section .form-wrapper .form-edit-user .submit-button button:after, .login-modal .edit-user-profile .form-wrapper .form-login .submit-button button:after, .login-modal .edit-user-profile .form-wrapper .form-edit-user .submit-button button:after, .registration-modal .form-section .form-wrapper .form-login .submit-button button:after, .registration-modal .form-section .form-wrapper .form-edit-user .submit-button button:after, .registration-modal .edit-user-profile .form-wrapper .form-login .submit-button button:after, .registration-modal .edit-user-profile .form-wrapper .form-edit-user .submit-button button:after, .edit-user-profile .form-section .form-wrapper .form-login .submit-button button:after, .edit-user-profile .form-section .form-wrapper .form-edit-user .submit-button button:after, .edit-user-profile .edit-user-profile .form-wrapper .form-login .submit-button button:after, .edit-user-profile .edit-user-profile .form-wrapper .form-edit-user .submit-button button:after, .my-orders .form-section .form-wrapper .form-login .submit-button button:after, .my-orders .form-section .form-wrapper .form-edit-user .submit-button button:after, .my-orders .edit-user-profile .form-wrapper .form-login .submit-button button:after, .my-orders .edit-user-profile .form-wrapper .form-edit-user .submit-button button:after, .user-profile .form-section .form-wrapper .form-login .submit-button button:after, .user-profile .form-section .form-wrapper .form-edit-user .submit-button button:after, .user-profile .edit-user-profile .form-wrapper .form-login .submit-button button:after, .user-profile .edit-user-profile .form-wrapper .form-edit-user .submit-button button:after {
    margin-left: 6px;
  }
}
/* line 1192, ../sass/layout/_main.scss */
.login-modal .form-section .form-wrapper .form-login .create-account label, .login-modal .form-section .form-wrapper .form-edit-user .create-account label, .login-modal .edit-user-profile .form-wrapper .form-login .create-account label, .login-modal .edit-user-profile .form-wrapper .form-edit-user .create-account label, .registration-modal .form-section .form-wrapper .form-login .create-account label, .registration-modal .form-section .form-wrapper .form-edit-user .create-account label, .registration-modal .edit-user-profile .form-wrapper .form-login .create-account label, .registration-modal .edit-user-profile .form-wrapper .form-edit-user .create-account label, .edit-user-profile .form-section .form-wrapper .form-login .create-account label, .edit-user-profile .form-section .form-wrapper .form-edit-user .create-account label, .edit-user-profile .edit-user-profile .form-wrapper .form-login .create-account label, .edit-user-profile .edit-user-profile .form-wrapper .form-edit-user .create-account label, .my-orders .form-section .form-wrapper .form-login .create-account label, .my-orders .form-section .form-wrapper .form-edit-user .create-account label, .my-orders .edit-user-profile .form-wrapper .form-login .create-account label, .my-orders .edit-user-profile .form-wrapper .form-edit-user .create-account label, .user-profile .form-section .form-wrapper .form-login .create-account label, .user-profile .form-section .form-wrapper .form-edit-user .create-account label, .user-profile .edit-user-profile .form-wrapper .form-login .create-account label, .user-profile .edit-user-profile .form-wrapper .form-edit-user .create-account label {
  font-size: 16px;
}
/* line 1194, ../sass/layout/_main.scss */
.login-modal .form-section .form-wrapper .form-login .create-account label a, .login-modal .form-section .form-wrapper .form-edit-user .create-account label a, .login-modal .edit-user-profile .form-wrapper .form-login .create-account label a, .login-modal .edit-user-profile .form-wrapper .form-edit-user .create-account label a, .registration-modal .form-section .form-wrapper .form-login .create-account label a, .registration-modal .form-section .form-wrapper .form-edit-user .create-account label a, .registration-modal .edit-user-profile .form-wrapper .form-login .create-account label a, .registration-modal .edit-user-profile .form-wrapper .form-edit-user .create-account label a, .edit-user-profile .form-section .form-wrapper .form-login .create-account label a, .edit-user-profile .form-section .form-wrapper .form-edit-user .create-account label a, .edit-user-profile .edit-user-profile .form-wrapper .form-login .create-account label a, .edit-user-profile .edit-user-profile .form-wrapper .form-edit-user .create-account label a, .my-orders .form-section .form-wrapper .form-login .create-account label a, .my-orders .form-section .form-wrapper .form-edit-user .create-account label a, .my-orders .edit-user-profile .form-wrapper .form-login .create-account label a, .my-orders .edit-user-profile .form-wrapper .form-edit-user .create-account label a, .user-profile .form-section .form-wrapper .form-login .create-account label a, .user-profile .form-section .form-wrapper .form-edit-user .create-account label a, .user-profile .edit-user-profile .form-wrapper .form-login .create-account label a, .user-profile .edit-user-profile .form-wrapper .form-edit-user .create-account label a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
/* line 1203, ../sass/layout/_main.scss */
.login-modal .form-section .form-wrapper .phone-number select, .login-modal .edit-user-profile .form-wrapper .phone-number select, .registration-modal .form-section .form-wrapper .phone-number select, .registration-modal .edit-user-profile .form-wrapper .phone-number select, .edit-user-profile .form-section .form-wrapper .phone-number select, .edit-user-profile .edit-user-profile .form-wrapper .phone-number select, .my-orders .form-section .form-wrapper .phone-number select, .my-orders .edit-user-profile .form-wrapper .phone-number select, .user-profile .form-section .form-wrapper .phone-number select, .user-profile .edit-user-profile .form-wrapper .phone-number select {
  width: 100%;
  max-width: 118px;
  margin-right: 10px;
}
/* line 1208, ../sass/layout/_main.scss */
.login-modal .form-section .form-wrapper .phone-number input, .login-modal .edit-user-profile .form-wrapper .phone-number input, .registration-modal .form-section .form-wrapper .phone-number input, .registration-modal .edit-user-profile .form-wrapper .phone-number input, .edit-user-profile .form-section .form-wrapper .phone-number input, .edit-user-profile .edit-user-profile .form-wrapper .phone-number input, .my-orders .form-section .form-wrapper .phone-number input, .my-orders .edit-user-profile .form-wrapper .phone-number input, .user-profile .form-section .form-wrapper .phone-number input, .user-profile .edit-user-profile .form-wrapper .phone-number input {
  width: 100%;
  max-width: 167px;
}

/* line 1219, ../sass/layout/_main.scss */
.user-profile .left-section .content-wrapper, .edit-user-profile .left-section .content-wrapper, .my-orders .left-section .content-wrapper, .order-tracking .left-section .content-wrapper {
  border: 1px solid #E9E9E9;
  border-radius: 10px;
  position: relative;
  padding: 30px;
  margin-bottom: 30px;
}
/* line 1225, ../sass/layout/_main.scss */
.user-profile .left-section .content-wrapper:before, .edit-user-profile .left-section .content-wrapper:before, .my-orders .left-section .content-wrapper:before, .order-tracking .left-section .content-wrapper:before {
  content: "";
  background-color: #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
  width: 100%;
  height: 92px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 1237, ../sass/layout/_main.scss */
.user-profile .left-section .content-wrapper img, .edit-user-profile .left-section .content-wrapper img, .my-orders .left-section .content-wrapper img, .order-tracking .left-section .content-wrapper img {
  position: relative;
  z-index: 9;
  border-radius: 100%;
  width: 142px;
  height: 142px;
  margin: 0px auto 27px;
  display: block;
}
/* line 1246, ../sass/layout/_main.scss */
.user-profile .left-section .content-wrapper .name, .edit-user-profile .left-section .content-wrapper .name, .my-orders .left-section .content-wrapper .name, .order-tracking .left-section .content-wrapper .name {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3px;
}
/* line 1253, ../sass/layout/_main.scss */
.user-profile .left-section .content-wrapper .role, .edit-user-profile .left-section .content-wrapper .role, .my-orders .left-section .content-wrapper .role, .order-tracking .left-section .content-wrapper .role {
  color: #C80117;
  font-size: 16px;
  text-align: center;
}
/* line 1259, ../sass/layout/_main.scss */
.user-profile .left-section .dashboard, .edit-user-profile .left-section .dashboard, .my-orders .left-section .dashboard, .order-tracking .left-section .dashboard {
  border: 1px solid #E9E9E9;
  border-radius: 10px;
  padding: 21px;
  margin-bottom: 30px;
}
/* line 1264, ../sass/layout/_main.scss */
.user-profile .left-section .dashboard .dashboard-title, .edit-user-profile .left-section .dashboard .dashboard-title, .my-orders .left-section .dashboard .dashboard-title, .order-tracking .left-section .dashboard .dashboard-title {
  color: #000;
  display: block;
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: bold;
}
/* line 1271, ../sass/layout/_main.scss */
.user-profile .left-section .dashboard .link-item, .edit-user-profile .left-section .dashboard .link-item, .my-orders .left-section .dashboard .link-item, .order-tracking .left-section .dashboard .link-item {
  border-top: solid 1px #F1EBEA;
  padding: 12px 18px;
}
/* line 1274, ../sass/layout/_main.scss */
.user-profile .left-section .dashboard .link-item img, .user-profile .left-section .dashboard .link-item i, .user-profile .left-section .dashboard .link-item svg, .edit-user-profile .left-section .dashboard .link-item img, .edit-user-profile .left-section .dashboard .link-item i, .edit-user-profile .left-section .dashboard .link-item svg, .my-orders .left-section .dashboard .link-item img, .my-orders .left-section .dashboard .link-item i, .my-orders .left-section .dashboard .link-item svg, .order-tracking .left-section .dashboard .link-item img, .order-tracking .left-section .dashboard .link-item i, .order-tracking .left-section .dashboard .link-item svg {
  margin-right: 10px;
  color: #C80117;
}
/* line 1278, ../sass/layout/_main.scss */
.user-profile .left-section .dashboard .link-item a, .edit-user-profile .left-section .dashboard .link-item a, .my-orders .left-section .dashboard .link-item a, .order-tracking .left-section .dashboard .link-item a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
/* line 1283, ../sass/layout/_main.scss */
.user-profile .left-section .dashboard .link-item svg, .edit-user-profile .left-section .dashboard .link-item svg, .my-orders .left-section .dashboard .link-item svg, .order-tracking .left-section .dashboard .link-item svg {
  width: 15px;
  height: 15px;
}
/* line 1287, ../sass/layout/_main.scss */
.user-profile .left-section .dashboard .link-item.active, .edit-user-profile .left-section .dashboard .link-item.active, .my-orders .left-section .dashboard .link-item.active, .order-tracking .left-section .dashboard .link-item.active {
  background-color: #C80117;
}
/* line 1289, ../sass/layout/_main.scss */
.user-profile .left-section .dashboard .link-item.active i, .edit-user-profile .left-section .dashboard .link-item.active i, .my-orders .left-section .dashboard .link-item.active i, .order-tracking .left-section .dashboard .link-item.active i {
  color: white;
}
/* line 1292, ../sass/layout/_main.scss */
.user-profile .left-section .dashboard .link-item.active a, .edit-user-profile .left-section .dashboard .link-item.active a, .my-orders .left-section .dashboard .link-item.active a, .order-tracking .left-section .dashboard .link-item.active a {
  color: white;
}
/* line 1295, ../sass/layout/_main.scss */
.user-profile .left-section .dashboard .link-item.active svg, .edit-user-profile .left-section .dashboard .link-item.active svg, .my-orders .left-section .dashboard .link-item.active svg, .order-tracking .left-section .dashboard .link-item.active svg {
  fill: white;
}
/* line 1303, ../sass/layout/_main.scss */
.user-profile .right-section .title, .user-profile .form-section .title, .user-profile .order-tracking-section .title, .edit-user-profile .right-section .title, .edit-user-profile .form-section .title, .edit-user-profile .order-tracking-section .title, .my-orders .right-section .title, .my-orders .form-section .title, .my-orders .order-tracking-section .title, .order-tracking .right-section .title, .order-tracking .form-section .title, .order-tracking .order-tracking-section .title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  border-bottom: 4px solid #C9061C;
  padding-bottom: 10px;
  margin-bottom: 41px;
}
/* line 1306, ../sass/layout/_main.scss */
.user-profile .right-section .info-content, .user-profile .form-section .info-content, .user-profile .order-tracking-section .info-content, .edit-user-profile .right-section .info-content, .edit-user-profile .form-section .info-content, .edit-user-profile .order-tracking-section .info-content, .my-orders .right-section .info-content, .my-orders .form-section .info-content, .my-orders .order-tracking-section .info-content, .order-tracking .right-section .info-content, .order-tracking .form-section .info-content, .order-tracking .order-tracking-section .info-content {
  margin-bottom: 50px;
}
/* line 1309, ../sass/layout/_main.scss */
.user-profile .right-section .info-content .info-item .row, .user-profile .form-section .info-content .info-item .row, .user-profile .order-tracking-section .info-content .info-item .row, .edit-user-profile .right-section .info-content .info-item .row, .edit-user-profile .form-section .info-content .info-item .row, .edit-user-profile .order-tracking-section .info-content .info-item .row, .my-orders .right-section .info-content .info-item .row, .my-orders .form-section .info-content .info-item .row, .my-orders .order-tracking-section .info-content .info-item .row, .order-tracking .right-section .info-content .info-item .row, .order-tracking .form-section .info-content .info-item .row, .order-tracking .order-tracking-section .info-content .info-item .row {
  margin-bottom: 2px;
}
/* line 1312, ../sass/layout/_main.scss */
.user-profile .right-section .info-content .info-item:nth-child(odd), .user-profile .form-section .info-content .info-item:nth-child(odd), .user-profile .order-tracking-section .info-content .info-item:nth-child(odd), .edit-user-profile .right-section .info-content .info-item:nth-child(odd), .edit-user-profile .form-section .info-content .info-item:nth-child(odd), .edit-user-profile .order-tracking-section .info-content .info-item:nth-child(odd), .my-orders .right-section .info-content .info-item:nth-child(odd), .my-orders .form-section .info-content .info-item:nth-child(odd), .my-orders .order-tracking-section .info-content .info-item:nth-child(odd), .order-tracking .right-section .info-content .info-item:nth-child(odd), .order-tracking .form-section .info-content .info-item:nth-child(odd), .order-tracking .order-tracking-section .info-content .info-item:nth-child(odd) {
  background-color: #EFEFEF;
}
/* line 1315, ../sass/layout/_main.scss */
.user-profile .right-section .info-content .info-item:nth-child(even), .user-profile .form-section .info-content .info-item:nth-child(even), .user-profile .order-tracking-section .info-content .info-item:nth-child(even), .edit-user-profile .right-section .info-content .info-item:nth-child(even), .edit-user-profile .form-section .info-content .info-item:nth-child(even), .edit-user-profile .order-tracking-section .info-content .info-item:nth-child(even), .my-orders .right-section .info-content .info-item:nth-child(even), .my-orders .form-section .info-content .info-item:nth-child(even), .my-orders .order-tracking-section .info-content .info-item:nth-child(even), .order-tracking .right-section .info-content .info-item:nth-child(even), .order-tracking .form-section .info-content .info-item:nth-child(even), .order-tracking .order-tracking-section .info-content .info-item:nth-child(even) {
  background-color: #F6F6F6;
}
/* line 1321, ../sass/layout/_main.scss */
.user-profile .right-section .edit-profile a, .user-profile .form-section .edit-profile a, .user-profile .order-tracking-section .edit-profile a, .edit-user-profile .right-section .edit-profile a, .edit-user-profile .form-section .edit-profile a, .edit-user-profile .order-tracking-section .edit-profile a, .my-orders .right-section .edit-profile a, .my-orders .form-section .edit-profile a, .my-orders .order-tracking-section .edit-profile a, .order-tracking .right-section .edit-profile a, .order-tracking .form-section .edit-profile a, .order-tracking .order-tracking-section .edit-profile a {
  background-color: #C80117;
  color: white;
  border: none;
  padding: 13px 28px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  display: inline-block;
}
@media (max-width: 1200px) {
  /* line 1321, ../sass/layout/_main.scss */
  .user-profile .right-section .edit-profile a, .user-profile .form-section .edit-profile a, .user-profile .order-tracking-section .edit-profile a, .edit-user-profile .right-section .edit-profile a, .edit-user-profile .form-section .edit-profile a, .edit-user-profile .order-tracking-section .edit-profile a, .my-orders .right-section .edit-profile a, .my-orders .form-section .edit-profile a, .my-orders .order-tracking-section .edit-profile a, .order-tracking .right-section .edit-profile a, .order-tracking .form-section .edit-profile a, .order-tracking .order-tracking-section .edit-profile a {
    padding: 8px 12px;
  }
}
/* line 38, ../sass/layout/_main.scss */
.user-profile .right-section .edit-profile a:before, .user-profile .form-section .edit-profile a:before, .user-profile .order-tracking-section .edit-profile a:before, .edit-user-profile .right-section .edit-profile a:before, .edit-user-profile .form-section .edit-profile a:before, .edit-user-profile .order-tracking-section .edit-profile a:before, .my-orders .right-section .edit-profile a:before, .my-orders .form-section .edit-profile a:before, .my-orders .order-tracking-section .edit-profile a:before, .order-tracking .right-section .edit-profile a:before, .order-tracking .form-section .edit-profile a:before, .order-tracking .order-tracking-section .edit-profile a:before {
  content: "";
  border-top: 1px solid #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  margin-right: 10.5px;
}
@media (max-width: 1200px) {
  /* line 38, ../sass/layout/_main.scss */
  .user-profile .right-section .edit-profile a:before, .user-profile .form-section .edit-profile a:before, .user-profile .order-tracking-section .edit-profile a:before, .edit-user-profile .right-section .edit-profile a:before, .edit-user-profile .form-section .edit-profile a:before, .edit-user-profile .order-tracking-section .edit-profile a:before, .my-orders .right-section .edit-profile a:before, .my-orders .form-section .edit-profile a:before, .my-orders .order-tracking-section .edit-profile a:before, .order-tracking .right-section .edit-profile a:before, .order-tracking .form-section .edit-profile a:before, .order-tracking .order-tracking-section .edit-profile a:before {
    width: 20px;
    vertical-align: middle;
  }
}
/* line 50, ../sass/layout/_main.scss */
.user-profile .right-section .edit-profile a:after, .user-profile .form-section .edit-profile a:after, .user-profile .order-tracking-section .edit-profile a:after, .edit-user-profile .right-section .edit-profile a:after, .edit-user-profile .form-section .edit-profile a:after, .edit-user-profile .order-tracking-section .edit-profile a:after, .my-orders .right-section .edit-profile a:after, .my-orders .form-section .edit-profile a:after, .my-orders .order-tracking-section .edit-profile a:after, .order-tracking .right-section .edit-profile a:after, .order-tracking .form-section .edit-profile a:after, .order-tracking .order-tracking-section .edit-profile a:after {
  content: "\f04b";
  /* Font Awesome icon code */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  margin-left: 10.5px;
  color: white;
}
@media (max-width: 1200px) {
  /* line 50, ../sass/layout/_main.scss */
  .user-profile .right-section .edit-profile a:after, .user-profile .form-section .edit-profile a:after, .user-profile .order-tracking-section .edit-profile a:after, .edit-user-profile .right-section .edit-profile a:after, .edit-user-profile .form-section .edit-profile a:after, .edit-user-profile .order-tracking-section .edit-profile a:after, .my-orders .right-section .edit-profile a:after, .my-orders .form-section .edit-profile a:after, .my-orders .order-tracking-section .edit-profile a:after, .order-tracking .right-section .edit-profile a:after, .order-tracking .form-section .edit-profile a:after, .order-tracking .order-tracking-section .edit-profile a:after {
    margin-left: 6px;
  }
}

/* line 1331, ../sass/layout/_main.scss */
.edit-user-profile .form-section .form-wrapper, .user-profile .form-section .form-wrapper {
  padding: 0;
}
/* line 1335, ../sass/layout/_main.scss */
.edit-user-profile .form-section .form-wrapper .form-edit-user .phone-number.input-group, .user-profile .form-section .form-wrapper .form-edit-user .phone-number.input-group {
  flex-wrap: nowrap;
}
@media (min-width: 767px) {
  /* line 1335, ../sass/layout/_main.scss */
  .edit-user-profile .form-section .form-wrapper .form-edit-user .phone-number.input-group, .user-profile .form-section .form-wrapper .form-edit-user .phone-number.input-group {
    width: 50%;
  }
}
/* line 1340, ../sass/layout/_main.scss */
.edit-user-profile .form-section .form-wrapper .form-edit-user .phone-number.input-group input, .user-profile .form-section .form-wrapper .form-edit-user .phone-number.input-group input {
  max-width: 68%;
  width: 68%;
}
/* line 1344, ../sass/layout/_main.scss */
.edit-user-profile .form-section .form-wrapper .form-edit-user .phone-number.input-group select, .user-profile .form-section .form-wrapper .form-edit-user .phone-number.input-group select {
  max-width: 30%;
  width: 30%;
}

/* line 1356, ../sass/layout/_main.scss */
.order-section .title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  border-bottom: 4px solid #C9061C;
  padding-bottom: 10px;
  margin-bottom: 41px;
}
/* line 1360, ../sass/layout/_main.scss */
.order-section .orders .order-item {
  background-color: #F2F2F2;
  padding: 20px;
  margin-bottom: 30px;
}
/* line 1364, ../sass/layout/_main.scss */
.order-section .orders .order-item .order-wrapper {
  background-color: white;
  padding: 30px;
}
@media (max-width: 767px) {
  /* line 1364, ../sass/layout/_main.scss */
  .order-section .orders .order-item .order-wrapper {
    padding: 15px;
  }
}
/* line 1370, ../sass/layout/_main.scss */
.order-section .orders .order-item .order-wrapper .order-no {
  color: #3D6398;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 23.5px;
}
/* line 1376, ../sass/layout/_main.scss */
.order-section .orders .order-item .order-wrapper .order-info {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  /* line 1376, ../sass/layout/_main.scss */
  .order-section .orders .order-item .order-wrapper .order-info {
    display: block;
  }
}
/* line 1383, ../sass/layout/_main.scss */
.order-section .orders .order-item .order-wrapper .order-info .date {
  color: #787878;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  margin-right: 41px;
}
@media (max-width: 480px) {
  /* line 1383, ../sass/layout/_main.scss */
  .order-section .orders .order-item .order-wrapper .order-info .date {
    margin-right: 0;
    display: flex;
    margin-bottom: 15px;
  }
}
/* line 1394, ../sass/layout/_main.scss */
.order-section .orders .order-item .order-wrapper .order-info .date:before {
  content: "";
  background-image: url("/optimal/images/date.svg");
  background-repeat: no-repeat;
  min-width: 20px;
  height: 18px;
  display: inline-block;
  margin-right: 15px;
}
/* line 1404, ../sass/layout/_main.scss */
.order-section .orders .order-item .order-wrapper .order-info .shipping-no {
  display: inline-block;
  font-size: 16px;
  color: #787878;
}
/* line 1410, ../sass/layout/_main.scss */
.order-section .orders .order-item .order-wrapper .image {
  width: 82px;
  margin-right: 15px;
}
/* line 1413, ../sass/layout/_main.scss */
.order-section .orders .order-item .order-wrapper .image img {
  width: 82px;
  height: 92px;
}
/* line 1419, ../sass/layout/_main.scss */
.order-section .orders .order-item .order-wrapper .order-d .name {
  color: #4E4E4E;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}
/* line 1425, ../sass/layout/_main.scss */
.order-section .orders .order-item .order-wrapper .order-d .quantity {
  color: #4E4E4E;
  font-size: 16px;
}
/* line 1430, ../sass/layout/_main.scss */
.order-section .orders .order-item .order-wrapper .status {
  background-color: #5E5E5E;
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 35px;
  border-radius: 39px;
  height: 42px;
  align-items: center;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  /* line 1430, ../sass/layout/_main.scss */
  .order-section .orders .order-item .order-wrapper .status {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  /* line 1430, ../sass/layout/_main.scss */
  .order-section .orders .order-item .order-wrapper .status {
    padding: 10px 20px;
  }
}
/* line 1446, ../sass/layout/_main.scss */
.order-section .orders .order-item .order-wrapper .status.deivered {
  background-color: #009E05;
}
/* line 1450, ../sass/layout/_main.scss */
.order-section .orders .order-item .order-wrapper .more {
  color: #3D6398;
  font-size: 16px;
  font-weight: bold;
}

/* line 1461, ../sass/layout/_main.scss */
.product-content .product, .related-product .product {
  margin-bottom: 30px;
}
/* line 1464, ../sass/layout/_main.scss */
.product-content .product .content-wrapper .price, .related-product .product .content-wrapper .price {
  color: #C80117;
  margin-bottom: 10px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: right;
}
/* line 1471, ../sass/layout/_main.scss */
.product-content .product .content-wrapper .price:before, .related-product .product .content-wrapper .price:before {
  content: '';
  flex: 1;
  margin-right: 1rem;
  height: 2px;
  background-color: #707070;
}

/* line 1484, ../sass/layout/_main.scss */
.hero-slider-ecommerce {
  margin-bottom: 60px !important;
}
/* line 1486, ../sass/layout/_main.scss */
.hero-slider-ecommerce .item {
  position: relative;
}
/* line 1489, ../sass/layout/_main.scss */
.hero-slider-ecommerce .item .full-image img {
  width: 100%;
  height: 507px;
  object-fit: cover;
}
@media (max-width: 767px) {
  /* line 1489, ../sass/layout/_main.scss */
  .hero-slider-ecommerce .item .full-image img {
    height: 320px;
  }
}
/* line 1498, ../sass/layout/_main.scss */
.hero-slider-ecommerce .item .content-wrapper {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
}
/* line 1503, ../sass/layout/_main.scss */
.hero-slider-ecommerce .item .content-wrapper .description {
  color: white;
  width: 100%;
  max-width: 500px;
}
/* line 1507, ../sass/layout/_main.scss */
.hero-slider-ecommerce .item .content-wrapper .description .title {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 25px;
}
/* line 1515, ../sass/layout/_main.scss */
.hero-slider-ecommerce .slick-dots {
  bottom: 10%;
}
/* line 1520, ../sass/layout/_main.scss */
.hero-slider-ecommerce .slick-dots li.slick-active button:before {
  background: #C80117;
}

/* line 1530, ../sass/layout/_main.scss */
.ecommerce .title-page {
  margin-bottom: 0;
}
/* line 1534, ../sass/layout/_main.scss */
.ecommerce .description-page .title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
/* line 1540, ../sass/layout/_main.scss */
.ecommerce .description-page .text {
  font-size: 16px;
  color: #000;
  width: 100%;
  max-width: 946px;
  text-align: center;
  margin: 0 auto 40px;
}

/* line 1551, ../sass/layout/_main.scss */
.product-catgory {
  margin-bottom: 40px;
}
/* line 1553, ../sass/layout/_main.scss */
.product-catgory:before {
  display: none;
}

/* line 1558, ../sass/layout/_main.scss */
.fliter {
  margin-bottom: 30px;
}
/* line 1560, ../sass/layout/_main.scss */
.fliter .fliter-wrapper {
  border: 1px solid #BCBCBC;
  padding: 25px 30px;
}
/* line 1564, ../sass/layout/_main.scss */
.fliter .fliter-wrapper form label {
  color: #000;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 1570, ../sass/layout/_main.scss */
.fliter .fliter-wrapper form .d-flex {
  width: 780px;
}
@media (max-width: 1200px) {
  /* line 1570, ../sass/layout/_main.scss */
  .fliter .fliter-wrapper form .d-flex {
    width: 100%;
    flex-wrap: wrap;
  }
}
/* line 1576, ../sass/layout/_main.scss */
.fliter .fliter-wrapper form .d-flex .form-group {
  margin-right: 16px;
}
/* line 1578, ../sass/layout/_main.scss */
.fliter .fliter-wrapper form .d-flex .form-group select, .fliter .fliter-wrapper form .d-flex .form-group input {
  height: 50px;
  color: #707070;
}
/* line 1585, ../sass/layout/_main.scss */
.fliter .fliter-wrapper form .submit-button button {
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #C80117;
  color: white;
}

/* line 1597, ../sass/layout/_main.scss */
.shop-section {
  margin-bottom: 50px;
}
/* line 1600, ../sass/layout/_main.scss */
.shop-section .shop-carousel .item {
  margin-bottom: 30px;
  padding: 0px 7.5px;
  display: flex;
}
/* line 1604, ../sass/layout/_main.scss */
.shop-section .shop-carousel .item .image-section {
  width: 50%;
}
/* line 1607, ../sass/layout/_main.scss */
.shop-section .shop-carousel .item .image-section .image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  clip-path: ellipse(68% 68% at 26% 50%);
}
/* line 1615, ../sass/layout/_main.scss */
.shop-section .shop-carousel .item .description-section {
  width: 50%;
  background: #C80117;
  background-image: url("/optimal/images/bg-shop.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 87px 50px;
}
/* line 1622, ../sass/layout/_main.scss */
.shop-section .shop-carousel .item .description-section .description {
  color: white;
  font-size: 20px;
  margin-bottom: 50px;
}
/* line 1628, ../sass/layout/_main.scss */
.shop-section .shop-carousel .item .description-section .link a {
  background-color: #C80117;
  color: white;
  border: none;
  padding: 13px 28px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  display: inline-block;
  padding: 0;
  background-color: transparent;
}
@media (max-width: 1200px) {
  /* line 1628, ../sass/layout/_main.scss */
  .shop-section .shop-carousel .item .description-section .link a {
    padding: 8px 12px;
  }
}
/* line 38, ../sass/layout/_main.scss */
.shop-section .shop-carousel .item .description-section .link a:before {
  content: "";
  border-top: 1px solid #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  margin-right: 10.5px;
}
@media (max-width: 1200px) {
  /* line 38, ../sass/layout/_main.scss */
  .shop-section .shop-carousel .item .description-section .link a:before {
    width: 20px;
    vertical-align: middle;
  }
}
/* line 50, ../sass/layout/_main.scss */
.shop-section .shop-carousel .item .description-section .link a:after {
  content: "\f04b";
  /* Font Awesome icon code */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  margin-left: 10.5px;
  color: white;
}
@media (max-width: 1200px) {
  /* line 50, ../sass/layout/_main.scss */
  .shop-section .shop-carousel .item .description-section .link a:after {
    margin-left: 6px;
  }
}
/* line 1641, ../sass/layout/_main.scss */
.shop-section .shop-carousel .slick-dots li.slick-active button:before {
  background: #C80117;
}

/* line 1652, ../sass/layout/_main.scss */
.backages-section .left-section {
  width: 77%;
}
@media (max-width: 1200px) {
  /* line 1652, ../sass/layout/_main.scss */
  .backages-section .left-section {
    width: 100%;
  }
}
/* line 1657, ../sass/layout/_main.scss */
.backages-section .left-section .content {
  padding: 27px 140px;
}
@media (max-width: 1200px) {
  /* line 1657, ../sass/layout/_main.scss */
  .backages-section .left-section .content {
    padding: 20px;
  }
}
/* line 1664, ../sass/layout/_main.scss */
.backages-section .left-section .backages-carousel .backages-card {
  background-color: transparent;
  padding: 0px 8px;
}
/* line 1667, ../sass/layout/_main.scss */
.backages-section .left-section .backages-carousel .backages-card .content-wrapper {
  background-color: #F5F5F5;
  padding: 20px 25px;
  position: relative;
}
/* line 1671, ../sass/layout/_main.scss */
.backages-section .left-section .backages-carousel .backages-card .content-wrapper .name {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 27px;
}
/* line 1677, ../sass/layout/_main.scss */
.backages-section .left-section .backages-carousel .backages-card .content-wrapper .image {
  display: inline-block;
}
/* line 1679, ../sass/layout/_main.scss */
.backages-section .left-section .backages-carousel .backages-card .content-wrapper .image img {
  width: 149px;
  height: 149px;
}
/* line 1684, ../sass/layout/_main.scss */
.backages-section .left-section .backages-carousel .backages-card .content-wrapper .price {
  display: inline-block;
  background-color: #C80117;
  color: white;
  padding: 3px 4px;
  position: absolute;
  right: 0;
  bottom: 15px;
}
/* line 1695, ../sass/layout/_main.scss */
.backages-section .left-section .backages-carousel .slick-arrow {
  z-index: 99;
}
/* line 1697, ../sass/layout/_main.scss */
.backages-section .left-section .backages-carousel .slick-arrow.slick-prev {
  left: -5px;
}
/* line 1700, ../sass/layout/_main.scss */
.backages-section .left-section .backages-carousel .slick-arrow.slick-next {
  right: -8px;
}
/* line 1706, ../sass/layout/_main.scss */
.backages-section .right-section {
  width: 23%;
}
@media (max-width: 1200px) {
  /* line 1706, ../sass/layout/_main.scss */
  .backages-section .right-section {
    width: 100%;
  }
}
/* line 1712, ../sass/layout/_main.scss */
.backages-section .right-section .image img {
  width: 100%;
  max-height: 406px;
}
@media (max-width: 1200px) {
  /* line 1712, ../sass/layout/_main.scss */
  .backages-section .right-section .image img {
    width: 450px;
    margin: auto;
    display: block;
  }
}

/* line 1726, ../sass/layout/_main.scss */
.customers-feedback .title {
  color: #000;
}
/* line 1730, ../sass/layout/_main.scss */
.customers-feedback .feedback-carousel .feedback-card {
  padding: 0px 8px;
}
/* line 1732, ../sass/layout/_main.scss */
.customers-feedback .feedback-carousel .feedback-card .content-wrapper {
  background-color: #F5F5F5;
  padding: 30px 20px;
}
/* line 1735, ../sass/layout/_main.scss */
.customers-feedback .feedback-carousel .feedback-card .content-wrapper .image {
  margin-bottom: 15px;
}
/* line 1737, ../sass/layout/_main.scss */
.customers-feedback .feedback-carousel .feedback-card .content-wrapper .image img {
  width: 60px;
  height: 60px;
  border: 1px solid #C80117;
  border-radius: 100%;
}
/* line 1744, ../sass/layout/_main.scss */
.customers-feedback .feedback-carousel .feedback-card .content-wrapper .name {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}
/* line 1750, ../sass/layout/_main.scss */
.customers-feedback .feedback-carousel .feedback-card .content-wrapper .feedback {
  color: #000;
  font-size: 16px;
}
/* line 1753, ../sass/layout/_main.scss */
.customers-feedback .feedback-carousel .feedback-card .content-wrapper .feedback:before {
  content: "\f10d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  color: #C80117;
  display: block;
}
/* line 1761, ../sass/layout/_main.scss */
.customers-feedback .feedback-carousel .feedback-card .content-wrapper .feedback:after {
  content: "\f10e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  color: #C80117;
  display: block;
  text-align: right;
}

/* line 1777, ../sass/layout/_main.scss */
.product-page .title:not(.title-page .title) {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  border-bottom: 4px solid #C9061C;
  padding-bottom: 10px;
  margin-bottom: 41px;
}
/* line 1782, ../sass/layout/_main.scss */
.product-page .product-page-carousel .item .image {
  height: 421px;
  border: 1px solid #D8D8D8;
  display: flex;
  margin-bottom: 15px;
  padding: 30px;
}
/* line 1788, ../sass/layout/_main.scss */
.product-page .product-page-carousel .item .image img {
  width: 256px;
  height: 276px;
  margin: auto;
  display: block;
}
/* line 1798, ../sass/layout/_main.scss */
.product-page .product-thumbnail .item {
  padding: 0px 6px;
}
/* line 1800, ../sass/layout/_main.scss */
.product-page .product-thumbnail .item .image {
  border: 1px solid #D8D8D8;
  display: flex;
  width: 100%;
  height: 131px;
}
/* line 1805, ../sass/layout/_main.scss */
.product-page .product-thumbnail .item .image img {
  width: 115px;
  height: 105px;
  margin: auto;
  display: block;
}
/* line 1814, ../sass/layout/_main.scss */
.product-page .product-details {
  border-bottom: 2px solid #C80117;
  margin-bottom: 30px;
}
/* line 1818, ../sass/layout/_main.scss */
.product-page .links-item {
  margin-bottom: 40px;
}
/* line 1820, ../sass/layout/_main.scss */
.product-page .links-item .add-cart, .product-page .links-item .export {
  display: inline-block;
  margin-right: 30px;
}
/* line 1823, ../sass/layout/_main.scss */
.product-page .links-item .add-cart a, .product-page .links-item .export a {
  background-color: #C80117;
  color: white;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  padding: 13px 42px;
  border-radius: 5px;
  display: block;
}
/* line 1835, ../sass/layout/_main.scss */
.product-page .links-item .export {
  margin-right: 0;
  display: inline-block;
}
/* line 1838, ../sass/layout/_main.scss */
.product-page .links-item .export a {
  background-color: transparent;
  border: 1px solid #C80117;
  color: #000;
  display: block;
  padding: 9px 26px;
}
/* line 1844, ../sass/layout/_main.scss */
.product-page .links-item .export a:before {
  content: "";
  background-image: url("/optimal/images/pdf.svg");
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 25px;
  height: 30px;
  display: inline-block;
  margin-right: 15px;
}

/* line 1859, ../sass/layout/_main.scss */
.product-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 30px;
  border: 1px solid #C9061C;
}
/* line 1864, ../sass/layout/_main.scss */
.product-table th, .product-table td {
  padding: 12px;
  border: 2px solid white;
}
/* line 1868, ../sass/layout/_main.scss */
.product-table th {
  background-color: #f4f4f4;
  text-align: left;
  font-weight: bold;
  color: black;
}
/* line 1874, ../sass/layout/_main.scss */
.product-table td {
  background-color: #f9f9f9;
  color: red;
}
/* line 1878, ../sass/layout/_main.scss */
.product-table tr:nth-child(even) td {
  background-color: #f0f0f0;
}

/* line 1885, ../sass/layout/_main.scss */
.order-tracking .order-tracking-section .content-wrapper, .user-profile .order-tracking-section .content-wrapper {
  background-color: #F2F2F2;
  padding: 40px 20px;
}
/* line 1888, ../sass/layout/_main.scss */
.order-tracking .order-tracking-section .content-wrapper .order-process, .user-profile .order-tracking-section .content-wrapper .order-process {
  background-color: white;
  padding: 33px 80px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  /* line 1888, ../sass/layout/_main.scss */
  .order-tracking .order-tracking-section .content-wrapper .order-process, .user-profile .order-tracking-section .content-wrapper .order-process {
    padding: 25px;
  }
}
/* line 1895, ../sass/layout/_main.scss */
.order-tracking .order-tracking-section .content-wrapper .order-process ul, .user-profile .order-tracking-section .content-wrapper .order-process ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  position: relative;
  padding: 0;
}
/* line 1901, ../sass/layout/_main.scss */
.order-tracking .order-tracking-section .content-wrapper .order-process ul:before, .user-profile .order-tracking-section .content-wrapper .order-process ul:before {
  content: "";
  border-bottom: 1px solid #D8D8D8;
  display: block;
  width: 100%;
  left: 0;
  right: 0;
  top: 8px;
  margin: auto;
  position: absolute;
}
/* line 1912, ../sass/layout/_main.scss */
.order-tracking .order-tracking-section .content-wrapper .order-process ul li, .user-profile .order-tracking-section .content-wrapper .order-process ul li {
  list-style-type: none;
  color: #C1C1C1;
  font-size: 16px;
  position: relative;
}
/* line 1917, ../sass/layout/_main.scss */
.order-tracking .order-tracking-section .content-wrapper .order-process ul li:before, .user-profile .order-tracking-section .content-wrapper .order-process ul li:before {
  content: "";
  background-color: #D8D8D8;
  width: 19px;
  height: 19px;
  display: block;
  margin: 0px auto;
  border-radius: 100%;
  margin-bottom: 15px;
}
/* line 1927, ../sass/layout/_main.scss */
.order-tracking .order-tracking-section .content-wrapper .order-process ul li:after, .user-profile .order-tracking-section .content-wrapper .order-process ul li:after {
  content: "";
  border: 1px solid #D8D8D8;
  width: 23px;
  height: 23px;
  display: block;
  margin: auto;
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
/* line 1940, ../sass/layout/_main.scss */
.order-tracking .order-tracking-section .content-wrapper .order-process ul li.active, .user-profile .order-tracking-section .content-wrapper .order-process ul li.active {
  color: #000;
}
/* line 1942, ../sass/layout/_main.scss */
.order-tracking .order-tracking-section .content-wrapper .order-process ul li.active:before, .user-profile .order-tracking-section .content-wrapper .order-process ul li.active:before {
  background-color: #C80117;
  border-color: #C80117;
}
/* line 1946, ../sass/layout/_main.scss */
.order-tracking .order-tracking-section .content-wrapper .order-process ul li.active:after, .user-profile .order-tracking-section .content-wrapper .order-process ul li.active:after {
  border-color: #C80117;
}

/* line 1960, ../sass/layout/_main.scss */
.summary {
  float: right;
}
/* line 1962, ../sass/layout/_main.scss */
.summary .summary-table {
  background-color: white;
  width: 100%;
  max-width: 283px;
}
/* line 1966, ../sass/layout/_main.scss */
.summary .summary-table th, .summary .summary-table td {
  padding: 13px 20px;
}
/* line 1969, ../sass/layout/_main.scss */
.summary .summary-table th {
  text-align: left;
}
/* line 1972, ../sass/layout/_main.scss */
.summary .summary-table td {
  text-align: right;
}
/* line 1976, ../sass/layout/_main.scss */
.summary .summary-table .total td, .summary .summary-table .sub-total td {
  font-weight: bold;
  color: #C80117;
}
/* line 1981, ../sass/layout/_main.scss */
.summary .summary-table .total {
  border-top: 2px solid #C80117;
}
/* line 1983, ../sass/layout/_main.scss */
.summary .summary-table .total th, .summary .summary-table .total td {
  padding: 30px 20px;
}

/* line 1990, ../sass/layout/_main.scss */
.order-table, .cart-table {
  width: 100%;
  margin-bottom: 15px;
}
/* line 1994, ../sass/layout/_main.scss */
.order-table thead th, .order-table thead td, .cart-table thead th, .cart-table thead td {
  padding: 17px;
}
/* line 1998, ../sass/layout/_main.scss */
.order-table tr, .cart-table tr {
  border-bottom: 1px solid #ddd;
}
/* line 2001, ../sass/layout/_main.scss */
.order-table th, .order-table td, .cart-table th, .cart-table td {
  padding: 25px;
}
/* line 2004, ../sass/layout/_main.scss */
.order-table th, .cart-table th {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
/* line 2009, ../sass/layout/_main.scss */
.order-table td, .cart-table td {
  background-color: white;
  color: black;
}
/* line 2014, ../sass/layout/_main.scss */
.order-table .item-image, .cart-table .item-image {
  /*width: 50px;
  height: auto;*/
  border: 1px solid #D8D8D8;
  /*    object-fit: contain;*/
  padding: 5px;
}

/* line 2023, ../sass/layout/_main.scss */
.cart-table {
  margin-bottom: 45px;
  /*.item-image {
    width: 196px;
    height: 196px;
  }*/
}
/* line 2025, ../sass/layout/_main.scss */
.cart-table th, .cart-table td {
  border: 1px solid #D8D8D8;
  width: 20%;
}
/* line 2029, ../sass/layout/_main.scss */
.cart-table th.remove a, .cart-table td.remove a {
  color: #000;
  border: 1px solid #AFAFAF;
  padding: 13px 18px;
  display: flex;
  width: 53px;
  justify-content: center;
}
/* line 2036, ../sass/layout/_main.scss */
.cart-table th.remove a i, .cart-table td.remove a i {
  font-size: 26px;
}

@media (max-width: 991px) {
  /* line 2049, ../sass/layout/_main.scss */
  .cart .cart-summary {
    flex-wrap: wrap;
  }
}
/* line 2054, ../sass/layout/_main.scss */
.cart .discount-code {
  border: 1px solid #DFDFDF;
}
@media (max-width: 991px) {
  /* line 2054, ../sass/layout/_main.scss */
  .cart .discount-code {
    margin-bottom: 30px;
    width: 100%;
  }
}
/* line 2060, ../sass/layout/_main.scss */
.cart .discount-code .title {
  background-color: #000;
  color: white;
  font-size: 18px;
  padding: 15px;
  font-weight: bold;
  text-align: center;
}
/* line 2068, ../sass/layout/_main.scss */
.cart .discount-code form {
  padding: 20px;
}
/* line 2070, ../sass/layout/_main.scss */
.cart .discount-code form input {
  width: 335px;
  height: 50px;
  border-color: #000;
  margin-bottom: 30px;
  border-radius: 0;
}
/* line 2076, ../sass/layout/_main.scss */
.cart .discount-code form input::-ms-input-placeholder {
  color: #000;
}
/* line 2079, ../sass/layout/_main.scss */
.cart .discount-code form input::placeholder {
  color: #81787A;
}
/* line 2083, ../sass/layout/_main.scss */
.cart .discount-code form .submit-button {
  background-color: #C80117;
  color: white;
  border: none;
  padding: 13px 28px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 8px 15px;
}
@media (max-width: 1200px) {
  /* line 2083, ../sass/layout/_main.scss */
  .cart .discount-code form .submit-button {
    padding: 8px 12px;
  }
}
/* line 38, ../sass/layout/_main.scss */
.cart .discount-code form .submit-button:before {
  content: "";
  border-top: 1px solid #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  margin-right: 10.5px;
}
@media (max-width: 1200px) {
  /* line 38, ../sass/layout/_main.scss */
  .cart .discount-code form .submit-button:before {
    width: 20px;
    vertical-align: middle;
  }
}
/* line 50, ../sass/layout/_main.scss */
.cart .discount-code form .submit-button:after {
  content: "\f04b";
  /* Font Awesome icon code */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  margin-left: 10.5px;
  color: white;
}
@media (max-width: 1200px) {
  /* line 50, ../sass/layout/_main.scss */
  .cart .discount-code form .submit-button:after {
    margin-left: 6px;
  }
}
@media (max-width: 991px) {
  /* line 2089, ../sass/layout/_main.scss */
  .cart .summary {
    width: 100%;
  }
}
/* line 2094, ../sass/layout/_main.scss */
.cart .summary-table {
  border: 1px solid #DFDFDF;
  width: 376px;
  max-width: 100%;
}
@media (max-width: 991px) {
  /* line 2094, ../sass/layout/_main.scss */
  .cart .summary-table {
    width: 100%;
  }
}
/* line 2101, ../sass/layout/_main.scss */
.cart .summary-table th, .cart .summary-table td {
  padding: 20px 15px !important;
}
/* line 2105, ../sass/layout/_main.scss */
.cart .summary-table .sub-total td {
  color: #000;
}
/* line 2110, ../sass/layout/_main.scss */
.cart .summary-table .checkout a {
  background-color: #C80117;
  color: white;
  border: none;
  padding: 13px 28px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  width: 155px;
}
@media (max-width: 1200px) {
  /* line 2110, ../sass/layout/_main.scss */
  .cart .summary-table .checkout a {
    padding: 8px 12px;
  }
}
/* line 38, ../sass/layout/_main.scss */
.cart .summary-table .checkout a:before {
  content: "";
  border-top: 1px solid #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  margin-right: 10.5px;
}
@media (max-width: 1200px) {
  /* line 38, ../sass/layout/_main.scss */
  .cart .summary-table .checkout a:before {
    width: 20px;
    vertical-align: middle;
  }
}
/* line 50, ../sass/layout/_main.scss */
.cart .summary-table .checkout a:after {
  content: "\f04b";
  /* Font Awesome icon code */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  margin-left: 10.5px;
  color: white;
}
@media (max-width: 1200px) {
  /* line 50, ../sass/layout/_main.scss */
  .cart .summary-table .checkout a:after {
    margin-left: 6px;
  }
}
/* line 2116, ../sass/layout/_main.scss */
.cart .summary-table .total {
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF;
}

/* line 2124, ../sass/layout/_main.scss */
.checkout .title:not(.title-page .title) {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  border-bottom: 4px solid #C9061C;
  padding-bottom: 10px;
  margin-bottom: 41px;
}
/* line 2128, ../sass/layout/_main.scss */
.checkout form input:not(input[type=checkbox], input[type=radio]), .checkout form select {
  border-color: #DBD6D6;
  resize: none;
  height: 50px;
  padding: 14px 20px;
  margin-bottom: 20px;
}
/* line 2134, ../sass/layout/_main.scss */
.checkout form input:not(input[type=checkbox], input[type=radio])::-ms-input-placeholder, .checkout form select::-ms-input-placeholder {
  color: #000;
}
/* line 2137, ../sass/layout/_main.scss */
.checkout form input:not(input[type=checkbox], input[type=radio])::placeholder, .checkout form select::placeholder {
  color: #000;
}
/* line 2141, ../sass/layout/_main.scss */
.checkout form input[type=checkbox], .checkout form input[type=radio] {
  margin-bottom: 26px;
}
/* line 2144, ../sass/layout/_main.scss */
.checkout form .submit-button {
  background-color: #C80117;
  color: white;
  border: none;
  padding: 13px 28px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  /* line 2144, ../sass/layout/_main.scss */
  .checkout form .submit-button {
    padding: 8px 12px;
  }
}
/* line 38, ../sass/layout/_main.scss */
.checkout form .submit-button:before {
  content: "";
  border-top: 1px solid #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  margin-right: 10.5px;
}
@media (max-width: 1200px) {
  /* line 38, ../sass/layout/_main.scss */
  .checkout form .submit-button:before {
    width: 20px;
    vertical-align: middle;
  }
}
/* line 50, ../sass/layout/_main.scss */
.checkout form .submit-button:after {
  content: "\f04b";
  /* Font Awesome icon code */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  margin-left: 10.5px;
  color: white;
}
@media (max-width: 1200px) {
  /* line 50, ../sass/layout/_main.scss */
  .checkout form .submit-button:after {
    margin-left: 6px;
  }
}
/* line 2148, ../sass/layout/_main.scss */
.checkout .cart-summary {
  background-color: #F2F2F2;
  padding: 30px;
}
/* line 2151, ../sass/layout/_main.scss */
.checkout .cart-summary .cart-header {
  margin-bottom: 38px;
}
/* line 2153, ../sass/layout/_main.scss */
.checkout .cart-summary .cart-header .head-title, .checkout .cart-summary .cart-header .edit-link {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
/* line 2160, ../sass/layout/_main.scss */
.checkout .cart-summary .cart-items {
  border: 1px solid #000;
  padding: 30px;
  margin-bottom: 25px;
}
/* line 2164, ../sass/layout/_main.scss */
.checkout .cart-summary .cart-items .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
/* line 2168, ../sass/layout/_main.scss */
.checkout .cart-summary .cart-items .item:last-child {
  border: none;
}
/* line 2171, ../sass/layout/_main.scss */
.checkout .cart-summary .cart-items .item .item-name {
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}
/* line 2176, ../sass/layout/_main.scss */
.checkout .cart-summary .cart-items .item .item-price {
  font-size: 18px;
  color: #C80117;
  font-weight: bold;
  float: right;
}
/* line 2183, ../sass/layout/_main.scss */
.checkout .cart-summary .cart-items .item .item-quantity span {
  color: #C80117;
  font-size: 16px;
}
/* line 2186, ../sass/layout/_main.scss */
.checkout .cart-summary .cart-items .item .item-quantity span:first-child {
  margin-right: 54px;
}
/* line 2193, ../sass/layout/_main.scss */
.checkout .cart-summary .discount-code {
  border: 1px solid #000;
  padding: 30px;
  margin-bottom: 25px;
}
/* line 2198, ../sass/layout/_main.scss */
.checkout .cart-summary .discount-code form label {
  font-size: 18px;
  color: #C80117;
  font-weight: bold;
  margin-bottom: 30px;
}
/* line 2204, ../sass/layout/_main.scss */
.checkout .cart-summary .discount-code form input {
  border-color: #000;
  height: 50px;
  padding: 14px 20px;
  border-radius: 0;
  margin-bottom: 30px;
}
/* line 2210, ../sass/layout/_main.scss */
.checkout .cart-summary .discount-code form input::-ms-input-placeholder {
  color: #81787A;
}
/* line 2213, ../sass/layout/_main.scss */
.checkout .cart-summary .discount-code form input::placeholder {
  color: #81787A;
}
/* line 2220, ../sass/layout/_main.scss */
.checkout .cart-summary .cost-summary .subtotal, .checkout .cart-summary .cost-summary .shipping-cost, .checkout .cart-summary .cost-summary .vat-tax {
  margin-bottom: 23px;
}
/* line 2222, ../sass/layout/_main.scss */
.checkout .cart-summary .cost-summary .subtotal span, .checkout .cart-summary .cost-summary .shipping-cost span, .checkout .cart-summary .cost-summary .vat-tax span {
  font-size: 16px;
  color: #000;
}
/* line 2225, ../sass/layout/_main.scss */
.checkout .cart-summary .cost-summary .subtotal span:last-child, .checkout .cart-summary .cost-summary .shipping-cost span:last-child, .checkout .cart-summary .cost-summary .vat-tax span:last-child {
  color: #C80117;
}
/* line 2232, ../sass/layout/_main.scss */
.checkout .cart-summary .cost-summary .subtotal span:last-child {
  font-weight: bold;
}
/* line 2237, ../sass/layout/_main.scss */
.checkout .cart-summary .cost-summary .total-cost {
  background-color: #000;
  border: solid 1px #707070;
  padding: 12px 20px;
}
/* line 2241, ../sass/layout/_main.scss */
.checkout .cart-summary .cost-summary .total-cost span {
  color: white;
  font-size: 16px;
  font-weight: bold;
}

/*used-motorcycles*/
/* line 2253, ../sass/layout/_main.scss */
.motorcycles .banner-image {
  position: relative;
  margin-bottom: 60px;
}
/* line 2257, ../sass/layout/_main.scss */
.motorcycles .banner-image .image:after {
  content: "";
  background: transparent linear-gradient(180deg, #FFFFFF00 0%, rgba(255, 255, 255, 0.8) 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  height: 319px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  /* line 2257, ../sass/layout/_main.scss */
  .motorcycles .banner-image .image:after {
    height: 90px;
  }
}
/* line 2270, ../sass/layout/_main.scss */
.motorcycles .banner-image .image img {
  width: 100%;
  height: 630px;
  object-fit: cover;
  object-position: top center;
}
@media (max-width: 991px) {
  /* line 2270, ../sass/layout/_main.scss */
  .motorcycles .banner-image .image img {
    height: 350px;
  }
}
/* line 2280, ../sass/layout/_main.scss */
.motorcycles .banner-image .title {
  font-size: 55px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0px;
  margin-bottom: 0;
  position: absolute;
  bottom: 80px;
  text-align: center;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  /* line 2280, ../sass/layout/_main.scss */
  .motorcycles .banner-image .title {
    font-size: 28px;
    bottom: 30px;
  }
}
/* line 2295, ../sass/layout/_main.scss */
.motorcycles .banner-image .title .venetian-red-title {
  font-size: 55px;
}
@media (max-width: 991px) {
  /* line 2295, ../sass/layout/_main.scss */
  .motorcycles .banner-image .title .venetian-red-title {
    font-size: 28px;
  }
}
/* line 2303, ../sass/layout/_main.scss */
.motorcycles .description {
  margin-bottom: 15px;
}
/* line 2305, ../sass/layout/_main.scss */
.motorcycles .description .title {
  font-size: 35px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
/* line 2311, ../sass/layout/_main.scss */
.motorcycles .description .title .venetian-red-title {
  font-size: 35px;
}
/* line 2315, ../sass/layout/_main.scss */
.motorcycles .description .text {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
}
/* line 2322, ../sass/layout/_main.scss */
.motorcycles .fliter-products {
  display: block;
}
/* line 2324, ../sass/layout/_main.scss */
.motorcycles .fliter-products .fliter-wrraper {
  width: 100%;
  max-width: 570px;
  margin: 0 auto 40px;
}
@media (max-width: 570px) {
  /* line 2324, ../sass/layout/_main.scss */
  .motorcycles .fliter-products .fliter-wrraper {
    display: block !important;
  }
}
/* line 2331, ../sass/layout/_main.scss */
.motorcycles .fliter-products .fliter-wrraper .item {
  padding: 0px 8px;
}
@media (max-width: 570px) {
  /* line 2331, ../sass/layout/_main.scss */
  .motorcycles .fliter-products .fliter-wrraper .item {
    margin-bottom: 20px;
  }
}
/* line 2336, ../sass/layout/_main.scss */
.motorcycles .fliter-products .fliter-wrraper .item a {
  padding: 13px 68px;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  background-color: white;
  border: 1px solid #C80117;
  text-align: center;
  color: #5E5E5E;
  font-size: 15px;
  font-weight: bold;
}
/* line 2347, ../sass/layout/_main.scss */
.motorcycles .fliter-products .fliter-wrraper .item a.active {
  background-color: #C80117;
  color: white;
  position: relative;
}
/* line 2351, ../sass/layout/_main.scss */
.motorcycles .fliter-products .fliter-wrraper .item a.active:after {
  content: "\f0dd";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 24px;
  color: #C80117;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: -17px;
}
/* line 2369, ../sass/layout/_main.scss */
.motorcycles .motorcycles-item .item {
  margin-bottom: 30px;
}
/* line 2371, ../sass/layout/_main.scss */
.motorcycles .motorcycles-item .item .content-wrapper {
  padding: 15px;
  box-shadow: 2px 2px 20px #00000017;
  border-radius: 5px;
  background-color: white;
}
/* line 2376, ../sass/layout/_main.scss */
.motorcycles .motorcycles-item .item .content-wrapper .image {
  margin-bottom: 20px;
}
/* line 2378, ../sass/layout/_main.scss */
.motorcycles .motorcycles-item .item .content-wrapper .image img {
  width: 100%;
  height: 292px;
  border-radius: 5px;
}
/* line 2384, ../sass/layout/_main.scss */
.motorcycles .motorcycles-item .item .content-wrapper .title {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
}
/* line 2390, ../sass/layout/_main.scss */
.motorcycles .motorcycles-item .item .content-wrapper .info {
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 15px;
}
/* line 2393, ../sass/layout/_main.scss */
.motorcycles .motorcycles-item .item .content-wrapper .info .model-year, .motorcycles .motorcycles-item .item .content-wrapper .info .milage, .motorcycles .motorcycles-item .item .content-wrapper .info .horse-power, .motorcycles .motorcycles-item .item .content-wrapper .info .engine-capacity {
  display: flex;
  margin-bottom: 10.5px;
  justify-content: space-between;
  color: #000;
  font-size: 14px;
}
/* line 2399, ../sass/layout/_main.scss */
.motorcycles .motorcycles-item .item .content-wrapper .info .model-year label, .motorcycles .motorcycles-item .item .content-wrapper .info .milage label, .motorcycles .motorcycles-item .item .content-wrapper .info .horse-power label, .motorcycles .motorcycles-item .item .content-wrapper .info .engine-capacity label {
  color: #8E8E8E;
  font-size: 16px;
}
/* line 2405, ../sass/layout/_main.scss */
.motorcycles .motorcycles-item .item .content-wrapper .bottom-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 2409, ../sass/layout/_main.scss */
.motorcycles .motorcycles-item .item .content-wrapper .bottom-item .price {
  color: #C80117;
  font-size: 16px;
}
/* line 2413, ../sass/layout/_main.scss */
.motorcycles .motorcycles-item .item .content-wrapper .bottom-item .link {
  display: inline-flex;
}
/* line 2415, ../sass/layout/_main.scss */
.motorcycles .motorcycles-item .item .content-wrapper .bottom-item .link a {
  font-size: 15px;
  text-decoration: none;
  color: #5E5E5E;
  border: 1px solid #C80117;
  padding: 8px 27.5px;
}
/* line 2421, ../sass/layout/_main.scss */
.motorcycles .motorcycles-item .item .content-wrapper .bottom-item .link a:hover {
  background-color: #C80117;
  color: white;
}

/* line 2434, ../sass/layout/_main.scss */
.used-motorcycles .title {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  border-bottom: 4px solid #C9061C;
  padding-bottom: 10px;
  margin-bottom: 41px;
}
/* line 2439, ../sass/layout/_main.scss */
.used-motorcycles .motorcycles-carousel .item .image {
  margin-bottom: 32px;
}
/* line 2441, ../sass/layout/_main.scss */
.used-motorcycles .motorcycles-carousel .item .image img {
  width: 633px;
  height: 414px;
  border-radius: 5px;
  object-fit: cover;
}
@media (max-width: 991px) {
  /* line 2441, ../sass/layout/_main.scss */
  .used-motorcycles .motorcycles-carousel .item .image img {
    width: 100%;
    height: 450px;
  }
}
/* line 2454, ../sass/layout/_main.scss */
.used-motorcycles .motorcycles-thumbnail {
  width: 100%;
  max-width: 511px;
  margin: auto;
  display: block;
}
@media (max-width: 991px) {
  /* line 2454, ../sass/layout/_main.scss */
  .used-motorcycles .motorcycles-thumbnail {
    max-width: 100%;
  }
}
/* line 2462, ../sass/layout/_main.scss */
.used-motorcycles .motorcycles-thumbnail .item {
  padding: 0px 8px;
}
/* line 2465, ../sass/layout/_main.scss */
.used-motorcycles .motorcycles-thumbnail .item .image img {
  width: 100%;
  height: 108px;
  object-fit: cover;
}
@media (max-width: 991px) {
  /* line 2465, ../sass/layout/_main.scss */
  .used-motorcycles .motorcycles-thumbnail .item .image img {
    height: 120px;
  }
}
@media (max-width: 991px) {
  /* line 2476, ../sass/layout/_main.scss */
  .used-motorcycles .motorcycles-thumbnail .slick-arrow.slick-next {
    right: 3px;
    background-color: white;
  }
}
/* line 2482, ../sass/layout/_main.scss */
.used-motorcycles .motorcycles-thumbnail .slick-arrow.slick-prev {
  left: 3;
  background-color: white;
}
/* line 2488, ../sass/layout/_main.scss */
.used-motorcycles .motorcycles-info {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 2px 2px 20px #00000017;
  border-radius: 5px;
  padding: 17px 15px 30px;
}
/* line 2493, ../sass/layout/_main.scss */
.used-motorcycles .motorcycles-info .model-year, .used-motorcycles .motorcycles-info .milage, .used-motorcycles .motorcycles-info .horse-power, .used-motorcycles .motorcycles-info .engine-capacity {
  display: flex;
  margin-bottom: 10.5px;
  justify-content: space-between;
  color: #8E8E8E;
  background-color: #F9F9F9;
  padding: 8px 15px;
  font-size: 16px;
}
/* line 2501, ../sass/layout/_main.scss */
.used-motorcycles .motorcycles-info .model-year label, .used-motorcycles .motorcycles-info .milage label, .used-motorcycles .motorcycles-info .horse-power label, .used-motorcycles .motorcycles-info .engine-capacity label {
  color: #000;
  font-size: 16px;
}
/* line 2506, ../sass/layout/_main.scss */
.used-motorcycles .motorcycles-info .price {
  background-color: #C80117;
  padding: 8px 15px;
  text-align: center;
  color: white;
  font-weight: bold;
  margin-bottom: 30px;
}
/* line 2514, ../sass/layout/_main.scss */
.used-motorcycles .motorcycles-info .contact {
  border-top: 1px solid #D6D6D6;
  padding: 25px 0px;
  display: flex;
}
/* line 2518, ../sass/layout/_main.scss */
.used-motorcycles .motorcycles-info .contact .phone-number, .used-motorcycles .motorcycles-info .contact .whatsapp {
  margin-right: 15px;
}
/* line 2520, ../sass/layout/_main.scss */
.used-motorcycles .motorcycles-info .contact .phone-number a, .used-motorcycles .motorcycles-info .contact .whatsapp a {
  background-color: #302929;
  color: white;
  font-size: 15px;
  font-weight: bold;
  padding: 9px 41px;
  text-decoration: none;
}
/* line 2529, ../sass/layout/_main.scss */
.used-motorcycles .motorcycles-info .contact .whatsapp {
  margin-right: 0;
}
/* line 2531, ../sass/layout/_main.scss */
.used-motorcycles .motorcycles-info .contact .whatsapp a {
  background-color: #60D66A;
  padding: 9px 24px;
}
/* line 2534, ../sass/layout/_main.scss */
.used-motorcycles .motorcycles-info .contact .whatsapp a i {
  font-size: 24px;
  margin-right: 5px;
  vertical-align: middle;
}
/* line 2543, ../sass/layout/_main.scss */
.used-motorcycles hr {
  margin: 50px 0px;
  color: #040303;
}
/* line 2547, ../sass/layout/_main.scss */
.used-motorcycles .specifications {
  margin-bottom: 60px;
}
/* line 2549, ../sass/layout/_main.scss */
.used-motorcycles .specifications ul {
  padding: 0;
  column-count: 2;
}
@media (max-width: 480px) {
  /* line 2549, ../sass/layout/_main.scss */
  .used-motorcycles .specifications ul {
    column-count: 1;
  }
}
/* line 2555, ../sass/layout/_main.scss */
.used-motorcycles .specifications ul li {
  list-style-type: none;
  margin-bottom: 20px;
}
/* line 2558, ../sass/layout/_main.scss */
.used-motorcycles .specifications ul li:before {
  content: "";
  background-image: url(/optimal/images/check.svg);
  background-repeat: no-repeat;
  min-width: 31px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
/* line 2571, ../sass/layout/_main.scss */
.used-motorcycles .policy {
  background-color: white;
  box-shadow: 2px 2px 20px #00000017;
  border-radius: 15px;
  padding: 20px;
}
/* line 2576, ../sass/layout/_main.scss */
.used-motorcycles .policy .title {
  color: #C80117;
  border: none;
}
/* line 2581, ../sass/layout/_main.scss */
.used-motorcycles .policy .image-section img {
  margin: 0 auto 20px;
  display: block;
}
/* line 2587, ../sass/layout/_main.scss */
.used-motorcycles .policy .text-section .text {
  font-size: 18px;
  color: #000;
}

/* line 2596, ../sass/layout/_main.scss */
.custom-pager .page-link {
  border-radius: 50% !important;
  padding: 5px;
  width: 32px;
  height: 32px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  color: #202020;
  border-color: #A8A8A8;
  margin-right: 4px;
  font-size: 14px;
}
/* line 2609, ../sass/layout/_main.scss */
.custom-pager .page-link:hover, .custom-pager .page-link:focus, .custom-pager .page-link.active {
  background-color: #C80117;
  color: #fff;
  border-color: #C80117;
  box-shadow: none !important;
}
/* line 2619, ../sass/layout/_main.scss */
.custom-pager .disabled {
  color: #A8A8A8 !important;
  background-color: transparent;
  border-color: #A8A8A8 !important;
}

/************************     emzo       **********************/
/* line 2630, ../sass/layout/_main.scss */
.custom-search-input {
  border: 1px solid #C8C8C8 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  max-width: 548px;
}

/* line 2636, ../sass/layout/_main.scss */
input.custom-search-input::placeholder {
  color: #545454 !important;
  font-size: 16px;
  font-family: "Heebo", system-ui;
}

/* line 2641, ../sass/layout/_main.scss */
.auth-action {
  font-size: 16px;
  color: #000;
  margin-left: 7px;
}

/* line 2646, ../sass/layout/_main.scss */
.cart-badge {
  width: 18px;
  height: 18px;
  background-color: #C80117;
  top: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
  padding: 10px;
}

/* line 2658, ../sass/layout/_main.scss */
.header-second-part {
  height: 64px;
  background-color: #000;
  position: relative;
}

/* line 2663, ../sass/layout/_main.scss */
.categories-menu-btn {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #C80117;
  padding: 20px 20px;
  position: absolute;
  top: -6px;
  min-width: 292px;
  text-align: start;
}

/* line 2674, ../sass/layout/_main.scss */
.menu-btn-txt {
  margin-left: 16px;
}

/* line 2677, ../sass/layout/_main.scss */
.corner {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid #6D000C;
  border-bottom: 0px solid #6D000C;
  border-top: 6px solid transparent;
  position: absolute;
  left: -16px;
  top: -6px;
}

/* line 2688, ../sass/layout/_main.scss */
.lang-switcher {
  color: #fff;
  font-size: 16px;
}

/* line 2693, ../sass/layout/_main.scss */
button:focus-visible {
  outline: none;
}

/* line 2697, ../sass/layout/_main.scss */
.categories-menu {
  transform: translate3d(0px, 62px, 0px) !important;
  border: 0 !important;
  box-shadow: 2px 2px 20px #00000054;
  border-radius: 0 !important;
  padding: 0 !important;
  padding-top: 9px !important;
  --bs-dropdown-min-width: 292px !important;
  max-width: 292px;
}
/* line 2706, ../sass/layout/_main.scss */
.categories-menu .dropdown-item {
  padding: 16px 16px 15px 20px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid #EEEEEE;
  background-color: #fff;
}
/* line 2713, ../sass/layout/_main.scss */
.categories-menu .dropdown-item:hover {
  background-color: #E8E8E8;
}
/* line 2715, ../sass/layout/_main.scss */
.categories-menu .dropdown-item:hover .cm-arrow {
  color: #757575;
}
/* line 2720, ../sass/layout/_main.scss */
.categories-menu .cm-title {
  font-size: 16px;
  color: #000;
  margin-right: 5px;
  text-wrap: wrap;
}
/* line 2726, ../sass/layout/_main.scss */
.categories-menu .cm-arrow {
  color: #9b9b9b;
}

/* line 2730, ../sass/layout/_main.scss */
.categories-menu-dropdown li {
  position: relative;
}
/* line 2733, ../sass/layout/_main.scss */
.categories-menu-dropdown li:last-child .dropdown-item {
  border-bottom: 0;
}

/* line 2738, ../sass/layout/_main.scss */
.categories-menu-dropdown ul {
  display: none;
  box-shadow: 2px 2px 20px #00000054;
}

/* line 2742, ../sass/layout/_main.scss */
.categories-menu-dropdown:hover li:hover ul {
  display: block;
  position: absolute;
  top: 0;
  right: -2px;
  left: 0;
  transform: translate3d(100%, 0, 0px) !important;
}

/* line 2750, ../sass/layout/_main.scss */
.categories-menu-dropdown:hover > ul {
  display: block;
}

/* line 2753, ../sass/layout/_main.scss */
.header-mobile-part {
  padding: 15px 0;
  position: relative;
}

/* line 2757, ../sass/layout/_main.scss */
.mobile-header-menu {
  box-shadow: 2px 2px 20px #00000054;
  padding: 10px 30px !important;
  position: absolute;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}
/* line 2764, ../sass/layout/_main.scss */
.mobile-header-menu li {
  text-align: center;
}
/* line 2767, ../sass/layout/_main.scss */
.mobile-header-menu li:last-child a {
  border-bottom: 0;
}
/* line 2772, ../sass/layout/_main.scss */
.mobile-header-menu a {
  padding: 20px 0;
  border-bottom: 2px solid #ededed;
  font-size: 16px;
  font-weight: 500;
}
/* line 2777, ../sass/layout/_main.scss */
.mobile-header-menu a:hover {
  background-color: #ededed;
  color: #a00011;
}

/*.lang-link{
  margin-right: 10px;
  color: #fff;
  text-decoration: none !important;
  font-size: 20px;
  &:hover{
    color: #ec8c97;
  }
}*/
/* line 2792, ../sass/layout/_main.scss */
.search-link {
  color: #fff;
  font-size: 20px;
}
/* line 2795, ../sass/layout/_main.scss */
.search-link:hover {
  color: #ec8c97;
}

/* line 2799, ../sass/layout/_main.scss */
.checkOut-btn {
  text-decoration: none !important;
  background-color: #C80117;
  padding: 11px;
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0 !important;
  width: 100%;
  margin-bottom: 20px !important;
  border: 1px solid #C80117;
}
/* line 2812, ../sass/layout/_main.scss */
.checkOut-btn:hover {
  background-color: #fff;
  color: #000;
}

/* line 2817, ../sass/layout/_main.scss */
.view-cart-btn {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  font-family: "Rajdhani", sans-serif;
  text-decoration: underline;
  margin: 0 auto !important;
}
/* line 2824, ../sass/layout/_main.scss */
.view-cart-btn:hover {
  color: #C80117;
}

/* line 2828, ../sass/layout/_main.scss */
.cart-list {
  margin-bottom: 106px;
}
/* line 2830, ../sass/layout/_main.scss */
.cart-list li {
  display: flex;
  border-bottom: 2px solid #cdcdcd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
/* line 2835, ../sass/layout/_main.scss */
.cart-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 2841, ../sass/layout/_main.scss */
.cart-list .cart-item-title {
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
}
/* line 2846, ../sass/layout/_main.scss */
.cart-list .cart-actions-box {
  border-bottom: 2px solid #E1E1E1;
  padding-bottom: 11px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* line 2853, ../sass/layout/_main.scss */
.cart-list .cart-actions-box .cart-action-1 {
  background-color: #C80117;
  color: #fff;
  font-size: 14px;
  width: auto;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
/* line 2864, ../sass/layout/_main.scss */
.cart-list .cart-actions-box .cart-action-2 {
  position: relative;
}
/* line 2868, ../sass/layout/_main.scss */
.cart-list .value-btn {
  width: 24px;
  height: 16px;
  background-color: #E1E1E1;
  border: 1px solid #E1E1E1;
  padding: 4px;
  color: #5E5E5E;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 35px;
}
/* line 2882, ../sass/layout/_main.scss */
.cart-list .cart-decrease {
  bottom: -2px;
}
/* line 2885, ../sass/layout/_main.scss */
.cart-list .total-num {
  color: #C9061C;
  font-size: 16px;
}

/* line 2890, ../sass/layout/_main.scss */
.delete-item-btn {
  border: 1px solid #E1E1E1;
  width: 34px;
  height: 34px;
  color: #C80117;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background-color: #fff;
}
/* line 2901, ../sass/layout/_main.scss */
.delete-item-btn:hover {
  background-color: #C80117;
  color: #fff;
}

/* line 2906, ../sass/layout/_main.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 2911, ../sass/layout/_main.scss */
.cart-total {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  font-family: "Rajdhani", sans-serif;
}

/* line 2917, ../sass/layout/_main.scss */
.search-btn {
  padding: 12px 10px;
  background-color: #C80117;
  max-width: 140px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 2925, ../sass/layout/_main.scss */
.search-btn .search-btn-txt {
  font-family: "Heebo", system-ui;
  font-size: 16px;
  color: #fff;
  border-left: 1px solid #fff;
  padding-left: 16px;
  margin-left: 15px;
}
/* line 2933, ../sass/layout/_main.scss */
.search-btn:hover {
  background-color: #000;
}

/* line 2938, ../sass/layout/_main.scss */
.form-control:focus {
  box-shadow: none !important;
}

/* line 2942, ../sass/layout/_main.scss */
button, input, optgroup, select, textarea {
  font-family: "Heebo", system-ui !important;
}

/* line 2946, ../sass/layout/_main.scss */
.btn-close:focus {
  box-shadow: none !important;
}

/* line 2951, ../sass/layout/_main.scss */
.more-links a {
  min-width: 178px;
  border: 1px solid #C80117 !important;
  padding: 13px 14px !important;
  text-align: center;
}
/* line 2956, ../sass/layout/_main.scss */
.more-links a .arrow-hover {
  display: none;
  transition: transform 0.5s ease;
}
/* line 2960, ../sass/layout/_main.scss */
.more-links a:hover {
  color: #000;
  background-color: #fff;
}
/* line 2961, ../sass/layout/_main.scss */
.more-links a:hover .arrow-hover {
  transform: translateX(0);
  margin-left: 11px;
  display: inline-block;
}
/* line 2968, ../sass/layout/_main.scss */
.more-links a:hover:before, .more-links a:hover:after {
  display: none;
}

/* line 2974, ../sass/layout/_main.scss */
.slider-txt {
  font-size: 50px;
  font-weight: 300;
  color: #000;
  text-align: start;
  max-width: 320px;
  margin: 0 auto;
  font-family: "Oswald", sans-serif;
}
/* line 2982, ../sass/layout/_main.scss */
.slider-txt .slider-txt-2 {
  color: #C80117;
  font-weight: bold;
}

/*************************************    responsive     *****************************************/
@media (max-width: 991px), not all and (min-width: 992px) {
  /* line 3000, ../sass/layout/_main.scss */
  .search-btn {
    padding: 9px 10px;
    max-width: 112px;
  }
  /* line 3003, ../sass/layout/_main.scss */
  .search-btn .search-btn-txt {
    padding-left: 10px;
    margin-left: 10px;
  }

  /* line 3008, ../sass/layout/_main.scss */
  .cart-badge {
    padding: 9px;
    font-size: 14px;
    width: 13px;
    height: 13px;
    top: 11px !important;
  }

  /* line 3015, ../sass/layout/_main.scss */
  .modelRange-tab-link {
    padding: 6px 6px 6px 10px;
  }
  /* line 3017, ../sass/layout/_main.scss */
  .modelRange-tab-link .tab-txt {
    font-size: 16px;
    padding-left: 8px;
    margin-left: 10px;
  }
  /* line 3023, ../sass/layout/_main.scss */
  .modelRange-tab-link:hover:after, .modelRange-tab-link.active:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 14px solid #C80117;
    bottom: -14px;
  }

  /* line 3032, ../sass/layout/_main.scss */
  .tab-item:hover {
    transform: scale(0.8);
  }
  /* line 3034, ../sass/layout/_main.scss */
  .tab-item:hover .tab-item-img {
    transform: scale(1.3);
  }
}
@media (max-width: 379px), not all and (min-width: 380px) {
  /* line 3043, ../sass/layout/_main.scss */
  .cart-badge {
    padding: 8px;
    font-size: 9px;
    width: 10px;
    height: 10px;
    top: 10px !important;
  }
}
/************************   Components   ************************/
/************************   Abstracts   ************************/
