@font-face{
    font-family:'star';
    src:url('../../../plugins/woocommerce/assets/fonts/star.eot');
    src:url('../../../plugins/woocommerce/assets/fonts/star.eot#iefix') format('embedded-opentype'), 
        url('../../../plugins/woocommerce/assets/fonts/star.woff') format('woff'), 
        url('../../../plugins/woocommerce/assets/fonts/star.ttf') format('truetype'), 
        url('../../../plugins/woocommerce/assets/fonts/star.svg') format('svg');
    font-weight:normal;
    font-style:normal
}

.woocommerce-pagination{
    padding: 0 0 40px;
}

.woocommerce table {
    text-align: left;
}

.woocommerce table tr td {
    background: none;
    color: #777;
}

.woocommerce table th {
    background: none;
    text-align: left;
}

.woocommerce table td {
    text-align: left;
}

ul.woocommerce-error {
    list-style: none;
    margin-bottom: 10px;
}

.woocommerce div.message, 
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
    position: relative;
    display: block;
    margin: 0 0 25px;
    padding: 12px 15px;
    background-color: #fff;
    font-size: 15px;
    line-height: 36px;
}

.woocommerce div.message h3, 
.woocommerce .woocommerce-message h3,
.woocommerce .woocommerce-error h3,
.woocommerce .woocommerce-info h3{
    font-size: 15px;
}

.woocommerce .woocommerce-message a.button {
    float: right;
}

.woocommerce .woocommerce-message h3 {
	display: inline-block;
	float: left;
	padding: 5px 0 0;
}

ul.woocommerce-error li {
    margin-bottom: 10px;
}

ul.woocommerce-error li:last-child {
    margin-bottom: 0;
}

.woocommerce del,
.woocommerce-page del {
    color: #777;
}

.woocommerce li.product del,
.woocommerce-page li.product del {
    line-height: 20px;
}

.woocommerce del .amount, .woocommerce-page del .amount {
    margin-right: 10px;
    font-size: 17px;
}

.woocommerce ul.woocommerce-error {
    list-style: none;
}

.woocommerce ul.woocommerce-error strong{
    font-weight: 400;
    color: #00c6ff;
}

.woocommerce p.form-row {
    margin-bottom: 20px;
}

.woocommerce p.form-row label {
    display: block;
    margin-bottom: 3px;
}

.woo-my-account-rememberme{
    margin: 20px 0 0 !important;
}

.woocommerce input[type='text']:not(.qode_search_field),
.woocommerce input[type='password'],
.woocommerce input[type='email'],
.woocommerce input[type='tel'],
.woocommerce-page input[type='text']:not(.qode_search_field),
.woocommerce-page input[type='password'],
.woocommerce-page input[type='email'],
.woocommerce-page input[type='tel'],
.woocommerce textarea,
.woocommerce-page textarea {
    font-family: inherit;
    padding: 9px 15px;
    margin: 0;
    border: 0;
    outline: 0;
    resize: none;
    font-size: 13px;
    background-color: #fff;
    color: #777;
}

.woocommerce .button,
.woocommerce-page .button,
.woocommerce-page input[type="submit"],
.woocommerce input[type="submit"],
.woocommerce ul.products li.product .added_to_cart,
.woocommerce-account table.my_account_orders tbody tr td.order-actions a{
    position: relative;
    display: inline-block;
    width: auto;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0px 25px;
    font-size: 12px;
    text-align: left;
    color: #fff;
    background-color: #00c6ff;
    font-family: 'Open Sans',sans-serif;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    font-style: normal;
    text-shadow: none;
    overflow: hidden;
    border: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
}

.woocommerce-message.call_to_action .qbutton{
	float:right;
}

.select2-container .select2-choice {
    border: none;
    padding: 10px 17px;
}

.select2-container .select2-choice .select2-arrow b:after {
    border: none;
}

.select2-drop-active {
    border: none;
}

.woocommerce .button:hover,
.woocommerce-page .button:hover,
.woocommerce ul.products li.product a.qbutton:hover,
.woocommerce-page ul.products li.product a.qbutton:hover,
.woocommerce ul.products li.product .added_to_cart:hover{
    color: #fff !important;
    background-image: url(img/button-bg-px.png);
    background-repeat: repeat;
}

