/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/
@import url(animate.min.css);
@import url(normalize.css);
@import url(owl.carousel.min.css);
@import url(slick.css);


/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/
* {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
}
x
html {
  scroll-behavior: smooth;
}

body {
  background-color: #f6f9f9;
}

.wp-block-separator{
   background-color: red !important;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
  font-family: "Big Shoulders Inline Display", sans-serif;
  font-family: "Gabarito", sans-serif;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-family: "Big Shoulders Inline Display", sans-serif;
  font-family: "Karla", sans-serif;
}

p {
  margin: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  font-family: "Big Shoulders Inline Display", sans-serif;
  font-family: "Karla", sans-serif;
  color: #424242;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.paddind_bottom_0 {
  padding-bottom: 0 !important;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 0px;
}

.padding_0 {
  padding: 0px;
}

/* header section start */
.header_section {
  width: 100%;
  float: left;
  background-image: linear-gradient(-337deg, #ffffff 35%, #ee3323 10%), url("../images/about-bg.png");
  background-size: cover;
  background-position: center;
  position: relative;
  overflow-x: hidden;
}

.header_section_2 {
  width: 100%;
  float: left;
  background-image: linear-gradient(108deg, #ffffff 30%, #ee3323 10%), url("../images/about-bg.png");
  background-size: cover;
  background-position: center;
}

.header_bg {
  width: 100%;
  float: left;
}

.header_section::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 420px;
  right: initial;
  top: 0px;
  margin: 0 auto;
  display: flex;
  height: 500px;
  left: 0;
}

.header_section.header_bg::after {
  height: 100%;
}

.bg-light {
  background-color: transparent !important;
}

.navbar {
  width: 100%;
  top: -1px !important;
  background: #325662;
  z-index: 20;
}
.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.navbar li {
  float: left;
}
.navbar li a {
  display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9em;
  font-weight: bolder;
  transition: 1s;
}
.navbar li a:hover {
  color: #ff8282;
}
.navbar li.active a {
  color: #fdc9c9;
  border-bottom: 1px solid #ffffff;
}

.logo {
  width: 100% !important;
  height: auto;
  margin-left: -140px;
  margin-top: 10px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #272727;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown:hover .dropdown-menu {
  display: block;
  transition: 1ms;
}

.navbar-section li {
  list-style: none;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #fffcfc;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

#main {
  transition: margin-left 0.5s;
  width: 5%;
  float: right;
  text-align: right;
}

@media screen and (max-height: 950px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}
/* header section end */
/* banner section start */
.banner_section {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding-top: 30px;
}

.best_text {
  width: 90px;
  margin: 0 auto;
  text-align: center;
  background-color: #000;
  color: #325662;
  font-size: 20px;
  font-weight: bold;
  border-radius: 100px;
  padding: 26px 0px;
  text-transform: uppercase;
  left: -15px;
  position: relative;
}

.image_1 {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
}

.banner_taital {
  margin-top: 50px;
  font-weight: bolder;
  font-size: 55px;
  color: #fff;
  font-family: "Big Shoulders Inline Display", sans-serif;
  font-family: "Gabarito", sans-serif;
}

.banner_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  margin: 0px;
}

.contact_bt {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.contact_bt a {
  width: 180px;
  float: left;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  background-color: #000;
  padding: 8px 0px;
}

.contact_bt a:hover {
  color: #000;
  background-color: #ffffff;
}

.slider-content p {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  margin: 0px;
}

#main_slider a.carousel-control-prev {
  left: 88%;
  top: 60%;
  background-color: #000;
  color: #ffffff;
}

#main_slider a.carousel-control-next {
  position: absolute;
  right: 20px;
  top: 60%;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
  width: 68px;
  height: 68px;
  background: #325662;
  opacity: 1;
  font-size: 30px;
  color: #ffffff;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
  background-color: #000;
  color: #ffffff;
}

/* banner section end */
/* cycle section start */
.cycle_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
  background: url("../images/bg-curl.svg") fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cycle_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #111111;
  text-align: center;
  font-weight: bold;
}

.cycle_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #242424;
  text-align: center;
  margin: 0px;
}

.cycle_section_2 {
  width: 100%;
  float: left;
}

.box_main {
  width: 100%;
  float: left;
  position: relative;
}

.number_text {
  width: 50px;
  height: 50px;
  font-size: 18px;
  color: #ffffff;
  background-color: #ff4000;
  border-radius: 100px;
  text-align: center;
  padding: 10px 0px;
  float: right;
  margin-right: 140px;
  margin-top: 60px;
}

