/*!
 * Project   : Swatchws WordPress Theme
 * Purpose   : WooCommerce Tweaks
 * Author    : Nick
 */

.woocommerce .button.disabled,
.woocommerce .button:disabled,
.woocommerce button.disabled,
.woocommerce button:disabled,
.woocommerce input[type=button].disabled,
.woocommerce input[type=button]:disabled,
.woocommerce input[type=reset].disabled,
.woocommerce input[type=reset]:disabled,
.woocommerce input[type=submit].disabled,
.woocommerce input[type=submit]:disabled {
    opacity: .5!important;
    cursor: not-allowed
}

.woocommerce button.button {
    padding: 12px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 24px 24px 24px 24px;
    background-color: #003296;
}

.woocommerce button.button.loading {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.woocommerce button.button.loading:after {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f110';
    position: inherit;
    top: auto;
    right: auto;
    margin-left: 6px;
    vertical-align: top;
    font-weight: 400;
    -ms-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    color: inherit;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.woocommerce button.disabled {
    background-color: #777
}

.woocommerce button.alt:disabled {
    background-color: #777
}

.woocommerce ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.woocommerce ul.products {
    margin: 0 -10px
}

.woocommerce ul.products li.product .woo-entry-inner {
    margin: 0
}

.woocommerce ul.products li.product .woo-entry-inner li {
    margin-bottom: 12px;
    line-height: 1
}

.woocommerce ul.products li.product .woo-entry-inner li:last-child {
    margin-bottom: 0
}

.woocommerce ul.products li.product .woo-entry-inner li.image-wrap {
    margin-bottom: 20px;
    position: relative
}

.woocommerce ul.products li.product .woo-entry-inner li.image-wrap .product-entry-slider-wrap,
.woocommerce ul.products li.product .woo-entry-inner li.image-wrap .woo-entry-image {
    display: block
}

.woocommerce ul.products li.product .woo-entry-inner li.image-wrap .product-entry-slider {
    display: none
}

.woocommerce ul.products li.product .woo-entry-inner li.image-wrap .product-entry-slider.slick-slider {
    display: block
}

.woocommerce ul.products li.product .product-entry-slider-wrap,
.woocommerce ul.products li.product .woo-entry-image {
    display: none
}

.woocommerce ul.products li.product .product-entry-slider-wrap {
    position: relative
}

.woocommerce ul.products li.product .woo-entry-image-swap {
    position: relative;
    overflow: hidden
}

.woocommerce ul.products li.product .woo-entry-image-swap img {
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    width: 100%;
    overflow: hidden
}

.woocommerce ul.products li.product .woo-entry-image-swap .woo-entry-image-main {
    position: relative;
    margin-bottom: 0!important;
    z-index: 2
}

.woocommerce ul.products li.product .woo-entry-image-swap .woo-entry-image-secondary {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    z-index: 1
}

.woocommerce ul.products li.product .woo-entry-image-swap:hover .woo-entry-image-main {
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0
}

.woocommerce ul.products li.product .product-entry-slider {
    display: none
}

.woocommerce ul.products li.product .product-entry-slider.slick-slider {
    display: none
}

.woocommerce ul.products li.product .product-entry-slider .slick-arrow {
    position: absolute;
    top: 50%;
    display: block;
    visibility: hidden;
    width: 26px;
    height: 100px;
    margin: -50px 0 0;
    font-size: 22px;
    line-height: 100px;
    background-color: transparent;
    color: #333;
    padding: 0;
    text-align: center;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.woocommerce ul.products li.product .product-entry-slider .slick-arrow:hover {
    background-color: rgba(0, 0, 0, .05)
}

.woocommerce ul.products li.product .product-entry-slider .slick-arrow.slick-prev {
    left: 0
}

.woocommerce ul.products li.product .product-entry-slider .slick-arrow.slick-next {
    right: 0
}

.woocommerce ul.products li.product .product-entry-slider:hover .slick-arrow {
    visibility: visible;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.woocommerce ul.products li.product li.category {
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    font-style: italic;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    white-space: normal
}

.woocommerce ul.products li.product li.category a {
    color: #999
}

.woocommerce ul.products li.product li.inner {
    display: block;
    position: relative;
    margin: 5px 0 18px;
    line-height: 1
}

.woocommerce ul.products li.product li.btn-wrap {
    display: block
}

.woocommerce ul.products li.product li.title a {
    display: inline-block;
    font-size: 14px;
    line-height: 1.5
}

.woocommerce ul.products li.product .price {
    font-size: 18px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.woocommerce ul.products li.product .price .amount {
    color: #57bf6d;
    float: left;
    margin: 10px 0 10px 0
}

.woocommerce ul.products li.product .price del {
    display: inline-block;
    font-weight: 400
}

.woocommerce ul.products li.product .price del .amount {
    color: #666;
    font-size: 14px;
    text-decoration: line-through
}

.woocommerce ul.products li.product .price ins {
    display: inline-block;
    font-weight: 400
}

.woocommerce ul.products li.product.has-rating .product-inner:hover .inner .price {
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    visibility: hidden
}

.woocommerce ul.products li.product.has-rating .product-inner:hover .inner .star-rating {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    visibility: visible
}

.woocommerce ul.products li.product.has-rating li.inner .star-rating {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -8px auto 0 auto;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.woocommerce ul.products li.product .button {
    float: none;
    display: inline-block;
    background-color: transparent;
    color: #848494;
    padding: 5px 12px;
    border: 3px double #e4e4e4;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-transform: none
}

.woocommerce ul.products li.product .button:hover {
    background-color: transparent;
    color: #003296;
    border-color: #003296
}

.woocommerce ul.products li.product h3 {
    font-size: 16px;
    color: inherit;
    margin: 0
}

.woocommerce ul.products li.product li.category a:hover {
    color #003296
}

.woocommerce ul.products li.product-category.product .woo-entry-image {
    display: block;
    margin-bottom: 20px
}

.woocommerce ul.products li.product-category.product .woo-entry-inner a {
    padding-top: 10px
}

.woocommerce ul.products.list .product-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    text-align: left
}

.woocommerce ul.products.list li.product {
    display: block;
    float: none;
    width: 100%!important;
    border-bottom: 1px solid #eaeaea
}

.woocommerce ul.products.list li.product .woo-entry-inner {
    width: 65%
}

.woocommerce ul.products.list li.product .woo-entry-inner li.image-wrap {
    display: none
}

.woocommerce ul.products.list li.product .product-entry-slider-wrap,
.woocommerce ul.products.list li.product .woo-entry-image {
    display: block;
    position: relative;
    width: 32%;
    margin: 0 3% 0 0
}

.woocommerce ul.products.list li.product .product-entry-slider-wrap .woo-entry-image {
    width: 100%;
    margin: 0
}

.woocommerce ul.products.list li.product .product-entry-slider {
    display: none
}

.woocommerce ul.products.list li.product .product-entry-slider.slick-slider {
    display: block
}

.woocommerce ul.products.list li.product li.title a {
    font-size: 28px
}

.woocommerce ul.products.list li.product.has-rating li.inner .star-rating {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.woocommerce ul.cart_list li::after {
    clear: both
}

.woocommerce ul.cart_list li .star-rating {
    display: block;
    margin: 5px 0
}

.woocommerce ul.product_list_widget {
    list-style: none;
    margin: 0;
    padding: 0
}

.woocommerce ul.product_list_widget li::after {
    clear: both
}

.woocommerce ul.product_list_widget li {
    position: relative;
    border-bottom: 1px solid;
    clear: both;
    padding: 10px 0 10px 94px;
    margin: 0;
    min-height: 100px;
    border-color: #eaeaea
}

.woocommerce ul.product_list_widget li a:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
    zoom: 1;
    height: 0
}

.woocommerce ul.product_list_widget li a.remove {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 14px;
    margin-top: -10px;
    color: #777;
    border: 1px solid;
    height: 20px;
    width: 20px;
    line-height: 18px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 20
}

.woocommerce ul.product_list_widget li a.remove:hover {
    color: #333
}

.woocommerce ul.product_list_widget li:first-child {
    padding-top: 0;
    min-height: 90px;
    border-color: #eaeaea
}

.woocommerce ul.product_list_widget li:first-child img {
    top: 0
}

.woocommerce ul.product_list_widget li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    min-height: 90px
}

.woocommerce ul.product_list_widget li img {
    position: absolute;
    top: 10px;
    left: 0;
    width: 80px;
    height: 80px;
    margin: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.woocommerce ul.product_list_widget li img:hover {
    -moz-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8
}

.woocommerce ul.product_list_widget li .quantity {
    display: block;
    float: none;
    margin: 5px 0 0;
    color: #bcbcbc;
    line-height: 1em
}

.woocommerce ul.product_list_widget li .star-rating {
    display: block;
    margin: 5px 0
}

.woocommerce ul.order_details {
    border: 1px solid;
    padding: 20px;
    margin: 0 0 20px;
    border-color: #eaeaea;
    border-color: #eaeaea
}

.woocommerce ul.order_details li {
    border-color: #ddd
}

.woocommerce .form-row-first {
    float: left;
    width: 48%;
    margin-right: 4%
}

.woocommerce .form-row-last {
    float: right;
    width: 48%
}

.woocommerce form .form-row {
    padding: 3px 0
}

.woocommerce form .form-row label {
    display: inline-block;
    margin: 0 0 5px
}

.woocommerce form .form-row label[for=createaccount] {
    margin: 0;
    vertical-align: middle
}

.woocommerce form .form-row-wide {
    clear: both
}

.woocommerce form .form-row::after {
    clear: both
}

.woocommerce ul.products ul {
    margin: 0 -10px
}

.woocommerce ul.products .product {
    overflow: hidden;
    padding-bottom: 20px
}

.woocommerce ul.products .product-inner {
    position: relative
}

.woocommerce ul.products li.owebshop-content-left .product-inner {
    text-align: left
}

.woocommerce ul.products li.owebshop-content-left.product.has-rating .woo-entry-inner .star-rating {
    margin-left: 0
}

.woocommerce ul.products li.owebshop-content-center .product-inner {
    text-align: center
}

.woocommerce ul.products li.owebshop-content-center.product.has-rating .woo-entry-inner .star-rating {
    margin-left: auto;
    margin-right: auto
}

.woocommerce ul.products li.owebshop-content-right .product-inner {
    text-align: right
}

.woocommerce ul.products li.owebshop-content-right.product.has-rating .woo-entry-inner .star-rating {
    margin-right: 0
}

.woocommerce .cart-collaterals {
    width: 100%;
    font-family: Vazir;
}

.woocommerce .cart-collaterals p {
    margin: 0 0 5px
}

.woocommerce .cart-collaterals:after {
    content: ' ';
    display: table;
    clear: both
}

.woocommerce .cart-collaterals:before {
    content: ' ';
    display: table
}

.woocommerce .cart-collaterals .related {
    width: 30.75%;
    float: left
}

.woocommerce .cart-collaterals .cross-sells {
    width: 48%;
    float: left;
    padding: 0 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea
}

.woocommerce .cart-collaterals .cart_totals {
    float: right;
    width: 48%;
    padding: 0 20px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea
}

.woocommerce .cart-collaterals h2 {
    background-color: #f7f7f7;
    border-bottom: 1px solid;
    margin: 0 -20px 20px;
    padding: .8em 20px;
    font-size: 1.077em;
    font-weight: 600;
    color: #444;
    text-align: center;
    border-color: #eaeaea;
    border-color: #eaeaea;
    border-color: #eaeaea
}

.woocommerce .cart-collaterals .products .product {
    margin-bottom: 0
}

.woocommerce del {
    -moz-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5
}

.woocommerce ins {
    text-decoration: none
}

.woocommerce .category-image {
    margin: 0 0 20px
}

.woocommerce .category-image img {
    width: 100%
}

.woocommerce .swatchws-grid-list {
    float: left;
    margin: 0 20px 0 0
}

.woocommerce .swatchws-grid-list a {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #999;
    border: 1px solid #eaeaea;
    text-align: center
}

.woocommerce .swatchws-grid-list a:last-child {
    margin-left: 10px
}

.woocommerce .swatchws-grid-list a.active {
    color: #13aff0;
    border-color: #13aff0
}

.woocommerce .swatchws-grid-list a:hover {
    color: #13aff0;
    border-color: #13aff0
}

.woocommerce .woocommerce-ordering {
    float: left
}

.woocommerce .woocommerce-ordering select {
    font-size: 13px;
    min-height: 34px;
    line-height: 34px;
    padding: 0 15px;
    border-color: #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    vertical-align: top
}

.woocommerce .woocommerce-ordering .theme-select {
    font-size: 13px;
    color: #999
}

.woocommerce .woocommerce-ordering .orderby {
    width: auto;
    min-width: 166px
}

.woocommerce .woocommerce-ordering .orderby span {
    width: auto;
    min-width: 166px
}

.woocommerce table.shop_attributes {
    text-align: left;
    width: 100%;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
}

.woocommerce table.shop_attributes tr {
    padding: 0;
    margin: 0
}

.woocommerce table.shop_attributes p {
    margin: 0
}

.woocommerce table.shop_attributes th {
    color: #000;
    font-weight: 700;
    font-weight: 600;
    text-align: left;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 5px 15px;
    text-align: left;
    margin: 0
}

.woocommerce table.shop_attributes td {
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    padding: 5px 15px;
    text-align: left;
    margin: 0
}

.woocommerce table.shop_table {
    border-width: 1px;
    border-style: solid;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-color: #eaeaea
}

.woocommerce table.shop_table th {
    padding: .8em;
    vertical-align: middle
}

.woocommerce table.shop_table td {
    padding: .8em;
    vertical-align: middle;
    text-transform: capitalize;
    border-color: #eaeaea
}

.woocommerce table.shop_table thead {
    background-color: #f7f7f7
}

.woocommerce table.shop_table thead th {
    color: white;
    font-weight: 600
}

.woocommerce table.shop_table .product-remove {
    text-align: center!important
}

.woocommerce table.shop_table tfoot td {
    border-color: #eaeaea
}

.woocommerce table.shop_table tfoot th {
    border-color: #eaeaea
}

.woocommerce table.shop_table a.remove {
    display: inline-block;
    font-size: 18px;
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-weight: 400;
    color: red;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.woocommerce table.shop_table a.remove:hover {
    background-color: transparent;
    color: #333
}

.woocommerce table.shop_table tbody th {
    border-color: #eaeaea
}

.woocommerce #reviews h3 {
    margin: 10px 0;
    font-size: 20px;
    font-weight: 400;
    font-weight: 400
}

.woocommerce #reviews #comments {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    overflow: hidden
}

.woocommerce #reviews #comments h2 {
    clear: none
}

.woocommerce #reviews #comments .add_review:after {
    content: '';
    display: block;
    clear: both
}

.woocommerce #reviews .star-rating {
    display: inline-block;
    vertical-align: top;
    float: right
}

.woocommerce #reviews div[itemprop=description] {
    border: 0;
    padding: 5px 0 20px
}

