/*
Theme Name: Health Hut
Author: the OWC team
*/

@charset "utf-8";

/* CSS Document */

/* @import url(''); */

@font-face {
  font-family: 'JosefinSans';
  src: url('JosefinSans-Regular.eot');
  src: url('JosefinSans.woff') format('woff'),
       url('JosefinSans.ttf') format('truetype'),
       url('JosefinSans-Regular.woff2') format('woff2'),
       url('JosefinSans-Regular.eot') format('embedded-opentype'),
       url('JosefinSans.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'JosefinSans';
  src: url('JosefinSans-SemiBold.eot');
  src: url('JosefinSans-SemiBold.woff2') format('woff2'),
       url('JosefinSans-SemiBold.woff') format('woff'),
       url('JosefinSans-SemiBold.ttf') format('truetype'),
       url('JosefinSans-SemiBold.svg') format('svg'),
       url('JosefinSans-SemiBold.eot') format('embedded-opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'JosefinSans';
  src: url('JosefinSans-Bold.eot');
  src: url('JosefinSans-Bold.woff2') format('woff2'),
       url('JosefinSans-Bold.woff') format('woff'),
       url('JosefinSans-Bold.ttf') format('truetype'),
       url('JosefinSans-Bold.svg') format('svg'),
       url('JosefinSans-Bold.eot') format('embedded-opentype');
  font-weight: 700;
  font-style: normal;
}


@font-face {
  font-family: 'ProximaNova';
  src: url('ProximaNova-Regular.eot');
  src: url('ProximaNova-Regular.woff2') format('woff2'),
       url('ProximaNova-Regular.woff') format('woff'),
       url('ProximaNova-Regular.ttf') format('truetype'),
       url('ProximaNova-Regular.svg') format('svg'),
       url('ProximaNova-Regular.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ProximaNova';
  src: url('ProximaNova-Light.eot');
  src: url('ProximaNova-Light.woff2') format('woff2'),
       url('ProximaNova-Light.woff') format('woff'),
       url('ProximaNova-Light.ttf') format('truetype'),
       url('ProximaNova-Light.svg') format('svg'),
       url('ProximaNova-Light.eot') format('embedded-opentype');
  font-weight: 300;
  font-style: normal;
}





html,
body {
    height: 100%;
    font-family: 'JosefinSans', sans-serif;
    letter-spacing: 0.1em;
}

body {}

.product-item {
    float: left;
    width: 33.3333%;
    display: inline;
    position: relative;
    margin-bottom: 35px;
}

.product-item a:link,
.product-item a:visited,
.product-item a:hover {
    color: #000;
}

.product-item figure {
    position: relative;
    z-index: 1;
    width: 200px;
    height: 200px;
}

.product-item .product-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    transition: all 0.2s ease-in-out;
    display: table;
}

.product-item:hover .product-overlay {
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.product-item .product-inner {
    width: 200px;
    height: 200px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 15px;
}

.product-item h2 {
    font-size: 12pt;
    text-transform: uppercase;
    font-family: 'JosefinSans', sans-serif;
    line-height: 16pt;
}

.product-item .product-price {
    font-family: 'JosefinSans', sans-serif;
    font-size: 13pt;
}

.address1,
.address2 {
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding: 43px 0px 20px;
    text-transform: uppercase;
    width: 48%;
    line-height: 1.7em;
    color: #b4c8a2;
    float: left;
}

.default-title .address2 strong.months {
    font-size: 16px;
    font-family: 'JosefinSans', sans-serif
}

.address2 {
    padding-left: 100px
}

.default-title .address1 strong,
.default-title .address2 strong {
    font-family: 'JosefinSans', sans-serif;
}

.address-divider {
    border-bottom: 1px solid #000;
}

.default-title a.directions {
    font-size: 14px;
    color: #b4c8a2;
    font-weight: bold;
}

@media (min-width: 992px) {
    .footermenu ul li a {
        font-size: 10px !important;
        letter-spacing: 0.3px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .product-item {
        margin-bottom: 0px;
    }
    .product-item figure img {
        width: 100%;
        height: auto;
        max-height: 182px;
        max-width: 182px;
    }
    .product-item .product-inner {
        width: 182px;
        height: 182px;
    }
}

@media (max-width: 768px) {
    .address1,
    .address2 {
        width: 100%;
    }
    .address2 {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .homepage_slideshow {
        height: 500px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .product-item {
        width: 50%;
        margin-bottom: 0px;
    }
    .product-item figure img {
        width: 100%;
        height: auto;
    }
}

.yotpo .yotpo-bottomline .yotpo-icon-star,
.yotpo .yotpo-bottomline .yotpo-icon-half-star,
.yotpo .yotpo-bottomline .yotpo-icon-empty-star,
.yotpo .write-review .yotpo-header .yotpo-icon,
.yotpo .yotpo-first-review .yotpo-first-review-stars .yotpo-icon-star {
    color: #ccc !important;
}

.yotpo.yotpo-small .yotpo-nav .yotpo-dropdown-wrapper {
    margin: 10px 0 !important;
}

.single-event-date {
    font-family: 'JosefinSans', sans-serif;
    text-transform: uppercase;
    font-size: 11pt;
}

.single-event-date strong {
    font-family: 'JosefinSans', sans-serif !important;
    text-transform: uppercase;
    font-weight: bold !important;
}

/* 
.header {
    border-top: 9px solid #EBEBEB;
} */
.container.narrow {
    max-width: 700px;
}

.container-full {
    margin: 0 auto;
    width: 100%;
}

.container-fluid.padding_class {
    margin: 0;
    padding: 0px;
}

nav ul li a {
    color: #000000;
    font-family: 'JosefinSans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

nav ul li a:hover {
    text-decoration: none;
    color: #b4c8a2;
}

nav ul li {
    color: #000000;
    font-family: 'JosefinSans', sans-serif;
    font-size: 12px;
    list-style: none outside none;
    margin-bottom: 8px;
}

nav ul>li {
    position: relative;
    z-index: 9999;
}

nav ul>li:first-child {
    position: static;
}

nav ul>li:first-child a {
    position: relative;
    z-index: 9999;
}

nav {
    margin-left: 60px;
    margin-top: 15px;
}

.social_icon li {
    padding: 0 20px 0 13px;
}

.social_icon .list-inline>li {
    padding: 0 4px 0 4px;
}

.social_icon .list-inline {
    width: auto;
}

nav ul {
    padding: 0;
}

.social_icon ul {
    margin-left: 45px;
}

.social_icon li a {
    display: block;
    width: 19px;
    height: 18px;
    background: url('social-icons-green.png') no-repeat;
    text-indent: -9999px;
}

.social_icon li a.facebook {
    background-position: 10px 0;
}

.social_icon li a.facebook:hover {
    background-position: 10px -18px;
}

.social_icon li a.instagram {
    background-position: -34px 0px;
}

.social_icon li a.instagram:hover {
    background-position: -34px -18px;
}

.social_icon li a.twitter {
    background-position: -78px 0;
}

.social_icon li a.twitter:hover {
    background-position: -78px -18px;
}

.social_icon li a.pinterest {
    background-position: -113px 0;
}

.social_icon li a.pinterest:hover {
    background-position: -113px -18px;
}

.social_icon li a.google {
    background-position: -156px 0;
}

.social_icon li a.google:hover {
    background-position: -156px -18px;
}

.banner ul li {
    float: left;
}

.banner ul li img {
    height: 500px;
}

.logo img {
    max-width: 400px;
    height: auto;
    width: 80%;
}

.banner {
    margin-top: 16px;
    /*position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 500px;
    overflow: hidden;*/
}

.box1 p {
    background: none repeat scroll 0 0 #f0f1ef;
    color: #000000;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    padding-bottom: 3px !important;
}

.box1, .fourth_box {
    position: relative;
}

.rollover {
    position: absolute; 
    background: white;
    top: 10%;
    bottom: 25%;
    left: 10%;
    right: 10%;
    opacity: 0;
    -webkit-transition:  opacity 0.5s;
    transition:  opacity 0.5s;
}
.fourth_box .rollover  {
    bottom: 10%;
}
.rollover span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:  translate(-50%, -50%);
    -webkit-font-smoothing: antialiased;
    color: #ddd1ce;
    font-weight: 700;
}
.with-rollover:hover {
    text-decoration: none;
}
.with-rollover:hover .rollover {
    opacity: 1;
}

/* 
.circle {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.circle a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.circle img {
    max-width: 100%;
    height: auto;
} */

.col-sm-4.new_padding {
    padding-left: 10px;
    padding-right: 0;
}

.row.three_box_row {
    margin-top: 53px;
}

.devider {
    background: url("devider.png") no-repeat center center;
    font-size: 24px;
    margin-top: 50px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'JosefinSans', sans-serif;
    font-size: 26px;
    text-align: center;
}
.devider p {
    width: 130px;
    margin: auto;
    background: white;
    text-align: center;
}

.-padding {
    padding: 5px;
}

.fourth_box > p {
    font-family: 'JosefinSans', sans-serif;
    margin-bottom: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}

/* .fourth_box span {
    display: none;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
} */

.four_box_row {
    margin-top: 25px;
}

.clr {
    clear: both;
}

footer {
    background: #EBEBEB; 
    margin-top: 75px;
    /* height: 130px; */
    /* padding-top: 18px; */
    padding: 18px 0;
}

footer a, footer {
    color: black;
    font-family: 'JosefinSans', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

footer a.credit {
    padding:  0;
}

footer li {
    padding: 0 !important;
}

footer .col-sm-6, footer .col-sm-3 {
    padding: 0;
}

footer .col-sm-3:last-of-type ul,
footer .col-sm-3:last-of-type li {
    width: 100%;
    text-align: right;
}


.col-sm-3.padding_1 {
    padding: 0px !important;
}

footer li :nth-child(4) a {
    border: medium none;
}

.list-inline.last_ul>li {
    border: medium none;
}

.container-fluid.devider2 {
    background: url("devider.png") repeat center center;
}

footer .col-sm-3 ul,
footer .col-sm-6 ul {
    float: left;
    width: -fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin: auto;
    padding: 0;
    list-style: none;
}

footer .col-sm-3 ul li,
footer .col-sm-6 ul li {
    float: left;
    text-decoration: none;
}


footer .col-sm-3 ul li:last-child a {
    border-right: 0;
}

.page_title {
    background: url("devider2.png") no-repeat scroll center center;
    /*font-family: arial;*/
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
}

.box1_text p {
    font-size: 13px;
}

.contact_form p {
    margin: 0;
}

.contact_form {
    margin-left: 33px;
}

.contact_form input {
    background: none repeat scroll 0 0 #EBEBEB;
    border: medium none;
    height: 25px;
    margin-bottom: 15px;
    max-width: 100%;
    width: 270px;
}

.msg_box textarea {
    background: none repeat scroll 0 0 #EBEBEB;
    border: medium none;
    height: 195px;
    margin: 0;
    width: 355px;
}

.msg_box p {
    margin: 0px;
}

.page_title {
    margin-bottom: 50px;
}

.contact_now input {
    background: url("contact_now.png");
    border: medium none;
    float: right;
    height: 113px;
    margin-top: 20px;
    width: 114px;
}

footer li a {
    border-right: 1px solid #000000;
    padding: 0 5px;
}

.last_ul {
    border: none;
}

.list-inline.last_ul a {
    border: medium none;
    font-weight: bold;
}

.list-inline.last_ul a:hover {
    text-decoration: none;
}

.list-inline.last_ul li {
    color: #59234A;
    font-family: 'JosefinSans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

.list-inline>li:nth-child(5) a {
    border: none;
}

.header .col-sm-4.cart-wrap {
    float: right;
}
@media(min-width: 992px) {
    .cart-wrap {
        margin-right: 15px;
    }
}

.open_cart.item_checkout {
    background: none repeat scroll 0 0 #D7D7D7;
    width: 200px;
    margin-left: 71px;
    text-align: right;
}

.open_nav {
    float: left;
    font-size: 14px;
    list-style: disc inside none;
    margin-bottom: 0;
    margin-left: 8px;
    margin-top: 8px;
    padding: 0;
}

.open_nav>li {
    color: #FFFFFF;
    float: left;
    list-style: none outside none;
    padding: 0;
}

#ship-to-different-address-checkbox {
    float: right;
    position: relative;
    margin-top: -2px;
}

.open_nav a {
    color: #FFFFFF;
    padding: 0 7px;
}

p.bread_crumb {
    background: url("") no-repeat center center;
    font-size: 24px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.list-inline.inner_nav a {
    color: #959595;
    font-family: Courier New;
    font-size: 16px;
    padding: 0 0 0 1px;
}

.nav_bread_crumb {
    border-bottom: 1px solid #000000;
}
.nav_bread_crumb .container {
    margin-top: 10px;
}
.default-title.nav_bread_crumb {
    border: none;
}

.row.spacer_shop {
    margin-top: 50px;
}

.row.spacer_shop .col-sm-7 {
    width: 50.333333%;
}

.row.spacer_shop .col-sm-5 {
    width: 49.666667%;
}

.social_icon_shop>ul {
    float: right;
    margin: 0;
    padding: 0;
    text-align: left;
    padding-left: 10px;
    width: 33%;
}

.social_icon_shop li {
    display: inline;
    list-style: none outside none;
    margin: 0 7px;
}

.left_side {
    padding-right: 19px;
}

.social_icon_shop>p {
    color: #959595;
    float: left;
    font-size: 17px;
    text-align: right;
    width: 66%;
}

.social_icon_shop li {
    margin: 0 0 0 5px;
}

.social_icon_shop {
    margin-top: 15px;
}

.col-sm-12.padding_no {
    margin-top: 25px;
    padding: 0;
}

.padding_no p {
    border-bottom: 1px #000 solid;
    padding-bottom: 1px;
    color: #464646;
    font-size: 18px;
    width: 50%;
}

.col-sm-12.padding_no ul li {
    float: left;
    padding: 0 4px 12px 3px;
}

.col-sm-12.padding_no ul {
    width: 100% !important;
}

.col-sm-12.padding_no>p a {
    color: #464646;
    font-size: 18px;
    text-decoration: underline;
}

.col-sm-12.padding_no>p a:hover {
    color: #464646;
    font-size: 18px;
    text-decoration: none;
}

h1 {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}

.shop_box1>p {
    font-family: 'Courier New';
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 10px;
}

.col-sm-4.padding_shop:hover .product_hover {
    display: block;
}

.shop_box1 {
    border-bottom: 1px solid #000000;
    padding-bottom: 20px;
}

.shop_box1 h1 {
    font-size: 24px;
    margin-top: 0;
}

.shop_box1 span {
    font-size: 18px;
}

.size_quantity b {
    float: left;
    font-family: 'open_sansregular';
    font-size: 13px;
    width: 75px;
}

.size_quantity>span {
    float: left;
    font-family: 'open_sansregular';
    font-size: 13px;
    height: 20px;
    width: 85px;
}

.size_quantity {
    margin-top: 25px;
    width: 220px;
}

.bg11 {
    background: none repeat scroll 0 0 #D7D7D7;
}

.box_shop_fix {
    float: left;
    width: 190px;
    margin-top: 45px;
}

.add_to_cart {
    float: right;
    text-align: right;
    width: 100%;
}

.single_add_to_cart_button.button.alt {
    float: right;
}

.single_add_to_cart_button {
    position: absolute;
    right: 0;
    width: 100px !important;
    height: 40px;
    background: black;
    font-family: 'JosefinSans', sans-serif;
    color: white;
    text-transform: uppercase;
    line-height: 2em;
    top: 22px;
    -webkit-transition: 0.5s;transition: 0.5s;
}

.single_add_to_cart_button:hover {
    background: #222;
    color:  #b4c8a2 !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.shop_box2 {
    border-bottom: 1px solid;
    margin-top: 10px;
    /* font-family: 'open_sansregular'; */
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
}

.shop_box3>p {
    /* font-family: 'open_sansregular'; */
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
    font-size: 13px;
}

.shop_box3 {
    margin-top: 30px;
    /* font-family: 'open_sansregular'; */
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
}

.shop_box3>p {
    margin-top: 15px;
}

.shop_box3 {
    /*   border-bottom: 1px solid;margin-top: 30px;padding-bottom: 20px; */
}

.woocommerce-tabs {
    display: none;
}

.featured_section_title span {
    display: none;
}

.woocommerce ul#shipping_method li,
.woocommerce-page ul#shipping_method li {
    list-style: none outside none;
    margin: 0;
    padding: 0.25em 0 0.25em 0px !important;
    text-indent: 0 !important;
    margin-left: -42px;
    color: #000;
}

.woocommerce ul#shipping_method li label,
.woocommerce-page ul#shipping_method li label {
    padding-left: 24px;
    /* font-family: 'open_sansregular'; */
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
    font-weight: normal !important;
    text-transform: uppercase;
}

.shop_box4>b {
    /* font-family: 'open_sansregular'; */
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
}

.shop_box4 {
    border-bottom: 1px solid;
    margin-top: 30px;
    padding-bottom: 21px;
    /* font-family: 'open_sansregular'; */
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
}

h2 {
    /* margin: 0 !important; */
}

.shop2_left_side {
    background: none repeat scroll 0 0 #F5F5F5;
    padding-left: 10px;
    padding-top: 55px;
    margin-bottom: -75px;
}

.shop2_left_side span {
    display: inline-block;
    border-bottom: 1px solid;
    font-size: 18px;
    padding-bottom: 0;
    margin-top: 18px;
    text-transform: uppercase;
}

.shop2_left_side li {
    list-style: none outside none;
    margin-bottom: 3px;
    margin-top: 6px;
}

.shop2_left_side li:first-child {
    text-transform: uppercase;
}

.shop2_left_side>ul {
    margin-top: 30px;
    padding: 0;
}

.shop2_left_side a {
    color: #959595;
    /* font-family: 'open_sansregular'; */
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
    font-size: 13px;
}

.shop2_left_side input {
    /* background: url(search.png") no-repeat scroll 136px 4px #FFFFFF; */
    border: medium none;
    padding-right: 0;
    margin-top: 51px;
}

.right_side_shop {
    margin-left: 15px;
    margin-top: 50px;
}

.right_side_shop>p {
    margin-bottom: 36px;
}

.col-sm-4.padding_shop {
    padding: 17px;
}


/* my added css */

.col-sm-3.padding_1 {
    float: left;
    margin: 2px 0 0 0px;
    color: #4c193e;
    font-size: 12px;
    text-transform: uppercase;
}

.col-sm-6 {
    float: left;
    margin: 0px 0 0 0px;
    width: 39%;
}

.col-sm-6 ul {
    float: left;
    width: 100%;
}

.col-sm-6 ul li {
    float: left;
    list-style: none outside none;
    margin: 6px 0 0;
    width: auto;
    line-height: 10px;
}
.col-sm-6 ul li a {
    color: black;
    float: left;
    margin: -4px 0 0;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
}

.col-sm-6 ul li a:hover {
    color: #b4c8a2;
}

#menu-footer li {
    border-right: 1px solid #333333;
    height: 13px;
    padding: 0 8px;
}

.col-sm-6 ul li:first-of-type a {
    padding-left: 0;   
}

.list-inline .last_ul li {
    list-style: none;
}

.list-inline .last_ul li a {
    text-decoration: none;
}

.mydiv {
    color: #4C193E;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 102px 0 0px;
    text-decoration: none;
}

.devider2 {
    background: url("devider3.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    font-size: 28px;
    text-align: center;
    width: 85%;
    margin: 0 0 0 86px;
}

.shortcode_banner_simple_inside.center h3 {
    background: none repeat scroll 0 0 #D7D7D7;
    color: #FFFFFF !important;
    font-size: 14px;
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 195px;
    width: 100%;
}

.shop_now {
    margin: -198px 0 60px;
    position: relative;
}

.contact_info {
    float: left;
    font-size: 14px;
    margin: 0 20px 0 0;
    width: 25%;
}

.text_box1 {
    width: 39%;
}

.contact_info>p {
    font-size: 13px;
    /* font-family: 'open_sansregular', Arial, sans-serif; */
    font-family:  "ProximaNova", sans-serif;
    font-weight:  300;
    margin-bottom: 0;
}

.contact_us {
    float: left;
    margin: 0 0 0 13px;
    width: 30%;
}

.wpcf7-form-control.wpcf7-submit {
    /* background: url(contact_now.png") no-repeat scroll 0 0; */
    /* border: medium none !important; */
    /* color: #000000 !important; */
    float: right;
    /* padding: 57px 56px !important; */
    /* font-size: 1px !important; */

    width: 100px !important;
    height: 40px;
    background: black;
    font-family: 'JosefinSans', sans-serif;
    text-transform: uppercase;
    line-height: 2em;
    border:  none !important;
    -webkit-transition: 0.5s;transition: 0.5s;
}

.text_box1 {
    float: right;
}

.wpcf7-form-control.wpcf7-submit:hover {
    /* background: url(contact_now-rollover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); */
    background: #222;
    color:  #b4c8a2;
}

.woocommerce.columns-4 {
    margin: 0 auto;
    width: 985px;
}

.list-inline.inner_nav {
    margin: 0 auto;
    width: 100%;
}

.list-inline.inner_nav ul {
    float: left;
    width: 100%;
    padding: 0;
    text-align: center;
}

.list-inline.inner_nav ul li {
    /*   float: left; */
    width: auto;
    margin: 0 6px 0 0px;
    list-style: none;
    display: inline-block;
}

.list-inline.inner_nav ul li a {
    color: #AAAAAA;
    float: left;
    /* font-family: 'Courier New'; */
    font-family: "JosefinSans", sans-serif;
    font-size: 13px;
    margin: 0 2px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px transparent solid;
    padding-bottom: 2px;
    transition: all 0.2s ease-in-out;
}

.list-inline.inner_nav ul li a:hover,
.list-inline.inner_nav ul li.current-product-ancestor a {
    color: #000;
    border-bottom: 1px #000 solid;
    transition: all 0.2s ease-in-out;
}

.nav_bread_crumb {
    border-bottom: 1px solid;
}

.nav_bread_crumb.default-title {
    border: none;
}

.devider2>span {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 6px;
    text-transform: uppercase;
    font-family: 'JosefinSans', sans-serif;
}

.list-inline.inner_nav.w1 {
    width: 53%;
}

.right_contant {
    font-family: 'CourierNew', Arial, sans-serif;
    border-bottom: 1px solid;
    float: right;
    font-size: 18px;
    padding: 43px 0 20px;
    text-transform: uppercase;
    width: 34%;
    line-height: 1.7em;
}

.small_contant {
    margin-bottom: 20px;
    font-size: 13px;
    font-family: 'open_sansregular';
}

.about_main {
    float: left;
    font-family: 'open_sansregular';
    font-size: 13px;
}

.about_right {
    float: left;
    margin: 32px 37px 0 0;
    width: 46%;
}

.shop2_left_side {
    background: none repeat scroll 0 0 #F5F5F5;
    padding-bottom: 35px;
    padding-left: 10px;
    padding-top: 55px;
    position: relative;
    top: 0px;
}

.shop2_left_side span {
    border-bottom: 1px solid;
    font-size: 18px;
    padding-bottom: 3px;
    text-transform: uppercase;
}

.shop2_left_side>ul {
    margin-top: 30px;
    padding: 0;
}

.shop2_left_side li {
    list-style: none outside none;
    margin-bottom: 3px;
    margin-top: 6px;
}

.shop2_left_side a {
    color: #959595;
    font-family: 'JosefinSans';
    font-size: 13px;
    text-decoration: none;
}

.shop2_left_side input {
    /* background: url(search.png") no-repeat scroll 192px 12px #FFFFFF !important; */
    /* border: 1px solid #EEEEEE; */
    height: 30px;
    margin-top: 51px;
    padding-right: 0;
    text-indent: 7px;
    width: 87%;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
    color: #464646;
    font-size: 14px;
}

.productanim1 .image_container a .back {
    backface-visibility: hidden;
    transform: none !important;
    transform-style: flat !important;
}

.productanim1 .image_container a .back,
.productanim2 .image_container a .back {
    position: relative;
    transition: none 0s ease 0s !important;
    z-index: -1;
}

.product_hover {
    display: none;
    left: 16px;
    position: absolute;
    top: 1px;
    width: 100%;
    z-index: 1;
}

.list-inline {
    list-style: none outside none;
    margin: 0 auto;
    padding-left: 0;
    width: 50%;
}

.product_hover>img {
    width: 100% !important;
}

.inner_abcd {
    text-align: center;
}

.inner_abcd.list-inline>li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.list-inline.inner_abcd a {
    text-decoration: none;
    text-transform: uppercase;
    color: #959595;
    /* font-family: 'CourierNew'; */
    font-family:  "ProximaNova", sans-serif;
    font-weight:  300;
    font-size: 16px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    background: none repeat scroll 0 0 #ebebeb !important;
    border: 0 none;
    height: 28px;
    margin: 5px 0 15px;
    padding: 0 6px;
    width: 93% !important;
}

.wpcf7 input[type="submit"] {
    text-transform: uppercase;
    font-weight: normal;
    font-weight: 300;
    font-size: 14px;
    border: 2px solid #000;
    color: #FFF;
    padding: 8px 30px;
    margin-top: 10px;
    -moz-box-shadow: inset rgba(255, 255, 255, 0.5) 0 0 0 1px !important;
    -webkit-box-shadow: inset rgba(255, 255, 255, 0.5) 0 0 0 1px !important;
    box-shadow: inset rgba(255, 255, 255, 0.5) 0 0 0 1px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    outline: none;
    margin-right: 18px;
}

.light .wpcf7 input[type="submit"] {
    background: #fff;
    border: 2px solid #fff;
    color: #000;
    -moz-box-shadow: inset rgba(0, 0, 0, 0.5) 0 0 0 1px !important;
    -webkit-box-shadow: inset rgba(0, 0, 0, 0.5) 0 0 0 1px !important;
    box-shadow: inset rgba(0, 0, 0, 0.5) 0 0 0 1px !important;
}

.light .wpcf7 input[type="submit"]:hover {
    background: #000;
    color: #fff !important;
}

.wpcf7 p {
    clear: both;
    height: auto;
    margin-bottom: 0;
    overflow: hidden;
    font-size: 12px;
    /* font-family: 'open_sansregular', Arial, sans-serif; */
    font-family:  "ProximaNova", sans-serif;
    font-weight:  300;
    line-height: 1.5em;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    top: -7px;
    right: 5px;
    z-index: 100;
    background: none;
    border: 0;
    font-size: 10pt;
    font-weight: normal;
    text-transform: none;
    width: auto;
    padding: 2px;
    color: #e42e2c;
    text-align: right;
}

.text_box1 textarea {
    height: 226px !important;
    padding: 7px;
}

.sub-menu {
    display: none;
    margin: 1px 0 0 -220px;
    padding-top: 24px;
    position: absolute;
    right: 160px;
    top: -10px;
    width: auto;
    z-index: -9999;
    background: #fff;
    padding-left: 10px;
}

.sub-menu li {
    float: left;
    margin: 5px 0 0;
    width: 100%;
}

.sub-menu li:first-child {
    border-top: 1px solid;
    padding-top: 10px;
}

.menu-item.menu-item-has-children:hover ul.sub-menu {
    display: block !important;
}

.pure {
    font-size: 15px !important;
}

.soap {
    float: left;
    font-size: 21px;
    margin: 0 30px 0 0;
    min-height: 100px;
}

.product_hover p {
    color: #000000;
    font-size: 14px;
    position: relative;
    text-align: center;
    top: -120px;
    width: auto;
    text-transform: uppercase;
}

.product_hover span {
    /* font-family: 'CourierNew', Arial, sans-serif; */
    font-family:  "ProximaNova", sans-serif;
    font-weight:  300;
    font-size: 14px;
}

.current-menu-item a {
    color: #b4c8a2 !important;
    text-decoration: none !important;
}

.current_page_item a {
    color: #b4c8a2 !important;
    /*text-decoration:underline !important;*/
}

.list-inline.inner_nav ul li.current_page_item a {
    border-bottom: 1px #000 solid;
}

.paddingbottom25 {
    display: none;
}

.current-menu-item .sub-menu a {
    color: #959595 !important;
}

.current-menu-item .sub-menu a:hover {
    color: #b4c8a2 !important;
}


/* cart page css */

div .entry-content table {
    border: medium none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 23px;
    padding: 0;
    width: 100%;
}

table.shop_table {
    border: 1px solid #E7E7E7;
    border-collapse: separate;
    border-radius: 5px;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
}

form.cart .variations select {
    border: 1px solid #E1E1E1;
    background: #f1f1f1 !important;
    height: 30px;
    border-radius: 0;
    text-transform: uppercase;
}

.cart .button, .cart input.button, .cart-collaterals .cart_totals a.button.alt {
    width: auto !important;
    margin-top: 0 !important;
}
.row .woocommerce table.shop_table {
    border: none;
}

.row .woocommerce table.shop_table th {
    border: none;
    font-size: 12px;
    font-weight: normal !important;
}

.row .woocommerce table.shop_table td {
    border-top: 1px #000 solid;
    text-align:  left;
}

.row .woocommerce table.shop_table td.product-price,
.row .woocommerce table.shop_table td.product-subtotal {
    /* font-family: 'open_sansregular'; */
    font-family:  "ProximaNova", sans-serif;
    font-weight:  300;
}

table.shop_table th {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    line-height: 18px;
    padding: 9px 12px;
    text-align: center;
}

.cart th,
.cart td {
    vertical-align: middle;
}

td {
    text-align: center;
}

th {
    text-align: center;
    color: black;
}

th {
    /* background: none repeat scroll 0 0 #555555; */
    /* border-bottom: 1px solid #EEEEEE; */
    border-right: 1px solid #eeeeee;
    /* border-top: 1px solid #EEEEEE; */
    color: #FFFFFF;
}

td {
    /* background: none repeat scroll 0 0 #555555; */
    /*border-right: 1px solid #EEEEEE;*/
    /* border-bottom: 1px solid #EEEEEE;  */
}

.cart-collaterals {
    overflow: hidden;
    width: 100%;
}

.cart-collaterals .cart_totals {
    float: right;
    text-align: right;
    width: auto !important;
}

/* .cart-collaterals .cart_totals a.button.alt {
    border-radius: 0 !important;
    height: 28px !important;
    padding: 7px !important;
} */

.coupon #coupon_code {
    border: 1px #000 solid;
    width: 180px;
    position: relative;
    top: -4px;
}

.woocommerce table.cart td.actions {
    padding-top: 18px !important;
}

.woocommerce .shop_table .quantity {
    width: auto !important;
}

.product-thumbnail a img {
    width: 32px !important;
    height: 28px !important;
}

div .product-remove a.remove {
    background: url("remove.png") no-repeat;
    border: none;
    display: block;
    height: 12px;
    /*    left: 26px;*/
    margin: 0 auto;
    position: relative;
    text-indent: -9999px;
    width: 12px;
}

td.actions .coupon {
    float: left;
}

div td.actions .coupon .input-text {
    border: 1px solid #E1E1E1;
    float: left;
    /* font: 12px/17px "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family:  "ProximaNova", sans-serif;
    font-weight:  300;
    margin: 4px 6px 0 0;
    padding: 7px;
    width: 180px;
}

#top .button,
#top #submit {
    background-color: #666666;
}

#top .actions .button[name="update_cart"] {
    float: right;
    margin-right: 0;
    min-width: 182px;
}

#top .actions .checkout-button.button.alt {
    min-width: 162px;
}

#top .cart .button.alt {
    clear: both;
}

.coupon {
    float: left;
    text-align: right;
    width: auto;
}

.button.button-coupon {
    background: none repeat scroll 0 0 #BBBBBB;
    float: right;
    font-size: 14px !important;
    margin: -4px 14px 0 0 !important;
}

.cart_totals>table {
    float: right;
    margin: 33px 0 0;
}

.cart_totals {
    float: right;
    text-align: right;
}

.cart_totals p {
    /*    float: right;



*/
    font-size: 12px !important;
    /* font-family: 'open_sansregular'; */
    font-family:  "ProximaNova", sans-serif;
    font-weight:  300;
    color: #000 !important;
    text-transform: none;
    margin: 12px 0 0;
    /*    width: 57%;*/
    text-align: center;
}

.cart_totals p small {
    color: #000;
}

.update-button.button {
    background: none repeat scroll 0 0 #BBBBBB;
    float: right !important;
    font-size: 15px !important;
}

.checkout-button.button {
    background: none repeat scroll 0 0 #BBBBBB;
    float: right !important;
    font-size: 15px !important;
}

.cart_totals h2 {
    float: right;
    font-size: 23px;
    margin: 24px 0 0 !important;
    width: 100%;
}

.cart-subtotal>td {
    border-top: 1px solid #F2F2F2;
}

.cart-subtotal>th {
    color: #959595;
    font-family: 'JosefinSans', sans-serif;
    font-size: 14px;
    border-top: 1px solid #000;
    text-align: right;
    border-right: 1px solid #000;
    padding: 10px 30px 10px 20px;
}

.shipping>th {
    color: #959595;
    font-family: 'JosefinSans', sans-serif;
    font-size: 14px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    text-align: right;
    padding: 10px 30px 10px 20px;
}

.tax-rate>th {
    border-right: 1px solid #000;
    color: #959595;
    font-family: 'JosefinSans', sans-serif;
    font-size: 14px;
    border-top: 1px solid #000;
    text-align: right;
    padding: 10px 30px 10px 20px;
}

.order-total>th {
    color: #959595;
    font-family: 'JosefinSans', sans-serif;
    font-size: 14px;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: right;
    padding: 10px 30px 10px 20px;
}

.cart_totals .amount {
    font-family: 'open_sansregular';
}

.cart_totals td {
    text-align: left;
    padding-left: 70px;
}


/* end cart css*/

.list-inline.inner_abcd {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.paddingbottom30 {
    display: none;
}

.ymal_li {
    width: 33%;
}

.fourth_box a {
    color: #000 !important;
}

.fourth_box>a {
    position: relative;
    display: block;
}


/****
*
*@q
*
****/

.cart_totals h3 {
    text-align: center;
    font-size: 16px;
    color: #000;
}

.shop-category .col-sm-9 {
    float: right;
}

.shop-category .col-sm-3 {
    float: left;
}

.sale-badge {
    background: url('sale-green.png');
    width: 64px;
    height: 56px;
    position: absolute;
    top: 0;
    right: 0;
}

#payment_method_paypal+label+div {
    display: inline-block;
    width: 130px;
    /* height: 24px; */
    background: url('paypal.jpg');
    position: relative;
    top: 8px;
    left: 8px;
}
.event, .blog {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.event-content {
    padding-top: 10px;
    border-top: 1px #000 solid;
}
.event-box {
    background: #f0f1ef;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 20px;
}
.event-image {
    position: relative;
    overflow: hidden;
}
.event-image img {
    width: 100%;
    height: auto;
    /* width: 100%; */
    /* float: left; */
    margin: auto;
}
.event-image .rollover {
    bottom:  10%;
}
.event-details {
    padding: 10px;
}
.event-details h1 {
    font-size: 12px;
    font-family: 'JosefinSans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 18px;
    margin-top: 5px;
    -webkit-transition:  color 0.5s;
    transition:  color 0.5s;
}
.event-details a:hover h1 {
    color: #ddd1ce
}
.event-excerpt {
    line-height: 21px;
}
.event-details h3 {
    font-family: 'CourierNew';
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0;
}

.event-box .event-details p {
    font-family: "ProximaNova";
    font-weight: 300;
    font-size: 12px;
    margin: 0;
}

.event-box .event-details p.date,
.event-box .event-details p.location {
    margin-bottom: 7px;
}

.single-event-image {
    width: 63%;
    float: left;
}
.single-event-image img {
    max-width: 100%;
    height: auto;
}

.single-event-details {
    width: 33%;
    float: right;
}
@media(min-width: 481px) {
    .event-box {
        margin: 0 0 10px;
    }
    .event-details {
        min-height: 161px;
    }
    .event-image {
        height: 0;
        padding-bottom: 71%;
    }
    .event-image img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
}

.post-header {
    text-align: center;
    font-family: 'JosefinSans', sans-serif;
    margin-bottom: 2em;
    text-transform: uppercase;
}
.post-header h1 {
    margin-bottom: 0;
}
.post-header -date {
    font-size: 14px;
    font-weight: bold;
}
.post-details {
    margin-top: 3em;
}
.post-details h2 {
    margin:  1em 0 1.5em;
}
.post-details p, .post-details ul, .post-details ol {
    letter-spacing: 1px;
    margin: 0 0 2em;
}
.post img {
    max-width: 100%;
    height: auto;
}
.categories {
    text-align: center;
    margin:  1em 0;
    font-size: 0.9em;
}
.categories a {
    font-family: 'JosefinSans', sans-serif;
    text-transform: uppercase;
}
.categories span:not(:last-of-type):after  {
    content :  '|';
    padding-left: 5px ;
}
.post .navigation {
    clear: both;
    overflow: hidden;
}
.next-posts, .prev-posts {
    font-weight: bold;
    font-family: 'JosefinSans', sans-serif;
    text-transform: uppercase;
}
.next-posts {
    float: left;
}
.prev-posts {
    float: right;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
img.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.post .addthis_tool {
    text-align: center;
    clear: both;
    margin: 2em 0;
}
.post .addthis_tool.at-below-post:before {
    content: 'SHARE:';
    font-family: 'JosefinSans', sans-serif;
    position: relative;
    top: 3px;
    padding-right: 5px;
}
.post .addthis_tool .at4-show {
    display: inline-block !important;
}
.post .addthis_tool .addthis_separator, 
.post .addthis_tool .at4-icon, 
.post .addthis_tool .at300b, 
.post .addthis_tool .at300bo, 
.post .addthis_tool .at300bs, 
.post .addthis_tool .at300m {
    display: inline-block;
    float: none !important;
    vertical-align: middle;
    min-width: 0;
}


.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
    display: none;
}

.single-details>h1 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: -5px;
    line-height: 1.5em;
}

.single-details {
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
    color: #b4c8a2;
    font-size: 14px;
    text-transform: uppercase;
}

.contact_us_content .single-details strong {
    font-family: 'JosefinSans', sans-serif;
    font-weight: bold;
}

.default-title {
    font-family: 'ProximaNova', sans-serif;
    font-size: 13px;
}

h1.intro {
    font-family: 'JosefinSans', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 32px 44px 32px;
    border-bottom: 1px #000 solid;
    margin-bottom: 28px;
}

.default-title h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 -10px 0 !important;
}

.default-title a {
    color: #000;
}

.default-title a:hover {
    text-decoration: none;
}

.default-title p {
    margin: 20px 0;
    line-height: 1.5em;
}

.default-title hr {
    margin-top: 36px;
    margin-bottom: 32px;
    border: 0;
    border-top: 1px solid #000;
}

.default-title strong {
    font-family: 'JosefinSans', sans-serif;
}

.default-title ul {
    padding-left: 18px;
}

.terms {
    margin-top: 46px;
}

.term {
    margin-bottom: 40px;
}

.term-column {
    width: 33%;
    float: left;
}

.first-letter {
    font-size: 18px;
    text-transform: uppercase;
    width: 13%;
    float: left;
}

.term-links {
    width: 87%;
    float: right;
}

.term-links a {
    /* font-family: 'open_sansregular'; */
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 13px;
    line-height: 1.8em;
}

.term-links a:hover {
    text-decoration: none;
}

.seasonal-store.right_contant strong {
    /* font-family: Courer, 'Courier New', serif; */
    font-weight: bold;
    font-family: 'JosefinSans', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.seasonal-columns {
    width: 50%;
    font-size: 13px;
}

.seasonal-columns h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0 20px 0;
}

.seasonal-columns h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 16px;
    font-weight: bold;
}

.default-title .seasonal-columns .box1 p {
    margin: 0;
    padding: 0 !important;
    text-transform: uppercase;
    font-family: 'JosefinSans', sans-serif;
    font-size: 11pt;
    -webkit-font-smoothing: antialiased;
}

.default-title .seasonal-columns .box1 p img {
    margin-bottom: 3px;
}

.seasonal-columns p strong {
    text-transform: uppercase;
    margin-top: 15px;
    float: left;
    width: 100%;
}

.seasonal-columns p {
    font-family: 'open_sansregular';
}

.seasonal-columns strong {
    font-family: 'open_sansbold';
}

.seasonal-columns.column-1 {
    float: left;
    padding-right: 45px;
}

.seasonal-columns.column-1 p {
    margin: 24px 0;
}

.seasonal-columns.column-2 {
    float: right;
    padding-left: 45px;
    border-left: 1px #000 solid;
}

.default-title .seasonal-columns hr {
    background: #eee;
}

.default-title .column-2 p,
.default-title .seasonal-store p {
    margin: 10px 0;
}

.default-title .seasonal-store p:first-child {
    margin-top: 0;
}

.seasonal-text {
    margin: 52px 0;
    font-family: 'open_sansregular';
}

.pop-up-subscribe-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.33);
}

.pop-up-subscribe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 390px;
    height: 390px;
    border: 1px #000 solid;
    background: #fff;
    padding: 24px 40px;
}