.woocommerce ul.products li.product .add-to-cart-button,
.woocommerce ul.products li.product .added_to_cart,
.woocommerce ul.products li.product a.qbutton.out-of-stock-button {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin: -18px 0 0 -58px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -ms-transform: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.woocommerce ul.products li.product:hover .added_to_cart{
    margin: -18px 0 0 -52px;
}

.woocommerce ul.products li.product a.qbutton.add-to-cart-button:hover,
.woocommerce ul.products li.product a.qbutton.added_to_cart:hover,
.woocommerce ul.products li.product a.qbutton.out-of-stock-button:hover{
    color: #222 !important;
    background-color: #fff !important;
} 

.woocommerce ul.products li.product:hover .add-to-cart-button,
.woocommerce ul.products li.product:hover .added_to_cart,
.woocommerce ul.products li.product:hover a.qbutton.out-of-stock-button {
    opacity: 1;
    visibility: visible;
}

.woocommerce ul.products li.product .top-product-section{
    position: relative;
}

.woocommerce ul.products li.product a.product-category img{
    display: block;
}

.woocommerce ul.products li.product .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -ms-transform: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.woocommerce ul.products li.product:hover .image-wrapper{
    background-color: #222;
    background-color: rgba(34,34,34,0.7);
}

.woocommerce .select2-container,
.woocommerce-page .select2-container {
    width: 100%;
}

.woocommerce .select2-container.select2-dropdown-open,
.woocommerce-page .select2-container.select2-dropdown-open{
    border-radius: 2px 2px 0 0;
}

.woocommerce .select2-dropdown-open,
.woocommerce-page .select2-dropdown-open {
    background: none;
}

.woocommerce .select2-container .select2-choice,
.woocommerce-page .select2-container .select2-choice,
.woocommerce .select2-dropdown-open.select2-drop-above .select2-choice,
.woocommerce .select2-dropdown-open.select2-drop-above .select2-choices,
.woocommerce-page .select2-dropdown-open.select2-drop-above .select2-choice,
.woocommerce-page .select2-dropdown-open.select2-drop-above .select2-choices {
    background-color: #fff;
    color: #777;
    border: 0;
    height: 36px;
    line-height: 36px;
    padding-left: 1.568265682656827%;
}

.woocommerce .select2-results .select2-result-label,
.woocommerce-page .select2-results .select2-result-label {
    padding-left: 12px;
}

.woocommerce .select2-container .select2-choice .select2-arrow,
.woocommerce-page .select2-container .select2-choice .select2-arrow {
    width: 35px;
    height: 31px;
    background-image: none !important;
    background: none !important;
    border-left: none;
    margin-top: 4px;
}

.woocommerce .select2-container .select2-choice .select2-arrow b,
.woocommerce-page .select2-container .select2-choice .select2-arrow b {
	position:relative;
}

.woocommerce .select2-container .select2-choice .select2-arrow .select2-arrow:after ,
.woocommerce-page .select2-container .select2-choice .select2-arrow:after {
	color: #777777;
    content: "";
    font-family: 'FontAwesome',serif;
    font-size: 14px;
    height: 100%;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}
.woocommerce .select2-results li.select2-highlighted,
.woocommerce-page .select2-results li.select2-highlighted {
    background: none;
    color: #00c6ff;
}

.woocommerce .select2-drop.select2-drop-above .select2-search input[type="text"],
.woocommerce-page .select2-drop.select2-drop-above .select2-search input[type="text"],
.woocommerce .select2-drop .select2-search input[type="text"],
.woocommerce-page .select2-drop input[type="text"],
.woocommerce .select2-results,
.woocommerce-page .select2-results {
    padding: 5px;
    background-color: #fff;
}

.woocommerce .chosen-container.chosen-container-single .chosen-single,
.woocommerce-page .chosen-container.chosen-container-single .chosen-single,
.woocommerce-checkout .chosen-container.chosen-container-single .chosen-single{
    background: none;
    background-color: #fff;
    border: 0;
    padding-left: 2.5%;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    font-family: inherit;
    height: 36px !important;
    line-height: 36px !important;
    font-size: 13px;
    font-weight: 400;
    color: #777;
}

.woocommerce-checkout .form-row #billing_country_chzn.chzn-container-single .chzn-single div b,
.woocommerce-checkout .form-row #shipping_country_chzn.chzn-container-single .chzn-single div b,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b,
.woocommerce-account .form-row .chosen-container-single .chosen-single div b{
    background: url(img/wc_select_arrow.png) no-repeat !important;
    margin-top: 4px;
    margin-right: 4px;
    width: 36px;
    height: 39px;
}

.woocommerce-checkout .form-row .chosen-container-active .chosen-single-with-drop div,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single div,
.woocommerce-account .form-row .chosen-container-active .chosen-single-with-drop div,
.woocommerce-account .form-row .chosen-container-single .chosen-single div{
    width: 35px;
    margin-right: 4px;
}

.woocommerce-checkout .form-row .chosen-container .chosen-drop,
.woocommerce-account .form-row .chosen-container .chosen-drop{
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -s-border-radius: 0 !important;
    border-radius: 0 !important;
    border-color: #eaeaea;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
}

.woocommerce-checkout .chosen-container .chosen-results li,
.woocommerce-account .chosen-container .chosen-results li{
    padding: 12px 0 10px 10px;
}

.woocommerce-checkout .chosen-container .chosen-results li.active-result.highlighted,
.woocommerce-account .chosen-container .chosen-results li.active-result.highlighted{
    background: transparent;
    color: #00c6ff;
}

.woocommerce-checkout .form-row .chosen-container-single .chosen-search input,
.woocommerce-account .form-row .chosen-container-single .chosen-search input{
    padding-left: 7px !important;
    padding-top: 7px;
    padding-bottom: 7px;
    background: none !important;
    border: 1px solid #eaeaea;
    border-radius: 4px;
}

.woocommerce ins,
.woocommerce-page ins {
    text-decoration: none;
}

.woocommerce div.pp_woocommerce .pp_arrow_previous,
.woocommerce div.pp_woocommerce .pp_arrow_next,
.woocommerce-page div.pp_woocommerce .pp_arrow_previous,
.woocommerce-page div.pp_woocommerce .pp_arrow_next {
    margin-top: 2px !important;
}
/* ==========================================================================
   Catalog page styles
   ========================================================================== */
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
    width: 50%;
    height: 62px;
}

.woocommerce .woocommerce-result-count {
    float: right;
    text-align: right;
    line-height: 35px;
    height: 60px;
    margin-bottom: 0;
}

.woocommerce .woocommerce-ordering .select2-container.orderby {
    width: 200px;
}

.woocommerce .select2-container.orderby .select2-choice,
.woocommerce-page .select2-container.orderby .select2-choice,
.woocommerce .select2-dropdown-open.select2-drop-above.orderby .select2-choice,
.woocommerce .select2-dropdown-open.select2-drop-above.orderby .select2-choices,
.woocommerce-page .select2-dropdown-open.select2-drop-above.orderby .select2-choice,
.woocommerce-page .select2-dropdown-open.select2-drop-above.orderby .select2-choices {
    padding-left: 16px;
    line-height: 37px;
    height: 37px;
    background-color: #fff;
    background-image: none;
    border: 0;
}

/* Catalog product styles
   ========================================================================== */
.woocommerce ul.products {
    list-style: none;
	margin:0 0 18px;
    padding: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 23%;
    margin-right: 2.42471%;
    float: left;
    margin-bottom: 42px;
    position: relative;
}

.woocommerce .two_columns_66_33 ul.products li.product,
.woocommerce-page .two_columns_66_33 ul.products li.product,
.woocommerce .two_columns_75_25 ul.products li.product,
.woocommerce-page .two_columns_75_25 ul.products li.product,
.woocommerce .two_columns_25_75 ul.products li.product,
.woocommerce-page .two_columns_25_75 ul.products li.product,
.woocommerce .two_columns_33_66 ul.products li.product,
.woocommerce-page .two_columns_33_66 ul.products li.product,
.woocommerce .two_columns_66_33 ul.products li.product:nth-child(4n),
.woocommerce-page .two_columns_66_33 ul.products li.product:nth-child(4n),
.woocommerce .two_columns_75_25 ul.products li.product:nth-child(4n),
.woocommerce-page .two_columns_75_25 ul.products li.product:nth-child(4n),
.woocommerce .two_columns_25_75 ul.products li.product:nth-child(4n),
.woocommerce-page .two_columns_25_75 ul.products li.product:nth-child(4n),
.woocommerce .two_columns_33_66 ul.products li.product:nth-child(4n),
.woocommerce-page .two_columns_33_66 ul.products li.product:nth-child(4n){
    width: 30.6%;
    margin-right: 4% !important;
}