.woocommerce #reviews h2 small {
    float: right;
    color: #777;
    font-size: 15px;
    line-height: 21px;
    margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #777
}

.woocommerce #reviews p.meta {
    display: inline-block;
    vertical-align: top
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 15px
}

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

.woocommerce .widget_price_filter .price_label {
    font-size: 11px;
    color: #898989;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: left;
    height: 22px;
    line-height: 22px
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    float: right;
    height: 22px;
    line-height: 22px;
    padding: 0 12px
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    height: 9px;
    position: relative;
    padding: 0 2px;
    border: 1px solid #d0d0d0;
    cursor: pointer
}

.woocommerce .woocommerce-checkout #customer_details p.form-row label {
    margin: 0 0 5px;
    display: block
}

.woocommerce .woocommerce-checkout #customer_details p.form-row label.checkbox {
    display: inline-block
}

.woocommerce .shop_table.order_details tfoot th {
    border-right: 1px solid;
    background-color: #f7f7f7;
    font-weight: 600;
    color: #444;
    border-color: #eaeaea;
    border-color: #eaeaea
}

.woocommerce .shop_table.customer_details th {
    border-right: 1px solid;
    background-color: #f7f7f7;
    font-weight: 600;
    color: #444;
    border-color: #eaeaea;
    border-color: #eaeaea
}