.image_2 {
  width: 100%;
  float: left;
  text-align: center;
  padding-left: 100px;
}

.box_main:after {
  content: "";
  background-color: #000;
  position: absolute;
  width: 420px;
  right: 0px;
  top: 0px;
  margin: 0 auto;
  display: flex;
  height: 220px;
  left: 0;
  z-index: -1;
  clip-path: polygon(0 0, 75% 8%, 75% 80%, 0% 100%);
}

.header_text {
  width: 100%;
  float: left;
  font-size: 50px;
  color: #1c1c1c;
  font-weight: bold;
  text-align: right;
  padding-top: 40px;
  font-family: "Big Shoulders Inline Display", sans-serif;
  font-family: "Gabarito", sans-serif;
}

.header_text:after {
  content: "";
  position: absolute;
  width: 180px;
  height: 1px;
  background-color: #325662;
  left: 0px;
  right: initial;
  margin: 0 auto;
  top: 70px;
}

.lorem_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #1c1c1c;
  margin: 0px;
  padding-top: 40px;
}

.btn_main {
  width: 100%;
  display: flex;
  padding-top: 50px;
}

.buy_bt {
  width: 170px;
  float: left;
}

.buy_bt a {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #ffffff;
  background-color: #325662;
  padding: 8px 5px;
  text-align: center;
  font-weight: bold;
}

.buy_bt a:hover {
  color: #ffffff;
  background-color: #000;
}

.price_text {
  width: 100%;
  float: right;
  text-align: right;
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  padding-top: 8px;
}

.cycle_section_3 {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}

.box_main_3 {
  width: 100%;
  float: left;
  position: relative;
}

.box_main_3:after {
  content: "";
  background-color: #000;
  position: absolute;
  width: 420px;
  right: 0px;
  top: 0px;
  margin: 0 auto;
  display: flex;
  height: 530px;
  left: 0;
  z-index: -1;
  clip-path: polygon(0 0, 65% 8%, 64% 80%, 0% 100%);
}

.number_text_2 {
  width: 50px;
  height: 50px;
  font-size: 18px;
  color: #ffffff;
  background-color: #ff4000;
  border-radius: 100px;
  text-align: center;
  padding: 10px 0px;
  float: right;
  margin-right: 185px;
  margin-top: 60px;
}

.read_btn_main {
  width: 100%;
  float: left;
  margin-top: 200px;
}

.read_bt {
  width: 170px;
  margin: 0 auto;
  text-align: center;
}

.read_bt a {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #ffffff;
  background-color: #000;
  padding: 8px 5px;
  text-align: center;
}

.read_bt a:hover {
  color: #ffffff;
  background-color: #325662;
}

/* cycle section end */
/* about section start */
.about_section {
  width: 100%;
  float: left;
  background-image: url(../images/about-bg.png);
  height: auto;
  padding: 90px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: -89px;
}

.about_taital {
  width: 100%;
  font-size: 60px;
  color: #252020;
  text-align: center;
  font-weight: bold;
  text-align: left;
  margin-left: -20px;
  font-family: "Big Shoulders Inline Display", sans-serif;
  font-family: "Gabarito", sans-serif;
}

.about_content p {
  width: 100%;
  font-size: 18px;
  color: #1e1111;
  text-align: center;
  margin: 0 auto;
  padding-top: 30px;
  margin-left: -23px;
  text-align: left;
}

.about_main {
  width: 100%;
  float: left;
  text-align: center;
  position: relative;
  margin-top: 60px;
}

.image_5 {
  width: 40%;
  margin: 0 auto;
  text-align: center;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}

.about_main::before {
  content: "";
  position: absolute;
  width: 400px;
  right: 0px;
  top: 67px;
  margin: 0 auto;
  display: flex;
  height: 355px;
  left: -180px;
  box-shadow: 0 35px 25px -20px rgba(0, 0, 0, 0.2);
  transform: rotate(-13deg) skewx(-1.2deg);
}

.about_main::after {
  content: "";
  background-color: #ffffff;
  position: absolute;
  width: 500px;
  right: 0px;
  top: 30px;
  margin: 0 auto;
  display: flex;
  height: 440px;
  left: 0;
  clip-path: polygon(0 0px, 80% 3%, 80% 78%, 0% 100%);
  -webkit-box-shadow: 0px 8px 7px 3px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 8px 7px 3px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 8px 7px 3px rgba(0, 0, 0, 0.31);
}

.read_bt_1 {
  width: 170px;
  margin: 0 auto;
  text-align: center;
}