.pop-up-subscribe h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin: 30px 0 !important;
    text-align: center;
}

.pop-up-subscribe p {
    font-family: 'open_sansregular';
    font-size: 13px;
    margin-bottom: 20px;
}

.pop-up-subscribe a {
    color: #000;
    position: absolute;
    top: 14px;
    right: 14px;
}

.pop-up-subscribe a:hover {
    text-decoration: none;
}

.pop-up-subscribe input[type="text"],
.pop-up-subscribe input[type="email"] {
    width: 100%;
    height: 25px;
    border: none;
    font-size: 13px;
    background: #ebebeb;
    margin-bottom: 16px;
    font-family: 'open_sansregular';
}

.pop-up-subscribe input[type="submit"] {
    float: right;
    /* width: 82px;
    height: 82px;
    background: url('subscribe.png') no-repeat; */
    height: 40px;
    line-height: 40px;
}

/* .pop-up-subscribe input[type="submit"]:hover {
    background: url('subscribe-rollover.png') no-repeat;
} */

.pop-up-subscribe label {
    color: #555555;
    font-weight: normal;
    margin-bottom: 2px;
    font-size: 13px;
}

.open_cart a {
    color: #959595;
}

.open_cart a:hover {
    color: #b4c8a2;
    text-decoration: none;
}

