@font-face {
  font-family: 'futura_ltbold';
  src: url("../fonts/futura_webfontkit/futuralt-bold-webfont.woff2") format("woff2"), url("../fonts/futura_webfontkit/futuralt-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'futura_ltbook';
  src: url("../fonts/futura_webfontkit/futuralt-book-webfont.woff2") format("woff2"), url("../fonts/futura_webfontkit/futuralt-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'futura_ltbook';
}

a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a:hover {
  text-decoration: none;
}

.mobile-logo,
.mobile-icon,
.cart_menu,
.sidenav {
  display: none;
}

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

p {
  font-family: 'Montserrat', sans-serif;
}

header .topbar {
  background-color: #ebebeb;
}

header .topbar .top-left {
  font-family: "Montserrat", sans-serif;
}

header .topbar .top-left ul li {
  display: inline-block;
  padding-right: 15px;
}

header .topbar .top-left ul li a {
  font-size: 14px;
  font-weight: 300;
  color: #1b1e28;
}

header .topbar .top-left ul li a:hover {
  color: #b50014;
}

header .topbar .top-left ul li a span {
  color: #1b1e28;
  padding-right: 5px;
}

header .topbar .top-left ul li h6 {
  font-size: 14px;
  font-weight: 300;
  color: #1b1e28;
}

header .topbar .top-left ul li h6 span {
  color: #1b1e28;
  padding-right: 5px;
}

header .topbar .top-right {
  text-align: right;
  font-family: "Montserrat", sans-serif;
}

header .topbar .top-right ul li {
  display: inline-block;
}

header .topbar .top-right ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #1b1e28;
  display: block;
  padding: 0 5px;
}

header .topbar .top-right ul li a i {
  padding: 0 3px;
}

header .topbar .top-right ul li:nth-of-type(1) a:hover {
  color: #4267B2;
}

header .topbar .top-right ul li:nth-of-type(2) a:hover {
  color: #00acee;
}

header .topbar .top-right ul li:nth-of-type(3) a:hover {
  color: #00aff0;
}

header .topbar .top-right ul li:nth-of-type(4) a:hover {
  color: #3f729b;
}

header .topbar .top-right ul li:nth-of-type(5) a:hover {
  color: #c4302b;
}

header .topbar .top-right ul li:nth-of-type(6) a {
  background-color: #d7d7d7;
  padding: 10px 10px;
}

header .topbar .top-right ul li:nth-of-type(6) a:hover {
  background-color: #b50014;
  color: #ffffff;
}

header .middle-bar {
  padding: 20px 0;
}

header .middle-bar .top_nav_items {
  text-align: right;
}

header .middle-bar .top_nav_items ul li {
  display: inline-block;
  padding: 0 10px;
}

header .middle-bar .top_nav_items ul li ul {
  width: 250px;
  background: #b50014;
  z-index: 12;
  position: absolute;
  display: none;
}

header .middle-bar .top_nav_items ul li ul li {
  width: 100%;
}

header .middle-bar .top_nav_items ul li ul li a {
  display: block;
  text-align: left;
  text-transform: capitalize;
  padding: 7px 5px;
  color: #fff;
  border-bottom: 1px solid #ffffff;
}

header .middle-bar .top_nav_items ul li ul li a:hover {
  color: #000000;
}

header .middle-bar .top_nav_items ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #1b1e28;
  text-transform: capitalize;
  position: relative;
}

header .middle-bar .top_nav_items ul li a:hover {
  color: #b50014;
}

header .middle-bar .top_nav_items ul li a span {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #b50014;
  border-radius: 20px;
  position: absolute;
  left: 10px;
  bottom: 5px;
}

header .middle-bar .top_nav_items ul li form {
  position: relative;
}

header .middle-bar .top_nav_items ul li form input {
  border: none;
  border: 1px solid #ebebeb;
  outline: none;
  max-width: 212px;
  height: 47px;
  line-height: 47px;
  font-size: 13px;
  font-weight: 400;
  color: #9a9a9a;
  padding-left: 15px;
}

