.circular {
    animation: rotate 1s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke: var(--primary-color);
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite;
    stroke-linecap: round;
    transition: stroke .2s;

    stroke-width: 4;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

.woocommerce-page .entry-content p,
.woocommerce-page .entry-content ul,
.woocommerce-page .entry-content ol,
.woocommerce-page .entry-content dt,
.woocommerce-page .entry-content dd,
.woocommerce-page .entry-content address,
.woocommerce-page .entry-content pre,
.woocommerce-page .entry-content table,
.woocommerce-page .entry-content .twitter-tweet,
.woocommerce-page .entry-content h1,
.woocommerce-page .entry-content h2,
.woocommerce-page .entry-content h3,
.woocommerce-page .entry-content h4,
.woocommerce-page .entry-content h5,
.woocommerce-page .entry-content h6 {
    margin-left: 0;
}

/* Default Page Template */
.page-template-page-header-php.woocommerce-account #main #content .type-page,
.page-template-page-header-php.woocommerce-cart #main #content .type-page,
.page-template-page-header-php.woocommerce-checkout #main #content .type-page {
    width: auto;
    max-width: 1170px;
    margin: 0 auto 71px;
}
.page-template-page-header-php.woocommerce-cart #main #content .type-page li.product {
    width: 48.1%;
}

/* Header */
.woocommerce-page .entry-header-wrapper {
    background: transparent;
    max-width: none;
    margin: 0 auto;
    border-radius: 0;
}
.woocommerce-wishlist.woocommerce-page .entry-header-wrapper {
    max-width: 1170px;
    margin: 0 auto;
}
.post-type-archive-product .entry-header-wrapper .entry-title {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 50px;
    float: none;
    border: none;
    color: #fff;
    max-width: 900px;
}
.woocommerce-edit-address .woocommerce form {}
.woocommerce-edit-account .woocommerce form {}
.woocommerce-edit-account .woocommerce form p:not(.form-row):last-of-type,
.woocommerce-edit-address .woocommerce form p:not(.form-row):last-of-type {
    text-align: left;
    margin: 9px 0 8px;
    float: left;
}
.woocommerce-page .entry-header-wrapper .entry-header {
    margin-bottom: 0;
}
.woocommerce-page .entry-header-wrapper .entry-title {
    font-size: 2.5em;
    margin-top: 0;
}
.woocommerce .entry-header-wrapper .entry-title {
    font-size: 2.5em;
}
.woocommerce .entry-header-wrapper div {
    margin: 0 auto;
}
.woocommerce .center-logo-and-menu-enabled.sticky-header .entry-header-wrapper {
    margin-top: 121px;
}

/* =Header
----------------------------------------------- */
.woocommerce-my-account-wrapper {
    float: left;
    margin: 0;
    margin-right: .5em;
    line-height: 1;
    position: relative;
    z-index: 900;
    display: flex;
    font-style: normal;
}
.woocommerce-my-account {
    color: var(--header-text-color);
    padding: 5px;
    text-decoration: none;
    display: inline-flex;
}
#top-bar .woocommerce-my-account {
    color: var(--top-bar-text-color);
}
.woocommerce-my-account:hover {
    color: #000;
}
.woocommerce-my-account span {
    display: inline-flex;
    fill: var(--header-text-color);
    float: left;
    position: relative;
}
.woocommerce-my-account svg {
    width: 18px;
    transition: fill .2s ease;
}
.woocommerce-links-helper {
    position: absolute;
    top: auto;
    right: -25px;
    width: 150px;
    background: #fff;
    padding: 20px;
    z-index: 5000;
    box-shadow: none;
    margin-top: 1px;
    transition: all ease .2s;
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
    transition-delay: .4s;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05);

    display: none;
}
.woocommerce-my-account-wrapper:hover .woocommerce-links-helper {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: .1s;
}
.woocommerce-links-helper em {
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    background: #fff;
    border: none;
    border-right: 0;
    border-bottom: 0;
    top: -4px;
    right: 29px;
    transform: rotate(45deg);
    font-style: normal;
}
.woocommerce-links-helper ul {
    text-align: left;
    text-transform: none;
    position: relative;
    list-style: none;
    margin: 0;
    font-family: inherit;
    font-weight: 400;
    max-height: 348px;
    overflow-y: hidden;
}
.woocommerce-links-helper ul li {
    font-size: 14px;
    border-top: none;
    padding: 0;
    margin: 0 0 16px;
    color: #000;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 16px;
}
.woocommerce-links-helper ul li:last-child {
    padding: 0;
    border: none;
    margin: 0;
}
.woocommerce-links-helper ul li a {
    display: inline-block;
    color: #000;
    padding: 0;
    line-height: 1.225;
    border-top: none;
    text-transform: none;
    margin-bottom: 2px;
    position: relative;
}
.woocommerce-links-helper ul li a span:after {
    content: '';
    background: transparent;
    display: inline-block;
    margin: auto;
    width: 0%;
    height: 1px;
    transition: width .3s ease, background-color .3s ease;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.woocommerce-links-helper ul li a:hover span:after {
    background: #000;
    width: 100%;
}
.woocommerce-links-helper ul li a:hover {
    color: #000;
}
.transparent-header .header-wrapper .woocommerce-mini-cart-wrapper .woocommerce-mini-cart:hover,
.transparent-header .header-wrapper .woocommerce-mini-cart-wrapper ul li a:hover,
.transparent-header .header-wrapper .woocommerce-mini-cart-wrapper .woocommerce-mini-cart {
    color: #fff;
}
.woocommerce-links-wrapper {
    font-size: inherit;
    float: right;
    height: 100%;
    margin-left: 30px;
    display: flex;
    position: relative;
    user-select: text;
    align-items: center;
}
#top-bar .woocommerce-links-wrapper {
    margin-left: 25px;
}
.woocommerce-links {
    float: left;
    margin: 0;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-flex;
    align-items: center;
}
.woocommerce-links > div:last-of-type {
    margin-right: 0;
}
.woocommerce-mini-cart-wrapper {
    float: left;
    margin: 0;
    margin-right: .5em;
    line-height: 1;
    text-decoration: none;
    position: relative;
    z-index: 900;
    display: flex;
    font-style: normal;
}
.woocommerce-mini-cart-wrapper .woocommerce-mini-cart {
    color: var(--header-text-color);
    text-decoration: none;
    padding: 5px;
    display: inline-flex;
}
#top-bar .woocommerce-mini-cart-wrapper .woocommerce-mini-cart {
    color: var(--top-bar-text-color);
}
.woocommerce-mini-cart-wrapper .woocommerce-mini-cart > span {
    position: relative;
    display: inline-flex;
}
.woocommerce-mini-cart-wrapper .woocommerce-mini-cart > span {
    font-style: normal;
    display: inline-flex;
    fill: var(--header-text-color);
    float: left;
    position: relative;
}
.woocommerce-mini-cart-wrapper .woocommerce-mini-cart > span svg {
    width: 18px;
    transition: fill .2s ease;
}
.woocommerce-mini-cart-wrapper .woocommerce-mini-cart:hover {
    color: #000;
    text-decoration: none;
}
.cart-contents-count {
    font-weight: 400;
    font-size: 12px;
    min-width: 19px;
    height: 19px;
    display: flex;
    background: #000;
    color: var(--header-background-color);
    border-radius: 50%;
    line-height: 1;
    vertical-align: middle;
    margin-left: 0;
    padding: 0 5px;
    box-sizing: border-box;
    letter-spacing: 0;
    position: absolute;
    margin-top: -11px;
    left: 9px;
    align-items: center;
    justify-content: center;

    animation-delay: .75s;
}
.cart-contents-count-animation {
    animation: cart-contents-count .35s ease forwards;
}
@keyframes cart-contents-count {
    0% {transform: scale(.7);}
    80% {transform: scale(1.05);}
    100% {transform: scale(1)}
}
.cart-contents-count-animation-document-start {
    animation: cart-contents-count-document-start .35s ease forwards;
}
.cart-contents-count-hidden {
    opacity: 0;
}
@keyframes cart-contents-count-document-start {
    0% {opacity: 0; transform: scale(.7);}
    80% {opacity: 1; transform: scale(1.05);}
    100% {opacity: 1; transform: scale(1)}
}
.product-list-cart {
    position: absolute;
    top: 30px;
    right: -22px;
    width: 250px;
    background: var(--header-background-color);
    padding: 0;
    z-index: 5000;
    box-shadow: none;
    margin-top: 1px;
    transition: all ease .2s;
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
    transition-delay: .6s;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    color: var(--header-text-color);
    border: 1px solid var(--borders-color);
}
.product-list-cart.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.product-list-cart em {
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    background: var(--header-background-color);
    border: none;
    border-right: 0;
    border-bottom: 0;
    top: -5px;
    right: 27px;
    transform: rotate(45deg);
    font-style: normal;
    border: 1px solid var(--borders-color);
}
.product-list-cart:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 9px;
    background: var(--header-background-color);
    border: none;
    border-right: 0;
    border-bottom: 0;
    top: 0;
    left: 0;
    font-style: normal;
}
.woocommerce-mini-cart-wrapper:hover .product-list-cart {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition-delay: 0s;
    transition-duration: .2s;
}
.woocommerce-mini-cart-wrapper .product-list-cart ul {
    text-align: left;
    text-transform: none;
    position: relative;
    list-style: none;
    margin: 0;
    font-family: inherit;
    font-weight: 400;
    max-height: 238px;
    overflow-y: auto;
    margin-bottom: 0;
    z-index: 1;
    padding: 0;
}
.woocommerce-mini-cart-wrapper ul li {
    font-size: 14px;
    border-top: none;
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid var(--borders-color);
    padding: 11px 20px 15px;
    box-sizing: border-box;
    display: inline-block;
}
.woocommerce-mini-cart-wrapper ul li:last-child {
    margin-bottom: 0;
}
.woocommerce-mini-cart-wrapper ul li .cart-product-link {
    display: block;
    color: var(--header-text-color);
    padding: 0;
    line-height: 1.225;
    border-top: none;
    text-transform: none;
    margin-bottom: 2px;
}
.woocommerce-mini-cart-wrapper .cart-thumbnail-wrapper {
    float: left;
    min-height: 52px;
    display: flex;
    align-items: center;
}
.woocommerce-mini-cart-wrapper ul li a {
    text-decoration: none;
}
.woocommerce-mini-cart-wrapper .product-quantity-price-wrapper {
    display: block;
}
.woocommerce-mini-cart-wrapper ul li a .product:after {
    content: '';
    background: transparent;
    display: inline-block;
    margin: auto;
    width: 0%;
    height: 1px;
    transition: width .3s ease, background-color .3s ease;
    position: absolute;
    bottom: 0;
    left: 0;

    display: none;
}
.woocommerce-mini-cart-wrapper ul li a:hover .product:after {
    background: #000;
    width: 100%;
}
.woocommerce-mini-cart-wrapper .product {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 127px;
    display: inline-block;
    white-space: nowrap;
    position: relative;
    line-height: 1.4;
    margin-top: 4px;
}
.woocommerce-mini-cart-wrapper ul li a:hover {
    opacity: .8;
}
.woocommerce-mini-cart-wrapper ul li a:before {
    background: transparent;
    display: none;
    width: 0;
    height: 0;
}
.transparent-header .woocommerce-mini-cart-wrapper ul li a:hover {
    color: #999;
}
.transparent-header .header .info-header {
    color: #fff;
}
.woocommerce-mini-cart-wrapper ul li a:hover img {
    opacity: 1;
}
.woocommerce-mini-cart-wrapper ul img {
    width: 48px;
    max-width: 100%;
    height: auto;
    margin: .3em 0 0 0;
    display: block;
    float: left;
    margin-right: 17px;
    transition: opacity ease .2s;
}
.woocommerce-mini-cart-wrapper .woocommerce-mini-cart-checkout {
    border-top: none;
    float: left;
    width: 100%;
    padding: 20px;
    display: block;
    align-items: center;
    box-sizing: border-box;
    border-top: none;
    text-align: center;
    background: var(--third-color);
}
.woocommerce-mini-cart-wrapper .woocommerce-mini-cart-checkout a {
    float: left;
    display: inline-block;
    clear: none;
    line-height: inherit;
    width: auto;
    text-align: center;
}
body .woocommerce-mini-cart-wrapper .woocommerce-mini-cart-checkout .button,
body .woocommerce-mini-cart-wrapper .woocommerce-mini-cart-checkout a.button,
body .woocommerce-mini-cart-wrapper .woocommerce-mini-cart-checkout a.button.alt {
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    border-radius: 0;
    padding: 0;
    min-width: auto;
    width: auto;
    margin-left: 0;
    position: relative;
    line-height: 1.2;
}
body .woocommerce-mini-cart-wrapper .woocommerce-mini-cart-checkout .button span {
    display: inline-block;
    position: relative;
}
body .woocommerce-mini-cart-wrapper .woocommerce-mini-cart-checkout .alt span:before {
    display: none;
}
body .woocommerce-mini-cart-wrapper .woocommerce-mini-cart-checkout a.button.alt {
    float: none;
    overflow: hidden;
    padding: 10px 13px;
    text-shadow: none;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    min-width: 131px;
    box-sizing: border-box;
    margin: 0;
    height: auto;
    color: var(--header-background-color);
}
.woocommerce-mini-cart-wrapper .woocommerce-mini-cart-checkout .to-cart {
    display: none;
}
.woocommerce-mini-cart-wrapper .woocommerce-mini-cart-total-wrapper {
    text-align: center;
    margin-bottom: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce-mini-cart-wrapper .woocommerce-mini-cart-total-number {
    margin-left: .5em;
}

/* =Widgets
----------------------------------------------- */
.woocommerce #secondary .widget {
    background: transparent;
    padding: 0;
    box-sizing: border-box;
    box-shadow: none;
}
.woocommerce #secondary .widget:last-of-type {
    margin-bottom: 0;
}

