@charset "UTF-8";
.stickUpTop {
    z-index: 1000;
    width: 100%;
    margin: 0 auto;
    background-color: #000;
}

.top_menu {
    margin-top: 23px;
}

.top_menu .isStuck {
    top: 0px;
}

#mega-wrapper {
    display: block;
    /*position: relative;*/
    z-index: 100;
}

#mega-wrapper .mega-menu {
    background: #1c1c1c;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjMWMxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBmMGYwZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #1c1c1c 0%, #0f0f0f 50%, black 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1c1c1c), color-stop(50%, #0f0f0f), color-stop(100%, black));
    background: -webkit-linear-gradient(top, #1c1c1c 0%, #0f0f0f 50%, black 100%);
    background: -o-linear-gradient(top, #1c1c1c 0%, #0f0f0f 50%, black 100%);
    background: -ms-linear-gradient(top, #1c1c1c 0%, #0f0f0f 50%, black 100%);
    background: linear-gradient(to bottom, #1c1c1c 0%, #0f0f0f 50%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c1c1c', endColorstr='#000000', GradientType=0);
    list-style: none;
    margin: 0 auto;
    padding: 0px;
}

#mega-wrapper .mega-menu > li {
    float: left;
    margin-right: 0px;
    border: none;
    border-right: 1px solid #464646;
    border-left: 1px solid #464646;
}

#mega-wrapper .mega-menu > li + li {
    margin-left: -1px;
}

#mega-wrapper .mega-menu > li > a {
    color: #fff;
    outline: 0;
    position: relative;
    padding: 13px 14px;
    text-decoration: none;
    display: block;
    font: 600 13px/24px "Roboto", sans-serif;
    text-transform: capitalize;
    cursor: pointer;
}

#mega-wrapper .mega-menu .quicklinks-li, #mega-wrapper .mega-menu .manufacturers-li, #mega-wrapper .mega-menu .information-li, #mega-wrapper .mega-menu .customer_service {
    position: relative;
}

#mega-wrapper .mega-menu .label {
    background: #19bde8;
    padding: 2px 4px;
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    color: #fff;
    font: "Roboto", sans-serif;
    top: -5px;
    font-weight: 400;
    right: 0;
    z-index: 99;
    border-radius: 0;
}

#mega-wrapper .mega-menu .dropdown, #mega-wrapper .mega-menu .dropdown_customer_service, #mega-wrapper .mega-menu .dropdown_aboutus, #mega-wrapper .mega-menu .dropdown_info, #mega-wrapper .mega-menu .dropdown_fullwidth {
    margin: 0 auto;
    left: 0;
    position: absolute;
    visibility: hidden;
    text-align: left;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    opacity: 0;
}

#mega-wrapper .mega-menu .dropdown {
    background: #fff;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.3);
    padding: 25px 30px 30px;
}

