/* Alternate stylesheet - Queenstreet */
body {
    font-family: "Quicksand", Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Quicksand", Helvetica, Arial, sans-serif;
    color: #8e0c3a;
}
/************* COMMON ***************/
a {
    color: #8e0c3a;
}
a:hover {
    color: #333333;
}
/******************** HEADER ***********************/
#header {
    background: #8e0c3a;
}
#header .logo img {
    max-width: 310px;
}
#header a {
    color: #FFF;
    font-size: 100%;
}
#header #account, #header .contact {
    text-align: right;
    padding-right: 0;
    padding-left: 0;
}
#header #account, #header .contact, #header #basketsummary {
    margin-top: 5px;
}
#header #account span {
    padding:  10px 35px 10px 10px;
    background: url("../png/icon_account.png") no-repeat right center;
    background-size: 22px;
}
#header .contact span {
    padding:  10px 10px 10px 25px;
    background: url("../png/icon_phone.png") no-repeat left center;
    background-size: 20px;
}
#header #basketsummary a {
    color: #FFF;
}
#header #basketsummary span {
    padding:  10px 10px 10px 35px;
    background: url("../png/shopping-bag.png") no-repeat left center;
    background-size: 23px;
}
.search .keyword {
    padding: 10px 35px 10px 15px;
}
.search .submit {
    right: 8px;
    top: 8px;
}
/*************************** TABS ****************************/
.tabs {
    background: #8e0c3a;
}
.tabs .mainoption:hover, .tabs li.current .mainoption:hover {
    background: #8e0c3a url("../png/shopnav_arrow.png") no-repeat 97% 50%;
}
.tabs ul li ul li a:hover, .tabs li.current ul li a:hover {
    color: #8e0c3a;
}
.tabs > div > ul > li:hover, .tabs > div > ul > li.current {
    background: #00485f;
}
.toplevelcat {
    text-transform: uppercase;
}
.tabs li:hover a.toplevelcat, .tabs li.current a.toplevelcat {
    color: #fff;
}
.container-fluid .hometop {
    padding: 25px 0;
}
#imagechanger .owl-nav {
    display: none;
}
#imagechanger .owl-dots {
    right: 0;
    width: 50%;
    text-align: right;
    padding: 15px 30px;
}
#imagechanger .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    line-height: 12px;
    margin: 0 0 0 4px;
}
.homechangerbox h1 {
    font-size: 265%;
}
.homechangerbox p {
    font-size: 125%;
}
.homechangerbox .inputbutton, .homechangerbox .inputbutton:hover, .latestblog .inputbutton, .latestblog .inputbutton:hover {
    border: none;
    background: none;
    color: #fff;
    padding: 0;
    box-shadow: none;
}
.homechangerbox .inputbutton:hover {
    color: #333333;
}
.owl-dots .owl-dot.active {
    background: #8e0c3a;
}
.picinner {
    background: #00485f;
}
.featurebanner .picinner img {
    opacity: 0.6;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.featurebanner:hover .picinner img {
    opacity: 1;
}
.latestblog img {
    -webkit-box-shadow: 10px 10px 0px 3px rgba(0,72,95,1);
    -moz-box-shadow: 10px 10px 0px 3px rgba(0,72,95,1);
    box-shadow: 10px 10px 0px 3px rgba(0,72,95,1);
}
.latestblog h4 {
    font-size: 165%;
}
.latestblog .inputbutton {
    font-size: 125%;
}
.usps {
    margin: 0 0 10px 0;
    border: 1px solid #ccc;
    background: #f1f1f1;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 85%;
    padding: 15px 0;
}
ul.list-inline {
    margin: 0;
    padding: 0;
}
ul.list-inline li {
    display: inline-block;
    list-style: none;
}
.usps ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.usps li {
    margin: 0 45px;
}
.usps a {
    color: #333;
}
.usps a:hover {
    color: #8e0c3a;
}
.hometextcontainer {
    padding-top: 0;
}
.square .hometextcontainer h2 {
    font-size: 145%;
}
/******************* left column and navigation ***********************/
.homefeaturedcontainer .homefeatured {
    padding: 15px;
}
.homefeaturedcontainer .homefeatured div {
    padding: 0;
}
.homefeaturedcontainer .homefeatured h4 {
    font-size: 235%;
}
.homefeaturedcontainer .homefeatured h4, .homefeaturedcontainer .homefeatured p {
    padding: 0;
    margin: 0;
}
.homefeaturedcontainer .homefeatured p {
    padding: 15px 0 0 0;
}
#homefeatured .productfeat .featimage {
    position: relative;
}
.buttonoverlay {
    display: none;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 10px;
}
.homepicsright .buttonoverlay {
    padding: 15px;
    text-align: left;
}
#homefeatured .productfeat:hover .featimage .buttonoverlay, .homepicsright:hover .buttonoverlay {
    display: block;
}
#homefeatured .productfeat .inputbutton {
    position: relative;
    bottom: auto;
    left: auto;
}
#sidebar .newsletter .nav a:hover {
    color: #8e0c3a;
}
#sidebar .navbox ul li a:hover {
    background: #8e0c3a url("../png/shopnav_arrow.png") no-repeat 97% 50%;
}
#sidebar .navbox ul li ul li a:hover {
    color: #8e0c3a;
}
/************************ right main content *********************/
.categoryframe:hover .catbox {
    background: #00485f;
}
a.pageselected {
    background: #8e0c3a;
}
#variant1 label.varianton, #variant1 label:active, #variant2 label.varianton, #variant2 label:active, #variant3 label.varianton, #variant3 label:active, .optiongroup label.varianton, .optiongroup label:active {
    background-color: #8e0c3a;
    border: 1px solid #8e0c3a;
}
.optiongroup label:active span, .optiongroup label.varianton span, .optionswatch.varianton span, #swatch label:active span, #swatch label.varianton span, #variantimage label:active span, #variantimage label.varianton span  {
    background: #8e0c3a;
}
ul.tabnav li.current a h3, ul.tabnav li.current a.selected  h3 {
    color: #8e0c3a;
}
/********************* footer *********************/
#footer {
    background: #fff;
    border-top: 1px solid #ccc;
}
#footer .footerbox h5 {
    font-size: 185%;
    color: #8e0c3a;
}
#footer .footerbox h5 a {
    text-decoration: none;
    color: #8e0c3a;
}
#footer .footerbox p, #footer .footerbox a, #footer .footerbottom a {
    color: #333;
}
#footer .footerbottom p {
    color: #333;
}
#footer .footerbottom div.textright {
    text-align: right;
}
#footer li {
    color: #333;
}
#footer .socialicons a img {
    transition: 0.3s;
}
#footer .socialicons a:hover img {
    transform: translateY(-3px);
}
/********************* MISC ***********************/
.primarybutton {
    border: 1px solid #8e0c3a;
    background: #8e0c3a; /* Old browsers */
}
.primarybutton:hover, .primarybutton:focus {
    border: 1px solid #00485f;
    background: #00485f; /* Old browsers */
}
.actionbutton {
    border: 1px solid #00485f;
    background: #00485f; /* Old browsers */
}
.actionbutton:hover, .actionbutton:focus {
    border: 1px solid #8e0c3a;
    background: #8e0c3a; /* Old browsers */
}
.hotspot {
    background: #8e0c3a;
}

