/* =========================================================
   CLEANED TEST02 CSS
   Reduced duplicated rules while retaining DW4-friendly floats
========================================================= */

/* =========================================================
   GLOBAL / RESET
========================================================= */
html {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background: #fff;
    color: #666;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
}

body.no-scroll {
    overflow: hidden;
}

#wrapper {
    width: 100%;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #666;
}

a,
a:link,
a:visited,
a:active {
    color: #066;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none !important;
}

a img {
    border: none;
}

.logo img,
.fullWidthSection img,
.bestSellerImage img {
    display: block;
}

/* =========================================================
   TYPOGRAPHY
========================================================= */
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 1%;
    padding: 0;
    font-weight: normal;
    color: #000;
    line-height: 1.2;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.4em;
}

h3 {
    font-size: 2em;
    margin-top: 1em;
}

h4,
h5,
h6 {
    font-size: 1.8em;
}

p,
ul,
ol,
table {
    margin: 0;
    padding: 0;
    font-size: 1.4em;
    line-height: 1.7em;
}

.content-area p {
    padding: .5em 0;
    font-size: 14px;
    font-weight: 400;
}

.fragment-text,
.product-text {
    font-size: 1.4em;
}

.fragment-text p,
.fragment-text ul,
.fragment-text ol,
.product-text p,
.product-text ul,
.product-text ol {
    font-size: 1em;
}

ul {
    list-style-type: square;
}

ul,
ol {
    clear: both;
    list-style-position: inside;
}

blockquote {
    margin: 1.5em 10px;
    padding: .5em 10px;
    background: #f9f9f9;
    border-left: 5px solid #900;
    quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote p {
    display: inline;
    font-size: 1em;
    font-style: italic;
    text-transform: none;
    color: #666;
}

.bestp a,
.fullWidthSection p a {
    font-weight: bold;
}

/* =========================================================
   HELPERS
========================================================= */
.set-left,
.pull-left {
    float: left;
}

.set-right,
.pull-right {
    float: right;
}

.pull-left {
    padding: 10px;
}

.pull-right {
    margin-top: 2em;
    text-align: right;
}

.set-below-left {
    float: left;
    clear: left;
}

.set-below-right {
    float: right;
    clear: right;
}

.center {
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.show {
    display: block;
}

.row {
    overflow: hidden;
    padding: 3em 0;
}

.column {
    float: left;
    width: 33.3333%;
}

/* =========================================================
   LAYOUT
========================================================= */
.bulk-area {
    display: block;
    clear: both;
    width: 89.7%;
    max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 1%;
    overflow: hidden;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-shadow: 0 0 10px 6px #f4f4f4;
    background: #fff;
}

.header-area,
.subHeader,
.navigation-bar,
footer,
.footer-area {
    box-sizing: border-box;
    width: 100%;
    clear: both;
}

.header-area,
.subHeader,
.navigation-bar,
.bulk-area {
    background-color: #fff;
}

.header-area {
    float: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    box-sizing: border-box;
    background: #050505;
}

.header-area .headerContent,
.subHeader .housekeeping,
.nav {
    display: block;
    width: 90%;
    max-width: 1103px;
    margin: 0 auto;
}

.header-area .logo {
    float: left;
}

.header-area .logo img,
.header-area a img {
    float: left;
    margin: .5em;
    padding-right: 20px;
}
.header-area .logo img,
.header-area a img.logoimage,
.logo img.logoimage {
    width: 420px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 420 / 160;
    object-fit: contain;
}

.header-area p.headerText {
    float: left;
    clear: both;
    width: 99%;
    margin: .2% 0;
    padding: 0;
}

.subHeader {
    float: left;
    position: relative;
    padding: 1em 0 0;
    border-top: 1px solid #ccc;
    background: #050505;
}

.subHeader ol {
    float: right;
    text-align: right;
}

.subHeader ol li {
    display: inline;
    position: relative;
    top: -.5em;
    margin-right: 1em;
}

.subHeader ol li,
.subHeader ol li a {
    color: #fff;
    text-transform: uppercase;
    line-height: 2em;
}

.container {
    width: 1005px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

#left-area {
    width: 100%;
    clear: both;
    overflow: hidden;
}

.content-area {
    float: right;
    position: relative;
    width: 100%;
    margin: 1.2% 0 0;
    padding: 0;
}

.content-area .fragment-list {
    float: left;
    width: 98%;
    margin: 0;
    padding: 1px 1% 1%;
}

.content-area .fragment-list .fullWidthSection {
    padding: 1%;
    margin: 1% 0 0;
    border: 1px solid #ddd;
    overflow: hidden;
}

.content-area .fragment-list .fullWidthSection h2 {
    clear: both;
}

.content-area .fragment-list .fullWidthSection img {
    width: 100%;
    height: auto;
    margin: 1%;
    clear: both;
}

#left-sidebar,
#right-sidebar {
    width: 28%;
    min-width: 323px;
    padding-top: 0;
}

#left-sidebar {
    float: left;
}

