/*** Default blue changed to: #686868 ***/

.profile label.allergyCheck,
.profile label.conditionCheck{
    display: inline-block;
    width: 30% !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 13px;
    line-height: 180%;
    width: 100%;
}

@font-face {
    font-family: 'have_heart';
    src: url('fonts/have_heart_one-webfont.woff2') format('woff2'),
         url('fonts/have_heart_one-webfont.woff') format('woff'),
         url('fonts/Have Heart One.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;

}

/* default font size */

.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */

h1 {
    font-size: 28px;
    color: #4B3788;
    margin: 0 0 15px 0;
}
h2, legend {
    font-size: 24px;
    color: #67B6AC;
    margin-top: 0px;
}
h3 {
    font-size: 21px;
    color: #4B3788;
}
h4 {
    font-size: 18px;
    color: #67B6AC;
}
h5 {
    font-size: 16px;
    color: #4B3788;
}
h6 {
    font-size: 14px;
    color: #67B6AC;
}
a {
    color: #4B3788;
}
a:hover {
    text-decoration: none;
    color: #67B6AC;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 12px;
    font-weight: normal;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 12px;
    border-radius: 0px;
    border-color: #e5e5e5;
    box-shadow: none;
    background: #eee;
}

.form-builder textarea {
    height: 185px!important;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}
.nav-tabs {
    margin-bottom: 15px;
    border-color: #e5e5e5;
}
.nav-tabs > li > a {
    border-radius: 0px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-color: #e5e5e5 #e5e5e5 transparent;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: 700;
}

/* All drop down menus */

.dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    margin:0;
    right:-4px;
    /*min-width: 100%;*/
    min-width: 200px;
}
.dropdown-menu > li > a {
    padding: 7px 15px;
    font-size: 12px;
    color: #666;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background: #8AC6BE;
}

/* Containers */

.container {
    /* including left & right 15px padding */
    width: 1230px;
}

/* Top */

#top {
    background-color: #fff;
    padding: 0;
    margin: 0;
    min-height: 38px;
}
/*#top .container {
    padding: 0 20px;
}*/

#top .contact-links {
    width:140px;
}

#top .shop-links {
    width: calc(100% - 145px);
}
#top #currency .currency-select {
    text-align: left;
}
#top #currency .currency-select:hover {
    text-shadow: none;
    color: #fff;
    background: #686868;
}

#top .shop-links {
    padding-top:0;
}

#top .shop-links > ul > li {
    padding: 6px 17px 7px;
    border-left: 1px solid #eee;
}

#top .shop-links .cart-list {
    padding:0;
}

#top .top-links ul {
    margin-bottom:0;
}
#top .btn-link,
.top-links li,
.top-links a {
    color: #444444;
    text-decoration: none;
    font-size: 11.5px;
}
#top .btn-link:hover,
.top-links a:hover,
.top-links a:active,
.top-links a:focus {
    color: #be0027;
}
.top-links .dropdown-menu a {
    text-shadow: none;
}
.top-links .dropdown-menu a:hover {
    color: #FFF;
}
#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}
#top .currency {
    padding-top: 0;
    padding-bottom: 0;
}
.top-links {
    padding-top: 7px;
}
.top-links .fa {
    font-size: 12px;
    margin-right: 2px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    background: #269688;
    color: #fff;
}

.top-links #cart .fa {
    background: #269688;
}
.top-links a + a {
    margin-left: 15px;
}
.top-links .mobile-menu {
    display: none;
}
.top-links .phone,
.top-links .phone a,
.top-links .email,
.top-links .email a {
    font-size: 13px;
    font-weight: 600;
}
.top-links .phone .fa {
    font-size: 15px;
    vertical-align: middle;
}
.top-links .btn .fa {
    font-size: 14px;
}
.top-links .email .fa {
    font-size: 13px;
}
.top-links .social a {
    margin: 0;
}
.top-links .social .fa {
    font-size: 13px;
    margin-right: 2px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 24px;
    text-align: center;
        padding: 1px;
    background: #472981;
    padding-left: 2px;
    color: #fff;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.top-links .social .fa:hover {
    background: #472981;
}
.top-links.mobile-menu {
    display: none;
}


/* Header row */

header {	
background: rgba(81,171,160,1);
/*
background: -moz-linear-gradient(top, rgba(81,171,160,1) 0%, rgba(72,183,238,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(81,171,160,1)), color-stop(100%, rgba(72,183,238,1)));
background: -webkit-linear-gradient(top, rgba(81,171,160,1) 0%, rgba(72,183,238,1) 100%);
background: -o-linear-gradient(top, rgba(81,171,160,1) 0%, rgba(72,183,238,1) 100%);
background: -ms-linear-gradient(top, rgba(81,171,160,1) 0%, rgba(72,183,238,1) 100%);
background: linear-gradient(to bottom, rgba(81,171,160,1) 0%, rgba(72,183,238,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#088ec7', endColorstr='#48b7ee', GradientType=0 );
*/
}

.header {
    padding: 14px 0px;
}

.header > div {
    float: none;
    display: inline-block;
    margin: 0 -2px;
    vertical-align: middle;
}

