@import "font-awesome.min.css";

* {
    margin: 0 auto;
    padding: 0;
    outline: none;
    list-style: none
}

body {
    background: #fff;
    font-size: 13px;
    font-weight: normal;
    color: #828080;
    font-family: "Roboto", sans-serif
}

p {
    font-size: 14px;
    color: #828080;
    margin: 0
}

p.lead {
    font-size: 18px;
    line-height: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: "Roboto", sans-serif
}

h1 {
    font-size: 35px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 26px
}

h5 {
    font-size: 22px
}

h6 {
    font-size: 18px
}

.none {
    display: none
}

.clear {
    clear: both
}

.left {
    float: left
}

.right {
    float: right
}

ul {
    margin: 0
}

a {
    color: #a90230
}

a:hover {
    color: #770122;
    transition: all 0.3s !important
}

.no-padding {
    padding: 0
}

input[type="submit"] {
    height: auto;
    cursor: pointer;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    border: none;
    color: #fff;
    background: #a90230;
    font-family: "Roboto", sans-serif;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
    transition: all 0.3s;
    background-color: #770122;
}

.buttons {
    font-size: 16px;
    color: #fff;
    padding: 11px 28px;
    display: inline-block;
    text-shadow: 1px 1px 1px #8a7d0d;
    background: #a90230;
    border: 1px solid #770122
}

.buttons:hover {
    background: #770122;
    color: #fff !important
}

.view-all {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    background: #a90230;
    text-shadow: 0 1px 0 #770122;
    padding: 5px 34px;
    border: 1px solid #770122
}

.view-all:hover {
    color: #fff
}

h2 {
    color: #a90230
}

h2 span {
    color: #858585
}

h5 {
    color: #a90230;
    font-weight: 500
}

h5 span {
    color: #858585
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    height: 100%;
    z-index: 9999999;
    overflow: hidden
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    z-index: 9999
}

.row {
    width: 100%;
    max-width: 941px;
    padding: 0
}

.row .row {
    padding: 0 0
}

header {
    width: 100%;
    float: left
}

.utility-wrapper {
    background: #f0eeef;
    padding: 4px 0
}

.call {
    padding-left: 0
}

.call p {
    font-size: 16px
}

.call a {
    font-family: "Roboto", sans-serif;
    font-weight: 500
}

.call em {
    font-size: 24px;
    color: #909091;
    margin: 0 11px 0 0
}

.call i {
    color: #a90230
}

.callPhoneNumber {
    color: #a90230
}

.utility-menu-list {
    float: right
}

.utility-menu-list li {
    float: left
}

.utility-menu-list li a {
    font-size: 14px;
    color: #676566;
    text-transform: capitalize;
    border-right: 2px solid #d0cecf;
    padding: 0 10px
}

.utility-menu-list li a:hover {
    color: #a90230
}

.utility-menu-list li:last-child a {
    border-right: none
}

.contain-to-grid {
    background: #fff
}

.top-bar {
    background: #fff
}

.top-bar .name h1 a {
    padding: 0
}

.top-bar .name h1 a img {
    width: 90%
}

.top-bar-section li:not(.has-form) a:not(.button) {
    background: #fff
}

.primary-nav ul {
    padding: 0
}

.search-box {
    padding: 5px 0 0 28px
}

.search-box form {
    position: relative
}

