
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:100,300,400,500,700,900);

body {
    margin: 0px;
    font-family: Roboto, Tahoma, Verdana, arial, "Times New Roman";
    font-size: 14.21px;
    color: #686868;
}


    body a {
        font-family: Roboto, Tahoma, Verdana, arial, "Times New Roman";
    }

        body a:hover {
            font-family: Roboto, Tahoma, Verdana, arial, "Times New Roman";
        }

.progressModel {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity: 0.7;
    display: inline-table;
}

.progressBar {
    z-index: 1000;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    height: 100%;
    width: 100%;
    display: table-cell;
}


/*body::-webkit-scrollbar {
    width: 6px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #ed251c;
  outline: 6px solid slategrey;
}
*/


.searchProductButton {
    font-family: 'Roboto';
    font-size: 14px;
    color: #fff;
    background-color: #b8d433;
    text-align: center;
    vertical-align: middle;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 40px;
    border-style: none;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
    display: inline-block;
    padding-top: 8px;
}



.btnSubscribeTNewsletter {
    font-family: 'Roboto';
    font-size: 14px;
    color: #fff;
    background-color: #b8d433;
    text-align: center;
    vertical-align: middle;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 40px;
    border-style: none;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
}

.QuickViewsIcons img {
    max-height: 36px;
    margin-right: 5px;
}

.bgGrey {
    background: #e7e8ed ; /*#e2e3e4;*/
}

.bgLightGrey {
    background: #f6f6f6;
}

.bgDarkGrey {
    background: #231f20;
}

.bgBlack {
    background: #000;
}

.GoldbottomBorder {
    border-bottom: solid 2px #d6a51c;
}

.SmallPadding {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.newsLetter {
    color: #fff;
    font-size: 14px;
}

    .newsLetter .boldTitle {
        font-size: 20px
    }

.vmiddle {
    /*display: inline-block;
            vertical-align: middle;*/
    /*margin-top: auto;
margin-bottom: auto;*/
    display: flex;
    align-items: center;
}


.subscribeTextbox {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border: none;
    padding-left: 7px;
    color: #404041;
}


#topMenu {
    /*width: 100%;*/
}

/*#topMenu li:last-child {
                float: none;
                overflow: hidden;
                text-align: right;
            }*/


.myAccounLink {
    font-family: 'Roboto';
    font-size: 14px;
    color: #404041;
    font-weight: bold;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #231f20;
}


/*
.dropdown-menu {
    margin-top: 13px !important;
}*/

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #555;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.dropdown:hover .dropdown-menu {
    display: block;
}


.dropdown-menu {
    background-color: #231f20;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .dropdown-menu > li {
        padding: 3px 3px 3px 3px !important;
        /*padding-bottom:3px;
               padding-left:3px;
               padding-right:3px;*/
    }


    .dropdown-menu li a {
        text-align: left;
        color: #fff !important;
    }

    .dropdown-menu > li a {
        text-align: left;
    }



    .dropdown-menu > li:hover a {
        color: #231f20 !important;
        background: #fff !important;
        white-space: nowrap;
        text-align: left;
    }

    .dropdown-menu > li a:hover {
        color: #231f20 !important;
        background: #fff !important;
        white-space: nowrap;
        text-align: left;
    }

.nav .dropdown > .dropdown-toggle {
    background-color: transparent !important;
}

.list-inline {
    display: flex;
    justify-content: center;
    float: none !important;
}

.ulAccount.nav {
    color: #404041 !important;
    height: 40px;
}

    .ulAccount.nav li {
        color: #404041 !important;
    }

        .ulAccount.nav li > a {
            color: #404041 !important;
        }

    .ulAccount.nav a {
        color: #404041 !important;
    }

    .ulAccount.nav li > a:hover {
        color: #404041 !important;
    }


#divNotificationMessageContainer {
    border-radius: 50px;
    width: 400px;
    background: #555;
    padding-top: 50px;
    padding-bottom: 50px;
    color: white;
    display: inline-block;
    padding-left: 50px;
    padding-right: 50px;
    opacity: 0.9;
}

#divNotificationMessageClose {
    width: 400px;
    display: inline-block;
    position: absolute;
    z-index: 100;
    text-align: right;
    padding-top: 20px;
    padding-right: 20px;
    display: inline-block
}

.fixed_social {
    position: fixed;
    z-index: 550;
    padding: 0px;
    top: 50%;
    margin-top: -67px;
    right: 0;
}

    .fixed_social img {
        margin-bottom: 10px;
        width: 42px;
    }

        .fixed_social img:hover {
            opacity: .5;
            transition: .5s;
            -webkit-transition: .5s;
            -moz-transition: .5s;
            -o-transition: .5s;
        }


ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
}



.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}



.shoppingCartNotification {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    display: inline-table;
}

    .shoppingCartNotification .content {
        z-index: 1000;
        text-align: center;
        vertical-align: middle;
        margin: auto;
        height: 100%;
        width: 100%;
        display: table-cell;
    }




a {
    color: #333333;
    text-decoration: none;
}

    a:hover {
        color: #878787;
        text-decoration: none;
    }

.container {
    padding: 0px;
    width: 100%;
}


.col-centered {
    display: inline-block;
    float: none;
    text-align: center;
    vertical-align: top;
}


.row {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
}

.col-md-12, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2 {
    padding: 0px;
}





.footer {
    font-family: 'Roboto',Tahoma, Verdana, arial,Times New Roman !important;
    font-size: 11px;
    text-align: center;
    padding-top: 10px !important;
    color: #fff;
    background-color: #9c9da1;
    padding-top: 14px;
    padding-bottom: 10px;
    width: 100%;
}

    .footer a {
        font-family: 'Roboto',Tahoma, Verdana, arial,Times New Roman !important;
        font-size: 11px;
        color: #fff;
        text-decoration: none;
    }

        .footer a:hover {
            font-family: 'Roboto',Tahoma, Verdana, arial,Times New Roman !important;
            font-size: 11px;
            color: #b8d433;
            text-decoration: none;
        }

#topMenu li {
    cursor: pointer;
}





.NotificationMessage {
    color: #333333 !important;
    text-align: left;
    font-family: 'Roboto', Tahoma, Verdana, arial,Times New Roman !important;
    font-size: 15px !important;
}




.Required {
    color: Red;
    font-size: 12px;
    font-weight: 500;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 768px) {
    /* NAVIGATION BAR */
    .navbar-collapse.collapse {
        padding-left: 0px;
        padding-right: 0px;
        background: #333333;
    }

        .navbar-collapse.collapse .navbar-nav > li > a {
            color: #fff !important;
        }
}

.navbar-toggle {
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}

.container-fluid > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px;
}


.navbar {
    font-family: 'Noto Sans' !important,'Roboto',Tahoma, Verdana, arial,Times New Roman !important;
    font-size: 14px;
    color: #404041;
    border: 0px;
    border-radius: 0px; /*min-height: 20px;*/
    /*font-weight:bold;*/
}

.nav > li > a {
    padding: 0px;
    font-family: 'Noto Sans';
}

.navbar ul li {
    text-align: center;
    vertical-align: middle;
    padding: 5px 24px 5px 24px;
}


.nav-left {
    float: left !important;
    margin: 0px 0px 0px 0px !important;
}

.navbar-nav {
    padding: 0px;
    margin: 0px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #404041;
}


.navbar-default .navbar-nav > li > a {
    color: #404041;
    padding-top: 0px;
    padding-bottom: 0px;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
}

.navbar-default {
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    background: none !important;
}

    .navbar-default .navbar-toggle {
        color: #615d59 !important;
    }


        .navbar-default .navbar-toggle .icon-bar {
            color: #333333 !important;
            background-color: #333333;
        }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            color: #878787;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #333333;
        background-color: transparent;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #333333;
    }

.HomePage-Intro {
    padding-top: 30px;
    padding-bottom: 45px;
}

    .HomePage-Intro .Title1 {
        font-family: 'Roboto';
        font-size: 23.06px;
        color: #ed251c;
        padding-bottom: 15px;
        text-align: center;
    }

    .HomePage-Intro .Content {
        font-family: 'Roboto';
        font-size: 14px;
        color: #686868;
        text-align: center;
    }



.SectionTitleContainer {
    padding-bottom: 25px;
    text-align: left;
    /*display: inline-table;*/
}

    .SectionTitleContainer .sectionTitle {
        font-family: 'Roboto';
        font-size: 30px;
        color: #404041;
        text-align: left;
        /* vertical-align:middle;
   background-image: url(../images/SectionTitleBg.png);
     width:350px;
     height:56px;*/
        padding-top: 40px;
        /* padding-bottom:40px; 
     text-transform: uppercase;*/
    }

.PageTitleContainer {
    /*padding-bottom: 10px;display: inline-table;*/
    text-align: left;
}

    .PageTitleContainer .pageTitle {
        font-family: 'Roboto';
        font-size: 24px;
        color: #404041;
        text-align: left;
        /* vertical-align:middle;
     background-image: url(../images/PageTitleBg.png);
     width:350px;
     height:53px;*/
        padding-top: 40px;
        /* padding-bottom:40px; 
  text-transform: uppercase;*/
        font-weight: bold;
    }




