/* 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 .products {
    margin-bottom: 2px;
}
.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;
}
.woocommerce-checkout.woocommerce-page .entry-header-wrapper {
    display: none;
}
.woocommerce-account.woocommerce-page .entry-header-wrapper {
    display: none;
}
.woocommerce-cart #content > .entry-header-wrapper {
    display: none;
}
.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: right;
    margin: 9px 0 8px;
    float: left;
}
.woocommerce-page .entry-header-wrapper .entry-header {
    padding: 28px 0 24px;
    margin-bottom: 0;
}
.woocommerce-cart.woocommerce-page .entry-header-wrapper .entry-header {}
.woocommerce-cart.woocommerce-page .entry-header-wrapper .entry-title {
    font-size: 50px;
}
.woocommerce-wishlist.woocommerce-page .entry-header-wrapper .entry-title {
    font-size: 50px;
}
.woocommerce-cart .entry-header-wrapper .entry-header {
    margin-top: 96px;
}
.woocommerce .entry-header-wrapper .entry-title {
    color: #000;
    margin-bottom: 16px;
    font-size: 50px;
}
.woocommerce .entry-header-wrapper div {
    margin: 0 auto;
}
.woocommerce .center-logo-and-menu-enabled.sticky-header .entry-header-wrapper {
    margin-top: 121px;
}
.woocommerce .entry-header-wrapper .entry-header,
.post-type-archive-product.woocommerce .entry-header-wrapper .entry-header,
.tax-product_cat.woocommerce .entry-header-wrapper .entry-header,
.tax-product_tag.woocommerce .entry-header-wrapper .entry-header {
    margin: 0 auto;
    padding: 117px 0 67px;
}

/* =Header
----------------------------------------------- */
.woocommerce-links-wrapper {
    float: right;
    margin: 0;
    margin-left: 23px;
    line-height: .9;
    text-decoration: none;
    position: relative;
    top: 0;
    right: 0;
    z-index: 900;
    -webkit-backface-visibility: hidden;
    height: 100%;
}
.woocommerce-links-icon {
    color: #fff;
    display: table;
    height: 100%;
    cursor: pointer;
}
.woocommerce-links-icon:hover {
    color: #999;
}
.woocommerce-links-icon span {
    display: table-cell;
    vertical-align: middle;
}
.woocommerce-links-icon i {
    display: inline-block;
    min-width: 18px;
    text-align: right;
}
.woocommerce-links-icon i:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e074";
    font-size: 17px;
    font-style: normal;
    vertical-align: middle;
}
.woocommerce-links {
    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-links-wrapper:hover .woocommerce-links {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: .1s;
}
.woocommerce-links 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 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 ul li {
    font-size: 14px;
    border-top: none;
    padding: 0;
    margin: 0 0 16px;
    color: #666;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 16px;
}
.woocommerce-links ul li:last-child {
    padding: 0;
    border: none;
    margin: 0;
}
.woocommerce-links ul li a {
    display: inline-block;
    color: #666;
    padding: 0;
    line-height: 1.225;
    border-top: none;
    text-transform: none;
    margin-bottom: 2px;
    position: relative;
}
.woocommerce-links 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 ul li a:hover span:after {
    background: #000;
    width: 100%;
}
.woocommerce-links ul li a:hover {
    color: #000;
}
.woocommerce-checkout #header-wrapper,
.woocommerce-cart #header-wrapper {
    z-index: 10000;
}
.transparent-header .header #branding .woocommerce-cart:hover,
.transparent-header .header #branding .woocommerce-cart-wrapper ul li a:hover,
.transparent-header .header #branding  #access .woocommerce-cart {
    color: #fff;
}
#branding .woocommerce-links-area {
    font-size: inherit;
    float: right;
    height: 100%;
    margin-left: 50px;
    display: flex;
    position: relative;
    user-select: text;
    align-items: center;
}
#branding .woocommerce-cart-wrapper,
#top-bar-wrapper .woocommerce-cart-wrapper {
    float: right;
    margin: 0;
    margin-left: 23px;
    line-height: .7;
    text-decoration: none;
    position: relative;
    top: 0;
    right: 0;
    z-index: 900;
    -webkit-backface-visibility: hidden;
    height: 100%;
}
#top-bar-wrapper .woocommerce-cart-wrapper {
    line-height: 1.1;
    padding: 14px 0;
    padding-left: 30px;
    height: auto;
    z-index: 0;
}
#branding .woocommerce-cart,
#top-bar-wrapper .woocommerce-cart {
    color: #000;
    display: table;
    height: 100%;
}
#top-bar-wrapper .woocommerce-cart {
    display: block;
    height: auto;
}
#branding .woocommerce-cart > span,
#top-bar-wrapper .woocommerce-cart > span {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
#branding .woocommerce-cart:hover,
#top-bar-wrapper .woocommerce-cart:hover {
    color: #999;
    text-decoration: none;
}
#branding .woocommerce-cart i:before,
#top-bar-wrapper .woocommerce-cart i:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e922";
    font-size: 17px;
    font-style: normal;
    vertical-align: middle;
}
#top-bar-wrapper .woocommerce-cart i:before {
    font-size: 13px;
}
.cart-contents-count {
    font-weight: 400;
    font-size: 11px;
    min-width: 21px;
    height: 21px;
    display: flex;
    background: #012694;
    color: #fff;
    border-radius: 50%;
    line-height: 1.3;
    vertical-align: middle;
    margin-left: 0;
    padding: 0 5px;
    box-sizing: border-box;
    letter-spacing: 0;
    position: absolute;
    margin-top: -28px;
    left: 10px;
    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)}
}
#branding .product-list-cart,
#top-bar-wrapper .product-list-cart {
    position: absolute;
    top: auto;
    right: -25px;
    width: 230px;
    background: #fff;
    padding: 13px 0 18px;
    z-index: 5000;
    box-shadow: none;
    margin-top: 1px;
    transition: all ease .1s;
    visibility: hidden;
    opacity: 0;
    transform: translateY(15px);
    transition-delay: .6s;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
}
#branding .product-list-cart em,
#top-bar-wrapper .product-list-cart em {
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    background: #fff;
    border: none;
    border-right: 0;
    border-bottom: 0;
    top: -5px;
    right: 29px;
    transform: rotate(45deg);
    font-style: normal;
}
#top-bar-wrapper .product-list-cart {
    top: 32px;
}
#branding .woocommerce-cart-wrapper:hover .product-list-cart,
#top-bar-wrapper .woocommerce-cart-wrapper:hover .product-list-cart {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition-delay: .1s;
    transition-duration: .35s;
}
#branding .woocommerce-cart-wrapper .product-list-cart ul,
#top-bar-wrapper .woocommerce-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: 203px;
    overflow-y: hidden;
    margin-bottom: 13px;
}
#branding .woocommerce-cart-wrapper ul li,
#top-bar-wrapper .woocommerce-cart-wrapper ul li {
    font-size: 14px;
    border-top: none;
    padding: 0;
    margin: 0 0 11px;
    color: #3b3d40;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 19px 13px;
    box-sizing: border-box;
    display: inline-block;
}
#branding .woocommerce-cart-wrapper ul li:last-child,
#top-bar-wrapper .woocommerce-cart-wrapper ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
#branding .woocommerce-cart-wrapper ul li .cart-product-link,
#top-bar-wrapper .woocommerce-cart-wrapper ul li .cart-product-link {
    display: block;
    color: #666;
    padding: 0;
    line-height: 1.225;
    border-top: none;
    text-transform: none;
    margin-bottom: 2px;
}
.woocommerce-cart-wrapper .cart-thumbnail-wrapper {
    float: left;
    min-height: 52px;
    display: flex;
    align-items: center;
}
#branding .woocommerce-cart-wrapper ul li a .product:after,
#top-bar-wrapper .woocommerce-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;
}
#branding .woocommerce-cart-wrapper ul li a:hover .product:after,
#top-bar-wrapper .woocommerce-cart-wrapper ul li a:hover .product:after {
    background: #000;
    width: 100%;
}
.woocommerce-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;
}
#branding #access .woocommerce-cart-wrapper ul li a:hover,
#top-bar-wrapper .woocommerce-cart-wrapper ul li a:hover {
    color: #000;
    opacity: 1;
}
#branding .woocommerce-cart-wrapper ul li a:before,
#top-bar-wrapper .woocommerce-cart-wrapper ul li a:before {
    background: transparent;
    display: none;
    width: 0;
    height: 0;
}
.transparent-header #branding #access .woocommerce-cart-wrapper ul li a:hover {
    color: #012694;
}
.transparent-header #header-wrapper .info-header {
    color: #fff;
}
#branding .woocommerce-cart-wrapper ul li a:hover img,
#top-bar-wrapper .woocommerce-cart-wrapper ul li a:hover img {
    opacity: 1;
}
#branding .woocommerce-cart-wrapper ul img,
#top-bar-wrapper .woocommerce-cart-wrapper ul img {
    width: 48px;
    max-width: 100%;
    height: auto;
    margin: 0.3em 0 0 0;
    display: block;
    float: left;
    margin-right: 17px;

    transition: all ease .1s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
#page .woocommerce-cart-checkout {
    border-top: none;
    float: left;
    width: 100%;
    padding: 16px 19px 0;
    display: block;
    align-items: center;
    box-sizing: border-box;
    border-top: 1px solid #e1e1e1;
    text-align: center;
}
#page .woocommerce-cart-checkout a {
    float: left;
    display: inline-block;
    clear: none;
    line-height: inherit;
    font-size: 16px;
    width: auto;
    text-align: center;
}
body #page .woocommerce-cart-checkout .button,
body #page .woocommerce-cart-checkout a.button,
body #page .woocommerce-cart-checkout a.button.alt {
    background-image: none;
    text-transform: none;
    font-weight: 400;
    box-shadow: none;
    font-size: 16px;
    letter-spacing: 0;
    border-radius: 0;
    padding: 0;
    border-color: transparent;
    background: transparent;
    color: #012694;
    min-width: auto;
    width: auto;
    margin-left: 16px;
    position: relative;
    line-height: 1.2;
}
body #page .woocommerce-cart-checkout .button span {
    display: inline-block;
    position: relative;
}
body #page .woocommerce-cart-checkout .button span:before {
    content: '';
    background: transparent;
    display: block;
    margin: auto;
    width: 0%;
    height: 1px;
    -webkit-transition: width .3s ease, background-color .3s ease;
    transition: width .3s ease, background-color .3s ease;
    position: absolute;
    bottom: -1px;
}
body #page .woocommerce-cart-checkout .alt span:before {
    display: none;
}
body #page .woocommerce-cart-checkout .button:after {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 2.9;
    -webkit-font-smoothing: antialiased;
    content: "\e913";
    font-size: 8px;
    font-style: normal;
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: none;
    border-radius: 0%;
    margin-left: 9px;
    border-color: #012694;
    transform: none;
    opacity: 1;
}
body #page .woocommerce-cart-checkout a.button.alt {
    float: none;
    overflow: hidden;
    border-color: #fff;
    padding: 6px 13px 8px;
    color: #fff;
    text-shadow: none;
    background: #012694;
    border: 1px solid #012694;
    border-radius: 30px;
    box-shadow: none;
    position: relative;
    text-transform: none;
    letter-spacing: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    min-width: 131px;
    box-sizing: border-box;
    margin: 0;
}
body #page .woocommerce-cart-checkout a.button.alt:after {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e913";
    font-size: 8px;
    font-style: normal;
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: none;
    border-radius: 0%;
    margin-left: 8px;
    border-color: #012694;
    transition: opacity .3s cubic-bezier(0.215, 0.61, 0.355, 1), transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translateX(-9px);
}
body #page .woocommerce-cart-checkout a.button.alt span {
    transition: opacity .3s cubic-bezier(0.215, 0.61, 0.355, 1), transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(9px);
}
body #page .woocommerce-cart-checkout a.button.alt:hover span {
    transform: translateX(0);
}
body #page .woocommerce-cart-checkout a.button.alt:hover:after {
    opacity: 1;
    transform: translateX(0);
}
body #page .woocommerce-cart-checkout .button:hover,
body #page .woocommerce-cart-checkout a.button:hover,
body #page .woocommerce-cart-checkout a.button.alt:hover {
    color: #012694;
    background: transparent;
    border-color:transparent;
    box-shadow: none;
}
body #page .woocommerce-cart-checkout .button:hover span:before {
    background: #012694;
    width: 100%;
}
body #page .woocommerce-cart-checkout a.button.alt:hover {
    background: #000;
    border-color: #000;
    color: #fff;
    box-shadow: none;
}
#branding .woocommerce-cart-wrapper .woocommerce-cart-checkout .to-cart,
#top-bar-wrapper .woocommerce-cart-wrapper .woocommerce-cart-checkout .to-cart {
    display: none;
}
.woocommerce-cart-total-wrapper {
    text-align: center;
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.woocommerce-cart-total-text {
    font-size: 14px;
}
.woocommerce-cart-total-number {
    font-size: 17px;
    margin-left: 12px;
}

/* =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 #page p.stars a:after {
    font-size: 16px;
}
.woocommerce #respond a:hover {
    border-color: #999;
}
.woocommerce #page #review_form #respond p {
    margin: 0 0 16px;
    padding: 0;
    font-size: 14px;
}
.woocommerce #page div.product form.cart table td {
    padding: 10px 10px;
}
.woocommerce #page p.stars a:before {
    transition: all ease .1s;
    -webkit-transition: all ease .1s;
    -moz-transition: all ease .1s;
}
.woocommerce #page p.stars a {
    color: #838c8e;
}
.woocommerce #page #review_form #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;
}

/* Overlay */
@keyframes opacity {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
#page .woocommerce .blockUI.blockOverlay,
#page .woocommerce .loader {
    opacity: 1 !important;
    background: rgba(255,255,255,.7) !important;
    border-radius: 0;
    animation: opacity .4s forwards ease;
}
#page .woocommerce .blockUI.blockOverlay:before,
#page .woocommerce .loader:before {
    margin: -7px 0 0 -7px;
    text-align: center;
    position: absolute;
    z-index: 10000;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    left: 50%;
    top: 50%;
    
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e920";
    font-size: 14px;
    font-style: normal;
    vertical-align: middle;
    color: #012694;
    -webkit-animation: standard .5s infinite linear;
    animation: standard .5s infinite linear;
    transform-origin: center;
    width: auto;
    height: auto;
}

/* =YITH Wishlist
----------------------------------------------- */
.yith-wishlist-wrapper {
    float: right;
    margin: 0;
    margin-left: 35px;
    line-height: .9;
    text-decoration: none;
    position: relative;
    top: 0;
    right: 0;
    z-index: 900;
    -webkit-backface-visibility: hidden;
    height: 100%;
}
.yith-wishlist-icon {
    color: #fff;
    display: table;
    height: 100%;
    cursor: pointer;
}
.yith-wishlist-icon:hover {
    color: #999;
}
.yith-wishlist-icon span {
    display: table-cell;
    vertical-align: middle;
}
.yith-wishlist-icon i {
    display: inline-block;
    min-width: 18px;
    text-align: right;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(0,0,0,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

    border: none;
    border-radius: 0;
    width: auto;
    height: auto;
}
.yith-wishlist-icon i:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e928";
    font-size: 17px;
    font-style: normal;
    vertical-align: middle;
    padding-left: 1px;
}
#page .yith-wcwl-add-to-wishlist {
    margin-top: 7px;
    float: left;
    margin-left: 1.1em;
    line-height: 1.6;
    position: relative;
}
#page .add_to_wishlist {
    background: transparent;
    box-shadow: none;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    line-height: 2.6;
    position: relative;

    background: #f1f1f1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
#page .add_to_wishlist:hover {
    color: #012694;
    background: #ebebeb;
}
#page .add_to_wishlist .add_to_wishlist-icon {
    margin-right: 7px;
    color: #000;
    position: relative;
    transition: all ease .1s;
    width: 19px;
    height: 19px;
    margin-right: 0;
    background: transparent;
    display: inline-block;
    display: flex;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
#page .loading .add_to_wishlist .add_to_wishlist-icon {
    animation: heartAnimationStart 1.4s ease-in-out forwards;
}
#page .add_to_wishlist:hover .add_to_wishlist-icon {
    color: #012694;
}
.add_to_wishlist-icon-animated-1:after {
    animation-name: heartAnimation1;
    animation-timing-function: ease;
    animation-duration: 1s;
    animation-delay: 0s;
    opacity: .8;
    bottom: 8px;
}
.add_to_wishlist-icon-animated-2:after {
    animation-name: heartAnimation2;
    animation-duration: 1s;
    animation-delay: .4s;
    opacity: .8;
    visibility: visible;
}
.add_to_wishlist-icon-animated-3:after {
    animation-name: heartAnimation3;
    animation-duration: 1s;
    animation-delay: .3s;
    opacity: .8;
    visibility: visible;
}
#page .add_to_wishlist .add_to_wishlist-icon:after {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e92d";
    font-size: 19px;
    font-style: normal;
    vertical-align: middle;
    position: absolute;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all ease .1s;
    left: 0;
}
@keyframes heartAnimationStart {
    25% {
        transform: translate(-50%, -50%) scale(1.4);
    }
    50% {
        transform: translate(-50%, -50%) scale(1);
    }
}
@keyframes heartAnimation1 {
    100% {
        bottom: 33px;
        margin-left: 5px;
        opacity: 0;
    }
}
@keyframes heartAnimation2 {
    100% {
        bottom: 55px;
        margin-left: 5px;
        opacity: 0;
    }
}
@keyframes heartAnimation3 {
    100% {
        bottom: 23px;
        margin-left: 8px;
        opacity: 0;
    }
}

