/* Generic 
-------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=ABeeZee&display=block');
body {
    font-family: 'Gotham Book Regular', sans-serif /*{Body | Body font family}*/;
    color: rgba(0, 0, 0, 1) /*{Body | Text colour}*/;
}
a, a:hover, a:active, .btn-link, .btn-link:hover {
    color: rgba(0, 0, 0, 1) /*{Body | Link colour}*/;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .btn {
    font-family: 'Gotham Book Regular', sans-serif /*{Body | Header font family}*/;
}
/* Header 
-------------------------------*/
header {
    background-color: #ffffff /*{Header | Background colour}*/;
}
header .header-topbar {
    border-color: rgba(246, 246, 246, 1) /*{Header | Topbar border colour}*/;
}
header .header-topbar .navbar-nav > li > a,
header .header-topbar .header-phone {
    color: rgba(0, 0, 0, 1) /*{Header | Topbar link colour}*/;
}
header .btn-header,
header .btn-header:hover {
    color: rgba(0, 0, 0, 1) /*{Header | Account & cart link colour}*/;
}
header .cart-count {
    background-color: rgba(227, 34, 39, 1) /*{buttons | primary-btn-background-colour}*/;
    color: rgba(255, 255, 255, 1) /*{buttons | primary-btn-text-colour}*/;
}
.header-menu {
    background-color: rgba(0, 0, 0, 1) /*{Header | Menu background colour}*/;
}
.header-menu .navbar-nav > li > a,
.navbar-mobile a.nav-link {
    color: #ffffff /*{Header | Menu colour}*/;
}
/* Footer 
-------------------------------*/
.wrapper-footer {
    background-color: rgba(255, 255, 255, 1) /*{Footer | Background color}*/;
}
.wrapper-footer h4 {
    color: #000000 /*{Footer | Heading colour}*/;
}
.wrapper-footer a, 
.wrapper-footer a:hover, 
.wrapper-footer a:active,
.wrapper-footer * {
    color: rgba(0, 0, 0, 1) /*{Footer | Text colour}*/;
}
footer .nav.list-social i {
    background-color: rgba(0, 0, 0, 1) /*{Footer | Social icon background colour}*/;
    color: #ffffff /*{Footer | Social icon colour}*/;
}
/* Buttons 
-------------------------------*/
/* Secondary button */
.btn-outline-secondary, .btn-default {
    color: rgba(255, 255, 255, 1) /*{buttons | default-btn-text-colour}*/;
    background-color: rgba(227, 34, 39, 1) /*{buttons | default-btn-background-colour}*/;
    border-color: rgba(227, 34, 39, 1) /*{buttons | default-btn-border-colour}*/;
}
.btn-outline-secondary:hover, .btn-default:hover,
.btn-outline-secondary.disabled, .btn-default:disabled,
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle, .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
    color: rgba(255, 255, 255, 1) /*{buttons | default-btn-text-colour-hover}*/;
    background-color: rgba(0, 0, 0, 1) /*{buttons | default-btn-background-colour-hover}*/;
    border-color: rgba(0, 0, 0, 1) /*{buttons | default-btn-border-colour-hover}*/;
}
/* Primary button */
.btn-primary {
    color: rgba(255, 255, 255, 1) /*{buttons | primary-btn-text-colour}*/;
    background-color: rgba(227, 34, 39, 1) /*{Buttons | primary-btn-background-colour}*/;
    border-color: rgba(227, 34, 39, 1) /*{buttons | primary-btn-border-colour}*/;
}
.btn-primary:hover,
.btn-primary.disabled, .btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: rgba(255, 255, 255, 1) /*{buttons | primary-btn-text-colour-hover}*/;
    background-color: rgba(0, 0, 0, 1) /*{buttons | primary-btn-background-colour-hover}*/;
    border-color: rgba(0, 0, 0, 1) /*{buttons | primary-btn-border-colour-hover}*/;
}
/* Success button */
.btn-success {
    color: #ffffff /*{buttons | success-btn-text-colour}*/;
    background-color: rgba(227, 34, 39, 1) /*{buttons | success-btn-background-colour}*/;
    border-color: rgba(227, 34, 39, 1) /*{buttons | success-btn-border-colour}*/;
}
.btn-success:hover,
.btn-success.disabled, .btn-success:disabled,
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #ffffff /*{buttons | success-btn-text-colour-hover}*/;
    background-color: rgba(227, 34, 39, 1) /*{buttons | success-btn-background-colour-hover}*/;
    border-color: rgba(227, 34, 39, 1) /*{buttons | success-btn-border-colour-hover}*/;
}
/* Homepage 
-------------------------------*/
#homepage-content {
    background-color: rgba(255, 255, 255, 1) /*{Homepage | Content background colour}*/;
}
@font-face {
    font-family: 'Gotham Black';
    font-style: normal;
    font-display: block;
    src: url('fonts/gotham/Gotham Black.otf');
}
@font-face {
    font-family: 'Gotham Book Regular';
    font-style: normal;
    font-display: block;
    src: url('fonts/gotham/Gotham Book Regular.otf');
}
@font-face {
    font-family: 'Gotham Medium';
    font-style: normal;
    font-display: block;
    src: url('fonts/gotham/Gotham-Medium.otf');
}
@font-face {
    font-family: 'Gotham Ultra';
    font-style: normal;
    font-display: block;
    src: url('fonts/gotham/Gotham-Ultra.otf');
}
@font-face {
    font-family: 'komika_jamregular';
    src: url('fonts/komika/komikj__-webfont.woff2') format('woff2'),
         url('fonts/komika/komikj__-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    font-size: 16px;
    font-size: 1rem;
}
img {
    max-width: 100%;
}
@media (min-width: 1200px){
    .container {
        max-width: 1470px;
    }
}
/*Social links*/
.text-facebook {
    color: #4078bc;
}
.text-linkedin {
    color: #0a78b9;
}
.fb_dialog iframe, 
.fb-customerchat iframe {
    left: 0;
    right: unset !important;
}
/* Animation */
#homepage-right-advice .typing-word {
  border-right: solid 5px #fff;
  white-space: nowrap;
  overflow: hidden;
}
#homepage-right-advice .slick-active .typing-word  {
  animation: animated-text 4s linear 1s 1 normal both,
             animated-cursor 600ms linear infinite;
}
/* text animation */
@keyframes animated-text{
  from{width: 0;}
  to{width: 100%;}
}
/* cursor animations */
@keyframes animated-cursor{
  from{border-right-color: #fff;}
  to{border-right-color: transparent;}
}
.blinkingText{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{}
    49%{}
    60%{color: transparent;}
    99%{color:transparent;}
    100%{}
}
.blinkingBorderColor{
    animation:blinkingBorderColor 1.2s infinite;
}
@keyframes blinkingBorderColor{
    0%{}
    49%{}
    60%{border-color: transparent;}
    99%{border-color:transparent;}
    100%{}
}
#homepage-right-advice .slick-list .slick-track .slick-slide {
    transition: unset !important;
}
.box-sizing-content {
    box-sizing: content-box;
}
.position-relative {
    position: relative;
}
a.anchor {
    position: absolute;
    top: -100px;
}
.form-control, 
#stloc_selector_cysel, 
#stloc_state_sel, 
#suburb_sl, 
._itmspec_opt, 
.n-wrapper-form-control select,
.display-block {
    display: block;
}
.d-inline-block {
    display: inline-block;
}
.d-table-caption{
    display: table-caption;
}
@media (min-width: 576px) {
    .d-sm-inline-block {
        display: inline-block;
    }
    .d-sm-table-caption{
        display: table-caption;
    }
}
@media (min-width: 768px) {
    .d-md-inline-block {
        display: inline-block;
    }
    .d-md-table-caption{
        display: table-caption;
    }
}
@media (min-width: 992px) {
    .d-lg-inline-block {
        display: inline-block;
    }
    .d-lg-table-caption{
        display: table-caption;
    }
}
@media (min-width: 1200px) {
    .d-xl-inline-block {
        display: inline-block;
    }
    .d-xl-table-caption{
        display: table-caption;
    }
}
.position-bottom-left{
    position: absolute;
    bottom: 0;
    left: 0;
}
.position-bottom-right{
    position: absolute;
    bottom: 0;
    right: 0;
}
@media (min-width: 576px) {
    .position-sm-bottom-left{
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .position-sm-bottom-right{
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
@media (min-width: 768px) {
    .position-md-bottom-left{
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .position-md-bottom-right{
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
@media (min-width: 992px) {
    .position-lg-bottom-left{
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .position-lg-bottom-right{
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
@media (min-width: 1200px) {
    .position-xl-bottom-left{
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .position-xl-bottom-right{
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
button.slick-prev:before, 
button.slick-next:before {
    font-size: 40px;
    color: #E32227;
}
button.slick-prev, 
button.slick-next {
    width: 35px;
    height: 35px;
    z-index: 99;
}
button.slick-prev {
    left: -38px;
}
button.slick-next {
    right: -33px;
}
.carousel-list-most-popular-product button.slick-prev,
.franchise-image-slider button.slick-prev {
    left: -2px;
}
.carousel-list-most-popular-product  button.slick-next,
.franchise-image-slider button.slick-next {
    right: 3px;
}
@media (max-width: 576px) {
    button.slick-prev {
        left: 0;
    }
    button.slick-next {
        right: 5px;
    }
}
.btn-white-primary {
    color: rgba(237, 32, 36, 1);
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}
.btn-white-primary:hover,
.btn-white-primary.disabled, .btn-white-primary:disabled,
.btn-white-primary:not(:disabled):not(.disabled):active, .btn-white-primary:not(:disabled):not(.disabled).active, .show > .btn-white-primary.dropdown-toggle {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1);
}
@media (min-width: 576px) {
    .npopup {
        min-width: 520px;
    }
}
/*capitalize the content have that all uppercase*/
.capitalize {
    text-transform: capitalize;
}
.hover-light{
    opacity: 1;
    color: #fff !important;
}
.slick-track {
    margin: unset !important;
}
.tab-product-list.slick-dotted.slick-slider{
    margin-bottom: 0 !important;
}
.btn {
    border-radius: unset;
    text-transform: uppercase;
}
.btn-danger {
    background-color: #E32227;
    border-color: #E32227;
}
.bg-red {
    background-color: #E32227;
}
.bg-black {
    background-color: #000;
}
.bg-gray {
    background-color: #f3f3f3;
}
.bg-lightgray {
    background-color: #eeeeee;
}
.bg-black-rgba {
    background-color: rgba(0, 0, 0, 0.8);
}
.no-bg-color {
    background-color: transparent !important;
}
.no-border {
    border: none !important;
}
.font-regular{
    font-family: Gotham Book Regular;
}
.font-medium{
    font-weight: 600;
    font-family: Gotham Medium;
}
.font-ultra{
    font-weight: 600;
    font-family: Gotham Ultra;
}
.font-komikajam{
    font-family: komika_jamregular;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.font-size-small{
    font-size: 12px;
}
.font-size-normal{
    font-size: 16px;
}
.font-size-extra-normal{
    font-size: 21px;
}
.font-size-medium{
    font-size: 25px;
}
.font-size-extra-medium{
    font-size: 32px;
}
.font-size-large{
    font-size: 35px;
}
.font-size-ultra{
    font-size: 45px;
}
.font-size-ultra-large{
    font-size: 64px;
}
/*Font Size Responsive*/
.font-size-0 {
    font-size: 0;
}
.font-size-1 {
    font-size: 9px;
}
.font-size-2 {
    font-size: 12px;
}
.font-size-3 {
    font-size: 14px;
}
.font-size-4 {
    font-size: 16px;
}
.font-size-5 {
    font-size: 18px;
}
.font-size-6 {
    font-size: 20px;
}
.font-size-7 {
    font-size: 24px;
}
.font-size-8 {
    font-size: 28px;
}
.font-size-9 {
    font-size: 32px;
}
.font-size-10 {
    font-size: 36px;
}
.font-size-11 {
    font-size: 40px;
}
.font-size-12 {
    font-size: 44px;
}
.font-size-13 {
    font-size: 48px;
}
.font-size-14 {
    font-size: 52px;
}
.font-size-15 {
    font-size: 56px;
}
.font-size-16 {
    font-size: 60px;
}
.font-size-17 {
    font-size: 64px;
}
.font-size-18 {
    font-size: 68px;
}
.font-size-19 {
    font-size: 72px;
}
.font-size-20 {
    font-size: 95px;
}
@media (min-width: 576px) {
    .font-size-sm-0 {
        font-size: 0;
    }
    .font-size-sm-1 {
        font-size: 9px;
    }
    .font-size-sm-2 {
        font-size: 12px;
    }
    .font-size-sm-3 {
        font-size: 14px;
    }
    .font-size-sm-4 {
        font-size: 16px;
    }
    .font-size-sm-5 {
        font-size: 18px;
    }
    .font-size-sm-6 {
        font-size: 20px;
    }
    .font-size-sm-7 {
        font-size: 24px;
    }
    .font-size-sm-8 {
        font-size: 28px;
    }
    .font-size-sm-9 {
        font-size: 32px;
    }
    .font-size-sm-10{
        font-size: 36px;
    }
    .font-size-sm-11 {
        font-size: 40px;
    }
    .font-size-sm-12 {
        font-size: 44px;
    }
    .font-size-sm-13 {
        font-size: 48px;
    }
    .font-size-sm-14 {
        font-size: 52px;
    }
    .font-size-sm-15 {
        font-size: 56px;
    }
    .font-size-sm-16 {
        font-size: 60px;
    }
    .font-size-sm-17 {
        font-size: 64px;
    }
    .font-size-sm-18 {
        font-size: 68px;
    }
    .font-size-sm-19 {
        font-size: 72px;
    }
    .font-size-sm-20 {
        font-size: 95px;
    }
}
@media (min-width: 768px) {
    .font-size-md-0 {
        font-size: 0;
    }
    .font-size-md-1 {
        font-size: 9px;
    }
    .font-size-md-2 {
        font-size: 12px;
    }
    .font-size-md-3 {
        font-size: 14px;
    }
    .font-size-md-4 {
        font-size: 16px;
    }
    .font-size-md-5 {
        font-size: 18px;
    }
    .font-size-md-6 {
        font-size: 20px;
    }
    .font-size-md-7 {
        font-size: 24px;
    }
    .font-size-md-8 {
        font-size: 28px;
    }
    .font-size-md-9 {
        font-size: 32px;
    }
    .font-size-md-10 {
        font-size: 36px;
    }
    .font-size-md-11 {
        font-size: 40px;
    }
    .font-size-md-12 {
        font-size: 44px;
    }
    .font-size-md-13 {
        font-size: 48px;
    }
    .font-size-md-14 {
        font-size: 52px;
    }
    .font-size-md-15 {
        font-size: 56px;
    }
    .font-size-md-16 {
        font-size: 60px;
    }
    .font-size-md-17 {
        font-size: 64px;
    }
    .font-size-md-18 {
        font-size: 68px;
    }
    .font-size-md-19 {
        font-size: 72px;
    }
    .font-size-md-20 {
        font-size: 95px;
    }
}
@media (min-width: 992px) {
    .font-size-lg-0 {
        font-size: 0;
    }
    .font-size-lg-1 {
        font-size: 9px;
    }
    .font-size-lg-2 {
        font-size: 12px;
    }
    .font-size-lg-3 {
        font-size: 14px;
    }
    .font-size-lg-4 {
        font-size: 16px;
    }
    .font-size-lg-5 {
        font-size: 18px;
    }
    .font-size-lg-6 {
        font-size: 20px;
    }
    .font-size-lg-7 {
        font-size: 24px;
    }
    .font-size-lg-8 {
        font-size: 28px;
    }
    .font-size-lg-9 {
        font-size: 32px;
    }
    .font-size-lg-10 {
        font-size: 36px;
    }
    .font-size-lg-11 {
        font-size: 40px;
    }
    .font-size-lg-12 {
        font-size: 44px;
    }
    .font-size-lg-13 {
        font-size: 48px;
    }
    .font-size-lg-14 {
        font-size: 52px;
    }
    .font-size-lg-15 {
        font-size: 56px;
    }
    .font-size-lg-16 {
        font-size: 60px;
    }
    .font-size-lg-17 {
        font-size: 64px;
    }
    .font-size-lg-18 {
        font-size: 68px;
    }
    .font-size-lg-19 {
        font-size: 72px;
    }
    .font-size-lg-20 {
        font-size: 95px;
    }
}
@media (min-width: 1200px) {
    .font-size-xl-0 {
        font-size: 0;
    }
    .font-size-xl-1 {
        font-size: 9px;
    }
    .font-size-xl-2 {
        font-size: 12px;
    }
    .font-size-xl-3 {
        font-size: 14px;
    }
    .font-size-xl-4 {
        font-size: 16px;
    }
    .font-size-xl-5 {
        font-size: 18px;
    }
    .font-size-xl-6 {
        font-size: 20px;
    }
    .font-size-xl-7 {
        font-size: 24px;
    }
    .font-size-xl-8 {
        font-size: 28px;
    }
    .font-size-xl-9 {
        font-size: 32px;
    }
    .font-size-xl-10 {
        font-size: 36px;
    }
    .font-size-xl-11 {
        font-size: 40px;
    }
    .font-size-xl-12 {
        font-size: 44px;
    }
    .font-size-xl-13 {
        font-size: 48px;
    }
    .font-size-xl-14 {
        font-size: 52px;
    }
    .font-size-xl-15 {
        font-size: 56px;
    }
    .font-size-xl-16 {
        font-size: 60px;
    }
    .font-size-xl-17 {
        font-size: 64px;
    }
    .font-size-xl-18 {
        font-size: 68px;
    }
    .font-size-xl-19 {
        font-size: 72px;
    }
    .font-size-xl-20 {
        font-size: 95px;
    }
}
.line-height-0 {
    line-height: 0;
}
.line-height-1 {
    line-height: 15px;
}
.line-height-2 {
    line-height: 20px;
}
.line-height-3 {
    line-height: 28px;
}
.line-height-4 {
    line-height: 40px;
}
.line-height-5 {
    line-height: 53px;
}
.line-height-6 {
    line-height: 58px;
}
.line-height-7 {
    line-height: 65px;
}
.line-height-8 {
    line-height: 70px;
}
@media (min-width: 576px) {
    .line-height-sm-1 {
        line-height: 15px;
    }
    .line-height-sm-2 {
        line-height: 20px;
    }
    .line-height-sm-3 {
        line-height: 28px;
    }
    .line-height-sm-4 {
        line-height: 40px;
    }
    .line-height-sm-5 {
        line-height: 53px;
    }
    .line-height-sm-6 {
        line-height: 58px;
    }
    .line-height-sm-7 {
        line-height: 65px;
    }
    .line-height-sm-8 {
        line-height: 70px;
    }
}
@media (min-width: 768px) {
    .line-height-md-1 {
        line-height: 15px;
    }
    .line-height-md-2 {
        line-height: 20px;
    }
    .line-height-md-3 {
        line-height: 28px;
    }
    .line-height-md-4 {
        line-height: 40px;
    }
    .line-height-md-5 {
        line-height: 53px;
    }
    .line-height-md-6 {
        line-height: 58px;
    }
    .line-height-md-7 {
        line-height: 65px;
    }
    .line-height-md-8 {
        line-height: 70px;
    }
}
@media (min-width: 992px) {
    .line-height-lg-1 {
        line-height: 15px;
    }
    .line-height-lg-2 {
        line-height: 20px;
    }
    .line-height-lg-3 {
        line-height: 28px;
    }
    .line-height-lg-4 {
        line-height: 40px;
    }
    .line-height-lg-5 {
        line-height: 53px;
    }
    .line-height-lg-6 {
        line-height: 58px;
    }
    .line-height-lg-7 {
        line-height: 65px;
    }
    .line-height-lg-8 {
        line-height: 70px;
    }
}
@media (min-width: 1200px) {
    .line-height-xl-1 {
        line-height: 15px;
    }
    .line-height-xl-2 {
        line-height: 20px;
    }
    .line-height-xl-3 {
        line-height: 28px;
    }
    .line-height-xl-4 {
        line-height: 40px;
    }
    .line-height-xl-5 {
        line-height: 53px;
    }
    .line-height-xl-6 {
        line-height: 58px;
    }
    .line-height-xl-7 {
        line-height: 65px;
    }
    .line-height-xl-8 {
        line-height: 70px;
    }
}
@media (max-width: 1199px) {
    .d-lg-full {
        width: 100%;
    }
}
@media (max-width: 991px) {
    .d-md-full {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .d-sm-full {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .d-full {
        width: 100%;
    }
}
.word-break {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}
.font-color-red{
    color: #E32227;
}
.font-color-white{
    color: #fff;
}
.font-color-black{
    color: #000;
}
.font-color-yellow{
    color: #fcd343;
}
.font-color-orange{
    color: #f47c23;
}
.font-color-gray{
    color: #777575;
}
.text-transform-uppercase {
    text-transform: uppercase;
}
.link-to-block{
    display: block;
}
.link-color{
    color: #000;
}
.link-color.link-hvr-red:hover{
    color: #E32227;
}
.link-font-ultra{
    font-size: 30px;
    font-weight: 600;
    font-family: Gotham Ultra;
}
.border-top {
    border-top-width: 1px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
}
.border-right {
    border-top-width: 0;
    border-right-width: 1px;
    border-bottom-width: 0;
    border-left-width: 0;
}
.border-bottom {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-left-width: 0;
}
.border-left {
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 1px;
}
.border-color-gray {
    border-style: solid;
    border-color: #dedede;
}
.quotation-mark {
    position: relative;
}
.quotation-mark:before {
    content: '"';
    position: absolute;
    left: 0;
    top: -9px;
    font-size: 24px;
}
.quotation-mark:after {
    content: '"';
    position: absolute;
    right: 0;
    bottom: -9px;
    font-size: 24px;
}
.container-list {
    position: relative;
    overflow: hidden;
}
.container-list .list-content {
    position: absolute;
    top: 0;
    left: 0;
    padding: 4% 6%;
}
.container-list img{
    transition: transform .5s; /* Animation */
}
.container-list:hover img{
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.container-list.left_to_right img{
    transform-origin: left;
}
.container-list.right_to_left img{
    transform-origin: right;
}
.container-list.top_to_bottom img{
    transform-origin: top;
}
.container-list.bottom_to_top img{
    transform-origin: bottom;
}
.no-animation, .no-animation * {
    transform: unset !important;
}
.zoom-animation-hover:hover {
    transform: scale(1.1);
}
.zoom-animation-hover {
    transition: transform .1s;
}
.content-full,
.img-full {
    width: 100%;
}
img.max-width-disable {
    max-width: unset !important;
}
.zoom-images img.zoomImg{
    max-width: unset !important;
    cursor: zoom-in;
}
.zoom-images:before {
    content: "";
    position: absolute;
    left: 12px;
    bottom: 7px;
    width: 20px;
    height: 20px;
    background-image: url(/assets/themes/classic/img/icons/zoom-icon.png);
}
.playvideo {
    background-image: url(/assets/themes/classic/img/icons/video-play-button.png);
    background-repeat: no-repeat;
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: auto;
    background-position: center;
    line-height: 0;
    font-size: 0;
}
video.playing + .playvideo {
    display: none;
}
.youtube-iframe {
    min-height: 150px;
}
.youtube-iframe-product {
    min-height: 200px;
}
@media (min-width: 768px){
    .youtube-iframe {
        min-height: 250px;
    }
    .youtube-iframe-product {
        min-height: 350px;
    }
}
@media (min-width: 992px) {
    .youtube-iframe {
        min-height: 300px;
    }
    .youtube-iframe-product {
        min-height: 434px;
    }
}
a.brand-in-slide {
    color: red;
    text-decoration: underline;
}
.hover-v-changes .secondary-hover,
.hover-v-changes:hover .main-hover{
    display: none;
}
.hover-v-changes:hover .secondary-hover{
    display: block;
}
.hover-v-changes .secondary-hover,
.hover-v-changes:hover .main-hover{
    visibility: hidden;
}
.hover-v-changes:hover .secondary-hover{
    visibility: visible;
}
.hover-bg-red:hover {
    background-color: #E32227;
}
.hover-bg-black:hover {
    background-color: #000;
}
.hover-font-white:hover {
    color: #fff;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #E32227;
}
h1.display-4 {
    font-family: Gotham Ultra;
}
h1.display-4 span {
    color: #E32227;
}
.form-group label {
    font-size: 18px;
}
.form-control {
    padding: 0 20px;
    font-size: 18px;
    min-height: 45px;
}
input#privacy-policy {
    appearance: none;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 15px;
    display: inline-block;
    position: relative;
}
input#privacy-policy:checked:after {
    content: '\2714';
    font-size: 42px;
    position: absolute;
    top: -24px;
    left: 4px;
    color: #E32227;
}
input#privacy-policy:active, input#privacy-policy:checked:active {
    border: 1px solid #000;
    border-radius: 0;
}
input#privacy-policy:checked {
    background-color: #fff;
    border: 1px solid #000;
    color: #E32227;
}
input[type="checkbox"]{
    appearance: none;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 11px;
    display: inline-block;
    position: relative;
    top: 6px;
}
input[type="checkbox"]:checked:after {
    content: '\2714';
    font-size: 32px;
    position: absolute;
    top: -17px;
    left: 1px;
    color: #E32227;
}
input[type="checkbox"]:active,
input[type="checkbox"]:checked:active{
    border: 1px solid #000;
    border-radius: 0;
}
input[type="checkbox"]:checked {
    background-color: #fff;
    border: 1px solid #000;
    color: #E32227;
}
ul.accordion-item {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.accordion-item > li {
    margin-top: 20px;
}
ul.accordion-item > li > a {
    background-color: #000;
    display: block;
    color: #fff !important;
    padding: 16px 50px 16px 30px;
    font-size: 16px;
    position: relative;
    font-family: 'Gotham Medium';
    cursor: pointer;
}
ul.accordion-item > li > a:after {
    content: "+";
    position: absolute;
    right: 20px;
    font-family: 'Gotham Ultra';
    font-size: 24px;
    top: 13px;
}
ul.accordion-item > li > a.open:after {
    content: "-";
}
ul.accordion-item > li > section {
    padding: 10px 15px;
    display: none;
}
.social-links {
    clear: both;
    width: 100%;
}
.social-links > ul {
    padding: 0;
    margin: 0;
}
.social-links > ul > li {
    list-style: none;
    display: inline-block;
    line-height: 19px;
}
.social-links > ul > li > a {
    padding: 0;
    font-size: 34px;
}
.bottom-line-red {
    position: relative;
}
.bottom-line-red:after {
    content: "";
    background-image: url(/assets/themes/classic/img/line/bottom-line-red.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    height: 31px;
    width: 212px;
    left: -23px;
    bottom: -22px;
    background-size: contain;
}
@media (max-width: 767px) {
    .bottom-line-red:after {
        width: 110px;
        left: -9px;
        bottom: -22px;
    }
}
@media (max-width: 575px){
    .bottom-line-red:after {
        width: 87px;
        left: 0;
        bottom: -23px;
    }
}
@media (max-width: 420px){
    .bottom-line-red:after {
        width: 54px;
        bottom: -18px;
    }
}
.red-dot {
    background-color: #E32227;
    height: 18px;
    width: 18px;
    display: inline-block;
    position: relative;
    top: 18px;
}
img.check-image-exist[image]:not([image=""]){
    display: block !important;
}
.col-list:after {
    clear: both;
}
.col-list:before, 
.col-list:after {
    display: table;
    content: " ";
}
.col-list-of-5 {
    max-width: 20%; 
    width: 100%;
}
.col-list-of-4 {
    max-width: 25%; 
    width: 100%;
}
.col-list-of-3 {
    max-width: 33.33%; 
    width: 100%;
}
.col-list-of-2 {
    max-width: 50%; 
    width: 100%;
}
.col-list-of-1 {
    max-width: 100%; 
    width: 100%;
}
@media (min-width: 576px) {
    .col-sm-list-of-5 {
        max-width: 20%; 
        width: 100%;
    }
    .col-sm-list-of-4 {
        max-width: 25%; 
        width: 100%;
    }
    .col-sm-list-of-3 {
        max-width: 33.33%; 
        width: 100%;
    }
    .col-sm-list-of-2 {
        max-width: 50%; 
        width: 100%;
    }
    .col-sm-list-of-1 {
        max-width: 100%; 
        width: 100%;
    }
}
@media (min-width: 768px) {
    .col-md-list-of-5 {
        max-width: 20%; 
        width: 100%;
    }
    .col-md-list-of-4 {
        max-width: 25%; 
        width: 100%;
    }
    .col-md-list-of-3 {
        max-width: 33.33%; 
        width: 100%;
    }
    .col-md-list-of-2 {
        max-width: 50%; 
        width: 100%;
    }
    .col-md-list-of-1 {
        max-width: 100%; 
        width: 100%;
    }
}
@media (min-width: 992px) {
    .col-lg-list-of-5 {
        max-width: 20%; 
        width: 100%;
    }
    .col-lg-list-of-4 {
        max-width: 25%; 
        width: 100%;
    }
    .col-lg-list-of-3 {
        max-width: 33.33%; 
        width: 100%;
    }
    .col-lg-list-of-2 {
        max-width: 50%; 
        width: 100%;
    }
    .col-lg-list-of-1 {
        max-width: 100%; 
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .col-xl-list-of-5 {
        max-width: 20%; 
        width: 100%;
    }
    .col-xl-list-of-4 {
        max-width: 25%; 
        width: 100%;
    }
    .col-xl-list-of-3 {
        max-width: 33.33%; 
        width: 100%;
    }
    .col-xl-list-of-2 {
        max-width: 50%; 
        width: 100%;
    }
    .col-xl-list-of-1 {
        max-width: 100%; 
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .small-desktop-to-mobile-hide {
        display: none !important;
    }
}
@media (max-width: 991px) {
    .ipad-to-mobile-hide {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .tablet-to-mobile-hide {
        display: none !important;
    }
}
@media (max-width: 577px) {
    .mobile-hide {
        display: none !important;
    }
}
header .header-topbar {
    padding: 4px 0 1px;
    border-bottom-width: 6px;
}
header ul.nav li.header-phone,
header ul.nav li.header-find-a-store {
    position: relative;
}
header ul.nav li.header-find-a-store a {
    padding-left: 30px !important;
}
header ul.nav li.header-find-a-store:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 5px;
    background-image: url(icons/location_1.png);
    width: 19px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
}
header ul.nav li.header-phone:after,
header ul.nav li.header-find-a-store:after {
    content: "|";
    position: absolute;
    left: -2px;
    top: 6px;
    font-size: 18px;
}
@media (max-width: 1200px){
    header ul.nav li.header-find-a-store:before,
    header nav.navbar ul.navbar-nav li.header-find-a-store:before {
        left: 12px;
        width: 17px;
        height: 21px;
    }
    header ul.nav li.header-find-a-store:after,
    header nav.navbar ul.navbar-nav li.header-find-a-store:after {
        top: 4px;
        font-size: 16px;
    }
}
@media (max-width: 991px){
    header ul.nav li.header-find-a-store:before,
    header nav.navbar ul.navbar-nav li.header-find-a-store:before{
        left: 12px;
        width: 14px;
        height: 21px;
    }
    header ul.nav li.header-find-a-store:after,
    header nav.navbar ul.navbar-nav li.header-find-a-store:after {
        top: 5px;
        font-size: 16px;
    }
}
header .header-search {
    border: none;
    border-radius: unset;
}
@media (min-width: 1200px){
    header .header-search input#name_search {
        border: 1px solid #e0e0e0;
        border-radius: 0;
        font-size: 18px;
        padding: 35px 22px;
    }
    header .header-search button.btn-search {
        padding: 22px 44px;
        font-size: 18px;
        margin-left: 12px;
    }
}
@media (min-width: 1320px){
    header nav.navbar ul.navbar-nav > li.nav-item > a {
        text-transform: uppercase;
        position: relative;
    }
    header nav.navbar ul.navbar-nav > li.nav-item > a:hover:after {
        position: absolute;
        border: 1px solid #E32227;
        height: 1px;
        width: 80%;
        bottom: 2px;
        left: 10%;
        content: "";
        animation:blinkingBorderColor 1.2s infinite;
    }
}
@media (max-width: 1199px){
    header .header-search button.btn-search {
        padding: 14px 44px 13px;
    }
}
@media (max-width: 991px){
    header .header-search button.btn-search {
        padding: 13px 0 14px;
        width: 100%;
    }
}
header i.icon-user {
    background-image: url(/assets/themes/classic/img/icons/mini-icons.jpg);
    width: 31px;
    height: 38px;
    display: inline-block;
    background-position: -3px 0;
}
header i.icon-shopping-cart {
    background-image: url(/assets/themes/classic/img/icons/mini-icons.jpg);
    width: 31px;
    height: 38px;
    display: inline-block;
    background-position: -38px 0;
}
div#header-cart .thumb_cart button.btn {
    padding: 9px 12px;
    text-transform: uppercase;
}
@media (max-width: 575.98px){
    header .cart-count {
        top: unset;
        right: 6px;
        bottom: 4px;
    }
}
/*Header Sub Menu*/
@media (min-width: 768px){
    section.header-menu {
        position: relative;
    }
    section.header-menu nav.navbar,
    section.header-menu .navbar ul.navbar-nav li.nav-item {
        position: unset;
    }
    section.header-menu nav.navbar .container {
        max-width: 1487px;
    }
    section.header-menu .navbar ul.navbar-nav li.nav-item > .dropdown-menu {
        width: 100%;
        border-radius: unset;
        border: unset;
        box-shadow: 0 2px 8px -5px #000;
    }
    section.header-menu .navbar ul.navbar-nav li.nav-item > .dropdown-menu ul.sub-menu {
        list-style: none;
        padding: 0;
    }
    section.header-menu .navbar ul.navbar-nav li.nav-item > .dropdown-menu ul.sub-menu > li > a {
        border-left: 75px solid #bbbbbb;
        min-height: 78px;
        display: flex;
        align-items: center;
        white-space: unset;
        background-size: contain;
        background-repeat: no-repeat;
    }
    section.header-menu .navbar ul.navbar-nav li.nav-item > .dropdown-menu ul.sub-menu > li > a[menuimage]:not([menuimage=""]){
        border-left: none;
        padding-left: 83px;
    }
}
.header-custom .container:before, .header-custom .container:after {
    display: table;
    content: " ";
}
.header-custom .container:after {
    clear: both;
}
.header-custom .menu-list{
    min-height: 49px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center left;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    line-height: 15px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.header-custom .menu-list span{
    font-size: 9px;
}
.header-custom .menu-list.menu-garment-decoration {
    background-image: url(/assets/themes/classic/img/link-icons/embroidery.png);
    background-size: 39px;
    padding-left: 47px;
}
.header-custom .menu-list.menu-contactless-delivery {
    background-image: url(/assets/themes/classic/img/link-icons/contactless_delivery.png);
    background-size: 53px;
    padding-left: 59px;
}
.header-custom .menu-list.menu-free-pickup{
    background-image: url(/assets/themes/classic/img/link-icons/click_and_collect.png);
    background-size: 29px;
    padding-left: 39px;
}
.header-custom .menu-list.menu-shop-store{
    background-image: url(/assets/themes/classic/img/link-icons/shop_in_store.png);
    background-size: 24px;
    padding-left: 39px;
}
@media (max-width: 575px) {
    .header-custom .menu-list{
        font-size: 9px;
    }
    .header-custom .menu-list span{
        font-size: 7px;
    }
    .header-custom .menu-list.menu-garment-decoration,
    .header-custom .menu-list.menu-contactless-delivery,
    .header-custom .menu-list.menu-free-pickup,
    .header-custom .menu-list.menu-shop-store{
        background-image: none;
        padding-left: 0;
    }
}
@media (max-width: 767px){
    .header-custom .menu-list {
        font-size: 14px
    }
}
@media (max-width: 441px){
    .header-custom .menu-list {
        font-size: 9px
    }
}
@media (max-width: 273px){
    .header-custom .menu-list {
        font-size: 7px
    }
    .header-custom .menu-list span{
        font-size: 5px;
    }
}
@media (max-width: 991px){
    .header-custom .col-list-of-2 {
        border-bottom: 1px solid #fff;
    }
    .header-custom .col-list-of-2:nth-child(2n+2) {
        border-left: 1px solid #fff;
    }
}
@media (min-width: 992px){
    .menu-container {
        max-width: 1780px;
    }
}
.menu-side {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.menu-side > img {
    width: 100%;
}
.menu-side > a {
    position: absolute;
    background-color: #E32227;
    color: #fff;
    padding: 13px 41px;
}
.menu-side > a:hover {
    background-color: #000;
    text-decoration: unset;
}
/*header sticky*/
.header-menu nav.navbar .sticky-logo {
    display: none;
}
@media (min-width: 768px){
    .anchor-links {
        position: relative;
        top: -110px;
    }
    .sticky-menu.header-menu {
        min-height: 58px;
    }
    .sticky-menu.header-menu nav.navbar{
        position: fixed;
        width: 100vw;
        top: 0;
        background-color: #ffffff;
        max-width: unset;
        z-index: 999;
        display: block;
        box-shadow: 0 0 18px #000;
        border-radius: unset;
        transition: all .5s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .sticky-menu.header-menu nav.navbar a.nav-link {
        color: #000 !important;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .sticky-menu.header-menu nav.navbar .sticky-logo {
        display: block;
    }
    .sticky-menu.header-menu nav.navbar .sticky-logo .logo {
        max-height: 75px;
    }
}
/*Footer*/
footer a[linkname="store finder"] {
    background-image: url(/assets/themes/classic/img/icons/store-finder-icon.png);
    font-size: 0;
    height: 129px;
    width: 79px;
    display: inline-block;
    background-repeat: no-repeat;
}
@media (min-width: 768px){
    footer h4.nav-link{
        max-width: min-content;
    }
} 
@media (max-width: 767px){
    footer a[linkname="store finder"] {
        margin: auto;
    }
}
a.footer-main-label.nav-link {
    margin-top: 7px;
    font-size: 22px;
    font-weight: 600;
    font-family: Gotham Ultra;
    text-decoration: none;
    text-transform: uppercase;
}
.MasterCard-payment-icon {
    background-image: url('icons/payment-icon/Mastercard.png');
    width: 80px;
    height: 50px;
    background-repeat: no-repeat;
}
.Visa-payment-icon {
    background-image: url('icons/payment-icon/Visa.png');
    width: 80px;
    height: 50px;
    background-repeat: no-repeat;
}
.Afterpay-payment-icon {
    background-image: url('icons/payment-icon/AfterPay-icon.png');
    width: 80px;
    height: 50px;
    background-size:contain;
    background-repeat: no-repeat;
}
.zipMoney-payment-icon {
    background-image: url('icons/payment-icon/ZipPay-icon.png');
    width: 80px;
    height: 50px;
    background-size:contain;
    background-repeat: no-repeat;
}
.PayPal.Express-payment-icon {
    background-image: url('icons/payment-icon/PayPal-icon.png');
    width: 80px;
    height: 50px;
    background-size:contain;
    background-repeat: no-repeat;
}
.On.Account-payment-icon{
    background-image: url('icons/payment-icon/on-account-payment.png');
    width: 127px;
    height: 50px;
    background-size:contain;
    background-repeat: no-repeat;
}
/*Form*/
.form-control, #stloc_selector_cysel, #stloc_state_sel, #suburb_sl, ._itmspec_opt, .n-wrapper-form-control select {
    border-radius: 0;
}
/*Homepage*/
@media (min-width: 576px) {
    .main-page-slide{
        max-width: 1440px;
        margin: 40px auto 0;
    }
}
.main-page-slide .carousel-caption{
    margin: 0;
    left: 0;
    bottom: unset;
    top: 0;
    background-color: unset;
    text-align: left;
    max-width: unset;
    width: 100%;
    height: 100%;
}
.main-page-slide .carousel-caption .btn,
.main-page-slide .carousel-caption .btn{
    display: inline-block;
}
.main-page-slide .carousel-caption .btn:hover{
    color: #fff;
}
@media (max-width: 575px) {
    body#n_home .banner-healtcare{
        margin-top: 44%;
    }
    body#n_home .banner-healtcare a.btn {
        left: 59% !important;
    }
    .d-sm-position-bottom {
        position: absolute;
        bottom: 4px;
    }
}
@media (max-width: 575.98px){
    .main-page-slide .carousel-caption {
        padding: 0;
    }
    .main-page-slide .carousel-caption p {
        display: block;
    }
}
.main-page-slide .carousel-control-prev,
.main-page-slide .carousel-control-next {
    width: 3%;
    min-width: 30px;
    cursor: pointer;
    z-index: 99;
}
.main-page-slide .carousel-control-prev:hover,
.main-page-slide .carousel-control-prev:hover {
    background-color: #ffffff2e;
}
.carousel-list-most-popular-product .slick-list .slick-track {
    min-width: 100%;
}
@media (min-width: 768px){
    .tab-product-content {
        margin-left: -15px;
        margin-right: -15px;
    }
    .tab-product-content .tab-product-link{
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
    .carousel-list-most-popular-product{
        width: 100%;
    } 
    .tab-product-content .tab-product-list{
        float: right;
        margin-left: -100%;
        text-align: left;
        width: 100%;
        margin-top: 53px;
        margin-right: 0;
    }
    .tab-product-content .tab-product-link:hover,
    .tab-product-content .tab-product-link.tab-selected {
        text-decoration: none;
        font-weight: 600;
        font-family: Gotham Medium;
        padding-bottom: 27px;
        position: relative;
    }
    .tab-product-content .tab-product-link:hover:after,
    .tab-product-content .tab-product-link.tab-selected:after {
        background-image: url(icons/swish_line.png);
        position: absolute;
        content: "";
        width: 100%;
        height: 40px;
        left: 0;
        bottom: 0;
        background-size: 80%;
        background-position: right;
        background-repeat: no-repeat;
    }
}
@media (max-width: 766px){
    .tab-product-content {
        width: 100%;
        padding: 0 15px;
    }
    .tab-product-content .tab-product-link {
        display: block;
        text-align: center;
        border: 1px solid #E32227;
        margin: 9px 0;
        padding: 12px;
    }
}
.tab-product-content .tab-product-link:hover{
    text-decoration-color: #E32227;
}
/*Sidebar*/
#left-sidebar .collapse {
    display: none;
}
#left-sidebar .collapse.show {
    display: block;
}
#left-sidebar .card .card-header,
#left-sidebar .card {
    border-radius: unset;
    border: none;
}
#left-sidebar .card .card-header {
    background-color: #E32227;
    border-bottom: 1px solid #fff;
}
#left-sidebar .card .list-group-item{
    background-color: #f2f2f2;
}
#left-sidebar .card .card-header > h3,
#left-sidebar .card .card-header > h3 > a {
    color: #fff !important;
    font-family: Gotham Medium;
    text-transform: uppercase;
}
#left-sidebar .card .card-header > h3 > a > i {
    float: right;
}
#left-sidebar .card .card-header > h3 > a > i.fa-sort-down {
    display: none;
}
#left-sidebar .card .card-header > h3 > a.collapsed > i.fa-sort-down {
    display: block;
}
#left-sidebar .card .card-header > h3 > a.collapsed > i.fa-sort-up {
    display: none;
}
/*Category Product List*/
.thumbnail {
    border-radius: 0;
    border: none;
}
.sort_container .form-row select#sortby {
    background-color: #f5f5f5;
    border: none;
}
.product-content-action {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    cursor: pointer;
}
.product-attribute .item-attribute {
    float: left;
    margin-right: 8px;
    max-width: 30px;
}
.product-attribute .item-attribute img {
    width: 30px;
    height: 30px;
    margin-bottom: 7px;
}
.variation-wrapper .specific.COLOUR img, 
.variation-wrapper .specific.colour img, 
.variation-wrapper .specific.Colour img {
    width: 35px;
    height: 35px;
}
.variation-wrapper .specific.COLOUR a,
.variation-wrapper .specific.colour a,
.variation-wrapper .specific.Colour a{
    margin-bottom: 5px;
    display: inline-block;
}
div.card:hover .product-content-action {
    display: block;
}
.product-content-action .content-holder {
    text-align: center;
    margin-top: 40%;
}
.product-content-action .content-holder .btn {
    width: 100%;
    max-width: 190px;
}
.products-row .card {
    border-radius: unset;
    border: none;
}
/*Product Detail page*/
input.checkingfield {
    /*position: relative;*/
    margin-right: 10px;
    /*width: 20px;
    height: 20px;
    top: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
}
/*input.checkingfield:focus{
    outline: none !important;
}
input.checkingfield:after {
    content: "";
    position: absolute;
    background-image: url(/assets/themes/classic/img/without-checks.png);
    width: 24px;
    height: 21px;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
input.checkingfield:checked:after {
    background-image: url(/assets/themes/classic/img/with-checks.png);
}*/
.product-video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}
.product-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.qty-input {
    position: relative;
}
.qty-input input::-webkit-outer-spin-button,
.qty-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty-input input[type=number] {
  -moz-appearance: textfield;
}
.qty-input .quantity-increase,
.qty-input .quantity-decrease {
    position: absolute;
    width: 40px;
    height: 44px;
    font-size: 30px;
    text-align: center;
    top: 0;
    cursor: pointer;
}
.qty-input .quantity-decrease:after,
.qty-input .quantity-increase:after{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.qty-input .quantity-increase:after {
    content: "+";
}
.qty-input .quantity-decrease:after {
    content: "-";
}
.qty-input .quantity-increase{
    right: 0;
}
.qty-input .quantity-decrease{
    left: 0;
}
.qty-input .quantity-increase:active,
.qty-input .quantity-decrease:active,
.qty-input .quantity-increase:hover,
.qty-input .quantity-decrease:hover {
    background-color: #000;
    color: #fff;
}
.tabbable .nav-tabs .nav-link, 
.tabbable .nav-tabs .nav-item {
    font-family: Gotham Medium;
    font-size: 21px;
    border-radius: 0;
}
.tabbable .nav-tabs .nav-link {
    border: 1px solid #dee2e6 !important;
    padding: 13px 15px;
}
.tabbable .nav-tabs .nav-link.active, 
.tabbable .nav-tabs .nav-item.show .nav-link {
    color: #E32227;
}
.tabbable .tab-content {
    border: 1px solid #dee2e6;
    padding: 0 17px;
    border-top: none;
}
@media (max-width: 576px) {
    .tabbable .tab-content {
        border: none;
        padding: 0;
    }
}
.specific.SIZE ._itmspec_listitm,
.specific.size ._itmspec_listitm,
.specific.Size ._itmspec_listitm {
    display: inline-block;
    margin-bottom: 5px;
}
.specific.SIZE ._itmspec_listitm a,
.specific.size ._itmspec_listitm a,
.specific.Size ._itmspec_listitm a{
    display: inline-block;
    border: 1px solid #7f7f7f;
    min-width: 45px;
    text-align: center;
    padding: 9px 3px;
    white-space: nowrap;
    margin-right: 1px;
}
.specific.COLOUR ._itmspec_listitm a._itmspec_selected,
.specific.SIZE ._itmspec_listitm a._itmspec_selected,
.specific.colour ._itmspec_listitm a._itmspec_selected,
.specific.size ._itmspec_listitm a._itmspec_selected,
.specific.Colour ._itmspec_listitm a._itmspec_selected,
.specific.Size ._itmspec_listitm a._itmspec_selected {
    border: 2px solid #E32227;
    display: inline-block;
}
.fitting-guide-popup img {
    width: 100%;
}
.fitting-guide-popup h3 {
    font-size: 26px;
    font-family: 'Gotham Ultra';
    color: #E32227;
}
.fitting-guide-popup h4 {
    font-size: 18px;
    font-family: 'Gotham Ultra';
}
.fitting-guide-popup table {
    width: 100%;
    margin-bottom: 30px;
}
.fitting-guide-popup table tr td {
    padding: 9px 5px;
    text-align: center;
    min-width: 50px;
}
.fitting-guide-popup table tbody tr:first-of-type {
    background-color: #E32227;
    color: #fff;
}
.fitting-guide-popup table tbody tr:first-of-type p{
    text-align: center;
}
.fitting-guide-popup table tbody tr:first-of-type td{
    padding-top: 15px;
    padding-bottom: 15px;
}
.fitting-guide-popup table p {
    margin-bottom: 0;
    text-align: center;
}
.fitting-guide-popup table tr > td:first-child p{
    text-align: left;
    padding-left: 10px;
}
.popup-modal {
    display: none;
}
#store-finder-results .geo_loc_item {
    margin: 0 0 20px;
}
#store-finder-results .geo_loc_item.local-store {
    border: 3px solid rgba(237, 32, 36, 1);
    padding: 5px 10px 10px;
}
#store-finder-results .geo_loc_item .local-store-title {
    color: rgba(237, 32, 36, 1);
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
}
#store-finder-results .geo_loc_item .name {
    font-size: 20px;
}
#store-finder-results .geo_loc_item .phone {
    font-size: 20px;
    margin: 0 0 10px;
}
#store-finder-results .geo_loc_item .address {
    text-transform: capitalize;
}
#store-finder-results .geo_loc_item .notices {
    margin: 0 0 10px;
}
#store-finder-results .geo_loc_item .label {
    color: #E32227;
    font-weight: 600;
}
#store-finder-results .geo_loc_item .buttons > * {
    margin: 20px 10px 0 0;
    text-transform: uppercase;
}
#store-finder-results .geo_loc_item .buttons .store-details {
    background-color: rgba(0, 0, 0, 1);
    border-color: rgba(0, 0, 0, 1);
}
#store-finder-results .geo_loc_item .buttons .store-details:hover {
    background-color: #E32227;
    border-color: #E32227;
}
#store-finder-results .geo_loc_item .buttons .direction {
    background-color: #ffc307;
    background-image: url('/assets/themes/classic/img/icons/find-path-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
}
#store-finder-results .geo_loc_item .buttons .direction:hover {
    background-color: rgba(0, 0, 0, 1);
}
.store-finder-note {
    font-size: 12px;
}
.store-finder-default-title {
    display: none;
}
.store-finder-title {
    line-height: 1.2;
    margin: 0 0 10px;
}
#store-finder {
    margin: 30px 0 0;
}
.contact-us-banner {
    margin-bottom: 5rem;
}
.contact-us-banner > h4 {
    position: absolute;
    left: 60px;
    top: 60px;
    color: #ffffff;
}
@media (min-width: 1200px) {
    .page-banner .page-banner-content{
        max-width: 66%;
        position: absolute;
        top: 17%;
        left: 32%;
    }
}
@media (max-width: 767px) {
    .contact-us-banner > h4 {
        left: 30px;
        top: 20px;
    }
}
/*Checkout*/
#c_checkout a.logo > img {
    max-width: 115px;
}
#c_checkout .btn-primary {
    color: #fff;
    background-color: #E32227;
    border-color: #E32227;
}
#c_checkout .btn-primary:hover {
    background-color: #000;
    border-color: #000;
}
/*Cookies*/
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    color: #fff;
    border-top: 7px solid #E32227;
    font-size: 13px;
}
.cookie-banner p {
    width: 100%;
    margin: auto;
    max-width: 1440px;
    padding: 0 20px;
    display: flex;
}
.cookie-banner .accept {
    background-color: #E32227;
    border: none;
    color: white;
    border-radius: 2px;
    cursor: pointer;
    padding: 10px 16px;
    margin-top: 5px;
    display: block;
}
/*Footer Newsletter*/
.footer-newsletter-container form .webform_step {
    width: 100% !important;
}
.footer-newsletter-container form .webform_step > div {
    width: 50%;
    float: left;
}
.footer-newsletter-container form .webform_step .wfe_component {
    background-color: transparent !important;
    padding: 0 15px 10px !important;
}
.footer-newsletter-container form .webform_step table.em_wfe_form_container tr > td:first-child {
    display: none;
}
.footer-newsletter-container form .webform_step table.em_wfe_form_container input[type="text"] {
    padding: 0 20px;
    font-size: 18px;
    min-height: 50px;
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 2px);
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.footer-newsletter-container form .webform_step input[type="checkbox"],
.footer-newsletter-container form .webform_step table.em_wfe_form_container input[type="text"]{
    outline: none !important;
}
.footer-newsletter-container form .webform_step input[type="checkbox"] {
    appearance: none;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 11px;
    display: inline-block;
    position: relative;
    top: 6px;
}
.footer-newsletter-container form .webform_step input[type="checkbox"]:checked:after {
    content: '\2714';
    font-size: 32px;
    position: absolute;
    top: -17px;
    left: 1px;
    color: #E32227;
}
.footer-newsletter-container form .webform_step input[type="checkbox"]:active, 
.footer-newsletter-container form .webform_step input[type="checkbox"]:checked:active {
    border: 1px solid #000;
    border-radius: 0;
}
.footer-newsletter-container form .webform_step input[type="checkbox"]:checked {
    background-color: #fff;
    border: 1px solid #000;
    color: #E32227;
}
.footer-newsletter-container form .webform_step label[for="em_wfe_consent_to"] {
    font-size: 1.15em;
    margin-top: 10px;
    margin-bottom: 0;
}
.footer-newsletter-container form .webform_step .wfe_component input.wfe_button {
    background-color: #E32227;
    border: none;
    color: #fff;
    font-size: 20px !important;
    text-transform: uppercase;
    float: right;
    padding: 0.375rem 0.75rem;
}
@media (max-width: 767px) {
    .footer-newsletter-container form .webform_step > div {
        width: 100%;
        text-align: left;
    }
    .footer-newsletter-container form .webform_step label[for="em_wfe_consent_to"] {
        margin-top: 0;
    }
}