/** Fonts **/

@font-face {
    font-family: 'added-to-cart-popup-woocommerce';
    src:  url('fonts/added-to-cart-popup-woocommerce.eot?7r0p13');
    src:  url('fonts/added-to-cart-popup-woocommerce.eot?7r0p13#iefix') format('embedded-opentype'),
        url('fonts/added-to-cart-popup-woocommerce.ttf?7r0p13') format('truetype'),
        url('fonts/added-to-cart-popup-woocommerce.woff?7r0p13') format('woff'),
        url('fonts/added-to-cart-popup-woocommerce.svg?7r0p13#added-to-cart-popup-woocommerce') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="xoo-cp-icon-"], [class*=" xoo-cp-icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'added-to-cart-popup-woocommerce' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.xoo-cp-icon-spinner:before {
    content: "\e97b";
}
.xoo-cp-icon-cross:before {
    content: "\ea0d";
}
.xoo-cp-icon-check:before {
    content: "\ea10";
}
.xoo-cp-icon-check.xoo-cp-added{
    display: none !important;
}
.added_to_cart.wc-forward{
    margin-left: 10px;
    vertical-align: top;
}
/** -- **/
.xoo-cp-opac {
    z-index: 99998;
    background-color: black;
    opacity: 0.6;
    position: fixed;
    display: none;
}
.xoo-cp-opac,.xoo-cp-modal , .xoo-cp-cont-opac{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.xoo-cp-modal {
    position: fixed;
    text-align: center;
    z-index: 99998;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.7);
}

