/* Master Stylesheet - Acadia Park Outdoor Company */
/* :: 1.0 Import Web Fonts */
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Ubuntu:300,400,500,700");
/* :: 2.0 Import .min CSS and animations */
@import url(../css/core.min.css);
@import url(../css/classy-nav.min.css);
@import url(../css/owl.carousel.css);
@import url(../css/animate.css);
@import url(../css/magnific-popup.css);
@import url(../css/jquery-ui.min.css);
@import url(../css/nice-select.css);
@import url(../css/font-awesome.min.css);



/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Cambria", serif;
  font-size: 14px;
  background-color: #ffffff;
  margin-top: 85px; }
  @media only screen and (max-width: 767px) {
    body {
      margin-top: 80px; } }
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  line-height: 1.3;
  font-weight: 700;
  font-family: "Cambria", serif; }

p {
  color: #787878;
  font-size: 14px;
  line-height: 2;
  font-weight: 400; }

a {
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #000000;
  font-weight: 600;
  font-size: 12px; }
  a:hover, a:focus {
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #000000;
    font-weight: 600;
    font-size: 12px; }

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

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


/* Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* Section Padding */
.section-padding-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0; }

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px; }

/* Section Heading */
.section-heading {
  margin-bottom: 50px;
  position: relative;
  z-index: 1; }
  .section-heading h2 {
    font-size: 30px;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 600; }
  .section-heading.text-left {
    text-align: left !important; }

/* Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

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

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.hero {
	color:#FFFFFF;
}

.bg-overlay,
.bg-overlay-white {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay:hover,
  .bg-overlay-white:hover {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.bg-overlay:hover {
  background-color: rgba(0, 0, 0, 0.5); }

.bg-overlay-white:hover {
  background-color: rgba(255, 255, 255, 0.9); }



/* ScrollUp */
#scrollUp {
  background-color: #4CBB17;
  border-radius: 0;
  bottom: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 60px;
  text-align: center;
  width: 40px; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px; } }

