.wpcf7-response-output {
  color: #fff !important;
}

/* home 4 style  */
/* common style  */
.container-big {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .container-big {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-big {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-big {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-big {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-big {
    max-width: 1320px;
  }
}
.have-widget-list .footer__widget li:hover a {
  color: #d81324;
}
.section-title-4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}
.section-title-4:before {
  position: absolute;
  content: "";
  width: 65px;
  height: 2px;
  background: #d81324;
  bottom: -4px;
  left: 0;
}
.have-widget-social.social_links .footer__widget ul li a::before {
  display: none;
}
.main-menu.main-menu-4 > ul > li:hover > a {
  background-color: #c20101;
}
.app-logo a:not(:last-child) {
  margin-right: 10px;
}

/*---theme-btn-2---*/
.theme_btn-2 {
  overflow: hidden;
  color: #fff;
  background: #d81324;
  font-size: 15px;
  font-weight: 600;
  height: 70px;
  line-height: 68px;
  font-family: "Barlow Condensed", sans-serif;
  padding: 0px 65px 0px 40px;
  border: 1px solid #d81324;
  display: inline-block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  border-radius: 35px;
}

.theme_btn-2 .icon_box {
  display: inline-block;
  position: absolute;
  overflow: hidden;
  z-index: 2;
  width: 30px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  top: 26px;
}
.theme_btn-2 .icon_box span {
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.theme_btn-2 .icon_box span:first-child {
  left: -25px;
}
.theme_btn-2 .icon_box span:last-child {
  right: 25px;
}
.theme_btn-2 .icon_box i {
  font-size: 18px;
  line-height: 1;
  margin-left: 5px;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.theme_btn-2:hover {
  color: #fff;
}
.theme_btn-2:hover .icon_box span:first-child {
  left: 5px;
}
.theme_btn-2:hover .icon_box span:last-child {
  right: -35px;
}
.theme_btn-2.white-bg {
  color: #0b2154;
  background: #fff;
  border-color: #fff;
}
.theme_btn-2.white-bg:hover {
  color: #d81324;
}
/*---theme-btn-3---*/

.theme_btn-3 {
  background: #d81324;
  height: 40px;
  display: inline-block;
  padding: 0 54px 0 14px;
  border: 1px solid #d81324;
  line-height: 38px;
  overflow: hidden;
}
.theme_btn-3:hover {
  padding: 0 14px 0 54px;
}
.btn-3-text {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
}
.btn-3-icon i {
  color: #fff;
}
.btn-3-icon {
  position: relative;
  display: inline-block;
  transition: all 0.5s;
}
.btn-3-icon:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 1px;
  transform: translateY(-50%);
}
.btn-3-icon.fst {
  transform: translateX(-6px);
  opacity: 0;
  visibility: hidden;
}
.theme_btn-3:hover .btn-3-icon.fst {
  opacity: 1;
  visibility: visible;
}
.btn-3-icon.lst {
  transform: translateX(32px);
}
.theme_btn-3:hover .btn-3-icon.lst {
  opacity: 0;
  visibility: hidden;
}
.theme_btn-3.white-bg {
  background: #fff;
  border-color: #fff;
}
.theme_btn-3.white-bg .btn-3-text {
  color: #d81324;
}
.theme_btn-3.white-bg:hover .btn-3-text {
  color: #d81324;
}
.theme_btn-3.white-bg .btn-3-icon i {
  color: #d81324;
}
.theme_btn-3.white-bg .btn-3-icon::before {
  background: #d81324;
}
.theme_btn-3.border-red {
  border-color: #d81324;
  padding: 0 64px 0 24px;
  height: 50px;
  line-height: 48px;
}
.theme_btn-3.border-red:hover {
  border-color: #d81324;
  padding: 0 24px 0 64px;
  height: 50px;
  line-height: 48px;
}

@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* header area style  */
.header-4-top {
  background: #131a29;
  border-bottom: 1px solid #313131;
  padding: 5px 0;
}
.header-4-top-info li span {
  color: #9f9f9f;
  font-size: 14px;
}
.header-4-top-info li i {
  font-size: 15px;
  color: #d81324;
  margin-right: 7px;
}
.header-4-top-info li {
  display: inline-block;
  margin-right: 50px;
  position: relative;
}
.header-4-top-info li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: #707070;
  top: 5px;
  right: -27px;
}
.header-4-top-info li:last-child::after {
  display: none;
}
.header-4-top-info li:last-child {
  margin-right: 0;
}
/* language style  */
.language {
  position: relative;
  display: inline-block;
  padding-left: 0;
  margin-left: 0;
}
.language::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: #4a4a4a;
  left: 0;
  top: 5px;
  display: none;
}

.language li:hover ul.submenu {
  opacity: 1;
  visibility: visible;
}
.language > li {
  padding: 0;
}
.language > li > a {
  color: #9f9f9f;
  font-weight: 400;
  font-size: 14px;
}
.language .submenu {
  width: 100px;
  padding: 15px 15px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  background: white;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.language .submenu li {
  display: block;
}
.language .submenu li a {
  font-size: 14px;
  color: #00235a;
  display: block;
}
.language .submenu li a:hover {
  color: #00235a;
}
/* currency style  */
.currency {
  position: relative;
  display: inline-block;
  padding-left: 27px;
  margin-left: 25px;
}
.currency::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: #4a4a4a;
  left: 0;
  top: 5px;
}
.currency::after {
  position: absolute;
  content: "\f107";
  top: 2px;
  right: 0;
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  color: #9f9f9f;
}
.currency li:hover ul.submenu {
  opacity: 1;
  visibility: visible;
}
.currency > li {
  padding: 0 17px 0 0;
}
.currency > li > a {
  color: #9f9f9f;
  font-weight: 400;
  font-size: 14px;
}
.currency .submenu {
  width: 100px;
  padding: 7.5px 15px;
  background: white;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.currency .submenu li {
  display: block;
}
.currency .submenu li a {
  font-size: 14px;
  color: #00235a;
}
.currency .submenu li a:hover {
  color: #00235a;
}
/* header-4-middle style  */

.header-4-middle {
  background: #131a29;
  padding-top: 20px;
  padding-bottom: 53px;
}
.header-cta-icon i {
  font-size: 25px;
  color: #d81324;
}
.header-cta-icon {
  float: left;
  margin-right: 15px;
}
.header-cta-text {
  overflow: hidden;
}
.header-cta-text p {
  font-size: 15px;
  font-weight: 400;
  color: #9f9f9f;
  line-height: 1;
  margin-bottom: 6px;
}
.header-cta-text span {
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
.header-cta {
  display: flex;
  justify-content: space-between;
}
.header-social a {
  height: 32px;
  width: 32px;
  display: inline-block;
  border: 1px solid #363b46;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 13px;
  color: #a2a5ac;
  margin: 0 5px;
}
.header-social a:hover {
  color: #fff;
  background: #d81324;
  border-color: #d81324;
}
.header-social {
  margin-top: 10px;
}
.header-social a:first-child {
  margin-left: 0;
}
.header-social a:last-child {
  margin-right: 0;
}
.header-4-menu {
  position: absolute;
  bottom: -35px;
}
.header-4-menu.header-sticky {
  position: fixed !important;
  z-index: 999;
  width: 100%;
  background: #d81324;
  height: 70px;
  top: 0;

  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

.header-4-right .hamburger-menu > a {
  display: inline-block;
  font-size: 25px;
  color: #fff;
  margin-right: 25px;
}
.header-4-menu.header-sticky .nav-search {
  position: relative;
  top: 0px;
}
.header-4-menu.header-sticky .header-4-right .hamburger-menu > a {
  display: inline-block;
  font-size: 25px;
  color: #fff;
  margin-right: 0px;
  position: relative;
  top: 0px;
}
.theme_btn-2.icon_button_before {
  padding: 0px 40px 0px 65px;
}

.theme_btn-2.icon_button_before .icon_box i {
  margin-left: -5px;
}

.icon_box.icon_box_before {
  left: 35px;
}
.header-sticky .search-area .search_input.nav-search.top5px_top {
  margin-top: 5px;
}
/* header-4-menu area style  */
.shop-list {
  padding-right: 28px;
}
.header-sticky .shop-list {
  padding-right: 0px;
}
.s-shopping-cart a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.s-shopping-cart a i {
  font-size: 24px;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.shopping-wishlist a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.shopping-wishlist a i {
  font-size: 24px;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.header-4-menu-wrapper {
  background: #d81324;
}
.main-menu.main-menu-4 ul li > a {
  color: #fff;
  padding: 26px 22px;
}
.main-menu.main-menu-4 ul li > a i {
  font-size: 14px;
  line-height: 1;
  display: none;
}
.main-menu.main-menu-4 ul li {
  margin-right: 0;
}
.main-menu.main-menu-4 ul li > a.active {
  background: #cb0202;
}
.main-menu.main-menu-4 > nav > ul > li > a:hover {
  background: #cb0202;
}
.header-4-right .right-nav {
  margin-top: 0;
}
.header-4-right .right-nav li a i {
  color: #fff;
  font-size: 20px;
}
.header-4-right .right-nav li .search_input {
  margin-right: 40px;
}
.header-4-middle .hamburger-menu > a {
  display: inline-block;
  font-size: 28px;
  color: #fff;
  margin-top: 0px;
}
.nav-search.header-4-search {
  font-size: 25px;
  color: #fff;
  top: 0px;
}
/* offset area style  */
.header-cta.offset-cta {
  display: inherit;
  margin-top: 30px;
}
.header-cta.offset-cta .header-cta-item {
  margin-bottom: 20px;
}
.header-cta.offset-cta .header-cta-text p {
  color: #fff;
}
.header-cta.offset-cta .header-cta-text span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.main-header-area.header-sticky .header-4-logo {
  display: inline-block !important;
  margin-right: 40px;
  padding: 0;
}
.header-sticky .main-menu.main-menu-4 ul li ul.submenu li a {
  color: #0b2154;
  padding: 10px 28px;
}
.header-sticky .main-menu.main-menu-4 ul li ul.submenu li:hover a {
  color: #d81324;
}
.header-4-logo.d-none.logo.logo-variant .sticky-logo {
  transform: translateY(-5px);
}
/* slider area style  */
.slider_height-2 {
  min-height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.hero__content-4 {
  z-index: 2;
}
.back-shape {
  position: absolute;
  z-index: -1;
  left: -100px;
  top: -40px;
}
.sl-shape2 {
  width: 112px;
  height: 112px;
  border: 1.5px solid #fff;
  border-radius: 36px;
  position: absolute;
  left: -135px;
  top: 9px;
  transform: rotate(45deg);
  animation: rotate360 8s linear infinite;
}
.sl-shape3 {
  width: 60px;
  height: 60px;
  border: 1.5px solid #fff;
  border-radius: 50%;
  position: absolute;
  bottom: -22px;
  left: 305px;
}
.slider-4-car {
  width: 1015px;
  position: absolute;
  bottom: -0;
  right: 0;
  animation-duration: 1.5s;
}
.slider-4-car img {
  width: 100%;
}
.hero__content-4 .sub-title {
  font-size: 36px;
  color: #0b2154;
  line-height: 1.17;
  font-weight: 600;
}
.hero__content-4 .sub-title.white-color {
  color: #fff;
}
.hero__content-4 .main-title {
  font-size: 80px;
  line-height: 1.2;
  font-weight: 700;
  color: #0b2154;
}
.hero__content-4 .main-title.white-color {
  color: #fff;
}
.hero__content-4 p {
  color: #0b2154;
  padding-right: 300px;
  margin-bottom: 0px;
}
.hero__content-4 p.white-color {
  color: #fff;
}
.hero__content-4 ul li {
  list-style: none;
}
.slider-4-bg {
  background: #eff1f6;
}
.slider-4-images {
  width: 1000px;
  position: absolute;
  right: 50px;
  top: 90px;
  z-index: 3;
}
.slider-4-img1 {
  width: 45%;
  clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
}
.slider-4-img1 img {
  width: 100%;
}
.slider-4-img2 {
  width: 45%;
  clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
  position: absolute;
  top: 24%;
  left: 27%;
  z-index: -1;
}
.slider-4-img2 img {
  width: 100%;
}
.slider-4-img3 {
  width: 45%;
  clip-path: polygon(22% 0, 100% 0, 78% 100%, 0 100%);
  position: absolute;
  right: 0;
  top: 10%;
  z-index: -2;
}
.slider-4-img3 img {
  width: 100%;
}
.slider-4-area .slick-slider button {
  color: #0b2154;
}
.hero-area .slick-slider.slider-active-4 button.slick-prev {
  width: 60px;
  height: 60px;
  background: #0b2154;
  opacity: 1;
  visibility: visible;
  color: #fff;
  font-size: 28px;
  position: absolute;
  bottom: 0;
  right: 60px;
  left: auto;
  top: auto;
  transform: translateY(0);
}
.hero-area .slick-slider.slider-active-4 button.slick-prev:hover {
  background: #d81324;
}
.hero-area .slick-slider.slider-active-4 button.slick-next {
  width: 60px;
  height: 60px;
  background: #0b2154;
  opacity: 1;
  visibility: visible;
  color: #fff;
  font-size: 28px;
  position: absolute;
  bottom: 0;
  right: 0px;
  left: auto;
  top: auto;
  transform: translateY(0);
}
.hero-area .slick-slider.slider-active-4 button.slick-next:hover {
  background: #d81324;
}
.hero-area .slick-slider.slider-active-4 button.slick-arrow::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  background: #b2b4bc;
  right: 0px;
  z-index: 99;
  top: 20px;
  transition: 0.3s;
}
.hero-area .slick-slider.slider-active-4 button.slick-arrow.slick-next::after {
  display: none;
}

/* features area style  */
.features-wrapper {
  display: flex;
  justify-content: space-between;
}
.features-icon {
  float: left;
  margin-right: 20px;
  width: 43px;
}
.features-icon img {
  width: 100%;
}
.features-icon i {
  font-size: 43px;
  color: #0b2154;
  line-height: 1;
}
.features-text-title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 3px;
}
.features-text p {
  font-size: 15px;
  color: #596277;
}
.single-feature {
  display: flex;
  align-items: center;
}

/* banner-area style  */
.banner-4-bg {
  background: #f5f6fb;
}
.banner-4-bg2 {
  background: #f2f4f9;
}
.banner-4-bg3 {
  background: #d81324;
}
.banner-4-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 335px;
  z-index: -1;
}
.banner-4-img.b-img-w-2 {
  width: 176px;
  right: 0;
  left: auto;
}
.banner-4-img.b-img-w-3 {
  width: 190px;
  right: 0;
  left: auto;
}
.single-banner-4 {
  padding: 35px 30px 25px 35px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  overflow: hidden;
  height: 100%;
  z-index: 2;
}
.banner-4-overlay {
  position: relative;
}
.banner-4-overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: radial-gradient(at 20% 78%, #000e30, rgba(11, 33, 84, 0.11));
  z-index: -1;
  opacity: 0.55;
}
.banner-4-img img {
  width: 100%;
}
.banner-4-subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #596277;
  line-height: 1;
  margin-bottom: 12px;
}
.banner-4-subtitle.white-color {
  color: #fff;
}
.banner-4-title {
  font-size: 52px;
  font-weight: 600;
  line-height: 1;
}
.banner-4-title.white-color {
  color: #fff;
}
.banner-4-content p {
  font-size: 18px;
  color: #596277;
  line-height: 25px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
}
.banner-4-content p.white-color {
  color: #fff;
}

/* brand-area-4 style  */
.brand-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.single-brand {
  background: #f6f6f6;
  height: 120px;
  width: 144px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .single-brand {
    width: 124px;
  }
}
.brand-logo {
  height: 54px;
  width: auto;
}
.brand-logo img {
  height: 100% !important;
  width: auto;
}
.brand-name {
  font-size: 18px;
  font-weight: 500;
  color: #0b2154;
  display: block;
}

/* product design  */
.single-product-wrapper {
  overflow: hidden;
  background: #fff;
}

@media (max-width: 490px) {
  .best-deal-active .slick-slide {
    margin: 0 0;
  }
}
.single-product {
  /*border: 1px solid #f1f1f1;*/
  padding: 30px 20px 20px 20px;
  z-index: 2;
  transition: all 0.5s;
}
.single-product-wrapper:hover .single-product {
  border-color: transparent;
}
.product-thumb img {
  height: 100%;
  width: auto;
}
.product-thumb {
  height: 180px;
  width: auto;
  text-align: center;
}
.product-name {
  font-size: 18px;
  font-weight: 600;
  color: #596277;
  line-height: 24px;
  margin-bottom: 15px;
}
.product-rating ul li i {
  font-size: 15px;
  color: #ffb300;
  line-height: 1;
}
.product-rating ul li {
  list-style: none;
  display: inline-block;
  margin-right: 1px;
}
.price-new {
  font-size: 20px;
  color: #d81324;
  font-weight: 700;
  line-height: 1;
}
.product-price {
  line-height: 1;
}
.price-old {
  font-size: 16px;
  font-weight: 400;
  color: #969aa2;
  line-height: 1;
  text-decoration: line-through;
}
.product-price span:first-child {
  margin-right: 6px;
}
.product-description {
  padding: 27px 0 0 0;
}
.product-rating ul {
  line-height: 1;
}
.product-rating ul {
  margin-bottom: 15px;
}
.product-tag {
  height: 25px;
  display: inline-block;
  border: 1px solid #23ce84;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
  color: #18ae72;
  line-height: 25px;
  padding: 0 8px;
  position: absolute;
  top: 10px;
  left: 10px;
  transition: 0.3s;
  z-index: 9;
}
.single-product-wrapper:hover .product-tag {
  border: 1px solid #fff;
  color: #fff;
}
.product-tag.discount {
  border: 1px solid #d81324;
  color: #d81324;
  transition: 0.3s;
}
.single-product-wrapper:hover .product-tag.discount {
  border: 1px solid #fff;
  color: #fff;
}
.product-overlay {
  position: relative;
}
.product-overlay::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 70%;
  top: -150px;
  left: 0;
  background: linear-gradient(#0b2154 0%, rgba(11, 33, 84, 0) 100%);
  z-index: 1;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
.product-overlay:hover:before {
  top: -50px;
  opacity: 0.68;
  visibility: visible;
}
.product-action {
  position: absolute;
  right: 0px;
  top: 10px;
  transition: all 0.3s;
  transition-delay: 0.2s;
  opacity: 0;
  visibility: hidden;
  width: 130px;
  text-align: right;
  overflow: hidden;
}
.single-product-wrapper:hover .product-action {
  right: 10px;
  opacity: 1;
  visibility: visible;
}
.product-action ul li button {
  width: 35px;
  height: 35px;
  font-size: 16px;
  background: #fff;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  color: #9fa5b4;
  position: relative;
  border: none;
}
.product-action ul li {
  border-bottom: 1px solid #f1f1f1;
  list-style: none;
  position: relative;
}
.product-action ul {
  display: inline-block;
}
.product-action ul li:first-child button {
  border-radius: 2px 2px 0 0;
}
.product-action ul li:last-child button {
  border-radius: 0 0 2px 2px;
}
.product-action ul li:last-child {
  border-bottom: 0;
}

.product-action-hover {
  height: 35px;
  background: #d81324;
  text-align: center;
  padding: 0 20px;
  color: #fff;
  line-height: 35px;
  font-size: 16px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  position: absolute;
  right: -35px;
  top: 0;
  border-radius: 2px;
  width: 130px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.product-action ul li button:hover .product-action-hover {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.product-action-hover i {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.best-deal-nav-tabs .nav-item {
  margin-left: 35px;
}
.best-deal-nav-tabs .nav-link {
  font-size: 18px;
  color: #596277;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  height: 30px;
  text-transform: uppercase;
  background: none;
  line-height: 30px;
  padding: 0;
}
.best-deal-nav-tabs .nav-link.active {
  color: #0b2154;
}
.best-deal-nav-tabs {
  float: right;
}
.best-deal-active .slick-slide {
  margin: 0 15px;
}
.best-deal-active .slick-list {
  margin: 0 -15px;
}
.best-deal-active .slick-prev {
  width: 40px;
  height: 40px;
  border: 1.5px solid #d81324;
  color: #d81324;
  font-size: 15px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.best-deal-active .slick-next {
  width: 40px;
  height: 40px;
  border: 1.5px solid #d81324;
  color: #d81324;
  font-size: 15px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.best-deal-active:hover .slick-prev,
.best-deal-active:hover .slick-next {
  opacity: 1;
  visibility: visible;
}
/* offer area style  */

.offer-time-area {
  border: 1.5px solid #d81324;
  padding: 130px 0 20px 28px;
  border-top-left-radius: 160px;
  margin-right: -15px;
}
.offer-title {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 35px;
}
.t-count {
  font-size: 28px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  color: #0b2154;
  height: 55px;
  width: 55px;
  display: inline-block;
  text-align: center;
  background: #f1f1f1;
  line-height: 55px;
  border-radius: 50%;
  margin-bottom: 5px;
}
.offer-time ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.offer-time ul li span {
  display: block;
  text-align: center;
}
.offfer-bar .progress {
  width: 265px;
  height: 5px;
  background-color: #f1f1f1;
}
.offfer-bar .progress-bar {
  background-color: #d81324;
  border-radius: 3px;
}
.offer-content span {
  font-size: 15px;
}
.offer-content-number {
  font-weight: 700;
}
.offer-content-number.number-sold {
  color: #d81324;
}
.offer-limit {
  width: 265px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.offer-time {
  margin-bottom: 35px;
}
.offfer-bar {
  margin-bottom: 10px;
}
.offer-tag {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  height: 130px;
  width: 130px;
  background: #d81324;
  border: 15px solid #ffeff0;
  border-radius: 50%;
  outline: 5px solid #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 30px;
  display: flex;
  align-items: center;
  position: absolute;
  top: -24px;
  left: 0;
}

.offer-products {
  margin-left: -110px;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #fff;
  position: relative;
}
.offer-products .single-product-wrapper:not(:last-child) .single-product {
  border-right: 0;
}
.offer-products .slick-list {
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}
.offer-products-active .slick-prev {
  width: 40px;
  height: 40px;
  border: 1.5px solid #d81324;
  color: #d81324;
  font-size: 15px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.offer-products-active .slick-next {
  width: 40px;
  height: 40px;
  border: 1.5px solid #d81324;
  color: #d81324;
  font-size: 15px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.offer-products-active:hover .slick-prev,
.offer-products-active:hover .slick-next {
  opacity: 1;
  visibility: visible;
}
/* on-sale area style  */
.on-sale-products .single-product-wrapper {
  max-width: 280px;
  overflow: hidden;
  background: #fff;
}
.on-sale-products .single-product {
  border: none;
  padding: 0;
}
.on-sale-products .product-thumb {
  width: 90px;
  height: 90px;
  background: #f6f6f6;
  padding: 16px;
  float: left;
  margin-right: 20px;
}
.on-sale-products .product-description {
  padding: 0;
  overflow: hidden;
}
.on-sale-products .product-name {
  font-size: 16px;
  margin-bottom: 7px;
  line-height: 20px;
}
.on-sale-products .product-rating ul li i {
  font-size: 13px;
}
.on-sale-products .price-new {
  font-size: 16px;
}
.on-sale-products .product-rating ul {
  margin-bottom: 9px;
}

/* recommended products area style  */
.recommended-products {
  display: flex;
  background: #fff;
  position: relative;
}
.recommended-products .single-product-wrapper:not(:last-child) .single-product {
  border-right: 0;
}
.recommmended-area-btn .theme_btn-3 {
  padding: 0 32px 0 0px;
  border-bottom: 1px solid #d81324;
  height: 30px;
  line-height: 28px;
}
.recommmended-area-btn .theme_btn-3:hover {
  padding: 0 0px 0 32px;
}
.recommended-products .slick-list {
  border-right: 1px solid #f1f1f1;
}
.recommended-products-active .slick-prev {
  width: 40px;
  height: 40px;
  border: 1.5px solid #d81324;
  color: #d81324;
  font-size: 15px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.recommended-products-active .slick-next {
  width: 40px;
  height: 40px;
  border: 1.5px solid #d81324;
  color: #d81324;
  font-size: 15px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.recommended-products-active:hover .slick-prev,
.recommended-products-active:hover .slick-next {
  opacity: 1;
  visibility: visible;
}
/* delivery banner area style  */

.delivery-banner {
  background: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 2;
}
.delivery-banner h4 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.delivery-banner h2 {
  font-size: 60px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.delivery-img1 {
  width: 456px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.delivery-img1 img {
  width: 100%;
}
.delivery-img2 {
  width: 392px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.delivery-img2 img {
  width: 100%;
}
.delivery-banner-btn .theme_btn-3 {
  height: 60px;
  padding: 0 80px 0 40px;
  line-height: 58px;
}
.delivery-banner-btn .theme_btn-3:hover {
  height: 60px;
  padding: 0 40px 0 80px;
  line-height: 58px;
}

/* new collection area style  */
.new-collection-products {
  display: flex;
  background: #fff;
  position: relative;
}
.new-collection-products .single-product-wrapper:not(:last-child) .single-product {
  border-right: 0;
}
.new-collection-area-btn .theme_btn-3 {
  padding: 0 32px 0 0px;
  border-bottom: 1px solid #d81324;
  height: 30px;
  line-height: 28px;
}
.new-collection-area-btn .theme_btn-3:hover {
  padding: 0 0px 0 32px;
}
.new-collection-products .slick-list {
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}
.single-product-wrapper {
  border: 1px solid #f1f1f1;
  border-left: 0;
}
.product-wrapper .single-product-wrapper {
  border: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}
.new-collection-active .slick-prev {
  width: 40px;
  height: 40px;
  border: 1.5px solid #d81324;
  color: #d81324;
  font-size: 15px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.new-collection-active .slick-next {
  width: 40px;
  height: 40px;
  border: 1.5px solid #d81324;
  color: #d81324;
  font-size: 15px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.new-collection-active:hover .slick-prev,
.new-collection-active:hover .slick-next {
  opacity: 1;
  visibility: visible;
}
/* shop-banner style  */

.shop-banner {
  height: 100%;
  padding: 30px 35px 30px 35px;
  z-index: 2;
  overflow: hidden;
}
.shop-banner-bg1 {
  background: #d81324;
}
.shop-banner-bg2 {
  background: #f5f5f5;
  margin-right: -60px;
}
.shop-banner-img {
  width: 400px;
  bottom: -115px;
  right: -125px;
  position: absolute;
  z-index: -1;
}
.shop-banner-img img {
  width: 100%;
}
.shop-banner-img2 {
  width: 300px;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
}
.shop-banner-img2 img {
  width: 100%;
}
.shop-banner h5 {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 7px;
}
.shop-banner h4 {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 25px;
}
.shop-banner.shop-banner-bg2 h5 {
  color: #0b2154;
}
.shop-banner.shop-banner-bg2 h4 {
  font-size: 30px;
  color: #0b2154;
  font-weight: 600;
  line-height: 35px;
  margin-bottom: 25px;
}
/* category area style   */

.category-thumb {
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px;
}
.category-thumb img {
  width: 100%;
}
.single-category {
  padding: 14px 15px 14px 15px;
  border: 1px solid #f1f1f1;
  overflow: hidden;
  width: 20%;
}
.category-content {
  overflow: hidden;
}
.category-content .cat-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 3px;
}
.category-content .cat-number {
  font-size: 14px;
  font-weight: 500;
  color: #9fa5b4;
}

.category-wrappper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-left: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  border-right: 0;
  border-bottom: 0;
}
.category-wrappper .single-category {
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  border-left: 0;
  border-top: 0;
}

/* top products style  */
.top-rated-products {
  overflow: hidden;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.top-rated-products .product-thumb {
  width: 80px;
  height: 100px;
  margin-right: 15px;
  float: left;
}
.top-rated-products .product-description {
  overflow: hidden;
  padding: 0;
}
.top-rated-products .product-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #0b2154;
  margin-bottom: 10px;
}
.top-rated-products .single-product {
  padding: 16px 14px 18px 14px;
  border-right: 0;
  border-bottom: 0;
}
.top-rated-products .product-thumb img {
  height: auto;
  width: 100%;
}
.top-rated-products .product-rating ul li i {
  font-size: 12px;
  color: #ffb300;
  line-height: 1;
}
.top-rated-products .price-new {
  font-size: 15px;
  color: #d81324;
  font-weight: 700;
  line-height: 1;
}
.top-rated-products .single-product-wrapper:hover .single-product {
  border-color: #f1f1f1;
}
.top-rated-products .product-rating ul {
  margin-bottom: 13px;
}

/* client area style  */

.single-client {
  text-align: center;
}
.single-client img {
  display: inline-block;
}
.client-wrapper {
  border: 1px solid #f1f1f1;
}
.sigle_client_wrap {
  padding: 40px;
  border-right: 1px solid #f1f1f1;
  display: flex !important;
  justify-content: center;
}

/* newsletter area style  */
.newsletter-area-bg {
  background: #d81324;
}

.newsletter-text h4 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.newsletter-text p {
  color: #fff;
}
.newlsetter-email form {
  display: inline-block;
}
.newsletter-text {
  margin-bottom: 30px;
}
.newlsetter-email {
  margin-bottom: 30px;
}
.newsletter-input-form {
  width: 520px;
}
.newsletter-input-form input {
  width: 100%;
  height: 60px;
  border: 0;
  background: #fff;
  padding: 0 150px 0 20px;
  font-size: 15px;
}
.newsletter-input-form input::placeholder {
  font-size: 15px;
  color: #9fa5b4;
}
.newsletter-input-form input::-moz-placeholder {
  font-size: 15px;
  color: #9fa5b4;
}
.newsletter-input-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  background: #0b2154;
  border-color: #0b2154;
}

/* footer-area style  */
/* social link style  */
.social_links ul {
  line-height: 1;
}
.social_links ul li:not(:last-child) {
  margin-right: 8px;
}
.social_links ul li {
  display: inline-block;
  list-style: none;
}
.social_links ul a {
  width: 40px;
  height: 40px;
  display: block;
  color: #9fa5b4;
  font-size: 14px;
  overflow: hidden;
  line-height: 49px;
  position: relative;
  text-align: center;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #d1d4dc;
}
.have-widget-list ul li a:hover {
  margin-left: 5px;
  color: #0b2154;
}
.social_links ul a i {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.social_links ul a i:nth-child(1) {
  top: 55%;
  transform: translate(-50%, -55%);
}
.social_links ul a i:nth-child(2) {
  top: 100%;
  opacity: 0;
}
.social_links ul a:hover i {
  color: #d81324;
}
.social_links ul a:hover i:nth-child(1) {
  top: -100%;
  opacity: 0;
  transform: translateX(-50%);
}
.social_links ul a:hover i:nth-child(2) {
  top: 55%;
  opacity: 1;
  transform: translate(-50%, -55%);
}
.widget-about p {
  padding-right: 30px;
}
.footer-4-widget-title {
  font-size: 24px;
}
.widget-about h4 {
  font-size: 24px;
}
.widget-q-link {
  margin-left: 60px;
  margin-right: -60px;
}
.widget-categories {
  margin-left: 70px;
}
.app-logo {
  display: flex;
  justify-content: space-between;
}
.have-widget-list ul li {
  margin-bottom: 12px;
}

/* copyright-4 style  */
.footer-4-copyright {
  padding: 15px 0 15px 0;
  background: #0b2154;
}
.copyright-text p {
  color: #fff;
  font-size: 15px;
  padding-left: 60px;
}
.support-card-section p {
  color: #fff;
  margin-bottom: 0px;
  display: inline-block;
  font-weight: 600;
}
.support-card-section {
  text-align: right;
  padding-right: 60px;
}
.supported-cards {
  float: right;
}
.supported-cards a {
  width: 48px;
  display: inline-block;
  margin-left: 15px;
}
.supported-cards a img {
  width: 100%;
}

/* home4 responsive style  */
@media (min-width: 1400px) and (max-width: 1750px) {
  .slider-4-images {
    width: 780px;
    top: 150px;
  }
  .slider-4-car {
    width: 884px;
  }
}
/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
  .header-cta-text span {
    font-size: 22px;
    font-weight: 500;
  }
  .header-social a {
    margin: 0 3px;
  }
  .slider-4-car {
    width: 815px;
  }
  .slider-4-images {
    width: 600px;
    top: 200px;
  }
  .single-product {
    padding: 30px 16px 20px 16px;
  }
  .offer-products {
    margin-left: -60px;
  }
  .banner-4-title {
    font-size: 48px;
  }
  .hero__content-4 p {
    padding-right: 230px;
  }
  .banner-4-img {
    width: 300px;
  }
  .single-category {
    width: 20%;
  }
  .header-sticky .main-menu.main-menu-4 ul li > a {
    color: #fff;
    padding: 26px 15px;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  .hero__content-4 p {
    padding-right: 150px;
  }
  .slider-4-car {
    width: 715px;
  }
  .hero__content-4 .main-title {
    font-size: 66px;
  }
  .hero__content-4 .sub-title {
    font-size: 34px;
  }
  .slider-4-images {
    width: 500px;
    top: 250px;
  }
  .features-wrapper {
    display: inherit;
  }
  .single-brand {
    width: 104px;
  }
  .brand-logo {
    height: 45px;
  }
  .brand-name {
    font-size: 16px;
  }
  .product-thumb {
    height: 160px;
  }
  .offer-time-area {
    margin-right: -70px;
  }
  .offer-products {
    margin-left: -0px;
  }
  .delivery-img1 {
    width: 369px;
  }
  .delivery-img2 {
    width: 350px;
  }
  .delivery-banner h2 {
    font-size: 52px;
  }
  .shop-banner h4 {
    font-size: 28px;
  }
  .shop-banner {
    padding: 30px 20px 30px 20px;
  }
  .shop-banner-img {
    width: 350px;
  }
  .header-cta-text p {
    font-size: 14px;
  }
  .header-cta-text span {
    font-size: 17px;
  }
  .header-social a {
    margin: 0 2px;
  }
  .main-menu.main-menu-4 ul li > a {
    padding: 26px 18px;
  }
  .header-4-right .right-nav li .search_input {
    margin-right: 30px;
  }
  .shop-list {
    padding-right: 22px;
  }
  .newsletter-input-form {
    width: 100%;
  }
  .widget-q-link {
    margin-left: 0px;
    margin-right: -30px;
  }
  .widget-categories {
    margin-left: 50px;
  }
  .app-logo {
    display: inherit;
  }
  .app-logo a {
    margin-bottom: 15px;
    display: inline-block;
  }
  .top-rated-products .product-thumb {
    width: 60px;
    height: 100px;
  }
  .category-thumb {
    width: 55px;
    height: 70px;
    margin-right: 15px;
  }
  .search-area .search_input.nav-search {
    top: 0px;
  }

  .footer-col-4-2.pl-50 {
    padding-left: 15px;
  }
  .footer-col-4-3.pl-70 {
    padding-left: 30px;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .features-wrapper {
    display: inherit;
  }
  .slider_height-2 {
    min-height: 950px;
    display: inherit !important;
    padding-top: 60px;
  }
  .slider-4-car {
    width: 715px;
  }
  .slider-4-images {
    width: 720px;
    top: auto;
    bottom: 50px;
  }
  .slider-4-img2 {
    top: -20%;
  }
  .offer-products {
    margin-left: 0;
  }
  .offer-time-area {
    margin-right: 0;
    max-width: 410px;
  }
  .delivery-banner h2 {
    font-size: 44px;
  }
  .single-category {
    width: 50%;
  }
  .shop-banner-bg2 {
    margin-right: 0;
  }
  .newlsetter-email {
    text-align: left !important;
  }
  .widget-q-link {
    margin-left: 0;
    margin-right: 0;
  }
  .widget-categories {
    margin-left: 0;
  }
  .shop-banner-img {
    width: 300px;
  }
  .app-logo {
    display: inherit;
  }
  .app-logo a {
    display: inline-block;
    margin-bottom: 15px;
  }
  .shop-banner-img2 {
    width: 300px;
    bottom: -100px;
    left: 0;
    right: 0;
  }
  .header-4-middle {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .delivery-img1 {
    width: 300px;
  }
  .delivery-img2 {
    width: 300px;
  }
  .header-4-menu {
    height: 70px;
    position: static;
    background: #d81324;
    padding-top: 0px;
    display: flex;
    align-items: center;
  }
  .header-4-menu.header-sticky {
    height: 70px;
    position: static;
    background: #d81324;
    padding-top: 0;
    display: flex;
    align-items: center;
  }
  .header-4-logo.d-none {
    display: inline-block !important;
  }
  .header-4-logo.logo.logo-variant .sticky-logo {
    display: inline-block;
  }
  .header-4-logo.d-none.logo.logo-variant .sticky-logo {
    transform: translateY(0px);
  }
  .header-4-right .hamburger-menu > a {
    margin-right: 0;
  }
  .search-area .search_input.nav-search {
    top: 0px;
  }
  .footer-col-4-2.pl-50 {
    padding-left: 15px;
  }
  .footer-col-4-3.pl-70 {
    padding-left: 15px;
  }
}

/* small mobile :320px. */
@media (max-width: 767px) {
  .search-area .search_input.nav-search {
    top: 0px;
  }

  .footer-col-4-2.pl-50 {
    padding-left: 15px;
  }
  .footer-col-4-3.pl-70 {
    padding-left: 15px;
  }
  .features-wrapper {
    display: inherit;
  }
  .single-brand {
    width: 135px;
  }
  .brand-logo {
    height: 45px;
  }
  .brand-name {
    font-size: 16px;
  }
  .app-logo {
    display: inherit;
  }
  .app-logo a {
    display: inline-block;
    margin-bottom: 15px;
  }
  .widget-q-link {
    margin-left: 0;
    margin-right: 0;
  }
  .widget-categories {
    margin-left: 0;
  }
  .hero__content-4 p {
    padding-right: 0;
  }
  .slider_height-2 {
    min-height: 850px;
    display: inherit !important;
    padding-top: 60px;
  }
  .sl-shape3 {
    display: none;
  }
  .slider-4-images {
    width: 100%;
    right: 0;
    top: 500px;
    bottom: auto;
  }
  .slider-4-img2 {
    top: -20%;
    left: 27%;
  }
  .slider-4-car {
    width: 145%;
  }
  .hero__content-4 .main-title {
    font-size: 47px;
  }
  .hero__content-4 .sub-title {
    font-size: 26px;
  }
  .banner-4-title {
    font-size: 38px;
  }
  .banner-4-content p {
    margin-bottom: 20px;
  }
  .banner-4-subtitle {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .banner-4-img {
    display: none;
  }
  .section-title-4 {
    font-size: 27px;
  }
  .offer-time-area {
    border: 0;
    padding: 130px 0 20px 0px;
    border-top-left-radius: 160px;
    margin-right: 0;
  }
  .delivery-banner h2 {
    font-size: 38px;
  }
  .single-category {
    width: 100%;
  }
  .best-deal-active .slick-prev {
    display: none !important;
  }
  .best-deal-active .slick-next {
    display: none !important;
  }
  .offer-products {
    margin-left: 0;
  }
  .offer-products-active .slick-prev {
    display: none !important;
  }
  .offer-products-active .slick-next {
    display: none !important;
  }
  .recommended-products-active .slick-prev {
    display: none !important;
  }
  .recommended-products-active .slick-next {
    display: none !important;
  }
  .new-collection-active .slick-prev {
    display: none !important;
  }
  .new-collection-active .slick-next {
    display: none !important;
  }
  .shop-banner-bg2 {
    margin-right: 0;
  }
  .newsletter-input-form {
    width: 100%;
  }
  .newlsetter-email {
    text-align: left !important;
  }
  .newsletter-input-form {
    width: 100%;
  }
  .newsletter-input-form input {
    margin-bottom: 15px;
    padding: 0 20px 0 20px;
  }
  .copyright-text p {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .best-deal-nav-tabs {
    float: none;
    margin-bottom: 20px;
  }
  .best-deal-nav-tabs .nav-item {
    margin-left: 0;
    margin-right: 28px;
  }
  .best-deal-active .slick-list {
    margin: 0 -15px;
  }
  .newsletter-input-form button {
    position: static;
  }
  .support-card-section {
    text-align: left;
    padding-right: 0;
  }
  .supported-cards {
    float: none !important;
    margin-top: 10px;
  }
  .supported-cards a {
    margin-left: 0;
    margin-right: 15px;
  }

  .shop-banner-img {
    bottom: -83px;
    right: -90px;
  }
  .shop-banner-img2 {
    width: 300px;
    bottom: -100px;
    left: 0;
    right: 0;
  }
  .on-sale-wrapper {
    margin-bottom: 35px;
  }
  .header-4-middle {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .header-4-logo {
    transform: scale(0.8);
    transform-origin: left;
  }
  .delivery-img1 {
    width: 250px;
  }
  .delivery-img2 {
    width: 200px;
  }
  .recommmended-area-btn {
    float: none;
    margin-bottom: 20px;
  }
  .new-collection-area-btn {
    float: none;
    margin-bottom: 20px;
  }

  .header-4-menu.header-sticky {
    height: 70px;
    position: static;
    background: #d81324;
    padding-top: 0;
    display: flex;
    align-items: center;
  }
  .header-4-right .hamburger-menu > a {
    margin-right: 0 !important;
  }
  .header-4-logo.d-none {
    display: inline-block !important;
  }

  .header-4-logo.logo.logo-variant .sticky-logo {
    display: inline-block;
  }
  .header-4-logo.d-none.logo.logo-variant .sticky-logo {
    transform: translateY(0px);
  }
  .header-4-right .hamburger-menu > a {
    margin-right: 0;
  }
  .header-4-menu {
    height: 70px;
    position: static;
    background: #d81324;
    padding-top: 0px;
    display: flex;
    align-items: center;
  }
  .search-area.f-right.mr-40 {
    margin-right: 20px;
  }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__content-4 p {
    padding-right: 90px;
  }
  .slider-4-images {
    width: calc(100% - 50px);
    right: 25px;
    top: 500px;
    bottom: auto;
  }
  .slider-4-img2 {
    top: -11%;
    left: 27%;
  }
  .slider-4-car {
    width: 100%;
  }
  .best-deal-active .slick-list {
    margin: 0 -15px;
  }
}

.top-rated-products {
  display: flex;
  flex-wrap: wrap;
  border: 0;
  border-left: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
}
.top-rated-products .single-product-wrapper {
  flex: 0 0 33.33%;
  min-width: 33.33%;
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}
@media (max-width: 767.99px) {
  .top-rated-products .single-product-wrapper {
    flex: 0 0 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767.99px) {
  .top-rated-products .single-product-wrapper {
    flex: 0 0 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .top-rated-products .single-product-wrapper {
    flex: 0 0 50%;
  }
}

.on-sale-products .single-product-wrapper {
  border: 0;
}

.header-cta-text span a {
  font-family: "Barlow Condensed";
}
.sigle_client_wrap .single-client img {
  max-width: 80px;
  height: 80px;
  opacity: 0.5;
  transition: 0.3s;
}

.dot_style_border {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid;
  border-color: #d81324;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  margin-right: 5px;
}

.best-deal-nav-tabs .nav-link.active .dot_style_border {
  opacity: 1;
  visibility: visible;
}

.sigle_client_wrap .single-client:hover img {
  opacity: 1;
}
.single-category:hover .category-thumb img,
.product-content-hover:hover .product-thumb img {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* hvr-buzz-out animation effect 
----------------------------------*/
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.best-deal-nav-tabs .nav-item:first-child {
  margin-left: 0;
}
