/*
		input-placeholder
		-----------------
		@fragment input-placeholder(#(0), #(1), #(2));
		#(0) is the colour for the placeholder text; e.g. #ff0000
        #(1) is the font style for the placeholder text; e.g. italic
		#(2) is the element selector; e.g. input.numeric
	*/
/*
		header-styles
		-----------------
		@fragment h1-h6-style
        used if heading styles not possible directly
	*/
/*
    	socialIcon
		----------
		@fragment socialIcon(#(0), #(1));
		#(0) is the icon font string; e.g. "\e600"
		#(1) is the colour for the icon; e.g. #ff0000
	*/
/* Black Friday Banner Changes*/
#page-banner .banner-subimage {
    object-position: 100% center;
    }
@media screen and (min-width: 1001px) {
#page-banner .banner-subimage {
    object-position: 70% center;
    }
#page-banner.homepageBanner .banner-content-container .content {
    width: 575px !important;
    }
}

@media screen and (min-width: 1200px) {
#page-banner.homepageBanner .banner-content-container .content {
    width: 720px !important;
    }
}

@media screen and (max-width: 448px) {
#page-body .main,
#page-body main {
    padding: 0;
    }
}

#wrapper-body > .wrapper-inner {
    max-width: none;
    }
#page-body {
    padding-left: 0;
    padding-right: 0;
    background: none;
    }
main,
.main {
    margin: 0 auto;
    max-width: /*style._content_width_with_gaps(*/1440px/*)*/;
    width: 100%;
    padding: 0 /*style._content_gap(*/20px/*)*/;
    background: transparent;
    }
@media screen and (max-width: /*style._first_content_break_max(*/1000px/*)*/) {
main,
.main {
    padding: 0;
    }
}

.wrapper-inner-main-gallery {
    background: /*style.notice_background_color(*/#fff/*)*/;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 3px rgba(0,0,0,.2);
    }
.wrapper-inner-main-gallery > * {
    margin: 0 auto;
    max-width: /*style._content_width(*/1440px/*)*/;
    }
@media screen and (max-width: /*style._first_content_break_max(*/1000px/*)*/) {
.entriesSlideshow.last > .body,
.entriesSlideshow:last-child > .body {
    margin-bottom: -20px;
    border-bottom: 0px none;
    }
}

@media screen and (max-width: /*style._first_content_break_max(*/1000px/*)*/) {
.entriesSlideshow.last > .body,
.entriesSlideshow:last-child > .body {
    margin-bottom: -20px;
    border-bottom: 0px none;
    }
}

@media screen and (max-width: /*style._second_content_break_max(*/448px/*)*/) {
.blog_latest > .contentSection {
    padding-bottom: /*style._content_four_third_gap(*/40px/*)*/;
    }
}

.home-page-title {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: /*style.heading_color(*/#333/*)*/;
    }
.home-page-title span {
    color: /*style.primary(*/#cc232a/*)*/;
    }
.socials {
    text-align: right;
    }
.fair-deliver-list li {
    color: #000;
    background-color: #fff !important;
    border-bottom: none !important;
    margin-bottom: 0px !important;
    }
#homepage-pod-content {
    width: 100%;
    display: flex;
    align-items: stretch;
    }
#homepage-pod-content .deal-of-the-month,
#homepage-pod-content .about-homepage-pod {
    margin-top: 50px;
    width: 50%;
    display: flex;
    flex-flow: column nowrap;
    }
#homepage-pod-content .deal-of-the-month .footer,
#homepage-pod-content .about-homepage-pod .footer {
    margin-top: auto;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
    }
#homepage-pod-content .deal-of-the-month .evButton,
#homepage-pod-content .deal-of-the-month a.actionButton,
#homepage-pod-content .about-homepage-pod .evButton,
#homepage-pod-content .about-homepage-pod a.actionButton {
    flex: 0 0 auto;
    display: inline-block;
    margin: 20px 0;
    background: /*style.body_background_color(*/#fff/*)*/;
    }
@media (max-width: /*style._first_content_break(*/1000px/*)*/) {
#homepage-pod-content {
    flex-flow: row wrap;
    }