/* extra small, for mobiles */
@media (max-width: 767px) {
    #header .logo {
        margin: 10px 60px;
        text-align: left;
    }
    #header .logo img {
        max-width: 160px;
        height: auto;
    }
    .homechangerbox {
        text-align: center;
    }
    .homechangerbox .inputbutton, .homechangerbox .inputbutton:hover {
        color: #333;
    }
    .homechangerbox h1 {
        font-size: 225%;
        text-align: center;
    }
    .homefeaturedcontainer .homefeatured p {
        padding: 0;
    }
    .usps {
        padding:5px 0;
    }
    .usps li {
        display: block;
        width: 100%;
        text-align: center;
        margin: 5px 0 5px !important;
        padding: 0 5px;
    }
    .latestblog {
        margin: 15px 0;
    }
    #footer {
        padding: 15px 0;
    }
}

/* small only, tablet only */
@media (min-width: 768px) and (max-width: 991px) {
    .homefeaturedcontainer .homefeatured p {
        padding: 0;
    }
    .usps li {
        margin: 0 15px;
    }
}

/* tablet and above */
@media (min-width: 768px) {
    .wide .hometextcontainer {
        position: absolute;
        padding: 15px 30px;
        top: 26%;
        left: 0;
        text-align: center;
    }
    .wide .hometextcontainer.textleft {
        text-align: left;
    }
    .wide .hometextcontainer.textright {
        text-align: right;
    }
    .wide .hometextcontainer h2, .wide .hometextcontainer p {
        color: #fff;
    }
}

/* desktop, large only */
@media (min-width: 1200px) {
    #header .logo {
        text-align: left;
        margin: 25px 0 15px 0;
    }
    #header a {
        font-size: 115%;
    }
}

/* desktop, large only */
@media (min-width: 1600px) {
    .usps {
        font-size: 100%;
    }
    .wide .hometextcontainer h2 {
        font-size: 205%;
    }
    .wide .hometextcontainer p {
        font-size: 125%;
    }
}