.woocommerce #page .product-add-to-cart .button.alt:hover {
    padding: 0;
    border: none;
    border-color: transparent;
    background: transparent;
    border-width: 0;
}
#page .product-add-to-cart .button.alt span {
    transform: none;
}
#page .product-add-to-cart .button.alt > span {
    padding: 6px 21px 8px;
    border: 1px solid;
    border-color: #012694;
    background: #012694;
    border-width: 1px;
    border-radius: 30px;
    display: inline-block;
    transition: all ease .1s;
    min-width: 131px;
    box-sizing: border-box;
}
#page .product-add-to-cart .button.alt:hover > span  {
    color: #fff;
    background: #000;
    border-color: #000;
}
#page .product-add-to-cart .button.alt span span {
    display: inline-block;
    transition: opacity .3s cubic-bezier(0.215, 0.61, 0.355, 1), transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(9px);
}
#page .product-add-to-cart .button.alt span span:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    color: #fff;
    position: relative;
    margin-right: 10px;
    content: "\e922";
    bottom: 2px;
}
#page .product-add-to-cart .button.alt:hover span span {
    transform: translateX(0);
}
#page .product-add-to-cart .button.alt > span:after {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e913";
    font-size: 8px;
    font-style: normal;
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: none;
    border-radius: 0%;
    margin-left: 8px;
    border-color: #012694;
    transition: opacity .3s cubic-bezier(0.215, 0.61, 0.355, 1), transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translateX(-9px);
}
#page .product-add-to-cart .button.alt:hover > span:after {
    opacity: 1;
    transform: translateX(0);
}
.woocommerce #page .product-add-to-cart .button.alt.loading {
    opacity: 1;
}
.woocommerce-page #page .product-add-to-cart .button.alt.loading > span {
    opacity: .1;
}
#page .woocommerce .product-add-to-cart a.button.loading:before {
    display: none;
}
.woocommerce #page .product-add-to-cart a.button i:after {
    font-size: 12px;
}
#page .exist .add_to_wishlist .add_to_wishlist-icon,
#page .loading .add_to_wishlist .add_to_wishlist-icon,
#page .added .add_to_wishlist .add_to_wishlist-icon {
    color: #012694;
}
#page .add_to_wishlist .add_to_wishlist-icon:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e92c";
    font-size: 19px;
    font-style: normal;
    vertical-align: middle;
    position: absolute;
    transition: all ease .1s;
    opacity: 1;
}
#page .loading .add_to_wishlist .add_to_wishlist-icon:before,
#page .added .add_to_wishlist .add_to_wishlist-icon:before,
#page .exist .add_to_wishlist .add_to_wishlist-icon:before {
    opacity: 0;
}
#page .loading .add_to_wishlist .add_to_wishlist-icon:after,
#page .added .add_to_wishlist .add_to_wishlist-icon:after,
#page .exist .add_to_wishlist .add_to_wishlist-icon:after {
    visibility: visible;
    opacity: 1;
    color: #012694;
}
#page .yith-wcwl-add-button.hide {
    display: block !important;
}
#page .yith-wcwl-wishlistexistsbrowse.show {
    display: none !important;
}
#page .yith-wcwl-wishlistaddedbrowse.show {
    display: none !important;
}
#page #yith-wcwl-popup-message {
    position: absolute;
    font-size: 14px;
    color: #000;
    line-height: 1.3;
    border: none;
    background: #fff;
    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);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #e1e1e1;
}
#page .yith-wcwl-add-to-wishlist.added #yith-wcwl-popup-message {
    visibility: visible;
    opacity: 1 !important;
    transform: translateY(0);
}
#page #yith-wcwl-popup-message:before {
    content: '';
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    background: #fff;
    border: none;
    border-right: 0;
    border-bottom: 0;
    top: auto;
    left: 50%;
    transform: rotate(45deg);
    font-style: normal;
    margin-left: -5px;
    top: -5px;
    border: 1px solid #e1e1e1;
}
#page #yith-wcwl-popup-message:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 9px;
    background: #fff;
    border: none;
    border-right: 0;
    border-bottom: 0;
    top: 0;
    left: 0;
    font-style: normal;
}
#page .yith-wcwl-add-to-wishlist .ajax-loading-wrapper .ajax-loading {
    display: none !important;
}
#page .yith-wcwl-add-to-wishlist .ajax-loading-wrapper {
    display: block;
    z-index: 2;
    height: auto;
    width: auto;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -25px;
    left: auto;
    transition: all ease .4s;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);

   display: none !important;
}
#page .yith-wcwl-add-to-wishlist .ajax-loading-wrapper:after {
    display: block;
    z-index: 2;
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e920";
    font-size: 14px;
    font-style: normal;
    vertical-align: middle;
    color: #012694;
    -webkit-animation: standard .6s infinite linear;
    animation: standard .6s infinite linear;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
#page .yith-wcwl-add-to-wishlist.loading .ajax-loading-wrapper {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.woocommerce-wishlist.woocommerce.singular #main {
    max-width: none;
    padding-top: 50px;
}
.woocommerce #page .wishlist_table td.product-add-to-cart a {
    float: none;
    min-width: 131px;
    padding: 6px 21px 8px;
    box-sizing: border-box;
    display: inline-block !important;
    font-size: 13px;
    line-height: 1.3;

    clear: none;
    margin-top: 0;
    padding: 0;
    min-width: auto;
    border: none;
    border-color: transparent;
    background: transparent;
    border-width: 0;
}
#page .wishlist-title {
    display: none;
}
#page .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;
}
#page .wishlist_table tr td.product-stock-status span.wishlist-in-stock {
    color: #82d889;
}
.woocommerce-wishlist.singular.woocommerce-page .type-page {
    margin: 0 auto 100px;
}
.woocommerce-wishlist.woocommerce #page #content table.cart th,
.woocommerce-wishlist.woocommerce #page table.cart th,
.woocommerce-wishlist.woocommerce-page #page #content table.cart th,
.woocommerce-wishlist.woocommerce-page #page table.cart th {
    border: none;
}
.woocommerce td.product-name dl.variation:last-child {
    margin: 0;
}
#page .wishlist_table tr td,
#page .wishlist_table tr th.wishlist-delete,
#page .wishlist_table tr th.product-checkbox {
    text-align: left;
}
.woocommerce #page #content table.cart td.product-remove,
.woocommerce #page table.cart td.product-remove,
.woocommerce-page #page #content table.cart td.product-remove,
.woocommerce-page #page table.cart td.product-remove {
    text-align: right;
    min-width: 42px;
}
.woocommerce #page #content table.cart td ins {
    background: transparent;
}
.woocommerce #page #content table.cart td del .woocommerce-Price-amount {
    color: #838c8e;
}
.woocommerce #page #content table.cart .wishlist-empty,
.woocommerce #page table.cart .wishlist-empty,
.woocommerce-page #page #content table.cart .wishlist-empty,
.woocommerce-page #page table.cart .wishlist-empty {
    text-align: center;
    font-size: 14px;
    padding: 22px 35px 21px 30px;
    line-height: 1.325;
}
#page .wishlist_table {
    opacity: 1 !important;
    margin: 0;
}

/* =theia-sticky-sidebar
----------------------------------------------- */
.woocommerce-page .theiaStickySidebar {
    padding-left: 0;
    padding-right: 0;
}

/* Search and Archive */
.woocommerce #main {
    padding: 0 15px;
}
.woocommerce.singular #main {
    padding: 0;
}
.main-product-wrapper,
#page .product .woocommerce-accordion {
    padding: 0;
    box-sizing: border-box;
}
.singular.woocommerce-page .type-page {
    padding: 0 15px;
}
.post-type-archive-product.woocommerce .entry-header-wrapper .entry-header,
.tax-product_cat.woocommerce .entry-header-wrapper .entry-header {
    padding-left: 15px;
    padding-right: 15px;
}
.woocommerce .entry-header-wrapper .entry-header {
    padding-left: 15px;
    padding-right: 15px;
}

/* =Easy Social Share Buttons for WordPress Custom Style
----------------------------------------------- */
.single-product #page .main-product-wrapper .clear {
    display: none;
}
.single-product #page .easy-social-share-button {
    margin-top: 7px;
    float: left;
    margin-left: 1.08em;
    line-height: 1.6;
    position: relative;
}
.single-product #page .easy-social-share-button-custom .essb_links .essb_after_more:not(:first-child) {
    display: none;
}
.single-product #page .easy-social-share-button-custom .essb_links .essb_links_list-drop .essb_after_more:not(:first-child) {
    display: inline-block;
}

/* =Single Product Additional Block
    ----------------------------------------------- */
.single-product-additional-block-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 1.6em;
    margin-top: 1.65em;
    border-top: 1px solid #e1e1e1;
    padding-top: 1.65em;
}

/* =Shorten
    ----------------------------------------------- */
.morecontent span {
    display: none;
}

/* =WooCommerce
----------------------------------------------- */
.woocommerce-page .select2-container .select2-choice {
    color: #000;
}
.woocommerce-page .select2-dropdown {
    color: #000;
}
.woocommerce-page .select2-dropdown {
    border: 1px solid #D0D0D0;
    border-top: none;
    box-shadow: none;
    border-radius: 0;
    margin-top: -1px;
}

.woocommerce-checkout.woocommerce-page .select2-dropdown {
    border: none;
    padding-right: 1px;
}
.woocommerce-checkout.woocommerce-page .select2-search,
.woocommerce-checkout.woocommerce-page .select2-results {
    border-right: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
}
.woocommerce-checkout.woocommerce-page .select2-results {
    border-bottom: 1px solid #D0D0D0;
}
.woocommerce-page .select2-container--open .select2-dropdown--above {
    border-top: none;
}
.woocommerce-checkout.woocommerce-page .select2-container--open .select2-dropdown--above .select2-results {
    border-bottom: none;
}
.woocommerce-checkout.woocommerce-page .select2-container--open .select2-dropdown--above {
    border-top: none;
}
.woocommerce-checkout.woocommerce-page .select2-container--open .select2-dropdown--above .select2-search {
    border-top: 1px solid #D0D0D0;
    padding-top: 13px;
}
.woocommerce-checkout.woocommerce-page .select2-container--open .select2-dropdown--above {
    padding-top: 0;
}
.woocommerce-checkout.woocommerce-page .select2-container--open .select2-dropdown--above .select2-search:after {
    top: 24px;
}

.woocommerce-page .select2-drop-active {
    box-shadow: none;
    border-radius: 0;
}
.woocommerce-page .select2-search {
    padding: 9px 11px;
    position: relative;
}
.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 3px 36px 3px 11px !important;
    height: 34px !important;
    font-size: 14px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 0;
}
.woocommerce-page .select2-container--default .select2-search--dropdown .select2-search__field:focus {
    color: #000;
    border-color: #D0D0D0;
}
.woocommerce-page .select2-results {
    background: #fff;
    padding: 0;
    font-size: 14px;
}
.woocommerce-page .select2-results li {
    margin: 0;
    transition: all ease .1s;
    padding: 9px 11px;
}
.woocommerce-page .select2-search:after {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e912";
    color: #000;
    font-size: 13px;
    position: absolute;
    right: 22px;
    top: 20px;
}
.woocommerce-page .select2-container--open .select2-dropdown--above {
    border-top: 1px solid #e1e1e1;
    border-bottom: none;
    padding-top: 4px;
    margin-top: 2px;
}
.woocommerce-page .select2-container--open .select2-dropdown--above .select2-search:after {}
.woocommerce-page .select2-container--open .select2-dropdown--above .select2-search input {
    margin-top: 0;
}
.woocommerce-page .woocommerce-page .select2-container--open .select2-dropdown--above {
    border-radius: 0;
}
.woocommerce-page .select2-container--default .select2-results__option[aria-selected=true] {
    background: #f7f7f7;
    color: #000;
}
.woocommerce-page .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #012694;
    color: #fff;
    border-radius: 0;
}
.woocommerce form .form-row .select2-container {
    width: 100% !important;
}
#page .select2-container .select2-selection--single {
    border-color: #e1e1e1;
    border-radius: 0;
    padding: 0 0 0 11px;
    font-weight: 400;
    color: #999;
    background: #fff;
    transition: border-color ease .1s, background-color ease .1s, color ease .1s;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    font-weight: 400;
}
#page .select2-container--default .select2-selection--single {
    background: #fff;
    border-color: #e1e1e1;
    border-radius: 0;
}
#page .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 20px;
    height: 100%;
    right: 0;
    top: 0;
}
#page .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
#page .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #999;
    line-height: 38px;
    transition: color ease .1s;
}
.select2-container {
    text-align: left;
}
#page .select2-container--default.select2-container--open .select2-selection--single {
    color: #000;
    border-color: #D0D0D0;
}
#page .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
    color: #000;
}
#page .select2-dropdown-open .select2-choice .select2-arrow b:after {
    border-bottom-color: #000;
}
#page .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    left: auto;
    top: auto;
}
#page .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
    content: '\e90f';
    color: #000;
    font-size: 7px;
    font-style: normal;
    position: relative;
    top: -1px;
    display: inline-block;
    transition: all ease .1s;
    border: none;
    animation: select2-arrow-down .1s ease forwards;
}
#page .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
    border: none;
    animation: select2-arrow-up .1s ease forwards;
}
@keyframes select2-arrow-up {
    0% {-webkit-transform: rotate(0deg);
        transform: rotate(0deg);}
    100% {-webkit-transform: rotate(180deg);
        transform: rotate(180deg);}
}
@keyframes select2-arrow-down {
    0% {-webkit-transform: rotate(180deg);
        transform: rotate(180deg);}
    100% {-webkit-transform: rotate(0deg);
        transform: rotate(0deg);}
}

.post-type-archive-product.woocommerce .entry-header-wrapper .entry-header,
.tax-product_cat.woocommerce .entry-header-wrapper .entry-header {
    margin-bottom: 0;
    padding: 166px 0 67px;
    min-height: inherit;
    max-width: 1170px;
    margin: 0 auto;
}
.woocommerce #page .woocommerce-breadcrumb,
.woocommerce-page #page .woocommerce-breadcrumb {
    float: none;
    margin: 3px 0 17px 0;
    padding: 0;
    line-height: 1.4;
    position: relative;
    bottom: 0;
    max-width: 100%;
    font-size: 13px;
    clear: left;
    color: #999;
    text-transform: none;
}
.woocommerce.single-product #page .woocommerce-breadcrumb,
.woocommerce-page.single-product #page .woocommerce-breadcrumb {
    max-width: 1170px;
    float: none;
    margin: 0 auto 6px;
}
.single-product.woocommerce .entry-header-wrapper .entry-header {
    max-width: none;
    padding: 0;
    text-align: left;
    margin-top: 0;
}
.woocommerce #page .woocommerce-breadcrumb a,
.woocommerce-page #page .woocommerce-breadcrumb a {
    text-decoration: none;
    color: #999;
    border-bottom: 0;
    border-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
}
.woocommerce.single-product .woocommerce-breadcrumb:after,
.woocommerce.single-product .woocommerce-breadcrumb:before {
    content: " ";
    display: none;
}
.woocommerce #page .woocommerce-breadcrumb a:after,
.woocommerce-page #page .woocommerce-breadcrumb a:after {
    content: '';
    background: transparent;
    display: inline;
    margin: auto;
    width: 0%;
    height: 1px;
    transition: width .3s ease, background-color .3s ease;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.woocommerce #page .woocommerce-breadcrumb a:hover:after,
.woocommerce-page #page .woocommerce-breadcrumb a:hover:after {
    background: #000;
    width: 100%;
}
.woocommerce.single-product #page .woocommerce-breadcrumb,
.woocommerce-page.single-product #page .woocommerce-breadcrumb {
    text-indent: -9999em;
}
.single-product.woocommerce #page .woocommerce-breadcrumb a,
.single-product.woocommerce-page #page .woocommerce-breadcrumb a {
    float: left;
    text-indent: 0;
    position: relative;
}
.single-product.woocommerce #page .woocommerce-breadcrumb a:first-of-type,
.single-product.woocommerce-page #page .woocommerce-breadcrumb a:first-of-type {
    text-indent: -9999em;
}
.woocommerce #page .woocommerce-breadcrumb a:hover,
.woocommerce-page #page .woocommerce-breadcrumb a:hover {
    text-decoration: none;
    color: #000;
    border-color: transparent;
}
.woocommerce .navigation-pipe {
    padding: 0;
}
.woocommerce .entry-header-wrapper .entry-header {
    padding: 0;
    margin: 0;
    min-height: inherit;
}
.woocommerce #main {
    max-width: 1170px;
    padding: 0;
}
.post-type-archive.woocommerce #main,
.tax-product_cat.woocommerce #main {
    max-width: 1170px;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto 50px;
    float: none;
}
.woocommerce #main-wrapper {
    background: #fafafa;
    padding-bottom: 100px;
}
.single-product.woocommerce #main-wrapper {
    background: #fff;
    padding-bottom: 0;
    padding-top: 100px;
}
.woocommerce-wishlist #main-wrapper {
    background: #fff;
    padding: 0;
}
.single-product .slick-slide {
    text-align: center;
}
.single-product #page div.product div.images .slick-slide a {
    max-width: 562px;
    float: none;
    display: inline-block;
}
.single-product .slick-track {
    margin: 0;
}
.single-product.woocommerce #page div.product div.images div.thumbnails .slider-nav li:last-of-type {
    margin: 0;
}
.single-product.woocommerce #main {
    max-width: none;
}
.main-product-wrapper {
    max-width: 1170px;
    margin: 0 auto;
}
.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;
}
@media only screen and (min-width: 868px)  {
    .post-type-archive-product.woocommerce.no-products #primary,
    .post-type-archive-product.woocommerce-page.no-products #primary,
    .tax-product_cat.woocommerce.no-products #primary {
        width: 100%;
        margin-right: 0;
    }
}

.single-product {}

.no-products #to-top {
    display: none;
}
.no-products #page .woocommerce-message,
.no-products #page .woocommerce-error,
.no-products #page .woocommerce-info {
    margin-bottom: 80px;
}