.open_cart {
    width: 222px;
    float: right;
    position: relative;
    z-index: 9999;
    color: #959595;
    border-bottom: 1px solid;
    text-align: right;
    margin-top: 10px;
}

.cart_dropdown_link {
    display: block;
    float: right;
}

.dropdown_widget_cart {
    display: none;
    position: absolute;
    width: 200px;
    height: 33px;
    color: #959595;
    /* font-family: 'open_sansbold'; */
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    /*background: #f15837 url('top-cart-active.png') no-repeat 96% 50%;*/
    padding: 10px 0 0 14px;
}

.dropdown_widget_cart a {
    color: #959595;
}

.dropdown_widget_cart a:hover {
    color: #959595;
    text-decoration: none;
}

.testimonials {
    /* font-family: 'open_sansregular'; */
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
    font-size: 13px;
    padding-top: 32px;
}

.testimonials h2 {
    font-weight: normal;
    /* font-family: 'open_sansbold'; */
    font-family: 'JosefinSans', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    margin: 32px 0 !important;
}

.testimonials blockquote {
    padding: 16px 0 24px 0;
    /* font-family: 'CourierNew'; */
    font-family: 'JosefinSans', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
    margin: 24px 0;
    border-left: none;
    color: #b4c8a2;
}

.testimonials p {
    margin: 15px 0;
}

