@import "./font-awesome.min.css";
body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #525252;
  background: #ffffff;
  font-size: 16px;
  line-height: 25px;
  overflow-x: hidden;
  font-family: 'latoregular';
}
@media (max-width: 1500px) {
  body {
    line-height: 22px;
  }
}
a {
  text-decoration: none;
}
a:hover,
a:active {
  outline: 0;
  text-decoration: none;
  color: #f5023a;
}
a:focus {
  outline: 0;
  text-decoration: none;
  border: 0;
}
:focus {
  outline: 0;
}
button:focus,
button:active {
  outline: none;
  text-decoration: none;
}
:focus {
  outline: 0;
}
ul,
ol {
  list-style: none;
}
img {
  max-width: 100%;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  /* mobile firefox too! */
}
/*---FONT STYLE---*/
@font-face {
  font-family: 'latolight';
  src: url('/web/20210426174855im_/https://www.frubites.in/css/fonts/lato-light-webfont.eot');
  src: url('/web/20210426174855im_/https://www.frubites.in/css/fonts/lato-light-webfont.eot#iefix') format('embedded-opentype'), url('/web/20210426174855im_/https://www.frubites.in/css/fonts/lato-light-webfont.woff2') format('woff2'), url('/web/20210426174855im_/https://www.frubites.in/css/fonts/lato-light-webfont.woff') format('woff'), url('/web/20210426174855im_/https://www.frubites.in/css/fonts/lato-light-webfont.ttf') format('truetype'), url('/web/20210426174855im_/https://www.frubites.in/css/fonts/lato-light-webfont.svg#latolight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latoregular';
  src: url('/web/20210426174855im_/https://www.frubites.in/css/fonts/lato-regular-webfont.eot');
  src: url('/web/20210426174855im_/https://www.frubites.in/css/fonts/lato-regular-webfont.eot#iefix') format('embedded-opentype'), url('/web/20210426174855im_/https://www.frubites.in/css/fonts/lato-regular-webfont.woff2') format('woff2'), url('/web/20210426174855im_/https://www.frubites.in/css/fonts/lato-regular-webfont.woff') format('woff'), url('/web/20210426174855im_/https://www.frubites.in/css/fonts/lato-regular-webfont.ttf') format('truetype'), url('/web/20210426174855im_/https://www.frubites.in/css/fonts/lato-regular-webfont.svg#latoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'latobold';
  src: url('/web/20210426174855im_/https://www.frubites.in/css/fonts/lato-bold-webfont.eot');
  src: url('/web/20210426174855im_/https://www.frubites.in/css/fonts/lato-bold-webfont.eot#iefix') format('embedded-opentype'), url('/web/20210426174855im_/https://www.frubites.in/css/fonts/lato-bold-webfont.woff2') format('woff2'), url('/web/20210426174855im_/https://www.frubites.in/css/fonts/lato-bold-webfont.woff') format('woff'), url('/web/20210426174855im_/https://www.frubites.in/css/fonts/lato-bold-webfont.ttf') format('truetype'), url('/web/20210426174855im_/https://www.frubites.in/css/fonts/lato-bold-webfont.svg#latobold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*---ICON---*/
/*---Common Classes---*/
.container {
  max-width: 1400px;
  width: 95%;
  padding: 0;
}
@media (max-width: 1500px) {
  .container {
    max-width: 90%;
  }
}
@media (max-width: 990px) {
  .fp-tableCell,
  .section {
    height: auto !important;
  }
}
h1 {
  margin: 0 0 10px 0;
  font-style: italic;
  font-size: 30px;
  font-family: 'latobold';
  letter-spacing: -0.5px;
  line-height: 35px;
  color: #424f58;
}
@media (max-width: 1500px) {
  h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  h1 {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
h5 {
  margin: 0 0 5px 0;
  font-size: 16px;
  /*font-family: 'latobold';*/
  letter-spacing: -0.4px;
  line-height: 22px;
  color: #424f58;
  font-weight: 700;
}
.btn-buy-now {
  padding: 14px 27px;
  color: #ffffff;
  background-color: #000000;
  border: 0;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 0;
  font-family: 'latobold';
  letter-spacing: 2px;
  border-radius: 3px;
}
@media (max-width: 1500px) {
  .btn-buy-now {
    padding: 10px 30px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .btn-buy-now {
    padding: 9px 20px;
    font-size: 12px;
  }
}
.btn-buy-now:hover {
  background-color: #f5023a;
  color: #ffffff;
}
.btn-buy-now:focus {
  background-color: #f5023a;
  color: #ffffff;
}
.terms-conditions {
  list-style-type: disc;
  padding: 0 0 0 30px;
}
/*---NAvigation---*/
.navbar {
  padding: 8px 0;
  background: #f5023a;
}
@media (max-width: 767px) {
  .navbar {
    padding: 8px 0;
  }
  .navbar .navbar-nav {
    border-top: 1px solid #ff9cb3;
    margin: 13px 0 0 0;
    padding: 12px 0;
  }
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand .logo {
  max-width: 120px;
}
@media (max-width: 1500px) {
  .navbar .navbar-brand .logo {
    max-width: 105px;
  }
}
.navbar .nav-item {
  margin: 0 16px;
}
@media (max-width: 767px) {
  .navbar .nav-item {
    margin: 0 0px;
  }
}
.navbar .nav-item .nav-link {
  padding: 4px 5px;
  font-size: 15px;
  color: #ffffff;
}
.navbar .nav-item .nav-link:hover {
  font-family: 'latobold';
}
@media (max-width: 1500px) {
  .navbar .nav-item .nav-link {
    font-size: 14px;
  }
}
.navbar .nav-item .active {
  font-family: 'latobold';
}
.navbar .social-bg {
  margin: 0 0 0 40px;
  padding: 0;
}
@media (max-width: 767px) {
  .navbar .social-bg {
    margin: 0 0 7px 0px;
  }
}
.navbar .social-bg a {
  margin: 0 5px;
  padding: 0 4px;
  font-size: 20px;
  color: #ffffff;
}
@media (max-width: 1500px) {
  .navbar .social-bg a {
    font-size: 18px;
  }
}
.navbar .social-bg a:last-child {
  margin: 0 0 0 5px;
}
/*---Footer----*/
.footer-wrapper {
  margin: 0;
  padding: 0 0 35px 0;
  background: #fd3b3b;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 1500px) {
  .icon-award {
    width: 65%;
  }
}
.footer-wrapper .icon-bg {
  margin: 25px 0;
  padding: 0;
}
.footer-wrapper .icon-bg img {
  height: 24px;
}
.icon-email {
  height: 19px !important;
  margin: 0 0 4px 0;
}
.footer-wrapper h4 {
  margin: 0 0 15px 0;
  font-size: 15px;
  font-family: 'latobold';
  letter-spacing: -0.5px;
}
.footer-wrapper a {
  color: #ffffff;
}
.footer-wrapper a:hover {
  color: #282828;
}
.footer-wrapper .social-bg {
  margin: 10px 0 0 0;
  padding: 0;
}
.footer-wrapper .social-bg a {
  margin: 0 20px 0 0;
  padding: 0 2px;
  font-size: 20px;
  display: inline-block;
}
.footer-wrapper input {
  margin: 10px 0 0 0;
  background: none;
  border: 1px solid #feb0b0;
  border-radius: 6px;
  height: 40px;
  padding: 5px 15px;
  width: 90%;
  font-weight: 700;
}
.footer-wrapper .btn-submit {
  margin: 15px 0 0 0;
  padding: 4px 22px;
  color: #fd3b3b;
  background-color: #ffffff;
  border: 0;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 700;
  display: inline-block;
  width: auto;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: unset;
  height: 37px;
}
.footer-wrapper .btn-submit:hover {
  color: #ffffff;
  background-color: #000000;
}
.cin-no {
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: -6px;
}
@media (max-width: 767px) {
  .cin-no {
    font-size: 12px;
  }
}
.footer-wrapper input::placeholder {
  color: #fff;
  opacity: 0.6;
}
.footer-copyright-bg {
  background: #f5023a;
  color: #ffffff !important;
  font-size: 14px;
  margin: 0;
  padding: 11px 0;
}
.footer-copyright-bg a {
  float: right;
  color: #ffffff;
}
.footer-copyright-bg a:hover {
  color: #282828;
}
.thank-you h1 {
  font-size: 45px;
  color: #598a10;
}
.color-black {
  color: #424f58 !important;
}
.color-white {
  color: #ffffff !important;
}
.color-red {
  color: #f5023a !important;
}
.navbar-toggler-icon {
  background: url("/web/20210426174855im_/https://www.frubites.in/img/navbar-toggler-icon.png") no-repeat;
  width: 20px;
  height: 12px;
}
.navbar-toggler {
  padding: 4px 10px 5px;
  border: 1px solid #ffffff;
}
.form-group {
  margin-bottom: 15px;
  min-height: 50px;
}
.banner-wrapper {
  margin: 0 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 990px) {
  .banner-wrapper {
    margin: 45px 0 0 0;
  }
}
.banner-wrapper .carousel-inner {
  margin: 40px 0 0 0;
}
@media (max-width: 767px) {
  .banner-wrapper .carousel-inner {
    margin: 20px 0 0 0;
  }
}
.banner-wrapper .carousel-caption {
  padding: 0;
  right: 51%;
  left: 13%;
  top: 50%;
  bottom: inherit;
  transform: translateY(-50%);
  text-align: left;
  text-shadow: none;
  color: #424f58;
  font-size: 17px;
}
.banner-wrapper .carousel-caption h1 {
  margin: 0 0 8px 0;
  line-height: 36px;
  font-size: 36px;
}
@media (max-width: 1500px) {
  .banner-wrapper .carousel-caption h1 {
    line-height: 32px;
    font-size: 31px;
  }
}
@media (max-width: 767px) {
  .banner-wrapper .carousel-caption h1 {
    font-size: 26px;
    line-height: 28px;
  }
}
.banner-wrapper .carousel-caption .bannerhead1 {
  font-size: 27px;
  font-weight: 600;
  line-height: 30px;
  color: #424f58;
  margin: 0 0 6px 0;
  font-style: italic;
  letter-spacing: -0.5px;
}
@media (max-width: 1500px) {
  .banner-wrapper .carousel-caption .bannerhead1 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .banner-wrapper .carousel-caption .bannerhead1 {
    font-size: 18px;
    line-height: 22px;
  }
}
.banner-wrapper .carousel-caption .banner-price {
  margin: -2px 0 28px 0;
  font-size: 24px;
  font-weight: 700;
  color: #f5023a;
  font-style: italic;
  line-height: 26px;
}
.banner-wrapper .carousel-caption .btn-buy-now {
  padding: 13px 28px;
}
@media (max-width: 1500px) {
  .banner-wrapper .carousel-caption {
    padding: 0;
    right: 50%;
    left: 5%;
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 990px) {
  .banner-wrapper .carousel-caption {
    padding: 0;
    right: 48%;
    left: 5%;
  }
  .banner-wrapper .carousel-caption br {
    display: none;
  }
}
@media (max-width: 767px) {
  .banner-wrapper .carousel-caption {
    padding: 20px 20px 30px;
    right: 0;
    left: 0;
    width: 100%;
    transform: inherit;
    position: static;
    font-size: 15px;
    line-height: 18px;
  }
}
.banner-wrapper .banner2 .carousel-caption {
  right: 10%;
  left: 60%;
  top: 50%;
  bottom: inherit;
  transform: translateY(-50%);
  text-align: left;
  text-shadow: none;
  color: #303b41;
}
@media (max-width: 1500px) {
  .banner-wrapper .banner2 .carousel-caption {
    right: 0;
    left: 57%;
    top: 48%;
  }
}
@media (max-width: 990px) {
  .banner-wrapper .banner2 .carousel-caption {
    padding: 0;
    right: 0;
    left: 50%;
    top: 50%;
  }
}
@media (max-width: 767px) {
  .banner-wrapper .banner2 .carousel-caption {
    padding: 0px 20px 30px;
    right: 0;
    left: 0;
    width: 100%;
    transform: inherit;
  }
  .banner-wrapper .banner2 .carousel-caption br {
    display: none;
  }
}
.banner-wrapper .carousel-control-prev,
.banner-wrapper .carousel-control-next {
  background-image: none;
  z-index: 99;
  color: #525151;
  text-shadow: none;
  width: 12%;
  font-size: 30px;
}
.banner-wrapper .carousel-control-prev:hover,
.banner-wrapper .carousel-control-next:hover {
  color: #424f58;
}
.banner-wrapper .carousel-control-prev:focus,
.banner-wrapper .carousel-control-next:focus {
  color: #424f58;
}
@media (max-width: 1500px) {
  .banner-wrapper .carousel-control-prev,
  .banner-wrapper .carousel-control-next {
    width: 5%;
  }
}
/*--------Section 02 Video---------*/
.nature-bite-wrapper {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  height: 100%;
}
#myVideo {
  position: absolute;
  bottom: 0;
  top: 53%;
  right: 0;
  width: 100%;
  height: auto;
  background-size: 100% 100%;
  background-color: #ffffff;
  /* in case the video doesn't fit the whole page*/
  background-image: url(/web/20210426174855im_/https://www.frubites.in/img/video-bg.jpg);
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  /*cover video background */
  z-index: 3;
  transform: translateY(-50%);
}
#myBtn {
  position: absolute;
  z-index: 99;
  background: transparent;
  border: 0;
  left: 48%;
  top: 48%;
}
@media (max-width: 630px) {
  #myBtn {
    left: 44%;
  }
}
#myBtn:focus {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.btn-play {
  display: block;
  margin: 0 !important;
}
.btn-pause {
  display: none;
  margin: 0 !important;
}
.btn-controll .btn-play {
  display: none;
  margin: 0 !important;
}
.btn-controll .btn-pause {
  display: block;
  margin: 0 !important;
}
.btn-controll .hidden {
  display: none;
}
@media (max-width: 991px) {
  .nature-bite-bg {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 350px;
    overflow: hidden;
    float: left;
  }
}
@media (max-width: 767px) {
  .nature-bite-bg {
    min-height: 250px;
  }
}
@media (max-width: 630px) {
  .nature-bite-bg {
    min-height: 160px;
  }
}
@media (max-width: 400px) {
  .nature-bite-bg {
    min-height: 180px;
  }
}
@media (max-width: 630px) {
  .btn-play,
  .btn-controll .btn-pause {
    width: 42px;
  }
}
/*-----------------Section 03 Home Products---------------*/
.home-products-bg {
  margin-top: 37px;
  padding: 0;
  color: #4a4b4b;
  font-size: 17px;
  text-align: center;
  overflow: hidden;
  height: 95%;
}
@media (max-width: 1400px) {
  .home-products-bg {
    height: 93%;
  }
}
.home-products-top-bg {
  margin: 0;
  padding: 40px;
  background: #fd3b3b;
  color: #ffffff;
  font-size: 18px;
  font-style: italic;
}
@media (max-width: 1400px) {
  .home-products-top-bg {
    padding: 20px 20px 2px;
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .home-products-top-bg {
    padding: 25px 20px 20px;
  }
  .home-products-top-bg br {
    display: none;
  }
}
@media (max-width: 767px) {
  .home-products-top-bg {
    padding: 25px 0px 20px;
    font-size: 15px;
    line-height: 16px;
  }
}
.home-products-top-bg h1 {
  color: #ffffff;
}
.home-products-top-bg img {
  margin: 0 0 16px 0;
  padding: 0 18px;
  background: #fd3b3b;
  position: relative;
  z-index: 1;
}
@media (max-width: 1400px) {
  .home-products-top-bg img {
    margin: 0 0 6px 0;
  }
}
.left-border {
  position: absolute;
  top: 25%;
  right: -18%;
  left: -18%;
  height: 1px;
  border-top: 1px dashed #fecbca;
}
@media (max-width: 767px) {
  .left-border {
    top: 17%;
  }
}
.home-products-content {
  padding: 5% 0;
}
@media (max-width: 1400px) {
  .home-products-content {
    padding: 35px 0 20px;
  }
}
@media (max-width: 1400px) {
  .home-products-content img {
    height: 265px;
  }
}
@media (max-width: 767px) {
  .home-products-content img {
    height: auto;
    margin: 0 0 0 0;
  }
}
.home-products-content .product-title {
  font-size: 26px;
  margin: 35px 0 20px 0;
  color: #424f58;
  font-weight: 600;
  font-style: italic;
}
@media (max-width: 1500px) {
  .home-products-content .product-title {
    font-size: 21px;
  }
}
@media (max-width: 1400px) {
  .home-products-content .product-title {
    margin: 20px 0 15px 0;
  }
}
@media (max-width: 767px) {
  .home-products-content .product-title {
    font-size: 17px;
  }
}
.home-products-content .btn-buy-now {
  margin: 0 auto;
  float: initial;
  display: inline-block;
}
@media (max-width: 767px) {
  .home-products-content .btn-buy-now {
    margin: 0 auto 30px;
  }
}
/*-----------------Section 04 Gallary & Educate---------------*/
.home-review-wrapper {
  margin-top: 37px;
  padding: 0;
  height: 95%;
  color: #4a4b4b;
  font-size: 17px;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .home-review-wrapper {
    margin-top: 45px;
    height: 93%;
  }
}
@media (max-width: 767px) {
  .home-review-wrapper {
    margin-top: 25px;
    height: auto;
  }
}
.educate-wrapper {
  margin: 0;
  padding: 5% 0;
  text-align: center;
  font-size: 17px;
  line-height: 26px;
}
@media (max-width: 1500px) {
  .educate-wrapper {
    font-size: 15px;
    line-height: 20px;
    padding: 7% 0;
  }
}
@media (max-width: 1400px) {
  .educate-wrapper {
    padding: 2% 0;
  }
}
@media (max-width: 1100px) {
  .educate-wrapper {
    padding: 8% 0;
  }
}
@media (max-width: 990px) {
  .educate-wrapper {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .educate-wrapper {
    padding: 20px 0;
  }
}
.educate-wrapper h3 {
  margin: 0px 0 10px 0;
  font-style: italic;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1px;
}
@media (max-width: 1500px) {
  .educate-wrapper h3 {
    margin: 6px 0 10px 0;
    font-size: 25px;
    letter-spacing: -0.4px;
  }
}
@media (max-width: 767px) {
  .educate-wrapper h3 {
    font-size: 20px;
    letter-spacing: 0;
  }
}
.aboutus-wrapper {
  margin: 50px 0 0 0;
  padding: 80px 0 20px 0;
  background: #ffffff;
  color: #707070;
  font-size: 17px;
  line-height: 25px;
}
@media (max-width: 1500px) {
  .aboutus-wrapper {
    font-size: 16px;
    line-height: 24px;
  }
}
.aboutus-wrapper .img-bg {
  text-align: center;
}
.aboutus-wrapper .img-bg img {
  border-radius: 15px;
}
.aboutus-text-bg {
  margin: 0;
  padding: 0;
  right: 6%;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.aboutus-wrapper hr {
  margin-top: 25px;
  margin-bottom: 25px;
}
.aboutus-shop-wrapper {
  margin: 0;
  padding: 60px 14% 60px 14%;
  background: #f8f8f8;
  color: #282828;
  text-align: center;
}
.aboutus-shop-wrapper h1 {
  margin: 0 0 35px 0;
}
.partnering-bg {
  margin: 0px 0 30px 0;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}
.partnering-bg a {
  color: #000000;
}
.partnering-bg a:hover {
  color: #f5023a;
}
.partnering-bg h5 {
  margin: 0 0 3px 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.2;
  color: #282828;
}
.partnering-bg .aboutus-text-bg {
  padding: 0 14% 0 14%;
  position: static;
  transform: inherit;
}
@media (max-width: 1500px) {
  .aboutus-text-bg {
    right: 8%;
    left: 8%;
  }
  .aboutus-shop-wrapper {
    padding: 40px 4% 40px 4%;
  }
  .partnering-bg .aboutus-text-bg {
    padding: 0 8% 0 8%;
  }
}
@media (max-width: 1100px) {
  .aboutus-text-bg {
    right: 15px;
    left: 15px;
  }
  .aboutus-wrapper {
    font-size: 15px;
    line-height: 22px;
  }
  .aboutus-wrapper p {
    margin: 0 0 10px 0;
  }
  .aboutus-shop-wrapper h1 {
    margin: 0 0 30px 0;
  }
  .partnering-bg .aboutus-text-bg {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .aboutus-wrapper .d-flex {
    display: inherit !important;
  }
  .aboutus-text-bg {
    margin: 0;
    padding: 30px 0 0 0;
    transform: inherit;
    position: static;
  }
  .img-bg img {
    width: 100%;
  }
  .aboutus-wrapper {
    padding: 35px 0px 0px 0px;
  }
  .partnering-bg .aboutus-text-bg {
    padding: 0 0 20px 0;
  }
  .partnering-bg {
    margin: 10px 0 10px 0;
  }
}
.products-wrapper {
  margin: 45px 0 0 0;
  padding: 45px 0 20px 0;
  font-size: 17px;
  line-height: 26px;
}
.products-grid-bg {
  margin: 0 0 90px 0;
  padding: 0px 8%;
}
.products-grid-bg .product-image {
  margin: 0 0 26px 0;
  padding: 0;
  text-align: center;
}
.products-grid-bg .product-details {
  margin: 0 0 0 4%;
  padding: 0;
  text-align: left;
}
.products-grid-bg .product-details .product-title {
  margin: 0 0 15px 0;
  width: 100%;
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-family: 'latobold';
  font-style: italic;
  color: #424f58;
}
.products-grid-bg .product-details .product-price {
  margin: 0 0 10px 0;
  font-size: 28px;
  font-weight: 400;
  display: block;
  color: #424f58;
  letter-spacing: -1px;
  font-family: arial, sans-serif;
}
.products-grid-bg .product-details .product-qty {
  margin: 0 0 20px 0px;
  padding: 0px 13px;
  font-size: 14px;
  font-family: 'latobold';
  display: inline-block;
  color: #ffffff;
  background: #fc494f;
  border-radius: 5px;
  font-style: italic;
  letter-spacing: -0.3px;
}
.products-grid-bg .product-details .btn-buy-now {
  margin: 0px 0 15px 0;
  padding: 9px 15px;
  display: block;
  width: 90%;
  text-align: center;
}
.products-grid-bg .product-details .sold-out {
  color: #424f58;
  background: #ffffff;
  border: 1px solid #424f58;
  cursor: auto;
}
.products-grid-bg .product-details .review-badge-bg {
  margin: -12px 0 10px 0;
}
.products-grid-bg .product-details .review-badge-bg .badge-stars-bg {
  margin: 0;
  display: inline-block;
}
.products-grid-bg .product-details .review-badge-bg .badge-stars-bg .fa-star,
.products-grid-bg .product-details .review-badge-bg .badge-stars-bg .fa-star-o {
  color: #ee9507;
}
.products-grid-bg .product-details .review-badge-bg .review-badge-text {
  color: #424f58;
  font-weight: 400;
  font-size: 14px;
  border-left: 1px solid #d5d5d5;
  padding: 0 0 0 6px;
  margin: 0 0 0 6px;
  font-style: italic;
}
.products-details-wrapper {
  margin: 45px 0;
  padding: 45px 0 20px 0;
  font-size: 17px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .products-details-wrapper {
    margin: 45px 0 0px;
  }
}
.products-details-wrapper h4 {
  margin: 0 0 13px 0;
  font-size: 17px;
  font-family: 'latobold';
  letter-spacing: -0.4px;
  line-height: 26px;
  color: #424f58;
}
.products-details-wrapper .products-grid-bg {
  margin: 0 0 30px 0;
  padding: 0 8% 0 0;
}
@media (max-width: 767px) {
  .products-details-wrapper .products-grid-bg {
    margin: 35px 0 25px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .products-details-wrapper .products-grid-bg .product-details {
    margin: 0;
  }
}
.products-details-wrapper .products-grid-bg .product-details .product-title {
  margin: 0 0 16px 0;
  font-size: 24px;
  color: #121212;
}
.products-details-wrapper .products-grid-bg .product-details hr {
  margin-top: 10px;
  margin-bottom: 15px;
}
.products-details-wrapper .products-grid-bg .product-details .btn-buy-now {
  width: 180px;
}
.products-details-wrapper .products-grid-bg .free-shipping-icon-bg {
  margin: 50px 0 15px 0;
  padding: 0 20px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 13px;
  color: #424f58;
}
@media (max-width: 767px) {
  .products-details-wrapper .products-grid-bg .free-shipping-icon-bg {
    margin: 40px 0 15px 0;
    padding: 0 0px;
  }
}
@media (min-width: 1450px) {
  .products-details-wrapper .products-grid-bg .free-shipping-icon-bg .col-auto {
    margin-right: 2%;
  }
}
@media (max-width: 1300px) {
  .products-details-wrapper .products-grid-bg .free-shipping-icon-bg .col-auto {
    margin-right: 10%;
  }
}
@media (max-width: 768px) {
  .products-details-wrapper .products-grid-bg .free-shipping-icon-bg .col-auto {
    margin-right: 0%;
  }
}
@media (max-width: 767px) {
  .products-details-wrapper .products-grid-bg .free-shipping-icon-bg .col-auto {
    width: 25%;
    padding: 0 5px;
  }
}
.products-details-wrapper .products-grid-bg .free-shipping-icon-bg img {
  margin: 0 0 10px 0;
}
.products-details-wrapper .wrapper-product-tag {
  margin: 50px 0 10px -20px;
  padding: 35px 0px 25px;
  width: 100%;
  overflow: hidden;
  color: #424f58;
  font-size: 14px;
  text-align: left;
  line-height: 22px;
}
.products-details-wrapper .wrapper-product-tag h5 {
  font-family: 'latoregular';
  font-size: 17px;
  margin-bottom: 12px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
}
@media (max-width: 1500px) {
  .products-details-wrapper .wrapper-product-tag h5 {
    font-size: 16px;
  }
}
.products-details-wrapper .wrapper-product-tag p {
  margin: 0 0 10px 15px;
}
.products-details-wrapper .wrapper-product-tag p img {
  float: left;
  margin: 3px 6px 0 0;
  width: 16px;
}
@media (max-width: 1100px) {
  .products-details-wrapper .wrapper-product-tag {
    margin: 25px 0 0px 0;
    padding: 35px 0px 10px;
  }
}
@media (max-width: 991px) {
  .products-details-wrapper .wrapper-product-tag {
    margin: 30px 0 0px 0;
    padding: 0px 0px 10px;
  }
  .products-details-wrapper .wrapper-product-tag p {
    float: left;
    width: 33%;
  }
}
@media (max-width: 767px) {
  .products-details-wrapper .wrapper-product-tag {
    margin: -5px 0 0px 0;
    padding: 0px;
    font-size: 13px;
    line-height: 16px;
  }
  .products-details-wrapper .wrapper-product-tag p {
    padding-right: 10px;
    float: left;
    width: 50%;
    margin: 0 0 10px 0px;
  }
}
.products-details-wrapper .wrapper-product-tag2 {
  margin: 0 0 10px 0;
  padding: 20px 10px;
  width: 100%;
  background: #54696e;
  overflow: hidden;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border-radius: 0 0px 5px 5px;
  line-height: 20px;
}
@media (max-width: 1500px) {
  .products-details-wrapper .wrapper-product-tag2 {
    padding: 18px 10px;
    font-size: 13px;
  }
}
@media (max-width: 1100px) {
  .products-details-wrapper .wrapper-product-tag2 {
    padding: 14px 8px;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .products-details-wrapper .wrapper-product-tag2 {
    font-size: 14px;
  }
}
.products-details-wrapper .product-description {
  font-size: 16px;
  line-height: 25px;
  color: #424f58;
  padding-right: 60px;
}
.products-details-wrapper .product-description strong {
  font-size: 17px;
}
@media (max-width: 1500px) {
  .products-details-wrapper .product-description {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .products-details-wrapper .product-description {
    padding-right: 0;
  }
}
.products-details-wrapper .product-description-image {
  padding-right: 15px;
}
@media (max-width: 991px) {
  .products-details-wrapper .product-description-image {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .products-details-wrapper .product-description-image {
    margin: 15px 0 0 0;
  }
}
.products-details-wrapper .product-description-image video {
  padding-bottom: 20px;
  outline: 0 !important;
}
.products-details-wrapper .customer-reviews-wrapper {
  margin: 0;
  padding: 0 15px;
}
@media (max-width: 991px) {
  .products-details-wrapper .customer-reviews-wrapper {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .products-details-wrapper .customer-reviews-wrapper {
    padding: 18px 0 0 0;
    margin: 20px 0 0 0;
    border-top: 1px solid #dee2e6;
  }
}
.products-details-wrapper .customer-reviews-wrapper .customer-reviews-bg {
  margin: 5px 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #dee2e6;
  color: #424f58;
  overflow: hidden;
}
.products-details-wrapper .customer-reviews-wrapper .customer-reviews-bg .customer-reviews-header {
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 14px;
  font-family: 'latobold';
  overflow: hidden;
}
.products-details-wrapper .customer-reviews-wrapper .customer-reviews-bg .customer-reviews-header .customer-reviews-img {
  margin: 0 10px 0 0;
  padding: 5px;
  font-size: 14px;
  width: 45px;
  height: 45px;
  background: #e9e9e9;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  float: left;
}
.products-details-wrapper .customer-reviews-wrapper .customer-reviews-bg .customer-reviews-header .customer-reviews-name {
  margin: 8px 0 0 0;
  padding: 0;
  float: left;
}
.products-details-wrapper .customer-reviews-wrapper .customer-reviews-bg .customer-reviews-header .customer-reviews-verified {
  margin: 15px 0 0 8px;
  padding: 0 0 0 8px;
  font-size: 10px;
  color: #959393;
  border-left: 1px solid #dee2e6;
  float: left;
  line-height: 15px;
}
.products-details-wrapper .customer-reviews-wrapper .customer-reviews-bg .review-badge-bg {
  margin: 0px 0 8px 0;
}
.products-details-wrapper .customer-reviews-wrapper .customer-reviews-bg .review-badge-bg .badge-stars-bg {
  margin: 0;
  display: inline-block;
}
.products-details-wrapper .customer-reviews-wrapper .customer-reviews-bg .review-badge-bg .badge-stars-bg .fa-star,
.products-details-wrapper .customer-reviews-wrapper .customer-reviews-bg .review-badge-bg .badge-stars-bg .fa-star-o {
  color: #ee9507;
}
.products-details-wrapper .customer-reviews-wrapper .customer-reviews-bg .review-badge-bg .review-badge-text {
  padding: 0 0 0 6px;
  margin: 0 0 0 6px;
  display: inline-block;
  font-size: 15px;
  font-family: 'latobold';
}
.products-details-wrapper .customer-reviews-wrapper .customer-reviews-bg .customer-reviews-content {
  padding: 0 0 0 0px;
  margin: 0 0 0 0px;
  font-size: 16px;
  line-height: 25px;
}
/* blue button large */
.as-btn-blue-large {
  display: inline-block;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: #009cde;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  padding: 10px 16px;
  font-size: 24px;
  font-weight: 300;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.as-btn-blue-large:hover {
  color: #fff;
  background: #0285d2;
}
.as-btn-blue-large:focus {
  outline: 0;
}
/* blue button medium */
.as-btn-blue-medium {
  display: inline-block;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: #009cde;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.as-btn-blue-medium:hover {
  color: #fff;
  background: #0285d2;
}
.as-btn-blue-medium:focus {
  outline: 0;
}
/* blue button small */
.as-btn-blue-small {
  display: inline-block;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: #009cde;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: normal;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.as-btn-blue-small:hover {
  color: #fff;
  background: #0285d2;
}
.as-btn-blue-small:focus {
  outline: 0;
}
/* blue border large */
.as-btn-blueborder-large {
  display: inline-block;
  border: 2px solid #009cde;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: transparent;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
  color: #009cde;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  vertical-align: baseline;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  padding: 10px 16px;
  font-size: 24px;
  font-weight: 300;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.as-btn-blueborder-large:hover {
  color: #fff;
  background: #009cde;
}
.as-btn-blueborder-large:focus {
  outline: 0;
}
/* blue border medium */
.as-btn-blueborder-medium {
  display: inline-block;
  border: 2px solid #009cde;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: transparent;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
  color: #009cde;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  vertical-align: baseline;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.as-btn-blueborder-medium:hover {
  color: #fff;
  background: #009cde;
}
.as-btn-blueborder-medium:focus {
  outline: 0;
}
/* blue border small */
.as-btn-blueborder-small {
  display: inline-block;
  border: 2px solid #009cde;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: transparent;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
  color: #009cde;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  vertical-align: baseline;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: normal;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.as-btn-blueborder-small:hover {
  color: #fff;
  background: #009cde;
}
.as-btn-blueborder-small:focus {
  outline: 0;
}
/* orange button large */
.as-btn-orange-large {
  display: inline-block;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: #f7a020;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  padding: 10px 16px;
  font-size: 24px;
  font-weight: 300;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.as-btn-orange-large:hover {
  color: #fff;
  background: #ffc030;
}
.as-btn-orange-large:focus {
  outline: 0;
}
/* orange button medium */
.as-btn-orange-medium {
  display: inline-block;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: #f7a020;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.as-btn-orange-medium:hover {
  color: #fff;
  background: #ffc030;
}
.as-btn-orange-medium:focus {
  outline: 0;
}
/* orange button small */
.as-btn-orange-small {
  display: inline-block;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: #f7a020;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: normal;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.as-btn-orange-small:hover {
  color: #fff;
  background: #ffc030;
}
.as-btn-orange-small:focus {
  outline: 0;
}
/* orange border large */
.as-btn-orangeborder-large {
  display: inline-block;
  border: 2px solid #f7a020;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: transparent;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
  color: #f7a020;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  vertical-align: baseline;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  padding: 10px 16px;
  font-size: 24px;
  font-weight: 300;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.as-btn-orangeborder-large:hover {
  color: #fff;
  background: #f7a020;
}
.as-btn-orangeborder-large:focus {
  outline: 0;
}
/* orange border medium */
.as-btn-orangeborder-medium {
  display: inline-block;
  border: 2px solid #f7a020;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: transparent;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
  color: #f7a020;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  vertical-align: baseline;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.as-btn-orangeborder-medium:hover {
  color: #fff;
  background: #f7a020;
}
.as-btn-orangeborder-medium:focus {
  outline: 0;
}
/* orange border small */
.as-btn-orangeborder-small {
  display: inline-block;
  border: 2px solid #f7a020;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: transparent;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
  color: #f7a020;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  vertical-align: baseline;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: normal;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.as-btn-orangeborder-small:hover {
  color: #fff;
  background: #f7a020;
}
.as-btn-orangeborder-small:focus {
  outline: 0;
}
/* white button large */
.as-btn-white-large {
  display: inline-block;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: #fff;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
  color: #444;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  padding: 10px 16px;
  font-size: 24px;
  font-weight: 300;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.as-btn-white-large:hover {
  color: #fff;
  background: #444;
}
.as-btn-white-large:focus {
  outline: 0;
}
/* white button medium */
.as-btn-white-medium {
  display: inline-block;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: #fff;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
  color: #444;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.as-btn-white-medium:hover {
  color: #fff;
  background: #444;
}
.as-btn-white-medium:focus {
  outline: 0;
}
/* white button small */
.as-btn-white-small {
  display: inline-block;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: #fff;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
  color: #444;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: normal;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.as-btn-white-small:hover {
  color: #fff;
  background: #444;
}
.as-btn-white-small:focus {
  outline: 0;
}
/* white border large */
.as-btn-whiteborder-large {
  display: inline-block;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: transparent;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  vertical-align: baseline;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  padding: 10px 16px;
  font-size: 24px;
  font-weight: 300;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.as-btn-whiteborder-large:hover {
  color: #444;
  background: #fff;
}
.as-btn-whiteborder-large:focus {
  outline: 0;
}
/* white border medium */
.as-btn-whiteborder-medium {
  display: inline-block;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: transparent;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  vertical-align: baseline;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.as-btn-whiteborder-medium:hover {
  color: #444;
  background: #fff;
}
.as-btn-whiteborder-medium:focus {
  outline: 0;
}
/* white border small */
.as-btn-whiteborder-small {
  display: inline-block;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: transparent;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  vertical-align: baseline;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: normal;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.as-btn-whiteborder-small:hover {
  color: #444;
  background: #fff;
}
.as-btn-whiteborder-small:focus {
  outline: 0;
}
/* navy button large */
.as-btn-navy-large {
  display: inline-block;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: #334455;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  padding: 10px 16px;
  font-size: 24px;
  font-weight: 300;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.as-btn-navy-large:hover {
  color: #fff;
  background: #445566;
}
.as-btn-navy-large:focus {
  outline: 0;
}
/* navy button medium */
.as-btn-navy-medium {
  display: inline-block;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: #334455;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.as-btn-navy-medium:hover {
  color: #fff;
  background: #445566;
}
.as-btn-navy-medium:focus {
  outline: 0;
}
/* navy button small */
.as-btn-navy-small {
  display: inline-block;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background: #334455;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: normal;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.as-btn-navy-small:hover {
  color: #fff;
  background: #445566;
}
.as-btn-navy-small:focus {
  outline: 0;
}
.amazingslider-hide,
.amazingslider-box-1 a {
  display: none !important;
  opacity: 0 !important;
}
#amazingslider-1 {
  width: 100% !important;
  height: 100% !important;
}
.amazingslider-nav-1 {
  position: relative !important;
}
.amazingslider-bullet-1 {
  padding: 0 !important;
  width: 89px !important;
  height: 88px !important;
  margin-right: 10px !important;
}
.amazingslider-bullet-image-1 {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px;
  border-radius: 7px;
  width: 89px !important;
  height: 88px !important;
}
.amazingslider-bullet-image-1 img {
  margin: 0 !important;
}
.amazingslider-bullet-selected .amazingslider-bullet-image-1 {
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.amazingslider-arrow-right-1 {
  width: 32px !important;
  height: 32px !important;
  background: rgba(0, 0, 0, 0) url("/web/20210426174855im_/https://www.frubites.in/libraries/amazingslider/arrows-32-32-0.png") no-repeat scroll right top !important;
}
.amazingslider-arrow-left-1 {
  width: 32px !important;
  height: 32px !important;
  background: rgba(0, 0, 0, 0) url("/web/20210426174855im_/https://www.frubites.in/libraries/amazingslider/arrows-32-32-0.png") no-repeat scroll left top !important;
}
.amazingslider-car-right-arrow-1,
.amazingslider-car-left-arrow-1 {
  border-radius: 50%;
}
.amazingslider-car-right-arrow-1 {
  background: rgba(0, 0, 0, 0) url("/web/20210426174855im_/https://www.frubites.in/libraries/amazingslider/arrows-32-32-0.png") no-repeat scroll right top !important;
}
.amazingslider-car-left-arrow-1 {
  background: rgba(0, 0, 0, 0) url("/web/20210426174855im_/https://www.frubites.in/libraries/amazingslider/arrows-32-32-0.png") no-repeat scroll left top !important;
}
.contactus-wrapper {
  margin: 45px 0 0 0;
  padding: 60px 0 20px 0;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .contactus-wrapper {
    padding: 30px 0;
  }
}
.contactus-wrapper h1 {
  margin: 0 0 20px 0;
}
.contactus-wrapper h5 {
  font-size: 15px;
}
.contactus-wrapper h4 {
  margin: 0 0 15px 0;
  font-weight: bold;
  font-style: italic;
  font-size: 23px;
}
.contactus-wrapper a {
  color: #424f58;
}
.contactus-wrapper a:hover {
  color: #f5023a;
}
.contactus-wrapper .socail-links ul {
  margin: 0 0 30px 0;
  padding: 0;
}
.contactus-wrapper .socail-links ul li {
  margin: 0 18px 0 0;
  padding: 0;
  display: inline-block;
}
.contactus-wrapper .socail-links ul li i {
  margin: 0 6px 0 0;
}
.contactus-wrapper .btn-submit {
  margin: 6px 0 0 0;
  padding: 4px 22px;
  color: #ffffff;
  background-color: #000000;
  border: 0;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 700;
  display: inline-block;
  width: auto;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: unset;
  height: 37px;
}
.contactus-wrapper .btn-submit:hover {
  color: #ffffff;
  background-color: #f5023a;
}
textarea.form-control {
  height: 70px;
  resize: none;
}
/* css for gallery */
.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 100;
  font-size: 2.5em;
  height: 40px;
  width: 40px;
  margin-top: -12px;
  color: #B7B7B7;
  position: absolute;
  top: 50%;
  text-align: center;
  color: #303030;
  opacity: .3;
  transition: opacity .25s;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #303030;
  border-radius: 50%;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  opacity: .9;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}
#detail .product-images {
  width: 100%;
  margin: 0 auto;
  /* border: 1px solid red; */
}
#detail .product-images li,
#detail .product-images figure,
#detail .product-images a,
#detail .product-images img {
  display: block;
  outline: none;
  border: none;
}
#detail .product-images .main-img-slider figure {
  margin: 0 auto;
  padding: 0 2em;
}
#detail .product-images .main-img-slider figure a {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#detail .product-images .main-img-slider figure a img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
#detail .product-images .thumb-nav {
  margin: 0 auto;
  padding: 20px 10px;
}
#detail .product-images .thumb-nav.slick-slider .slick-prev,
#detail .product-images .thumb-nav.slick-slider .slick-next {
  font-size: 22px;
  height: 25px;
  width: 25px;
  line-height: 15px;
}
#detail .product-images .thumb-nav.slick-slider .slick-prev {
  margin-left: -15px;
}
#detail .product-images .thumb-nav.slick-slider .slick-next {
  margin-right: -20px;
}
@media (max-width: 1500px) {
  #detail .product-images .thumb-nav.slick-slider .slick-next {
    margin-right: -15px;
  }
}
/*	#detail .product-images .main-img-slider.slick-slider .slick-prev {
	  margin-left: -20px;
	}
	#detail .product-images .main-img-slider.slick-slider .slick-next {
	  margin-right: -20px;
	}*/
.slick-prev-arrow,
.slick-next-arrow {
  vertical-align: middle;
}
#detail .product-images .thumb-nav li {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  padding: 0 6px;
}
#detail .product-images .thumb-nav li img {
  /*display: block;
      width: 100%;
      max-width: 95px;
      margin: 0 auto;
      border: 1px solid transparent;
      -webkit-transition: border-color .25s;
      -ms-transition: border-color .25s;
      -moz-transition: border-color .25s;
      transition: border-color .25s;
	  border-radius:7px;
	  border:1px solid rgba(0, 0, 0, 0.2);
	  margin-right:10px !implements;*/
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 9px;
}
#detail .product-images .thumb-nav li:hover,
#detail .product-images .thumb-nav li:focus {
  border-color: #999;
}
#detail .product-images .thumb-nav li.slick-current img {
  border-color: rgba(0, 0, 0, 0.4);
}
.main_img {
  width: 100%;
  margin: 0 auto;
}
/* gallery media query */
/*	@media(max-width:1200px){
	#detail .product-images .thumb-nav li img {
      max-width: 80px;
	}
	}
	@media(max-width:992px){
	#detail .product-images .thumb-nav li img {
      max-width: 80px;
	}   
	}
	@media(max-width:840px){
	#detail .product-images .thumb-nav li img {
      max-width: 70px;
	}   
	}
	@media(max-width:767px){
	#detail .product-images .thumb-nav li img {
      max-width: 95px;
	}   
	}
	@media(max-width:576px){
	#detail .product-images .thumb-nav li img {
      max-width: 85px;
	}   
	}
	@media(max-width:400px){
	#detail .product-images .thumb-nav li img {
      max-width: 60px;
	}   
	}*/
/* css for gallery */
/* css for paginaton */
#pagingControls {
  float: right;
}
#pagingControls ul > li > a {
  color: #7e7e7e;
}
#pagingControls li {
  padding: 0 !important;
}
/* css for paginaton */

.loginBtn{
  width: 100%;
  background-color: black;
  border-radius: 5px;
  padding-left:10px;
  padding-right: 10px;
  min-width: 100px;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
}