

/* The CSS */
.ms-select select {
    padding:5px 30px 5px 15px;
    height: 35px;
    margin: 0;
    border: 1px solid #ccc;
    background: #fff;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    font-size: 14px;
    width: 100%;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

.ms-select {position:relative;border: 1px solid #c1c1c1;padding: 0 !important;margin-right: 10px;}
.ms-select:after {
    content:'\>';
    font:30px "Consolas", monospace;
    color:#ccc;
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    right:8px; top:0px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}

/*  **************************************************/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
    line-height: 0;
    font-size: 0;
}
.container {
    position: relative;
}
.nicescroll {
    height: 160px;
}
/* Header Section **************************************************/
.header {
    z-index: 9;
    position: relative;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #212121;
}

/* Top Header **************************************************/

.left-top-header {
    margin-bottom: 12px;
}
.left-top-header li{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    color: #e1b531;
    position: relative;
    font-size: 16px;
    padding: 0 12px;
    padding-right: 0;
    font-weight: 300;
    border-left: 1px solid #e1b531;

}
.left-top-header li strong {
    color: #fff;
    font-weight: 600;
}
.left-top-header li:first-child {
    padding-left: 0;
    padding-right: 12px;
    border: none;
}
.left-top-header li a {
    color: #fff;
    font-weight: normal;
}

.right-top-header > ul > li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 13px;
    line-height: 1;
    color: #404040;
    padding: 0 6px;
    border-left: 1px solid #212121;
    
}
.right-top-header > ul > li > a {
    color: #404040;
}
.right-top-header > ul > li:first-child {
    border: none;
    padding-left: 0;
}
.right-top-header > ul > li:hover > ul {
    display: block;
}
.right-top-header ul ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 120px;
    border: 1px solid #727272;
    border-top: none;
    z-index: 999;
    background: #fff;
    display: none;
}
.right-top-header ul ul li {
    list-style: none;
    border-top: 1px solid #727272;

}
.right-top-header ul ul li a {
    padding: 5px 8px;
    font-size: 11px;
    display: block;
}
.right-top-header > ul > li.mu-basket {
    border: none;
}
/*  **************************************************/
.main-header {
    padding-top: 12px;
    background: #212121;
}
.logo {
    margin-bottom: 15px;
    width: 100%;
}
.right-header {
 margin-bottom: 20px;
 padding-top: 5px;
 font-size: 0;
}

.basketIcon {
    padding-left:42px;
    padding-right: 15px;
    background: url(layout/basket-Icon.png) no-repeat 14px center #ffcc33;
    line-height: 42px;
    color: #212121;
    font-style: italic;
    font-size: 12px;
}
.top-right-header {
    padding-bottom: 14px;
}
.bottom-right-header a.red-button {
    width: 218px;
    padding: 0;
    line-height: 43px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
}
.bottom-right-header a {
    font-size: 13px;
    color: #c6c6c6;
}
/* Navbar Section **************************************************/
.navbar {
    background: #ffcc33;
    min-height: 1px;
    border-radius: 0;
    margin-bottom: 0px;
    border: none;
}


.navbar-nav > li {
    padding: 0 15px;
    position: relative;
}
.navbar-nav > li > a {
    position: relative;
    z-index: 2;
    display: block;
    float: left;
    position: relative;
    padding: 0px 10px;
    line-height: 48px;
    background-color: transparent;
    font-size: 15px;
    color: #13182e;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.navbar-nav > li:hover > a, .navbar-nav > li:focus > a, .navbar-nav > li:active > a, .navbar-nav > li.active > a {
    color: #212121;
    background: none;
    box-shadow: 0 -2px 0 #f72700 inset;
}
 .navbar-nav > li.active > a {
    font-weight: 700;
 }
.navbar-toggle .icon-bar {
    background-color: #003d7e;
}
.navbarmenu > li {
    padding: 16px 6px 10px 6px;
}
.navbar-nav  li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}
.navbar-nav ul {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    min-width: 230px;
    background: #f8f8f8;
    border: 1px solid #909090;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.25s linear 0.15s;
    -moz-transition: all 0.25s linear 0.15s;
    -ms-transition: all 0.25s linear 0.15s;
    -o-transition: all 0.25s linear 0.15s;
    transition: all 0.25s linear 0.15s;
    padding: 0px;
}
.navbar-nav ul li {
    float: left;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #909090;
    overflow: hidden;
}
.navbar-nav ul li a {
    display: block;
    padding: 12px 15px;
    color: #2c2c2c;
    line-height: 16px;
    font-size: 14px;
    margin: 0;
    background-color: #f2f5f4;
}
.navbar-nav ul li a:hover {
   background: #212121;
    color: #fff;
}
.navbar-collapse a.button {
    line-height: 54px;
    padding: 0 14px;
    color: #fff !important;
    font-size: 14px;
}
.navbar-toggle {
    background-color: #fff;
}
/* Mega Menu **************************************************/
.navbar-nav li.db-megamenu > ul {
    width: 645px;
    background: #f2f5f4;
    overflow: hidden;
    display: none;
}
.navbar-nav li.db-megamenu:hover > ul {
    display: block;
}
.navbar-nav li.db-megamenu > ul > li > ul {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    border: none;
    background: none;
}
.navbar-nav li.db-megamenu > ul > li {
    float: left;
    width: 373px;
    border: none;
    padding: 30px 15px;
    padding-bottom: 32550px;
    margin-bottom: -32550px;
}
.navbar-nav li.db-megamenu > ul > li:first-child {
    width: 265px;
    background: #e1e1e2;
}
.navbar-nav li.db-megamenu.db-second-menu > ul > li:first-child {
    width: 373px;
}
.navbar-nav li.db-megamenu.db-second-menu > ul > li {
    width: 265px;

}
.navbar-nav li.db-megamenu.db-second-menu > ul > li li {
    width: 100%;
}
.navbar-nav li.db-megamenu.db-second-menu > ul > li:first-child li {
    width: 50%;
}
.navbar-nav li.db-megamenu h3 {
    margin-left: 10px;
    color: #242d58;
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-weight: normal;
    margin-bottom: 25px;
    border-bottom: 1px solid #434343;
}
.navbar-nav li.db-megamenu h3 a {
    color: #242d58;
}
.navbar-nav li.db-megamenu > ul > li a {
    background: none;
    padding: 0;
    margin: 0;
    line-height: 1.2;
    border: none;
    color: #000;
}
.navbar-nav li.db-megamenu > ul > li a:hover {
    text-decoration: underline;
}
.navbar-nav li.db-megamenu > ul > li {
    font-size: 0;
}
.navbar-nav li.db-megamenu > ul > li li {
    border: none;
    font-size: 14px;
    margin-bottom: 10px;
    width: 50%;
    border: none;
    display: inline-block;
    vertical-align: top;
    float: none;
    padding: 0 10px;
    
}
.navbar-nav li.db-megamenu > ul > li:first-child li {
    width: 100%;
}
.navbar-nav li.db-megamenu > ul > li li:last-child {
    margin-bottom: 40px;
}
.navbar-nav > li > a > span.fa {
    background: #fff;
    color: #000;
    cursor: pointer;
    display: none;
    line-height: 28px;
    text-align: center;
    width: 30px;
    position: absolute;
    right: 10px;
    top: 5px;
}
/* Main **************************************************/
.banner + main.main {
    padding-top: 0;
}
main.main {
    padding-top: 40px;
}

/* Banner **************************************************/
.banner {
    position: relative;
    text-align: center;
}

