@import url(https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Oleo+Script+Swash+Caps:400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Girassol&display=swap);
@font-face {
    font-family: marinto;
    src: url(marinto/marinto.woff2) format('woff2'), url(marinto/marinto.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

html {
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0
}

body {
    color: #000!important;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    overflow-x: hidden;
    background-color: transparent!important
}

a,
body,
input,
select,
td,
textarea,
th {
    font-size: 12px
}

body {
    font-family: Poppins, sans-serif!important
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00a651;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff200;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ed1c24;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #222;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

#loader-wrapper .loader-section.section-left {
    left: 0
}

#loader-wrapper .loader-section.section-right {
    right: 0
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out
}

.Menu #dialog-form #postcodepopup {
    display: inline-block
}

.slideshow .nivoSlider {
    margin-bottom: 0!important
}

.home_page_tel #header #red-box {
    display: none
}

body #header #red-box {
    display: block
}

#column-right,
.home_page_tel .container #content {
    background-color: transparent;
    margin-top: 0
}

.col-sm-8>iframe {
    width: 100%
}

.footer-last-links {
    padding-top: 15px
}

.logaccount .col-sm-4 {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    min-height: 340px;
    text-align: center;
    width: 32.2%;
    padding: 0;
    margin: 0 4px
}

.logaccount .col-sm-4:hover {
    background-color: #fff;
    border: 1px solid #000
}

.logaccount .col-sm-4 h2 {
    background-color: #dcdcdc;
    font-size: 26px;
    font-weight: 700;
    padding: 5px 0 7px
}

.logaccount .col-sm-4 img {
    display: inline-block;
    padding-top: 10px
}

.logaccount .col-sm-4 .content {
    padding: 0!important;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0!important
}

.logaccount .col-sm-4 .content ul {
    list-style: none;
    padding: 0
}

.logaccount .col-sm-4 .content ul li a {
    border-bottom: 1px solid #dcdcdc;
    color: #000;
    display: block;
    padding: 5px 0;
    text-decoration: none
}

.logaccount .col-sm-4 .content ul li a:hover {
    color: #000
}

img.img-responsive.adjmargin-center {
    margin: 0 auto
}

.welcome,
h1 {
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(0, 0, 0, .01)
}

h2 {
    font-family: Lora, serif;
    color: #000;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 5px
}

p {
    margin-top: 0;
    margin-bottom: 20px
}

a,
a b,
a:visited {
    text-decoration: none;
    cursor: pointer
}

a:hover {
    text-decoration: underline
}

a img {
    border: none
}

form {
    padding: 0;
    margin: 0;
    display: inline
}

input[type=password],
input[type=text],
textarea {
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 5px;
    margin: 5px auto
}

select.form-control {
    margin: 5px auto
}

select {
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 2px;
    color: #2b201c!important
}

label {
    cursor: pointer
}

.dot {
    border-bottom: 5px dotted #dcdcdc;
    display: inline-block;
    height: 2px;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-top: 20px;
    width: 102.8%
}

.alnfix,
.option-opened {
    display: inline-block;
    list-style: outside none none;
    padding: 0
}

.Contact.Us .content #phone {
    display: none;
    height: 25px;
    width: 120px
}

.otima {
    padding: 5px 10px;
    text-align: left
}

.otima h4 {
    margin-bottom: 4px;
    padding-top: 10px
}

#header .row {
    margin: 0
}

#header .container {
    padding: 0
}

#openingh {
    background: url(images/time.png) no-repeat center center #000;
    border: 5px solid #dcdcdc;
    color: #fff;
    margin-right: 5px;
    width: 32%
}

#openingh h2 {
    text-align: center;
    color: #fff!important
}

.banner-main img {
    border-left: 1px solid #dcdcdc
}

body.home_page_tel .container {
    width: 100%;
    max-width: 100%;
    padding: 0
}

body .container {
    width: 1200px;
    padding: 0
}

.top_strip .container,
body.home_page_tel .top_strip .container,
body.home_page_tel div#header .container,
div#header .container {
    max-width: 100%;
    margin: auto;
    width: calc(100% - 10.4%)
}

.container .container {
    border: 0
}

.option-opened {
    display: inline-block;
    width: 100%
}

.option-opened ul,
.option_values_radiobtn ul,
ul.alnfix {
    clear: both;
    list-style: outside none none;
    padding: 0
}

.option-opened ul li,
.option_values_radiobtn ul li,
ul.alnfix li {
    display: inline-block;
    line-height: 17px;
    min-width: 49%
}

.option-opened ul li label,
.option_values_radiobtn ul li label,
ul.alnfix li label {
    margin: 0
}

.option-opened ul {
    padding: 0;
    list-style: outside none none
}

.dropdown-menu1 {
    margin: 0!important
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
    overflow: visible!important
}

body.Feedback #content .col-sm-6 {
    width: 100%
}

#cart-customer-data {
    background-color: #39494b;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 7px 3px;
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

#cart-customer-data a,
#cart-customer-data a.wlink {
    color: #fff;
    padding: 0 2px;
    text-decoration: underline
}

#cart-customer-data a.wlink,
#cart-customer-data a:hover {
    color: #39494b
}

#cart-customer-data a.wlink {
    color: #000;
    padding: 0 7px;
    text-decoration: underline
}

#cart-customer-data a.wlink:hover {
    color: #000;
    text-decoration: none
}

.wback {
    clear: both
}

.wmessage {
    max-width: 1200px;
    margin: 0 auto
}

.wmessage {
    margin: auto;
    position: relative
}

#toptel {
    background: url(images/topright.png) no-repeat;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    height: 125px;
    line-height: 33px;
    margin-left: 650px;
    padding-left: 110px;
    padding-top: 6px;
    position: absolute;
    text-align: left;
    top: 57px;
    width: 839px
}

#toptel a {
    color: #fff
}

#columnleftcat #column-left .box-heading {
    display: none
}

#columnleftcat.fixed #column-left {
    margin-top: 0
}

#column-right {
    float: right!important;
    z-index: 10;
    padding: 0;
    width: 30%;
    max-width: 351px;
    display: block!important
}

div#contentcat {
    width: 53%
}

#column-right .box-heading {
    background-color: #2e3590;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center
}

#column-right .no {
    display: none
}

#sid_account .box-content {
    padding-bottom: 10px;
    border: 1px solid #dcdcdc;
    background: #fff
}

#sid_account .box-content li a {
    color: #000;
    font-weight: 500
}

#sid_account .box-content li a:hover {
    color: #fff;
    text-decoration: none
}

#mobile-cart-total #mobile_cart_btn,
#mobilonly {
    display: none
}

#login-remember {
    margin-right: 5px
}

.home_page_tel .cycle-slideshow {
    margin-left: 60px;
    max-width: 486px!important
}

.home_page_tel .cycle-slideshow img {
    position: absolute;
    left: -35px
}

.home_page_tel .cycle-slideshow p {
    color: #fff;
    margin: 0;
    padding: 0!important
}

#language {
    position: absolute;
    top: 15px;
    left: 335px;
    width: 75px;
    color: #dcdcdc;
    line-height: 17px
}

#language img {
    cursor: pointer
}

#currency {
    color: #dcdcdc;
    left: 455px;
    line-height: 17px;
    position: absolute;
    top: 10px;
    width: 75px
}

#currency a {
    display: inline-block;
    padding: 2px 4px;
    border: 1px solid #ccc;
    color: #dcdcdc;
    text-decoration: none;
    margin-right: 2px;
    margin-bottom: 2px
}

#currency a b {
    color: #000;
    text-decoration: none
}

.lifbtw {
    float: right;
    margin-top: 2px;
    position: absolute;
    right: 363px
}

#topresi {
    background: url(images/topresi.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    float: right;
    padding: 12px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 105px;
    width: 170px
}

#topresi a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 0 8px;
    text-decoration: none
}

.breadcrumb {
    color: #dcdcdc;
    margin-bottom: 20px
}

.attention,
.information,
.success,
.warning {
    padding: 10px 10px 10px 33px;
    margin: 15px auto;
    color: #000
}

.warning {
    background: #ffd1d1 url(../image/warning.png) 10px center no-repeat;
    border: 1px solid #f8acac
}

.attention {
    background: #fff5cc url(../image/attention.png) 10px center no-repeat;
    border: 1px solid #f2dd8c
}

.attention .close,
.information .close,
.success .close,
.warning .close {
    float: right;
    padding-top: 4px;
    padding-right: 4px;
    cursor: pointer
}

.required {
    color: red;
    font-weight: 700;
    float: left
}

.error {
    display: block;
    color: red
}

.help {
    color: #dcdcdc;
    font-size: 10px;
    font-weight: 400;
    font-family: Verdana, Geneva, sans-serif;
    display: block
}

table.form {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px
}

table.form tr td:first-child {
    width: 150px
}

table.form td {
    padding: 4px
}

input.large-field,
select.large-field {
    width: 300px
}

table.list {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    margin-bottom: 20px
}

table.list td {
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc
}

table.list thead td {
    background-color: #39494b;
    padding: 0 5px
}

.list thead td,
table.list thead td a {
    text-decoration: none;
    color: #fff;
    font-weight: 700
}

table.list tbody td a {
    text-decoration: underline
}

table.list tbody td {
    vertical-align: top;
    padding: 0 5px
}

table.list .left {
    text-align: left;
    padding: 7px
}

table.list .right {
    text-align: right;
    padding: 7px
}

table.list .center {
    text-align: center;
    padding: 7px
}

.pagination {
    border-top: 1px solid #dcdcdc;
    padding-top: 8px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px
}

.pagination .links {
    float: left
}

.pagination .links a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 4px 10px;
    text-decoration: none;
    color: #a3a3a3
}

.pagination .links b {
    display: inline-block;
    border: 1px solid #fff;
    padding: 4px 10px;
    font-weight: 400;
    text-decoration: none;
    color: #cd0d0d;
    background: #fff
}

.pagination .results {
    float: right;
    padding-top: 3px
}

a.button,
input.button {
    background: none repeat scroll 0 0 #fef200;
    border: 1px solid #fef200;
    color: #2e3590;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 4px 6px;
    text-decoration: none;
    margin: 1px;
    border-radius: 2px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .3)
}

a.button span {
    color: #2e3590;
    line-height: 12px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding: 3px
}

a.button:hover {
    background: #39494b;
    color: #fff
}

a.button:hover span {
    color: #fff
}

.buttons {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #fff;
    overflow: auto;
    padding: 6px;
    margin-bottom: 20px;
    color: #000
}

.buttons .left {
    float: left;
    text-align: left
}

.buttons .right {
    float: right;
    text-align: right;
    font-weight: 500
}

.buttons .center {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.htabs {
    height: 30px;
    line-height: 16px;
    border-bottom: 1px solid #dcdcdc
}

.htabs a {
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    background: #cd0d0d;
    padding: 7px 15px 6px 15px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    color: #fff;
    margin-right: 2px;
    display: none
}

.htabs a.selected {
    padding-bottom: 7px;
    background: #fff;
    color: #2b201c
}

.tab-content {
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    margin-bottom: 20px;
    overflow: auto;
    padding: 10px;
    z-index: 2
}

.box .box-content {
    padding: 0
}

#column-right .box .box-content ul {
    margin: 0 auto;
    color: #000;
    list-style-type: circle;
    padding-left: 29px
}

