﻿body {
    overflow-x: hidden;
}
@media (max-width: 768px) {
    html, body {
        overflow-x: hidden;
    }    
}
.cke {
    overflow-x: visible;
}

.page {
    min-height: 600px;
}



@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */

    #catcbx {
        display: none;
    }
}


@media (min-width:1281px) {
    .product-cont {
        width: 33.33% !important;
    }
}


.website-header {
    background: rgba(45, 45, 47, 1);
    padding: 20px;
    color: #000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    padding: 0;
}

    .website-header .inner-width {
        margin-top: 0 !important;
    }


.comp-logo {
    max-height: 150px;
}



.footer-table .table li {
    display: block;
}

.store-middle-bar #cart_nav, #search_cont {
    display: none;
}



.entry_form-website::-webkit-input-placeholder { /* WebKit browsers */
    color: #000 !important;
}

.entry_form-website:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #000 !important;
}

.entry_form-website::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #000 !important;
}

.entry_form-website:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #000 !important;
}



.second-menu {
}

ul.menu-main li {
    padding: 0;
    font-size: 16px;
    float: right;
}

ul.menu-main > li:first-child a {
    padding-left: 0;
}

ul.menu-main > li a {
    text-decoration: none;
    line-height: 50px;
    padding: 0 18px;
}

ul.menu-main li > ul {
    visibility: hidden;
    opacity: 0;
    height: inherit;
    position: absolute;
    line-height: normal;
    height: auto;
    color: #fff;
    min-width: 170px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: display 0.8s ease-in;
    z-index: 1000;
    transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
}

ul.menu-main > li ul ul {
    left: 100%;
    margin-right: 0px;
    margin-top: -31px;
}

ul.menu-main > li ul li {
    height: inherit;
    width: 100%;
    padding: 0 0 8px 0;
    box-sizing: border-box;
}

    ul.menu-main > li ul li a {
        padding: 0px;
        line-height: 18px;
        font-size: 14px;
    }

ul.menu-main li:hover > ul, ul.menu-main li a:focus + ul, ul.menu-main li ul.opened-focus {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}




.jb-overflowmenu-container > ul > li, ul.menu-main > li ul li {
    border-bottom: solid 1px #444;
    padding: 10px 15px;
}

.cms.top-header ul.menu-main > li ul li {
    border-bottom: solid 1px #ddd;
}

.jb-overflowmenu-container > ul li a {
    text-decoration: none;
}

.mobile-back-cont {
    border-bottom: solid 1px #444;
    font-size: 16px;
    padding-bottom: 15px;
}

    .mobile-back-cont a {
        text-decoration: none;
        color: #fff;
    }

.sitemap ul.menu-main > li {
    display: block;
    float: left;
    font-size: inherit;
}

    .sitemap ul.menu-main > li a {
        padding: 0;
        line-height: normal;
    }

        .sitemap ul.menu-main > li a:focus {
            outline: solid 1px blue;
        }

.second-menu, .top {
    padding: 0px 0 50px 0;
}

.navigation-menu.top ul ul ul {
}

.mobile-navigation {
    height: 100%;
    position: fixed;
    background: #000;
    color: #fff;
    left: 0;
    top: 0;
    padding: 15px;
    overflow: auto;
    visibility: hidden;
    transition: all .2s ease 0s;
    width: 0;
}

.mobile-search {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    border: solid 1px #ddd;
}

.mobile-nav-show {
    visibility: visible;
    width: 250px;
}

.navbar.cc-main-nav-header {
    border-right-width: 0px !important;
    border-left-width: 0px !important;
    border-radius: 0px;
}
/* contact us dialog */
div[aria-describedby="send_customer_message_diag"] .ui-dialog-title {
    color: #333;
}

div[aria-describedby="send_customer_message_diag"] .ui-corner-all {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}


div[aria-describedby="send_customer_message_diag"] .ui-dialog-titlebar-close:after {
    color: #ccc;
}

div[aria-describedby="send_customer_message_diag"] .form-control {
    border: 1px solid #ccc;
    background-color: #fff;
}

div[aria-describedby="send_customer_message_diag"] .ui-dialog-buttonset button {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    border-radius: 4px;
    border: none;
    padding: 6px;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

div[aria-describedby="send_customer_message_diag"] td {
    font-weight: bold;
    padding-top: 10px;
}

.cc-builder-block-content td,
.cc-builder-block-content th {
    padding: 5px;
}
/* ie hack for responsive images*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .img-responsive {
        width: 100%;
    }
}

.multiselect-container.dropdown-menu,
.multiselect-container.dropdown-menu li,
.multiselect-container.dropdown-menu a {
    background-color: #fff !important;
    color: #000 !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .img-responsive {
       /* width: auto;*/
    }

    div[id^="dvimg_"] .img-responsive {
       /* width: 100%;*/
    }
    /*temp hack for ie, not exectly*/
    @keyframes marquee {
        from {
            top: 20px;
        }

        to {
            top: -200px;
        }
    }
}

@supports (-ms-accelerator:true) {
    /* IE Edge 12+ CSS styles go here */
    .img-responsive {
        width: auto;
    }

    div[id^="dvimg_"] .img-responsive {
        width: 100%;
    }
    /*temp hack for ie, not exectly*/
    @keyframes marquee {
        from {
            top: 20px;
        }

        to {
            top: -200px;
        }
    }
}

.cc-app-logo {
    max-height: 100%;
    width: 100px;
    background-color: white;
    border-radius: 14px;
}

@media (max-width:767px) {
    .cc-app-logo {
        display: block;
        margin: auto;
    }
}

.attributes span,
.attributes li {
    font-size: 11px;
}
b.attr_required:before {
    content: '*';
    color: red;
}
#google_translate_element {   
    display: none;
    opacity:0;    
}
.TickerProductsCarousel{
    /* For empty component*/
    min-height: 100px;
}
.sticky-sidebar,
.cc-whatsapp-app {
    z-index: 1050 !important;
}
/* full width elements for mobile */
@media (max-width: 768px) {
    .cc-fullwidth > div > .cc-col.col-xs-12 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}
.ul-star.big .fa-star
{
    font-size: 25px;
}
.review-item-product
{
    display: inline;
}
.review-product-sep {
    padding-left: 2px;
    padding-right: 2px;
}
.review_box {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px dashed #8b8a8a;
}
.review-product-text {
    display: flex;
    font-weight: bold;
    max-height: 115px;
    overflow: hidden;
    font-size: 13px;
}
.review-author-product,
.review-product-sep,
.review-date-product
{
    font-size: 13px;
}
.review_box .preview_img {
    width: 60px;
    height: 60px;    
    margin-top: 10px;
}
.cc-load-more-reviews {
    border: 2px solid #d1d8dc;
    padding: 4px 10px;
    font-size: 15px;
    cursor: pointer;
    transition: border 0.5s ease-in-out;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}
.reviews-loader {
    padding-right: 5px;
    padding-left: 5px;
}