* {
    
    font-family: 'Source Sans Pro', 'Helvetica Neue', 'Arial', sans-serif;
    line-height: 1.5;
    font-size: 13px;
    color: #333;
    outline: medium none;
    margin: 0;
    padding: 0;
}

body {

    font-size: 16px;
    background-color: #E7F7FE;
    width: 100%;
}

.fleft { float: left; }
.fright { float: right; }
.clear { clear: both; }
.inln_block { display: inline-block; vertical-align: top; }

.header {

    padding: 10px;
    margin-top: 35px;
}

.header .logo_wrapper, .header .open_close_wrapper {

    text-align: center;
}

.header .open_close_wrapper {

    margin-top: 10px;
}

.header .logo_wrapper img {

    max-width: 90%;
    max-height: 130px;
}

.container {

    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#258dc8+0,258dc8+100;Blue+Flat+%231 */
    background: #950000 none repeat scroll 0% 0%;
    border: solid 1px transparent;
}

.container .postcode_wrapper {

    display: block;
    margin: 0 auto;
    width: 90%;
    text-align: center;
    padding: 15px 10px;
}

.container .postcode_wrapper .txt_ttl {

    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 120%;
}

.container .postcode_wrapper .postcode_input {

    font-size: 120%;
    padding: 14px;
    width: 90%;
    text-align: center;
    margin-top: 10px;
    border: solid 1px #d0d0d0;
}

.container .postcode_wrapper .order_button {

    font-size: 120%;
    padding: 14px;
    width: 95%;
    text-align: center;
    margin-top: 10px;
    background: none repeat scroll 0% 0% #51A351;
    color: white;
    border: solid 1px #51A351;
    text-transform: uppercase;
    font-weight: bold;
}

.container .postcode_wrapper .order_collection_button, .container .postcode_wrapper .order_delivery_button {

    display: inline-block;
    font-size: 120%;
    padding: 14px;
    width: 90%;
    text-align: center;
    margin-top: 10px;
    background: #18A3E4 none repeat scroll 0% 0%;
    color: #FFF;
    border: 1px solid #18A3E4;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.container .postcode_wrapper .order_delivery_button {

    background: #51a351;
    border: 1px solid #51a351;

}



.container .norm_text {

    text-align: center;
    color: white;
    font-size: 13px;
    margin-top: 10px;
}

.container .norm_text > b {
    
    color: inherit;
}

.container .postcode_wrapper .error_msg {

    font-size: 80%;
    color: white;
    text-align: center;
    margin-top: 10px;
}

.footer {

    width: 100%;
    background-color: #474747;
}

.footer .copy_r {

    text-align: center;
    padding: 20px;
    color: white;
    font-size: 70%;
}

.categories_wrapper  {

    padding: 10px 0px 0px 0;
}

.categories_wrapper .category {

    width: 100%;
    margin: 0px auto;
    background-color: #E7E6E6;
    color: #333;
    border-bottom: solid 1px #d0d0d0;
}

.categories_wrapper .category a {

    display: block;
    text-decoration: none;
    color: #333;
    padding: 14px 14px 14px 15px;
    font-size: 16px;
    font-weight: 600;
}

.categories_wrapper .toggle_sign {

    color: #555;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    border: solid 1px #d0d0d0;
    width: 19px;
    height: 19px;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    border-radius: 25px;
    margin-right: 15px;
}

.navigation {

    padding: 10px 0;
}

