
/*----------------------------------------------------------------------------------
Left Floating Layout CSS
------------------------------------------------------------------------------------*/
.qcld-woo-tabbed-shop-float-cart {
    position: fixed;
    left: 0;
    top: 0px;
    height: 100vh;
    /*overflow: auto;*/
    width: 350px;
    background: #ffffff;
    z-index: 999999;
    margin-left: -450px;
    -webkit-transition: all 0.5s linear; /* Safari 3.2+, Chrome */
    -moz-transition: all 0.5s linear; /* Firefox 4-15 */
    -o-transition: all 0.5s linear; /* Opera 10.5-12.00 */
    transition: all 0.5s linear; /* Firefox 16+, Opera 12.50+ */
}

/*.qcld-woo-tabbed-shop-float-cart .qcld-woo-tabbed-show-cart-data {
 
  height: 80vh;
}*/

@media screen and (max-width: 1920px) {

    .qcld-woo-tabbed-shop-float-cart .qcld-woo-tabbed-show-cart-data {
        height: 60vh;
    }

    .qcld-woo-tabbed-shop-right-float-cart .qcld-woo-tabbed-show-cart-data {
        height: 60vh;
    }
}

@media screen and (max-width: 1360px) {
    .qcld-woo-tabbed-shop-float-cart .qcld-woo-tabbed-show-cart-data {
        height: 60vh;
    }

    .qcld-woo-tabbed-shop-right-float-cart .qcld-woo-tabbed-show-cart-data {
        height: 60vh;
    }
}

.qcld-woo-tabbed-shop-float-cart.active-float-cart {
    margin-left: 0;
}

.qcld-woo-tabbed-shop-float-cart.active-float-cart #float-cart-btn {
    display: none;
}

.qcld-woo-tabbed-shop-float-cart .qcld-woo-tabbed-thumb-cell img {
    max-width: 35px;
}

.qcld-woo-tabbed-shop-float-cart .qcld-woo-tabbed-title-cell h3.qcld-woo-tabbed-title {
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.qcld-woo-tabbed-cart-item-num {
    display: block;
    font-size: 10px;
    text-transform: lowercase;
    font-weight: 300;
}

.qcld-remove-cart-item {
    padding-left: 5px;
    cursor: pointer;
    color: red;
}

.qcld-remove-cart-item i {
    color: #f02e2e;
    float: right;
    margin-top: 4px;
}

.qcld-cart-item-minus, .qcld-cart-item-plus {
    display: none;
    cursor: pointer;
    font-size: 18px;
}

.qcld-woo-tabbed-quantity-cell:hover .qcld-cart-item-minus, .qcld-woo-tabbed-quantity-cell:hover .qcld-cart-item-plus {
    display: inline-block !important;
}

.qcld-cart-item-qnty {
    border: 1px solid #dfdfdf !important;
    display: inline-block;
    height: 28px;
    max-width: 38%;
    text-align: center;
}

.qcld-woo-tabbed-shop-float-cart #float-cart-btn {
    background: #fff none repeat scroll 0 0;
    border: 10px solid #e4e4e4;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 70px;
    left: 451px;
    padding: 15px 0;
    position: absolute;
    top: 50%;
    width: 70px;
    cursor: pointer;
}

.qcld-woo-tabbed-shop-float-cart i {
    color: #e02a2a;
    font-size: 17px;
}

.qcld-woo-tabbed-cart-item-num {
    background: #e02a2a none repeat scroll 0 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 300;
    height: 25px;
    left: 52px;
    top: 12px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    text-transform: lowercase;
    width: 25px;
}

.qcld-woo-tabbed-shop-cart h2 {
    color: #101010;
    padding-bottom: 25px;
}

.qcld_no_cartprods {
    padding-left: 15px;
}

.qcld-woo-tabbed-shop-cart .qcld-cart-item-qnty {
    max-width: 70%;
}

