/*** Default blue changed to: #686868 ***/

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 12.5px;
    line-height: 170%;
    width: 100%;
}

p {
    word-break: break-word;
}

/* default font size */

.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */

#home .htmlcontent h1 {
    display: none;
}
h1 {
    font-size: 28px;
    color: #0077bd;
    margin: 0 0 15px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
h2, legend {
    font-size: 24px;
    color: #0077bd;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;
}

legend {
    padding: 7px 0px;
}

h3 {
    font-size: 21px;
    font-family: 'Poppins', sans-serif;
    color: #002957;
    padding-bottom: 10px;
    text-transform: uppercase;
}
h4 {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    color: #444;
}
h5 {
    font-size: 16px;
    color: #444;
}
h6 {
    font-size: 14px;
    color: #444;
}
a {
    color: #111;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
a:hover {
    text-decoration: none;
    color: #888;
}

label {
    font-size: 12px;
    font-weight: normal;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 12px;
    border-radius: 0px;
    border-color: #e5e5e5;
    box-shadow: none;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}
.nav-tabs {
    margin-bottom: 15px;
    border-color: #e5e5e5;
}
.nav-tabs > li > a {
    border-radius: 0px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    border-color: #e5e5e5 #e5e5e5 transparent;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: 700;
}

/* All drop down menus */

.dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    border: 1px solid #e5e5e5;
    box-shadow: none;
}
.dropdown-menu > li > a {
    padding: 7px 15px;
    color: #002957;
    font-size: 12px;
}
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background: #0077bd;
}
.account-function a.dropdown-toggle {
    padding: 16px 10px;
    position: relative;
    top: 15px;
    border-right: 1px solid #001947;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}
.dropdown-menu.dropdown-menu-right {
    top: 48px;
}
/* Containers */

.container {
    /* including left & right 15px padding */
    max-width: 1328px;
}

/* Top */

#top {
    background-color: #0077bd;
    padding: 4px 0px 3px 0;
    margin: 0;
    min-height: 40px;
    display: none;
}
#top .container {
    padding: 0 20px;
}
#top #currency .currency-select {
    text-align: left;
}
#top #currency .currency-select:hover {
    text-shadow: none;
    color: #fff;
    background: #686868;
}
#top .btn-link,
.top-links li,
.top-links a {
    color: #888;
    text-decoration: none;
    font-size: 11px;
}
#top .btn-link:hover,
.top-links a:hover,
.top-links a:active,
.top-links a:focus {
    color: #444;
}

#cart .dropdown-menu .btn-link, 
#cart .dropdown-menu li,
#cart .dropdown-menu a {
    color: #666;
}
a#location-button {
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    /*text-transform: uppercase;*/
    background: #ed1944;
    padding: 10px 25px;
    text-align: left;
    border-radius: 7px;
    float: right;


}

@media only screen and (min-width: 769px) {
    a#location-button {
        display: none;
    }
}

.top-links .dropdown-menu a {
    text-shadow: none;
}
.top-links .dropdown-menu a:hover {
    color: #FFF;
}
#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}
#top .currency {
    padding-top: 0;
    padding-bottom: 0;
}
.top-links {
    padding-top: 6px;
}
.top-links.contact-links{
    display: none;
}
.top-links .fa {
    font-size: 11px;
    margin-right: 2px;
}
.top-links a + a {
    margin-left: 15px;
}
.top-links .mobile-menu {
    display: none;
}
.top-links .phone,
.top-links .phone a,
.top-links .email,
.top-links .email a {
    font-size: 13px;
    font-weight: 600;
}
.top-links .phone .fa {
    font-size: 15px;
    vertical-align: middle;
}
.top-links .btn .fa {
    font-size: 14px;
}
.top-links .email .fa {
    font-size: 13px;
}
.top-links .social a {
    margin: 0 2px;
}
.top-links .social .fa {
    font-size: 13px;
}
.top-links.mobile-menu {
    display: none; 
}
.social {
    float: right;
}
}

.social .fa.fa-instagram, .social .fa.fa-facebook, .social .fa.fa-google-plus {
    background: #002957;
    color: #fff;
    padding: 3px 3px 3px 3px;
    font-size: 17px;
    width: 24px;
    height: 24px;
    border-radius: 2px;
}
.social .fa.fa-pinterest-p, .social .fa.fa-twitter, .social .fa.fa-linkedin {
    background: #002957;
    color: #fff;
    padding: 3px 3px 3px 3px;
    font-size: 17px;
    width: 24px;
    height: 24px;
    border-radius: 2px;
}

.header-actions .icons i {
    font-size: 24px;
    color: #6D6F71;
}

.header-actions .icons ul {
    padding: 0 !important;
    list-style: none !important;
}

.header-actions .icons ul li {
    display: inline;
    padding: 0 5px;
}

.header-actions .icons i:hover {
    color: #888a8c;
}

}
/* Header row */
header {
    background: #fff;
}

.header {
    padding: 50px 0px 30px;
    position: relative;
    text-align: center;
}


.header > div {
    float: none;
    display: inline-block;
    margin: 0 -2px;
    vertical-align: middle;
}

.header-actions {
	position: absolute;
	right: 0;
	bottom: 10px;
    width: 33.33% !important;
}

.search-container i {
    position: absolute;
    right: 0;
    padding: 10px;
    font-size: 20px !important;
    pointer-events: none;
}

.search-container {
    position: relative;
    display: inline-block;
    top: -4px;
    right: -4px;
}

.search-container input {
    height: 40px;
    padding: 10px !important;
    width: 150px !important;
}

header .dropdown {
    display: none;
}
div#dream_column_header_bottom {
    margin-bottom: 20px;
}

#dream_column_header_bottom .row {
    content: "";
    display: table;
    clear: both;
}

#dream_column_header_bottom .row .col {
    text-align: center;/* demo */
    box-sizing:border-box;
    margin-bottom: 20px;
}

@media only screen and (min-width:768px) { 
    #dream_column_header_bottom .row .col {
        float: left;
        width: 100%;
        margin: 0 10px;
    }

    #dream_column_header_bottom .row .col.col0 {
        width: calc(66.66666% - 20px) !important;
    }

    #dream_column_header_bottom .row .col.col1 {
        width: calc(33.33333% - 20px) !important;
    }

    #dream_column_header_bottom .row {
        margin-left: -10px !important;
        margin-right: -10px !important;
    }
}

#dream_column_header_bottom .col1 #store-info-bar {
    height: 180px !important;
    padding: 20px;
    background-color: #9FD0F0 !important;
}

#dream_column_header_bottom .col1 #store-info-bar-text {
    padding-top: 0;
}

#dream_column_header_bottom .col1 #store-info-text, 
#dream_column_header_bottom .col1 #store-info-text-sub, 
#dream_column_header_bottom .col1 #store-info-text-email {
    color: #002957 !important;
}


/* logo */

#logo {
    margin: 0;
    /* transform:scale(1.4); */
}

@media only screen and (width: 1024px) {
    #logo {
        margin-left: 100px;
    }
}

@media only screen and (min-width: 768px) {
    /* #logo {
        margin-left: 50px;
    } */
}

@media only screen and (max-width: 768px) {
    #logo {
        transform:scale(1.0) !important;
    }
}

#logo a img {
    width: 100%;
    height: auto;
    max-width: 530px;
    margin: 0 auto;
}

@media only screen and (width: 1024px) {
    #logo a img {
    width: 100%;
    height: auto;
    max-width: 380px;
    margin-left: 75px;
}
}



#store-info-bar {
    height: 50px !important; 
    width: 100%; 
    background-color: #0073CF;
    display: table;
}


@media only screen and (max-width: 768px) {
    /* #store-info-bar {
        display: none !important;
    }*/
}

#store-info-bar-text {
    color: #002957 !important;
    font-weight: 600 !important;
    height: 50px;
    padding-top: 12.5px;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

#store-info-text {
    text-transform: uppercase;
    font-size: 16px !important;
}

#store-info-text-sub {
    color: #002957 !important;
    font-size: 16px !important;
}

#store-info-bar #store-info-text-name {    
    display: block;
    font-weight: 600;
    font-size: 16px !important;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#store-info-text-address,
#store-info-text-phone,
#store-info-text-email
{
    color: #002957 !important;
    font-size: 16px !important;
    font-weight: 400;
}

#store-info-bar .select_store_heading, #store-info-bar .your_store_heading {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

/* search */

.header #search {
    margin-bottom: 0px;
}
.header #search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 20px;
    text-transform: uppercase;
    background: #fff;
    border-color: #eee;
    border-radius: 7px 0px 0px 7px;
    -moz-box-shadow: inset 1px 1px 2px #B0B0B0;
    -webkit-box-shadow: inset 1px 1px 2px #B0B0B0;
    box-shadow: inset 1px 1px 2px #B0B0B0;
}

.header #search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 15px;
    text-shadow: 0px !important;
    color: #fff;
    background: #ed1944;
    border-color: #dd0934;
}

.header #search input {
    color: #000 !important;
}
#search > input:nth-child(1)::placeholder{
  color: #666 !important;
}
/* cart */
.header #cart {
    margin-bottom: 0px;
}
.header #cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    background: #444;
    border-color: #333;
}
.header #cart > .btn:hover {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    background: #333;
    border-color: #222;
}
.header #cart.open > .btn {
    background-image: none;
    background: #333;
    box-shadow: none;
    text-shadow: none;
}
.header #cart.open > .btn:hover {
    color: #fff;
    background: #333;
    border-color: #222;
}
.header #cart .dropdown-menu {
    background: #fff;
    z-index: 1001;
}
.header #cart .dropdown-menu {
    min-width: 100%;
}
.header #cart .dropdown-menu table {
    margin-bottom: 10px;
}
.header #cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
.header #cart .dropdown-menu li p {
    margin: 20px 0;
}

.nav-wrapper {
    position: relative;
}

#cart-menu {
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px;
}

#cart-menu button {
    padding-right: 0 !important;
}

/*
.branding .section2, .branding .section3, .branding .section4 {
    background-color: #6D6F71;
    border: 0;
    width: calc(33.33% - 18px) !important;
    margin-right: 20px;
    padding: 15px !important;
}

div#content {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.branding .section4 {
    margin-right: 0 !important;
    width: calc(33.33% - 4px) !important;
} */

/* Menu */
#menu {
    background: /* #002957 */ transparent;
    padding-bottom: 15px;
}
#menu nav {
    background: transparent;
    float: none;
}

#menu .nav li:first-child {
    /*display: none;*/
}

#menu .navbar-nav {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 0 20px 0;
}

#menu .navbar-nav > li {
    float: /*left*/ none;
    display: inline-block;
}
#menu .nav > li > a {
    color: #002957;
    padding: 15px 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
    /* background: #001947; */
    background: transparent;
    color: #0077be;
}

#menu .dropdown a:not([href]) {
    cursor: default;
}
#menu .dropdown-menu {
    padding-bottom: 0;
    margin-left: 0px !important;
}
#menu .dropdown-inner {
/*    display: table;*/
    display: block;
}
#menu .dropdown-inner ul {
    display: table-cell;
}
#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 7px 15px;
    clear: both;
    line-height: 20px;
    color: #333;
    font-size: 12px;
}
#menu .dropdown-inner li a:hover {
    background: #0077bd;
    color: #fff;
}
#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #555;
    padding: 8px 20px;
    border-radius: 0px;
    font-size: 12px;
    background: #555;
    color: #fff;
    display: none;
}
#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #fff;
    background: #555;
}
#menu #category {
    color: #fff;
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    padding-left: 15px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
    font-size: 14px;
    font-stretch: expanded;
    color: #FFF;
    padding: 7px 14px;
    float: left;
    background: #686868;
    border-color: #555;
}
#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #fff;
    background-color: #333;
}
.navbar-collapse {
    padding: 0px;
}
/* Mobile Menu */
#top #menu {
    margin-bottom: 0px;
}
#top #menu nav {
    display: none;
}
.account-function {
    float: right;
}
#menu .btn-inverse {
    color: #002957  !important;
    text-shadow: none;
    background: transparent;
    border-color: transparent;
    height: 50px;
    position: relative;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