.banner .bx-wrapper {
    margin: 0;
}
.banner-caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.bxslider li {
    overflow: hidden;
}
.bxslider li figure {
    height: 100%;
}
/* .bxslider li img {
    width: auto;
    height: 100%;
    max-width: none;
    margin-left: -20%;
} */
.banner-text {
    margin-top: 60px;
    float: right;
    width: 385px;
    background: #ededed;
    padding: 28px 30px 30px;
    box-shadow: 5px 5px 0  #212121;
}
.banner-text h1 {
    line-height: 1.1;
    font-size: 52px;
    color: #303030;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}
.banner-text p {
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left;
}
.banner-text h2 {
    font-size: 110px;
    color: #f72700;
    line-height: 0.8;
    letter-spacing: -6px;
    margin-bottom: 30px;
}
/*  **************************************************/
.discount-voucher-wrapp {
    width: 100%;
    margin-bottom: 40px;
    text-align: left;
}
.voucher-wrapp {
    background: url(content/bg-discount-voucher.jpg) no-repeat 0 0 / cover;
    padding-top: 15px;
}
.discount-voucher-wrapp header {
    background: rgba(255,204,51,0.83);
    padding: 8px 30px;
}
.discount-voucher-wrapp header h2 {
    margin-bottom: 0;
    font-size: 24px;
    text-transform: uppercase;
}
.discount-voucher-wrapp p {

}
.voucher-form {
     padding: 12px 30px;
}

.contForm {
    position: relative;
    float: left;
    width: 100%;
}
.contForm form {
    margin-bottom: 0;
}
.contForm form input {
    width: 27%;
    float: left;
    margin-right: 1%;
    height: 45px;
    background: #fff;
    border-color: #e5e5e5;
    padding: 8px 15px;
    margin-bottom: 2px;
    margin-bottom: 5px;
    color: #333;
}
.contForm form button {
    font-size: 14px;
    width: 16%;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    height: 45px;
    float: left;
    margin-bottom: 5px;
    border: none;
    background: #f72700;
    color: #fff;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;

}
/* Voucher Form **************************************************/
.slider-area {
    position: relative;
}
.outer-banner {
    background: url(layout/bg-banner.jpg) no-repeat center center / cover;
    top: 0;
    width: 100%;
}
.bxslider li {
    overflow: hidden;
}


/* Main Section **************************************************/


/* services area **************************************************/
.our-services {
    margin-bottom: 25px;
}

.our-services figure {
    margin-bottom: 20px;
    position: relative;
}
.our-services figure figcaption {
    position: absolute;
    right: 20px;
    bottom: 22px;
    text-align: right;
}
.our-services figure figcaption h3 {
    font-size: 26px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 20px;
}
.our-services figure figcaption .button {
    padding: 0;
    width: 110px;
    line-height: 38px;
}
/* Features Services **************************************************/
.feature-services h1 {
    font-weight: 400;
    font-style: italic;
    margin-bottom: 45px;
}

.feature-services article {
    margin-bottom: 30px;
    text-align: center;
}
.feature-services figure {
    position: relative;
    overflow: hidden;
}
.feature-services figure figcaption {
    width: 100%;
    padding-top: 20px;
}

.feature-services h2 {
    line-height: 1;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
}
.feature-services h2 a {
    text-transform: uppercase;
    color: #303030;
}

/* Home Content **************************************************/
.home-content {
    margin-bottom: 30px;
}

.home-content h2 {
    font-size: 24px;
    font-weight: 700;
}
.home-content p {
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 15px;
}
.mu-special-offer {
    padding-top: 22px;
}
.mu-special-offer figcaption {
    padding-top: 8px;
    font-size: 14px;
}
.our-services-sec {
    background: #efefef;
}
.our-services-sec figure {
    width: 46%;
}
.our-services-sec .descarea {
    width: 54%;
    padding: 30px;
    padding-top: 40px;
    padding-bottom: 0;
}
/*  **************************************************/


/* -------------PRODUCTS------------- */
#productList {
    list-style: none;
    margin: 0;
    margin-bottom: 30px;
    padding: 0;
    font-size: 0;
}
#productList .col-xs-6 {
    float: none;
    display: inline-block;
    vertical-align: top;
}
#productList article {
    position: relative;
    background-color: #fff;
    border: 1px solid transparent;
    margin-bottom: 20px;
    font-size: 14px;
    padding: 15px;
}
#productList article:hover,#productList article.proImagecat {
    border-color: #d2d2d2;
}

#productList .proBrands {
    padding: 0px 0;
    margin: 0;
	height: 30px;
}
#productList .proBrands img {
    max-height: 30px;
    max-width: 100%;
    display: inline-block;
    float: none;
}
#productList .proBox {
    width: 100%;
    height: 160px;
    line-height: 160px;
}
#productList .proImage {
}
#productList .proImage img {
   float: none;
   max-width: 100%;
   display: inline-block;
   vertical-align: middle;
}
#productList .proTitle {
    text-align: center;
    font-size: 13px;
}
#productList .proTitle a {
    display: table-cell;
    vertical-align: middle;
    height: 42px;
    color: #818181;
    width: 600px;
    font-weight: bold;
}
.bottom-product {
    padding-bottom: 12px;
    font-size: 17px;
    color: #212121;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;

}
.bottom-product li {
    display: inline-block;
    vertical-align: top;
    float: right;
    padding-right: 15px;
}

.bottom-product li a {
    font-size: 14px;
    color: #3588c4;
    text-transform: uppercase;
    font-weight: 700;
}
.bottom-product li:first-child {
    border: none;
    font-weight: bold;
    color: #000;
    float: left;
    padding-right: 0;
    padding-left: 15px;
}

/* Product Wrapp **************************************************/
.progallerywrapp {
    padding: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.product-info h2 {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 0;
}
.bottomSlider h2 {
    margin-bottom: 25px;
    font-size: 16px;
    color: #aaa;
}

/* ==============Product Details slider gallery================ */
.proGallery {
    margin: 00px 0 30px;
    background-color: #FFF;
    position: relative;
}
.productdetail-sec .proGallery {
    border: 1px solid #ccc;
}
.proGallery h2 {
    padding: 30px;
    margin-bottom: 0;
	border: none;
    font-weight: 600;
    font-size: 18px;
}
#thumbarea {
    width: 22%;
    position: relative;
    padding: 40px 0;
    height: 400px !important;
}
#thumbarea ul {
    list-style: none;
    margin: 0;
}
#thumbarea li {
    margin-bottom: 10px;
    height: 50px !important;
    margin-left: 0;
}
#thumbs {
    left: 10px !important;
}
#imagearea {
    position: relative;
    float: none;
    height: 340px;
    margin-left: auto;
    margin-right: auto;
}
#imagearea img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}
.next2, .prev2 {
    width: 130px;
    height: 30px;
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
    z-index: 100;
}
.next2 {
    background-image: url(layout/up.png);
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
}
.prev2 {
    background-image: url(layout/dwn.png);
    background-repeat: no-repeat;
    background-position: center center;
    bottom: 0;
}
.bottomSlider {
    margin-bottom: 30px;
}

.bottomSlider .bx-wrapper .bx-controls-direction a.bx-next {
    left: auto;
    right: -50px;
    background-position: -17px 0;
}

/* -------Product Details Sidebar ------ */
.product-desc-panel {
    border: 1px solid #efefef;
    margin-bottom: 30px;
    padding: 15px;
}
.product-desc-panel li {
    border-top: 1px solid #efefef;
    padding: 8px 0;
}
.product-desc-panel li:first-child {
    border-top: none;
    padding-top: 0;
}
.product-desc-panel li:nth-of-type(even) {
    background-color: #fcfcfc;
}
.product-desc-panel li span {
    display: block;
    font-size: 12px;
}
.product-desc-panel li span.box1 {
    float: left;
    padding-left: 5px;
    width: 80px;
    font-weight: bold;
}
.product-desc-panel li span.box2 {
    margin-left: 80px;
}
.sidebarWidget {
    margin: 20px 0 40px;
    color: #676767;
}
.sidebarWidget .pro-form li label  {
    float: left;
    width: 60px;
    color: #151515;
    line-height: 34px;
    height: 38px;
    font-size: 12px;
}
.sidebarWidget .pro-form li label.ms-select {
    float: none;
    width: 100%;
    border-color: #b7b7b7;
    max-width: 190px;
    display: inline-block;
    vertical-align: top;
    
}
.sidebarWidget .pro-form li label.ms-select select {
    background-color: #f7f7f7;
    padding:5px 48px 5px 10px;
}
.sidebarWidget .pro-form li label.ms-select:after {
    content: "\f0d7";
    font:18px "FontAwesome", monospace;
    color:#3c3c3e;
    width: 48px;
    height: 36px;
    background: #f7f7f7;
    text-align: center;
    line-height: 36px;
    border-left: 1px solid #b7b7b7;
    right:0px; top:0px;
    padding:0 0 0px;
    position:absolute;
    pointer-events:none;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}