header .middle-bar .top_nav_items ul li form button {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  color: #161616;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

header .middle-bar .top_nav_items ul li form button:hover {
  color: #b50014;
}

.feature_prod {
  padding: 60px 0;
}

.feature_prod .top-fea {
  text-align: center;
  margin-bottom: 35px;
}

.feature_prod .top-fea h2 {
  font-size: 42px;
  font-family: 'futura_ltbold';
  color: #35363a;
  text-transform: capitalize;
}

.feature_prod .top-fea p {
  color: #35363a;
  font-size: 14px;
  text-align: center;
  width: 42%;
  margin: auto;
  padding-top: 10px;
}

.feature_prod .fea-main {
  text-align: center;
  position: relative;
  border: 1px solid #EBEBEB;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 20px;
}

.feature_prod .fea-main .fea-text h6 {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  padding-bottom: 20px;
}

.feature_prod .fea-main .fea-text-2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  display: none;
}

.feature_prod .fea-main .fea-text-2 a {
  display: block;
  width: 150px;
  height: 50px;
  line-height: 50px;
  background: #ec1f24;
  color: #ffffff;
  margin: 0 auto;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 8px;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature_prod .fea-main:hover {
  border: 1px solid #EC1F24;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.feature_prod .fea-main:hover .fea-text-2 {
  display: block;
}

.feature_prod .owl-carousel .owl-nav.disabled {
  display: block;
}

.feature_prod .owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  color: #333333;
  background-color: #e1e1e1;
}

.feature_prod .owl-carousel .owl-nav button.owl-prev {
  left: -25px;
}

.feature_prod .owl-carousel .owl-nav button.owl-next {
  right: -25px;
}

.prod_cat .img_box {
  overflow: hidden;
  position: relative;
}

.prod_cat .img_box h3 {
  color: #ffffff;
  font-size: 24px;
  background-color: #b50014;
  padding: 10px 15px;
  position: absolute;
  bottom: 8%;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.prod_cat .img_box:hover h3 {
  bottom: 35%;
}

.abt_top {
  padding: 20px 0px;
}

.abt_top .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0px;
}

.abt_top .box .text {
  color: #333333;
}

.abt_top .box .text h5 {
  font-size: 14px;
  font-family: 'futura_ltbold';
}

.abt_top .box .text h6 {
  font-size: 13px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.about_main {
  padding: 60px 0;
}

.about_main .about-left h3 {
  font-size: 16px;
  font-weight: 300;
  color: #c1071b;
  text-transform: uppercase;
  font-family: 'futura_ltbold';
}

.about_main .about-left h2 {
  font-size: 58px;
  font-weight: 300;
  color: #010101;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative;
}

.about_main .about-left h2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #c1071b;
  bottom: 10px;
  left: 0;
}

.about_main .about-left h2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #c1071b;
  top: 70px;
  left: 0;
}

.about_main .about-left h2 span {
  display: block;
}

.about_main .about-left p {
  font-size: 16px;
  font-weight: 300;
  color: #494949;
  padding-bottom: 30px;
  text-align: justify;
}

.about_main .about-left a {
  width: 141px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  background-color: #c1071b;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.about_main .about-left a:hover {
  background-color: #232020;
  color: #ffffff;
  letter-spacing: 1px;
}

.main-wall {
  padding: 60px 0;
}

.main-wall .fea-top {
  text-align: center;
}

.main-wall .fea-top h2 {
  font-size: 42px;
  font-family: 'futura_ltbold';
}

.main-wall .fea-top p {
  color: #35363a;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 0 40px 0;
}

.main-wall .insta-img {
  text-align: center;
}

.main-wall .insta-img ul li {
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
}

.main-wall .insta-img ul li img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.main-wall .insta-img ul li img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.control_quality {
  padding-top: 55px;
}