#cart-menu .dropdown-menu {
    margin-left: -1264px;
    top: 43px;
    max-width: 200px !important;
    width: 100%;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.account-function ul{
    list-style: none !important;
    padding-left: 0px;
}

#store-details-page {
    margin: 20px 0 0 0;
    /* background-image: url('/catalog/view/theme/default/image/details-page-block-1.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
}

#store-details-page .store-details-page-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#store-details-page .store-details-page-inner {
    height: 300px;
}

#store-details-page .store-details-page-text {
    color: #002957;
    font-weight: 700;
    font-size: 14px;
    width: 170px;
    text-align: center;
}

#store-details-page .store-details-page-text a {
    display: block;
    width: 100%;
    background-color: #fff;
    margin-top: 5px;
    text-align: center;
    padding: 2px;
    text-transform: uppercase;
    color: #6D6E71;
}


/* Cat Menu */
#cat-menu {
    display: none;/* Hide Cat Menu on desktop */
}
#cat-menu nav {
    background: #333;
} 
#cat-menu .btn-navbar {
    float: right;
}
.navbar {
    border-radius: 0;
}
/* content */

#content {
    min-height: 600px;
}
.panel-default {
    border: 0px;
}
/* Product & Category */

.img-thumbnail {
    border-radius: 0px;
    border-color: #e5e5e5;
}

#category .breadcrumb {
	margin: 20px 10px !important;
}

#category #menu > div:nth-child(4) > div:nth-child(1),
#category #menu > div:nth-child(4) > div:nth-child(1) > div.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    /*
    margin-left: -10px !important;
    margin-right: -10px !important;
    */
}

#category #store-info-bar-text, #product #store-info-bar-text {
    padding: 23px !important;
}

#category #store-info-text span, #product #store-info-text span {
    display: inline-block;
    font-size: 18px;
    color: #002957;
    font-weight: 500 !important;
    margin: 0;
}

#category #store-info-text, #product #store-info-text {
    display: block;
}

.select_store_heading {
    position: relative;
    top: 10px;
}

#category #store-info-text-sub span, #product #store-info-text-sub span {
    display: inline-block !important;
}

#category aside#column-left {
    width: 100% !important;
}

#category div#content {
    width: 100% !important;
}

#category #column-left .list-group .list-group-item-top {
    display: none;
}

#category #column-left .list-group .list-group-item {
    display: inline-block;
    /* text-align: center; */
    padding: 20px 20px;
    margin: 10px 0;
    width: 140px;
    background-color: #6D6F71;
    color: #fff;
}

#category #column-left .list-group {
    text-align: center;
    box-shadow: none !important;
}

#category .featured_category {
    margin-bottom: 80px;
}

#category .featured_category .featured-image {
    width: 100%;
    /* height: 500px; */
    object-fit: cover;
}

#category .featured_category h2 {
    color: #000;
    margin: 12px 0;
    font-size: 23px;
    font-weight: 600;
}

#category .featured_category .category-details {
    width: 50%;
    display: inline-block;
}

.featured_category .sub-cat-details {
    display: none !important;
}

#category .featured_category .featured-product-groups {
    width: 535px;
    display: inline-block;
    float: right;
    text-align: right;
    margin-top: -30px;
    position: relative;
    z-index: 9;
    margin-right: 20px;
}

#category .featured_category .featured-product-groups img {
    margin: 0 2px !important;
    width: 125px;
    border: 1px solid #eee;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 4px 30px -8px rgba(0,0,0,0.1);
}

#category .featured_category .featured-product-groups a.btn {
    display: block !important;
    background-color: #6D6E71;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    width: 250px;
    margin: 20px auto 0;
    padding: 3px 15px !important;
    border: 0 !important;
}

#category .featured_category .featured-product-groups a.btn:hover {
    background-color: #505052;
}

#category .featured_category .featured-product-groups.no-products {
    margin-top: 0 !important;
    margin-right: 0 !important;
}

#category .featured_category .featured-product-groups.no-products a {
    margin-top: 50px;
}

#category .featured_category:nth-child(2) {
    /* margin-bottom: 0 !important; */
}

#category .featured_category a:hover .featured-image {
    opacity: 0.9;
}

#category .featured_category a .featured-image {
    transition: 0.3s all ease;
}

/*
#category .box-content.mfilter-content ul {
    text-align: justify;
    font-size: 0.1px;
    min-width: 1316px !important;
}

#category .box-content.mfilter-content ul li {
    display: inline-block;
    width: 23%;
} */

#category .mfilter-box {
    margin-left: 4px;
    margin-right: 5px;
    position: relative;
    z-index: 9;
}

#category .box-content.mfilter-content ul li:first-child .mfilter-content-opts {
    width: 100% !important;
}

#category .box-content.mfilter-content ul li .mfilter-heading .mfilter-heading-content {
	margin-left: 0 !important;
}

#category .box-content.mfilter-content ul li .mfilter-content-opts {
    border: 0 !important;
    width: 350px !important;
}

#category .box-content.mfilter-content ul:after {
    content: '';
    width: 100% !important;
    display: inline-block;
}

/*
#category .box-content.mfilter-content ul li.mfilter-price {
    width: 31% !important;
}

#category .box-content.mfilter-content ul li.mfilter-price .mfilter-content-opts {
    width: 541px !important;
} */

#category .mfilter-content_top.mfilter-light-theme .mfilter-content > ul > li .mfilter-heading,
#category .mfilter-content_top.mfilter-light-theme .mfilter-content > ul > li .mfilter-content-opts {
	border: 0 !important;
}

#category .mfilter-box .box-content {
    width: 100%;
    float: right;
}

#category .mfilter-box h3 { /*
    font-size: 16px;
    text-transform: none;
    float: left;
    margin-top: 13px;
    padding: 0 !important;
    margin-bottom: 0; */
    display: none;
}

#category .mfilter-content ul li:first-child {
    width: calc(34% + 10px) !important;
    display: inline-block;
    margin-left: 0 !important;
}

#category .mfilter-content ul li {
    width: calc(22% - 14px) !important;
    display: inline-block;
    margin-left: 10px;
}

#category .mfilter-content ul li .mfilter-heading {
    display: block;
}

#category #mfilter-opts-price-min, #category #mfilter-opts-price-max {
    height: 34px !important;
}

.top-cat hr.x, .top-cat .compare-filter {
/*.top-cat hr.x, .top-cat .compare-filter, .top-cat .products-section {*/
    display: none;
}

.top-cat .sub-cat-details {
    display: none;
}

.products-section .image {
    border: 0 !important;
}

.sub-cat .products-section .product-layout {
    clear: none !important;
}

@media (max-width: 1330px) {
    #category .mfilter-content_top .mfilter-price-slider {
        min-width: 150px !important;
    }
}

@media (max-width: 1180px) {
    #category .mfilter-content ul li:first-child {
        width: calc(46% - 10px) !important;
    }

    #category .mfilter-content ul li {
        width: calc(18% - 7px) !important;
    }
    #category .mfilter-content_top .mfilter-price-slider {
        min-width: 230px !important;
    }
}

@media (max-width: 1150px) {
    #category .featured_category .category-details {
        width: 40% !important;
    }

    #category .featured_category .featured-product-groups {
        width: 400px;
        margin-top: -15px !important;
    }

    #category .featured_category .featured-product-groups img {
        width: 93px !important;
    }
}

@media (max-width: 1100px) {
    #category .mfilter-content_top .mfilter-price-slider {
        min-width: 150px !important;
    }
}

@media (max-width: 1000px) {
    #category .mfilter-content ul li:first-child {
        width: 50% !important;
    }

    #category .mfilter-content ul li {
        width: calc(50% - 10px) !important;
    }
    #category .mfilter-content_top .mfilter-price-slider {
        min-width: 230px !important;
    }

    #category .box-content.mfilter-content ul li .mfilter-content-opts {
        width: 450px !important;
    }

    #category #mfilter-opts-price-min, #category #mfilter-opts-price-max {
    	width: 90px !important;
    	min-width: 90px !important;
    	max-width: 90px !important;
    }
}

@media (max-width: 950px) {
	#category .mfilter-content_top .mfilter-price-slider {
		min-width: 150px !important;
	}
}

@media (max-width: 781px) {
	#category .mfilter-content_top .mfilter-price-slider {
		min-width: 140px !important;
	}
}

@media (min-width: 769px) {
    .container.top-cat,
    .container.sub-cat {
        padding-left: 0;
        padding-right: 0;
    }

    a.btn-primary.btn.back.desktop-hide {
        display: none;
    }
}

@media (max-width: 768px) {
    .top-cat footer > .container,
    .sub-cat footer > .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #category #column-left .list-group .list-group-item {
        padding: 5px 20px !important;
    }

    #category .mfilter-content ul li:first-child,
    #category .mfilter-content ul li {
        width: 100% !important;
        margin: 0 auto !important;
        text-align: center;
        justify-content: normal;
        float: none !important;
    }

    #category .mfilter-content_top .mfilter-content > ul {
        margin: 0 auto !important;
    }

    #category .box-content.mfilter-content ul li .mfilter-content-opts {
        text-align: center !important;
        margin: 0 auto !important;
        float: none !important;
    }    

    #category .mfilter-box {
        margin: 0 auto;
        width: 350px;
    }

    #category .mfilter-content_top .mfilter-price-slider {
        width: 335px;
        padding: 0 !important;
        margin: 0px 5px 15px 5px !important;
    }

    #category #mfilter-opts-price-min, #category #mfilter-opts-price-max {
        width: 157px !important;
        min-width: 157px !important;
    }

    #category #menu > div:nth-child(4) > div:nth-child(1), #category #menu > div:nth-child(4) > div:nth-child(1) > div.row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #category div#content {
        padding: 0 !important;
    }

    #category .featured_category .product-images {
        display: none;
    }

    #category .featured_category .featured-product-groups {
        float: none;
        width: 100% !important;
        margin: 0 !important;
    }

    #category .featured_category .category-details {
        width: 100% !important;
        text-align: center !important;
    }

    #category .featured_category {
        margin-bottom: 40px;
    }

    #category .featured_category .featured-product-groups.no-products a {
        margin: 10px auto 20px;
    }


    .sub-cat .products-section .product-layout h4, 
    .sub-cat .products-section .product-layout h4 a {
        font-size: 15px !important;
    }

    .sub-cat .products-section .product-layout .description, 
    .sub-cat .products-section .product-layout .dimensions {
        font-size: 15px !important;
    }

    .sub-cat .products-section .product-layout .button-group {
        right: 15px !important;
    }

    .sub-cat .products-section .product-layout .button-group button {
        width: 75px !important;
        height: 75px !important;
        font-size: 11px !important;
        padding: 8px !important;
    }

    .sub-cat .products-section .product-layout .price {
        font-size: 18px !important;
    }

    .breadcrumb > li:after {
        top: 6px !important;
        width: 8px !important;
        height: 8px !important;
    }

    .breadcrumb > li {
        padding: 0 10px !important;
    }
}

@media (max-width: 600px) {
    #category .featured_category .featured-image {
    	height: 300px !important;
    }
}

@media (max-width: 480px) {
	#category .category-details h2 + p {
	    display: none !important;
	}

	#category .featured_category .featured-product-groups a.btn {
	    width: 100% !important;
	    margin: 0;
	}

    .sub-cat .products-section .product-layout {
        width: 100%;
    }

    .sub-cat .products-section .product-layout .button-group button {
        width: 70px !important;
        height: 70px !important;
        font-size: 11px !important;
        padding: 5px !important;
    }

    .no-store.sub-cat .product-layout .button-group {
        bottom: 35px !important;
    }

    .sub-cat .products-section .product-layout .button-group {
        right: 25px !important;
    }

    #category .breadcrumb {
        margin: 20px 0 !important;
    }

    .breadcrumb > li {
        padding: 0 6px !important;
    }

    .breadcrumb > li:after {
        right: -4px !important;
    }
}

/* footer */

footer {
    color: #fff;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #3087cd;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #fff;
}
footer h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.footer-block a:hover {
    opacity: 0.8;
}

/*
.footer > div {
    float: none;
    display: inline-block;
    margin: 0 -2px;
    vertical-align: top;
}*/

.footer-mywork {
    text-align: center !important;
    display: block !important;
    padding: 20px;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    background-color: #0177bf;
    max-width: 1298px;
    margin: 0 auto;
}