.sidebarWidget .pro-form li select {
    margin-bottom: 0;
    height: 36px;
    color: #000;
}
.sidebarWidget .Info .price {
    color: #000 ;
    text-align: center;
    font-weight: 600;
    font-size: 36px;
    margin: 10px 0 5px 0;
    font-style: normal;
    line-height: 1.2;
    font-family: Open Sans;
}
.sidebarWidget h2 span {
    font-size: 14px;
}
.sidebarWidget h3.steps {
    font-size: 12px;
    color: #222;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: bold;
}
.sidebarWidget .or {
    text-align: center;
    display: block;
    margin: 10px 0;
}
.button-area-product {
}
.button-area-product a.fullBtn {
    padding: 14px 5px;
    font-weight: 400;
    height: auto;
    line-height: 1;
    background: #64b234;
    border: none;
    font-family: Open Sans;
}

.button-area-product .grey-button {
    background: #64b234;
    border-radius: 0;
}
.sidebarWidget p,.sidebarWidget h5 {
    margin: 0 0 10px 0;
    font-size: 13px;
}
.sidebarWidget p strong {
    color: #000000;
}
.sidebarWidget .btn {
    font-size: 18px;
    padding: 12px;
    background-color: #000;
    color: #fff;
}
.sidebarWidget .btn:hover {
    background-color: #333;
    color: #fff;
}
.sidebar-area {
    background: #e4e4e4;
    padding: 22px;
    margin-bottom: 30px;
    padding-bottom: 12px;
    border: 1px solid #cacaca;
}
.sidebar-area h5 {
    font-size: 13px;
    margin-bottom: 18px;
    color: #151515;
}
.appointmentForm h2 {
    color: #1a2b64;
    font-size: 26px;
    margin: 0 0 10px 0;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: normal;
}
.appointmentForm div {
    margin-top: 10px;
}
.appointmentForm input[type="text"], .appointmentForm input[type="email"] {
    margin-bottom: 10px;
    height: 30px;
    width: 100%;
    float: left;
    font-style: italic;
}
.appointmentForm .timeIcon {
    width: 55% !important;
    border: 1px solid #bdbebe;
    float: right !important;
    padding: 5px;
    margin-top: 0;
    margin-bottom: 10px;
    height: 30px;
}
.appointmentForm .dateIcon {
    width: 42% !important;
    border: 1px solid #bdbebe;
}
.appointmentForm span {
    color: #000;
    margin-bottom: 5px;
    display: block;
    font-weight: bold
}
.appointmentForm p {
    margin: 0 0 10px 0;
    line-height: 16px;
    font-size: 12px;
}
#clientsDropDown {
    position: absolute;
    bottom: 25px;
    z-index: 100;
    right: 45px;
    float: right;
    width: 210px;
}
#clientsOpen {
    float: right;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
}
#clientsOpen .button {
    width: 100%;
    float: left;
    background: url(layout/bg-arrowtop.png) no-repeat 14px 13px #000;
    text-align: center;
    line-height: 38px;
    padding: 0 0 0 30px;
    border-top: 1px solid #4c493d;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    font-size: 14px;
}
#clientsDropDown #clientsDashboard {
    display: none;
}

/*CART SECTION **************************************************/