.left-column {
    float: left;
    width: 45%;
}

.right-column {
    float: right;
    width: 45%;
}

body a {
    color:  black;
}

body a:hover, body a:focus {
    color: #b4c8a2;
}


/*
.contact_us_content strong {
font-weight: normal;
font-family: 'open_sansbold';
}
*/

.right_content {
    font-size: 13px;
}

.cart_subtotal {
    margin-left: 10px;
}

.mc4wp-form input[type=text],
.mc4wp-form input[type=email],
.mc4wp-form textarea {
    padding-left: 5px;
}

.wpcf7 input[type=text]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 textarea:focus,
.mc4wp-form input[type=text]:focus,
.mc4wp-form input[type=email]:focus,
.mc4wp-form textarea:focus {
    outline: 2px #b4c8a2 solid;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.contact_us_content .col-sm-3 {
    width: auto;
}

.about_main a {
    color: #b4c8a2;
}

.about_main a:hover {
    color: #b4c8a2;
    text-decoration: none;
}

div .container a.button,
div a.button,
div .container button.button,
div .container input.button,
div .container #review_form #submit {
    outline: none;
}

.add_to_cart input[type="submit"],
.add_to_cart button[type="submit"] {
    background: url('add_to_cart.png') no-repeat;
    width: 89px !important;
    height: 88px;
    text-indent: -9999px;
}

