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

h1, h2, h3, h4, h5, h6, p, ul, li, strong, span, address {
  padding: 0px;
  margin: 0px;
  font-family: "Montserrat", sans-serif !important;
}

.img-fluid {
  max-width: 100%;
}

body {
  padding-top: 111px;
  color: #000;
  font-family: "Montserrat", sans-serif !important;
}

@media screen and (max-width: 766px) {
  body {
    padding-top: 55px;
  }
}

.carousel-products-wraper {
  padding-top: 60px;
}

.product-thumbnail {
  padding: 0px;
}

.product-container .product-info {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  color: #000;
}

.product-container .product-info h1 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
}

.product-container .product-info strong {
  color: #000;
  width: 150px;
  text-align: right;
  font-size: 15px;
  font-weight: 600;
}

.product-container h2 {
  font-size: 16px;
  font-weight: 300;
  color: #8e8e8e;
  margin-bottom: 10px;
}

.product-container .btn {
  border-radius: 25px;
  padding: 15px 25px;
  color: #fff;
  background: #000;
  border: none;
  outline: none;
}

.product-container .btn:hover {
  background-image: linear-gradient(90deg, #000 25%, #49286B 75%, #49286B 100%);
  background-size: 400% 100%;
  color: #fff;
  background-position: 100% 0;
  background-size: 400% 100%;
  color: #fff;
}

.product-container .btn:focus, .product-container .btn:active {
  border: none;
  outline: none;
}

.about-company-wraper {
  padding-top: 30px;
  position: relative;
}

.about-company-wraper .thumb1 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .about-company-wraper .thumb1 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .about-company-wraper .thumbs {
    display: none;
  }
}

.about-comp {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
}

.about-comp h1 {
  text-transform: uppercase;
  font-size: 4vw;
  font-weight: 700;
}

.about-comp span {
  font-size: 4vw;
  font-weight: 300;
  text-transform: uppercase;
}

.about-comp p {
  font-size: 14px;
  margin-bottom: 20px;
}

.about-comp .btn {
  border-radius: 25px;
  padding: 15px 25px;
  color: #fff;
  background: #000;
  border: none;
  outline: none;
}

