/*body.fullwidth .page-wrapper .container {
    width: 1370px;
}*/
/* Slider */
.view-none{
  display: none;
}
.product-item.large .product-item-photo img {
    filter: contrast(1.2);
}
.main-image img.zoom {
   filter: contrast(1.2);
}
.product-previews-carousel .slick-slide img {
    filter: contrast(1.2);
}
body {
    font-family: 'Roboto';
}
#slider {
    width: 100%;
    height: 380px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
@keyframes load{
  from{left:-100%;}
  to{left:0;}
}
.slides{
  width:400%;
  height:100%;
  position:relative;
  -webkit-animation:slide 30s infinite;
  -moz-animation:slide 30s infinite;
  animation:slide 30s infinite;
}
.slider{
  width:25%;
  height:100%;
  float:left;
  position:relative;
  z-index:1;
  overflow:hidden;
}
.slide img{
  width:100%;
  height:100%;
}
.slide img{
  width:100%;
  height:100%;
}
.image{
  width:100%;
  height:100%;
}
.image img{
  width:100%;
  height:100%;
}

/* Legend */
.legend{
  border:500px solid transparent;
  border-left:800px solid #371d109e;
  border-bottom:0;
  position:absolute;
  bottom:0;
}

/* Contents */
.content{
  width:100%;
  height:100%;
  position:absolute;
  overflow:hidden;
}
.content-txt{
  width:400px;
  height:150px;
  float:left;
  position:relative;
  top:140px;
  -webkit-animation:content-s 7.5s infinite;
  -moz-animation:content-s 7.5s infinite;
  animation:content-s 7.5s infinite;
}
.content-txt h1{
  font-family:Arial;
  text-transform:uppercase;
  font-size:24px;
  color:#fff;
  text-align:left;
  margin-left:30px;
  padding-bottom:10px;
  text-align: center;
    line-height: 0.8;
}
.content-txt h2 {
    font-family: arial;
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
    color: #fff;
    text-align: left;
    margin-left: 30px;
    margin-bottom: 0;
    margin-top: 15px;
    text-align: justify;
}

/* Switch */
.switch{
  width:120px;
  height:10px;
  position:absolute;
  bottom:50px;
  z-index:99;
  left:30px;
}
.switch > ul{
  list-style:none;
}
.switch > ul > li{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#333;
  float:left;
  margin-right:5px;
  cursor:pointer;
}
.switch ul{
  overflow:hidden;
}
.on{
  width:100%;
  height:100%;
  border-radius:50%;
  background:#f39c12;
  position:relative;
  -webkit-animation:on 30s infinite;
  -moz-animation:on 30s infinite;
  animation:on 30s infinite;
}

/* Animation */
@-webkit-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}
@-moz-keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}
@keyframes slide{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:-100%;
  }
  46%{
    margin-left:-100%;
  }
  50%{
    margin-left:-200%;
  }
  71%{
    margin-left:-200%;
  }
  75%{
    margin-left:-300%;
  }
  96%{
    margin-left:-300%;
  }
}

