.floatleft {
    float: left
}

.floatright {
    float: right
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0px solid
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden
}

h3, h4 {
    /*    color: #b0230e;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    margin: 0 0 15px;
}

@font-face {
    font-family: "SukhumvitSet";
    src: url("../fonts/SUKHUMVITSET-MEDIUM.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/SUKHUMVITSET-MEDIUM.woff") format("woff"), /* Modern Browsers */
    url("../fonts/SUKHUMVITSET-MEDIUM.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Prompt', sans-serif;
    background-color: #f4f4f4;
}

.header-area {
    /*    background: none repeat scroll 0 0 #a00707;*/
    background-color: #B1B2B5;
    border-bottom: 1px solid rgba(228,227,228,0.50);
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

    .header-area a {
        color: #666;
    }

.user-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#top-menu.user-menu li {
    display: inline-block;
}

    #top-menu.user-menu li a {
        display: block;
        font-size: 13px;
        margin-right: 5px;
        padding: 8px 5px 8px 5px;
    }

        #top-menu.user-menu li a:hover {
            color: #af0f0f;
        }

.user-menu li a:link {
    text-decoration: none;
}

.user-menu li a i.fa {
    margin-right: 5px;
}

#right-menu.user-menu li, #right-menu-compare.user-menu li {
    display: inline-block;
    border: 1px solid #fff;
}

    #right-menu.user-menu li a, #right-menu-compare.user-menu li a {
        color: #999;
        display: block;
        font-size: 14px;
        margin-right: 5px;
        padding: 8px 10px 8px 16px;
    }

        #right-menu.user-menu li a:hover, #right-menu-compare.user-menu li a:hover {
            color: #b0230e;
        }

.header-right ul.list-inline {
    margin: 0;
    text-align: right;
}

    .header-right ul.list-inline li a {
        display: block;
        padding: 9px;
    }

    .header-right ul.list-inline li ul a {
        padding: 5px 15px;
    }

    .header-right ul.list-inline li ul {
        border: medium none;
        border-radius: 0;
        left: 50%;
        margin-left: -50px;
        min-width: 100px;
        text-align: center;
    }

.mainmenu-area {
    background: none repeat scroll 0 0 #fff;
    /* border-bottom: 1.25px solid #862424; */
    font-family: 'Prompt',sans-serif;
    text-transform: uppercase;
    width: 100%;
    z-index: 99;
    /* height: 61px; */
    /* border-bottom: 1px solid rgba(228, 227, 228, 0.5); */
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5px; */
    /* border: 1px solid transparent; */
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
}



.logo h1 {
    font-size: 40px;
    margin: 10px 0;
    font-weight: 400;
}

    .logo h1 a {
        color: #999;
    }

        .logo h1 a:hover {
            text-decoration: none;
            opacity: .7
        }

        .logo h1 a span {
            color: #f2020b;
        }

.shopping-item {
    border: 1px solid #bcbcbc;
    float: right;
    font-size: 18px;
    padding: 7px;
    position: relative;
    background-color: #fff;
    margin-top: 26px;
    padding-bottom: 7px;
    border-radius: 4px;
}

    .shopping-item a {
        color: #666;
    }

.cart-amunt {
    color: #f2020b;
    /*font-weight: 700;*/
    /*border: 1px solid #fff;*/
}

.product-count {
    background: none repeat scroll 0 0 #f2020b;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    height: 20px;
    padding-top: 2px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 20px;
    border: 1.2px solid
}

.shopping-item i.fa {
    /*margin-left: 15px;*/
    margin-left: 5px;
    margin-right: 5px;
}

.shopping-item:hover {
    /*background: none repeat scroll 0 0 #c53030;*/
    border-color: #bd0200;
    cursor: pointer;
}

    .shopping-item:hover a {
        color: #f2020b;
        text-decoration: none
    }

    .shopping-item:hover .cart-amunt {
        color: #666;
    }

    .shopping-item:hover .product-count {
        /*        background: none repeat scroll 0 0 #000;*/
    }

.shopping-search {
    width: 50px;
    float: left;
    text-align: center;
    font-size: 18px;
    background-color: #bf0101;
    color: #ffffff;
    border: 1px solid;
    cursor: pointer;
    padding: 8.5px;
    margin-top: -1.5px;
    border-radius: 0 10px 10px 0;
}

.shopping-search-group {
    float: right;
    margin-top: 26px;
    margin-right: 20px;
    width: calc(100% - 150px);
}

.mainmenu-area ul.navbar-nav li a {
    color: #333;
    font-size: 16px;
    /* font-weight: 700; */
    padding: 10px;
    margin-bottom: 5px;
    /*    padding: 0.5rem 1rem !important;*/
    font-weight: 700;
    letter-spacing: 1.1px;
    margin-bottom: 0;
}

.main-menu-x {
    padding: 1rem 2rem !important;
    margin-bottom: 5px !important;
}

.mainmenu-area ul.navbar-nav li a:hover, .mainmenu-area ul.navbar-nav li.active a {
    background: #bd0200;
    color: #fff;
    /*        border-radius: 4px;*/
}

.mainmenu-area .nav > li > a:focus {
    color: #000
}

