body {
  background-color: #F9F9F9;
  font-size: 16px;
  font-family: "Lexend Deca", Arial;
}

a {
  text-decoration: none !important;
}

main {
  position: relative;
  z-index: 10;
  background-color: #fff;
  height: 100%;
}

.header .header-top {
  background-color: #000;
  padding: 10px 0;
}
.header .header-top .row {
  row-gap: 10px;
}
.header .header-top .header-top-content {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .header-top .header-top-content .list-top-left, .header .header-top .header-top-content .list-top-right {
  column-gap: 20px;
  row-gap: 10px;
  margin: 0;
}
.header .header-top .header-top-content .list-top-left li a, .header .header-top .header-top-content .list-top-right li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 7px;
  color: #fff;
  transition: all ease-in-out 0.5s;
}
.header .header-top .header-top-content .list-top-left li a:hover, .header .header-top .header-top-content .list-top-right li a:hover {
  color: #0d4abc;
}
.header .header-top .header-top-content .list-top-left li.lang a, .header .header-top .header-top-content .list-top-right li.lang a {
  font-weight: 900;
  font-family: "Open Sans", Arial;
}
.header .header-middle {
  background-color: #fff;
  z-index: 999;
}
.header .header-middle .header-middle-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
.header .header-middle .header-middle-content .list-header-middle-end {
  margin: 0;
  gap: 12px;
  display: flex;
}
.header .header-middle .header-middle-content .list-header-middle-end li {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header .header-middle .header-middle-content .list-header-middle-end li i {
  font-size: 36px;
}
.header .header-middle .header-middle-content .list-header-middle-end li a {
  font-weight: 700;
  color: #777;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.header .header-middle .header-middle-content .list-header-middle-end li a span {
  color: #000;
}
.header .header-middle .header-middle-content .header-middle-end-icon {
  display: none;
}
.header .header-middle .header-middle-content .header-middle-end-icon .icon-bar {
  color: #333;
  font-size: 22px;
  transition: all ease-in-out 0.5s;
  font-weight: 700;
  line-height: 16px;
  padding: 8px 12px;
  border-radius: 40px;
  display: block;
}
.header .header-middle .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0;
  margin-left: auto;
}
.header .header-middle .logo .navbar-brand {
  color: #000;
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.header .header-bottom {
  padding: 0 0 15px 0;
  background-color: #fff;
}
.header .header-bottom .header-bottom-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}
.header .header-bottom .header-bottom-content .header-bottom-center {
  margin-right: auto;
}
.header .header-bottom .header-bottom-content .header-bottom-start .icon-bar, .header .header-bottom .header-bottom-content .header-bottom-center .icon-bar {
  color: #333;
  font-size: 22px;
  transition: all ease-in-out 0.5s;
  font-weight: 700;
  line-height: 16px;
  padding: 8px 12px;
  border-radius: 40px;
  display: block;
}
.header .header-bottom .header-bottom-content .header-bottom-start .icon-bar:hover, .header .header-bottom .header-bottom-content .header-bottom-center .icon-bar:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0.25);
}
.header .header-bottom .header-bottom-content .header-bottom-start .navbar-nav, .header .header-bottom .header-bottom-content .header-bottom-center .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  flex-direction: row;
}
.header .header-bottom .header-bottom-content .header-bottom-start .navbar-nav .nav-item a, .header .header-bottom .header-bottom-content .header-bottom-center .navbar-nav .nav-item a {
  color: #333;
  font-size: 13px;
  transition: all ease-in-out 0.5s;
  font-weight: 700;
  line-height: 16px;
  padding: 8px 12px;
  border-radius: 40px;
  display: block;
}
.header .header-bottom .header-bottom-content .header-bottom-start .navbar-nav .nav-item a:hover, .header .header-bottom .header-bottom-content .header-bottom-center .navbar-nav .nav-item a:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0.25);
}
.header .header-bottom .header-bottom-content .header-bottom-end .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  flex-direction: row;
}
.header .header-bottom .header-bottom-content .header-bottom-end .navbar-nav .nav-item a {
  color: #333;
  font-size: 13px;
  transition: all ease-in-out 0.5s;
  font-weight: 700;
  line-height: 16px;
  padding: 8px 12px;
  border-radius: 40px;
  display: block;
  text-align: center;
}
.header .header-bottom .header-bottom-content .header-bottom-end .navbar-nav .nav-item a:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0.25);
}
.header .header-bottom .header-bottom-content .header-bottom-end .navbar-nav .nav-item a.icon-bar {
  color: #333;
  font-size: 22px;
  transition: all ease-in-out 0.5s;
  font-weight: 700;
  line-height: 16px;
  padding: 3px;
  padding-right: 12px;
  border-radius: 40px;
  display: block;
  position: relative;
}
.header .header-bottom .header-bottom-content .header-bottom-end .navbar-nav .nav-item a.icon-bar span {
  position: absolute;
  top: -5px;
  right: -5px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.168627451);
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  padding: 3px 6px;
  line-height: 18px;
  font-weight: 400;
  font-size: 13px;
  height: 18px;
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
.header .header-bottom .header-bottom-content .header-bottom-end .navbar-nav .nav-item a.icon-bar p {
  margin-bottom: 0;
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
}
.header .header-bottom .header-bottom-content .header-bottom-end .navbar-nav .nav-item a.icon-bar:hover {
  color: #333;
  background-color: transparent;
}
.header .header-bottom .header-bottom-content .header-bottom-end .navbar-nav .nav-item.nav-item-cart a.icon-bar {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 3px;
  padding-right: 12px;
  position: relative;
}
.header .header-bottom .header-bottom-content .header-bottom-end .navbar-nav .nav-item.nav-item-cart a.icon-bar i {
  height: 36px;
  width: 36px;
  color: #333;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 36px;
}
.header .header-bottom .header-bottom-content .header-bottom-end .navbar-nav .nav-item.nav-item-cart a.icon-bar span {
  z-index: 999;
}
.header .header-bottom .search-item form {
  position: relative;
}
.header .header-bottom .search-item form input {
  background: none;
  width: 100%;
  border-radius: 27px;
  border: 1px solid #E9E9E9;
  padding: 15px 55px 15px 20px;
  transition: all ease-in-out 0.5s;
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.header .header-bottom .search-item form input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.header .header-bottom .search-item form input:focus {
  border-color: #000;
}
.header .header-bottom .search-item form button {
  border: 0;
  background: none;
  height: 38px;
  width: 38px;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  color: #fff;
  background-color: #000;
  border-radius: 50%;
  border: 1px solid #000;
  transition: all ease-in-out 0.5s;
}
.header .header-bottom .search-item form button:hover {
  background-color: transparent;
  color: #000;
  border-color: #000;
}
.header .header-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -999;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.5s;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.header .header-scroll .header-middle-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-scroll .header-middle-content .header-middle-start, .header .header-scroll .header-middle-content .header-middle-end {
  height: 100%;
}
.header .header-scroll .header-middle-content .header-middle-start a, .header .header-scroll .header-middle-content .header-middle-end a {
  color: #000;
  font-size: 22px;
  transition: all ease-in-out 0.5s;
}
.header .header-scroll .header-middle-content .header-middle-start a:hover, .header .header-scroll .header-middle-content .header-middle-end a:hover {
  color: #cf0000;
}
.header .header-scroll .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px 0;
  margin-left: auto;
}
.header .header-scroll .logo .navbar-brand {
  color: #000;
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
.header .header-scroll.active {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}
.header.header-mob {
  background-color: #0d4abc;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  transition: all ease-in-out 0.5s;
  z-index: 999;
  padding: 10px 0 15px;
  display: none;
}
.header.header-mob .header-overlay .header-scroll-content {
  align-items: center;
}
.header.header-mob .header-overlay .header-scroll-content .icon-menu {
  margin-right: auto;
  cursor: pointer;
  color: #fff;
  font-size: 25px;
}
.header.header-mob .header-mob-content {
  position: fixed;
  top: 0;
  height: 100vh;
  right: 0;
  width: 100%;
  z-index: 99999999;
  overflow: hidden;
  transition: all ease-in-out 0.5s;
}
.header.header-mob .header-mob-content .header-mob-content-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.header.header-mob .header-mob-content .menu-content {
  background-color: #0d4abc;
  width: 320px;
  height: 100%;
  z-index: 99;
  position: absolute;
  top: 0;
  right: 0;
  padding: 50px 25px;
  overflow: hidden;
  overflow-y: auto;
}
.header.header-mob .header-mob-content .menu-content .logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.header.header-mob .header-mob-content .menu-content .logo img {
  max-width: 180px;
}
.header.header-mob .header-mob-content .menu-content .logo .close-menu {
  margin-right: auto;
  color: #fff;
  font-size: 25px;
  padding: 10px;
  border: 1px solid #fff;
  border-radius: 12px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header.header-mob .header-mob-content .menu-content .menu-list .navbar-nav {
  margin-bottom: 30px;
}
.header.header-mob .header-mob-content .menu-content .menu-list .navbar-nav .nav-item {
  padding: 0 15px;
}
.header.header-mob .header-mob-content .menu-content .menu-list .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: all ease-in-out 0.5s;
  padding: 8px 0;
  text-transform: capitalize;
}
.header.header-mob .header-mob-content .menu-content .menu-list .navbar-nav .nav-item .nav-link.active, .header.header-mob .header-mob-content .menu-content .menu-list .navbar-nav .nav-item .nav-link:hover {
  border-bottom: 1px solid #fff;
}
.header.header-mob .header-mob-content .menu-content .menu-list .social-list {
  margin: 0;
  padding: 0;
}
.header.header-mob .header-mob-content .menu-content .menu-list .social-list li {
  padding: 0 10px;
}
.header.header-mob .header-mob-content .menu-content .menu-list .social-list li a {
  display: block;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
}
.header.header-mob .header-mob-content .menu-content .menu-list .social-list li:first-child {
  padding-right: 0;
}
.header.header-mob .header-mob-content.active {
  right: -100%;
}

.product-price {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  column-gap: 15px;
  margin-bottom: 10px;
}
.product-price span {
  color: #cf0000;
  font-weight: 600;
  font-size: 20px;
}
.product-price span.price-old {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: line-through;
}

.head-section {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.head-section .head-start h2 {
  font-size: 30px;
  color: #000;
  margin-bottom: 0;
  text-transform: capitalize;
}
.head-section.head-section-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}
.head-section.head-section-flex .head-end a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  color: #fff;
  background-color: #000;
  padding: 10px 20px;
  border-radius: 10px;
  transition: all ease-in-out 0.5s;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
}
.head-section.head-section-flex .head-end a:hover {
  background-color: #fff;
  color: #000;
}