/* logo */

#logo {
    margin: 0;
}
#logo a img {
    width: 210px;
    height: auto;
}

/* search */

.header #search {
    margin-bottom: 0px;
}
.header #search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
    border:0;
    background: #fff;
}
.header #search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 15px;
    text-shadow: 0px;
    background: #269688;
    color: #fff;
    border:1px solid #269688;
    box-shadow: none!important;
    text-shadow: none!important;
}

/* cart */

#top #cart {
    margin-bottom: 0px;
}
#top #cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    background: #269688;
    border-color: #269688;
    padding: 6px 22px 6px!important;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

@-moz-document url-prefix() {
    #top #cart > .btn {
        padding: 5px 22px 6px!important;
    }

}

#top #cart > .btn:hover {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    background: #93CAC4;
    border-color: #93CAC4;
}
#top #cart.open > .btn {
    background-image: none;
    background: #93CAC4;
    box-shadow: none;
    text-shadow: none;
}
#top #cart.open > .btn:hover {
    color: #fff;
    background: #93CAC4;
    border-color: #93CAC4;
}
#top #cart .dropdown-menu {
    background: #fff;
    z-index: 1001;
}
#top #cart .dropdown-menu {
    min-width: 100%;
}
#top #cart .dropdown-menu .btn {
    color: #fff;
}
#top #cart .dropdown-menu .btn .fa {
    /*display: none;*/
}
#top #cart .dropdown-menu table {
    margin-bottom: 10px;
}
#top #cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
#top #cart .dropdown-menu li p {
    margin: 20px 0;
}

/* Menu */
#menu-category {
    background: #51aba0;
    margin-bottom: 0px;
}

#menu-category nav {
    background: none;
}

#menu-category .navbar-nav {
    width: 100%;
    display: block;
    text-align: center;
    margin:0;
}

#menu-category .nav > li > a {
    color: #666 !important;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 600;
    background: #dfdfdf;
    border-left: 1px solid rgba(255,255,255,0.2);
}

#menu-category .dropdown-inner li a:hover {
    background: #222;
    color: #fff;
}

#menu-category .see-all:hover,
#menu-category .see-all:focus {
    text-decoration: none;
    color: #fff;
    background: #555;
}

#menu-category .btn-navbar:hover,
#menu-category .btn-navbar:focus,
#menu-category .btn-navbar:active,
#menu-category .btn-navbar.disabled,
#menu-category .btn-navbar[disabled] {
    color: #fff;
    background-color: #333;
}


/* Menu */
#category-menu {
    background: #51aba0;
    margin-bottom: 0px;
}

#category-menu nav {
    background: none;
}

#category-menu .navbar-nav {
    width: 100%;
    display: block;
    text-align: center;
    margin:0;
}

#category-menu .navbar-nav > li {
    float: none;
    display: inline-block;
    margin:0 -2px;
}

#category-menu .nav > li > a {
    color: #fff;
    padding: 15px 10px;
    font-size: 14px;
    font-weight: 600;
    background:#51aba0;
    border-left: 1px solid rgba(255,255,255,0.2);
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

#category-menu .nav > li:last-child > a {
    border-right: 1px solid rgba(255,255,255,0.2);
}
/*#category-menu .nav > li > a:hover,*/
/*#category-menu .nav > li.open > a {
    background: #45b6ed;
}*/
#category-menu .dropdown a:not([href]) {
    cursor: default;
}
#category-menu .dropdown-menu {
    padding-bottom: 0;
}
#category-menu .dropdown-inner {
/*    display: table;*/
    display: block;
}
#category-menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 7px 15px;
    clear: both;
    line-height: 20px;
    color: #333;
    font-size: 12px;
}
#category-menu .dropdown-inner li a:hover {
    background: #222;
    color: #fff;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #555;
    padding: 8px 20px;
    border-radius: 0px;
    font-size: 12px;
    background: #555;
    color: #fff;
    display: none;
}
#category-menu .see-all:hover,
#category-menu .see-all:focus {
    text-decoration: none;
    color: #fff;
    background: #555;
}
#category-menu #category {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    padding-left: 15px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#category-menu .btn-navbar {
    font-size: 14px;
    font-stretch: expanded;
    color: #FFF;
    padding: 7px 14px;
    float: left;
    background: rgba(72,183,238,1);
background: -moz-linear-gradient(top, rgba(72,183,238,1) 0%, rgba(8,142,199,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(72,183,238,1)), color-stop(100%, rgba(8,142,199,1)));
background: -webkit-linear-gradient(top, rgba(72,183,238,1) 0%, rgba(8,142,199,1) 100%);
background: -o-linear-gradient(top, rgba(72,183,238,1) 0%, rgba(8,142,199,1) 100%);
background: -ms-linear-gradient(top, rgba(72,183,238,1) 0%, rgba(8,142,199,1) 100%);
background: linear-gradient(to bottom, rgba(72,183,238,1) 0%, rgba(8,142,199,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48b7ee', endColorstr='#088ec7', GradientType=0 );
    border:0;
}
#category-menu .btn-navbar:hover,
#category-menu .btn-navbar:focus,
#category-menu .btn-navbar:active,
#category-menu .btn-navbar.disabled,
#category-menu .btn-navbar[disabled] {
    color: #fff;
    background-color: #333;
}
.navbar-collapse {
    padding: 0px;
}
/* Mobile Menu */
#top #menu {
    margin-bottom: 0px;
    background: none;
}
#top #menu nav {
    display: none;
}
/* Cat Menu */
#cat-menu {
    /*display: none; Hide Cat Menu on desktop */
}
#cat-menu nav {
    background: none;
}
#cat-menu .btn-navbar {
    float: right;
}
.navbar {
    border-radius: 0;
}
/* content */