.read_bt_1 a {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #ffffff;
  background-color: #000;
  padding: 8px 5px;
  text-align: center;
  margin-top: 80px;
}

.read_bt_1 a:hover {
  color: #ffffff;
  background-color: #325662;
}

/* about section end */
/* client section start */
.client_section {
  width: 100%;
  float: left;
  padding-bottom: 100px;
}

.client_main {
  width: 100%;
  float: left;
  border: 1px solid #e4e4e4;
  border-style: dotted;
  padding: 40px 30px 100px 30px;
}

.client_taital {
  width: 100%;
  font-size: 40px;
  color: #303030;
  text-align: center;
  font-weight: bold;
}

.client_section_2 {
  width: 90%;
  margin: 0 auto;
  margin-top: 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 7px 3px rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0px 8px 7px 3px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 1px 8px 3px rgba(0, 0, 0, 0.31);
  padding: 10px;
  margin-top: 30px;
  display: flex;
}

.client_left {
  width: 30%;
}

.client_right {
  width: 70%;
  padding: 50px 0px 50px 40px;
}

.client_img {
  width: 100%;
}

.quote_icon {
  width: 100%;
}

.client_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #333233;
  margin: 0px;
  padding-top: 20px;
}

.client_name {
  width: 100%;
  float: left;
  font-size: 20px;
  color: #1d1f1e;
  font-weight: bold;
  padding-top: 20px;
}

#my_slider a.carousel-control-prev {
  left: 640px;
  top: 93%;
  background-color: #000;
  color: #ffffff;
}

#my_slider a.carousel-control-next {
  position: absolute;
  right: 570px;
  top: 93%;
}

#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
  width: 68px;
  height: 68px;
  background: #191616;
  opacity: 1;
  font-size: 30px;
  color: #ffffff;
}

#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-next:focus {
  background-color: #000;
  color: #ffffff;
}

/* client section end */
/* news section start*/
.news_section {
  width: 100%;
  float: left;
  background-color: #355764;
  height: auto;
  padding: 90px 0px;
}

.news_taital {
  width: 100%;
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

.news_text {
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
  color: #ffffff;
  padding-top: 20px;
  text-align: center;
}

.news_section_2 {
  width: 100%;
  float: left;
}

.box_main_1 {
  width: 100%;
  float: left;
  background-color: #ffffff;
  height: auto;
  border-radius: 5px;
}

.box_main_1:hover {
  box-shadow: 0px 1px 9px 1px #fff;
}

.frame {
  height: 200px;
  width: 100%;
  overflow: hidden;
}

.zoomout img {
  height: 300px;
  width: 100%;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
}

.zoomout img:hover {
  width: 100%;
  height: 500px;
}

.box_main_1:hover {
  box-shadow: 0px 1px 9px 1px #fff;
}

.box_main_1:hover .post_text {
  color: #000;
}

.padding_15 {
  width: 100%;
  float: left;
  padding: 20px 15px 40px 15px;
}

.speed_text {
  width: 100%;
  float: left;
  font-size: 22px;
  color: #161616;
}

.post_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #dcdcd9;
}

.long_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #2a2929;
  margin: 0px;
  padding-top: 10px;
}

/* news section start*/
/* contact section start*/
.contact_section {
  width: 100%;
  float: left;
  background-color: #355764;
  height: auto;
  padding-bottom: 90px;
}

.contact_main {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.request_text {
  width: 100%;
  float: left;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding-bottom: 10px;
}

.form-group {
  margin-bottom: 30px;
}

.email-bt {
  color: #292929;
  width: 100%;
  height: 55px;
  font-size: 18px;
  padding: 20px;
  background-color: #fefeff;
  border: 0px;
  border-radius: 30px;
}

input.email-bt::placeholder {
  color: #292929;
}

.massage-bt {
  color: #292929;
  width: 100%;
  height: 110px;
  font-size: 18px;
  padding: 40px 20px 10px;
  background-color: #fefeff;
  border: 0px;
  border-radius: 30px;
}

textarea#comment::placeholder {
  color: #292929;
}

.send_btn {
  width: 170px;
  text-align: center;
  margin: 0px auto;
}

.send_btn a {
  width: 100%;
  float: left;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 0px;
  background-color: #000;
  border-radius: 10px;
}

.send_btn a:hover {
  color: #000;
  background-color: #ffffff;
}

/* contact section end*/
/* footer section start*/
.footer_section {
  width: 100%;
  float: left;
  background-color: #f3f3f3;
  height: auto;
  background-size: cover;
  padding: 30px 0px;
}
.footer_section p {
  color: #282828;
}