.product-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.product-cart a {
  background-color: #fff;
  padding: 10px 20px;
  text-transform: capitalize;
  color: #000;
  position: relative;
  overflow: hidden;
  width: 135px;
  height: 45px;
  border-radius: 10px;
}
.product-cart a span {
  transition: all ease-in-out 0.5s;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
.product-cart a span.text {
  transform: translateY(0);
}
.product-cart a span.icon {
  transform: translateY(45px);
}
.product-cart a:hover span.text {
  transform: translateY(-45px);
}
.product-cart a:hover span.icon {
  transform: translateY(0);
}

.header-mob-content {
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  width: 100%;
  z-index: 99999999;
  overflow: hidden;
  transition: all ease-in-out 0.5s;
}
.header-mob-content .header-mob-content-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
  transition: all ease-in-out 0.5s;
  transition-delay: 0s;
}
.header-mob-content .menu-content {
  background-color: #fff;
  width: 340px;
  height: 100%;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
  transition: all ease-in-out 0.5s;
  transition-delay: 0.4s;
}
.header-mob-content .menu-content .logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #E9E9E9;
}
.header-mob-content .menu-content .logo img {
  width: 100px;
}
.header-mob-content .menu-content .logo .close-menu {
  color: #000;
  font-size: 15px;
  cursor: pointer;
  transition: all ease-in-out 0.5s;
}
.header-mob-content .menu-content .logo .close-menu:hover {
  color: #cf0000;
}
.header-mob-content .menu-content .menu-list .btns-tabs .nav-tabs {
  background-color: #F5F5F5;
  border-bottom: 2px solid #cf0000;
}
.header-mob-content .menu-content .menu-list .head-menu-list {
  padding: 20px 30px;
  background-color: #F5F5F5;
  border: 0;
  margin: 0;
  border-radius: 0;
}
.header-mob-content .menu-content .menu-list .head-menu-list h5 {
  margin-bottom: 0;
  line-height: 26px;
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
}
.header-mob-content .menu-content .menu-list .head-menu-list.active h5 {
  color: #cf0000;
}
.header-mob-content .menu-content .menu-list .head-menu-list:last-child {
  border-left: 2px solid #E9E9E9;
}
.header-mob-content .menu-content .menu-list .navbar-nav .nav-item {
  border-bottom: 1px solid #E9E9E9;
}
.header-mob-content .menu-content .menu-list .navbar-nav .nav-item .nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  transition: all ease-in-out 0.5s;
  padding: 15px 30px;
  text-transform: capitalize;
}
.header-mob-content .menu-content .menu-list .navbar-nav .nav-item .nav-link i {
  margin-right: 10px;
  color: #cf0000;
}
.header-mob-content .menu-content .menu-list .navbar-nav .nav-item .nav-link:hover {
  color: #cf0000;
}
.header-mob-content .menu-content .menu-list .navbar-nav .nav-item form {
  padding: 20px;
}
.header-mob-content .menu-content .menu-list .navbar-nav .nav-item form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.header-mob-content .menu-content .menu-list .navbar-nav .nav-item form .form-group label {
  margin-bottom: 10px;
  line-height: 26px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}