#content {
    min-height: 300px;
}

/* Product & Category */

.img-thumbnail {
    border-radius: 0px;
    border-color: #e5e5e5;
}

/* footer */
/* footer */

footer {
    /*padding-top: 30px;
    border-top: 6px solid #179dda;*/
    color: #fff;
    background: rgba(81,171,160,1);
    /*
background: -moz-linear-gradient(top, rgba(72,183,238,1) 0%, rgba(8,142,199,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(72,183,238,1)), color-stop(100%, rgba(8,142,199,1)));
background: -webkit-linear-gradient(top, rgba(72,183,238,1) 0%, rgba(8,142,199,1) 100%);
background: -o-linear-gradient(top, rgba(72,183,238,1) 0%, rgba(8,142,199,1) 100%);
background: -ms-linear-gradient(top, rgba(72,183,238,1) 0%, rgba(8,142,199,1) 100%);
background: linear-gradient(to bottom, rgba(72,183,238,1) 0%, rgba(8,142,199,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48b7ee', endColorstr='#088ec7', GradientType=0 );
*/
}


footer hr {
    border-top: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #11719d;
}
footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

/*.footer > div:last-child {
    text-align: center;
}*/

.footer img {
    display: inline-block;
    vertical-align: middle;
}
.footer img.footer-positive {
    width: 75px;
    height: auto;
    margin-right:5px;
}
.footer img.footer-eway {
    width: 90px;
    height: auto;
}
.footer img.footer-chempro {
    width: 180px;
    height: auto;
    margin-top: 5px;
}
.footer > div {
    float: none;
    display: inline-block;
    margin: 0 -2px;
    vertical-align: top;
}

.footer-top {
    margin:0;
    background: #eeeeee;
    padding: 60px 0px;
    margin-top: 60px;
}

.footer-top .htmlcontent {
    margin:0;
}
/* alert */

.alert {
    padding: 8px 14px 8px 14px;
    border-radius: 0px;
}

/* breadcrumb */

.breadcrumb {
    margin: 20px 0 20px 0;
    padding: 0;
    border-radius: 0px;
    border: 0px;
    background: transparent;
}
.breadcrumb a {
    color: #aaa;
}
.breadcrumb a:hover {
    color: #888;
}
.breadcrumb i {
    font-size: 13px;
}
.breadcrumb > li {
    text-shadow: 0 1px 0 #fff;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    font-size: 11px;
}
.breadcrumb > li:first-child {
    padding-left: 0px;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: -5px;
    width: 12px;
    height: 12px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagination {
    margin: 0;
}

/* Tooltips */

.tooltip-inner {
    background: #777;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #777;
}

/* buttons */

.buttons {
    margin: 1em 0;
    clear: both;
    border-top: 1px solid #eee;
    padding-top: 1em;
}
.btn {
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none!important;
    text-shadow:none!important;
    text-transform: uppercase;
    font-weight:bold;
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
    color: #fff;
    text-shadow: none;
    background: #4DA99D;
    border:0;
}
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-default.disabled,
.btn-default[disabled] {
    background: #269688;
    color: #fff;
}


.prescription-upload.btn-default:before{
    font-family: 'FontAwesome';
    content: "\f093";
    color: #fff;
    font-size: 15px;
    margin-right:10px!important;
}

.patient-upload.btn-default:before {
    font-family: 'FontAwesome';
    content: "\f007";
    color: #fff;
    font-size: 15px;
    margin-right:10px!important;
}

.prescription-upload.btn-default {
    display: block;
    padding: 20px 12px;
     white-space: normal;
     word-wrap: break-word;
}

.patient-upload.btn-default {
    display: block;
    padding: 20px 12px;
     white-space: normal;
     word-wrap: break-word;
     background: #3C267F;
}

.patient-upload.btn-default:hover {
    background:  #3C267F;
}


.prescription-upload, .patient-upload {
    display: none!important;
}

#column-left .prescription-upload, #column-left .patient-upload {
    display: block!important;
}

#column-left .htmlcontent, #column-left .htmlcontent p {
    margin-bottom:0;
}
/*** main button ***/