.search-box input[type="text"] {
    height: 36px;
    font-size: 9px;
    top: 0;
    padding-right: 90px;
    font-style: italic;
    color: #676566;
    border-radius: 2px;
    background: #f4f4f4;
    background: -moz-linear-gradient(top, #f4f4f4 0, #f7f7f7 44%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f4f4), color-stop(44%, #f7f7f7), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #f4f4f4 0, #f7f7f7 44%, #fff 100%);
    background: -o-linear-gradient(top, #f4f4f4 0, #f7f7f7 44%, #fff 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0, #f7f7f7 44%, #fff 100%);
    background: linear-gradient(to bottom, #f4f4f4 0, #f7f7f7 44%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0)
}

.search-box input[type="submit"] {
    width: 76px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700;
    text-align: left;
    padding: 0 0 0 12px;
    border: 1px solid #770122;
    background: #a90230 url(../img/glass.png) no-repeat 58px 13px;
    font-family: "Roboto", sans-serif
}

.search-box input[type="submit"]:hover {
    background: #a90230 url(../img/glass.png) no-repeat 58px 13px
}

.search-box form::-webkit-input-placeholder {
    color: #676566
}

.search-box form:-moz-placeholder {
    color: #676566
}

.search-box form::-moz-placeholder {
    color: #676566
}

.search-box form:-ms-input-placeholder {
    color: #676566
}

.shopping-cart {
    float: right;
    margin: 8px 0 0 0
}

.shopping-cart figure {
    width: 42px;
    height: 32px;
    float: left;
    line-height: 32px;
    border: 1px solid #f5f5f5;
    text-align: center
}

.cartSummaryItem {
    width: auto;
    float: right;
}

.shopping-cart p {
    font-size: 10px;
    line-height: 12.6px;
    font-weight: 500;
    float: right;
    margin: 5px 0 0 16px;
    color: #676566;
    text-transform: uppercase;
}

.shopping-cart p a {
    color: #676566;
}

.shopping-cart p a:hover {
    color: #a90230;
}

.shopping-cart span {
    color: #69991f;
}

.logo-wrapper {
    background: #fefefe;
    padding: 14px 0 16px 0;
}

.top-bar-section {
    background: #a90230;
}

.primary-navigation ul li ul {
    display: none
}

.primary-navigation ul li:hover ul {
    display: block;
    position: absolute
}

.primary-navigation ul li ul {
    min-width: 170px;
    z-index: 9999;
    background: #a90230
}

.primary-navigation ul li ul li {
    float: none
}

.primary-navigation ul li ul li {
    float: none
}

.top-bar-section.primary-navigation ul li ul li:hover a {
    background: #770122
}

.top-bar-section.primary-navigation ul li.selected a {
    background: #770122;
    border-top: 2px solid #a90230;
    line-height: 43px
}

.top-bar-section li:not(.has-form) a:not(.button) {
    font-size: 13px;
    padding: 0 15px;
    background: #a90230;
    font-family: "Roboto", sans-serif
}

.primary-navigation ul li a {
    border-left: 1px solid #a90230;
    text-transform: uppercase
}

.primary-navigation ul li:first-child a {
    border-left: none
}

.primary-navigation ul li:hover a {
    background: #770122 !important
}

.primary-navigation ul li ul.dropdown_menu li a {
    font-size: 13px;
    line-height: 40px
}

.top-bar-section.primary-navigation ul li.selected ul li a {
    border-top: none;
    line-height: 40px;
    background: none
}

.primary-navigation ul li ul.dropdown_menu li:hover a {
    background: #a90230 !important
}

.slider {
    width: 100%;
    float: left;
    background-color: #f0eeef;
    padding: 82px 0 65px 0
}

.slider-description h2 {
    font-size: 40px;
    color: #262626;
    font-weight: 300
}

.slider-description p {
    font-size: 20px;
    color: #262626;
    letter-spacing: 1px;
    margin-bottom: 28px
}

.slider-description span {
    display: block;
    font-size: 60px;
    line-height: 52px;
    color: #a90230;
    font-family: "Roboto", sans-serif;
    font-weight: 500
}

.slider-description a {
    padding: 11px 34px 11px 22px;
    background: #a90230;
    position: relative
}

.slider-description a:after {
    content: "";
    display: inline-block;
    background: url(../img/button-arrow.png) no-repeat 0 0;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 18px;
    right: 20px
}

.slider-description a:hover {
    background: #a90230
}

.middle-wrapper {
    width: 100%;
    float: left;
    background: #fff;
    padding: 20px 0 0 0
}

.sale-wrapper .medium-6 {
    padding: 0
}

.sale-wrapper figure {
    max-height: 176px;
    border: 1px solid #ccc;
    overflow: hidden
}

.sale-wrapper figure img {
    width: 100%
}

.sale-wrapper .sale-list {
    background: #a90230;
    padding: 28px 0 27px 25px;
    position: relative
}

.sale-list h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    line-height: 56px;
    border-right: 1px solid #a4be7c
}

.sale-list h2 span {
    font-size: 80px;
    color: #fff;
    line-height: 65px;
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 500
}

.sale-list p {
    font-size: 11px;
    color: #fff;
    line-height: 16px;
    margin-bottom: 22px
}

.sale-list:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    z-index: 999999;
    border-top: 176px solid #a90230;
    border-right: 130px solid transparent;
    position: absolute;
    top: 0;
}

.sale-wrapper .sale-content {
    padding: 0 0 0 25px;
}

.sale-wrapper .sale-content a {
    font-size: 11px;
    background: #a90230;
    padding: 9px 30px 9px 14px;
    position: relative;
}

.sale-wrapper .sale-content a:hover {
    background-color: #a90230;
}

.sale-wrapper .sale-content a:after {
    width: 6px;
    height: 9px;
    content: "";
    display: inline-block;
    background: url(../img/small-arrow.png) no-repeat;
    position: absolute;
    top: 12px;
    right: 17px;
}

.special-products-wrapper {
    width: 100%;
    float: left;
    padding: 40px 0 0 0
}

.special-product {
    z-index: 9999;
}

.special-products-wrapper h2 {
    color: #a90230;
    font-weight: 500;
    border-bottom: 2px solid #cacaca;
    padding-bottom: 12px;
    margin-bottom: 30px;
}

.special-products-wrapper h2 span {
    color: #858585;
}

.special-product .productTable td {
    padding: 0 !important;
}

.product-details {
    width: 100%;
    float: left;
    position: relative;
    border: 1px solid #ccc;
    border: 1px solid #ccc;
    z-index: 9999;
    padding: 108px 0 16px 0;
    margin-bottom: 20px;
}

.offer-details {
    padding: 62px 0 16px 0;
}

.product-details input[type="submit"] {
    font-size: 16px;
}

@media screen and (min-width: 769px) and (max-width: 840px){
    .product-details input[type="submit"] {
        font-size: 14px;
    }
}

.product-details figure {
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 768px){
    .product-details figure {
        height: 167px;
    }
}

.product-details h2 {
    border-bottom: none;
    line-height: 25px;
    margin: 0;
    padding-bottom: 12px;
    text-align: left
}

.deal-end-wrapper .countdown h6 {
    padding-bottom: 15px;
    margin-bottom: 22px
}

.countdown {
    width: 100%;
    float: left
}

.countdown ul li p {
    font-size: 22px;
    line-height: 20px;
    color: #fff
}

.countdown ul li {
    width: 20%;
    padding: 14px 0 13px;
    margin: 0 4.41% 16px 0;
    line-height: 25px;
    text-align: center;
    color: #fff;
    float: left;
    background: #a90230;
    background: -moz-linear-gradient(top, #a90230 0, #770122 44%, #440113 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a90230), color-stop(44%, #770122), color-stop(100%, #440113));
    background: -webkit-linear-gradient(top, #a90230 0, #770122 44%, #440113 100%);
    background: -o-linear-gradient(top, #a90230 0, #770122 44%, #440113 100%);
    background: -ms-linear-gradient(top, #a90230 0, #770122 44%, #440113 100%);
    background: linear-gradient(to bottom, #a90230 0, #770122 44%, #440113 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@mainColor', endColorstr='@mainColorDark', GradientType=0)
}

.countdown span {
    font-size: 14px;
    text-transform: capitalize;
    display: block
}

.hot-offer {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center
}

.hot-offer:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 146px solid #a90230;
    border-left: 146px solid transparent
}

.hot-offer p {
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    bottom: 80px;
    right: -4px;
    line-height: 25px;
    z-index: 999;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: 20% 40%;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: 20% 40%;
    transform: rotate(45deg);
    transform-origin: 20% 40%
}

.price {
    position: absolute;
    left: 0;
    top: 7%;
    font-size: 30px;
    display: block;
    padding: 6px 38px;
    color: #fff;
    font-weight: 500;
    background: #a90230;
    line-height: 46px
}

.detailProduct .allProductsList .price {
    position: absolute;
    left: 0;
    top: 40px;
    font-size: 20px;
    padding: 2px 18px;
    line-height: 32px;
    background: #a90230;
    color: #fff;
    margin-top: 0 !important;
    width: auto
}

.price:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 58px solid #a90230;
    border-right: 44px solid transparent;
    position: absolute;
    right: -44px;
    top: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 500
}

.deal-end-wrapper .countdown input[type="submit"] {
    font-size: 15px;
    padding: 12px 30px
}

.deal-end-wrapper {
    padding: 0 30px 6px 30px;
    text-align: center;
    width: 100%;
    float: left
}

.deal-end-wrapper h6 {
    color: #3c3c3c;
    margin: 0 0 16px 0;
    padding: 0 0 12px 0;
    border-bottom: 1px solid #d1d1d1;
    text-align: left;
}

.deal-end-wrapper input[type="submit"] {
    display: inline-block;
}

.deal-end-wrapper a {
    color: #a90230;
}

.deal-end-wrapper a.phoneUsBtn {
    display: block;
    color: white;
    background-color: #a90230;
    padding: 0.74em;
    margin-bottom: 20px;
}

.deal-end-wrapper a:hover {
    color: #770122;
}

.rate-star {
    margin: 5px 0 6px 0;
}

@media screen and (min-width: 569px) and (max-width: 1024px) {
    .featured-left {
        padding-left: 0;
    }
    .featured-right {
        padding-right: 0;
    }
}

.featured-product {
    padding: 0 0 0 10px;
}

.featured-product .product-details {
    padding: 102px 0 16px 0;
}

.featured-product h2 {
    margin: 0 10px 30px 10px;
}

.featured-product .deal-end-wrapper h6 {
    font-size: 16px;
    min-height: 80px;
}

.featured-product .medium-6 {
    padding: 0 10px 0 10px;
}

.featured-product .hot-offer p {
    font-size: 15px;
    bottom: 35px;
    right: 0;
}

.featured-product .hot-offer:after {
    border-top: 73px solid #a90230;
    border-left: 73px solid transparent;
}

.featured-product .price {
    font-size: 20px;
    top: 40px;
    padding: 2px 18px;
    line-height: 32px;
    color: #fff
}

.special-product .price {
    font-size: 20px;
    top: 40px;
    padding: 2px 18px;
    line-height: 32px;
    color: #fff
}

.special-product h6 {
    min-height: 88px;
}

.featured-product li.price {
    padding: 0;
    background: none;
    position: inherit;
}

.featured-product .price:after {
    border-right: 0;
    border-top: 0;
    right: 0
}

.special-product .price:after {
    border-right: 0;
    border-top: 0;
    right: 0
}

.featured-product .deal-end-wrapper {
    padding: 0 18px 0 18px
}

.product-image img {
    max-width: 100%;
}

.featured-product .product-image img {
    width: 90%;
}

.featured-product .product-details {
    padding: 99px 0 14px 0px;
}

.grid_content {
    width: 100%;
    float: left;
    position: relative;
}

.community-wrapper {
    clear: both;
    padding: 42px 0 50px 0
}

.community-wrapper h2 span {
    color: #9b9b9b
}

.tabs dd.active a,
.tabs .tab-title.active a {
    color: #fff;
    background-color: #a90230;
    padding: 8px 32px;
    text-shadow: 1px 1px 1px #e4a00d
}

.tabs dd>a,
.tabs .tab-title>a {
    padding: 8px 32px;
    background: #e2e2e2;
    color: #565555;
    font-family: "Roboto", sans-serif
}

.community-wrapper h2 {
    text-align: center;
    margin: 0
}

.community-wrapper h2 p.border {
    font-size: 30px;
    color: #a90230;
    display: inline-block;
    padding: 5px 10px;
    top: -27px;
    position: relative
}

.community-wrapper h2 p.border:after {
    content: "";
    width: 298px;
    border-bottom: 2px solid #cacaca;
    display: block;
    margin: 8px auto 0 auto
}

.community-wrapper ul.tabs {
    text-align: center;
    padding: 10px 0 48px 0
}

.community-wrapper ul.tabs li {
    float: none;
    display: inline-block;
    margin: 0 -2px
}

.community-news .tabs-content>.content.active {
    float: left
}

.community-news .tabs dd.active a,
.community-news .tabs .tab-title.active a {
    background: #a90230;
    color: #fff
}

.community-news .tabs dd>a,
.community-news .tabs .tab-title>a {
    font-size: 16px;
    background: #e2e2e2;
    padding: 0
}

.grid {
    width: 295px;
    min-height: 100px;
    float: left
}

.new-information .medium-4 {
    padding: 0 10px
}

.community-box {
    box-shadow: 0 0 8px 1px #ccc;
    width: 100%;
    float: left
}

.grid_block {
    width: 100%;
    float: left;
    padding: 0 8px 20px 8px
}

.community-box figure {
    width: 100%;
    float: left;
    background: #fff;
    text-align: center
}

.community-box figure img {
    width: 100%;
    display: block
}

.community-box iframe {
    width: 100%;
    float: left;
    border: none
}

.new-information h3 {
    color: #a90230;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 5px
}

.new-information p {
    font-weight: 300;
    line-height: 25px
}

.barn-dance {
    clear: both;
    background: #fff;
    padding: 18px 20px 30px 25px
}

.comment-count {
    width: 100%;
    float: left;
    background: #e7e7e7;
    padding: 14px 0;
    border-radius: 0 0 2px 2px
}

.comment-count p {
    font-size: 13px;
    font-weight: 500
}

.date span {
    display: inline-block
}

.date img {
    margin: -4px 12px 0 0
}

.comment span {
    display: inline-block
}

.comment img {
    margin: -4px 0 0 10px
}

.brands-wrapper {
    width: 100%;
    float: left;
    padding: 0 0 46px 0
}

.brands-wrapper h5 {
    font-size: 26px
}

.brands {
    width: 100%;
    float: left;
    border: 1px solid #d6d6d6;
    text-align: center;
    padding: 29px 0 20px 0;
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0, #fbfbfb 44%, #f8f8f8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fefefe), color-stop(44%, #fbfbfb), color-stop(100%, #f8f8f8));
    background: -webkit-linear-gradient(top, #fefefe 0, #fbfbfb 44%, #f8f8f8 100%);
    background: -o-linear-gradient(top, #fefefe 0, #fbfbfb 44%, #f8f8f8 100%);
    background: -ms-linear-gradient(top, #fefefe 0, #fbfbfb 44%, #f8f8f8 100%);
    background: linear-gradient(to bottom, #fefefe 0, #fbfbfb 44%, #f8f8f8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f8f8f8', GradientType=0)
}

.brands h2 {
    margin: 0 0 4px 0
}

.brands ul {
    width: 100%;
    float: left;
    margin: 0 auto
}

.brands ul li {
    float: left
}

.brand-logo {
    width: 100%;
    float: left
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.6s ease;
    -webkit-backface-visibility: hidden
}

.brand-logo:hover img.grayscale {
    filter: none;
    -webkit-filter: grayscale(0)
}

.reviews-wrapper {
    width: 100%;
    float: left;
    padding: 60px 0 0 0
}

.reviews-wrapper .medium-4,
.reviews-wrapper .medium-3 {
    padding: 0 15px 0 0
}

.reviews-wrapper .medium-5 {
    padding: 0 0 0 35px
}

.reviews-wrapper .medium-4:last-child {
    padding: 0
}

.review {
    padding: 22px 35px 0 0
}

.review p {
    font-size: 12px;
    color: #000;
    margin: 10px 0 16px 0;
    line-height: 18px;
    font-style: italic
}

.review span {
    color: #a90230
}

.twitter-review {
    font-size: 13px;
    padding: 22px 42px 0 0
}

.twitter-review p {
    font-size: 13px;
    color: #999
}

.twitter-review p a {
    color: #24b4ff
}

.twitter-review p a:hover {
    color: #a90230
}

.twitter-review span {
    font-size: 11px;
    color: #555;
    font-weight: 500
}

.twitter-review-wrapper {
    width: 100%;
    float: left;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 20px;
    margin-bottom: 18px
}

.twitter-review-wrapper p {
    font-size: 13px
}

p.follow-me a {
    color: #ff2a2a
}

p.follow-me a:hover {
    color: #a90230
}

.blog-list {
    width: 100%;
    float: left;
    padding: 22px 0 0 0;
    background: none;
    border: none;
    margin: 0
}

.blog-list figure {
    width: 100%;
    float: left;
    padding: 0 15px 0 0
}

.blog-list .medium-3 {
    padding: 0
}

.blog-details {
    padding: 0
}

.blog-details h6 a {
    font-size: 18px;
    color: #a90230
}

.blog-details h6 a:after {
    display: none
}

.blog-details p {
    font-size: 12px;
    color: #000;
    margin-bottom: 12px
}

.blog-details a {
    font-size: 12px;
    color: #a90230
}

.blog-details a:hover {
    color: #a90230
}

.blog-details a:after {
    content: ">";
    display: inline-block
}

.trackbacks {
    width: 100%;
    float: left
}

footer {
    width: 100%;
    float: left;
    border-top: 1px solid #d8d8d8
}

.footer-top {
    background: #f2f2f2
}

.blog-container .main-blog-wrapper a:after {
    display: none
}

footer .medium-3 {
    padding: 0 0 0 15px
}

footer h4 {
    color: #a90230;
    margin-bottom: 8px
}

footer ul li {
    line-height: 27px
}

footer a {
    font-size: 13px;
    color: #8d8d8d;
    text-decoration: underline
}

footer p {
    line-height: 27px
}

.links-wrapper {
    width: 100%;
    float: left;
    padding: 38px 0 40px 0
}

.social-wrapper {
    width: 100%;
    float: left;
    border-top: 1px solid #d4d4d4;
    padding: 26px 0 40px 0
}

.social-wrapper h6 {
    font-size: 17px;
    font-weight: 600;
    color: #3c3d3d
}

.social-wrapper .medium-6 {
    padding: 0
}

.social-wrapper ul {
    margin-top: 15px
}

.social-wrapper ul li {
    float: left;
    margin-right: 12px
}

.social-wrapper ul li a {
    font-size: 24px;
    width: 39px;
    text-decoration: none;
    height: 39px;
    color: #fff;
    border-radius: 50px;
    line-height: 39px;
    text-align: center;
    background: #a90230
}

.social-wrapper ul li a:hover {
    background: #770122
}

.social-wrapper .payment-list {
    margin-top: 25px
}

.payment-list li {
    margin: 0 19px
}

.payment-list li:first-child {
    margin-left: 0
}

.payment-list li:last-child {
    margin-right: 0
}

.footer-bottom {
    width: 100%;
    float: left;
    background: #3d3d3d;
    text-align: center;
    padding: 12px 0
}

.footer-bottom p {
    font-size: 13px;
    color: #8d8d8d
}

.inner-wrapper {
    width: 100%;
    float: left;
    padding: 55px 0 60px 0
}

.page-title-wrapper {
    width: 100%;
    float: left;
    padding: 29px 0;
    border-bottom: 1px solid #e1e1e1;
    background: #f2f2f2
}

.page-title-wrapper .medium-6 {
    padding: 0
}

.page-title-wrapper h1 {
    color: #a90230;
    letter-spacing: 2px;
    text-transform: uppercase
}

.breadcrumb {
    float: right;
    margin: 14px 0 0 0
}

.breadcrumb li {
    float: left
}

.breadcrumb li a {
    font-size: 15px;
    color: #2c2c2c;
    text-transform: uppercase
}

.breadcrumb li a:after {
    content: "/";
    display: inline-block;
    padding: 0 12px
}

.breadcrumb li:last-child a:after {
    display: none
}

.ftr-middle {
    width: 100%;
    float: left
}

.ftr-middle h1 {
    font-weight: 300;
    letter-spacing: 3px
}

.ftr-middle .large-12,
.ftr-middle .large-8 {
    padding: 0
}

.ftr-slider-description {
    position: absolute;
    top: 50%;
    right: 42%
}

.feature-heading1 {
    font-size: 70px;
    color: #fff;
    background: rgba(77, 107, 120, 0.57);
    padding: 12px 12px 12px 11px;
    margin: 0
}

.ftr-middle h1,
.ftr-middle h2,
.ftr-middle h3,
.ftr-middle h4,
.ftr-middle h5,
.ftr-middle h6 {
    font-weight: 300;
    color: #2c2c2c
}

.ftr-middle p {
    font-weight: 300
}

.ftr-middle a:hover {
    color: #a90230
}

.main-event {
    width: 100%;
    float: left;
    border-bottom: 1px solid #f0f0e2
}

.events {
    text-align: left
}

.events h1 {
    text-transform: uppercase;
    margin: 0 0 30px 0;
    font-weight: 300
}

.events p {
    line-height: 30px;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color: #383838;
    margin: 0
}

.main-event p {
    line-height: 30px;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color: #383838;
    margin: 0
}

.events h2 {
    margin: 0
}

.events h2 a {
    display: block;
    font-size: 18px;
    color: #242018;
    margin: 38px 0 5px 0;
    font-weight: 300
}

.evnt-dtls {
    display: inline-block;
    font-size: 14px;
    color: #2c2c2c;
    border-right: 1px solid #000;
    padding: 0 8px 0 2px;
    line-height: 15px
}

.evnt-dtls a {
    color: #2c2c2c;
    font-weight: 300
}

.events .border {
    border-right: none
}

.event-cntnt {
    background: #f6f6f0;
    padding: 22px 24px 30px 24px;
    margin-top: 12px
}

.event-cntnt p {
    font-size: 14px;
    line-height: 23px;
    color: #2c2c2c;
    margin-bottom: 22px
}

.reserve {
    width: 190px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #a90230;
    font-weight: 300;
    letter-spacing: 1px
}

.ftr-middle .reserve:hover {
    background: #a90230;
    color: #fff;
    transition: all 0.3s
}

.margin-54 {
    margin-bottom: 54px
}

.border-none {
    border-right: none
}

.main-news {
    width: 100%;
    float: left;
    text-align: left;
    padding-bottom: 32px;
    border-bottom: 1px solid #eaead8
}

.main-news h1 {
    text-transform: uppercase;
    font-size: 36px;
    margin: 35px 0 18px 0
}

.news h5 {
    margin: 0;
    display: inline-block
}

.news h5 a {
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    color: #3f3f3f;
    margin: 0 0 10px 0
}

.news span {
    font-size: 15px;
    color: #b1b1a7;
    display: inline-block;
    font-weight: 300
}

.news p {
    clear: both;
    margin-bottom: 24px;
    color: #2c2c2c
}

.main-faq {
    width: 100%;
    float: left;
    text-align: left;
    padding: 38px 0 50px 0;
    border-bottom: 1px solid #f0f0e2
}

.main-faq h1 {
    margin: 0 0 24px 0
}

.main-faq .accordion .accordion-navigation>a,
.main-faq .accordion dd>a {
    background: #a90230;
    color: #fff;
    padding: 1rem;
    display: block;
    font-size: 15px;
    border-bottom: 1px solid #fff
}

.main-faq .accordion .accordion-navigation>a:before,
.main-faq .accordion dd>a:before {
    border: none;
    margin: 0;
    position: absolute;
    right: 0
}

.main-faq .accordion .accordion-navigation>a,
.main-faq .accordion dd>a {
    font-weight: 300;
    padding: 10px 16px;
    border-bottom: none
}

.main-faq .accordion .accordion-navigation>a:hover,
.main-faq .accordion dd>a:hover,
.main-faq .accordion .accordion-navigation.active>a,
.main-faq .accordion dd.active>a {
    background: #a90230;
    color: #fff !important
}

.main-faq .accordion .accordion-navigation>.content.active,
.main-faq .accordion dd>.content.active {
    font-size: 14px;
    font-weight: 300;
    color: #2c2c2c;
    line-height: 23px;
    padding: 17px;
    background-color: #f6f6f0
}

.faq-details .answer {
    border: 1px solid #f6f6f0;
    border-top: 0;
    padding: 30px 20px 18px 20px;
    background: #f6f6f0
}

.faq-question a:before,
.faq-question a:hover:before {
    content: "+";
    display: table;
    position: absolute;
    right: 18px;
    top: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center
}

.faq-question a.active:before,
.faq-question a.active:hover:before {
    content: "-";
    background: #a90230;
    width: 18px;
    z-index: 99;
    right: 15px;
    font-weight: bold;
    text-align: center
}

.accordion:after {
    display: none
}

.faq-details a {
    background: none;
    box-shadow: none;
    border: none;
    font-size: 14px;
    padding-left: 0;
    color: #2f2f2f;
    padding: 0;
    display: inline-block
}

.accordion-navigation .accordion .accordion-navigation>a,
.accordion dd>a {
    position: relative
}

.feature-faqs,
.faq-question {
    width: 100%;
    float: left
}

.faq-question>.question>a {
    color: #fff;
    width: 100%;
    display: block;
    font-size: 15px;
    background: #a90230 right 17px center no-repeat;
    border-bottom: 1px solid #f6f6f0;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    margin-bottom: 0;
    padding: 9px 50px 9px 16px;
    text-shadow: none
}

.faq-question>.question>a.active {
    background: #a90230;
    color: #fff
}

.accordion .accordion-navigation>a:before,
.accordion dd>a:before {
    content: "+";
    width: 24px;
    height: 24px;
    margin: 7px 24px 0 0;
    display: block;
    float: left;
    text-align: center;
    line-height: 24px;
    border: 1px solid #000;
    padding: 0;
    background: inherit
}

.main-faq .accordion .accordion-navigation>a:before,
.main-faq .accordion dd>a:before {
    border: none;
    margin: 0;
    position: absolute;
    right: 0
}

.accordion .accordion-navigation.active>a:before,
.accordion dd.active>a:before {
    content: "-"
}

.main-forum {
    width: 100%;
    float: left;
    text-align: left
}

.main-forum h1 {
    margin: 36px 0 20px 0
}

table {
    border: none;
    margin-bottom: 50px
}

table tbody tr td,
table tr td {
    font-size: 13px;
    color: #5f5f5f;
    font-weight: 300
}

table tbody tr:nth-child(even) {
    background: #fcfcfc
}

table tbody tr:nth-child(odd) {
    background: #fff
}

.logout {
    float: left;
    font-weight: 300
}

.logout span,
.logout a {
    font-size: 13px;
    color: #2c2c2c
}

.right-forum {
    float: right;
    margin: -60px 0 47px 0
}

.right-forum .new-topic {
    width: 194px;
    height: 44px;
    line-height: 44px;
    float: left;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    color: #565656;
    background: inherit;
    border: 2px solid #565656;
    text-transform: uppercase;
    margin-right: 16px;
    letter-spacing: 1px
}

.right-forum .new-topic:hover {
    background: #a90230;
    color: #fff;
    border: 2px solid #a90230
}

.right-forum .subscribe {
    width: 202px;
    height: 44px;
    line-height: 44px;
    float: left;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    background: #a90230;
    border: 2px solid #a90230;
    text-transform: uppercase;
    letter-spacing: 1px
}

.right-forum .subscribe:hover {
    background: #fff;
    border: 2px solid #565656;
    color: #565656
}

.forum-title {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eaead8
}

.forum-title table tr.title-row {
    background: #f6f6f0
}

.forum-title table tr {
    background: #fcfcfc;
    border-bottom: 1px solid #f3f3f3
}

.forum-title table tr td span {
    font-weight: 100
}

.forum-title table tr.title-row th.forum-name {
    width: 42%;
    text-align: left;
    font-weight: 300
}

table tr th {
    font-weight: 300
}

.forum-title table tr td.test {
    font-size: 15px;
    color: #0f0f0f;
    font-weight: 300;
    text-align: left
}

.main-media {
    float: left;
    text-align: left;
    border-bottom: 1px solid #f0f0e2;
    padding: 0 0 45px 0
}

.main-media h1 {
    margin: 40px 0 22px 0
}

.media em {
    font-size: 18px;
    color: #e47c76
}

.main-media a {
    font-size: 14px;
    color: #3f3f3f;
    text-decoration: underline;
    margin-left: 14px
}

.main-media span {
    font-size: 13px;
    color: #383838
}

p.literature-container {
    font-size: 14.6px;
    margin: 10px 0;
    color: #3f3f3f;
    padding: 0;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left
}

.gallary {
    float: left;
    text-align: left
}

.gallary h1 {
    margin: 40px 0 22px 0
}

.gallary ul {
    margin: 0
}

.gallary ul li {
    float: left;
    padding: 0 4px 4px 0;
    margin: 0
}

.main-blog {
    text-align: left;
    float: left
}

.main-blog h1 {
    margin: 50px 0 42px 0
}

.blog-image {
    margin-bottom: 28px
}

.blog-image img {
    width: 100%
}

.blog {
    border-bottom: 1px solid #eaead8;
    padding: 8px 0 45px 0;
    margin-bottom: 48px
}

.blog:last-child {
    padding: 8px 0 18px 0;
    margin-bottom: 42px
}

.blog span {
    font-size: 16px;
    font-size: 14px;
    font-weight: 300;
    color: #2c2c2c
}

.main-blog .brdr-btm {
    padding: 6px 0 50px 0;
    border-bottom: none
}

h5.blog-heading {
    display: block;
    width: 100%
}

h5.blog-heading a {
    font-size: 21px;
    line-height: 20px;
    font-weight: 300;
    color: #242018;
    border-right: none;
    padding: 0
}

.blog p {
    font-size: 14px;
    color: #2c2c2c;
    margin-bottom: 5px
}

.blog a {
    font-size: 13px;
    color: #0f0f0f;
    border-right: 1px solid #0f0f0f;
    line-height: 12px;
    font-weight: 500;
    display: inline-block;
    padding: 0 8px 0 3px
}

.blog .permalink {
    border-right: none
}

.blog-number {
    clear: both
}

.blog-number a {
    width: 28px;
    height: 28px;
    display: inline-block;
    background: #3f6d7f;
    color: #fff;
    line-height: 25px;
    text-align: center;
    padding: 0;
    border-right: none;
    border: 2px solid #3f6d7f
}

.blog .comments {
    margin-bottom: 26px
}

.blog-number .blog-list {
    width: 28px;
    height: 28px;
    display: inline-block;
    line-height: 25px;
    color: #3f6d7f;
    background: #fff;
    border: 2px solid #3f6d7f
}

span.like-wechat {
    float: right;
    display: inline-flex !important;
    margin: 0 5px 0 0 !important
}

h5.blog-heading {
    margin-bottom: 6px
}

.store {
    float: left;
    border-top: 1px solid #eaead8;
    padding: 50px 0 0 0;
    margin: 40px 0 0 0
}

.store h1 {
    margin: 0 0 42px 0
}

.store span {
    font-size: 13px;
    color: #2c2c2c;
    text-transform: uppercase;
    letter-spacing: 1px
}

.listStore .price {
    font-size: 20px;
    top: 11px;
    padding: 2px 18px;
    line-height: 32px;
    color: #fff;
}

@media screen and (min-width: 426px) {
    .listStore .price {
        top: 40px;
    }
}

.listStore .price:after {
    border-right: 22px solid transparent;
    border-top: 36px solid #a90230;
    right: -22px
}

.listStore .hot-offer {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center
}

.listStore .hot-offer p {
    font-size: 15px;
    bottom: 35px;
    right: 0
}

.listStore .hot-offer:after {
    border-top: 73px solid #a90230;
    border-left: 73px solid transparent
}

.shop-main.listStore .price:after {
    border-right: 0;
    border-top: 0;
    right: 0
}

.ftr-store {
    float: left
}

.ftr-view-cart {
    float: right
}

.ftr-view-cart span {
    color: #2c2c2c
}

.ftr-view-cart a {
    color: #a90230
}

.ftr-store a {
    color: #a90230
}

.product {
    width: 100%;
    float: left;
    margin: 58px 0 12px 0
}

.product ul {
    margin: 0
}

.product ul li {
    float: left
}

.product ul li {
    width: 47.25%;
    float: left;
    border: 2px solid #4e4e4e;
    text-align: center;
    padding: 15px 15px 0 15px;
    margin: 0 5.5% 32px 0
}

.product ul li:nth-child(2n) {
    margin-right: 0
}

.product ul li h3 a {
    display: block;
    font-size: 16px;
    color: #a90230;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 38px 0 50px 0
}

.main-blog .col-lg-12 {
    padding: 0
}

.product-content {
    float: left;
    margin: 32px 0 0 0
}

.prdct-cntnt {
    text-align: left
}

.prdct-cntnt h3 {
    font-size: 26px;
    color: #2c2c2c;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 12px 0
}

.prdct-cntnt span {
    font-size: 15px;
    color: #2c2c2c;
    letter-spacing: 1px;
    display: block;
    margin: 10px 12px 14px 0;
    font-weight: 300
}

select {
    margin: 0 0 1rem 0
}

select {
    -webkit-appearance: none !important;
    background: inherit;
    background-image: url(../img/dropdown-1.png);
    background-position: 97% 15px;
    background-repeat: no-repeat;
    border: 1px solid #e0e0d6;
    padding: 0.5rem;
    border-radius: 4px;
    font-size: 17px;
    color: #2c2c2c;
    line-height: normal;
    height: 2.3125rem;
    width: 100%
}

select:hover {
    background: inherit;
    border: 1px solid #e0e0d6;
    background-image: url(../img/dropdown-1.png);
    background-repeat: no-repeat;
    background-position: 97% 15px
}

select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: ""
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
    background: inherit
}

.catalogue_view {
    width: 100%;
    float: left;
    padding: 25px 0
}

.product_view {
    width: 100%;
    float: left
}

.product_view.featured-product {
    padding: 0
}

.catalog_list {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
}

.catalogue_view .row,
.product_view .row {
    margin: 0 -10px;
}

.catalogue_view .row .columns,
.product_view .row .columns {
    padding: 0 10px;
}

.catalog-wrapper {
    width: 100%;
    float: left;
    text-align: center;
}

.catalog_list figure {
    width: 100%;
    float: left;
    margin-bottom: 13px;
}

.main-qunty {
    margin-top: 16px;
}

.lft-qunty {
    float: left;
}

.quantity {
    display: block;
    float: left;
}

.quty-nmbr {
    width: 44px !important;
    height: 44px !important;
    display: block;
    float: left;
    line-height: 44px;
    text-align: center;
    font-size: 15px;
    color: #3f6d7e;
    border: 1px solid #e0e0d6 !important;
    border-radius: 4px !important;
    background: inherit;
    box-shadow: inset 0 0 1px #000;
    background-image: none !important;
}

.right-qunty {
    float: right;
    font-weight: 300;
}

.addcart {
    width: 146px;
    height: 44px;
    display: block;
    line-height: 44px;
    font-size: 13px;
    color: #fff;
    background: #a90230;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.addcart:hover {
    color: #a90230;
    background: #fff;
    border: 1px solid #a90230;
}

.addwishlist {
    display: block;
    text-decoration: underline;
    float: right;
    font-size: 16px;
    color: #a90230
}

.addwishlist:hover {
    color: #a90230
}

.prdct-dscrptn {
    float: left
}

.prdct-dscrptn h4 {
    font-size: 17px;
    color: #2c2c2c;
    font-weight: 300;
    margin: 3px 0 10px 0
}

.prdct-dscrptn p {
    color: #2c2c2c
}

.button-list {
    float: left;
    margin-top: 62px
}

.primary {
    width: 138px;
    height: 45px;
    display: block;
    float: left;
    line-height: 45px;
    font-size: 15px;
    color: #fff;
    background: #a90230;
    text-align: center;
    text-transform: uppercase;
    margin-right: 10px;
    font-weight: 700;
    font-family: "Roboto", sans-serif
}

.primary:hover,
.primary:focus {
    background: #770122;
    color: #fff
}

.ftr-middle .primary:hover {
    background: #a90230;
    color: #fff
}

.secondary {
    width: 138px;
    height: 45px;
    display: block;
    float: left;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
    background: inherit;
    border: 2px solid #a90230;
    text-transform: uppercase;
    margin-right: 10px;
    color: #a90230;
    font-weight: 700;
    font-family: "Roboto", sans-serif
}

.ftr-middle .secondary:hover {
    color: #a90230;
    background: inherit;
    border: 2px solid #a90230
}

.large {
    width: 164px;
    height: 55px;
    line-height: 55px;
    float: left;
    display: block;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: #a90230;
    margin: 32px 10px 0 0;
    font-family: "Roboto", sans-serif
}

.ftr-middle .large:hover {
    background: inherit;
    color: #a90230;
    border: 2px solid #a90230
}

.left-content .btns-border {
    width: 978px;
    float: left;
    clear: both;
    background: #3f6d7f;
    padding: 8px 0;
    margin-top: 41px
}

.ftr-right-cntnt {
    float: right
}

.ftr-right-cntnt form {
    position: relative
}

.submit {
    position: absolute;
    top: 0;
    right: 0;
    background: #383838;
    padding: 17px;
    border: none;
    color: #fff;
    text-transform: uppercase
}

.feature {
    margin: 0 0 0 30px
}

.feature h2 {
    font-size: 13px;
    text-align: left;
    background: #a90230;
    padding: 14px 0 14px 22px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 0
}

.feature ul {
    margin: 0
}

.feature ul li {
    text-align: left;
    padding: 12px 0 12px 22px;
    border-bottom: 1px solid #cecece
}

.feature ul li a {
    font-size: 13px;
    font-weight: 300;
    color: #2c2c2c;
    text-transform: capitalize
}

.feature ul li:hover a {
    color: #a90230
}

.pagination_nav {
    width: 40%;
    float: left;
    padding: 0 0 15px 0
}

.pagination_nav ul {
    width: auto;
    display: inline-block;
    margin: 0;
    float: left
}

.pagination_nav ul li {
    height: inherit;
    margin: 0 4.5px;
    border: 2px solid #a90230;
    background: inherit
}

.pagination_nav ul li.current {
    border: 2px solid #a90230
}

.pagination_nav ul li.current a {
    background: #a90230
}

.pagination_nav ul li a {
    width: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    height: 30px;
    font-size: 18px;
    color: #a90230;
    padding: 0;
    font-weight: 500
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus,
ul.pagination li.current button:hover,
ul.pagination li.current button:focus {
    background: #a90230
}

ul.pagination li a,
ul.pagination li button {
    border-radius: 0;
    border-right: none
}

.pagination_navigation ul li.unavailable a {
    padding: 0 12px
}

.pagination_navigation ul li.current a {
    color: #fff;
    font-weight: normal
}

.weekely-special-wrapper {
    width: 100%;
    float: left;
    padding: 24px 0 40px 0
}

.weekely-special-wrapper .medium-8 {
    padding: 0 20px 0 0
}

.weekend-holiday {
    position: relative;
    min-height: 575px;
    background: url(../img/weekely-sale-bg.jpg) no-repeat 0 0
}

.weekend-holiday-description {
    position: absolute;
    max-width: 272px;
    width: 100%;
    bottom: 6%;
    left: 6%
}

.weekend-holiday-description h3 {
    color: #fff;
    padding-left: 22px;
    padding-left: 18px
}

.weekend-holiday-description a {
    float: left
}

.off-range {
    width: 100%;
    float: left;
    padding: 5px 0 24px 0
}

.off-range span {
    float: left;
    font-size: 47px;
    color: #fff;
    font-weight: bold
}

.off-range p {
    float: right;
    font-size: 19px;
    color: #fff;
    margin-right: 8px
}

.off-range p span {
    font-size: 19px;
    color: #fff
}

.sale-selected-items {
    min-height: 575px;
    background: url(../img/sale-item-bg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 35px 36px 0
}

.sale-selected-items p.sale-border {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    line-height: normal;
    margin-bottom: 34px;
    padding: 2px 0
}

.sale-selected-items p.sale-border span {
    display: block;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    padding: 5px 0
}

.sale-selected-items span {
    font-size: 87px;
    color: #fff;
    font-weight: 700
}

.sale-selected-items h3 {
    color: #fff;
    margin: 16px 0 34px 0
}

.sale-selected-items p {
    font-size: 48px;
    color: #fff;
    line-height: 40px
}

.sale-selected-items ul {
    max-width: 170px;
    margin: 0 auto
}

.sale-selected-items ul li {
    line-height: 35px;
    border-top: 1px solid #fff
}

.sale-selected-items ul li a {
    font-size: 21px;
    color: #fff;
    font-family: "Sanchez", serif
}

.sale-selected-items ul li:last-child {
    border-bottom: 1px solid #fff
}

.sale-selected-items a {
    margin-top: 21px
}

.holidays-order {
    width: 100%;
    float: left;
    background: #ebf2df;
    margin: 26px 0 0 0;
    padding: 30px 0 20px 0;
    position: relative
}

.holidays-order .medium-6.holiday-order-image {
    padding: 0
}

.holidays-order .medium-6 {
    padding: 0 15px 0 30px
}

.holidays-order figure img {
    float: right
}

.holidays-order h2 {
    font-size: 40px;
    font-weight: 300;
    margin: 20px 0 3px 0;
    color: #262626
}

.holidays-order p {
    font-size: 20px;
    color: #262626;
    letter-spacing: 1px;
    margin-bottom: 22px
}

.holidays-order span {
    display: block;
    font-size: 60px;
    line-height: 52px;
    color: #a90230;
    font-family: "Roboto", sans-serif;
    font-weight: 500
}

.new-item {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center
}

.new-item p {
    font-size: 37px;
    color: #262626;
    letter-spacing: 1px;
    margin-bottom: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 58px;
    left: 20px;
    line-height: 37px;
    z-index: 999;
    -ms-transform: rotate(675deg);
    -ms-transform-origin: 20% 40%;
    -webkit-transform: rotate(675deg);
    -webkit-transform-origin: 20% 40%;
    transform: rotate(675deg);
    transform-origin: 20% 40%
}

.new-item:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 198px solid #a90230;
    border-right: 198px solid transparent
}

.discount-wrapper {
    width: 100%;
    float: left;
    background: #f3f3f3;
    padding: 68px 0 48px 0
}

.discount-wrapper .medium-4 {
    padding: 0 10px
}

.discount {
    width: 100%;
    float: left;
    background: #ebf2df;
    text-align: center;
    border: 1px solid #d5d5d5;
    padding: 45px 0 0 0
}

.discount h2 {
    font-size: 34px;
    font-weight: 300;
    color: #262626
}

.discount p {
    font-size: 20px;
    color: #262626;
    margin-bottom: 30px
}

.discount span.green {
    display: block;
    font-size: 60px;
    color: #a90230;
    margin-bottom: 6px;
    font-weight: 700;
    line-height: 62px
}

.discount span {
    display: block;
    font-weight: 300
}

.offer-price {
    width: 100%;
    float: left;
    background: #a90230;
    padding: 12px 16px 10px 28px
}

.offer-price .medium-6 {
    padding: 0;
    text-align: left
}

.offer-price p {
    margin: 0;
    color: #fff;
    line-height: 20px
}

.offer-price span {
    font-size: 17px;
    text-align: left;
    color: #fff
}

.offer-price a {
    font-size: 15px;
    margin-top: 5px;
    padding: 4px 28px;
    float: right
}

.discount-product-wrapper {
    width: 100%;
    float: left;
    padding: 0 0 80px 0
}

.discount-product-wrapper .medium-6 {
    padding: 0 10px
}

.discount-product-list {
    width: 100%;
    float: left;
    background: #ececec;
    padding: 0 0 4px 0
}

.discount-product-list h4 {
    color: #fff;
    background: #a90230;
    padding: 15px 0 15px 28px;
    margin-bottom: 40px
}

.discount-product-list ul li {
    color: #424242;
    font-size: 17px;
    line-height: 47px;
    list-style-image: url(../img/list-style-image.png);
    list-style-position: inside
}

.discount-product-list .medium-5 {
    padding: 0 15px 0 32px
}

.discount-product-list .medium-7 {
    padding: 0 26px 0 15px
}

.discount-product-list a {
    margin-top: 15px
}

.discount-product {
    width: 100%;
    float: left;
    padding: 55px 0 65px 0
}

.main-flat-discount {
    width: 100%;
    float: left
}

.flat-discount-border {
    border: 2px dashed #fff
}

.flat-discount {
    background: #74a921;
    text-align: center;
    padding: 14px 0 0 0;
    position: relative
}

.flat-discount:before {
    content: "";
    display: inline-block;
    background: url(../img/dot.png) no-repeat 0 0;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 8px
}

.flat-discount .discount-border {
    padding: 15px 0 8px 0;
    border-bottom: none
}

.discount-border {
    margin: 0 14px;
    border: 2px dashed #fff
}

.flat-discount p {
    font-size: 34px;
    color: #fff;
    font-weight: 300
}

.flat-discount span {
    color: #fff;
    font-size: 46px;
    line-height: 36px;
    display: block;
    font-weight: 700
}

.voucher-code {
    background: #141414;
    text-align: center;
    padding: 0 0 15px 0
}

.voucher-code p {
    font-size: 20px;
    color: #fff
}

.voucher-code .discount-border {
    border-top: none;
    padding: 22px 0 44px 0
}

.week-deal-wrapper {
    width: 100%;
    float: left;
    padding: 0 10px
}

.week-deal-wrapper h4 {
    color: #fff;
    padding: 22px 0 22px 26px;
    display: block;
    background: #a90230
}

.weel-deal-content {
    width: 100%;
    float: left;
    padding: 62px 0
}

.weel-deal-content .medium-3 {
    padding: 0 5px
}

.inner-offer-price {
    background: #ebf2df;
    text-align: center;
    padding: 10px 0 0 0
}

.inner-offer-price p {
    font-size: 12px;
    color: #000;
    text-align: left;
    padding: 25px 8px 30px 20px
}

.inner-offer-price .off-price {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background: url(../img/orange-bg.png) no-repeat 0 0;
    padding: 0 15px;
    color: #fff;
    font-size: 31px;
    background-size: cover;
    line-height: 40px
}

.inner-offer-price .offer-price {
    padding: 9px 5px 4px 10px
}

.inner-offer-price .offer-price p {
    font-size: 15px;
    color: #fff;
    padding: 0
}

.inner-offer-price .offer-price span {
    font-size: 13px;
    float: left
}

.inner-offer-price .offer-price a {
    padding: 0
}

.voucher-wrapper {
    width: 100%;
    float: left;
    background: #a90230;
    padding: 20px
}

.voucher p {
    font-size: 51px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 500
}

.voucher span {
    font-size: 80px;
    display: block;
    line-height: 68px
}

.voucher-code-wrapper span {
    font-size: 27px;
    color: #fff;
    display: inline-block;
    padding: 3px 24px;
    border: 2px solid #fff
}

.voucher-code-wrapper p {
    font-weight: 300;
    color: #fff;
    margin: 16px 0 10px 0
}

.voucher-code-wrapper ul li {
    font-weight: 300;
    line-height: 31px;
    font-size: 14px;
    color: #fff;
    list-style: decimal;
    list-style-position: inside
}

.voucher-border {
    width: 100%;
    float: left;
    border: 2px dashed #fff;
    padding: 40px 23px 28px 23px
}

.community-news h2 {
    font-size: 33px;
    color: #a90230;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 8px;
    border-top: none;
    text-transform: uppercase
}

.community-news ul.tabs {
    text-align: left;
    padding-bottom: 56px
}

.community-news ul.tabs li {
    padding: 8px 14px 8px 0
}

.community-news .tabs dd.active a,
.community-news .tabs .tab-title.active a {
    font-size: 15px;
    color: #a90230;
    text-shadow: none;
    text-transform: uppercase;
    background: none
}

.community-news .tabs dd>a,
.community-news .tabs .tab-title>a {
    background: none;
    font-size: 15px;
    color: #656664;
    text-transform: uppercase;
    letter-spacing: 2px
}

.community-news .tabs dd>a:after,
.community-news .tabs .tab-title>a:after {
    content: "";
    border-right: 2px solid #888987;
    padding: 0 8px
}

.community-news .tabs .tab-title:last-child>a:after {
    border-right: none
}

.blog-container {
    width: 100%;
    float: left;
    padding: 28px 0 0 0
}

.main-blog-wrapper {
    padding: 0
}

.main-blog-content h3 {
    font-size: 18px;
    color: #868585
}

.main-blog-content p {
    font-size: 14px;
    color: #868585;
    font-weight: 300;
    margin-bottom: 18px
}

.main-blog-content .blog_description {
    width: 100%;
    float: left;
    padding: 35px 15px 10px 0
}

.main-blog-content .blog_description ul li {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 1em;
    font-size: 14px
}

.main-blog-content .blog_description ol li {
    list-style-position: outside;
    list-style-type: decimal;
    margin-left: 1em;
    font-size: 14px
}

.main-blog-content .blog_description a:after {
    content: none
}

.blog-list-wrapper {
    padding: 0 15px 0 0
}

.blog-list-wrapper h2 {
    margin: 0 0 22px 10px
}

.blog-list-wrapper h2 a:after {
    content: ""
}

.main-blog-wrapper .blog-list-wrapper h2 {
    font-size: 40px;
    color: #a90230;
    line-height: normal;
    margin: 0 0 22px 0;
    font-weight: 500;
    letter-spacing: 4px
}

.author-content {
    width: 64%;
    float: left;
    text-align: right;
    padding: 8px 6px 0 0
}

.blog-author-image img {
    width: 74px;
    border-radius: 50%
}

.blog-author-details {
    padding: 0
}

.blog-author-image {
    float: left
}

.blog-buttons {
    float: right
}

.main-blog-content {
    width: 100%;
    float: left;
    border-bottom: 1px solid #e4e4e4;
    padding: 50px 0 30px 0
}

.main-blog-wrapper .main-blog-content:first-child {
    padding-top: 0
}

.main-blog-wrapper .medium-7 {
    padding: 0
}

.blog-post h3.post-title a {
    font-size: 24px;
    color: #a90230
}

.blog-post .post-body .links {
    margin-top: 6px
}

.blog-post .post-body .links a {
    font-size: 14px;
    color: #a90230
}

.main-blog-wrapper a:after {
    content: "\f105\f105";
    float: left;
    font-family: "FontAwesome";
    letter-spacing: -2px;
    font-size: 18px;
    margin: 4px 0 0 10px;
    position: absolute
}

.main-blog-wrapper a.button:after {
    content: ""
}

.main-blog-wrapper a.button {
    width: 79px;
    height: 25px;
    line-height: 25px;
    margin: 6px 6px 0 0;
    padding: 0;
    font-size: 15px;
    color: #fff;
    background: #a90230
}

.main-blog-wrapper a.button:hover {
    background: #a90230
}

ul.pagination li a:after {
    content: ""
}

.main-blog-wrapper .pagination_nav {
    width: 100%;
    text-align: center;
    padding: 38px 0 0 0
}

.main-blog-wrapper .pagination_nav ul li {
    margin: 0 8px;
    background: #a90230;
    border: 2px solid #a90230
}

.main-blog-wrapper .pagination_nav ul li a {
    line-height: 35px;
    font-weight: 300;
    color: #fff;
    font-weight: 400
}

.main-blog-wrapper .pagination_nav ul li:hover a {
    background-color: #a90230
}

.main-blog-wrapper .pagination_nav ul {
    float: none
}

.blog-sidenav {
    padding: 0 55px 0 26px
}

.search-form {
    position: relative
}

.sidenav-list {
    padding: 14px 0 0 0
}

.search-form input[type="text"] {
    height: 46px;
    box-shadow: none;
    background: #fff;
    border: 1px solid #cdcdcd;
    font-size: 21px;
    color: #909090;
    line-height: 48px;
    padding: 0 0 0 20px
}

.search-form input[type="submit"] {
    background: url(../img/search-glass.png) no-repeat 0 0;
    border: none;
    position: absolute;
    right: 12px;
    top: 15px;
    padding: 0;
    cursor: pointer;
    text-indent: -100000px;
    width: 16px;
    height: 16px
}

.search-form::-webkit-input-placeholder {
    color: #909090
}

.search-form:-moz-placeholder {
    color: #909090
}

.search-form::-moz-placeholder {
    color: #909090
}

.search-form:-ms-input-placeholder {
    color: #909090
}

.blog-sidenav h5 {
    font-size: 31px;
    color: #a90230;
    font-weight: 400;
    border-bottom: 1px solid #ececec;
    padding-bottom: 6px
}

.homeBlogMinheight {
    min-height: 280px
}

.homeBlogMinheight h3 {
    line-height: 1
}

.blog-sidenav h6 {
    color: #a90230
}

.blog-sidenav p {
    font-size: 14px;
    color: #454444;
    font-weight: 300;
    line-height: 21px
}

.sidenav-list h5 em {
    font-size: 30px;
    margin: 0 10px 0 0
}

.sidenav-list ul {
    margin-top: 20px;
    margin-left: 10px
}

.sidenav-list ul li a {
    display: inline-block;
    font-size: 14px;
    color: #454444;
    font-weight: 300;
    margin: 0 0 8px 0
}

.sidenav-list ul li a:hover {
    color: #71a32f
}

.sidenav-list ul li a:after {
    content: "\f105";
    font-family: "FontAwesome";
    float: left;
    font-size: 18px;
    color: #a90230;
    font-weight: 700;
    margin: -5px 12px 0 0
}

.sidenav-listArchive ul li a:after {
    content: ""
}

.sidenav-list .blog-slider {
    margin: 0 0 70px 0
}

.blog-slider .slick-dots {
    right: 22px;
    bottom: -40px
}

.blog-slider .slick-dots li {
    width: 9px;
    height: 9px;
    margin: 0 10px;
    background-color: #b9b9b9;
    border: 2px solid #b9b9b9
}

.blog-slider .slick-dots li.slick-active {
    background: #a90230;
    border: 2px solid #a90230
}

.blog-slider .slick-dots li button:before {
    font-size: 11px
}

.mr-bm-54 {
    margin-bottom: 54px
}

.blog-details-pagination .pagination_nav ul li a {
    width: 206px;
    height: 50px;
    line-height: 50px;
    position: relative
}

.blog-details-pagination .pagination_nav ul li.article-pagination a {
    width: 54px
}

.blog-details-pagination a.previous:after {
    content: "<";
    display: block;
    position: absolute;
    top: 0;
    left: 14px;
    margin: 0
}

.blog-details-pagination a.next:after {
    content: ">";
    display: block;
    position: absolute;
    top: 0;
    right: 26px;
    margin: 0
}

.blog-details-pagination {
    width: 100%;
    float: left
}

.main-blog-wrapper h5 {
    float: left;
    font-size: 25px
}

.comments-list img {
    width: 63px
}

.comments-form {
    width: 100%;
    float: left
}

.comments-form h5,
.comment-section h5 {
    width: 100%;
    float: left;
    color: #a90230;
    font-weight: 400;
    margin: 50px 0 32px 0
}

.comments-form form input.cat_textbox_small {
    width: 100%
}

.comments-form form input[type="text"],
.comments-form form textarea,
.comments-form form input.cat_textbox_small {
    font-size: 12px;
    height: 45px;
    font-weight: 300;
    background: #fff;
    box-shadow: none;
    margin-bottom: 34px;
    padding: 0 0 0 28px
}

.comments-form form textarea {
    height: 168px;
    padding: 18px 0 0 28px;
    font-weight: 300
}

.comments-form form input[type="submit"] {
    border: 1px solid #a90230;
    cursor: pointer;
    color: #f5f5f5;
    font-size: 18px;
    padding: 13px 35px;
    text-transform: capitalize;
    font-weight: 400
}

.comments-form form input[type="submit"]:hover {
    background: #fff;
    color: #a90230;
    border: 1px solid #a90230
}

.comments-form .medium-12 {
    padding: 0 12px 0 0
}

.comments-form .medium-6 {
    padding: 0 12px 0 0
}

.comment-section {
    width: 100%;
    float: left;
    overflow: hidden
}

.comments-list {
    width: 100%;
    float: left;
    margin: 0 0 75px 0
}

.comments-list p {
    margin: 0;
    font-size: 11px
}

.blog-list-wrapper p {
    font-weight: 300
}

.comments-list .blog-list {
    padding: 0 0 0 15px
}

.author-content p {
    font-size: 19px;
    color: #000
}

.author-content p a {
    font-size: 19px;
    color: #000
}

.comments-list span.author-date {
    color: #a90230;
    font-size: 14px
}

.comments-list a.button {
    margin: 14px 0 0 0
}

.product-directory-wrapper .row {
    margin: 0 -8px
}

.product-directory-wrapper h4 {
    font-size: 24px;
    letter-spacing: 2px;
    color: #a90230;
    text-transform: uppercase;
    border-bottom: 3px solid #a90230;
    padding-bottom: 16px;
    margin-bottom: 50px
}

.product-directory-wrapper .medium-4 {
    padding: 0 8px
}

.product-box {
    width: 100%;
    float: left;
    border: 1px solid #e1e1e1;
    margin-bottom: 50px
}

.product-box h5 {
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    padding: 13px 0 13px 18px;
    text-transform: uppercase;
    background: #a90230
}

.main-product-list {
    min-height: 498px
}

.product-box ul.product-box-list li figure {
    height: 67px;
    line-height: 67px;
    padding: 0;
    border: 1px solid #e1e1e1;
    background-color: #f2f2f2;
    text-align: center
}

.product-box ul.product-box-list li {
    padding: 12px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e1e1e1
}

.product-box ul.product-box-list li:last-child {
    border-bottom: none
}

.product-item {
    padding: 0 0 0 10px;
    letter-spacing: 1px
}

.productItem .price {
    color: #a90230
}

.product-item h6 {
    font-size: 16px;
    color: #a90230;
    font-weight: 500;
    line-height: 14px
}

.product-item p {
    font-size: 16px;
    color: #a90230;
    font-weight: 500;
    line-height: 21px
}

.product-item h6 a {
    font-size: 16px;
    color: #a90230;
    font-weight: 500;
    line-height: 21px
}

.product-item span,
.product-item span a {
    font-size: 13px;
    color: #5d5d5d;
    margin: 4px 0 0 0;
    font-style: italic
}

.product-item span a:hover {
    color: #a90230
}

.product-box ul.product-pagination {
    width: 100%;
    float: left;
    padding: 8px 16px;
    background-color: #f2f2f2
}

.product-box ul.product-pagination li {
    float: left;
    margin-right: 15px
}

.product-box ul.product-pagination li a {
    color: #b9b9b9
}

.product-box ul.product-pagination li.active a {
    color: #5d5d5d
}

.food-bank-wrapper {
    width: 100%;
    float: left;
    max-height: 321px;
    overflow: hidden
}

.food-bank-wrapper .medium-6 {
    padding: 0
}

.main-food-bank {
    min-height: 641px;
    background: #a90230
}

.main-food-bank:after {
    content: "";
    background: url(../img/food-bank-arrow.png) no-repeat 0 0;
    width: 56px;
    height: 110px;
    display: block;
    position: absolute;
    right: -56px;
    top: 112px;
    z-index: 9999
}

.food-bank {
    width: 470px;
    float: right;
    padding: 100px 12px 0 0
}

.food-bank p {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    letter-spacing: 1px
}

.food-bank p.lead {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.food-bank-image img {
    width: 100%
}

.foodbank-events {
    width: 100%;
    float: left;
    padding: 38px 0 40px 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1
}

.foodbank-events .medium-4 {
    padding: 0 10px
}

.foodbank-events figure {
    position: relative;
    overflow: hidden
}

.foodbank-events figure .wc-view {
    overflow: hidden;
    top: 0;
    left: 0;
    top: -100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .3s ease-out .5s;
    -moz-transition: all .3s ease-out .5s;
    -o-transition: all .3s ease-out .5s;
    -ms-transition: all .3s ease-out .5s;
    transition: all .3s ease-out .5s
}

.foodbank-events figure:hover .wc-view {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    overflow: hidden;
    opacity: 1;
    top: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-animation: bounceY 0.9s linear;
    -moz-animation: bounceY 0.9s linear;
    -ms-animation: bounceY 0.9s linear;
    animation: bounceY 0.9s linear
}

.wc-view {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(138, 196, 47, 0.7);
    text-align: center
}

.foodbank-events h4 {
    padding: 10px 0;
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    z-index: 999;
    background-color: rgba(20, 20, 20, 0.75)
}

.foodbank-events h4 a {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px
}

.foodbank-events h4 a:hover {
    color: #a90230
}

.foodbank-events h4 a:after {
    content: "";
    display: inline-block;
    background: url(../img/right-subarrow.png) no-repeat 0 0;
    width: 12px;
    height: 20px;
    margin-left: 6px
}

.small-town-grocery {
    width: 100%;
    float: left;
    background: #f1f1f1;
    padding: 45px 0 62px 0
}

.small-town-grocery .medium-6 {
    padding: 0
}

.small-town-grocery .small-town-grocery-content {
    padding: 0 10px 0 34px
}

.small-town-grocery-content h2 {
    font-size: 29px;
    line-height: 30px;
    text-transform: uppercase;
    margin: 40px 0 42px 0
}

.small-town-grocery-content p {
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 40px;
    color: #817f7f
}

.small-town-grocery-content a {
    font-size: 15px;
    padding: 11px 36px
}

.food-bank-community {
    background: #fff;
    padding: 38px 0 14px 0
}

.food-bank-community h2 {
    border-top: none;
    margin-bottom: 48px
}

.food-bank-community h2 p.border {
    top: 0;
    position: inherit;
    background: inherit
}

.food-bank-community h2 p.border:after {
    width: 218px
}

.delivery-service-wrapper {
    width: 100%;
    float: left;
    padding: 90px 0 75px 0
}

.delivery-service-wrapper h2 {
    text-align: center;
    margin: 0 0 54px 0
}

h2 p.border {
    font-size: 30px;
    color: #a90230;
    display: inline-block;
    padding: 5px 10px
}

h2 p.border:after {
    content: "";
    width: 298px;
    border-bottom: 5px solid #949494;
    display: block;
    margin: 8px auto 0 auto
}

.service {
    text-align: center;
    padding: 0 22px
}

.service figure {
    width: 106px;
    height: 106px;
    line-height: 94px;
    text-align: center;
    border: 5px solid #d9d9d9;
    background: #a90230;
    border-radius: 50%
}

.service i.fa {
    font-size: 40px;
    color: #fff;
    margin-top: 29%
}

.service h6 {
    font-size: 15px;
    letter-spacing: 1px;
    color: #2c2c2c;
    text-transform: uppercase;
    margin: 24px 0 10px 0
}

.service p {
    font-size: 13px;
    color: #818181;
    letter-spacing: 1px;
    font-weight: 300
}

.grocery-service-wrapper {
    width: 100%;
    float: left;
    background: #a90230;
    max-height: 494px;
    overflow: hidden
}

.grocery-service {
    padding: 80px 15px 0 30px
}

.grocery-service h2 {
    color: #fff;
    line-height: 48px
}

.grocery-service h2 span {
    display: block;
    font-size: 70px;
    color: #fff
}

.grocery-service p {
    color: #fff;
    margin: 34px 0 40px 0;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px
}

.grocery-service a {
    font-size: 17px;
    padding: 12px 48px
}

.our-staff-wrapper {
    width: 100%;
    float: left;
    padding: 78px 0 50px 0
}

.our-staff-wrapper .medium-4 {
    padding: 0 29px
}

.our-staff-wrapper h2 {
    text-align: center;
    margin-bottom: 135px
}

.our-staff h6 {
    font-size: 19px;
    color: #555;
    margin: 6px 0 10px 0
}

.our-staff {
    position: relative;
    background: #f1f1f1;
    text-align: center;
    padding: 0 20px 50px 20px
}

.our-staff figure {
    width: 110px;
    height: 56px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    top: -50px;
    z-index: 99
}

.our-staff figure img {
    border-radius: 50%;
    border: 9px solid #fff
}

html[xmlns*=""] .our-staff figure {
    width: 110px;
    height: 56px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    top: -50px;
    z-index: 99
}

html[xmlns*=""] .our-staff figure img {
    border-radius: 50%;
    border: 9px solid #fff
}

.our-staff p {
    font-size: 12px;
    color: #555
}

.our-staff:hover .phone {
    display: block;
    transition: all 0.4s;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 56px;
    width: 100%;
    height: 100%
}

.phone {
    background: #a90230;
    display: none
}

.phone h6 {
    color: #fff
}

.phone ul li {
    color: #fff;
    margin-bottom: 3px
}

.phone ul li a,
.phone ul li {
    font-size: 12px;
    color: #fff
}

.phone ul li em {
    font-size: 15px;
    margin-right: 5px
}

ul.social {
    background: #fff;
    text-align: center;
    padding: 11px 0 12px 0;
    border: 1px solid #e8e8e8
}

ul.social li {
    float: none;
    display: inline-block
}

ul.social li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 0 6px #ccc;
    color: #a90230
}

ul.social li a:hover {
    color: #fff;
    background: #770122
}

.team-sponsor-wrapper {
    width: 100%;
    float: left;
    padding: 36px 0 55px 0
}

.team-sponsor-wrapper h2 {
    font-size: 33px;
    color: #a90230;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center
}

.team-sponsor-wrapper h2 p.border {
    font-size: 33px;
    color: #a90230;
    letter-spacing: 3px
}

.team-sponsor-wrapper h2 p.border:after {
    width: 300px;
    border-bottom: 3px solid #d9d9d9;
    margin: 4px auto 0 auto
}

.schedule-game-wrapper .medium-6 {
    padding: 0
}

.schedule-game-wrapper figure {
    position: relative
}

.team-name-wrapper {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/schedule-bg.jpg) no-repeat 0 0;
    padding: 13px 0;
    background-size: cover
}

.team-name-wrapper .medium-5 {
    padding: 0;
    text-align: center
}

.team-name {
    padding: 0
}

.team-name p {
    font-size: 33px;
    line-height: 35px;
    letter-spacing: 2px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    color: #160a60
}

.team-name span {
    display: block;
    color: #e61407
}

.schedule-game-wrapper {
    width: 100%;
    float: left;
    padding: 62px 0 0 0
}

.main-game-wrapper {
    border: 1px solid #d9d9d9;
    border-bottom: none
}

.sponsor-logo-wrapper {
    width: 100%;
    float: left;
    background: #efefef;
    padding: 22px 0 8px 0;
    border-bottom: 1px solid #d9d9d9
}

.sponsor-logo-wrapper .team-name p {
    font-size: 24px;
    line-height: 26.52px
}

.sponsor-logo-wrapper .team-name p span {
    font-size: 24px;
    color: #e61407
}

.sponsor-logo-wrapper span {
    font-size: 18px;
    color: #707070
}

.sponsor-logo-wrapper span.schedule-game {
    width: 100%;
    float: left;
    letter-spacing: 2px;
    text-align: center;
    margin: -16px 0 0 18px;
    font-weight: 500
}

.sponsor-logo-wrapper .logo-image {
    padding: 0 12px 0 0
}

.logo-image img {
    float: right
}

.game-details {
    width: 100%;
    float: left;
    overflow-y: scroll;
    max-height: 220px
}

.game-details::-webkit-scrollbar {
    width: 27px;
    border: 1px solid #d9d9d9;
    border-right: none;
    z-index: 9999
}

::-webkit-scrollbar-button {
    width: 22px;
    height: 25px
}

::-webkit-scrollbar-button:vertical:decrement {
    background: #efefef url(../img/scroll-bg.png) no-repeat center center;
    border: 1px solid #d9d9d9;
    border-right: none;
    border-top: none
}

::-webkit-scrollbar-button:vertical:increment {
    background: #efefef url(../img/scroll-bg-1.png) no-repeat center center;
    border: 1px solid #d9d9d9;
    border-right: none
}

.game-details::-webkit-scrollbar-thumb {
    background-color: #d8d8d8
}

.game-details ul li {
    width: 100%;
    color: #707070;
    float: left;
    border-bottom: 1px solid #d9d9d9
}

.game-details ul li p {
    font-size: 13px;
    line-height: 43px
}

.game-details .medium-1 {
    padding: 0
}

.game-details .medium-5 {
    padding: 0 0 0 22px
}

.game-score-wrapper {
    width: 100%;
    float: left;
    background: #eee;
    padding: 55px 0 58px 0
}

.game-score-wrapper .medium-6 {
    padding: 0
}

.game-score-wrapper ul li {
    line-height: 78px;
    border-bottom: 1px solid #d9d9d9
}

.game-score {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #d9d9d9
}

.game-score h5 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
    background: #a90230;
    padding: 13px 0 13px 55px
}

.game-score .medium-1 {
    padding: 0
}

.game-score .logo-images {
    padding: 0 0 0 28px
}

.game-score .win-loss .medium-1,
.game-score .win-loss .medium-7 {
    padding: 0;
    text-align: center
}

ul.date-list {
    width: 100%;
    float: left
}

ul.date-list li {
    width: 100%;
    float: left;
    padding: 0 0 0 42px;
    padding: 0 0 0 10px;
}

ul.date-list li:first-child {
    padding: 0
}

ul.date-list li p {
    font-size: 16px;
    line-height: 78px;
    text-align: left
}

.win-loss p {
    text-align: center
}

.right-content {
    text-align: center
}

.win-loss {
    width: 66%;
    float: right;
    text-align: center
}

.win-loss .medium-2 p {
    color: #101010;
    font-weight: 500
}

.total {
    width: 100%;
    float: left;
    background: #eee;
    padding: 16px 0 8px 0;
    box-shadow: 0 5px 14px 0 #d9dada
}

.total .medium-6 {
    float: right;
    text-align: center
}

.total h6 {
    font-size: 15px;
    color: #101010;
    font-weight: 700;
    letter-spacing: 1px;
    float: left
}

.total p {
    font-size: 15px;
    color: #101010;
    font-weight: 700;
    letter-spacing: 1px;
    float: left;
    margin: 0 0 0 18px
}

.total p span {
    color: #707070;
    font-weight: 400
}

.total-starts {
    display: inline-table
}

.contact-wrapper {
    width: 100%;
    float: left;
    padding: 72px 0 50px 0
}

.contact-wrapper .medium-6 {
    padding: 0 20px 0 0
}

.contact-wrapper .map-wrapper {
    padding: 0 0 0 25px
}

.contact-wrapper p {
    color: #5c5959;
    margin: 12px 0 36px 0
}

.contact-wrapper form fieldset {
    border: none;
    margin: 0;
    padding: 0
}

.contact-wrapper form fieldset label {
    font-size: 14px
}

.contact-wrapper form fieldset input[type="text"],
.contact-wrapper form fieldset input[type="email"],
.contact-wrapper form fieldset input[type="password"],
.contact-wrapper form fieldset textarea {
    height: 40px;
    margin-bottom: 25px;
    border: 1px solid #dfdfdf;
    box-shadow: none;
    background: #fff
}

.contact-wrapper form fieldset textarea {
    height: 208px;
    margin-bottom: 24px;
    width: 100%
}

.contact-wrapper form input[type="submit"] {
    font-size: 18px;
    padding: 10px 52px;
    border-radius: 3px;
    text-transform: capitalize
}

#map {
    width: 100%;
    height: 413px
}

.map {
    position: relative
}

.map-wrapper .social-wrapper {
    background: #fff;
    padding: 26px 0;
    border: 1px solid #d4d4d4
}

.map-wrapper .social-wrapper ul {
    margin: 0;
    width: 100%;
    text-align: center
}

.map-wrapper .social-wrapper ul li {
    float: none;
    display: inline-block
}

.map-wrapper .social-wrapper ul li:last-child {
    margin: 0
}

.map-wrapper .social-wrapper ul li a {
    width: 48px;
    height: 48px;
    line-height: 48px
}

.address-wrapper {
    width: 100%;
    float: left;
    background: #a90230;
    padding: 24px 0 0 0
}

.address-wrapper .main-address:first-child {
    padding: 0 0 32px 45px
}

.main-address {
    width: 100%;
    float: left;
    padding: 0 0 26px 45px
}

.main-address em,
.main-address i {
    font-size: 26px;
    color: #fff;
    float: left;
    margin-top: 10px;
    min-width: 38px
}

.address {
    float: left
}

.address h6 {
    font-size: 14px;
    color: #fff;
    font-weight: 400
}

.address p {
    margin: 8px 0 0 0
}

.address p,
.address a {
    font-size: 12px;
    color: #fff;
    display: inline-block
}

#info-windows {
    width: 270px
}

#info-windows h2 {
    color: #0052cf;
    font-size: 12px;
    font-weight: bold
}

#info-windows .columns {
    padding: 0
}

#info-windows p {
    font-size: 10px;
    margin: 0
}

#info-windows p a {
    color: #0052cf
}