.header-mob-content .menu-content .menu-list .navbar-nav .nav-item form .form-group label span {
  color: #cf0000;
  font-weight: 700;
}
.header-mob-content .menu-content .menu-list .navbar-nav .nav-item form .form-group .form-control {
  border-radius: 5px;
  border-color: #E9E9E9;
}
.header-mob-content .menu-content .menu-list .navbar-nav .nav-item form .form-group .form-control:focus {
  box-shadow: none;
  outline: 0;
}
.header-mob-content .menu-content .menu-list .navbar-nav .nav-item form .form-group #userPassEye {
  position: absolute;
  top: 55px;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all ease-in-out 0.5s;
  right: 10px;
}
.header-mob-content .menu-content .menu-list .navbar-nav .nav-item form .form-group #userPassEye:hover {
  color: #cf0000;
}
.header-mob-content .menu-content .menu-list .navbar-nav .nav-item form .form-group .btn {
  box-shadow: none;
  outline: 0;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  width: 100%;
  padding: 15px;
  border: 2px solid #000;
  padding: 10px;
  transition: all ease-in-out 0.5s;
}
.header-mob-content .menu-content .menu-list .navbar-nav .nav-item form .form-group .btn:hover {
  background-color: #fff;
  color: #000;
}
.header-mob-content .menu-content .menu-list .navbar-nav .nav-item form .form-group .btn:focus {
  box-shadow: none;
  outline: 0;
}
.header-mob-content .menu-content .menu-list .navbar-nav .nav-item form .form-group .lost-pass {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 26px;
  color: #cf0000;
  font-size: 13px;
  font-weight: 700;
}
.header-mob-content .menu-content .menu-list .navbar-nav .nav-item form .form-group .lost-pass:hover {
  text-decoration: underline !important;
}
.header-mob-content .menu-content .menu-list .navbar-nav .nav-item form .form-group:last-child {
  margin-bottom: 0;
}
.header-mob-content .menu-content .menu-list .navbar-nav .nav-item .new-acc {
  padding: 20px;
}
.header-mob-content .menu-content .menu-list .navbar-nav .nav-item .new-acc .icon-acc {
  margin-bottom: 5px;
}
.header-mob-content .menu-content .menu-list .navbar-nav .nav-item .new-acc .icon-acc i {
  font-size: 50px;
  color: #E9E9E9;
}
.header-mob-content .menu-content .menu-list .navbar-nav .nav-item .new-acc p {
  margin-bottom: 5px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}
