@charset "UTF-8";
.halign-center {
  text-align: center;
}

.mr-t-10 {
  margin-top: 10px;
}

.mr-t-20 {
  margin-top: 20px;
}

.p_btn {
  padding: 10px 12px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  background-color: #150D0F;
  color: #fff;
  cursor: pointer;
  display: inline-block;
}
.p_btn:hover {
  color: #f3a712;
}

.s_btn {
  border-radius: 10px;
  padding: 10px 12px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  background-color: #f3f3f3;
  border: 1px solid #d6d6d6 !important;
  color: #000;
  cursor: pointer;
}
.s_btn:hover {
  background-color: #c48503;
  color: #fff;
}

.t_btn {
  font-size: 12px;
  color: #000;
  background-color: transparent;
  line-height: 24px;
  padding: 5px;
  transition: all 0.2s ease;
}
.t_btn:hover {
  color: #f3a712;
}

.f_btn {
  font-size: 12px;
  color: #fff;
  background-color: transparent;
  line-height: 24px;
  padding: 5px;
  transition: all 0.2s ease;
}
.f_btn:hover {
  color: #000;
}

.container {
  padding: 0 5px;
}

.content {
  padding: 0;
  min-height: 380px;
}

/* header */
header {
  position: sticky;
  top: 0;
  z-index: 3;
}

.header-bar {
  width: 100%;
  background-color: #29335C;
  display: none;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px;
  flex-wrap: wrap-reverse;
}

.header-side-right {
  text-align: right;
}

.header-side-right-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.header-social a {
  margin-left: 5px;
  width: 15px;
  height: 15px;
  color: #f3a712;
}

.header-social a:hover {
  color: #fff;
}

.header-social a span {
  font-size: 20px;
  line-height: 60px;
}

.header-tools span {
  color: #fff;
}

.header-side-left {
  text-align: left;
}

.header-side-left-content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-side-left-content a.header-logo {
  display: inline-flex;
  height: 60px;
  transform-origin: left;
  transform: scale(1.5);
}

.header-login {
  color: #fff;
  font-size: 20px;
  line-height: 60px;
  margin-right: 10px;
}

/* header */
/* header mobile */
.header-bar-mob {
  display: none;
  width: 100%;
  background-color: #fff;
}

.header-content-mob {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  font-size: 12px;
  line-height: 1.2;
}

.header-side-right-mob span {
  color: #000;
}

.header-side-left-mob {
  direction: ltr;
}

.header-side-left-mob span {
  color: #c0c4c1;
  margin-right: 5px;
  font-weight: 600;
}

.header-icon-mob {
  background-color: #F2F2F2;
  vertical-align: baseline;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  color: rgba(0, 0, 0, 0.4);
}

.header-icon-mob:hover {
  background-color: rgba(255, 255, 255, 0);
  border: 0;
  color: #fff;
}

.header-side-left-mob a i {
  font-size: 14px;
  line-height: 30px;
}

.header-side-left-mob a i:before {
  font-family: FontBrand;
  font-style: normal;
  content: "\f16d";
}

/* header mobile */
/* sticky */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* sticky */
/* serach bar */
.search-bar {
  padding: 0px 0;
  background-color: #fff;
  padding-bottom: 5px;
}

.search-right, .serach-left {
  display: none;
}

.search-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-right a img {
  max-height: 72px;
  max-width: 72px;
}

.search-middle {
  flex: 1 1 0;
  padding: 0px 5px;
  position: relative;
}

.search-middle form {
  margin: 0;
}

.search-middle input[type=text] {
  width: 100%;
  padding: 10px;
  box-shadow: 0px 0px 5px #cccccc;
  border-radius: 20px;
  font-size: 15px;
  height: 46px;
  border: 1px solid #d6d6d6;
}

.search-send {
  position: absolute;
  top: 0;
  left: 10px;
  height: 46px;
  width: 50px;
  padding: 5px 0;
}

.search-send button {
  border-radius: 30px;
  background-color: #f3a712;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.search-send button:before {
  font-family: FontSolid;
  font-style: normal;
  content: "\f002";
  font-size: 20px;
  color: #fff;
}

/* serach bar */
/* serach result */
.search-result-contain {
  position: relative;
}

.search-result-pos {
  position: absolute;
  top: 0px;
  left: 0;
  height: 50vh;
  overflow-y: auto;
  width: 100%;
  z-index: 1000;
  display: none;
}

.search-result-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px;
  background-color: #fff;
  margin: 0 10px;
  justify-content: space-between;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.search-result-item {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 285px;
  max-width: 285px;
  padding: 15px;
  align-items: center;
  cursor: pointer;
}

.search-result-img {
  max-width: 65px;
  margin-left: 15px;
}

.search-result-content {
  display: flex;
  flex-direction: column;
}

.search-result-title {
  color: #333;
  line-height: 1.3;
  font-size: 14px;
  word-wrap: break-word;
  font-weight: 700;
}

.search-result-price {
  margin-top: 10px;
  line-height: 1;
}