.product-det-left {
    display: inline-block;
    float: left
}

.product-det-left img {
    border: 1px solid #dcdcdc
}

.product-det-right {
    display: inline-block;
    padding-left: 0;
    width: 100%
}

.box-product {
    width: 100%;
    overflow: auto
}

.box-product>div {
    display: inline-block;
    margin: 14px;
    vertical-align: top;
    width: 204px
}

#column-left+#column-right+#content .box-product>div {
    width: 119px
}

.box-product .image {
    display: block;
    margin-bottom: 0
}

.box-product .image img {
    padding: 3px;
    border: 1px solid #dcdcdc
}

.box-product .name a {
    font-weight: 700;
    text-decoration: none;
    display: block;
    margin-bottom: 4px
}

.box-product .price {
    display: block;
    font-weight: 700;
    color: #dcdcdc;
    margin-bottom: 4px
}

.box-product .price-old {
    color: red;
    text-decoration: line-through
}

.box-product .price-new {
    font-weight: 700
}

.box-product .rating {
    display: block;
    margin-bottom: 4px
}

.box-category ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.box-category>ul>li>a {
    color: #000;
    display: none;
    font-size: 30px;
    font-weight: 800!important;
    padding: 7px 0 7px 5px;
    text-decoration: none
}

.box-category>ul>li>a:hover {
    color: #000
}

.box-category>ul>li a.active {
    font-weight: 700
}

.box-category>ul>li a.active+ul {
    display: block
}

.box-category>ul>li ul>li>a {
    border-bottom: 1px solid #dcdcdc;
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 5px 0 4px 7px;
    text-decoration: none;
    transition: all .3s ease 0s
}

.box-category>ul>li ul>li.side-cat-selected>a,
.box-category>ul>li ul>li>a:hover {
    background-color: #2e3590;
    color: #fff
}

.box-category>ul>li ul>li>a.active {
    font-weight: 700;
    color: #000
}

body.Contact.Us #content #content #carousel0,
body.Contact.Us #content #content h1.fntit {
    display: none
}

#content .content {
    overflow: auto;
    padding: 0;
    color: #000
}

#content .content .left {
    float: left;
    width: 49%
}

#payment-method tr {
    display: block;
    padding-bottom: 10px!important
}

#payment-method td {
    vertical-align: top
}

#payment-method input {
    margin-left: 0;
    margin-right: 5px;
    margin-top: 2px
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin-left: 0!important;
    margin-right: 5px;
    margin-top: 0
}

.category-info {
    overflow: auto;
    margin-bottom: 20px
}

.category-info .image {
    float: left;
    padding: 5px;
    margin-right: 15px;
    border: 1px solid #dcdcdc
}

.category-list {
    overflow: auto;
    margin-bottom: 20px
}

.category-list ul {
    float: left;
    width: 18%
}

.category-list .div a {
    text-decoration: underline;
    font-weight: 700
}

.manufacturer-list {
    border: 1px solid #fff;
    padding: 5px;
    overflow: auto;
    margin-bottom: 20px
}

.manufacturer-heading {
    background: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 5px 8px;
    margin-bottom: 6px
}

.manufacturer-content {
    padding: 8px
}

.manufacturer-list ul {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px
}

.product-filter {
    border-bottom: 3px solid #c9651a;
    margin-top: -43px;
    overflow: auto;
    padding-bottom: 5px;
    display: none
}

.product-filter .display {
    margin-right: 15px;
    float: left;
    padding-top: 4px;
    color: #bbb
}

.product-filter .display a {
    font-weight: 700
}

.product-filter .sort {
    float: right;
    color: #bbb
}

.product-filter .limit {
    margin-left: 15px;
    float: right;
    color: #bbb
}

.product-compare {
    padding-top: 6px;
    margin-bottom: 25px;
    font-weight: 700;
    display: none
}

.product-compare a {
    text-decoration: none;
    font-weight: 700
}

.product-list>div {
    overflow: auto;
    margin-bottom: 15px
}

.product-list .right {
    float: right;
    margin-left: 15px
}

.product-list>div+div {
    border-top: 1px solid #dcdcdc;
    padding-top: 16px
}

.product-list .image {
    float: left;
    margin-right: 10px
}

.product-list .image img {
    padding: 3px;
    border: 1px solid #dcdcdc
}

.product-list .name {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 3px;
    padding-top: 15px;
    text-transform: uppercase
}

.product-list .name a {
    color: #cd0d0d;
    font-weight: 700;
    text-decoration: none
}

.product-list .description {
    line-height: 15px;
    margin-bottom: 5px;
    color: #dcdcdc
}

.product-list .rating {
    color: #7b7b7b
}

.product-list .price {
    float: right;
    height: 50px;
    margin-left: 8px;
    text-align: right;
    color: #bbb;
    font-size: 12px
}

.product-list .price-old {
    color: red;
    text-decoration: line-through
}

.product-list .price-new {
    font-weight: 700
}

.product-list .price-tax {
    font-size: 12px;
    font-weight: 400;
    color: #bbb
}

.product-list .cart {
    margin-bottom: 3px
}

.product-list .compare,
.product-list .wishlist {
    margin-bottom: 3px
}

.product-list .wishlist a {
    color: #bbb;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url(../image/add.png) left center no-repeat
}

.product-list .compare a {
    color: #bbb;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url(../image/add.png) left 60% no-repeat
}

.product-grid {
    width: 100%;
    overflow: auto
}

.product-grid>div {
    background-color: #fff;
    display: inline-block;
    margin: 5px 4px;
    padding: 10px;
    vertical-align: top;
    width: 168px
}

#column-left+#column-right+#content .product-grid>div {
    width: 156px
}

.product-grid .image {
    display: block;
    margin-bottom: 0;
    line-height: 9px;
    clear: both
}

.product-grid .image img {
    padding: 0
}

.product-grid .name a {
    color: #2b201c;
    display: block;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 17px;
    margin-bottom: 4px;
    min-height: 34px;
    padding-left: 3px;
    text-decoration: none
}

.product-grid .description {
    display: none
}

.product-grid .rating {
    display: block;
    margin-bottom: 4px
}

.product-grid .price {
    display: block;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
    float: left
}

.product-grid .price-old {
    color: red;
    text-decoration: line-through
}

.product-grid .price-new {
    font-weight: 700
}

.product-grid .price .price-tax {
    display: none
}

.product-grid .cart {
    float: right;
    margin: auto;
    text-align: center;
    width: 90px
}

.product-grid .cart a.button {
    display: none
}

.product-grid .cart a {
    color: #fff;
    padding: 3px 6px;
    text-decoration: none;
    font-weight: 700
}

.product-grid .compare,
.product-grid .wishlist {
    margin-bottom: 3px
}

.product-grid .wishlist a {
    color: #bbb;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url(../image/add.png) left center no-repeat
}

.product-grid .compare a {
    color: #bbb;
    text-decoration: none;
    padding-left: 18px;
    display: block;
    background: url(../image/add.png) left center no-repeat
}

.product-info {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    margin-bottom: 20px;
    overflow: auto;
    padding: 10px
}

.product-info>.left {
    float: left;
    margin-right: 15px
}

.product-info>.left+.right {
    margin-left: 265px
}

.product-info .image {
    background-color: #dcdcdc;
    border: 1px solid #dcdcdc;
    float: left;
    margin-bottom: 20px;
    padding: 1px;
    text-align: center
}

.product-info .image #price-range {
    color: #bc6629;
    font-weight: 700
}

.product-info .image-additional {
    width: 260px;
    margin-left: -10px;
    clear: both;
    overflow: hidden
}

.product-info .image-additional img {
    border: 1px solid #dcdcdc
}

.product-info .image-additional a {
    float: left;
    display: block;
    margin-left: 10px;
    margin-bottom: 10px
}

.product-info .description {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 5px 5px 10px 5px;
    margin-bottom: 10px;
    line-height: 20px
}

.product-info .description a {
    color: #dcdcdc;
    text-decoration: none
}

.product-info .price {
    overflow: auto;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 5px 10px 5px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700
}

.product-info .price-old {
    color: red;
    text-decoration: line-through
}

.product-info .price-tax {
    font-size: 12px;
    font-weight: 400;
    color: #dcdcdc
}

.product-info .price .reward {
    font-size: 12px;
    font-weight: 400;
    color: #dcdcdc
}

.product-info .price .discount {
    font-weight: 400;
    font-size: 12px;
    color: #dcdcdc
}

.product-info .options {
    border-bottom: 1px solid #dcdcdc;
    padding: 0 5px 10px 5px;
    margin-bottom: 10px
}

.product-info .option-image {
    margin-top: 3px;
    margin-bottom: 10px
}

.product-info .option-image label {
    display: block;
    width: 100%;
    height: 100%
}

.product-info .option-image img {
    margin-right: 5px;
    border: 1px solid #dcdcdc;
    cursor: pointer
}

.product-info .cart {
    border-bottom: 1px solid #dcdcdc;
    padding: 0 5px 10px 5px;
    margin-bottom: 20px;
    overflow: auto
}

.product-info .cart #button-cart span {
    padding: 6px 8px 5px 5px
}

.product-info .cart div {
    float: left;
    vertical-align: middle
}

.product-info .cart div>span {
    padding-top: 7px;
    display: block;
    color: #dcdcdc
}

.product-info .cart .minimum {
    padding-top: 5px;
    font-size: 11px;
    color: #dcdcdc;
    clear: both
}

.product-info .review {
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    margin-bottom: 10px
}

.product-info .review a {
    color: #dcdcdc;
    text-decoration: none
}

.product-info .review>div {
    padding: 8px;
    border-bottom: 1px solid #dcdcdc;
    line-height: 20px
}

.product-info .review>div>span {
    color: #cd0d0d
}

.product-info .review .share {
    overflow: auto;
    line-height: normal
}

.product-info .review .share a {
    text-decoration: none
}

.attribute {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    margin-bottom: 20px
}

.attribute thead td,
.attribute thead tr td:first-child {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    text-align: left
}

.attribute tr td:first-child {
    color: #000;
    font-weight: 700;
    text-align: right;
    width: 20%
}

.attribute td {
    padding: 7px;
    color: #dcdcdc;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc
}

.compare-info {
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    margin-bottom: 20px
}

.compare-info thead td,
.compare-info thead tr td:first-child {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
    text-align: left
}

.compare-info tr td:first-child {
    color: #000;
    font-weight: 700;
    text-align: right
}

.compare-info td {
    padding: 7px;
    width: 20%;
    color: #dcdcdc;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc
}

.compare-info .name a {
    font-weight: 700
}

.compare-info .price-old {
    font-weight: 700;
    color: red;
    text-decoration: line-through
}

.compare-info .price-new {
    font-weight: 700
}

.wishlist-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    margin-bottom: 20px
}

.wishlist-product td {
    padding: 7px
}