.lg-shop-table {
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.product-cart-steps {
  margin-bottom: 0px;
  padding-top: 10px;
}
.product-cart-steps .row {
  margin: 0 -40px;
}
.product-cart-steps .row .col-sm-4 {
  padding: 0 40px;
}
.product-cart-steps .lg-step-box {
  padding-bottom: 12px;
  font-size: 18px;
  color: #b0b0b0;
  font-weight: 700;
  line-height: 24px;
  border-bottom: 2px solid #adadad;
  margin-bottom: 28px;
}
.product-cart-steps  span.number {
  float: left;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  line-height: 22px;
  text-align: center;
  font-size: 15px;
  margin-right: 10px;
  background: #b0b0b0;
  color: #fff;
  margin-top: 2px;
}

.product-cart-steps .active span.number {
  background: #242d58;
}
.product-cart-steps .active .lg-step-box {
  color: #242d58;
  border-color: #242d58;
}


.lg-top-cart {
  margin-bottom: 20px;
}
.delivery-col {
    font-family: Open Sans;
    color: #000;
}
.btn-cart {
  padding: 0;
  width: 180px;
  text-align: center;
  font-size: 18px;
  background: #64b234;
  font-weight: 400;
  line-height: 42px;
  color: #fff;
  border: none;
}
.lg-shop-cart {
  border-collapse:separate;
  border-spacing: 0 10px;
  margin-bottom: 0;
  width: 100%;
}
.lg-shop-cart tr td {
  border: none;

}
.lg-shop-cart tr.cart_item td {
  vertical-align: bottom;
  border: 1px solid #dedede;
  border-left: none;
  border-right: none;
  background: #fff;
  padding: 20px;
}
.lg-shop-cart tr.cart_item td select {
  width: 174px;
  height: 35px;
  display: inline-block;
  border: 1px solid #d7d7d7;
}
.lg-shop-cart tr.cart_item td.product-thumbnail,
.lg-shop-cart tr.cart_item td.coupen-voucher
 {
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  text-align: center;
}
.lg-shop-cart tr.cart_item td.coupen-voucher {
  text-align: left;
  border-right: none;
}
.lg-shop-cart tr.cart_item td.product-subtotal,
.lg-shop-cart tr.cart_item td.total-frieght {
  border-right: 1px solid #dedede;
  text-align: center;
  
}
.lg-shop-cart .product-name {
  width: 490px;
}
.lg-shop-cart .product-name h3 {
  font-size: 14px;
  margin-bottom: 10px;
  color: #3a3a3a;
}
.lg-shop-cart .product-name h3 a {
  color: #3a3a3a;

}
.lg-shop-cart .variation li {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 110px;
  float: left;
  font-size: 13px;
  color: #757575;
  
}
.lg-shop-cart .variation li span {
  display: block;
  padding-bottom: 4px;
}
.lg-shop-cart tr.cart_item td.product-remove,
.lg-shop-cart tr.cart_item td.product-subtotal,
.lg-shop-cart tr.cart_item td.product-quantity{
  text-align: center;
  vertical-align: bottom;
  line-height: 25px;
}
.lg-shop-cart tr.cart_item td.product-quantity {
  text-align: right;
}
.lg-shop-cart tr.cart_item td.product-quantity input {
    border-radius: 0;
    width: 90px;
}
.product-remove a {
  color: #757575;
  font-size: 17px;
}
.lg-shop-cart tr.cart_item td.product-subtotal span.amount {
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
.lg-shop-cart tr.cart_item td.total-frieght {
  font-weight: bold;
  font-size: 18px;
  color: #8c8a8a;
}
.lg-shop-cart tr.cart_item td.coupen-voucher h5 {
  font-size: 18px;
  color: #7a7a7a;
  font-weight: normal;
}
.lg-shop-cart tr.cart_item td.coupen-voucher .button {
  box-shadow: none;
  background: none;
  color: #0b0a0a;
  font-weight: 700;
  text-decoration: underline;
  height: 35px;
  padding: 0 15px;
}
.deliver-note {
  text-align: right;
}
.deliver-note label {
  font-size: 14px;
  font-weight: normal;
  padding-right: 20px;
  color: #757575;
}
.deliver-note select {
  display: inline-block;
}
.lg-bottom-cart {
  margin-bottom: 30px;
}
.lg-repeat-request {
  margin-bottom: 10px;
}
.lg-repeat-request label {
  margin-top: 5px;
}
.lg-repeat-request select {
  height: 35px;
  display: inline-block;
  vertical-align: top;
  width: 174px;
  margin-left: 28px;
  border: 1px solid #d7d7d7;
}
.lg-total-cart {
  margin-bottom: 30px;

}
.lg-total-amount {
  padding-top: 5px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
.lg-total-amount  span {
  padding-left: 24px;
}
.payment-methods img {
    margin-top: 105px;
}
.lg-cart-box h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0b0a0a;
}
.lg-cart-box ul li {
    font-size: 14px;
    margin-bottom: 12px;

}
.lg-cart-box ul li .form-group {
    margin-bottom: 0;
}
.lg-cart-box ul li label {
    display: inline-block;
    vertical-align: top;
    
}
.lg-cart-box ul li label {
    overflow: hidden;
}
.lg-cart-box ul li label input[type="radio"] {
    position: absolute;
    left: -9999px;
}
.lg-cart-box ul li label span.radio-btn {
    width: 18px;
    height: 18px;
    border: 1px solid #c9c9c9;
    background: #fff;
    position: relative;
    text-align: center;
    margin-left: 15px;
}

.lg-cart-box ul li label input[type="radio"]:checked + span.radio-btn {
    background: #ffcc33;
    box-shadow: 0 0 0 4px #fff inset;
}
.lg-cart-box ul li span {
    text-align: left;
    width: 65px;
    padding-left: 12px;
    display: inline-block;
    vertical-align: top;
}
.lg-cart-box ul li:last-child .form-group{
    border-top: 1px dashed #c2c2c2;
    padding-top: 12px;
}
.delivery-note-lg {
    font-size: 12px;
    color: #757575;
    line-height: 1.4;
    margin-bottom: 20px;
}
.coupon {
    margin-bottom: 65px;
}
.coupon input[type="text"] {
    width: 142px;
    height: 30px;
    border: 1px solid #d9d9d9;
}
.coupon .button {
    height: 30px;
    padding: 0;
    background: none;
    border: none;
    color: #0b0a0a;
    font-size: 14px;
    width: 55px;
    text-transform: none;
    text-decoration: underline;

}
.payment-methods {
    margin-bottom: 30px;
}
/* ============== checkout Confirm page ================ */
.checkoutTbl {
}
.checkoutTbl th, checkoutTbl td {
    text-align: left;
    padding: 8px;
}
.odd {
    background-color: #e9e9e9;
}
.even {
    background-color: #f6f6f6;
}

/* ============== Appointment Booking page ================ */
.appointment {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.appointment h2 {
    padding: 5px 10px;
    font-size: 16px;
    margin: 0;
}
.appointment p {
    padding: 5px 10px;
    font-weight: bold;
}
.appointment ul {
}
.appointment li {
    background-color: #f2f2f2;
    border-bottom: 1px solid #ddd;
}
.appointment .bullets {
    min-height: 130px;
    background-color: #0098D9;
    color: #FFF;
    padding: 5px;
    width: 25px;
    text-align: center;
}
.appointment .discription {
    padding: 5px 15px;
    min-height: 75px;
}
.appointment .discription p {
    padding: 0;
    margin-bottom: 0;
    font-weight: normal;
}
.appointment .appbtn {
    text-align: center;
    display: block;
    border-radius: 0;
    line-height: 16px;
    padding: 6px;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 20px;
    width: 93px;
}
.appointmentouter .discForm {
    background-color: #4497b6;
    padding: 10px;
    color: #000;
    min-height: 245px;
    position: absolute;
    right: 10px;
    top: 80px;
    z-index: 10;
    margin-bottom: 20px;
}
.appointmentouter .discForm h2 {
    color: #fff;
    text-shadow: 2px 2px 2px #444;
    font-size: 26px;
    margin: 0 0 20px 0;
    line-height: 46px;
}
.appointmentouter .discForm input[type="text"], .appointmentouter .discForm input[type="email"] {
    margin-bottom: 10px;
    height: 30px;
}
.appointmentouter .discForm .dateIcon {
    width: 50%;
}
.appointmentouter .discForm .timeIcon {
    width: 48%;
}
.appointmentouter .discForm .dateIcon {
    background: #fff url(layout/date.png) no-repeat 95% center;
    padding-right: 30px;
}
.appointmentouter .discForm .timeIcon {
    background: #fff url(layout/clock.png) no-repeat 95% center;
    padding-right: 30px;
}
.appointmentouter .discForm  span {
    color: #fff;
    margin-bottom: 8px;
    display: block;
    font-weight: bold
}
.appointmentouter .discForm .button {
    margin-top: 10px;
    width: 100%;
    font-size: 20px;
    padding: 7px;
    color: #fff;
    font-weight: bold;
}
.appointmentouter .discForm .red-button {
    margin-top: 10px;
    width: 100%;
    font-size: 20px;
    padding: 7px;
    color: #fff;
    font-weight: bold;
}
.appointmentouter .discForm .callback {
    background: #127eb0 url(layout/telIcon.png) no-repeat 52px 6px;
    padding-left: 35px;
}
.appointmentouter .discForm .callback:hover {
    background-color: #0d74a3;
}
.appointmentouter .discForm p {
    margin: 0 0 10px 0;
    line-height: 16px;
    font-size: 12px;
}
.appointmentouter  .discForm  select {
    height: 30px;
    margin-bottom: 10px;
}

/* -------------SIDEBAR------------- */
.sidebar {
    margin-bottom: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
    overflow: hidden;
}
.sidebar ul {
    margin: 0;
    padding: 0;
}
.sidebar li {
    list-style: none;
    border-top: 1px solid #ccc;
}
.sidebar h2, .sidebar h3 {
    font-size: 16px;
    padding: 12px 12px;
    margin-bottom: 2px;
    color: #fff;
    background-color: #3D456A;
}
.sidebar li:first-child {
    margin-top: 0;
    border: none;
    padding-top: 0;
}
.sidebar li a {
    color: #4b4f4d;
    display: block;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    padding: 12px 6px 12px 18px;
    background-color: #f6f6f6;
    position: relative;
    font-family: "Open Sans", sans-serif;
}
.sidebar li a:hover, .sidebar li a.active {
    color: #212121;
    background-color: #ffcc33;
}

.sidebar li.level-2 a {
    padding-left: 30px;
    background: #fff;
    color: #487e91;
}
.sidebar li.level-3 a {
    padding-left: 40px;
    background: #fff;
    color: #487e91;
}
.sidebar li.level-4 a {
    padding-left: 50px;
    background: #fff;
    color: #487e91;
}

.pagination-wrapp {
    border: 1px solid #e3e3e3;
    padding: 10px;
    margin-bottom: 30px;
}
.pagination-area > span.page-title,.pagination-area > a, .pagination-area > span.active, .pagination-area > span.cs-prev, .pagination-area > span.cs-next {
    padding: 0;
    font-size: 13px;
    padding: 0px 0px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    color: #f72707;
}
.pagination-area > span.active {
    font-weight: bold;
    color: #000;
}
.pagination-area > span.cs-prev, .pagination-area > span.cs-next {
}
.pagination-area .fa {
    font-size: 18px;
    line-height: 18px;
}
.pagination-area > span.page-title {
    color: #000;
}
.page-counter,.sort-by {
    font-size: 13px;
    color: #000;
    line-height: 18px;
    margin: 0;
}
.sort-by select {
    width: 60px;
    height: 18px;
}
/* ==============Product Details slider gallery================ */
.breadcrumb {
    padding: 0;
    background: none;
    font-style: italic;
}
.pro-descsec {
    padding: 20px;
    border: 1px solid #d9d7d7;
    padding-bottom: 0px;
}
.pro-descsec h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000;
}
#thumbarea {
    width: 22%;
    position: relative;
    padding: 40px 0;
    height: 400px !important;
}
#thumbarea ul {
    list-style: none;
    margin: 0;
}
#thumbarea li {
    margin-bottom: 10px;
    height: 50px !important;
    margin-left: 0;
}
#thumbs {
    left: 10px !important;
}
#imagearea {
    position: relative;
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#imagearea img {
    margin: auto;
    width: auto;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    max-height: 100%;
}
.next2, .prev2 {
    width: 130px;
    height: 30px;
    position: absolute;
    background-color: #f9f9f9;
    border: 1px solid #e9e9e9;
    z-index: 100;
}
.next2 {
    background-image: url(layout/up.png);
    background-repeat: no-repeat;
    background-position: center center;
    top: 0;
}
.prev2 {
    background-image: url(layout/dwn.png);
    background-repeat: no-repeat;
    background-position: center center;
    bottom: 0;
}
.bottomSlider {
    padding: 10px 30px;
    margin-bottom: 30px;
}

