@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@font-face {
  font-family: 'Industry';
  src: url("../fonts/Industry-Medium.woff2") format("woff2"), url("../fonts/Industry-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Industry';
  src: url("../fonts/Industry-Black.woff2") format("woff2"), url("../fonts/Industry-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Poppins", sans-serif;
}
/*Search*/
.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;
  -webkit-transform: translateY(-50%);
  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: Solid;
  color: #000;
  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: #000;
  font-size: 17px;
  background: transparent;
  padding: 0px 40px;
}

.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;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

.search-wrapper01:hover::after,
.search-wrapper01:hover::before {
  background: #fff;
}
a {
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.sidenav,
.mobile-header {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Industry";
}

header {
  background-color: #f12d32;
}

.top-number {
  padding-top: 20px;
}

.top-number p {
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.top-number p span{
  color: #f12d32;
}

.left_menu {
  padding-top: 20px;
}

.left_menu ul {
  margin: 0;
  padding: 0;
}

.left_menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}

.left_menu ul li a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 67px;
  line-height: 67px;
  padding: 0 22px;
  font-family: "Industry";
  display: block;
}

.left_menu ul li a:hover {
  background-color: #fff;
  color: black;
}

.left_menu ul li ul {
  position: absolute;
  width: 250px;
  left: 0;
  margin: 0;
  padding: 0;
  display: none;
  background-color: #000;
  z-index: 9;
}

.left_menu ul li ul li {
  list-style-type: none;
  width: 100%;
}

.left_menu ul li ul li a {
  width: 100%;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.basket-bar {
  text-align: right;
  padding: 20px 0px;
}

.basket-bar ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.basket-bar ul li {
  list-style-type: none;
  display: inline-block;
  margin-left: 1px;
}

.basket-bar ul li a {
  font-size: 13px;
  text-transform: uppercase;
  color: black;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-color: #fff;
  display: block;
}

.basket-bar ul li a:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.basket-bar ul li.basket_cart {
  margin-right: 9px;
}

.basket-bar ul li.basket_cart a {
  background-color: #fff;
  width: 100%;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
}

.basket-bar ul li.basket_cart a:hover {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-color: #fff;
}

.search {
  text-align: right;
  padding-bottom: 20px;
}

.search form {
  position: relative;
}

.search form input {
  font-size: 13px;
  color: black;
  background-color: #fff;
  outline: 0;
  height: 67px;
  line-height: 67px;
  padding-left: 20px;
  border: none;
  width: 450px;
}

.search form button {
  position: absolute;
  outline: none;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: Solid;
  border: none;
  color: black;
}

.logo {
  position: absolute;
  top: 0;
}

.main_banner {
  padding: 0 80px;
  background-color: #fff;
}

.about_main {
  background-color: #fff;
  padding: 90px 0px 80px 0;
}

.about_main .about-left {
  position: relative;
  padding-right: 20px;
}

.about_main .about-left h2 {
  font-size: 24px;
  color: black;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 50px;
  left: -115px;
}

.about_main .about-left h3 {
  font-size: 32px;
  color: black;
  font-weight: 500;
  margin: 0;
  padding-bottom: 30px;
}

.about_main .about-left p {
  font-size: 14px;
  color: black;
  margin: 0;
  padding-bottom: 30px;
}

.about_main .about-left a {
  width: 155px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  display: block;
  border-radius: 5px;
  color: black;
  font-size: 17px;
  background-color: #fff;
}

.about_main .about-left a i {
  font-size: 13;
}

.about_main .about-left a:hover {
  background-color: #fff;
  color: #0f1014;
}

.about_main .about-right {
  border: 2px solid #fff;
  padding: 0 50px 50px;
}

.about_main .about-right h1 {
  font-size: 190px;
  font-weight: 900;
  color: black;
  position: relative;
  margin: 0;
}

.about_main .about-right h1 span {
  font-size: 70px;
  position: absolute;
  top: 30px;
  right: 0px;
}

.about_main .about-right h2 {
  font-size: 48px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 500;
  color: black;
}

.services {
  background-color: #fff;
  padding: 0 0 65px 0;
}

.service_inner {
  padding: 40px 30px;
  background-color: #1f2026;
}

.service_inner .services-img {
  width: 68px;
  height: 68px;
  line-height: 68px;
  margin: 0 auto;
  background-color: #34353c;
  text-align: center;
  margin-bottom: 35px;
}

.service_inner .services-img img {
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.service_inner .service-detail {
  text-align: center;
}

.service_inner .service-detail h2 {
  font-size: 28px;
  color: #fff;
}

.service_inner .service-detail p {
  font-size: 15px;
  color: #fff;
  margin: 0;
  padding-bottom: 30px;
}

.service_inner .service-detail a {
  font-size: 15px;
  color: #ed1c24;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Industry";
}

.service_inner .service-detail a:hover {
  letter-spacing: 2px;
}

.service_inner:hover .services-img {
  background-color: #f12d32;
}

.service_inner:hover .services-img img {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.cate_main {
  position: relative;
  background-color: #ffff;
  padding-bottom: 50px;
}

.cate_main h1 {
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 86px;
  left: -25px;
  margin: 0;
  color: black;
  text-transform: uppercase;
  font-size: 24px;
}

.cate_main .pad-20 {
  padding-bottom: 20px;
}

.cate_main .inner_cate {
  text-align: center;
  background-color: #34353c;
  padding: 10px;
}

.cate_main .inner_cate .cate-name {
  padding: 30px 25px;
}

.cate_main .inner_cate .cate-name h2 {
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 20px;
}

.cate_main .inner_cate .cate-name p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding-bottom: 20px;
}

.cate_main .inner_cate .cate-name a {
  width: 158px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #0000;
  border-bottom: 5px solid #0000;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #0000;
  text-transform: capitalize;
  background-color: #0f1014;
  z-index: 9;
  position: relative;
  -webkit-transition: 2s;
  transition: 2s;
}

.cate_main .inner_cate .cate-name a:after {
  position: absolute;
  width: 0;
  background-color: #f12d32;
  top: 0;
  content: "";
  height: 100%;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
  left: 0;
}

.cate_main .inner_cate .cate-name a:hover:after {
  width: 100%;
}

.cate_main .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cate_main .d-flex .cate-img {
  width: 45%;
}
.cate_main {
  position: relative;
  background-color: #ffff;
  padding-bottom: 50px;
}

.cate_main h1 {
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 86px;
  left: -25px;
  margin: 0;
  color: black;
  text-transform: uppercase;
  font-size: 24px;
}

.cate_main .pad-20 {
  padding-bottom: 20px;
}

.cate_main .inner_cate {
  text-align: center;
  background-color: #34353c;
  padding: 10px;
}

.cate_main .inner_cate .cate-name {
  padding: 30px 25px;
}

.cate_main .inner_cate .cate-name h2 {
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 20px;
}

.cate_main .inner_cate .cate-name p {
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding-bottom: 20px;
}

.cate_main .inner_cate .cate-name a {
  width: 158px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #fff;
  border-bottom: 5px solid #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  background-color: #0f1014;
  z-index: 9;
  position: relative;
  -webkit-transition: 2s;
  transition: 2s;
}

.cate_main .inner_cate .cate-name a:after {
  position: absolute;
  width: 0;
  background-color: #f12d32;
  top: 0;
  content: "";
  height: 100%;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
  left: 0;
}

.cate_main .inner_cate .cate-name a:hover:after {
  width: 100%;
}

.cate_main .d-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cate_main .d-flex .cate-img {
  width: 45%;
}

.cate_main .d-flex .cate-name {
  width: 60%;
  padding: 0px 30px;
}

.sublimation-services {
  background-color: #fff;
  padding: 90px 0px;
}

.sublimation-inner {
  padding: 0 20px;
}

.sublimation-inner .sublimation-img {
  background-color: #0f1014;
  position: relative;
  border: 2px dashed #323338;
  width: 92px;
  height: 92px;
  line-height: 92px;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 20px;
}

.sublimation-inner .sublimation-img p {
  margin: 0;
  color: #fff;
  font-size: 14px;
  width: 26px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  right: -14px;
  top: -12px;
  background: #000;
  border-radius: 50px;
}

.sublimation-inner .sublimation_detail {
  text-align: center;f
}

.sublimation-inner .sublimation_detail h2 {
  font-size: 22px;
  text-transform: capitalize;
  color: black;
  font-weight: 500;
}

.sublimation-inner .sublimation_detail p {
  font-size: 14px;
  color: black;
}

.sublimation-inner:hover .sublimation-img {
  border-color: red;
}
 .clpadr{
   padding-top: 20px;
 }
.clpadr .pad-10{
  padding: 5px;
}
.more_views {
  border: 1px solid #fff;
  padding: 5px;
}
.feature_prod {
  background-color: #fff;
  padding: 65px 0px;
}

.feature_prod .prod_heading {
  padding-top: 40px;
}

.feature_prod .prod_heading h2 {
  font-weight: 900;
  color: black;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 30px;
  margin-bottom: 15px;
}

.feature_prod .prod_heading h2 span {
  font-size: 30px;
  font-weight: 500;
}

.feature_prod .prod_heading p {
  color: black;
  font-size: 14px;
  margin: 0;
  padding-right: 40px;
}

.feature_prod .owl-nav {
  position: absolute;
  left: -327px;
  bottom: 196px;
  color: #fff;
  z-index: 99;
}

.feature_prod .owl-nav button {
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background-color: #34353c !important;
  border-radius: 50px;
  border: 1px solid #34353c;
}

.feature_prod .owl-nav button:hover {
  border: 1px solid #fff;
}

.feature_prod .owl-nav .owl-prev {
  margin-right: 5px;
}

.inner_prod {
  text-align: center;
  background-color: #fff;
  border: 1px solid #ebebeb;
  position: relative;
}

.inner_prod .prod_img {
  overflow: hidden;
  padding-top: 10px;
}

.inner_prod .prod_img img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.inner_prod .prod_name {
  padding: 20px 0px;
}

.inner_prod .prod_name h3 {
  font-size: 14px;
  color: #000;
  font-weight: 900;
  text-transform: capitalize;
}

.inner_prod .prod_name p {
  font-size: 14px;
  color: #000;
  margin: 0;
}

.inner_prod .prod_name h5 {
  width: 147px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #f12d32;
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  margin: 0 auto;
  color: #fff;
  left: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.inner_prod:hover {
  border: 1px solid #f12d32;
}

.inner_prod:hover .prod_img img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}

.inner_prod:hover .prod_name h5 {
  -webkit-transform: scale(1);
          transform: scale(1);
  left: 30%;
}

.seasonal-product {
  background: -webkit-gradient(linear, left top, right top, color-stop (29%, #fff), color-stop(29%, #fff));
  background: linear-gradient(90deg, #ffff 29%, #fff 29%);
  position: relative;
  padding: 55px 0px;
}

.seasonal-product h2 {
  font-size: 24px;
  color: black;
  text-transform: uppercase;
  position: absolute;
  left: -132px;
  top: 250px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: 0;
}

.season-img {
  padding-left: 50px;
}

.season-des h3 {
  font-size: 23px;
  color: black;
  text-transform: uppercase;
  margin: 0;
}

.season-des h4 {
  font-size: 35px;
  color: #f12d32;
  text-transform: uppercase;
  margin: 0;
}

.season-des h5 {
  font-size: 40px;
  text-transform: uppercase;
  margin: 0;
  color: black;
}

.season-des h6 {
  font-size: 25px;
  color: #f12d32;
  font-style: italic;
  margin: 0;
  text-transform: uppercase;
}

.season-des h6 span {
  color: #f1b72d;
}

.season-des a {
  width: 158px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #fff;
  border-bottom: 5px solid #fff;
  display: block;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  background-color: #0f1014;
  z-index: 9;
  position: relative;
  -webkit-transition: 2s;
  transition: 2s;
  margin-top: 20px;
}

.season-des a:after {
  position: absolute;
  width: 0;
  background-color: #f12d32;
  top: 0;
  content: "";
  height: 100%;
  z-index: -1;
  -webkit-transition: 1s;
  transition: 1s;
  left: 0;
}

.season-des a:hover:after {
  width: 100%;
}

.socail-wall {
  position: relative;
  background-color: #fff;
  padding: 70px 0px;
}

.socail-wall h2 {
  font-size: 24px;
  color: black;
  margin: 0;
  position: absolute;
  top: 130px;
  left: 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  text-transform: uppercase;
}

.socail-wall .gallery-img img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.socail-wall .gallery-img:hover img {
  opacity: 0.9;
}

.shipping {
  padding: 70px 0px 50px 0px;
  background-color: #ffff;
}

.shipping .pad_btm_20 {
  padding-bottom: 20px;
}

.shipping .d-flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.shipping .d-flex img {
  margin-right: 15px;
}

.shipping .d-flex .flex-body h5 {
  font-size: 14px;
  color: black;
  text-transform: capitalize;
  font-weight: 900;
}

.shipping .d-flex .flex-body p {
  font-size: 13px;
  margin: 0;
  color: black;
}

footer {
  background-color: #f12d32;
}

.top-footer {
  padding: 70px 0px 40px 0px;
  border-bottom: 1px solid #2a2a2a;
}

.top-footer .inner-link h2 {
  font-size: 15px;
  color: #000;
  margin: 0;
  padding-bottom: 15px;
  text-transform: capitalize;
}

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

.top-footer .inner-link a:hover {
  color: black;
}

.top-footer .inner-link ul {
  margin: 0;
  padding: 0;
}

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

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

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

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

.top-footer .inner-link form button {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 900;
  height: 47px;
  line-height: 47px;
  width: 149px;
  text-align: center;
  background-color: #f12d32;
  outline: none;
  border: none;
  color: black;
  float: right;
}

.bottom-footer {
  padding: 10px 0px;
}

.bottom-footer .copy_right p {
  font-size: 13px;
  color: black;
  margin: 0;
  padding: 8px 0px;
}

.bottom-footer .copy_right p a {
  font-size: 13px;
  color: black;
}

.bottom-footer .copy_right p a:hover {
  color: #f12d32;
}

.bottom-footer .footer-social {
  text-align: right;
}

.bottom-footer .footer-social ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}

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

.bottom-footer .footer-social ul li a {
    font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  height: 36px;
  line-height: 36px;
  width: 36px;
  text-align: center;
  background-color: #fff;
  outline: none;
  border: none;
  color: #000000;
  float: right;
  display: block;
}

.bottom-footer .footer-social ul li a:hover {
  background-color: #000000;
}

@media (max-width: 1400px) {
  .top-right .left_menu ul li a {
    font-size: 17px;
    padding: 0 15px;
  }
  .about_main .about-right h1 span {
    font-size: 50px;
    right: -25px;
  }
  .about_main .about-right h2 {
    font-size: 39px;
  }
  .service_inner {
    padding: 40px 20px;
  }
  .service_inner .service-detail p {
    font-size: 12px;
    padding-bottom: 20px;
  }
  .feature_prod .owl-nav {
    position: absolute;
    left: -285px;
    bottom: 150px;
  }
  .socail-wall h2 {
    left: -20px;
  }
  .seasonal-product h2 {
    left: -150px;
  }
}

@media (max-width: 1300px) {
  .cate_main h1 {
    position: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    top: inherit;
    left: inherit;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
  }
  .cate_main h1 {
    position: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    top: inherit;
    left: inherit;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
  }
  
  .socail-wall h2 {
    font-size: 24px;
    color: #fff;
    margin: 0;
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    text-transform: uppercase;
  }
  .top-footer .inner-link p {
    padding-right: 20px;
  }
  .socail-wall h2 {
    margin-bottom: 10px;
    padding-left: 34px;
  }
  .main_banner {
    padding: 0 40px;
  }
  
}

@media (max-width: 1200px) {
  .right-bar .search form input {
    width: 90%;
  }
  .top-right .left_menu ul li a {
    font-size: 14px;
    padding: 0 13px;
  }
  .about_main .about-right h1 {
    font-size: 125px;
  }
  .about_main .about-right h1 span {
    font-size: 40px;
    right: -10px;
  }
  .about_main .about-right h2 {
    font-size: 30px;
  }
  .service_inner .service-detail h2 {
    font-size: 25px;
  }
  .cate_main .d-flex .cate-name {
    padding: 0px 10px;
  }
  .cate_main .inner_cate .cate-name h2 {
    font-size: 25px;
    
  }
  .cate_main .d-flex .cate-name {
    padding: 0px 10px;
  }
  .cate_main .inner_cate .cate-name h2 {
    font-size: 25px;
    
  }
  .sublimation-inner .sublimation_detail p {
    font-size: 13px;
  }
  .feature_prod .owl-nav {
    position: absolute;
    left: -240px;
    bottom: 85px;
  }
  .socail-wall h2 {
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  header {
    display: none;
  }
  .mobile-header {
    display: block;
    background-color: #f12d32;
  }
  .mobile-header .logo {
    position: inherit;
  }
  .basket-bar {
    text-align: right;
    padding: 20px 0px 10px 0;
  }
  .left_menu {
    padding-top: 0;
    text-align: right;
  }
  .left_menu ul li a {
    font-size: 17px;
  }
  .main_banner {
    padding: 0;
  }
  .about_main {
    padding: 70px 0px 70px 0;
  }
  .about_main .about-right {
    padding: 0 20px 35px;
  }
  .about_main .about-left h3 {
    font-size: 25px;
  }
  .about_main .about-right h2 {
    font-size: 26px;
  }
  .about_main .about-right h1 span {
    font-size: 28px;
    right: -10px;
  }
  .cate_main .inner_cate .cate-name {
    padding: 30px 10px;
  }
  .cate_main .inner_cate .cate-name h2 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .cate_main .inner_cate .cate-name p {
    font-size: 12px;
  }
  .sublimation-services {
    padding: 70px 0px;
  }
  .sublimation-inner {
    padding: 0 0px;
  }
  .sublimation-inner .sublimation_detail h2 {
    font-size: 20px;
  }
  .feature_prod .owl-nav {
    left: -175px;
  }
  .feature_prod .prod_heading h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .feature_prod .prod_heading p {
    padding-right: 0;
  }
  .seasonal-product h2 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    position: inherit;
    left: inherit;
    top: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    margin: 0;
  }
  .season-des h3 {
    font-size: 18px;
  }
  .basket-bar ul li.d_none {
    display: none;
  }
}

@media (max-width: 768px) {
    .sidenav {
    background-color: #fff!important;
  }
  .basket-bar ul li.d_none {
    display: inline-block;
  }
  .mobile-header .logo {
    text-align: center;
  }
  .basket-bar {
    text-align: center;
  }
  .about_main .about-left h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .sidenav {
    display: block;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #141211;
    overflow-x: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding-top: 60px;
  }
  .sidenav a.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: black;
  }
  .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: black;
    display: block;
    text-transform: uppercase;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    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: #f12d32;
  }
  .sidenav ul li ul.dropdown-menu li a {
    font-size: 14px;
    color: #fff;
  }
  .about_main {
    padding: 20px 0px 20px 0;
  }
  .about_main .about-left {
    padding-right: 0;
  }
  .about_main .about-left {
    padding-bottom: 20px;
  }
  .about_main .about-right h2 {
    text-align: left !important;
  }
  .service_inner {
    padding: 40px 20px 0 20px;
    margin-bottom: 20px;
  }
  .last_servic {
    padding-bottom: 20px;
  }
  .cate_main .inner_cate .cate-name {
    padding: 5px 10px;
  }
  .services {
    background-color: #ffff;
    padding: 0 0 20px 0;
  }
  .cate_main {
    padding-bottom: 20px;
  }
  .sublimation-services {
    padding: 20px 0px;
  }
  .feature_prod .prod_heading {
    padding-top: 0;
  }
  .feature_prod {
    padding: 20px 0px;
  }
  .feature_prod .prod_heading p {
    padding-bottom: 15px;
  }
  .seasonal-product h2 {
    font-size: 17px;
    padding-bottom: 15px;
    padding-left: 10px;
  }
  .seasonal-product {
    background: #ffff !important;
    padding: 20px 0px;
  }
  .season-img {
    padding-left: 0;
  }
  .season-des {
    padding-top: 20px;
  }
  .season-des h4 {
    font-size: 25px;
  }
  .season-des h5 {
    font-size: 30px;
  }
  .season-des h6 {
    font-size: 20px;
  }
  .socail-wall {
    padding: 20px 0px;
  }
  .socail-wall h2 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .gallery-img {
    padding-bottom: 25px;
  }
  .shipping {
    padding: 20px 0px 0px 0px;
  }
  .top-footer {
    padding: 20px 0px 0px 0px;
  }
  .copy_right {
    text-align: center;
  }
  .bottom-footer .footer-social {
    text-align: center;
  }
  .top-footer .inner-link form button {
    margin-bottom: 15px;
    float: left;
  }
}
/*# sourceMappingURL=layout.css.map */