/* serach result */
/*product search-adv*/
.products-section {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.filter-wrapper {
  flex: 0 0 300px;
  max-width: 300px;
  margin: 10px 0;
  display: none;
}

.filter-show {
  display: block;
  margin-right: 10px;
  font-weight: 700;
}

.filter-show:before {
  font-family: FontSolid;
  font-style: normal;
  content: "\f0b0";
  font-size: 14px;
  color: #000;
  margin-left: 5px;
}

.filter-head {
  display: flex;
  justify-content: space-between;
}

.filter-head span:first-child {
  color: #2D2A2A;
  font-size: 16px;
}

.filter-head span:last-child {
  color: #2D2A2A;
  font-size: 12px;
  cursor: pointer;
}

.products-wrapper {
  width: 100%;
}

.filter-options {
  padding: 10px;
  padding-bottom: 20px;
  margin-left: 10px;
}

.filter-item-one {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 10px;
  border-bottom: 1px solid #f0f0f1;
  align-items: center;
}

.filter-item {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-top: 10px;
  border-bottom: 1px solid #f0f0f1;
}

.filter-item-title {
  cursor: pointer;
  position: relative;
}

.filter-item-title:after {
  font-family: FontSolid;
  font-style: normal;
  content: "\f067";
  font-size: 14px;
  color: gray;
  position: absolute;
  left: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.filter-item-title.select-opened:after {
  content: "\f068";
}

.filter-item-body {
  padding: 0 5px;
  display: none;
  max-height: 350px;
  overflow-y: auto;
}

.filter-item-range {
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 20px;
}

.filter-item-range input {
  border: none !important;
  width: 100%;
}

.filter-item-select {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 20px;
}

.filter-item-select input {
  border: none !important;
  width: 100%;
  padding-right: 40px;
}

.filter-item-select button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: transparent;
  height: 100%;
  color: #000;
  border: none;
  width: 40px;
  cursor: pointer;
  border-radius: 5px;
}

.filter-item-select button:before {
  font-family: FontSolid;
  font-style: normal;
  content: "\f002";
  font-size: 18px;
  color: #000;
}

.filter-item-option {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.filter-item-option > span {
  color: gray;
  font-size: 14px;
}

.filter-item-option a {
  color: #000;
}

.checkbox-icon {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-left: 10px;
}

.checkbox-icon input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  display: block;
  cursor: pointer;
  margin: 0;
}

.checkbox-icon span {
  display: inline-block;
}

.checkbox-icon span:before {
  position: relative;
  top: 0px;
  font-size: 21px;
  color: #000;
  display: inline-block;
  content: " ☐";
  font-weight: bold;
}

.checkbox-icon input:checked ~ span:before {
  color: #f3a712;
  content: " ☑";
}

.switch-icon {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 25px;
  overflow: hidden;
  vertical-align: middle;
}

.switch-icon label {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
}

.switch-icon label input {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.switch-icon label i {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12.5px;
  background-color: #d9d9d9;
  top: 0;
  left: 0;
  transition-property: all;
  transition-duration: 0.4s;
}

.switch-icon label i:after {
  position: absolute;
  content: "";
  display: block;
  left: 6px;
  top: 5px;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  background-color: #fff;
  pointer-events: none;
  transition-property: all;
  transition-duration: 0.4s;
}

.switch-icon label input:checked ~ i {
  background-color: #f3a712;
}

.switch-icon label input:checked ~ i:after {
  transform: translate3d(20px, 0, 0);
}

.update-icon {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  vertical-align: middle;
}

.update-icon label {
  position: relative;
  width: 80px;
  height: 45px;
  display: block;
  margin: 0;
}

.update-icon label input {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

.update-icon label i {
  position: absolute;
  display: block;
  border-radius: 5px;
  background-color: #f3a712;
  color: #fff;
  font-size: 14px;
  bottom: 0px;
  right: 0px;
  transition-property: all;
  transition-duration: 0.4s;
  padding: 8px;
  margin-bottom: 5px;
}

.filter-item-option-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

/*product search-adv */
/* menu bar mob */
.menu-bar-mob {
  width: 100%;
  background-color: #29335C;
}

.menu-bar-mob-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-contain a img {
  max-height: 60px;
  transform-origin: center;
  transform: scale(1);
}

.menu-mob > a {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #f3a712;
  line-height: 1;
}

.menu-mob > a:hover {
  color: #fff;
}

.menu-icon {
  position: relative;
  margin-bottom: 6px;
  margin-top: 6px;
  width: 18px;
  height: 2px;
  display: inline-block;
}

.menu-icon:before {
  position: absolute;
  top: -6px;
  left: 0px;
  width: 18px;
  height: 2px;
  display: inline-block;
  content: "\f0c9";
  font-family: FontSolid;
}

.menu-label {
  margin-right: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

/* menu bar mob */
/* menu bar */
.menu-bar {
  display: none;
  text-align: center;
}

.menu-content {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.menu {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-login {
  display: inline-flex;
}

.menu > li {
  font-size: 14px;
  line-height: 30px;
  margin-left: 10px;
  padding: 10px 0;
}

.menu > li {
  position: relative;
}

.menu > li:after {
  position: absolute;
  width: 100%;
  height: 3px;
  display: block;
  content: "";
  background: #fff;
  bottom: -5px;
  right: 0px;
  opacity: 0;
}

.menu > li:hover:after {
  opacity: 1;
}

.menu > li.has-submenu:before {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  content: "";
  position: absolute;
  top: 42px;
  right: 50%;
  transform: translateX(50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  display: inline-block;
  opacity: 0;
}

.menu > li.has-submenu:hover:before {
  opacity: 1;
}

.menu > li a {
  color: #fff;
}

.menu > li a:hover {
  color: #f3a712;
}

.has-submenu {
  position: relative;
}

.submenu-wrap {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 55px;
  right: 0px;
  padding: 10px;
  width: 200px;
  background-color: #372D2A;
  text-align: right;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  z-index: 500;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s linear;
}

.has-submenu:hover .submenu-wrap {
  visibility: visible;
  opacity: 1;
}

.submenu-wrap > ul > li {
  height: 30px;
}

.submenu-wrap ul li a {
  position: relative;
  display: block;
  word-break: break-word;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  padding: 5px;
}

.submenu-wrap ul li a:hover {
  background-color: #fff;
  color: #000;
  border-radius: 5px;
}

/* menu bar */
/* mega menu bar */
.mega-menu {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 50px;
  right: 0px;
  width: 960px;
  background-color: #372D2A;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
  z-index: 500;
  opacity: 0;
  transition: visibility 0.5s, opacity 0.5s linear;
  max-height: 75vh;
  overflow-y: auto;
  transform: translateX(50%);
}

.has-mega:hover .mega-menu {
  visibility: visible;
  opacity: 1;
}

.mega-parent {
  margin: 10px 0;
  position: relative;
}

.mega-parent a {
  padding-bottom: 10px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  display: block;
  padding-left: 0px;
  position: relative;
}

.mega-parent a:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #c48503;
  opacity: 0;
  border-radius: 1.5px;
  transition-property: all;
  transition-duration: 0.3s;
}

.mega-parent a:hover:after {
  opacity: 1;
}

.mega-body {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 25px;
  min-height: 215px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mega-body div {
  margin-left: 20px;
  display: inline-block;
  vertical-align: top;
  flex: 0 0 200px;
  max-width: 200px;
}

.mega-body ul {
  display: block;
}

.mega-body li a {
  line-height: 18px;
  font-size: 14px;
}

.mega-body li a:hover {
  font-weight: 700;
  color: #f3a712;
}

/* mega menu bar */
/* menu-mobile */
.menu-mobile {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  width: 300px;
  background-color: #fff;
  z-index: 500;
  overflow: hidden;
  overflow-y: auto;
  transform: translate3d(-350px, 0, 0);
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.menu-mobile-open {
  transform: none;
}

.menu-mobile ul {
  line-height: 1.4;
}

.menu-mobile ul li {
  display: block;
  position: relative;
}

.menu-mobile li a {
  padding: 5px 20px;
  min-height: 50px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  display: flex;
  flex-direction: row;
  align-items: center;
  letter-spacing: 0.2px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.3;
  color: #2d2a2a;
}

.menu-mobile li:hover > a {
  background-color: rgba(0, 0, 0, 0.04);
}

.icon-sub-menu-hide {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 0;
  width: 50px;
  height: 50px;
  border-right: 1px solid rgba(129, 129, 129, 0.2);
  color: #2d2a2a;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.icon-sub-menu-open {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 0;
  width: 50px;
  height: 50px;
  border-right: 1px solid rgba(129, 129, 129, 0.2);
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-color: #f3a712;
  color: #fff;
}

.icon-sub-menu-hide:after {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  content: "\f114";
  font-family: Wood;
  transform: rotate(0deg);
}

.icon-sub-menu-open:after {
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  content: "\f114";
  font-family: Wood;
  transform: rotate(90deg);
}

.submenu-mobile-open {
  visibility: visible;
  display: block;
}

.submenu-mobile-hide {
  visibility: hidden;
  display: none;
  transition: visibility 0.2s ease, height 0.2s ease;
}

.submenu-opened > a {
  background-color: rgba(0, 0, 0, 0.04);
}

/* menu-mobile */
/* breadcrumb */
.breadcrumb-wrapper {
  margin: 5px 0;
}

.breadcrumb {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.breadcrumb > li > a {
  color: #8E8E8E;
  margin: 5px;
}

.breadcrumb > li:after {
  content: "/";
  color: #8E8E8E;
}

.breadcrumb > li:last-child:after {
  content: "";
}

/* breadcrumb */
/* filter header */
.filter-header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0px;
  align-items: center;
  padding-top: 10px;
}

.filter-right {
  margin-right: 5px;
}

.filter-right {
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.filter-right > span {
  margin-left: 5px;
}

.filter-right > span > a {
  padding: 5px;
  color: #000;
}

.filter-right > span > a:hover {
  color: #f3a712;
}

.filter-left {
  display: flex;
}

.filter-perpage {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 15px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  color: #8E8E8E;
}

.filter-perpage > span:first-child {
  color: #2d2a2a;
  font-weight: 700;
}

.filter-perpage > a {
  color: #8E8E8E;
  padding: 0 7px;
}

.filter-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 15px;
  margin-left: 30px;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  color: #8E8E8E;
}

.filter-grid a {
  margin-left: 12px;
  opacity: 0.3;
}

.filter-open {
  color: #2D2A2A;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.6px;
  font-weight: 700;
  padding-left: 18px;
  position: relative;
  cursor: pointer;
}

.item-select span, .orderby-select span {
  color: red;
}

/* filter header */
/* filter search */
.filter-contain {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid rgba(119, 119, 119, 0.17);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}

.filter-section {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px 15px;
  margin-bottom: 0px;
  font-size: 16px;
}

.filter-title {
  font-size: inherit;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
  vertical-align: baseline;
  margin-bottom: 20px;
}

.filter-content {
  color: #777;
  font-size: inherit;
  line-height: 1.4;
}

.filter-content li {
  margin-bottom: 15px;
  width: 100%;
}

.filter-content li a {
  color: #727272;
  font-size: inherit;
}

.filter-content li a:hover {
  color: #333;
}

.filter-content-color {
  overflow-y: auto;
  overflow-x: hidden;
  height: 40vh;
  padding-left: 17px;
}

.filter-content-color li {
  display: flex;
  justify-content: space-between;
}

.filter-content-color .color {
  flex: 1 1 auto;
}

.filter-content-color .color:hover + .count {
  color: #fff;
  background-color: #f3a712;
}

.count {
  border-color: rgba(129, 129, 129, 0.2);
  padding-right: 5px;
  padding-left: 5px;
  min-width: 30px;
  height: 20px;
  border: 1px solid;
  border-radius: 35px;
  color: #777;
  text-align: center;
  vertical-align: baseline;
  font-size: 12px;
  line-height: 21px;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

/* filter search */
/* filter select */
.filter-select {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.filter-select > a {
  color: #333;
  font-size: 16px;
  margin-left: 10px;
}

/* filter select */
/* filter side */
.filter-side {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 300px;
  background-color: #fff;
  z-index: 500;
  overflow: hidden;
  overflow-y: auto;
  transform: translate3d(340px, 0, 0);
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.filter-side-open {
  transform: none;
}

.filter-side-head {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 15px 20px 15px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}

.filter-side-head h3 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
}

.filter-side-head a {
  color: #2d2a2a;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0.3px;
  position: relative;
  padding-left: 18px;
}

.filter-side-head a:before {
  position: absolute;
  width: 12px;
  height: 2px;
  transform: rotate(45deg);
  background-color: #000;
  content: "";
  top: 50%;
  left: 0;
  margin-top: -2px;
}

.filter-side-head a:after {
  position: absolute;
  width: 12px;
  height: 2px;
  transform: rotate(-45deg);
  background-color: #000;
  content: "";
  top: 50%;
  left: 0;
  margin-top: -2px;
}

.filter-side-head a:hover:before {
  transform: none;
}

.filter-side-head a:hover:after {
  transform: none;
}

/* filter side  */
/* banner */
.banner-carousel, .subbanner {
  margin-bottom: 20px !important;
}

.banner img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 20px;
  box-shadow: 0 0 5px 1px #ccc;
}

.banner-item {
  text-align: center;
}

.subbanner-triangle {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}

.subbanner-triangle .side-right {
  flex: 0 0 100%;
  max-width: 100%;
}

.subbanner-triangle .side-left {
  flex: 0 0 100%;
  max-width: 100%;
}

.subbanner-triangle .side-left .side-left-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
}

.subbanner-image > a {
  display: block;
}

.subbanner2, .subbanner3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.subbanner3 > div {
  flex: 0 0 100%;
  max-width: 100%;
}

.subbanner2 > div {
  flex: 0 0 100%;
  max-width: 100%;
}

.subbanner-image {
  padding: 5px;
  width: 100%;
  height: 100%;
}

.subbanner-image img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}

.subbanner-image a {
  overflow: hidden;
}

.subbanner-image:hover img {
  transform: scale(1.08);
}

/* banner */
/* slider*/
.slider-wrapper {
  height: 30px;
  width: 100%;
  overflow: hidden;
  padding: 10px;
}

#slider-round {
  height: 5px;
}

#slider-round .noUi-connect {
  background: #f3a712;
}

#slider-round .noUi-handle {
  height: 20px;
  width: 20px;
  top: -10px;
  right: -10px;
  /* half the width */
  border-radius: 10px;
  background: #f3a712;
  border: none;
  box-shadow: none;
}

#slider-round .noUi-handle:after, #slider-round .noUi-handle:before {
  background: transparent;
}

/* slider*/
.owl-dots {
  position: absolute;
  bottom: 0px;
  right: 50%;
  transform: translateX(50%);
  background-color: #000;
  opacity: 0.5;
  border-radius: 1px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #f3a712;
}

/* banner-slide */
.slideshow-container {
  position: relative;
  margin: auto;
}

.my-slides {
  display: none;
}

.slide-prev, .slide-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.slide-prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

.slide-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.slide-prev:hover, .slide-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.caption-text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.number-text {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.slide-dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slide-dot:hover {
  background-color: #717171;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/* banner-slide */
/* slick */
.slick-prev, .slick-next {
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 25px;
  border: 0;
  top: calc(50% - 10px);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 25px rgba(58, 55, 78, 0.25);
  font-size: 10px;
  background: #fff;
  user-select: none;
  z-index: 2;
  color: #b7bbc1;
}

.slick-prev i, .slick-next i {
  font-style: normal;
  font-size: 16px;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-prev:hover, .slick-next:hover {
  /* background-color: rgba(0,0,0,0.8); */
}

/* .slick-list{ */
/* position: relative; */
/* top: 0; */
/* left: 0; */
/* display: block; */
/* margin-top: 10px; */
/* opacity: 1;  */
/* } */
/* .slick-list ul{ */
/* list-style:none; */
/* padding:0; */
/* display:flex; */
/* justify-content:flex-start; */
/* flex-wrap:nowrap; */
/* } */
/* .slick-list ul li{ */
/* flex:0 0 50%; */
/* max-width:50%; */
/* padding-left:5px; */
/* padding-right:5px; */
/* background-color:$p_color; */
/* } */
/* .slick-slide { */
/* min-height: 1px; */
/* cursor: pointer; */
/* display:none !important; */
/* } */
/* .slick-slide.active{ */
/* display:flex !important; */
/* } */
/* slick */
/* parallax */
.parallax-image {
  background-attachment: fixed;
  background-image: url(../img/parallax.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
  margin-bottom: 30px;
  width: 100%;
  color: #fff;
}

.parallax-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.parallax-body h2 {
  margin-bottom: 13px;
  font-size: 23px;
}

.parallax-body p {
  line-height: 24px;
  margin-bottom: 30px;
}

.parallax-body a {
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 12px;
  background: #E0A62F;
  display: inline-block;
  vertical-align: middle;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-right: 25px;
  padding-left: 25px;
  font-weight: 600;
  letter-spacing: 1.5;
}

/* parallax */
/* intro */
.intro-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
  background-color: #fff;
  color: #000;
}

.intro-content a {
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 12px;
  background: #E0A62F;
  display: inline-block;
  vertical-align: middle;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-right: 25px;
  padding-left: 25px;
  font-weight: 600;
  letter-spacing: 1.5;
}

/* intro */
/* category-view-most */
.category-view-most ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.category-view-most ul li {
  display: flex;
  flex-direction: column;
  flex: 0 0 49%;
  max-width: 49%;
  text-align: center;
}

.category-view-most ul li .image {
  padding: 0 5px;
}

.category-view-most ul li a img {
  width: 100%;
  border-radius: 10px;
  transform: scale(1);
  transition: all 0.5s ease;
}

.category-view-most ul li:hover a img {
  transform: scale(0.9);
  border-radius: 5px;
}

.category-view-most ul li h5 {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  color: #242424;
  font-weight: normal;
  margin-top: 10px;
}

/* category-view-most */
/* product */
/* product-info */
.product-slick {
  margin-bottom: 10px;
}

.product-section {
  margin-top: 20px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.product-tablinks ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.product-tablinks ul.info {
  justify-content: flex-start !important;
}

.product-tablinks li {
  padding-left: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.tablinks {
  min-width: 130px;
  background-color: #f2f2f2;
  padding: 5px 15px;
  font-size: 14px;
  color: #000;
  display: inline-block;
}

.tablinks.active {
  background-color: #150D0F;
  color: #f3a712;
}

.tabcontent {
  display: none;
}

.tabcontent.active {
  display: block;
}

.product-info {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.product-info-right {
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.product-info-img {
  margin-bottom: 5px;
  position: relative;
}

.product-info-action {
  display: flex;
  flex-direction: row;
}

.product-info-action > a {
  color: #8E8E8E;
  font-size: 18px;
  margin-left: 10px;
}

.product-info-img img {
  border-radius: 10px;
}

.product-info-thum a {
  display: inline-block;
  width: 100%;
}

.product-info-thum li {
  padding: 0 3px !important;
}

.product-info-left {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 15px 10px 10px 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.product-info-left h1 {
  margin-bottom: 15px;
}

.heading {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.product-price-heading {
  font-size: 22px;
  line-height: 1.2;
  color: #263859;
  display: block;
  font-weight: 600;
}

.product-spec li a {
  color: #000;
}

.product-spec li {
  margin-bottom: 10px;
  color: #333;
  font-weight: 600;
  position: relative;
  line-height: 1.5;
}

.product-spec li span {
  font-weight: 400;
}

.product-guard ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-category {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-top: 20px;
}

.product-category ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.product-category > span {
  color: #333;
  font-size: 15px;
  font-weight: 600;
}

.product-category ul li a {
  margin: 0 1px;
  font-weight: 400;
  color: #f3a712;
  margin-left: 10px;
  font-size: 25px;
}

.product-color {
  display: flex;
  justify-content: flex-start;
  margin-top: 40px;
  border: 1px solid #ccc;
  padding: 10px;
  align-items: center;
  margin-bottom: 25px;
  background-color: #fff;
}

.product-color ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: 20px;
  justify-content: flex-start;
}

.product-color ul li a {
  margin: 5px;
  padding: 5px;
  color: #777777;
  display: inline-block;
}

.product-color ul li a.selected {
  border: 2px solid #ccc;
  opacity: 1;
}

.addtobasket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  border-radius: 0;
  background-color: #150D0F;
  padding: 12.5px 75px;
  color: #fff;
  cursor: pointer;
}

.addtobasket:hover {
  color: #f3a712;
}

.links > li > a {
  font-size: 14px;
}

/* product-info */
/*lightgallery */
.lightgallery li {
  cursor: zoom-in;
}

.thumbnail li {
  cursor: pointer;
}

/* lightgallery*/
/* discount-wrapper */
.discount-wrapper {
  background-color: #f3a712;
  padding: 10px 0;
  padding-bottom: 20px;
  margin-top: 20px;
}

.discount-wrapper h2 {
  color: #fff;
}

/* discount-wrapper */
/* product-feed */
.feed-qu {
  font-size: 0.857rem;
  line-height: 1.833;
  margin-left: 24px;
  color: #81858b;
}

.feed-icon {
  display: flex;
}

.feed-like {
  color: #a1a3a8;
  cursor: pointer;
  margin-left: 20px;
  font-size: 0.786rem;
}

.feed-like::after {
  content: "\f164";
  font-family: FontSolid;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  font-size: 1.143rem;
  line-height: 16px;
}

.feed-dislike {
  color: #a1a3a8;
  font-size: 0.786rem;
  line-height: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.feed-dislike::after {
  content: "\f165";
  font-family: FontSolid;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  font-size: 1.143rem;
  line-height: 16px;
}

/* product-feed */
.product-info-quantity {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 8px;
  transition: opacity 0.6s ease;
  margin-left: 20px;
}

.quantity-info {
  height: 45px !important;
  border-radius: 0 !important;
  width: 50px !important;
  display: inline-block !important;
  color: #000 !important;
  padding: 0 !important;
  text-align: center !important;
  border: 1px solid #d6d6d6 !important;
  appearance: none !important;
}

.minus-info, .plus-info {
  height: 45px;
  padding: 0 5px;
  min-width: 40px;
  display: inline-block;
  color: #000;
  background: #fff !important;
  border: 1px solid #d6d6d6 !important;
  cursor: pointer;
  font-size: 20px;
  line-height: 45px;
}

.slick-slide {
  margin: 0px auto;
  padding: 0 5px;
  height: auto !important;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

/* product-comment */
.comment-item {
  padding-top: 16px;
  padding-left: 10px;
  border-top: 1px solid #dfdfdf;
}

.comment-info {
  margin: 12px 0;
  text-align: right;
}

.comment-date {
  color: #a1a3a8;
  font-size: 0.714rem;
  line-height: 2.2;
  position: relative;
}

.comment-sender {
  color: #a1a3a8;
  font-size: 0.714rem;
  line-height: 2.2;
  position: relative;
  margin-right: 12px;
}

.comment-sendertype {
  padding: 0 8px;
  background-color: #f0f0f1;
  border-radius: 8px;
  font-size: 0.714rem;
  line-height: 16px;
  color: #81858b;
  margin-right: 8px;
  display: inline-block;
}

.comment-body {
  font-size: 1rem;
  line-height: 2.57;
  text-align: right;
  overflow: auto;
  color: #232933;
  margin: 12px 0;
  text-align: justify;
}

.comment-bar {
  display: flex;
  justify-content: flex-end;
}

/* product-comment */
/* product-question */
.question-sort {
  display: flex;
  align-items: center;
  padding-top: 16px;
  margin-bottom: 10px;
  padding-right: 20px;
  border-top: 1px solid #dfdfdf;
}

.question-qu {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.question-sort-title {
  margin-left: 16px;
  color: #424750;
  font-size: 0.857rem;
  line-height: 1.833;
  font-weight: 700;
  position: relative;
}

.question-sort-title::before {
  content: "\f160";
  font-family: FontSolid;
  position: absolute;
  right: -20px;
  top: 0px;
  height: 24px;
  color: #a1a3a8;
  font-size: 1rem;
  line-height: 24px;
}

.question-sort-body {
  display: flex;
  list-style: none;
}

.question-sort-item {
  cursor: pointer;
}

.question-sort-item:nth-of-type(n+2) {
  margin-right: 10px;
}

.question-sort-item a {
  color: #81858b;
  font-size: 0.857rem;
  line-height: 1.833;
}

.question-sort-item a.active {
  color: #ef5662;
}

.question-item {
  padding-top: 16px;
  padding-left: 10px;
  padding-right: 20px;
  border-top: 1px solid #dfdfdf;
}

.question-title {
  line-height: 2.57;
  color: #232933;
  font-size: 1rem;
  margin-bottom: 16px;
  position: relative;
  text-align: justify;
}

.question-title:before {
  content: "\f059";
  font-family: FontSolid;
  position: absolute;
  right: -20px;
  top: 4px;
  height: 24px;
  color: #a1a3a8;
  font-size: 1rem;
  line-height: 24px;
}

.question-answer {
  padding-bottom: 16px;
  border-top: 1px solid rgba(223, 223, 223, 0.5);
}

.question-answer-more {
  display: none;
}

.question-answer-more.active {
  display: block;
}

.question-more {
  display: none;
  font-size: 0.857rem;
  line-height: 1.833;
  font-weight: 700;
  color: #ff0000;
  background: none;
  border-radius: 0;
}

.question-more.active {
  display: block;
}

.question-more a {
  color: #ff0000;
}

.question-answer-name {
  font-size: 0.714rem;
  line-height: 2.2;
  color: #a1a3a8;
}

.question-answer-body {
  line-height: 2.57;
  color: #333;
  font-weight: 300;
  position: relative;
  text-align: justify;
}

.question-answer-body::before {
  content: "پاسخ";
  position: absolute;
  right: -20px;
  top: 6px;
  height: 24px;
  color: #a1a3a8;
  font-size: 0.5rem;
  line-height: 24px;
}

.question-answer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.question-answer-feed-qu {
  color: #81858b;
  font-size: 0.857rem;
  line-height: 1.833;
  margin-left: 40px;
}

.question-answer-feed {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.question-answer-feed-icon a {
  color: #777;
  font-size: 14px;
}

.question-answer-like {
  margin-left: 10px;
}

.question-reply {
  display: none;
  font-size: 0.857rem;
  line-height: 1.833;
  font-weight: 700;
  color: #ff0000;
  background: none;
  border-radius: 0;
}

.question-reply.active {
  display: block;
}

.question-reply a {
  color: #ff0000;
}

.question-reply-form {
  display: none;
  background: #f0f0f1;
  padding: 12px 16px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.question-reply-form.active {
  display: block;
}

.question-reply-body {
  text-align: right;
  width: 100%;
}

.question-reply-title {
  font-size: 0.786rem;
  line-height: 19px;
  margin-bottom: 4px;
  color: #030a16;
  margin-right: 12px;
}

.question-reply-text {
  position: relative;
}

.question-reply-text textarea {
  padding: 9px 12px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #e0e0e2;
  font-size: 1rem;
  line-height: 24px;
  width: 100%;
  color: #030a16;
  resize: none;
}

.question-reply-text textarea.extend {
  min-height: 100px;
  resize: vertical;
  margin-bottom: 10px;
}

.question-reply-bar {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 24px;
}

.question-terms a {
  display: inline-block;
  color: #00bfd6;
  font-size: 0.857rem;
  line-height: 1.833;
  font-weight: 700;
  border-bottom: 2px dashed #00bfd6;
  cursor: pointer;
  background: transparent;
}

.question-cancel {
  color: #fff;
  border: 0;
  background-color: #fa0707;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
}

.question-reg {
  color: #fff;
  border: 0;
  background-color: #f3a712;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 13px;
  line-height: 18px;
}

.question-reg.active {
  background-color: #1c81ee;
  color: #fff;
  border: 1px solid #1c81ee;
  cursor: pointer;
}

/* product-question */
/* pagination */
.pagination-content {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 0.25rem;
  padding-right: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}

.page-item {
  display: flex;
  align-items: center;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  line-height: 1;
  border: 1px solid;
  color: #333;
  background-color: #fff;
  border-color: #d8dbe0;
  margin: 0 !important;
  font-size: 16px;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #f3a712;
  border-color: #f3a712;
  height: 100%;
}

.page-item.disabled .page-link {
  pointer-events: none;
  cursor: auto;
  color: #8a93a2;
  background-color: #fff;
  border-color: #c4c9d0;
  height: 100%;
}

/* pagination */
/* product-score */
.product-score {
  position: relative;
  margin: 0 auto;
  display: block;
  font-family: FontSolid;
  font-style: normal;
  font-size: 10px;
  line-height: 1.5;
  cursor: pointer;
  margin-top: 10px;
}

.product-score:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  color: #C9C9C9;
}

.product-score span {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.product-score span:before {
  content: "\f005" "\f005" "\f005" "\f005" "\f005";
  color: #eabe12;
}

/* product-score */
/* product-brand */
.product-brand {
  height: 100px;
}

.product-brand ul li > div {
  padding: 20px;
}

.product-brand ul li a img {
  width: 140px !important;
  height: 60px;
  border-radius: 10px;
  transition: all 0.5s ease;
  filter: grayscale(100%);
}

.product-brand ul li a:hover img {
  filter: grayscale(0);
}

/* product-brand */
/* product-item  */
.product-item {
  margin-top: 0px;
}

.product-desc {
  text-align: justify;
}

.product-item ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.product-item > ul li {
  flex: 0 0 25%;
  max-width: 25%;
  justify-content: space-between;
}

.product-item-contain {
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  padding: 0px 10px 10px 10px;
  position: relative;
  width: 100%;
}

.product-item-contain:hover .product-papular-title {
  color: #f3a712;
}

.product-noexists, .product-discount {
  position: absolute;
  top: 5px;
  left: 15px;
  background-color: #db2b39;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.product-discount {
  height: 40px;
  width: 40px;
}

.product-noexists {
  height: 40px;
  width: 50px;
}

.product-papular-price {
  font-size: 16px;
  font-weight: 700;
  color: #263859;
  display: inline-block;
  text-align: center;
  margin: 0 0 5px 0;
}

.product-papular-price bdi {
  margin-left: 10px;
  color: #333;
  font-size: 14px;
  text-decoration: line-through;
}

.product-item-contain a img {
  width: 100%;
  transition: all 0.5s ease;
}

.product-papular-title {
  font-size: 16px;
  font-weight: normal;
  color: #636262;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  padding: 0 5px;
}

.product-carousel {
  position: relative;
}

.owl-nav {
  margin: 0 !important;
}

.product-carousel:hover .owl-nav {
  display: block;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 50%;
  border-radius: 0;
  left: 0;
  border: none;
  padding: 0;
  background-color: rgba(0, 15, 46, 0.5) !important;
  width: 50px;
  height: 50px;
  font-size: 25px !important;
  color: #fff !important;
  line-height: 48px !important;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transform: translateY(-50%);
  margin: 0 !important;
}

.owl-prev {
  right: 0%;
}

.owl-next {
  left: 0%;
}

.owl-next:before {
  content: "\f104";
  font-family: FontSolid;
}

.owl-prev:before {
  content: "\f105";
  font-family: FontSolid;
}

.owl-next:hover, .owl-prev:hover {
  background-color: rgba(0, 15, 46, 0.8) !important;
}

.owl-next span, .owl-prev span {
  display: none;
}

/* product-item */
/* blog */
/* blog-info */
.blog-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 0;
}

.blog-header-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
}

.blog-header {
  flex: 0 0 100%;
  max-width: 100%;
}

.blog-image {
  text-align: center;
  flex: 0 0 100%;
  max-width: 100%;
}

.blog-title-wrapper {
  margin-left: 10px;
}

.blog-title {
  font-size: 22px;
  margin-bottom: 15px;
}

.blog-search {
  position: relative;
}

.blog-search input {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0 !important;
  width: 100%;
  padding-right: 10px;
}

.blog-search button {
  position: absolute;
  left: -1px;
  bottom: -1px;
  background-color: #f3a712;
  height: 100%;
  color: #fff;
  border: none;
  width: 50px;
  cursor: pointer;
  border-radius: 5px;
}

.blog-search button:before {
  font-family: FontSolid;
  font-style: normal;
  content: "\f002";
  font-size: 20px;
  color: #fff;
}

.blog-content-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
}

.blog-cat-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
}

.blog-last, .blog-category {
  padding: 20px;
}

.blog-last h3, .blog-category h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 18px;
}

.blog-category ul li, .blog-last ul li {
  margin: 10px 0;
}

.blog-category ul a, .blog-last ul a {
  color: #000;
  font-size: 14px;
}

.blog-category ul a:hover, .blog-last ul a:hover {
  color: #f3a712;
}

.blog-shortnote {
  margin-bottom: 10px;
  line-height: 30px;
  text-align: justify;
}

.blog-body {
  padding: 0 10px;
}

.blog-body ul {
  line-height: 30px;
  list-style: disc;
}

.blog-body h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 10px;
}

.blog-body h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 10px;
  line-height: 30px;
  text-align: justify;
}

.blog-body h1 {
  font-size: 22px;
}

.blog-body h2 {
  font-size: 18px;
}

.blog-body h3, h4, h5, h6 {
  font-size: 16px;
}

.blog-body p {
  font-size: 14px;
}

.blog-body img {
  max-width: 100%;
  height: auto;
}

/* blog-info */
/* blog-items */
.blog-items-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.blog-item-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
}

.blog-item-wrapper > a {
  color: #000;
}

.blog-item {
  margin: 0 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-bottom: 30px;
  min-height: 430px;
}

.blog-item:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}

.blog-item-image {
  height: 170px;
  width: 100% !important;
  height: 170px;
  overflow: hidden;
  position: relative;
}

.blog-item-image-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  pointer-events: none;
  z-index: 3;
  background: -webkit-gradient(linear, left bottom, left top, from(#2f2727), to(transparent));
  background: linear-gradient(to top, #2f2727, transparent);
  transition: all 0.15s;
}

.blog-item:hover .blog-item-image-overlay {
  height: 100%;
}

.blog-item-label {
  position: absolute;
  top: -30px;
  left: 20px;
  z-index: 4;
  color: #fff;
  background-color: #f3a712;
  font-size: 12px;
  padding: 6px 12px;
  transition: all 0.15s;
  border-radius: 100px;
}

.blog-item:hover .blog-item-label {
  top: 20px;
}

.blog-item-title {
  font-size: 18px;
  padding: 20px 40px 5px;
  text-align: center;
  line-height: 30px;
  color: #000;
}

.blog-item-desc {
  position: relative;
  padding: 20px 25px 30px;
  text-align: justify;
  font-size: 14px;
  line-height: 25px;
  color: #333;
}

.blog-item-desc:before {
  position: absolute;
  content: "";
  display: block;
  width: 70px;
  border-top: 2px solid #f3a712;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* blog-items */
/* basket */
/* basket head  */
.basket-head {
  display: inline-block;
  margin-right: 5px;
  padding: 5px;
  cursor: pointer;
}

.basket-head-icon {
  position: relative;
  margin-left: 5px;
  color: #fff;
}

.basket-head-icon span {
  position: absolute;
  top: -10px;
  left: -8px;
  z-index: 1;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
  font-size: 10px !important;
  line-height: 15px;
  background-color: #f3a712;
}

.basket-head-icon:before {
  font-size: 20px;
  content: "\f105";
  font-family: Wood;
}

.basket-head-text {
  color: #fff;
}

/* basket head  */
/* basket head mob  */
.basket-head-mob {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}

.basket-head-mob-icon:before {
  color: #fff;
  font-size: 20px;
  content: "\f105";
  font-family: Wood;
}

.basket-head-mob-text {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 12px;
}

.basket-head-mob-text span {
  display: block;
}

.basket-head-mob-text span:first-child {
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}

.basket-head-mob-text span:last-child {
  color: #fff;
  text-transform: none;
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
}

/* basket head mob  */
/* basketcart  */
.basketcart {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 10px;
}

.basketcart + p {
  margin-bottom: 20px;
  color: red;
  font-size: 20px;
}

.basketcart + p + p, .basketcart + p + p + p {
  margin-bottom: 20px;
  color: #777777;
  font-size: 16px;
  margin-right: 20px;
}

.basketcart-right {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 15px;
}

.basketcart-right-content {
  padding: 25px;
}

.basketcart-right-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 2px solid #EFEFEF;
  padding: 15px 10px;
}

.basketcart-right-title > span {
  flex: 0 0 20%;
  font-weight: 600;
  color: #242424;
}

.basketcart-right-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 10px;
  border-bottom: 2px solid #EFEFEF;
}

.basketcart-right-item > span {
  flex: 0 0 20%;
}

.basketcart-right-img {
  min-width: 80px;
  max-width: 80px;
}

.basketcart-left {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  min-height: 1px;
  margin-bottom: 15px;
}

.basketcart-right-content .updateBasket {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: 35px;
}

.basketcart-right-content .updateBasket button {
  color: #333;
  background-color: #f3f3f3ad;
  border-radius: 35px;
  padding: 12px 20px;
  font-size: 13px;
  line-height: 18px;
  border-style: solid;
  border-color: transparent;
  cursor: pointer;
  letter-spacing: 0.3px;
  font-weight: 600;
}

.basketcart-right-content .updateBasket button:hover {
  background-color: #efefef;
}

.basketcart-right-content .updatediscount {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 10px;
}

.basketcart-right-content .updatediscount input {
  flex: 0 0 150px;
  max-width: 150px;
}

.basketcart-right-content .updatediscount button {
  color: #333;
  background-color: #f3f3f3ad;
  border-radius: 35px;
  padding: 12px 20px;
  font-size: 13px;
  line-height: 18px;
  border-style: solid;
  border-color: transparent;
  cursor: pointer;
  letter-spacing: 0.3px;
  font-weight: 600;
}

.basketcart-right-content .updatediscount button:hover {
  background-color: #efefef;
}

.updateBasketmob {
  display: block;
}

.updateBasketnomob {
  display: none;
}

.basketcart-left-content {
  padding: 25px;
}

.basketcart-left-content h2 {
  margin-bottom: 5px;
  padding-right: 6px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #242424;
  margin-bottom: 5px;
}

.basketcart-left-content > div {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #E6E6E6;
  text-transform: none;
  font-size: 14px;
  padding: 15px 0px;
  align-items: center;
}

.basketcart-left-content > div:last-child {
  border-bottom: 0 !important;
}

.basketcart-left-content > div > span:first-child {
  font-weight: 600;
  color: #242424;
  font-size: 14px;
}

.basketcart-left-content > div:last-child > span:first-child {
  font-size: 18px;
}

.basketcart-transport span {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.basketcart-total {
  font-weight: 600;
  color: #242424;
  font-size: 20px;
}

.basketcart-payment {
  padding: 10px 12px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  font-weight: 600;
  background-color: #150D0F;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  display: block;
}
.basketcart-payment:hover {
  color: #f3a712;
}

.basketcart-right-item-title a {
  color: #333;
  font-size: 14px;
  font-weight: 600;
}

.basketcart-right-item-title a:hover {
  color: rgba(51, 51, 51, 0.7);
}

.basketcart-right-item-price {
  color: #777;
  font-size: 14px;
}

.basketcart-right-item-total {
  color: #f3a712;
  font-size: 16px;
  font-weight: 600;
}

.close-icon {
  color: #2d2a2a;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0.3px;
  position: relative;
  padding-left: 18px;
  cursor: pointer;
}

.close-icon:before {
  position: absolute;
  width: 12px;
  height: 2px;
  transform: rotate(45deg);
  background-color: #000;
  content: "";
  top: -40px;
  right: -25px;
  cursor: pointer;
}

.close-icon:after {
  position: absolute;
  width: 12px;
  height: 2px;
  transform: rotate(-45deg);
  background-color: #000;
  content: "";
  top: -40px;
  right: -25px;
  cursor: pointer;
}

.close-icon:hover:after, .close-icon:hover:before {
  transform: none;
}

.close-icon-mob {
  color: #2d2a2a;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0.3px;
  position: relative;
  cursor: pointer;
}

.close-icon-mob:before {
  position: absolute;
  width: 12px;
  height: 2px;
  transform: rotate(45deg);
  background-color: #000;
  content: "";
  top: -5px;
  left: 0px;
  cursor: pointer;
}

.close-icon-mob:after {
  position: absolute;
  width: 12px;
  height: 2px;
  transform: rotate(-45deg);
  background-color: #000;
  content: "";
  top: -5px;
  left: 0px;
  cursor: pointer;
}

.close-icon-mob:hover:after, .close-icon-mob:hover:before {
  transform: none;
}

.basketcart-right-nomob {
  display: none;
}

.basketcart-right-mob {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.basketcart-right-mob-item {
  flex: 1 1 auto;
  padding: 15px 15px;
}

.basketcart-right-mob-item-prop {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
  border-bottom: 1px solid #E6E6E6;
  padding: 5px 15px;
}

.basketcart-right-mob-titlefirst {
  color: #333;
  font-size: 13px;
  font-weight: 600;
}

.basketcart-right-mob-title {
  color: #333;
  font-size: 12px;
  font-weight: 600;
}

.basketcart-right-mob-price {
  color: #777;
  font-size: 14px;
}

.basketcart-right-mob-total {
  color: #f3a712;
  font-size: 16px;
  font-weight: 600;
}

/* basketcart  */
/* basket side  */
.basket-side {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 300px;
  background-color: #fff;
  z-index: 500;
  overflow: hidden;
  overflow-y: auto;
  transform: translate3d(-340px, 0, 0);
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}

.basket-side-open {
  transform: none;
}

.basket-side-head {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 15px 20px 15px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}

.basket-side-head h3 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
}

.basket-side-head a {
  color: #2d2a2a;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0.3px;
  position: relative;
  padding-left: 18px;
}

.basket-side-head a:before {
  position: absolute;
  width: 12px;
  height: 2px;
  transform: rotate(45deg);
  background-color: #000;
  content: "";
  top: 50%;
  left: 0;
  margin-top: -2px;
}

.basket-side-head a:after {
  position: absolute;
  width: 12px;
  height: 2px;
  transform: rotate(-45deg);
  background-color: #000;
  content: "";
  top: 50%;
  left: 0;
  margin-top: -2px;
}

.basket-side-head a:hover:before {
  transform: none;
}

.basket-side-head a:hover:after {
  transform: none;
}

.basket-side-body ul {
  text-align: right;
  line-height: 1.4;
  height: 65vh;
  overflow: auto;
}

.basket-side-body ul li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding: 15px;
  transition: background-color 0.3s ease;
  align-items: flex-start;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}

.basket-side-body ul li:hover {
  background-color: #F9F9F9;
}

.basket-side-img {
  flex: 0 0 auto;
  overflow: hidden;
  margin-left: 15px;
}

.basket-side-img img {
  min-width: 65px;
  max-height: 65px;
}

.basket-side-info {
  flex: 1 1 auto;
  padding-left: 20px;
}

.basket-side-title {
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
  line-height: 1.3;
}

.basket-side-price {
  display: block;
  color: #BBB;
  font-size: 13px;
}

.basket-side-price span {
  font-size: 14px;
  color: #333;
  line-height: 1.3;
  margin-right: 5px;
}

.basket-side-del {
  position: absolute;
  top: 13px;
  left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 0;
  line-height: 20px;
}

.basket-side-del:after {
  font-weight: 700;
  font-size: 8px;
  content: "\f112";
  font-family: Wood;
}

.basket-side-quantity {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 8px;
  transition: opacity 0.6s ease;
  margin-left: 25px;
}

.minus {
  height: 32px;
  padding: 0 5px;
  min-width: 25px;
  display: inline-block;
  color: #777;
  background: #ececec !important;
  border: 1px solid #d6d6d6 !important;
  cursor: pointer;
}

.quantity {
  height: 32px !important;
  border-radius: 0 !important;
  width: 30px !important;
  display: inline-block !important;
  color: #777 !important;
  padding: 0 !important;
  text-align: center !important;
  border: 1px solid #d6d6d6 !important;
  appearance: none !important;
}

.plus {
  height: 32px;
  padding: 0 5px;
  min-width: 25px;
  display: inline-block;
  color: #777;
  background: #ececec !important;
  border: 1px solid #d6d6d6 !important;
  cursor: pointer;
}

.basket-side-footer {
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
}

.basket-side-footer a {
  display: block;
}

.basket-side-total {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 5px;
}

.basket-side-total strong {
  color: #2d2a2a;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}

.basket-side-total span {
  font-weight: 400;
  font-size: 20px;
}

.basket-side-view, .basket-side-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 0;
  background-color: #150D0F;
  padding: 10px 0px;
  color: #fff;
  cursor: pointer;
}

.basket-side-view {
  margin-bottom: 10px;
}

.basket-side-payment:hover, .basket-side-view:hover {
  color: #f3a712;
}

/* basket side */
/* icones */
.tweeter-icon:before {
  content: "\f154";
  font-family: Wood;
}

.pinterst-icon:before {
  content: "\f156";
  font-family: Wood;
}

.instagram-icon:before {
  content: "\f158";
  font-family: Wood;
}

.insta-icon:before {
  content: "\f16d";
  font-family: FontBrand;
}

.whatsapp-icon:before {
  content: "༲";
  font-family: FontBrand;
}

.facebook-icon:before {
  content: "\f09a";
  font-family: FontBrand;
}

.telegram-icon:before {
  content: "\f2c6";
  font-family: FontBrand;
}

.fa-mobile-alt:before {
  content: "\f3cd";
  font-family: FontSolid;
}

.fa-phone:before {
  content: "\f095";
  font-family: FontSolid;
}

.fa-map-pin:before {
  content: "\f276";
  font-family: FontSolid;
}

.heart-icon:before {
  content: "\f004";
  font-family: FontSolid;
}

.bell-icon:before {
  content: "\f0f3";
  font-family: FontSolid;
}

.like-icon:before {
  content: "\f164";
  font-family: FontSolid;
}

.dislike-icon:before {
  content: "\f165";
  font-family: FontSolid;
}

.share-icon:before {
  content: "\f1e0";
  font-family: FontSolid;
}

.link-icon:before {
  content: "\f0c1";
  font-family: FontSolid;
}

.qu-icon:before {
  content: "\f128";
  font-family: FontSolid;
}

.sortdesc-icon:before {
  content: "\f160";
  font-family: FontSolid;
}

.marker-icon:before {
  content: "\f041";
  font-family: FontSolid;
}

.whatsapp-icon:before {
  content: "\f232";
  font-family: FontBrand;
}

.left-icon:before {
  content: "\f104";
  font-family: FontSolid;
}

.right-icon:before {
  content: "\f105";
  font-family: FontSolid;
}

.fa-arrow-up:before {
  content: "\f062";
  font-family: FontSolid;
}

.fa-caret-up:before {
  content: "\f0d8";
  font-family: FontSolid;
}

.fa-scroll:before {
  content: "\f70e";
  font-family: FontSolid;
}

.fa-angle-up:before {
  content: "\f106";
  font-family: FontSolid;
}

.fa-user:before {
  content: "\f007";
  font-family: FontSolid;
}

.fa-store-sticky:before {
  content: "\f146";
  font-family: Wood;
}

.fa-home-sticky:before {
  content: "\f144";
  font-family: Wood;
}

.fa-heart-sticky:before {
  content: "\f106";
  font-family: Wood;
}

.fa-basket-sticky:before {
  content: "\f105";
  font-family: Wood;
}

.fa-user-sticky:before {
  content: "\f124";
  font-family: Wood;
}

.fa-plus:before {
  content: "\f067";
  font-family: FontSolid;
}

.fa-minus:before {
  content: "\f068";
  font-family: FontSolid;
}

.fa-home:before {
  content: "\f015";
  font-family: FontSolid;
}

.circle-icon:before {
  content: "\f111";
  font-family: FontSolid;
}

/* icones */
/* svg-namad */
.svg-namad {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.svg-namad-item {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.svg-namad-item img {
  width: 90px;
}

/* svg-namad */
/* postcodes */
.postcodes {
  display: flex;
  width: 200px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.postcodes button {
  border-radius: 30px;
  background-color: #f3a712;
  border: none;
  color: #fff;
  margin: 0;
  padding: 0;
  width: 80px;
  cursor: pointer;
}

.postcodes input {
  width: 100px;
  text-align: center;
}

.postcodes-data {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.postcodes-note {
  text-align: center;
  font-size: 16px;
}

/* postcodes */
/* login page */
.register-section {
  display: none;
}

.register-section-show {
  display: block;
}

.login-section {
  display: none;
}

.login-section-show {
  display: block;
}

.login-page {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 20px;
}

.login-page-section {
  flex: 0 0 100%;
  max-width: 0 0 100%;
  padding: 5px 5px;
}

.login-page-section-left {
  text-align: center;
}

.login-page-section h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

.login-page-inside {
  color: #333;
  background-color: #efefef;
  border-radius: 35px;
  padding: 12px 20px;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.3px;
  display: inline-block;
}

/* login page */
/* login side */
.login-side {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 300px;
  background-color: #fff;
  z-index: 500;
  overflow: hidden;
  overflow-y: auto;
  transform: translate3d(340px, 0, 0);
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}

.login-side-open {
  transform: none;
}

.login-side-head {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 15px 20px 15px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}

.login-side-head h3 {
  font-size: 20px;
  color: #333;
  font-weight: 700;
}

.login-side-head a {
  color: #2d2a2a;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0.3px;
  position: relative;
  padding-left: 18px;
}

.login-side-head a:before {
  position: absolute;
  width: 12px;
  height: 2px;
  transform: rotate(45deg);
  background-color: #000;
  content: "";
  top: 50%;
  left: 0;
  margin-top: -2px;
}

.login-side-head a:after {
  position: absolute;
  width: 12px;
  height: 2px;
  transform: rotate(-45deg);
  background-color: #000;
  content: "";
  top: 50%;
  left: 0;
  margin-top: -2px;
}

.login-side-head a:hover:before {
  transform: none;
}

.login-side-head a:hover:after {
  transform: none;
}

.login-side-body {
  padding: 20px 15px 10px 15px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
}

.login-side-section {
  margin-bottom: 20px;
}

.login-side-section label {
  display: block;
  margin-bottom: 5px;
  color: #464646;
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
}

.required {
  color: #E01020;
  font-size: 16px;
  line-height: 1;
}

.login-side-section input {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  height: 42px;
  vertical-align: middle;
  font-size: 14px;
  background-color: transparent;
  border: 1px solid #d6d6d6 !important;
}

.login-side-section button {
  padding: 10px 12px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  background-color: #150D0F;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
.login-side-section button:hover {
  color: #f3a712;
}

.login-side-section-bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.login-side-section-bottom a {
  color: #333;
}

.login-side-footer {
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  text-align: center;
}

.login-side-footer:before {
  content: "\f124";
  display: block;
  margin-bottom: 15px;
  font-size: 54px;
  font-weight: 400;
  line-height: 54px;
  font-family: Wood;
  color: rgba(135, 135, 135, 0.15);
}

.login-side-footer span {
  display: block;
  margin-bottom: 15px;
  color: #2d2a2a;
  font-weight: 600;
  font-size: 14px;
}

.login-side-footer a {
  padding: 0;
  border-width: 2px;
  border-style: solid;
  border-color: #333;
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: transparent !important;
}

.login-side-footer a:hover {
  opacity: 0.6;
}

/* login side */
/* forgotpass */
.forgotpass {
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 470px;
}

.forgotpass p {
  color: #777777;
  font-size: 16px;
  line-height: 25px;
}

/* forgotpass */
/* about */
.about {
  text-align: justify;
  line-height: 2;
  font-size: 16px;
  color: #777;
}

/* about */
/* rules */
.rules li {
  text-align: justify;
  font-size: 16px;
  color: #777;
  padding: 10px 0px;
  line-height: 2;
  border-bottom: 1px solid #ddd;
}

.rules li .circle-icon {
  font-size: 8px;
  margin-left: 5px;
}

/* rules */
/* contactus */
.section-wrapper {
  display: block;
}

.section-contain {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 20px;
}

.section-contain-right {
  flex: 0 0 100%;
  max-width: 0 0 100%;
  padding: 5px 5px;
}

.section-contain-left {
  flex: 0 0 100%;
  max-width: 0 0 100%;
  padding: 5px 5px;
}

.section-wrapper > h2 {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}

.contactus li {
  padding: 10px 0px;
  display: flex;
  align-items: center;
  line-height: 2;
  border-bottom: 1px solid #ddd;
}

.contactus li > a {
  display: flex;
  align-items: center;
}

.contactus-item-text {
  font-size: 16px;
  display: inline-block;
  padding-right: 10px;
  color: #777;
  text-align: justify;
}

.contactus-item-icon i {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: #666;
  font-size: 26px;
}

/* contactus */
/* map */
.map {
  height: 100%;
  z-index: 0;
  min-height: 400px;
}

.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  box-shadow: none;
  display: none;
}

/* map */
/* support */
.page {
  text-align: justify;
  line-height: 2;
  font-size: 16px;
  color: #777;
}

.btn-whatsapp {
  background: #25d366;
  color: #dcf8c6;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0px 0px 5px #8e8e8e;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.3s;
  display: inline-block;
}

.btn-whatsapp:hover {
  background: #dcf8c6;
  color: #25d366;
}

/* support */
/* checkout */
.checkout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 15px;
}

.checkout-right {
  flex: 0 0 100%;
  max-width: 100%;
}

.checkout-right-body {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 20px;
  margin: 0px 0px;
  box-shadow: 0px 0px 5px #b9b9b9cf;
  margin-bottom: 15px;
}

.checkout-right-body > div {
  margin-bottom: 20px;
}

.checkout-right-body h3 {
  font-weight: 600;
  color: #242424;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.checkout-right-head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.checkout-right-head > div {
  flex: 0 0 48%;
  max-width: 48%;
}

.checkout-right-desc-title {
  padding: 10px;
  font-weight: 600;
  color: #242424;
  font-size: 22px;
  line-height: 1.4;
}

.checkout-right-body textarea {
  border-radius: 20px;
  border: 2px solid rgba(129, 129, 129, 0);
  padding: 10px 15px;
  min-height: 190px;
  background-color: transparent;
  vertical-align: middle;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
}

.checkout-right-body textarea:focus {
  outline: 0;
  border-color: rgba(129, 129, 129, 0.3);
  transition: border-color 0.4s ease;
}

.checkout-num {
  margin-right: 5px;
}

.checkout-left {
  flex: 0 0 100%;
  max-width: 100%;
}

.checkout-left-body {
  padding: 25px;
  background-color: #F8F8F8;
}

.checkout-left-body h3 {
  font-weight: 600;
  color: #242424;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.4;
  text-align: center;
}

.checkout-left-order {
  overflow-x: auto;
  margin-bottom: 20px;
  padding: 5px 15px;
  background-color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}

.checkout-left-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 12px;
  border: none;
  border-bottom: 1px solid #E6E6E6;
}

.checkout-left-head span {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 600;
  color: #242424;
}

.checkout-left-price span, .checkout-left-transport span {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #242424;
}

.checkout-left-total {
  border: none;
}

.checkout-left-total span {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #242424;
  border: none;
}

.checkout-left-item span {
  color: #777;
}

.kind-payment {
  margin-bottom: 15px;
}

.kind-payment label {
  display: inline;
  margin-bottom: 0;
  color: #464646;
  vertical-align: middle;
  font-weight: 400;
  font-size: 14px;
}

.kind-payment label img {
  margin-right: 5px;
  margin-left: 5px;
  max-height: 40px;
  vertical-align: middle;
}

.kind-payment-desc {
  position: relative;
  margin-top: 0px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05);
}

.kind-payment-btn button {
  padding: 10px 12px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  background-color: #150D0F;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}
.kind-payment-btn button:hover {
  color: #f3a712;
}

.numbercard {
  margin-bottom: 15px;
}

.numbercard span:first-child {
  margin-left: 10px;
  font-weight: bold;
}

.checkout + p {
  margin-bottom: 20px;
  color: red;
  font-size: 20px;
}

.checkout + p + p, .checkout + p + p + p {
  margin-bottom: 20px;
  color: #777777;
  font-size: 16px;
  margin-right: 20px;
}

/* checkout */
/* errors */
.errors {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  margin: 0;
  cursor: pointer;
  color: #fff;
  background-color: #E0B252;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 80px;
  padding-right: 65px;
  min-height: 60px;
  border: none;
  line-height: 1.3;
  vertical-align: middle;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.errors:before {
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -9px;
  font-size: 18px;
  font-family: Wood;
  line-height: 18px;
  content: "\f100";
}

.errors:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.25s ease;
  content: "\f112";
  font-family: Wood;
}

.errors strong {
  margin-left: 5px;
}

/* errors */
/* successinfo */
.successinfo {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  margin: 0;
  cursor: pointer;
  color: #fff;
  background-color: #459647;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 80px;
  padding-right: 65px;
  min-height: 60px;
  border: none;
  line-height: 1.3;
  vertical-align: middle;
  display: flex;
  align-items: center;
  flex-direction: row;
}

.successinfo:before {
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -9px;
  font-size: 18px;
  font-family: Wood;
  line-height: 18px;
  content: "\f107";
}

.successinfo:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.25s ease;
  content: "\f112";
  font-family: Wood;
}

.successinfo strong {
  margin-left: 5px;
}

/* successinfo */
/* dashboard */
.dashboard {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
}

.dashboard-side-right {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.dashboard-side-right-content h3 {
  font-weight: 700;
  color: #242424;
  font-size: 18px;
  padding-right: 15px;
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(129, 129, 129, 0.2);
  line-height: 1.4;
}

.dashboard-side-right-content nav {
  margin-bottom: 30px;
  color: #777777;
}

.dashboard-side-right-content nav ul {
  line-height: 1.4;
}

.dashboard-side-right-content nav ul li > a {
  cursor: pointer;
  display: block;
  padding: 10px 15px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 20px;
  text-transform: none;
  font-size: 14px;
  font-weight: 600;
}

.dashboard-side-right-content nav ul li > a:hover {
  color: rgba(0, 0, 0, 0.9);
  background-color: #f8f8f8;
}

.dashboard-active {
  color: rgba(0, 0, 0, 0.9);
  background-color: rgba(136, 136, 136, 0.12) !important;
  cursor: default !important;
}

.dashboard-side-left {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.dashboard-side-right-content p {
  margin-bottom: 20px;
  color: #777777;
  font-size: 110%;
}

.dashboard-side-right-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
}

.dashboard-side-right-links > div {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 20px;
  margin-bottom: 20px;
}

.dashboard-side-right-links a {
  display: block;
  padding: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #3f3f3f;
}

.dashboard-side-right-links a:before {
  font-family: Wood;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
  transition: color 0.25s ease;
  display: block;
  color: #d0d0d0;
}

.dashboard-side-right-links a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.dashboard-side-right-links a:hover:before {
  color: #f3a712 !important;
}

.order-link a:before {
  content: "\f138";
}

.addres-link a:before {
  content: "\f139";
}

.dashboard-link a:before {
  content: "\f135";
}

.logut-link a:before {
  content: "\f137";
}

/* dashboard */
/* product-interest */
.product-interest td {
  vertical-align: middle;
}

.product-interest img {
  width: 100px;
  float: right;
}

.interest-mob {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 15px 10px;
}

.interest-title a {
  font-weight: 600;
  color: #3c4b64;
}

.interest-mob-img {
  flex: 0 0 30%;
  max-width: 30%;
}

.btn-custom {
  color: #fff;
  background-color: #f3a712;
  border-radius: 35px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  padding: 10px 14px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

.interest-mob-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 15px;
}

.interest-mob-content span {
  margin-bottom: 10px;
}

/* product-interest */
/* order */
.order-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 2px solid #EFEFEF;
  align-items: center;
}

.order-title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 0 0 60%;
  max-width: 60%;
}

.order-title > span {
  flex: 0 0 25%;
  max-width: 25%;
}

.order-title-action {
  flex: 0 0 40%;
  max-width: 40%;
  text-align: center;
}

.order-header > div > span {
  font-weight: 600;
  color: #242424;
  padding: 15px 10px;
  border: none;
  vertical-align: middle;
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}

.order-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #E6E6E6;
}

.order-content > div > span {
  padding: 15px 10px;
  border: none;
  text-align: right;
  font-weight: inherit;
}

.order-action {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 0 0 60%;
  max-width: 60%;
  align-items: center;
}

.order-action > span {
  flex: 0 0 25%;
  max-width: 25%;
}

.order-action-link {
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.order-action-link a {
  padding: 10px 12px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  background-color: #150D0F;
  color: #fff;
  cursor: pointer;
  display: inline-block;
}
.order-action-link a:hover {
  color: #f3a712;
}

.order-contain {
  display: none;
}

.order-mob-contain {
  display: block;
}

.order-mob {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
}

.order-mob-section {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 10px;
}

.order-mob-section:nth-of-type(odd) {
  background-color: rgba(0, 0, 21, 0.05);
}

.order-mob-title > span {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: #2d2a2a;
}

.order-mob-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
}

.order-mob-content > a {
  color: #f3a712;
  background-color: #150D0F;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  padding: 10px 14px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
}

/* order */
/* account */
.account-contain form > div {
  margin-bottom: 20px;
}

.account-names {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.account-names > div {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.account-contain fieldset > div {
  margin-bottom: 20px;
}

.account-contain form button {
  padding: 10px 12px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  background-color: #150D0F;
  color: #fff;
  cursor: pointer;
  display: inline-block;
}
.account-contain form button:hover {
  color: #f3a712;
}

/* account */
/* vieworder */
.desc {
  font-size: 16px;
  margin-bottom: 20px;
  color: #777777;
  line-height: 1.4;
  letter-spacing: 0.3;
}

.vieworder h2 {
  font-weight: 600;
  color: #242424;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 20px;
}

.vieworder-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
  text-transform: none;
  font-size: 14px;
  padding: 15px 10px;
}

.vieworder-prop {
  font-weight: 600;
  color: #242424;
  letter-spacing: 1;
}

.vieworder-header {
  font-size: 16px;
  line-height: 1.2;
}

.vieworder-finalprice {
  font-size: 20px;
}

.vieworder-totalprice {
  color: #f3a712;
  font-weight: 600;
  font-size: 14px;
}

a.vieworder-prop:hover {
  color: rgba(51, 51, 51, 0.7);
}

.vieworder-address {
  margin-top: 40px;
}

.paymentorder-content {
  margin-bottom: 40px;
}

/* vieworder */
/* footer */
.footer {
  color: #fff;
  margin-top: 30px;
  padding: 10px 0;
  background-color: #534d41;
  padding-bottom: 60px;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 10px;
}

.footer-wrapper-address {
  flex: 0 0 100%;
  max-width: 100%;
}

.footer-menu h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 9px;
  color: #f3a712;
}

.footer-address p, .footer-copywrite span {
  font-size: 14px;
  line-height: 2rem;
}

.footer-address-box {
  display: flex;
  align-items: center;
}

.footer-address-box > span {
  margin-left: 10px;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #f3a712;
}

.footer-menu-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer-menu {
  color: #fff;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu a {
  color: #fff;
  font-size: 14px;
  line-height: 2rem;
}

.footer-menu-first {
  margin-left: auto;
}

.footer-menu ul span {
  font-size: 0.5rem;
  color: #f3a712;
  margin-left: 10px;
}

.footer-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px #041f58 solid;
}

.footer-designer a {
  color: #fff;
}

.footer-designer, .footer-copywrite {
  font-size: 12px;
  direction: ltr;
  line-height: 30px;
  font-family: Tahoma;
}

.footer-social {
  text-align: center;
  margin-top: 15px;
}

.footer-social a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #f3a712;
  margin-right: 10px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.footer-social span {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2rem;
}

/* footer */
/* icon mob */
.sticky-mob {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  transform: translateY(0);
  background: #fff;
  z-index: 1051;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  background-color: #534d41;
}

.sticky-mob-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}

.sticky-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0 10px;
  flex: 1;
  color: #f3a712;
}

.sticky-link span:first-child {
  font-size: 19px;
  line-height: 1;
  transform: translateY(0);
  transition: transform 0.35s ease;
}

.sticky-link span:last-child {
  margin-top: 0.8rem;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

/* icon mob */
/* loader */
.loader {
  display: none;
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: 2000;
}

.loader_show {
  display: block;
}

/* loader */
/* shadow*/
.shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 400;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
}

.shadow-open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s ease, visibility 0s ease;
}

/* shadow */
/* whatsapp */
.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

.whatsapp span {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2rem;
}

.whatsapp a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #05a706;
  z-index: 350;
  margin-right: 10px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

/* whatsapp */
/* scrolltotop */
.scrolltotop {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.25s ease;
}

.scrolltotop.button-show {
  opacity: 1;
  transform: none;
  pointer-events: visible;
}

.scrolltotop span {
  color: #333;
  font-size: 1.8rem;
  line-height: 2rem;
}

.scrolltotop a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.17);
  z-index: 350;
  margin-right: 10px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.scrolltotop span:hover {
  color: #777;
}

/* scrolltotop */
/* line break */
.line-break {
  text-align: center;
  background: #fff url(../img/pt.png) 0 center repeat-x;
  margin-bottom: 30px;
}

.view-all {
  margin-top: 10px;
}

.line-break h2, .line-break h1 {
  color: #533F34;
  font-size: 19px;
  padding-right: 13px;
  padding-left: 13px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  margin: 0;
}

/* line break */
/* responcive */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .container {
    width: 100%;
  }

  .product-item > ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .filter-perpage {
    display: none;
  }

  .filter-grid {
    display: none;
  }

  .filter-section {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .question-reply-bar {
    flex-direction: column;
  }

  .question-terms {
    margin-bottom: 5px;
  }

  .filter-left {
    margin-right: 5px;
  }

  .filter-right {
    margin-bottom: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .container {
    width: 100%;
  }

  .product-item > ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* .slick-list ul li{ */
  /* flex:0 0 33.33%; */
  /* max-width:33.33%; */
  /* } */
  .blog-item-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .blog-header {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .blog-image {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .container {
    width: 100%;
  }

  .product-item > ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .product-info-left {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .product-info-right {
    flex: 0 0 40%;
    max-width: 40%;
  }

  .account-names > div {
    flex: 0 0 48%;
    max-width: 48%;
    margin-bottom: 0px;
  }

  .category-view-most ul li {
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* .slick-list ul li{ */
  /* flex:0 0 25%; */
  /* max-width:25%; */
  /* } */
  .blog-content-wrapper {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .blog-cat-wrapper {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .filter-wrapper {
    display: block;
  }

  .filter-show {
    display: none;
  }

  .subbanner {
    padding: 0 50px;
  }

  .subbanner-image {
    padding: 15px;
  }

  .subbanner-triangle .side-right {
    flex: 0 0 55%;
    max-width: 55%;
  }

  .subbanner-triangle .side-left {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .subbanner3 > div {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .subbanner2 > div {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .sticky-mob {
    display: none;
  }

  .footer {
    padding-bottom: 10px;
  }

  .subbanner-triangle .side-right {
    flex: 0 0 55%;
    max-width: 55%;
  }

  .subbanner-triangle .side-left {
    flex: 0 0 45%;
    max-width: 45%;
  }

  .subbanner-rectangle .side-right {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .subbanner-rectangle .side-middle {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .subbanner-rectangle .side-left {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .container {
    width: 100%;
  }

  .product-item > ul li {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }

  .header-bar {
    display: block;
  }

  .header-bar-mob {
    display: none;
  }

  .search-middle {
    flex: 0 0 60%;
  }

  .search-right, .serach-left {
    display: block;
  }

  .menu-bar {
    display: block;
  }

  .menu-bar-mob {
    display: none;
  }

  .login-page-section {
    flex: 0 0 50%;
    max-width: 0 0 50%;
  }

  .basketcart-right {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .basketcart-left {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
  }

  .checkout-right {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .checkout-left {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
  }

  .basketcart-right-nomob {
    display: block;
  }

  .basketcart-right-mob {
    display: none;
  }

  .updateBasketmob {
    display: none;
  }

  .updateBasketnomob {
    display: block;
  }

  .dashboard-side-right {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .dashboard-side-left {
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 20px;
  }

  .order-contain {
    display: block;
  }

  .order-mob-contain {
    display: none;
  }

  .dashboard-side-right {
    border-left: 1px solid rgba(129, 129, 129, 0.2);
  }

  /* .slick-list ul li{ */
  /* flex:0 0 20%; */
  /* max-width:20%; */
  /* } */
  .section-contain-right, .section-contain-left {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-wrapper-address {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-menu-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer-menu-first {
    margin-left: 50px;
  }

  .svg-namad-item {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .header-side-right-content .header-social {
    display: none;
  }

  .header-content {
    justify-content: space-around;
  }

  .header-side-left-content a.header-logo {
    transform: scale(.9);
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .container {
    width: 1300px;
    margin: 0 auto;
  }

  .header-side-right-content .header-social {
    display: block;
  }

  .header-content {
    justify-content: space-between;
  }

  .product-item > ul li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
/* responcive */

/*# sourceMappingURL=main.css.map */