.wishlist-product thead td {
    color: #dcdcdc;
    font-weight: 700;
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc
}

.wishlist-product thead .cart,
.wishlist-product thead .image,
.wishlist-product thead .remove {
    text-align: center
}

.wishlist-product thead .model,
.wishlist-product thead .name,
.wishlist-product thead .stock {
    text-align: left
}

.wishlist-product thead .price,
.wishlist-product thead .quantity,
.wishlist-product thead .total {
    text-align: right
}

.wishlist-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #dcdcdc
}

.wishlist-product tbody .remove {
    vertical-align: middle
}

.wishlist-product tbody .cart,
.wishlist-product tbody .image,
.wishlist-product tbody .remove {
    text-align: center
}

.wishlist-product tbody .model,
.wishlist-product tbody .name,
.wishlist-product tbody .stock {
    text-align: left
}

.wishlist-product tbody .price,
.wishlist-product tbody .quantity,
.wishlist-product tbody .total {
    text-align: right
}

.wishlist-product tbody .price s {
    color: red
}

.login-content {
    margin-bottom: 20px;
    overflow: auto
}

.login-content .left {
    float: left;
    width: 48%
}

.login-content .right {
    float: right;
    width: 48%
}

.login-content .left .content,
.login-content .right .content {
    min-height: 190px
}

.order-list {
    margin-bottom: 10px
}

.order-list .order-id {
    width: 49%;
    float: left;
    margin-bottom: 2px
}

.order-list .order-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px
}

.order-list .order-content {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    word-break: break-word
}

.order-list .order-content div {
    float: left;
    width: 33.3%
}

.order-list .order-info {
    text-align: right
}

.order-detail {
    background: #fff;
    font-weight: 700
}

.return-list {
    margin-bottom: 10px
}

.return-list .return-id {
    width: 49%;
    float: left;
    margin-bottom: 2px
}

.return-list .return-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px
}

.return-list .return-content {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc
}

.return-list .return-content div {
    float: left;
    width: 33.3%
}

.return-list .return-info {
    text-align: right
}

.return-product {
    overflow: auto;
    margin-bottom: 20px
}

.return-name {
    float: left;
    width: 33.3%
}

.return-model {
    float: left;
    width: 33.3%
}

.return-quantity {
    float: left;
    width: 33.3%
}

.return-detail {
    overflow: auto;
    margin-bottom: 20px
}

.return-reason {
    float: left;
    width: 33.3%
}

.return-opened {
    float: left;
    width: 33.3%
}

.return-opened textarea {
    width: 98%;
    vertical-align: top
}

.return-remove {
    float: left;
    width: 33.3%;
    padding-top: 90px;
    text-align: center;
    vertical-align: middle
}

.return-additional {
    overflow: auto;
    margin-bottom: 20px
}

.return-comment {
    float: left;
    width: 49%
}

.return-captcha {
    float: right;
    width: 49%
}

.download-list {
    margin-bottom: 10px
}

.download-list .download-id {
    width: 49%;
    float: left;
    margin-bottom: 2px
}

.download-list .download-status {
    width: 49%;
    float: right;
    text-align: right;
    margin-bottom: 2px
}

.download-list .download-content {
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc
}

.download-list .download-content div {
    float: left;
    width: 33.3%
}

.download-list .download-info {
    text-align: right
}

.cart-info table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.cart-info td {
    padding: 7px
}

.cart-info thead td {
    color: #000;
    font-weight: 700;
    background-color: #fff;
    border-bottom: 1px solid #fff
}

.cart-info thead .image,
.cart-info thead .remove {
    text-align: center
}

.cart-info thead .model,
.cart-info thead .name {
    text-align: left
}

.cart-info thead .price,
.cart-info thead .quantity,
.cart-info thead .total {
    text-align: right
}

.cart-info tbody td {
    vertical-align: top;
    border-bottom: 1px solid #fff
}

.cart-info tbody .remove {
    vertical-align: middle
}

.cart-info tbody .image,
.cart-info tbody .remove {
    text-align: center
}

.cart-info tbody .model,
.cart-info tbody .name {
    text-align: left
}

.cart-info tbody .price,
.cart-info tbody .quantity,
.cart-info tbody .total {
    text-align: right
}

.cart-info tbody span.stock {
    color: red;
    font-weight: 700
}

.cart-module .cart-heading {
    border: 1px solid #fff;
    padding: 8px 8px 8px 22px;
    font-weight: 700;
    font-size: 13px;
    color: #dcdcdc;
    margin-bottom: 15px;
    cursor: pointer;
    background: #fff url(../image/arrow-right.png) 10px 50% no-repeat
}

.cart-module .active {
    background: #fff url(../image/arrow-down.png) 7px 50% no-repeat
}

.cart-module .cart-content {
    padding: 0 0 15px 0;
    display: none;
    overflow: auto
}

.cart-total {
    border-top: 1px solid #fff;
    overflow: auto;
    padding-top: 8px;
    margin-bottom: 15px
}

.cart-total table {
    float: right
}

.cart-total td {
    padding: 3px;
    text-align: right
}

.checkout-heading {
    background: #fff;
    border: 1px solid #fff;
    padding: 8px;
    font-weight: 700;
    font-size: 13px;
    color: #dcdcdc;
    margin-bottom: 15px
}

.checkout-heading a {
    float: right;
    margin-top: 1px;
    font-weight: 400;
    text-decoration: none
}

.checkout-content .left {
    float: left;
    width: 48%
}

.checkout-content .buttons {
    background: 0 0;
    border: 0;
    clear: both
}

.checkout-content .buttons .right {
    float: none;
    text-align: left
}

div#register .control-label {
    text-align: left;
    padding: 0 15px
}

.checkout-product table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    margin-bottom: 20px
}

.checkout-product td {
    padding: 5px
}

.checkout-product thead td {
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc;
    color: #000;
    font-weight: 700
}

.checkout-product thead .model,
.checkout-product thead .name {
    text-align: left
}

.checkout-product thead .price,
.checkout-product thead .quantity,
.checkout-product thead .total {
    text-align: right
}

.checkout-product tbody td {
    vertical-align: top;
    border-bottom: 1px solid #dcdcdc
}

.checkout-product td.price,
.checkout-product td.total {
    min-width: 50px
}

.checkout-product tbody .model,
.checkout-product tbody .name {
    text-align: left
}

.checkout-product tbody .price,
.checkout-product tbody .quantity,
.checkout-product tbody .total {
    text-align: right
}

.checkout-product tfoot td {
    text-align: right;
    border-bottom: 1px solid #dcdcdc
}

.contact-info {
    overflow: auto;
    font-size: 16px
}

.contact-info .content h4 {
    color: #2e3590;
    font-size: 29px;
    font-style: italic
}

.contact-info .content {
    border: 0!important;
    background-color: rgba(250, 250, 250, .9)!important
}

.contact-info .content input,
.contact-info .content textarea {
    font-size: 15px;
    font-weight: 400;
    padding: 9px 15px;
    border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -khtml-border-radius: 4px 4px 4px 4px
}

.contact-info .content .buttons1 .button {
    display: inline-block
}

#content .contact-info .col-sm-5 .content {
    border: 0;
    padding: 0
}

.contact-info .col-sm-7 iframe {
    width: 100%;
    height: 260px
}

.contact-info .left {
    float: left;
    width: 48%
}

.contact-info .right {
    float: left;
    width: 48%
}

.sitemap-info {
    overflow: auto;
    margin-bottom: 40px
}

.sitemap-info .left {
    float: left;
    width: 48%
}

.sitemap-info .right {
    float: left;
    width: 48%
}

.social {
    margin: 4px auto;
    z-index: 10
}

.fa {
    font-size: 14px
}

.social a {
    background-color: #fff;
    color: #2e3590;
    display: inline-block;
    font-size: 16px!important;
    height: 28px;
    line-height: 15px;
    margin: 4px auto;
    padding: 6px 7px;
    text-align: center;
    width: 28px;
    border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -khtml-border-radius: 50% 50% 50% 50%
}

a#gp {
    padding: 7px 4px
}

.social a:hover,
a#feature_order:hover,
div#wel_txt a:hover {
    color: #fff;
    background: #2e3590;
    transition: all .3s ease 0s;
    text-decoration: none
}

a#ordernow:hover {
    color: #000;
    background: #fff;
    transition: all .3s ease 0s;
    text-decoration: none
}

.home_page_tel .menu-nav .container {
    border-bottom: 0
}

.menu-nav {
    height: auto;
    position: relative
}

#menu {
    height: auto;
    position: relative;
    text-align: center
}

body #menu {
    margin: 0;
    min-height: auto;
    border-radius: 0
}

#menu .navbar-collapse {
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 10;
    padding: 0;
    max-height: 100%
}

#menu .navbar-nav {
    float: none
}

#menu .navbar-nav>li.mrgr {
    margin-right: 250px;
    padding-right: 6px
}

#menu .navbar-nav>li#mobileonlymenu {
    display: none
}

#menu .navbar-nav>li {
    display: inline-block;
    float: none
}

#menu .nav>li>a {
    background-color: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    padding: 15px 15px;
    min-height: 15px;
    transition: all .3s ease 0s;
    font-weight: 500
}

#menu .nav>li>a span {
    font-size: 14px
}

#menu .navbar-nav li.marglefta {
    border: none
}

#menu .nav>li>a:hover {
    color: #2e3590
}

#menu .dropdown-menu {
    padding-bottom: 0
}

#menu .dropdown-inner {
    display: table
}

#menu .dropdown-inner ul {
    display: table-cell
}

#menu .dropdown-inner a {
    background-color: #000;
    border-bottom: 1px solid #fff;
    clear: both;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    min-width: 160px;
    padding: 8px 6px 8px 7px
}

#menu .dropdown-inner li a:hover {
    color: #fff
}

#menu .see-all {
    display: block;
    margin-top: .5em;
    border-top: 1px solid #dcdcdc;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px
}

#menu .see-all:focus,
#menu .see-all:hover {
    text-decoration: none;
    color: #fff;
    background-color: #2e3590;
    background-repeat: repeat-x
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2)
}

#menu .btn-navbar {
    margin-right: 5px;
    font-size: 18px;
    font-stretch: expanded;
    color: #2e3590;
    padding: 2px 18px;
    float: right;
    background-color: #fefb00;
    border: 2px solid #fff;
    border-radius: 0
}

#menu .btn-navbar.disabled,
#menu .btn-navbar:active,
#menu .btn-navbar:focus,
#menu .btn-navbar:hover,
#menu .btn-navbar[disabled] {
    color: #fff;
    background-color: #2e3590
}

.powered p,
.powered p a {
    color: #fff;
    text-align: center;
    font-size: 14px
}

#footer_cookie {
    background-color: #000;
    bottom: 0;
    color: #fff;
    display: inline-block;
    margin-top: 7px;
    padding: 3px;
    position: fixed;
    text-align: center!important;
    width: 100%;
    z-index: 7777
}

#footer_cookie a {
    color: #fff;
    text-decoration: underline
}

div#column-left {
    padding: 0;
    display: block;
    float: left
}