.slider-area {
    clear: both;
    margin-top: 3px;
}

.slider-area, .promo-area, .brands-area, .maincontent-area, .footer-top-area, .product-widget-area, .product-breadcroumb-area, .single-product-area {
    position: relative;
    overflow: hidden
}

.single-product-area {
    /*    padding-top: 20px !important;*/
}

.zigzag-bottom {
}

.slide-text-wrapper {
    /*height: 700px;*/
}

.slide-text-wrapper {
    display: table;
    width: 100%;
    /*height: 50%;*/
    /*min-height: 290px;*/
    /*max-height: 550px;*/
}

.slide-text {
    display: table-cell;
    vertical-align: middle
}

.zigzag-bottom {
    background: none repeat scroll 0 0 #c53030;
    bottom: -80px;
    height: 165px;
    left: -5%;
    position: absolute;
    transform: rotate(3deg);
    width: 108%;
    z-index: 9;
}

.slide-bg {
    height: 100%;
    left: 0;
    /*position: absolute;*/
    top: 0;
    width: 100%;
    background-position: center;
    background-size: cover
}

    .slide-bg:after {
        /*background: none repeat scroll 0 0 #000;*/
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.6;
        position: absolute;
        top: 0;
        width: 100%;
    }
/*.slide-one {background-image: url(../images/slide-1.jpg)}
.slide-two {background-image: url(../images/slide-2.jpg)}
.slide-three {background-image: url(../images/slide-3.jpg)}*/
.slide-text {
    color: #fff;
    font-size: 18px;
    font-weight: 200
}

    .slide-text h2 {
        font-size: 45px;
        font-weight: 200
    }

