/*  
Theme Name: Basic
Theme URI: http://anthony.me/themes/basic
Version: 1.7 - modified 
Description: Created by <a href="http://www.anthony.me">Anthony</a>.
Author: Anthony (original), Al (modified the base theme), Gareth @ Larkscapes (continue base mod and add child theme for woocommerce)
Author URI: http://www.anthony.me
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.htm
Tags: featured-images, translation-ready, custom-menu

---------
The core theme was heavily modified so i am continuing to modify the theme using this as the main stylesheet.
New code including woocommerce is appended to this sheet.  
Child theme is still used to seperate woocommerce customisation. - Gareth.

*/


/************************************************************************************
RESET
*************************************************************************************/

html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,dd,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,a,abbr,acronym,b,bdo,big,br,cite,
code,dfn,em,i,img,kbd,q,samp,small,span,strong,sub,sup,tt,var,legend,fieldset,figure {
    margin: 0;
    padding: 0;
}

img,
fieldset {
    border: 0;
}


/* set img max-width */

img {
    max-width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* ie 8 img max-width */

@media \0screen {
    img {
        width: auto;
    }
}
/* set html5 elements to block */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
/* audio */
audio {
    max-width: 100%;
}


/* iframes and objects max-width */

iframe,
object {
    max-width: 100%;
}


/************************************************************************************
GENERAL STYLING
*************************************************************************************/

html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: 'Oxygen', sans-serif;
    font-weight: lighter;
line-height: 147%;
}

a {
    color: #1f7bb6;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 0 0 1.2em;
    padding: 0;
}
#content > p {
    padding: 0 1em;
}

small {
    font-size: 87%;
}

blockquote {
    font: italic 110%/130% "Times New Roman", Times, serif;
    padding: 8px 30px 15px;
}


/* LIST
================================================ */

ul,
ol {
    margin: 1em 0 1.4em 24px;
    padding: 0;
    line-height: 140%;
}

li {
    margin: 0 0 .5em 0;
    padding: 0;
}


/* HEADINGS
================================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4em;
    margin: 20px 0 .4em;
}

h1 {
    font-size: 2em;
    font-weight: lighter;
}

h2 {
    font-size: 2em;
    font-weight: lighter;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1em;
}


/* FORM
================================================ */


/* form input */

input,
textarea,
select,
input[type=search],
button {
    font-size: 100%;
    font-family: inherit;
}

textarea,
input[type=text],
input[type=password],
input[type=search],
input[type=email],input[type=tel],

input[type=url] {
    background: #f3f3f3;
    border: solid 1px #ddd;
    padding: 4px 10px;
    /* border-radius: 5px; */
    -webkit-appearance: none;
}

input[type=text],
input[type=search],
input[type=email],
input[type=tel],
input[type=url] {
    width: 100%;
}


/* text area */

textarea {
    line-height: 80%;
    width: 94%;
}


/* form input:focus */

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus {
    outline: none;
    background: #f9f9f9;
}


/* form button */

input[type=reset],
input[type=submit],
button {
    background: #333;
    color: #fff;
    border: none;
    padding: 7px 24px;
    cursor: pointer;
    border-radius: 5px;
    width: 98%;
}


/* form button:hover */

input[type=reset]:hover,
input[type=submit]:hover,
button:hover {
    background: #000;
    color: #fff;
}


/************************************************************************************
STRUCTURE
*************************************************************************************/

#pagewrap,
.pagewidth,
#headerwrap,
#header,
#main-nav,
#body,
#layout,
#content,
.post,
.author-box,
.post-nav,
.pagenav,
#sidebar,
.widget,
#footerwrap,
#footer {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* main page width */

.pagewidth {
    max-width: 1200px;
    margin: 0 auto;
    width: 94%;
}


/* body (middle container) */

#body {
    margin: 0 auto;
    max-width: 100%;
}


/* content */

#content {
    /*width: 676px;*/
    width: 100%;
    float: left;
    padding: 0% 0 3%;
    min-height: 9em;
}


/* sidebar */

#sidebar {
    width: 252px;
    float: right;
    padding: 5% 0 3%;
}


/* sidebar left */

.sidebar-left #content {
    float: right;
}

.sidebar-left #sidebar {
    float: left;
}


/* sidebar none */

.sidebar-none #content {
    width: 100%;
    float: none;
}


/* fullwidth content */

.full_width #layout {
    width: 100%;
}

.full_width #content {
    padding: 0;
    width: auto;
    float: none;
}

.full_width #sidebar {
    width: auto;
    float: none;
}


/************************************************************************************
GRID
*************************************************************************************/

.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1 {
    margin-left: 3.2%;
    float: left;
}

.col4-1 {
    width: 22.6%;
}

.col4-2,
.col2-1 {
    width: 48.4%;
}

.col4-3 {
    width: 74.2%;
}

.col3-1 {
    width: 31.2%;
}

.col3-2 {
    width: 65.6%;
}

.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first {
    margin-left: 0;
    clear: left;
}


/************************************************************************************
HEADER
*************************************************************************************/

div#header_top_menu {
    background: #111;
    color: white;
    font-size: 14px;
    height: 17px;
    padding: 3px 4%;
    text-align: right;
}

div#header_top_menu ul {
    margin: 0;
}

div#header_top_menu ul li {
    list-style: none;
    float: right;
    margin: 0 5px;
    text-transform: uppercase;
}

div#header_top_menu a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

div#header_top_menu a:hover {
    cursor: pointer;
}

#header {
    padding: 1em 0;
}


/************************************************************************************
Login Dialog
*************************************************************************************/

#simplemodal-login-overlay {
    background-color: #111!important;
}

#simplemodal-login-container {
    max-width: 600px;
    width: 50%!important;
}

#simplemodal-login-container #simplemodal-login-form form {
    background: url(https://corporatecomfort.com.au/wp-content/uploads/2018/08/login_register_bg.jpg) no-repeat left top;
    background-color: white;
    background-size: 200% auto;
    padding-top: 30%;
    padding-left: 12%;
    padding-right: 12%;
}

#simplemodal-login-container #simplemodal-login-form form[name='loginform'] {
    background-position: top left;
}

#simplemodal-login-container #simplemodal-login-form form[name='registerform'] {
    background-position: top right;
}

#simplemodal-login-container #simplemodal-login-form form .title {
    display: none;
}

#simplemodal-login-container #simplemodal-login-form form .simplemodal-close {
    border-radius: 15px!important;
    font-size: 18px!important;
    height: 30px;
    margin: -12px -12px 0 0 !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px!important;
}

#simplemodal-login-container #simplemodal-login-form form p.submit {
    width: 40%;
}

#simplemodal-login-container #simplemodal-login-form form p.submit input {
    background-color: #111;
    border: none;
    font-weight: 200;
    padding: 7px 20px;
    font-size: 13px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 100%;
}


/* 
SITE LOGO
================================================ */

#site-logo {
    width: 20%;
    margin: 0em auto;
    max-width: 200px;
    PADDING: 1em 0 0;
    top: 20px !important;
     float: left; 
}

#site-logo a {
    text-decoration: none;
}

#site-logo a:hover {
    text-decoration: none;
}

#site-logo>a img {
    /* width: auto; */
   /*  height: auto; */
}


/* 
SITE DESCRIPTION
================================================ */

#site-description {
    position: absolute;
    top: 75px;
    font-size: 12px;
    font-weight: normal;
    line-height: 100%;
    margin: 0;
}


/* 
SOCIAL WIDGET
================================================ */

.social-widget {
    float: right;
    position: absolute;
    bottom: 10px;
    right: 0;
}

.social-widget a {
    text-decoration: none;
}

.social-widget a:hover {
    text-decoration: none;
}

.social-widget .widget {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 2px 0 0;
}

.social-widget .widget div {
    display: inline;
}

