@charset "utf-8";
/***************************************************************************
* GENERAL STYLES
***************************************************************************/
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
@media (max-width: 991px) {
  #pageWrapper {
    margin-top: 32px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  line-height: 1.42857143;
}
.btn-1 {
  color: #fff;
  background: #23334b;
  border-color: #23334b;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active {
  color: #fff;
  background: #131b28;
  border-color: #131b28;
}
.text-c1 {
  color: #637381;
}
/***************************************************************************
* PAGE HEADER
***************************************************************************/
/*
 * Header Top Bar
 * --------------------------------------------------
 */
#header_topbar_wrapper {
  color: #fff;
  background: #23334b;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  #header_topbar_wrapper {
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 32px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
}
#header_topbar {
  font-size: 12px;
  line-height: 22px;
}
#header_topbar #header_topbar_left {
  float: left;
}
@media (max-width: 767px) {
  #header_topbar #header_topbar_left {
    float: none;
    text-align: center;
  }
}
#header_topbar #header_topbar_right {
  float: right;
}
@media (max-width: 767px) {
  #header_topbar #header_topbar_right {
    float: none;
    text-align: center;
  }
}
#header_topbar a {
  color: #fff;
  text-decoration: none;
}
#header_topbar a:hover {
  color: #fff;
  text-decoration: underline;
}
#header_topbar ul.topbar_links {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header_topbar ul.topbar_links li {
  display: inline;
  font-weight: normal;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#header_topbar ul.topbar_links li + li {
  border-left: 1px solid #435165;
}
#header_topbar ul.topbar_links li a {
  color: #fff;
  text-decoration: none;
}
#header_topbar ul.topbar_links li a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #header_topbar ul.topbar_links {
    text-align: center;
  }
}
.wsactive #header_topbar_wrapper {
  margin-left: 260px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/*
 * Header
 * --------------------------------------------------
 */
#header_wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #f5f5f5;
}
/*
 * Logo
 * --------------------------------------------------
 */
#header #logo a {
  display: inline-block;
  max-width: 100%;
}
@media (max-width: 767px) {
  #header #logo {
    text-align: center;
    margin-bottom: 30px;
  }
}
/*
 * Header Search
 * --------------------------------------------------
 */
@media (max-width: 767px) {
  #header_search {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
#header_search .btn-search {
  color: #fff;
  background: #2fd3a1;
  border-color: #2fd3a1;
}
#header_search .btn-search:hover,
#header_search .btn-search:focus,
#header_search .btn-search:active {
  color: #fff;
  background: #24ab82;
  border-color: #24ab82;
}
/* ==================================================
   Wishlist / My Cart
================================================== */
#header-cart {
  position: relative;
  float: right;
}
@media (max-width: 767px) {
  #header-cart {
    float: none;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
/*
 * Header Login / Register
 * --------------------------------------------------
 */
#header-login-register {
  float: left;
  line-height: 32px;
  margin-right: 10px;
  color: #23334B;
  font-weight: bold;
  text-transform: uppercase;
}
#header-login-register a {
  color: #23334B;
}
#header-login-register a:hover,
#header-login-register a:focus,
#header-login-register a:active {
  color: #2fd3a1;
  text-decoration: underline;
}
/*
 * User Wishlist
 * --------------------------------------------------
 */
#user-wishlist {
  position: relative;
  display: inline-block;
  float: left;
  padding: 5px 0px;
  height: 32px;
  zoom: 1;
  cursor: pointer;
  color: #333;
}
#user-wishlist:hover {
  color: #2fd3a1;
}
#user-wishlist .wishlist-icon {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  padding-right: 6px;
  font-size: 20px;
  line-height: 1;
}
#user-wishlist .wishlist-icon .wishlist-badge {
  position: absolute;
  top: -8px;
  right: -5px;
  color: #fff;
  background-color: #2fd3a1;
  border-radius: 50%;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
}
/*
 * Shopping Cart
 * --------------------------------------------------
 */