.control_quality .top_content {
  text-align: center;
  padding-bottom: 40px;
}

.control_quality .top_content h3 {
  color: #35363a;
  font-size: 42px;
  font-family: 'futura_ltbold';
}

.control_quality .top_content p {
  color: #35363a;
  font-size: 14px;
  padding-top: 10px;
  width: 41%;
  margin: auto;
}

.control_quality .cq_banner {
  text-align: center;
  margin-bottom: 30px;
}

.control_quality .cq_box {
  background-color: #c1071b;
  -webkit-box-shadow: 0px 0px 10px 2px #ababab;
          box-shadow: 0px 0px 10px 2px #ababab;
  border-radius: 45px;
  height: 320px;
  margin-bottom: 70px;
  position: relative;
}

.control_quality .cq_box:after {
  content: '';
  position: absolute;
  bottom: -29px;
  background-color: #c1071b;
  width: 100%;
  height: 150px;
  border-radius: 50%;
}

.control_quality .cq_box .inner {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 2px #950515;
          box-shadow: 0px 0px 10px 2px #950515;
  width: 87%;
  border-radius: 45px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 30px;
  z-index: 1;
  height: 86%;
}

.control_quality .cq_box .inner .icon {
  position: absolute;
  background-color: #d62639;
  border-radius: 50%;
  width: 85px;
  height: 85px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: 111;
  -webkit-box-shadow: 0px 2px 5px 1px #9b0616;
          box-shadow: 0px 2px 5px 1px #9b0616;
}

.control_quality .cq_box .inner .icon img {
  padding-top: 12px;
}

.control_quality .cq_box .inner:before {
  content: '';
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  margin: auto;
  width: 85px;
  height: 70px;
  background-color: #c1071b;
  -webkit-box-shadow: 0px 2px 5px 1px #950515;
          box-shadow: 0px 2px 5px 1px #950515;
  z-index: 11;
}

.control_quality .cq_box .inner .text_area {
  position: absolute;
  top: 40%;
  text-align: center;
  width: 100%;
  height: 145px;
  overflow: hidden;
  padding: 0px 10px;
}

.control_quality .cq_box .inner .text_area h4 {
  color: #3e3e3e;
  font-size: 16px;
  font-family: 'futura_ltbold';
}

.control_quality .cq_box .inner .text_area p {
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}

.lookbook_banner {
  background: url("../images/sports-wear-bg.png") no-repeat center;
  padding: 100px 0px;
  margin-top: 40px;
}

.lookbook_banner h3 {
  color: #c1071b;
  font-size: 24px;
}

.lookbook_banner h4 {
  color: #0f1014;
  font-size: 32px;
}

.lookbook_banner h5 {
  color: #c1071b;
  font-size: 56px;
  font-family: 'futura_ltbold';
  text-transform: uppercase;
}

.lookbook_banner h6 {
  color: #0f1014;
  font-size: 28px;
}

.lookbook_banner a {
  color: #ffffff;
  background-color: #0f1014;
  padding: 20px 0px;
  display: block;
  margin-top: 20px;
  width: 28%;
  text-align: center;
  font-size: 14px;
}

footer {
  background-color: #111111;
  font-family: 'Montserrat', sans-serif;
}

.top-footer {
  padding: 60px 0;
}

