@import url('https://fonts.googleapis.com/css2?family=Khand:wght@300;400;500;600;700&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
ul,
li,
input {
    border: 0 none;
    list-style: none outside none;
    margin: 0;
    outline: medium none;
    padding: 0;
    font-family: 'Khand', sans-serif;
}

[contenteditable=true]:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
button:focus,
details:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none !important;
}

img,
a img {
    border: medium none;
}

.clear {
    border: medium none;
    clear: both;
    float: none;
    height: 1px;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    transition: all 0.4s ease;
}

a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #535353;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding-bottom: 10px;
}

h1 {
    font-size: 37px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 19px;
}

h6 {
    font-size: 17px;
}

p {
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

html {
    background: url('../img/repeatbg.jpg') top center repeat-y;
}

body {
    background: transparent url('../img/bodybg.jpg') top center no-repeat;
    font-family: 'Khand', sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.clearfix {
    overflow: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/*********************************************/
.container {
    width: 1150px;
    margin: 0 auto;
    /*padding: 0 15px;*/
    box-sizing: border-box;
    padding: 0;
}

.body {
    margin-bottom: 20px;
}

body.hasAdminBar .header {
    margin-top: 0 !important;
    padding-top: 0;
    z-index: 99999999;
}

body.hasAdminBar .adminBar {
    display: none !important;
}

.header {
    background: url('../img/topheadbg.png') top center repeat-x;
}

.TopMenu {
    font-size: 11px;
}

.TopMenu ul {
    padding: 0;
    margin: 0;
    text-align: right;
}

.TopMenu li {
    position: relative;
    padding: 0 15px;
    display: inline-block;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    line-height: 20px;
}

.TopMenu li+li:before {
    content: '|';
    color: transparent;
    font-family: Khand;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    position: absolute;
    left: -4px;
    box-shadow: 1px 0 0 #f40808;
    line-height: 16px;
}

.TopMenu li,
.TopMenu a {
    color: white;
    font-family: Khand;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.CartLink a {
    color: #ffe100;
}

.TopMenu a {
    padding: 0;
    margin: 0;
    position: relative;
}

.TopMenu .container {
    padding: 8px 0 20px 0;
}

#Header {
    position: relative;
}

.header-logo {
    float: left;
    margin: 0 0 5px;
    height: auto;
}

#SearchForm {
    position: relative;
    float: right;
    height: 34px;
    border: 1px solid black;
    width: 100%;
    max-width: 416px;
    border-radius: 80px;
    box-sizing: border-box;
    margin-top: 35px;
}

#SearchForm .Button,
#SearchForm input.Textbox,
#SearchForm {
    background-color: #fff;
}

#SearchForm form {
    padding: 0;
    margin: 0;
    display: flex;
}

#SearchForm input {
    font-size: 13px;
    line-height: 35px;
    padding: 0 1em;
    margin: 0;
    float: left;
    width: 80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
}

#SearchForm .Button,
#SearchForm input.Textbox {
    height: 32px;
    border-radius: 80px;
}

#SearchForm input.ButtonSearch {
    width: 20%;
    background-image: url('../img/searchico.png');
    background-repeat: no-repeat;
    background-position: right 6px top 3px;
    color: transparent;
}

.header-promos ul {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0px;
    border-top: 2px solid #aa4545;
}

.header-promos ul li {
    display: inline-block;
}

.PageMenu {
    background: #294ca3;
    box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.52);
}

.PageMenu ul {
    border-bottom: none;
    padding: 0;
    margin: 0;
    position: relative;
    display: inline-block;
}

.PageMenu li {
    float: none;
    padding: 0px;
    display: inline-block;
    margin-right: 25px;
}

.PageMenu li>a {
    padding: 13px 0 5px 0;
    color: #fff;
    font-family: Khand;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    border-bottom: 5px solid #294ca3;
}

.PageMenu li:hover a {
    border-bottom: 5px solid #ffe100;
    color: #ffe100;
}

.homepageMain {
    display: flex;
    flex-wrap: wrap;
}

.sidebarLeft {
    width: 210px;
    padding-right: 5px;
}

.sibeBarBox {
    margin-bottom: 30px;
}

