/*
  
  // Shiva - Responsive WooCommerce WordPress Theme

*/ 
 
.product-item{
    position: relative;
    overflow: hidden;
}
.product-item-detail {   
    overflow: hidden;
    margin-top: 15px;
    text-align: center;
    position: relative;
}

.product-img-wraper {
    position: relative;    
}

.product-img-wraper > a {
    display: block;
}

.woocommerce ul.products li.product a img{
    width: 100%;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    margin: 0;
}
.woocommerce.product-thumb ul.products li.product a img{
    max-height: 120px;
    width: auto;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
    display: block;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
    text-transform: none;
    line-height: 1.4;
}

.woocommerce .product-list-view ul.products li.product .woocommerce-loop-category__title, 
.woocommerce .product-list-view ul.products li.product .woocommerce-loop-product__title, 
.woocommerce .product-list-view ul.products li.product h3{ 
    margin-bottom: 15px;
}

.woocommerce ul.products li.product .price{
    color: #333;
    margin-bottom: 20px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}
.woocommerce ul.products li.product .price del{
    opacity: 1;   
}
.woocommerce .products .product-item-detail .star-rating{
    text-align: center;
    margin: 0 auto;
}
.woocommerce ul.products li.product .onsale{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;   
    padding: 4px 10px;
    line-height: 1;
    display: table;
    color: #fff;
    font-size: 12px;
    cursor: default;    
    background: #ff9000;
    border-radius: 0 10px 0 0;
    -moz-border-radius: 0 10px 0 0;
    -webkit-border-radius: 0 10px 0 0;
    margin: 0;
    min-height: inherit;
    min-width: inherit;
    font-weight: inherit;
    text-transform: uppercase;
}
.woocommerce ul.products li.product .button{
    margin-top: 0;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce a.added_to_cart, .woocommerce button.button, .woocommerce input.button{
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    border-width: 2px;
    border-style: solid;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #333;
    border-color: transparent;
    color: #fff;
    padding: 9px 25px;
    display: inline-block;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{
    padding: 11px 25px; 
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
     padding: 9px 25px; 
     color: #fff;
     background-color: #333;
}
.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button{
    padding: 8px 20px;
}
.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
    background-color: #4b4b4b;
    color: #333;
}
.woocommerce-cart #content table.cart td.actions .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon input[type=text] {
    width: auto;
    margin-right: 0;
    padding: 9px 15px;
    background: #fff;
    border: 1px solid #b2b2b2;
}
.woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon input[type=text]{
        height: 36px;
}
@media (max-width: 480px){
    .woocommerce-cart #content table.cart td.actions .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon input[type=text] {
        width: 100%;
        margin-bottom: 10px;
    }
    .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input{
        width: 100%;
    }
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover,.woocommerce a.added_to_cart:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: transparent;
    border: 2px solid #333;
    color: #333;
}
.product-btn{
    position: relative;    
    width: 100%;    
    text-align: center;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    z-index: 9;   
}
.product-btn .product-btn-inner{    
    display: table;
    width: 100%;   
}
.woocommerce .product-grid-view.product-list-view .product-btn .product-btn-inner{
    width: auto;
}
.product-btn .product-btn-inner a{
    width: 100%;
} 
.product-btn .product-btn-inner a.added{
    display: none;
}  
.woocommerce ul.products li.product .price ins{
    font-weight: 500;
}
.woocommerce.product-carousel ul.products{
    margin: 0;    
}
.woocommerce ul.products{
    margin-bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    clear: none;   
}
.woocommerce ul.products.columns-6 > li.product,
.woocommerce ul.products.columns-5 > li.product,
.woocommerce ul.products.columns-4 > li.product,
.woocommerce ul.products.columns-3 > li.product,
.woocommerce ul.products.columns-2 > li.product{
     margin-right: 0;     
}