.slide-content {
    position: relative;
    z-index: 9;
    padding: 30px
}

    .slide-content:before {
        background: none repeat scroll 0 0 #000;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.6;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }


.readmore {
    background: none repeat scroll 0 0 #c53030;
    color: #fff;
    border: 1px solid #862424;
    display: inline-block;
    font-size: 20px;
    margin-top: 15px;
    padding: 10px 20px;
    text-transform: uppercase;
}


    .readmore:hover {
        background: #7e1010;
        text-decoration: none;
        color: #fff;
        border: 1px solid #fff
    }

.discount {
    background: url(../images/label-sale.png) no-repeat;
    background-size: 40px 25px;
    color: #fff;
    position: absolute;
    top: 0px;
    width: 40px;
    height: 30px;
    font-size: 12px;
    text-align: left;
    padding-left: 6px;
    right: 10px;
    z-index: 1;
}


.promo-area {
    background: none repeat scroll 0 0 #c53030;
    color: #fff;
    padding: 77px 0 200px;
}

.brands-area {
    background: none repeat scroll 0 0 #fff;
    color: #c53030;
    padding: 0px 0 200px;
    border-radius: 4px;
}

    .promo-area .zigzag-bottom, .brands-area .zigzag-bottom {
        background: #fff
    }

.single-promo {
    border: 1px solid #7e1010;
    font-size: 25px;
    font-weight: 200;
    padding: 20px 10px;
    text-align: center;
}

    .single-promo i {
        font-size: 50px;
    }

    .single-promo:hover {
        color: #fff;
        background: #7e1010;
        border-color: #7e1010
    }

.section-title {
    font-family: 'Prompt',sans-serif;
    font-size: 50px;
    font-weight: 100;
    margin-bottom: 50px;
    text-align: center;
}


.product-f-image {
    position: relative;
}

.product-hover {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    border: 1px solid #fff;
    border-radius: 4px 4px 4px 4px;
}

    .product-hover:after {
        background: none repeat scroll 0 0 #000;
        content: "";
        height: 100%;
        left: -100%;
        opacity: 0.6;
        position: absolute;
        top: 0;
        width: 100%;
        transition: .4s;
    }

    .product-hover a {
        background: none repeat scroll 0 0 #c53030;
        border-radius: 5px;
        color: #fff;
        display: block;
        /*font-size: 2vh;*/
        left: 10%;
        margin: 0;
        padding: 7px;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        border: 1px solid #c53030;
        width: 80%;
        z-index: 99;
        transition: .4s;
    }

        .product-hover a:hover {
            background: #7e1010;
            text-decoration: none;
            border-color: #eee;
            color: #ffffff;
        }

.product-carousel-price {
    /*margin-top: 5px;*/
    min-height: 30px;
}

    .product-carousel-price ins {
        color: #f2020b;
        font-size: 16px;
        font-weight: 600;
        font-style: italic;
        /*color: #FC0100;*/
        /*        color: #00bcff;*/
        /*font-weight: 700;*/
        /*font-size:x-large;*/
        margin-right: 5px;
        text-decoration: none;
        /*font-size: 16px;*/
        /*float: right;*/
        margin-top: -3px;
        letter-spacing: 0.5px;
        /*text-align: right;*/
    }

.product-hover a i.fa {
    margin-right: 5px;
}

.product-hover a.add-to-cart-link {
    top: -25%;
}

.product-hover a.view-details-link {
    bottom: -25%;
}

.cart-product-price ins {
    color: #f2020b;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    margin-right: 5px;
    text-decoration: none;
    margin-top: -3px;
    letter-spacing: 0.5px;
}

.single-shop-product h2 {
    font-size: 18px !important;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 15px;
}

    .single-shop-product h2 a {
        color: #222;
        white-space: pre-wrap;
    }

        .single-shop-product h2 a:hover {
            color: #f2020b !important;
        }


.single-product h2 {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: -5px;
    margin-top: 15px;
    height: 36px;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


    .single-product h2 a {
        color: #222;
        white-space: pre-wrap;
    }

        .single-product h2 a:hover {
            color: #f2020b !important;
        }

.single-product p {
    color: #1abc9c;
    font-weight: 700;
}

.single-product {
    overflow: hidden;
    padding: 2px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.08), 0 0 2px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    margin: 5px 3px;
}

    .single-product:hover {
        transform: scale(1.028);
        box-shadow: 0 4px 12px rgba(0,0,0,.12), 0 4px 12px rgba(0,0,0,.06);
    }

        .single-product:hover .product-hover a.add-to-cart-link {
            top: 25%;
        }

        .single-product:hover .product-hover a.view-details-link {
            bottom: 25%;
        }

        .single-product:hover .product-hover:after {
            left: 0
        }


.product-carousel {
    /*padding-top: 40px;*/
}

.latest-product .owl-nav {
    /*position: absolute;
  right: 0;
  top: 0;*/
    font-size: 18px;
}

    .latest-product .owl-nav div, .related-products-wrapper .owl-nav div {
        border: 1px solid #dddddd;
        color: #666666;
        display: inline-block;
        /*   padding: 1px 5px;*/
        padding-top: 5px;
    }

.owl-prev {
    display: inline-block;
    padding: 1px 8px;
    position: absolute;
    left: -15px;
    top: 65%;
    display: inline-block;
    background-color: #f4f4f4;
    margin-top: -64px;
    border-radius: 15px;
    width: 30px;
    height: 30px;
}

.owl-next {
    display: inline-block;
    padding: 1px 10px;
    position: absolute;
    right: -15px;
    top: 65%;
    display: inline-block;
    background-color: #f4f4f4;
    margin-left: 15px;
    margin-top: -64px;
    border-radius: 15px;
    width: 30px;
    height: 30px;
}

.latest-product .owl-nav div:hover, .brand-wrapper .owl-nav div:hover, .related-products-wrapper .owl-nav div:hover {
    color: #222;
    border-color: #222
}

.brand-list {
    padding-top: 40px;
}

    .brand-list .owl-nav {
        position: absolute;
        right: 0;
        top: 0;
    }

.brand-wrapper .owl-nav div {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    margin-left: 15px;
    padding: 1px 10px;
}

.maincontent-area {
    padding-bottom: 170px
}

.product-wid-title {
    font-family: 'Prompt';
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px;
}


.single-wid-product {
    margin-bottom: 31px;
    overflow: hidden;
}

.product-thumb {
    float: left;
    height: 90px;
    margin-right: 15px;
    width: 100px;
}

.single-wid-product h2 {
    font-size: 13px;
    margin-bottom: 12px;
}

.product-wid-rating {
    color: #ffc808;
    margin-bottom: 10px;
}

.product-wid-price ins {
    color: #f2020b;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
}

.single-wid-product h2 a {
    color: #222;
}

    .single-wid-product h2 a:hover, .single-product h2 a:hover {
        color: #f2020b;
    }

.wid-view-more {
    background: none repeat scroll 0 0 #c53030;
    color: #fff;
    padding: 3px 15px;
    position: absolute;
    right: 10px;
    top: 3px;
}

    .wid-view-more:hover {
        color: #000;
        background-color: #fff;
        border: 1px solid #7e1010;
        text-decoration: none
    }

.single-product-widget {
    position: relative;
}

.product-widget-area {
    padding-bottom: 150px;
    padding-top: 30px;
}

    .product-widget-area .zigzag-bottom {
        background: #333
    }

.footer-top-area .zigzag-bottom {
    background: #000
}

.footer-top-area {
    background: none repeat scroll 0 0 #f5f5f5;
    color: #333;
    padding: 0 0 15px;
    border-top: 4px solid #bd0200;
}


.footer-bottom-area {
    background: #000;
    color: #fff
}

.footer-about-us span {
    color: #f2020b;
}

.footer-wid-title {
    font-family: 'Prompt';
    font-size: 24px;
    font-weight: 600;
    color: #000
}

.footer-about-us h2 {
    font-weight: 200;
    font-size: 24px;
}

.footer-menu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .footer-menu ul li {
        /*border-bottom: 1px dashed #555;
        padding: 5px 0;*/
    }

.footer-menu a {
    display: block;
    padding: 5px 0;
    color: #000
}


.footer-social a {
    /*background: none repeat scroll 0 0 #f2020b;*/
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding-top: 5px;
    text-align: center;
    width: 40px;
    /*border: 1px solid #f2020b;*/
}

    .footer-social a:hover {
        /*background-color: #222;
        border-color: #666*/
    }

.footer-social {
    margin-top: 20px;
    margin-bottom: 20px;
}


.newsletter-form input[type="email"] {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}

.newsletter-form input[type="submit"] {
    background: none repeat scroll 0 0 #c53030;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 7px 20px;
    text-transform: uppercase;
    border: 1px solid #862424;
}

    .newsletter-form input[type="submit"]:hover {
        background: #7e1010;
        border-color: #666
    }

.newsletter-form {
    margin-top: 25px;
}

a {
    color: #b0230e
}

    a:hover, a:focus {
        color: #f2020b;
    }

.footer-bottom-area {
    background: none repeat scroll 0 0 #252525;
    color: #fff;
    /*    padding-bottom: 40px;*/
}


.slide-bulletz {
    bottom: -30px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 98;
}

ol.slide-indicators {
    left: inherit;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

    ol.slide-indicators li {
        background: none repeat scroll 0 0 #222;
        border: medium none;
        border-radius: 0;
        cursor: pointer;
        display: inline-block;
        height: 10px;
        margin: 0 0 0 5px;
        width: 10px;
    }

        ol.slide-indicators li.active {
            background: none repeat scroll 0 0 #f2020b;
            height: 10px;
            margin: 0 0 0 5px;
            width: 10px;
        }


.carousel.carousel-fade .item {
    transition: opacity 1s ease-in-out
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.footer-card-icon {
    font-size: 30px;
    text-align: right;
}

.copyright > p {
    margin: 10px 0 10px;
}

.product-big-title-area {
    background: url(img/crossword.png) repeat scroll 0 0 #1ABC9C
}

.product-bit-title h2 {
    font-family: 'Prompt';
    font-size: 50px;
    font-weight: 200;
    margin: 0;
    padding: 50px 0;
    color: #fff;
}

.single-product-area .zigzag-bottom {
    background-color: #333333
}

.single-product-area {
    padding: 0 0 20px 0;
    /*    background-color: #EBEDED;*/
}

.sidebar-title {
    color: #af0f0f;
    font-size: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.single-sidebar {
    margin-bottom: 50px;
}

#productSearch {
    border-radius: 4px 0 0 4px;
    border-right: none;
}

    #productSearch:focus {
        /*    box-shadow: 0 0 0pt 1pt #666;*/
        outline: none;
    }

input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, #register {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px;
}

input[type="time"] {
    border: 1px solid #ddd;
    padding-left: 10px;
    height: 42px;
    border-radius: 4px;
}

input[type="submit"], button[type=submit], .input-button, #register {
    background: none repeat scroll 0 0 #c53030;
    border: medium none;
    color: #fff;
    padding: 11px 20px;
    text-transform: uppercase;
    border-radius: 4px;
}

    input[type="submit"]:hover, button[type=submit]:hover, #register:hover {
        background-color: #7e1010;
        border-radius: 4px;
    }