#backTop {
    width: 30px;
    height: 30px;
    padding: 10px;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 999999999;
    display: none;
    box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#backTop.green:hover {
    background: #fff url(../img/backtotop-hover.png) no-repeat 0 0;
    color: #a90230;
    transition: all 0.3s;
    border: 2px solid #a90230
}

#backTop.green {
    background: url(../img/uparr-48-w.png) no-repeat center center #a90230;
    border: 1px solid #fff
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3)
}

#pac-input {
    background-color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px
}

#pac-input:focus {
    border-color: #4d90fe
}

.pac-container {
    font-family: "Roboto", sans-serif
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0 11px
}

#type-selector label {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 300
}

.project-item {
    min-height: 360px
}

.project-item .project-image img {
    max-height: 200px
}

.project-item .primary {
    width: 160px
}

.port4Cal .project-item {
    min-height: 370px
}

.port4Cal .project-item .project-image img {
    max-height: 110px;
    margin: 0 auto;
    display: block
}

.port4Cal .project-item .project-info h4 {
    font-size: 20px
}

.port4Cal .project-item .project-info .primary {
    margin-top: 20px;
    width: 100%
}

.single-portfolio {
    margin: 40px 0
}

.single-portfolio .work-images img {
    margin: 0 auto 20px auto;
    display: block
}