.about-comp .btn:hover {
  background-image: linear-gradient(90deg, #000 25%, #49286B 75%, #49286B 100%);
  background-size: 400% 100%;
  color: #fff;
  background-position: 100% 0;
  background-size: 400% 100%;
  color: #fff;
}

.about-comp .btn:focus, .about-comp .btn:active {
  border: none;
  outline: none;
}

.discover-categories {
  margin-top: 60px;
}

.main-headings {
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .main-headings {
    font-size: 24px;
  }
}

@media screen and (max-width: 560px) {
  .main-headings {
    font-size: 18px;
  }
}

.category-container {
  text-align: center;
  margin-left: -12rem;
}

.category-container .product-info {
  width: 82%;
  text-align: center;
}

.category-container h1 {
  font-size: 25px;
  font-weight: 600;
  margin: 15px 0 10px;
}

.category-container a {
  color: #000;
  font-size: 16px;
}

.category-container .cat-thumbnail {
  border-radius: .5rem;
  margin-left: -0.3rem;
  position: relative;
  overflow: hidden;
  transform-origin: bottom left;
  border-radius: .5rem;
}

.category-container .cat-thumbnail img {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
  background: #a9a9a9;
}

.category-container .cat-thumbnail:before, .category-container .cat-thumbnail:after {
  content: "";
  display: table;
  width: 1px;
  margin-left: -1px;
  clear: both;
}

.category-container .cat-thumbnail:before {
  padding-bottom: 100%;
  float: left;
}

.cross-category-item_link {
  display: inline-block;
  position: relative;
  padding: 0 0 .6rem;
  transition: .3s ease-in-out;
  border: 0;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #000 25%, #49286B 75%, #A99FCD 100%);
  background-size: 400% 100%;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
  -webkit-text-decoration-thickness: .4rem;
  text-underline-position: under;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 2.5rem;
}

.cross-category-item_link:hover {
  background-position: 100% 0;
  text-decoration: underline;
  -webkit-text-decoration-color: #A99FCD;
  text-decoration-color: #A99FCD;
  -webkit-text-decoration-thickness: .4rem;
}

.swiper-container-categories {
  overflow: hidden;
  position: relative;
}

.swiper-container-categories .swiper-button-disabled {
  visibility: hidden;
}

.swiper-button-next, .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #000;
  border: none;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  background-image: linear-gradient(90deg, #000 25%, #49286B 75%, #49286B 100%);
  background-size: 400% 100%;
  color: #fff;
  background-position: 100% 0;
  background-size: 400% 100%;
  color: #fff;
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #fff;
  font-size: 24px;
}

.more-heading {
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  font-weight: bolder;
  margin-bottom: 30px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .more-heading {
    font-size: 24px;
  }
}

@media screen and (max-width: 560px) {
  .more-heading {
    font-size: 18px;
  }
}

.catalogue {
  margin: 80px 0;
}

.catalogue .gallery-box {
  background: url(../images/workflow-chart.jpg) no-repeat center;
}

.catalogue .catalogue-box {
  background: url(../images/catalogue-thumbnail.jpg) no-repeat center;
}

.catalogue .thumbnail-bg {
  width: 100%;
  height: 600px;
  background-size: cover;
  position: relative;
}

.catalogue .thumbnail-bg .detail {
  position: absolute;
  left: 15px;
  bottom: 25px;
}

.catalogue .thumbnail-bg .detail h4 {
  line-height: 28px;
  font-weight: bold;
  font-size: 35px;
  color: #fff;
}

.catalogue .thumbnail-bg .detail .more-view {
  border-radius: 25px;
  padding: 15px 25px;
  color: #fff;
  background: #000;
  border: none;
  outline: none;
  margin-top: 15px;
}

.catalogue .thumbnail-bg .detail .more-view:hover {
  background-image: linear-gradient(90deg, #000 25%, #49286B 75%, #49286B 100%);
  background-size: 400% 100%;
  color: #fff;
  background-position: 100% 0;
  background-size: 400% 100%;
  color: #fff;
}

.catalogue .thumbnail-bg .detail .more-view:focus, .catalogue .thumbnail-bg .detail .more-view:active {
  border: none;
  outline: none;
}

.support-container {
  background-color: #f6f6f6;
  padding: 30px 0;
}

.support-container .support-contents {
  text-align: center;
}

.support-container .support-contents h5 {
  text-align: center;
  font-size: 3vw;
  color: #000;
  text-transform: uppercase;
}

.support-container .support-contents p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}

.support-container .support-contents strong {
  color: #000;
  font-size: 18px;
}

.support-container .support-contents address {
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
}

.support-container .support-btn-div {
  display: flex;
  justify-content: space-evenly;
  border-top: 1px solid #e1e1e1;
  margin: 25px 0 0px;
  padding: 20px 0;
}

.support-container .support-btn-div .support-btn {
  width: 30%;
  height: 60px;
  background-color: #000;
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  align-items: center;
  text-align: center;
  text-decoration: none;
}

.support-container .support-btn-div .support-btn:hover {
  background-image: linear-gradient(90deg, #000 25%, #49286B 75%, #49286B 100%);
  background-size: 400% 100%;
  color: #fff;
  background-position: 100% 0;
  background-size: 400% 100%;
  color: #fff;
  text-decoration: none;
}

.footer-sec {
  background-color: #000;
  padding: 40px 0 20px;
  color: #bfbfbf;
}

.footer-sec .footer-colmn-contents {
  color: #bfbfbf;
}

.footer-sec .footer-colmn-contents p {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}

.footer-sec .footer-colmn-contents h6 {
  font-size: 2.8vw;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 300;
}

.footer-sec .footer-colmn-contents .signup-box {
  margin-bottom: 40px;
}

.footer-sec .footer-colmn-contents .signup-box .news-letter-field {
  border: none;
  border-bottom: 2px solid #bfbfbf;
  padding: 10px;
  background-color: transparent;
  width: 100%;
}

.footer-sec .footer-colmn-contents .signup-box .news-letter-field:focus {
  outline: none;
}

.footer-sec .footer-colmn-contents .signup-box p {
  font-size: 14px;
  text-transform: capitalize;
  padding-left: 5px;
}

.footer-sec .footer-colmn-contents .signup-box .subscribe-btn {
  margin-top: 15px;
  border-radius: 25px;
  padding: 15px 25px;
  color: #fff;
  background: #000;
  border: none;
  outline: none;
  background-image: linear-gradient(90deg, #000 25%, #49286B 75%, #49286B 100%);
  background-size: 400% 100%;
  color: #fff;
  background-position: 100% 0;
  background-size: 400% 100%;
  color: #fff;
}

.footer-sec .footer-colmn-contents .signup-box .subscribe-btn:hover {
  background-image: linear-gradient(90deg, #000 25%, #49286B 75%, #49286B 100%);
  background-size: 400% 100%;
  color: #fff;
  background-position: 100% 0;
  background-size: 400% 100%;
  color: #fff;
}

.footer-sec .footer-colmn-contents .signup-box .subscribe-btn:focus, .footer-sec .footer-colmn-contents .signup-box .subscribe-btn:active {
  border: none;
  outline: none;
}

.subscribe-btn {
  margin: 15px;
  border-radius: 25px;
  padding: 15px 25px;
  color: #fff;
  background: #000;
  border: none;
  outline: none;
  background-image: linear-gradient(90deg, #000 25%, #49286B 75%, #49286B 100%);
  background-size: 400% 100%;
  color: #fff;
  background-position: 100% 0;
  background-size: 400% 100%;
  color: #fff;
}

.subscribe-btn:hover {
  background-image: linear-gradient(90deg, #000 25%, #49286B 75%, #49286B 100%);
  background-size: 400% 100%;
  color: #fff;
  background-position: 100% 0;
  background-size: 400% 100%;
  color: #fff;
}

.subscribe-btn:focus, .subscribe-btn:active {
  border: none;
  outline: none;
}

#accordion {
  display: flex;
  justify-content: flex-start;
}

#accordion a {
  color: #fff;
}

.navbar-list > ul {
  display: flex;
  justify-content: flex-start;
}

.navbar-list > ul li {
  margin-right: 60px;
  position: relative;
}

.navbar-list > ul li > a {
  color: #fff !important;
  justify-content: space-between;
  display: flex;
  align-items: center;
  width: 100%;
}

.navbar-list > ul li > a i.fa {
  display: none;
}

.navbar-list > ul li > a:hover {
  cursor: pointer;
  position: relative;
  padding: 0 0 .6rem;
  transition: .3s ease-in-out;
  border: 0;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #000 25%, #49286B 75%, #A99FCD 100%);
  background-size: 400% 100%;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
  -webkit-text-decoration-thickness: .4rem;
  text-underline-position: under;
  cursor: pointer;
  text-decoration: none !important;
  color: #fff;
  margin: 0px;
  padding: 0px;
}

.navbar-list > ul li > a:hover:hover {
  background-position: 100% 0;
  text-decoration: underline;
  -webkit-text-decoration-color: #A99FCD;
  text-decoration-color: #49286B;
  -webkit-text-decoration-thickness: .4rem;
}

.navbar-list > ul li > a i {
  margin-left: 15px;
  font-weight: 300;
}

.navbar-list > ul li:last-child:after {
  display: none;
}

.navbar-list > ul li .dropdown-menu {
  padding: 10px;
  border-radius: 5px;
}

.navbar-list > ul li .dropdown-menu a {
  display: block;
}

.copy-right {
  margin-top: 20px;
  text-align: center;
  color: #bfbfbf;
}

.copy-right a {
  color: #fff;
}

.copy-right a:hover {
  position: relative;
  padding: 0 0 .6rem;
  transition: .3s ease-in-out;
  border: 0;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #000 25%, #49286B 75%, #A99FCD 100%);
  background-size: 400% 100%;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
  -webkit-text-decoration-thickness: .4rem;
  text-underline-position: under;
  cursor: pointer;
}

.copy-right a:hover:hover {
  background-position: 100% 0;
  text-decoration: underline;
  -webkit-text-decoration-color: #A99FCD;
  text-decoration-color: #49286B;
  -webkit-text-decoration-thickness: .4rem;
}

.breadcrumb a:hover {
  position: relative;
  padding: 0 0 .6rem;
  transition: .3s ease-in-out;
  border: 0;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #000 25%, #49286B 75%, #A99FCD 100%);
  background-size: 400% 100%;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
  -webkit-text-decoration-thickness: .4rem;
  text-underline-position: under;
  cursor: pointer;
}

.breadcrumb a:hover:hover {
  background-position: 100% 0;
  text-decoration: underline;
  -webkit-text-decoration-color: #A99FCD;
  text-decoration-color: #49286B;
  -webkit-text-decoration-thickness: .4rem;
}

.swiper-container-large {
  overflow: hidden;
}

.swiper-container-large .swiper-slide img {
  max-width: 100%;
}

.swiper-container-large .swiper-slide-next {
  opacity: 1 !important;
  margin-left: -90px;
}

.swiper-container-large .swiper-slide-next img {
  filter: grayscale(100%);
}

.swiper-container-large .swiper-button-next, .swiper-container-large .swiper-button-prev {
  border-radius: 0px;
}

.swiper-container-large .swiper-button-next {
  right: 8%;
}

.swiper-container-large .swiper-button-prev {
  left: 80.5%;
}

.large-page-container {
  background: #f6f6f6;
}

.large-content-wraper {
  width: 70%;
  margin: 20px auto;
  padding-top: 60px;
}

.large-content-wraper h1 {
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 10px;
}

.large-content-wraper span {
  color: #49286B;
}

.large-content-wraper .large-description {
  padding-top: 50px;
}

.large-content-wraper .large-description strong {
  color: #000;
}

.large-content-wraper .large-description ul.description li {
  margin-top: 10px;
}

.large-content-wraper .large-description ul.description li:before {
  content: "-";
  margin-right: 5px;
}

.large-content-wraper .large-description ul.size-guide {
  display: flex;
  justify-content: space-between;
}

.large-content-wraper .large-description ul.size-guide li {
  margin-top: 35px;
}

.large-content-wraper .large-description ul.size-guide li span {
  color: #000;
}

.large-content-wraper .large-description ul.size-guide li a {
  text-decoration: underline;
  color: #000;
}

.large-content-wraper .large-description ul.size-guide li a:hover {
  position: relative;
  padding: 0 0 .6rem;
  transition: .3s ease-in-out;
  border: 0;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #000 25%, #49286B 75%, #A99FCD 100%);
  background-size: 400% 100%;
  -webkit-text-fill-color: transparent;
  text-decoration: underline;
  -webkit-text-decoration-color: #000;
  text-decoration-color: #000;
  -webkit-text-decoration-thickness: .4rem;
  text-underline-position: under;
  cursor: pointer;
}

.large-content-wraper .large-description ul.size-guide li a:hover:hover {
  background-position: 100% 0;
  text-decoration: underline;
  -webkit-text-decoration-color: #A99FCD;
  text-decoration-color: #49286B;
  -webkit-text-decoration-thickness: .4rem;
}

.large-content-wraper .large-description .sizes {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.large-content-wraper .large-description .sizes li {
  /* IMAGE STYLES */
  /* CHECKED STYLES */
}

.large-content-wraper .large-description .sizes li [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.large-content-wraper .large-description .sizes li [type=radio] + p {
  cursor: pointer;
  width: 125px;
  height: 40px;
  border-radius: 20px;
  margin-right: 15px;
  margin-top: 15px;
  padding: 0px 0px;
  background: transparent;
  border: 2px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

.large-content-wraper .large-description .sizes li [type=radio]:checked + p {
  width: 125px;
  height: 40px;
  border-radius: 20px;
  margin-right: 15px;
  margin-top: 15px;
  padding: 0px 0px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, #000 25%, #ff2626 75%, #f92 100%);
  background-size: 400% 100%;
  color: #fff;
  background-position: 100% 0;
  background-size: 400% 100%;
}

.large-content-wraper .large-description .inquiry-btn {
  border-radius: 25px;
  padding: 15px 25px;
  color: #fff;
  background: #000;
  border: none;
  outline: none;
  width: 60%;
  margin: auto;
  margin: 25px 0;
}

.large-content-wraper .large-description .inquiry-btn:hover {
  background-image: linear-gradient(90deg, #000 25%, #49286B 75%, #49286B 100%);
  background-size: 400% 100%;
  color: #fff;
  background-position: 100% 0;
  background-size: 400% 100%;
  color: #fff;
}

.large-content-wraper .large-description .inquiry-btn:focus, .large-content-wraper .large-description .inquiry-btn:active {
  border: none;
  outline: none;
}

.feature-products {
  background: #fff;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .category-container {
    margin-left: -8rem;
  }
  .category-container .cat-thumbnail:before {
    padding-bottom: 80%;
  }
}

@media screen and (max-width: 560px) {
  .large-content-wraper {
    width: 98%;
    margin: 0px auto;
    padding: 0px;
  }
  .support-container .support-btn-div {
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }
  .support-container .support-btn-div .support-btn {
    width: 80%;
    margin: 0 auto 15px auto;
  }
  .navbar-list ul {
    flex-direction: column;
  }
  .navbar-list ul li {
    margin-top: 10px;
  }
  .swiper-container-large .swiper-button-prev {
    left: 0%;
  }
  .swiper-container-large .swiper-button-next {
    right: 0%;
  }
  .swiper-container-large .swiper-slide-next {
    margin-left: 0px;
  }
}

.contact-heading {
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .contact-heading {
    font-size: 24px;
  }
}

@media screen and (max-width: 560px) {
  .contact-heading {
    font-size: 18px;
  }
}

.contactus-content-wraper {
  display: flex;
  justify-content: flex-start;
}

.contactus-content-wraper .contact-us-left h6 {
  font-size: 22px;
  position: relative;
  padding-left: 35px;
  font-weight: 300;
}

.contactus-content-wraper .contact-us-left h6:before {
  content: "";
  height: 1px;
  background: #000;
  display: block;
  padding-left: 30px;
  position: absolute;
  left: 0;
  top: 12px;
}

.contactus-content-wraper .contact-us-left .contactus-links {
  margin-bottom: 30px;
}

.contactus-content-wraper .contact-us-left .contactus-links li a {
  display: block;
  font-size: 22px;
  line-height: 50px;
  font-weight: 300;
}

.contactus-content-wraper .contact-us-right p {
  margin-bottom: 25px;
  font-style: 16px;
}

.contactus-content-wraper .contact-us-right address {
  margin-bottom: 25px;
}

.contactus-content-wraper .contact-us-right address span {
  float: left;
  width: 54px;
  height: 200px;
}

.contactus-content-wraper .contact-us-right address a {
  display: block;
  margin-top: 10px;
}

.contact-form-heading {
  font-size: 35px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .contact-form-heading {
    font-size: 24px;
  }
}

@media screen and (max-width: 560px) {
  .contact-form-heading {
    font-size: 18px;
  }
}

.form-wraper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form-container {
  width: 50%;
  padding: 0 20px;
}

.form-container .form-control {
  border: none;
  border-bottom: 1px solid #b3b3b3;
  padding: 5px;
  background: transparent;
  margin-top: -5px;
  margin-bottom: 15px;
  box-shadow: none;
}

.form-container .form-control:focus {
  box-shadow: none;
  outline: none;
}

.form-container label {
  display: block;
  margin: 0px;
  font-weight: 300;
  font-style: italic;
}

.form-container label sup {
  color: #49286B;
}

.form-container textarea {
  height: 150px;
  overflow: hidden;
}

.submit-btn {
  border-radius: 25px;
  padding: 15px 25px;
  color: #fff;
  background: #000;
  border: none;
  outline: none;
  padding: 5px 30px;
  margin: 15px 0 0 15px;
}

.submit-btn:hover {
  background-image: linear-gradient(90deg, #000 25%, #49286B 75%, #49286B 100%);
  background-size: 400% 100%;
  color: #fff;
  background-position: 100% 0;
  background-size: 400% 100%;
  color: #fff;
}

.submit-btn:focus, .submit-btn:active {
  border: none;
  outline: none;
}

.top-header {
  background-image: linear-gradient(90deg, #000 25%, #49286B 75%, #49286B 100%);
  background-size: 400% 100%;
  color: #fff;
  background-position: 100% 0;
  background-size: 400% 100%;
  color: #fff;
  padding: 7px 0;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 6699;
}

.top-header address {
  font-size: 14px;
}

.top-header address a {
  color: #fff;
  display: flex;
  align-items: center;
}

.top-header .header-address {
  display: flex;
  justify-content: space-between;
}

.top-header .header-address i {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .top-header .header-address {
    display: none;
  }
  .top-header .navbar-fixed-top {
    top: 0px;
  }
}

.home-menu ul {
  display: flex;
  justify-content: space-between;
}

.home-menu ul li {
  display: flex;
  flex-wrap: nowrap;
}

.home-menu ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  padding: 0 15px;
}

.home-menu ul li a:hover {
  text-decoration: none;
}

.menu-large {
  position: static !important;
}

.megamenu {
  padding: 20px 20px;
  width: 100%;
}

.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}

.megamenu > div > li > ul > li {
  list-style: none;
}

.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}

.megamenu > div > li > ul > li > a:hover,
.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}

.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #428bca;
  font-size: 18px;
}

@media (max-width: 768px) {
  .megamenu {
    margin-left: 0;
    margin-right: 0;
  }
  .megamenu > li {
    margin-bottom: 30px;
  }
  .megamenu > li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff;
  }
}

.product-search-sec {
  background: #fff;
  padding: 40px 20px;
  position: relative;
}

.product-search-sec .product-search {
  border: none;
  box-shadow: 0px 1px 0px #bfbfbf;
  padding: 15px 10px;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
}

.product-search-sec .product-search ::placeholder {
  color: red;
}

.product-search-sec .product-search:focus {
  box-shadow: 0px 1px 0px #000;
  outline: none;
}

.product-search-sec .product-search::placeholder {
  color: #8e8e8e;
  font-size: 28px;
  font-weight: 300;
}

.product-search-sec button {
  background-color: transparent;
  border: none;
  font-size: 20px;
  position: absolute;
  top: 50px;
  right: 50px;
}

.custom-bg {
  background-color: #fff;
}

/* checkbox style */
.styled-input-single {
  position: relative;
  padding: 2px 0 2px 30px;
  text-align: left;
}

.styled-input-single label {
  cursor: pointer;
}

.styled-input-single label:before, .styled-input-single label:after {
  content: '';
  position: absolute;
  top: 50%;
  border-radius: 0%;
}

.styled-input-single label:before {
  left: 0;
  width: 23px;
  height: 23px;
  margin: -14px 0 0;
  background: #f7f7f7;
  box-shadow: 0 0 1px grey;
}

.styled-input-single label:after {
  left: 7px;
  width: 10px;
  height: 10px;
  margin: -8px 0 0;
  opacity: 0;
  background: #c4c4c4;
  transform: translate3d(-40px, 0, 0) scale(0.5);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.styled-input-single input[type="radio"],
.styled-input-single input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: -9999px;
  visibility: hidden;
}

.styled-input-single input[type="radio"]:checked + label:after,
.styled-input-single input[type="checkbox"]:checked + label:after {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.styled-input--square label:before, .styled-input--square label:after {
  border-radius: 0;
}

.product-navbar {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .product-navbar {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .product-navbar > li {
    display: block;
    width: auto;
  }
}

@media screen and (max-width: 650px) {
  .product-navbar > li {
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .product-navbar {
    width: 100%;
    flex-direction: column;
  }
}

.breadcrumb {
  margin-bottom: 0px;
}

.product-main-wraper {
  background-color: #fff;
}

.product-content-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.product-content-container .product-container {
  width: 23%;
  margin: 10px;
  margin-bottom: 15px;
}

.product-content-container .product-container .product-thumbnail {
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  .product-content-container .product-container {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .product-content-container .product-container {
    width: 45%;
  }
}

@media screen and (max-width: 560px) {
  .product-content-container .product-container {
    width: 95%;
  }
}

.modal-title {
  display: inline-block;
}

.modal-body h4 {
  display: block;
  margin-bottom: 25px;
}

.modal-body p {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
}

.d-flex-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .d-flex-div {
    display: block;
  }
}

.d-flex-div .lg-logo {
  display: block;
  margin: 0 auto !important;
}
