/* ––––––  SCHOOLBOOKS CSS  –––––– */

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,400italic,700);

body {font-family:'Lato', sans-serif;color:#434356;}
h1, h2, h3, h4, h5, h6 {color:#434356}
h1, h2, h3, h4, h5, h6 {
    text-transform: none;
    font-weight: 500;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.5;
    color: inherit;
}

.h1, h1 {
    font-size: 28px;
    font-weight: 300!important;
    text-transform: uppercase!important;
    border-bottom: 5px solid #f4f4f4;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

p {
    font-size: 15px;
    line-height: 1.75;
    font-weight: 300;
}
.spacer10 {margin-top:10px!important;}
.spacer15 {margin-top:15px!important;}
.spacer20 {margin-top:20px!important;}
.spacer30 {margin-top:30px!important;}
.spacer40 {margin-top:40px!important;}
.spacer50 {margin-top:50px!important;}

.lpadding0 {padding-left:0px!important;}
.rpadding0 {padding-right:0px!important;}
.lpadding5 {padding-left:5px;}
.rpadding5 {padding-right:5px;}
.lpadding10 {padding-left:10px!important;}
.rpadding10 {padding-right:10px!important;}
.lpadding20 {padding-left:20px!important;}
.rpadding20 {padding-right:20px!important;}

.btn {    font-family: 'Lato', sans-serif;}
.btn:empty {
   display: none;
}
.image-carousel .slide:before {
    display: none!important;
}

a {
	color:#2db2ea;
}
a:hover {
	color: #000;
	text-decoration:none;
}
.btn-quickview,ul#Footer_menu > li > a:hover {background:#e74c3c;}
@media (min-width: 768px) {  .Horizontal_Nav_Menu > li > a:hover, .Horizontal_Nav_Menu > li > p:hover{background: #434356;}
  .Horizontal_Nav_Menu > li > a, .Horizontal_Nav_Menu > li > p{font-family:"Lato", sans-serif;font-weight:300 !important;text-decoration:none; color:#fff;font-size: 1.2em;font-weight: 300;  line-height:20px; position:relative;display:block;padding:15px 15px; transition:background 0.3s ease;}
  .Horizontal_Nav_Menu > li > ul > li > a {font-size:1.5em;font-family:"Lato", sans-serif}
}
@media (max-width: 768px) {  .Horizontal_Nav_Menu > li > a, .Horizontal_Nav_Menu > li > p{font-size: 1.1em;padding:15px 10px;}
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {background:#4ed1a9 !important;}
::selection {background:#e74c3c;}


/**************  CORE PAGE AREAS  **************/

.greybg {
    background-color: #f6f3f2;
}

.whitebg {
    background-color: #ffffff;
}

.pagebody-wrapper {
    padding-top: 30px;
    background: #ffffff;
}

/* ––––––  HEADER  –––––– */

.topbar {
    background: #f6f3f2;
    padding: 0;
    color: #333;
    text-transform: uppercase;
    font-size: 11px;
	border-bottom:1px solid #ededed;
}

.topbar a {
    color: #333;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
	font-weight: 500;
}

.topbar .btn-default {
    border: 0;
    background: 0 0;
    border-radius: 0;
    color: #333;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.03em;
}

.topbar .tablinks a {
    display: block;
    float: left;
    line-height: 30px;
    color: #333;
    letter-spacing: 0.03em;
}

ul#Header_menu>li {
    list-style: none;
    display: inline-block;
    margin: 10px 20px 10px 0;
}

.logo svg {
    max-height: 130px;
    margin: 15px 0;
    width: 380px;
}

.header .form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.header pre {
    display: none;
}

.header .findPanel input[type=search], .header .findPanel input[type=text] {
    width: 100%;
    font-weight: 300;
}

.findPanel label.text-small .radio {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    width: 25px;
}

.header label>input[type=checkbox]:before {
    position: absolute;
    background-color: #FFFFFF;
    height: 100%;
    width: 100%;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f111";
    letter-spacing: 10px;
    color: #ebebeb;
    font-size: 20px;
    margin: 5px 0 0;
}

#searchButton .btn, #cartButton .btn, .header .col-sm-6, .header .col-sm-1 {
	padding:0;
    text-align: right;
	border:0;
	margin-top:20px;
}

#searchButton .btn:hover, #cartButton .btn:hover {
	background:transparent;
	border:0;
	color:#e4423b;
}
.activebasket {
    color: #e4423b;
    position: relative;
    width: 100%;
    background: transparent;
}
.activebasket .count{
	background: #95c120;
    color: #ffffff;
    display: block;
    position: absolute;
    top: -20px;
    right: -2px;
    padding: 3px 7px;
    border-radius: 20px;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
}

#cart-edit {
    width: 100%;
    margin-bottom: 12px;
    background: #f4f4f4;
    padding: 10px!important;
    margin: 0;
    text-align: center!important;
    text-transform: uppercase;
}
#cart-checkout {
    width: 100%;
    margin-bottom: 12px;
    padding: 10px!important;
    margin: 0;
    text-align: center!important;
    text-transform: uppercase;
}

/* ––––––  HOMEPAGE SLIDER  –––––– */

.masonry {
    column-count: 3;
    column-gap: 10px;
    margin-top: 10px;
	height:auto;
	overflow:hidden;
}

.masonryimage { /* Masonry bricks or child elements */
    background-color: #eee;
    display: inline-block;
    width: 100%;
}

.masonry .thumbnail {
    display: block;
    padding: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    height: auto;
    overflow: hidden;
	margin:0;
}

.slideCaption {
    position: absolute;
    top: 7%;
    left: 11%;
    background: 0 0;
    z-index: 200;
    text-align: left;
    padding-right: 40px;
    display: block;
    width: 700px;
}

.slideCaption h3 {
    font-size: 45px;
    font-family: 'Lato', arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    text-shadow: none;
}

.slideCaption p {
    margin-bottom: 20px;
	font-family: 'Lato', Arial, Helvetica, Sans-serif;
	font-size:15px;
	text-transform:uppercase;
	font-weight:300;
    text-shadow: none;
}


/* ––––––  FOOTER  –––––– */

footer {
    background-color: #e4423b;
    color: #ffffff;
    padding: 50px 40px 0;
    text-align: left;
}

footer a {
    color: #ffffff;
    font-weight: 300;
    line-height: 32px;
}
footer a:hover {
    color: #000000;
}
footer h6 {
    color: #795548;
}
footer.btn-default {
    background-color: #795548;
}

.smallprint {
    margin: 20px 0 0;
    border-top: 1px solid #795548;
	padding: 20px 0;
}

a.footerLogo {
    display: none;
}

footer ul {
    padding: 0;
}

.footer-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    list-style-type: none;
    color: #ffffff;
}

.footer-title ul {
    margin: 10px 0;
}

footer li {
    list-style-type: none;
    color: #ffffff;
    font-weight: 300;
    line-height: 32px;
    text-transform: none;
}

footer h4 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e6ddce;
	margin-top: 0;
}

.newsletter .row {
    padding: 40px 0;
}

.newsletter-wrapper {
    background: #f4f4f4;
}

.newsletter .thumbnail {
    padding: 70px 10px;
    margin-bottom: 0;
}

.newsletter .row form {
    margin-top: 20px;
    text-align: center;
}

.newsletter p {
    font-size: 16px;
    font-weight: 300;
}

footer .newsletter .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

footer .newsletter .btn {
    display: inline-block;
    padding: 10px 12px 9px;
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
}

/* ––––––  MAIN NAVIGATION  –––––– */

.navbar-inverse {
    background: #ffffff;
    border: none;
    border-bottom: 0;
}

.navbar-inverse .navbar-header {
    border-top: 0;
    background: #e4423b;
}

.Horizontal_Nav_Menu>li>a, .Horizontal_Nav_Menu>li>span {
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    color: #ffffff;
    font-size: 1em;
    font-weight: 300;
    line-height: 20px;
    position: relative;
    display: block;
    padding: 15px 12px;
    transition: background .3s ease;
    text-transform: uppercase;
}

.Horizontal_Nav_Menu > li > a, .Horizontal_Nav_Menu > li > p {
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    color: #ffffff;
    font-size: 1em;
    font-weight: 300;
    line-height: 20px;
    position: relative;
    display: block;
    padding: 15px 12px;
    transition: background .3s ease;
    text-transform: uppercase;
}

/*
.Horizontal_Nav_Menu > li:last-child {
    background: #e22c2a;
    float: right;
}
.Horizontal_Nav_Menu > li:last-child a {
    color: #ffffff;
}
.Horizontal_Nav_Menu > li:last-child:hover {
    background: #ec7a77;
    float: right;
}
.Horizontal_Nav_Menu > li:last-child:hover a {
    color: #333!important;
}
*/

.Horizontal_Nav_Menu>li>ul>li>a span {
    font-family: 'Lato', sans-serif;
    text-align: left;
    color: #333;
    font-size: 13px;
    background: transparent;
    width: 100%;
    display: inline-block;
    padding: 0;
    text-transform: uppercase;
    border-bottom: 1px dotted #333;
    padding: 10px 0 5px;
}

.Horizontal_Nav_Menu>li>ul span>span {
    font-family: 'Lato', sans-serif;
    text-align: left;
    color: #333;
    font-size: 13px;
    background: transparent;
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 4px 0 3px;
    text-transform: uppercase;
    border-bottom: 1px dotted #333;
    padding: 10px 0 5px;
}

menuimage {
	border:0;
}

.Horizontal_Nav_Menu>li>ul>li ul {
    padding: 6px 0 6px;
}

.Horizontal_Nav_Menu>li>ul>li {
    padding-bottom: 0;
}
.Horizontal_Nav_Menu>li>ul>li>a span:hover {
}
.Horizontal_Nav_Menu>li>ul>li>a:hover {
    text-decoration: none;
    background: none;
}
.Horizontal_Nav_Menu>li>ul>li>ul li {
    list-style-type: none;
    margin-left: 0;
}
.Horizontal_Nav_Menu>li>ul>li>ul li a {
    color: #333;
    margin-left: 0;
    font-size: 13px;
    line-height: 22px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 500;
}

.Horizontal_Nav_Menu>li>ul>li>ul li a:hover {
    color: #000000;
	padding:8px;
	transform: translate(5px,0);
    -webkit-transform: translate(5px,0);
    -o-transform: translate(5px,0);
    -moz-transform: translate(5px,0);
}

.Horizontal_Nav_Menu>li>ul>li>ul>li>ul {
    border-left: 4px solid #f4f4f4;
	padding-left: 10px;
	margin:5px 0;
}
.Horizontal_Nav_Menu>li>ul>li>ul>li>ul li {
    list-style-type: none;
    font-size: 14px;
    font-weight: 300;
	margin-left:5px;
}



@media (min-width: 768px) {
.Horizontal_Nav_Menu>li:hover, .Horizontal_Nav_Menu>li>a:hover, .Horizontal_Nav_Menu>li>span:hover {
    cursor: pointer;
    background: #bf352f;
}
}

/* ––––––  BUTTONS  –––––– */

.btn {
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}

.btn-primary {
    background: #4ed1a9;
    border-color: #4ed1a9;
    border-radius: 0;
}

.btn-primary:hover {
    background: #7de220;
    border-color: #7de220;
    border-radius: 0;
}

.btn-primary, .btn-xl {
    font-family: Lato,Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

/* ––––––  MODALS  –––––– */

.findPanel:after {
    content: '\f002';
    font-family: FontAwesome;
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 28px;
    color: #dcdcdc;
}

.modal-body h2 {
	font-size:20px;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(228, 66, 59, 0.95);
}

.notice-item-success {
    background-color: #058375;
    border: none;
    color: #fff;
    font-weight: 400;
	border-radius:;
}
.notice-item-success a {
    color: #212121;
}

#SearchModal h2 {
    color: #fff;
    font-size: 45px;
    line-height: 1.2em;
    margin: 0 0 20px 0;
    letter-spacing: -0.7px;
    font-weight: 300;
    text-transform: none;
}

#SearchModal p {
	line-height: 23px;
    color: #fff;
    margin: 0 auto 30px;
    width: 85%;
    font-weight: 300;
}
#SearchModal .modal-body {
    position: relative;
    padding: 20px 60px;
    text-align: center;
    height: auto;
    overflow: hidden;
}