.qcld-woo-tabbed-shop-cart .qcld-woo-tabbed-cell.qcld-woo-tabbed-quantity-cell {
    max-width: 104px;
}

#show-float-cart-close.fa.fa-times {
    background: #f8474e none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    height: 35px !important;
    position: absolute;
    right: 10px;
    top: -2px;
    width: 35px;
    z-index: 99999999;
    cursor: pointer;
    /* padding-left: 13px !important; */
}

.qcld-woo-tabbed-cart-heading > h3 {
    color: #222;
    font-size: 25px;
    margin-bottom: 15px;
}

.qcld-woo-tabbed-show-cart-data {
    overflow-y: auto;
}

/*----------------------------------------------------------------------------------
Right Floating Layout CSS
------------------------------------------------------------------------------------*/
.qcld-woo-tabbed-shop-right-float-cart {
    position: fixed;
    right: 0;
    top: 0px;
    height: 100vh;
    width: 350px;
    background: #ffffff;
    z-index: 999999;
    margin-right: -350px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.qcld-woo-tabbed-shop-right-float-cart .qcld-woo-tabbed-show-cart-data {
    height: 60vh;
}

.qcld-woo-tabbed-shop-right-float-cart.active-float-cart {
    margin-right: 0;
}

.qcld-woo-tabbed-shop-right-float-cart.active-float-cart #right-float-cart-btn {
    display: none;
}

.qcld-woo-tabbed-shop-right-float-cart .qcld-woo-tabbed-thumb-cell img {
    max-width: 35px;
}

.qcld-woo-tabbed-shop-right-float-cart .qcld-woo-tabbed-title-cell h3.qcld-woo-tabbed-title {
    font-size: 14px;
}

.qcld-woo-tabbed-shop-right-float-cart .qcld-woo-tabbed-cart-item-num {
    display: block;
    font-size: 10px;
    text-transform: lowercase;
    font-weight: 300;

}

.qcld-woo-tabbed-shop-right-float-cart .qcld-remove-cart-item {
    padding-left: 5px;
    cursor: pointer;
    color: red;
}

.qcld-woo-tabbed-shop-right-float-cart .qcld-remove-cart-item i {
    color: #fff;
    float: right;
    margin-top: 4px;
}

.qcld-woo-tabbed-shop-right-float-cart .qcld-cart-item-minus, .qcld-cart-item-plus {
    display: none;
    cursor: pointer;
    font-size: 18px;
}

.qcld-woo-tabbed-shop-right-float-cart .qcld-woo-tabbed-quantity-cell:hover .qcld-cart-item-minus,
.qcld-woo-tabbed-shop-right-float-cart .qcld-woo-tabbed-quantity-cell:hover .qcld-cart-item-plus {
    display: inline-block !important;
}

.qcld-woo-tabbed-shop-right-float-cart .qcld-cart-item-qnty {
    border: 1px solid #dfdfdf;
    display: inline-block;
    height: 28px;
    max-width: 38%;
    text-align: center;
}

.qcld-woo-tabbed-shop-right-float-cart #right-float-cart-btn {
    background: #fff none repeat scroll 0 0;
    border: 10px solid #e4e4e4;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 70px;
    right: 350px;
    padding: 15px 0;
    position: absolute;
    top: 50%;
    width: 70px;
    cursor: pointer;
}

.qcld-woo-tabbed-shop-right-float-cart i {
    color: #e02a2a;
    font-size: 17px;
}

.qcld-woo-tabbed-shop-right-float-cart .qcld-woo-tabbed-cart-item-num {
    background: #e02a2a none repeat scroll 0 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 300;
    height: 25px;
    left: -25px;
    top: 12px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    text-transform: lowercase;
    width: 25px;
}

.qcld-woo-tabbed-shop-right-float-cart .qcld-woo-tabbed-shop-cart h2 {
    color: #101010;
    padding-bottom: 25px;
}

.qcld-woo-tabbed-shop-right-float-cart .qcld_no_cartprods {
    padding-left: 15px;
}

