.woocommerce .cols-1:before,
.woocommerce .cols-1:after,
.woocommerce .cols-2:before,
.woocommerce .cols-2:after,
.woocommerce .cols-3:before,
.woocommerce .cols-3:after,
.woocommerce .cols-4:before,
.woocommerce .cols-4:after,
.woocommerce.columns-1:before,
.woocommerce.columns-1:after,
.woocommerce.columns-2:before,
.woocommerce.columns-2:after,
.woocommerce.columns-3:before,
.woocommerce.columns-3:after,
.woocommerce.columns-4:before,
.woocommerce.columns-4:after {
    display: table;
    content: ""
}

.woocommerce .cols-1:after,
.woocommerce .cols-2:after,
.woocommerce .cols-3:after,
.woocommerce .cols-4:after,
.woocommerce.columns-1:after,
.woocommerce.columns-2:after,
.woocommerce.columns-3:after,
.woocommerce.columns-4:after {
    clear: both
}

.woocommerce .cols-1 li.product, .woocommerce.columns-1 li.product {
    width: 100%
}

.woocommerce .cols-2 li.product, .woocommerce.columns-2 li.product {
    width: 48%
}

.woocommerce .cols-3 li.product, .woocommerce.columns-3 li.product {
    width: 30.66667%
}

.woocommerce .cols-4 li.product, .woocommerce.columns-4 li.product {
    width: 22%
}

.x-navbar .desktop .x-nav > li.x-menu-item-woocommerce > a:hover, .x-navbar .desktop .x-nav > li.x-menu-item-woocommerce > a:focus {
    box-shadow: none
}

.x-navbar .desktop .x-nav > li.x-menu-item-woocommerce > a span:after {
    content: "";
    display: none
}

.x-navbar .mobile .x-nav > li.x-menu-item-woocommerce > a {
    margin: 25px 0 0;
    line-height: 1.1
}

.x-navbar .x-nav > li.x-menu-item-woocommerce > a {
    border: 0;
    padding: 0
}

.x-navbar .x-nav > li.x-menu-item-woocommerce > a .x-cart {
    margin: 0;
    border: 0.25em solid;
    padding: 0;
    overflow: auto;
    text-align: center;
    background-clip: content-box
}

.x-navbar .x-nav > li.x-menu-item-woocommerce > a .x-cart > span {
    display: block;
    float: left;
    padding: 0.35em 0.625em
}

.x-navbar .x-nav > li.x-menu-item-woocommerce > a .x-cart.rounded {
    border-radius: 0.415em
}

.x-navbar .x-nav > li.x-menu-item-woocommerce > a .x-cart.inline.outer-inner {
    border-left: 0
}

.x-navbar .x-nav > li.x-menu-item-woocommerce > a .x-cart.inline.inner-outer {
    border-right: 0
}

.x-navbar .x-nav > li.x-menu-item-woocommerce > a .x-cart.stacked > span {
    clear: both;
    width: 100%
}

.x-navbar .x-nav > li.x-menu-item-woocommerce > a .x-cart.stacked.outer-inner > span.inner, .x-navbar .x-nav > li.x-menu-item-woocommerce > a .x-cart.stacked.inner-outer > span.inner {
    padding-top: 0.465em;
    padding-bottom: 0.465em
}

.x-navbar .x-nav > li.x-menu-item-woocommerce > a .x-cart.stacked.outer-inner > span.inner {
    border-top: 0.25em solid
}

.x-navbar .x-nav > li.x-menu-item-woocommerce > a .x-cart.stacked.inner-outer > span.inner {
    border-bottom: 0.25em solid
}

.x-navbar.x-navbar-fixed-left .x-nav > li.x-menu-item-woocommerce > a .x-cart > span, .x-navbar.x-navbar-fixed-right .x-nav > li.x-menu-item-woocommerce > a .x-cart > span {
    width: 100%
}

.x-navbar.x-navbar-fixed-left .x-nav > li.x-menu-item-woocommerce > a .x-cart.inline.outer-inner > span, .x-navbar.x-navbar-fixed-left .x-nav > li.x-menu-item-woocommerce > a .x-cart.inline.inner-outer > span, .x-navbar.x-navbar-fixed-right .x-nav > li.x-menu-item-woocommerce > a .x-cart.inline.outer-inner > span, .x-navbar.x-navbar-fixed-right .x-nav > li.x-menu-item-woocommerce > a .x-cart.inline.inner-outer > span {
    width: 50%
}

.x-cart-notification {
    display: block;
    position: fixed;
    overflow: hidden;
    top: 50%;
    left: 50%;
    width: 8em;
    height: 8em;
    margin: -4em 0 0 -4em;
    font-size: 28px;
    line-height: 1;
    text-align: center;
    z-index: -99999;
    border-radius: 100em;
    opacity: 0;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    -webkit-transition: opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1), transform 0.65s cubic-bezier(0.23, 1, 0.32, 1)
}

.x-cart-notification:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.85;
    -webkit-transition: background-color 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    transition: background-color 0.65s cubic-bezier(0.23, 1, 0.32, 1)
}

.x-cart-notification.bring-forward {
    z-index: 99999
}