.woocommerce .order_details {
    border-color: #eaeaea
}

.woocommerce a.button.loading {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.woocommerce a.button.loading:after {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f110';
    position: inherit;
    top: auto;
    right: auto;
    margin-left: 6px;
    vertical-align: top;
    font-weight: 400;
    -ms-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    color: inherit;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.woocommerce input.button {
    padding: 12px 20px
}

.woocommerce input.button.loading {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.woocommerce input.button.loading:after {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f110';
    position: inherit;
    top: auto;
    right: auto;
    margin-left: 6px;
    vertical-align: top;
    font-weight: 600;
    -ms-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    color: inherit;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.woocommerce div.product {
    position: relative;
    float: none
}

.woocommerce div.product .woocommerce-product-gallery {
    position: relative
}

.woocommerce div.product .woocommerce-product-gallery img {
    margin: 0
}

.woocommerce div.product .product_title {
    font-size: 24px;
    margin: 0 0 10px
}

.woocommerce div.product .product_title+.woocommerce-product-rating {
    margin-top: 0
}

.woocommerce div.product .woocommerce-product-rating {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    margin-top: 20px
}

.woocommerce div.product .woocommerce-product-rating .star-rating {
    float: left;
    margin-right: 10px;
    margin-top: 3px
}

.woocommerce div.product p.price {
    font-size: 36px;
    line-height: 30px;
    font-weight: 400;
    margin: 20px 0 0
}

.woocommerce div.product .woocommerce-tabs {
    padding-top: 30px;
    clear: both
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 1.5em 0 0
}

.woocommerce div.product .woocommerce-tabs .panel h2:first-child {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 400
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: block;
    position: relative;
    width: 100%;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-bottom: 20px;
    text-align: center;
    border-color: #eaeaea
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    display: inline-block
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    color: #999;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    margin-top: -1px;
    margin-bottom: -1px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 90%;
    padding: 10px
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #13aff0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #13aff0;
    border-color: #13aff0
}

.woocommerce div.product form.cart {
    padding: 20px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-top: 20px;
    border-color: #eaeaea
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 20px
}

.woocommerce div.product form.cart .variations label {
    color: #333;
    font-weight: 600
}

.woocommerce div.product form.cart .variations td.label {
    padding: 15px 0 15px;
    width: 20%
}

.woocommerce div.product form.cart .variations td.value {
    position: relative;
    padding: 15px 0 15px
}

.woocommerce div.product form.cart .variations tr:first-child td.label {
    padding-top: 0
}

.woocommerce div.product form.cart .variations tr:first-child td.value {
    padding-top: 0
}

.woocommerce div.product form.cart:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
    zoom: 1;
    height: 0
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin-right: 10px
}

.woocommerce div.product form.cart+.product_meta {
    margin-top: -1px
}

.woocommerce div.product table.group_table {
    width: auto;
    margin-bottom: 20px
}

.woocommerce div.product table.group_table tbody {
    display: inline-block;
    width: 100%;
    border: 1px solid #eaeaea
}

.woocommerce div.product table.group_table tr td {
    padding: 10px;
    border-top: 1px solid #eaeaea;
    border-bottom: 0;
    vertical-align: middle
}

.woocommerce div.product table.group_table tr:first-child td {
    border-top: 0
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
    text-align: right
}

.woocommerce.woo-left-tabs div.product .woocommerce-tabs ul.tabs {
    text-align: left
}

.woocommerce.woo-right-tabs div.product .woocommerce-tabs ul.tabs {
    text-align: right
}

.woocommerce .related.products {
    margin-top: 70px
}

.woocommerce .related.products h2 {
    margin: 0 0 15px
}

.woocommerce .related.products .product {
    padding-bottom: 0
}

.woocommerce #order_review table.shop_table {
    margin: 0 0 40px;
    border: none
}

.woocommerce #order_review table.shop_table th {
    border: none;
    padding: 16px 20px
}

.woocommerce #order_review table.shop_table td {
    border: none;
    padding: 16px 20px;
    text-align: right
}