.#SearchModal .modal.in .modal-dialog {
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    text-align: center;
    width: 700px;
    z-index: 1;
    padding: 10px;
    border: 5px solid rgba(255, 255, 255, 0.1);
}

#SearchModal .modal-content {
    position: relative;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.1);
    padding: 80px;
}

.quick_find .findPanel input[type=search], .quick_find .findPanel input[type=text] {
    width: 100%;
    margin-top: 10px;
    padding: 20px 30px;
    font-weight: 300;
    font-size: 16px;
}

.searchwrapper {
    margin-top: 20px!important;
	padding:0;
}

.findPanel input[type=search], .findPanel input[type=text] {
    width: 100%;
    margin-top: 10px;
	font-size: 20px;
}

.findPanel label.text-small {
    display:none;
}

/* ––––––  HOMEPAGE TABS  –––––– */

.hometabs .container {
	margin-bottom: 40px;
}
.page-home .nav-tabs {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: 20px auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
	border:0;
}

.page-home .nav-tabs>li {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    text-transform: uppercase;
	padding: 0;
}

.page-home .nav-tabs>li>a:hover {
    border: 0;
    border-bottom: 1px solid #dcdcdc;
}

.page-home .nav-tabs>li.active>a:focus, .page-home .nav-tabs>li.active>a:hover {
    font-family: 'Lato', sans-serif;
    color: #000;
    cursor: default;
    background-color: #fff;
    border: none;
    border-radius: 0;
    padding: 0 15px 10px 15px;
    border-bottom: 1px solid #dcdcdc;
}

*:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-home .nav-tabs>li.active>a:after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
    margin-left: -10px;
    border-width: 10px;
    border-top-color: #fff;
}

.page-home .nav-tabs>li.active>a:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
	margin-left: -11px;
    border-width: 11px;
    border-top-color: #bcbcbc;
}

.page-home .nav>li>a {
    font-family: 'Lato', sans-serif;
    position: relative;
    display: block;
    padding: 0 15px 10px 15px;
    background: transparent;
}

.page-home .nav-tabs>li>a {
    font-family: 'Lato', sans-serif;
    margin-right: 0;
    line-height: 1.42857143;
    border: 0;
    border-radius: 0;
    color: #7e7e7e;
    overflow: visible;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

/* ================= QUICKLINKS ================= */

.qlcontainer {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
}

.qlcontainer figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0;
    text-align: center;
    cursor: pointer;
    padding: 0;
}

.qlcontainer figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 1;
}

.qlcontainer figure figcaption, .qlcontainer figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.qlcontainer figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-ql figcaption::before {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}

figure.effect-ql figcaption::before, figure.effect-ql figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
    transition: opacity 0.55s, transform 0.55s;
}

.qlcontainer figure figcaption::before, .qlcontainer figure figcaption::after {
    pointer-events: none;
}

