﻿/*=====================================================
    
                     MOBILE ONLY

=====================================================*/
.mobile .admin-header-links {
  z-index: 1030;
  width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
	margin-top: 20px;
}

.mobile .header-footer,
.mobile .additional-buttons,
.mobile .store-search-box .btn-open-search,
.mobile .desktop-blog-options-button {
  display: none !important;
}
.mobile .header {
  position: static !important;
  padding: 20px 0;
}
.mobile .item-box .buttons {
  /*display: none;*/
}
.mobile .header-logo a {
  width: 100px;
}
.mobile .select-wrap {
  position: relative;
}
.mobile .select-wrap select {
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
  height: 47px !important;
  font-size: 14px !important;
  position: absolute;
  opacity: 0;
}
.mobile .select-wrap .select-box {
  display: block !important;
  position: relative;
  z-index: 0;
}
.mobile .select-wrap .select-inner {
  position: relative;
  display: block !important;
  width: 100% !important;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  padding: 14px 37px 14px 14px;
  height: 47px;
  z-index: 1;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
   .item-box .buttons {
            margin: 15px 0 0;
            font-size: 0;
            margin-top: 10px !important;
			margin-bottom: 20px!important;
        }

.mobile .select-wrap .select-inner:before {
  position: absolute;
  top: -2px;
  right: 0;
  content: 'H';
  font-family: icons;
  font-size: 7px;
  line-height: 49px;
  width: 37px;
  background: #fff;
}
.mobile.nav-bottom .responsive-nav-wrapper {
  position: fixed;
  bottom: 0;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
}
.mobile.nav-bottom .responsive-nav-wrapper.nav-down {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/*.mobile.nav-bottom .responsive-nav-wrapper.nav-up {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}*/
.mobile.nav-top .responsive-nav-wrapper.stick {
  position: fixed;
  top: 0;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
}
.mobile.nav-top .responsive-nav-wrapper.nav-down {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/*.mobile.nav-top .responsive-nav-wrapper.nav-up {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}*/
.mobile .responsive-nav-wrapper {
  z-index: 1020;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.mobile .responsive-nav-wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.mobile .responsive-nav-wrapper > div {
  position: relative;
  height: 50px;
  width: 50px;
  display: inline-block !important;
  vertical-align: middle;
}
.mobile .responsive-nav-wrapper > div:first-child {
  border-left: 0 !important;
}
.mobile .responsive-nav-wrapper > div:before {
  font-family: icons;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  line-height: 50px;
}
.mobile .responsive-nav-wrapper > div.menu-title:before {
  content: 'v';
  font-size: 20px;
}
.mobile .responsive-nav-wrapper > div.search-wrap:before {
  content: 'o';
}
.mobile .responsive-nav-wrapper > div.to-wishlist:before {
  content: 'q';
}
.mobile .responsive-nav-wrapper > div.shopping-cart-link:before {
  content: 'm';
}
.mobile .responsive-nav-wrapper > div.personal-button:before {
  /*  content: 'w';*/
	  content: 'l';
}
.mobile .responsive-nav-wrapper > div#goToTop:before {
  content: 'z';
}
.mobile .responsive-nav-wrapper > div.shopping-cart-link {
	 line-height: 17px;/*********PG 13.9.2022********************/
}
/******************PG************************/
    /*.filters-button span{
        display:none !important;
    }*/
    .mobile .responsive-nav-wrapper > div > span,
    .mobile .responsive-nav-wrapper > div > a {
        position: relative;
        z-index: 2;
        display: block;
        height: 50px;
        font-size: 0;
        /*display:none;*/
    }
.mobile .ps-container > .ps-scrollbar-y-rail {
  visibility: hidden !important;
}
.mobile.scrollYRemove {
  overflow: hidden !important;
  -ms-touch-action: none !important;
  -webkit-overflow-scrolling: touch !important;
}
.mobile .overlayOffCanvas {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1060;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.mobile .overlayOffCanvas.show {
  background: rgba(0, 0, 0, 0.5);
}
.mobile .header-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
  text-align: left;
  overflow: hidden;
  z-index: 1070;
  -webkit-transform: translate(-320px);
  -ms-transform: translate(-320px);
  transform: translate(-320px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile .header-menu.open {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
}
.mobile .close-menu span {
  position: relative;
  display: block;
  font-size: 0;
  cursor: pointer;
  height: 50px;
}
.mobile .close-menu span:before {
  content: 't';
  font-family: icons;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
}
.mobile .header-menu > ul li:after {
  content: '';
  display: block;
  clear: both;
}
.mobile .header-menu > ul .with-sublist-wrap {
  margin-top: 1px;
}
.mobile .header-menu > ul .without-sublist-wrap + .with-sublist-wrap {
  margin-top: 30px;
	  color: #fff;
  /*font-weight: 700;*/
  
	 background-image: linear-gradient(to right top, #afe92d, #89e04a, #65d560, #41c971, #17bc7e);
}
.mobile .header-menu > ul li > a,
.mobile .header-menu > ul li > span {
  display: block;
  padding: 15px 40px !important;
  line-height: 1.4;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  z-index: 0;
  color:#000;
	    border-bottom: 1px solid #dfa822;
}
.mobile .header-menu > ul li:last-child > a,
.mobile .header-menu > ul li:last-child > span {
  border-bottom: 0;
}
.mobile .header-menu > ul li > .with-subcategories {
  width: calc(100% - 49px);
  float: left;
}
.mobile .header-menu li:hover {
  color: #fff;
  /*font-weight: 700;*/
  
	 background-image: linear-gradient(to right top, #dfa822, #d59d1f, #d59d1f, #d59d1f, #dfa822);
}
.mobile .plus-button {
  position: relative;
  z-index: 1;
  float: right;
  width: 49px;
  height: 49px;
  cursor: pointer;
}
.mobile .plus-button:before {
  content: 'p';
  font-family: icons;
  font-size: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.mobile .header-menu .sublist-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
  text-align: left;
  overflow: hidden;
  z-index: 2;
  -webkit-transform: translate(-320px);
  -ms-transform: translate(-320px);
  transform: translate(-320px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile .header-menu .sublist-wrap.active {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
}
.mobile .header-menu .back-button span {
  position: relative;
  display: block;
  height: 50px;
  font-size: 0;
  font-weight: 400;
}
.mobile .header-menu .back-button span:before {
  content: '%';
  font-family: icons;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  text-transform: none;
}
.mobile .header-menu .back-button + .with-sublist-wrap {
  margin-top: 1px !important;
}
.mobile .admin-header-links,
.mobile .responsive-nav-wrapper,
.mobile .master-wrapper-content,
.mobile .header,
.mobile .footer,
.mobile .slider-wrapper {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.mobile .store-search-box {
  position: fixed;
  left: 0;
  width: 100%;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  z-index: 1070;
  text-align: center;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.mobile.nav-bottom .store-search-box {
  bottom: -80px;
}
.mobile.nav-bottom .store-search-box.open {
  bottom: 0;
}
.mobile.nav-top .store-search-box {
  top: -80px;
}
   .item-box .category-item {
        position: relative;
		margin: 10px;

background-color: #f8ffec;
border: 2px solid #B2D569;
        /*height: 214px;*//************PG 26.7.2022*********************************/
    }

        .item-box .category-item .picture {
            margin: 0;
           height:214px;
        }
.mobile.nav-top .store-search-box.open {
  top: 0;
}
.mobile .store-search-box .search-box-content:after {
  content: '';
  display: block;
  clear: both;
}
.mobile .store-search-box .search-box-button {
  float: left;
  width: 67px;
  height: 57px;
  border: none;
  background: url(../img/icon-search.png) center no-repeat;
  font-size: 0;
}
.mobile .store-search-box input.search-box-text {
  /*float: left;
  width: calc(100% - 67px) !important;*/
  height: 57px;
  padding: 0;
  background: none;
  border: 0;
  color: #fff;
  font-size: 13px;
}
.mobile .store-search-box input.search-box-text::-webkit-input-placeholder {
  color: #fff !important;
}
.mobile .store-search-box input.search-box-text::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
}
.mobile .store-search-box input.search-box-text:-ms-input-placeholder {
  color: #fff !important;
}
/*.mobile .ui-autocomplete {
  display: none !important;
}*/
.mobile .header-links-wrapper {
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.15);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1070;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile.nav-bottom .header-links-wrapper {
  bottom: -100%;
}
.mobile.nav-bottom .header-links-wrapper.open {
  bottom: 0;
}
.mobile.nav-top .header-links-wrapper {
  top: -100%;
}
.mobile.nav-top .header-links-wrapper.open {
  top: 0;
}
.mobile .header-links-list {
  padding: 15px 0;
}
.mobile .header-links-item .account-dd-trigger,
.mobile .header-links-item.wishlist-link-item,
.mobile .header-links-item.cart-link-item {
  display: none !important;
}
.mobile .header-links a {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px;
}
.mobile .header-selectors-wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.mobile .header-selectors-wrapper > div {
  float: left;
  position: relative;
  width: 100%;
}
.mobile .header-selectors-wrapper > div:first-child {
  border-left: 0;
}
.mobile .header-selectors-wrapper > div.currency-selector,
.mobile .header-selectors-wrapper > div.language-selector {
  width: 50%;
}
.mobile .header-selectors-wrapper > div.currency-selector:last-child,
.mobile .header-selectors-wrapper > div.tax-display-type-selector + div.language-selector,
.mobile .header-selectors-wrapper > div.language-selector:first-child {
  width: 100%;
}
.mobile .header-selectors-wrapper .select-box {
  text-transform: uppercase;
  font-size: 13px;
}
.mobile .header-selectors-wrapper .select-inner {
  vertical-align: middle;
  width: auto !important;
  background: none;
  border: 0;
  display: inline-block !important;
  padding-right: 28px;
}
.mobile .header-selectors-wrapper .select-inner:after {
  content: '<';
  font-family: icons;
  text-transform: none;
  font-size: 5px;
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  line-height: 47px;
}
.mobile .header-selectors-wrapper .select-inner:before {
  display: none !important;
}
.mobile .page.registration-page,
.mobile .page.login-page {
  margin-bottom: 40px;
}
.mobile .block-account-navigation {
  position: absolute;
  top: -60px;
  width: 230px;
  margin: auto;
  left: 0;
  right: 0;
}
.mobile .block-account-navigation .list {
  display: none;
}
.mobile .account-page .page-body {
  min-height: 0 !important;
}
.mobile .cart-collaterals.for-mobile .est-ship-content,
.mobile .cart-collaterals.for-mobile .deals-content {
  display: none;
}
.mobile .cart-collaterals.for-mobile .est-ship-title,
.mobile .cart-collaterals.for-mobile .deals-title {
  cursor: pointer;
}
.mobile .cart-collaterals.for-mobile .est-ship-title:after,
.mobile .cart-collaterals.for-mobile .deals-title:after {
  content: 'A';
  font-family: icons;
  font-size: 11px;
  line-height: 1;
  width: 11px;
  height: 11px;
  color:#131010;
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -6px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.mobile .cart-collaterals.for-mobile .est-ship-title.open:after,
.mobile .cart-collaterals.for-mobile .deals-title.open:after {
  content: 'B';
}
.mobile .mobile-blog-options-button {
  position: relative;
  margin: 25px -30px 0;
  font-size: 0;
  cursor: pointer;
}
.mobile .mobile-blog-options-button span {
  position: relative;
  display: inline-block;
  padding: 13px 0 13px 26px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}
.mobile .mobile-blog-options-button span:before {
  content: 'k';
  font-family: icons;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  color: #fff;
}
.mobile .mobile-blog-options-button:after {
  content: 'A';
  font-family: icons;
  font-size: 11px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -6px;
  text-transform: none;
  line-height: normal;
  font-weight: 400;
}
.mobile .blog-navigation-wrap .btn-close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  cursor: pointer;
  height: 46px;
  font-size: 0;
}
.mobile .blog-navigation-wrap .btn-close:before {
  content: 't';
  font-family: icons;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -6px;
  color: #fff;
}
.mobile .compare-products-page .mobile-compare-products .list {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.mobile .compare-products-page .mobile-compare-products .picture-list {
  padding: 23px 17px;
}
.mobile .compare-products-page .mobile-compare-products .picture-list:after {
  content: '';
  display: block;
  clear: both;
}
.mobile .compare-products-page .mobile-compare-products .picture-item {
  text-align: left;
  margin: auto;
  max-width: 400px;
}
.mobile .compare-products-page .mobile-compare-products .picture-item:first-child {
  margin-top: 0;
}
.mobile .compare-products-page .mobile-compare-products .buttons {
  margin: 0 0 10px;
  text-align: left;
}
.mobile .compare-products-page .mobile-compare-products .remove-button {
  border: 0;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 0 20px;
  border-radius: 2px;
  height: 33px;
  white-space: normal;
}
.mobile .compare-products-page .mobile-compare-products .item .item-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  background: #f3f3f3;
  padding: 16px;
  font-weight: 700;
}
.mobile .compare-products-page .mobile-compare-products .item ul {
  padding: 35px;
}
.title-item a{
    padding-top: 10px !important;
}
.mobile .compare-products-page .mobile-compare-products .item li {
    font-size: 16px;
    padding: 10px 57px;
}
.mobile .compare-products-page .mobile-compare-products .item li.title-item,
.mobile .compare-products-page .mobile-compare-products .item li.price-item {
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .mobile .sub-category-grid .item-grid {
    display: none;
  }
  .mobile .sub-category-grid .select-wrap .select-box {
    font-size: 16px;
  }
	
  .mobile .sub-category-grid .select-wrap .select-inner {
    vertical-align: middle;
    width: auto !important;
    background: none;
    border: 0;
    padding-left: 28px !important;
    padding-right: 28px !important;
    text-transform: uppercase;
    line-height: 1.4;
  }
  .mobile .sub-category-grid .select-inner:after {
    content: '<';
    font-family: icons;
    text-transform: none;
    font-size: 7px;
    color: #a3a3a3;
    background: #f9f9f9;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 47px;
    width: 28px;
  }
  .mobile .sub-category-grid .select-inner:before {
    display: none !important;
  }
	/*.item-box{
	width: 100%;
}*/
	.item-box{
	width: 50%;/************PG 26.7.2022*********************************/
		margin: 0px;
}
}
.mobile .product-selectors select {
  min-width: 72px;
  max-width: 100%;
}

@media all and (min-width: 660px) {
    .mobile .compare-products-page .mobile-compare-products .item li {
        font-size: 16px;
        padding: 10px 92px;
    }
	

}

@media all and (max-width: 640px) {
			  .item-box .category-item {
        position: relative;
		margin: 10px;
/*border-radius: 50%;*/
background-color: #f8ffec;
border: 2px solid #B2D569;
		height: 233px;	/************PG 13.9.2022*********************************/	  
       /* height: 280px;*//************PG 26.7.2022*********************************/
    }

        .item-box .category-item .picture {
            margin: 0;
           height: 280px;
        }
	
}

    @media all and (max-width: 550px) {
        .mobile .product-selectors > div {
            display: block;
            margin: 0;
        }

            .mobile .product-selectors > div.product-sorting {
                margin: 0 0 14px;
            }

            .mobile .product-selectors > div > span:first-child {
                display: block;
                margin: 0 0 7px;
            }

        .mobile .product-selectors .select-wrap {
            margin: 0 auto;
            width: 260px;
        }

        .mobile .product-selectors select {
            width: 100%;
        }

        .mobile .product-selectors .customStyleSelectBoxInner {
            width: 260px !important;
        }
		
		  .item-box .category-item {
        position: relative;
		margin: 10px;
/*border-radius: 50%;*/
background-color: #f8ffec;
border: 2px solid #B2D569;
        /*height: 400px;*//************PG 26.7.2022*********************************/
    }

        .item-box .category-item .picture {
            margin: 0;
           height: 400px;
        }
    }

@media all and (max-width: 460px) {
  
		  .item-box .category-item {
        position: relative;
		margin: 10px;
/*border-radius: 50%;*/
background-color: #f8ffec;
border: 2px solid #deecc1;
        /*height: 400px;*//************PG 26.7.2022*********************************/
    }

        .item-box .category-item .picture {
            margin: 0;
           height: 400px;
        }
    }



@media all and (max-width: 420px) {
  
		  .item-box .category-item {
        position: relative;
		margin: 0px !important;/************PG 26.7.2022*********************************/
/*border-radius: 50%;*/
background-color: #f8ffec;
border: 2px solid #B2D569;
        height: 200px;/************PG 13.9.2022*********************************/
    }

        .item-box .category-item .picture {
            margin: 0;
           /*height: 360px;*//************PG 26.7.2022*********************************/
        }
	.product-grid.home-page-product-grid, .product-grid.bestsellers{
		    margin: 30px 0 0 !important;
	}
	.news-list-homepage{
		margin: 30px 0 0 !important;
	}
	.rich-blog-homepage{
	margin: 30px 0 0 !important;
	}
    }

@media all and (max-width: 360px) {
  
		  .item-box .category-item {
        position: relative;
		/*margin: 10px;*//************PG 26.7.2022*********************************/
/*border-radius: 50%;*/
background-color: #f8ffec;
border: 2px solid #B2D569;
       /* height: 300px;*//************PG 26.7.2022*********************************/
    }

        .item-box .category-item .picture {
            margin: 0;
           height: 300px;
        }
    }

   @media all and (max-width: 320px) {
  
		  .item-box .category-item {
        position: relative;
		/*margin: 10px;*//************PG 26.7.2022*********************************/
/*border-radius: 50%;*/
background-color: #f8ffec;
border: 2px solid #B2D569;
        /*height: 200px;*/
         /*height: 215px;*/ /*------sp-----*/
    }

        .item-box .category-item .picture {
            margin: 0;
           height: 258px;
        }
    }