.ProductCategories {
    /*padding-top: 15px;*/
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #fff;
    width: 100%;
}


    .ProductCategories .Title1 {
        padding-bottom: 13px;
        text-align: center;
        display: inline-table;
        margin-top: -28px;
    }


    .ProductCategories .item {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }

        .ProductCategories .item .Title2 {
            font-family: 'Roboto';
            font-size: 16px;
            color: #404041;
            padding-top: 10px; /*text-align: left;*/
            /*font-weight: bold;*/
        }

            .ProductCategories .item .Title2 a {
                font-family: 'Roboto';
                font-size: 16px;
                color: #404041;
                /*font-weight: bold;*/
                text-decoration: none;
            }

                .ProductCategories .item .Title2 a:hover {
                    font-family: 'Roboto';
                    font-size: 16px;
                    color: #333333;
                    /*font-weight: bold;*/
                    text-decoration: none;
                }

        .ProductCategories .item img {
            display: inline;
            /*max-width:250px;*/
            border-radius: 50%;
        }


.LatestProducts {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f6f6f6;
    width: 100%;
}


    .LatestProducts .Title1 {
        font-family: 'Roboto';
        font-size: 24px;
        font-weight: bold;
        color: #404041;
        padding-bottom: 30px;
        text-align: left;
    }

    .LatestProducts .LatestProductsContainer .item.col1 {
        margin-right: 30px;
    }

    .LatestProducts .LatestProductsContainer .item.col2 {
        /* margin-left: 15px;                 margin-right: 15px; */
        margin-right: 30px;
    }

    .LatestProducts .LatestProductsContainer .item.col3 {
        /* margin-left: 15px;                 margin-right: 15px; */
        margin-right: 30px;
    }

    .LatestProducts .LatestProductsContainer .item.col4 {
        margin-right: 30px;
    }


    .LatestProducts .item {
    }

        .LatestProducts .item img {
            /*border: 3px solid #eeeeee;*/
        }

    .LatestProducts figure {
        border: 3px solid #eeeeee;
    }


.carousel-indicators {
    bottom: -5px;
}

    .carousel-indicators li {
        background-color: #fff !important;
        border: 1px solid #fff !important;
        width: 12px;
        height: 12px;
    }



    .carousel-indicators .active {
        background-color: #b8d433 !important;
        border: 1px solid #b8d433 !important;
        margin: 1px;
    }




.Brands {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
}


    .Brands .Title1 {
        font-family: 'Roboto';
        font-size: 23.06px;
        color: #fff;
        padding-bottom: 15px;
        text-align: left;
    }

    .Brands .Content {
        position: relative;
        text-align: left;
    }

        .Brands .Content img {
            margin-right: 80px;
            margin-bottom: 00px;
            float: left;
        }


.ProductItem-Discount {
    width: 100%;
    position: absolute;
    float: right;
    z-index: 1;
    text-align: right;
}

.discountContainer {
    color: #fff !important;
    width: 100%;
    position: absolute;
    z-index: 100;
}

.discountValue {
    width: 100%;
    float: none !important;
    text-align: center;
    padding: 5px 0px 5px 20px;
}

.triangle-Line-top-left {
    /* width: 112px;     height: 47px;     border-bottom: 1px solid red;     -webkit-transform:         translateY(-20px)         translateX(5px)         rotate(27deg);      position: absolute;*/ /* top: -20px; */
}

.ProductCategoriesMenu {
    /* padding-top: 15px;    padding-bottom: 15px;    border-bottom: 1px solid #333333;*/ /*  background-color: #333333;*/
    width: 100%;
    padding-right: 30px;
}


    .ProductCategoriesMenu .Title1 {
        font-family: 'Roboto';
        font-size: 23.06px;
        color: #333333;
        padding-bottom: 13px;
        text-align: left;
    }


    .ProductCategoriesMenu .Title2 {
        font-family: 'Roboto';
        font-size: 14px;
        color: #333333;
        text-align: left;
        padding-bottom: 5px;
        font-weight: 500;
    }


    .ProductCategoriesMenu .Title3 {
        font-family: 'Roboto';
        font-size: 14px;
        color: #333333;
        text-align: left;
        padding-bottom: 5px;
        padding-left: 3px;
    }

.ProductCategoriesItemPadding {
    padding-bottom: 20px;
    padding-left: 40px;
}

.productListingSubCategory {
    padding: 5px 5px 5px 5px;
    text-align: left;
    background-color: #ededed;
    margin-bottom: 10px;
}

    .productListingSubCategory .Title4 {
        font-family: 'Roboto';
        font-size: 20px;
        color: #333333;
        text-align: left;
    }

.NoItems {
    font-family: 'Roboto';
    font-size: 14px;
    color: #333333;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    padding-left: 3px;
    margin-bottom: 10px;
    padding-right: 3px;
}

.productListingItemPadding {
    padding-right: 0px;
    padding-left: 0px;
}

