@import url('https://fonts.googleapis.com/css2?family=Exo:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700;800&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: 'Open Sans', 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;
}
body {
   font-family: 'Open Sans', 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;
    padding: 0;
    max-width: 100%;
}
.headerTop {
    background: #0f2448;
    border-bottom: 4px solid #5395f3;
    padding: 9px 0;
}
.topHeader {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.topHeaderLeft, .topHeaderRight {
    flex: auto;
}
.topHeaderLeft h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 0;
}
.topHeaderLeft h3 span {
    font-weight: 800;
    color: #e0ab73;
}
.topHeaderRight {
    text-align: right;
}
.phoneNumb {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.phoneNumb a {
    color: #ffc459;
    margin-left: 8px;
}
.phoneNumb a:hover
{
    color: #5395f3;
}
.headerMain {
    padding: 10px 0;
}
.headerMain,
.headerSearchAndAcc {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.headerSearchAndAcc {
    flex: auto;
    justify-content: flex-end;
}
.searchForm form {
    border: 1px solid #aaaaaa;
    width: 500px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
}
.searchForm form input {
    height: 38px;
}
.searchForm form input.searchField {
    flex: auto;
}
.searchForm form input[type=submit] {
    background-image: url('../img/searchico.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    background-color: transparent;
}
.accountCart {
    background-image: url('../img/accountBg.png');
    background-repeat: no-repeat;
    width: 180px;
    background-position: center;
    margin-left: 10px;
}
.accountCart ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0;
}
.accountCart li {
    position: relative;
    padding: 0 25px;
}
.accountCart li:first-child {
    border-right: 2px solid #ffc459;
}
.accountCart li a span {
    position: absolute;
    background: #ffc459;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50px;
    top: -5px;
    right: 5px;
    color: #3572cd;
    font-weight: 700;
    font-size: 14px;
}
.headerMenu {
    box-shadow: 0 8px 10px inset #ebebeb,0 8px 10px #ebebeb;
    padding: 23px 0;
}
.mainMenu > ul
{
    text-align: center;
    font-size: 0;
}
.mainMenu > ul > li {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 25px;
    float: none;
}
.mainMenu li a {
    font-size: 16px;
    font-weight: 600;
    color: #021324;
    padding: 0;
}
.mainMenu li a:hover
{
    color: #5395f3;
}
.bannerBox img {
    /*object-fit: none;*/
    margin: 0 auto;
}
.featuredProducts {
    padding: 50px 0;
}
.featuredProducts h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
    font-family: 'Exo', sans-serif;
    text-align: center;
    margin-bottom: 30px;
}
.productBox {
    background-image: url('../img/prodbg.jpg');
    background-repeat: no-repeat;
    text-align: center;
    background-position: center top;
    max-width: 258px;
    padding: 22px 20px;
    margin: 0 auto 15px;
    position: relative;
}
.productBox:hover {
    transform: scale(1.02);
}
.productImg {
    padding: 20px 0px;
    height: 230px;
}
.productImg img {
    margin: 0 auto;
    max-height: 190px;
    position: relative;
}
.productBox h6 {
    font-size: 16px;
    color: #031e39;
    text-transform: capitalize;
    height: 56px;
    overflow: hidden;
}
.productBox h6 a {
    line-height: 18px;
    display: block;
}
.productPrice {
    font-size: 20px;
    font-weight: 700;
    color: #031e39;
    margin: 7px 0;
}
.blueBtn {
    width: 200px;
    background-image: url('../img/btnbg.png');
    background-repeat: no-repeat;
    display: block;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 0;
    box-shadow: 2px 5px 5px 0px #ddd;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 12px;
}
.blueBtn:hover
{
    box-shadow: 2px 5px 5px 0px #000;
    color: #fff;
}
ul.productListing {
    display: flex;
    flex-wrap: wrap;
}
ul.productListing li {
    width: 25%;
}
.featuredCategories {
    background-image: url('../img/catabg.jpg');
    background-repeat: repeat-x;
    border-bottom: 2px solid #fff;
    box-shadow: 0 9px 9px #eaeaea;
}
.categoryBoxes {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
}
.categoryBoxes .categoryBox {
    padding-left: 15px;
}
.categoryBoxes .categoryBox:hover
{
    opacity: 0.6;
}
.testimonialSlider {
    padding: 50px 0;
    text-align: center;
}
.testimonialSlider img.quoteIco {
    margin: 0 auto 30px;
}
.testimonialBox {
    max-width: 82%;
    margin: 0 auto;
}
.promoIcons {
    background-image: url('../img/promobg.jpg');
    padding: 25px 0;
    background-position: center;
}
.promoBoxes {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.promoBox
{
    text-align: center;
    width: 33.33%;
}
.promoico {
    margin-bottom: 10px;
}
.promoico img {
    margin: 0 auto;
}
.promoBox h2 {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    line-height: 25px;
    padding: 0;
}
.promoBox h2 span {
    font-weight: 400;
    display: block;
    font-size: 25px;
}
.newsletter {
    background: #ffc459;
    padding: 55px 0;
}
.newsletterSection {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.newsletterRight {
    margin-left: 40px;
}
.newsletterLeft h4 {
    font-size: 25px;
    color: #0f3358;
    text-transform: uppercase;
    line-height: 25px;
}
.newsletterLeft h4 span {
    font-size: 30px;
    display: block;
    font-weight: 700;
    color: #0f3358;
}
.newsletterForm form {
    width: 610px;
    background: #fff;
    border-radius: 50px;
    padding: 10px;
    display: flex;
}
.newsletterForm form input
{
    height: 30px;
}
.newsletterForm input[type="email"]
{
    flex: auto;
    font-size: 16px;
    color: #0f3358;
    padding-left: 15px;
}
.newsletterForm input[type="email"]::placeholder
{
    color: #0f3358;
}
.newsletterForm input[type=submit] {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 16px;
    background: none;
    border-left: 1px solid #ffc459;
    text-align: center;
    width: 100px;
    cursor: pointer;
    color: #0f3358;
}
.footerMain {
    background-color: #0f3358;
    padding: 35px 0;
    box-shadow: 0 30px 20px -30px inset #222;
}
.footerBoxes {
    display: flex;
    flex-wrap: wrap;
}
.footerBox.quickLinks ul,
.footerBox.informationFoot ul {
    column-count: 2;
}
.footerBox {
    flex: auto;
}
.footerBox h6 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
}
.footerBox li {
    background-image: url('../img/listicon.png');
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding-left: 15px;
}
.footerBox a {
    font-size: 13px;
    color: #fff;
}
.footerBox a:hover,
.developer a:hover
{
    color: #ffc459;
}
.footerBox li.socialFooter {
    background: none;
    padding: 0;
    margin-top: 15px;
}
.footerBox li.socialFooter a {
    display: inline-block;
    margin-right: 5px;
}
.footerCopyright {
    background: #031e39;
    padding: 25px 0;
    box-shadow: 0 25px 25px -20px inset;
    text-align: center;
}

.footerCopyright p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffc459;
    text-align: center;
    padding: 0;
}
.developer, .developer a {
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
}
.productPrice .price-section {
    display: inline-block;
}
.productBox .labelBox {
    display: none;
}
.heroCarousel
{
    margin-bottom: 0;
}
.body {
    margin-bottom: 1rem;
}
ol.breadcrumbs, ol.breadcrumbs li a, ol.breadcrumbs span {
    text-align: left;
    font-size: 13px;
    color: #3b8fff;
    font-weight: normal;
}
.cataImgPage {
    position: relative;
    margin-bottom: 15px;
}
.cataImgPage:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
}
.category-header-image 
{
    /*max-width: 315px;*/
}
.cataImgPage img {
    object-fit: cover;
    width: 100%;
    height: 400px;
    max-width: 100%;
}
.cataTitlePage {
    position: absolute;
    right: 95px;
    top: 42%;
}
.cataTitlePage .page-heading {
    font-size: 80px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    line-height: 70px;
    margin: 0;
    padding: 0;
}
.sidebarBlock {
    border: 1px solid #dddddd;
    border-radius: 5px;
}
.sidebarBlock-heading {
    font-size: 20px;
    color: #1f1f1e;
    font-family: 'Exo', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    border-bottom: 1px solid#ddd;
    margin-bottom: 10px;
    text-align: left;
    padding: 12px 20px;
}
.sidebarBlock .navList 
{
    padding: 0 20px;
}
.sidebarBlock .navList  li.navList-item
{
    position: relative;
}
.sidebarBlock .navList a.navList-action {
    color: #090908;
    font-family: 'Exo', sans-serif;
    padding: 9px 0;
    border-bottom: 1px solid #ddd;
}
.sidebarBlock .navList a.navList-action:hover
{
    color: #3571cd;
}
.sidebarBlock .navList li:first-child > a.navList-action
{
    padding-top: 0;
}
.sidebarBlock .navList li:last-child > a.navList-action
{
    border-bottom: none;
}
.sidebarBlock ul.navPage-subMenu-list {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 220px;
    background: #f7f7f7;
    padding: 12px;
    z-index: 9999;
    display: none;
}
.navPage-subMenu
{
    z-index: 9;
}
.sidebarBlock .navList li.navList-item:hover > ul.navPage-subMenu-list
{
    display: block;
}
.sidebarBlock+.sidebarBlock {
    padding-top: 0;
}
.page-sidebar {
    width: 20%;
}
.page-sidebar+.page-content {
    width: 80%;
}
.page-sidebar+.page-content .productGrid .product {
    width: 25%;
    padding: 0 5px;
}
#product-listing-container .card.productBox {
    margin-bottom: 10px;
}
.pagerSorter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #3b8fff;
    border-bottom: 1px solid #3b8fff;
    padding: 15px 0;
    margin-bottom: 30px;
}
.pagerSorter nav.pagination,
.pagerSorter form.actionBar
{
    flex: auto;
}
.pagerSorter form.actionBar .actionBar-section {
    float: right;
}
.pagerSorter .pagination-item--next
{
    float: none;
}
.pagerSorter ul.pagination-list {
    text-align: left;
}
.pagerSorter ul.pagination-list,
.pagerSorter .actionBar-section .form-field,
form.actionBar
{
    margin: 0;
}
.actionBar-section .form-field {
    border: none;
}
.pagerSorter .actionBar-section label.form-label
{
    font-size: 15px;
    font-family: 'Exo', sans-serif;
    color: #222222;
}
select#sort {
    background-color: #f6f6f7;
    padding-left: 10px;
    border-radius: 0;
    font-size: 15px;
    font-family: 'Exo', sans-serif;
    color: #222222;
    min-width: 190px;
}
.pagination-list li a, .pagination-list li button
{
    padding: 0;
}
.pagination-item.pagination-item--current
{
    border: none;
}
h1.page-heading {
    color: #0f2448;
    font-weight: 700;
    text-align: left;
    margin: 0;
}
figure.productView-image {
    border: 1px solid #ddd;
}
h1.productView-title {
    font-size: 33px;
    font-weight: 800;
    color: #0f2448;
    line-height: 40px;
    margin: 0;
    padding-bottom: 20px;
}
.productView-price {
    border-top: 1px solid #3b8fff;
    border-bottom: 1px solid #3b8fff;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 700;
    color: #2e68c6;
}
dl.productView-info .productView-info-name, 
dl.productView-info .productView-info-value,
.productView-options .form-label--alternate
{
    float: left;
    margin: 0 0 15px !important;
}
dl.productView-info .productView-info-name,
.productView-options .form-label--alternate
{
    min-width: 120px;
    font-weight: 700;
    color: #000000;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.productView-rating {
    margin-bottom: 15px;
}
.productView-product {
    border-bottom: none;
    padding-bottom: 0;
}
.productView-details.product-data 
{
    padding-bottom: 0;
}
.productView-options .form-field 
{
    font-size: 0;
    margin-bottom: 5px;
}
.productView-options .form-label--inlineSmall small
{
    font-size: 11px;
}
.productView-options .form-label--alternate {
    position: relative;
}
.productView-options .form-label--alternate span {
    font-weight: 700;
    font-size: 12px;
    position: absolute;
    top: -8px;
    padding-left: 5px;
}
.productView-options .form-action {
    display: block;
    width: 100%;
}