.xoo-cp-active{
    transition: visibility 0.4s ease-out, opacity 0.4s ease-out, transform 0.4s ease-out;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.xoo-cp-cont-opac{
    z-index: 1;
    background-color: white;
    opacity: 0.5;
    position: absolute;
}

.xoo-cp-modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.xoo-cp-container {
    display: inline-block;
    max-width: 650px;
    border: #a0a0a0 solid 1px;
    background: #fff;
    position: relative;
    vertical-align: middle;
    width: 90%;
    text-align: left;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    border-radius: 5px;
    padding: 15px;
}
span.xoo-cp-close {
    font-size: 29px;
    position: absolute;
    right: -13px;
    top: -11px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.xoo-cp-success, .xoo-cp-error {
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    text-align: left;
}
.xoo-cp-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    margin-top: 10px;
}
.xoo-cp-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.xoo-cp-atcn{
    overflow: auto;
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    display: block;
    text-align: left;
    margin-bottom: 15px;
}
.xoo-cp-atcn .xoo-cp-icon-check{
    margin-right: 5px;
}

.xoo-cp-btns{
    margin: 0 auto;
    clear: both;
    text-align: center;
}
a.xcp-btn{
    width: 30%;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    padding: 8px 0;
    display: inline-block;
    margin-right: 5px;
}

@keyframes xoo-cp-spin {
    100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

.xoo-cp-icon-spinner{
    animation: xoo-cp-spin 575ms infinite linear;
    display: inline-block;
}

td.xoo-cp-ptitle a{
    font-weight: 600;
    font-size: 18px;
}
td.xoo-cp-pimg{
    width: 20%;
}
.xoo-cp-pdetails{
    width: 100%;
    display: block;
    overflow: auto;
}
td.xoo-cp-pprice{
    font-size: 20px;
    margin: 15px 0;
    width: 15%;
}

td.xoo-cp-pqty{
    min-width: 90px;
}

.xoo-cp-pdetails td.xoo-cp-remove{
    width: 5%;
    font-size: 20px;
}

.xoo-cp-pdetails td{
    vertical-align: middle;
    text-align: center;
}

.xoo-cp-pdetails td.xoo-cp-ptitle{
    text-align: left;
}

.xoo-cp-ptotal{
    display: table;
    float: right;
    margin-right: 25px;
    font-size: 18px;
    padding: 10px 0;
    border-top: 1px solid #e5e5e5;
}
.xcp-ptotal{
    font-size: 23px;
}
td.xoo-cp-remove .xoo-cp-remove-pd{
    font-size: 20px;
    color: #ea0a0a;
    cursor: pointer;
}

td.xoo-cp-ptitle{
    width: 45%;
    padding-left: 5px;
}
.xoo-cp-preloader{
    position: fixed;
    top: 47%;
    left: 47%;
    transform: translate(-50%,-50%);
    z-index: 2;
    animation: xoo-cp-spin 575ms infinite linear;
    font-size: 45px;
}

@keyframes xoo-cp-spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}

@-ms-keyframes xoo-cp-spin {
    from { -ms-transform: rotate(0deg); }
    to { -ms-transform: rotate(360deg); }
}
@-moz-keyframes xoo-cp-spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes xoo-cp-spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

.xoo-cp-outer{
    display: none;
}
.xoo-cp-variations{
    font-size: 13px;
}

.xoo-cp-variations .variation {
    overflow: auto;
    margin-top: 5px;
}
.xoo-cp-variations .variation dt{
    margin: 0 5px 0 0;
    float: left;
}
.xoo-cp-variations .variation dd{
    margin: 0 10px 0 0;
    float: left;
}
/* When screen size is less than 500px */
@media only screen and (max-width: 500px) {
    a.xcp-btn{
        width: 80%;
        margin: 5px 0;
    }
    span.xcp-ptotal , .xoo-cp-ptotal{
        font-size: 15px;

    }
    td.xoo-cp-pimg{
        display: none;
    }
    td.xoo-cp-ptitle a , td.xoo-cp-pprice{
        font-size: 14px;
    }
}


span.xcp-minus {
    border-right-width: 1px;
    border-right-style: solid;
}
span.xcp-plus {
    border-left-width: 1px;
    border-left-style: solid;
}
span.xcp-plus, span.xcp-minus {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    float: left;
    width: 21px;
}



input[type=number].xoo-cp-qty{
    border: 0!important;
    text-align: center;
    display: inline-block;
    max-width: 30px;
    float: left;
    height: 100%;
    line-height: 100%;
    padding: 0;
}
input.xoo-cp-qty::-webkit-outer-spin-button,
input.xoo-cp-qty::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.xoo-cp-qtybox{
    border-width: 1px;
    border-style: solid;
    position: relative;
    display: inline-block;
    font-weight: 700;
    height: 37px;
    line-height: 35px;
    min-width: 80px;
}
.xoo-cp-added,.xoo-cp-adding{
    margin-left: 5px;
}

.xoo-cp-notice-box{
    left: 0;
    right: 0;
    bottom: 50px;
    position: fixed;
    z-index: 100000;
}
.xoo-cp-notice-box > div{
    display: table;
    margin: 0 auto;
    background-color: #333;
    padding: 10px 20px;
    color: white;
    font-weight: 500;
    font-size: 15px;
}
.xoo-cp-notice ul.woocommerce-error a.button{
    display: none;
}
.xoo-cp-notice ul.woocommerce-error{
    margin: 0;
}

.xoo-cp-variations .variation:last-of-type {
    display: none;
}

.xoo-cp-variations .variation:first-of-type {
    display: block;
}
.progress_container .progress {
    position: relative;
    margin: 10px 0;
    padding-bottom: 10px;
}
.progress_container .progress .ranges.title {
    margin-bottom: 20px;
}
.progress_container .progress .ranges {
    margin: 5px 0;
    margin-bottom: 5px;
    letter-spacing: -0.32em;
}
.progress_container .progress .ranges {
    margin: 5px 0;
    letter-spacing: -0.32em;
}
.progress_container .progress .bar {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: #e8eaeb;
    border-radius: 5px;
    overflow: hidden;
}
.progress_container .progress .scale {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0%;
    background-color: #50D036;
    transition: width 0.2s ease;
}
.progress_container .progress .point {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    border-left: 3px solid #ffffff;
}
.progress_container .progress .p1 {
    left: 6%;
}
.progress_container .progress .p2 {
    left: 12%;
}
.progress_container .progress .p3 {
    left: 18%;
}
.progress_container .progress .p4 {
    left: 24%;
}
.progress_container .progress .p5 {
    left: 30%;
}
.progress_container .progress .p6 {
    left: 36%;
}
.progress_container .progress .p7 {
    left: 42%;
}
.progress_container .progress .p8 {
    left: 48%;
}
.progress_container .progress .p9 {
    left: 54%;
}
.progress_container .progress .p10 {
    left: 60%;
}
.progress_container .progress .p11 {
    left: 80%;
}


.progress_container .progress .ranges span {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    letter-spacing: normal;
}
.progress_container .progress .box.b1,
.progress_container .progress .box.b2,
.progress_container .progress .box.b3,
.progress_container .progress .box.b4,
.progress_container .progress .box.b5,
.progress_container .progress .box.b6,
.progress_container .progress .box.b7,
.progress_container .progress .box.b8,
.progress_container .progress .box.b9,
.progress_container .progress .box.b10
{
    width: 6%;
}

.progress_container .progress .box.b11,
.progress_container .progress .box.b12
{
    width: 20%;
}
.progress_container .warhouse{
    width: 100%;
    display: inline-block;
    font-weight: bold;
    font-size: 25px;
    text-align: center;

}
.progress_container .progress{
    width: 100%;
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    vertical-align: middle;
}
.stock_message{
    text-align: right;
    font-weight: bold;
}

.warehouse_stock_indicaor{
    margin-bottom: 50px;
    padding: 10px;
}
.xoo-cp-content .addedto_cart_heading{
    text-align: center;
}
.warehouse_stock_indicaor .main_title{
    font-weight: bold;
    font-size: 20px;
}
.progress .progress_main_title span{width: 48%;text-align: center;display: inline-block;}
.warehouse_text{
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: right;
    max-width: 45px;
}
.warehouse_text .df_content strong{display: inline-block !important;}
.warehouse_text .hover_warhouse_content{display: none;}
.warehouse_text:hover .hover_warhouse_content{display: block}
.widget_shopping_cart_content  .box span{display: none !important;}
.widget_shopping_cart_content  .progress_main_title,.widget_shopping_cart_content  .ranges{display: none !important;}
.widget_shopping_cart_content .progress,.widget_shopping_cart_content .warhouse{width: 100%;}
.boximg,.pallet_boximg{
    width: 10%;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: -13px;
    margin-top: -15px;
}
.boximg{
    background-image: url(../images/full-box.png);

}
.pallet_boximg{
    background-image: url(../images/full-pallet.png);
}
.total_image_box{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    padding: 20px 0 0;
    max-width: 500px;
}
.pallet_boximg{
    margin-left: 5px;
}
table.xoo-cp-pdetails{max-height: 232px;overflow-y: auto;margin-bottom: 0;}


@media (min-width: 675px) {
    .xoo-cp-modal .progress_container .progress{    display: flex;}
    .xoo-cp-modal .progress_container .unit_text .total_package_text{margin-top: 0;padding-left: 15px;border-left: 1px solid #EAEAEA;margin-left: 15px;}
    .xoo-cp-modal .progress_container .unit_text .total_package_text .total_image_box{padding-top: 15px;}
}

.xoo-cp-modal table.xoo-cp-pdetails tr {
    border-bottom: 1px solid #EAEAEA !important;
}
.xoo-cp-modal table.xoo-cp-pdetails tr:last-child {
    border-bottom: 0 !important;
}

.xoo-cp-modal .xoo-cp-ptotal {float: none; width: 100%; text-align: right;margin-right: 0;padding-right: 30px;}

.xoo-cp-modal .xcp-btn {background: #3e9dd4;border:0;}



@media (max-width: 674px) {
    .xoo-cp-content .addedto_cart_heading h2{ font-size: 28px; }
    .xoo-cp-modal table.xoo-cp-pdetails tr td{padding: 1em 0.2em;}
    .xoo-cp-modal table.xoo-cp-pdetails tr .xoo-cp-qtybox {min-width: 70px;}
}




/*Product view page popup*/
.widget_shopping_cart_content ul.product_list_widget{height: 200px;overflow-y: auto;}
.warehouse_stock_indicaor .main_title{font-size: 24px;    margin-bottom: 15px;}
.progress_container { border-bottom: 1px solid #dedede;margin-bottom: 10px;}
.progress_container .warhouse{font-size: 18px;text-align: left;margin-bottom: 5px;}

.progress_container .unit_text.progress{box-shadow: 0 0 0;height: auto;background: none;border: 0;}
.progress_container .unit_text .product_unit_detail{display: flex;align-items: flex-start;}
.progress_container .unit_text .product_unit_detail .product_unit_text{font-size:14px; line-height: 20px;    margin-left: 15px;}
.progress_container .unit_text .total_package_text {margin-top: 15px;} 
.progress_container .unit_text .total_package_text .space_title {font-size:16px;} 
.progress_container .unit_text .total_package_text .space_text {font-size:14px;line-height: 20px;margin-bottom: 15px;} 
.progress_container .unit_text .total_package_text .total_image_box .boximg {margin-left: -5px;height: 32px;} 
.progress_container .unit_text .total_package_text .total_image_box .boximg:first-child {margin-left: 0px;} 


.xoo-cp-pdetails tr td.xoo-cp-remove {vertical-align: middle !important;}
.xoo-cp-pdetails tr td.xoo-cp-ptitle {vertical-align: middle !important;}
.xoo-cp-pdetails tr td .xoo-cp-qtybox{border-color:#000 !important;}

.xoo-cp-modal .xcp-btn {background: #b6a365;}
.xoo-cp-modal .xoo-cp-btns a {color:#fff !important;}


.xoo-cp-content .pallet_boximg{
    margin-left: 5px;
}
table.xoo-cp-pdetails{max-height: 232px;overflow-y: auto;margin-bottom: 0;}


@media (min-width: 675px) {
    .xoo-cp-modal .progress_container .unit_text .total_package_text{width:50%;}
    .progress_container .unit_text .product_unit_detail{width: 50%;}
    .progress_container .progress{    display: flex;}
    .progress_container .unit_text .total_package_text{margin-top: 0;padding-left: 15px;border-left: 1px solid #EAEAEA;margin-left: 15px;}
    .progress_container .unit_text .total_package_text .total_image_box{padding-top: 15px;}
}

.xoo-cp-modal table.xoo-cp-pdetails tr {
    border-bottom: 1px solid #EAEAEA !important;
}
.xoo-cp-modal table.xoo-cp-pdetails tr:last-child {
    border-bottom: 0 !important;
}

.xoo-cp-modal .xoo-cp-ptotal {float: none; width: 100%; text-align: right;margin-right: 0;padding-right: 30px;}

.product_unit_text {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}
.unit_image {
    display: inline-block;
    max-width: 150px;
}


@media (max-width: 674px) {
    .xoo-cp-content .addedto_cart_heading h2{ font-size: 28px; }
    .xoo-cp-modal table.xoo-cp-pdetails tr td{padding: 1em 0.2em;}
    .xoo-cp-modal table.xoo-cp-pdetails tr .xoo-cp-qtybox {min-width: 70px;}
}



/*New design*/
.sw-woo-tab-cat4 .box-title h3 {
    padding: 15px 0 13px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    font-size: 18px !important;
    color: #2d2d2d;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
}
.sw-woo-tab-cat4 .box-title h3:before {
    content: '';
    height: 2px;
    width: 100px;
    background-color: #b6a365;
    position: absolute;
    bottom: -1px;
}
.sw-woo-tab-cat4 .resp-tab .top-tab-slider .tab_list .nav.nav-tabs {width: 100%; text-align: left;}
.sw-woo-tab-cat4 .resp-tab .top-tab-slider .tab_list .nav.nav-tabs li a {    background: #fff;
                                                                             height: 52px;
                                                                             border: 0;
                                                                             border-radius: 0;
                                                                             line-height: 52px;
                                                                             text-transform: uppercase;
                                                                             font-size: 16px;
                                                                             font-weight: 700;
                                                                             box-shadow: 0px 2px 3px 0px rgb(100 100 100 / 30%);}


.sw-woo-tab-cat4 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap {min-height: 345px;}
.sw-woo-tab-cat4 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap:hover .item-detail .item-content .item-bottom{bottom: 50%;z-index: 9;}
.sw-woo-tab-cat4 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap:hover .item-detail .item-content .item-bottom .add_to_cart_button, .sw-woo-tab-cat4 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap:hover .item-detail .item-content .item-bottom .product_type_simple {    border-radius: 0; height: 45px;line-height: 42px; padding: 0 25px;    font-size: 16px;    border: 2px solid #b6a365;background: #fff;color: #b6a365;}
.sw-woo-tab-cat4 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap:hover .item-detail .item-content .item-bottom .add_to_cart_button:hover, .sw-woo-tab-cat4 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap:hover .item-detail .item-content .item-bottom .product_type_simple:hover {background:#b6a365;color:#fff;opacity: 1;}

.sw-woo-tab-cat4 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap:hover {border-color:#b6a365;position: relative;}
.sw-woo-tab-cat4 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap:hover .item-detail .item-content .item-price {opacity: 1}
.sw-woo-tab-cat4 .resp-tab .tab-content .resp-slider-container .slider .item .item-wrap:hover:before  {content: "";background: rgb(182 163 101 / 11%);left: 0;right: 0;width: 100%;top: 0;bottom: 0;height: 100%;z-index: 9;position: absolute;
}

.progress_container .unit_text .total_package_text .total_image_box .boximg.cls1015 {
    width: 58px;
    height: 58px;
    margin-top: -28px;
}
.woocommerce-cart .boximg,.woocommerce-cart  .pallet_boximg{
    width: 7%;
}
.top-form-minicart .progress_container .unit_text .total_package_text .total_image_box .boximg{
    width: 20px;
    height: 20px;
    margin-top: -17px;
}
.pagination-ajax .button-ajax{display: none !important;}
.qib-container .quantity input.qty{
    text-align: left !important;
    padding-left: 10px !important;
} 
.woocommerce-cart .qib-container .quantity input.qty{
    text-align: center !important;
    padding-left: 0px !important;
}
.revo_top .top-form.top-search .cat-wrapper select{
    position: relative;
    z-index: 1;
}
.products-wrapper .products-nav form.woocommerce-ordering select{max-width: 160px;}
.custom-html-widget .trp-language-switcher > div::after {
    content: "\f078";
    position: absolute;
    right: 15px;
    top: 13px;
    font-family: FontAwesome;
}
.custom-html-widget .trp-language-switcher:hover > div.trp-ls-shortcode-language::after {top: 12px;right: 14px;}
.custom-html-widget .trp-language-switcher > div{
    width: 100% !important;
    padding: 0;
    background-image: none;
    text-align: left !important;
    border: 0;
    border-top: 1px solid #b6a365;
    border-left: 1px solid #b6a365;
    border-right: 1px solid #b6a365;
}
.custom-html-widget .trp-language-switcher > div > a{
    display: block;
    padding: 10px 40px 10px 20px;
    border-radius: 0px;
    color: #2d2d2d;
    border-bottom: 1px solid #b6a365;
    font-weight: bold;

}
.trp-language-switcher  {min-width: 120px;}
.custom-html-widget     .trp-language-switcher > div > a > img {
    display: inline;
    margin: 0 3px;
    margin-right: 3px;
    width: 18px;
    height: 12px;
    border-radius: 0;
    margin-right: 10px;
}
.custom-html-widget .trp-ls-shortcode-language > div > a{

    border-bottom: 1px solid #b6a365;
}
.vertical-megamenu .showMore{display: none;} 
small.woocommerce-price-suffix {
    font-size: 12px;
    letter-spacing: 0;
    font-style: italic;
    font-weight: normal;
    color: #000;
    line-height: 15px;
    display: block;
    clear: both;
}
.products-loop .item-price del{float: left;    margin-left: 0;margin-top: 8px;}

.products-loop .item .item-wrap:hover .item-detail .item-content .item-price,
.products-loop .item .item-wrap .item-detail .item-content .item-price{
    opacity: 1;
}
.products-loop .item .item-wrap .item-detail .item-content .item-bottom, .products-loop .item .item-wrap .item-detail .item-img .item-bottom{
    position: inherit;
    transform: none;
    opacity: 1;
    margin-top:15px;
/* display: flex;*/
    align-items: center;
    justify-content: space-between;    
}
.products-loop .item .item-wrap .item-detail .item-content .item-bottom .qib-container .qib-button, .products-loop .item .item-wrap .item-detail .item-img .item-bottom .qib-container .qib-button {color: #fff !important;background: #a4a4a4 !important;border-color: #a4a4a4 !important;font-size: 20px !important;}
.products-loop .item .item-wrap .item-detail .item-content .item-bottom.clearfix:before, .products-loop .item .item-wrap .item-detail .item-img .item-bottom.clearfix:before {display: none;}
.products-loop .item .item-wrap .item-detail .item-content .item-bottom.clearfix:after, .products-loop .item .item-wrap .item-detail .item-img .item-bottom.clearfix:after {display: none;}
.products-loop .item .item-wrap:hover .item-detail .item-content h4 a,
.products-loop .item .item-wrap.item-detail .item-content h4 a{opacity: 1;}
.products-loop .item .item-wrap .item-detail .item-content .item-bottom .button,.products-loop .item .item-wrap .item-detail .item-content .item-bottom .add_to_cart_button{
    transform: none;
    border-radius: 0;
    height: 35px;
}

.products-wrapper .products-loop.grid > li .item-wrap .item-detail .item-content{
    text-align: left !important;
    padding: 15px !important;
}
.products-loop.grid .woocommerce-Price-amount.amount{
    text-align: left;
    display: block;
        margin-top: 5px;
    margin-bottom: 10px;
 font-size: 24px;   
}
.products-wrapper .products-loop.grid > li .item-wrap .item-detail .item-content h4 a {
    font-size: 16px !important;
    line-height: 24px !important;
}
#header .wrapper_vertical_menu{min-width: 258px;}

.products-wrapper .products-loop li.product-category a{
    border:1px solid #e5e5e5;
    padding: 15px;
}
.top-form:hover .wrapp-minicart{
    visibility: hidden !important;
opacity: 0 !important;
}
.trp-ls-shortcode-language{
    z-index:999 !important;
}