.footer-mywork a {
    color: #ffffff;
    border-bottom: 1px dotted #ffffff;
}

.footer-top {
    margin:0;
}

.footer-block.nude {
    background-color: #FEEDDF;
}

.footer-block.blue {
    background-color: #002957;
}

.footer-block.yellow {
    background-color: #FDB71A;
}

.footer-block.finance h3 {
    color: #6D6E71;
    font-weight: 600;
    font-size: 28px;
    text-transform: none;
    width: 70%;
    margin: 0 auto;
}

.footer.row:after {
    content: "";
    display: table;
    clear: both;
}

.footer-block {
    text-align: center !important;
    display: table;
    min-height: 215px;
}

.footer-block-inner {
    padding: 20px;
    display: table-cell;
    margin: 0 auto;
    width: 100%;
    vertical-align: middle;
}

.footer-block.finance p {
    color: #6d6e71 !important;
    font-weight: 600;
    font-size: 15px;
}

.finance .finance-logos img {
    width: 85px;
    height: 42px;
    object-fit: contain;
    padding: 0 5px;
}

.finance-logos {
    margin-top: 20px;
}

.footer-block {
    text-align:center;/* demo */
    box-sizing:border-box;
}

@media only screen and (min-width:768px) { 
    .footer-block {
        float: left;
        width: 100%;
        margin: 0 10px;
    }

    .footer-block.half {
        width: calc(50% - 20px);
    }

    .footer-block.third {
        width: calc(33.33333% - 20px);
    }

    .footer-block.quarter {
        width: calc(25% - 20px);
    }

    .footer.row {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 20px;
    }
}

.footer-block h5 {
    font-size: 22px;
    font-weight: 600 !important;
    margin-bottom: 25px;
    margin-top: 0 !important;
}

.footer-block ul li {
    font-weight: 600 !important;
    font-size: 14px;
    margin-bottom: 4px;
}

.footer-block .social {
    width: 100%;
    float: none !important;
    display: inline-block;
    height: 0 !important;
}

.footer-block .social span {
    font-size: 20px;
    font-weight: 600;
    margin-right: 10px;
}

.footer-block .social ul {
    list-style: none;
    display: inline-block;
    padding: 0;
}

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

.footer-block .social ul li i {
    font-size: 30px;
    padding: 0 5px;
}

/* alert */

.alert {
    padding: 8px 14px 8px 14px;
    border-radius: 0px;
}

/* breadcrumb */

.breadcrumb {
    margin: 20px 10px;
    padding: 0;
    border-radius: 0px;
    border: 0px;
    background: transparent;
}
.breadcrumb a {
    color: #aaa;
}
.breadcrumb a:hover {
    color: #888;
}
.breadcrumb i {
    font-size: 13px;
}
.breadcrumb > li {
    text-shadow: 0 1px 0 #fff;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
    font-size: 11px;
}
.breadcrumb > li:first-child {
    padding-left: 0px;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: -5px;
    width: 12px;
    height: 12px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagination {
    margin: 0;
}

/* Tooltips */

.tooltip-inner {
    background: #777;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #777;
}

/* buttons */

.buttons {
    margin: 1em 0;
}
.btn {
    padding: 8px 15px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 10px;
    font-size: 15px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
    color: #fff;
    background: #6d6f71;
    border-color: #fff;
    border-radius: 0;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    padding: 10px 40px;
}
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.btn-default.disabled,
.btn-default[disabled] {
    color: #fff;
    background: #6d6f71;
    border-color: #6d6f71;
}

/*** main button ***/

.btn-primary {
    color: #fff;
    background: #6d6f71;
    border-color: #6d6f71;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover, 
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background: #6d6f71;
    border-color: #6d6f71;
}
.btn-warning {
    color: #fff;
    background: #faa732;
    border-color: #f89406;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    background: #ea9b2c;
    border-color: #ea8c08;
}
.btn-danger {
    color: #fff;
    background: #da4f49;
    border-color: #c33a33;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    background: #ce433d;
    border-color: #b4322c;
}
.btn-success {
    color: #fff;
    background: #5bb75b;
    border-color: #51a351;
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background: #50a750;
    border-color: #489148;
}
.btn-info {
    color: #fff;
    background: #df6639;
    border-color: #d85e31;
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background: #bf562e;
    border-color: #c3562e;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #686868;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #fff!important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: #444;
    border-color: #333;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #333;
    border-color: #222;
    color: #fff;
}

/* list group */

.list-group a {
    border: 1px solid #e5e5e5;
    color: #888;
    padding: 8px 12px;
}
.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444;
    background: #eee;
    border: 1px solid #e5e5e5;
}
.list-group .list-group-item {
    border-radius: 0px;
}

.list-group .list-group-item:active {
    outline:none!important;
    background: none!important;
}

/* carousel */

.carousel-caption {
    color: #fff;
    text-shadow: 0 1px 0 #000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
#column-left .list-group {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #d8d8d8;
}
#column-left .list-group a {
    border: 0px;
    color: #002957;
    padding: 8px 12px;
    background: transparent;
}
#column-left a.list-group-item-top{
    width: 100%;
    display: block;
    float: none;
    clear: both;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 12px;
    color: #002957;
    background: transparent;
    border: 0px;
}
.fancybox-skin h4{
    color: #002957;
}
.fancybox-skin label {
    display: none;
}
/* product list */

.home .product-thumb {
    min-height: auto !important;
}

.product-thumb {
    margin-bottom: 20px;
    overflow: auto;
    min-height: 540px;
}
.product-thumb .image {
    text-align: center;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.product-thumb h4 {
    font-weight: 700;
    font-size: 15px;
}
.product-thumb h4 a:hover {
    color: #fdb71b;
}
.product-thumb h4 a {
    color: #002957;
}
.product-thumb .caption {
    padding: 10px 20px;
    text-align: center;
}
.product-thumb .description {
    font-size: 12px;
}
.product-thumb .rating {
    padding-bottom: 10px;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    color: #002957;
    font-size: 17px;
    margin-top: 10px;
    font-weight: 300;
}
.product-thumb .price-new {
    font-weight: 400;
}
.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    /*  display: block;*/
    display: none;
}
.product-thumb .button-group {
    background-color: transparent;
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #e5e5e5;
}
.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #fdb71b;
    color: #002957;
    line-height: 38px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 100%;
}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #e5e5e5;
}
.product-thumb .button-group button:hover {
    color: #fff;
    background-color:#0076be;
    text-decoration: none;
    cursor: pointer;
}
.product-thumb .button-group .cart {
    background: #fdb71b;
    color: #002957;
    font-weight: 600;
}
.product-thumb .button-group .cart:hover {
    background: #0077bd;
    color: #fff;
}
.product-thumb .button-group .fa{
    font-size: 15px;
}
/* Grid View specific*/

.product-grid .product-thumb .image {
    float: none;
    border: 1px solid #eeeeee;
}
.product-grid .product-thumb .description {}

/* List View specific*/

.product-list .product-thumb {
    border: 0px;
}
.product-list .product-thumb .image {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}
.product-list .product-thumb .description {}
.product-list .product-thumb .info {
    display: inline-block;
    vertical-align: top;
    width: 79%;
}
.product-list .product-thumb .caption {
    display: inline-block;
    margin-right: 5%;
    text-align: left;
    vertical-align: middle;
    width: 64%;
    padding-top: 0px;
}
.product-list .product-thumb .button-group {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    border: 0px;
    background: transparent;
    vertical-align: top;
}
.product-list .product-thumb .button-group button {
    margin-bottom: 2px;
    width: 100%;
    border: 1px solid #e5e5e5;
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.thumbnails > li {
    /* margin-left: 20px; */
    display: inline-block !important;
}

.thumbnails > img {
    width: 100%;
}

.thumbnails.img-1 li,
.thumbnails.img-2 li,
.thumbnails.img-3 li {
    width: calc(33.33% - 16px);
    margin-right: 20px;
}

.thumbnails.img-1 li:last-child,
.thumbnails.img-2 li:last-child,
.thumbnails.img-3 li:last-child {
	margin-right: 0 ;
}

.thumbnails.img-1 .thumbnail a > img, 
.thumbnails.img-1 .thumbnail > img,
.thumbnails.img-2 .thumbnail a > img, 
.thumbnails.img-2 .thumbnail > img,
.thumbnails.img-3 .thumbnail a > img, 
.thumbnails.img-3 .thumbnail > img {
    width: 100% !important;
    height: auto !important;
}

/* Product Page */

.thumbnail {
    padding:  0!important;
    margin: 0 !important;
}

a.thumbnail {
    border:0px !important;
    border-radius: 0px;
}
a.thumbnail:active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #ddd;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 0px;
    display: block;
    border: 0px;
}
.image-additional {
    /* max-width: 78px; */
}
.thumbnails .image-additional {
    /* float: left;
    margin-left: 20px; */
}

.thumbnail a > img, .thumbnail > img {
    width: 500px !important;
    height: 500px !important;
    object-fit: contain;
    /* border: 1px solid #eee;
    box-shadow: 0 3px 10px -6px rgba(0,0,0,0.3); */
}

.product-right h1 {
    margin: 0 0 20px 0;
}
.product-right .wishlist-compare {
    padding-left: 0;
}

.product-right .wishlist-compare .btn-group {
    width: 100%;
}
.product-right .wishlist-compare .btn {
    padding: 12px 14px 11px 14px;
    width: 50%;
}
.product-right .price {
    font-size: 25px;
    font-weight: 200;
    color: #002957;
}
.product-right .tax {
    display: none;
}
.product-right .details {
    font-size: 10px;
    color: #002a58;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#input-quantity {
    width: auto;
}

#product #store-info-bar {
    background-color: transparent !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.product .group-right li.tax {
    display: none;
}

.product .prod-details {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    min-height: 120px;
}

.product .prod-details p, .product .prod-details .sub, .product .prod-details .sup {
    font-size: 1.2em;
}

.product .prod-details p {
    margin-bottom: 12px;
}

.product .group-right {
    position: absolute;
    right: 30px;
    top: 0;
    width: 270px;
}

.product ul.list-unstyled {
    margin-bottom: 0 !important;
}

.product .group-right h2 {
    margin-bottom: 0;
    line-height: 1.3em;
}

/*
.product div#enquire {
    float: right;
    top: 0;
    position: absolute;
    right: 30px;
}*/

.product .variant div#enquire, .product .variant div#enquire-mob {
    float: none;
    position: relative;
    top: unset;
    right: unset;
}

.product #enquire .form-group, .product #enquire-mob .form-group {
    margin: 0 !important;
}

.product #enquire button, .product #enquire-mob button {
    border: 0 !important;
    margin: 0 !important;
    background-color: #6D6F71 !important;
    color: #fff !important;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    line-height: 1.1em;
    font-weight: 400;
    padding: 8px;
    font-size: 12px;
    text-align: center !important;
    white-space: normal;
}

.product .variant #enquire > h4, .product .variant #enquire-mob > h4 {
    font-size: 24px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 0 10px 0 !important;
}

.product .variant #enquire label, .product .variant #enquire-mob label {
    font-size: 1.2em;
}

.product .variant #enquire select, .product .variant #enquire-mob select {
    font-size: 1.3em;
    border: 1px solid #ddd;
    padding: 5px !important;
    height: 45px;
    font-weight: 500;
}

.product .group-right .captions {
    width: 100%;
    display: inline-block;
    padding: 0;
    text-align: center !important;
}

.product .group-right h2.price {
    font-weight: bold;
    color: #000;
    text-align: center !important;
}

.product .enquire-cta {
    margin-top: 15px;
}

.product .row.related {
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 25px;
}

.product .related-inner {
    margin-left: -10px;
    margin-right: -10px;
}

.desc {
    width: calc(100% - 270px);
    padding-right: 30px;
    min-height: 265px;
}

div#enquire {
    text-align: center !important;
}

#enquire .form-group .enquire-cta button {
    margin: 0 auto !important;
}

.product .prod-details:not(.variant) .group-right {
    width: 180px;
}

.product .prod-details:not(.variant) .desc {
    width: calc(100% - 180px);
}

.product .variant .group-right.mob .captions {
    display: none;
}

