a {color:#747f9f}
.form-control:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-color:#58D1D1;
}
body, h1,h2,h3,h4,h5 {color: #333;}

h1, h2, h3, h4, h5, h6 {font-family: Verdana, Geneva, sans-serif;}

body {
    word-wrap: break-word;
}

body.layout-boxed .wrapper {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.14);
    max-width: 1200px;
    padding: 0 10px;
    margin: 0 auto;
}

.wrapper {
    background: #ffffff;
}

.container {width:100%;}

#main-content {padding:0; margin-bottom: 20px;}
#index #main-content {margin-top:30px;}
.nav > li > a:focus, .nav > li > a:hover {background:transparent;}
#nav-s {padding:0 20px;}
.nav > li > a {color:#555;}
.navbar-nav > li:hover > a, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: #53d1d1 none repeat scroll 0 0;
    color:#fff;
}
.navbar {
    background: #333333;
    max-width: 100%;
    border-radius:6px 6px 0 0;
    -moz-border-radius:6px 6px 0 0;
    -webkit-border-radius:6px 6px 0 0;
    min-height: 30px;
}
.navbar-nav {margin:0 0 0 10px;}
.navbar-brand {display:none;}
.navbar #navbar {
    margin: auto;
    padding:0;
}
.navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
    padding: 12px;
}
.navbar-brand {padding: 5px;}
.navbar-brand img {max-height:100%;}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
    border-top: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;

}
.dropdown-menu > li > a {
    padding: 3px 30px 3px 20px;
}
.dropdown-menu > li.atozBlock > a {padding:3px 0;}
.navbar-nav > li:hover > .dropdown-menu, .nav > li:hover > .dropdown-menu {display:block;}
#navbar > ul > li > a.active {
    background:#58d1d1;
}

body.small-nav .navbar, body.small-nav section#search {
    max-width: 1230px;
    margin:0 auto;
}
body.small-nav.layout-boxed .navbar, body.small-nav section#search { max-width: 1130px;}
body.small-nav.layout-wide .navbar, body.small-nav section#search { max-width: 1230px; }
body.small-nav .navbar {border-radius:6px 6px 0 0 }
body.small-nav section#search {border-radius:0 0 6px 6px; margin-bottom: 30px;}
body.slider-mini.small-nav section#search, body.slider-hide.small-nav section#search {margin-bottom: 0;}
body.small-nav .navbar #navbar {padding:0 20px;}

body.layout-wide .wrapper {
    max-width: 1800px;
    margin: 0 auto;
}
body.layout-wide .optin, body.layout-wide #footer, body.layout-wide #copyright {
    margin-right:0!important;
    margin-left:0!important;
}
@media screen and (max-width:992px) {
    #nav-s {padding:0 ;}
    body.small-nav .navbar, body.small-nav section#search {border-radius:0;}
    .container > .row > .col-md-12 {
        padding: 0;
    }
    #main-content .container > .row > .col-md-9 {padding:0;}
}

body.small-nav.nav-hidden section#search {border-radius:6px;}

/* Vertical Nav / Mega menu */
.nav.vertical-nav .dropdown-menu {
    top:0;
    left:100%;
    margin-top:0;
    max-height:390px;
    overflow-y: auto;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;

}


.nav.vertical-nav a.dropdown-toggle i.fa {float:right; margin-top: 4px;}
.nav.vertical-nav .row {
    margin:0;
    padding:10px;
}
.nav.vertical-nav li.dropdown.mega .dropdown-menu {
    width:300%;
}
.nav.vertical-nav li.dropdown.mega .dropdown-menu li {
    list-style: none;
}
.nav.vertical-nav li.dropdown.mega .dropdown-menu li a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
}
.nav.vertical-nav li.dropdown.mega .dropdown-menu li a:hover, .nav.vertical-nav li.dropdown.mega .dropdown-menu li a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #F5F5F5;
}

@media screen and (max-width:992px) {
    .nav.vertical-nav li.dropdown.mega .dropdown-menu, .nav.vertical-nav li.dropdown .dropdown-menu {
        width: 100%;
        position:relative;
        left:0;
        right:0;
        top:100%;
        max-height: 300px;
    }

    .nav.vertical-nav li.dropdown.open .dropdown-toggle::after {
        border:none;
    }

    .nav.vertical-nav .open > a, .nav.vertical-nav .open > a:hover, .nav.vertical-nav .open > a:focus, .nav.vertical-nav > li > a:hover {
        background:#EEEEEE;
        color:#428BCA;

    }

    .nav.vertical-nav .dropdown-menu {
        background: #fff;
    }
    .navbar-nav > li:hover > .dropdown-menu, .nav > li:hover > .dropdown-menu {display:none;}
    .navbar-nav > li.open:hover > .dropdown-menu, .nav > li.open:hover > .dropdown-menu {display: block}

    .nav.vertical-nav li.dropdown:hover .dropdown-toggle:after {opacity:0;}

    .navbar-nav > li:hover .dropdown-toggle:after , li.dropdown.open .dropdown-toggle:after {
        opacity:0;
    }
}
#sidebar #accordion .panel {overflow:visible}
.pop-price {
    text-align: left;
    font-weight: bold;
}

.dropdown-menu {
    border-radius: 6px;
}

.vertical-nav > .dropdown-menu {
    position: relative;
    display:block!important;
    box-shadow:none;
    border:none;
    width:100%;
}

/* header */
header {padding: 20px 0;}


/* Search */
section#search {padding:8px; position:relative; background:#58d1d1; /* theme color */
    border-radius:0 0 6px 6px;
    -moz-border-radius:0 0 6px 6px;
    -webkit-border-radius:0 0 6px 6px;
}
section#search .form-control {display:inline;}
section#search select {
    display: inline-block;
    width: 33%;
    height: 36px;
    border: none;
    margin-right:1%;
}

section#search form {
    position: relative;
    border-radius: 8px;
}

section#search .ui-widget {
    float:left;
    width: 65%;
    height: 36px;
    position:relative;
    margin-right:1%;
}

section#search #q {
    border: medium none;
    box-shadow: none;
    height: 100%;
    line-height: inherit;
    font-size: 14px;
    font-weight: normal;
}
section#search.affix {
    border-radius: 0!important;
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    max-width:100%!important;
    z-index: 999;
}
section#search.affix form {
    padding: 2px 3px;

}
section#search.affix .btn {
    padding: 6px 24px;
    right: 5px;
    font-size: 1em;
    top: 3px;
}
section#search.affix .ui-widget {height: 36px;}

.search-links {
    font-size: 14px;
}
.search-links span {
    display:block;
    padding:6px 0 0;
    color:#fff;
}
.search-links a {
    color: inherit;
    text-decoration: underline;
}

