@charset "utf-8";



/* CSS Document */



@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700');



@font-face {
    font-family: "Kirsty";
    src: url("//db.onlinewebfonts.com/t/3fefc1e8189c00daa67932e2bc93648b.eot");
    src: url("//db.onlinewebfonts.com/t/3fefc1e8189c00daa67932e2bc93648b.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/3fefc1e8189c00daa67932e2bc93648b.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/3fefc1e8189c00daa67932e2bc93648b.woff") format("woff"), url("//db.onlinewebfonts.com/t/3fefc1e8189c00daa67932e2bc93648b.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/3fefc1e8189c00daa67932e2bc93648b.svg#Kirsty") format("svg");
}



body {
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
}



.tus_topbackg {
    margin: 0px;
    padding: 0px 0 0px 0;
    background-color: #000;
}



.tus_weblogo img {
    margin: 0px;
    padding: 0px;
    max-width: 190px;
}



.tus_mbanner {
    margin: 0px;
    padding: 0px;
    position: relative;
}



    .tus_mbanner img {
        margin: 0px auto;
        padding: 0px;
    }



.tus_tmenu {
    margin: 0px 0 0 0;
    position: absolute;
    width: 100%;
    z-index: 9;
    border-top: solid 1px #313131;
    background-color: rgba(128, 128, 128, 0.3);
}



.tus_footer {
    margin: 20px 0 0 0;
    padding: 300px 0 10px 0;
    background: url(../images/footerbg.jpg) no-repeat center top;
    min-height: 920px;
}



.tus_ftxt {
    margin: 200px 0 0 0;
    padding: 0px;
}



    .tus_ftxt img {
        margin: 0px;
        padding: 0px;
        max-width: 82px;
    }



    .tus_ftxt p {
        margin: 15px 0 15px 0;
        padding: 0px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        color: #9e9e9e;
    }







.tus_copy {
    text-align: center;
    margin: 70px 0 0 0;
    padding: 0px;
}



    .tus_copy p {
        margin: 15px 0 10px 0;
        padding: 0px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        color: #7b7b7b;
        text-align: center;
    }



#fixedbar {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.86);
    z-index: 99999;
    padding: 10px 0
}



    #fixedbar:after, #fixedbar:before {
        display: block
    }



.tus_search {
    margin: 6px 0 0 0;
    padding: 5px 15px;
    width: 100%;
    background-color: #fff;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border: solid 2px #ec1f25
}



.tus_img {
    margin: -28px 10px 0 0;
    padding: 0px;
    position: relative;
    float: right;
    z-index: 99999;
}



.tus_nxpmenu {
    margin: 10px 0 15px 0;
    padding: 8px 8px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}



    .tus_nxpmenu ul {
        margin: 0px;
        padding: 0px;
    }



        .tus_nxpmenu ul li {
            margin: 0px;
            padding: 0px;
            font-family: 'Poppins', sans-serif;
            font-size: 15px;
            color: #000;
            text-transform: uppercase;
            list-style: none;
            display: inline-block
        }



            .tus_nxpmenu ul li a {
                margin: 0px;
                padding: 0px;
                font-family: 'Poppins', sans-serif;
                font-size: 15px;
                color: #000;
                text-transform: uppercase;
            }



                .tus_nxpmenu ul li a:hover {
                    color: #ec1f25;
                    text-decoration: none;
                }



        .tus_nxpmenu ul span {
            font-size: 12px;
            margin: 0 5px
        }



.tus_ptxt {
    margin: 0px 0 50px 0;
    padding: 0px;
}



    .tus_ptxt p {
        margin: 0px;
        padding: 0px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        color: #333;
    }



.tus_cform {
    margin: 0px;
    padding: 10px 20px;
    border: solid 1px #ccc;
    box-shadow: 2px 2px 2px #ccc;
}



    .tus_cform h4 {
        margin: 10px 0 15px 0;
        padding: 0px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        color: #000;
        text-transform: capitalize
    }



.tus_inform {
    margin: 0px 0 10px 0;
    padding: 8px 15px;
    border: solid 1px #ccc;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #333;
    width: 100%;
}



    .tus_inform:focus {
        border: solid 1px #ec1f25;
        transition: 0.2s ease-in
    }



.tus_fsubmit {
    margin: 0px 0 10px 0;
    padding: 7px 20px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    border: none;
    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
}



    .tus_fsubmit:hover {
        background-color: #ce0000;
        cursor: pointer;
    }



.tus_lefth h4 {
    margin: 9px 0 0 0;
    padding: 12px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: bold;
    background-color: #ce0000;
    color: #000;
    text-transform: uppercase;
    text-align: center
}



.tus_dp img {
    margin: 0px auto;
    padding: 0px;
    background-color: #fff;
    width: 100%;
}



.tus_dptxt {
    margin: 0px;
    padding: 0px;
}



    .tus_dptxt h4 {
        margin: 0px;
        padding: 0px 0 8px 5px;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        color: #ce0000;
        text-transform: uppercase;
        border-bottom: solid 1px #ccc;
    }



    .tus_dptxt h5 {
        margin: 0px 0 10px 0;
        padding: 8px 0 8px 5px;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        color: #333;
        text-transform: uppercase;
        border-bottom: solid 1px #ccc;
    }



    .tus_dptxt p {
        margin: 0px 0 0 5px;
        padding: 0px;
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        color: #333;
        text-transform: capitalize;
    }



        .tus_dptxt p span {
            font-weight: bold;
            font-size: 15px;
            text-transform: uppercase
        }



.tus_relatedh h4 {
    margin: 20px 0 15px 0;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    color: #333;
    text-transform: uppercase;
}



.yourCart {
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    padding: 20px;
    background: #eeeeee;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    border-radius: 3px 3px 0 0;
}



.cartProduct {
    border: 1px solid #eeeeee;
    border-top: none
}



    .cartProduct:last-child {
        margin-bottom: 20px;
        margin-top: 15px;
    }



.cartPdctImage {
    width: 100%;
    height: 200px;
    text-align: center;
    position: relative
}



    .cartPdctImage > img {
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        padding: 15px;
        border: solid 1px #ccc
    }



.cartPdctName {
    font-family: 'Poppins', sans-serif;
    padding: 20px 0 0;
    color: #333;
    font-size: 14px;
    text-transform: capitalize
}



.cartPdctArt {
    font-family: 'Poppins', sans-serif;
    padding: 5px 0 0;
    color: #333;
    font-size: 14px;
}



.cartPdctSize {
    font-family: 'Poppins', sans-serif;
    padding: 5px 0 10px;
    color: #333
}



.cartQuantity {
    width: 60px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #333
}



.cartSubmit {
    margin: 10px 0;
    background: #000;
    font-family: 'Poppins', sans-serif;
    border: none;
    padding: 7px 20px;
    font-size: 14px;
    color: #fff
}



.cartRemove {
    margin: 10px 0;
    background: #000;
    border: none;
    padding: 7px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #fff;
    display: inline-block
}



    .cartRemove:hover {
        color: #fff;
        text-decoration: none;
        background-color: #ec1f25
    }



.cartPdctPrice {
    font-family: 'Poppins', sans-serif;
    padding: 20px;
    text-align: right;
    color: #fa5400
}



.summery {
    background: #191919;
    margin-bottom: 40px;
}



.summeryTxt {
    font-family: 'Poppins', sans-serif;
    padding: 20px;
    color: #ffffff;
    font-size: 18px;
    border-bottom: #000 1px solid
}



.summeryTotal {
    font-family: 'Poppins', sans-serif;
    padding: 20px;
    color: #ffffff;
    font-size: 16px;
    border-bottom: #000 1px solid;
    border-top: #333 1px solid;
    text-transform: uppercase
}



    .summeryTotal > span {
        float: right
    }



.summeryOr {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    font-size: 16px;
    text-align: center
}



.cartSend {
    padding: 15px 30px;
    text-align: center
}



    .cartSend > a {
        font-family: 'Poppins', sans-serif;
        padding: 10px;
        color: #ffffff;
        font-size: 14px;
        text-transform: uppercase;
        background: #ec1f25;
        display: block;
        border-radius: 3px;
        font-weight: bold;
        text-decoration: none
    }



        .cartSend > a:hover {
            background: #fff;
            text-decoration: none;
            color: #ec1f25
        }



.cartAddMore {
    padding: 15px 30px;
    border-top: #333 1px solid;
    text-align: center
}



    .cartAddMore > a {
        font-family: 'Poppins', sans-serif;
        padding: 10px;
        color: #ffffff;
        font-size: 14px;
        text-transform: uppercase;
        background: #ec1f25;
        display: block;
        border-radius: 3px;
        font-weight: bold;
        text-decoration: none
    }



        .cartAddMore > a:hover {
            background: #fff;
            text-decoration: none;
            color: #ec1f25
        }



.cartBasketEmpty {
    font-family: 'Poppins', sans-serif;
    padding: 60px 20px;
    color: #000000;
    font-size: 25px;
    background: #eeeeee;
    text-align: center;
    margin: 20px 0 40px
}



.sitemap_cate {
    margin: 0px 0 20px 0;
    padding: 0px;
}



    .sitemap_cate h4 {
        margin: 0px 0 10px 0;
        padding: 0px 0 5px 0;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: #ce0000;
        text-transform: uppercase;
        font-weight: bold;
        border-bottom: solid 1px #ccc;
    }



    .sitemap_cate p {
        margin: 0px 0 0px 0;
        padding: 0px 0 0px 0;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        color: #000;
    }



        .sitemap_cate p:hover {
            color: #fa0000;
            text-decoration: none;
        }



.sitem_menu {
    margin: 0px 0 15px 0;
    padding: 0px;
    text-align: center
}



    .sitem_menu ul {
        margin: 0px;
        padding: 0px;
    }



        .sitem_menu ul li {
            margin: 0px 6px;
            padding: 0px;
            list-style: none;
            display: inline-block;
        }



            .sitem_menu ul li a {
                margin: 0px;
                padding: 0px;
                font-family: 'Poppins', sans-serif;
                font-size: 14px;
                color: #000;
                text-transform: capitalize;
            }



                .sitem_menu ul li a:hover {
                    color: #fa0000;
                    text-decoration: none;
                }