.header-mob-content .menu-content .menu-list .navbar-nav .nav-item .new-acc a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  border-bottom: 2px solid #cf0000;
  transition: all ease-in-out 0.5s;
}
.header-mob-content .menu-content .menu-list .navbar-nav .nav-item .new-acc a:hover {
  color: #cf0000;
}
.header-mob-content.profile-side {
  left: auto;
  right: 0;
}
.header-mob-content.profile-side .header-mob-content-overlay {
  left: 0;
  right: auto;
}
.header-mob-content.profile-side .menu-content {
  left: auto;
  right: 0;
}
.header-mob-content.active {
  left: -100%;
}
.header-mob-content.active .header-mob-content-overlay {
  right: -100%;
  transition-delay: 0.4s;
}
.header-mob-content.active .menu-content {
  left: -100%;
  transition-delay: 0s;
}
.header-mob-content.active.profile-side {
  left: auto;
  right: -100%;
}
.header-mob-content.active.profile-side .header-mob-content-overlay {
  right: auto;
  left: -100%;
  transition-delay: 0.4s;
}
.header-mob-content.active.profile-side .menu-content {
  left: auto;
  right: -100%;
  transition-delay: 0s;
}

.logo img {
  height: auto;
}

.sliders {
  padding: 50px 0;
  background-color: #E9E9E9;
}
.sliders .slider-ad {
  margin-bottom: 20px;
}
.sliders .slider-ad img {
  border-radius: 10px;
}
.sliders .slider-ad.slider-ad-noRadius {
  margin-bottom: 0;
}
.sliders .slider-ad.slider-ad-noRadius img {
  border-radius: 0;
  width: 100%;
  height: auto;
}
.sliders .slider-carsouel {
  cursor: grab;
  margin-bottom: 20px;
}
.sliders .slider-carsouel .slide-item img {
  border-radius: 10px;
}
.sliders .categories-slider-carsouel {
  padding-bottom: 20px;
  cursor: grab;
}
.sliders .categories-slider-carsouel .categories-slider-carsouel-wrapper .content-slide .img-item {
  overflow: hidden;
  margin-bottom: 12px;
}
.sliders .categories-slider-carsouel .categories-slider-carsouel-wrapper .content-slide .img-item img {
  border-radius: 9px;
}
.sliders .categories-slider-carsouel .categories-slider-carsouel-wrapper .content-slide .title-item h6 {
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  color: #000;
  text-align: center;
}