.x-cart-notification.appear {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.x-cart-notification.loading .x-cart-notification-icon.loading {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.x-cart-notification.added:before {
    background-color: #46a546
}

.x-cart-notification.added .x-cart-notification-icon.loading {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(0.5) rotate(180deg);
    -ms-transform: translate(0, 0) scale(0.5) rotate(180deg);
    transform: translate(0, 0) scale(0.5) rotate(180deg)
}

.x-cart-notification.added .x-cart-notification-icon.added {
    opacity: 1;
    -webkit-transform: scale(1.25) rotate(0);
    -ms-transform: scale(1.25) rotate(0);
    transform: scale(1.25) rotate(0)
}

.x-cart-notification-icon {
    width: 100%;
    height: 100%;
    line-height: 7.85em;
    -webkit-transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.65s cubic-bezier(0.23, 1, 0.32, 1)
}

.x-cart-notification-icon > i {
    font-size: 3.85em
}

.x-cart-notification-icon.loading {
    color: rgba(255, 255, 255, 0.35);
    opacity: 1;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%)
}

.x-cart-notification-icon.added {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    opacity: 0;
    -webkit-transform: scale(0.5) rotate(-180deg);
    -ms-transform: scale(0.5) rotate(-180deg);
    transform: scale(0.5) rotate(-180deg)
}

.woocommerce-message a, .woocommerce-error a, .woocommerce-info a {
    color: inherit;
    text-decoration: underline
}

.woocommerce-message a:hover, .woocommerce-error a:hover, .woocommerce-info a:hover {
    color: inherit
}

.woocommerce-message .button {
    display: block;
    margin: 0 0 0 40px;
    border: 0;
    padding: 0;
    float: right;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    text-align: inherit;
    text-shadow: inherit;
    background-color: transparent;
    box-shadow: none
}

.woocommerce-message .button:hover {
    margin: 0;
    border: 0;
    padding: 0;
    color: inherit;
    text-decoration: underline;
    text-shadow: inherit;
    background-color: transparent;
    box-shadow: none
}

.woocommerce-error {
    margin: 1.313em 0;
    list-style: none
}

.woocommerce-info {
    margin-bottom: 1.313em
}

.woocommerce .pp_woocommerce .ppt, .woocommerce-page .pp_woocommerce .ppt {
    visibility: hidden
}

.woocommerce .pp_woocommerce .pp_content_container, .woocommerce-page .pp_woocommerce .pp_content_container {
    padding-top: 40px;
    padding-bottom: 10px
}

.woocommerce .pp_woocommerce .pp_expand:before, .woocommerce .pp_woocommerce .pp_contract:before, .woocommerce-page .pp_woocommerce .pp_expand:before, .woocommerce-page .pp_woocommerce .pp_contract:before {
    top: -1px;
    right: -1px
}

.woocommerce .pp_woocommerce .pp_nav, .woocommerce-page .pp_woocommerce .pp_nav {
    line-height: 1
}

.woocommerce .pp_woocommerce .pp_arrow_previous:before, .woocommerce .pp_woocommerce .pp_arrow_next:before, .woocommerce-page .pp_woocommerce .pp_arrow_previous:before, .woocommerce-page .pp_woocommerce .pp_arrow_next:before {
    top: -1px
}

.woocommerce .pp_woocommerce .pp_close:before, .woocommerce-page .pp_woocommerce .pp_close:before {
    top: -1px
}

.woocommerce .pp_woocommerce .pp_description, .woocommerce-page .pp_woocommerce .pp_description {
    visibility: hidden
}

.woocommerce .star-rating-container, .woocommerce-page .star-rating-container {
    display: inline-block
}

.woocommerce .star-rating, .woocommerce-page .star-rating {
    display: block;
    overflow: hidden;
    position: relative;
    float: none;
    width: 5.4em;
    height: 1em;
    margin: 0;
    font-size: 1em;
    font-style: normal !important;
    font-weight: normal !important;
    font-family: "star";
    line-height: 1em
}

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

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

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

.woocommerce .x-comments-area .star-rating-container.aggregate, .woocommerce-page .x-comments-area .star-rating-container.aggregate {
    font-size: 21px;
    margin-bottom: 8px
}

.woocommerce li.product .star-rating-container, .woocommerce-page li.product .star-rating-container {
    position: absolute;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}

.woocommerce li.product .star-rating-container .star-rating:before, .woocommerce-page li.product .star-rating-container .star-rating:before {
    color: #fff
}

.woocommerce li.product .star-rating-container .star-rating span:before, .woocommerce-page li.product .star-rating-container .star-rating span:before {
    color: #fff
}

.woocommerce p.stars:before, .woocommerce p.stars:after, .woocommerce-page p.stars:before, .woocommerce-page p.stars:after {
    display: table;
    content: ""
}

.woocommerce p.stars:after, .woocommerce-page p.stars:after {
    clear: both
}

.woocommerce p.stars span, .woocommerce-page p.stars span {
    position: relative;
    float: left
}

.woocommerce p.stars span a, .woocommerce-page p.stars span a {
    float: left;
    padding-right: 5px;
    line-height: 1em
}

.woocommerce p.stars span a.star-1:after, .woocommerce-page p.stars span a.star-1:after {
    content: "\f005"
}

.woocommerce p.stars span a.star-2:after, .woocommerce-page p.stars span a.star-2:after {
    content: "\f005\0020\f005"
}

.woocommerce p.stars span a.star-3:after, .woocommerce-page p.stars span a.star-3:after {
    content: "\f005\0020\f005\0020\f005"
}

.woocommerce p.stars span a.star-4:after, .woocommerce-page p.stars span a.star-4:after {
    content: "\f005\0020\f005\0020\f005\0020\f005"
}

.woocommerce p.stars span a.star-5:after, .woocommerce-page p.stars span a.star-5:after {
    content: "\f005\0020\f005\0020\f005\0020\f005\0020\f005"
}

.woocommerce p.stars span a.active:after, .woocommerce-page p.stars span a.active:after {
    display: block
}

.woocommerce p.stars span a:hover:after, .woocommerce p.stars span a:focus:after, .woocommerce-page p.stars span a:hover:after, .woocommerce-page p.stars span a:focus:after {
    display: block;
    z-index: 1
}

@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#star") format("svg");
    font-weight: normal;
    font-style: normal
}

.woocommerce .button.product_type_simple:before, .woocommerce .button.product_type_variable:before, .woocommerce .button.single_add_to_cart_button:before, .woocommerce-page .button.product_type_simple:before, .woocommerce-page .button.product_type_variable:before, .woocommerce-page .button.single_add_to_cart_button:before {
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.woocommerce .button.product_type_simple:before, .woocommerce .button.single_add_to_cart_button:before, .woocommerce-page .button.product_type_simple:before, .woocommerce-page .button.single_add_to_cart_button:before {
    content: "\f07a\0020"
}

.woocommerce .button.product_type_variable:before, .woocommerce-page .button.product_type_variable:before {
    content: "\f14a\0020"
}

.woocommerce #shipping_method, .woocommerce-page #shipping_method {
    margin-left: 0;
    list-style: none
}

.woocommerce #shipping_method:before, .woocommerce #shipping_method:after, .woocommerce-page #shipping_method:before, .woocommerce-page #shipping_method:after {
    display: table;
    content: ""
}

.woocommerce #shipping_method:after, .woocommerce-page #shipping_method:after {
    clear: both
}

.woocommerce #shipping_method li, .woocommerce-page #shipping_method li {
    float: left;
    width: 100%;
    display: block
}

.woocommerce #shipping_method label, .woocommerce-page #shipping_method label {
    display: inline-block;
    position: relative;
    top: 0.05em;
    margin: 0 0 0 0.2em
}

.woocommerce select.shipping_method, .woocommerce-page select.shipping_method {
    width: 100%;
    margin: 0.25em 0 1.313em
}

.woocommerce select.shipping_method:last-child, .woocommerce-page select.shipping_method:last-child {
    margin-bottom: 0.25em
}

.woocommerce .product-name .variation, .woocommerce-page .product-name .variation {
    margin-bottom: 0
}

.woocommerce .product-name .variation dt, .woocommerce .product-name .variation dd, .woocommerce-page .product-name .variation dt, .woocommerce-page .product-name .variation dd {
    margin: 0
}

.woocommerce .select2, .woocommerce-page .select2 {
    display: block !important;
    margin: 0 0 1.313em;
    width: 100% !important;
}
.woocommerce .blockUI .select2-container, .woocommerce-page  .blockUI  .select2-container, .select2-container--open {
    z-index: 9999;
}

.woocommerce ul.products, .woocommerce-page ul.products {
    clear: both;
    margin: 0 -3% 0 0;
    list-style: none;
}

.woocommerce ul.products:before, .woocommerce ul.products:after, .woocommerce-page ul.products:before, .woocommerce-page ul.products:after {
    display: table;
    content: ""
}

.woocommerce ul.products:after, .woocommerce-page ul.products:after {
    clear: both
}

.woocommerce ul.products.x-block-grid.four-up li{
    width: 22%;
}

.woocommerce li.product, .woocommerce-page li.product {
    float: left;
    overflow: hidden;
    position: relative;
    margin: 0 3% 4.5% 0;
    padding: 0;
    background-color: #fff;
}

.woocommerce li.product.first, .woocommerce-page li.product.first {
    clear: both
}

.woocommerce li.product.last, .woocommerce-page li.product.last {
    margin-right: 0
}

.woocommerce li.product .onsale, .woocommerce-page li.product .onsale {
    top: 6px;
    left: 6px
}

.woocommerce li.product .entry-featured, .woocommerce-page li.product .entry-featured {
    overflow: hidden;
    z-index: 0;
    background: rgba(0, 0, 0, 0.133) none repeat scroll 0 0;
}

.woocommerce li.product .entry-featured a, .woocommerce-page li.product .entry-featured a {
    display: block;
    height: 111px;
    text-align: center;
}

.woocommerce li.product .entry-featured img, .woocommerce-page li.product .entry-featured img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.woocommerce li.product .entry-product{
    min-height: 220px;
}
.woocommerce li.product .entry-wrap, .woocommerce-page li.product .entry-wrap {
    padding: 15px
}

.woocommerce li.product .entry-header, .woocommerce-page li.product .entry-header {
    position: relative
}

.woocommerce li.product .entry-header h3, .woocommerce-page li.product .entry-header h3 {
    margin: 0;
    padding-bottom: 0.5em;
    font-size: 148%;
    line-height: 1.05;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease
}

.woocommerce li.product .entry-header h3 a:hover, .woocommerce-page li.product .entry-header h3 a:hover {
    color: #ff2a13
}