.v_list {

    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.v_list .item {

    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 -3px;
    box-shadow: 1px 2px 3px black;
}

.v_list .item a {

    display: block;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background: none repeat scroll 0% 0% #51A351;
    color: white;
    border: solid 1px #51A351;
}

.v_list .item a.active {

    background-color: #E97411;
    border-color: #E97411;
}

.categories_wrapper .category .products {

    border-top: solid 1px #8C8C8C;
    padding-bottom: 5px;
}

.categories_wrapper .category .product:nth-child(odd) {

    background-color: #FFF;
}

.categories_wrapper .category .product .product_title {

    font-size: 14px;
    font-weight: bold;
    color: #313131;
}

.categories_wrapper .category .product .product_description {

    font-size: 13px;
    font-weight: normal;
    color: #313131;
    line-height: 18px;
    margin-top: 5px;
}

.categories_wrapper .category .product .prices .price {

    font-size: 14px;
    color: #313131;
    padding: 10px 0;
    border-top: solid 1px #d0d0d0;
}

.categories_wrapper .category .product .prices .price:first-child {

    border-top: none;
}

.categories_wrapper .category .product .prices .price a {

    display: inline-block;
    padding: 0;
    padding: 2px 8px;
    color: white;
    background-color: red;
    text-align: center;
    line-height: 15px;
    font-size: 15px;
    font-weight: bold;
    margin-left: 5px;
}

.categories_wrapper .category .product .prices .price .price_value {

    font-size: 15px;
}

.notice { 

    width: 80%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    margin: 0 auto;
    padding: 10px 15px;
    color: #313131;
    background: #fefcea; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefcea 0%, #f1da36 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefcea 0%,#f1da36 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefcea 0%,#f1da36 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    font-size: 14px;
}

.notice small {

    font-size: 12px;
    margin-right: 3px;
    font-weight: bold;
}

.notice.err_notice {

    color: white;
    background: #ff1a00; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff1a00 0%, #ff1a00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff1a00), color-stop(100%,#ff1a00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff1a00 0%,#ff1a00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff1a00 0%,#ff1a00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff1a00 0%,#ff1a00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff1a00 0%,#ff1a00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1a00', endColorstr='#ff1a00',GradientType=0 ); /* IE6-9 */

}

.greeting {

    text-align: center;
    font-size: 13px;
    color: #313131;
    width: 80%;
    margin: 10px auto 0 auto;
    text-align: center;
}

.greeting .logout {

    color: #1944BF;
    font-weight: bold;
    font-size: 12px;
}

.open-close-emblem {

    width: 100px;
}

.open-msg {

    display: block;
    margin-top: 5px;
    font-size: 11px;
}

.open-msg > a {

    font-weight: 400;
    color: blue;
    text-decoration: none;
    font-size: inherit;
}

.pull-left { float: left; }
.pull-right { float: right; }
.clearfix { clear: both; }

.top-header {
    
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: #474747;
    z-index: 1000;
    height: 35px;
    padding: 0 15px;
}

.top-header a {
    
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    font-size: 13px;
    text-decoration: none;
    margin: 2px 10px 0 10px;
}

.top-header a > i {
    
    font-size: 14px;
    color: inherit;
}

.toggle-nav-btn {
    
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    margin-top: 7px !important;
}

.main-menu {
    
    position: fixed;
    z-index: 10000;
    background-color: rgb(48, 48, 48);
    top: 35px;
    left: 0;
    width: 210px;
    display: none;
    max-height: 80%;
    overflow: auto;
}

.main-menu ul {
    
    list-style: none;
}

.main-menu li {

    margin: 5px 0;
}

.main-menu li.smaller {
    
    opacity: 0.9;
}
.main-menu li.smaller a {
    
    padding-left: 20px;
    color: khaki;
}

.main-menu li a {
    
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 8px 8px 8px 20px;
    border-bottom: solid 1px #565555;
}

.main-menu li:last-child a {
    
    border-bottom: solid 1px transparent;
}

.main-menu li a > i {
    
    color: inherit;
    margin-right: 3px;
    width: 20px;
    text-align: center;
}

.signin-wrap .popup-wrapper {
    width: 94%;
    position: absolute;
}

.tiny-popup .popup-wrapper {
    text-align: center;
    width: 80%;
    position: absolute;
}

.pc-verify input[type="text"] {
    
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.pc-verify * {
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.order-btn {
    
    width: 250px;
    font-size: 13px;
    border-radius: 0;
    border: none;
    margin-top: 10px;
}

.ot-charts {
    
    padding: 15px 0;
    display: block;
}

.pc-verify .tiny-txt { width: auto !Important; }

.ot-charts .ot-charts-ttl {
    
    font-size: 16px;
    color: #141414;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: uppercase;
    word-spacing: 1px;
    letter-spacing: 0px;
    border-bottom: 2px solid #E6E6E6;
    display: inline-block;
    padding: 0;
}

.signin-wrap .popup-form .pull-left,
.signin-wrap .popup-form .pull-right {
    
    float: none !Important;
    width: 100% !important;
    margin-bottom: 13px;
}

.top-header .h-list li a > i {
    
    color: inherit;
    margin-right: 3px;
}

.top-header .h-list li a > span {
    
    color: inherit;
}

.shopping-cart-dropdown { position: static !important; margin-left: 15px; }

.sc-cart-dd {
    
    position: absolute;
    left: 0;
    width: 80%;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 40px;
    display: none;
}

.checkout-container {
    
    margin-bottom: 0px;
    border: solid 1px transparent;
}

.checkout-container > .gl-wrapper {
    
    margin-top: 20px;
    margin-bottom: 20px;
}

.gl-wrapper {
    
    width: 75% !important;
}

.checkout-container .columns .col-x1, 
.checkout-container .columns .col-x2, 
.checkout-container .columns .col-x-half {
    
    width: 100%;
    display: block;
    margin: 10px 0;
}

.review .rating {
    
    float: none;
    display: block;
    margin-bottom: 5px;
}

.review .review-text {
    float: none;
    margin-bottom: 15px;
    margin-left: 0px;
}

table.key-value th, table.key-value td {
    
    padding: 2px;
}

table.key-value th { width: 10%; text-align: left;}

.columns .col-body {
    
    padding: 2px;
}

.account-page table.key-value th, 
.account-page table.key-value td {
    
    border: 1px solid #E6E6E6;
    padding: 5px 10px;
}

.no-border { border-color: transparent; }

.account-page table.key-value th.no-border {
    
    border-top: none;
    border-left: none;
    border-bottom: none;
}

.details-btn {
    
    padding: 5px 10px;
    background-color: #870000;
    color: white;
}

.details-btn > i {
    
    color: inherit;
}

.order-details .order-box.half, 
.order-details .order-box.full {
    display: block;
    width: 100% !important;
    margin: 10px 0;
}

table.order-review tbody td {
    
    font-size: 12px;
}

table.order-review tbody td:first-child {
    width: 80%;
    text-align: left;
}

table.order-review tbody td .thumb {
    
    text-align: left;
    display: block;
}

table.order-review thead th {
    
    line-height: 13px;
    font-weight: 400;
}

.order-review tfoot td {
    
    text-align: right !important;
}

.order-review .pull-left, 
.order-review .pull-right {
    
    display: block;
    float: none;
    margin: 5px 0;
}

a[data-action="shopping-cart-remove"] {
    
    margin: 0;
}

.category-icon {
    
    margin-right: 15px;
}

.categories_wrapper .category .product {

    width: 100%;
    margin: -1px auto;
    padding: 10px 5px;
    border: 1px solid #D0D0D0;
    background-color: #FFF;
    border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: auto !important;
    position: relative;
    min-height: 110px;
}

.product .mb-product-image, 
.product .mb-product-info, 
.product .mb-order-icon {
    
    display: block;
}

.product .mb-product-image {
    
    position: absolute;
    left: 10px;
    top: 10px;
}

.product .mb-order-icon {
    
    position: absolute;
    right: 10px;
    top: 0px;
    bottom: 0px;
    margin-top: auto;
    margin-bottom: auto;
    height: 30px;
    line-height: 30px;
    color: #AEAEAE;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.product .mb-order-icon > i {
    
    color: inherit;
    margin-right: 4px;
}

.product .mb-product-image img {
    
    display: block;
    height: 85px;
    width: 85px;
    border-radius: 50px;
}

.product .mb-product-info {
    
    margin-left: 8px;
    position: relative;
    display: block;
    margin-left: 100px;
    margin-right: 96px;
}

.emblem {
    
    display: inline-block;
    vertical-align: middle;
    line-height: 12px;
    font-size: 10px;
    padding: 2px 4px;
    color: white;
    text-shadow: 0px 0px 1px #333;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 3px;
    position: absolute;
    right: -2px;
    top: 0;
}

.product .mb-product-title-txt {
    
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #333;
    font-weight: 600;
    line-height: 14px;
}

.product .mb-product-description {
    
    display: block;
    font-size: 11px;
    color: #555;
    font-weight: 300;
    line-height: 13px;
    margin-top: 5px;
}

.product .mb-product-price {
    
    font-size: 16px;
    color: #870000;
    font-weight: 600;
    margin-top: 6px;
    line-height: 15px;
}

.product .mute-txt {
    
    margin-right: 5px;
    font-weight: 400;
    font-size: 13px;
}

.product .price-val {
    
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    display: block;
    text-align: left;
    line-height: 100%;
    margin-top: 3px;
    margin-left: 6px;
}

.ssln + .price-val {
    
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}


.popup-product-prices .popup-wrapper, 
.product-wrap .popup-wrapper {
    
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 0;
    box-shadow: none !important;
}

.product-wrap,.fancybox-skin{

    width:auto !important;
    margin:0 auto !important;
}

.popup-wrapper .inn-btn, .popup-wrapper .add-to-cart-quantity{

    margin-bottom:5px;

}

body:not(.signin-wrap) .product-wrap,body:not(.signin-wrap) .fancybox-skin,body:not(.tiny-popup) .product-wrap, body:not(.tiny-popup) .fancybox-skin{

    width:auto !important;
  
}

.popup-wrapper .pull-left, 
.popup-wrapper .pull-right {
    
    display: block;
    float: none;
    width: 100% !important;
    max-width: 100% !important;
    margin: 10px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.product-wrap .pull-right.info-wrapper {
    
    text-align: center;
}

.product-wrap .product-description {
    
    text-align: center !important;
}

.product-wrap .pull-left.images-wrapper .main-image {
    
    height: auto !important;
    line-height: unset !important;
}

.product-wrap .pull-left.images-wrapper .main-image {
    
    width: 100%;
    display: none !Important;
}

.product-wrap .pull-left.images-wrapper .main-image > img {
    
    width: 100%;
    border-color: #DADADA;
    box-shadow: none;
    height: 200px !important;
    max-width: 600px;
    border: none !Important;
}

.cp-prices .cp-ttl {
    
    font-size: 15px;
    text-align: center;
}

.product-wrap .panel-body {
    
    text-align: center;
}

.product-wrap .tiny-item {
    
    margin: 5px 0;
}

.row-second-product .size_trigger, 
.row-second-product .second_product {
    
    display: block;
    margin: 5px auto;
}

.inn-row-product .row-second-product {
    
    text-align: center;
}

.inn-row-totals { text-align: center; }

.product-details-tabs {
    
    position: fixed;
    left: 0;
    top: 2px !important;
    width: 100% !important;
}

.product-details-tabs .pd-tab {
    
    margin: 0px !important;
    border-radius: 0px !important;
    width: 100% !important;
    height: 38px;
    line-height: 38px;
    font-size: 11px !important;
    background-color: #333 !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: solid 1px #d0d0d0 !important;
    text-align: left !important;
}

.product-details-tabs .pd-tab:last-child {
    
    border-bottom: none !important;
}

.product-details-tabs .pd-tab:before {
    
    display: none;
}

.product-wrap .panel .panel-title {
    
    text-align: center;
    font-size: 16px;
}

.product-details-tabs .pd-tab.pd-active {
    
    background-color: #575656 !important;
}

.inn-row-product.special-offer .second-product-txt {
    
    width: auto !Important;
    text-align: center;
    display: block;
    margin: 5px 0;
}

.inn-row-product.special-offer .special-product-title {
    display: block;
    margin: 5px 0;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    width: auto !important;
}

.inn-row-product .special_products {
    
    display: block;
    margin: 5px auto;
}

.fly-message {
    
    padding-top: 8px;
    line-height: 16px;
}

.lines-icon {
    
    height: 20px;
    width: 28px;
    display: inline-block;
}

.tiny-item .tiny-item-text {
    
    width: 150px;
    font-size: 14px;
    font-weight: 400;
}

.sc-cart-dd:before {
    
    display: none !important;
}

.product-wrap {
    
    padding: 0 !Important;
}

.images-wrapper { margin-top: 19px !important; }

.product-breadcrumb {
    
    display: none !important;
}

.custom {
    
    text-transform: uppercase;
    display:inline-block;
    vertical-align: middle;
    margin-top: -12px;
    color: white;
}

.custom > i { color: white; }