/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** CART DROPDOWN
===================================*/

#header .yit_cart_widget .cart_wrapper {
    position: absolute;
    right: 0;
    left: auto;
    margin-right: -1px;
    bottom: -12px;
    width: 300px;
    padding-top: 15px;
}

#header .widget_shopping_cart .widget_shopping_cart_content {
    padding: 22px 22px 24px;
    width: 100%;
}

#header .widget_shopping_cart .widget_shopping_cart_content.scrollbar-outer {
    overflow-y: scroll;
}

#header .widget_shopping_cart .widget_shopping_cart_content > .widget_shopping_cart_content {
    max-height: 407px !important;
}

#header .widget_shopping_cart .widget_shopping_cart_content ul.product_list_widget li {
    position: relative;
    border-bottom: 1px solid;
    padding: 16px 0px;
}
#header .widget_shopping_cart .widget_shopping_cart_content .total span.amount {
    right: 0;
}

#header .widget_shopping_cart a.remove{
    right: 0;
    top: auto;
    margin-top: 22px;
}

#header .widget_shopping_cart .mini-cart-item-subtotal .subtotal {
    display: none;
}

#header .widget_shopping_cart ul.cart_list {
    margin: 0 0 20px;
}

#header .widget_shopping_cart .widget_shopping_cart_content h5.list-title {
    display: block;
    margin: 0;
    padding: 0 0 12px;
    border-bottom: 1px solid;
}

#header .widget_shopping_cart .widget_shopping_cart_content .mini-cart-item-info a,
#header .widget_shopping_cart p.total {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 4px;
}

#header .widget_shopping_cart .widget_shopping_cart_content .mini-cart-item-subtotal {
    font-size: 13px;
}

#header .widget_shopping_cart .widget_shopping_cart_content .amount {
    font-weight: bold;
}

#header .widget_shopping_cart p.total {
    margin-bottom: 25px;
}

#header .widget_shopping_cart p.empty {
    margin: 0;
    border: 0;
}


#header .widget_shopping_cart .mini-cart-item-info a {
    text-align: left;
    display: block;
    margin-bottom: 12px;
}

#header .widget_shopping_cart .mini-cart-item-subtotal span.quantity {
    float: none;
    width: auto;
    height: auto;
    font-size: 13px;
}

#header .widget_shopping_cart .widget_shopping_cart_content p.buttons {
    margin: 0 0 -8px;
}

#header .widget_shopping_cart .widget_shopping_cart_content p.buttons a {
    margin: 0 0 8px;
    font-size: 13px;
}



/*****************
* STAR RATING
*********************/

.woocommerce #review_form p.stars a.star-1, .woocommerce-page #review_form p.stars a.star-1 { width: 14px; z-index: 10; }
.woocommerce #review_form p.stars a.star-2, .woocommerce-page #review_form p.stars a.star-2 { width: 30px; z-index: 9; }
.woocommerce #review_form p.stars a.star-3, .woocommerce-page #review_form p.stars a.star-3 { width: 46px; z-index: 8; }
.woocommerce #review_form p.stars a.star-4, .woocommerce-page #review_form p.stars a.star-4 { width: 62px; z-index: 7; }
.woocommerce #review_form p.stars a.star-5, .woocommerce-page #review_form p.stars a.star-5 { width: 78px; z-index: 6; }

.woocommerce-tabs #review_form .stars a:before {
    visibility: hidden;
}
.woocommerce-tabs #review_form p.stars a:hover:before, .woocommerce-tabs #review_form p.stars a:focus:before, .woocommerce-tabs #review_form p.stars a.active:before {
    visibility: visible;
}

.woocommerce-product-rating .woocommerce-review-link {
    display: inline-block;
    vertical-align: middle;
}
/*****************************
* INPUT FORM WOOCOMMERCE
********************************/

.woocommerce form .form-row-wide,
.woocommerce form .form-row-last,
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-wide,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    margin-bottom: 15px;
}
.woocommerce input.input-text, .woocommerce textarea,
.woocommerce-page input.input-text, .woocommerce-page textarea {
    width: 100%;
}
.woocommerce-checkout #order_comments {
    padding: 5px 10px;
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    width: 49%;
    float: left;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    width: 49%;
    float: right;
}
.woocommerce p.form-row label,
.woocommerce-page p.form-row label,
#ship-to-different-address label {
    font-weight: 400;
}
.woocommerce p.form-row label abbr,
.woocommerce-page p.form-row label abbr {
    border-bottom: 0;
}
.woocommerce p.form-row .sbHolder .sbSelector,
.woocommerce ul.variations .sbHolder .sbSelector,
.widget.woocommerce.widget_layered_nav > .sbHolder .sbSelector {
    padding: 5px 10px;
    font-size: 14px;
}
.woocommerce ul.variations .sbHolder .sbSelector {
    background-color: #fff;
}
.woocommerce form.cart-page .sbHolder ul,.woocommerce section.shipping-calculator-form .sbHolder ul {
    overflow-y: scroll;
    margin-top: 15px;
    height: 250px;
}
.woocommerce ul.variations .select_box_select.select_box {
    display: none;
}
.woocommerce .form-row .chosen-container {
    width: 100% !important;
}
.woocommerce form .form-row a.chosen-single,
.woocommerce-page form .form-row a.chosen-single {
    width: 100%;
    height: 35px !important;
    border-radius: 0;
    box-shadow: none;
    background: none;
    border: 1px solid;
    padding: 0 10px;
}
.woocommerce form .form-row .chosen-container-single .chosen-drop,
.woocommerce-page form .form-row .chosen-container-single .chosen-drop {
    border-radius: 0;
}
.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-drop,
.woocommerce form .form-row.validate-required.woocommerce-invalid .chosen-single,
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce form .form-row.validate-required.woocommerce-invalid select,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-drop,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid .chosen-single,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
    border-color: #a51d1d;
    opacity: 0.8;
}
.woocommerce form .form-row .chosen-container-single .chosen-single span,
.woocommerce-page form .form-row .chosen-container-single .chosen-single span {
    line-height: 35px;
}

.select2-container{
    width: 100% !important;
}

.select2-container a{
    border-radius: 0 !important;
    height: 35px !important;
}

.select2-container a b[role='presentation']:after{
    border: 0 !important;
}

.woocommerce-checkout form .form-row .chosen-container-single .chosen-single div b,
.woocommerce-page form .form-row .chosen-container-single .chosen-single div b,.select2-container a b[role='presentation'],.select2-container a span.select2-arrow{
    background: url('../theme/assets/images/sprite-toggle.png') no-repeat top !important;
}
.woocommerce-checkout form .form-row .chosen-container-single.chosen-with-drop .chosen-single div b,
.woocommerce-page form .form-row .chosen-container-single.chosen-with-drop .chosen-single div b,.select2-container a b[role='presentation'],.select2-container a span.select2-arrow {
    background-position: bottom !important;
}

.select2-dropdown-open a b[role='presentation'],.select2-dropdown-open a span.select2-arrow{
    background-position: top !important;
}

.woocommerce form .form-row .chosen-container-single .chosen-single div,
.woocommerce-page form .form-row .chosen-container-single .chosen-single div, .select2-container a span.select2-arrow {
    width: 20px;
    height: 20px;
    top: 7px;
    right: 7px;
}

.select2-container .select2-choice .select2-arrow {
    height:20px;
    top: 6px;
    right: 6px;
}

.select2-container .select2-choice {
    padding: 5px 0 0 8px;
    border: 1px solid #dbd8d8;
}

.select2-drop-active {
    border: 1px solid #dbd8d8;
    border-top: 0;
}

.woocommerce-cart #calc_shipping_country,.woocommerce-cart #calc_shipping_state {
    width: 100%;
    height: 35px;
}

/**********************
* SALE ICON
************************/

.woocommerce span.onsale {
    min-width: 3.236em;
    /*padding: 0.702em;*/
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: normal;
    top: .5em;
    right: .5em;
    margin: 0;
    /*border-radius: 5px;*/
    /*background-color: #77a464;*/
    /*color: #fff;*/
    font-size: .657em;
    z-index: 200;
    -webkit-font-smoothing: antialiased;
}


/**********************
* QUANTITY INPUT
************************/

.woocommerce .quantity, .woocommerce-page .quantity {
    width: 88px;
    height: 32px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 12px;
}
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce .quantity .minus, .woocommerce .quantity .plus,
.woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus {
    background-color: #fff;
    border: 1px solid;
    left: 29px;
    height: 100%;
    position: absolute;
    width: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 0;
    text-align: center !important;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    border-radius: 0;
    border-color: inherit;
}
.woocommerce .quantity .minus:hover, .woocommerce .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover, .woocommerce-page .quantity .plus:hover {
    background: #627f9a;
    color: #fff;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.woocommerce .quantity .minus, .woocommerce .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page .quantity .plus {
    display: block;
    margin: 0;
    vertical-align: text-top;
    font-size: 16px !important;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
    line-height: 13px;
}
.woocommerce .quantity .plus, .woocommerce-page .quantity .plus {
    left: 58px;
}