.single-portfolio .primary {
    width: 200px;
    margin: 20px 0
}

@media (max-width:1280px) {

    .slick-prev,
    .slick-prev:hover {
        left: 1%
    }

    .slick-next,
    .slick-next:hover {
        right: 1%
    }
}

@media (max-width:1199px) {
    h1 {
        font-size: 30px
    }

    .slider {
        padding: 30px 0 56px 0
    }

    .special-products-wrapper {
        padding: 30px 0 0 0
    }

    .community-wrapper ul.tabs {
        padding: 10px 0 30px 0
    }

    .community-wrapper {
        padding: 30px 0 10px 0
    }

    .brands-wrapper {
        padding: 30px 0
    }

    .reviews-wrapper {
        padding: 30px 0 0 0
    }

    .links-wrapper,
    .social-wrapper {
        padding: 30px 0
    }

    .community-wrapper ul.tabs {
        padding: 10px 0 5px 0
    }

    .breadcrumb li {
        margin: 10px 0 0 0
    }

    .breadcrumb {
        margin: 0
    }

    .community-news h2 {
        font-size: 27px
    }

    .tabs-content {
        margin-bottom: 0
    }

    .inner-wrapper {
        padding: 35px 0 35px 0
    }

    .blog-container {
        padding: 0
    }

    .main-blog-content {
        padding: 30px 0 15px 0
    }

    .comments-form h5,
    .comment-section h5 {
        margin: 30px 0 30px 0
    }

    .comments-list {
        margin: 0 0 38px 0
    }

    .author-content p {
        font-size: 17px
    }

    .comments-list span.author-date {
        font-size: 14px
    }

    .blog-sidenav {
        padding: 0 0 0 25px
    }

    .mr-bm-54 {
        margin-bottom: 15px
    }

    .delivery-service-wrapper {
        padding: 30px 0 30px 0
    }

    h2 p.border {
        font-size: 26px
    }

    .delivery-service-wrapper h2 {
        margin: 0 0 30px 0
    }

    .grocery-service-wrapper {
        max-height: 442px
    }

    .grocery-service {
        padding: 65px 15px 0 30px
    }

    .grocery-service h2 span {
        font-size: 54px;
        line-height: 32px
    }

    .our-staff-wrapper {
        padding: 30px 0 30px 0
    }

    .our-staff-wrapper h2 {
        margin-bottom: 80px
    }

    .team-sponsor-wrapper {
        padding: 30px 0 30px 0
    }

    .schedule-game-wrapper {
        padding: 30px 0 0 0
    }

    .game-score-wrapper {
        padding: 30px 0 30px 0
    }

    .holidays-order {
        margin: 20px 0 0 0
    }

    .discount-wrapper {
        padding: 30px 0 30px 0
    }

    .discount-product {
        padding: 30px 0
    }

    .weel-deal-content {
        padding: 30px 0
    }

    .discount-product-wrapper {
        padding: 0 0 30px 0
    }

    .product-directory-wrapper h4,
    .product-box {
        margin-bottom: 30px
    }

    .inner-wrapper {
        padding: 30px 15px 10px 15px
    }

    .contact-wrapper {
        padding: 30px 0 30px 0
    }

    .contact-wrapper .medium-6 {
        padding: 0
    }

    .contact-wrapper .map-wrapper {
        padding: 0 0 0 15px
    }
}