.btn-primary {
    color: #fff;
    text-shadow:none;
    background: rgba(8,142,199,1);
    background: -moz-linear-gradient(top, rgba(8,142,199,1) 0%, rgba(72,183,238,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(8,142,199,1)), color-stop(100%, rgba(72,183,238,1)));
    background: -webkit-linear-gradient(top, rgba(8,142,199,1) 0%, rgba(72,183,238,1) 100%);
    background: -o-linear-gradient(top, rgba(8,142,199,1) 0%, rgba(72,183,238,1) 100%);
    background: -ms-linear-gradient(top, rgba(8,142,199,1) 0%, rgba(72,183,238,1) 100%);
    background: linear-gradient(to bottom, rgb(75,168,156) 0%, rgb(75,168,156) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#088ec7', endColorstr='#48b7ee', GradientType=0 );
    border:0;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background: #269688;
}
.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
    background: #faa732;
    border-color: #f89406;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    background: #ea9b2c;
    border-color: #ea8c08;
}
.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #7363A3;
    border-color: #7363A3;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    background: #7363A3;
    border-color: #7363A3;
}
.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #5bb75b;
    border-color: #51a351;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background: #50a750;
    border-color: #489148;
}
.btn-info {
    color: #fff;
    background: #7363A3;
    border-color: #7363A3;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background: #7363A3;
    border-color: #7363A3;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #686868;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #444;
    border-color: #333;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #333;
    border-color: #222;
    color: #fff;
}

/* list group */

.list-group a {
    border: 1px solid #e5e5e5;
    color: #666;
    padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444;
    background: #eee;
    border: 1px solid #e5e5e5;
    text-shadow: 0;
}
.list-group .list-group-item {
    border-radius: 0px;
}

.list-group .main-list-group-item {
    border:0!important;
    color: #fff;
    background:#269688;
    padding: 20px 12px;
    font-weight: bold;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.list-group .main-list-group-item:hover {
    background:#269688;
    color: #fff;
}

.list-group .main-list-group-item:before {
    font-family: 'FontAwesome';
    content: "\f093";
    color: #fff;
    font-size: 15px;
    margin-right:10px!important;
}

.list-group .patient-list-group-item {
    border:0!important;
    color: #fff;
    background:#3C267F;
    padding: 20px 12px;
    font-weight: bold;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.list-group .patient-list-group-item:hover {
    background:#3C267F;
    color: #fff;
}

.list-group .patient-list-group-item:before {
    font-family: 'FontAwesome';
    content: "\f007";
    color: #fff;
    font-size: 15px;
    margin-right:10px!important;
}

#column-left .htmlcontent, #column-left .htmlcontent p {
    margin-bottom:0;
}
/* carousel */

.carousel-caption {
    color: #fff;
    text-shadow: 0 1px 0 #000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */

.product-thumb {
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    overflow: auto;
    /*min-height: 530px;*/
}
.product-thumb .image {
    text-align: center;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
.product-thumb h4 {
    font-weight: 700;
    font-size: 15px;
    line-height: 150%;
}

.product-thumb h4 a {
    color: #341D79;
}

.product-thumb h4 a:hover {
    color: #8A7DB1;
}
.product-thumb .caption {
    padding: 10px 20px;
}

.product-thumb .caption {
    line-height: 130%;
}
.product-thumb .description {
    font-size: 12px;
    line-height: 145%;
}
.product-thumb .rating {
    padding-bottom: 10px;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    color: #F9BA5F;
    font-size: 20px;
    margin-top: 15px;
    font-weight: bold;
}
.product-thumb .price-new {
    font-weight:bold;
}
.product-thumb .price-old {
    color: #888;
    text-decoration: line-through;
    margin-left: 7px;
    font-size: 14px;
    font-weight: 600;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    /*	display: block;*/
    display: none;
}
.product-thumb .button-group {
    border-top:0px solid #e5e5e5;
    background-color: #eee;
    overflow: auto;
    /*
    position:absolute;
    bottom:15px;
    left:15px;
    right:15px;
    */
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #e5e5e5;
}
.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 43px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group a {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 23px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button + button, .product-thumb .button-group a + button {
    width: 20%;
    border-left: 1px solid #fff;
}
.product-thumb .button-group button:hover, .product-thumb .button-group a:hover {
    color: #333;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
.product-thumb .button-group .cart {
    background: rgba(72,183,238,1);
background: -moz-linear-gradient(top, rgb(38,150,136) 0%, rgb(38,150,136) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(38,150,136)), color-stop(100%, rgba(8,142,199,1)));
background: -webkit-linear-gradient(top, rgb(38,150,136) 0%, rgb(38,150,136) 100%);
background: -o-linear-gradient(top, rgb(38,150,136) 0%, rgb(38,150,136) 100%);
background: -ms-linear-gradient(top, rgb(38,150,136) 0%, rgb(38,150,136) 100%);
background: linear-gradient(to bottom, rgb(38,150,136) 0%, rgb(38,150,136) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48b7ee', endColorstr='#088ec7', GradientType=0 );
color: #fff;
border:0;
}
.product-thumb .button-group .cart:hover {
        background: #269688;
        color: #fff;
        border:0;
}

/* Grid View specific*/

.product-grid .product-thumb .image {
    float: none;
}
.product-grid .product-thumb .description {}

/* List View specific*/

.product-list .product-thumb {
    border:0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.product-list .product-thumb .image {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}
.product-list .product-thumb .description {}
.product-list .product-thumb .info {
    display: inline-block;
    vertical-align: top;
    width: 79%;
}
.product-list .product-thumb .caption {
    display: inline-block;
    margin-right: 5%;
    text-align: left;
    vertical-align: middle;
    width: 64%;
    padding-top: 0px;
}
.product-list .product-thumb .button-group {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    border: 0px;
    background: transparent;
    vertical-align: top;
}
.product-list .product-thumb .button-group button {
    margin-bottom: 2px;
    width: 100%;
    border: 0px solid #e5e5e5;
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails > img {
    width: 100%;
}

/* Product Page */

a.thumbnail {
    border: 0px solid #e5e5e5;
    border-radius: 0px;
}
a.thumbnail:active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #ddd;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 0px;
    display: block;
    border: 0px;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}
.product-right h1 {
    margin: 0 0 20px 0;
}
.product-right .wishlist-compare {
    padding-left: 0;
}

.product-right .wishlist-compare .btn-group {
    display: block;
    width: 100%;
}
.product-right .wishlist-compare .btn {
    padding: 12px 14px 11px 14px;
    width: 50%;
    border-left: 1px solid #fff;
}
.product-right .price {
    font-size: 24px;
    font-weight: 700;
    color: #FAC163;
}
.product-right .tax {
    display: none;
}
.product-right .details {
    font-size: 11px;
    color: #888;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

/* Modules */

h3.featured,
h3.latest,
h3.bestseller,
h3.special {
    font-size: 23px;
    margin: 0 0 20px 0;
    color: #5B4993;
    text-align: center;
    font-weight: 600;
}

h3.featured span {
    color: #67B6AC;
}
.htmlcontent {
    margin-bottom: 30px;
}

/* Panels */
.panel-default > .panel-heading {
    background-color: #f8f8f8;
    border-color: #e5e5e5;
    color: #666;
}
.panel-title {
    font-size: 13px;
    font-weight: 600;
}
.panel-group .panel {
    border-radius: 0px;
}
.well {
    border-radius: 0px;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: none;
    padding: 25px;
}

/* Floats */

.clearfloat:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.clearfloat {
    display: block;
}

/* Page Specific */

#login label {
    display: none;
}


/* fixed product layouts used in left and right columns */

#column-left {
    padding-left:0;
}
#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}
#cart table .btn-primary,
#cart table .btn-danger {
    background: transparent;
    border: 0px;
    box-shadow: none;
    font-size: 11px;
    padding: 5px 8px;
    box-shadow: none;
    text-shadow: none;
}
#cart table .btn-primary {
    color: #888;
}
#cart table .btn-danger {
    color: #da4f49;
}
#cart table .btn-primary .fa,
#cart table .btn-danger .fa {
    font-size: 15px;
}
/* fixed mobile cart quantity input */

.input-group .form-control[name^=quantity] {
    width: 50px;
}

.input-group .form-control {
    height: 37px;
}
.quantity .input-group {
    display: inline-block;
}

/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #7363A3;
}

