/* ------------------------------------------------------
  General
  ----------------------------------------------------- */

body
{
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #333333;
  line-height: 1.7em;
  background: #ffffff;
}

h1
{
  margin: 5px 0 15px 0; padding: 5px 0;
  font-family: 'Lato', sans-serif; font-size: 1.5em; text-transform: none; line-height: 1.8em; color: #111111; font-weight: bold;
}
.ui-widget-content a {
  color: #00acbf;
}
.note {
  display: block;
  font-size: 12px;
  color: #057b89;
}
  h1 b,
  h1 strong
  {
    color: #cb0011;
  }
  h1.page_title
  {
    margin: 0 0 15px 0; padding: 0 0 5px 0;
    font-size: 1.8em; text-transform: none; color: #111111; font-family: 'Lato', sans-serif; font-weight: normal;
    border-bottom: 1px solid #e1e1e1;
  }
  h1.product_title
  {
    font-size: 1.6em;
  }
h2
{
  margin: 5px 0 15px 0; padding: 5px 0;
  font-weight: normal; font-family: 'Lato', sans-serif; font-size: 1.3em; text-transform: uppercase; line-height: 1.8em; color: #111111;
}
h3
{
  margin: 5px 0 10px 0; padding: 0;
  font-weight: normal; font-family: 'Lato', sans-serif; font-size: 1.2em; text-transform: uppercase; line-height: 2.8em; color: #111111;
}
h4
{
  margin: 5px 0 10px 0;
  font-weight: normal; padding: 0; font-family: 'Lato', sans-serif; font-size: 1.1em; text-transform: uppercase; line-height: 1.8em; color: #111111;
}
h5
{
  margin: 5px 0 10px 0; padding: 0;
  font-weight: normal; font-family: 'Lato', sans-serif; font-size: 1.0em; text-transform: uppercase; line-height: 1.8em; color: #111111;
}
h6
{
  margin: 5px 0 10px 0; padding: 0;
  font-weight: normal; font-family: 'Lato', sans-serif; font-size: 0.9em; text-transform: uppercase; line-height: 1.8em; color: #111111;
}
h4.section_title
{
  border-bottom: 1px solid #e1e1e1;
}
a
{
  color: #00acbf;
}
/* put this in settings.html */
a:hover
{
  text-decoration: none;
}
p
{
  margin: 5px 0; padding: 2px 0;
}
img
{
  max-width: 100%;
}
strong,
b
{
  font-weight: bold;
}
em,
i
{
  font-style: italic;
}
table
{
  width: 100%; margin-bottom: 15px;
  border-collapse: collapse;
}
th
{
  padding: 5px;
  font-weight: bold;
  border: 1px solid #e1e1e1;
}
td
{
  padding: 5px;
  font-size: .9em;
  border: 1px solid #e1e1e1;
}
blockquote
{
  display: block; margin: 5px 0 10px 0; padding: 10px 20px;
  font-size: .9em;
  border-left: 1px solid #e1e1e1;
}
video
{
  width: 100% !important;
  height: auto !important;
}
.mobile {
  display: none;
}
.hidden {
  display: none !important;
}
/*  main elements ------------------------------------- */

#main_head { width: 100%; background: url(//cdn.shopify.com/s/files/1/0215/9110/t/23/assets/x.header_bg.jpg?7982334556013504387) no-repeat; background-size: cover; }
#content { width: 100%; padding: 0; display: block; background: #ffffff; }
footer { width: 100%; padding: 0 0 50px; margin: 0; color: #ffffff; background: url(//cdn.shopify.com/s/files/1/0215/9110/t/23/assets/x.footer_bg.jpg?7982334556013504387); }

/*  header  --------------------------------------------- */

/* Top Header styles */

section#header_top
{
  width: 100%; display: block; margin: 0; padding: 10px 0;
  height: 40px;
  color: #e0e0e0;
  background: #000000;
}
section#header_top .top_nav {
  float: right;
  text-transform: uppercase;
}
/* let the color change via settings.html */
section#header_top .top_nav .fa {
  font-size: 14px;
  color: #e0e0e0;
  padding-right: 5px;
}
section#header_top ul
{
  margin: 0; padding: 0;
}
section#header_top li
{
  display: inline-block;
  list-style: none;
}
section#header_top li#number
{
  padding: 0 5px 0 0;
  font-weight: bold; font-size: .9em;
}
section#header_top li a
{
  padding: 0 5px;
  font-size: .85em; color: #e0e0e0;

  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2;
}
section#header_top li a:hover
{
  color: #00acbf;
}
section#header_top .header_social {
  float: left;
}
section#header_top .header_social li {
  float: left;
  padding-right: 15px;
}
section#header_top .header_social li .fa {
  color: #e0e0e0;
  font-size: 16px;
}
section#header_top .header_social li .fa:hover {
  color: #00acbf;
}

/* Header Mid styles*/

section#header_mid {
  padding: 30px 0 20px;
}
section#header_mid .nav_shop {
  height: 45px;
  float: right;
  margin-top: 0px;
  line-height: 30px;
  color: #00acbf;
  text-transform: uppercase;
  font-size: 14px;
}
section#header_mid .nav_shop li {
  padding: 0 5px;
  display: inline-block;
}
section#header_mid .nav_shop li a, section#header_mid .nav_shop .fa {
  color: #00acbf;
}
section#header_mid .nav_shop .fa, section#header_mid .nav_shop img {
  font-size: 1em;
  padding-right: 5px;
}
#header_bottom
{
  background: #01acc0;
}
section#header_banner {
  width: 100%;
  height: 40px;
  background: #85c440;
  line-height: 40px;
}
section#header_banner .header_banner_text a {
  color: #ffffff;
  font-size: 20px;
  text-decoration: underline;
}
section#header_banner .header_banner_text {
  margin-left: 15px;
  color: #ffffff;
  font-size: 20px;
}