.tus_hsocial {
    margin: 10px 0;
    padding: 0px;
    float: right
}



    .tus_hsocial a {
        margin: 0px 8px;
        padding: 0px;
        display: inline-block;
        font-size: 18px;
        color: #cfcfcf;
        font-family: 'Poppins', sans-serif;
        transition: 0.6s
    }



        .tus_hsocial a:hover {
            color: #ce0000;
            text-decoration: none;
            transform: rotateY(180deg)
        }



.tus_clock p {
    margin: 13px 0;
    padding: 0px;
    font-size: 13px;
    color: #cfcfcf;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
}



.tus_email {
    margin: 0px;
    padding: 13px 0 1px 0;
    border-left: solid 2px #313131;
    border-right: solid 2px #313131;
}



    .tus_email p {
        margin: 0px 0 11px 19px;
        padding: 0px;
        font-size: 13px;
        color: #969696;
        font-family: 'Poppins', sans-serif;
        font-weight: 600
    }

        .tus_email p span {
            font-size: 18px;
            margin-right: 3px
        }



.tus_inpsrch {
    margin: 15px 0 0 0;
    padding: 15px 15px;
    width: 100%;
    background-color: #1a1a1a;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #fff;
    border: none
}



.tus_sbmsrch {
    margin: -33px 15px 0 0;
    padding: 0px;
    float: right;
    position: relative;
}



.dropbtn {
    background-color: #ce0000;
    color: #000;
    padding: 11px 25px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    width: 100%;
    font-family: 'Poppins', sans-serif;
}







.dropdown {
    position: relative;
    display: inline-block;
}







.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    color: #fff;
    min-width: 100%;
    z-index: 1;
    font-family: 'Poppins', sans-serif;
}







    .dropdown-content a {
        color: black;
        padding: 8px 15px;
        text-decoration: none;
        display: block;
        font-family: 'Poppins', sans-serif;
        border-bottom: solid 1px #eee;
    }







        .dropdown-content a:hover {
            background-color: #333;
            text-decoration: none;
            color: #fff
        }







.dropdown:hover .dropdown-content {
    display: block;
}



/*



.dropdown:hover .dropbtn {



    background-color: #3e8e41;



}



*/



.tus_fcont {
    margin: 0px;
    padding: 30px 30px;
    background-color: #fff;
}



    .tus_fcont h4 {
        margin: 0px;
        padding: 0px;
        font-size: 70px;
        color: #ce0000;
        font-family: "Kirsty";
        font-style: italic;
        text-align: center;
        text-transform: capitalize;
    }



    .tus_fcont p {
        margin: 0px 0 15px 0;
        padding: 0px;
        font-size: 15px;
        color: #9b9b9b;
        font-family: 'Poppins', sans-serif;
        text-align: center;
        text-transform: capitalize;
        letter-spacing: 8px;
    }



.tus_cfield {
    margin: 10px 20px 20px 0;
    padding: 10px 10px;
    width: 45%;
    background: none;
    border-bottom: solid 2px #eee;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border-left: none;
    border-right: none;
    border-top: none
}



.tus_cfield2 {
    margin: 10px 20px 20px 0;
    padding: 10px 10px;
    width: 95%;
    background: none;
    border-bottom: solid 2px #eee;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border-left: none;
    border-right: none;
    border-top: none
}



.tus_fsbmt {
    margin: 0px 0 15px 175px;
    padding: 12px 50px;
    background-color: #201f25;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    border: none;
    transition: 0.4s
}



    .tus_fsbmt:hover {
        background-color: #ce0000;
        text-decoration: none;
        color: #000
    }



.tus_signup {
    margin: 200px 0 0 0;
    padding: 0px;
}



    .tus_signup h4 {
        margin: 0px 0 15px 0;
        padding: 0px;
        font-size: 35px;
        color: #fff;
        font-family: "Kirsty";
        font-style: italic;
        text-transform: capitalize;
    }



.tus_inpsgn {
    margin: 0px 0 10px 0;
    padding: 12px 15px;
    background-color: #373737;
    width: 100%;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border: none
}



.tus_sbmsgn {
    margin: 0px;
    padding: 10px 15px;
    background-color: #ce0000;
    color: #000;
    text-align: center;
    text-transform: capitalize;
    width: 100%;
    border: none;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

.tus_habout {
    margin: 50px 0 0px 0;
    padding: 0px;
}



    .tus_habout img {
        margin: 0 auto;
        padding: 0px;
    }



    .tus_habout h4 {
        margin: 10px 0 0px 0;
        padding: 0px;
        font-family: "Kirsty";
        font-size: 70px;
        color: #180405;
        text-transform: capitalize;
    }



    .tus_habout h5 {
        margin: 0px 0 15px 0;
        padding: 0px;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-style: italic;
        color: #aba9aa;
        letter-spacing: 8px;
    }



    .tus_habout p {
        margin: 0px 0 15px 0;
        padding: 0px;
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        text-align: left;
    }


.video-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-radius: 8px;
}

video {
    width: 100%;
    display: block;
}

.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: #d10000;
    border-radius: 50%;
    cursor: pointer;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

    .play-button:hover {
        transform: translate(-50%, -50%) scale(1.1);
        background-color: #ff0000;
    }

    .play-button svg {
        width: 30px;
        height: 30px;
        fill: white;
        margin-left: 5px; /* Slightly offset to center the triangle visually */
    }

.video-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 4;
}

.video-container:hover .video-controls {
    opacity: 1;
}

.control-button {
    background: transparent;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    border-radius: 50%;
    transition: background-color 0.2s;
}

    .control-button:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .control-button svg {
        width: 20px;
        height: 20px;
        fill: white;
    }

.progress-container {
    flex-grow: 1;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    margin: 0 10px;
    cursor: pointer;
    position: relative;
}

.progress-bar {
    height: 100%;
    background-color: #d10000;
    border-radius: 4px;
    width: 0%;
}

.progress-handle {
    width: 14px;
    height: 14px;
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: none;
}

.progress-container:hover .progress-handle {
    display: block;
}










.tus_click {
    padding: 10px 20px;
    border: solid 1px #ccc;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    transition: 0.4s
}

    .tus_click:hover {
        background-color: #ce0000;
        color: #000;
        text-decoration: none;
    }

.button-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.button_ReadMore {
    display: inline-block;
    padding: 15px 50px;
    border: solid 1px #ccc;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    transition: 0.4s;
    background-color: white;
}

    .button_ReadMore:hover {
        background-color: #ce0000;
        color: #000;
        text-decoration: none;
    }

.tus_mheading {
    margin-top: 50px;
    padding: 0px;
    text-align: center;
}



    .tus_mheading h4 {
        margin: 0px;
        padding: 0px;
        font-size: 70px;
        color: #000;
        font-family: "Kirsty";
        text-align: center;
        text-transform: capitalize;
    }

    .tus_mheading strong {
        margin: 26px 0 0 0px;
        padding: 0px;
        font-size: 30px;
        color: #fff;
        font-family: "Kirsty";
        font-style: italic;
        text-align: center;
        text-transform: uppercase;
        display: inline-block;
    }

    .tus_mheading p {
        margin: 0px;
        padding: 0px;
        font-size: 18px;
        color: #c0c0c0;
        font-family: 'Poppins', sans-serif;
        text-align: center;
        text-transform: capitalize;
        font-style: italic;
        letter-spacing: 2px;
    }



.tus_mcateg {
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden
}



    .tus_mcateg img {
        margin: 0 auto;
        padding: 0px;
        width: 100%;
    }



    .tus_mcateg .tus_toph:before {
        background: rgba(244, 185, 10, 0.71);
        content: "";
        height: 100%;
        left: -9%;
        margin-left: 0;
        margin-top: 0;
        position: absolute;
        top: -200%;
        transform: rotate(57deg) scaleY(3);
        transition: 0.6s;
        -webkit-transform: rotate(57deg) scaleY(3);
        -webkit-transition: 0.6s;
        width: 100%;
    }



    .tus_mcateg .tus_toph:after {
        background: rgba(244, 185, 10, 0.71);
        content: "";
        height: 100%;
        right: -200%;
        margin-left: 0;
        margin-top: 0;
        position: absolute;
        transform: rotate(57deg) scaleY(3);
        transition: 0.6s;
        -webkit-transform: rotate(57deg) scaleY(3);
        -webkit-transition: 0.6s;
        width: 100%;
    }



    .tus_mcateg:hover .tus_toph:before {
        top: -88%;
    }



    .tus_mcateg:hover .tus_toph:after {
        right: 0;
    }



    .tus_mcateg .tus_shop {
        margin: 0px auto;
        padding: 15px 0;
        background-color: #393939;
        color: #fff;
        border: solid 1px #fff;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        position: absolute;
        top: -100%;
        left: 0;
        right: 0;
        text-align: center;
        width: 25%;
        transition: all 0.3 ease-out 0s;
    }



    .tus_mcateg:hover .tus_shop {
        top: 40%;
    }



.tus_ctxt {
    margin: 80px 0 0 0;
    padding: 0px;
    position: relative
}



    .tus_ctxt h4 {
        margin: 0px;
        padding: 0px;
        font-family: "Kirsty";
        font-size: 45px;
        color: #393939;
        text-transform: capitalize;
        text-align: right;
    }



    .tus_ctxt p {
        margin: 0px;
        padding: 0px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        color: #9b9b9b;
        text-transform: capitalize;
        text-align: right;
    }



    .tus_ctxt .line::before {
        margin: 0px;
        padding: 0px;
        content: "";
        position: absolute;
        width: 250px;
        height: 2px;
        background-color: #393939;
        left: -7%;
        top: 53%
    }



.tus_plus {
    margin: 20px 0 15px 0;
    padding: 0px;
    float: right
}



    .tus_plus h4 {
        margin: 0px;
        padding: 0px;
        font-size: 15px;
        color: #393939;
        font-family: 'Poppins', sans-serif;
        text-transform: capitalize;
        display: inline-block
    }



.clinke {
    margin: 0px 10px 0 0;
    padding: 8px 15px;
    border: solid 2px #ccc;
    color: #ccc;
    font-size: 20px;
}



.tus_plus:hover h4 {
    color: #ce0000;
    text-decoration: none;
}



.tus_plus:hover .clinke {
    border: solid 2px #ce0000;
    color: #ce0000;
    text-decoration: none;
}