.post-type-archive-product.woocommerce #primary,
.post-type-archive-product.woocommerce-page #primary {
    width: 81.2%;
    margin: 0 2.5% 0 0;
}
.single-product.woocommerce #primary,
.single-product.woocommerce-page #primary {
    width: 100%;
    margin: 0;
    padding: 0;
}
.tax-product_cat.woocommerce #primary {
    width: 81.2%;
    margin: 0 2.5% 0 0;
}
.singular.woocommerce-page .type-page {
    max-width: 1170px;
    margin: 50px auto 100px;
}
.woocommerce #secondary,
.woocommerce-page #secondary {
    width: 16.2%;
    padding-top: 49px;
    margin-top: 1px;
}
.page-title {
    margin: 0;
    font-size: 70px;
    line-height: 1.125;
    font-weight: 400;
    display: inline-block;
    text-transform: none;
    letter-spacing: 0;
    float: none;
    margin-bottom: 0;
    color: #000;
}
.woocommerce .non-sticky-header .entry-header-wrapper .entry-header {
    margin-bottom: 5px;
    padding: 0;
}
.woocommerce #page .products ul,
.woocommerce #page ul.products {
    margin-bottom: 0;
}
.products.owl-carousel .owl-stage-outer {
    padding-top: 4px;
}
.woocommerce #page ul.products li.product,
.woocommerce-page #page ul.products li.product {
    width: 31.2%;
    text-align: left;
    background: transparent;
    margin: 3.2% 3.2% 0 0;
}
.woocommerce #page ul.products li.product:nth-of-type(1),
.woocommerce-page #page ul.products li.product:nth-of-type(1),
.woocommerce #page ul.products li.product:nth-of-type(2),
.woocommerce-page #page ul.products li.product:nth-of-type(2),
.woocommerce #page ul.products li.product:nth-of-type(3),
.woocommerce-page #page ul.products li.product:nth-of-type(3) {
    margin-top: 0;
}
.woocommerce #page ul.products li.last,
.woocommerce-page #page ul.products li.last {
    margin-right: 0;
}
.woocommerce.shop-2-columns #page ul.products li.product,
.woocommerce-page.shop-2-columns #page ul.products li.product {
    width: 48.1%;
}
.woocommerce.shop-4-columns #page ul.products li.product,
.woocommerce-page.shop-4-columns #page ul.products li.product {
    width: 22.1%;
}
.shop-no-sidebar.woocommerce #page ul.products li.product,
.shop-no-sidebar.woocommerce-page #page ul.products li.product {
    width: 31.4%;
    margin-right: 2.87%;
}
.shop-no-sidebar.shop-2-columns.woocommerce #page ul.products li.product,
.shop-no-sidebar.shop-2-columns.woocommerce-page #page ul.products li.product {
    width: 48.5%;
}
.shop-no-sidebar.shop-3-columns.woocommerce #page ul.products li.product,
.shop-no-sidebar.shop-3-columns.woocommerce-page #page ul.products li.product {
    width: 31.4%;
}
.shop-no-sidebar.shop-4-columns.woocommerce #page ul.products li.product,
.shop-no-sidebar.shop-4-columns.woocommerce-page #page ul.products li.product {
    width: 22.8%;
}
.shop-no-sidebar.woocommerce #page ul.products li.last,
.shop-no-sidebar.woocommerce-page #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;
    padding-bottom: 19px;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
    width: 100%;
    transition: all ease .4s;
    transform-style: preserve-3d;
    box-shadow: none;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link:hover {}
.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: #012694;
}
.woocommerce #page ul.products li.product a:hover h3,
.woocommerce-page #page ul.products li.product a:hover h3 {
    text-decoration: none;
    color: #012694;
    border-color: transparent;
}
#page .woocommerce ul.products li.product a:hover h3 {
    text-decoration: none;
    color: #012694;
    border-color: transparent;
}
.woocommerce #page ul.products li.product h3,
.woocommerce-page #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;
}
 #page .woocommerce ul.products li.product h3 {
    font-weight: 700;
    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: #b2b2b2;
}
.woocommerce ul.products li.product .posted_in a:hover,
.woocommerce-page ul.products li.product .posted_in a:hover {
    color: #012694;
    text-decoration: underline;
}
.woocommerce #page ul.products li.product a img,
.woocommerce-page #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;
}
#page .quantity .plus,
#page .quantity .minus,
#page #content .quantity .plus,
#page #content .quantity .minus {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000;
    text-shadow: none;
    border-color: transparent;
    background: #f1f1f1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: static;
    float: left;
    height: 18px;
    border-bottom: none;
    text-shadow: none;
    font-size: 10px;
    font-weight: 400;
    position: absolute;
    width: 20px;
    right: 19px;
    box-sizing: border-box;
    line-height: 1.8;
    text-indent: -9999em;

    -webkit-appearance: none;
    transition: all ease .1s;
}
#page .quantity .plus:after,
#page .quantity .minus:after,
#page #content .quantity .plus:after,
#page #content .quantity .minus:after {
    line-height: 2.2;
    vertical-align: middle;
    speak: none;
    font-variant: normal;
    text-transform: none;
    font-family: 'icomoon';
    content: attr(data-icon);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-size: 7px;
    transition: all ease .1s;
    float: left;
    text-indent: 0;
    margin-left: 6px;
}
#page .quantity .plus:after,
#page #content .quantity .plus:after {
    content: '\e907';
}
#page .quantity .minus:after,
#page #content .quantity .minus:after {
    content: '\e908';
}
#page .quantity .plus:hover,
#page .quantity .minus:hover,
#page #content .quantity .plus:hover,
#page #content .quantity .minus:hover {
    background: #ebebeb;
    color: #012694;
}
#page .quantity input.qty,
#page #content .quantity input.qty {
    border: 1px solid #e1e1e1;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    font-weight: normal;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 40px;
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    box-shadow: none;
    color: #999;
    box-sizing: border-box;
    width: 66px;
    padding: 3px 11px;
    padding-right: 32px;
}
#page .quantity input.qty:focus,
#page #content .quantity input.qty:focus {
    color: #000;
}
#page .single-product .quantity input.qty,
#page .single-product #content .quantity input.qty  {
    height: 44px;
}
#page .quantity input.qty:focus,
#page #content .quantity input.qty:focus {
    border-color: #D0D0D0;
    background: #fff;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.woocommerce #page .quantity,
.woocommerce #page #content .quantity,
.woocommerce-page #page .quantity,
.woocommerce-page #page #content .quantity {
    width: auto;
    float: left;
    margin: 0;
    clear: both;
}
#page div.product .single_add_to_cart_button.button.alt {}
#page div.product .single_add_to_cart_button.button.alt:after {
    display: none;
}
.woocommerce #page div.product form.cart div.quantity {
    margin: 3px 0 0;
}
.single-product.woocommerce #page button.button.alt:hover {}
#page div.product .single_add_to_cart_button.button.alt span {
    transform: none;
}
#page div.product .single_add_to_cart_button.button.alt > span {
    padding: 13px 23px 15px;
    border: 1px solid;
    border-color: #012694;
    background: #012694;
    border-width: 1px;
    border-radius: 30px;
    display: inline-block;
    transition: all ease .1s;
    min-width: 166px;
    box-sizing: border-box;
}
#page div.product .single_add_to_cart_button.button.alt:hover > span  {
    color: #fff;
    background: #000;
    border-color: #000;
}
#page div.product .single_add_to_cart_button.button.alt span span {
    display: inline-block;
    transition: opacity .3s cubic-bezier(0.215, 0.61, 0.355, 1), transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(9px);
}
#page div.product .single_add_to_cart_button.button.alt span span:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    color: #fff;
    position: relative;
    margin-right: 10px;
    content: "\e922";
    bottom: 3px;
}
#page div.product .single_add_to_cart_button.button.alt:hover span span {
    transform: translateX(0);
}
#page div.product .single_add_to_cart_button.button.alt > span:after {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e913";
    font-size: 8px;
    font-style: normal;
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: none;
    border-radius: 0%;
    margin-left: 8px;
    border-color: #012694;
    transition: opacity .3s cubic-bezier(0.215, 0.61, 0.355, 1), transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translateX(-9px);
}
#page div.product .single_add_to_cart_button.button.alt:hover > span:after {
    opacity: 1;
    transform: translateX(0);
}
.woocommerce #page a.button.alt.disabled,
.woocommerce #page button.button.alt.disabled,
.woocommerce #page input.button.alt.disabled,
.woocommerce #page #respond input#submit.alt.disabled,
.woocommerce #page #content input.button.alt.disabled,
.woocommerce-page #page a.button.alt.disabled,
.woocommerce-page #page button.button.alt.disabled,
.woocommerce-page #page input.button.alt.disabled,
.woocommerce-page #page #respond input#submit.alt.disabled,
.woocommerce-page #page #content input.button.alt.disabled {
    opacity: .5;
}
.woocommerce #page a.button.alt.disabled:hover,
.woocommerce #page button.button.alt.disabled:hover,
.woocommerce #page input.button.alt.disabled:hover,
.woocommerce #page #respond input#submit.alt.disabled:hover,
.woocommerce #page #content input.button.alt.disabled:hover,
.woocommerce-page #page a.button.alt.disabled:hover,
.woocommerce-page #page button.button.alt.disabled:hover,
.woocommerce-page #page input.button.alt.disabled:hover,
.woocommerce-page #page #respond input#submit.alt.disabled:hover,
.woocommerce-page #page #content input.button.alt.disabled:hover {
    opacity: .5;
    background: #012694;
    border-color: #012694;
}
.woocommerce #page #content .woocommerce #respond input#submit.disabled:hover,
.woocommerce #page #content .woocommerce #respond input#submit:disabled:hover,
.woocommerce #page #content .woocommerce #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,
.woocommerce-page #page #content .woocommerce #respond input#submit.disabled:hover,
.woocommerce-page #page #content .woocommerce #respond input#submit:disabled:hover,
.woocommerce-page #page #content .woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce-page #page #content .woocommerce a.button.disabled:hover,
.woocommerce-page #page #content .woocommerce a.button:disabled:hover,
.woocommerce-page #page #content .woocommerce a.button:disabled[disabled]:hover,
.woocommerce-page #page #content .woocommerce button.button.disabled:hover,
.woocommerce-page #page #content .woocommerce button.button:disabled:hover,
.woocommerce-page #page #content .woocommerce button.button:disabled[disabled]:hover,
.woocommerce-page #page #content .woocommerce input.button.disabled:hover,
.woocommerce-page #page #content .woocommerce input.button:disabled:hover,
.woocommerce-page #page #content .woocommerce input.button:disabled[disabled]:hover{
    opacity: 1;
    border-color: #000;
    background-color: #000;
}
#page .quantity .plus,
#page #content .quantity .plus {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    top: 1px;
    border-bottom: none;
}
#page .quantity .minus,
#page #content .quantity .minus {
    bottom: 2px;
}
#page .shop_table .quantity .minus,
#page #content .shop_table .quantity .minus {
    bottom: 2px;
}
.woocommerce-cart #page .wc-proceed-to-checkout a.checkout-button {
    float: right;
    margin-bottom: 0;
}
#page a.button.alt,
#page button.button.alt,
#page input.button.alt,
#page #respond input#submit.alt,
#page #respond #submit.alt,
#page #content input.button.alt {
    background: #012694;
    border-color: #012694;
    box-shadow: none;
    border-radius: 0;
    padding: 14px 23px 16px;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    text-shadow: none;
    letter-spacing: 0;
    color: #fff;
    min-width: 166px;
    float: left;
    box-sizing: border-box;
    font-family: inherit;
}
#page button.button span,
#page a.button span {
    display: inline-block;
    transition: opacity .3s cubic-bezier(0.215, 0.61, 0.355, 1), transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateX(9px);
}
#page button.button:hover span,
#page a.button:hover span {
    transform: translateX(0);
}
#page button.button:after,
#page a.button:after {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e913";
    font-size: 8px;
    font-style: normal;
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: none;
    border-radius: 0%;
    margin-left: 8px;
    border-color: #012694;
    transition: opacity .3s cubic-bezier(0.215, 0.61, 0.355, 1), transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translateX(-9px);
}
#page button.button:hover:after,
#page a.button:hover:after {
    opacity: 1;
    transform: translateX(0);
}
#page a.button.alt:hover,
#page button.button.alt:hover,
#page input.button.alt:hover,
#page #respond input#submit.alt:hover,
#page #respond #submit.alt:hover,
#page #content input.button.alt:hover {
    color: #fff;
    background: #000;
    border-color: #000;
}
#page a.button,
#page button.button,
#page input.button,
#page #respond input#submit,
#page #respond #submit,
#page #content input.button {
    background: #000;
    border-color: #000;
    box-shadow: none;
    border-radius: 30px;
    padding: 14px 23px 16px;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    text-shadow: none;
    letter-spacing: 0;
    color: #fff;
    min-width: 166px;
    float: left;
    box-sizing: border-box;

    transition: all ease .1s;
}
#page #respond input#submit,
#page #respond #submit {
    padding: 14px 23px 16px;
}
#page #respond input#submit.added:after,
#page #respond #submit.added:after,
#page a.button.added:after,
#page button.button.added:after,
#page input.button.added:after {
    position: relative;
    display: none;
}
#page #respond input#submit.loading:after,
#page #respond #submit.loading:after,
#page a.button.loading:after,
#page button.button.loading:after,
#page input.button.loading:after {
    font-family: 'icomoon';
    content: '\e800';
    vertical-align: bottom;
    margin-left: .53em;
    position: initial;
    top: auto;
    right: auto;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;

    display: none;
}
#page ul.products li.product a.button {
    background: #012694;
    border-color: #012694;
    box-shadow: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    min-width: 131px;
    box-sizing: border-box;
    padding: 7px 13px 9px;

    display: none;
}
#page #respond input#submit,
#page #respond #submit,
#page a.button,
#page button.button,
#page input.button {
    background: rgba(0,0,0,.85);
    border-color: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 14px 23px 16px;
    text-transform: none;
    font-size: 16px;
    font-weight: 400;
    text-shadow: none;
    letter-spacing: 0;
    color: #fff;
    min-width: 166px;
    float: none;
    box-sizing: border-box;
    font-family: inherit;
}
#page #respond input#submit,
#page #respond #submit {
    padding: 8px 33px 11px;
}
#page #respond input#submit:hover,
#page #respond #submit:hover,
#page a.button:hover,
#page button.button:hover,
#page input.button:hover {
    color: #fff;
    background-color: #000;
}
#page #respond input#submit,
#page #respond #submit {
    border: 1px solid transparent;
    background: rgba(0,0,0,.85);
    color: #fff;
    min-width: 131px;
    box-sizing: border-box;
    line-height: 1.3;
    padding: 6px 21px 8px;
    font-size: 13px;
}
#page #respond #submit span {
    display: inline-block;
    transition: opacity .3s cubic-bezier(0.215, 0.61, 0.355, 1), transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: none;
}
#page #respond #submit:after {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e913";
    font-size: 8px;
    font-style: normal;
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: none;
    border-radius: 0%;
    margin-left: 8px;
    border-color: #012694;
    transition: opacity .3s cubic-bezier(0.215, 0.61, 0.355, 1), transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: none;

    display: none;
}
#page #respond #submit:hover span {
    transform: translateX(0);
}
#page #respond #submit:hover:after {
    opacity: 1;
    transform: translateX(0);
}
#page #respond input#submit:hover,
#page #respond #submit:hover {
    color: #fff;
    background: #000;
}
#page ul.products li.product a.button:hover {
    color: #fff;
    background-color: #000;
}
#page ul.products li.product:hover a.button {}
#page .widget-area a.button,
#page .widget-area button.button,
#page .widget-area input.button,
#page .widget-area #respond input#submit,
#page .widget-area #respond #submit,
#page .widget-area #content input.button {
    padding: 0px 18px 2px;
}
#page a.button:hover,
#page button.button:hover,
#page input.button:hover,
#page #content input.button:hover {
    color: #fff;
    border-color: #000;
    background-color: #000;
}
#page .return-to-shop a.button {
    color: #012694;
    background: #fff;
    border-color: #fff;
}
#page a.button:active,
#page button.button:active,
#page input.button:active,
#page #respond input#submit:active,
#page #respond #submit:active,
#page #content input.button:active {
    top: 0;
}
#page ul.products li.product {
    text-align: center;
    background: transparent;
    border-radius: 0;
}
#page .wc-backward a:before,
#page .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 {
    display: none;
}

#page .woocommerce-ordering,
#page .woocommerce-result-count {
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
}

.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 */
#page div.product span.price,
#page div.product p.price,
#page #content div.product span.price,
#page #content div.product p.price {
    font-size: 35px;
    color: #000;
    margin-bottom: 8px;
    font-weight: 400;
}
#page div.product div.images img,
#page #content div.product div.images img {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    transition: all ease .1s;
    -webkit-backface-visibility: hidden;
}
.woocommerce-lightbox-enabled #page div.product div.images .woocommerce-main-image img,
.woocommerce-lightbox-enabled #page #content div.product div.images .woocommerce-main-image img {
    transition: none;
}
#page div.product div.images a,
#page #content div.product div.images a {
    float: left;
}
#page div.product div.images .thumbnails a:hover,
#page #content div.product div.images .thumbnails a:hover {
    opacity: 1;
}
#page div.product div.images,
#page #content div.product div.images {
    width: 48%;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