#product .captions li.price {
    font-size: 24px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    line-height: 1.3em;
}

#product .variant .captions li.price {
    display: none;
}

.desc-inner {
    min-height: 120px;
}

#product .benefits {
    position: relative;
    width: 100% !important;
    display: table;
}

#product .benefits .col {
    display: table-cell;
    vertical-align: middle !important;
    padding: 0 15px 0 0;
}

#product .benefits .col.swatches {
    width: 20%;
}

#product .benefits .col.warranty {
    width: 30%;
}

#product .benefits .col.icons {
    width: 55%;
    padding-right: 0;
}

#product .benefits .col.swatches img {
    width: calc(25% - 3px);
    display: inline !important;
}

#product .benefits .col.icons img {
    margin-right: 30px;
    width: calc(25% - 30px);
}

#product .benefits .col.icons img:last-child {
    margin-right: 0;
}


#product .benefits .col.warranty ul {
    list-style: none;
    padding: 5px 0 0 0;
}

#product .benefits .col.warranty > strong {
    font-size: 1.3em;
}

#product .product-thumb .info {
    display: table;
    padding-top: 15px;
}

#product .product-thumb .caption {
    padding: 0 15px 0 0;
    text-align: left;
}

#product .product-thumb .button-group {
    overflow: hidden;
    display: table-cell;
    vertical-align: top;
    /*padding-top: 20px;*/
}

#product .product-thumb .button-group button {
    background-color: #6D6F71 !important;
    color: #fff !important;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    line-height: 1.1em;
    font-weight: 400;
    padding: 8px;
    font-size: 12px;
}

@media (max-width: 768px) {
    #product .benefits .col.swatches,
    #product .benefits .col.warranty,
    #product .benefits .col.icons {
        width: 100% !important;
        padding: 0;
        margin-top: 15px;
        display: inline-block !important;
    }

    #product .benefits .col.swatches img {
        width: auto !important;
        margin: 0 !important;
        padding: 0px;
    }

    #product .benefits .col.icons img {
        width: auto !important;
        margin: 0 !important;
        padding: 0 10px;
    }
}

.related .product-thumb img {
    transition: 0.5s ease all;
}

.related .product-thumb {
    overflow: hidden;
}

.related .col-sm-4:hover .product-thumb img {
    transform: scale(1.1);
}

.product .variant .group-right.mob #enquire-mob .dropdown {
    width: 80%;
    display: inline-block;
    float: left;
    padding-right: 20px;
    text-align: left;
}

.product .variant .group-right.mob #enquire-mob .cta {
    width: 20%;
    display: inline-block;
    position: relative;
    top: -19px;
}

.product .variant .group-right.mob #enquire-mob .cta .enquire-cta {
    float: right;
    margin-top: 0;
}

@media (max-width: 480px) {
    .product .variant .group-right.mob #enquire-mob .dropdown {
        width: 70%;
    }

    .product .variant .group-right.mob #enquire-mob .cta {
        width: 30%;
    }
}

@media (max-width: 1000px) {
    #product .benefits .col.swatches {
        width: 30%;
    }

    #product .benefits .col.warranty {
        width: 30%;
    }

    #product .benefits .col.icons {
        width: 40%;
    }

    #product .benefits .col.swatches img {
        height: 50px !important;
        object-fit: contain;
        margin-bottom: 15px;
        margin-right: 0;
    }

    #product .benefits .col.icons img {
        width: calc(50% - 10px);
        height: 50px !important;
        object-fit: contain;
        margin-bottom: 15px;
        margin-right: 0;
    }

    .desc-inner {
        min-height: 160px;
    }
}

@media (min-width: 769px) {
    #product .container.prod-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .group-right.mob {
        display: none;
    }
}

@media (max-width: 768px) {
    .desc {
        width: 100%;
        padding: 0 !important;
        text-align: center;
    }

    .desc-inner {
        min-height: auto;
    }

    #product .benefits {
        width: 100% !important;
    }

    .product .group-right {
        position: relative;
        width: 100%;
        min-height: 100px;
    }

    .product .group-right .captions {
        width: calc(100% - 100px) !important;
    }


    .group-right.desktop {
        display: none;
    }


    .product .group-right.mob {
        display: table !important;
        margin-bottom: 10px;
        position: unset !important;
        width: 100% !important;
    }

    .product .group-right.mob .captions {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        padding-right: 15px;
        width: 50% !important;
    }

    .product .group-right.mob #enquire-mob {
        display: table-cell;
        vertical-align: middle;
        position: initial !important;
        width: 50% !important;
    }

    .product .prod-details:not(.variant) .group-right.mob #enquire-mob {
        padding-left: 15px;
    }

    .product .prod-details:not(.variant) .mob .enquire-cta {
        margin-top: 0 !important;
    }

    .product div#enquire, .product div#enquire-mob {
        right: 0;
        top: -10px;
    }

    .product .prod-details {
        padding-left: 25px;
        padding-right: 25px;
        text-align: center;
    }

    .thumbnails.img-1 > li {
	    width: 100% !important;
	}

	.thumbnails.img-2 > li, .thumbnails.img-3 > li {
	    width: 100% !important;
	    margin-bottom: 20px;
	}

	.thumbnails > li {
	    display: inline-block;
	    vertical-align: top;
	}

	.thumbnails {
/*	    width: 1500px !important;
	    display: inline-block;
	    overflow: auto;
	    overflow-y: hidden;
	    max-width:  100%;
	    white-space: nowrap;
	    padding-bottom: 25px; */
	    width: 100%;
	    display: inline-block;
	    overflow: hidden;
	}

	#product #content {
	    padding-bottom: 0;
	    padding-left: 15px;
	    padding-right: 15px;
	}

    .product .variant #enquire > h4, .product .variant #enquire-mob > h4 {
        text-align: center;
    }

    .product .prod-details:not(.variant) .desc {
        width: 100%;
    }
}

@media (max-width: 700px) {
    #product .benefits .col {
        padding: 0 20px 0 0;
        display: inline-block;
    }
}

@media (max-width: 650px) { /*
    #product .benefits .col.swatches {
        width: 50% !important;
        margin-bottom: 20px;
    }

    #product .benefits .col.warranty {
        width: 50% !important;
        margin-bottom: 20px;
        padding-right: 0 !important;
    }

    #product .benefits .col.icons {
        width: 100% !important;
    }

    #product .benefits .col.icons img {
        width: calc(25% - 3px);
        padding: 0 5px;
    } */
}

@media (max-width: 480px) {
    .desc {
        width: 100%;
    }

    .product .prod-details {
        padding-left: 15px;
        padding-right: 15px;
    }

    #product .benefits {
        width: 100% !important;
    }

    .product .group-right {
        position: relative;
        width: 100%;
    }

    .desc-inner {
        min-height: auto;
        margin-bottom: 30px;
    }

    #product .benefits .col,
    #product .benefits .col.swatches,
    #product .benefits .col.warranty {
        width: 100% !important;
        padding: 0;
        display: inline-block;
    }

    .product div#enquire, .product div#enquire-mob {
        right: 0;
    }

    .product .group-right .captions {
        width: calc(100% - 85px);
        padding: 0;
    }

    .product .prod-details p {
        text-align: center;
    }

    #product .benefits .col.warranty ul {
        text-align: center;
    }

    #product .benefits .col.warranty {
        text-align: center;
    }

    .product h3 {
        text-align: center;
    }

    .product .row.related {
        padding-top: 15px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .product #enquire-mob button {
        width: 70px !important;
        height: 70px !important;
    }

    .product .group-right.mob #enquire-mob .cta {
        top: 0 !important;
    }
}













/* Modules */

h3.featured, h3.latest, h3.bestseller, h3.special {
    font-size: 24px;
    margin: 0 0 30px 0;
    color: #0077bd;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.row.featured {
    margin-left: -10px;
    margin-right: -20px;
}

.row.featured .product-thumb .caption {
    padding: 10px 20px;
    /* display: none; */
}

.row.featured .product-thumb {
    margin-bottom: 0 !important;
}

.row.featured .product-thumb .caption .description {
    display: none;
}

/*
.row.featured .product-layout:nth-child(1) {
    background-color: #f3f8eb;
}

.row.featured .product-layout:nth-child(2) {
    background-color: #e1f4fd;
}

.row.featured .product-layout:nth-child(3) {
    background-color: #fff1e4;
}

.row.featured .product-layout:nth-child(4) {
    background-color: #efebe7;
} */

.row.featured .product-layout {
    width: calc(25% - 25px) !important;
    margin: 0 10px !important;
}

.row.featured .product-layout .product-thumb .price {
    background-color: #6d6e71;
    padding: 5px;
    cursor: pointer;
    font-size: 16px !important;
    color: #fff !important;
    transition: 0.3s ease all;
}

.row.featured .product-layout .product-thumb .price:hover {
    background-color: #48484a;
}

.row.featured .product-layout .product-thumb h4 a:hover {
    color: #0177be;
}

.row.featured.prod5 {
    width: 100%;
    height: 100%;
    display: flex;
    overflow-x: auto;
}

.row.featured.prod5 .product-layout {
    width: calc(23% - 25px) !important;
    flex-shrink: 0;
    height: 100%;
}

.row.featured.prod5::-webkit-scrollbar {
  height: 10px;
}

/* Track */
.row.featured.prod5::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.row.featured.prod5::-webkit-scrollbar-thumb {
  background: #c7c7c7; 
  border-radius: 20px;
}

/* Handle on hover */
.row.featured.prod5::-webkit-scrollbar-thumb:hover {
  background: #bebebe; 
}


/* .htmlcontent {
    margin-bottom: 30px;
} */