/* Comment Form */
.woocommerce p.stars a:after {
    font-size: 16px;
}
.woocommerce #review_form .comment-respond p {
    margin: 0 0 1em;
    padding: 0;
    font-size: 14px;
}
.woocommerce div.product form.cart table td {
    padding: 10px 10px;
}
.woocommerce p.stars a:before {
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
}
.woocommerce p.stars a {
    color: #999;
}
.woocommerce #review_form .comment-respond .comment-form-email {
    margin-left: 1.4%;
}
.woocommerce #main #reviews h3 {
    margin: 16px 0;
    text-align: left;
    padding: 0;
    border: none;
    font-size: 24px;
}

/* Variations */
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    display: inline-block;
}
.woocommerce div.product form.cart .variations td {
    padding: 0;
    line-height: inherit;
    line-height: inherit;
    display: inline-block;
    margin-bottom: .575em;
    min-width: 166px;
}

/* Overlay */
@keyframes opacity {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
.woocommerce .blockUI.blockOverlay,
.woocommerce .loader {
    opacity: 1 !important;
    background: rgba(255,255,255,.7) !important;
    border-radius: 0;
    animation: opacity .4s forwards ease;
}

/* =YITH Wishlist
----------------------------------------------- */
.yith-wishlist-wrapper {
    float: left;
    margin: 0;
    margin-right: .5em;
    line-height: 1;
    position: relative;
    z-index: 900;
    display: flex;
    font-style: normal;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
    display: inline-flex !important;
}
.yith-wishlist-icon {
    color: var(--header-text-color);
    padding: 5px;
    text-decoration: none;
    display: inline-flex;
}
#top-bar .yith-wishlist-icon {
    color: var(--top-bar-text-color);
}
.yith-wishlist-icon:hover {
    color: #000;
}
.yith-wishlist-icon span {
    display: inline-flex;
    fill: var(--header-text-color);
    float: left;
    position: relative;
}
.yith-wishlist-icon svg {
    width: 18px;
    transition: fill .2s ease;
}
.single-product .shortcodes-wrapper {
    margin-left: 1.1em;
    float: left;
}
.yith-wcwl-add-to-wishlist {
    margin-top: 7px;
    float: left;
    margin-right: 1.08em;
    line-height: 1.6;
    position: relative;
}
.add_to_wishlist {
    background: transparent;
    box-shadow: none;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    line-height: 2.6;
    position: relative;

    background: var(--third-color);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.add_to_wishlist:hover {
    opacity: .8;
}
.add_to_wishlist .add_to_wishlist-icon {
    margin-right: 7px;
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 0;
    background: transparent;
    display: inline-block;
    display: flex;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    font-style: normal;
}

.woocommerce .product-add-to-cart .button.alt.loading {
    opacity: 1;
}
.woocommerce-page .product-add-to-cart .button.alt.loading > span {
    opacity: .1;
}
.woocommerce .product-add-to-cart a.button.loading:before {
    display: none;
}
.woocommerce .product-add-to-cart a.button i:after {
    font-size: 12px;
}
.yith-wcwl-add-button.hide {
    display: block !important;
}
.yith-wcwl-wishlistexistsbrowse.show {
    display: none !important;
}
.yith-wcwl-wishlistaddedbrowse.show {
    display: none !important;
}
#yith-wcwl-popup-message {
    position: absolute;
    font-size: 14px;
    line-height: 1.3;
    border: none;
    background: var(--third-color);
    border-radius: 0;
    top: 40px;
    width: 170px;
    margin-left: -85px !important;
    box-sizing: border-box;
    transition: all ease .35s;
    display: block !important;
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
    border: none;
}
.yith-wcwl-add-to-wishlist.added #yith-wcwl-popup-message {
    visibility: visible;
    opacity: 1 !important;
    transform: translateY(0);
}
#yith-wcwl-popup-message:before {
    content: '';
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    background: var(--third-color);
    border: none;
    border-right: 0;
    border-bottom: 0;
    top: auto;
    left: 50%;
    transform: rotate(45deg);
    font-style: normal;
    margin-left: -5px;
    top: -5px;
    border: none;
}
#yith-wcwl-popup-message:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 9px;
    background: var(--third-color);
    border: none;
    border-right: 0;
    border-bottom: 0;
    top: 0;
    left: 0;
    font-style: normal;
}
.wishlist-title {
    display: none;
}
.wishlist-title h2 {
    padding: 0;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    float: none;
    margin: 0;
}
.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
    color: #6dab3c;
}
.page-template-default.woocommerce-page #main #content .type-page {
    max-width: none;
}
.woocommerce-wishlist.woocommerce #content table.cart th,
.woocommerce-wishlist.woocommerce table.cart th,
.woocommerce-wishlist.woocommerce-page #content table.cart th,
.woocommerce-wishlist.woocommerce-page table.cart th {
    border: none;
}
.woocommerce td.product-name dl.variation:last-child {
    margin: 0;
}
.wishlist_table tr td,
.wishlist_table tr th.wishlist-delete,
.wishlist_table tr th.product-checkbox {
    text-align: left;
}
.woocommerce #content table.cart td.product-remove,
.woocommerce table.cart td.product-remove,
.woocommerce-page #content table.cart td.product-remove,
.woocommerce-page table.cart td.product-remove {
    text-align: right;
    min-width: 42px;
}
.woocommerce #content table.cart td ins {
    background: transparent;
}
.woocommerce #content table.cart .product-price del {
    color: var(--secondary-color);
}
.woocommerce #content table.cart .wishlist-empty,
.woocommerce table.cart .wishlist-empty,
.woocommerce-page #content table.cart .wishlist-empty,
.woocommerce-page table.cart .wishlist-empty {
    text-align: center;
    font-size: 14px;
    padding: 22px 35px 21px 30px;
    line-height: 1.325;
}
.wishlist_table {
    opacity: 1 !important;
    margin: 0;
}

/* =theia-sticky-sidebar
----------------------------------------------- */
.woocommerce-page .theiaStickySidebar {
    padding-left: 0;
    padding-right: 0;
}

/* Search and Archive */
.main-product-wrapper,
.product .woocommerce-accordion {
    padding: 0;
    box-sizing: border-box;
}

/* =Easy Social Share Buttons for WordPress Custom Style
----------------------------------------------- */
.single-product .main-product-wrapper .clear {
    display: none;
}
.single-product .easy-social-share-button {
    margin-top: 6px;
    float: left;
    margin-left: 0;
    line-height: 1.6;
    position: relative;
}
.single-product .easy-social-share-button-custom .essb_links .essb_after_more:not(:first-child) {
    display: none;
}
.single-product .easy-social-share-button-custom .essb_links .essb_links_list-drop .essb_after_more:not(:first-child) {
    display: inline-block;
}
.single-product .essb_template_skylab .essb_link_sharebtn {
    margin-bottom: 0 !important;
}
.single-product .easy-social-share-button-custom .essb_links .essb_link_sharebtn a {
    border-radius: 50%;
    background: var(--third-color) !important;
    color: var(--primary-color) !important;
    float: left;
}
.single-product .easy-social-share-button-custom .essb_links .essb_icon {
    width: 32px;
    height: 32px;
}
.single-product .easy-social-share-button-custom .essb_links_list-drop {
    display: flex !important;
}
.single-product .easy-social-share-button-custom .essb_links_list-drop li {
    margin: 0 !important;
}
.single-product .easy-social-share-button-custom .essb_links_list-drop {
    left: 50%;
    transform: translateY(-6%) translateX(-50%) scale(0.9);
}
.single-product .easy-social-share-button-custom .essb_links .essb_link_sharebtn.active + .essb_links_list-drop,
.single-product .easy-social-share-button-custom .essb_links .essb_links_list.active .essb_links_list-drop {
    transform: translateY(0) translateX(-50%) scale(1);
}
.single-product .easy-social-share-button-custom .essb_links_list-drop {
    padding: 10px 20px;
}

/* =Single Product Additional Block
    ----------------------------------------------- */
.single-product-additional-block-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 0;
    margin-top: 1.65em;
    padding-top: 1.65em;
    background: transparent;
    border-top: 1px solid var(--borders-color);
}
.single-product-additional-block-wrapper ul {
    width: 100%;
}
.single-product-additional-block-wrapper ul li {
    align-items: center;
    width: 100%;
}
.single-product-additional-block-wrapper ul li a {
    color: #000;
}
.single-product-additional-block-wrapper .vc_icon_element {
    position: relative;
    bottom: 2px;
}
.single-product-additional-block-wrapper .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
    line-height: 0!important;
}
.single-product-additional-block-wrapper .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
    font-size: .7em;
}

/* =Shorten
    ----------------------------------------------- */
.morecontent span {
    display: none;
}

/* =WooCommerce
----------------------------------------------- */
.post-type-archive-product.woocommerce .entry-header-wrapper,
.tax-product_cat.woocommerce .entry-header-wrapper {
    display: none;
}
.post-type-archive-product.woocommerce .entry-header-wrapper .entry-header,
.tax-product_cat.woocommerce .entry-header-wrapper .entry-header {
    margin-bottom: 0;
    padding: 40px 0 0;
    min-height: inherit;
    max-width: 1170px;
    margin: 0 auto;
}
.post-type-archive-product.woocommerce .entry-header-wrapper .entry-header {
    display: none;
}
.woocommerce .woocommerce-breadcrumb {
    float: none;
    margin: 0 0 1.15rem;
    padding: 0;
    line-height: 1.45;
    position: relative;
    bottom: 0;
    max-width: 100%;
    font-size: .875em;
    clear: left;
    color: var(--secondary-color);
    text-transform: none;
}
.woocommerce.single-product .woocommerce-breadcrumb {
    max-width: 1170px;
    float: none;
    margin: 0 auto 1.15rem;
}
.single-product.woocommerce .entry-header-wrapper .entry-header {
    max-width: none;
    padding: 0;
    text-align: left;
    margin-top: 0;
}
.woocommerce .woocommerce-breadcrumb a {
    text-decoration: none;
    color: var(--secondary-color);
}
.woocommerce .woocommerce-breadcrumb a:hover {
    color: var(--primary-color);
}
.woocommerce .navigation-pipe {
    padding: 0;
}
.woocommerce .entry-header-wrapper .entry-header {
    min-height: inherit;
}
.woocommerce #main,
.woocommerce-page #main {
    max-width: 1170px;
    float: none;
    max-width: 1230px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}