.location-us {
  padding: 100px;
}

.map_main {
  width: 100%;
  float: left;
  padding: 0px;
}

.call_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #dfdfdf;
  padding-top: 10px;
}

.email_text {
  width: 70%;
  float: left;
  font-size: 16px;
  color: #9e9c9c;
  background-color: #ffffff;
  padding: 8px 15px;
  margin-top: 40px;
  border: 0px;
}

.subscribe_bt {
  width: 180px;
  float: left;
  margin-top: 15px;
}

.subscribe_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  background-color: #000;
  padding: 8px;
  margin-top: 20px;
}

.subscribe_bt a:hover {
  color: #9e9c9c;
  background-color: #ffffff;
}

.call_text a {
  color: #dfdfdf;
}

.call_text a:hover {
  color: #000;
}

.padding_left_0 {
  padding-left: 15px;
}

.social_icon {
  width: 100%;
  float: left;
  padding-top: 20px;
}

.social_icon ul {
  margin: 0px;
  padding: 0px;
}

.social_icon li {
  float: left;
  padding-right: 10px;
  padding-top: 10px;
}

.copyright_section {
  width: 100%;
  float: left;
  background-color: #ffffff;
  height: auto;
}

.copyright_text {
  width: 100%;
  float: left;
  font-size: 16px;
  text-align: center;
  color: #151515;
  margin-left: 0px;
  margin-right: 0px;
}

.copyright_text a {
  color: #151515;
}

.copyright_text a:hover {
  color: #000;
}

.margin_top_90 {
  margin-top: 90px;
}

.margin_90 {
  margin: 90px 0px;
}

.nav-normal {
  margin-left: 90px;
  font-size: 12px !important;
}

#navbarSupportedContent {
  transform: translateX(100vw);
}

#navbarSupportedContent.nav-normal {
  transform: none;
}

.services-products ul li {
  font-size: 23px;
  font-weight: 500;
  font-family: "Big Shoulders Inline Display", sans-serif;
  font-family: "Karla", sans-serif;
  color: #4b4b4b;
}

.call_us {
  width: 100%;
  float: left;
  padding: 20px 50px;
  background: url("../images/pattern.svg");
  background-position: center;
  border: 1px solid #ededed;
}

.call_number li {
  display: inline-block;
  padding-right: 20px;
}
.call_number li a {
  font-size: 23px;
  font-weight: bolder;
  font-family: "Big Shoulders Inline Display", sans-serif;
  font-family: "Karla", sans-serif;
}

/* contact section end*/
/*  ABOUT US  */
.awards {
  background-image: linear-gradient(237deg, #ffffff 50%, #cbcbcb 90%);
}

.award-details img {
  margin-right: 45px !important;
  margin-top: 50px !important;
  display: block;
  margin: 0 auto;
}

/* PAGE STYLE */
.page-wrapper {
  margin-bottom: 120px;
}

.single-page {
  margin-bottom: 150px;
}

.circle-design {
  height: 70px;
  width: 70px;
  border-radius: 100%;
  background-color: #ececec;
  position: absolute;
  margin-top: 188px;
  margin-left: -10px;
}

.content-left {
  padding: 10px;
  margin-top: 90px;
}
.content-left h1 {
  font-size: 28px;
  font-weight: bolder;
  width: 100%;
  position: relative;
}

.content-image-left {
  padding: 10px;
  width: 100%;
  margin-top: 120px;
}

.content-right {
  padding: 10px;
  margin-top: 90px;
  font-size: 19px;
}

.footer p {
  padding: none !important;
}
.footer ul {
  margin-top: 30px;
}
.footer h5 {
  padding: 0px;
  font-size: 15px;
  font-weight: bolder;
  font-family: "Big Shoulders Inline Display", sans-serif;
  font-family: "Karla", sans-serif;
}
.footer h6 {
  font-weight: normal !important;
  font-size: 15px;
}

.product-category.product {
  height: auto;
}
.product-category.product img {
  width: 100%;
  height: 220px !important;
}
.product-category.product h2 {
  font-size: 28px !important;
  font-weight: bold;
  position: absolute;
  font-family: "Big Shoulders Inline Display", sans-serif;
  font-family: "Gabarito", sans-serif;
  position: absolute;
  margin-top: -120px !important;
  text-align: center;
  color: #fff;
  left: 20px;
  text-shadow: -2px 4px 5px rgba(0, 0, 0, 0.6);
}

.img-page {
  margin-top: 120px;
}
.img-page img {
  box-shadow: 10px 10px 5px 1px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 10px 10px 5px 1px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 10px 10px 5px 1px rgba(0, 0, 0, 0.11);
}

.count {
  width: 150px;
  height: auto;
  border-radius: 100px;
  font-size: 15px;
  background-color: #fff;
}

.woocommerce {
  margin-bottom: 120px;
}
.woocommerce-Price-amount{
 display:none;
}

.nice-select{
display:none;
}

.woocommerce-cart-form {
  margin-top: -100px;
}
.woocommerce-cart-form img {
  width: 50px;
  height: auto;
}

#customer_details {
  background-color: #fff;
  padding: 20px;
  margin-top: -90px;
}
#customer_details .input-text {
  width: 100% !important;
  height: 35px;
  border: none;
  background-color: #F6F6F6;
  padding: 15px;
}
#customer_details .nice-select {
  width: 100% !important;
  height: 35px;
  border: none;
}
#customer_details .form-row {
  display: block;
}
#customer_details .button {
  background-color: #000;
}
#customer_details .woocommerce-order {
  text-align: center;
}