.products {
  padding: 50px 0 0;
  background-color: #F5F5F5;
}
.products .product {
  background-color: #E9E9E9;
  overflow: hidden;
  border-radius: 10px;
}
.products .product .product-top {
  position: relative;
}
.products .product .product-top .product-img {
  text-align: center;
}
.products .product .product-top .product-img a {
  display: block;
  width: 100%;
}
.products .product .product-top .product-img a img {
  width: 100%;
}
.products .product .product-top .product-features {
  position: absolute;
  top: 15px;
  left: 15px;
}
.products .product .product-top .product-features .features-list {
  display: grid;
  row-gap: 15px;
}
.products .product .product-top .product-features .features-list .feat {
  padding: 5px 10px;
  background-color: #cf0000;
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
}
.products .product .product-top .product-features .features-list .feat.kind {
  background-color: #0d4abc;
}
.products .product .product-top .product-options {
  position: absolute;
  top: 15px;
  right: -50px;
  transition: all ease-in-out 0.5s;
}
.products .product .product-top .product-options .options-list {
  display: grid;
  row-gap: 15px;
}
.products .product .product-top .product-options .options-list .option a {
  color: #000;
  font-size: 20px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
  padding: 5px 10px;
  background-color: #fff;
  border-radius: 10px;
  transition: all ease-in-out 0.5s;
}
.products .product .product-top .product-options .options-list .option a:hover {
  color: #cf0000;
}
.products .product .product-bottom {
  padding: 15px;
  background-color: #000;
}
.products .product .product-bottom .product-title h3 {
  margin-bottom: 10px;
}
.products .product .product-bottom .product-title h3 a {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  text-transform: capitalize;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipiss;
  transition: all ease-in-out 0.5s;
}
.products .product .product-bottom .product-title h3 a:hover {
  color: #cf0000;
}
.products .product .product-bottom .product-stock {
  text-align: center;
  margin-bottom: 10px;
}
.products .product .product-bottom .product-stock span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  text-transform: capitalize;
  line-height: 26px;
}
.products .product .product-bottom .product-stock span i {
  color: #cf0000;
}
.products .product.event .product-bottom .product-title h3 a {
  text-align: start;
}
.products .product.event .product-bottom .product-stock {
  text-align: start;
}
.products .product:hover .product-top .product-options {
  right: 15px;
}
.products .products-carsouel {
  padding-bottom: 75px;
}
.products .products-carsouel .swiper-pagination {
  bottom: 30px;
}
.products .products-carsouel .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  transition: all ease-in-out 0.5s;
}
.products .products-carsouel .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #cf0000;
}
.products .products-carsouel .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #cf0000;
}
.products.shop {
  padding-bottom: 50px;
  background-color: #F9F9F9;
}
.products.shop .shop-side .filter-container {
  border: 1px solid #cf0000;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.products.shop .shop-side .filter-container .head-section {
  background-color: #000;
  padding: 10px;
  margin: 0;
}
.products.shop .shop-side .filter-container .head-section .content-head {
  margin: 0;
}
.products.shop .shop-side .filter-container .head-section .content-head .center-content h2 {
  padding: 0;
  color: #fff;
  font-size: 22px;
}
.products.shop .shop-side .filter-container .accordion-item {
  border: 0;
  background-color: #cf0000;
}
.products.shop .shop-side .filter-container .accordion-button {
  justify-content: space-between;
  align-items: center;
  box-shadow: none;
  outline: 0;
  background-color: #cf0000;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  line-height: 1.25em;
}
.products.shop .shop-side .filter-container .accordion-button::after {
  margin: 0;
  background: none;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  width: auto;
  height: auto;
  color: #fff;
}
.products.shop .shop-side .filter-container .filter-body {
  padding: 10px;
  background-color: #fff;
}
.products.shop .shop-side .filter-container .filter-body .filter-content {
  margin-bottom: 15px;
  border-bottom: 1px solid #cf0000;
  padding-bottom: 15px;
}
.products.shop .shop-side .filter-container .filter-body .filter-content .head-content {
  margin-bottom: 15px;
}
.products.shop .shop-side .filter-container .filter-body .filter-content .head-content h5 {
  font-weight: 600;
  color: #cf0000;
  font-size: 18px;
  margin: 0;
}
.products.shop .shop-side .filter-container .filter-body .filter-content .body-content {
  display: grid;
  row-gap: 10px;
}
.products.shop .shop-side .filter-container .filter-body .filter-content .body-content .form-group {
  margin: 0;
}
.products.shop .shop-side .filter-container .filter-body .filter-content .body-content .form-group input {
  display: none;
}
.products.shop .shop-side .filter-container .filter-body .filter-content .body-content .form-group input ~ label {
  margin: 0;
  padding-left: 30px;
  transition: all ease-in-out 0.5s;
  position: relative;
  cursor: pointer;
}
.products.shop .shop-side .filter-container .filter-body .filter-content .body-content .form-group input ~ label::after {
  content: "";
  height: 20px;
  width: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all ease-in-out 0.5s;
}
.products.shop .shop-side .filter-container .filter-body .filter-content .body-content .form-group input ~ label::before {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #cf0000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(-5px, -50%);
  opacity: 0;
  transition: all ease-in-out 0.5s;
  color: #cf0000;
}
.products.shop .shop-side .filter-container .filter-body .filter-content .body-content .form-group input ~ label:hover {
  color: #cf0000;
}
.products.shop .shop-side .filter-container .filter-body .filter-content .body-content .form-group input ~ label:hover::after {
  border-color: #cf0000;
}
.products.shop .shop-side .filter-container .filter-body .filter-content .body-content .form-group input ~ label:hover::before {
  opacity: 1;
}
.products.shop .shop-side .filter-container .filter-body .filter-content .body-content .form-group input:checked ~ label {
  color: #cf0000;
}
.products.shop .shop-side .filter-container .filter-body .filter-content .body-content .form-group input:checked ~ label::after {
  border-color: #cf0000;
}
.products.shop .shop-side .filter-container .filter-body .filter-content .body-content .form-group input:checked ~ label::before {
  opacity: 1;
}
.products.shop .shop-side .filter-container .filter-body .filter-content .body-content .form-group input[type=checkbox] ~ label::after {
  border-radius: 2px;
}
.products.shop .shop-side .filter-container .filter-body .filter-content .body-content .form-group input[type=checkbox] ~ label::before {
  border-radius: 0;
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 15px;
  height: 20px;
  width: 20px;
  right: 0;
  transform: translate(-9px, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
  background-color: transparent;
}
.products.shop .shop-side .filter-container .filter-body .filter-content:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.products.shop .shop-side .filter-container.filter-mob {
  display: none;
}
.products.shop .shop-wide .product {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
}
.products.shop .row {
  row-gap: 30px;
}
.products.shop.related-products {
  background-color: #fff;
}
.products.events .product-img {
  margin-bottom: 10px;
}
.products.events .event-date {
  text-align: start;
  margin-bottom: 0;
}
.products.events .event-date span {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 26px;
}
.products.events .event-date span i {
  color: #cf0000;
}
.products.events .event-text .title h2 {
  font-size: 30px;
  line-height: 40px;
  color: #000;
  text-transform: capitalize;
}
.products.events .event-text .desc p {
  font-size: 15px;
  line-height: 26px;
  text-align: justify;
  color: #000;
}

.features {
  padding: 50px 0;
  background-color: #fff;
}
.features .row {
  row-gap: 24px;
}
.features .feature {
  text-align: center;
}
.features .feature .img-feature {
  margin-bottom: 20px;
}
.features .feature .img-feature img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #eaeaea;
}
.features .feature .text-feature {
  text-align: center;
}
.features .feature .text-feature h4 {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 28px;
  margin-bottom: 8px;
}
.features .feature .text-feature p {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 24px;
  margin-bottom: 8px;
}
.features .feature .text-feature h3 {
  font-weight: 500;
  font-size: 24px;
  color: #000;
  line-height: 36px;
  margin-bottom: 0;
}