#related-search {
    opacity:0;
    visibility: hidden;
    position: absolute;
    bottom: -40px;
    height: 37px;
    width: auto;
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 5px 8px;
    transition: all 0.3s ease 0s;
    min-width: 160px;
    left:13px;
    z-index:999;
}
#related-search-wrapper > span {
    font-size: 11px;
    font-weight: bold;
    margin-right: 5px;
}

#related-search a {
    margin-right: 10px;
    font-size: 12px;
    text-decoration: underline;
}

section#search #q:focus + #related-search {opacity:1; visibility: visible}

section#search .btn {
    position: absolute;
    top:0;
    right: 0;
    padding: 5px 20px;
    font-size: 1.2em;
}
.search_wrap {
    max-width: 100%;
    padding-right: 100px;
    width: 100%;
}
/* breadcrumb */
body.no-breadcrumb #nav-s {margin-bottom:20px;}
li.h-last > a:first-child {
    display: none !important;
}

#breadcrumb { display: block; margin:10px 0; }
#breadcrumb ul {padding:0 12px; margin:0}
#breadcrumb span {  display: inline; }
#breadcrumb span.first { padding-left: 8px; }
#breadcrumb span a, .crumbs li a:link, .crumbs li a:visited { color: #666; display: block; float: left; font-size: 12px; margin-left: -13px; padding: 6px 17px 6px 20px; position: relative; text-decoration: none; }
#breadcrumb span.first a {padding-left: 10px;}
#breadcrumb span.first a {margin-left:0;}
#breadcrumb span a { background-image: url('../images/bg-crumbs.png');  background-repeat: no-repeat; background-position: 100% 0; position: relative; }
#breadcrumb span a:hover { color: #333; background-position: 100% -48px; cursor: pointer; }
#breadcrumb span a:active { color: #333; background-position: 100% -96px; }
#breadcrumb span.first a span { height: 29px; width: 3px; border-left: 1px solid #d9d9d9; position: absolute; top: 0px; left: 0px; }


.crumbs { display: block; }
.crumbs li {  display: inline; }
.crumbs li.first { padding-left: 8px; }
.crumbs li a, .crumbs li a:link, .crumbs li a:visited { color: #666; display: block; float: left; font-size: 12px; margin-left: -13px; padding: 6px 17px 6px 20px; position: relative; text-decoration: none; }
.crumbs li.first a {padding-left: 10px;}
.crumbs li.first a {margin-left:0;}
.crumbs li a { background-image: url('../images/bg-crumbs.png');  background-repeat: no-repeat; background-position: 100% 0; position: relative; }
.crumbs li a:hover { color: #333; background-position: 100% -48px; cursor: pointer; }
.crumbs li a:active { color: #333; background-position: 100% -96px; }
.crumbs li.first a span { height: 29px; width: 3px; border-left: 1px solid #d9d9d9; position: absolute; top: 0px; left: 0px; }


.crumbs2 { display: block; margin-left: -13px; padding: 0; }
.crumbs2 li { display: inline; }
.crumbs2 li a, .crumbs2 li a:link, .crumbs2 li a:visited { color: #666; display: block; float: left; font-size: 12px; padding: 7px 16px 7px 19px; position: relative; text-decoration: none; border: 1px solid #d9d9d9; border-right-width: 0px; }

.crumbs2 li a  {
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.45, rgb(241,241,241)),color-stop(0.73, rgb(245,245,245)));

    background-image: -moz-linear-gradient( center bottom, rgb(241,241,241) 45%, rgb(245,245,245) 73%);
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#f5f5f5);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#f5f5f5)";
}

.crumbs2 li.first a { border-top-left-radius: 5px; -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; }
.crumbs2 li.last a { border-right-width: 1px; border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }

.crumbs2 li a:hover {
    border-top-color: #c4c4c4;
    border-bottom-color: #c4c4c4;

    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.45, rgb(241,241,241)),color-stop(0.73, rgb(248,248,248)));
    background-image: -moz-linear-gradient( center bottom, rgb(241,241,241) 45%, rgb(248,248,248) 73%);
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#f1f1f1);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#f1f1f1)";

    color: #333;

    -moz-box-shadow: 0px 2px 2px #e8e8e8;
    -webkit-box-shadow: 0px 2px 2px #e8e8e8;
    box-shadow: 0px 2px 2px #e8e8e8;
}

.crumbs2 li a:active {
    border-top-color: #c4c4c4;
    border-bottom-color: #c4c4c4;

    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.45, rgb(224,224,224)),color-stop(0.73, rgb(235,235,235)));
    background-image: -moz-linear-gradient( center bottom, rgb(224,224,224) 45%, rgb(235,235,235) 73%);
    /* For Internet Explorer 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ebebeb, endColorstr=#e0e0e0);
    /* For Internet Explorer 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ebebeb, endColorstr=#e0e0e0)";

    color: #333;

    box-shadow: -1px 1px 1px 0px #dadada inset;
    -webkit-box-shadow: -1px 1px 1px 0px #dadada inset;
    -moz-box-shadow: -1px 1px 1px 0px #dadada inset;
}
#breadcrumb li:first-of-type a {z-index: 99;border-left: 1px solid #ddd;}
#breadcrumb li:nth-of-type(2) a {z-index: 98}
#breadcrumb li:nth-of-type(3) a {z-index: 97}
#breadcrumb li:nth-of-type(4) a {z-index: 96}
#breadcrumb li:nth-of-type(5) a {z-index: 95}
#breadcrumb li:nth-of-type(6) a {z-index: 94}
#breadcrumb li:nth-of-type(7) a {z-index: 93}
#breadcrumb li:nth-of-type(8) a {z-index: 92}
#breadcrumb li:nth-of-type(9) a {z-index: 91}


/* AtoZ */
.dropdown-menu.pt-dd .atozBlock {min-width:180px;}
.atozBlock > h4 {
    background-color: #eee;
    color: #111111;
    display: inline-block;
    padding: 3px 10px;
    position:relative;
}

.atozBlock img {
    max-width: 120px;
}
.atozBlock h4 {
    font-size: 160%;
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
}
.atozBlock a {
    color: #3F86AF;
    float: left;
    font-size: 14px;
    line-height: 28px;
    margin: 0 5px 0 0;
    text-align: left;
    width: 100%;
}
.atozBlock a:hover {
    text-decoration: underline;
}
body.menu-atoz .navbar-nav > li {
    position:static;
}
body.menu-atoz .dropdown-menu.atoz {
    width:100%;
    left:0;
    right:0;
}
body.menu-atoz .navbar-nav > li.ch-dropdown {
    position:relative;
}