.woocommerce-order-overview {
  margin: 0;
  padding: 0;
}

.woocommerce-thankyou-order-received {
  text-align: center;
  margin-bottom: 30px;
}

.woocommerce-thankyou-order-details {
  list-style-type: none;
  display: flex;
  justify-content: center;
  padding: 20px 90px;
}
.woocommerce-thankyou-order-details li {
  display: list-item;
  background: black;
  color: white;
  padding: 20px !important;
}
.woocommerce-thankyou-order-details .woocommerce-order-overview__total {
  display: none;
}

.woocommerce-order {
  background-color: #cfcfcf;
}

.footer-products ul {
  margin-top: 40px !important;
}
.footer-products ul li {
  background-color: #c1c1c1;
  width: 100% !important;
  height: 1px;
  display: block;
  font-family: "Gabarito", sans-serif;
}
.footer-products ul li img {
  display: none !important;
}
.footer-products ul li .woocommerce-Price-amount {
  display: none;
}
.footer-products ul li .add_to_cart_button {
  display: none !important;
}

.contactus {
  background-color: #fff;
  padding: 20px;
}
.contactus input {
  height: 40px;
  border: 1px solid #e1e1e1;
}
.contactus textarea {
  border: 1px solid #e1e1e1;
}

@media only screen and (max-width: 988px) {
  .navbar-collapse {
    overflow: hidden !important;
    max-height: none !important;
    height: auto !important;
    display: none;
  }

  .overlay,
.sideMenu {
    position: fixed;
    bottom: 0;
  }

  .overlay {
    top: 0;
    left: -100%;
    right: 100%;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.9) !important;
    z-index: 998 !important;
    transition: all ease 20ms;
  }

  .sideMenu,
.sidebarNavigation {
    z-index: 999;
    margin-bottom: 0;
  }

  .overlay.open {
    left: 0;
    right: 0;
  }

  .sidebarNavigation {
    z-index: 330 !important;
  }

  .sidebarNavigation .left-navbar-toggle {
    float: left !important;
    margin-right: 0;
    margin-left: 15px;
    position: relative;
  }

  .sideMenu {
    left: -100%;
    top: 0px !important;
    transition: all ease-in-out 0.4s;
    overflow: hidden;
    width: 100%;
    max-width: 90%;
    background: #000 !important;
    padding-left: 20px;
  }

  .sideMenu.open {
    left: 0;
    display: block;
    overflow-y: auto;
  }

  .sideMenu ul {
    margin-top: 120px !important;
  }
  .sideMenu ul a {
    margin-top: 20px;
    color: white !important;
    font-size: 1.3em;
    font-weight: bolder;
  }

  .navbar-toggler {
    margin-top: 35px;
    right: 19px !important;
    position: absolute;
  }

  .dropdown-menu {
    position: relative;
    margin-top: -50px;
    background-color: #f9f9f9;
    min-width: 0px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  .logo {
    margin-top: 10px !important;
    width: 70px !important;
    height: auto !important;
    margin-left: 25px !important;
  }

  .navbar {
    border-bottom: 1px solid #ccc;
  }

  .navbar-toggler {
    background: #000;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
  }
}

.joinchat{ z-index:999999 !important; }

@media (max-width: 480px), (orientation: landscape) and (max-height: 480px) {
  .joinchat { --bottom: 60px; }
}


/*# sourceMappingURL=style.css.map */