#navCatTabs ul {
    overflow: hidden;
    background: #232323;
    background: -moz-linear-gradient(top, #232323 0%, #121212 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #232323), color-stop(100%, #121212));
    background: -webkit-linear-gradient(top, #232323 0%, #121212 100%);
    background: -o-linear-gradient(top, #232323 0%, #121212 100%);
    background: -ms-linear-gradient(top, #232323 0%, #121212 100%);
    background: linear-gradient(to bottom, #232323 0%, #121212 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#232323', endColorstr='#121212', GradientType=0);
    list-style: none;
    margin: 0 auto;
    padding: 0px;
}

#navCatTabs ul li {
    float: left;
    margin-right: 0px;
    border: none;
    border-right: 1px solid #5a5a5a;
}

#navCatTabs ul li a {
    color: #ffffff;
    outline: 0;
    position: relative;
    padding: 10px 5px;
    text-decoration: none;
    display: block;
    font: 600 13px/18px 'Roboto', sans-serif;
    text-transform: uppercase;
}

#navCatTabs ul li a:hover {
    background: #444444;
    background: -moz-linear-gradient(top, #444444 0%, #353535 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #353535));
    background: -webkit-linear-gradient(top, #444444 0%, #353535 100%);
    background: -o-linear-gradient(top, #444444 0%, #353535 100%);
    background: -ms-linear-gradient(top, #444444 0%, #353535 100%);
    background: linear-gradient(to bottom, #444444 0%, #353535 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#353535', GradientType=0);
}

.mega-menu .col-full {
    width: 100%;
}

.mega-menu .col-2, .mega-menu .levels .col-2 {
    width: 230px;
    float: left;
}

.mega-menu .col-3 {
    width: 270px;
    float: left;
}

.mega-menu .col-4 {
    width: 370px;
    float: left;
}

.mega-menu .col-5 {
    width: 580px;
    float: left;
}

.mega-menu .col-6 {
    width: 760px;
    float: left;
}

.mega-menu .col-7 {
    width: 870px;
    float: left;
}

.mega-menu .col-8 {
    width: 980px;
    float: left;
}

.mega-menu .col-9 {
    width: 1170px;
    float: left;
}

.mega-menu .dropdown .level2 > li > a {
    text-transform: uppercase;
    font: 600 14px/18px "Roboto", sans-serif;
    color: #333;
    display: inline-block;
    margin-bottom: 13px;
}

.mega-menu .dropdown .level2 > li > a:hover {
    color: #19bde8;
}

.mega-menu .dropdown .col-4 .level2 > li > a {
    font-size: 13px;
}

.mega-menu li.categories-li .dropdown ul.level3 {
    left: 0;
    top: 0;
    position: static;
    margin: 0;
    padding: 13px 0 0 0;
}

.mega-menu li.categories-li .dropdown ul.level3 > li {
    margin-bottom: 7px;
    width: 100%;
    padding: 0;
}

.mega-menu li.categories-li .dropdown ul.level3 > li a {
    font: 400 13px/18px 'Roboto', sans-serif;
    color: #777777;
}

.mega-menu li.categories-li .dropdown ul.level3 > li a:hover {
    color: #000;
}

.mega-menu li.categories-li .dropdown ul.level3 > li:hover {
    color: #000;
}

.mega-menu .levels li ul ul.level4 {
    display: block;
    top: 0;
    left: 0;
    position: static;
    margin: 7px 0 0 10px;
}

.mega-menu .levels li ul ul.level4 li {
    margin-bottom: 7px;
    width: 100%;
    padding: 0;
}

.mega-menu .levels li ul ul.level4 li a {
    font: 400 12px/18px 'Roboto', sans-serif;
    color: #777777;
}

.mega-menu .levels li ul ul.level4 li a:hover {
    color: #000;
}

.mega-menu li.categories-li .dropdown ul.level3 {
    min-height: 115px;
}

.mega-menu .levels li ul ul.level5 {
    display: block;
    top: 0;
    left: 0;
    position: static;
    margin: 7px 0 0 20px;
}

.mega-menu .levels li ul.level5 li {
    margin-bottom: 7px;
    width: 100%;
    padding: 0;
}

.mega-menu .levels li ul.level5 li a {
    font: 400 12px/18px 'Roboto', sans-serif;
    color: #777777;
}

.mega-menu .levels li ul.level5 li a:hover {
    color: #000;
}

.categories-banners {
    width: 100%;
    overflow: hidden;
    margin-top: 19px;
}

.categories-banners div {
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 32.66%;
    float: left;
    border: 1px solid #b8b8b8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 1%;
}

.categories-banners div a {
    padding: 0;
}

.categories-banners div .title {
    position: absolute;
    left: 0;
    height: 100%;
    bottom: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0);
    font-size: 12px;
    margin: 0;
    border: 0;
    padding: 10px 0;
    line-height: 18px;
    text-align: center;
    border-radius: 0;
    text-decoration: none;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.categories-banners div .title span {
    color: #fff;
    font: 700 22px/70px 'Roboto', sans-serif;
    text-transform: uppercase;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition-property: opacity;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}

.categories-banners div:hover {
    border-color: #19bde8;
}

.categories-banners div:hover .title {
    background: rgba(25, 189, 232, 0.7);
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.categories-banners div:hover .title span {
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.dropdown.col-4 .categories-banners div {
    width: 49%;
    margin-bottom: 1%;
}

.dropdown.col-4 .categories-banners div .title {
    padding: 2px 0;
}

.dropdown.col-4 .categories-banners div:hover > .title {
    background: rgba(0, 0, 0, 0.6);
}

.dropdown.col-4 .categories-banners div.item_3 {
    margin-left: 0;
}

.dropdown.col-3 .categories-banners div {
    width: 49%;
    margin-bottom: 1%;
}

.dropdown.col-2 .categories-banners div {
    width: 100%;
    margin-left: 0;
    margin-bottom: 3%;
}

.dropdown.col-3 .categories-banners div .title, .dropdown.col-2 .categories-banners div .title {
    display: none;
}

.categories-banners div.item_1 {
    margin: 0;
}

.mega-menu li.categories-li .dropdown.col-9 ul.level2 > .col-inner {
    width: 20%;
    float: left;
    margin-bottom: 1%;
}

.mega-menu li.categories-li .dropdown.col-9 ul.level2 > .col-inner .last {
    margin-right: 0;
}

.mega-menu li.categories-li .dropdown.col-8 ul.level2 > .col-inner, .mega-menu li.categories-li .dropdown.col-7 ul.level2 > .col-inner {
    width: 24%;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
}

.mega-menu li.categories-li .dropdown.col-6 ul.level2 > .col-inner {
    width: 32%;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
}

.mega-menu li.categories-li .dropdown.col-5 ul.level2 > .col-inner, .mega-menu li.categories-li .dropdown.col-4 ul.level2 > .col-inner {
    width: 49%;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
}

.mega-menu li.categories-li .dropdown.col-3 ul.level2 > .col-inner, .mega-menu li.categories-li .dropdown.col-2 ul.level2 > .col-inner {
    width: 100%;
    float: left;
    margin-right: 0%;
    margin-bottom: 1%;
}

.mega-menu li.categories-li .dropdown.col-3 .levels {
    width: 100%;
    overflow: hidden;
}

.mega-menu li.categories-li .dropdown.col-2 .levels ul.level3 {
    display: none;
    top: 0;
    left: 0;
    position: static;
}

.specials_p .list_carousel {
    overflow: hidden;
    position: relative;
}

.specials_p .list_carousel .caroufredsel_wrapper {
    height: 415px !important;
}

#fcarousel li {
    width: 6% !important;
}

#fcarousel li .product-col {
    margin: 0 20px 0 0;
    position: relative;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

#fcarousel li .product-col:hover {
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

#fcarousel li .product-col .productPriceDiscount {
    position: absolute;
    left: 0px;
    top: 10px;
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
}

#fcarousel li .product-col .sale-label {
    position: absolute;
    left: 0px;
    top: 32px;
    background: #484848;
    color: #fff;
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
    text-transform: uppercase;
    display: inline-block;
    font: 700 10px/16px "Roboto", sans-serif;
    padding: 3px 7px;
}

#fcarousel li .product-col .product-desc {
    color: #777;
    font: 400 12px/17px "Roboto", sans-serif;
}

.specials_p .slide .product-container {
    padding: 10px;
    background: #fff;
    margin-left: 10px;
}

.specials_p .slide:first-child .product-container {
    margin: 0;
}

.specials_p #prev2, .specials_p #next2 {
    position: absolute;
    bottom: 0;
    background: #19bde8;
    width: 30px;
    height: 30px;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 30px;
    text-indent: -10000px;
}

.specials_p #prev2:hover, .specials_p #next2:hover {
    background: #333;
}

.specials_p #prev2:before, .specials_p #next2:before {
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
    text-align: center;
    width: 30px;
    height: 30px;
}

.specials_p #prev2 {
    left: 0;
}