#homepage-pod-content .deal-of-the-month,
#homepage-pod-content .about-homepage-pod {
    width: 100%;
    }
#homepage-pod-content .about-homepage-pod {
    margin-top: 30px;
    margin-left: 0 !important;
    }
}

/* Deal of the month */
#homepage-pod-content .deal-of-the-month {
    position: relative;
    padding: 20px;
    background-color: /*style.section_background_color(*/#fff/*)*/;
    margin-right: /*style._content_half_gap(*/10px/*)*/;
    }
#homepage-pod-content .deal-of-the-month .red-deal-icon {
    position: absolute;
    top: -18px;
    left: -25px;
    }
#homepage-pod-content .deal-of-the-month h1,
#homepage-pod-content .deal-of-the-month h2,
#homepage-pod-content .deal-of-the-month h3,
#homepage-pod-content .deal-of-the-month h4,
#homepage-pod-content .deal-of-the-month h5,
#homepage-pod-content .deal-of-the-month h6,
#homepage-pod-content .deal-of-the-month .title {
    color: /*style.primary(*/#cc232a/*)*/;
    font-weight: 600;
    display: block;
    margin-top: 100px;
    line-height: 2;
    }
#homepage-pod-content .deal-of-the-month h1 + p,
#homepage-pod-content .deal-of-the-month h2 + p,
#homepage-pod-content .deal-of-the-month h3 + p,
#homepage-pod-content .deal-of-the-month h4 + p,
#homepage-pod-content .deal-of-the-month h5 + p,
#homepage-pod-content .deal-of-the-month h6 + p,
#homepage-pod-content .deal-of-the-month .title + p {
    padding-top: 20px;
    }
#homepage-pod-content .deal-of-the-month .inner {
    margin-bottom: 20px;
    }
#homepage-pod-content .deal-of-the-month .inner p {
    width: 100%;
    word-wrap: break-word;
    color: #000;
    line-height: 2.5;
    }
#homepage-pod-content .deal-of-the-month .deal-image {
    float: right;
    padding: 10px;
    }
#homepage-pod-content .deal-of-the-month .footer {
    margin-top: auto;
    }
#homepage-pod-content .deal-of-the-month .deal-price {
    color: /*style.primary(*/#cc232a/*)*/;
    margin: 0;
    }
#homepage-pod-content .deal-of-the-month .deal-price ul.evPriceList li.price.current {
    font-size: 1.8rem;
    }
#homepage-pod-content .deal-of-the-month .evButton {
    margin: 20px 0 20px auto;
    }
@media (max-width: /*style._first_content_break(*/1000px/*)*/) {
#homepage-pod-content .deal-of-the-month {
    margin-left: 30px;
    width: calc(100% - 30px);
    margin-top: 30px;
    margin-right: 0;
    }
#homepage-pod-content .deal-of-the-month .deal-image {
    float: none;
    display: block;
    margin: 30px auto 0;
    }
#homepage-pod-content .deal-of-the-month .pod-title {
    margin-top: 30px;
    }
#homepage-pod-content .deal-of-the-month .footer {
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    }
#homepage-pod-content .deal-of-the-month .evButton {
    margin: 30px auto;
    }
#homepage-pod-content .deal-of-the-month h1,
#homepage-pod-content .deal-of-the-month h2,
#homepage-pod-content .deal-of-the-month h3,
#homepage-pod-content .deal-of-the-month h4,
#homepage-pod-content .deal-of-the-month h5,
#homepage-pod-content .deal-of-the-month h6,
#homepage-pod-content .deal-of-the-month .title {
    line-height: 1.5;
    }
#homepage-pod-content .deal-of-the-month .inner p {
    font-size: inherit;
    line-height: 1.5;
    }
}

#homepage-pod-content .about-homepage-pod {
    position: relative;
    background: /*style.section_background_color(*/#fff/*)*/;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    padding: 20px;
    margin-left: /*style._content_half_gap(*/10px/*)*/;
    }
#homepage-pod-content .about-homepage-pod:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(245,245,245,.5);
    }
#homepage-pod-content .about-homepage-pod > * {
    position: relative;
    z-index: 2;
    }