.slider-for {
    margin: 0;
    list-style: none;
}
#page div.product div.summary,
#page #content div.product div.summary {
    width: 48.2%;
    margin-bottom: 1.55em;
    margin-top: 32px;
}
#page #content div.product .product_title,
#page div.product .product_title {
    font-size: 50px;
    text-align: left;
}
#page 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: #fafafa;
}
.single-product .related-products-wrapper {
    max-width: 1170px;
    margin: 100px auto;
    overflow: hidden;
}
.related-products-wrapper .owl-nav.disabled + .owl-dots {
    margin-top: 25px;
}
.related-products-wrapper .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.related-products-wrapper .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.related-products-wrapper .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 5px 10px;
    background: #666;
    border: 2px solid #666;
    opacity: .5;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease, background 200ms ease, border-color 200ms ease;
    -moz-transition: opacity 200ms ease, background 200ms ease, border-color 200ms ease;
    -ms-transition: opacity 200ms ease, background 200ms ease, border-color 200ms ease;
    -o-transition: opacity 200ms ease, background 200ms ease, border-color 200ms ease;
    transition: opacity 200ms ease, background 200ms ease, border-color 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.related-products-wrapper .owl-dots .owl-dot:hover span {
    opacity: 1;
}
.related-products-wrapper .owl-dots .owl-dot.active span {
    background: transparent;
    border-color: #012694;
    opacity: 1;
}
.single-product .upsells .products {
    margin-bottom: 0;
}
#page div.product div.images div.thumbnails a,
#page #content div.product div.images div.thumbnails a {
    width: auto;
    margin-right: 0;
}
#page div.product div.images div.thumbnails li,
#page #content div.product div.images div.thumbnails li {
    float: left;
    width: auto;
    margin-right: 14px;
}
.woocommerce #page div.product div.images div.thumbnails li {
    position: relative;
    max-width: 42px;
}
.woocommerce #page div.product div.images div.thumbnails .slider-nav {
    margin: 0 -16px 0 0;
}
.woocommerce #page div.product div.images div.thumbnails .slider-nav li {
    margin: 0 16px 0 0;
    float: none;
    display: inline-block;
}
.woocommerce #page div.product div.images div.thumbnails li:before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    background: rgba(0, 0, 0, .1);
    visibility: visible;
    opacity: 1;
    z-index: -1;
    transition: all ease .2s;
    bottom: 0;
    z-index: 1;
}
.woocommerce #page div.product div.images div.thumbnails .slick-slide:hover:before {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    background: rgba(0, 0, 0, .1);
    width: 100%;
}
.woocommerce #page div.product div.images div.thumbnails li:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    background: #012694;
    visibility: visible;
    opacity: 1;
    z-index: -1;
    transition: all ease .2s;
    bottom: 0;
    z-index: 1;
}
.woocommerce #page div.product div.images div.thumbnails .slick-current:after {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    background: #012694;
    width: 100%;
}
#page ul.products li.product .price {
    font-size: 16px;
    color: #999;
    clear: both;
    font-weight: 400;
}
#page .woocommerce ul.products li.product .price {
    font-size: 14px;
    color: #000;
    clear: both;
    font-weight: 400;
    margin-top: 16px;
}
.woocommerce #page ul.products li.product .price del,
#page .woocommerce ul.products li.product .price del {
    opacity: 1;
    color: #999;
    font-weight: 400;
    display: inline-block;
    margin-right: 16px;
}
.woocommerce #page ul.products li.product .price ins,
#page .woocommerce ul.products li.product .price ins {
    font-weight: 400;
}
.woocommerce #page div.product p.price del,
.woocommerce #page div.product span.price del {
    opacity: 1;
    color: #bcbcbc;
    font-weight: 400;
    margin-right: 16px;
}
.woocommerce #page div.product p.price ins,
.woocommerce #page div.product span.price ins {
    font-weight: 400;
}
#page .woocommerce span.onsale,
.woocommerce #page 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: #84ce8b;
    border: 1px solid #84ce8b;
}
.single-product.woocommerce #page span.onsale {
    display: none;
}
#tab-description h2,
.related h2 {
    margin: 16px auto 35px;
    text-align: center;
}
.related h2 {
    margin: 16px auto 31px;
}
.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;
}
#page div.product .woocommerce-tabs ul.tabs,
#page #content div.product .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid #efefef;
    padding: 0;
    margin: 0;
    overflow: visible;
}
#page #content div.product .woocommerce-tabs .panel,
#page div.product .woocommerce-tabs .panel {
    padding: 30px;
    border: 1px solid transparent;
    margin-bottom: 31px;
}
#page div.product .woocommerce-tabs ul.tabs:before,
#page #content div.product .woocommerce-tabs ul.tabs:before {
    border-bottom: none;
    display: none;
}
#page div.product .woocommerce-tabs ul.tabs li,
#page #content 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;
}
#page div.product .woocommerce-tabs ul.tabs li.active,
#page #content div.product .woocommerce-tabs ul.tabs li.active {
    background: #f7f7f7;
    border-color: transparent;
    border-bottom-color: #012694;
}
#page div.product .woocommerce-tabs ul.tabs li:before,
#page #content 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;
}
#page div.product .woocommerce-tabs ul.tabs li:after,
#page #content 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;
}
#page div.product .woocommerce-tabs ul.tabs li a,
#page #content 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;
}
#page div.product .woocommerce-tabs ul.tabs li a:before,
#page #content 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;
}
#page div.product .woocommerce-tabs ul.tabs li:first-child a:before,
#page #content div.product .woocommerce-tabs ul.tabs li:first-child a:before {
    display: none;
}
#page div.product .woocommerce-tabs ul.tabs li.active a,
#page #content div.product .woocommerce-tabs ul.tabs li.active a {
    border-color: transparent;
}
#page div.product form.cart .variations label,
#page #content div.product form.cart .variations label {
    font-weight: normal;
    color: #000;
}
#page div.product form.cart .variations select {
    max-width: 300px;
    min-width: auto;
    display: inline-block;
    margin-right: 1em;
}
.woocommerce #page form .form-row,
.woocommerce-page #page form .form-row {
    padding: 3px 0;
}
.woocommerce-page #page .shipping-calculator-form button.button {
    margin-top: 3px;
    min-width: 131px;
    line-height: 1.3;
    padding: 7px 21px 9px;
    font-size: 13px;
}

/* WooCommerce Single Product Accordion */
#page .product .woocommerce-accordion {
    clear: both;
    width: 100%;
    float: none;
    max-width: 1170px;
    margin: 100px auto;
    overflow: hidden;
}
#page .product .wc-accordion {
    list-style: none;
    margin: 0 auto 16px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 18px;
    line-height: 1.4446;
    counter-reset: counter;
}
#page .product .wc-accordion p {
    margin-bottom: 12px;
}
#page .product .wc-accordion h4 {
    margin-bottom: 5px;
}
#page .product .wc-accordion > li {
    padding: 0;
    border-top: 1px solid #e1e1e1;
    display: inline-block;
    width: 100%;
    position: relative;
}
#page .product .wc-accordion > li:before {
    content: counter(counter);
    counter-increment: counter;
    position: absolute;
    left: 0;
    top: 44px;
    border: 1px solid rgba(0,0,0,.1);
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 2;
    font-size: 16px;
    border-radius: 50%;
    color: #000;
    font-weight: 400;
}
#page .product .wc-accordion > li > a {
    display: block;
    padding: 30px 60px 30px;
    text-transform: none;
    letter-spacing: 0;
    font-size: 50px;
    line-height: 1.125;
    font-weight: 400;
    color: #000;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    transition: all ease .2s;
}
#page .product .wc-accordion > li > a:hover {
    color: #012694;
}
#page .product .wc-accordion > li > a:hover .controls-icon:before,
#page .product .wc-accordion > li > a:hover .controls-icon:after {
    border-color: #012694;
}
#page .product .wc-accordion li a .controls-icon {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 25px;
    left: auto;
    transition: all ease .2s;
    transform-style: preserve-3d;
    height: 18px;
    width: 18px;
    transform: translateY(-50%);
    z-index: -1;
}
#page .product .wc-accordion li a .controls-icon:before {
    content: '';
    display: block;
    box-sizing: border-box;
    border-style: solid;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 2px 0 0;
    border-color: #999;
    border-width: 1px 0 0;
    width: 18px;
    transform: translateY(-50%) scale(1);
    transition: all .2s ease;
}
#page .product .wc-accordion li a .controls-icon:after {
    content: '';
    display: block;
    box-sizing: border-box;
    border-style: solid;
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 0;
    transform: translateX(-50%);
    border-width: 0 0 0 2px;
    border-color: #999;
    border-width: 0 0 0 1px;
    transition: all .2s ease;
}
#page .product .wc-accordion .active a .controls-icon {
    transform: translateY(-50%) rotate(90deg);
}
#page .product .wc-accordion .active a .controls-icon:before {
    transform: translateY(-50%) scale(0);
}
#page .product .woocommerce-Reviews-title,
#page .product .woocommerce-accordion .accordion-panel-inner > .entry-content > h2 {
    display: none;
}
#page .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-left: 60px;
    padding-right: 98px;
    position: relative;
}
#page .product .wc-accordion > li .wc-accordion-panel:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    background-image: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
    z-index: 100;
}
#page .product .wc-accordion > .description_tab .accordion-panel-inner {
    margin-left: 15px;
    margin-right: 15px;
}
#page .product .wc-accordion > .active .wc-accordion-panel {
    max-height: 5000px;
}
#page .product .woocommerce-accordion .accordion-panel-inner {
    padding: 30px 0;
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity .3s, transform .3s;
}
#page .product .woocommerce-accordion .wc-accordion > .active .wc-accordion-panel .accordion-panel-inner {
    opacity: 1;
    transform: translateY(0);
}

.woocommerce #page table.shop_attributes {
    border-top: 1px solid #e1e1e1;
}
.woocommerce #page table.shop_attributes td,
.woocommerce #page table.shop_attributes th {
    border-bottom: 1px solid #e1e1e1;
    box-sizing: border-box;
    border-left: none;
}
.woocommerce #page table.shop_attributes th {
    font-weight: 400;
    min-width: 250px;
    padding: 12px 20px;
}
.woocommerce #page table.shop_attributes td {
    font-style: normal;
}
.woocommerce #page table.shop_attributes td p {
    margin: 0;
    padding: 30px 0;
}
.woocommerce #page #review_form #respond {
    width: 100%;
}
.woocommerce #page #reviews #comments ol.commentlist li {
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
    padding-bottom: 16px;
}
.woocommerce #page #reviews #comments ol.commentlist li .comment_container {
    padding-top: 1.65em;
}
.woocommerce #page #reviews #comments ol.commentlist li:first-of-type .comment_container {
    padding-top: 0;
}
.woocommerce #page #reviews #comments {
    margin-bottom: 1.65em;
}
.woocommerce #page #reviews #comment {
    height: 115px;
}
.woocommerce #page #respond .comment-form-author,
.woocommerce #page #respond .comment-form-email,
.woocommerce #page #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 #page .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page #page .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 #b2b2b2;
    background: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.woocommerce #page .price_slider_amount button.button {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    float: left;
    min-width: auto;
    color: #012694;
    padding: 0;
    margin-top: 7px;
}
.woocommerce #page .price_slider_amount button.button:after {
    content: '';
    background: #012694;
    display: block;
    margin: auto;
    width: 0%;
    height: 1px;
    transition: width .3s ease, background .3s ease;
    position: absolute;
    bottom: -1px;
    opacity: 1;
    transform: none;
}
.woocommerce #page .price_slider_amount button.button:hover:after {
    width: 100%;
}
.woocommerce #page .price_slider_amount button.button:hover {
    color: #012694;
    background: transparent;
    border-color: transparent;
}
.woocommerce #page .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page #page .widget_price_filter .ui-slider .ui-slider-range {
    background: #b2b2b2;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.woocommerce #page .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page #page .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #012694;
}
.woocommerce #page .widget_price_filter .ui-slider-horizontal {
    height: .2em;
}
.woocommerce #page ul.cart_list li img,
.woocommerce #page ul.product_list_widget li img,
.woocommerce-page #page ul.cart_list li img,
.woocommerce-page #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 #page ul.cart_list li a,
.woocommerce #page ul.product_list_widget li a,
.woocommerce-page #page ul.cart_list li a,
.woocommerce-page #page ul.product_list_widget li a {
    font-weight: 400;
    border: none;
    padding-bottom: 0;

    transition: none;
}
.woocommerce #page ul.cart_list li a span,
.woocommerce #page ul.product_list_widget li a span,
.woocommerce-page #page ul.cart_list li a span,
.woocommerce-page #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 #page ul.cart_list li a:hover span,
.woocommerce #page ul.product_list_widget li a:hover span,
.woocommerce-page #page ul.cart_list li a:hover span,
.woocommerce-page #page ul.product_list_widget li a:hover span {
    border-color: #000;
}
.woocommerce #page ul.cart_list li .amount,
.woocommerce #page ul.product_list_widget li .amount,
.woocommerce-page #page ul.cart_list li .amount,
.woocommerce-page #page ul.product_list_widget li .amount {
    line-height: 1.825em;
    color: #000;
}
.woocommerce #page ul.cart_list li,
.woocommerce #page ul.product_list_widget li,
.woocommerce-page #page ul.cart_list li,
.woocommerce-page #page ul.product_list_widget li {
    padding: 0;
    margin: 0 0 0.912em;
}
.woocommerce #page ul.cart_list li:first-child,
.woocommerce #page ul.product_list_widget li:first-child,
.woocommerce-page #page ul.cart_list li:first-child,
.woocommerce-page #page ul.product_list_widget li:first-child {
    padding: 0;
}
.woocommerce #page .widget_price_filter .price_slider_amount,
.woocommerce-page #page .widget_price_filter .price_slider_amount {
    line-height: 1.825;
    font-size: 13px;
}
.woocommerce #page .widget_price_filter .price_slider_amount .price_label {
    line-height: 2.525;
    height: 34px;
}
.woocommerce #page .widget_layered_nav ul li,
.woocommerce-page #page .widget_layered_nav ul li {
    padding: 0;
    margin: 0 0 5px;
}
.woocommerce #page .widget_layered_nav ul li .count,
.woocommerce-page #page .widget_layered_nav ul li .count {
    display: none;
}
.woocommerce #page .widget_layered_nav ul li a,
.woocommerce-page #page .widget_layered_nav ul li a,
.woocommerce #page .widget_layered_nav ul li span,
.woocommerce-page #page .widget_layered_nav ul li span {
    padding: 0;
}

/* WooCommerce Related Products Owl Carousel */
.woocommerce #page .related ul.products.owl-carousel li.product,
.woocommerce-page #page .related ul.products.owl-carousel li.product {
    width: 100%;
    margin: 0 auto 30px;
    max-width: 356.66px;
    float: none;
    background: transparent;
}
.woocommerce #page .related ul.products.owl-carousel li.product a {
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    background: #fff;
}
.woocommerce #page .related .owl-next,
.woocommerce #page .related .owl-prev {
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce #page .related .owl-next {
    float: right;
}
.woocommerce #page .related .owl-prev {
    float: left;
}
.woocommerce #page .related .owl-next:before,
.woocommerce #page .related .owl-prev:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 38px;
    font-style: normal;
    color: #ccc;
    vertical-align: middle;
    transition: all linear .1s;
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
}
.woocommerce #page .related .owl-next:hover:before,
.woocommerce #page .related .owl-prev:hover:before {
    color: #838d8f;
    opacity: .8;
}
.woocommerce #page .related .owl-next:before {
    content: "\e91a";
}
.woocommerce #page .related .owl-prev:before {
    content: "\e919";
}

/* WooCommerce pagination */
.woocommerce #page nav.woocommerce-pagination ul,
.woocommerce #page #content nav.woocommerce-pagination ul,
.woocommerce-page #page nav.woocommerce-pagination ul,
.woocommerce-page #page #content nav.woocommerce-pagination ul {
    border: none;
    margin: 0;
    padding-top: 0;
}
.woocommerce #page nav.woocommerce-pagination ul li,
.woocommerce #page #content nav.woocommerce-pagination ul li,
.woocommerce-page #page nav.woocommerce-pagination ul li,
.woocommerce-page #page #content nav.woocommerce-pagination ul li {
    border: none;
    margin: 0 0 0 53px;
    overflow: visible;
}
.woocommerce #page nav.woocommerce-pagination ul li:first-child,
.woocommerce #page #content nav.woocommerce-pagination ul li:first-child,
.woocommerce-page #page nav.woocommerce-pagination ul li:first-child,
.woocommerce-page #page #content nav.woocommerce-pagination ul li:first-child {
    margin-left: 0;
}
.woocommerce #page nav.woocommerce-pagination ul li span,
.woocommerce-page #page nav.woocommerce-pagination ul li span {
    border: none;
}
.woocommerce #page nav.woocommerce-pagination ul li a,
.woocommerce #page nav.woocommerce-pagination ul li span,
.woocommerce #page #content nav.woocommerce-pagination ul li a,
.woocommerce #page #content nav.woocommerce-pagination ul li span,
.woocommerce-page #page nav.woocommerce-pagination ul li a,
.woocommerce-page #page nav.woocommerce-pagination ul li span,
.woocommerce-page #page #content nav.woocommerce-pagination ul li a,
.woocommerce-page #page #content nav.woocommerce-pagination ul li span {
    border-bottom: 0;
    color: #000;
    padding: 0;
    min-width: initial;
    font-size: 16px;
    line-height: 1.625em;
    font-weight: 400;
    text-transform: none;
}
.woocommerce #page nav.woocommerce-pagination ul li a.next,
.woocommerce-page #page nav.woocommerce-pagination ul li a.next,
.woocommerce #page nav.woocommerce-pagination ul li a.prev,
.woocommerce-page #page nav.woocommerce-pagination ul li a.prev {}
.woocommerce #page nav.woocommerce-pagination ul li a.next i,
.woocommerce-page #page nav.woocommerce-pagination ul li a.next i,
.woocommerce #page nav.woocommerce-pagination ul li a.prev i,
.woocommerce-page #page nav.woocommerce-pagination ul li a.prev i {
    font-style: normal;
}
.woocommerce #page nav.woocommerce-pagination ul li a.next i:before,
.woocommerce-page #page nav.woocommerce-pagination ul li a.next i:before,
.woocommerce #page nav.woocommerce-pagination ul li a.prev i:before,
.woocommerce-page #page nav.woocommerce-pagination ul li a.prev i:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-style: normal;
    color: #000;
    vertical-align: middle;
    margin: 0;
    opacity: 1;
    position: relative;
    transition: all ease .1s;
}
.woocommerce #page nav.woocommerce-pagination ul li a.next i:before,
.woocommerce-page #page nav.woocommerce-pagination ul li a.next i:before {
    content: "\e90c";
}
.woocommerce #page nav.woocommerce-pagination ul li a.prev i:before,
.woocommerce-page #page nav.woocommerce-pagination ul li a.prev i:before  {
    content: "\e90b";
}
.woocommerce #page nav.woocommerce-pagination ul li a.next .next-wrapper,
.woocommerce-page #page nav.woocommerce-pagination ul li a.next .next-wrapper,
.woocommerce #page nav.woocommerce-pagination ul li a.prev .prev-wrapper,
.woocommerce-page #page nav.woocommerce-pagination ul li a.prev .prev-wrapper {
    display: none;
}
.woocommerce #page nav.woocommerce-pagination ul li a.next:hover,
.woocommerce-page #page nav.woocommerce-pagination ul li a.next:hover,
.woocommerce #page nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce-page #page nav.woocommerce-pagination ul li a.prev:hover,
.woocommerce #page nav.woocommerce-pagination ul li a.prev:focus,
.woocommerce-page #page nav.woocommerce-pagination ul li a.prev:focus {
    background: transparent;
    color: #000;
    border-color: rgba(0, 0, 0, 0);
}
.woocommerce #page nav.woocommerce-pagination ul li a.next:hover i:before,
.woocommerce-page #page nav.woocommerce-pagination ul li a.next:hover i:before,
.woocommerce #page nav.woocommerce-pagination ul li a.prev:hover i:before,
.woocommerce-page #page nav.woocommerce-pagination ul li a.prev:hover i:before,
.woocommerce #page nav.woocommerce-pagination ul li a.prev:focus i:before,
.woocommerce-page #page nav.woocommerce-pagination ul li a.prev:focus i:before {
    color: #000;
}
.woocommerce #page nav.woocommerce-pagination ul li span.current,
.woocommerce-page #page nav.woocommerce-pagination ul li span.current {
    background: transparent;
    color: #999;
    font-weight: 400;
    border-color: transparent;
}
.woocommerce #page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #page nav.woocommerce-pagination ul li a:hover,
.woocommerce #page nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #page nav.woocommerce-pagination ul li a:focus {
    background: transparent;
    color: #000;
    border-color: rgba(0, 0, 0, 0);
}

