header.woocommerce-products-header h1{
    color: #888;
    font-size: 18px;
    font-weight: normal;
}
p.woocommerce-result-count{
    font-size: 13px;
    color: #aaa;
}
form.woocommerce-ordering select{
    border: none;
    background: #f5f5f5;
    color: #666;
    padding: 5px;
}
form.woocommerce-ordering{
    margin-top: -20px;
}
ul.products{
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.products li.product{
    background: #fff;
    position: relative;
    padding: 15px !important;
}
ul.products li.product figure{
    height: 0;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
}
ul.products li.product figure img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.woocommerce .onsale{
    background: #0091ea;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 3;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    font-weight: normal;
}
ul.products li.product .title{
    text-align: center;
    font-size: 16px;
    margin: 0;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
ul.products li.product .price{
    text-align: center;
    color: #999;
    margin-bottom: 20px;
}
ul.products li.product .price *{
    unicode-bidi: plaintext;
}
ul.products li.product .price ins{
    text-decoration: none;
    margin-right: 5px;
}
ul.products li.product .actions{
    height: 30px;
    line-height: 30px;
    text-align: center;
}
ul.products li.product .actions a{
    display: inline-block;
    background: #eee;
    color: #999;
    padding: 0 10px;
    font-size: 14px;
    transition: .2s;
}
ul.products li.product .actions a:not(.loading):hover, ul.products li.product .actions a.added_to_cart{
    background: #0091ea;
    color: #fff;
}
ul.products li.product .actions a.added{display: none;}
ul.products li.product .actions a.loading{
    opacity: .8;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: context-menu
}
.woocommerce-tabs.wc-tabs-wrapper{
    background: #fff;
    padding: 15px;
}
.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs{
    margin: -15px -15px 15px -15px;
    padding: 0;
    border-bottom: #f5f5f5 2px solid;
}
.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs li{
    float: right;
}
.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs a{
    display: block;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    position: relative;
    overflow: hidden;
    transition: .2s;
    color: #999;
}
.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs li.active a{
    color: #666;
    line-height: 35px;
}
.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs li a::after{
    content: "";
    border-color: transparent transparent #f5f5f5 transparent;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: .2s;
}
.woocommerce-tabs.wc-tabs-wrapper ul.wc-tabs li.active a::after{
    bottom: 0;
}
.woocommerce-tabs.wc-tabs-wrapper h2{
    font-size: 18px;
    color: #999;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel{
    font-size: 14px;
    color: #666;
}

nav.woocommerce-pagination{
    margin-bottom: 30px;
}
nav.woocommerce-pagination ul{
    padding: 0;
    margin: 0;
    text-align: center;
    direction: ltr;
}
nav.woocommerce-pagination ul li>*{
    display: block;
    padding: 5px 10px;
    background: #eee;
    color: #888
}
nav.woocommerce-pagination ul li>a{
    color: #666;
    transition: .2s;
}
nav.woocommerce-pagination ul li>a:hover{
    background: #0091ea;
    color: #fff;
}
.woocommerce-product-gallery {
    position: relative;
    margin-bottom: 3em
}

.woocommerce-product-gallery figure {
    margin: 0
}

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}
.woocommerce-product-gallery .flex-control-thumbs{
    margin: 0;
    padding: 0;
}
.woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    float: right;
    cursor: pointer
}

.woocommerce-product-gallery .flex-control-thumbs img {
    opacity: .5
}

.woocommerce-product-gallery .flex-control-thumbs img.flex-active,.woocommerce-product-gallery .flex-control-thumbs img:hover {
    opacity: 1
}

.woocommerce-product-gallery img {
    display: block
}

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 33.3333%
}

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25%
}

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 20%
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 99;
}