.social-widget .widgettitle {
    width: auto;
    font-weight: bold;
    font-size: 100%;
    text-transform: none;
    border: none;
    letter-spacing: 0;
    position: static;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px 8px 2px 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.social-widget ul {
    margin: 6px 0 0 !important;
    padding: 0;
    display: inline;
}

.social-widget ul li {
    padding: 0 2px 5px 0;
    margin: 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
    border: none !important;
    clear: none;
    line-height: 100%;
}

.social-widget li img {
    vertical-align: middle;
    margin-top: -5px;
}


/* 
RSS
================================================ */

.social-widget .rss {
    display: inline;
}

.social-widget .rss a {
    background: url(images/rss.png) no-repeat left center;
    padding: 3px 0 2px 30px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}


/* 
MAIN NAVIGATION
================================================ */

#main-nav {
    margin: 1em auto 1em;
    z-index: 100;
    height: 2.2em;
  /*  width: 100%; */
    display: table;
    text-align: center;
 /*   max-width: 100%; */
}

#main-nav li {
    display: table-cell;
line-height: 41px;
    padding: 0 0.6em;
    font-size: 1.1em;
    letter-spacing: 0.01em;
}


/* main level link */

#main-nav li a {
    padding: 3px 1px;
    text-decoration: none;
    color: #111;
    font-size: 1em;
    font-weight: normal;
    font-family: 'Oxygen', sans-serif;
    font-size: 1em;
}


/* main level link :hover */

#main-nav a:hover,
#main-nav li:hover > a {
    border-bottom: 1px solid #777;
    color: #555;
}


/* current link */

#main-nav .current_page_item a,
#main-nav .current-menu-item a {
    border-bottom: 1px solid #aaa;
    color: #888;
}


/* current link :hover */

#main-nav .current_page_item a:hover,
#main-nav .current-menu-item a:hover {
    color: #888;
    cursor: default;
    border-color: #aaa;
}


/* sub-levels link */

#main-nav ul a,
#main-nav .current_page_item ul a,
#main-nav ul .current_page_item a,
#main-nav .current-menu-item ul a,
#main-nav ul .current-menu-item a {
    color: #666;
    font-size: 14px;
    line-height: 140%;
    font-weight: normal;
    text-transform: none;
    padding: 6px 6px 6px 15px;
    margin: 0;
    display: block;
    width: 107px;
    background: none;
    border: none;
    text-shadow: none;
    border-radius: 0;
    box-shadow: none;
}


/* sub-levels link :hover */

#main-nav ul a:hover,
#main-nav .current_page_item ul a:hover,
#main-nav ul .current_page_item a:hover,
#main-nav .current-menu-item ul a:hover,
#main-nav ul .current-menu-item a:hover {
  /*   background: #F3F3F3;  */
    color: #000;
}


/* dropdown ul */

#main-nav ul {
    margin: 0;
    padding: 11px 0;
    list-style: none;
    position: absolute;
    background: #f8cbcb;
    z-index: 100;
    display: none;
}

#main-nav ul li {
    background: none;
    padding: 0;
    margin: 0;
    float: none;
}


/* sub-levels dropdown */

#main-nav ul ul {
    left: 190px;
    top: -2px;
}


/* show dropdown ul */

.no-touch #main-nav li:hover > ul {
    display: block;
}


/* 
SEARCH FORM PANEL
================================================ */

#search_form_module {
    position: relative;
    text-align: center;
    margin-top: 130px;
}

#search_form_module #search_form_panel_info {
    background-position: center top;
    background-color: transparent;
    color: white;
}

#search_form_module #search_form_panel_info_home {
    background: url(images/home_search_info_bg.png) no-repeat 100% 100%;
    background-position: center top;
    background-color: #383838;
    border-top: #111 3px solid;
    border-bottom: #111 3px solid;
    float: left;
    height: 304px;
    position: relative;
    width: 100%;
}

#search_form_module div .page-title {
    margin-top: 17px;
}

#search_form_module #search_form_panel_bg {
    height: auto;
    padding: 1em 0 1.2em;
    width: 100%;
    text-align: center;
    background-color: #b1d2c6;
    position: relative;
}

#search_form_module #searchform {
    width: 100%;
    /* float: left; */
    /* position: absolute; */
    /* left: 50%; */
    bottom: 24px;
    /* margin-left: -150px; */
    /* width: 70%; */
    display: inline-block;
}

.archive #search_form_module #search_form_panel_bg img {
    min-width: 600px;
    margin-bottom:10px;
}

#search_form_module #searchform.activated {}

#search_form_module #searchform input[type=text] {
    max-width: 275px;
    width: 75%;
}

#search_form_module #searchform #s {
    color: #a5a099;
    border: solid 1px #ddd;
    border-radius: 3px;
}

#search_form_module #searchform #s:focus {
    color: #333;
}

#search_form_module .arrow_down {
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    background: url(images/down_arrow.png);
    bottom: -44px;
    margin-left: -160px;
    width: 320px;
    height: 44px;
}

#search_form_module .arrow_down i {
    color: white;
    cursor: pointer;
}
/* 
SEARCH FORM PANEL - category feature
================================================ */
#search_form_module.category-feature #search_form_panel_bg {
    background:#e4beb9;
    padding: 1em 0;
    margin-bottom: 4em;
}
#search_form_module.category-feature #searchform {
    bottom: 9px;
}
#search_form_module.category-feature .page-title {
    margin-top:0 !important;
    padding-top: 1em;
    color:#555;
    font-size:2em;
    letter-spacing:0.1em
}
.term-mens-jackets #category-feature-container , .term-mens-pants #category-feature-container , .term-mens-tops #category-feature-container , .term-mens-knitwear #category-feature-container  {
    background: #a2c9db;
}
.term-mens-jackets #search_form_panel_bg , .term-mens-pants #search_form_panel_bg , .term-mens-tops #search_form_panel_bg , .term-mens-knitwear #search_form_panel_bg {
    background: #80b5cf !important;
}
#category-feature-container {
    background:#f3dcd9;
    color:#555;
    /* border-top: 6px solid #414141; */
    margin-bottom:2em;
     margin-top: 130px;
}
#category-feature-container .image {
    margin-bottom:1.5em;
    box-sizing:border-box;
    vertical-align: bottom;
}
#category-feature-container .image img {
    width:80%;
    max-width: 350px;
    vertical-align: bottom;
}

#category-feature-container .text {
    padding:0 1em 1em;
    box-sizing:border-box;
    vertical-align: top;
    font-size: 14px;
}
#category-feature-container .text p {
    max-width: 570px;
    margin: 1em auto;
    padding: 0 1em;
}
#category-feature-container .text h1 {
    display:none;
}

div.product-cat-label {
    max-width:600px;
    position:relative;
}

div.product-cat-label img {
    position:absolute;
    max-width: 100%;
    height: auto;
    z-index: 1;
    right: 0;
}

@media (max-width: 1059px) {
div.product-cat-label img {width:39%;margin-top:-1em;max-width: 139px;}
.product-cat-label img.sorbtek {margin-top:0.5em !important;max-width:110px}
.product-cat-label img.mens {min-width:160px;}
}
@media (max-width: 912px) {
.product-cat-label img.mens {margin-top: -0.1em !important;margin-right: -0.3em !important;}
}
@media (max-width: 719px) {
div.product-cat-label {display:none;}
}

.product-cat-label img.mens {
    margin-top: 1em;
    margin-right: 1em;
}
.product-cat-label img.healthcare {
    margin-top:2em;
    margin-right:0.5em;
    transform: rotate(17deg);
}
.product-cat-label img.fortysixty {
    margin-top: 1em;
    margin-right: -2em;
    transform: rotate(17deg);
}
.product-cat-label img.sorbtek {
    margin-right:0.5em
}
    
@media (min-width: 600px) and (max-width:720px) {
    #category-feature-container .text {
        font-size:15px;
    }
}