.woocommerce #order_review table.shop_table tfoot td {
    font-weight: 600;
    color: #444;
    font-weight: 400
}

.woocommerce #order_review table.shop_table tfoot th {
    font-weight: 600;
    color: #444
}

.woocommerce #order_review table.shop_table thead th {
    font-size: 15px;
    letter-spacing: 0px;
    padding: 20px
}

.woocommerce #order_review table.shop_table thead th.product-total {
    text-align: right
}

.woocommerce #order_review table.shop_table tbody td {
    background-color: #fdfdfd
}

.woocommerce #order_review table.shop_table tbody td.product-name {
    max-width: 376px;
    text-align: left
}

.woocommerce #order_review table.shop_table label {
    display: contents
}

.woocommerce #order_review table tfoot th {
    text-transform: capitalize
}

.woocommerce .col-1.address {
    padding: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #eaeaea
}

.woocommerce .col-1.address h3 {
    font-size: 14px;
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 8px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd
}

.woocommerce .col-1.address address {
    margin: 0
}

.woocommerce .col-2.address {
    padding: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #eaeaea
}

.woocommerce .col-2.address h3 {
    font-size: 14px;
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 8px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd
}

.woocommerce .col-2.address address {
    margin: 0
}

.woocommerce #customer_login>div {
    padding: 20px;
    border-width: 2px;
    border-style: solid;
    border-color: #eaeaea
}

.woocommerce #customer_login label {
    cursor: pointer
}

.account-original-style .woocommerce #customer_login h2 {
    display: none
}

.account-original-style .woocommerce #customer_login>div {
    float: none;
    width: 560px;
    max-width: 100%;
    margin: 0 auto
}

.account-original-style .woocommerce #customer_login .col-2 {
    display: none
}

.account-original-style .woocommerce #customer_login .col-2 button {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px
}

.account-original-style .woocommerce #customer_login .col-1 p:nth-last-child(2) {
    margin: 0
}

.account-original-style .woocommerce #customer_login .col-1 p:last-child {
    margin: 0
}

.account-original-style .woocommerce #customer_login .col-1 .form-row {
    display: inline-block
}

.account-original-style .woocommerce #customer_login .col-1 .form-row.form-row-wide {
    width: 100%
}

.account-original-style .woocommerce #customer_login .form-row label.woocommerce-form__label {
    margin: 0 0 0 15px
}

.account-original-style .woocommerce #customer_login form.register p:last-child {
    margin: 0
}

.account-original-style .woocommerce #customer_login .woocommerce-privacy-policy-text {
    margin-bottom: 15px
}

.col2-set {
    width: 100%;
    width: 100%
}

.col2-set:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1
}

.col2-set .col-1 {
    float: left;
    width: 48%
}

.col2-set .col-2 {
    float: right;
    width: 48%
}

@media only screen and (min-width:481px) and (max-width:768px) {
    .tablet-col .col.first {
        clear: none
    }
    .woocommerce .products.swatchws-row.tablet-col .col {
        clear: none
    }
    .woocommerce .products.swatchws-row.tablet-1-col .product {
        clear: both
    }
    .woocommerce .products.swatchws-row.tablet-2-col .product:nth-child(2n+1) {
        clear: both
    }
    .woocommerce .products.swatchws-row.tablet-3-col .product:nth-child(3n+1) {
        clear: both
    }
    .woocommerce .products.swatchws-row.tablet-4-col .product:nth-child(4n+1) {
        clear: both
    }
    .woocommerce .products.swatchws-row.tablet-5-col .product:nth-child(5n+1) {
        clear: both
    }
    .woocommerce .products.swatchws-row.tablet-6-col .product:nth-child(6n+1) {
        clear: both
    }
    .woocommerce .products.swatchws-row.tablet-7-col .product:nth-child(7n+1) {
        clear: both
    }
    .woocommerce .products.tablet-1-col .product {
        width: 100%!important
    }
    .woocommerce .products.tablet-2-col .product {
        width: 50%!important
    }
    .woocommerce .products.tablet-3-col .product {
        width: 33.33%!important
    }
    .woocommerce .products.tablet-4-col .product {
        width: 25%!important
    }
    .woocommerce .products.tablet-5-col .product {
        width: 20%!important
    }
    .woocommerce .products.tablet-6-col .product {
        width: 16.66%!important
    }
    .woocommerce .products.tablet-7-col .product {
        width: 14.28%!important
    }
}

@media only screen and (max-width:480px) {
    .mobile-col .col.first {
        clear: none
    }
    .woocommerce .products.swatchws-row.mobile-col .col {
        clear: none
    }
    .woocommerce .products.swatchws-row.mobile-1-col .product {
        clear: both
    }
    .woocommerce .products.swatchws-row.mobile-2-col .product:nth-child(2n+1) {
        clear: both
    }
    .woocommerce .products.swatchws-row.mobile-3-col .product:nth-child(3n+1) {
        clear: both
    }
    .woocommerce .products.swatchws-row.mobile-4-col .product:nth-child(4n+1) {
        clear: both
    }
    .woocommerce .products.swatchws-row.mobile-5-col .product:nth-child(5n+1) {
        clear: both
    }
    .woocommerce .products.swatchws-row.mobile-6-col .product:nth-child(6n+1) {
        clear: both
    }
    .woocommerce .products.swatchws-row.mobile-7-col .product:nth-child(7n+1) {
        clear: both
    }
    .woocommerce .products.mobile-1-col .product {
        width: 100%!important
    }
    .woocommerce .products.mobile-2-col .product {
        width: 50%!important
    }
    .woocommerce .products.mobile-3-col .product {
        width: 33.33%!important
    }
    .woocommerce .products.mobile-4-col .product {
        width: 25%!important
    }
    .woocommerce .products.mobile-5-col .product {
        width: 20%!important
    }
    .woocommerce .products.mobile-6-col .product {
        width: 16.66%!important
    }
    .woocommerce .products.mobile-7-col .product {
        width: 14.28%!important
    }
}

