/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
section[class^=toggle_tabs] .tab-content {
  margin-top: 2rem;
}
section[class^=toggle_tabs] .nav {
  margin-left: 12px;
}
section[class^=toggle_tabs] .filter-section {
  margin-left: auto;
  display: flex;
  align-items: center;
  cursor: pointer;
}
section[class^=toggle_tabs] .filter-section span {
  margin-left: 10px;
  font-family: "Lato-Bold";
  font-size: 14px;
  color: #007a3d;
}
section[class^=toggle_tabs] .nav-tabs .nav-link {
  border: none;
  border-color: transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  outline: none;
  border: none;
  color: #8c8e8d;
  font-family: "Lato-Bold";
  font-size: 14px;
}
section[class^=toggle_tabs] .divider {
  align-items: center;
  display: flex;
  color: #8c8e8d;
}
section[class^=toggle_tabs] .nav-tabs {
  border-bottom: 0px;
  margin-left: 0rem;
}
section[class^=toggle_tabs] .nav-link.active {
  color: #007a3d;
  text-decoration: underline;
  font-family: "Lato-Bold";
}

.breadcrums {
  transform: rotate(-90deg);
  position: absolute;
  left: 4%;
  bottom: 40%;
  z-index: 10;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .breadcrums {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .breadcrums {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .breadcrums {
    display: none;
  }
}
.breadcrums a {
  font-family: "Lato-Regular";
  font-size: 10px;
  color: #007a3d;
}
.breadcrums span {
  vertical-align: middle;
  color: #007a3d;
}

.fluid-wrapper {
  position: relative;
  max-width: 1440px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .fluid-wrapper {
    max-width: 540px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .fluid-wrapper {
    max-width: 700px;
  }
}

.banner-wrapper {
  max-width: 1440px;
  margin: auto;
}

.breadcrum_relative {
  position: relative;
  max-width: 1440px;
}

.content__styles h1 {
  font-family: "Lato-Black";
  font-size: 36px;
  color: #007a3d;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .content__styles h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .content__styles h1 {
    font-size: 30px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .content__styles h1 {
    font-size: 30px;
  }
}
.content__styles p {
  font-family: "Lato-Regular";
  font-size: 15px;
  color: #8c8e8d;
  line-height: 28px;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .content__styles p {
    font-size: 14px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .content__styles p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .content__styles p {
    font-size: 14px;
  }
}
.content__styles a {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  border: 3px solid #e7ede6;
  color: #fff;
  background: #007a3d;
  font-size: 14px;
  text-decoration: none;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  /*
  		font-family: "Lato-Bold";
  		font-size: 14px;
  		color: #fff;
  		padding: 12px;
  		padding-left: 25px;
  		padding-right: 25px;
  		background-color: $primary_color;
  		border-radius: 10px;
  		padding-top: 10px;
  		border: none;
  		outline: none;
  		display: inline-block;
  		margin-top: 0.5rem;
  */
}
.content__styles a:hover {
  border: 3px solid #007a3d;
  background: #fff;
  color: rgb(0, 95, 42);
  text-decoration: none;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .content__styles a {
    font-size: 12px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .content__styles a {
    font-size: 12px;
  }
}

.woocommerce-breadcrumb {
  font-family: "Lato-Regular";
  font-size: 10px;
  color: #007a3d;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .center__elements {
    text-align: center;
  }
}

.form-wrapper {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 1rem 0rem 0rem 3rem;
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .form-wrapper {
    padding: 1rem 1rem 0rem 1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .form-wrapper {
    padding: 1rem 0rem 0rem 1rem;
  }
}

form .gform_body {
  padding: 1rem 0rem 0rem 0rem;
}
form .gform_body .gfield_label {
  font-family: "Lato-Bold";
  font-size: 15.5px;
  color: #1a1919;
}
form .gform_body .gfield {
  margin-bottom: 1.5rem;
}
form .gform_body .ginput_container_select {
  position: relative;
}
form .gform_body select,
form .gform_body input,
form .gform_body textarea {
  width: 587px !important;
  height: 48px;
  border-radius: 10px;
  border: solid 1px #8c8e8d;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-left: 15px !important;
  outline: none;
  font-family: "Lato-Regular";
  font-size: 13px !important;
  color: #8c8e8d;
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  form .gform_body select,
  form .gform_body input,
  form .gform_body textarea {
    width: 100% !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  form .gform_body select,
  form .gform_body input,
  form .gform_body textarea {
    width: 100% !important;
  }
}
form .gform_body input[type=checkbox] {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  appearance: checkbox;
  margin-right: 10px;
  align-items: center;
  margin-top: 2px !important;
}
form .gform_body .ginput_container_select:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 0.7rem;
  left: 35rem;
  color: #8c8e8d;
  pointer-events: none;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  form .gform_body .ginput_container_select:after {
    right: 20px;
    left: auto;
  }
}
@media only screen and (min-width: 320px) and (max-width: 568px) and (orientation: landscape) {
  form .gform_body .ginput_container_select:after {
    left: 30rem;
  }
}
@media only screen and (min-width: 375px) and (max-width: 820px) and (orientation: landscape) {
  form .gform_body .ginput_container_select:after {
    left: 16rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  form .gform_body .ginput_container_select:after {
    left: 24rem;
  }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  form .gform_body .ginput_container_select:after {
    left: 34rem;
  }
}
form .gform_footer .gform_button {
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  border: 3px solid #e7ede6;
  color: #fff;
  background: #007a3d;
  font-size: 14px;
  text-decoration: none;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
  margin-top: 10px;
  margin-bottom: 10px;
  /*
  			font-family: "Lato-Bold";
  			font-size: 14px !important;
  			border: 1px solid;
  			color: #fff;
  			background-color: $primary_color;
  			border-radius: 10px;
  			padding: 15px;
  			padding-left: 30px;
  			padding-right: 30px;
  			margin-bottom: 1rem !important;
  			display: inline-block;
  */
}
form .gform_footer .gform_button:hover {
  border: 3px solid #007a3d;
  background: #fff;
  color: rgb(0, 95, 42);
  text-decoration: none;
}
form .validation_error {
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .order_2 {
    order: 2;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .order_1 {
    order: 1;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .row_center {
    justify-content: center;
  }
}

.desktop-block {
  display: block !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .desktop-block {
    display: none !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .desktop-block {
    display: none !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .desktop-block {
    display: none !important;
  }
}

.mobile-block {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mobile-block {
    display: block !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .mobile-block {
    display: block !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .mobile-block {
    display: block !important;
  }
}

.desktop-flex {
  display: flex !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .desktop-flex {
    display: none !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .desktop-flex {
    display: none !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .desktop-flex {
    display: none !important;
  }
}

.mobile-flex {
  display: none !important;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mobile-flex {
    display: flex !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .mobile-flex {
    display: flex !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .mobile-flex {
    display: flex !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tabs-dropdown {
    width: 60%;
    padding: 1rem 2rem;
    position: relative;
    margin: 0 auto;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .tabs-dropdown {
    width: 100%;
    padding: 1rem 2rem;
    position: relative;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .tabs-dropdown {
    width: 100%;
    padding: 1rem 2rem;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tabs-dropdown select {
    font-family: "Lato-Regular";
    font-size: 14px;
    width: 100%;
    height: 56px;
    border-radius: 10px;
    border: solid 1px #8c8e8d;
    padding-left: 20px;
    outline: none;
    margin: auto;
    text-align: center;
    align-items: center;
    appearance: none;
    color: #8c8e8d;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .tabs-dropdown select {
    font-family: "Lato-Regular";
    font-size: 14px;
    width: 100%;
    height: 56px;
    border-radius: 10px;
    border: solid 1px #8c8e8d;
    padding-left: 20px;
    outline: none;
    margin: auto;
    text-align: center;
    align-items: center;
    appearance: none;
    color: #8c8e8d;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 820px) and (orientation: landscape) {
  .tabs-dropdown select {
    font-family: "Lato-Regular";
    font-size: 14px;
    width: 100%;
    height: 56px;
    border-radius: 10px;
    border: solid 1px #8c8e8d;
    padding-left: 20px;
    outline: none;
    margin: auto;
    text-align: center;
    align-items: center;
    appearance: none;
    color: #8c8e8d;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
  }
}

.tabs-dropdown:after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 52px;
  top: 2rem;
  color: #8c8e8d;
  pointer-events: all;
}

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

@media screen and (min-width: 320px) and (max-width: 480px) {
  h1 {
    font-size: 30px !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  p {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  a {
    padding: 9px !important;
    padding-left: 17px !important;
    padding-right: 17px !important;
    font-size: 12px !important;
  }
}

.compare-list tbody tr th {
  text-align: center;
}

.woocommerce-pagination ul {
  list-style: none;
  display: flex;
  text-align: center;
  justify-content: center;
  color: #8c8e8d;
}
@media screen and (min-width: 320px) and (max-width: 480px) {
  .woocommerce-pagination ul {
    justify-content: inherit;
  }
}
.woocommerce-pagination ul span[aria-current=page] {
  color: #007a3d;
}
.woocommerce-pagination ul li, .woocommerce-pagination ul span, .woocommerce-pagination ul a {
  padding: 10px;
  color: #8c8e8d;
  pointer-events: all;
  cursor: pointer;
}

button:focus {
  outline: none;
  border: none;
}/*# sourceMappingURL=common.css.map */