.sibeBarBox h3 {
    color: #1a1a1a;
    font-family: Khand;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    text-shadow: 2px 0 1px #fff, 0 2px 1px #fff, -2px 0 1px #fff, 0 -2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 2px 1px #fff, 3px 0 1px #fff, 0 3px 1px #fff, -3px 0 1px #fff, 0 -3px 1px #fff, -3px 3px 1px #fff, 3px -3px 1px #fff, -3px -3px 1px #fff, 3px 3px 1px #fff, 4px 0 1px #000, 0 4px 1px #000, -4px 0 1px #000, 0 -4px 1px #000, 4px -4px 1px #000, -4px 4px 1px #000, -4px -4px 1px #000, 4px 4px 1px #000;
    5px 0 1px #000,
    : ;
    0 5px 1px #000,
    : ;
    -5px 0 1px #000,
    : ;
    0 -5px 1px #000,
    : ;
    5px -5px 1px #000,
    : ;
    -5px 5px 1px #000,
    : ;
    -5px -5px 1px #000,
    : ;
    5px 5px 1px #000: ;
    letter-spacing: 2px;
    padding: 0 15px;
    text-align: center;
}

.sibeBarBox ul {
    max-width: 181px;
    margin: 0 auto;
    display: block;
    text-align: left;
}

.sibeBarBox>ul>li,
.sibeBarBox>ul>li>ul>li:first-child {
    background-image: url('../img/listshadow.png?t=1650958664');
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0px;
    padding: 0px;
    border: 0px;
    padding-top: 4px;
    font-family: Khand;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    color: black;
    position: relative;
}

.sibeBarBox li.lihasul>a {
    width: 140px;
}

.sibeBarBox li a {
    line-height: 20px;
    padding: 10px 0px;
    font-size: 1.1em;
    font-weight: normal;
    display: block;
    position: relative;
}

.sibeBarBox li a:hover {
    color: #fa0a0b;
}

.sibeBarBox li.lihasul>a:after {
    position: absolute;
    content: '+';
    right: -40px;
    top: 0;
    border-left: 1px solid;
    line-height: inherit;
    width: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    pointer-events: none;
}

.sibeBarBox li.lihasul.close>a:after {
    content: '-';
}

.sibeBarBox ul.navPage-subMenu-list li a:after {
    right: -25px;
}

.sibeBarBox li li,
.sibeBarBox>ul>li>ul>li:first-child {
    padding: 0 15px;
    border-bottom: 1px solid #555;
}

.compare a.navUser-action.navUser-item--compare {
    float: right;
    border: 2px solid;
    margin: -7px;
    padding: 5px 20px;
}

.compare a.navUser-action.navUser-item--compare span {
    background: none;
    font-size: 14px;
}

.sibeBarBox li li a {
    font-family: Khand;
    font-size: 15px;
    font-weight: 500;
    color: black;
}

.contentMain {
    flex: auto;
    width: 80%;
    padding-right: 10px;
    padding-left: 10px;
}

.contentMain h2 {
    color: #d7be00;
    font-family: Khand;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 2px 0 1px #fff, 0 2px 1px #fff, -2px 0 1px #fff, 0 -2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 2px 1px #fff, 3px 0 1px #fff, 0 3px 1px #fff, -3px 0 1px #fff, 0 -3px 1px #fff, -3px 3px 1px #fff, 3px -3px 1px #fff, -3px -3px 1px #fff, 3px 3px 1px #fff, 4px 0 1px #000, 0 4px 1px #000, -4px 0 1px #000, 0 -4px 1px #000, 4px -4px 1px #000, -4px 4px 1px #000, -4px -4px 1px #000, 4px 4px 1px #000;
    5px 0 1px #000,
    : ;
    0 5px 1px #000,
    : ;
    -5px 0 1px #000,
    : ;
    0 -5px 1px #000,
    : ;
    5px -5px 1px #000,
    : ;
    -5px 5px 1px #000,
    : ;
    -5px -5px 1px #000,
    : ;
    5px 5px 1px #000: ;
    letter-spacing: 2px;
    background-image: url('../img/titlebg.png');
    background-repeat: no-repeat;
    line-height: 77px;
    padding: 0 0 0 30px;
    height: 70px;
    margin-bottom: 10px;
    text-align: left;
}

.contentMain h2.topSelling {
    color: #ba0001;
}

.shippingBanner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.shipBannerShipping {
    width: 60%;
}