.qcld-woo-tabbed-shop-right-float-cart .qcld-woo-tabbed-shop-cart .qcld-cart-item-qnty {
    max-width: 70%;
}

.qcld-woo-tabbed-shop-right-float-cart .qcld-woo-tabbed-shop-cart .qcld-woo-tabbed-cell.qcld-woo-tabbed-quantity-cell {
    max-width: 104px;
}

.qcld-woo-tabbed-shop-right-float-cart #right-show-float-cart-close.fa.fa-times {
    background: #f8474e none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    height: 35px !important;
    position: absolute;
    left: 10px;
    top: -2px;
    width: 35px;
    z-index: 99999999;
    cursor: pointer;
}

.qcld-woo-tabbed-shop-right-float-cart .qcld-woo-tabbed-cart-heading > h3 {
    color: #222;
    font-size: 25px;
    margin-bottom: 15px;
    text-align: right;
}

.qcld-woo-tabbed-shop-right-float-cart .qcld-woo-tabbed-show-cart-data {
    /*   overflow-y: scroll; */
    overflow-y: auto;
}


/*----------------- cart global css------------------------------*/

.qcld-woo-tabbed-shop-cart .qcld-woo-tabbed-table {
    margin: 0;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: table;
    padding-left: 2px;
}

.qcld-woo-tabbed-shop-cart .qcld-woo-tabbed-row:nth-of-type(2n+1) {
    background: #f5f5f5 !important;
}

.qcld-woo-tabbed-shop-cart .qcld-woo-tabbed-row {
    margin: 2px 0;
    display: table-row;
    background: #fff;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.qcld-woo-tabbed-shop-cart .qcld-woo-tabbed-cell {
    padding: 15px 12px;
    display: table-cell;
    vertical-align: middle;
}

.qcld-woo-tabbed-shop-cart .qcld-woo-tabbed-cart-footer {
    padding: 25px 0;
    text-align: right;
    margin-right: 10px;
}

.qcld-woo-tabbed-shop-cart .qcld-woo-tabbed-cart-footer a {
    background-color: #fff;
    border: 1px solid #292929;
    color: #292929;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    min-width: 90px;
    padding: 8px 25px;
    text-align: center;
    text-decoration: none;
}