.post-type-archive.woocommerce #main,
.tax-product_cat.woocommerce #main {
    max-width: 1170px;
    float: none;
    max-width: 1230px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}
.post-type-archive.woocommerce #main-content,
.tax-product_cat.woocommerce #main-content {
    margin-bottom: 0;
}
.woocommerce #main-wrapper {
    background: #fff;
    padding-bottom: 50px;
}
.single-product.woocommerce #main-wrapper {
    background: #fff;
    padding-bottom: 0;
}
.woocommerce-wishlist #main-wrapper {
    background: #fff;
    padding: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    display: flex;
    transition: transform ease .2s, opacity ease .2s;
}
.woocommerce-product-gallery__wrapper .lazy {
    position: relative;
    background: var(--third-color);
    transition: background .35s;
}
.single-product div.product div.images div.thumbnails {
    max-width: 72px;
    float: left;
    padding-top: 0;
    margin-right: 1rem;
}
.single-product div.product div.images .slider {
    overflow: hidden;
}
.single-product div.product .images .slider-for li a {
    cursor: zoom-in;
}
.single-product.woocommerce div.product div.images div.thumbnails .slider-nav li:last-of-type {
    margin: 0;
}
.thumbnails .slider-nav {
    flex-direction: column;
    height: auto;
}
.slider-nav img {
    float: left;
}
.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 {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
}
.single-product.woocommerce #main {
    max-width: none;
}
.main-product-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
}
.post-type-archive-product.woocommerce #primary,
.post-type-archive-product.woocommerce-page #primary,
.single-product.woocommerce #primary,
.single-product.woocommerce-page #primary {
    padding: 0 0 30px 0;
    float: left;
}

.post-type-archive-product.woocommerce #primary,
.post-type-archive-product.woocommerce-page #primary {
    width: 75%;
    margin: 0 2.5% 0 0;
}
.shop-sidebar-disabled.woocommerce #primary,
.shop-sidebar-disabled.woocommerce-page #primary {
    width: 100%;
}
.archive.post-type-archive-product.shop-sidebar-disabled #primary > .vc_column-inner {
    padding-left: 0;
}
.single-product.woocommerce #primary,
.single-product.woocommerce-page #primary {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 50px;
}
.woocommerce #secondary,
.woocommerce-page #secondary {
    width: 25%;
    padding-top: 50px;
    float: left;
    box-sizing: border-box;
    padding-right: 30px;
}
.page-title {
    margin: 0;
    font-size: 24px;
    line-height: 1.125;
    font-weight: 700;
    display: inline-block;
    text-transform: none;
    letter-spacing: 0;
    float: none;
    margin-bottom: 0;
    text-align: center;
}
.woocommerce .non-sticky-header .entry-header-wrapper .entry-header {
    margin-bottom: 5px;
    padding: 0;
}
.woocommerce .products ul,
.woocommerce ul.products,
.woocommerce ul.products {
    margin: 0 auto;
    max-width: none;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 31.2%;
    text-align: left;
    background: transparent;
    margin: 30px 3.2% 0 0;
}
.single-product .related .products.swiper-wrapper .product {
    margin-right: 0;
    width: 25%;
    margin-bottom: 0;
}
.woocommerce ul.products li.product:nth-of-type(1),
.woocommerce-page ul.products li.product:nth-of-type(1),
.woocommerce ul.products li.product:nth-of-type(2),
.woocommerce-page ul.products li.product:nth-of-type(2),
.woocommerce ul.products li.product:nth-of-type(3),
.woocommerce-page ul.products li.product:nth-of-type(3) {}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-right: 0;
}
.woocommerce.shop-2-columns ul.products li.product,
.woocommerce-page.shop-2-columns ul.products li.product {
    width: 48.4%;
}
.woocommerce.shop-4-columns ul.products li.product,
.woocommerce-page.shop-4-columns ul.products li.product {
    width: 22.6%;
}
.shop-no-sidebar.woocommerce ul.products li.product,
.shop-no-sidebar.woocommerce-page ul.products li.product {
    width: 31.4%;
    margin-right: 2.87%;
}
.shop-no-sidebar.shop-2-columns.woocommerce ul.products li.product,
.shop-no-sidebar.shop-2-columns.woocommerce-page ul.products li.product {
    width: 48.5%;
}
.shop-no-sidebar.shop-3-columns.woocommerce ul.products li.product,
.shop-no-sidebar.shop-3-columns.woocommerce-page ul.products li.product {
    width: 31.4%;
}
.shop-no-sidebar.shop-4-columns.woocommerce ul.products li.product,
.shop-no-sidebar.shop-4-columns.woocommerce-page ul.products li.product {
    width: 22.8%;
}
.shop-no-sidebar.woocommerce ul.products li.last,
.shop-no-sidebar.woocommerce-page ul.products li.last {
    margin-right: 0;
}
.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
    color: #000;
    float: left;
    width: auto;
}
.woocommerce a.added_to_cart {
    display: none;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    width: 100%;
    box-shadow: none;
}
.woocommerce ul.products li.product a:hover,
.woocommerce-page ul.products li.product a:hover,
.woocommerce ul.products li.product a:hover h3,
.woocommerce-page ul.products li.product a:hover h3 {
    color: #999;
}
.woocommerce ul.products li.product a:hover h3,
.woocommerce-page ul.products li.product a:hover h3 {
    text-decoration: none;
    color: #999;
    border-color: transparent;
}
.woocommerce ul.products li.product a:hover h3 {
    text-decoration: none;
    color: #999;
    border-color: transparent;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
    font-weight: 700;
    padding-bottom: 0;
    border-bottom: 0 solid;
    float: none;
    clear: both;
    margin-bottom: 4px;
    color: #000;
    border-color: rgba(0, 0, 0, 0);
    font-size: 16px;
    display: inline-block;
    padding: .5em 55px 0;
    transition: all ease .1s;
    max-width: 265px;
}
 .woocommerce ul.products li.product h3 {
    padding-bottom: 0;
    border-bottom: 0 solid;
    float: none;
    clear: both;
    margin-bottom: .5em;
    color: #000;
    border-color: rgba(0, 0, 0, 0);
    font-size: 11px;
    letter-spacing: 2px;
    display: inline-block;

    transition: all ease .1s;
}
ul.products li.product .category {
    display: block;
    font-size: 12px;
    color: #676b6e;
    font-style: italic;
}
.woocommerce ul.products li.product .posted_in,
.woocommerce-page ul.products li.product .posted_in,
.woocommerce ul.products li.product .posted_in a,
.woocommerce-page ul.products li.product .posted_in a {
    color: #999;
}
.woocommerce ul.products li.product .posted_in a:hover,
.woocommerce-page ul.products li.product .posted_in a:hover {
    color: #999;
    text-decoration: underline;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
    width: auto;
    max-width: 100%;
    -webkit-box-shadow: none;
    transition: none;
    -webkit-backface-visibility: hidden;
}
.woocommerce nav.woocommerce-pagination,
.woocommerce #content nav.woocommerce-pagination,
.woocommerce-page nav.woocommerce-pagination,
.woocommerce-page #content nav.woocommerce-pagination {
    padding: 0;
    margin: 0;
}
div.product form.cart table td {
    padding-right: 0;
}
.quantity .plus:hover,
.quantity .minus:hover {
    color: var(--secondary-color);
}
.single-product .quantity input.qty,
.single-product #content .quantity input.qty  {
    height: 44px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.woocommerce .quantity,
.woocommerce #content .quantity,
.woocommerce-page .quantity,
.woocommerce-page #content .quantity {
    width: auto;
    float: left;
    margin: 0;
    clear: both;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0;
}
div.product .single_add_to_cart_button.button.alt span {
    transform: none;
}
div.product .single_add_to_cart_button.button.alt span span {
    display: inline-block;
}
.woocommerce a.button.alt.disabled,
.woocommerce button.button.alt.disabled,
.woocommerce input.button.alt.disabled,
.woocommerce .comment-respond input#submit.alt.disabled,
.woocommerce #main input.button.alt.disabled,
.woocommerce-page a.button.alt.disabled,
.woocommerce-page button.button.alt.disabled,
.woocommerce-page input.button.alt.disabled,
.woocommerce-page .comment-respond input#submit.alt.disabled,
.woocommerce-page #main input.button.alt.disabled {
    opacity: 1;
    cursor: pointer;
}
.woocommerce a.button.alt.disabled:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce input.button.alt.disabled:hover,
.woocommerce .comment-respond input#submit.alt.disabled:hover,
.woocommerce #main input.button.alt.disabled:hover,
.woocommerce-page a.button.alt.disabled:hover,
.woocommerce-page button.button.alt.disabled:hover,
.woocommerce-page input.button.alt.disabled:hover,
.woocommerce-page .comment-respond input#submit.alt.disabled:hover,
.woocommerce-page #main input.button.alt.disabled:hover {
    opacity: 1;
}
.woocommerce #content .woocommerce .comment-respond input#submit.disabled:hover,
.woocommerce #content .woocommerce .comment-respond input#submit:disabled:hover,
.woocommerce #content .woocommerce .comment-respond input#submit:disabled[disabled]:hover,
.woocommerce #content .woocommerce a.button.disabled:hover,
.woocommerce #content .woocommerce a.button:disabled:hover,
.woocommerce #content .woocommerce a.button:disabled[disabled]:hover,
.woocommerce #content .woocommerce button.button.disabled:hover,
.woocommerce #content .woocommerce button.button:disabled:hover,
.woocommerce #content .woocommerce button.button:disabled[disabled]:hover,
.woocommerce #content .woocommerce input.button.disabled:hover,
.woocommerce #content .woocommerce input.button:disabled:hover,
.woocommerce #content .woocommerce input.button:disabled[disabled]:hover,
.woocommerce-page #content .woocommerce .comment-respond input#submit.disabled:hover,
.woocommerce-page #content .woocommerce .comment-respond input#submit:disabled:hover,
.woocommerce-page #content .woocommerce .comment-respond input#submit:disabled[disabled]:hover,
.woocommerce-page #content .woocommerce a.button.disabled:hover,
.woocommerce-page #content .woocommerce a.button:disabled:hover,
.woocommerce-page #content .woocommerce a.button:disabled[disabled]:hover,
.woocommerce-page #content .woocommerce button.button.disabled:hover,
.woocommerce-page #content .woocommerce button.button:disabled:hover,
.woocommerce-page #content .woocommerce button.button:disabled[disabled]:hover,
.woocommerce-page #content .woocommerce input.button.disabled:hover,
.woocommerce-page #content .woocommerce input.button:disabled:hover,
.woocommerce-page #content .woocommerce input.button:disabled[disabled]:hover {
    opacity: .5;
    box-shadow: none;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    float: right;
    margin-bottom: 0;
}
a.button.alt,
button.button.alt,
input.button.alt,
.comment-respond input#submit.alt,
.comment-respond #submit.alt,
#main input.button.alt {
    background: #000;
    box-shadow: none;
    border-radius: 0;
    padding: 17px 24px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    text-shadow: none;
    letter-spacing: 2px;
    color: var(--body-color);
    min-width: 166px;
    float: left;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