.product .quantity h3 {
    /* font-family: "P22 Underground", Helvetica, Arial, sans-serif; */
    font-family: "JosefinSans", sans-serif;
    text-transform: uppercase;
    color: #000;
    position: relative;
    top: -20px;
    left: 9px;
    font-size: 16px;
}

.product div .quantity input.qty {
    position: relative;
    margin-top: -97px;
    left: 113px;
}

.add_to_cart input[type="submit"]:hover,
.add_to_cart button[type="submit"]:hover {
    background: url('add_to_cart-hover.png') no-repeat;
}


/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/

.clearfix {
    *zoom: 1;
}


/* ---------   Screen Media Classes   -------- */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .-padding {
        height: 240px;
        padding: 5px;
    }
    .right_contant {
        width: 22%;
    }
    .about_right {
        width: 43%;
    }
    .list-inline {
        width: 60%;
    }
    .product_hover>img {
        width: 100%;
    }
    .contact_us {
        float: left;
        margin: 0px 0 0 13px;
        width: 28%;
    }
    .span8.cart_content {
        margin: 0 0 0 12px;
        width: 96%;
    }
    .cart_totals {
        float: right;
        margin: 0 25px 0 0;
        text-align: right;
    }
    .coupon {
        float: right;
        margin: 0 23px 0 0;
        text-align: right;
        width: auto;
    }
    .update-button.button {
        margin: 4px 23px 0 0 !important;
    }
    .col-sm-3.padding_1 {
        color: #4C193E;
        float: none !important;
        font-size: 12px;
        margin: 2px 0 0;
        width: 100% !important;
        text-align: center !important;
    }
    .col-sm-6.iphn {
        width: 100% !important;
    }
    .col-sm-6.iphn ul {
        margin: 18px 0 0 120px !important;
    }
    .iphn2 {
        line-height: 65px;
        text-align: center;
        width: 100%;
    }
}

