@font-face {
  font-family: 'MyriadPro-Regular';
  src:  url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  
        url('fonts/MyriadPro-Regular.otf')  format('opentype'),
        url('fonts/MyriadPro-Regular.woff') format('woff'), 
        url('fonts/MyriadPro-Regular.ttf')  format('truetype'), 
        url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

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 {
    border: 0 none;
    list-style: none outside none;
    margin: 0;
    outline: medium none;
    padding: 0;
    font-family: 'Raleway', 'Open Sans', sans-serif;
}

img, a img {
    border: medium none;
}

.clear {
    border: medium none;
    clear: both;
    float: none;
    height: 1px;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: all 0.4s ease;
}

a:hover {
    /*text-decoration: underline;*/
}

h1, h2, h3, h4, h5, h6 {
    color: #1f1d1f;
    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: #1f1d1f;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}
body {
	background-image: url(../img/bg-header.png), url(../img/bg-footer.png);
    background-position: center top, center bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: 100%, 145%;
    background-color: #e7dfd4;

}
*, *::before, *::after
{
    box-sizing: border-box;
}
.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*Custom Style*/
.container
{
    width: 1250px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

header {
    padding-top:40px;
}
.mb-hide {
    display: block;
}
.mb-show {
    display: none;
}
.nevigations {
    background: #1f1d1f;
    box-shadow: 0 5px 15px -5px #000;
}
.nevigations .container > div {
    display: inline-block;
    vertical-align: top;
}
.nevigations .container .mobileMenu {
    display: none;
    padding:15px 0;
}
.mobileMenu a {
    color: #fff;
}
.mobileMenu .burgermenu, .mobileMenu .mbphone, .mobileMenu .mbcart {
    display: inline-block;
}
.mobileMenu .mbcart {
    float: right; 
}
.mobileMenu .mbphone {
    text-align: center;
    width: 80%;
}
.burgermenu i {
    color: #fff;
    margin-right: 5px;
}
.nevigations .nevigation-right {
    float: right;
}
.nevigations .countPill
{
    height: auto;
    line-height: auto;
}
.nevigations ul {
    padding: 10px 0;
    line-height: 12px;
}
.nevigations ul li {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    border-right: 1px solid #fff;
    padding:0 10px;
    line-height: 12px;
}
.nevigations ul li:last-child {
    border-right:none;
    padding-right:0;
}
.nevigations ul li:first-child {
    padding-left: 0;
}
.nevigations ul li.smallcase {
    text-transform: lowercase;
}
.nevigations ul li, .nevigations ul li a {
    color:#fff;
}
.nevigations ul li a:hover, .nevigations ul .active a {
    color: #0b6436;
}
.nevigations .logo {
    position: relative;
    width: 355px;
}
.nevigations .logo img {
    position: absolute;
    top: -40px;
}
.nevigation-right {
    text-align: right;
}
.nevigation-right, .nevigation-left {
    width: 443px;
}
.separator-bottom {
    position: relative;
}
.separator-bottom:after {
    position: absolute;
    content: '';
    bottom: 0;
    height: 1px;
    margin: auto;
    width: 90%;
}
.nevigation-right .separator-bottom:after {
    background: linear-gradient(50deg,transparent,#a6aa79);
    right: 0;
}
.nevigation-left .separator-bottom:after {
    background: linear-gradient(50deg,#a6aa79,transparent);
    left: 0;
}

.headerSearch {
    margin-top: 60px;
}
.headerSearch form {
    width: 75%;
    background: #fff;
    border-radius: 25px;
    overflow: hidden;
    margin: auto;
    box-shadow: 0px 0px 15px -5px #000, 0px 0px 15px -5px #ccc inset;
}
.headerSearch form input
{
    height: 30px;
    border: none;
    box-shadow: none;
    background: transparent;
}
.headerSearch form .searchText {
    width: 80%;
    float: left;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #3c3c3c;
    outline: none;
}
.headerSearch form .searchText::placeholder
{
    font-size: 14px;
    font-weight: 600;
    color: #3c3c3c;
}
.headerSearch form  .searchBtn {
    float: right;
    width: 20%;
    background-image: url('../img/searchIco.png');
    background-repeat: no-repeat;
    background-position: center right 10px;
    cursor: pointer;
}
.mainbanner {
    /*margin: 15px 0;*/
    border-radius: 10px;
    /*overflow: hidden;*/
    position: relative;
}
.mainbanner .slick-slide
{
    height: auto;
}
.heroCarousel {
    margin-top: -15px;
    margin-bottom: -2.5rem;
}
.brands {
    margin-top: 40px;
}
.brands ul li {
    display: inline-block;
    margin-right:20px;
    width: 188px;
}
.brands ul li:hover
{
    box-shadow: 0 0 5px #145839;
}
.brands ul li:last-child {
    margin-right:0;
}
.brands ul li img {
    box-shadow: 3px 5px 10px -8px #000;
}
.page-contents {
    margin-top: 60px;
}
.right-content,
.leftsidebar 
{
    border-radius: 05px;
}
.right-content
{
    overflow: hidden;

}
.leftsidebar, .right-content {
    display: inline-block;
    vertical-align: top;
}
.leftsidebar {
    width: 240px;
    text-transform: uppercase;
    border-radius: 5px;
    /*overflow: hidden;*/
    /*background: #fff;*/
    margin-bottom: 60px;
    margin-right: 30px;
    /*border-top: 1px solid #fff;*/
}
.leftsidebar h2 {
    padding: 5px 10px;
    background: #145839;
    font-size: 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
}
.leftsidebar h2 i {
    display: none;
    font-size: 30px;
}
.leftsidebar ul {
    padding: 10px 10px 50px;
    background: #fff;
}
.leftsidebar ul li {
    border-bottom: 1px solid #e6ded3;
    position: relative;
    padding: 0 10px;
}
.leftsidebar > ul > li:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    right: 0;
    box-shadow: 0 0 1px #fcfcfc;
    height: 2px;
    background: #f8f8f8;
}
.leftsidebar ul li:hover
{
    background: #145839;
}
.leftsidebar ul li:hover > a
{
    color: #fff;
}
.leftsidebar ul li ul.navPage-subMenu-list {
    position: absolute;
    left: 100%;
    min-width: 235px;
    top: 0;
    background: #fff;
    display: none;
    margin: 0;
    padding: 0;
    z-index: 99;
}
.leftsidebar ul li:hover ul.navPage-subMenu-list 
{
    display: block;
}
.leftsidebar ul li a {
    color: #1f1d1f;
    padding: 10px 0;
    font-size: 14px;
    display: block;
}
.right-content {
    width: 975px;
    display: inline-block;
}
.main-heading {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color:#145839;
    font-weight: 700;
    background-image: url(../img/bg-promo.png);
    background-position: top right 80px;
    background-repeat: no-repeat;
    margin-top: -30px;
    padding-top: 30px;
    line-height: 30px;
}
.main-heading img {
    margin: auto;
    border: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: -16px;
}
.featured-categories {
    margin: 20px 0 45px;
}
.featured-categories ul {
    column-count: 2;
    column-gap: 20px;
}
.featured-categories ul li:hover
{
    opacity: 0.8;
}
.banner-poleducer:before {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    margin: auto;
    border: 1px solid #145839;
    border-radius: 10px;
}
.banner-poleducer {
    margin: 15px 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.banner-poleducer .poleducer {
    position: absolute;
    top: 0;
}
.heading-center h2 {
    font-size: 28px;
    font-weight: 700;
    color: #145839;
    text-align: center;
    text-transform: uppercase;
    margin: 45px 0;
    padding: 0;
    line-height: 28px;
}
.homepage .heading-center h2 {
    color: #145839;
}
.featured-video {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.video-box {
    width: 65%;
}
.video-btn {
    background: #000;
    color: #fff;
    padding: 85px 20px;
    font-size: 18px;
    text-align: center;
    width: 35%;
    display: block;
}
.video-btn i {
    font-size: 100px;
    margin-bottom: 35px;
}
.video-btn span {
    display: block;
}
.body {
    margin-bottom: 3rem;
}
.featured-products h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    color: #fff;
    background: #145839;
    border-radius: 5px 5px 0 0;
    padding: 7px;
}
.productGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /*grid-gap: 25px;*/
}
.product {
    margin-top: 25px;
}
.prodBox {
    text-align: center;
    background: #fff;
}
.prodBox:hover {
    box-shadow: 0 0 5px #145839;
}
.prodImg {
    height: 200px;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}
.prodImg img {
    margin: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.prodTitle {
    text-transform: capitalize;
    padding: 0 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 65px;
    overflow: hidden;
    line-height: 15px;
}
.prodTitle a {
    color: #000;
    font-size: 13px;
    line-height: 16px;
}
.prodTitle a:hover
{
    text-decoration: underline;
}
.price {
    color: #06132a;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.price .price-section {
    display: inline-block;
}
.addBox {
    background: #145839;
    padding: 10px;
}
.addToBtn {
    display: block;
    color: #afb172;
    border: 1px solid #afb172;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    background: #145839;
    line-height: 25px;
}
.button.button--primary {
    color: #afb172;
    border: 1px solid #afb172;
    border-radius: 3px;
    text-transform: uppercase;
    padding: 5px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    background: #145839;
    line-height: 25px;
}
.button.button--primary:hover,
.addToBtn:hover
{
    background: #fff;
    color: #1f1d1f;
}
/*Footer style start*/
.newsletters {
    background: rgba(164, 166, 103, .9);
    padding: 25px 0 20px;
    text-align: center;
}
.newsletters h1 {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    padding: 0;
}
.newsletters p {
    margin: 10px 0;
    font-weight: 400;
    color: #1e1e21;
    font-size: 18px;
    font-family: 'MyriadPro-Regular';
}

.newsletters form {
    width: 440px;
    border-radius: 50px;
    overflow: hidden;
    margin: auto;
    border: 1px solid #000;
    padding: 5px 25px;
}
.newsletters form input
{
    height: 30px;
    border: none;
    box-shadow: none;
    background: transparent;
}
.newsletters form .emailText {
    width: 80%;
    float: left;
    font-size: 14px;
    color: #3c3c3c;
    background: transparent;
    outline: none;
}
.newsletters form .emailText::placeholder
{
    font-size: 14px;
    color: #3c3c3c;
}
.newsletters form  .joinBtn {
    float: right;
    width: 15%;
    cursor: pointer;
    font-weight: 700;
    color: #1e1e21;
}
.payment-cards {
    background: rgba(6, 56, 35, 0.92);
    padding:10px 0;
    text-align: center;
}
.copyrights {
    background: hsla(144, 92%, 7%, 0.65);
    padding: 20px 0;
    text-align: center;
}
.copyrights p
{
    padding: 0;
}
.payment-cards img {
    display: inline-block;
}
.footer-menus {
    background: #1e1e21;
    padding: 45px 0;
    text-align: center;
    box-shadow: 0 5px 10px 5px #000;
    border-top: 1px solid #afb172;
}
.footer-box {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-right: 135px;
}
.footer-box:last-child {
    margin-right: 50px;
}
.footer-menus h2 {
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 25px;
}

.footer-menus ul li {
    list-style: disc inside;
    color: #fff;
    font-weight: 100;
    font-size: 14px;
    margin-bottom: 15px;
}
.footer-menus a,
.footer-menus ul li a
{
    color: #fff;
}
.footer-menus a:hover
{
    color: #ddd;
}
.footer-menus a.phonenumb
{
    color: #fff;
}
.footer-menus a.phonenumb:hover
{
    color: #f7f7f7;
}
.footer-box:first-child ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 50px;
}
.footer-box .phone-icon {
    display: inline-block;
    vertical-align: top;
    margin-top: -15px;
    margin-left: 5px;
}
.footer-box i {
    color: #fff;
}
.copyrights p {
    font-family: 'Lato', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    color:#fff;
}
.copyrights .small {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}
.footer-box i {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    width: 35px;
    height: 35px;
    position: relative;
    text-align: center;
    line-height: 2;
}
.footer-box i:before {
    position: absolute;
    left: 0;
    right: 0;
}
/*Footer Style closed*/

/*Other than home page*/
.breadCrumb {
    background: #145839;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 14px;
}
.breadCrumb a {
    color: #fff;
}
.breadCrumb h2, .breadCrumb .page-nevigation {
    text-transform: uppercase;
    color:#fff;
    padding: 15px 15px 0;
}
.breadCrumb h2 {
    margin-bottom: 15px;
    font-size: 25px;
}
.page-filters {
    background: #1e1e21;
    padding: 5px 5px 5px 15px;
    text-align: right;
    overflow: hidden;
}
.page-filters .pagination
{
    float: left;
    margin-top: 2px;
}
.page-filters form
{
    float: right;
}
.pagination-item.pagination-item--next a,
.pagination-item.pagination-item--previous a,
.pagination-list li.pagination-item a,
.pagination-list li
{
    color: #fff;
}
/*.page-filters ul {
    float: left;
    line-height: 1.5;
}
.page-filters ul li {
    display: inline-block;
    padding-right: 10px;
}*/
.page-filters .sortingForm select {
    width: 180px;
    padding: 2px 10px;
    margin-left: 10px;
    text-transform: capitalize;
    border-radius: 0;
}
.product-details {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 40px;
}
.product-content {
    margin-bottom: 10px;
}
.product-images {
    margin-bottom: 20px;
    width: 55%;
    display: inline-block;
    vertical-align: top;
}
.product-images .image-large {
    border: 1px solid #eff3f6;
    padding:30px;
}
.product-images img {
    margin: auto;
}
.product-thumbnails ul {
    font-size: 0;
    text-align: center;
}
.product-thumbnails ul li {
    display: inline-block;
    border: 1px solid #eff3f6;
    vertical-align: middle;
    width: 20%;
    padding: 25px;
    margin: 20px 20px 0 0;
}
.product-thumbnails ul li:nth-child(4) {
    margin: 20px 0 0;
}
.product-shortDescription {
    padding-left: 10px;
    width: 44%;
    display: inline-block;
    vertical-align: top;
}
.product-title h2 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #145839;
    padding: 30px 0;
}
.product-price {
    border-top: 2px solid #ebe1d7;
    border-bottom: 2px solid #ebe1d7;
    padding: 30px 0;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 30px;
}
.product-price label {
    min-width: 140px;
    display: inline-block;
}
.product-price span {
    font-weight: 700;
    padding-left: 20px;
}
.retiall-price, .sale-price, 
.you-save, .product-quantity {
    padding-bottom: 15px;
}
.product-quantity select {
    padding: 5px 10px;
}
.retiall-price span {
    text-decoration: line-through;
}
.sale-price span {
    color: #145839;
}
.you-save span {
    color: #aaad6b;
}
.productAddBox {
    display: inline-block;
    width: 49%;
}
.addToWishlist {
    display: block;
    color: #afb172;
    text-transform: uppercase;
    padding: 15px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
}
.product-reviews {
    padding: 30px 0;
}
.product-reviews .ratings {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.page-contents .brands {
    text-align: center;
}
.page-contents .brands ul li {
    width: 142px;
}
.countPill {
    display: inline-block;
    font-weight: 500;
    background: transparent;
}
form.sortingForm.actionBar {
    margin: 0;
}
form.sortingForm .form-field 
{
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
form.sortingForm .form-label
{
    color: #fff;
}
ul.pagination-list
{
    margin: 0;
    display: inline-block;
    text-align: left;
}
.bottompagination .pagination-item.pagination-item--next a, 
.bottompagination .pagination-item.pagination-item--previous a, 
.bottompagination .pagination-list li.pagination-item a, 
.bottompagination .pagination-list li
{
    color: #000;
}
.productGrid .product
{
    width: 100%;
}
.productGrid:after, .productGrid:before
{
    display: none;
}
.productView
{
    background: #fff;
    margin: 0 0 40px;
}
.productView-image {
    border: 1px solid #eff3f6;
    border-radius: 3px;
}
.productView-thumbnail-link {
    border: 1px solid #eff3f6;
    width: 115px;
    max-width: 100%;
    height: 115px;
}
.productView-thumbnails img
{
    width: 98%;
}
h1.productView-title {
    font-size: 30px;
    font-weight: 700;
    color: #145839;
    text-transform: uppercase;
    line-height: 30px;
    border-bottom: 2px solid #ebe1d7;
    padding-bottom: 35px;
    padding-top: 15px;
    margin-bottom: 30px;
}
.labelPrices, dt.productView-info-name,
.form-field.form-field--increments label.form-label,
span.price.labelPrices
{
    display: inline-block;
    width: 130px;
    font-size: 13pt;
    text-transform: uppercase;
    font-weight: normal;
}
dt.productView-info-name, dd.productView-info-value {
    float: left;
    margin: 5px 0 !important;
}
.productView-price .price-section {
    line-height: 30px;
}
.productView-price .price-section.price-section--saving.price span.price.labelPrices, 
.productView-price .price-section.price-section--saving.price,
.productView-price
{
    margin-bottom: 0;
}
.productView-price .price, 
.productView-info dd.productView-info-value 
{
    color: #06132a;
    font-size: 13pt;
    font-weight: 700;
    margin-bottom: 15px;
}
.productView-product {
    border-bottom: 0;
    padding-bottom: 0;
}
.form-field.form-field--increments {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 2px solid #ebe1d7;
}
.productView-options .form-increment {
    border: 1px solid #e3e3e3;
}
.form-increment .button {
    border: none;
}
.form-action.addtoAndWish 
{
    width: 100%;
    background: #145839;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    margin-bottom: 45px;
}
.form-action.addtoAndWish #form-action-addToCart {
    width: 50%;
    margin-bottom: 0;
    margin-right: 0;

}
a.button.dropdown-menu-button {
    margin-bottom: 0;
    border: none;
    color: #afb172;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
    width: 50%;
}
.productView-thumbnail
{
    width: 25%;
}
article.productView-description {
    width: 100%;
    float: none;
    padding: 0 0 20px;
    clear: both;
}
.featured-products section.productCarousel
{
    margin-top: 25px;
}
.prodBox .labelPrices {
    display: none;
}
/*main.page-content,
.login,
.body > .container
{
    background: #fff;
    padding-top: 
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
}*/
.price.saleprice {
    color: #145839;
}
.breadcrumbs
{
    text-align: left;
}
h1.page-heading {
    font-size: 30px;
    font-weight: 700;
    color: #145839;
    text-transform: uppercase;
}

thead.cart-header th {
    background: #1f1d1f;
    padding: 15px 5px;
    color: #fff;
    text-transform: uppercase;
}
.pagination .pagination-list li a {
    color: #145839;
}
.pagination .pagination-list li.pagination-item.pagination-item--current
{
    border-color: #145839;
}
.page,
.login {
    background: #e7dfd4;
}
/************************************************/
/************** Media Queries *****************/
@media only screen and (min-width: 1200px) and (max-width: 1280px)
{
    .container
    {
        width: 1200px;
    }
    .nevigation-right, .nevigation-left {
        width: 418px;
    }
    .brands ul li {
        margin-right: 10px;
    }
    .leftsidebar {
        width: 235px;
        margin-right: 15px;
    }
    .right-content {
        width: 945px;
    }
    .main-heading {
        font-size: 28px;
    }
}
@media only screen and (max-width: 1199px)
{
    .container
    {
        width: 970px;
    }
    .nevigation-right, .nevigation-left {
        width: 395px;
    }
    .nevigations ul {
        padding: 5px 0;
    }
    .nevigations ul li {
        padding: 0 5px;
    }
    .nevigations .logo {
        width: 171px;
    }
    .nevigations .logo img {
        top: -60px;
    }
    .headerSearch {
        padding-top: 15px;
    }
    .brands ul li {
        margin-right: 10px;
        width: 149px;
    }
    .leftsidebar {
        width: 210px;
        margin-bottom: 30px;
        margin-right: 15px;
    }
    .leftsidebar h2, .featured-products h2 {
        padding: 10px;
        font-size: 18px;
    }
    .leftsidebar ul {
        padding: 10px 10px 30px;
    }
    .leftsidebar ul li {
        padding: 10px 0;
    }
    .leftsidebar ul li a {
        font-size: 12px;
    }
    .right-content {
        width: 740px;
    }
    .main-heading, .heading-center h2 {
        font-size: 22px;
    }
    .heading-center h2 {
        margin: 30px 0;
    }
    .main-heading img {
        width: 200px;
    }
    .video-btn {
        padding: 35px 20px;
    }
    .prodTitle {
        margin-bottom: 0;
        padding: 10px 5px;
    }
    .prodTitle a {
        font-size: 12px;
    }
    .price {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .addToBtn {
        padding: 10px;
        font-size: 14px;
    }
    .addToWishlist {
        font-size: 12px;
    }
    .product-thumbnails ul li {
        padding: 10px;
    }
}
@media only screen and (max-width: 991px)
{
    .container
    {
        width: 750px;
    }
    .nevigation-right, .nevigation-left {
        width: 302px;
    }
    .nevigations ul {
        padding: 0;
        padding-bottom: 5px;
    }
    .nevigations ul li {
        font-size: 9px;
    }
    .nevigations .logo {
        width: 140px;
    }
    .nevigations .logo img {
        top: -47px;
    }
    .page-contents {
        margin-top: 30px;
    }
    .brands {
        margin: 30px;
    }
    .brands ul li {
        width: 113px;
    }
    .leftsidebar {
        width: 180px;
        margin-bottom: 15px;
        margin-right: 10px;
    }
    .right-content {
        width: 555px;
    }
    .main-heading {
        background-size: 65px;
        margin-top: -15px;
        padding-top: 15px;
    }
    .main-heading, .heading-center h2 {
        font-size: 16px;
    }
    .main-heading img {
        width: 150px;
    }
    .featured-categories, .heading-center h2 {
        margin: 15px 0;
    }
    .video-btn {
        padding: 62px 10px;
        font-size: 12px;
    }
    .video-btn i {
        font-size: 50px;
        margin-bottom: 0px;
    }
    .leftsidebar h2, .featured-products h2 {
        padding: 10px;
        font-size: 14px;
    }
    .banner-poleducer .poleducer {
        width: 150px;
    }
    .productGrid {
        grid-gap: 15px;
    }
    .product {
        margin-top: 15px;
    }
    .prodImg {
        height: 120px;
    }
    .addBox {
        padding: 5px;
    }
    .addToBtn {
        padding: 5px;
        font-size: 12px;
    }
    .newsletters {
        padding: 15px 0;
    }
    .newsletters h1 {
        font-size: 18px;
    }
    .newsletters p {
        margin: 0;
        font-size: 14px;
    }
    .newsletters form {
        padding: 0 10px;
    }
    .payment-cards img {
        width: 300px;
    }
    .footer-menus {
        padding: 20px 0;
    }
    .footer-menus h2 {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .footer-box {
        margin-right: 30px;
    }
    .footer-box:first-child ul {
        column-gap: 15px;
    }
    .footer-menus ul li {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .footer-box i {
        width: 25px;
        height: 25px;
        font-size: 13px;
        line-height: 3.3;
    }
    .footer-box i:before {
        top: -10px;
    }
    .copyrights {
        padding: 15px 0;
    }
    .copyrights p {
        font-size: 13px;
    }
    .copyrights .small {
        font-size: 11px;
    }
    .product-images {
        width: 100%;
    }
    .product-shortDescription {
        width: 100%;
        padding-left: 0;
    }
}
@media only screen and (max-width: 767px)
{
    .mb-hide {
        display: none;
    }
    .mb-show {
        display: block;
    }
    .container
    {
        width: auto;
        padding: 0 15px;
    }
    body {
        background-size: 200%, 300%;
    }
    header {
        padding-top: 0;
    }
    .header-logo-image-unknown-size
    {
        max-height: inherit;
    }
    .nevigations .container .mobileMenu {
        display: block;
    }
    .headerSearch {
        padding-top: 0;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .nevigations .container > div {
        display: block;
        float: none;
    }
    .nevigation-right, .nevigation-left, .nevigations .logo {
        width: 100%;
        display: block;
        float: none;
    }
    .nevigations ul li {
        font-size: 12px;
        border: none;
        padding: 10px 0;
    }
    .nevigations ul li a {
        display: block;
    }
    .nevigations .container .nevigation-right, 
    .nevigations .container .nevigation-left {
        text-align: left;
        display: none;
    }
    .nevigation-right .separator-bottom:after, 
    .nevigation-left .separator-bottom:after {
        display: none;
    }
    .nevigation-right ul li, .nevigation-left ul li {
        display: block;
        width: 100%
    }
    .nevigations .logo {
        height: 90px;
    }
    .nevigations .logo img {
        top: -10px;
        left: 0;
        right: 0;
        margin: auto;
        width: 300px;
    }
    .mainbanner {
        margin: 0 -15px;
    }
    .heroCarousel
    {
        margin: 0;
    }
    .brands {
        margin: 0;
    }
    .brands ul
    {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 8px;
    }
    .brands ul li {
        width: auto;
        margin: 0;
    }
    .leftsidebar {
        border-radius: 5px 5px 0 0;
    }
    .leftsidebar, .right-content {
        width: 100%;
        display: block;
        margin-bottom: 30px;
    }
    .leftsidebar h2, .featured-products h2 {
        font-size: 22px;
    }
    .heading-center h2 {
        margin: 30px 0;
    }
    .homepage .heading-center h2 {
        color: #145839;
    }
    .leftsidebar h2 {
        display: flex;
        align-items: center;
    }
    .leftsidebar h2 i
    {
        margin-left: 8px;
        display: block;
    }
    .leftsidebar ul li a {
        font-size: 14px;
        padding: 0;
    }
    .leftsidebar ul
    {
        background: #fff;
    }

    .leftsidebar ul li
    {
        border-bottom: 1px solid #ccc;
    }
    .leftsidebar > ul > li:before
    {
        display: none;
    }
    .heading-center h2 {
        color: #1f1d1f;
    }

    .leftsidebar ul {
        display: none;
    }
    .main-heading, .heading-center h2 {
        font-size: 18px;
        background: unset;
        line-height: 20px;
    }
    .main-heading img {
        margin-top: -10px;
        width: 230px;
    }
    .featured-categories {
        margin: 0;
    }
    .featured-categories ul {
        column-count: 1;
    }
    .featured-categories ul li {
        margin:10px 0;
    }
    .featured-categories ul li img {
        margin: auto;
    }
    .banner-poleducer img:first-child {
        max-width: unset;
        width: 170%;
    }
    .banner-poleducer, .banner-poleducer:before {
        border-radius: 5px;
    }
    .featured-video {
        display: block;
        margin-bottom: 30px;
    }
    .video-box {
        width: 100%;
    }
    .video-btn {
        margin-top: 2px;
        padding: 10px 15px;
        font-size: 12px;
        width: 100%;
    }
    .video-btn i {
        font-size: 60px;
        margin-bottom: 0;
    }
    .video-btn span {
        float: left;
        display: inline-block;
        line-height: 5;
        margin-right: 10px;
    }
    .featured-products {
        margin-bottom: 30px;
    }
    .productGrid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .featured-products h2
    {
        margin-bottom: 10px;
    }
    .product {
        width: 240px;
        margin: 10px auto;
    }
    .prodImg {
        height: 200px;
    }
    .prodTitle {
        padding: 15px 5px;
        margin-bottom: 25px;
    }
    .prodTitle a {
        font-size: 14px;
    }
    .price {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .addBox {
        padding: 10px;
    }
    .addToBtn {
        padding: 10px 15px;
        font-size: 16px;
    }

    .newsletters h1 {
        font-size: 16px;
        font-weight: 600;
    }
    .newsletters p {
        font-size: 14px;
        width: 70%;
        margin: 0 auto;
        line-height: 15px;
    }
    .newsletters form {
        width: 100%;
    }
    .footer-box:first-child ul {
        column-count: 1;
    }
    .footer-box:last-child {
        margin-right: auto;
    }
    .footer-box {
        /*display: inline-block;*/
        margin: 30px auto;
        width: 150px;
    }
    .copyrights {
        padding: 15px 0;
    }
    .copyrights p {
        font-size: 14px;
        font-weight: 500;
        padding:0;
    }
    .copyrights .small {
        font-size: 11px;
    }
}
@media only screen and (max-width: 580px) {
    body {
        background-size: 300%, 750%;
    }
    .mobileMenu .mbphone {
        width: 60%;
    }
    .productGrid {
        display: block;
        text-align: center;
    }
    .productGrid .product {
        width: 240px;
        display: inline-block;
    }
    .footer-box {
        display: block;
    }
    .page-filters ul {
        margin-bottom: 5px;
    }
    .page-filters ul, .page-filters form {
        display: block;
        width: 100%;
        text-align: center;
    }
    .product-thumbnails ul li {
        width: 35%;
    }
    .product-thumbnails ul li:nth-child(4) {
        margin: 20px 20px 0 0;
    }
    .product-thumbnails ul li:nth-child(2) {
        margin: 20px 0 0;
    }
    .product-title h2 {
        font-size: 18px;
    }
    .product-price {
        padding: 20px 0;
        font-size: 12px;
    }
    .productAddBox {
        width: 100%;
        display: block;
    }
}