.woocommerce li.product .entry-header .price > .amount, .woocommerce li.product .entry-header .price > ins > .amount, .woocommerce-page li.product .entry-header .price > .amount, .woocommerce-page li.product .entry-header .price > ins > .amount {
    font-size: 18px
}

.woocommerce li.product .entry-header .button, .woocommerce-page li.product .entry-header .button {
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0.45em 0.5em 0.575em;
    display: block;
    font-size: 14px;
    opacity: 0
}

.woocommerce li.product .added_to_cart, .woocommerce-page li.product .added_to_cart {
    display: none
}

.woocommerce li.product:hover .star-rating-container, .woocommerce-page li.product:hover .star-rating-container {
    opacity: 1
}

.woocommerce li.product:hover .entry-header .button, .woocommerce-page li.product:hover .entry-header .button {
    opacity: 1
}

.woocommerce .entry-wrap, .woocommerce-page .entry-wrap {
    padding: 60px
}

.woocommerce .entry-wrap:before, .woocommerce .entry-wrap:after, .woocommerce-page .entry-wrap:before, .woocommerce-page .entry-wrap:after {
    display: table;
    content: ""
}

.woocommerce .entry-wrap:after, .woocommerce-page .entry-wrap:after {
    clear: both
}

.woocommerce .entry-wrap > .entry-content:first-child, .woocommerce-page .entry-wrap > .entry-content:first-child {
    margin: 0
}

.woocommerce .entry-wrap > .entry-content:first-child:before, .woocommerce .entry-wrap > .entry-content:first-child:after, .woocommerce-page .entry-wrap > .entry-content:first-child:before, .woocommerce-page .entry-wrap > .entry-content:first-child:after {
    display: table;
    content: ""
}

.woocommerce .entry-wrap > .entry-content:first-child:after, .woocommerce-page .entry-wrap > .entry-content:first-child:after {
    clear: both
}

.woocommerce div.product .images, .woocommerce-page div.product .images {
    position: relative;
    float: none;
    width: 100%
}

.woocommerce div.product .images .onsale, .woocommerce-page div.product .images .onsale {
    top: 12px;
    left: 12px
}

.woocommerce div.product .images .thumbnails{
    width: 600px;
    height: 62px;
    float: right !important;
    position: relative;
    overflow: hidden;
}

.woocommerce-page div.product .images .thumbnails .carousel a {
    display: block;
    margin: 0;
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.woocommerce div.product .images .thumbnails li.active > a{
    border-color: #dbbd3a;
}
.woocommerce div.product .images .thumbnails li > a {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.woocommerce div.product .images .thumbnails > a img, .woocommerce-page div.product .images .thumbnails > a img{

}

.woocommerce div.product .images .thumbnails .carousel-container{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.carousel-control{
    position: absolute;
    top: 50%;
    margin-top: -23px;
    display: none;
    height: 46px;
    width: 20px;
    background: url(../../../../assets/images/arrows.png) 0 0 no-repeat;
}

.woocommerce div.product .images .thumbnails .carousel-control{
    display: none;
}
.carousel-control.next-control{
    right: 0;
    background-position: -20px 0;
}
.carousel-control.prev-control{
    left: 0;
    background-position: 0 0;
}

.variation-thumbnails .carousel-control.next-control {
    background-position: -20px -46px;
}
.variation-thumbnails .carousel-control.prev-control {
    background-position: 0 -46px;
}

.woocommerce div.product .images .thumbnails .carousel{
    list-style: none;
    /*position: absolute;*/
    /*left: 0;*/
    margin: 0;
}
.woocommerce div.product .images .thumbnails .carousel li {
    float: left;
    width: 140px;
    margin: 0;
}

.woocommerce div.product .images .thumbnails .carousel li.active {
    display: block;
}
.woocommerce div.product .summary, .woocommerce-page div.product .summary {
    clear: right;
}


.woocommerce div.product .summary .product_title, .woocommerce-page div.product .summary .product_title {
    margin: 0 0 1em;
    font-size: 20px;
    color: #4f4f4f;
}

.woocommerce div.product .summary .variations{
    font-size: 14px;
    color: #7e7e7e;
}

.woocommerce div.product .summary .variations label input[type=radio]{
    margin: 0 5px 0 0;
}

.woocommerce div.product .summary .variations .variation-title{
    font-size: 18px;

}

.woocommerce div.product .summary .price > del, .woocommerce div.product .summary .price > .from, .woocommerce-page div.product .summary .price > del, .woocommerce-page div.product .summary .price > .from {
    font-size: 18px
}

.woocommerce div.product .summary .price > .amount, .woocommerce div.product .summary .price > ins > .amount, .woocommerce-page div.product .summary .price > .amount, .woocommerce-page div.product .summary .price > ins > .amount {
    font-size: 24px
}

.woocommerce div.product .summary .variations, .woocommerce-page div.product .summary .variations {
    margin-bottom: 1.313em
}

.woocommerce div.product .summary .variations .label, .woocommerce div.product .summary .variations .value, .woocommerce-page div.product .summary .variations .label, .woocommerce-page div.product .summary .variations .value {
    vertical-align: middle;
    border-top: 0;
    background-color: transparent
}

.woocommerce div.product .summary .variations .label, .woocommerce-page div.product .summary .variations .label {
    padding-left: 0
}

.woocommerce div.product .summary .variations .value, .woocommerce-page div.product .summary .variations .value {
    padding-right: 0
}

.woocommerce div.product .summary .variations select, .woocommerce-page div.product .summary .variations select {
    width: 100%;
    margin-bottom: 0
}

.woocommerce div.product .summary .variations .reset_variations, .woocommerce-page div.product .summary .variations .reset_variations {
    display: none
}

.woocommerce div.product .summary .single_variation, .woocommerce-page div.product .summary .single_variation {
    text-align: right
}

.woocommerce div.product .summary .single_variation .price, .woocommerce-page div.product .summary .single_variation .price {
    margin-bottom: 1.313em
}

div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    clear: both;
    width: 100%;
    margin-top: 50px;
    font-size: 16px;
}

div.product .woocommerce-tabs .x-nav-tabs, .woocommerce-page div.product .woocommerce-tabs .x-nav-tabs{
    border: none;
    box-shadow: none;
    border-bottom: 1px solid rgba(0,0,0,0.15);
}

.woocommerce div.product .woocommerce-tabs .x-nav-tabs li, .woocommerce-page div.product .woocommerce-tabs .x-nav-tabs li {
    min-width: 230px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: none;
}

div.product .woocommerce-tabs .x-tab-content, .woocommerce-page div.product .woocommerce-tabs .x-tab-content {
    margin-bottom: 0
}

div.product .woocommerce-tabs .x-tab-content .x-tab-pane, .woocommerce-page div.product .woocommerce-tabs .x-tab-content .x-tab-pane{
    padding: 4%;
}

.woocommerce-tabs .x-nav-tabs > li > a{
    font-size: 20px;
}

div.product #variations-tabs.woocommerce-tabs .x-nav-tabs{
    display:table; width:100%;
    border: none;
}

div.product #variations-tabs.woocommerce-tabs .x-nav-tabs > li {
    display: inline-block;
    float:none;
    vertical-align:middle;
    min-width: 0;
    border:none;
    padding-right: 5px;
}
div.product #variations-tabs.woocommerce-tabs .x-nav-tabs > li.active{
    position: relative;
    margin-bottom: -4px;
    z-index: 9;
}
div.product #variations-tabs.woocommerce-tabs .x-nav-tabs > li > a {
    padding: 0.7em 0.4em;
    line-height:18px;
    box-shadow: none;
    background-color: #f7f7f7;
    border-radius: 10px 10px 0 0;
    border: 2px solid rgba(0, 0, 0, 0.15);
    border-bottom: none;
}
div.product #variations-tabs.woocommerce-tabs .x-nav-tabs > li.active > a {
    border-color: #00a99d;
    background-color: #fff;
    color: #00a99d;
}
#variations-tabs .x-nav-tabs > li > a:hover {
    color: #00a99d;
}
#variations-tabs .location_cost_note_tab #text_div {
    line-height:12px; padding: 0 10px;
}
#variations-tabs .location_cost_note_tab {
    color: red;
    font-style: italic;
    font-size: 12px;
    min-width:inherit;
}