/* Tables */

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: 0px;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-color: #e5e5e5;
}
.table-bordered > thead {
    background: #f8f8f8;
    font-weight: 600;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}
.table-striped > tbody > tr {
    background: #fff!important;
}

/* Mobile Hide */

.mobile {
    display: none!important;
}

/* Contact Form */
.form-builder h4 {
    font-size: 13px;
    color: #444;
}
.form-builder .btn-primary {
    display: block;
    width: 90%;
}

/* Photo Gallery */
#gallery #content img {
    width: 24.5%!important;
}

#button-search {
    margin-bottom: 30px;
}

.product-layout {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
}

#content img {
    max-width: 100%;
    height: auto!important;
}

/*.form-builder h4 {
    display: none;
}*/

.form-control:focus, input[type="text"]:focus, textarea:focus, input:focus {
    border-color: #ccc;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

a.allspecials {
    width: auto;
    display: block;
    padding: 12px 10px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-style: italic;
    background:#269688;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
margin: 0 15px;
}

a.allspecials:hover {
    background: #67B6AC;
}

.homewrap {
    display: flex;
}

.homewrap .homebox {
    flex: 1 0 auto;
    width: 30%;
    margin: 0 15px;
    text-align: center;
    background: #fff;
    padding: 35px;
}

.homewrap .homebox h3:before {
    font-family: 'FontAwesome';
    content: "\f1ea";
    display: block;
    width: 100%;
    color: #fff;
    background: #3C267F;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.homewrap .homebox:nth-child(2) h3:before {
    content: "\f0d1";
}

.homewrap .homebox:nth-child(3) h3:before {
    content: "\f155";
}

.homewrap .homebox h3 {
    margin: 0 0 20px;
    color: #666666;
    font-size: 17px;
    line-height: 150%;
}

#dream_column_header_bottom {
    margin-bottom: 30px;
}

.img-thumbnail {
    padding:0;
    border:0;
}

.table-contact td {
    width: 25%;
}


/* PERSCRIPTION PAGE / SEARCH PAGE */

.perscription-steps {
    background: #EEEEEE;
    padding: 35px 30px;
    margin-bottom: 30px;
    border-left: 6px solid #be0027;
}