/* Header Media */
@media screen and (max-width: 767px) {
    body {font-size:1.2em}
    .logo-block {display:none;}
    .navbar-brand {display:block;}
    header {padding:0;}

    .navbar {background:transparent!important;}

    .navbar-toggle {
        border:3px solid #058FCB;
    }
    .navbar-toggle .icon-bar {background:#555;}
    .navbar #navbar {
        background:#eee;
        padding:0;
    }
    .navbar-nav {margin:0;}
    .navbar-nav > li > a {color: #555}
    .navbar-nav .open .dropdown-menu {
        background: #ffffff;
        max-height: 280px;
    }
    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .navbar-nav > li > a:hover {
        background: #555!important;
        color:#fff!important;
    }
    .navbar-nav >li > a {color:#333!important;}
    .dropdown-menu {background:#212121; border-radius: 0 0 6px 6px}

    .atozBlock a, .dropdown-menu a {color: #333333!important; padding-left: 5px;}
    .dropdown-menu a:hover {background:#eee; text-decoration: none}
    .dropdown-menu {padding:0;}
    .navbar-nav > li:hover > a, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {background:#333;}
}

#sidebar {
	background-color: #ffffff;
    margin-bottom: 30px;

}
.panel:first-of-type .sidebar-header {border-radius:0;}
#sidebar .panel:first-of-type .sidebar-header {border-top:none;}
.panel:first-of-type .sidebar-header {margin-top:0;}
.panel .sidebar-header {
    background: #747f9f;
    border-right: 0 none;
    padding: 0 10px;
    margin-top: 20px;
    color:#fff;
    position:relative;
}
#sidebar .nav > li > a, .vertical-nav > ul > li > a {
    padding: 8px 5px;
}

.vertical-nav > ul > li:last-of-type > a {
    border-bottom:none;
}

#sidebar .nav > li:last-of-type a {
    border:none;
}

#sidebar h3 {
    font-size: 17px;
    margin: 0 0 10px;
    padding: 10px 0;
    color: inherit;
}
#product-stack .panel-group .panel, #sponsored-stack .panel-group .panel {margin-bottom: 20px;}
#sidebar h3 a, #product-stack .panel .panel-heading h4 a, #sponsored-stack .panel .panel-heading h4 a {
    position: relative;
}
.panel .panel-heading h4 a, .panel-heading > h4 {color: inherit;}
#sidebar h3 a:after, #product-stack .panel .panel-heading h4 a:after, #sponsored-stack .panel .panel-heading h4 a:after {display:none; font-family: "FontAwesome";}
#sidebar h3 a:after, #product-stack .panel .panel-heading h4 a:after, #sponsored-stack .panel .panel-heading h4 a:after {
    content:"\f068";
    position:absolute;
    right:25px;
    top:16px;
}
#sidebar h3 a.collapsed:after, #product-stack .panel .panel-heading h4 a.collapsed:after, #sponsored-stack .panel .panel-heading h4 a.collapsed:after {
    content:"\f067";
}

#sidebar h3 a, #sidebar h3 a:hover {color: inherit;}

.sidebar-content {
}

#sidebar .collapse, #product-stack .panel .collapse, #sponsored-stack .panel .collapse {display:block; height:auto!important;}
#sidebar #accordion .panel {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}
#sidebar #accordion.panel-group .panel + .panel {margin-top:0;}

#sidebar .search-tag a {
    padding:5px;
    background: #fff; /* theme color */
    margin: 2px;
    color: #888;
    float:left;
    border: 1px solid #888;
    text-decoration: none;
}
#sidebar .search-tag a:hover {
    color:#555;
    border-color:#555;
}
.search-tag {float:left;}
.sml.search-tag a {
    font-size: 90%;
}
.med.search-tag a {
    font-size: 120%;
}
.lg.search-tag a {
    font-size: 140%;
}
.filter-btn {margin-top: 10px;}


/* Sidebar Sub Menu */
.sidebar-body li.dropdown-submenu {
    border:1px solid transparent;
}
.sidebar-body li.dropdown-submenu > a, .sidebar-body ul li > a {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 14px;
    padding: 5px 10px;
    position: relative;
}
.sidebar-body li:last-of-type a, .sidebar-body .dropdown-menu > li > a {border:none;}

.sidebar-body .dropdown-submenu > .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    left: 100%;
    margin-top: -2px;
    min-height: 40px;
    padding: 10px 0;
    top: 0;
    margin-left:0;
}
.sidebar-body .dropdown-submenu:hover {
    z-index: 999;
}

.menu.sidebar-body {
    padding:27px 0 14px;
}
.sidebar-body.menu.panel-collapse.collapse {padding:0;}
.ch-aj {
    margin: 0;
}
#sidebar #accordion .panel.category-panel {
    border: 4px solid #555;
    border-radius: 8px;
}
#sidebar #accordion .panel.category-panel .sidebar-header {
    border-radius:4px 4px 0 0;
    background:#58d1d1;
    color:#fff;
}
#sidebar .panel.category-panel h3 {margin:0;}
#sidebar .panel.category-panel ul {list-style: none}
#sidebar .panel.category-panel ul li a {text-decoration: none;}
.category-panel.panel .sidebar-header::after {display:none}

@media screen and (max-width:992px) {
    .wrapper, body.layout-boxed .wrapper, .container {padding:0;}
    .optin, #footer, #copyright, #sidebar h3 {margin:0!important;}
    .row {margin:0;}

    #sidebar .collapse, #product-stack .panel .collapse, #sponsored-stack .panel .collapse {display:none;}

    #sidebar .collapse.in, #product-stack .panel .collapse.in, #sponsored-stack .panel .collapse.in {
        display: block;
    }
    .panel .sidebar-header {margin-top:0; border-top:1px solid #ddd;padding:0;}
    #products .panel-heading {padding:1px 0;}

    .sidebar-header:first-of-type {border-radius:0;}
    #sidebar h3, #product-stack .panel h3, #sponsored-stack .panel h3 {padding:0;}
    #product-stack .panel-heading h4, #sponsored-stack .panel h4 {margin:0;}
    #product-stack .panel, #sponsored-stack .panel {margin-bottom:0;}
    #sidebar h3 a, #product-stack .panel-heading h4 a, #sponsored-stack .panel-heading h4 a {padding:16px; display:block; text-decoration:none;}
    #sidebar h3 a:hover, #product-stack .panel .panel-heading h4 a:hover, #sponsored-stack .panel .panel-heading h4 a:hover {text-decoration: none;}
    #sidebar h3 a:focus, #product-stack .panel .panel-heading h4 a:focus, #sponsored-stack .panel .panel-heading h4 a:focus {outline: none;}
    #sidebar h3 a:after, #product-stack .panel .panel-heading h4 a:after, #sponsored-stack .panel .panel-heading h4 a:after {display:block;}
    #product-stack .panel-group .panel + .panel, #product-stack .panel-group .panel, #sponsored-stack .panel-group .panel {margin:0;}
   }

#sponsored-stack .row h4 {
    min-height: 80px;
}
#sponsored-stack .panel-body { padding: 30px 15px;}
#sponsored h5 a {
    color:#23527c;
    text-decoration: none;
}

/* Main Slider */
.slider-wide .slider_wrap {max-width:100%; margin:20px 20px 0;}

/* featured slider */