.woocommerce-page .cart-collaterals {
    width: 100%
}

.woocommerce-page .cart-collaterals:after {
    content: ' ';
    display: table;
    clear: both
}

.woocommerce-page .cart-collaterals:before {
    content: ' ';
    display: table
}

.woocommerce-page .cart-collaterals .related {
    width: 30.75%;
    float: left
}

.woocommerce-page .cart-collaterals .cross-sells {
    width: 48%;
    float: left;
    padding: 0 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea
}

.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 48%;
    padding: 0 20px 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea
}

.woocommerce-page form .form-row-wide {
    clear: both
}

.woocommerce-page form .form-row::after {
    clear: both
}

.woocommerce-page ul.cart_list li::after {
    clear: both
}

.woocommerce-page ul.product_list_widget li::after {
    clear: both
}

.price {
    color: #57bf6d
}

.price del {
    color: #555
}

.amount {
    color: #57bf6d;
    float: left;
    font-size: larger;
}

.select2-drop-active {
    border-color: #bbb
}

@-webkit-keyframes spin {
    25% {
        -webkit-transform: rotate(270deg)
    }
    50% {
        -webkit-transform: rotate(90deg)
    }
    75% {
        -webkit-transform: rotate(360deg)
    }
    100% {
        -webkit-transform: rotate(180deg)
    }
}

@-moz-keyframes spin {
    25% {
        -moz-transform: rotate(270deg)
    }
    50% {
        -moz-transform: rotate(90deg)
    }
    75% {
        -moz-transform: rotate(360deg)
    }
    100% {
        -moz-transform: rotate(180deg)
    }
}

@-ms-keyframes spin {
    25% {
        -ms-transform: rotate(270deg)
    }
    50% {
        -ms-transform: rotate(90deg)
    }
    75% {
        -ms-transform: rotate(360deg)
    }
    100% {
        -ms-transform: rotate(180deg)
    }
}

@-o-keyframes spin {
    25% {
        -o-transform: rotate(270deg)
    }
    50% {
        -o-transform: rotate(90deg)
    }
    75% {
        -o-transform: rotate(360deg)
    }
    100% {
        -o-transform: rotate(180deg)
    }
}

@keyframes spin {
    25% {
        transform: rotate(270deg)
    }
    50% {
        transform: rotate(90deg)
    }
    75% {
        transform: rotate(360deg)
    }
    100% {
        transform: rotate(180deg)
    }
}

.woocommerce-message {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #777;
    border: 1px solid #ddd;
    margin: 0 0 30px;
    padding: 10px 15px;
    text-align: left
}

.woocommerce-message a {
    float: right;
    min-height: 10%;
    padding: 6px 18px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    letter-spacing: 0;
    text-transform: uppercase;
    background-color: #13aff0
}

.woocommerce-message a:hover {
    background-color: #0b7cac;
    color: #fff
}

.woocommerce-message:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    content: '\f00c';
    color: #ddd
}

ul.woocommerce-message:before {
    display: none
}

ul.woocommerce-message li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    content: '\f00c';
    color: #ddd
}

ul.order_details {
    position: relative;
    margin: 3.631em 0
}

ul.order_details:before {
    content: '';
    display: block;
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
    background-size: 0 100%, 16px 16px, 16px 16px
}

ul.order_details:after {
    content: '';
    display: block;
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
    background-size: 0 100%, 16px 16px, 16px 16px;
    top: auto;
    bottom: -16px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

ul.order_details li {
    padding: 1em 1.618em;
    font-size: .8em;
    text-transform: uppercase
}

ul.order_details li:first-child {
    padding-top: 1.618em
}

ul.order_details li:last-child {
    border: 0;
    padding-bottom: 1.618em
}

ul.order_details li strong {
    display: block;
    font-size: 1.387em;
    text-transform: none
}

.woocommerce-checkout form.login {
    max-width: 600px;
    margin: 0 auto 30px auto;
    padding: 20px;
    border: 1px solid;
    border-color: #eaeaea
}

.woocommerce-checkout form.login p.form-row {
    display: inline-block;
    margin: 0
}

.woocommerce-checkout form.login p.form-row.form-row-first,
.woocommerce-checkout form.login p.form-row.form-row-last {
    margin: 0 0 20px
}

.woocommerce-checkout form.login .wc-social-login {
    display: block!important;
    margin-top: 20px
}

.woocommerce-checkout form.checkout_coupon {
    display: block;
    border: 3px dashed rgba(84, 84, 84, .15);
    padding: 28px;
    width: 695px;
    margin: 0 auto 30px;
    text-align: center
}

.woocommerce-checkout form.checkout_coupon p {
    margin: 0
}

.woocommerce-checkout form.checkout_coupon p:last-child {
    margin: 0
}

.woocommerce-checkout form.checkout_coupon .form-row-first {
    float: left;
    width: 74%
}

.woocommerce-checkout form.checkout_coupon .form-row-last {
    float: right;
    width: 25%
}

.woocommerce-checkout form.checkout_coupon input {
    line-height: 36px;
    width: 100%;
    height: 36px;
    min-height: 36px;
    padding: 0 15px;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0
}

.woocommerce-checkout form.checkout {
    display: inline-block;
    width: 100%;
    margin-top: 30px
}

.woocommerce-checkout #order_review {
    float: right;
    width: 48%
}

.woocommerce-checkout .woocommerce-account-fields {
    display: inline-block;
    width: 100%
}

.woocommerce-checkout .woocommerce-account-fields input {
    margin-bottom: 0
}

.woocommerce-checkout #payment ul.payment_methods {
    padding-bottom: 20px
}

.woocommerce-checkout #payment ul.payment_methods .wc_payment_method>input[type=radio]:first-child {
    position: absolute!important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

.woocommerce-checkout #payment ul.payment_methods .wc_payment_method>input[type=radio]:first-child:checked+label:before {
    content: '\f192';
    color: #13aff0
}

.woocommerce-checkout #payment ul.payment_methods li {
    background-color: #fafafa;
    text-align: left;
    margin-bottom: 1px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.woocommerce-checkout #payment ul.payment_methods li:hover {
    background-color: #f5f5f5
}

.woocommerce-checkout #payment ul.payment_methods li img {
    float: right;
    border: 0;
    padding: 0;
    max-height: 28px
}

.woocommerce-checkout #payment div.payment_box {
    position: relative;
    width: 100%;
    padding: 1.4em;
    font-size: .92em;
    line-height: 1.5;
    background-color: #fff;
    color: #555
}