#showcoupon {
    color: #b4c8a2;
    cursor: pointer;
}


/* Iphone >> */

@media only screen and (min-width: 320px) and (max-width: 640px) {
    .social_icon ul {
        margin-left: 64px !important;
        text-align: center;
    }
    .col-sm-3.padding_1 {
        color: #4C193E;
        float: none !important;
        font-size: 12px;
        margin: 2px 0 0;
        width: 100% !important;
    }
    .col-sm-6.iphn {
        position: relative;
        width: 100% !important;
        z-index: 1;
    }
    .col-sm-6.iphn ul li {
        width: 100% !important;
        text-align: center !important;
    }
    .col-sm-6.iphn ul li a {
        border-right: 0px !important;
    }
    .col-sm-6.iphn ul li a {
        margin: 8px 0 0 !important;
        width: 100% !important;
    }
    .iphn2 {
        float: none !important;
        margin: 0;
        position: relative;
        top: 20px;
    }
    .right_contant {
        border-bottom: 1px solid;
        float: left;
        font-size: 15px;
        padding: 19px;
        text-transform: uppercase;
        width: 100%;
    }
    .about_right {
        float: left;
        margin: 20px;
        text-align: justify;
        width: 85%;
    }
    .product_hover>img {
        width: 100%;
    }
    .contact_info {
        float: left;
        font-size: 14px;
        margin: 0 39px 0 25px;
        width: 85% !important;
    }
    .contact_us {
        float: left;
        margin: 22px 0 0 13px;
        width: 95%;
    }
    .text_box1 {
        float: left;
        margin: 0 0 0 13px;
    }
    div a.remove {
        left: 7px;
    }
    .coupon {
        float: right;
        margin: 0 27px 0 0;
        text-align: right;
        width: auto;
    }
    .cart_totals {
        float: right;
        margin: 0 29px 0 0;
        text-align: right;
        width: 84%;
    }
    .update-button.button {
        background: none repeat scroll 0 0 #BBBBBB;
        float: right !important;
        font-size: 15px !important;
        margin: 4px 29px 0 0 !important;
    }
    .sub-menu {
        border-top: 1px solid;
        display: none;
        margin: 1px 0 0 -76px;
        position: absolute;
        width: 230px;
    }
}

ul.list-inline li.ymal_li {
    width: 110px;
    height: 110px;
    text-align: center;
}

.shop_box {
    width: 200px;
    height: 200px;
    text-align: center;
}