.qcld-woo-tabbed-shop-cart .qcld-woo-tabbed-cart-footer a:hover {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.qcld-woo-tabbed-shop-cart .qcld-woo-tabbed-cell h3.qcld-woo-tabbed-title {
    margin: 0;
    padding: 0;
    color: #333 !important;
}

.qcld-woo-tabbed-shop-cart .qcld-woo-tabbed-show-cart-wrapper {
    color: #333 !important;
}

.qcld-woo-tabbed-shop-cart .qcld-remove-cart-item i {
    color: #f8474e;
}

.qcld-woo-tabbed-shop-cart .qcld-woo-tabbed-row:nth-of-type(5n+1) {
    background: #fff;
}

.qcld-woo-tabbed-shop-cart .qcld-woo-tabbed-row:nth-of-type(5n+2) {
    background: #fff;
}

.qcld-woo-tabbed-shop-cart .qcld-woo-tabbed-row:nth-of-type(5n+3) {
    background: #fff;
}

.qcld-woo-tabbed-shop-cart .qcld-woo-tabbed-row:nth-of-type(5n+4) {
    background: #fff;
}

.qcld-woo-tabbed-shop-cart .qcld-woo-tabbed-row:nth-of-type(5n) {
    background: #fff;
}

.qcld-woo-tabbed-shop-cart .qcld-woo-tabbed-row:hover, .qcld-woo-tabbed-row:focus {
    background: transparent;
    z-index: 1;
    box-shadow: none;
}

.qcld-woo-tabbed-shop-cart .qcld-woo-tabbed-row {
    color: #333;
}

.qcld-woo-tabbed-shop-cart .qcld-woo-tabbed-shop-float-cart .qcld-cart-item-qnty {
    border: 1px solid #dfdfdf !important;
}

.qcld-woo-tabbed-shop-cart .qcld-woo-tabbed-table {
    background: none;
}

.qcld-woo-tabbed-shop-cart .qcld-woo-tabbed-show-cart-wrapper {
    color: #333 !important;
}

.qcld-woo-tabbed-show-cart-wrapper {
    padding: 30px 0;
    border: 1px solid #cccccc;
    margin-bottom: 50px;
    height: 100vh;
}

.qcld-woo-tabbed-cart-heading {
    padding: 0 12px;
    position: relative;
    text-align: left;
}
.qcld-woo-tabbed-shop-right-float-cart .qcld-woo-tabbed-shop-cart .qcld-woo-tabbed-cell.qcld-woo-tabbed-quantity-cell {
    max-width: 104px;
}
.qcld-woo-tabbed-cart-heading > h3 {
    color: #222;
    font-size: 25px;
    margin-bottom: 15px;
}

.qcld-woo-tabbed-shop-right-float-cart .qcld-remove-cart-item {
    padding-left: 5px;
    cursor: pointer;
    color: red;
}
.qcld-remove-cart-item {
    padding-left: 5px;
    cursor: pointer;
    color: red;
}

.qcld-woo-tabbed-row .qcld-woo-tabbed-price-cell {
    max-width: 175px !important;
}
.qcld-woo-tabbed-show-cart-data .qcld-woo-tabbed-price-cell {
    padding: 15px 2px !important;
}



/* New css */

/*.qc-tabs-style1 ul.qc_nav_style_1 li .qcld_menu_status {
    left: -20px;
    top: -30px;
}*/

.qc-tabs-style1 ul.qc_nav_style_1 li.current {
 box-shadow: none;
}

.qc-tabs-style1 ul.qc_nav_style_1 li.current .qcld_menu_status{
    display:none !important;
}


.qc-tabs-style1 ul.qc_nav_style_1 li:hover .qcld_menu_status{
    display:none !important;
}

.qcld-woo-tabbed-shop-right-float-cart #right-show-float-cart-close.fa.fa-times {
    padding: 0 0 0 0 !important;
}

.qcld-woo-tabbed-shop-cart .qcld-woo-tabbed-cart-footer a {
    background-color: #e43f3f !important;
    border: 1px solid #e43f3f !important;
    color: #fff !important;
    padding: 8px 38px !important;
    box-shadow: 0 4px 6px 0px #b3b2b2;
}

.qcld-woo-tabbed-shop-cart .qcld-woo-tabbed-cart-footer a:hover {
    background-color: #222 !important;
    border: 1px solid #222 !important;
}



@media screen and (max-width: 640px){

.qcld-tooltip{
    display: none !important;
}

}

/* floating quick cart view hide */
/*
.qcld-woo-tabbeds-container {
    display: none !important;
}

#qcld-woo-tabbeds-cart-fly{
    display: none !important;
}

.qcld-woo-tabbed-shop-float-cart ,.qcld-woo-tabbed-shop-float-cart.active-float-cart {
    display: none !important;
}*/


.qcld_category_image {
    position: relative;
    top: 7px;
    border-radius: 4px;
    border: 1px solid #ddd;
    display: inline-block;
}


.qc-tabs-style1 ul.qc_nav_style_1_top,
.qc-tabs-style2 ul.qc_nav_style_1_top,
.qc-tabs-style10 ul.qc_nav_style_1_top,
.qc-tabs-style9 ul.qc_nav_style_1_top,
.qc_tabs_12 ul.qc_nav_style_1_top,
.qc-tabs-style13 ul.qc_nav_style_1_top,
.ilist-section-25 ul.qc_nav_style_1_top {
    padding: 0px 0px 0px 0px !important;
}