div.product .woocommerce-tabs h2, .woocommerce-page div.product .woocommerce-tabs h2 {
    margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 200%
}

.woocommerce div.product .woocommerce-tabs table, .woocommerce-page div.product .woocommerce-tabs table {
    margin-bottom: 0
}

.woocommerce div.product .woocommerce-tabs p:last-child, .woocommerce-page div.product .woocommerce-tabs p:last-child {
    margin-bottom: 0
}

div.product .woocommerce-tabs .product-price {
    text-align: left;
}

div.product .woocommerce-tabs .price, .woocommerce div.product .woocommerce-tabs .tax{
    margin-bottom: 0;
    display: inline-block;
}
.woocommerce div.product .woocommerce-tabs .price > .amount{
    color: inherit;
}
.woocommerce div.product .woocommerce-tabs .no-dates .product-price{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}

.woocommerce div.product .woocommerce-tabs .desc{
    font-style: italic;
    margin-bottom:20px;
}

div.product .woocommerce-tabs  .product-sku {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}
div.product .woocommerce-tabs .product-sku .sku{
    color: #00a99d;
}

div.product .woocommerce-tabs  .not-available .product-sku{
    color: #cc3333;
    float: left;
    line-height: 35px;
}
div.product .woocommerce-tabs  .not-available .desc {
    float: left;
    line-height: 35px;
    margin-left: 50px;
}
.attributes{
    font-size: 16px;
    font-weight: normal;
}
.attributes > span{
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
}
.attributes > span div{
    display: inline-block;
    vertical-align: top;
}
.dimension-chart .hintModal .hintModal_container {
    max-width: none;
    min-width: 400px;
}

div.product .woocommerce-tabs .product-total-price{
    font-size: 20px;
    font-weight: bold;
    margin-top: 16px;
}

div.product .woocommerce-tabs [type=submit]{
    font-size: 26px;
    padding-top: 8px;
    padding-bottom: 8px;
}
div.product .woocommerce-tabs .wpcf7-form  input[type=submit] {
    padding: 8px 100px;
}

div.product .woocommerce-tabs .variations_form{
    margin: 0;
}
div.product .woocommerce-tabs .variations_form .single_variation_wrap{
    float: right;
    width: 100%;
}
div.product .woocommerce-tabs .yith-wcwl-add-to-wishlist{
    float: right;
}
.woocommerce .upsells,
.woocommerce .related,
.woocommerce .cross-sells,
.woocommerce .recently-viewed
.woocommerce-page .upsells,
.woocommerce-page .related,
.woocommerce-page .cross-sells,
.woocommerce-page .recently-viewed
{
    float: left;
    clear: both;
    width: 100%;
    margin: 50px 0 0;
}

.woocommerce .upsells h2, .woocommerce .related h2, .woocommerce .cross-sells h2, .woocommerce-page .upsells h2, .woocommerce-page .related h2, .woocommerce-page .cross-sells h2 {
    margin: 0 0 0.5em;
    font-size: 200%
}

.woocommerce .cart-form, .woocommerce-page .cart-form {
    margin: 0
}

.woocommerce .cart-shop-btn {
    line-height: 32px;
    padding: 0 5px;
}

.woocommerce .cart, .woocommerce-page .cart {
    margin-top: 1.313em
}

.woocommerce .cart.shop_table, .woocommerce-page .cart.shop_table {
    margin: 0
}

.woocommerce .cart.shop_table .product-thumbnail img, .woocommerce-page .cart.shop_table .product-thumbnail img {
    width: 155px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    clear: both;
    float: left;
    width: 100%;
    margin: 50px 0 0
}

.woocommerce .cart-collaterals table, .woocommerce-page .cart-collaterals table {
    margin: 0
}

.woocommerce .cart-collaterals table th, .woocommerce-page .cart-collaterals table th {
    width: 35%
}

.woocommerce .cart_totals table td.product-cost, .woocommerce-page .cart_totals table td.product-cost{
    max-width: 60px;
    text-align: left;
}

.woocommerce .cart-collaterals table td .x-alert, .woocommerce-page .cart-collaterals table td .x-alert {
    margin: 0.25em 0 0.35em
}

.woocommerce .cart-collaterals .woocommerce-shipping-calculator, .woocommerce-page .cart-collaterals .woocommerce-shipping-calculator {
    margin: 0
}

.woocommerce .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button, .woocommerce-page .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
    display: inline-block;
    margin: 0.25em 0
}

.woocommerce .cart-collaterals .woocommerce-shipping-calculator .form-row, .woocommerce-page .cart-collaterals .woocommerce-shipping-calculator .form-row {
    margin: 0
}

.woocommerce .cart-collaterals .woocommerce-shipping-calculator .form-row:first-child, .woocommerce-page .cart-collaterals .woocommerce-shipping-calculator .form-row:first-child {
    margin-top: 0.5em
}

.woocommerce .cart-collaterals .woocommerce-shipping-calculator select, .woocommerce .cart-collaterals .woocommerce-shipping-calculator input[type="text"], .woocommerce-page .cart-collaterals .woocommerce-shipping-calculator select, .woocommerce-page .cart-collaterals .woocommerce-shipping-calculator input[type="text"] {
    width: 100%
}

.woocommerce .wc-proceed-to-checkout, .woocommerce-page .wc-proceed-to-checkout {
    margin: 50px 0 0;
    text-align: center
}

.woocommerce .quantity, .woocommerce-page .quantity {
    margin-bottom: 1.313em;
    display: none;
}

.woocommerce .quantity input[type="number"], .woocommerce-page .quantity input[type="number"] {
    max-width: 5em;
    margin: 0
}

.woocommerce .cart_item .quantity, .woocommerce-page .cart_item .quantity {
    margin-bottom: 0
}


.woocommerce .cart .actions .action-group, .woocommerce-page .cart .actions .action-group {
    width: 200px;
    margin-top: -1px;
    border: 1px solid #ddd;
    padding: 15px;
    background-color: #f5f5f5
}

.woocommerce .cart .actions .action-group label, .woocommerce-page .cart .actions .action-group label {
    display: none
}

.woocommerce .cart .actions .action-group input, .woocommerce-page .cart .actions .action-group input {
    width: 100%
}

.woocommerce .cart .actions .action-group input[type="text"], .woocommerce-page .cart .actions .action-group input[type="text"] {
    margin-bottom: 0
}

.woocommerce .cart .actions .action-group input[type="submit"], .woocommerce-page .cart .actions .action-group input[type="submit"] {
    margin-top: 0.5em;
    padding: 0.45em 0.5em 0.575em;
    display: block;
    font-size: 14px
}

.woocommerce .cart .actions .action-group input[type="submit"]:first-child, .woocommerce-page .cart .actions .action-group input[type="submit"]:first-child {
    margin-top: 0
}

.woocommerce .cart .actions .action-group.coupon, .woocommerce-page .cart .actions .action-group.coupon {
    float: left
}

.woocommerce .cart .actions .action-group.update, .woocommerce-page .cart .actions .action-group.update {
    float: right
}

.woocommerce-account .woocommerce h2:first-child, .woocommerce-checkout .woocommerce h2:first-child {
    margin-top: 0
}

.woocommerce-account .woocommerce header h2:first-child, .woocommerce-checkout .woocommerce header h2:first-child {
    margin-top: 60px
}

.woocommerce-account .myaccount_user, .woocommerce-checkout .myaccount_user {
    margin-bottom: 0
}

.woocommerce-account .checkout_coupon, .woocommerce-checkout .checkout_coupon {
    margin-bottom: 1.85em
}

.woocommerce-account .checkout_coupon:before, .woocommerce-account .checkout_coupon:after, .woocommerce-checkout .checkout_coupon:before, .woocommerce-checkout .checkout_coupon:after {
    display: table;
    content: ""
}