.footer {
  background-color: #000;
}
.footer .overlay-footer {
  padding: 24px 0;
}
.footer .overlay-footer .row {
  row-gap: 24px;
}
.footer .overlay-footer .footer-top-item {
  margin-top: 50px;
}
.footer .overlay-footer .footer-top-item .logo {
  margin-bottom: 10px;
}
.footer .overlay-footer .footer-top-item .logo img {
  max-width: 115px;
}
.footer .overlay-footer .footer-top-item .content-item h5 {
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  line-height: 13px;
  margin-bottom: 10px;
}
.footer .overlay-footer .footer-top-item .content-item h5.mb-20 {
  margin-bottom: 20px;
}
.footer .overlay-footer .footer-top-item .content-item .list-social {
  gap: 5px;
  margin: 0;
}
.footer .overlay-footer .footer-top-item .content-item .list-social .list-social-item a {
  height: 34px;
  width: 34px;
  background-color: #3B3B3B;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.5px;
  transition: all ease-in-out 0.5s;
}
.footer .overlay-footer .footer-top-item .content-item .list-social .list-social-item a:hover {
  background-color: #fff;
  color: #3B3B3B;
}
.footer .overlay-footer .footer-top-item .content-item .list-links {
  margin: 0;
}
.footer .overlay-footer .footer-top-item .content-item .list-links .list-links-item a {
  font-weight: 400;
  font-size: 13px;
  color: #CCCCCC;
  line-height: 21px;
}
.footer .footer-bottom {
  padding: 10px;
  background-color: #fff;
}
.footer .footer-bottom .row {
  row-gap: 24px;
  align-items: center;
}
.footer .footer-bottom .foot-copyright p {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.footer .footer-bottom form .form-group {
  position: relative;
}
.footer .footer-bottom form .form-group .form-control {
  padding: 12px 18px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: none;
  outline: 0;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  transition: all ease-in-out 0.5s;
}
.footer .footer-bottom form .form-group .form-control:focus {
  border-color: #000;
}
.footer .footer-bottom form .form-group .btn-sub {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  height: 30px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  width: 115px;
  border: 1px solid #000;
  box-shadow: none;
  outline: 0;
  transition: all ease-in-out 0.5s;
}
.footer .footer-bottom form .form-group .btn-sub:hover {
  background-color: #fff;
  color: #000;
}

.breadcrumb-overlay {
  padding: 20px 0;
  background-color: #F5F5F5;
}
.breadcrumb-overlay .breadcrumb {
  margin-bottom: 0;
  column-gap: 10px;
}
.breadcrumb-overlay .breadcrumb .breadcrumb-item {
  text-transform: capitalize;
  padding: 0;
}
.breadcrumb-overlay .breadcrumb .breadcrumb-item.active {
  color: #000;
}
.breadcrumb-overlay .breadcrumb .breadcrumb-item a {
  color: #cf0000;
  text-transform: capitalize;
  transition: all ease-in-out 0.5s;
}
.breadcrumb-overlay .breadcrumb .breadcrumb-item a:hover {
  color: #0d4abc;
}

.about {
  padding: 50px 0;
  background-color: #E9E9E9;
}

.product-details {
  padding: 50px 0;
  background-color: #E9E9E9;
}
.product-details .row {
  row-gap: 24px;
}
.product-details .product-images .big-images {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.product-details .product-images .big-images .swiper-button {
  height: 50px;
  width: 50px;
  background: none;
  background-color: #cf0000;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 25px;
  transition: all ease-in-out 0.5s;
}
.product-details .product-images .big-images .swiper-button::after {
  display: none;
}
.product-details .product-images .big-images .swiper-button:hover {
  background-color: #000;
  color: #fff;
}
.product-details .product-images .small-images .swiper-slide {
  border-radius: 5px;
  border: 1px solid #000;
  opacity: 0.5;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
  overflow: hidden;
}
.product-details .product-images .small-images .swiper-slide:hover, .product-details .product-images .small-images .swiper-slide.swiper-slide-thumb-active {
  border-color: #cf0000;
  opacity: 1;
}
.product-details .product-text {
  display: flex;
  align-items: center;
  height: 100%;
}
.product-details .product-text .top-text {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cf0000;
  display: grid;
  row-gap: 20px;
}
.product-details .product-text .top-text .titles {
  display: grid;
  row-gap: 10px;
}
.product-details .product-text .top-text .titles h3 {
  font-weight: 600;
  color: #000;
  font-size: 30px;
  margin-bottom: 0;
}
.product-details .product-text .top-text .titles .product-price {
  font-weight: 600;
  color: #cf0000;
  font-size: 24px;
  margin-bottom: 0;
}
.product-details .product-text .top-text .titles .product-price span.price-old {
  color: rgba(0, 0, 0, 0.7);
}
.product-details .product-text .top-text .cart-nums {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
}
.product-details .product-text .top-text .cart-nums .nums-cart {
  width: auto;
}
.product-details .product-text .top-text .cart-nums .nums-cart input {
  max-width: 70px;
  width: max-content;
  padding: 5px 10px;
  background-color: transparent;
  border-radius: 5px;
  box-shadow: none;
  border: 0;
  outline: 0;
  height: 45px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.product-details .product-text .top-text .cart-nums .nums-cart input:focus {
  box-shadow: none;
}
.product-details .product-text .top-text .cart-nums .nums-cart input::-webkit-inner-spin-button {
  display: none;
}
.product-details .product-text .top-text .cart-nums .nums-cart .minusBtn {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 0;
  border-radius: 0;
  cursor: pointer;
}
.product-details .product-text .top-text .cart-nums .nums-cart .plusBtn {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 0;
  border-radius: 0;
  cursor: pointer;
}
.product-details .product-text .top-text .cart-nums .love-cart a {
  color: #000;
  transition: all ease-in-out 0.5s;
  font-size: 30px;
}
.product-details .product-text .top-text .cart-nums .love-cart a:hover {
  color: #cf0000;
}
.product-details .product-text .top-text .product-cart a {
  color: #fff;
  background-color: #000;
  transition: all ease-in-out 0.5s;
  border: 0;
  border-radius: 5px;
  max-width: 100%;
  width: 100%;
}
.product-details .product-text .top-text .product-cart a:focus {
  box-shadow: none;
}
.product-details .product-text .top-text .product-cart a:hover {
  background-color: #000;
}
.product-details .product-text .middle-list {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cf0000;
  display: grid;
  row-gap: 20px;
}
.product-details .product-text .middle-list ul {
  margin: 0;
}
.product-details .product-text .middle-text {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cf0000;
  display: grid;
  row-gap: 20px;
}
.product-details .product-text .middle-text h4 {
  font-weight: 600;
  color: #000;
  font-size: 23px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.product-details .product-text .middle-text p {
  font-weight: 400;
  text-align: justify;
  color: #000;
  font-size: 16px;
  margin-bottom: 0;
}
.product-details .product-text .bottom-text .list-share {
  gap: 20px;
}
.product-details .product-text .bottom-text .list-share li {
  font-weight: 400;
  text-align: justify;
  color: #000;
  font-size: 16px;
  margin-bottom: 0;
}
.product-details .product-text .bottom-text .list-share li a {
  color: #000;
  font-size: 18px;
  margin-bottom: 0;
  transition: all ease-in-out 0.5s;
}
.product-details .product-text .bottom-text .list-share li a:hover {
  color: #cf0000;
}
.product-details .desc-product-details {
  margin-top: 24px;
}
.product-details .desc-product-details .head-desc-product-details .nav-tabs {
  margin-bottom: 12px;
  gap: 12px;
  flex-wrap: wrap;
}
.product-details .desc-product-details .head-desc-product-details .nav-tabs .nav-item .nav-link {
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  transition: all ease-in-out 0.5s;
}
.product-details .desc-product-details .head-desc-product-details .nav-tabs .nav-item .nav-link.active, .product-details .desc-product-details .head-desc-product-details .nav-tabs .nav-item .nav-link:hover {
  background-color: #000;
  color: #fff;
}

.contact {
  padding: 50px 0;
  background-color: #E9E9E9;
}
.contact .btns-tabs .nav-tabs {
  border-bottom: 0;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}
.contact .btns-tabs .nav-tabs .nav-item button {
  border: 0;
  position: relative;
  max-width: max-content;
  font-size: 18px;
  z-index: 999;
  background-color: #fff;
  color: #000;
  border-radius: 50px;
  border-radius: 10px;
  padding: 5px 20px;
  line-height: 34px;
  font-weight: 600;
}
.contact .btns-tabs .nav-tabs .nav-item button:hover, .contact .btns-tabs .nav-tabs .nav-item button.active {
  background-color: #000;
  color: #fff;
}
.contact .content-tabs .tab-content {
  padding: 30px 0 0;
  padding: 0;
}
.contact .content-tabs .tab-content .row {
  row-gap: 30px;
}
.contact .content-tabs .tab-content .content-start {
  display: flex;
  align-items: center;
  height: 100%;
}
.contact .content-tabs .tab-content .content-start .content .title-branch h6 {
  line-height: 34px;
  margin-bottom: 20px;
  font-size: 24px;
  color: #cf0000;
}
.contact .content-tabs .tab-content .content-start .content .desc-branch p {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.contact .content-tabs .tab-content .content-start .content .desc-branch p a {
  color: #cf0000;
}
.contact .content-tabs .tab-content .content-start .content .desc-branch:last-child p {
  margin-bottom: 0;
}
.contact .content-tabs .tab-content .content-end .map-location {
  padding: 10px;
  background-color: #F9F9F9;
  border-radius: 10px;
}
.contact .content-tabs .tab-content .content-end .map-location iframe {
  width: 100%;
  min-height: 400px;
}

.contact-message {
  padding: 50px 0;
  background-color: #fff;
}
.contact-message form {
  row-gap: 20px;
}
.contact-message form .form-group label {
  margin-bottom: 10px;
  line-height: 26px;
  color: #000;
  font-size: 16px;
  font-weight: 300;
}
.contact-message form .form-group label span {
  color: #cf0000;
  font-weight: 700;
}
.contact-message form .form-group .form-control {
  border-radius: 5px;
  border: 2px solid #E9E9E9;
}
.contact-message form .form-group .form-control:focus {
  box-shadow: none;
  outline: 0;
}
.contact-message form .form-group .btn {
  box-shadow: none;
  outline: 0;
  background-color: #cf0000;
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  padding: 10px 15px;
  border: 0;
  min-width: 200px;
  min-height: 45px;
  transition: all ease-in-out 0.5s;
}
.contact-message form .form-group .btn:hover {
  background-color: #000;
}
.contact-message form .form-group .btn:focus {
  box-shadow: none;
  outline: 0;
}

.brands {
  padding: 50px 0;
  background-color: #fff;
}
.brands .row {
  row-gap: 24px;
}
.brands .brand a {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.07);
  transition: all ease-in-out 0.5s;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: block;
}
.brands .brand a .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands .brand a .icon-play::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.brands .brand a .icon-play img {
  z-index: 1;
  position: relative;
}
.brands .brand a:hover {
  transform: translateY(-10px);
}
.brands .brands-home {
  padding: 5px;
}
.brands .brands-home .brand a:hover {
  transform: none;
}
.brands.videos {
  background-color: #E9E9E9;
}

.event-details {
  padding: 50px 0;
  background-color: #fff;
}
.event-details .row {
  row-gap: 24px;
}

.sticky-social {
  position: fixed;
  left: 24px;
  bottom: 24px;
  width: 40px;
  height: auto;
  z-index: 999;
}
.sticky-social ul {
  display: grid;
  row-gap: 10px;
  margin-bottom: 0;
}
.sticky-social ul li a, .sticky-social ul li button {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  border: 2px solid var(--color);
  transition: left 0.25s ease-in-out var(--delayBack), color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
  position: relative;
  left: calc(-3 * 40px);
  text-decoration: none;
}
.sticky-social ul li a:hover, .sticky-social ul li button:hover {
  color: var(--color);
  background-color: #fff;
}
.sticky-social ul li a.active, .sticky-social ul li button.active {
  left: 0;
  transition: left 0.25s ease-in-out var(--delay), color 0.25s ease-in-out 0s, background-color 0.25s ease-in-out 0s;
}
.sticky-social ul li a.scroll_top, .sticky-social ul li button.scroll_top {
  display: none;
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
}
.sticky-social ul li a.scroll_top:hover, .sticky-social ul li button.scroll_top:hover {
  background-color: #fff;
  color: #000;
}
.sticky-social ul li a.icon-bar, .sticky-social ul li button.icon-bar {
  display: none;
  color: #333;
  background-color: transparent;
  border-color: transparent;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  height: max-content;
  line-height: normal;
}
.sticky-social ul li a.icon-bar span, .sticky-social ul li button.icon-bar span {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 300;
}

.scroll_top {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  position: fixed;
  bottom: 24px;
  right: -80px;
  cursor: pointer;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
  transition: all ease-in-out 0.5s;
  z-index: 99;
  border: 0;
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
}
.scroll_top:hover {
  background-color: #fff;
  color: #000;
}
.scroll_top:focus {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.07);
  outline: none;
}
.scroll_top.active {
  right: 24px;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loader::before {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  transition: 1s all ease-in-out;
}
.loader::after {
  content: "";
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  transition: 1s all ease-in-out;
}
.loader img {
  width: 300px;
  transition: 1s opacity ease-in-out;
}
.loader.active::before {
  right: -110%;
}
.loader.active::after {
  left: -110%;
}
.loader.active img {
  opacity: 0;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=style.css.map */