a.woocommerce-product-gallery__trigger {
    text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 100px;
    z-index: 99;
    text-align: center;
    text-indent: -999px;
    overflow: hidden;
    font-weight: normal;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    background-color: #0091ea;
    color: #ffffff;
    transition: .2s
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover{
    opacity: 0.8
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    font-weight: 400;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f002";
    line-height: 40px;
    text-indent: 0;
}
.woocommerce-product-gallery .flex-control-thumbs::after{
    content: '';
    display: block;
    clear: both;
}
.woocommerce div.product{
    position: relative;
}
.woocommerce div.product span.onsale{
    left: auto;
    right: 60px;
}
.woocommerce .product .summary.entry-summary h1.product_title{
    font-size: 24px;
    color: #666;
}
.woocommerce .product .summary.entry-summary .price{
    color: #444;
    font-size: 16px;
}
.woocommerce .product .summary.entry-summary .price *, .amount *, .amount{
    unicode-bidi: plaintext;
}
.woocommerce .product .summary.entry-summary .price ins{
    text-decoration: none;
    color: #0091ea;
    float: left;
}
.woocommerce .product .summary.entry-summary .price del{
    opacity: .8;
}
.woocommerce-product-details__short-description{
    color: #666;
}
.woocommerce-page div.product div.summary .stock{
    color: #666;
}
.woocommerce .product form.cart .quantity{
    display: flex;
}
.woocommerce .product form.cart .quantity>*{
    background: #f5f5f5;
    color: #666;
    border: none;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
}
.woocommerce .product form.cart .quantity label{
    background: #eee;
}
.woocommerce .product form.cart .quantity input{
    width: 100px;
}
.woocommerce .product .product_meta{
    margin-top: 15px;
    color: #888;
    font-size: 13px;
}
.woocommerce .product .product_meta>span{
    display: block;
    margin-top: 5px
}
.star-rating {
    font-size: 0;
    position: relative;
    width: auto;
    display: inline-block;
}

.star-rating::before, .star-rating span[style*="width"]::before {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 600;
    font-size: 13px;
    color: #eee;
    content: "\f005\f005\f005\f005\f005";
}

.star-rating span[style*="width"]::before {
    font-weight: 900;
    color: #febd69;
    position: absolute;
    right: 0;
    top: 0;
}

.star-rating span[style*="width"] {
    position: absolute;
    right: 0;
    top: -.2px;
    overflow: hidden;
    height: 100%;
}
.woocommerce-tabs.wc-tabs-wrapper{
    margin-bottom: 30px;
}
.woocommerce section.products>h2{
    font-size: 18px;
    color: #888;
}

.woocommerce.single-product .stars span a {
    font-size: 0;
    display: inline-block;
    width: auto;
    height: auto;
    color: #0091ea;
}

.woocommerce.single-product .stars {
    display: inline-block;
    margin-right: 10px;
}

.woocommerce.single-product .stars span a:before {
    content: "\f005";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    font-size: 14px;
    font-weight: 900
}

.woocommerce.single-product .stars span a.active + a:before, .woocommerce.single-product .stars span a.active + a + a:before, .woocommerce.single-product .stars span a.active + a + a + a:before, .woocommerce.single-product .stars span a.active + a + a + a + a:before {
    color: #999;
    font-weight: 300
}

#respond span.comment-reply-title{
    display: block;
    text-align: center;
    color: #777
}
#reviews .woocommerce-noreviews{
    color: #888
}


.woocommerce-comments-stars h6 {
    font-size: 16px;
    color: #666;
    margin-bottom: 3px;
}

.woocommerce-comments-stars span.star-average {
    font-size: 13px;
    color: #999;
    margin-bottom: 15px;
    display: block;
}

.woocommerce-comments-stars ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.woocommerce-comments-stars ul li {
    margin-bottom: 10px;
}

.woocommerce-comments-stars .progress {
    height: 5px;
    clear: both;
}

.woocommerce-comments-stars span.title {
    font-size: 13px;
    color: #999;
    float: left;
}

.woocommerce-comments-stars ul li .progress-bar {
    background-color: #ccc;
}