.tus_main {
    margin: 0px;
    padding: 0px;
}



    .tus_main:nth-child(2) .tus_mcateg {
        margin: -70px 0 0 0;
        padding: 0px;
    }



    .tus_main:nth-child(2) .tus_ctxt h4 {
        text-align: left;
    }



    .tus_main:nth-child(2) .tus_ctxt p {
        text-align: left;
    }



    .tus_main:nth-child(2) .tus_plus {
        float: left
    }



    .tus_main:nth-child(2) .tus_ctxt .line::before {
        left: 67%;
        top: 53%;
        width: 178px;
    }



    .tus_main:nth-child(3) .tus_mcateg {
        margin: -70px 0 0 0;
        padding: 0px;
    }



    .tus_main:nth-child(3) .tus_ctxt .line::before {
        left: 0;
        top: 32%;
        width: 200px;
    }



/*-------------------



   cate2 



---------------------------------------*/



.tus_mcateg2 {
    margin: -70px 0 0 0;
    padding: 0px;
    position: relative;
    overflow: hidden
}



    .tus_mcateg2 img {
        margin: 0 auto;
        padding: 0px;
        width: 100%;
    }



    .tus_mcateg2 .tus_toph:before {
        background: rgba(244, 185, 10, 0.71);
        content: "";
        height: 100%;
        left: -9%;
        margin-left: 0;
        margin-top: 0;
        position: absolute;
        top: -200%;
        transform: rotate(57deg) scaleY(3);
        transition: 0.6s;
        -webkit-transform: rotate(57deg) scaleY(3);
        -webkit-transition: 0.6s;
        width: 100%;
    }



    .tus_mcateg2 .tus_toph:after {
        background: rgba(244, 185, 10, 0.71);
        content: "";
        height: 100%;
        right: -200%;
        margin-left: 0;
        margin-top: 0;
        position: absolute;
        transform: rotate(57deg) scaleY(3);
        transition: 0.6s;
        -webkit-transform: rotate(57deg) scaleY(3);
        -webkit-transition: 0.6s;
        width: 100%;
    }



    .tus_mcateg2:hover .tus_toph:before {
        top: -88%;
    }



    .tus_mcateg2:hover .tus_toph:after {
        right: 0;
    }



    .tus_mcateg2 .tus_shop {
        margin: 0px auto;
        padding: 15px 0;
        background-color: #393939;
        color: #fff;
        border: solid 1px #fff;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        position: absolute;
        top: -100%;
        left: 0;
        right: 0;
        text-align: center;
        width: 25%;
        transition: all 0.3 ease-out 0s;
    }



    .tus_mcateg2:hover .tus_shop {
        top: 40%;
    }



.tus_ctxt2 {
    margin: 80px 0 0 0;
    padding: 0px;
    position: relative
}



    .tus_ctxt2 h4 {
        margin: 0px;
        padding: 0px;
        font-family: "Kirsty";
        font-size: 45px;
        color: #393939;
        text-transform: capitalize;
        text-align: left;
    }



    .tus_ctxt2 p {
        margin: 0px;
        padding: 0px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        color: #9b9b9b;
        text-transform: capitalize;
        text-align: left;
    }



    .tus_ctxt2 .line::before {
        margin: 0px;
        padding: 0px;
        content: "";
        position: absolute;
        width: 275px;
        height: 2px;
        background-color: #393939;
        right: -11%;
        top: 52%
    }



.tus_plus2 {
    margin: 20px 0 15px 0;
    padding: 0px;
}



    .tus_plus2 h4 {
        margin: 0px;
        padding: 0px;
        font-size: 15px;
        color: #393939;
        font-family: 'Poppins', sans-serif;
        text-transform: capitalize;
        display: inline-block
    }



.clinke {
    margin: 0px 10px 0 0;
    padding: 8px 15px;
    border: solid 2px #ccc;
    color: #ccc;
    font-size: 20px;
}



.tus_plus2:hover h4 {
    color: #ce0000;
    text-decoration: none;
}



.tus_plus2:hover .clinke {
    border: solid 2px #ce0000;
    color: #ce0000;
    text-decoration: none;
}



.tus_srvbackg {
    margin: 40px 0 0 0;
    padding: 0px;
    background: url(../images/servicesbg.jpg) no-repeat center top;
    min-height: 670px
}



.tus_srvd {
    margin: 0px 0 250px 0;
    padding: 0px;
}



    .tus_srvd img {
        margin: 0px 0px 0 0;
        padding: 8px;
        border: solid 3px #fff;
    }



    .tus_srvd h4 {
        margin: 0px 0 5px 0;
        padding: 0px;
        font-family: "Kirsty";
        font-size: 22px;
        color: #fff;
        font-style: italic;
        text-transform: capitalize
    }



    .tus_srvd p {
        margin: 0px;
        padding: 0px;
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: #b2b2b2;
        text-align: justify
    }



.tus_srvimg img {
    margin: 0px auto;
    padding: 0px;
}



.tus_srvd2 {
    margin: 0px 0 250px 0;
    padding: 0px;
}



    .tus_srvd2 img {
        margin: 0px 0px 0 0;
        padding: 8px;
        border: solid 3px #fff;
    }



    .tus_srvd2 h4 {
        margin: 0px 0 5px 0;
        padding: 0px;
        font-family: "Kirsty";
        font-size: 22px;
        color: #fff;
        font-style: italic;
        text-transform: capitalize;
        text-align: right
    }



    .tus_srvd2 p {
        margin: 0px;
        padding: 0px;
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
        color: #b2b2b2;
        text-align: justify;
        text-align: right
    }



/*-------------



   Featuer Products



--------------------------*/



.tus_fprod {
    margin: 15px 0 10px 0;
    padding: 0px;
    position: relative;
    border: solid 1px #eee
}



    .tus_fprod img {
        margin: 15px auto;
        padding: 0px;
    }



    .tus_fprod h4 {
        margin: 10px 0 0 0;
        padding: 0px;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: #7f7f7f;
        text-align: center;
        text-transform: capitalize;
    }



    .tus_fprod p {
        margin: 5px 0 20px 0;
        padding: 0px;
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        color: #ce0000;
        text-align: center;
        text-transform: capitalize;
    }



    .tus_fprod .pbcolor {
        margin: 0px;
        padding: 28px 0 0 0;
        position: absolute;
        background-color: #ce0000;
        bottom: 0;
        width: 100%;
        text-align: center;
        min-height: 85px;
        visibility: hidden;
    }



        .tus_fprod .pbcolor .icons {
            margin: 0px 0px 0 0;
            padding: 10px 12px;
            font-size: 18px;
            color: #fff;
            border: solid 1px #fff;
            border-radius: 50px;
            text-align: center;
        }



        .tus_fprod .pbcolor .iconh {
            margin: 0px 0px 0 0;
            padding: 10px 12px;
            font-size: 18px;
            color: #fff;
            border: solid 1px #fff;
            border-radius: 50px;
            text-align: center;
        }



        .tus_fprod .pbcolor .tus_border {
            border: solid 1px #fff;
            padding: 27px 75px;
        }



    .tus_fprod:hover .pbcolor {
        visibility: visible;
    }



    .tus_fprod .pbcolor .icons:hover {
        background-color: #fff;
        color: #ce0000;
    }



    .tus_fprod .pbcolor .iconh:hover {
        background-color: #fff;
        color: #ce0000;
    }



/*-------------



   Mebmership Certificate



--------------------------*/



.tus_certificate {
    margin: 50px 0 15px 0;
    padding: 0px;
}



    .tus_certificate img {
        margin: 0 auto;
        padding: 15px;
        border: solid 3px #000;
    }


    .tus_certificate h4 {
        margin: 0px;
        padding: 0px;
        font-size: 27px;
        color: #ce0000;
        font-family: "Kirsty";
        font-style: italic;
        text-align: center;
        text-transform: capitalize;
    }


    .tus_certificate h5 {
        margin: 0px;
        padding: 0px;
        font-size: 70px;
        color: #000;
        font-family: "Kirsty";
        text-align: center;
        text-transform: capitalize;
    }



    .tus_certificate:hover img {
        border: solid 3px #ce0000;
    }



    .tus_certificate:hover h4 {
        color: #ce0000;
    }

.m_cate {
    margin: 20px auto 0px auto;
    padding: 0px;
}



    .m_cate img {
        margin: 0px auto 0 0px;
        padding: 0px;
        text-align: center;
        width: 100%;
        border: solid 5px #ce0000;
        border-radius: 50%;
    }



    .m_cate:hover img {
        border: solid 5px #de5101;
        border-radius: 50%;
    }



    .m_cate h4 {
        padding: 26px 0 0 0;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        color: #fff;
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 15px;
        height: 79px;
        z-index: 9;
        left: 0;
        right: 0;
        background: url(/images/m_img.png) no-repeat center bottom;
    }



    .m_cate:hover h4 {
        background: url(/images/m_nhover.png) no-repeat center top;
        bottom: -1px;
        padding: 10px 0 0 0;
    }



.text h4 {
    margin: 0px 0 30px 0;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #000;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
}



.text:hover h4 {
    color: #fa9708;
    text-decoration: none;
}



.text a:hover {
    text-decoration: none;
}


.tus_catebackg {
    margin: 42px 0 0 0;
    padding-top: 20px;
    padding-bottom: 50px;
    background: url(/images/categories-img.jpg) no-repeat center top fixed;
    background-size: cover;
}

.basket {
    margin: 33px 0 0 0;
    padding: 5px 10px;
    font-size: 18px;
    color: #fff;
    float: right;
    display: inline-flex;
    border: solid 1px #ccc;
    border-radius: 50px;
}

.alp {
    margin: 0px;
    padding: 0px;
    z-index: 9999;
    position: relative
}

    .alp .alp2 {
        margin: 0px;
        padding: 0px;
        position: absolute;
        float: right;
        right: 0;
        margin: 0px;
        padding: 38px 0 0 0;
        z-index: 99999;
        display: none;
    }

    .alp:hover .alp2 {
        display: block;
        visibility: visible;
    }

.m_search {
    margin: 0px;
    padding: 5px;
    background-color: #000;
    width: 250px;
    float: right;
}

.t_search {
    margin: 0px;
    padding: 5px;
    font-size: 15px;
    border: none;
    background-color: #000;
    color: #fff !important;
    width: 240px;
    font-family: 'Roboto', sans-serif;
}

.s_img {
    float: right;
    margin: -31px 6px 0 0;
    padding: 5px 10px;
    position: relative;
    background-color: #fff;
}


@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300);

.mt-1 {
    margin-top: 1px
}

.mt-2 {
    margin-top: 2px
}