@media (min-width: 720px) {
    
    #category-feature-container .text p {
        max-width: initial;
        margin:1em 0 0;
        padding: 0;
    }
    
    #category-feature-container .image {
    display:inline-block;
    width: 48%;
    margin-top: 1em;
    text-align: right;
    max-width: 580px;
    padding-right: 2%;
    margin-bottom: 0;
    }
    #category-feature-container .image img {
        max-width: 310px;
    }
    #category-feature-container .text {
    display:inline-block;
    width: 49%;
    text-align: left;
    max-width:640px;
    }
    #search_form_module.category-feature .page-title {
        display:none;
    }
    #category-feature-container .text h1.page-title {
    display:inline-block;
    text-align:left;

    }
    #category-feature-container .center-wrapper {
        text-align: center;
    }
    .text .term-description,
    .text h1.page-title
     {
        max-width:600px;
        padding-right: 1em;
    }

    
}
@media (min-width: 800px) {    
#category-feature-container .image {
   padding-right: 3em;
}
    .text .term-description,
    .text h1.page-title
     {
        padding-right: 2em;
    }

}
@media (min-width: 840px) {   
    #category-feature-container .text {
        font-size:15px;
    }
}
    
@media (min-width: 1060px) {    
    #category-feature-container .text {
        font-size:16px;
    }

}
@media (min-width: 1100px) {    
#category-feature-container .image {
   padding-right: 5em;
}
    .text .term-description,
    .text h1.page-title
     {
        padding-right: 0em;
    }
}



/************************************************************************************
PAGE
*************************************************************************************/


/* page title */

.page-title {
    margin: 2em auto 1em;
    padding: 0;
    font-size: 3em;
    line-height: 70%;
    color: #222;
    text-align: CENTER;
    display: block;
    font-weight: lighter;
}


/*
TECH PACK PAGE STYLE 
================================================ */
#content.techpackpage {
    margin-top:2em;
}

.tech-pack-gallery-img {
    width: 47%;
    float: left;
    margin-right: 5%;
    position: relative;
    border: 1px solid #111;
    margin-bottom: 4em;
}
.tech-pack-gallery-img.even {
    margin-right:0%
}

    .tech-pack-gallery-img a {
    float:left;
    position:absolute;
    top: 0.6em;
    background: #d6d4d1;
    color: #111 !important;
    padding: 0.5em 1em;
    left: 0.5em;
    font-size: 0.8em;
    letter-spacing: -0.01em;
    opacity: 1;
}
.tech-pack-gallery-img a.loggedin {
    background:burlywood;
}
.tech-pack-gallery-img img {width: 100%;height: auto;}

.tech-pack-gallery-img.headline {
    border: none;
    width:100%;
    margin: -2.5em 0 0;
}
.tech-pack-gallery-img.headline img{
    border: none;
    width:50%;
    margin:0 auto;
    display:block;
    min-width:500px;
    max-width: 800px;
}
@media (max-width: 600px) {
.tech-pack-gallery-img.headline img {
min-width:310px;
width:80%;
}
}



@media (max-width: 800px) {

.tech-pack-gallery-img {width: 100%;}

#site-logo {
    width: 40%;
}
    #search_form_module {
    margin-top: 107px;
}
    .page-title {
    line-height: 100%;
}
}




/*
HOME CATEGORY PGAE
================================================ */

#content .homeCategIcon {
    float: left;
    margin: 0em 1%;
    position: relative;
}

#content .homeCategImg {
    float: left;
    display: inline-block;
}

#content .homeCategTitle {
    position: absolute;
    padding: 1.8em 0 0.7em;
    color: #fff;
    text-align: center;
    width: 100%;
    bottom: 0.1em;
    z-index: 111;
}

.productCatList a:hover .homeCategTitle {
    text-decoration: underline;
}


/* Category Lists (homepage) */

.productCatList {
    width: 100%;
    text-align: center;
    margin: 1em auto;
}

.productCatList > a {
    display: inline-block;
    max-width: 23%;
    margin: 2% 1%;
}

.productCatList a:hover .homeCategTitle {
    text-decoration: underline;
}

.productCatList a:hover .homeCategImg:before {
    background: transparent;
}

.homeCategImg:before {
    content: ' ';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(130, 130, 130, 0.17);
    z-index: 1;
    position: absolute;
}

.homeCategImg img {
    display: inline-block;
}


/* Download Buttons */
.order-wrapper {
        /* position: absolute; */
        right: 0;
        bottom: 0;
        /* width: 48%; */
}
.categoryImageBtn.allowedDL {
    background: black;
    padding: 3px;
    margin: 0 0 1em;
}

.categoryImageBtn.disallowedDL {
    background: gray;
}

.categoryImageBtn {
    cursor: pointer;
    color: white !important;
    font-size: 0.8em;
    font-weight: bold;
    margin: 10px 20px 10px 0;
    padding: 1px 0 0 0;
    text-align: center;
    letter-spacing: 0.02em;
}


/*
AUTHOR PAGE
================================================ */

.author-bio {
    margin: 0 0 30px;
}

.author-bio .author-avatar {
    float: left;
    margin: 0 15px 0 0;
}

.author-bio .author-avatar img {
    background: #fff;
    padding: 4px;
    border: solid 1px #ccc;
}

.author-bio .author-name {
    margin: 0 0 5px;
    padding: 0;
    font-size: 160%;
}

.author-posts-by {
    margin: 0 0 20px;
    padding: 10px 0 0;
    font-size: 140%;
    text-transform: uppercase;
    border-top: double 4px #ccc;
    border-color: rgba(118, 118, 118, .3);
}


/*
CATEGORY SECTIONS
================================================ */

.category-section {
    clear: both;
    margin-bottom: 30px;
}

.category-section-title {
    font-size: 120%;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding: 10px 0 0;
    border-top: double 4px #ccc;
}


/************************************************************************************
CATEGORY LOOP LAYOUT - aledit
*************************************************************************************/

article.post {
    width: 48%;
    float: left;
    border-bottom: 1px solid #111;
    margin: 5px 1%;
    min-width: 400px;
}

article.post figure {
    float: left;
    max-width: 50%;
    min-width: 200px;
    margin: 0;
}

article.post div.post-content {
    width: 50%;
    float: left;
    margin-top: 10%;
    color: #111;
}

article.post div.post-content a {
    text-decoration: none;
}

article.post div.post-content .categoryImageBtn {
    cursor: pointer;
    color: white;
    font-size: 11px;
    font-weight: bold;
    margin: 10px 20px 10px 0;
    padding: 1px 0 0 0;
    text-align: center;
}

article.post div.post-content .categoryImageBtn.disallowedDL {
    background: gray;
}

article.post div.post-content .categoryImageBtn.allowedDL {
    background: #111;
}


/****** infinite scroll ******/

div#infscr-loading {
    float: left;
    width: 100%!important;
    text-align: center;
}

div#infscr-loading div {
    min-height: 20px;
    font-weight: bold;
}

div#content div.pagenav.clearfix {
    display: none;
}


/************************************************************************************
POST
*************************************************************************************/