.qc-tabs-style1 ul.qc_nav_style_1_top.slick-initialized,
.qc-tabs-style2 ul.qc_nav_style_1_top.slick-initialized,
.qc-tabs-style10 ul.qc_nav_style_1_top.slick-initialized,
.qc-tabs-style9 ul.qc_nav_style_1_top.slick-initialized,
.qc_tabs_12 ul.qc_nav_style_1_top.slick-initialized,
.qc-tabs-style13 ul.qc_nav_style_1_top.slick-initialized,
.ilist-section-25 ul.qc_nav_style_1_top.slick-initialized {
   /*overflow-x: hidden !important;*/
}

.qc-tabs-style1 ul.qc_nav_style_1_top  li,
.qc-tabs-style2 ul.qc_nav_style_1_top  li,
.qc-tabs-style10 ul.qc_nav_style_1_top  li,
.qc-tabs-style9 ul.qc_nav_style_1_top  li,
.qc_tabs_12 ul.qc_nav_style_1_top  li,
.qc-tabs-style13 ul.qc_nav_style_1_top  li,
.ilist-section-25 ul.qc_nav_style_1_top  li{
    padding: 5px 15px;
    text-align: center;
    list-style:none !important;
    cursor: pointer;
}

.qc-tabs-style1 ul.qc_nav_style_1_top .qcld_category_image_top,
.qc-tabs-style2 ul.qc_nav_style_1_top .qcld_category_image_top,
.qc-tabs-style10 ul.qc_nav_style_1_top .qcld_category_image_top,
.qc-tabs-style9 ul.qc_nav_style_1_top .qcld_category_image_top,
.qc_tabs_12 ul.qc_nav_style_1_top .qcld_category_image_top,
.qc-tabs-style13 ul.qc_nav_style_1_top .qcld_category_image_top,
.ilist-section-25 ul.qc_nav_style_1_top .qcld_category_image_top {
    position: relative;
    border-radius: 50px;
    border: 1px solid #ddd;
    display: block !important;
    margin: 0 auto !important;
    width:80px;
    height:80px;
    top: 0px;
}

.qc-tabs-style1 ul.qc_nav_style_1_top li.current,
.qc-tabs-style2 ul.qc_nav_style_1_top li.current,
.qc-tabs-style10 ul.qc_nav_style_1_top li.current,
.qc-tabs-style9 ul.qc_nav_style_1_top li.current,
.qc_tabs_12 ul.qc_nav_style_1_top li.current,
.qc-tabs-style13 ul.qc_nav_style_1_top li.current,
.ilist-section-25 ul.qc_nav_style_1_top li.current {
    background: transparent !important;
    color: initial !important;

}
.qc-tabs-style1 ul.qc_nav_style_1_top li,
.qc-tabs-style2 ul.qc_nav_style_1_top li,
.qc-tabs-style10 ul.qc_nav_style_1_top li,
.qc-tabs-style9 ul.qc_nav_style_1_top li,
.qc_tabs_12 ul.qc_nav_style_1_top li,
.qc-tabs-style13 ul.qc_nav_style_1_top li,
.ilist-section-25 ul.qc_nav_style_1_top li {
    background: transparent !important;
    color: initial !important;
    border: 0px !important;
    height: 115px !important;
    cursor: pointer;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
    vertical-align: middle;
}


.qc-tabs-style1 ul.qc_nav_style_1_top li li,
.qc-tabs-style2 ul.qc_nav_style_1_top li li,
.qc-tabs-style10 ul.qc_nav_style_1_top li li,
.qc-tabs-style9 ul.qc_nav_style_1_top li li,
.qc_tabs_12 ul.qc_nav_style_1_top li li,
.qc-tabs-style13 ul.qc_nav_style_1_top li li,
.ilist-section-25 ul.qc_nav_style_1_top li li {
    height: initial !important;
}

