#ra_carousel2{
  margin-top: 20px;
}
#ra_carousel2 .slides{
  width: 100%!important; 
  text-align: center;
}
#ra_carousel2 .slides li{
display: inline-block!important; *display: inline!important; float: none!important;
}

.ra_carousel .flex-active-slide{
	border: 2px solid rgba(255,112,242, 1);
  padding: 5px;
}

.ra_carousel .slides img{
	height: 150px;
}
.thumb_image_slide_div{
  background-position: center;
  width: 30px; 
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(222,222,222, 0.5);
}

body.ajax_loading .product_slider::before{
	content: "";
  	display: block;
  	background: #000;
  	z-index: 9;
    width: 300px;
    height: 196px;
    position: absolute;
}
.custom_phone_no{
  font-size: 18px;
  position: relative;
  white-space: nowrap;
  right: 14px;
  text-align: right;
  top: -17px;
  line-height: 18px;
}
.custom_cruel_icon{
  float: left;
  right: 30px;
  position: relative;
}
h3 .custom_product_type{
  display: block;
  font-size: 16px;
  margin-top: -7px;

}
h1 .custom_product_type{
  display: block;
  font-size: 18px;
  line-height: 35px;
  margin-top: -7px;
}
.custom_product_type{
  border: none;
  color:  #fcbdd8;
  font-size: 13px;
  font-weight: 400;
  margin-top: -10px;
  text-transform: none;
  margin-bottom: 0;
  padding: 0;
  font-family: Merriweather;
}

@media only screen and (max-width: 768px){
  .custom_cruel_icon{
    right: 0;
  }
  .custom_phone_no{
    right: 0;
    top: -5px;
  }
  .header_icons a.ss-icon {
    margin: 10px 0 10px 0;
  }

}

/* About Page Styles 
----------------------------------*/
#about-tab-container h3, #about-tab-container h4{
  border:none;
}
#about-tab-container {

  margin-right: auto;
  margin-left: auto;
  position: relative;
  min-height: 400px;
}

#tabs-container {
  width: 100%;
  
  height: 50px;
}

#tabs-container span {
  width: 33.3%;
  float: left;
  height: 50px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 50px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  position: relative;
  text-transform: uppercase;
  background: #000;
}


#tabs-container span:hover, #tabs-container span.active {
  background: #FEBED9;
  color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.18);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.18);
}

#tabs-container span:after {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}


#tabs-container span.active:after, #tabs-container span:hover:after {
  width: 20px;
  display: block;
  content: '';
  height: 15px;
  background: url(//cdn.shopify.com/s/files/1/0835/5803/t/8/assets/nibblet.png?8189774796449326129) bottom center no-repeat;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -7.5px;
  z-index:1000000;
} 

#about-tab-container div.tab { 
  width: 100%;
  display: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 40px;
}


#about-tab-container div.tab p {
  font-family: "open sans", sans-serif;
  color: #333;
  line-height: 1.48em;
  font-weight: 300;
}

#about-tab-container div.tab.active {
  display: block;
}


#about-tab-container div.tab h3 {
  font-style: italic;
  color:#FEBED9;
  font-size: 24px;
  line-height: 1.2em;
}

#about-tab-container h4, #about-tab-container h3 {
  padding-left: 10px;  
}

#about-tab-container div.tab img {
  float: right;
  margin-left: 50px;
  margin-right: 40px;
  margin-top: 25px;
  border: 3px solid #eee
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.3);
}

.nav_responsive_menu{
  display: none;
}

.is-sticky #nav.sticky_header{
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border-top: none;
  margin: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
div.featured_content {
  margin: 0; 
  float: right;
}
div.featured_content p{
  color: #fff;
  line-height: 40px;
}
.custom_top_menu .responsive_search{
  display: none;
}
@media only screen and (max-width: 480px){
  .top_bar .featured_content{
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px){
  #tabs-container span{
    width: 100%;
    display: inline-table;
    line-height: 25px;
    padding-top: 20px;
    padding-bottom: 5px;
  }
  
 
  
  #about-tab-container div.tab img{
     width: 100%;
    display: block;
    float: left;
    margin-bottom: 25px;
        margin-left: 0;
    margin-right: 0;
  }
  
  .old_mobile_nav{
    display: none;
  }
  .top_bar .featured_content{
    display: block;
    float: none;
  }
  .nav_responsive_menu{
    display: block;
    float: right;
  }
  .nav_responsive_menu a,
  .custom_top_menu a.custom_search
  {
    font-size: 20px;
    line-height: 40px;
    display: inline;

  }

  .hidden_lg
  {
    width: 90%;
  }
  .container .three.columns.top_bar_search{
    display: none;
  }
  .container .six.columns.custom_top_menu{
    width: 100%;
  }
  .container .six.columns.custom_top_menu ul{
    line-height: 40px;
  }
  .custom_top_menu .responsive_search {
    display: block;
    float: left;
  }
  .search_content{
    position: fixed;
    top: -80px;
    overflow: hidden;
  }
  .search_content input
  {
    top: -80px;
    left: 0;
    overflow: hidden;
    /*  visibility: hidden;
    opacity: 0;*/
    display: block;
    transition: all ease-in 0.4s;
    position: fixed;
  }
  .search_content button{
    width: 40px;
    height: 40px;
    top: -80px;
    right: 0;
    overflow: hidden;
    font-size: 18px;

    display: block;
    transition: all ease-in 0.4s;
    position: fixed;
    background: transparent;
    border: none;
  }
  .search_content button:hover{
    color: #ff6bf1;
    font-size: 20px;
  }


  .search_content.is-expanded input
  {
    position: fixed;
    width: 100%;
    left: 0;
    display: block;
    transition: all ease-in 0.4s;
  }
}