.productListingItem {
    padding-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.newsListingItem {
    padding-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.productListingItem img.ProductImage {
    border: solid 1px #ededed;
    width: 100%;
}

.productListingItem .subContainer2 {
    width: 280px;
    height: 350px;
    background-image: url(../images/ProductFullBg.png);
    padding: 5px 15px 5px 15px;
}

    .productListingItem .subContainer2 a img {
        height: 200px;
    }

.productListingItem .itemDetails {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    height: 160px;
    overflow-y: hidden
}

.newsListingItem .newsitemDetails {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    height: 100px;
    overflow-y: hidden
}

.productListingItem .Title1 {
    font-family: 'Roboto';
    font-size: 23.06px;
    color: #333;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    padding-left: 3px;
    padding-right: 3px;
}

.productListingItem .Title2 {
    font-family: 'Roboto';
    font-size: 14px;
    color: #4f4f4f;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
    padding-left: 3px;
    padding-right: 3px;
}

.productListingItem .Title3 {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 14px;
    color: #404041;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 10px;
    max-height: 100px;
    overflow-y: hidden;
}

    .productListingItem .Title3 a {
        font-family: 'Roboto';
        font-weight: bold;
        font-size: 14px;
        color: #404041;
    }

        .productListingItem .Title3 a:hover {
            font-family: 'Roboto';
            font-weight: bold;
            font-size: 14px;
            color: #404041;
        }


.productListingItem .Title4 {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: bold;
    color: #404041;
    text-align: left !important;
    padding-bottom: 5px;
    height: 20px;
}

.productListingItem .Title5 {
    font-family: 'Roboto';
    font-size: 12px;
    color: #4f4f4f;
    text-align: left !important;
    height: 20px;
    padding-top: 5px;
    padding-left: 3px;
    padding-right: 3px;
}

.productListingItem .Title6 {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    /*padding-right: 3px;*/
    text-align: left;
}

.productListingItem .Price {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 12px;
    color: #404041;
    text-align: left !important; /*padding-top: 2px;     padding-bottom: 2px;     padding-left:3px;     padding-right:3px;*/
}

.productListingItem .Discount {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 12px;
    color: #e13426;
    text-align: left !important; /*padding-top: 2px;     padding-bottom: 2px;     padding-left:3px;     padding-right:3px;*/
}

.productListingItem .OldPrice {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 10px;
    color: #404041;
    text-align: left !important; /* padding-top: 2px;     padding-bottom: 2px;     padding-left:3px;     padding-right:3px;*/
    text-decoration: line-through;
}

.productListingItem .QuantityContainer {
    height: 100%;
    width: 100%;
    display: inline-table;
    vertical-align: middle;
    padding-top: 5px;
}

.productListingItem .Quantity {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 12px;
    color: #ed251c;
    text-align: left !important;
    padding-right: 3px;
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.productListingItem.col1 {
    margin-right: 20px;
    padding: 0px !important;
}


.productListingItem.col2 {
    margin-left: 10px;
    margin-right: 10px;
}


.productListingItem.col3 {
    margin-left: 20px;
}


.productListingItem .Links {
    text-align: right !important;
}

    .productListingItem .Links a {
        margin-right: 10px;
    }

        .productListingItem .Links a img {
            height: 28px;
        }

.productListingItem .Details {
    font-family: 'Roboto';
    font-size: 12px;
    color: #4f4f4f;
    text-align: center !important;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 3px;
    padding-right: 3px;
}

.ProductDetailsWrapper {
    width: 100%;
    text-align: left;
    margin: auto;
    background: #fff;
    /*padding: 15px;*/
}

    .ProductDetailsWrapper .ProductDetailsContainer {
        /* background:#ededed*/
    }

        .ProductDetailsWrapper .ProductDetailsContainer .ProductImage {
            border: 0px solid #ededed; /*max-height:300px;*/
        }

        .ProductDetailsWrapper .ProductDetailsContainer .ProductDetails-Details {
            background: #333333;
            padding: 10px 10px 10px 10px;
            text-align: left;
        }

        .ProductDetailsWrapper .ProductDetailsContainer .ProductDetails-Info {
            padding: 0px 20px 20px 20px;
            text-align: left;
            font-size: 16px;
        }

            .ProductDetailsWrapper .ProductDetailsContainer .ProductDetails-Info .Title1 {
                font-weight: 400;
                font-size: 14px;
                color: #333333;
                padding-bottom: 10px;
                vertical-align: top;
                text-align: left;
            }

            .ProductDetailsWrapper .ProductDetailsContainer .ProductDetails-Info .Title2 {
                font-size: 14px;
                padding-bottom: 10px;
                vertical-align: top;
                text-align: left;
                font-weight: 400;
                color: #333333;
            }

            .ProductDetailsWrapper .ProductDetailsContainer .ProductDetails-Info .Title3 {
                font-size: 18px;
                padding-top: 10px;
                padding-bottom: 10px;
                vertical-align: top;
                text-align: left;
                font-weight: bold;
                color: #333333;
                border-bottom: 1px solid #ececec;
                margin-bottom: 10px;
            }

        .ProductDetailsWrapper .ProductDetailsContainer .Title4 {
            font-size: 18px;
            padding-top: 10px;
            padding-bottom: 10px;
            vertical-align: top;
            text-align: left;
            font-weight: bold;
            color: #333333;
            border-bottom: 1px solid #ececec;
            margin-bottom: 30px;
        }

    .ProductDetailsWrapper .ProductDetails-Title {
        text-align: left;
        line-height: 1em;
        color: #333333;
        font-size: 20px;
        font-weight: bold;
        margin: 0px;
    }

    .ProductDetailsWrapper .ProductDetailsContainer .ProductDetails-Info .ProductDetails-PriceWrapper {
        height: 100%;
        width: 100%;
        display: inline-table;
        vertical-align: middle;
    }

    .ProductDetailsWrapper .ProductDetails-Price {
        font-family: 'Roboto';
        font-size: 14px;
        color: #333333;
        font-weight: bold;
    }


    .ProductDetailsWrapper .ProductDetailsContainer .ProductDetails-Info .ProductDetails-DiscountWrapper {
        width: 100%;
        margin: auto !important;
        text-align: left;
    }

    .ProductDetailsWrapper .ProductDetailsContainer .ProductDetails-Info .ProductDetails-Discount {
        width: 100%;
    }

    .ProductDetailsWrapper .OldPrice {
        text-align: left;
        font-family: 'Roboto';
        text-decoration: line-through;
        font-size: 14px;
        color: #333333;
        font-weight: bold;
    }

    .ProductDetailsWrapper .Discount {
        text-align: right;
        font-family: 'Roboto';
        font-size: 14px;
        color: #ed251c;
        font-weight: bold;
    }

    .ProductDetailsWrapper .ProductDetailsContainer .ProductDetails-Details {
        text-align: left !important;
        font-family: 'Roboto';
        font-size: 16px;
    }

        .ProductDetailsWrapper .ProductDetailsContainer .ProductDetails-Details .Links {
            text-align: right !important;
        }

        .ProductDetailsWrapper .ProductDetailsContainer .ProductDetails-Details a {
            margin-right: 10px;
        }

            .ProductDetailsWrapper .ProductDetailsContainer .ProductDetails-Details a img {
                height: 32px;
            }

.ProductDetailsContainer .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 40px;
    color: Gray !important;
    text-align: center;
    text-shadow: none !important;
    filter: alpha(opacity=100);
    opacity: 1;
    background-image: none !important;
}

    .ProductDetailsContainer .carousel-control.right {
        right: 0;
        left: auto;
    }

    .ProductDetailsContainer .carousel-control .icon-prev, .ProductDetailsContainer .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 50px;
        color: #ededed !important;
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
    }


.newsitemDetails .Title3 {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 14px;
    color: #404041;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 10px;
    max-height: 100px;
    overflow-y: hidden;
}

    .newsitemDetails .Title3 a {
        font-family: 'Roboto';
        font-weight: bold;
        font-size: 14px;
        color: #404041;
    }

        .newsitemDetails .Title3 a:hover {
            font-family: 'Roboto';
            font-weight: bold;
            font-size: 14px;
            color: #404041;
        }



.ShoppingCart-Item .ProductTitle {
    text-align: right;
    font-family: 'Roboto';
    font-size: 18px;
    color: #333333;
    padding-bottom: 8px;
}

.ShoppingCart-Item .Price {
    text-align: right;
    font-family: 'Roboto';
    font-size: 18px;
    color: #ed251c;
    padding-bottom: 8px;
}


.ShoppingCart-Item .FreeShipping {
    text-align: right;
    font-family: 'Roboto';
    font-size: 16px;
    color: #333333;
    padding-bottom: 8px;
}


.ShoppingCart-Item .RemoveItem {
    text-align: left;
}

.ShoppingCart-Item .Quantity {
    text-align: right;
    font-family: 'Roboto';
    font-size: 16px;
    color: #333333;
}

.OrderOVerview .TotalText {
    text-align: left;
    font-family: 'Roboto';
    font-size: 16px;
    color: #333333;
    padding-bottom: 5px;
}


.OrderOVerview .TotalValue {
    text-align: right;
    font-family: 'Roboto';
    font-size: 16px;
    color: #333333;
    padding-bottom: 5px;
}

.OrderOVerview .AllTotalText {
    text-align: left;
    font-family: 'Roboto';
    font-size: 16px;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .OrderOVerview .AllTotalText .Price {
        color: #fff;
    }

.AddToCart input[type="submit"] {
    font-family: 'Roboto';
    font-size: 14px;
    color: #fff;
    background-color: #b8d433;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    height: 35px;
    border-style: none;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
}


a.AddToCart {
    font-family: 'Roboto';
    font-size: 12px;
    color: #fff;
    background-color: #b8d433;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    height: 25px;
    border-style: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

a.AddToCartMessageButton {
    font-family: 'Roboto';
    font-size: 14px;
    color: #fff;
    background-color: #b8d433;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    height: 25px;
    border-style: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    margin-right: 5px;
}

.col-3 {
    width: 33.3%;
    float: left;
}

.ProfilePage {
    padding-top: 0px;
    padding-bottom: 40px;
    background-color: #fff;
}

.HeaderTitle {
    text-transform: uppercase;
}

.ProfilePage .HeaderTitle {
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #ed251c;
    width: 100%;
}

.ProfilePage .Title1 {
    font-family: 'Roboto';
    font-size: 31.3px;
    color: #333333;
    text-align: center;
}



.ProfilePage .items .Title1 {
    text-align: left;
    font-family: 'Roboto';
    font-size: 23.3px;
    color: #333333;
    padding-bottom: 5px;
}


.ProfilePage .items .Content {
    text-align: justify;
    font-family: 'Roboto';
    font-size: 14px;
    color: #666666;
}

.ProfilePage .col1 {
    margin-right: 0px;
    background: #fff;
}

.ProfilePage .col2 {
    margin-left: 20px;
    background: #fff;
}

.ProfilePage .col3 {
    margin-left: 20px;
    background: #fff;
}

.ProfilePage .items {
    text-align: left;
    padding: 20px 20px 20px 20px;
    padding-bottom: 50px;
}


.ServicePage {
    background: #fff;
    padding-top: 0px;
    padding-bottom: 40px;
}

    .ServicePage .padding {
        padding-top: 60px;
    }

    .ServicePage .HeaderTitle {
        padding-top: 3px;
        padding-bottom: 3px;
        background-color: #ed251c;
        width: 100%;
    }

    .ServicePage .Title1 {
        font-family: 'Roboto';
        font-size: 31.3px;
        color: #333333;
        text-align: center;
    }


    .ServicePage .items {
        background: #fff;
    }

        .ServicePage .items .Title1 {
            text-align: left;
            font-family: 'Roboto';
            font-size: 18px;
            color: #333333;
            padding-top: 15px;
            padding-left: 10px;
            padding-right: 10px;
        }


        .ServicePage .items .Content {
            text-align: justify;
            font-family: 'Roboto';
            font-size: 14px;
            color: #333333;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 5px;
        }




.SearchPage {
    padding-top: 0px;
    padding-bottom: 40px;
    background-color: #fff;
}

    .SearchPage .padding {
        padding-top: 60px;
    }

    .SearchPage .HeaderTitle {
        padding-top: 3px;
        padding-bottom: 3px;
        background-color: #ed251c;
        width: 100%;
    }

    .SearchPage .Title1 {
        font-family: 'Roboto';
        font-size: 31.3px;
        color: #333333;
        text-align: center;
    }

    .SearchPage .Title2 {
        font-family: 'Roboto';
        font-size: 13px;
        color: #333333;
        text-align: center;
    }

    .SearchPage .Title3 {
        font-family: 'Roboto';
        font-size: 14px;
        color: #333333;
        text-align: left;
        font-weight: 500;
    }

    .SearchPage .Title4 {
        font-family: 'Roboto';
        font-size: 14px;
        /* color: #2cac6e;*/
        text-align: center;
    }

    .SearchPage .items .Title1 {
        text-align: left;
        font-family: 'Roboto';
        font-size: 16px;
        color: #333333;
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }


    .SearchPage .items .Content {
        text-align: justify;
        font-family: 'Roboto';
        font-size: 12px;
        color: #333333;
        padding-left: 10px;
        padding-right: 10px;
    }


.ContactusPage {
    background: #fff;
    padding-top: 0px;
    padding-bottom: 40px;
}

    .ContactusPage .padding {
        padding-top: 30px;
    }

    .ContactusPage .HeaderTitle {
        padding-top: 3px;
        padding-bottom: 3px;
        background-color: #ed251c;
        width: 100%;
    }

    .ContactusPage .Title1 {
        font-family: 'Roboto';
        font-size: 31.3px;
        color: #333333;
        text-align: center;
    }

    .ContactusPage .MainContainer {
        padding: 35px 0px 35px 0px; /* background-color: #f1f1f1;*/
    }



    .ContactusPage .items .Content {
        text-align: left;
        font-family: 'Roboto';
        font-size: 14px;
        color: #333333; /* padding-top: 10px;*/
    }



        .ContactusPage .items .Content a {
            text-align: left;
            font-family: 'Roboto';
            font-size: 14px;
            color: #ed251c;
            padding-top: 10px;
        }

            .ContactusPage .items .Content a:hover {
                text-align: left;
                font-family: 'Roboto';
                font-size: 14px;
                color: #ed251c;
                padding-top: 10px;
            }

    .ContactusPage .col1 .items {
        text-align: left;
        font-family: 'Roboto';
        font-size: 14px;
        color: #333333; /*padding-bottom: 40px;     padding-left:20px;     padding-right:20px;*/
        padding-top: 20px;
        background-color: #fff;
    }

.latestNewsDate {
    position: absolute;
    z-index: 1;
    padding-top: 20px;
}

    .latestNewsDate div {
        width: 77px;
        background: #404041;
        font-size: 12px;
        color: #fff;
        padding: 5px;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        border: none;
    }

.ContactusPage .Title2 {
    font-family: 'Roboto';
    font-size: 23px;
    color: #333333;
    text-align: left;
}

.ContactusPage .Title3 {
    font-family: 'Roboto';
    font-size: 14px;
    color: #333333;
    text-align: left;
    padding-bottom: 3px;
}




.ContactusPage .Form input[type="text"] {
    width: 100%;
    height: 30px;
    font-family: 'Roboto';
    font-size: 12px;
    color: #333;
    background-color: #fff;
    padding-left: 5px;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 10px;
    border: 1px solid #eee;
}

.ContactusPage .Form input[type="password"] {
    width: 100%;
    height: 30px;
    font-family: 'Roboto';
    font-size: 12px;
    color: #ed251c;
    background-color: #fff;
    padding-left: 5px;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 10px;
    border: 1px solid #eee;
}

.ContactusPage .Form select {
    width: 100%;
    height: 30px;
    font-family: 'Roboto';
    font-size: 12px;
    color: #333;
    background-color: #fff;
    padding-left: 5px;
    text-align: left;
    vertical-align: middle;
    border: 0px;
    margin-bottom: 10px;
    border: 1px solid #eee;
}


.ContactusPage .Form input[type="submit"] {
    /*width: 90px;*/
    font-family: 'Roboto';
    font-size: 14px;
    color: #fff;
    background-color: #b8d433;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    height: 35px;
    border-style: none;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
}








.CareersPage {
    padding-top: 0px;
    padding-bottom: 40px;
    background-color: #fff;
}

    .CareersPage .padding {
        padding-top: 60px;
    }

    .CareersPage .HeaderTitle {
        padding-top: 3px;
        padding-bottom: 3px;
        background-color: #ed251c;
        width: 100%;
    }

    .CareersPage .Title1 {
        font-family: 'Roboto';
        font-size: 31.3px;
        color: #333333;
        text-align: center;
    }


    .CareersPage .col1 .items {
        text-align: left;
        font-family: 'Roboto';
        font-size: 14px;
        color: #333333;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        background-color: #fff;
    }


    .CareersPage .col2 .items {
        background-color: #fff;
        margin-bottom: 30px;
        text-align: center;
        padding-bottom: 10px;
        padding-top: 10px;
        cursor: pointer;
    }

        .CareersPage .col2 .items a {
            font-family: 'Roboto';
            font-size: 26px;
            color: #333333;
            text-decoration: none;
            cursor: pointer;
        }

            .CareersPage .col2 .items a:hover {
                font-family: 'Roboto';
                font-size: 26px;
                color: #ed251c;
                text-decoration: none;
                cursor: pointer;
            }

    .CareersPage .Title2 {
        font-family: 'Roboto';
        font-size: 23px;
        color: #333333;
        text-align: left;
    }

    .CareersPage .Title3 {
        font-family: 'Roboto';
        font-size: 14px;
        color: #333333;
        text-align: left;
        padding-bottom: 3px;
    }




    .CareersPage .Form input[type="text"] {
        width: 100%;
        height: 30px;
        font-family: 'Roboto';
        font-size: 12px;
        color: #333;
        background-color: #fff;
        padding-left: 5px;
        text-align: left;
        vertical-align: middle;
        margin-bottom: 10px;
        border: 1px solid #eee;
    }

    .CareersPage .Form input[type="password"] {
        width: 100%;
        height: 30px;
        font-family: 'Roboto';
        font-size: 12px;
        color: #ed251c;
        background-color: #fff;
        padding-left: 5px;
        text-align: left;
        vertical-align: middle;
        margin-bottom: 10px;
        border: 1px solid #eee;
    }

    .CareersPage .Form select {
        width: 100%;
        height: 30px;
        font-family: 'Roboto';
        font-size: 12px;
        color: #333;
        background-color: #fff;
        padding-left: 5px;
        text-align: left;
        vertical-align: middle;
        border: 0px;
        margin-bottom: 10px;
        border: 1px solid #eee;
    }


    .CareersPage .Form input[type="submit"] {
        /*width: 90px;*/
        font-family: 'Roboto';
        font-size: 14px;
        color: #fff;
        background-color: #b8d433;
        text-align: center;
        border-radius: 5px;
        font-weight: bold;
        height: 35px;
        border-style: none;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: bold;
    }

    .CareersPage .Form input[type="file"] {
    }

    .CareersPage .Form .uploadFileContainer {
        font-family: 'Roboto';
        font-size: 12pt;
        color: #ed251c;
        text-align: left;
        vertical-align: middle;
        height: 32px;
        background: #fff url(../images/uploadfile.jpg);
        border: 1px solid #eee;
        background-repeat: no-repeat;
        background-position: right;
        padding-left: 5px;
        margin-bottom: 10px;
        cursor: pointer;
    }






.OffersPage {
    background: #fff;
    padding-top: 0px;
    padding-bottom: 40px;
}

    .OffersPage .padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .OffersPage .HeaderTitle {
        padding-top: 3px;
        padding-bottom: 3px;
        background-color: #ed251c;
        width: 100%;
    }

    .OffersPage .Title1 {
        font-family: 'Roboto';
        font-size: 31.3px;
        color: #333333;
        text-align: center;
    }




.NewsAndEventsPage {
    padding-top: 0px;
    padding-bottom: 40px;
}

    .NewsAndEventsPage .padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .NewsAndEventsPage .HeaderTitle {
        padding-top: 3px;
        padding-bottom: 3px;
        background-color: #2cac6e;
        width: 100%;
    }

    .NewsAndEventsPage .Title1 {
        font-family: 'Roboto';
        font-size: 31.3px;
        color: #333333;
        text-align: center;
    }

.CategoryListing {
}


    .CategoryListing .Title1 {
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
        font-family: 'Roboto';
        font-size: 20px;
        color: #404041;
        font-weight: bold;
    }


    .CategoryListing .item {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
    }

        .CategoryListing .item .Title2 {
            font-family: 'Roboto';
            font-size: 13px;
            color: #404041;
            padding-top: 10px; /*text-align: left;*/
            font-weight: bold;
            height: 90px;
        }

            .CategoryListing .item .Title2 a {
                font-family: 'Roboto';
                font-size: 13px;
                color: #404041;
                font-weight: bold;
                text-decoration: none;
            }

                .CategoryListing .item .Title2 a:hover {
                    font-family: 'Roboto';
                    font-size: 13px;
                    color: #333333;
                    font-weight: bold;
                    text-decoration: none;
                }

        .CategoryListing .item img {
            display: inline;
        }



.ProductsPage {
    background: #fff;
    padding-top: 00px;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .ProductsPage .padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ProductsPage .HeaderTitle {
        padding-top: 3px;
        padding-bottom: 3px;
        background-color: #ed251c;
        width: 100%;
    }

    .ProductsPage .Title1 {
        font-family: 'Roboto';
        font-size: 31.3px;
        color: #333333;
        text-align: center;
    }




    .ProductsPage .CategoriesContent .col1 {
        /*  padding:5px 5px 5px 5px;*/
    }


    .ProductsPage .CategoriesContent .col2 {
    }

    .ProductsPage .CategoriesContent .Title1 {
        font-family: 'Roboto';
        font-size: 18px;
        font-weight: bold;
        color: #404041;
        text-align: left;
        padding-top: 15px;
        padding-bottom: 25px;
        padding-left: 10px
    }

        .ProductsPage .CategoriesContent .Title1 a {
            font-family: 'Roboto';
            font-size: 18px;
            font-weight: bold;
            color: #404041;
            text-align: left;
        }


    .ProductsPage .CategoriesContent .col1 div {
        /*padding-bottom:20px;*/
    }

    .ProductsPage .CategoriesContent .col1 .item {
        background: #fff;
        padding: 10px;
    }

        .ProductsPage .CategoriesContent .col1 .item .subContainer {
            border: 1px solid #333333;
            padding-bottom: 10px;
        }

            .ProductsPage .CategoriesContent .col1 .item .subContainer a {
                color: #333333;
                text-decoration: none;
                font-family: 'Roboto';
                font-size: 18px;
            }

                .ProductsPage .CategoriesContent .col1 .item .subContainer a:hover {
                    color: #ed251c;
                    text-decoration: none;
                    font-family: 'Roboto';
                    font-size: 18px;
                }


    .ProductsPage .CategoriesContent .col2 .item {
        border: 1px solid #eeeeee; /* padding-left:10px;    padding-right:10px;    padding-bottom:10px;*/
        margin-bottom: 10px;
        background: #fff;
    }


        .ProductsPage .CategoriesContent .col2 .item .itemPadding {
            padding-bottom: 10px;
        }



        .ProductsPage .CategoriesContent .col2 .item .Title1 {
            font-family: 'Roboto';
            font-size: 11px;
            color: #333333;
            padding-bottom: 5px;
            margin-bottom: 5px;
            text-align: center;
            border-bottom: 2px solid #ed251c;
        }

        .ProductsPage .CategoriesContent .col2 .item .Title2 {
            font-family: 'Roboto';
            font-weight: 500;
            font-size: 14px;
            color: #ed251c;
            text-align: center;
            text-transform: uppercase;
            padding-top: 5px;
            border-top: 2px solid #ed251c;
        }

        .ProductsPage .CategoriesContent .col2 .item .Title3 {
            font-family: 'Roboto' !important; /*font-size: 12px!important;*/
            color: #333333 !important;
            text-align: left;
            padding-left: 10px;
            padding-right: 10px;
        }



/* -- Figure Caption -- */

figure {
    position: relative;
}

    figure figcaption {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 200;
    }




        figure figcaption h2, figure figcaption h3, figure figcaption label {
            opacity: 100;
        }

        figure figcaption label {
            cursor: pointer;
        }

    figure:hover figcaption {
        opacity: 100;
        top: 0;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 200ms;
        -o-transition-duration: 200ms;
        -webkit-transition-duration: 200ms;
        transition-duration: 200ms;
        -moz-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
    }

        figure:hover figcaption div {
            opacity: 0.9;
            background-color: rgb(255, 255,255 );
        }

@media (min-width: 1070px) {

    figure figcaption div {
        height: 100%;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 200ms;
        -o-transition-duration: 200ms;
        -webkit-transition-duration: 200ms;
        transition-duration: 200ms;
        -moz-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
        color: #2b659a;
        text-align: left;
        font-size: 15.3px;
        padding-left: 20px;
        font-family: 'Roboto';
    }

        figure figcaption div .Title {
            color: #2b659a !important;
            text-align: left;
            font-size: 15.3px;
            padding-bottom: 25px;
        }
}


@media (max-width: 900px) {

    figure figcaption div {
        height: 100%;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 200ms;
        -o-transition-duration: 200ms;
        -webkit-transition-duration: 200ms;
        transition-duration: 200ms;
        -moz-transition-timing-function: linear;
        -o-transition-timing-function: linear;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
        color: #2b659a;
        text-align: left;
        font-size: 15.3px;
        padding-left: 5px;
        font-family: 'Roboto';
    }

        figure figcaption div .Title {
            color: #2b659a !important;
            text-align: left;
            font-size: 15.3px;
            padding-bottom: 5px;
        }
}


/* -- Figure Caption - END -- */



@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}


@media (min-width: 1070px) {
    #mobileLogo {
        display: none;
    }
    /*header .container
                        {
                            width: 1119px;
                            padding: 0px;
                        }
                    */
    .container {
        /*width: 667px;*/
        max-width: 1200px;
        padding: 0px;
    }

    .topSlideShow {
    }

    .logo.Desktop {
        display: block;
    }

    .nav .Desktop {
        display: block;
    }

    .nav .Mobile {
        display: none;
    }

    .nav .logo {
        height: 90px;
        display: block; /*padding-left: 71px;*/
        padding-right: 38px;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .MenuHeader {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /*.nav .logo img,.MenuHeader .logo img
    {
        margin-bottom: -2px;   height: 90px;
    }*/



    .nav .search {
        display: block;
        padding-left: 38px;
        padding-top: 20px;
    }

    .nav .empty {
        height: 70px;
        width: 3px;
        background-color: #fff;
    }

    .nav .active {
        color: #c69528;
        /*background-color: #878787 !important;*/
    }

    .nav li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav .home {
        height: 70px;
        padding-top: 50px;
    }

    .nav .profile {
        height: 30px;
        padding-top: 30px;
    }

    .nav .services {
        height: 70px;
        padding-top: 50px;
    }

    .nav .products {
        height: 70px;
        padding-top: 50px;
    }

    .nav .specialoffers {
        height: 70px;
        padding-top: 50px;
    }


    .nav .newsandevents {
        height: 70px;
        padding-top: 50px;
    }



    .nav .careers {
        height: 70px;
        padding-top: 50px;
    }

    .nav .contactus {
        height: 70px;
        padding-top: 50px;
    }

    .nav .shoppingCart, .MenuHeader .shoppingCart {
        height: 70px;
        padding-top: 20px;
        font-size: 12px;
    }



    .nav .members {
        height: 70px;
        padding-top: 50px;
    }

        .nav .members a {
            color: #fff !important;
        }

    .nav a {
        color: #404041 !important;
    }



    .ProfilePage .col1 {
        margin-right: 0px;
        background: #fff;
    }

    .ProfilePage .col2 {
        margin-left: 20px;
        background: #fff;
    }

    .ProfilePage .col3 {
        margin-left: 20px;
        background: #fff;
    }

    .ProfilePage .items {
        text-align: left;
        padding: 20px 20px 20px 20px;
        padding-bottom: 50px;
    }

    .ServicePage .col1 {
        padding-right: 15px;
    }

    .ServicePage .col2 {
        padding-left: 15px;
    }

    .ServicePage .items {
        text-align: left;
        padding-bottom: 30px;
    }

    .ContactusPage .col1 {
        padding-right: 15px;
    }

    .ContactusPage .col2 {
        padding-left: 15px;
    }



    .CareersPage .col1 {
        padding-right: 20px;
    }

    .CareersPage .col2 {
        padding-left: 20px;
    }

    .OffersPage .col1 {
        margin-bottom: 28px;
        padding-right: 14px;
    }

    .OffersPage .col2 {
        padding-left: 14px;
        margin-bottom: 28px;
        padding-right: 14px;
    }

    .OffersPage .col3 {
        padding-left: 14px;
        margin-bottom: 28px;
    }
}

@media (max-width: 1070px) {
    #mobileLogo {
        display: block;
        padding-left: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    header .container {
        width: 100%;
        padding: 0px;
    }

    .container {
        width: 100%;
        padding: 0px;
    }

    .topSlideShow {
        margin-top: 0px;
    }

    .nav .Desktop {
        display: none;
    }

    .logo.Desktop {
        display: none;
    }

    .nav .Mobile {
        display: block;
    }

    .nav .search {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .nav .logo {
        display: none;
    }

    .nav .empty {
        height: 0px;
        width: 0px;
        background-color: #333333;
        display: none;
    }

    .nav .active {
        /* background: red; */
        background-color: #878787 !important;
        color: #333333 !important;
    }

    .nav .home {
        height: auto;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #cecece;
    }

    .nav .profile {
        height: auto;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .nav .services {
        height: auto;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #cecece;
    }

    .nav .products {
        height: auto;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #cecece;
    }

    .nav .specialoffers {
        height: auto;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #cecece;
    }


    .nav .newsandevents {
        height: auto;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #cecece;
    }



    .nav .careers {
        height: auto;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #cecece;
    }

    .nav .contactus {
        height: auto;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
        background-color: #cecece;
    }

    .HomePage-Intro .padding {
        padding-left: 10px;
        padding-right: 10px;
    }

    .ProductCategories .padding {
        padding-left: 10px;
        padding-right: 10px;
    }

    .LatestProducts .padding {
        padding-left: 10px;
        padding-right: 10px;
    }

    .LatestProducts .item {
        padding-bottom: 10px;
        padding-right: 10px;
    }

    .Brands .padding {
        padding-left: 10px;
        padding-right: 10px;
    }



    .ProfilePage .col1 {
        padding-right: 0px;
    }

    .ProfilePage .col2 {
        padding-left: 0px;
    }

    .ProfilePage .items {
        text-align: left;
        padding-bottom: 20px;
    }

    .ServicePage .padding {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ServicePage .col1 {
        padding-right: 0px;
    }

    .ServicePage .col2 {
        padding-left: 0px;
    }

    .ServicePage .items {
        text-align: left;
        padding-bottom: 20px;
    }


    .ContactusPage .padding {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ContactusPage .col1 {
        padding-right: 0px;
    }

    .ContactusPage .col2 {
        padding-left: 0px;
    }

    .ContactusPage .items {
        padding-bottom: 30px;
    }




    .CareersPage .padding {
        padding-top: 20px;
    }

    .CareersPage .col1 {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .CareersPage .col2 {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .CareersPage .col1 .items {
        padding-bottom: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .CareersPage .col2 .items {
        padding-bottom: 15px;
    }


    .OffersPage .padding {
        padding-top: 20px;
    }

    .OffersPage .col1 {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }

    .OffersPage .col2 {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }

    .OffersPage .col3 {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }

    .NewsAndEventsPage .padding {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }

    .ProductsPage .padding {
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }

    .SearchPage .padding {
        padding-top: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }
}


.SuggestedProducts .padding {
    /*padding-left: 10px;
        padding-right: 10px;*/
}

.SuggestedProducts .item {
    padding-bottom: 10px;
    padding-right: 10px;
}


@media (max-width: 600px) {

    .row-eq-height {
        display: block;
    }

    .footer {
        padding-left: 10px;
        padding-right: 10px;
    }



    .productListingItem.col1 {
        margin-left: 3px;
        margin-right: 3px;
    }


    .productListingItem.col2 {
        margin-left: 3px;
        margin-right: 3px;
    }


    .productListingItem.col3 {
        margin-left: 3px;
        margin-right: 3px;
    }


    .productListingItem.col4 {
        margin-left: 3px;
        margin-right: 3px;
    }

    .ProfilePage .col1 {
        margin-right: 0px;
        padding: 0px;
        background: #fff;
        margin-bottom: 20px;
    }

    .ProfilePage .col2 {
        margin-left: 0px;
        padding: 0px;
        background: #fff;
        margin-bottom: 20px;
    }

    .ProfilePage .col3 {
        margin-left: 0px;
        padding: 0px;
        background: #fff;
        margin-bottom: 20px;
    }

    .ProfilePage .items {
        text-align: left;
        padding: 10px 10px 10px 10px;
        padding-bottom: 20px;
    }

    .SearchPage .padding {
        padding-top: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ProductDetailsWrapper .ProductDetailsContainer .ProductDetails-Info {
        padding: 20px 0px 20px 0px;
        text-align: left;
        font-size: 16px;
    }

    .ProductCategoriesItemPadding {
        padding-bottom: 20px;
        padding-left: 00px;
    }
}


@media (max-width: 400px) {

    .row-eq-height {
        display: block;
    }

    .footer {
        padding-left: 10px;
        padding-right: 10px;
    }



    .productListingItem.col1 {
        margin-left: 3px;
        margin-right: 3px;
    }


    .productListingItem.col2 {
        margin-left: 3px;
        margin-right: 3px;
    }


    .productListingItem.col3 {
        margin-left: 3px;
        margin-right: 3px;
    }


    .productListingItem.col4 {
        margin-left: 3px;
        margin-right: 3px;
    }

    .ProfilePage .col1 {
        margin-right: 0px;
        padding: 0px;
        background: #fff;
        margin-bottom: 20px;
    }

    .ProfilePage .col2 {
        margin-left: 0px;
        padding: 0px;
        background: #fff;
        margin-bottom: 20px;
    }

    .ProfilePage .col3 {
        margin-left: 0px;
        padding: 0px;
        background: #fff;
        margin-bottom: 20px;
    }

    .ProfilePage .items {
        text-align: left;
        padding: 10px 10px 10px 10px;
        padding-bottom: 20px;
    }

    .SearchPage .padding {
        padding-top: 40px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .ProductDetailsWrapper .ProductDetailsContainer .ProductDetails-Info {
        padding: 20px 0px 20px 0px;
        text-align: left;
        font-size: 16px;
    }

    .ProductCategoriesItemPadding {
        padding-bottom: 20px;
        padding-left: 0px;
    }
}


.ShoppingCartTab {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-color: #333333;
    border-right: 20px solid #fff;
}

    .ShoppingCartTab a {
        font-family: 'Roboto';
        text-decoration: none;
        font-size: 21px;
        color: #fff;
    }

        .ShoppingCartTab a:hover {
            font-family: 'Roboto';
            text-decoration: none;
            font-size: 21px;
            color: #fff;
        }

.ShoppingCartSelectedTab {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background-color: #b8d433;
    border-right: 20px solid #b8d433;
}

    .ShoppingCartSelectedTab a {
        font-family: 'Roboto';
        text-decoration: none;
        font-size: 21px;
        color: #fff;
    }

        .ShoppingCartSelectedTab a:hover {
            font-family: 'Roboto';
            text-decoration: none;
            font-size: 21px;
            color: #fff;
        }

.divShippingAddress .items .row {
    padding-bottom: 5px;
}

    .divShippingAddress .items .row .Title3 {
        color: #333333;
        padding-bottom: 5px;
    }

    .divShippingAddress .items .row .Title4 {
        color: #333333;
        font-size: 16px;
        padding-bottom: 20px;
        font-weight: bold
    }

.btnShoppingCart {
    color: #fff;
    padding: 5px 10px 5px 10px;
    background: #b8d433;
    border-style: none;
    font-size: 16px;
}







/* */



.OfferDetailsWrapper {
    text-align: left;
    margin: auto;
}

    .OfferDetailsWrapper .ProductDetailsContainer {
        background: #ededed;
    }

        .OfferDetailsWrapper .ProductDetailsContainer .ProductImage {
            border: 1px solid #ededed;
        }

        .OfferDetailsWrapper .ProductDetailsContainer .ProductDetails-Details {
            background: #333333;
            padding: 10px 10px 10px 10px;
            text-align: left;
        }

        .OfferDetailsWrapper .ProductDetailsContainer .ProductDetails-Info {
            padding: 10px 10px 10px 10px;
            text-align: left;
        }

            .OfferDetailsWrapper .ProductDetailsContainer .ProductDetails-Info .ProductDetails-Title {
                text-align: left;
                font-family: 'Roboto';
                font-size: 16px;
                color: #666666;
            }

            .OfferDetailsWrapper .ProductDetailsContainer .ProductDetails-Info .ProductDetails-PriceWrapper {
                height: 100%;
                width: 100%;
                display: inline-table;
                vertical-align: middle;
            }

                .OfferDetailsWrapper .ProductDetailsContainer .ProductDetails-Info .ProductDetails-PriceWrapper .ProductDetails-Price {
                    font-family: 'Roboto';
                    font-size: 16px;
                    color: #ed251c;
                }


            .OfferDetailsWrapper .ProductDetailsContainer .ProductDetails-Info .ProductDetails-DiscountWrapper {
                width: 100%;
                margin: auto !important;
            }

            .OfferDetailsWrapper .ProductDetailsContainer .ProductDetails-Info .ProductDetails-Discount {
                width: 100%;
            }

                .OfferDetailsWrapper .ProductDetailsContainer .ProductDetails-Info .ProductDetails-Discount .OldPrice {
                    text-align: left;
                    font-family: 'Roboto';
                    text-decoration: line-through;
                    font-size: 14px;
                    color: #666666;
                }

                .OfferDetailsWrapper .ProductDetailsContainer .ProductDetails-Info .ProductDetails-Discount .Discount {
                    text-align: right;
                    font-family: 'Roboto';
                    font-size: 14px;
                    color: #ed251c;
                }




.ContentPages {
    background: #fff;
    padding-top: 0px;
    padding-bottom: 40px;
    font-family: 'Roboto';
}

    .ContentPages .padding {
        padding-top: 30px;
    }

    .ContentPages .HeaderTitle {
        padding-top: 3px;
        padding-bottom: 3px;
        background-color: #ed251c;
        width: 100%;
    }

    .ContentPages a {
        color: #333333;
        text-decoration: none;
        font-family: 'Roboto';
        font-size: 14px;
    }

        .ContentPages a:hover {
            color: #b8d433;
            text-decoration: none;
            font-family: 'Roboto';
            font-size: 14px;
        }

    .ContentPages .Title1 {
        font-family: 'Roboto';
        font-size: 31.3px;
        color: #333333;
        text-align: center;
    }

    .ContentPages div div div div h3, .ContentPages div div div div h4 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.quickviewSections-Container {
    position: absolute;
    z-index: 999;
    top: 30%;
    width: 100%;
    display: none;
}

.quickviewSectionsBg {
    width: 30%; /* min-height: 400px;*/
    float: right;
    padding-top: 20px;
    padding-bottom: 0px;
    background-image: url('../images/quick-views-bg.png');
    background-repeat: repeat;
}

.quickviewSectionsRowPadding {
    padding-left: 30px;
    padding-right: 30px;
}


.ShoppingCartItemsCount {
    font-family: 'Roboto';
    font-size: 12px;
    color: #404041;
    line-height: 1px; /* padding-right: 10px;*/
    font-weight: 500;
    margin: 0px 0px 5px 0px;
}


@media (min-width: 900px) {
    .CategoriesDesktopVersion {
        display: block;
    }

    .CategoriesMobileVersion {
        display: none;
    }

    .DesktopVersion {
        display: block;
    }

    .MobileVersion {
        display: none;
    }

    #ulAccountMobile {
        display: none !important;
        padding-top: 20px;
        padding-right: 10px;
    }
}

@media (max-width: 899px) {
    .CategoriesDesktopVersion {
        display: none;
    }

    .CategoriesMobileVersion {
        display: block;
        padding-top: 30px;
    }

    .ProductCategoriesMenu {
        width: 100%;
        padding-right: 0px;
    }

    .DesktopVersion {
        display: none;
    }

    .MobileVersion {
        display: block;
    }

    .myAccounLink {
        display: inline-block;
        /*  padding-top: 20px;*/
        padding-right: 10px;
    }

    #ulAccountMobile {
        display: inline-block;
        /*  padding-top: 20px;*/
        padding-right: 10px;
    }
}


@media (min-width: 601px) {
    .LoginDesktopVersion {
        display: block;
    }

    .loginItem {
        width: 40%;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        background-color: #fff;
    }

    .registerItem {
        width: 40%;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        background-color: #fff;
    }

    .searchProductContainer {
        min-width: 500px;
        display: flex;
        width: auto;
    }
}

@media (max-width: 600px) {
    .LoginDesktopVersion {
        display: none;
    }

    .loginItem {
        margin-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        background-color: #fff;
    }

    .registerItem {
        margin-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        background-color: #fff;
    }
}




@media (min-width:1070px) {
    .TopIconsDesktopVersion {
        display: block;
    }

    .TopIconsMobileVersion {
        display: none;
    }
}



@media (max-width:1070px) {
    .TopIconsDesktopVersion {
        display: none;
    }

    .TopIconsMobileVersion {
        display: block;
    }
}

@media (min-width: 600px) and (max-width: 900px) {
    .quickviewSections-Container {
        position: absolute;
        z-index: 999;
        top: 20%;
        width: 100%;
        display: none;
    }

    .quickviewSectionsBg {
        width: 60%; /* min-height: 400px;*/
        float: right;
        padding-top: 20px;
        padding-bottom: 0px;
        background-image: url('../images/quick-views-bg.png');
        background-repeat: repeat;
    }

    .quickviewSectionsRowPadding {
        padding-left: 20px;
        padding-right: 20px;
    }
}


@media (min-width: 400px) and (max-width: 600px) {
    .quickviewSections-Container {
        position: absolute;
        z-index: 999;
        top: 15%;
        width: 100%;
        display: none;
    }

    .quickviewSectionsBg {
        width: 80%; /* min-height: 400px;*/
        float: right;
        padding-top: 20px;
        padding-bottom: 0px;
        background-image: url('../images/quick-views-bg.png');
        background-repeat: repeat;
    }

    .quickviewSectionsRowPadding {
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media (max-width: 400px) {
    .quickviewSections-Container {
        position: absolute;
        z-index: 999;
        top: 20%;
        width: 100%;
        display: none;
    }

    .quickviewSectionsBg {
        width: 100%; /* min-height: 400px;*/
        float: right;
        padding-top: 20px;
        padding-bottom: 0px;
        background-image: url('../images/quick-views-bg.png');
        background-repeat: repeat;
    }

    .quickviewSectionsRowPadding {
        padding-left: 10px;
        padding-right: 10px;
    }
}




@media (min-width: 600px) {
    .shoppingCartGridDesktopVersion {
        display: block;
    }

    .shoppingCartGridMobileVersion {
        display: none;
    }

    .shoppingcart-welcome {
        padding-top: 20px;
        padding-left: 40px;
    }

    .shoppingcart-content {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .shoppingcart-stageContent {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 5px;
        padding-top: 10px;
    }
}

@media (max-width: 600px) {
    .shoppingCartGridDesktopVersion {
        display: none;
    }

    .shoppingCartGridMobileVersion {
        display: block;
    }

    .shoppingcart-welcome {
        padding-top: 20px;
        padding-left: 10px;
    }

    .shoppingcart-content {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .shoppingcart-stageContent {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        padding-top: 10px;
    }
}


.outOfStockImage {
    width: 70px !important;
}

.outOfStockImage-shoppingcart {
    width: 30px !important;
}



.newProductImage {
    width: 60px !important;
    float: right;
    text-align: right;
    padding-right: 1px;
    padding-top: 1px;
}

.newProductImage-shoppingcart {
    width: 30px !important;
}




.SiteMap {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #e7e8ed;
    width: 100%;
}

    .SiteMap .Content {
        text-align: left;
        position: relative;
    }



    .SiteMap .Title1 {
        font-family: 'Roboto';
        font-size: 14px;
        color: #404041; /*padding-bottom: 5px;*/
        text-align: left;
        font-weight: bold;
        padding-bottom: 20px;
    }

    .SiteMap .item .Title2 {
        font-family: 'Roboto';
        font-size: 12px;
        color: #808080; /*padding-bottom: 3px;*/
        text-align: left;
        padding-bottom: 5px;
    }

        .SiteMap .item .Title2 a {
            font-family: 'Roboto';
            font-size: 12px;
            color: #808080;
            text-decoration: none;
        }

            .SiteMap .item .Title2 a:hover {
                font-family: 'Roboto';
                font-size: 12px;
                color: #b8d433;
                text-decoration: none;
            }

    .SiteMap .item .e-catalog {
        /* padding-top: 5px;*/
        text-align: left;
    }


    .SiteMap .socialMedial {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .SiteMap .socialMedialIcons ul {
        list-style: none;
        float: left;
        text-align: left;
        padding: 0px;
    }

        .SiteMap .socialMedialIcons ul li {
            float: left;
            padding-right: 10px;
            text-align: left;
        }

            .SiteMap .socialMedialIcons ul li img {
                height: 25px;
            }



    .SiteMap .Form {
        padding-top: 5px;
    }

        .SiteMap .Form .padding {
            padding-top: 11px;
        }

    .SiteMap .Form-input {
        padding-bottom: 5px;
    }

        .SiteMap .Form-input input[type="text"] {
            width: 100%;
            font-family: 'Roboto';
            font-size: 12px;
            color: #333;
            background-color: #fff;
            padding: 5px 10px 5px 10px;
            text-align: left;
            border: 0px;
        }

        .SiteMap .Form-input input[type="submit"] {
            font-family: 'Roboto';
            font-size: 12px;
            color: #fff;
            background-color: #ed251c;
            padding: 3px 10px 3px 10px;
            text-align: center;
            border: 0px;
        }

    .SiteMap .padding {
        padding-left: 10px;
        padding-right: 10px;
    }


@media (min-width: 800px) {

    .searchTextbox {
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        border: 1px solid #b8d433;
        padding-left: 7px;
        color: #404041;
        width: 100%;
        max-width: 500px;
        height: 40px;
    }

    .navbar-nav {
        display: flex;
        justify-content: center;
        float: none !important;
    }


   /* .dropdown-menu {
        margin-top: 13px !important;
    }*/
}


@media (min-width: 601px) {

    .topHeaderUI {
        font-size: 12px;
        padding: 0px;
        margin: 0px;
        display: inline-block;
        width: 100%;
    }

        .topHeaderUI li {
            float: left;
            list-style-type: none;
            display: flex;
            align-items: center;
        }

            .topHeaderUI li img {
                height: 28px;
                margin-right: 5px;
                margin-left: 5px;
            }

            .topHeaderUI li span {
                margin-top: 6px;
            }

            .topHeaderUI li.TopHeaderUISeparator {
                padding-left: 5px;
                padding-right: 5px;
            }

        .topHeaderUI > li:last-child {
            float: right;
            text-align: right;
        }


    .searchTextbox {
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        border: 1px solid #b8d433;
        padding-left: 7px;
        color: #404041;
        width: 100%;
        max-width: 400px !important;
        height: 40px;
    }

    .searchProductButton {
        cursor: pointer;
        margin-left: -8px;
        margin-top: 0px;
    }

    .NewsletterPadding {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }






    .ProfilePage .padding {
        padding-left: 10px;
        padding-right: 10px;
    }


    .SiteMap {
        padding-top: 40px;
        padding-bottom: 40px;
    }

        .SiteMap .Title1 {
            font-family: 'Roboto';
            font-size: 14px;
            color: #404041;
            text-align: left;
            font-weight: bold;
            padding-bottom: 20px;
        }
}

@media (max-width: 700px) {
    .imgOffer {
        width: 80%;
    }
    /*.topSlideShow .item img {
        height: 120px;
    }

    .topSlideShow .item img {
        height: 120px;
    }*/

    .caret {
        display: none
    }

    #ulAccountMobile .caret {
        display: inline-block
    }

    .carousel-indicators {
        position: inherit;
        bottom: 0px;
        padding-top: 10px;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
    }

        .carousel-indicators li {
            background-color: #333 !important;
            border: 1px solid #333 !important;
            width: 12px;
            height: 12px;
        }
}

@media (max-width: 600px) {
    .imgOffer {
        width: 80%;
    }

    .newsLetter {
        color: #fff;
        font-size: 12px;
    }

        .newsLetter .boldTitle {
            font-size: 16px
        }

        .newsLetter .divSubscribeButton {
            padding-top: 10px !important;
            padding-bottom: 10px !important;
        }

    #divNotificationMessageContainer {
        border-radius: 50px;
        width: 80%;
        background: #555;
        padding-top: 50px;
        padding-bottom: 50px;
        color: white;
        display: inline-block;
        padding-left: 50px;
        padding-right: 50px;
        opacity: 0.9;
    }



    .PageTitleContainer {
        /*padding-bottom: 10px;display: inline-table;*/
        padding-left: 10px
    }

    .ContentPages .padding {
        padding-left: 10px
    }

    .topHeaderUI {
        font-size: 12px;
        padding: 0px;
        margin: 0px;
        width: 100%;
    }

        .topHeaderUI li {
            float: left;
            list-style-type: none;
        }

            .topHeaderUI li img {
                height: 24px;
                margin-right: 5px;
                margin-left: 5px;
            }

            .topHeaderUI li span {
                margin-top: 6px;
            }

            .topHeaderUI li.TopHeaderUISeparator {
                padding-left: 5px;
                padding-right: 5px;
            }

    .searchTextbox {
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        border: 1px solid #b8d433;
        padding-left: 7px;
        color: #404041;
        /*width: 100%;
            max-width: 200px;*/ width: 60%;
        height: 40px;
    }

    .searchProductButton {
        cursor: pointer;
        margin-left: -5px;
        margin-top: 0px;
    }

    .searchProductContainer {
        /* min-width: 500px; */
        display: flex;
        width: auto;
    }

    .NewsletterPadding {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        padding-left: 10px;
        padding-right: 10px;
    }

    .SiteMap {
        padding-top: 0px;
        padding-bottom: 0px;
    }

        .SiteMap .Title1 {
            font-family: 'Roboto';
            font-size: 14px;
            color: #404041;
            text-align: left;
            font-weight: bold;
            padding-top: 20px;
            padding-bottom: 20px;
        }


    .dropdown-menu {
        margin-top: 0px !important;
    }
}


.ContactUsItem img {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 24px;
}

.ContactUsItem.socialMedial {
    /*padding-top: 20px;
    padding-bottom: 20px;*/
}

.ContactUsItem.socialMedialIcons ul {
    list-style: none;
    float: left;
    text-align: left;
    padding: 0px;
}

    .ContactUsItem.socialMedialIcons ul li {
        float: left;
        padding-right: 10px;
        text-align: left;
    }

        .ContactUsItem.socialMedialIcons ul li img {
            height: 35px;
            width: auto !important;
        }



.ContactUsTitle {
    font-size: 16px;
    border-bottom: 1px solid #404041;
    padding-bottom: 10px;
    text-align: left;
}

.ContactUsItem {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: left;
}



@media (max-width: 400px) {
    .imgOffer {
        width: 80%;
    }


    #divNotificationMessageContainer {
        border-radius: 50px;
        width: 80%;
        background: #555;
        padding-top: 50px;
        padding-bottom: 50px;
        color: white;
        display: inline-block;
        padding-left: 20px;
        padding-right: 20px;
        opacity: 0.9;
    }

        #divNotificationMessageContainer img {
            height: 25px !important;
        }
}



@media (max-width: 500px) {
    .subscribeTextbox {
        /*height:25px!important;*/
    }

    .btnSubscribeTNewsletter {
        /*width: 75px !important;*/
    }

    .productListingItem .Title4 {
        height: 35px !important;
    }
}


#ulAccountMobile .dropdown-menu {
    position: absolute !important;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background: #333;
}





.divPromoNotificationContainerWrapper {
    position: fixed;
    z-index: 888;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: inline-table;
}

    .divPromoNotificationContainerWrapper .divPromoNotificationContainer {
        z-index: 999;
        text-align: center;
        vertical-align: middle;
        margin: auto;
        height: 100%;
        width: 100%;
        display: inline-table;
        position: fixed;
    }


        .divPromoNotificationContainerWrapper .divPromoNotificationContainer .divPromoNotificationContent {
            text-align: center;
            vertical-align: middle;
            margin: auto;
            height: 100%;
            width: 100%;
            display: table-cell;
        }


            .divPromoNotificationContainerWrapper .divPromoNotificationContainer .divPromoNotificationContent img {
                display: inline-block !important;
            }



    .divPromoNotificationContainerWrapper .divPromoNotificationOpacity {
        position: fixed;
        z-index: 888;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #000;
        opacity: 0.5;
        display: inline-table;
    }




.AcceptedAgreement input[type=checkbox] {
    width: 20px;
    height: 20px;
    padding-right: 5px;
    margin-top: -2px;
}

.acceptTermsAndConditions {
}

    .acceptTermsAndConditions label {
        display: block;
        float: left;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: normal !important;
        color: #333333;
    }

    .acceptTermsAndConditions input {
        vertical-align: middle;
        width: 20px;
        height: 20px;
        margin-top: -1px;
    }

    .acceptTermsAndConditions label span {
        vertical-align: middle;
        font-weight: normal !important;
        color: #333333;
        padding-left: 7px;
    }



    .acceptTermsAndConditions a {
        font-weight: normal !important;
        text-decoration: underline;
        color: #333333;
    }

        .acceptTermsAndConditions a:hover {
            font-weight: normal !important;
            text-decoration: underline;
            color: #b8d433
        }





@media (min-width: 700px) {


    .ProductCategories .item img {
        display: inline;
        /*max-width:250px;*/
        border-radius: 50%;
        max-width: 200px;
    }
}



@media (max-width: 699px) {


    .ProductCategories .item img {
        display: inline;
        /*max-width:250px;*/
        border-radius: 50%;
    }

    .ProductCategories .item .Title2 {
        height: 40px;
        padding-bottom: 20px;
    }

        .ProductCategories .item .Title2 a {
            font-family: 'Roboto';
            font-size: 16px;
            color: #404041;
            font-weight: bold;
            text-decoration: none;
        }
}

@media (max-width: 600px) {
    row-centered {
        text-align: center;
    }

    .col-centered {
        display: inline-block;
        /* float: none; */
        text-align: left;
        margin-right: -4px;
        text-align: center;
    }

    .btnSubscribeTNewsletter {
        padding-left: 10px;
        padding-right: 10px;
    }

    .productListingItem .itemDetails {
        height: 100px;
    }

    .newsListingItem .newsitemDetails {
        height: auto;
    }
}
    @media (max-width: 500px) {

        .productListingItem .itemDetails {
            height: 220px;
        }
    }



    .CategoriesWithProductTitleContainer {
        background-repeat: no-repeat;
        background-size: 100%;
    }

        .CategoriesWithProductTitleContainer .CategoriesWithProductTitle {
            margin: auto;
            text-align: left;
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            padding: 10px
        }

    @media (max-width: 800px) {

        .row-eq-height {
            display: block;
        }
    }

    .HomePageCategoriesWithProductWrapper {
        background-color: #f6f6f6;
    }

    .HomePageCategoriesWithProductWrapperPadding {
        padding: 40px 20px 20px 20px;
    }


.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 20px !important;
    display: block;
    width: 24px;
    height: 24px;
    padding: 0;
    /*-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);*/
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    /*background: transparent;*/
}

        .slick-next, .slick-next:hover {
            right: 10px !important;
            background-image: url(../images/slickRightArrow.png) !important;
            opacity: 1 !important;
        }

        .slick-prev, .slick-prev:hover {
            left: auto !important;
            right: 50px !important;
            background-image: url(../images/slickLeftArrow.png) !important;
            opacity: 1 !important;
        }

            .slick-prev:before, .slick-next:before {
                content: '' !important;
            }




.FixedPostionHeader {
    position: fixed;
    z-index: 999;
    width: 100%;
    background: white;
}


.FixedPostionHeaderBelowSpacing {
    width: 100%;
    height: 220px;
}


@media (max-width: 800px) {

     
    .FixedPostionHeaderBelowSpacing {
        width: 100%;
        height: 150px;
    }
}


@media (min-width: 800px) {


    .compressedMenu #imgLogo {
        max-height: 60px !important;
    }

    .compressedMenu #divSearchContainer {
        display: none;
    }

    .compressedMenu .MenuHeader {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    /*.compressedMenu .navbar {
        margin-top: -60px;
    }*/
    sss .compressedMenu #aMyAccount {
        font-family: 'Roboto';
        font-size: 12px;
        color: #404041;
        font-weight: bold;
    }
}