.qc-tabs-style1 ul.qc_nav_style_1_top li:hover,
.qc-tabs-style2 ul.qc_nav_style_1_top li:hover,
.qc-tabs-style10 ul.qc_nav_style_1_top li:hover,
.qc-tabs-style9 ul.qc_nav_style_1_top li:hover,
.qc_tabs_12 ul.qc_nav_style_1_top li:hover,
.qc-tabs-style13 ul.qc_nav_style_1_top li:hover,
.ilist-section-25 ul.qc_nav_style_1_top li:hover {
    color: initial !important; 
}

.qc-tabs-style1 ul.qc_nav_style_1_top li .qcld_menu_status,
.qc-tabs-style2 ul.qc_nav_style_1_top li .qcld_menu_status,
.qc-tabs-style10 ul.qc_nav_style_1_top li .qcld_menu_status,
.qc-tabs-style9 ul.qc_nav_style_1_top li .qcld_menu_status,
.qc_tabs_12 ul.qc_nav_style_1_top li .qcld_menu_status,
.qc-tabs-style13 ul.qc_nav_style_1_top li .qcld_menu_status,
.ilist-section-25 ul.qc_nav_style_1_top li .qcld_menu_status {
    height:0px !important;
}

.qc-tabs-style1 ul.qc_nav_style_1_top button.slick-prev,
.qc-tabs-style2 ul.qc_nav_style_1_top button.slick-prev,
.qc-tabs-style10 ul.qc_nav_style_1_top button.slick-prev,
.qc-tabs-style9 ul.qc_nav_style_1_top button.slick-prev,
.qc_tabs_12 ul.qc_nav_style_1_top button.slick-prev,
.qc-tabs-style13 ul.qc_nav_style_1_top button.slick-prev,
.ilist-section-25 ul.qc_nav_style_1_top button.slick-prev {
    left: 5px;
    top: 40px;
    cursor: pointer;
}

.qc-tabs-style1 ul.qc_nav_style_1_top button.slick-next,
.qc-tabs-style2 ul.qc_nav_style_1_top button.slick-next,
.qc-tabs-style10 ul.qc_nav_style_1_top button.slick-next,
.qc-tabs-style9 ul.qc_nav_style_1_top button.slick-next,
.qc_tabs_12 ul.qc_nav_style_1_top button.slick-next,
.qc-tabs-style13 ul.qc_nav_style_1_top button.slick-next,
.ilist-section-25 ul.qc_nav_style_1_top button.slick-next {
    right: 5px;
    top: 40px;
    cursor: pointer;
}

.qc-tabs-style9 ul.qc_nav_style_1_top > li.active a {
    color: initial !important;
}



@media screen and (max-width:640px) {

   /* ul.qc_nav_style_1_top {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }*/

}


/********************************
 * product tags
 ********************************/

 .qc_tab_css_bg{
  width: 100%;
    height: auto;
    clear: both;
    padding-top: 0px;
 }

  ul.qcld_product_tags{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 40px;
    margin: 0px;
    clear: both;
    padding: 0px;
    list-style-type: none !important;
  }

  ul.qcld_product_tags li{
    padding: 5px;
    line-height: inherit;
    margin: 0px;
    vertical-align: middle;
    background: transparent;
    font-size: 14px;
    border: 0px solid transparent;
    transition: 0.3s ease all;
    cursor: pointer;
  }
  ul.qcld_product_tags li:first-child{
   font-weight: bold;
  }


.qcld_woo_pro_tags{
    width: 100%;
    min-height: 25px;
    line-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qcld_woo_tabbed_minmax_dynamic_dicount_price_table {
    width: 100%;
    min-height: 50px;
    line-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.qcld_woo_tabbed_minmax_dynamic_dicount_price_table_offer, 
.qcld_woo_tabbed_minmax_dynamic_dicount_price_table_minmax {
    display: block;
    white-space: nowrap;
}
.theme-four .qcld_woo_pro_tags {

    justify-content: left;
}

.theme-nine .qcld_woo_pro_tags a{
    margin: 0px 0px;
}

.qc-wootabs-sorting-sections-top{
    height:50px !important;
}