.woocommerce ul.products li.product:nth-child(4n),
.woocommerce-page ul.products li.product:nth-child(4n),
.woocommerce .two_columns_66_33 ul.products li.product:nth-child(3n),
.woocommerce-page .two_columns_66_33 ul.products li.product:nth-child(3n),
.woocommerce .two_columns_75_25 ul.products li.product:nth-child(3n),
.woocommerce-page .two_columns_75_25 ul.products li.product:nth-child(3n),
.woocommerce .two_columns_25_75 ul.products li.product:nth-child(3n),
.woocommerce-page .two_columns_25_75 ul.products li.product:nth-child(3n),
.woocommerce .two_columns_33_66 ul.products li.product:nth-child(3n),
.woocommerce-page .two_columns_33_66 ul.products li.product:nth-child(3n){
    margin-right: 0 !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product a.product-category {
    display: block;
    height: 100%;
}

.woocommerce .product .onsale,
.woocommerce .product .single-onsale {
    position: absolute;
    top: 15px;
    padding: 0.8em 0.6em;
    font-family: 'museo300', 'Open Sans';
    font-size: 15px;
    color: #fff;
    background-color: #00c6ff;
    -webkit-border-radius: 3.333333333333333em;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    z-index: 100;
}

.woocommerce .product .onsale{
    padding: 0.9em 0.7em;
}

.woocommerce .product .onsale {
    left: 15px;
    top: 15px;
}

.woocommerce .product .onsale.out-of-stock-button{
    left: auto;
    right: 15px;
    width: 35px;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    background-color: #ec5126;
}

.woocommerce .product .single-onsale {
    left: 5px;
}

.woocommerce ul.products li.product .product-categories{
    display: block;
    text-align: center;
    margin: 9px 0;
}

.woocommerce ul.products li.product .product-categories a{
    font-family: inherit;
    font-size: 13px;
    color: #777;
}

.woocommerce ul.products li.product .product-separator{
    position: relative;
    display: block;
    height: 1px;
    width: 52px;
    margin: 0 auto;
    background-color: #e4e4e4;
}

.woocommerce ul.products li.product h4{
    text-align: center;
    padding: 0 15px;
    margin: 7px 0 0;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
}

.woocommerce ul.products li.product h4:hover{
    color: #00c6ff;
}

.woocommerce ul.products li.product .price {
    display: block;
    font-family: 'museo300', 'Open Sans';
    font-size: 17px;
    color: #00c6ff;
    text-align: center;
    margin: 5px 0 0;
}

.woocommerce ul.products li.product .add_to_cart_button.added {
    display: none;
}

/* Catalog pagination styles
   ========================================================================== */
.woocommerce-pagination ul.page-numbers {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.woocommerce-pagination ul.page-numbers li {
    float: left;
    padding: 0;
    margin: 0;
    line-height: 40px;
}

.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 1px 0 0;
    background-color: #fff;
    text-align:center;
    font-family: 'museo300', 'Open Sans';
    font-size: 11px;
    color: #222;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    border: 0;
    outline: none;
    text-shadow: none;
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.woocommerce-pagination ul.page-numbers li span.current,
.woocommerce-pagination ul.page-numbers li a:hover{
    color: #fff;
    background-color: #222;
}

/* ==========================================================================
   Product page styles
   ========================================================================== */
.woocommerce div.product {
    position: relative;
}

.woocommerce .product .images {
    float: left;
    width: 41%;
    margin-right: 2.2%;
    margin-bottom: 40px;
}

.woocommerce div.product .images img,
.woocommerce div.product .images .thumbnails a img{
    max-width: 100%;
    display: block;
}

.woocommerce div.product .images .thumbnails a {
    display: inline-block;
    width: 24.625%;
    margin-right: 0.5%;
}

.woocommerce div.product .images .thumbnails a:nth-child(4n) {
    margin-right: 0;
}

.woocommerce div.product .images .thumbnails{
    margin: 1px 0;
}

.woocommerce .summary .product-categories,
.woocommerce .summary .product-categories a{
    display: block;
}

.woocommerce .summary .product-categories a{
    font-family: inherit;
    font-size: 13px;
    color: #777;
    margin: -5px 0 0;
}

.woocommerce .summary .product-separator{
    position: relative;
    display: block;
    height: 1px;
    width: 52px;
    background-color: #e4e4e4;
    margin: 14px 0 15px;
}

.woocommerce .product h1.product_title,
.woocommerce div.product .summary p.price span.amount{
    font-family: 'museo300', 'Open Sans';
    font-size: 24px;
    margin: 0 0 9px;
}

.woocommerce div.product .summary p.price span.amount {
    color: #00c6ff;
    margin: 0;
}

.woocommerce div.product div[itemprop='offers'] {
    margin-bottom: 20px;
}

.woocommerce div.product p[itemprop='price'] del,
.woocommerce div.product p[itemprop='price'] del span.amount {
    color: #777;
}

.woocommerce-product-rating{
    display: block;
    margin: 0 0 15px;
}

.woocommerce div.product .cart {
    margin: 28px 0;
}

.woocommerce div.product .cart .quantity {
    float: left;
    margin-right: 23px;
    height: 36px;
}

.woocommerce .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce-page #content .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce #content .quantity .plus,
.woocommerce-page .quantity .plus,
.woocommerce-page #content .quantity .plus {
    display: inline;
    width: 15px;
    height: 15px;
    margin: 10px 0;
    padding: 0;
    font-family: inherit;
    line-height: 15px;
    color: #222;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 30px;
    outline: none;
    cursor: pointer;
    box-sizing: content-box;
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.woocommerce .quantity .minus:hover,
.woocommerce #content .quantity .minus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce-page #content .quantity .minus:hover,
.woocommerce .quantity .plus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce-page .quantity .plus:hover,
.woocommerce-page #content .quantity .plus:hover{
    color: #fff;
    background-color: #00c6ff;
    border-color: #00c6ff;     
}

.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
    display: inline;
    height: 36px;
    width: 28px;
    padding: 0;
    font-family: 'museo300', 'Open Sans';
    color: #222;
    font-size: 15px;
    line-height: 36px;
    border: 0;
    background: none;
    text-align: center;
}

.woocommerce div.product div.product_meta > span {
    display: block;
    position: relative;
    color: #222;
    margin: 0 0 5px;
}

.woocommerce div.product div.product_meta > span span,
.woocommerce div.product div.product_meta > span a {
    color: #777;
    margin-left: 3px;
    text-transform: capitalize;
}

.woocommerce .summary {
    float: right;
    width: 56.7%;
    margin-bottom: 40px;
}

.woocommerce .summary p.stock.out-of-stock{
    color: #00c6ff;
}

.woocommerce .woocommerce-tabs {
    margin-top: 30px;
}

.woocommerce .woocommerce-tabs .tabs-nav li.active{
    border-bottom-color: #fff;
}

.woocommerce .woocommerce-tabs .tabs-container,
.woocommerce .woocommerce-tabs .tabs-nav li a{
    background-color: #fff;
}

.woocommerce div.product div.upsells,
.woocommerce div.product div.related {
    clear: both;
}

.woocommerce div.product div.upsells h4,
.woocommerce div.product div.related h4 {
    margin-bottom: 15px;
}

.woocommerce p.stars span,
.woocommerce-page p.stars span {
    width: 80px;
    height: 16px;
    position: relative;
    float: left;
    background: url(img/star.png) repeat-x left 0;
}

.woocommerce p.stars span a:hover,
.woocommerce p.stars span a:focus,
.woocommerce-page p.stars span a:hover,
.woocommerce-page p.stars span a:focus {
    background: url(http://goatpunks.com/wp-content/themes/eden/images/star.png) repeat-x left -16px;
}

.woocommerce p.stars span a.star-1,
.woocommerce-page p.stars span a.star-1 {
    width: 16px;
    z-index: 10;
}

.woocommerce p.stars span a.star-2,
.woocommerce-page p.stars span a.star-2 {
    width: 32px;
    z-index: 9;
}

.woocommerce p.stars span a.star-3,
.woocommerce-page p.stars span a.star-3 {
    width: 48px;
    z-index: 8;
}

.woocommerce p.stars span a.star-4,
.woocommerce-page p.stars span a.star-4 {
    width: 64px;
    z-index: 7;
}

.woocommerce p.stars span a.star-5,
.woocommerce-page p.stars span a.star-5 {
    width: 80px;
    z-index: 6;
}

.woocommerce p.stars span a,
.woocommerce-page p.stars span a {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 0;
    padding-top: 16px;
    overflow: hidden;
}

.woocommerce p.stars span a:hover,
.woocommerce p.stars span a:focus,
.woocommerce-page p.stars span a:hover,
.woocommerce-page p.stars span a:focus {
    background: url(img/star.png) repeat-x left -16px;
}

.woocommerce p.stars span a.active,
.woocommerce-page p.stars span a.active {
    background: url(img/star.png) repeat-x left -32px;
}

.woocommerce p.stars {
    height: 16px;
}

.woocommerce ol.commentlist {
    list-style: none;
}

.woocommerce div[itemprop="aggregateRating"] .star-rating {
    display: none;
}

.woocommerce .star-rating,
.woocommerce-page .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1em;
    font-size: 1.1em;
    width: 5.4em;
    font-family: 'star';
    color: #f4d83a;
}