#right-sidebar {
    float: right;
}

.sidebar {
    width: 99%;
}

.sidebar-element {
    width: 94%;
    margin: 0 3% 1em;
    border: 1px solid #ddd;
    overflow: hidden;
}

#left-sidebar h2,
.sidebar-element h2 {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #eff2f4;
    font-size: 2em;
    line-height: 2.3em;
    text-align: center;
    color: #000;
}

#left-sidebar .marketing-list-entry {
    width: 90%;
    margin: .5em auto;
    padding: .5em 0 2em;
    overflow: hidden;
    box-shadow: 0 7px 10px -8px #000;
}

#left-sidebar .marketing-list-entry p,
#left-sidebar .marketing-list-entry .product-price {
    font-weight: bold;
}

#left-sidebar .marketing-list-entry p.product-price {
    font-size: 1.2em;
    color: #000;
}

/* =========================================================
   NAVIGATION - DESKTOP SUPERFISH STYLE
========================================================= */
.navigation-bar {
    float: left;
    background: #111;
    border-top: 1px solid #333;
    border-bottom: 3px solid #ffd200;
    box-shadow: none;
}

.nav {
    clear: both;
    padding: 0;
}

.sf-menu {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #111;
    z-index: 300;
}

.sf-menu > li,
.sf-menu>li {
    float: left;
    position: relative;
    width: 14.285714%;
    box-sizing: border-box;
    height: 50px;
    line-height: 20px;
    background: linear-gradient(to bottom, #8b0000 0%, #260000 50%, #8b0000 100%);
    border-right: 1px solid #2a0000;
}

.sf-menu > li:first-child,
.sf-menu>li:first-child {
    border-left: 1px solid #333;
}

.sf-menu > li > a,
.sf-menu>li>a {
    display: block;
    padding: 16px 8px 14px;
    color: #ffd200;
    background: linear-gradient(to bottom, #8b0000 0%, #260000 50%, #8b0000 100%);
    border: none;
    text-align: center;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
    text-transform: uppercase;
}

.sf-menu > li > a:hover,
.sf-menu > li:hover > a,
.sf-menu>li>a:hover,
.sf-menu>li:hover>a {
    color: #000;
    background: #ffd200;
    text-decoration: none;
}

.sf-menu li:hover .sf-mega {
    display: block;
}

.sf-mega {
    position: absolute;
    display: none;
    top: 50px;
    left: 0;
    z-index: 300;
    width: 450px;
    padding: 15px;
    color: #fff;
    background: #111;
    border: 1px solid #333;
    border-top: 3px solid #ffd200;
    box-shadow: 0 3px 8px #999;
    min-height: 275px;
}

.sf-mega-section {
    float: left;
    width: 200px;
    margin-right: 10px;
    padding: 0;
}
.sf-mega:after {
    content: "";
    display: block;
    clear: both;
}

.sf-mega .sf-mega-section:first-child {
    float: left;
    width: 155px;
    margin-right: 20px;
}

.sf-mega .sf-mega-section:first-child p {
    margin: 0 0 8px;
    text-align: left;
}

.sf-mega .sf-mega-section:first-child .icons2 {
    float: none;
    clear: both;
    margin: 0 auto;
}

.sf-mega .sf-mega-section + .sf-mega-section {
    position: absolute;
    top: 18px;
    right: 15px;
    float: none;
    width: 245px;
    margin-right: 0;
    padding-top: 0;
}

.sf-mega .sf-mega-section + .sf-mega-section ul {
    float: right;
    clear: none;
    width: 100%;
}

.sf-mega-section h1,
.sf-mega-section h2,
.sf-mega-section p {
    color: #ffd200;
    font-family: Arial, Helvetica, sans-serif;
}

.sf-mega-section h1 {
    margin: .5em 0;
    font-size: 16px;
}

.sf-mega ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 13px;
    line-height: 1.8em;
}

.sf-mega li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #333;
}