/***************************************************
* NOTICE WOOCOMMERCE
*****************************************************/
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    position: relative;
    min-height: 60px;
    padding: 20px 10px 14px 70px;
    margin-bottom: 20px;
}
.woocommerce-message:after,
.woocommerce-error:after,
.woocommerce-info:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 3px solid;
    pointer-events: none;
    opacity: 0.5;
}
.woocommerce-message { color: #797b34; }
.woocommerce-message:after { border-color: #dae678; }

.woocommerce-error li { color: #a51d1d; list-style: none; }
.woocommerce-error:after { border-color: #f6a2a2; }

.woocommerce-message:before,
.woocommerce-info:before,
.woocommerce-error:before {
    font-family: 'retinaicon-font';
    position: absolute;
    left: 20px;
    top: 3px;
    bottom: 3px;
    font-size: 30px;
    line-height: 60px;
    font-weight: 400;
}
.woocommerce-info:before { content: "\e421"; }
.woocommerce-message:before { content: "\e41b"; color: #dae678; }
.woocommerce-error:before { content: "\e41c"; color: #a51d1d; }

.woocommerce-message .button.wc-forward {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-indent: -99999px;
    overflow: hidden;
    margin: 0;
    background: none;
    border: none;
}

/***************
 *MAGNIFIER
 ******************/
.yith_magnifier_lens {
    z-index: 25 !important;
}
.yith_magnifier_zoom_magnifier {
    z-index: 50 !important;
}
.yith_magnifier_mousetrap{
    z-index: 100 !important;
}
.yith_magnifier_zoom_wrap, .yith_magnifier_loading {
    z-index: 200 !important;
}
.yith_magnifier_gallery {
    margin: 0;
    padding: 0;
}

/******************************
* SHOP PAGE
*******************************/

#yith-wcwl-popup-message {
    display: none !important;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
    list-style: none;
    padding: 0;
    margin: 0;
    clear: both;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-bottom: 25px;
    text-align: center;
    position: relative;
}
.show-single-product ul.products li.product {
    width: 100% !important;
    margin-bottom: 0;
}
.show-single-product ul.products li.product .product-wrapper {
    border-bottom: 0;
    border-top: 0;
}
.show-single-product ul.products li.product .product-wrapper .product-quick-view-button {
    display: none;
}
ul.products li.product.first {
    clear: both;
}
.woocommerce ul.products li .product-wrapper,
.woocommerce-page ul.products li .product-wrapper {
    border-width: 1px;
    border-style: solid;
    position: relative;
    border-radius: 2px;
}
.woocommerce ul.products li .product-wrapper .product-meta-wrapper,
.woocommerce-page ul.products li .product-wrapper .product-meta-wrapper{
 padding: 0 5px;
}
.woocommerce ul.products li .product-wrapper .thumb-wrapper,
.woocommerce-page ul.products li .product-wrapper .thumb-wrapper {
    position: relative;
}
.woocommerce ul.products li.product .thumb img,
.woocommerce-page ul.products li.product .thumb img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
}
.woocommerce ul.products li.product .thumb-wrapper .face,
.woocommerce ul.products li.product .thumb-wrapper .face.back,
.woocommerce ul.products li.product .thumb-wrapper .thumb,
.woocommerce ul.products li.product .thumb-wrapper .thumb.backface {
    display: block;
}
.woocommerce ul.products li.product .product-wrapper:hover .thumb-wrapper:not( .no-hover ) a.thumb.backface .face,
.woocommerce ul.products li.product .thumb-wrapper a.thumb.backface .face.back {
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.woocommerce ul.products li.product .product-wrapper:hover .thumb-wrapper:not( .no-hover ) a.thumb.backface .face.back,
.woocommerce ul.products li.product .thumb-wrapper a.thumb.backface .face {
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.woocommerce ul.products li.product .thumb-wrapper a.thumb.backface .face.back {
    position: absolute;
    top: 0;
    width: 100%;
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: .5em .5em 0 0
}

ul.products li .product-wrapper .thumb-wrapper .onsale-icon,
.single-product.woocommerce div.product div.images span.onsale-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 5;
}
.single-product.woocommerce div.product div.images span.onsale-icon {
    top: 10px;
    right: 10px;
}
ul.products li.product.grid .product-wrapper .product-meta-wrapper,
ul.products li.product.masonry_item .product-wrapper .product-meta-wrapper {
    padding: 10px 5px 0;
}
ul.products li.product .product-wrapper .product-meta-wrapper h3 {
    margin-top: 0;
    margin-bottom: 2px;
}
ul.products li.product .product-wrapper .product-meta-wrapper .price {
    display: block;
    margin-bottom: 3px;
}
ul.products li.product .product-wrapper .product-meta-wrapper .price del,
.single-product.woocommerce div.product div.summary .price del {
    font-size: 70%;
    opacity: 0.5;
}
ul.products li.product .product-wrapper .product-meta-wrapper .price ins,
.single-product.woocommerce div.product div.summary .price ins {
    text-decoration: none;
    background: none;
}
ul.products li.product .product-wrapper .product-meta-wrapper .price .from,
.single-product.woocommerce div.product div.summary .price .from {
    font-size: 90%;
}
ul.products li.product .product-wrapper .product-meta-wrapper .woocommerce-product-rating {
    padding-bottom: 13px;
}
ul.products li.product .product-wrapper .product-meta-wrapper .woocommerce-product-rating .star-rating {
    margin-right: 0;
}
ul.products li.product:not( .list ) .product-wrapper .product-meta-wrapper .product-description {
    display: none;
}
ul.products li.product .product-wrapper .product-actions-wrapper .product-action-button {
    position: relative;
    display: inline-block;
    margin: 0 0 8px 0;
    vertical-align: top;
}
ul.products li.product .product-wrapper .product-actions-wrapper{
    padding: 0 8px;
}
ul.products li.product.outofstock .product-wrapper .product-actions-wrapper.with-wishlist .product-action-button {
    margin: 4px 0 4px 8px;
}
ul.products li.product.outofstock .product-wrapper .product-actions-wrapper.with-wishlist span.out-of-stock {
    font-size: 12px;
}
ul.products li.product .product-wrapper .product-actions-wrapper .product-action-button a,
ul.products li.product .product-wrapper .product-actions-wrapper .product-action-button > span,
.woocommerce.sc_add_to_cart button.single_add_to_cart_button {
    padding: 5px 10px 4px;
    border-radius: 2px;
    margin: 0;
    box-shadow: none;
}
ul.products li.product .product-wrapper .product-actions-wrapper .product-action-button a.added_to_cart.wc-forward {
    display: none !important;
}
ul.products li.product .product-wrapper .product-actions-wrapper .product-action-button img.icon-add-to-cart {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    margin: 0 5px;
}
ul.products li.product .product-wrapper .product-actions-wrapper .product-action-button a span {
    display: inline-block;
    vertical-align: middle;
}
ul.products li.product .product-wrapper .product-actions-wrapper .yith-wcwl-add-to-wishlist {
    text-align: center;
    display: inline-block;
    margin: 0 0 8px 2px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    vertical-align: top;
    height: 33px;
}
ul.products li.product .product-wrapper .product-actions-wrapper .yith-wcwl-add-to-wishlist a {
    padding: 4px 7px 2px 2px;
    display: block;
}
ul.products li.product .product-wrapper .product-actions-wrapper .yith-wcwl-add-to-wishlist:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
ul.products li.product .product-wrapper .product-actions-wrapper .yith-wcwl-add-to-wishlist > div.show {
    display: inline-block !important;
    vertical-align: middle;
    padding: 0 1px;
}
ul.products li.product .product-wrapper .product-actions-wrapper .yith-wcwl-add-to-wishlist a > span {
    font-size: 18px;
}
.yith-wcwl-add-to-wishlist a > span:before {
    display: inline-block;
    vertical-align: middle;
}
ul.products li.product .product-wrapper .thumb-wrapper .product-quick-view-button,
ul.products li.product .product-wrapper .thumb-wrapper.no-hover .added-to-cart-icon,
.woocommerce .quick-view-overlay .added-to-cart-icon,.quick-view-overlay .added-to-cart-icon {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 50%;
    left: 0;
}
ul.products li.product .product-wrapper .thumb-wrapper .product-quick-view-button {
    pointer-events: none;
}
ul.products li.product .product-wrapper .thumb-wrapper.no-hover .added-to-cart-icon {
    background-color: rgba( 255, 255, 255, 0.5);
    z-index: 10;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
ul.products li.product .product-wrapper .thumb-wrapper.no-hover .added-to-cart-icon:before,
.woocommerce .quick-view-overlay .added-to-cart-icon:before, .quick-view-overlay .added-to-cart-icon:before {
    content: '';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}
ul.products li.product .product-wrapper .thumb-wrapper .product-quick-view-button {
    margin-top: -16px;
}


ul.products li.product .product-wrapper .thumb-wrapper .product-quick-view-button a,
.widget.featured-products .product-quick-view-button a{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 5px 20px;
    background: #627f9a;
    text-transform: uppercase;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    pointer-events: all;
}
ul.products li.product .product-wrapper:hover .thumb-wrapper:not( .no-hover ) .product-quick-view-button a,
.widget.featured-products:hover .product-quick-view-button a{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
ul.products li.product .product-wrapper .thumb-wrapper.no-hover .added-to-cart-icon,
.woocommerce .quick-view-overlay .added-to-cart-icon,.quick-view-overlay .added-to-cart-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba( 255, 255, 255, 0.5);
    z-index: 10;
}
ul.products li.product .product-wrapper .thumb-wrapper.no-hover .added-to-cart-icon span,
.woocommerce .quick-view-overlay .added-to-cart-icon span, .quick-view-overlay .added-to-cart-icon span {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 25px;
    background: #9aa303;
}
ul.products li.product .product-wrapper .thumb-wrapper .product-quick-view-button a:hover,
.widget.featured-products .product-quick-view-button a:hover {
    background: #536b82;
}

ul.products li.product .tooltip-inner {
    text-transform: uppercase;
}

/* customize quick view opening model */

#yith-quick-view-modal.loading {
    visibility: visible;
    opacity: 1;
}

#yith-quick-view-modal.loading .yith-quick-view-overlay {
    display: table;
    width: 100%;
    height: 100%;
}

#yith-quick-view-modal.loading .yith-quick-view-overlay p {
    color: #efefef;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1px;
}

#yith-quick-view-modal.loading .yith-wcqv-wrapper {
    visibility: hidden;
}


/******** LIST VIEW ****************/

.woocommerce ul.products li.product.list, .woocommerce-page ul.products li.list {
    width: 100%;
}
ul.products li.product.list .product-wrapper .thumb-wrapper,
ul.products li.product.list .product-wrapper .woocommerce-product-rating,
ul.products li.product.list .product-actions-wrapper {
    float: left;
}
ul.products li.product.list .product-wrapper .thumb-wrapper {
    margin-bottom: 0;
    border-bottom: 0;
}
ul.products li.product.list .product-wrapper .product-meta-wrapper,
ul.products li.product.list .product-wrapper .product_actions_container {
    display: inline-block;
    float: right;
}
.woocommerce ul.products li.product.list .product-meta-wrapper h3,
.woocommerce ul.products li.product.list .product-meta-wrapper span.price {
    text-align: left;
    margin-top: 0;
}
.woocommerce ul.products li.product.list .product-meta-wrapper span.price {
    margin-bottom: 10px;
}
.woocommerce ul.products li.product.list .product-meta-wrapper .product-description {
    clear: both;
}
ul.products li.product.list .product-wrapper .product-actions-wrapper {
    border: 0;
    margin-bottom: 20px;
}
ul.products li.product.list .product-wrapper .product-meta-wrapper {
    padding: 20px 10px 0 0;
    margin-bottom: 10px;
}
ul.products li.product.list .product-wrapper .product-actions-wrapper .product-action-button {
    margin: 0;
}
/********************************/

#page-meta .page-meta-wrapper {
    border-width: 2px;
    border-style: solid;
    margin-bottom: 20px;
    padding: 8px 20px;
}
#page-meta .page-title {
    margin-top: 0;
    margin-bottom: 10px;
}
#page-meta .woocommerce-ordering {
    float: right;
}
#list-or-grid, #number-of-products {
    float: left;
}
#list-or-grid {
    margin-right: 20px;
    margin-bottom: 0;
}
#list-or-grid span, #number-of-products span,
#list-or-grid a, #number-of-products a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#number-of-products a {
    margin-right: 0;
}
#number-of-products a:after {
    content: '/';
    margin-left: 2px;
}
#number-of-products a:last-child:after {
    content: '';
}
#list-or-grid a:before, #number-of-products a:before {
    display: block;
}
#page-meta .woocommerce-ordering .sbSelector {
    border: none;
    display: inline-block;
    margin-right: 10px;
}
#page-meta .woocommerce-ordering .sbToggle {
    position: static;
    display: inline-block;
    float: right;
    border: 2px solid;
    background-size: 80%;
    background-position: center 1px;
    width: 22px;
    height: 19px;
}
#page-meta .woocommerce-ordering .sbToggle.sbToggleOpen {
    background-position: center bottom;
}
#page-meta .woocommerce-ordering .sbHolder .sbOptions {
    width: 150px;
    left: auto;
    margin: 13px 0 0;
    -webkit-box-shadow: 1px 1.732px 3px 0px rgba( 0, 0, 0, 0.19 );
    -moz-box-shadow: 1px 1.732px 3px 0px rgba( 0, 0, 0, 0.19 );
    box-shadow: 1px 1.732px 3px 0px rgba( 0, 0, 0, 0.19 );
}
#page-meta .woocommerce-ordering .sbHolder .sbOptions li {
    padding-bottom: 5px;
}
#page-meta .woocommerce-ordering .sbHolder .sbOptions li a {
    font-weight: 400 !important;
}