.single-sidebar input[type="text"] {
    margin-bottom: 10px;
    width: 100%;
}

.thubmnail-recent {
    margin-bottom: 30px;
    overflow: hidden;
}

.recent-thumb {
    float: left;
    height: auto;
    margin-right: 15px;
    width: 63px;
}

.thubmnail-recent > h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

    .thubmnail-recent > h2 a {
        color: #222;
    }

.product-sidebar-price > ins {
    color: #1abc9c;
    font-weight: 700;
    margin-right: 10px;
    text-decoration: none;
}

.single-sidebar > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.single-sidebar li {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0;
}

.single-sidebar a {
    display: block;
}

/*.product-breadcroumb {
    margin-top: 50px;
    margin-bottom: 15px;
}*/

@media screen and (min-width: 980px) {
    .product-breadcroumb {
        margin-top: 50px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 979px) {
    .product-breadcroumb {
        margin-top: 60px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 425px) {
    .product-breadcroumb {
        margin-top: 0;
        margin-bottom: 15px;
    }
}




.product-breadcroumb > a {
    margin-right: 31px;
    position: relative;
    color: #404040;
}

    .product-breadcroumb > a.active {
        margin-right: 31px;
        position: relative;
        color: #b0230e;
    }

    .product-breadcroumb > a::before {
        content: "/";
        position: absolute;
        right: -20px;
        top: 2px;
    }

    .product-breadcroumb > a:last-child::before {
        display: none;
    }

.product-main-img {
    margin-bottom: 20px;
}

.product-gallery {
    /*margin-bottom: 25px;*/
    /*margin-left: -15px;*/
    overflow: hidden;
}

    .product-gallery img {
        height: auto;
        /*margin-left: 5px;
        margin-bottom: 15px;*/
        /*        width: calc(9.5% - 5px);*/
    }

        .product-gallery img.product-detail {
            height: auto;
            /*margin-left: 5px;
            margin-bottom: 15px;*/
            width: calc(32% - 5px);
            min-width: 75px;
        }

.product-name {
    font-size: 25px;
    margin-bottom: 20px;
}

.product-inner-price {
    margin-bottom: 10px;
}

    .product-inner-price > ins {
        color: #f2020b;
        /*        color: #00bcff;*/
        font-weight: 700;
        margin-right: 5px;
        text-decoration: none;
        letter-spacing: 0.5px;
    }

.quantity {
    float: left;
    margin-right: 15px;
}

    .quantity input[type="number"] {
        border: 1px solid #c53030;
        padding: 5px;
        width: 40px;
        text-align: right;
    }

.add_to_cart_button {
    background: none repeat scroll 0 0 #b0230e;
    /*   border: medium none;*/
    border: 1px solid #b0230e;
    color: #fff;
    padding: 6px 25px;
    display: inline-block;
    border-radius: 6px;
}

    .add_to_cart_button:hover {
        background-color: #c53030;
        color: #fff;
        text-decoration: none
    }

form.cart {
    margin-bottom: 25px;
}

.product-inner-category {
    margin-bottom: 30px;
}

.product-tab {
    border-bottom: 1px solid #ddd;
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}

    .product-tab li {
        display: inline-block;
    }

        .product-tab li.active {
            background: none repeat scroll 0 0 #c53030;
            border-radius: 4px 4px 0 0
        }

            .product-tab li.active a {
                color: #fff;
            }

        .product-tab li a {
            color: #222;
            display: block;
            font-size: 16px;
            padding: 10px 30px;
        }

            .product-tab li a:hover {
                text-decoration: none;
            }

            .product-tab li a:focus {
                text-decoration: none;
            }

.tab-content h2 {
    font-size: 20px;
}

.tab-content {
    margin-bottom: 30px;
}

.submit-review label {
    display: block;
}

.submit-review input[type="text"], .submit-review input[type="email"], .submit-review textarea {
    margin-bottom: 20px;
    width: 100%;
}

.rating-chooser {
    margin-bottom: 30px;
}

    .rating-chooser p {
        font-weight: 700;
    }

.rating-wrap-post {
    font-size: 20px;
}

.submit-review textarea {
    height: 105px;
}

.related-products-wrapper {
    margin-top: 30px;
}

.related-products-title {
    color: #af0f0f;
    font-size: 25px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.related-products-wrapper .owl-nav {
    position: absolute;
    right: 0;
    top: -56px;
}



table.shop_table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-bottom: 25px;
    width: 100%;
}

    table.shop_table th, table.shop_table td {
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd;
        padding: 15px;
        text-align: center;
    }

    table.shop_table th {
        background: none repeat scroll 0 0 #f4f4f4;
        font-size: 15px;
        text-transform: uppercase;
    }

td.product-thumbnail img {
    height: auto;
    width: 70px;
}

td.product-name {
    font-size: 16px;
}

div.quantity input.plus, div.quantity input.minus {
    background: none repeat scroll 0 0 #c53030;
    border: medium none;
    color: #fff;
    height: 25px;
    line-height: 15px;
    width: 25px;
    border-radius: 12px;
}

input.plus:hover {
    color: #7e1010;
}

td.product-quantity div.quantity, td.product-qty-prechkout div.quantity {
    float: none;
    margin: 0;
}

.product-quantity {
    min-width: 150px;
}

.product-qty-prechkout {
    min-width: 75px;
}

td.actions div.coupon {
    float: left;
}

.cart-collaterals {
    overflow: hidden;
}

.cross-sells {
    float: left;
    margin-right: 3%;
    width: 57%;
}

.cart_totals {
    /*float: right;*/
    margin-bottom: 50px;
    /*width: 40%;*/
}

.cart-collaterals h2 {
    color: #b0230e;
    font-size: 24px;
    margin-bottom: 25px;
    text-transform: uppercase;
    line-height: 1.5;
}

div.cart-collaterals ul.products {
    list-style: outside none none;
    margin: 0 0 0 -30px;
    padding: 0;
}

    div.cart-collaterals ul.products li.product {
        float: left;
        margin-left: 30px;
        position: relative;
        width: 198px;
    }

.cart_totals table {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 100%;
}

    .cart_totals table th, .cart_totals table td {
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd;
        padding: 10px;
        text-align: right;
    }

    .cart_totals table th {
        background: none repeat scroll 0 0 #f4f4f4;
        text-align: left;
    }

.onsale {
}

div.cart-collaterals ul.products li.product .onsale {
    background: none repeat scroll 0 0 #1abc9c;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 0;
}

div.cart-collaterals ul.products li.product h3 {
    color: #333;
    font-size: 20px;
    margin-top: 15px;
}

div.cart-collaterals ul.products li.product .price {
    color: #333;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
}

.price > ins {
}

div.cart-collaterals ul.products li.product .price ins {
    color: #1abc9c;
    font-weight: 700;
    margin-left: 10px;
    text-decoration: none;
}

.woocommerce {
    margin-top: 25px;
}

.woocommerce-info {
    /* background: url(../images/crossword.png) repeat scroll 0 0 #bd0200; */
    /* padding: 15px 25px 15px 25px; */
    border-radius: 4px 4px 0 0;
    border-bottom: 2px solid #bd0200; /*#bd0200*/
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
}

}

.woocommerce-info > h6 {
    font-weight: normal;
    margin-bottom: 0px;
}

.col2-set {
    margin-left: -30px;
    overflow: hidden;
}

.col-1, .col-2 {
    float: left;
    margin-left: 30px;
    width: 360px;
}

#customer_details label {
    display: block;
    margin: 0 0 5px;
}