.mt-3 {
    margin-top: 3px
}

.mt-4 {
    margin-top: 4px
}

.mt-5 {
    margin-top: 5px
}

.mt-6 {
    margin-top: 6px
}

.mt-7 {
    margin-top: 7px
}

.mt-8 {
    margin-top: 8px
}

.mt-9 {
    margin-top: 9px
}

.mt-10 {
    margin-top: 10px
}

.mt-11 {
    margin-top: 11px
}

.mt-12 {
    margin-top: 12px
}

.mt-13 {
    margin-top: 13px
}

.mt-14 {
    margin-top: 14px
}

.mt-15 {
    margin-top: 15px
}

.mt-16 {
    margin-top: 16px
}

.mt-17 {
    margin-top: 17px
}

.mt-18 {
    margin-top: 18px
}

.mt-19 {
    margin-top: 19px
}

.mt-20 {
    margin-top: 20px
}

.mt-21 {
    margin-top: 21px
}

.mt-22 {
    margin-top: 22px
}

.mt-23 {
    margin-top: 23px
}

.mt-24 {
    margin-top: 24px
}

.mt-25 {
    margin-top: 25px
}

.mt-26 {
    margin-top: 26px
}

.mt-27 {
    margin-top: 27px
}

.mt-28 {
    margin-top: 28px
}

.mt-29 {
    margin-top: 29px
}

.mt-30 {
    margin-top: 30px
}

.mt-31 {
    margin-top: 31px
}

.mt-32 {
    margin-top: 32px
}

.mt-33 {
    margin-top: 33px
}

.mt-34 {
    margin-top: 34px
}

.mt-35 {
    margin-top: 35px
}

.mt-36 {
    margin-top: 36px
}

.mt-37 {
    margin-top: 37px
}

.mt-38 {
    margin-top: 38px
}

.mt-39 {
    margin-top: 39px
}

.mt-40 {
    margin-top: 40px
}

.mt-41 {
    margin-top: 41px
}

.mt-42 {
    margin-top: 42px
}

.mt-43 {
    margin-top: 43px
}

.mt-44 {
    margin-top: 44px
}

.mt-45 {
    margin-top: 45px
}

.mt-46 {
    margin-top: 46px
}

.mt-47 {
    margin-top: 47px
}

.mt-48 {
    margin-top: 48px
}

.mt-49 {
    margin-top: 49px
}

.mt-50 {
    margin-top: 50px
}

.mt-51 {
    margin-top: 51px
}

.mt-52 {
    margin-top: 52px
}

.mt-53 {
    margin-top: 53px
}

.mt-54 {
    margin-top: 54px
}

.mt-55 {
    margin-top: 55px
}

.mt-56 {
    margin-top: 56px
}

.mt-57 {
    margin-top: 57px
}

.mt-58 {
    margin-top: 58px
}

.mt-59 {
    margin-top: 59px
}

.mt-60 {
    margin-top: 60px
}

.mt-61 {
    margin-top: 61px
}

.mt-62 {
    margin-top: 62px
}

.mt-63 {
    margin-top: 63px
}

.mt-64 {
    margin-top: 64px
}

.mt-65 {
    margin-top: 65px
}

.mt-66 {
    margin-top: 66px
}

.mt-67 {
    margin-top: 67px
}

.mt-68 {
    margin-top: 68px
}

.mt-69 {
    margin-top: 69px
}

.mt-70 {
    margin-top: 70px
}

.mt-71 {
    margin-top: 71px
}

.mt-72 {
    margin-top: 72px
}

.mt-73 {
    margin-top: 73px
}

.mt-74 {
    margin-top: 74px
}

.mt-75 {
    margin-top: 75px
}

.mt-76 {
    margin-top: 76px
}

.mt-77 {
    margin-top: 77px
}

.mt-78 {
    margin-top: 78px
}

.mt-79 {
    margin-top: 79px
}

.mt-80 {
    margin-top: 80px
}

.mt-81 {
    margin-top: 81px
}

.mt-82 {
    margin-top: 82px
}

.mt-83 {
    margin-top: 83px
}

.mt-84 {
    margin-top: 84px
}

.mt-85 {
    margin-top: 85px
}

.mt-86 {
    margin-top: 86px
}

.mt-87 {
    margin-top: 87px
}

.mt-88 {
    margin-top: 88px
}

.mt-89 {
    margin-top: 89px
}

.mt-90 {
    margin-top: 90px
}

.mt-91 {
    margin-top: 91px
}

.mt-92 {
    margin-top: 92px
}

.mt-93 {
    margin-top: 93px
}

.mt-94 {
    margin-top: 94px
}

.mt-95 {
    margin-top: 95px
}

.mt-96 {
    margin-top: 96px
}

.mt-97 {
    margin-top: 97px
}

.mt-98 {
    margin-top: 98px
}

.mt-99 {
    margin-top: 99px
}

.mt-100 {
    margin-top: 100px
}

.mb-1 {
    margin-bottom: 1px
}

.mb-2 {
    margin-bottom: 2px
}

.mb-3 {
    margin-bottom: 3px
}

.mb-4 {
    margin-bottom: 4px
}

.mb-5 {
    margin-bottom: 5px
}

.mb-6 {
    margin-bottom: 6px
}

.mb-7 {
    margin-bottom: 7px
}

.mb-8 {
    margin-bottom: 8px
}