#shopping-cart {
  position: relative;
  display: inline-block;
  float: left;
  padding: 5px 0px;
  height: 32px;
  zoom: 1;
  cursor: pointer;
  color: #333;
  margin-left: 15px;
}
#shopping-cart:hover {
  color: #2fd3a1;
}
#shopping-cart .cart-icon {
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  padding-right: 6px;
  font-size: 20px;
  line-height: 1;
}
#shopping-cart .cart-icon .cart-badge {
  position: absolute;
  top: -8px;
  right: -5px;
  color: #fff;
  background-color: #2fd3a1;
  border-radius: 50%;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
}
#shopping-cart .cart-info {
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  zoom: 1;
}
#shopping-cart .cart-info .myCart-info {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  margin-left: 10px;
}
#shopping-cart .cart-info .myCart-info .dropdown-icon {
  margin-left: 2px;
}
#userLoginModal {
  position: relative;
  background: #FFF;
  padding: 30px;
  width: auto;
  max-width: 400px;
  margin: 20px auto;
}
#loginBoxWrapper #loginBox #loginBoxHeader {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 15px;
}
/***************************************************************************
* PAGE TOP BAR
***************************************************************************/
.navbar-custom {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.navbar-custom .navbar-btn {
  color: #fff !important;
  background: #2fd3a1 !important;
  border-color: #2fd3a1 !important;
}
.navbar-custom .navbar-btn:hover,
.navbar-custom .navbar-btn:focus,
.navbar-custom .navbar-btn:active {
  color: #fff !important;
  background: #24ab82 !important;
  border-color: #24ab82 !important;
}
/***************************************************************************
* PAGE BODY
***************************************************************************/
/***************************************************************************
* CONTENT
***************************************************************************/
h3.section_title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
  color: #23334b;
  font-weight: 600;
  text-transform: uppercase;
}
/*
 * Slider
 * --------------------------------------------------
 */
#banner_slider {
  margin-bottom: 30px;
}
/*
 * Featured Categories
 * --------------------------------------------------
 */
.featured_categories {
  margin-bottom: 30px;
}
.featured_categories .cat-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
}
.featured_categories .cat-wrapper .cat-img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.featured_categories .cat-wrapper:hover .cat-img {
  -webkit-transform: scale(1.05) translate(1%, -1%);
          transform: scale(1.05) translate(1%, -1%);
}
/*
 * Products Carousel Tabs
 * --------------------------------------------------
 */
#productsCarouselTabs {
  text-align: center;
}
#productsCarouselTabs > li {
  font-family: 'Poppins', sans-serif;
  float: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
#productsCarouselTabs > li > a {
  color: #637381;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  border-bottom: 2px solid transparent;
}
#productsCarouselTabs > li > a:hover,
#productsCarouselTabs > li > a:focus {
  color: #2fd3a1;
  background: transparent;
}
#productsCarouselTabs > li.active > a {
  color: #637381;
  background: transparent;
  border-bottom-color: #2fd3a1;
}
#productsCarouselTabs > li.active > a:hover,
#productsCarouselTabs > li.active > a:focus {
  color: #637381;
  background: transparent;
  border-bottom-color: #2fd3a1;
}
/*
 * products_carousel
 * --------------------------------------------------
 */
.products_carousel {
  margin-bottom: 30px;
}
.products_carousel .product {
  position: relative;
}
.products_carousel .product .product_image_div {
  border: 1px solid #DFE3E8;
  margin-bottom: 15px;
}
.products_carousel .product .product_image_div img {
  width: auto;
  max-width: 100%;
  max-height: 230px;
  margin: 0 auto;
}
.products_carousel .product .product_image_div img:hover {
  opacity: 0.8;
}
.products_carousel .product .product_info_div {
  text-align: center;
}
.products_carousel .product .product_name {
  font-size: 16px;
  font-weight: bold;
}
.products_carousel .product .product_name a {
  color: #23334B;
}
.products_carousel .product .product_name a:hover {
  color: #2fd3a1;
  text-decoration: none;
}
.products_carousel .product .product_price {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
.products_carousel .product .product_price .price_title {
  color: #23334B;
}
.products_carousel .product .product_price .price_value {
  color: #2fd3a1;
}
/***************************************************************************
* PAGE FOOTER
***************************************************************************/
/*
 * Footer Top
 * --------------------------------------------------
 */
#footer_top_wrapper {
  background: #f2f2f2;
  color: #637381;
  padding-top: 15px;
  padding-bottom: 15px;
}
#footer_top h4 {
  color: #2fd3a1;
  font-size: 24px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 5px;
}
#footer_top p {
  color: #637381;
  font-size: 16px;
}
#footer_top #subscribe_form {
  margin-top: 20px;
}
#footer_top #subscribe_form .form-control {
  border-color: #2fd3a1;
  box-shadow: none !important;
  border-radius: 0;
}
#footer_top #subscribe_form .signup_btn {
  font-size: 16px;
  color: #fff;
  background: #2fd3a1;
  border-color: #2fd3a1;
  border-radius: 0 !important;
}
#footer_top #subscribe_form .signup_btn:hover,
#footer_top #subscribe_form .signup_btn:focus,
#footer_top #subscribe_form .signup_btn:active {
  color: #fff;
  background: #24ab82;
  border-color: #24ab82;
  outline: none;
}
/*
 * Footer
 * --------------------------------------------------
 */