.woocommerce-account .checkout_coupon:after, .woocommerce-checkout .checkout_coupon:after {
    clear: both
}

.woocommerce-account .checkout_coupon .form-row-first, .woocommerce-account .checkout_coupon .form-row-last, .woocommerce-checkout .checkout_coupon .form-row-first, .woocommerce-checkout .checkout_coupon .form-row-last {
    float: none;
    width: 100%
}

.woocommerce-account .checkout_coupon .form-row-first, .woocommerce-checkout .checkout_coupon .form-row-first {
    margin-bottom: 0.5em
}

.woocommerce-account .checkout_coupon .form-row-first input, .woocommerce-checkout .checkout_coupon .form-row-first input {
    width: 100%;
    margin-bottom: 0
}

.woocommerce-account .checkout_coupon .form-row-last, .woocommerce-checkout .checkout_coupon .form-row-last {
    margin-bottom: 0
}

.woocommerce-account .checkout, .woocommerce-account .form-edit-address, .woocommerce-checkout .checkout, .woocommerce-checkout .form-edit-address {
    margin-bottom: 0
}

.woocommerce-account .checkout h3, .woocommerce-account .form-edit-address h3, .woocommerce-checkout .checkout h3, .woocommerce-checkout .form-edit-address h3 {
    font-size: 120%
}

.woocommerce-account .checkout h3:first-child, .woocommerce-account .form-edit-address h3:first-child, .woocommerce-checkout .checkout h3:first-child, .woocommerce-checkout .form-edit-address h3:first-child {
    margin-top: 0
}

.woocommerce-account .checkout h3.ship-to-different-address, .woocommerce-account .form-edit-address h3.ship-to-different-address, .woocommerce-checkout .checkout h3.ship-to-different-address, .woocommerce-checkout .form-edit-address h3.ship-to-different-address {
    margin-top: 60px
}

.woocommerce-account .checkout h3.ship-to-different-address .input-checkbox, .woocommerce-account .form-edit-address h3.ship-to-different-address .input-checkbox, .woocommerce-checkout .checkout h3.ship-to-different-address .input-checkbox, .woocommerce-checkout .form-edit-address h3.ship-to-different-address .input-checkbox {
    margin: 0.575em 0 0
}

.woocommerce-account .checkout abbr, .woocommerce-account .form-edit-address abbr, .woocommerce-checkout .checkout abbr, .woocommerce-checkout .form-edit-address abbr, .wpcf7-form abbr {
    border: 0
}

.woocommerce-account .checkout select, .woocommerce-account .checkout textarea, .woocommerce-account .checkout input[type="text"], .woocommerce-account .form-edit-address select, .woocommerce-account .form-edit-address textarea, .woocommerce-account .form-edit-address input[type="text"], .woocommerce-checkout .checkout select, .woocommerce-checkout .checkout textarea, .woocommerce-checkout .checkout input[type="text"], .woocommerce-checkout .form-edit-address select, .woocommerce-checkout .form-edit-address textarea, .woocommerce-checkout .form-edit-address input[type="text"], .woocommerce-checkout .form-pay select, .woocommerce-checkout .form-pay textarea, .woocommerce-checkout .form-pay input[type="text"] {
    width: 100%
}

.woocommerce-account .checkout textarea, .woocommerce-account .form-edit-address textarea, .woocommerce-checkout .checkout textarea, .woocommerce-checkout .form-edit-address textarea {
    height: 6em;
    resize: vertical
}

input[name="billing_address_1"],
input[name="shipping_address_1"] {
    margin-bottom: 0 !important;
}

/*.woocommerce-account .checkout input[type="radio"], .woocommerce-account .checkout input[type="checkbox"], .woocommerce-account .form-edit-address input[type="radio"], .woocommerce-account .form-edit-address input[type="checkbox"], .woocommerce-checkout .checkout input[type="radio"], .woocommerce-checkout .checkout input[type="checkbox"], .woocommerce-checkout .form-edit-address input[type="radio"], .woocommerce-checkout .form-edit-address input[type="checkbox"] {*/
    /*float: left*/
/*}*/

.woocommerce-account .checkout .woocommerce-billing-fields:before, .woocommerce-account .checkout .woocommerce-billing-fields:after, .woocommerce-account .checkout .woocommerce-shipping-fields:before, .woocommerce-account .checkout .woocommerce-shipping-fields:after, .woocommerce-account .form-edit-address .woocommerce-billing-fields:before, .woocommerce-account .form-edit-address .woocommerce-billing-fields:after, .woocommerce-account .form-edit-address .woocommerce-shipping-fields:before, .woocommerce-account .form-edit-address .woocommerce-shipping-fields:after, .woocommerce-checkout .checkout .woocommerce-billing-fields:before, .woocommerce-checkout .checkout .woocommerce-billing-fields:after, .woocommerce-checkout .checkout .woocommerce-shipping-fields:before, .woocommerce-checkout .checkout .woocommerce-shipping-fields:after, .woocommerce-checkout .form-edit-address .woocommerce-billing-fields:before, .woocommerce-checkout .form-edit-address .woocommerce-billing-fields:after, .woocommerce-checkout .form-edit-address .woocommerce-shipping-fields:before, .woocommerce-checkout .form-edit-address .woocommerce-shipping-fields:after {
    display: table;
    content: ""
}

.woocommerce-account .checkout .woocommerce-billing-fields:after, .woocommerce-account .checkout .woocommerce-shipping-fields:after, .woocommerce-account .form-edit-address .woocommerce-billing-fields:after, .woocommerce-account .form-edit-address .woocommerce-shipping-fields:after, .woocommerce-checkout .checkout .woocommerce-billing-fields:after, .woocommerce-checkout .checkout .woocommerce-shipping-fields:after, .woocommerce-checkout .form-edit-address .woocommerce-billing-fields:after, .woocommerce-checkout .form-edit-address .woocommerce-shipping-fields:after {
    clear: both
}

.woocommerce-account .checkout .form-row, .woocommerce-account .form-edit-address .form-row, .woocommerce-checkout .checkout .form-row, .woocommerce-checkout .form-edit-address .form-row {
    margin-bottom: 0.65em
}

.woocommerce-account .checkout .form-row:before, .woocommerce-account .checkout .form-row:after, .woocommerce-account .form-edit-address .form-row:before, .woocommerce-account .form-edit-address .form-row:after, .woocommerce-checkout .checkout .form-row:before, .woocommerce-checkout .checkout .form-row:after, .woocommerce-checkout .form-edit-address .form-row:before, .woocommerce-checkout .form-edit-address .form-row:after {
    display: table;
    content: ""
}

.woocommerce-account .checkout .form-row:after, .woocommerce-account .form-edit-address .form-row:after, .woocommerce-checkout .checkout .form-row:after, .woocommerce-checkout .form-edit-address .form-row:after {
    clear: both
}

.woocommerce-account .checkout .form-row.terms, .woocommerce-account .form-edit-address .form-row.terms, .woocommerce-checkout .checkout .form-row.terms, .woocommerce-checkout .form-edit-address .form-row.terms {
    margin: 1em 0 0
}

.woocommerce-account .checkout .form-row.terms label, .woocommerce-account .form-edit-address .form-row.terms label, .woocommerce-checkout .checkout .form-row.terms label, .woocommerce-checkout .form-edit-address .form-row.terms label {
    float: left;
    margin: 0 5px 0 0;
    padding: 0
}

.woocommerce-account .checkout .form-row-first, .woocommerce-account .checkout .form-row-last,
.woocommerce-account .form-edit-address .form-row-first,
.woocommerce-account .form-edit-address .form-row-last,
.woocommerce-checkout .checkout .form-row-first,
.woocommerce-checkout .checkout .form-row-last,
.woocommerce-checkout .form-edit-address .form-row-first,
.woocommerce-checkout .form-edit-address .form-row-last {
    float: left;
    width: 48%
}