.header-sep {
    position: relative;
    z-index: 1;
    color: #6D6F71 !important;
    font-size: 32px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-align: center;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.header-sep:before {
        border-top: 3px solid #6d6f71;
        content:"";
        margin: 0 auto; /* this centers the line to the full width specified */
        position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 45%; left: 0; right: 0; bottom: 0;
        width: calc(100% - 0px);
        z-index: -1;
}

.header-sep span { 
        /* to hide the lines from behind the text, you have to set the background color the same as the container */ 
        background: #fff; 
        padding: 0 15px; 
}

/*
.special-blocks-4 {
    width: 100%;
    margin-bottom: 20px;
}

.special-blocks-4 .sp-block {
    width: calc(25% - 18px);
    display: inline-block;
    text-align: center;
    padding: 15px;
    margin-right: 20px;
}

.special-blocks-4 .green {
    background-color: #F3F8EB;
}

.special-blocks-4 .blue {
    background-color: #E1F4FD;
}

.special-blocks-4 .orange {
    background-color: #FFF1E4;
}

.special-blocks-4 .brown {
    background-color: #EFEBE7;
}

.special-blocks-4 .sp-block:last-child {
    margin-right: 0 !important;
}

.special-blocks-4 .sp-block img {
    height: 200px;
    width: 100%;
    object-fit: contain;
}
*/

.special-row:after {
    content: "";
    display: table;
    clear: both;
}

.sp-block {
    text-align:center;/* demo */
    background-color: #9FD0F0 ;
    box-sizing:border-box;
    background-repeat: no-repeat;
    background-size: cover;
}

.sp-block-inner {
    padding: 20px 20px 0px 20px;
}

.sp-block.green {
    background-color: #F3F8EB;
}

.sp-block.blue {
    background-color: #E1F4FD;
}

.sp-block.orange {
    background-color: #FFF1E4;
}

.sp-block.brown {
    background-color: #EFEBE7;
}

.special-row .sp-block img {
    height: 200px;
    width: 100%;
    object-fit: contain;
}

.sp-block .stock-level {
    background-color: #6D6E71;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 2px;
}

@media only screen and (min-width:768px) { 
    .sp-block {
        float: left;
        width: 100%;
        margin: 0 10px;
    }

    .sp-block.half {
        width: calc(50% - 20px);
    }

    .sp-block.third {
        width: calc(33.33333% - 20px);
    }

    .sp-block.quarter {
        width: calc(25% - 20px);
    }

    .special-row {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 20px;
    }
    .special-wrapper {
        overflow-x: hidden
    }
}

.sp-block h5 {
    color: #000;
}

.sp-block h5 .price {
    color: #D2232A !important;
    padding-right: 5px;
}

.special-row a:hover img {
    transform: scale(1.05);
}

.special-row a img {
    transition: 0.5s ease all;
}

.collections-row:after {
    content: "";
    display: table;
    clear: both;
}

.collection-block {
    text-align:center;/* demo */
    background-color: #9FD0F0 ;
    box-sizing:border-box;
    /* padding: 20px; */
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/*
.collection-block.lounge-sofas {
    background-image: url('/catalog/view/theme/default/image/lounge.jpg');
}

.collection-block.bedroom {
    background-image: url('/catalog/view/theme/default/image/bedroom.jpg');
}

.collection-block.living-room {
    background-image: url('/catalog/view/theme/default/image/livingroom.jpg');
}

.collection-block.dining {
    background-image: url('/catalog/view/theme/default/image/dining.jpg');
}

.collection-block.office {
    background-image: url('/catalog/view/theme/default/image/office.jpg');
}

.collection-block.mobility {
    background-image: url('/catalog/view/theme/default/image/mobility.jpg');
}

.collection-block.outdoor {
    background-image: url('/catalog/view/theme/default/image/outdoor.jpg');
} */

/* the larger viewport css */
@media only screen and (min-width:768px) { 
    .collection-block {
        float: left;
        width: 100%;
        height: 350px;
        margin: 0 10px;
        position: relative;
    }

    .collection-block.half {
        width: calc(50% - 20px);
    }

    .collection-block.third {
        width: calc(33.33333% - 20px);
    }
    .collections-row {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 20px;
    }
    .collections-wrapper {
        overflow-x: hidden
    }
}

.collection-block.third {
    height: 400px !important;
}

.collection-block.half {
    height: 400px !important;
}

.collection-block h3, .collection-block h3 a {
    color: #fff !important;
    margin: 0 !important;
    padding: 0;
    font-size: 46px;
    font-weight: 600;
    text-shadow: 0 10px 10px rgba(0,0,0,0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    width: 90%;
}

@media (max-width: 1000px) {
    .collection-block h3, .collection-block h3 a {
        font-size: 30px !important;
    }
}

.collection-block .collection-bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.collection-block .collection-bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.collection-block a:hover .collection-bg img {
    transform: scale(1.05);
}

.collection-block a .collection-bg img {
transition: 0.6s ease all;
}

/* Panels */
.panel-default > .panel-heading {
    background-color: #f8f8f8;
    border-color: #e5e5e5;
    color: #666;
    border-radius:0;
}
.panel-title {
    font-size: 13px;
    font-weight: 600;
}
.panel-group .panel {
    border-radius: 0px;
}
.well {
    border-radius: 0px;
    border: 1px solid #e5e5e5;
    background: #f8f8f8;
    box-shadow: none;
    padding: 20px;
}

.panel {
    box-shadow: none;
}
.panel-default {
    border-color: #ddd;
}

/* Floats */

.clearfloat:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    margin-bottom: -20px;
}
.clearfloat {
    display: block;
}

/* Page Specific */

#login label {
    display: none;
}


/* fixed product layouts used in left and right columns */

#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}
.header #cart table .btn-primary,
.header #cart table .btn-danger {
    background: transparent;
    border: 0px;
    box-shadow: none;
    font-size: 11px;
    padding: 5px 8px;
    box-shadow: none;
    text-shadow: none;
}
.header #cart table .btn-primary {
    color: #888;
}
.header #cart table .btn-danger {
    color: #da4f49;
}
.header #cart table .btn-primary .fa,
.header #cart table .btn-danger .fa {
    font-size: 15px;
}
/* fixed mobile cart quantity input */

.input-group .form-control[name^=quantity] {
    width: 50px;
}
.quantity .input-group {
    display: inline-block;
}

/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* Tables */

table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
    border-top: 0px;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-color: #e5e5e5;
}
.table-bordered > thead {
    background: #f8f8f8;
    font-weight: 600;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
    border-bottom-width: 1px;
}
.table-striped > tbody > tr {
    background: #fff!important;
}

/* Mobile Hide */

.mobile {
    display: none!important;
}

/* Contact Form */
.form-builder h4 {
    font-size: 13px;
    color: #444;
}
.form-builder .btn-primary {
    display: block;
    width: 100%;
}

/* Photo Gallery */
#gallery #content img {
    width: 24.5%!important;
}

#button-search {
    margin-bottom: 30px;
}

.product-layout {
    float: left;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
}

.form-builder h4 {
    display: none;
}

.form-control:focus, input[type="text"]:focus, textarea:focus, input:focus {
    border-color: #ccc;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

/* Map Popup - start */
.modal-content {
    background: #0077bd;
}
.modal-content h3,.modal-content h4,.modal-content h5{
   color: #fff;
}
.pac-container {
    z-index: 1050 !important;
}
#pac-input {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #eeeeee;
    padding: 8px;
}
/* Map Popup - end */

#homepage-boxes{
    display: inline-block;
    max-width: 1200px;
    width: 100%;
}
#homepage-boxes h2 {
    color: #002957;
    font-size: 40px;
}
#homepage-boxes h3 {
    color: #002957;
    text-transform: capitalize;
    font-size: 24px;
    margin-top: -10px;
}
#homepage-boxes p {
    color: #002957;
    font-size: 19px;
    margin-top: -10px;
}

#homepage-boxes a.button {
    background: #fcb61a;
    font-weight: 500;
    padding: 7px 21px;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    color: #002957;
}
#homepage-boxes a.button:hover {
    background: #002957;
    color: #fff;
}

.section-1 {    
	margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    max-width: 1200px;
    width: 100%;
}
.section-1 .banner-1 {
    float: left;
    max-width: 390px;
    width: 100%;
    text-align: right;
    padding: 6% 0px;
}

.section-1 .banner-2 {
    float: right;
    max-width: 790px;
    width: 100%;
}
.section-1 .banner-1 img{
    max-width: 390px !important;
    width: 100% !important;
    height: auto !important;
}
.section-1 .banner-2 img{
    max-width: 790px !important;
    width: 100% !important;
    height: auto !important;
}
.section-2 {
    display: inline-block;
    max-width: 1200px;
    width: 100%;
    margin-bottom: 15px;
}
.section-2 .banner-1 {
    float: left;
    clear: both;
    max-width: 790px;
    width: 100%;
}
.section-2 .banner-2 {
    float: right;
    max-width: 390px;
    width: 100%;
    padding: 6% 0px;
}
.section-2 .banner-1 img{
    max-width: 790px !important;
    width: 100% !important;
    height: auto !important;
}
.section-2 .banner-2 img{
    max-width: 390px !important;
    width: 100% !important;
    height: auto !important;
}
.section-3 {
    display: inline-block;
    max-width: 1200px;
    width: 100%;

}
.section-3 .banner-1 {
    float: left;
    max-width: 390px;
    width: 100%;
    text-align: right;
    padding: 6% 0px;
}
.section-3 .banner-2 {
    float: right;
    max-width: 790px;
    width: 100%;
}
.section-3 .banner-1 img{
    max-width: 390px !important;
    width: 100% !important;
    height: auto !important;
}
.section-3 .banner-2 img {
    max-width: 790px !important;
    width: 100% !important;
    height: auto !important;
}

.row.footer-top {
    background: #eee;
    padding: 0 20px;
    margin-bottom: -30px;
    display: none !important;
}
#dream_column_footer_top {
    position: relative;
    max-width: 1200px;
    width: 100%;
    background: #fff;
    padding: 50px 70px;
    display: block;
    box-shadow: 0px 0px 4px #C3C3C3;
}
.catalog-img img{
    box-shadow: 3px 3px 8px #c8c8c8;
}
.catalog-img{
   float: left;
}
.newsletter-form .container {
    width: auto;
    padding: 0px;
}
.newsletter-form {
    float: right;
    max-width: 470px;
    width: 100%;
    padding: 25px 30px;
}
.newsletter-form .col-sm-12{
    margin: 0px;
    padding: 0px;
}
.newsletter-form input{
    margin-bottom: 20px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #eee;
}
.newsletter-form p.sub-text {
    color: #002957;
    text-align: left;
    font-size: 17px;
    padding-bottom: 20px;
}
.newsletter-form .form-group {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
#product #content {
    min-height: auto !important;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
}
#product #content .product-right {
    box-shadow: 0px 0px 5px #dedede;
    padding: 30px;
    margin-top: 40px;
}
#product #content #product-row{
    /* margin-bottom: 40px; */
    margin: 0 !important;
}
#product #content h2 {
    font-size: 24px;
    color: #0077bd;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
}
.row.featured .button-group {
    background-color: transparent;
    overflow: auto;
    display: none;
}

/*
.branding img {
    max-width: 245px !important;
    width: 100% !important;
}

.branding {
    text-align: center;
}
.branding .section1 {
    display: inline-block;
    padding: 20px 15px 19px 15px;
}
.branding .section2 {
    display: inline-block;
}

.branding .section3 {
    display: inline-block;
}
.branding .section4 {
    display: inline-block;
}
.branding div {
    border-right: 1px solid #002957;
}
.branding div:last-of-type{
    border-right: 0px;
}

.branding .brand img {
    width: 380px !important;
    max-width: 100% !important;
    height: 60px !important;
    object-fit: contain;
}
*/

.branding:after {
    content: "";
    display: table;
    clear: both;
}

.brand {
    text-align:center;/* demo */
    box-sizing:border-box;
    padding: 10px;
    margin-bottom: 20px;
}

.branding .brand img {
    max-width: 100% !important;
    width: 380px !important;
    height: 75px !important;
    object-fit: contain;
}

.branding .brand.section4 {
    margin-bottom: 0 !important;
}

.brand {
    float: left;
    width: 100%;
    margin: 0 10px;
}
    

.brand.third {
    width: calc(33.33333% - 20px);
    padding: 0 !important;
}

.brand.third img {
    width: 100% !important;
}

.branding {
    margin-left: -10px;
    margin-right: -10px;
}

@media (max-width: 767px) {
    .brand.third {
        width: calc(100% - 20px);
        padding-bottom: 5px !important;
    }
}

@media only screen and (min-width:768px) { 
    /* .brand {
        float: left;
        width: 100%;
        margin: 0 10px;
    }


    .brand.third {
        width: calc(33.33333% - 20px);
    }

    .branding {
        margin-left: -10px;
        margin-right: -10px;
    } */
}

.brand.half {
    width: calc(50% - 20px);
    padding: 0;
}

@media (max-width: 768px) {
	.brand.half {
	    width: calc(100% - 20px);
	    margin-bottom: 20px;
	}

	.branding .brand.section2.half img {
		width: 100% !important;
		height: 65px !important;
	}


    .body-bottom {
        margin-left: -15px;
        margin-right: -15px;
    }

    .row.footer {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .footer-mywork {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.branding .brand.section2 img {
    width: 100% !important;
}

.branding .brand.section2 p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    width: 55% !important;
    line-height: 1;
    display: inline-block;
    margin: 0 !important;
    top: 53%;
    position: absolute;
    left: 30px;
    text-align: left;
    transform: translateY(-50%);
}

#menu #cart-menu .dropdown-menu {
    min-width: 285px;
    padding-top: 10px;
}
#menu #cart-menu .dropdown-menu  .text-right a{
    font-size: 11px;
    margin-right: 20px;
    color: #002957;
}

#menu #cart-menu .dropdown-menu  .text-right a:hover{
    color: #fff;
}

/* Responsive Tables */
.Rtable {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 3em 0;
    padding: 0;
}
.Rtable-cell {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;  // Default to full width
    padding: 0.8em 1.2em;
    overflow: hidden; // Or flex might break
    list-style: none;
    border: solid @bw white;
    background: fade(slategrey,20%);
}
.Rtable-cell > h1, .Rtable-cell > h2, .Rtable-cell > h3, .Rtable-cell > h4, .Rtable-cell > h5, .Rtable-cell > h6 { margin: 0; }

/* Table column sizing
================================== */
.Rtable--2cols > .Rtable-cell  { width: 50%; }
.Rtable--3cols > .Rtable-cell  { width: 33.33%; }
.Rtable--4cols > .Rtable-cell  { width: 25%; }
.Rtable--5cols > .Rtable-cell  { width: 20%; }
.Rtable--6cols > .Rtable-cell  { width: 16.6%; }