.woocommerce-checkout #payment div.payment_box p {
    margin: 0
}

.woocommerce-checkout #place_order {
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
    padding: 16px 20px
}

.woocommerce-checkout .woocommerce form.login {
    margin-top: 0;
    margin-bottom: 30px
}

.woocommerce-checkout .woocommerce form.register {
    margin-top: 0;
    margin-bottom: 30px
}

.woocommerce-checkout>.col2-set {
    float: left;
    width: 48%
}

.woocommerce-checkout>.col2-set>.col-1 {
    float: none;
    width: 100%;
    margin-bottom: 30px
}

.woocommerce-checkout>.col2-set>.col-1:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
    zoom: 1;
    height: 0
}

.woocommerce-checkout>.col2-set>.col-2 {
    float: none;
    width: 100%
}

.woocommerce-checkout>.col2-set>.col-2:after {
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
    zoom: 1;
    height: 0
}

.woocommerce-checkout h3#order_review_heading {
    float: right;
    width: 48%
}

.woocommerce-checkout .place-order .terms {
    margin: 0 0 8px
}

.woocommerce-checkout .form-row.place-order {
    margin: 0
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding-bottom: 0
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: block;
    margin-bottom: 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    background-color: #003296;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #003296;
    border-radius: 24px 24px 24px 24px
}

.woocommerce-cart table.cart img {
    width: auto;
    max-width: 60px
}

.woocommerce-cart table.cart td.actions {
    border-bottom: 0
}

.woocommerce-cart table.cart td.actions input {
    padding-top: 0;
    padding-bottom: 0;
    height: 32px;
    line-height: 32px;
    padding: 0 1.5em
}

.woocommerce-cart table.cart td.actions .coupon {
    float: left
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    display: inline-block;
    float: none;
    width: auto;
    min-height: 32px;
    line-height: 32px;
    padding: 0 .8em;
    margin: 0 8px 0 0;
    border-color: #ddd
}

.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
    border-color: #bbb
}

.woocommerce-cart table.cart td.actions .coupon label {
    display: none
}

.woocommerce-cart table.cart td.actions button[name=update_cart] {
    float: right;
    margin-right: 10px;
    font-size: 1.1rem;
    font-weight: 500;
    background-color: #003296;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #003296;
    border-radius: 24px 24px 24px 24px
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    width: 100%;
    margin-bottom: 20px;
    border: 0
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
    padding: .8em;
    vertical-align: top;
    line-height: 1.5em
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    padding: .8em;
    vertical-align: top;
    line-height: 1.5em;
    border-right-style: solid;
    border-right-width: 1px;
    width: 40%;
    font-weight: 600;
    color: #444;
    text-transform: none
}

.woocommerce-cart .cart-collaterals .cart_totals table select {
    width: 100%;
    min-height: 34px
}

.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td {
    padding-top: 0
}

.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th {
    padding-top: 0
}

.woocommerce-cart .cart-collaterals .cart_totals .order-total th {
    border-bottom: 1px solid;
    border-color: #eaeaea
}

.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
    border-bottom: 1px solid;
    border-color: #eaeaea
}

.woocommerce-cart .cart-collaterals .cart_totals .button[name=calc_shipping] {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px
}

.woocommerce-cart .cart-collaterals .cart_totals tr td {
    border-color: #eaeaea
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-color: #eaeaea
}

.single_variation {
    display: block;
    float: left;
    margin-bottom: 10px
}

.variations_button {
    clear: both
}

.product_meta {
    clear: both;
    font-size: 13px;
    border-top: 1px solid;
    margin-top: -1px;
    padding: 20px 0;
    color: #787878;
    margin-top: 20px;
    border-color: #eaeaea
}

.product_meta span {
    display: block
}

.product_meta span.sku {
    display: inline
}

.sku_wrapper {
    color: #333;
    font-weight: 600
}

.sku_wrapper span {
    display: inline;
    color: #555;
    font-weight: 400
}

.woocommerce-product-search label {
    display: none
}

.woocommerce-product-search button[type=submit] {
    float: right;
    margin-top: 15px
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(359deg)
    }
}

.product-quantity {
    font-weight: 400
}

.current-shop-items-dropdown {
    border-top-color: #13aff0
}

.custom-col .col.first {
    clear: none
}

.form-row .required {
    color: #e42234;
    border: 0
}

del .amount {
    color: #555
}

.select2-drop.select2-drop-above.select2-drop-active {
    border-color: #bbb
}

.products .product-category {
    text-align: center
}

.products .product-category img {
    display: block;
    margin: 0 auto
}

.woocommerce-checkout-review-order-table tfoot th {
    background-color: #f7f7f7
}

form.checkout {
    position: static!important
}

form.checkout>.blockUI {
    position: fixed!important
}

.blockUI:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f110';
    -ms-animation: fa-spin .75s infinite linear;
    -webkit-animation: fa-spin .75s infinite linear;
    -o-animation: fa-spin .75s infinite linear;
    -moz-animation: fa-spin .75s infinite linear;
    animation: fa-spin .75s infinite linear;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px
}

.woocommerce .widget_shopping_cart_content .buttons .button:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
    font-style: normal;
    letter-spacing: 0;
    font-weight: 600;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (min-width:769px) {
    .woocommerce div.product.owp-tabs-layout-vertical .woocommerce-tabs {
        display: inline-block;
        width: 100%
    }
    .woocommerce div.product.owp-tabs-layout-vertical .woocommerce-tabs ul.tabs {
        float: left;
        width: 20%;
        margin: 0;
        border: none
    }
    .woocommerce div.product.owp-tabs-layout-vertical .woocommerce-tabs ul.tabs li {
        display: block;
        border-top: 1px solid #eaeaea
    }
    .woocommerce div.product.owp-tabs-layout-vertical .woocommerce-tabs ul.tabs li:first-child {
        border-top: 0
    }
    .woocommerce div.product.owp-tabs-layout-vertical .woocommerce-tabs ul.tabs li a {
        display: block;
        position: relative;
        text-align: left;
        border-width: 0
    }
    .woocommerce div.product.owp-tabs-layout-vertical .woocommerce-tabs ul.tabs li a:after {
        content: '';
        position: absolute;
        top: 0;
        right: -2px;
        width: 3px;
        height: 100%;
        background-color: #13aff0;
        opacity: 0;
        z-index: 1;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }
    .woocommerce div.product.owp-tabs-layout-vertical .woocommerce-tabs ul.tabs li.active a:after {
        opacity: 1
    }
    .woocommerce div.product.owp-tabs-layout-vertical .woocommerce-tabs .panel {
        float: right;
        width: 80%;
        border-left-width: 1px;
        border-style: solid;
        border-color: #eaeaea;
        padding: 20px;
        margin: 0
    }
    .woocommerce div.product.owp-tabs-layout-vertical .woocommerce-tabs .panel>h2:first-child {
        margin-top: 0
    }
}