.mb-9 {
    margin-bottom: 9px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-11 {
    margin-bottom: 11px
}

.mb-12 {
    margin-bottom: 12px
}

.mb-13 {
    margin-bottom: 13px
}

.mb-14 {
    margin-bottom: 14px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-16 {
    margin-bottom: 16px
}

.mb-17 {
    margin-bottom: 17px
}

.mb-18 {
    margin-bottom: 18px
}

.mb-19 {
    margin-bottom: 19px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-21 {
    margin-bottom: 21px
}

.mb-22 {
    margin-bottom: 22px
}

.mb-23 {
    margin-bottom: 23px
}

.mb-24 {
    margin-bottom: 24px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-26 {
    margin-bottom: 26px
}

.mb-27 {
    margin-bottom: 27px
}

.mb-28 {
    margin-bottom: 28px
}

.mb-29 {
    margin-bottom: 29px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-31 {
    margin-bottom: 31px
}

.mb-32 {
    margin-bottom: 32px
}

.mb-33 {
    margin-bottom: 33px
}

.mb-34 {
    margin-bottom: 34px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-36 {
    margin-bottom: 36px
}

.mb-37 {
    margin-bottom: 37px
}

.mb-38 {
    margin-bottom: 38px
}

.mb-39 {
    margin-bottom: 39px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-41 {
    margin-bottom: 41px
}

.mb-42 {
    margin-bottom: 42px
}

.mb-43 {
    margin-bottom: 43px
}

.mb-44 {
    margin-bottom: 44px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-46 {
    margin-bottom: 46px
}

.mb-47 {
    margin-bottom: 47px
}

.mb-48 {
    margin-bottom: 48px
}

.mb-49 {
    margin-bottom: 49px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-51 {
    margin-bottom: 51px
}

.mb-52 {
    margin-bottom: 52px
}

.mb-53 {
    margin-bottom: 53px
}

.mb-54 {
    margin-bottom: 54px
}

.mb-55 {
    margin-bottom: 55px
}

.mb-56 {
    margin-bottom: 56px
}

.mb-57 {
    margin-bottom: 57px
}

.mb-58 {
    margin-bottom: 58px
}

.mb-59 {
    margin-bottom: 59px
}

.mb-60 {
    margin-bottom: 60px
}

.mb-61 {
    margin-bottom: 61px
}

.mb-62 {
    margin-bottom: 62px
}

.mb-63 {
    margin-bottom: 63px
}

.mb-64 {
    margin-bottom: 64px
}

.mb-65 {
    margin-bottom: 65px
}

.mb-66 {
    margin-bottom: 66px
}

.mb-67 {
    margin-bottom: 67px
}

.mb-68 {
    margin-bottom: 68px
}

.mb-69 {
    margin-bottom: 69px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-71 {
    margin-bottom: 71px
}

.mb-72 {
    margin-bottom: 72px
}

.mb-73 {
    margin-bottom: 73px
}

.mb-74 {
    margin-bottom: 74px
}

.mb-75 {
    margin-bottom: 75px
}

.mb-76 {
    margin-bottom: 76px
}

.mb-77 {
    margin-bottom: 77px
}

.mb-78 {
    margin-bottom: 78px
}

.mb-79 {
    margin-bottom: 79px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-81 {
    margin-bottom: 81px
}

.mb-82 {
    margin-bottom: 82px
}

.mb-83 {
    margin-bottom: 83px
}

.mb-84 {
    margin-bottom: 84px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-86 {
    margin-bottom: 86px
}

.mb-87 {
    margin-bottom: 87px
}

.mb-88 {
    margin-bottom: 88px
}

.mb-89 {
    margin-bottom: 89px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-91 {
    margin-bottom: 91px
}

.mb-92 {
    margin-bottom: 92px
}

.mb-93 {
    margin-bottom: 93px
}

.mb-94 {
    margin-bottom: 94px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-96 {
    margin-bottom: 96px
}

.mb-97 {
    margin-bottom: 97px
}

.mb-98 {
    margin-bottom: 98px
}

.mb-99 {
    margin-bottom: 99px
}

.mb-100 {
    margin-bottom: 100px
}

.mtb-1 {
    margin-top: 1px;
    margin-bottom: 1px
}

.mtb-2 {
    margin-top: 2px;
    margin-bottom: 2px
}

.mtb-3 {
    margin-top: 3px;
    margin-bottom: 3px
}

.mtb-4 {
    margin-top: 4px;
    margin-bottom: 4px
}

.mtb-5 {
    margin-top: 5px;
    margin-bottom: 5px
}

.mtb-6 {
    margin-top: 6px;
    margin-bottom: 6px
}

.mtb-7 {
    margin-top: 7px;
    margin-bottom: 7px
}

.mtb-8 {
    margin-top: 8px;
    margin-bottom: 8px
}

.mtb-9 {
    margin-top: 9px;
    margin-bottom: 9px
}

.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.mtb-11 {
    margin-top: 11px;
    margin-bottom: 11px
}

.mtb-12 {
    margin-top: 12px;
    margin-bottom: 12px
}

.mtb-13 {
    margin-top: 13px;
    margin-bottom: 13px
}

.mtb-14 {
    margin-top: 14px;
    margin-bottom: 14px
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px
}

.mtb-16 {
    margin-top: 16px;
    margin-bottom: 16px
}

.mtb-17 {
    margin-top: 17px;
    margin-bottom: 17px
}

.mtb-18 {
    margin-top: 18px;
    margin-bottom: 18px
}

.mtb-19 {
    margin-top: 19px;
    margin-bottom: 19px
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.mtb-21 {
    margin-top: 21px;
    margin-bottom: 21px
}

.mtb-22 {
    margin-top: 22px;
    margin-bottom: 22px
}

.mtb-23 {
    margin-top: 23px;
    margin-bottom: 23px
}

.mtb-24 {
    margin-top: 24px;
    margin-bottom: 24px
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.mtb-26 {
    margin-top: 26px;
    margin-bottom: 26px
}

.mtb-27 {
    margin-top: 27px;
    margin-bottom: 27px
}

.mtb-28 {
    margin-top: 28px;
    margin-bottom: 28px
}

.mtb-29 {
    margin-top: 29px;
    margin-bottom: 29px
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.mtb-31 {
    margin-top: 31px;
    margin-bottom: 31px
}

.mtb-32 {
    margin-top: 32px;
    margin-bottom: 32px
}

.mtb-33 {
    margin-top: 33px;
    margin-bottom: 33px
}

.mtb-34 {
    margin-top: 34px;
    margin-bottom: 34px
}

.mtb-35 {
    margin-top: 35px;
    margin-bottom: 35px
}

.mtb-36 {
    margin-top: 36px;
    margin-bottom: 36px
}

.mtb-37 {
    margin-top: 37px;
    margin-bottom: 37px
}

.mtb-38 {
    margin-top: 38px;
    margin-bottom: 38px
}

.mtb-39 {
    margin-top: 39px;
    margin-bottom: 39px
}

.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.mtb-41 {
    margin-top: 41px;
    margin-bottom: 41px
}

.mtb-42 {
    margin-top: 42px;
    margin-bottom: 42px
}

.mtb-43 {
    margin-top: 43px;
    margin-bottom: 43px
}

.mtb-44 {
    margin-top: 44px;
    margin-bottom: 44px
}

.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.mtb-46 {
    margin-top: 46px;
    margin-bottom: 46px
}

.mtb-47 {
    margin-top: 47px;
    margin-bottom: 47px
}

.mtb-48 {
    margin-top: 48px;
    margin-bottom: 48px
}

.mtb-49 {
    margin-top: 49px;
    margin-bottom: 49px
}

.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.mtb-51 {
    margin-top: 51px;
    margin-bottom: 51px
}

.mtb-52 {
    margin-top: 52px;
    margin-bottom: 52px
}

.mtb-53 {
    margin-top: 53px;
    margin-bottom: 53px
}

.mtb-54 {
    margin-top: 54px;
    margin-bottom: 54px
}

.mtb-55 {
    margin-top: 55px;
    margin-bottom: 55px
}

.mtb-56 {
    margin-top: 56px;
    margin-bottom: 56px
}

.mtb-57 {
    margin-top: 57px;
    margin-bottom: 57px
}

.mtb-58 {
    margin-top: 58px;
    margin-bottom: 58px
}

.mtb-59 {
    margin-top: 59px;
    margin-bottom: 59px
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px
}

.mtb-61 {
    margin-top: 61px;
    margin-bottom: 61px
}

.mtb-62 {
    margin-top: 62px;
    margin-bottom: 62px
}

.mtb-63 {
    margin-top: 63px;
    margin-bottom: 63px
}

.mtb-64 {
    margin-top: 64px;
    margin-bottom: 64px
}

.mtb-65 {
    margin-top: 65px;
    margin-bottom: 65px
}

.mtb-66 {
    margin-top: 66px;
    margin-bottom: 66px
}

.mtb-67 {
    margin-top: 67px;
    margin-bottom: 67px
}

.mtb-68 {
    margin-top: 68px;
    margin-bottom: 68px
}

.mtb-69 {
    margin-top: 69px;
    margin-bottom: 69px
}

.mtb-70 {
    margin-top: 70px;
    margin-bottom: 70px
}

.mtb-71 {
    margin-top: 71px;
    margin-bottom: 71px
}

.mtb-72 {
    margin-top: 72px;
    margin-bottom: 72px
}

.mtb-73 {
    margin-top: 73px;
    margin-bottom: 73px
}

.mtb-74 {
    margin-top: 74px;
    margin-bottom: 74px
}

.mtb-75 {
    margin-top: 75px;
    margin-bottom: 75px
}

.mtb-76 {
    margin-top: 76px;
    margin-bottom: 76px
}

.mtb-77 {
    margin-top: 77px;
    margin-bottom: 77px
}

.mtb-78 {
    margin-top: 78px;
    margin-bottom: 78px
}

.mtb-79 {
    margin-top: 79px;
    margin-bottom: 79px
}

.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px
}

.mtb-81 {
    margin-top: 81px;
    margin-bottom: 81px
}

.mtb-82 {
    margin-top: 82px;
    margin-bottom: 82px
}

.mtb-83 {
    margin-top: 83px;
    margin-bottom: 83px
}

.mtb-84 {
    margin-top: 84px;
    margin-bottom: 84px
}

.mtb-85 {
    margin-top: 85px;
    margin-bottom: 85px
}

.mtb-86 {
    margin-top: 86px;
    margin-bottom: 86px
}

.mtb-87 {
    margin-top: 87px;
    margin-bottom: 87px
}

.mtb-88 {
    margin-top: 88px;
    margin-bottom: 88px
}

.mtb-89 {
    margin-top: 89px;
    margin-bottom: 89px
}

.mtb-90 {
    margin-top: 90px;
    margin-bottom: 90px
}

.mtb-91 {
    margin-top: 91px;
    margin-bottom: 91px
}

.mtb-92 {
    margin-top: 92px;
    margin-bottom: 92px
}

.mtb-93 {
    margin-top: 93px;
    margin-bottom: 93px
}

.mtb-94 {
    margin-top: 94px;
    margin-bottom: 94px
}

.mtb-95 {
    margin-top: 95px;
    margin-bottom: 95px
}

.mtb-96 {
    margin-top: 96px;
    margin-bottom: 96px
}

.mtb-97 {
    margin-top: 97px;
    margin-bottom: 97px
}

.mtb-98 {
    margin-top: 98px;
    margin-bottom: 98px
}

.mtb-99 {
    margin-top: 99px;
    margin-bottom: 99px
}

.mtb-100 {
    margin-top: 100px;
    margin-bottom: 100px
}

@media screen and (max-width:768px) {
    .mt-1 {
        margin-top: 1px
    }

    .mt-2 {
        margin-top: 2px
    }

    .mt-3 {
        margin-top: 3px
    }

    .mt-4 {
        margin-top: 4px
    }

    .mt-5 {
        margin-top: 5px
    }

    .mt-6 {
        margin-top: 6px
    }

    .mt-7 {
        margin-top: 7px
    }

    .mt-8 {
        margin-top: 8px
    }

    .mt-9 {
        margin-top: 9px
    }

    .mb-1 {
        margin-bottom: 1px
    }

    .mb-2 {
        margin-bottom: 2px
    }

    .mb-3 {
        margin-bottom: 3px
    }

    .mb-4 {
        margin-bottom: 4px
    }

    .mb-5 {
        margin-bottom: 5px
    }

    .mb-6 {
        margin-bottom: 6px
    }

    .mb-7 {
        margin-bottom: 7px
    }

    .mb-8 {
        margin-bottom: 8px
    }

    .mb-9 {
        margin-bottom: 9px
    }

    .mtb-1 {
        margin-top: 1px;
        margin-bottom: 1px
    }

    .mtb-2 {
        margin-top: 2px;
        margin-bottom: 2px
    }

    .mtb-3 {
        margin-top: 3px;
        margin-bottom: 3px
    }

    .mtb-4 {
        margin-top: 4px;
        margin-bottom: 4px
    }

    .mtb-5 {
        margin-top: 5px;
        margin-bottom: 5px
    }

    .mtb-6 {
        margin-top: 6px;
        margin-bottom: 6px
    }

    .mtb-7 {
        margin-top: 7px;
        margin-bottom: 7px
    }

    .mtb-8 {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .mtb-9 {
        margin-top: 9px;
        margin-bottom: 9px
    }

    .mt-10, .mt-100, .mt-11, .mt-12, .mt-13, .mt-14, .mt-15, .mt-16, .mt-17, .mt-18, .mt-19, .mt-20, .mt-21, .mt-22, .mt-23, .mt-24, .mt-25, .mt-26, .mt-27, .mt-28, .mt-29, .mt-30, .mt-31, .mt-32, .mt-33, .mt-34, .mt-35, .mt-36, .mt-37, .mt-38, .mt-39, .mt-40, .mt-41, .mt-42, .mt-43, .mt-44, .mt-45, .mt-46, .mt-47, .mt-48, .mt-49, .mt-50, .mt-51, .mt-52, .mt-53, .mt-54, .mt-55, .mt-56, .mt-57, .mt-58, .mt-59, .mt-60, .mt-61, .mt-62, .mt-63, .mt-64, .mt-65, .mt-66, .mt-67, .mt-68, .mt-69, .mt-70, .mt-71, .mt-72, .mt-73, .mt-74, .mt-75, .mt-76, .mt-77, .mt-78, .mt-79, .mt-80, .mt-81, .mt-82, .mt-83, .mt-84, .mt-85, .mt-86, .mt-87, .mt-88, .mt-89, .mt-90, .mt-91, .mt-92, .mt-93, .mt-94, .mt-95, .mt-96, .mt-97, .mt-98, .mt-99 {
        margin-top: 10px
    }

    .mb-10, .mb-100, .mb-11, .mb-12, .mb-13, .mb-14, .mb-15, .mb-16, .mb-17, .mb-18, .mb-19, .mb-20, .mb-21, .mb-22, .mb-23, .mb-24, .mb-25, .mb-26, .mb-27, .mb-28, .mb-29, .mb-30, .mb-31, .mb-32, .mb-33, .mb-34, .mb-35, .mb-36, .mb-37, .mb-38, .mb-39, .mb-40, .mb-41, .mb-42, .mb-43, .mb-44, .mb-45, .mb-46, .mb-47, .mb-48, .mb-49, .mb-50, .mb-51, .mb-52, .mb-53, .mb-54, .mb-55, .mb-56, .mb-57, .mb-58, .mb-59, .mb-60, .mb-61, .mb-62, .mb-63, .mb-64, .mb-65, .mb-66, .mb-67, .mb-68, .mb-69, .mb-70, .mb-71, .mb-72, .mb-73, .mb-74, .mb-75, .mb-76, .mb-77, .mb-78, .mb-79, .mb-80, .mb-81, .mb-82, .mb-83, .mb-84, .mb-85, .mb-86, .mb-87, .mb-88, .mb-89, .mb-90, .mb-91, .mb-92, .mb-93, .mb-94, .mb-95, .mb-96, .mb-97, .mb-98, .mb-99 {
        margin-bottom: 10px
    }

    .mtb-10, .mtb-100, .mtb-11, .mtb-12, .mtb-13, .mtb-14, .mtb-15, .mtb-16, .mtb-17, .mtb-18, .mtb-19, .mtb-20, .mtb-21, .mtb-22, .mtb-23, .mtb-24, .mtb-25, .mtb-26, .mtb-27, .mtb-28, .mtb-29, .mtb-30, .mtb-31, .mtb-32, .mtb-33, .mtb-34, .mtb-35, .mtb-36, .mtb-37, .mtb-38, .mtb-39, .mtb-40, .mtb-41, .mtb-42, .mtb-43, .mtb-44, .mtb-45, .mtb-46, .mtb-47, .mtb-48, .mtb-49, .mtb-50, .mtb-51, .mtb-52, .mtb-53, .mtb-54, .mtb-55, .mtb-56, .mtb-57, .mtb-58, .mtb-59, .mtb-60, .mtb-61, .mtb-62, .mtb-63, .mtb-64, .mtb-65, .mtb-66, .mtb-67, .mtb-68, .mtb-69, .mtb-70, .mtb-71, .mtb-72, .mtb-73, .mtb-74, .mtb-75, .mtb-76, .mtb-77, .mtb-78, .mtb-79, .mtb-80, .mtb-81, .mtb-82, .mtb-83, .mtb-84, .mtb-85, .mtb-86, .mtb-87, .mtb-88, .mtb-89, .mtb-90, .mtb-91, .mtb-92, .mtb-93, .mtb-94, .mtb-95, .mtb-96, .mtb-97, .mtb-98, .mtb-99 {
        margin-top: 10px;
        margin-bottom: 10px
    }
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .row-eq-height {
        display: block;
    }
}

.inflex {
    display: inline-flex;
}

@media screen and (max-width: 768px) {
    .inflex {
        display: block;
    }
}

.logo {
    margin-left: 0;
}

@media screen and (max-width: 768px) {
    .logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

.clpadr {
    padding-right: 0 !important;
}

@media screen and (max-width: 768px) {
    .clpadr {
        padding-right: 15px !important;
    }
}

.clpadl {
    padding-left: 0 !important;
}

@media screen and (max-width: 768px) {
    .clpadl {
        padding-left: 15px !important;
    }
}

.clpad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media screen and (max-width: 768px) {
    .clpad {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.navbar-toggle {
    background-color: #da2c2a !important;
    border-radius: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #fff !important;
}

.navbar-toggle .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
}

.navbar-toggle.active .type1 {
    top: 6px;
    transform: rotate(46deg);
}

.navbar-toggle.active .type2 {
    background-color: transparent !important;
}

.navbar-toggle.active .type3 {
    top: -6px;
    transform: rotate(-50deg);
}

.txt-r {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .txt-r {
        text-align: center;
    }
}

.txt-l {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .txt-l {
        text-align: center;
    }
}

/* First level*/
.cd-accordion-menu label, .cd-accordion-menu a {
    color: #fff;
    background-color: #363636;
    font: 400 16px 'Poppins', sans-serif;
    padding: 11px;
    display: block;
    transition: all 0.3s;
    border-bottom: 1px solid #545454;
}

    .cd-accordion-menu label:hover, .cd-accordion-menu a:hover {
        padding-left: 15px;
        color: black;
        background: #ce0000;
    }
/* second level*/
.cd-accordion-menu ul label, .cd-accordion-menu ul a {
    padding: 6px 14px;
    background: #2d2d2d;
    color: #fff;
    font: 400 14px 'Poppins', sans-serif;
    border-bottom: 1px #232323 solid;
    transition: all 0.3s;
}

    .cd-accordion-menu ul label:hover, .cd-accordion-menu ul a:hover {
        padding-left: 18px;
        color: white;
    }
/* third level*/
.cd-accordion-menu ul ul label, .cd-accordion-menu ul ul a {
    padding-left: 30px;
    transition: all 0.3s;
}

    .cd-accordion-menu ul ul label:hover, .cd-accordion-menu ul ul a:hover {
        padding-left: 35px;
    }
/* forth level*/
.cd-accordion-menu ul ul ul label, .cd-accordion-menu ul ul ul a {
    padding-left: 40px;
    transition: all 0.3s;
}

    .cd-accordion-menu ul ul ul label:hover, .cd-accordion-menu ul ul ul a:hover {
        padding-left: 45px;
    }
/* fifth level*/
.cd-accordion-menu ul ul ul ul label, .cd-accordion-menu ul ul ul ul a {
    padding-left: 50px;
    transition: all 0.3s;
}

    .cd-accordion-menu ul ul ul ul label:hover, .cd-accordion-menu ul ul ul ul a:hover {
        padding-left: 55px;
    }

.cat_active {
    color: white !important;
    background: #ce0000 !important;
}

.paginginfo {
    float: left;
    width: 100%;
    background: #E8E5E5;
    margin: 0 10px 0 0;
    font-size: 0;
    padding: 3px 0;
}

    .paginginfo p {
        font: normal 14px 'Open Sans', sans-serif;
        margin: 0;
        color: black;
    }

.pgright {
    float: right;
}

@media screen and (max-width: 768px) {
    .paginginfo {
        text-align: center;
    }

    .pgright {
        float: none;
    }
}

.paginginfo a {
    margin: 0 1px;
}

    .paginginfo a.paging {
        background: #000000;
        color: white;
        font: normal 14px 'Open Sans', sans-serif;
        display: inline-block;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 24px;
        transition: all 0.3s;
    }

        .paginginfo a.paging:hover {
            background: #faf442;
            color: black;
            font: normal 14px 'Open Sans', sans-serif;
            display: inline-block;
            width: 25px;
            height: 25px;
            text-align: center;
            line-height: 24px;
        }

    .paginginfo a.pagingd {
        background: #8C898A;
        color: white;
        font: normal 14px 'Open Sans', sans-serif;
        display: inline-block;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 24px;
        transition: all 0.3s;
    }

    .paginginfo a.paginga {
        background: #faf442;
        color: black;
        font: normal 14px 'Open Sans', sans-serif;
        display: inline-block;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 24px;
        transition: all 0.3s;
    }

.xmsgred {
    border-radius: 5px;
    margin: 10px 0;
    color: black;
    font: normal 16px 'Open Sans', sans-serif;
    text-align: center;
    padding: 10px;
}

.prodpgcat a {
    background: #e4e4e4;
    color: #111111;
    display: block;
    padding: 7px;
    font: 500 16px 'Poppins', sans-serif;
    transition: all 0.3s;
}

    .prodpgcat a:hover {
        background: #ce0000;
        color: black;
        display: block;
        padding: 7px;
        font: 500 16px 'Poppins', sans-serif;
    }

.bbasket {
    border: 1px #ccc solid;
    float: left;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

    .bbasket .pdpd {
        padding-left: 15px;
        padding-right: 15px;
    }

@media screen and (max-width: 768px) {
    .bbasket .pdpd {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.bbasket h5 {
    background: #c1c1c1;
    font: 600 16px 'Open Sans', sans-serif;
    text-transform: uppercase;
    padding: 5px 10px;
    margin: 0 0 5px 0;
}

.bbasket p {
    margin: 0;
    font: 400 14px 'Open Sans', sans-serif;
}

    .bbasket p span {
        color: red;
    }

/*Notices*/
.card {
    border-radius: 5px;
    margin: 5px 0;
}

.green {
    background: #93f193;
}

.red {
    background: #f9a299;
}

.orange {
    background: #f9ce99;
}

.card-content {
    padding: 10px;
    text-align: center;
}

    .card-content p {
        margin: 0;
    }

.ccback {
    display: inline-block;
    background: #4D4D4D;
    color: white;
    padding: 5px 10px;
    margin: 5px 0;
}

    .ccback:hover {
        display: inline-block;
        background: #000;
        color: white;
        padding: 5px 10px;
        margin: 5px 0;
    }

/* Sitemap*/
.sitemap a {
    font: 600 14px 'Open Sans', sans-serif;
    color: #000;
    padding: 3px !important;
    display: block;
    transition: all 0.3s;
}

    .sitemap a:hover {
        font: 600 14px 'Open Sans', sans-serif;
        padding: 3px !important;
        display: block;
        color: #edc131;
    }

.sitemap ul {
    margin-left: 10px;
}

    .sitemap ul ul {
        margin-left: 20px;
    }

        .sitemap ul ul ul {
            margin-left: 30px;
        }

            .sitemap ul ul ul ul {
                margin-left: 40px;
            }


/****************************************/


/*next pages start*/
.head_cont1 {
    background-color: #faf442;
    padding: 0px 0px;
}

.next_cont {
}

.leftmenu {
    width: 100%; /*-webkit-box-shadow: -1px 2px 23px 1px rgba(0,0,0,0.62);
-moz-box-shadow: -1px 2px 23px 1px rgba(0,0,0,0.62);
box-shadow: -1px 2px 23px 1px rgba(0,0,0,0.62);*/
}

.prod_heading_left {
}

    .prod_heading_left h4 {
        font: 500 20px 'Oswald', sans-serif;
        text-transform: uppercase;
        color: #2d2d2d;
        margin: 0px 0 0 0px;
        padding: 16px 0px;
    }

.prod_heading_right {
    float: right;
}

    .prod_heading_right h4 {
        font: 500 14px 'Oswald', sans-serif;
        text-transform: uppercase;
        color: #2d2d2d;
        margin: 0px 0 0 0px;
        padding: 16px 0px;
    }

        .prod_heading_right h4 a {
            color: #2d2d2d;
        }

.prod_heading_leftc {
}

    .prod_heading_leftc h4 {
        font: 500 20px 'Oswald', sans-serif;
        text-transform: capitalize;
        color: #2d2d2d;
        margin: 0px 0 0 0px;
        padding: 16px 0px;
    }



.leftmenu h4 {
    font: 800 20px 'Poppins', sans-serif;
    background: #ce0000;
    text-transform: uppercase;
    color: #fff;
    margin: 0px 0 0 0px;
    padding: 12px 0px;
    text-align: center;
    border-bottom: 1px solid #FFFFFF;
}

.leftmenu ul {
    margin: 0;
    padding: 0;
}

.leftmenu li {
    list-style: none;
}

    .leftmenu li:hover {
    }

.prdarea {
    width: 100%;
}

.leftmenu .prordfa {
    background: #282525;
    color: #fff;
    margin: 0 0 0 0px;
    padding: 2px 8px 2px 9px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 24px;
}


.prdarea1 h4 {
    font: 400 15px 'Poppins', sans-serif;
    color: #ce0000;
    margin: 0px 0 0 0px;
    padding: 8px 14px;
    text-transform: capitalize;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

    .prdarea1 h4 a {
        color: #000;
        padding: 0 5px 0 0px;
    }

.fa {
    padding: 0px 0px;
}

.prdarea3 {
}

    .prdarea3 h4 {
        font: 400 15px 'Poppins', sans-serif;
        color: #ce0000;
        margin: 10px 0 0 0px;
        padding: 8px 14px;
        text-transform: capitalize;
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }

        .prdarea3 h4 a {
            color: #000;
            padding: 0 5px 0 0px;
        }


.contactbx_new {
}

    .contactbx_new h3 {
        font: 700 18px 'Poppins', sans-serif;
        color: #3e3e3e;
        margin: 0 0 0 0px;
        padding: 10px 0 4px 0px;
        text-transform: uppercase;
    }

    .contactbx_new h5 {
        font: 400 20px 'Poppins', sans-serif;
        color: #333;
        margin: 0 0 0 0px;
        padding: 0px 0 10px 0px;
        text-align: center;
    }

    .contactbx_new p {
        font: 400 13px 'Poppins', sans-serif;
        color: #333;
        margin: 0 0 0 0px;
        padding: 0px 0 4px 0px;
        line-height: 22px;
        display: inline-flex;
    }

    .contactbx_new a {
        color: #3e3e3e;
        transition: all 0.5s;
        text-align: center;
    }

        .contactbx_new a:hover {
            color: #ce0000;
            text-decoration: underline;
        }

    .contactbx_new .fa {
        color: #3e3e3e;
        margin: 0 8px 0 0px;
        float: left;
        font-size: 45px;
    }



.contactbx {
}

    .contactbx h3 {
        font: 700 18px 'Poppins', sans-serif;
        color: #3e3e3e;
        margin: 0 0 0 0px;
        padding: 10px 0 4px 0px;
        text-transform: uppercase;
    }

    .contactbx h5 {
        font: 400 20px 'Poppins', sans-serif;
        color: #333;
        margin: 0 0 0 0px;
        padding: 0px 0 10px 0px;
    }

    .contactbx p {
        font: 400 13px 'Poppins', sans-serif;
        color: #333;
        margin: 0 0 0 0px;
        padding: 0px 0 4px 0px;
        line-height: 22px;
        text-align: justify;
    }

    .contactbx a {
        color: #3e3e3e;
        transition: all 0.5s;
    }

        .contactbx a:hover {
            color: #ce0000;
            text-decoration: underline;
        }

    .contactbx .fa {
        color: #3e3e3e;
        margin: 0 8px 0 0px;
        float: left;
        font-size: 45px;
    }

.backk2 {
    background: #323030;
    padding: 0 0 54px 10px;
}

.contactbxm {
    -webkit-box-shadow: -1px 2px 23px 1px rgba(0,0,0,0.62);
    -moz-box-shadow: -1px 2px 23px 1px rgba(0,0,0,0.62);
    box-shadow: -1px 2px 23px 1px rgba(0,0,0,0.62);
}

.largeimg {
    border: 1px solid #d4d4d4;
    background: #fff;
}

.prdareasear {
}

    .prdareasear h4 {
        font: 400 15px 'Poppins', sans-serif;
        color: #ce0000;
        margin: 0px 0 0 0px;
        padding: 8px 14px;
        text-transform: capitalize;
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }

        .prdareasear h4 a {
            color: #000;
            padding: 0 5px 0 0px;
        }

.prdareab {
}

    .prdareab h4 {
        font: 400 15px 'Poppins', sans-serif;
        color: #ce0000;
        margin: 10px 0 0 0px;
        padding: 8px 14px;
        text-transform: capitalize;
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }

        .prdareab h4 a {
            color: #000;
            padding: 0 5px 0 0px;
        }

.prdareai {
}

    .prdareai h4 {
        font: 400 15px 'Poppins', sans-serif;
        color: #ce0000;
        margin: 10px 0 0 0px;
        padding: 8px 14px;
        text-transform: capitalize;
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }

        .prdareai h4 a {
            color: #000;
            padding: 0 5px 0 0px;
        }

.prdareag {
}

    .prdareag h4 {
        font: 400 15px 'Poppins', sans-serif;
        color: #ce0000;
        margin: 10px 0 0 0px;
        padding: 8px 14px;
        text-transform: capitalize;
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }

        .prdareag h4 a {
            color: #000;
            padding: 0 5px 0 0px;
        }

.prdareasit {
}

    .prdareasit h4 {
        font: 400 15px 'Poppins', sans-serif;
        color: #ce0000;
        margin: 10px 0 0 0px;
        padding: 8px 14px;
        text-transform: capitalize;
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
    }

        .prdareasit h4 a {
            color: #000;
            padding: 0 5px 0 0px;
        }

.lasani2 {
}

    .lasani2 h4 {
        font: 600 22px 'Poppins', sans-serif;
        color: #ce0000;
        margin: 10px 0 20px 0px;
        padding: 8px 14px;
        text-transform: capitalize;
        border-top: solid 1px #ccc;
        border-bottom: solid 1px #ccc;
        text-align: center;
    }

        .lasani2 h4 a {
            color: #000;
            padding: 0 5px 0 0px;
        }


.lfetop {
}

    .lfetop h4 {
        font: 600 15px 'Poppins', sans-serif;
        text-transform: uppercase;
        color: #000;
        margin: 10px 0 0px 0px;
        padding: 8px 0px;
    }

        .lfetop h4 a {
            color: #000;
        }

.detail2 {
}

    .detail2 h4 {
        font: 400 15px 'Poppins', sans-serif;
        text-transform: capitalize;
        color: #ce0000;
        margin: 0px 0 10px 0px;
        padding: 0px 0 10px 0px;
        border-bottom: 1px solid #ccc;
    }

    .detail2 h5 {
        font: 400 15px 'Poppins', sans-serif;
        text-transform: capitalize;
        color: #333;
        margin: 0px 0 6px 0px;
        border-bottom: 1px solid #ccc;
        padding: 0px 0 7px 0px;
    }

    .detail2 h6 {
        font: 600 15px 'Poppins', sans-serif;
        text-transform: capitalize;
        color: #333;
        margin: 0px 0 0px 0px;
        padding: 0px 0 2px 0px;
    }

    .detail2 p {
        font: 400 12px 'Poppins', sans-serif;
        color: #333;
        margin: 0px 0px 20px 0px;
        padding: 0px 2px 10px 2px;
        line-height: 22px;
        text-align: justify;
    }

.t1515 {
}

    .t1515 input {
        font: 400 15px 'Poppins', sans-serif;
        background: #1a1a1a;
        color: #fff;
        margin: 25px 0 0 25px;
        padding: 5px 22px;
        text-align: center;
        transition: all 0.4s;
        border-radius: 0;
    }

        .t1515 input:hover {
            background: #ce0000;
            color: #fff;
        }

.real {
}

    .real h4 {
        font: 500 26px 'Oswald', sans-serif;
        color: #1a1a1a;
        margin: 25px 0 10px 0px;
        padding: 0px 0px;
        text-align: center;
    }

.lasani222 {
}

    .lasani222 h4 {
        font-family: 'Oswald', sans-serif;
        font-size: 28px;
        font-weight: 600;
        color: #000;
        text-align: center;
        text-transform: uppercase;
        font-style: italic;
        background: url(images/cmspagbg.png) no-repeat center bottom;
        padding-bottom: 30px;
        margin: 20px 0 28px 0px;
    }

.bclrcnt {
    background: #1a1a1a;
    float: left;
    width: 100%;
    padding: 20px 0px;
}

    .bclrcnt strong {
        font: 600 16px 'Open Sans', sans-serif;
        color: #ffcf40;
        margin: 0 0 6px 0px;
        padding: 0 0px;
    }

    .bclrcnt p {
        font: 400 13px 'Open Sans', sans-serif;
        color: #FFFFFF;
        margin: 0 0 0 0px;
        padding: 0 0px;
        line-height: 22px;
        text-align: justify;
    }

    .bclrcnt a {
        color: #FFFFFF;
        transition: all 0.4s;
    }

        .bclrcnt a:hover {
            color: #ffcf40;
            text-decoration: underline;
        }

    .bclrcnt .fa {
        margin: 0 4px 0 0px;
        font-size: 14px;
        color: #ffcf40;
    }

.feedcon {
}

    .feedcon h6 {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: #000;
        text-transform: uppercase;
        margin: 2px 0 12px 10px;
    }

    .feedcon input {
        border: 1px solid #ccc;
        border-radius: 0;
    }

    .feedcon select {
        border: 1px solid #ccc;
        border-radius: 0;
    }

    .feedcon textarea {
        border: 1px solid #ccc;
        border-radius: 0;
    }

    .feedcon button {
        background: #000;
        color: #fff;
        outline: none;
        border: none;
        margin: 0 0 0 0px;
        padding: 4px 20px;
        text-align: center;
        font-family: 'Poppins', sans-serif;
        border-radius: 0;
        transition: all 0.4s;
        font-size: 16px;
        font-weight: normal;
    }

        .feedcon button:hover {
            background: #ce0000;
            color: #000;
        }





.footercont {
    background: #1e1e1e;
}

.ourlinks {
}

    .ourlinks h4 {
        font-family: 'Poppins', sans-serif;
        font-size: 17px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        padding: 0px 0 12px 0px;
    }

    .ourlinks strong {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        text-transform: capitalize;
        padding: 0px 0 6px 0px;
    }

    .ourlinks ul {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

        .ourlinks ul li {
            list-style: none;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }

            .ourlinks ul li a {
                font-family: 'Poppins', sans-serif;
                font-size: 14px;
                font-weight: 300;
                color: #fff;
                display: inline-block;
                padding: 0px 0 10px 0;
                margin: 0 0 0 0;
                transition: all 0.5s;
                text-decoration: none;
            }

                .ourlinks ul li a:hover {
                    color: #fff;
                    letter-spacing: 1px;
                }

    .ourlinks p {
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        font-weight: 300;
        color: #fff;
        display: inline-block;
        padding: 0px 0 8px 0;
        margin: 0 0 0 0;
        transition: all 0.5s;
    }

    .ourlinks span {
        font-size: 14px;
        color: #ce0000;
    }






@media only screen and (max-width: 786px) {

    .basket {
        margin: 0px 70px 5px 0;
        position: relative;
        z-index: 99999999
    }

    .tus_respnave {
        margin: -60px -10px 0 0;
        padding: 0px;
    }

    .navbar-default {
        background-color: none;
        border: none;
    }

    .alp .alp2 {
        right: -62px;
        padding: 17px 0 0 0
    }

    .t_search {
        background-color: #333;
    }

    .m_search {
        background-color: #333;
    }
}




@media only screen and (max-width: 1199px) {



    .tus_hsocial {
        float: none;
        margin: 10px auto;
        text-align: center
    }



    .tus_inpsrch {
        margin: 5px 0 0 0;
    }



    .tus_mheading h4 {
        font-size: 33px;
    }



    .tus_ctxt {
        margin: 0px;
    }



        .tus_ctxt .line::before {
            width: 100%;
            left: auto;
            right: auto;
            top: 36%;
            display: none
        }



        .tus_ctxt h4 {
            text-align: left;
            font-size: 25px;
            margin-top: 10px;
        }



        .tus_ctxt p {
            text-align: left;
            margin-top: 10px;
        }



    .tus_plus {
        float: none;
    }



    .tus_main:nth-child(2) .tus_ctxt .line::before {
        width: 100%;
        left: auto;
        right: auto;
        top: 67%;
        display: none
    }



    .tus_main:nth-child(2) .tus_mcateg {
        width: 100%;
        margin: 0px;
    }



    .tus_main:nth-child(3) .tus_mcateg {
        width: 100%;
        margin: 15px 0 0 0;
    }



    .tus_main:nth-child(3) .tus_ctxt .line::before {
        top: 40%;
        left: auto;
        right: auto;
        display: none
    }



    .tus_mcateg .tus_shop {
        width: 45%;
        padding: 10px 0;
    }



    .tus_srvd {
        margin: 0px 0 15px 0;
    }



        .tus_srvd img {
            margin: 0 0 5px 0;
        }



    .tus_srvbackg {
        margin: 20px 0 0 0;
        padding: 0px 0 20px 0;
        background: none;
        background-color: #000;
        min-height: 0px;
    }



    .tus_srvd2 h4 {
        text-align: left;
    }



    .tus_srvd2 p {
        text-align: left;
    }



    .tus_srvd2 img {
        margin-top: 10px;
    }



    .tus_srvd2 {
        margin: 15px 0 0 0;
    }



    .tus_mheading {
        margin: 15px 0 0 0;
    }



    .tus_footer {
        margin: 0px;
        padding: 20px 0;
        background: none;
        background-color: #333;
        min-height: 0px;
    }



    .tus_ftxt {
        margin: 15px 0 0 0;
    }



    .tus_fcont h4 {
        font-size: 45px;
    }



    .tus_cfield {
        width: 100%;
    }



    .tus_fsbmt {
        margin: 0px;
    }



    .tus_signup {
        margin: 15px 0 0 0;
    }



    .tus_fcont {
        padding: 20px 15px;
    }



    .tus_habout h4 {
        font-size: 50px;
    }



    .tus_fprod .pbcolor .tus_border {
        border: none;
        padding: 0px;
    }



    .tus_email {
        margin: 0px;
        padding: 0px;
    }
}



@media only screen and (max-width: 991px) {



    .tus_hsocial {
        float: none;
        margin: 10px auto;
        text-align: center
    }



    .tus_inpsrch {
        margin: 5px 0 0 0;
    }



    .tus_mheading h4 {
        font-size: 33px;
    }



    .tus_ctxt {
        margin: 0px;
    }



        .tus_ctxt .line::before {
            width: 100%;
            left: auto;
            right: auto;
            top: 36%;
            display: none
        }



        .tus_ctxt h4 {
            text-align: left;
            font-size: 25px;
            margin-top: 10px;
        }



        .tus_ctxt p {
            text-align: left;
            margin-top: 10px;
        }



    .tus_plus {
        float: none;
    }



    .tus_main:nth-child(2) .tus_ctxt .line::before {
        width: 100%;
        left: auto;
        right: auto;
        top: 67%;
        display: none
    }



    .tus_main:nth-child(2) .tus_mcateg {
        width: 100%;
        margin: 0px;
    }



    .tus_main:nth-child(3) .tus_mcateg {
        width: 100%;
        margin: 15px 0 0 0;
    }



    .tus_main:nth-child(3) .tus_ctxt .line::before {
        top: 40%;
        left: auto;
        right: auto;
        display: none
    }



    .tus_mcateg .tus_shop {
        width: 45%;
        padding: 10px 0;
    }



    .tus_srvd {
        margin: 0px 0 15px 0;
    }



        .tus_srvd img {
            margin: 0 0 5px 0;
        }



    .tus_srvbackg {
        margin: 20px 0 0 0;
        padding: 0px 0 20px 0;
        background: none;
        background-color: #000;
        min-height: 0px;
    }



    .tus_srvd2 h4 {
        text-align: left;
    }



    .tus_srvd2 p {
        text-align: left;
    }



    .tus_srvd2 img {
        margin-top: 10px;
    }



    .tus_srvd2 {
        margin: 15px 0 0 0;
    }



    .tus_mheading {
        margin: 15px 0 0 0;
    }



    .tus_footer {
        margin: 0px;
        padding: 20px 0;
        background: none;
        background-color: #333;
        min-height: 0px;
    }



    .tus_ftxt {
        margin: 15px 0 0 0;
    }



    .tus_fcont h4 {
        font-size: 45px;
    }



    .tus_cfield {
        width: 100%;
    }



    .tus_fsbmt {
        margin: 0px;
    }



    .tus_signup {
        margin: 15px 0 0 0;
    }



    .tus_fcont {
        padding: 20px 15px;
    }



    .tus_habout h4 {
        font-size: 50px;
    }



    .tus_fprod .pbcolor .tus_border {
        border: none;
        padding: 0px;
    }



    .tus_email {
        margin: 0px;
        padding: 0px;
    }
}







@media only screen and (max-width: 767px) {




    .tus_hsocial {
        float: none;
        margin: 10px auto;
        text-align: center
    }



    .tus_inpsrch {
        margin: 5px 0 0 0;
    }



    .tus_mheading h4 {
        font-size: 33px;
    }



    .tus_ctxt {
        margin: 0px;
    }



        .tus_ctxt .line::before {
            width: 100%;
            left: auto;
            right: auto;
            top: 36%;
            display: none
        }



        .tus_ctxt h4 {
            text-align: left;
            font-size: 25px;
            margin-top: 10px;
        }



        .tus_ctxt p {
            text-align: left;
            margin-top: 10px;
        }



    .tus_plus {
        float: none;
    }



    .tus_main:nth-child(2) .tus_ctxt .line::before {
        width: 100%;
        left: auto;
        right: auto;
        top: 67%;
        display: none
    }



    .tus_main:nth-child(2) .tus_mcateg {
        width: 100%;
        margin: 0px;
    }



    .tus_main:nth-child(3) .tus_mcateg {
        width: 100%;
        margin: 15px 0 0 0;
    }



    .tus_main:nth-child(3) .tus_ctxt .line::before {
        top: 40%;
        left: auto;
        right: auto;
        display: none
    }



    .tus_mcateg .tus_shop {
        width: 45%;
        padding: 10px 0;
    }



    .tus_srvd {
        margin: 0px 0 15px 0;
    }



        .tus_srvd img {
            margin: 0 0 5px 0;
        }



    .tus_srvbackg {
        margin: 0px;
        padding: 0px 0 20px 0;
        background: none;
        background-color: #000;
        min-height: 0px;
    }



    .tus_srvd2 h4 {
        text-align: left;
    }



    .tus_srvd2 p {
        text-align: left;
    }



    .tus_srvd2 img {
        margin-top: 10px;
    }



    .tus_srvd2 {
        margin: 15px 0 0 0;
    }



    .tus_mheading {
        margin: 15px 0 0 0;
    }



    .tus_footer {
        margin: 0px;
        padding: 20px 0;
        background: none;
        background-color: #333;
        min-height: 0px;
    }



    .tus_ftxt {
        margin: 15px 0 0 0;
    }



    .tus_fcont h4 {
        font-size: 45px;
    }



    .tus_cfield {
        width: 100%;
    }



    .tus_fsbmt {
        margin: 0px;
    }



    .tus_signup {
        margin: 15px 0 0 0;
    }



    .tus_fcont {
        padding: 20px 15px;
    }



    .tus_habout h4 {
        font-size: 50px;
    }



    .tus_fprod .pbcolor .tus_border {
        border: none;
        padding: 0px;
    }



    .tus_email {
        margin: 0px;
        padding: 0px;
    }
}



.certicms {
    text-align: center;
}

    .certicms h4 {
        font: 500 22px 'Poppins', sans-serif;
        color: #000;
        text-align: center;
        display: inline-block;
        margin: 15px 0 25px 0;
        padding: 0 0 0 0;
    }

    .certicms ul {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

        .certicms ul li {
            list-style: none;
            display: inline-block;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }

            .certicms ul li a {
                font: 400 18px 'Poppins', sans-serif;
                background: #1e1e1e;
                color: #fff;
                width: 217px;
                line-height: 40px;
                height: 40px;
                text-align: center;
                display: inline-block;
                margin: 0 0 0 0;
                padding: 0 0 0 0;
                transition: all 0.5s;
            }

                .certicms ul li a:hover {
                    background: #ce0000;
                    color: #000;
                }



/*.immm{ display:none;}
.immm img{}
*/


















































































































































