ul,
ol, h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  margin: 0;
  padding: 0;
}

a {
  transition: all 0.3s ease;
}

a {
  display: inline-block;
}

.navbar .collapse ul li .menu-item-children, .trand-section .trand-wrapper .trand-box .trand-item .trand-inner, .subscribe .sbs-content .sbs-box {
  position: relative;
}

.navbar .collapse .form .header-icon, .header-top .ht-content, .feature-part .feature-item, .footer-part .footer-content, .trand-section .trand-wrapper .trand-box .trand-item .trand-inner .trand-content .price, .trand-section .trand-wrapper .trand-box, .subscribe .sbs-content {
  display: flex;
  flex-wrap: wrap;
}

.trand-section .trand-wrapper .trand-box .trand-item .trand-inner .trand-content .addToCart, .subscribe .sbs-content .sbs-box a {
  position: absolute;
}

.banner-part, .offer-part {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-part .banner-content a, .offer-part .offer-content a, .subscribe .sbs-content .sbs-box a {
  padding: 10px 27px;
  border-radius: 4px;
  color: #ffffff;
  text-transform: capitalize;
  line-height: 1.5;
  font-weight: 600;
  background-color: #FFA200;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  z-index: 1111;
  position: relative;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

ul,
ol {
  list-style: none;
}

li {
  display: inline-block;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
}

img {
  width: 100%;
  height: auto;
}

p {
  font-size: 16px;
  color: #747474;
}

.subscribe {
  background-color: #22283C;
  padding: 55px 0;
}
.subscribe .sbs-content {
  justify-content: space-between;
  align-items: baseline;
}
.subscribe .sbs-content h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}
.subscribe .sbs-content .sbs-box input {
  width: 100%;
  padding: 30px;
  border-radius: 80px;
  outline: none;
}
@media (min-width: 992px) {
  .subscribe .sbs-content .sbs-box input {
    width: 546px;
  }
}
.subscribe .sbs-content .sbs-box a {
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  padding: 12px 24px;
  border-radius: 80px;
  font-size: 24px;
}
.subscribe .sbs-content .sbs-box a:hover {
  background-color: #e91414;
}

.trand-section {
  padding: 100px 0;
}
.trand-section .trand-wrapper .button-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.trand-section .trand-wrapper .button-group h3 {
  font-weight: 600;
  line-height: 1.3;
}
.trand-section .trand-wrapper .button-group .button-box button {
  border: none;
  color: #9DA1B4;
  outline: none;
  background-color: transparent;
  margin-left: 20px;
}
.trand-section .trand-wrapper .button-group .button-box .is-checked {
  color: #22283C;
  text-decoration: underline;
}
.trand-section .trand-wrapper .trand-box .trand-item {
  width: 25%;
}
.trand-section .trand-wrapper .trand-box .trand-item .trand-inner {
  margin: 11px 11px 11px 11px;
  transition: all 0.3s ease;
}
.trand-section .trand-wrapper .trand-box .trand-item .trand-inner:hover .trand-content .addToCart {
  display: block;
}
.trand-section .trand-wrapper .trand-box .trand-item .trand-inner .trand-thumb {
  padding: 17px 70px;
  background-color: #F4F4F4;
  height: 263px;
  display: flex;
  align-items: center;
}
.trand-section .trand-wrapper .trand-box .trand-item .trand-inner .trand-thumb img {
  width: 100%;
  height: auto;
}
.trand-section .trand-wrapper .trand-box .trand-item .trand-inner .trand-content {
  padding: 13px 8px 15px 6px;
}
.trand-section .trand-wrapper .trand-box .trand-item .trand-inner .trand-content h6 {
  font-size: 12px;
  color: #B7B7B7;
  font-weight: 400;
  margin-bottom: 5px;
}
.trand-section .trand-wrapper .trand-box .trand-item .trand-inner .trand-content h5, .trand-section .trand-wrapper .trand-box .trand-item .trand-inner .trand-content span {
  font-size: 14px;
  color: #22283C;
  font-weight: 500;
}
.trand-section .trand-wrapper .trand-box .trand-item .trand-inner .trand-content .price {
  justify-content: space-between;
  margin-top: 6px;
}
.trand-section .trand-wrapper .trand-box .trand-item .trand-inner .trand-content .price svg {
  color: #FFA200;
}
.trand-section .trand-wrapper .trand-box .trand-item .trand-inner .trand-content .addToCart {
  width: 228px;
  text-align: center;
  background-color: #FFA200;
  border-radius: 4px;
  left: 20px;
  bottom: -33px;
  z-index: 1;
  padding: 8px 0;
  display: none;
  transition: all 0.3s ease;
}
.trand-section .trand-wrapper .trand-box .trand-item .trand-inner .trand-content .addToCart:hover {
  transform: translateY(-5px);
  background-color: #ff0000e1;
}
.trand-section .trand-wrapper .trand-box .trand-item .trand-inner .trand-content .addToCart a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.footer-part {
  padding-top: 20px;
}
.footer-part .footer-content {
  border-bottom: 1px solid #9DA1B4;
  padding-bottom: 36px;
}
.footer-part .footer-content ul {
  margin-top: 25px;
}
.footer-part .footer-content ul li {
  display: block;
  margin-bottom: 16px;
}
.footer-part .footer-content ul li a {
  color: #9DA1B4;
}
.footer-part .footer-content ul li a:hover {
  text-decoration: underline;
}
.footer-part .footer-content h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
}
.footer-part .footer-content .about {
  width: 22%;
  margin-right: 43px;
}
.footer-part .footer-content .about .logo {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 600;
}
.footer-part .footer-content .about p {
  font-size: 14px;
  font-weight: 400;
  color: #9DA1B4;
  padding-right: 10px;
  margin-top: 5px;
  line-height: 1.8;
}
.footer-part .footer-content .about ul {
  margin-top: 74px;
}
.footer-part .footer-content .about ul li {
  display: inline-block;
}
.footer-part .footer-content .about ul li a svg, .footer-part .footer-content .about ul li a i {
  color: #22283C;
  margin-right: 12px;
  font-size: 18px;
}
.footer-part .footer-content .useful-link {
  width: 14%;
}
.footer-part .footer-content .category {
  width: 14%;
}
.footer-part .footer-content .category h6 {
  margin-bottom: 28px;
}
.footer-part .footer-content .my-account {
  width: 15%;
}
.footer-part .footer-content .my-account h6 {
  margin-bottom: 28px;
}
.footer-part .footer-content .contact {
  width: 27%;
}
.footer-part .footer-content .contact h6 {
  margin-bottom: 28px;
}
.footer-part .footer-content .contact ul li {
  padding-right: 70px;
  display: flex;
  align-items: center;
}
.footer-part .footer-content .contact ul li:nth-child(3) {
  padding-right: 20px;
}
.footer-part .footer-content .contact ul li svg, .footer-part .footer-content .contact ul li i {
  color: #9DA1B4;
  margin-right: 10px;
  font-size: 20px;
}
.footer-part .footer-bottom {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
.footer-part .footer-bottom p, .footer-part .footer-bottom a {
  color: #22283C !important;
  font-weight: 600;
}

.offer-part {
  background-image: url(../../assets/image/banner/bg.png);
  background-position: unset;
  padding: 30px 0px 50px 0px;
}
@media (min-width: 576px) {
  .offer-part {
    padding: 30px 0 90px 0;
    background-position: center center;
  }
}
@media (min-width: 992px) {
  .offer-part {
    padding: 30px 0 111px 0;
  }
}
@media (min-width: 1200px) {
  .offer-part {
    padding: 40px 0 126px 0;
  }
}
.offer-part .offer-content {
  width: 92%;
  margin: auto;
  text-align: center;
}
@media (min-width: 992px) {
  .offer-part .offer-content {
    width: 60%;
  }
}
.offer-part .offer-content h2, .offer-part .offer-content p, .offer-part .offer-content a {
  color: #ffffff;
}
.offer-part .offer-content h2 {
  line-height: 0.9;
  margin-bottom: 10px;
}
.offer-part .offer-content p {
  padding: 0 45px;
  margin-bottom: 13px;
}
.offer-part .offer-content a {
  background-color: #000;
}
.offer-part .offer-content a:hover {
  background-color: #097f8fec;
}

.feature-part {
  padding: 100px 0;
}
.feature-part .feature-item {
  flex-direction: row-reverse;
  border-radius: 4px;
  background-color: #F4F4F4;
  align-items: center;
  padding: 10px 23.41px 10px 15px;
}
.feature-part .feature-item .feature-thumb {
  width: 40%;
  text-align: end;
  height: 180px;
}
.feature-part .feature-item .feature-thumb img {
  height: 100%;
  width: 91%;
}
.feature-part .feature-item .feature-content {
  width: 60%;
}
.feature-part .feature-item .feature-content h6 {
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  line-height: 1.6;
}
.feature-part .feature-item .feature-content h3 {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 15px;
}
.feature-part .feature-item .feature-content a {
  padding: 10px 25px;
  background-color: #000;
  color: #ffffff;
  border-radius: 4px;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.feature-part .feature-item .feature-content a:hover {
  background-color: #097f8fec;
}

.banner-part {
  background-image: url(../../assets/image/banner/bg.jpg);
  background-position: unset;
  padding: 60px 0px 50px 0px;
}
@media (min-width: 576px) {
  .banner-part {
    padding: 100px 0px;
    background-position: center center;
  }
}
@media (min-width: 992px) {
  .banner-part {
    padding: 150px 0px;
    background-position: center center;
  }
}
@media (min-width: 1200px) {
  .banner-part {
    padding: 257px 0;
    background-position: center center;
  }
}
.banner-part .banner-content {
  width: 100%;
}
@media (min-width: 576px) {
  .banner-part .banner-content {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .banner-part .banner-content {
    width: 75%;
  }
}
@media (min-width: 992px) {
  .banner-part .banner-content {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .banner-part .banner-content {
    width: 58%;
  }
}
.banner-part .banner-content h2 {
  font-weight: 600;
  line-height: 35px;
}
.banner-part .banner-content h1 {
  line-height: 1.2;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Rubik", sans-serif;
  color: #22283C;
  margin-top: 7px;
}
@media (min-width: 576px) {
  .banner-part .banner-content h1 {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .banner-part .banner-content h1 {
    font-size: 48px;
  }
}
@media (min-width: 1200px) {
  .banner-part .banner-content h1 {
    font-size: 80px;
  }
}
.banner-part .banner-content p {
  margin-top: 2px;
  line-height: 1.6;
  color: #747474;
  font-family: "Roboto", sans-serif;
  padding-right: 35px;
}
@media (min-width: 576px) {
  .banner-part .banner-content p {
    width: 100%;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .banner-part .banner-content p {
    font-size: 15px;
  }
}
.banner-part .banner-content a {
  margin-top: 26px;
  border: 1px solid #ffffff;
}
.banner-part .banner-content a:hover {
  background-color: transparent;
  color: black;
  border: 1px solid #f06f06;
}

.header-top {
  background-color: #232F3E;
  padding-top: 16px;
}
.header-top .ht-content .header-left {
  width: 50%;
}
.header-top .ht-content .header-left p {
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  color: #ffffff;
}
.header-top .ht-content .header-right {
  width: 50%;
  text-align: end;
}
.header-top .ht-content .header-right ul li a {
  color: #ffffff;
  margin-left: 25px;
  font-size: 12px;
}
.header-top .ht-content .header-right ul li a svg, .header-top .ht-content .header-right ul li a i {
  margin-right: 5px;
}

.navbar {
  padding: 10px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .navbar {
    padding: 16px 0;
    background-color: #232F3E;
  }
}
.navbar .logo-part {
  font-size: 24px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  line-height: 20px;
  color: #000;
}
@media (min-width: 992px) {
  .navbar .logo-part {
    color: #ffffff;
  }
}
.navbar .logo-part:hover {
  color: #ffffff;
}
.navbar .collapse ul {
  margin-right: 0;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .navbar .collapse ul {
    margin-right: 6px;
    margin-left: 5px;
  }
  .navbar .collapse ul .form {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar .collapse ul {
    margin-right: 33px;
    margin-left: 145px;
  }
}
.navbar .collapse ul li {
  margin-right: 22px;
  transition: all 0.3s ease;
}
.navbar .collapse ul li:hover ul {
  transform: scale(1);
}
.navbar .collapse ul li:hover .menu-item-children::before {
  transform: rotateX(-180deg);
  opacity: 0;
}
.navbar .collapse ul li .menu-item-children {
  transition: all 0.3s ease;
  display: inline-block;
}
.navbar .collapse ul li .active {
  color: #FFA200;
}
@media (min-width: 1200px) {
  .navbar .collapse ul li {
    margin-right: 30px;
  }
}
.navbar .collapse ul li a {
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #000 !important;
  scroll-behavior: smooth;
  transition: all 0.3s ease;
  line-height: 1.5;
}
.navbar .collapse ul li a svg {
  font-size: 11px;
}
.navbar .collapse ul li a:hover {
  color: #FFA200 !important;
}
@media (min-width: 992px) {
  .navbar .collapse ul li a {
    color: #ffffff !important;
  }
}
.navbar .collapse ul li ul {
  width: 160px;
  margin: 0;
  position: absolute;
  top: 72px;
  border-radius: 5px;
  transition: all 0.3s ease;
  transform: scaleY(0);
  transform-origin: top;
  background-color: #0699b3;
}
@media (min-width: 992px) {
  .navbar .collapse ul li ul {
    background-color: #232F3E;
  }
}
.navbar .collapse ul li ul li {
  display: block;
  margin: 0px;
}
.navbar .collapse ul li ul li a {
  padding: 10px 10px;
  font-weight: 500;
  width: 100%;
  color: #ffffff;
}
.navbar .collapse ul li ul li a:hover {
  background-color: #0e9fe2;
  color: #ffffff !important;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .navbar .collapse ul li ul li a {
    color: #000;
  }
}
.navbar .collapse .form .header-icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  margin-left: 18.5px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.navbar .collapse .form .header-icon svg {
  color: #9DA1B4;
}
.navbar .collapse .form .header-icon:hover {
  background-color: #FFA200;
}
.navbar .collapse .form .header-icon:hover svg {
  color: #ffffff;
}

.searchBox {
  width: 100%;
  height: 100%;
  background-color: #2c2220da;
  z-index: 1111111;
  position: fixed;
  transform: scaleX(1);
  transition: all 0.3s ease;
}
.searchBox .src-close {
  position: absolute;
  top: 30px;
  right: 40px;
  color: white;
  cursor: pointer;
}
.searchBox .src-close svg {
  font-size: 48px;
}
.searchBox .search-form {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.searchBox .search-form .srcinput {
  border: none;
  border-bottom: 2px solid #ff5100fa;
  background-color: #ffffff;
  color: black;
  padding: 16px 250px;
  text-align: center;
  color: #eb790e;
  outline: none;
  width: 100%;
}
.searchBox .search-form input.search-btn {
  position: absolute;
  top: 0;
  margin-left: 30px;
  padding: 16px 25px;
  background: #ffffff;
  border-radius: 6px;
  outline: none;
  color: black;
  border: none;
  font-weight: 600;
}
.searchBox .search-form svg {
  position: absolute;
  right: 10px;
  top: 32%;
  font-size: 20px;
  color: orangered;
}

#srcbox {
  transform: translateX(-15000px);
  transform-origin: left;
  transition: all 0.4s ease;
}

.scrollToTop {
  position: fixed;
  bottom: -30%;
  right: 5%;
  z-index: 9;
}
.scrollToTop i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  color: white;
  background-color: #fc5259;
  font-size: 24px;
  box-shadow: 0px 5px 10px 0px rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.scrollToTop i:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 20px 0px rgba(255, 255, 255, 0.5);
}

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