.form-row-one-third {
    float: left;
    width: 32%;
    margin-right: 2%;
}
.form-row-one-third-last{
    margin-right: 0;
}
.woocommerce-account .checkout .form-row-first,
.woocommerce-account .form-edit-address .form-row-first,
.woocommerce-checkout .checkout .form-row-first,
.woocommerce-checkout .form-edit-address .form-row-first {
    margin-right: 4%
}

.woocommerce-account .checkout .payment_methods, .woocommerce-account .form-edit-address .payment_methods, .woocommerce-checkout .checkout .payment_methods, .woocommerce-checkout .form-edit-address .payment_methods {
    margin-left: 0;
    list-style: none
}

.woocommerce-account .checkout .payment_methods li, .woocommerce-account .form-edit-address .payment_methods li, .woocommerce-checkout .checkout .payment_methods li, .woocommerce-checkout .form-edit-address .payment_methods li {
    margin-bottom: 1.313em
}

.woocommerce-account .checkout .payment_methods label, .woocommerce-account .form-edit-address .payment_methods label, .woocommerce-checkout .checkout .payment_methods label, .woocommerce-checkout .form-edit-address .payment_methods label {
    padding-left: 18px
}

.woocommerce-account .checkout .payment_methods label img, .woocommerce-account .form-edit-address .payment_methods label img, .woocommerce-checkout .checkout .payment_methods label img, .woocommerce-checkout .form-edit-address .payment_methods label img {
    display: none
}

.woocommerce-account .checkout .payment_methods p, .woocommerce-account .form-edit-address .payment_methods p, .woocommerce-checkout .checkout .payment_methods p, .woocommerce-checkout .form-edit-address .payment_methods p {
    font-size: 0.75em;
    line-height: 1.4
}

.woocommerce-account .checkout .place-order, .woocommerce-account .form-edit-address .place-order, .woocommerce-checkout .checkout .place-order, .woocommerce-checkout .form-edit-address .place-order {
    margin-bottom: 0
}

.woocommerce-account ul.order_details, .woocommerce-checkout ul.order_details {
    margin-left: 0;
    list-style: none
}

.woocommerce-account table.order_details dl, .woocommerce-checkout table.order_details dl {
    margin: 0
}

.woocommerce-account h2, .woocommerce-checkout h2 {
    margin-top: 65px;
    font-size: 164%
}

.woocommerce-account h3, .woocommerce-checkout h3 {
    margin-top: 0;
    font-size: 100%
}

.woocommerce-account .addresses .col-1, .woocommerce-account .addresses .col-2, .woocommerce-checkout .addresses .col-1, .woocommerce-checkout .addresses .col-2 {
    float: left;
    width: 48%
}

.woocommerce-account .addresses .col-1 address, .woocommerce-account .addresses .col-2 address, .woocommerce-checkout .addresses .col-1 address, .woocommerce-checkout .addresses .col-2 address {
    margin-bottom: 0
}

.woocommerce-account .addresses .col-1, .woocommerce-checkout .addresses .col-1 {
    margin-right: 4%
}

.woocommerce-account .my_account_orders, .woocommerce-checkout .my_account_orders {
    margin: 10px 0 0
}



.woocommerce-account .change_password, .woocommerce-checkout .change_password {
    margin-bottom: 0
}

.woocommerce-account .change_password p.form-row-first, .woocommerce-checkout .change_password p.form-row-first {
    margin-bottom: 0
}

.woocommerce-account .change_password p:last-of-type, .woocommerce-checkout .change_password p:last-of-type {
    margin-bottom: 0
}

.woocommerce-account .change_password p input[type="password"], .woocommerce-checkout .change_password p input[type="password"] {
    width: 100%
}

.woocommerce-account .lost_reset_password, .woocommerce-checkout .lost_reset_password {
    margin-bottom: 0
}

.woocommerce-account .lost_reset_password p:last-of-type, .woocommerce-checkout .lost_reset_password p:last-of-type {
    margin-bottom: 0
}

.woocommerce-account .lost_reset_password p input[type="text"], .woocommerce-checkout .lost_reset_password p input[type="text"] {
    width: 100%
}

.widget_best_sellers ul li, .widget_shopping_cart ul li, .widget_products ul li, .widget_featured_products ul li, .widget_onsale ul li, .widget_random_products ul li, .widget_recently_viewed_products ul li, .widget_recent_products ul li, .widget_recent_reviews ul li, .widget_top_rated_products ul li {
    font-size: 81.25%
}

.widget_best_sellers ul li:before, .widget_best_sellers ul li:after, .widget_shopping_cart ul li:before, .widget_shopping_cart ul li:after, .widget_products ul li:before, .widget_products ul li:after, .widget_featured_products ul li:before, .widget_featured_products ul li:after, .widget_onsale ul li:before, .widget_onsale ul li:after, .widget_random_products ul li:before, .widget_random_products ul li:after, .widget_recently_viewed_products ul li:before, .widget_recently_viewed_products ul li:after, .widget_recent_products ul li:before, .widget_recent_products ul li:after, .widget_recent_reviews ul li:before, .widget_recent_reviews ul li:after, .widget_top_rated_products ul li:before, .widget_top_rated_products ul li:after {
    display: table;
    content: ""
}

.widget_best_sellers ul li:after, .widget_shopping_cart ul li:after, .widget_products ul li:after, .widget_featured_products ul li:after, .widget_onsale ul li:after, .widget_random_products ul li:after, .widget_recently_viewed_products ul li:after, .widget_recent_products ul li:after, .widget_recent_reviews ul li:after, .widget_top_rated_products ul li:after {
    clear: both
}

.widget_best_sellers ul li:last-child, .widget_shopping_cart ul li:last-child, .widget_products ul li:last-child, .widget_featured_products ul li:last-child, .widget_onsale ul li:last-child, .widget_random_products ul li:last-child, .widget_recently_viewed_products ul li:last-child, .widget_recent_products ul li:last-child, .widget_recent_reviews ul li:last-child, .widget_top_rated_products ul li:last-child {
    margin-bottom: 0
}

.widget_best_sellers ul li a, .widget_shopping_cart ul li a, .widget_products ul li a, .widget_featured_products ul li a, .widget_onsale ul li a, .widget_random_products ul li a, .widget_recently_viewed_products ul li a, .widget_recent_products ul li a, .widget_recent_reviews ul li a, .widget_top_rated_products ul li a {
    display: block;
    margin-bottom: 2px;
    border-bottom: 0;
    font-size: 135.7%
}

.widget_best_sellers ul li a img, .widget_shopping_cart ul li a img, .widget_products ul li a img, .widget_featured_products ul li a img, .widget_onsale ul li a img, .widget_random_products ul li a img, .widget_recently_viewed_products ul li a img, .widget_recent_products ul li a img, .widget_recent_reviews ul li a img, .widget_top_rated_products ul li a img {
    padding: 3px !important;
    float: left;
    width: 65px;
    margin-right: 0.65em
}

.widget_best_sellers ul li a img, .widget_shopping_cart ul li a img, .widget_products ul li a img, .widget_featured_products ul li a img, .widget_onsale ul li a img, .widget_random_products ul li a img, .widget_recently_viewed_products ul li a img, .widget_recent_products ul li a img, .widget_recent_reviews ul li a img, .widget_top_rated_products ul li a img {
    padding: 5px;
    line-height: 1.7;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: border 0.3s ease, box-shadow 0.3s ease;
    transition: border 0.3s ease, box-shadow 0.3s ease
}

.widget_best_sellers ul li > del, .widget_best_sellers ul li > ins, .widget_shopping_cart ul li > del, .widget_shopping_cart ul li > ins, .widget_products ul li > del, .widget_products ul li > ins, .widget_featured_products ul li > del, .widget_featured_products ul li > ins, .widget_onsale ul li > del, .widget_onsale ul li > ins, .widget_random_products ul li > del, .widget_random_products ul li > ins, .widget_recently_viewed_products ul li > del, .widget_recently_viewed_products ul li > ins, .widget_recent_products ul li > del, .widget_recent_products ul li > ins, .widget_recent_reviews ul li > del, .widget_recent_reviews ul li > ins, .widget_top_rated_products ul li > del, .widget_top_rated_products ul li > ins {
    text-shadow: none
}