.perscription-steps ol {
   list-style: none;
   counter-reset: item;
   padding-left:0;
 }
 .perscription-steps li {
   counter-increment: item;
   margin-bottom: 15px;
   font-size: 15px;
   margin-left: 70px;
 }
 .perscription-steps li:before {
   margin-right: 10px;
   content: "Step " counter(item);
   color: #67B6AC;
   font-weight:bold;
   font-size: 20px;
   text-align: center;
   display: inline-block;
   vertical-align: bottom;
   margin-left: -70px;
 }

 .perscription-steps li span {
    color: #444;
    font-weight: 600;
}

 .perscription-steps li span.free {
    color: #67B6AC;
    font-style: italic;
    font-size: 17px;
 }
.perscription-steps h2 {
    color: #be0027;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight:bold;
    font-size: 18px;
}


.perscription-search {
    padding: 20px;
    background: #eee;
    width: auto;
    margin-bottom: 40px;
    margin-top: 20px;
    box-shadow: 0 0 4px rgba(0,0,0,0.4);
}

.perscription-search .col-sm-4 {
    padding:0;
}

.perscription-search input[type="text"] {
    background: #fff;
    border:0;
    height: 39px;
}

#button-search {
    margin-bottom:0;
}

.perscription-box-wrap {
    display: flex;
    flex-wrap: wrap;
}

.perscription-box {
    flex: 1 0 auto;
    background: #fff;
    color: #666;
    width: 33%;
    padding: 20px;
    box-shadow:0 0 3px rgba(0,0,0,0.3);
    margin-bottom: 15px;
}

.perscription-box:nth-child(2n+2) {
    margin-left: 15px;
}

.perscription-box .fa {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #3C267F;
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-bottom:10px;
}

.perscription-box h3 {
    color: #be0027;
    font-size: 16px;
    font-weight:bold;
    text-transform: uppercase;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin:0 0 10px;
}

.perscription-box ul {
    padding-left: 29px;
}

.perscription-box ul li:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    margin-right: 10px;
    color: #67B6AC;
    font-size: 17px;
    margin-left: -26px;
}
.perscription-box ul li {
    margin-bottom: 8px;
    list-style: none;
}

.phone-text {
    color: #269688;
    font-size: 15px;
    font-weight: bold;
    margin-left: 15px;
}

.head-image {
    background-image: url(../image/bg-bottom.png), url(../image/bg-top.png);
    background-repeat: repeat, repeat;
}

.navbar-default {
    background-color: #269688;
    border-color: #269688;
}

.text-line {
    color: white !important;
    font-weight: bold;
    font-size: 15px;
    padding: 12px 10px !important;
}

.navbar {
    margin-bottom: 0px !important;
}

.vertical-line {
    border-left: 1px solid #51ABA0;
    height: 48px;
}

/************************************************************************************
   MEDIA QUERIES
*************************************************************************************/


/*====================== 1200px ======================*/

@media (max-width: 1200px) {
    .main-menu {
        display: none;
    }
    .top-links .mobile-menu {
        display: inline-block;
    }
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
    .product-grid .product-thumb .caption {
        padding: 0 10px;
    }
    .product-thumb .button-group button,
    .product-thumb .button-group button + button {
        width: 33.33%;
    }
    .container {
        width: 100%;
    }
    .product-right .wishlist-compare {
        padding-left: 15px;
        margin-top: 10px;
    }
    .product-right .btn-group {
        width: 100%;
    }
    .product-right .wishlist-compare .btn {
        width: 50%;
    }

    #menu .nav > li > a {
        padding: 15px 20px;
    }

    .homewrap .homebox {
        margin: 0 5px;
    }

    .footer-top {
        padding: 45px 20px;
        margin-top: 45px;
    }

    #dream_column_header_bottom {
        margin-bottom: 20px;
    }

    .nivo-caption {
        right: 30px!important;
        margin-right: 0px!important;
        width: auto!important;
        bottom:50%!important;
        margin-bottom: -90px!important;
    }

    .nivo-caption h1 {
        font-size: 90px!important;
    }
    #column-left {
    padding-left:15px;
}
}

/*====================== 1050px ======================*/

@media (max-width: 1050px) {
    .table-contact td {
        width: 100%;
        display:block;
    }
}


/*====================== 940px ======================*/

@media (max-width: 940px) {
    #menu .nav > li > a {
        padding: 15px 11px;
    }

    .footer img {
        display: block;
        margin: 0 auto 5px!important;
        max-width: 100%;
    }

    .nivo-caption {
        margin-bottom: -90px!important;
    }

    .nivo-caption h1 {
        font-size: 75px!important;
        margin-bottom: 5px!important;
    }

}


/*====================== 900px ======================*/

@media (max-width: 900px) {

}

/*====================== 767px ======================*/