.slider-row {
    margin-bottom: 20px;
}

/* Tabs */
#products section.tabs {
    margin-top: 20px;
}
#productTabs {
    text-align:center;
}
.tabs.content-tabs {margin: 20px 0;}
.tabs.content-tabs .nav-tabs > li:first-of-type {margin-left:20px;}
.tabs.content-tabs > li > a {
    background-color: transparent;
    border: medium none;
    font-weight: normal;
    text-shadow: none;
    height: 53px;
    padding-top: 10px
}
.tabs.content-tabs .nav-tabs > li > a {border-width: 2px 2px 0; border-color:transparent;}
.tabs.content-tabs .nav-tabs > li > a:hover {
    background: #ffffff;
    color: #058FCB; /* theme color */
    border-width: 2px 2px 0;
    border-color: #058FCB; /* theme color */
}

.tab-nav > li {box-shadow:none;}

.tabs .tab-content {
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    border-radius: 0 0 8px 8px;
    border-right: 1px solid #DDDDDD;
    padding: 20px;
    border-top: none;
}
.tab-content.active {
    display:inline-block;
    width:100%;
}
.tabs.content-tabs .nav-tabs {
    background-color: #058FCB; /* theme color */
    background-repeat: repeat-x;
    border-top:1px solid #058FCB; /* theme color */
    border-bottom: none;
    border-radius: 8px 8px 0 0;
    margin: 0;
    padding: 0;
    height: 44px;
    box-shadow:0 2px 0 0 rgba(255, 255, 255, 0.3) inset;
}
.tabs.content-tabs .nav-tabs > li {
    top: -10px;
    position:relative;
}
.tabs.content-tabs .nav-tabs a {
    font-size: 16px;
    font-weight: bold;
    padding: 18px 20px 11px;
}
.tabs.content-tabs li a {
    color: #ffffff;
}
.tabs.content-tabs li.active a {
    color: #0B6396;
}
.tabs.content-tabs .nav-tabs li.active a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #0C98D5;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 2px medium;
    height: 53px;
    padding-top: 15px;
}
.tabs.content-tabs .nav-tabs a:focus {outline: none}

/* Home page Tabs - Main product tabs */
.tabs.product-tabs {
    position: relative;
    margin: 0 auto;
    width: 100%;
}


.tabs.product-tabs {
    margin:10px 0 0;
}

.tabs.product-tabs .tab-nav {
    background: transparent!important;
    border:none!important;
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;

}

.tabs.product-tabs .nav-tabs > li > a {
    border-radius: 4px;
}

.tabs.product-tabs .nav-tabs li {
    position: relative;
    z-index: 1;
    display: inline-block;
    text-align: center;
    top: 0;
    border:none!important;
    float:none;
    vertical-align: bottom;
    margin:0;

}
.tabs.product-tabs .nav-tabs li a {padding:10px 30px!important;}


.tabs.product-tabs .nav-tabs a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2;
    height: auto!important;
    padding:0!important;
    color: #777777;

}

.tabs.product-tabs .nav-tabs a span {
    vertical-align: middle;
}


.tabs.product-tabs .nav-tabs > li.active a, .tabs.product-tabs .nav-tabs > li.active > a:hover {
    background:transparent;
    color: #222!important;
}

.tabs.product-tabs .nav-tabs li.active a {
    border:none!important;
    height: auto;
}
.tabs.product-tabs .nav-tabs > li > a:first-child {margin:0;}
.tabs.product-tabs .nav-tabs a:focus {
    outline: none;
}

.tabs.product-tabs .nav-tabs a {
    overflow: visible;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.tabs.product-tabs .nav-tabs a span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.6em;
}

.tabs.product-tabs .nav-tabs li.active a:after,
.tabs.product-tabs .nav-tabs li.active a:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
}

.tabs.product-tabs .nav-tabs li.active a:after {
    margin-left: -10px;
    border-width: 10px;
    border-top-color: #fff;
}

.tabs.product-tabs .nav-tabs li.active a:before {
    margin-left: -11px;
    border-width: 11px;
    border-top-color: rgba(0,0,0,0.2);
}
.tabs.product-tabs .nav-tabs > li.active > a:hover, .tabs.product-tabs .nav-tabs > li > a:hover {border-color:transparent;}
@media screen and (max-width: 58em) {
    .tabs.product-tabs .nav-tabs {
        font-size: 0.6em;
    }
}

.tabs.product-tabs .tab-content {
    border:none;
    padding:20px 0 0 ;
}
.tabs.product-tabs .tab-content.featured {margin: 0 -15px; padding-top:20px; padding-left:10px; width:102%;}
#product-tabs {
    width:100%;
}
.brand-img, .merchant-img {
   display:inline-block;
    width: 16%;
    margin:2%;

}

/* Optin */
#vouchers .optin {margin-top:60px;}
.optin {
    background: #eeeeee;
    padding: 20px 0 40px;
    text-align: center;
    margin: 0 -10px;
}

.optin .fa.fa-envelope {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
    border-radius: 50%;
    color: #58d1d1;
    font-size: 40px;
    height: 75px;
    left: 0;
    margin: auto;
    padding-top: 15px;
    position: absolute;
    right: 0;
    top: -60px;
    width: 75px;
}


/* Search Results */
h2.main-heading {margin-top:0; font-size:22px}
.prod-container h4, .item h4, #sponsored-accordion h5 {
    font-size: 14px;
    font-weight:bold;
}
.product-title.item_name > a {
    color: inherit;
}
.result-title, .prod-container h4 a, .item h4 a, #sponsored-accordion h5 a {color:#23527c;
    text-decoration: none;}
.prod-container {margin-top:20px;}

.star-rating {
    background: url(../images/stars.png) no-repeat right 0;
    height:15px;
    display: block;
    margin-bottom: 5px;
}
.userComment .star-rating {
    background: url(../images/stars.png) no-repeat left 0;
}
.star-rating.stars-1 { background-position: right -16px;}
.star-rating.stars-2 { background-position: right -32px;}
.star-rating.stars-3 { background-position: right -48px;}
.star-rating.stars-4 { background-position: right -64px;}
.star-rating.stars-5 { background-position: right -80px;}

.userComment .star-rating.stars-1 { background-position: left -16px;}
.userComment .star-rating.stars-2 { background-position: left -32px;}
.userComment .star-rating.stars-3 { background-position: left -48px;}
.userComment .star-rating.stars-4 { background-position: left -64px;}
.userComment .star-rating.stars-5 { background-position: left -80px;}

.prod-container.list .star-rating.stars-0 { background-position: left 0;}
.prod-container.list .star-rating.stars-1 { background-position: left -16px;}
.prod-container.list .star-rating.stars-2 { background-position: left -32px;}
.prod-container.list .star-rating.stars-3 { background-position: left -48px;}
.prod-container.list .star-rating.stars-4 { background-position: left -64px;}
.prod-container.list .star-rating.stars-5 { background-position: left -80px;}

