﻿.select-color-cart {
    margin-bottom: 3px;
    float: left;
}

.color-cart {
    width: 22px;
    height: 22px;
    border: 1px solid #ccc;
    float: left;
}

.select-color-cart input {
    float: left;
    width: 25px;
    text-align: center;
    border: 1px solid #dddddd;
    font-size: 12px;
}

.no-color-cart {
    font-size: 14px;
    font-style: italic;
}

#cart-small {
    background-color: #ef2f72;
    position: fixed;
    right: 0px;
    top: 50px;
    z-index: 10;
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff !important;
    transition: width ease-in-out .3s;
    padding: 0 20px;
    width: 60px;
    overflow: hidden;
    white-space: nowrap;
}

    #cart-small > span {
        height: 18px;
        display: inline-block;
        line-height: 18px;
        vertical-align: middle;
    }

        #cart-small > span:last-child {
            visibility: hidden;
            margin-left: 10px;
        }

        #cart-small > span:first-child {
            background-position: -37px -18px;
            width: 18px;
        }

    #cart-small:hover {
        width: 200px;
    }

        #cart-small:hover > span:last-child {
            visibility: visible;
        }

#btn-to-top {
    border: 2px solid #f8f2dc;
    background-color: #ef2f72;
    color: #f8f2dc;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    position: fixed;
    bottom: 75px;
    right: 20px;
    z-index: 101;
    font-size: 24px;
    line-height: 45px;
    transition: border-color, background-color, color,line-height ease-in-out .2s;
    -webkit-transition: border-color, background-color, color,line-height ease-in-out .2s;
    -moz-transition: border-color, background-color, color,line-height ease-in-out .2s;
    -o-transition: border-color, background-color, color,line-height ease-in-out .2s;
}

    #btn-to-top:hover {
        border-color: #ef2f72;
        background-color: #f8f2dc;
        color: #ef2f72;
        line-height: 40px;
    }

    #btn-to-top i {
        display: inline;
        vertical-align: middle;
    }


.note-success {
    font-weight: bold;
    font-size: 13px;
    font-style: italic;
}

.fb-page-box-chat {
    position: fixed;
    z-index: 9999999;
    right: 10px;
    bottom: 10px;
}

.bg-chat-box {
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 101;
    cursor: pointer;
}

#chat-box-show-1 {
    display: none;
}

.bg-chat-box .bg-chat-box-hover {
    position: absolute;
    right: 100%;
    top: 0;
    height: 55%;
    font-size: 13px;
    margin-top: 24%;
    margin-right: 10%;
    width: 0;
    border-radius: 5px;
    overflow: hidden;
    padding-top: 4px;
    text-align: center;
    color: #fff;
    background: #2ab1e0;
    transition: width ease-in-out .3s;
    -webkit-transition: width ease-in-out .3s;
    -moz-transition: width ease-in-out .3s;
    -o-transition: width ease-in-out .3s;
}

.bg-chat-box:hover .bg-chat-box-hover {
    width: 330%;
}


.slide-home .bx-wrapper .bx-viewport{border: 3px solid #fff !important;}

.slide-home .bx-prev,.slide-home .bx-next{display: none}
.slide-home:hover .bx-prev,.slide-home:hover .bx-next{display: block}