.specials_p #prev2:before {
    content: '';
}

.specials_p #next2 {
    left: 35px;
}

.specials_p #next2:before {
    content: '';
}

.mega-menu li.quicklinks-li .dropdown li, .mega-menu li.manufacturers-li .dropdown li, .mega-menu li.categories-li .dropdown.col-2 .levels ul.level2 li, .mega-menu li.information-li .dropdown ul li {
    display: block;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 5px 0;
}

.mega-menu li.quicklinks-li .dropdown li:first-child, .mega-menu li.manufacturers-li .dropdown li:first-child, .mega-menu li.categories-li .dropdown.col-2 .levels ul.level2 li:first-child, .mega-menu li.information-li .dropdown ul li:first-child {
    border: none;
}

.mega-menu li.quicklinks-li .dropdown li a:hover, .mega-menu li.manufacturers-li .dropdown li a:hover, .mega-menu li.categories-li .dropdown.col-2 .levels ul.level2 li a:hover, .mega-menu li.information-li .dropdown li a:hover {
    color: #000;
}

.mega-menu li.manufacturers-li .dropdown li a img {
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.mega-menu li.manufacturers-li .dropdown li a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.mega-menu li.customer_service:hover .dropdown {
    right: 0px !important;
    display: block;
    top: 54px;
    left: auto;
}

.mega-menu li:hover .align_right {
    left: auto;
    right: 0px;
    top: 36px;
}

.mega-menu .col_1, .mega-menu .col_2 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 10px;
}

.mega-menu .firstcolumn {
    margin-left: 0;
    clear: left;
}

.mega-menu p, .mega-menu ul, .mega-menu li, .mega-menu h2, .mega-menu h3 {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    color: #d85d60;
}

.mega-menu p {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    margin-bottom: 10px;
    color: #777;
}

.mega-menu h2, .mega-menu h3 {
    margin-top: 0px;
    color: #444;
    text-transform: uppercase;
}

.mega-menu h3.second {
    margin-top: 28px;
}

.mega-menu h2 {
    font: 400 16px/18px "Roboto", sans-serif;
    margin-bottom: 18px;
}

.mega-menu h3 {
    font: 400 16px/18px "Roboto", sans-serif;
    margin-bottom: 8px;
}

.mega-menu .imgshadow_light {
    padding: 4px;
    border: 0px solid #000;
    margin-top: 5px;
    margin-left: 20px;
}

