@font-face {
  font-family: 'BeVietnam-SemiBold';
  src: url("../fonts/BeVietnam-SemiBold.eot");
  src: url("../fonts/BeVietnam-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BeVietnam-SemiBold.svg#BeVietnam-SemiBold") format("svg"), url("../fonts/BeVietnam-SemiBold.ttf") format("truetype"), url("../fonts/BeVietnam-SemiBold.woff") format("woff"), url("../fonts/BeVietnam-SemiBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BeVietnam-Regular';
  src: url("../fonts/BeVietnam-Regular.eot");
  src: url("../fonts/BeVietnam-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BeVietnam-Regular.svg#BeVietnam-Regular") format("svg"), url("../fonts/BeVietnam-Regular.ttf") format("truetype"), url("../fonts/BeVietnam-Regular.woff") format("woff"), url("../fonts/BeVietnam-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BeVietnam-SemiBoldItalic';
  src: url("../fonts/BeVietnam-SemiBoldItalic.eot");
  src: url("../fonts/BeVietnam-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/BeVietnam-SemiBoldItalic.svg#BeVietnam-SemiBoldItalic") format("svg"), url("../fonts/BeVietnam-SemiBoldItalic.ttf") format("truetype"), url("../fonts/BeVietnam-SemiBoldItalic.woff") format("woff"), url("../fonts/BeVietnam-SemiBoldItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BeVietnam-Thin';
  src: url("../fonts/BeVietnam-Thin.eot");
  src: url("../fonts/BeVietnam-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/BeVietnam-Thin.svg#BeVietnam-Thin") format("svg"), url("../fonts/BeVietnam-Thin.ttf") format("truetype"), url("../fonts/BeVietnam-Thin.woff") format("woff"), url("../fonts/BeVietnam-Thin.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BeVietnam-ExtraBold';
  src: url("../fonts/BeVietnam-ExtraBold.eot");
  src: url("../fonts/BeVietnam-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BeVietnam-ExtraBold.svg#BeVietnam-ExtraBold") format("svg"), url("../fonts/BeVietnam-ExtraBold.ttf") format("truetype"), url("../fonts/BeVietnam-ExtraBold.woff") format("woff"), url("../fonts/BeVietnam-ExtraBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BeVietnam-Light';
  src: url("../fonts/BeVietnam-Light.eot");
  src: url("../fonts/BeVietnam-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/BeVietnam-Light.svg#BeVietnam-Light") format("svg"), url("../fonts/BeVietnam-Light.ttf") format("truetype"), url("../fonts/BeVietnam-Light.woff") format("woff"), url("../fonts/BeVietnam-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BeVietnam-Medium';
  src: url("../fonts/BeVietnam-Medium.eot");
  src: url("../fonts/BeVietnam-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BeVietnam-Medium.svg#BeVietnam-Medium") format("svg"), url("../fonts/BeVietnam-Medium.ttf") format("truetype"), url("../fonts/BeVietnam-Medium.woff") format("woff"), url("../fonts/BeVietnam-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

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

body {
  font-family: "BeVietnam-SemiBold";
  box-sizing: border-box;
  font-size: 100%;
}

a {
  text-decoration: none;
  color: #565656;
}

.clearfix::after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

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

ul li {
  list-style: none;
  list-style-type: none;
}

body, html, ul, li, ol, p, div, section, article, h1, h2, h3, h4, h5, h6, address, img {
  border: none;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

header {
  background: #000;
  font-family: "BeVietnam-Thin";
  font-size: 15px;
}

header .fa-bars {
  font-size: 32px;
  color: #fff;
}

.logo {
  text-align: center;
  padding: 15px 0;
}

@media screen and (max-width: 340px) {
  .logo img {
    height: 80px;
  }
}

.button {
  background: #1ba0c3;
  background: -moz-linear-gradient(left, #1ba0c3 0%, #207cca 33%, #362e86 55%, #8e2b33 100%);
  background: -webkit-linear-gradient(left, #1ba0c3 0%, #207cca 33%, #362e86 55%, #8e2b33 100%);
  background: linear-gradient(to right, #1ba0c3 0%, #207cca 33%, #362e86 55%, #8e2b33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba0c3', endColorstr='#8e2b33',GradientType=1 );
  color: #fff;
  font-weight: normal;
  border: none;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-radius: 0px;
  margin-top: 10px;
}

.button:hover {
  background: #892737;
  /* Old browsers */
  background: -moz-linear-gradient(left, #892737 23%, #410b70 43%, #207cca 69%, #1ba0c3 95%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #892737 23%, #410b70 43%, #207cca 69%, #1ba0c3 95%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #892737 23%, #410b70 43%, #207cca 69%, #1ba0c3 95%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#892737', endColorstr='#1ba0c3',GradientType=1 );
  /* IE6-9 */
}

.top-links {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 1170px) {
  .top-links {
    padding-right: 10%;
  }
}

.top-links ul {
  display: flex;
}

.top-links ul li a {
  padding: 10px 25px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}

.top-links ul li a:hover {
  color: #1ba0c3;
}

@media screen and (min-width: 1170px) {
  .main-nav {
    padding-right: 10%;
    padding-left: 10%;
  }
}

.main-nav .nav-link {
  color: #fff;
}

.main-nav ul li {
  padding-left: 10px;
  padding-right: 10px;
}

.main-nav .dropdown-menu {
  min-width: 250px;
}

.main-nav .dropdown-item.hover, .main-nav .dropdown-item.active, .main-nav .dropdown-item.hover, .main-nav .dropdown-item:active {
  background: #1ba0c3;
  background: -moz-linear-gradient(left, #1ba0c3 0%, #207cca 33%, #362e86 55%, #8e2b33 100%);
  background: -webkit-linear-gradient(left, #1ba0c3 0%, #207cca 33%, #362e86 55%, #8e2b33 100%);
  background: linear-gradient(to right, #1ba0c3 0%, #207cca 33%, #362e86 55%, #8e2b33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba0c3', endColorstr='#8e2b33',GradientType=1 );
  color: #fff;
}

.main-nav .dropdown-item:focus, .main-nav .dropdown-item:hover {
  color: #fff;
  background: #1ba0c3;
  background: -moz-linear-gradient(left, #1ba0c3 0%, #207cca 33%, #362e86 55%, #8e2b33 100%);
  background: -webkit-linear-gradient(left, #1ba0c3 0%, #207cca 33%, #362e86 55%, #8e2b33 100%);
  background: linear-gradient(to right, #1ba0c3 0%, #207cca 33%, #362e86 55%, #8e2b33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba0c3', endColorstr='#8e2b33',GradientType=1 );
}

.company-features {
  background: url(../images/bg-slice.jpg) repeat;
  padding: 0px 0 20px;
  margin: 25px 0 50px;
}

.feature-div {
  text-align: center;
}

.feature-div h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "BeVietnam-ExtraBold";
}

.feature-div p {
  font-size: 14px;
  font-weight: 300;
}

.categories-craousel {
  margin: 20px 0 40px;
}

.categories-craousel h5 {
  font-size: 20px;
  font-family: "BeVietnam-Thin";
}

.categories-craousel h6 {
  font-size: 24px;
  font-family: "BeVietnam-ExtraBold";
  margin: 0px 0 25px;
}

.categories-craousel .cat-thumbnail {
  position: relative;
}

.categories-craousel .cat-thumbnail h1 {
  position: absolute;
  bottom: 30px;
  background: #000;
  color: #fff;
  text-transform: capitalize;
  font-size: 18px;
  padding: 10px 20px;
  text-align: center;
  transform: translate(-50%);
  left: 50%;
  white-space: nowrap;
  font-weight: 300;
  font-family: "BeVietnam-Thin";
}

.categories-craousel .cat-thumbnail h1:hover {
  background: #1ba0c3;
  background: -moz-linear-gradient(left, #1ba0c3 0%, #207cca 33%, #362e86 55%, #8e2b33 100%);
  background: -webkit-linear-gradient(left, #1ba0c3 0%, #207cca 33%, #362e86 55%, #8e2b33 100%);
  background: linear-gradient(to right, #1ba0c3 0%, #207cca 33%, #362e86 55%, #8e2b33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba0c3', endColorstr='#8e2b33',GradientType=1 );
}

footer {
  background: #f7f6f6;
  padding: 15px 0;
  color: #000;
}

.company-short-intro .footer-logo {
  margin: auto;
  margin-bottom: 15px;
  display: block;
  height: 170px;
}

.company-short-intro p {
  font-weight: 300;
  text-align: justify;
  font-size: 14px;
}

.footer-col {
  margin-top: 20px;
}

.footer-col h4 {
  font-size: 20px;
  margin-bottom: 30px;
}

.footer-col ul li {
  margin-top: 5px;
}

.footer-col ul li a {
  text-transform: uppercase;
  font-size: 14px;
  display: block;
}

.footer-col ul 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, #1E96BD 0%, #3D1277 30%, #791843 50%);
  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;
}

.footer-col ul li a:hover:hover {
  background: #1E96BD;
  background: -webkit-linear-gradient(to right, #1E96BD 0%, #3D1277 30%, #791843 52%);
  background: -moz-linear-gradient(to right, #1E96BD 0%, #3D1277 30%, #791843 52%);
  background: linear-gradient(to right, #1E96BD 0%, #3D1277 30%, #791843 52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.copy-right {
  text-align: center;
  padding: 15px 0;
}

.copy-right p a {
  color: #000;
}

.copy-right p a:hover {
  color: #1ba0c3;
}

.cats-wraper {
  padding: 50px 0;
}

.cats-wraper .swiper-products {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
}

@media screen and (max-width: 600px) {
  .cats-wraper .swiper-products {
    overflow: hidden;
  }
}

.cats-wraper .swiper-products .swiper-slide {
  text-align: center;
}

.cats-wraper .swiper-products .swiper-slide .cats-thumbnails-container {
  overflow: hidden;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin-bottom: 15px;
  padding: 15px;
}

.cats-wraper .swiper-products .swiper-slide .cats-thumbnails-container img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-radius: 100%;
  opacity: 0.6;
}

.cats-wraper .swiper-products .swiper-slide h1 {
  font-size: 20px;
  color: #8e2b33;
}

.cats-wraper .swiper-products .swiper-slide:hover h1 {
  color: #1ba0c3;
}

.cats-wraper .swiper-products .swiper-slide:hover .cats-thumbnails-container {
  overflow: hidden;
  margin-top: -10px;
}

.cats-wraper .swiper-products .swiper-slide:hover .cats-thumbnails-container img {
  opacity: 1;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 600px) {
  .cats-wraper .swiper-products .swiper-slide:hover .cats-thumbnails-container {
    margin-top: 0px;
    box-shadow: none;
  }
  .cats-wraper .swiper-products .swiper-slide:hover .cats-thumbnails-container img {
    transform: scale(1);
  }
}

.swiper-slide.active .cats-thumbnails-container img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-radius: 100%;
  opacity: 1 !important;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.6);
}

.swiper-slide.active h1 {
  color: #1ba0c3;
}

.products-main-container {
  background: #fff;
  padding: 40px 0;
}

.products-main-container ol.breadcrumb {
  background: transparent;
  text-transform: uppercase;
  align-items: center;
}

.products-main-container ol.breadcrumb li a {
  color: #1ba0c3;
}

.products-main-container ol.breadcrumb .breadcrumb-item.active a {
  color: #1ba0c3;
}

.products-main-container ol.breadcrumb .active-cat {
  padding-left: 30px;
  font-size: 50px;
  color: #8e2b33;
  font-weight: bolder;
}

@media screen and (max-width: 768px) {
  .products-main-container ol.breadcrumb .active-cat {
    font-size: 20px;
  }
}

.products-main-container .page-link {
  color: #1ba0c3;
}

ol.breadcrumb {
  background: transparent;
  text-transform: uppercase;
  align-items: center;
}

ol.breadcrumb li a {
  color: #1ba0c3;
}

ol.breadcrumb .breadcrumb-item.active a {
  color: #1ba0c3;
}

ol.breadcrumb .active-cat {
  padding-left: 30px;
  font-size: 50px;
  color: #8e2b33;
  font-weight: bolder;
}

@media screen and (max-width: 768px) {
  ol.breadcrumb .active-cat {
    font-size: 20px;
  }
}

.page-link {
  color: #1ba0c3;
}

.producs-row-div .col-md-4 {
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}

.producs-row-div .col-md-4:nth-child(10), .producs-row-div .col-md-4:nth-child(11), .producs-row-div .col-md-4:nth-child(12) {
  border-bottom: none;
}

.producs-row-div .feature-pro-main-wraper {
  padding: 50px 60px;
}

.swiper-products {
  overflow: hidden;
  position: relative;
}

.swiper-wrapper {
  align-items: baseline;
}

.feature-pro-main-wraper {
  text-align: left;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.feature-pro-main-wraper h1 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0px;
  color: #565656;
  margin-top: 10px;
}

.feature-pro-main-wraper p {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.feature-pro-main-wraper .more-detail-btn {
  background: #1ba0c3;
  background: -moz-linear-gradient(left, #1ba0c3 0%, #207cca 33%, #362e86 55%, #8e2b33 100%);
  background: -webkit-linear-gradient(left, #1ba0c3 0%, #207cca 33%, #362e86 55%, #8e2b33 100%);
  background: linear-gradient(to right, #1ba0c3 0%, #207cca 33%, #362e86 55%, #8e2b33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba0c3', endColorstr='#8e2b33',GradientType=1 );
  color: #fff;
  font-weight: normal;
  border: none;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin: 0 0 10px 5px;
  opacity: 0;
}

.feature-pro-main-wraper .more-detail-btn:hover {
  background: #892737;
  /* Old browsers */
  background: -moz-linear-gradient(left, #892737 23%, #410b70 43%, #207cca 69%, #1ba0c3 95%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #892737 23%, #410b70 43%, #207cca 69%, #1ba0c3 95%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #892737 23%, #410b70 43%, #207cca 69%, #1ba0c3 95%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#892737', endColorstr='#1ba0c3',GradientType=1 );
  /* IE6-9 */
}

.feature-pro-main-wraper .pro-contents {
  padding-left: 5px;
}

.feature-pro-main-wraper .pro-img-wraper {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: #fff;
  margin: 10px 0;
}

.feature-pro-main-wraper .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -200%;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  transform: rotate(360deg);
  display: none;
}

.feature-pro-main-wraper:hover .pro-img-wraper {
  transform: scale(1.02);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}

.feature-pro-main-wraper:hover .pro-img-wraper img {
  rotate: 5 deg;
}

.feature-pro-main-wraper:hover .overlay {
  margin-top: 0px;
}

.feature-pro-main-wraper:hover .more-detail-btn {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

#panel, #flip {
  padding: 5px;
  text-align: center;
  border: solid 1px #c3c3c3;
}

#flip {
  color: #8e2b33;
}

#panel {
  padding: 50px;
  display: none;
}

#panel ul li {
  color: #8e2b33;
  font-size: 16px;
  text-transform: uppercase;
}

#panel ul li a {
  color: #1ba0c3;
}

#panel ul li a:hover {
  color: #8e2b33;
}

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

.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: gray;
}

.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, #1E96BD 0%, #3D1277 30%, #791843 50%);
  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: #1E96BD;
  background: -webkit-linear-gradient(to right, #1E96BD 0%, #3D1277 30%, #791843 52%);
  background: -moz-linear-gradient(to right, #1E96BD 0%, #3D1277 30%, #791843 52%);
  background: linear-gradient(to right, #1E96BD 0%, #3D1277 30%, #791843 52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.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: #1ba0c3;
  background: -moz-linear-gradient(left, #1ba0c3 0%, #207cca 33%, #362e86 55%, #8e2b33 100%);
  background: -webkit-linear-gradient(left, #1ba0c3 0%, #207cca 33%, #362e86 55%, #8e2b33 100%);
  background: linear-gradient(to right, #1ba0c3 0%, #207cca 33%, #362e86 55%, #8e2b33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba0c3', endColorstr='#8e2b33',GradientType=1 );
  color: #fff;
}

.large-content-wraper .large-description .inquiry-btn {
  background: #1ba0c3;
  background: -moz-linear-gradient(left, #1ba0c3 0%, #207cca 33%, #362e86 55%, #8e2b33 100%);
  background: -webkit-linear-gradient(left, #1ba0c3 0%, #207cca 33%, #362e86 55%, #8e2b33 100%);
  background: linear-gradient(to right, #1ba0c3 0%, #207cca 33%, #362e86 55%, #8e2b33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba0c3', endColorstr='#8e2b33',GradientType=1 );
  color: #fff;
  font-weight: normal;
  border: none;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-radius: 0px;
  width: 60%;
  margin: auto;
  margin: 25px 0;
}

.large-content-wraper .large-description .inquiry-btn:hover {
  background: #892737;
  /* Old browsers */
  background: -moz-linear-gradient(left, #892737 23%, #410b70 43%, #207cca 69%, #1ba0c3 95%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #892737 23%, #410b70 43%, #207cca 69%, #1ba0c3 95%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #892737 23%, #410b70 43%, #207cca 69%, #1ba0c3 95%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#892737', endColorstr='#1ba0c3',GradientType=1 );
  /* IE6-9 */
}

.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%;
}

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

.swiper-button-next:hover, .swiper-button-prev:hover {
  background: #1ba0c3;
  background: -moz-linear-gradient(left, #1ba0c3 0%, #207cca 33%, #362e86 55%, #8e2b33 100%);
  background: -webkit-linear-gradient(left, #1ba0c3 0%, #207cca 33%, #362e86 55%, #8e2b33 100%);
  background: linear-gradient(to right, #1ba0c3 0%, #207cca 33%, #362e86 55%, #8e2b33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ba0c3', endColorstr='#8e2b33',GradientType=1 );
}

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

@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;
  }
}

.qty-btn i:hover {
  cursor: pointer;
}

.cat-name h1 {
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
  background: #1E96BD;
  background: -webkit-linear-gradient(to right, #1E96BD 43%, #3D1277 55%, #791843 36%);
  background: -moz-linear-gradient(to right, #1E96BD 43%, #3D1277 55%, #791843 36%);
  background: linear-gradient(to right, #1E96BD 43%, #3D1277 55%, #791843 36%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: red;
}

.swiper-products .swiper-slide {
  margin-bottom: 25px;
}