.shipBannerUs {
    width: 40%;
}

.shippingBanner img {
    display: inline-block;
}

.shippingBanner img {
    /*width: 50%;*/
}

.noticeBar p {
    font-size: large;
    color: #0000ff;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 15px;
}

.card-figure {
    border: 3px solid #b80101;
    border-radius: 30px;
    margin: -2px;
}

article.card {
    border: 2px solid black;
    box-shadow: 1.5px 2.6px 7px rgba(0, 0, 0, 0.35);
    border-radius: 30px;
    box-sizing: border-box;
    background: #fff;
}

h3.card-title {
    color: black;
    font-family: Khand;
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
    box-sizing: border-box;
    text-align: center;
    /* height: 70px;
    min-height: 60px; */
    height: 45px;
    min-height: 45px;
}

h3.card-title a {
    font-family: Khand;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 17px;
    overflow: hidden;
    height: 50px;
}

.card-text .price-section {
    color: #294ca3;
    font-family: Khand;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 0px;
    text-align: center;
    display: block;
    box-sizing: border-box;
}

.free-ship {
    color: #d7be00;
    font-family: Khand;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, -1px -1px 0 #000, -1px 0 0 #000, 0px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000;
    text-transform: uppercase;
    font-style: italic;
    padding-top: 1px;
    padding-bottom: 7px;
}

.ProductWishlist {
    text-align: center;
    padding-top: 4px;
}

.ProductWishlist a {
    color: black;
    font-family: Khand;
    font-size: 16px;
    font-weight: 500;
}

.ProductWishlist i.fa.fa-starr {
    width: 18px;
    height: 17px;
    background-image: url('../img/onestar.png');
    vertical-align: middle;
    margin-bottom: 3px;
    display: inline-block;
}

.card-body .card-figcaption-button {
    width: 160px;
    height: 30px;
    background-image: linear-gradient(to top, #530202 0%, #e20000 100%);
    color: white;
    font-family: Khand;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0px;
    line-height: 30px;
    border-radius: 30px;
    transition: all 0.5s;
    margin: auto;
}

.card-figcaption-button {
    background-color: rgba(0, 0, 0, .5) !important;
    color: #fff;
}

ol.breadcrumbs {
    text-align: left;
    margin-bottom: 10px;
}

h1.page-heading {
    border-bottom: 1px solid #e3e3e3;
    color: #333333;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 34px;
    margin-bottom: 15px;
    line-height: 40px;
}

main#main-content .container {
    max-width: 1100px;
    background: #fff;
    padding: 0 20px;
    /* box-shadow: 0 0 5px 15px #fff; */
}

main#main-content.homePageOnly .container {
    width: 1150px;
    padding: 0;
}

.paginatorSorter {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.pagerSect .pagination-list {
    margin: 0;
}

.sorterSec form.actionBar,
.sorterSec .form-field {
    margin: 0;
}

.sorterSec {
    flex: auto;
    text-align: right;
}

.sorterSec .actionBar-section {
    float: right;
}

.sorterSec label {
    font-size: 12px;
}

.sorterSec .actionBar-section .form-field {
    border: none;
}

.sorterSec .actionBar-section .form-select {
    border: 1px solid #e3e3e3;
    border-radius: 0;
    font-size: 12px;
    line-height: 18px;
    padding-left: 8px;
}

.pagerSect .pagination-item .pagination-link {
    padding: 0;
}

.pagerSect .pagination-item.pagination-item--current {
    border: none;
}

.pagerSect .pagination-item {
    line-height: inherit;
}

.addtoCompare {
    color: black;
    font-family: Khand;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    text-align: center;
    margin-top: 7px;
}

.addtoCompare label {
    display: flex;
    align-items: center;
    justify-content: center;
}

.addtoCompare input {
    height: 18px;
    width: 18px;
    margin-right: 8px;
    margin-top: -3px;
}

h2.productView-brand,
h1.productView-title,
h2.similarRelated {
    color: black;
    font-family: Khand;
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
    margin: 0 0 10px;
    padding: 0;
}

.productCarousel {
    margin: 0;
}

.productView-price .price-section {
    font-size: 22px;
    color: #333333;
}

dt.productView-info-name,
div#add-to-cart-wrapper label.form-label {
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 20px;
    text-align: left !important;
    position: relative;
    font-family: 'Khand';
    color: #000;
}