a.button.alt:hover,
button.button.alt:hover,
input.button.alt:hover,
#main input.button.alt:hover {
    background: var(--buttons-background-color-hover);
    border-color: var(--buttons-background-color-hover);
}
button.button span,
a.button span {
    display: inline-block;
    transition: opacity .2s cubic-bezier(0.215, 0.61, 0.355, 1), transform .2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(0);
}
ul.products li.product a.button {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #999;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    box-sizing: border-box;
    padding: 0;
    text-transform: uppercase;

    display: none;
}
a.button,
button.button,
input.button {
    background: var(--primary-color);
    border-color: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 17px 24px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    text-shadow: none;
    letter-spacing: 2px;
    color: var(--body-color);
    float: none;
    box-sizing: border-box;
    font-family: inherit;
    height: 42px;
    transition: background .2s ease, border-color .2s ease, color .2s ease, opacity .2s ease, box-shadow .2s ease;
}
ul.products li.product a.button:hover {
    color: #999;
    background-color: transparent;
}
.widget-area a.button,
.widget-area button.button,
.widget-area input.button,
.widget-area .comment-respond input#submit,
.widget-area .comment-respond #submit,
.widget-area #content input.button {
    padding: 0px 18px 2px;
}
.return-to-shop a.button {
    color: #999;
    background: #fff;
    border-color: #fff;
}
ul.products li.product {
    text-align: center;
    background: transparent;
    border-radius: 0;
}
.wc-backward a:before,
.wc-backward:before {
    font-family: initial;
    content: "←";
    margin-right: 4px;
    line-height: 1.825;

    display: none;
}
.product_meta .posted_in,
.product_meta .tagged_as,
.product_meta .sku_wrapper {
    clear: both;
    float: left;
}
.single-product .product_meta {}
.woocommerce-ordering,
.woocommerce-result-count {
    margin-bottom: 1.15rem;
}
.woocommerce-ordering {
    min-width: 240px;
}
.woocommerce-ordering-wrapper {
    float: right;
}
.sort-by-text {
    font-size: 14px;
    line-height: 1.9;
    margin-right: 4px;
    float: left;
    color: #999;
}

/* WooCommerce Single Product */
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    font-size: 1.25em;
    color: var(--primary-color);;
    margin-bottom: 1.15rem;
}
div.product div.images {
    width: 50%;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    margin-right: 15px;
    box-sizing: border-box;
}
div.product div.images a {
    cursor: zoom-in;
}
div.product div.images a:hover,
div.product div.images .thumbnails a:hover {
    opacity: 1;
}
.slider-for {
    margin: 0;
    list-style: none;
    float: left;
}
.slider-nav-enabled .slider-for {
    float: none;
}
.slider-for li {
    padding: 0;
}
div.product div.summary {
    width: 50%;
    margin-bottom: 0;
    margin-left: 15px;
    box-sizing: border-box;
}
div.product .product_title {
    font-size: 3.052em;
    text-align: left;
    margin-left: 0;
    margin-top: 0;
}
div.product .woocommerce-tabs {
    clear: both;
    width: 100%;
    float: left;
    margin-top: 40px;
}
.upsells h2 {}
.single-product .upsells,
.single-product .related {
    float: left;
    width: 100%;
}
.single-product .upsells {
    margin-top: 1.65em;
}
.single-product .related {
    background: transparent;
}
.single-product .related-products-wrapper {
    max-width: 1170px;
    margin: 100px auto;
    overflow: hidden;
    margin-top: 0;
}
.single-product .related .products .product {
    width: 22.6%;
    margin-top: 0;
    margin-bottom: 30px;
}
.single-product .upsells .products {
    margin-bottom: 0;
}
div.product div.images div.thumbnails a {
    width: auto;
    margin: 0;
}
div.product div.images div.thumbnails li {
    float: left;
    width: auto;
    margin-right: 14px;
}
.woocommerce div.product div.images div.thumbnails li {
    position: relative;
    max-width: 72px;
}
.main-product-wrapper .thumbnails {
    margin-right: .825rem;
    width: 8%;
}
.slider-nav .swiper-slide {
    height: auto;
}
.slider-nav .swiper-slide .image-wrapper {
    margin-bottom: .825rem;
    cursor: pointer;
}
.slider-nav .swiper-slide:last-of-type .image-wrapper {
    margin-bottom: 0;
}
ul.products li.product .price {
    font-size: 16px;
    color: var(--primary-color);
    clear: both;
    font-weight: inherit;
    margin-bottom: 0;
}
.woocommerce ul.products li.product .price {
    font-size: 14px;
    color: #000;
    clear: both;
    font-weight: 400;
    margin-top: 16px;
    text-align: left;
}
.woocommerce ul.products li.product .price del {
    opacity: 1;
    color: var(--secondary-color);
    font-weight: 400;
    display: inline-block;
    margin-right: .5em;
}
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price ins {
    font-weight: 400;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: 1;
    font-weight: 400;
    margin-right: .5em;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    color: var(--secondary-color);
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    font-weight: 400;
}
.woocommerce span.onsale,
.woocommerce span.onsale {
    padding: 5px 10px;
    font-weight: 400;
    top: 20px;
    left: auto;
    right: 20px;
    border-radius: 0;
    background-color: transparent;
    font-size: 13px;
    text-transform: none;
    letter-spacing: 0;
    border-radius: 4px;
    margin: 0;
    z-index: 100;
    min-height: 17px;
    box-sizing: border-box;
    line-height: .7;
    min-width: auto;
    color: #6dab3c;
    border: 1px solid #6dab3c;

    display: none;
}
.single-product.woocommerce span.onsale {
    display: none;
}
#tab-description h2,
.related h2 {
    text-align: center;
}
.related h2 {
    margin-top: 0;
    margin-bottom: 35px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    text-align: left;
}
#tab-description h2 {
    display: none;
}
div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0;
    overflow: visible;
}
#content div.product .woocommerce-tabs .panel {
    padding: 30px;
    border: 1px solid transparent;
    margin-bottom: 31px;
}
div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: none;
    display: none;
}
div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background: transparent;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    border-bottom: 2px solid transparent;
    position: relative;
    top: 1px;
    height: 50px;
}
div.product .woocommerce-tabs ul.tabs li.active {
    background: #f2f2f2;
    border-color: transparent;
    border-bottom-color: #999;
}
div.product .woocommerce-tabs ul.tabs li:before {
    left: auto;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 0;
    box-shadow: none;
    display: none;
}
div.product .woocommerce-tabs ul.tabs li:after {
    right: auto;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    border-width: 0;
    box-shadow: none;
    display: none;
}
div.product .woocommerce-tabs ul.tabs li a {
    padding: 0.5em 1.2em;
    font-weight: 400;
    color: #000;
    text-shadow: none;
    border-bottom: 0;
    font-size: 18px;
    border: none;
    text-transform: uppercase;
}
div.product .woocommerce-tabs ul.tabs li a:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    width: 0;
    height: 0;
    border-left: none;
    content: "";
    display: none;
}
div.product .woocommerce-tabs ul.tabs li:first-child a:before {
    display: none;
}
div.product .woocommerce-tabs ul.tabs li.active a {
    border-color: transparent;
}
div.product form.cart .variations,
.single_variation {
    margin-bottom: 1.15rem;
}
div.product form.cart .variations label {
    font-weight: normal;
    color: #000;
}
div.product form.cart .variations select {
    max-width: 250px;
    min-width: auto;
    display: inline-block;
    margin-right: 1em;
}
.woocommerce div.product form.cart .reset_variations {
    margin-top: .5em;
    font-size: .875em;
    line-height: 1.45;
    font-size: 75%;
    display: inline-block;

    display: none !important
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
    padding: 3px 0;
}
.woocommerce-page .shipping-calculator-form button.button {
    margin-top: 3px;
    min-width: 131px;
    line-height: 1.3;
    padding: 7px 21px 9px;
    font-size: 10px;
}

/* WooCommerce Single Product Accordion */
.product .woocommerce-accordion {
    clear: both;
    width: 100%;
    float: none;
    max-width: 1170px;
    margin: 100px auto;
    overflow: hidden;
}
.product .wc-accordion {
    list-style: none;
    margin: 0 auto 1.15rem;
    border-bottom: 1px solid var(--borders-color);
    padding: 0;
}
.product .wc-accordion h4 {
    margin-bottom: 5px;
}
.product .wc-accordion > li {
    padding: 0;
    border-top: 1px solid var(--borders-color);
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 0;
}
.product .wc-accordion > li > a {
    display: block;
    padding: 30px 60px 30px 0;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 1.125;
    font-weight: 400;
    color: var(--primary-color);
    width: 100%;
    position: relative;
    box-sizing: border-box;
    transition: all ease .2s;
    text-decoration: none;
    letter-spacing: 2px;
    box-shadow: none;
}
.product .wc-accordion > li > a:hover {
    color: var(--secondary-color);
    opacity: 1;
}
.product .wc-accordion li a .controls-icon {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    left: auto;
    transition: all ease .2s;
    transform-style: preserve-3d;
    width: 16px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: .6;
}
.product .wc-accordion .active a .controls-icon {
    transform: rotate(180deg);
}
.product .woocommerce-Reviews-title,
.product .woocommerce-accordion .accordion-panel-inner > .entry-content > h2 {
    display: none;
}
.product .wc-accordion .entry-content p,
.product .wc-accordion .entry-content ul,
.product .wc-accordion .entry-content ol,
.product .wc-accordion .entry-content dt,
.product .wc-accordion .entry-content dd,
.product .wc-accordion .entry-content address,
.product .wc-accordion .entry-content pre,
.product .wc-accordion .entry-content table,
.product .wc-accordion .entry-content h2,
.product .wc-accordion .entry-content h3,
.product .wc-accordion .entry-content h4,
.product .wc-accordion .entry-content h5,
.product .wc-accordion .entry-content h6 {
    margin-left: 0;
}
.product .wc-accordion > li .wc-accordion-panel {
    overflow: hidden;
    max-height: 0;
    transition-property: margin-top, opacity, visibility, max-height, padding;
    transition-timing-function: cubic-bezier(.57,.06,.05,.95);
    transition-duration: .7s;
    transition-delay: 0s;
    padding-right: 98px;
    position: relative;
}
.product .wc-accordion > .description_tab .accordion-panel-inner {}
.product .wc-accordion > .active .wc-accordion-panel {
    max-height: 5000px;
}
.product .woocommerce-accordion .accordion-panel-inner {
    padding: 0 0 30px;
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity .2s, transform .2s;
}
.product .woocommerce-accordion .wc-accordion > .active .wc-accordion-panel .accordion-panel-inner {
    opacity: 1;
    transform: translateY(0);
}
.product  .wpb_text_column h3 {
    text-transform: none;
    letter-spacing: 0;
}

.woocommerce table.shop_attributes {
    border-top: 1px solid var(--borders-color);
}
.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
    border-bottom: 1px solid var(--borders-color);
    box-sizing: border-box;
    border-left: none;
}
.woocommerce table.shop_attributes th {
    font-weight: 400;
    min-width: 250px;
    padding: 12px 20px;
}
.woocommerce table.shop_attributes td {
    font-style: normal;
}
.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 30px 0;
}
.woocommerce #review_form .comment-respond {
    width: 100%;
}
.woocommerce #reviews .comments ol.comments__list li {
    margin: 0;
}
.woocommerce #reviews .comments ol.comments__list li .comment_container {
    padding: 1.15rem 0 0;
    border-top: 1px solid var(--borders-color);
}
.woocommerce #reviews #comment {
    height: 115px;
}
.woocommerce .comment-respond .comment-form-author,
.woocommerce .comment-respond .comment-form-email,
.woocommerce .comment-respond .comment-form-url {
    width: 49.3%;
}