.top_menu {
    background: #2e3590;
    padding: 10px 0;
    text-align: center
}

.top_menu a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: block
}

.box-heading {
    background: #2e3590;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase
}

div#tabs {
    margin-top: 42px
}

.prod_main_categories {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%
}

.cat_name {
    background: #fff;
    position: relative;
    padding: 5px 0;
    margin: 0
}

.cat_name h3 {
    text-align: center;
    margin: 0
}

.cat_desc p {
    margin: 0;
    text-align: center;
    font-size: 12px;
    font-style: italic
}

.col-sm-12.pro_bg {
    border-bottom: 1px solid #dcdcdc;
    padding: 14px 0
}

.col-sm-12.cat_desc {
    background: #fff;
    padding: 15px;
    border-bottom: 1px solid #dcdcdc
}

.product_option_price,
div#product_price {
    font-size: 15px;
    font-weight: 500;
    text-align: right
}

.col-sm-12.product_description p,
.col-sm-12.product_description p span {
    font-size: 11px;
    margin: 0
}

.product-info_simple.even {
    background: #dcdcdc;
    padding: 10px 15px;
    margin: 0 auto
}

.product-info_simple.odd {
    background: #f7f7f7;
    padding: 10px 15px;
    margin: 0 auto
}

.box-category {
    border: 1px solid #dcdcdc
}

.tabcontent {
    display: none
}

.top_menu a:hover {
    color: #fff;
    text-decoration: none
}

.top_menu:hover {
    background: #39494b;
    text-decoration: none;
    box-shadow: inset 0 1px 8px 2px #000
}

div#before_bg {
    background: #fff;
    padding: 0;
    margin-bottom: 10px
}

div#before_bg ul {
    list-style-type: none
}

.before_radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin: 15px 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500
}

.before_radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #dcdcdc
}

.before_radio:hover input~.checkmark {
    background-color: #dcdcdc
}

.before_radio input:checked~.checkmark {
    background-color: #fef200
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.before_radio input:checked~.checkmark:after {
    display: block
}

.before_radio .checkmark:after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #353ebc
}

div#before_bg p {
    font-size: 14px;
    font-weight: 500
}

div#before_bg p span {
    color: #fff;
    font-weight: 600
}

div#before_bg #before_border {
    border: 1px solid rgba(220, 220, 220, .3);
    border-bottom: 1px solid #dcdcdc;
    background: #2e3590;
    color: #fff;
    font-weight: 500
}

.sett-popup-content h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600
}

#INFO .sett-popup-content,
div#OPENING_HOURS .sett-popup-content {
    border: 1px solid #dcdcdc;
    padding: 0
}

.pro_bg p {
    margin: 0;
    color: #dcdcdc;
    text-align: left!important
}

.product_name {
    width: 70%;
    font-weight: 500!important;
    font-size: 15px;
    float: left
}

.product_optionname {
    width: 70%;
    float: left
}

.product_description {
    width: 100%;
    float: left
}

.product_option_price {
    width: 30%;
    float: left
}

#INFO .sett-popup-content ul {
    list-style-type: square;
    color: #000
}

#tabs {
    display: block
}

.prod_main_categories .cat_name h3 {
    background-size: 100% auto!important;
    height: 131px;
    margin-top: 0;
    padding-top: 95px;
    background-repeat: no-repeat
}

.prod_main_categories .cat_name {
    padding: 0;
    display: inline-block;
    margin-bottom: 0;
    width: 100%
}

.prod_main_categories .cat_name h3 span {
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 700;
    padding: 6px 9px;
    text-align: center;
    background-color: #2e3590;
    font-family: Merriweather, serif
}

div#before_bg input#postcodepopuph {
    width: 100%;
    height: 40px
}

div#before_bg button,
div#voucher_code button {
    height: 40px;
    width: 95%;
    background: #2e3590;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    display: block;
    margin: 10px auto;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .4)
}

div#before_bg h3 {
    color: #000;
    text-align: center;
    font-size: 14px
}

div#voucher_code input {
    width: 95%;
    height: 40px;
    background: #fff;
    text-align: center;
    float: none;
    margin: auto;
    max-width: 100%;
    display: block;
    margin-bottom: 10px
}

div#voucher_code h5 {
    text-align: center;
    color: #dcdcdc;
    font-size: 12px
}

div#cart-chechout-btn a {
    text-align: center;
    margin: 10px auto;
    float: none;
    width: 89%;
    background: #fef200;
    border-radius: 5px;
    color: #2e3590;
    border: none;
    height: 40px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    padding: 8px 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .4)
}

.mini-cart-info .name {
    width: 83%;
    float: left;
    text-align: left
}

#equiliser .remove {
    float: left;
    width: 20%;
    text-align: center;
    padding: 3px 0;
    color: #2e3590;
    font-size: 20px;
    border: 1px solid #2e3590;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    background: #fff;
    z-index: 11
}

#equiliser .add {
    float: left;
    width: 20%;
    text-align: center;
    padding: 3px 0;
    color: #2e3590;
    font-size: 20px;
    border: 1px solid #2e3590;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    background: #fff;
    z-index: 11
}

#equiliser .quantity {
    float: left;
    width: 25%;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-size: 17px;
    background: #000
}

a.btop {
    bottom: 17px;
    display: block;
    position: fixed;
    right: 23px;
    color: #00a604;
    font-size: 29px
}

.close_remove {
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-size: 20px;
    border: 1px solid rgba(255, 0, 0, .1);
    border-radius: 10px;
    cursor: pointer;
    background: rgba(255, 0, 0, .4)
}

.top_total {
    text-align: center;
    padding: 8px 0;
    color: #000;
    font-size: 17px
}

.name {
    padding: 0
}

.alltotal {
    padding: 0;
    line-height: 29px;
    background: #fff
}

.name ul {
    list-style-type: square;
    font-size: 20px;
    color: #2e3590;
    padding: 0 7px
}

.name ul li strong {
    font-size: 14px;
    color: #000;
    font-weight: 500
}

.cart_products .pro_bg {
    padding: 10px;
    background: #fff
}

div#cart {
    text-align: center;
    clear: both
}

div#voucher_code {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    border: 1px solid #dcdcdc;
    background: #fff
}

div#your_order {
    margin-top: 10px
}

.content .empty {
    text-align: center;
    font-weight: 500
}

div#before_bg button:hover,
div#cart-chechout-btn a:hover,
div#voucher_code button:hover {
    background: #39494b
}

div#product-minus-popup {
    height: auto!important
}

.modal-header {
    background: #2e3590;
    color: #fff
}

.modal-footer {
    border: none!important
}

.prod_extra_option_det .col-sm-6 {
    padding: 0
}

.prod_extra_option_det select {
    width: 100%
}

.option-opened ul li label {
    font-weight: 500;
    font-size: 12px
}

button.close {
    color: #fff;
    opacity: 1
}

.btn-primary {
    background-color: #2e3590!important;
    border-color: #39494b!important
}

.ui-dialog-buttonset button {
    background: #2e3590;
    color: #fff
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    background: #2e3590;
    border: 1px solid #fff
}

div#notification {
    position: fixed;
    text-align: center;
    width: 60%;
    z-index: 99;
    margin: auto;
    float: none;
    height: auto;
    top: 50%;
    left: 0;
    right: 0
}

.success {
    background: #00a52c url(../image/success.png) 10px center no-repeat;
    border: 1px solid #00a52c;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin: 0 auto;
    box-shadow: 0 3px 28px 2px #000
}

.success a {
    color: #fff;
    font-weight: 600;
    font-size: 20px
}

.popupbuttonn.button {
    color: #fff;
    line-height: 12px;
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    padding: 7px 9px;
    text-decoration: none;
    margin: 1px
}

div#cat-pizza-options_select select,
select.cat-pizza-product-selection {
    width: 100%
}

.col-sm-4.cart-buttons {
    text-align: right
}

.col-sm-6.cat_width,
div#cat-pizza-options_select {
    padding: 0
}

.col-sm-6.cat_width b {
    font-weight: 400
}

div#cat-pizza-options_select select {
    margin: 5px 0
}

.option label {
    font-weight: 400
}

.add:hover,
.remove:hover {
    background: #39494b;
    color: #fff
}

.sticky {
    margin-top: 0;
    position: fixed;
    bottom: 22px
}

.top_total {
    font-size: 15px
}

div#ship_select {
    padding: 0;
    background: #fff
}

div#shippingmessage5 {
    padding: 5px 0;
    background-color: #dcdcdc;
    color: #000;
    border-radius: 0;
    margin: 0;
    text-align: center
}

div#shippingmessage5 i.fa.fa-arrow-down {
    -webkit-animation: action 1s infinite alternate;
    animation: action 1s infinite alternate;
    color: #2e3590
}

@-webkit-keyframes action {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-6px)
    }
}

@keyframes action {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-6px)
    }
}

div#postcodealert3,
div#postcodealert4,
div#postcodemessage4 {
    text-align: center;
    padding: 5px 0;
    font-size: 13px
}

.login-content input[type=password],
.login-content input[type=text] {
    width: 100%;
    -moz-box-shadow: inset 0 0 10px #dcdcdc;
    -webkit-box-shadow: inset 0 0 10px #dcdcdc;
    box-shadow: inset 0 0 10px #dcdcdc
}

.login-content h2 {
    font-weight: 600
}

a.new_account.button {
    background: 0 0;
    border: 0;
    color: #000;
    font-weight: 400
}

input.btn.btn-default {
    margin: 15px auto
}

label.col-sm-3.control-label {
    font-size: 12px;
    font-weight: 500;
    margin: 10px auto;
    color: #000
}

.newsletter,
span#head-title {
    color: #000;
    text-align: center;
    display: none
}

.col-sm-8.reg,
.forgot_div {
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    margin: 0 auto!important;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .13)
}

input.form-control,
select.form-control {
    border-radius: 2px
}

a#postcodelookup {
    margin: 10px auto;
    width: 100%;
    text-align: center;
    box-shadow: 2px 2px 6px 0 #000;
    text-decoration: none
}

.newsletter {
    font-weight: 500;
    text-align: left
}

.form-group .forgot_btn {
    width: 100%;
    margin: 0 auto;
    height: 34px;
    box-shadow: 2px 2px 7px 0 #dcdcdc;
    padding: 7px 0
}

div#subscribe {
    margin: 8px auto
}

h2.greenText {
    text-align: center
}

i.fa.fa-check-circle.fa-3x.greenText.valignTop,
span.valignMiddle {
    vertical-align: middle;
    color: #00a52c
}

label.col-sm-2.control-label {
    margin: 10px auto;
    color: #000
}

.col-sm-2.product_option_price {
    margin: 5px auto
}

input.greenButton.div_change_delivery {
    font-size: 10px;
    color: #fff;
    border: none;
    float: right;
    margin: 0 auto;
    background: #000
}

.checkout h4>i.fa {
    border: 1px solid #2e3590;
    color: #2e3590;
    padding: 15px;
    font-size: 25px
}

textarea#text_check {
    width: 100%
}

label.delivery_label {
    font-weight: 400
}