.logo
{
  width: 100%;
  margin: 0 0 0 0px; padding: 0;
  font-size: 50px; font-weight: bold; text-transform: none;
}
.logo a
{
  display: block;
  text-decoration: none; color: #333333;
}
.logo img {
  margin: 0 auto;
}

/*  navigations --------------------------------------------- */

#navs
{
  display: block; float: right;
}
.main_nav_container {
  height: 55px;
  width: 100%;
  background: #01acc0;
  padding: 10px 15px;

}
#main_nav
{
  display: block;
  margin-top: 6px;
  font-family: 'Lato', sans-serif;
}
#main_nav ul
{
  margin: 0; padding: 0;
}
#main_nav li
{
  padding: 0 10px 0 0;
  display: inline-block; position: relative;
  list-style: none;
}
#main_nav li a
{
  z-index: 10;
  padding: 8px 20px;
  font-weight: bold; font-size: 1.1em; text-decoration: none; color: #ffffff; background: #0597a8;
  border-radius: 5px;
}
#main_nav li a:hover, #main_nav li a.active
{
  color: #ffffff; font-weight: bold;
  background: #018190;
}
#main_nav li ul
{
  display: none;
}
#main_nav li:hover ul
{
  width: 150px;
  display: block;
  position: absolute;
  top: 30px;
  right: -27px;
  z-index: 9999;
  border: 1px solid #e1e1e1;
  background: #00d1d3 !important;
}
#main_nav li:hover ul li
{
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  padding: 0;
}
#main_nav li:hover ul li a
{
  padding: 5px 10px; display: block;
  font-size: .9em; color: #ffffff
}
#main_nav li:hover ul li a:hover
{
  color: #ffffff;
  background: #00d1d3;
  border: none;
}
#breadcrumbs
{
  width: 100%; padding: 10px 0; margin: 0 0 20px 0;
  color: #333333;
  background: #f6f6f6;
}
#breadcrumbs a { color: #111111 }
input#search
{
  padding: 5px 10px; float: right; margin-left: 10px;
  border: none;
}
.mobile_top_nav
{
  display: none;
  margin: 10px 0 0 0;
}
.mobile_top_nav .fa
{
  color: #00acbf;
}
#mobile_main_menu_icon
{
  display: none; float: left; padding-right: 10px; margin-right: 10px;
}
#mobile_main_menu_icon .fa
{
  color: #00acbf;
}
#mobile_main_menu_icon a
{
  color: #ffffff !important;
}
.mobile_main_nav
{
  display: none; width: 100%; float: left;
}
.mobile_main_nav li
{
  width: 100%; float: left;
  list-style: none; padding: 0; margin: 0;
}
.mobile_main_nav li a
{
  width: 100%; padding: 3% 5%; float: left;
  font-size: 14px !important; font-weight: bold; text-decoration: none; color: #ffffff;
  background: #00acbf; border-bottom: 1px solid #333333;
}
#mobile_collections
{
  display: none; width: 100%; float: left; margin: 0 0 20px 0;
  font-size: 18px; font-weight: bold; color: #111111
  background: #f6f6f6;
}
#mobile_collections a
{
  text-decoration: none; color: #111111;
  background: #f6f6f6;
}
#mobile_collections #mobile_collections_icon
{
  padding: 5% 5% 5% 5%; background: #f6f6f6;
  border-bottom: 1px solid #ffffff;
}
#mobile_collections #mobile_collections_links ul
{
  padding: 0 !important; margin: 0 !important;
}
#mobile_collections #mobile_collections_links li
{
  list-style: none !important;
}
#mobile_collections #mobile_collections_links li a
{
  width: 100%; padding: 4% 5%; float: left;
  font-size: 14px;
  border-bottom: 1px solid #ffffff;
}
#mobile_tags
{
  display: none; width: 100%; float: left; margin: -20px 0 20px 0;
  font-size: 18px; font-weight: bold;color: #111111
  background: #f6f6f6;
}
#mobile_tags a
{
  text-decoration: none; color: #111111;
  background: #f6f6f6;
}
#mobile_tags #mobile_tags_icon
{
  padding: 5% 5% 5% 5%; background: #f6f6f6;
  border-bottom: 1px solid #ffffff;
}
#mobile_tags #mobile_tags_links ul
{
  padding: 0 !important; margin: 0 !important;
}
#mobile_tags #mobile_tags_links li
{
  list-style: none !important;
}
#mobile_tags #mobile_tags_links li a
{
  width: 90%; padding: 4% 5%; float: left;
  font-size: 14px;
  border-bottom: 1px solid #ffffff;
}