@media screen and (max-width:991px) {
    h2 {
        font-size: 26px
    }

    h4 {
        font-size: 20px
    }

    h5 {
        font-size: 18px
    }

    .call {
        padding: 0 0 0 15px
    }

    .call p {
        font-size: 15px
    }

    .primary-navigation ul li a {
        padding: 0 13.4px !important
    }

    .slider-description {
        width: 55%;
        padding-left: 52px
    }

    .slider-image {
        width: 45%;
        padding: 0 44px 0 0
    }

    .slider-description h2 {
        font-size: 28px
    }

    .slider-description p {
        font-size: 16px;
        margin-bottom: 20px
    }

    .slider-description span {
        font-size: 48px
    }

    .slider-description a {
        font-size: 12px
    }

    .slider-description a:after {
        top: 0;
        right: 20px;
        bottom: 0;
        margin: auto 0
    }

    .sale-list h2 span {
        font-size: 52px;
        line-height: 30px
    }

    .sale-list h2 {
        font-size: 26px;
        padding-top: 26px
    }

    .middle-wrapper {
        padding: 30px 15px 112px 15px
    }

    .sale-wrapper figure {
        min-height: 175px
    }

    .sale-wrapper .sale-list {
        padding: 20px 0 20px 20px;
        min-height: 175px
    }

    .special-products-wrapper .featured-product {
        padding: 0
    }

    .featured-product .product-details {
        min-height: 407px;
        padding: 86px 0 14px 0
    }

    .reviews-wrapper .medium-5 {
        padding: 0 0 0 20px
    }

    .brands-wrapper {
        padding: 30px 15px
    }

    .community-wrapper {
        padding: 48px 15px 10px 15px
    }

    .new-information h3 {
        font-size: 22px
    }

    .barn-dance {
        padding: 20px 15px 30px 15px
    }

    .blog-details h6 a {
        font-size: 17px
    }

    .links-wrapper p {
        font-size: 13px
    }

    .links-wrapper {
        padding: 30px 0 30px 0
    }

    .social-wrapper {
        text-align: center;
        padding: 30px 15px
    }

    .social-wrapper .payment-list {
        float: left;
        margin-bottom: 0
    }

    .social-wrapper .medium-6 {
        width: 100%
    }

    .social-wrapper ul {
        margin: 25px 0;
        float: none;
        width: 100%;
        text-align: center
    }

    .social-wrapper ul li {
        float: none;
        display: inline-block
    }

    .brands {
        padding: 30px 0
    }

    .review,
    .twitter-review {
        padding: 22px 15px 0 0
    }

    .page-title-wrapper .medium-6 {
        padding: 0 15px
    }

    .feature {
        margin: 0
    }

    .main-media {
        padding: 0 0 30px 0
    }

    .margin-54 {
        margin-bottom: 30px
    }

    .main-news h1 {
        margin: 30px 0 18px 0
    }

    .main-news {
        padding-bottom: 0
    }

    .main-faq {
        padding: 30px 0 30px 0
    }

    .right-forum {
        float: left;
        margin: 20px 0 30px 0
    }

    .main-forum h1 {
        margin: 30px 0 20px 0
    }

    table {
        margin-bottom: 30px
    }

    .main-media h1 {
        margin: 30px 0 14px 0
    }

    .blog {
        padding: 8px 0 0 0;
        margin-bottom: 30px
    }

    .pagination_nav {
        width: 100%
    }

    .main-blog h1 {
        margin: 30px 0 30px 0
    }

    .blog-details-pagination .pagination_nav ul li a {
        width: 182px
    }

    .blog-details-pagination a.previous:after {
        left: 10px
    }

    .main-blog-wrapper .blog-list-wrapper h2 a {
        font-size: 32px
    }

    .blog-sidenav h5 {
        font-size: 25px
    }

    .main-blog-wrapper h5 {
        font-size: 20px
    }

    .comments-form form input[type="submit"] {
        font-size: 15px
    }

    .blog-list-wrapper h2 {
        margin: 0 0 15px 0
    }

    .search-form input[type="search"] {
        font-size: 16px
    }

    .main-food-bank {
        max-height: 655px;
        min-height: inherit
    }

    .food-bank {
        width: 100%;
        padding: 48px 12px 50px 25px
    }

    .main-food-bank:after {
        top: 75px
    }

    .food-bank p.lead {
        font-size: 26px
    }

    .foodbank-events h4 {
        top: 35%
    }

    .foodbank-events h4 a {
        font-size: 18px
    }

    .foodbank-events h4 a:after {
        top: 3px;
        position: relative
    }

    .small-town-grocery {
        padding: 30px 0
    }

    .small-town-grocery-content h2 {
        margin: 25px 0 25px 0
    }

    .small-town-grocery .small-town-grocery-content {
        padding: 0 15px
    }

    .small-town-grocery-content h2 {
        font-size: 24px
    }

    .our-staff-wrapper .medium-4 {
        padding: 0 15px
    }

    h2 p.border {
        font-size: 24px
    }

    .schedule-game-wrapper {
        padding: 30px 0 0 0
    }

    .schedule-game-wrapper .medium-6 {
        width: 100%
    }

    .schedule-game-wrapper figure img {
        width: 100%
    }

    .schedule-game-wrapper .team-name-wrapper img {
        width: auto
    }

    .schedule-game-wrapper .logo-image,
    .schedule-game-wrapper .team-name {
        width: 50%
    }

    .team-name-wrapper .medium-5 {
        width: 26%
    }

    .schedule-game-wrapper .team-name-wrapper img {
        float: right
    }

    ul.date-list li .medium-5 {
        padding: 0
    }

    .game-score .medium-1 {
        padding: 0 0 0 10px
    }

    .game-score .logo-images {
        padding: 0 0 0 22px
    }

    ul.date-list li {
        padding: 0 0 0 15px
    }

    .team-sponsor-wrapper h2 p.border {
        font-size: 28px
    }

    .weekely-special-wrapper .medium-8 {
        padding: 0 15px 0 0
    }

    .sale-selected-items {
        padding: 25px 15px 0
    }

    .weekely-special-wrapper {
        padding: 30px 15px 30px 15px
    }

    .discount {
        padding: 30px 0 0 0
    }

    .discount figure {
        min-height: 178px
    }

    .offer-price a {
        padding: 4px 18px
    }

    .offer-price {
        padding: 12px 15px 10px 15px
    }

    .discount span.green {
        font-size: 42px;
        line-height: 35px
    }

    .discount-product-list .medium-5 {
        padding: 0 0 0 15px
    }

    .discount-product-list h4 {
        margin-bottom: 30px
    }

    .offer-price .medium-8 {
        padding: 0
    }

    .voucher p {
        font-size: 38px
    }

    .voucher span {
        font-size: 60px;
        line-height: 42px
    }

    .discount-product-wrapper .voucher {
        padding-top: 50px
    }

    .product-directory-wrapper {
        padding: 0 0
    }

    .product-item p {
        font-size: 14px
    }

    .main-product-list {
        min-height: 585px
    }

    .contact-wrapper .medium-6 {
        padding: 0 15px
    }

    .contact-wrapper .map-wrapper {
        padding: 0 15px 0 0
    }

    .social-wrapper ul li {
        margin-right: 4px
    }

    .special-products-wrapper {
        text-align: center
    }
}