.col-sm-12.delvry_msg {
    margin: 15px auto
}

.cart_products::-webkit-scrollbar {
    width: 6px
}

.cart_products::-webkit-scrollbar-thumb {
    background: #dcdcdc
}

.cart_products::-webkit-scrollbar-track {
    background: #dcdcdc
}

.col-sm-12.product_description P {
    text-align: left!important;
    color: #000!important
}

.checkout-box {
    border: 1px solid #fff;
    margin-top: 2px;
    margin-bottom: 2px;
    border-radius: 3px
}

.loader {
    border: 4px solid #fff;
    border-radius: 50%;
    border-top: 4px solid #2e3590;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin: auto;
    text-align: center
}

div#cart_postcode_box_dispaly a {
    color: #f30000;
    padding: 0 5px;
    font-size: 14px;
    display: inline-block
}

div#cart_postcode_box_dispaly {
    text-align: center
}

.for_border {
    padding-top: 15px;
    padding-bottom: 15px
}

body.home_page_tel .for_border {
    padding-top: 0;
    padding-bottom: 0
}

.nivo-directionNav {
    display: block!important
}

.finalcart,
div#checkout-address,
div#coupon-voucher,
div#payment_right,
div#ship_left {
    background: #dcdcdc;
    color: #000;
    padding: 15px
}

div#reward_earned {
    font-size: 12px;
    border: 1px solid #fff;
    padding: 10px 10px;
    font-weight: 600;
    background: #dcdcdc
}

.payment_message {
    font-size: 12px;
    background: #e2ff00;
    text-align: justify;
    padding: 15px
}

span#confirmbuttonprice {
    color: #000;
    font-weight: 600;
    font-size: 23px
}

div.finalpricediv {
    background: #000;
    border: 0;
    color: #fff;
    font-weight: 600
}

.form-horizontal .control-label {
    font-weight: 500
}

input#guest_postcode,
input#reg_postcode {
    padding: 0;
    text-align: center
}

input#postcodelookupGust,
input#reg_postcodelookup {
    margin: 5px auto;
    background: #2e3590;
    color: #fff;
    border: none;
    line-height: 31px
}

body.Feedback.Us input[type=text] {
    width: 100%
}

tfoot {
    background: #fff
}

div#back_button a {
    background: #000;
    color: #fff;
    padding: 5px
}

table#finalcarttable small {
    display: block
}

div#back_button {
    text-align: right;
    padding: 0
}

.col-sm-6.floatRight {
    padding: 0
}

div#checkout h4.col-sm-12,
div#checkout h4.col-sm-6,
div#payment-method table.radio {
    padding: 0
}

div#checkout-address i.fa.fa-arrow-circle-down,
div#checkout-address i.fa.fa-arrow-circle-up {
    font-size: 15px;
    display: inline-block;
    float: right;
    margin: 0 2px
}

div#checkout-address a {
    font-size: 13px;
    text-transform: capitalize
}

table#finalcarttable .name a {
    color: #000;
    font-size: 15px;
    margin: 0;
    padding: 0 10px;
    line-height: 0;
    z-index: 11
}

.button-cart,
.button.button_cart {
    padding: 7px
}

.optionicon,
span.dressingin.glyphicon.glyphicon-ok,
span.right.glyphicon.glyphicon-ok,
span.toppingin.glyphicon.glyphicon-ok {
    color: #00a52c
}

.prod_extra_option_name b {
    margin: 5px auto;
    font-size: 15px
}

.bundle_name,
.prod_extra_option_name {
    margin: 5px auto;
    display: block;
    font-size: 14px
}

.prod_extra_option_det {
    font-size: 11px;
    line-height: 13px
}

.checkbox.options_dressings,
.prod_extra_option_det .checkbox {
    margin: 0 auto;
    margin-top: 0!important;
    padding: 0
}

.checkbox.options_dressings {
    font-size: 13px;
    line-height: 13px
}

label.checkbox-inline.checkbox-dressings {
    padding: 0
}

.bundle_added_items li.list-group-item {
    border: 0
}

.bundle_added_items .list-group {
    list-style-type: none
}

.regbutton {
    border: 1px solid #dcdcdc;
    padding: 10px
}

.forgot_div h1 {
    text-align: center
}

.forgot_div input#email {
    margin: 0 auto
}

body.Account.Login input.btn.btn-default {
    width: 100%;
    background: #2e3590;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border: 0;
    font-size: 16px;
    letter-spacing: .5px;
    margin: 0
}

.login-content h1 {
    text-align: center;
    font-size: 25px
}

div#center_login {
    float: none;
    margin: auto;
    text-align: center
}

div#reach-myaccount i {
    font-size: 58px;
    color: #2e3590;
    margin: 18px 0 0 0
}

body.Feedback.Us div#content {
    margin: auto;
    float: none
}

body.Your.Order div#content {
    margin: auto;
    float: none
}

div#menu_closed_msg {
    margin: 0 auto;
    text-align: center
}

#reservation_btn input.blacklink5 {
    background: #2e3590
}

body.Your.Order h1 {
    text-align: center
}

body.Address.Book #content .content tr td {
    background: #dcdcdc;
    padding: 15px 20px
}

body.Address.Book #content .content table {
    margin: 11px auto
}

div#reward_earned span.point,
span#max_reward_point {
    font-size: 15px;
    font-weight: 800
}

.heading h4 {
    color: #2e3590;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 30px;
    text-transform: uppercase
}

div#contentcat ul.nav.nav-tabs li {
    text-align: center;
    margin: auto;
    width: 33.33%;
    background: #2e3590
}

div#contentcat ul.nav.nav-tabs li a {
    border-radius: 0;
    font-size: 15px;
    color: #fff;
    padding: 15px 6px
}

div#contentcat ul.nav.nav-tabs>li.active>a,
div#contentcat ul.nav.nav-tabs>li.active>a:focus,
div#contentcat ul.nav.nav-tabs>li.active>a:hover {
    background-color: #353ebc;
    color: #fff;
    background: #353ebc
}

.add .fa.fa-plus-circle,
.remove .fa.fa-minus-circle {
    display: block;
    padding: 3px 0
}

div#suber {
    width: 80%;
    float: left
}

div#sub_amt {
    width: 20%;
    float: left
}

div#sub_price {
    line-height: 25px;
    float: left
}

div#equiliser {
    margin-bottom: 8px;
    padding: 0
}

.mini-cart-info .name i.fa.fa-check {
    color: #00a52c
}

div#pro_bg {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    float: left;
    margin: 8px auto
}

div#side_cart_open {
    border: 1px solid #dcdcdc
}

form#sidebarcheckoutform textarea {
    text-align: center;
    float: none;
    margin: auto;
    width: 90%;
    display: block
}

div#change_add {
    text-align: right;
    padding: 0
}

div#change_add a {
    background: #000;
    color: #fff;
    padding: 5px 15px;
    display: inline-block
}

h3#your_post {
    display: inline-block
}

#catpage #column-left.pgleftbottomfixed {
    position: fixed;
    bottom: 30px;
    width: 200px
}

div#catpage .pgrightbottomfixed div#side_cart_open {
    bottom: 30px;
    position: fixed;
    width: 351px
}

#catpage #contentcat.fixed {
    float: left!important;
    margin: 0 0 0 200px
}

div#shipping-method .col-sm-12,
div#shipping-method .col-sm-8 {
    padding: 0
}

#links ul li {
    display: inline-block;
    border-right: 1px solid #fff;
    line-height: 10px
}

#links ul li a {
    padding: 0 10px;
    color: #fff;
    font-size: 16px
}

#links ul {
    padding: 0;
    margin: 10px auto
}

#links {
    clear: both;
    text-align: center
}

#links ul li:last-child {
    border: none
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

#confirmfinalpayment .payment {
    min-height: 400px
}

#confirmfinalpayment .button {
    color: #fff;
    background: 0 0;
    border: none
}

body.Address.Book input#postcode,
body.Address.Book input.form-control,
body.Address.Book input[type=text] {
    width: 100%
}

body.Address.Book a#postcodelookup {
    margin: 5px auto;
    padding: 5px 0
}

div#infotab ul li,
div#workinghours ul li {
    border-bottom: 1px dashed #b5b5b5;
    padding: 5px 0;
    list-style-type: square;
    text-transform: capitalize
}

div#infotab ul,
div#workinghours ul {
    padding: 0 15px
}

div#post_3 {
    padding: 0
}

body.home_page_tel .modal-backdrop.fade.in {
    opacity: 0;
    position: relative
}

div#str_cls h2 {
    text-align: center;
    font-size: 23px;
    font-weight: 600
}

div#str_cls h4 {
    text-align: center;
    font-size: 17px;
    font-weight: 300
}

div#shipping-method .col-sm-12,
div#shipping-method .col-sm-7 {
    padding: 0
}

body.Checkout {
    font-family: 'Barlow Semi Condensed', sans-serif
}

.modal-content .panel-group {
    margin: 20px auto
}

.modal-content .panel-default {
    border: 0;
    box-shadow: none
}

div#login .has-feedback .form-control-feedback {
    top: 2px
}

div#terms-popup .modal-header {
    padding: 10px 15px 28px 10px
}

div#requested_time {
    clear: both
}

div#free_products_popup .product-info_simple.odd {
    background: 0 0
}

div#etm-popup-free-option_53-1 {
    padding: 10px 15px
}

.etm-popup-free-options.modal.fade.in {
    overflow: hidden!important
}

.popupbuttonall.button {
    padding: 3px 10px
}

body.Menu div#postcode-search-buttons {
    display: none
}

.modal-footer {
    clear: both
}

body.About.Us div#column-right,
body.Feedback.Us div#column-right,
body.Gallery div#column-right {
    display: none!important
}

div#column-right div#side_cart_open {
    display: none
}

body.Menu div#column-right div#side_cart_open {
    display: block
}

div#gust .register .control-label {
    text-align: left
}

.haschillies_c,
.haschillies_c1,
.haschillies_g,
.haschillies_gf,
.haschillies_n,
.haschillies_new,
.haschillies_v {
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    position: relative;
    top: 5px;
    width: 20px;
    margin-top: 4px
}

span.prodt_isveg {
    display: none
}

.haschillies_v {
    background-image: url(images/v.png)
}

.haschillies_g {
    background-image: url(images/g.png)
}

.haschillies_c {
    background-image: url(images/c.png)
}

.haschillies_c1 {
    background-image: url(images/c2.png);
    width: 39px;
    height: 18px;
    background-size: 100% auto
}

.haschillies_gf {
    background-image: url(images/gf.png)
}

.haschillies_new {
    background-image: url(images/new.png);
    background-size: 100% auto;
    width: 40px;
    height: 20px
}

.haschillies_n {
    background-image: url(images/n.png)
}

div#cart_requested_times {
    clear: both
}

#links ul li {
    display: inline-block;
    border-right: 1px solid #2e3590;
    line-height: 10px
}

#links ul li a {
    padding: 0 10px;
    color: #2e3590;
    font-size: 16px
}

#links ul {
    padding: 0;
    margin: 10px auto
}