.sf-mega li a,
.sf-mega li a:link,
.sf-mega li a:visited {
    display: block;
    padding: 6px 0;
    color: #fff;
    text-decoration: none;
}

.sf-mega li a:hover,
.sf-mega li a:active {
    color: #ffd200;
    text-decoration: none;
}

/* =========================================================
   MOBILE MENU / DRAWER
========================================================= */
.site-header {
    display: none;
    clear: both;
    width: 100%;
    min-height: 54px;
    padding: 6px 0;
    position: relative;
    z-index: 1000;
    overflow: hidden;
    background: #050505;
    border-bottom: 1px solid #333;
}

.site-header .logo,
.site-header .mobile-logo {
    float: left;
    margin-left: 10px;
}

.site-header img {
    display: block;
    max-width: 220px;
    height: auto;
}

.menu-toggle {
    display: none;
    float: right;
    width: 44px;
    height: 44px;
    margin: 5px 10px 0 0;
    padding: 0;
    position: relative;
    z-index: 1100;
    background: #000;
    border: 1px solid #555;
    cursor: pointer;
}

.menu-toggle .bar {
    display: block;
    position: absolute;
    left: 10px;
    width: 24px;
    height: 3px;
    overflow: hidden;
    background: #fff;
    border-radius: 2px;
}

.menu-toggle .bar:nth-child(1) {
    top: 13px;
}

.menu-toggle .bar:nth-child(2) {
    top: 20px;
}

.menu-toggle .bar:nth-child(3) {
    top: 27px;
}

.menu-toggle.active .bar:nth-child(1),
.menu-toggle.active .bar:nth-child(3) {
    top: 21px;
}

.menu-toggle.active .bar:nth-child(2) {
    opacity: 0;
}

.nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .5;
    visibility: hidden;
    z-index: 900;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.nav-overlay.active {
    display: block;
    opacity: 0.5;
    visibility: visible;
}

.nav-drawer {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    overflow: auto;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0 20px;
    background: #111;
    border-left: 1px solid #333;
    z-index: 1000;
    visibility: hidden;
    -webkit-transition: right .3s ease;
    transition: right .3s ease;
}

.nav-drawer.open {
    right: 0;
    visibility: visible;
}

.nav-drawer ul {
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-drawer li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #292929;
}

.nav-drawer li a,
.nav-drawer li a:link,
.nav-drawer li a:visited {
    display: block;
    min-height: 44px;
    padding: 16px 20px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    background: #111;
    border-bottom: 1px solid #222;
}

.nav-drawer li a:hover,
.nav-drawer li a:active {
    color: #000;
    background: #ffcc00;
    text-decoration: none;
}

/* =========================================================
   BUTTONS / FEATURE BOXES
========================================================= */
.btn-primary,
.btn-primary:link,
.btn-primary:visited {
    display: block;
    width: 220px;
    margin: 10px auto;
    padding: 8px 12px;
    background: #900;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    border: 0;
    border-radius: 4px;
    clear: both;
    transition: background .2s ease;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    background: #600;
    color: #fff !important;
    text-decoration: none;
}

.btn-primary.disabled,
.btn-primary[disabled] {
    opacity: .6;
    cursor: default;
}