@media (max-width:651px) and (min-width: 641px) {
    .special-product h2 {
        min-height: 80px;
    }
}

@media (max-width:768px) {
    h1 {
        font-size: 25px
    }

    h2 {
        font-size: 23px
    }

    .top-bar .name h1 a {
        width: 100%
    }

    .top-bar .toggle-topbar.menu-icon a {
        height: 40px;
        border-radius: 4px;
        line-height: 40px;
        padding: 0 34px 0 14px;
        background-color: #a90230
    }

    .top-bar .toggle-topbar.menu-icon {
        display: block;
        margin: -19px 15px 0 0
    }

    .top-bar-section {
        display: none
    }

    .top-bar.expanded .title-area {
        background: #fff;
    }

    .search-box input[type="submit"] {
        width: 35px;
        background-position: 11px 13px !important;
        text-indent: -9999px;
        height: 35px;
        top: 0;
        right: 0;
    }

    .primary-nav ul.medium-3 {
        width: 100%;
    }

    .search-box {
        float: left;
        padding: 15px 15px 0 15px;
    }

    .top-bar .medium-3.columns {
        float: right;
    }

    .top-bar .medium-3 {
        width: 33%;
        float: left;
    }

    .shopping-cart {
        margin: 15px 0 0 0
    }

    .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff
    }

    .primary-navigation ul li a {
        padding: 0 15px !important;
        font-size: 12px
    }

    .primary-navigation ul li.selected a {
        line-height: inherit !important;
        border-top: none
    }

    .blog-sidenav {
        padding: 0 0 0 15px
    }

    .slider-description {
        padding-left: 45px
    }

    .slider-image {
        padding: 0 38px 0 0
    }

    .slider-description h2 {
        font-size: 24px
    }

    .slider-description span {
        font-size: 42px
    }

    .slider-description a {
        padding: 11px 20px 11px 11px
    }

    .slider-description a:after {
        right: 8px
    }

    .sale-list:after {
        display: none
    }

    .sale-wrapper figure {
        min-height: 154px;
        overflow: inherit;
        max-height: inherit
    }

    .sale-wrapper .sale-list {
        padding: 10px 0 10px 0;
        min-height: 154px;
        text-align: center
    }

    .sale-wrapper .sale-content {
        padding: 0
    }

    .featured-product .medium-6 {
        padding: 0 8px 20px 8px
    }

    .featured-product ul.productfeaturelist {
        margin: 0 -8px
    }

    .featured-product h2 {
        margin: 0 0 30px 0
    }

    .featured-product .product-details,
    .product-image {
        min-height: inherit
    }

    .featured-product {
        max-height: inherit
    }

    .middle-wrapper {
        padding: 30px 15px 20px 15px
    }

    .date,
    .comment {
        width: 50%;
        float: left
    }

    .blog-details {
        padding: 0
    }

    footer .medium-3 {
        text-align: center;
        width: 50%;
        padding: 0 0 30px 0
    }

    .links-wrapper {
        padding: 30px 0 0 0
    }

    .community-wrapper h2 p.border {
        font-size: 22px
    }

    .review,
    .twitter-review {
        padding: 22px 0 0 0
    }

    .reviews-wrapper .medium-4 {
        padding: 15px 0
    }

    .page-title-wrapper {
        padding: 20px 0;
        border-top: 1px solid #e1e1e1
    }

    .community-news h2 {
        font-size: 20px
    }

    .new-information .medium-4 {
        padding: 0
    }

    .breadcrumb li {
        margin: 2px 0 0 0
    }

    .page-title-wrapper .medium-6 {
        width: 50%
    }

    .main-faq .accordion .accordion-navigation>a:before,
    .main-faq .accordion dd>a:before {
        right: 25px
    }

    .right-forum {
        float: right;
        margin: 10px 0 30px 0
    }

    .blog {
        padding: 8px 0 30px 0
    }

    .store {
        padding: 5px 0 0 0;
        margin: 30px 0 0 0
    }

    .product ul li {
        margin: 0 4% 32px 0;
        width: 48%
    }

    .comments-form .medium-12,
    .comments-form .medium-6 {
        padding: 0
    }

    .blog-sidenav {
        padding: 0 15px
    }

    .main-blog-wrapper .blog-list-wrapper h2 a {
        font-size: 26px
    }

    .comments-form form input[type="text"],
    .comments-form form textarea {
        margin-bottom: 15px
    }

    .main-food-bank:after {
        display: none
    }

    .food-bank-wrapper {
        max-height: inherit
    }

    .foodbank-events {
        padding: 30px 0 22px 0
    }

    .foodbank-events figure {
        width: 50%;
        margin-bottom: 15px
    }

    .small-town-grocery {
        text-align: center
    }

    .small-town-grocery-content p {
        margin-bottom: 30px
    }

    .food-bank-community h2 {
        margin-bottom: 30px
    }

    .grocery-service-wrapper {
        text-align: center;
        max-height: inherit
    }

    .grocery-service {
        padding: 0 15px 30px 15px
    }

    .our-staff-wrapper .medium-4 {
        padding: 0 15px 70px 15px
    }

    .our-staff-wrapper .medium-4:last-child {
        padding-bottom: 10px
    }

    .our-staff:hover .phone {
        padding-top: 52px
    }

    .team-sponsor-wrapper h2 p.border {
        font-size: 25px
    }

    .game-details .medium-5 {
        width: 40%;
        padding: 0 0 0 15px
    }

    .game-details .medium-1 {
        width: 10%
    }

    .game-details .medium-3 {
        width: 25%
    }

    .team-sponsor-wrapper {
        overflow: hidden;
        padding: 30px 0 0 0
    }

    .game-score-wrapper .medium-6 {
        width: 55%
    }

    .game-score-wrapper .right-content {
        width: 45%
    }

    .game-score .medium-5 {
        width: 60%
    }

    .game-score .medium-1 {
        width: 10%
    }

    .game-score .logo-images {
        width: 30%;
        padding: 0;
        text-align: center
    }

    .win-loss .medium-2 {
        width: 22%
    }

    .win-loss .medium-2 p,
    .win-loss .medium-4 p {
        text-align: center
    }

    .win-loss .medium-4 {
        width: 44%;
        text-align: center
    }

    .win-loss .medium-6 {
        width: 28%
    }

    .win-loss {
        width: 100%
    }

    .weekely-special-wrapper {
        border-top: 1px solid #d5d5d5
    }

    .call,
    .utility-wrapper .medium-9 {
        width: 50%
    }

    .weekely-special-wrapper .medium-8 {
        padding: 0
    }

    .sale-selected-items {
        min-height: 458px
    }

    .sale-selected-items span {
        font-size: 56px
    }

    .sale-selected-items p {
        font-size: 38px;
        line-height: 8px
    }

    .offer-price .medium-6 {
        width: 50%
    }

    .main-flat-discount {
        padding: 4px 0 30px 0
    }

    .weekend-holiday-description {
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .holidays-order .medium-6 {
        padding: 0 15px;
        text-align: center
    }

    .holidays-order span {
        font-size: 42px;
        line-height: 36px
    }

    .inner-offer-price p {
        padding: 25px 15px 30px 15px
    }

    .inner-offer-price,
    .inner-offer-price p {
        text-align: center
    }

    .offer-price p {
        text-align: left
    }

    .offer-price .medium-8,
    .offer-price .medium-4 {
        width: 50%
    }

    .discount-product-wrapper .voucher {
        padding: 0 0 30px 0
    }

    .discount-product-wrapper .medium-6 {
        padding: 0
    }

    .voucher-wrapper {
        padding: 30px 15px
    }

    .discount-product-list .medium-5 {
        width: 50%;
        padding: 0 15px
    }

    .discount-product-list .medium-7 {
        width: 50%
    }

    .discount-wrapper .medium-4 {
        padding: 0 15px 15px 15px
    }

    .discount-product-list .medium-7 {
        padding: 0 15px 0 15px
    }

    .product-directory-wrapper h4 {
        font-size: 21px
    }

    .product-box ul.product-box-list li figure {
        width: 22%
    }

    .main-product-list {
        min-height: inherit
    }

    .product-item {
        width: 78%
    }

    .contact-wrapper .map-wrapper {
        padding: 30px 15px 0 15px
    }

    .links-wrapper .medium-3:last-child {
        padding-right: 0
    }


    .featured-product .deal-end-wrapper {
        padding: 0 15px 0 15px
    }

    .voucher-border {
        text-align: center
    }

    .blog-slider .slick-dots {
        text-align: left;
        right: 8px
    }

    .gallary ul li {
        width: 50%;
        text-align: center;
        padding: 0 0 15px 0
    }

    .drop {
        display: block
    }

    .top-bar-section li:not(.has-form) a:not(.button) {
        line-height: 30px !important
    }

    .top-bar-section ul li.sub_menu li li {
        line-height: 25px !important
    }

    .primary-navigation ul li.sub_menu ul li a {
        padding-left: 25px !important
    }

    .top-bar-section ul li.sub_menu:after {
        content: "";
        width: 24px;
        height: 24px;
        cursor: pointer;
        background: url(../img/arrow-dow.png) no-repeat right 0;
        position: absolute;
        top: 2px;
        right: 11px
    }

    .top-bar-section ul li.sub_menu.drop:after {
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .primary-navigation ul li.sub_menu:hover {
        background: #a90230 url(../img/arrow-dow.png) no-repeat right 8px !important
    }

    .primary-navigation ul li ul,
    .primary-navigation ul li:hover ul {
        position: relative
    }

    .top-bar-section.primary-navigation ul li.selected a {
        line-height: 30px !important;
        border-top: none !important
    }

    .primary-navigation ul li:hover ul {
        display: none
    }

    .top-bar-section ul li {
        width: 100%;
        float: left
    }

    .primary-navigation ul li a {
        width: auto;
        display: block;
        border-left: none
    }

    .top-bar-section ul li {
        position: relative
    }

    .primary-navigation ul li ul li {
        width: 100%;
        float: left
    }

    .primary-navigation ul li.selected {
        background: #a90230 !important
    }

    .primary-navigation ul li:hover a {
        background: inherit !important;
        background-image: none !important;
        transition: none !important
    }

    .primary-navigation ul li:hover {
        background: #a90230 !important
    }

    .primary-navigation ul li ul li:hover a {
        background: inherit !important
    }

    .primary-navigation ul li ul li,
    .primary-navigation ul li ul li a {
        background: #a90230 !important
    }

    .brands ul li {
        width: 33.33%;
        margin-bottom: 5px
    }

    .reviews-wrapper .medium-5 {
        padding-left: 10px
    }

    .right-forum .subscribe,
    .right-forum .new-topic {
        width: auto;
        padding: 0 15px
    }
}

@media (max-width:667px) {
    #outerImageContainer {
        max-width: 90%;
        overflow: hidden;
        max-height: 380px !important
    }

    #imageDataContainer {
        max-width: 90%;
        overflow: hidden
    }

    #lightboxImage {
        max-width: 100%
    }
}