.woocommerce .star-rating span,
.woocommerce-page .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.woocommerce .star-rating:before,
.woocommerce-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #dfdbdf;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}

.woocommerce li.product div.star-rating {
    display: none;
}

.woocommerce ol.commentlist li.comment img.avatar {
    float: left;
    margin-right: 10px;
}

.woocommerce #reviews h2 {
    display: none;
}

.woocommerce #reviews .add_review {
    margin-top: 15px;
}

.woocommerce ol.commentlist li:before,
.woocommerce ol.commentlist li:after,
.woocommerce aside ul.product_list_widget li:before,
.woocommerce aside ul.product_list_widget li:after,
.woocommerce aside ul.product_list_widget li:after,
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-message:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.woocommerce ol.commentlist li:after,
.woocommerce aside ul.product_list_widget li:after,
.woocommerce .woocommerce-message:after {
    clear: both;
}

.woocommerce ol.commentlist li {
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid #e0dede;
}

.woocommerce #comments .noreviews {
    padding: 0 15px;
}

.woocommerce ol.commentlist li:first-child {
    padding-top: 0;
}

.woocommerce ol.commentlist li,
.woocommerce aside ul.product_list_widget li,
.woocommerce .woocommerce-message {
    *zoom: 1;
}

.woocommerce div.summary div.comment-text div[itemprop="description"] {
    margin: 0;
}

.woocommerce #commentform input[type="text"],
.woocommerce #commentform input[type="email"],
.woocommerce #commentform textarea {
    display: block;
    padding-left: 2.6%;
    padding-right: 2.6%;
    width: 94.8%;
}

.woocommerce .comment-form-comment label {
    margin-bottom: 15px;
    display: inline-block;
}

.woocommerce #respond #reply-title {
    margin-bottom: 20px;
}

/* ==========================================================================
   My account page styles
   ========================================================================== */
.woocommerce .myaccount_user {
    margin-bottom: 20px;
}

.woocommerce .myaccount_address {
    margin: 20px 0 20px 0;
}

.woocommerce .addresses header {
    background: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    height: auto;
    position: relative;
    text-align: left;
    padding-bottom: 6px;
    border-bottom: none;
    margin-bottom: 10px;
}

.woocommerce .addresses address {
    font-style: normal;
}

.woocommerce .addresses header a.edit {
    height: 27px;
    line-height: 27px;
    padding: 0 15px;
}

.woocommerce .addresses .col-1.address,
.woocommerce .addresses .col-2.address {
    width: 45%;
}

.woocommerce .addresses .col-1,
.woocommerce .addresses .col-2 {
    width: 23.61623616236162%;
    margin-right: 1.845018450184502%;
}

.woocommerce .addresses header.title {
    position: static;
}

.woocommerce .addresses .col-1.address {
    margin-right: 2.909090909090909%;
}

.woocommerce .addresses .col-2.address {
    float: right;
}

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

.woocommerce .addresses:after {
    clear: both;
}

.woocommerce .addresses {
    *zoom: 1;
    margin-bottom: 70px;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 30%;
    padding: 0 30px 0 0;
    margin: 0 0 40px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #e0dede;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e0dede;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #00c6ff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    color: #222;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    color: #00c6ff;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
    padding: 0 0 0 30px;
    margin: 0 0 40px;
}

/* Edit address page styles
   ========================================================================== */
form#set-address-form input[type="text"],
form#set-address-form select {
    width: 93%;
    padding-left: 3.288201160541586%;
    padding-right: 3.288201160541586%;
}

form#set-address-form p.form-row-wide input[type="text"] {
    width: 97.54716981132076%;
    padding-left: 1.226415094339623%;
    padding-right: 1.226415094339623%;
}

form#set-address-form h3 {
    margin-bottom: 20px;
}

.woocommerce form#set-address-form .form-row-first,
.woocommerce form#set-address-form .form-row-last,
.woocommerce-page form#set-address-form .form-row-first,
.woocommerce-page form#set-address-form .form-row-last {
    float: left;
    width: 47%;
    overflow: visible;
}

.woocommerce form#set-address-form .form-row-last,
.woocommerce-page form#set-address-form .form-row-last {
    float: right;
}

.woocommerce form#set-address-form,
.woocommerce-account form#set-address-form2{
    margin-bottom: 30px;
}

.woocommerce-account table.my_account_orders {
    margin: 25px 0;
    width: 100% !important;
}

.woocommerce-account table.my_account_orders tbody tr td{
    vertical-align: middle;
}

.woocommerce-account table.my_account_orders tbody tr td.order-actions {
    text-align: right;
}

.woocommerce-account table.my_account_orders tbody tr td.order-actions a{
    top: 3px;
}

.woocommerce-account .chosen-container{
    width: 100% !important;
}

.woocommerce-account form#set-address-form .form-row-first, 
.woocommerce-account form#set-address-form .form-row-last{
    width: 49%;
}

.woocommerce-account table.my_account_orders thead tr th,
.woocommerce-account table.my_account_orders tbody tr td{
    background-color: #fff !important;
}

/* ==========================================================================
   Lost password page styles
   ========================================================================== */

.woocommerce form.lost_reset_password input[type='text'] {
    width: 185px;
}

.woocommerce form.lost_reset_password p.form-row {
    margin-top: 20px;
}

.woocommerce form.lost_reset_password label {
    display: none;
}

.woocommerce .change-pass-field {
    width: 25%;
    margin-right: 20px;
}

/* ==========================================================================
   Login and register page styles
   ========================================================================== */
.woocommerce .col-1,
.woocommerce .col-2 {
    float: left;
    width: 49.07749077490775%; /* 532px / 1084px */
}

.woocommerce .col-1 {
    margin-right: 1.845018450184502%; /* 20px / 1084px */
}

.woocommerce #customer_login .col-1 h2,
.woocommerce #customer_login .col-2 h2 {
    margin-bottom: 17px;
}

.woocommerce #customer_login .span-3 {
    width: 47.40740740740741%;
    float: left;
    margin-right: 3.703703703703704%;
}

.woocommerce #customer_login .form-row-last {
    margin-right: 0;
}

.woocommerce #customer_login input[type="text"],
.woocommerce #customer_login input[type="password"],
.woocommerce #customer_login input[type="email"] {
    width: 85.5%;
}

.woocommerce #customer_login #reg_email {
    width: 91.5%;
}

.woocommerce #customer_login .lost_password,
.woo-lost_password2{
    margin-left: 23px;
}

/* ==========================================================================
   Cart page styles
   ========================================================================== */
.woocommerce table.cart,
.woocommerce-page table.cart {
    width: 100%;
}

.woocommerce-page table tr:nth-child(odd) td {
    background: transparent !important;
}

.woocommerce .checkout table.shop_table thead tr,
.woocommerce-page .checkout table.shop_table thead tr,
.woocommerce table.cart thead tr,
.woocommerce-page table.cart thead tr,
.woocommerce-account table.my_account_orders thead tr{
    border: 1px solid #e4e4e4;
}

.woocommerce .checkout table.shop_table tfoot,
.woocommerce-page .checkout table.shop_table tfoot,
.woocommerce .checkout table.shop_table tbody,
.woocommerce-page .checkout table.shop_table tbody,
.woocommerce-account table.my_account_orders tfoot,
.woocommerce-account table.my_account_orders tbody{
    border: 1px solid #e4e4e4;
    border-top: 0;
}