.feature ul {
	margin: 15px 2% 10px;
	padding: 1.25rem 1rem 1.25rem 2rem;
	color: #fff;
	line-height: 1.6;
	background: #660000;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0,0,0,.15);
	font-weight: 600;
}

.feature li {
    margin-bottom: 5px;
}

.feature ul a,
.feature ul a:link,
.feature ul a:visited,
.feature ul a:active {
    color: #ffd200 !important;
    text-decoration: underline;
    font-weight: bold;
}

.feature ul a:hover {
    color: #fff !important;
}


/* =========================================================
   CONTACT PAGE
========================================================= */
.contact-panel {
    box-sizing: border-box;
    width: min(100%, 920px);
    margin: 0 auto 2rem;
    padding: 0 1rem;
}

.contact-details {
    box-sizing: border-box;
    margin: 0 0 1.25rem;
    padding: 1.2rem 1.25rem;
    background: #f6f6f6;
    border-left: 5px solid #77010a;
    color: #333;
}

.contact-details p {
    margin: 0 0 .8rem;
}

.contact-details p:last-child {
    margin-bottom: 0;
}

.contact-details a {
    font-weight: bold;
}


.contact-call-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin: 0 0 1rem;
}

.contact-call-button,
.contact-call-button:link,
.contact-call-button:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 280px;
    padding: 15px 20px;
    background: linear-gradient(to bottom, #650000 0%, #260000 32%, #050505 100%);
    border: 1px solid #ffd200;
    border-bottom: 3px solid #ffd200;
    border-radius: 4px;
    color: #fff !important;
        font-size: 20px;
font-weight: bold;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,.18);
}

.contact-call-button span {
    margin-right: .45rem;
    color: #ffd200;
}

.contact-call-button:hover,
.contact-call-button:focus,
.contact-call-button:active {
    background: #066;
    border-color: #066;
    border-bottom-color: #044;
    color: #fff !important;
    text-decoration: none;
    outline: 2px solid #ffd200;
    outline-offset: 3px;
}
.contact-form-panel {
    box-sizing: border-box;
    width: 100%;
    padding: 1rem;
    background: #f6f6f6;
    border: 1px solid #ddd;
    border-bottom: 4px solid #ffd200;
}

.contact-form-frame {
    display: block;
    width: 100%;
    height: 690px;
    border: 0;
    background: #f6f6f6;
    overflow: hidden;
}