.woocommerce #page nav.woocommerce-pagination,
.woocommerce #page #content nav.woocommerce-pagination,
.woocommerce-page #page nav.woocommerce-pagination,
.woocommerce-page #page #content nav.woocommerce-pagination {
    text-align: center;
    line-height: .8;
    margin-top: 50px;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.woocommerce #page nav.woocommerce-pagination ul li a,
.woocommerce #page nav.woocommerce-pagination ul li span {
    display: inline-block;
}

/* WooCommerce Cart */
.woocommerce #page table.cart a.remove,
.woocommerce #page #content table.cart a.remove,
.woocommerce-page #page table.cart a.remove,
.woocommerce-page #page #content table.cart a.remove {
    font-size: 18px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #b2b2b2 !important;
    font-weight: 400;
    padding: 0;
    border: none;
    display: inline-block;
}
.woocommerce #page table.cart a.remove:hover,
.woocommerce #page #content table.cart a.remove:hover,
.woocommerce-page #page table.cart a.remove:hover,
.woocommerce-page #page #content table.cart a.remove:hover {
    background-color: transparent;
    color: #012694 !important;
}
.woocommerce #page table.cart td.actions,
.woocommerce #page #content table.cart td.actions,
.woocommerce-page #page table.cart td.actions,
.woocommerce-page #page #content table.cart td.actions {
    padding: 20px 20px 20px;
    background: #fafafa;
}
#page .woocommerce #content table.cart td.actions .coupon,
#page .woocommerce table.cart td.actions .coupon,
.woocommerce-page #page #content table.cart td.actions .coupon,
.woocommerce-page #page table.cart td.actions .coupon {
    float: left;
}
.woocommerce #page table.cart td.actions .coupon .input-text,
.woocommerce #page #content table.cart td.actions .coupon .input-text,
.woocommerce-page #page table.cart td.actions .coupon .input-text,
.woocommerce-page #page #content table.cart td.actions .coupon .input-text {
    width: 230px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #e1e1e1;
    padding: 3px 11px;
    height: 40px;
    line-height: 18px;
    border-radius: 0;
    margin: 3px 16px 0 0;
    max-width: 230px;
}
.woocommerce #page table.cart td.actions .coupon .input-text:focus,
.woocommerce #page #content table.cart td.actions .coupon .input-text:focus,
.woocommerce-page #page table.cart td.actions .coupon .input-text:focus,
.woocommerce-page #page #content table.cart td.actions .coupon .input-text:focus {
    color: #000;
    border-color: #D0D0D0;
}
#page .woocommerce .order_details li {
    margin-bottom: 16px;
}
.submit-button-wrapper {
    float: left;
    background: #000;
    border-color: #000;
    border-radius: 30px;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
    overflow: hidden;
    position: relative;
    transition: opacity .1s ease;

    min-width: 166px;
    padding: 12px 23px 14px;
    cursor: pointer;
    max-height: 46px;
}
.submit-button-wrapper.alt {
    background: #012694;
    border-color: #012694;
}
.submit-button-wrapper:after {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e913";
    font-size: 8px;
    font-style: normal;
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    border: none;
    border-radius: 0%;
    margin-left: 8px;
    border-color: #012694;
    transition: opacity .3s cubic-bezier(0.215, 0.61, 0.355, 1), transform .3s cubic-bezier(0.215, 0.61, 0.355, 1);
    opacity: 0;
    transform: translateX(-9px);
    color: #fff;
    cursor: pointer;
    position: relative;
}
.submit-button-wrapper.apply_coupon:after {
    top: 1px;
}
.submit-button-wrapper:hover:after {
    opacity: 1;
    transform: translateX(0);
}
.submit-button-wrapper.disabled:hover:after {
    opacity: 0;
}
.submit-button-wrapper input.button:disabled[disabled] {
    opacity: 1;
}
.submit-button-wrapper.disabled {
    opacity: .5;
    cursor: not-allowed;
}
.update_cart {
    float: right;
}
#page #content .submit-button-wrapper .button,
#page #content .submit-button-wrapper .button.alt {
    background: transparent;
    border-color: transparent;
    min-width: auto;

    float: none;
    transform: translateX(9px);
    padding: 2px 0 4px;
}
.submit-button-wrapper:hover {
    background: #000;
    border-color: #000;
}
.submit-button-wrapper.disabled:hover {
    background: #000;
    border-color: #000;
}
.submit-button-wrapper:hover input.button:disabled:hover,
.submit-button-wrapper:hover input.button:disabled[disabled]:hover {
    opacity: 1;
    background: transparent;
    border-color: transparent;
}
.submit-button-wrapper:hover .button {
    transform: translateX(0) !important;
}
.submit-button-wrapper.disabled:hover .button {
    transform: translateX(9px) !important
}
#page .submit-button-wrapper .button {
    margin-bottom: 0;
    float: none;
    line-height: 1;

    background: transparent;
    border-color: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 14px 23px 16px;
    display: inline-block;
    transition: opacity .3s cubic-bezier(0.215, 0.61, 0.355, 1), transform .3s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
    transform: translateX(0);
}
.woocommerce #page table.cart td.actions .button.alt,
.woocommerce #page #content table.cart td.actions .button.alt,
.woocommerce-page #page table.cart td.actions .button.alt,
.woocommerce-page #page #content table.cart td.actions .button.alt {
    margin-left: 6px;
}
.woocommerce #page table.cart img,
.woocommerce #page #content table.cart img,
.woocommerce-page #page table.cart img,
.woocommerce-page #page #content table.cart img {
    width: 42px;
    float: left;
    
    -webkit-backface-visibility: hidden;
    transition: all ease .1s;
}
.woocommerce-page #page #content table.cart a:hover img {
    opacity: 1;
}
.woocommerce #page table.cart .product-thumbnail,
.woocommerce #page #content table.cart .product-thumbnail,
.woocommerce-page #page table.cart .product-thumbnail,
.woocommerce-page #page #content table.cart .product-thumbnail {
    min-width: 42px;
}
.woocommerce #page .cart-collaterals .shipping_calculator,
.woocommerce-page #page .cart-collaterals .shipping_calculator {
    text-align: left;
    margin: 0;
}
.woocommerce #page .cart-collaterals .cart_totals,
.woocommerce-page #page .cart-collaterals .cart_totals {
    text-align: left;
    width: 100%;
    float: left;
}
.woocommerce-page #page .cart-collaterals .cart_totals h2 {
    text-align: center;
    margin-bottom: 16px;
}
.woocommerce #page .cart-collaterals .shipping_calculator .button,
.woocommerce-page #page .cart-collaterals .shipping_calculator .button {
    width: auto;
}
.woocommerce #page .cart-collaterals .cart_totals tr td,
.woocommerce #page .cart-collaterals .cart_totals tr th,
.woocommerce-page #page .cart-collaterals .cart_totals tr td,
.woocommerce-page #page .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #e1e1e1;
    padding: 20px 20px;
}
.woocommerce-page #page .cart-collaterals .cart_totals tr.cart-subtotal th,
.woocommerce-page #page .cart-collaterals .cart_totals tr.cart-subtotal td {
    border-top: none;
}
.woocommerce #page table.shop_table,
.woocommerce-page #page table.shop_table {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-color: #e1e1e1;
    font-size: 100%;
    margin: 0 0 50px;
    border-collapse: collapse;
}
#page .woocommerce-orders-table__cell a.button {
    min-width: 131px;
    padding: 6px 21px 8px;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 1.3;
    text-align: center;
}
.woocommerce-wishlist tfoot {
    display: none;
}
#page #add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart #page .cart-collaterals .cart_totals table,
.woocommerce-checkout #page .cart-collaterals .cart_totals table {
    margin-bottom: 0;
}
#page #add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart #page .wc-proceed-to-checkout,
.woocommerce-checkout #page .wc-proceed-to-checkout {
    padding: 20px 20px 20px;
    border: 1px solid #e1e1e1;
    border-top: none;
    background: #fafafa;
}
.woocommerce-checkout #page .order-total {
    background: #fafafa;
}
.woocommerce #page #content table.cart td,
.woocommerce #page #content table.cart th,
.woocommerce #page table.cart td,
.woocommerce #page table.cart th,
.woocommerce-page #page #content table.cart td,
.woocommerce-page #page #content table.cart th,
.woocommerce-page #page table.cart td,
.woocommerce-page #page table.cart th {
    padding: 20px 20px;
    border-left: none;
}
.woocommerce #page #content table.cart th,
.woocommerce #page table.cart th,
.woocommerce-page #page #content table.cart th,
.woocommerce-page #page table.cart th {
    font-weight: 400;
}
.woocommerce #page table.shop_table td,
.woocommerce-page #page table.shop_table td {
    border-color: #e1e1e1;
    padding: 20px 20px;
    border-left: none;
}
.woocommerce-page #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 #page #customer_login.col2-set {
    width: 100%;
}
.woocommerce-page #page #customer_login.col2-set .col-1,
.woocommerce-page #page #customer_login.col2-set .col-2 {
    width: 48%;
    clear: none;
}
.woocommerce-page #page #customer_login.col2-set .col-2 {
    float: right;
}
.woocommerce #page #customer_login form .form-row-first,
.woocommerce #page #customer_login form .form-row-last,
.woocommerce-page #page #customer_login form .form-row-first,
.woocommerce-page #page form .form-row-last {
    width: 100%;
}
.woocommerce #page #customer_login form .form-row-first,
.woocommerce #page #customer_login form .form-row-last,
.woocommerce-page #page #customer_login form .form-row-first,
.woocommerce-page #page #customer_login form .form-row-last {
    width: 100%;
}
.woocommerce #page form.login,
.woocommerce #page form.register,
.woocommerce-page #page form.login,
.woocommerce-page #page form.register {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
    border: none;
    padding: 0;
    margin: 20px 0 0;
    border: 1px solid #e1e1e1;
    padding: 15px 20px 15px;
    min-height: 300px;
    box-sizing: border-box;
}
.woocommerce-page #page form.login .submit-button-wrapper {
    margin-right: 16px;
}
.woocommerce-checkout.woocommerce-page #page form.login {
    margin: 2em 0;
    min-height: auto;
}
.woocommerce-account #page #customer_login form .form-row {
    padding: 3px 0;
}
.woocommerce-account #page #customer_login form .form-row {
    margin-top: 14px;
}
.woocommerce-account #page #customer_login form .form-row.form-row-wide {
    margin-top: 0;
}
#page form .login-row {
    margin-top: 8px;
}
.woocommerce-account #page #customer_login form .form-row .submit-button-wrapper {
    color: #fff;
    border-color: #012694;
    background: #012694;
}
.woocommerce-account #page #customer_login form .form-row .submit-button-wrapper:hover {
    background: #000;
    border-color: #000;
    opacity: 1;
}
.woocommerce-account #page #customer_login form .form-row .submit-button-wrapper.disabled:hover {
    background: #012694;
    border-color: #012694;
    opacity: .5;
}
.woocommerce-page #page #content .woocommerce .submit-button-wrapper:hover input.button.disabled:hover,
.woocommerce-page #page #content .woocommerce .submit-button-wrapper:hover input.button:disabled:hover,
.woocommerce-page #page #content .woocommerce .submit-button-wrapper:hover input.button:disabled[disabled]:hover {
    background: transparent;
    border-color: transparent;
}
.woocommerce-page #page #content .woocommerce .submit-button-wrapper.disabled:hover input.button.disabled:hover,
.woocommerce-page #page #content .woocommerce .submit-button-wrapper.disabled:hover input.button:disabled:hover,
.woocommerce-page #page #content .woocommerce .submit-button-wrapper.disabled:hover input.button:disabled[disabled]:hover {
    background: transparent;
    border-color: transparent;
}
.woocommerce-account #page #customer_login form .form-row .button:hover {
    background: transparent;
    border-color: transparent;
    opacity: 1;
}
.woocommerce-account #page #customer_login form .form-row .button[disabled]:hover {
    background: #012694;
    border-color: #012694;
}
#page form.login .form-row .inline {
    margin: 6px 0 0;
    display: inline-block;
}
.woocommerce-account #page .lost_password {
    text-align: left;
}
.woocommerce-account #page .lost_password a {}

.cart-empty-wrapper {
    background: #fff;
    padding: 16px 20px 20px;
    border-radius: 5px;
}
.return-to-shop {
    margin-bottom: 6px;
    border-top: 1px solid #efefef;
    padding: 20px 20px 0;
    margin: 0 -20px;
    text-align: center;
    margin-bottom: 6px;
}
.woocommerce-message + .cart-empty-wrapper {
    margin-top: 28px;
}
.empty-cart #to-top {
    display: none;
}

/* WooCommerce checkout */
.woocommerce #page .col2-set,
.woocommerce-page #page .col2-set {
    width: 100%;
    float: left;
}
.woocommerce #page #customer_login.col2-set,
.woocommerce-page #page #customer_login.col2-set {
    background: transparent;
    padding: 0;
    border-radius: 0;
}
.woocommerce-page #page #customer_login.col2-set .col-1,
.woocommerce-page #page #customer_login.col2-set .col-2 {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-sizing: border-box;
    width: 48.9%;
}
.woocommerce #page .col2-set .col-1,
.woocommerce-page #page .col2-set .col-1 {
    width: 100%;
}
.woocommerce #page .col2-set.addresses .col-1,
.woocommerce-page #page .col2-set.addresses .col-1,
.woocommerce #page .col2-set.addresses .col-2,
.woocommerce-page #page .col2-set.addresses .col-2 {}
.woocommerce #page .col2-set.addresses .col-1,
.woocommerce-page #page .col2-set.addresses .col-1 {
    margin-bottom: 0;
}
.woocommerce #page .col2-set .col-2,
.woocommerce-page #page .col2-set .col-2 {
    float: left;
    width: 100%;
    clear: left;
}
.woocommerce-account #page .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: 16px;
}
#page .woocommerce .order-actions a.button {
    color: #012694;
    text-transform: none;
    font-weight: 400;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 12px;
}
#page .woocommerce .order-actions a.button:hover {
    color: #2361DB;
    opacity: 1;
    border: none;
}
#page .woocommerce .order .order-number a {
    padding: 0;
}
.woocommerce #page .col2-set.addresses,
.woocommerce-page #page .col2-set.addresses {
    border-radius: 0;
    background: transparent;
    padding: 0;
}
#order_review {
    z-index: 50;
    width: 100%;
    float: left;
}
.woocommerce #page table.shop_table tfoot td,
.woocommerce #page table.shop_table tfoot th,
.woocommerce-page #page table.shop_table tfoot td,
.woocommerce-page #page table.shop_table tfoot th {
    font-weight: 400;
    border-color: #efefef;
}
.woocommerce-page #page table.shop_table tfoot .shipping td,
.shipping td {
    font-family: inherit;
}
.woocommerce #order_review_wrapper #order_review_wrappertable.shop_table tfoot td,
.woocommerce #order_review_wrapper table.shop_table tfoot th,
.woocommerce-page #order_review_wrapper table.shop_table tfoot td,
.woocommerce-page #order_review_wrapper table.shop_table tfoot th {
    border-top: 1px solid rgba(0,0,0,0.07);
}
.woocommerce #page #payment ul.payment_methods,
.woocommerce-page #page #payment ul.payment_methods {
    border-bottom: none;
    padding: 1em 0;
}
.woocommerce-checkout #page #payment ul.payment_methods li img {
    width: auto;
    max-width: 100px;
}
.woocommerce form .form-row #order_comments {
    height: auto;
    min-height: 1px;
}
.woocommerce-checkout #page #payment ul.payment_methods li input {
    margin: 0 6px 0 0;
    vertical-align: middle;
}
#page .input-radio-custom,
#page .shipping_method {
    display: none;
}
#page .woocommerce ul#shipping_method .amount {
    font-weight: 400;
}
#page .input-radio-custom + label,
#page .shipping_method + label {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #777;
}
#page .input-radio-custom + label:before,
#page .shipping_method + label:before {
    content: "";
    position: absolute;
    display: block;
    border: 6px solid #eaeaea;
    background: #eaeaea;
    cursor: pointer;
    top: 50%;
    margin-top: -8px;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all ease .2s;
}
#page .input-radio-custom + label:after,
#page .shipping_method + label:after {
    content: "";
    position: absolute;
    display: block;
    border: none;
    background: #282828;
    cursor: pointer;
    top: 50%;
    margin-top: -2px;
    left: 6px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all ease .2s;
    opacity: 0;
    transform: scale(0);
}
#page .input-radio-custom:checked + label:hover,
#page .shipping_method:checked + label:hover {
    opacity: 1;
}
#page .input-radio-custom:checked + label:before,
#page .shipping_method:checked + label:before {
    background: #eaeaea;
}
#page .input-radio-custom:checked + label:after,
#page .shipping_method:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
#page .input-checkbox-custom {
    display: none;
}
#content .input-checkbox-custom + label {
    position: relative;
    padding-left: 30px;
    font-size: 13px;
    color: #777;
    top: 2px;
    transition: opacity ease .1s;
}
#page .input-checkbox-custom + label:before {
    content: "";
    position: absolute;
    display: block;
    border: none;
    box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.07);
    background: #eee;
    cursor: pointer;
    top: 50%;
    margin-top: -8px;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 4px;
    box-sizing: border-box;
    transition: all ease .2s;
}
#page .input-checkbox-custom + label:hover {
    color: #000;
}
#page .input-checkbox-custom:checked + label:hover {
    opacity: 1;
}
#page .input-checkbox-custom:checked + label:before {
    background: rgb(136, 214, 143);
}
#page .input-checkbox-custom + label:after {
    line-height: 1;
    vertical-align: middle;
    speak: none;
    font-variant: normal;
    text-transform: none;
    font-family: 'icomoon';
    content: attr(data-icon);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-size: 9px;
    transition: all ease .1s;
    float: left;
    text-indent: 0;
    margin-left: 0;
    content: '\e92e';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 4px;
    opacity: 0;
    transform: scale(0);
    transition-delay: 0s;
}
#page .input-checkbox-custom:checked + label:after {
    opacity: 1;
    transform: scale(1);
    transition-delay: .1s;
}
.woocommerce form .form-row .shipping-calculator-form .select2-container {
    width: 50%;
}
.woocommerce-shipping-calculator {
    width: 50%;
    display: inline-block;
}
.shipping-calculator-form {
    text-align: left;
}