@media (max-width: 767px) {
    .header {
        padding: 80px 0px 0px;
    }
    #top {
        position: fixed;
        width: 100%;
        z-index: 9;
        background: #fff;
        -webkit-box-shadow: 0 2px 2px 1px rgba(0,0,0,0.1);
box-shadow: 0 2px 2px 1px rgba(0,0,0,0.1);
    }
    #top,
    .top-links {
        padding: 0px;
        min-height: 52px;
        vertical-align: middle;
    }
    .top-links {
        z-index: 999;
    }
    .top-links.contact-links {
        padding: 15px 0px 0px 15px;
        width: 38%;
        margin-left: 50px;
    }

    #top .contact-links {
        width:155px;
    }

    #top .shop-links {
        width: calc(100% - 215px);
    }

    .top-links.shop-links li:nth-child(1),
    .top-links.shop-links li:nth-child(2) {
        padding-top: 10px;
        vertical-align: middle;
    }
    .top-links.contact-links .fa,
    .top-links.shop-links .fa {
        font-size: 16px;
    }
    #top #cart {
        margin-bottom: 0px;
    }
    #logo {
        text-align: center;
        margin-bottom: 20px;
    }
    /* Main Menu */
    #menu nav {
        display: none;
    }

    #menu .navbar-nav > li {
        display: block;
    }

    #top #menu nav {
        display: block!important;
        background: transparent;
    }

    #menu .dropdown-menu {
        background: #777;
    }
    #menu .dropdown-inner ul {
        width: 100%;
        display: block;
    }
    #menu .dropdown-inner a {
        color: #fff;
        padding: 15px;
        text-align: center;

    }
    /* Mobile Menu */
    #top #menu {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
    }
    #top #menu .container,
    #top #menu .navbar-header {
        padding: 0px;
        width: 100%;
    }
    #top #menu .navbar-collapse {
        margin-top: 18px;
    }
    #top #menu .btn-navbar {
        left: 15px;
        top: 9px;
    }
    /* Show Cat Menu */
    #cat-menu {
        display: block!important;
    }

    /*#cat-menu .container {
        padding:0;
    }*/

    #cat-menu .btn-navbar {
        background: #be0027;
    }
     #cat-menu .btn-navbar:hover {
        background: #990120;
    }
    #cat-menu #menu {
        padding: 0px;
    }
    #cat-menu #menu nav {
         position: relative;
        padding: 0px;
    }
    #cat-menu .navbar {
        min-height: 0px;
        border:0;
    }
    #cat-menu .navbar-header {
        padding: 0px;
    }
    #cat-menu .navbar-header a {
        padding: 0px;
        border: 0px;
        box-shadow: none;
        width: 100%;
    }
    #cat-menu .navbar-header .fa {
        float: right;
        padding: 7px 15px 0px 0px;
        font-size: 25px;
    }
    .navbar-collapse {
        padding: 0px;
        background: none;
        overflow: hidden;
    }
    /*.navbar-header {
        padding: 10px 10px 10px 15px;
    }*/
    /*.navbar-toggle {
        margin: 0;
    }*/
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
    .product-thumb .button-group button,
    .product-thumb .button-group button + button {
        width: 33.33%;
    }
    .mobile {
        display: inline-block!important;
    }
    .mobile-hide {
        display: none;
    }
    #content {
        min-height: 0px;
    }
    /* Contact Form */
    .information-1 #column-right {
        display: block!important;
        width: 100%;
    }
    /* Slider */
    .theme-default .nivo-controlNav {
        display: none;
    }
    .theme-default .nivoSlider {
        margin-bottom: 20px!important;
    }

    #top .shop-links > ul > li {
        padding: 13px 10px 14px;
    }

    #top .shop-links > ul > li.cart-list {
        border:0;
    }
    #top #cart > .btn {
        margin-top:0;
        padding: 12px 15px 13px!important;
    }

    .header > .col-sm-4 {
        float: right;
        margin-top: 8px;
        width: 50%;
    }
    .homewrap {
        display: block;
    }

    .homewrap .homebox {
        flex: 0 0 0;
        width: 100%;
        margin: 0 0 15px;
        padding: 20px;
    }

    .homewrap .homebox h3 {
        margin: 0 0 10px;
    }

    .homewrap .homebox h3:before {
        margin: 0 auto 10px;
    }

    #dream_column_header_bottom {
        margin-bottom: 10px;
    }
    .nivo-caption {
        margin-bottom: -65px!important;
    }

    .nivo-caption h1 {
        font-size: 55px!important;
    }

    .prescription-upload, .patient-upload {
        display: block!important;
    }

    .perscription-box-wrap {
        display: block;
    }

    .perscription-box {
        width: 100%;
        flex: none;
        margin: 0 0 15px!important;
    }

    #button-search {
        display: block;
        width: 100%;
    }
}

/*====================== 560px ======================*/