.prod-container.grid > .row, #featured .prod-container > .row, #popularTab .prod-container > .row, #relatedSlider .item > .row {
    width: 33%;
    float:left;
    padding: 0px;
    vertical-align: top;
    position: relative;
    margin:0 0 20px 0;
}

.prod-container.grid > .row {
    margin-bottom:20px;
    height: 370px;
}

body#search .prod-container.grid > .row {
    margin-bottom: 20px;
}
body#search .prod-container {margin: 20px 0;}

.prod-container.grid > .row > div, #featured .prod-container > .row > div, #popularTab .prod-container > .row > div, #relatedSlider .item > .row > div {
    width: 100%;
}
.prod-container.grid > .col-md-2 {text-align:center;}

.prod-container.list .product-info .col-md-6 {
    width: 100%;
}

.prod-container.list > .row {margin: 10px 0; padding: 10px 0;}

.prod-container.list .merchant-data .col-md-6 {
    width:100%;
    text-align: center;
}
.prod-container.grid .row.merchant-data {
    height: 48px;
}

.merchant-data img { max-height: 40px; }
.prod-container.list .btn-quick-shop {
    position: absolute;
    opacity: 1;
    top: auto;
    bottom: 30px;
    right:inherit;
    margin:0;
}
.prod-container.list > .row {
    position: relative;
}

.prod-container.list .grid-active { display:none; }
.prod-container.grid .grid-active { display:block; }

.prod-container.list .list-active { display:block; }
.prod-container.grid .list-active { display:none; }

.prod-container.grid .description {display:none;}

#featured .description, #popularTab .description, #relatedSlider .item .description {display: none;}
#featured .prod-container.list .prod-price, #popularTab .prod-container.list .prod-price {text-align:right;}
#featured .prod-container.list .btn-quick-shop, #popularTab .prod-container.list .btn-quick-shop {top: 20px; bottom: auto;opacity:0; margin:auto; left:0; right:0;}
#featured .prod-container.list .row:hover .btn-quick-shop, #popularTab .prod-container.list .row:hover .btn-quick-shop { opacity:1; }
#featured .product-image, #popularTab .product-image, .prod-container.grid .product-image, #relatedSlider .product-image {
    text-align:center;
    height: 180px;
}
#featured .product-image img, #popularTab .product-image img, .prod-container.grid .product-image img, #relatedSlider .product-image img {
    max-height: 100%;
}

.prod-container.grid .product-image, #relatedSlider .product-image {height: 180px; }
.prod-container.grid .product-image img, #relatedSlider .product-image img {vertical-align: middle; max-height: 100%;}

.prod-container.grid .row.ebay h4 {min-height:50px;}

#popular .row {
    padding-bottom:10px;
    margin:0 0 10px 0;
    border-bottom: 1px solid #ddd;
}

#popular .row:last-of-type {border:none; padding-bottom:10px; margin-bottom:0;}
#popular .star-rating {background-position: left 0;}
#popular .result-title.popularProd {
    font-size: 12px;
    font-weight: bold;
    text-decoration:none
}

#popular > div {
    margin-bottom:20px;
}
.btn.btn-quick-shop {
    position: absolute;
    top: 40px;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.6);
    color: #000;
    font-weight: bold;
    z-index: 99;
    left: 0;
    right: 0;
    margin: auto;
    opacity:0;

}

.prod-container > .row:hover .btn-quick-shop {
    opacity: 1;
}
.prod-price { font-size: 16px; font-weight:bold;}
.from-txt {font-size: 10px; text-transform: uppercase}

#grid, #list {border-radius:4px;}
#grid.active, #list.active {
    background:#747F9F;
    color: #ffffff;
}
.view-changer {float:right;}
.view-changer a {
    padding: 7px 12px;
}

body.grid-3 .prod-container.grid > .row {
    width:33%;
}

body.grid-3 .prod-container.grid > .row:nth-of-type(3n+4) {
    clear:both;
}

body.grid-4 .prod-container.grid > .row {
    width:25%;
}
body.grid-4 .prod-container.grid > .row:nth-of-type(4n+5) {
    clear:both;
}

body.grid-5 .prod-container.grid > .row, body#index.grid-5 .prod-container.grid > .row, body#index.grid-5 #featured .prod-container > .row, body#index.grid-5 #popularTab .prod-container > .row {
    width:20%;
}


body.grid-5 .prod-container.grid > .row:nth-of-type(5n+6) {
    clear:both;
}

body.grid-6 .prod-container.grid > .row {
    width:16.66666666666667%;
}
body.grid-6 .prod-container.grid > .row:nth-of-type(6n+7) {
    clear:both;
}
body.grid-4 #sponsored-accordion .prod-container.grid > .row, body.grid-5 #sponsored-accordion .prod-container.grid > .row, body.grid-6 #sponsored-accordion .prod-container.grid > .row {width:33%!important;}

body#index.grid-5 #popularTab .prod-container.grid > .row:nth-of-type(4n+5), body#index.grid-5 #featured .prod-container.grid > .row:nth-of-type(4n+5), body#index.grid-6 .prod-container.grid > .row:nth-of-type(6n+7) {
    clear:none!important;
}
body#index.grid-5 #popularTab .prod-container.grid > .row:nth-of-type(5n+6), body#index.grid-5 #featured .prod-container.grid > .row:nth-of-type(5n+6) {
    clear:both;
}

body.grid-3 #popularTab .prod-container.grid > .row:nth-of-type(3n+4), body.grid-3 #featured .prod-container.grid > .row:nth-of-type(3n+4) {
    clear:none;
}
body.grid-3 #popularTab .prod-container.grid > .row:nth-of-type(4n+5), body.grid-3 #featured .prod-container.grid > .row:nth-of-type(4n+5) {
    clear:both;
}
body#index.grid-3 #popularTab .prod-container.grid > .row:nth-of-type(4n+5), body#index.grid-3 #featured .prod-container.grid > .row:nth-of-type(4n+5) {
    clear:none;
}
.prod-container.grid h4 { min-height: 30px}

.btn-block {margin-top:10px;}

#index .prod-container.grid > .row, #index #featured .prod-container > .row, #index #popularTab .prod-container > .row {
    float:left;
    width:25%;
}

.prod-container.grid .product-title {
    height:50px;
}
/* Pagination */
.pag-nav {
    clear: both;
    margin-bottom: 20px;
    text-align:right;
}
ul.pagination li a, .panel-heading {
    background: #747f9f;
    color: #fff;
}