.woocommerce .checkout table.shop_table tbody,
.woocommerce-page .checkout table.shop_table tbody{
    border-bottom: 0;
}

.woocommerce .checkout table.shop_table thead tr th,
.woocommerce-page .checkout table.shop_table thead tr th,
.woocommerce table.cart thead tr th,
.woocommerce-page table.cart thead tr th,
.woocommerce-account table.my_account_orders thead tr th,
.woocommerce-page table.my_account_orders thead tr th {
    padding: 13px 10px;
}

.woocommerce-cart table.cart thead th,
.woocommerce-checkout .checkout table thead th,
.woocommerce-account table.my_account_orders thead tr th,
.woocommerce-page table.my_account_orders thead tr th {
    font-family: 'museo300', 'Open Sans';
    font-size: 15px;
    font-weight: 400;
    color: #222;
}

.woocommerce-cart table.cart tbody tr,
.woocommerce-account table.my_account_orders tbody tr {
    border: 1px solid #e4e4e4;
}

.woocommerce-cart table.cart tbody tr td,
.woocommerce-checkout .checkout table tbody tr td {
    vertical-align: middle;
}

.woocommerce-cart table.cart tbody tr td a,
.woocommerce-checkout .checkout table tbody tr td a {
    color: #777;
}

.woocommerce table.cart tbody tr td img {
    display: block;
    width: 60px;
}

.woocommerce table.cart tbody tr span.amount,
.woocommerce-page table.cart tbody span.amount {
    font-family: inherit;
    color: #777;
}

.woocommerce table.cart tr, 
.woocommerce-page table.cart tr{
    background-color: #fff;
}

.woocommerce table.cart tbody tr:last-child,
.woocommerce-page table.cart tbody tr:last-child {
    border: none;
    background-color: transparent !important;
}

.woocommerce table.cart tbody td.product-remove,
.woocommerce-page table.cart tbody td.product-remove {
    text-align: center;
    border-right: 1px solid #e4e4e4;
}

.woocommerce table.cart tbody td.product-remove a.remove,
.woocommerce-page table.cart tbody td.product-remove a.remove {
    width: 13px;
    height: 100%;
    display: inline-block;
    background: url(img/wc_delete_icon.png) no-repeat center;
    text-indent: -9999px;
}

.woocommerce table.cart div.coupon,
.woocommerce-page table.cart div.coupon {
    float: left;
}

.woocommerce table.cart div.coupon label,
.woocommerce-page table.cart div.coupon label {
    display: none;
}

.woocommerce table.cart div.coupon .input-text,
.woocommerce-page table.cart div.coupon .input-text,
.woocommerce.woocommerce-checkout div.coupon .input-text,
.woocommerce-page.woocommerce-checkout div.coupon .input-text {
    position: relative;
    top: 1px;
    width: 158px;
    margin: 0 15px 0 0;
    padding: 5px 13px;
    height: 26px;
}

.woocommerce table.cart div.coupon .input-text,
.woocommerce-page table.cart div.coupon .input-text{
    font-family: inherit;
    color: #777;
    background-color: #fff;
    border: 0;
    outline: 0;
    resize: none;
}

.woocommerce table.cart div.coupon .button,
.woocommerce-page table.cart div.coupon .button {
    padding-left: 22px !important;
    padding-right: 22px !important;
    top: 1px !important;
}

.woocommerce table.cart td.actions {
    text-align: right;
    padding: 24px 0;
}

.woocommerce table.cart td.actions input[type="submit"] {
    position: relative;
    top: 3px;
}

.woocommerce table.cart td.actions > .checkout-button,
.woocommerce-page table.cart td.actions > .checkout-button {
    float: right;
    padding-left: 0.9225092250922509% !important;
    padding-right: 0.9225092250922509% !important;
    margin-left: 1.845018450184502%;
}

.woocommerce div.cart-collaterals,
.woocommerce-page div.cart-collaterals {
    margin-top: 20px;
}

.woocommerce-page .cart-collaterals .cross-sells {
    clear: both;
}

.woocommerce div.cart-collaterals div.cart_totals,
.woocommerce-page .div.cart-collaterals div.cart_totals {
    float: right;
    width: 26.3%;
	margin-bottom:31px;
}

.woocommerce div.cart-collaterals div.cart_totals th,
.woocommerce-page .div.cart-collaterals div.cart_totals th {
    padding-left: 0;
}

.woocommerce div.cart-collaterals div.cart_totals table strong,
.woocommerce-page .div.cart-collaterals div.cart_totals table strong,
.woocommerce div.cart-collaterals div.cart_totals table th,
.woocommerce-page .div.cart-collaterals div.cart_totals table th,
.woocommerce div.cart-collaterals div.cart_totals table tr.order-total strong{
    font-weight: 400;
}

.woocommerce div.cart-collaterals div.cart_totals table tr.order-total strong span.amount,
.woocommerce-page div.cart-collaterals div.cart_totals table tr.order-total strong span.amount {
    color: #00c6ff;
    font-size: 15px;
}

.woocommerce div.cart-collaterals div.cart_totals table tr.order-total strong {
    color: #00c6ff;
}

.woocommerce div.cart-collaterals .shipping_calculator,
.woocommerce-page .div.cart-collaterals .shipping_calculator {
    float: left;
    width: 49.07749077490775%;
    margin-bottom: 40px;
}

.woocommerce div.cart-collaterals .shipping_calculator h2,
.woocommerce-page div.cart-collaterals .shipping_calculator h2{
    margin: 0 0 22px;
}

.woocommerce div.cart-collaterals .shipping_calculator input[type="text"],
.woocommerce-page .div.cart-collaterals .shipping_calculator input[type="text"] {
    width: 93.5%;
    padding-left: 3.142329020332717%; /* 17px / 541px */
    padding-right: 3.142329020332717%; /* 17px / 541px */
}

.woocommerce div.cart-collaterals .select2-container .select2-choice,
.woocommerce-page div.cart-collaterals .select2-container .select2-choice,
.woocommerce div.cart-collaterals .select2-dropdown-open.select2-drop-above .select2-choice,
.woocommerce div.cart-collaterals .select2-dropdown-open.select2-drop-above .select2-choices,
.woocommerce-page div.cart-collaterals .select2-dropdown-open.select2-drop-above .select2-choice,
.woocommerce-page div.cart-collaterals .select2-dropdown-open.select2-drop-above .select2-choices {
    padding-left: 3.142329020332717%;
    font-family: inherit;
    background-color: #fff;
}

.woocommerce div.cart-collaterals h2,
.woocommerce-page .div.cart-collaterals h2 {
    font-size: 17px;
    margin-bottom: 10px;
}

.woocommerce div.cart-collaterals h2 a span {
    position: relative;
    top: -2px;
    font-size: 0.7692307692307692em; /* 20px / 26px */
    left: 2px;
}

.woocommerce .empty-cart-wrapper,
.woocommerce-page .empty-cart-wrapper {
    text-align: center;
}

.woocommerce .empty-cart-wrapper p,
.woocommerce-page .empty-cart-wrapper p {
    margin-bottom: 15px;
}

#shipping_method {
    list-style: none;
}
/* ==========================================================================
   Checkout page styles
   ========================================================================== */