.widget_shopping_cart .empty {
    font-size: 100%;
    text-align: center
}

.widget_shopping_cart ul li {
    position: relative
}

.widget_shopping_cart ul li .remove {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 25px;
    height: 25px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}

.widget_shopping_cart ul li:hover .remove {
    opacity: 0.35
}

.widget_shopping_cart ul li:hover .remove:hover {
    opacity: 1
}

.widget_shopping_cart .total {
    margin-bottom: 0;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0;
    padding: 7px;
    font-size: 11px;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    border-radius: 6px 6px 0 0
}

.widget_shopping_cart .buttons {
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0 0 6px 6px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.95)
}

.widget_shopping_cart .buttons:before, .widget_shopping_cart .buttons:after {
    display: table;
    content: ""
}

.widget_shopping_cart .buttons:after {
    clear: both
}

.widget_shopping_cart .buttons .button {
    float: left;
    width: 50%;
    margin: 0;
    border: 0;
    padding: 7px;
    font-size: 11px;
    line-height: 1.1;
    text-align: center;
    text-shadow: none;
    color: #7a7a7a;
    background-color: transparent;
    box-shadow: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.widget_shopping_cart .buttons .button:hover {
    background-color: rgba(255, 255, 255, 0.35)
}

.widget_shopping_cart .buttons .button:first-child {
    border-radius: 0 0 0 6px;
    border-right: 1px solid #ddd;
    border-right: 1px solid rgba(0, 0, 0, 0.1)
}

.widget_shopping_cart .buttons .button:last-child {
    border-radius: 0 0 6px 0
}

.widget_layered_nav .chosen, .widget_layered_nav_filters .chosen {
    background-color: #fff
}

.widget_layered_nav li {
    position: relative
}

.widget_layered_nav li .count {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
    line-height: 24px;
    text-align: center;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25)
}

.widget_price_filter form {
    margin-bottom: 0
}

.widget_price_filter form input[type="text"] {
    display: none
}

.widget_price_filter .price_slider_wrapper:before, .widget_price_filter .price_slider_wrapper:after {
    display: table;
    content: ""
}

.widget_price_filter .price_slider_wrapper:after {
    clear: both
}

.widget_price_filter .ui-slider {
    position: relative;
    height: 8px;
    margin: 10px 0 24px;
    border-radius: 1em;
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 1px 0 0 rgba(255, 255, 255, 0.85)
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    top: 50%;
    width: 21px;
    height: 21px;
    margin-top: -11px;
    cursor: pointer;
    background-color: #fff;
    outline: none;
    border-radius: 1em;
    z-index: 2;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25)
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -19px
}

.widget_price_filter .ui-slider .ui-slider-range {
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    border: 0;
    background-color: #ff2a13;
    border-radius: 1em;
    z-index: 1;
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.45)
}

.widget_price_filter .price_slider_amount:before, .widget_price_filter .price_slider_amount:after {
    display: table;
    content: ""
}

.widget_price_filter .price_slider_amount:after {
    clear: both
}

.widget_price_filter .price_slider_amount .button, .widget_price_filter .price_slider_amount .price_label {
    float: left;
    width: 50%;
    margin: 0;
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 7px;
    font-size: 11px;
    line-height: 1.1;
    text-align: center;
    text-shadow: none;
    background-color: transparent;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.95);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.widget_price_filter .price_slider_amount .button {
    color: #7a7a7a;
    border-radius: 4px 0 0 4px
}

.widget_price_filter .price_slider_amount .button:hover {
    background-color: rgba(255, 255, 255, 0.35)
}

.widget_price_filter .price_slider_amount .price_label {
    width: 50%;
    border-left: 0;
    border-radius: 0 4px 4px 0
}

.widget_product_search input[type="submit"] {
    display: none
}

.widget.widget_recent_reviews .star-rating, .widget.widget_top_rated_products .star-rating {
    margin-bottom: 2px
}

.woocommerce .price, .woocommerce-page .price, .products.carousel .price, .woocommerce-tabs .products.carousel .price {
    display: block;
    line-height: 1;
}

.woocommerce .price:before, .woocommerce .price:after, .woocommerce-page .price:before, .woocommerce-page .price:after {
    display: table;
    content: ""
}

.woocommerce .price:after, .woocommerce-page .price:after {
    clear: both
}

.woocommerce .price > .from, .woocommerce .price > del, .woocommerce-page .price > .from, .woocommerce-page .price > del {
    color: #7a7a7a
}

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

.woocommerce .price > .amount, .woocommerce .price > ins > .amount, .woocommerce-page .price > .amount, .woocommerce-page .price > ins > .amount {
    color: #ff2a13
}

.woocommerce .onsale, .woocommerce-page .onsale {
    position: absolute;
    display: block;
    width: 42px;
    height: 42px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 100%;
    background-color: #ff2a13;
    z-index: 1;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.45)
}

.woocommerce li.product .star-rating-container, .woocommerce-page li.product .star-rating-container {
    top: 13px;
    right: 13px;
    padding: 7px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.5)
}

.woocommerce p.stars span a[class^="star"]:after, .woocommerce-page p.stars span a[class^="star"]:after {
    display: none;
    width: 6.25em;
    padding: 0 1em;
    position: absolute;
    top: 0;
    right: -8.5em;
    font-size: 0.5em;
    text-align: center;
    color: #7a7a7a;
    background-color: #e6e6e6;
    border-radius: 100em;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.woocommerce #respond, .woocommerce-page #respond {
    margin-bottom: 0
}

.woocommerce #reply-title, .woocommerce-page #reply-title {
    font-size: 200%
}

.woocommerce #comments, .woocommerce-page #comments {
    position: relative;
    margin-top: 0
}

.woocommerce #comments .x-comments-list .x-comment-img .avatar-wrap:before, .woocommerce-page #comments .x-comments-list .x-comment-img .avatar-wrap:before {
    display: none
}

.woocommerce #comments .x-comments-list .x-comment-img .avatar-wrap .avatar, .woocommerce-page #comments .x-comments-list .x-comment-img .avatar-wrap .avatar {
    width: 60px;
    border-radius: 0
}

.woocommerce #comments .x-comments-list article.comment, .woocommerce-page #comments .x-comments-list article.comment {
    border: 1px solid #ddd;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}

.woocommerce #comments .x-comments-list .x-comment-header .star-rating-container, .woocommerce-page #comments .x-comments-list .x-comment-header .star-rating-container {
    margin-top: 4px
}

.woocommerce-ordering {
    float: left
}

.woocommerce-invalid input[type=text],
.woocommerce-invalid input[type=email],
.woocommerce-invalid input[type=number],
.woocommerce-invalid input[type=tel],
.woocommerce-invalid input[type=password],
.woocommerce-invalid select,
.woocommerce-invalid textarea
{
    color: #b94a48;
    border-color: #e5bdc4;
    background-color: #f9f0f0
}

.images .woocommerce-main-image{
    padding: 0;
    border: none;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    display: block;
    text-align: center;
}


.images .woocommerce-main-image > img{
    max-width: 100%;
    max-height: 465px;
    width: auto;
}

/*
.images .woocommerce-main-image > img.landscape{
    max-height: 465px !important;
}
*/


.images .woocommerce-main-image .product_meta{
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.5;
    padding: 0 10px;
    position: absolute;
    width: inherit;
    left: 0;
}
.product-video .play {
    height: 30px !important;
    min-height: 20px;
    top: 50%;
    position: absolute;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
}
/*.product_meta > div:first-child{*/
    /*font-weight: bold;*/
/*}*/
.product_meta p{
    margin: 0 0 0.2em;
}
.product_meta .filter-description{
    font-style: italic;
    font-weight: normal;
}


