
/********************* Header Css *************************/
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
  left: 0;
  }
  .owl-nav button.owl-next {
  right: 0;
  }
  .owl-dots {
  text-align: center;
  padding-top: 15px;
  }
  .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #333;
  margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
      background: rgb(0,133,207);
      background: linear-gradient(90deg, rgba(0,133,207,1) 00%, rgba(0,67,104,1) 100%);
  }
  .owl-dots button.owl-dot:focus {
  outline: none;
  }
  .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.38) !important;
  }
  .home-slider span {
      font-size: 70px;    
      position: relative;
      top: -5px;
  }
  .owl-nav button:focus {
      outline: none;
  }
.header.content{
  text-align: center;
}
.block-search{
  display: inline-block;
}
.block.block-search .form.minisearch input[type="text"]{
  border-radius: 6px;
  font-size: 14px;
}
.block-search .action.search{
  height: 40px;
  width: 47px;
}
.page-header .panel.header .header-number {
  display: inline-block;
  float: right;
  margin-top: 5px;
  
} 
.page-header .header-account-icon {
  display: inline-block;
  float: right;
  cursor: pointer;
}
.nav-sections-item-content>.navigation{
  text-align: center;
  text-transform: uppercase;
}
.navigation .level0.active:hover>.level-top{
  color:#ffffff;
}
.sections.nav-sections .nav-sections-items nav li:hover{
background: linear-gradient(180deg, rgba(0,133,207,1) 00%, rgba(0,67,104,1) 100%);
}
/* .sections.nav-sections .nav-sections-items nav li:hover a{
  color: #f9f9f9;
} */
.header-account-icon .fa-user-circle::before {
  content: "\f2bd";
  font-size: 30px;
  vertical-align: sub;
  font-style: normal;
  color:  #0080C8;
}
.header-account-icon .fa-user {
  font-size: 21px;
  vertical-align: sub;
  font-style: normal;
  margin-top: 3px;
  color: #0080C8;
}
.header-account-icon .fa-user-circle:hover::before{
  color:#004368;
}
.header-account-icon .fa-user:hover::before{
  color:#004368;
}
.login-icon-dropdown{
  display: inline-block;
  float: right;
  position: relative;
}
.signin-dropdown{
  z-index: 99999;
  position: absolute;
  display: none;
  background: #ffffff;
  width: 220px;
  right: 0px;
  top: 30px;
  height: auto;
  padding: 20px;
  box-shadow: 0 3px 3px rgba(0,0,0,0.15);
  box-sizing: border-box;
  border: 1px solid #bbb;
  text-align: left;
  padding: 10px 20px;
  }
.header.content .signin-dropdown li{
  list-style: none;
  border-bottom: 1px dotted rgba(0,0,0,0.2); 
  line-height: 35px; 
}
.header.content .signin-dropdown li:last-child{
  border-bottom:none;
}
.header.content .signin-dropdown li a{
  text-decoration: none;
  color: #575757;
}
.header.content .signin-dropdown li a:hover{
  color: #007DEA;
}
.header.content .signin-dropdown li a:visited{
  color: #575757;
}
.header.content .signin-dropdown li a:visited:hover{
  color: #007DEA;
}
.isActive{
  display:block;
}
/* Main Slider Bottom Block */
.page-wrapper .top-container {
    margin: 0px;
    padding: 0px;
    max-width: 100%;
}

.main-slider-bottom {
  background: white;
  color: #333;
  text-align: center;
  padding: 30px 0;
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0), 0 4px 4px 0
rgba(0, 0, 0, 0.1);
border: 1px solid #eee;
}
ul.slider-bottom-ul li {
  display: inline;
  font-size: 18px;
  font-weight: bold;
}
.main-slider-bottom ul {
  margin-top:0px;
  margin-bottom: 0px;
  padding: 0;
}
.main-slider-bottom ul li::before {
  content:'\f005';
  font-family: 'Font Awesome 5 Free';
  color: #333;
  margin-right: 5px;
}


