@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}
::-moz-selection {
  color: #fff;
  background: #62994f;
}
::selection {
  color: #fff;
  background: #62994f;
}
::-webkit-scrollbar-track {
  background-color: #cacaca;
}
::-webkit-scrollbar {
  width: 8px;
  background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
  background-color: #353535;
}
a {
  text-decoration: none !important;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
p, li {
  font-size: 15px;
  text-align: justify;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  padding: 5px 0;
  color: #444;
}
.home {
  position: relative;
  z-index: 999;
  background: #fff;
  width: 100%;
}
.fixheader {
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.fixheader .menubanner {
  display: none;
}
.logo img {
  width: 95px;
}
.search {
  width: 100%;
}
.search form {
  position: relative;
}
.search input, .search button {
  padding: 5px 50px 5px 15px;
  margin: 0;
  width: 100%;
  height: 45px;
  background: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #333;
  font-size: 13px;
  outline: none;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.search button {
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border-radius: 0 5px 5px 0;
  border: none;
  outline: none;
  background: #62994f;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
}
.search button:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .25;
  background: #fff;
  z-index: -1;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.search button:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.search button svg {
  margin: 0 5px 0 0;
  vertical-align: -2px;
}
.topul {
  padding: 0 !important;
}
.topul ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.topul li {
  padding: 0;
  margin: 0 0 0 20px;
  list-style: none;
  display: inline-block;
  position: relative;
}
.more a .fa-angle-down {
  margin: 0 0 0 3px;
  font-size: 11px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.more:hover .fa-angle-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.more .headmore {
  position: absolute;
  width: 230px;
  height: 0;
  overflow: hidden;
  background: #fff;
  top: 100%;
  z-index: 99;
  opacity: 0;
  left: 0;
  padding: 0 15px;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
  -webkit-transition: 1s;
  -moz-transition: .1s;
  -ms-transition: .1s;
  -o-transition: 1s;
  transition: 1s;
}
.more:hover .headmore {
  height: auto;
  opacity: 1;
  padding: 5px 15px;
}
.topul li a, .topul li a:hover, .topul li a:focus {
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  line-height: 37px;
  display: block;
  margin: 0;
  padding: 0;
  color: #333;
}
.topul li a svg {
  color: #62994f;
  margin: 0px 3px 0 0;
}
.topul li a.user-log-btn {
  background: #62994f;
  padding: 0 10px;
  color: #fff;
  border-radius: 5px;
  position: relative;
}
.topul li a.user-log-btn:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .25;
  border-radius: 5px;
  background: #fff;
  z-index: 1;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.topul li a.user-log-btn:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.topul li a.user-log-btn svg {
  color: #fff;
  margin-right: 5px;
}
.topul li a.user-log-btn2 {
  background: #f68212;
}
.more .headmore ul {
  text-align: left;
}
.more .headmore ul li {
  margin: 0;
  display: block;
}
.more .headmore ul li strong {
  font-weight: 700;
  font-size: 14px;
  color: #62994f;
}
.more .headmore ul li a {
  line-height: 20px;
  padding: 10px 0;
  font-size: 13px;
}
.more .headmore1 ul li a {
  padding: 5px 0 5px 10px;
}
.more .headmore ul li a:hover {
  color: #62994f;
}
.more .headmore ul li a svg {
  margin: 0 7px 0 0;
}
.loginpop .modal-content {
  border: 0px solid #999;
  background: #fff;
}
.loginpop .btn-close {
  position: absolute;
  top: -27px;
  right: 0;
  background-color: #fff;
  background-size: 11px auto;
  padding: 7px 8px;
  opacity: 1 !important;
  border-radius: 5px 5px 0 0;
}
.log-in {
  padding: 20px 25px 25px 25px !important;
}
.log-in img {
  width: 100%;
  margin: 0 auto 15px auto;
  display: block;
}
.log-in .nav-tabs {
  border-bottom: 0px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
}
.log-in .nav-tabs .nav-item {
  width: 50%;
  margin: 0;
}
.log-in .nav-tabs .nav-item .nav-link {
  margin: 0;
  padding: 8px;
  line-height: 25px;
  border: 0px solid transparent;
  border-radius: 0;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  color: #333;
  width: 100%;
  display: block;
  background-color: #eee;
}
.log-in .nav-tabs .nav-item .nav-link.active, .log-in .nav-tabs .nav-item .nav-link:hover {
  color: #fff;
  background-color: #bbbbbb;
  border: 0px solid #ddd;
}
.log-in .tab-content {
  padding: 20px 0 0 0;
}
.log-in form {}
.log-in .lg1 {
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  margin: 0 0 15px 0;
  font-size: 13px;
  text-align: left;
  color: #333;
  border-radius: 5px;
  outline: none;
  background: none;
  border: 1px solid #e5e5e5;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.log-in .lg2 {
  width: 150px;
  height: 45px;
  padding: 0;
  margin: 8px auto;
  display: block;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  outline: none;
  border: none;
  background: #62994f;
  border-radius: 5px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.log-in a {
  font-size: 13px;
  font-weight: 600;
  color: #828282;
  margin: 0;
  display: inline-block;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.log-in a:hover {
  color: #333;
}
.lgpd {
  padding: 0 5px 0 0 !important;
}
.lgpd2 {
  padding: 0 0 0 5px !important;
}
.log-in p {
  font-size: 13px;
  text-align: center;
  margin: 0;
  padding: 5px 0 20px 0;
  color: #333;
  line-height: 22px;
  font-weight: 400;
}
.menubanner {
  background: #62994f;
}
.menu-collapser {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  color: #333;
  font-size: 0;
  line-height: 40px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.collapse-button {
  position: fixed;
  right: 1.5rem;
  top: 57px;
  width: 32px;
  padding: 0;
  color: #333;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.collapse-button .icon-bar {
  display: block;
  float: right;
  height: 2px;
  width: 32px;
  position: relative;
  margin: 4px 0;
  background: #333;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.crotate .icon-bar {
  width: 35px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.crotate span:nth-of-type(3) {
  width: 35px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -10px;
}
.crotate span:nth-of-type(2) {
  display: none;
}
ul.slimmenu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  position: relative;
}
ul.slimmenu:before, ul.slimmenu:after {
  content: '';
  display: table
}
ul.slimmenu:after {
  clear: both
}
ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul.slimmenu.collapsed li > ul {
  position: static;
  display: none
}
ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul.slimmenu.collapsed li .sub-toggle {
  height: 40px
}
ul.slimmenu li {
  display: inline-block;
  padding: 0;
}
ul.slimmenu li ul {
  margin: 0;
  list-style-type: none
}
ul.slimmenu li ul li {
  display: block;
  padding: 0;
}
ul.slimmenu li ul h4 {
  padding: 0;
  margin: 0;
}
ul.slimmenu li ul h4 a {
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
  color: #62994f;
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0 10px 0;
  margin: 0 0 5px 0;
  text-transform: none;
  letter-spacing: 0;
}
ul.slimmenu li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  display: none;
  width: 100%;
  height: auto;
  padding: 20px;
  text-align: left;
  min-width: 220px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.11);
}
ul.slimmenu li > ul > li ul {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  display: none;
  width: 100%
}
ul.slimmenu li a {
  padding: 0 24px;
  margin: 0;
  line-height: 50px;
  font-size: 12px;
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
  z-index: 1;
}
ul.slimmenu li a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 56%;
  top: 22%;
  left: 0;
  background: #fff;
  border-radius: 25px;
  z-index: -1;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
ul.slimmenu li ul li a, ul.slimmenu li ul li:last-child a {
  width: 100%;
  display: block;
  line-height: 20px;
  color: #333;
  font-size: 13px;
  padding: 10px 15px;
  margin: 0;
  text-align: left;
  letter-spacing: .6px;
  text-transform: none;
}
ul.slimmenu li ul li a:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 9px;
  top: 14px;
  left: 0;
  background: url("../images/marrow.png") no-repeat;
  background-size: 100% auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: .5;
  -webkit-filter: brightness(0);
  -moz-filter: brightness(0);
  -ms-filter: brightness(0);
  -o-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
ul.slimmenu li ul li a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1) rotate(360deg);
  -moz-transform: scale(1) rotate(360deg);
  -ms-transform: scale(1) rotate(360deg);
  -o-transform: scale(1) rotate(360deg);
  transform: scale(1) rotate(360deg);
  -webkit-filter: brightness(1);
  -moz-filter: brightness(1);
  -ms-filter: brightness(1);
  -o-filter: brightness(1);
  filter: brightness(1);
}
ul.slimmenu li ul li a:hover {
  color: #62994f;
}
ul.slimmenu li.active a, ul.slimmenu li a:hover {
  color: #62994f;
}
ul.slimmenu li.active a:before, ul.slimmenu li a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
ul.slimmenu li .sub-toggle {
  display: none;
  background: none repeat scroll 0 0;
  position: absolute;
  right: 0;
  top: -1px;
  z-index: 999;
  width: 10px;
  height: 100%;
  text-align: right;
  cursor: pointer;
}
ul.slimmenu li .sub-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle
}
ul.slimmenu li .sub-toggle svg {
  display: inline-block;
  color: #333;
  font-size: 9px;
  font-weight: 100;
  vertical-align: middle;
}
ul.slimmenu li ul li .sub-toggle svg {
  color: #333;
}
ul.slimmenu li ul li .sub-toggle {
  right: 2px;
}
ul.slimmenu > li {}
ul.slimmenu > li:first-child, ul.slimmenu > li.has-submenu + li {
  border-left: 0
}
.slider-theme .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -31px;
  width: 100%;
  opacity: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.slider-theme .owl-carousel:hover .owl-nav {
  opacity: 1;
}
.slider-theme .owl-carousel .owl-nav button.owl-next, .slider-theme .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 27px;
  background: #ffffff;
  font-size: 33px;
  line-height: 40px;
  padding: 7px 0 15px 0 !important;
  outline: none;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
}
.slider-theme .owl-carousel .owl-nav button.owl-next:hover, .slider-theme .owl-carousel .owl-nav button.owl-prev:hover {
  background: #62994f;
  color: #fff;
}
.slider-theme .owl-carousel .owl-nav button.owl-next {
  right: 0;
  border-radius: 5px 0 0 5px;
}
.slider-theme .owl-carousel .owl-nav button.owl-prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}
.slider-theme .owl-dots {
  display: none;
}
.mainofferbox {
  padding: 0 !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}