figure.effect-ql h2 {
    padding: 2%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(-10px,0px,0);
}

.qlcontainer figure h2, .qlcontainer figure p {
    margin: 0;
}

.qlcontainer figure h2 {
    font-weight: 300;
    color: #fff;
    line-height: 1.3em;
	z-index: -1; /*ticket 161526*/
}

.qlcontainer figure h2 span {
    font-weight: 800;
    clear: both;
    display: block;
}

figure.effect-ql p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

.qlcontainer figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

.qlcontainer figure figcaption > a {
    z-index: auto; /*ticket 161526*/
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

figure.effect-ql figcaption::after {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}

figure.effect-ql:hover figcaption::before, figure.effect-ql:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-ql:hover h2, figure.effect-ql:hover p {
    opacity: 1;
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
}

.ql-left:hover h2 {
    opacity: 1;
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(0px,0,10px);
}

ql-right:hover h2 {
    opacity: 1;
    -webkit-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
}

.qlcontainer figure p {
	display:none;
}


/**************  PRODUCT PAGES  **************/

/* ––––––  DEPARTMENT HEADER  –––––– */

.department-header {
    display: none;
}

.page-department .pagebody-wrapper {
    padding-top: 0px;
}

.category-pictures-panel h5 {
    text-align: center;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 15px;
    text-transform: uppercase;
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 300;
    line-height: 1;
    color: #333;
    text-transform: none;
}

.page-header {
    padding-bottom: 18px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #ababab;
}

.page-department .pfs {
    display:none;
}

.page-department .col-sm-9 {
    width:100%;
}

.category-pictures-panel a img {
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.category-pictures-panel a {
    height: 350px;
    display: block;
    position: relative;
}


/* ––––––  PRODUCT LISTINGS & CAROUSELS  –––––– */


.breadcrumb-wrapper {
    background: #f7f7f7;
    width: 1140px;
    margin: auto;
}

#searchresult {
	display:none;
}

.product-carousel-wrapper h3 {
    display: none;
}

.product-list #customcontent {
	display:none;
}