// Non-Flex modernizer fallback
.no-flexbox .Rtable {
    display: block;
}
.no-flexbox .Rtable > .Rtable-cell { width: 100%; }
.no-flexbox .Rtable > .Rtable-cell--foot { margin-bottom: 1em; }

.Rtable-cell {
    padding: 5px;
}

.sidebar-information.store ul > li > a,
.sidebar-information.store > h3 {
    color: rgb(237, 25, 68) !important;
}

.bnews-list .artblock .name {
    padding-top: 6px;
    padding-bottom: 6px;
    border-top: 1px solid #002957;
    border-bottom: 1px solid #002957;
    margin-top: 2px;
    margin-bottom: 5px;
}

.catalogues {
    margin-bottom: 10px;
}

.catalogues > a > div {
    border: 1px;
    border-color: #777;
    border-style: solid;
    margin-left: auto;
    margin-right: auto;
    max-width: 267px;
}

.catalogues > a > div:hover {
    border-color: #0077be;
    color: #0077be;
}
.catalogues > a:focus {
    color: #0077be;
    text-decoration: none;
}
.catalogues > a:focus > div {
    border-color: #0077be;
}

.information-39 a.thumbnail > img {
    margin-left: 0;
}
.mi-toptext {
    color: #002957;
    text-align: left;
    font-size: 17px;
    padding-bottom: 20px;
}

.mailchimp-integration input {
    margin-bottom: 20px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #eee;
}

select.form-control {
    border-color: #fff;
    border-bottom-color:  #e5e5e5;
}

/* custom CSS requested by Allan */

a.hideDisplay{
  position: relative;
  z-index: 20; 
  color: #000;
  text-decoration: none
}
  
a.hideDisplay:hover{
 z-index: 30; 
}

a.hideDisplay span.showDisplayOnHover{
  display: none
}

a.hideDisplay:hover span.showDisplayOnHover{ 
  font-family: Calibri, sans-serif;
  display: block;
  border-radius: 5px;
  position: absolute;
  font-size: 18px;
  line-height: 25px;
  top: 5px; 
  left: 20px; 
  width: auto;
  padding: 10px;
  background-color: #FFF8F0; 
  color: #000000;
  text-align: left;
}

span.showBodyOfDisplayOnHover {
  font-size: 16px; 
  font-weight: normal;
  color: #444;
}

.hide {
	display: none;
}

.body-bottom-row:after {
    content: "";
    display: table;
    clear: both;
}

.bb-block {
    text-align:center;/* demo */
    box-sizing:border-box;
    /* padding: 20px; */
    margin-bottom: 20px;
    background-repeat: no-repeat;
}

/* the larger viewport css */
@media only screen and (min-width:768px) { 
    .bb-block {
        float: left;
        margin: 0 10px;
    }

    .bb-block.pg {
        width: calc(60% - 24px);
        padding: 0;
    }

    .bb-block.newsletter {
        width: calc(40% - 25px);
        margin-left: 15px !important;
    }

    .body-bottom-row {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 20px;
    }
    .body-bottom {
        overflow-x: hidden
    }
}

.bb-block.pg img {
    width: 100%;
}

.bb-block.newsletter {
    background-color: #60A3BE;
    padding: 40px;
    height: 218.69px !important;
}

.bb-block.newsletter input.btn {
    background-color: #002957;
    border: 0;
    width: 100px !important;
    color: #fff;
    font-size: 14px;
    height: 45px;
}

.bb-block.newsletter h3 {
    color: #fff !important;
    font-size: 25px;
    width: 70%;
    text-transform: none;
    font-weight: 600;
    margin: 0 auto;
    padding-bottom: 30px;
}

.bb-block.newsletter .form-group {
    width: 100% !important;
    margin: 0;
}

.bb-block.newsletter .form-group input[type=email] {
    border: 0;
    height: 45px;
    padding: 10px 15px;
    width: calc(100% - 100px);
    float: left;
    font-size: 14px;
    color: #002957;
}

#category #store-info-bar {
	background-color: transparent !important;
	height: auto !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.category-top-row:after {
    content: "";
    display: table;
    clear: both;
}

.ct-block {
    text-align:center;/* demo */
    box-sizing:border-box;
    /* padding: 20px; */
    margin-bottom: 20px;
    background-repeat: no-repeat;
}

.ct-block.store {
    background-color: #9FD0F0 !important;
}

.ct-block.special {
    background-color: #002957 !important;
}

@media (max-width: 768px) {
    .ct-block.special {
        display: none !important;
    }

    .ct-block.store {
        width: calc(100% - 20px) !important;
    }
}

/* the larger viewport css */
@media only screen and (min-width:769px) { 
    .ct-block {
        float: left;
        margin: 0 10px !important;
    }

    .ct-block.store {
        width: calc(70% - 24px) !important;
        background-color: #9FD0F0 !important;
        height: 85px !important;
        padding: 5px !important;
    }

    .ct-block.special {
        width: calc(30% - 16px);
        background-color: #002957 !important;
        height: 85px !important;
        display: table;
    }

    .ct-block.special a{
    	color: #fff !important;
    	text-transform: uppercase !important;
    	display: table-cell;
    	vertical-align: middle;
    	font-size: 18px !important;
    	font-weight: 500 !important;
    }

    .ct-block.special a:hover {
    	opacity: 0.8;
    }

    .category-top-row {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 30px;
    }
}

#category #column-left .list-group {
    text-align: center;
    display: table;
    margin: 0 auto 20px;
}

#category #column-left .list-group .list-group-item {
    line-height: 1.3em;
    vertical-align: middle;
    display: table-cell;
    border-right: 5px solid #fff;
}

.sub-cat .col-sm-2 {
    width: 100% !important;
}

.sub-cat img.cover {
    width: 100% !important;
    /* height: 500px; */
    object-fit: cover;
    border: 0 !important;
    padding: 0 0 15px 0 !important;
}

.sub-cat .compare-filter {
    display: none;
}

.sub-cat hr.x {
    display: none;
}

.sub-cat h2.sub-cat-heading {
    color: #000;
    margin: 12px 0;
    font-size: 23px;
    font-weight: 600;
    padding: 0 15px;
}

.sub-cat .products-section .product-layout h4, 
.sub-cat .products-section .product-layout h4 a,
.products-section .product-layout h4,
.products-section .product-layout h4 a,
.product-thumb h4,
.product-thumb h4 a,
.search .product-layout h4,
.search .product-layout h4 a
 {
    color: #000 !important;
    font-size: 17px;
    font-weight: 500 !important;
    margin: 0 0 5px 0;
}

.sub-cat .products-section .product-layout .description,
.sub-cat .products-section .product-layout .dimensions,
.products-section .product-layout .description,
.products-section .product-layout .dimensions,
.search .product-layout .description,
.search .product-layout .dimensions,
.product .product-thumb .description {
    text-align: left !important;
    color: #6D6F71;
    font-size: 14px;
    font-weight: 300;
}

.sub-cat .products-section .product-layout .caption,
.products-section .product-layout .caption,
.search .product-layout .caption {
    padding: 0;
    text-align: left;
    padding-right: 15px;
}

.sub-cat .products-section .product-layout .price,
.products-section .product-layout .price,
.search .product-layout .price,
.product .product-thumb .price,
.product .product-thumb .price .price-new {
    color: #000 !important;
    font-weight: 400 !important;
    margin: 5px 0;
}

.sub-cat .products-section .product-layout .button-group button,
.products-section .product-layout .button-group button,
.search .product-layout .button-group button {
    background-color: #6D6F71 !important;
    color: #fff !important;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    line-height: 1.1em;
    font-weight: 400;
    padding: 8px;
    font-size: 12px;
}

.sub-cat .products-section .product-layout .button-group,
.products-section .product-layout .button-group,
.search .product-layout .button-group {
    overflow: hidden;
    /* position: absolute;
    right: 35px;
    bottom: 55px; */
    display: table-cell !important;
    vertical-align: top  !important;
}

.sub-cat .products-section .product-layout .info,
.products-section .product-layout .info,
.search .product-layout .info {
    display: table;
    padding-top: 15px;
}

.search .product-layout .info {
    margin-top: 15px !important;
}

.no-store .product-layout .caption p.price {
    display: none;
}

.no-store .product-layout .button-group {
    bottom: 40px !important;
}

.sub-cat .products-section .product-layout .button-group button:focus,
.products-section .product-layout .button-group button:focus,
.search .product-layout .button-group button:focus {
    outline: 0;
}

.sub-cat .products-section .product-layout .button-group button:hover,
.products-section .product-layout .button-group button:hover,
.search .product-layout .button-group button:hover {
    background-color: #6D6F71 !important;
}

.pages.row {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .pages.row .col-sm-6 {
        text-align: center;
    }

    .sub-cat h2.sub-cat-heading, .sub-cat h2.sub-cat-heading + div > p {
        text-align: center;
    }
}

@media (max-width: 480px) {
    #category .mfilter-box {
        width: 100%;
    }

    #category #mfilter-opts-price-min, #category #mfilter-opts-price-max {
        width: 154px !important;
        min-width: 154px !important;
    }
}


.sub-cat .sub-cat-details {
    width: 100%;
    display: /*flex;*/ table;
    margin-bottom: 20px;
}

.sub-cat .sub-cat-details .col {
    display: /*inline-block;*/ table-cell;
    vertical-align: middle;
    padding: 0 15px 0 0;
}

.sub-cat .sub-cat-details .col img {
    width: auto;
}

.sub-cat .sub-cat-details .col.swatch {
    width: 25%;
}

.sub-cat .sub-cat-details .col.warranty {
    width: 20%;
}

.sub-cat .sub-cat-details .col.icons img {
    padding: 0 5px;
}

.sub-cat .sub-cat-details .col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a.btn-primary.btn.back {
    width: 100%;
    margin-top: 15px;
    padding: 2px;
    font-size: 12px;
}

.product .variant .mob + a.btn-primary.btn.back {
    margin-top: -15px !important;
    margin-bottom: 15px !important;
}

.product .mob + a.btn-primary.btn.back {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}

.related > h3 {
    color: #000 !important;
    text-align: center;
}

.information-39 .thumbnail a > img, .information-39 .thumbnail > img {
    width: auto !important;
    height: auto !important;
}

.information-39 ul.thumbnails li:first-child a img {
    width: 100% !important;
    text-align: left;
}

.information-39 ul.thumbnails {
    text-align: left !important;
    margin-top: 10px;
}

.information-39 ul.thumbnails li.image-additional img {
    width: 100% !important;
}

.information-39 ul.thumbnails li:first-child {
    display: block !important;
    margin-bottom: 15px;
}

.information-39 .thumbnails .image-additional:last-child {
    margin-right: 0 !important;
}

.information-39 .thumbnails .image-additional {
    width: calc(33.33% - 9px);
    margin-right: 10px;
}

.information-39 .panel-body h2 + div.col-sm-12 {
    padding: 0;
}

.information-39 img.mfp-img {
    padding: 0 !important;
    width: 1000px;
}

.information-39 .mfp-title {
    padding-left: 35px !important;
}

.information-39 .mfp-counter {
    right: 35px;
}

.information-39 .mfp-image-holder .mfp-close, .information-39 .mfp-iframe-holder .mfp-close {
    right: 5px !important;
}