/* WooCommerce Widgets */
.widget_product_search input#s {
    width: 82.9%;
}
.widget_product_search label[for="s"] {
    top: 24%;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    -webkit-backface-visibility: hidden;
    border: 2px solid var(--secondary-color);
    background: var(--body-color);
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.woocommerce #main .price_slider_amount button.button {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    float: left;
    min-width: auto;
    padding: 0;
    margin-top: 2px;
    font-size: 12px;
    letter-spacing: 0;
    height: auto;
}
.woocommerce .price_slider_amount button.button {
    color: var(--primary-color);
}
.woocommerce .price_slider_amount button.button:hover {
    background: transparent;
    border-color: transparent;
    opacity: .8;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
    background: var(--secondary-color);
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: var(--third-color);
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .2em;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
    float: left;
    margin-left: 0;
    margin-right: 16px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    width: 80px;
    margin-bottom: 2px;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
    font-weight: 400;
    border: none;
    padding-bottom: 0;

    transition: none;
}
.woocommerce ul.cart_list li a span,
.woocommerce ul.product_list_widget li a span,
.woocommerce-page ul.cart_list li a span,
.woocommerce-page ul.product_list_widget li a span {
    border-bottom: 0 solid;
    border-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;

    transition: all ease .1s;
}
.woocommerce ul.cart_list li a:hover span,
.woocommerce ul.product_list_widget li a:hover span,
.woocommerce-page ul.cart_list li a:hover span,
.woocommerce-page ul.product_list_widget li a:hover span {
    border-color: #000;
}
.woocommerce ul.cart_list li .amount,
.woocommerce ul.product_list_widget li .amount,
.woocommerce-page ul.cart_list li .amount,
.woocommerce-page ul.product_list_widget li .amount {
    line-height: 1.825em;
    color: #000;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
    padding: 0;
    margin: 0 0 0.912em;
}
.woocommerce ul.cart_list li:first-child,
.woocommerce ul.product_list_widget li:first-child,
.woocommerce-page ul.cart_list li:first-child,
.woocommerce-page ul.product_list_widget li:first-child {
    padding: 0;
}
.woocommerce .widget_price_filter .price_slider_amount,
.woocommerce-page .widget_price_filter .price_slider_amount {
    line-height: 1.4;
    font-size: .875em;
}
.woocommerce .widget_layered_nav ul li,
.woocommerce-page .widget_layered_nav ul li {
    padding: 0;
    margin: 0 0 5px;
}
.woocommerce .widget_layered_nav ul .woocommerce-widget-layered-nav-list__item--chosen a {
    padding-left: 20px;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    display: inline-block;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
    color: var(--primary-color);
}
.woocommerce .widget_layered_nav ul li .count,
.woocommerce-page .widget_layered_nav ul li .count {
    display: none;
}
.woocommerce .widget_layered_nav ul li a,
.woocommerce-page .widget_layered_nav ul li a,
.woocommerce .widget_layered_nav ul li span,
.woocommerce-page .widget_layered_nav ul li span {
    padding: 0;
}

/* WooCommerce pagination */
.woocommerce nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul {
    border: none;
    margin: 0;
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li {
    border: none;
    margin: 0 0 0 12px;
    overflow: visible;
}
.woocommerce nav.woocommerce-pagination ul li:first-child,
.woocommerce-page nav.woocommerce-pagination ul li:first-child {
    margin-left: 0;
}
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce-page nav.woocommerce-pagination ul li span {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    border-bottom: 0;
    padding: 11px 18px;
    min-width: initial;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 2px;
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    box-sizing: border-box;
}
.woocommerce nav.woocommerce-pagination ul li a {
    color: var(--primary-color);
}
.woocommerce nav.woocommerce-pagination ul li a.next svg,
.woocommerce nav.woocommerce-pagination ul li a.prev svg {
    width: 12px;
    transition: fill ease .2s;
}
.woocommerce nav.woocommerce-pagination ul li a.next .next-wrapper,
.woocommerce nav.woocommerce-pagination ul li a.prev .prev-wrapper {
    display: none;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: transparent;
    color: var(--primary-color);
    border-color: transparent;
    opacity: .5;
    cursor: default;
}
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
    background: transparent;
    color: inherit;
}
.woocommerce nav.woocommerce-pagination {
    text-align: center;
    line-height: 1;
    float: none;
    width: 100%;
    max-width: 1170px;
    margin: 50px auto 0;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: inline-flex
}

/* WooCommerce Cart */
.woocommerce table.cart a.remove,
.woocommerce-page table.cart a.remove {
    font-size: 22px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: var(--secondary-color) !important;
    font-weight: 400;
    padding: 0;
    border: none;
    display: inline-block;
    box-shadow: none;
}
.woocommerce table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover {
    background: transparent;
    color: #999 !important;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover {
    background: transparent;
}
.woocommerce table.cart td.actions,
.woocommerce-page table.cart td.actions {
    padding: 20px 20px 20px;
    background: var(--third-color);
}
.woocommerce table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    float: left;
    display: flex;
    align-items: center;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
    width: 230px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    padding: 3px 11px;
    line-height: 18px;
    border-radius: 0;
    margin: 0 1em 0 0;
    max-width: 230px;
    border-color: var(--borders-color);
}
.woocommerce #content table.cart td.actions .coupon .input-text:focus,
.woocommerce-page #content table.cart td.actions .coupon .input-text:focus {
    border-color: var(--primary-color);
}
.update_cart {
    float: right;
}
.woocommerce table.cart td.actions .button.alt,
.woocommerce-page table.cart td.actions .button.alt {
    margin-left: 6px;
}
.woocommerce table.cart img,
.woocommerce-page table.cart img {
    width: 42px;
    float: left;
    transition: opacity ease .2s;
}
.woocommerce-page table.cart a:hover img {
    opacity: 1;
}
.woocommerce table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail {
    min-width: 42px;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
    text-align: left;
    margin: 0;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    text-align: left;
    width: 100%;
    float: left;
}
.woocommerce-page .cart-collaterals .cart_totals h2 {
    text-align: center;
    margin-left: auto;
}
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button {
    width: auto;
}
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
    border-top: 1px solid var(--borders-color);
    padding: 20px 20px;
}
.woocommerce-page .cart-collaterals .cart_totals tr.cart-subtotal th,
.woocommerce-page .cart-collaterals .cart_totals tr.cart-subtotal td {
    border-top: none;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: var(--borders-color);
    font-size: 100%;
    margin: 0 0 50px;
    border-collapse: collapse;
    max-width: none;
}
.woocommerce-orders-table__cell a.button {
    min-width: 131px;
    text-align: center;
}
.woocommerce-wishlist tfoot {
    display: none;
}
#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
    margin-bottom: 0;
}
#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 20px 20px 20px;
    border: 1px solid var(--borders-color);
    border-top: none;
    background: var(--third-color);
}
.woocommerce-checkout .order-total {
    background: #f2f2f2;
}
.woocommerce table.cart td,
.woocommerce table.cart th,
.woocommerce-page table.cart td,
.woocommerce-page table.cart th {
    padding: 20px 20px;
    border-left: none;
}
.woocommerce table.cart th,
.woocommerce-page table.cart th {
    font-weight: 400;
}
.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
    border-color: var(--borders-color);
    padding: 20px 20px;
}
.woocommerce-page table.shop_table .product-subtotal {
    font-weight: 400;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
    font-weight: 400;
}

/* WooCommerce my account */
.woocommerce-page #customer_login.col2-set {
    width: 100%;
}
.woocommerce-page #customer_login.col2-set .col-1,
.woocommerce-page #customer_login.col2-set .col-2 {
    width: 48%;
    clear: none;
}
.woocommerce-page #customer_login.col2-set .col-2 {
    float: right;
}
.woocommerce #customer_login form .form-row-first,
.woocommerce #customer_login form .form-row-last,
.woocommerce-page #customer_login form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 100%;
}
.woocommerce #customer_login form .form-row-first,
.woocommerce #customer_login form .form-row-last,
.woocommerce-page #customer_login form .form-row-first,
.woocommerce-page #customer_login form .form-row-last {
    width: 100%;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    padding: 0;
    margin: 20px 0;
    border: 1px solid var(--borders-color);
    padding: 15px 20px 15px;
    box-sizing: border-box;
}
.woocommerce form.checkout_coupon p {
    margin-left: 0;
}
.woocommerce-checkout.woocommerce-page form.login {
    margin: 2em 0;
    min-height: auto;
}
.woocommerce-account #customer_login form .form-row {
    padding: 3px 0;
}
.woocommerce-account #customer_login form .form-row.form-row-wide {
    margin-top: 0;
}
form .login-row {
    margin-top: 8px;
}
form.login .form-row .inline {
    margin: 6px 0 0;
}
.woocommerce-account .lost_password {
    text-align: left;
}
.woocommerce-account .lost_password a {}

.return-to-shop {
    margin-bottom: 6px;
    padding: 20px 20px 0;
    margin: 0 -20px;
    text-align: center;
    margin-bottom: 6px;
}

/* WooCommerce checkout */
.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 100%;
    float: left;
}
.woocommerce #customer_login.col2-set,
.woocommerce-page #customer_login.col2-set {
    background: transparent;
    padding: 0;
    border-radius: 0;
}
.woocommerce-page #customer_login.col2-set .col-1,
.woocommerce-page #customer_login.col2-set .col-2 {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-sizing: border-box;
    width: 48.9%;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    width: 100%;
}
.woocommerce .col2-set.addresses .col-1,
.woocommerce-page .col2-set.addresses .col-1,
.woocommerce .col2-set.addresses .col-2,
.woocommerce-page .col2-set.addresses .col-2 {}
.woocommerce .col2-set.addresses .col-1,
.woocommerce-page .col2-set.addresses .col-1 {
    margin-bottom: 0;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: left;
    width: 100%;
    clear: left;
}
.woocommerce-account .addresses .title {
    position: relative;
}
.myaccount_address_title {
    display: none;
}
.order_details + div + p + h2 {
    display: none;
}
.myaccount_address {
    display: none;
}
.woocommerce-account .addresses .title .edit {
    margin-bottom: .67em;
}
.woocommerce .order-actions a.button {
    color: #999;
    text-transform: none;
    font-weight: 400;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 12px;
}
.woocommerce .order-actions a.button:hover {
    color: #2361DB;
    opacity: 1;
    border: none;
}
.woocommerce .order .order-number a {
    padding: 0;
}
.woocommerce .col2-set.addresses,
.woocommerce-page .col2-set.addresses {
    border-radius: 0;
    background: transparent;
    padding: 0;
}
#order_review {
    z-index: 50;
    width: 100%;
    float: left;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th {
    font-weight: 400;
}
.woocommerce-page table.shop_table tfoot .shipping td,
.shipping td {
    font-family: inherit;
}
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
    border-bottom: none;
    padding: 1em 0;
}
.woocommerce-checkout #payment ul.payment_methods li:before {
    padding-right: 0;
    transform: none;
}
.woocommerce-checkout #payment ul.payment_methods li img {
    width: auto;
    max-width: 100px;
}
.woocommerce form .form-row #order_comments {
    height: auto;
    min-height: 1px;
}
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 6px 0 0;
    vertical-align: middle;
}
.shipping_method + label:after {
    background: var(--primary-color);
}
.woocommerce ul#shipping_method .amount {
    font-weight: 400;
}
.woocommerce-shipping-calculator {
    width: 50%;
    display: inline-block;
}
#add_payment_method .cart-collaterals .shipping-calculator-button::after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
    display: none;
}
.shipping-calculator-form {
    text-align: left;
}