ul.pagination li.active a, ul.pagination li:hover a {
    background:#58D1D1;
    color: #ffffff;
    border: 1px solid #58D1D1;
}
.sort {
    background: #eee none repeat scroll 0 0;
    padding: 5px;
}
.sort > div {margin-right:10px;}
#content-filters label {
    display:block;
}
#content-filters .form-group, #content-filters .form-control {width:100%;}
#content-filters .filter-btn { margin-top: 10px; width:100%; display:block;}
#filter-dropdown { padding:10px; min-width:250px; }
#content-filters .price-inp {width:49%;}
#content-filters .price-inp:first-of-type {margin-right:2%;}
.btn-group.open .dropdown-toggle {color:#fff;}
/* Product Page */
.main-prod-detail {
    margin: 0 0 20px 0;
}
.main-image {
    text-align:center;
}
.panel {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#products .panel-heading {
    padding: 1px 15px;
    border-radius: 0;
}

.panel-heading {
    position:relative;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top:none;
}
table {border:1px solid #ddd;}
thead {background:#eee;}
table.prices {width: 100%;}
.user-reviews a:hover { text-decoration: none }
.user-reviews a {position:relative; margin-left:10px;}
.user-reviews a:before {
    position:absolute;
    width:1px;
    content:"";
    height: 100%;
    background: #ddd;
    left: -8px;
    top: 0;
}
.user-reviews span {display:inline-block; vertical-align: top;}
.user-reviews span:last-of-type {margin-left:10px;}
.user-reviews span.star-rating {width: 100px; margin-top: 3px;}
.review-body {
    border-bottom: 12px solid #ddd;
    padding: 0 0 20px;
}
.review-body .star-rating {float:left; width:100px;}
.review-body b {position:relative; top: -3px; left:4px;}

.best-price {font-size: 32px; padding:8px 0;
    position: relative;
}

.best-text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: text-top;
}
.prices-img, .price-btn {text-align: center;}
.prices-img img {max-height:60px; max-width: 100px;}

#relatedSlider {padding: 30px 0;}

#relatedSlider .carousel-control {
    background: none;
    height:40px;
    width: 40px;
    display: block;
    color: #fff;
    font-size: 48px;
    text-shadow: none;

}
#relatedSlider .carousel-control.left {
    left: auto;
    right: 35px;
    top:-60px;
}

#relatedSlider .carousel-control.right {
    left: auto;
    right: 0;
    top:-60px;
}

#relatedSlider h4 {min-height: 30px;}

.single-voucher {
    margin-top:10px;
}
.single-voucher .voucher {
    background: #b2da1d none repeat scroll 0 0;
    color: #fff;
    padding: 0 2px;
}

.subscribe {
    display:inline-block;
    margin-top:5px;
    font-size: 14px;
    color: #23527c;
    text-decoration: underline;

}

.subscribe.btn.btn-lg {
    font-size: 18px;
    position: relative;
    top: -2px;
    color:#fff;
}

.close:focus, .close:hover {color:#fff;}
/* Footer */
section#footer {
    background: #222;
    padding: 30px 0;
    color: #fff;
    margin: 0 -10px;
}
section#footer h4, #copyright { color: #fff;}
section#footer ul li {
    list-style:none inside;
    padding: 4px 0;
}

section#footer ul li a {
    color: inherit;
}
.footer_block_title > h4 {
    background: #58d1d1 none repeat scroll 0 0;
    display: inline;
    font-weight: 500;
    padding: 4px 10px;
    position: relative;
}
.footer_block_title > h4::after, .panel .sidebar-header:after, .panel-heading:after {
    border-left: 5px solid transparent!important;
    border-right: 5px solid transparent!important;
    border-top: 5px solid;
    bottom: -5px;
    content: " ";
    left: 10px;
    position: absolute;

}
.footer_block_title > h4:after {border-color:#58d1d1;}

.panel .sidebar-header:after, .panel-heading:after {border-top-color:#747F9F;}

.footer_block_title {margin-bottom:20px;}

section#copyright {
    background: #111;
    padding-top: 4px;
    margin:0 -10px;
}

/** Recent Comments **/
.comment-body:first-of-type {padding-top:0}
.comment-body:last-of-type {padding-bottom:0; border-bottom: none;}

.comment-body {
    position:relative;
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;

}

.recent-comments .date {position:absolute; top:20px; right:0; font-size: 12px; font-weight:bold;}

.recent-comments .star-rating {
   margin-top: 5px;
}
.recent-links a {
    color: #2B9CF2;
    font-size: 14px;
    margin-right: 20px;
    text-decoration: underline;
}

blockquote {
    padding: 10px;
    border-left: 5px solid #EEE;
    font-style: italic;
    background: none repeat scroll 0% 0% #EEE;
    border-radius: 6px;
    margin: 20px;
}
/* Quick Shop */


#quickshop #main-prod-detail, #quickshop #product-stack {
     background: none repeat scroll 0 0 #fff;
     left: 0;
     margin: 0 auto;
     max-width: 65%;
     padding: 10px;
     position: relative;
     right: 0;
 }

#quickshop #main-prod-detail hr {display:none;}
#closeModal {
    font-size: 38px;
    position: absolute;
    right: 10px;
    z-index: 99;
}
#closeModal .close {font-size:40px;}
#onLoad {
    position:fixed;
    top:0;bottom:0;right:0;left:0;
    margin: auto;
    z-index: 99999999999999;
    height: 128px;
    width: 128px;
    background: url("../images/loading.gif") no-repeat;
    background-size:50%;

}
#subscribeModal .modal-body {
     width:100%;
 }
.modal-content {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.modal-header {
    background:#000;
    border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;

}
button.close {
    opacity: 0.5;
    color: #fff;
}
#quickshop button.close {color:#000}
.modal-header h5 {color:#fff;}

.modal-dialog {margin-top:50px;}

@media screen and (max-width:767px) {
    .btn-quick-shop {display: none;}
    .modal-dialog {text-align:center;}
    .subImg {margin-bottom: 10px;}
    a.CoverPop-close {right:0;}
    #quickshop #main-prod-detail, #quickshop #product-stack {
        max-width:85%;
    }
    #quickshop {padding-top:80px;}
    #popular h5, #sponsored-accordion h5 {
        height: auto;
    }
    #search_ebay > .row > div, #search_amazon > .row > div {margin-bottom:20px;}

    #sidebar h3 {font-size:14px;}
    .prod-container h4, .item h4, #sponsored-accordion h5 {font-size:12px;}
}
/* Buttons */
.btn {
    background:#B2DA1D;
    transition: all 0.2s ease 0s;
}
.btn {


}

.btn:hover {
    background:#747F9F;
}

.btn.btn-cta {
    background: #ff3019; /* Old browsers */

}

a.m-search {
    display:none;
}