#page .woocommerce-shipping-calculator .select2-container .select2-selection--single {
    height: 34px;
    line-height: 35px;
    font-size: 12px;
}
#page .woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}
.woocommerce-cart.woocommerce-page .select2-results {
    font-size: 12px;
}
.woocommerce-cart.woocommerce-page .select2-search input {
    font-size: 12px;
}
#page .woocommerce-shipping-calculator  .select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    line-height: 34px;
    font-size: 5px;
    top: -3px;
    margin-left: 3px;
}
.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;
}
#page .woocommerce form .form-row label,
#page .woocommerce-page form .form-row label {
    font-size: 14px;
}
#page .woocommerce form .form-row label,
#page .woocommerce-page form .form-row .input-checkbox-custom + label {
    font-size: 13px;
}
#page .woocommerce form .form-row.woocommerce-invalid label {
    color: #f00;
}
#page .woocommerce-password-strength.short,
#page .woocommerce-password-strength.bad,
#page .woocommerce-password-strength.good,
#page .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;
}
#page .woocommerce-password-strength.bad {
    background-color: #ff9966;
    border-color: #ff9966;
}
#page .woocommerce-password-strength.good {
    background-color: #ffcc66;
    border-color: #ffcc66;
}
#page .woocommerce-password-strength.strong {
    background-color: #8fd896;
    border-color: #8fd896;
}
.input-wrapper {
    position: relative;
    display: block;
}
.input-wrapper .input-text {
    padding-left: 43px;
}
.username-icon,
.password-icon {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    line-height: 1;
    left: 13px;
    transform: translateY(50%);
}
.woocommerce form .form-row .username-icon:before,
.woocommerce form .form-row .password-icon:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-style: normal;
    vertical-align: middle;
    color: #ccc;
}
.woocommerce form .form-row .username-icon:before {
    content: "\e074";
}
.woocommerce form .form-row .password-icon:before {
    content: "\e936";
}
#page .woocommerce form .form-row label #rememberme,
#page .woocommerce-page form .form-row label #rememberme {
    vertical-align: middle;
}
.woocommerce #page form .form-row-first,
.woocommerce #page form .form-row-last,
.woocommerce-page #page form .form-row-first,
.woocommerce-page #page form .form-row-last {
    width: 48.41%;
}
.woocommerce form #page .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page #page form .form-row.validate-required.woocommerce-invalid input.input-text {
    background-image: none;
}
.woocommerce form #page .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page #page form .form-row.validate-required.woocommerce-invalid input.input-text {
    background-image: none;
}
#page .woocommerce form .form-row.woocommerce-validated .select2-container,
#page .woocommerce form .form-row.woocommerce-validated input.input-text,
#page .woocommerce form .form-row.woocommerce-validated select {}
#page .woocommerce form .form-row .required {
    color: #ff6666;
}
.woocommerce #page form .form-row.validate-required.woocommerce-validated input.input-text,
.woocommerce-page #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;
}
#page .woocommerce .order_details li {
    border-right: 1px solid #e1e1e1;
    line-height: 1.6;
    text-transform: none;
    font-size: 16px;
}
#page .woocommerce .order_details li:last-of-type {
    border-right: none;
}
.woocommerce p {
    font-size: 16px;
}
#page .woocommerce .order_details li strong {
    color: #656b6f;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
}
.woocommerce .woocommerce-thankyou-order-details-woocommerce_thankyou_wrapper .order_details {
    margin: 0;
}
.woocommerce .woocommerce-thankyou-order-received {
    border-radius: 0;
    background: rgba(51,51,51,1);
    color: #fff;
    box-sizing: border-box;
    padding: 1.25em 2em 1.25em;
    font-size: 14px;
    margin-bottom: 2em;
}
.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 #page .checkout #ship-to-different-address label,
.woocommerce-page #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 #page .checkout #ship-to-different-address,
.woocommerce-page #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;
    background: #fff;
    padding: 16px 20px 20px 20px;
    border-radius: 5px;
}
.woocommerce-page #page .checkout_coupon .form-row-last {
    width: auto;
}
.woocommerce form.checkout_coupon .form-row input.input-text {
    height: 37px;
}
.woocommerce form.checkout_coupon .form-row-last {
    float: left;
}
.woocommerce-checkout.woocommerce-page #page form.checkout_coupon .form-row-first {
    width: 180px;
}
.woocommerce-checkout.woocommerce-page #page form.login .form-row {
    width: 48.6%;
}
.woocommerce .checkout_coupon .form-row.form-row-first {
    margin-right: 16px;
}
.woocommerce #page form.checkout_coupon .form-row,
.woocommerce-page #page form.checkout_coupon .form-row {
    margin-bottom: 0;
}

.cart-empty-wrapper {
    border-radius: 0;
    background: rgba(51,51,51,1);
    -moz-background: #efefef;
    color: #fff;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
    padding: 1.25em 2em 1.25em;
    box-sizing: border-box;
    font-size: 14px;
}
.cart-empty {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    display: inline;
}
.page-template-default.woocommerce-cart.empty-cart.woocommerce-page #main #primary {
    margin-top: 100px;
}
.empty-cart #to-top {
    display: none;
}

/* WooCommerce checkout */
.page-template-default.woocommerce-page #main #primary {
    margin-top: 100px;
}
.woocommerce #page .col2-set,
.woocommerce-page #page .col2-set {
    width: 48%;
    float: left;
}
.woocommerce #page .col2-set .col-1,
.woocommerce-page #page .col2-set .col-1 {
    width: 100%;
}
#page .col2-set .title {
    display: flex;
    align-items: center;
}
.woocommerce-account #page .addresses .title h3 {
    margin-right: 16px;
    margin-top: 0;
}
.woocommerce-MyAccount-content h3 {
    margin-top: 0;
}
.woocommerce #page .col2-set .col-2,
.woocommerce-page #page .col2-set .col-2 {
    float: left;
    width: 100%;
    clear: left;
}
.woocommerce #page .col2-set .col-1 .title {
    position: relative;
}
.woocommerce-account #page .woocommerce-MyAccount-navigation {
    width: 20%;
}
.woocommerce-account #page .woocommerce-MyAccount-content {
    width: 78%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul .is-active a {
    color: #000;
}
#order_review_wrapper {
    width: 48.2%;
    box-sizing: border-box;
    float: right;
}
#order_review_wrapper .shop_table th {}
#order_review {
    z-index: 50;
    width: 100%;
}
.woocommerce #page table.shop_table th,
.woocommerce-page #page table.shop_table th {
    font-weight: 400;
    padding: 20px 20px;
    border-left: none;
}
.woocommerce #page table.shop_table tfoot td,
.woocommerce #page table.shop_table tfoot th,
.woocommerce-page #page table.shop_table tfoot td,
.woocommerce-page #page table.shop_table tfoot th {
    font-weight: 400;
    border-color: #e1e1e1;
}
.woocommerce #page #payment ul.payment_methods,
.woocommerce-page #page #payment ul.payment_methods {
    border-bottom: none;
    padding: 0;
}
.woocommerce-checkout #page #payment ul.payment_methods li img {
    width: auto;
    max-width: 100px;
    margin: 0 0 0 10px;
}
#page .woocommerce form .form-row #order_comments {
    height: auto;
    min-height: 1px;
}
.woocommerce-checkout #page #payment ul.payment_methods li {
    font-size: 14px;
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 20px;
}
#page #payment ul.payment_methods label {
    position: relative;
    -webkit-backface-visibility: hidden;
    font-weight: 400;
}
.woocommerce-checkout #page #payment ul.payment_methods li input {
    margin: 0 6px 0 0;
}

#page .input-radio-custom,
#page .shipping_method {
    display: none;
}
.woocommerce-shipping-calculator {
    width: 50%;
    display: inline-block;
}
#page .woocommerce ul#shipping_method .amount {
    font-weight: 400;
}
#page .woocommerce ul#shipping_method li {
    padding: .4em 0 .4em 0;
    text-indent: 0;
}
.woocommerce-checkout #page .woocommerce ul#shipping_method li {
    display: flex;
}
#page .input-radio-custom + label,
#page .shipping_method + label {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #777;
    transition: all ease .1s;
}
#page .shipping_method + label {
    padding-left: 0;
}
#page .shipping_method + label > span {
    padding-left: 30px;
    display: inline-block;
}
#page .input-radio-custom + label:hover,
#page .shipping_method + label:hover {
    color: #000;
}
#page .input-radio-custom + label:before,
#page .shipping_method + label:before {
    content: "";
    position: absolute;
    display: block;
    border: 6px solid #f1f1f1;
    background: #f1f1f1;
    cursor: pointer;
    top: 50%;
    margin-top: -8px;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all ease .2s;
}
#page .input-radio-custom + label:after,
#page .shipping_method + label:after {
    content: "";
    position: absolute;
    display: block;
    border: none;
    background: #000;
    cursor: pointer;
    top: 50%;
    margin-top: -2px;
    left: 6px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    box-sizing: border-box;
    transition: all ease .2s;
    opacity: 0;
    transform: scale(0);
}
#page .input-radio-custom:checked + label,
#page .shipping_method:checked + label {
    color: #000;
}
#page .input-radio-custom:checked + label:before,
#page .shipping_method:checked + label:before {
    background: #eaeaea;
}
#page .input-radio-custom:checked + label:after,
#page .shipping_method:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
#page .input-checkbox-custom {
    display: none;
}
#content .input-checkbox-custom + label {
    position: relative;
    padding-left: 30px;
    font-size: 13px;
    color: #777;
    top: 2px;
    transition: all ease .1s;
}
#page .input-checkbox-custom + label:before {
    content: "";
    position: absolute;
    display: block;
    border: none;
    box-shadow: none;
    background: #f1f1f1;
    cursor: pointer;
    top: 50%;
    margin-top: -8px;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 0;
    box-sizing: border-box;
    transition: all ease .2s;
}
#page .input-checkbox-custom:checked + label:hover {
    opacity: 1;
}
#page .input-checkbox-custom:checked + label:before {
    background: #012694;
}
#page .input-checkbox-custom + label:after {
    line-height: 1;
    vertical-align: middle;
    speak: none;
    font-variant: normal;
    text-transform: none;
    font-family: 'icomoon';
    content: attr(data-icon);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-size: 11px;
    transition: all ease .1s;
    float: left;
    text-indent: 0;
    margin-left: 0;
    content: '\e92a';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 3px;
    opacity: 0;
    transform: scale(0);
    transition-delay: 0s;
}
#page .input-checkbox-custom:checked + label:after {
    opacity: 1;
    transform: scale(1);
    transition-delay: .1s;
}
#page .woocommerce form .form-row label,
#page .woocommerce-page form .form-row label {
    font-size: 14px;
}
#page .woocommerce form .form-row label #rememberme,
#page .woocommerce-page form .form-row label #rememberme {
    vertical-align: middle;
}
.woocommerce #page form .form-row-first,
.woocommerce #page form .form-row-last,
.woocommerce-page #page form .form-row-first,
.woocommerce-page #page form .form-row-last {
    width: 48.41%;
}
.woocommerce form #page .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page #page form .form-row.validate-required.woocommerce-invalid input.input-text {
    background-image: none;
}
.woocommerce form #page .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page #page form .form-row.validate-required.woocommerce-invalid input.input-text {
    background-image: none;
    border-color: #5c3c3c;
    background-color: #5c3c3c;
    color: #fff;
}
.woocommerce #page form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce #page form .form-row.validate-required.woocommerce-invalid select,
.woocommerce-page #page form .form-row.validate-required.woocommerce-invalid input.input-text,
.woocommerce-page #page form .form-row.validate-required.woocommerce-invalid select {
    border-color: #e1e1e1;
}
#page .woocommerce form .form-row.woocommerce-validated .select2-container,
#page .woocommerce form .form-row.woocommerce-validated input.input-text,
#page .woocommerce form .form-row.woocommerce-validated select {
    border-color: #e1e1e1;
}
#page .woocommerce form .form-row .required {
    color: #f00;
    font-weight: 400;
}
.woocommerce #page form .form-row.validate-required.woocommerce-validated input.input-text,
.woocommerce-page #page form .form-row.validate-required.woocommerce-validated input.input-text {
    background-image: none;
}
.woocommerce #page .checkout #ship-to-different-address label,
.woocommerce-page #page .checkout #ship-to-different-address label {}
.woocommerce #page .checkout #ship-to-different-address label:hover,
.woocommerce-page #page .checkout #ship-to-different-address label:hover {
    color: #000;
}
.woocommerce #page .checkout #ship-to-different-address,
.woocommerce-page #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: 40px;
    margin-top: 3px;
}
.woocommerce form.checkout_coupon .form-row-last {
    float: left;
}
.woocommerce-checkout.woocommerce-page #page form.checkout_coupon .form-row-first {
    width: 230px;
}
.woocommerce-checkout.woocommerce-page #page form.login .form-row {
    width: 48.6%;
}
.woocommerce .checkout_coupon .form-row.form-row-first {
    margin-right: 16px;
}
.woocommerce #page form.checkout_coupon .form-row,
.woocommerce-page #page form.checkout_coupon .form-row {
    margin-bottom: 0;
}

/* WooCommerce info box */
.woocommerce #page .woocommerce-message a.button,
.woocommerce-page #page .woocommerce-message a.button {
    line-height: 1.825;

    background: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #000;
}
.woocommerce #page .woocommerce-message a.button:hover,
.woocommerce-page #page .woocommerce-message a.button:hover {
    color: #9c9c9c;
}
#page .woocommerce-message,
#page .woocommerce-error,
#page .woocommerce-info {
    border-top: none;
}
#page .woocommerce-message,
#page .woocommerce-error,
#page .woocommerce-info {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: rgba(51,51,51,1);
    -moz-background: #efefef;
    color: #fff;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
    padding: 1.25em 2em 1.25em !important;
    box-sizing: border-box;
    font-size: 14px;
    max-width: 1170px;
    margin: 0 auto 2em;
}
#page .woocommerce-message a,
#page .woocommerce-error a,
#page .woocommerce-info a {}
#page .woocommerce-message a:hover,
#page .woocommerce-error a:hover,
#page .woocommerce-info a:hover {
    color: #999;
}
.cart-empty-wrapper a:hover {
    color: #999;
}
#page .woocommerce-message .button,
#page .woocommerce-error .button,
#page .woocommerce-info .button {
    display: none;
}
#page .woocommerce-info:before {
    background-color: transparent;
    content: "";
    font-family: initial;
    font-style: normal;
}
#page .woocommerce-error:before,
#page .woocommerce-info:before {
    content: "";
    height: 0;
    width: 0;
    display: none;
    font-size: 0;
    line-height: 0;
    text-shadow: none;
}
#page .woocommerce-message:before {
    display: none;
}
.woocommerce-checkout.woocommerce-page #page .lost_password {
    margin-left: 6px;
}
.woocommerce #page #payment,
.woocommerce-page #page #payment {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius:  0;
    border-radius:  0;
    border: 1px solid #e1e1e1;
}
.woocommerce #page #payment div.payment_box,
.woocommerce-page #page #payment div.payment_box {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 1.5em;
    background: transparent;
    box-shadow: none;
    color: #000;
    text-shadow: none;
    padding: 1em 2em;
    font-size: 14px;
    width: auto;
    font-weight: 400;
    margin: 0;
}
.woocommerce-checkout #page #payment div.payment_box:before {
    border-bottom-color: rgba(51,51,51,1);
    top: -.5em;
    left: -20px;
    display: none;
}
.woocommerce-checkout #page #payment .payment_method_paypal .about_paypal {
    display: none;
}
.woocommerce #page #payment div.payment_box:after,
.woocommerce-page #page #payment div.payment_box:after {
    border: 8px solid #efefef;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    top: 0;
}
label {
    cursor: pointer;
    color: #000;
    font-weight: 400;
}
.woocommerce #page #payment #place_order,
.woocommerce-page #page #payment #place_order {
    float: right;
}
.woocommerce #page #payment div.form-row,
.woocommerce-page #page #payment div.form-row {
    padding: 20px 20px 20px;
}
.woocommerce-page #page #payment .place-order {
    margin-bottom: 0;
    background: #fafafa;
}

/* WooCommerce reviews */
#page p.stars a.star-1:hover:after,
#page p.stars a.star-2:hover:after,
#page p.stars a.star-3:hover:after,
#page p.stars a.star-4:hover:after,
#page p.stars a.star-5:hover:after {
    color: #012694;
}