.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel p.woocommerce-noreviews {
    font-size: 13px;
    color: #777;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel span.comment-reply-title, .woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel p.comment-notes {
    font-size: 13px;
    color: #777;
    margin-bottom: 5px;
    display: block;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist {
    margin-top: 30px;
    list-style: none;
    padding: 0;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist img.avatar {
    width: 40px;
    float: right !important;
    border-radius: 100%
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist .comment-text {
    width: calc(100% - 40px);
    display: inline-block;
    float: right;
    padding-right: 15px;
    font-size: 13px;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist .comment_container::after {
    content: "";
    display: block;
    clear: both;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist .comment-text p.meta {
    margin-bottom: 5px;
    color: #999;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist .comment-text .description {
    color: #666;
    line-height: 1.2;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist .comment-text .description p {
    margin: 0;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist li.comment {
    margin-bottom: 15px;
    padding: 15px;
}

.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist li.comment:not(:last-of-type) {
    border-bottom: #eee 1px solid;
}
.woocommerce-tabs.wc-tabs-wrapper > div.woocommerce-Tabs-panel .commentlist ul.children{
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
    background: #f5f5f5;
}
a.woocommerce-review-link{
    color: #999;
}
ins{
    text-decoration: none;
}

.woocommerce-grouped-product-list-item__price{
    text-align: left;
    color: #666;
}
.cart.grouped_form table.group_table{
    width: 100%;
}
.woocommerce-error{
    padding: 0;
    margin: 0;
    list-style: none;
}
.woocommerce-error li{
    padding: 10px;
    background: #eee;
    color: #666;
    margin-bottom: 15px;
}
form.variations_form table.variations td{
    vertical-align: top;
}
form.variations_form table.variations td label{
    margin: 5px 0 0 0;
    color: #666;
}
form.variations_form table.variations td.value::after{
    content: '';
    display: block;
    clear: both;
}
form.variations_form table.variations td.value a.reset_variations{
    float: left;
}
#tab-reviews #respond{
    margin: 30px 0;
}
.woocommerce-store-notice.demo_store{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #666;
    margin: 0;
    padding: 10px;
    z-index: 999;
    text-align: center;
    color: #eee;
}
.woocommerce-store-notice.demo_store a{
    color: #eee;
    margin: 0 10px;
}


.woocommerce-page.woocommerce-cart table.shop_table {
    width: 100%;
}

.woocommerce-page.woocommerce-cart table.shop_table td, .woocommerce-page.woocommerce-cart table.shop_table th {
    border: #eee 1px solid;
    padding: 5px 10px;
}

.woocommerce-page.woocommerce-cart table.shop_table td:not(.product-name) {
    text-align: center;
}

.woocommerce-page.woocommerce-cart table.shop_table td.product-remove {
    background: #fff7f7;
}

.woocommerce-page.woocommerce-cart table.shop_table td.product-remove a {
    color: #ff0000;
    font-size: 18px;
    opacity: .5;
    transition: .2s;
}

.woocommerce-page.woocommerce-cart table.shop_table td.product-remove a:hover {
    opacity: 1;
}

.woocommerce-page.woocommerce-cart table.shop_table th {
    text-align: center;
}

.woocommerce-page.woocommerce-cart table.shop_table thead {
    background: #fafafa;
}

.woocommerce-page.woocommerce-cart table.shop_table td img {
    height: auto;
    min-width: 40px;
    max-width: 40px;
}

.woocommerce-page.woocommerce-cart table.shop_table td.product-name a {
    display: inline-block;
    max-width: 100%;
    font-size: 13px;
}

.woocommerce-page.woocommerce-cart table.shop_table td input.qty {
    width: 50px;
    border: #eee 1px solid;
    padding: 1px 5px;
    border-radius: 3px;
}

.woocommerce-page.woocommerce-cart .cart-collaterals {
    margin-top: 30px;
}

.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals > h2 , .cross-sells>h2{
    font-size: 18px;
    color: #999;
    margin-bottom: 15px;
}

.woocommerce-page.woocommerce-cart .cart-collaterals table th {
    width: 10%;
    background: #fafafa;
}

.woocommerce-page.woocommerce-cart .cart-collaterals table td {
    text-align: right !important;
}

.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    text-align: left;
    margin-top: 15px;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li {
    display: inline-block;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li a {
    display: inline-block;
    padding: 5px 10px;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #0091ea;
}

.woocommerce nav.woocommerce-MyAccount-navigation ul li:not(:last-of-type)::after {
    content: "/";
    color: #aaa;
}

.woocommerce-MyAccount-content h3 {
    margin-bottom: 15px;
    font-size: 18px;
}
.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content{
    float: none;
    width: 100%;
}

.rima-wc-span-100 span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}
.woocommerce-variation-price{
    text-align: center;
    margin: 10px 0;
}
.woocommerce-message{
    padding: 10px;
    margin-bottom: 15px;
    background: #f5f5f5;
    color: #666;
}
.woocommerce-message a.button{
    float: left;
    margin: -10px;
    padding: 10px;
    background: #eee;
    color: #666;
    transition: .2s;
}
.woocommerce-message a.button:hover{
    background: #0091ea;
    color: #fff;
}
.woocommerce-product-gallery .flex-viewport{
    margin-bottom: 10px;
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{
    text-align: center;
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li img{
    display: inline-block;
}