﻿.filtercatalog {
    margin-bottom:20px;
}
.sorting {
    background-color: #f7f7f7;
    display: inline-block;
    padding: 3px 10px;
    position: relative;
    border-radius: 8px;
    border:1px solid #eee;
    width:280px;
}
    .sorting p {
        padding:0px; margin:0px;
    }
    .sorting ul {
        width: 280px;
        display: none;
        position: absolute;
        top: 25px;
        left: 0px;
        background-color: #eee;
        border-radius: 8px;
        border: 1px solid #9a9a9a;
    }
    .sorting:hover ul, .sorting ul:hover {
        display: inline-block;
        z-index:999999;
    }
        .sorting:hover ul li {
            list-style-type:none;
            padding:5px 15px;
        }
            .sorting:hover ul li:first-child {
                padding-top:15px;
            }
            .sorting:hover ul li:last-child {
                padding-bottom: 15px;
            }
            .user-panel {
                text-align: right;
            }

.product-item {
    margin-top: 20px;
    border: 1px solid #eeeeee;
    padding: 5px;
}

.prodimg {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.blogimg {
    position: relative;
    width: 100%;
    padding-top: 56%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    border-bottom: 1px solid #eeeeee;
    display: block;
}

.pi-textblog a h3 {
    font-size: 19px;
    padding: 10px 0;
}

.pi-textblog a:hover, .pi-textblog a:hover h3 {
    color: #f51167;
}

.product-item .prodimg:after, .product-item .blogimg:after {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.product-item:hover .prodimg:after, .product-item:hover .blogimg:after {
    background-color: rgba(255,255,255,.5);
}

.prodgaranty {
    font-weight:normal;
    font-size:13px;
}
    .product-thumb {
        border: 1px solid #eee;
        margin-bottom: 20px;
        padding-bottom: 10px;
        -webkit-box-shadow: 1px 1px 15px 0px rgba(50, 50, 50, 0.09);
        -moz-box-shadow: 1px 1px 15px 0px rgba(50, 50, 50, 0.09);
        box-shadow: 1px 1px 15px 0px rgba(50, 50, 50, 0.09);
    }

.htop {
    background-color: #282828;
    padding: 5px;
    color: white;
    font-size: 12px;
}

    .htop span {
        display: inline-block;
        padding: 0px 10px;
    }

    .htop a {
        color: #eee;
        border-bottom: 1px dashed #eee;
    }

        .htop a:hover {
            border-bottom: 1px dashed transparent;
        }

.sub-menu li a::after {
    left: 20px;
}

.category-menu li a.now::after {
    background: #f51167;
}

.prodtg {
    display: block;
    cursor: pointer;
}

.site-btn:hover {
    background-color: red;
    color: white;
}

.cart_count {
    width: 70px;
    text-align: center;
}

.product-photo {
    width: 130px;
    padding-right: 20px;
}

.table-cart-link {
    color: black;
    display: block;
    margin-bottom: 10px;
    display: inline-block;
}

.itemtag {
    position: relative;
    display: block;
    margin-bottom: 30px;
    border: 1px solid #808080;
}

    .itemtag span {
        position: absolute;
        bottom: 0px;
        width: 100%;
        color: white;
        font-size: 13px;
        font-weight: bold;
        padding: 10px;
        background-color: rgba(0,0,0,0.5);
        display: block;
    }

    .itemtag:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        transition: all .3s ease-in-out;
    }

    .itemtag:hover:after {
        background-color: rgba(0,0,0,0.3);
    }

span ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

#divpager > span {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    padding: 8px 23px;
    border: 1px solid #ffd2b1;
    border-radius: 20px;
    background-color: #ffd2b1;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    line-height: 21px;
}

    #divpager > span > span {
        padding: 7.5px 12px;
        font-size: 14px;
        border-radius: 4px;
        box-shadow: none;
        font-weight: 400;
        line-height: 1.42857143;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
    }

.foolink-title {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    color: black;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
}

.footer-menu-links {
    padding: 0px 0 30px 0;
}

    .footer-menu-links ul {
        margin: 0px;
        clear: none;
        width: 100%;
        display: block;
        text-align: left;
    }

    .footer-menu-links li {
        position: relative;
        padding: 0px 27px 0px 0;
        display: inline-block;
    }

        .footer-menu-links li::after {
            position: absolute;
            content: '';
            right: 10px;
            top: 5px;
            width: 1px;
            height: 15px;
            background: #505050;
        }

        .footer-menu-links li:last-child::after {
            display: none;
        }

#content .proditem .head-t {
    margin-bottom: 10px !important;
}

    #content .proditem .head-t h1 {
        text-align: left !important;
    }

#content .head-t h1:before {
    margin: 0px !important;
}

.price del {
    font-weight: normal;
    color: #b2b2b2;
}

mark, ins {
    text-decoration: none;
}

.price {
    color: #000;
    padding-bottom: 18px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

del .amount, del .amount span {
    font-weight: 300;
    color: #878787;
    font-size: 13px;
    font-size: 20px;
}

.proditem .cartb {
    display: inline-block;
    cursor: pointer;
}

ins > span {
    font-size: 30px;
}

    ins > span > span {
        font-size: 20px;
    }

.nav-tabs > li > a {
    border: 0px !important;
}

.footer-menu-links a.active {
    color: #fe6d00;
    border-bottom: 1px dashed #fe6d00;
}

#content .product-layout {
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1,1);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 250ms;
    -moz-transform: scale(1,1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    transform: scale(1,1);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
    transform: scale(1,1);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
}

    #content .product-layout:hover {
        border-color: #fe6d00;
        transform: scale(1.15,1.15);
        transition-timing-function: ease-out;
        transition-duration: 250ms;
        transform: scale(1.15,1.15);
        transition-timing-function: ease-out;
        transition-duration: 250ms;
        -webkit-transform: scale(1.15,1.15);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 250ms;
        -moz-transform: scale(1.15,1.15);
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 250ms;
        z-index: 9999;
        background-color: white;
    }