@media (max-width: 560px) {
    .product-list .product-thumb .image {
        width: 25%;
    }
    .product-list .product-thumb .info {
        width: 74%;
    }
    .footer .col-xs-3 {
        width: 50%;
        text-align: center;
    }
    .footer-mywork p {
        display: block;
        width: 100%;
        text-align: center;
    }
    #gallery #content img {
        width: 49.5%!important;
    }
    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: normal!important;
    }
    .cart .table-responsive .img-thumbnail {
        width: 50px!important;
    }

    .header > div, .header > .col-sm-4 {
        float: none;
        display: block;
        width: 100%;
        margin-top: 0px;
    }

    #logo a img {
        margin: 0 auto;
    }

    .header #search {
        width: 100%;
    }

    .header {
        padding: 75px 0px 10px;
    }

    .footer img {
        display: inline-block;
        vertical-align: middle;
    }

    .footer > div:last-child {
        width: 100%;
        display: block;
        border-top: 1px solid rgba(255,255,255,0.2);
        padding-top: 20px;
    }

    .nivo-caption {
        margin-bottom: -45px!important;
    }

    .nivo-caption h1 {
        font-size: 35px!important;
        margin-bottom: 2px!important;
    }
    .nivo-caption h4 {
        font-size: 13px!important;
    }
    .nivo-caption a.btn {
        display: none!important;
    }


}

/*====================== 478px ======================*/

@media (max-width: 478px) {
    h1 {
        font-size: 22px;
    }
    #cart .dropdown-menu {
        width: 100%;
        min-width: 300%;
    }
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
    .product-list .product-thumb .image,
    .product-list .product-thumb .info,
    .product-list .product-thumb .button-group {
        width: 100%;
        display: block;
    }
    /* Change these values to customise mobile header */
    .top-links.right {
        width: 60%;
    }
    .top-links.left {
        width: 40%;
    }
    .top-links .social,
    .top-links .phone {
        display: none;
    }
    .top-links.contact-links {
        display: none;
    }
    .related .description {
        display: none;
    }
    .related .product-thumb .caption {
        min-height: 0px;
    }
    #top .shop-links {
        width: calc(100%);
    }
    .phone-bit li {
    	padding: 13px 5px 8px !important;
    }
    .shop-links .phone-text a {
			color: #269688 !important;
	    font-size: 22px !important;
	    font-weight: bold !important;
    }
    #top .shop-links > ul > li {
        padding: 13px 5px 14px;
    }
    .nivo-caption {
        display: none!important;
    }

    .homewrap .homebox {
        margin: 0 0 5px;
    }

    .homewrap .homebox h3:before {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .homewrap .homebox h3 {
        font-size: 14px;
    }
}

/*====================== 400px ======================*/

@media (max-width: 400px) {
    .product-layout.col-xs-6,
    .featured .col-xs-6,
    .latest .col-xs-6,
    .special .col-xs-6,
    .bestseller .col-xs-6 {
        width: 100%!important
    }
}




/*==== MINS ====*/

/*================== 992px - 1199px ==================*/

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
    #gallery #content img {
        width: 100%!important;
    }
}

/*=================== 768 - 991px ====================*/

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

/*====================== min 768px ======================*/

@media (min-width: 768px) {
    #menu-category {
        display: none;
    }

    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
    .product-list .product-thumb .button-group {
        border-left: none;
    }
    /* fixed colum left + content + right*/
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

.list-group a.active{
    text-decoration: none !important;
    color: #666 !important;
    background: #ceceea !important;
    cursor: pointer;
}

.list-group a{
    text-decoration: none !important;
    /*color: #666 !important;*/
    cursor: pointer;
}

.first-level {
    background-color: #dfdfdf !important;
    border-color: ##dfdfdf !important;
}

.second-level {
    background-color: #eeeeee !important;
    border-color: #eeeeee !important;
}

.third-level {
    background-color: #ffffff !important;
}

.stock-status {
    color: #a94442;
    font-size: 10px;
}

.stock-difference {
    color: red;
    font-weight: 400;
    font-size: 11px;
}

.compare-price-old {
    color: #888;
    text-decoration: line-through;
    margin-left: 7px;
    font-size: 14px;
    font-weight: 600;
}

.compare-price-new {
    color: #F9BA5F;
    font-size: 20px;
    font-weight: bold;
}

.top-links #cart .dropdown-menu a:hover {
    color: #444444;
}

.modal-dialog{
      overflow-y: initial !important
}

.modal-body{
  overflow-y: auto;
}

#footer .container{
    text-align: center;
    padding: 15px;
}

@media only screen and (min-width: 480px) {
   #sort { float: left !important; }
   #limit { float: left !important; }
   /*#content { padding: 40px !important }*/
 }

@media only screen and (max-width: 480px) {
   #sort { float: left !important; }
   #limit { float: left !important; }
   /*#content { padding: 40px !important }*/
}

 .bootstrap-datetimepicker-widget {
    min-width: 0%;
 }

 #menu-title {
    float: left;
    border-color: #269688;
    color: white;
}

#menu-title:hover {
    background-color: #269688;
}

.navbar-header > button {
    margin-top: 12px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #888;
}
body, html { overflow-x:hidden; }

.banner-container {
    width: 1230px !important;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .banner-container {
        width: auto !important;
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .banner-container {
        width: auto !important;
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .banner-container {
        width: auto !important;
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {
    .banner-container {
        width: auto !important;
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .banner-container {
        width: auto !important;
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 3) {
    .banner-container {
        width: auto !important;
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media only screen and (min-device-width: 600px) and (max-device-width: 1280px) {
    .banner-container {
        width: auto !important;
        padding-right: 0px;
        padding-left: 0px;
    }
}

.panel-profile {
	border: 3px #F9C065 solid;
}