.woocommerce ul.products.columns-6 > li.product{
    width: 16.666667%;   
}
.woocommerce ul.products.columns-5 > li.product{
    width: 20%;   
}
.woocommerce ul.products.columns-4 > li.product{
    width: 25%;   
}
.woocommerce ul.products.columns-3 > li.product{
    width: 33.333333%;    
}
.woocommerce ul.products.columns-2 > li.product{
    width: 50%;
}
@media(max-width: 1200px){
    .woocommerce ul.products.columns-5 > li.product {
        width: 25%;
    }
}
@media(max-width: 1199px){
    .woocommerce ul.products.columns-5 > li.product {
        width: 33.33%;
    }
}
@media (min-width: 992px){
    .woocommerce ul.products{
        margin-right: -15px;
        margin-left: -15px;
    }
    .woocommerce .related ul.products{
        margin: 0;
    }
    .woocommerce .product-grid-view.product-list-view ul.products{
        margin: 0px;
    }
    .woocommerce ul.products.columns-6 > li.product,  
    .woocommerce ul.products.columns-5 > li.product,    
    .woocommerce ul.products.columns-4 > li.product,
    .woocommerce ul.products.columns-3 > li.product,
    .woocommerce ul.products.columns-2 > li.product{
        margin-right: 0; 
        padding-left: 15px;
        padding-right: 15px;      
    }
    .woocommerce ul.products.columns-6 > li.product:nth-child(6n+6),
    .woocommerce ul.products.columns-5 > li.product:nth-child(5n+5),
    .woocommerce ul.products.columns-4 > li.product:nth-child(4n+4),
    .woocommerce ul.products.columns-3 > li.product:nth-child(3n+3),
    .woocommerce ul.products.columns-2 > li.product:nth-child(2n+2){
        margin-right: 0;
    }
}
@media (max-width: 575px){
    .woocommerce ul.products.columns-6 > li.product,
    .woocommerce ul.products.columns-5 > li.product,  
    .woocommerce ul.products.columns-4 > li.product,
    .woocommerce ul.products.columns-3 > li.product,
    .woocommerce ul.products.columns-2 > li.product{
        width: 100%;
        margin-right: 0;
    }
    .woocommerce ul.products.columns-6 > li.product:nth-child(2n+2),
    .woocommerce ul.products.columns-5 > li.product:nth-child(2n+2),
    .woocommerce ul.products.columns-4 > li.product:nth-child(2n+2),
    .woocommerce ul.products.columns-3 > li.product:nth-child(2n+2),
    .woocommerce ul.products.columns-2 > li.product:nth-child(2n+2){
        margin-right: 0;
    }
}
@media (min-width:576px) and (max-width:767px){
    .woocommerce ul.products.columns-6 > li.product,
    .woocommerce ul.products.columns-5 > li.product,
    .woocommerce ul.products.columns-4 > li.product,
    .woocommerce ul.products.columns-3 > li.product,
    .woocommerce ul.products.columns-2 > li.product{
        width: 48.8%;
        margin-right: 2%;
    }
    .woocommerce ul.products.columns-6 > li.product:nth-child(2n+2),
    .woocommerce ul.products.columns-5 > li.product:nth-child(2n+2),
    .woocommerce ul.products.columns-4 > li.product:nth-child(2n+2),
    .woocommerce ul.products.columns-3 > li.product:nth-child(2n+2),
    .woocommerce ul.products.columns-2 > li.product:nth-child(2n+2){
        margin-right: 0;
    }
}
@media (max-width: 768px){
    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), 
    .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){
        float: left;
        margin-right: 0;
    }
    .woocommerce ul.products.columns-5  li.product:nth-child(2n), 
    .woocommerce-page ul.products.columns-5  li.product:nth-child(2n),
    .woocommerce ul.products.columns-6  li.product:nth-child(2n), 
    .woocommerce-page ul.products.columns-6  li.product:nth-child(2n){
        margin-right: 2%;
    }
}
@media (max-width: 767px){
    .woocommerce ul.products.columns-5  li.product:nth-child(2n), 
    .woocommerce-page ul.products.columns-5  li.product:nth-child(2n),
    .woocommerce ul.products.columns-6  li.product:nth-child(2n), 
    .woocommerce-page ul.products.columns-6  li.product:nth-child(2n){
        margin-right: 0;
    }
}
@media (min-width:768px) and (max-width:991px){
    .woocommerce ul.products.columns-6 > li.product,
    .woocommerce ul.products.columns-5 > li.product,
    .woocommerce ul.products.columns-4 > li.product,
    .woocommerce ul.products.columns-3 > li.product{
        width: 31.9%;
        margin-right: 2%;
    }
    .woocommerce ul.products.columns-6 > li.product:nth-child(3n+3),
    .woocommerce ul.products.columns-5 > li.product:nth-child(3n+3),
    .woocommerce ul.products.columns-4 > li.product:nth-child(3n+3),
    .woocommerce ul.products.columns-3 > li.product:nth-child(3n+3){
        margin-right: 0;
    }
    .woocommerce ul.products.columns-2 > li.product{
        width: 48.9%;
        margin-right: 2%;
    }
}