.post {
    margin-bottom: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


/* post content */

.post-content {
    min-width: 120px;
}


/* post title */

.post-title {
    font-size: 26px;
    margin: 0 0 5px;
    padding: 0;
}

.post-title a {}


/* post image */

.post-image {
    max-width: 100%;
    margin: 0 0 5px;
}

.post-image.left {
    float: left;
    margin-right: 15px;
}

.post-image.right {
    float: right;
    margin-left: 15px;
}


/* lightbox zoom image */

.post-image .lightbox {
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    max-width: 100%;
}

.post-image .lightbox .zoom {
    width: 40px;
    height: 40px;
    background: url(images/icon-zoom.png) no-repeat center center;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 10em;
}

.post-image .lightbox:hover .zoom {
    background-color: #000;
}


/* post meta */

.post-meta {
    margin: 0 0 7px;
}

.post-meta .post-author {
    background: url(images/post-author.png) no-repeat 0 2px;
    padding: 2px 0 2px 16px;
    margin-right: 7px;
}

.post-meta .post-category {
    background: url(images/post-category.png) no-repeat 0 2px;
    padding: 2px 0 2px 16px;
    margin-right: 7px;
}

.post-meta .post-tag {
    background: url(images/post-tag.png) no-repeat 0 3px;
    padding: 2px 0 2px 16px;
    margin-right: 7px;
}

.post-meta .post-comment a {
    background: url(images/post-comment.png) no-repeat 0 3px;
    padding: 2px 0 2px 16px;
}


/* grid4 post */

.loops-wrapper.grid4 .post {
    width: 22.6%;
    float: left;
    margin-left: 3.2%;
}

.loops-wrapper.grid4 .post-title {
    font-size: 120%;
    margin: 0 0 3px;
    padding: 0;
}


/* grid3 post */

.loops-wrapper.grid3 .post {
    width: 31.2%;
    float: left;
    margin-left: 3.2%;
}

.loops-wrapper.grid3 .post-title {
    font-size: 140%;
    margin: 0 0 3px;
    padding: 0;
}


/* grid2 post */

.loops-wrapper.grid2 .post {
    width: 48.4%;
    float: left;
    margin-left: 3.2%;
}

.loops-wrapper.grid2 .post-title {
    font-size: 150%;
    margin: 0 0 3px;
    padding: 0;
}


/* grid2-thumb post */

.loops-wrapper.grid2-thumb .post {
    width: 48.4%;
    float: left;
    margin-left: 3.2%;
}

.loops-wrapper.grid2-thumb .post-title {
    margin: 0 0 5px;
    font-size: 150%;
}

.loops-wrapper.grid2-thumb .post-image {
    float: left;
    margin: 5px 14px 10px 0;
}

.loops-wrapper.grid2-thumb .post-content {
    overflow: hidden;
}


/* clear grid posts */

.loops-wrapper.grid4 .post:nth-of-type(4n+1),
.loops-wrapper.grid3 .post:nth-of-type(3n+1),
.loops-wrapper.grid2 .post:nth-of-type(2n+1),
.loops-wrapper.grid2-thumb .post:nth-of-type(2n+1) {
    margin-left: 0;
    clear: left;
}


/* list thumb post */

.loops-wrapper.list-thumb-image .post-image {
    float: left;
    margin: 7px 16px 10px 0;
}

.loops-wrapper.list-thumb-image .post-content {
    overflow: hidden;
}


/* list large image */

.loops-wrapper.list-large-image .post-image {
    float: left;
    margin: 7px 22px 10px 0;
}

.loops-wrapper.list-large-image .post-title {
    font-size: 200%;
    margin: 0 0 5px;
    padding: 0;
}

.loops-wrapper.list-large-image .post-content {
    overflow: hidden;
}


/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/

.post-video,
.embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    font-size: .9em;
    margin-bottom: 15px;
}

.post-video iframe,
.post-video object,
.post-video embed,
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/************************************************************************************
POST EMBEDS (css for various fluid elements)
*************************************************************************************/

.twitter-tweet-rendered {
    max-width: 100% !important;
}


/************************************************************************************
PAGE NAVIGATION
*************************************************************************************/

.pagenav {
    clear: both;
    padding-bottom: 20px;
    text-align: right;
}

.pagenav a,
.pagenav span {
    line-height: 100%;
    padding: 6px 0 0;
    margin: 0 2px;
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
    min-width: 24px;
    min-height: 18px;
    text-align: center;
    border-radius: 10em;
}

.pagenav a {
    background: #111;
    color: #fff;
    text-decoration: none;
}

.pagenav a:hover {
    background-color: #000;
}

.pagenav .current {
    text-decoration: none;
}


/************************************************************************************
AUTHOR BOX
*************************************************************************************/

.author-box {
    margin: 15px 0;
}

.author-box .author-avatar {
    float: left;
    margin: 0 15px 5px 0;
}

.author-box .author-name {
    margin: 0 0 5px;
}


/************************************************************************************
POST NAVIGATION (the <nextpage> tag)
*************************************************************************************/

.post-pagination {
    text-align: right;
    margin: .5em 0 2em;
}

.post-pagination strong {
    margin-right: 3px;
}

.post-pagination a {
    margin-left: 3px;
    margin-right: 3px;
}


/************************************************************************************

POST NAVIGATION
*************************************************************************************/

.post-nav {
    margin: 0 0 30px;
    padding: 15px 0;
    clear: both;
}

.post-nav .prev,
.post-nav .next {
    width: 47%;
    position: relative;
}

.post-nav a {
    text-decoration: none;
    display: block;
}

.post-nav a:hover {
    text-decoration: none;
}

.post-nav .prev {
    float: left;
}

.post-nav .next {
    float: right;
    text-align: right;
}


/* post nav arrow */

.post-nav .arrow {
    background: #333;
    color: #fff;
    font: normal 20px/100% "Times New Roman", Times, serif;
    display: block;
    float: left;
    width: 32px;
    height: 28px;
    padding: 4px 0 0;
    text-align: center;
    margin: -8px 10px 17px 0;
    border-radius: 10em;
}

.post-nav .next .arrow {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

.post-nav a:hover span {
    background: #000;
}


/************************************************************************************
COMMENTS
*************************************************************************************/

.commentwrap {
    margin: 10px 0 20px;
    position: relative;
    clear: both;
}


/* comment title */

.comment-title,
#reply-title {
    font-size: 140%;
    margin: 0 0 10px;
    padding: 0;
}


/* comment pagenav */

.commentwrap .pagenav {
    margin: 10px 0;
    border: none;
    box-shadow: none;
}

.commentwrap .pagenav.top {
    margin: 0;
    position: absolute;
    top: 10px;
    right: 0;
}


/* commentlist */

.commentlist {
    margin: 0 0 30px;
    padding: 5px 0 0;
    border-top: solid 1px #ddd;
}

.commentlist li {
    margin: 0;
    padding: 15px 0 0;
    list-style: none;
    position: relative;
}

.commentlist .comment-author {
    margin: 2px 0 5px;
    padding: 0;
}

.commentlist .avatar {
    float: left;
    margin: 0 15px 0 0;
}

.commentlist cite {
    font-style: normal;
    font-size: 130%;
}

.commentlist cite a {
    text-decoration: none;
}

.commentlist .bypostauthor > .comment-author cite {
    background: url(images/icon-author-comment.png) no-repeat 0 2px;
    padding-left: 18px;
}

.commentlist .comment-time {
    font-size: 75%;
    text-transform: uppercase;
}

.commentlist .commententry {
    border-bottom: solid 1px #ddd;
    position: relative;
    min-height: 40px;
    overflow: hidden;
    padding-bottom: 5px;
    word-wrap: break-word;
}

.commentlist ul,
.commentlist ol {
    margin: 0 0 0 7%;
    padding: 0;
}


/* reply link */

.commentlist .reply {
    position: absolute;
    right: 0;
    top: 8px;
}

.commentlist .comment-reply-link {
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
}

.commentlist .comment-reply-link:hover {
    text-decoration: none;
}


/* 
COMMENT FORM
================================================ */

#respond {
    margin: 0;
    padding: 10px 0 0;
    position: relative;
    clear: both;
}

#respond #cancel-comment-reply-link {
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 85%;
    line-height: 100%;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    color: #fff;
    background: #F30;
}

#respond #cancel-comment-reply-link:hover {
    background: #333;
}

#commentform {
    margin: 15px 0 0;
}

#commentform input[type=text] {
    width: 206px;
    margin-right: 5px;
}

#commentform label {
    font-weight: bold;
}

#commentform label small {
    font-weight: normal;
}

#commentform textarea {
    height: 140px;
}

#commentform input#submit {
    padding: 7px 20px;
}


/************************************************************************************
SIDEBAR
*************************************************************************************/

.widget {
}