@media (max-width:641px) {

    .reviews-wrapper .medium-5 {
        padding-left: 0
    }

    .sale-wrapper .sale-list {
        padding: 20px 20px 20px 30px;
        min-height: inherit;
        text-align: left
    }

    ul#photogalleryTable li.left:nth-child(-n+3) {
        border-top: none !important
    }

    ul#photogalleryTable li.left:nth-child(-n+2) {
        border-top: 2px solid #a90230 !important
    }

    table.forum .icon {
        width: 25px;
        margin-top: 0
    }

    table.forum td {
        padding: 9px 5px !important
    }

    table.forum .icon img {
        width: 100%
    }

    table.forum .forum {
        margin: 0 0 0 30px
    }

    table.forum .forum h3 {
        font-size: 20px;
        line-height: 20px
    }

    table.forum td.lastpost {
        width: 20% !important
    }

    table.forum td.posts {
        width: 20% !important
    }

    table.forum td.topics {
        width: 20% !important
    }

    table.forum td.name {
        width: 40% !important
    }

    #outerImageContainer {
        max-height: 370px !important
    }

    .comments-form form textarea,
    .comments-form form input[type="text"],
    .comments-form form textarea,
    .comments-form form input.cat_textbox_small {
        padding-left: 15px
    }

    .top-bar-section li:not(.has-form) a:not(.button) {
        line-height: 30px !important
    }
}