#imgmini2 {
    padding: 40px;
}

.cart-table-warp {
    border: 1px solid #a0a0a0;
}

    .cart-table-warp img {
        width: 100%;
    }

    .cart-table-warp .headdiv {
        padding: 10px;
        box-sizing: border-box;
        background-color: #fe6d00;
        margin: 0px;
        border-bottom: 1px solid #a0a0a0;
        color: white;
        font-weight: bold;
    }

    .cart-table-warp .rowcart {
        padding: 10px;
        margin: 0px;
        border-bottom: 1px solid #eee;
    }

    .cart-table-warp .rowcart {
        transition: 0.3s ease;
    }

        .cart-table-warp .rowcart:hover {
            background-color: #eee;
        }

.btncardel .fa {
    font-size: 20px !important;
}

.total-cart h6 {
    font-size: 17px;
}

    .total-cart h6 span {
        font-size: 27px;
        font-weight: bold;
    }

.topphone {
    font-size: 21px;
}

    .topphone .fa {
        font-size: 21px;
    }

    .topphone a {
        font-size: 21px;
        color: white;
    }

        .topphone a:hover {
            color: #fe6d00;
        }

    .topphone span {
        font-size: 13px;
        color: white;
    }

.protitle {
    height: 60px;
}

.tgimg {
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 15px;
}

    .tgimg:hover {
        transition: 0.3s ease;
        -webkit-box-shadow: 1px 1px 15px 0px rgba(50, 50, 50, 0.59);
        -moz-box-shadow: 1px 1px 15px 0px rgba(50, 50, 50, 0.59);
        box-shadow: 1px 1px 15px 0px rgba(50, 50, 50, 0.59);
    }

    .tgimg .tgimgimg {
        position: relative;
        padding-top: 100%;
        background-position: center;
        background-size: contain;
        display: block;
        width: 100%;
    }

    .tgimg a:last-child {
        position: relative;
        bottom: 0px;
        width: 0px;
        left: 0px;
        width: 100%;
        display: block;
        text-align: center;
        padding: 5px;
        color: black;
        line-height: 15px;
        height: 50px;
        font-size: 14px;
        overflow: hidden;
    }

.onechildtag {
    display: block;
    min-width: unset !important;
    height: 114px;
}

    .onechildtag:hover {
        background-color: #eee;
    }

    .onechildtag p {
        display: block;
        position: relative;
        line-height: 17px;
        height: 56px;
        overflow: hidden;
        padding-top: 5px;
        font-size: 13px;
        font-weight: bold;
    }

.img1 {
    display: block;
}

.img2 {
    display: none;
}

.miniban2 {
    float: none;
    background-color: #ededed;
    padding: 20px 0;
}

    .miniban2 .container {
        background-color: white;
        padding: 20px;
    }

    .miniban2 .container {
        background-color: white;
    }

        .miniban2 .container img {
            margin: 20px 0;
            border-radius: 8px;
            box-shadow: 0 0 20px rgb(0 0 0 / 10%), 0 4px 20px rgb(0 0 0 / 20%);
        }

.phoneicomob {
    display: none;
}

@media(max-width:420px) {
    .mobtel {
        display: none !important;
    }

    .phoneicomob {
        display: inline-block;
    }
}

@media(max-width:991px) {
    .miniban2 {
        padding: 3px;
        /*display:none !important;*/
    }

        .miniban2 .container {
            background-color: white;
            padding: 0px;
        }

            .miniban2 .container .col-xs-6 {
                padding: 2px;
            }

            .miniban2 .container img {
                margin: 1px 0;
            }
}

@media(max-width:700px) {
    .cart_fix {
        text-align: center;
    }

    .cart_headtable {
        display: none;
    }

    .cart_fix .text-left, .cart_fix .text-right {
        text-align: center !important;
        padding-bottom: 20px;
    }

    #menu .nav > li > a {
        padding-left: 33px;
    }

    .thumb_img {
        width: 20px;
        height: 20px;
    }

    #menu .thumb_img img {
        max-width: 30px;
    }

    .img2 {
        display: block;
    }

    .img1 {
        display: none;
    }
}

.deliveryinfo .ses ul {
    border-right: 0px;
}

.h-ser {
    border: none;
}

    .h-ser:hover {
        /*background-color: #fffaf1;
    transition: all .3s ease-in-out;*/
    }

.deliveryinfo ul li.ser-svg {
    width: 90px;
    height: auto;
}

.ses {
    padding-right: 10px;
}

    .ses div {
        padding: 15px;
        /*background-color: #ffe5d1;*/
        border: 1px solid #ffe5d1;
    }

        .ses div:hover {
            background-color: #ffd5b5;
        }

    .ses .btn {
        padding: 7.5px 8px !important;
        font-size: 11px;
    }

    .ses img {
        -webkit-transition: -webkit-transform .8s ease-in-out;
        transition: transform .8s ease-in-out;
    }

    .ses:hover img {
        animation: hover .6s;
    }

.sub2 {
    background-size: 25px !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
    padding-left: 35px !important;
}

.dropdown-menu li > .sub2:hover {
    background-size: 30px !important;
    background-position: left !important;
    background-repeat: no-repeat !important;
}

@keyframes hover {
    50% {
        transform: scale(1.4);
    }
}