@media (max-width:768px) {
    a.btn-primary.btn.back {
        width: 200px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}


@media (max-width: 480px) {
    a.btn-primary.btn.back {
        width: 100% !important;
    }

    .product .variant .mob + a.btn-primary.btn.back {
        margin-top: 0px !important;
    }
}

/*
@media (max-width: 1200px) {    
    .sub-cat .sub-cat-details .col {
        display: inline-block;
    }

    .sub-cat .sub-cat-details .col.warranty {
        width: 30%;
    }
} 

@media (max-width: 1000px) {    
    .sub-cat .sub-cat-details .col.swatch {
        width: 50%;
    }
    
    .sub-cat .sub-cat-details .col.warranty {
        width: 50%;
    }
    
    .sub-cat .sub-cat-details .col.swatch img {
        width: 100%
    }    

    .sub-cat .sub-cat-details .col.icons img {
        height: 60px;
    }
}

@media (max-width: 768px) {    
    .sub-cat .sub-cat-details .col.icons {
        width: 50%;
    }    

    .sub-cat .sub-cat-details .col.icons img {
        height: 50px;
    }
}

*/

@media (max-width: 1200px) {
    .sub-cat .sub-cat-details .col {
        display: inline-block !important;
    }

    .sub-cat .sub-cat-details .col.swatch {
        width: 30%;
    }
    
    .sub-cat .sub-cat-details .col.warranty {
        width: 25%;
    }
    
    .sub-cat .sub-cat-details .col.icons {
        width: 45%;
    }

    .sub-cat .sub-cat-details .col.icons ul li {
        width: calc(50% - 2px);
        height: 100px;
    }

    .sub-cat .sub-cat-details .col.swatch img {
        width: 100% !important;
    }

    .sub-cat .sub-cat-details .col.icons img {
        height: 60px;
    }
}

@media (max-width: 1000px) {
    .sub-cat .sub-cat-details .col.swatch {
        width: 28%;
    }
    
    .sub-cat .sub-cat-details .col.warranty {
        width: 32%;
    }
    
    .sub-cat .sub-cat-details .col.icons {
        width: 40%;
    }
}

@media (max-width: 768px) {
    .sub-cat .sub-cat-details .col {
        text-align: center;
        padding: 0 0 15px 0;
    }

    .sub-cat .sub-cat-details .col.swatch {
        width: 100%;
    }
    
    .sub-cat .sub-cat-details .col.warranty {
        width: 100%;
    }
    
    .sub-cat .sub-cat-details .col.icons {
        width: 100%;
    }

    .sub-cat .sub-cat-details .col.swatch img {
        width: auto !important;
        height: auto !important;
    }
}

@media (max-width: 374px) {
    .sub-cat .sub-cat-details .col.swatch img,
    .sub-cat .sub-cat-details .col.warranty img,
    .sub-cat .sub-cat-details .col.icons img {
        width: 100% !important;
        object-fit: contain;
    }
}

/* END custom css */





/*** Price Guarantee ***/

/************************************************************************************
   MEDIA QUERIES
*************************************************************************************/


/*====================== 1850px ======================*/

@media (max-width: 1850px) {

    .catalog-img {
        display: none;
    }


}

/*====================== 1350px ======================*/

@media (max-width: 1350px) and (min-width: 768px) {
    .bb-block.newsletter {
        padding: 35x !important;
        height: auto !important;
        margin-bottom: 20px;
    }

    .bb-block.newsletter {
        width: calc(100% - 30px) !important;
        margin: 0 15px 20px 15px !important;
    }

    .bb-block.pg {
        width: calc(100% - 30px) !important;
        margin: 0 15px !important;
    }

    .bb-block.newsletter .form-group {
        width: 600px !important;
        margin: 0 auto !important;
    }

    .footer-block.third.finance {
        width: calc(100% - 20px) !important;
        margin-bottom: 20px;
    }

    .footer-block.third.information, .footer-block.third.contact {
        width: calc(50% - 20px) !important;
    }
}

@media (max-width: 1328px) {
    .sub-cat img.cover {
        object-fit: contain;
        height: 100%;
    }
}

/*====================== 1300px ======================*/

@media (max-width: 1300px) {

    .catalog-img {
        display: none;
    }


    .nivo-caption {
        bottom: 60px !important;
    }
    .nivo-caption h2 {
        font-size: 28px !important;
        padding: 30px 30px;
        width: 520px !important;
        color: #fff;
        border-radius: 0px 3px 3px 0px;
    }
    .nivo-caption h5 {
        font-size: 15px !important;
        padding: 20px 30px;
        width: 400px !important;
        color: #fff;
        border-radius: 0px 0px 3px 0px;
        margin-top: -10px;
        font-weight: 600;
    }
}
/*====================== 1200px ======================*/

@media (max-width: 1200px) {

    .catalog-img {
        display: none;
    }

    .main-menu {
        display: none;
    }
    .top-links .mobile-menu {
        display: inline-block;
    }
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
    .product-grid .product-thumb .caption {
        padding: 10px;
    }
    .product-thumb .button-group button,
    .product-thumb .button-group button + button {
        /*width: 33.33%;*/
    }
    .container {
        width: 100%;
    }
    .product-right .wishlist-compare {
        padding-left: 15px;
        margin-top: 10px;
    } 
    .product-right .btn-group {
        width: 100%;
    }
    .product-right .wishlist-compare .btn {
        width: 50%; 
    }
    .nivo-caption {
        bottom: 60px !important;
    }

    .section-1 .banner-1 {
        float: left;
        width: 32.3% !important;
    }
    .section-1 .banner-2 {
        float: right;
        width: 65.3% !important;
    }
    .section-2 .banner-1 {
        float: left;
        clear: both;
        width: 65.3%;
    }
    .section-2 .banner-2 {
        float: right;
        width: 32.3%;
    }
    .section-3 .banner-1 {
        float: left;
        width: 32.3% !important;
    }
    .section-3 .banner-2 {
        float: right;
        width: 65.3% !important;
    }
    #menu .container {
        /* padding: 0px; */
    }
    #menu .nav > li > a {
        padding: 15px 10px;
    }
    .account-function .dropdown a {
        padding: 15px 10px;
    }


    .branding .brand.section2 p {
        display: none;
    }

    .branding .brand.section2 img {
        width: 350px !important;
        margin-right: 0;
        float: none;
    }

    .collection-block h3 {
        font-size: 32px !important;
    }
    
    div#store-details-page {
        background-position: bottom center !important;
        background-size: contain !important;
        background-color: #68a2d4 !important;
    }
}

/*====================== 1024px ======================*/
@media only screen and (max-width: 1024px) {
    .header-logo, .header-actions {
        width: 100% !important;
    }

    .header-actions {
        position: relative;
        top: 30px;
        bottom: 0 !important;
    }

    .header-actions .social {
        float: none !important;
    }


    .row.featured .product-layout {
        width: calc(50% - 25px) !important;
    }

    .row.featured .product-layout:nth-child(1), .row.featured .product-layout:nth-child(2) {
        margin-bottom: 20px !important;
    }
}

/*====================== 1024px to 769px ======================*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .header {
        padding-top: 20px;
    }
}

/*====================== 991px ======================*/

@media (max-width: 991px) {

    #menu .nav > li > a {
        font-size: 16px;
        padding: 10px !important;
    }
    #menu .btn-inverse {
        color: #001947 !important;
        text-shadow: none;
        background: transparent;
        border-color: transparent;
        height: 50px;
        position: relative;
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .account-function a.dropdown-toggle {
        padding: 15px 25px;
        position: relative;
        top: 15px;
        border-right: 1px solid #001947;
        color: #fff;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 600;
    }
    .branding div.col-sm-6:nth-child(2n) {
        border-right: 0px;
    }
   .branding div.col-sm-6:nth-last-child(n+3) {
        border-bottom: 1px solid #002957;
    }
}
/*====================== 980px ======================*/

@media (max-width: 980px) {

    .newsletter-form {
        float: left;
        max-width: 100%;
        width: 100%;
        padding: 25px 30px;
        clear: both;
        text-align: center;
    }
    .newsletter-form p.sub-text {
        color: #002957;
        text-align: center;
        font-size: 17px;
        padding-bottom: 20px;
    }
    .catalog-img {
        display: none;
    }
    #dream_column_footer_top {
        position: relative;
        max-width: 1200px;
        width: 100%;
        background: #fff;
        padding: 50px 20px;
        display: block;
        box-shadow: 0px 0px 4px #C3C3C3;
    }
}
/*====================== 900px ======================*/

@media (max-width: 900px) {
    .information-1 #content.col-sm-9 {
        width: 65%;
    }
    .information-1 #content.col-sm-3 {
        width: 35%;
    }
    .information-1 #column-right {
        width: 35%;
    }

    .section-1 .banner-1 {
        padding: 3% 0px;
    }
    .section-2 .banner-2 {
        padding: 3% 0px;
    }
    .section-3 .banner-1 {
        padding: 3% 0px;
    }

}
    
/*====================== 870px ======================*/

@media (max-width: 768px) {
    #top {
        background-color: #1077bd;
        padding: 0px;
        margin: 0;
        min-height: 40px;
        display: none;
        border-bottom: 1px solid #0067ad;
    }
    .top-links {
        padding-top: 0px;
    }
    #top a#location-button {
        display: none;
    }
    header .dropdown {
        display: block;

    }
    #top ul {
        margin-top: 0;
        margin-bottom: 0px;
    }
    .account-function {
        display: none;
    }
    .mobile {
        display: block !important;
        float: right;
    }
    #cart-menu {
        display: none;
    }
    #menu .navbar-nav {
        width: 100%;
        display: block;
        margin: 0px auto;
        max-width: 700px;
    }
    #menu nav {
        float: none;
        margin: 0px auto;
        max-width: 700px;
        width: 100%;
    }
    #top .dropdown {
        float: left;
    }
    #top a.dropdown-toggle {
        color: #fff;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 600;
        top: 10px;
        padding: 12px;
        background: transparent;
        position: relative;
        border-left: 1px solid #0067ad;
    }
    #top #cart button{
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        background: transparent;
        border: none;
        padding: 13px;
        border-left: 1px solid #0067ad;
    }

    #dream_column_header_bottom .store-details-page {
        display: none !important;
    }
}

/*====================== 790px ======================*/

@media (max-width: 790px) {

    .section-1 .banner-1 {
        position: absolute;
        text-align: center;
        margin: 0px auto;
        float: none !important;
        background: rgba(255, 255, 255,0.8);
        padding: 20px;

    }
    .section-2 .banner-2 {
        position: absolute;
        text-align: center;
        margin: 0px auto;
        float: none !important;
        background: rgba(255, 255, 255,0.8);
        padding: 20px;

    }
    .section-3 .banner-1 {
        position: absolute;
        text-align: center;
        margin: 0px auto;
        float: none !important;
        background: rgba(255, 255, 255,0.8);
        padding: 20px;
    }
    .section-1 .banner-2 {
        width: 100% !important;
    }
    .section-1 .banner-2 img{
        max-width: 100% !important;
    }
    .section-2 .banner-1 {
        width: 100% !important;
    }
    .section-2 .banner-1 img{
        max-width: 100% !important;
    }
    .section-3 .banner-2 {
        width: 100% !important;
    }
    .section-3 .banner-2 img{
        max-width: 100% !important;
    }

    div#price-guarantee-info h3 {
        font-size: 18px;
    }

    div#price-guarantee img {
        margin-top: -30px;
    }

}
/*====================== 767px ======================*/

