﻿/*=====================================================
    
                     MOBILE ONLY

=====================================================*/
.mobile .admin-header-links {
  z-index: 1030;
  width: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
}
.mobile .header-footer,

.mobile .store-search-box .btn-open-search,
.mobile .desktop-blog-options-button {
  display: none !important;
}
.mobile .additional-buttons {
    display:normal !important;
}
.mobile .header {
    position: static !important;
    /*padding: 20px 0;*/
    padding: 1px 0;/*******PG addes css 20.6.2022************************/
}

.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;
}
.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-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;*/
	width: 20px;
  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: 18px;
  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: 16px;
}
.mobile .responsive-nav-wrapper > div.search-wrap:before {
  content: 'o';
	
}
.mobile .responsive-nav-wrapper > div.to-wishlist:before {
  /*content: 'q09';*/
	   
}
 .mobile .responsive-nav-wrapper > div.to-wishlist{
        text-align: center;
        line-height: 57px;
        background: url(../img/wishlist.png)20px no-repeat;
    }
.mobile .responsive-nav-wrapper > div.shopping-cart-link:before {
 /* content: 'm';*/
}
.mobile .responsive-nav-wrapper > div.shopping-cart-link {
  text-align: center;
       /* line-height: 57px;*/
	line-height: 17px;/*********PG 13.9.2022********************/
        background: url(../img/cart.png)20px no-repeat;
}
.mobile .responsive-nav-wrapper > div.personal-button:before {
  content: 'w';
}
.mobile .responsive-nav-wrapper > div#goToTop:before {
  content: 'z';
}

/******************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;
	display: none;
}
.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);
        background: url(../img/menubg.jpg);
        background-size: cover;
    }
.mobile .close-menu span {
  position: relative;
  display: block;
  font-size: 0;
  cursor: pointer;
  height: 50px;
left: 290px;
}
.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;
}
.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;
    border-bottom: 2px dashed #cf9d5d;
}
.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 .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;
	display: none;
}
.mobile.nav-top .store-search-box {
  top: -80px;
}
.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: 15px;
}
.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;
    -ms-transform: translateY(-0%);
    /*transform: translateY(15%);*/
    /*transform: translateY(10%);*/ /*************PG added end css for bug no-60349 14.10.2022************************************/
	 transform: translateY(0%);/************PG added css for bug no 58633*******************************/
}
.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: #bcbcbc;
  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;
  }
}
.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: 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;
        }
    }


/******PG start added css 15.6.2022**************************************************/
.mobile .item-box .add-to-wishlist-button {
    display: inline-block;
    vertical-align: middle;
    width: 30px !important;
    height: 30px !important;
    background-color: #fff !important;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    /*margin: -20px 2.5px 0 2.5px;*/
	margin: 10px 2.5px 10px 2.5px;/**********PG 13.9.2022********************/
    top: 0;
    border: 0;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.08);
    
}
  .mobile .item-box .add-to-wishlist-button:hover {
        background-image: linear-gradient(to bottom, #aa6970, #bd756e, #cc8369, #d69365, #daa662);

    }
      .mobile .item-box .add-to-wishlist-button:before {
            content: 'q';
            font-family: icons;
            /*color: #818181;*/
            color: #aa6970 !important;
            font-size: 16px;
        }
.mobile .item-box .add-to-compare-list-button {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    /*margin: -20px 2.5px 0 2.5px;*/
	margin: 10px 2.5px 10px 2.5px;/**********PG 13.9.2022********************/
    top: 0;
    border: 0;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.08);
    /*background-image: linear-gradient(to bottom, #aa6970, #bd756e, #cc8369, #d69365, #daa662);*/
}
    .mobile .item-box .add-to-compare-list-button:before {
        content: 'j';
        font-family: icons;
        /*color: #818181;*/
        color: #aa6970;
        font-size: 18px;
    }
.item-box .picture {
    margin: 0px !important;
}

@media all and (max-width: 768px) {
    .home-page-category-grid {
        margin: 0px 0 0;
    }
    .slider-wrapper {
        margin-top: 1% !important;
    }
    .news-list-homepage .news-items .news-item:nth-child(2n+1) {
        clear: both;
        /* padding: 15px 40px 30px 0; */
        padding: 15px 10px 30px 10px;
        box-shadow: rgb(0 0 0 / 45%) 0px 25px 20px -20px;
        background: url(../img/newsbg.png);
        /*border-left: 0;*//****PG comited css 27.6.2022*******/
    }

    .news-list-homepage .news-items .news-item {
        float: left;
        width: 100%;
        padding: 15px 0 30px 40px;
        margin: 0;
        border: 1px solid #ffeed9;
        padding: 15px 10px 30px 10px;
        box-shadow: rgb(0 0 0 / 45%) 0px 25px 20px -20px;
        background: url(../img/newsbg.png);
        border-radius: 20px;
        border-bottom: 7px solid #daa662;
        margin-top: 8%; /****PG added css 27.6.2022*******/
        margin-bottom: 4% /****PG added css 27.6.2022*******/ 
    }

    .rich-blog-homepage .post-details {
        /*padding: 50px 11px 50px 26px !important;*/  /*---------------- comment by SP 6.10.22------------------------*/
        padding: 50px 11px 50px 11px !important;  /*---------------- added by SP 6.10.22------------------------*/
        box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
        z-index: 99999999999999;
        position: relative;
        /*background-color: #fff;*/  /*---------------- comment by SP 6.10.22------------------------*/
        border: 1px solid #ffefdb;
        margin-top: 66px;
    }

    .rich-blog-homepage .post-primary {
        margin: 0 0 -49px !important;
    }
    .mobile .admin-header-links a, .desktop .admin-header-links span {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        color: #aa6970;
    }
    .item-box {
        margin: 2% 0 2% 0%;
    }
        .item-box .buttons {
            padding-bottom: 12px; /***********PG added css 27.6.2022**************************/
        }
    .step-title h1 {
        font-size: 1.8em !important;
    }
    .header-logo img {
       /* width: 80px !important;*/
               width: 130px !important;
               padding-bottom: 10px;
    }
    .customGrid {
        padding: 0px 10px !important; /***********PG added css 30.6.2022**************************/
    }
    .cart-total td {
        /*width: 100% !important;*/
    }
    .order-confirm-page input.button-1.confirm-order-next-step-button {
        width: 150px !important;
    }
	#aboutus {
    padding: 2em !important;
}
	h2, .h2{
		font-size: 24px;
	}
	#contact {
    padding: 2em!important;
}
	.contact {
    padding: 2em!important;
}
	.contact-box{
		    margin-top: 10px !important;
	}
	#whychoose{
		padding: 0em 0 1em 0 !important;
	}
	.inner-banner{
		padding: 0em;
	}
	.inner-banner h2{
		font-size: 1.5em; 
	}
}
    /******PG end added css 15.6.2022**************************************************/

.mobile .responsive-nav-wrapper > div.search-wrap:before {
 display: none;
	
}