#page .products .star-rating {
    color: #012694;
    font-size: 10px;
    display: none;
}
#page .star-rating {
    color: #012694;
}
#page .woocommerce-product-rating .star-rating {
    margin-top: .2em;
}
.woocommerce #page .star-rating {
    width: 93px;
    height: 1.1em;
}
.woocommerce #page #reviews .star-rating {
    margin-right: -3px;
}
.woocommerce #page .star-rating span:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-style: normal;
    vertical-align: middle;
    content: "\e926\00a0\e926\00a0\e926\00a0\e926\00a0\e926";
    letter-spacing: -1px;
}
.woocommerce #page .star-rating:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-style: normal;
    vertical-align: middle;
    content: "\e926\00a0\e926\00a0\e926\00a0\e926\00a0\e926";
    color: #ccc;
    letter-spacing: -1px;
}
#page .woocommerce-product-rating {
    line-height: 1.225;
    margin-bottom: 4px;
}
.single-product #page .summary ul {
    list-style: none;
    margin-left: 1.4em;
    margin-bottom: 1.625em;
}
#page #content div.product form.cart,
#page div.product form.cart {
    margin-bottom: 1.6em;
    margin-top: 1.65em;
}
#page .widget .star-rating {
    font-size: 10px;
}

#page #reviews #comments {
    margin: 0;
}
#page #review_form_wrapper {
    margin-top: 0;
}
#page #reviews #comments h2 {}
#page #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;
}
#page #reviews #comments ol.commentlist li img.avatar {
    padding: 0;
    width: 48px;
    height: auto;
    background: transparent;
    border: none;
    top: auto;
}
#page #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 66px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
}
#page #reviews #comments ol.commentlist li .meta {
    color: #000;
    font-size: 13px;
    margin-bottom: 8px;
}
#page #reviews #comments ol.commentlist li .meta time {
    color: #999;
    margin-left: 14px;
}
#page #reviews #comments ol.commentlist li .meta time:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 2.1;
    -webkit-font-smoothing: antialiased;
    content: "\e90d";
    color: #999;
    font-size: 10px;
    margin-right: 6px;
    font-style: normal;
    margin-left: 0;
    position: relative;
    top: 0;
}
#page #reviews #comments ol.commentlist li .meta strong {
    font-weight: 400;
}
.woocommerce-review__dash {
    display: none;
}
#page #respond .comment-form-author, 
#page #respond .comment-form-email,
#page #respond .comment-form-url {
    width: 32.4%;
}
#page #respond .comment-form-rating {
    clear: both;
}
#review_form_wrapper {
    margin-top: 28px;
}

/* jquery-bar-rating */
.br-theme-custom-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-custom-stars .br-widget a {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-style: normal;
  vertical-align: middle;

  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  margin-right: 5px;
}
.br-theme-custom-stars .br-widget a:after {
  display: inline-block;
  content: '\e926';
  color: #ccc;
  transition: color ease .2s;
}
.br-theme-custom-stars .br-widget a.br-active:after {
  color: #b3b3b3;
}
.br-theme-custom-stars .br-widget a.br-selected:after {
  color: #b3b3b3;
}
.br-theme-custom-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-custom-stars .br-readonly a {
  cursor: default;
}

/* WooCommerce shop layout */
.archive.shop-left-sidebar #primary {
    margin: 0 0 0 2.5%;
    float: right;
    border-right: none;
    padding-bottom: 100px;
    padding-bottom: 0;
    padding-top: 50px;
}
.archive.shop-no-sidebar #primary {
    width: 100%;
    margin: 0;
    padding: 0 0 80px 0;
    border: none;
}
.woocommerce #page ul.products li.product a img,
.woocommerce-page #page ul.products li.product a img,
#page .woocommerce ul.products li.product a img {
    margin: 0;
    box-shadow: none;

    transition: all ease .25s;
    -webkit-backface-visibility: hidden;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.product-thumbnail-wrapper {
    position: relative;
    margin: 0 0 1em;
    padding: 0;
}
.product-thumbnail-wrapper a {
    float: left;
}
.woocommerce #page .product-thumbnail-wrapper a.button {
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: none;
    border-radius: 0;
    margin: 0;

    -webkit-backface-visibility: hidden;
}
.woocommerce #page .product-thumbnail-wrapper a.button:active {
    top: auto;
}
#page .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;
}
#page .wc-forward:after,
#page .wc-forward a:after {
    font-family: inherit;
    font-size: inherit;
    content: " \2192";
    text-decoration: none;
    margin-left: 3px;

    display: none;
}
.woocommerce #page a.added_to_cart:hover,
.woocommerce-page #page a.added_to_cart:hover,
#page .woocommerce a.added_to_cart:hover,
#page .main-product-wrapper a.added_to_cart:hover {
    color: #9c9c9c;
}
.woocommerce #page a.button.loading,
.woocommerce #page button.button.loading,
.woocommerce #page input.button.loading,
.woocommerce #page #respond input#submit.loading,
.woocommerce #page #respond #submit.loading,
.woocommerce #page #content input.button.loading,
.woocommerce-page #page a.button.loading,
.woocommerce-page #page button.button.loading,
.woocommerce-page #page input.button.loading,
.woocommerce-page #page #respond input#submit.loading,
.woocommerce-page #page #respond #submit.loading,
.woocommerce-page #page #content input.button.loading,
#page .main-product-wrapper .button.loading {
    opacity: .2;
}
.woocommerce #page a.button.alt.loading,
.woocommerce #page button.button.alt.loading,
.woocommerce #page input.button.alt.loading,
.woocommerce #page #respond input#submit.alt.loading,
.woocommerce #page #respond #submit.alt.loading,
.woocommerce #page #content input.button.alt.loading,
.woocommerce-page #page a.button.alt.loading,
.woocommerce-page #page button.button.alt.loading,
.woocommerce-page #page input.button.alt.loading,
.woocommerce-page #page #respond input#submit.alt.loading,
.woocommerce-page #page #respond #submit.alt.loading,
.woocommerce-page #page #content input.button.alt.loading {
    opacity: .2;
}
.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 #respond input#submit.alt.loading,
.single-product.woocommerce #page #respond #submit.alt.loading,
.single-product.woocommerce #page #content input.button.alt.loading,
.single-product.woocommerce-page #page a.button.alt.loading,
.single-product.woocommerce-page #page button.button.alt.loading,
.single-product.woocommerce-page #page input.button.alt.loading,
.single-product.woocommerce-page #page #respond input#submit.alt.loading,
.single-product.woocommerce-page #page #respond #submit.alt.loading,
.single-product.woocommerce-page #page #content input.button.alt.loading {
    opacity: 1;
}
.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 #respond input#submit.alt.loading > span,
.single-product.woocommerce #page #respond #submit.alt.loading > span,
.single-product.woocommerce #page #content input.button.alt.loading > span,
.single-product.woocommerce-page #page a.button.alt.loading > span,
.single-product.woocommerce-page #page button.button.alt.loading > span,
.single-product.woocommerce-page #page input.button.alt.loading > span,
.single-product.woocommerce-page #page #respond input#submit.alt.loading > span,
.single-product.woocommerce-page #page #respond #submit.alt.loading > span,
.single-product.woocommerce-page #page #content input.button.alt.loading > span,
#page .main-product-wrapper .button.alt.loading > span {
    opacity: .1;
}
#page .woocommerce a.button.loading,
#page .woocommerce button.button.loading,
#page .woocommerce input.button.loading,
#page .woocommerce #respond input#submit.loading,
#page .woocommerce #respond #submit.loading,
#page .woocommerce #content input.button.loading,
#page .woocommerce-page a.button.loading,
#page .woocommerce-page button.button.loading,
#page .woocommerce-page input.button.loading,
#page .woocommerce-page #respond input#submit.loading,
#page .woocommerce-page #respond #submit.loading,
#page .woocommerce-page #content input.button.loading {
    color: #efefef;
    border-color: rgba(0, 0, 0, .05);
    opacity: 1;
    background: transparent;
}
.woocommerce #page a.button i,
.woocommerce #page button.button i,
.woocommerce #page input.button i,
.woocommerce #page #respond input#submit i,
.woocommerce #page #respond #submit i,
.woocommerce #page #content input.button i,
.woocommerce-page #page a.button i,
.woocommerce-page #page button.button i,
.woocommerce-page #page input.button i,
.woocommerce-page #page #respond input#submit i,
.woocommerce-page #page #respond #submit i,
.woocommerce-page #page #content input.button i,
#page .main-product-wrapper .button i {
    display: block;
    z-index: 2;
    height: auto;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transition: all ease .4s;
    visibility: hidden;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
}
.woocommerce #page a.button.loading i,
.woocommerce #page button.button.loading i,
.woocommerce #page input.button.loading i,
.woocommerce #page #respond input#submit.loading i,
.woocommerce #page #respond #submit.loading i,
.woocommerce #page #content input.button.loading i,
.woocommerce-page #page a.button.loading i,
.woocommerce-page #page button.button.loading i,
.woocommerce-page #page input.button.loading i,
.woocommerce-page #page #respond input#submit.loading i,
.woocommerce-page #page #respond #submit.loading i,
.woocommerce-page #page #content input.button.loading i,
#page .main-product-wrapper .button.loading i {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.woocommerce #page a.button i:after,
.woocommerce #page button.button i:after,
.woocommerce #page input.button i:after,
.woocommerce #page #respond input#submit i:after,
.woocommerce #page #respond #submit i:after,
.woocommerce #page #content input.button i:after,
.woocommerce-page #page a.button i:after,
.woocommerce-page #page button.button i:after,
.woocommerce-page #page input.button i:after,
.woocommerce-page #page #respond input#submit i:after,
.woocommerce-page #page #respond #submit i:after,
.woocommerce-page #page #content input.button i:after,
#page .main-product-wrapper .button i:after {
    display: block;
    z-index: 2;
    
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e920";
    font-size: 14px;
    font-style: normal;
    vertical-align: middle;
    color: #012694;

    -webkit-animation: standard .5s infinite linear;
    animation: standard .5s infinite linear;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

