.wookits-product-search {
    position: relative;
    padding: 24px;
    border-radius: 4px;
    box-shadow:0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    border:1px solid #e0e0e0;
    background: #f5f5f5;
}
.wookits-product-search .field-group {
    display: flex;
}
.wookits-product-search .field-group input {
    width: 70%
}
.wookits-product-search .field-group select {
    width: 30%
}
.wookits-search-result {
    position: relative;
}
.wookits-search-result ul.wookits-product-search-list {
    list-style: none;
    margin:0 !important;
    padding: 0 !important;
    position: absolute;
    background: #ffffff;
    padding:12px 24px;
    border: 1px solid #e0e0e0;
    overflow-x: hidden;
    max-height: 400px;
    z-index: 1000000;
    transform: translateY(-1px);
    right: 0;
    left: 0;
}

.wookits-search-result ul.wookits-product-search-list li {
    display: block;
    padding: 12px 0;
    position: relative;
    border-bottom: 1px dashed #e0e0e0;
    padding: 10px;
}
 
.wookits-search-result ul.wookits-product-search-list li:last-child {
    border-bottom: none;
}
 
.wookits-search-result ul.wookits-product-search-list li a {
    display: flex;
    width: 100%;
    border: 0px;
}
 
.wookits-search-result ul.wookits-product-search-list li a .product-data {
    display: flex;
    vertical-align: top;
    width: 100%;
    justify-content: space-between;
}
 
.wookits-search-result .product-image {
    width: 72px;
    max-width: 72px;
}
 
.product-data {
    padding-left: 24px;
}
 
.wookits-search-result h3 {
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
}
 
.product-data div:not(.product-categories) {
    display: inline-block;
    vertical-align: middle;
}
  
.product-data .product-stock {
    padding: 4px 8px;
    background: #eeeeee;
    border-radius: 4px;
}
.product-data .product-price {
    display: block !important;
    margin-bottom: 7px;
}
.product-categories > span {
    display: inline-block;
    margin-right: 4px;
}
 
.product-categories > span:after {
    content: ",";
}
 
.product-categories > span:last-child:after {
    content: "";
}
 
.product-categories > span:last-child {
    margin-right:0;
}
.wookits-product-search input, 
.wookits-product-search  select {
    min-height: 40px !important;
    margin-bottom: 6px;
}
 
.wookits-product-search  select,
.wookits-product-search  input {
    background: #ffffff;
    border:1px solid #e0e0e0;
}
.search-wrapper {
    position: relative;
}
.search-wrapper input {
    padding-right: 35px !important;
}
.search-wrapper svg {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    fill:#bdbdbd;
    animation:loading 500ms 0ms infinite normal linear;
    transform-origin: center;
    opacity: 0;
}
 
.search-wrapper.loading svg {
    opacity:1;
}
 
@keyframes loading {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

/***search result Grid style */

.wookit-product-grid {
    margin-top: 50px;
}
.wookit-product-grid .wookit-product-item {
    background: #f8f8f8;
    margin-bottom: 20px;
}
.wookit-product-grid .wookit-product-item .product-image {
    width: 100%;
    max-width: 100%;
    height: auto;
    line-height: 0;
}
.wookit-product-grid .wookit-product-item .product-data {
    padding: 20px 10px;
}
.wookits-search-result .wookit-product-grid h3 {
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0px;
}
.wookits-search-result .wookit-product-grid .product-data-right {
    display: block;
}
.wookits-search-result .wookit-product-grid .product-data-right .product-price {
    line-height: 1.2;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
}
.wookits-search-result .wookit-product-grid .product-data-right .product-price span del {
    color: #b1a8a8;
    margin-right: 6px;
}
.wookits-search-result .wookit-product-grid .product-data-right .product-price span {
    font-size: 15px;
    font-weight: bold;
}
.wookits-search-result .wookit-product-grid .product-data-right a {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    display: block;
}
/**
 * Product Slider css
 *  
 */

.single-slider {
    margin-bottom: 14px;
}
.single-slider h4 {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 6px;
}
.single-slider.style-border {
    border: 1px solid #eee;
    padding: 5px;
}
.single-slider.style-box-shadow {
    box-shadow: 0 1px 14px rgba(0,0,0,.08)
}
.wookits-product-info {
    text-align: center;
    padding: 14px;
}
.wookits-product-info .product-price {
    margin: 2px 0px; 
}
.wookits-product-info .product-price span {
    margin: 0px 4px; 
}
.product-price span del{
    color: #b1a8a8;
}
.wookits-product-info a {
    font-size: 14px;
}
.wookits-product-info .product-rating .star-rating {
    margin: 0 auto; 
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background-color: #000;
    color: #fff;
    padding: 6px 14px !important;
    line-height: 1.2;
    transition: 0.5s;
    font-weight: bold;
    font-size: 15px;
}
.wookits-product-slider.owl-carousel .owl-nav {
    text-align: center;
    margin-top: 20px;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #fff;
    color: #000; 
}
.wookits-product-slider.owl-carousel .owl-dots {
    width: 200px;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
}
.wookits-product-slider.owl-carousel button.owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 10px;
    background: #b8bbc5;
}
.wookits-product-slider.owl-carousel button.owl-dot.active{
    background: #000;
}