/* slider & image ------------------------------------ */
.owl-carousel img {
  width: 100%;
  max-height: 500px;
}
.p-thumbs img {
  max-height: 200px;
  width: 100%;
  height: auto;
  display: block;
}
.flex {
  cursor: move;
  position: relative;
}
.flex img {
  width: 100%;
  height: auto;
  display: block;
}
.p-thumbs {
  margin: 15px;
  font-size: 0;
}
.p-thumbs img {
  width: 100%;
  height: auto;
  display: block;
}
.p-thumbs div {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  --moz-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  --webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.p-thumbs div:not(:nth-child(5n+5)) {
  margin-right: 5%;
}
.p-thumbs div:hover {
  opacity: 0.8;
}
#main_slider
{
  width: 100%; height: 420px; margin: 0 0 20px 0; position: relative; padding: 30px 0;
  background: url('//cdn.shopify.com/s/files/1/0215/9110/t/23/assets/slide_1.jpg?7982334556013504387');
  background-size: cover;
}
#main_slider .slides li {
  width: 100%;  position: relative; max-height: 560px;
  background-size: cover !important;
}
#main_slider .slider_mobile {
  height: 350px;
  width: auto;
  background: url(//cdn.shopify.com/s/files/1/0215/9110/t/23/assets/mobile_slide.jpg?7982334556013504387) no-repeat center center;
  background-size: cover;
}
.byp_wrap {

  width: 100%;
}
.shipping {
  padding: 0;
  margin: 0;
  width: 60%;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.byp {
  height: 360px;
  width: 90%;
  margin: 0 5%;
  background: #fff;
  padding: 20px;
  background:  rgba(255, 255, 255, 0.5);
}
.byp h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  padding: 0;
  margin: 0;
  color: #057b89;
}
.byp h4 {
  font-weight: bold;
}
.byp_btn_wrap {
  text-align: center;
}
.byp_btn_wrap h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  line-height: 1.5em;
  color: #8a2b57;
}
.byp .cart_button {
  width: 60%;
  margin: 0;
  border-radius: 2px;
}
.byp .product_btn {
  border-radius: 2px;
  margin: 0 0 0 20px;
  height: 40px;
  width: 50%;
  max-width: 200px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background: #00acbf;
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 201;
}
.close_wrap {
  position: absolute;
  height: 10px;
  width: 15px;
  right: 10px;
  top: 15px;
  cursor: pointer;
  background: url(//cdn.shopify.com/s/files/1/0215/9110/t/23/assets/x.close.png?7982334556013504387) no-repeat;
}
#main_slider .slider_img
{
  position: relative; z-index: 1;
}
#main_slider .slider_txt_wrap
{
  width: 100%; margin-left: 25px;  margin-top: 10px; bottom: 0;
}
#main_slider .slider_txt
{
  width: 100%;
}
#main_slider .slider_txt h1
{
  padding: 0; margin: 0; max-height: 120px;
  font-family: 'Lato', sans-serif; font-weight: normal; font-style: italic; font-size: 28px; color: #fff; line-height: 1em !important; text-align: right;
}
#main_slider .slider_txt h2
{
  padding: 0; margin: 0;
  font-family: 'Lato', sans-serif; font-weight: normal; font-size: 42px; color: #fff; text-transform: none; line-height: 1.2em !important; text-align: right;
}
#main_slider .slider_txt h3
{
  padding: 0; margin: 10px 0;
  font-family: 'Lato', sans-serif; font-weight: normal; font-size: 22px; color: #fff; text-transform: none; line-height: 1.2em !important; text-align: right;
}
#main_slider .slider_txt h4
{
  padding: 0; margin: 0;
  font-family: 'Lato', sans-serif; font-size: 19px; color: #fff; text-transform: none; line-height: 1.8em !important; text-align: right;
}
#main_slider .slider_txt sup
{
  font-size: 28px;
  position: relative;
  top: -18px;
}
#main_slider .slider_txt li
{
  color: #fff;
  margin: 5px 0;
}
#main_slider .slider_txt .fa
{
  background: #fff;
  position: relative;
  top: 1px;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  margin: 3px 5px 0 10px;
  font-size: 17px;
  color: #00acbf;
}
#main_slider p.slider_btn
{
  margin: 25px 0 0 0; display: block;
  text-align: right;
}
#main_slider p.slider_btn .fa
{
  font-size: 16px;
  color: #fff;
  padding-left: 10px;
}
#main_slider p.slider_btn a
{
  padding: 10px 25px;
  font-weight: bold; font-size: 16px; text-decoration: none !important;  text-transform: uppercase;
  border-radius: 40px;
  color: #ffffff !important; background: #00acc0;
}
#main_image
{
  width: 100%; height: 150px;
  background-size: cover !important;
}

.amazon_prime {
  margin: 30px 0 0 0;
  padding-left: 100px;
}

/* home   ----------------------------------------- */


.swatch-element { cursor: pointer; }

.featured_products
{
  margin: 40px 0 0;
  padding: 0 !important;
}
.featured_products .spr-summary {
  margin: 0 auto;
  text-align: center;
}
.featured_top_banners
{
  border-bottom: 1px solid #eee;
}
.featured_top_banners h2
{
  text-align: center;
}
.featured_top_banners .product_grid
{
  text-align: center;
  border-right: 1px solid #e1e1e1;
}
.featured_products .product_grid, .featured_banner .product_grid
{
  text-align: center;
  border-right: 1px solid #e1e1e1;
}
.featured_products .col-4:nth-child(3n+3) .product_grid
{
  border: none;
}
.product_tile
{
  position: relative; margin: 5px;
}
.home_product_listing
{
  padding: 10px 5px;
}
.full_image img
{
  width: 100%;
}
.testimonials
{
  padding: 0 0px;
}
.testimonials li
{
  list-style: none; text-align: left;
}s
.home_blog_date
{
  font-size: .9em;
}
.home_blog_post
{
  padding: 0 20px 0 0;
}

/* collection ------------------------------------ */

#collection_description
{
  width: 100%; padding: 0 0 0px 0; display: block;
}
.product_col {
  width: 32%;
  display: inline-block;
}
.product_image
{
  width: 100%; height: auto; float: left; position: relative; padding: 0 !important; margin: 0 !important;
  text-align: center;
}
.product_image a
{
  position: absolute; left: 0; right: 0; top: 0; bottom: 0px;
}
/*.product_image a:hover
{
  background-color: rgba(255, 255, 255, 0.3);
}*/
.product_image img
{
  margin: 0 !important; padding: 0 !important;
}
.product_name
{
  width: 80%; display: block;
  text-align: center;
  margin: 15px auto 60px;
}
.product_tile_price
{
  margin: 0 0 10px 0;
}
.product_name h4
{
  width: 100%; margin: 0 0 15px; float: left;
  line-height: 1.5em; text-transform: none; font-size: 1em; font-weight: bold;
}
p.slider_btn
{
  margin: 25px 0 0 0; display: block;
  text-align: right;
}
p.slider_btn .fa
{
  font-size: 16px;
  color: #fff;
  padding-left: 10px;
}
p.slider_btn a
{
  padding: 10px 25px;
  font-weight: bold; font-size: 16px; text-decoration: none !important;  text-transform: uppercase;
  border-radius: 40px;
  color: #ffffff; background: #00acc0;
}
#pagination
{
  width: 100%; float: left; padding: 20px 0 0 0;
}
#pagination a
{
  text-decoration: none;
}
#pagination .prev a
{
  padding: 7px;
  border: 1px solid #e1e1e1; border-radius: 20px;
}
#pagination .next a
{
  padding: 7px 10px;
  border: 1px solid #e1e1e1; border-radius: 20px;
}
#pagination .page a
{
  padding: 7px 10px;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
}
#pagination .current
{
  padding: 7px 10px;
  color: #333333; font-weight: bold;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
}

/* product details  -------------------------------- */

#product_nav
{
  float: right; padding: 0 !important; margin: 0px 0 0 !important;
}
#product_nav li
{
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  list-style: none !important;
  text-decoration: none;
  color: #111111;
}
#product_nav li.prev_product .fa,
#product_nav li.next_product .fa
{
  color: #fff;
  position: relative;
  top: 2px
}
#product_nav li a
{
  text-align: center;
  padding: 6px 9px;
  border-radius: 50%;
  text-decoration: none; font-size: .85em; color: #ffffff;
  background: #111111;

  transition: all .2s;
}
#product_nav li a:hover
{
  background: #00acc0;
}
#main_product_image
{
  background: #ffffff; border: 1px solid #e1e1e1;
}
.product_images
{
  width: 100%; float: left; margin: 10px 0 0px 0; display: block;
}
#product_details
{
  margin: 0 0 0 20px;
  padding: 0 0 20px 20px;
}
#product_details #product_variants
{
  display: block;
}
.shapp_full_width
{
  width: 140px !important;
}
.shappify_option_name
{
  font-family: 'Lato', sans-serif !important;
  font-size: 13px;
}
.cart_button
{
  font-family: 'Lato', sans-serif !important;
}
h2.home_product_title  { font-size: 21px; background: url('https://cdn.shopify.com/s/files/1/0215/9110/files/telcel_269e3002-960f-48f0-8a80-f2756ed43296.png?10429699660520847366') 0 0 no-repeat; }
#product_details h3#product_name
{
  margin: 0; padding: 0;
  font-size: 1.2em; line-height: 1.6em;
}
#product_details h3.options
{
  margin: 0; padding: 0 0 5px 0;
  font-size: 1.8em; line-height: 1.6em;
  border-bottom: 1px solid #e1e1e1;
}
#product_details strong
{
  font-weight: bold;
}
#product_details ul,
#product_details ol
{
  margin: 0 0 15px 0; padding: 0;
}
#product_details ul li,
#product_details ol li
{
  margin: 2px 0; padding: 0;
}
#product_details ul li
{
  list-style: square;
}
#product_details ol li
{
  list-style: decimal;
}
select.single-option-selector
{
  width: 100%; margin: 0 0 10px 0;
}
#tabs
{
  margin-bottom: 50px;
}
.ui-tabs a
{
  padding-left: 15px 0;
  color: #000 !important;
}
#accordion
{
  margin-bottom: 50px;
}
#accordion .ui-accordion-header-icon
{
  display: none;
}
#accordion
.ui-widget-content
{
    border: 0;
}
#accordion
.ui-state-default
{
  border: 0; background: #fff !important;
}
#accordion h3
{
  padding-top: 0px !important; padding-bottom: 0px; margin: 0 0 0px 0;
  cursor: pointer; outline: none;
  border-bottom: 1px solid #eee !important;
}
#accordion div { padding: 10px 0; }
#accordion h3:focus
{
  outline: none;
}
#accordion p
{
  margin: 0 0 10px 0;
}
#accordion .ui-accordion-header
{
  padding: 0 !important;
  color: #01acc0;
}
#accordion .ui-accordion-header-active
{
  padding: 0 !important;
  color: #85c440;
}
.shappify_tool_tip
{
  width: 250px !important;
}
span.shappify_option_name_additional_info:hover .shappify_tool_tip {
  left: -125px !important;
}
#carousel
{
  width: 100%; margin: 10px 0 0 0; float: left;
}
#carousel li
{
  margin-right: 10px;
}
#carousel img
{
  display: block; opacity: .5;
  cursor: pointer;
}
#carousel img:hover
{
  opacity: 1;
}
#product_images li
{
  position: relative;
}
#product_images li .product_info
{
  position: absolute; top: 0;
}
#lightbox img
{
  max-width: none;
}
.lb-details
{
  display: none !important;
}
.share_wrap
{
  width: 92%; float: left; padding: 2% 4% 3% 4%; margin: 20px 0 0 0;
  background: #f6f6f6; border-radius: 5px;
}
.share_wrap h4 { color: #111111; }

.twitter_share
{
  float: left; margin: 0 10px 0 0;
}
.gplus_share
{
  float: left; margin: 0 10px 0 0;
}
.fb_share
{
  float: left; margin: 0 10px 0 0;
}
.pin_share
{
  float: left !important;
}


#product_reviews
{
  width: 100%; display: block; padding: 10px 0 30px 0;
  color: #333333;
  background: #ffffff;
}
#disqus_thread
{
  color: #333333 !important;
  background: #ffffff !important;
}

/* article  --------------------------------------------- */

.article_info
{
  width: 100%; float: left; padding: 7px 0; margin: 10px 0 25px 0;
  font-size: .85em;
  border-bottom: 1px solid #e1e1e1; border-top: 1px solid #e1e1e1;
}
.article_info .author
{
  float: left;
}
.article_info .comments
{
  float: right;
}
h2.blog_title
{
  margin-bottom: 0;
}
h2.blog_title a
{
  text-decoration: underline;
}
h2.blog_title a:hover
{
  text-decoration: none;
}
.comment
{
  padding: 10px 0; margin: 0 0 20px 0;
  border-bottom: 1px solid #f2f2f2;
}
#post_comment
{
  width: 94%; padding: 2% 3% 3% 3%; float: left;
  color: #333333;
  background: #f6f6f6; border-radius: 5px;
}
#post_comment h4 { color: #333333; }
#post_comment .btn_round
{
  color: #ffffff;
  cursor: pointer;
  background: #111111;
}
#post_comment #comment_author,
#post_comment #comment_email,
#post_comment #comment_body
{
  width: 96%; padding: 2% 2%;
  border-radius: 3px; border: none;
}
#post_comment #comment_body
{
  min-height: 100px;
}

#blog_nav
{
  float: right; padding: 0 !important; margin: 0px 0 0 0 !important;
}
#blog_nav li
{
    float: left; padding: 0px 5px; margin: 0 0 0px 0px;
    list-style: none !important; color: #111111;
    list-style: none;
}
#blog_nav li.prev_product,
#blog_nav li.next_product
{
}
#blog_nav li a
{
  padding: 5px 6px;
  text-decoration: none; font-size: .85em; color: #ffffff;
  background: #111111; border-radius: 5px;
}
#blog_nav li a:hover
{
    text-decoration: none;
}



/* search --------------------------------------------- */

ol.search_results li
{

  width: 100%; float: left; display: block; margin: 0; padding: 5px 0 10px 0;
  list-style: none;
  border-bottom: 1px solid #e1e1e1;
}
ol.search_results .search_image
{
  float: left; padding: 5px; margin: 0 20px 0 0;
}

/* page ------------------------------------------------- */

#main_col
{
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  /* format */
}
#main_col strong
{
  font-weight: bold;
}
#main_col ul,
#main_col ol
{
  margin: 0 0 15px 0;
  padding: 0;
}
#main_col ul li,
#main_col ol li
{
  margin: 5px 0;
  padding: 0;
}
#main_col ul li
{
  list-style: square;
  list-style-position: inside;
}
#main_col ol li
{
  list-style: decimal;
}
#main_col.left
{
  padding-right: 20px;
  border-right: 1px solid #e1e1e1;
}
#main_col.right
{
  padding-left: 20px;
  border-left: 1px solid #e1e1e1;
}
#sub_col
{
  margin: 0 0 20px 0;
}
#sub_col h4.section_title
{
  padding: 0 0 10px 0;
}
#sub_col.left
{
  padding-right: 20px;
}
#sub_col.right
{
  padding-left: 20px;
}

/* forms  --------------------------------------------- */

.form_wrap
{
  width: 94%; padding: 2% 3% 3% 3%; margin: 0 0 10px 0; float: left;
  color: #333333;
  background: #f6f6f6; border-radius: 5px;
}
.form_wrap .btn_round
{
  color: #ffffff;
  background: #111111;
}

.form_wrap label
{
  width: 100%; float: left; padding: 10px 0 0 0;
}

.form_wrap input#customer_email,
.form_wrap input#customer_password,
.form_wrap input#customer_password,
.form_wrap input#recover-email,
.form_wrap input#first_name,
.form_wrap input#last_name,
.form_wrap input#email,
.form_wrap input#password,
.form_wrap input#address_first_name_new,
.form_wrap input#address_last_name_new,
.form_wrap input#address_company_new,
.form_wrap input.address_form,
.form_wrap input#address_address1_new,
.form_wrap input#address_address2_new,
.form_wrap input#address_city_new,
.form_wrap input#address_country_new,
.form_wrap input#address_province_new,
.form_wrap input#address_zip_new,
.form_wrap input#address_phone_new,
.form_wrap input.text_long
{
  width: 90%; padding: 2%; border-radius: 3px;
  font-size: .9em; font-family: 'Lato', sans-serif;
  background: #fff; border: 1px solid #e1e1e1;
}
#customer_detail,
#customer_orders
{
  width: 94%; padding: 2% 3% 3% 3%; margin: 0 0 10px 0; float: left;
  color: #333333;
  background: #f6f6f6; border-radius: 5px;
}
.error_wrap
{
  width: 100%; float: left; margin: 0 0 10px 0;
  color: #dd2200;
  background: #ffdede; border-radius: 3px;
}
.error_wrap p
{
  width: 90%; margin: 2% 5% 1% 5% !important; float: left;
}
.error_wrap ul
{
  width: 90%; margin: 0 5% 2% 5% !important; float: left;
}

.success_wrap
{
  width: 100%; float: left; margin: 0 0 10px 0;
  color: #3f9523;
  background: #d5ffc7; border-radius: 3px;
}
.success_wrap p
{
  width: 90%; margin: 2% 5% 2% 5% !important; float: left;
}
.success_wrap ul
{
  width: 90%; margin: 0 5% 2% 5% !important; float: left;
}

/* Customers  ----------------------------------------- */

.customer_address
{
  width: 94%; padding: 2% 3% 3% 3%; margin: 0 0 10px 0; float: left;
  color: #333333;
  background: #f6f6f6; border-radius: 5px;
}

/* widgets  --------------------------------------------- */

#fbcomments,
.fb-comments,
.fb-comments iframe[style],
.fb-comments span
{
  width: 100% !important;
}

/* side ------------------------------------------------- */

nav.side_nav
{
}
nav.side_nav ul
{
  width: 100%; padding: 0; margin: -10px 0 0px 0; display: block;
}
nav.side_nav li
{
  padding: 0; margin: 0; list-style: none;
}
nav.side_nav li a
{
  padding: 4px 10px; display: block;
  font-size: 12px;
  text-decoration: none; color: #333333;
  border-bottom: 1px solid #e1e1e1;
}
nav.side_nav li a:hover,
nav.side_nav li a.active
{
  color: #000000;
  background: #f6f6f6;
}
nav.tag_nav
{
  width: 100%; display: block;
}
nav.tag_nav li
{
  float: left; margin: 0 5px 5px 0;
  list-style: none;
}
nav.tag_nav li a
{
  float: left; padding: 2px 12px;
  text-decoration: none; color: #00acbf;
  border: 1px solid #e1e1e1; border-radius: 20px;
}
nav.tag_nav li a:hover
{
  color: #e1e1e1;
  background: #00acbf;
}
.side_section
{
  width: 100%; display: block; float: left; margin: 7px 0 7px 0;
}
.side_nav_wrap
{
  width: 100%; display: block; float: left; margin: 7px 0 7px 0;
}

/* blog   --------------------------------------------- */

ul.blog_list
{
  margin: 0 !important;
}
ul.blog_list li
{
  margin: 0 !important;
  list-style: none !important;
}
.blog_title a, h1.title
{
  color: #111111;
}
.posted
{
  font-size: .9em; float: right;
}
.blog_title
{
  position: relative; padding: 5px 0 5px 0px;
}

.blog_archive li
{
  width: 100%; padding: 5px 0;
  list-style: none;
  border-bottom: 1px dotted #e1e1e1;
}
.post_archive_date
{
  font-size: .85em; text-transform: uppercase; font-weight: bold;
}

/* cart   --------------------------------------------- */

#cart_table td
{
  vertical-align: middle;
}
#cart_table td.desc
{
  text-align: center;
}
#cart_table td.pic
{
  padding: 5px 0 0 0 !important; margin: 0 !important;
  text-align: center;
}
#cart_table td.price
{
  text-align: center;
}
#cart_table td.qty
{
  text-align: center;
}
#cart_table td.remove
{
  text-align: center;
}
#cart_table td.adjust
{
  border-right: none !important;
}

/* buttons  --------------------------------------------- */

.cart_button
{
  width: 100%; padding: 10px 3%; margin: 0 0 15px 0; float: right;
  text-transform: uppercase; font-weight: bold; color: #ffffff;
  background: #111111; border-radius: 3px; border: none;

  transition: all .2s;
}
.cart_button:hover
{
  cursor: pointer;
  background: #00acc0;
}
.btn_round
{
  padding: 5px 20px; margin: 0px 0 10px 0; float: left;
  font-size: 12px; color: #ffffff; text-transform: uppercase; text-decoration: none; font-weight: bold; cursor: pointer;
  background: #00acc0; border-radius: 3px; border: 0;
}
.btn_round.secondary
{
  color: #ffffff;
  background: #111111;
}
.product_btn_wrap {
  text-align: center;
  margin: 30px 0;
}
.product_btn {
  border-radius: 2px;
  padding: 8px 35px;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
  background: #00acbf;
}
.product_btn .slider_btn {
  text-align: center;
  margin: 0;
  padding: 0;
}
.product_btn .slider_btn a {
  background: #ef0186;
  font-size: 12px;
}
input.btn_round
{
  padding: 10px 20px; cursor: pointer
}

/* wraps  --------------------------------------------- */

.wrap_title
{
  font-style: italic; font-family: 'Rosarivo'; text-transform: none; text-align: center; color: #111111; font-size: 2em;
}
.bottom_product_wrap
{
  width: 100%; display: block; padding: 10px 0 20px 0;
  color: #333333;
  background: #f6f6f6;
}
.bottom_product_wrap h1, .bottom_product_wrap h2, .bottom_product_wrap h4, .bottom_product_wrap h5
{
  margin: 10px 0;
  color: #111111;
}
.bottom_product_wrap h3
{
  margin: 10px 0;
  color: #111111;
  border-bottom: 1px solid #dedede;
}
.bottom_product_wrap a
{
  color: #111111;
}
.bottom_product_wrap .btn_round
{
  padding: 5px 20px; margin: 0px 0 10px 0; float: left;
  font-size: 12px; color: #ffffff; text-transform: uppercase; text-decoration: none; font-weight: bold; cursor: pointer;
  background: #111111; border-radius: 3px; border: 0;
}

/* styles for the featured collections on the front page */
.featured_banner
{
  width: 100%; display: block; padding: 10px 0 30px 0;
  -webkit-box-shadow: 0px 6px 4px -4px rgba(99, 99, 99, 0.5);
  -moz-box-shadow:    0px 6px 4px -4px rgba(99, 99, 99, 0.5);
  box-shadow:         0px 6px 4px -4px rgba(99, 99, 99, 0.5);
  background: #ffffff;
}
.featured_banner h3
{
  margin: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}
.featured_banner h2
{
  margin: 0 0 10px 0;
  font-size: 22px;
  text-align: center;
  text-transform: none;
}
.featured_banner .full_image img:hover {
  border: 1px solid #00acc0;
}
.heading {
  text-align: left;
  margin-bottom: 30px;
}
.heading h2 {
  font-size: 18px;
}
.underline {
  position: relative;
  margin: 0 auto;
  left: -50px;
  bottom: -1px;
}
.underline:before, .underline:after {
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
}
.underline:after {
  width: 100px;
  border-bottom: 1px solid #111111;
  z-index: 10;
}
.underline:before {
  width: 120px;
  border-bottom: 1px solid #ffffff;
  z-index: 5;
  left: -11px;
}


/* Styles for the Welcome message on the front page */

.welcome
{
  width: 100%; display: block; padding: 10px 0 20px 0;
  color: #333333;
  background: #ffffff;
}
.welcome h1, .welcome h2, .welcome h4
{
  margin: 10px 0;
  color: #111111;
}
.welcome h3
{
  margin: 10px 0;
  color: #111111;
  border-bottom: 1px solid #dedede;
}
.welcome a
{
  color: #00acbf;
}
.welcome .btn_round
{
  padding: 5px 20px; margin: 0px 0 10px 0; float: left;
  font-size: 12px; color: #ffffff; text-transform: uppercase; text-decoration: none; font-weight: bold; cursor: pointer;
  background: #111111; border-radius: 3px; border: 0;
}
.left_col
{
  width: 320px; float: left; padding: 0 20px 0 0; margin: 0;
}
.mid_col
{
  width: 320px; padding: 0 10px 0 10px; float: left; margin: 0;
}
.right_col
{
  width: 320px; padding: 0 0 0 20px; float: right; margin: 0;
}

/* Promo Styling */

.promo h2 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #ef0186;
}
.promo .fa {
  font-size: 24px;
  color: #ef0186;
}

.promo_text {
  margin: 20px 0 0 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #ef0186;
}
.featured_promo {
  max-width: 980px;
  width: 100%;
  height: 90px;
  margin: 50px auto;
}
/* footer --------------------------------------------- */

footer#main_foot a
{
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2;
}
footer#main_foot a:hover
{
  color: #333333;
}
footer#main_foot .social h3, footer#main_foot .social h4  {
  display: inline-block;
  float: left;
  margin: 0 15px 0 0;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 2em;
  color: #333333;
}
footer#main_foot li
{
  list-style: none;
}
#main_foot .row:last-child {
  border-bottom: none;
}
.footer-link {
  padding: 20px 0 30px;
}
.footer-link .full li {
  width: 100%;
}
.footer-link h3 {
  text-transform: none;
  font-size: 14px;
  width: 100%;
  text-transform: uppercase;
  color: #ffffff;
}
.footer-link li {
  width: 50%;
  float: left;
  display: inline-block;
  line-height: 32px;
}
#contact_links
{
  margin: 10px 0 0 0;
}
#social_links
{
 display: inline-block; float: left; margin: 0 0 25px 0; padding: 0;
}
#social_links li
{
  float: left; margin: 0 10px 0 0; list-style: none; width: 30px; height: 30px;
  line-height: 35px;
  text-align: center;

  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2;
}
#social_links li:hover .fa
{
  color: #ffffff
}
.fa {
  font-size: 20px;
  color: #ffffff;

  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2;
}
.fb {
  background: #3b5998;
}
.tw {
  background: #00aced;
}
.fl {
  background: #00aced;
}
.ld {
  background: #00aced;
}
.tm {
  background: #00aced;
}
.vi {
  background: #00aced;
}
.yt {
  background: #cd332d;
}
.pt {
  background: #cb2027;
}
.ig {
  background: #00aced;
}
.gp {
  background: #d14836;
}
.rs {
  background: #ff8300;
}
.newsletter span {
  line-height: 35px;
  margin: 0 15px 0 0;
  float: left;
  color: #333333;
}
#main_foot .newsletter span a {
  color: #00acbf;
}
.newsletter form {
  position: relative;
}
.newsletter_txt
{
  width: 220px;
  height: 35px;
  border-radius: 3px;
  display: inline-block;
  border: 0;
  outline: none;
  padding-left: 10px;
  float: left;
  position: relative;
  color: #999;
}
#footer_top {
  padding: 20px 0 0;
  background: #e2e2e2;
}
.footer_social {
  float: right;
}
#footer_middle {
  padding-bottom: 40px;
}
footer form {
  display: inline-block;
}
footer .btn_round
{
  height: 30px; display: inline-block;
  font-size: 12px; color: #ffffff; text-transform: uppercase; text-decoration: none; font-weight: bold; cursor: pointer;
  background: #333333; border: 0;
}
.newsletter_btn
{
  margin-left: 10px;
  height: 35px; width: 100px; padding: 0; float: left;
  border-radius: 3px;
  font-size: 13px; cursor: pointer; text-transform: uppercase; font-weight: bold; color: #ffffff;
  background: #00acc0; border: none;
}
#legal
{
  position: relative;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  color: #ffffff;
  
  margin: 20px auto 0;
  
}
.copyright {
  text-align: right;
}
.copyright p {
  padding: 0;
  margin: 0;
}
.payment span {
  position: relative;
  top: -8px;
  display: inline-block;
}
.payment img{
  display: inline-block;
}
/*  ----------------------------------------------------------------------------------------------
    Extra Inline Element
    -------------------------------------------------------------------------------------------  */