/* =========================================================
   JUMBOTRON
========================================================= */
.jumbotron {
    clear: both;
    box-sizing: border-box;
    width: 94%;
    max-width: 800px;
    margin: 2% auto 2em;
    padding: 1.7rem 1.5rem 1.55rem;
    position: relative;
    color: #fff;
    background: linear-gradient(to bottom, #8b0000 0%, #4a0000 45%, #050505 100%);
    border-top: 5px solid #77010a;
    border-bottom: 5px solid #ffd200;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0,0,0,.22);
    text-align: center;
}

.jumbotron h1,
.jumbotron h2 {
    margin: 0 0 1rem;
    padding: 0;
    font-size: 30px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
}

.jumbotron p {
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
}

.jumbotron a:link,
.jumbotron a:visited {
    color: #fff;
    text-align: center;
}
/* =========================================================
   RESPONSIVE IMAGES
========================================================= */
.responsive-image,
img.responsive-image {
    display: block !important;
    width: 100% !important;
    max-width: 600px !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
    clear: both;
}

.image-centre {
    width: 100%;
    clear: both;
    text-align: center;
}

.image-centre img {
    display: inline-block;
    float: none;
    max-width: 100%;
    height: auto;
}

/* =========================================================
   COPY BAR
========================================================= */
.copy {
    float: left;
    clear: both;
    width: 100%;
    margin-top: 30px;
    padding: 2px 0;
    position: relative;
    color: #000;
    background: #ffd200;
    border-bottom: 1px solid #999;
    text-align: center;
}

.copy p,
.copy a,
.copy span {
    text-align: center;
}

.copy .container {
    width: 96%;
    max-width: 1005px;
    margin-left: auto;
    margin-right: auto;
}

/* =========================================================
   SOCIAL / ICONS
========================================================= */
.leadphone,
.leadphone:link,
.leadphone:visited {
    display: inline-block;
    width: auto;
    min-height: 54px;
    margin: .15rem auto 1rem;
    padding-left: 52px;
    background-image: url(https://southgate-jujitsu.co.uk/acatalog/icons.webp);
    background-repeat: no-repeat;
    background-position: 5px -261px;
    font-size: 20px;
    font-weight: bold;
    line-height: 54px;
    color: #ffd200 !important;
    text-decoration: none;
    white-space: nowrap;
}

.leadphone:hover,
.leadphone:focus {
    color: #fff !important;
    text-decoration: none;
}

.leadphone:focus {
    outline: 2px solid #ffd200;
    outline-offset: 4px;
}

.icons2 {
    position: relative;
    width: 110px;
    height: 75px;
    margin: 1em auto;
    background-image: url(https://southgate-jujitsu.co.uk/acatalog/icons2.webp);
    background-repeat: no-repeat;
    background-position: center 0;
}

.icons2 a,
.icon-link {
    float: left;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: -9999px;
    text-decoration: none;
}

.social1 {
    position: relative;
    float: none;
    clear: both;
    width: 200px;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.social1 a {
    float: left;
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 1px;
    text-decoration: none;
}

.social1 .twitter1 {
    background-position: right -122px;
    background-image: url(https://southgate-jujitsu.co.uk/acatalog/icons.webp);
}

.social1 .facebook1 {
    background-position: left -122px;
    background-image: url(https://southgate-jujitsu.co.uk/acatalog/icons.webp);
}

.social1 .linkedin1 {
    background-position: right -168px;
    background-image: url(https://southgate-jujitsu.co.uk/acatalog/icons.webp);
}

.social1 .youtube1 {
    background-position: right -214px;
    background-image: url(https://southgate-jujitsu.co.uk/acatalog/icons.webp);
}

/* =========================================================
   FOOTER
========================================================= */
footer,
.footer-area {
    float: left;
    clear: both;
    width: 100%;
    background: #000;
    text-align: center;
}

footer {
    padding: 15px 0 20px;
}

.footer-area .container,
footer .container {
    width: 96%;
    max-width: 1005px;
    margin-left: auto;
    margin-right: auto;
}

.footer-area a,
.footer-area h3,
.footer-area h4,
.footer-area p,
.footer-area span,
.footer-area ul,
.footer-area li {
    color: #fff;
    text-align: center;
}

.Foot4 {
    float: left;
    width: 25%;
    min-height: 1px;
    position: relative;
    text-align: center;
    border-bottom: none;
}

.Foot4I {
    padding: 0 5%;
    margin-bottom: 5%;
    text-align: center;
}

.Foot4 p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 2em;
    color: #fff;
    text-align: center;
}

.Foot4 h3,
.Foot4 h4,
.Foot4 ul,
.Foot4 ol,
.Foot4 li,
.Foot4 a,
.Foot4 span {
    text-align: center;
}

.Foot4 a,
.Foot4 a:link,
.Foot4 a:visited {
    color: #ccc;
    font-weight: 400;
}

.Foot4 a:hover {
    color: #fff;
}

.Foot4 span {
    color: red;
}

.Foot4 img,
.footer-area img,
footer img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.Foot4 ul,
.Foot4 ol {
    margin-left: 0;
    padding-left: 0;
    list-style-position: inside;
}

/* =========================================================
   PHOTO GALLERY
========================================================= */
.swrap {
    overflow: hidden;
    margin: 5px;
}

.sbox {
    float: left;
    position: relative;
    width: 25%;
    padding-bottom: 25%;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
}

.sboxI {
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.sboxI img {
    width: 100%;
    height: auto;
    text-decoration: none;
}

/* =========================================================
   FAB IDEAS / BEST SELLERS
   DW4-friendly: float layout first, flex enhancement second
========================================================= */
.marketing-list.bestSellersHomepage {
    clear: both;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* Modern browsers get equal-height cards, older editors/browsers keep floats */
.marketing-list.bestSellersHomepage {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.marketing-list.bestSellersHomepage h1,
.marketing-list.bestSellersHomepage h2,
.bestSellersHomepage h1,
.bestSellersHomepage h2 {
    clear: both;
    float: left;
    width: 98%;
    margin: 1%;
    padding: 0 1%;
    font-size: 2em;
    line-height: 2.3em;
    border: 1px solid #ddd;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
}

.marketing-list.bestSellersHomepage h1,
.marketing-list.bestSellersHomepage h2 {
    flex: 0 0 98%;
}

.bestSellersMarketingListEntry {
    float: left;
    display: block;
    width: 31.333%;
    margin: 1%;
    padding: 1%;
    border: 1px solid #ddd;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
}
.bestSellersMarketingListEntryxxx {
    float: left;
    display: block;
    width: 48%;
    margin: 1%;
    padding: 1%;
    border: 1px solid #ddd;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.marketing-list.bestSellersHomepage .bestSellersMarketingListEntry,
.marketing-list.bestSellersHomepage .bestSellersMarketingListEntryxxx {
    float: none;
    display: flex;
    flex-direction: column;
}

.bestSellersMarketingListEntry .product-name,
.bestSellersMarketingListEntryxxx .product-name {
    text-align: left;
}

.bestSellersMarketingListEntry .bestSellerImage,
.bestSellersMarketingListEntryxxx .bestSellerImage {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
    overflow: hidden;
}

.bestSellersMarketingListEntry .bestSellerImage img,
.bestSellersMarketingListEntryxxx .bestSellerImage img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border: 0;
}

.bestSellersMarketingListEntry p,
.bestSellersMarketingListEntryxxx p {
    margin: 0 0 12px;
    padding: 0;
    text-align: center;
}

.bestSellersMarketingListEntry .product-info,
.bestSellersMarketingListEntryxxx .product-info {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}

.bestSellersMarketingListEntry .product-info a,
.bestSellersMarketingListEntryxxx .product-info a {
    display: block;
    padding: 8px;
    background: #900;
    color: #fff;
    border-radius: 4px;
    font-weight: bold;
}

.bestSellersMarketingListEntry .product-info a:hover,
.bestSellersMarketingListEntryxxx .product-info a:hover {
    background: #600;
    color: #fff;
}
.bestSellersMarketingListEntryxxx h1,
.bestSellersMarketingListEntryxxx h2,
.bestSellersMarketingListEntryxxx h3,
.bestSellersMarketingListEntryxxx h4,
.bestSellersMarketingListEntryxxx .product-name,
.bestSellersMarketingListEntryxxx p {
    text-align: left;
}

.bestSellersMarketingListEntryxxx .product-info a {
    text-align: center;
}
/* =========================================================
   RESPONSIVE
========================================================= */
@media screen and (max-width: 1135px) {
    body {
        width: 99.6%;
    }

    .content-area,
    #left-sidebar,
    #right-sidebar {
        width: 100%;
        float: none;
        clear: both;
        min-width: 0;
    }

    #left-sidebar,
    #right-sidebar {
        display: none;
    }
}

@media only screen and (max-width: 1005px) {
    .container,
    .copy .container,
    .footer-area .container,
    footer .container {
        width: 96%;
        max-width: 96%;
    }
}

@media only screen and (max-width: 850px) {
    .Foot4 {
        float: none;
        clear: both;
        width: 100%;
        min-height: 0;
        margin: 0 auto 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #3a3a3a;
        text-align: center;
    }

    .Foot4:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .Foot4I {
        width: 90%;
        margin: 0 auto 25px;
        padding: 0;
        text-align: center;
    }

    .Foot4 img {
        display: block;
        margin: 0 auto 15px;
        max-width: 100%;
        height: auto;
    }

    .copy {
        margin-top: 20px;
        padding: 12px 0;
    }

    .social1 {
        float: none;
        clear: both;
        margin: 15px auto;
    }
}

@media screen and (max-width: 800px) {
    body {
        width: 95%;
    }

    #left-area,
    #left-sidebar,
    #right-sidebar,
    .content-area {
        float: none;
        clear: both;
        width: 100%;
    }

    .navigation-bar {
        border: none;
        box-shadow: none;
        background: none;
    }

    .nav,
    .header-area .headerContent,
    .subHeader .housekeeping {
        width: 100%;
    }

    .header-area .logo img {
        width: 90%;
        height: auto;
    }

    .bestSellersMarketingListEntry,
    .bestSellersMarketingListEntryxxx {
        width: 48%;
    }

    .Foot4,
    .column {
        width: 100%;
        float: none;
        clear: both;
    }
}

@media screen and (max-width: 767px) {
    .contact-call-buttons {
        display: block;
    }

    .contact-call-button,
    .contact-call-button:link,
    .contact-call-button:visited {
        display: flex;
        width: 100%;
        min-width: 0;
        margin: 0 0 .75rem;
    }

    .contact-call-button,
    .contact-call-button:link,
    .contact-call-button:visited {
        font-size: 19px;
        line-height: 1.35;
    }

    .contact-panel {
        padding: 0 .75rem;
    }
    .contact-details,
    .contact-form-panel {
        padding: 1rem;
    }

    .contact-form-frame {
        height: 780px;
    }

    .jumbotron {
        box-sizing: border-box;
        width: 100%;
        margin: 1.25rem auto 1.75rem;
        padding: 1.25rem 1.35rem 1.35rem;
        border-radius: 0;
        border-bottom-width: 3px;
        box-shadow: 0 4px 12px rgba(0,0,0,.18);
    }

    .jumbotron h1,
    .jumbotron h2 {
        margin: 0 0 .85rem;
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: 0;
    }

    .jumbotron .leadphone {
        max-width: 100%;
        min-height: 54px;
        margin: .25rem auto 1rem;
        padding-left: 52px;
        line-height: 54px;
        font-size: 18px;
        white-space: nowrap;
    }

    .jumbotron p {
        margin: 0;
        padding: 0;
    }

    .jumbotron .btn-primary {
        box-sizing: border-box;
        width: min(240px, 100%);
        margin: .75rem auto 0;
        padding: 11px 14px;
        background: #050505;
        border: 1px solid #ffd200;
        border-radius: 4px;
        font-size: 15px;
    }

    .jumbotron .btn-primary:hover,
    .jumbotron .btn-primary:focus,
    .jumbotron .btn-primary:active {
        background: #066;
        border-color: #066;
    }

    .copy {
        margin-top: 10px;
        padding: 4px 0;
    }

    .copy .container {
        width: 100%;
        max-width: 100%;
    }

    .copy .pull-left {
        float: none;
        padding: 0;
    }

    .copy .pull-right {
        display: none;
    }

    .copy .social1 {
        width: 84px;
        height: 42px;
        margin: 0 auto;
    }

    .copy .social1 a {
        width: 40px;
        height: 40px;
        margin: 1px;
    }

    .pull-right {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .site-header {
        display: block !important;
    }

    .menu-toggle {
        display: block !important;
    }

    .navigation-bar,
    .nav,
    .sf-menu,
    .sf-mega {
        display: none !important;
    }

    .header-area .headerContent,
    .subHeader .housekeeping {
        width: 100%;
    }

    .header-area .logo img,
    .header-area a img {
        max-width: 90%;
        height: auto;
        padding-right: 0;
    }
}

@media screen and (min-width: 651px) {
    .site-header,
    .menu-toggle,
    .nav-overlay,
    .nav-drawer {
        display: none !important;
    }

    .navigation-bar,
    .nav,
    .sf-menu {
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    .column {
        width: 100%;
    }

    .Foot4 {
        float: left;
        clear: both;
        width: 100%;
        min-height: 0;
    }

    .Foot4I {
        padding-left: 3%;
        padding-right: 3%;
        margin-bottom: 25px;
    }

    .copy .container,
    .footer-area .container,
    footer .container {
        width: 94%;
        max-width: 94%;
    }

    .copy p {
        font-size: 12px;
        line-height: 1.6em;
    }
}

@media screen and (max-width: 500px) {
    .logo,
    .logo img {
        width: 100%;
        height: auto;
    }

    .logo img {
        width: 90%;
    }
}

@media only screen and (max-width: 480px) {
    .sbox {
        width: 100%;
        padding-bottom: 100%;
    }
}


@media screen and (max-width: 650px) {
    .bestSellersMarketingListEntryxxx {
        width: 98%;
        flex: 0 0 98%;
    }
}
@media screen and (max-width: 430px) {
    .bestSellersMarketingListEntry,
    .bestSellersMarketingListEntryxxx {
        width: 98%;
    }

    .header-area .logo {
        float: none;
        margin: 0;
    }
}

@media screen and (max-width: 360px) {
    body {
        width: 92%;
    }

    .header-area .logo img {
        width: 100% !important;
    }

    .fullWidthSection img {
        width: 90%;
    }

    .copy .container,
    .footer-area .container,
    footer .container {
        width: 92%;
        max-width: 92%;
    }

    .social1 {
        width: 168px;
        height: auto;
    }

    .copy .social1 {
        width: 84px;
        height: 42px;
    }

    .social1 a {
        width: 40px;
        height: 40px;
    }
}

@media only screen and (max-width: 650px) and (min-width: 481px) {
    .sbox {
        width: 50%;
        padding-bottom: 50%;
    }
}

@media only screen and (max-width: 1050px) and (min-width: 651px) {
    .sbox {
        width: 33.3%;
        padding-bottom: 33.3%;
    }
}

@media only screen and (max-width: 1290px) and (min-width: 1051px) {
    .sbox {
        width: 25%;
        padding-bottom: 25%;
    }
}

/* Standards-compliant gallery lightbox/slideshow */
.gallery img {
    cursor: pointer;
}

.sj-gallery-open {
    overflow: hidden;
}

.sj-gallery-lightbox {
    align-items: center;
    background: rgba(0, 0, 0, 0.92);
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    padding: 64px 72px 72px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.sj-gallery-lightbox.is-open {
    display: flex;
}

.sj-gallery-frame {
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    text-align: center;
}

.sj-gallery-image {
    display: block;
    height: auto;
    max-height: calc(100vh - 170px);
    max-width: min(100%, 1100px);
    width: auto;
}

.sj-gallery-caption,
.sj-gallery-count {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
}

.sj-gallery-caption {
    margin-top: 12px;
}

.sj-gallery-close,
.sj-gallery-prev,
.sj-gallery-next,
.sj-gallery-play {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: #fff;
    cursor: pointer;
    font: inherit;
}

.sj-gallery-close:focus,
.sj-gallery-prev:focus,
.sj-gallery-next:focus,
.sj-gallery-play:focus,
.gallery img:focus {
    outline: 3px solid #fff;
    outline-offset: 3px;
}

.sj-gallery-close {
    font-size: 34px;
    height: 48px;
    line-height: 1;
    position: absolute;
    right: 22px;
    top: 18px;
    width: 48px;
}

.sj-gallery-prev,
.sj-gallery-next {
    font-size: 36px;
    height: 64px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
}

.sj-gallery-prev {
    left: 18px;
}

.sj-gallery-next {
    right: 18px;
}

.sj-gallery-toolbar {
    align-items: center;
    bottom: 20px;
    display: flex;
    gap: 16px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.sj-gallery-play {
    min-width: 76px;
    padding: 9px 14px;
}

@media screen and (max-width: 650px) {
    .sj-gallery-lightbox {
        padding: 60px 16px 74px;
    }

    .sj-gallery-image {
        max-height: calc(100vh - 180px);
        max-width: 100%;
    }

    .sj-gallery-prev,
    .sj-gallery-next {
        bottom: 18px;
        top: auto;
        transform: none;
    }

    .sj-gallery-toolbar {
        bottom: 24px;
    }
}