#text-regularprice {
    display: inline-block;
}

.product-list .product-thumbnail {
    margin-bottom: 160px;
    z-index: 0;
    position: relative;
    height: 220px;
    display: block;
    background: #f4f4f4;
    border: #ebebeb;
}

.category-pictures-panel .thumbnail, .product-list .thumbnail {
    border-radius: 0;
    box-shadow: none;
}

.recently-viewed-products-wrapper {
    background: #ffffff;
    padding-bottom: 30px;
}

.page-product h3 {
	color:#333333;
	font-weight:300;
}

.owl-item .thumbnail {
    width: auto;
    margin: 0 15px;
    min-height: 380px;
    position: relative;
    box-shadow: none;
    border: 0;
}

.owl-item .thumbnail, .product-list-item .thumbnail {
	transition: all .2s ease-in-out;
}
.owl-item .thumbnail:hover, .product-list-item .thumbnail:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.owl-item .thumbnail a.product-thumbnail-image {
    position: relative;
    height: 220px;
    display: block;
    background: #f4f4f4;
    border: #ebebeb;
}

.owl-item .thumbnail a.product-thumbnail-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    display: block;
    max-width: 100%;
    max-height: 100%;
    background: transparent;
}

.owl-item .thumbnail .caption h5 a, .product-list-item .thumbnail .caption h5 a {
    color: #333;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
}

.owl-item .thumbnail .caption, .product-list-item .thumbnail .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    text-align: left;
	padding: 0;
}

.text-price {
    color: #e5423b;
    font-weight: 500;
    font-size: 16px;
    margin-top: 35px;
    display: block;
}

.page-search h1.heading-main {
    margin-left: 15px;
    padding-bottom: 10px;
    font-size: 25px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 0 15px;
}

.page-search legend {
    display: none;
}

/* ––––––  PRODUCT FLAGS  –––––– */

.product-list .img-productflag {
    width: 120px;
    height: 125px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: 10;
}

#collapsePFS {
    box-shadow: none;
    border: 1px solid #ebebeb;
    border-radius: 0;
}

.product-list .flag-new {
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 7px 0;
    left: -35px;
    top: 8px;
    width: 120px;
    background-color: #BFDC7A;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45));
    background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -moz-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -ms-linear-gradient(top, #BFDC7A, #8EBF45);
    background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.product-list .flag-special {
    background: #ecb40a;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 7px;
    left: -40px;
    top: 18px;
    width: 150px;
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

.product-list .flag-sale {
    background: #18b319;
    text-align: center;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 7px;
    left: -50px;
    top: 30px;
    width: 200px;
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
#text-yourprice .label {
	display:none;
}

#text-percentage {
    position: absolute;
    top: -50%;
    right: 5%;
    background: #b8d241;
    border-radius: 150px;
    display: block;
    height: 80px;
    width: 80px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    line-height: 20px;
    font-size: 16px;
}
.product-list .price-percentage {
	display:none;
}

#text-regularprice .label {
	display:none;
}
#text-yourprice .text-price {
	font-weight:700;
}