.productView-options .form-action .button--primary {
    margin: 0;
    width: 100%;
    background: #0f2448;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    padding: 18px 0;
    box-shadow: 3px 3px 5px #cecece;
    font-family: 'Open Sans', sans-serif;

}
.button.dropdown-menu-button {
    display: block;
    border: 2px solid #253a7c;
    font-size: 18px;
    color: #253a7c;
    font-weight: 600;
    border-radius: 50px;
    padding: 15px 0;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 3px #d8d8d8 inset;
}
.batches img {
    margin: 0 auto;
}
.productView-thumbnail-link {
    max-width: 150px;
    height: 150px;
    width: 150px;
    margin: 0 auto;
}
.productView-thumbnails img {
    width: 100%;
}
.productView-thumbnail {
    width: auto;
}
.productView-thumbnails .slick-prev,
.testimonialSlider .slick-prev {
    left: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
}

.productView-thumbnails .slick-next,
.testimonialSlider .slick-next
{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    background-size: 15px;
}
.productView-thumbnails .slick-next, .productView-thumbnails .slick-prev
{
    top: 60%;
}
.productView-thumbnails .slick-next::before, .productView-thumbnails .slick-prev::before,
.testimonialSlider .slick-next::before, .testimonialSlider .slick-prev::before

{
    display: none;
}
.productView-description .tabs-contents {
    background: #f6f6f7;
    padding: 0 15px;
    border-radius: 15px;
}
.productView-description .tab-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #0f2448;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-weight: 800;
    border: 1px solid #f6f6f7;
}
.productView-description li.tab.is-active
{
    background: #f6f6f7;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.productView-description  ul.tabs {
    border: none;
}
.productView-description li.tab.is-active {
    border: none ;
}
.productView-description .tab.is-active .tab-title
{
    font-weight: 800;
}
.productView-description li.tab {
    border: none;
    margin: 0 0 0 15px;
}
.featuredProducts ul.tabs {
    display: flex;
    justify-content: center;
    border: none;
}
.featuredProducts li.tab {
    border: none;
    margin: 0 6px;
    box-shadow: 0 5px 5px -1px #ddd;
    border-radius: 50px;
}
.featuredProducts a.tab-title {
    background: #0f2448;
    border: none;
    font-weight: 800;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 50px;
    max-width: 300px;
    width: 300px;
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    line-height: 15px;
}
.featuredProducts li.tab.is-active a {
    color: #285082;
    background: #ffc459;
    box-shadow: 0 7px 15px  #ffa936  inset;
}
.button.button--primary
{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
h2.productView-brand {
    padding: 0;
    margin: 0;
    line-height: 10px;
}

h2.productView-brand a {
    font-size: 25px;
    color: #0f2448;
    text-transform: capitalize;
}
.featuredProducts li.tab.is-active .tab-title:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #ffc459;
    bottom: -12px;
}
.tickerData
{
    display: none;
    /* Display none due to not show on page while page load after that it show with slider */
}
.topHeaderLeft h3
{
    display: flex;
}
.topHeaderLeft h3 > div {
    min-width: auto;
    flex: auto;
    padding-left: 5px;
}