.top_bar .nav_responsive_menu_ul li {
  list-style: none;
  text-align: left;
  display: block;


}
.top_bar .nav_responsive_menu_ul li a{
  font-size: 12px;
  text-decoration: none;
  text-shadow: none;
  color: #fff;
  display: block;
}
.top_bar .nav_responsive_menu_ul li a:hover{
  color: #fcbdd8;
}


.top_bar .nav_responsive_menu_ul li.dropdown ul{
  display: none;
  margin: 0;
  padding:0;
  background-color: #777;
}
.top_bar .nav_responsive_menu_ul li.dropdown ul li{
  display: block;
}
.top_bar .nav_responsive_menu_ul li.dropdown a{
  font-size: 12px;
  text-decoration: none;
  text-shadow: none;
  display: inline-block;
}
.top_bar .nav_responsive_menu_ul li.dropdown span{
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  float: right;
}

/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('//cdn.shopify.com/s/files/1/0835/5803/t/83/assets/flexslider-icon.eot?v=7083844233025814942');
  src: url('//cdn.shopify.com/s/files/1/0835/5803/t/83/assets/flexslider-icon.eot?%23iefix&v=7083844233025814942') format('embedded-opentype'), 
    url('//cdn.shopify.com/s/files/1/0835/5803/t/83/assets/flexslider-icon.woff?v=9022814256829776987') format('woff'), 
    url('//cdn.shopify.com/s/files/1/0835/5803/t/83/assets/fonts/flexslider-icon.ttf?8726') format('truetype'), 
    url('//cdn.shopify.com/s/files/1/0835/5803/t/83/assets/fonts/flexslider-icon.svg%23flexslider-icon?8726') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  margin: 0px 52px;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 30%;
  z-index: 10;
/*   overflow: hidden; */
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -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;
}

.homepage_slider .flex-direction-nav a{
	top: 40%;
	font-size: 60px;
  color: #fff !important;
    text-shadow: 0 0 1px #000;
    font-size: 55px;
}
.homepage_slider.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 27px;
}

.homepage_slider .flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: ' '!important;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.homepage_slider .headline{
  border: none;
  display: none;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}


.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.ra_carousel.flexslider .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.ra_carousel.flexslider .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.ra_carousel.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.ra_carousel.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
@media screen and (max-width: 767) {
  .m-nav-tabs {

    margin-top: 0;
  }
}

#checkout_conditions .term_wrapper,
#sign_up_tos .term_wrapper{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.6);
	display: block;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}

#checkout_conditions .term_outer,
#sign_up_tos .term_outer{
	background: #fff;
	top: 50%;
    transform: translateY(-50%);
    width: 70%;
    height: 70%;
        position: relative;
    margin: 0 auto;
    padding: 50px 20px 30px 30px;
}
#checkout_conditions .term_header a,
#sign_up_tos .term_header a{
    float: right;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
}
#checkout_conditions .term_inner,
#sign_up_tos .term_inner
{
	position: relative;
	width: 100%;
	height: 100%;
    overflow: auto;
}
#checkout_conditions .term_action_buttons,
#sign_up_tos .term_action_buttons{
    padding-right: 30px;
}
#checkout_conditions .term_action_buttons a,
#sign_up_tos .term_action_buttons a{
	margin: 10px auto;
}

/* ====================================================================================================================
 * CUSTOM PRODUCT TABS
 * ====================================================================================================================*/

.m-nav-tabs {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
}
.m-nav-tabs li {
    display: inline-block;
    width: 30%;
    padding: 0;
}
.m-nav-tabs li a {
    border: 2px solid #eee;
    display: block;
    font-size: 1em;
    font-weight: 600;
    padding: 3px;
    margin-left: 0;
    color: #ddd;
    border-color: #eee;
    text-align: center;
}


.m-nav-tabs li.active a, .m-nav-tabs li a:hover {
  color: #fff;
  background-color: #ddd;
}

.tabs-pane.active {
    display: block;
    visibility: visible;
}
.tabs-pane {
    display: none;
    visibility: hidden;
}
/* ====================================================================================================================
 * PRODUCTS ON BLOG ARTICLE
 * ====================================================================================================================*/


.single-product-post{
  margin: 25px 0;
}    

.single-product-post .product-title{
	font-weight: 800;
  	font-size: 16px;

}
.single-product-post .product-title a{
    	color: #000;
}
.single-product-post .product-title a:hover{
	color: #e6b9b8;
}
.single-product-post .custom_product_type{
	text-align: center;
}
.post-warning{
	margin: 30px;
  padding: 30px;
  background: #fdff9d;
}
.post-warning span{
    background: red;
    color: #fff;
    padding: 5px;
    line-height: 30px;
}
.single-product-post a.action_button{
      font-size: 20px;
}