.woocommerce div.product.owp-tabs-layout-section .woocommerce-tabs ul.tabs {
    display: none
}

.woocommerce div.product.owp-tabs-layout-section .panel {
    display: block!important;
    margin-top: 80px
}

.woocommerce div.product.owp-tabs-layout-section .panel h2:first-child {
    font-size: 28px;
    margin-top: 0
}

.owp-cart-overlay {
    display: none;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    cursor: pointer
}

.widget_product_categories li {
    position: relative;
    margin-bottom: 10px
}

.widget_product_categories li a {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 1.6;
    padding-left: 22px;
    text-transform: capitalize
}

.widget_product_categories li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(0, 0, 0, .15)
}

.woocommerce .widget_product_categories li a:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%
}

.woocommerce .widget_product_categories li.current-cat>a {
    font-weight: 700
}

.woocommerce .widget_product_categories li.current-cat>a:bofore {
    background-color: #13aff0;
    border-color: #13aff0
}

.woocommerce .widget_product_categories li ul.children {
    margin: 8px 0 0 30px
}

.woocommerce .widget_product_categories li ul.children li {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 5px
}

.woocommerce .widget_product_categories li ul.children li a {
    padding-left: 0
}

.woocommerce .widget_product_categories li ul.children li a:before {
    display: none
}

.woocommerce .widget_product_categories li ul a {
    font-weight: 400;
    text-transform: none;
    border-bottom: 0
}

.woo-dropdown-cat .widget_product_categories li {
    position: relative
}

.woo-dropdown-cat .widget_product_categories li a {
    display: block;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 22px 10px 0;
    border-bottom: 1px solid #eaeaea
}

.woo-dropdown-cat .widget_product_categories li a:before {
    display: none
}

.woo-dropdown-cat .widget_product_categories li ul.children {
    display: none;
    margin: 0 0 0 16px
}

.woo-dropdown-cat .widget_product_categories li.current-cat-parent>ul.children {
    display: block
}

.woo-dropdown-cat .widget_product_categories li ul a {
    font-weight: 400;
    text-transform: none;
    border-bottom: 0
}

#swatchws-cart-sidebar-wrap {
    display: none;
    visibility: hidden;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

#swatchws-cart-sidebar-wrap,
#swatchws-cart-sidebar-wrap .swatchws-cart-sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999
}

#swatchws-cart-sidebar-wrap .swatchws-cart-sidebar-overlay {
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer
}

#swatchws-cart-sidebar-wrap .swatchws-cart-sidebar {
    position: absolute;
    top: 0;
    right: -100%;
    background-color: #fff;
    width: 325px;
    height: 100%;
    padding: 20px 0 0;
    overflow: auto;
    z-index: 10000;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .4);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#swatchws-cart-sidebar-wrap .owp-cart-title {
    font-size: 18px;
    font-weight: 600;
    color: #555;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 0 20px;
    margin: 0;
    text-align: center
}

#swatchws-cart-sidebar-wrap .divider {
    display: block;
    width: 30px;
    height: 2px;
    background-color: rgba(0, 0, 0, .1);
    margin: 10px auto 20px
}

#swatchws-cart-sidebar-wrap .swatchws-cart-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #333;
    opacity: .5;
    font-weight: 300;
    font-size: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 1001
}

#swatchws-cart-sidebar-wrap .swatchws-cart-close:hover {
    opacity: 1
}

#swatchws-cart-sidebar-wrap .widget_shopping_cart ul.cart_list li:first-child {
    border-top-width: 1px
}

.admin-bar #swatchws-cart-sidebar-wrap .swatchws-cart-sidebar {
    top: 32px;
    height: -webkit-calc(100% - 32px);
    height: calc(100% - 32px)
}

@media screen and (max-width:782px) {
    .admin-bar #swatchws-cart-sidebar-wrap .swatchws-cart-sidebar {
        top: 46px;
        height: -webkit-calc(100% - 46px);
        height: calc(100% - 46px)
    }
}

@media screen and (max-width:600px) {
    .admin-bar #swatchws-cart-sidebar-wrap .swatchws-cart-sidebar {
        top: 0;
        height: 100%
    }
}

.show-cart #swatchws-cart-sidebar-wrap,
.show-cart-sidebar #swatchws-cart-sidebar-wrap {
    visibility: visible;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1
}

.show-cart #swatchws-cart-sidebar-wrap .swatchws-cart-sidebar,
.show-cart-sidebar #swatchws-cart-sidebar-wrap .swatchws-cart-sidebar {
    right: 0
}

@media only screen and (max-width:959px) {
    #swatchws-cart-sidebar-wrap {
        display: block
    }
}

.quantity {
    position: relative;
    float: left;
    overflow: hidden;
    zoom: 1;
    min-width: 110px
}

.quantity .plus,
.minus,
.quantity .qty {
    display: block;
    float: left;
    width: 36px;
    min-height: 42px;
    background-color: transparent;
    border: 1px solid #e4e4e4;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    color: #777;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0
}

.quantity .plus {
    font-size: 13px;
    line-height: 34px
}

.quantity .plus {
    border-left-width: 0
}

.quantity input::-webkit-outer-spin-button {
    display: none
}

.quantity input::-webkit-inner-spin-button {
    display: none
}

.woocommerce form input[type=number] {
    max-width: 58px;
    min-height: 36px
}

.woocommerce form input.qty[type=number] {
    -moz-appearance: textfield
}

@media (min-width:1080px) {
    .owp-product-nav-wrap {
        position: absolute;
        top: 0;
        right: 0
    }
}

.owp-product-nav-wrap {
    text-align: right;
    z-index: 1
}

.owp-product-nav {
    position: relative;
    display: inline-block
}

.owp-product-nav li {
    display: inline-block;
    margin-left: 3px
}

.owp-product-nav li:first-child {
    margin-left: 0
}

.owp-product-nav li a.owp-nav-link {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 24px;
    border: 2px solid #e9e9e9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    text-align: center
}

.owp-product-nav li a.owp-nav-link i {
    line-height: 1.2
}

.owp-product-nav li a.owp-nav-link:hover {
    background-color: #13aff0;
    color: #fff;
    border-color: #13aff0
}

.owp-product-nav li a.owp-nav-text {
    display: none;
    font-size: 12px
}

