.roboto {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100; }

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal; }

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal; }

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal; }

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal; }

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal; }

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal; }

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal; }

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal; }

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal; }

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal; }

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic; }

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic; }

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic; }

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic; }

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic; }

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic; }

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic; }

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic; }

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic; }

* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  list-style-type: none; }

a {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #ac1d21;
    text-decoration: none; }

.discover-now {
  border: 2px solid #fff;
  width: 220px;
  height: 54px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  font-size: 22px;
  right: 30px;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s; }
  .discover-now i.fa {
    margin-left: 15px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s; }
  .discover-now:hover {
    border-color: #ac1d21;
    color: #ac1d21;
    text-decoration: none; }
    .discover-now:hover i.fa {
      margin-left: 25px; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 18px; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase; }

.header-logo {
  height: 80px; }

.main-header-sec {
  background: #000;
  color: #ac1d21;
  position: relative; }
  .main-header-sec .bg-light {
    background: transparent; }
  .main-header-sec .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .main-header-sec .main-nav .nav-link {
      color: #fff;
      text-transform: capitalize;
      font-size: 15px; }
    .main-header-sec .main-nav .dropdown-item {
      text-transform: uppercase; }
    .main-header-sec .main-nav .header-right-sec {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .main-header-sec .main-nav .search-sec {
      height: 40px;
      margin-top: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border: 1px solid #475468;
      background: #1b2534;
      padding: 10px;
      color: #fff;
      width: 180px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .main-header-sec .main-nav .search-sec .search-field {
        border: none;
        background: transparent;
        color: #fff;
        width: 95%; }
        .main-header-sec .main-nav .search-sec .search-field:focus {
          outline: none;
          -webkit-box-shadow: none;
          box-shadow: none; }
      .main-header-sec .main-nav .search-sec .search-btn {
        border: none;
        color: #fff;
        outline: none;
        background: transparent; }
        .main-header-sec .main-nav .search-sec .search-btn:focus {
          outline: none;
          -webkit-box-shadow: none;
          box-shadow: none; }
        .main-header-sec .main-nav .search-sec .search-btn:hover {
          color: #ac1d21; }
    .main-header-sec .main-nav .dropdown-toggle::after {
      display: none; }
  .main-header-sec .navbar-light .navbar-nav .active > .nav-link, .main-header-sec .navbar-light .navbar-nav .nav-link.active, .main-header-sec .navbar-light .navbar-nav .nav-link.show, .main-header-sec .navbar-light .navbar-nav .show > .nav-link {
    color: #ac1d21; }
  .main-header-sec .navbar-light .navbar-nav .nav-link:focus, .main-header-sec .navbar-light .navbar-nav .nav-link:hover {
    color: #ac1d21; }
  .main-header-sec .cutom-nav-link {
    white-space: nowrap; }
  .main-header-sec .dropdown-menu {
    min-width: 20rem;
    background: #f5f5f5;
    color: #fff;
    border-top: 5px solid #ac1d21;
    border-bottom: 5px solid #ac1d21;
    padding: 0px;
    line-height: 28px; }
    .main-header-sec .dropdown-menu .dropdown-item:focus, .main-header-sec .dropdown-menu .dropdown-item:hover {
      background: #1b2534;
      color: #fff; }
  .main-header-sec .logo {
    background: transparent;
    right: 0px;
    margin-left: 15px;
    position: relative;
    z-index: 3; }
    .main-header-sec .logo img {
      width: 190px; }
    @media screen and (max-width: 990px) {
      .main-header-sec .logo {
        padding: 5px 0; }
        .main-header-sec .logo img {
          max-width: 80%;
          display: block;
          margin: 0 auto; } }
    @media screen and (max-width: 990px) {
      .main-header-sec .logo {
        padding: 5px 0; }
        .main-header-sec .logo img {
          max-width: 54%;
          display: block;
          margin: -10px auto; } }
  .main-header-sec .navbar-toggler-icon {
    color: #ac1d21; }
  @media screen and (min-width: 1140px) {
    .main-header-sec {
      position: fixed;
      top: 0px;
      width: 100%;
      z-index: 3;
      left: 0px; } }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    -ms-flex-flow: wrap;
    flex-flow: wrap; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .6rem;
    padding-left: .6rem; }
  header {
    padding-top: 80px; } }

.large-categories {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }
  @media screen and (max-width: 640px) {
    .large-categories {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .large-categories .cat-wraper {
    width: 49.5%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 640px) {
      .large-categories .cat-wraper {
        width: 98%; } }
    .large-categories .cat-wraper img {
      transition: all 8s;
      -webkit-transition: all 8s;
      -o-transition: all 8s;
      -ms-transition: all 8s; }
    .large-categories .cat-wraper:hover img {
      -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
      transform: scale(1.4); }

.small-categories {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .small-categories .cat-wraper-small {
    width: 32.6%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden !important; }
    @media screen and (max-width: 990px) {
      .small-categories .cat-wraper-small {
        width: 49%;
        margin: 20px auto; } }
    @media screen and (max-width: 640px) {
      .small-categories .cat-wraper-small {
        width: 98%; } }
    .small-categories .cat-wraper-small img {
      transition: all 8s;
      -webkit-transition: all 8s;
      -o-transition: all 8s;
      -ms-transition: all 8s; }
    .small-categories .cat-wraper-small:hover img {
      -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
      transform: scale(1.4); }

.cat-wraper-small {
  overflow: hidden; }

.feature-swiper-pro {
  padding: 40px 0; }
  .feature-swiper-pro .feature-heading {
    font-size: 45px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
    color: #ac1d21; }
  @media screen and (max-width: 570px) {
    .feature-swiper-pro {
      padding-top: 10px; }
      .feature-swiper-pro .feature-heading {
        font-size: 18px;
        margin-bottom: 20px; } }

.main-content-section {
  overflow: hidden; }

.promo-banner-parallex {
  padding-top: 70px;
  width: 100%;
  height: 90vh;
  background: url(../images/promo-banner.jpg) fixed no-repeat center center;
  background-size: contain; }
  @media screen and (max-width: 570px) {
    .promo-banner-parallex {
      background-size: contain;
      height: 21vh; } }

.swiper-container1 {
  overflow: hidden; }

.main-footer-sec {
  padding: 10px 0 10px;
  color: #000;
  background: #f9f9f9; }
  .main-footer-sec .footer-logo-sec {
    color: #000;
    line-height: 18px;
    margin-bottom: 20px; }
    .main-footer-sec .footer-logo-sec .footer-logo {
      margin-bottom: 10px;
      height: 100px; }
    .main-footer-sec .footer-logo-sec h1 {
      font-size: 18px;
      text-transform: uppercase; }
    .main-footer-sec .footer-logo-sec address {
      font-size: 16px; }
      .main-footer-sec .footer-logo-sec address i {
        display: inline-block;
        width: 30px;
        font-size: 20px;
        text-align: left; }
      .main-footer-sec .footer-logo-sec address i.fa-whatsapp {
        color: #0e975b; }
  .main-footer-sec .footer-links {
    margin-top: 15px; }
    .main-footer-sec .footer-links h3 {
      font-size: 24px;
      margin-bottom: 30px;
      color: #ac1d21;
      margin-bottom: 20px; }
    .main-footer-sec .footer-links strong {
      font-size: 40px;
      font-style: italic;
      font-weight: 300;
      color: #ac1d21; }
    .main-footer-sec .footer-links ul li {
      font-size: 16px;
      font-weight: 400;
      text-transform: uppercase; }
      .main-footer-sec .footer-links ul li a {
        color: #000; }
        .main-footer-sec .footer-links ul li a:hover {
          color: #ac1d21;
          padding-left: 10px; }
      .main-footer-sec .footer-links ul li h2 {
        font-size: 18px;
        font-weight: 400; }
    .main-footer-sec .footer-links .news-letter-field {
      border: none;
      color: #000;
      border-bottom: 1px solid #475468;
      background: transparent;
      width: 71%;
      padding: 5px 10px; }
      .main-footer-sec .footer-links .news-letter-field:focus {
        outline: none;
        border: none; }
    .main-footer-sec .footer-links .submit {
      width: 27%;
      background: transparent;
      border: 1px solid #ac1d21;
      color: #000;
      padding: 5px 10px; }
      .main-footer-sec .footer-links .submit:hover {
        background: #ac1d21;
        color: #000; }
  .main-footer-sec .copy-right {
    margin-top: 25px; }
    .main-footer-sec .copy-right p {
      margin-bottom: 5px; }
    .main-footer-sec .copy-right a {
      color: #ac1d21; }
      .main-footer-sec .copy-right a:hover {
        color: #000; }

@media (min-width: 992px) {
  .navbar-expand-lg {
    padding: .5rem 0rem; } }

@media screen and (max-width: 1040px) {
  .navbar {
    padding: .5rem 0rem; } }

@media screen and (max-width: 990px) {
  .main-header-sec {
    height: auto;
    padding-bottom: 0px; }
    .main-header-sec .main-nav {
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
  .navbar {
    z-index: 66; }
  .navbar-toggler {
    color: #ac1d21;
    margin-top: 15px; }
    .navbar-toggler i.fa {
      font-size: 30px; } }

@media screen and (max-width: 640px) {
  .small-categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .cat-wraper-small {
    width: 100%; }
  .main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
  .sidebar {
    width: 100%; }
  .main-products-wraper {
    width: 100%;
    height: auto !important; }
  .products-list li {
    width: 100%; }
  .navbar-toggler {
    margin-top: 0px; }
  .main-header-sec .logo {
    position: absolute;
    -webkit-transform: translate(0%, 17%);
    -ms-transform: translate(0%, 17%);
    transform: translate(0%, 17%); } }

.main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.main-products-wraper,
.sidebar {
  padding: 15px;
  background-color: #fff; }

.main-products-wraper {
  width: 70%;
  min-height: 80vh; }
  @media screen and (max-width: 90px) {
    .main-products-wraper {
      width: 59%; } }
  @media screen and (max-width: 640px) {
    .main-products-wraper {
      width: 100%; } }

.sidebar {
  width: 27%;
  -webkit-box-shadow: 0 0 23px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 23px rgba(0, 0, 0, 0.3);
  position: -webkit-sticky;
  position: sticky;
  top: 80px; }
  .sidebar .breadcrumb {
    background: transparent; }
    .sidebar .breadcrumb a.active {
      color: #ac1d21; }
  @media screen and (max-width: 90px) {
    .sidebar {
      width: 40%; } }
  @media screen and (max-width: 640px) {
    .sidebar {
      width: 100%; } }

.categories-container [data-toggle="collapse"] .fa:after {
  content: "\f139";
  position: absolute;
  right: 15px;
  bottom: 5px; }

.categories-container [data-toggle="collapse"].collapsed .fa:after {
  content: "\f13a";
  position: absolute;
  right: 15px;
  bottom: 5px; }

.categories-container .card {
  margin-bottom: 20px;
  border: none; }

.categories-container .card-header {
  padding: 0px;
  border: none;
  background: transparent; }
  .categories-container .card-header h5 {
    position: relative;
    padding: .75rem 1.25rem; }

.products-accodian li h2 {
  padding-left: 15px;
  font-size: 16px;
  color: #000; }
  .products-accodian li h2:hover a {
    color: #1b2534; }

.products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }
  .products-list li {
    width: 31%;
    margin: 15px 0px; }
    .products-list li:hover {
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 90px) {
      .products-list li {
        width: 48%; } }
    @media screen and (max-width: 640px) {
      .products-list li {
        width: 100%; } }

.product-wraper .pro-info {
  padding: 10px 0 0 10px;
  border-top: 1px solid #000; }
  .product-wraper .pro-info h2 {
    font-size: 20px; }

.product-wraper:hover a {
  color: #1b2534; }

.page-link:hover {
  color: #000; }

.page-link {
  color: #000; }

.large-sidebar {
  width: 100%;
  margin: 30px 0; }

.large-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .large-view .other-views {
    margin-right: 15px;
    position: relative; }
    .large-view .other-views li {
      margin: 10px 0; }
    .large-view .other-views .mz-thumb-selected {
      opacity: 1; }
    .large-view .other-views .specification {
      position: absolute;
      bottom: 0px;
      height: 200px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .large-view .other-views .specification span {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      @media screen and (max-width: 1020px) {
        .large-view .other-views .specification {
          display: none; } }

.large-view-des-wraper {
  padding-top: 50px; }
  .large-view-des-wraper h2 {
    color: #ac1d21;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 15px;
    font-weight: 700; }
    @media screen and (max-width: 640px) {
      .large-view-des-wraper h2 {
        font-size: 24px; } }
  .large-view-des-wraper strong {
    display: block;
    margin-bottom: 50px;
    font-weight: 500; }
  .large-view-des-wraper b {
    font-size: 40px;
    display: block;
    font-weight: 700;
    text-transform: uppercase; }
  .large-view-des-wraper .size-container {
    border-top: 1px solid #000;
    margin-top: 15px;
    padding-top: 20px; }
    .large-view-des-wraper .size-container .size-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
      font-weight: bold;
      font-size: 16px; }
      .large-view-des-wraper .size-container .size-top span {
        font-size: 20px;
        text-transform: uppercase; }
      .large-view-des-wraper .size-container .size-top a {
        text-decoration: underline;
        color: #000;
        font-weight: bold; }
        .large-view-des-wraper .size-container .size-top a:hover {
          color: #ac1d21; }
  .large-view-des-wraper .sizes span {
    text-align: center;
    display: block; }
  .large-view-des-wraper .sizes input[type="radio"] {
    display: none; }
  .large-view-des-wraper .sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px; }
  .large-view-des-wraper .sizes label {
    font-size: 16px;
    cursor: pointer;
    margin: 0 5px;
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%; }
  .large-view-des-wraper .sizes input[type="radio"]:checked + label {
    border: 1px solid #ac1d21;
    width: 55px;
    height: 55px; }
  .large-view-des-wraper .sizes input[type="radio"] + label {
    border: 1px solid #c2c2c2; }

.pretty .state label:before {
  border-color: #f0ad4e; }

.black-btn {
  background: #ac1d21;
  color: #fff;
  border-radius: 5px;
  padding: 10px 30px;
  margin-top: 10px;
  border: none;
  text-transform: uppercase;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  margin-top: 30px; }
  .black-btn:hover {
    color: #ac1d21;
    background: #000; }
  @media screen and (max-width: 640px) {
    .black-btn {
      margin-top: 15px; } }

.large-page-description {
  padding: 50px 0;
  background: #eeeded;
  color: #000; }

.descripotion-heading {
  position: relative; }
  .descripotion-heading h5 {
    top: 10px;
    font-size: 90px;
    color: #a6a5a5;
    font-weight: 500;
    display: none; }
    @media screen and (max-width: 700px) {
      .descripotion-heading h5 {
        font-size: 28px;
        position: static; } }
  .descripotion-heading h6 {
    position: static;
    top: 50px;
    left: 5px;
    color: #ac1d21;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px; }
    @media screen and (max-width: 700px) {
      .descripotion-heading h6 {
        font-size: 24px;
        position: static; } }

.large-des-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 34%;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: revert;
  flex-direction: revert;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 30px; }

.size .sizes input[type="radio"] + label {
  margin-bottom: 10px; }

.main-size-wraper b {
  font-size: 13px;
  display: block;
  margin-top: 25px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  letter-spacing: 2px; }

.main-size-wraper span {
  text-align: center;
  display: block;
  text-transform: uppercase; }

.main-size-wraper .sizes input[type="radio"] {
  display: none; }

.main-size-wraper .sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 10px; }

.main-size-wraper .sizes label {
  font-size: 16px;
  cursor: pointer;
  margin: 0 5px;
  width: 28px;
  height: 28px;
  padding: 2px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.main-size-wraper .inner-color {
  width: 24px;
  height: 24px;
  padding: 2px;
  border-radius: 50%; }

.main-size-wraper .orange {
  background: #ec8238; }

.main-size-wraper .green {
  background: #0cba00; }

.main-size-wraper .yellow {
  background: #cdf336; }

.main-size-wraper .white {
  background: #000; }

.main-size-wraper .sizes input[type="radio"]:checked + label {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  padding: 2px;
  -webkit-box-shadow: 0 0 1px 2px #ac1d21;
  box-shadow: 0 0 1px 2px #ac1d21; }

.main-size-wraper .sizes input[type="radio"] + label {
  -webkit-box-shadow: 0 0 1px 2px #c2c2c2;
  box-shadow: 0 0 1px 2px #c2c2c2;
  margin-bottom: 8px;
  margin-right: 20px; }

.quantity {
  width: 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .quantity .numbers-div {
    position: relative; }
    .quantity .numbers-div strong {
      font-size: 18px;
      display: block;
      color: #ac1d21;
      margin-top: 15px;
      font-weight: 400; }
  .quantity span {
    padding-right: 10px; }

.inquiry-btn {
  border-top: 1px solid #dbdbdb;
  padding: 20px 0; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.numbers-div input {
  width: 44px;
  height: 30px;
  /* border-radius: 100%; */
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  left: 55px;
  font-weight: 400;
  font-size: 18px; }
  .numbers-div input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: none; }

.quantity-nav {
  position: relative;
  height: 42px;
  width: 150px; }

.quantity-button.quantity-up {
  position: absolute;
  height: 25px;
  right: 6px;
  top: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  font-size: 24px;
  padding-left: 6px; }

.quantity-button.quantity-down {
  position: absolute;
  left: 57px;
  height: 50%;
  top: 8%;
  font-size: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 5px 0 10px 6px;
  height: 26px; }

.quantity-button {
  position: relative;
  cursor: pointer;
  width: 25px;
  text-align: center;
  color: #333;
  font-size: 13px;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  height: 25px; }

.contactus-wraper h5 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin: 30px 0; }

.contactus-wraper h4 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 45px 0; }

.contactus-wraper .feedbackform {
  background: #efefef;
  color: #000; }

.contactus-wraper .feedbackbtn {
  background: #ac1d21;
  color: #fff;
  border: none;
  text-transform: uppercase;
  float: right;
  margin: 15px 0;
  padding: 10px 25px; }

.google-map {
  margin: 45px auto; }

.address-wraper {
  padding: 15px 0;
  border-top: 1px solid #1b2534;
  border-bottom: 1px solid #1b2534; }
  .address-wraper .address-contents {
    background: #ac1d21;
    padding: 15px 0;
    color: #fff; }
  .address-wraper .address span {
    text-align: center;
    font-size: 20px;
    display: inline-block;
    border-radius: 360px;
    border: 1px solid #fff;
    height: 50px;
    width: 50px;
    padding-top: 10px;
    float: left;
    margin: 5px 10px 0 0; }
  .address-wraper .address address {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px; }
    .address-wraper .address address a {
      color: #fff; }
      .address-wraper .address address a:hover {
        color: #000; }

.cat-img-wraper {
  margin-bottom: 20px;
  padding-bottom: 15px;
  margin-top: 15px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px 0px #d5d5d5;
  box-shadow: 0px 0px 15px 0px #d5d5d5; }
  .cat-img-wraper h1 {
    margin: 10px 0;
    font-size: 25px;
    color: #555555;
    text-transform: uppercase; }
  .cat-img-wraper p {
    width: 85%;
    margin: 0 auto; }
    .cat-img-wraper p a {
      padding: 10px;
      display: block;
      background: #000;
      color: #fff;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: 600; }
  .cat-img-wraper:hover p a {
    background: #ac1d21;
    color: #fff; }
  .cat-img-wraper:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); }

.social-media-sec {
  margin-top: 20px; }
  .social-media-sec h6 {
    font-size: 20px;
    font-weight: 600; }
  .social-media-sec ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .social-media-sec ul li a {
      padding: 10px 15px 10px 0;
      color: #000;
      font-size: 30px; }
      .social-media-sec ul li a:hover {
        color: #ac1d21; }

.pro-thumbnail {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  .pro-thumbnail .pro-img {
    height: 350px; }

.aboutus-wraper {
  padding-bottom: 50px; }
  .aboutus-wraper h5 {
    font-size: 30px;
    text-transform: uppercase;
    margin: 15px 0 0 0; }
  .aboutus-wraper .aboutus-wrapper h1, .aboutus-wraper .aboutus-wrapper h2 {
    font-size: 24px;
    margin: 15px 0 0 0; }
  .aboutus-wraper .aboutus-wrapper p {
    font-size: 16px;
    margin-bottom: 15px; }
  .aboutus-wraper .inner-about-content {
    margin: 15px 0; }
    .aboutus-wraper .inner-about-content h2, .aboutus-wraper .inner-about-content h4 {
      font-size: 24px;
      text-transform: uppercase; }

@media screen and (max-width: 570px) {
  .mob-col-12 {
    padding: 0px !important; }
  .header-logo {
    height: 36px !important; } }

.navbar-collapse {
  padding-left: 10px; }

sup {
  color: red; }

.google-translator {
  display: none; }

.aboutus-wrapper h1 {
  font-size: 30px;
  color: #ac1d21; }

.aboutus-wrapper h2 {
  color: #ac1d21;
  font-size: 24; }

.aboutus-wrapper h3, .aboutus-wrapper h4 {
  color: #ac1d21;
  font-size: 24; }

.aboutus-wrapper .inner-about-content ol {
  list-style-type: upper-alpha; }
  .aboutus-wrapper .inner-about-content ol li {
    list-style-type: lower-roman !important; }

.aboutus-wrapper .inner-about-content ul {
  list-style-type: disc; }
  .aboutus-wrapper .inner-about-content ul li {
    list-style-type: disc !important; }