.main_head_img {
    width: 350px;
    height: 0px;
    text-align: center;
    position: relative;
}

span.onsale {
    left: -450px !important;
    color: red !important;
    background: none !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
}

.shop_box:hover .product_hover {
    display: block !important;
}

.woocommerce-pagination {
    float: left;
}

.woocommerce-pagination ul li {
    display: inline-block;
    padding: 10px;
}

input[type="submit"] {
    border: none;
    text-indent: 0;
    outline: none;
    width: 100px !important;
    padding:  0;
    background: black;
    font-family: 'JosefinSans', sans-serif;
    color: white;
    text-transform: uppercase;
    -webkit-transition: 0.5s;transition: 0.5s;
}
input[type="submit"]:hover, 
input[type="submit"]:focus, 
input[type="submit"]:active {
    color:  #b4c8a2;
    /* color:  black; */
}

input:focus,
select:focus,
textarea:focus {
    outline-color: #b4c8a2;
}

input#searchsubmit {
    margin-top: 0px;
    text-align: center;
    text-indent: 0;
    color: white;
    background:  black;
    font-family: 'JosefinSans', sans-serif;
}
input#searchsubmit:hover {
    color: #b4c8a2;
}

span.attribute_size {
    margin-left: 45px;
}


/*img.attachment-shop_catalog.wp-post-image{width:200px;height:200px;}*/


/*img.attachment-110x110.wp-post-image{width:110px;height:110px;}*/


/*img.attachment-350x350.wp-post-image{width:350px;height:350px;}*/

.event-image.js-rollover img.attachment-featuredImageEvent.wp-post-image {
    width: 350px;
    height: 240px;
}

table.shop_table.footable th.product-name,
table.shop_table.footable th.product-quantity,
table.shop_table.footable th.product-subtotal,
table.shop_table.footable th.product-price {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'JosefinSans', sans-serif;
    font-weight: normal;
}

table.shop_table.footable tr.cart_table_item td.product-thumbnail {
    width: 150px;
}

table.shop_table.footable tr.cart_table_item td.product-thumbnail img.attachment-shop_thumbnail.wp-post-image {
    width: 120px !important;
    height: 120px !important;
    margin: 18px 0;
}

.woocommerce dl.variation dd,
.woocommerce dl.variation dt {
    color: #000;
    /* font-family: 'open_sansregular'; */
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
    font-weight: normal !important;
}

table.shop_table.footable tr.cart_table_item td.product-name {
    text-align: left;
    width: 30%;
}

table.shop_table.footable tr.cart_table_item td.product-name a {
    /* font-family: 'open_sansbold'; */
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}

.coupon_inputs_wrapper input.input-text {
    border: 1px #000 solid;
    height: 28px;
    width: 200px;
}

.coupon_inputs_wrapper input.button.button-coupon {
    float: none !important;
    /* font-family: "P22 Underground"; */
    font-family:  "JosefinSans", sans-serif;
    font-size: 13px;
    background: #000;
    text-transform: uppercase;
    height: 28px;
    border-radius: 0 !important;
    vertical-align: bottom !important;
    line-height: 11px !important;
    -webkit-font-smoothing: antialiased;
    background: #000 !important;
    font-weight: normal;
}

input.checkout-button.button,
input.update-button.button {
    /* font-family: "P22 Underground"; */
    font-family:  "JosefinSans", sans-serif;
    font-size: 13px;
    background: #000;
    text-transform: uppercase;
    height: 28px;
    border-radius: 0 !important;
    vertical-align: bottom !important;
    line-height: 11px !important;
    margin-top: 0px !important;
    -webkit-font-smoothing: antialiased;
}

.cart_totals {
    text-transform: uppercase;
}

.cart_totals table tr {
    border-bottom: 1px solid #000 !important;
}

.cart_totals table tr.cart-subtotal {
    border-top: 1px solid #000 !important;
}

.cart_totals ul {
    list-style: none !important;
}

.yotpo .yotpo-small-box {
    display: none;
}

.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile,
.yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile,
.yotpo .yotpo-question .yotpo-header .yotpo-icon-profile {
    background: #333333 !important;
}

.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper {
    border-color: #333333 !important;
}

.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active span {
    color: #333333 !important;
}

.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
.yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-name,
.yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
    color: #333333 !important;
}

.yotpo div,
.yotpo span,
.yotpo p,
.yotpo a,
.yotpo img,
.yotpo i,
.yotpo strong,
.yotpo sup,
.yotpo ul,
.yotpo li,
.yotpo form,
.yotpo label {
    /* font-family: 'open_sansregular' !important; */
    font-family:  "JosefinSans", sans-serif !important;
}

.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
    text-shadow: none !important;
    background: #000 !important;
    font-weight: normal !important;
    font-size: 14px !important;
}

.cart-buttons {
    float: right;
    width: 200px;
}

.cart-buttons input {
    width: 100% !important;
    float: none !important;
    margin-bottom: 7px !important;
}

.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
    text-shadow: none !important;
    background: #000 !important;
    color: #fff !important;
    box-shadow: none !important;
    /* font-family: 'open_sansregular'; */
    font-family: "ProximaNova";
    font-weight: 300;
    border: 1px solid #000 !important;
    width: 20px !important;
}

.woocommerce #content .quantity .plus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .plus {
    top: 0;
    /* font-family: 'open_sansregular'; */
    font-family: "ProximaNova";
    font-weight: 300;
    /*  left: 0;*/
    right: 0;
    height: 28px !important;
    border-radius: 0 !important;
    width: 20px !important;
}

.woocommerce #content .quantity .minus,
.woocommerce .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page .quantity .minus {
    top: 0;
    /*  right: 0;*/
    left: 0;
    height: 28px !important;
    border-radius: 0 !important;
}

.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
    margin-left: 19px !important;
    background: #ebebeb !important;
    font-weight: normal !important;
    color: #898989;
    /* font-family: 'open_sansregular'; */
    font-family: "ProximaNova";
    font-weight: 300;
    width: 44px !important;
    border: none !important;
}

.woocommerce #content .quantity,
.woocommerce .quantity,
.woocommerce-page #content .quantity,
.woocommerce-page .quantity {
    width: 84px !important;
}