@media (max-width: 767px) {
    .header {
        padding: 80px 5px 0px;
    }

    .header > div {
        display: block;
    }
    .row.header .social{
        /* display: none; */
    }
    .container .social {
        text-align: center;
        position: relative;
        top: 0px;
    }

    div#dream_column_header_bottom {
    	margin-bottom: 0 !important;
    }

    #dream_column_header_bottom .row .col {
        padding-left: 15px;
        padding-right: 15px;
    }

    #dream_column_header_bottom .row br.clear {
      	display: none;
    }

    .social {
        float: initial;
    }

    .social .fa {
        background: #002957;
        color: #fff;
        border-radius: 2px;
    }

    #logo a img {
        width: 100%;
        height: auto;
        max-width: 490px;
        margin: 0px auto;
    }
    #top {
        position: fixed;
        width: 100%;
        z-index: 9; 
        display: block;
    }
    #menu {
        background: transparent;
    }
    #top, .top-links {
        padding: 4px;
        min-height: 0px;
        vertical-align: middle;
        z-index: 9999;
    }
    #top a#location-button {
        display: none;
    }  
    a#location-button {
        width: 100%;
        margin-bottom: 10px;
    }
    @media only screen and (min-width: 400px) {
        a#location-button {
            margin-top: 10px;
        }
    }
    .top-links {
        z-index: 999;
    }
    .top-links.contact-links {
        padding: 15px 0px 0px 15px;
        width: calc(50% - 50px)!important;
        margin-left: 50px;
    }
    .top-links.shop-links > ul > li:nth-child(1), .top-links.shop-links > ul > li:nth-child(2) {
        padding-top: 0px;
        vertical-align: middle;
    }
    .top-links.contact-links .fa,
    .top-links.shop-links .fa {
        font-size: 16px;
    }
    #top .header #cart {
        margin-bottom: 0px;
    }
    #logo {
        text-align: center;
        margin-bottom: 20px;
    }
    /* Main Menu */
    #menu nav {
        display: none;
    }

    #menu .navbar-nav > li {
        display: block;
        float: none;
    }
    #top #menu nav {
        display: block !important;
        background: transparent;
        max-width: 100%;
    }
    #menu .nav > li > a {
        border-right: 0px;
        color: #fff !important;
    }
    #menu .nav > li > a:hover, #menu .nav > li.open > a {
        background: transparent;
    }
    #menu .dropdown-menu {
        background: #777;
    }
    #menu .dropdown-inner ul {
        width: 100%;
        display: block;
    }
    #menu .dropdown-inner a {
        color: #fff;
        padding: 15px;
        text-align: center;

    }
     div#price-guarantee img {
        margin-top: 47px;
    }
    /* Mobile Menu */
    #top #menu {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
    }
    #top #menu .container,
    #top #menu .navbar-header {
        padding: 0px;
        width: 100%;
    }
    #top #menu .navbar-collapse {
        margin-top: 19px;
    }
    #top #menu .btn-navbar {
        font-size: 14px;
        font-stretch: expanded;
        color: #FFF;
        padding: 7px 14px;
        float: left;
        background: #002957;
        border-color: #002957;
        border-radius: 6px;
        left: 15px;
        top: 12px;
    }
    #top a.dropdown-toggle {
        color: #fff;
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 600;
        top: 12px;
        padding: 12px;
        background: transparent;
        position: relative;
        border-left: 0px;
    }
    #top #cart button {
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        background: transparent;
        border: none;
        padding: 13px;
        border-left: 0px;
    }

    /*
    .row.header .col-sm-4 {
        float: none;
        top: 90px;
    }
    .row.header .col-sm-3 {
        float: left;
        top: -120px;
    }*/

    .header-actions {
    	top: 0 !important;
    }

    #store-details-page {
        display: none !important;
    }

    .branding .brand img {
        height: 62px !important;
        width: 768px !important;
    }

    /* Show Cat Menu */
    #cat-menu {
        display: block !important;
        /* padding-top: 20px; */
    }
    #cat-menu #menu {
        padding: 0px;
    }
    #cat-menu nav {
        background: transparent;
    }
    #cat-menu #menu nav {
         position: relative;
        padding: 0px;
    }
    #cat-menu .navbar {
        min-height: 0px;
    }
    #cat-menu .navbar-header {
        padding: 0px;
    }
    #cat-menu .navbar-header a {
        background: #002A5A;
        padding: 0px;
        border: 0px;
        box-shadow: none;
        width: 100%;
    }
    #cat-menu .navbar-header .fa {
        float: right;
        padding: 7px 15px 0px 0px;
        font-size: 25px;
    }
    #top #menu .dropdown-inner{
        background: #1077bd;
    }
    .navbar-collapse {
        padding: 0px;
        background: #002957;
        overflow: hidden;
    }
    .navbar-header {
        padding: 10px 10px 10px 15px;
    }
    .navbar-toggle {
        margin: 0;
    }
    #menu #category {
        text-shadow: none !important;
    }
    #menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
        color: #fff;
        background-color: #fdb71b;
    }
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
    .product-thumb .button-group button,
    .product-thumb .button-group button + button {
        /*width: 33.33%;*/
    }
    .mobile {
        display: inline-block!important;
    }
    .mobile-hide {
        display: none!important;
    }
    #content {
        min-height: 0px;
    }
    /* Contact Form */
    .information-1 #column-right {
        display: block!important;
        width: 100%;
    }
    /* Slider */
    .theme-default .nivo-controlNav {
        display: none;
    }
    .theme-default .nivoSlider {
        margin-bottom: 20px!important;
    }
    #product #content .product-right {
        box-shadow: 0px;
        padding: 30px;
        margin-top: 40px;
        text-align: center;
    }
    .nivo-caption {
        display: none !important;
    }

    #homepage-boxes h2 {
        font-size: 22px;
    }
    #homepage-boxes h3 {
        display: none;
    }
    #homepage-boxes p {
       display: none;
    }
    #homepage-boxes a.button {
        background: #fcb61a;
        font-weight: 600;
        padding: 4px 21px;
        border-radius: 5px;
        display: inline-block;
        font-size: 10px;
        color: #002957;
    }

    .section-1 .banner-1 {
        max-width: 160px !important;
        width: 100% !important;
    }

    .section-2 .banner-2 {
        max-width: 160px !important;
        width: 100% !important;
    }

    .section-3 .banner-1 {
        max-width: 160px !important;
        width: 100% !important;
    }    

    .Rtable--collapse  {
        display: block;
    }

    .Rtable--collapse > .Rtable-cell { width: 100% !important; }
    .Rtable--collapse > .Rtable-cell--foot { margin-bottom: 1em; }

    .header-sep {
        font-size: 28px !important;
    }

    .collection-block h3 {
        font-size: 38px !important;
    }

    .shop-links {
        visibility: hidden !important;
    }

    .row.featured .product-layout:nth-child(even) {
        margin: 0 10px 0 7px !important;
    }

    footer .row.footer {
        margin-left: 0;
        margin-right: 0;
    }

    footer .row.footer .footer-block {
        margin-bottom: 20px;
        width: 100%;
    }

}

/*====================== 650px ======================*/

@media (max-width: 650px) {
    .bb-block.newsletter .form-group {
        width: 100% !important;
    }
}


/*====================== 560px ======================*/

@media (max-width: 560px) {
    .product-list .product-thumb .image {
        width: 25%;
    }
    .product-list .product-thumb .info {
        width: 74%;
    }
    .footer .col-xs-3 {
        width: 50%;
        text-align: center;
    }
    .footer-mywork p {
        display: block;
        width: 100%;
        text-align: center; 

    }
    #gallery #content img {
        width: 49.5%!important;
    }
    .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        white-space: normal!important;
    }
    .cart .table-responsive .img-thumbnail {
        width: 50px!important;
    }

    .row.featured .product-layout {
        width: calc(100% - 25px) !important;
    }

    .row.featured .product-layout:nth-child(3) {
        margin-bottom: 20px !important;
    }
}

/*====================== 478px ======================*/

@media (max-width: 478px) {
    h1 {
        font-size: 22px;
    }
    .header #cart .dropdown-menu {
        width: 100%;
    }
    .header #cart .dropdown-menu li > div {
        min-width: 100%;
    }
    .product-list .product-thumb .image,
    .product-list .product-thumb .info,
    .product-list .product-thumb .button-group {
        width: 100%;
        display: block;
    }
    /* Change these values to customise mobile header */
    .top-links.right {
        width: 60%;
    }
    .top-links.left {
        width: 40%;
    }
    .top-links .social,
    .top-links .phone {
        display: none;
    }
    .top-links.contact-links {
        padding-left: 15px;
    }
    .related .description {
        /* display: none; */
    }
    .related .product-thumb .caption { 
        min-height: 0px;
    }
    .newsletter-form {
        padding: 0px;
    }
    .newsletter-form button {
        width: 100%;
        padding: 10px 5px;
    }

    .header-sep {
        font-size: 22px !important;
    }

    .collection-block h3 {
        font-size: 28px !important;
    }

    .collections-row .collection-bg {
        height: 350px !important;
    }

    .theme-default .nivoSlider img {
        height: 250px !important;
    }

    .nivoSlider {
        height: 250px !important;
    }

    .collection-block.third {
        height: auto !important;
    }

    .collection-block.half {
        height: auto !important;
    }

    .bb-block.newsletter h3 {
        width: 100% !important;
        font-size: 20px;
    }

    .bb-block.newsletter {
        padding: 30px;
        height: auto !important;
    }

    .footer-block.finance h3 {
        font-size: 24px;
        width: 100% !important;
    }

    .finance .finance-logos img {
        width: calc(25% - 3px);
    }
}

/*====================== 400px ======================*/

@media (max-width: 400px) {
    .product-layout.col-xs-6,
    .featured .col-xs-6,
    .latest .col-xs-6,
    .special .col-xs-6,
    .bestseller .col-xs-6 {
        width: 100%!important
    }

    .top-links.contact-links {
        width: calc(25% - 50px)!important;
    }
    .top-links.shop-links {
        width: 75%!important;
    }
    .row.header .col-sm-3 {
        float: left !important;
        /*top: 20px !important;*/
        /*width: 66% !important;*/
        width: 100%;
    }
    /*.header #search .input-lg {
        display: none;
    }*/

    #top a#location-button {
        /*display: none;*/
    }
    a#location-button {
        /*width: auto;*/
        width: 100%;
    }
    /*a#location-button span {
        display: none;
    }*/

    .row.header .col-sm-4 {
        float: none;
        /*top: 20px;*/
    }
    /*#search > input:nth-child(1)::placeholder{
      color: #fff !important;
      font-size: 10px !important;
    }*/
    .row.header #search{
        /*width: 81%;*/
    }
    /*.header #search .btn-lg {
        font-size: 12px;
        line-height: 18px;
        padding: 11px 19px;
        text-shadow: 0px !important;
        color: #fff;
        background: #002957;
        border-color: #002957;
        border-radius: 7px;
    }*/
    .footer .col-xs-3 {
        width: 100%;
        text-align: left;
    }
}




/*==== MINS ====*/

/*================== 992px - 1199px ==================*/

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
    #gallery #content img {
        width: 100%!important;
    }
}

/*=================== 768 - 991px ====================*/

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

/*====================== min 768px ======================*/

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
    .product-list .product-thumb .button-group {
        border-left: none;
    }
    /* fixed colum left + content + right*/
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/*====================== min 550px ======================*/

@media (min-width: 550px) {
    br.mob-hide {
        display: none;
    }
}
/*====================== max 768px ======================*/

/* make logos appear under last furniture images on home page */
@media (max-width: 768px) {
    .home > .container > .row > #content {
        display: table;
        float: none;
    }
    .home > .container > .row > #content > .htmlcontent:nth-child(3) {
        display: table-footer-group;
        border: 1px solid black;
        float: none;
    }
    /*
    .home > .container > .row > #content > .htmlcontent:nth-child(2) {
        display: table-header-group;
        float: none;
    }*/
}


/*====================== max 420px ======================*/

@media (max-width:420px){
.section-1 .banner-1 {
    max-width: 100% !important;
    margin-top: /* 69%; */ 0;
    background: rgba(255, 255, 255,0);
    position: relative !important; 
}
.section-1 .banner-2 img {
    display: none;
}
.mobilewarehouse {
    text-align: center;
    margin-left: 8%;
}
.section-2 .banner-1 img {
    max-width: 100% !important;
    margin-top: 18%;
}
.section-2 .banner-2 {
    max-width: 100% !important;
    margin-top: /* 61%; */ 0;
    background: rgba(255, 255, 255,0);
}
.section-3 .banner-1 {
    max-width: 100% !important;
    background: rgba(255, 255, 255,0);
    margin-top: 46%; 
}

.section-2 .banner-1 {
	margin-top: 10%;
}
}

@media (min-width:421px){
.mobilewarehouse {
	display: none;
}
}

/*====================== max 320px ======================*/

@media (max-width:320px){
.section-1 .banner-1 {
    max-width: 100% !important;
    margin-top: /* 78%; */ 0;
}
}

@media (max-width: 1200px) {
    .row.featured.prod5 .product-layout {
        width: 250px !important;
    }
}

.row.featured.prod3 .product-layout h4,
.row.featured.prod4 .product-layout h4,
.row.featured.prod5 .product-layout h4 {
    min-height: 36px;
}


@media (max-width: 564px) {
    .branding .brand.section2.half img {
        height: auto !important;
    }

    .brand.half {
        margin-bottom: 10px
    }
}

@media (max-width: 768px) {
    .nivoSlider {
        height: 100% !important;
    }

    body .theme-default .nivoSlider img {
        height: 100% !important;
        width: 100% !important;
    }
}

/*==== Temp Hidden ==== */

/*
.account-function {
    display: none !important;
}

#cart-menu {
	/* display:none !important; 
} */