/* Shop Button */
.shop-btn {
  display: inline-block;
  min-width: 170px;
  height: 50px;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 0 40px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 50px;
  background-color: #4cbb17;
  letter-spacing: 1.5px;
  font-weight: 600; }
  .Shop-btn:hover, .shop-btn:focus {
    color: #ffffff;
    background-color: #e9692c; }

/* :: 4.0 Header Area CSS */
.header_area {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  @media only screen and (max-width: 767px) {
    .header_area .classy-nav-container {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 767px) {
    .header_area .classy-nav-container .classy-navbar-toggler {
      margin-left: auto;
      margin-right: 5px; } }
  .header_area .classy-navbar,
  .header_area .header-meta {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    min-width: 50%;
    width: 30%; }
    @media only screen and (max-width: 767px) {
      .header_area .classy-navbar,
      .header_area .header-meta {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
        width: 100%; } }
  .header_area .classy-navbar {
    height: 85px;
    padding: 5px 0 5px 5%; }
    @media only screen and (max-width: 767px) {
      .header_area .classy-navbar {
        height: 40px;
        border-bottom: 1px solid #ebebeb; } }
  .header_area .header-meta {
    height: 85px;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .header_area .header-meta {
        height: 40px; } }
  .header_area .classynav ul li a {
    font-size: 16px;
    color: #787878; }
    .header_area .classynav ul li a:hover {
      color: #000000; }
  .header_area .classynav ul li .megamenu li a,
  .header_area .classynav ul li .dropdown li a {
    font-size: 14px;
    color: #787878; }
    .header_area .classynav ul li .megamenu li a:hover,
    .header_area .classynav ul li .dropdown li a:hover {
      color: #000000; }
  .header_area .search-area form {
    position: relative;
    z-index: 1;
    height: 85px;
    border-left: 1px solid #ebebeb; }
    @media only screen and (max-width: 767px) {
      .header_area .search-area form {
        height: 40px;
        border-left: none; } }
    .header_area .search-area form input {
      border: none;
      background-color: #ffffff;
      width: 200px;
      height: 85px;
      padding: 0 15px 0 50px;
      color: #787878;
      font-size: 14px;
      font-weight: 500;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms; }
      @media only screen and (max-width: 767px) {
        .header_area .search-area form input {
          width: 170px;
          height: 40px;
          padding: 0 10px 0 30px; } }
      .header_area .search-area form input:focus {
        outline: none !important;
        width: 250px; }
        @media only screen and (min-width: 768px) and (max-width: 1080px) {
          .header_area .search-area form input:focus {
            width: 200px; } }
        @media only screen and (max-width: 767px) {
          .header_area .search-area form input:focus {
            width: 170px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          .header_area .search-area form input:focus {
            width: 170px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .header_area .search-area form input:focus {
            width: 150px; } }
    .header_area .search-area form button {
      position: absolute;
      z-index: 10;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 30px;
      background-color: transparent;
      border: none;
      color: #787878;
      font-size: 14px; }
      @media only screen and (max-width: 767px) {
        .header_area .search-area form button {
          left: 10px;
          height: 40px; } }
  .header_area .cart-area a {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    width: 90px;
    display: block;
    text-align: center;
    border-left: 1px solid #ebebeb;
    height: 100%;
    line-height: 80px; }
    @media only screen and (max-width: 767px) {
       .header_area .cart-area a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
        flex: 0 0 50px;
        width: 50px;
        line-height: 40px; } }
      .header_area .cart-area a img {
      max-width: 20px; }
    .header_area .cart-area a span {
      font-family: "Cambria", serif;
      font-size: 18px;
      color: #4CBB17;
      font-weight: 700;
      position: absolute;
      top: -10px; }
      @media only screen and (max-width: 767px) {
        .header_area .cart-area a span {
          font-size: 14px; } }
  .header_area.sticky {
    position: fixed;
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15); }

.cart-bg-overlay.cart-bg-overlay-on {
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1050; }



/* :: 5.0 Welcome Area CSS */
.welcome_area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 600px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .welcome_area {
      height: 450px; } }
  @media only screen and (max-width: 767px) {
    .welcome_area {
      height: 350px; } }
  .welcome_area .hero-content h6 {
    font-size: 18px;
    color: #787878;
    margin-bottom: 10px; }
  .welcome_area .hero-content h2 {
    font-size: 60px;
    color: #000000;
    margin-bottom: 50px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .welcome_area .hero-content h2 {
        font-size: 48px; } }
    @media only screen and (max-width: 767px) {
      .welcome_area .hero-content h2 {
        font-size: 30px; } }

/* :: 6.0 Top Category Area CSS */
.single_category_area {
  position: relative;
  z-index: 1;
  margin-top: 25px;
  width: 100%;
  height: 240px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_category_area {
      height: 180px; } }
  @media only screen and (max-width: 767px) {
    .single_category_area {
      height: 180px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_category_area {
      margin-bottom: 30px; } }
  .single_category_area:after {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(127,127,127,0.60);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10; }
  .single_category_area .category-content a {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single_category_area .category-content a {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .single_category_area .category-content a {
        font-size: 18px; } }
  .single_category_area:hover .category-content a {
    color: #4CBB17;}


/* :: 7.0 Single Product Details Area CSS */
.single_product_details_area {
  position: relative;
  z-index: 100;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .single_product_details_area .single_product_thumb,
  .single_product_details_area .single_product_desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .single_product_details_area .single_product_thumb,
      .single_product_details_area .single_product_desc {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
  .single_product_details_area .product_thumbnail_slides {
    position: relative;
    z-index: 1; }
    .single_product_details_area .product_thumbnail_slides .owl-prev,
    .single_product_details_area .product_thumbnail_slides .owl-next {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      position: absolute;
      top: 50%;
      z-index: 20;
      left: 30px;
      width: 40px;
      height: 40px;
      margin-top: -20px;
      padding: 5px;
      opacity: 0.4; }
      .single_product_details_area .product_thumbnail_slides .owl-prev:hover,
      .single_product_details_area .product_thumbnail_slides .owl-next:hover {
        opacity: 1; }
    .single_product_details_area .product_thumbnail_slides .owl-next {
      left: auto;
      right: 30px; }
  .single_product_details_area .single_product_desc {
    position: relative;
    z-index: 1;
    padding: 50px 5%; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single_product_details_area .single_product_desc {
        padding: 30px 4%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single_product_details_area .single_product_desc {
        padding: 30px 3%; } }
    .single_product_details_area .single_product_desc span {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      color: #787878;
      margin-bottom: 10px;
      display: block; }
    .single_product_details_area .single_product_desc a > h2 {
      font-size: 30px;
      display: block;
      margin-bottom: 10px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single_product_details_area .single_product_desc a > h2 {
          font-size: 24px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single_product_details_area .single_product_desc a > h2 {
          font-size: 20px; } }
    .single_product_details_area .single_product_desc .product-price {
      margin-bottom: 0;
      font-family: "Cambria", serif;
      font-size: 24px;
      color: #E9692C;
      font-weight: 700; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single_product_details_area .single_product_desc .product-price {
          font-size: 20px; } }
      .single_product_details_area .single_product_desc .product-price span {
        display: inline-block;
        font-family: "Cambria", serif;
        font-size: 24px;
        color: #787878;
        font-weight: 700;
        text-decoration: line-through;
        margin-right: 15px; }
    .single_product_details_area .single_product_desc .product-desc {
      font-size: 16px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single_product_details_area .single_product_desc .product-desc {
          font-size: 14px; } }


    .single_product_details_area .single_product_desc .about-desc {
      font-size: 20px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single_product_details_area .single_product_desc .about-desc {
          font-size: 14px; } }

    .single_product_details_area .single_product_desc .nice-select {
      position: relative;
      z-index: 100;
      border: 1px solid #ebebeb;
      border-radius: 0;
      font-size: 14px;
      font-weight: 500;
      height: 60px;
      line-height: 60;
      margin: 0;
      text-transform: uppercase;
      width: 220px; }
      .single_product_details_area .single_product_desc .nice-select .current {
        line-height: 60px; }
      .single_product_details_area .single_product_desc .nice-select .list {
        background-color: #f6f6f6;
        border-radius: 0;
        border: none;
        width: 100%; }
        .single_product_details_area .single_product_desc .nice-select .list .option.selected {
          color: #4CBB17; }
    .single_product_details_area .single_product_desc .cart-fav-box .favme {
      cursor: pointer;
      color: #ccc;
      font-size: 24px; }
      .single_product_details_area .single_product_desc .cart-fav-box .favme.active {
        color: #E9692C !important; }

.add-to-cart-btn {padding: 0 0 10px}

/* :: 8.0 Footer Area CSS */
.footer_area {
  position: relative;
  z-index: 1;
  background-color: #252525;
  padding: 70px 0 60px; }
  .footer_area .single_widget_area .footer_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer_area .single_widget_area .footer_menu ul li a {
      font-size: 16px;
      color: rgba(255, 255, 255, 0.6);
      display: block;
      font-weight: 400;
      font-family: "Cambria", serif;
      padding: 0 10px;
      text-transform: capitalize; }
      .footer_area .single_widget_area .footer_menu ul li a:hover, .footer_area .single_widget_area .footer_menu ul li a:focus {
        color: #ffffff; }
  .footer_area .single_widget_area .footer_widget_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .footer_area .single_widget_area .footer_widget_menu li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      width: 50%; }
      .footer_area .single_widget_area .footer_widget_menu li a {
        display: block;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.6);
        font-weight: 400;
        margin-bottom: 10px; }
        .footer_area .single_widget_area .footer_widget_menu li a:hover, .footer_area .single_widget_area .footer_widget_menu li a:focus {
          color: #ffffff; }
  .footer_area .single_widget_area .footer_heading h6 {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0; }
  .footer_area .single_widget_area .subscribtion_form form {
    position: relative;
    z-index: 1;
    width: 270px; }
    @media only screen and (max-width: 767px) {
      .footer_area .single_widget_area .subscribtion_form form {
        margin-bottom: 50px; } }
    .footer_area .single_widget_area .subscribtion_form form input {
      width: 100%;
      border: none;
      border-bottom: 2px solid rgba(255, 255, 255, 0.6);
      color: rgba(255, 255, 255, 0.6);
      font-size: 12px;
      height: 35px;
      background-color: transparent; }
      .footer_area .single_widget_area .subscribtion_form form input:focus {
        border-bottom-color: #ffffff;
        color: #ffffff; }
    .footer_area .single_widget_area .subscribtion_form form button {
      width: 30px;
      height: 35px;
      border: none;
      background-color: transparent;
      color: rgba(255, 255, 255, 0.6);
      position: absolute;
      top: 0;
      right: 0;
      text-align: center;
      z-index: 10; }
  .footer_area .single_widget_area .footer_social_area a {
    color: #ffffff;
    display: inline-block;
    padding: 0 10px;
    font-size: 16px; }

/* :: 9.0 Breadcumb Area CSS */
.breadcumb_area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 140px; }
  .breadcumb_area:after {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -5;
    content: ''; }
  .breadcumb_area .page-title h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Cambria", serif;
    letter-spacing: 1px;
    margin-bottom: 0; }
  .breadcumb_area.breadcumb-style-two {
    width: 100%;
    height: 390px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .breadcumb_area.breadcumb-style-two {
        height: 300px; } }
    @media only screen and (max-width: 767px) {
      .breadcumb_area.breadcumb-style-two {
        height: 250px; } }
    .breadcumb_area.breadcumb-style-two .page-title h2 {
      font-size: 72px;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Cambria", serif;
      letter-spacing: 1px;
      margin-bottom: 0;
      color: #E9692C; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .breadcumb_area.breadcumb-style-two .page-title h2 {
          font-size: 48px; } }
      @media only screen and (max-width: 767px) {
        .breadcumb_area.breadcumb-style-two .page-title h2 {
          font-size: 30px; } }

/* :: 10.0 Product Sidebar Area CSS */
.widget {
  position: relative;
  z-index: 1; }
  .widget .widget-title {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600; }
  .widget .widget-title2 {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 15px;
    display: block;
    color: #000000;
    font-weight: 600; }
  .widget .categories-menu li > a {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 15px;
    display: block; }
  .widget .categories-menu .sub-menu {
    margin-left: 15px;
    margin-bottom: 15px; }
    .widget .categories-menu .sub-menu li > a {
      text-transform: capitalize;
      font-size: 14px;
      margin-bottom: 5px;
      display: block;
      font-weight: 300;
      color: #787878; }
      .widget .categories-menu .sub-menu li > a:hover {
        color: #0315ff; }
  .widget.price .ui-slider-handle {
    background-color: #000000;
    border: none;
    border-radius: 0;
    top: -6px;
    width: 4px;
    height: 15px;
    margin: 0; }
  .widget.price .ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #4CBB17; }
  .widget.price .ui-slider-horizontal {
    height: 5px; }
  .widget.price .range-price {
    font-size: 12px;
    font-weight: 600;
    margin-top: 15px;
    text-transform: uppercase; }
  .widget.color .widget-desc ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .widget.color .widget-desc ul li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      width: 20%;
      margin-bottom: 15px; }
      .widget.color .widget-desc ul li a {
        width: 30px;
        height: 30px;
        display: block;
        background-color: #ffffff;
        position: relative;
        z-index: 1;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
        .widget.color .widget-desc ul li a.color1 {
          background-color: #ffffff; }
        .widget.color .widget-desc ul li a.color2 {
          background-color: #969696; }
        .widget.color .widget-desc ul li a.color3 {
          background-color: #030303; }
        .widget.color .widget-desc ul li a.color4 {
          background-color: #4CBB17; }
        .widget.color .widget-desc ul li a.color5 {
          background-color: #E9692C; }

  .widget.brands ul li {
    display: block; }
    .widget.brands ul li a {
      display: block;
      margin-bottom: 5px;
      font-size: 14px;
      color: #787878;
      font-weight: 300;
      text-transform: capitalize; }
      .widget.brands ul li a:hover {
        color: #4CBB17; }
@media (max-width: 768px) {
	#shop_sidebar_area {
		display: none;}
}

.product-topbar {
  position: relative;
  z-index: 100;
  margin-bottom: 40px; }
  .product-topbar .total-products p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.75px; }
    .product-topbar .total-products p span {
      color: #4CBB17; }
  .product-topbar .product-sorting p {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    margin-right: 15px; }
  .product-topbar .product-sorting form select {
    background-color: transparent;
    border: none; }
    .product-topbar .product-sorting form select option {
      font-size: 12px;
      font-weight: 600;
      color: #000000;
      text-transform: uppercase;
      letter-spacing: 0.75px; }
  .product-topbar .nice-select {
    border: none;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    line-height: 1.5;
    padding-left: 0;
    margin: 0;
    text-transform: uppercase; }
    .product-topbar .nice-select .list {
      background-color: #f6f6f6;
      border-radius: 0;
      border: none; }
      .product-topbar .nice-select .list .option.selected {
        color: #4CBB17; }

/* :: 11.0 Checkout Area CSS */
.checkout_details_area form label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600; }
  .checkout_details_area form label span {
    color: #4CBB17; }
.checkout_details_area form .form-control {
  height: 42px;
  border: 1px solid #ebebeb;
  background-color: transparent;
  border-radius: 0; }
.checkout_details_area form .nice-select {
  border-radius: 0;
  border: 1px solid #ebebeb; }
  .checkout_details_area form .nice-select .list {
    width: 100%;
    border-radius: 0; }

.order-details-confirmation {
  width: 100%;
  border: 2px solid #ebebeb;
  padding: 40px; }
  @media only screen and (max-width: 767px) {
    .order-details-confirmation {
      margin-top: 100px;
      padding: 20px; } }
  .order-details-confirmation .order-details-form li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    padding: 20px 0;
    border-bottom: 2px solid #ebebeb;
    font-weight: 600; }
  .order-details-confirmation .card-header h6 a {
    display: block;
    font-size: 14px;
    text-transform: uppercase; }
    .order-details-confirmation .card-header h6 a i {
      color: #9f9f9f; }
  .order-details-confirmation .card {
    border: none; }
  .order-details-confirmation .card-header {
    background-color: transparent;
    border-bottom: none; }
  .order-details-confirmation .card-body p {
    font-size: 12px;
    line-height: 2;
    color: #9f9f9f; }


/* :: 12.0 Regular Page Area CSS for About & Vision */
.regular-page-content-wrapper {
  position: relative;
  z-index: 1; }
  .regular-page-content-wrapper .regular-page-text h2 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 50px; }
  .regular-page-content-wrapper .regular-page-text p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 50px; }
  .regular-page-content-wrapper .regular-page-text blockquote {
    margin-bottom: 50px; }
    .regular-page-content-wrapper .regular-page-text blockquote h6 {
      font-size: 18px;
      line-height: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .regular-page-content-wrapper .regular-page-text blockquote h6 i {
        margin-right: 30px;
        font-size: 30px;
        color: #0315ff; }
    .regular-page-content-wrapper .regular-page-text blockquote span {
      margin-left: 60px;
      font-size: 16px;
      font-weight: 600;
      color: rgba(0, 0, 0, 0.6); }

/* :: 13.0 Contact CSS */
.contact-form {
	align-content: center;}

.contact-area {
  position: relative;
  z-index: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;}
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-area .google-map {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
        width: 55%;
		float:inherit;} }
    @media only screen and (max-width: 767px) {
      .contact-area .google-map {	
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
		float:inherit;} }
.col-md-8 {
	padding-left: 100px;}
	@media only screen and (min-width: 768px) and (max-width:991px){
		padding-left: 50px;}
	 @media only screen and (max-width: 767px) {
		 padding-left:0px
	}
}}
  .contact-area .contact-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
    padding: 50px 5%;}
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-area .contact-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        width: 45%;
        padding: 50px 3%; 
		} }
    @media only screen and (max-width: 767px) {
      .contact-area .contact-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 0px 5%; 
		 }}
    .contact-area .contact-info h2 {
      font-size: 30px;
      margin-bottom: 40px; }
    .contact-area .contact-info p {
      font-size: 16px;
      font-weight: 300; }
    .contact-area .contact-info .contact-address p {
      font-size: 12px;
      font-weight: 600;
      margin-bottom: 10px; }
      .contact-area .contact-info .contact-address p span {
        font-weight: 600;
        color: #000000;
        width: 100px;
        display: inline-block;
        text-transform: uppercase; }
      .contact-area .contact-info .contact-address p:last-child {
        margin-top: 100px; }
        .contact-area .contact-info .contact-address p:last-child a {
          font-size: 14px;
          font-weight: 300; }
          .contact-area .contact-info .contact-address p:last-child a:hover {
            color: #4CBB17; }

/* :: 13.0 Contact and Locations CSS */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.contact {
  padding: 3em 0 ;
}
.contact h1{
	font-size: 3em;
	font-family: "Cambria"- serif;
	color:#000;
	text-align: center;
	  font-weight: 600;
}
.map iframe{
	width: 100%;
	height:150px;
	border:none;
	padding: 0 15px;
}
.contact-grid input[type="text"],.contact-grid textarea{
	width: 100%;
	padding: 1em;
	margin: 0.5em 0;
	background:none;
	outline:none;
	  border: 1px solid #A09F9F;
	  font-size:1em;
	  color:#A09F9F;
	-webkit-appearance: none;
}
.contact-grid textarea{
	resize:none;
}
.send input[type="submit"]{
	width: 14%;
	font-size: 1.1em;
	background:#EF5F21;
	padding: 0.4em 0.8em;
	text-align: center;
	color: #fff;
	border: none;
	outline:none;
	-webkit-appearance: none;
}
.send input[type="submit"]:hover{
	background:#2d2d2d;
}
.contact-form {
	padding: 0;
}
.address-more {
  padding: 0 0 2em;
}
.contact-in p{
	font-size:1em;
	color: #626262;
	width: 25%;
	line-height: 1.7em;	
}
.address-more h4{
	color:#000;
	font-size:1.4em;
	  font-family: 'Cambria', serif;
	margin: 0 0 0.3em;
	  font-weight: 600;
}
.address-more p a{
	text-decoration:none;
	color: #626262;
}
.address-more p a:hover{
	color: #E9692C;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}

}
.form-group {
  margin-bottom: 15px;
}
/* :: Contact Area End */

/* :: 14.0 Location Area CSS */

.contact-area {
  position: relative;
  z-index: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .contact-area .google-map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    width: 60%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-area .google-map {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
        width: 55%; } }
    @media only screen and (max-width: 767px) {
      .contact-area .google-map {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    .contact-area .google-map #googleMap {
      width: 100%;
      height: 685px; }
      @media only screen and (max-width: 767px) {
        .contact-area .google-map #googleMap {
          height: 400px; } }
  .contact-area .contact-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    width: 40%;
    padding: 50px 5%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-area .contact-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
        width: 45%;
        padding: 50px 3%; } }
    @media only screen and (max-width: 767px) {
      .contact-area .contact-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 50px 5%; } }
    .contact-area .contact-info h2 {
      font-size: 30px;
      margin-bottom: 20px; }
    .contact-area .contact-info p {
      font-size: 16px;
      font-weight: 300; }
    .contact-area .contact-info .contact-address p {
      font-size: 12px;
      font-weight: 600;
      margin-bottom: 10px; }
      .contact-area .contact-info .contact-address p span {
        font-weight: 600;
        color: #000000;
        width: 100px;
        display: inline-block;
        text-transform: uppercase; }
      .contact-area .contact-info .contact-address p:last-child {
        margin-top: 100px; }
        .contact-area .contact-info .contact-address p:last-child a {
          font-size: 14px;
          font-weight: 300; }
          .contact-area .contact-info .contact-address p:last-child a:hover {
            color: #0315ff; }

/* :: Location Area End */



/* ##### End ##### */