/* @-general -------------------------------*/

.black { color: #000;}
.dark {color: #333;}
.serif {font-style: italic; font-size: .9em;}
.em {font-style: italic; font-weight: normal;}
.bold {font-weight: bold;}
.thin {font-weight: normal;}
.hide {display: none;}
.x_small {font-size: 0.8em;}
.small {font-size: 012px;}
    table.small td,table.small th {font-size: 0.9em !important;}
.larger {font-size: 1.1em;}
.large {font-size: 1.2em;}
.x_large {font-size: 1.5em;}
.list {margin: 15px 25px;}
.list li {list-style: square;}

/* @-borders -------------------------------*/

.b0 {border: 0;}
    table.b0 td {border: 0;}
.bt0 {border-top: 0;}
.br0 {border-right: 0;}
.bb0 {border-bottom: 0;}
.bl0 {border-left: 0;}

/* @-position -------------------------------*/

.p_left {float: left;}
.p_right {float: right;}
.center {margin: 0 auto;}
.tcenter {text-align: center;}

/* @- padding */
.padded { padding: 0 5px; }
.p0 {padding: 0 !important;}
.p5 {padding: 5px !important;}
.p10 {padding: 10px !important;}
.p15 {padding: 15px !important;}
.p20 {padding: 20px !important;}
.p25 {padding: 25px !important;}
.pt0 {padding-top: 0 !important;}
.pr0 {padding-right: 0 !important;}
.pb0 {padding-bottom: 0 !important;}
.pl0 {padding-left: 0 !important;}
.pt5 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt25 {padding-top: 25px !important;}
.pr5 {padding-right: 5px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pr25 {padding-right: 25px !important;}
.pb5 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 20px !important;}
.pb25 {padding-bottom: 25px !important;}
.pl5 {padding-left: 5px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl25 {padding-left: 25px !important;}

/* @- margin */
.m0 {margin: 0 !important;}
.m5 {margin: 5px !important;}
.m10 {margin: 10px !important;}
.m15 {margin: 15px !important;}
.m20 {margin: 20px !important;}
.m25 {margin: 25px !important;}
.mt0 {margin-top: 0 !important;}
.mr0 {margin-right: 0 !important;}
.mb0 {margin-bottom: 0 !important;}
.ml0 {margin-left: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mr5 {margin-right: 5px !important;}
.mr10 {margin-right: 10px !important;}
.mr15 {margin-right: 15px !important;}
.mr20 {margin-right: 20px !important;}
.mr25 {margin-right: 25px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb70 {margin-bottom: 70px !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}




/*
   Swatches Styles
*/



.swatch {
  width: 100%;
  float: left;
  display: block;
  padding: 0 0 20px 0;
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
  font-weight: bold;
  text-transform: uppercase;
}
/* Hide radio buttons.*/
.swatch input {
  display:none;
}
.swatch label {
  /* Rounded corners */
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  /* To give width and height */
  float:left;
  /* Color swatches contain no text so they need to have a width. */
  padding: 0 8px;
  height:35px !important;
  /* No extra spacing between them */
  margin:0;
  /* The border when the button is not selected */
  border:#00acbf 1px solid;
  /* Background color */
  background-color:#fff;
  /* Styling text */
  font-size:13px;
  text-align:center;
  line-height:35px;
  white-space:nowrap;
  text-transform:uppercase;
}
.swatch-element { margin-left: 0; margin-right: 5px !important;  }
.swatch-element label { font-weight: bold;}
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
.swatch input:checked + label {
  background: #00acbf;
  color: #fff;
}
.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin:0 7px 0 0;
  /* To position the sold out graphic and tooltip */
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color: #00acbf;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:-21px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
     -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
       -o-transform:translateY(0px);
          transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}
.border-right {
  border-right: 1px solid #e1e1e1;
}