.woocommerce form.checkout .col2-set:before,
.woocommerce form.checkout .col2-set:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.woocommerce form.checkout .col2-set:after {
    clear: both;
}

.woocommerce form.checkout h3,
.woocommerce-page form.checkout h3 {
    margin-bottom: 20px;
}

.woocommerce .checkout-opener-text {
    font-family: inherit;
    margin-bottom: 15px;
}

.woocommerce .checkout-opener-text a {
    color: #00c6ff;
}

.woocommerce form.checkout_coupon {
    margin-bottom: 20px;
}

.woocommerce form.checkout_coupon input.input-text {
    width: 20.63636363636364%;
}

.woocommerce form.checkout_coupon .form-row-last {
    margin-bottom: 0;
}

.woocommerce form.checkout .col2-set  .form-row.notes {
    width: 100%;
}

.woocommerce form.checkout .col2-set  .form-row.notes textarea {
    width: 94.61538461538462% !important;
    height: 72px;
}

.woocommerce #shiptobilling,
.woocommerce-page #shiptobilling {
    margin-bottom: 0;
    float: right;
    position: relative;
    top: 25px;
}

.woocommerce #shiptobilling label,
.woocommerce-page #shiptobilling label {
    display: inline-block;
}

.woocommerce form.check-login .form-row {
    width: 23.70370370370371%;
    float: left;
    margin-right: 1.845018450184502%;
}

.woocommerce form.check-login .form-row input[type="text"],
.woocommerce form.check-login .form-row input[type="password"] {
    width: 85.5%;
}

.woocommerce form.check-login div.login-entrance-text {
    margin-bottom: 20px;
}

.woocommerce form.check-login .lost_password {
    margin-left: 15px;
    display: inline-block;
    font-weight: 300;
}

.woocommerce form.checkout .col2-set .form-row {
    width: 48.14814814814815%;
    margin-right: 3.703703703703704%;
    float: left;
}

.woocommerce form.checkout .col2-set .form-row-wide {
    width: 100%;
    margin-right: 0;
    float: none;
}

.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #shipping_country_field {
    height: 39px;
}

.woocommerce form.checkout .col2-set .form-row.form-row-wide input[type="text"],
.woocommerce form.checkout .col2-set .form-row.notes textarea {
    padding-left: 2.5%;
    padding-right: 2.5%;
    width: 95%;
}

.woocommerce form.checkout .col2-set .form-row-last {
    margin-right: 0;
}

.woocommerce form.checkout .col2-set .form-row input[type="text"],
.woocommerce form.checkout .col2-set .form-row input[type="password"] {
    padding-left: 5.2%;
    padding-right: 5.2%;
    width: 89.6%;
}

.woocommerce form.checkout .col2-set p.form-row label {
    display: none
}

.woocommerce form.checkout .col2-set p.form-row label.checkbox {
    display: inline-block;
}

.woocommerce form.checkout p.register-row {
    margin-bottom: 8px;
    margin-top: 25px;
}

.woocommerce form.checkout #order_review_heading {
    margin-top: 23px;
}

.woocommerce form.checkout .col2-set .create-account > p {
    margin-bottom: 15px;
}

.woocommerce form.checkout table.shop_table th,
.woocommerce form.checkout table.shop_table td {
    padding-left: 0;
    text-align: center;
    padding: 10px;
    background-color: #fff !important;
}

.woocommerce form.checkout table.shop_table th,
.woocommerce form.checkout table.shop_table td strong{
    font-weight: 400;
}

.woocommerce form.checkout table.shop_table tfoot tr.order-total th,
.woocommerce form.checkout table.shop_table tfoot tr.order-total td span.amount {
    color: #00c6ff;
}

.woocommerce form.checkout table.shop_table span.amount {
    color: #777;
    font-family: inherit;
}

.woocommerce form.checkout table.shop_table {
    width: 100%;
}

.woocommerce #payment {
    margin-top: 50px;
    margin-bottom: 70px;
}

.woocommerce #payment ul.payment_methods {
    list-style: none;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 25px;
}

.woocommerce #payment ul.payment_methods li {
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    border-bottom: 0;
}

.woocommerce #payment ul.payment_methods li label {
    color: #222;
    margin-left: 10px;
}

.woocommerce #payment ul.payment_methods li label img{
    margin: 0 0 0 5px;
}

.woocommerce #payment ul.payment_methods li .payment_box{
    padding: 10px 0 0 35px;
}

.woocommerce input#place_order {
    float: right;
}

.woocommerce .order_details.clearfix li,
.woocommerce-page .order_details.clearfix li {
    float: left;
    margin-right: 45px;
}

.woocommerce .order_details.clearfix li p,
.woocommerce-page .order_details.clearfix li p {
    color: #222;
    margin-top: 7px;
}

.woocommerce ul.order_details,
.woocommerce-page ul.order_details {
    list-style: none;
    margin-bottom: 20px;
}

.woocommerce .checkout-success-message,
.woocommerce-page .checkout-success-message {
    margin-bottom: 50px;
}

.woocommerce-checkout h2,
.woocommerce-account h2,
.woocommerce-checkout h3,
.woocommerce-account h3 {
    margin-top: 20px;
    margin-bottom: 28px;
    font-size: 17px;
}

.woocommerce-checkout header h3,
.woocommerce-account header h3 {
    margin-bottom: 20px;
}

.woocommerce-checkout table.shop_table {
    width: 42.07749077490775%;
    margin-bottom: 33px;
}

.woocommerce-account table.shop_table {
    margin-bottom: 45px;
    width: 43.077491%;
}

.woocommerce-checkout table.shop_table thead th,
.woocommerce-checkout table.shop_table tfoot th,
.woocommerce-account table.shop_table thead th,
.woocommerce-account table.shop_table tfoot th,
.woocommerce-account table.my_account_orders thead th,
.woocommerce-account table.my_account_orders tfoot th {
    color: #222;
    font-weight: 400;
}

.woocommerce-checkout table.shop_table td span.amount,
.woocommerce-account table.shop_table td span.amount {
    color: #777;
}

.woocommerce-checkout .addresses .col-1,
.woocommerce-checkout .addresses .col-2 {
    width: 23.61623616236162%;
    margin-right: 1.845018450184502%;
}

.woocommerce-checkout .addresses .col-2,
.woocommerce-account .addresses .col-2  {
    float: left;
    margin-right: 0;
}

.woocommerce-checkout .order-details-wrapper header,
.woocommerce-account div.woocommerce header {
    position: static;
    background: none;
    border: 0;
}

.woocommerce-checkout .customer_details,
.woocommerce-account .customer_details {
    margin-bottom: 18px;
}

.woocommerce-checkout .shop_table.order_details th {
    padding-left: 0;
}

.woocommerce-checkout .shop_table.order_details tr td {
    padding-left: 0;
}

.woocommerce-checkout .shop_table.order_details tr td a,
.woocommerce-checkout .shop_table.order_details tfoot tr:last-child td span.amount{
    color: #222;
}

.woocommerce-checkout .shop_table.order_details tr td span.amount {
    font-family: inherit;
}

.woocommerce-checkout .shop_table.order_details tr td .product-quantity{
    font-weight: 400;
    color: #222;
}

.woocommerce-checkout .addresses header {
    padding-bottom: 0;
    margin-bottom: 0;
}

/* ==========================================================================
   Sidebar styles
   ========================================================================== */