/* Footer CSS */
.page-footer .container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 20px 20px 0 20px;
  width: auto;
}

.upper-footer .footer-content {
  /* width: 70%; */
  width: 60%;
  display: inline-block;
}
.upper-footer .footer-content > div {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.upper-footer .footer-content .left{
  float:left;
}
.upper-footer .footer-content .right{
  float:right;
}

.newsletter-block {
  /* width: 25%;
  display: inline-block;
  vertical-align: top; */
  width: 35%;
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}
.newsletter-block .block.newsletter{
  width: 100%;
  margin: 0px;
}
.field.newsletter {
  width: 100%;
}
.content .sr-only {
  position: absolute;
  width: auto;
  height: auto;
  margin: 0px;
  overflow: hidden;
  clip: unset;
  border-radius: 5px;
  line-height: 26px;
  margin-top: -1px;
}
.field.newsletter input[type="email"]{
  border-radius: 5px 0px 0px 5px;
}
.page-footer{
  color: #ffffff; 
}
.page-footer .container li{
  text-decoration: none;
  list-style: none;
  line-height: 30px;
}
.page-footer .container li a{
  color: #ffffff;
}
.page-footer .container li a:hover{
  color: #f3f3f3;
}
.page-footer .container li a:visited{
  color: #ffffff;
}
.page-footer .container li a:visited:hover{
  color: #f3f3f3;
}
.page-footer .title-block-footer {
  /* width: 315px; */
  border-bottom: 1px solid #fff;
}
.block-footer .content-block-footer{
  margin-top: 20px;
}
.page-footer .newsletter-block p{
  margin-top: 20px;
  color:#fff;
}
.lower-footer ul{
  padding-left:0px
}
.page-footer .container li {
  text-decoration: none;
  list-style: none;
}
.lower-footer ul li {
  display: inline-block;
  padding: 15px 15px 15px 15px;
}
.page-footer .lower-footer {
  margin-top: 60px;
  text-align: center;
}
.page-footer .lower-footer ul li {
  display: inline-block;
  padding: 15px;
}
.page-footer .lower-footer li:hover {
  opacity: 0.5;
}
.page-footer .lower-footer ul li span {
  font-size: 21px;
}

/* Product Grid Design */
.products-grid.grid{
  text-align: center;
}
.products-grid .product-item .product-item-details{
  text-align: center;
}
.block-title {
  text-align: center;
}
.cms-index-index .grid li.product-item{
  /* height: 455px; */
  height: auto;
}
.grid li.product-item{
  height: auto;
  box-shadow: 0px 2px 10px 2px #eee;
}
.product-item-details strong.product-item-name {
  font-size: 16px;
}
.product-item-inner .product-item-actions .action.primary{
  background: #0080c8;
  color: #fff;
  width:100%; 
  border:0px;
}
.product-item-inner .product-item-actions .action.primary:hover{
  background: linear-gradient(180deg, rgba(0,133,207,1) 00%, rgba(0,67,104,1) 100%);
  color: #fff;
}
.product-item-inner .product-item-actions .action.primary::before {
  font-size: 18px;
  line-height: 10px;
  color: rgb(255, 255, 255);
  content: '\f290';
  font-family: 'Font Awesome 5 Free';
  margin-right: 15px;
}
.product-item-inner .product-item-actions .action.primary:hover::before{
  color:#f3f3f3;  
}
.product-item-actions .actions-secondary a{
  padding:15px;
}
/* Middle Text Block */
.homepage-text-block .content-heading {
  text-align: center;
}
.content-heading h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.homepage-text-block .main-container {
  padding: 30px;
  background: #333333;
  color: #ffffff;
}
.homepage-text-block .main-container .left-container {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  padding: 15px;
}
.homepage-text-block .main-container .right-container {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}
/* Category Page Css */
.catalog-category-view .products-grid.grid,
.catalogsearch-result-index .products-grid.grid {
  text-align: left;
}
.catalog-category-view .products-grid.grid .product-item-info,
.catalogsearch-result-index .products-grid.grid .product-item-info{
  width: 100%;
}
.catalog-category-view .products-grid.grid .product-item-info .product-item-photo .product-image-container {
  width: 100% !important;
}
.products-list .product-items{
  margin-bottom: 20px;
}
.products-list .product-items li:hover
{
  box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0), 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.catalog-category-view .product-item-details strong.product-item-name,
.catalogsearch-result-index .product-item-details strong.product-item-name  {
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px;
}
.catalog-category-view .price-container .price,
.catalogsearch-result-index .price-container .price{
  font-size: 20px;
}
.catalog-category-view .products-grid .product-items li.product-item,
.catalogsearch-result-index .products-grid .product-items li.product-item{
  /* height: 524px; */
  height: auto;
  margin-right: 15px;
  margin-left:0px;
}
.catalog-category-view .products-grid .product-items li.product-item:nth-child(3n),
.catalogsearch-result-index .products-grid .product-items li.product-item:nth-child(3n){
  margin-right: 0px;
}
.catalog-category-view .products-grid .product-item,
.catalogsearch-result-index .products-grid .product-item {
  width:31.25%;
}
.page-title-wrapper{
  padding: 15px 15px;
  background: #f3f3f3;
  margin-bottom: 40px;
  border-left: rgba(0,67,104,1) 3px solid;
  margin:20px 0;
}  
.page-title-wrapper h1{
  font-size: 30px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.products-list .product-item-inner .product-item-actions .action.primary{
  width: auto;
  border:1px solid rgba(0,67,104,1);
}
.products-list .product-item-inner .product-item-actions .action.primary:hover{
  border:1px solid #fff;
}
/* Side Bar */
.sidebar-additional .block-compare{
  margin-bottom: 40px;
}
.sidebar-additional .block-compare .block-title,
.sidebar-additional .block-wishlist .block-title,
.sidebar.sidebar-main .block-title {
  margin-bottom:10px;
  text-align: unset;
}
.sidebar-additional .block-compare .block-title strong,
.sidebar-additional .block-wishlist .block-title strong,
.sidebar.sidebar-main .block-title strong{
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
}
.sidebar.sidebar-additional,
.sidebar.sidebar-main {
  background: #f9f9f9;
  padding: 20px;
  margin-bottom:40px;
}
.customer-account-index .sidebar.sidebar-additional,
.customer-account-index .sidebar.sidebar-main {
  background: none;
  padding: 0;
  margin-bottom:0;
}
.sidebar.sidebar-main li {
  text-decoration: none;
  list-style: none;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #fff;
  margin-bottom: 10px;
  border-left: 1px solid rgba(0,133,207,1);
}

.sidebar.sidebar-main li a {
 color:rgba(0,67,104,1);
 text-decoration: none;
}
.sidebar.sidebar-main li:hover{
  background: linear-gradient(180deg, rgba(0,133,207,1) 00%, rgba(0,67,104,1) 100%);
  border: 1px solid rgba(0,67,104,1);
}
.selected{
  background: linear-gradient(180deg, rgba(0,133,207,1) 00%, rgba(0,67,104,1) 100%) !important;
  color: #fff !important;
  border-left: none !important;
}
.selected a{
  color:#fff !important;
}
.sidebar.sidebar-main li:hover a{
  color:#fff;
}
.sidebar .block-compare .action.compare {
  box-shadow: none;
  border-radius: 3px;
  padding: 3px 15px;
  margin-top: 0px;
  text-decoration: none;
}
.sidebar .block-compare .action.clear {
  box-shadow: none;
  border-radius: 3px;
  padding: 2px 15px;
  margin-top: 0px;
  text-decoration: none;
}
.sidebar .block-compare .action.primary,
.sidebar .block-compare .action.clear{
  background: transparent;
  border: 1px solid rgba(0,67,104,1);
  color: rgba(0,67,104,1);
}
.sidebar .block-compare .action.primary:hover,
.sidebar .block-compare .action.clear:hover{
  background: linear-gradient(180deg, rgba(0,133,207,1) 00%, rgba(0,67,104,1) 100%);
  border: 1px solid rgb(0,133,207);
  color: #fff;
  box-shadow: none;
}
.page-main .columns .main .filter-icon {
  display: none;        
}
.sidebar.sidebar-main .closebtn {
  display: none;
}
/* Main Page Categories Block */
.categories-container .categories-sub-container li {
  display: inline-block;
  padding: 0 20px;
  color: #fff;
}
.categories-sub-container li:hover .category-name{
  color:rgba(0,67,104,1);
}
.categories-container {
  margin-bottom: 25px;
}
.categories-container .category-listing{
  padding: 25px;
  background: #333;
  text-align: center;
}
.categories-container .categories-sub-container .category-image {
  width: 150px;
  height: 150px;
}
.categories-container .categories-sub-container .category-image img{
  height: 100%;
  width: 100%;
  border-radius: 20px;
  background: #fff;
}
.categories-container .categories-sub-container .category-name{
  color: #f3f3f3;
}
.categories-sub-container a {
  text-decoration: none;
}
/* Product Detail Page */
.catalog-product-view .product-info-main {
  background: #f9f9f9;
  padding: 25px;
}
.catalog-product-view .box-tocart .field.qty {
  display: inline-block;
  width: 30%;
  margin-bottom:0px;
}
.catalog-product-view .box-tocart .fieldset .actions {
  display: inline-block;
  vertical-align: top;
  width: 62%;
  float: right;
  margin-top:7px;
}
.catalog-product-view .product-info-main .product-social-links {
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 20px;
}
.catalog-product-view .box-tocart .fieldset .actions button{
  background: transparent;
  border: 1px solid rgba(0,67,104,1);
  color: rgba(0,67,104,1);
}
.box-tocart #product-addtocart-button span{
  display: inline-block;
  transition: transform .5s cubic-bezier(0.86, 0, 0.07, 1);
}
.box-tocart #product-addtocart-button span::before {
  font-size: 18px;
  line-height: 10px;
  color: rgba(0,67,104,1);
  content: '\f290';
  font-family:'Font Awesome 5 Free';
  margin-right: 15px;
  transition: transform .5s cubic-bezier(0.86, 0, 0.07, 1), opacity .4s cubic-bezier(0.86, 0, 0.07, 1);
  transform-origin: left center;
}