@-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 #page a.button.added:before,
.woocommerce #page button.button.added:before,
.woocommerce #page input.button.added:before,
.woocommerce #page #respond input#submit.added:before,
.woocommerce #page #respond #submit.added:before,
.woocommerce #page #content input.button.added:before,
.woocommerce-page #page a.button.added:before,
.woocommerce-page #page button.button.added:before,
.woocommerce-page #page input.button.added:before,
.woocommerce-page #page #respond input#submit.added:before,
.woocommerce-page #page #respond #submit.added:before,
.woocommerce-page #page #content input.button.added:before {
    background: none;
    display: inline-block;
}
#page .woocommerce a.button.added:before,
#page .woocommerce button.button.added:before,
#page .woocommerce input.button.added:before,
#page .woocommerce #respond input#submit.added:before,
#page .woocommerce #respond #submit.added:before,
#page .woocommerce #content input.button.added:before,
#page .woocommerce-page a.button.added:before,
#page .woocommerce-page button.button.added:before,
#page .woocommerce-page input.button.added:before,
#page .woocommerce-page #respond input#submit.added:before,
#page .woocommerce-page #respond #submit.added:before,
#page .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;
    /* Hide buttons for opera */ }
    .woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
      width: 2.618em;
      height: 2.1em;
      float: left;
      padding: 0;
      margin: 0;
      text-align: center;
      border: 1px solid #bbb3b9;
      border-right: 0;
      font-weight: 700;
      border-radius: 2px 0 0 2px;
      -moz-appearance: textfield;
      /* Hide buttons for Firefox 29 and later */ }
    .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 {
      display: block;
      padding: 0;
      margin: 0;
      position: absolute;
      text-align: center;
      width: 1.387em;
      height: 1.12em;
      text-decoration: none;
      overflow: visible;
      text-decoration: none;
      font-weight: 700;
      cursor: pointer;
      color: #515151;
      border: 1px solid #bbb3b9;
      background-color: #ebe9eb;
      text-shadow: none;
      line-height: 1;
      background-image: none; }
      .woocommerce .quantity .plus:hover,
      .woocommerce .quantity .minus:hover, .woocommerce-page .quantity .plus:hover,
      .woocommerce-page .quantity .minus:hover {
        background-color: #dad8da; }
    .woocommerce .quantity .plus, .woocommerce-page .quantity .plus {
      top: 0;
      right: 0;
      border-bottom: 0;
      border-radius: 2px 2px 0 0; }
    .woocommerce .quantity .minus, .woocommerce-page .quantity .minus {
      bottom: 0;
      right: 0;
      border-radius: 0 0 2px 2px; }

/* Fresco Custom Skin */
.fr-overlay-skin-custom .fr-overlay-background {
    background: #000;
    opacity: .8;
    filter: alpha(opacity=80);
}
.fr-window-skin-custom .fr-stroke-vertical {
    display: none;
    width: 0;
    height: 0;
}
.fr-window-skin-custom .fr-thumbnail .fr-thumbnail-image {
    transition: opacity ease .15s;
    -webkit-transition: opacity ease .15s;
    -moz-transition: opacity ease .15s;
}

/* Sprite */
.fr-window-skin-custom .fr-thumbnails-side-button-icon,
.fr-window-skin-custom .fr-error-icon {
    background: url('skins/custom/sprite.svg');
}
.fr-window-skin-custom .fr-thumbnails-side-button-icon {
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fr-window-skin-custom .fr-thumbnails-side-button-icon:before {
    line-height: 2.3;
    vertical-align: middle;
    speak: none;
    font-variant: normal;
    text-transform: none;
    font-family: 'icomoon';
    content: attr(data-icon);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-size: 8px;
    -webkit-transition: all ease .1s;
    -moz-transition: all ease .1s;
    -ms-transition: all ease .1s;
    transition: all ease .1s;
}
.fr-window-skin-custom.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon:before {
    content: "\e923";
}
.fr-window-skin-custom.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon:before {
    content: "\e924";
}
/* fallback png sprite */
.fr-window-skin-custom.fr-no-svg .fr-thumbnails-side-button-icon,
.fr-window-skin-custom .fr-error-icon {
  background-image: url('skins/custom/sprite.png');
}

.fr-window-skin-custom .fr-error-icon { background-position: -160px -126px; }

.fr-window-skin-custom .fr-content-background {
  background: #101010;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.fr-window-skin-custom.fr-window-ui-fullclick .fr-content-background { box-shadow: none; }

/* thumbnail shadow */
.fr-window-skin-custom .fr-thumbnail-wrapper { box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
.fr-window-skin-custom .fr-thumbnail-active .fr-thumbnail-wrapper { box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }


/* < > */
.fr-window-skin-custom .fr-side-button-background {
    background: transparent;
}
.fr-window-skin-custom .fr-side-previous .fr-side-button-icon {
    text-align: center;
}
.fr-window-skin-custom .fr-side-next .fr-side-button-icon {
    text-align: center;
}

.fr-window-skin-custom .fr-side-previous:hover .fr-side-button-icon {}
.fr-window-skin-custom .fr-side-next:hover .fr-side-button-icon {}

/* transition (png) */
.fr-window-skin-custom.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
.fr-window-skin-custom.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon {}
.fr-window-skin-custom.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,
.fr-window-skin-custom.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon {}

/* disabled state (png) */
.fr-window-skin-custom.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-custom.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-custom.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon { opacity: .2; }
.fr-window-skin-custom.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-custom.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-custom.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon { opacity: .2; }

/* transition (svg) */
.fr-window-skin-custom .fr-side-button-icon {
    transition: opacity linear .1s;
    -webkit-transition: opacity linear .1s;
    -moz-transition: opacity linear .1s;
}
.fr-window-skin-custom .fr-side-button-icon:before {
    line-height: 2.3;
    vertical-align: middle;
    speak: none;
    font-variant: normal;
    text-transform: none;
    font-family: 'icomoon';
    content: attr(data-icon);
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-size: 32px;
    -webkit-transition: all ease .1s;
    -moz-transition: all ease .1s;
    -ms-transition: all ease .1s;
    transition: all ease .1s;
}
.fr-window-skin-custom.fr-svg .fr-side-previous .fr-side-button-icon {}
.fr-window-skin-custom.fr-svg .fr-side-next .fr-side-button-icon {}
.fr-window-skin-custom.fr-svg .fr-side-next .fr-side-button-icon:before {}
.fr-window-skin-custom .fr-side-next .fr-side-button-icon:before {
    content: "\e909";
}
.fr-window-skin-custom.fr-svg .fr-side-previous .fr-side-button-icon:before {
    content: "\e904";
}
.fr-window-skin-custom.fr-svg .fr-side-button-icon {
    opacity: .5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fr-window-skin-custom.fr-svg .fr-side:hover .fr-side-button-icon,
.fr-window-skin-custom.fr-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
.fr-window-skin-custom.fr-svg .fr-hovering-next .fr-side-next .fr-side-button-icon { opacity: 1; }

.fr-window-skin-custom.fr-svg.fr-mobile-touch .fr-side .fr-side-button-icon { opacity: .8; }  /* touch always active but at lower opacity */

/* disabled (svg) */
.fr-window-skin-custom.fr-svg .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-custom.fr-svg .fr-hovering-previous .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-custom.fr-svg .fr-hovering-next .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-custom.fr-svg .fr-side-disabled:hover .fr-side-button-icon,
.fr-window-skin-custom.fr-svg.fr-mobile-touch .fr-side-disabled .fr-side-button-icon { opacity: .2; } /* TODO: make sure this works */

/* hide for ui:inside/fullclick, only for the image type */
.fr-window-skin-custom.fr-window-ui-inside .fr-type-image .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-custom.fr-window-ui-fullclick.fr-showing-type-image .fr-side-disabled .fr-side-button-icon { background-image: none; }

/* < > responsive */
@media all and (max-width: 500px) and (orientation: portrait),
       all and (orientation: landscape) and (max-height: 414px) {
  .fr-window-skin-custom .fr-side-previous .fr-side-button-icon {}
  .fr-window-skin-custom .fr-side-next .fr-side-button-icon {}

  .fr-window-skin-custom .fr-side-previous:hover .fr-side-button-icon {}
  .fr-window-skin-custom .fr-side-next:hover .fr-side-button-icon {}

  /* transition (png) */
  .fr-window-skin-custom.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
  .fr-window-skin-custom.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon {}
  .fr-window-skin-custom.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,
  .fr-window-skin-custom.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon {}

  /* transition (svg) */
  .fr-window-skin-custom.fr-svg .fr-side-previous .fr-side-button-icon {}
  .fr-window-skin-custom.fr-svg .fr-side-next .fr-side-button-icon {}

  /* disabled state (png) */
  .fr-window-skin-custom.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-custom.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-custom.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon { opacity: .2; }

  .fr-window-skin-custom.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-custom.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,
  .fr-window-skin-custom.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon { opacity: .2; }
}

/* X */
/* colors */
.fr-window-skin-custom.fr-window-ui-outside .fr-close-background { background-color: transparent; }
.fr-window-skin-custom.fr-window-ui-outside .fr-close:hover .fr-close-background { background-color: transparent; }

.fr-window-skin-custom.fr-window-ui-inside .fr-close-background,
.fr-window-skin-custom.fr-window-ui-fullclick .fr-close-background { background-color: transparent; filter: alpha(opacity=80); opacity: .8; }
.fr-window-skin-custom.fr-window-ui-inside .fr-close:hover .fr-close-background,
.fr-window-skin-custom.fr-window-ui-fullclick .fr-close:hover .fr-close-background { background-color: transparent; }

/* - image */
.fr-window-skin-custom .fr-close .fr-close-icon:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-size: 11px;
    line-height: 2.625;
    opacity: 1;
    width: auto;
    height: auto;
    content: "\e911";
    vertical-align: middle;
}
.fr-window-skin-custom .fr-close:hover .fr-close-icon {}

/* - transition */
.fr-window-skin-custom.fr-svg .fr-close .fr-close-icon {
  text-align: center;
  opacity: .8;
  transition: opacity linear .1s;
  -webkit-transition: opacity linear .1s;
  -moz-transition: opacity linear .1s;
}
.fr-window-skin-custom .fr-close:hover .fr-close-icon { opacity: 1; }
/* iOS 8.4.1 bug: when opacity changes it'll require 2 taps
   force a single opacity to fix this
*/
.fr-window-skin-custom.fr-svg.fr-mobile-touch .fr-close .fr-close-icon,
.fr-window-skin-custom.fr-mobile-touch .fr-close:hover .fr-close-icon { opacity: 1; }

/* Thumbnails */
.fr-window-skin-custom .fr-thumbnail-wrapper {
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  border-radius: 0;

}
.fr-window-skin-custom .fr-thumbnail-wrapper { box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
.fr-window-skin-custom .fr-thumbnail-active .fr-thumbnail-wrapper { box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
.fr-window-skin-custom .fr-thumbnail-wrapper {}
.fr-window-skin-custom .fr-thumbnail-overlay-border {
  border-width: 0;
  border-color: transparent; /* should remain rgba */
}
/* no inner border on active thumbnail */
.fr-window-skin-custom .fr-thumbnail-active .fr-thumbnail-overlay-border,
.fr-window-skin-custom .fr-thumbnail-active:hover .fr-thumbnail-overlay-border { border: 0px; }

/* Thumbnail < > */
.fr-window-skin-custom .fr-thumbnails-side-button-background {
  background-color: transparent;
  border-radius: 0;
}
.fr-window-skin-custom .fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background {
    background-color: transparent;
}
.fr-window-skin-custom .fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background {
    background-color: transparent;
}

/* Thumbnails < > */
.fr-window-skin-custom.fr-thumbnails-vertical .fr-thumbnails-side {
    margin-left: 0;
    margin-right: 0;
}
.fr-window-skin-custom .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {}
.fr-window-skin-custom .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {}
.fr-window-skin-custom .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {}
.fr-window-skin-custom .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {}
/* vertical ^ (up/down) adjustments */
.fr-window-skin-custom.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {}
.fr-window-skin-custom.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {}
.fr-window-skin-custom.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {}
.fr-window-skin-custom.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {}

/* Thumbnails < > transition */
.fr-window-skin-custom.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-icon {
  -moz-transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  opacity: .8;
}
.fr-window-skin-custom.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
.fr-window-skin-custom.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled { background-position: -167px -49px; }
.fr-window-skin-custom.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
.fr-window-skin-custom.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled { background-position: -209px -91px; }
.fr-window-skin-custom.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon { opacity: 1; }
/* vertical ^ (up/down) adjustments */
.fr-window-skin-custom.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
.fr-window-skin-custom.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled { background-position: -293px -49px; }
.fr-window-skin-custom.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
.fr-window-skin-custom.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled { background-position: -335px -91px; }

/* lower opacity on disabled states */
.fr-window-skin-custom.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled,
.fr-window-skin-custom.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled { opacity: .5; }

/* lower opacity IE < 9 using images */
.fr-window-skin-custom.fr-no-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-custom.fr-no-svg .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -251px -49px;
}
.fr-window-skin-custom.fr-no-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-custom.fr-no-svg .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -251px -91px;
}
.fr-window-skin-custom.fr-no-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background,
.fr-window-skin-custom.fr-no-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background {
  filter: alpha(opacity=50);
}
/* vertical ^ (up/down) adjustments */
.fr-window-skin-custom.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-custom.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -377px -49px;
}
.fr-window-skin-custom.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-custom.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
  background-position: -377px -91px;
}

/* positions not within the info bar
   for ui:outside/inside */
.fr-window-skin-custom .fr-position-outside,
.fr-window-skin-custom .fr-position-inside {
  border-radius: 20px;
}

      @media (max-width: 1024px) {
        #branding .woocommerce-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 #page div.product div.images a:hover,
        .woocommerce #page #content div.product div.images a:hover,
        .woocommerce-page #page div.product div.images a:hover,
        .woocommerce-page #page #content div.product div.images a:hover {
            opacity: 1;
        }
      }

      @media (max-width: 1023px) {
        .post-type-archive-product.woocommerce #primary,
        .post-type-archive-product.woocommerce-page #primary,
        .single-product.woocommerce #primary,
        .single-product.woocommerce-page #primary {
            width: 100%;
            float: none;
            border: none;
            padding-right: 0;
            padding-bottom: 0;
            margin-right: 0;
            margin-left: 0;
        }
        .woocommerce #secondary .widget {
            max-width: 223.55px;
            float: none;
            margin: 0 auto 30px;
        }
        .woocommerce #page .products ul,
        .woocommerce #page ul.products {
            max-width: 349.6px;
            margin: 0 auto 1em;
        }
        .woocommerce #page ul.products li.product,
        .woocommerce-page #page ul.products li.product {
            width: 100%;
            margin: 0 0 30px 0;
        }
        .woocommerce #page .products.owl-carousel ul,
        .woocommerce #page ul.products.owl-carousel {
            max-width: 100%;
        }
      }

      @media (max-width: 963px) {
        .single-product .slick-track {
            margin: 0 auto;
            text-align: center;
        }
        .woocommerce #page .products.owl-carousel ul,
        .woocommerce #page ul.products.owl-carousel {
            max-width: 742px;
        }
        .woocommerce #page div.product div.images,
        .woocommerce #page #content div.product div.images,
        .woocommerce-page #page div.product div.images,
        .woocommerce-page #page #content div.product div.images {
            width: 100%;
        }
        .woocommerce #page div.product div.summary,
        .woocommerce #page #content div.product div.summary,
        .woocommerce-page #page div.product div.summary,
        .woocommerce-page #page #content div.product div.summary {
            width: 100%;
        }
        #page div.product div.summary,
        #page #content div.product div.summary {
            margin-top: 100px;
        }
        .main-product-wrapper,
        #page .product .woocommerce-accordion {
            margin-top: 0;
        }
      }

      @media (max-width: 868px) {
        .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 #page .woocommerce-MyAccount-navigation,
        .woocommerce-account #page .woocommerce-MyAccount-content {
            width: 100%;
        }
        .woocommerce #page #content table.cart .wishlist-empty,
        .woocommerce #page table.cart .wishlist-empty,
        .woocommerce-page #page #content table.cart .wishlist-empty,
        .woocommerce-page #page table.cart .wishlist-empty {
            border-top: 0;
        }
        .woocommerce #page #review_form #respond .comment-form-email {
            margin-left: 0;
        }
        .woocommerce #page #reviews .star-rating {
            margin-right: 0;
            width: 100%;
        }
        .woocommerce #page #respond .comment-form-author,
        .woocommerce #page #respond .comment-form-email,
        .woocommerce #page #respond .comment-form-url {
            width: 100%;
        }
        .woocommerce-page #page #customer_login.col2-set .col-1,
        .woocommerce-page #page #customer_login.col2-set .col-2 {
            width: 100%;
        }
        .woocommerce-page #page #customer_login.col2-set .col-2 {
            margin-top: 50px;
        }
        .woocommerce-checkout.woocommerce-page #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 #page table.shop_attributes td,
        .woocommerce #page table.shop_attributes th {
            width: 100%;
            display: block;
        }
        .woocommerce #page table.shop_attributes td p {
            padding: 12px 20px;
        }
        .woocommerce-MyAccount-navigation {
            margin-bottom: 50px;
        }
        .woocommerce #page .col2-set,
        .woocommerce-page #page .col2-set,
        #order_review_wrapper {
            width: 100%;
        }
        #page .woocommerce #content table.cart td.actions .coupon .button.alt,
        #page .woocommerce #content table.cart td.actions .coupon .input-text+.button,
        #page .woocommerce table.cart td.actions .coupon .button.alt,
        #page .woocommerce table.cart td.actions .coupon .input-text+.button,
        .woocommerce-page #page #content table.cart td.actions .coupon .button.alt,
        .woocommerce-page #page #content table.cart td.actions .coupon .input-text+.button,
        .woocommerce-page #page table.cart td.actions .coupon .button.alt,
        .woocommerce-page #page table.cart td.actions .coupon .input-text+.button {
            float: left;
        }
        .woocommerce-cart .woocommerce #page .quantity,
        .woocommerce-cart .woocommerce #page #content .quantity,
        .woocommerce-cart.woocommerce-page #page .quantity,
        .woocommerce-cart.woocommerce-page #page #content .quantity {
            float: right;
            clear: none;
            padding-right: 0;
        }
        .woocommerce-cart #page .quantity .plus,
        .woocommerce-cart #page .quantity .minus,
        .woocommerce-cart #page #content .quantity .plus,
        .woocommerce-cart #page #content .quantity .minus {
            right: 1px;
        }
        .woocommerce #page table.shop_table_responsive tr:nth-child(2n) td,
        .woocommerce-page #page table.shop_table_responsive tr:nth-child(2n) td {
            background-color: transparent;
        }
        .woocommerce #page table.shop_table_responsive tr td:before,
        .woocommerce-page #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;
        }
        #page .wishlist_table thead {
            display: none;
        }
        #page .wishlist_table tr td {
            display: block;
            text-align: right;
        }
        #page .wishlist_table tr td.product-name:before,
        #page .wishlist_table tr td.product-price:before,
        #page .wishlist_table tr td.product-stock-status:before {
            content: attr(data-title);
            float: left;
        }
        .woocommerce-wishlist.woocommerce-page #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 #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,
        .woocommerce-page #page #content div.product div.images,
        .woocommerce-page #page #content div.product div.summary,
        .woocommerce-page #page div.product div.images,
        .woocommerce-page #page div.product div.summary {
            float: left;
        }
        .woocommerce #page div.product div.summary,
        .woocommerce-page #page div.product div.summary {
            float: right;
        }
        .woocommerce #page div.product .woocommerce-tabs,
        .woocommerce-page #page div.product .woocommerce-tabs {
            clear: both;
            width: 100%;
            float: left;
        }
        .woocommerce div.product .woocommerce-tabs ul.tabs li {
            width: 100%;
        }
      }

      /* =Mobile Landscape Size to Tablet Portrait
      ----------------------------------------------- */
      @media only screen and (max-width: 680px) {
        #page .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 #e1e1e1;
        }
        #page .woocommerce .order_details li:last-of-type {
            border-bottom: none;
        }
        .woocommerce-checkout.woocommerce-page #page form.checkout_coupon .form-row-first {
            width: 100%;
            margin: 0;
        }
        .woocommerce-page #page table.cart td.actions .coupon .input-text,
        .woocommerce-page #page #content table.cart td.actions .coupon .input-text {
            width: 100% !important;
        }
        .submit-button-wrapper.apply_coupon {
            margin-top: 14px;
        }
        #page .woocommerce table.cart td.actions .coupon,
        .woocommerce-page #page #content table.cart td.actions .coupon,
        .woocommerce-page #page table.cart td.actions .coupon {
            margin-bottom: 6px;
        }
        .woocommerce #page form .form-row-first,
        .woocommerce #page form .form-row-last,
        .woocommerce-page #page form .form-row-first,
        .woocommerce-page #page form .form-row-last {
            width: 100%;
        }
        #page .woocommerce #content table.cart td.actions .coupon .button.alt,
        #page .woocommerce #content table.cart td.actions .coupon .input-text+.button,
        #page .woocommerce table.cart td.actions .coupon .button.alt,
        #page .woocommerce table.cart td.actions .coupon .input-text+.button,
        .woocommerce-page #page #content table.cart td.actions .coupon .button.alt,
        .woocommerce-page #page #content table.cart td.actions .coupon .input-text+.button,
        .woocommerce-page #page table.cart td.actions .coupon .button.alt,
        .woocommerce-page #page table.cart td.actions .coupon .input-text+.button {
            float: left;
            clear: both;
            margin-top: .5em;
        }
        #page .yith-wcwl-add-to-wishlist {
            clear: both;
            margin-left: 0;
            margin-top: 1.65em;
        }
        .single-product #page .easy-social-share-button {
            margin-top: 1.65em;
        }
        #page #yith-wcwl-popup-message {
            margin-left: -24px !important;
            text-align: left;
        }
        #page #yith-wcwl-popup-message:before {
            margin-left: -67px;
        }
      }

      @media (max-width: 600px) {
        /* =WooCommerce
        ----------------------------------------------- */
        .woocommerce #page .woocommerce-breadcrumb,
        .woocommerce-page #page .woocommerce-breadcrumb {
            float: left;
            margin: 0;
            clear: both;
            bottom: 3px;
        }

        /* WooCommerce reviews */
        .woocommerce #page #reviews #comments ol.commentlist li img.avatar,
        .woocommerce-page #page #reviews #comments ol.commentlist li img.avatar {}
        .woocommerce #page #reviews #comments ol.commentlist li .comment-text,
        .woocommerce-page #page #reviews #comments ol.commentlist li .comment-text {}
        .woocommerce #page .cart-collaterals .cross-sells,
        .woocommerce-page #page .cart-collaterals .cross-sells {
            width: 100%;
        }
        .woocommerce #page .cart-collaterals .cart_totals,
        .woocommerce-page #page .cart-collaterals .cart_totals {
            float: left;
            width: 100%;
        }
        .woocommerce #page .cart-collaterals .shipping_calculator,
        .woocommerce-page #page .cart-collaterals .shipping_calculator {
            float: left;
            width: 100%;
        }
      }

      @media (max-width: 480px) {
        .post-type-archive-product.woocommerce .entry-header-wrapper .entry-header,
        .tax-product_cat.woocommerce .entry-header-wrapper .entry-header {
            margin-bottom: 15px;
        }
        .single-product.woocommerce #page .woocommerce-breadcrumb,
        .single-product.woocommerce-page #page .woocommerce-breadcrumb {
            bottom: -1px;
        }
        .woocommerce .entry-header-wrapper .entry-header {
            margin-bottom: 0;
        }
        .post-type-archive-product.woocommerce #primary,
        .post-type-archive-product.woocommerce-page #primary,
        .single-product.woocommerce #primary,
        .single-product.woocommerce-page #primary {
            width: 100%;
            float: none;
            border: none;
            padding-right: 0;
            padding-bottom: 0;
            margin-right: 0;
        }
        .tax-product_cat.woocommerce #primary {
            width: 100%;
            float: none;
            border: none;
            padding-right: 0;
            padding-bottom: 0;
            margin-right: 0;
        }
        .woocommerce #page ul.products li.product:nth-child(2n+2),
        .woocommerce-page #page ul.products li.product:nth-child(2n+2) {
            margin-right: 0;
        }
        .woocommerce.shop-no-sidebar #page ul.products li.product:nth-child(2n+2),
        .woocommerce-page.shop-no-sidebar #page ul.products li.product:nth-child(2n+2) {
            margin-right: 0;
        }
        .woocommerce #page ul.products li.product,
        .woocommerce-page #page ul.products li.product {
            width: 47.8%;
            clear: none;
        }
        .woocommerce.shop-no-sidebar #page ul.products li.product,
        .woocommerce-page.shop-no-sidebar #page ul.products li.product {
            width: 47.8%;
            clear: none;
        }
        .woocommerce #page ul.products li.last,
        .woocommerce-page #page ul.products li.last {
            margin-right: 3.8%;
        }
        .woocommerce #page div.product div.images,
        .woocommerce #page #content div.product div.images,
        .woocommerce-page #page div.product div.images,
        .woocommerce-page #page #content div.product div.images {
            width: 100%;
        }
        .woocommerce #page div.product div.summary,
        .woocommerce #page #content div.product div.summary,
        .woocommerce-page #page div.product div.summary,
        .woocommerce-page #page #content div.product div.summary {
            width: 100%;
        }
        .woocommerce-page #page #content table.cart td.actions .button {
            clear: both;
            float: left;
            margin-top: 16px;
        }
        .woocommerce #page div.product div.summary,
        .woocommerce-page #page div.product div.summary {
            margin-top: 30px;
        }

        /* =WooCommerce
        ----------------------------------------------- */
        .woocommerce #page .col2-set,
        .woocommerce-page #page .col2-set {
            width: 100%;
            float: none;
        }
        #order_review_wrapper {
            width: 100%;
            margin-left: 0;
            float: none;
            margin-top: 30px;
        }
      }