.woocommerce aside div.widget {
    display: block;
    margin: 0 0 35px;
}

.woocommerce aside h5,
.woocommerce-page aside h5{
    margin-bottom: 18px;
}

.woocommerce aside ul.product-categories li:first-child{
    margin: -14px 0 0;
}

.woocommerce .widget_products ul.product_list_widget li,
.woocommerce .widget_top_rated_products ul.product_list_widget li,
.woocommerce .widget_recent_reviews ul.product_list_widget li{
    display: block;
    background-color: #fff;
    padding: 5px;
    margin: 0 0 1px;
    line-height: normal;
}

.woocommerce aside ul.product_list_widget li > a,
.woocommerce aside ul.product-categories li > a {
    display: block;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.woocommerce aside ul.product-categories li > a,
.woocommerce aside ul.product_list_widget li del span.amount,
.woocommerce .widget_shopping_cart .quantity span.amount{
    color: #777;
}

.woocommerce .widget_products ul.product_list_widget li > a,
.woocommerce .widget_top_rated_products ul.product_list_widget li > a,
.woocommerce .widget_recent_reviews ul.product_list_widget li > a,
.woocommerce .widget_shopping_cart ul.product_list_widget li > a{
    font-family: 'museo300', 'Open Sans';
    color: #222;
    line-height: 22px;
    margin: 6px 0 0;
} 

.woocommerce aside ul.product_list_widget li > a:hover,
.woocommerce aside ul.product-categories li > a:hover,
.woocommerce aside ul.product_list_widget li span.amount{
    color: #00c6ff;
}

.woocommerce .widget_shopping_cart p.total .amount{
    font-size: 15px;
    color: #00c6ff;
}

.woocommerce aside ul.product_list_widget li ins {
    text-decoration: none;
}

.woocommerce aside ul.product_list_widget li img {
    float: left;
    margin-right: 15px;
    width: 60px;
}

.woocommerce .cart_list li a > img {
    display: none;
}

.woocommerce .widget_shopping_cart_content li {
    height: auto !important;
}

.woocommerce .widget_shopping_cart_content .total strong {
    font-weight: 400;
}

.woocommerce .widget_shopping_cart_content p.buttons {
    margin-top: 15px;
}

.woocommerce aside .widget .star-rating,
.woocommerce-page aside .widget .star-rating {
    float: none;
    font-size: 0.8em;
    margin-top: 5px;
    margin-bottom: 5px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #d6d6d6;
}

.woocommerce .widget_price_filter .ui-slider-horizontal,
.woocommerce-page .widget_price_filter .ui-slider-horizontal {
    height: 5px;
}

.woocommerce .widget_price_filter .ui-slider,
.woocommerce-page .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    cursor: pointer;
    outline: none;
    top: -6px;
    margin-left: -2px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -0.9em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-color: #00c6ff;
    top: 0;
    height: 100%;
}

.woocommerce .widget_price_filter .button,
.woocommerce-page .widget_price_filter .button {
    float: right;
    margin-top: 20px;
    line-height: 34px;
    height: 34px;
    color: #222;
    border: 1px solid #e4e4e4;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.woocommerce .widget_price_filter .button:hover,
.woocommerce-page .widget_price_filter .button:hover{
    color: #222 !important;
    background-color: #fff;
    border-color: #fff;
}

.woocommerce .widget_price_filter .price_label,
.woocommerce-page .widget_price_filter .price_label {
    float: left;
    margin-top: 26px;
}

.woocommerce aside .widget ul.product-categories,
.woocommerce-page aside .widget ul.product-categories {
    list-style: none;
}

.woocommerce aside .widget ul.product-categories a:hover,
.woocommerce-page aside .widget ul.product-categories a:hover {
    color: #00c6ff;
}

.woocommerce aside .select2-container .select2-choice,
.woocommerce-page aside .select2-container .select2-choice,
.woocommerce aside .select2-dropdown-open.select2-drop-above .select2-choice,
.woocommerce aside .select2-dropdown-open.select2-drop-above .select2-choices,
.woocommerce-page aside .select2-dropdown-open.select2-drop-above .select2-choice,
.woocommerce-page aside .select2-dropdown-open.select2-drop-above .select2-choices {
    padding-left: 12px;
    background-image: none;
}

.woocommerce aside ul.product-categories ul.children,
.woocommerce-page aside ul.product-categories ul.children {
    padding-left: 30px;
}

.woocommerce .widget #searchform{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.woocommerce .widget #searchform .screen-reader-text{
    display: none;
}

.woocommerce .widget #searchform input[type="submit"]{
    width: 37px;
    height: 37px;
    line-height: 37px;
    display: inline-block;
    margin: 0;
    padding: 0 4%;
    outline: none;
    border: none;
    text-decoration: none;
    background-color: transparent;
    font-family: 'FontAwesome', sans-serif;
    content: "\f002";
    color: #777;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    float: right;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
}

.woocommerce .widget #searchform input[type="text"]{
    display: inline-block;
    text-decoration: none;
    border: 0;
    outline: 0px;
    color: #777;
    background-color: transparent;
    font-family: inherit;
    margin: 0;
    padding: 2px 4%;
    width: 74%;
    height: 33px;
    float: left;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
}

.woocommerce .widget #searchform input[type="text"]:focus{
    color: #00c6ff;
}

/* Dropdown SHopping Cart */

.shopping_cart_outer{
	display: table;
	float: left;
}

.shopping_cart_inner{
	display: table-cell;
	height: 90px;
	vertical-align: middle;
}

.shopping_cart_header{
    position: relative;

}

.side_menu_button .shopping_cart_header {
    display: inline-block;
}

.shopping_cart_header .header_cart{
    padding:0px 10px 0 0px;
    display: inline-block;
    border-radius: 2px 2px 0px 0px;
    -webkit-border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    -o-border-radius: 2px 2px 0px 0px;
    -ms-border-radius: 2px 2px 0px 0px;
	position:relative;
}

.shopping_cart_header .header_cart i{
	margin: 0px;
	color: #d8d8d8;
    font-size: 19px;
    line-height: 28px;
    -webkit-transition: color 0.3s ease; 
    -moz-transition: color 0.3s ease; 
    -o-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
}

.dark .shopping_cart_header .header_cart > i{
	color: #222;
}

.light .shopping_cart_header .header_cart > i{
	color: #fff;
}

.shopping_cart_header .header_cart:hover i{
    color: #00c6ff;
}

.shopping_cart_header .header_cart span{
    background-color: #00c6ff;
	color: #fff;
	display: inline-block;
	font-family: inherit;
	font-size: 9px;
	height: 17px;
	line-height: 17px;
	width: 17px;
	border-radius: 17px;
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	-o-border-radius: 17px;
	-ms-border-radius: 17px;
	text-align: center;
	position: absolute;
	top: -4px;
	right: -2px;
}

.shopping_cart_dropdown {
    background-color: #101010;
	color:#fff;
    display: block;
    left: auto;
    position: absolute;
    right: -1px;
    top: 33px;
    z-index: 1000;
    padding: 15px;
    width: 250px;
	visibility: hidden;
	border-radius: 4px 0 4px 4px;
	-webkit-border-radius: 4px 0 4px 4px;
	-moz-border-radius: 4px 0 4px 4px;
	-o-border-radius: 4px 0 4px 4px;
	-ms-border-radius: 4px 0 4px 4px;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
}