.box-tocart #product-addtocart-button span::after {
  font-size: 18px;
  line-height: 10px;
  color: rgba(0,67,104,1);
  content: '\f290';
  font-family:'Font Awesome 5 Free';
  margin-left: 15px;
  margin-left: 15px;
  opacity: 0;
  right: 32px;
  transform: translateX(75%) scaleX(0.1);
  transform-origin: right center;
  transition: transform .5s cubic-bezier(0.86, 0, 0.07, 1), opacity .4s cubic-bezier(0.86, 0, 0.07, 1);
}
.catalog-product-view .box-tocart .fieldset .actions button:hover{
  background: rgba(0,67,104,1);
  border: 1px solid rgba(0,67,104,1);
  color: #fff;
}
.catalog-product-view .box-tocart .fieldset .actions button:hover span{
  transform: translateX(-7px);
}
.catalog-product-view .box-tocart .fieldset .actions button:hover span::before{
  opacity: 0 !important;
  transform: translateX(-75%) scaleX(0.1)!important;
  color: #fff !important;
}
.catalog-product-view .box-tocart .fieldset .actions button:hover span::after{
  opacity: 1 !important;
  transform: translateX(0) scaleX(1) !important;
  color: #fff !important;
}
.catalog-product-view .column.main .product.media{
  width: 40%;
  border: 1px solid #eee;
}
.catalog-product-view a.action.tocompare{
float: right;
margin-right: 0px;
}
/* Quantity Plus and Minus */