.widgettitle {
    margin: 0 0 10px;
    padding: 0;
    font-size: 120%;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.widget li {
    margin: 0;
    padding: 6px 0;
    list-style: none;
    clear: both;
    border-top: solid 1px #ddd;
}

.widget ul ul {
    margin: 6px 0 -6px 0;
    padding: 0;
    border-top: none;
}

.widget ul ul li {
    margin: 0;
    padding-left: 10px;
}


/************************************************************************************
WIDGET STYLES
*************************************************************************************/


/* calendar widget */

.widget #wp-calendar caption {
    font-weight: bold;
    padding-bottom: 10px;
}

.widget #wp-calendar td {
    width: 31px;
    padding: 4px 2px;
    text-align: center;
}


/* feature posts widget */

.widget .feature-posts-list br {
    display: none;
}

.widget .feature-posts-list .post-img {
    margin: 4px 12px 10px 0;
    float: left;
}

.widget .feature-posts-list small {
    font-style: italic;
    font-size: 90%;
    display: block;
    margin: 0 0 3px;
}

.widget .feature-posts-list .feature-posts-title {
    margin: 4px 0 3px;
}

.widget .feature-posts-list .post-excerpt {
    display: block;
}


/* twitter widget */

.widget .twitter-list .twitter-timestamp {
    font-style: italic;
    font-size: 90%;
}

.widget .follow-user {
    margin: 0;
    padding: 5px 0;
}


/* links widget */

.widget .links-list img,
.widget_links img {
    vertical-align: middle;
}


/* recent comments widget */

.recent-comments-list .avatar {
    margin-right: 12px;
    float: left;
}


/* flickr widget */

.widget .flickr_badge_image {
    margin-top: 10px;
}

.widget .flickr_badge_image img {
    width: 50px;
    height: 50px;
    margin-right: 12px;
    margin-bottom: 12px;
    float: left;
}


/* flickr shortcode */

.shortcode .flickr_badge_image {
    width: 23.8%;
    margin: 0 1.5% 1.5% 0;
    float: left;
}

.shortcode .flickr_badge_image:nth-of-type(4n) {
    margin-right: 0;
}

.shortcode .flickr_badge_image img {
    margin: 0;
}


/* search widget */

#sidebar #searchform {
    position: static;
}

#sidebar #searchform #s {
    width: 93%;
}


/* reset twitter embed max-width to 100% */

#content .twitter-tweet-rendered {
    max-width: 100% !important;
}

#content .twt-border {
    max-width: 100% !important;
    min-width: 180px !important;
}


/* Social Links Widget */

.widget .social-links {
    margin: 0 0 20px;
    padding: 0;
    line-height: 100%;
}

.widget .social-links li {
    margin: 0 5px 5px 0;
    padding: 0;
    list-style: none;
    border: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.widget .social-links img {
    vertical-align: middle;
}


/************************************************************************************
FOOTER
*************************************************************************************/

#footerwrap {
    background-color: #111;
    width: 100%;
}

#footer {
    padding: 17px 30px;
    height: 160px;
    position: relative;
}


/* back to top */

.back-top {
    clear: both;
    float: right;
    margin-top: 8px;
    z-index: 111;
}

.back-top a {
    background: rgba(17, 17, 17, 0.63);
    display: inline-block;
    border-radius: 0em;
    border: solid rgba(238, 238, 238, 0.86) 1px;
    padding: 0.2em 1em 0.4em;
    vertical-align: baseline;
    position: relative;
    TEXT-decoration: none!important;
    color: #eee !important;
    font-size: 0.8em !important;
}

.back-top a:before {
    font-family: "FontAwesome";
    font-size: 2em;
    display: inline-block;
    content: '\f106';
    margin: 0 0.3em 0 0px;
    background: transparent;
    padding: 0;
    vertical-align: sub;
}

.back-top a:hover {
    background-color: #333;
}

/* footer nav */
#footer-nav {
    margin: 7px 0 10px;
    padding: 0;
    text-align: left;
}
.footer-nav li {
    padding: 0;
    margin: 0 8px 5px 0;
    list-style: none;
    display: inline-block;
    zoom: 1;
    letter-spacing: 0.025em;
}
.footer-logo {
    width: 20%;
    float: right;
    min-width: 180px;
}

/* footer text */
.footer-text {
    font-size: 90%;
    clear: both;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
.sticky {}
img.alignleft,
img.aligncenter,
img.alignright,
img.alignnone {
    margin-bottom: 15px;
}
.alignleft {
    float: left;
    margin-right: 30px;
}
.alignright {
    float: right;
    margin-left: 30px;
}
.aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    text-align: center;
    margin-bottom: 15px;
    max-width: 100%;
}
.wp-caption-text {
    font-style: italic;
    font-size: 95%;
    line-height: 120%;
    margin: 6px 0;
}

/************************************************************************************
ATTACHMENT SINGLE VIEW
*************************************************************************************/
.attachment.single-attachment,
.single-attachment .attachment {
    float: none;
    margin: 0;
    text-align: left;
}

/************************************************************************************
GALLERY
*************************************************************************************/
#body .gallery {
    margin: 0 0 20px 0;
}

/* gallery item */
#body .gallery .gallery-item {
    margin: 0 8px 8px 0;
    vertical-align: top;
    width: auto;
    float: left;
    text-align: center;
}

/* gallery image */
#body .gallery img {
    border: none;
    vertical-align: middle;
}

/* gallery caption */
#body .gallery .gallery-caption {
    line-height: 120%;
    font-size: 90%;
    text-align: center;
    margin: 5px 0 0;
}

/* GALLERY COLUMN
================================================ */

/* gallery column 1 (display all in one line) */
#body .gallery-columns-1 .gallery-item {
    width: auto;
}
#body .gallery-columns-1 br {
    display: none !important;
}

/* gallery column 2 */
#body .gallery-columns-2 .gallery-item {
    width: 49.2%;
}

/* gallery column 3 */
#body .gallery-columns-3 .gallery-item {
    width: 32.3%;
}

/* gallery column 4 */
#body .gallery-columns-4 .gallery-item {
    width: 23.8%;
}

/* gallery column 5 */
#body .gallery-columns-5 .gallery-item {
    width: 18.8%;
}

/* gallery column 6 */
#body .gallery-columns-6 .gallery-item {
    width: 15.4%;
}

/* gallery column 7 */
#body .gallery-columns-7 .gallery-item {
    width: 13%;
}

/* gallery column 8 */
#body .gallery-columns-8 .gallery-item {
    width: 11.18%;
}

/* gallery column 9 */
#body .gallery-columns-9 .gallery-item {
    width: 9.77%;
}

/* set gallery item margin-right */
#body .gallery-columns-1 .gallery-item,
#body .gallery-columns-2 .gallery-item,
#body .gallery-columns-3 .gallery-item,
#body .gallery-columns-4 .gallery-item,
#body .gallery-columns-5 .gallery-item,
#body .gallery-columns-6 .gallery-item,
#body .gallery-columns-7 .gallery-item,
#body .gallery-columns-8 .gallery-item,
#body .gallery-columns-9 .gallery-item {
    margin: 0 1.5% 1.5% 0;
}

/* clear gallery item margin-right */
#body .gallery-columns-9 .gallery-item:nth-of-type(9n),
#body .gallery-columns-8 .gallery-item:nth-of-type(8n),
#body .gallery-columns-7 .gallery-item:nth-of-type(7n),
#body .gallery-columns-6 .gallery-item:nth-of-type(6n),
#body .gallery-columns-5 .gallery-item:nth-of-type(5n),
#body .gallery-columns-4 .gallery-item:nth-of-type(4n),
#body .gallery-columns-3 .gallery-item:nth-of-type(3n),
#body .gallery-columns-2 .gallery-item:nth-of-type(2n) {
    margin-right: 0;
}

/************************************************************************************
BUILDER
*************************************************************************************/