/* -------Product Details Sidebar ------ */
.sidebarWidget {
    margin: 0px 0 20px;
    color: #676767;
}

.sidebarWidget .Info .price span {
    font-size: 16px;
    color: #a8a6a6;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
}
.sidebarWidget h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    font-family: Open Sans;
}
.sidebarWidget h2 span {
    font-size: 14px;
    font-weight: normal;
}
.sidebarWidget h3 {
    font-weight: normal;
}
.sidebarWidget h3.steps {
    font-size: 12px;
    color: #222;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-weight: bold;
}

.sidebarWidget .or span {
    background-color: #fff;
    padding: 4px 8px;
    position: relative;
    top: 8px;
    color: #666;
}
.sidebarWidget p {
    margin: 0 0 10px 0;
    color: #000;
}
.sidebarWidget .btn {
    font-size: 18px;
    padding: 12px;
    background-color: #000;
    color: #fff;
}
.sidebarWidget .btn:hover {
    background-color: #333;
    color: #fff;
}
.sidebarWidget label {
    margin: 0px;
    width: 80px;
    font-weight: 600;
    padding: 5px 0;
    color: #a8a6a6;
    font-size: 12px;
}
.sidebarWidget select {
    border-radius: 0;
    margin-bottom: 10px;
    height: 28px;
    padding: 0;
    border-color: #dddede;
}

.specification-area {
    border: 1px solid #d9d7d7;
    margin-bottom: 20px;
    padding: 20px;
}
.specification-area h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.specification-area li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ececec;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 12px;
}

/* -------------FOOTER------------- */
.top-footer {
    background: #e4e4e4;
}
.top-footer li  {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
    

}
.top-footer li a {
    display: inline-block;
    vertical-align: midde;
    line-height: 80px;
    
}
.top-footer li a img {
    display: inline-block;
    vertical-align: middle;
    float: none;
    max-width: 170px;
    max-height: 45px;
    
}

/*  **************************************************/
.footer {
    background: #f6f6f6;
    margin-bottom: 0 !important;
    font-size: 0;
    color: #8e8d91;
    padding-top: 45px;
    padding-bottom: 20px;
    border-top: 2px solid #fff;
}
.footer .row {
    overflow: hidden;
}

.footer .col-sm-7,.footer .col-sm-5 {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding-bottom: 32550px;
    margin-bottom: -32550px;
}
.footer .col-sm-7 {
    border-right: 1px solid #e1e1e1;
}
.footer h3 {
    color: #000;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
}
.widget-box {
    font-size: 14px;
    padding-left: 10px;
    margin-bottom: 10px;
    color: #000;
}
.widget-box .button.fullBtn {
    line-height: 40px;
    max-width: 178px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.widget-box > ul {
    margin: 0 0 10px 0;
    font-size: 0;
}
.widget-box > ul > li {
    margin-bottom: 4px;
    list-style: none;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.widget-box > ul > li > a {
    color: #000;
    font-size: 13px;
    line-height: 1.4;
}
.widget-box > ul > li > a:hover {
    color: #242d58;
}

.widget-box p {
    font-size: 13px;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #302f2f;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}


.address-footer p {
    margin-bottom: 20px;
    color: #737373;
}
.social-icons {
    margin-bottom: 25px;
}
.social-icons ul {
    margin-bottom: 0px;
    font-size: 0;
}
.social-icons  li {
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 15px;
}
.social-icons   a {
    color: #242d58;
    margin: 0 4px;
    display: inline-block;
    vertical-align: top;
    line-height: 38px;
    overflow: hidden;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 24px;
    border-radius: 100%;
    border: 1px solid #242d58;
}
#newsletter form {
    margin-bottom: 0;
}
#newsletter {
    border: 1px solid #e0dfe3;
    float: left;
    width: 100%;

}
#newsletter input {
    width: 70%;
    height: 42px;
    padding: 8px 10px;
    border: none;
    background: #f9f9f9;
}
#newsletter button {
    border: none;
    background: #aaaaaf;
    padding: 0;
    width: 30%;
    height: 42px;
    font-size: 12px;
    float: right;
}
.footer-menu {
    font-size: 14px;
    background: #f6f6f6;
    padding-bottom: 20px;
}

.new-branch-boxes address {
    margin-bottom: 30px;
}
.new-branch-boxes p {
    font-size: 20px;
    color: #000;
}
/* Bottom Footer **************************************************/
.bottom-footer {
    background-color: #000;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    padding: 5px 0;
    font-size: 14px;
    border-top: 1px solid #254c5c;
}
.bottom-footer p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
}
.bottom-footer p strong {
    color: #fff;
}
/* -------Sidebar Menu-------- */
/* -------Media Queries-------- */
@media (max-width:767px) {
    .sidebarWidget .info {
        text-align: center !important;
    }
}
.footerlinks {
    margin-bottom: 30px;
}
aside + .main {
    padding-top: 0;
}
.proImagecat {
    text-align: center;
    float: left;
    width: 100%;
}
.proImagecat h5 {
    text-transform: uppercase;
    margin: 0px;
}
.proImagecat h5 a {
    display: block; 
    padding: 12px 0; 
    color: #2a2a2a; 
    font-size: 14px;                     
}
#productList .proImagecat .proBox {
    width: 600px;
    height: 180px;
    display: table-cell;
    vertical-align: middle;
}