.owp-product-nav li a.owp-nav-text.next-text {
    padding-left: 3px
}

.owp-product-nav li a.owp-nav-text.prev-text {
    padding-right: 3px
}

.owp-product-nav li .owp-nav-thumb {
    position: absolute;
    top: 100%;
    left: -99999px;
    display: inline-block;
    width: 90px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    -moz-box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    z-index: 100
}

.owp-product-nav li:hover>.owp-nav-thumb {
    opacity: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (max-width:767px) {
    .owp-product-nav-wrap {
        margin-bottom: 15px
    }
    .owp-product-nav {
        display: block
    }
    .owp-product-nav li.next-li {
        float: left
    }
    .owp-product-nav li.prev-li {
        float: right
    }
    .owp-product-nav li {
        position: relative
    }
    .owp-product-nav li a.owp-nav-text {
        display: inline-block
    }
}

@media only screen and (max-width:1280px) {
    .woocommerce div.product .product-thumbnails {
        width: 275px
    }
}

@media only screen and (max-width:992px) {
    .woocommerce #customer_login .form-row label[for=rememberme] {
        margin: 0 0 0 4px
    }
}

@media only screen and (max-width:959px) {
    .woocommerce-checkout #order_review {
        float: none;
        width: 100%
    }
    .woocommerce-checkout>.col2-set {
        float: none;
        width: 100%
    }
    .woocommerce-checkout h3#order_review_heading {
        float: none;
        width: 100%
    }
    .woocommerce-checkout form.checkout_coupon {
        width: 100%;
        margin-bottom: 20px
    }
    .woocommerce-checkout form.checkout_coupon .form-row-first,
    .woocommerce-checkout form.checkout_coupon .form-row-last {
        float: none;
        width: 100%;
        margin: 0
    }
    .woocommerce-checkout form.checkout_coupon .form-row-last {
        margin-top: 10px
    }
    .woocommerce-checkout form.checkout {
        margin-top: 10px
    }
}

@media only screen and (max-width:767px) {
    .woocommerce ul.products.list li.product .product-entry-slider-wrap,
    .woocommerce ul.products.list li.product .woo-entry-image {
        float: none;
        width: 100%;
        margin: 0 0 20px
    }
    .woocommerce ul.products.list li.product .woo-entry-inner {
        float: none;
        width: 100%
    }
    .woocommerce ul.order_details li {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border: 0;
        border-bottom: 1px solid #e9e9e9
    }
    .woocommerce .form-row-first {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-left: 0!important
    }
    .woocommerce .form-row-last {
        float: none;
        width: 100%
    }
    .woocommerce .cart-collaterals .cross-sells {
        display: none
    }
    .woocommerce .cart-collaterals .cart_totals {
        float: none;
        width: 100%;
        margin-bottom: 20px
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        display: block
    }
    .woocommerce #customer_login .form-row label[for=rememberme] {
        margin: 0 0 0 4px
    }
    .woocommerce .order_details li:last-of-type {
        padding: 0;
        margin: 0
    }
    .col2-set .col-1 {
        float: none;
        width: 100%
    }
    .col2-set .col-2 {
        float: none;
        width: 100%
    }
    .col2-set>div:first-child {
        margin-bottom: 30px
    }
    .woocommerce-page .cart-collaterals .cart_totals {
        float: none;
        width: 100%;
        margin-bottom: 20px
    }
    .woocommerce-page.woocommerce-cart table.shop_table td.product-price {
        display: none!important
    }
    .woocommerce-cart .cart-collaterals .cart_totals table td {
        text-align: right
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        max-width: 150px
    }
    .woocommerce-message:before {
        display: none
    }
    .woocommerce-cart .woocommerce table.shop_table thead {
        display: none
    }
    .woocommerce-cart .woocommerce table.shop_table tbody th {
        display: none
    }
    .woocommerce-cart .woocommerce table.shop_table tr td {
        display: inline-block;
        width: 100%;
        text-align: right;
        clear: both
    }
    .woocommerce-cart .woocommerce table.shop_table tr td:before {
        content: attr(data-title) ": ";
        font-weight: 600;
        float: right
    }
    .woocommerce-cart .woocommerce table.shop_table tr td.product-remove:before,
    .woocommerce-cart .woocommerce table.shop_table tr td.product-thumbnail:before {
        display: none
    }
    .woocommerce-cart .woocommerce table.shop_table tr td.product-thumbnail {
        text-align: center
    }
    .woocommerce-cart .woocommerce table.shop_table tr td.product-quantity .quantity {
        float: right
    }
    .woocommerce-cart .woocommerce table.shop_table tr td.actions:before,
    .woocommerce-cart .woocommerce table.shop_table tr td.download-actions:before {
        display: none
    }
    .woocommerce-cart .woocommerce table.shop_table tr td.download-actions .button {
        display: block;
        text-align: center
    }
}

@media only screen and (max-width:580px) {
    .woocommerce-cart table.cart td.actions .coupon {
        float: none;
        width: 100%;
        text-align: center;
        padding-bottom: 1em;
        border-bottom: 1px solid rgba(0, 0, 0, .05)
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 100%;
        max-width: 100%;
        margin: 0 0 10px
    }
    .woocommerce-cart table.cart td.actions .coupon input {
        width: 100%
    }
    .woocommerce-cart table.cart td.actions .coupon button[name=apply_coupon] {
        width: 100%;
        display: inline-block;
        float: none
    }
    .woocommerce-cart table.cart td.actions button[name=update_cart] {
        display: inline-block;
        float: none;
        width: 100%;
        margin-top: 15px
    }
}

@media only screen and (max-width:480px) {
    .woocommerce .swatchws-grid-list {
        display: inline-block;
        float: none
    }
    .woocommerce .swatchws-grid-list {
        margin: 0
    }
    .woocommerce .woocommerce-ordering {
        float: none;
        margin-top: 14px;
        text-align: left
    }
    .woocommerce .woocommerce-ordering .orderby {
        width: 100%!important
    }
    .woocommerce .woocommerce-ordering .orderby span {
        width: 100%!important
    }
}

@media only screen and (max-width:320px) {
    .woocommerce .woocommerce-ordering .orderby {
        width: 175px!important
    }
    .woocommerce .woocommerce-ordering .orderby span {
        width: 175px!important
    }
    .woocommerce div.product .product-thumbnails {
        width: 215px
    }
    .woocommerce-cart table.cart td.actions input {
        width: 100%
    }
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        width: 100%;
        max-width: 100%;
        margin: 0 0 10px!important
    }
    product-name .a {
        float: left
    }
}