.page-product .product-carousel-wrapper h3 {
	display:none;
}
.product-carousel-wrapper h3.text-center {
	display:block;
}

div#layer_field1 {
    max-height: inherit;
    overflow: auto;
}

/*** custom checkboxes ***/

#panel-filteredsearch ul li input {
    cursor: pointer;
    margin-right: 10px;
}

#panel-filteredsearch ul {
    max-height: inherit;
}

#panel-filteredsearch label {
    display: inherit;
}

.pfs ul li a {
    font-size: 1.1em;
    color: #333;
    font-weight: 500;
}

input[type=checkbox] {
     position: relative;
}

/* to hide the checkbox itself */
label>input[type=checkbox]:before {
	position: absolute;
    background-color: #FFFFFF;
    height: 100%;
    width: 100%;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f111";
    letter-spacing: 10px;
    color: #ebebeb;
    font-size: 20px;
    margin: -4px 0 0;
}

/* space between checkbox and label */
label>input[type=checkbox]:checked:before {
	font-family: FontAwesome;
    display: inline-block;
    content:"\f058";
    letter-spacing: 10px;
	color:#0075be;
}
/* allow space for check mark */


/* ––––––  CONTACT PAGE  –––––– */

.page-contact .panel {
    padding: 0.5em;
    width: 100%;
    border-radius: 0;
}

.page-contact ul {
	margin: 0;
    padding: 0;
}

.page-contact li {
	list-style: none;
}
.google-map-container {
	margin-bottom: 30px;
}


/**************  CUSTOM CONTENT  **************/

.page-home .pagebody-wrapper {
    display: none;
}

#customcontent {
    background: #fff;
    margin: 15px 0;
    border: 1px solid #ebebeb;
    overflow: hidden;
    height: auto;
    padding: 30px;
}
#customcontent br {
   display: none;
}

#customcontent:empty {
   display: none;
}

#flowers #customcontent {
    background: url(../themes/images/flower-bkg.jpg) no-repeat right center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: 25px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(235,235,235,1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(235,235,235,1);
    box-shadow: 0px 0px 0px 1px rgba(235,235,235,1);
}
#bridal #customcontent {
    background: url(../themes/images/bridal-bkg.jpg) no-repeat right center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: 25px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(235,235,235,1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(235,235,235,1);
    box-shadow: 0px 0px 0px 1px rgba(235,235,235,1);
}
.consulation-form {
    height: auto;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    border: 1px solid #ebebeb;
}
.consulation-form h5 {
    text-transform: uppercase;
    background: #909dd2;
    color: #fff;
    font-size: 19px;
    text-align: center;
    line-height: 24px;
    padding: 20px;
}

.consulation-form p {
    padding: 15px 15px 0;
    margin: 0;
}

.consulation-form label, .consulation-form br {
    display: none;
}
.consulation-form li {
    padding: 5px 10px!important;
}

.consulation-form .submit{
    background: #8f9dd2;
    padding: 12px 30px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
}
.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 0;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
    color: inherit;
    background-color: transparent;
}

#flowers .jumbotron {
    background: rgba(255,255,255,0.9);
    border: 1px solid #fff;
}

.jumbotron .h1, .jumbotron h1 {
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 16px;
}

.jumbotron .lead {
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 200;
}

.page-home #customcontent {
    padding: 0;
    border: 0;
}

#customcontent form br {
	display:none;
}

#customcontent input[type=checkbox], #customcontent input[type=radio] {
    margin: 4px 0 0 15px;
}