div form.cart table {
    border-top: 0px !important;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message {
    background: none !important;
    background-color: #fff !important;
    box-shadow: none !important;
    text-shadow: none !important;
    border: none !important;
    border-radius: 0px !important;
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
}

.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before {
    content: "" !important;
    background: none !important;
    box-shadow: none !important;
}

#showcoupon,
.product-name a,
.myback a {
    color: #5a244a !important;
}

table.variations {
    border-spacing: 0;
    width: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-collapse: separate;
}

table.variations td,
table.variations th {
    padding: .857em 1.387em;
    text-align: left;
    vertical-align: top;
}

table.variations td p:last-child,
table.variations th p:last-child {
    margin-bottom: 0;
}

table.variations thead th {
    background: #fff;
    text-transform: uppercase;
    padding: 1.387em;
    vertical-align: middle;
}

table.variations thead th:first-child {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

table.variations thead th:last-child {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

table.variations tr th:last-child,
table.variations tr td:last-child {
    border-right: 0;
}

table.variations tbody th {
    background: #fff;
}

table.variations tbody tr:nth-child(2n) td {}

table.variations tbody tr:nth-child(2n) td:last-child {
    border-right: 0;
}

table.variations tbody td {}

table.variations tbody h2 {
    font-size: 1em;
    letter-spacing: normal;
    font-weight: normal;
}

table.variations tbody h2 a {
    font-weight: normal;
}

table.variations tbody tr:last-child td:first-child {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

table.variations tbody tr:last-child td:last-child {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

table.variations tbody tr:last-child td {
    border-bottom: 0;
}

.label>label {
    border: none !important;
    color: #000 !important;
    font-size: 12pt !important;
    height: auto !important;
    margin: 0px !important;
    width: auto !important;
}

.cart {
    min-height: 105px;
    margin-bottom: 0px !important;
}

.cart>.quantity {
    margin-top: 32px !important;
}

.single_variation_wrap .qty,
.cart .qty {
    height: 30px !important;
    background-color: #f1f1f1 !important;
}

div .quantity input.plus,
div .quantity input.minus {
    line-height: 30px !important;
    width: 30px !important;
}

.single_variation {
    /*float: right;*/
    font-size: 12pt;
    line-height: 30px;
    margin-right: 150px;
    font-family: 'JosefinSans', sans-serif;
    padding-left: 10px;
    width: 54px;
}
.woocommerce-variation-add-to-cart {
    margin-top: 1em;
}
.woocommerce-variation-add-to-cart .single_add_to_cart_button {
    top: -6px;
}
.variations_form,
.cart {
    position: relative;
}

.add_to_cart {
    float: right;
    text-align: right;
    width: 90px;
    position: absolute;
    right: 0;
    top: 0;
}

.variations .label {
    width: 104px;
}

.variations .label,
.variations .value {
    padding: 5px 10px !important;
    vertical-align: middle !important;
    display: table-cell !important;
    font-size: 100% !important;
    line-height: 100% !important;
    text-align: left !important;
    border-radius: 0 !important;
    font-family: 'JosefinSans', sans-serif;
    text-transform: uppercase;
}

.reset_variations {
    display: none !important;
}

.cart .quantity.buttons_added:before {
    content: "Quantity";
    margin-right: 20px;
    text-transform: uppercase;
    font-family: 'JosefinSans', sans-serif;
    font-weight: bold;
    font-size: 12pt;
    padding-left: 10px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    padding: 12px 18px 10px 18px !important;
    font-size: 14px;
    color: #000;
    background: #fff;
    border: 1px #838383 solid !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    /* font-family: 'open_sansregular'; */
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
    margin: 10px 0;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a {
    font-family: 'JosefinSans', sans-serif;
}

.woocommerce-message a {
    color: #000 !important;
    margin: 4px 5px 0 0 !important;
    padding: 0px !important;
    font-size: 10pt !important;
    float: right !important;
}

.about_left {
    float: left;
    width: 50%;
}

.about_left .right_contant {
    float: left;
    width: 100%;
}

.about_right {
    float: left;
    margin: 50px 10px -2px 0;
    width: 48%;
}

.about_right img {
    width: 100%;
    height: auto;
    margin-bottom: 9px;
}

.about_left p,
.about_right p {
    /* font-family: 'open_sansregular', helvetica, arial, sans-serif; */
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
    font-size: 10pt;
    line-height: 18pt;
}

.shop_table,
.cart_totals {
    font-family: 'JosefinSans', sans-serif;
}

.right_contant {
    margin-bottom: 25px;
}


/***
@q
**/

.cart_total {
    border-top: 1px #000 solid;
    padding-top: 20px;
}

.woocommerce .woocommerce-message,
.row .woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.row .woocommerce .woocommerce-info,
.woocommerce .woocommerce-error,
.row .woocommerce .woocommerce-error {
    color: #959595;
    font-family: 'JosefinSans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    padding: 12px 18px 10px 18px !important;
    background: #fff;
    border: 1px #838383 solid !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: left;
}

.row .woocommerce .woocommerce-info a {
    color: #5a244a;
}

.row .woocommerce .woocommerce-message:before,
.row .woocommerce .woocommerce-info:before,
.row .woocommerce .woocommerce-error:before {
    content: '' !important;
    border: none !important;
    background: none;
}

.row .woocommerce .woocommerce-info {
    box-shadow: 2px 3px 4.9px 0.1px rgba(69, 69, 69, 0.31) !important;
    border: 1px #b5b5b5 solid !important;
}

.woocommerce-billing-fields {
    /* font-family: 'open_sansregular'; */
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
}

.woocommerce form .form-row input.input-text {
    color: #000;
    /* font-family: 'open_sansregular'; */
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
}

.woocommerce-billing-fields input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.woocommerce-billing-fields input:-ms-input-placeholder {
    color: #000;
}

.woocommerce-billing-fields input::-webkit-input-placeholder {
    color: #000;
}

.woocommerce form .form-row textarea {
    color: #000;
    /* font-family: 'open_sansregular'; */
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
}

.woocommerce form .form-row textarea::-moz-placeholder {
    color: #000;
}

.woocommerce form .form-row textarea:-ms-input-placeholder {
    color: #000;
}

.woocommerce form .form-row textarea::-webkit-input-placeholder {
    color: #000;
}

table.shop_table th.product-name {
    color: #959595;
    font-family: 'JosefinSans', sans-serif;
    font-size: 14px;
}

.row .form-row label {
    font-weight: normal;
    text-transform: uppercase;
    /* font-family: 'CourierNew', Arial, sans-serif; */
    font-family: 'JosefinSans', sans-serif;
    font-size: 18px;
}

.row .form-row label .required {
    color: #000 !important;
    font-weight: normal !important;
    float: left;
    padding-right: 4px;
}

#order_review_heading {
    /* font-family: 'open_sansbold'; */
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.row #customer_details {
    float: none;
}

#shipping_state_chosen {
    width: 100% !important;
}

.checkout table.shop_table th {
    text-align: left;
    text-transform: uppercase;
}

.checkout table.shop_table td {
    /* font-family: 'open_sansregular'; */
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
    font-size: 12px;
    text-align: left;
}

.checkout table.shop_table td.product-name {
    padding-top: 24px;
}

.row #payment #place_order {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    font-size: 13px !important;
    font-family: 'JosefinSans', sans-serif;
    padding: 10px 20px;
    /* position: absolute;
    right: 10px;
    bottom: 15px; */
    width:  auto !important;
    position: static;
}

.woocommerce #payment #place_order:active {
    /*height: 33px;
    margin-top: 153px;*/
}

.checkout h3,
#ship-to-different-address span {
    font-size: 14px;
    /* font-family: 'open_sansbold'; */
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
}

.woocommerce .checkout .col-2 h3#ship-to-different-address {
    float: none !important;
    width: 100%;
}

#ship-to-different-address label {
    float: right;
    margin: 0;
    padding: 4px 10px 0 0;
    font-size: 11px;
    /* font-family: 'open_sansregular'; */
    /* font-weight: normal; */
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
    text-transform: none;

    width: 222px;
}
#ship-to-different-address > label > span {
    font-size: 10px;
}
.create-account label {
    font-size: 11px;
    text-transform: none !important;
    padding: 0;
}

.row .woocommerce form .form-row-first,
.row .woocommerce form .form-row-last {
    width: 48%;
}

/*#billing_first_name_field,
#billing_last_name_field,
#billing_company_field,
#billing_email_field,
#billing_phone_field {
    display: none;
}*/

.woocommerce #order_review table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce #order_review table.shop_table td,
.woocommerce #order_review table.shop_table th {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce #order_review #payment {
    position: relative;
}

.about_bottom p {
    /* font-family: 'open_sansregular' !important; */
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
    font-size: 13px
}

.shop-category {
    /* font-family: 'open_sansregular' !important; */
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
}


@media(min-width: 768px) {
    .valignp {
        display: table;
        width:  100%;
    }
    .valignc {
        display: table-cell;
        float: none !important;
        vertical-align: middle;
    }
}

.top-bar {
    background:  #b4c8a2;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: 'ProximaNova', sans-serif;
    font-weight: 300;
}
.top-bar span {
    color: #FFF;
}

@media(min-width: 768px) {
    .events .col-sm-4:nth-of-type(3n+1),
    .blog .col-sm-4:nth-of-type(3n+1)  {
        clear: left;
    }
}
@media(max-width: 767px) {
    .events .col-xs-6:nth-of-type(2n+1),
    .blog .col-xs-6:nth-of-type(2n+1) {
        clear: left;
    }
}
@media(max-width: 480px) {
    .col-xxs-12 {
        width: 100% !important;
    }
}


.yotpo .primary-color-btn, .yotpo input[type="button"].primary-color-btn {
    background-color: #000;
}

.yotpo .primary-color-btn:hover, .yotpo input[type="button"].primary-color-btn:hover {
    background: #F15837 !important;
}

.yotpo .primary-color-btn.yotpo-disabled:hover, .yotpo input[type="button"].primary-color-btn.yotpo-disabled:hover {
    background-color: #ccc !important;
}
.yotpo .primary-color-btn.yotpo-disabled, .yotpo input[type="button"].primary-color-btn.yotpo-disabled {
    background-color: #ccc !important;
}

.yotpo .yotpo-nav ul .yotpo-nav-tab:hover span {
    color:  #b4c8a2 !important;
}

.yotpo .yotpo-regular-box a,
.yotpo .yotpo-regular-box a:link,
.yotpo .yotpo-regular-box a:visited,
.yotpo .yotpo-regular-box a:hover { color: #ccc !important; }