.woocommerce.product-carousel ul[class*='products columns-'] li.product,.woocommerce ul.products[class*=columns-] .product-carousel li.product{
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    flex:0 0 100%;
    max-width:100%;
}
/******/
.woocommerce .loader:before {
    display: none;
}
.woocommerce nav.woocommerce-pagination {
    text-align: center;
    background: #ffffff;
    padding: 10px 30px; 
    margin-top: 30px;
    line-height: 0;  
}
.woocommerce nav.woocommerce-pagination ul{
    border: none;
    margin: 0;
}
.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    float: left;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0 4px;
    border: none;
}
.woocommerce.woocommerce-page nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    background-color: #f6f6f6;
    border: 1px solid transparent;
    box-sizing: border-box;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 500;
    height: 36px;
    line-height: 35px;
    padding: 0 12px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    color: #333;
}
.woocommerce.woocommerce-page nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {    
    color: #fff;
}
/*** product list view **/
.woocommerce .product-item .product-short-description{
    display: none;
}
.woocommerce .product-grid-view.product-list-view  ul.products[class*=columns-] li.product, .woocommerce-page .product-grid-view.product-list-view  ul.products[class*=columns-] li.product{
    width: 100%;
    margin-right: 0;
    padding: 0;
    margin-bottom: 30px;
    border: none;    
    flex: 0 0 100%;
    max-width: 100%;
}
.woocommerce .product-grid-view.product-list-view  ul.products[class*=columns-] li.product:last-child, .woocommerce-page .product-grid-view.product-list-view  ul.products[class*=columns-] li.product:last-child{
    border-bottom: none;
}
.woocommerce .product-grid-view.product-list-view .product-item .product-img-wraper{  
    position: relative;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;

}
.woocommerce .product-grid-view.product-list-view .product-item .product-item-detail{    
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: left;
    position: relative;
    top: 0;
    padding: 0;
    margin-left: 30px;
    margin-top: 0;
}
.woocommerce .product-grid-view.product-list-view .product-item .star-rating, .woocommerce .product-grid-view.product-list-view .product-item .product-short-description{
    display: block;
    margin-top: 15px;
    margin-bottom: 25px;
}
.woocommerce .product-grid-view.product-list-view .product-item .star-rating{
    margin: 20px 0 20px 0 ;
}
.woocommerce .products .product{
   transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.woocommerce ul.products li.product .star-rating{
    font-size: 1em;
}
.woocommerce .product-grid-view.product-list-view .product-item-inner{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 0;
}
@media only screen and (max-width: 767px){
    .woocommerce .product-grid-view.product-list-view .product-item-inner{
        display: block;
    }
    .woocommerce .product-grid-view.product-list-view .product-item .product-img-wraper{
        width: 100%;
        display: block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .woocommerce .product-grid-view.product-list-view .product-item .product-item-detail{
        padding-top: 15px;
        margin-left: 0;
        width: 100%;
        display: block;
    }
}
/**** Sidebar ****/
.woocommerce .widget_price_filter form{
    padding-top: 5px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: #ddd;
    height: 3px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #fff;
    top: -5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .button {
    font-size: 14px;
    color: #fff;
    padding: 0;
    line-height: 24px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #333;
    float: left;
    padding: 4px 16px;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .button:hover{
    color: #333;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .button:before {
    content: "\f0b0";
    font-family: FontAwesome;
    padding-right: 10px;
}
.widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
    display: inline-block;
    width: auto;    
    font-size: 16px;
    color: #333;
    padding: 0;
    margin-top: 10px; 
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0;
    list-style: none;
    margin-bottom: 5px;
}
.woocommerce .widget_layered_nav ul li span.count,
.woocommerce .widget_product_categories ul li span.count {
    color: #666;
    float: right;
}
.woocommerce ul.product_list_widget li img{
    width: 100%;
    height: auto;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
    float: left;
    margin-right: 20px;
    min-width: 90px;
    max-width: 90px;
    margin-left: 0;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: normal;
    line-height: 1.3;
}
.woocommerce ul.product_list_widget li a .product-title {
    font-weight: 500;
}
.woocommerce ul.product_list_widget li a, .woocommerce ul.product_list_widget li .star-rating{
    margin-bottom: 5px;
}
.widget-area .woocommerce ul.product_list_widget li a,
.widget-area .woocommerce ul.product_list_widget li .star-rating{
    margin-bottom: 5px;
}
.widget-area .woocommerce ul.product_list_widget li .star-rating{
    margin: 18px 0 0 0px;
}
.widget-area .woocommerce ul.product_list_widget .price{
    margin-top: 15px;
    margin-left: 110px;
    display: block;
}
.woocommerce ul.product_list_widget li{
    display: block;
    margin-bottom: 30px;
    padding-top: 0;
    position: relative;
}
.widget-area .woocommerce ul.product_list_widget li{
    padding: 0;
}
.woocommerce ul.product_list_widget li:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.woocommerce-Price-amount {
    font-weight: 500;
}
.widget_product_tag_cloud .tagcloud, .widget_tag_cloud .tagcloud {
    margin: -3px -1px;
}
.widget_product_tag_cloud .tagcloud a, .widget_tag_cloud .tagcloud a {
    padding: 4px 15px;
    margin: 3px 1px;
    border: none;
    display: inline-block;
    font-size: 15px!important;
    background: #eee;
    border-radius: 3px;
    text-transform: capitalize;
}
.woocommerce .widget_layered_nav_filters ul li a::before,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{    
    font-size: 12px;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    width: 100%;
    margin-bottom: 0;
}
.woocommerce div.product div.summary{
    float: none;
    width: 100%;
    margin-bottom: 0;
}
.woocommerce div.product .woocommerce-product-rating{
    margin-bottom: 0;
}
.woocommerce div.product .product_title{
    font-size: 24px;
    word-wrap: break-word;
    text-transform: none;
    margin-bottom: 10px;
}
.woocommerce .star-rating:before{
    color: inherit;
}
.woocommerce div.product .summary p.price, .woocommerce div.product .summary span.price {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;    
}
.woocommerce-Price-amount{
    color: #333;
}
del .woocommerce-Price-amount {
    font-weight: normal;    
    font-style: italic;
    text-decoration: line-through;
    color: #6f6f6f;
    font-size: 16px;
}
.woocommerce-product-details__short-description {
    margin-bottom: 15px;    
    color: #777;
}
.woocommerce-product-details__short-description p {
    padding: 0;
    margin: 0;
}
.woocommerce div.product p.stock{
    font-size: 13px;    
    display: inline-block;
    padding: 0px 8px;
    color: #fff;
    margin-bottom: 0;
}
.woocommerce  .summary.entry-summary .product_share{
    
}
.woocommerce div.product p.stock.out-of-stock{
    margin-bottom: 0;
}

.single-product .product .summary.entry-summary .yith-wcwl-add-to-wishlist,
.woocommerce .product .summary.entry-summary  a.compare {
    display: inline-block;   
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;  
    color: #333;
    text-transform: uppercase;
}
.woocommerce .product .summary.entry-summary a.compare:hover{
    color: #f45245;
}

.single-product .product .summary.entry-summary .yith-wcwl-add-to-wishlist{
    margin-right: 20px;
}
@media only screen and (max-width: 360px){
    .single-product .product .summary.entry-summary .yith-wcwl-add-to-wishlist{
        margin-top: 15px;
    }
}
.single-product .product .summary .yith-wcwl-add-to-wishlist a:before {    
    content: "\f004";
}



    .single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
        padding-top: 0;
        padding-bottom: 0;
    }

        .single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {          
        }

        .single-product .product .summary .yith-wcwl-add-to-wishlist a {
        display: inline-block;
        width: auto;
        height: auto;
        font-size: 16px;
    }

.single-product .product .summary a.compare:before {
    content: "\f021";
}

.single-product .product .summary .yith-wcwl-add-to-wishlist a:before,
.single-product .product .summary a.compare:before{
    font-family: FontAwesome;       
    font-size: 16px;   
    margin: 0 auto;
    text-align: center;
    color: #333;
} 
.single-product .product .summary .yith-wcwl-add-to-wishlist a:before,
.single-product .product .summary a.compare:before {
    /*background-color: #333;    */
}
.single-product .product .summary .yith-wcwl-add-to-wishlist a:hover:before,
.single-product .product .summary a.compare:hover:before {
    color:#f45245;    
}
.single-product .product .summary a.compare:before{
    margin-right: 5px;
}
.woocommerce-product-rating .woocommerce-review-link{
    padding-left: 5px;
}
.woocommerce-product-rating .woocommerce-review-link:hover{
    color: #333;
}
.product_meta {
    margin-bottom: 10px;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #b2b2b2;
}

    .product_meta > span,.product_share > span{
        display: block;       
        font-weight: 500;
    }
    .product_share > span{    
        color: #333;
        font-weight: bold;
    }
    .product_meta > span:not(:last-child) {        
        margin-bottom: 10px;
    }

    .product_meta > span span, .product_meta > span a {
        color: #666;
        display: inline-block;            
        margin: 0 2px;
        font-weight: normal;
    }

    .product_meta .sku_wrapper,.product_meta .posted_in {
        font-weight: bold;
        color: #333;
    }
            
    .woocommerce #respond input#submit.alt, 
    .woocommerce a.button.alt, 
    .woocommerce button.button.alt, 
    .woocommerce input.button.alt {
        background-color: #333;
        border: 2px solid #333;
        color: #fff;
        border-radius: 0px; 
    }

    .woocommerce #respond input#submit.alt.disabled, 
    .woocommerce #respond input#submit.alt.disabled:hover, 
    .woocommerce #respond input#submit.alt:disabled, 
    .woocommerce #respond input#submit.alt:disabled:hover, 
    .woocommerce #respond input#submit.alt:disabled[disabled], 
    .woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
    .woocommerce a.button.alt.disabled, 
    .woocommerce a.button.alt.disabled:hover, 
    .woocommerce a.button.alt:disabled, 
    .woocommerce a.button.alt:disabled:hover, 
    .woocommerce a.button.alt:disabled[disabled], 
    .woocommerce a.button.alt:disabled[disabled]:hover, 
    .woocommerce button.button.alt.disabled, 
    .woocommerce button.button.alt.disabled:hover, 
    .woocommerce button.button.alt:disabled, 
    .woocommerce button.button.alt:disabled:hover, 
    .woocommerce button.button.alt:disabled[disabled], 
    .woocommerce button.button.alt:disabled[disabled]:hover, 
    .woocommerce input.button.alt.disabled, 
    .woocommerce input.button.alt.disabled:hover, 
    .woocommerce input.button.alt:disabled, 
    .woocommerce input.button.alt:disabled:hover, 
    .woocommerce input.button.alt:disabled[disabled], 
    .woocommerce input.button.alt:disabled[disabled]:hover {
        background-color: #ffffff;
        border: 2px solid #333;
        color: #333;
    }

    .woocommerce #respond input#submit.alt:hover, 
    .woocommerce a.button.alt:hover, 
    .woocommerce button.button.alt:hover, 
    .woocommerce input.button.alt:hover {
        background-color: #ffffff;
        border: 2px solid #333;
        color: #333;
    }
.woocommerce span.onsale{
   position: absolute;
    top: 15px;
    left: 30px;
    z-index: 1;   
    padding: 4px 8px;
    line-height: 1;
    display: table;
    color: #fff;
    font-size: 12px;
    cursor: default;    
    background: #f0ba29;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0;
    min-height: inherit;
    min-width: inherit;
    font-weight: inherit; 
}
.woocommerce .single-product-info span.onsale {
    display: none;
}
.woocommerce div.product form.cart{
    border-top: 1px solid #b2b2b2;
    padding-top: 25px;
    padding-bottom: 0;
    margin-bottom: 15px;
    margin-top: 25px;
}
.woocommerce .quickview-popup div.product form.cart,
.mfp-content .quickview-popup div.product form.cart{
    
}
.woocommerce div.product form.cart .variations{    
    margin-bottom: 25px;
}
.single_variation_wrap .woocommerce-variation-price{
    padding-bottom: 10px;
}
.single_variation_wrap .woocommerce-variation.single_variation{
    margin-bottom: 20px;
}
.woocommerce div.product form.cart div.quantity {    
    margin: 10px 20px 0 0;
}
.quantity {
    position: relative;
    width: 128px;    
    display: inline-block;
}
.quantity .qty-btn{
    position: relative;
    /* right: 0; */
    cursor: pointer;
    height: 100%;
    width: 36px;
    top: 0;
    text-align: center;
    line-height: 36px;
    color: #333;
    background: #e5e5e5;
    float: left;
}

.qty-btn-up:before {
    content: "+";
}

.qty-btn-down:before {
    content: "-";
}
.woocommerce .quantity .qty {
    margin: 0;
    -webkit-appearance: none !important;
    -moz-appearance: textfield !important;
    width: 54px;
    float: left;
    min-width: 54px;
    border-color: #b2b2b2;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    height: 36px;
}
.woocommerce div.product .summary form.cart .button{
    margin-top: 10px;
    padding: 9px 20px;
}
.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 15px;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0px 0px 0px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 100%;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img{
    width: auto;
    max-width: 100%;
    opacity: 1;
    margin: 0 auto;
}
.flex-control-thumbs .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.product_share > span, .product_share ul{
    display: inline-block;
}
.product_share > span{
    padding-right: 10px;
}
.product_share ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.product_share ul li{
    display: inline-block;
}
.product_share ul li a{
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #6f6f6f;
    border: none;
    display: block;
    text-align: center;
}
.product_share ul li:not(:last-child){
    margin-right: 2px;
    margin-left: 0;
}
.product_share ul li a:hover{    
    color: #fff;
}
.flex-control-thumbs .owl-nav .owl-prev,
.flex-control-thumbs .owl-nav .owl-next{
    background: rgba(0,0,0,0.7);
    width: 25px;
    height: 25px;
    z-index: 1;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.2);
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;    
    position: absolute;
    top: 45%;
    -webkit-transform: translate(0, -45%);
    -ms-transform: translate(0, -45%);
    transform: translate(0, -45%);    
    line-height: 23px;
    padding: 0;
    border: 1px solid transparent;
}
.flex-control-thumbs .owl-nav .owl-prev.disabled,
.flex-control-thumbs .owl-nav .owl-next.disabled{
    opacity: 0;
}
.flex-control-thumbs .owl-nav i{    
}
.flex-control-thumbs .owl-nav .owl-prev{
    left: 20px;
}
.flex-control-thumbs .owl-nav .owl-next{
    right: 20px;
}
.flex-control-thumbs:hover .owl-nav .owl-prev:not(.disabled),
.flex-control-thumbs:hover .owl-nav .owl-next:not(.disabled){    
    opacity: 1;   
}
.flex-control-thumbs:hover .owl-nav .owl-prev{
   left: 5px; 
}
.flex-control-thumbs:hover .owl-nav .owl-next{
    right: 10px;
}
.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs{
    /*margin-top: 30px;*/
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before{
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
    border: none;
    border-radius :0;
    padding: 0;
    margin-right: 50px;
    background: #fff;
    border-bottom: none; 
    margin-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child{
    margin-right: 50px;
}
@media only screen and (max-width: 767px){
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        padding: 0;
        width: 100%;
        margin-bottom: 15px;
        border-bottom: none;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        border: none;
        display: block;
        width: 100%;
        text-align: left;
        margin: 0;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
        border-bottom: 1px solid #eee;
    }
}
@media only screen and (max-width: 340px){
    .woocommerce div.product form.cart div.quantity{
             
    }
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    margin: 0;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
    position: absolute;
    content: ' ';
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px dashed #b2b2b2;
    z-index: 1;
}
.woocommerce table.shop_attributes{
    margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs .panel{
    padding-top: 30px;
    margin: 0px;
}
.woocommerce .woocommerce-tabs ul.tabs li{
    color: #666;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s; 
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a{
    color: #f45245;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover:before{
    
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before{
    
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{   
    padding: 0 0 15px 0;
    color: #333;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    background: none;
    border:  none
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after{
    display: none;
}
.woocommerce #reviews h2, 
.woocommerce .wc-tabs-wrapper h2 {
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
}
@media only screen and (min-width: 768px){  
    .col-lg-12.col-12 .woocommerce-Reviews .comment-respond{
        max-width: 600px;
    }
}
ol.commentlist {
    padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li {   
    list-style: none;
}
.woocommerce #reviews #comments ol.commentlist li:last-child {
    margin-bottom: 0;
}  
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 70px;
    padding: 5px;
    border-radius: 0;
    background-color: #fff;
    border-color: #b2b2b2;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 90px;
    border-radius: 0;
    padding: 15px;
    border-color: #b2b2b2;
}
.woocommerce .star-rating, .woocommerce ul.products li.product .star-rating {
    color: #f45245;
    margin: 20px auto;    
}
.woocommerce ul.products li.product .star-rating {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 16px;
}
.woocommerce ul.products li.product .product-item:hover .star-rating {
    opacity: 1;
}
.woocommerce ul.products li.product .product-item:hover .star-rating + .price{
    opacity: 0;
}
.woocommerce.product-thumb  ul.products li.product .star-rating {
    top: 62px;
}
.woocommerce.product-thumb ul.products li.product .product-item:hover .star-rating {
    left: 15px;
    right: auto;
}
 .woocommerce .product-grid-view.product-list-view ul.products li.product .product-item .star-rating + .price{
    opacity: 1;
}
.woocommerce .product-grid-view.product-list-view .product-item .star-rating{
    position: relative;
    top: auto;
    opacity: 1;
}
@media only screen and (max-width: 340px){   
    .woocommerce .star-rating, .woocommerce ul.products li.product .star-rating{
        margin: 0 0 10px;
        float: none;
    }
}
.woocommerce #reviews .comment-reply-title {
    font-size: 18px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.woocommerce #reviews #comment {
    height: 130px;
}
.woocommerce #review_form #respond p {
    margin-bottom: 15px;
}
.woocommerce #review_form #respond p.form-submit {
    margin-bottom: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 14px;
}
.woocommerce #reviews #comments ol.commentlist li .meta{
    color: #666666;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author{
    text-transform: capitalize;
    color: #333;
}
.woocommerce #reviews #comments {
    margin-bottom: 25px;
}
.woocommerce.single-product div.product .related.products,.woocommerce.single-product div.product .upsells.products {
    
}
.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
    padding: 10px;
}
.woocommerce table.shop_attributes td p {
    padding: 0;
    font-style: normal;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 500;
    margin-bottom: 0;
}
.woocommerce table.shop_table {
    border: 1px solid #b2b2b2;
    border-radius: 0;
    margin-bottom: 20px;
}
.woocommerce table.shop_table thead th {
    border: none;
    padding: 15px 10px;
    font-weight: 500;
    text-transform: uppercase;
}
.woocommerce a.remove{
    font-weight: normal;
}
.woocommerce table.shop_table .product-remove {
    text-align: center;
}
.woocommerce table.shop_table .product-remove .remove {
    text-align: center;
    margin: 0 auto;
    color: #333 !important;
}
.woocommerce table.shop_table .product-remove .remove:hover {
    background: none;    
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    
}
.woocommerce table.shop_table td,
.woocommerce table.wishlist_table tbody td,
.woocommerce table.wishlist_table tr td.product-remove {
    border: none;
    border-top: 1px solid #b2b2b2;
    padding: 15px 10px;
}
.woocommerce table.shop_table tbody td .woocommerce-Price-amount{
    font-weight: normal;
}
.woocommerce table.shop_table .product-thumbnail img {
    width: 60px;
}