/***********************
* SINGLE PRODUCT PAGE
*************************/

.single-product.woocommerce div.product div.images {
    float: left;
    position: relative;
    margin-bottom: 30px;
}
.single-product.woocommerce div.product div.images > a img,
.single-product.woocommerce div.product div.images .yith_magnifier_zoom_wrap  img {
    width: 100%;
}
.single-product.woocommerce div.product div.images > a,
.single-product.woocommerce div.product div.images .yith_magnifier_zoom_wrap,
.single-product.woocommerce div.product div.images .product-video {
    display: block;
    margin-bottom: 20px;
}
.single-product.woocommerce div.product.product-style-2 div.images .yith_magnifier_zoom_wrap {
    margin-bottom: 0;
}
.woocommerce #content div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:before,
.woocommerce div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:before,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:before,
.woocommerce-page div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:before {
    content: " ";
    display: table
}
.woocommerce #content div.product div.thumbnails a.first,
.woocommerce #content div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails:after {
    clear: both
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
    float: left;
    width: 30.75%;
    margin-right: 3.93%;
    margin-bottom: 1em
}

.woocommerce #content div.product div.thumbnails a.last,
.woocommerce div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last {
    margin-right: 0
}

.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a {
    width: 100%;
    margin-right: 0;
    float: none
}

.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a {
    width: 48%
}

.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a {
    width: 22.05%
}

.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a {
    width: 16.9%
}

.woocommerce #content div.product div.thumbnails.slider a,
.woocommerce div.product div.thumbnails.slider a {
    margin-right: 0;
}

.woocommerce #content div.product div.thumbnails.slider div.owl-item:last-of-type li a,
.woocommerce div.product div.thumbnails.slider div.owl-item:last-of-type li a {
    margin-right: 0;
}

.single-product.woocommerce div.product div.images .thumbnails.slider .yith_magnifier_gallery .owl-item {
    text-align: center;
}
.single-product.woocommerce div.product div.images .thumbnails.slider .yith_magnifier_gallery li {
    text-align: center;
    display: inline-block;
    float: none;
}
.single-product.woocommerce div.product div.images .thumbnails.slider .yith_magnifier_gallery li a {
    width: auto !important;
    display: inline-block;
}
.single-product.woocommerce div.product.product-style-1 div.images .thumbnails.slider {
    overflow: hidden;
}
.single-product.woocommerce div.product.product-style-1 div.images .thumbnails.slider .yith_magnifier_gallery li {
    margin-right: 16px;
}
.single-product.woocommerce div.product.product-style-1 div.images .thumbnails.slider .slick-list {
    margin-right: -16px;
}
.single-product.woocommerce div.product div.images .yith_magnifier_gallery li a {
    margin-top: 0;
}
.single-product.woocommerce div.product div.images span.onsale-icon {
    z-index: 300;
    pointer-events: none;
}
.single-product.woocommerce div.product div.summary {
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
    text-align: left;
}
.single-product.woocommerce div.product div.summary h1 {
    margin-top: 8px;
    margin-bottom: 18px;
}
.single-product.woocommerce div.product.product-style-1 div.summary h1:after,
.yith-wcqv-main div.product div.summary h1:after{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.single-product.woocommerce div.product.product-style-2 div.summary h1 {
    padding: 0 100px;
}

/******* PRODUCT NAVIGATION LINK **********/

#product-nav {
    position: absolute;
    top: 0;
    right: 0;
}
#product-nav div.prev-product,
#product-nav div.next-product {
    display: none;
}
#product-nav > a {
    display: inline-block;
    border: 1px solid;
    border-color: inherit;
    padding: 11px 4px 7px;
    margin-left: 3px;
}
#product-nav > a > span {
    display: block;
    font-size: 10px;
    line-height: 1;
}
#product-nav > a:hover > div {
    display: block;
    position: absolute;
    border: 1px solid;
    border-color: inherit;
    top: 100%;
    right: 0;
    margin-top: 10px;
    z-index: 10;
    width: 110px;
    padding: 5px;
    text-align: center;
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    1px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         1px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
#product-nav > a div.product-info {
    padding: 0 5px;
    text-align: center;
}
#product-nav > a div.product-info h5 {
    word-wrap: break-word;
    font-size: 12px;
    margin: 13px 0 2px;
}
#product-nav > a div.product-info p {
    font-size: 12px;
    margin: 0;
}
#product-nav > a div.product-info p del {
    opacity: 0.5;
    font-size: 90%;
    display: block;
}
#product-nav > a div.product-info p ins {
    text-decoration: none;
}
#product-nav > a div.product-info p .from {
    display: none;
}

/******** END PRODUCT NAVIGATION ********/