@media screen and (max-width: 992px) {
    #popular h5, #collapse-sponsored h5 {
        height: 48px;
    }
    .slider-wide .slider_wrap, .tabs.product-tabs, .tabs.product-tabs .tab-content, .prod-container, #index #main-content, #sidebar {margin: 0; padding:0}
    #productTabs {margin-bottom:10px;}
    .optin {margin-top:40px!Important;}

    #sponsored-accordion {margin-top: -20px;}
    body.grid-4 #sponsored-accordion .prod-container.grid > .row, body.grid-5 #sponsored-accordion .prod-container.grid > .row, body.grid-6 #sponsored-accordion .prod-container.grid > .row {width:50%!important; margin-left:0; margin-right:0;}

    #prod-accordion .panel, #sponsored-accordion .panel {
        border-radius: 0;
        border-top: 1px solid #ddd;
    }
    #prod-accordion .panel-heading, #sponsored-accordion .panel-heading {
        border-radius: 0;
    }

    body.layout-boxed .wrapper {padding-top:0;}
    .tabs.product-tabs .nav-tabs a span { font-size:1.8em; }
    nav.navbar {
        width:100%;
        background: #222!Important;
        border-radius: 0;
        z-index:9999;
    }
    .navbar-toggle {border:none;}
    .navbar-toggle .icon-bar {background:#fff}
    .overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        left:0;
        top:0;
        background:rgba(0,0,0,0.6);
        z-index: 99999;
    }
    .search-links {display:none;}
    section#search {
        background:transparent!important;
        opacity:0;
        position:fixed;
        right:0;
        left:0;
        top:100px;
        margin:auto;
        transform: scale(0,0);
        transition: all 0.3s ease 0s;
        z-index:999999;
        max-width:90%;
        border-radius: 0;
        visibility: hidden;
    }
    section#search.affix {position:absolute;}

    section#search.affix.active {position:fixed; top:50px; z-index:999999;}

    section#search.active {
        transform: scale(1,1);
        opacity: 1;
        visibility:visible;

    }
    .search_wrap {padding-right: 0;}

    section#search .ui-widget {height:49px; margin-bottom:10px; width:100%;}
    section#search .form-control {margin-bottom:10px;}
    section#search select {width:100%;}
    section#search .btn {position:relative; width:100%; padding:20px 0}


    a.m-search {
        display: block;
        font-size: 25px;
        position: absolute;
        right: 60px;
        top: 4px;
        width: 30px;
        color:#fff;
    }

    .search-links span {padding:0 0 6px 0;}

    .main-image {text-align: left;}

    .prod-container.grid > .row, #featured .prod-container > .row, #popularTab .prod-container > .row, #relatedSlider .item > .row {
        width:50%;
        margin-right:0;
        margin-left:0;
        float:left;
        height:380px;
    }

    body.grid-3 .prod-container.grid > .row:nth-of-type(3n+4), body.grid-4 .prod-container.grid > .row:nth-of-type(4n+5), body.grid-5 .prod-container.grid > .row:nth-of-type(5n+6), body.grid-6 .prod-container.grid > .row:nth-of-type(6n+7) {clear:none;}


    #relatedSlider .item > .row {height:auto;}
    .prod-container.grid > .row {height:auto;}

    #popular > .row, #relatedSlider .item > .row {
        display: inline-block;
        text-align: center;
        border-bottom: 1px solid #ddd;
        padding: 20px 0;
    }
    /*#popular .star-rating.stars-0 { background-position: center 0;}
    #popular .star-rating.stars-1 { background-position: center -16px;}
    #popular .star-rating.stars-2 { background-position: center -32px;}
    #popular .star-rating.stars-3 { background-position: center -48px;}
    #popular .star-rating.stars-4 { background-position: center -64px;}
    #popular .star-rating.stars-5 { background-position: center -80px;}
*/
    .optin .fa.fa-envelope {top: -75px;}

    body.grid-3 .prod-container.grid > .row, body.grid-4 .prod-container.grid > .row, body.grid-5 .prod-container.grid > .row, body.grid-6 .prod-container.grid > .row {width:33%;}


    #popularTab .prod-container.grid > .row:nth-of-type(5n+4), #featured .prod-container.grid > .row:nth-of-type(5n+4) {
        clear:none!important;
    }



    #index .prod-container.grid > .row, #index #featured .prod-container > .row, #index #popularTab .prod-container > .row {
        float:left;
        width:33%!important;
    }
    #popularTab .prod-container.grid > .row:nth-of-type(5n+6), #featured .prod-container.grid > .row:nth-of-type(5n+6) {
        clear:none!important;
    }
    body.grid-3 #popularTab .prod-container.grid > .row:nth-of-type(3n+4), body.grid-3 #featured .prod-container.grid > .row:nth-of-type(3n+4) {
        clear:both;
    }

    .sidebar-body .dropdown-submenu > .dropdown-menu {
        left: 0;
        top: 100%;
        width: 100%;
        z-index: 9;
    }
    .panel .sidebar-header::after, .panel-heading::after {
        display:none;
    }
    #accordion {margin:0 -15px;}
    #sidebar #accordion .panel.category-panel .sidebar-header {border-radius:0;}

    .panel-collapse.in {padding:10px;}
}

@media screen and (max-width: 767px) {
    .view-changer, .sort label {display:none;}
    .sort {padding:20px; border-top: 1px solid #ddd; border-bottom:1px solid #ddd;}
    .sort > div {float:none!important; width:100%;}
    .sort .btn.dropdown-toggle {width:100%;}
    #filter-dropdown {width:100%; background:#fff; width:100%; min-width:auto;}
    #content-filters .price-inp {width:100%; margin:0;}
    #content-filters .price-inp:first-of-type {margin-bottom:10px;}
    body.grid-3 .prod-container.grid > .row, body.grid-4 .prod-container.grid > .row, body.grid-5 .prod-container.grid > .row, body.grid-6 .prod-container.grid > .row {width:50%; margin:0 0 20px;}

    .prod-container.grid > .row:nth-of-type(2n+3) {clear:both!important;}

    body.grid-4 #sponsored-accordion .prod-container.grid > .row, body.grid-5 #sponsored-accordion .prod-container.grid > .row, body.grid-6 #sponsored-accordion .prod-container.grid > .row {width:100%!important;}


    #br-nav {display:none;}
    #productTabs {display:block;}

    #relatedSlider .item > .row {
        width: 100%!important;
        margin-bottom: 20px!important;

    }

    #relatedSlider .item > .row .product-image, #relatedSlider .item > .row h4, h2.main-heading {
        text-align: center;
    }

    .tabs.product-tabs .nav-tabs li {
        width:100%;
        display: block;
        float:none;
        margin-bottom: 20px;
    }
    .tabs.product-tabs .nav-tabs li.active a, .tabs.product-tabs .nav-tabs li.active:hover a {
        background: #eee;
    }
    .tabs.product-tabs .nav-tabs li.active:hover a {}
    .tabs.product-tabs .nav-tabs li.active a::after, .tabs.product-tabs .nav-tabs li.active a::before {
        display: none;
    }
    .tabs.product-tabs .nav-tabs li a {padding:12px 30px!important;}
    .tabs.product-tabs .nav-tabs li {margin-bottom:5px;}

    .prod-container.grid > .row, #featured .prod-container > .row, #popularTab .prod-container > .row, #relatedSlider .item > .row {
        width:100%;
        height: auto;

    }


    .main-image {text-align: center;}

    #popular > .row {
        width: 45%;
        margin:0 2%;
}
    #main-prod-detail .col-md-7, .share_btns {
        text-align:center;
    }
    .share_btns {
        display: table;
        margin: 0 auto;
    }

    #signup {
        clear: both;
        display: block;
        margin: -10px auto 0;
        text-align: center;

    }
    .optin .form-control {margin-bottom:10px;}

    #toTop {display:none!important;}

    #index .prod-container.grid > .row, #index #featured .prod-container > .row, #index #popularTab .prod-container > .row {
        float:left;
        width:50%!important;
    }
    body.grid-3 #popularTab .prod-container.grid > .row:nth-of-type(3n+4), body.grid-3 #featured .prod-container.grid > .row:nth-of-type(3n+4) {
        clear:none;
    }
    body.grid-3 #popularTab .prod-container.grid > .row:nth-of-type(2n+3), body.grid-3 #featured .prod-container.grid > .row:nth-of-type(2n+3) {
        clear:both;
    }

    .star-rating.stars-0 { background-position: center 0;}
    .star-rating.stars-1 { background-position: center -16px;}
    .star-rating.stars-2 { background-position: center -32px;}
    .star-rating.stars-3 { background-position: center -48px;}
    .star-rating.stars-4 { background-position: center -64px;}
    .star-rating.stars-5 { background-position: center -80px;}
    .merchant-data > div {text-align:center!important}

    .prod-container.grid .row.merchant-data {height:auto}

    .product-title {text-align:center;}

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {padding:3px 12px;}
    .navbar-nav li ul li ul {
        font-size: 92%;
    }

    .tabs.product-tabs .nav-tabs li {margin:0;}
    .main-heading {margin-top:10px!important;}
    .prod-container.grid .product-title {height:auto;}
}