#customer_details input[type="text"], #customer_details textarea, .shipping_calculator input[type=text] {
    margin-bottom: 10px;
    width: 100%;
}

#customer_details h3 {
    color: #1abc9c;
    font-size: 20px;
    text-transform: uppercase;
}

.create-account {
    background: none repeat scroll 0 0 #fff;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 0 0 10px 10px;
}

#order_review_heading {
    color: #1abc9c;
    font-size: 20px;
    text-transform: uppercase;
}

#payment ul.payment_methods {
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0;
}

    #payment ul.payment_methods li {
        margin-bottom: 15px;
    }

a.about_paypal {
    font-size: 12px;
    margin-left: 15px;
}


#customer_details select, .shipping_calculator select {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
}


table.shop_table td.product-remove a {
    display: inline-block;
    padding: 0 5px 2px;
    text-transform: uppercase;
    font-size: 24px;
}


    table.shop_table td.product-remove a:hover {
        color: #7e1010;
        /*background: red;*/
        text-decoration: none
    }

table.shop_table td.product-name a {
    color: #222;
}

    table.shop_table td.product-name a:hover {
        color: #b0230e;
        text-decoration: none
    }

div.quantity input.plus:hover, div.quantity input.minus:hover {
    background-color: #7e1010
}

div.cart-collaterals ul.products li.product a:hover h3 {
    color: #1ABC9C
}