/*   **************************************************/
.full-width {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

/* Contact us Sec **************************************************/



.contact-form input, .contact-form textarea {
    width: 100%;
    height: 140px;
    border: 1px solid #aeaeae;
    padding:10px 20px;
    color: #000;
    margin-bottom: 15px;
    font-style: normal;
}
.contact-form input {
    height: 44px;
}
.contact-form textarea {
	margin-bottom: 12px;
    resize: none;
}

.contact-form .button {
	width: 145px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
	background-color: #fc3;
    font-style: normal;
    border: none;
}
	
.contact-form form{
	margin: 0;	
}
.right-contact {
	display: none;
    margin-bottom: 20px;
    padding-top: 58px;
    padding-left: 20px;
    color: #000;
}
.right-contact h4 {
    font-size: 14px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.right-contact li {
    color: #000;
    margin-bottom: 18px;
}
.contact-branch-details h2 {
    font-size: 24px;
    margin-bottom: 35px;
}
.contact-branch-details {
    margin-bottom: 35px;
}
.contact-branch-details .new-branch-boxes {
    padding-top: 25px;
}
.contact-branch-details .new-branch-boxes address {
    margin-bottom: 20px;
}
.contact-branch-details .new-branch-boxes p {
    font-size: 18px;
}
.time-table.time-table-contact {
    margin: 0;
    padding: 24px;
    padding-bottom: 0;
    background: #f5f5f5;
    border: 1px solid #efefef;
}
.contact-map-sec {
    margin-bottom: 20px;
}
.contact-map-sec iframe {
    margin-bottom: 18px;
}
.contact-map-sec .button {
    border: none;
    color: #000;
    background: #ffcc33;
    padding: 12px 25px;
}
/* Book An Appointment **************************************************/
.booking-banner {
    margin-bottom: 40px;
    background: #fff url(content/bg-booktest.jpg) no-repeat right center;
    padding: 20px 35px 12px 35px;
    box-shadow: 0 0 6px rgba(0,0,0,0.4);
}
.booking-banner h1 {
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    color: #495074;
}
.booking-banner p {
    color: #363638;
}

/* Booking Detail **************************************************/
#booking-detail-sec {
    margin-bottom: 30px;
}
#booking-detail-sec h1 ,#contact-detail-sec h1,.main-heading-title{
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #434343;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.left-appointment h2 {
    color: #242d58;
    font-size: 16px;
    margin-bottom: 30px;
}
.left-appointment li {
    margin-bottom: 15px;
}
.left-appointment li input[type="text"],
.left-appointment li input[type="email"] {
    width: 100%;
    height: 45px;
    border: 2px solid #d6d6d6;
    padding: 10px 15px;
    color: #000;
    font-style: italic;
}
.left-appointment li select {
    border: 2px solid #d6d6d6;
    height: 45px;
    padding: 10px;
    width: 90px;
    font-style: italic;

}
.left-appointment .row {
    margin: 0 -20px;
}
.left-appointment .col-xs-6 {
    padding: 0 20px;
    margin-bottom: 30px;
}
.left-appointment .col-xs-6:first-child {
    border-right: 1px solid #dbdbdb;
}
.left-appointment li select.half {
    width: 48%;
}
.left-appointment li input[type="text"].half {
    width: 48%;
}
span.check {
    position: relative;
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    overflow: hidden;
    margin-right: 12px;
}
span.check span {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #495074;
    box-shadow: 0 0 0 1px #d1d3dc inset;
}
span.check span:before {
    content: '\f00c';
    font-family: FontAwesome;
    font-size: 18px;
    color: #495074;
    text-align: center;
    display: none;
    position: relative;
    top: -2px;

}
span.check input {
    position: absolute;
    left: -60px;
    top: 0;
}
span.check input:checked + span:before {
    display: block;
}
.left-appointment li label {
    color: #242d58;
}
.left-appointment li h3 {
    padding-top: 40px;
    font-size: 16px;
    font-weight: normal;
}
.left-appointment li input[type="text"].dateIcon {
    background: url(layout/ico-calendar.png) no-repeat 92% center;
}
.left-appointment .button {
    width: 100%;
    height: 52px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    background: rgb(58,148,212); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(58,148,212,1) 0%, rgba(46,120,175,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(58,148,212,1)), color-stop(100%,rgba(46,120,175,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(58,148,212,1) 0%,rgba(46,120,175,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(58,148,212,1) 0%,rgba(46,120,175,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(58,148,212,1) 0%,rgba(46,120,175,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(58,148,212,1) 0%,rgba(46,120,175,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a94d4', endColorstr='#2e78af',GradientType=0 ); /* IE6-9 */
}
.right-appointment {
    background: #efefef;
    padding: 20px;
    margin-bottom: 30px;
}
.right-appointment h3 {
    color: #151515;
    font-size: 18px;
    margin-bottom: 25px;
}
.right-appointment a {
    color: #a90202;
    text-decoration: underline;
}
.time-table {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #c8c8c8;
}
.time-table h5 {
    font-size: 18px;
}
.time-table .table td,
.time-table .table th {
    border: none;
    padding: 6px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
}
.store-box {
    margin-bottom: 30px;
}
.time-table .table th {
    font-size: 11px;
}
/*   **************************************************/
.sidebarWidget label {
    margin-bottom: 8px;
}
.formContainer {
    background-color: #f4f4f4;
    padding: 25px;
}
.pageHeading {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #434343;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.pageHeading span {
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
}

/* Register, checkout2, contact us Forms */
.userForm {
    float: left;
    width: 100%;
    margin-bottom: 0;
}
main.main {
    padding-bottom: 20px;
}
.userForm h2 {
    border-bottom: 1px solid #999;
    margin-bottom: 50px;
    font-size: 18px;
    padding-bottom: 15px;
}
.userForm ul {
    margin-bottom: 0px;
    list-style: none;
}
.userForm li {
    margin: 0 0 20px 0;
    float: left;
    width: 100%;
}
.userForm label {
    text-align: right;
    padding: 6px 10px;
}
.userForm input[type="text"], .userForm input[type="password"], .userForm input[type="email"], .userForm input[type="number"], .userForm textarea {
    width: 100%;
    height: 35px;
    margin: 0;
}
.userForm select {
    width: 100%;
    padding: 8px 5px;
    display: inline-block;
    margin: 0;
}
.userForm select.gender {
    width: 105px;
    padding: 8px 5px;
    display: inline-block;
}
.userForm select.day, select.month, select.year {
    width: 105px;
    padding: 8px 5px;
    display: inline-block;
}

/* for ie7 Register, Checkout Step 2, Forms */
.ie7 .userForm li {
    margin: 0px;
    height: 45px;
}
.ie7 .userForm input[type="text"], .ie7 .userForm input[type="password"], .ie7 .userForm input[type="email"], .ie7 .userForm input[type="number"] {
    width: 350px;
    height: 35px;
    margin: 0;
    padding: 0;
}
.ie7 .userForm textarea {
    width: 365px;
    height: 32px;
    margin: 0 0 5px 0;
    padding: 0;
}
.rq {
    color: #F00;
    padding: 0 2px;
}
.text-title {
}
.block2 {
    height: 207px;
    width: 100%;
    border: solid 1px #d8d7d7;
    padding: 10px;
    margin-bottom: 25px;
    margin-top: 25px;
}
.by {
    color: #616161;
    background: #eee;
    padding: 4px 5px 4px 5px;
}
.blog-sec::-webkit-scrollbar {
    width: 10px;
    background-color: #F4F4F4;
}
.blog-sec::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 10px;
}
.blog-sec::-webkit-scrollbar-thumb:hover {
    background-color: #666;
    border: 1px solid #666;
}
.blog-sec::-webkit-scrollbar-thumb:active {
    background-color: #000;
    border: 1px solid #333;
}
.features {
    border-bottom: 1px dotted #CCC;
    padding: 20px;
    margin-bottom: 10px;
}
.features td {
    padding: 10px;
}
.features h3 {
    padding: 15px;
}
.contactusmap {
    margin-bottom: 30px;
}

/*   **************************************************/

#vilidation_error {
    background: rgb(231, 67, 67);
    color: #fff;
    padding: 10px;
    display: none;
    width: 100%;
}
/*  **************************************************/

.practice-info {
    border: 1px solid #aaa;
    border-radius: 6px;
    overflow: hidden;
}
.practice-info header {
    padding:6px 10px;
}
.practice-info header h2 {
    margin-bottom: 0;
    color: #4497b6;
    font-size: 24px;
    line-height: 36px;
}
.practice-info header a.button {
    padding: 0 30px;
    background: none;           
    line-height: 36px;
    font-size: 16px;
    color: #0294e9;
    padding-left: 0;
    padding-right: 0;
    text-decoration: underline;
    font-weight: normal;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.shop-section {
    margin-bottom: 30px;
}
.stores {

}
.stores h2 {
    margin: 0;
    padding: 8px;
    color: #0f1625;
    border-bottom: 1px solid #ddd;
}
.stores h2 span a {
    font-weight: normal;
    font-size: 15px;
    color: #222;
    margin: 0;
}
.stores h3 {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: 700;
    padding: 5px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}
.storepic {
    width: 100%;
    margin: 10px 0;
}
.storepic img {
    padding: 5px;
    border: 1px solid #ddd;
}
.stores .contact {
    width: 100%;
    color: #1d2d38;
    font-size: 14px;
}
.stores .contact .tel {
    background: url(content/tel.png) no-repeat left center;
    padding-left: 28px;
    margin-bottom: 4px;
    line-height: 25px;
	font-size: 14px;
}
.stores .contact .e-mail {
    background: url(content/email.png) no-repeat left center;
    margin-bottom: 4px;
    padding-left: 28px;
    color: #222;
    line-height: 25px;
    display: block;
    word-break: break-all;
}
.shop-top-area {
    padding: 10px;
    margin-bottom: 20px;
}
.stores .button {
    background: #4497b6;
    padding: 10px 20px;
    border-bottom: 1px solid #6e6e6e;
    box-shadow: 0 0 3px rgba(255,255,255,0.5) inset;
}
.gmapsection {
    padding-top: 0;
    font-size: 0;
}
.stores .contact address {
    padding-bottom: 15px;
}
a.btnviewmap {
    text-decoration: underline;
}
.stores .contact a {
    color: #0294e9;
    text-decoration: underline;
}
.stores .contact .address {
    background: url(content/pin.png) no-repeat left top;
    padding-left: 28px;
    margin-bottom: 12px;
    line-height: 20px;
}
.bottom-contact-sec {
    border-top: 1px solid #cecece;
    overflow: hidden;
}
.bottom-contact-sec .col-sm-6 {
    padding: 0;
    border-left: 1px solid #cecece;
    padding-bottom: 325550px;
    margin-bottom: -325550px;
}
.bottom-contact-sec .col-sm-6:first-child {
    border-left: none;
}
.directions-map {
    font-size: 14px;
    padding: 10px;
}
.directions-map p {
    margin-bottom: 0;
}
.bottom-contact-sec h3 {
    padding: 15px 10px;
    margin-bottom: 0;
    font-size: 20px;
    border-bottom: 1px solid #cecece;
}
.timetable {
    width: 100%;
    font-size: 13px;
}
.timetable th {
    color: #232724;
    font-weight: bold;
    text-align: left;
    line-height: 25px;
    padding: 4px 0;
    padding-top: 0;
}
.timetable td {
    font-weight: normal;
    line-height: 20px;
    color: #1d2d38;
    padding: 2px 4px;
}
.storeBottom {
    border-top: 1px solid #ddd;
    margin-top: 10px;
}
.storeBottom h2 {
    margin-bottom: 10px;
    color: #0f1625;
}
.storeBottom p {
    padding: 10px;
}
.storeBottom .formContainer {
    background-color: #fff;
    padding: 10px;
}
.storeBottom .contactForm {
    margin: 0;
}
.storeBottom .formContainer .button {
    background-color: #0f1625;
    padding: 8px 20px;
}
.team {
    width: 100%;
    margin-bottom: 10px;
}
.team a {
    color: #222;
}
.team p {
    margin: 10px 0;
}
.selection {
    margin-bottom: 20px;
	padding: 10px;
}
.selection .del {
    color: #670001;
    background: none;
}
.selection ul {
    padding: 5px 10px;
    list-style: none;
    margin: 0;
    margin-top: 5px;
	border-bottom: 1px dotted #ddd;
}
.selection li {
    margin: 0 0 6px 0;
    display: block;
    width: 100%;
}
.selection li a {
    background: url(delete.png) no-repeat right center;
    padding-right: 20px;
    display: block;
    color: #555;
    font-size: 12px;
}

.filters {
    width: auto;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    border: 1px solid #d1d2cf;
}
ul.filters {
    font-size: 15px;
    line-height: 0.5em;
    list-style: none;
}
ul.filters li {
    margin: 0;
}
ul.filters li a {
    line-height: 10px;
    font-size: 14px;
    padding: 10px 5px;
    color: #000;
    display: block;
    text-decoration: none;
    font-weight: bold;
    outline: none;
}
ul.filters > li > a {
    line-height: 1.5;
    font-size: 14px;
    padding: 15px 5px 20px 44px;
    color: #212121;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
}
ul.filters > li > a > span {
    float: right;
    font-size: 13px;
    position: absolute;
    left: 12px;
    top: 17px;
    text-align: center;
    line-height: 16px;
    width: 18px;
    height: 18px;
    background: #ffcc33;
    color: #302c22;
}
ul.filters li a:hover {
    color: #444;
}
ul.filters ul {
    margin: 0;
    padding: 0;
    display: none;
    list-style: none;
}
ul.filters ul li {
    margin: 0;
    padding: 0;
    clear: both;
}
ul.filters ul li a {
    padding-left: 20px;
    font-weight: normal;
    outline: 0;
    border: none;
    padding: 0px;
    display: inline;
    vertical-align: text-top;
}
ul.filters ul li a:hover {
    color: #666;
}

/* ---types --- */
ul.filters .types {
    font-size: 12px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 0;
    font-family: "Open Sans", sans-serif;
}
ul.filters .types li {
    font-size: 13px;
    margin-bottom: 14px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 25px;
}
 ul.filters.brand-filters-colours .types li {
    width: auto;
 }
  ul.filters.Brand .types li,
    ul.filters.Shape .types li {
    width: 100%;
 }
ul.filters .types li input {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
}
/* --- Brands--- */
ul.filters .brands {
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 5px;
    border-top: none;
}
ul.filters .brands li {
    margin-bottom: 10px;
}
ul.filters .crums {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
ul.filters .crums a {
    float: left;
    padding: 5px;
}
ul.filters .glasses {
    max-height: 280px;
    overflow: auto;
}

/* --- Materials--- */
ul.filters .material {
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 5px;
    border-top: none;
}
ul.filters .material li {
    margin-bottom: 5px;
    height: 24px;
}
ul.filters .material input[type="checkbox"] {
    float: left;
}
ul.filters .material label {
    float: left;
    display: block;
    width: 180px;
}
ul.filters .material li a {
    margin: 3px 5px 0 0;
    padding: 0;
}
ul.filters .material li img {
    margin: 0 3px;
}

/* --- Size--- */
ul.filters .size {
    font-size: 12px;
    padding: 5px;
    border: 1px solid #ddd;
    border-top: none;
}
ul.filters .size li {
    margin-bottom: 10px;
}
ul.filters .size select {
    width: 85px;
    display: block;
}

/* --- Frames--- */
ul.filters .frames {
    font-size: 12px;
}
ul.filters .frames a {
    margin: 8px 3px;
    display: inline-block;
    border: none;
    padding: 0;
}
ul.filters .frames a:hover, ul.filters .frames a.active {
    background-color: #ccc;
}

/* --- Price Range--- */
ul.filters .priceRange {
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 10px;
    border-top: none;
}
ul.filters .priceRange li {
    margin-bottom: 10px;
    height: 20px;
}
ul.filters .priceRange input[type="text"] {
    width: 65px;
    height: 26px;
}
ul.filters .priceRange div {
    margin: 0 5px;
    display: block;
    padding: 12px 3px 0 3px;
    float: left;
}
ul.filters .priceRange a {
    margin: 0;
    padding: 0;
}
ul.filters .priceRange .button {
    width: 30px;
    padding: 4px 6px;
    margin-left: 6px;
}
input[type="checkbox"] {
    margin: 3px 3px 3px 4px;
}
ul.filters .color {
    float: left;
    cursor: pointer;
    width: 18px;
    height: 18px;
    margin: 15px 0px 0px 11px;
    display: block;
    border: 1px solid #e3e3e3;
    clear: none;
}
ul.filters .color input {
    opacity: 0;
    cursor: pointer;
}
.types {
    display: block;
    max-height: 200px;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}
.types::-webkit-scrollbar {
    width: 10px;
}
.types::-webkit-scrollbar-thumb {
    background-color: #4497B6;
    border-radius: 10px;
}
.types::-webkit-scrollbar-thumb:hover {
    background-color: #93C4D7;
    border: 1px solid #333333;
}
.types::-webkit-scrollbar-thumb:active {
    background-color: #4497B6;
    border: 1px solid #333333;
}
.spectacleservices {
    margin: 10px 0px;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    padding: 0px 10px;
}
.blurb {
    float: left;
    padding: 20px;
    border: 5px solid #ccc;
    margin: 20px 10px;
}
.blurbimg {
    margin-right: 15px;
    margin-bottom: 10px;
    max-width: 30%;
    padding: 0px 20px;
    display: table-cell;
    vertical-align: middle;
}
.blurbimg img {
    max-width: 170px;
}
.blurbtext {
    margin-bottom: 10px;
    line-height: 20px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #444;
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #ccc;
    padding-left: 20px;
}
.footerpayment {
    float: left;
    margin: 20px 0px 20px 0px;
}
.footerpayment p {
    width: 235px;
    font-size: 15px;
    margin-top: 10px;
    color: #bbbbbb;
}
.try-on {
    position: absolute;
    right: -5px;
    top: -6px;
    cursor: pointer;
}
.try-on-detail {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 2;
}
.vto-outer {
    position: fixed;
    right: 0px;
    top: 30%;
    z-index: 9999;
    cursor: pointer;
}
.vto-panel {
    position: absolute;
    left: -41px;
    width: 40px;
    height: 200px;
    #top: 30%;
    z-index: 200;
    cursor: pointer;
    Color: #fff;
    border: 1px solid #41444b;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #41444b url("vto.png") no-repeat center;
    float: left;
}
.Slide {
    text-align: center;
}
.proThumb {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    border: 1px solid #b6b6b6;
    margin-right: 10px;
    text-align: center;
    padding: 5px;
}
.bottomSlider .bx-wrapper .proThumb a img {
    float: none !important;
    display: inline-block;
    vertical-align: top;
    
}
.callus {
    text-align: center;
    font-weight: bold;
    color: #000000;
    font-size: 16px;
    margin-bottom: 10px;
}
#framepresform input {
    margin-bottom: 10px;
    width: 100%;
    height: 30px;
    display: inline;
}
#framepresform textarea {
    margin-bottom: 10px;
    width: 100%;
    height: 70px;
    padding-left: 10px;
    display: inline;
}
#framepresform #catSubmit {
    height: auto;
}
.man-logo {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #acacac;
}
.meet-team  a {
    color: #733e9f;
}
.meet-team a:hover {
    text-decoration: underline;
}
.team-outer {
    float: left;
    width: 100%;
    border: 2px solid #e9ebeb;
    padding: 10px;
    border-radius: 5px;
}
.team-outer h1 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin: 20px 0px;
    margin-top: 10px;
    color: #000;
}
.team-item {
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #e9ebeb;
    margin-bottom: 20px;
    height: 210px;
}
.team-outer h2 {
    font-size: 14px;
    font-weight: normal;
    margin: 10px 0px;
    margin-bottom: 5px;
    color: #000;
}
.team-outer p {
    font-size: 13px;
    line-height: 13px;
    color: #000;
    margin: 0;
}
.btnseemore {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    padding-top: 35px;
    background: url(layout/btn-seemore.png) no-repeat center top #fff;
    font-size: 11px;
    color: #000;
    position: relative;
    top: 18px;
}
.btnseeless {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    padding-top: 35px;
    background: url(layout/btn-seeless.png) no-repeat center top #fff;
    font-size: 11px;
    color: #000;
    position: relative;
    top: 18px;
}
.offers-div {
    width: 47%;
    float: left;
    height: 200px;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #ddd;
    margin-right: 20px;
}
.offers-div img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.product-desc-sec {
    margin-bottom: 20px;
    border: 1px solid #ccc;
    padding: 20px;
}
.product-desc-sec h2 {
    font-size: 17px;
    color: #000;
    text-transform: uppercase;

}
.product-desc-sec p{
    font-size: 12px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.4;
}
.product-content p {
    margin-bottom: 0;
}
.proudct-desc {
    margin-bottom: 35px;
}
.payment-method-logo {
    margin-bottom: 20px;
}
.proudct-desc h4 {
    padding-bottom: 15px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: #495074;
    border-bottom: 1px solid #ccc;
}
.proudct-desc li {
    padding: 2px 0 4px 0;
    padding-left: 40px;
    font-size: 16px;
    color: #262626;
    background: url(layout/tick.png) no-repeat 0 0;
}
.proudct-desc ul {
    padding-left: 15px;
}
.proudct-desc li b {
    font-weight: bold;
}


.bottom-panel {
    position: absolute;
    left: 0;
    bottom: 0px;
}

.btnzoom {
    display: none;
    vertical-align: top;
    font-size: 14px;
    color: #cecece;
    margin-right: 30px;
    line-height: 35px;
}

.btnzoom i {
    margin-left: 10px;
    color: #b9b9b9;
    font-size: 20px;
}
.offer-grid{
    position: relative;
    margin-bottom: 50px;

}
.offer-grid figcaption {
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 100%;
}
.offer-grid figcaption a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 300px;
    background: #fff;
    padding: 4px 3px;
    border: 1px dashed #c5c5c5;
    line-height: 1.2;
    font-size: 16px;
    color: #393939;
    text-transform: uppercase;
    font-weight: 600;
}

.product-thumbnail img {
    max-width: 90px;
}

.eyesStage .table > thead > tr > th{
    font-weight: bold;
    font-size: 13px;
    padding: 4px 8px;
    vertical-align: middle;
    height: 60px;
    line-height: 1;

}
.eyesStage .table > tbody > tr > td {
    vertical-align: middle;
    padding: 15px 8px;
}
#framepresform {
    display: none;
}
/* Our brand all css **************************************************/
.our-brands-sec {
    margin-bottom: 20px;
    font-size: 0;
}
.our-brands-sec .col-md-4 {
    float: none;
    display: inline-block;
    vertical-align: top;
}
.our-brands-sec article {
    margin-bottom: 25px;
    border: 1px solid #c7c7c7;
}
.op-logo-box {
    text-align: center;
    height: 75px;
    line-height: 75px;
    border-bottom: 1px solid #c7c7c7;
}
.op-logo-box img {
    display: inline-block;
    vertical-align: middle;
    max-height: 50px;
	max-width: 250px;
}
.our-brands-sec article figure {
    padding: 15px;
}
.our-brands-sec article .descarea {
	padding: 15px;
    padding-bottom: 15px;
    min-height: 300px;
}
.our-brands-sec article .descarea p {
    margin-bottom: 0;
    font-size: 13px;
}
@media (max-width:480px ) {
 .our-brands-sec .col-md-4 {
    width: 100%;
 } 

.our-brands-sec article .descarea {
	height: auto;
	min-height: auto;
} 
}

.green-button {
	background-color: #64b234 !important;
    border: none;
}

.green-button:hover {
	background-color: #78D63E  !important;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #000;
    content: "\003E";
}

/* Career **************************************************/
#career-section h1 {
    border-bottom: 1px solid #000000;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
#career-section ul{
    margin-bottom: 20px;
}
#career-section ul li{
	font-weight: bold;
}
#career-section p {
    margin-bottom: 20px;
}
#career-section h3 {
    font-weight: 600;
    margin-bottom: 25px;
}
.career-form-area {
    border: 1px solid #dcdbdb;
    padding: 20px;
    max-width: 780px;
    background: #f9f6f4;
}

.career-form-area li input[type="text"],
.career-form-area li input[type="number"],
.career-form-area li input[type="email"],
.career-form-area li textarea {
    width: 100%;
    height: 45px;
    color: #666;
    border-color: #dcdcdc;
    padding: 10px 15px;
    margin-bottom: 10px;
}
.career-form-area li textarea {
    padding: 15px;
    height: 140px;
    resize: none;
}
.career-form-area li input[type="file"] {
    width: 100%;
}
.career-form-area li input[type="submit"] {
    width: 100%;
    height: 45px;
    padding: 0;
    margin-top: 15px;
	color: #fff;
}