/* builder row */
.full_width .anthony_builder_row .row_inner {
    width: 978px;
    /* same width as .pagewidth */
    
    max-width: 100%;
    margin: auto;
}
.full_width .anthony_builder_row.fullwidth .row_inner {
    width: auto;
    padding: 0;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.textleft {
    text-align: left;
}
.textright {
    text-align: right;
}
.textcenter {
    text-align: center;
}

/* clearfix */
.clearfix:after,
.widget li:after,
#body:after,
#footer:after,
footer:after,
.pagenav:after,
#main-nav:after,
.menu:after,
.gallery:after,
#content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix,
.widget li,
#body,
#footer,
footer,
.pagenav,
.menu,
.gallery,
#content {
    display: inline-block;
}

/* clearfix for ie7 */
.clearfix,
.widget li,
#body,
#footer,
footer,
.pagenav,
.menu,
.gallery,
#content {
    display: block;
    zoom: 1;
}

/* --- --- -- NEW CODE as of june 2016 --- --- -- */

/* Woocommerce Default Modified Rules*/
@charset "UTF-8";
.clear,
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-message:after {
    clear: both
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@font-face {
    font-family: star;
    src: url(../fonts/star.eot);
    src: url(../fonts/star.eot?#iefix) format("embedded-opentype"), url(../fonts/star.woff) format("woff"), url(../fonts/star.ttf) format("truetype"), url(../fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Oxygen', sans-serif;
    ;
    src: url(../fonts/WooCommerce.eot);
    src: url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../fonts/WooCommerce.woff) format("woff"), url(../fonts/WooCommerce.ttf) format("truetype"), url(../fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal
}
p.demo_store {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, .2)
}
p.demo_store a {
    color: #fff
}
.admin-bar p.demo_store {
    top: 32px
}
.woocommerce .blockUI.blockOverlay {
    position: relative
}
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
    height: 1em;
    width: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    display: block;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    -moz-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}
.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 0.85;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    padding-left: 0.1px;
}
.woocommerce a.remove:hover {
    color: #fff!important;
    background: red;
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    padding: 1em 2em 1em 3.5em!important;
    margin: 0 0 2em!important;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none!important;
    width: auto;
    word-wrap: break-word
}
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-message:before {
    content: " ";
    display: table
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
    font-family: 'Oxygen', sans-serif;
    ;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
    float: right
}
.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li {
    list-style: none!important;
    padding-left: 0!important;
    margin-left: 0!important
}
.woocommerce .woocommerce-message {
    border-top-color: #8fae1b
}
.woocommerce .woocommerce-message:before {
    content: "\e015";
    color: #8fae1b
}
.woocommerce .woocommerce-info {
    border-top-color: #1e85be
}
.woocommerce .woocommerce-info:before {
    color: #1e85be
}
.woocommerce .woocommerce-error {
    border-top-color: #b81c23
}
.woocommerce .woocommerce-error:before {
    content: "\e016";
    color: #b81c23
}
.woocommerce small.note {
    display: block;
    color: #777;
    font-size: .857em;
    margin-top: 10px
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0px 0 0.625em;
    padding: 0em 0 0.5em;
    font-size: .92em;
    color: #777;
    border-bottom: 1px solid #cfcfcf;
}
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-breadcrumb:before {
    content: " ";
    display: table
}
.woocommerce .woocommerce-breadcrumb a {
    color: #777;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center
}
.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
    text-align: center;
}
.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
}
.woocommerce #reviews #comments .add_review:after,
.woocommerce .products ul:after,
.woocommerce div.product form.cart:after,
.woocommerce div.product p.cart:after,
.woocommerce nav.woocommerce-pagination ul,
.woocommerce ul.products:after {
    clear: both
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #666;
    font-size: 1.25em;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    float: left;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: .5;
    margin-left: 1em;
}
.woocommerce div.product p.stock {
    font-size: .92em
}
.woocommerce div.product .stock {
    color: #77a464
}
.woocommerce div.product .out-of-stock {
    color: red
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}
.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    margin-bottom: 4em;
    text-align: left;
    display: inline-block;
        vertical-align: middle;
}
.woocommerce div.product div.images img {
    width: 100%;
    height: auto;
}
.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}
.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em
}
.woocommerce div.product div.social span {
    margin: 0 0 0 2px
}
.woocommerce div.product div.social span span {
    margin: 0
}
.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0
}
.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #d3ced2;
    background-color: #ebe9eb;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none
}
.woocommerce div.product .woocommerce-tabs .panel ul {list-style-type: none;text-align: center;width: 100%;margin: 0;}

.woocommerce div.product .woocommerce-tabs .panel li::before {
     content: " \2022 "; 
     margin-right:1em;
     }  

.woocommerce div.product form.cart:after,
.woocommerce div.product form.cart:before,
.woocommerce div.product p.cart:after,
.woocommerce div.product p.cart:before {
    display: table;
    content: " "
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6b6b6b
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    box-shadow: 2px 2px 0 #fff
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    box-shadow: -2px 2px 0 #fff
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border: 1px solid #d3ced2;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " "
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    left: -6px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #ebe9eb
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    right: -6px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #ebe9eb
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0;
    text-align: center;
}
.woocommerce div.product form.cart,
.woocommerce div.product p.cart {
    margin-bottom: 2em
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 8px 0;
}
.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}
.woocommerce div.product form.cart table td {
    padding-left: 0
}
.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0
}
.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    border: 0;
    vertical-align: top;
    line-height: 2em
}
.woocommerce div.product form.cart .variations label {
    font-weight: 700
}
.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em
}
.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}
.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em
}
.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left
}
.woocommerce div.product form.cart .group_table td.label {
    padding-right: 1em;
    padding-left: 1em
}
.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0
}
.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #825419;
    color: #fff;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
}
.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
    clear: both;
}
.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before {
    content: " ";
    display: table
}
.woocommerce .products ul li,
.woocommerce ul.products li {
    list-style: none;
    width: 48%;
    float: left;
    border-bottom: 1px solid black;
    margin: 5px 1% 0 0;
    min-width: 330px;
    position: relative;
}


.woocommerce ul.products li.product .onsale {
    top: 0;
    left: 15px;
    margin: -.5em -0.5em 0 0;
}
.woocommerce ul.products li.product h3 {
    padding: 0em 0 0.2em;
    margin: 0;
    display: inline-block;
}
.woocommerce ul.products li.product h2 {
    font-size: 1.8em;
}
.woocommerce ul.products li.product a:last-child {
    /* margin-bottom: 1em; */
    /* position: static; */
}


.woocommerce ul.products li.product a {
    text-decoration: none;
    /* position: relative; */
    color: #111;
}
.woocommerce ul.products li.product a img {
    width: 48%;
    margin: 0px 0% 1em 0;
    float: left;
}

.woocommerce .woocommerce-product-wrap.right .description img {
    max-height: 150px;
    width:auto;
    max-width:113px;
    margin-right: 10px;
    float: none;
    display: block;
}
.description {
    display: inline-block;
}
.br_alabel_label.br_alabel_left {

    position: absolute;
}
body.single-product .br_alabel_label {

}
.br_alabel > span {
    position: relative;
    font-size: 15px;
}

@media(min-width:800px) {
.woocommerce ul.products li.product .woocommerce-product-wrap.right img {/* float:left; */}    
.woocommerce ul.products li.product .woocommerce-product-wrap.right  a {}
}
@media(max-width:1001px) {
    .woocommerce ul.products li.product a img {
         max-width: 250px;
    }
}

@media (min-width: 1001px) {
 .woocommerce ul.products li.product h2 {
     font-size:1.5em !important;
 }
}


@media (min-width: 1001px) {
    .woocommerce .products ul li,
.woocommerce ul.products li {height: 390px;}

 .order-wrapper {
     bottom: 0;
     width: 50%;
     display:inline-block;
     right: 0;
     position: absolute;
 }  

}


