@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&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: 'Jost', sans-serif;
    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;
    outline: 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;
}
body {
   font-family: 'Jost', sans-serif;
}
*, *::before, *::after
{
    box-sizing: border-box;
}
.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*********************************************/

.container
{
    width: 1250px;
    margin: 0 auto;
    /*padding: 0 15px;*/
    box-sizing: border-box;
    max-width: 100%;
    padding: 0;
}

header {
    background-image: url(../img/headerBg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
.header {
    display: flex;
    padding: 30px 0 15px;
    flex-direction: initial;
    background: none;
}
.headerSearch {
    align-self: center;
    padding-top: 50px;
    margin: 0 55px;
}
.headerSearch form
{
    width: 400px;
    border-radius: 50px;
    display: flex;
    overflow: hidden;
}
.headerSearch input {
    height: 40px;
}
.headerSearch .searchText {
    width: 340px;
    padding-left: 15px;
    font-size: 15px;
    color: #000;
}
.headerSearch .searchText::placeholder
{
    color: #000;
}
.headerSearch .submitSearch {
    width: 60px;
    background-image: url('../img/searchico.png');
    background-repeat: no-repeat;
    background-position: center;
    background-color: #2b96cd;
    cursor: pointer;
}
.logo {
    max-width: 380px;
}
.headerTop {
    padding-top: 10px;
}
.headerTop ul
{
    font-size: 0;
}
.headerTop ul li {
    display: inline-block;
    border-left: 1px solid #fff;
    padding-left: 25px;
    margin-left: 25px;
}
.headerTop ul li:first-child
{
    border-left: none;
}
.headerTop ul li a {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    line-height: 10px;
}
.headerTop ul li a:hover,
.headerSignIn li a:hover
{
    color: #ccc;
}
.headerRight {
    flex: auto;
    text-align: right;
}
.headerSignIn {
    padding-top: 45px;
}
.headerSignIn li,
.headerSignIn li a 
{
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.headerSignIn li.cartLink {
    padding-left: 35px;
}
.headerSignIn ul, 
.headerSignIn ul li {
    display: flex;
    align-items: center;
    text-align: left;
    line-height: 15px;
}
.headerSignIn ul {
    justify-content: end;
}
.iconBox {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50px;
    margin-right: 15px;
}
.iconBox img {
    padding: 10px 0;
    margin: auto;
}
.headerMenu {
    background: #dddddd;
    box-shadow: 0px 1px 0px #25487d inset, 0px -1px 0px #25487d inset;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}
.headerMenu ul {
    font-size: 0;
    text-align: center;
    display: flex;
}
.headerMenu li {
    flex: auto;
    border-right: 1px solid #25487d;
    padding: 15px 0;
}
.headerMenu li:last-child
{
    border: none;
}
.mainMenu ul li.lihasul:before {
    position: absolute;
    content: '+';
    font-size: 24px;
    right: 0;
    line-height: 20px;
}

.mainMenu ul li.lihasul.close:before {
    content: '-';
}
.mainMenu li:hover 
{
    background: #113873;
}
.mainMenu li:hover > a
{
    color: #fff;
}
.mainMenu li:hover> ul
{
    display: block;
}
.headerMenu li a,
.headerMenu h6 {
    font-size: 20px;
    color: #030a14;
    text-transform: uppercase;
}
.headerMenu h6 {
    padding: 15px 0;
    text-align: center;
    font-weight: 500;
}
.headerNotice {
    margin: 3px 0;
    background: #dbeaf2;
}
.noticeBanner
{
    justify-content: center;
}
.noticeBanner,
.noticeBannerRight,
.noticeBannerLeft {
    display: flex;
    align-items: center;
    letter-spacing: 1px;
}
.noticeBannerRight img {
    margin-right: 15px;
}
.noticeBannerRight {
    margin-left: 20px;
}
.noticeBanner b {
    letter-spacing: 0;
    font-weight: 500;
}
.noticeBanner p,
.noticeBanner
{
    font-size: 16px;
    color: #030a14;
    padding: 0;
}
.noticeBanner b
{
    text-transform: uppercase;
}
.headerNotice {
    margin: 3px 0;
    background: #dbeaf2;
    display: inline-block;
    width: 100%;
    padding: 17px 0;
}
.banner {
    background-color: #113873;
    max-width: 100%;
}
.brandsBanner {
    background-image: url(../img/brnadsBg.jpg);
    background-repeat: no-repeat;
    padding: 35px 0 125px;
    background-position: top 30px center;
    background-color: #113873;
}
.brandsSlider {
    position: relative;
}
.brandsSlider:before,
.brandsSlider:after
{
    position: absolute;
    content: '';

}
.brandsSlider:before {
    width: 62px;
    height: 41px;
    background-image: url('../img/hook1.png');
    top: -30px;
    left: -25px;
}
.brandsSlider:after {
    width: 61px;
    height: 50px;
    background-image: url('../img/hook2.png');
    bottom: -40px;
    right: -25px;
    z-index: 99999999;
}
.brandsSlider ul {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    overflow: hidden;
    background: #fff;
    position: relative;
}
.brandsSlider > div
{
    border-radius: 50px;
    /*overflow: hidden;*/
    background: #fff;
}
.brandsSlider li {
    border-left: 15px solid #113873;
    flex: auto;
    margin-left: -15px;
}
.brandsSlider li a {
    background: #fff;
    height: 80px;
    display: flex;
    align-items: center;
    flex: auto;
}
.brandsSlider li img
{
    margin: 0 auto;
    max-width: 80%;
}
.twoRowsTitle,
.page-heading {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 25px;
    color: #030a14;
    position: relative;
    margin-bottom: 45px;
}
.twoRowsTitle:before,
.page-heading:before {
    position: absolute;
    height: 5px;
    width: 60px;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    background: #2b96cd;
    content: '';
}
.twoRowsTitle span {
    display: block;
    text-transform: uppercase;
    color: #030a14;
    font-weight: 300;
    font-size: 20px;
}
.categoriesList {
    display: flex;
    flex-wrap: wrap;
    margin-left: -18px;
}
.categoriesList .categoryBox {
    width: 33.33%;
    padding-left: 18px;
    margin: 10px 0;
}
.categoriesList .categoryBox:hover
{
    opacity: 0.8;
}
.satisfaction {
    background-image: url('../img/featuredTitle.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    padding: 105px 0 105px;
    position: relative;
}
.satisfaction:before {
    position: absolute;
    content: '';
    width: 51px;
    height: 51px;
    background-image: url('../img/titleHook.png');
    background-repeat: no-repeat;
    background-position: center;
    bottom: 20px;
    margin: auto;
    left: 0;
    right: 0;
}
.satisfaction h3 {
    padding: 0;
    font-size: 35px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
}
.featuredProducts {
    background-color: #dbeaf2;
    padding-top: 15px;
    padding-bottom: 50px;
}
.productListing {
    display: flex;
    flex-wrap: wrap;
    margin-left: -17px;
}
.prodBox {
    width: 25%;
    padding-left: 17px;
}
.prodBoxInner {
    max-width: 300px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    padding: 30px;
    position: relative;
}
.prodBoxInner:before {
    position: absolute;
    content: '';
    border-right: 1px solid #2b96cd;
    left: 0;
    right: 5px;
    top: 0;
    border-bottom: 1px solid #2b96cd;
    bottom: 5px;
    border-radius: 5px;
}
.prodBoxInner a {
    z-index: 99;
    position: relative;
}
.prodBoxImg {
    padding-bottom: 15px;
    background-image: url('../img/shadow.png');
    background-repeat: no-repeat;
    background-position: center bottom;
}
.prodTitle {
    font-size: 18px;
    color: #303941;
    line-height: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 45px;
    overflow: hidden;
}
.prodPrice {
    font-size: 18px;
    font-weight: 700;
    color: #113873;
    margin-bottom: 20px;
}
a.prodShopBtn {
    max-width: 200px;
    height: 50px;
    width: 100%;
    background: #2b96cd;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
    border-radius: 50px;
}
.prodShopBtn:hover
{
    background: #38aeea;
}
.twoRowsTitle img {
    display: inline-block;
}
.gallerySect {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
}
.galleryImg
{
    padding: 0 8px;
}
.gallerySect .galleryImg {
    padding-left: 16px;
}
.imageGallery {
    padding: 45px 0;
}
.videoGallery {
    background: #eeeeee;
    padding: 45px 0;
}
.homePage
{
    margin-bottom: 0;
}
footer
{
    background-image: url('../img/footerbg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    padding: 45px 0;
}
footer img.bankCards {
    margin: 0 auto;
    padding: 0 0 45px; 
}
.footerBox h5 {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}
.footerBox a {
    font-size: 13px;
    color: #fff;
}
.footerBox a:hover
{
    border-bottom: 1px solid #fff;
}
.footerBoxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -90px;
}
.footerBox {
    padding-left: 90px;
}
.footerBox ul li {
    list-style-type: disc;
    list-style-position: inside;
    color: #fff;
    font-size: 8px;
    margin-bottom: 7px;
}
.socialIcons
{
    padding: 45px 0;
}
.socialIcons ul {
    display: flex;
    justify-content: center;
}
.socialIcons ul li
{
    padding: 0 10px;
}
.socialIcons ul li:hover img {
    filter: brightness(10);
}
.copyright,
.copyright p {
    text-align: center;
    padding: 0;
    color: #fff;
}
.copyright p
{
    font-size: 14px;
    font-family: 'Kanit', sans-serif;
    letter-spacing: 1px;
}
.developer,.developer a
{
    font-size: 10px;
    font-family: 'Kanit', sans-serif;
    color: #fff;
}
.prodBox .labelPrice {
    display: none;
}
.prodPrice .price-section {
    display: inline-block;
}
article.card {
    margin: 0;
}
li.product .prodBox {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}
ol.breadcrumbs {
    text-align: left;
}
ol.breadcrumbs a, 
ol.breadcrumbs span 
{
    font-size: 14px;
    color: #123974;
    font-weight: normal;
}
.sidebarBlock-heading {
    background: #123974;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 25px 0 25px 35px;
    border-radius: 50px;
    border-bottom-right-radius: 0;
}
.sidebarBlock ul.navList {
    background: #dbeaf2;
    padding: 25px;
    margin-top: 15px;
    border-radius: 35px;
    border-top-right-radius: 0;
}
.sidebarBlock ul.navList li {
    margin: 0 -25px;
    padding: 0 25px;
}
.sidebarBlock ul.navList li:hover
{
    background: #2b96cd;
    color: #fff;
}
.sidebarBlock ul.navList li:hover a
{
    color: #fff;
}
.sidebarBlock ul.navList li a {
    color: #113873;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
}
.page-heading.twoRowsTitle {
    text-align: left;
    padding: 22px 0;
}
.page-heading.twoRowsTitle::before {
    margin-left: 0;
}
.pagerSorter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pagerSorter .pagerList,
.pagerSorter .sorterList 
{
    width: 50%;
}
.pagerSorter .sorterList .actionBar-section {
    float: right;
}
.pagerSorter .sorterList .form-field,
.pagerSorter .sorterList form.actionBar { 
    margin: 0;
}
.productDetailGallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}
.productThumbs {
    padding-left: 20px;
}
.productThumbs .productView-thumbnails
{
    width: 100px;
    padding: 35px 0;
}
.productThumbs .productView-thumbnails button.slick-prev.slick-arrow {
    top: -20px;
    transform: rotate(90deg);
    height: 100px;
    padding: 0;
    width: 30px;
    background: #dbeaf2;
    border: none;
    margin-left: 35px;
}
.productView-thumbnails .slick-next {
    right: 0;
    top: 97.7%;
    width: 100%;
    padding: 0;
    background: #dbeaf2;
    height: 30px;
}
.productView-thumbnails .slick-next:before {
    transform: rotate(90deg);
    top: 1px;
    position: absolute;
    left: 20px;
    top: -13px;
}
.slick-next::before, 
.slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 26px;
    width: 50px;
    margin-left: 5px;
}
.productDetailImg {
    flex: auto;
    padding-left: 20px;
}
.productDetailImg .productView-image
{
    border: 1px solid #dbeaf2;
}
.productThumbs .productView-thumbnails .slick-list {
    margin: 0;
}
.productThumbs .productView-thumbnail-link {
    max-width: 97px;
    height: 97px;
    border: 1px solid #dbeaf2;
    margin: 0 0 10px;
    padding: 0;
}
.productThumbs .productView-thumbnail
{
    padding: 0;
}
.productView-thumbnails img
{
    width: 100%;
}
.productView-img-container,
.productView-image
{
    max-height: 500px;
    overflow: hidden;
}
.productView-title {
    font-size: 35px;
    margin: 0;
    color: #123974;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
}
.productView-price {
    border-top: 1px solid #dbeaf2;
    border-bottom: 1px solid #dbeaf2;
    margin-top: 20px;
    padding: 15px 0;
}
.productView-price span {
    font-size: 20px;
    font-weight: 700;
    color: #2b96cd;
}
.productView-rating .icon--ratingEmpty svg {
    fill: #fd8f00;
}

.form-field--stock .form-label {
    margin: 0;
    font-size: 20px;
    color: #123974;
    font-weight: 700;
    font-family: 'Kanit', sans-serif;
}
.form-field--stock .form-label span
{
    font-weight: normal;
}
.qtyBox {
    display: flex;
    align-items: center;
}
.qtyBox label {
    font-size: 16px;
    text-transform: uppercase;
    color: #123974;
    font-family: 'Kanit', sans-serif;
    margin: 0;
    min-width: 100px;
}
.qtyBox .form-increment {
    border: 1px solid #e0edf4;
    width: 100px;
    text-align: center;
    height: 40px;
}
.qtyBox .form-increment button {
    border: none;
    height: 38px;
    width: 25px;
    padding: 0;
}
.qtyBox .form-increment input {
    width: 48px;
    border-left: 1px solid #e0edf4;
    border-right: 1px solid #e0edf4;
    height: 38px;
    border-radius: 0;
    font-size: 20px;
    color: #123974;
    font-family: 'Kanit', sans-serif;
}
.button.button--primary {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
}
.modal-content .button.button--primary {
    font-size: 16px;
    font-weight: 500;
}
.form-action.buttonsCartWish {
    width: 100%;
    margin: 0;
    float: none;
    display: block;
}
.buttonsCartWish input#form-action-addToCart {
    width: 100%;
    margin: 0;
    min-height: 50px;
    border-radius: 50px;
}
.productView-product
{
    border-color: #dbeaf2;
}
.productCarousel-slide .prodBox {
    width: 100%;
    padding: 0;
}
.productView-thumbnail {
    width: 100%;
}
.body.prodPage {
    overflow: hidden;
    margin-bottom: 0;
}

.productDescription {
    position: relative;
    width: 100vw;
    left: -50vw;
    margin-left: 50%;
    background-image: url('https://cdn11.bigcommerce.com/s-2vfwgyus8b/product_images/uploaded_images/bannercurve.png?Sdc');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #113873;
    overflow: hidden;
    padding: 35px 0 100px;
}
article.productView-description .tabs,
article.productView-description .tab {
    border: none;
}
article.productView-description .tab .tab-title {
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    border: 1px solid #fff;
    margin-right: 5px;
    padding: 15px 25px;
}
article.productView-description .tab.is-active .tab-title {
    font-weight: normal;
    color: #113873;
    background: #fff;
}
article.productView-description .tab:first-child a {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
}
article.productView-description .tab:last-child a {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    overflow: hidden;
}
article.productView-description .tabs-contents .tab-content {
    background: #fff;
    padding: 25px;
    margin-top: 15px;
    border-radius: 35px;
    font-size: 15px;
    line-height: 18px;
    color: #113873;
    box-shadow: 0 20px 10px -10px inset #c3e1f0;
}
article.productView-description .tabs-contents .tab-content p,
article.productView-description .tabs-contents .tab-content dt,
article.productView-description .tabs-contents .tab-content dd
{
    font-size: 15px;
    color: #113873;
}
article.productView-description .tabs-contents .tab-content dl.productView-info {
    column-count: 6;
}
article.productView-description .tabs-contents .tab-content dl.productView-info dt.productView-info-name {
    margin-top: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.body.prodPage .featuredProducts
{
    position: relative;
    width: 100vw;
    left: -50vw;
    margin-left: 50%;
    margin-top: -40px;
}
.body.prodPage .featuredProducts .productCarousel
{
    margin: 0;
}
.body.prodPage .satisfaction {
    position: relative;
    width: 100vw;
    left: -50vw;
    margin-left: 50%;
    background-image: url('https://cdn11.bigcommerce.com/s-2vfwgyus8b/product_images/uploaded_images/satisfy2.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    padding: 105px 0 15px;
}
.body.prodPage .satisfaction:before
{
    display: none;
}
.countPill
{
    width: auto;
}
.prodBoxInner:hover {
    box-shadow: 0 0px 14px -5px #2b96cd inset;
}
select#sort {
    background-color: #f6f6f7;
    padding-left: 15px;
    min-width: 240px;
    color: #123974;
    font-size: 16px;
}
.sorterList form .form-field label {
    font-size: 15px;
    color: #123974;
}
.sorterList .actionBar-section .form-field {
    border: none;
}
.mobView
{
    display: none;
}
ul.mobMenus {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}
ul.mobMenus li {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    position: relative;
    margin: 0 15px;
}
ul.mobMenus li img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
ul.subMenu {
    position: absolute;
    display: block;
    background: #ccc;
    min-width: 220px;
    padding: 10px;
    display: none;
    z-index: 999;
    margin: 0;
}
ul.subMenu li {
    display: block;
    border: none;
    text-align: left;
    padding: 0;
    border-bottom: 1px solid;
}
ul.subMenu li a 
{
    font-size: 14px;
}
/************************************/
/************** Media Queries *****************/
@media only screen and (min-width: 1200px) and (max-width: 1280px)
{
    .container
    {
        width: 1170px;
    }
}

@media only screen and (max-width: 1199px)
{
    .container
    {
        width: 970px;
    }
}
@media only screen and (max-width: 991px)
{
    .container
    {
        width: 750px;
    }
}

@media only screen and (max-width: 800px)
{
    .container
    {
        width: auto;
        padding: 0 10px;
    }
    .deskOnly {
        display: none;
    }

    .mobView
    {
        display: block;
    }
    header
    {
        background-size: cover;
    }
    .header {
        position: relative;
        height: auto;
        border: none;
        display: flex;
        flex-wrap: wrap;
    }
    .logo,
    .headerSearch,
    .headerRight 
    {
        width: 100%;
    }
    .logo img.header-logo-image-unknown-size
    {
        max-height: inherit;
    }
    .logo .header-logo__link {
        width: 95%;
    }
    .headerSearch
    {
        margin: 0;
        padding-top: 0;
        order: -2;
        margin-bottom: 15px;
        display: none;
    }
    .headerSearch form
    {
        width: 100%;
    }
    .headerSearch .searchText
    {
        width: 80%;
    }
    .headerSearch .submitSearch
    {
        width: 20%;
    }
    .headerRight {
        order: -3;
        display: none;
    }
    .headerTop ul li 
    {
        display: block;
        text-align: left;
        padding: 10px 0;
        margin: 0;
        border: none;
    }
    .headerSignIn {
        display: none;
    }
    .mainMenu
    {
        display: none;
    }
    .noticeBannerRight, 
    .noticeBannerLeft 
    {
        width: 50%;
    }
    .categoriesList .categoryBox
    {
        width: 100%;
        margin: 5px 0;
    }
    .satisfaction h3
    {
        font-size: 30px;
        line-height: 30px;
    }
    .videoGallery
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    footer
    {
        padding: 45px 15px;
        background-size: cover;
    }
    .footerBoxes
    {
        margin-left: 0;
    }
    .footerBox {
        padding-left: 60px;
        width: 100%;
        margin-bottom: 35px;
    }
    .footerBox:last-child {
        margin-bottom: 0;
    }
    .copyright span {
        display: block;
        margin-bottom: 8px;
    }
    .headerMenu .mainMenu ul 
    {
        display: block;
        position: relative;
    }
    .headerMenu li
    {
        border: none;
    }
    .mainMenu ul li {
        display: block;
        padding: 5px 0;
    }
    .brandsSlider li {
        border-left: 1px solid #113873;
        margin-left: 0;
    }
    .brandsSlider:after {
        right: inherit;
        left: 25px;
        transform: rotate(30deg);
    }
    .brandsSlider:before {
        top: 135px;
        left: inherit;
        right: 10px;
        transform: rotate(45deg);
    }
    .brandsBanner
    {
        padding-top: 0;
    }
    .brandsBanner .slick-next, .brandsBanner .slick-prev
    {
        top: 150%;
    }
    .brandsBanner .slick-prev {
        left: 30%;
        background-image: url('https://cdn11.bigcommerce.com/s-2vfwgyus8b/product_images/uploaded_images/arrowmob.png');
        background-repeat: no-repeat;
        background-position: center;
        width: 40px;
        height: 40px;
        padding: 0;
        background-color: transparent;
        border-radius: 50px;
    }
    .brandsBanner .slick-next {
        right: 30%;
        background-image: url('https://cdn11.bigcommerce.com/s-2vfwgyus8b/product_images/uploaded_images/arrowmobr.png');
        background-repeat: no-repeat;
        background-position: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        padding: 0;
        background-color: transparent;
    }
    .brandsBanner .slick-prev:before,
    .brandsBanner .slick-next:before,
    .featuredProducts button.slick-next.slick-arrow:before,
    .featuredProducts button.slick-prev.slick-arrow:before,
    .imageGallery button.slick-prev.slick-arrow:before,
    .imageGallery button.slick-next.slick-arrow:before,
    .videoGallery button.slick-prev.slick-arrow:before,
    .videoGallery button.slick-next.slick-arrow:before
    {
        display: none !important;
    }
    .featuredProducts button.slick-prev.slick-arrow,
    .imageGallery button.slick-prev.slick-arrow,
    .videoGallery button.slick-prev.slick-arrow
    {
        top: 113%;
        background-image: url('../img/arrowleft.png');
        background-repeat: no-repeat;
        background-position: center;
        padding: 0;
        background-color: transparent;
        width: 50px;
        height: 50px;
        left: 30%;
        border: none;
    }
    .featuredProducts button.slick-next.slick-arrow,
    .imageGallery button.slick-next.slick-arrow,
    .videoGallery button.slick-next.slick-arrow
    {
        top: 113%;
        background-image: url('../img/arrowright.png');
        background-repeat: no-repeat;
        background-position: center;
        padding: 0;
        background-color: transparent;
        width: 50px;
        height: 50px;
        border: none;
        right: 30%;
    }
    .imageGallery button.slick-next.slick-arrow,
    .imageGallery button.slick-prev.slick-arrow
    
    {
        top: 140%;
    }
    .videoGallery button.slick-next.slick-arrow,
    .videoGallery button.slick-prev.slick-arrow
    {
        top: 120%;
    }
    .featuredProducts,
    .imageGallery,
    .videoGallery
    {
        padding-bottom: 120px;
    }
    .videoGallery .galleryImg
    {
        padding: 0;
    }
    aside.page-sidebar
    {
        display: none;
    }
    .prodBox .prodBoxInner
    {
        padding: 20px 10px;
    }
    a.prodShopBtn
    {
        height: 40px;
        line-height: 40px;
    }
    .prodTitle
    {
        font-size: 14px;
        line-height: 15px;
    }
    .prodPrice
    {
        font-size: 16px;
    }
    section.productView-images {
        order: -2;
    }
    .productCarousel-slide
    {
        padding: 0;
    }
    .productThumbs
    {
        width: 100%;
    }
    .productThumbs .productView-thumbnails
    {
        width: 100%;
        padding: 0;
    }
    .productView-title
    {
        font-size: 24px;
        line-height: 26px;
    }
    .productDetailImg {
        order: -1;
        margin-bottom: 15px;
    }
    .productThumbs .productView-thumbnails button.slick-prev.slick-arrow
    {
        top: 45%;
        height: auto;
        transform: none;
        margin-left: 0;
    }
    .productView-thumbnails .slick-next {
        right: 0;
        top: 55%;
        width: 30px;
    }
    .productView-thumbnails .slick-next:before {
        transform: none;
        top: 1px;
        position: relative;
        left: -28px;
        top: 0px;
        text-align: left;
    }
    article.productView-description .tab .tab-title
    {
        padding: 7px 25px;
    }
    article.productView-description .tab:first-child a {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    article.productView-description .tab:last-child a {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        overflow: hidden;
    }
    .heroCarousel {
        margin-bottom: 1.5rem;
    }
    article.productView-description .tabs-contents .tab-content dl.productView-info {
        column-count: 1;
    }
    .noticeBannerLeft {
        text-align: center;
    }
    .mainMenu li:hover {
        background: none;
    }

}
@media only screen and (max-width: 520px)
{
    .productGrid .product
    {
        width: 100%;
    }
}