#links {
    clear: both;
    text-align: center
}

#links ul li:last-child {
    border: none
}

a.side-cata-selected {
    background: #dcdcdc
}

div#infotab ul,
div#workinghours ul {
    padding: 0 15px
}

div#infotab ul li,
div#workinghours ul li {
    border-bottom: 1px dashed #b5b5b5;
    padding: 5px 0;
    list-style-type: square;
    text-transform: capitalize
}

a#logname {
    display: block
}

span.pop-day {
    width: 34%;
    display: inline-block;
    text-transform: capitalize
}

span.pop-time {
    width: 64%;
    display: inline-block;
    text-transform: capitalize
}

body.Subscription label.col-lg-4.control-label {
    padding: 0
}

body.Subscription .form-horizontal .form-group {
    margin: 10px auto
}

body.Menu div#head_right a {
    display: none
}

body.Address.Book .col-sm-6.col-md-4 {
    min-height: 200px;
    max-height: 200px;
    word-break: break-word
}

div#side_cart_open .applinks {
    text-align: center
}

div#column-left .box-category>ul>li a.active+ul {
    background: #fff
}

div#cart-chechout-btn {
    outline: 0
}

.prgloader {
    height: 5px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #dcdcdc
}

.prgloader:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 5px;
    background-color: #2e3590;
    animation: prgloading 2s linear infinite
}

@keyframes prgloading {
    from {
        left: -200px;
        width: 30%
    }
    50% {
        width: 30%
    }
    70% {
        width: 70%
    }
    80% {
        left: 50%
    }
    95% {
        left: 120%
    }
    to {
        left: 100%
    }
}

.pgrightbottomfixed {
    position: fixed;
    bottom: 0
}

.popoptionmodel {
    padding: 5px!important
}

.required {
    float: left
}

.bundle_added_items .alert {
    padding: 9px;
    margin: 0
}

.bundle_added_items .alert .right {
    float: right
}

.bootstrap-select.form-control {
    margin-bottom: 7px!important
}

.prodtpanels {
    overflow: visible!important
}

.siteNotLive p {
    background: #000;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    padding: 3px 0
}

.slideshow .nivoSlider .sliderelement {
    background-size: cover;
    background-position: center;
    height: 736px;
    width: 100%;
    display: block!important
}

.nivoSlider {
    height: 736px
}

div#mobmenu {
    clear: both;
    display: none
}

div#header {
    background: #2e3590;
    padding: 15px 0;
    color: #fff
}

div#hdr_lft span {
    width: 43%;
    display: inline-block;
    vertical-align: bottom;
    font-size: 18px
}

div#logo img {
    border: 5px solid #fff;
    border-radius: 2px
}

div#header .applinks {
    display: inline-block
}

div#hdr_rgt {
    text-align: right
}

div#welcome i {
    font-size: 18px
}

div#welcome,
div#welcome a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase
}

div#header-tel-number a {
    font-size: 18px;
    font-weight: 500;
    color: #fff
}

div#header-tel-number {
    margin: 15px auto
}

.applinks img {
    border: 1px solid #fff;
    border-radius: 4px
}

div#header ul {
    clear: both;
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0 auto
}

div#header ul li a {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500
}

div#header ul li {
    display: inline-block;
    padding: 15px 20px
}

.topr {
    min-height: 173px
}

div#logo img {
    width: 235px;
    margin: auto
}

div#hometop .nivo-caption {
    right: 0;
    left: 0;
    bottom: 5%;
    background: 0 0;
    opacity: 1;
    margin: auto;
    text-align: center
}

.slideshow .nivo-caption .welcometo a {
    font-size: 46px;
    background: #b10000;
    color: #fff;
    padding: 7px 27px 7px 27px;
    border: 1px solid #fff;
    border-radius: 5px;
    display: inline-block!important;
    margin: 15px auto;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: .5px;
    text-transform: uppercase;
    box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .3)
}

div#hometop .welcometo .container {
    width: 750px;
    margin: auto
}

.welcometo h1 {
    font-family: marinto;
    font-size: 50px;
    text-shadow: 1px 1px 0 #000
}

div#brown h4 {
    font-size: 20px
}

div#wback_0 {
    margin: 20px auto;
    padding: 30px 0;
    background: url(images/pattern.png) repeat #2e3590;
    color: #fff;
    text-align: center
}

div#wback_0 h2 {
    font-family: marinto;
    font-size: 50px;
    text-shadow: 1px 1px 0 #000
}

div#wback_0 img {
    margin: auto
}

div#wback_0 p {
    font-family: Merriweather, serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 20px
}

div#wback_0 a {
    font-size: 20px;
    background: #fefb00;
    color: #2e3590;
    padding: 7px 27px 7px 27px;
    border: 1px solid #fff;
    border-radius: 5px;
    display: inline-block!important;
    margin: 15px auto;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Merriweather, serif;
    box-shadow: 1px 1px 1px 0 #000
}

div#footer_bg .container,
div#wback_0 .wmessage,
div#wback_3 .wmessage,
div#wback_6 .wmessage,
div#welcome_txt .container {
    max-width: 100%;
    margin: auto;
    width: calc(100% - 10.4%)
}

div#wback_2 .wmessage {
    max-width: 100%;
    margin: auto;
    width: calc(100% - 48%)
}

div#wback_1 .wmessage {
    max-width: 1149px;
    margin: auto
}

div#wback_2 h2 {
    margin-bottom: 80px;
    font-family: marinto;
    font-size: 70px;
    color: #ad0005;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2)
}

div#wback_2 {
    padding: 30px 0 80px 0;
    background: url(images/top_bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center
}

div#wback_1 {
    margin: 20px auto
}

div#wback_2 img {
    border: 2px solid rgba(46, 53, 144, .5);
    border-radius: 10px;
    transition: .5s all ease-out
}

div#wback_2 img:hover {
    transform: scale(1.1)
}

div#wback_3 {
    color: #fff;
    padding: 30px 0;
    background: url(images/mid_bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center
}

div#wback_3 .blue {
    background: #2e3590;
    padding: 15px 15px;
    min-height: 597px
}

div#wback_3 h2 {
    margin-bottom: 30px;
    font-family: 'Oleo Script Swash Caps', cursive;
    font-size: 50px;
    color: #fefb00;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    margin: 5px auto
}

.blue p {
    font-size: 20px;
    font-family: Merriweather, serif;
    margin: 0 auto;
    font-style: italic
}

div#wback_3 .col-sm-4 {
    padding: 0 5px
}

div#wback_3 img.ylw {
    margin-bottom: 40px;
    width: unset
}

.blue small {
    color: #fefb00;
    margin-top: 30px;
    display: inline-block
}

.blue a {
    font-size: 16px;
    color: #2e3590;
    background: #fff;
    display: inline-block;
    margin-top: 5px;
    border: 1px solid #000;
    padding: 5px 10px
}

.blue img {
    margin: auto
}

div#wback_4 {
    margin-top: 30px;
    color: #fff;
    padding: 100px 0;
    background: url(images/bottom_bg.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
    background-attachment: fixed
}

.white {
    width: 40%;
    margin: auto;
    background: rgba(0, 0, 0, .2);
    outline: 1px solid #fff;
    outline-offset: -7px;
    padding: 30px 40px
}

div#wback_4 h2 {
    margin-bottom: 30px;
    font-family: marinto;
    font-size: 50px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
    margin: 5px auto
}

.white p {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    font-family: Merriweather, serif;
    margin: 20px auto
}

.white a {
    background: #ad0005;
    display: inline-block;
    padding: 10px 15px;
    font-size: 20px;
    color: #fff;
    outline: 1px solid #fff;
    outline-offset: 3px;
    font-family: Girassol, cursive;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px
}

.reviews {
    margin: 20px auto;
    text-align: left;
    width: 40%
}

.reviews p {
    font-size: 20px
}

p#na {
    text-align: right
}

li:nth-child(2) .col-sm-6.online {
    display: none
}

li:nth-child(2) .col-sm-6.onlineimg {
    opacity: .5;
    width: 250px;
    height: 500px;
    display: table-cell;
    vertical-align: middle;
    float: none;
    min-height: unset
}

div#carouselwrapper0 {
    max-width: 100%;
    margin: auto;
    padding: 30px 0 80px 0;
    background: url(images/bottom2.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center
}

div#carouselwrapper0 h2 {
    text-align: center;
    font-family: marinto;
    font-size: 70px;
    color: #ad0005;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    clear: both;
    margin: 0 auto
}

div#carouselwrapper0 img {
    margin: auto
}

div#carousel0 {
    margin-top: 50px;
    font-family: Merriweather, serif;
    padding-left: 75px
}

.col-sm-6.online h3 {
    font-size: 50px;
    font-weight: 900;
    color: #ad0005
}

.col-sm-6.online p {
    font-style: italic;
    font-size: 20px
}

.col-sm-6.online h4 {
    font-style: italic;
    font-size: 25px;
    font-weight: 800;
    margin-top: 40px
}

div#carouselwrapper0 .col-sm-6.online h2 {
    font-size: 50px;
    font-weight: 900;
    color: #000;
    text-align: left;
    font-family: Merriweather, serif
}

.col-sm-6.online a {
    background: #fff;
    display: block;
    width: 200px;
    text-align: center;
    padding: 10px 15px;
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    color: #ad0005;
    margin: 15px auto;
    border: 1px solid #a4a4a4;
    box-shadow: 1px 1px 1px 0 #000
}

.col-sm-6.online {
    text-align: left
}

div#wback_5 {
    color: #ad0005;
    padding: 30px 0;
    background: url(images/bottom3.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    font-family: Merriweather, serif
}

div#brown {
    background: #fbde44;
    border-radius: 20px;
    padding: 15px
}

div#brown h4 {
    font-weight: 600
}

div#brown h3 {
    font-size: 30px;
    font-weight: 600;
    font-style: italic
}

div#wback_5 img {
    margin: auto;
    width: 400px
}

div#wback_5 .wmessage {
    width: 700px
}

div#brown p {
    font-size: 20px;
    font-weight: 600;
    width: 60%;
    margin: auto
}

div#wback_5 h6 {
    font-weight: 600
}

div#wback_6 {
    text-align: center;
    background: url(images/pattern.png) #555fda;
    color: #fff;
    padding: 30px 0;
    box-shadow: 0 10px 6px 0 rgba(0, 0, 0, .3)
}

div#allergy h2 {
    text-align: center;
    font-family: marinto;
    font-size: 60px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    margin: 15px auto
}

div#allergy p {
    font-size: 16px;
    font-weight: 500;
    margin: auto;
    font-family: Merriweather, serif;
    line-height: 35px
}

div#logos img {
    margin: 20px auto
}

div#welcome_txt {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4)
}

div#bottom-links,
div#footer_bg {
    background: #2e3590;
    color: #fff;
    padding: 30px 0
}

div#card img {
    margin: auto
}

div#card p {
    text-align: center
}

div#card img#ftcard {
    margin-top: 30px
}

div#contact_info h3 {
    font-size: 25px;
    margin-top: 0
}

div#contact_info p {
    margin-bottom: 71px
}