.header_bottom .shopping_cart_dropdown {
    right: -7px;
    margin-left: -142px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.header_bottom .shopping_cart_header {
    padding: 0 5px 0 9px;
}

.header_bottom .shopping_cart_dropdown .inner_arrow2 {
    display: block;
    position: absolute;
    top: -18px;
    right: 21px;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-color: transparent transparent #000 transparent;
    border-style: solid;
    border-width: 9px;
    z-index: 998;
}

.header_bottom .shopping_cart_dropdown .inner_arrow {
    display: block;
    position: absolute;
    top: -14px;
    right: 23px;
    margin-left: -7px;
    width: 0;
    height: 0;
    border-color: transparent transparent #000 transparent;
    border-style: solid;
    border-width: 7px;
    z-index: 999;
}

.shopping_cart_dropdown.drop_down_start{
	visibility: visible;
	overflow: visible;
	opacity: 1;
}

.header_top .left .shopping_cart_dropdown{
    left: 0;
    right: auto;
}

.shopping_cart_header:hover .shopping_cart_dropdown{
    display: block;
	visibility: visible;
    text-align: left;
}

.shopping_cart_dropdown ul li{
    display: inline-block;
    width: 100%;
    float: none;
    padding: 13px 0;
    border-bottom: 1px solid #2E2E2E;
    line-height: 20px;
}

.shopping_cart_dropdown .shopping_cart_dropdown_inner {
    margin-bottom: 15px;
}

.shopping_cart_dropdown ul li a{
    display: block;
    font-family: 'museo300', 'Open Sans';
    color:#fff;
    line-height: 22px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
}

.shopping_cart_dropdown ul li a:hover{
    color: #00c6ff;
}

.shopping_cart_dropdown span.total{
    padding: 0 0 0 8px;
    float: right;
}

.shopping_cart_dropdown span.total span{
    font-family: inherit;
    font-size: 16px;
    color: #00c6ff;
    padding: 0 0 0 2px;
}

.shopping_cart_dropdown .qbutton{
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    padding: 0 13px 0 38px;
    color: #fff;
}

.shopping_cart_dropdown .qbutton i{
    font-size: 14px;
    padding: 0 4px;
    margin: 0;
    width: 20px;
    height: 28px;
    line-height: 28px;
}

.shopping_cart_dropdown .cart_list a > img{
    max-width: 60px;
    float: left;
    padding: 0 10px 0 0;
    display: block !important;
}

.shopping_cart_dropdown .cart_list span.quantity{
    display: block;
    color: #00c6ff;
    margin-top: 3px;
}

/* ==========================================================================
   Select 2 styles
   ========================================================================== */
/*
Version: 3.4.3 Timestamp: Tue Sep 17 06:47:14 PDT 2013
*/
.select2-container {
    margin: 0;
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box; /* webkit */
     -moz-box-sizing: border-box; /* firefox */
          box-sizing: border-box; /* css3 */
}

.select2-container .select2-choice {
    display: block;
    height: 26px;
    padding: 0 0 0 8px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    line-height: 26px;
    text-decoration: none;
    background-clip: padding-box;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
    margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
    display: none;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 8px;
    font-size: 1px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
    display: inline-block;
}

.select2-container .select2-choice abbr:hover {
    background-position: right -11px;
    cursor: pointer;
}

.select2-drop-mask {
    border: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 9998;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-drop {
    width: 100%;
    margin-top: -2px;
    position: absolute;
    z-index: 9999;
    top: 100%;
    background-color: #fff;
    border-top: none;
}

.select2-drop-auto-width {
    width: auto;
}

.select2-drop-auto-width .select2-search {
    padding-top: 4px;
}

.select2-container .select2-choice .select2-arrow {
    display: inline-block;
    width: 18px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-clip: padding-box;
}

.select2-container .select2-choice .select2-arrow b {
    display: block;
    width: 100%;
    height: 100%;
}

.select2-search {
    display: inline-block;
    width: 100%;
    min-height: 26px;
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
}

.select2-search input {
    width: 100%;
    height: auto !important;
    min-height: 26px;
    padding: 4px 20px 4px 5px;
    margin: 0;
    outline: 0;
    font-family: sans-serif;
    font-size: 1em;
}

.select2-drop.select2-drop-above .select2-search input {
    margin-top: 4px;
}

.select2-search input.select2-active {
    background-color: #fff;
    background: url('img/select2-spinner.gif') no-repeat 100%;
    background: url('img/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
    background: url('img/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('img/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
    background: url('img/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    outline: none;
}

.select2-dropdown-open .select2-choice .select2-arrow {
    background: transparent;
    border-left: none;
    filter: none;
}
.select2-dropdown-open .select2-choice .select2-arrow b {
    background-position: -18px 1px;
}

/* results */
.select2-results {
    max-height: 200px;
    padding: 0 0 0 4px;
    margin: 4px 4px 4px 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
    margin: 0;
    padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
    list-style: none;
    display: list-item;
    background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
    font-weight: bold;
}

.select2-results .select2-result-label {
    padding: 4px 7px 6px;
    margin: 0;
    cursor: pointer;
    min-height: 1em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select2-results .select2-highlighted {
    background: #3875d7;
    color: #fff;
}

.select2-results li em {
    background: #feffde;
    font-style: normal;
}

.select2-results .select2-highlighted em {
    background: transparent;
}

.select2-results .select2-highlighted ul {
    background-color: #fff;
    color: #222;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
    background: #f4f4f4;
    display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('img/select2-spinner.gif') no-repeat 100%;
}

.select2-more-results {
    background: #f4f4f4;
    display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
    display: none;
}

/* multiselect */

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    margin: 0;
    padding: 0;
    position: relative;
    border: 1px solid #aaa;
    cursor: text;
    overflow: hidden;
    background-color: #fff;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
    background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
    background-image: linear-gradient(top, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    outline: none;
}
.select2-container-multi .select2-choices li {
    float: left;
    list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 5px;
    margin: 1px 0;
    font-family: sans-serif;
    font-size: 100%;
    color: #666;
    outline: 0;
    border: 0;
    background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background-color: #fff !important;
    background-image: url('img/select2-spinner.gif') no-repeat 100% !important;
}

.select2-default {
    color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: 3px 0 3px 5px;
    position: relative;
    line-height: 13px;
    color: #777;
    cursor: default;
    background-clip: padding-box;
    -webkit-touch-callout: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
}
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
    cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
    background: #d4d4d4;
}

.select2-search-choice-close {
    display: block;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 3px;
    top: 4px;
    font-size: 1px;
    outline: none;
}

.select2-container-multi .select2-search-choice-close {
    left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 5px;
    border: 1px solid #ddd;
    background-image: none;
    background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {    display: none;
    background: none;
}
/* end multiselect */

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
    text-decoration: underline;
}

.select2-offscreen, .select2-offscreen:focus {
    clip: rect(0 0 0 0) !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    outline: 0 !important;
    left: 0px !important;
    top: 0px !important;
}

.select2-display-none {
    display: none;
}

.select2-measure-scrollbar {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 100px;
    height: 100px;
    overflow: scroll;
}
/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dppx)  {
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
      background-image: url('http://goatpunks.com/wp-content/themes/eden/css/img/select2x2.png') !important;
      background-repeat: no-repeat !important;
      background-size: 60px 40px !important;
  }
  .select2-search input {
      background-position: 100% -21px !important;
  }
}