@-webkit-keyframes content-s{
  0%{left:-420px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}
@-moz-keyframes content-s{
  0%{left:-420px;}
  10%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}
@keyframes content-s{
  0%{left:-420px;}
  10%{left:20px;}
  15%{left:0px;}
  30%{left:0px;}
  40%{left:0px;}
  50%{left:0px;}
  60%{left:0px;}
  70%{left:0;}
  80%{left:-420px;}
  90%{left:-420px;}
  100%{left:-420px;}
}

@-webkit-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@-moz-keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

@keyframes on{
  0%,100%{
    margin-left:0%;
  }
  21%{
    margin-left:0%;
  }
  25%{
    margin-left:15px;
  }
  46%{
    margin-left:15px;
  }
  50%{
    margin-left:30px;
  }
  71%{
    margin-left:30px;
  }
  75%{
    margin-left:45px;
  }
  96%{
    margin-left:45px;
  }
}

/* main */
/* Reset */
/*a{text-decoration:none;color:inherit;}
html{width:100%;height:100%;}
*/
/* Body */
/*body{
  background:#fff;
}*/

/* Header */
/*header{
  width:100%;
  height:80px;
  background:#222;
}
.logo{
  width:50px;
  height:65px;
  position:relative;
  top:7.5px;
  float:left;
  margin-left:5%;
}
.logo img{
  width:100%;
  height:100%;
}*/
/*nav{
  width:auto;
  height:100%;
  float:right;
  margin-right:5%;
  list-style:none;
}
nav li{
  width:auto;
  margin-right:20px;
  float:left;
}
nav li a{
  font-family:Arial;
  font-size:16px;
  color:#fff;
  line-height:80px;
}*/
/*nav select{
  width:150px;
  height:30px;
  margin-top:25px;
  font-family:Arial;
  font-size:14px;
  color:#666;
  border:2px solid #aaa;
  padding-left:10px;
}
nav select:focus{
  outline:none;
}*/

/* Content */
/*.container{
  width:70%;
  height:auto;
  padding:20px 0;
  margin:20px auto;
}
.container h1{
  font-family:Arial;
  font-size:24px;
  color:#222;
  text-transform:uppercase;
  margin:20px 0;
}*/
/*.container h2{
  font-family:arial;
  font-size:16px;
  color:#444;
  margin-top:10px;
}
.container h3{
  font-family:arial;
  font-weight:normal;
  font-size:16px;
  color:#aaa;
}*/
.code{
  width:600px;
  height:auto;
  margin:20px auto;
  padding:10px 20px;
  background:#222;
  border-left:10px solid #aaa;
  font-family: arial;
  font-size:16px;
  color:#fff;
}
.code span{
  color:#89A978;
}
.space{
  width:20px;
  height:1px;
  float:left;
}

/*footer{
  width:100%;
  height:50px;
  background:#222;
}
footer h1{
  font-family:Arial;
  font-weight:normal;
  font-size:14px;
  color:#fff;
  margin-left:5%;
  line-height:50px;
}*/
.sp1{
	font-weight: 900;
	color: yellow !important;
	text-align: center;
	font-size: 28px !important;
}









.page-header.variant-1 .navbar {
    margin:0;
}
.navbar{
	background: #7bbd42;
}
.header-logo svg {
    fill: #0679bc;
    max-width: 403px;
    max-height: 115%;
    width: 100%;
    height: auto;
    margin-top: 7px;
}
.header-logo {
    height: auto;
    line-height: 0;
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 5px;
}
.nav > li > a, .nav > li > a:focus {
    font-family: Lato;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
}
.header-link > a i.icon {
    color: #ffffff;
    }
    .exp-icon-search {
    color: #fff;
}
.sub-menu .category-links a {
color: #5a5959;

    font-weight: bold;
}
.nav > li:hover > a {
    background: #5b9726;
        color: #ffffff;
}
.simple-dropdown:hover{
	background:  #5b9726;
}
.sub-menu {
    border-bottom: 4px solid #5b9726;
    }
    .simple-dropdown .sub-menu ul.category-links li:hover > a {
    color: #5b9726;
}
.simple-dropdown .sub-menu ul.category-links ul {
    top: -10px;
    }
.simple-dropdown .sub-menu {
    padding-top: 5px;
    padding-bottom: 5px;
}    
.megamenu-categories .col {
    margin: 0 ;
}
.sub-menu .category-links {
    /*padding: 0;*/
    margin: 0px ;
    /*list-style: none;*/
}
.sub-menu .category-links a:hover {
    color: #5b9726;
    text-decoration: underline;
}
.sp3 {
    font-size: 18px;
    background-color: #7bbd42 !important;
}
.products-grid.product-variant-2 .product-item.large:after {
    /*background-color: #7bbd42;*/
}

.carousel-cell {
  width: 66%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: gallery-cell;
}

.carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}
.slick-prev {
    right: 0;
    left: 0;
    z-index: 9999;
}
.price-box .price, .price-box .special-price {
    /*font-size: 18px;*/
    /*line-height: 1.2em;*/
    /*font-weight: 700;*/
    color: #75a22d;
}
.slick-prev, .slick-next {
    background: #291413;
}
.product-item.large .product-item-actions .actions-secondary a, .product-item.large .product-item-actions .actions-secondary a:focus {
    background-color: #291413;
}
.products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary button, .products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary button:focus {
    background-color: #291413;
}
.product-item-label.label-sale {
    background-color: #7bbd42;
}
.product-item-label.label-new {
    background-color: #291413;
}
.slick-prev:not(.slick-disabled):hover, .slick-next:not(.slick-disabled):hover {
    background: #7bbd42;
}
.product-item.large .product-item-actions .actions-secondary a:hover {
    color: #fff;
    background-color: #7bbd42;
}
.products-grid.product-variant-2 .product-item.large .product-item-name {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.sp5{
	padding-top: 50px;
}
.sp6{
	padding-top: 10px;
}
/*.slick-track{
width: 100% !important;
}*/
.sp7{
	width: 95% !important;
}
footer.variant2 .footer-bot, footer.variant4 .footer-bot {
    padding: 15px 0 15px;
}
.sp8{
	text-align: end !important;
}
footer.variant2 .footer-middle, footer.variant4 .footer-middle {
    padding: 40px 0 0px;
}
footer.variant2 .footer-bot, footer.variant4 .footer-bot {
    padding: 20px 0 20px;
    background-color: #7bbd42db;
}
.footer-copyright {
    color: #ffffff;
    font-weight: 500;
}
.breadcrumbs {
    margin-top: 0;
}
.nav > li:hover > a {
    padding-top: 0px;
    padding-bottom: 0px;
}
.products-grid.product-variant-5 .product-item.large .product-item-details {
    background: #fcfcfc;
    border-top: 1px solid #dde6d2;
}
.product-item-inside {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
}
.filter-row .view-mode a:hover, .filter-row .view-mode a.active {
    color: #7bbd42;
}
.filter-row .view-mode a {
    color: #291413;
}
.sidebar-block:after {
    border-color: #7bbd42 transparent transparent transparent;
}
.header-link > a .badge {
    background-color: #291413;
}
.btn, .btn-primary, button.action, .btn.focus, .btn-primary.focus, button.action.focus, .btn:focus, .btn-primary:focus, button.action:focus, .btn:active, .btn-primary:active, button.action:active {
    background-color: #7bbd42;
    color: #ffffff;
    border-color: #7bbd42;
}
.btn:hover, .btn-primary:hover, button.action:hover {
    background-color: transparent;
    color: #7bbd42;
    border-color: #7bbd42;
}
.sp9 {
  background-color: #ffffff;
  padding: 30px;
  border: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
.sp10{
    border: 1px solid #b9b7b7;
}
.main-image {
    margin-bottom: 15px;
}
.sp11{
	padding: 0px;
}
.sp12{
	padding: 0;
}
.product-info-block.classic .qty-changer input[type="button"] {
    background: #7bbd42;
}
.product-info-block .product-qty .qty input[type="text"] {
    color: #291413;
}
.size-list li.active span.value, .size-list li:hover span.value {
    border-color: #8dc65c;
    background: #8dc65c9c;
}
.color-list li.absent-option > a span.value, .size-list li.absent-option > a span.value {
    opacity: 1;
}
.product-info-block .product-sku span, .product-info-block .product-availability span {
    color: #7bbd42;
}
.product-info-block .product-label {
    background-color: #7bbd42;
}
.product-info-block .product-label.new {
    background-color: #291413;
}
.product-info-block .price {
    color: #7bbd42;
}
a {
    color: #7bbd42;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border-top: 2px solid #7bbd42;
    color: #7bbd42;
}
.nav-tabs > li > a {
    color: #291413;
}
.exp-search-close:hover, .exp-icon-search:hover {
    color: #291413;
}
.header-link > a:hover i.icon {
    color: #291413;
}
.radio input:checked + .outer .inner {
    background-color: #291413;
}



.header-cart.variant-1 .dropdown-container .product-item-pricing .price-container {
    color: #7bbd42;
}
.header-cart.variant-1 .dropdown-container .block-content .subtotal .price-container {
    color: #7bbd42;
}
.header-cart.variant-1 .dropdown-container .product.actions a:hover, .header-cart.variant-1 .dropdown-container .product.actions a:hover:after {
    color: #7bbd42;
}
.productStack .toggleStack {
    background: #7bbd42;
}
.productStack .productstack-content {
    border-top: 4px solid #7bbd42;
}
.productStack .products-list .item-qty {
    background-color: #7bbd42;
}
.productStack .total-cart .count, .productStack .total-cart .price {
    color: #7bbd42;
}
.productStack .products-list .actions .action {
    color: #7bbd42;
}
.productStack .products-list .actions .action:hover {
    background: #291413;
}
.cart-table .table-row .name, .cart-table .table-row name a, .cart-table .table-row .price, .cart-table .table-row .subtotal {
    color: #7bbd42;
}
.cart-table .table-row .qty input[type="text"] {
    color: #291413;
}
.cart-table .table-row .remove a:hover {
    color: #7bbd42;
}
.total-price .total {
    color: #7bbd42;
}
.footer-social a, .icons-social a {
    color: #291413;
}
.footer-social i.icon.icon-circled, .icons-social i.icon.icon-circled {
    border: 1px solid #291413;
}
.footer-social a:hover i.icon.icon-circled, .icons-social a:hover i.icon.icon-circled {
    background-color: #7bbd42;
}
.sp18{
	width: 100% !important;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #7bbd42 !important;
}
.sp19{
    height: 100px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
    /* overflow: overlay; */
}
input:-internal-autofill-selected {
    background-color: red !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
.form-control {
    background-color: #e8f0fe;
}
.custom-color {
    color: #7bbd42;
}
.block.top-negative {
    margin-top: 10px;
    margin-bottom: 10px;
}
.page-header.variant-1.sticky.is-sticky {
    margin-top: 0;
}
.page-header:not(.stickydark).is-sticky .navbar {
    background-color: rgb(123, 189, 66);
}
.page-header.is-sticky .header-logo img, .page-header.is-sticky .header-logo svg {
    max-width: 90%;
}
.dropdown-link .dropdown-container {
    border-bottom: 2px solid #7bbd42;
    }
    .sp44{
    	margin-bottom: 30px;
    	background: white !important;
    }
    .sp45{
    	padding-top: 20px;
    }
    .sp46 p {
  
    font-size: 15px;
    font-weight: 400;
    color: #333745;
}
.sp47{
float: left;
}
.sp48{
float: right;
}
.address-block {
    margin-bottom: 10px;
}
.text-wrapper {
    margin-bottom: 0px;
}
.sp49{
	margin-bottom: 30px;
}
.sp50{
    background: white;
    padding-bottom: 20px;
    padding-top: 20px;
}
ul.marker-list li a:hover {
    color: #7bbd42;
    text-decoration: none;
}
ul.marker-list li a:hover:before {
    background-color: #7bbd42;
}
.mega-dropdown .fa-caret-down{
  padding-left: 6px;
}
.products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary button:hover {
    color: #fff;
    background-color: #7bbd42;
}
.tsp20 .sp3 {
    background-color: #2196F3 !important;
}
.tsp20 .products-grid.product-variant-2 .product-item.large:after {
    background-color: #2196F3;
}
/*.tsp20.product-item-label.label-sale {
    background-color: #2196F3;
}*/
.tsp20 .product-item-label.label-sale {
    background-color: #2196F3;
}
.tsp20 .price-box .price {
    /* font-size: 18px; */
    /* line-height: 1.2em; */
    /* font-weight: 700; */
    color: #2196F3;
}
.tsp20 .products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary button:hover {
    color: #fff;
    background-color: #2196F3;
}
.tsp20 .product-item.large .product-item-actions .actions-secondary a:hover {
    color: #fff;
    background-color: #2196F3;
}
.tsp21 .sp3 {
    background-color: #f34c18 !important;
}
.tsp21 .products-grid.product-variant-2 .product-item.large:after {
    background-color: #f34c18;
}

.tsp21 .product-item-label.label-sale {
    background-color: #f34c18;
}
.tsp21 .price-box .price {
    /* font-size: 18px; */
    /* line-height: 1.2em; */
    /* font-weight: 700; */
    color: #f34c18;
}
.tsp21 .products-grid.product-variant-2 .product-item.large .product-item-details .product-item-actions .actions-primary button:hover {
    color: #fff;
    background-color: #f34c18;
}
.page-header{
  position: relative !important;
}
.page-main{
  position: relative ;
}
.page-main > .block:first-child, .page-main > div.container:first-child {
    padding-top: 0;
}
body:not(.touch) .fixed-scroll {
    margin-top: 0;
    padding-top: 0;
}
.tsp22{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 34px;
}
.tsp23{
  height: 210px;
}
.tsp24{
    object-fit: cover;
    height: 210px !important;
}
.items-total {
    margin: 0;
}
.selected-filters li {
    padding-bottom: 0;
    padding-top: 10px;
}
.product-previews-carousel {
    margin-bottom: 0;
}
.products-grid.products-carousel {
    margin-bottom: 0;
}
.sp44{
  margin-top: 30px;
}
.fix-space{
  display: none;
}
.block2block{
  margin-top: 30px;
}
.tsp33{
  padding: 0px;
}
.header-link > a {
    line-height: 0;
}
.header-link.header-cart {
    margin-top: 13px;
}
.nav > li > a, .nav > li > a:focus {
    padding: 0px 10px;
}
.tsp40{
  width: 50%;
}
.tsp42{
  display: flex;
}
.ip1{
  padding-left: 0;
}
.ip2{
  padding-left: 0;
}
.ip4 a {
    color: #385898;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
}
.ip5 a{
font-weight: 400;
}
.header-link > a:hover i.icon {
    color: #80838f;
}
.center11 {
      margin: 0 auto;
    }
    .awesome11 {
       font-family: 'Lobster Two', Helvetica, sans-serif;
       /*font: 400 100px/1.3 'Lobster Two', Helvetica, sans-serif;*/
  text-shadow: 1px 1px 0px #ededed, 4px 4px 0px rgba(0,0,0,0.15);
      width:100%;
      margin: 0 auto;
      text-align: center;
      color:#313131;
      font-size:45px;
      font-weight: bold;
      position: absolute;
      -webkit-animation:colorchange 2s infinite alternate;
    }
    @-webkit-keyframes colorchange {
      0% {
        
        color: #7bbd42;
      }
      
      10% {
        
        color: #291413;
      }
      
      20% {
        
        color: #7bbd42;
      }
      
      30% {
        
        color: #291413;
      }
      
      40% {
        
        color: #7bbd42;
      }
      
      50% {
        
        color: #291413;
      }
      
      60% {
        
        color: #7bbd42;
      }
      
      70% {
        
        color: #291413;
      }
      80% {
     
        color: #7bbd42;
      }
      
      90% {
     
        color: #291413;
      }
      
      100% {
        
        color: #7bbd42;

      }
    }
    .ip5 .col-md-10 .col-md-12{
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 5px;
    padding-top: 10px;
    line-height: 1;
}
.ip5  .form-group {
    margin-bottom: 0;
    margin-top: -4px;
}
.ip5 .fa-pencil{
    padding: 6px;
    /* background: red; */
    border: 1px solid black;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.33);
}
.required, .required-text {
    color: #ffffff;
}
.sp7 {
    width: 100% !important;
}
.wpoop1{
  width:100%;
  height:300px;
}
.wpuui0{
width: 20% !important;
height:70px !important;
}
.product-variant-5 .product-item.large .product-item-details {
    max-width: none;
}
.zoomContainer{
  position: initial !important;
}
.main-image {
    /*margin-bottom: 15px;*/
    height: 300px;
}
.new101  {
    float: right;
    /*position: relative;*/
    padding-right: 60px;
}
.vij1{
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.vij2{
  min-height: auto !important;
      display: contents;
}
.vij3{
  padding-top:15px;
  padding-left: 0;
  padding-right: 0;
}
.vij4{
  padding: 0;
}
.vij5{
  width: 100% !important;
  margin-left: 0 !important;
  left: 0% !important;
}
.vij6{
   padding-left:0;
}
.vij7 img{
      height: 380px !important;
}
.vij8 {
    border: 1px solid #000 !important;
    background: red !important;
}
.carousel-indicators .active {
    background-color: #fff !important;
}
.ai1{
  border-radius: 6px;
}
.kii1 {
    padding-top: 10px;
    padding-bottom: 5px;
}
.kii1 .kii2 {
    width: 70%;
    color: #140103;
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 500;
}
.kii1 .kii2 span {
    color: #ed1e24;
    text-shadow: 1px 1px 0px #ededed, 1px 2px 0px rgba(0, 0, 0, 0.48);
    padding-left: 10px;
    padding-right: 10px;
}
.kii4 {
    margin-right:0px !important;
}
@media screen and (max-width:1399px) and (min-width: 992px)  {
.nav > li > a, .nav > li > a:focus {
    font-size: 14px !important;
}
.main-image {
    /*margin-bottom: 15px;*/
    height: 300px;
}
}
@media only screen and (max-width: 1025px){
.navbar .nav > li > a, .navbar .nav > li > a:focus {
    padding-left: 0;
}
.navbar .nav > li > a, .navbar .nav > li > a:focus {
    font-size: 12px !important;
}
.sp7{
	padding: 0px !important;
	width: 100% !important;
}
.header-logo{
	margin-right: 0px;
}
body.open-panel #wrapper:before {
    background: #33374500;
}
body.fullwidth .page-wrapper .container {
    width: 95% ;
    padding: 20px;
}
.sp11 {
    padding: 0px !important;
}
.product-item-inside {
    /*width: 96%;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}
.breadcrumbs {
 padding-top: 0px;
 padding-bottom: 0;
}
.products-grid.product-variant-2 .product-item.large {
  
    /*background: white;*/
}
.product-item-inside {
    /*box-shadow: none;*/
}
.sp5{
	width: 95% !important;
}
.slick-dots li.slick-active button{
	background: #7bbd42;
}
.tsp15{
    padding: 0 !important;
}
.products-grid.product-variant-5 .product-item.large .product-item-details {
    padding: 5px 5px;
}
.tsp23 {
    height: 170px ;
}
.tsp24 {
    object-fit: cover;
    height: 170px !important;
}
.nav > li > a, .nav > li > a:focus {
    padding: 0px 10px;
}
.header-search{
  display: none !important;
}
.items-total{
  display: none;
}

}
@media only screen and (max-width: 800px){
.sp5{
	padding-top: 40px;
	padding-bottom: 0px
}
.sp6{
	padding-top: 30px;
	padding-bottom: 0px
}
.sp15{
	width: 60%;
	float: left;
}
.sp16{
	width: 40%;
	float: right;
}
.sp21{
	width: 100% !important;
	padding: 0px;
}
.nav >.font-size-1 a, .nav >.font-size-1 a:focus {
    font-size: 15px !important;
    padding: 0 8px;
}
.font-size-1 i.fa {
    padding-right: 10px;
}
/*.myorder07 {
    width: 25%;
    }
    .myorder05 {
    width: 25%;
}*/
/*.myorder04 {
    width: 25%;
}
*/
.header-cart.variant-1 .dropdown-container .block-title{
	background: #7bbd42;
}
.navbar:after {
    background-color: #291413;
}
.page-main > .block:first-child, .page-main > div.container:first-child {
    padding-top: 0px;
}
.mobilemenu-header{
	background: #7bbd42;
}
.navbar ul.nav li .arrow:before {
    color: #7bbd42;
    content: "\e922";
}
.navbar ul.nav li:hover > a, .navbar ul.nav li.submenu-open > a {
    color: #7bbd42;
}
.navbar ul.nav li .arrow:hover:before {
    color: #7bbd42;
}
.header-links {
    background: #291413;
}
.sp47{
	width: 100%;
	float: none;
}
.sp48{
	width: 100%;
	float: none;
}
.sp48 img{
	margin-right: auto;
	margin-left: auto;
}
.title.center h1, .title.center h2 {
    padding: 0 0 14px;
    margin: 0;
}
.sp49{
	padding: 0px !important;
}
.sp46{
	text-align: justify;
}
.back-to-top-mobile, .back-to-top-mobile:focus, .back-to-top-mobile:hover {
    background-color: #291413;
}
.tsp16 hr{
    margin-bottom: 0;
    margin-top: 0;
}
.tsp17 hr {
    margin-bottom: 10px;
    margin-top: 0;
}
.tsp15{
  padding: 0 !important;
}
.header-link.header-cart {
    margin-top: 0;
}
.page-wrapper{
  width: 100% !important;
}
.header-search{
  display: block !important;
}
.tsp40{
  width: 95%;
}
.tsp44{
  padding: 0;
}
.filter-col-header{
background: #7bbd42;
}
.sidebar-block .block-title:hover span {
    color: #7bbd42;
}
ul.category-list li a:not(.clear):hover, ul.category-list li a:not(.clear).active{
   color: #7bbd42;
}
 .awesome11 {
      font-size:25px;
    }

    .ip-pr1{
      z-index: 3;
      height: auto;
      padding: 0;
      position: relative;
    }
    .ip-jj{
      padding-top: 0 !important;
    }
    .ip-jo{
      position: relative;
    }
    .ip-lu{
      z-index: 4;
    }
    .ip-pr2{
      padding-top: 60px;
      padding-bottom: 10px;
    }
    .ip-pr4
    {
      width: 30%;
      float: left;
    }
    .ip-pr4 img{
    width: 100%;
    background: white;
    border: 3px solid white;
    border-radius: 100%;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.46);
}
    .ip-pr5
    {
      width: 60%;
      float: left;
      padding-top: 6%;
      padding-left: 0;
    }
    .ip-pr5 h3{
      margin-bottom: 0;
    }
    .ip-pr5 h3 a{
      color: white;
      font-weight: 500;
    }
    .ip-pr5 h4{
      color: white;
      font-family: sans-serif;
    }
    .ip-pr10{
      width: 5%;
      float: left;
    }
    .ip-pr10 .ip-pr11{
      line-height: 100px;
      color: white;
    }
    .header-links{
      display: none;

    }
    .navbar ul.nav li a {
    display: block;
    font-size: 15px !important;
  }
  .slick-prev .slick-arrow{
      z-index: 999;
    }
.vij1 {
    display: contents;
}
.vij3 {
    padding-top: 0;
}
.kii3{
	display: none;
}
}
@media only screen and (max-width: 767px){
.content-txt h2 {
    font-size: 14px;
    text-align: center;
        margin-left: 0;
    line-height: 1.2;
    margin-top: 0;
}
.content-txt h1 {
    font-size: 18px;
}
.sp1 {
    font-size: 18px !important;
}
.content-txt {
    width: 100%;
    height: 43px;
     float: none; 
    top: 0px;
    text-align: center;
    padding-top: 10px;
}
.content {
    height: 60%;
    background: #371d109e;
    bottom: 0px;
}
.legend {
    border: 0px solid transparent;
    border-left: 0px solid #371d109e;
    border-bottom: 0;
    position: absolute;
    bottom: 0;
}
#slider {
    height: 190px;
}
.page-main > .block:first-child, .page-main > div.container:first-child {
    padding-top: 0px;
}
/*.slider {
    width: 25%;
    height: 65%;
    }*/

.switch {
    display: none;
}    
/*.mob-sl-con{
	width: 1490px !important;
}*/
body.fullwidth .page-wrapper .container {
    width: 95%;
    padding: 11px;
}
.sp11 {
    padding: 0px !important;
    padding-top: 10px !important;
}
.breadcrumbs {
    padding: 20px 0;
     padding-top: 0px ;
}


.sp5{
	padding-top: 0px;
	padding-bottom: 10px
}
.sp6{
	padding-top: 0px;
	padding-bottom: 10px
}
.product-info-block.classic .product-actions .actions {
    text-align: left;
}
.sp13{
	float: left;
}
.tabaccordion .panel-title a:not(.collapsed) {
   background: #7bbd42;
    border-color: #7bbd42;

}
.required, .required-text {
    color: #291413;
}
.collapsed-mobile .toggle-arrow:hover:before {
    color: #291413;
}
.navbar:after {
    content: '';
    height: 45px;
    width: 100%;
    background-color: #291413;
}
.mobilemenu-header {
    background: #7bbd42;
}
.navbar ul.nav li:hover > a, .navbar ul.nav li.submenu-open > a {
    background-color: #f8f8f8;
    color: #7bbd42;
}
.header-cart.variant-1 .dropdown-container .block-title{
    background: #7bbd42;

}
.header-cart.variant-1 .dropdown-container .product-item-pricing .price-container {
    color: #7bbd42;
}
.header-cart.variant-1 .dropdown-container .block-content .subtotal .price-container {
    color: #7bbd42;
}
.header-cart.variant-1 .dropdown-container .product.actions a:hover, .header-cart.variant-1 .dropdown-container .product.actions a:hover:after {
    color: #7bbd42;
}
.header-links .header-link {
    padding: 0px 10px 0 10px;
}
.dropdown-link .dropdown-container {
    border-bottom: 2px solid #7bbd42;
    }
    .footer-copyright {
    	text-align: center;
    }
    .sp8 {
    text-align: center !important;
}
.sp15{
	width: 100%;
	float: none;
}
.sp16{
	width: 100%;
	float: none;
}
.myorder10 {
    /*text-align: center;*/
}
.sp19 {
    height: auto;
    display: -webkit-flex;
    display: block;
}
.sp20{
	padding: 0px;
}
.product-item-inside {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
}
.slick-prev {
    left: 15px;
}
.slick-next {
    right: 15px;
}
.sp5 {
    width: 100% !important;
}
.sp002 .col-sm-12{
	padding: 0;
}
.products-grid.product-variant-5 .product-item.large .product-item-details{
	padding: 10px;
	    max-width: none;
}
.products-grid.product-variant-5 .product-item.large .product-item-photo img {
    object-fit: cover;
    height: 200px;
}
.header-link > a:hover i.icon{
  color: #80838f;
}
.tsp15{
  padding: 0 !important;
}
.tsp40{
  width: 95%;
}
.tsp41 {
    padding-bottom: 15px;
    background: white;
    margin-bottom: 10px;
    padding-top: 20px;
}
.tsp42{
  display: block;
}
.tsp43{
  min-height: 80px;
}
/*.item {*/
  /*height: 20% !important;*/
/*}*/
.product-item-photo img {
    margin-top: 0% !important;
    transform: translateY(0%) !important;
}
.product-item-inside {
    /*width: 100%;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}
.product-item.large {
    margin: 0 -4px 15px 0;
  }
  .product-info-block .price {
     text-align: left; 
    /*color: #0679bc;*/
}
.ip3{
  padding: 0;
}
.slick-prev {
    /*left: 0px;*/
}
.slick-next {
    /*right: 0;*/
}
.aqw {
  margin-left: 0% !important;
}
.aqww{
  width: 100% !important;
}
.ip-pr1{
      z-index: 3;
      height: auto;
      padding: 0;
      position: relative;
    }
    .ip-jj{
      padding-top: 0 !important;
    }
    .ip-jo{
      position: relative;
    }
    .ip-lu{
      z-index: 4;
    }
    .ip-pr2{
      padding-top: 60px;
      padding-bottom: 10px;
    }
    .ip-pr4
    {
      width: 30%;
      float: left;
    }
    .ip-pr4 img{
    width: 100%;
    background: white;
    border: 3px solid white;
    border-radius: 100%;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.46);
}
    .ip-pr5
    {
      width: 58%;
      float: left;
      padding-top: 5%;
      padding-left: 0;
    }
    .ip-pr5 h3{
      margin-bottom: 0;
    }
    .ip-pr5 h3 a{
      color: white;
    }
    .ip-pr5 h4{
      color: white;
      font-family: sans-serif;
    }
    .ip-pr10{
      width: 5%;
      float: left;
    }
    .ip-pr10 .ip-pr11{
      line-height: 65px;
      color: white;
    }
    .slick-prev .slick-arrow{
      z-index: 999;
    }
   .can00023 .photo{
      padding: 0px !important;
    }
   .can00023 .name{
    padding-left: 11px !important;
    width: 45% !important;
    float: left !important;
    }
    .can00023 .price {
    padding: 40px 0 20px;
    width: 20% !important;
    float: left;
    position: initial;
    }
    .can00023{
    padding: 0;
    }
    .wpoop1{
  width:100%;
  /*height:300px;*/
}
.wpuui0{
width: 20% !important;
/*height:84px !important;*/
}
.product-info-block.classic {
    margin-top: 10px;
}
.main-image {
    /*margin-bottom: 15px;*/
    height: 300px;
}
.vij6 {
    display: none;
}
}