.productDetailSmiliarRelated article.card {
    border: none;
    box-shadow: none;
}

.card-body {
    text-align: center;
}

.card-body .price-section {
    display: inline-block;
    text-align: center;
}

.card-body span.labelPrice {
    display: none;
}

div#SideNewsletterBox {
    background: url('https://cdn11.bigcommerce.com/s-oi2g8k6oc6/images/stencil/original/image-manager/newsletterbg.jpg') top center repeat-x;
    border: 0px;
    min-height: 86px;
}

.newsletter-subscription .container {
    padding: 30px 0 10px 0;
}

.subscribeFormSec {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    align-items: center;
}

.subscribeFormSec .subscribeLabel,
.subscribeFormSec .subscribePara {
    width: 25%;
    padding-left: 25px;
}

.subscribeFormSec .subscribeForm {
    width: 50%;
}

.subscribeForm form.form,
.subscribeForm .form-field {
    margin: 0;
}

.subscribeLabel h2 {
    color: white;
    font-family: Khand;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px;
    line-height: 38px;
    height: 35px;
    text-align: center;
}

.subscribePara p {
    color: white;
    font-family: Khand;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.subscribeForm form {
    height: 34px;
    border: 1px solid black;
    position: relative;
    box-sizing: border-box;
    border-radius: 30px;
    background: #fff;
}

.subscribeForm input#nl_email {
    background: transparent;
    border: 0px;
    color: black;
    font-family: Khand;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.subscribeForm input.button {
    position: absolute;
    width: 136px;
    height: 26px;
    background-image: linear-gradient(to top, #530202 0%, #e20000 100%);
    right: 3px;
    top: 3px;
    color: white;
    font-family: Khand;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    border-radius: 30px;
    border: 0px;
    line-height: 28px;
    padding: 0px;
}

.footer-main {
    background: #000 url('../img/footerbg.jpg') top center repeat-x;
    padding: 40px 0;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}

.footer-columns .one-fifth {
    width: 20%;
    padding-left: 20px;
}

.footer-main h4 {
    color: #b60101;
    font-family: Khand;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.footer .footer-columns ul {
    margin-bottom: 20px;
}

.footer-main li a {
    display: block;
    color: white;
    font-family: Khand;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
}

.footer-main li a:before {
    content: '»';
    padding-right: 6px;
}

.footer .footer-columns li a:hover {
    color: #ffe100;
}

.footer-main p {
    margin-bottom: 20px;
}

p.copytext {
    color: white;
    font-family: Khand;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: right;
    line-height: 22px;
}

.footer {
    padding: 0;
    border: none;
}

.productView {
    margin: 0;
}

.productDetailSmiliarRelated .productCarousel-slide .card-figure {
    margin: 0;
}

.productDetailSmiliarRelated .productCarousel-slide .free-ship,
.productDetailSmiliarRelated .productCarousel-slide .card-Buttons,
.productDetailSmiliarRelated .productCarousel-slide .ProductWishlist {
    display: none;
}

a.button.dropdown-menu-button {
    border-width: 3px;
    border-radius: 0;
}

a.button.dropdown-menu-button span {
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}

input#form-action-addToCart {
    border-radius: 0;
    border-width: 3px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
}

h2.disCountProd {
    display: none;
}

.Discontinued h2.disCountProd {
    display: block;
}

span.disCount {
    color: #b80101;
    font-weight: 700;
    text-transform: capitalize;
}

.inStorePrice {
    display: flex;
    margin-top: -15px;
    margin-bottom: 15px;
}

.inStorePrice .inStoreLabel {
    font-weight: 700;
    font-size: 18px;
    margin-right: 10px;
}

.inStorePrice .inStoreRagte {
    font-size: 18px;
}

.slidewrapper {
    background-image: url('../img/sliderbg.png');
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 35px;
}

.slidewrapper .matchMe {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.slidewrapper .matchMe ol.slider-for {
    margin: 0;
    width: 76%;
}

.slidewrapper .matchMe ol.slider-nav {
    width: 24%;
    margin: 0;
    max-height: 390px;
}

.slidewrapper .matchMe ol.slider-nav .slick-track {
    transform: none !important;
}

.slidewrapper .matchMe ol.slider-nav .slick-list.draggable {
    height: auto !important;
}

p.heroCarousel-title {
    color: #c1c1c1;
    border-bottom: 6px solid #c1c1c1;
    font-family: Khand;
    font-size: 30px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    max-width: 60%;
    padding: 4px 0 2px;
    display: inline-block;
    cursor: pointer;
}

.slidewrapper .matchMe ol.slider-nav .slick-list.draggable {
    overflow: visible;
}

.slidewrapper .matchMe ol.slider-nav .slick-slide.slick-active:nth-child(1) p.heroCarousel-title {
    /* margin-left: -20px; If 5 slides turn on this*/
    margin-left: -8px;
}

.slidewrapper .matchMe ol.slider-nav .slick-slide.slick-active:nth-child(4) p.heroCarousel-title {
    padding-left: 10px;
    margin-left: -10px;
    z-index: 999999;
}

.slidewrapper .matchMe ol.slider-nav .slick-slide.slick-active:nth-child(5) p.heroCarousel-title {
    padding-left: 24px;
    margin-left: -24px;
    max-width: 108px;
}

.slick-slide.slick-current.slick-active p.heroCarousel-title,
.slick-slide.slick-active p.heroCarousel-title:hover {
    color: #ffe100;
}

a.combodeal {
    position: absolute;
    top: 0;
    right: 30px;
}

a.gicert {
    position: absolute;
    bottom: 10px;
    right: 30px;
}

.card-body .card-text {
    min-height: 39px;
}

.card-body .price-section.price-section--withoutTax.rrp-price--withoutTax {
    display: none;
}

.card-body .price-section {
    display: inline-block;
    text-align: center;
}

.card-body span.price.price--non-sale:before {
    content: 'REGULAR PRICE ';
    font-weight: normal;
}

.card-body .price--discounted,
.card-body .price--non-sale,
.card-body .price--rrp {
    font-weight: normal;
}

.starwrap {
    left: 70%;
}

.sold-out-text-burst {
    top: 35%;
}

.outofstockBadge {
    z-index: 9999999;
    /* background: #b80101; */
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    padding: 5px 10px;
    text-align: center;
    max-width: 250px;
    position: absolute;
    right: 0;
}
.outofstockBadge + .outofstockBadge.freeShipBadge {
    top: 75px;
}
.outofstockBadge h1 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    padding: 0;
}

.productView-images {
    position: relative;
}

span.price.price--withoutTax {
    font-size: 25px;
}

.inStorePrice .inStoreLabel {
    font-size: 25px;
}

.inStorePrice .inStoreRagte {
    font-size: 25px;
}

.productDetailSmiliarRelated {
    border-top: 1px solid #ddd;
    padding: 25px 1rem 0;
}

.videoGallery .toggle-title {
    margin-bottom: 0;
    padding: 10px 1rem;
}

section.toggle.videoGallery {
    margin: 0;
}

span.price.price--withoutTax {
    font-size: 22px;
}

h3.card-title {
    padding: 0;
}

section.productView-details.product-data span.price-label.detailPageLabel {
    display: initial;
    font-weight: 700;
    font-size: 25px;
}

span.price-label.detailPageLabel {
    display: none;
}

li.socialLinks-item.socialLinks-item--facebook svg {
    fill: #4C69B1;
}

li.socialLinks-item.socialLinks-item--email svg {
    fill: #F4C842;
}

li.socialLinks-item.socialLinks-item--print svg {
    fill: #15224C;
}

li.socialLinks-item.socialLinks-item--twitter svg {
    fill: #59B3E1;
}

li.socialLinks-item.socialLinks-item--linkedin svg {
    fill: #3B78B7;
}

li.socialLinks-item.socialLinks-item--pinterest svg {
    fill: #E73F3B;
}

.card-Buttons {
    min-height: 30px;
}

.outofstockBadge.disconCard+.outofstockBadge.stockCard {
    display: none;
}

.slick-dots button .carousel-tooltip {
    display: none;
}

.carousel-tooltip {
    display: none !important;
}

.sibeBarBox ul.navPage-childList {
    padding: 0;
}

.sibeBarBox ul.navPage-childList li:last-child {
    border: none;
}

.page.pageTextSect {
    /* padding: 0 20px; */
}

.page.pageTextSect p {
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    font-family: arial;
}

.page.pageTextSect ul {
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}

.page.pageTextSect ul li::marker {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.page.pageTextSect ul li {
    list-style: auto;
    list-style-position: inside;
    font-size: 18px;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}

.page.pageTextSect ul li em {
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}

.container ol.breadcrumbs,
.container .page-heading {
    /* padding: 0 20px; */
}

.customBadges .outofstockBadge {
    width: 55%;
}

.homePageOnly .container {
    box-shadow: none !important;
}

.slidewrapper .matchMe button.slick-next.slick-arrow,
.slidewrapper .matchMe button.slick-prev.slick-arrow {
    padding: 0;
    width: auto;
    height: auto;
    background: none;
    border: none;
}

.slidewrapper .matchMe button.slick-next.slick-arrow:before,
.slidewrapper .matchMe button.slick-prev.slick-arrow:before {
    background-size: 12px;
}

.slidewrapper .matchMe button.slick-prev.slick-arrow:before {
    background-image: url('../img/left-arrow.png');
}

.slidewrapper .matchMe button.slick-next.slick-arrow:before {
    background-image: url('../img/right-arrow.png');
}

.slidewrapper .matchMe button.slick-next.slick-arrow {
    right: 10px;
}

.slidewrapper .matchMe button.slick-prev.slick-arrow {
    left: 10px;
}

main#main-content .container.homeBanner {
    padding: 0;
    max-width: 1150px;
    background: transparent;
}

input#search_query_adv::placeholder {
    color: #000;
    font-family: Arial, Sans-Serif;
}

.card-figure__link {
    max-height: 200px;
}

.card-body span.actrating {
    display: flex;
    justify-content: center;
}

.productView span.actrating {
    display: inline-flex;
}

.productView span.actrating img {
    max-width: 12px;
}

section.productCarousel .slick-list {
    padding-bottom: 10px;
}

.modal-background,
.modal {
    z-index: 99999999;
}



/************************************************/
.mobView {
    display: none;
}
/***********************/

@media only screen and (max-width:767px) {
    .mobView {
        display: block;
    }

    .deskView {
        display: none;
    }

    .container,
    main#main-content.homePageOnly .container,
    main#main-content .container,
    main#main-content .container.homeBanner {
        width: 98%;
        padding: 0;
    }

    .sibeBarBox li.lihasul>a {
        width: 85%;
    }

    .header {
        background-size: 100% 100px;
    }

    header.header {
        height: auto;
        position: relative;
    }

    .TopMenu ul {
        text-align: center;
    }

    .TopMenu li,
    .TopMenu a {
        font-size: 13px;
    }

    .TopMenu li {
        padding: 0 12px;
    }

    .header-logo {
        float: none;
        max-width: 85%;
        margin: 0 auto;
    }

    a.header-logo__link {
        width: 100%;
        height: auto;
    }

    .header-logo-image-unknown-size {
        max-height: initial;
    }

    .contentMain h2 {
        font-size: 44px;
    }

    .shippingBanner img,
    .shipBannerShipping,
    .shipBannerUs {
        width: 100%;
    }

    .subscribeFormSec .subscribeLabel,
    .subscribeFormSec .subscribePara {
        width: 100%;
    }

    .newsletter-subscription .container {
        padding-top: 15px;
    }

    .subscribeFormSec .subscribeForm {
        width: 100%;
        margin-top: 15px;
        padding-left: 25px;
    }

    .subscribeForm input.button {
        margin: 0;
    }

    .footer-columns {
        margin-left: 0;
    }

    .footer-columns .one-fifth {
        width: 50%;
        padding-left: 20px;
        padding-right: 20px;
        text-align: left;
    }

    .grid__item.one-fifth.paypalIcons {
        text-align: center;
    }

    .grid__item.one-fifth.paypalIcons {
        width: 100%;
    }

    .grid__item.one-fifth.paypalIcons img {
        margin: auto;
    }

    .grid__item.one-fifth.paypalIcons p.copytext {
        text-align: center;
    }

    .footer-main {
        padding-bottom: 0;
    }

    .slidewrapper .matchMe ol.slider-for,
    .slidewrapper .matchMe ol.slider-nav {
        margin: 0;
        width: 100%;
    }

    .slide-right {
        display: flex;
        justify-content: center;
    }

    .slide-right a {
        margin: 0 -16px;
        width: 50%;
    }

    .slide-right a img {
        width: 100%;
    }

    a.gicert,
    a.combodeal {
        position: relative;
        right: 0;
        bottom: 0;
    }

    .slidewrapper {
        background: none;
    }

    .homepageMain .sidebarLeft {
        display: none;
    }

    p.heroCarousel-title {
        border-bottom: 2px solid #c1c1c1;
        font-size: 22px;
        max-width: 100%;
        padding: 3px 0;
        display: block;
        text-align: center;
    }

    .sidebarLeft {
        width: 100%;
    }

    .sibeBarBox ul {
        max-width: 100%;
    }

    .sibeBarBox>ul>li,
    .sibeBarBox>ul>li>ul>li:first-child {
        /* background-size: 100% 7px; */
        background-size: 105% 7px;
    }

    .sibeBarBox ul.navPage-subMenu-list li a:after {
        right: -50px;
    }

    .contentMain {
        padding-left: 0;
        padding-right: 0;
    }

    .productGrid .product {
        padding-left: 5px;
        padding-right: 5px;
    }

    .header-promos ul li {
        max-width: 48%;
    }

    .outofstockBadge {
        max-width: 180px;
    }
    .outofstockBadge + .outofstockBadge.freeShipBadge {
        top: 55px;
    }

    .slidewrapper .matchMe ol.slider-nav .slick-list.draggable {
        padding-top: 50px;
    }

    .slidewrapper .matchMe ol.slider-nav {
        max-height: auto;
        display: none;
    }

    .slidewrapper .matchMe ol.slider-nav .slick-list.draggable {
        overflow: visible;
    }

    .slidewrapper .matchMe ol.slider-nav .slick-slide.slick-active:nth-child(1) p.heroCarousel-title {
        margin-left: 0;
    }

    .slidewrapper .matchMe ol.slider-nav .slick-slide.slick-active:nth-child(4) p.heroCarousel-title {
        padding-left: 0;
        margin-left: 0;
    }

    .slidewrapper .matchMe ol.slider-nav .slick-slide.slick-active:nth-child(5) p.heroCarousel-title {
        padding-left: 0;
        margin-left: 0;
        max-width: 100%;
    }

    .sidebarLeft .navPage-childList,
    .sidebarLeft .navPages .navPage-subMenu-list {
        border-left: none;
    }

    .homepageMain .productGrid {
        margin: 0;
    }

    body {
        background: transparent url('https://cdn11.bigcommerce.com/s-oi2g8k6oc6/images/stencil/original/image-manager/mobilebg.jpg') top center;
        background-size: 100%;
    }

    .header-secondary,
    .header-promos {
        padding: 0 20px;
    }

    .header-promos li img {
        width: 55px;
        height: 59px;
        object-fit: cover;
        object-position: left;
    }

    .header-promos ul li {
        margin-left: -20px;
    }

    #SearchForm {
        float: none;
        margin: 15px auto;
    }

    .header-promos ul {
        margin: 0 auto;
        display: flex;
        justify-content: space-around;
    }

    .header-promos {
        margin-bottom: 10px;
    }

    .mobileBurgerCart {
        display: flex;
        align-items: center;
        padding: 10px 20px;
    }

    .mobileBurgerCart .cartIcon {
        flex: auto;
    }

    .mobileBurgerCart .cartIcon a {
        display: flex;
        justify-content: flex-end;
    }

    .PageMenu ul {
        padding: 0 20px;
        display: none;
    }

    .PageMenu li {
        display: block;
        margin-right: 0;
    }

    .noticeBar,
    .shippingBanner {
        display: none;
    }

    main#main-content.homePageOnly .container {
        background: none;
    }

    .homepageMain .productCarousel-slide .card,
    .homepageMain li.product .card,
    .productCarousel-slide .card {
        max-width: 200px;
        margin: 0 auto;
    }

    .homepageMain .productCarousel .slick-prev,
    .homepageMain .productGrid .slick-prev {
        left: 25px;
    }

    .homepageMain .productCarousel .slick-next,
    .homepageMain .productGrid .slick-next {
        right: 25px;
    }

    div#SideNewsletterBox {
        background-size: 100% 100%;
    }

    .page-sidebar {
        display: none;
    }

    .page {
        margin: 0;
    }
}