.single-product.woocommerce div.product div.summary .woocommerce-breadcrumb,
.single-product.woocommerce div.product div.summary .woocommerce-product-rating {
    margin-bottom: 13px;
    text-transform: uppercase;
    font-size: 12px;
}
.single-product.woocommerce div.product div.summary .woocommerce-breadcrumb a:not(:hover),
.single-product.woocommerce div.product div.summary .woocommerce-product-rating a:not(:hover) {
    color: #5b5a5a;
}
.single-product.woocommerce div.product div.summary .woocommerce-product-rating {
    margin-bottom: 28px;
}
.single-product.woocommerce div.product div.summary p.price {
    display: inline-block;
}
/* price style 2 */
.single-product.woocommerce div.product.product-style-2 div.summary p.price {
    position: absolute;
    color: #fff;
    /*right: 85%;*/
    top: 18px;
    left: -40px;
    padding: 8px 15px;
    white-space: nowrap;
    font-size: 24px;
}
.single-product.woocommerce div.product.product-style-2 div.summary p.price:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 8px;
    border-color: transparent transparent transparent #627f9a;
    right: -8px;
    top: 50%;
    margin-top: -10px;
}
#modal-window:before,
#modal-window:after {
    content: '';
    border-bottom: 3px solid #627f9a;
    display: block;
    width: 60px;
}
.single-product.woocommerce div.product div.summary #inquiry-form:before,
#modal-window:before {
    margin-bottom: 10px;
}
.single-product.woocommerce div.product div.summary h1:after,
.single-product.woocommerce div.product div.summary #inquiry-form:after,
#modal-window:after {
    margin-top: 13px;
}
.single-product.woocommerce div.product div.summary div[itemprop="description"] p {
    margin-bottom: 25px;
}

/******************* INQUIRY FORM AND SIZE CHART *********************/

#modal-window {
    margin-bottom: 20px;
}
#modal-window .modal-shortcode .modal-opener a {
    font-weight: 600;
}
#modal-window span.icon-form {
    font-size: 20px;
    margin-right: 5px;
}
#modal-window span.icon-form,
#modal-window span.icon-form:before,
#modal-window .modal-shortcode {
    display: inline-block;
    vertical-align: middle;
}

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

.single-product.woocommerce div.product div.summary form.cart {
    border: 10px solid #f9f9f9;
    padding: 0 10px 20px;
    margin-bottom: 30px;
    position: relative;
}
.single-product.woocommerce div.product div.summary form.cart:before,
.single-product.woocommerce div.product div.summary form.cart:after {
    content: '';
    display: table;
}
.single-product.woocommerce div.product div.summary form.cart table.group_table {
    margin: 10px 0;
    width: 100%;
}
.single-product.woocommerce div.product div.summary form.cart table.group_table tr td {
    padding: 5px 0;
}
.single-product.woocommerce div.product div.summary form.cart table.group_table tr td:first-child {
    width: 100px;
}
.single-product.woocommerce div.product div.summary form.cart table.group_table tr .label {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    line-height: normal;
}
.single-product.woocommerce div.product div.summary form.cart table.group_table tr label {
    margin-bottom: 0;
}
.single-product.woocommerce div.product-type-grouped div.summary form.cart table.group_table tr label {
    margin-top: 0;
}
.single-product.woocommerce div.product-type-grouped div.summary form.cart table.group_table tr label.qty {
    display: none;
}
.single-product.woocommerce div.product div.summary form.cart:after {
    clear: both;
}
.single-product.woocommerce div.product div.summary form.cart h4,
.single-product.woocommerce div.product form.cart label {
    margin: 15px 0 12px;
    display: block;
}
.single-product.woocommerce div.product div.summary form.cart .reset_variations {
    margin: 5px 0 10px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 14px;
}
.single-product.woocommerce div.product div.summary form.cart .single_variation {
    margin-bottom: 15px;
}
.single-product.woocommerce div.product div.summary form.cart .variations {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
}
.single-product.woocommerce div.product div.summary form.cart .variations .select_option {
    margin-right: 8px;
    background-color: #fff;
}
.single-product.woocommerce div.product div.summary form.cart .variations .select_option_colorpicker,
.single-product.woocommerce div.product div.summary form.cart .variations .select_option span,
.single-product.woocommerce div.product div.summary form.cart .variations .select_option img,
.single-product.woocommerce div.product div.summary form.cart .variations .select_option_colorpicker span {
    border: none;
    width: auto;
    min-width: 31px;
    height: 31px;
    line-height: 31px;
}
.single-product.woocommerce div.product div.summary form.cart .variations .select_option_colorpicker span {
    background-clip: content-box !important;
    border: 1px solid #d9d9d9;
    padding: 1px;
    transition: all 300ms;
}
.single-product.woocommerce div.product div.summary form.cart .variations .select_option_colorpicker span:hover {
    border-color: #999 !important;
}
.single-product.woocommerce div.product div.summary form.cart .variations .select_option_label span {
    padding: 0 5px;
}
.single-product.woocommerce div.product div.summary form.cart .quantity,
.single-product.woocommerce div.product div.summary form.cart .single_add_to_cart_button {
    float: left;
}
.single-product.woocommerce div.product div.summary form.cart .single_add_to_cart_button {
    margin-right: 14px;
    margin-top: 0;
    padding: 4px 16px;
}

.single-product.woocommerce div.product.sold-individually div.summary form.cart {
    margin-bottom: 0px;
    padding-top: 20px;
}

.single-product.woocommerce div.product-type-external div.summary p.cart {
    display: inline-block;
}
.single-product.woocommerce div.product div.summary p.stock.out-of-stock {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    border: 1px solid;
    padding: 10px 15px;
    font-weight: 600;
    margin-right: 10px;
}
.single-product.woocommerce div.product div.summary p.stock.out-of-stock:before {
    font-family: 'retinaicon-font';
    content: '\e41c';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.single-product.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist,
.single-product.woocommerce div.product div.summary .compare-button {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
}
.single-product.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist a,
.single-product.woocommerce div.product div.summary .compare-button a {
    padding: 4px 7px;
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.single-product.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist a.add_to_wishlist {
    opacity: 0.7;
}
.single-product.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist:hover a.add_to_wishlist {
    opacity: 1;
}
.single-product.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist + .clear {
    display: none;
}
.single-product.woocommerce div.product div.summary .yith-wcwl-add-to-wishlist {
    margin-right: 8px;
}
.single-product.woocommerce div.product div.summary .compare-button a {
    width: 30px;
    height: 30px;
    background: url('images/sprite-shop.png') no-repeat top center;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.single-product.woocommerce div.product div.summary .compare-button:hover a {
    background-position: bottom center;
}

ul li.product a.compare.button {
    padding: 5px 10px 4px;
}

ul li.product.list a.compare.button {
    float: left;
    margin-left: -3px;
}

.single-product.woocommerce div.product div.summary .yith-ywraq-add-to-quote {
    background-position: bottom center;
}
.single-product.woocommerce div.product div.summary .product-share ul {
    padding-left: 16px;
}
.single-product.woocommerce div.product div.summary .product-share ul,
.single-product.woocommerce div.product div.summary .product-share li {
    display: inline-block;
    list-style: none;
    margin-bottom: 0;
    vertical-align: top;
}
.single-product.woocommerce div.product div.summary .product-share{
    margin-bottom: 45px;
}
.single-product.woocommerce div.product div.summary .product-share li a {
    display: block;
    margin-bottom: 5px;
}
.single-product.woocommerce div.product div.summary .product-share li span {
    width: 38px;
    height: 38px;
    border-width: 2px;
}
.single-product.woocommerce div.product div.summary .product-share li a i {
    color: #c1c1c1;
    font-size: 20px;
}
.single-product.woocommerce div.product div.summary .product-share li a:hover i {
    color: inherit;
    opacity: 1;
}
.single-product.woocommerce div.product div.summary .product_meta {
    margin-top: 0;
}
.single-product.woocommerce div.product div.summary .product_meta > span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}
.single-product.woocommerce .woocommerce-tabs {
    margin-bottom: 40px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ddd;
}
.single-product.woocommerce .woocommerce-tabs > ul {
    list-style: none;
    padding: 0;
    border-bottom: 1px solid;
    border-left: 0;
    margin-bottom: 35px;
    -webkit-box-shadow: inset 0 -2px 0 0 #f7f7f7;
    -moz-box-shadow:    inset 0 -2px 0 0 #f7f7f7;
    box-shadow:         inset 0 -2px 0 0 #f7f7f7;
}
.single-product.woocommerce .woocommerce-tabs ul:before {
    content: '';
    display: table;
}
.single-product.woocommerce .woocommerce-tabs ul:after {
    content: '';
    display: table;
    clear: both;
}
.single-product.woocommerce .woocommerce-tabs > ul li a {
    float: left;
    padding: 13px 26px;
    margin: 1px 1px -1px;
}
.single-product.woocommerce .woocommerce-tabs > ul li.active a {
    background-color: inherit;
    border: 1px solid;
    border-bottom: 0;
    margin: 0 0 -1px;
}
.single-product.woocommerce .woocommerce-tabs .panel {
    box-shadow: none;
    border: none;
    margin: 0;
}
.single-product.woocommerce .woocommerce-tabs .panel > h2 {
    display: none;
}
.single-product.woocommerce .extra-content {
    margin-bottom: 30px;
}

    /* style creative */

.single-product.woocommerce div.product-style-2 .product-header {
    width: 500%;
    position: relative;
    left: -250%;
    margin-left: 50%;
    background: #f6f6f6;
    margin-bottom: 50px;
}

.single-product.woocommerce div.product.product-style-2 .images {
    margin-left: 90px;
    margin-bottom: 0;
}

.single-product.woocommerce div.product.product-style-2 .images > a {
    margin-bottom: 0;
}

.single-product.woocommerce div.product-style-2 .summary {
    margin: 50px 0 50px 50px;
    background: #fff;
    padding: 30px 18px 18px;
}

.single-product.woocommerce div.product-style-2 div.container {
    position: relative;
}

.single-product.woocommerce div.product-style-2 div.summary {
    box-shadow: 5px 1px 5px rgba( 0, 0, 0, 0.06 );
}

.single-product.woocommerce div.product-style-2 div.summary form.cart {
    border: 0;
    padding: 0;
}

.single-product.woocommerce div.product-style-2 #product-nav {
    top: 12px;
    right: 15px;
}

.single-product.woocommerce div.product-style-2 #product-nav > a {
    background: #fff;
}