@media (min-width:1200px) {
        .woocommerce .products ul li,
.woocommerce ul.products li {height: 350px;}

 .woocommerce ul.products li.product h2 {
     font-size:1.6em !important;
 }

 .order-wrapper {
     bottom: 2em;
     width: 24%;
     display:inline-block;
     right: 0;
     position: absolute;
 }   
 .woocommerce .woocommerce-product-wrap.right .description img {
    max-height: 200px;
    width:auto;
    max-width:124px;
    margin-right: 10px;
    float: none;
    display: block;
}
}

.woocommerce ul.products li.product strong {
}
.woocommerce ul.products li.product .star-rating {
    font-size: .857em
}
.woocommerce ul.products li.product .button {
    margin-top: 1em
}
.woocommerce ul.products li.product .price {
    color: black;
    display: block;
    font-weight: 400;
    margin: 0.5em 0 1.25em;
    font-size: 1em;
}
.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    display: inline;
    margin-left: 1em;
}
.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    float: left;
    display: inline;
}
.woocommerce ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0;
    text-transform: uppercase;
    color: rgba(132, 132, 132, .5)
}
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
    margin: 0 0 3em;
    display: inline-block;
    font-size: 0.92em;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    padding: 0.02em 0 0.05em;
}
.woocommerce nav.woocommerce-pagination {
    text-align: center
}
.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    border: 1px solid #d3ced2;
    border-right: 0;
    margin: 1px
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #d3ced2;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ebe9eb;
    color: #8a7e88
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
    opacity: .25;
    padding-right: 2.618em
}
.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    font-family: 'Oxygen', sans-serif;
    ;
    content: "\e01c";
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}
.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
    font-family: 'Oxygen', sans-serif;
    ;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #dad8da;
    text-decoration: none;
    background-image: none;
    color: #515151
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #a46497;
    color: #fff;
    -webkit-font-smoothing: antialiased
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #935386;
    color: #fff
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #a46497;
    color: #fff
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #ebe9eb
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none
}
.woocommerce a.added_to_cart {
    padding-top: .5em;
    white-space: nowrap;
    display: inline-block
}
.woocommerce #reviews #comments .add_review:after,
.woocommerce #reviews #comments .add_review:before,
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:before,
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce #reviews #comments ol.commentlist:before {
    content: " ";
    display: table
}
.woocommerce #reviews h2 small {
    float: right;
    color: #777;
    font-size: 15px;
    margin: 10px 0 0
}
.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #777
}
.woocommerce #reviews h3 {
    margin: 0
}
.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}
.woocommerce #reviews #comment {
    height: 75px
}
.woocommerce #reviews #comments h2 {
    clear: none
}
.woocommerce #review_form #respond:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce .woocommerce-product-rating:after,
.woocommerce td.product-name dl.variation:after {
    clear: both
}
.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}
.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    background: 0;
    border: 0
}
.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #777;
    font-size: .75em
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    box-shadow: none
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em
}
.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none;
    margin: 20px 0 0 50px
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}
.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e4e1e3;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}
.woocommerce #reviews #comments .commentlist>li:before {
    content: ""
}
.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star
}
.woocommerce .star-rating:before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}
.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}
.woocommerce .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}
.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block
}
.woocommerce .woocommerce-product-rating:after,
.woocommerce .woocommerce-product-rating:before {
    content: " ";
    display: table
}
.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left
}
.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}
.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}
.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: 0 0;
    border: 0
}
.woocommerce #review_form #respond:after,
.woocommerce #review_form #respond:before {
    content: " ";
    display: table
}
.woocommerce p.stars a:before,
.woocommerce p.stars a:hover~a:before {
    content: "\e021"
}
.woocommerce #review_form #respond p {
    margin: 0 0 10px
}
.woocommerce #review_form #respond .form-submit input {
    left: auto
}
.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%
}
.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}
.woocommerce p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: 'Oxygen', sans-serif;
    ;
    text-indent: 0
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
    line-height: 1.5;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    border-top: 0;
    margin: 0
}
.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before {
    content: "\e020"
}
.woocommerce p.stars.selected a.active~a:before {
    content: "\e021"
}
.woocommerce p.stars.selected a:not(.active):before {
    content: "\e020"
}
.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, .1);
    margin-bottom: 1.618em;
    width: 60%;
    margin: 0 auto;
    min-width: 300px;
}
.woocommerce table.shop_attributes th {
    width: 50%;
    font-weight: 700;
    padding: 8px;
    text-align: left;
}
.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    text-align: right;
    width: 50%;
}
.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}
.woocommerce table.shop_attributes .alt td,
.woocommerce table.shop_attributes .alt th {
    background: rgba(0, 0, 0, .025)
}
.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 6px 12px;
    vertical-align: middle
}
.woocommerce table.shop_table td small {
    font-weight: 400
}
.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, .1)
}
.woocommerce table.my_account_orders {
    font-size: .85em
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle
}
.woocommerce table.my_account_orders .button {
    white-space: nowrap
}
.woocommerce table.my_account_orders .order-actions {
    text-align: right
}
.woocommerce table.my_account_orders .order-actions .button {
    margin: .125em 0 .125em .25em
}
.woocommerce td.product-name dl.variation {
    margin: .25em 0
}
.woocommerce td.product-name dl.variation:after,
.woocommerce td.product-name dl.variation:before {
    content: " ";
    display: table
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}
.woocommerce td.product-name dl.variation dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li:after {
    clear: both
}
.woocommerce td.product-name dl.variation dd {
    padding: 0 0 .25em
}
.woocommerce td.product-name dl.variation dd p:last-child {
    margin-bottom: 0
}
.woocommerce td.product-name p.backorder_notification {
    font-size: .83em
}
.woocommerce td.product-quantity {
    min-width: 80px
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before {
    content: " ";
    display: table
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, .1)
}
.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li dl:before {
    content: " ";
    display: table
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}
.woocommerce .order_details:after,
.woocommerce .widget_layered_nav ul li:after,
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce-account .addresses .title:after,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce.widget_shopping_cart .buttons:after {
    clear: both
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
    float: none
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 4px 0 0
}
.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0
}
.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:before {
    content: " ";
    display: table
}
.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    -moz-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0
}
.woocommerce form .form-row label {
    line-height: 2
}
.woocommerce form .form-row label.hidden {
    visibility: hidden
}
.woocommerce form .form-row label.inline {
    display: inline
}
.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0
}
.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0
}
.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1
}
.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}
.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: #a00
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #69bf29
}
.woocommerce form .form-row::-webkit-input-placeholder {
    line-height: normal
}
.woocommerce form .form-row:-moz-placeholder {
    line-height: normal
}
.woocommerce form .form-row:-ms-input-placeholder {
    line-height: normal
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px
}
.woocommerce ul#shipping_method {
    list-style: none;
    margin: 0;
    padding: 0
}
.woocommerce ul#shipping_method li {
    margin: 0;
    padding: .25em 0 .25em 22px;
    text-indent: -22px;
    list-style: none
}
.woocommerce ul#shipping_method li input {
    margin: 3px .5ex
}
.woocommerce ul#shipping_method li label {
    display: inline
}
.woocommerce ul#shipping_method .amount {
    font-weight: 700
}
.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}
.woocommerce .order_details {
    margin: 0 0 1.5em;
    list-style: none
}
.woocommerce .order_details:after,
.woocommerce .order_details:before {
    content: " ";
    display: table
}
.woocommerce .order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #d3ced2;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0
}
.woocommerce .order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}
.woocommerce .order_details li:last-of-type {
    border: none
}
.woocommerce .widget_layered_nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none
}
.woocommerce .widget_layered_nav ul li {
    padding: 0 0 1px;
    list-style: none
}
.woocommerce .widget_layered_nav ul li:after,
.woocommerce .widget_layered_nav ul li:before {
    content: " ";
    display: table
}
.woocommerce .widget_layered_nav ul li.chosen a:before,
.woocommerce .widget_layered_nav_filters ul li a:before {
    font-weight: 400;
    line-height: 1;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“";
    color: #a00;
    font-family: 'Oxygen', sans-serif;
    ;
    speak: none;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span {
    padding: 1px 0
}
.woocommerce .widget_layered_nav ul li.chosen a:before {
    margin-right: .618em
}
.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    overflow: hidden;
    zoom: 1
}
.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1px 1px 0;
    list-style: none
}
.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none
}
.woocommerce .widget_layered_nav_filters ul li a:before {
    margin-right: .618em
}
.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}
.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left
}
.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #a46497;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #a46497
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #602053;
    border: 0
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}
.woocommerce-account .addresses .title:after,
.woocommerce-account .addresses .title:before {
    content: " ";
    display: table
}
.woocommerce-account .addresses .title h3 {
    float: left
}
.woocommerce-account .addresses .title .edit,
.woocommerce-account ul.digital-downloads li .count {
    float: right
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}
.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}
.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}
.woocommerce-account ul.digital-downloads li:before {
    font-family: 'Oxygen', sans-serif;
    ;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ";
    text-decoration: none
}
.woocommerce-cart table.cart .product-thumbnail {
    min-width: 32px
}
.woocommerce-cart table.cart img {
    width: 32px;
    box-shadow: none
}
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th {
    vertical-align: middle
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d3ced2;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0;
    line-height: 1
}
.woocommerce-cart table.cart input {
    margin: 0;
    vertical-align: middle;
    line-height: 1
}
.woocommerce-cart .wc-proceed-to-checkout {
    padding: 1em 0
}
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:before {
    content: " ";
    display: table
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em
}
.woocommerce-cart .cart-collaterals .shipping_calculator .button {
    width: 100%;
    float: none;
    display: block
}
.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
    font-family: 'Oxygen', sans-serif;
    ;
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢";
    text-decoration: none
}
#add_payment_method #payment ul.payment_methods li:after,
#add_payment_method #payment ul.payment_methods li:before,
#add_payment_method #payment ul.payment_methods:after,
#add_payment_method #payment ul.payment_methods:before,
.woocommerce-checkout #payment ul.payment_methods li:after,
.woocommerce-checkout #payment ul.payment_methods li:before,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:before {
    content: " ";
    display: table
}
.woocommerce-cart .cart-collaterals .cart_totals p small {
    color: #777;
    font-size: .83em
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 40%
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em
}
.woocommerce-cart .cart-collaterals .cart_totals table small {
    color: #777
}
.woocommerce-cart .cart-collaterals .cart_totals table select {
    width: 100%
}
.woocommerce-cart .cart-collaterals .cart_totals .discount td {
    color: #77a464
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}
#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none
}
#add_payment_method .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .notes {
    clear: left
}
#add_payment_method .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #777;
    font-weight: 400
}
#add_payment_method .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%
}
#add_payment_method #payment ul.payment_methods li:after,
#add_payment_method #payment ul.payment_methods:after,
#add_payment_method .checkout .shipping_address,
.single-product .twentythirteen p.stars,
.woocommerce-checkout #payment ul.payment_methods li:after,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout .checkout .shipping_address {
    clear: both
}
#add_payment_method #payment,
.woocommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none
}
#add_payment_method #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400
}
#add_payment_method #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0
}
#add_payment_method #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none
}
#add_payment_method #payment ul.payment_methods li img+img,
.woocommerce-checkout #payment ul.payment_methods li img+img {
    margin-left: 2px
}
#add_payment_method #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 1em
}
#add_payment_method #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151
}
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
    border-color: #bbb3b9 #c7c1c6 #c7c1c6
}
#add_payment_method #payment div.payment_box::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box::-webkit-input-placeholder {
    color: #bbb3b9
}
#add_payment_method #payment div.payment_box:-moz-placeholder,
.woocommerce-checkout #payment div.payment_box:-moz-placeholder {
    color: #bbb3b9
}
#add_payment_method #payment div.payment_box:-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box:-ms-input-placeholder {
    color: #bbb3b9
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(../images/icons/credit-cards/visa.png)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(../images/icons/credit-cards/mastercard.png)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(../images/icons/credit-cards/laser.png)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(../images/icons/credit-cards/diners.png)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(../images/icons/credit-cards/maestro.png)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(../images/icons/credit-cards/jcb.png)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(../images/icons/credit-cards/amex.png)
}
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(../images/icons/credit-cards/discover.png)
}
#add_payment_method #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #777;
    font-weight: 400
}
#add_payment_method #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}
#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}
#add_payment_method #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    content: "";
    display: block;
    border: 1em solid #dfdcde;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em
}
#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: .83em
}
#add_payment_method #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}
.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px .5em;
    font-size: 1em
}
.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373
}
.woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b
}
.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53
}
.woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733
}
.woocommerce-password-hint {
    margin: .5em 0 0;
    display: block
}
.product.has-default-attributes.has-children>.images {
    opacity: 0;
    display: inline-block;
    width: 48%;
    min-width: 240px;
    max-width: 300px;
    margin: 1em 0 1em;
}
#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
    padding: 0
}
.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}
.twentyfourteen ul.products li.product {
    margin-top: 0!important
}
body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}
.twentysixteen .price ins {
    background: inherit;
    color: inherit
}