@media screen and (max-width: 479px) {
    body.grid-3 .prod-container.grid > .row, body.grid-4 .prod-container.grid > .row, body.grid-5 .prod-container.grid > .row, body.grid-6 .prod-container.grid > .row {
        width:100%;
    }
    body.grid-3 #popularTab .prod-container.grid > .row:nth-of-type(3n+4), body.grid-3 #featured .prod-container.grid > .row:nth-of-type(3n+4) {

    }

    #popular > .row {
        width: 100%;
        margin:0;
    }

    .tabs.product-tabs .nav-tabs li { width:100%; }
    #index .prod-container.grid > .row, #index #featured .prod-container > .row, #index #popularTab .prod-container > .row {
        float:none;
        width:100%!important;
    }
}


/* Drop down Sub menu */
.navbar-nav li.ch-dropdown .dropdown-menu {
    overflow: visible;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu ul li a {padding:5px 20px!important;}

.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;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    background: rgba(0, 0, 0, 0) url("../images/icon_li.png") no-repeat scroll center bottom;
    border: medium none;
    content: " ";
    display: block;
    height: 10px;
    opacity: 0.8;
    position: absolute;
    right: 3px;
    top: 7px;
    width: 20px;
}
.sidebar-body .dropdown-submenu > a:after {
    top:9px;
    right:0;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.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;
}
.preloader{display:block;width:26px;height:26px;position:absolute;top:50%;left:50%;margin-top:-14px;margin-left:-20px;border:solid 3px;border-color:#555 #fff;-webkit-border-radius:1000px;border-radius:1000px;-webkit-animation-name:rotate;-webkit-animation-duration:1.5s;-webkit-animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-name:rotate;-moz-animation-duration:1.5s;-moz-animation-iteration-count:infinite;-moz-animation-timing-function:linear;-o-animation-name:rotate;-o-animation-duration:1.5s;-o-animation-iteration-count:infinite;-o-animation-timing-function:linear;animation-name:rotate;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:linear}

@-webkit-keyframes rotate{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@-moz-keyframes rotate{from{-moz-transform:rotate(0deg)}to{-moz-transform:rotate(360deg)}}@-o-keyframes rotate{from{-o-transform:rotate(0deg)}to{-o-transform:rotate(360deg)}}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.slideshow-wrapper{position:relative}.slideshow-wrapper ul{list-style-type:none;margin:0}.slideshow-wrapper ul li,.slideshow-wrapper ul li .orbit-caption{display:none}.slideshow-wrapper ul li:first-child{display:block}.slideshow-wrapper .orbit-container{background-color:transparent}.slideshow-wrapper .orbit-container li{display:block}.slideshow-wrapper .orbit-container li .orbit-caption{display:block}

.dd-search {
    padding: 4px 10px;
    display:block;
}
.dd-search .form-control {
    border-width: 2px;
    height: 36px;
}

/* Social icons */
.social-links i {
    background:rgba(0,0,0,0.2);
    height:40px;
    width:40px;
    border-radius:50%;
    padding-top: 10px;
    font-size:18px;
    text-align: center;
}
.social-links li {
    float:left;
    margin-right:5px;
}
.social-links li:hover i {
    color:#58D1D1;
}

/* Vouchers */
#vouchers .main-heading {margin-top:20px;}
.Coupon {
    margin-bottom: 20px;
    border:4px dashed #747f9f;
}

.counter {
    display:inline-block;
    margin-right:-3px;
    background:#747F9F;
    color:#fff;
    text-align:center;
    font-size:14px;
    border-radius:50%;
    width:56px;
    height:56px;
    padding-top:7px;
}
.counter .label {display:block; font-size:9px;}

.coupon-inner {
    background: #eee none repeat scroll 0 0;
    padding: 10px;
    border:2px solid #fff;
}
.coupMerch-inner {height:125px;}
.Coupon img {
    padding:2px;
    background:#fff;
    border:1px solid #ccc;
    max-height:100%;
}
.coupExpires span {color:red; font-weight: bold}

#CoverPop-cover .form-control {margin-bottom:10px;}
.CoverPop-content.splash-center {
    max-width:600px;
    width:80%;

}
#toTop {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border-radius: 50%;
    bottom: 20px;
    color: #58d1d1;
    cursor: pointer;
    font-size: 28px;
    height: 48px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 48px;
    z-index:999;

}

a.CoverPop-close {text-decoration: none}

/* Maintenance */
#content {
    padding:60px 0;
    border-bottom: 2px solid #ddd;
    background:#ffffff;
    text-align: center;
}

#banner-bottom {
    margin: 25px auto 50px;
}

@media screen and (max-width:992px) {
    .dropdown-submenu:hover > .dropdown-menu {
        display: none;
    }

    .dropdown-submenu.open:hover > .dropdown-menu {
        display: block;
    }
    #sidebar .dropdown-menu {
        background:#fff;
    }
    #sidebar #accordion .panel.category-panel {
        border-radius:0;
    }
}