div.cart-collaterals ul.products li.product a:hover {
    text-decoration: none
}

div.cart-collaterals ul.products li.product:hover .add_to_cart_button {
    background-color: #222
}


.cart-collaterals .shipping_calculator {
    float: right;
    width: 40%;
}


#login-form-wrap, #coupon-collapse-wrap {
    background: none repeat scroll 0 0 #f4f4f4;
    margin-bottom: 30px;
    padding: 25px;
}

    #login-form-wrap label {
        display: block;
        margin-bottom: 5px;
    }

    #login-form-wrap input[type="text"], #login-form-wrap input[type="password"] {
        margin-bottom: 10px;
        width: 250px;
    }

    #login-form-wrap input[type="submit"] {
        margin-bottom: 15px;
    }



.single-shop-product h2 {
    font-size: 14px !important;
    height: 40px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-wrap;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-option-shop {
    margin-top: 5px;
}

.iconright {
    /*position: absolute;*/
    z-index: 9999;
    width: 3rem !important;
    height: 3rem !important;
    right: 1.5rem;
    top: 0;
}

.single-shop-product {
    margin-bottom: 30px;
    /*border: 1px solid #ddd;*/
    padding: 5px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,.08), 0 0 2px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
}

    .single-shop-product:hover {
        transform: scale(1.05);
        box-shadow: 0 5px 10px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    }

.create-account > div > div.col-sm-3 {
    padding-left: 10px;
    padding-right: 10px;
}

.pagination > li > a, .pagination > li > span {
    color: #1abc9c;
}

/*Clock*/

ul#timecountdown > li {
    display: inline-block;
    font-size: 20px;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
}

    ul#timecountdown > li span {
        display: block;
        font-size: 20px
    }

.own-services > img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.coupon-input {
    width: calc(100% - 85px);
}

.product-thumbnail > a > img {
    min-width: 80px;
}

p.tax {
    font-size: 12px;
    font-weight: 100;
    text-align: right;
    margin-top: 5px;
}

.address-edit {
    font-size: 14px;
    float: right;
    color: #f00;
    font-weight: 100;
}

.pay-method {
    float: left;
    margin: 0 4px 5px 0;
    width: 148px;
    height: 128px;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}

    .pay-method:hover {
        /*border: 1px solid #666;*/
    }

.pay-current {
    background-color: #f5f6f9 !important;
    position: relative;
    z-index: 1;
    margin-bottom: -5px;
    height: 133px;
}

.pay-method .icon {
    width: 40px;
    height: 40px;
    margin-top: 24px;
    margin-bottom: 12px;
    color: #183545;
    font-size: 32px;
}

.payment-medthod-group {
    padding-top: 20px;
}

.payment-method-row {
    padding-left: 20px;
    float: left;
}

.payment-method-title {
    width: 150px;
    float: left;
}

.payment-method-desc {
    width: 200px;
    float: left;
}

.pay-method-wrap {
    background-color: #f5f6f9;
    padding: 10px;
}

#undefined-sticky-wrapper {
    height: 150px !important;
}

.required:before {
    content: '* ';
    color: red;
    font-weight: 100;
}

input[type=checkbox] {
    opacity: 0;
    position: absolute;
    top: 0;
    /*left: 0;*/
    width: 16px;
    height: 16px;
    margin: 0;
}

.next-checkbox {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 16px;
    height: 16px;
    line-height: 14px;
}

    .next-checkbox.checked {
        border-color: #f2020b;
        background-color: #f2020b;
    }

.next-checkbox-inner {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 2px;
    border: 1px solid #a00707;
    transition: all .3s ease 0s;
    text-align: left;
}