div#google_map a.padtop {
    font-size: 20px;
    color: #fff
}

div#open_txt h3 {
    margin-top: 0
}

div#open_txt ul {
    list-style: none;
    padding: 0;
    text-transform: capitalize
}

div#open_txt ul li {
    font-size: 16px;
    line-height: 29px
}

span.home_day {
    display: inline-block;
    min-width: 100px;
    text-align: left
}

div#open_txt {
    text-align: center
}

.opening-time h4 {
    font-size: 16px
}

div#bottom-links {
    border-top: 1px solid #4249a6
}

div#formdesign input[type=password],
div#formdesign input[type=text],
div#formdesign select,
div#formdesign textarea {
    width: 100%;
    background: 0 0;
    border: 1px solid #00a652;
    padding: 0 10px;
    margin: 0 0 20px 0;
    height: 44px!important;
    color: #00a652!important;
    font-size: 18px;
    background: #fff;
    border-radius: 3px
}

div#formdesign .container {
    width: 700px;
    margin: 0 auto;
    background: 0 0
}

div#formdesign {
    text-align: center;
    background: url(images/header_bg.jpg) repeat;
    background-size: 100% auto;
    padding: 20px 0;
    background-attachment: fixed
}

input#arrival_date::-webkit-input-placeholder,
input#captche::-webkit-input-placeholder,
input#email::-webkit-input-placeholder,
input#name::-webkit-input-placeholder,
input#phone::-webkit-input-placeholder,
textarea#ttare::-webkit-input-placeholder {
    color: #00a652!important
}

div#formdesign h1 {
    font-size: 25px;
    font-weight: 700;
    color: #00a652;
    margin: 0 0 22px 0
}

div#formdesign img {
    margin: 5px auto
}

#reservation_btn input.blacklink5 {
    background: #00a652;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    padding: 15px 5px;
    border-radius: 3px;
    border: 0;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .3)
}

div#reservation_btn {
    clear: both;
    color: #fff;
    border-radius: 3px;
    margin: 0 auto
}

div#formdesign textarea {
    height: auto!important
}

div#formdesign input#captche {
    width: 77%
}

.album_img.image img {
    margin: 0 auto;
    width: 100%;
    border: 1px solid #fff;
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, .1)
}

.album_img.image {
    width: 25%;
    float: left;
    margin: 0 0;
    padding: 1px 1px;
    height: 200px;
    background-size: 100% auto;
    border: 1px solid #fff;
    cursor: zoom-in
}

body.Gallery div#myModal {
    z-index: 100;
    background-color: rgba(46, 53, 144, .98)
}

.mySlides img {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    width: 700px;
    max-width: 100%
}

body.Gallery .close {
    top: 29px;
    opacity: 1;
    font-weight: 500
}

div#home_gallery {
    overflow: auto;
    margin: 25px auto
}

div#main_gallery_div {
    width: 100%;
    margin: auto;
    overflow: auto
}

div#home_gallery div#myModal {
    z-index: 1001;
    background-color: rgba(0, 0, 0, .9)
}

div#main_gallery_div .next,
div#main_gallery_div .prev {
    top: 170px;
    text-decoration: none
}

div#home_gallery h1 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #ed1c24;
    margin-bottom: 30px
}

img.img-responsive.imginline1 {
    display: inline-block;
    width: 111px
}

img.img-responsive.imginline2 {
    display: inline-block;
    width: 40px
}

div#card {
    text-align: center
}

div#CDSRATINGWIDGET438,
div#CDSWIDWRL {
    width: 100%;
    max-width: 100%
}

div#main_gallery_div {
    padding: 50px 0
}

li#mobileonlymenuno a {
    background: #b10000!important;
    box-shadow: 1px 1px 0 0 #000;
    border: 1px solid #b10000!important
}

.slideshow .nivo-caption .welcometo a:hover,
li#mobileonlymenuno a:hover {
    background: #960000!important
}

div#wback_2 img {
    margin: 15px auto
}

div#wback_3 h3 {
    font-family: Girassol, cursive;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fefb00
}

.blue h4 {
    line-height: 20px
}

div#down h1 {
    text-align: center;
    background: #2e3590;
    color: #fff;
    padding: 15px 0;
    margin: 15px auto;
    font-family: Merriweather, serif;
    font-size: 25px
}

.cdsROW .cdsLocName a,
.cdsROW a,
.cdsROW a:hover {
    background: unset;
    outline: 0
}

.white a:hover {
    text-decoration: none;
    color: #fff
}

div#spc img {
    margin: 15px auto;
    width: 68%
}

div#spc .ylw {
    margin-top: 0
}

.dropdown-menu1 {
    display: none;
}

.header-popup .modal-header,
.header-popup .modal-footer {
    background: #2e3590;
}

.header-popup .modal-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.header-popup .modal-footer {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.header-popup .modal-header h4.modal-title {
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    color: #fff;
}

.header-popup .modal-content {
    border-radius: 12px;
}

.header-popup .modal-body h6 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.header-popup .modal-body p {
    font-size: 13px;
    font-weight: 600;
    color: #000;
}

div#red h2 {
    background: #e23939;
    padding: 30px 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 15px;
    border: 2px solid #fefb00;
    margin: 0px auto;
    font-weight: 700;
}

div#contact_info img {
    margin: 15px auto;
    width: 200px;
}

@media screen and (max-width:1680px) {
    div#card .applinks img {
        width: 90px
    }
    div#card p {
        margin: 10px auto
    }
    .slideshow .nivo-caption .welcometo a {
        font-size: 30px
    }
    .topr {
        min-height: 119px
    }
    div#logo img {
        width: 180px;
        margin: auto
    }
    div#hdr_lft span {
        width: 51%;
        display: inline-block;
        vertical-align: bottom;
        font-size: 16px
    }
    .nivoSlider,
    .slideshow .nivoSlider .sliderelement {
        height: 570px
    }
    .applinks img {
        width: 100px;
        vertical-align: baseline
    }
}

@media screen and (max-width:1440px) {
    div#wback_3 .blue {
        min-height: 609px
    }
    .blue h4 {
        font-size: 16px
    }
    img.img-responsive.imginline2 {
        width: 31px
    }
    img.img-responsive.imginline1 {
        width: 94px
    }
    div#card .applinks img {
        width: 82px
    }
    .opening-time h4,
    div#open_txt ul li {
        font-size: 14px
    }
    div#google_map a.padtop {
        font-size: 16px
    }
    span.home_day {
        min-width: 84px
    }
    div#contact_info h3,
    div#open_txt h3 {
        font-size: 20px
    }
    div#logo img {
        width: 140px;
        margin: auto
    }
    div#hdr_lft span {
        width: 50%;
        font-size: 14px
    }
    div#header ul li a,
    div#header-tel-number a {
        font-size: 16px
    }
    div#header ul li {
        padding: 3px 20px
    }
    .topr {
        min-height: 108px
    }
    .slideshow .nivo-caption .welcometo a {
        font-size: 30px
    }
    .welcometo h1 {
        font-size: 40px
    }
    .nivoSlider,
    .slideshow .nivoSlider .sliderelement {
        height: 480px
    }
}

@media screen and (max-width:1024px) {
    .album_img.image {
        height: 165px
    }
    div#card,
    div#contact_info {
        margin: 30px auto
    }
    div#CDSRATINGWIDGET438,
    div#CDSWIDWRL {
        width: 30%
    }
    .logaccount .col-sm-4 {
        width: 32%
    }
    #catpage #contentcat.fixed {
        margin: 0 0 0 185px
    }
    div#content div#notification {
        width: 58%
    }
    body.Menu div#contentcat {
        width: 49%
    }
    body.Menu #column-right {
        width: 34%
    }
    body.Menu .container {
        padding: 0
    }
    body .container {
        width: 100%;
        max-width: 100%;
        padding: 0 15px
    }
    #catpage div#column-left,
    #catpage div#column-right {
        padding: 0 5px
    }
    body.home_page_tel .container {
        padding: 0
    }
    .menu-nav #menu .nav>li>a {
        font-size: 14px
    }
    div#header ul li {
        padding: 3px 8px
    }
    div#header ul li a,
    div#header-tel-number a {
        font-size: 15px
    }
    div#hdr_lft span {
        width: 88%;
        font-size: 14px
    }
    div#wback_3 h2 {
        font-size: 34px
    }
    div#wback_3 .blue {
        min-height: 429px
    }
    div#carousel0 {
        padding: 0;
        width: 1000px;
        margin: auto
    }
    div#carouselwrapper0 .jcarousel-control-prev {
        left: 30%
    }
    div#footer_bg .container,
    div#wback_0 .wmessage,
    div#wback_2 .wmessage,
    div#wback_3 .wmessage,
    div#wback_6 .wmessage,
    div#welcome_txt .container {
        width: 100%
    }
    li:nth-child(2) .col-sm-6.online {
        display: unset
    }
    li:nth-child(2) .col-sm-6.onlineimg {
        opacity: 1;
        width: 50%;
        height: auto;
        display: unset;
        vertical-align: middle;
        min-height: 1px;
        float: left
    }
    div#footer_bg {
        text-align: center
    }
    div#CDSWIDWRL {
        margin: auto
    }
    div#CDSRATINGWIDGET438 {
        margin: auto
    }
    div#catpage .pgrightbottomfixed div#side_cart_open {
        width: 337px
    }
    body.Privacy.Policy p {
        word-break: break-word
    }
}

@media only screen and (min-width:768px) and (max-width:1010px) {
    .album_img.image {
        height: 120px
    }
    .blue p {
        font-size: 16px
    }
    div#wback_3 .blue {
        min-height: 628px
    }
    .white {
        width: 60%
    }
    div#carouselwrapper0 .jcarousel-control-next {
        right: 1%
    }
    div#carouselwrapper0 .jcarousel-control-prev {
        left: 1%
    }
    div#header ul li a,
    div#header-tel-number a {
        font-size: 10px
    }
    div#header ul li {
        padding: 3px 6px
    }
    div#welcome,
    div#welcome a {
        font-size: 13px
    }
    .applinks img {
        width: 70px;
        vertical-align: baseline
    }
    div#hdr_lft span {
        width: 100%;
        font-size: 12px
    }
    .topr {
        min-height: 80px
    }
    div#carousel0 {
        padding: 0;
        width: 700px;
        margin: auto
    }
    div#CDSRATINGWIDGET438,
    div#CDSWIDWRL {
        width: 35%
    }
    body.menu div#column-right {
        width: 45%
    }
    .logaccount .col-sm-4 {
        width: 31.6%
    }
    div#column-left {
        clear: both;
        min-height: 0!important
    }
    .prod_main_categories .cat_name h3 {
        padding-top: 80px
    }
    #catpage #contentcat.fixed {
        margin: 0
    }
    #catpage #column-left.pgleftbottomfixed {
        position: relative;
        bottom: 0;
        width: 100%
    }
    div#back_button {
        margin: 10px auto
    }
    body.Checkout .col-sm-6 {
        width: 100%
    }
    body.Menu div#contentcat {
        width: 55%!important
    }
    body.Menu #column-right {
        width: 45%!important
    }
    #column-left {
        float: none;
        max-width: none;
        width: 100%;
        margin: 10px auto
    }
    #column-left #left-side-bar-category li {
        display: inline-block;
        width: 32%;
        text-align: center
    }
    .box-category>ul>li ul>li>a {
        border-bottom: 0!important;
        padding: 5px 5px
    }
    .menu-nav #menu .nav>li>a {
        font-size: 11px!important;
        padding: 8px 6px!important
    }
    .top_menu a {
        font-size: 10px!important
    }
    div#catpage .pgrightbottomfixed div#side_cart_open {
        width: 338px
    }
    div#column-left .box-category>ul>li a.active+ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    #catpage #column-left ul#left-side-bar-category li a {
        padding: 10px 10px;
        font-size: 12px;
        color: #fff;
        width: 100%;
        border: 0
    }
    #catpage #column-left ul#left-side-bar-category li {
        display: flex;
        display: -ms-flexbox;
        text-align: center;
        flex: 33.333%;
        -ms-flex: 33.333%;
        max-width: 33.333%;
        border: 1px solid #fff;
        align-items: center;
        background-color: #2e3590
    }
}