#customcontent input[type=checkbox]:first-child, #customcontent input[type=radio]:first-child {
    margin: 4px 0 0 0px;
}

#customcontent #label_field_18, #customcontent #label_field_15, #customcontent #label_field_17 {
	clear:right;
	display: block;
}

.page-content-215 .thumbnail {
    display: block;
    padding: 20px 40px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    text-align: center;
}

.page-content-215 .thumbnail ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: none;
    margin-left: -40px;
}

blockquote {
    padding: 20px 20px 20px 0;
    margin: 0 0 20px;
    border-left: 0;
    border-right: 5px dotted #eee;
    text-align: right;
    font-size: 17px;
    line-height: 32px;
    font-weight: 300;
}

/**************  MOBILE  **************/

.navbar-header a.mobileMenuLink {
    padding-right: 10px;
    margin-right: 10px;
    border: 0;
    background: transparent;
}

.navbar-header .dropdown-toggle, .navbar-header>.btn {
    background: transparent;
    border: 0;
}

@media all and (max-width: 480px) {

.mm-menu {
    background: #e5423b;
    border-color: rgba(0,0,0,.1);
    color: #ffffff;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>*, .mm-menu em.mm-counter {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
}
#menu img {
	max-width:100%;
}

select.form-control {
    padding-right: 27px;
}

.page-home .nav-tabs {
    border-bottom: 0;
    padding: 0 15px;
    margin-top: 0;
    border-bottom: none;
}

.page-home .nav-tabs>li {
    float: left;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0;
    width: 100%;
    text-align: center;
    background: #f4f4f4;
    border-top: 1px solid #fff;
}
.page-home .nav>li>a {
    position: relative;
    display: block;
    padding: 10px;
    background: transparent;
}

.page-home .nav-tabs>li.active>a:focus, .page-home .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #2db2ea;
    border: none;
    border-radius: 0;
    padding: 10px;
}

.page-home .nav-tabs>li.active>a:after {
    display: none;
}

.page-search h1.heading-main {
    margin: 0 0 30px 15px;
}
.pagination {
    margin-top: 10px;
}

.slideCaption {
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    z-index: 200;
    text-align: left;
    padding-right: 40px;
    display: block;
    width: 100%;
    height: 100%;
}
.slideCaption h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.jumbotron .h1, .jumbotron h1 {
    font-size: 20px;
    line-height: 25px;
}
.jumbotron .lead {
    margin-bottom: 10px;
    font-size: 18px;
}
.jumbotron p {
    margin-bottom: 10px;
    font-size: 14px;
}
.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 0;
    padding-left: 0;
}
#flowers #customcontent {
    background: url(../themes/images/flower-bkg.jpg) no-repeat center center;
	    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
#bridal #customcontent {
    background: url(../themes/images/bridal-bkg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.activebasket {
    color: #ffffff;
}
.activebasket .count {
    background: #000;
    display: inline-block;
    position: relative;
    margin-left: 10px;
	top: 0;
}
.masonry {
    column-count: 1;
    column-gap: 10px;
    margin-top: 10px;
	height:auto;
	overflow:hidden;
}
.masonryimage:nth-child(2) {
	margin-below:10px!important;
}
.masonryimage:nth-child(3), .masonryimage:nth-child(4) {
	display:none;
}
#quicklinks {
	margin-top:0;
}
.rpadding5 {
    padding-right: 0px!important;
}
.lpadding5 {
    padding-right: 0px!important;
}

figure.effect-ql h2 {
    padding: 0%!important;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: none;
    transform: none;
    font-size: 15px;
}
figure.effect-ql:hover h2, figure.effect-ql:hover p {
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
}
.masonry .thumbnail {
    margin: 0 0 10px;
}
.qlcontainer figure {
    margin-bottom: 10px;
}
.qlcontainer figure figcaption {
    padding: 0.7em;
}
.qlcontainer figure figcaption::before, .qlcontainer figure figcaption::after {
    display: none;
}

}

/* ticket 161526 */

#Store_Navigation
{font-size: 12px;
}  