.mainofferbox img {
  width: 100%;
}
.mainofferbox a {
  position: relative;
  display: block;
}
.mainofferbox a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 1;
}
.mainofferbox:hover a:after {
  opacity: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -moz-transition-duration: 1.3s;
  -webkit-transition-duration: 1.3s;
  -ms-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}
.title {
  font-size: 25px;
  text-align: left;
  font-weight: 700;
  line-height: 35px;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  color: #333;
  border-bottom: 1px solid #e7e7e7;
}
.trending .btn1, .popular-categories .btn1, .otheroffers .btn1, .nearby-shops .btn1 {
  position: absolute;
  top: 0;
  right: 1.5rem;
}
.btn1 {
  line-height: 35px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  margin: 0;
  padding: 0 25px;
  position: relative;
  background: #f68212;
  z-index: 1;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.btn1 svg {
  margin: 0 5px 0 0;
}
.btn1:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .25;
  background: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  z-index: -1;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.btn1:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.btn1:hover, .btn1:focus {
  color: #fff;
}
.trending .probox {
  margin: 5px;
}
.probox {
  padding: 15px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.probox:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.probox .proimg {
  border-bottom: 4px double #e5e5e5;
  margin: 0 0 15px 0;
}
.probox .proimg img {
  width: 100%;
  -webkit-transform: scale(.92, .92);
  -moz-transform: scale(.92, .92);
  -ms-transform: scale(.92, .92);
  -o-transform: scale(.92, .92);
  transform: scale(.92, .92);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.probox:hover .proimg img {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.probox h4 {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 23px;
  margin: 0;
  padding: 0 0 7px 0;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.probox h5 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  text-align: center;
  font-weight: 800;
  line-height: 25px;
  color: #62994f;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.probox .product-strike {
  text-decoration: line-through;
  color: #7e818c;
  font-weight: 400;
  margin: 0 5px;
  font-size: 13px;
}
.probox .product-off {
  color: #388e3c;
  font-weight: 600;
  font-size: 13px;
  margin-left: 5px;
}
.promore {
  position: absolute;
  top: -100%;
  right: 15px;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.probox:hover .promore {
  top: 15px;
}
.probox .promore ul {
  margin: 0;
  padding: 0;
}
.probox .promore li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.probox .promore li a {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
  text-align: center;
  font-weight: 800;
  line-height: 35px;
  color: #666;
  background: #dedede;
  width: 35px;
  display: block;
  border-radius: 100%;
  transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out 0s;
  -moz-transition: all 400ms ease-in-out 0s;
  -o-transition: all 400ms ease-in-out 0s;
  -ms-transition: all 400ms ease-in-out 0s;
}
.probox .promore li a:hover, .probox .promore li a:focus, .probox .promore li.active a {
  opacity: 1;
  color: #fff;
  background: #62994f;
}
.bestsellers .btn1 {
  position: absolute;
  top: 25px;
  right: 2.3rem;
}
.bestsellersleftin, .bestsellersrightin {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
footer {
  background: #171717;
}
.fbox h4 {
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 16px 0;
  letter-spacing: 1px;
  padding: 0 0 7px 0;
  color: #ccc;
  border-bottom: 1px solid #3a3a3a;
  text-transform: uppercase;
}
.fbox form {
  position: relative;
  width: 95%;
}
.fbox input {
  width: 100%;
  font-size: 12px;
  line-height: 30px;
  padding: 5px 50px 5px 10px;
  border-radius: 25px;
  border: 0;
  outline: 0;
  color: #fff;
  background: #0a0a0a;
}
.fbox input[type=submit] {
  width: 40px;
  height: 40px;
  font-size: 0;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  padding: 0;
  background: #62994f url(../images/plane.png) no-repeat;
  background-size: 20px;
  background-position: center center
}
.fbox ul {
  margin: 0;
  padding: 0;
}
.fbox ul li {
  list-style: none;
  margin: 0;
  padding: 0 0 5px 0;
  display: block;
}
.fbox ul li a {
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  padding: 0;
  color: #666;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.fbox ul li a svg {
  margin: 0 5px 0 0;
}
.fbox ul li a:hover, .fbox ul li a:focus {
  color: #fff;
}
.fbox p {
  font-size: 14px;
  padding: 0 0 7px 0;
  margin: 0;
  text-align: left;
  color: #666;
}
.fbox p a {
  color: #666;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.fbox p a:hover, .fbox p a:focus {
  color: #fff;
}
.fbox p svg {
  margin: 0 7px 0 0;
}
.fcopy {
  margin: 30px 0 0 0;
  padding: 20px 30px !important;
  border-top: 1px solid #252525;
}
.fcopy p {
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 13px;
  color: #666;
}
.fcopyimg {
  padding: 0 25px 0 0 !important;
}
.fcopyimg img {
  width: 75%;
  max-width: 380px;
  float: right;
  margin: 5px 0;
}
.to-top {
  position: fixed;
  z-index: 99;
  bottom: 12px;
  right: 15px;
  display: none;
}
.to-top a.back-to-top {
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  display: block;
  border-radius: 25px;
  text-align: center;
  line-height: 29px;
  font-size: 12px;
  color: #ffffff;
  background: #62994f;
  opacity: .5;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.to-top a.back-to-top:hover {
  opacity: 1;
  color: #fff;
}
.popular-categories {
  background: #f0f0f0;
}
.popular-categories .title {
  border: none;
}
.popular-categories .probox .proimg img {
  width: 65% !important;
  margin: 0 auto;
}
.popular-categories .probox .proimg {
  border: none;
}
.popular-categories .probox {
  background: #ffffff;
}
.popular-categories .probox:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nearby-shops .probox h5 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
}
.nearby-shops .probox h5 img {
  width: 18px;
  height: 18px;
  margin-right: 7px;
}
.nearby-shops .probox .proimg img {
  border-radius: 10px;
}
.nearby-shops .probox .proimg {
  border: none;
}
.nearby-shops .probox p {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0 0 12px 0;
  font-size: 14px;
  line-height: 21px;
  border-bottom: 4px double #e5e5e5;
}
/*-------listing--------*/
.productfilter {
  padding: 20px 20px 0 20px !important;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.productfilterhead {
  padding: 0 0 15px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.productfilterhead h4 {
  font-size: 17px;
  text-align: left;
  font-weight: 400;
  line-height: 35px;
  margin: 0 0 15px 0;
  letter-spacing: .4px;
  padding: 0 15px;
  color: #fff;
  background: #62994f;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.productfilterhead h5 {
  font-size: 11px;
  text-align: left;
  font-weight: 600;
  line-height: 21px;
  margin: 0;
  letter-spacing: .4px;
  padding: 0 0 5px 0;
  color: #333;
  text-transform: uppercase;
}
.productfilterhead ul {
  margin: 0;
  padding: 0 0 0 7px;
}
.productfilterhead ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.productfilterhead ul li a {
  font-size: 13px;
  color: #737373;
  text-align: left;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: .4px;
  margin: 0;
  padding: 5px 0;
}
.productfilterhead ul li a svg {
  margin: 0 5px 0 0;
}
.productfilterhead ul li ul {
  margin: 0;
  padding: 0 0 0 15px;
}
.productfilterhead ul li ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.productfilterhead ul li ul li a {
  font-weight: 600;
  color: #333;
}
.productfilter h3 {
  font-size: 13px;
  line-height: 24px;
  color: #333;
  margin: 0;
  padding: 0 0 12px 0;
  text-align: left;
  font-weight: 600;
  letter-spacing: .4px;
  position: relative;
  text-transform: uppercase;
}
.filterprice {
  padding: 0 0 25px 0;
  height: 95px;
}
.filterprice .slider-labels {
  margin-top: 20px;
  font-size: 13px;
  color: #666;
}
.filterprice .noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.filterprice .noUi-target {
  position: relative;
  direction: ltr;
}
.filterprice .noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.filterprice .noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.filterprice .noUi-handle {
  position: relative;
  z-index: 1;
}
.filterprice .noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}
.filterprice .noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top .3s;
  -moz-transition: left 0.3s, top .3s;
  -ms-transition: left 0.3s, top .3s;
  -o-transition: left 0.3s, top .3s;
  transition: left 0.3s, top .3s;
}
.filterprice .filterprice .noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.filterprice .noUi-horizontal {
  height: 4px;
}
.filterprice .noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background: #444;
}
/* Styling;
 */
.filterprice .noUi-background {
  background: #D6D7D9;
}
.filterprice .noUi-connect {
  background: #949494;
  -webkit-transition: background 450ms;
  -moz-transition: background 450ms;
  -ms-transition: background 450ms;
  -o-transition: background 450ms;
  transition: background 450ms;
}
.filterprice .noUi-origin {
  border-radius: 2px;
}
.filterprice .noUi-target {
  border-radius: 2px;
  margin-top: 5px;
}
.filterprice .noUi-draggable {
  cursor: w-resize;
}
.filterprice .noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.filterprice .noUi-handle {
  cursor: pointer;
  box-sizing: content-box !important;
}
.filterprice .noUi-handle:active {
  background: #62994f;
  border: 8px solid rgb(98 153 79 / 25%);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}
.filterprice [disabled].noUi-connect, [disabled] .noUi-connect {
  background: #B8B8B8;
}
.filterprice [disabled].noUi-origin, [disabled] .noUi-handle {
  cursor: not-allowed;
}
.filtergroup {
  margin: 0 !important;
}
.filtergroup .accordion-item {
  border: none;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
.filtergroup .accordion-body {
  padding: 10px 0 5px 0;
}
.filtergroup .accordion-item .accordion-button {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 13px;
  line-height: 30px;
  color: #333;
  margin: 0;
  padding: 6px 0;
  text-align: left;
  font-weight: 600;
  letter-spacing: .4px;
  text-transform: uppercase;
}
.filtergroup .accordion-item .accordion-button::after {
  background-size: 1rem;
  filter: brightness(0);
}
.filtergroup .panel-default h3 {
  padding: 0;
}
.filtergroup .panel-default > .panel-heading a, .filtergroup .panel-default > .panel-heading a:hover, .filtergroup .panel-default > .panel-heading a:focus {
  display: block;
  color: #333;
  position: relative;
}
.filtergroup .panel-default > .panel-heading a svg {
  position: absolute;
  width: 24px;
  line-height: 24px;
  font-size: 15px;
  color: #999;
  top: 4px;
  right: 0;
  display: block;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.filtergroup .panel-default > .panel-heading a.collapsed svg {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.filtergroup .panel {
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  padding: 20px 0;
  border: none;
  border-top: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.filtergroup .panel + .panel {
  margin-top: 0 !important;
}
.filtergroup form {
  margin: 0;
  padding: 0;
}
.filtergroup input[type=checkbox] + label {
  display: block;
  margin: 0;
  cursor: pointer;
  padding: 0 0 10px 0;
  font-size: 12px;
  line-height: 19px;
  text-align: left;
  letter-spacing: .4px;
  font-weight: 500;
  color: #333;
}
.filtergroup input[type=checkbox] {
  display: none;
  margin: 0 3px 0 0;
}
.filtergroup input[type=checkbox] + label:before {
  content: " ";
  border: 1px solid #989898;
  border-radius: 0.2em;
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 8px;
  text-align: center;
  line-height: 15px;
  padding: 0;
  margin: 0 8px 0 0;
  vertical-align: text-bottom;
  transition: .2s;
  left: 0;
  top: 0;
  background: #fff url(../images/tick.svg) no-repeat;
  background-size: 7px;
  background-position: center center;
}
.filtergroup input[type=checkbox]:checked + label:before {
  border: 1px solid #62994f;
  background: #62994f url(../images/tick.svg) no-repeat;
  background-size: 7px;
  background-position: center center;
}
.mobilefilter ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
}
.mobilefilter ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 50%;
}
.mobilefilter ul li:first-child {
  border-right: 1px solid #e5e5e5
}
.mobilefilter ul li a, .mobilefilter ul li a:hover, .mobilefilter ul li a:focus {
  font-size: 12px;
  line-height: 20px;
  color: #999;
  margin: 0;
  padding: 8px;
  text-align: center;
  display: block;
  font-weight: 600;
  letter-spacing: .4px;
  text-transform: uppercase;
}
.mobilefilter ul li a svg {
  margin: 0 5px 0 0;
}
.productresulthead {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 15px 0 !important;
  margin: 0 0 20px 0;
}
.productresulthead .title {
  margin: 0;
  padding: 0;
  border: none;
}
.productresulthead .title span {
  font-size: 15px;
  font-weight: 400;
  color: #666;
  margin: 0 0 0 5px;
}
.productresulthead .dropdown .dropdown-toggle::after {
  display: none;
}
.productresulthead .dropdown-toggle {
  border: 1px solid #e5e5e5;
  background: none;
  outline: none;
  font-size: 13px;
  line-height: 40px;
  padding: 0 25px;
  letter-spacing: .6px;
  font-weight: 400;
  color: #333;
}
.productresulthead .dropdown-toggle strong {
  color: #666;
  margin: 0 5px 0 0;
}
.productresulthead .dropdown-toggle span {
  margin: 0 0 0 10px;
  font-size: 10px;
}
.productresulthead .dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  border-top: none;
  margin: 0;
  width: 100%;
}
.productresulthead .dropdown-menu li {
  font-size: 13px;
  text-align: left;
  font-weight: 500;
  line-height: 17px;
  margin: 0;
  letter-spacing: .4px;
  padding: 10px 20px;
  color: #666;
  cursor: pointer;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.productresulthead .dropdown-menu li:hover, .productresulthead .dropdown-menu li.active {
  color: #62994f;
}
.filterpop .modal-dialog {
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.filterpop h4 {
  font-size: 13px;
  line-height: 24px;
  color: #333;
  margin: 0 0 15px 0;
  padding: 0 0 5px 0;
  text-align: left;
  font-weight: 600;
  letter-spacing: .4px;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
}
.filterpop .btn-close {
  top: 11px;
  right: 15px;
  position: absolute;
  z-index: 99;
  opacity: .3;
  width: 12px;
  height: 12px;
  background-size: 12px;
}
.filterpop .modal-body {
  padding-bottom: 45px;
}
.filterpop .btn-group {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35px;
}
.filterpop .btn-group ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
.filterpop .btn-group ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  width: 50%;
  float: left;
}
.filterpop .btn-group ul li:first-child .btn1 {
  background: #666;
}
.filterpop .btn-group ul li .btn1 {
  width: 100%;
  line-height: 35px;
  background: #62994f;
  border-radius: 0;
}
.filterpop .btn-group ul li .btn1:hover:before {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.sortbypop .modal-body {
  padding-bottom: 15px;
  max-height: 100vh;
}
.msortby ul {
  margin: 0;
  padding: 0;
}
.msortby ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 36px;
  color: #333;
  text-align: left;
  font-weight: 500;
  letter-spacing: .6px;
  position: relative;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.msortby ul li:before, .msortby ul li:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  top: 9px;
  right: 1px;
  border: 2px solid #999;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.msortby ul li:after {
  background: #999;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
  transform: scale(0.4);
}
.msortby ul li.active:before, .msortby ul li.active:after {
  border: 2px solid #62994f;
}
.msortby ul li.active {
  color: #62994f;
  font-weight: 600;
}
.msortby ul li.active:after {
  background: #62994f;
}
.proslider {
  border: 1px solid #e5e5e5;
  margin: 0 0 15px 0;
}
.pronavigationthumbs img {
  border: 1px solid #e5e5e5;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.pronavigationthumbs .synced img {
  border: 1px solid #747474;
}
.pronavigationthumbs img:hover {
  border: 1px solid #747474;
}
.pronavigationthumbs .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  width: 100%;
  opacity: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.pronavigationthumbs:hover .owl-nav {
  opacity: 1;
}
.pronavigationthumbs.owl-carousel .owl-nav .owl-next, .pronavigationthumbs.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 20px;
  background: rgba(255, 255, 255, 0.55);
  font-size: 24px;
  line-height: 19px;
  padding: 5px 0 10px 0 !important;
  outline: none;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
  -ms-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
  -o-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.pronavigationthumbs.owl-carousel .owl-nav .owl-next.disabled, .pronavigationthumbs.owl-carousel .owl-nav button.owl-prev.disabled {
  opacity: 0;
}
.pronavigationthumbs.owl-carousel .owl-nav button.owl-next {
  right: 0;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.pronavigationthumbs.owl-carousel .owl-nav button.owl-prev {
  left: 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.pronavigationthumbs.owl-carousel .owl-nav button.owl-next:hover, .pronavigationthumbs.owl-carousel .owl-nav button.owl-prev:hover {
  background: #62994f;
  color: #fff;
}
.productviewleft .tiles, .productviewleft .tile {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  cursor: crosshair;
}
.productviewleft .tiles .txt {
  display: none;
}
.productviewleft .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 1s ease-out;
}
.buynowbtns {
  padding: 20px 0 0 0;
}
.buynowbtns ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.buynowbtns ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  width: 50%;
  float: left;
}
.buynowbtns ul li:last-child {
  float: right;
}
.buynowbtns ul li .btn1 {
  width: 100%;
  background: #62994f;
  padding: 0;
  line-height: 45px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 0 25px 25px 0;
  -moz-border-radius: 0 25px 5px 0;
  -ms-border-radius: 0 25px 25px 0;
  -o-border-radius: 0 25px 25px 0;
  border-radius: 0 25px 25px 0;
}
.buynowbtns ul li:first-child .btn1 {
  background: #747474;
  -webkit-border-radius: 25px 0 0 25px;
  -moz-border-radius: 25px 0 0 25px;
  -ms-border-radius: 25px 0 0 25px;
  -o-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
}
.buynowbtns ul li .btn1:hover:before {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.buynowbtns ul li a svg {
  margin: 0 5px 0 0;
}
.productwish {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.productwish ul {
  margin: 0;
  padding: 0;
}
.productwish li {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
  display: inline-block;
}
.productwish li .btn1 {
  background: #dedede;
  color: #666;
}
.productwish li .btn1:hover, .productwish li .btn1:focus {
  color: #fff;
  background: #f3283d;
}
.productwish li:first-child a {
  padding: 0;
  margin: 0;
  font-size: 11px;
  text-align: center;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: .4px;
  color: #666;
  background: #dedede;
  width: 30px;
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.productwish li:first-child a:hover, .productwish li:first-child a:focus, .productwish li:first-child.active a {
  background: #f3283d;
  color: #fff;
}
.productviewrighthead .title {}
.productrating {
  margin: 0 0 7px 0;
}
.productrating a, .productrating a:hover, .productrating a:focus {
  font-size: 12px;
  text-align: left;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  letter-spacing: .4px;
  padding: 0;
  color: #666;
}
.productrating span {
  margin: 0 5px 0 0;
}
.productrating a svg {
  color: #ff9f00;
  margin: 0 2px 0 0;
}
.productrate {
  margin: 0 0 10px 0;
}
.productrate h5 {
  font-size: 23px;
  text-align: left;
  font-weight: 600;
  line-height: 26px;
  margin: 0;
  letter-spacing: .4px;
  padding: 0;
  color: #666;
}
.productrate .product-strike {
  text-decoration: line-through;
  color: #7e818c;
  font-weight: 400;
  margin: 0 5px;
  font-size: 15px;
}
.productrate .product-off {
  color: #388e3c;
  font-weight: 600;
  font-size: 15px;
  margin-left: 5px;
}
.productdelivery {
  margin: 0 0 10px 0;
}
.productdelivery p, .productcolor p, .productsize p {
  margin: 0;
  padding: 0;
  font-weight: 700;
  color: #666;
  line-height: 35px;
}
.productdelivery h6 {
  font-size: 12px;
  text-align: left;
  font-weight: 600;
  line-height: 25px;
  margin: 0;
  letter-spacing: .4px;
  padding: 3px 0 0 0;
  color: #333;
}
.productdelivery h6 span {
  color: #388e3c;
}
.productdelivery form {
  margin: 0;
  padding: 0;
}
.productdelivery .check1 {
  width: 66%;
  height: 40px;
  margin: 0;
  padding: 0;
  float: left;
  font-size: 13px;
  letter-spacing: .4px;
  color: #333;
  padding: 5px 10px;
  font-weight: 400;
  background: none;
  border: 1px solid #e5e5e5;
  border-right: none;
  outline: none;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.productdelivery .check2 {
  width: 34%;
  height: 40px;
  margin: 0;
  float: right;
  padding: 0;
  font-size: 13px;
  background: #747474;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  border: none;
  outline: none;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.productdelivery .check2:hover, .productdelivery .check2:focus {
  background: #62994f;
  color: #fff;
}
.productcolor {
  margin: 0 0 15px 0;
}
.productcolor ul {
  margin: 0;
  padding: 0;
}
.productcolor ul li {
  position: relative;
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.productcolor input[type=radio] {
  width: 100%;
  position: absolute;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.productcolor label {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .8px;
  margin: 0;
  cursor: pointer;
  padding: 8px 12px;
  color: #747474;
  border: 1px solid #e5e5e5;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.productcolor input[type=radio]:checked + label {
  border: 1px solid #747474;
}
.productcolor span {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: -6px;
  margin: 0 7px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.productcolor .pclr1 {
  background: #333;
}
.productcolor .pclr2 {
  background: #005fef;
}
.productcolor .pclr3 {
  background: #ef0000;
}
.productcolor .pclr4 {
  background: #e4e8ef;
}
.productsize {
  margin: 0 0 10px 0;
}
.productsize ul {
  margin: 0;
  padding: 0;
}
.productsize ul li {
  position: relative;
  margin: 0 5px 0 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.productsize input[type=radio] {
  width: 100%;
  position: absolute;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}
.productsize label {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .4px;
  margin: 0;
  cursor: pointer;
  line-height: 24px;
  padding: 5px 10px;
  color: #747474;
  border: 1px solid #e5e5e5;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.productsize input[type=radio]:checked + label {
  border: 1px solid #747474;
}
.moreproductdetails {
  display: none;
  width: 100% !important;
}
.productdetails h4, .productreviews h4 {
  font-size: 17px;
  text-align: left;
  font-weight: 700;
  line-height: 26px;
  margin: 0;
  letter-spacing: .4px;
  padding: 5px 0;
  color: #666;
}
.productdetails p, .productreviews p {
  margin: 0;
  padding: 0 0 5px 0;
  color: #777;
  font-size: 14px;
  line-height: 28px;
}
.moreproductdetailsbtn {
  background: no-repeat;
  border: none;
  padding: 0;
  margin: 10px 0 0 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #747474;
  outline: none;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.moreproductdetailsbtn:hover, .moreproductdetailsbtn:focus {
  color: #62994f;
}
.productreviews .nav-tabs {
  background: #e5e5e5;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.productreviews .nav-tabs > li {
  margin: 0;
  padding: 0;
}
.productreviews .nav-tabs .nav-link {
  margin: 0;
  font-size: 13px;
  color: #747474;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  padding: 10px 25px;
  border-radius: 0;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.productreviews .nav-tabs .nav-link.active, .productreviews .nav-tabs .nav-link.active focus, .nav-tabs .nav-link.active:hover, .productreviews .nav-tabs .nav-link:hover {
  border: none;
  background: #747474;
  color: #fff;
}
.productreviews .tab-content {
  border: 1px solid #e5e5e5;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -ms-border-radius: 0 0 10px 10px;
  -o-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
.productreviews .tab-content .btn1 {
  position: absolute;
  top: 15px;
  right: 15px;
}
.productreviews .productrating {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 15px 0 !important;
  margin: 0 0 10px 0;
}
.productreviews .productrating a, .productreviews .productrating a:hover, .productreviews .productrating a:focus {
  font-size: 15px;
  line-height: 30px;
}
.productreviewsB {
  padding: 15px 0 !important;
  border-bottom: 1px dotted #e5e5e5;
}
.productreviewsB h4 {
  font-size: 15px;
  padding: 0 0 7px 0;
}
.productreviewsB h4 span {
  background: #388e3c;
  color: #fff;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 12px;
  margin: 0 3px 0 0;
  display: inline-flex;
  align-items: center;
}
.productreviewsB h4 span svg {
  font-size: 10px;
  vertical-align: middle;
  margin-left: 4px;
}
/*-------listing--------*/
@media only screen and (max-width: 1200px) {
  .topbanner {
    flex-wrap: wrap;
  }
  .search {
    order: 3;
  }
  .topul {
    order: 2;
  }
  .fixheader .search {
    display: none;
  }
  ul.slimmenu li a {
    padding: 0 7px;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 40px;
  }
  ul.slimmenu li ul h4 a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .logo img {
    width: 95px;
  }
  .topul {
    margin-right: 52px;
  }
  .topul li.more {
    display: none;
  }
  ul.slimmenu {
    width: 250px;
    height: 100%;
    top: 0;
    right: 0;
    display: none;
    position: fixed;
    text-align: left;
    padding: 15px 20px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 999;
    -webkit-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
    box-shadow: -5px 0px 25px 0px rgba(0, 0, 0, 0.11);
  }
  .crotate {
    position: fixed;
    top: 20px;
    right: 249px;
    background: #fff;
    z-index: 9999;
    padding: 10px 5px 10px 10px;
  }
  .crotate .icon-bar {
    width: 20px;
    background-color: #333;
    top: 5px;
  }
  .crotate span:nth-of-type(3) {
    width: 20px;
    top: -5px;
  }
  ul.slimmenu li {
    position: relative;
  }
  ul.slimmenu li a, ul.slimmenu li:last-child a {
    color: #333;
    padding: 0;
    line-height: 45px;
    font-weight: 400;
  }
  ul.slimmenu li .sub-toggle {
    display: block;
  }
  ul.slimmenu li ul li a:before {
    display: none;
  }
  ul.slimmenu li.active a, ul.slimmenu li a:hover {
    color: #009c4b;
  }
  ul.slimmenu li .sub-toggle {
    top: 2px;
    width: 30px;
  }
  ul.slimmenu li .sub-toggle svg {
    color: #333;
    font-size: 12px;
  }
  ul.slimmenu li > ul {
    padding: 0;
    width: 100%;
    min-width: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  ul.slimmenu li ul li a, ul.slimmenu li ul li:last-child a {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
  }
  ul.slimmenu li ul h4 a {
    margin: 0;
    padding: 5px 0;
    border: none !important;
    font-size: 14px;
  }
  .fixheader .menubanner {
    display: block;
  }
  .title {
    font-size: 22px;
  }
  /*-------listing--------*/
  .productfilter {
    padding: 0 !important;
    margin: 0 0 20px 0;
  }
  .filtergroup .accordion-item .accordion-button {
    font-size: 12px;
  }
  .buynowbtns ul li .btn1 {
    line-height: 30px;
    font-weight: 400;
    font-size: 10px;
  }
  /*-------listing--------*/
}
@media only screen and (max-width: 767px) {
  .logo img {
    width: 80px;
  }
  .topul li {
    margin: 0 0 0 10px;
  }
  .collapse-button {
    right: 1rem;
    top: 49px;
  }
  .crotate {
    top: 20px;
    right: 249px;
  }
  .topul li a.user-log-btn {
    padding: 0 8px;
  }
  .fcopy {
    margin: 10px 0 0 0;
  }
  .fbox form {
    width: 100%;
  }
  .fcopy p, .fbox h4, .fbox p, .fbox ul li {
    text-align: center;
  }
  .fcopyimg img {
    width: 75%;
    float: none;
    margin: 5px auto;
    display: block;
  }
  .trending .btn1, .popular-categories .btn1, .otheroffers .btn1, .nearby-shops .btn1 {
    right: 15px;
  }
  .topul li a, .topul li a:hover, .topul li a:focus {
    font-size: 13px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .topul {
    margin-right: 0;
    width: 100%;
  }
  .topul ul {
    text-align: left;
    margin-top: 10px;
  }
  .fixheader .topul {
    display: none;
  }
  .topul ul li:nth-child(4), .topul ul li:nth-child(5) {
    float: right;
  }
  .title {
    font-size: 16px;
    line-height: 24px;
  }
  .btn1 {
    line-height: 24px;
    font-size: 8px;
    padding: 0 12px;
  }
  .probox {
    padding: 10px;
  }
  .probox h4 {
    font-size: 12px;
    line-height: 18px;
    padding: 0 0 4px 0;
  }
  .probox h5 {
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
  }
  .probox .product-strike {
    font-size: 9px;
  }
  .probox .product-off {
    font-size: 10px;
  }
  .topul li a.user-log-btn {
    padding: 0 12px;
  }
  .topul li a, .topul li a:hover, .topul li a:focus {
    font-size: 12px;
  }
  .search input {
    padding: 5px 40px 5px 10px;
    margin: 0;
    width: 100%;
    height: 35px;
  }
  .search button {
    width: 35px;
    height: 35px;
  }
  .bestsellers .btn1 {
    position: absolute;
    top: 13px;
    right: 25px;
  }
  .promore {
    position: relative;
    top: auto;
    right: auto;
    text-align: center;
    margin: 10px 0 0 0;
    border-radius: 25px;
    overflow: hidden;
  }
  .probox:hover .promore {
    top: auto;
  }
  .probox .promore li {
    display: inline-block;
    display: block;
    width: 33.333%;
    float: left;
  }
  .probox .promore li a {
    margin: 0;
    display: block;
    width: 100%;
    font-size: 10px;
    line-height: 25px;
    border-radius: 0;
  }
  .slider-theme .owl-nav {
    margin-top: -15px;
  }
  .slider-theme .owl-carousel .owl-nav button.owl-next, .slider-theme .owl-carousel .owl-nav button.owl-prev {
    width: 15px;
    font-size: 17px;
    line-height: 15px;
    padding: 4px 0 7px 0 !important;
  }
  .log-in .lg1 {
    font-size: 12px;
    width: 100%;
    height: 40px;
    padding: 5px 10px;
  }
  .log-in .lg2 {
    width: 130px;
    height: 35px;
    font-size: 12px;
  }
  .log-in .nav-tabs .nav-item .nav-link {
    padding: 7px;
    line-height: 17px;
    font-size: 11px;
  }
  .fbox h4 {
    font-size: 13px;
    line-height: 24px;
  }
  p, li {
    font-size: 12px;
    line-height: 25px;
  }
  .fbox p {
    font-size: 13px;
  }
  /*-------listing--------*/
  .productreviews .nav-tabs .nav-link {
    font-size: 11px;
    letter-spacing: .4px;
    padding: 4px 11px;
  }
  .productreviews .tab-content .btn1 {
    top: 23px;
  }
  .productreviews .productrating a {
    font-size: 13px;
  }
  .productrate h5 {
    font-size: 20px;
  }
  .productreviewsB, .productdetails h4, .productreviews h4 {
    font-size: 14px;
  }
  .moreproductdetailsbtn {
    font-size: 12px;
  }
  .productreviewsB h4 span {
    padding: 0 6px;
  }
  /*-------listing--------*/
}