@media (max-width:767px) {
    div#column-left .box-category>ul>li a.active+ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    div#down h1 {
        font-size: 16px;
        line-height: 26px
    }
    body.Gallery .for_border {
        padding: 0!important
    }
    .album_img.image {
        width: 50%;
        height: 175px
    }
    .blue p {
        font-size: 16px
    }
    div#wback_0 img {
        width: 245px
    }
    li:nth-child(2) .col-sm-6.onlineimg {
        width: 100%;
        float: none
    }
    div#carouselwrapper0 img {
        width: 70%
    }
    .col-sm-6.online h3 {
        font-size: 30px
    }
    div#carouselwrapper0 .jcarousel-control-next {
        right: 1%
    }
    div#carouselwrapper0 .jcarousel-control-prev {
        left: 1%
    }
    div#hdr_lft ul,
    div#hdr_rgt ul {
        display: none
    }
    div#collapsePostcode {
        clear: both
    }
    div#cart_postcode_box,
    div#cart_requested_times {
        overflow: auto
    }
    div#before_bg #before_border {
        width: 50%;
        float: left;
        padding: 10px 10px
    }
    #catpage #column-left ul#left-side-bar-category li a {
        padding: 10px 10px;
        font-size: 12px;
        color: #fff;
        width: 100%;
        border: 0
    }
    #catpage #column-left ul#left-side-bar-category li {
        display: flex;
        display: -ms-flexbox;
        text-align: center;
        flex: 50%;
        -ms-flex: 50%;
        max-width: 50%;
        border: 1px solid #fff;
        align-items: center;
        background-color: #2e3590
    }
    div#sub_price {
        font-size: 12px
    }
    div#contentcat ul.nav.nav-tabs li a {
        font-size: 12px;
        padding: 10px 5px
    }
    #header .navbar-collapse.navbar-ex1-collapse.collapse.in {
        height: 100%;
        max-height: 100%;
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        background-color: #2e3590;
        overflow-x: hidden;
        transition: .5s;
        padding-top: 0;
        padding-bottom: 20px;
        box-shadow: 0px 9px 8px 0px rgba(0, 0, 0, 0.45);
    }
    div#checkout-address a {
        font-size: 12px
    }
    .logaccount .col-sm-4 {
        width: 100%;
        margin: 22px auto;
        min-height: 166px
    }
    div#checkout span#head-title {
        text-align: center;
        display: block
    }
    div#change_add {
        width: 29%;
        margin: 15px auto;
        float: left;
        position: relative;
        z-index: 11
    }
    div#chckprice {
        width: 20%;
        margin: 15px auto;
        float: left
    }
    h4#checkdelname {
        width: 51%;
        float: left;
        display: block
    }
    .finalcart.checkout-box.col-sm-12 {
        padding: 0 15px
    }
    body.Checkout .container {
        padding: 0 0
    }
    .product_name,
    .product_optionname {
        margin: 6px auto
    }
    .product_description,
    .product_name,
    .product_option_price,
    div#product_price {
        font-size: 13px
    }
    div#mes_mod_postcode {
        top: 25px
    }
    div#column-left {
        min-height: 0!important
    }
    .menu-nav #menu .nav>li>a {
        padding: 15px 10px;
        font-size: 16px
    }
    div#column-right {
        clear: both
    }
    div#mobile-cart-total a#mobile_cart_btn {
        display: block;
        position: fixed;
        top: 0;
        margin: auto;
        left: 0;
        right: 0;
        padding: 8px 0;
        z-index: 11
    }
    #catpage #contentcat.fixed {
        margin: 0
    }
    #catpage #column-left.pgleftbottomfixed,
    div#catpage .pgrightbottomfixed div#side_cart_open {
        position: relative;
        bottom: 0;
        width: 100%;
        max-width: 100%
    }
    div#column-right {
        margin: 15px auto
    }
    #formdesign {
        width: 100%!important
    }
    div#content div#notification {
        width: 90%!important
    }
    .success,
    .success a {
        font-size: 10px!important
    }
    input.greenButton.div_change_delivery {
        float: none!important
    }
    h4.col-sm-12 {
        font-size: 14px
    }
    .checkout h4>i.fa {
        padding: 10px!important;
        font-size: 14px!important
    }
    div#back_button {
        margin: 6px auto
    }
    body.Checkout .col-sm-12,
    body.Checkout .col-sm-6 {
        padding: 0
    }
    div#equiliser .quantity {
        width: 25%;
        float: left
    }
    .box-category ul li {
        display: inline-block;
        text-align: center
    }
    #catpage div#column-left {
        margin: 10px auto
    }
    div#tabs .prod_main_categories .cat_name h3 {
        background-position: center;
        padding-top: 0;
        padding-bottom: 0
    }
    #wback_1 img.img-responsive {
        margin: 13px auto
    }
    .col-sm-12.sett-popup-content .col-sm-6 {
        float: left;
        width: 50%
    }
    .col-sm-12.pro_bg {
        float: left;
        width: 100%
    }
    .pro_bg .col-sm-8 {
        width: 66.66%;
        float: left
    }
    .pro_bg .col-sm-2 {
        width: 16.66%;
        float: left
    }
    div#logo img {
        margin: 15px auto
    }
    div#hdr_rgt {
        text-align: center
    }
    div#hdr_lft span {
        width: 100%;
        font-size: 14px;
        display: block
    }
    div#header .applinks {
        display: block
    }
    div#header {
        text-align: center
    }
    div#welcome_txt h3 {
        font-size: 20px!important;
        text-align: center
    }
    div#contact_info {
        text-align: center
    }
    body #header #menu {
        background: 0 0;
        position: fixed!important;
        right: 0!important;
        width: 100%!important;
        top: 100px!important;
        z-index: 1000;
        margin-top: -65px
    }
    #column-right,
    div#contentcat {
        width: 100%!important;
        padding: 0;
        float: none!important;
        max-width: 100%;
        display: block!important
    }
    div#content {
        padding: 0 15px
    }
    .menu-nav .container {
        border: none
    }
    #menu .nav>li>a {
        text-align: center;
        padding: 12px
    }
    #menu .navbar-nav>li br {
        display: none
    }
    #menu .nav>li>a span {
        font-size: 14px
    }
    #mobileoly {
        display: block!important;
        margin-top: 10px
    }
    #mobileoly a {
        background-color: #39494b;
        color: #000;
        font-family: Lora, serif;
        font-size: 17px;
        font-style: italic;
        font-weight: 700;
        padding: 8px 25px
    }
    #menu .navbar-nav>li#mobileonlymenu {
        display: block
    }
    #menu .navbar-nav>li#mobileonlymenuno {
        display: none!important
    }
    #menu {
        border-bottom: 0;
        border-radius: 4px
    }
    #menu div.dropdown-inner>ul.list-unstyled {
        display: block
    }
    #menu div.dropdown-menu {
        margin-left: 0!important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, .1)
    }
    #menu .dropdown-inner {
        display: block
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, .1)
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff
    }
    body #menu {
        margin-top: -65px;
        top: 0!important
    }
    body #menu .navbar-header {
        position: absolute;
        right: 0;
        top: -40px
    }
    #menu .navbar-nav>li {
        width: 100%!important
    }
    .navbar-collapse {
        top: 0;
        text-align: center;
        max-height: 250px
    }
    .navbar-collapse .navbar-nav {
        max-width: 100%;
        margin: auto;
        background-color: #2e3590
    }
    .topr {
        min-height: unset
    }
    .nivoSlider,
    .slideshow .nivoSlider .sliderelement {
        height: 242px
    }
    .slideshow .nivoSlider .sliderelement {
        background-position: center
    }
    .nivo-directionNav {
        display: none!important
    }
    div#mobmenu {
        display: block
    }
    .welcometo h1 {
        font-size: 20px
    }
    .slideshow .nivo-caption .welcometo a {
        font-size: 16px;
        padding: 7px 15px 4px 15px
    }
    div#wback_0 h2 {
        font-size: 30px
    }
    div#wback_0 {
        padding: 15px 0
    }
    div#wback_0 a {
        font-size: 16px
    }
    div#wback_1 {
        background: #e23939;
        padding: 15px 0
    }
    div#wback_1 #red {
        margin-bottom: 30px
    }
    .col-sm-2half {
        width: 50%;
        padding: 0 8px;
        margin: 6px auto
    }
    div#wback_2 h2 {
        font-size: 40px;
        margin-bottom: 40px
    }
    div#wback_2 .col-sm-4 {
        width: 50%;
        float: left
    }
    div#wback_3 .blue {
        min-height: unset;
        margin: 20px auto
    }
    div#wback_3 .wmessage,
    div#wback_4 .wmessage,
    div#wback_5 .wmessage,
    div#wback_6 .wmessage {
        width: calc(100% - 5%)
    }
    .white {
        width: 100%;
        padding: 30px 15px
    }
    .reviews {
        width: 100%
    }
    div#carouselwrapper0 h2 {
        font-size: 40px
    }
    div#carousel0 {
        padding: 0;
        width: 300px;
        margin: auto
    }
    div#wback_0 p {
        text-align: justify
    }
    div#brown p {
        font-size: 16px;
        width: 100%
    }
    div#allergy h2 {
        font-size: 30px
    }
    div#allergy p {
        text-align: justify
    }
    div#CDSRATINGWIDGET438,
    div#CDSWIDWRL {
        width: 100%
    }
    div#carouselwrapper0,
    div#wback_2,
    div#wback_4,
    div#wback_5 {
        background-attachment: unset
    }
    div#header ul li {
        padding: 0;
        display: block
    }
}

@media (max-width:478px) {
    .powered p,
    .powered p a {
        font-size: 9px!important
    }
    span#footer_cookie,
    span#footer_cookie a {
        font-size: 10px
    }
    #links ul li {
        line-height: 7px!important
    }
    #links ul li a {
        padding: 0 5px!important;
        font-size: 10px!important
    }
    .album_img.image {
        height: 95px
    }
}