/*img.portrait{
    width: auto !important;
    height: 100% !important;
    max-height: 465px !important;
}
img.landscape{
    height: auto !important;
    max-height: 465px !important;
}*/

/*.x-tab-content .sku {*/
    /*color: #009999;*/
/*}*/
/*.x-tab-content .sku_wrapper{*/
    /*font-weight: bold;*/
/*}*/


/*.woocommerce .tax > .amount{*/
   /*color: #33cccc;*/
/*}*/


ul.carousel {
    margin: 0 -2% 0 0;
    list-style: none;
}
ul.carousel li{
    width: 23%;
    min-height: 180px;
    margin:0 2% 0 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0 5px;
    float:left;
}

.product-list li a.product-image{
    display: block;
    background: no-repeat center center;
    background-size: contain;
    width: 100%;
    padding-top: 42%;
}
.product-list li .product-header{
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    padding: 10px 5px;
}
.product-list h4{
    font-size: 20px;
    font-weight: bold;
    color: #4f4f4f;
}
.product-list .product,  .product-list .product .price .amount{
    color: #7e7e7e;
    font-size: 16px;
}
.product-list .product .product-title{
    font-weight: bold;
    white-space: nowrap;
    color: #7e7e7e;
}

.product-list .product .product-title:hover{
    color: #00a99d;
}

.woocommerce div.product .woocommerce-tabs .x-tab-content .similar-products, .woocommerce-page div.product .woocommerce-tabs .x-tab-content .similar-products{
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 30px;
}

.single-product .select2-container--default .select2-results__option[aria-disabled=true],
.not-avail{
    color: #cc3333;
}
.single-product #select2-pa_dimensions-results li.select2-results__option:last-child{
    border-top: 1px solid #ddd;
    font-style: italic;
    font-size: 13px;
    margin: 0 5px;
}


.product .socialMedia a[data-pin-log]{
    margin-right: 30px!important;
}

#billing_email, #billing_home_phone, #billing_cell_phone, #shipping_email, #shipping_home_phone, #shipping_cell_phone, #phone, #fax { width: 100%; }

.form-edit-address #shipping_company_field, .form-edit-address #shipping_company_id_field {
    display: none;
}

.captcha {
    margin-bottom: 10px;
}

.captcha .captcha-image {
    border: 1px solid #00a99d;
    height: 2.2em;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.075) inset;
}

.captcha input[type=text] {
    margin-bottom: 0;
    width: auto !important;
}

.captcha .button{
    margin: 0 5px;
}

.captcha .button.disabled {
    opacity: 0.5;
}

@media (max-width: 979px) {
    .woocommerce .cart.shop_table .product-price, .woocommerce-page .cart.shop_table .product-price {
        display: none
    }
    .woocommerce .entry-wrap, .woocommerce-page .entry-wrap {
        padding: 36px
    }
    .x-navbar .x-nav > li.x-menu-item-woocommerce > a .x-cart > span {
        width: 100%
    }

    .x-navbar .x-nav > li.x-menu-item-woocommerce > a .x-cart.inline.outer-inner > span, .x-navbar .x-nav > li.x-menu-item-woocommerce > a .x-cart.inline.inner-outer > span {
        width: 50%
    }
    .woocommerce .cols-3 li.product, .woocommerce .cols-4 li.product, .woocommerce.columns-3 li.product, .woocommerce.columns-4 li.product {
        width: 48%
    }

    .woocommerce .cols-3 li.product.first, .woocommerce .cols-4 li.product.first, .woocommerce.columns-3 li.product.first, .woocommerce.columns-4 li.product.first {
        clear: none
    }

    .woocommerce .cols-3 li.product.last, .woocommerce .cols-4 li.product.last, .woocommerce.columns-3 li.product.last, .woocommerce.columns-4 li.product.last {
        margin-right: 4%
    }

    .woocommerce .cols-3 li.product:nth-child(2n+3), .woocommerce .cols-4 li.product:nth-child(2n+3), .woocommerce.columns-3 li.product:nth-child(2n+3), .woocommerce.columns-4 li.product:nth-child(2n+3) {
        clear: both
    }

    .woocommerce .cols-3 li.product:nth-child(2n+2), .woocommerce .cols-4 li.product:nth-child(2n+2), .woocommerce.columns-3 li.product:nth-child(2n+2), .woocommerce.columns-4 li.product:nth-child(2n+2) {
        margin-right: 0
    }
}

@media (max-width: 767px) {
    .woocommerce .cart.shop_table .product-name, .woocommerce-page .cart.shop_table .product-name {
        display: block;
    }

    .woocommerce .cart .actions .action-group, .woocommerce-page .cart .actions .action-group {
        width: 100%
    }

    .woocommerce div.product .images, .woocommerce-page div.product .images {
        width: 100%
    }

    .woocommerce div.product .summary, .woocommerce-page div.product .summary {
        width: 100%;
        margin-top: 50px
    }

    .woocommerce-account .my_account_orders .order-date, .woocommerce-account .my_account_orders .order-total, .woocommerce-checkout .my_account_orders .order-date, .woocommerce-checkout .my_account_orders .order-total {
        display: none
    }

    .woocommerce #comments .x-comments-list .x-comment-img, .woocommerce-page #comments .x-comments-list .x-comment-img {
        display: none
    }
    .woocommerce #comments .x-comments-list article.comment, .woocommerce-page #comments .x-comments-list article.comment {
        margin-left: 0
    }
    div.product .woocommerce-tabs .product-sku .attributes > span {
        display: block;
    }
    .woocommerce div.product .woocommerce-tabs .x-tab-content .x-tab-pane, .woocommerce-page div.product .woocommerce-tabs .x-tab-content .x-tab-pane {
        padding: 15px 10px !important;
    }
    div.product .woocommerce-tabs  .not-available .desc {
        line-height: inherit;
        margin: 0;
    }
}

@media (max-width: 480px) {

    .woocommerce div.product .summary .product_title, .woocommerce-page div.product .summary .product_title {
        font-size: 200%
    }

    .woocommerce .entry-wrap, .woocommerce-page .entry-wrap {
        padding: 25px
    }

    .woocommerce .cols-2 li.product, .woocommerce .cols-3 li.product, .woocommerce .cols-4 li.product, .woocommerce.columns-2 li.product, .woocommerce.columns-3 li.product, .woocommerce.columns-4 li.product {
        width: 100%
    }

    .woocommerce-result-count, .woocommerce-ordering {
        float: none
    }
}


@media (max-width: 320px) {
    .woocommerce .cart-shop-btn{
        float: none;
    }
    .carousel-control.next-control{
        right: -15px !important;
    }
    .carousel-control.prev-control{
        left: -15px !important;
    }
}
.woocommerce-login-form {
    max-width: 420px;
    box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.133);
    margin: 0 auto;
}

.woocommerce-login-form .form-content {
    padding: 10px;
}

.woocommerce-login-form label {
    font-size: 18px;
}

.woocommerce-login-form input[type="text"],
.woocommerce-login-form input[type="email"],
.woocommerce-login-form input[type="password"],
.woocommerce-login-form select {
    width: 100%;
}

.woocommerce-login-form .forgot-apssword {
    margin-left: 15px;
    text-transform: uppercase;
}

.woocommerce-login-form .form-footer {
    padding: 15px;
    background-color: #ebebeb;
    border-top: 1px solid #ddd;
}

.woocommerce-login-form .form-footer h4 {
    text-align: center;
    text-transform: uppercase;
    color: #454545;
    font-family: CenturyGothicRegular,sans-serif;
    font-size: 18px;
}

.woocommerce-shipping-fields .contact-info {
    visibility: hidden;
}

.address {
    margin-bottom: 20px;
}
.address .edit-address{
    margin-top: 10px;
    float: right;
    text-transform: uppercase;
}
.address_edit {
    display: none;
}

.user-register #ship-to-different-address .message {
    display: none;
}