.woocommerce table.wishlist_table{
    font-size: inherit;
    border-collapse: collapse;
    margin: 0;
}
.woocommerce table.wishlist_table thead th, 
.woocommerce table.wishlist_table tbody td,
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th{
    border-color: #b2b2b2;
}
.yith-wcwl-share{
    margin-bottom: 0;
}
.wishlist_table tr td, .wishlist_table tr th.wishlist-delete, .wishlist_table tr th.product-checkbox{
    text-align: left;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
    margin-top: 60px;
}

.woocommerce .cart-collaterals .cart_totals {
    width: 30%;
    border: none;
    background: #f5f5f5;
    padding: 0 20px 20px;
    float: right;
    min-width: 350px;
}
@media only screen and (max-width: 767px){
    .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    min-width: inherit;
    }  
    .woocommerce .col2-set, .woocommerce-page .col2-set {    
        margin-bottom: 30px;
    }
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    border: 1px solid #b2b2b2;
}
.woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 20px;
    line-height: 30px;
    padding: 20px;
    margin: 0;
    font-weight: 600;
    text-align: center;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    border: none;
    border-top: 1px solid #b2b2b2;
    border-top: none;
    margin-bottom: 20px;
    background: #fff;
}
.woocommerce-cart .woocommerce table.shop_table {
    margin: 0 -1px 20px 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
    border: none;
    background: 0 0;
    border-top: 1px solid #b2b2b2;
    padding: 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals table th {
    text-align: left;
    font-size: 16px;
    color: #333;
    padding: 15px 20px;
    font-weight: 500;
    vertical-align: middle;
}
.woocommerce-shipping-fields{
   margin: 1.5em 0 1em;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    color: #333;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table td {
    color: #333;
    background: 0 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding: 0;
    position: relative;
    z-index: 9;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 14px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table .cart-discount td,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table .shipping td{
    font-size: 14px;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table .shipping th,
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals table .cart-discount th{

} 
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{    
    border-color: transparent;
    color: #fff;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #ffffff;
    border: 2px solid #f45245;
    color: #333;
}

.woocommerce-cart .cart_totals .woocommerce-shipping-calculator .form-row .select2-container--default .select2-selection--single, .woocommerce-cart .cart_totals .woocommerce-shipping-calculator .form-row .select2-container--default .select2-selection--single .select2-selection__arrow, .woocommerce-cart .cart_totals .woocommerce-shipping-calculator .form-row input[type=text] {
    height: 40px;
    padding-left: 10px;
    border: 1px solid #eee;
}
.woocommerce-cart .cart_totals .woocommerce-shipping-calculator .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    padding-left: 0;
    padding-right: 30px;
}
.select2-dropdown,.select2-container--default .select2-search--dropdown .select2-search__field{
    border: 1px solid #eee;
}
form.woocommerce-checkout .form-row ,form .woocommerce-address-fields__field-wrapper .form-row {
    display: inherit;
}
.woocommerce-checkout .woocommerce form .form-row {
    padding: 0;
    margin: 0 0 15px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
    width: 47%;
    float: left;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: right;
}
.woocommerce-page form.woocommerce-form-coupon .form-row-first, .woocommerce-page form.woocommerce-form-coupon .form-row-last{
    width: auto;
}
.woocommerce-page form.woocommerce-form-coupon .form-row-last{
    float: left;
}
.select2-container--default .select2-selection--single,
.woocommerce .select2-container--default .select2-selection--single  {
    height: 40px;
    border-color: #eee;
    padding-left: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow  {
    height: 40px;
    width: 30px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered  {
    line-height: 40px;
}

.woocommerce .select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single,
.select2-dropdown{
    border-color: #eee;
}
.woocommerce .select2-container .select2-selection--single,
.select2-container .select2-selection--single{
    height: 40px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
}
.woocommerce form .form-row textarea{
    height: 100px;
    line-height: 24px;
}
.woocommerce-checkout-review-order {
    border: 1px solid #eee;
    padding: 15px 30px 0 30px;
    position: relative;
}
.woocommerce-checkout .woocommerce table.shop_table {
    border: none;
    border-collapse: collapse;
}
.woocommerce-checkout .woocommerce table.shop_table td, .woocommerce-checkout .woocommerce table.shop_table th {
    padding: 15px 0;
    border-top: 1px solid #eee;
}
.woocommerce  table.woocommerce-checkout-review-order-table td {   
    max-width: 50%;
    width: 50%;
}
.woocommerce table.woocommerce-checkout-review-order-table td.product-total, 
.woocommerce table.woocommerce-checkout-review-order-table th.product-total, 
.woocommerce table.woocommerce-checkout-review-order-table .cart-subtotal td, 
.woocommerce table.woocommerce-checkout-review-order-table .order-total td, 
.woocommerce table.woocommerce-checkout-review-order-table .shipping td {
    text-align: right;
}
.woocommerce-checkout .woocommerce table.shop_table thead th,.woocommerce-view-order .woocommerce table.shop_table thead th {
    border-top: none;
    width: 70%;
    color: #333;
}
.woocommerce table.woocommerce-checkout-review-order-table thead th {
}
.woocommerce .woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce .woocommerce-checkout-review-order-table .cart-subtotal th, .woocommerce .woocommerce-checkout-review-order-table .order-total td, .woocommerce .woocommerce-checkout-review-order-table .order-total th {
    
    border-color: rgba(255,255,255,.08);
    padding: 15px 20px;
    border-bottom: none;
    background: rgba(255,255,255,.04);
    border: none;
}
.woocommerce .woocommerce-checkout-review-order-table .cart-subtotal th, 
.woocommerce .woocommerce-checkout-review-order-table .order-total th,
.woocommerce .woocommerce-checkout-review-order-table .woocommerce-shipping-totals th {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.woocommerce .cart_totals table.shop_table .order-total th,
.woocommerce .cart_totals table.shop_table .order-total td, 
.woocommerce table.woocommerce-checkout-review-order-table .order-total th, 
.woocommerce table.woocommerce-checkout-review-order-table .order-total td {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.woocommerce table.shop_table th {
    background: 0 0;
    border: none;   
}
form.woocommerce-checkout #payment {
    background: 0 0;
}
form.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border: none;
}
form.woocommerce-checkout #payment ul.payment_methods li {
    list-style: none;
    margin: 0 0 10px;    
}
.woocommerce-checkout #payment ul.payment_methods input[type=radio] {
    margin-right: 5px;
}
form.woocommerce-checkout #payment ul.payment_methods li label {
    margin-bottom: 0;
    display: inline-block;
}
form.woocommerce-checkout #payment ul.payment_methods li div.payment_box {
    background: #f3f3f3;
    color: #333;
    border-radius: 3px;
}
#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before{
    border: 1em solid #f3f3f3;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