.mod-login-receive {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

    .mod-login-receive label {
        margin-right: 10px;
        position: relative;
        top: 2px;
        float: left;
        color: #fff;
    }

    .mod-login-receive i {
        padding-top: 1px;
    }

    .mod-login-receive p {
        float: left;
        width: calc(100% - 30px);
    }

ul.sub-menu {
    position: absolute;
    background-color: #ffffff;
    z-index: 1000;
    top: 100%;
    display: none;
    border: 1px solid #ccc;
    width: 220px;
}

.sub-menu li {
    /*width: 100%;*/
    display: block;
    width: 100%;
    /*min-width: 10rem;*/
    text-align: left;
}

    .sub-menu li a {
        padding: 10px 14px !important;
        /*padding-left: 20px!important;*/
        /*        color: #af0f0f;*/
        border-bottom: 1px #fff solid;
        margin-right: 0px !important;
    }

        .sub-menu li a:hover {
            background-color: #bd0200;
            color: #fff !important;
        }

.user-menu ul li:hover ul {
    display: block;
    opacity: 1;
    /*visibility: visible;*/
}

/*#menu-bar ul li:hover ul {
    display: block;
    opacity: 1;
}*/

#menu-bar ul li:hover .group-sub-menu {
    display: block;
    opacity: 1;
    /*visibility: visible;*/
}

.group-sub-menu ul li:hover .group-sub-sub-menu {
    display: block;
    opacity: 1;
}

.group-sub-sub-menu ul li:hover .group-sub-sub-sub-menu {
    display: block;
    opacity: 1;
}

ui.sub-menu-bar li:hover .group-sub-sub-menu {
    display: block;
    opacity: 1;
    /*visibility: visible;*/
}

.sub-menu li a i.fa {
    margin-right: 10px;
}

ul.sub-menu-bar {
    position: absolute;
    z-index: 1000;
    /*top: 100%;*/
    display: block;
    padding-left: 0px !important;
    /*overflow:auto;
    max-height: 400px;*/
}

ul.sub-menu-bar-1 {
    position: absolute;
    z-index: 1000;
    /* top: 100%; */
    display: block;
    padding-left: 0px !important;
    padding-right: 400px;
    background: #fff;
    border: 2px solid #bbb !important;
    border-radius: 0 0 10px 10px;
    padding-bottom: 5px;
    border-top: none !important;
    max-height: 850px;
    overflow-y: auto;
}

ul.sub-menu-bar-2, ul.sub-menu-bar-3 {
    position: absolute;
    z-index: 1000;
    /*top: 100%;*/
    display: block;
    /*padding-left: 0px !important;*/
    left: 200px;
    /*top: -28px;*/
    padding-left: 0px;
    /*text-overflow: ellipsis;*/
    min-height: 245px;
    max-height: 350px;
    background: #fff;
    height: 100%
}

.sub-menu-bar li, .sub-menu-bar-1 li {
    /*width: 100%;*/
    display: inline-block !important;
    width: 100%;
    text-align: left;
    /*padding: 10px;*/
    background-color: #fff;
    width: 200px;
    /*border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;*/
}

    .sub-menu-bar li a, .sub-menu-bar-1 li a {
        padding: 5px 10px !important;
        /*padding-left: 0px !important;*/
        color: #af0f0f;
        border-bottom: 1px #fff solid;
        margin-right: 0px !important;
        min-width: 200px !important;
        display: block;
        text-decoration: none;
        font-size: 12px !important;
        width: 200px;
    }

        .sub-menu-bar li a:hover, .sub-menu-bar-1 li a:hover {
            background-color: #bd0200;
            color: #fff;
        }

.group-sub-sub-sub-menu {
    display: none;
    background-color: #ffffff;
    /*border: 1px solid #ccc;*/
    /*width: 600px;
    height: 390px;*/
    position: absolute;
    z-index: 1000;
    top: 0;
    height: 100%
}

.group-sub-sub-menu {
    display: none;
    background-color: #ffffff;
    /*border: 1px solid #ccc;*/
    /*width: 600px;
    height: 390px;*/
    position: absolute;
    z-index: 1000;
    top: 0;
    height: 100%
}

.group-sub-menu {
    display: none;
    background-color: #ffffff;
    border-top: 1px solid #ccc;
    width: 604px;
    /*height: 850px;*/
    /*min-height: 200px;
    max-height: 400px;*/
    position: absolute;
    z-index: 1000;
    /*overflow:auto;*/
    /*border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;*/
}

    .group-sub-menu h4 {
        padding-left: 10px;
        padding-top: 10px;
        border: 2px solid #bbb;
        border-top: none;
        border-bottom: none;
        padding-bottom: 15px;
        margin: 0;
    }

.filter-brand {
    background-color: #f4f4f4;
    border-radius: 4px 4px 4px 4px;
}

    .filter-brand hr {
        border-bottom: 1px solid #ddd;
    }

/*number of pager*/
.sort-by {
    padding: 4px 0;
    float: left;
}

    .sort-by i {
        color: #000;
        margin-top: 7px !important;
    }

.pager {
    background: #f4f4f4;
    margin-top: 0px;
    margin-bottom: 5px;
    text-align: center;
    padding: 0 15px;
    border-radius: 4px 4px 4px 4px;
}