.shipping-calculator-form .input-text {
    height: 34px;
    font-size: 12px;
}
.shipping-calculator-form .input-text::-webkit-input-placeholder {
    font-size: 12px;
}
.shipping-calculator-form .input-text:-moz-placeholder {
    font-size: 12px;
}
.shipping-calculator-form .input-text::-moz-placeholder {
    font-size: 12px;
}
.shipping-calculator-form .input-text:-ms-input-placeholder {
    font-size: 12px;
}
.shipping-calculator-form .input-text:input-placeholder {
    font-size: 12px;
}
.woocommerce form .form-row.woocommerce-invalid label {
    color: #ff6161;
}
.woocommerce-password-strength.short,
.woocommerce-password-strength.bad,
.woocommerce-password-strength.good,
.woocommerce-password-strength.strong {
    background-color: #ff6666;
    border-color: #ff6666;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 12px;
    box-sizing: border-box;
    margin-top: 15px;
}
.woocommerce-password-strength.bad {
    background-color: #ff9966;
    border-color: #ff9966;
}
.woocommerce-password-strength.good {
    background-color: #ffcc66;
    border-color: #ffcc66;
}
.woocommerce-password-strength.strong {
    background-color: #8fd896;
    border-color: #8fd896;
}
.input-wrapper {
    position: relative;
    display: block;
}
.input-wrapper .input-text {
    padding-left: 43px;
}
.woocommerce form .form-row label #rememberme,
.woocommerce-page form .form-row label #rememberme {
    vertical-align: middle;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 100%;
    float: left;
}
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text {
    background-image: none;
}
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text {
    background-image: none;
}
.woocommerce form .form-row select {
    max-width: none;
}
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {}
.woocommerce form .form-row .required {
    color: #ff6161;
}
.woocommerce form .form-row.validate-required.woocommerce-validated input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text {
    background-image: none;
}
.woocommerce .myaccount_user {
    border-radius: 4px;
    background: #3c3d41;
    color: #fff;
    box-sizing: border-box;
    padding: 1.4em 2em 1.43em;
    font-size: 14px;
    margin-bottom: 2em;
    min-height: 61px;
}
.woocommerce-thankyou-order-details-woocommerce_thankyou_wrapper {
    margin-bottom: 35px;
}
.woocommerce .order_details li {
    border-right: 1px solid var(--borders-color);
    line-height: 1.6;
    text-transform: none;
    font-size: inherit;
    margin-bottom: 1em;
}
.woocommerce .order_details li:before {
    display: none;
}
.woocommerce .order_details li:last-of-type {
    border-right: none;
}
.morelink {
    color: #999;
}
.woocommerce .order_details li strong {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
}
.woocommerce .woocommerce-thankyou-order-details-woocommerce_thankyou_wrapper .order_details {
    margin: 0;
}
.woocommerce .woocommerce-thankyou-order-received {}
.woocommerce .woocommerce-customer-details address {
    border: none;
    border-radius: 0;
    padding: 0;
}
.woocommerce .order-info {
    border-radius: 4px;
    background: #3c3d41;
    color: #fff;
    box-sizing: border-box;
    padding: 1.4em 2em 1.43em;
    font-size: 14px;
    margin-bottom: 2em;
    min-height: 61px;
}
.woocommerce .order-info mark {
    color: #fff;
    background: transparent;
}
.myaccount_user strong {
    font-weight: 400;
}
.woocommerce .checkout #ship-to-different-address label,
.woocommerce-page .checkout #ship-to-different-address label {
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0;
    font-family: inherit;
}
.woocommerce-account .title,
.woocommerce-checkout .title {
    position: relative;
}
#ship-to-different-address-checkbox {
    vertical-align: middle;
}
.woocommerce .checkout #ship-to-different-address,
.woocommerce-page .checkout #ship-to-different-address {
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
}
.woocommerce-checkout.woocommerce-page form.checkout_coupon {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    padding: 16px 20px 20px 20px;
    border-radius: 5px;
}
.woocommerce-page .checkout_coupon .form-row-last {
    width: auto;
}
.woocommerce form.checkout_coupon .form-row-last {
    float: left;
}
.woocommerce-checkout.woocommerce-page form.checkout_coupon .form-row-first {
    width: 180px;
}
.woocommerce-checkout.woocommerce-page form.login .form-row {
    width: 48.6%;
}
.woocommerce .checkout_coupon .form-row.form-row-first {
    margin-right: 16px;
}
.woocommerce form.checkout_coupon .form-row,
.woocommerce-page form.checkout_coupon .form-row {
    margin-bottom: 0;
}

.cart-empty-wrapper {
    text-align: left;
}
.entry-content .cart-empty {
    margin: 0;
    text-align: left;
}

/* WooCommerce checkout */
.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 48.75%;
    float: left;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    width: 100%;
}
.col2-set .title {
    display: flex;
    align-items: center;
}
.woocommerce-account .addresses .title h3 {
    margin-right: 1em;
    margin-top: 0;
}
.woocommerce-MyAccount-content h3 {
    margin-top: 0;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: left;
    width: 100%;
    clear: left;
}
.woocommerce .col2-set .col-1 .title {
    position: relative;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 78%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style: none;
    padding-left: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .is-active a {
    color: var(--primary-color);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    padding-left: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:before {
    display: none;
}
#order_review_wrapper {
    width: 48.75%;
    box-sizing: border-box;
    float: right;
}
#order_review {
    z-index: 50;
    width: 100%;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
    font-weight: 400;
    padding: 20px 20px;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th {
    font-weight: 400;
    border-color: var(--borders-color);
}
.woocommerce #payment ul.payment_methods,
.woocommerce-page #payment ul.payment_methods {
    border-bottom: none;
    padding: 0;
}
.woocommerce-checkout #payment ul.payment_methods li img {
    width: auto;
    max-width: 100px;
    margin: 0 0 0 10px;
}
.woocommerce form .form-row #order_comments {
    height: auto;
    min-height: 1px;
}
.woocommerce-checkout #payment ul.payment_methods li {
    border-bottom: 1px solid var(--borders-color);
    padding: 20px 20px;
}
#payment ul.payment_methods label {
    position: relative;
    cursor: pointer;
}
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 6px 0 0;
}

.woocommerce-shipping-calculator {
    width: 50%;
    display: inline-block;
}
.woocommerce ul#shipping_method .amount {
    font-weight: 400;
}
.woocommerce ul#shipping_method li {
    padding: .4em 0 .4em 0;
    text-indent: 0;
}
.woocommerce-checkout .woocommerce ul#shipping_method li {
    display: flex;
}
.woocommerce-checkout .woocommerce ul#shipping_method li:before {
    display: none;
}
.woocommerce-shipping-methods li:only-child .shipping_method + label > span {
    padding-left: 0;
}
.woocommerce-shipping-methods li:only-child .shipping_method + label:before {
    display: none;
}
.woocommerce form .form-row label #rememberme,
.woocommerce-page form .form-row label #rememberme {
    vertical-align: middle;
}
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text {
    background-image: none;
}
.woocommerce form #main .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page #main form .form-row.validate-required.woocommerce-invalid input.input-text {
    background-image: none;
    border-color: #ff6161;
    color: #fff;
}
.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 input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-invalid select {
    border-color: #e6e6e6;
}
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #e6e6e6;
}
.woocommerce form .form-row .required {
    color: #ff6161;
    font-weight: 400;
}
.woocommerce form .form-row.validate-required.woocommerce-validated input.input-text,
.woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text {
    background-image: none;
}
.woocommerce .checkout #ship-to-different-address label:hover,
.woocommerce-page .checkout #ship-to-different-address label:hover {
    color: #000;
}
.woocommerce .checkout #ship-to-different-address,
.woocommerce-page .checkout #ship-to-different-address {
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
}
.woocommerce-checkout.woocommerce-page form.checkout_coupon {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
}
.woocommerce form.checkout_coupon .form-row input.input-text {
    height: 42px;
}
.woocommerce form.checkout_coupon .form-row-last {
    float: left;
}
.woocommerce-checkout.woocommerce-page form.checkout_coupon .form-row-first {
    width: 230px;
}
.woocommerce-checkout.woocommerce-page form.login .form-row {
    width: 48.6%;
}
.woocommerce .checkout_coupon .form-row.form-row-first {
    margin-right: 16px;
}
.woocommerce form.checkout_coupon .form-row,
.woocommerce-page form.checkout_coupon .form-row {
    margin-bottom: 0;
}

/* WooCommerce info box */
.woocommerce .woocommerce-message a.button,
.woocommerce-page .woocommerce-message a.button {
    line-height: 1.825;

    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #000;
}
.woocommerce .woocommerce-message a.button:hover,
.woocommerce-page .woocommerce-message a.button:hover {
    color: #9c9c9c;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    border-top: none;
}
.woocommerce-message li:before,
.woocommerce-error li:before,
.woocommerce-info li:before {
    display: none;
}
.woocommerce-message li:only-child,
.woocommerce-error li:only-child,
.woocommerce-info li:only-child {
    margin-bottom: 0;
}
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    border-radius: 0;
    background: var(--primary-color);
    color: var(--body-color);
    text-shadow: none;
    box-shadow: none;
    border-bottom: none;
    padding: 1.25em 2em 1.25em !important;
    box-sizing: border-box;
    font-size: .875em;
    max-width: 1170px;
    margin: 0 auto 2em;
    line-height: 1.4;
}
.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
    color: var(--body-color);
}
.woocommerce-message a:hover,
.woocommerce-error a:hover,
.woocommerce-info a:hover {
    color: #fff;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
    display: none;
}
.woocommerce-info:before {
    background-color: transparent;
    content: "";
    font-family: initial;
    font-style: normal;
}
.woocommerce-error:before,
.woocommerce-info:before {
    content: "";
    height: 0;
    width: 0;
    display: none;
    font-size: 0;
    line-height: 0;
    text-shadow: none;
}
.woocommerce-message:before {
    display: none;
}
.woocommerce-checkout.woocommerce-page .lost_password {
    margin-left: 6px;
}
.woocommerce #payment,
.woocommerce-page #payment {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius:  0;
    border-radius:  0;
    border: 1px solid var(--borders-color);
}
.woocommerce #payment div.payment_box,
.woocommerce-page #payment div.payment_box {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 1.6;
    background: transparent;
    box-shadow: none;
    text-shadow: none;
    padding: 1em 2em;
    font-size: inherit;
    width: auto;
    font-weight: 400;
    margin: 0;
    color: var(--primary-color);
}
.woocommerce-checkout #payment div.payment_box:before {
    border-bottom-color: rgba(51,51,51,1);
    top: -.5em;
    left: -20px;
    display: none;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    display: none;
}
.woocommerce #payment div.payment_box:after,
.woocommerce-page #payment div.payment_box:after {
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    top: 0;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: right;
}
.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
    padding: 20px 20px 20px;
}
.woocommerce-page #payment .place-order {
    margin-bottom: 0;
    background: #f2f2f2;
}

.summary ul {
    list-style: none;
    margin-left: 1.4em;
    margin-bottom: 0;
    display: inline-block;
}
div.product form.cart {
    margin-bottom: 1.6em;
    margin-top: 1.65em;
}
.widget .star-rating {
    font-size: 10px;
}
.woocommerce div.product .out-of-stock {
    color: #ff6161;
}

#reviews .comments {
    margin: 0;
}
#review_form_wrapper {
    margin-top: 1.15rem;
}
#reviews .comments .star-rating + h2 {
    line-height: 1.825;
    padding: 0 0 16px;
}
.single-product h2:before,
.single-product h2:after {
    display: none;
    margin: 0;
    background: transparent;
    height: 0;
    width: 0;
}
#reviews .comments ol.comments__list li img.avatar {
    padding: 0;
    width: 48px;
    height: auto;
    background: transparent;
    border: none;
    top: auto;
}
#reviews .comments ol.comments__list li .comment-text {
    margin: 0 0 0 66px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
}
#reviews .comments ol.comments__list li .meta {
    color: #000;
    font-size: 13px;
    margin-bottom: 8px;
}
#reviews .comments ol.comments__list li .meta time {
    color: #999;
    margin-left: 14px;
}
#reviews .comments ol.comments__list li .meta strong {
    font-weight: 400;
}
.woocommerce-review__dash {
    display: none;
}
.comment-respond .comment-form-author, 
.comment-respond .comment-form-email,
.comment-respond .comment-form-url {
    width: 32.4%;
}
.comment-respond .comment-form-rating {
    clear: both;
}