#footer_wrapper {
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
#footer {
  color: #637381;
}
#footer h4 {
  position: relative;
  color: #637381;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 6px;
}
#footer h4:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #2fd3a1;
}
ul.footer_links {
  padding-left: 0;
  margin-bottom: 15px;
}
ul.footer_links li {
  position: relative;
  list-style: none;
}
ul.footer_links li + li {
  margin-top: 10px;
}
ul.footer_links li > a {
  position: relative;
  padding-left: 10px;
  color: #666;
  text-decoration: none;
}
ul.footer_links li > a:hover,
ul.footer_links li > a:focus,
ul.footer_links li > a:active {
  color: #2fd3a1;
  text-decoration: none;
}
ul.footer_links li > a:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
/*
 * Social Links
 * --------------------------------------------------
 */
ul.footer_social_links {
  margin: 0;
  padding: 0;
  text-align: left;
}
@media (max-width: 767px) {
  ul.footer_social_links {
    text-align: center;
  }
}
ul.footer_social_links li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
ul.footer_social_links li:last-of-type {
  margin-right: 0;
}
ul.footer_social_links li a {
  display: block;
  border: 1px solid #2fd3a1;
  border-radius: 50%;
  padding: 5px;
  text-align: center;
  font-size: 20px;
  line-height: 1.28571429em;
  background: #fff;
  color: #2fd3a1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.footer_social_links li a:hover,
ul.footer_social_links li a:focus,
ul.footer_social_links li a:active {
  color: #fff;
  background: #2fd3a1;
  text-decoration: none;
}
/*
 * Footer Bottom
 * --------------------------------------------------
 */
#footer_bottom_wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
  color: #333;
}
#footer_bottom a {
  color: #333;
}
#footer_bottom a:hover {
  color: #2fd3a1;
}
#copyright {
  font-size: 12px;
  color: #999;
  text-align: center;
}
#copyright a {
  color: #999;
}
#copyright a:hover {
  color: #2fd3a1;
}
#scrollToTop {
  background: #2fd3a1;
}
/*
 * AM STYLE MENU
 * --------------------------------------------------
 */
@media (min-width: 768px) {
  .am_style > .dropdown-menu .dropdown-menu {
    width: 500px;
  }
}
@media (min-width: 992px) {
  .am_style > .dropdown-menu .dropdown-menu {
    width: 600px;
  }
}
@media (min-width: 1200px) {
  .am_style > a {
    min-width: 250px;
    text-transform: uppercase;
  }
  .am_style > .dropdown-menu .dropdown-menu {
    width: 700px;
  }
}
.am_style > .dropdown-menu > li + li {
  border-top: 1px solid #DFE3E8;
}
@media (max-width: 767px) {
  .am_style > .dropdown-menu .dropdown-menu img {
    top: 0 !important;
    right: 15px !important;
    width: initial !important;
    height: 100% !important;
    bottom: initial !important;
  }
  .am_style .dropdown-menu li.dropdown-right-onhover > a {
    font-size: 16px;
    font-weight: bold;
  }
  .am_style .dropdown-menu li.dropdown-header {
    display: none;
  }
}
@media (min-width: 768px) {
  .am_style > .dropdown-menu {
    border-top: none;
    min-width: 250px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .am_style > .dropdown-menu > li {
    position: static !important;
  }
  .am_style .dropdown-menu li.dropdown-right-onhover > a {
    font-weight: bold;
  }
  .am_style .dropdown-menu li:hover > a {
    font-weight: bold;
  }
  .am_style > .dropdown-menu > li > .dropdown-toggle {
    position: relative;
  }
  .am_style > .dropdown-menu .dropdown-menu {
    min-height: 400px;
    margin-left: 0 !important;
    margin-top: -1px !important;
    padding: 15px !important;
  }
  .am_style .dropdown-menu .dropdown-menu li:hover > a {
    font-weight: bold;
  }
  .am_style .dropdown-menu .dropdown-menu li > a {
    background-color: transparent !important;
  }
  .am_style .dropdown-menu .dropdown-menu.am_bg_style_1 {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 2%, #dae0e5 100%);
    background: -webkit-linear-gradient(top, #ffffff 2%, #dae0e5 100%);
    background: linear-gradient(to bottom, #ffffff 2%, #dae0e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dae0e5', GradientType=0);
  }
  .am_style .dropdown-menu .dropdown-menu.am_bg_style_2 {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #fcfcfc 56%, #cccccc 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #fcfcfc 56%, #cccccc 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #fcfcfc 56%, #cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0);
  }
}