@media screen and (max-width: 640px){
    .top-bar {
        height: 96px;
    }
}

@media (max-width:568px) {
    .logo img {
        width: 44%
    }

    .shopping-cart p {
        margin: 5px 0 0 6px
    }

    #outerImageContainer {
        max-height: 300px !important
    }

    #outerImageContainer>#imageContainer>img {
        position: absolute;
        top: 0;
        left: 0
    }

    .productLarge h1 {
        font-size: 24px
    }

    .main-blog-wrapper .blog-list-wrapper h2 {
        font-size: 24px;
        letter-spacing: normal
    }

    .community-news .tabs dd.active a,
    .community-news .tabs .tab-title.active a {
        font-size: 12px
    }

    .blog-post dd {
        font-size: 12px
    }

    .twitter-review-wrapper {
        pointer-events: none
    }
}

@media (max-width: 640px) {
    .utility-menu-list {
        width: 100%;
        text-align: center
    }

    .utility-menu-list li {
        float: none;
        display: inline-block
    }

    .search-box {
        display: none;
    }
}

@media screen and (max-width: 640px) and (min-width: 569px) {
    .header-logo {
        width: 60%;
    }

    .header-cart {
        width: 30%;
    }
}

@media (max-width:479px) {
    h1 {
        font-size: 22px
    }

    .primary-nav ul.medium-3 {
        display: block
    }

    .top-bar .medium-3 {
        display: none
    }

    .slider-description,
    .slider-image {
        width: 100%
    }

    .top-bar {
        height: 45px
    }

    .call,
    .utility-wrapper .medium-9 {
        width: 100%
    }

    .call {
        padding: 0 15px
    }

    .call p {
        text-align: center
    }

    

    .utility-menu-list li:last-child a {
        padding-right: 0
    }

    .logo img {
        width: 48%
    }

    .slider-description span {
        font-size: 32px;
        line-height: 30px
    }

    .slider-image {
        padding: 10px 0 0 0
    }

    .slider-description {
        padding-left: 12px;
        text-align: center
    }

    .sale-wrapper .sale-list {
        padding: 10px 15px 30px 15px;
        text-align: center
    }

    .sale-list h2 {
        border-right: none
    }

    .sale-wrapper figure {
        overflow: hidden
    }

    .price {
        font-size: 17px;
        line-height: 25px;
        padding: 6px 28px
    }

    .price:after {
        right: -26px;
        border-top: 37px solid #a90230;
        border-right: 26px solid transparent
    }

    .product-details h2 {
        text-align: center;
        padding: 0 0 24px 0
    }

    .deal-end-wrapper {
        padding: 0
    }

    .deal-end {
        text-align: center;
        float: none
    }

    .deal-end p {
        float: none;
        display: inline-block
    }

    .reviews-wrapper .medium-4 {
        padding: 0
    }

    .deal-end p:nth-child(4) {
        margin-right: 0
    }

    .rate-star {
        text-align: center !important
    }

    .featured-product .deal-end-wrapper,
    .reviews-wrapper,
    .grocery-service,
    .voucher-wrapper {
        text-align: center
    }

    .community-wrapper ul.tabs li {
        float: left
    }

    .tabs dd>a,
    .tabs .tab-title>a,
    .tabs dd.active a,
    .tabs .tab-title.active a {
        font-size: 11px;
        padding: 8px 11px
    }

    .new-information .medium-4 {
        padding: 0
    }

    .community-wrapper h2 p.border,
    .community-wrapper h2 p.border:after {
        width: 100%
    }

    .community-wrapper h2 p.border {
        font-size: 18px
    }

    .brands ul li {
        width: 100%;
        margin-bottom: 15px
    }

    .blog-details {
        padding: 0 0 0 15px;
        text-align: left
    }

    footer .medium-3 {
        width: 100%
    }

    .social-wrapper {
        padding: 30px 15px 22px 15px
    }

    .social-wrapper ul li {
        margin-right: 4px
    }

    .payment-list li {
        margin: 0 6px 15px 6px
    }

    .footer-bottom p {
        font-size: 12px;
        line-height: 15px
    }

    .page-title-wrapper .medium-6 {
        width: 100%
    }

    .page-title-wrapper h1,
    .comments-form .medium-12,
    .comment-section,
    .contact-wrapper,
    .deal-end-wrapper,
    .blog-sidenav,
    .blog-slider .slick-dots,
    .sidenav-list .blog-slider {
        text-align: center
    }

    .breadcrumb {
        float: none;
        text-align: center
    }

    .breadcrumb li {
        float: none;
        display: inline-block
    }

    .breadcrumb li a {
        font-size: 14px
    }

    .community-news .tabs dd.active a,
    .community-news .tabs .tab-title.active a,
    .community-news .tabs dd>a,
    .community-news .tabs .tab-title>a {
        font-size: 14px;
        padding: 0
    }

    .community-wrapper ul.tabs {
        text-align: center
    }

    .community-wrapper ul.tabs li {
        float: none;
        width: 100%;
        display: inline-block;
        padding: 8px 0 8px 0
    }

    .community-news .tabs dd>a:after,
    .community-news .tabs .tab-title>a:after {
        display: none
    }

    .right-forum {
        margin: 15px 0 30px 0
    }

    .right-forum .new-topic {
        width: 202px;
        margin-bottom: 15px;
        float: none;
        margin-right: 0
    }

    .right-forum .subscribe {
        float: none
    }

    .ftr-view-cart {
        width: 100%;
        float: left;
        margin-top: 15px
    }

    .product {
        margin: 30px 0 12px 0
    }

    .product ul li {
        margin: 0 0 30px 0;
        width: 100%
    }

    select {
        background-position: 268px 15px
    }

    .prdct-cntnt {
        padding: 15px 15px 0 15px
    }

    .primary,
    .secondary,
    .large {
        width: 164px;
        margin: 12px auto;
        float: none
    }

    .main-blog-wrapper .pagination_nav ul li {
        margin: 0 3px
    }

    .blog-details-pagination .pagination_nav ul li a {
        width: 103px;
        font-size: 15px;
        height: 40px;
        line-height: 40px
    }

    .blog-details-pagination a.previous:after {
        display: none
    }

    .blog-author-details,
    .blog-list-wrapper {
        width: 100%
    }

    .author-content {
        width: 100%;
        text-align: center;
        float: none
    }

    .blog-author-image {
        float: none;
        text-align: center;
        padding: 15px 0
    }

    .comments-list a.button {
        float: none !important
    }

    .comments-list {
        margin: 0 0 25px 0
    }

    .blog-slider .slick-dots {
        right: 0
    }

    .foodbank-events figure {
        width: 97%
    }

    .food-bank-community h2 {
        margin-bottom: 20px
    }

    h2 p.border {
        font-size: 21px
    }

    .grocery-service h2 span {
        font-size: 43px;
        line-height: 20px
    }

    .grocery-service p {
        margin: 30px 0 30px 0
    }

    .our-staff-wrapper h2 {
        margin-bottom: 72px
    }

    .game-details .medium-5 {
        width: 50%
    }

    .game-details .medium-3 {
        width: 20%;
        padding: 0
    }

    .game-score-wrapper .medium-6,
    .game-score-wrapper .right-content {
        width: 100%
    }

    .weekend-holiday {
        min-height: 278px;
        background-size: contain
    }

    .weekend-holiday-description {
        max-width: 252px;
        bottom: 12%
    }

    .weekend-holiday-description h3 {
        padding-left: 0;
        font-size: 22px
    }

    .off-range span {
        font-size: 40px
    }

    .sale-selected-items p {
        line-height: 40px
    }

    .sale-selected-items {
        padding: 30px 15px 30px
    }

    .new-item p {
        font-size: 26px;
        line-height: 25px;
        bottom: 32px;
        left: 11px
    }

    .new-item {
        z-index: 999
    }

    .new-item:after {
        border-top: 125px solid #feb20f;
        border-right: 125px solid transparent
    }

    .voucher span {
        font-size: 52px;
        line-height: 38px
    }

    .voucher p {
        margin-bottom: 8px
    }

    .holidays-order h2 {
        font-size: 30px;
        margin: 20px 0 15px 0;
        line-height: 35px
    }

    .holidays-order {
        padding: 30px 0
    }

    .product-item {
        width: 77%
    }

    .product-box ul.product-box-list li figure {
        width: 23%
    }

    .map-wrapper .social-wrapper ul li a {
        width: 36px;
        height: 36px;
        line-height: 36px
    }

    .main-address,
    .address-wrapper .main-address:first-child {
        width: 100%;
        padding: 0 0 20px 15px
    }

    .contact-wrapper form fieldset label {
        text-align: left
    }

    .game-details .medium-5 {
        padding: 0 0 0 6px
    }

    .brands {
        padding: 30px 0 0 0
    }

    .countdown {
        width: 100%;
        float: left;
        padding: 0 12px;
        text-align: center
    }

    .countdown ul li {
        width: 46%;
        margin: 0 5% 15px 0%;
        float: none;
        display: inline-block
    }

    .countdown ul li:nth-child(2n+2) {
        margin-right: 0
    }

    .game-score h5 {
        padding: 5px 0;
        text-align: center
    }

    ul.date-list li {
        padding: 0 15px
    }

    .game-score .medium-5 {
        width: 54%
    }

    .game-score-wrapper .logo-images {
        width: 36%
    }

    .win-loss .medium-2 {
        width: 18%
    }

    .win-loss .medium-4 {
        width: 44%
    }

    .win-loss .medium-6 {
        width: 38%
    }

    .win-loss .medium-6 p {
        text-align: center
    }

    .top-bar .toggle-topbar.menu-icon a span::after {
        right: 12px
    }

    .top-bar .toggle-topbar.menu-icon a {
        height: 36px;
        padding: 0 25px 0 15px
    }

    .discount-product-list .medium-5,
    .discount-product-list .medium-7 {
        width: 100%
    }

    .main-flat-discount {
        padding: 30px 0
    }

    .address {
        text-align: left;
        margin-left: 10px
    }

    .logout,
    .ftr-store {
        width: 100%
    }

    .pagination_nav ul {
        float: none;
        text-align: center;
        width: 100%
    }

    ul.pagination li {
        float: none;
        display: inline-block
    }

    .pagination_nav {
        padding: 0
    }

    .button-list {
        width: 100%;
        text-align: center;
        margin: 15px 0 15px 0
    }

    .main-blog-wrapper .blog-details-pagination .pagination_nav ul li {
        float: left
    }

    .brands ul li {
        width: 100%
    }

    #outerImageContainer {
        max-height: 225px !important
    }

    .catalogue_view .row .columns,
    .product_view .row .columns {
        width: 100%
    }

    #productPoplets .row .columns {
        width: 19.66667%
    }

    .community-news .tabs dd.active a,
    .community-news .tabs .tab-title.active a {
        text-transform: capitalize
    }

    .product-directory-wrapper .medium-4 {
        width: 100%
    }
}

ul#photogalleryTable {
    border-left: 2px solid #8ac42f;
    margin-top: 16px
}

ul#photogalleryTable li.left {
    padding: 10px;
    border-bottom: 2px solid #8ac42f;
    border-right: 2px solid #8ac42f
}

ul#photogalleryTable li.left:nth-child(-n+3) {
    border-top: 2px solid #8ac42f
}

.list_style {
    list-style: none;
    margin-left: 5px
}

.list_style li {
    background: url(../img/list-style-image.png) 0 1px no-repeat;
    padding-left: 22px;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.01px;
    color: #6b6c6c
}

.side-nav li {
    margin: 0 0 0 0;
    font-weight: normal;
    padding: 0 0;
    border-bottom: 1px solid #e1e1e1
}

.side-nav li a:not(.button) {
    font-size: 14px;
    color: #909091
}

.side-nav li a:not(.button):hover,
.side-nav li.active>a:first-child:not(.button),
.side-nav li a:not(.button):focus {
    background: rgba(0, 0, 0, 0.025);
    color: #a90230
}

#form-login form .item label {
    display: inline-block !important;
    width: auto;
    float: left
}

#form-login .item input[type="checkbox"] {
    float: left;
    margin-top: 4px
}

#form-login .item {
    width: 100%;
    float: left
}

#form-login h4,
#new-account h4 {
    margin-bottom: 12px
}

#new-account p {
    margin-bottom: 12px
}

a#catshopbuy {
    display: none !important
}

#userPostCode {
    width: 58%;
    display: inline;
    height: 50px
}

#checkoutLink {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    padding: 12px 15px;
    display: block;
    background: #a90230;
    margin-bottom: 20px;
    width: 100%
}

#checkoutLink:hover {
    background: #770122;
    color: #fff;
    border-color: #770122
}

a#catshopclear {
    color: #fff;
    float: right;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    padding: 1em;
    display: inline-block;
    background: #a90230
}

a#catshopclear:hover {
    background: #8ac42f;
    color: #fff;
    border-color: #8ac42f
}

fieldset legend {
    background: none
}

.recover button {
    background-color: #a90230;
    border: none;
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;
    margin-top: 15px;
    font-family: "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
    font-weight: normal;
    line-height: normal;
    position: relative;
}

.offer-btn {
    color: #a90230 !important;
    background-color: white !important;
    padding: 10px 21px !important;
    margin-bottom: 20px !important;
    line-height: 1 !important;
}

@media screen and (min-width: 991px) {
    .offer-image {
        min-height: 254px;
    }
}

@media screen and (min-width: 1025px) {
    .offer-image {
        min-height: 175px;
    }
}

.offer-submit {
    font-size: 16px !important;
}