/** Shopify CDN: Minification failed

Line 263:4 Unexpected "{"
Line 263:5 Expected identifier but found "%"
Line 264:17 Expected identifier but found whitespace
Line 264:18 Unexpected "4px"
Line 264:30 Unexpected "{"
Line 264:40 Expected ":"
Line 265:20 Expected identifier but found whitespace
Line 265:21 Unexpected "4px"
Line 265:33 Unexpected "{"
Line 265:43 Expected ":"
... and 62 more hidden warnings

**/
@media (min-width: 768px) {
  .center_area {
    width: 758px;
  }
  .inner-container {
    width: 750px;
  }
  .desktop-only{
    display: initial;
  }
  .mobile-only{
    display: none;
  }
}

@media (min-width: 992px) {
  .center_area {
    width: 992px;
  }
  .inner-container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .center_area {
    width: 1200px;
  }
}

@media (max-width: 1199px) {
  .top_area {
    padding: 0 12rem;
  }
  .home_product_section .col-sm-6 img {
    width: 100%;
  }
  .home_collection_area img {
    width: 100%;
  }
  .footer_area {
    padding: 0 6rem;
  }
}

@media (max-width: 992px) {
  .top_area {
    padding: 0 6rem;
  }
  .home_product_content {
    padding: 0 3rem;
  }
  h3.product {
    font-size: 23px;
  }
  .home_collect_content {
    padding: 0 10rem;
  }
  .footer_area {
    padding: 0 2rem;
  }
  .footer_left_section ul li {
    font-size: 14px;
  }
  .footer_right_section span {
    font-size: 14px;
  }
  /*==================
    Contact Us
  ==================*/
  p.title span {
    display: none;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 15px;
  }
  .mobile-only{
  	display:initial;
  }
  .desktop-only{
    display:none;
  }
  
  .down_arrow {
    margin: 0 auto 3.5rem;
  }
  .read_philosophy_btn {
    font-size: 18px;
  }
  .banner_text {
    padding: 0 2rem;
    width: 100%;
  }
  .home_product_section .col-sm-6:first-child {
    margin-bottom: 5.5rem;
  }
  .banner_inner_area h1 {
    font-size: 45px;
  }
  .top_area {
    padding: 0 2rem;
    top: 3rem;
  }
  .search_icon {
    margin: 0 1rem;
  }
  .outer-container .top_section {
    left: 0;
    padding: 3rem 15px;
    position: absolute;
    z-index: 999;
  }
  .header_section {
    position: static;
  }
  .article-wrap {
    padding-top: 0;
  }
  .open_menu .top_area {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
  }
  h2.navigation {
    font-size: 35px;
  }
  .home_product_content {
    padding: 0 2rem;
  }
  h3.product::before {
    border-top: 4px solid hsl(0, 0%, 0%);
    width: 42px;
    margin-right: 1.5rem;
    position: absolute;
    left: 0;
    top: 10px;
  }
  h3.product {
    font-size: 22px;
    line-height: 27px;
    padding-left: 56px;
    position: relative;
  }
  .home_collect_content {
    padding: 0 2rem;
  }
  .footer_area {
    margin: 2rem 0;
  }
  .footer_left_section {
    border-top: 1px solid #000;
    width: 100%;
    padding: 3rem 0 0;
  }
  .footer_left_section ul li:first-child {
    display: none;
  }
  .footer_left_section ul li {
    padding: 0 0 8px;
    width: 100%;
  }
  .footer_left_section ul li::before {
    display: none;
  }
  .footer_right_section {
    width: 100%;
    padding: 8px 0 0;
  }
  .footer_right_section span {
    display: none;
  }
  .footer_right_section a.icon_1 {
    margin-left: 0;
  }
  .footer_right_section a {
    margin-left: 8px;
  }
  .open_menu .home_banner_area {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
  }
  .menu {
    background: #fff;
    margin-top: 7rem;
    padding: 3rem 1rem 0 1rem;
    width: 100%;
    height: initial;
    z-index: 40;
    opacity: 0;
    visibility: hidden;
    right: 0;
    position: absolute;
    transform: translateY(25px);
    -webkit-transform: translateY(25px);
    -o-transform: translateY(25px);
  }
  .menu_icon {
    background: url("../images/menu_icon.png") center center no-repeat;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
  }
  .open_menu .menu_icon {
    background: url("../images/mobile_menu_close.png") center center no-repeat;
  }
  .open_menu .menu {
    opacity: 1;
    transform: translateX(0px);
    visibility: visible;
  }
  .open_menu .banner_inner_area {
    background: hsl(0, 0%, 100%) none repeat scroll 0 0 !important;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
  }
  
  .luum_menu{
      margin: 70px auto 0 auto;
      padding: 1rem;
      width: 100%;
  }
    
  .top_bar_search{
    margin:0 auto;
  }
  
  .prod_top{
    margin-right: 0;
  }
  
  .product_image_col{
  	margin: 15px 0;
  }
  
  .product_image_col img{
  	float:none;
  }
  
  #nav {
    display: block;
    text-align: center;

    {% if settings.nav_border == 'double' %}
      border-top: 4px double {{ settings.border_color }};
      border-bottom: 4px double {{ settings.border_color }};
    {% else %}
      border-top: 1px {{ settings.nav_border }} {{ settings.border_color }};
      border-bottom: 1px {{ settings.nav_border }} {{ settings.border_color }};
    {% endif %}
    margin: 20px auto 0;
    min-height: 35px;
    padding: 10px 0 0;
    width: 100%;
  }
  #nav ul {
      display: block;
      margin: 0 auto;
      text-align: left;
      border: none;
      padding: 0;
      margin: 0;
      width: 100%;
  }
  #nav ul li {
      display: block;
      border-color: {{ settings.border_color }};
      border-bottom: 0;
      padding: 0;
      margin: 0;
      width: 100%;
  }
  #nav ul li a, #nav ul li a:visited, #nav ul li a:active {
      {% if settings.nav_typeface_method == "google_webfonts" %}
        font-family: "{{ settings.nav_google_webfont_font | replace: '+', ' ' }}";
      {% else %}
        font-family: {{ settings.nav_websafe_font | replace: '+', ' ' | replace: 'Helvetica', '"HelveticaNeue", "Helvetica Neue", Helvetica' }};
      {% endif %}  
      font-weight: {{ settings.nav_weight }};      
      font-size: {{ settings.nav_font_size }}px; 
      text-transform: {{ settings.nav_font_style}};
      color: {{ settings.nav_color}};
      position: relative;
      display:block;
      padding: 5px 0;
      letter-spacing: {{ settings.nav_letter_spacing }}px;
  }
  #nav ul li a.active, nav ul li a.active:visited, nav ul li a.active:active {
    color: {{ settings.nav_color_active }};
  }
  #nav ul li:first-child {
      padding-left: 0;
  }
  #nav ul li:last-child {
      border-right: none;
      padding-right: 0;
  }
  #nav ul li a:hover, nav ul li a:focus {
      color: {{ settings.nav_color_hover}};
  }
  #nav ul li.current_page_item a {
      color: {{ settings.nav_color_hover}};
  }
  #nav ul li.current_page_ancestor a {
      color: {{ settings.nav_color_hover}};
  }

  /* sub-levels link */
  #menu ul a, #menu li:hover > ul a  {
    padding: 10px 0 10px 15px;
    background: none;
    text-align: left;
  }

  /* sub-level ul */
  #menu ul {
    position: static;
    background-color: {{ settings.shop_bg_color }};
    border: solid 1px #ddd;
    border-bottom-color: #bbb;
    z-index: 100;
    display: none;
    width: 100%;
  }
  #menu ul li {
    background: none;
    display: block;
    border: none;
    text-align:left;
    padding: 0px;
  }
  #menu ul li a {
    display:block;
  }
  /* sub-sub-level dropdown */
  #menu ul ul {
    border-left: none;
    border-right: none;
  }
  #menu ul ul li {
  	padding-left: 15px !important;
  
  }
  
  
  /* show dropdown ul on hover */
  #menu li:hover > ul {
    display: block;
  }
  
  .breadcrumb{
  	text-align: left;
  }
  
  .thumb
  {
    display: block;
   	margin-bottom: 15px;
  }
  .thumb img
  {
    display: inline-block;
    object-fit: cover;
    width: 113px;
    height: 35px;

  }
  .thumb p 
  {
    display: inline-block;
    word-wrap:break-word;
    padding-left: 15px;
    font-size: 8pt;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .product-padding{
  	padding-left: 0;
  	
  }
  
  .footer_items{
  	float:none !important;
  }
  
  .footer_items a
  {
    display:block;
    color: black;
    margin-bottom:10px;
    width: 100%;    
  }
  
  .foot_contianer{
  	float:none !important;
  }
  
  .foot_contianer a{
  	display: inline;
  }
  
  #nav{
  	padding-top:0;
    margin-top:0;
  }
  
  #customer_login{
  	margin-top:15px;
  }
  
  .cart_title{
  	margin-top:15px;
  }
  
  .price_total{
  	margin-right: 15px;
  }
  
  #submit_link{
 	width: 100%; 
  }
  
  .mobile-inline-label{
  	display: inline-block;
    min-width: 30%;
  }
  
  .product_form input[type="radio"]{ 
  	margin: 0 0 0 40px;
    vertical-align: middle;
  }
  
  #pf-email-wrapper{
  	position:fixed !important;
    top:0 !important;
    left:0 !important;
    width: 90% !important;
    height: 100% !important;
    padding: 5% !important;
    margin-left:0 !important;
    text-align: left !important;
  }
  
  #pf-email-wrapper a{
  	top:5% !important;
    right:5% !important;
  }
  
  #pf-email-iframe{
  	width: 100% !important;
    height: 531px !important;
  }
  
  .pf-email input[type="text"], .pf-email textarea{
  	width: 80% !important;
  }
  
  #continue_btn{
  	margin-right: 6px;
  }
}

@media (max-width: 480px) {
  .banner_inner_area h1 {
    margin: 0px 0 2.5rem;
    padding: 0 0 2.5rem;
  }
}

@media (max-width: 414px) {
  .banner_text {
    padding: 0 2rem;
    width: 100%;
  }
  .banner_inner_area h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 35px;
  }
  p.intro {
    font-size: 17px;
  }
  p {
    font-size: 13px;
    line-height: 1.58;
  }
  .article .border {
    height: 3px;
    margin-bottom: 1.5rem;
  }
}