form.woocommerce-checkout #payment ul.payment_methods li div.payment_box p {
    line-height: 24px;
}
#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    
    padding-left: 5px;
}
form.woocommerce-checkout #payment .place-order {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;    
    padding-bottom: 30px;
    width: auto;
}
form.woocommerce-checkout #payment .place-order .woocommerce-terms-and-conditions-wrapper p {
    margin: 0 0 30px;
}
.woocommerce #payment #place_order {    
    margin-bottom: 0;    
    float: none;
    width: 100%;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot th{
    font-weight: 500;
}
.woocommerce table.shop_table tfoot td{
    font-weight: normal;
}

.woocommerce .woocommerce-thankyou-order-received {
    background: #d4fecc;
    padding: 15px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #a0df98;
    color: #2a851c;
    margin-bottom: 30px;
}
.woocommerce ul.order_details{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #b2b2b2;
    padding: 20px;
}
.woocommerce ul.order_details li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    padding-right: 1%;
    margin-right: 1%;
    border-right: 1px dashed #b2b2b2;
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    color: #333;
    float: none;
}

.woocommerce ul.order_details li strong {
    font-size: 14px;
    font-weight: 500;
}
.woocommerce-order-details .woocommerce-order-details__title {
    font-size: 18px;
    background: #f5f5f5;
    margin-bottom: 0;
    padding: 15px;
    border: 1px solid #b2b2b2;
    border-bottom: none;
    line-height: 1;
}
.woocommerce-checkout .woocommerce table.shop_table {
    border: none;
    border-collapse: collapse;
}
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-table--order-details td, .woocommerce-checkout .woocommerce table.shop_table.woocommerce-table--order-details th {
    border: 1px solid #b2b2b2;
    padding: 15px;
}
.woocommerce-checkout .woocommerce table.shop_table.woocommerce-table--order-details thead th {
    color: #333;
    border-top: 1px solid #b2b2b2;
}
.woocommerce .woocommerce-order .addresses .col-1, .woocommerce .woocommerce-order .addresses .col-2 {
    border: none;
    padding: 20px;
    background: #f5f5f5;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2  {
    max-width: 48%;
    padding: 0;
}
.woocommerce .woocommerce-order .addresses .woocommerce-column__title,.woocommerce .woocommerce-customer-details .addresses .woocommerce-column__title {
    font-size: 18px;
}
.woocommerce .woocommerce-customer-details address {
    border-radius: 0px;
    padding: 15px 20px;
    border: none;
    line-height: 28px;
    background: #ffffff;
    word-break: break-all;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
    width: 25%;
    padding-right: 15px;
}
@media only screen and (max-width: 768px){
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 30px;
        padding-right: 0px;
    }    
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul {
    border: 1px solid #b2b2b2;
    border-bottom: none;
    padding: 0px;
    list-style: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul li {
    margin-bottom: 0;
    display: block;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul li a {
    border-bottom: 1px solid #b2b2b2;
    padding: 8px 15px;
    color: #666;
    display: block;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul li a:hover {
    color: #f45245;
}
.woocommerce-account .woocommerce-MyAccount-navigation > ul li.is-active a,.woocommerce-account .woocommerce-MyAccount-navigation > ul li:hover a {
    background: #f9f9f9;
    color: #f45245;
}
.woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
    padding-left: 15px;
}
@media only screen and (max-width: 768px){
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
        padding-left: 0px;
    }
}
.woocommerce .woocommerce-MyAccount-content table.shop_table thead th{
    background: #f9f9f9;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table th {
    
    width: 50%;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table td:nth-child(4) {
        width: 25%;
    min-width: 150px;
}

.woocommerce-account .woocommerce table.my_account_orders td, 
.woocommerce-account .woocommerce table.my_account_orders th {   
    vertical-align: middle;
    font-size: 14px;
}
.woocommerce .addresses .col-1, .woocommerce .addresses .col-2 {
    border: none;
    padding: 20px;
    background: #f5f5f5;
}
@media only screen and (max-width: 991px){
   .woocommerce .addresses .col-1, .woocommerce .addresses .col-2 {
        width: 100%;
        max-width: 100%;
    } 
    .woocommerce .addresses .col-1{
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 768px){
    .woocommerce .woocommerce-MyAccount-content table.shop_table td:nth-child(4) {
        width: 100%;
    }
}
.woocommerce .woocommerce-Addresses.addresses address {
    border-radius: 0px;
    padding: 15px;
    border: none;
    line-height: 28px;
    background: #ffffff;
    margin-bottom: 0;
}
.woocommerce-account .addresses .title h3 {
    font-size: 18px;
}
.woocommerce-account .woocommerce-MyAccount-content legend {
    border: none;
    padding-top: 15px;
    margin-bottom: 5px; 
    font-weight: 500;  
}
.woocommerce-form-register .woocommerce-privacy-policy-text{
    margin-bottom: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .button {
    margin-top: 20px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    border: 1px solid #b2b2b2;
    border-radius: 0;
}
.woocommerce form.checkout_coupon input.input-text{
    width: 100%;
    max-width: 280px;
    height: 36px;
}
.woocommerce-form-login .form-row button.button {
    margin-right: 0;
}
@media only screen and (max-width: 768px){
    .woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text+.button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text+.button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text+.button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text+.button{
        float: left;
        width: auto;
    }
    .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon{
        margin-bottom: 15px;
    }
    .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{
        width: auto;
    }
}
.mark, mark { 
    background: none;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table {
    border-collapse: collapse;
}
.woocommerce #respond input#submit.loading::after,.woocommerce a.button.loading::after,.woocommerce button.button.loading::after,.woocommerce input.button.loading::after{    
    top: 1em;
}

body .demo_store {
    position: fixed;
    bottom: 0;
    padding: 0 0 0 25px;    
    text-align: left;
    top: inherit;
    line-height: 40px;
    z-index: 999;
}
.admin-bar p.demo_store{
    top: inherit;
}
body .demo_store:before {    
    font-family: FontAwesome;    
    line-height: 1;    
    content: "\f05a";
    margin-right: 5px;
}
body .demo_store a.woocommerce-store-notice__dismiss-link {
    background: rgba(0,0,0,.1);
    float: right;  
    padding: 13px 25px;
    text-decoration: none;
    line-height: 1;
}
body .demo_store a.woocommerce-store-notice__dismiss-link:before {    
    font-family: FontAwesome;    
    line-height: 1;    
    content: "\f057";
    margin-right: 5px;
}

@media (max-width: 767px){
    body .demo_store{
        line-height: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-right: 25px;
    }
    body .demo_store a.woocommerce-store-notice__dismiss-link{
        background: none;
        float: none;
        padding: 0;
        margin-top: 15px;
        display: inline-block;
    }
}
/** color settings **/
.woocommerce ul.products li.product .woocommerce-loop-category__title:hover, 
.woocommerce ul.products li.product .woocommerce-loop-product__title:hover, 
.woocommerce ul.products li.product h3:hover,
.woocommerce .widget_layered_nav_filters ul li a:before,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a:before,
.woocommerce div.product .summary p.price, 
.woocommerce div.product .summary span.price,
.product_meta > span a:hover,
#add_payment_method .cart-collaterals .shipping-calculator-button, 
.woocommerce-cart .cart-collaterals .shipping-calculator-button, 
.woocommerce-checkout .cart-collaterals .shipping-calculator-button,
.mark, mark,
.woocommerce-message:before,
.wishlist_table tr td.product-stock-status span.wishlist-in-stock,
.woocommerce-product-rating .woocommerce-review-link  {
    color: #f45245;
}
.woocommerce table.shop_table .product-remove .remove:hover {   
    color: #f45245 !important;
}
/** backgroud color **/
.woocommerce nav.woocommerce-pagination ul li a:focus, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce div.product p.stock,
.product_share ul li a:hover {
    background: #f45245;    
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
body .demo_store {
    background-color: #f45245;    
}
/** border color **/
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {    
    background: #f45245;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, 
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #f45245;
}

.woocommerce-message{
    border-top-color: #f45245;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
/*** product swape ***/
.woocommerce .products .product-img-wraper .product-thumbnail-swape {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.woocommerce .product-item:hover .product-img-wraper .product-thumbnail-swape {
    opacity: 1;
}
.woocommerce .product-item:hover .product-img-wraper .product-thumbnail-main img, 
.woocommerce .product-item:hover .product-img-wraper .product-thumbnail-swape img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);

}
.woocommerce .product-item:hover .product-img-wraper .product-thumbnail-main img{
    opacity: 0;
}
.woocommerce .product-item:hover .product-img-wraper .product-thumbnail-swape img{
    opacity: 0.4;
}
.woocommerce .products .product-img-wraper {
    position: relative;
    overflow: hidden;
    background: rgba(0,0,0,0.9);
}
.woocommerce.product-thumb ul.products.columns-4 > li.product{
    width: 50%;    
}
.woocommerce.product-thumb ul.products.columns-4 > li:nth-child(4n).product,
.woocommerce.product-thumb ul.products.columns-4 > li:nth-child(3n).product{
    margin-bottom: 0px;
    padding-top: 30px;
    border-top: 1px solid #e5e5e5;
}
.woocommerce.product-thumb ul.products li.product .product-img-wraper{
    flex: 0 0 36%;
    max-width: 36%;
    background: none;
}
.woocommerce.product-thumb ul.products li.product .product-item-detail{
    flex: 0 0 63%;
    max-width: 63%;
    padding-left: 15px;
    align-self: stretch;
    margin: 0px;
    text-align: left;
}
.woocommerce.product-thumb ul.products li.product .prdouct-btn-wrapper,
.woocommerce.product-thumb ul.products li.product .product-btn{
    display: none;
}
.woocommerce.product-thumb ul.products li.product .price{
    margin-bottom: 0px;
}
.woocommerce.product-thumb .product-item-inner{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.tab-block{
    margin: 30px 0px;
}
.block-content.tab-block,
.block-content.related-block {
    padding: 18px 30px 30px;
}

.woocommerce div.product div.images .flex-control-thumbs{
    position: relative;
    float: left;
    width: 90px;
    overflow: hidden;
}

.single-product-info .flex-viewport {
    float: right;
    width: calc(100% - 90px);
    padding-left: 30px;
    -ms-flex-order: 2;
    order: 2;
}

.slick-vertical>button {
    border: none;
    font-size: 0;
    padding: 0;
    line-height: 0;
    background: none;
    color: #676767;
    left: 32px;    
}
.slick-vertical .slick-prev{
    top: 10px;
}
.slick-vertical .slick-next{    
    bottom: -10px;
    top: auto;
}
.slick-vertical>button:before {
    line-height: 26px;
    font-size: 20px;
    position: relative;
    font-family: FontAwesome;
    color: #333;
}
.slick-vertical>button.slick-prev:before {
    content: "\f106";
    bottom: 1px;
}
.slick-vertical>button.slick-next:before {
    content: "\f107";
    top: 1px;
}
.woocommerce div.product div.images.woocommerce-product-gallery{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li{
    margin: 0 0 20px 0;
}
.woocommerce-wishlist{

}
@media(max-width: 991px){
    .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label{
        float: right;
    }
}
@media(max-width: 991px){
    .woocommerce.product-thumb ul.products.columns-4 > li.product{
        margin: 0 0 30px 0;
    }    
}
@media(max-width: 768px){
     .woocommerce table.wishlist_table tbody td,
    .woocommerce table.shop_table thead th{
        border: 1px solid #b2b2b2;
    }
    .woocommerce table.woocommerce-checkout-review-order-table thead th {
        border: none;
    }
}
@media(max-width: 767px){
    .woocommerce.product-thumb ul.products.columns-4 > li.product{
        padding-right: 30px;
    }
}
@media (max-width: 480px){
   .woocommerce.product-thumb ul.products.columns-4 > li.product {
        padding-right: 0px;
        width: 100%;
    } 
    .woocommerce.product-thumb ul.products.columns-4 > li:nth-child(4n).product, .woocommerce.product-thumb ul.products.columns-4 > li:nth-child(3n).product{
        padding: 0;
        border: none;
        margin: 0 0 30px 0;
    }
    .woocommerce.product-thumb ul.products.columns-4 > li:nth-child(4n).product{
        margin: 0;
    }
}
@media(max-width: 1399px){
    .widget-area .woocommerce ul.product_list_widget li img{
        min-width: 60px;
        max-width: 60px;
    }
}
@media(max-width: 1024px){
    .widget-area .woocommerce ul.product_list_widget li .star-rating,
    .widget-area .woocommerce ul.product_list_widget .price{
        margin-left: 95px;
    }

}
@media(max-width: 991px){
    .widget-area .woocommerce ul.product_list_widget li .star-rating,
    .widget-area .woocommerce ul.product_list_widget .price{
        margin-left: 110px;
    }
    .widget-area .woocommerce ul.product_list_widget li img{
        width: 90px;
    }
}