#homepage-pod-content .about-homepage-pod h2 {
    color: /*style.primary(*/#cc232a/*)*/;
    font-size: 28px;
    font-weight: 600;
    display: block;
    width: 51%;
    line-height: 34px;
    }
#homepage-pod-content .about-homepage-pod p {
    width: 60%;
    word-wrap: break-word;
    color: #000;
    line-height: 35px;
    padding: 10px 20px 10px 0;
    }
@media (max-width: /*style._first_content_break(*/1000px/*)*/) {
#homepage-pod-content .about-homepage-pod:before {
    background: rgba(245,245,245,.7);
    }
#homepage-pod-content .about-homepage-pod p {
    width: 100%;
    }
#homepage-pod-content .about-homepage-pod .actionButton {
    margin: 30px auto;
    }
}

/*  Homepage About Pod/Section */
#sales-clearance-sec {
    display: flex;
    flex-flow: row;
    justify-content: stretch;
    margin-top: 30px;
    }
#sales-clearance-sec img {
    border: 1px solid #ddd;
    width: 100%;
    height: 100%;
    }
#sales-clearance-sec > div {
    width: 50%;
    }
#sales-clearance-sec > div:first-child {
    margin-right: 24px;
    }
@media (max-width: /*style._first_content_break(*/1000px/*)*/) {
#sales-clearance-sec {
    flex-flow: row wrap;
    align-items: center;
    }
#sales-clearance-sec > div {
    width: 100%;
    margin-bottom: 30px;
    }
#sales-clearance-sec > div:first-child {
    margin-right: 0;
    }
}

/**** Image Gallery/brand slider *******/
.brand-slider {
    background: #FFF;
    padding: 60px 80px 48px 80px;
    }
.brand-slider .image {
    display: flex;
    justify-content: space-evenly;
    }
.brand-slider .image img {
    margin: 0;
    padding: 0;
    max-width: 292px;
    }
.brand-slider .slick-prev {
    left: 20px;
    height: 50px;
    width: 45px;
    color: red !important;
    }
.brand-slider .slick-next {
    right: 20px;
    height: 50px;
    width: 45px;
    }
@media screen and (max-width: 768px) {
#tabbed-wrapper {
    width: 70%;
    }
.fa-plus {
    display: none;
    }
#vertical_tab_nav li a {
    font-size: 12pt;
    }
#vertical_tab_nav li a.selected:after {
    content: "";
    }
}

@media screen and (max-width: 640px) {
#tabbed-wrapper {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    }
.fa-plus {
    display: inline-block;
    }
#vertical_tab_nav li a {
    font-size: 15pt;
    }
#vertical_tab_nav {
    flex-flow: column wrap;
    width: 100%;
    }
#vertical_tab_nav ul {
    width: 100%;
    }
.image img {
    width: 100%;
    }
.special-01,
.special-02,
.special-03 {
    margin-bottom: 20px;
    }
}

@media screen and (max-width: 414px) {
/* iPhone 6 plus */
.information-boxes {
    margin-left: 30px;
    }
.special-01,
.special-02,
.special-03 {
    margin-bottom: 20px;
    }
}

/* end */
@media screen and (max-width: 360px) {
/* iPhone 6 */
.information-boxes {
    margin-left: 13px;
    }
.special-01,
.special-02,
.special-03 {
    margin-bottom: 20px;
    }
}

/* end */
@media screen and (max-width: 320px) {
/* iPhone 5 */
.information-boxes {
    margin-left: 2px;
    }
.special-01,
.special-02,
.special-03 {
    margin-bottom: 20px;
    max-width: 250px;
    }
}

/* end */
.info-partial-wrap .information-boxes article.fair-delivery-box > div {
    margin: 0 auto;
    }
.info-partial-wrap .information-boxes article.fair-delivery-box > div .fair-deliver-list {
    padding-left: 0;
    }
.info-partial-wrap .information-boxes article.fair-delivery-box > div .fair-deliver-list li:before {
    content: "*";
    color: #cc232a;
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    margin-left: -1em;
    margin-right: .3em;
    position: absolute;
    top: 3px;
    }
.evButtonAction:hover {
    color: #cc232a;
    }