.single-product.woocommerce div.product-style-2 #product-nav > a span {
    opacity: 0.7;
}

.single-product.woocommerce div.product-style-2 #product-nav > a:hover span {
    opacity: 1;
}

.single-product.woocommerce div.product-style-2 div.thumbnails {
    position: absolute;
    top: 40px;
    left: -90px;
    width: 74px;
}

.single-product.woocommerce div.product-style-2 div.thumbnails a {
    width: auto;
    max-width: 100%;
    border: 2px solid #fff;
}

.single-product.woocommerce div.product-style-2 div.summary h1,
.single-product.woocommerce div.product-style-2 div.summary .woocommerce-breadcrumb,
.single-product.woocommerce div.product-style-2 div.summary .woocommerce-product-rating {
    text-align: center !important;
}

.single-product.woocommerce div.product-style-2 div.summary h1:after {
    margin-left: auto;
    margin-right: auto;
}

.single-product.woocommerce div.product-style-2 .woocommerce-tabs > ul {
    border-width: 1px;
    border-style: solid;
}

.single-product.woocommerce div.product-style-2 .woocommerce-tabs > ul li a,
.single-product.woocommerce div.product-style-2 .woocommerce-tabs > ul li.active a {
    margin: 0 0 -1px;
}

.single-product.woocommerce div.product-style-2 .woocommerce-tabs > ul li.active a {
    border-top: 0;
}

.single-product.woocommerce div.product-style-2 .woocommerce-tabs > ul li.active:first-child a {
    border-left: 0;
}

.single-product.woocommerce div.product-style-2 .upsells,
.single-product.woocommerce div.product-style-2 .related {
    clear: both;
}
.single-product.woocommerce div.product.product-style-2 div.images .thumbnails.slider .yith_magnifier_gallery li,
.single-product.woocommerce div.product.product-style-2 div.images .thumbnails.slider .yith_magnifier_gallery li a,
.single-product.woocommerce div.product.product-style-2 div.images .thumbnails.slider .yith_magnifier_gallery li a img {
    display: block;
    float: none;
}

.single-product.woocommerce div.product div.images div.slick-track li a {
    width: 100%;
}

.single-product.woocommerce div.product.product-style-2 div.images .thumbnails.slider .yith_magnifier_gallery li a {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

/* messages */
.single-product.woocommerce div.product.product-style-2 .woocommerce-message,
.single-product.woocommerce div.product.product-style-2 .woocommerce-info,
.single-product.woocommerce div.product.product-style-2 .woocommerce-error {
    position: absolute;
    background: #fff;
    background: rgba( 255, 255, 255, 0.8 );
    top: 40%;
    z-index: 10000;
    width: 50%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 15px 20px;
    text-align: center;
    color: #6f6f6f;
    font-size: 15px;
    font-weight: normal;
}

.single-product.woocommerce div.product.product-style-2 .woocommerce-message > span,
.single-product.woocommerce div.product.product-style-2 .woocommerce-info > span,
.single-product.woocommerce div.product.product-style-2 .woocommerce-error > span {
    display: block;
    font-size: 17px;
}

.single-product.woocommerce div.product.product-style-2 .woocommerce-message > span {
    color: #6B713B;
}

.single-product.woocommerce div.product.product-style-2 .woocommerce-error > span {
    color: #771616;
}

.single-product.woocommerce div.product.product-style-2 .woocommerce-message:after,
.single-product.woocommerce div.product.product-style-2 .woocommerce-info:after,
.single-product.woocommerce div.product.product-style-2 .woocommerce-error:after {
    display: none;
}

.single-product.woocommerce div.product.product-style-2 .woocommerce-message:before,
.single-product.woocommerce div.product.product-style-2 .woocommerce-info:before,
.single-product.woocommerce div.product.product-style-2 .woocommerce-error:before {
    position: static;
    display: block;
    line-height: 40px;
}

.single-product.woocommerce div.product.product-style-2 .woocommerce-message:before {
    content: "\e1c6";
    color: #808842;
}

/**************************
* CART AND CHECKOUT PAGE
**************************/

#customer_details {
    margin-bottom: 30px;
}

/*.woocommerce form.cart-page, .woocommerce-page form.cart-page {*/
    /*margin-bottom: 70px;*/
/*}*/

.woocommerce .cart-list {
    margin-bottom: 0px;
}


.woocommerce table.shop_table.shipping td section p {
    margin-top: 0;
    margin-bottom: 8px;
    width: 50%;
    display: inline-block;
}
.woocommerce table.shop_table.shipping td section p.form-row-wide:first-child {
    width: 100%;
    display: block;
}
.woocommerce table.shop_table.shipping td section p.form-row-wide:nth-child(2){
    float: left;
    padding-right: 2px;
}
.woocommerce table.shop_table.shipping td section p.form-row-wide-last {
    padding-left: 2px;
}
.woocommerce table.shop_table.coupon td input[type="submit"] {
    float: right;
    margin-top: 8px;
    margin-right: 0;
}
.woocommerce table.shop_table.shipping td button[type="submit"] {
    float: right;
    margin-right: 0;
}
.woocommerce .after-cart h3.head {
    margin: 30px 0 15px 0;
    text-transform: uppercase;
    font-size: 18px;
    color: #5b5a5a;
    font-weight: bold;
}
.woocommerce table.shop_table.coupon td, .woocommerce table.shop_table.shipping td {
    padding: 0;
}
.woocommerce .cart-collaterals,
#review-order-wrapper {
    border-width: 2px;
    border-style: solid;
    padding: 10px 15px;
}
.woocommerce table.shop_table.cart th {
    padding-bottom: 13px;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 700;
}
.woocommerce table.shop_table.cart th.product-name {
    padding-left: 105px;
}
table.shop_table.cart td.product-remove a {
    display: block;
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    border: 1px solid;
    opacity: 0.5;
}
table.shop_table.cart td.product-remove a:hover {
    opacity: 1;
}
.woocommerce table.shop_table.cart div.product-thumbnail,
.woocommerce table.shop_table.cart td.product-thumbnail {
    padding-right: 30px;
}
.woocommerce table.shop_table.cart div.product-thumbnail img,
.woocommerce table.shop_table.cart td.product-thumbnail img {
    width: 75px;
    height: auto;
}
.woocommerce table.cart td.product-name div.product-name-price,
.woocommerce table.cart .product-thumbnail {
    vertical-align: middle;
    display: table-cell;
}
.woocommerce table.shop_table.cart th.product-subtotal, .woocommerce table.shop_table.cart td.product-subtotal {
    text-align: right;
    padding-right: 0;
    font-weight: 700;
}
.woocommerce table.shop_table.cart td {
    padding: 18px 0px;
    vertical-align: middle;
}
.woocommerce .cart-collaterals .cart_totals h2,
#payment h2,
h2#order_review_heading {
    margin: 10px 0 20px;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #5b5a5a;
}
.woocommerce table.shop_table.cart thead {
    border-bottom-width: 2px;
    border-bottom-style: solid;
}
.woocommerce .cart-collaterals .cart_totals tbody tr.order-total {
    border-top-width: 2px;
    border-top-style: solid;
}
.woocommerce .cart-collaterals .cart_totals tbody tr.shipping td p,
#order_review table.shop_table tfoot tr.shipping td p {
    text-align: right;
    margin-bottom: 0;
}
.woocommerce table.shop_table.cart tbody .cart_item {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.woocommerce .cart-collaterals .cart_totals table {
    margin-bottom: 30px;
}
.woocommerce .cart-collaterals .cart_totals tbody tr td,
#order_review table.shop_table tfoot tr td,
#order_review table.shop_table tbody tr td.product-total,
#order_review table.shop_table thead tr th.product-total {
    text-align: right;
}
.woocommerce .cart-collaterals .cart_totals .cart_update_checkout input {
    width: 100%;
    margin-bottom: 5px;
}
.woocommerce .cart-collaterals th, .woocommerce .cart-collaterals td span, .woocommerce .cart-collaterals table td, #order_review table th, #order_review table td {
    padding: 7px 0;
}
.woocommerce .cart-collaterals tr:nth-last-child(2) th, .woocommerce .cart-collaterals tr:nth-last-child(2) td {
    padding: 7px 0 20px 0;
}
div.cart_totals table tr.shipping td p {
    text-align: right;
    padding-left: 5px;
}
#shipping_method li label {
    display: block;
    text-align: right !important;
}
#shipping_method {
    padding: 0;
    margin: 0;
    list-style: none;
}
#shipping_method li {
    margin-bottom: 5px;
}
#shipping_method li input {
    margin-left: 5px;
    float: right;
}