.heroCarousel-description {
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    line-height: 54px;
    text-shadow: 0px 3px 8px #000;
}
.heroCarousel-title {
    font-size: 50px;
    color: #ffc459;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 0px 4px 4px #000;
}
.heroCarousel-action.button.button--primary.button--large {
    color: #0f2448;
    font-size: 18px;
    background: #ffc459;
    border: none;
    text-transform: uppercase;
    border-radius: 50px;
    box-shadow: 0 11px 10px #ffaa37 inset;
    margin: 0;
}
.heroCarousel-content {
    background: none;
    text-align: left;
    width: 40%;
    right: 0;
    left: inherit;
}
.slick-track > div:nth-child(3) .heroCarousel-content {
    left: 0;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.batches {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 559px;
    margin: 0 auto;
}
.alertBox-message {
    color: #fff;
    padding: 0;
}
.swal2-modal .swal2-cancel,
.swal2-modal .swal2-cancel:hover
{
    color: #000;
}
.banners p {
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
section#product-reviews .toggle-content {
    display: block;
}
.mobView {
        display: none;
    }
/************************************/
/************** Media Queries *****************/
@media only screen and (min-width: 1301px)
{
    .container
    {
        width: 1300px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px)
{
    .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;
    }
    .deskView 
    {
        display: none;
    }
    .mobView {
        display: block;
    }
    .searchForm form,.newsletterForm form
    {
        width: 100%;
    }
    .headerTop
    {
        padding: 0;
    }
    .topHeader
    {
        display: block;
    }
    .topHeaderLeft {
        padding: 5px 0;
    }
    .topHeaderLeft h3
    {
        font-size: 18px;
        text-align: center;
    }
    .topHeaderRight .phoneNumb, 
    .topHeaderRight .phoneNumb a {
        color: #0f2448;
    }
    .headerMain {
        display: block;
    }
    .header-logo__link {
        width: 100%;
    }
    .header-logo__link img {
        max-height: 100%;
    }
    .headerSearchAndAcc {
        margin: 15px 0 0;
    }
    .searchForm {
        width: 62%;
    }
    .accountCart {
        width: 35%;
        background-position: right;
    }
    .accountCart li
    {
        padding: 0 12px;
    }
    .mainMenu > ul > li {
        display: block;
        text-align: left;
        padding: 5px 0;
    }
    ul.productListing li {
        width: 100%;
    }
    .featuredCategories {
        background-repeat: repeat;
    }

    .categoryBox {
        margin: 0 auto;
    }
    .testimonialBox
    {
        max-width: 95%;
    }
    .testimonialSlider .slick-prev, .testimonialSlider .slick-next {
        top: 122%;
    }
    .testimonialSlider .slick-prev {
        left: 35%;
        background-color: transparent;
        border: none;
    }
    .testimonialSlider .slick-next {
        right: 35%;
        background-color: transparent;
        border: none;
    }
    .productCarousel {
        margin: 0;
    }
    .promoico img {
        width: auto;
        height: 30px;
    }
    .promoBox h2,
    .promoBox h2 span
    {
        font-size: 15px;
        line-height: 15px;
    }
    .newsletter
    {
        padding: 35px 0;
    }
    .newsletterSection {
        display: block;
        text-align: center;
    }
    .newsletterRight {
        margin-left: 0;
        margin-top: 15px;
    }
    .footerBoxes {
        display: block;
        max-width: 80%;
        margin: 0 auto;
    }
    .footerBoxes .footerBox {
        margin-bottom: 25px;
    }
    .footerBox.informationFoot ul {
        column-count: 1;
    }
    .footerCopyright p
    {
        font-size: 11px;
    }
    .mobBanner {
        margin-top: -1.5rem;
    }
    h6.mobileMenu-toggle {
        position: relative;
        display: flex;
        font-size: 16px;
        font-weight: 600;
        width: 100%;
        align-items: center;
        justify-content: center;
        height: auto;
        padding: 0;
    }
    h6.mobileMenu-toggle span.mobileMenu-toggleIcon {
        position: inherit;
        top: 0;
        margin-left: 8px;
    }
    .mainMenu > ul
    {
        display: none;
    }
    .diffCataProd .productGrid .product
    {
        display: none;
    }
    .diffCataProd .productGrid .product:first-child
    {
        display: block;
        width: 100%;
    }
    .featuredProducts ul.tabs
    {
        display: block;
    }
    .featuredProducts a.tab-title {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .productGrid
    {
        margin: 0;
    }
    .container > .featuredProducts {
        display: none;
    }
    .cataTitlePage .page-heading
    {
        font-size: 24px;
    }
    .page-sidebar
    {
        display: none;
    }
    .page-sidebar+.page-content {
        width: 100%;
    }
    .page-sidebar+.page-content .productGrid .product {
        width: 100%;
    }
    .topHeaderRight {
        text-align: center;
        background: #488ef2;
        margin: 0 -10px;
    }
    .productView-thumbnail-link {
        max-width: initial;
        height: auto;
        width: auto;
    }
    .productView
    {
        margin: 0 -10px;
    }
    .productView-description li.tab
    {
        margin: 0;
    }
    .tickerData {
        font-size: 16px;
        text-align: left;
        padding-left: 5px;
    }
    .headerMenu
    {
        padding: 12px 0;
        border-bottom: 1px solid #ddd;
    }
    .heroCarousel-content
    {
    	text-align: center;
    	width: 100%;
    	position: absolute;
    	padding-top: 0;
    	padding-bottom: 0;
    	top: 45%;
    }
    .heroCarousel-slide .heroCarousel-image-wrapper
    {
    	min-height: 565px;
    }
    .heroCarousel-title
    {
    	font-size: 30px;
    }
    .heroCarousel-description
    {
    	font-size: 36px;
    	line-height: 36px;
    }
    .heroCarousel-slide.stretch .heroCarousel-image {
	    object-fit: cover;
	    object-position: 25%;
	}
	section.heroCarousel.slick-initialized.slick-slider.slick-dotted {
	    margin: 0;
	}
	.productGrid .product {
        width: 100%;
        margin-bottom: 15px;
    }


}