.top-footer .inner-link h2 {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.top-footer .inner-link p {
  font-size: 13px;
  color: #ffffff;
  padding-right: 30px;
  padding-bottom: 20px;
}

.top-footer .inner-link p i {
  padding-right: 5px;
  color: #ffffff;
}

.top-footer .inner-link a {
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 20px;
  display: block;
}

.top-footer .inner-link a i {
  padding-right: 5px;
  color: #ffffff;
}

.top-footer .inner-link a:hover {
  color: #c1071b;
  letter-spacing: 1px;
}

.top-footer .inner-link ul li {
  list-style-type: none;
}

.top-footer .inner-link ul li a {
  margin-bottom: 8px;
}

.top-footer .inner-link ul li a i {
  font-size: 10px;
}

.top-footer .inner-link .pad_right {
  padding-right: 0;
}

.top-footer .inner-link form {
  position: relative;
}

.top-footer .inner-link form input {
  height: 42px;
  line-height: 42px;
  padding-left: 10px;
  background-color: #333333;
  border: none;
  color: #fff;
  font-size: 13px;
  outline: none;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 5px;
}

.top-footer .inner-link form button {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  outline: none;
  border: none;
  color: #888888;
  float: right;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: transparent;
  position: absolute;
  right: 15px;
  top: 10px;
}

.top-footer .inner-link form button:hover {
  color: #c1071b;
}

.top-footer .inner-link .visa-img h3 {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.top-footer .footer-social {
  text-align: left;
}

.top-footer .footer-social ul {
  font-size: 0;
}

.top-footer .footer-social ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 6px;
}

.top-footer .footer-social ul li a {
  font-size: 14px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  display: block;
  background-color: #262626;
  border-radius: 5px;
}

.top-footer .footer-social ul li a:hover {
  background-color: #c1071b;
  color: #111111;
}

.bottom-footer {
  padding: 35px 0px;
  border-top: 1px solid #2A2A2A;
}

.bottom-footer .copy_right p {
  font-size: 13px;
  color: #ffffff;
  margin: 0;
}

.bottom-footer .last-design {
  text-align: right;
}

.bottom-footer .last-design h6 {
  font-size: 13px;
  color: #ffffff;
}

.bottom-footer .last-design h6 a {
  font-size: 13px;
  color: #ffffff;
}

.bottom-footer .last-design h6 a:hover {
  color: #c1071b;
  letter-spacing: 1px;
}

.open-search {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  bottom: 0px;
  height: 100%;
}

.open-search .search-target {
  position: absolute;
  top: 50%;
  left: 15%;
  right: 15%;
  text-align: center;
  transform: translateY(-50%);
}

.open-search .search-target form {
  position: relative;
}

.open-search .search-target form input {
  display: block;
  padding-left: 20px;
  width: 100%;
  outline: none;
  border-radius: 5px;
  font-size: 16px;
  height: 60px;
  background: transparent;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}

.open-search .search-target form button {
  border: none;
  display: block;
  outline: none;
  border-radius: 0px 5px 5px 0px;
  height: 60px;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  font-size: 17px;
  background: transparent;
  padding: 0px 20px;
}

.open-search .search-target form button:hover {}

.search-wrapper01 {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
  padding: 10px;
}

.search-wrapper01::after {
  display: block;
  content: "";
  background: #fff;
  height: 45px;
  width: 2px;
  transform: rotate(-45deg);
}

.search-wrapper01::before {
  display: block;
  content: "";
  background: #fff;
  height: 45px;
  width: 2px;
  transform: rotate(45deg);
  position: absolute;
}

.search-wrapper01:hover::after,
.search-wrapper01:hover::before {
  background: #b71234;
}

@media (max-width: 1399.98px) {
  .main-wall .insta-img ul li {
    width: 22%;
  }
  .about_main .about-left h2 {
    font-size: 53px;
    line-height: 69px;
  }
}

@media (max-width: 1199.98px) {
  header .topbar .top-left ul li h6 {
    font-size: 13px;
  }
  header .topbar .top-left ul li a {
    font-size: 13px;
  }
  header .topbar .top-right ul li a {
    font-size: 13px;
  }
  header .middle-bar .top_nav_items ul li a {
    font-size: 15px;
  }
  header .middle-bar .top_nav_items ul li {
    padding: 0px 8px;
  }
  .feature_prod {
    padding: 40px 0;
  }
  .cate_main .inner_cate .cate-name h2 {
    font-size: 22px;
    width: 255px;
    height: 46px;
    line-height: 46px;
  }
  .about_main {
    padding: 50px 0;
  }
  .about_main .about-left h3 {
    font-size: 22px;
  }
  .about_main .about-left h2 {
    font-size: 44px;
    line-height: 56px;
  }
  .about_main .about-left h2::before {
    top: 55px;
  }
  .chose-us .left-chose h3 {
    font-size: 38px;
  }
  .chose-us .left-chose p {
    font-size: 14px;
    padding: 15px 0;
  }
  .chose-text p br {
    display: none;
  }
  .main-wall {
    padding: 50px 0;
  }
  .main-wall .fea-top h2 {
    font-size: 38px;
  }
  .lookbook_banner h5 {
    font-size: 50px;
  }
}

@media (max-width: 991.98px) {
  header .middle-bar .top_nav_items {
    display: none;
  }
  .cart_menu {
    display: block;
    text-align: right;
  }
  .cart_menu ul li {
    display: inline-block;
    padding: 0 10px;
  }
  .cart_menu ul li a {
    font-size: 18px;
    color: #ffffff;
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    background-color: #b50014;
    position: relative;
    padding: 15px 15px;
    display: block;
  }
  .cart_menu ul li a:hover {
    background-color: #231f20;
    color: #ffffff;
  }
  .cart_menu ul li a span {
    font-size: 11px;
    font-weight: 400;
    color: #ffffff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background-color: #231f20;
    border-radius: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .sidenav {
    display: block;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #161616;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 60px;
  }
  .sidenav a.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
  }
  .sidenav ul {
    margin: 0;
    padding: 0;
  }
  .sidenav ul li {
    list-style-type: none;
    display: block;
  }
  .sidenav ul li a {
    padding: 8px 8px 8px 32px !important;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: left;
  }
  .sidenav ul li ul.dropdown-menu {
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    position: relative;
  }
  .sidenav ul li ul.dropdown-menu li {
    background-color: #c1071b;
  }
  .sidenav ul li ul.dropdown-menu li a {
    font-size: 15px;
    color: #fff;
  }
  .cate_main .inner_cate .cate-name h2 {
    font-size: 18px;
    width: 205px;
    height: 36px;
    line-height: 36px;
  }
  .chose-us .left-chose p {
    font-size: 13px;
  }
  .about_main .about-left h3 {
    font-size: 17px;
  }
  .about_main .about-left h2 {
    font-size: 31px;
    line-height: 43px;
  }
  .about_main .about-left h2::before {
    top: 40px;
  }
  .about_main .about-left p {
    font-size: 15px;
    padding-bottom: 20px;
  }
  .about_main .about-left a {
    width: 141px;
    height: 41px;
    line-height: 41px;
  }
  .about_main {
    padding: 40px 0;
  }
  .cate_main {
    padding: 40px 0 40px 0;
  }
  .feature_prod .inner_prod .prod_name h3 {
    font-size: 15px;
  }
  .feature_prod .inner_prod .prod_name p {
    font-size: 15px;
  }
  .chose-us .left-chose h3 {
    font-size: 32px;
  }
  .chose-us .left-chose .d-flex .chose-text h4 {
    font-size: 17px;
  }
  .chose-us .left-chose a {
    height: 41px;
    line-height: 41px;
  }
  .chose-us .right-chose a {
    max-width: 141px;
    height: 41px;
    line-height: 41px;
  }
  .chose-us .right-chose h2 {
    font-size: 32px;
  }
  .main-wall .fea-top h2 {
    font-size: 34px;
  }
  .main-wall .fea-top p {
    font-size: 14px;
    padding: 10px 0 20px 0;
  }
  .main-wall {
    padding: 40px 0;
  }
  .top-footer {
    padding: 40px 0;
  }
  .top-footer .inner-link h2 {
    margin-top: 20px;
  }
  .lookbook_banner h5 {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .mobile-icon {
    display: block;
  }
  .mobile-icon ul li {
    display: inline-block;
  }
  .mobile-icon ul li a {
    font-size: 12px;
    color: #1b1e28;
    display: block;
    padding: 0 5px;
  }
  .mobile-icon ul li a:hover {
    color: #ed1c24;
  }
  header .topbar .top-right ul li a {
    font-size: 12px;
  }
  header .topbar .top-left {
    display: none;
  }
  header .middle-bar {
    padding: 15px 0;
  }
  .cart_menu ul li a {
    padding: 13px 13px;
  }
  .feature_prod {
    padding: 30px 0;
  }
  .cate_main {
    padding: 30px 0 30px 0;
  }
  .about_main {
    padding: 30px 0;
  }
  .about_main .about-left h3 {
    margin-top: 30px;
  }
  .about-right {
    margin-top: 20px;
  }
  .prod_cat .img_box {
    margin: 10px 0px;
  }
  .chose-us {
    background: #d4d4d4;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #d4d4d4), color-stop(50%, white));
    background: linear-gradient(0deg, #d4d4d4 50%, white 50%);
  }
  .chose-us .left-chose h3 {
    font-size: 30px;
  }
  .chose-us .right-chose img {
    margin-left: 0;
  }
  .chose-us .right-chose {
    padding: 10px;
  }
  .feature_prod .top-fea p {
    width: 100%;
  }
  .main-wall {
    padding: 20px 0;
  }
  .main-wall .fea-top h2 {
    font-size: 28px;
  }
  .main-wall .fea-top p {
    font-size: 13px;
    padding: 5px 0 10px 0;
  }
  .main-wall .insta-img ul li {
    margin: 0 0px;
  }
  .top-footer {
    padding: 20px 0;
  }
  .bottom-footer {
    padding: 10px 0px;
  }
}

@media (max-width: 575.98px) {
  .logo {
    display: none;
  }
  .mobile-logo {
    display: block;
  }
  .cart_menu ul li {
    padding: 0 5px;
  }
  .cart_menu ul li a {
    padding: 11px 11px;
    font-size: 16px;
  }
  .cart_menu ul li a span {
    right: 7px;
    top: 7px;
  }
  .feature_prod .top-fea h2 {
    font-size: 22px;
  }
  .feature_prod .top-fea {
    padding-bottom: 15px;
  }
  .cate_main {
    padding: 20px 0 20px 0;
  }
  .about_main .about-left h3 {
    font-size: 18px;
  }
  .about_main .about-left h2 {
    font-size: 30px;
  }
  .about_main .about-left h2::before {
    top: 34px;
  }
  .chose-us .left-chose h3 {
    font-size: 26px;
  }
  .chose-us .left-chose p {
    padding: 20px 0;
  }
  .chose-us .left-chose .d-flex .chose-text h4 {
    font-size: 15px;
  }
  .chose-us .left-chose .d-flex {
    margin-bottom: 20px;
  }
  .chose-us .left-chose a {
    width: 131px;
  }
  .chose-us .right-chose a {
    max-width: 131px;
  }
  .main-wall .fea-top h2 {
    font-size: 26px;
  }
  .fea-top p br {
    display: none;
  }
  .feature_prod .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
  .feature_prod .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
  .control_quality .cq_banner img {
    width: 100%;
  }
  .control_quality .cq_box:after {
    bottom: -38px;
  }
  .control_quality .top_content p {
    width: 100%;
  }
  .lookbook_banner h4 {
    font-size: 29px;
  }
  .lookbook_banner h5 {
    font-size: 27px;
  }
  .lookbook_banner h6 {
    font-size: 24px;
  }
  .top-footer .inner-link h2 {
    margin-top: 10px;
  }
  .bottom-footer .last-design {
    text-align: center;
  }
  .copy_right {
    margin-bottom: 5px;
  }
}
/*# sourceMappingURL=layout.css.map */