.woocommerce .cart-collaterals tr.order-total th, .woocommerce .cart-collaterals tr.order-total td span {
    padding: 20px 0;
    font-weight: 700;
}

.woocommerce td.product-name dl.variation {
    margin: .25em 0
}

.woocommerce td.product-name dl.variation:after, .woocommerce td.product-name dl.variation:before {
    content: " ";
    display: table
}

.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
    display: inline-block;
}

.woocommerce td.product-name dl.variation dt {
    color: #040404;
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}

.woocommerce ul.cart_list li dl:after, .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li dl:after, .woocommerce ul.product_list_widget li:after {
    clear: both
}

.woocommerce td.product-name dl.variation dd {
    padding: 0 0 .25em
}

.woocommerce td.product-name dl.variation dd p:last-child {
    margin-bottom: 0
}

.woocommerce table.shop_table.coupon.above-summary {
    margin-bottom: 20px;
}
#order_review table.shop_table,
#order_review table.shop_table tbody {
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
#order_review table.shop_table tfoot tr.total {
    border-top-width: 2px;
    border-top-style: solid;
}
#order_review table.shop_table tbody tr td {
    padding: 7px 0;
    font-size: 15px;
}
#order_review table.shop_table tfoot tr.total th {
    padding: 20px 0;
}
#order_review table.shop_table tbody tr:last-child td,
#order_review table.shop_table tfoot tr:nth-last-child(2) th,
#order_review table.shop_table tfoot tr:nth-last-child(2) td {
    padding-bottom: 20px;
}
#order_review table.shop_table tfoot tr:first-child th,
#order_review table.shop_table tfoot tr:first-child td {
    padding-top: 20px;
}
#order_review table.shop_table thead tr th,
#order_review table.shop_table tfoot tr th,
#order_review table.shop_table tfoot tr td {
    color: #040404;
    font-weight: 700;
}
form.checkout #payment h2 {
    margin-top: 35px;
}
form.checkout #payment ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
form.checkout #payment ul li.payment_method_paypal label a {
    font-size: 13px;
}
form.checkout div.place-order {
    margin-top: 10px;
    padding-top: 10px;
    border-top-width: 1px;
    border-top-style: solid;
}
form.checkout div.place-order input[type="submit"] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
#payment .form-row.terms label, #ship-to-different-address label,
.woocommerce-billing-fields p.form-row.create-account label {
    display: inline-block;
    margin: 0;
    font-weight: 600;
}
#payment .form-row.terms input#terms, #ship-to-different-address input,
.woocommerce-billing-fields p.form-row.create-account input,
.woocommerce form.login #rememberme, .woocommerce-page form.login #rememberme {
    margin-top: 3px;
    float: left;
    margin-right: 7px;
}
#payment ul.payment_methods li {
    padding: 15px 0;
    border-top-width: 1px;
    border-top-style: solid;
    position: relative;
}
#payment ul.payment_methods li:first-child {
    border-top: 0;
}
#payment input.input-radio,
#payment label {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    margin-top: 0;
}
#payment input.input-radio {
    margin-right: 5px;
    margin-top: 3px;
    position: absolute;
}
#payment label {
    margin-left: 20px;
    display: block;
}
#payment div.payment_box {
    margin-top: 10px;
}
#payment div.payment_box label {
    margin-left: 0;
}
.woocommerce .login-form-checkout,
.woocommerce .coupon-form-checkout {
    margin-bottom: 20px;
    padding: 20px 20px 10px;
}
.woocommerce .coupon-form-checkout p.coupon_link a,
.woocommerce .login-form-checkout p.login-form-link a {
    margin-left: 5px;
}
.woocommerce .coupon-form-checkout p.input-button {
    text-align: right;
}
.woocommerce .coupon-form-checkout p.input-button input {
    margin-right: 0;
}
.woocommerce .login-form-checkout input.button {
    float: right;
    line-height: normal;
    margin-right: 0;
}
.woocommerce .login-form-checkout label[for="rememberme"],
.woocommerce .login-form-checkout .lost_password {
    float: left;
}
.woocommerce .login-form-checkout .lost_password {
    clear: left;
}
#shippingaddress-title,
#ship-to-different-address {
    margin-bottom: 15px;
    margin-top: 0;
}
#shippingaddress-title {
    padding-top: 20px;
}

form.login.ywsl-box {
    margin-top: 8px;
}

/*****************************************
* ORDER COMPLETE
*****************************************/
.woocommerce h3.order-status {
    text-transform: none;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #5a5a5a;
}
.woocommerce ul.order_info {
    list-style: none;
    border-width: 1px;
    border-style: solid;
    padding: 15px 15px 15px 60px;
    margin-bottom: 20px;
    position: relative;
}
.woocommerce ul.order_info:before {
    content: '';
    background: url('./images/order-complete-icon.png') no-repeat top center;
    position: absolute;
    top: 8px;
    left: 15px;
    width: 35px;
    height: 35px;
}
.woocommerce ul.order_info li {
    display: inline-block;
    margin-right: 5px;
}
.woocommerce table.shop_table.order_details thead,
.woocommerce table.shop_table.order_details tbody {
    border-bottom: 1px solid;
}
.woocommerce table.shop_table.order_details tfoot tr:last-child {
    border-top: 3px solid;
    border-bottom: 1px solid;
}
.woocommerce dl.customer_details dt {
    float: left;
    margin-right: 5px;
    font-weight: 700;
}
.woocommerce dl.customer_details dd {
    margin: 0;
}
.woocommerce table.shop_table.order_details {
    margin-bottom: 50px;
}

.woocommerce table.shop_table.order_details th,
.woocommerce-page table.shop_table.my_account_orders th {
    padding: 10px 0;
    vertical-align: middle;
    text-transform: uppercase !important;
    font-weight: 700;
}
.woocommerce-page table.shop_table.my_account_orders th span,
.woocommerce table.shop_table.order_details tfoot td {
    text-transform: uppercase !important;
    font-weight: 700;
}
.woocommerce table.shop_table.order_details th.product-total,
.woocommerce table.shop_table.order_details tr.order_item td.product-total,
.woocommerce table.shop_table.order_details tfoot td,
.woocommerce-page table.shop_table.my_account_orders thead th,
.woocommerce-page table.shop_table.my_account_orders tbody td {
    text-align: center !important;
}
.woocommerce table.shop_table.order_details tr td {
    padding: 10px 0;
}
.woocommerce table.shop_table.order_details tr.order_item:first-child td,
.woocommerce table.shop_table.order_details tfoot tr:first-child th,
.woocommerce table.shop_table.order_details tfoot tr:first-child td {
    padding-top: 20px;
}
.woocommerce table.shop_table.order_details tr.order_item:last-child td,
.woocommerce table.shop_table.order_details tfoot tr:nth-last-child(2) th,
.woocommerce table.shop_table.order_details tfoot tr:nth-last-child(2) td {
    padding-bottom: 20px;
}
.woocommerce-page table.shop_table.my_account_orders tbody td,
.woocommerce table.shop_table.order_details tfoot tr:last-child th,
.woocommerce table.shop_table.order_details tfoot tr:last-child td {
    padding: 10px 0;
}
.woocommerce-page table.shop_table.my_account_orders tbody td.order-number,
.woocommerce-page table.shop_table.my_account_orders thead th.order-number {
    text-align: left !important;
}
.woocommerce-page table.shop_table.my_account_orders tbody td.order-actions {
    text-align: right !important;
}
.woocommerce div.addresses .col-1,
.woocommerce div.addresses .col-2 {
    width: 50%;
    float: left;
}

/***********************************************
* WISHLIST PAGE
************************************************/

#yith-wcwl-form:before,
#yith-wcwl-form:after {
    content: '';
    display: table;
}
#yith-wcwl-form:after {
    clear: both;
}

#yith-wcwl-form table.shop_table.wishlist_table {
    margin-bottom: 20px;
}
#yith-wcwl-form table.shop_table thead {
    border-bottom: 3px solid;
}
#yith-wcwl-form table.shop_table th {
    padding: 13px 0;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #040404;
}
#yith-wcwl-form table.shop_table th.product-name {
    text-align: left;
}
#yith-wcwl-form table.shop_table tbody tr {
    border-bottom: 1px solid;
}
#yith-wcwl-form table.shop_table td {
    padding: 10px 0;
    vertical-align: middle;
}
#yith-wcwl-form table.shop_table td.product-name {
    padding-left: 10px;
}
#yith-wcwl-form table.shop_table td.product-name a {
    font-size: 15px;
    text-transform: uppercase;
}
#yith-wcwl-form table.shop_table td.product-thumbnail img {
    width: 75px;
    height: auto;
}
#yith-wcwl-form table.shop_table td.product-add-to-cart {
    text-align: right;
}
#yith-wcwl-form .wishlist_table .add_to_cart.button {
    border-radius: 0;
    margin-right: 0;
}
#yith-wcwl-form .yith-wcwl-share {
    margin-bottom: 20px;
    float: right;
    padding: 15px 0;
}
#yith-wcwl-form .yith-wcwl-share .link_socials:last-of-type {
    margin-right: 0;
}
#yith-wcwl-form .yith-wcwl-share:before,
#yith-wcwl-form .yith-wcwl-share:after {
    display: table;
    content: '';
}
#yith-wcwl-form .yith-wcwl-share:after {
    clear: both;
}
#yith-wcwl-form .yith-wcwl-share h4 {
    font-weight: 700;
    display: inline-block;
    padding: 0;
    margin: 6px 10px 0 0;
    vertical-align: top;
    color: #040404;
    list-style: none;
    font-size: 15px;
}
#yith-wcwl-form .yith-wcwl-share a.link_socials {
    margin-bottom: 0;
}
#yith-wcwl-form .yith-wcwl-share a.link_socials span {
    width:25px;
    height:25px;
    border: 2px #f2f2f2 solid;
}
#yith-wcwl-form .yith-wcwl-share a.link_socials:hover span {
    border-color: #709ac2;
}
#yith-wcwl-form .yith-wcwl-share a.link_socials span i {
    color:#c1c1c1;
    font-size: 16px;
}
#yith-wcwl-form .yith-wcwl-share a.link_socials:hover span i {
    color: #709ac2;
}