.woocommerce .star-rating {
    width: auto;
    height: auto;
    display: flex;
}
.woocommerce .star-rating::before {
    display: none;
}
.woocommerce .star-rating > span {
    overflow: visible;
    float: none;
    position: relative;
    padding: 0;
    display: flex;
    margin-left: .825rem;
}
.woocommerce .star-rating > span:first-of-type {
    margin-left: 0;
}
.woocommerce .star-rating span:before {
    display: none;
}
.woocommerce .star-rating svg {
    width: 14px;
}

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

/* star-rating.js */
:root {
    --gl-star-color: var(--primary-color);
    --gl-star-color-inactive: var(--secondary-color);
    --gl-star-size: 24px;
}
[data-star-rating] > select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-clip-path: circle(1px at 0 0) !important;
    clip-path: circle(1px at 0 0) !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    height: 1px !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    pointer-events: none;
    position: absolute !important;
    top: 0 !important;
    visibility: visible !important;
    white-space: nowrap !important;
    width: 1px !important;
}
[data-star-rating] > select:after,
[data-star-rating] > select:before {
    display: none !important;
}
[data-star-rating].gl-star-rating--ltr > select {
    left: 0 !important;
}
[data-star-rating].gl-star-rating--rtl > select {
    right: 0 !important;
}
[data-star-rating] {
    align-items: center;
    display: flex;
    position: relative;
}
.gl-star-rating:not([data-star-rating]) .gl-star-rating--stars {
    display: none;
}
[data-star-rating] .gl-star-rating--stars {
    align-items: center;
    cursor: pointer;
    display: flex;
    position: relative;
}
[data-star-rating] .gl-star-rating--stars > span {
    display: flex;
    height: 24px;
    height: var(--gl-star-size);
    margin: 0;
    width: 24px;
    width: var(--gl-star-size);
    width: auto;
    margin-left: .825rem;
}
[data-star-rating] .gl-star-rating--stars > span:first-of-type {
    margin: 0;
}
[data-star-rating] svg {
    width: 14px;
    height: auto;
    fill: var(--secondary-color);
}
[data-star-rating] .gl-active svg {
    fill: var(--gl-star-color);
}


/* WooCommerce shop layout */
.archive.woocommerce #primary {
    margin: 0;
    float: right;
    border-right: none;
    padding-bottom: 100px;
    padding-bottom: 0;
    padding-top: 50px;
    box-sizing: border-box;
}
.archive.woocommerce #primary > .vc_column-inner {
    padding-left: 30px;
    padding-right: 0;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img,
.woocommerce ul.products li.product a img {
    margin: 0;
    box-shadow: none;

    transition: all ease .2s;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);

    width: 100%;
}
.product-thumbnail-wrapper {
    position: relative;
    margin: 0 0 1em;
    padding: 0;
}
.product-thumbnail-wrapper a {
    float: left;
}
.woocommerce .product-thumbnail-wrapper a.button {
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: none;
    border-radius: 0;
    margin: 0;

    -webkit-backface-visibility: hidden;
}
.main-product-wrapper a.added_to_cart {
    padding-top: 0;
    margin-left: 16px;
    color: #000;
    vertical-align: 60%;
    border-bottom: 0 solid;
    border-color: rgba(0, 0, 0, 0);
    line-height: 1.7;
    text-transform: uppercase;

    display: none;
}
.wc-forward:after,
.wc-forward a:after {
    font-family: inherit;
    font-size: inherit;
    content: " \2192";
    text-decoration: none;
    margin-left: 3px;

    display: none;
}
.woocommerce a.added_to_cart:hover,
.woocommerce-page a.added_to_cart:hover,
.woocommerce a.added_to_cart:hover,
.main-product-wrapper a.added_to_cart:hover {
    color: #9c9c9c;
}
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce .comment-respond input#submit.loading,
.woocommerce .comment-respond #submit.loading,
.woocommerce #content input.button.loading,
.woocommerce-page a.button.loading,
.woocommerce-page button.button.loading,
.woocommerce-page input.button.loading,
.woocommerce-page .comment-respond input#submit.loading,
.woocommerce-page .comment-respond #submit.loading,
.woocommerce-page #content input.button.loading,
.main-product-wrapper .button.loading {
    opacity: 1;
}
.woocommerce a.button.alt.loading,
.woocommerce button.button.alt.loading,
.woocommerce input.button.alt.loading,
.woocommerce .comment-respond input#submit.alt.loading,
.woocommerce .comment-respond #submit.alt.loading,
.woocommerce #main input.button.alt.loading,
.woocommerce-page a.button.alt.loading,
.woocommerce-page button.button.alt.loading,
.woocommerce-page input.button.alt.loading,
.woocommerce-page .comment-respond input#submit.alt.loading,
.woocommerce-page .comment-respond #submit.alt.loading,
.woocommerce-page #main input.button.alt.loading {
    opacity: 1;
}
.single-product.woocommerce button.button.alt.loading:after {
    display: none;
}
.single-product.woocommerce a.button.alt.loading,
.single-product.woocommerce button.button.alt.loading,
.single-product.woocommerce input.button.alt.loading,
.single-product.woocommerce .comment-respond input#submit.alt.loading,
.single-product.woocommerce .comment-respond #submit.alt.loading,
.single-product.woocommerce #main input.button.alt.loading,
.single-product.woocommerce-page a.button.alt.loading,
.single-product.woocommerce-page button.button.alt.loading,
.single-product.woocommerce-page input.button.alt.loading,
.single-product.woocommerce-page .comment-respond input#submit.alt.loading,
.single-product.woocommerce-page .comment-respond #submit.alt.loading,
.single-product.woocommerce-page #main input.button.alt.loading {
    opacity: 1;
}
.single-product.woocommerce a.button.alt.loading > span,
.single-product.woocommerce button.button.alt.loading > span,
.single-product.woocommerce input.button.alt.loading > span,
.single-product.woocommerce .comment-respond input#submit.alt.loading > span,
.single-product.woocommerce .comment-respond #submit.alt.loading > span,
.single-product.woocommerce #main input.button.alt.loading > span,
.single-product.woocommerce-page a.button.alt.loading > span,
.single-product.woocommerce-page button.button.alt.loading > span,
.single-product.woocommerce-page input.button.alt.loading > span,
.single-product.woocommerce-page .comment-respond input#submit.alt.loading > span,
.single-product.woocommerce-page .comment-respond #submit.alt.loading > span,
.single-product.woocommerce-page #main input.button.alt.loading > span,
.main-product-wrapper .button.alt.loading > span {
    opacity: .1;
}
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading,
.woocommerce .comment-respond input#submit.loading,
.woocommerce .comment-respond #submit.loading,
.woocommerce #content input.button.loading,
.woocommerce-page a.button.loading,
.woocommerce-page button.button.loading,
.woocommerce-page input.button.loading,
.woocommerce-page .comment-respond input#submit.loading,
.woocommerce-page .comment-respond #submit.loading,
.woocommerce-page #content input.button.loading {
    opacity: 1;
}
.woocommerce a.button .circular,
.woocommerce button.button .circular,
.woocommerce input.button .circular,
.woocommerce .comment-respond input#submit .circular,
.woocommerce .comment-respond #submit .circular,
.woocommerce #content input.button .circular,
.woocommerce-page a.button .circular,
.woocommerce-page button.button .circular,
.woocommerce-page input.button .circular,
.woocommerce-page .comment-respond input#submit .circular,
.woocommerce-page .comment-respond #submit .circular,
.woocommerce-page #content input.button .circular,
.main-product-wrapper .button .circular {
    width: 25px;
    height: 25px;
    display: block;
    z-index: 2;
    transition: all ease .2s;
    visibility: hidden;
    opacity: 0;
}
.woocommerce a.button.loading .circular,
.woocommerce button.button.loading .circular,
.woocommerce input.button.loading .circular,
.woocommerce .comment-respond input#submit.loading.circular,
.woocommerce .comment-respond #submit.loading .circular,
.woocommerce #content input.button.loading .circular,
.woocommerce-page a.button.loading .circular,
.woocommerce-page button.button.loading .circular,
.woocommerce-page input.button.loading .circular,
.woocommerce-page .comment-respond input#submit.loading .circular,
.woocommerce-page .comment-respond #submit.loading .circular,
.woocommerce-page #content input.button.loading .circular,
.main-product-wrapper .button.loading .circular {
    visibility: visible;
    opacity: 1;
}
.woocommerce a.button .path,
.woocommerce button.button .path,
.woocommerce input.button .path,
.woocommerce .comment-respond input#submit .path,
.woocommerce .comment-respond #submit .path,
.woocommerce #content input.button .path,
.woocommerce-page a.button .path,
.woocommerce-page button.button .path,
.woocommerce-page input.button .path,
.woocommerce-page .comment-respond input#submit .path,
.woocommerce-page .comment-respond #submit .path,
.woocommerce-page #content input.button .path,
.main-product-wrapper button.button .path {
    stroke: var(--body-color);
}
.main-product-wrapper button.button i:after {
    color: var(--body-color);
}

@-webkit-keyframes standard {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes standard {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-webkit-keyframes mt-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {-webkit-transform: scale(1.0); opacity: 0;}
}

@keyframes mt-scaleout {
  0% {transform: scale(0.0);-webkit-transform: scale(0.0);} 
  100% {transform: scale(1.0);-webkit-transform: scale(1.0);opacity: 0;}
}

.woocommerce a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce .comment-respond input#submit.added:before,
.woocommerce .comment-respond #submit.added:before,
.woocommerce #content input.button.added:before,
.woocommerce-page a.button.added:before,
.woocommerce-page button.button.added:before,
.woocommerce-page input.button.added:before,
.woocommerce-page .comment-respond input#submit.added:before,
.woocommerce-page .comment-respond #submit.added:before,
.woocommerce-page #content input.button.added:before {
    background: none;
    display: inline-block;
}
.woocommerce a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce .comment-respond input#submit.added:before,
.woocommerce .comment-respond #submit.added:before,
.woocommerce #content input.button.added:before,
.woocommerce-page a.button.added:before,
.woocommerce-page button.button.added:before,
.woocommerce-page input.button.added:before,
.woocommerce-page .comment-respond input#submit.added:before,
.woocommerce-page .comment-respond #submit.added:before,
.woocommerce-page #content input.button.added:before {
    background: none;
    display: block;
}

/* WooCommerce Quantity Increment */
/**
 * Styling begins
 */

/**
 * Quantity inputs
 */
.woocommerce #quantity input::-webkit-outer-spin-button,
.woocommerce #quantity input::-webkit-inner-spin-button,
.woocommerce #content .quantity input::-webkit-outer-spin-button,
.woocommerce #content .quantity input::-webkit-inner-spin-button,
.woocommerce-page #quantity input::-webkit-outer-spin-button,
.woocommerce-page #quantity input::-webkit-inner-spin-button,
.woocommerce-page #content .quantity input::-webkit-outer-spin-button,
.woocommerce-page #content .quantity input::-webkit-inner-spin-button {
    display: none;
}
.woocommerce .quantity,
.woocommerce-page .quantity {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    padding-right: 1.1em;
    display: inline-block;
}
.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
    width: 2.618em;
    height: 2.1em;
    -moz-appearance: textfield;
    /* Hide buttons for Firefox 29 and later */
    margin: 0 1rem;
}
.woocommerce .quantity noindex:-o-prefocus,
.woocommerce .quantity input[type=number],
.woocommerce-page .quantity noindex:-o-prefocus,
.woocommerce-page .quantity input[type=number] {
    padding-right: 1.2em;
}
.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus {
    padding: 0;
    margin: 0;
    text-align: center;
    width: 1.387em;
    height: 1.12em;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
    text-shadow: none;
    line-height: 1;
    background-image: none;
}
.quantity .input-focus-wrapper {
    display: inline-block;
    width: auto;
    float: none;
}