/* Woocommerce Added Rules */
.woocommerce-product-wrap.right {
    width: 52%;
    /* clear: both; */
}
.woocommerce .products p {
    min-height: 2.1em;
}
.woocommerce .woocommerce-result-count {
    float: left;
}
.woocommerce .woocommerce-ordering {
    float: right;
}
.woocommerce a {
    color: #666;
    text-decoration: underline;
}
.woocommerce ul.products li.product a:hover h3 {
    text-decoration: underline;
}
.woocommerce .related.products {
    padding-top: 4em;
    text-align: left;
		display: none;
}
.woocommerce .related.products > h2 {
    border-bottom: 1px solid #d3ced2;
    margin-bottom: 1em;
    text-align: center;
	display: none;
}

.size-guide {
    max-width:820px;
    width:100%;
}
/* Helpers */
.block {
    display: block
}
.uppercase {
    text-transform: uppercase;
}
.gradient-fade {
    background: -moz-linear-gradient(top, rgba(131, 120, 109, 0) 0%, rgba(131, 120, 109, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(131, 120, 109, 0) 0%, rgba(131, 120, 109, 1) 100%);
    background: linear-gradient(to bottom, rgba(131, 120, 109, 0) 0%, rgba(131, 120, 109, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0083786d', endColorstr='#83786d', GradientType=0);
}

/*login*/

/*Header */
#header nav {
    height: 3.2em;
    font-family: 'Oxygen', sans-serif;
    font-weight: lighter;
    margin: 3em 0 1.5em;
    width: 80%;
    position: relative;
    float: right;
}

/*Masonry*/
.ms-item {
    width: 48%;
}

/* Footer */
.footer-widgets .first {
    width: 100%;
    position: absolute;
    bottom: -6px;
    font-size: 0.66em;
    margin: 0;
    padding: 0;
    height: 2.5em;
}
.footer-nav li:last-child {
    margin-right: 0;
}

/* Contact page */
.contact-top {
    margin-top: 39px;
}
span.wpcf7-quiz-label {
    width: 10%;
    float: left;
    margin-top: 0.7em;
    min-width: 3em;
}

input.wpcf7-form-control.wpcf7-quiz {
    margin-top: 5px;
    margin-right: 2%;
    min-width: 170px;
    float: right;
    width: 82%;
    margin-bottom: 1em;
}
@media (max-width: 500px) {
    input.wpcf7-form-control.wpcf7-quiz {
        width:65%;
}
}

.default-theme.woocommerce-products-carousel-all-in-one .woocommerce-products-carousel-all-in-one-slide {
    padding:1.5% 0 !important;
}