a.quantity__minus,
a.quantity__plus {
  display: inline-block;
  width: 26px;
  height: 32px;
  margin: 0;
  background: #dee0ee;
  text-decoration: none;
  text-align: center;
  line-height: 32px;
  text-decoration: none;
}

.quantity__minus:hover,
.quantity__plus:hover {
  background: linear-gradient(180deg, rgba(0,133,207,1) 00%, rgba(0,67,104,1) 100%);
  color: #fff !important;
  text-decoration: none;
} 
.quantity__minus {
  border-radius: 3px 0 0 3px;
}
.quantity__plus {
  border-radius: 0 3px 3px 0;
}
.quantity__minus:link,
.quantity__plus:link {
  color: rgba(0,67,104,1);
  text-decoration: none;
} 
.quantity__minus:visited,
.quantity__plus:visited {
  color: rgba(0,67,104,1);
  text-decoration: none;
}
/* Login Page */
.customer-account-login  .page-title-wrapper,
.catalog-product_compare-index .page-title-wrapper {
  margin:20px 0;
}
.login-container .block-content {
  background: #f9f9f9;
  padding: 20px;
}
/*My Account Page */
.customer-account-index .column.main .block-title,
.block-addresses-default .block-title,
.block-addresses-list  .block-title{
  text-align: left;
}
.block-addresses-default .block-content>div{
  width: 45% !important;
}
.customer-account-index .column.main .block-content,
.block-addresses-default .block-content>div {
  background: #f9f9f9;
  padding: 20px;
}
.customer-account-index .column.main a{
  border:1px solid rgba(0,67,104,1);
  background: transparent;
  color: rgba(0,67,104,1);
  text-decoration: none;
  padding: 5px;
  border-radius: 3px;
  margin-right: 10px;
}
.customer-account-index .column.main a:hover{
  background: linear-gradient(180deg, rgba(0,133,207,1) 00%, rgba(0,67,104,1) 100%);
  border: 1px solid rgb(0,133,207);
  color: #fff;
}
.sidebar  .nav.item.current{
  background: linear-gradient(180deg, rgba(0,133,207,1) 00%, rgba(0,67,104,1) 100%);
  border: 1px solid rgb(0,133,207);
  color: #fff;
}
.checkout-index-index  .opc-wrapper .form-shipping-address{
  max-width: 100%;
}
.customer-account-index .box-billing-address .box-content a,
.customer-account-index .box-shipping-address .box-content a{
  border:none;
}
.customer-account-index .box-billing-address .box-content a:hover,
.customer-account-index .box-shipping-address .box-content a:hover{
  background: transparent;
  color:rgb(0,133,207);
  border:none;
}
.table-wrapper table thead {
  background: #f9f9f9;
}
/* Create Account Page */
.customer-account-create form#form-validate> fieldset {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  background: #f9f9f9;
  padding: 20px;
}
.customer-account-create fieldset.fieldset.create.info {
  margin-right: 40px;
}
.customer-account-create .actions-toolbar .primary{
  float:none;
}
.customer-account-create .actions-toolbar{
  text-align: center;
}
.customer-account-create .actions-toolbar .secondary a.action.back {
  display: block;
  border: 1px solid rgba(0,67,104,1);
  padding: 5px 10px;
  margin-top: 0px;
  border-radius: 3px;
  color: rgba(0,67,104,1);
  background: transparent;
  text-decoration: none;
}
.customer-account-create .actions-toolbar .secondary a.action.back:hover {
  background: linear-gradient(180deg, rgba(0,133,207,1) 00%, rgba(0,67,104,1) 100%);
  border: 1px solid rgb(0,133,207);
  color: #fff;
}
/* Mini Cart  */
.minicart-items-wrapper .minicart-items .product div {
  text-align: left;
}
/* Shipping Page */
.checkout-index-index .checkout-payment-method .checkout-billing-address .action-cancel:hover{
  background: linear-gradient(180deg, rgba(0,133,207,1) 00%, rgba(0,67,104,1) 100%);
  border: 1px solid rgb(0,133,207);
  color: #fff;
  text-decoration: none;
}
/* checkout Summary block */
.customerstabel {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}