/*** Data Table css ***/

.wookits-table-wrapper table.dataTable {
    margin-bottom: 25px;
}
.wookits-table-wrapper .dataTables_wrapper .dataTables_filter {
    margin-bottom: 20px;
}
.wookits-table-wrapper .dataTables_filter label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wookits-table-wrapper .dataTables_wrapper .dataTables_filter input {
    border: 1px solid #f0f0f0;
    padding: 8px 15px;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
    height: 40px;
    max-width: 200px;
}
.wookits-table-wrapper .dataTables_wrapper .dataTables_length label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wookits-table-wrapper .dataTables_wrapper .dataTables_length select{
    border: 1px solid #f0f0f0;
    padding: 4px;
    margin-bottom: 0px;
    margin-left: 5px; 
    margin-right: 5px;
    height: 40px;
    background: transparent;
}
.wookits-table-wrapper table td, 
.wookits-table-wrapper table th {
    vertical-align: middle;
}
.wookits-table-wrapper .dataTables_paginate .paginate_button {
    font-size: 15px;
    background: rgba(0,0,0,.02);
    border: none;
    transition: 0.5s;
}
.wookits-table-wrapper .dataTables_paginate .paginate_button:not(.disabled).current, 
.wookits-table-wrapper .dataTables_paginate .paginate_button:not(.disabled):hover {
    color: #fff !important;
    background: rgba(29,150,178,1)!important;
    border: none!important;
}
.product-data-tbl img {
    width: 70px;
    margin: 0 auto; 
}

.wookits-table-wrapper .star-rating span::before {
    color: #fec42d;
}

.wookits-table-wrapper table thead tr th,
.wookits-table-wrapper table.dataTable tfoot th, 
.wookits-table-wrapper table.dataTable tfoot td{
    background-color: rgba(29,150,178,1);
    border: 1px solid rgb(249, 249, 249);
    font-weight: normal;
    text-align: center;
    color: #fff;
}
.wookits-table-wrapper table.dataTable.stripe tbody tr.odd, 
.wookits-table-wrapper table.dataTable.display tbody tr.odd {
    background-color: #fff;
}

.wookits-table-wrapper table.dataTable.display tbody tr.even {
    background-color: #f8f8f8;
}
.wookits-table-wrapper table.dataTable.display tbody tr.even>.sorting_1,
.wookits-table-wrapper table:not( .has-background ) tbody tr:nth-child(2n) td,
.wookits-table-wrapper table.dataTable.display tbody tr.odd>.sorting_1, 
.wookits-table-wrapper table.dataTable.order-column.stripe tbody tr.odd>.sorting_1,
.wookits-table-wrapper table:not( .has-background ) tbody td {
   background-color: transparent;
}
.wookits-table-wrapper table.dataTable.row-border tbody th, 
.wookits-table-wrapper table.dataTable.row-border tbody td, 
.wookits-table-wrapper table.dataTable.display tbody th, 
.wookits-table-wrapper table.dataTable.display tbody td {
    border-top: none;
}
.wookits-table-wrapper table.dataTable tfoot th, 
.wookits-table-wrapper table.dataTable tfoot td {
    border-top: none;
}
.wookits-table-wrapper table.dataTable tbody td, 
.wookits-table-wrapper table.dataTable tbody th, 
.wookits-table-wrapper table.dataTable thead td, 
.wookits-table-wrapper table.dataTable thead th {
    border: 1px solid #f0f0f0;
}
.wookits-table-wrapper table.dataTable {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
    margin-bottom: 20px;
    text-align: center;
}
.wookits-table-wrapper .dataTables_wrapper .dataTables_paginate .paginate_button,
.wookits-table-wrapper .dataTables_wrapper .dataTables_length select,
.wookits-table-wrapper .dataTables_wrapper .dataTables_length, 
.wookits-table-wrapper .dataTables_wrapper .dataTables_filter, 
.wookits-table-wrapper .dataTables_wrapper .dataTables_info, 
.wookits-table-wrapper .dataTables_wrapper .dataTables_processing, 
.wookits-table-wrapper .dataTables_wrapper .dataTables_paginate {
    color: #000;
}
.wookits-table-wrapper .dataTables_wrapper del {
    margin-right: 3px; 
}
.wookits-table-wrapper .added_to_cart.wc-forward {
    margin-left: 4px;
}
.wookits-review-img {
    display: block;
    margin-top: 8px;
}
.wookits-comment-images-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.wookits-comment-single-image {
    width: 90px;
    margin-right: 15px;
    border: 1px solid #dadada;
    padding: 3px;
    margin-bottom: 10px;
}
.wookits-comment-single-image:last-child {
    margin-right: 0px;
}