/************************************************
* STYLE FOR SINGLE PRODUCT REVIEWS
**********************************************/

#review_form_wrapper #review_form {
    border-width: 1px;
    border-style: solid;
    padding: 15px;
}
#review_form #commentform label {
    margin-bottom: 5px;
}
#review_form #commentform #submit {
    width: 100%;
}
#review_form #commentform input:not([type=submit]) {
    height: 35px;
}

#reviews_summary .review-rating-value {
    display: none;
}

#reviews_summary .woocommerce-product-rating {
    margin-bottom: 15px;
}

#reviews #reviews_summary .ywar_stars_value,
#reviews #reviews_summary .ywar_num_reviews,
#reviews #reviews_summary .ywar_filter_reviews {
    line-height: 20px;
    min-width: 50px;
    width: auto;
    text-transform: uppercase;
    font-size: 10px;
}
#reviews #reviews_summary h3 {
    margin-bottom: 20px;
}
#reviews #reviews_summary .woocommerce-product-rating {
    margin-bottom: 25px;
}
#reviews #comments .comment-text .review_vote span.review_helpful {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#reviews #comments .comment-text .review_vote span.ywar_review_helpful {
    padding-top: 10px;
}
#reviews #comments ol.commentlist {
    margin: 0;
    padding: 0;
    list-style: none;
}
#reviews #comments .commentlist .comment-meta {
    margin-bottom: 10px;
}
#reviews #comments .commentlist .comment-meta p .author {
    text-transform: uppercase;
}

#reviews #review_form_wrapper {
    margin-top: 0;
}

#review_form_wrapper #reply-title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    color: #040404;
}

#review_form .wp-social-login-widget{
    margin-bottom: 10px;
}

/*****************************
* MY-ACCOUNT PAGE
******************************/
#my-account-page {
    margin-bottom: 50px;
}
.woocommerce-MyAccount-navigation div.user-profile {
    border-style: solid;
    border-width: 4px;
    margin-bottom: 20px;
    padding: 15px;
}
.woocommerce-MyAccount-navigation .user-profile div.user-image {
    margin-right: 10px;
}
.woocommerce-MyAccount-navigation .user-profile div.user-image img {
    width: 100%;
    height: auto;
}
.woocommerce-MyAccount-navigation .user-profile div.user-image,
.woocommerce-MyAccount-navigation .user-profile div.user-logout {
    display: inline-block;
    vertical-align: middle;
}
.woocommerce-MyAccount-navigation .user-profile span.username {
    display: block;
}
.woocommerce-MyAccount-navigation .user-profile span.logout, #my-account-content .addresses .title a.edit {
    display: inline-block;
    cursor: pointer;
}
.woocommerce-MyAccount-navigation .user-profile span.logout a, #my-account-content .addresses .title a.edit {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.woocommerce-MyAccount-navigation ul:after {
    display: block;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: inherit;
    padding: 60px;
    content: '';
}
.woocommerce-MyAccount-navigation ul li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: inherit;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: inherit;
}
.woocommerce-MyAccount-navigation ul li.active {
    border-right: none;
}
.woocommerce-MyAccount-navigation ul li a span:before {
    margin-right: 10px;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 0;
}

#my-account-content fieldset legend {
    display: none;
}
#my-account-content .myaccount_user {
    margin-bottom: 20px;
}
#my-account-content .addresses .col-1, .woocommerce .addresses .col-1 {
    width: 50%;
    float: left;
}
#my-account-content .addresses .col-2, .woocommerce .addresses .col-2 {
    width: 50%;
    float: right;
}
#my-account-content .addresses .title {
    margin-bottom: 10px;
}
#my-account-content .addresses .title h3, .woocommerce .addresses .title h3 {
    margin-bottom: 5px;
    font-size: 16px;
    color: #5a5a5a;
    font-weight: 600;
}
#my-account-content div.woocommerce form p input[type="submit"] {
    float: right;
    margin-right: 0 !important;
}
#my-account-content {
    margin-bottom: 50px;
}
table.my_account_orders a.button.cancel, table.my_account_orders a.button.pay {
    margin-right: 5px;
}
table.my_account_orders thead {
    border-bottom: 3px solid;
}
table.my_account_orders tr.order {
    border-bottom: 1px solid;
}
table.my_account_orders tr.order td.order-action a {
    margin-bottom: 0;
}
table.customer_details th {
    width: 1px;
}
table.customer_details td {
    padding-left: 10px;
}

/************************************
* SLOGAN CART CHECKOUT ORDER-COMPLETE
***************************************/
#slogan.yit-cart-checkout-slogan span > span {
    padding: 16px 20px;
    margin-right: 10px;
    min-width: 300px;
}
#slogan.yit-cart-checkout-slogan span > span:before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 20px;
    background: url('./images/breadcrumb-cart.png') no-repeat;
    margin-right: 10px;
}
#slogan.yit-cart-checkout-slogan .slogan-cart:before {
    background-position: right center;
}
#slogan.yit-cart-checkout-slogan .slogan-checkout:before {
    background-position: -3px center;
}
#slogan.yit-cart-checkout-slogan .slogan-complete:before {
    background-position: -25px center;
}


/**************************************
* LOGIN / REGISTER
***************************************/

#customer_login {
    margin-bottom: 30px;
}
#customer_login form.login {
    border-width: 1px;
    border-style: solid;
}
#customer_login form.login {
    padding: 20px 15px 50px;
}
#customer_login input[type="submit"] {
    float: right;
    margin-right: 0;
}
#customer_login #rememberme {
    margin-right: 5px;
}
#customer_login p.lost_password,
.woocommerce .login-form-checkout .lost_password {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 13px;
}
.woocommerce .login-form-checkout .lost_password {
    margin-bottom: 10px;
    margin-top: 10px;
}

/** Social Login */

.wp-social-login-widget,
.wc-social-login,
#topbar .wp-social-login-widget,
#topbar .wc-social-login {
    display: block;
    padding: 15px;
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
    background: #fff;
}

.wp-social-login-widget .wp-social-login-connect-with,
.wc-social-login .ywsl-label,
#topbar .wp-social-login-widget .wp-social-login-connect-with,
#topbar .wc-social-login .ywsl-label {
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 700;
    vertical-align: middle;
    margin-bottom: 0;
    margin-top: -3px;
    color: #5b5a5a;
}

.wp-social-login-widget > div,
.wc-social-login > p,
#topbar .wp-social-login-widget > div,
#topbar .wc-social-login > p {
    vertical-align: middle;
    display: inline-block;
}

.wp-social-login-widget .wp-social-login-provider-list,
.wc-social-login .socials-list,
#topbar .wp-social-login-widget .wp-social-login-provider-list,
#topbar .wc-social-login .socials-list {
    padding: 0;
    margin: 0;
    line-height: 0;
}

.wp-social-login-widget .wp-social-login-provider-list a,
.wc-social-login .socials-list a,
#topbar .wp-social-login-widget .wp-social-login-provider-list a,
#topbar .wc-social-login .socials-list a {
    margin: 0 4px 0 0;
}


/******************************
* CART EMPTY
*******************************/

.woocommerce-page #cart-empty,
.woocommerce-page #return-to-shop {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
}
.woocommerce-page #return-to-shop a.btn {
    padding: 12px 50px;
}

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

/***************** THUMBNAILS SLIDER CONTROL ( SINGLE PRODUCT ) *******************/