.customerstabel td, .customerstabel th {
  border: 1px solid #ddd;
  padding: 8px;
}

.customerstabel tr:nth-child(even){background-color: #f2f2f2;}

.customerstabel tr:hover {background-color: #ddd;}

.customerstabel th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #006bb4;
  color: white;
}

/* Cross Sell Products - View and Edit Page */

.block.crosssell .products.wrapper.grid.products-grid.products-crosssell li{
  margin: 0 20px;
}

/* checkout Success */
.checkout-onepage-success .print:hover {
  background: linear-gradient(180deg, rgba(0,133,207,1) 00%, rgba(0,67,104,1) 100%);
  border: 1px solid rgb(0,133,207);
  color: #fff;
  text-decoration: none;
}
/* Wishlist Grid */
.products-list.wishlist li{
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.products-list.wishlist li .product-item-name{
  margin: 15px 0;
  font-size: 20px;
}
.products-list.wishlist .fieldset .field.qty{
  display: inline-block;
}
.products-list.wishlist .fieldset .product-item-actions{
  display: inline-block;
  float: right;
  margin-top: 17px;
}
.products-list.wishlist .product-item-actions > a,
.block-addresses-default a.action.edit  {
  border: 1px solid rgba(0,67,104,1);
  padding: 10px;
  margin-right: 15px;
  background: transparent;
  color: rgba(0,67,104,1);
  text-decoration: none;
}
.products-list.wishlist .product-item-actions > a:hover,
.block-addresses-default a.action.edit:hover {
  background: linear-gradient(180deg, rgba(0,133,207,1) 00%, rgba(0,67,104,1) 100%);
  border: 1px solid rgb(0,133,207);
  color: #fff;
} 

/* Store Switcher Flags */
.panel.header .store-switcher {
  display: inline-block;
  margin-top: 5px;
}
.store-switcher  li.switcher-option{
  display: inline-block;
  margin:0px 10px 0px 0px;

}
.store-switcher ul.dropdown.switcher-dropdown{
  padding:0px;
}
.store-switcher ul.dropdown.switcher-dropdown .store-url .store-image {
  width:35px;
  height:25px;
  opacity:0.5;
}
.store-switcher ul.dropdown.switcher-dropdown .store-url .store-image:hover{
  opacity: 1;
}
.store-switcher ul.dropdown.switcher-dropdown .store-url .store-image.active{
  opacity: 1;
  width:35px;
  height:25px;
}
/* Responsiveness Media Queries */
@media (min-width: 200px) and (max-width: 400px){
  .upper-footer .footer-content > div{
    width:100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 400px) and (max-width: 600px){
  .upper-footer .footer-content > div {
    width: 100%;
    margin-top: 20px;
  }
  .page-footer .upper-footer .footer-content .title-block-footer{
    /* width: 180px; */
  }
}
@media (min-width: 601px) and (max-width: 767px){
  .upper-footer .footer-content > div {
    width: 100%;
    margin-top: 20px;
  }
  .page-footer .upper-footer .footer-content .title-block-footer{
    /* width: 180px; */
  }
}
@media (min-width: 200px) and (max-width: 600px){
  .page-header{
    text-align: center;
    margin-bottom:0px;
    padding: 10px 0px;
  }
  .page-header .panel.header .store-switcher{
    display: none;
  }
  .page-header .panel.header .header-number{
    display: none; 
  }
  .header.content .logo{
    
    max-width: 40% ;
  }
  .minicart-wrapper, .block-search{
    margin-top:0px; 
    margin-left: 0px;
    float: right;
  }
  .block-search{
    margin-left: 10px !important;
  }
  .block-search .control{
    border-top: none;
    padding: 0px 25px;
    position: absolute;
    z-index: 40;
    width: calc(100% - 50px);
    left: 0px;
    top: 65px;
    background: #eee;
    margin: 0 auto;
  }    
  .header.content .nav-toggle{
    top:7px;
  }
  .minicart-wrapper .block-minicart{
    width: 319px;
    right: -15px;
  }
  .main-slider-bottom{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-slider-bottom ul{
    padding-left: 0px;
  }
  ul.slider-bottom-ul li{
    margin:0px;
    display: inline-block;
  }
  ul.slider-bottom-ul li:last-child{
   
  }
  .main-slider-bottom ul li::before{
    margin-right: 3px;
  }
  .grid li.product-item{
    height: 100% !important;
    width: 100% !important;
    margin: 0 0 30px 0 !important;
  }
  .page-footer{
    background: linear-gradient(180deg, rgba(0,133,207,1) 00%, rgba(0,67,104,1) 100%);
  }
  .page-footer h2{
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .newsletter-block{
    width:100%;
    margin-top:20px;
  }
  .upper-footer .footer-content{
    width: 100%;
  }
  .page-footer .lower-footer{
    margin-top: 30px;
  }
  .section-item-title.nav-sections-item-title.active {
    background: rgba(0,67,104,1);
  }
  .section-item-title.nav-sections-item-title.active a{
    color: #f3f3f3;
    font-weight: 700;
  }
  .nav-sections-item-content{
    margin-top: 46px;
  }
  .navigation .level0.active>a:not(.ui-state-active),
  .navigation .submenu:not(:first-child) .active>a,
  .navigation .level0.has-active>a:not(.ui-state-active){
    border-color: rgba(0,67,104,1);
  }
  .navigation .level0.active .all-category .ui-state-focus{
    border-color: none !important;
  }
  .navigation .level0>.level-top{
    text-align: left;
  }
  .sections.nav-sections .nav-sections-items nav li:hover ul{
    background: #f9f9f9;
  }
  .navigation .submenu>li{
    text-align: left;
  }
  .nav-sections{
    background: #eeeeee;
  }
  .header.links .greet.welcome{
     color:rgba(0,67,104,1);
  }
  .store-switcher li.switcher-option{
    margin: 0px 0 0 20px;
    text-align: left;
    padding: 5px;
    width: 90%;
  }
  .nav-sections .nav-sections-item-content .store-switcher .switcher-dropdown{
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content li a::after{
    display: table;
    color: rgba(0,67,104,1);
    margin-left: 20px;
    display: inline;
    vertical-align: top;
    font-size: 16px;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content li.view-english a::after{
    content:'English';
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content li.view-dutch a::after{
    content:'Dutch';
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content li.view-german a::after{
    content:'German';
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content li.view-french a::after{
    content:'French';
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content li.view-italian a::after{
    content:'Italian';
  }
  
}

@media (min-width: 601px) and (max-width: 767px){
  .page-header{
    text-align: center;
    margin-bottom:0px;
    padding: 10px 0px;
  }
  .page-header .panel.header .store-switcher{
    display: none;
  }
  .page-header .panel.header .header-number{
    display: none; 
  }
  .header.content .logo{
    
    max-width: 40% ;
  }
  .minicart-wrapper, .block-search{
    margin-top:0px; 
    margin-left: 0px;
    float: right;
  }
  .block-search{
    margin-left: 10px !important;
  }
  .block-search .control{
    border-top: none;
    padding: 0px 25px;
    position: absolute;
    z-index: 40;
    width: calc(100% - 50px);
    left: 0px;
    top: 65px;
    background: #eee;
    margin: 0 auto;
  }    
  .header.content .nav-toggle{
    top:1px;
  }
  .minicart-wrapper .block-minicart{
    width: 319px;
    right: -15px;
  }
  .main-slider-bottom{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-slider-bottom ul{
    padding-left: 0px;
  }
  ul.slider-bottom-ul li{
    margin:0px 20px;
    display: inline-block;
  }
  .main-slider-bottom ul li::before{
    margin-right: 3px;
  }
  .grid li.product-item{
    height: 100%;
    /* width:50%;
    margin-bottom: 20px; */
    width: calc((100% - 8%) / 2);
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .page-footer{
    background: linear-gradient(180deg, rgba(0,133,207,1) 00%, rgba(0,67,104,1) 100%);
  }
  .page-footer h2{
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .newsletter-block{
    width:100%;
    margin-top:20px;
  }
  .upper-footer .footer-content{
    width: 100%;
  }
  .page-footer .lower-footer{
    margin-top: 30px;
  }
  /* .page-footer .title-block-footer{
    width: 294px;
  } */
  .section-item-title.nav-sections-item-title.active {
    background: rgba(0,67,104,1);
  }
  .section-item-title.nav-sections-item-title.active a{
    color: #f3f3f3;
    font-weight: 700;
  }
  .nav-sections-item-content{
    margin-top: 46px;
  }
  .navigation .level0.active>a:not(.ui-state-active),
  .navigation .submenu:not(:first-child) .active>a,
  .navigation .level0.has-active>a:not(.ui-state-active){
    border-color: rgba(0,67,104,1);
  }
  .navigation .level0.active .all-category .ui-state-focus{
    border-color: none !important;
  }
  .navigation .level0>.level-top{
    text-align: left;
  }
  .sections.nav-sections .nav-sections-items nav li:hover ul{
    background: #f9f9f9;
  }
  .navigation .submenu>li{
    text-align: left;
  }
  .nav-sections{
    background: #eeeeee;
  }
  .header.links .greet.welcome{
     color:rgba(0,67,104,1);
  }
  .store-switcher li.switcher-option{
    margin: 0px 0 0 20px;
    text-align: left;
    padding: 5px;
    width: 90%;
  }
  .nav-sections .nav-sections-item-content .store-switcher .switcher-dropdown{
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content li a::after{
    display: table;
    color: rgba(0,67,104,1);
    margin-left: 20px;
    display: inline;
    vertical-align: top;
    font-size: 16px;
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content li.view-english a::after{
    content:'English';
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content li.view-dutch a::after{
    content:'Dutch';
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content li.view-german a::after{
    content:'German';
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content li.view-french a::after{
    content:'French';
  }
  .sections.nav-sections .nav-sections-items .nav-sections-item-content li.view-italian a::after{
    content:'Italian';
  }
}
@media (min-width: 640px) and (max-width: 665px){
  .grid li.product-item{
    /* height: 405px; */
    height: auto;
    margin-bottom: 20px;
    margin-right: 7px;
  }
}
@media (min-width: 666px) and (max-width: 690px){
  .grid li.product-item{
    /* height: 416px; */
    height: auto;
    margin-bottom: 20px;
    margin-right: 7px;
  }
}
@media (min-width: 691px) and (max-width: 712px){
  .grid li.product-item{
    /* height: 426px; */
    height: auto;
    margin-bottom: 20px;
    margin-right: 7px;
  }
}
@media (min-width: 713px) and (max-width: 748px){
  .grid li.product-item{
    /* height: 435px; */
    height: auto;
    margin-right: 7px;
  }
}
@media (min-width: 640px) and (max-width: 767px){
  .block.crosssell .products.wrapper.grid.products-grid.products-crosssell li {
    margin: 10px 20px;
}
@media (min-width: 749px) and (max-width: 767px){
  .grid li.product-item{
    /* height: 450px; */
    height: auto;
    margin-bottom: 20px;
    margin-right: 7px;
  }
}
@media (min-width: 768px) {
  .page-layout-2columns-left .column.main{
    padding: 0 0 0 30px;
  }
  /* .page-title-wrapper{
    margin-left: 10px;
  } */
} 
@media (min-width: 768px) and (max-width: 1000px){
  ul.slider-bottom-ul li{
    margin-left: 50px;
    margin-right: 0px;
  }
  .grid li.product-item{
    /* height: 462px; */
    height: auto;
    margin-right: 10px;
    
  }
  .grid li.product-item:last-child{
    margin-right: 0px;
  }
  .upper-footer .footer-content{
    width: 100%;
  }
  .newsletter-block {
   width: 100%;
   padding-left: 0;
  }    
}
@media (min-width: 1000px) and (max-width: 1300px){
  .newsletter-block{
    width:100%;
   padding-left: 0;
  }
  .upper-footer .footer-content {
    width: 100%;
  }
  .grid li.product-item {
    /* height: 462px; */
    height: auto;
    margin-right: 10px;
  }
}