/* ========================================================================== *\
   Update in style css here
\* ========================================================================== */


/* ========================================================================== *\
   ADDITIONAL CSS
\* ========================================================================== */


#two-flyers h2, #two-flyers h3, #sbs-flyers h3 {
	color: #fff !important;
}
.bg-dark-grey { background: #002931; }
.bg-dark-grey .h5_title, .bg-dark-grey .h3_title, .bg-dark-grey .ph_title { color: #fff !important; }

.bg-light-red { background: #f8cfd1; }
.bg-light-red .h5_title, .bg-light-red .h3_title, .bg-light-red .ph_title { color: #06064f !important; }

.bg-light-yellow{ background: #f5e6cc; }
.bg-light-yellow .h5_title, .bg-light-yellow .h3_title, .bg-light-yellow .ph_title { color: #000 !important; }

.bg-cobalt{ background: #ccd4d6; }
.bg-cobalt .h5_title, .bg-cobalt .h3_title, .bg-cobalt .ph_title { color: #000 !important; }

.bg-light-blue { background: #cde6ec; }
.bg-light-blue .h5_title, .bg-light-blue .h3_title, .bg-light-blue .ph_title { color: #06064f !important; }

.modeltitle {
    display: block;
    font-size: 26px;
    line-height: 40px;
    font-weight: bold;
}
.modeltitle.success {
	padding-left: 56px;
	background: url(images/ico-check.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}

.back-to-site {
    display: inline-flex;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: bold;
    text-decoration: none;
	float: right;
	margin-top: 20px;
}
.back-to-site:before {
	content: "";
	width: 2.4rem;
	height: 2.4rem;
	display: block;
	background: url('images/ico-left-chevron.svg');
	background-position: center center;
	background-size:2.4rem 2.4rem;
}

.back-to-site:hover:before {
	transform: translateX(-0.4rem);
}

/*.cartBtn {
	display: block;
	position: relative;
	width: 36px;
	height: 36px;
	background:url('images/cart.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 32px 33px;
	cursor: pointer;
}

.cartBtn .number {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -2px;
	right: -2px;
	border-radius: 100%;
	color: #ffffff;
	background: #E20613;
	width: 20px;
	height: 20px;
	font-size: 12px;
	line-height: 100%;
}*/


/*
.googleReview ::-webkit-scrollbar {  width: 2px; }
.googleReview ::-webkit-scrollbar-track {  background: #fff; }
.googleReview ::-webkit-scrollbar-thumb {  background: #f1f1f1; }
.googleReview ::-webkit-scrollbar-thumb:hover {  background: #555; }

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track {  background: #F4F4F4; }
::-webkit-scrollbar-thumb { height: 90px;   background: #706D6E; }
::-webkit-scrollbar-thumb:hover {   background: #E20613; }
*/

.errorField {
    display: block;
    color: #E00512;
    font-size: 0.8rem;
    /*margin-top: -1.3rem;*/
	margin-bottom: 15px;
}

.text-success { color:#060; }
.text-fail { color:#f00; }
.webred { color:#E20613; }

.pb-1 { padding-bottom: 1.2rem; }
.pt-1 { padding-top: 1.2rem; }
.mb-1 { margin-bottom: 1.2rem; }
.mt-1 { margin-top: 1.2rem; }

/*.editorClasses div { margin-bottom:30px !important; }*/
.editorClasses blockquote { padding:10px !important; background:#FFFFE8; font-style:italic; 
text-transform:none !important; font-size: 14px; line-heigh: 18px; text-align: left; margin-bottom: 10px; 	 }
.editorClasses blockquote:before { content: ""; }
.editorClasses blockquote:after { content: ""; }	 
.editorClasses img { width: 100% !important; height: auto !important; }
.editorClasses p { margin-top: 25px !important; padding-bottom: 2px !important; }

.aboutClasses blockquote { padding:10px !important; background:#FFFFE8; font-style:italic; 
text-transform:none !important; font-size: 14px; line-heigh: 18px; text-align: left; margin-bottom: 10px; 	 }
.aboutClasses blockquote:before { content: ""; }
.aboutClasses blockquote:after { content: ""; }	 
.aboutClasses img { width: 100% !important; height: auto !important; }
.aboutClasses p { margin-top: 5px !important; padding-bottom: 10px; }

/*#promotions img { height: 170px !important; width: auto !important; }*/
#promotions p.contentpara { /*height: 200px;*/ overflow:hidden; overflow-y: auto; }

.btn.processing {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: linear-gradient(to right, #ea8ca3 8%, #e9b3b3 18%, #f09191 53%);
  background-size: 800px 104px;
  position: relative;
  border: 2px solid #ea8ca3  !important;
  color: #fff;
}
.btn.processing:hover {
  border: 2px solid #f09191  !important;
  background: linear-gradient(to right, #ea8ca3 8%, #e9b3b3 18%, #f09191 73%);
  background-size: 800px 84px;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -800px 0
  }
  100% {
    background-position: 800px 0
  }
}

.cCards img {
    height: 34px !important;
    padding-left: 5px;
}

.grey-line {
    display: block;
    width: 100%;
    clear: both;
    border-bottom: 8px solid #eeeeee;
}

.productZoomImage{
    content: "";
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 5;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: url(images/zoom.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}


.mdealflow.alt ul li a span {
    font-size: 16px;
    padding: 0;
    position: inherit;
    text-shadow: none;
	text-align: left;
}

/*#promotions .columns { margin-top: 45px; }*/

.browsePeople div a img {
	border-radius: 50% !important; width: 250px; max-height: 250px !important;
}
/*.tab .inner {
	padding: 100px 0 50px 0;
}*/
.tab .inner.alt {
    padding: 100px 0 0px 0;
}
/*.rule {
    margin-bottom: 0px;
}
*/

.proDetails .promo {
	display: inline-block;
	color: #ffffff;
	margin-bottom: 10px;
	background:#E20613;
	border-radius: 10px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

.proDetails h3, .proDetails .price {
	font-size: 26px;
	line-height: 30px;
	padding-bottom: 10px;
}
.proDetails .btn {
	margin-top: 25px;
}

@media screen and (max-width:600px) {
	
	
.shop { height: 620px; }
#btnReviewSubmit { width:100% !important; }

/*.browseFlow ul li a img { max-height: 170px; }*/
.mobileFeaturedLogo { display:block; width:100% !important; }
.mobileFeaturedName { display:block; width:100% !important; }
}

@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }
}