.action.compare.no-display {
  display: none !important;
}

body > p {
  display: none;
}
.toolbar .modes > a {
  text-decoration: none;
}
.page-header{ border-top: 0px solid #00aff0 !important; }
.div-p-s-name { margin-bottom: 10px; font-size: 15px; font-weight: 600; }

.page-layout-1column .block.widget .products-grid .product-item{width:100% !important }
.sidebar .owl-stage .owl-item { width: 100% !important; }
.sidebar .owl-stage { width: 100% !important; }

body{
  font-family: "Ubuntu", serif !important;
}

p{
  font-size: 16px;
  font-family: "Ubuntu", serif !important;
  color:#333;
  font-weight: 300 !important;
  line-height: 30px;
}

@media (min-width: 1200px) {
  .col-lg-2-4 {
      width: 20%;
  }
  .col-lg-9-6 {
      width: 80%;
  }
}
@media (max-width: 1199px) {
  .container {
      width: 100%;
  }
}
@media (min-width: 768px) {
  .layout-1280 .navigation, .layout-1280 .page-wrapper > .breadcrumbs .items, .layout-1280 .page-header .header.panel, .layout-1280 .header.content, .layout-1280 .footer.content, .layout-1280 .page-wrapper > .widget, .layout-1280 .page-wrapper > .page-bottom, .layout-1280 .block.category.event, .layout-1280 .top-container, .layout-1280 .page-main {
      max-width: 1280px;
  }
  .layout-1280 .container {
      width: 1280px;
      max-width: 100%;
  }
     .page-header.type1 .navigation>ul {
      background-color: #ffffff !important;
      padding: 7px 0 !important;
      border-top: 1px solid #e5e5e5;
      justify-content: center;
      display: flex;
      box-shadow: 0px 2px 2px #00aaf01c;
  }
  .page-header.type1 .navigation li.level0.active, .page-header.type1 .navigation li.level0:hover { background-color: #00aff0 !important; }
  .navigation .level0 .submenu{ border-color: #ffffff !important; }
}
.btn-default {
  color: #fff;
  font-weight: 400;
  background-image: none;
  background-color: #7aa93c;
  text-shadow: none;
  border: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.homepage-bar {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fbfbfb;
}
.homepage-bar .col-md-4 {
  border-left: 1px solid #e1e1e1;
  padding-top: 20px;
  padding-bottom: 21px;
}
.homepage-bar .col-md-4:first-child {
  border-left: 0;
}
.homepage-bar [class*=" seitz-icon-"], .homepage-bar [class^="seitz-icon-"] {
  font-size: 34px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}
.homepage-bar .text-area {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 5px;
}
.homepage-bar h3 {
  color: #313131;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
}
.homepage-bar p {
  font-size: 12px;
  margin: 0;
  line-height: 1;
}
.image-link {
  display: block;
  position: relative;
}
.image-link:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}
.image-link:hover:before {
  opacity: 0.1;
  visibility: visible;
}
.image-link img {
  width: 100%;
}
.border-radius .image-link:before {
  border-radius: 8px;
}

.custom-support {
  text-align: left;
}
.custom-support em[class*=icon-] {
  float: left;
  background-color: #e35d53;
  color: #fff;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  text-align: center;
  line-height: 62px;
  font-size: 20px;
}
.custom-support div.content {
  margin-left: 76px;
}
.custom-support div.content>h2 {
  color: #000;
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
}
.custom-support div.content>em {
  color: #888;
  font-weight: 300;
  font-size: 11px;
  font-style: normal;
  line-height: 1;
  margin-bottom: 15px;
  display: block;
}
.custom-support div.content>p {
  color: #666;
  font-size: 14px;
}

.parallax-wrapper {
  position: relative;
}
.parallax-wrapper .overlay {
  background-color: #000;
  opacity: 0.55;
  filter: alpha(opacity=55);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.parallax {
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  padding: 50px 0;
}
.parallax-slider {
  text-align: center;
}
.parallax-slider .owl-carousel h2 {
  font-size: 60.28px;
  color: #fff;
  line-height: 1;
}
.parallax-slider .owl-carousel p {
  font-size: 22.6px;
  color: #fff;
  line-height: 1;
  margin-bottom: 30px;
}
.parallax-slider .owl-carousel a {
  font-size: 16px;
  color: #fff;
  line-height: 1;
}
.brands-slider .owl-carousel .owl-item img {
  width: auto;
  max-width: 100%;
}

@media (max-width: 991px) {
  .homepage-bar .col-md-4 {
      border: 0;
      text-align: left;
  }
  .parallax {
      background-position: center center !important;
      background-attachment: initial;
  }
}
@media (max-width: 767px) {
  .parallax-slider .owl-carousel h2 {
      font-size: 40px;
  }
  .parallax-slider .owl-carousel p {
      font-size: 13px;
      margin-bottom: 15px;
  }
  .parallax-slider .owl-carousel a {
      font-size: 13px;
  }
}
/*=============== Demo 1 Homepage Slider ===============*/
.owl-banner-carousel .content.type1 h2{font-size:60px}
.owl-banner-carousel .content.type1 p{font-size:25px}
.owl-banner-carousel .content.type1 a{font-size:16px}

@media (max-width:1199px){
  .owl-banner-carousel .content.type1 h2{font-size:48px}
  .owl-banner-carousel .content.type1 p{font-size:20px}
  .owl-banner-carousel .content.type1 a{font-size:13px}
}
@media (max-width:991px){
  .owl-banner-carousel .content.type1 h2{font-size:36px}
  .owl-banner-carousel .content.type1 p{font-size:15px}
  .owl-banner-carousel .content.type1 a{font-size:10px}
}
@media (max-width:767px){
  .owl-banner-carousel .content.type1 h2{font-size:24px}
  .owl-banner-carousel .content.type1 p{display:none}
  .owl-banner-carousel .content.type1 a{font-size:8px}
}
/*=============== Demo 3 Homepage Slider ===============*/
#banner-slider-demo-3 .slide1-content em{font-size:26.26px;margin:0 10px}
#banner-slider-demo-3 .slide1-content h2{font-size:79.12px;margin:5px 0 10px}
#banner-slider-demo-3 .slide1-content p{font-size:23.64px}
#banner-slider-demo-3 .slide2-content em{font-size:26.26px;margin-left:8px}
#banner-slider-demo-3 .slide2-content h2{font-size:82.51px;margin:3px 0 10px}
#banner-slider-demo-3 .slide2-content p{font-size:18px;margin-left:8px;margin-bottom:30px}
#banner-slider-demo-3 .slide2-content p span.split{margin:0 13px 0 14px;border: 0;}
#banner-slider-demo-3 .slide2-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
#banner-slider-demo-3 .slide3-content em{font-size:26.26px}
#banner-slider-demo-3 .slide3-content h2{font-size:82.51px;margin-bottom:17px;}
#banner-slider-demo-3 .slide3-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
@media (max-width:991px){
  #banner-slider-demo-3 .slide1-content img.quote{width:30px}
  #banner-slider-demo-3 .slide1-content em{font-size:20px;margin:0 8px}
  #banner-slider-demo-3 .slide1-content h2{font-size:60px;margin:4px 0 8px}
  #banner-slider-demo-3 .slide1-content p{font-size:18px}
  #banner-slider-demo-3 .slide2-content em{font-size:20px;margin-left:7px}
  #banner-slider-demo-3 .slide2-content h2{font-size:65px;margin:2px 0 8px}
  #banner-slider-demo-3 .slide2-content p{font-size:15px;margin-left:7px;margin-bottom:25px}
  #banner-slider-demo-3 .slide2-content p span.split{margin:0 8px 0 9px}
  #banner-slider-demo-3 .slide2-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
  #banner-slider-demo-3 .slide3-content em{font-size:20px}
  #banner-slider-demo-3 .slide3-content h2{font-size:65px;margin-bottom:13px}
  #banner-slider-demo-3 .slide3-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
}
@media (max-width:640px){
  #banner-slider-demo-3 .slide1-content img.quote{width:15px}
  #banner-slider-demo-3 .slide1-content em{font-size:14px;margin:0 3px}
  #banner-slider-demo-3 .slide1-content h2{font-size:38px;margin:1px 0 5px}
  #banner-slider-demo-3 .slide1-content p{font-size:14px}
  #banner-slider-demo-3 .slide2-content em{font-size:14px;margin-left:3px}
  #banner-slider-demo-3 .slide2-content h2{font-size:39px;margin:0 0 5px}
  #banner-slider-demo-3 .slide2-content p{font-size:8px;margin-left:4px;margin-bottom:15px}
  #banner-slider-demo-3 .slide2-content p span.split{margin:0 7px 0 8px}
  #banner-slider-demo-3 .slide2-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
  #banner-slider-demo-3 .slide3-content em{font-size:14px}
  #banner-slider-demo-3 .slide3-content h2{font-size:38px;margin-bottom:8px}
  #banner-slider-demo-3 .slide3-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
}
/*=============== Demo 8 Homepage Slider ===============*/
#banner-slider-demo-8 .slide1-content em{font-size:26.26px;margin:0 10px}
#banner-slider-demo-8 .slide1-content h2{font-size:79.12px;margin:5px 0 10px}
#banner-slider-demo-8 .slide1-content p{font-size:23.64px}
#banner-slider-demo-8 .slide2-content em{font-size:26.26px;margin-left:8px}
#banner-slider-demo-8 .slide2-content h2{font-size:82.51px;margin:3px 0 10px}
#banner-slider-demo-8 .slide2-content p{font-size:18px;margin-left:8px;margin-bottom:30px}
#banner-slider-demo-8 .slide2-content p span.split{margin:0 13px 0 14px;border: 0;}
#banner-slider-demo-8 .slide2-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
#banner-slider-demo-8 .slide3-content em{font-size:26.26px}
#banner-slider-demo-8 .slide3-content h2{font-size:82.51px;margin-bottom:17px;}
#banner-slider-demo-8 .slide3-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
@media (max-width:991px){
  #banner-slider-demo-8 .slide1-content img.quote{width:30px}
  #banner-slider-demo-8 .slide1-content em{font-size:20px;margin:0 8px}
  #banner-slider-demo-8 .slide1-content h2{font-size:60px;margin:4px 0 8px}
  #banner-slider-demo-8 .slide1-content p{font-size:18px}
  #banner-slider-demo-8 .slide2-content em{font-size:20px;margin-left:7px}
  #banner-slider-demo-8 .slide2-content h2{font-size:65px;margin:2px 0 8px}
  #banner-slider-demo-8 .slide2-content p{font-size:15px;margin-left:7px;margin-bottom:25px}
  #banner-slider-demo-8 .slide2-content p span.split{margin:0 8px 0 9px}
  #banner-slider-demo-8 .slide2-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
  #banner-slider-demo-8 .slide3-content em{font-size:20px}
  #banner-slider-demo-8 .slide3-content h2{font-size:65px;margin-bottom:13px}
  #banner-slider-demo-8 .slide3-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
}
@media (max-width:640px){
  #banner-slider-demo-8 .slide1-content img.quote{width:15px}
  #banner-slider-demo-8 .slide1-content em{font-size:14px;margin:0 3px}
  #banner-slider-demo-8 .slide1-content h2{font-size:38px;margin:1px 0 5px}
  #banner-slider-demo-8 .slide1-content p{font-size:14px}
  #banner-slider-demo-8 .slide2-content em{font-size:14px;margin-left:3px}
  #banner-slider-demo-8 .slide2-content h2{font-size:39px;margin:0 0 5px}
  #banner-slider-demo-8 .slide2-content p{font-size:8px;margin-left:4px;margin-bottom:15px}
  #banner-slider-demo-8 .slide2-content p span.split{margin:0 7px 0 8px}
  #banner-slider-demo-8 .slide2-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
  #banner-slider-demo-8 .slide3-content em{font-size:14px}
  #banner-slider-demo-8 .slide3-content h2{font-size:38px;margin-bottom:8px}
  #banner-slider-demo-8 .slide3-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
}
/*=============== Demo 4 Homepage Slider ===============*/
#banner-slider-demo-4 .slide1-content em{font-size:26.26px;margin:0 10px}
#banner-slider-demo-4 .slide1-content h2{font-size:79.12px;margin:5px 0 10px}
#banner-slider-demo-4 .slide1-content p{font-size:23.64px}
#banner-slider-demo-4 .slide2-content em{font-size:26.26px;margin-left:8px}
#banner-slider-demo-4 .slide2-content h2{font-size:82.51px;margin:3px 0 10px}
#banner-slider-demo-4 .slide2-content p{font-size:18px;margin-left:8px;margin-bottom:30px}
#banner-slider-demo-4 .slide2-content p span.split{margin:0 13px 0 14px;border: 0;}
#banner-slider-demo-4 .slide2-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
#banner-slider-demo-4 .slide3-content em{font-size:26.26px}
#banner-slider-demo-4 .slide3-content h2{font-size:82.51px;margin-bottom:17px;}
#banner-slider-demo-4 .slide3-content a.btn-default{font-size:14px;width:135px;height:40px;line-height:40px;padding:0;margin-right:3px}
@media (max-width:991px){
  #banner-slider-demo-4 .slide1-content img.quote{width:30px}
  #banner-slider-demo-4 .slide1-content em{font-size:20px;margin:0 8px}
  #banner-slider-demo-4 .slide1-content h2{font-size:60px;margin:4px 0 8px}
  #banner-slider-demo-4 .slide1-content p{font-size:18px}
  #banner-slider-demo-4 .slide2-content em{font-size:20px;margin-left:7px}
  #banner-slider-demo-4 .slide2-content h2{font-size:65px;margin:2px 0 8px}
  #banner-slider-demo-4 .slide2-content p{font-size:15px;margin-left:7px;margin-bottom:25px}
  #banner-slider-demo-4 .slide2-content p span.split{margin:0 8px 0 9px}
  #banner-slider-demo-4 .slide2-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
  #banner-slider-demo-4 .slide3-content em{font-size:20px}
  #banner-slider-demo-4 .slide3-content h2{font-size:65px;margin-bottom:13px}
  #banner-slider-demo-4 .slide3-content a.btn-default{font-size:12px;width:120px;height:35px;line-height:35px;padding:0;margin-right:1px}
}
@media (max-width:640px){
  #banner-slider-demo-4 .slide1-content img.quote{width:15px}
  #banner-slider-demo-4 .slide1-content em{font-size:14px;margin:0 3px}
  #banner-slider-demo-4 .slide1-content h2{font-size:38px;margin:1px 0 5px}
  #banner-slider-demo-4 .slide1-content p{font-size:14px}
  #banner-slider-demo-4 .slide2-content em{font-size:14px;margin-left:3px}
  #banner-slider-demo-4 .slide2-content h2{font-size:39px;margin:0 0 5px}
  #banner-slider-demo-4 .slide2-content p{font-size:8px;margin-left:4px;margin-bottom:15px}
  #banner-slider-demo-4 .slide2-content p span.split{margin:0 7px 0 8px}
  #banner-slider-demo-4 .slide2-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
  #banner-slider-demo-4 .slide3-content em{font-size:14px}
  #banner-slider-demo-4 .slide3-content h2{font-size:38px;margin-bottom:8px}
  #banner-slider-demo-4 .slide3-content a.btn-default{font-size:8px;width:80px;height:25px;line-height:25px;padding:0;margin-right:1px}
}
.slider-with-side {
  margin: 0 -8px;
}
.slider-with-side .slider-area {
  padding: 0 8px;
  float: left;
  width: 72.3%;
}
.slider-with-side .slider-area .item .content .ribbon {
  right: 13px;
  top: 16px;
}
.slider-with-side .slider-area .item .content .ribbon em {
  font-size: 14px;
  margin: 0;
  margin-right: 63px;
}
.slider-with-side .slider-area .item .content .ribbon h3 {
  font-size: 33px;
  margin: 0;
  margin-right: 14px;
}
.slider-with-side .slider-area .item .content .ribbon h5 {
  font-size: 18px;
  margin: 0;
  margin-top: -3px;
}
.slider-with-side .slider-area .item .content .text-area h2 {
  display: inline-block;
  padding: 7px 50px 7px 11px;
  font-size: 42.7px;
  margin-bottom: 4px;
}
.slider-with-side .slider-area .item .content .text-area p {
  display: inline-block;
  padding: 12px 17px 12px 13px;
  font-size: 17.58px;
  margin: 0;
}
@media (max-width: 1199px) {
  .slider-with-side .slider-area .item .content .ribbon {
      right: 11px;
      top: 11px;
  }
  .slider-with-side .slider-area .item .content .ribbon em {
      font-size: 13px;
      margin-right: 60px;
  }
  .slider-with-side .slider-area .item .content .ribbon h3 {
      font-size: 30px;
      margin-right: 12px;
  }
  .slider-with-side .slider-area .item .content .ribbon h5 {
      font-size: 16px;
      margin-top: -2px;
  }
  .slider-with-side .slider-area .item .content .text-area h2 {
      padding: 6px 45px 6px 10px;
      font-size: 38px;
  }
  .slider-with-side .slider-area .item .content .text-area p {
      padding: 10px 15px 10px 11px;
      font-size: 15px;
  }
}
@media (max-width: 767px) {
  .slider-with-side .slider-area .item .content .ribbon {
      right: 3px;
      top: 3px;
  }
  .slider-with-side .slider-area .item .content .ribbon em {
      font-size: 8px;
      margin-right: 40px;
  }
  .slider-with-side .slider-area .item .content .ribbon h3 {
      font-size: 22px;
      margin-right: 7px;
  }
  .slider-with-side .slider-area .item .content .ribbon h5 {
      font-size: 10px;
      margin-top: -1px;
  }
  .slider-with-side .slider-area .item .content .text-area h2 {
      padding: 4px 38px 4px 7px;
      font-size: 22px;
  }
  .slider-with-side .slider-area .item .content .text-area p {
      padding: 6px 11px 6px 8px;
      font-size: 9px;
  }
}
@media (max-width: 480px) {
  .slider-with-side .slider-area .item .content .ribbon {
      right: 3px;
      top: 1px;
  }
  .slider-with-side .slider-area .item .content .ribbon em {
      font-size: 6px;
      margin-right: 22px;
  }
  .slider-with-side .slider-area .item .content .ribbon h3 {
      font-size: 14px;
      margin-right: 2px;
  }
  .slider-with-side .slider-area .item .content .ribbon h5 {
      font-size: 6px;
      margin-top: -1px;
  }
  .slider-with-side .slider-area .item .content .text-area p {
      display: none;
  }
}
.slider-with-side .side-area {
  padding: 0 8px 0 7px;
  float: left;
  width: 27.7%;
}
.slider-with-side .side-area .item1, .slider-with-side .side-area .item2, .slider-with-side .side-area .item3 {
  margin-bottom: 9px;
  position: relative;
  overflow: hidden;
}
.slider-with-side .side-area .item1:before, .slider-with-side .side-area .item2:before, .slider-with-side .side-area .item3:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  filter: alpha(Opacity=0);
  visibility: hidden;
  transition: all 0.2s;
}
.slider-with-side .side-area .item1:hover:before, .slider-with-side .side-area .item2:hover:before, .slider-with-side .side-area .item3:hover:before {
  opacity: 0.1;
  filter: alpha(Opacity=10);
  visibility: visible;
}
.slider-with-side .side-area .item1 .content {
  position: absolute;
  bottom: 17px;
  left: 15px;
  text-align: left;
}
.slider-with-side .side-area .item1 .content em {
  font-size: 27.45px;
  margin: 0;
  margin-bottom: 2px;
  display: block;
  margin-left: 4px;
}
.slider-with-side .side-area .item1 .content h2 {
  font-size: 35.16px;
  margin: 0;
  margin-bottom: 14px;
}
.slider-with-side .side-area .item1 .content a {
  font-size: 15.08px;
  margin: 0;
  margin-left: 4px;
  display: block;
}
.slider-with-side .side-area .item2 .content {
  position: absolute;
  bottom: 17px;
  left: 21px;
  text-align: left;
}
.slider-with-side .side-area .item2 .content h2 {
  font-size: 33.86px;
  margin: 0;
  margin-bottom: 12px;
}
.slider-with-side .side-area .item2 .content p {
  font-size: 18.34px;
  margin: 0;
  margin-left: 1px;
}
.slider-with-side .side-area .item2 .content a {
  font-size: 13px;
  border: 0;
  text-shadow: none;
  padding: 8px 10px 8px 15px;
  margin: 13px 0 0 25px;
}
.slider-with-side .side-area .item3 {
  margin: 0 !important;
}
.slider-with-side .side-area .item3 .content {
  position: absolute;
  bottom: 17px;
  left: 19px;
  text-align: left;
}
.slider-with-side .side-area .item3 .content h2 {
  font-size: 32px;
  margin: 0;
}
.slider-with-side .side-area .item3 .content p {
  font-size: 20px;
  margin: 0;
  margin-bottom: 17px;
}
.slider-with-side .side-area .item3 .content a {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 1199px) {
  .slider-with-side .side-area .item1 .content {
      bottom: 15px;
      left: 13px;
  }
  .slider-with-side .side-area .item1 .content em {
      font-size: 22px;
      margin-left: 2px;
  }
  .slider-with-side .side-area .item1 .content h2 {
      font-size: 30px;
      margin-bottom: 10px;
  }
  .slider-with-side .side-area .item1 .content a {
      font-size: 13px;
      margin-left: 2px;
  }
  .slider-with-side .side-area .item2 {
      margin-bottom: 8px;
  }
  .slider-with-side .side-area .item2 .content {
      bottom: 15px;
      left: 15px;
  }
  .slider-with-side .side-area .item2 .content h2 {
      font-size: 28px;
      margin-bottom: 10px;
  }
  .slider-with-side .side-area .item2 .content p {
      font-size: 13px;
  }
  .slider-with-side .side-area .item2 .content a {
      font-size: 12px;
      padding: 7px 8px 7px 13px;
      margin: 5px 0 0 25px;
  }
  .slider-with-side .side-area .item3 .content {
      bottom: 15px;
      left: 15px;
  }
  .slider-with-side .side-area .item3 .content h2 {
      font-size: 28px;
  }
  .slider-with-side .side-area .item3 .content p {
      font-size: 17px;
      margin-bottom: 15px;
  }
  .slider-with-side .side-area .item3 .content a {
      font-size: 14px;
  }
}
@media (max-width: 991px) {
  .slider-with-side .slider-area {
      padding: 0 8px;
      float: none;
      width: 100%;
  }
  .slider-with-side .side-area {
      padding: 0;
      float: none;
      width: 100%;
  }
  .slider-with-side .side-area .item1, .slider-with-side .side-area .item2, .slider-with-side .side-area .item3 {
      padding: 8px;
      width: 33.33%;
      float: left;
      margin: 0;
  }
  .slider-with-side .side-area .item1 .content {
      bottom: 20px;
      left: 20px;
  }
  .slider-with-side .side-area .item2 .content {
      bottom: 20px;
      left: 15px;
  }
  .slider-with-side .side-area .item3 .content {
      bottom: 20px;
      left: 20px;
  }
}
@media (max-width: 767px) {
  .slider-with-side .side-area .item1, .slider-with-side .side-area .item2, .slider-with-side .side-area .item3 {
      padding: 8px;
      width: 100%;
      float: none;
  }
  .slider-with-side .side-area img {
      width: 100%;
  }
  .slider-with-side .side-area .item1 .content {
      bottom: 30px;
      left: 25px;
  }
  .slider-with-side .side-area .item2 .content {
      bottom: 30px;
      left: 25px;
  }
  .slider-with-side .side-area .item3 .content {
      bottom: 30px;
      left: 25px;
  }
}
.banner-content-6 {
  padding: 290px 0 80px;
  line-height: 1;
}
.banner-content-6 em {
  font-size: 26.26px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.banner-content-6 .text-content h2 {
  font-size: 79.12px;
  letter-spacing: -4px;
}
.banner-content-6 .text-content p {
  margin: 0;
}
.banner-content-6 .text-content p span {
  font-size: 23.64px;
  padding-left: 5px;
  line-height: 2;
}
.banner-content-6 .text-content p a {
  font-size: 16px;
  padding: 10px 35px;
  margin-left: 5px;
  margin-top: 7px;
  margin-bottom: 125px;
}
.filter-title-type-2 {
  font-size: 19px;
  margin: 0;
  font-weight: 300;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
.filter-title-type-2 span {
  display: table-cell;
  position: relative;
}
.filter-title-type-2 span.title-line:after {
  content: "";
  width: 100%;
  border-top: 1px solid #d8d8d8;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
.one-product .filterproduct-title {
  background: #fff;
  text-align: center;
  color: #333;
  font-weight: 700;
  line-height: 50px;
}
.one-product .products-grid {
  margin: 0;
  background-color: #fff;
  padding-bottom: 20px;
}
.one-product .product-item-info .product-item-details {
  padding-top: 20px;
}
.one-product .owl-dots {
  margin-top: 0;
}
.shop-features {
  text-align: center;
}
.shop-features [class*=" seitz-icon-"], .shop-features [class^="seitz-icon-"] {
  color: #333;
  width: 64px;
  height: 64px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  border: 2px solid #ccc;
  border-radius: 50%;
  font-size: 28px;
}
.shop-features h3 {
  color: #121214;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  margin: 20px 0 10px;
}
.shop-features p {
  color: #777;
  font-size: 14px;
  margin: 0;
  margin-bottom: 15px;
  padding: 0 20px;
}
.shop-features a {
  margin: 0;
  font-size: 14px;
}
.hide-addtocart .products-grid .product-item-actions .actions-primary, .hide-addtocart .products-grid .product-item-details .product-item-actions .actions-primary {
  display: none;
}
.hide-addtolinks .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist, 
.hide-addtolinks .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary.tocompare,
.hide-addtolinks .products-grid .product-item-info .product-item-actions .actions-secondary.towishlist, 
.hide-addtolinks .products-grid .product-item-info .product-item-actions .actions-secondary.tocompare {
  display: none;
}
.owl-middle-outer-narrow .owl-theme .owl-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -22px;
}
.owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav [class*=owl-] {
  position: absolute;
  color: #3d3734;
}
.owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-prev {
  left: -60px;
}
.owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-next {
  right: -60px;
}
.owl-bottom-narrow .owl-controls {
  position: absolute;
  bottom: 20px;
  margin: 0;
  width: 100%;
}
.filterproducts-tab .data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 18px;
  margin-left: -15px;
  margin-right: -15px;
}
.filterproducts-tab .data.items > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.filterproducts-tab .data.items > .item.title[aria-expanded=true] a.switch {
  color: #7aa93c;
}
.filterproduct-title > a {
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}
.sidebar .custom-block {
  margin-bottom: 30px;
  padding-bottom: 40px;
  background: url(../images/bkg_4.png) bottom no-repeat;
}
@media (min-width: 768px){
  .filterproducts-tab .data.items {
      position: relative;
      z-index: 1;
      border-bottom: 0;
      margin-left: 0;
      margin-right: 0;
      background: url(../images/slider-bar.png) right 10px no-repeat;
  }
  .filterproducts-tab .data.items:before, .filterproducts-tab .data.items:after {
      content: '';
      display: table;
  }
  .filterproducts-tab .data.items:after {
      clear: both;
  }
  .filterproducts-tab .data.items > .item.title {
      float: left;
      width: auto;
      margin: 0;
      padding: 0;
      background-color: #fff;
  }
  .filterproducts-tab .data.items > .item.title a.switch {
      color: #313131;
      font-size: 16px;
      line-height: 20px;
      font-weight: 700;
      text-transform: uppercase;
      padding: 0 15px;
      border-left: 1px solid #ddd;
  }
  .filterproducts-tab .data.items > .item.title:first-child a.switch {
      padding-left: 0;
      border: 0;
  }
  .filterproducts-tab .data.items > .item.content {
      margin-top: 30px;
      box-sizing: border-box;
      float: right;
      margin-left: -100%;
      width: 100%;
  }
}
@media (max-width: 768px){
  .filterproducts-tab .data.items > .item.title {
      padding: 10px;
      border-top: 1px solid #eee;
  }
  .filterproducts-tab .data.items > .item.title a.switch {
      color: #313131;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
  }
}

.grid-images {
  text-align: center;
}
.grid-images .row {
  margin-left: -10px;
  margin-right: -10px;
}
.grid-images .col-sm-4, .grid-images .col-sm-8 {
  padding-left: 10px;
  padding-right: 10px;
}
.grid-images img {
  max-width: 100%;
}
.grid-images .grid1 img, .grid-images .grid2 img, .grid-images .grid3 img {
  opacity: 1;
  filter: alpha(Opacity=100);
  visibility: visible;
  transition: all 0.2s;
}
.grid-images .grid1:hover img, .grid-images .grid2:hover img, .grid-images .grid3:hover img {
  opacity: 0.8;
  filter: alpha(Opacity=80);
  visibility: visible;
}
.grid-images .grid1 {
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .grid-images .grid1 {
      margin-bottom: 9px;
  }
}
@media (max-width: 767px) {
  .grid-images .grid2 {
      margin-bottom: 9px;
  }
}
@media (min-width: 992px){
  .md-f-right {
      float: right !important;
  }
}
@media (min-width: 768px){
  .sm-f-right {
      float: right !important;
  }
}
.side-custom-menu {
  border: 1px solid #ddd;
  border-radius: 7px;
  overflow: hidden;
}
.side-custom-menu h2 {
  color: #000;
  border-bottom: 1px solid #ddd;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  padding: 13px 13px 12px;
  background-color: #f5f5f5;
  line-height: 1;
  margin: 0;
}
.side-custom-menu ul {
  padding: 0 12px;
  margin: 0;
  list-style: none;
}
.side-custom-menu ul li {
  text-align: left;
  padding: 13px 4px 12px;
  border-top: 1px solid #ddd;
  margin: 0;
  line-height: 1;
}
.side-custom-menu ul li:first-child {
  border: 0;
}
.side-custom-menu ul li a {
  color: #777;
  font-size: 15px;
  line-height: 1;
  display: block;
}
.home-side-menu-type2{margin-bottom:50px}
.home-side-menu-type2>h2{font-size:15px;font-weight:600;color:#333;margin-bottom:15px;margin-top:0;}
.home-side-menu-type2>h2>i.icon-menu:before{margin-left:0}
.side-menu-type2.side-block{border-top:1px solid #ddd}
.side-menu-type2.side-block ul.category-sidebar{padding:0;list-style:none}
.side-menu-type2.side-block ul.category-sidebar ul{list-style:none;margin:0;display:none;padding-left:1.5em}
.side-menu-type2.side-block ul.category-sidebar>li{padding-left:12px;display:block;line-height:40px;border-bottom:1px solid #ddd}
.side-menu-type2.side-block ul.category-sidebar li{position:relative}
.side-menu-type2.side-block ul.category-sidebar a{font-size:13px;color:#777}
.side-menu-type2.side-block ul.category-sidebar a:hover{color:#000;text-decoration:none}
.side-menu-type2.side-block ul.category-sidebar>li>a{font-size:15px}
.side-menu-type2.side-block ul.category-sidebar ul>li{line-height:40px;border-top:1px solid #ddd}
.side-menu-type2.side-block ul.category-sidebar ul>li:first-child{border-top:0}
.featured-box-2{margin:30px 0}
.featured-box-2 h3{color:#121213;font-size:15px;border-bottom:1px solid #ddd;line-height:1.4;padding:8px 0;margin-bottom:10px}
.featured-box-2 h3 em{font-size:18px}
.featured-box-2 p{font-size:14px;margin-bottom:10px}
.featured-box-2 a{font-size:14px}
.social-icons [class^="seitz-icon-"] {
  color: #fff;
}
.sidebar-title {
  margin-bottom: 17px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #313131;
  line-height: 1;
}
.f-left {
  float: left !important;
}
.f-right {
  float: right !important;
}
.abs-action-button-as-link:hover, .abs-action-remove:hover, .abs-discount-block .action.check:hover, .popup .actions-toolbar .action.cancel:hover, .paypal-button-widget .paypal-button:hover, .bundle-options-container .action.back:hover, .block.related .action.select:hover, .cart.table-wrapper .actions-toolbar > .action-delete:hover, .cart.table-wrapper .action.help.map:hover, .checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .payment-method-billing-address .action-cancel:hover, .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover, .checkout-agreements-block .action-show:hover, .gift-options .actions-toolbar .action-cancel:hover, .gift-summary .action-edit:hover, .gift-summary .action-delete:hover, .gift-wrapping-title .action-remove:hover, .wishlist.split.button > .action:hover, .abs-add-fields .action.remove:hover, .paypal-review-discount .action.check:hover, .cart-discount .action.check:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover {
  text-decoration: none;
}
body.boxed {
  padding: 24px 0 17px;
  background: url(../images/boxed_bg.png) repeat;
}
body.boxed .page-wrapper {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
.fotorama .fotorama__fullscreen-icon {
  display: block;
}
.fotorama .fotorama-sprite, .fotorama__fullscreen .fotorama .fotorama__zoom-out, .fotorama__fullscreen .fotorama .fotorama__zoom-in, .fotorama .fotorama__arr .fotorama__arr__arr, .fotorama .fotorama__fullscreen-icon, .fotorama .fotorama__thumb__arr {
  background: none;
  color: #7aa93c;
}
.fotorama-sprite:before, .fotorama__fullscreen .fotorama__zoom-out:before, .fotorama__fullscreen .fotorama__zoom-in:before, .fotorama__arr .fotorama__arr__arr:before, .fotorama__fullscreen-icon:before, .fotorama__thumb__arr:before {
  font-family: 'seitz-icons';
  display: block;
  text-align: center;
}
.fotorama .fotorama__arr .fotorama__arr__arr {
  height: auto;
}
.fotorama__arr--next .fotorama__arr__arr:before {
  content: "\f809";
  font-size: 35px;
  line-height: 1;
}

.fotorama__arr--prev .fotorama__arr__arr:before {
  content: "\f80a";
  font-size: 35px;
  line-height: 1;
}
.fotorama__thumb__arr--left .fotorama__thumb__arr:before {
  content: "\f80a";
  font-size: 30px;
  line-height: 1;
}

.fotorama__thumb__arr--right .fotorama__thumb__arr:before {
  content: "\f809";
  font-size: 30px;
  line-height: 1;
}
.fotorama__zoom-in:before {
  content: "\f85a";
  font-size: 20px;
  line-height: 50px;
}
.fotorama__zoom-out:before {
  content: "\f85b";
  font-size: 20px;
  line-height: 50px;
}
.fotorama__fullscreen-icon:before {
  content: "\f859";
  font-size: 20px;
  line-height: 50px;
}
.fotorama__stage {
  border: 1px solid #ddd;
  border-radius: 7px;
  background: #fff;
  max-width: 100%;
  overflow: hidden;
}
.fotorama__nav--thumbs .fotorama__thumb {
  border: 1px solid #ccc !important;
  border-radius: 5px;
  background-color: #fff;
}
.fotorama__nav .fotorama__thumb__arr {
  padding-bottom: 0;
}
.fotorama__nav .fotorama__thumb-border {
  border-radius: 5px;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  border: 3px solid #fff !important;
}
.fotorama__stage__shaft {
  border: 3px solid #fff;
  box-sizing: border-box;
  max-width: 100%;
}
.message {
  border-radius: 5px;
}
@media (max-width: 1199px) {
  body.boxed .page-wrapper {
      width: 980px;
  }
}
@media (max-width: 991px) {
  body.boxed .page-wrapper {
      width: 750px;
  }
}
@media (max-width: 767px) {
  body.boxed .page-wrapper {
      width: 630px;
  }
  .sm-clearer {
      clear: both;
  }
}
@media (max-width: 640px) {
  body.boxed .page-wrapper {
      width: 460px;
  }
}
@media (max-width: 480px) {
  body.boxed .page-wrapper {
      width: 300px;
  }
}

.block.block-border {
  border-radius: 7px;
  overflow: hidden;
}
.block.block-border .block-title {
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  color: #777;
  position: relative;
  border-radius: 7px 7px 0 0;
  margin: 0;
}
.block.block-border .block-content {
  padding: 10px 15px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 7px 7px;
  background-color: #fbfbfb;
}
.category-sidebar {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.42857143;
}
.category-sidebar li {
  position: relative;
  margin: 0;
}
.category-sidebar ul {
  display: none;
  list-style: none;
  padding: 0 0 0 15px;
  margin: 0;
}
.category-sidebar li > .expand-icon {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  line-height: 32px;
}
.category-sidebar li > a:not(.expand-icon) {
  color: #777;
  font-size: 13px;
  line-height: 2.5;
}
@media (max-width: 1199px) {
  .home-side-menu .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
      width: 728px;
      width: calc(75vw - 19.5px);
  }
  .home-side-menu .sw-megamenu.navigation.side-megamenu li.level0 > a {
      font-size: 13px;
      line-height: 34px;
  }
  .home-side-menu .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
      line-height: 34px;
  }
  .home-side-menu h2.side-menu-title {
      padding: 9px 15px;
  }
}
@media (max-width: 991px) {
  .home-side-menu {
      display: none;
  }
}

.cms-index-index blockquote.testimonial{background-color:#7aa93c;border:0;border-radius:10px;color:#fff;font-family:Georgia,serif;font-style:italic;margin:0;padding:10px 50px;position:relative;font-size:1.2em;line-height:1.3}
.cms-index-index blockquote.testimonial:before{left:10px;top:0;color:#fff;content:"\201C";font-size:80px;font-style:normal;line-height:1;position:absolute}
.cms-index-index blockquote.testimonial:after{right:10px;bottom:-0.5em;color:#fff;content:"\201D";font-size:80px;font-style:normal;line-height:1;position:absolute}
.cms-index-index .testimonial-arrow-down{border:15px solid transparent;border-top-color:#7aa93c;border-bottom:0;height:0;margin:0 0 0 25px;width:0}
.cms-index-index .testimonial-author{margin:8px 0 0 8px}
.cms-index-index .testimonial-author .img-thumbnail{border-radius:7px;float:left;margin-right:10px;position:relative;padding:4px;line-height:1.5;background-color:#fff;border:1px solid #ddd;display:inline-block;max-width:100%;height:auto}
.cms-index-index .testimonial-author .img-thumbnail img{max-width:60px;display:inline-block;height:auto}
.cms-index-index .testimonial-author p{color:#666;margin:0 0 0 25px;text-align:left;line-height:24px}
.cms-index-index .testimonial-author p >strong{color:#111;display:block;padding-top:7px;font-size:14px}
.cms-index-index .testimonial-author span{color:#666;display:block;font-size:12px}

.block.block-subscribe.home-sidebar-block{border:1px solid #ddd;border-top:5px solid #7aa93c;border-radius:7px;background-color:#fbfbfb;text-align:center;padding:25px 20px 0}
.block.block-subscribe.home-sidebar-block .block-title strong{font-size:16px;color:#313131;font-weight:700;text-transform:uppercase;padding:30px 0 20px}
.block.block-subscribe.home-sidebar-block .block-content p{line-height:1.8}
.block.block-subscribe.home-sidebar-block label.label{display: none}

.block.block-subscribe.home-sidebar-block .newsletter .control{padding:10px 10px 40px 10px;position:relative}
.block.block-subscribe.home-sidebar-block .newsletter .control input{padding:5px 60px 5px 10px;border:1px solid #d3d3d3;border-radius:5px;background-color:#fefefe;line-height:16px;height:34px}
.block.block-subscribe.home-sidebar-block button.subscribe{width:50px;height:34px;padding:0;line-height:32px;height:32px;background-color:#fefefe;color:#515151;border:0;border-left:1px solid #d3d3d3;border-radius:0 5px 5px 0;position:absolute;right:11px;top:11px}

.shop-features h2.shop-features-title{position:relative;text-align:center;margin:30px 0}
.shop-features h2.shop-features-title:before{content:"";background-image:linear-gradient(to right,transparent,rgba(0,0,0,0.2),transparent);height:1px;width:100%;display:block;position:absolute;top:50%}
.shop-features h2.shop-features-title span{background-color:#fff;display:inline-block;position:relative;z-index:1;padding:0 12px;color:#313131;font-weight:700;font-size:15px;line-height: 33px;vertical-align: top;}

.homepage-grid-banner{padding:0}
.homepage-grid-banner *{transition:all 0.2s}
.homepage-grid-banner .row{margin-left:-4px;margin-right:-4px}
.homepage-grid-banner .col-sm-1,.homepage-grid-banner .col-sm-2,.homepage-grid-banner .col-sm-3,.homepage-grid-banner .col-sm-4,.homepage-grid-banner .col-sm-5,.homepage-grid-banner .col-sm-6,.homepage-grid-banner .col-sm-7,.homepage-grid-banner .col-sm-8,.homepage-grid-banner .col-sm-9,.homepage-grid-banner .col-sm-10,.homepage-grid-banner .col-sm-11,.homepage-grid-banner .col-sm-12{padding-left:4px;padding-right:4px}
.homepage-grid-banner .col-sm-margin{margin-bottom:8px}
.homepage-grid-banner img{width:100%}
.homepage-grid-banner .content a{font-size:16px;margin-right:5px;}
.homepage-grid-banner .content a.btn-default{font-size:13px;margin:0;border:0;padding-right:3px;color:#fff}
.homepage-grid-banner .ribbon{width:33.5%;height:22.3%}
.homepage-grid-banner .ribbon:before{content:"";position:absolute;right:0;top:0;border:150px solid #7aa93c;border-right:0;border-bottom:0;border-left:200px solid transparent;}
.homepage-grid-banner .ribbon>div{width:90%}
.homepage-grid-banner .ribbon em{font-size:14px}
.homepage-grid-banner .ribbon h4{font-size:33px;line-height:1;margin:0}
.homepage-grid-banner .ribbon h5{font-size:18px;line-height:1;margin:0}
.homepage-grid-banner .grid1,.homepage-grid-banner .grid2,.homepage-grid-banner .grid3,.homepage-grid-banner .grid4{cursor:pointer;overflow:hidden;min-height:50px}
.homepage-grid-banner .grid1:before,.homepage-grid-banner .grid2:before,.homepage-grid-banner .grid3:before,.homepage-grid-banner .grid4:before{content:"";width:100%;height:100%;position:absolute;left:0;top:0;background-color:#000;opacity:0;filter:alpha(Opacity=0);visibility:hidden;transition:all 0.2s}
.homepage-grid-banner .grid1:hover:before,.homepage-grid-banner .grid2:hover:before,.homepage-grid-banner .grid3:hover:before,.homepage-grid-banner .grid4:hover:before{opacity:0.1;filter:alpha(Opacity=10);visibility:visible}
.homepage-grid-banner .grid1 .content h2{font-size:70.72px;line-height:1;margin:0 0 5px 0;}
.homepage-grid-banner .grid1 .content p{font-size:29.47px;line-height:1;margin:0;margin-bottom:10px;margin-right:4px}
.homepage-grid-banner .grid2 .content h3{font-size:28.88px;line-height:1;margin:0 0 5px 0;}
.homepage-grid-banner .grid2 .content h2{font-size:28.88px;line-height:1;margin:0 0 5px 0;}
.homepage-grid-banner .grid2 .content p{font-size:17.58px;line-height:1;margin:0;margin-bottom:15px}
.homepage-grid-banner .grid3 .content h2{font-size:46px;line-height:1;margin:0}
.homepage-grid-banner .grid3 .content h5{font-size:16px;line-height:1;margin:0;margin-bottom:30px}
.homepage-grid-banner .grid3 .content p{font-size:16px;line-height:1;margin:0;margin-bottom:5px}
.homepage-grid-banner .grid3 .content h4{font-size:22.72px;line-height:1;margin-top:20px;margin-bottom:0}
.homepage-grid-banner .grid3 .content h4>span{font-size:17.66px;line-height:1}
.homepage-grid-banner .grid3 .content h3{font-size:37.71px;line-height:1;margin:0;margin-bottom:15px}
.homepage-grid-banner .grid3 .content h3>span{font-size:25.14px;line-height:1}
.homepage-grid-banner .grid4 .content h2{font-size:33.86px;line-height:1.2;margin:0;margin-bottom:15px}
.homepage-grid-banner .grid4 .content p{font-size:19.75px;line-height:1.2;margin:0;margin-bottom:17px}

@media (max-width:1199px){
  .homepage-grid-banner .row{margin-left:-3px;margin-right:-3px}
  .homepage-grid-banner .col-sm-1,.homepage-grid-banner .col-sm-2,.homepage-grid-banner .col-sm-3,.homepage-grid-banner .col-sm-4,.homepage-grid-banner .col-sm-5,.homepage-grid-banner .col-sm-6,.homepage-grid-banner .col-sm-7,.homepage-grid-banner .col-sm-8,.homepage-grid-banner .col-sm-9,.homepage-grid-banner .col-sm-10,.homepage-grid-banner .col-sm-11,.homepage-grid-banner .col-sm-12{padding-left:3px;padding-right:3px}
  .homepage-grid-banner .col-sm-margin{margin-bottom:7px}
  .homepage-grid-banner .content a.btn-default{font-size:11px}
  .homepage-grid-banner .grid1 .content h2{font-size:55.16px}
  .homepage-grid-banner .grid1 .content p{font-size:23px;margin-right:3.12px}
  .homepage-grid-banner .grid2 .content h3{font-size:22.53px}
  .homepage-grid-banner .grid2 .content h2{font-size:22.53px}
  .homepage-grid-banner .grid2 .content p{font-size:13.71px;margin-bottom:11.7px}
  .homepage-grid-banner .grid3 .content h2{font-size:35.88px}
  .homepage-grid-banner .grid3 .content h5{font-size:12.48px;margin-bottom:23.4px}
  .homepage-grid-banner .grid3 .content p{font-size:12.48px;margin-bottom:3.9px}
  .homepage-grid-banner .grid3 .content h4{font-size:17.72px;margin-top:15.6px}
  .homepage-grid-banner .grid3 .content h4>span{font-size:13.77px}
  .homepage-grid-banner .grid3 .content h3{font-size:29.41px;margin-bottom:11.7px}
  .homepage-grid-banner .grid3 .content h3>span{font-size:19.6px}
  .homepage-grid-banner .grid4 .content h2{font-size:29px;margin-bottom:12px}
  .homepage-grid-banner .grid4 .content p{font-size:17px;margin-bottom:11.7px}
}

@media (max-width:991px){
  .homepage-grid-banner .row{margin-left:-2px;margin-right:-3px}
  .homepage-grid-banner .col-sm-1,.homepage-grid-banner .col-sm-2,.homepage-grid-banner .col-sm-3,.homepage-grid-banner .col-sm-4,.homepage-grid-banner .col-sm-5,.homepage-grid-banner .col-sm-6,.homepage-grid-banner .col-sm-7,.homepage-grid-banner .col-sm-8,.homepage-grid-banner .col-sm-9,.homepage-grid-banner .col-sm-10,.homepage-grid-banner .col-sm-11,.homepage-grid-banner .col-sm-12{padding-left:2px;padding-right:3px}
  .homepage-grid-banner .col-sm-margin{margin-bottom:4px}
  .homepage-grid-banner .content a.btn-default{font-size:10px;padding:4px 6px;padding-right:3px}
  .homepage-grid-banner .grid1 .content h2{font-size:42.43px}
  .homepage-grid-banner .grid1 .content p{font-size:17.68px;margin-bottom:6px;margin-right:2.4px}
  .homepage-grid-banner .grid2 .content h3{font-size:17.33px}
  .homepage-grid-banner .grid2 .content h2{font-size:17.33px}
  .homepage-grid-banner .grid2 .content p{font-size:10.55px;margin-bottom:9px}
  .homepage-grid-banner .grid3 .content h2{font-size:27.6px}
  .homepage-grid-banner .grid3 .content h5{font-size:9.6px;margin-bottom:18px}
  .homepage-grid-banner .grid3 .content p{font-size:9.6px;margin-bottom:3px}
  .homepage-grid-banner .grid3 .content h4{font-size:13.63px;margin-top:12px}
  .homepage-grid-banner .grid3 .content h4>span{font-size:10.6px}
  .homepage-grid-banner .grid3 .content h3{font-size:22.63px;margin-bottom:9px}
  .homepage-grid-banner .grid3 .content h3>span{font-size:15.08px}
  .homepage-grid-banner .grid4 .content h2{font-size:21px;margin-bottom:9px}
  .homepage-grid-banner .grid4 .content p{font-size:14px;margin-bottom:7px}
}

@media (max-width:767px){
  .homepage-grid-banner .row{margin-left:-10px;margin-right:-10px}
  .homepage-grid-banner .col-sm-1,.homepage-grid-banner .col-sm-2,.homepage-grid-banner .col-sm-3,.homepage-grid-banner .col-sm-4,.homepage-grid-banner .col-sm-5,.homepage-grid-banner .col-sm-6,.homepage-grid-banner .col-sm-7,.homepage-grid-banner .col-sm-8,.homepage-grid-banner .col-sm-9,.homepage-grid-banner .col-sm-10,.homepage-grid-banner .col-sm-11,.homepage-grid-banner .col-sm-12{padding-left:10px;padding-right:10px}
  .homepage-grid-banner .col-sm-margin{margin-bottom:0}
  .homepage-grid-banner .content a.btn-default{font-size:14px;padding:6px 12px;padding-right:6px}
  .homepage-grid-banner img{margin-bottom:20px}
  .homepage-grid-banner .grid1 .content h2{font-size:70.72px}
  .homepage-grid-banner .grid1 .content p{font-size:29.47px;margin-bottom:10px;margin-right:4px}
  .homepage-grid-banner .grid2 .content h3{font-size:28.88px}
  .homepage-grid-banner .grid2 .content h2{font-size:28.88px}
  .homepage-grid-banner .grid2 .content p{font-size:17.58px;margin-bottom:15px}
  .homepage-grid-banner .grid3 .content h2{font-size:46px}
  .homepage-grid-banner .grid3 .content h5{font-size:16px;margin-bottom:30px}
  .homepage-grid-banner .grid3 .content p{font-size:16px;margin-bottom:5px}
  .homepage-grid-banner .grid3 .content h4{font-size:22.72px;margin-top:20px}
  .homepage-grid-banner .grid3 .content h4>span{font-size:17.66px}
  .homepage-grid-banner .grid3 .content h3{font-size:37.71px;margin-bottom:15px}
  .homepage-grid-banner .grid3 .content h3>span{font-size:25.14px}
  .homepage-grid-banner .grid4 .content h2{font-size:35px}
  .homepage-grid-banner .grid4 .content p{font-size:23px;margin-bottom:15px}
}

@media (max-width:640px){
  .homepage-grid-banner .grid1 .content h2{font-size:42.43px}
  .homepage-grid-banner .grid1 .content p{font-size:17.68px;margin-bottom:6px;margin-right:2.4px}
}

@media (max-width:480px){
  .homepage-grid-banner .grid1 .content h2{font-size:25px}
  .homepage-grid-banner .grid1 .content p{font-size:17.68px;margin-bottom:6px;margin-right:2.4px}
}

.single-image {
  display: block;
  position: relative;
  overflow: hidden;
}
.single-image img {
  max-width: 100%;
  transition: 0.5s ease;
}
.single-image img {
  width: 100%;
}
.single-image:hover img {
  transform: scale(1.2);
}

#banner-slider-demo-11 .slide-1 em{font-size:26.26px;margin:0;margin-left:5px}
#banner-slider-demo-11 .slide-1 .text-content h2{font-size:79.12px;letter-spacing:-5px}
#banner-slider-demo-11 .slide-1 .text-content p {margin:0}
#banner-slider-demo-11 .slide-1 .text-content p span{font-size:23.64px;padding-left:6px}
#banner-slider-demo-11 .slide-1 .text-content a{font-size:15.76px;padding:10px 34px;margin-top:15px;margin-left:7px}
#banner-slider-demo-11 .slide-2 em{font-size:26.26px;margin:0;margin-bottom:10px}
#banner-slider-demo-11 .slide-2 .text-content h2{font-size:51.67px}
#banner-slider-demo-11 .slide-2 .text-content p {margin:0}
#banner-slider-demo-11 .slide-2 .text-content p span{font-size:23.64px}
#banner-slider-demo-11 .slide-2 .text-content a{font-size:15.76px;padding:10px 34px;margin-top:15px}

@media (max-width:767px){
  #banner-slider-demo-11 .slide-1 em{font-size:12px;margin:0;margin-left:1px}
  #banner-slider-demo-11 .slide-1 .text-content h2{font-size:30px;letter-spacing:-1px}
  #banner-slider-demo-11 .slide-1 .text-content p span{font-size:12px;padding-left:1px;display:block}
  #banner-slider-demo-11 .slide-1 .text-content a{font-size:10px;padding:6px 20px;margin-left:0;margin-top:10px}
  #banner-slider-demo-11 .slide-2 em{font-size:12px;margin:0;margin-bottom:2px}
  #banner-slider-demo-11 .slide-2 .text-content h2{font-size:26px;letter-spacing:-1px}
  #banner-slider-demo-11 .slide-2 .text-content p span{font-size:12px;display:block}
  #banner-slider-demo-11 .slide-2 .text-content a{font-size:10px;padding:6px 20px;margin-left:0;margin-top:10px}
}

.flex-owl-slider .owl-item:first-child .item {
  border-left-color: transparent;
}
.flex-owl-slider .owl-item .item {
  border-left: 1px solid #e3e4e4;
}
.owl-no-narrow .owl-controls {
  display: none;
}
@media (max-width:640px){
  .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart {
      width: 40px;
      padding: 0 12px;
  }
  .products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart span {
      display: none;
  }
}
@media (max-width: 991px) {
  .sm-bd-0 {
      border: 0!important;
  }
}

.fancybox-close {
  background: transparent;
  right: 10px;
  top: 10px;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  width: 20px;
  height: 20px;
}
.fancybox-close:hover {
  text-decoration: none;
}
.fancybox-close:before {
  content: '\f819';
  font-family: 'seitz-icons';
}

/* Previous/Next Product links on Product View Page*/

/* Previous/Next Product links on Product View Page*/

/* Category Banner */
.page-wrapper > .category-banner{background-color:transparent}
.page-wrapper > .category-banner .banner-image{width:100%}
.category-banner .banner-text{position:absolute;top:30%;width:100%;color:#fff}
.category-banner .banner-text h2{font-size:50px;color:#fff}
.category-banner .banner-text p{font-size:26px;font-weight:300}
.category-boxed-banner.owl-theme .owl-controls{margin-top:-40px;position:relative;height:30px}
.category-boxed-banner .owl-item .item{border-radius:5px;overflow:hidden;position:relative}
.category-boxed-banner .owl-item .item img{width:100%}
.category-boxed-banner .banner-text{position:absolute;top:40%;left:4%;color:#fff;width:100%}
.category-boxed-banner .banner-text h2{font-size:35px;color:#fff;background-color:#333;background-color:rgba(23,23,23,.9);padding:5px 10px;display:inline-block;line-height:1}
.category-boxed-banner .banner-text p{font-size:16px;font-weight:300;background-color:#666;background-color:rgba(23,23,23,.65);padding:7px 12px;line-height:1.4}
.category-boxed-banner .banner-text a.shop-now{margin-left:20px;font-size:16px;}

.full-width-image-banner{height:375px;position:relative}
.full-width-image-banner:after{content:"";display:block;position:absolute;width:100%;height:100%;left:0;top:0;background-color:#393733;opacity:0.65;filter:alpha(opacity=65)}
.full-width-image-banner .content{margin-top:-36px}
.full-width-image-banner h2{margin:0;font-size:45px;line-height:1.1}
.full-width-image-banner p{margin:0;font-size:16px}

.no-margin {
  margin: 0 !important;
}

@media (max-width:1199px){
  .category-banner .banner-text h2{font-size:45px}
  .category-banner .banner-text p{font-size:23px}
  .category-boxed-banner .banner-text h2{font-size:38px}
  .category-boxed-banner .banner-text p{font-size:17px}
  .category-boxed-banner .banner-text a.shop-now{margin-left:16px;font-size:14px}
}
@media (max-width:991px){
  .category-banner .banner-text h2{font-size:28px}
  .category-banner .banner-text p{font-size:16px}
  .category-boxed-banner .banner-text h2{font-size:28px}
  .category-boxed-banner .banner-text p{font-size:12px}
  .category-boxed-banner .banner-text a.shop-now{margin-left:12px;font-size:12px}
}
@media (max-width:767px){
  .category-banner .banner-text h2{font-size:28px}
  .category-banner .banner-text p{display:none}
  .category-boxed-banner .banner-text h2{font-size:28px}
  .category-boxed-banner .banner-text p{display:none}
}
@media (max-width:640px){
  .category-boxed-banner .banner-text a.shop-now{margin-left:10px;font-size:9px}
  
  .full-width-image-banner{height:200px}
  .full-width-image-banner .content{margin-top:-16px}
  .full-width-image-banner h2{margin:0;font-size:30px;line-height:1.1}
  .full-width-image-banner p{display:none}
}
@media (max-width:480px){
  .category-banner .banner-text h2{font-size:14px}
  .category-boxed-banner .banner-text h2{font-size:14px}
  
  .full-width-image-banner{height:150px}
  .full-width-image-banner .content{margin-top:-13px}
  .full-width-image-banner h2{margin:0;font-size:24px;line-height:1.1}
  .full-width-image-banner p{display:none}
}
/* Category Banner */

.page-header.type3.sticky-header .minicart-wrapper .action.showcart .counter.qty, .page-header.type4.sticky-header .minicart-wrapper .action.showcart .counter.qty {
color: #000;
}
@media (min-width: 768px) {
.page-header.type4.sticky-header .navigation > ul {
  padding-right: 200px;
}
}
/****************** Demo 12 ***************/
#banner-slider-demo-12 .item img {
  width: 100%;
}
#banner-slider-demo-12 .item .content {
  position: absolute;
  right: 4.3%;
  bottom: 20.5%;
}
#banner-slider-demo-12 .item .content>span {
  font-size: 21px;
  font-weight: 300;
  color: #303030;
  margin-right: 35px;
  display: inline-block;
  vertical-align: middle;
}
#banner-slider-demo-12 .item .content>a.btn-default {
  font-size: 13px;
}
/****************** Demo 13 ***************/
#parallax_01 .parallax-content-13 img.quote{}
#parallax_01 .parallax-content-13 em{font-size:26.26px;margin:0 10px}
#parallax_01 .parallax-content-13 h2{font-size:79.12px;margin:5px 0 10px}
#parallax_01 .parallax-content-13 p{font-size:23.64px}
#parallax_02{padding:250px 0}
#parallax_02 .parallax-content-13 em{font-size:26.26px;margin:0}
#parallax_02 .parallax-content-13 .text-content h2{font-size:79.12px;letter-spacing:-6px}
#parallax_02 .parallax-content-13 .text-content p {margin:0}
#parallax_02 .parallax-content-13 .text-content p span{font-size:23.64px;padding-left:6px}
#parallax_02 .parallax-content-13 .text-content p a{font-size:16px;padding:10px 28px;margin-left:10px;margin-top:5px}
#parallax_03{padding:250px 0}
#parallax_03 .parallax-content-13 em{font-size:26.26px;margin:0;margin-left:5px}
#parallax_03 .parallax-content-13 .text-content h2{font-size:79.12px;letter-spacing:-6px}
#parallax_03 .parallax-content-13 .text-content p {margin:0}
#parallax_03 .parallax-content-13 .text-content p span{font-size:23.64px;padding-left:6px}
#parallax_03 .parallax-content-13 .text-content p a{font-size:16px;padding:10px 28px;margin-left:125px;margin-top:5px}
#parallax_04 .parallax-content-13 img.quote{}
#parallax_04 .parallax-content-13 em{font-size:26.26px;margin:0 10px}
#parallax_04 .parallax-content-13 h2{font-size:61px;margin:5px 0 10px;letter-spacing:-3px}
#parallax_04 .parallax-content-13 p{font-size:18px}
#parallax_04 .parallax-content-13 a.btn.btn-default{font-size:16px;padding:8px 35px}

@media (max-width:767px){
  #parallax_01 .parallax-content-13 img.quote{width:20px}
  #parallax_01 .parallax-content-13 em{font-size:12px;margin:0 5px}
  #parallax_01 .parallax-content-13 h2{font-size:35px;margin:4px 0 7px}
  #parallax_01 .parallax-content-13 p{font-size:11px;margin:0}
  #parallax_02{padding:50px 0}
  #parallax_02 .parallax-content-13 em{font-size:12px}
  #parallax_02 .parallax-content-13 .text-content h2{font-size:35px;letter-spacing:-2px}
  #parallax_02 .parallax-content-13 .text-content p span{font-size:12px;padding-left:6px;display:block}
  #parallax_02 .parallax-content-13 .text-content p a{font-size:10px;padding:6px 13px;margin-left:10px;margin-top:5px}
  #parallax_03{padding:50px 0}
  #parallax_03 .parallax-content-13 em{font-size:12px;margin:0;margin-left:1px}
  #parallax_03 .parallax-content-13 .text-content h2{font-size:30px;letter-spacing:-1px}
  #parallax_03 .parallax-content-13 .text-content p span{font-size:12px;padding-left:1px;display:block}
  #parallax_03 .parallax-content-13 .text-content p a{font-size:10px;padding:6px 13px;margin-left:0;margin-top:5px}
  #parallax_04 .parallax-content-13 img.quote{width:20px}
  #parallax_04 .parallax-content-13 em{font-size:12px;margin:0 5px}
  #parallax_04 .parallax-content-13 h2{font-size:22px;margin:4px 0 7px;letter-spacing:-1px}
  #parallax_04 .parallax-content-13 p{font-size:10px}
  #parallax_04 .parallax-content-13 a.btn.btn-default{font-size:10px;padding:5px 20px}
}

@media (min-width: 1600px) {
  .cms-index-index .page-header.type9 .header.panel .top-panel {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0;
  }
  .cms-index-index .page-header.type9 .header.panel {
      margin-top: -13px;
      z-index: 6;
  }
}

#banner-slider-demo-14 .slide-1 em{font-size:26.26px;margin:0;margin-left:5px}
#banner-slider-demo-14 .slide-1 .text-content h2{font-size:79.12px;letter-spacing:-6px}
#banner-slider-demo-14 .slide-1 .text-content p {margin:0}
#banner-slider-demo-14 .slide-1 .text-content p span{font-size:23.64px;padding-left:6px}
#banner-slider-demo-14 .slide-1 .text-content a{font-size:15.76px;padding:10px 34px;margin-top:15px;margin-left:7px}
#banner-slider-demo-14 .slide-2 em{font-size:26.26px;margin:0;margin-left:5px}
#banner-slider-demo-14 .slide-2 .text-content h2{font-size:79.12px;letter-spacing:-6px}
#banner-slider-demo-14 .slide-2 .text-content p {margin:0}
#banner-slider-demo-14 .slide-2 .text-content p span{font-size:23.64px;padding-left:6px}
#banner-slider-demo-14 .slide-2 .text-content a{font-size:15.76px;padding:10px 0;margin-top:10px}

@media (max-width:767px){
  #banner-slider-demo-14 .slide-1 em{font-size:12px;margin:0;margin-left:1px}
  #banner-slider-demo-14 .slide-1 .text-content h2{font-size:30px;letter-spacing:-1px}
  #banner-slider-demo-14 .slide-1 .text-content p span{font-size:12px;padding-left:1px;display:block}
  #banner-slider-demo-14 .slide-1 .text-content a{font-size:10px;padding:6px 20px;margin-left:0;margin-top:10px}
  #banner-slider-demo-14 .slide-2 em{font-size:12px;margin:0;margin-left:1px}
  #banner-slider-demo-14 .slide-2 .text-content h2{font-size:30px;letter-spacing:-1px}
  #banner-slider-demo-14 .slide-2 .text-content p span{font-size:12px;padding-left:1px;display:block}
  #banner-slider-demo-14 .slide-2 .text-content a{font-size:10px;padding:6px 0;margin-left:0;margin-top:5px}
}

.image-link span.category-title{display:block;position:absolute;left:-10px;bottom:20px;color:#fff;padding:15px 17px;font-size:15px;font-weight:600;line-height:1;min-width:174px;text-align:left;background-color:#3f4658}
.image-link span.category-title:before{content:"";width:10px;height:10px;border:5px solid transparent;border-right-color:#3f4658;border-top-color:#3f4658;display:block;position:absolute;left:0;top:100%}

.overlay{background-color:#000;opacity:0.55;filter:alpha(opacity=55);width:100%;height:100%;display:block;position:absolute}

#banner-slider-demo-15 .content em{font-size:18px}
#banner-slider-demo-15 .content h2{font-size:44px}
#banner-slider-demo-15 .content hr{margin:10px 0}
#banner-slider-demo-15 .content a{font-size:16px}

.img-desc-home15{margin-top:-88px;padding:0 25px}
.img-desc-home15 h3{font-size:24px}
.img-desc-home15 hr{width:90px;margin:15px 0}
.img-desc-home15 p{font-size:15px}
.img-desc-home15 a{font-size:15px}
@media (max-width:991px){
  .img-desc-home15{margin-top:-65px;padding:0 16px}
  .img-desc-home15 h3{font-size:16px}
  .img-desc-home15 hr{width:60px;margin:10px 0}
  .img-desc-home15 p{font-size:10px}
  .img-desc-home15 a{font-size:10px}
}
@media (max-width:767px){
  #banner-slider-demo-15 .content em{font-size:9px}
  #banner-slider-demo-15 .content h2{font-size:22px}
  #banner-slider-demo-15 .content hr{margin:5px 0;}
  #banner-slider-demo-15 .content a{font-size:8px}
  
  .img-desc-home15{margin-top:-88px;padding:0 25px}
  .img-desc-home15 h3{font-size:24px}
  .img-desc-home15 hr{width:90px;margin:15px 0}
  .img-desc-home15 p{font-size:15px}
  .img-desc-home15 a{font-size:15px}
}

.top-newsletter .newsletter button.subscribe {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  color: #000;
  padding: 0 15px;
  background-color: transparent;
  border: 0;
}
.top-newsletter .newsletter input {
  width: 300px;
  height: 30px;
  border-radius: 0;
  line-height: 16px;
  padding: 7px 50px 7px 15px;
}
.top-newsletter .newsletter label {
  display: none;
}
@media (max-width:1199px){
  .top-newsletter #newsletter{width:270px}
}
@media (max-width:991px){
  .top-newsletter #newsletter{width:160px}
}
@media (min-width: 992px){
  .a-left-sm {
      text-align: left;
  }
  .a-right-sm {
      text-align: right;
  }
}

.owl-banner-carousel .content-17.type1 em{font-size:20px;margin-bottom:-5px;margin-left:9px}
.owl-banner-carousel .content-17.type1 h2{font-size:65px;margin-bottom:0}
.owl-banner-carousel .content-17.type1 p{font-size:37px}
.owl-banner-carousel .content-17.type1 a{font-size:15px}
.owl-banner-carousel .content-17.type1 a>i{width:15px;height:15px;line-height:14px;text-align:center;font-size:11px;display:inline-block;vertical-align:middle;margin-bottom:3px;margin-left:12px;color:#fff;border-radius:50%}
@media (max-width:1199px){
  .owl-banner-carousel .content-17.type1 em{font-size:18px;margin-bottom:-4px;margin-left:8px}
  .owl-banner-carousel .content-17.type1 h2{font-size:58px}
  .owl-banner-carousel .content-17.type1 p{font-size:32px}
  .owl-banner-carousel .content-17.type1 a{font-size:14px}
  .owl-banner-carousel .content-17.type1 a>i{width:15px;height:15px;line-height:14px;font-size:11px;margin-bottom:3px;margin-left:10px}
}
@media (max-width:991px){
  .owl-banner-carousel .content-17.type1 em{font-size:15px;margin-bottom:-3px;margin-left:6px}
  .owl-banner-carousel .content-17.type1 h2{font-size:50px}
  .owl-banner-carousel .content-17.type1 p{font-size:26px}
  .owl-banner-carousel .content-17.type1 a{font-size:12px}
  .owl-banner-carousel .content-17.type1 a>i{width:13px;height:13px;line-height:12px;font-size:10px;margin-bottom:3px;margin-left:7px}
}
@media (max-width:767px){
  .owl-banner-carousel .content-17.type1 em{font-size:11px;margin-bottom:-2px;margin-left:4px}
  .owl-banner-carousel .content-17.type1 h2{font-size:28px}
  .owl-banner-carousel .content-17.type1 p{display:none}
  .owl-banner-carousel .content-17.type1 a{display:none}
}

#banner-slider-demo-18 .content-1{position:absolute;left:50%;top:50%;padding:30px 20px 15px;text-align:left;margin-left:-163px;margin-top:-95px}
#banner-slider-demo-18 .content-1>div{display:inline-block;vertical-align:middle}
#banner-slider-demo-18 .content-1>div:first-child{padding-right:10px}
#banner-slider-demo-18 .content-1 p{font-size:23px;line-height:1;margin-bottom:0;margin-left:7px;font-weight:300}
#banner-slider-demo-18 .content-1 h3{font-size:73px;font-weight:600;line-height:1;margin:0}
#banner-slider-demo-18 .content-1 h3 b{font-weight:800;margin-top:-23px;display:block}
#banner-slider-demo-18 .content-1 em{font-size:17px;font-style:normal;font-weight:300;margin:0;line-height:1;margin-right:4px}
#banner-slider-demo-18 .content-1 h4{font-size:32px;line-height:1;margin:0;font-weight:700}
#banner-slider-demo-18 .content-1 h5{font-size:17px;margin:0;line-height:1;margin-top:-4px}
#banner-slider-demo-18 .content-2{position:absolute;right:28px;bottom:28px;text-align:left}
#banner-slider-demo-18 .content-2>div{display:inline-block;vertical-align:middle;padding:20px 15px}
#banner-slider-demo-18 .content-2>div:first-child{margin:-6px 0;padding-left:25px}
#banner-slider-demo-18 .content-2 p{font-size:20px;line-height:1;margin-bottom:0;margin-left:2px;font-weight:300}
#banner-slider-demo-18 .content-2 h3{font-size:54px;font-weight:600;line-height:1;margin:0}
#banner-slider-demo-18 .content-2 h3 b{font-weight:800}
#banner-slider-demo-18 .content-2 em{font-size:17px;font-style:normal;font-weight:300;margin:0;line-height:1;margin-right:4px}
#banner-slider-demo-18 .content-2 h4{font-size:32px;line-height:1;margin:0;font-weight:700}
#banner-slider-demo-18 .content-2 h5{font-size:17px;margin:0;line-height:1;margin-top:-4px}
#banner-slider-demo-18 .content-2 a{font-size:13px;margin-right:-10px}
@media (max-width:991px){
  #banner-slider-demo-18 .content-1{padding:25px 15px 10px;margin-left:-122px;margin-top:-75px}
  #banner-slider-demo-18 .content-1>div:first-child{padding-right:7px}
  #banner-slider-demo-18 .content-1 p{font-size:16px;margin-left:5px}
  #banner-slider-demo-18 .content-1 h3{font-size:58px}
  #banner-slider-demo-18 .content-1 h3 b{margin-top:-17px}
  #banner-slider-demo-18 .content-1 em{font-size:14px;margin-right:3px}
  #banner-slider-demo-18 .content-1 h4{font-size:26px}
  #banner-slider-demo-18 .content-1 h5{font-size:14px;margin-top:-2px}
  #banner-slider-demo-18 .content-2{right:20px;bottom:20px}
  #banner-slider-demo-18 .content-2>div{padding:15px 10px}
  #banner-slider-demo-18 .content-2>div:first-child{margin:-2px 0;padding-left:20px}
  #banner-slider-demo-18 .content-2 p{font-size:15px;margin-left:1px}
  #banner-slider-demo-18 .content-2 h3{font-size:38px}
  #banner-slider-demo-18 .content-2 em{font-size:12px;margin-right:2px}
  #banner-slider-demo-18 .content-2 h4{font-size:26px}
  #banner-slider-demo-18 .content-2 h5{font-size:13px;margin-top:-2px}
  #banner-slider-demo-18 .content-2 a{font-size:10px;margin-right:-6px}
}
@media (max-width:640px){
  #banner-slider-demo-18 .content-1{padding:11px 7px 5px;margin-left:-53px;margin-top:-32px}
  #banner-slider-demo-18 .content-1>div:first-child{padding-right:2px}
  #banner-slider-demo-18 .content-1 p{font-size:7px;margin-left:2px}
  #banner-slider-demo-18 .content-1 h3{font-size:22px}
  #banner-slider-demo-18 .content-1 h3 b{margin-top:-6px}
  #banner-slider-demo-18 .content-1 em{font-size:6px;margin-right:1px}
  #banner-slider-demo-18 .content-1 h4{font-size:12px}
  #banner-slider-demo-18 .content-1 h5{font-size:6px;margin-top:-1px}
  #banner-slider-demo-18 .content-2{right:8px;bottom:8px}
  #banner-slider-demo-18 .content-2>div{padding:3px 6px}
  #banner-slider-demo-18 .content-2>div:first-child{margin:-1px 0;padding-left:9px}
  #banner-slider-demo-18 .content-2 p{font-size:7px;margin-left:1px}
  #banner-slider-demo-18 .content-2 h3{font-size:16px}
  #banner-slider-demo-18 .content-2 em{font-size:6px;margin-right:1px}
  #banner-slider-demo-18 .content-2 h4{font-size:12px}
  #banner-slider-demo-18 .content-2 h5{font-size:6px;margin-top:-1px}
  #banner-slider-demo-18 .content-2 a{font-size:6px;margin-right:-3px}
}

.single-images .single-image-label{font-size:17px;text-align:center;color:#818385;line-height:1.4;padding:10px 0;font-weight:600}
.single-images .caption{background-color:#a1a2a3;color:#fff;font-size:14px;line-height:35px;text-align:center}

#banner-slider-demo-16 .slide1-content,#banner-slider-demo-16 .slide2-content{padding-left:256px}
#banner-slider-demo-16 .text-content{text-align:left}
#banner-slider-demo-16 .text-content em{font-size:26.26px;margin:0;margin-bottom:-10px}
#banner-slider-demo-16 .text-content h2{font-size:79.12px;letter-spacing:-4px}
#banner-slider-demo-16 .text-content p {margin:0}
#banner-slider-demo-16 .text-content p span{font-size:23.64px;padding-left:6px}
#banner-slider-demo-16 .text-content p a{font-size:16px;padding:10px 28px;margin-left:10px;margin-top:5px}
@media (max-width:991px){
  #banner-slider-demo-16 .slide1-content,#banner-slider-demo-16 .slide2-content{padding-left:0}
  #banner-slider-demo-16 .text-content em{font-size:18px;margin:0;margin-bottom:-8px}
  #banner-slider-demo-16 .text-content h2{font-size:60px;letter-spacing:-3px}
  #banner-slider-demo-16 .text-content p {margin:0}
  #banner-slider-demo-16 .text-content p span{font-size:18px;padding-left:6px}
  #banner-slider-demo-16 .text-content p a{font-size:12px;padding:8px 20px;margin-left:10px;margin-top:5px}
}
@media (max-width:767px){
  #banner-slider-demo-16 .text-content em{font-size:13px;margin:0;margin-bottom:-5px}
  #banner-slider-demo-16 .text-content h2{font-size:40px;letter-spacing:0px}
  #banner-slider-demo-16 .text-content p {margin:0}
  #banner-slider-demo-16 .text-content p span{font-size:14px;padding-left:2px}
  #banner-slider-demo-16 .text-content p a{font-size:9px;padding:5px 11px;margin-left:5px;margin-top:5px}
}
@media (max-width:480px){
  #banner-slider-demo-16 .text-content em{font-size:10px;margin-bottom:0}
  #banner-slider-demo-16 .text-content h2{font-size:25px;letter-spacing:0px}
  #banner-slider-demo-16 .text-content p {margin:0}
  #banner-slider-demo-16 .text-content p span{font-size:12px;padding-left:1px;display:block}
  #banner-slider-demo-16 .text-content p a{font-size:9px;padding:5px 11px;margin-left:0;margin-top:5px;float:left !important}
}

/*** Header Type 10 - Side Header ***/
.container {
  max-width: 100%;
}
.page-header.type10 {
  background-color: #383734;
}
@media (max-width:1199px) and (min-width:992px){
  .page-header.type10 .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
      width: 750px;
  }
}
@media (min-width:992px){
  .page-header.type10 .minicart-wrapper .block-minicart {
      right: auto;
      left: -15px;
  }
  .page-header.type10 .minicart-wrapper .block-minicart:before {
      right: auto;
      left: 26px;
  }
  .page-header.type10 .minicart-wrapper .block-minicart:after {
      right: auto;
      left: 25px;
  }
  header.page-header.type10 .panel.wrapper .header.panel > .header.links {
      float: none;
      display: block;
  }
  header.page-header.type10 .panel.wrapper .header.panel > .header.links > li {
      display: block;
      color: #fff;
  }        
  header.page-header.type10 .panel.wrapper .header.panel > .header.links > li > a, header.page-header.type10 .panel.wrapper .header.panel > .header.links > li > span {
      color: #fff;
      border: 0;
      padding: 0 5px;
      display: block;
      border-top: 1px solid #575757;
      line-height: 40px;
  }
  header.page-header.type10 .panel.wrapper .header.panel > .header.links > li > span {
      border-top: 0;
  }
  body.side-header .page-wrapper {
      padding-left: 256px;
  }
  header.page-header.type10.fixed-bottom {
      position: fixed;
      top: auto;
      bottom: 0;
  }
  body.side-header .page-wrapper > .breadcrumbs.fixed-position {
      position: fixed;
      width: 100%;
      z-index: 999;
      top: 0;
  }
  body.side-header .page-wrapper > .breadcrumbs .items {
      margin: 0;
      max-width: none;
  }
}
@media (max-width:992px) and (min-width:768px){
  header.page-header.type10 {
      position: relative;
      width: auto;
      height: auto;
      min-height: 0;
      text-align: left;
      padding: 10px 15px;
  }
  header.page-header.type10 .header.content {
      padding: 0;
  }
  header.page-header.type10 .logo {
      max-width: 110px;
  }
  header.page-header.type10 .custom-block-area {
      display: none;
  }
  header.page-header.type10 .block-search {
      position: absolute;
      right: 0;
      top: 10px;
      margin-bottom: 0;
  }
  header.page-header.type10 .panel.wrapper {
      position: absolute;
      right: 15px;
      top: 10px;
  }
  header.page-header.type10 .header.panel > .header.links > li > a, header.page-header.type10 .header.panel > .header.links > li > span {
      color: #fff;
  }
  header.page-header.type10 .navigation .level0 > .level-top {
      color: #fff;
      line-height: 42px;
  }
}
/*** Header Type 10 - Side Header ***/

.sticky-header .sw-megamenu.navigation li.level0.fl-right {
  float: none;
}
#totop{height:40px;position:fixed;right:15px;width:40px;z-index:9999;bottom:0;background-color:#404040;font-size:16px;color:#fff;text-align:center;line-height:1;padding:11px 0;display:none;border-radius:5px 5px 0 0}
#totop:hover{background-color:#555}

/******************custom CSS *************************/

.logo img{
  width: auto;
}
.page-wrapper .page-header.type1 .logo { margin: 10px 0;}
.logo-text {
  display: none;
  margin: 0px 0 0;
}
header .header.panel > .header.links > li.compare { display: none; }
body .page-wrapper > .breadcrumbs {
  padding: 0;
  margin: 0;
  max-width: 100%;
  background-color: #edfaff;
  color: #000;
}
body .page-wrapper > .breadcrumbs a, 
body .page-wrapper > .breadcrumbs a:hover, 
body .page-wrapper > .breadcrumbs a:focus {
  color: #000;
}

.page-header.type1 .panel.header .switcher{ border: 0px solid; }
.page-wrapper .page-header.type1 .navigation li.level0 { margin-right: 2%; margin-left: 2%; }
.page-main .category-image .image { width: auto; display: inline-block; }
.page-main .category-image { text-align: center; }
.footer-middle ul.contact-info p{ width: 93%; color:#fff;}
#contact-form { width: 100%; }
.footer-middle{ background: #333333; color: #FFF;  }
.footer-middle [class^="seitz-icon-"], .footer-middle [class*=" seitz-icon-"] { color: #fff; }
.footer-middle .theme-color { color: #fff !important; }
.footer-bottom { background: #fff; }
.boxes1_1_content table tr td { padding: 10px 0px 10px 6px; }
.boxes1_1_content table tr td:first-child { width:32px; padding-left: 0; }
.boxes1_1_content table tr td p { margin: 0;}
.boxes1_1_head{ font-weight: bold; color: #7aa93c;  }
.boxes1_1_subhead{ color: #7aa93c;}
.container_1box {
  background: transparent url(../images/Box_ohne_Text.png) no-repeat scroll 0 0;
      background-size: cover;
  padding: 12px 0px 20px 12px;
  width: 100%;
}
.product-item-name, .product.name a{ font-weight: bold; color: #000;  }
.price-box .price {
  font-weight: normal;
  font-size: 15px;
}
.block-authentication .action.action-register { padding: 10px 17px; }

@media all and (max-width: 1166px){
  .page-wrapper .page-header.type1 .navigation li.level0 { margin-right: 2%; margin-left: 2%; }
}
@media all and (max-width: 1000px){
  .page-wrapper .page-header.type1 .navigation li.level0 { margin-right: 1%; margin-left: 1%; }
}
@media all and (max-width: 800px){
  .page-wrapper .page-header.type1 .navigation li.level0 { margin-right: 0; margin-left: 0; }
}

@media (min-width: 768px){
.navigation {
  font-size: 14px !important;
}
.page-header.type1 .block-search {
  margin-left:80px !important;
}
.navigation .level0 .submenu a { padding: 10px 7px 10px 25px !important;
  font-size: 15px;
  color: #0075b1 !important;
  font-weight: 100;
  font-size: 17px;}

}

.page-header.type1 .block-search input { border-radius:0px !important; }
.page-header.type1 .navigation > ul { border-radius:0px !important; }
.filter-options-item.active .filter-options-title { border-radius:0px !important; }
.side-custom-menu { border-radius:0px !important; }
.product-item-photo { border-radius:0px !important; }
.products-grid .product-item-details .product-item-actions .tocart{ border-radius:0px !important; }
.products-grid .product-item-details .product-item-actions .actions-secondary{ border-radius:0px !important; }
.product-label{ border-radius:0px !important; }
.footer-middle .block.newsletter input{ border-radius:0px !important; }
.footer-middle .block.newsletter .action.subscribe{ border-radius:0px !important; }
.social-icons > li > a{ border-radius:0px !important; background-color: transparent; }
.footer-bottom .social-icons{ margin-right:0 !important; }
.social-icons li:nth-child(3) { padding-left: 10px; }

.filter-options-content{ border-radius:0px !important; }
.toolbar select{ border-radius:4px !important; }
.page-products .product-item .tocart{ border-radius:100px !important; }
.products-list .product-item-details .actions-secondary{ border-radius:4px !important; }
.filter-options-title:after{ border-radius:0px !important; }
.pages .page{ border-radius:4px !important; }
.pages .action{ border-radius:4px !important; }
#totop{ border-radius:0px !important; }
select{ border-radius:0px !important; }
.input-text.qty{ border-radius:0px !important; }
.qty.field .qty-changer > a{ border-radius:0px !important; }
button, a.action.primary{ border-radius:0px !important; }
.product-social-links .action.towishlist{ border-radius:0px !important; }
.action.tocompare, .product-addto-links .action.tocompare, .product-social-links .action.tocompare{ border-radius:0px !important; }
.product-social-links .action.mailto.friend{ border-radius:0px !important; }
.product.data.items > .item.title > .switch { border-radius:4px !important; }
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"],textarea{ border-radius:0px !important; }
.fotorama__stage{ border-radius:0px !important; }
.cart.table-wrapper .product-image-container{ border-radius:0px !important; }

.cart-summary{ border-radius:0px !important; }
.opc-block-summary{ border-radius:0px !important; }

#new_product .products-grid .product-item-details .product-item-actions { margin:0; }
#new_product .owl-carousel .owl-stage-outer { width:100.1%; padding-left:0.1%; }

.page-header.type1 .navigation li.level0 > .level-top{padding: 0 10px !important;
  color: #000 !important;
  font-size: 17px !important;
  text-transform: capitalize;
  font-weight: 400;
}
.products-grid .product-item-details .product-item-actions .action.towishlist.actions-secondary{ display:none; }
.products-grid .product-item-details .product-item-actions .action.tocompare.actions-secondary{ display:none; }
.nav-sections-item-content > .navigation {  z-index:3 !important; }

.sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu{ z-index:11 !important; }




@media (min-width: 1200px) {
  .container {
      /* width: 1360px !important; */
      width: 100% !important;
  }
}

.ss_mn_header .panel.header {
  max-width: 1360px !important;
}

.ss_top_para{
  width: 50%;
  float: left;
  font-size: 15px;
  color:#333333;
  line-height: 29px;
}
.ss_mn_header  .panel.wrapper{
  background: linear-gradient(to bottom, #e8f8ff, #ffffff);
  border-bottom: 1px solid #d6f2ff;
}

.ss_mn_header .header.links > :last-child a {
  background: #00aaf0 !important;
  color: #fff !important;
  padding: 5px 13px !important;
  text-transform: none !important;
  font-size: 14px;
  border-radius: 4px;
  font-weight: 500;
}



.ss_mn_header .header.links a {
  text-transform: none !important;
  color: #333333 !important;
  border: 0 !important;
  font-size: 15px;
  padding: 5px 18px !important;
  text-decoration: none !important;
}



.ss_mn_header .greet.welcome {
  display: none !important;
}

.ss_mn_header .header.content {
  max-width: 1360px !important;
}

.ss_mn_header .sw-megamenu{
  max-width: 100% !important;
  padding:0 !important;
}


.ss_mn_header #search {
  background-color: #f4f4f4 !important;
  border: 0;
  border-radius: 100px !important;
  height: 45px;
}

.ss_mn_header #search_mini_form .actions .action.search {
  border: 0;
  line-height: 45px;
  padding: 0 20px;
  cursor: pointer;
}

.ss_mn_header .logo{
  max-width: 130px !important;
  width: 150px !important;
}

.ss_mn_header .block-search{
  width: 480px !important;
}


ul.ss_hrd_rit_phn {
  display: flex !important;
  padding: 0;
  list-style: none;
  gap: 12px;
  margin-bottom: 0 !important;
  align-items: center;
}

ul.ss_hrd_rit_phn img {
  width: 26px;
}

ul.ss_hrd_rit_phn p {
  line-height: 18px;
  margin-bottom: 0 !important;
  font-size: 12px;
  color: #777777;
}

ul.ss_hrd_rit_phn li {
  margin-bottom: 0 !important;
  line-height: normal;
}

ul.ss_hrd_rit_phn a {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}



.ss_header_logo_all {
  display: flex;
  align-items: center;
}

.ss_top_hed_user_dv {
  display: flex;
  justify-content: end;
  width: 48%;
  gap: 20px;
  align-items: center;
}

.ss_header_logo_all {
 
}

.ss_hed_user_icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: flex;
  background: #d9f5ff;
  border-radius: 100px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.ss_hed_user_icon img {
  width: 20px;
}

.page-header.type1 .minicart-wrapper {
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
  margin-top: 0 !important;
}

.page-header.type1 .custom-block {
  height: auto !important;
  line-height: 0 !important;
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
  margin-top: 0 !important;
  font-size: 0 !important;
}

.ss_flg_img_dvs {
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  background: #d9f5ff;
  display: flex;
  border-radius: 100px;
}

div#switcher-language-trigger span {
  display: flex;
  font-size: 16px;
  gap: 15px;
  align-items: center;
}

.page-header .switcher, .page-footer .switcher {
  height: auto !important;
}
.page-header .switcher {
  float: none;
  margin-right: 0 !important;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

.ss_lang_text p{
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 3px;
  text-transform: capitalize;
}
.ss_lang_text{
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.ss_slider__home_container{
  overflow: hidden;;
}

.ss_slider__home_container .owl-controls .owl-nav .owl-next, .ss_slider__home_container .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
}

.ss_slider__home_container .owl-controls .owl-nav .owl-prev {
  left: 30px;
}

.ss_slider__home_container .owl-controls .owl-nav .owl-next{
  right: 30px;
}

.ss_slider__home_container em {
  font-size: 15px;
  color: #fff;
  border-radius: 0;
  margin: 0 0px;
}

.owl-bottom-absolute-narrow.owl-theme .owl-controls {
  position: unset;
  left: 0;
  width: 100%;
  bottom: 0;
}

.ss_slider__home_container .owl-controls .owl-nav .owl-prev {
  left: 30px;
  width: 40px !important;
  height: 40px !important;
  background: #77c8eb;
  display: flex;
  align-items: center;
  justify-content: center;
}


.ss_slider__home_container .owl-controls .owl-nav .owl-next {
  right: 30px;
  width: 40px !important;
  height: 40px !important;
  background: #77c8eb;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.ss_hm_cate_mn-sec h2 {
  font-size: 35px;
  color: #000;
  font-weight: 700;
  text-align: center;
}
ul.ss_hrd_rit_phn a {
  text-decoration: none;
}
section.ss_hm_cate_mn-sec p {
  text-align: center;
  font-size: 19px;
  width: 68%;
  margin: auto;
  line-height: 25px;
  margin-top: 20px !important;
}

.ss_hm_lng_dp_meu .switcher .options .action.toggle:after{
  margin: 7px 0 0 5px !important;
}
span.color-blue {
  color: #2490eb;
}

.sections.nav-sections {
  margin-bottom: 0 !important;
  display: block !important;
}


.ss_hm_cate_box_sec ul li:hover {
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.ss_hm_cate_box_sec ul li:hover div:before {
  bottom: 0;
}

.ss_hm_cate_box_sec ul div {
  width: 150px;
  height: 150px;
  background: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  /* border-bottom: 2px solid #00aaf0; */
  margin: auto;
  position: relative;
  border: 2px solid #dbf5ff;
}

.ss_hm_cate_box_sec ul {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}

.ss_hm_cate_box_sec ul li {
  text-align: center;
  width: 16%;
  transition: all 0.5s ease;
}



.ss_hm_cate_box_sec ul div:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 152px;
  background: #00aaf0;
  z-index: -1;
  border-radius: 100px;
  bottom: -5px;
  transition: all 0.4s ease-in-out;
}
a.ss_elplore_btn:hover{
  background: #000 !important;
  color:#fff;
  text-decoration: none;
}

.ss_hm_cate_box_sec h6 {
  color: #000;
  font-size: 20px;
  margin-top: 25px;
  font-weight: 500;
}

.ss_hm_cate_box_sec {
  margin-top: 60px;
}
.ss_hm_cate_box_sec h6 a{
  color: #444;
  font-weight: 500;
}

.ss_hm_cate_box_sec h6 a:hover{
  text-decoration:none;
}

.ss_hm_cate_box_sec ul li img{
  border-radius: 100px;
}
section.ss_hm_cate_mn-sec {
  padding: 35px 0;
}



.ss_hm_abt_txt_bx_dv h6 {
  color: #00aff0;
  font-size: 18px;
  position: relative;
  padding-left: 9px;
}

.ss_hm_abt_txt_bx_dv h6:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 40px;
  height: 26px;
  background: #e5f7ff;
  z-index: -1;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.ss_hm_abt_txt_bx_dv h2 {
     font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
  margin-top: 15px;
  line-height: 45px;
}

.ss_hm_abt_txt_bx_dv p {
  font-size: 16px;
  line-height: 30px;
  color:#444;
}

ul.ss_hm_abt_list_sec {
  padding: 0;
  list-style: none;
  line-height: 32px;
  margin-top: 25px;
}

.ss_hm_abt_btn ul {
  display: flex;
  list-style-type: none;
  gap: 20px;
  padding: 0;
margin-top:25px;
}

.ss_hm_abt_btn a {
  background: #00aff0;
  color: #fff;
  padding: 12px 28px;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
text-transform:uppercase;
}

.ss_hm_abt_btn {
  margin-top: 30px;
}
.ss_hm_abt_img_dv img {
  width: 100%;
}
ul.ss_hm_abt_list_sec img {
  width: 18px;
  vertical-align: middle;
}

ul.ss_hm_abt_list_sec li {
display: block;
  align-items: center;
  gap: 7px;
  line-height: 35px;
  background-image: url(https://stage-market.seitz24.com/media/wysiwyg/check-mark.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  background-size: 18px; 
  font-size: 16px;
  color: #444444;
}
span.ss_abt_bold_ita {
  font-weight: 500;
  font-style: italic;
}
.ss_hm_abt_txt_img {
  margin-top: 50px;
}

.ss_abt_txt_ul ul {
     list-style: none;
  display: flex;
  background: #fff;
  padding: 15px;
  align-items: center;
  gap: 15px;
  margin-bottom: 0px;
padding-right: 50px;
box-shadow: 0px 6px 24px #00aaf047;
    border-radius: 10px 0px 0px 10px;
}

.ss_abt_txt_ul {
  position: absolute;
  left: -60px;
  padding: 0;
  z-index: 999;
  margin-bottom: 0;
  width: 65%;
  bottom: 35px;

}
.ss_abt_txt_ul h2 {
  color: #00aff0;
  font-size: 60px;
  margin-bottom: 0;
  margin-top: 0;
}

.ss_abt_txt_ul p {
  margin-bottom: 0 !important;
  font-size: 16px;
  color: #000;
}
.ss_abt_txt_ul ul:before {
     content: "";
  position: absolute;
  right: 0px;
  background: #00aff0;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 11px;
  top: 10px;
}

.ss_hm_abt_btn ul li:nth-child(2) a {
  background: #fff;
  box-shadow: 0px 3px 17px #00aaf047;
  color: #000;
}

.ss_hm_abt_btn a:hover {
  background: #000;
  text-decoration: none;
}

.ss_hm_abt_btn ul li:nth-child(2) a:hover {
  background: #00aff0;
  color: #fff;
}
.ss_abt_txt_ul ul li {
  margin-bottom: 0;
}
section.ss_hm_abt_mn_sec {
  padding: 40px 0 80px;
}

.ss_hm_head_sec h6:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 40px;
  top: 0;
  bottom: 0;
  height: 26px;
  background: #e5f7ff;
  z-index: -1;
  margin: auto 0;
}

.ss_hm_head_sec h6 {
  color: #00aff0;
  font-size: 18px;
  position: relative;
  padding-left: 9px;
  z-index: 99;
}
.ss_hm_head_sec h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
  margin-top: 15px;
  line-height: 45px;
}

.ss_hm_feature_sec .product-item {
  background: linear-gradient(to bottom, #FFF, #ebf9ff);
  border: 1px solid #d6f2ff;
}

.ss_hm_feature_sec .product-item-photo {
border: 0 !important;
padding: 40px 20px 30px;
}

.ss_hm_feature_sec{
  background-image: url(https://stage-market.seitz24.com/media/wysiwyg/home-feature-bg-img.jpg);
  padding: 60px 0 80px;
}

.ss_hm_feature_sec .ss_hm_head_sec h6:after{
  background: #c9eeff;
}

.ss_hm_feature_sec .product.details{
  text-align: left;
  padding: 20px 20px 20px !important;
  /* min-height: 170px; */
}

.ss_hm_feature_sec .product-item-photo img {
  max-width: 130px;
  width: 150px;
  height: 150px;
  object-fit: contain;
}
.ss_hm_feature_sec .product-item-name{
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ss_hm_feature_sec .product-item .rating-summary .rating-result:before{
  color: #ff9000;
  font-size: 15px;
  letter-spacing: 6px;
}

.ss_hm_feature_sec .product-item .price-box .price-label, .ss_hm_new_product_section .product-item .price-box .price-label {
  font-size: 13px;
  color: #c1c1c1;
  display: block;
  margin-top: 22px;
  margin-bottom: 5px;
}

.ss_hm_feature_sec button.action.tocart.primary span, .ss_hm_new_product_section button.action.tocart.primary span{
  display: none;
}
.ss_hm_feature_sec .product-item .rating-summary .rating-result {
  width: 150px;
}
.ss_hm_feature_sec .price-box .price,  .ss_hm_new_product_section .price-box .price{
  font-size: 18px;
  color: #000;
  font-weight: 400;
}



.ss_hm_feature_sec .products-grid .product-item-details .product-item-actions .tocart, .ss_hm_new_product_section .products-grid .product-item-details .product-item-actions .tocart{
  border-color: #ccc;
  right: 20px;
  border-radius: 100px !important;
  bottom: 0px;
  width: 45px;
  height: 45px;
  background: #00aff0;
  color: #fff;
  border: 0;
}

.ss_hm_feature_sec .products-grid .product-item-details .product-item-actions, .ss_hm_new_product_section .products-grid .product-item-details .product-item-actions{
  white-space: nowrap;
  margin: 0;
  position: absolute;
  right: 18px;
  bottom: 20px;
}

.ss_hm_feature_sec .product-item .product-reviews-summary{
  background-image: none !important;
}

/* .ss_hm_feature_sec .ss_hm_head_sec{
  background: #c9eeff;
} */
.ss_hm_feature_sec .ss_hm_head_sec {
  padding-bottom: 15px;
}


.ss_hm_head_sec {
  padding-bottom: 15px;
}

.ss_hm_feature_sec .owl-prev {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100px !important;
  line-height: 45px;
  text-align: center;
  box-shadow: 2px 0px 1px #00aff0;
  margin: 0 11px 0 0 !important;
  color: #00aff0 !important;
}

.ss_hm_feature_sec .owl-next {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 100px !important;
  line-height: 45px;
  text-align: center;
  box-shadow: 2px 0px 1px #00aff0;
  color: #00aff0 !important;
}

.ss_hm_feature_sec .owl-controls {
  top: -79px !important;
}

.ss_stain_txt_div {
  background: #fff;
  padding: 60px 40px;
  text-align: center;
  position: relative;
}

.ss_stain_txt_div ul {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 20px;
  padding: 0;
}

/********stain css start********/
.ss_stain_mn_sec {
padding-top: 80px;
}
.ss_stain_mn_sec .row {
  align-items: center;
  display: flex;
}

.ss_stain_mn_sec .col-lg-6:nth-child(odd) {
  padding-right: 0;
  z-index: 99;
}

.ss_stain_mn_sec .col-lg-6:nth-child(even) {
  padding-left: 0;
  z-index: 99;
}

.ss_stain_txt_div h2{
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
  margin-top: 15px;
  line-height: 45px;
}

ul.ss_hm_abt_btn li:nth-child(2) a {
  background: #fff;
  box-shadow: 0px 3px 17px #00aaf047;
  color: #000;
}

.ss_hm_abt_btn li:nth-child(2) a:hover {
  background: #00aff0;
  color: #fff;
}

.ss_logged_in .ss_hm_feature_sec .product.details {
  /* min-height: 220px; */
  padding: 30px 20px !important;
}


.ss_stain_img_dv img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}

.ss_stain_txt_div:before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  top: -4px;
  left: -6px;
  z-index: -3;
  background: #00aff0;
}

.ss_stain_img_dv:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  bottom: -6px;
  right: -6px;
  z-index: -3;
  background: #00aff0;
}

.ss_stain_img_dv {
  position: relative;
}

ul.contact-info em {
  display: none !important;
}

.footer-middle .block .block-title {
  margin-bottom: 35px;
}

.footer-middle.ss_footer_sec a {
  font-size: 15px;
  font-weight: 300;
}

.footer-middle.ss_footer_sec a:hover{
  text-decoration: none;
}

.ss_footer_sec .block-title strong {
  font-size: 20px !important;
  font-weight: 500 !important;
  position: relative;
}

.footer-middle .block .block-title:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #00aff0;
  bottom: -13px;
  left: 0;
}



.ss_footer_sec .block-title {
  position: relative;
}


.ss_footer_sec ul.contact-info strong {
  font-weight: 500;
}

.footer-middle ul.contact-info li {
  padding: 10px 0 !important;
}


.footer-middle.ss_footer_sec {
  padding: 0;
}

.footer-middle.ss_footer_sec .row .col-sm-3 {
  display: grid;
  border-right: 1px solid #4b4b4b;
  padding-top: 70px;
  padding-bottom: 100px;
}

.footer-middle.ss_footer_sec .row {
  display: flex;
}

.footer-middle.ss_footer_sec .row .col-sm-3:nth-child(1) {
  order: 2;
}

.footer-middle.ss_footer_sec .row .col-sm-3:nth-child(4) {
  order: 4;
  border-right: 0;
  padding-left: 60px;
}

.footer-middle.ss_footer_sec .row .col-sm-3:nth-child(3) {
  padding-left: 60px;
}

.footer-middle.ss_footer_sec .row .col-sm-3:nth-child(1) {
  padding-left: 60px;
}
.footer-middle.ss_footer_sec .block.newsletter p {
  color: #fff;
  font-size: 15px;
  line-height: 30px;
}

.footer-middle.ss_footer_sec .block.newsletter .form.subscribe {
  display: block;
}

.footer-middle.ss_footer_sec .block.newsletter input{
  height: 45px !important;
  background: #fff !important;
  border-radius: 5px !important;
}

.footer-middle.ss_footer_sec button.action.subscribe.primary {
  height: 45px !important;
  width: 100%;
  margin-top: 10px;
  border-radius: 5px !important;
  background: #00aff0;
  border: 0;
  text-transform: uppercase;
}


.ss_footer_bottom_sec .container{
  display: flex;
  align-items: center;
}

.ss_footer_bottom_sec .logo {
  float: none;
  width: 20%;
  order: 2;
  text-align: center !important;
  margin: 0 auto !important;
  position: relative;
  margin-top: -10px !important;
}

.ss_footer_bottom_sec .logo img{
  margin: 0 auto;
}

.ss_footer_bottom_sec .custom-block {
  width: 40%;
  order: 3;
  margin-top: 15px;
  text-align: right;
  
}
.ss_footer_bottom_sec address {
  width: 40%;
  order: 1;
  text-align: left;
  color: #333;
  margin-top: 15px;
}

.ss_footer_bottom_sec ul.social-icons {
  display: none !important;
}

.ss_footer_bottom_sec .logo:after {
  content: "";
  position: absolute;
  width: 175px;
  height: 138px;
  background: #fff;
  border-radius: 100%;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.ss_footer_bottom_sec{
  padding-top: 20px !important;
  padding-bottom: 0;
}

.footer-middle.ss_footer_sec a:hover {
  color: #00aff0;
}

.cms-seitz_home_2 #maincontent{
max-width: 1360px;
}


.ss_hm_new_product_section .product-item {
  background: linear-gradient(to bottom, #FFF, #ebf9ff);
  border: 1px solid #d6f2ff;
      border-radius: 10px;
}

.ss_hm_new_product_section .product-item-photo img {
  max-width: 150px;
  width: 150px;
  height: 150px;
  object-fit: contain;
}

.ss_hm_new_product_section .product-item-photo {
  padding: 0 !important;
  padding: 10px 0px 30px !important;
  border: 0 !important;
}
.ss_hm_new_product_section .product-item-name {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ss_hm_new_product_section .product-item .rating-summary .rating-result:before {
  color: #ff9000;
  font-size: 15px;
  letter-spacing: 6px;
}

.ss_hm_feature_sec .product-sku, .ss_hm_new_product_section  .product-sku {
  /* background: #393939; */
  display: inline-block;
  color: #7a7a7a;
  font-size: 13px;
  /* padding: 4px 15px; */
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 7px;
}

.ss_hm_new_product_section .product.details {
  min-height: auto;
  padding: 30px 20px !important;
  text-align: left;
}

.ss_hm_new_product_section .product-item .rating-summary .rating-result {
  width: 150px;
}

.ss_hm_new_product_section .product-item .product-reviews-summary{
  background-image: none;
}


.ss_hm_new_product_section  .owl-prev {
  width: 45px;
  height: 45px;
  background: #effaff;
  border-radius: 100px !important;
  line-height: 45px;
  text-align: center;
  margin: 0 11px 0 0 !important;
  color: #00aff0 !important;
      box-shadow: 2px 0px 1px #00aff0;
}

.ss_hm_new_product_section  .owl-next {
  width: 45px;
  height: 45px;
  background: #effaff;
  border-radius: 100px !important;
  line-height: 45px;
  text-align: center;
  color: #00aff0 !important;
  box-shadow: 2px 0px 1px #00aff0;

}

.ss_hm_new_product_section  .owl-controls {
  top: -79px !important;
}

.ss_hm_new_product_section {
  padding: 40px 0 60px;
}



/****why sec****/

.ss_hm_why_mn_div {
  border: 1px solid #c8eeff;
    border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s ease;
}
.ss_hm_why_mn_div:hover{
  transform: scale(1.1);
    transition: all 0.5s ease;
}
.ss_why_img_dv img {
  width: 100%;
}

.ss_why_icon_sec_dv img {
  width: 35px;
}

.ss_why_icon_sec_dv {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #ffffff;
  border-radius: 100px;
  margin: auto;
  z-index: 99;
  position: relative;
  margin-bottom: 10px;
}

.ss_why_dtl_sec {
  text-align: center;
  margin-top: -29px;
  padding: 0px 30px 25px;
}

.ss_why_dtl_sec h4 {
  font-size: 20px;
  color:#000;
}

.ss_why_dtl_sec p {
  font-weight: 300;
  color: #333;
}
.ss_your_partner_dv {
  display: flex;
  background: linear-gradient(to bottom, #FFF, #ebf9ff);
  padding: 15px 0 30px 30px;
  border: 1px solid #d6f2ff;
  border-radius: 10px;
  overflow: hidden;
  gap: 30px;
  align-items: center;
  transition: all 0.5s ease;
}
.ss_your_partner_dv:hover{
  transform: scale(1.03);
  transition: all 0.5s ease;
}

.ss_your_text_dv {
  width: 60%;
}

.ss_your_text_dv ul {
  padding: 0;
  list-style: none;
  margin-top: 15px !important;
}
.ss_your_text_dv li{
  display: block;
  align-items: center;
  gap: 7px;
  line-height: 20px;
  background-image: url(https://stage-market.seitz24.com/media/wysiwyg/check-mark.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  background-size: 18px;
  font-size: 16px;
  color: #444444;
  font-weight: 400;
}
.ss_your_img_dv img {
  width: 260px;
  height: 260px;
  object-fit: cover;
  border-radius: 100%;
  box-shadow: -9px -3px 1px #00aff0;
}

.ss_your_img_dv {
  margin-right: -16px;
}

.ss_your_text_dv h2 {
  font-weight: 600;
  color: #000;
  line-height: 40px;
}
.ss_your_mn_sec {
  padding: 70px 0 0;
}

.ss_your_mn_sec .row{
  display: flex;
}

.ss_your_mn_sec .col-lg-6{
  display: grid;
}

a.ss_elplore_btn {
  background: #00aff0;
  color: #fff;
  padding: 12px 28px;
  display: inline-block;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
  float: right;
  box-shadow: 0px 3px 17px #00aaf047;
}
.ss_why_rw_sec1{
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}


/*******Product Single Page*******/

.page-main{
  max-width: 1360px !important;
}

.filter-options-content{
  border:0 !important;
  background-color: transparent;
}
.filter-options-title{
  border:0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c6ecff !important;
  padding: 15px;
  color: #000;
  font-size: 16px;
}

.filter-options-content a {
  color: #000000 !important;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  padding: 5px 0px;
}

.filter-options-title:after {
  width: 32px !important;
  height: 31px !important;
  border: 1px solid #c6ecff !important;
  color: #000000 !important;
  line-height: 28px !important;
  font-size: 15px !important;
}

.block-content.filter-content {
  background: linear-gradient(to bottom, #FFF, #ebf9ff);
  border: 1px solid #c7edff;
  border-radius: 10px;
}

.filter-options-content .count {
  color: #7dd7f9;
}
.filter-options-content a:hover {
  text-decoration: none;
}


.sidebar-filterproducts .product-item-photo img {
  width: 75px !important;
  height: 70px;
  object-fit: contain;
}

.sidebar-filterproducts .product-item-photo {
  padding: 10px 5px;
  border: 1px solid #c7edff;
  width: 30%;
  box-shadow: 0px 0px 12px #d7f2fec9;
}

.sidebar-filterproducts .product-item-photo {
  border-radius: 5px !important;
}

.sidebar-filterproducts .sidebar .product-items .product-item-details {
  text-align: left;
  margin-left: calc(31% + 16px);
  padding: 0;
  top: 13px;
  position: relative;
}

.sidebar .product-items .product-item-details {
  margin-left: calc(33% + 15px) !important;
  position: relative !important;
  top: 12px !important;
}

.sidebar .price-box .price {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #000 !important;
}
.sidebar .product-item .price-box .price-label {
  font-size: 13px !important;
  color: #acacac !important;
  font-weight: 400 !important;
}
.sidebar .product.name a{
  font-size: 16px !important;
}


.sidebar .product-item .product-reviews-summary {
  margin: 3px 0 7px !important;
}
.sidebar .product-item .rating-summary .rating-result:before{
  color: #ff9817 !important;
}




.pages .action {
  border-radius: 3px !important;
  padding: 0 8px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #e5f8ff;
  border: 1px solid #00aff0;
  color: #00aff0;
}

.pages strong.page {
  background: #00aff0;
  border: 1px solid #00aff0;
  font-size: 15px;
  color: #ffffff;
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.pages a.page {
  background: #e5f8ff;
  border: 1px solid #00aff0;
  color: #00aff0;
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.pages .action.previous:before{
  color: #00aff0 !important;
}

.pages .action.next:before{
  color: #00aff0 !important;
}
.pages a.page:hover {
  background: #000000;
  border: 1px solid #000000;
}
.pages .action:hover {
  background: #000000;
  border: 1px solid #000000;
}

.products.wrapper ~ .toolbar .limiter {
  display: block;
  font-size: 14px;
  color: #000;
}

.toolbar select {
  height: 32px;
  border: 1px solid #00aff0;
  width: 75px;
}

/****category product list design****/

.ss_cate_prod_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}


.ss_log_out .ss_cate_prod_list .product-item{
  padding: 12px 12px 20px !important;
}

.ss_cate_prod_list .product-item {
  flex: 1 1 calc(20% - 10px);
  max-width: calc(20% - 16px);
  border: 1px solid #c6edfe;
  padding: 12px 12px 12px;
  position: relative;
  border-radius: 8px;
}

.products-list .ss_cate_prod_list .product-item-details {
  display: block;
  width: 100%;
  padding: 0 0 0px 0px !important;
  float: left;
}

.products-list .ss_cate_prod_list .product-item-photo {
  width: 100%;
  padding: 0;
  border: 0px solid #ddd;
}


.ss_cate_prod_list .product-item-name, .product.name a {
  line-height: 1.4em;
  font-size: 16px;
}

.products-list .ss_cate_prod_list .product-item-photo img {
  max-width: 110px;
  width: 110px;
  height: 110px;
  object-fit: contain;
}

.ss_cate_prod_list span.psn-name {
  font-size: 12px;
  font-weight: 400;
}

.ss_cate_prod_list span.psn-by {
  font-size: 13px;
  color: #000;
  font-weight: 500;
}

.ss_cate_prod_list span.login_for_price.test a {
  color: #00aaf0;
}

.toolbar-products{
  margin-top: 45px;
}

.page-main .category-image {
  border: 1px solid #c6edff;
}

.ss_tool_secs {
  padding-bottom: 20px;
}

.ss_tool_secs .toolbar select{
  width: auto !important;
}

.filterproducts em {
  color: #000;
}
.page-products .page-main{
padding-top: 70px;
}

.page-products .breadcrumbs{
  display: none;
}

span.login_for_price a {
  color: #0292de;
}

.ss_cate_prod_list .product.description.product-item-description {
  display: none;
}

.ss_cate_prod_list a.action.tocompare.actions-secondary {
  display: none;
}

.ss_cate_prod_list .product-item-actions .action.towishlist {
  background: #e5f8ff;
  width: 35px;
  line-height: 35px;
  height: 35px;
  color: #00aff0;
  border-radius: 100px !important;
  border-color: #e5f8ff;
  position: absolute;
  top: 12px;
  right: 10px;
}


.ss_cate_prod_list span.price-label {
  display: block;
  margin-bottom: 2px;
}

.ss_cate_prod_list .price-wrapper .price {
  font-size: 17px;
  font-weight: 500;
}

.ss_cate_prod_list .tocart span {
  display: none !important;
}

.ss_cate_prod_list .tocart{
  position: absolute;
  right: 13px;
  border-radius: 100px !important;
  bottom: 20px;
  width: 35px;
  line-height: 35px;
  height: 35px;
  background: #00aff0;
  color: #fff;
  border-color: #00aff0;
}
.ss_cate_prod_list .old-price .price-label {
  display: none !important;
}

.ss_cate_prod_list .price-box {
  margin: 8px 0 0px;
}
.ss_cate_prod_list .product-labels {
  position: absolute;
  left: 0;
  top: 10px;
  right: auto;
}

.fotorama__stage__frame .fotorama__img{
  max-height: 50% !important;
  max-width: 54% !important;
}

.catalog-product-view .breadcrumbs {
  background: #fff !important;
  padding: 30px 0 !important;
}

.catalog-product-view .breadcrumbs .items {
  max-width: 1360px;
}

.catalog-product-view .breadcrumbs .items li {
  font-size: 15px;
}

.catalog-product-view  .product-info-main .page-title-wrapper h1{
  color:#000;
}


.catalog-product-view .div-p-s-name span {
  color: #9e9e9e;
  font-weight: 400;
}

.catalog-product-view .reviews-actions a {
  padding: 0 !important;
  text-decoration: underline;
}

.catalog-product-view span.price {
  color: #00aaf0 !important;
}

.catalog-product-view .stock.available {
  background: #7aa93c !important;
  padding: 4px 15px;
  color: #fff;
  font-weight: 400 !important;
  border-radius: 3px;
  font-size: 12px;
}


.catalog-product-view .product-info-main .product.sku {
  word-wrap: break-word;
  background: #00aaf0;
  color: #fff;
  padding: 4px 15px;
  border-radius: 4px;
}

.catalog-product-view .product-info-main .product-info-stock-sku {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  height: 55px;
  padding-bottom: 0;
  justify-content: flex-start;
  padding-left: 0;
  margin-top: 20px;
}

.catalog-product-view .product-info-main div#product-options-wrapper label {
  color: #000;
  font-weight: 500;
  font-size: 16px;
}



.catalog-product-view .product-options-wrapper select {
  height: 44px;
  border-radius: 4px !important;
  border-color: #dddddd;
  padding: 0 15px;
}


.ss_tool_secs .toolbar {
  margin-top: 0;
}

.ss_product_dtl_rit_dv h3 {
  color: #000;
  font-size: 22px;
}

.ss_product_dtl_rit_dv p {
  color: #4f4f4f;
}

.ss_product_dtl_rit_dv ul {
  padding: 0;
  list-style: none;
  gap: 11px;
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(to bottom, #FFF, #ebf9ff);
  border: 1px solid #c7edff;
  padding: 12px;
  align-items: center;
  margin-top: 25px;
}

.ss_product_dtl_rit_dv {
  padding-left: 20px;
}

.ss_product_dtl_rit_dv li:nth-child(1) {
  width: 65px;
  max-width: 65px;
  line-height: 65px;
  height: 65px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #00aaf0;
}

.ss_product_dtl_rit_dv li {
  flex: 1 1 calc(20% - 10px);
}

.ss_product_dtl_rit_dv ul li p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #000;
  font-weight: 400 !important;
}

.ss_product_dtl_rit_dv ul li p a {
  color: #00aaf0;
}


.product.data.items > .item.title > .switch{
  background: #edfaff !important;
  color: #00aaf0 !important;
  font-size: 16px !important;
  padding: 5px 40px !important;
  height: auto !important;
  margin-right: 20px !important;
  border: 1px solid #00aaf0 !important;
  border-radius: 4px !important;
}

.product.data.items > .item.title.active > .switch{
  color: #ffffff !important;
  background: #00aaf0 !important;
  padding: 5px 40px !important;
  border: 1px solid #00aaf0 !important;
}
.product.data.items > .item.content {
  margin-top: 65px !important;
}


.ss_mobile_show{
  display: none;
}

.ss_mn_header .header.links li:last-child a {
  text-transform: none !important;
}
.header.panel > .header.links > li:last-child a{
  text-transform: none !important;
}

.ss_mn_header #search::placeholder {
  color: #6d6d6d;
}
.page-header .header.panel {
padding-bottom: 5px !important;
padding-top: 5px !important;
}
li.view-en.switcher-option a {
display: flex !important;
gap: 10px;
}

.ss_hm_abt_txt_bx_dv h4{
  font-size: 20px;
  color: #000;
  line-height: 28px;
}

.ss_abt_pg_bold_para p {
  font-size: 18px;
  text-align: center;
  font-weight: 500 !important;
}


.cms-about-us .page-title-wrapper {
  display: none;
}
section.ss_abt_pg_mn_sec {
  overflow: hidden;
  padding: 40px 0;
}

.ss_abt_pg_head {
  text-align: center;
}
.ss_abt_pg_head {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  justify-content: center;
}


.ss_abt_pg_head .left-line {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background: #00aaf0;
  margin-right: 15px;
}
.ss_abt_pg_head .left-line::before {
  position: absolute;
  top: 50%;
  right: 0px;
  width: 5px;
  height: 5px;
  background: #00aaf0;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}
.ss_abt_pg_head .left-line::after {
  position: absolute;
  top: 50%;
  right: -2px;
  width: 10px;
  height: 10px;
  border: 1px solid #00aaf0;
  border-radius: 50%;
  transform: translateY(-50%);
  content: "";
}
.ss_abt_pg_head .right-line {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background: #00aaf0;
  margin-left: 15px;
}

.ss_abt_pg_head .right-line::before {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 5px;
  height: 5px;
  background: #00aaf0;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}
.ss_abt_pg_head .right-line::after {
  position: absolute;
  top: 50%;
  left: -2px;
  width: 10px;
  height: 10px;
  border: 1px solid #00aaf0;
  border-radius: 50%;
  transform: translateY(-50%);
  content: "";
}


.about-thumb1-1 {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.about-thumb1-1 .img1 {
  border-radius: 0px;
  display: inline-block;
  overflow: hidden;
}

.ss_abt_pg_head h4 {
  font-size: 25px;
  color: #000;
  font-weight: 600;
}

.image-anim:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.about-thumb1-1 .about-experience-wrap {
  background: #ffffff;
  display: inline-block;
  border-radius: 0px 0 0px 0;
  padding: 16px 30px 15px;
  position: absolute;
  bottom: 30px;
  right: 30px;
  border: 1px solid #e5e5e5;
}


.about-thumb1-1 .about-experience-wrap .counter-title {
  color: #00aaf0;
  font-size: 48px;
  font-weight: 700;
  margin-top: -0.15em;
  margin-bottom: 0px;
}

.about-thumb1-1 .about-experience-wrap .counter-text {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  display: block;
  margin-top: 11px;
}

/* .about-thumb1-1:after {
  content: "";
  position: absolute;
  width: 198px;
  height: 100px;
  background: #00aaf0;
  mix-blend-mode: multiply;
  transform: rotate(-135deg);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  right: 0;
  top: 52px;
  animation: spin 15s linear infinite;
  z-index: -1;
} */
.ss_abt_pg_bold_para {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 60px;
  padding-bottom: 25px;
}

.spin {
  animation: spin 15s linear infinite;
}
@keyframes spin {
  0% {
      transform: rotate(0);
  }
  100% {
      transform: rotate(360deg);
  }
}
.spin-reverse {
  animation: spin-reverse 15s linear infinite;
}
@keyframes spin-reverse {
  0% {
      transform: rotate(0);
  }
  100% {
      transform: rotate(-360deg);
  }
}

/* .movingX {
  animation: 8s linear 0s infinite normal none running movingX;
}

.movingX {
  animation: movingX 8s linear infinite;
}
@keyframes movingX {
  0% {
      transform: translateX(0);
  }
  50% {
      transform: translateX(50px);
  }
  100% {
      transform: translateX(0);
  }
} */
.ss_abt_pg_mn_sec .ss_hm_abt_txt_bx_dv h2 {
  font-size: 30px;
  line-height: 45px;
}

.ss_abt_pg_mn_sec{
  background-image: url(feature-bg1-1.webp);
}

.thumb.image-anim {
  border-radius: 10px;
  overflow: hidden;
}




.ss_abt_pg_last_txt_dv {
  padding: 20px 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: rgb(0 170 240) 4px 4px 0px 0px;
  position: relative;
  transition: all 0.4s;
  margin-top: 30px;
  background: linear-gradient(to bottom, #ffffff, #edfaff);
  border: 1px solid #d6f2ff;
}

.ss_abt_pg_last_txt_dv:hover {
  transition: all 0.4s;
  transform: translateY(-10px);
}


.ss_abt_pg_last_txt_dv p {
  font-weight: 600;
  color: #000;
}


.ss_abt_pg_lst_dv_img {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  background: #ffffff;
  border-radius: 100px;
  margin: auto;
  z-index: 99;
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #00aaf0;
}

.ss_abt_pg_lst_dv_img img {
  width: 45px;
}

.ss_abt_pg_last_txt_dv span {
  position: absolute;
  right: 20px;
  top: 17px;
  font-size: 35px;
  font-weight: 700;
  color: #b8bdc07a;
}

.ss_chron_sec_1 .about-thumb1-1 .about-experience-wrap .counter-title {
  color: #00aaf0;
  font-size: 28px;
  font-weight: 700;
  margin-top: -0.15em;
  margin-bottom: 0px;
}

.ss_chron_sec_1 .about-thumb1-1 .about-experience-wrap .counter-text {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0;
  display: block;
  margin-top: 11px;
}
.ss_chron_sec_1 .about-thumb1-1 .about-experience-wrap {
  background: #ffffff;
  display: inline-block;
  border-radius: 0px 0 0px 0;
  padding: 16px 50px 15px;
  position: absolute;
  bottom: 30px;
  right: 0px;
  border: 1px solid #e5e5e5;
}
.container {
  max-width: 1360px !important;
}
.ss-abt-pg-co-fo-img:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 20px;
  left: 22px;
  height: 100%;
  background-color: rgb(0 175 240);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  z-index: -1;
}

.ss_chron_sec_1 h2{
  font-size: 40px;
  padding-bottom: 0px;
  margin-top: 0;
}

.ss-abt-pg-co-fo-img {
  position: relative;
}

.ss_chron_sec_1 {
  padding: 50px 0 10px;
  display: flex;
  flex-wrap: wrap;
}

.cms-the-chronicle .page-title-wrapper{
  display: none;
}

.ss_chron_sec_1 .thumb.image-anim{
  border-radius: 0px;
}

ul.subchildmenu li {
  position: relative;
  padding-left: 0px;
}

ul.subchildmenu li:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 0;
  background: #00aff0;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cms-philosophy .page-title-wrapper{
  display: none;
}

.cms-philosophy  #maincontent{
  width: 100%;
  padding: 0;
  max-width: 100% !important;
}

.ss_philo_main_sec .row{
  align-items: center;
  }
  
  .ss_philo_img {
      position: relative;
  }
  
  
  
  section.ss_philo_main_sec {
      padding: 70px 0 0;
  }
  
  .ss_padd_50{
      padding: 50px 0;
      text-align: center;
  }
  
  .ss_philo_img img {
      border-radius: 15px;
      border: 0px solid #e5e5e5;
  }
  
  .ss_rw_padd_0 {
      padding-bottom: 50px;
  }
  .custom_left_bg{
      position: relative;
  }
  
  @media (min-width: 980px) {
      .custom_left_bg:before {
          position: absolute;
          left: 0;
          top: 0;
          width: 30%;
          height: 100%;
          content: '';
          background: #2490eb;
      }
  }
  
  .custom_right_bg{
      position: relative;
  }
  
  @media (min-width: 980px) {
      .custom_right_bg:before {
          position: absolute;
          right: 0;
          top: 0;
          width: 30%;
          height: 100%;
          content: '';
          background:#00aff0;
      }
  }
  
  .ss_philo_main_sec2{
      padding: 60px 0 0;
  }

  .ss_stain_txt_div2 li {
      background-position: 0% 11% !important;
  }



  .page-wrapper > .breadcrumbs .items {
      padding: 18px 15px;
      max-width: 1360px;
  }

  .ss_stain_txt_div2 h2{
      color:#000;
  }

.cms-philosophy .column main{
  padding-bottom: 0;
}



  .ss_phili_img_dv ul {
      padding: 0;
      list-style: none;
      display: flex;
      gap: 20px;
  }
  
  .ss_phili_img_dv ul li{
      width: 50%;
      border-radius: 10px;
      overflow: hidden;
  }
  .ss_phili_img_dv_blue p{
      color: #fff;
  }
  
  li.ss_phili_img_dv_blue {
      background: #00acf0;
      padding: 30px;
      position: relative;
      color: #fff;
      line-height: 28px;
  }
  
  li.ss_phili_img_dv_blue img {
      position: absolute;
      width: 50px;
      right: 20px;
      bottom: 20px;
  }
  
  .ss_philio_img_mn_div {
      position: relative;
  }
  
  
  
  .ss_philio_img_mn_div:before {
      content: "";
      width: 125px;
      height: 125px;
      background-image: url(https://stage-market.seitz24.com/media/wysiwyg/pattrn-image_1.png);
      position: absolute;
      top: -40px;
      left: -50px;
      z-index: -1;
  }
  
  .ss_philio_img_mn_div:after {
      content: "";
      width: 125px;
      height: 125px;
      background-image: url(https://stage-market.seitz24.com/media/wysiwyg/pattrn-image_1.png);
      position: absolute;
      bottom: -30px;
      right: -31px;
      z-index: -1;
  }
  
  .ss_philo_1st_sec{
      padding: 80px 0;
  }
  
  .ss_hm_abt_txt_bx_dv.ss_hm_philotxt_bx_dv {
      padding-left: 20px;
  }
  
  .ss_philo_1st_sec .row{
      align-items: center;
  }
  
  .ss_philo_2nd_sec{
      background-image:url(https://stage-market.seitz24.com/media/wysiwyg/phi_mission_bg.jpg);
      padding: 50px 0;
  }
  
  .ss_phili_2nd_hed_para {
      text-align: center;
  }
  
  .ss_phili_2nd_hed_para h2 {
      font-size: 35px;
      color: #000;
      font-weight: 600;
  }
  .ss_color_blue{
      color: #00acf0;
  }
  
  .ss_phili_why_sec {
      background: #fff;
      padding: 25px;
      border-radius: 15px;
      border-bottom: 5px solid #00acf0;
  }
  
  .ss_phili_why_sec_img {
      background: #dffdff;
      width: 70px;
      height: 70px;
      border-radius: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      border-bottom: 5px solid #00acf0;
      margin-bottom: 18px;
  }
  
  .ss_phili_why_sec_img img {
      width: 45px;
  }
  
  .ss_phili_why_sec_img:after {
      position: absolute;
      width: 80px;
      height: 80px;
      background: #000;
      z-index: 0;
  }
  .ss_phili_why_sec p{
      margin-bottom: 0;
  }
  
  .ss_phili_why_sec h6 {
      position: absolute;
      top: 38px;
      right: 40px;
      font-size: 40px;
      color: #e7e7e7;
  }
  
  .ss_phili_why_sec {
      margin-top: 35px;
      height: 220px;
  }
  .ss_phili_why_sec{
      position: relative;
  }
  .product-info-price {
      padding-bottom: 20px !important;
  }
  .fotorama__stage {
      height: 450px !important;
  }

.attribute.description p{
  font-size: 16px;
  font-weight: 300;
  color: #333;
}
header.type1 .navigation li.level0:hover{
  background-color:#fff;
}

.navigation .level0 .submenu a:hover{
  background-color: #fff !important;
}
.product.attribute.overview ul li {
  font-size: 16px;
  font-weight: 300;
  color: #333;
}
.product-info-price .price-box{
  padding-bottom: 0 !important;
}
.product-options-bottom button {
  background: #00aaf0 !important;
  border: 0 !important;
  height: 45px;
  font-weight: 600 !important;
}
.fotorama__nav .fotorama__thumb-border {
  border-color: #00aaf0;
}

.product.attribute.description ul li {
  font-size: 16px !important;
  font-weight: 300 !important;
  color: #333 !important;
}
@media (min-width: 768px) {
  .page-header.type1 .navigation li.level0.active, .page-header.type1 .navigation li.level0:hover {
      background-color: #00aff000 !important;
  }
}

.navigation .level0 .submenu {
  width: fit-content;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: var(--shd01);
  color: #333;
  backdrop-filter: blur(10px);
  transition: all 0.4s;
  padding: 5px 20px 15px !important;
  transform: translate(-6px, 1px);
  box-shadow: 0 1px 2px rgba(12, 117, 160, .05), 0 2px 5px rgba(12, 117, 160, .015), 0 5px 20px rgba(12, 117, 160, .015), 0 5px 50px rgba(12, 117, 160, .07) !important;
}

.page-products .block.filter {
  background: linear-gradient(to bottom, #FFF, #ebf9ff);
  border: 1px solid #c7edff;
  border-radius: 10px;
}

.page-products .title {
  border: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c6ecff !important;
  padding: 15px;
  color: #000;
  font-size: 16px;
  display: none;
}

.page-products .subtitle dl dt {
  border: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c6ecff !important;
  padding: 15px;
  color: #000;
  font-size: 16px;
}

.page-products .sidebar .content dl dt {
  border: 0 !important;
  background-color: transparent;
  border-bottom: 1px solid #c6ecff !important;
  padding: 15px;
  color: #000;
  font-size: 16px;
}

.page-products .sidebar .content ol li a {
  color: #000000 !important;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  padding: 5px 0px;
  width: 100%;
}

.page-products .sidebar .content ol li {
  display: flex;
  justify-content: space-between;
}

.page-products .sidebar .content ol {
  padding: 10px 15px;
}

/* .page-products .content span {
  color: #7dd7f9;
  font-size: 15px;
  letter-spacing: 0;
} */

.product-info-main .product-info-price .price-box {
display: block !important;
vertical-align: top;
}


.product-info-main .product-info-price {
border-bottom: 0px #ebebeb solid !important;
display: table;
width: 100%;
margin-bottom: 0 !important;
}

li.customer-welcome {
display: none !important;
}

@media only screen and (max-width: 767px) {
.navigation li.level0 > a.ui-state-active, .navigation li.level0 > a.ui-state-active + .submenu {
    background-color: #eeeeee;
    width: 100%;
}
}
@media only screen and (max-width: 767px) {
.sw-megamenu.navigation .submenu.level0.opened {
    width: 100% !important;
}
}

@media only screen and (max-width: 767px) {
.navigation .submenu:not(:first-child) ul > li a {
    color: #00aded !important;
    font-size: 16px !important;
    font-weight: 200 !important;
}
}

span.counter-number {
color: #fff !important;
}
header.page-header .nav-sections-item-title.active > a, header.page-header .nav-sections-item-title.active > a:hover, header.page-header .nav-sections-item-title.active > a:focus {
color: #00aded !important;
}

span.counter-number {
color: #fff !important;
}

.multishipping-checkout_address-newshipping  .fieldset > .field > .label, .fieldset > .fields > .field > .label {
  font-weight: 400;
  font-size: 14px;
  color: #000;
}

/****cart droupdownmenu****/

.action.primary {
background-image: none;
background: #00aff1;
color: #fff !important;
border: 1px solid #00aff1;
border-radius: 3px !important;
}
.minicart-wrapper .block-minicart:before {
border-color: transparent transparent #00aff1 transparent !important;
}
.minicart-wrapper .block-minicart{
border-top: 6px solid #00aff0 !important;
}

.minicart-items .product-item-name a {
color: #020202 !important;
}

.minicart-items .product-item-name {
margin: 0 0 1px !important;
}


.minicart-items .item-qty {
width: 35px !important;
font-size: 12px !important;
height: 20px !important;
}
.block-minicart .block-content > .actions > .secondary .action.viewcart{
color: #00aaf0 !important;
}



/*****cart Page******/

.cart.table-wrapper .product-item-name > a, .cart.table-wrapper .product-item-name > a:hover {
color: #000000 !important;
}
.checkout-cart-index .cart.item .product-image-container{
width: 80px !important;
}

.checkout-cart-index .product-image-photo{
width: 70px;
height: 70px;
object-fit: contain;
}
.cart.table-wrapper .product-item-name + .item-options {
margin-top: 12px !important;
}
.checkout-cart-index .cart.table-wrapper .col.subtotal .price {
color: #00aff1 !important;
font-size: 16px !important;
font-weight: 600 !important;
}
.checkout-cart-index span.cart-price {
font-weight: 600 !important;
color: #000;
font-size: 16px;
}

.checkout-cart-index button.action.update {
background: #7aa93c;
color: #fff !important;
border: 0;
padding: 0 20px;
height: 36px;
}

.about-experience-wrap.movingX h3 span {
color: #000 !important;
}


.checkout-cart-index button.action.primary.continue {
color: #fff !important;
}

.checkout-cart-index .cart.table-wrapper .cart thead tr th.col {
color: #000;
text-transform: uppercase;
}
.checkout-cart-index .towishlist span {
color: #ffffff;
}

.checkout-cart-index .page-main > .page-title-wrapper .page-title {
margin: 20px 0 15px !important;
color: #00aff1 !important;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar {
padding-bottom: 12px !important;
}
.cart.table-wrapper .action {
margin-right: 15px;
background: #00aff1;
padding: 4px 13px;
display: inline-block;
}

.checkout-cart-index a.action.action-edit {
background: #00aff1 !important;
color: #fff !important;
padding: 2px 8px 4px !important;
font-size: 10px;
}

.checkout-cart-index a.action.action-edit:before {
color: #fff !important;
font-size: 13px !important;
}

.checkout-cart-index a.action.action-delete {
background: #7aa93c !important;
color: #fff !important;
padding: 2px 8px 4px !important;
font-size: 10px;
}

.checkout-cart-index a.action.action-delete:before {
color: #fff !important;
font-size: 13px !important;
}

/****checkout*****/
.multishipping-checkout_address-newshipping .page-title-wrapper{
padding-top: 20px;
}

.multishipping-checkout_address-newshipping .page-title{
color: #00aaf0;
}

.multishipping-checkout_address-newshipping .form-address-edit{
border-top: 4px solid #00aaf0;
margin-top: 20px;
}
.multishipping-checkout_address-newshipping .fieldset > .legend{
color: #000000;
text-transform: uppercase;
margin: 0 0 20px;
font-size: 16px;
font-weight: 600;
}


.multishipping-checkout-addresses a.action.delete {
background: #00aff1;
height: 30px;
line-height: 30px;
padding: 0 9px;
color: #fff;
text-decoration: none;
}
.multishipping-checkout-addresses td.col.actions {
text-align: right;
}
.multishipping-checkout-addresses  .multicheckout .item-options {
margin: 10px 0 0;
}
.multishipping-checkout-addresses .table > thead > tr > th {
border-bottom: 1px solid #ddd;
color: #000;
font-size: 14px;
text-transform: uppercase;
}
.multishipping-checkout-addresses  .multicheckout .title strong {
font-size: 14px;
color: #7aa93c;
font-weight: 500 !important;
}
.multishipping-checkout-addresses .product-item-name, .product.name a {
font-weight: bold;
color: #000 !important;
}
.multishipping-checkout-addresses .page-title-wrapper {
padding-top: 18px;
}

.multishipping-checkout-addresses .page-main > .page-title-wrapper .page-title{
color: #00aff0;
}

.multishipping-checkout-addresses a.action.back {
background: #4a4a4a;
height: 40px;
line-height: 40px;
padding: 0 20px;
color: #fff;
margin-top: 0 !important;
}

.page-main > .page-title-wrapper .page-title {
font-size: 25px;
margin: 15px 0 25px;
color: #00aff0;
}

.multishipping-checkout-addresses button, input, optgroup, select, textarea {
color: #000000 !important;
}
.multishipping-checkout_address-newshipping button, input, optgroup, select, textarea {
color: #000000 !important;
}

.checkout-shipping-address .step-title {
margin: 20px 0 23px !important;
color: #00aff1 !important;
font-weight: 500;
}
.opc-wrapper .shipping-address-item.selected-item {
border-color: #00aff1;
font-size: 15px;
color: #000;
}
.opc-wrapper .shipping-address-item.selected-item:after {
background: #00aff1;
}
.shipping-address-item.not-selected-item {
font-size: 15px;
color: #000;
border: 1px solid #e5e5e5;
}

.shipping-address-items{
display: flex;
    gap: 15px;
}

.opc-block-summary {
border-radius: 0px !important;
background: linear-gradient(to bottom, #f4fbff, #ebf9ff);
border: 1px solid #c7edff;
}

.opc-block-summary > .title {
display: block !important;
color: #000 !important;
font-weight: 500 !important;
}
.minicart-items .product-item-name {
font-size: 15px !important;
}

.checkout-index-index .details-qty {
color: #000 !important;
}
button.action.action-select-shipping-item {
background: #00aff1 !important;
border: 0 !important;
color: #fff !important;
padding: 0 18px !important;
} 
button.action.action-show-popup {
background: #7aa93c !important;
color: #fff !important;
margin-top: 20px !important;
}
.checkout-shipping-address label {
color: #000;
margin-bottom: 12px !important;
display: block;
font-size: 15px;
}
.checkout-index-index .step-title {
font-size: 20px !important;
font-weight: 500 !important;
color: #4c4c4c !important;
}
.checkout-index-index .step-title {
font-size: 20px !important;
font-weight: 500 !important;
color: #4c4c4c !important;
}

.checkout-index-index table.table-checkout-shipping-method td, table.table-checkout-shipping-method th {
border: 1px solid #e5e5e5 !important;
color: #000 !important;
padding: 13px !important;
}

.checkout-index-index table.table-checkout-shipping-method{
border: 1px solid #e5e5e5 !important;
margin-top: 20px !important;
}

.checkout-index-index .minicart-items-wrapper.overflowed img {
object-fit: contain;
}

.checkout-index-index .shipping-information-title {
color: #000 !important;
font-size: 20px !important;
font-weight: 500 !important;
}
.checkout-index-index .shipping-information-content {
font-size: 15px;
color: #000;
}




.checkout-index-index .shipping-information {
border-radius: 0px !important;
background: linear-gradient(to bottom, #f4fbff, #ebf9ff);
border: 1px solid #c7edff;
padding: 15px;
}

.checkout-index-index .shipping-information-title {
color: #000 !important;
font-size: 20px !important;
font-weight: 500 !important;
}

.checkout-index-index .shipping-information-content {
font-size: 14px;
color: #000;
}

.checkout-index-index .billing-address-details {
color: #000;
font-size: 15px;
}

.checkout-index-index .checkout-billing-address label {
color: #000;
font-size: 16px;
}

.checkout-index-index .payment-method-content li {
color: #000;
font-size: 15px;
}

.checkout-index-index .payment-method-title.field.choice label {
color: #000;
font-size: 16px;
}

.checkout-index-index .billing-address-details a {
color: #000;
}
table.data.table.table-totals td, table.data.table.table-totals th {
font-size: 15px;
color: #000;
}

.checkout-payment-method .payment-option-title .action-toggle:after{
color: #ffffff !important;
}
.checkout-payment-method .payment-option-title .action-toggle {
color: #ffffff !important;
display: inline-block;
text-decoration: none;
background: #00aff1 !important;
padding: 8px 13px !important;
font-size: 15px !important;
}
.checkout-payment-method .payment-option-title .action-toggle:hover{
background-color: #000;
}



/****my account****/
.customer-account-login .block.block-customer-login {
margin-bottom: 0 !important;
padding: 20px;
border-radius: 10px;
background: linear-gradient(to bottom, #ffffff, #ebf9ff);
border: 1px solid #d6f2ff;
}

.customer-account-login  .login-container{
border: 0px solid #ececec;
border-radius: 8px;
background: #fff;
border-top: 0px solid #00aff1 !important;
display: flex;
padding: 0;
box-shadow: none !important;
}

.customer-account-login  .column.main .block:last-child {
margin-bottom: 0;
padding: 30px;
border-radius: 10px;
background: linear-gradient(to bottom, #ffffff, #ebf9ff);
border: 1px solid #d6f2ff;
margin-left: 50px;
}

.customer-account-login  .login-container .block .block-title strong{
  font-weight: 500;
  font-size: 25px;
  color: #000
}

.customer-account-login  .fieldset > .field, .fieldset > .fields > .field {
  margin: 0 0 18px;
  color: #000;
  font-size: 15px;
}

.action.primary:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}


.customer-account-login input[type="text"], .customer-account-create input[type="password"], .customer-account-create input[type="url"], .customer-account-create input[type="tel"], .customer-account-create input[type="search"], input[type="number"], .customer-account-create input[type="datetime"], .customer-account-create input[type="email"]{
  border: 1px solid #00aff1cc !important;
}


.customer-account-create .form.create.account{
  border-radius: 10px;
    background: linear-gradient(to bottom, #ffffff, #ebf9ff);
    border: 1px solid #d6f2ff !important;
}
.customer-account-create input[type="text"], input[type="password"], .customer-account-create input[type="url"], .customer-account-create input[type="tel"], .customer-account-create input[type="search"], .customer-account-create input[type="number"], .customer-account-create input[type="datetime"], .customer-account-create input[type="email"]{
  border: 1px solid #00aff1cc !important;
}
.customer-account-create  .fieldset > .field, .fieldset > .fields > .field {
  margin: 0 0 18px;
  color: #000;
  font-size: 15px;
}

.customer-account-create  .legend{
  font-weight: 500 !important;
  font-size: 25px !important;
  color: #000 !important;
}
.customer-account-create #seller_id{
  height: 40px;
  border: 1px solid #30bef4;
  font-size: 14px;
}
.navigation .level0 .submenu{
  width: 330px !important;
}

.page-header {
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 100%;
  top: 0;
  z-index: 10;
  z-index: 99999;
}

/* Scroll hone ke baad sticky class add hogi */
.page-header.ss_sticky {
  position: fixed;
  top: 0;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);

  /* Animation effect */
  animation: slideDownFade 0.4s ease forwards;
}

/* Animation keyframes */
@keyframes slideDownFade {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.ss_sticky .panel.wrapper {
  display: none;
}

.page-header .switcher .options ul.dropdown a {
  color: #161616;
  font-size: 14px;
}

.footer-bottom.ss_footer_bottom_sec .custom-block img {
  max-width: 320px;
}

.multishipping-checkout-addresses button.action.update {
  background: #7aa93c !important;
  height: 40px;
  color: #fff !important;
  padding: 0 20px;
}

.multishipping-checkout-addresses button.action.add {
  background: #000;
  height: 40px;
  color: #fff !important;
  padding: 0 20px;
}


/****Select Shipping Method*****/

.multishipping-checkout-shipping .box.box-shipping-address, .multishipping-checkout-shipping .box.box-shipping-method, .multishipping-checkout-shipping .box.box-items {
  border-radius: 10px;
}

.multishipping-checkout-shipping .box.box-shipping-address strong, .multishipping-checkout-shipping .box.box-shipping-method strong, .multishipping-checkout-shipping .box.box-items strong{
  padding: 15px;
  color: #000;
  font-size: 16px;
  border-bottom: 1px solid #c6ecff !important;
  background-color: #f5f5f500 !important;
}
.multishipping-checkout-shipping .box-content {
  padding: 20px 15px;
  font-size: 15px;
  color: #000;
 border: 1px solid #ddd; 
  border-top: 0;
 background-color: transparent; 
  min-height: 135px;
}

.multishipping-checkout-shipping .box-content address{
  line-height: 26px;
}


.multishipping-checkout-shipping a.action.back {
  background: #000;
  margin-top: 0 !important;
  padding: 10px 20px;
  color: #fff;
}

.multishipping-checkout-shipping .block-title {
  font-size: 18px !important;
  color: #000;
  font-weight: 500 !IMPORTANT;
  margin-bottom: 30px !important;
}

.multishipping-checkout-shipping .block-title span{
  color:#868686;
}



/*******Environment****/


/*****start*****/
.ss_enviro_img_div img{
  border-radius: 50% 50% 50% 50%;

}

.ss_enviro_mn_sec .row{
  align-items: center;
}

.ss_enviro_mn_sec {
  padding: 120px 0 0;
}
.ss_enviro_img_div{
  text-align: center;
  position: relative;
  animation: bounce-y 3s infinite linear;
}

.ss_enveir_img_mn_dv{
  position: relative;
}

.bounce_y {
  animation: bounce-y 3s infinite linear;
}
.ss_enve_img_2 {
  position: absolute;
  left: 0;
  top: -75px;
  z-index: -1;
}
@keyframes bounce-y {
  0% {        
      transform: translateY(0);
  }
  50% {        
      transform: translateY(-10px);
  }
  100% {        
      transform: translateY(0);
  }
}

.ss_margin_30{
  margin-top: 50px;
  text-align: center;
}

.cms-environment h1.page-title {
  display: none !important;
}

.ss_sticky .nav-sections-item-content {
  display: none !important;
}

.ss_sticky .logo img{
  max-width: 100px !important;
}


.ss_hm_development_bx_dv{
  padding-right: 50px;
}

.ss_development_mn_sec .row{
  align-items: center;
  display: flex;
}
.cms-research-development .page-title {
  display: none !important;
}

.ss_development_mn_sec{
  padding: 30px 0 0;
}

.ss_development_mn_sec img{
  border-radius: 15px;
}

.ss_mission_mn_sec{
  padding: 30px 0 60px;
}


.miss_lft_img {
  display: flex;
  gap: 30px;
}

.miss_lft_img img {
  width: 100%;
  border-radius: 15px;
}

.ss_miss_sec_2{
  background: linear-gradient(to bottom, #ebf9ff, #ebf9ff);
    padding: 70px 0;
}




.ss_miss_img_3 img{
  width: 100%;
}

.ss_miss_sec_2 .row{
  display: flex;
  align-items: center;
}

.ss_miss_img_3:after {
  content: "";
  content: "";
  width: 150px;
  background: #00aff0;
  height: 150px;
  position: absolute;
  right: -18px;
  bottom: -18px;
  z-index: -1;
}

.ss_miss_img_3:before {
  content: "";
  width: 150px;
  background: #00aff0;
  height: 150px;
  position: absolute;
  left: -18px;
  top: -18px;
  z-index: -1;
}

.ss_miss_img_3 {
  position: relative;
  z-index: 999;
}

.ss_miss_para_sec_2 {
  padding-left: 30px;
}

.cms-mission .page-main {
  max-width: 100% !important;
  padding-bottom: 0 !important;
}

.cms-mission .column main{
padding-bottom: 0 !important;
}


.cms-mission .page-title-wrapper{
  display: none !important;
}


.cms-mission .column.main {
  padding-bottom: 0 !important;
}


.cms-environmental-management .page-title-wrapper {
  display: none;
}

.ss_enveir_mgmt_img {
  text-align: center;
  width: 50%;
  margin: auto;
  border: 1px solid #00b0f061;
  border-radius: 10px;
  margin-top: 50px;
}


.ss_product_cate_content h2 {
  color: #000;
}

.ss_product_cate_content h6 {
  color: #00b0f0;
  font-size: 17px;
  padding: 20px 0;
  font-weight: 400;
}

.ss_product_cate_content p {
  margin-top: 20px;
  font-weight: 400;
}

.ss_product_cate_content {
  margin-top: 35px;
}

.category-image {
  border-radius: 10px;
  overflow: hidden;
}

.account .page-title {
  margin: 20px 0 15px !important;
  color: #00aff1 !important;
  font-size: 25px !important;
  font-weight: 500 !important;
}

.account .sidebar.sidebar-main {
  background: linear-gradient(to bottom, #FFF, #ebf9ff);
  border: 1px solid #c7edff;
  border-radius: 10px;
  padding: 15px;
}

.account .column.main {
  padding-left: 35px;
}


.account .account-nav-content li a {
  color: #000;
  font-size: 15px;
  border-bottom: 1px solid #c7edff;
  padding: 14px 0;
}
.account .account-nav-content li.nav.item.current {
  padding: 10px 0;
  color: #00afef;
  font-size: 15px;
  border-bottom: 1px solid #c7edff;
}

.account  nav.account-nav li a {
  color: #000 !important;
  font-size: 15px;
}

.account .block-collapsible-nav .item:first-child {
  border-top: 0px solid #ddd !important;
}

.account  .block .block-title {
  margin: 5px 0 20px !important;
  color: #313131;
}

.account  .box .box-title {
  padding: 10px 15px;
  border: 1px solid #00aaf054;
  background-color: #ecf9ff;
}


.account  .box .box-content {
  font-size: 14px;
  border: 1px solid #30bef373;
  background-color: #fbfbfb;
  min-height: 135px;
  color: #000;
}

.account .box .box-actions {
  margin: 0;
  border: 1px solid #30bef373;
  border-top: 0;
  background-color: #ecf9ff;
}
.account .box.box-address-billing strong {
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
}

.account table#additional-addresses-table th {
  font-size: 14px;
  color: #000;
}

.account table#additional-addresses-table td {
  font-size: 14px;
  color: #000;
  padding: 15px 10px;
}

.account .table-wrapper.additional-addresses a.action.edit {
  background: #000;
  padding: 6px 10px;
  border-radius: 3px;
  color: #fff;
}

.account .table-wrapper.additional-addresses a.action.delete {
  background: #d10029;
  color: #fff !important;
  padding: 6px 10px;
  border-radius: 3px;
}

.account .block-collapsible-nav .item > strong{
  color: #00aaf0;
    font-size: 15px;
}

.action.primary{
  text-decoration: none !important;

}


.account .box-actions a.action.edit {
  background: #00aff0;
  padding: 6px 10px;
  color: #fff !important;
  border-radius: 3px;
  font-size: 14px;
}
.account a.action.edit:hover{
  background-color: #000 !important;
}


.account .block .box-actions .action:after {
  display: none;
}
.account a.action.change-password {
  background: #5c5c5c;
  padding: 5px 10px;
  border-radius: 3px;
  color: #fff;
  margin-left: 7px;
  font-size: 14px;
  text-decoration: none;
}

.account a.action.change-password:hover{
  background-color: #000;
}

.account  .box-content a {
  color: #000;
}
.account  a.action.view {
  background: #020202;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px !important;
  border-radius: 5px;
}

.account .wk-mp-design .fieldset > .legend{
  font-size: 2rem;
    font-weight: 500;
    color: #000;
}
.account .wk-mp-design .fieldset > .field > .label {
  color: #000;
}


.account .wk-mp-design .fieldset > .field > .label {
  color: #000;
}

.account button.button.wk-mp-btn {
  background: #00aaf0;
  color: #fff;
  font-size: 15px;
  border: 0;
  padding: 0 8px 0 16px;
  font-weight: 400;
}

.account button.button.pay.wk-mp-btn {
  background: #7aa93c;
}
.account button.button.wk-mp-btn:hover{
  background-color: #000 !important;
}


.account table#my-orders-table th {
  font-size: 15px;
  color: #000;
  text-align: center;
}

.account table#my-orders-table td {
  color: #000;
  font-size: 14px;
  text-align: center;
  padding: 15px 0;
}

.account a.action.view {
  background: #00aaf0;
  padding: 6px 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
}

.account table#my-orders-table {
  margin-top: 0;
}

.account .data.table .col.actions .action:after {
  display: none;
}

.account a.action.order {
  background: #000;
  padding: 6px 10px;
  color: #fff;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 3px;
}
.account div#account-nav a:hover {
  background: transparent !important;
  color: #00aff0;
}
.account .sidebar .actions-toolbar .secondary a.action {
  line-height: 20px;
  margin: 0;
  background-color: #000;
}

.account .block.block-dashboard-addresses a.action.edit {
  background: #00aff0;
  padding: 6px 10px;
  color: #fff;
  font-size: 14px !important;
  border-radius: 3px;
}


.account .sidebar.sidebar-additional {
  background: linear-gradient(to bottom, #FFF, #ebf9ff);
  border: 1px solid #c7edff;
  padding: 28px 15px;
  margin-bottom: 0 !important;
  padding-bottom: 0;
  border-radius: 5px;
}
.account .sidebar .actions-toolbar .action.primary{
  border-radius: 3px !important;
}

.account .product-item-actionsa.action.edit {
  background: #d10029;
  padding: 5px 15px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
}

.account .product-item-actions a.btn-remove.action.delete {
  background: #3e3b3b;
  padding: 5px 15px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
}

.account .product-item-actions .action.edit {
  background: #7aa93c;
  padding: 5px 15px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
}

.account .products-grid.wishlist .product-item-comment::placeholder {
  font-size: 13px;
  color: #666;
}
.account .box.box-address-billing strong {
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
}
.account .products-grid.wishlist .product-item-name a {
  color: #000 !important;
}


.account table#my-reviews-table th {
  font-size: 15px;
  color: #000;
}

.account  table#my-reviews-table td {
  color: #000;
  font-size: 14px;
  padding: 15px 10px;
}

.account #my-reviews-table a.action.more {
  background: #00aaf0;
  padding: 7px 14px;
  color: #fff;
  border-radius: 4px;
}


.sidebar.sidebar-additional {
  display: none;
}


@media only screen and (max-width: 639px) {
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td, .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
      border-bottom: none;
      display: block;
      padding: 10px 9px;
      font-size: 14px;
      color: #000;
  }
}

/***********ss_me media Screen Start*******************/
/***********media Screen Start*******************/

@media only screen and (min-width: 320px) and (max-width: 767px){
  .account .columns .column.main{
    padding-bottom: 20px;
  }
  .account p.toolbar-amount {
    display: none;
  }
  .toolbar.products-reviews-toolbar.bottom {
    display: none;
}
  .account .sidebar.sidebar-main{
    margin-bottom: 35px !important;
  }
  .customer-addresses-toolbar.toolbar.bottom {
    display: none;
}
  .account .column.main {
    padding-left: 0;
}
.account .sidebar .actions-toolbar .action.primary {
  width: auto;
}
.account .sidebar.sidebar-additional{
  margin: 40px 0 !important;
}
.footer-bottom.ss_footer_bottom_sec .custom-block img {
  max-width: 250px;
}
.account .page-title-wrapper {
  margin-top: 50px;
}

.account .actions-toolbar > .primary, .actions-toolbar > .secondary {
  text-align: left;
}
.product-item-actions .action.edit {
  padding: 5px 6px;
  margin-top: 0 !important;
}
.account .product-item-actions a.btn-remove.action.delete {
  padding: 5px 6px;
  margin-top: 0 !important;
}
  .category-laundries .page-products .columns{
    padding-top: 10px;
  }
  .ss_product_cate_content h2 {
    line-height: 38px;
    font-size: 24px;
}
  .miss_lft_img {
    margin-top: 40px;
}

.cms-mission .page-main{
  padding: 0 !important;
}
.ss_miss_sec_2 .row {
  display: block;
}

.ss_miss_para_sec_2 {
  padding-left: 0;
  padding-top: 50px;
}
  .page-products .page-main {
    padding-top: 30px;
}
.page-products .block.filter {
  border: 0px solid #c7edff;
}
  ul.subchildmenu li:after{
    left: 20px;
  }
  .navigation .submenu:not(:first-child) ul > li a{
    padding-left: 35px !important;
  }
  section.ss_hm_cate_mn-sec h2 {
      font-size: 25px;
      line-height: 35px;
  }
  section.ss_hm_cate_mn-sec p {
      font-size: 16px;
      width: 100%;
      line-height: 30px;
      margin-top: 10px !important;
  }

  .ss_hm_cate_box_sec ul li {
      text-align: center;
      width: 34%;
      display: inline-block;
      margin: 22px 10px 0;
      vertical-align: top;
  }

  .ss_hm_cate_box_sec h6 {
      font-size: 18px;
      line-height: 26px;
  }
  .ss_hm_cate_box_sec {
      margin-top: 30px;
  }
  .ss_hm_cate_box_sec ul {
      display: block;
      text-align: center;
  }
  .ss_hm_cate_box_sec ul div {
      width: 95px;
      height: 95px;
  }
  .ss_hm_cate_box_sec ul div:before {
      content: "";
      width: 95px;
      height: 97px;
  }
  .ss_hm_abt_txt_bx_dv h2 {
      font-size: 25px;
      line-height: 35px;
  }
  ul.ss_hm_abt_list_sec li{
      background-position: 0% 16%;
  }
  .ss_hm_abt_btn a {
      padding: 12px 14px;
      font-size: 14px;
  }
  .ss_abt_txt_ul {
      width: 88%;
      bottom: 35px;
      left: 0;
  }
  .ss_abt_txt_ul ul {
      padding-right: 10px;
  }
  .ss_hm_head_sec h2 {
      font-size: 28px;
  }

  .ss_hm_feature_sec .owl-controls {
      top: -65px !important;
  }
  
  div#featured_product {
      margin-top: 40px;
  }
  .ss_hm_feature_sec .owl-prev, .ss_hm_feature_sec .owl-next {
      width: 35px;
      height: 35px;
      line-height: 35px;
  }


  .ss_stain_txt_div {
      padding: 30px 15px;
  }
  .ss_stain_txt_div h2 {
      font-size: 28px;
      line-height: 35px;
  }

  .ss_stain_mn_sec .row {
      display: block;
  }
  /******footer*********/
  .footer-middle.ss_footer_sec .row {
      display: block;
  }
  .footer-middle.ss_footer_sec .row .col-sm-3 {
      border-right: 0px solid #4b4b4b;
      padding-top: 0;
      padding-bottom: 40px;
  }
  .footer-middle.ss_footer_sec {
      padding: 40px 15px;
  }
  .footer-middle.ss_footer_sec .row .col-sm-3:nth-child(3) {
      padding-left: 15px;
  }
  .footer-middle.ss_footer_sec .row .col-sm-3:nth-child(1) {
      padding-left: 15px;
  }
  .footer-middle.ss_footer_sec .row .col-sm-3:nth-child(4) {
      padding-left: 15px;
  }
  .footer-middle .block.newsletter label {
      margin-top: 30px;
  }

  .ss_stain_txt_div:before{
      left: -4px;
  }
  .ss_stain_mn_sec .row {
      display: block;
  }
  .ss_stain_mn_sec .col-lg-6:nth-child(even) {
      padding-left: 15px;
  }
  .ss_stain_img_dv img {
      height: auto;
  }
  .ss_why_rw_sec1 {
      display: block;
  }
  a.ss_elplore_btn{
      float: left;
  }
  .ss_hm_why_mn_div{
      margin-top: 25px;
  }

  .ss_your_mn_sec .row {
      display: block;
  }
  .ss_your_text_dv {
      width: 100%;
  }
  .ss_your_text_dv h2 {
      line-height: 30px;
      font-size: 22px;
       margin-top: 0;
  }
  .ss_your_partner_dv{
      padding: 15px;
  }
  .ss_your_img_dv img {
      width: 200px;
      height: 200px;
  }
  .ss_your_img_dv {
      margin-right: 0;
      text-align: center;
      margin-top: 40px;
  }
  .ss_your_partner_dv{
      display: block;
      margin-bottom: 30px;
  }


  .ss_hm_new_product_section .col-sm-12 {
      padding: 0;
  }
  
  .ss_hm_new_product_section .product.details {
      padding: 10px 10px !important;
      text-align: left;
  }
  .ss_hm_new_product_section .product-item-name {
      font-size: 15px;
  }
  .ss_hm_feature_sec .product-sku, .ss_hm_new_product_section .product-sku{
      padding: 4px 8px;
      border-radius: 4px;
      font-weight: 500;
      font-size: 10px;
  }
  .ss_hm_new_product_section .product-item .rating-summary .rating-result:before {
      font-size: 12px;
      letter-spacing: 3px;
  }
  .ss_hm_new_product_section .product-item .rating-summary .rating-result {
      width: 80px;
  }
  .ss_hm_feature_sec .product-item-photo img {
      max-width: 85px;
      width: 85px;
      height: 133px;
  }
  .ss_hm_feature_sec .product-item-photo {
      border: 0 !important;
      padding: 0;
  }
  .ss_logged_in .ss_hm_feature_sec .product.details {
      padding: 10px !important;
      text-align: left;
  }
  .ss_hm_feature_sec .product-item .rating-summary .rating-result:before {
      font-size: 12px;
      letter-spacing: 3px;
  }
  .ss_hm_feature_sec .product-item-name {
      font-size: 15px;
  }
  .ss_hm_feature_sec .product-item .rating-summary .rating-result {
      width: 80px;
  }

/*********header**********/
.ss_mn_header .panel.header {
  display: none;
}
.ss_hm_lng_dp_meu {
  display: none;
}
.ss_top_hed_user_dv .custom-block {
  display: none;
}

.ss_mn_header .logo {
  max-width: 320px !important;
  width: 320px !important;
}
.ss_hed_user_icon{
  display: none;
}

.page-header.type1 .logo {
  height: 50px !important;
}
.nav-toggle:before{
  color: #00aff0 !important;
}

.block-search .label:before{
  color: #00aaf0 !important;
  width: 40px !important;
  height: 40px !important;
  background: #d9f5ff !important;
  line-height: 40px !important;
  border-radius: 100px !important;
}
.page-header.type1 .minicart-wrapper{
  margin: 0px 0 !important;
}

.page-header {
  box-shadow: 0px 2px 2px #00aaf01c;
}
.ss_abt_txt_ul p{
  font-size: 15px;
}

.page-header.type1 .navigation li.level0 > .level-top {
  padding: 15px 10px !important;
  font-size: 14px;
}
header.page-header .nav-sections-item-title {
  background: #00aded;
  height: 50px !important;
  padding-top: 15px !important;
  font-size: 15px;
}

header.page-header .nav-sections-item-title.active > a{
  color: #00aded;
}
.block-search .label.active + .control input {
  position: absolute;
  right: 0;
  left: 0;
  padding: 20px;
  width: 90%;
  margin: 15px auto;
}


.ss_mobile_show{
  display: block;
}
.ss_desktop_show{
  display: none;
}
.ss_mobile_show .owl-nav {
  display: none !important;
}


.ss_footer_bottom_sec address {
  width: 100%;
  text-align: center;
}
.ss_footer_bottom_sec .custom-block {
  width: 100%;
}

.ss_footer_bottom_sec .logo:after {
  width: 145px;
  height: 98px;
}
.ss_footer_bottom_sec .container {
  display: block;
}
.ss_footer_bottom_sec .logo{
  width: 100%;
  max-width: 100%;
}

.ss_cate_prod_list .product-item {
  flex: 1 1 calc(49% - 5px);
  max-width: calc(49% - 8px);
  display: block !important;
}

.pages .pages-items{
  display: inline-block !important;
}
.filterproducts.products.list.items.product-items.owl-carousel {
  display: block;
}

.ss_philo_img {
  margin-bottom: 40px;
}
.ss_padd_50 {
  padding: 0px 0;
  text-align: left;
}
.ss_philo_main_sec2 {
  padding: 10px 0 0;
}
.ss_stain_txt_div2 {
  padding-bottom: 30px;
}
section.ss_philo_main_sec {
  padding: 40px 0 0;
}
ul.ss_hm_abt_list_sec li{
  line-height: 28px;
}
.ss_philo_img {
  margin-bottom: 0;
}

.ss_phili_img_dv ul {
  display: block;
}
.ss_phili_img_dv ul li {
  width: 100%;
  margin-bottom: 20px;
}
.ss_hm_abt_txt_bx_dv.ss_hm_philotxt_bx_dv {
  margin-top: 30px;
}

.ss_phili_2nd_hed_para {
  text-align: left;
}

.ss_phili_why_sec {
  margin-top: 35px;
  height: auto;
}
.ss_product_dtl_rit_dv {
  padding-left: 0;
}

.product.data.items {
margin-left: 0 !important;
margin-right: 0 !important;
}
.product.data.items > .item.title > .switch {

margin-right: 0px !important;
margin-top: 20px !important;
}
.catalog-product-view .product-info-main .product.sku {
padding: 4px 6px;
font-size: 12px;
}
.catalog-product-view .stock.available {
padding: 4px 6px;
font-size: 11px;
}

.navigation .level0 .submenu{
padding: 0 !important;
}
.navigation .submenu:not(:first-child) ul > li a {
color: #00aded;
}

.navigation li.level0 .ui-menu-item > a:before{
display: none !important;
}
.section-item-content ul.header.links:nth-child(2) {
display: none;
}

.section-item-content ul.header.links:nth-child(3) {
display: none;
}

/****product-details******/
.fotorama__stage {
height: 300px !important;
}
.product-info-main .page-title-wrapper h1 {
margin: 0 0 15px;
font-size: 20px;
}

/***cart Page***/

.gift-options-cart-item + .action-towishlist {
left: 0px !important;
}
.cart.table-wrapper .action-towishlist:before{
font-size: 13px !important;
line-height: 20px !important;
color: #ffffff;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar {
padding-bottom: 35px !important;
}
.cart.table-wrapper .col.qty .input-text {
text-align: center;
width: 45px !important;
height: 30px !important;
}
.qty.field .qty-changer > a{
height: 14px !important;
}

.cart.table-wrapper .col.price:before{
text-transform: uppercase !important;
color: #000 !important;
font-size: 13px !important;
}

.cart.table-wrapper .product-item-name{
margin-top: 0 !important;
}
#shopping-cart-table td.col.item {
border-bottom: 0px solid #e5e5e5 !important;
padding-bottom: 16px !important;
margin-bottom: 13px;
}

.checkout-cart-index .page-main {
padding-left: 15px !important;
padding-right: 15px !important;
}

.cart.table-wrapper .product-item-photo{
left: 5px !important;
}

.shipping-address-item.not-selected-item {
padding: 15px;
}

.shipping-address-items {
display: block;
}

.page-main{
padding-bottom: 0 !important;
}
.customer-account-login .login-container{
  display: block;
}

.customer-account-login .column.main .block:last-child{
  margin-left: 0;
  margin-top: 40px;
}
.ss_development_mn_sec .row {
  display: block;
}
.ss_hm_development_bx_dv {
  padding-right: 0;
}
.ss_hm_feature_sec .products-grid .product-item-details .product-item-actions .tocart, .ss_hm_new_product_section .products-grid .product-item-details .product-item-actions .tocart{
  width: 32px;
  height: 32px;
}
.product-item .tocart:before{
  font-size: 13px;
}

.ss_your_mn_sec {
  padding: 50px 0 0;
}

.ss_hm_new_product_section {
  padding: 30px 0 0px;
}
section.ss_hm_abt_mn_sec {
  padding: 20px 0 50px;
}
section.ss_hm_cate_mn-sec h2{
  margin-top: 0;
}

.ss_footer_bottom_sec .custom-block {
text-align: center;
}
.ss_hm_feature_sec .price-box .price, .ss_hm_new_product_section .price-box .price {
  font-size: 16px;
}
section.ss_why_sec {
  padding-top: 40px;
}
}
@media only screen and (min-width: 481px) and (max-width: 767px){ 
  .ss_hm_cate_box_sec ul li {
      width: 24%;
  }
  .ss_cate_prod_list .product-item {
      flex: 1 1 calc(32% - 5px);
      max-width: calc(32% - 8px);
      display: block !important;
  }
  

}
@media only screen and (min-width: 767px) and (max-width: 1023px){
  .miss_lft_img {
    margin-top: 40px;
}
.footer-bottom.ss_footer_bottom_sec .custom-block img {
  max-width: 255px;
}
.cms-mission .page-main{
  padding: 0 !important;
}
.ss_miss_sec_2 .row {
  display: block;
}

.ss_miss_para_sec_2 {
  padding-left: 0;
  padding-top: 50px;
}

.ss_miss_img_1 {
  width: 50%;
}

.ss_miss_img_2 {
  width: 50%;
}
  section.ss_hm_cate_mn-sec h2 {
      font-size: 25px;
      line-height: 35px;
  }
  section.ss_hm_cate_mn-sec p {
      font-size: 16px;
      width: 100%;
      line-height: 30px;
      margin-top: 10px !important;
  }

  .ss_hm_cate_box_sec ul li {
      text-align: center;
      width: 30%;
      display: inline-block;
      margin: 22px 10px 0;
      vertical-align: top;
  }
  .ss_mobile_show .owl-nav {
      display: none !important;
  }

  .ss_hm_cate_box_sec h6 {
      font-size: 18px;
      line-height: 26px;
  }
  .ss_hm_cate_box_sec {
      margin-top: 30px;
  }
  .ss_hm_cate_box_sec ul {
      display: block;
      text-align: center;
  }
  .ss_hm_cate_box_sec ul div {
      width: 150px;
      height: 152px;
  }
  .ss_hm_cate_box_sec ul div:before {
      content: "";
      width: 95px;
      height: 97px;
  }
  .ss_hm_abt_txt_bx_dv h2 {
      font-size: 25px;
      line-height: 35px;
  }
  ul.ss_hm_abt_list_sec li{
      background-position: 0% 16%;
  }
  .ss_hm_abt_btn a {
      padding: 14px 20px;
      font-size: 16px;
  }
  .ss_abt_txt_ul {
      width: 50%;
      bottom: 35px;
      left: 0;
  }
  .ss_abt_txt_ul ul {
      padding-right: 10px;
  }
  .ss_hm_head_sec h2 {
      font-size: 28px;
  }
  .ss_abt_txt_ul p{
      font-size: 20px;
  }

  .ss_hm_feature_sec .owl-controls {
      top: -65px !important;
  }
  
  div#featured_product {
      margin-top: 40px;
  }
  .ss_hm_feature_sec .owl-prev, .ss_hm_feature_sec .owl-next {
      width: 35px;
      height: 35px;
      line-height: 35px;
  }


  .ss_stain_txt_div {
      padding: 30px 30px;
  }
  .ss_stain_txt_div h2 {
      font-size: 28px;
      line-height: 35px;
  }

  .ss_stain_mn_sec .row {
      display: block;
  }
  /******footer*********/
  .footer-middle.ss_footer_sec .row {
      display: flex;
      flex-wrap: wrap;
  }
  .footer-middle.ss_footer_sec .row .col-sm-3 {
      border-right: 0px solid #4b4b4b;
      padding-top: 0;
      padding-bottom: 40px;
  }
  .footer-middle.ss_footer_sec {
      padding: 40px 15px;
  }
  .footer-middle.ss_footer_sec .row .col-sm-3:nth-child(3) {
      padding-left: 15px;
  }
  .footer-middle.ss_footer_sec .row .col-sm-3:nth-child(1) {
      padding-left: 15px;
  }
  .footer-middle.ss_footer_sec .row .col-sm-3:nth-child(4) {
      padding-left: 15px;
  }
  .footer-middle .block.newsletter label {
      margin-top: 30px;
  }

  .ss_stain_txt_div:before{
      left: -4px;
  }
  .ss_stain_mn_sec .row {
      display: block;
  }
  .ss_stain_mn_sec .col-lg-6:nth-child(even) {
      padding-left: 15px;
  }
  .ss_stain_img_dv img {
      height: auto;
  }
  .ss_why_rw_sec1 {
      display: flex;
  }
  a.ss_elplore_btn{
      float: left;
  }
  .ss_why_rw_sec1 .col-lg-8{
      width: 70%;
  }
  .ss_why_rw_sec1 .col-lg-4{
      width: 30%;
  }
  .ss_hm_why_mn_div{
      margin-top: 25px;
  }
  .ss_your_text_dv ul{
      min-height: 110px;
  }
  .ss_your_mn_sec .row {
      display: flex;
  }
  .ss_your_text_dv {
      width: 100%;
  }
  .ss_your_text_dv h2 {
      line-height: 30px;
      font-size: 22px;
       margin-top: 0;
  }
  .ss_your_partner_dv{
      padding: 15px;
  }
  .ss_your_img_dv img {
      width: 200px;
      height: 200px;
  }
  .ss_your_img_dv {
      margin-right: 0;
      text-align: center;
      margin-top: 40px;
  }
  .ss_your_partner_dv{
      display: block;
      margin-bottom: 30px;
  }  

  .ss_why_dtl_sec p {
      font-weight: 300;
      color: #333;
      font-size: 18px;
  }

  .ss_why_sec .col-lg-3 {
      width: 50% !important;
      float: left;
  }
  .ss_your_mn_sec .col-lg-6 {
      width: 50%;
  }
  .ss_footer_sec .col-sm-3 {
      width: 50%;
  }

  .ss_top_hed_user_dv .custom-block{
      display: none;
  }
  .ss_hed_user_icon{
      display: none;
  }
  .ss_mobile_show{
      display: block;
  }
  .ss_desktop_show{
      display: none;
  }
  .ss_cate_prod_list .product-item {
      flex: 1 1 calc(32% - 10px);
      max-width: calc(33% - 16px);
  }
.ss_hm_abt_txt_bx_dv.ss_hm_philotxt_bx_dv {
  margin-top: 30px;
}
.ss_phili_why_sec {
  margin-top: 35px;
  height: auto;
}

/***product details****/
.page-layout-2columns-right .sidebar-additional {
width: 100% !important;
}
.page-layout-2columns-right .column.main {
width: 100% !important;
}

}


@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .ss_mn_header .block-search {
      width: 400px !important;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1300px){
  .ss_mn_header .block-search {
      width: 400px !important;
  }
  .ss_cate_prod_list .product-item {
      max-width: calc(25% - 16px);
  }
}



@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .ss_mn_header .block-search {
      width: 300px !important;
  }
}