.toolbar label {
    float: left;
    font-weight: normal;
    margin: 0;
    padding: 4px 4px 0 0;
    vertical-align: middle;
    font-size: 12px;
}

.my-account .pager select, .pager select {
    padding: 2px 1px 1px;
    vertical-align: top;
}

.pager .pages {
    float: right;
    padding: 4px 0;
    margin: 0;
}

    .pager .pages .current {
        cursor: pointer;
        background: #c53030;
        color: #fff;
        padding: 1px 7px 2px;
        /*font-weight: bold;*/
        float: left;
    }

.pager li {
    cursor: pointer;
    background: #ccc;
    color: #000;
    padding: 1px 7px 2px;
    float: left;
}

    .pager li > a {
        background: #ACACAC;
        border: medium none;
        border-radius: 0;
        color: #FFF;
        display: inline-block;
        float: left;
        /*font-weight: bold;*/
        padding: 1px 7px 2px;
    }

        .pager li > a:hover {
            /*background: #ACACAC;*/
            color: #000;
        }

.pages strong {
    float: left;
    margin-right: 5px;
    font-size: 12px;
    margin-top: 4px;
}

.pager .limiter {
    display: block;
    float: right;
    margin: 4px 10px 4px 0;
    padding: 0;
    font-size: 12px;
}

.pager select {
    padding: 2px 1px 1px !important;
    vertical-align: top;
    font-size: 12px;
    height: unset !important;
}

.perpager {
    float: right !important;
    padding-left: 3px !important;
}
/*end number of pager*/

/*start checkbox radio style*/
label.container {
    min-width: 50px;
    /*width: auto;*/
    font-weight: normal;
    float: left;
    padding-left: 35px;
    padding-top: 4px;
    color: #000;
    cursor: pointer;
    width: 100% !important;
}

.container {
    /* float: left; */
    display: block;
    position: relative;
    /* margin-bottom: 12px; */
    /* cursor: pointer; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 1200px !important;
}

    .container input[type="radio"], .container input[type="checkbox"] {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        visibility: hidden;
    }

    .container input:checked ~ .radioMark:after, .container input:checked ~ .checkmark:after {
        display: block;
    }

    .container input:checked ~ .radioMark, .container input:checked ~ .checkmark {
        background-color: #ff0000;
    }

.radioMark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #ccc;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border: 1px solid #ccc;
    cursor: pointer;
}

.container .radioMark:after {
    top: 5px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}

.radioMark:after, .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*end checkbox radio style*/

a.product-gallery {
    text-decoration: none;
    margin-bottom: 15px;
    float: left;
}

a.brand-gallery {
    text-decoration: none;
    float: left;
    padding: 5px;
    margin: 2px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    cursor: pointer;
}

    a.brand-gallery :hover {
        transform: scale(1.05);
        box-shadow: 0 6px 10px rgba(0,0,0,.12), 0 6px 10px rgba(0,0,0,.06);
    }

.totalQty {
    float: left;
    padding-top: 5px;
    margin-right: 10px;
}

.group-cate {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #ccc
}

.soldout {
    width: 150px;
    background: none repeat scroll 0 0 #f0f0f0 !important;
    border: 1px solid #ccc !important;
    color: #000 !important;
    padding: 10px 20px;
}

    .soldout:hover {
        background: none repeat scroll 0 0 #ccc;
        color: #000;
    }

.product-fav {
    background: none repeat scroll 0 0 #f0f0f0 !important;
    border: 1px solid #ccc !important;
    color: #c53030 !important;
    padding: 11px 20px;
}

    .product-fav:hover {
        background: none repeat scroll 0 0 #ddd !important;
        color: #ff0000 !important;
    }

.no-padding {
    padding: 0px;
}

.slide-catargory-group {
    margin-bottom: 0;
    width: 222px;
    float: left;
    margin: 6px;
}

@media screen and (min-width: 1200px) {
    .slide-catargory-group {
        width: 20%;
        margin: 0;
    }
}

@media screen and (min-width: 992px) {
    .slide-catargory-group {
        width: 20%;
        margin: -1px;
    }
}

@media screen and (min-width: 768px) {
    .slide-catargory-group {
        width: 20%;
        margin: -1px;
    }
}

@media screen and (max-width: 425px) {
    .shopping-search-group {
        margin-right: 15px;
        width: calc(100% - 180px);
    }

    #undefined-sticky-wrapper {
        height: 87px !important;
    }

    /*    .owl-carousel .owl-item {
        width: 150px !important;
    }*/

}

.m-logo {
    width: 60px;
    position: absolute;
    left: 67px;
    top: 17px;
}

.pading-group {
    padding: 1rem;
}

.slide-catargory-group .catergory-item-media {
    width: 100%;
    margin-bottom: 10px;
    display: block;
    border: 0;
    /*    height: 240px;*/
}

figure {
    margin: 0;
}

.single-slide > div > img {
    width: 100% !important;
}

.footer-line {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    background-color: #bd0200;
    padding: 25px;
    font-style: italic
}

.product-cate {
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-top: 10px;
}

#prduct-cate .owl-next {
    top: 65% !important;
}

#product-cate .owl-prev {
    top: 65% !important;
}