.single-product.woocommerce div.product div.images .thumbnails.slider .owl-controls .owl-prev,
.single-product.woocommerce div.product div.images .thumbnails.slider .owl-controls .owl-next,
.single-product.woocommerce div.product div.images .thumbnails.slider .bx-prev,
.single-product.woocommerce div.product div.images .thumbnails.slider .bx-next,
.single-product.woocommerce div.product div.images .thumbnails.slider .prev,
.single-product.woocommerce div.product div.images .thumbnails.slider .next {
    position: absolute;
    background: #fff;
    top: 30%;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.single-product.woocommerce div.product div.images .thumbnails.slider:hover .owl-controls .owl-prev,
.single-product.woocommerce div.product div.images .thumbnails.slider:hover .owl-controls .owl-next,
.single-product.woocommerce div.product div.images .thumbnails.slider:hover .bx-prev,
.single-product.woocommerce div.product div.images .thumbnails.slider:hover .bx-next,
.single-product.woocommerce div.product div.images .thumbnails.slider:hover .prev,
.single-product.woocommerce div.product div.images .thumbnails.slider:hover .next {
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.single-product.woocommerce div.product.product-style-1 div.images .thumbnails.slider .prev,
.single-product.woocommerce div.product.product-style-1 div.images .thumbnails.slider .next {
    border-width: 1px;
    width: 18px;
    height: 29px;
    line-height: 27px;
    text-align: center;
    font-size: 18px;
    border-style: solid;
}
.single-product.woocommerce div.product div.images .thumbnails.slider .bx-prev,
.single-product.woocommerce div.product div.images .thumbnails.slider .bx-next,
.single-product.woocommerce div.product.product-style-2 div.images .thumbnails.slider .prev,
.single-product.woocommerce div.product.product-style-2 div.images .thumbnails.slider .next {
    top: auto;
    padding: 0px 30px;
}
.single-product.woocommerce div.product.product-style-1 div.images .thumbnails.slider .prev { left: -20px; }
.single-product.woocommerce div.product.product-style-1 div.images .thumbnails.slider .next { right: -20px; }
.single-product.woocommerce div.product.product-style-1 div.images .thumbnails.slider:hover .prev { left: 0; }
.single-product.woocommerce div.product.product-style-1 div.images .thumbnails.slider:hover .next { right: 0; }
.single-product.woocommerce div.product.product-style-2 div.images .thumbnails.slider .prev { top: -46px; }
.single-product.woocommerce div.product.product-style-2 div.images .thumbnails.slider .next { bottom: -46px; }
.single-product.woocommerce div.product.product-style-2 div.images .thumbnails.slider:hover .prev { top: -17px; }
.single-product.woocommerce div.product.product-style-2 div.images .thumbnails.slider:hover .next { bottom: -33px; }

/* loader  wc 2.3. */

.woocommerce .blockUI.blockOverlay{position:relative}
.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before{height:12px;width:80px;position:absolute;top:50%;left:50%;margin-left:-40px;margin-top:-6px;display:block;content:"";background:url(../theme/assets/images/search.gif) no-repeat center;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}


/* fix advanced reviews */


#review_form_wrapper #review_form {
    padding: 0;
    border: none;
    background: none;
}
#review_form #respond {
    padding: 15px;
    background-color: #fafafa;
    border: 1px solid #dbd8d8;
}

.woocommerce-tabs .entry-content div.review-inappropriate {
    float: left;
    margin-right: 5px;
}

#reviews_summary .ywar_review_count,
#reviews_summary .ywar_review_row span {
    color: #627f9a;
}

#reviews #reviews_summary .ywar_stars_value,
#reviews #reviews_summary .ywar_num_reviews,
#reviews #reviews_summary .ywar_filter_reviews {
    font-size: 12px;
}

#tab-reviews a.ywar_filter_order.active, #tab-reviews a.ywar_filter_order:hover {
    border-color: #627f9a;
}

/* end fix advanced reviews */

/* fix woocommerce sale flash pro */

.thumb-wrapper span.onsale {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

/* yith woocommerce requesta a quote */

.yith-ywraq-add-to-quote .yith_ywraq_add_item_response_message {
    padding: 10px 0 0 0;
}

.yith-ywraq-add-to-quote .yith_ywraq_add_item_browse_message {
    padding: 2px 0 10px 0;
}

.yith-ywraq-add-button .add-request-quote-button.button:before, .yith_ywraq_add_item_response_message:before {
    background: url('../theme/assets/images/quote.jpg') no-repeat top !important;
    content: ' ';
    display: inline-block;
    width: 12px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
}

.widget.featured-products li .yith-ywraq-add-to-quote {
    border: 0;
}

.widget.featured-products li .yith-ywraq-add-to-quote img, ul.products li.product .yith-ywraq-add-to-quote img {
    width: auto;
    display: inline-block;
}

/* added to cart popup */

#yith-wacp-popup .yith-wacp-close {
    font-size: 13px;
}

/* Request Quote List */

#yith-ywraq-form td.actions {
    text-align: right;
}

#yith-ywraq-form td.actions input.button {
    padding: 8px 25px;
    border-width: 2px;
}

/* end yith woocommerce requesta a quote */


/* yith woocommerce  cart message */

.woocommerce-cart-notice a.button {
    position: absolute;
    top: 13px;
    right: 13px;
    padding: 4px 25px;
}

.product-style-2 div.summary .woocommerce-cart-notice a.button {
    position: static;
    margin-top: 8px;
}

/* end yith woocommerce  cart message */

/* yith woocommerce order tracking */

.my_account_orders td.order-actions a.track-button {
    padding: 9px 25px !important;
    height: 40px !important;
    margin-right: 5px;
    margin-bottom: 5px;
    background-image: url("images/order-picked-up.png") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.my_account_orders td.order-actions a.track-button img {
    margin-top: -3px;
    visibility: hidden;
}

/* end yith woocommerce order tracking */

/* yith woocommerce quick view */

#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main div.product div.images,
#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main div.product div.images > a {
    margin-bottom: 0;
}

#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
    padding: 0;
}

#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main div.product.type-product {
    padding-right: 20px;
}

#yith-quick-view-modal .yith-wcqv-wrapper .summary-content {
    padding-top: 20px;
    padding-left: 20px;
}

/* end yith woocommerce quick view */

/* yith live chat */

.chat-send .chat-form-btn {
    color: #fff;
}

/* end yith live chat */

/* yith woocommerce product countdown */

div.product .ywpc-countdown {
    margin-left: 30px;
}

.ywpc-widget-products li.product {
    width: 100% !important;
}

/* Swiper Product Slider */

.woocommerce.swiper.products-slider h4{
    border-bottom: 1px solid #e0dfdf;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 22px;
    font-size: 18px;
}

.swiper-container{padding-bottom: 35px;}

.boxed .swiper-container {overflow: hidden !important;}

.ie .swiper-container .swiper-wrapper,
.ie .swiper-container .swiper-wrapper .opacity,
.opera .swiper-container .swiper-wrapper .opacity{cursor: pointer;}

.swiper-slide { position:relative; z-index: 0; }
.swiper-slide.swiper-slide-visible { z-index: 2; }

.swiper-container .opacity { background:#fff; z-index: 1; position: absolute; top: 0; bottom: 0; }
.swiper-container .opacity.left { left: -100%; margin-left: 20px; cursor: default; }
.swiper-container .opacity.right { right: -100%; cursor: default; }

.swiper-container .swiper-slide .swiper-slide-wrapper{
    overflow: hidden;
    position: relative;
}

.swiper-container .swiper-slide .swiper-slide-image {margin-left: 15px;}

.swiper-container .swiper-slide .swiper-slide-image .opacity{
    background: transparent;
    display: table;

    transition:         all 0.3s linear;
    -moz-transition:    all 0.3s linear;
    -ms-transition:     all 0.3s linear;
    -o-transition:      all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.swiper-container .swiper-slide .swiper-slide-image .swiper-product-informations {
    display: table;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-slide .swiper-slide-image .product-detail {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 45px;
}

.swiper-container .swiper-slide .swiper-slide-image .product-detail .wrap {
    background: #627f9a;
    padding: 14px 20px;
    visibility: hidden;
    opacity: 0;

    transition:         opacity 0.3s ease;
    -moz-transition:    opacity 0.3s ease;
    -ms-transition:     opacity 0.3s ease;
    -o-transition:      opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
}

.swiper-container .swiper-slide .swiper-slide-image .swiper-product-informations:hover .wrap {
    visibility: visible;
    opacity: 1;
}

.swiper-container .swiper-slide .swiper-slide-image .product-detail > span {
    display: inline-block;
}

.swiper-container .swiper-slide .swiper-slide-image .product-detail > span > span {
    display: block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.swiper-container .swiper-slide .swiper-slide-image .product-detail > span ins {
    background: none;
}

/* ====== WC 2.6 ====== */

.single-product .content > .product { width: 100%; padding: 0; margin: 0; }
.single-product .content > .onsale { z-index: 999 !important; }
.single-product .comment_container .comment-text .description { margin-top: 30px !important; }


.woocommerce .woocommerce-MyAccount-navigation { width: 25%; padding-right: 30px !important; float: left; }
.woocommerce .woocommerce-MyAccount-navigation * { border-color: #e2e2e2 !important; }
.woocommerce .woocommerce-MyAccount-navigation .user-profile .user-image { width: 50px !important; }
.woocommerce .woocommerce-MyAccount-navigation ul {}
.woocommerce .woocommerce-MyAccount-navigation ul li { height: 44px; line-height: 44px; }
.woocommerce .woocommerce-MyAccount-navigation ul li span.fa { margin-right: 5px; }
.woocommerce .woocommerce-MyAccount-navigation ul li a { color: #a4a4a4; padding: 0; text-transform: uppercase; display: inline-block; }
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover { color: #809314; }
.woocommerce .woocommerce-MyAccount-content { width: 75%; float: left; }

@media(max-width: 767px) {
    .woocommerce .woocommerce-MyAccount-navigation { width: 100%; padding: 0px 15px; float: none; }
    .woocommerce .woocommerce-MyAccount-navigation > * { border-right: 0 !important; }
    .woocommerce .woocommerce-MyAccount-content { width: 100%; padding: 0px 15px; float: none; }
}

/* ====== WC 2.6 ====== */