.mega-menu li ul {
    list-style: none;
    padding: 0;
}

.mega-menu li ul li {
    font-size: 12px;
    position: relative;
    padding: 0 10px 0 0;
    margin: 0;
    float: left;
    text-align: left;
}

.mega-menu li ul li a, .mega-menu li.categories-li .dropdown.col-2 .levels ul.level2 li a {
    padding: 0;
    text-transform: none;
    color: #777777;
    font: 400 13px/18px 'Roboto', sans-serif;
}

.dropdown.col-2 ul.level2 li.submenu {
    position: relative;
}

.dropdown.col-2 .level2 .submenu:hover .level3 {
    display: block;
    position: absolute;
    left: 170px;
    top: -9px;
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 3px 10px 0 rgba(50, 50, 50, 0.3);
    width: 180px;
    padding: 10px;
}

.dropdown.col-2 ul.level2 li.submenu:hover .level3 li {
    margin-bottom: 1px;
}

.mega-menu .levels, .mega-menu .levels ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mega-menu .levels a.parent, .mega-menu .levels a.parent:hover {
    text-decoration: underline;
}

.mega-menu .levels li {
    float: left;
    width: 20%;
}

.mega-menu .levels li ul {
    margin: 5px 0 0px 5px;
    position: absolute;
}

.mega-menu .levels li ul li {
    width: 100%;
}

.contactus-li #contact_form .form-control {
    margin-bottom: 10px;
    resize: none;
}

.mega-payments {
    float: left;
}

.mega-confidence {
    float: right;
    width: 60%;
}

.mega-about {
    float: left;
    width: 70%;
}

.mega-right {
    float: right;
    position: relative;
    margin-left: 10px;
    width: 145px;
}

.h-sm {
    margin-right: 10px;
    margin-bottom: 15px;
    vertical-align: middle;
}

@media (min-width: 320px) and (max-width: 1199px) {
    #mega-wrapper .mega-menu > li:hover .dropdown, #mega-wrapper .mega-menu > li:hover .dropdown_aboutus, #mega-wrapper .mega-menu > li:hover .dropdown_info {
        visibility: visible;
    }

    #fcarousel li {
        width: 5.9% !important;
    }

    .specials_p .list_carousel .caroufredsel_wrapper {
        height: 430px !important;
    }

    #fcarousel li .product-col {
        max-height: 380px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .mega-menu li {
        margin: 0;
    }

    .mega-menu .col-9 {
        width: 751px;
    }

    #fcarousel li {
        width: 6.5% !important;
    }
}

@media (min-width: 768px) {
    #mega-wrapper .mega-menu > li:hover .dropdown, #mega-wrapper .mega-menu > li:hover .dropdown_aboutus, #mega-wrapper .mega-menu > li:hover .dropdown_info {
        top: 50px;
        visibility: visible;
        -moz-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        opacity: 1;
    }

    #mega-wrapper .mega-menu > li:hover > a {
        color: #19bde8;
    }
}

@media (max-width: 767px) {
    div.stickUpTop {
        position: static !important;
    }

    #mega-wrapper {
        overflow: visible;
    }

    #mega-wrapper .mega-menu > li .dropdown, #mega-wrapper .mega-menu > li .dropdown_aboutus, #mega-wrapper .mega-menu > li .dropdown_info {
        top: 0;
        visibility: visible;
        overflow: visible;
        opacity: 1;
        clear: both;
        z-index: 100;
        width: 100% !important;
    }

    #mega-wrapper .mega-menu > li {
        clear: both;
        width: 100%;
    }

    .specials_p .list_carousel .caroufredsel_wrapper {
        height: 380px !important;
    }

    .specials_p .list_carousel {
        margin-bottom: 20px;
        display: none;
    }

    .mega-menu .levels li {
        width: 50%;
    }

    #mega-wrapper .mega-menu .dropdown, #mega-wrapper .mega-menu .dropdown_customer_service, #mega-wrapper .mega-menu .dropdown_aboutus, #mega-wrapper .mega-menu .dropdown_info, #mega-wrapper .mega-menu .dropdown_fullwidth {
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
        position: relative;
    }

    #mega-wrapper .mega-menu .dropdown {
        padding: 10px 20px 0;
    }

    .mega-menu h3.second {
        margin-top: 16px;
    }

    .mega-menu h3.second + ul {
        padding-bottom: 10px;
        position: relative;
        overflow: hidden;
    }
}

@media (max-width: 480px) {
    .mega-menu li.categories-li .dropdown ul.level3 > li a {
        letter-spacing: -.5px;
    }

    .mega-menu li.categories-li .dropdown ul.level3 > li {
        padding-right: 2px;
    }
}