/* /QUESTION */


#cookie_info {
    display: none;
    padding: 15px 0;
    font-size: 13px;
    line-height: 1.7;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background: #323232;
    max-width: 100%;
    text-align: center;
    z-index: 999999999999;
    color: #fff;
}

#cookie_info .container {
    background: transparent !important;
}

#cookie_info img {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

#cookie_info span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 180px);
    text-align: left;
    line-height: 18px;
}

#cookie_info a {
    color: #D4D4D4;
}

#cookie_info a:hover {
    color: #E40101;
}

#cookie_info .close_cookie,
.close_cookie {
    background-color: #E40101;
    padding: 8px 10px;
    line-height: 20px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    margin: 0 0 0 20px;
    width: 100px;
    text-align: center;
    border-radius: 3px;
}

#cookie_info .close_cookie:hover,
.close_cookie:hover {
    background-color: #ea3d00;
    color: #fff;
}

#x_cart {
    display: none;
    position: fixed;
    width: 540px;
    margin: 300px 35%;
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    line-height: 250px;
    background: url(../images/productAdd.png) center center no-repeat;
}

.ui-tabs-hide {
    display: none;
}

#bossbyte_slide {
    top: 320px !important;
}

#bossbyte_slide_front_front {
    width: 49px !important;
    height: 146px !important;
    background: url(../images/fb.png) 0 0 no-repeat !important;
}

#dis_wrapper {
    width: 800px;
    margin: 0 auto;
    font-size: 14px;
    color: #000;
    position: relative !important;
}

#dis_wrapper {
    font-size: 15px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.dis_box {
    position: fixed;
    top: 30%;
    left: 100%;
    right: 25%;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #2B2D42;
    background: #FFF;
    z-index: 101;
    padding: 40px 40px;
    border: 1px solid #636363;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.pp-btn {
    height: 40px;
    line-height: 25px;
}

#dis_wrapper p {
    font-weight: 400;
}

.dis_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
    z-index: 100;
}

a.dis_boxclose {
    position: absolute;
    top: -15px;
    right: -15px;
    float: right;
    width: 27px;
    height: 27px;
    background: url(../img/ico/cancel.png) left top repeat;
    cursor: pointer;
}

a.dis_boxclose:hover {
    opacity: 0.8;
}

#dis_content > input[type="text"] {
    border-radius: 0;
    height: 33px;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dis_wrapper,
.dis_wrapper .dis_box,
.dis_overlay, .first_discount_c {
    display: none;
}

/**/

.list-unstyled span{
    text-wrap: balance;
}

@media (min-width: 768px) {
    .product-item__title a {
        -webkit-line-clamp: 4!important;
    }
}

@media (max-width: 768px) {
    .dis_box {
        position: fixed;
        top: 15%!important;
        left: 100%;
        right: 25%;
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #888;
        background: #FFF;
        z-index: 101;
        padding: 20px 40px;
        border: 1px solid #636363;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    #wrapper18 #popup18 {
        width: 365px!important;
        right: calc(50% - 185px)!important;
    }
}

.u-sidebar {
    bottom: 0;
}

.custom-control-input {
    z-index: 20000!important;
    opacity: 1!important;
}