@media (max-width: 1024px) {
    .woocommerce-mini-cart-wrapper:hover .product-list-cart {
        visibility: hidden;
        opacity: 0;
    }
    .woocommerce .entry-header-wrapper .entry-header {
        padding-top: 0;
    }
    .single-product.woocommerce .entry-header-wrapper .entry-header {
        padding-top: 0;
    }
    .single-product .entry-header-wrapper .entry-header {
        margin-top: 61px;
    }
    .woocommerce ul.products li.product a img.back-image,
    .woocommerce-page ul.products li.product a img.back-image {
        opacity: 0;
        visibility: hidden;
    }
    .woocommerce ul.products li.product a img.attachment-shop_catalog,
    .woocommerce-page ul.products li.product a img.attachment-shop_catalog {
        opacity: 1;
    }
    .woocommerce div.product div.images a:hover,
    .woocommerce #content div.product div.images a:hover,
    .woocommerce-page div.product div.images a:hover,
    .woocommerce-page #content div.product div.images a:hover {
        opacity: 1;
    }
}

@media (max-width: 1023px) {
    .woocommerce-page #primary {
        width: 100%;
        float: none;
        border: none;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 0;
        float: none;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .archive.woocommerce #primary {
        float: none;
        margin: 0 auto;
        width: 100%;
    }
    .archive.post-type-archive-product.shop-sidebar-disabled #primary {
        padding-right: 15px;
        padding-left: 15px;
    }
    .archive.post-type-archive-product.shop-sidebar-disabled #primary > .vc_column-inner {
        padding-left: 15px;
    }
    .post-type-archive-product.woocommerce #primary,
    .post-type-archive-product.woocommerce-page #primary {
        padding-right: 15px;
        padding-left: 15px;
    }
    .single-product.woocommerce #primary,
    .single-product.woocommerce-page #primary {
        padding-right: 15px;
        padding-left: 15px;
    }
    .woocommerce #secondary,
    .woocommerce-page #secondary {
        width: 100%;
        max-width: 189px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .woocommerce #secondary .widget {
        max-width: 223.55px;
        float: none;
        margin: 0 auto 30px;
    }
    .woocommerce .products ul,
    .woocommerce ul.products {
        margin: 0 auto 1em;
    }
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100%;
        margin-right: 0;
    }
    .single-product .related .products .product {
        width: 100%;
    }
}

@media (max-width: 963px) {
    .woocommerce div.product div.images,
    .woocommerce #content div.product div.images,
    .woocommerce-page div.product div.images,
    .woocommerce-page #content div.product div.images {
        width: 100%;
        padding: 0;
    }
    .woocommerce div.product div.summary,
    .woocommerce #content div.product div.summary,
    .woocommerce-page div.product div.summary,
    .woocommerce-page #content div.product div.summary {
        width: 100%;
        padding: 0;
    }
    .main-product-wrapper {
        margin-top: 0;
    }
    .product .woocommerce-accordion {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .main-product-wrapper {
        display: block;
    }
    .main-product-wrapper .thumbnails {
        display: none;
    }
    div.product .product_title,
    .woocommerce-page .entry-header-wrapper .entry-title {
        font-size: 5.2vw;
    }
    .woocommerce table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-actions::before,
    .woocommerce-page table.shop_table_responsive tr td.woocommerce-orders-table__cell-order-actions::before {
        display: none;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }
    .woocommerce #content table.cart .wishlist-empty,
    .woocommerce table.cart .wishlist-empty,
    .woocommerce-page #content table.cart .wishlist-empty,
    .woocommerce-page table.cart .wishlist-empty {
        border-top: 0;
    }
    .woocommerce #review_form .comment-respond .comment-form-email {
        margin-left: 0;
    }
    .woocommerce #reviews .star-rating {
        margin-right: 0;
        width: 100%;
    }
    .woocommerce .comment-respond .comment-form-author,
    .woocommerce .comment-respond .comment-form-email,
    .woocommerce .comment-respond .comment-form-url {
        width: 100%;
    }
    .woocommerce-page #customer_login.col2-set .col-1,
    .woocommerce-page #customer_login.col2-set .col-2 {
        width: 100%;
    }
    .woocommerce-page #customer_login.col2-set .col-2 {
        margin-top: 50px;
    }
    .woocommerce-checkout.woocommerce-page form.login .form-row {
        width: 100%;
        float: left;
    }
    .woocommerce #content table.cart td.actions .button,
    .woocommerce table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page table.cart td.actions .button {
        display: inline-block;
    }
    .woocommerce table.shop_attributes td,
    .woocommerce table.shop_attributes th {
        width: 100%;
        display: block;
    }
    .woocommerce table.shop_attributes td p {
        padding: 12px 20px;
    }
    .woocommerce-MyAccount-navigation {
        margin-bottom: 50px;
    }
    .woocommerce .col2-set,
    .woocommerce-page .col2-set,
    #order_review_wrapper {
        width: 100%;
    }
    .woocommerce #content table.cart td.actions .coupon .button.alt,
    .woocommerce #content table.cart td.actions .coupon .input-text + .button,
    .woocommerce table.cart td.actions .coupon .button.alt,
    .woocommerce table.cart td.actions .coupon .input-text + .button,
    .woocommerce-page #content table.cart td.actions .coupon .button.alt,
    .woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
    .woocommerce-page table.cart td.actions .coupon .button.alt,
    .woocommerce-page table.cart td.actions .coupon .input-text + .button {
        float: left;
    }
    .woocommerce-cart .woocommerce .quantity,
    .woocommerce-cart .woocommerce #content .quantity,
    .woocommerce-cart.woocommerce-page .quantity,
    .woocommerce-cart.woocommerce-page #content .quantity {
        float: none;
        clear: none;
        padding-right: 0;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent;
    }
    .woocommerce table.shop_table_responsive tr td:before,
    .woocommerce-page table.shop_table_responsive tr td:before {
        font-weight: 400;
    }
    .woocommerce #content table.cart .product-thumbnail,
    .woocommerce table.cart .product-thumbnail,
    .woocommerce table.my_account_orders tr td.order-actions:before,
    .woocommerce table.shop_table_responsive tr td.actions:before,
    .woocommerce table.shop_table_responsive tr td.product-remove:before,
    .woocommerce-page #content table.cart .product-thumbnail,
    .woocommerce-page table.cart .product-thumbnail,
    .woocommerce-page table.my_account_orders tr td.order-actions:before,
    .woocommerce-page table.shop_table_responsive tr td.actions:before,
    .woocommerce-page table.shop_table_responsive tr td.product-remove:before {
        display: none;
    }
    .wishlist_table thead {
        display: none;
    }
    .wishlist_table tr td {
        display: block;
        text-align: right;
    }
    .woocommerce .wishlist_table td.product-add-to-cart a {
        float: none;
        margin-bottom: 0;
        display: inline-block !important;
    }
    .wishlist_table tr td.product-name:before,
    .wishlist_table tr td.product-price:before,
    .wishlist_table tr td.product-stock-status:before {
        content: attr(data-title);
        float: left;
    }
    .woocommerce-wishlist.woocommerce-page table.shop_table tr:first-of-type .product-remove {
        border-top: none;
    }
    .woocommerce #content #payment #place_order,
    .woocommerce-page #content #payment #place_order {
        width: auto;
        margin-bottom: 0;
    }
    #order_review {
        width: 100%;
    }
    .woocommerce #content table.cart td.actions .button,
    .woocommerce #content table.cart td.actions .input-text,
    .woocommerce #content table.cart td.actions input,
    .woocommerce #content table.cart td.actions .button,
    .woocommerce #content table.cart td.actions .input-text,
    .woocommerce #content table.cart td.actions input,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .input-text,
    .woocommerce-page #content table.cart td.actions input,
    .woocommerce-page #content table.cart td.actions .button,
    .woocommerce-page #content table.cart td.actions .input-text,
    .woocommerce-page #content table.cart td.actions input {
        width: auto !important;
    }
    .woocommerce #content table.cart td.actions .button.alt,
    .woocommerce #content table.cart td.actions .input-text+.button,
    .woocommerce table.cart td.actions .button.alt,
    .woocommerce table.cart td.actions .input-text+.button,
    .woocommerce-page #content table.cart td.actions .button.alt,
    .woocommerce-page #content table.cart td.actions .input-text+.button,
    .woocommerce-page table.cart td.actions .button.alt,
    .woocommerce-page table.cart td.actions .input-text+.button {
        float: none;
    }
    .woocommerce #content div.product div.images,
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.images,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.images,
    .woocommerce-page div.product div.summary {
        float: left;
    }
    .woocommerce div.product div.summary,
    .woocommerce-page div.product div.summary {
        float: right;
        margin-top: 50px;
    }
    .woocommerce div.product .woocommerce-tabs,
    .woocommerce-page div.product .woocommerce-tabs {
        clear: both;
        width: 100%;
        float: left;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        width: 100%;
    }
    .single-product .easy-social-share-button-custom .essb_links .essb_link_sharebtn.active + .essb_links_list-drop,
    .single-product .easy-social-share-button-custom .essb_links .essb_links_list.active .essb_links_list-drop {
        transform: translateY(0) translateX(0) scale(1);
    }
    .single-product .easy-social-share-button-custom .essb_links_list-drop {
        left: auto;
        transform: translateY(-6%) translateX(0) scale(0.9);
    }
    .easy-social-share-button-custom .essb_links_list-drop:before {
        left: 16px;
    }
    .single-product .easy-social-share-button-custom .essb_links_list-drop {
        left: auto;
    }
}

@media only screen and (max-width: 680px) {
    .woocommerce .order_details li {
        border-right: none;
        float: left;
        clear: both;
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid #e6e6e6;
    }
    .woocommerce .order_details li:last-of-type {
        border-bottom: none;
    }
    .woocommerce-checkout.woocommerce-page form.checkout_coupon .form-row-first {
        width: 100%;
        margin: 0;
    }
    .woocommerce-page table.cart td.actions .coupon .input-text,
    .woocommerce-page #content table.cart td.actions .coupon .input-text {
        float: left;
        clear: both;
    }
    .woocommerce table.cart td.actions .coupon,
    .woocommerce-page #content table.cart td.actions .coupon,
    .woocommerce-page table.cart td.actions .coupon {
        margin-bottom: 1em;
        float: left;
        width: 100%;
        display: block;
    }
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
    }
    .woocommerce #content table.cart td.actions .coupon .button.alt,
    .woocommerce #content table.cart td.actions .coupon .input-text + .button,
    .woocommerce table.cart td.actions .coupon .button.alt,
    .woocommerce table.cart td.actions .coupon .input-text + .button,
    .woocommerce-page #content table.cart td.actions .coupon .button.alt,
    .woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
    .woocommerce-page table.cart td.actions .coupon .button.alt,
    .woocommerce-page table.cart td.actions .coupon .input-text + .button {
        float: left;
        clear: both;
        margin-top: 1em;
    }
    .single-product .shortcodes-wrapper {
        clear: both;
        margin-left: 0;
        margin-top: 1.65em;
    }
    #yith-wcwl-popup-message {
        margin-left: -24px !important;
        text-align: left;
    }
    #yith-wcwl-popup-message:before {
        margin-left: -67px;
    }
}

@media (max-width: 600px) {
    .woocommerce .woocommerce-breadcrumb,
    .woocommerce-page .woocommerce-breadcrumb {
        margin: 0;
        clear: both;
    }

    /* WooCommerce reviews */
    .woocommerce #reviews .comments ol.comments__list li img.avatar,
    .woocommerce-page #reviews .comments ol.comments__list li img.avatar {}
    .woocommerce #reviews .comments ol.comments__list li .comment-text,
    .woocommerce-page #reviews .comments ol.comments__list li .comment-text {}
    .woocommerce .cart-collaterals .cross-sells,
    .woocommerce-page .cart-collaterals .cross-sells {
        width: 100%;
    }
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals {
        float: left;
        width: 100%;
    }
    .woocommerce .cart-collaterals .shipping_calculator,
    .woocommerce-page .cart-collaterals .shipping_calculator {
        float: left;
        width: 100%;
    }
}