/* CSS Document */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
ul,
ol,
li,
dl,
dt,
dd,
form {
  padding: 0;
  margin: 0;
}

html,
body {
  padding: 0;
  margin: 0;
  height: auto;
}

input {
  outline: none;
}

a {
  color: inherit;
}

textarea {
  border: none;
  outline: none;
  overflow: auto;
  resize: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

input.button {
  border: none;
  outline: none;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

input:-moz-placeholder {
  opacity: 1;
}

input[type=checkbox] {
  border: none;
  outline: none;
}

img {
  outline: none;
  border: none;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

li {
  list-style: none;
}

a,
a:active,
a:hover {
  text-decoration: none;
  outline: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}
a{
  color: #1a6937;
}

li{
  padding-left: 28px;
  background: url(../images/User/list_tick.svg) no-repeat left top 6px;
}

* {
  box-sizing: border-box;
}

button,
a,
input[type=submit] {
  transition: all 0.5s ease-out, all 0.5s ease-in;
}

:not(output):-moz-ui-invalid {
  box-shadow: inset;
}

a:after,
a:before {
  transition: 0.5s all ease-out, 0.5s all ease-in;
  -ms-transition: 0.5s all ease-out, 0.5s all ease-in;
  -webkit-transition: 0.5s all ease-out, 0.5s all ease-in;
  -o-transition: 0.5s all ease-out, 0.5s all ease-in;
}

button:after,
button:before {
  transition: 0.5s all ease-out, 0.5s all ease-in;
  -ms-transition: 0.5s all ease-out, 0.5s all ease-in;
  -webkit-transition: 0.5s all ease-out, 0.5s all ease-in;
  -o-transition: 0.5s all ease-out, 0.5s all ease-in;
}

*:focus {
  outline: none !important;
}

.clearfix {
  clear: both;
  display: block;
}

.clearfix::before {
  content: "";
  clear: both;
  display: block;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

a,
span {
  display: inline-block;
}

.container {
  max-width: 1350px;
  width: 100%;
  margin: auto;
  padding: 0;
}

@font-face {
  font-family: "Barlow-Bold";
  src: url("../fonts/Barlow-Bold.eot");
  src: url("../fonts/Barlow-Bold.eot?iefix") format("embedded-opentype"), url("../fonts/Barlow-Bold.woff") format("woff"), url("../fonts/Barlow-Bold.ttf") format("truetype"), url("../fonts/Barlow-Bold.svgBarlow-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow-Light";
  src: url("../fonts/Barlow-Light.eot");
  src: url("../fonts/Barlow-Light.eot?iefix") format("embedded-opentype"), url("../fonts/Barlow-Light.woff") format("woff"), url("../fonts/Barlow-Light.ttf") format("truetype"), url("../fonts/Barlow-Light.svgBarlow-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow-LightItalic";
  src: url("../fonts/Barlow-LightItalic.eot");
  src: url("../fonts/Barlow-LightItalic.eot?iefix") format("embedded-opentype"), url("../fonts/Barlow-LightItalic.woff") format("woff"), url("../fonts/Barlow-LightItalic.ttf") format("truetype"), url("../fonts/Barlow-LightItalic.svgBarlow-LightItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow-Medium";
  src: url("../fonts/Barlow-Medium.eot");
  src: url("../fonts/Barlow-Medium.eot?iefix") format("embedded-opentype"), url("../fonts/Barlow-Medium.woff") format("woff"), url("../fonts/Barlow-Medium.ttf") format("truetype"), url("../fonts/Barlow-Medium.svgBarlow-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow-Regular";
  src: url("../fonts/Barlow-Regular.eot");
  src: url("../fonts/Barlow-Regular.eot?iefix") format("embedded-opentype"), url("../fonts/Barlow-Regular.woff") format("woff"), url("../fonts/Barlow-Regular.ttf") format("truetype"), url("../fonts/Barlow-Regular.svgBarlow-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Barlow-SemiBold";
  src: url("../fonts/Barlow-SemiBold.eot");
  src: url("../fonts/Barlow-SemiBold.eot?iefix") format("embedded-opentype"), url("../fonts/Barlow-SemiBold.woff") format("woff"), url("../fonts/Barlow-SemiBold.ttf") format("truetype"), url("../fonts/Barlow-SemiBold.svgBarlow-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
.notify_blk {
  background: #f3b652;
}
.notify_blk .notify {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notify_blk .notify p {
  font: 15px/36px Barlow-Medium;
  color: #ffffff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 95%;
}
.notify_blk .notify a {
  line-height: 36px;
  display: block;
}

header .header_top {
  padding: 16px 0;
}
header .header_top .top_hd_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header_top .top_hd_main .quick_menus {
  width: 32%;
}
header .header_top .top_hd_main .quick_menus ul {
  display: flex;
}
header .header_top .top_hd_main .quick_menus ul li {
  margin-right: 15px;
  padding-left: 0;
  background: unset;
}
header .header_top .top_hd_main .quick_menus ul li:last-child {
  margin-right: 0;
}
header .header_top .top_hd_main .quick_menus ul li a {
  font: 15px/20px Barlow-Regular;
  color: #666666;
}
header .header_top .top_hd_main .quick_menus ul li:hover a {
  color: #f3b652;
}
header .header_top .top_hd_main .tp_mid {
  width: 54%;
}
header .header_top .top_hd_main .tp_mid p {
  font: 18px/22px Barlow-Medium;
  color: #333333;
  text-transform: uppercase;
  /* font-weight: 600; */
}
header .header_top .top_hd_main .tp_ryt {
  width: 14.8%;
}
header .header_top .top_hd_main .tp_ryt a {
  font: 15px/20px Barlow-Regular;
  color: #666666;
}
header .header_top .top_hd_main .tp_ryt a:hover {
  color: #f3b652;
}
header .header_mid {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 20px 0;
}
header .header_mid .mid_hd_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header_mid .mid_hd_main .logo {
  width: 26.7%;
}
header .header_mid .mid_hd_main .slct_location {
  width: 21.2%;
}
header .header_mid .mid_hd_main .slct_location img {
  margin-right: 8px;
  margin-bottom: 2px;
}
header .header_mid .mid_hd_main .slct_location a {
  font: 18px/50px Barlow-SemiBold;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  background: #1a6937;
  border-radius: 5px;
  padding: 3px 29px;
}
header .header_mid .mid_hd_main .md-search {
  width: 30.2%;
  margin-right: 45px;
  position: relative;
}
header .header_mid .mid_hd_main .md-search input {
  height: 56px;
  border: none;
}
header .header_mid .mid_hd_main .md-search input.srch_txt {
  font: 18px/56px Barlow-LightItalic;
  color: #666666;
  background: #f4f4f4;
  padding: 0 60px 0 30px;
  border-radius: 5px;
  width: 100%;
}
header .header_mid .mid_hd_main .md-search input.sub_btn {
  background: url(../images/User/head_search.svg) no-repeat center center;
  width: 19px;
  position: absolute;
  right: 30px;
  top: 0;
  text-indent: -2000rem;
}
header .header_mid .mid_hd_main .md-ryt {
  display: flex;
  width: 19.4%;
  justify-content: end;
}
header .header_mid .mid_hd_main .md-ryt a {
  font: 15px/20px Barlow-SemiBold;
  color: #333333;
  text-transform: uppercase;
}
header .header_mid .mid_hd_main .md-ryt a span {
  padding-right: 12px;
}
header .header_mid .mid_hd_main .md-ryt .md-cart {
  margin-right: 40px;
}
header .header_mid .mid_hd_main .md-ryt .md-cart span {
  position: relative;
  padding-right: 15px;
}
header .header_mid .mid_hd_main .md-ryt .md-cart span b:not(:empty) {
  position: absolute;
  right: 0px;
  top: -10px;
  background: #f3b652;
  border: 2px solid #ffffff;
  font: 12px/18px Barlow-Regular;
  color: #ffffff;
  text-align: center;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  display: block;
}
header .header_mid .mid_hd_main .md-ryt .md-profile {
  background: url(../images/User/hd_arw.svg) no-repeat right top 45%;
  padding-right: 14px;
  cursor: pointer;
}
header .header_bot {
  padding: 6px 0;
  border-bottom: 1px solid #d1d1d1;
}
header .header_bot .main_menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header_bot .main_menu ul li a {
  font: 16px/40px Barlow-Medium;
  color: #666666;
  text-align: center;
  text-transform: uppercase;
}
header .header_bot .main_menu ul li a:hover {
  color: #1a6937;
}
header .header_bot .main_menu ul li.active a {
  color: #1a6937;
}
header .header_bot .main_menu ul li:not(:last-child) {
  padding-right: 58px;
}
header .header_bot .main_menu ul li.drop-down a {
  background: url(../images/User/menu_drop.svg) no-repeat right center;
  padding-right: 20px;
}

.header_bot {
  padding: 6px 0;
  position: relative;
}
.header_bot .main_menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_bot .main_menu ul li.drop-down .sub_category {
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  height: 647px;
  overflow-y: auto;
  box-shadow: 0 0 2px 0 #cdcdcd;
  top: 50px;
  padding: 36px 0 105px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.header_bot .main_menu ul li.drop-down .sub_category.show {
  visibility: visible;
  opacity: 1;
}
.header_bot .main_menu ul li.drop-down .sub_category::-webkit-scrollbar {
  width: 4px;
}
.header_bot .main_menu ul li.drop-down .sub_category::-webkit-scrollbar-thumb {
  background-color: #f3b652;
  border-radius: 5px;
}
.header_bot .main_menu ul li.drop-down .sub_category .cmn_set {
  display: flex;
  max-width: 1350px;
  width: 100%;
  margin: auto;
}
.header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul {
  display: block;
}
.header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul p {
  font: 16px/21px Barlow-Bold;
  color: #f3b652;
  text-transform: uppercase;
  padding: 0 0 15px 0;
}
.header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul li a {
  text-align: start;
  font: 17px/21px Barlow-Regular;
  color: #333333;
  text-transform: initial;
  background: none;
  padding: 0 0 0 20px;
  font-weight: 600;
  margin-bottom: 14px;
}
.header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul li.li_sb {
  position: relative;
}
.header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul li.li_sb ul.li_sub {
  display: none;
}
.header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul li.li_sb ul.li_sub.show {
  display: block;
}
.header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul li.li_sb ul.li_sub a {
  color: #666666;
  font-weight: 100;
}
.header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul li.li_sb::before {
  content: "";
  display: block;
  width: 7px;
  height: 2px;
  background: #1a1a1a;
  position: absolute;
  top: 10px;
  left: 0;
  transform: rotate(45deg);
  transition: 0.5s all;
}
.header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul li.li_sb::after {
  content: "";
  display: block;
  width: 7px;
  height: 2px;
  background: #1a1a1a;
  position: absolute;
  top: 14px;
  transition: 0.5s all;
  left: 0;
  transform: rotate(135deg);
}
.header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul li.li_sb.active::after {
  content: "";
  display: block;
  width: 7px;
  height: 2px;
  background: #1a6937;
  position: absolute;
  top: 10px;
  transition: 0.5s all;
  left: 3px;
  transform: rotate(225deg);
}
.header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul li.li_sb.active::before {
  content: "";
  display: block;
  width: 7px;
  height: 2px;
  background: #1a6937;
  position: absolute;
  top: 10px;
  left: 7px;
  transform: rotate(125deg);
  transition: 0.5s all;
}
.header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul li.li_sb.active a {
  color: #1a6937;
}

.banner {
  position: relative;
}
.banner > img {
  width: 100%;
  max-height: 650px;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
}
/* .banner #banner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  transform: translateY(-50%);
} */
.banner .owl-nav button {
  width: 20px;
  height: 37px;
  position: absolute;
  top: 30%;
  transform: translateY(50%);
}
.banner .owl-nav button.owl-prev {
  background: url(../images/User/prev_white.svg) no-repeat center center;
  left: 10px;
}
.banner .owl-nav button.owl-prev:hover {
  background: url(../images/User/prev_ylw.svg) no-repeat center center;
}
.banner .owl-nav button.owl-next {
  background: url(../images/User/next_white.svg) no-repeat center center;
  right: 10px;
}
.banner .owl-nav button.owl-next:hover {
  background: url(../images/User/next_ylw.svg) no-repeat center center;
}
.banner .owl-nav button span {
  display: none;
}
.banner .banner_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .banner_content .ban_text {
  width: 50%;
}
.banner .banner_content .ban_text p:first-child {
  font: 17px/36px Barlow-SemiBold;
  color: #1a6937;
  background: #ffffff;
  text-transform: uppercase;
  text-align: center;
  max-width: 390px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 12px;
}
.banner .banner_content .ban_text strong {
  font: 66px/60px Barlow-Bold;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  padding-bottom: 36px;
}
.banner .banner_content .ban_text .ban-btn a {
  font: 19px/60px Barlow-SemiBold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 5px;
  display: inline-block;
}
.banner .banner_content .ban_text .ban-btn a:first-child {
  background: transparent;
  margin-right: 15px;
  max-width: 185px;
  width: 100%;
}
.banner .banner_content .ban_text .ban-btn a:first-child:hover {
  background: #f3b652;
  border-color: #f3b652;
}
.banner .banner_content .ban_text .ban-btn a:last-child {
  background: #f3b652;
  border-color: #f3b652;
  max-width: 265px;
  width: 100%;
}
.banner .banner_content .ban_text .ban-btn a:last-child:hover {
  border-color: #ffffff;
  background: transparent;
}
.banner .banner_content .ban_img {
  width: 50%;
}
.banner .banner_content .ban_img img {
  height: 510px;
  -o-object-fit: contain;
     object-fit: contain;
}

.feature-category {
  padding: 90px 0;
}
.feature-category h1 {
  font: 40px/45px Barlow-Bold;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 65px;
}
.feature-category #cate-slide {
  margin-bottom: 71px;
}
.feature-category #cate-slide .owl-item .cate {
  border-radius: 100px;
  border: 2px solid transparent;
  text-align: center;
}
.feature-category #cate-slide .owl-item:first-child .cate, .feature-category #cate-slide .owl-item:nth-child(7) .cate {
  background: #e8f8f7;
  background: url(../images/User/cate1_bg.svg) no-repeat center center;
}
.feature-category #cate-slide .owl-item:nth-child(2) .cate, .feature-category #cate-slide .owl-item:nth-child(8) .cate {
  background: #f3e4dd;
  background: url(../images/User/cate2_bg.svg) no-repeat center center;
}
.feature-category #cate-slide .owl-item:nth-child(3) .cate, .feature-category #cate-slide .owl-item:nth-child(9) .cate {
  background: #daf2fc;
  background: url(../images/User/cate3_bg.svg) no-repeat center center;
}
.feature-category #cate-slide .owl-item:nth-child(4) .cate, .feature-category #cate-slide .owl-item:nth-child(10) .cate {
  background: #fcd8e2;
  background: url(../images/User/cate4_bg.svg) no-repeat center center;
}
.feature-category #cate-slide .owl-item:nth-child(5) .cate, .feature-category #cate-slide .owl-item:nth-child(11) .cate {
  background: #d8e7ca;
  background: url(../images/User/cate5_bg.svg) no-repeat center center;
}
.feature-category #cate-slide .owl-item:nth-child(6) .cate, .feature-category #cate-slide .owl-item:last-child .cate {
  background: #ffedcd;
  background: url(../images/User/cate6_bg.svg) no-repeat center center;
}
.feature-category #cate-slide .owl-nav button {
  width: 20px;
  height: 37px;
  position: absolute;
  top: 30%;
  transform: translateY(50%);
}
.feature-category #cate-slide .owl-nav button.owl-prev {
  background: url(../images/User/prev_blk.svg) no-repeat center center;
  left: -70px;
}
.feature-category #cate-slide .owl-nav button.owl-prev:hover {
  background: url(../images/User/prev_grn.svg) no-repeat center center;
}
.feature-category #cate-slide .owl-nav button.owl-next {
  background: url(../images/User/next_blk.svg) no-repeat center center;
  right: -70px;
}
.feature-category #cate-slide .owl-nav button.owl-next:hover {
  background: url(../images/User/next_grn.svg) no-repeat center center;
}
.feature-category #cate-slide .owl-nav button span {
  display: none;
}
.feature-category #cate-slide .cate {
  padding: 30px 0px 46px;
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}
.feature-category #cate-slide .cate a {
  display: block;
}
.feature-category #cate-slide .cate:before {
  content: "";
  clear: both;
  display: block;
  background: url(../images/User/hvr_before.png) no-repeat top left;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 10px;
  width: 76px;
  height: 44px;
  transition: 0.5s;
  z-index: -1;
}
.feature-category #cate-slide .cate:hover {
  border: 2px solid #f7cc87;
}
.feature-category #cate-slide .cate:hover:before {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  top: 0;
}
.feature-category #cate-slide .cate .cate-img {
  width: 140px;
  height: 140px;
  background: #ffffff;
  border-radius: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.feature-category #cate-slide .cate .cate-img img {
  width: auto;
  height: 100px;
  object-fit: contain;
}
.feature-category #cate-slide .cate strong {
  font: 18px/22px Barlow-SemiBold;
  color: #333333;
  display: block;
  text-align: center;
  word-break: break-word;
  padding: 25px 0 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  cursor: pointer;
  max-width: 49%;
  margin: 0 auto;
  height: 70px;
}
.feature-category .category-grid .cate-blk {
  width: 32.6%;
  margin-right: 1%;
  border-radius: 10px;
  position: relative;
  float: left;
  transition: 1s;
}
.feature-category .category-grid .cate-blk:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.feature-category .category-grid .cate-blk img {
  width: 100%;
  border-radius: 10px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-category .category-grid .cate-blk:last-child {
  margin-right: 0;
}
.feature-category .category-grid .cate-blk:hover .cate-cmn .cate-cnt a {
  background: transparent;
  color: #ffffff;
}
.feature-category .category-grid .cate-blk .cate-cmn .cate-img {
  display: none;
}
.feature-category .category-grid .cate-blk .cate-cmn .cate-cnt {
  max-width: 235px;
  width: 100%;
  margin-left: auto;
  position: absolute;
  top: 0%;
  right: 0;
  transform: translateY(50%);
  padding-right: 28px;
  max-height: 150px;
  overflow-x: hidden;
  overflow-y: auto;
}
.feature-category .category-grid .cate-blk .cate-cmn .cate-cnt::-webkit-scrollbar {
  width: 5px;

}

.feature-category .category-grid .cate-blk .cate-cmn .cate-cnt::-webkit-scrollbar-thumb{
  background: rgba(243, 182, 82, 0.568627451);
  border-radius: 5px;
}

.feature-category .category-grid .cate-blk .cate-cmn .cate-cnt:-webkit-scrollbar-thumb:hover {
  background: #0d5b8c;
}
.feature-category .category-grid .cate-blk .cate-cmn .cate-cnt span {
  font: 15px/22px Barlow-SemiBold;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
}
.feature-category .category-grid .cate-blk .cate-cmn .cate-cnt strong {
  font: 31px/22px Barlow-Bold;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  padding-bottom: 8px;
}
.feature-category .category-grid .cate-blk .cate-cmn .cate-cnt p {
  font: 15px/22px Barlow-Light;
  color: #ffffff;
  padding-bottom: 14px;
}
.feature-category .category-grid .cate-blk .cate-cmn .cate-cnt a {
  font: 15px/36px Barlow-SemiBold;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  background: #ffffff;
  display: block;
  max-width: 100px;
  width: 100px;
  border-radius: 5px;
  border: 1px solid #ffffff;
}

.featured-product {
  padding: 0 0 80px;
}
.featured-product h2 {
  font: 40px/45px Barlow-Bold;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 53px;
}
.featured-product .products-grid-block {
  display: flex;
  flex-wrap: wrap;
}
.featured-product .products-grid-block .product-grid {
  width: 18.4%;
  margin-right: 2%;
  background: #f4f4f4;
  border-radius: 10px;
  padding: 20px 10px 28px 10px;
  margin-bottom: 20px;
  position: relative;
}
.featured-product .products-grid-block .product-grid:hover a .product-img img {
  transform: scale(1.1);
}
.featured-product .products-grid-block .product-grid > a {
  display: block;
}
.featured-product .products-grid-block .product-grid:nth-child(5n) {
  margin-right: 0;
}
.featured-product .products-grid-block .product-grid .product-img {
  text-align: center;
  padding-bottom: 22px;
  overflow: hidden;
}
.featured-product .products-grid-block .product-grid .product-img img {
  transform: scale(1);
  transition: 1s all ease-in-out;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
.featured-product .products-grid-block .product-grid .prod-label {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: -32px; */
  z-index: 1;
  position: relative;
  padding: 0 15px;
}
.featured-product .products-grid-block .product-grid .prod-label span {
  font: 18px/22px Barlow-SemiBold;
  color: #333333;
  padding-top: 5px;
}
.featured-product .products-grid-block .product-grid .prod-label span.discount-label {
  font: 17px/17px Barlow-Medium;
  color: #ffffff;
  display: block;
  background: #1a6937;
  border-radius: 100%;
  text-align: center;
  text-transform: uppercase;
  width: 55px;
  height: 55px;
  padding: 10px;
  overflow: hidden;
}
.featured-product .products-grid-block .product-grid .product-cont {
  border-top: 1px solid #dedede;
  padding: 22px 15px 0;
}
.featured-product .products-grid-block .product-grid .product-cont p {
  font: 19px/23px Barlow-Regular;
  color: #1a6937;
  margin-bottom: 6px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.featured-product .products-grid-block .product-grid .product-cont strong {
  font: 25px/30px Barlow-Bold;
  color: #333333;
  display: block;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.featured-product .products-grid-block .product-grid .product-cont span {
  font: 19px/22px Barlow-SemiBold;
  color: #333333;
  display: block;
}

.image-content-block {
  background: url(../images/User/bg1.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 72px 0 83px;
}
.image-content-block .image-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.image-content-block .image-content .md-image {
  width: 48%;
}
.image-content-block .image-content .md-content {
  width: 52%;
  padding-left: 50px;
}
.image-content-block .image-content .md-content h3 {
  font: 40px/40px Barlow-Bold;
  color: #333333;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.image-content-block .image-content .md-content p {
  font: 17px/25px Barlow-Regular;
  color: #666666;
  padding-bottom: 26px;
}
.image-content-block .image-content .md-content ul {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0 0px;
}
.image-content-block .image-content .md-content ul li {
  font: 17px/25px Barlow-Regular;
  color: #666666;
  width: 50%;
  margin-bottom: 26px;
}
.image-content-block .image-content .md-content ul li img {
  display: inline-block;
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  margin-right: 15px;
}
.image-content-block .image-content .md-content a.custom-btn {
  font: 19px/50px Barlow-SemiBold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  display: block;
  background: #f3b652;
  max-width: 175px;
  width: 100%;
  border-radius: 5px;
  margin-top: 14px;
}

.best-sell-product {
  padding: 120px 0 100px;
}
.best-sell-product .best-head-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.best-sell-product .best-head-content strong {
  font: 40px/45px Barlow-Bold;
  color: #333333;
  display: block;
  text-transform: uppercase;
}
.best-sell-product .best-head-content a.custom-btn {
  font: 19px/50px Barlow-SemiBold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  display: block;
  background: #f3b652;
  max-width: 175px;
  width: 100%;
  border-radius: 5px;
}
.best-sell-product .counter_slide {
  display: block;
}
.best-sell-product .counter_slide .product-grid {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 20px 10px 28px 10px;
  margin-bottom: 20px;
  position: relative;
}
.best-sell-product .counter_slide .product-grid > a {
  display: block;
}
.best-sell-product .counter_slide .product-grid:hover .product-img img {
  transform: scale(1.1);
}
.best-sell-product .counter_slide .product-grid .product-img {
  text-align: center;
  padding-bottom: 22px;
}
.best-sell-product .counter_slide .product-grid .product-img img {
  transform: scale(1);
  transition: 1s all ease-in-out;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
.best-sell-product .counter_slide .product-grid .prod-label {
  display: flex;
  justify-content: space-between;
  /* margin-bottom: -32px; */
  z-index: 1;
  position: relative;
  padding: 0 15px;
}
.best-sell-product .counter_slide .product-grid .prod-label span {
  font: 18px/22px Barlow-SemiBold;
  color: #333333;
  padding-top: 5px;
}
.best-sell-product .counter_slide .product-grid .prod-label span.discount-label {
  font: 17px/17px Barlow-Medium;
  color: #ffffff;
  display: block;
  background: #1a6937;
  border-radius: 100%;
  text-align: center;
  text-transform: uppercase;
  width: 55px;
  height: 55px;
  padding: 10px;
  overflow: hidden;
}
.best-sell-product .counter_slide .product-grid .product-cont {
  border-top: 1px solid #dedede;
  padding-top: 22px;
  padding-left: 15px;
}
.best-sell-product .counter_slide .product-grid .product-cont p {
  font: 19px/23px Barlow-Regular;
  color: #1a6937;
  margin-bottom: 6px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.best-sell-product .counter_slide .product-grid .product-cont strong {
  font: 25px/30px Barlow-Bold;
  color: #333333;
  display: block;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.best-sell-product .counter_slide .product-grid .product-cont span {
  font: 19px/22px Barlow-SemiBold;
  color: #333333;
  display: block;
}
.best-sell-product .count_block {
  max-width: 550px;
  width: 100%;
  margin: 36px auto 0;
}
.best-sell-product .count_block > p {
  font: 21px/25px Barlow-Bold;
  color: #666666;
  display: inline-block;
  padding-bottom: 8px;
}
.best-sell-product .count_block > p#counter {
  color: #1a6937;
}
.best-sell-product .count_block .slide_back {
  width: 100%;
  background: #f4f4f4;
}
.best-sell-product .count_block .slide_back p {
  max-width: 100%;
  height: 4px;
  background: #f3b652;
}

.app-main-block {
  background: url(../images/User/app_blk_bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 62px 0;
}
.app-main-block .app-block-in {
  display: flex;
  align-items: center;
}
.app-main-block .app-block-in .app-lft {
  width: 49%;
  padding-right: 60px;
}
.app-main-block .app-block-in .app-lft strong {
  font: 40px/45px Barlow-Bold;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 14px;
  padding-bottom: 22px;
  display: block;
}
.app-main-block .app-block-in .app-lft p {
  font: 17px/26px Barlow-Regular;
  color: #ffffff;
  padding-bottom: 34px;
  padding-right: 20px;
}
.app-main-block .app-block-in .app-lft > p:first-child{
  padding-bottom: 0;
}

.app-main-block .app-block-in .app-lft .app-img a:not(:last-child) {
  margin-right: 14px;
}
.app-main-block .app-block-in .app-ryt {
  width: 55%;
  margin-right: -52px;
}

.testimonials {
  background: url(../images/User/review_bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 88px 0;
}
.testimonials strong {
  font: 40px/45px Barlow-Bold;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  display: block;
}
.testimonials .testimonial-slid {
  padding-top: 68px;
}
.testimonials .testimonial-slid .owl-dots {
  padding-top: 45px;
  text-align: center;
}
.testimonials .testimonial-slid .owl-dots button {
  width: 12px;
  height: 12px;
  background: #f3b652;
  border-radius: 100%;
  margin-right: 10px;
}
.testimonials .testimonial-slid .owl-dots button.active {
  background: #1a6937;
}
.testimonials .testimonial-slid .testi-card {
  border-right: 1px solid #e5e5e5;
  text-align: center;
  padding: 0 58px;
}
.testimonials .testimonial-slid .testi-card img {
  width: 88px;
  height: 88px;
  border-radius: 100%;
  margin: 0 auto;
}
.testimonials .testimonial-slid .testi-card p {
  font: 17px/25px Barlow-Regular;
  color: #666666;
  margin: 7px 0 20px;
  height: 82px;
  overflow: auto;
}
.testimonials .testimonial-slid .testi-card b {
  font: 20px/26px Barlow-SemiBold;
  color: #333333;
  text-transform: uppercase;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonials .testimonial-slid .owl-item.active:last-child .testi-card {
  border: none;
}

.testimonial-slid.owl-carousel .owl-stage-outer {
  margin-right: 1px;
}

.blog-block {
  padding: 90px 0 100px;
}
.blog-block strong {
  font: 40px/45px Barlow-Bold;
  color: #333333;
  text-transform: uppercase;
  display: block;
}
.blog-block .blog_slide {
  padding-top: 54px;
}
.blog-block .blog_slide .owl-nav button {
  width: 20px;
  height: 30px;
  position: absolute;
  top: -60px;
  transform: translateY(50%);
}
.blog-block .blog_slide .owl-nav button.owl-prev {
  background: url(../images/User/prev_blk.svg) no-repeat center center;
  right: 50px;
  background-size: 17px;
}
.blog-block .blog_slide .owl-nav button.owl-prev:hover {
  background: url(../images/User/prev_grn.svg) no-repeat center center;
  background-size: 17px;
}
.blog-block .blog_slide .owl-nav button.owl-next {
  background: url(../images/User/next_blk.svg) no-repeat center center;
  right: 0px;
  background-size: 17px;
}
.blog-block .blog_slide .owl-nav button.owl-next:hover {
  background: url(../images/User/next_grn.svg) no-repeat center center;
  background-size: 17px;
}
.blog-block .blog_slide .owl-nav button span {
  display: none;
}
.blog-block .blog_slide .blog_card {
  border: 2px solid #f6f6f6;
  word-break: break-word;
}
.blog-block .blog_slide .blog_card:hover .blog-cont:after {
  width: 100%;
  background: #1a6937;
  transition: 1s;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.blog-block .blog_slide .blog_card:hover .blog-img img {
  transform: scale(0.9);
}
.blog-block .blog_slide .blog_card:hover .blog-img .blog-date {
  border-top: 5px solid #1a6937;
  transition: 1s;
}
.blog-block .blog_slide .blog_card .blog-img {
  position: relative;
}
.blog-block .blog_slide .blog_card .blog-img img {
  width: auto;
  transform: scale(1);
  transition: 1s all ease-in-out;
  height: 208px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.blog-block .blog_slide .blog_card .blog-img .blog-date {
  width: 68px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  background: #ffffff;
  margin-top: -10px;
  position: absolute;
  right: 32px;
  bottom: -30px;
  border-top: 5px solid transparent;
  min-width: 68px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
}
.blog-block .blog_slide .blog_card .blog-img .blog-date span {
  font: 16px/26px Barlow-SemiBold;
  color: #666666;
}
.blog-block .blog_slide .blog_card .blog-img .blog-date span b {
  font: 36px/36px Barlow-Bold;
  color: #333333;
  display: block;
}
.blog-block .blog_slide .blog_card .blog-cont {
  padding: 40px 25px 30px;
}
.blog-block .blog_slide .blog_card .blog-cont:after {
  content: "";
  clear: both;
  display: block;
  width: 0;
  height: 6px;
  background: #1a6937;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
}
.blog-block .blog_slide .blog_card .blog-cont span {
  font: 15px/26px Barlow-Bold;
  color: #f3b652;
  display: block;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-block .blog_slide .blog_card .blog-cont p {
  font: 20px/25px Barlow-Bold;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-block .blog_slide .blog_card .blog-cont .blog-bot {
  display: flex;
  align-items: flex-start;
}
.blog-block .blog_slide .blog_card .blog-cont .blog-bot img {
  width: auto;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.blog-block .blog_slide .blog_card .blog-cont .blog-bot p {
  padding: 0;
}
.blog-block .blog_slide .blog_card .blog-cont .blog-bot p b {
  font: 18px/26px Barlow-Bold;
  color: #333333;
  display: block;
}
.blog-block .blog_slide .blog_card .blog-cont .blog-bot p span {
  font: 17px/17px Barlow-Regular;
  color: #666666;
  display: block;
  text-transform: capitalize;
  padding: 0;
}

footer {
  background: #333333;
  padding-top: 60px;
}
footer .footer_block {
  padding-bottom: 62px;
}
footer .footer-usp-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 45px;
}
footer .footer-usp-block .ft-usp {
  background: #3d3d3d;
  display: flex;
  align-items: center;
  padding: 13.5px 50px 13.5px 15px;
  border-radius: 5px;
}
footer .footer-usp-block .ft-usp img {
  margin-right: 10px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 60px;
  max-height: 53px;
}
footer .footer-usp-block .ft-usp .usp-cnt b {
  font: 16px/26px Barlow-Bold;
  color: #ffffff;
}
footer .footer-usp-block .ft-usp .usp-cnt p {
  font: 14px/26px Barlow-Regular;
  color: #ffffff;
}
footer .footer-main-block {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}
footer .footer-main-block .foot-logo ul {
  margin-top: 128px;
}
footer .footer-main-block .foot-logo ul li {
  padding-left: 38px;
  margin-bottom: 20px;
}
footer .footer-main-block .foot-logo ul li p,
footer .footer-main-block .foot-logo ul li a {
  font: 19px/27px Barlow-Regular;
  color: #ffffff;
  display: block;
}
footer .footer-main-block .foot-logo ul li a:hover {
  color: #f3b652;
}
footer .footer-main-block .foot-logo ul li.ft-loca {
  background: url(../images/User/ft_location.svg) no-repeat top 5px left;
}
footer .footer-main-block .foot-logo ul li.ft-phn {
  background: url(../images/User/ft_phone.svg) no-repeat top 5px left;
}
footer .footer-main-block .foot-logo ul li.ft-mail {
  background: url(../images/User/ft_mail.svg) no-repeat top 5px left;
}
footer .footer-main-block .foot-dlapp a {
  display: block;
  margin-bottom: 12px;
}
footer .foot p.foot-title {
  font: 22px/26px Barlow-Bold;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 38px;
  padding-bottom: 15px;
}
footer .foot ul li a {
  font: 19px/40px Barlow-Regular;
  color: #ffffff;
}
footer .foot ul li a:hover {
  color: #f3b652;
}
footer .foot.foot-help ul {
  display: inline-block;
}
footer .foot.foot-help ul:not(:last-child) {
  padding-right: 75px;
}
footer .footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #5c5c5c;
  border-bottom: 1px solid #5c5c5c;
  padding: 9px 0;
}
footer .footer_bottom .foot.foot_menu p.foot-title {
  display: none;
}
footer .footer_bottom .foot.foot_menu ul {
  display: flex;
}
footer .footer_bottom .foot.foot_menu ul li {
  margin-right: 74px;
}
footer .footer_bottom .foot.foot_menu ul li a {
  font: 19px/40px Barlow-Regular;
  color: #ffffff;
}
footer .footer_bottom .foot.foot_menu ul li a:hover {
  color: #f3b652;
}
footer .footer_copyryt {
  background: #1b1b1b;
  padding: 15px 0;
}
footer .footer_copyryt .copyryt_main {
  display: flex;
  justify-content: space-between;
}
footer .footer_copyryt .copyryt_main .copyryt p {
  font: 19px/40px Barlow-Regular;
  color: #ffffff;
}
footer .footer_copyryt .copyryt_main .copyryt_link ul {
  display: flex;
}
footer .footer_copyryt .copyryt_main .copyryt_link ul li:not(:last-child) {
  margin-right: 5px;
}
footer .footer_copyryt .copyryt_main .copyryt_link ul li a {
  font: 19px/40px Barlow-Regular;
  color: #ffffff;
}
footer .footer_copyryt .copyryt_main .copyryt_link ul li a:hover {
  color: #f3b652;
}
footer .footer_copyryt .copyryt_main .copyryt_link ul li:after {
  content: "|";
  clear: both;
  display: inline-block;
  color: #ffffff;
}
footer .footer_copyryt .copyryt_main .copyryt_link ul li:last-child:after {
  display: none;
}

.breadcrumb {
  background: #f4f4f4;
  padding: 15px 0;
  margin-bottom: 0;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb ul li a,
.breadcrumb ul li span {
  font: 16px/25px Barlow-Medium;
  color: #666666;
  text-transform: uppercase;
}
.breadcrumb ul li span {
  color: #1a6937;
}
.breadcrumb ul li a:after {
  content: "";
  clear: both;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/User/bread_arw.svg) no-repeat left center;
  margin: 0 15px;
}
.breadcrumb ul li a:hover {
  color: #1a6937;
  text-decoration: underline;
}

.abtimg-content1 {
  padding: 100px 0;
}
.abtimg-content1 .image-content {
  display: flex;
  align-items: center;
}
.abtimg-content1 .image-content .md-image {
  width: 50%;
  padding-left: 38px;
  padding-right: 25px;
}
.abtimg-content1 .image-content .md-image img {
  height: 430px;
}
.abtimg-content1 .image-content .md-content {
  width: 50%;
  padding-left: 30px;
}
.abtimg-content1 .image-content .md-content h1 {
  font: 40px/45px Barlow-Bold;
  color: #333333;
  text-transform: uppercase;
  padding-bottom: 18px;
}
.abtimg-content1 .image-content .md-content p {
  font: 17px/25px Barlow-Regular;
  color: #666666;
  padding-bottom: 25px;
}
.abtimg-content1 .image-content .md-content a.abtn {
  font: 19px/50px Barlow-SemiBold;
  color: #ffffff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  background: #f3b652;
  max-width: 175px;
  width: 100%;
  border-radius: 5px;
  margin-top: 8px;
}

.about_vid_blk {
  position: relative;
  height: 500px;
}
.about_vid_blk video#myVideo {
  width: 100%;
  height: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_vid_blk:before {
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
}
.about_vid_blk .container {
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%);
}
.about_vid_blk .container .vid_content {
  width: 50%;
  padding-left: 24px;
}
.about_vid_blk .container .vid_content h2 {
  font: 40px/45px Barlow-Bold;
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.about_vid_blk .container .vid_content p {
  font: 17px/25px Barlow-Regular;
  color: #ffffff;
  padding-bottom: 33px;
  max-width: 550px;
  width: 100%;
}
.about_vid_blk .container .vid_content a.custom-btn {
  font: 19px/50px Barlow-SemiBold;
  color: #ffffff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  background: #f3b652;
  max-width: 175px;
  width: 100%;
  border-radius: 5px;
}
.about_vid_blk .container .vdo_buttons {
  width: 50%;
  text-align: center;
}
.about_vid_blk .container .vdo_buttons button {
  background: transparent;
  border: none;
  width: 100px;
  height: 100px;
  border: 2px solid #ffffff;
  border-radius: 100%;
}
.about_vid_blk .container .vdo_buttons button:nth-child(2) {
  display: none;
}

.abtimg-content2 {
  padding: 100px 0;
}
.abtimg-content2 .image-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.abtimg-content2 .image-content .md-content {
  width: 50%;
  padding-right: 36px;
}
.abtimg-content2 .image-content .md-content h3 {
  font: 40px/45px Barlow-Bold;
  color: #333333;
  text-transform: uppercase;
  padding-bottom: 18px;
}
.abtimg-content2 .image-content .md-content p {
  font: 17px/25px Barlow-Regular;
  color: #666666;
  padding-bottom: 10px;
}
.abtimg-content2 .image-content .md-content ul {
  padding: 22px 0 15px;
}
.abtimg-content2 .image-content .md-content ul li {
  font: 17px/35px Barlow-Regular;
  color: #666666;
  display: block;
  padding-left: 28px;
  background: url(../images/User/list_tick.svg) no-repeat left center;
}
.abtimg-content2 .image-content .md-image {
  width: 50%;
  padding: 0 30px;
}

.abtimg-content3 {
  background: url(../images/User/bg1.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 15px 0;
}
.abtimg-content3 .image-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.abtimg-content3 .image-content .md-image {
  width: 50%;
}
.abtimg-content3 .image-content .md-content {
  width: 50%;
  padding-left: 36px;
}
.abtimg-content3 .image-content .md-content h4 {
  font: 40px/45px Barlow-Bold;
  color: #333333;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.abtimg-content3 .image-content .md-content p {
  font: 17px/25px Barlow-Regular;
  color: #666666;
  padding-bottom: 10px;
}
.abtimg-content3 .image-content .md-content ul {
  display: flex;
  padding: 26px 0 44px;
}
.abtimg-content3 .image-content .md-content ul li {
  font: 40px/45px Barlow-Bold;
  color: #333333;
  padding-right: 27px;
  text-align: center;
}
.abtimg-content3 .image-content .md-content ul li b {
  font: 40px/45px Barlow-Bold;
  color: #333333;
  display: block;
}
.abtimg-content3 .image-content .md-content ul li span {
  font: 17px/25px Barlow-Medium;
  color: #666666;
  display: block;
}
.abtimg-content3 .image-content .md-content a.custom-btn {
  font: 19px/50px Barlow-SemiBold;
  color: #ffffff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  background: #f3b652;
  max-width: 175px;
  width: 100%;
  border-radius: 8px;
}

.contact_page {
  padding: 100px 0;
}
.contact_page .contact_main {
  display: flex;
  align-items: flex-start;
  background: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.contact_page .contact_main .contact_form {
  width: 61%;
  padding-right: 40px;
}
.contact_page .contact_main .contact_form h1 {
  font: 30px/32px Barlow-Bold;
  color: #333333;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.contact_page .contact_main .contact_form p {
  font: 17px/25px Barlow-Regular;
  color: #666666;
  padding-bottom: 24px;
}
.contact_page .contact_main .contact_form .intext {
  margin-bottom: 14px;
  margin-top: 20px;
}
.contact_page .contact_main .contact_form .intext .md-field label {
  display: block;
  font: 17px/25px Barlow-Regular;
  color: #666666;
  padding-bottom: 6px;
}
.contact_page .contact_main .contact_form .intext .md-field input {
  font: 17px/25px Barlow-Regular;
  color: #666666;
  display: block;
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 5px;
  height: 50px;
  padding: 0 15px;
}
.contact_page .contact_main .contact_form .intext .md-field textarea {
  font: 17px/25px Barlow-Regular;
  color: #666666;
  display: block;
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 5px;
  height: 120px;
  padding: 10px 15px;
}
.contact_page .contact_main .contact_form .intext.intext_check {
  position: relative;
}
.contact_page .contact_main .contact_form .intext.intext_check input.chk-bx {
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  cursor: pointer;
}
.contact_page .contact_main .contact_form .intext.intext_check input:checked ~ p:before {
  background: transparent;
}
.contact_page .contact_main .contact_form .intext.intext_check input:checked ~ p:after {
  opacity: 1;
  visibility: visible;
}
.contact_page .contact_main .contact_form .intext.intext_check p {
  font: 17px/25px Barlow-Regular;
  color: #666666;
  padding-bottom: 14px;
}
.contact_page .contact_main .contact_form .intext.intext_check p a {
  color: #1a6937;
}
.contact_page .contact_main .contact_form .intext.intext_check p:hover {
  transition: 1s;
}
.contact_page .contact_main .contact_form .intext.intext_check p:hover a {
  text-decoration: underline;
}
.contact_page .contact_main .contact_form .intext.intext_check p:before {
  content: "";
  width: 20px;
  height: 20px;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  cursor: pointer;
  border: 1px solid #dedede;
  border-radius: 4px;
}
.contact_page .contact_main .contact_form .intext.intext_check p:after {
  width: 7px;
  height: 15px;
  border-bottom: 2px solid #1a6937;
  border-right: 2px solid #1a6937;
  content: "";
  position: absolute;
  left: 7px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  top: 6px;
  transform: rotate(45deg);
}
.contact_page .contact_main .contact_form .intext.intext1 {
  display: flex;
}
.contact_page .contact_main .contact_form .intext.intext1 .md-field {
  width: 49%;
  margin-right: 2%;
}
.contact_page .contact_main .contact_form .intext.intext1 .md-field:last-child {
  margin-right: 0;
}
.contact_page .contact_main .contact_form .intext.intext_btn input.ty-btn {
  font: 19px/46px Barlow-SemiBold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background: #f3b652;
  border-radius: 8px;
  border: 1px solid #f3b652;
  max-width: 175px;
  width: 100%;
}
.contact_page .contact_main .contact_form .intext.intext_btn input.ty-btn:hover {
  background: transparent;
  color: #f3b652;
}
.contact_page .contact_main .contact_information {
  width: 39%;
  background: #f4f4f4;
  border-radius: 10px;
  padding: 20px 30px 40px;
}
.contact_page .contact_main .contact_information h2 {
  font: 30px/40px Barlow-Bold;
  color: #333333;
  text-transform: uppercase;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 11px;
}
.contact_page .contact_main .contact_information ul.ctinfo {
  padding: 45px 0 13px;
}
.contact_page .contact_main .contact_information ul.ctinfo li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}
.contact_page .contact_main .contact_information ul.ctinfo li .img {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  min-width: 55px;
  border: 2px solid #1a6937;
  border-radius: 5px;
  margin-right: 20px;
  justify-content: center;
}
.contact_page .contact_main .contact_information ul.ctinfo li .img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.contact_page .contact_main .contact_information ul.ctinfo li strong {
  font: 20px/20px Barlow-Bold;
  color: #333333;
  display: block;
  padding-bottom: 12px;
}
.contact_page .contact_main .contact_information ul.ctinfo li p {
  font: 17px/22px Barlow-Regular;
  color: #666666;
}
.contact_page .contact_main .contact_information ul.ctinfo li a {
  font: 17px/25px Barlow-Regular;
  color: #666666;
  display: block;
}
.contact_page .contact_main .contact_information ul.ctinfo li a:hover {
  color: #1a6937;
}
.contact_page .contact_main .contact_information .contact-social {
  border-top: 1px solid #dedede;
}
.contact_page .contact_main .contact_information .contact-social h3 {
  font: 25px/40px Barlow-Bold;
  color: #333333;
  padding-top: 14px;
  padding-bottom: 13px;
}
.contact_page .contact_main .contact_information .contact-social ul {
  display: flex;
}
.contact_page .contact_main .contact_information .contact-social ul li {
  margin-right: 30px;
}
.contact_page .contact_main .contact_information .contact-social ul li a {
  text-indent: -2000rem;
  display: inline-block;
  width: 23px;
  height: 23px;
}
.contact_page .contact_main .contact_information .contact-social ul li a.ct-fb {
  background: url(../images/User/ct_icon4.svg) no-repeat center center;
}
.contact_page .contact_main .contact_information .contact-social ul li a.ct-fb:hover {
  background: url(../images/User/ct_icon4_ho.svg) no-repeat center center;
}
.contact_page .contact_main .contact_information .contact-social ul li a.ct-tw {
  background: url(../images/User/ct_icon5.svg) no-repeat center center;
}
.contact_page .contact_main .contact_information .contact-social ul li a.ct-tw:hover {
  background: url(../images/User/ct_icon5_ho.svg) no-repeat center center;
}
.contact_page .contact_main .contact_information .contact-social ul li a.ct-ig {
  background: url(../images/User/ct_icon6.svg) no-repeat center center;
}
.contact_page .contact_main .contact_information .contact-social ul li a.ct-ig:hover {
  background: url(../images/User/ct_icon6_ho.svg) no-repeat center center;
}

section.map img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 600px;
}

.blogs_page {
  padding: 100px 0 100px;
}
.blogs_page .blogs_overview {
  display: flex;
  flex-wrap: wrap;
}
.blogs_page .blogs_overview .blog_card {
  border: 2px solid #f6f6f6;
  width: 23.8%;
  margin-right: 1.6%;
  position: relative;
  margin-bottom: 28px;
}
.blogs_page .blogs_overview .blog_card:nth-child(4n) {
  margin-right: 0;
}
.blogs_page .blogs_overview .blog_card:hover .blog-cont:after {
  width: 100%;
  background: #1a6937;
  transition: 1s;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.blogs_page .blogs_overview .blog_card:hover .blog-img .blog-date {
  border-top: 5px solid #1a6937;
  transition: 1s;
}
.blogs_page .blogs_overview .blog_card .blog-img {
  position: relative;
}
.blogs_page .blogs_overview .blog_card .blog-img img {
  transform: scale(1);
  transition: 1s all ease-in-out;
  height: 208px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.blogs_page .blogs_overview .blog_card .blog-img .blog-date {
  width: 68px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  background: #ffffff;
  margin-top: -10px;
  position: absolute;
  right: 32px;
  bottom: -30px;
  border-top: 5px solid transparent;
}
.blogs_page .blogs_overview .blog_card .blog-img .blog-date span {
  font: 16px/26px Barlow-SemiBold;
  color: #666666;
}
.blogs_page .blogs_overview .blog_card .blog-img .blog-date span b {
  font: 36px/36px Barlow-Bold;
  color: #333333;
  display: block;
}
.blogs_page .blogs_overview .blog_card .blog-cont {
  padding: 40px 25px 30px;
}
.blogs_page .blogs_overview .blog_card .blog-cont:after {
  content: "";
  clear: both;
  display: block;
  width: 0;
  height: 6px;
  background: #1a6937;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
}
.blogs_page .blogs_overview .blog_card .blog-cont span {
  font: 15px/26px Barlow-Bold;
  color: #f3b652;
  display: block;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogs_page .blogs_overview .blog_card .blog-cont p {
  font: 20px/25px Barlow-Bold;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blogs_page .blogs_overview .blog_card .blog-cont .blog-bot {
  display: flex;
  align-items: flex-start;
}
.blogs_page .blogs_overview .blog_card .blog-cont .blog-bot img {
  margin-right: 15px;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.blogs_page .blogs_overview .blog_card .blog-cont .blog-bot p {
  margin-bottom: 0;
}
.blogs_page .blogs_overview .blog_card .blog-cont .blog-bot p b {
  font: 18px/26px Barlow-Bold;
  color: #333333;
  display: block;
}
.blogs_page .blogs_overview .blog_card .blog-cont .blog-bot p span {
  font: 17px/17px Barlow-Regular;
  color: #666666;
  display: block;
  text-transform: capitalize;
  padding: 0;
}
.blogs_page .pagination {
  justify-content: center;
  margin-top: 22px;
}
.blogs_page .pagination ul {
  display: flex;
  align-items: center;
}
.blogs_page .pagination ul li {
  margin-right: 15px;
}
.blogs_page .pagination ul li a {
  font: 19px/22px Barlow-SemiBold;
  color: #333333;
  display: block;
}
.blogs_page .pagination ul li a:hover {
  color: #1a6937;
}
.blogs_page .pagination ul li a.prev {
  background: url(../images/User/pg_prev.svg) no-repeat left center;
  padding-left: 22px;
}
.blogs_page .pagination ul li a.prev:hover {
  background: url(../images/User/pg_prevg.svg) no-repeat left center;
}
.blogs_page .pagination ul li a.next {
  background: url(../images/User/pg_next.svg) no-repeat right center;
  padding-right: 22px;
}
.blogs_page .pagination ul li a.next:hover {
  background: url(../images/User/pg_nextg.svg) no-repeat right center;
}
.blogs_page .pagination ul li a.number {
  width: 45px;
  height: 45px;
  background: #f4f4f4;
  border-radius: 5px;
  text-align: center;
  line-height: 44px;
}
.blogs_page .pagination ul li a.number:hover, .blogs_page .pagination ul li a.number.active {
  background: #1a6937;
  color: #ffffff;
}

.blog_detail_page {
  padding-top: 110px;
}
.blog_detail_page .blog_detail > img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.blog_detail_page .blog_detail .aut-date {
  display: flex;
  padding: 35px 0 40px;
}
.blog_detail_page .blog_detail .aut-date .date {
  text-align: center;
  width: 68px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  background: #ffffff;
  margin-right: 38px;
}
.blog_detail_page .blog_detail .aut-date .date strong {
  font: 36px/36px Barlow-Bold;
  color: #333333;
  display: block;
}
.blog_detail_page .blog_detail .aut-date .date span {
  font: 16px/26px Barlow-SemiBold;
  color: #666666;
  display: block;
}
.blog_detail_page .blog_detail .aut-date .author {
  display: flex;
  align-items: center;
}
.blog_detail_page .blog_detail .aut-date .author img {
  margin-right: 26px;
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
.blog_detail_page .blog_detail .aut-date .author p {
  padding-bottom: 0;
}
.blog_detail_page .blog_detail .aut-date .author p b {
  font: 18px/20px Barlow-Bold;
  color: #333333;
  text-transform: uppercase;
  display: block;
}
.blog_detail_page .blog_detail .aut-date .author p span {
  font: 17px/18px Barlow-Regular;
  color: #666666;
  display: block;
}
.blog_detail_page .blog_detail h1 {
  font: 40px/45px Barlow-Bold;
  color: #333333;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.blog_detail_page .blog_detail p {
  font: 17px/25px Barlow-Regular;
  color: #666666;
  padding-bottom: 20px;
}
.blog_detail_page .blog_detail .dt_quote {
  background: #ffffff url(../images/User/det-quote.svg) no-repeat top 14px right 80px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 30px 20px 35px 40px;
  position: relative;
  margin-top: 11px;
  margin-bottom: 26px;
  background-size: 90px;
}
.blog_detail_page .blog_detail .dt_quote:before {
  content: "";
  clear: both;
  display: table;
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 100%;
  background: #1a6937;
  border-radius: 10px;
}
.blog_detail_page .blog_detail .dt_quote p {
  font: 20px/25px Barlow-Regular;
  color: #666666;
  padding-bottom: 15px;
  max-width: 88%;
  padding-right: 20px;
  width: 100%;
}
.blog_detail_page .blog_detail .dt_quote strong {
  font: 20px/25px Barlow-SemiBold;
  color: #333333;
  display: block;
}
.blog_detail_page .blog_detail h2 {
  font: 25px/40px Barlow-Bold;
  color: #333333;
  padding-bottom: 14px;
}
.blog_detail_page .blog_detail .dt_img {
  display: flex;
  padding: 25px 0 40px 0;
}
.blog_detail_page .blog_detail .dt_img .ds-img {
  width: 32.3%;
}
.blog_detail_page .blog_detail .dt_img .ds-img:not(:last-child) {
  margin-right: 20px;
}
.blog_detail_page .blog_detail .dt_img .ds-img img {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.blog_detail_page .blog_detail ul {
  padding: 6px 0 26px;
}
.blog_detail_page .blog_detail ul li {
  font: 17px/35px Barlow-Regular;
  color: #666666;
  background: url(../images/User/list_tick.svg) no-repeat left top 10px;
  padding-left: 28px;
}
.blog_detail_page .blog-product-block {
  padding-top: 81px;
  padding-bottom: 110px;
}
.blog_detail_page .blog-product-block .blog-title-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 54px;
}
.blog_detail_page .blog-product-block .blog-title-btn h3 {
  font: 40px/45px Barlow-Bold;
  color: #333333;
  text-transform: uppercase;
}
.blog_detail_page .blog-product-block .blog-title-btn a.custom-btn {
  font: 19px/60px Barlow-SemiBold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background: #f3b652;
  border-radius: 5px;
  max-width: 185px;
  width: 100%;
}
.blog_detail_page .blog-product-block .blog-product {
  display: flex;
  flex-wrap: wrap;
}
.blog_detail_page .blog-product-block .blog-product .product-grid {
  width: 18.4%;
  margin-right: 2%;
  background: #f4f4f4;
  border-radius: 10px;
  padding: 20px 10px 28px 10px;
  position: relative;
  margin-bottom: 20px;
}
.blog_detail_page .blog-product-block .blog-product .product-grid > a {
  display: block;
}
.blog_detail_page .blog-product-block .blog-product .product-grid:nth-child(5n) {
  margin-right: 0;
}
.blog_detail_page .blog-product-block .blog-product .product-grid:hover .product-img img {
  transform: scale(1.1);
}
.blog_detail_page .blog-product-block .blog-product .product-grid .product-img {
  text-align: center;
  padding-bottom: 22px;
  overflow: hidden;
}
.blog_detail_page .blog-product-block .blog-product .product-grid .product-img img {
  transform: scale(1);
  transition: 1s all ease-in-out;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog_detail_page .blog-product-block .blog-product .product-grid .prod-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: -32px;
}
.blog_detail_page .blog-product-block .blog-product .product-grid .prod-label span {
  font: 18px/22px Barlow-SemiBold;
  color: #333333;
  padding-top: 5px;
}
.blog_detail_page .blog-product-block .blog-product .product-grid .prod-label span.discount-label {
  font: 17px/17px Barlow-Medium;
  color: #ffffff;
  display: block;
  background: #1a6937;
  border-radius: 100%;
  text-align: center;
  text-transform: uppercase;
  width: 55px;
  height: 55px;
  padding: 10px;
  overflow: hidden;
}
.blog_detail_page .blog-product-block .blog-product .product-grid .product-cont {
  border-top: 1px solid #dedede;
  padding-top: 22px;
}
.blog_detail_page .blog-product-block .blog-product .product-grid .product-cont p {
  font: 19px/22px Barlow-Regular;
  color: #1a6937;
  margin-bottom: 6px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog_detail_page .blog-product-block .blog-product .product-grid .product-cont strong {
  font: 25px/31px Barlow-Bold;
  color: #333333;
  display: block;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog_detail_page .blog-product-block .blog-product .product-grid .product-cont span {
  font: 19px/22px Barlow-SemiBold;
  color: #333333;
  display: block;
}

.categories {
  padding: 90px 0 0;
}
.categories .cat_flex {
  display: flex;
}
.categories .cat_flex .cate_overlay {
  width: 26%;
  padding-right: 38px;
}
.categories .cat_flex .cate_overlay a.cate_closebtn {
  display: none;
}
.categories .cat_flex .cate_overlay .left .cate_search {
  position: relative;
  margin-bottom: 30px;
}
.categories .cat_flex .cate_overlay .left .cate_search input {
  font: 18px/60px Barlow-LightItalic;
  color: #666666;
  background: #f4f4f4;
  border-radius: 5px;
  border: none;
  width: 100%;
  height: 56px;
  padding: 0 55px 0 20px;
}
.categories .cat_flex .cate_overlay .left .cate_search button.cat_submit {
  width: 20px;
  height: 56px;
  border: none;
  background: transparent;
  position: absolute;
  right: 30px;
  top: 0;
  padding: 0;
}
.categories .cat_flex .cate_overlay .left .side_grid {
  border: 1px solid #dedede;
  border-radius: 5px;
  padding-top: 20px;
  margin-bottom: 32px;
}
.categories .cat_flex .cate_overlay .left .side_grid strong {
  font: 22px/22px Barlow-Bold;
  color: #333333;
  margin: 0 20px;
  border-bottom: 3px solid #f4f4f4;
  display: block;
  padding-bottom: 25px;
}
.categories .cat_flex .cate_overlay .left .cate_name ul li {
  border-top: 1px solid #dedede;
  cursor: pointer;
  background: url(../images/User/cate_arw.svg) no-repeat top 25px right 30px;
}
.categories .cat_flex .cate_overlay .left .cate_name ul li a {
  font: 17px/25px Barlow-Medium;
  color: #666666;
  display: block;
  display: inline-block;
  margin-right: 35px;
  padding: 15px 28px 15px 36px;
}
.categories .cat_flex .cate_overlay .left .cate_name ul li:first-child {
  border: none;
}
.categories .cat_flex .cate_overlay .left .cate_name ul li .sub_cate {
  display: none;
}
.categories .cat_flex .cate_overlay .left .cate_name ul li .sub_cate ul li {
  background: unset;
  padding: 0 20px;
}
.categories .cat_flex .cate_overlay .left .cate_name ul li .sub_cate ul li:first-child {
  border-top: 1px solid #dedede;
}
.categories .cat_flex .cate_overlay .left .cate_name ul li:hover > a, .categories .cat_flex .cate_overlay .left .cate_name ul li.active > a {
  color: #1a6937;
  transition: 0.2s;
  font-family: Barlow-SemiBold;
}
.categories .cat_flex .cate_overlay .left .cate_name ul li.active {
  background: url(../images/User/cate_arw11.svg) no-repeat top 25px right 30px;
}
.categories .cat_flex .cate_overlay .left .cate_name ul li.active .sub_cate {
  display: block;
}
.categories .cat_flex .cate_overlay .left .cate_name ul li.active .sub_cate ul li.active1 a {
  color: #1a6937;
  transition: 0.2s linear;
  font-family: Barlow-SemiBold;
}
.categories .cat_flex .cate_overlay .left .cate_name ul li.cate_arr1 {
  background: url(../images/User/cate_arw11.svg) no-repeat top 25px right 30px;
}
.categories .cat_flex .cate_overlay .left .cate_filter {
  position: relative;
}
.categories .cat_flex .cate_overlay .left .cate_filter .prz-filter {
  padding: 40px 20px;
}
.categories .cat_flex .cate_overlay .left .cate_filter a.filter {
  font: 12px/18px Barlow-SemiBold;
  color: #ffffff;
  background: #f3b652;
  border-radius: 5px;
  max-width: 96px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  padding: 8px;
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.categories .cat_flex .cate_toggle {
  display: none;
}
.categories .cat_flex .right {
  width: 74%;
}
.categories .cat_flex .right .sorting {
  display: flex;
  padding: 8px 0;
  margin-bottom: 40px;
  justify-content: space-between;
}
.categories .cat_flex .right .sorting .view_buttons {
  display: flex;
  align-items: center;
  width: 69%;
}
.categories .cat_flex .right .sorting .view_buttons button {
  width: 21px;
  height: 17px;
  padding: 0;
  margin-right: 20px;
  border-radius: 0;
}
.categories .cat_flex .right .sorting .view_buttons button:focus {
  box-shadow: none;
}
.categories .cat_flex .right .sorting .view_buttons button#grid-view {
  background: url(../images/User/grid_view.svg) no-repeat center center;
}
.categories .cat_flex .right .sorting .view_buttons button#grid-view.on {
  background: url(../images/User/grid_view_ho.svg) no-repeat center center;
}
.categories .cat_flex .right .sorting .view_buttons button#list-view {
  background: url(../images/User/list_view.svg) no-repeat center center;
}
.categories .cat_flex .right .sorting .view_buttons button#list-view.on {
  background: url(../images/User/list_view_ho.svg) no-repeat center center;
}
.categories .cat_flex .right .sorting .view_buttons p {
  font: 20px/37px Barlow-Regular;
  color: #333333;
}
.categories .cat_flex .right .sorting .sort_items {
  display: flex;
  width: 31%;
  justify-content: end;
}
.categories .cat_flex .right .sorting .sort_items label {
  font: 20px/37px Barlow-Regular;
  color: #333333;
  margin-right: 18px;
}
.categories .cat_flex .right .sorting .sort_items select {
  font: 16px/37px Barlow-Regular;
  color: #666666;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  max-width: 218px;
  width: auto;
  padding: 0 50px 0 20px;
  background: url(../images/User/sort_arw.svg) no-repeat right 28px center;
  cursor: pointer;
}
.categories .cat_flex .right .cate_products {
  display: flex;
  flex-wrap: wrap;
}
.categories .cat_flex .right .cate_products.grid-view .product-grid {
  width: 32%;
  margin-right: 2%;
  background: #f4f4f4;
  border-radius: 10px;
  padding: 20px 10px 28px 10px;
  position: relative;
  margin-bottom: 20px;
}
.categories .cat_flex .right .cate_products.grid-view .product-grid > a {
  display: block;
}
.categories .cat_flex .right .cate_products.grid-view .product-grid:nth-child(3n) {
  margin-right: 0;
}
.categories .cat_flex .right .cate_products.grid-view .product-grid .product-img {
  text-align: center;
  padding-bottom: 22px;
}
.categories .cat_flex .right .cate_products.grid-view .product-grid .product-img img {
  transform: scale(1);
  transition: 1s all ease-in-out;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
}
.categories .cat_flex .right .cate_products.grid-view .product-grid:hover .product-img img {
  transform: scale(1.1);
}
.categories .cat_flex .right .cate_products.grid-view .product-grid .prod-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: -32px;
  padding: 0 10px;
  z-index: 1;
  position: relative;
}
.categories .cat_flex .right .cate_products.grid-view .product-grid .prod-label span {
  font: 18px/22px Barlow-SemiBold;
  color: #333333;
  padding-top: 5px;
}
.categories .cat_flex .right .cate_products.grid-view .product-grid .prod-label span.discount-label {
  font: 17px/17px Barlow-Medium;
  color: #ffffff;
  display: block;
  background: #1a6937;
  border-radius: 100%;
  text-align: center;
  text-transform: uppercase;
  width: 55px;
  height: 55px;
  padding: 10px;
}
.categories .cat_flex .right .cate_products.grid-view .product-grid .product-cont {
  border-top: 1px solid #dedede;
  padding: 22px 14px 0 14px;
}
.categories .cat_flex .right .cate_products.grid-view .product-grid .product-cont p {
  font: 19px/22px Barlow-Regular;
  color: #1a6937;
  margin-bottom: 6px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.categories .cat_flex .right .cate_products.grid-view .product-grid .product-cont strong {
  font: 25px/25px Barlow-Bold;
  color: #333333;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.categories .cat_flex .right .cate_products.grid-view .product-grid .product-cont span {
  font: 19px/22px Barlow-SemiBold;
  color: #333333;
  display: block;
}
.categories .cat_flex .right .cate_products.grid-view.list .product-grid {
  width: 100%;
}
.categories .cat_flex .right .pagination {
  justify-content: center;
  margin: 80px 0 100px 0;
}
.categories .cat_flex .right .pagination ul {
  display: flex;
  align-items: center;
}
.categories .cat_flex .right .pagination ul li {
  margin-right: 15px;
  
}
.categories .cat_flex .right .pagination ul li a {
  font: 19px/22px Barlow-SemiBold;
  color: #333333;
}

.categories .cat_flex .right .pagination ul li a.prev {
  background: url(../images/User/pg_prev.svg) no-repeat left center;
  padding-left: 22px;
}
.categories .cat_flex .right .pagination ul li a.prev:hover {
  background: url(../images/User/pg_prevg.svg) no-repeat left center;
}
.categories .cat_flex .right .pagination ul li a.next {
  background: url(../images/User/pg_next.svg) no-repeat right center;
  padding-right: 22px;
}
.categories .cat_flex .right .pagination ul li a.next:hover {
  background: url(../images/User/pg_nextg.svg) no-repeat right center;
}
.categories .cat_flex .right .pagination ul li a.number {
  width: 45px;
  height: 45px;
  background: #f4f4f4;
  border-radius: 5px;
  text-align: center;
  line-height: 44px;
}
.categories .cat_flex .right .pagination ul li a.number:hover {
  background: #1a6937;
  color: #ffffff;
}

.product-detail-main .product-details {
  display: flex;
  padding-top: 84px;
  padding-bottom: 76px;
}
.product-detail-main .product-details .product-image {
  width: 44.1%;
  margin-right: 5.9%;
  padding: 0 0px 0 50px;
  position: relative;
}
.product-detail-main .product-details .product-image .thumb_cont .lSGallery {
  display: flex;
  justify-content: center;
}
.product-detail-main .product-details .product-image .thumb_cont .gallery li {
  height: auto;
  background: #f4f4f4;
  border-radius: 10px;
}
.product-detail-main .product-details .product-image .thumb_cont .gallery li .flim {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-detail-main .product-details .product-image .thumb_cont .gallery li .flim img {
  width: 100%;
  height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 60px;
}
.product-detail-main .product-details .product-image .mod_button {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  background: #1b6937;
  border-radius: 100%;
  width: 42px;
  height: 42px;
}
.product-detail-main .product-details .product-image .mod_button:hover {
  background: #f3b652;
  transition: 1s;
}
.product-detail-main .product-details .product-image .mod_button a {
  padding: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.product-detail-main .product-details .product-image .thumb_cont .lSSlideOuter .lSPager.lSGallery li {
  padding-top: 28px;
  float: none;
  position: relative;
  margin-right: 5% !important;
  /* width: 33% !important; */
}
.product-detail-main .product-details .product-image .thumb_cont .lSSlideOuter .lSPager.lSGallery li:last-child {
  margin-right: 0 !important;
}
.product-detail-main .product-details .product-image .thumb_cont .lSSlideOuter .lSPager.lSGallery li a {
  border: 2px solid transparent;
  position: relative;
  border-radius: 5px;
  background: #f4f4f4;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  padding: 20px;
}
.product-detail-main .product-details .product-image .thumb_cont .lSSlideOuter .lSPager.lSGallery li.active a {
  border-color: #f3b652;
}
.product-detail-main .product-details .product-image .thumb_cont .lSSlideOuter .lSPager.lSGallery li:before {
  content: "";
  clear: both;
  display: block;
  background: url(../images/User/hvr_before.png) no-repeat top left;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 10px;
  width: 50px;
  height: 34px;
  transition: 0.5s;
  z-index: 1;
  background-size: 50px;
}
.product-detail-main .product-details .product-image .thumb_cont .lSSlideOuter .lSPager.lSGallery li.active:before {
  opacity: 1;
  visibility: visible;
  top: 18px;
  left: 0;
}
.product-detail-main .product-details .product-image .thumb_cont .lSSlideOuter .lSPager.lSGallery li:last-child{
  margin-right: 0 !important;
}
.product-detail-main .product-details .product-information {
  width: 50%;
}
.product-detail-main .product-details .product-information span.discount-label {
  font: 17px/38px Barlow-Medium;
  color: #ffffff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  max-width: 100px;
  width: 100%;
  background: #f3b652;
  border-radius: 5px;
  margin-bottom: 14px;
}
.product-detail-main .product-details .product-information h1 {
  font: 40px/45px Barlow-Bold;
  color: #333333;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.product-detail-main .product-details .product-information .rev-stars {
  display: flex;
  margin-bottom: 21px;
}
.product-detail-main .product-details .product-information .rev-stars p {
  font: 19px/22px Barlow-Regular;
  color: #666666;
  padding: 0 0 0 14px;
}
.product-detail-main .product-details .product-information p {
  font: 19px/25px Barlow-Regular;
  color: #666666;
  padding-bottom: 20px;
}
.product-detail-main .product-details .product-information .prz-qty {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.product-detail-main .product-details .product-information .prz-qty span {
  display: block;
}
.product-detail-main .product-details .product-information .prz-qty span:not(:last-child) {
  margin-right: 20px;
}
.product-detail-main .product-details .product-information .prz-qty span.price {
  font: 40px/45px Barlow-Bold;
  color: #1a6937;
}
.product-detail-main .product-details .product-information .prz-qty span.list-price {
  font: 25px/40px Barlow-SemiBold;
  color: #666666;
}
.product-detail-main .product-details .product-information .prz-qty span.quantity {
  font: 19px/22px Barlow-Regular;
  color: #666666;
}
.product-detail-main .product-details .product-information .dt-btns {
  display: flex;
  align-items: center;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 25px 0;
}
.product-detail-main .product-details .product-information .dt-btns a.add-to-cart, .product-detail-main .product-details .product-information .dt-btns a.go-to-cart {
  font: 19px/50px Barlow-SemiBold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background: #f3b652;
  border-radius: 5px;
  display: block;
  max-width: 200px;
  width: 100%;
  margin-right: 24px;
}
.product-detail-main .product-details .product-information .dt-btns a.wishlist img:first-child {
  display: block;
}
.product-detail-main .product-details .product-information .dt-btns a.exist img:first-child {
  display: none;
}
.product-detail-main .product-details .product-information .dt-btns a.wishlist img:nth-child(2) {
  display: none;
}
.product-detail-main .product-details .product-information .dt-btns a.exist img:nth-child(2) {
  display: block;
}
.product-detail-main .product-details .product-information .dt-btns a.wishlist:hover {
  transition: 1s;
}
.product-detail-main .product-details .product-information .dt-btns a.wishlist:hover img:first-child {
  display: none;
}
.product-detail-main .product-details .product-information .dt-btns a.wishlist:hover img:nth-child(2) {
  display: block;
}
.product-detail-main .product-details .product-information .dt-quantity {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #dedede;
  padding: 24px 0 4px;
}
.product-detail-main .product-details .product-information .dt-quantity .variant {
  width: 49%;
  margin-bottom: 20px;
}
.product-detail-main .product-details .product-information .dt-quantity .variant:not(:nth-child(even)) {
  margin-right: 2%;
}
.product-detail-main .product-details .product-information .dt-quantity .variant label {
  position: relative;
  width: 100%;
  padding: 18px 30px 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-detail-main .product-details .product-information .dt-quantity .variant label input {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #dedede;
  border-radius: 5px;
  cursor: pointer;
}
.product-detail-main .product-details .product-information .dt-quantity .variant label strong {
  font: 24px/40px Barlow-Bold;
  color: #666;
  position: relative;
}
.product-detail-main .product-details .product-information .dt-quantity .variant label strong:before {
  content: "";
  clear: both;
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #dedede;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 16px;
}
.product-detail-main .product-details .product-information .dt-quantity .variant label strong:after {
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  left: 7px;
  cursor: pointer;
  opacity: 0;
  top: 17px;
  background: #1a6937;
  border-radius: 100%;
}
.product-detail-main .product-details .product-information .dt-quantity .variant label input:checked ~ strong:before {
  border-color: #1a6937;
}
.product-detail-main .product-details .product-information .dt-quantity .variant label input:checked ~ strong:after {
  opacity: 1;
}
.product-detail-main .product-details .product-information .dt-quantity .variant label input:checked {
  border: 2px solid #1a6937;
}
.product-detail-main .product-details .product-information .dt-quantity .variant label input:checked ~ strong {
  color: #1a6937;
}
.product-detail-main .product-details .product-information .dt-quantity .variant span {
  font: 19px/22px Barlow-Regular;
  color: #666666;
}
.product-detail-main .product-details .product-information .prod-cate-dt {
  padding: 19px 0;
  border-bottom: 1px solid #dedede;
}
.product-detail-main .product-details .product-information .prod-cate-dt li {
  font: 19px/24px Barlow-Medium;
  color: #333333;
  padding-left: 0;
  background: unset;
}
.product-detail-main .product-details .product-information .prod-cate-dt li span {
  font: 19px/24px Barlow-Regular;
  color: #666666;
}
.product-detail-main .product-details .product-information .dt-shipment {
  padding-top: 20px;
}
.product-detail-main .product-details .product-information .dt-shipment li {
  font: 19px/24px Barlow-Regular;
  color: #666666;
  padding-left: 46px;
  margin-bottom: 14px;
}
.product-detail-main .product-details .product-information .dt-shipment li.dt-ship {
  background: url(../images/User/dt-icon1.svg) no-repeat left center;
}
.product-detail-main .product-details .product-information .dt-shipment li.dt-return {
  background: url(../images/User/dt-icon2.svg) no-repeat left center;
}
.product-detail-main .product-details .product-information .dt-shipment li.dt-support {
  background: url(../images/User/dt-icon3.svg) no-repeat left center;
}
.product-detail-main .tabs_description ul {
  border-bottom: 1px solid #dedede;
  justify-content: center;
  margin-bottom: 38px !important;
}
.product-detail-main .tabs_description ul li {
  margin-right: 75px;
  padding-left: 0;
  background: unset;
}
.product-detail-main .tabs_description ul li:last-of-type {
  margin-right: unset;
}
.product-detail-main .tabs_description ul li button {
  font: 25px/25px Barlow-Medium;
  color: #333333;
  padding: unset;
  padding-bottom: 10px;
  border-radius: unset;
}
.product-detail-main .tabs_description ul li button.active {
  font-family: Barlow-SemiBold;
  color: #1a6937;
  background: transparent;
  border-bottom: 5px solid;
}
.product-detail-main .tabs_description .tab-content .tab-pane p {
  font: 19px/25px Barlow-Regular;
  color: #666666;
  padding-bottom: 25px;
}
.product-detail-main .tabs_description .tab-content .tab-pane h2 {
  font: 25px/25px Barlow-SemiBold;
  color: #333333;
  padding-top: 9px;
  padding-bottom: 13px;
}
.product-detail-main .tabs_description .tab-content .tab-pane ul {
  border: none;
  padding-bottom: 22px;
  margin: unset !important;
}
.product-detail-main .tabs_description .tab-content .tab-pane ul li {
  display: flex;
}
.product-detail-main .tabs_description .tab-content .tab-pane ul li strong {
  font: 22px/45px Barlow-Medium;
  color: #333333;
  width: 114px;
}
.product-detail-main .tabs_description .tab-content .tab-pane ul li span {
  font: 22px/45px Barlow-Medium;
  color: #333333;
  margin-right: 32px;
}
.product-detail-main .tabs_description .tab-content .tab-pane ul li p {
  font: 19px/45px Barlow-Regular;
  color: #666666;
  padding: 0;
}
.product-detail-main .best-sell-product .products-grid-block {
  display: flex;
  flex-wrap: wrap;
}
.product-detail-main .best-sell-product .products-grid-block .product-grid {
  width: 18.4%;
  margin-right: 2%;
  background: #f4f4f4;
  border-radius: 10px;
  padding: 20px 10px 28px 10px;
  margin-bottom: 20px;
  position: relative;
}
.product-detail-main .best-sell-product .products-grid-block .product-grid > a {
  display: block;
}
.product-detail-main .best-sell-product .products-grid-block .product-grid:nth-child(5n) {
  margin-right: 0;
}
.product-detail-main .best-sell-product .products-grid-block .product-grid:hover .product-img img {
  transform: scale(1.1);
}
.product-detail-main .best-sell-product .products-grid-block .product-grid .product-img {
  text-align: center;
  padding-bottom: 22px;
}
.product-detail-main .best-sell-product .products-grid-block .product-grid .prod-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: -32px;
}
.product-detail-main .best-sell-product .products-grid-block .product-grid .prod-label span {
  font: 18px/22px Barlow-SemiBold;
  color: #333333;
  padding-top: 5px;
}
.product-detail-main .best-sell-product .products-grid-block .product-grid .prod-label span.discount-label {
  font: 17px/17px Barlow-Medium;
  color: #ffffff;
  display: block;
  background: #1a6937;
  border-radius: 100%;
  text-align: center;
  text-transform: uppercase;
  width: 55px;
  height: 55px;
  padding: 10px;
}
.product-detail-main .best-sell-product .products-grid-block .product-grid .product-cont {
  border-top: 1px solid #dedede;
  padding-top: 22px;
}
.product-detail-main .best-sell-product .products-grid-block .product-grid .product-cont p {
  font: 19px/22px Barlow-Regular;
  color: #1a6937;
  padding-bottom: 6px;
}
.product-detail-main .best-sell-product .products-grid-block .product-grid .product-cont strong {
  font: 25px/25px Barlow-Bold;
  color: #333333;
  display: block;
  padding-bottom: 12px;
}
.product-detail-main .best-sell-product .products-grid-block .product-grid .product-cont span {
  font: 19px/22px Barlow-SemiBold;
  color: #333333;
  display: block;
}

.orders_page_main {
  padding: 94px 0 100px 0;
}
.orders_page_main .order-btn {
  display: flex;
  align-items: center;
  margin-bottom: 43px;
}
.orders_page_main .order-btn h1 {
  font: 35px/38px Barlow-SemiBold;
  color: #333333;
  padding-right: 40px;
}
.orders_page_main .order-btn a {
  font: 14px/22px Barlow-Medium;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  padding: 4px 19px;
  margin-right: 10px;
}
.orders_page_main .order-btn a.btn1 {
  background: #1a6937;
}
.orders_page_main .order-btn a.btn2 {
  background: #f3b652;
}
.orders_page_main .order-btn a.btn3 {
  background: #333333;
}
.orders_page_main .order_main_gd {
  padding-right: 100px;
}
.orders_page_main .order_main_gd h2 {
  font: 25px/38px Barlow-SemiBold;
  color: #333333;
  margin-bottom: 40px;
}
.orders_page_main .order_main_gd .myorder-table {
  padding: 15px;
  border: 1px solid #dedede;
  border-radius: 10px;
}
.orders_page_main .order_main_gd .myorder-table table {
  width: 100%;
}
.orders_page_main .order_main_gd .myorder-table table tr {
  background-color: #f4f4f4;
  display: flex;
  cursor: pointer;
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 20px;
}
.orders_page_main .order_main_gd .myorder-table table tr:last-of-type {
  margin-bottom: 0;
}
.orders_page_main .order_main_gd .myorder-table table tr td {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.orders_page_main .order_main_gd .myorder-table table tr td:not(:last-child) {
  border-right: 1px solid #dedede;
}
.orders_page_main .order_main_gd .myorder-table table tr td b {
  font: 20px/22px Barlow-Bold;
  color: #333333;
}
.orders_page_main .order_main_gd .myorder-table table tr td a {
  font: 20px/22px Barlow-Bold;
  color: #333333;
}
.orders_page_main .order_main_gd .myorder-table table tr td a:hover {
  color: #1a6937;
}
.orders_page_main .order_main_gd .myorder-table table tr td p {
  font: 17px/22px Barlow-Medium;
  color: #666666;
}
.orders_page_main .order_main_gd .myorder-table table tr td.ord-title {
  display: flex;
  align-items: center;
  width: 30.3%;
  flex-direction: unset;
  justify-content: unset;
}
.orders_page_main .order_main_gd .myorder-table table tr td.ord-title .ord-img {
  padding-right: 37px;
}
.orders_page_main .order_main_gd .myorder-table table tr td.ord-title .ord-img a {
  width: 115px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: contain;
     object-fit: contain;
  background: white;
  border: 1px solid #cccccc;
  padding: 6px;
  border-radius: 4px;
}
.orders_page_main .order_main_gd .myorder-table table tr td.ord-title .ord-img a:hover {
  border-color: #1a6937;
}
.orders_page_main .order_main_gd .myorder-table table tr td.ord-code {
  width: 24%;
  padding-left: 70px;
}
.orders_page_main .order_main_gd .myorder-table table tr td.ord-date {
  width: 24%;
  padding-left: 70px;
}
.orders_page_main .order_main_gd .myorder-table table tr td.ord-tot {
  width: 21%;
  padding-left: 70px;
}

.ordersdetail_page_main {
  padding: 90px 0;
}
.ordersdetail_page_main h1 {
  font: 30px/38px Barlow-Bold;
  color: #333333;
  padding-bottom: 50px;
  text-transform: uppercase;
}
.ordersdetail_page_main .order_details {
  background: white;
}
.ordersdetail_page_main .order_details .od_content {
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  margin-bottom: 25px;
  overflow: hidden;
}
.ordersdetail_page_main .order_details .od_content .od_cont_head {
  background: #1a6937;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 15px 0;
  padding: 10px;
  border-radius: 6px;
}
.ordersdetail_page_main .order_details .od_content .od_cont_head .left {
  padding-left: 20px;
  width: 50%;
  display: flex;
  align-items: center;
}
.ordersdetail_page_main .order_details .od_content .od_cont_head .left a {
  font: 18px/20px Barlow-Regular;
  color: #ffffff;
  text-transform: capitalize;
  padding: 7px 0;
}
.ordersdetail_page_main .order_details .od_content .od_cont_head .left a:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.ordersdetail_page_main .order_details .od_content .od_cont_head .left a.open {
  padding-right: 30px;
}
.ordersdetail_page_main .order_details .od_content .od_cont_head .left a.print {
  width: 56px;
  text-align: center;
}
.ordersdetail_page_main .order_details .od_content .od_cont_head .left a.down {
  width: 56px;
  text-align: center;
}
.ordersdetail_page_main .order_details .od_content .od_cont_head .right {
  width: 50%;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.ordersdetail_page_main .order_details .od_content .od_cont_head .right a.pdf {
  margin-right: 25px;
}
.ordersdetail_page_main .order_details .od_content .od_body {
  padding: 80px 90px 75px;
}
.ordersdetail_page_main .order_details .od_content .od_body .odb_contents {
  display: flex;
  justify-content: space-between;
}
.ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_logo .cust_details {
  padding-top: 60px;
}
.ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_logo .cust_details h4 {
  font: 24px/25px Barlow-SemiBold;
  color: #333333;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_logo .cust_details p {
  font: 17px/24px Barlow-Regular;
  color: #666666;
}
.ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_logo .cust_details span {
  display: block;
  font: 17px/24px Barlow-Regular;
  color: #666666;
}
.ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_logo .cust_details span.tele {
  margin-top: 15px;
}
.ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_cont {
  text-align: end;
}
.ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_cont h3 {
  font: 22px/22px Barlow-SemiBold;
  color: #333333;
  margin-bottom: 8px;
}
.ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_cont p {
  font: 17px/24px Barlow-Regular;
  color: #666666;
}
.ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_cont ul {
  padding: 27px 0 24px;
}
.ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_cont ul li {
  font: 17px/24px Barlow-Regular;
  color: #666666;
}
.ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_cont span {
  display: block;
  font: 17px/24px Barlow-Regular;
  color: #666666;
}
.ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_cont .ordnum-date {
  padding: 32px 0 0;
}
.ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_cont .ordnum-date p {
  font: 17px/24px Barlow-Regular;
  color: #666666;
}
.ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_cont .ordnum-date p b {
  font: 18px/24px Barlow-SemiBold;
  color: #333333;
  width: 90px;
  display: inline-block;
}
.ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_cont .ordnum-date p span {
  display: inline-block;
  text-align: right;
  width: 142px;
}
.ordersdetail_page_main .order_details .od_content .od_table {
  overflow-y: hidden;
}
.ordersdetail_page_main .order_details .od_content .od_table table {
  width: 100%;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table thead tr th.first {
  border-radius: 5px;
  padding: 13px 0;
  display: flex;
  margin: 0 15px 15px;
  background: #333333;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table thead tr th.first table thead tr {
  display: flex;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table thead tr th.first table thead tr th {
  font: 22px/24px Barlow-SemiBold;
  color: #ffffff;
  text-transform: capitalize;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table thead tr th.first table thead tr th.product {
  max-width: 728px;
  width: 100%;
  padding-left: 74px;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table thead tr th.first table thead tr th.quantity {
  max-width: 230px;
  width: 100%;
  text-align: center;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table thead tr th.first table thead tr th.price {
  max-width: 200px;
  width: 100%;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table thead tr th.first table thead tr th.total {
  max-width: 156px;
  width: 100%;
  padding-right: 78px;
  text-indent: 7px;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first {
  display: flex;
  margin: 0 15px;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr {
  background: #f4f4f4;
  margin-bottom: 15px;
  display: flex;
  border-radius: 5px;
  align-items: center;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td {
  padding: 26px 0;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.product {
  max-width: 728px;
  width: 100%;
  padding-left: 74px;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.product p {
  font: 20px/25px Barlow-Regular;
  text-transform: capitalize;
  color: #666666;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.quantity {
  text-align: center;
  max-width: 230px;
  width: 100%;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.quantity p {
  font: 20px/20px Barlow-Regular;
  text-transform: capitalize;
  color: #666666;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.price {
  max-width: 200px;
  width: 100%;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.price p {
  font: 20px/20px Barlow-Regular;
  text-transform: capitalize;
  color: #666666;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.total {
  max-width: 156px;
  width: 100%;
  padding-right: 78px;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.total p {
  font: 22px/22px Barlow-SemiBold;
  text-transform: capitalize;
  color: #333333;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.second {
  padding: unset;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.second table tbody .order_totals > td {
  padding: unset;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.second table tbody .order_totals .order_total table tbody tr td {
  text-align: end;
  font: 20px/38px Barlow-Regular;
  text-transform: capitalize;
  color: #666666;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.second table tbody .order_totals .order_total table tbody tr td:nth-child(odd) {
  width: 215px;
  float: right;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.second table tbody .order_totals .order_total table tbody tr td:nth-child(even) {
  padding-right: 100px;
  width: 300px;
  padding-left: 15px;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.second table tbody .order_totals .order_total table tbody tr:last-child td {
  font: 30px/30px Barlow-Bold;
  color: #333333;
  padding-top: 17px;
  padding-bottom: 18px;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.second table tbody .order_totals .order_total table tbody tr:nth-last-of-type(2) td {
  padding-bottom: 30px;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.second table tbody .order_totals .order_total table tbody tr:last-of-type {
  border-top: 1px solid #dcdcdc;
}
.ordersdetail_page_main .order_details .order_note h2 {
  font: 25px/25px Barlow-SemiBold;
  color: #333333;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.ordersdetail_page_main .order_details .order_note p {
  font: 17px/25px Barlow-Regular;
  color: #666666;
}

.cart-blk {
  padding: 96px 0 100px;
}
.cart-blk h1 {
  font: 30px/35px Barlow-Bold;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
}
.cart-blk .cart-fle {
  display: flex;
  align-items: flex-start;
  margin-top: 45px;
  flex-wrap: wrap;
}
.cart-blk .cart-lft {
  width: 66%;
}
.cart-blk .cart-lft .cart-table {
  padding: 15px;
  border: 1px solid #dedede;
  border-radius: 10px;
}
.cart-blk .cart-lft table {
  width: 100%;
}
.cart-blk .cart-lft table tr {
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 20px;
}
.cart-blk .cart-lft table tr:last-of-type {
  margin-bottom: 0;
}
.cart-blk .cart-lft table tr td.pr-img {
  width: 17.8%;
  padding-right: 30px;
}
.cart-blk .cart-lft table tr td.pr-img a {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-object-fit: contain;
     object-fit: contain;
  background: white;
  border: 1px solid #dedede;
  padding: 10px;
  min-height: 100px;
  max-height: 120px;
}
.cart-blk .cart-lft table tr td.pr-img a:hover {
  border-color: #1a6937;
}
.cart-blk .cart-lft table tr td.pr-title {
  width: 30.5%;
  padding-right: 20px;
}
.cart-blk .cart-lft table tr td.pr-title a {
  font: 22px/25px Barlow-Bold;
  color: #333333;
}
.cart-blk .cart-lft table tr td.pr-title a:hover {
  color: #1a6937;
}
.cart-blk .cart-lft table tr td.pr-title span {
  font: 19px/22px Barlow-SemiBold;
  color: #333333;
  margin-top: 10px;
  display: block;
}
.cart-blk .cart-lft table tr td.pr-qunatity {
  width: 25%;
  padding-right: 20px;
}
.cart-blk .cart-lft table tr td.pr-qunatity .qu-value, .dt-btns .qu-value {
  display: flex;
  position: relative;
  align-items: center;
  width: 120px;
}
.dt-btns .qu-value {
  margin-right: 24px;
}
.cart-blk .cart-lft table tr td.pr-qunatity .qu-value .quantity-input input, .dt-btns .qu-value .quantity-input input {
  font: 18px/20px Barlow-Medium;
  border: unset;
  color: #333333;
  text-align: center;
  background: transparent;
}
.cart-blk .cart-lft table tr td.pr-qunatity .qu-value .quantity-input input::-webkit-outer-spin-button, .dt-btns .qu-value .quantity-input input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-blk .cart-lft table tr td.pr-qunatity .qu-value .quantity-input input::-webkit-inner-spin-button, .dt-btns .qu-value .quantity-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-blk .cart-lft table tr td.pr-qunatity .qu-value button, .dt-btns .qu-value button {
  background-color: unset;
  border: unset;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #e2ede5;
  min-width: 35px;
}
.cart-blk .cart-lft table tr td.pr-qunatity .qu-value button img:last-child, .dt-btns .qu-value button img:last-child {
  display: none;
}
.cart-blk .cart-lft table tr td.pr-qunatity .qu-value button:hover , .dt-btns .qu-value button:hover {
  background: #1a6937;
  color: white;
  transition: 0.2s;
}
.cart-blk .cart-lft table tr td.pr-qunatity .qu-value button:hover img:first-child, .dt-btns .qu-value button:hover img:first-child {
  display: none;
}
.cart-blk .cart-lft table tr td.pr-qunatity .qu-value button:hover img:last-child, .dt-btns .qu-value button:hover img:last-child {
  display: inline-block;
}
.cart-blk .cart-lft table tr td.pr-qunatity .qu-value button.minus, .dt-btns .qu-value button.minus {
  left: 0;
}
.cart-blk .cart-lft table tr td.pr-qunatity .qu-value button.pluse, .dt-btns .qu-value button.pluse {
  right: 0;
}
.cart-blk .cart-lft table tr td.cart_price {
  width: 19.5%;
  padding-right: 20px;
}
.cart-blk .cart-lft table tr td.cart_price p {
  font: 22px/25px Barlow-Bold;
  color: #333;
}
.cart-blk .cart-lft table tr td.pr-del {
  width: 7%;
}
.cart-blk .cart-rgt {
  width: 31.7%;
  margin-left: 30px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.cart-blk .cart-rgt h2 {
  font: 25px/30px Barlow-Bold;
  color: #333333;
  text-align: center;
  margin: 28px 10px 30px;
}
.cart-blk .cart-rgt .table-ano {
  background-color: #f4f4f4;
  padding: 25px 50px 25px 50px;
}
.cart-blk .cart-rgt .table-ano table {
  width: 100%;
}
.cart-blk .cart-rgt .table-ano td {
  font: 18px/23px Barlow-Regular;
  color: #666;
  text-align: left;
  padding-bottom: 10px;
  width: 50%;
}
.cart-blk .cart-rgt .table-ano td.car-amt {
  text-align: end;
  width: 225px;
}
.cart-blk .cart-rgt .for_btn {
  width: 100%;
  padding: 21px 50px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5019607843);
}
.cart-blk .cart-rgt .for_btn table {
  width: 100%;
}
.cart-blk .cart-rgt .for_btn td {
  font: 25px/25px Barlow-Bold;
  color: #1b6937;
  width: 50%;
}
.cart-blk .cart-rgt .for_btn td.ca-am {
  text-align: end;
}
.cart-blk .cart-rgt .coupen {
  display: flex;
  width: 100%;
  padding: 20px 30px 30px;
}
.cart-blk .cart-rgt .coupen input {
  font: 16px/20px Barlow-Regular;
  color: #666666;
  padding: 14px;
  background-color: #f4f4f4;
  border: 1px solid transparent;
  width: 62.4%;
  padding-left: 30px;
  border-radius: 5px;
}
.cart-blk .cart-rgt .coupen input::-moz-placeholder {
  color: #666;
}
.cart-blk .cart-rgt .coupen input::placeholder {
  color: #666;
}
.cart-blk .cart-rgt .coupen button {
  margin-left: 10px;
  font: 19px/23px Barlow-SemiBold;
  color: #333333;
  text-align: center;
  padding: 12px;
  background-color: #f3b652;
  border: 1px solid transparent;
  width: 35%;
  text-transform: uppercase;
  border-radius: 5px;
}
.cart-blk .cart-rgt .coupen button:hover {
  background-color: #ddd5bc;
  color: #fff;
}
.cart-blk .cart-rgt .cart-li {
  margin: 35px 40px;
}
.cart-blk .cart-rgt .cart-li li {
  padding-left: 30px;
  position: relative;
  font: 17px/22px Barlow-Regular;
  color: #666;
  margin-bottom: 18px;
  background: url(../images/User/list_tick.svg) no-repeat top 5px left;
}
.cart-blk .cart-rgt a {
  font: 19px/23px Barlow-SemiBold;
  color: #fff;
  text-align: center;
  padding: 12px;
  background-color: #1b6937;
  text-transform: uppercase;
  display: block;
  margin: 0 30px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}
.cart-blk .cart-rgt a:hover {
  color: #fff;
}
.cart-blk .btns-lat {
  width: 66%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.cart-blk .btns-lat a {
  font: 19px/23px Barlow-SemiBold;
  color: #fff;
  text-align: center;
  padding: 12px;
  background-color: #f3b652;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.cart-blk .btns-lat a:hover {
  color: #fff;
}
.cart-blk .btns-lat a.btn-one {
  width: 265px;
}
.cart-blk .btns-lat a.btn-two {
  width: 175px;
  background: #1b6937;
}

.cart-sli .item span {
  display: block;
  font: 36px/36px "Rubik-Bold";
  color: #333333;
}
.cart-sli .item strong {
  margin-bottom: 25px;
}

/***cart page end***/
/* checkout page start*/
.checkout-blk .chec {
  margin: 90px 0px;
}
.checkout-blk .chec > h1 {
  font: 30px/35px Barlow-Bold;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.checkout-blk .chec > p {
  font: 17px/20px Barlow-Regular;
  color: #666;
  text-align: center;
  padding-top: 15px;
}
.checkout-blk .chec > p a {
  font-family: Barlow-Medium;
  display: inline-block;
  color: #1b6937;
}
.checkout-blk .chec > p a:hover {
  text-decoration: underline;
}
.checkout-blk .check-frm {
  display: flex;
  margin-top: 50px;
  align-items: flex-start;
}
.checkout-blk .check-frm .ck_lft {
  width: 66%;
}
.checkout-blk .check-frm .ck_lft .ck_lft_in {
  padding: 25px;
  border: 1px solid #dedede;
  border-radius: 10px;
  margin-bottom: 30px;
}
.checkout-blk .check-frm .ck_lft .ck_lft_in > p {
  font: 25px/28px Barlow-Bold;
  color: #333;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 4px solid #dedede;
  margin-bottom: 35px;
}
.checkout-blk .check-frm .ck_lft .ck_lft_in > p:after {
  content: "";
  position: absolute;
  width: 125px;
  height: 3px;
  background: #f3b652;
  bottom: -3px;
  left: 0;
}
.checkout-blk .check-frm .ck_lft .ck_lft_in .in label {
  width: 100%;
  margin-bottom: 20px;
}
.checkout-blk .check-frm .ck_lft .ck_lft_in .in label p {
  font: 17px/22px Barlow-Regular;
  color: #666;
  padding-bottom: 6px;
}
.checkout-blk .check-frm .ck_lft .ck_lft_in .in label input,
.checkout-blk .check-frm .ck_lft .ck_lft_in .in label textarea {
  width: 100%;
  padding: 13px 20px;
  border: 1px solid #dedede;
  font: 17px/22px Barlow-Regular;
  color: #666;
  border-radius: 5px;
}
.checkout-blk .check-frm .ck_lft .ck_lft_in .in label input::-moz-placeholder, .checkout-blk .check-frm .ck_lft .ck_lft_in .in label textarea::-moz-placeholder {
  color: #666;
}
.checkout-blk .check-frm .ck_lft .ck_lft_in .in label input::placeholder,
.checkout-blk .check-frm .ck_lft .ck_lft_in .in label textarea::placeholder {
  color: #666;
}
.checkout-blk .check-frm .ck_lft .ck_lft_in .in label input.card-txt {
  background: url(../images/User/ck_visa.svg) no-repeat center right 15px;
}
.checkout-blk .check-frm .ck_lft .ck_lft_in .in label input.cvv {
  background: url(../images/User/check_eye.svg) no-repeat center right 15px;
}
.checkout-blk .check-frm .ck_lft .ck_lft_in .in label input#date {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.checkout-blk .check-frm .ck_lft .ck_lft_in .in label input#date::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  background: url(../images/User/check_cal.svg) no-repeat center right;
  width: 30px;
}
.checkout-blk .check-frm .ck_lft .ck_lft_in .in label textarea {
  width: 100%;
  height: 100px;
}
.checkout-blk .check-frm .ck_lft .ck_lft_in .in.adrs label {
  margin-bottom: 0;
}
.checkout-blk .check-frm .ck_lft .ck_lft_in .in.fx {
  display: flex;
  justify-content: space-between;
}
.checkout-blk .check-frm .ck_lft .ck_lft_in .in.fx > label {
  width: 48.7%;
}
.checkout-blk .check-frm .ck_lft .ck_lft_in .in.fx.thrs label {
  width: 31.5%;
}
.checkout-blk .check-frm .ck_lft .ck_lft_in .frm_check {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.checkout-blk .check-frm .ck_lft .ck_lft_in .frm_check p {
  font: 17px/22px Barlow-Regular;
  color: #666;
}
.checkout-blk .check-frm .ck_lft .ck_lft_in .frm_check input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #dedede;
  border-radius: 2px;
  position: relative;
  min-width: 20px;
  position: relative;
  cursor: pointer;
}
.checkout-blk .check-frm .ck_lft .ck_lft_in .frm_check input[type=checkbox]::after {
  content: "";
  position: absolute;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 12px;
  width: 7px;
  left: 50%;
  top: 47%;
  border-bottom: 2px solid #1a6937;
  border-right: 2px solid #1a6937;
  opacity: 0;
  visibility: hidden;
}
.checkout-blk .check-frm .ck_lft .ck_lft_in .frm_check input[type=checkbox]:checked::after {
  visibility: visible;
  opacity: 1;
}
.checkout-blk .check-frm .ck_lft a.cont_shop, .checkout-blk .check-frm .ck_lft button.change_addr {
  font: 19px/23px Barlow-SemiBold;
  color: #fff;
  text-align: center;
  padding: 13.5px;
  background-color: #f3b652;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  width: 240px;
  border: 0;
}
.checkout-blk .check-frm .check-rgt {
  width: 31.7%;
  margin-left: 30px;
}
.checkout-blk .check-frm .check-rgt .che-detai {
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 25px 0 0;
  margin-bottom: 30px;
}
.checkout-blk .check-frm .check-rgt .che-detai > p {
  font: 25px/28px Barlow-Bold;
  color: #333;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 4px solid #dedede;
  margin: 0 25px 25px;
}
.checkout-blk .check-frm .check-rgt .che-detai > p:after {
  content: "";
  position: absolute;
  width: 125px;
  height: 3px;
  background: #f3b652;
  bottom: -3px;
  left: 0;
}
.checkout-blk .check-frm .check-rgt .che-detai .table1 {
  margin: 0 25px 25px;
}
.checkout-blk .check-frm .check-rgt .che-detai .table1 table {
  width: 100%;
}
.checkout-blk .check-frm .check-rgt .che-detai .table1 table tr {
  display: flex;
  align-items: center;
}
.checkout-blk .check-frm .check-rgt .che-detai .table1 table tr td.p-ima {
  width: 36%;
}
.checkout-blk .check-frm .check-rgt .che-detai .table1 table tr td.p-ima a {
  width: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f4f4;
  height: 120px;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}
.checkout-blk .check-frm .check-rgt .che-detai .table1 table tr td.p-ima a img {
  -o-object-fit: contain;
     object-fit: contain;
}
.checkout-blk .check-frm .check-rgt .che-detai .table1 table tr td.ck_nam {
  width: 46%;
  padding-right: 10px;
}
.checkout-blk .check-frm .check-rgt .che-detai .table1 table tr td.ck_nam a {
  font: 20px/22px Barlow-Bold;
  color: #333;
  display: block;
}
.checkout-blk .check-frm .check-rgt .che-detai .table1 table tr td.ck_nam span {
  display: block;
  font: 17px/20px Barlow-SemiBold;
  margin-top: 15px;
}
.checkout-blk .check-frm .check-rgt .che-detai .table1 table tr td.ck_nam p {
  font: 20px/22px Barlow-Bold;
  color: #333;
}
.checkout-blk .check-frm .check-rgt .che-detai .table1 table tr td.c-pric {
  width: 19%;
  text-align: end;
  font: 20px/22px Barlow-Bold;
  color: #333;
}
.checkout-blk .check-frm .check-rgt .che-detai .table1 table tr + tr {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #dedede;
}
.checkout-blk .check-frm .check-rgt .che-detai .table2 {
  padding: 23px 45px;
  background: #f4f4f4;
}
.checkout-blk .check-frm .check-rgt .che-detai .table2 table {
  width: 100%;
}
.checkout-blk .check-frm .check-rgt .che-detai .table2 table tr td {
  font: 18px/22px Barlow-Regular;
  color: #666;
  padding-bottom: 15px;
  width: 50%;
}
.checkout-blk .check-frm .check-rgt .che-detai .table2 table tr td:first-child {
  text-align: left;
}
.checkout-blk .check-frm .check-rgt .che-detai .table2 table tr td:last-child {
  text-align: end;
}
.checkout-blk .check-frm .check-rgt .che-detai .table2 table tr td.uppe {
  text-transform: uppercase;
}
.checkout-blk .check-frm .check-rgt .che-detai .table2 table tr:last-of-type td {
  padding-bottom: 0;
}
.checkout-blk .check-frm .check-rgt .che-detai .form1_btn {
  padding: 19px 45px;
}
.checkout-blk .check-frm .check-rgt .che-detai .form1_btn table {
  width: 100%;
}
.checkout-blk .check-frm .check-rgt .che-detai .form1_btn table tbody tr td {
  font: 25px/30px Barlow-Bold;
  color: #1b6937;
  width: 50%;
}
.checkout-blk .check-frm .check-rgt .che-detai .form1_btn table tbody tr td:last-child {
  text-align: right;
}
.checkout-blk .check-frm .check-rgt .paym_dtail {
  padding: 25px;
  border: 1px solid #dedede;
  border-radius: 10px;
  margin-bottom: 30px;
}
.checkout-blk .check-frm .check-rgt .paym_dtail p {
  font: 25px/28px Barlow-Bold;
  color: #333;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 4px solid #dedede;
  margin-bottom: 25px;
}
.checkout-blk .check-frm .check-rgt .paym_dtail p:after {
  content: "";
  position: absolute;
  width: 125px;
  height: 3px;
  background: #f3b652;
  bottom: -3px;
  left: 0;
}
.checkout-blk .check-frm .check-rgt .paym_dtail label {
  display: block;
  padding: 12px 15px;
  border: 1px solid #dedede;
  border-radius: 7px;
  cursor: pointer;
}
.checkout-blk .check-frm .check-rgt .paym_dtail label + label {
  margin-top: 15px;
}
.checkout-blk .check-frm .check-rgt .paym_dtail label.g_col {
  border: 1px solid #1b6937;
}
.checkout-blk .check-frm .check-rgt .paym_dtail label input {
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 1px solid #1b6937;
  cursor: pointer;
  border-radius: 100%;
  position: relative;
  vertical-align: text-bottom;
  margin-right: 15px;
}
.checkout-blk .check-frm .check-rgt .paym_dtail label input:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 9px;
  width: 9px;
  background: #1b6937;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
}
.checkout-blk .check-frm .check-rgt .paym_dtail label input:checked:before {
  opacity: 1;
  visibility: visible;
}
.checkout-blk .check-frm .check-rgt .paym_dtail label span {
  display: inline-block;
  font: 18px/22px Barlow-Medium;
  color: #333;
}
.checkout-blk .check-frm .check-rgt .paym_dtail label img {
  display: inline-block;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 105px;
  max-height: 23px;
  -o-object-fit: cover;
     object-fit: cover;
}
.checkout-blk .check-frm .check-rgt a.pl_order, .checkout-blk .check-frm .check-rgt a.continue {
  display: block;
  font: 19px/23px Barlow-SemiBold;
  color: #fff;
  text-align: center;
  padding: 13.5px;
  background-color: #1a6937;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  /* width: 175px; */
}

.custom-btn {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.custom-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1a6937;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 5px;
}

.custom-btng {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.custom-btng:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f3b652;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  border-radius: 5px;
}

.custom-btn:hover,
.custom-btn:focus,
.custom-btn:active,
.custom-btng:hover,
.custom-btng:focus,
.custom-btng:active {
  color: white;
}

.custom-btn:hover:before,
.custom-btn:focus:before,
.custom-btn:active:before,
.custom-btng:hover:before,
.custom-btng:focus:before,
.custom-btng:active:before {
  transform: scaleY(1);
}

.blog-block .blog_slide .blog_card .blog-cont .blog-bot p {
  margin-bottom: 0;
}

header .header_mid .mid_hd_main .md-search .md_srch_mob {
  display: none;
}

header .header_bot .main_menu .icontab {
  display: none;
}

.image-content-block .image-content .md-image img {
  width: 100%;
  height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
}

.app-main-block .app-block-in .app-ryt img {
  width: 100%;
  height: 480px;
  -o-object-fit: contain;
     object-fit: contain;
}

footer .foot-logo p.foot-title {
  display: none;
}

.feature-category #cate-slide .owl-item .cate {
  background-size: cover !important;
}

.best-sell-product .best-head-content strong {
  max-width: 80%;
}

.categories .cat_flex .cate_overlay .left .side_grid strong {
  position: relative;
}

.categories .cat_flex .cate_overlay .left .side_grid strong:after {
  content: "";
  position: absolute;
  width: 125px;
  height: 3px;
  background: #f3b652;
  bottom: -3px;
  left: 0;
}

.categories .cat_flex .right .pagination ul li:last-child {
  margin-right: 0;
}

.blog_detail_page.best-sell-product {
  padding: 70px 0 80px;
}

.blog_detail_page.best-sell-product .blog-product-block {
  padding: unset;
}

.dele_locat {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  display: none;
  background: rgba(0, 0, 0, 0.7019607843);
}

.dele_locat.open11 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dele_locat .dele_locat_in {
  max-width: 1020px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  padding: 0 10px;
}

.dele_locat .dele_locat_in .dele_locat_fx {
  position: relative;
}

.dele_locat .dele_locat_in .dele_locat_fx .top {
  display: flex;
  justify-content: space-between;
  background: #1a6937;
  padding: 11px 30px;
  border-radius: 5px 5px 0 0;
}

.dele_locat .dele_locat_in .dele_locat_fx .del_locat {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 30px;
  background: white;
  border-radius: 0 0 5px 5px;
}
.dele_locat .dele_locat_in .dele_locat_fx .del_locat .lft1 {
  width: 68%;
  padding-right: 30px;
  display: flex;
  flex-wrap: wrap;
}
.dele_locat .dele_locat_in .dele_locat_fx .del_locat .lft1 a {
  font: 20px/30px Barlow-SemiBold;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  padding: 10px 15px;
  width: 270px;
  margin-right: 20px;
  margin-bottom: 35px;
  display: block;
}
.dele_locat .dele_locat_in .dele_locat_fx .del_locat .lft1 a:last-child {
  margin-right: 0;
}
.dele_locat .dele_locat_in .dele_locat_fx .del_locat .lft1 a.dev_clr {
  background: #f3e4dd;
}
.dele_locat .dele_locat_in .dele_locat_fx .del_locat .lft1 a.dev_clr:before {
  background: #daf2fc;
}
.dele_locat .dele_locat_in .dele_locat_fx .del_locat .lft1 a.dev_clr1 {
  background: #daf2fc;
}
.dele_locat .dele_locat_in .dele_locat_fx .del_locat .lft1 a.dev_clr1:before {
  background: #f3e4dd;
}
.dele_locat .dele_locat_in .dele_locat_fx .del_locat .lft1 p {
  font: 17px/23px Barlow-Bold;
  color: #333;
}
.dele_locat .dele_locat_in .dele_locat_fx .del_locat .ryt1 {
  width: 32%;
}
.dele_locat .dele_locat_in .dele_locat_fx .del_locat .ryt1 img {
  max-height: 120px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  align-items: center;
}
.dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .src_location a.custom-btng {
  display: flex;
  align-items: flex-start;
  background: #f4f4f4;
  width: 210px;
  justify-content: center;
  padding: 12px 0;
  border-radius: 5px;
}
.dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .src_location a.custom-btng strong {
  display: block;
  font: 16px/22px Barlow-Light;
  color: #666;
}
.dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .src_location a.custom-btng img {
  margin-right: 5px;
  width: 26px;
}
.dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .src_location a.custom-btng img:last-of-type {
  display: none;
}
.dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .src_location a.custom-btng:hover img:last-of-type {
  display: inline-block;
}
.dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .src_location a.custom-btng:hover img:first-of-type {
  display: none;
}
.dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .src_location a.custom-btng:hover strong {
  color: white;
}
.dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm > p {
  font: 17px/22px Barlow-Light;
  color: #666;
  margin: 0 20px;
}
.dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .sech_bx {
  width: 410px;
  position: relative;
}
.dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .sech_bx input.srch_txt1 {
  font: 16px/22px Barlow-Light;
  color: #666666;
  background: #f4f4f4;
  padding: 0 60px 0 30px;
  border-radius: 5px;
  width: 100%;
  border: unset;
  padding: 14px 20px 14px 60px;
}
.dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .sech_bx input.sub_btn1 {
  background: url(../images/User/head_search.svg) no-repeat center center;
  width: 19px;
  position: absolute;
  left: 30px;
  top: 0;
  text-indent: -2000rem;
  border: unset;
  height: 100%;
}
.dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .cnfm {
  width: 220px;
  margin-left: auto;
}
.dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .cnfm a {
  font: 19px/46px Barlow-SemiBold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background: #f3b652;
  border-radius: 5px;
  width: 100%;
}

.dele_locat .dele_locat_in .dele_locat_fx .top a.ckis_cls {
  max-width: 20px;
  display: block;
}

.dele_locat .dele_locat_in .dele_locat_fx .top strong {
  font: 22px/26px Barlow-Bold;
  color: #fff;
  display: block;
}

.cookies .cookies_in p {
  font: 18px/22px Poppins-Regular;
  color: #333;
  padding: 0 100px 35px 0;
}

.cookies .cookies_in a {
  display: inline-block;
  font: 16px/25px Poppins-SemiBold;
  color: #fff;
  margin-right: 7px;
  padding: 17.5px 10px;
  text-transform: uppercase;
}

.abtimg-content1 .image-content .md-image img,
.abtimg-content2 .image-content .md-image img {
  height: 440px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.abtimg-content3 .image-content .md-image img {
  width: 100%;
  height: 550px;
  -o-object-fit: contain;
     object-fit: contain;
}

body.no_scrl.poi_eve {
  pointer-events: none;
}

.categories .cat_flex .cate_overlay.cate_open.cat_mystyle,
.categories .cat_flex .cate_overlay.cate_open a.cate_closebtn {
  pointer-events: all;
}

#search::-webkit-search-cancel-button {
  position: relative;
  right: -5px;
}

.testimonials .testimonial-slid .testi-card p::-webkit-scrollbar {
  height: 10px;
  background-color: transparent;
  width: 3px;
}

.testimonials .testimonial-slid .testi-card p::-webkit-scrollbar-thumb {
  height: 5px;
  background-color: #d7d7d7;
}

.testimonials .testimonial-slid .testi-card p::-webkit-scrollbar-track {
  background-color: transparent;
}

.testimonials .testimonial-slid .testi-card p::-webkit-scrollbar-button {
  display: none;
}

.checkout-blk .check-frm .check-rgt .che-detai .table1 table tr td.p-ima a:hover {
  box-shadow: 0 0 10px 0 rgba(26, 105, 55, 0.5);
}

.best-sell-product .count_block p:first-child {
  letter-spacing: -4px;
  color: #1a6937;
}

.login_bg .login_pic {
  padding: 60px 0 65px;
  position: relative;
}
.login_bg .login_pic img {
  width: 100%;
}
.login_bg .login_frm {
  background: #ffffff;
  max-width: 650px;
  width: 100%;
  top: 50%;
  left: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 30px 40px 30px;
  border-radius: 10px;
  text-align: center;
  margin: auto;
}
.login_bg .login_frm .inner_frm img {
  max-width: 307px;
  width: 100%;
}
.login_bg .login_frm .inner_frm h2 {
  font: 30px/40px Barlow-Bold;
  color: #333333;
  text-align: center;
  padding: 25px 0 19px;
  text-transform: uppercase;
}
.login_bg .login_frm .inner_frm p {
  font: 17px/25px Barlow-Regular;
  color: #666666;
  text-align: center;
  padding: 0 0 5px 0;
}
.login_bg .login_frm .inner_frm p a {
  color: #1a6937;
}
.login_bg .login_frm .inner_frm p a:hover {
  color: #f3b652;
}
.login_bg .login_frm .inner_frm .md-field {
  padding: 15px 0 10px;
}
.login_bg .login_frm .inner_frm .md-field label {
  display: block;
  font: 17px/25px Barlow-Regular;
  color: #666666;
  padding-bottom: 6px;
  text-align: start;
}
.login_bg .login_frm .inner_frm .md-field input {
  font: 17px/25px Barlow-Regular;
  color: #666666;
  display: block;
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 5px;
  height: 50px;
  padding: 0 15px;
}
.login_bg .login_frm .inner_frm .intext.intext_check {
  align-items: baseline;
  display: flex;
  justify-content: space-between;
  padding: 12px 0 10px;
}
.login_bg .login_frm .inner_frm .intext.intext_check label {
  position: relative;
  margin-bottom: 14px;
  padding-right: 10px;
}
.login_bg .login_frm .inner_frm .intext.intext_check a {
  text-decoration: underline;
  font: 17px/25px Barlow-Regular;
  color: #666666;
}
.login_bg .login_frm .inner_frm .intext.intext_check a:hover {
  color: #1a6937;
}
.login_bg .login_frm .inner_frm .intext.intext_check input.chk-bx {
  position: absolute;
  opacity: 0;
  height: 100%;
  display: none;
  width: 30px;
  cursor: pointer;
}
.login_bg .login_frm .inner_frm .intext.intext_check input:checked ~ p:before {
  background: transparent;
}
.login_bg .login_frm .inner_frm .intext.intext_check input:checked ~ p:after {
  opacity: 1;
  visibility: visible;
}
.login_bg .login_frm .inner_frm .intext.intext_check p {
  font: 17px/25px Barlow-Regular;
  color: #666666;
}
.login_bg .login_frm .inner_frm .intext.intext_check p a {
  color: #1a6937;
  text-decoration: unset;
}
.login_bg .login_frm .inner_frm .intext.intext_check p:hover {
  transition: 1s;
}
.login_bg .login_frm .inner_frm .intext.intext_check p:hover a {
  text-decoration: underline;
}
.login_bg .login_frm .inner_frm .intext.intext_check p:before {
  content: "";
  width: 20px;
  height: 20px;
  background: transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 5px;
  cursor: pointer;
  border: 1px solid #dedede;
  border-radius: 4px;
}
.login_bg .login_frm .inner_frm .intext.intext_check p:after {
  width: 7px;
  height: 15px;
  border-bottom: 2px solid #1a6937;
  border-right: 2px solid #1a6937;
  content: "";
  position: absolute;
  left: 7px;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  top: 3px;
  transform: rotate(45deg);
}
.login_bg .login_frm .inner_frm .intext.intext_btn input {
  font: 19px/46px Barlow-SemiBold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background: #f3b652;
  border-radius: 5px;
  border: 1px solid transparent;
  width: 100%;
  margin: 5px 0 19px;
}
.login_bg .login_frm .inner_frm .intext.intext_btn input:hover {
  background: #1a6937;
}

.profile_bg {
  padding: 25px 0 50px;
}
.profile_bg .profil_frm {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 30px 40px 30px;
  border-radius: 10px;
  padding: 40px 38px 20px;
  margin: auto;
}
.profile_bg .profil_frm .intext.intext1 {
  display: flex;
  padding: 4px 0 0;
  justify-content: space-between;
}
.profile_bg .profil_frm .intext.intext1 .md-field {
  width: 48.7%;
  margin-bottom: 12px;
}
.profile_bg .profil_frm .intext.intext1 .md-field input {
  font: 17px/25px Barlow-Regular;
  color: #666666;
  display: block;
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 5px;
  height: 50px;
  padding: 0 15px;
}
.profile_bg .profil_frm .intext.intext1 label {
  display: block;
  font: 17px/25px Barlow-Regular;
  color: #666666;
  padding-bottom: 6px;
  text-align: start;
}
.profile_bg .profil_frm .intext.intext_btn {
  width: 50%;
}
.profile_bg .profil_frm .intext.intext_btn input {
  font: 19px/46px Barlow-SemiBold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background: #1a6937;
  border-radius: 5px;
  border: 1px solid #1a6937;
  width: 100%;
  max-width: 237px;
  margin: 5px 0 19px;
}
.profile_bg .profil_frm .intext.intext_btn input:hover {
  background: #f3b652;
  border: 1px solid #f3b652;
}
.profile_bg .profil_frm .flex_btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile_bg .profil_frm .flex_btm p a {
  font: 19px/22px Barlow-SemiBold;
  color: #333333;
}
.profile_bg .profil_frm .rdio_frm {
  padding: 5px 0 30px;
  display: flex;
  flex-wrap: wrap;
}
.profile_bg .profil_frm .rdio_frm p {
  font: 17px/25px Barlow-Regular;
  color: #666666;
  padding: 0 0 17px 0;
  width: 100%;
}
.profile_bg .profil_frm .rdio_frm label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.profile_bg .profil_frm .rdio_frm label + label {
  padding-left: 50px;
}
.profile_bg .profil_frm .rdio_frm label span {
  font: 16px/25px Barlow-Regular;
  color: #333333;
  display: inline-block;
  padding: 0;
  text-transform: initial;
  vertical-align: super;
}
.profile_bg .profil_frm .rdio_frm label input[type=radio] {
  width: 19px;
  height: 19px;
  min-width: 19px;
  max-width: 19px;
  margin-right: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  cursor: pointer;
  border-radius: 100%;
  border: 1px solid #666666;
  position: relative;
}
.profile_bg .profil_frm .rdio_frm label ::after {
  top: 3px;
  content: "";
  position: absolute;
  height: 11px;
  width: 11px;
  background-color: #1b6937;
  opacity: 0;
  visibility: hidden;
  border-radius: 100%;
  left: 3px;
}
.profile_bg .profil_frm .rdio_frm label :checked::after {
  visibility: visible;
  opacity: 1;
}
.profile_bg .profil_frm .hed_dv {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 15px 0;
}
.profile_bg .profil_frm .hed_dv p.edit {
  color: #1a6937;
  font: 19px/22px Barlow-SemiBold;
  background: url(../images/User/edit_icon.png) no-repeat left;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 0 20px;
  cursor: pointer;
}
.profile_bg .profil_frm .hed_dv h3 {
  font: 30px/35px Barlow-Bold;
  color: #333;
  text-transform: uppercase;
}

.testimonial_blks {
  padding: 100px 0;
}
.testimonial_blks .inner_cnt {
  display: flex;
  flex-wrap: wrap;
}
.testimonial_blks .inner_cnt .cmn_grd {
  width: 31.8%;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 30px 37px 28px;
  text-align: center;
  margin-right: 30px;
  margin-bottom: 29px;
}
.testimonial_blks .inner_cnt .cmn_grd:hover {
  border: 1px solid #f3b652;
}
.testimonial_blks .inner_cnt .cmn_grd .img_ img {
  height: 88px;
  width: 88px;
  border-radius: 50%;
}
.testimonial_blks .inner_cnt .cmn_grd p {
  font: 17px/22px Barlow-Regular;
  color: #666666;
  margin: 12px 0;
  height: 90px;
  overflow-y: auto;
}
.testimonial_blks .inner_cnt .cmn_grd p::-webkit-scrollbar {
  width: 3px;
}
.testimonial_blks .inner_cnt .cmn_grd p::-webkit-scrollbar-thumb {
  background-color: #cdcdcd;
  border-radius: 5px;
}
.testimonial_blks .inner_cnt .cmn_grd strong {
  font: 20px/22px Barlow-SemiBold;
  color: #333333;
  display: block;
  padding: 7px 0 0 0;
  text-transform: uppercase;
}
.testimonial_blks .inner_cnt .cmn_grd:nth-child(3n) {
  margin-right: 0;
}
.testimonial_blks .btn_ a.custom-btn {
  font: 19px/50px Barlow-SemiBold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  display: block;
  background: #f3b652;
  max-width: 177px;
  width: 100%;
  border-radius: 5px;
  margin: 23px auto 0;
}

.order_track {
  padding: 44px 0 25px;
}
.order_track .order_bg {
  display: flex;
  align-items: baseline;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.order_track .order_bg .ryt_bg {
  background: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 36px 12px 34px 40px;
  width: 60.5%;
}
.order_track .order_bg .ryt_bg h2 {
  font: 30px/36px Barlow-Bold;
  color: #333;
  text-transform: uppercase;
  padding: 0 0 12px 0;
}
.order_track .order_bg .ryt_bg p {
  font: 16px/22px Barlow-Regular;
  color: #333333;
  padding: 14px 0 4px;
}
.order_track .order_bg .ryt_bg p:nth-of-type(1) {
  font-weight: 600;
}
.order_track .order_bg .ryt_bg p:nth-of-type(3) {
  font-weight: 600;
}
.order_track .order_bg .lft_bg {
  width: 39%;
  background: #fff;
  padding: 15px 21px 0 42px;
  justify-content: space-between;
}
.order_track .order_bg .lft_bg strong {
  font: 20px/23px Barlow-Bold;
  color: #333333;
  text-transform: uppercase;
}
.order_track .order_bg .lft_bg .flx_set {
  display: flex;
  justify-content: space-between;
  padding: 12px 0 0 0;
}
.order_track .order_bg .lft_bg .flx_set label {
  width: 50%;
  display: flex;
  align-items: center;
}
.order_track .order_bg .lft_bg .flx_set label a {
  width: 30px;
  height: 30px;
  background: #1a6937;
  border-radius: 5px;
  display: block;
  text-align: center;
  padding: 0;
}
.order_track .order_bg .lft_bg .flx_set label p {
  font: 16px/21px Barlow-Regular;
  color: #333333;
  margin-left: 15px;
}
.order_track .order_bg .lft_bg .flx_set a {
  max-width: 175px;
  width: 100%;
  padding: 12px 0;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  font: 15px/21px Barlow-semiBold;
  color: #333333;
}

.ordr_loct {
  padding: 20px 0 99px;
}
.ordr_loct .inner_cnts {
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 16px 28px 40px;
}
.ordr_loct .inner_cnts .img_grd {
  width: 115px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  padding: 32px 15px;
  background: #fff;
}
.ordr_loct .inner_cnts .cnt_img {
  width: 20%;
  margin-left: 27px;
}
.ordr_loct .inner_cnts .cnt_img strong {
  font: 20px/21px Barlow-Bold;
  color: #333;
  display: block;
  padding: 0 0 5px 0;
}
.ordr_loct .inner_cnts .cnt_img p {
  font: 17px/22px Barlow-Medium;
  color: #666;
}
.ordr_loct .inner_cnts .cnt_img span {
  font: 18px/21px Barlow-Bold;
  color: #333;
  display: block;
  padding: 19px 0 0 0;
}
.ordr_loct .inner_cnts .loct_alert {
  width: 60%;
  text-align: start;
}
.ordr_loct .inner_cnts .loct_alert img {
  height: 126px;
  margin: 20px auto 0;
  width: 100%;
  -o-object-fit: none;
     object-fit: none;
  max-width: 615px;
}
.ordr_loct .inner_cnts .review_rat {
  width: 22%;
}
.ordr_loct .inner_cnts .review_rat label {
  display: flex;
  align-items: start;
  margin: 15px 0 12px;
  cursor: pointer;
}
.ordr_loct .inner_cnts .review_rat label:first-child a img {
  margin-bottom: 8px;
}
.ordr_loct .inner_cnts .review_rat label p {
  font: 17px/21px Barlow-Medium;
  color: #1a6937;
  margin-left: 15px;
}

.common_contbox {
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 30px 40px 40px;
}

/* Add Address page starts */
.address_main .address_blk_in h1 {
  font: 30px/60px Barlow-Bold;
  color: #333333;
  text-transform: uppercase;
  padding-bottom: 21px;
}
.address_main .address_blk_in a.adrs_locat, .checkout-blk .check-frm .adres_form a.adrs_locat {
  font: 16px/40px Barlow-SemiBold;
  color: #ffffff;
  text-transform: uppercase;
  padding: 8px 26px;
  text-align: center;
  max-width: 296px;
  width: 100%;
  display: block;
  border-radius: 6px;
  background: #f3b652;
}
.address_main .address_blk_in a.adrs_locat img {
  padding-right: 14px;
  vertical-align: middle;
}
.address_main .address_blk_in .adres_form, .checkout-blk .check-frm .adres_form {
  padding-top: 18px;
}
.address_main .address_blk_in .adres_form .field_row.gd_splt {
  display: flex;
  align-items: center;
}
.address_main .address_blk_in .adres_form .field_row.gd_splt label {
  width: 48.5%;
  margin-right: 3%;
}
.address_main .address_blk_in .adres_form .field_row.gd_splt label:last-child {
  margin-right: 0;
}
.address_main .address_blk_in .adres_form .field_row.gd_splt1 {
  display: flex;
  align-items: center;
}
.address_main .address_blk_in .adres_form .field_row.gd_splt1 label {
  width: 32%;
  margin-right: 2%;
}
.address_main .address_blk_in .adres_form .field_row.gd_splt1 label:last-child {
  margin-right: 0;
}
.address_main .address_blk_in .adres_form .field_row label {
  margin-bottom: 15px;
}
.address_main .address_blk_in .adres_form .field_row label p {
  font: 17px/25px Barlow-Regular;
  color: #666666;
  padding-bottom: 5px;
}
.address_main .address_blk_in .adres_form .field_row label input {
  font: 17px/25px Barlow-Regular;
  color: #666666;
  border: 1px solid #dedede;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  padding: 0 16px;
}
.address_main .address_blk_in .adres_form .field_row label select {
  font: 17px/25px Barlow-Regular;
  color: #666666;
  border: 1px solid #dedede;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  padding: 0 16px;
}
.address_main .address_blk_in .adres_form .rdo_row, .checkout-blk .check-frm .adres_form .rdo_row {
  padding: 5px 0 30px;
}
.address_main .address_blk_in .adres_form .rdo_row p, .checkout-blk .check-frm .adres_form .rdo_row p {
  font: 17px/25px Barlow-Regular;
  color: #666666;
  padding: 0 0 17px 0;
}
.address_main .address_blk_in .adres_form .rdo_row label, .checkout-blk .check-frm .adres_form .rdo_row label {
  cursor: pointer;
}
.address_main .address_blk_in .adres_form .rdo_row label + label, .checkout-blk .check-frm .adres_form .rdo_row label+label {
  padding-left: 50px;
}
.address_main .address_blk_in .adres_form .rdo_row label span, .checkout-blk .check-frm .adres_form .rdo_row label span {
  font: 16px/25px Barlow-Regular;
  color: #333333;
  display: inline-block;
  padding: 0;
  text-transform: initial;
  vertical-align: middle;
}
.address_main .address_blk_in .adres_form .rdo_row label input[type=radio], .checkout-blk .check-frm .adres_form .rdo_row label input[type=radio] {
  width: 19px;
  height: 19px;
  min-width: 19px;
  max-width: 19px;
  margin-right: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  cursor: pointer;
  border-radius: 100%;
  border: 1px solid #666666;
  position: relative;
  vertical-align: middle;
}
.address_main .address_blk_in .adres_form .rdo_row label input[type=radio]:checked, .checkout-blk .check-frm .adres_form .rdo_row label input[type=radio]:checked {
  border-color: #1a6937;
}
.address_main .address_blk_in .adres_form .rdo_row label ::after, .checkout-blk .check-frm .adres_form .rdo_row label ::after {
  top: 3px;
  content: "";
  position: absolute;
  height: 11px;
  width: 11px;
  background-color: #1b6937;
  opacity: 0;
  visibility: hidden;
  border-radius: 100%;
  left: 3px;
}
.address_main .address_blk_in .adres_form .rdo_row label :checked::after, .checkout-blk .check-frm .adres_form .rdo_row label :checked::after {
  visibility: visible;
  opacity: 1;
}
.address_main .address_blk_in .adres_form a.sv_adres {
  font: 19px/24px Barlow-SemiBold;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
  text-align: center;
  background: #1a6937;
  max-width: 238px;
  width: 100%;
  border-radius: 5px;
  padding: 13px;
}
.address_main .address_blk_in .ad_adres_strp {
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 15px 24px;
}
.address_main .address_blk_in .ad_adres_strp a.add_adrs {
  font: 16px/20px Barlow-SemiBold;
  color: #1a6937;
  text-transform: uppercase;
  padding-left: 44px;
  position: relative;
}
.address_main .address_blk_in .ad_adres_strp a.add_adrs:before {
  content: "";
  clear: both;
  display: table;
  width: 18px;
  height: 4px;
  background: #1a6937;
  position: absolute;
  left: 0;
  top: 9px;
}
.address_main .address_blk_in .ad_adres_strp a.add_adrs:after {
  content: "";
  clear: both;
  display: table;
  width: 4px;
  margin-bottom: 30px;
  height: 18px;
  background: #1a6937;
  position: absolute;
  left: 7px;
  top: 2px;
}
.address_main .address_blk_in .adres_blk {
  margin-top: 40px;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding: 20px;
}
.address_main .address_blk_in .adres_blk a.sm_btn {
  font: 14px/35px Barlow-Medium;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  background: #f4f4f4;
  border-radius: 5px;
  max-width: 96px;
  width: 100%;
  display: inline-block;
}
.address_main .address_blk_in .adres_blk i.dt_icon {
  float: right;
  cursor: pointer;
}
.address_main .address_blk_in .adres_blk h6 {
  padding: 21px 0 14px;
}
.address_main .address_blk_in .adres_blk h6 span {
  font: 16px/20px Barlow-Medium;
  color: #333333;
}
.address_main .address_blk_in .adres_blk h6 span:not(:last-child) {
  margin-right: 26px;
}
.address_main .address_blk_in .adres_blk p {
  font: 16px/25px Barlow-Regular;
  color: #333333;
}

/* Add Address page ends */
/* Review page starts */
.review_main .review_blk_in .navbar {
  padding: 0;
  border-bottom: 1px solid #dedede;
}
.review_main .review_blk_in .navbar ul {
  display: flex;
  align-items: center;
  flex-direction: unset;
}
.review_main .review_blk_in .navbar ul li:not(:last-child) {
  margin-right: 78px;
}
.review_main .review_blk_in .navbar ul li a {
  font: 25px/25px Barlow-Medium;
  color: #333333;
  padding-bottom: 22px;
  border-bottom: 5px solid transparent;
}
.review_main .review_blk_in .navbar ul li a.active, .review_main .review_blk_in .navbar ul li a:hover {
  font-family: Barlow-SemiBold;
  color: #1a6937;
  border-color: #1a6937;
}
.review_main .review_blk_in .common_blk {
  display: none;
}
.review_main .review_blk_in .common_blk.active {
  display: block;
}
.review_main .review_blk_in .empt_pend_rev .no_pend_revs, .review_main .review_blk_in .pend_rev_list .no_pend_revs{
  text-align: center;
  height: 520px;
  transform: translateY(25%);
}
.review_main .review_blk_in .empt_pend_rev .no_pend_revs h3, .review_main .review_blk_in .pend_rev_list .no_pend_revs h3 {
  font: 25px/33px Barlow-Bold;
  color: #333333;
  padding-top: 20px;
}
.review_main .review_blk_in .empt_pend_rev .no_pend_revs p, .review_main .review_blk_in .pend_rev_list .no_pend_revs p {
  font: 16px/40px Barlow-Regular;
  color: #666666;
}
.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst {
  padding: 27px 0 25px;
}
.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst:not(:last-child) {
  border-bottom: 1px solid #dedede;
}
.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst strong {
  font: 20px/22px Barlow-Bold;
  color: #333333;
}
.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst a.edit {
  font: 18px/22px Barlow-Medium;
  color: #1a6937;
  float: right;
  background: url(../images/User/edit_icon.png) no-repeat left center;
  padding-left: 22px;
}
.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .star_mn {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
}
.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .star_mn p {
  font: 15px/22px Barlow-Regular;
  color: #333333;
  padding-left: 10px;
}

.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry {
  display: flex !important;
  flex-wrap: wrap;
  padding-top: 33px;
}
.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry li {
  margin-right: 14px;
  position: relative;
}
.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry li a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry li a span {
  font: 25px/38px Barlow-Regular;
  color: #ffffff;
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry li a:before {
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
}

.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry img, .review_main .review_blk_in .empt_pend_rev  .revs_list_in .rev_lst1 .rev_galry img{
 max-width: 129px;
 height: 129px;
 object-fit: contain;
}



/* Review page ends */
/* Notification page starts */
.notifctn_main .notifctn_blk_in .navbar {
  padding: 0;
  border-bottom: 1px solid #dedede;
}
.notifctn_main .notifctn_blk_in .navbar ul {
  display: flex;
  align-items: center;
  flex-direction: unset;
}
.notifctn_main .notifctn_blk_in .navbar ul li:not(:last-child) {
  margin-right: 78px;
}
.notifctn_main .notifctn_blk_in .navbar ul li a {
  font: 25px/25px Barlow-Medium;
  color: #333333;
  padding-bottom: 22px;
  border-bottom: 4px solid transparent;
}
.notifctn_main .notifctn_blk_in .navbar ul li a.active, .notifctn_main .notifctn_blk_in .navbar ul li a:hover {
  font-family: Barlow-SemiBold;
  color: #1a6937;
  border-color: #1a6937;
}
.notifctn_main .notifctn_blk_in .common_blk {
  display: none;
}
.notifctn_main .notifctn_blk_in .common_blk.active {
  display: block;
}
.notifctn_main .notifctn_blk_in .all_notfy .al_list_blk {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dedede;
  padding: 30px 0 20px;
}
.notifctn_main .notifctn_blk_in .all_notfy .al_list_blk .nt_icon {
  width: 90px;
  padding-left: 10px;
  padding-right: 28px;
}
.notifctn_main .notifctn_blk_in .all_notfy .al_list_blk .nt_icon span {
  width: 52px;
  height: 52px;
  padding: 11px;
  border-radius: 100%;
}
.notifctn_main .notifctn_blk_in .all_notfy .al_list_blk .nt_icon.tag-yel span {
  background: #f3b652;
}
.notifctn_main .notifctn_blk_in .all_notfy .al_list_blk .nt_icon.tag-grn span {
  background: #1a6937;
}
.notifctn_main .notifctn_blk_in .all_notfy .al_list_blk .nt_content {
  width: calc(100% - 200px);
  margin-top: -11px;
}
.notifctn_main .notifctn_blk_in .all_notfy .al_list_blk .nt_content strong {
  font: 25px/27px Barlow-SemiBold;
  color: #333333;
  display: block;
  padding-bottom: 6px;
}
.notifctn_main .notifctn_blk_in .all_notfy .al_list_blk .nt_content p {
  font: 18px/26px Barlow-Regular;
  color: #666666;
  padding-bottom: 10px;
}
.notifctn_main .notifctn_blk_in .all_notfy .al_list_blk .nt_content p img {
  padding-right: 10px;
}
.notifctn_main .notifctn_blk_in .all_notfy .al_list_blk .nt_content span {
  font: 18px/26px Barlow-Regular;
  color: #1a6937;
}
.notifctn_main .notifctn_blk_in .all_notfy .al_list_blk .nt_image {
  width: 110px;
}
.notifctn_main .notifctn_blk_in .all_notfy .al_list_blk .nt_image a {
  background: #f4f4f4;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  height: 110px;
  padding: 8px 0;
}

/* Notification page ends */
/* Rate Product page starts */
.rate_product_main .rateprod_blk_in h1 {
  font: 30px/40px Barlow-Bold;
  color: #333333;
  text-transform: uppercase;
  padding-bottom: 21px;
}
.rate_product_main .rateprod_blk_in .rate_form .rte_field {
  margin-bottom: 12px;
}
.rate_product_main .rateprod_blk_in .rate_form .rte_field:first-child p {
  margin-right: 16px;
  margin-bottom: 0;
}
.rate_product_main .rateprod_blk_in .rate_form .rte_field p {
  font: 17px/25px Barlow-Regular;
  color: #666666;
  display: inline-block;
  float: left;
  vertical-align: middle;
  padding: 10px 0;
}
.rate_product_main .rateprod_blk_in .rate_form .rte_field textarea {
  font: 17px/25px Barlow-Regular;
  color: #666666;
  border: 1px solid #dedede;
  border-radius: 5px;
  display: block;
  width: 100%;
  height: 120px;
  padding: 20px;
}
.rate_product_main .rateprod_blk_in .rate_form .rte_field textarea::-webkit-scrollbar {
  width: 4px;
}
.rate_product_main .rateprod_blk_in .rate_form .rte_field textarea::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #1a6937;
}
.rate_product_main .rateprod_blk_in .rate_form .rte_field_btn {
  padding-top: 18px;
}
.rate_product_main .rateprod_blk_in .rate_form .rte_field_btn a {
  font: 19px/20px Barlow-SemiBold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 14px;
}
.rate_product_main .rateprod_blk_in .rate_form .rte_field_btn a.ad_pht {
  background: #1a6937;
  float: left;
  max-width: 220px;
  width: 100%;
  vertical-align: middle;
}
.rate_product_main .rateprod_blk_in .rate_form .rte_field_btn a.ad_pht img {
  margin-right: 10px;
  vertical-align: middle;
}
.rate_product_main .rateprod_blk_in .rate_form .rte_field_btn a.sub_rev {
  background: #f3b652;
  float: right;
  max-width: 228px;
  width: 100%;
}

/* Rate Product page ends */
/* Wishlist page starts */
.wish_main {
  padding: 30px 0 100px;
}
.wish_main .wish_blk_in .navbar {
  padding: 0;
  border-bottom: 1px solid #dedede;
  margin-bottom: 28px;
}
.wish_main .wish_blk_in .navbar ul {
  display: flex;
  align-items: center;
  flex-direction: unset;
}
.wish_main .wish_blk_in .navbar ul li:not(:last-child) {
  margin-right: 78px;
}
.wish_main .wish_blk_in .navbar ul li a {
  font: 25px/25px Barlow-Medium;
  color: #333333;
  padding-bottom: 22px;
  border-bottom: 5px solid transparent;
}
.wish_main .wish_blk_in .navbar ul li a.active, .wish_main .wish_blk_in .navbar ul li a:hover {
  font-family: Barlow-SemiBold;
  color: #1a6937;
  border-color: #1a6937;
}
.wish_main .wish_blk_in .common_blk {
  display: none;
}
.wish_main .wish_blk_in .common_blk.active {
  display: block;
}
.wish_main .wish_blk_in .collec_tab .wish_lst {
  padding: 18px;
  border: 1px solid #dedede;
  border-radius: 5px;
  margin-bottom: 20px;
}
.wish_main .wish_blk_in .collec_tab .wish_lst ul {
  display: flex;
}
.wish_main .wish_blk_in .collec_tab .wish_lst ul li {
  margin-right: 12px;
  position: relative;
}
.wish_main .wish_blk_in .collec_tab .wish_lst ul li img {
          width: 100%;
    height: 82px;
    object-fit: contain;
}
.wish_main .wish_blk_in .collec_tab .wish_lst ul li:last-child {
  margin-right: 0;
}
.wish_main .wish_blk_in .collec_tab .wish_lst ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.wish_main .wish_blk_in .collec_tab .wish_lst ul li a span {
  font: 25px/38px Barlow-Regular;
  color: #ffffff;
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.wish_main .wish_blk_in .collec_tab .wish_lst ul li:nth-of-type(9) a:before {
  content: "";
  clear: both;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
}
.wish_main .wish_blk_in .collec_tab .wish_lst .wish_cont {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  background: #f4f4f4;
  border-radius: 10px;
  padding: 10px 12px 10px 16px;
  margin-top: 14px;
}
.wish_main .wish_blk_in .collec_tab .wish_lst .wish_cont b {
  font: 18px/34px Barlow-SemiBold;
  color: #333333;
}
.wish_main .wish_blk_in .collec_tab .wish_lst .wish_cont ul {
  display: flex;
  align-items: center;
}
.wish_main .wish_blk_in .collec_tab .wish_lst .wish_cont{
  align-items: center;
}
.wish_main .wish_blk_in .collec_tab .wish_lst .wish_cont ul li {
  font: 16px/20px Barlow-Regular;
  color: #666666;
  margin: 0 10px 0 0;
  display: block;
  width: auto;
  height: 100%;
}
.wish_main .wish_blk_in .collec_tab .wish_lst .wish_cont ul li:first-child {
  padding-left: 20px;
  background: url(../images/User/lock.png) no-repeat left center;
}
.wish_main .wish_blk_in .collec_tab .wish_lst .wish_cont ul li:last-child {
  margin: 0;
}
.wish_main .wish_blk_in .collec_tab .wish_lst .wish_cont ul li:last-child span {
  font-family: Barlow-Medium;
}
.wish_main .wish_blk_in .collec_tab .wish_lst .wish_cont ul li:last-child span:before {
  content: "";
  clear: both;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #666666;
  border-radius: 100%;
  vertical-align: middle;
  margin-left: -2px;
  margin-right: 5px;
}

/* Wishlist page ends */
.common_contbox {
  margin: 30px 0 100px;
}

.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst:last-child {
  padding-bottom: 0;
}

/***1-8-23****/
.login_bg .login_frm .inner_frm h2 + p {
  max-width: 500px;
  margin: 0 auto 20px;
}

.order_track .order_bg .lft_bg .flx_set a:hover {
  color: #ffffff;
}

.header_bot .main_menu ul li.drop-down:hover .sub_category {
  display: block;
  opacity: 1;
  visibility: visible;
}

/****orders page***/
.ord-nwp {
  padding: 37px 0 100px 0;
}
.ord-nwp .order-np .order_main_gd {
  padding-right: 0;
}
.ord-nwp .order-np .order_main_gd .myorder-table {
  padding: 0;
  border: unset;
  border-radius: unset;
}
.ord-nwp .order-np .order_main_gd .myorder-table::-webkit-scrollbar {
  height: 3px;
}
.ord-nwp .order-np .order_main_gd .myorder-table::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #cdcdcd;
}
.ord-nwp .order-np .order_main_gd table tr td.ord-title {
  padding-right: 15px;
  width: 34%;
}
.ord-nwp .order-np .order_main_gd table tr td.ord-tot {
  padding-left: 110px;
  width: 34%;
}
.ord-nwp .order-np .order_main_gd table tr td.ord-date {
  border-right: unset !important;
  width: 32%;
  padding-left: 110px;
}
.ord-nwp .order-np .order_main_gd table tr td p {
  line-height: 27px;
}
.ord-nwp .order-np .order_main_gd table tr td span {
  font: 17px/22px Barlow-Medium;
  color: #1a6937;
  padding-left: 24px;
  position: relative;
  display: block;
  cursor: pointer;
}
.ord-nwp .order-np .order_main_gd table tr td span::before {
  content: "";
  position: absolute;
  background: url(../images/User/star_pic.png) no-repeat;
  top: 3px;
  left: 0;
  background-size: 80%;
  width: 22px;
  height: 21px;
}

.ord-nwp .order-np .order-btn h1 {
  font: 30px/35px Barlow-SemiBold;
  text-transform: uppercase;
}

.ord-nwp .order-np {
  margin: 0px;
}

.ord-nwp .order-np .order_main_gd h2 {
  margin-bottom: 20px;
}

.ord-nwp .order-np .order-btn {
  margin-bottom: 28px;
}

.ord-nwp .order-np .order_main_gd table tr td.ord-title .title-ryt a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ******19-08-2023******* */
  footer .footer-main-block .foot-logo ul {
    margin-top: 60px;
  }
/* ----------------------- */

/* ----------21-08-2023---------------- */
/* profile dropdown */

header .header_mid .mid_hd_main .md-ryt .md-profile {
  position: relative;
}
header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down {
  position: absolute;
  top: calc(100% + 20px);
  left: -80%;
  right: 0;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform-origin: top;
  transform: scaleY(0);
  transition: .2s linear;
}
header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down.drop {
  opacity: 1;
  transform: scaleY(1);
  transition: .2s linear;
}
header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: -20px;
  right: 30%;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  border-style: solid; 
}
header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down .profile_drop_container {
  max-width: 268px;
  width: 100%;
}
header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down .profile_drop_container li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 15px 23px;
}
header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down .profile_drop_container li svg {
  margin-right: 16px;
  color: #1a6937;
}
header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down .profile_drop_container li a {
  display: inline-block;
  width: 100%;
  Font: 16px/21px Barlow-Medium;
  text-transform: capitalize;
  Color: #333333;
  pointer-events: none;
  cursor: default;
}
header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down.drop .profile_drop_container li a {
  pointer-events: all;
  cursor: pointer;
}
header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down .profile_drop_container li+li {
  border-top: 1px solid #dedede;
}
header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down .logout_btn {
  padding: 14px;
}
header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down .logout_btn a {
  display: inline-block;
  width: 100%;
  font: 19px/25px Barlow-SemiBold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 23px;
  background-color: #f3b652;
  border-radius: 5px;
  pointer-events: none;
  cursor: default;
}
header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down.drop .logout_btn a {
  pointer-events: all;
  cursor: pointer;
}

/* edit profile */
.profile_bg .profil_frm .intext.intext_btn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
} 
.profile_bg .profil_frm .intext.intext_btn p.cancel_btn {
  margin: 5px 0px 19px 20px;
  font: 19px/25px Barlow-SemiBold;
  Color: #333333;
  display: inline-block;
  cursor: pointer;
}
/* ------------------------------------ */

/* --------------22-09-2023------------ */

header .header_mid .mid_hd_main .md-search .md_srch_in {
  position: relative;
}

header .header_mid .mid_hd_main .md-search .md_srch_in .search_drop_down {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 7px;
  box-shadow: 0 0 5px #cdcdcd;
  opacity: 0;
  transform-origin: top;
  transform: scaleY(0);
  transition: .2s linear;
  max-height: 300px;
  overflow-y: scroll;
}
header .header_mid .mid_hd_main .md-search .md_srch_in .search_drop_down.drop {
  opacity: 1;
  transform: scaleY(1);
  transition: .2s linear;
}

header .header_mid .mid_hd_main .md-search .md_srch_in .search_drop_down .search_drop_container li {
  padding: 0px 20px;
}

header .header_mid .mid_hd_main .md-search .md_srch_in .search_drop_down .search_drop_container li a {
  width: 100%;
  display: flex;
  align-items: center;
  flex-basis: 100%;
  padding: 7px 0px;
}

header .header_mid .mid_hd_main .md-search .md_srch_in .search_drop_down.drop .search_drop_container li a {
  pointer-events: all;
  cursor: pointer;
}

header .header_mid .mid_hd_main .md-search .md_srch_in .search_drop_down .search_drop_container li a .ser_pr {
  width: calc(20% - 15px);
  flex-shrink: 0;
  background-color: #f4f4f4;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 56px;
  /* max-width: 56px; */
  margin-right: 15px;
}

header .header_mid .mid_hd_main .md-search .md_srch_in .search_drop_down .search_drop_container li a .ser_pr img {
  height: 56px;
  max-width: 56px;
  object-fit: contain;
}

header .header_mid .mid_hd_main .md-search .md_srch_in .search_drop_down .search_drop_container li a .ser_cont {
  width: calc(70% - 15px);
  flex-shrink: 0;
  margin-left: 15px;
}

header .header_mid .mid_hd_main .md-search .md_srch_in .search_drop_down .search_drop_container li a .ser_cont p {
  font: 20px/30px Barlow-Medium;
  color: #333333;
}

header .header_mid .mid_hd_main .md-search .md_srch_in .search_drop_down .search_drop_container li a .ser_cont span {
  font: 16px/20px Barlow-Regular;
  color: #1a6937;
}

header .header_mid .mid_hd_main .md-search .md_srch_in .search_drop_down .search_drop_container li+li a {
  border-top: 1px solid #dedede;
}

header .header_mid .mid_hd_main .md-search .md_srch_in .search_drop_down .search_drop_container li a .ser_im {
  width: 10%;
  flex-shrink: 0;
  text-align: end;
}

header .header_mid .mid_hd_main .md-search .md_srch_in .search_drop_down::-webkit-scrollbar {
  width: 5px;
}

header .header_mid .mid_hd_main .md-search .md_srch_in .search_drop_down::-webkit-scrollbar-thumb {
  background-color: #1a6937;
  border-radius: 5px;
}

header .header_mid .mid_hd_main .md-search .md_srch_in .search_drop_down::-webkit-scrollbar-track {
  background-color: #dedede;
  border-radius: 5px;
}

/* ------------------------------------ */

/******wishlist show inner page*****/

.wishcat{
  padding: 90px 0;
}

.wishcat.categories .cat_flex .right{
  width: 100%;
}

.wishcat.categories .cat_flex .right .cate_products.grid-view .product-grid, .wishcat.categories .cat_flex .right .cate_products.grid-view .product-grid:nth-child(3n){
  margin-right: 1.3%;
  width: 24%;
}

.wishcat.categories .cat_flex .right .cate_products.grid-view .product-grid:nth-child(4n){
  margin-right: 0;
}

.wishcat.categories .right h2{
    font: 30px/35px Barlow-Bold;
    color: #333333;
    margin-bottom: 30px;
    text-transform: uppercase;

}
 .wish_main .wish_blk_in .collec_tab .wish_lst ul li{
      display: flex;
    align-items: center;
    justify-content: center;
    width: 139px;
    height: 129px;
    background: #f4f4f4;
    border-radius: 9px;
 }
/* .wish_main .wish_blk_in .collec_tab .wish_lst ul li:nth-of-type(6){
  display: none;
} */

/*****25-9-23******/

.banner .banner_content .ban_text p{
  text-align: left;
  
}
.header_bot .main_menu ul li.drop-down .sub_category .cmn_set >ul{
  width: 20%;
}

.header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul ul{
  width: 100%;
}
.product-detail-main .product-details .product-information .dt-quantity .variant a{
  display: block !important;
}

.product-detail-main .add-review{
  font: 20px/25px Barlow-SemiBold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background: #f3b652;
  border-radius: 5px;
  max-width: 185px;
  padding: 10px;
  border: transparent;
  width: 100%;
}

.product-detail-main .add-review:hover{
  background-color: #1a6937;
}


.blog_detail_page .blog-product-block .blog-product .product-grid .product-img{
  margin-top: 30px;
}
.contact_page .contact_main .contact_form .captcha_blk a{
  width: 5%;

  display: flex;
  justify-content: end;
}
.contact_page .contact_main .contact_form .captcha_blk input{
  width: 100%;
}
.contact_page .contact_main .contact_form .intext.intext_check p:before{
  position: absolute;
  top: 4px;
  left: 0;
}
.contact_page .contact_main .contact_form .intext.intext_check p{
  padding-left: 30px;
}

iframe{
  width: 100%;
}
.categories .cat_flex .cate_overlay .left .side_grid{
  padding: 20px;
}
.categories .cat_flex .cate_overlay .left .side_grid strong{
  margin: 0;
}
.categories .cat_flex .cate_overlay .left .side_grid .ui-slider{
  margin-top: 20px;
  height: 0.4em;
  border-color: transparent;
  background-color: #f4f4f4;
  border-radius: 20px;
}

.categories .cat_flex .cate_overlay .left .side_grid  .ui-slider-horizontal .ui-slider-handle {
  top: -0.5em;
}
.categories .cat_flex .cate_overlay .left .side_grid .ui-slider-horizontal .ui-slider-handle{
  border-radius: 50%;
  position: relative;
  border-color: #1a6937;
  background-color: #ffffff;
}
.categories .cat_flex .cate_overlay .left .side_grid .ui-slider-horizontal .ui-slider-handle::after{
  width: 11px;
  height: 11px;
  background-color: #1a6937;
  border-radius: 50px;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
}

.categories .cat_flex .cate_overlay .left .side_grid  .ui-widget-header{
  background-color: #1a6937;
}
.categories .cat_flex .cate_overlay .left .cate_filter .prz-filter{
  padding: unset;
  margin-top: 30px;
  width: 50%;
  
}
.categories .cat_flex .cate_overlay .left .cate_filter .prz-filter .filter{
font: 12px/18px Barlow-SemiBold;
color: #ffffff;
background: #f3b652;
border-radius: 5px;
max-width: 96px;
width: 100%;
text-align: center;
text-transform: uppercase;
padding: 8px;

border: 1px solid transparent;


}

.categories .cat_flex .cate_overlay .left .side_grid  #pricerange{
  float: left;
  width: 50%;
  font: 17px/24px Barlow-Medium;
  color: #888888;
  margin-top: 30px;
}

.categories .cat_flex .cate_overlay .left .cate_filter .prz-filter .filter:hover{
  background-color: #1a6937;
  
}
.categories .cat_flex .cate_overlay .left .cate_filter .prz-filter{
margin-top: 22px;
display: inline-block;
width: 50%;
text-align: end;
}

.categories .cat_flex .cate_overlay .left .side_grid .ui-slider-horizontal .ui-slider-handle{
  margin-left: -0.8em;
}


.categories .cat_flex .right .pagination  li a{
  width: auto;
  padding: 5px;
  min-width: 45px;
height: 45px;
background: #f4f4f4;
border-radius: 5px;
text-align: center;
line-height: 44px;
font: 19px/22px Barlow-SemiBold;
color: #333333;
display: flex;
align-items: center;
justify-content: center;

}


.categories .cat_flex .right .pagination li a:hover, .categories .cat_flex .right .pagination li.active a {
  background: #1a6937;
  color: #ffffff;
}

.categories .cat_flex .right .cate_products.grid-view.list .product-grid{
  margin-right: 0;
}

.categories .cat_flex .right .pagination ul.pagination{
  margin: unset;
}
.contact_page .contact_main .contact_form .intext{
  margin-top: 14px;
}
.contact_page .contact_main .contact_form .intext.intext1{
  margin-top: 0;
}
.cart-blk .box p{
  text-align: center;
  font: 17px/24px Barlow-Medium;
  color: #ffffff;
  
    justify-content: center;
    text-align: center;

  
  }
  .cart-blk .box{
  animation-name:blink;
  animation-duration: 2s;
  animation-timing-function:ease-in;
  animation-iteration-count:Infinite;
  margin-top: 30px;
  border: 1px solid transparent;
  max-width: 900px;
  margin: 20px auto 0;
  border-radius: 20px;

}
.cart-blk .box:hover{
  animation: none;
  background-color: #1a6937;
}



@keyframes blink{
  0%{background-color: #1a6937;}
  50%{background-color: #ffffff;}
  100%{background-color: #1a6937;}
}


.cart-blk .cart-lft table tr td.pr-qunatity .qu-value .quantity-input{
  display: flex;
}
.cart-blk .cart-lft table tr td.pr-qunatity .qu-value .quantity-input input{
   width: 40px;
}
.cart-blk .cart-lft table tr td.pr-qunatity .qu-value button:hover svg{
  fill: #ffffff;
}

.cart-blk .cart-lft table tr td.pr-title strong{
  display: -webkit-box;
  -webkit-line-clamp: 2;

  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

.cart-blk .cart-lft table tr td.pr-title p.perprice{
   font: 19px/22px Barlow-Semibold;
   color: #333333;
   margin-top: 14px;
} 
.cart-blk .cart-lft table tr td.pr-img img{
  width: 100px;
  object-fit: contain;
  height: 100px;
}

.checkout-blk .check-frm .adres_form a.adrs_locat, .address_main .address_blk_in a.adrs_locat{
  background: #f3b652 url(../images/User/location_icon.svg) no-repeat left 18px center;
  margin-bottom: 20px;
 }

 .checkout-blk .check-frm .adres_form a.adrs_locat.custom-btn:before, .address_main .address_blk_in a.adrs_locat.custom-btn:before{
  background: #1a6937 url(../images/User/location_icon.svg) no-repeat left 18px center;
 }


 .checkout-blk .check-frm .ck_lft .ck_lft_in .in > p{
  font: 20px/22px Barlow-Bold;
  color: #333;
  margin-bottom: 10px;
 }

 .checkout-blk .check-frm .ck_lft .ck_lft_in .in .slots label{
  position: relative;
  width: 100%;
  padding: 18px 30px 18px 20px;
 
 }
 .checkout-blk .check-frm .ck_lft .ck_lft_in .in .slots label span{
 font: 16px Barlow-Medium;
 color: #666;

 position: relative;
 }
 .checkout-blk .check-frm .ck_lft .ck_lft_in .in .slots label span::before{
 content: "";
 clear: both;
 display: inline-block;
 width: 26px;
 height: 26px;
 border: 1px solid #dedede;
 border-radius: 100%;
 vertical-align: middle;
 margin-right: 10px;
 }

 .checkout-blk .check-frm .ck_lft .ck_lft_in .in .slots label span::after{
 width: 16px;
 height: 16px;
 content: "";
 position: absolute;
 left: 5px;
 cursor: pointer;
 opacity: 0;
 top: 5px;
 background: #1a6937;
 border-radius: 100%;
 }
 .checkout-blk .check-frm .ck_lft .ck_lft_in .in .slots label{
  width: 49%;
  margin-right: 2%;
 }
 .checkout-blk .check-frm .ck_lft .ck_lft_in .in .slots label:last-child{
  margin-right: 0;
 }


 .checkout-blk .check-frm .ck_lft .ck_lft_in .in .slots label input:checked ~ span::after{
  opacity: 1;
 }
 .checkout-blk .check-frm .ck_lft .ck_lft_in .in .slots label input:checked ~ span:before{
   border-color: #1a6937;
 }

 .checkout-blk .check-frm .ck_lft .ck_lft_in .in .slots label input{
 position: absolute;
 cursor: pointer;
 width: 100% !important;
 height: 100%;
 left: 0;
 top: 0;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border: 1px solid #dedede;
 border-radius: 5px;
 cursor: pointer;
 }
 .checkout-blk .check-frm .ck_lft .ck_lft_in .in .slots label input:checked{
  border: 2px solid #1a6937;
 }
 .checkout-blk .check-frm .ck_lft .ck_lft_in .in .slots:last-child{
   flex-wrap: wrap;
 }
 .checkout-blk .check-frm .ck_lft .ck_lft_in .in .slots:last-child label:nth-child(2n){
  margin-right: 0;
 }
 .checkout-blk .check-frm .ck_lft .ck_lft_in .in.fx.thrs label.error, .checkout-blk .check-frm .ck_lft .ck_lft_in .in label.error{
  width: 100%;
  color: red; 
  margin-bottom: 0;
}
/***404 page****/
.wrap {
  padding: 90px 0;
}

.wrap .cnt strong{
  font: 40px/45px Barlow-Bold;
    color: #333333;
    text-transform: uppercase;
    padding-bottom: 12px;
    display: block;
    text-align: center;
}

.wrap .cnt p{
  font: 17px/22px Barlow-Regular;
  color: #666;
  text-align: center;
  margin-top: 20px;
  
}

.wrap .fnotf{
 
  margin: 50px 0;
}

.wrap .fnotf img{
  width: 720px;
  height: 360px;
  object-fit: cover;
  display: block;
  margin: auto;
}


.wrap  .redirect, .wish_main .wish_blk_in .collec_tab button{
  font: 19px/23px Barlow-SemiBold;
    color: #fff;
    text-align: center;
    padding: 13.5px;
    background-color: #f3b652;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    width: 240px;
    border: 0;
}
.wish_main .wish_blk_in .collec_tab button{
  margin-right: auto;
  display: inline-block;
}

.wrap  .redirect:hover, 
.wrap  .redirect, .wish_main .wish_blk_in .collec_tab  button:hover{
  background-color: #1a6937;
}
.profile_bg .profil_frm .intext.intext1 label.error{
  color: red;
}

.ord-nwp .order-np .order_main_gd .pagination{
justify-content: center;
    margin: 40px 0 80px 0;
}

.ord-nwp .order-np .order_main_gd .pagination ul.pagination{
  display: flex;
  align-items: center;
}

.ord-nwp .order-np .order_main_gd .pagination ul.pagination li{
margin-right: 15px;
}
.ord-nwp .order-np .order_main_gd .pagination ul.pagination li a{
font: 19px/22px Barlow-SemiBold;
color: #333333;
width: auto;
    padding: 5px;
    min-width: 45px;
    height: 45px;
    background: #f4f4f4;
    border-radius: 5px;
    text-align: center;
    line-height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

}
.ord-nwp .order-np .order_main_gd .pagination ul.pagination {
  margin: unset;
}
.ord-nwp .order-np .order_main_gd .pagination ul.pagination li.active a{
  background-color: #1a6937;
  color: #ffffff;
}

.orders_page_main .order_main_gd .myorder-table table tr td.ord-title .ord-img a img{
  width: 100px;
  height: 100px;
  object-fit: contain;
}
.wish_main .wish_blk_in .collec_tab .wish_lst ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
}
.address_main .address_blk_in .adres_blk .options-dropdown{
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
}

.address_main .address_blk_in .adres_blk .options-dropdown a.edit-option, .address_main .address_blk_in .adres_blk .options-dropdown a.delete-option{
   background-color: #1a6937;
   color: #ffffff;
   border-radius: 5px;
   padding: 8px 15px;
   font: 16px/24px Barlow-Medium;
   text-align: center;
}


.address_main .address_blk_in .adres_blk .options-dropdown a.delete-option{
  background-color: red;

}
.address_main .address_blk_in .adres_blk .options-dropdown a.delete-option:hover{
  background-color: #333333;
}

.address_main .address_blk_in .adres_blk .options-dropdown a.edit-option:hover{
  background-color: #c59b08;
}


.review_main .review_blk_in .common_blk .revs_list_in .rev_lst1 strong{
  display: block;
  float: left;
}

.review_main .review_blk_in .common_blk .revs_list_in .rev_lst1 form{
  display: flex;
  justify-content: end;
}

.review_main .review_blk_in .common_blk .revs_list_in .rev_lst1 {
  padding: 20px;
}

.review_main .review_blk_in .common_blk .revs_list_in .rev_lst1 form .edit{
  display: block;
  background-color: #0da95f;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 10px;
  text-align: center;
  font: 15px/20px Barlow-Medium;
  border: 1px solid transparent;
}

.review_main .review_blk_in .common_blk .revs_list_in .rev_lst1 form .edit:hover{
  background-color: #ffc107;
}

.review_main .review_blk_in .common_blk .revs_list_in .rev_lst1 strong{
  font: 18px/24px Barlow-Bold;
  color: #333333;
}


.ad_adres_strp .adres_form .sv_adres, .address_main .address_blk_in .adres_form .edit-mode{
  font: 16px/25px Barlow-SemiBold;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 26px;
    max-width: 196px;
    width: 100%;
    display: block;
    border-radius: 6px;
    border: 1px solid transparent;
    background: #f3b652;
    transition: 1s ease;

}
.ad_adres_strp .adres_form .sv_adres:hover, .address_main .address_blk_in .adres_form .edit-mode:hover{
  background-color: #1a6937;
}

.addr_pop .modal-header, .modal-header{
 background-color: #f3b652;

}
.addr_pop .modal-header strong{
  text-transform: uppercase;
}

.addr_pop .modal-header .btn-close{
  opacity: 1;
}
.show_address .cnt .addrcnt{
  display: flex;
  margin-bottom: 20px;
}
.show_address .cnt .addrcnt div {
  padding-left: 20px;
}

.show_address .cnt .addrcnt div strong{
  text-transform: capitalize;
  font: 18px/22px Barlow-Bold;
  color: #333;
  margin-bottom: 10px;
}
.show_address .cnt .addrcnt div p{
  font: 17px/22px Barlow-Regular;
  color: #666;
}
.show_address .cnt{
  width: 80%;
}
.show_address td:last-child a{
  font: 16px/20px Barlow-SemiBold;
  color: #ffffff;
  padding: 8px 26px;
  max-width: 296px;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 6px;
  border: 1px solid transparent;
  background: #f3b652;
  transition: 1s ease;
}
.show_address td:last-child a:hover{
  background-color: #1a6937;
}

.show_address td{
  width: 20%;
}
.wish_main .wish_blk_in .collec_tab .btns_group{
  margin-bottom: 20px;
} 
.wish_main .wish_blk_in .collec_tab button{
  margin-left: 0;
}
.wish_main .close{
  border: transparent;
  background: #fff;
}
.wish_main .close span{
  color: #f3b652;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
}

.modal-header .modal-title{
  color: #ffffff;
}

.wish_main label{
  font: 17px/22px Barlow-Regular;
    color: #666;
    padding-bottom: 6px;
}

.wish_main  input{
width: 100%;
padding: 13px 20px;
border: 1px solid #dedede;
font: 17px/22px Barlow-Regular;
color: #666;
border-radius: 5px;
}

.modal-footer .btn.btn-secondary, .modal-footer .btn.btn-primary{
  display: block;
  font: 19px/23px Barlow-SemiBold;
  color: #fff;
  text-align: center;
  padding: 13.5px;
  background-color: #1a6937;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  border-radius: 5px;
}
.modal-footer .btn.btn-primary, .modal-footer .btn.btn-secondary:hover{
 background-color: #f3b652;
}

.modal-footer .btn.btn-primary:hover{
  background-color: #1a6937;
}

#chooseCollectionModal input{
  width: 20px;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: 1px solid #1b6937;
    cursor: pointer;
    padding: unset;
    border-radius: 100%;
    position: relative;
    vertical-align: text-bottom;
    margin-right: 15px;
}
#chooseCollectionModal input::before{
content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 9px;
    width: 9px;
    background: #1b6937;
    border-radius: 100%;
    opacity: 0;
   
    visibility: hidden;
}
#chooseCollectionModal input:checked:before{
  opacity: 1;
  visibility: visible;
}

#chooseCollectionModal label{
  padding-bottom: 0;
}
#chooseCollectionModal .form-check{
  margin-bottom: 15px;
}

#chooseCollectionModal .close{
  background-color: #ffffff;
}
#chooseCollectionModal .modal-header .close{

  display: block;
  margin-left: auto;
  padding: 5px 12px;
  width: auto;
  margin-right: unset;
}

.revi{
  display: flex;
  align-items: center;
  padding-bottom: 37px;
  border-bottom: 1px solid #cdcdcd;
}



.revi .rating-progress .progress-bar{
  display: inline-block;
  width: 74%;
  height: 6px;
}

.crev strong{
  font: 25px/30px Barlow-Bold;
  color: #333333;
  text-transform: capitalize;
  margin-bottom: 27px;
    display: block;
}

 
.crev .revi .prvi-h{
  width: 33%
}
.crev .revi .prvi-h strong{
font: 42px/50px Barlow-Bold;
    color: #333333;
    padding-left: 15px;
    position: relative;
    margin-bottom: 0;
    padding-right: 65px;
    display: inline-block;
}
.crev .revi .prvi-h strong::before{
content: "";
position: absolute;
top: 0;
right: 0;
background: url(../images/User/prvistar.svg) no-repeat center right;
width: 49px;
height: 49px;
}

.crev .revi .prvi-h p{
font: 18px/25px Barlow-Regular;
color: #666666;
margin-top: 20px;
}
.crev .revi .prvi-h p span{
  display: block;
}
.crev .revi .prvi-m b{
display: block;
    font: 20px/25px Barlow-SemiBold;
    color: #333333;
    margin-bottom: 20px;
}
.crev .revi .prvi-m{
  width: 66%;
}
.revi  .rating-snapshot .rating-progress .stars{
 font: 18px/25px  Barlow-SemiBold;
 color: #4b4b4b;
}
.crev .revi form{
  width: 40%;
  text-align: center;
}
.crev .revi form .add-review{
max-width: auto;
background-color: #f3b652;
border-radius: 10px;
font: 20px/25px Barlow-SemiBold;
margin: 0 auto;
color: #ffffff;
text-transform: uppercase;
text-align: center;
padding: 10px;
transition: 1s ease;
}
.crev .revi form .add-review:hover{
  background-color: #1a6937;
}

.crev .pr-revi1{
padding: 25px 0;
}
.crev .pr-revi1 .rvti{
  display: flex;
  justify-content: space-between;
}


.product-detail-main .tabs_description .tab-content .crev  .pr-revi1 .rvti li p{
padding: 5px 15px 5px 40px !important;
    background: #1b6937 url(../images/User/kutstr.png) no-repeat center left 10px;
    font: 16px/20px Barlow-Medium;
    color: #ffffff;
    border-radius: 5px;
}

.product-detail-main .tabs_description .tab-content .crev  .pr-revi1 .rvti li .star_rate svg{
  filter: invert(66%) sepia(87%) saturate(494%) hue-rotate(1deg) brightness(106%) contrast(103%);
}
.crev .pr-revi1:last-child{
  border-top: 1px solid #cdcdcd;
}
.nuts h4 strong, .ingir h4 strong{
  font: 25px/30px Barlow-Bold;
  color: #333333;
  text-transform: capitalize;
  margin-bottom: 27px;
  display: block;
}
.nuts {
  margin-bottom: 30px;
}

.nuts h4, .ingir h4{
  margin-bottom: 20px;
}
.nuts p, .ingir p{
  font: 19px/25px Barlow-Regular;
    color: #666666 !important;
}
.revi .rating-snapshot .rating-progress .stars span{
  margin-right: 10px;
}

.rate_product_main .rate_form .rte_field_btn .ad_pht{
  font: 19px/23px Barlow-SemiBold;
    color: #fff;
    text-align: center;
    padding: 13.5px;
    background-color: #1a6937;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

.rate_product_main .rate_form .rte_field_btn .sub_rev{
  font: 19px/23px Barlow-SemiBold;
  color: #fff;
  text-align: center;
  padding: 13.5px;
  background-color: #1a6937;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  border-radius: 5px;
}
.rate_product_main .rate_form .rte_field_btn .sub_rev:hover{
  background: #f3b652;
}

.rate_product_main .rateprod_blk_in .rate_form .rte_field_btn{
  display: flex;
}
.rate_product_main .rate_form .rte_field_btn label:first-child input{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;

}
/* .rate_product_main .rateprod_blk_in .rate_form .rte_field_btn label{
  margin-right: auto;
} */


.product-details .lSSlideOuter .lSPager.lSGallery img{
  width: 100px;
  height: 100px;
  object-fit: contain;
}


/*****28-9-23****/
.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.action{
  width: 50%;
  text-align: end !important;
  margin-right: 30px;
 
}

.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.action .add-review{
  font: 19px/46px Barlow-SemiBold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background: #f3b652;
  border-radius: 5px;
  border: 1px solid #f3b652;
  max-width: 175px;
  width: 100%;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.action .add-review:hover{
  background-color: #1a6937;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.action span,  span.rvpst{

font: 20px/25px Barlow-Regular;
text-transform: capitalize;
color: #1a6937;
font-weight: 600;
}
.rate_product_main .rateprod_blk_in .rte_field .star-rating{
  float: unset;
  display: inline-block;
}

.rate_product_main .rateprod_blk_in .rate_form .rte_field_btn p{
  position: relative;
  padding-left: 50px;
  background: url(../images/User/cam.png) no-repeat center left;
}

.product-detail-main .product-details .product-information p:empty{
  display: none;
}



.product-detail-main .product-details .product-information .prod-cate-dt li{
  margin-bottom: 8px;
}

/* .checkout-blk .check-frm .check-rgt .paym_dtail label .error{
border: unset;
    position: absolute;
    padding: 0;
    bottom: -55px;
    color: red;
    left: 0;
    width: 100%;
} */
/* .checkout-blk .check-frm .check-rgt .paym_dtail label{
  margin-bottom: 30px;
  position: relative;
} */


.review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1{
  padding: 27px 0 25px;
  border-bottom: 1px solid #dedede;
}

.review_main .review_blk_in .empt_pend_rev  .revs_list_in .rev_lst1:last-child{
  border: unset;
}
.review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 strong, .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst strong{
  font: 20px/22px Barlow-Bold;
  color: #333333;
}
.review_main .review_blk_in .empt_pend_rev  .revs_list_in .rev_lst1 form .edit, .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst form .edit{
  font: 18px/22px Barlow-Medium;
    color: #1a6937;
    background: url(../images/User/edit_icon.png) no-repeat left center;
    padding: 0;
    padding-left: 22px;
    border: unset;
}
.review_main .review_blk_in .empt_pend_rev  .revs_list_in .rev_lst1 form .edit:hover, .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst form .edit:hover{
  background-color: transparent;
}

.review_main .review_blk_in .empt_pend_rev  .revs_list_in .rev_lst1 .star_mn{
  margin: 10px 0;
  display: flex;
}
.review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .star_mn p{
  padding-left: 20px;
}

.review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .star_mn .stars .star_rate svg, .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .star_mn .star_rate svg{
  filter: invert(66%) sepia(87%) saturate(494%) hue-rotate(1deg) brightness(106%) contrast(103%);
}
.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .star_mn p{
font: 15px/22px Barlow-Regular;
color: #333333;
padding-left: 10px;
}
.review_main .review_blk_in .empt_pend_rev  .revs_list_in .rev_lst1 p, .review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 p{
font: 17px/25px Barlow-Regular;
color: #666666;
}

.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst strong{
  float: left;
}
.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst form{
  display: flex;
  justify-content: end;
}

.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .star_mn{
  margin: 12px 0;
}
.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .star_mn p, .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst p  {
  font: 17px/25px Barlow-Regular;
  color: #666666;
}

.rating-progress{
  margin-bottom: 15px !important;
}

.crev .revi .prvi-m{
  display: flex;
  align-items: center;
  
}
.crev .revi .prvi-m .rates{
  width: 60%;
}

header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down.drop .logout_btn a:hover{
  background-color: #1a6937;
}
.product-detail-main .product-details .product-information .rev-stars .star_rate svg{
  filter: invert(66%) sepia(87%) saturate(494%) hue-rotate(1deg) brightness(106%) contrast(103%);

}
.cart-blk .cart-rgt .coupen form{
   width: 100%;
   display: flex;
}

.cart-blk .cart-rgt .coupen{
  flex-wrap: wrap;
}
.cart-blk .cart-rgt .coupen p{
font: 19px/23px Barlow-SemiBold;
    color: #1a6937;
    text-align: center;
    margin-top: 10px;
    width: 100%;
}

#chooseCollectionModal .close span{
  color: #f3b652;
    font-size: 38px;
    font-weight: 900;
    line-height: 25px;

}
.categories .cat_flex .right .cate_products.grid-view .product-grid > a span{
  font: 18px/22px Barlow-SemiBold;
    color: #333333;
    padding-top: 5px;
}

.categories .cat_flex .right .cate_products.grid-view .product-grid > a span.discount-label{
  font: 17px/17px Barlow-Medium;
  color: #ffffff;
  display: block;
  background: #1a6937;
  border-radius: 100%;
  text-align: center;
  text-transform: uppercase;
  width: 55px;
  height: 55px;
  padding: 10px;
  overflow: hidden;
}

.categories.wishcat .edit-collection{
  color: #1a6937;
}
.categories.wishcat .edit-collection svg path{
  fill: #1a6937;
}
.wishcat.categories .cat_flex .right{
  margin-top: 20px;
}

.categories .cat_flex .right .cate_products.grid-view .product-grid .product-img a:last-child{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.wishcat #editCollectionModal .modal-header button, .wishcat #deleteCollectionModal .modal-header button, .ord_det_model button.close{
  border: transparent;
  background: #fff;
}
.wishcat  .modal-header  button span, .wishcat #deleteCollectionModal .modal-header  button span, .ord_det_model button.close span{
color: #f3b652;
font-size: 20px;
font-weight: 900;
line-height: 20px;
}
.wishcat label{
font: 17px/22px Barlow-Regular;
    color: #666;
    padding-bottom: 6px;
}
.wishcat input{
width: 100%;
    padding: 13px 20px;
    border: 1px solid #dedede;
    font: 17px/22px Barlow-Regular;
    color: #666;
    border-radius: 5px;
}
.ord_det_model button.close span{
  box-shadow: 0 0 5px 0 #cdcdcd;
  padding: 10px;
}
.ord_det_model button.close span{
  padding: 8px 12px;
}

.main_content section .breadcrumb{
  display: none;
}
header .header_bot .main_menu ul li, .breadcrumb li, .abtimg-content3 .image-content .md-content ul li{
  background: unset;
  padding-left: 0;
}

.categories .cat_flex .cate_overlay .left .side_grid li{
  padding-left: 0;
}
header .header_mid .mid_hd_main .md-search .md_srch_in .search_drop_down .search_drop_container li, header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down .profile_drop_container li{
  background: unset;
}
.categories .cat_flex .right .pagination ul li, body footer .foot ul li, footer .footer_copyryt .copyryt_main .copyryt_link ul li, .image-content-block .image-content .md-content ul li, .blogs_page .pagination ul li, .contact_page .contact_main .contact_information .contact-social ul li, .contact_page .contact_main .contact_information ul.ctinfo li, .ord-nwp .order-np .order_main_gd .pagination ul.pagination li, .product-detail-main .product-details .product-image .thumb_cont .lSSlideOuter .lSPager.lSGallery li, .review_main .review_blk_in .navbar ul li, .wish_main .wish_blk_in .navbar ul li{
  padding-left: 0;
  background: unset;
}

.blogs_page .pagination ul li.active a, .blogs_page .pagination ul li:hover a{
background: #1a6937;
  color: #ffffff;
  
}
.blogs_page .pagination ul li a{
font: 19px/22px Barlow-SemiBold;
    color: #333333;
    width: auto;
    padding: 5px;
    min-width: 45px;
    height: 45px;
    background: #f4f4f4;
    border-radius: 5px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abtimg-content3 .image-content img{
    width: 100%;
    max-width: 639px;
    object-fit: cover;
    height: 552px;
}

.address_main .address_blk_in .adres_form .field_row.gd_splt label.error, .address_main .address_blk_in .adres_form .field_row.gd_splt1 label.error{
  width: 100%;
  color: red;
  margin-bottom: 0;
}
.address_main .address_blk_in .adres_form .field_row.gd_splt{
  align-items: flex-start;
}

.breadcrumb ul li a{
  padding-right: 45px;
  position: relative;
}
.breadcrumb ul li a::after{
  position: absolute;
  top: 6px;
  right: 16px;
  margin: unset;
}
.blog_detail_page .blog_detail strong p{
    font: 40px/40px Barlow-Bold;
    color: #333333;
    text-transform: uppercase;
  }

  .blog_detail_page .blog-product-block .blog-product .product-grid > a:hover.product-cont strong, .categories .cat_flex .right .cate_products.grid-view .product-grid > a:hover .product-cont strong{
    color: #1a6937;
  }

  .cart-blk .cart-lft table tr td.pr-qunatity .qu-value button > p{
    display: flex;
    align-items: center;
  }
  .cart-blk .cart-lft table tr td.pr-del a:hover img{
    filter: invert(66%) sepia(121%) saturate(1770%) hue-rotate(357deg) brightness(96%) contrast(107%);
  }
  .contact_page .contact_main .contact_form .intext .md-field label.error, .login_bg .login_frm .inner_frm .md-field label.error, label.error{
    color: red;
  }
  .contact_page .contact_main .contact_form .captcha_blk {
    flex-wrap: wrap;
  }
  .contact_page .contact_main .contact_form .captcha_blk  label.error{
    width: 100%;
    order: 4;
    color: red;
  }

  .contact_page .contact_main .contact_information ul li.cl-call:hover img, .contact_page .contact_main .contact_information ul li.cl-mail:hover img{
    filter: brightness(10);
  }
  .contact_page .contact_main .contact_information ul li.cl-call:hover .img, .contact_page .contact_main .contact_information ul li.cl-mail:hover .img{
  background-color: #1a6937;

  }
  .contact_page .contact_main .contact_information ul li.cl-call, .contact_page .contact_main .contact_information ul li.cl-mail{
    cursor: pointer;
  }
  .contact_page .contact_main .contact_form .intext .md-field textarea::-webkit-scrollbar{
    width: 4px;
  }
  .contact_page .contact_main .contact_form .intext .md-field textarea::-webkit-scrollbar-thumb{
    border-radius: 5px;
    background-color: #cdcdcd;
  }
  .contact_page .contact_main .contact_form .intext.intext_check p a:hover{
    text-decoration: underline;
  }
  .contact_page .contact_main .contact_form .intext.intext_check p a{
    position: relative;
    z-index: 5;
  }
  .contact_page .contact_main .contact_form .captcha_blk input#captcha{
  font: 17px/25px Barlow-Regular;
    color: #666666;
    display: block;
    border: 1px solid #dedede;
    border-radius: 5px;
    height: 50px;
    padding: 0 15px;
  }
  .contact_page .contact_main .contact_form .captcha_blk img{
    height: 50px;
  }

  .ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_logo, .ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_cont{
     width: 50%;
  }
  .ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_logo p:nth-of-type(2){
      width: 36%;
}
.contact_page .contact_main .contact_form .captcha_blk input {
  width: 81%;
}
.static_text{
padding: 80px 0 100px;
}

.static_text h1{
  font: 45px/45px  Barlow-Bold;
    margin-bottom: 15px;
}
.static_text p {
  font: 22px/30px Barlow-Regular;
  margin-bottom: 10px;
  color: #666666;
}
.static_text .custom.privacy p:first-child, .static_text .custom.term p:first-child{
  font-family: Barlow-Bold;
}
.static_text ul li{
font: 22px/22px Barlow-Regular;
padding-left: 20px;
position: relative;
color: #666666;
margin-bottom: 25px;
}
.static_text ul li ol {
  margin-top: 22px;
}
.static_text .custom.privacy p:first-child, .static_text .custom.term p:first-child{
  color: #333333;
}

.header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul li.li_sb.active a{
  display:-webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}
.feature-category .category-grid .cate-blk > a{
  display: block;
}
/* .feature-category .category-grid .cate-blk .cate-cmn .cate-cnt::-webkit-scrollbar{
  background: #ffffff;
} */
.feature-category .category-grid .cate-blk .cate-cnt p:first-child{
  padding-bottom: 0;
}


header .header_bot .main_menu .main_menu_in .cls-btn{
  display: none;
}

.blog_detail_page .blog-product-block .blog-product .product-grid:hover .product-cont strong{
  color: #1a6937;
}

.cart-blk .cart-lft table tr td.pr-title strong:hover{
  color: #1a6937;
}
.ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_cont ul:empty{
  display: none;
}

header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down.drop .profile_drop_container li a:hover{
   color: #1a6937;
}
.blogs_page .blogs_overview .blog_card{
  border-radius: 5px;
}

/* 
.categories .cat_flex .right .cate_products{
  justify-content: center;
} */


header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down .profile_drop_container li{
  position: relative;
}
header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down .profile_drop_container li::before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #1a6937;
}

header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down .profile_drop_container li:hover::before{
  width: 100%;
  transition: 1s ease;
}

footer .footer_bottom .foot_pay img{
  cursor: pointer;
}

 .crev .revi .prvi-m .rates{
  width: 100%;
}
.crev .revi .prvi-m{
  width: 70%;
}


.crev .revi .prvi-m .rates{
  position: relative;
}
.crev .revi .prvi-m .rates form{
  width: 50%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


.crev .revi .prvi-m .rating-snapshot, .crev .revi .prvi-m b{
  width: 50%;
}

.about_vid_blk.playing::before{
  display: none;
}

.cofe, .success{
   padding: 90px 0;
}
.cofe .revin img{
   display: block;
   margin: 0 auto;
   height: 395px;
   max-width: 450px;
   width: 100%;
}
.cofe h3, .success h2{
  font: 30px/32px Barlow-Bold;
  color: #1a6937;
  text-transform: uppercase;
  padding-bottom: 20px;
  text-align: center;
}

.cofe p{
  font: 17px/25px Barlow-Regular;
  color: #666666;
  padding-bottom: 24px;
  text-align: center;
}
.cofe p button{
  appearance: none;
  background: unset;
  border: unset;
  font: 19px/46px Barlow-SemiBold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background: #f3b652;
  border-radius: 8px;
  border: 1px solid transparent;
  max-width: 175px;

  width: 100%;
}

.success .image img{
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
  height: 360px;
}

.crev .pr-revi1:first-child{
  border: unset;
}
.crev .pr-revi1{
  border-top: 1px solid #cdcdcd;
}

.crev .pr-revi1 .rev_galry img, .crev .pr-revi1 .hidden-images img{
  max-width: 120px;
  height: 120px;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 #cdcdcd;
  object-fit: contain;
  margin-right: 20px;
}
.crev .pr-revi1 .rev_galry .btn.load-more-button{
  color: #ffffff;
  font: 20px/25px Barlow-SemiBold;
}
.crev .pr-revi1 .rev_galry div.hope::before{
content: "";
    clear: both;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.crev .pr-revi1 .rev_galry div.hope.loss::before{
  display: none;
}


.crev .pr-revi1 .rev_galry div.hope img{
  margin-right: 0;
}
.crev .pr-revi1 .rev_galry div.hope{
  margin-right: 20px;
}

.rev_blk, .crev .pr-revi1 .rev_galry{
  display: flex !important;
}

.revi .rating-snapshot .rating-progress .stars{
  margin-right: 10px;
}

.crev .revi .prvi-m .rating-snapshot .rating-progress:last-child span.stars span{
  margin-right: 14px;
}
span.rvpst{
  display: block;
  text-align: center;
}
.profile_bg .profil_frm .intext.intext_btn p.cancel_btn{
font: 19px/46px Barlow-SemiBold;
color: #ffffff;
text-align: center;
text-transform: uppercase;
background: #1a6937;
border-radius: 5px;
border: 1px solid #1a6937;
width: 100%;
transition: 0.5s ease;
max-width: 237px;
margin: 5px 0 19px 50px;
}
.profile_bg .profil_frm .intext.intext_btn p.cancel_btn:hover{
  background-color: #f3b652;
  border-color: #f3b652;
}

.categories .cat_flex .right .cate_products .notee{
text-align: center;
    display: block;
    color: red;
    width: 100%;
}
.product-detail-main .product-details .product-information .dt-shipment li.dt-support{
  background-position: 5px;
}
.featured-product .products-grid-block .product-grid{
  margin-bottom: 26px;
}
 .rte_field .star-rating > input:checked ~ label:hover, .rte_field .star-rating:not(:checked) > label:hover, .rte_field .star-rating:not(:checked) > label:hover ~ label{
  color: #ffc700 !important;
 }

 .rate_product_main .rateprod_blk_in .rate_form .rte_field{
  margin-bottom: 0;
 }
 .categories .cat_flex .cate_overlay .left .side_grid #pricerange{
  font-size: 16px;
 }

 .rate_product_main .rateprod_blk_in .rate_form .rte_field p.wre {
  padding: 12px 0;
}
 .rate_product_main .rateprod_blk_in .rate_form .rte_field p{
  padding-bottom: 12px;
 }

 .testimonial_blks .inner_cnt .cmn_grd strong{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-overflow: ellipsis;
  overflow: hidden;

 }
 .login_bg .login_frm .inner_frm .md-field .refresh{
  padding-inline: 10px;
 }

 .login_bg .login_frm .inner_frm .md-field.captcha_blk, .contact_page .contact_main .contact_form .captcha_blk{
  flex-wrap: wrap;
  border: 1px solid #dedede;
  border-radius: 5px;
  height: 50px;
  margin: 15px 0 30px;
  padding: 0;
 }
 .login_bg .login_frm .inner_frm .md-field.captcha_blk img, .contact_page .contact_main .contact_form .captcha_blk img{
  height: 100% !important;
 }
 .login_bg .login_frm .inner_frm .md-field.captcha_blk input{
  width: 80%;
  border: unset;
  height: 100% !important;
 }
 .contact_page .contact_main .contact_form .captcha_blk input{
  height: 100% !important;
  border: unset !important;
 }

 .login_bg .login_frm .inner_frm .md-field.captcha_blk label.error{
  order: 4;
 }
 header .header_bot{
  padding: 0;
 }
 header .header_bot .main_menu ul li{
  padding-block: 6px;
 }

 .header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul li.li_sb a{
  padding-left: 0;
}
.header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul li.li_sb::before, .header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul li.li_sb::after{
   display: none;
}
.header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul li a:hover{
  color: #1a6937;
}

.rate_product_main .rateprod_blk_in .rate_form .rte_field.gal{
  display: flex;
  margin-top: 15px;
}

.review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .rev_galry{
  display: flex !important;
  margin-top: 25px;
  flex-wrap: wrap;

}

.review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .rev_galry div img{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 139px;
  max-width: unset !important;
  max-height: unset !important;
  object-fit: contain;
  margin-bottom: 20px;
  height: 129px;
  box-shadow: 0 0 8px 0 #cdcdcd;
}

.rate_product_main .rateprod_blk_in .rate_form .rte_field.gal .image-container{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rate_product_main .rateprod_blk_in .rate_form .rte_field.gal{
  display: flex;
  flex-wrap: wrap;
}

.rate_product_main .rateprod_blk_in .rate_form .rte_field.gal .image-container img{
  width: 129px;
  height: 129px;
  object-fit: contain;
}

.wish_main .wish_blk_in .collec_tab .btns_group{
  display: flex;
  justify-content: space-between;
}
.wish_main .wish_blk_in .collec_tab .btns_group button:last-child{
  margin-left: auto;
  margin-right: unset;
}

#deleteCollectionModal .modal-body span{
  text-align: center;
  display: block;
  margin-bottom: 30px;
  font: 17px/25px Barlow-Regular;
  color: #666666;

}
.rate_product_main .rateprod_blk_in .rate_form .rte_field span.error, .rate_form form .error{ 
  display: block;
  color: red;
}
.rate_product_main .rate_form .rte_field_btn .ad_pht, .rate_product_main .rate_form .rte_field_btn .sub_rev{
max-width: 220px;
width: 100%;
}

.rate_product_main .rate_form .rte_field_btn .sub_rev{
  background-color: #f3b652;
  border: 1px solid transparent;

}
.rate_product_main .rate_form .rte_field_btn .sub_rev:hover{
  background-color: #1a6937;
}
.rate_product_main .rate_form .rte_field_btn .ad_pht{
  background-color: #1a6937;
}
.rate_product_main .rate_form .rte_field_btn .ad_pht:hover{
  background-color: #f3b652;
}

.crev .revi .prvi-m .rates span.rvpst{
  display: block;
  width: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul li.li_sb.active::before, .header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul li.li_sb.active::after{
  display: none !important;
}
.ingir ul li{
  font: 19px/25px Barlow-Regular;
  color: #666666;
 }
 .categories .cat_flex .right .cate_products.grid-view .product-grid .product-cont a img{
  width: 45px;
  height: 45px;
  object-fit: contain;
 }

 .modal-lg .modal-body img{
  width: 100%;
    max-width: 447px;
    height: 438px;
    object-fit: contain;
 }
 .header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul li a{
  margin-bottom: 0;
 }

 .crev .revi .prvi-h strong{
  padding-left: 10px;
 }
 .product-detail-main .product-details .product-image .thumb_cont .lSGallery:empty{
  display: none !important;
 }
 .header_bot .main_menu ul li.drop-down .sub_category{
 box-shadow: inset 0 -10px 5px -10px #000000;

 }

 .featured-product .products-grid-block .product-grid:hover strong, .best-sell-product .counter_slide .product-grid:hover strong{
  color: #1a6937;
 }
 .featured-product .products-grid-block .product-grid .prod-label, .best-sell-product .counter_slide .product-grid .prod-label{
  margin-bottom: 15px;
 }
 
 .wish_main .mtwish img{
  display: block;
  margin: 0 auto 20px;
  width: 370px;
  height: 278px;
 }
 .wish_main .mtwish strong{ 
 font: 45px/45px Barlow-Bold;
 margin-bottom: 15px;
 display: block;
 text-align: center;
 }
 .wish_main .mtwish .emt{
  display: flex;
  justify-content: space-between;
 }

 .wish_main .mtwish .emt button{
  font: 19px/23px Barlow-SemiBold;
  color: #fff;
  text-align: center;
  padding: 13.5px;
  background-color: #1a6937;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid transparent;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  transition: 1s ease;
 }
 .wish_main .mtwish .emt button:hover{
  background-color: #f3b652;
 }
 .wish_main .mtwish .emt button:last-child{
  background-color: #f3b652;
 }
 .wish_main .mtwish .emt button:last-child:hover{
  background-color: #1a6937;
 }
 .ord-nwp .order-np .order_main_gd .pagination ul.pagination li a img, .categories .cat_flex .right .pagination li a img{
  width: 22px;
  height: 22px;
 }
 .ord-nwp .order-np .order_main_gd .pagination ul.pagination li a:hover img,  .ord-nwp .order-np .order_main_gd .pagination ul.pagination li.active a img, .categories .cat_flex .right .pagination li a:hover img, .categories .cat_flex .right .pagination li.active a img {
  filter: brightness(10);
 }
 .ord-nwp .order-np .order_main_gd .pagination ul.pagination li a:hover{
  background-color: #1a6937;
  color: #ffffff;
 }
 .categories .cat_flex .right .cate_products.grid-view .product-grid .product-img img{
  width: 180px;
 }
 /* .testimonial_blks .inner_cnt .cmn_grd,  .testimonial_blks .inner_cnt .cmn_grd .img_, .testimonial_blks .inner_cnt .cmn_grd p, .testimonial_blks .inner_cnt .cmn_grd strong {
 background: linear-gradient(110deg, #fff 18%, #fbfbfb 19%, #fff 33%);
 border-radius: 5px;
 background-size: 200% 100%;
 animation: 1.8s shine linear infinite;
 }

@keyframes shine{
  to{
    background-position-x: -200%;
  }
} */
.login_bg .login_frm .inner_frm .intext.intext_check input:checked ~ p:after{
  opacity: 1;
  visibility: visible;
}
/* .product-detail-main .product-details .product-image .thumb_cont .lSGallery{
  width: 100% !important;
  max-width: 86%;
  margin: 0 auto;
} */
.notifyjs-bootstrap-base{
  background-position: 3px 10px !important;
}



.notifyjs-customNotify-warn, .notifyjs-customNotify-warning{
    color: #C09853;
    background-color: #FCF8E3;
    border-color: #FBEED5;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAABJlBMVEXr6eb/2oD/wi7/xjr/0mP/ykf/tQD/vBj/3o7/uQ//vyL/twebhgD/4pzX1K3z8e349vK6tHCilCWbiQymn0jGworr6dXQza3HxcKkn1vWvV/5uRfk4dXZ1bD18+/52YebiAmyr5S9mhCzrWq5t6ufjRH54aLs0oS+qD751XqPhAybhwXsujG3sm+Zk0PTwG6Shg+PhhObhwOPgQL4zV2nlyrf27uLfgCPhRHu7OmLgAafkyiWkD3l49ibiAfTs0C+lgCniwD4sgDJxqOilzDWowWFfAH08uebig6qpFHBvH/aw26FfQTQzsvy8OyEfz20r3jAvaKbhgG9q0nc2LbZxXanoUu/u5WSggCtp1anpJKdmFz/zlX/1nGJiYmuq5Dx7+sAAADoPUZSAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfdBgUBGhh4aah5AAAAlklEQVQY02NgoBIIE8EUcwn1FkIXM1Tj5dDUQhPU502Mi7XXQxGz5uVIjGOJUUUW81HnYEyMi2HVcUOICQZzMMYmxrEyMylJwgUt5BljWRLjmJm4pI1hYp5SQLGYxDgmLnZOVxuooClIDKgXKMbN5ggV1ACLJcaBxNgcoiGCBiZwdWxOETBDrTyEFey0jYJ4eHjMGWgEAIpRFRCUt08qAAAAAElFTkSuQmCC);
}
.notifyjs-customNotify-base  {
    font-weight: bold;
    padding: 8px 15px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: 3px 7px;
}

.notifyjs-customNotify-base {
    background-position: 3px 10px !important;
}
.notifyjs-customNotify-successed{
    color: #468847;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAutJREFUeNq0lctPE0Ecx38zu/RFS1EryqtgJFA08YCiMZIAQQ4eRG8eDGdPJiYeTIwHTfwPiAcvXIwXLwoXPaDxkWgQ6islKlJLSQWLUraPLTv7Gme32zoF9KSTfLO7v53vZ3d/M7/fIth+IO6INt2jjoA7bjHCJoAlzCRw59YwHYjBnfMPqAKWQYKjGkfCJqAF0xwZjipQtA3MxeSG87VhOOYegVrUCy7UZM9S6TLIdAamySTclZdYhFhRHloGYg7mgZv1Zzztvgud7V1tbQ2twYA34LJmF4p5dXF1KTufnE+SxeJtuCZNsLDCQU0+RyKTF27Unw101l8e6hns3u0PBalORVVVkcaEKBJDgV3+cGM4tKKmI+ohlIGnygKX00rSBfszz/n2uXv81wd6+rt1orsZCHRdr1Imk2F2Kob3hutSxW8thsd8AXNaln9D7CTfA6O+0UgkMuwVvEFFUbbAcrkcTA8+AtOk8E6KiQiDmMFSDqZItAzEVQviRkdDdaFgPp8HSZKAEAL5Qh7Sq2lIJBJwv2scUqkUnKoZgNhcDKhKg5aH+1IkcouCAdFGAQsuWZYhOjwFHQ96oagWgRoUov1T9kRBEODAwxM2QtEUl+Wp+Ln9VRo6BcMw4ErHRYjH4/B26AlQoQQTRdHWwcd9AH57+UAXddvDD37DmrBBV34WfqiXPl61g+vr6xA9zsGeM9gOdsNXkgpEtTwVvwOklXLKm6+/p5ezwk4B+j6droBs2CsGa/gNs6RIxazl4Tc25mpTgw/apPR1LYlNRFAzgsOxkyXYLIM1V8NMwyAkJSctD1eGVKiq5wWjSPdjmeTkiKvVW4f2YPHWl3GAVq6ymcyCTgovM3FzyRiDe2TaKcEKsLpJvNHjZgPNqEtyi6mZIm4SRFyLMUsONSSdkPeFtY1n0mczoY3BHTLhwPRy9/lzcziCw9ACI+yql0VLzcGAZbYSM5CCSZg1/9oc/nn7+i8N9p/8An4JMADxhH+xHfuiKwAAAABJRU5ErkJggg==);
}

.notifyjs-customNotify-error, .notifyjs-customNotify-errors{ 
  color: #f81403 ;
  background-color: #fcd9d6;
  background-image: url(../images/User/close-noti.png);
  background-size: 16px;
  background-position: 3px 15px !important;
}

.wish_main .wish_blk_in .collec_tab .wish_lst .wish_cont ul li:last-child span::before{
  display: none;
}
.lb-dataContainer {
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: -35px;
  transform: translateX(-50%)
}
.lb-data .lb-number{
  color: #ffffff !important;
}
.rev_blk, .crev .pr-revi1 .rev_galry{
  flex-wrap: wrap;
}

.rev_blk, .crev .pr-revi1 .rev_galry a img{
  margin-bottom: 12px;
  margin-right: 12px;
}
.lightboxOverlay{
  width: 100% !important;
}
.lightbox .lb-image, .lb-outerContainer{
  width: 100% !important;
}
.lb-outerContainer{
  max-width: 655px !important;
}
.lb-dataContainer{
  max-width: 655px !important;
  width: 100% !important;
}
.product-detail-main .product-details .product-information .discount-badge .wishlist{
  display: none;
}
.lightbox .lb-image{
  object-fit: contain;
}

/* 11-10-2023 */

.blog_detail_page .blog-product-block .prreqs {
  max-width: 222px;
  width: 100%;
  background-color: #f3b652;
  border-radius: 10px;
  font: 20px/25px Barlow-SemiBold;
  margin: 30px auto 0;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  transition: 1s ease;
}
.blog_detail_page .blog-product-block .prreqs:hover {
  background-color: #1a6937;
}

.prreqbk {
  max-width: 860px;
}

.prreqbk .modal-content {
  border-radius: 10px;
}

.prreqbk .modal-content .pr-mod {
  padding: 38px 44px;
}

.prreqbk .modal-content .pr-mod strong {
  font: 30px/40px Barlow-Bold;
  color: #333333;
  margin-bottom: 15px;
  text-transform: uppercase;
  display: block;
}

.prreqbk .modal-content .pr-mod p {
  font: 17px/27px Barlow-Regular;
  color: #666666;
  margin-bottom: 30px;
}

.prreqbk .modal-content .pr-mod .prform-blk .pr-frm {
  display: flex;
  margin-bottom: 15px;
}

.prreqbk .modal-content .pr-mod .prform-blk .pr-frm .prfr {
  width: 49%;
}

.prreqbk .modal-content .pr-mod .prform-blk .pr-frm .prfr:first-child {
  margin-right: 2%;
}

.prreqbk .modal-content .pr-mod .prform-blk .pr-frm .prfr label {
  font: 17px/25px Barlow-Regular;
  color: #666666;
  margin-bottom: 8px;
}

.prreqbk .modal-content .pr-mod .prform-blk .pr-frm .prfr input {
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  height: 45px;
  padding: 10px;
  width: 100%;
  font: 17px/25px Barlow-Regular;
  color: #333333;
}

.prreqbk .modal-content .pr-mod .prform-blk .pr-frm .prfr .cin {
  background: url(../images/User/reqdrd.png) no-repeat center right 10px;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  height: 45px;
  padding: 10px;
  width: 100%;
  font: 17px/25px Barlow-Regular;
  color: #333333;
}

.prreqbk .modal-content .pr-mod .prform-blk .pr-upl label {
  font: 17px/25px Barlow-Regular;
  color: #666666;
  margin-bottom: 8px;
}

.prreqbk .modal-content .pr-mod .prform-blk .pr-upl .upl-bx {
  position: relative;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
}

.prreqbk .modal-content .pr-mod .prform-blk .pr-upl .upl-bx input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.prreqbk .modal-content .pr-mod .prform-blk .pr-upl .upl-bx img {
  display: block;
  margin: 22px auto 10px;
}

.prreqbk .modal-content .pr-mod .prform-blk .pr-upl .upl-bx p {
  font: 17px/25px Barlow-Regular;
  color: #666666;
  text-align: center;
}

.prreqbk .modal-content .pr-mod .prform-blk .preqbt {
  max-width: 254px;
  width: 100%;
  background-color: #f3b652;
  border-radius: 5px;
  font: 20px/25px Barlow-SemiBold;
  margin: 37px 0 0;
  display: block;
  color: #ffffff;
  border: 1px solid transparent;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  transition: 1s ease;
}

.prreqbk .modal-content .pr-mod .prform-blk .preqbt:hover {
  background-color: #1a6937;
}

.prreqbk .modal-content .pr-mod .close {
  position: absolute;
  top: 49px;
  right: 30px;
}

/* ---------- */

.prreqbk .modal-content .pr-mod .prform-blk .pr-frm .prfr .country-select{
  display: block;
}
.prreqbk .modal-content .pr-mod .prform-blk .pr-frm .prfr  .country-select.inside .flag-dropdown{
  left: unset;
  right: 0;
}

.prreqbk .modal-content .pr-mod .prform-blk .pr-frm .prfr  .country-select .country-list{
  width: auto !important;
  right: 0;
}
.prreqbk .modal-content .pr-mod .prform-blk .pr-frm .prfr .country-select .country-list .country{
  padding-left: 0;
  background: unset;
}
.prreqbk .modal-content .pr-mod .prform-blk .pr-upl label.error, .prreqbk .modal-content .pr-mod .prform-blk .pr-frm .prfr label.error{
  color: red;
}

.review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .rev_galry a, .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry a {
  box-shadow: 0 0 5px 0 #cdcdcd;
  margin-right: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.8%;
}

/* .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .star_mn + p, .review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .star_mn + p{
   height: 60px;
   overflow-y: auto;
}
.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .star_mn + p::-webkit-scrollbar, .review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1  .star_mn + p::-webkit-scrollbar{
width: 3px;
}
.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .star_mn + p::-webkit-scrollbar-thumb, .review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .star_mn + p::-webkit-scrollbar-thumb{
  background-color: #1b6937;
  border-radius: 5px;
  } */
  .categories .cat_flex .right .cate_products .sunny {
    display: block;
    width: 100%;
  }
  .categories .cat_flex .right .cate_products .sunny strong{
    display: block;
    color: #afafaf;
    font: 25px/35px  Barlow-Bold;
    width: 100%;
    text-align: center;
  }

  .checkout-blk .check-frm .check-rgt .paym_dtail label.error{
     margin: unset;
     padding: unset;
     border: unset;
  }
  .checkout-blk .check-frm .check-rgt .paym_dtail label:nth-last-of-type(2){
    margin-bottom: 10px;
  }
  .wishcat .action_btns img{
    padding: 0 10px;
  }
  .wish_main .wish_blk_in .collec_tab .wish_lst ul li a, .review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .rev_galry a, .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry a{
    padding: 5px 0;
  }
  .rate_product_main .rate_form .rte_field_btn .sub_rev{
    margin-left: auto;
    height: 52px;
  }

  .rate_product_main .rateprod_blk_in .rate_form .rte_field_btn a{
    color: #333333;
  }

  .rate_product_main .rateprod_blk_in .rate_form .rte_field_btn #image-list{
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .rate_product_main .rateprod_blk_in .rate_form .rte_field_btn #image-list .image-item {
    font: 14px/20px Barlow-Regular;
    color: #666666;
    margin-left: 5px;
    margin-bottom: 7px;
  }

  .rate_product_main .rateprod_blk_in .rate_form .rte_field_btn #image-list .image-item .remove-image{
  padding: 3px 9px;
  border-radius: 50%;
  font-size: 14px !important;
  margin-left: 3px;
  box-shadow: 0 0 5px 0 #cdcdcd;
  }
  .rate_product_main .rate_form .rte_field_btn .ad_pht{
    min-width: 197px;
  }
  .show_address .cnt .addrcnt img{
    width: 42px;
    height: 40px;
    max-width: 100%;
    object-fit: contain;
  }

/****10-10-23***/
.ban_imanco {
  position: relative;
}

.ban_imanco>img {
  width: 100%;
  max-height: 650px;
  height: 650px;
  -o-object-fit: cover;
  object-fit: cover;
}

.ban_imanco .ban-con {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  transform: translateY(-50%);
}

.banner .owl-nav {
  margin: 0 auto;
}

/****10-10-23***/

/***18-10-23**/

.banner .owl-nav button.owl-prev{
  left: 2%;
}

.banner .owl-nav button.owl-next{
  right: 2%;
}

.owl-dots{
  display: none !important;
}
.banner .owl-nav{
  margin: 0 auto;
  width: 100%;
  position: absolute;
  bottom: 50%;
}

/* ********** Reward page start*/

.reward-blk {
  padding: 100px 0;
}

.reward-blk .reward {
  padding: 40px 40px 15px 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.reward-blk .reward .reward-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 20px 0;
}

.reward-blk .reward .reward-head h1 {
  font: 30px/36px Barlow-Bold;
  color: #333;
  text-transform: uppercase;
}

.reward-blk .reward .reward-head button {
  font: 18px/20px "Barlow-SemiBold";
  color: #333333;
  border: 1px solid #3333335e;
  border-radius: 30px;
  padding: 12px 15px 12px 44px;
  background: url(../images/coin.png) no-repeat center left 10px;
}

.reward-blk .reward .reward-tab {
  display: flex;
  align-items: center;
  border: 1px solid #3333335e;
  padding: 15px 25px;
  margin-top: 15px;
}

.reward-blk .reward .reward-tab span {
  font: 18px/20px "Barlow-SemiBold";
  color: #333333;
  margin-right: 30px;
}

.reward-blk .reward .reward-tab p {
  font: 17px/22px "Barlow-Regular";
  color: #666666;
}

.reward-blk .reward .reward-tab-blk .reward-tp-he {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 28px;
  margin-bottom: 23px;
}

.reward-blk .reward .reward-tab-blk .reward-tp-he strong {
  font: 18px/20px "Barlow-SemiBold";
  color: #333333;
}

.reward-blk .reward .reward-tab-blk .reward-tp-he b {
  font: 18px/20px "Barlow-SemiBold";
  color: #333333;
  background: url(../images/coin.png) no-repeat center left 0px;
  padding-left: 45px;
}

.reward-blk .reward .reward-tab-blk .reward-table table {
  width: 100%;
}

.reward-blk .reward .reward-tab-blk .reward-table table tr:nth-of-type(odd) {
  background-color: #f1f1f1;
}

.reward-blk .reward .reward-tab-blk .reward-table table tr {
  padding: 16px 30px 16px 23px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.reward-blk .reward .reward-tab-blk .reward-table table tr .ite-nam strong {
  font: 18px/22px "Barlow-Medium";
  color: #333333;
  display: block;
  padding-bottom: 10px;
}

.reward-blk .reward .reward-tab-blk .reward-table table tr .ite-nam span {
  font: 17px/22px "Barlow-Regular";
  color: #666666;
}

.reward-blk .reward .reward-tab-blk .reward-table table tr .coin b {
  font: 17px/19px "Barlow-Medium";
}

.reward-blk .reward .reward-tab-blk .reward-table table tr .coin .timing {
  color: #666666;
  padding-left: 28px;
  background: url(../images/timing.png) no-repeat center left;
}

.reward-blk .reward .reward-tab-blk .reward-table table tr .coin .pulse {
  color: #156937;
}

.reward-blk .reward .reward-tab-blk .reward-table table tr .coin .minus {
  color: #da1414;
}

.reward-blk>.container>a {
  font: 19px/50px Barlow-SemiBold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  display: block;
  background: #f3b652;
  max-width: 175px;
  width: 100%;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 45px;
}

/* ********** Reward page end*/

/******responisve start***********/
@media screen and (max-width: 1520px) {
  .app-main-block .app-block-in .app-ryt {
    margin-right: 0;
  }
  .banner .owl-nav button {
    top: auto;
    transform: unset;
    bottom: 30px;
  }
  .banner .owl-nav button.owl-next {
    right: auto;
    left: 60px;
  }
  .feature-category #cate-slide .owl-nav button {
    top: auto;
    transform: unset;
    bottom: -45px;
  }
  .feature-category #cate-slide .owl-nav button.owl-prev {
    left: 47%;
  }
  .feature-category #cate-slide .owl-nav button.owl-next {
    right: 47%;
  }
  .banner .owl-nav {
    position: relative;
    width: 100%;
    max-width: 1350px;
  }
  .banner .owl-nav button.owl-prev {
    left: 0;
  }
  .banner .owl-nav button.owl-next {
    left: 50px;
  }
  /* .banner #banner {
    padding: 0 10px;
  } */
  .feature-category #cate-slide {
    margin-bottom: 100px;
  }
  .orders_page_main .order_main_gd {
    padding-right: 70px;
  }
  /***10-10-23**/
  .ban_imanco .ban-con {
    padding: 0 10px;
  }

  .banner .owl-nav {
    max-width: 1330px;
  }

  /***10-10-23**/
}
@media screen and (max-width: 1400px) {
  .container {
    padding: 0 10px;
  }
  .cart-blk {
    padding: 90px 0 90px;
  }
  .cart-blk .cart-lft {
    width: 65%;
  }
  .cart-blk .cart-rgt {
    width: 33%;
    margin-left: 2%;
  }
  header .header_mid .mid_hd_main .md-ryt .md-cart {
    margin-right: 20px;
  }
  header .header_mid .mid_hd_main .md-ryt .md-profile {
    padding-right: 20px;
  }
  .banner .banner_content .ban_text strong {
    font-size: 60px;
    line-height: 62px;
  }
  .banner .banner_content .ban_img img {
    height: 480px;
  }
  .banner > img {
    height: 625px;
  }
  .feature-category {
    padding: 80px 0;
  }
  .feature-category h1,
  .featured-product h2,
  .image-content-block .image-content .md-content h3,
  .best-sell-product .best-head-content strong,
  .app-main-block .app-block-in .app-lft strong,
  .testimonials strong,
  .blog-block strong {
    font-size: 37px;
    line-height: 39px;
  }
  .featured-product {
    padding: 0 0 70px;
  }
  .image-content-block {
    padding: 65px 0 75px;
  }
  .best-sell-product {
    padding: 110px 0 90px;
  }
  .testimonials {
    padding: 80px 0;
  }
  .blog-block {
    padding: 90px 0;
  }
  .blog-block .blog_slide .blog_card .blog-cont p {
    font-size: 19px;
    line-height: 23px;
  }
  .blogs_page .blogs_overview .blog_card .blog-cont p {
    font-size: 19px;
    line-height: 23px;
  }
  .blog-block .blog_slide .blog_card .blog-cont .blog-bot p b,
  .blogs_page .blogs_overview .blog_card .blog-cont .blog-bot p b {
    font-size: 17px;
    line-height: 24px;
  }
  .blog-block .blog_slide .blog_card .blog-cont .blog-bot p {
    margin-bottom: 0;
  }
  .image-content-block .image-content .md-image img {
    height: 540px;
  }
  .orders_page_main .order_main_gd {
    padding-right: 50px;
  }
  .blog_detail_page {
    padding-top: 100px;
  }
  .blog_detail_page .blog_detail > img {
    height: 570px;
  }
  .blog_detail_page .blog_detail h1,
  .blog_detail_page .blog-product-block .blog-title-btn h3 {
    font-size: 37px;
    line-height: 39px;
  }
  .blog_detail_page .blog-product-block {
    padding: 75px 0 100px;
  }
  .blog_detail_page .blog_detail .dt_quote {
    background-position: top 14px right 70px;
    background-size: 80px;
  }
  .blog_detail_page .blog_detail .dt_img .ds-img img {
    height: 330px;
  }
  .product-detail-main .product-details {
    padding: 80px 0 70px;
  }
  .product-detail-main .product-details .product-information h1 {
    font-size: 37px;
    line-height: 39px;
  }
  .product-detail-main .product-details .product-information .dt-btns {
    padding: 20px 0;
  }
  .product-detail-main .product-details .product-information .dt-quantity .variant label {
    padding: 15px 18px;
  }
  .blog_detail_page.best-sell-product {
    padding: 65px 0 75px;
  }
  .product-detail-main .product-details .product-image {
    padding-left: 45px;
    margin-right: 5%;
  }
  .blog_detail_page .blog-product-block .blog-title-btn {
    padding-bottom: 50px;
  }
  .ordersdetail_page_main {
    padding: 80px 0;
  }
  .ordersdetail_page_main h1 {
    padding-bottom: 45px;
  }
  .ordersdetail_page_main .order_details .od_content .od_body {
    padding: 75px 85px 70px;
    
  }
  section.map img {
    height: 580px;
  }
  .header_bot .main_menu ul li.drop-down .sub_category {
    padding: 30px 10px 185px;
  }
  .testimonial_blks .inner_cnt .cmn_grd {
    width: 31.7%;
  }
  .testimonial_blks {
    padding: 90px 0;
  }
  footer .footer-usp-block .ft-usp {
    padding: 13.5px 25px 13.5px 15px;
  }
  .blog_detail_page .blog_detail strong p{
    font-size: 37px;
    line-height: 39px;
  }
  .contact_page .contact_main .contact_form .captcha_blk input {
    width: 80%;
}
.product-detail-main .product-details .product-image .thumb_cont .lSSlideOuter .lSPager.lSGallery li a{
  height: 136px;
}

.categories .cat_flex .cate_overlay .left .side_grid #pricerange{
  font-size: 15px;
  line-height: 24px;
}

/****10-10-23****/
.ban_imanco>img {
  height: 625px;
}

.banner .owl-nav button.owl-prev {
  left: 10px;
}

/***10-10-23**/

}
@media screen and (max-width: 1300px) {
  .cart-blk {
    padding: 80px 0;
  }
  .cart-blk {
    padding: 80px 0;
  }
  .cart-blk .cart-lft {
    width: 65%;
  }
  .cart-blk .cart-rgt {
    width: 33%;
    margin-left: 2%;
  }
  .cart-blk .cart-lft table tr td.pr-img {
    padding-right: 0;
    margin-right: 15px;
  }
  header .header_mid .mid_hd_main .md-ryt .md-profile {
    padding-right: 20px;
  }
  .banner .banner_content .ban_text strong {
    font-size: 55px;
    line-height: 58px;
  }
  .banner .banner_content .ban_img img {
    height: 450px;
  }
  .banner > img {
    height: 600px;
  }
  .feature-category {
    padding: 70px 0;
  }
  .featured-product {
    padding: 0 0 60px;
  }
  .image-content-block {
    padding: 65px 0 65px;
  }
  .best-sell-product {
    padding: 100px 0 90px;
  }
  .testimonials {
    padding: 70px 0;
  }
  .blog-block {
    padding: 80px 0;
  }
  .banner .banner_content .ban_text .ban-btn a {
    line-height: 50px;
  }
  header .header_mid .mid_hd_main .logo,
  header .header_mid .mid_hd_main .slct_location,
  header .header_mid .mid_hd_main .md-search {
    margin-right: 15px;
  }
  header .header_mid .mid_hd_main .md-search {
    width: 27%;
  }
  header .header_mid .mid_hd_main .md-ryt {
    width: 21%;
  }
  header .header_mid .mid_hd_main .slct_location a {
    width: 100%;
  }
  .testimonials .testimonial-slid {
    padding-top: 60px;
  }
  footer .footer_bottom .foot.foot_menu ul li {
    margin-right: 50px;
  }
  .blog-block .blog_slide .blog_card .blog-cont p,
  .blogs_page .blogs_overview .blog_card .blog-cont p {
    margin-bottom: 15px;
  }
  .blog-block .blog_slide .blog_card .blog-cont span,
  .blogs_page .blogs_overview .blog_card .blog-cont span {
    margin-bottom: 8px;
  }
  .image-content-block .image-content .md-content p {
    padding-bottom: 17px;
  }
  .feature-category #cate-slide .owl-nav button,
  .banner .owl-nav button,
  .blog-block .blog_slide .owl-nav button {
    background-size: 15px !important;
  }
  .feature-category h1 {
    margin-bottom: 60px;
  }
  .image-content-block .image-content .md-image img {
    height: 500px;
  }
  .app-main-block .app-block-in .app-ryt img {
    height: 460px;
  }
  .feature-category .category-grid .cate-blk .cate-cmn .cate-cnt strong {
    font-size: 28px;
    line-height: 30px;
  }
  .contact_page {
    padding: 90px 0;
  }
  .blogs_page {
    padding: 90px 0px;
  }
  .orders_page_main {
    padding: 90px 0;
  }
  .orders_page_main .order_main_gd {
    padding-right: 0;
  }
  .categories {
    padding: 80px 0 0;
  }
  .categories .cat_flex .right .sorting .sort_items {
    width: 40%;
  }
  .categories .cat_flex .right .sorting .view_buttons {
    width: 60%;
  }
  .categories .cat_flex .right .pagination {
    margin: 70px 0 90px 0;
  }
  footer .footer-main-block .foot-logo ul {
    margin-top: 60px;
  }
  .blog_detail_page .blog_detail .aut-date {
    padding: 35px 0;
  }
  .blog_detail_page {
    padding-top: 90px;
  }
  .blog_detail_page .blog_detail > img {
    height: 520px;
  }
  .blog_detail_page .blog_detail h1,
  .blog_detail_page .blog-product-block .blog-title-btn h3 {
    font-size: 36px;
    line-height: 39px;
  }
  .blog_detail_page .blog-product-block {
    padding: 70px 0 90px;
  }
  .blog_detail_page .blog_detail .dt_img .ds-img img {
    height: 300px;
  }
  .blog_detail_page .blog-product-block .blog-title-btn a.custom-btn {
    line-height: 55px;
  }
  .checkout-blk .chec {
    margin: 80px 0px;
  }
  .checkout-blk .check-frm {
    margin-top: 45px;
  }
  .checkout-blk .check-frm .check-rgt .che-detai .table1 table tr td.p-ima {
    width: 35%;
    padding-right: 20px;
  }
  .checkout-blk .check-frm .check-rgt .che-detai .table1 table tr td.p-ima a {
    height: 100px;
    width: 100%;
  }
  .checkout-blk .check-frm .check-rgt .che-detai .table1 table tr td.c-pric,
  .checkout-blk .check-frm .check-rgt .che-detai .table1 table tr td.ck_nam p {
    font-size: 19px;
  }
  .product-detail-main .product-details {
    padding: 70px 0;
  }
  .product-detail-main .product-details .product-information h1,
  .product-detail-main .product-details .product-information .prz-qty span.price {
    font-size: 36px;
    line-height: 38px;
  }
  .product-detail-main .product-details .product-information .dt-quantity .variant label {
    padding: 15px;
  }
  .blog_detail_page.best-sell-product {
    padding: 60px 0 70px;
  }
  .product-detail-main .product-details .product-image {
    padding-left: 40px;
    margin-right: 4.5%;
  }
  .blog_detail_page .blog-product-block .blog-title-btn {
    padding-bottom: 45px;
  }
  .product-detail-main .product-details .product-image .thumb_cont .lSSlideOuter .lSPager.lSGallery li a {
    height: 145px;
  }
  .abtimg-content1 .image-content .md-image img,
  .abtimg-content2 .image-content .md-image img,
  .abtimg-content3 .image-content .md-image img {
    height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  section.map img {
    height: 560px;
  }
  .testimonial_blks .inner_cnt .cmn_grd {
    width: 31.6%;
  }
  .order_track .order_bg .ryt_bg {
    padding: 30px 12px 20px 30px;
  }
  .order_track .order_bg .lft_bg {
    padding: 15px 21px 0 30px;
  }
  .ordr_loct .inner_cnts {
    padding: 15px 20px 30px;
  }
  .ordr_loct .inner_cnts .loct_alert img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .ordr_loct {
    padding: 15px 0 65px;
  }
  .login_bg .login_frm {
    padding: 20px 25px 20px;
  }
  .header_bot .main_menu ul li.drop-down .sub_category .cmn_set > ul:last-child {
    width: 18%;
  }
  .blog_detail_page .blog_detail strong p{
    font-size: 34px;
    line-height: 38px;
  }
  .contact_page .contact_main .contact_form .captcha_blk input {
    width: 79%;
}

.ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_logo p:nth-of-type(2) {
  width: 44%;
}
.feature-category .category-grid .cate-blk .cate-cmn .cate-cnt span{
  padding-bottom: 0;
}

.categories .cat_flex .cate_overlay .left .side_grid #pricerange{
  font-size: 14px;
  line-height: 24px;
}
    /****10-10-23***/
    .ban_imanco>img {
      height: 600px;
    }
  
    /****10-10-23***/
}
@media screen and (max-width: 1200px) {
  .cart-blk {
    padding: 70px 0;
  }
  header .header_top .top_hd_main .tp_mid p {
    font-size: 16px;
  }
  header .header_top .top_hd_main .quick_menus ul li {
    margin-right: 11px;
  }
  header .header_mid .mid_hd_main .slct_location {
    width: 25%;
  }
  header .header_mid .mid_hd_main .md-search {
    width: 25%;
  }
  header .header_mid .mid_hd_main .md-ryt {
    width: -moz-fit-content;
    width: fit-content;
    justify-content: space-between;
    max-width: 25%;
  }
  header .header_mid .mid_hd_main .logo {
    width: 22%;
  }
  header .header_mid .mid_hd_main .slct_location a {
    padding: 3px 19px;
  }
  header .header_mid .mid_hd_main .md-ryt .md-cart {
    margin-right: 10px;
  }
  .banner .banner_content .ban_img img {
    height: 430px;
  }
  .banner > img {
    height: 570px;
  }
  /* .banner .owl-nav button {
    bottom: -20px;
  } */
  .banner .banner_content .ban_text strong {
    font-size: 50px;
    line-height: 55px;
    padding-bottom: 20px;
  }
  .feature-category {
    padding: 60px 0;
  }
  .feature-category h1,
  .featured-product h2,
  .image-content-block .image-content .md-content h3,
  .best-sell-product .best-head-content strong,
  .app-main-block .app-block-in .app-lft strong,
  .testimonials strong,
  .blog-block strong {
    font-size: 34px;
    line-height: 38px;
  }
  .feature-category h1 {
    margin-bottom: 55px;
  }
  .feature-category .category-grid .cate-blk img {
    height: 250px;
  }
  .featured-product .products-grid-block .product-grid .product-img img,
  .categories .cat_flex .right .cate_products.grid-view .product-grid .product-img img,
  .blog_detail_page .blog-product-block .blog-product .product-grid .product-img img {
    height: 140px;
  }
  .featured-product .products-grid-block .product-grid .product-img,
  .blog_detail_page .blog-product-block .blog-product .product-grid .product-img {
    padding-bottom: 15px;
  }
  .featured-product .products-grid-block .product-grid .prod-label span.discount-label,
  .categories .cat_flex .right .cate_products.grid-view .product-grid .prod-label span.discount-label,
  .blog_detail_page .blog-product-block .blog-product .product-grid .prod-label span.discount-label {
    font-size: 15px;
  }
  .featured-product .products-grid-block .product-grid .prod-label,
  .blog_detail_page .blog-product-block .blog-product .product-grid .prod-label {
    padding: 0 8px;
    /* margin-bottom: -15px; */
  }
  .featured-product .products-grid-block .product-grid .prod-label span.discount-label{
    width: 50px;
    height: 50px;
  }


  .featured-product .products-grid-block .product-grid .product-cont strong,
  .categories .cat_flex .right .cate_products.grid-view .product-grid .product-cont strong,
  .blog_detail_page .blog-product-block .blog-product .product-grid .product-cont strong {
    height: 48px;
    -webkit-line-clamp: 2;
    font-size: 23px;
    line-height: 24px;
  }
  .image-content-block {
    padding: 60px 0;
  }
  .image-content-block .image-content .md-content h3 {
    padding-bottom: 10px;
  }
  .image-content-block .image-content .md-content ul li {
    margin-bottom: 20px;
  }
  .best-sell-product .best-head-content {
    margin-bottom: 45px;
  }
  .best-sell-product {
    padding: 90px 0;
  }
  .app-main-block {
    padding: 55px 0;
  }
  .app-main-block .app-block-in .app-lft {
    padding-right: 50px;
  }
  .testimonials {
    padding: 60px 0;
  }
  .testimonials .testimonial-slid {
    padding-top: 55px;
  }
  .blog-block {
    padding: 70px 0;
  }
  .blog-block .blog_slide {
    padding-top: 50px;
  }
  .blog-block .blog_slide .blog_card .blog-img .blog-date span b,
  .blogs_page .blogs_overview .blog_card .blog-img .blog-date span b {
    font-size: 30px;
    line-height: 30px;
  }
  .blog-block .blog_slide .blog_card .blog-cont p {
    font-size: 17px;
    line-height: 20px;
  }
  .blogs_page .blogs_overview .blog_card .blog-cont p {
    font-size: 17px;
    line-height: 20px;
  }
  footer .footer-usp-block .ft-usp {
    padding: 13.5px 10px 13.5px 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    width: 23%;
  }
  footer .footer-usp-block {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
  }
  .featured-product .products-grid-block .product-grid .product-cont,
  .blog_detail_page .blog-product-block .blog-product .product-grid .product-cont {
    padding: 15px 10px 0;
  }
  .featured-product .products-grid-block .product-grid,
  .blog_detail_page .blog-product-block .blog-product .product-grid {
    padding: 20px 10px 20px 10px;
    width: 19%;
    margin-right: 1.2%;
  }
  footer .foot.foot-help ul:not(:last-child) {
    padding-right: 25px;
  }
  footer .footer-main-block .foot-logo ul {
    margin-top: 100px;
  }
  footer .footer_bottom .foot.foot_menu ul li {
    margin-right: 40px;
  }
  footer .foot p.foot-title {
    font-size: 20px;
  }
  footer .foot ul li a,
  footer .footer-main-block .foot-logo ul li p,
  footer .footer-main-block .foot-logo ul li a,
  footer .footer_bottom .foot.foot_menu ul li a,
  footer .footer_copyryt .copyryt_main .copyryt p,
  footer .footer_copyryt .copyryt_main .copyryt_link ul li a {
    font-size: 18px;
  }
  footer {
    padding-top: 55px;
  }
  footer .footer_block {
    padding-bottom: 55px;
  }
  footer .footer-main-block {
    padding-bottom: 30px;
  }
  header .header_mid .mid_hd_main .slct_location a {
    font-size: 16px;
    line-height: 40px;
  }
  header .header_mid .mid_hd_main .md-search input {
    height: 46px;
  }
  .image-content-block .image-content .md-image img {
    height: 470px;
  }
  .app-main-block .app-block-in .app-ryt img {
    height: 420px;
  }
  .contact_page {
    padding: 80px 0;
  }
  .contact_page .contact_main .contact_form h1,
  .contact_page .contact_main .contact_information h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .contact_page .contact_main {
    padding: 35px;
  }
  .contact_page .contact_main .contact_information {
    padding: 20px 25px 35px;
  }
  .orders_page_main {
    padding: 80px 0;
  }
  .orders_page_main .order-btn h1 {
    font-size: 33px;
    line-height: 35px;
  }
  .orders_page_main .order-btn {
    margin-bottom: 40px;
  }
  .orders_page_main .order_main_gd h2 {
    margin-bottom: 30px;
  }
  .cart-blk .cart-fle {
    margin-top: 40px;
  }
  .cart-blk .cart-lft table tr td.pr-img a {
    width: 100px;
    height: 100px;
  }
  .cart-blk .cart-lft table tr td.pr-title a,
  .cart-blk .cart-lft table tr td.cart_price p {
    font-size: 20px;
    line-height: 23px;
  }
  .cart-blk .cart-lft table tr td.pr-title span {
    font-size: 18px;
    line-height: 21px;
    margin-top: 7px;
  }
  .cart-blk .cart-rgt h2 {
    margin: 25px 20px 25px;
  }
  .cart-blk .cart-rgt .table-ano {
    padding: 20px 35px 20px 35px;
  }
  .cart-blk .cart-rgt .for_btn {
    padding: 17px 35px;
  }
  .cart-blk .cart-rgt .coupen {
    padding: 17px 30px 25px;
  }
  .cart-blk .cart-rgt .cart-li {
    margin: 30px 30px;
  }
  .cart-blk .cart-rgt .coupen input {
    padding: 14px;
  }
  .cart-blk .cart-rgt .coupen button {
    font-size: 18px;
  }
  .cart-blk .cart-rgt a,
  .cart-blk .btns-lat a {
    font-size: 18px;
    padding: 10px;
  }
  .cart-blk .cart-rgt .cart-li li {
    margin-bottom: 14px;
  }
  .categories {
    padding: 70px 0 0;
  }

  .wishcat{
    padding: 70px 0;
  }
  .categories .cat_flex .right .pagination {
    margin: 60px 0 80px 0;
  }
  .categories .cat_flex .right .cate_products.grid-view .product-grid .product-cont strong {
    height: unset;
    -webkit-line-clamp: 1;
  }
  .categories .cat_flex .cate_overlay .left .side_grid strong {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .categories .cat_flex .cate_overlay .left .cate_name ul li a {
    margin-right: 30px;
    padding: 13px 15px 13px 25px;
  }
  .categories .cat_flex .right {
    width: 71%;
  }
  .categories .cat_flex .cate_overlay {
    width: 29%;
    padding-right: 30px;
  }
  .categories .cat_flex .cate_overlay .left .cate_search input,
  .categories .cat_flex .cate_overlay .left .cate_search button.cat_submit {
    height: 50px;
  }
  .categories .cat_flex .right .cate_products.grid-view .product-grid .product-img {
    padding-bottom: 15px;
  }
  footer .footer-main-block .foot-logo ul {
    margin-top: 50px;
  }
  video#myVideo {
    height: 400px;
  }
  .abtimg-content1 {
    padding: 70px 0;
  }
  .abtimg-content2 {
    padding: 70px 0;
  }
  .blog_detail_page .blog_detail .aut-date {
    padding: 30px 0;
  }
  .blog_detail_page {
    padding-top: 80px;
  }
  .blog_detail_page .blog_detail > img {
    height: 470px;
  }
  .blog_detail_page .blog_detail h1,
  .blog_detail_page .blog-product-block .blog-title-btn h3 {
    font-size: 34px;
    line-height: 38px;
  }
  .blog_detail_page .blog-product-block {
    padding: 70px 0 80px;
  }
  .blog_detail_page .blog_detail .dt_img .ds-img img {
    height: 270px;
  }
  .checkout-blk .chec {
    margin: 70px 0px;
  }
  .checkout-blk .check-frm {
    margin-top: 40px;
  }
  .checkout-blk .check-frm .check-rgt .che-detai .table1 table tr td.p-ima a {
    height: 80px;
  }
  .checkout-blk .check-frm .ck_lft .ck_lft_in .in.fx > label {
    margin-bottom: 15px;
  }
  .checkout-blk .check-frm .check-rgt .che-detai .table2 {
    padding: 20px 35px;
  }
  .checkout-blk .check-frm .check-rgt .che-detai .form1_btn {
    padding: 15px 35px;
  }
  .checkout-blk .check-frm .check-rgt .che-detai .table1 {
    margin: 0 20px 20px;
  }
  .checkout-blk .check-frm .check-rgt .che-detai .table1 table tr td.c-pric {
    width: 21%;
  }
  .checkout-blk .check-frm .check-rgt .che-detai .table1 table tr td.p-ima {
    width: 32%;
    padding-right: 10px;
  }
  .checkout-blk .chec > h1 {
    font-size: 28px;
    line-height: 33px;
  }
  .checkout-blk .check-frm .ck_lft {
    width: 63%;
  }
  .checkout-blk .check-frm .check-rgt {
    width: 35%;
    margin-left: 20px;
  }
  .product-detail-main .product-details {
    padding: 60px 0;
    align-items: flex-start;
  }
  .product-detail-main .product-details .product-information h1,
  .product-detail-main .product-details .product-information .prz-qty span.price {
    font-size: 34px;
    line-height: 36px;
  }
  .blog_detail_page.best-sell-product {
    padding: 60px 0 60px;
  }
  .product-detail-main .product-details .product-image {
    padding-left: 35px;
    margin-right: 4%;
    width: 48%;
  }
  .blog_detail_page .blog-product-block .blog-title-btn {
    padding-bottom: 40px;
  }
  .product-detail-main .product-details .product-image .thumb_cont .lSSlideOuter .lSPager.lSGallery li a {
    height: 130px;
  }
  .product-detail-main .product-details .product-information .dt-quantity .variant label strong {
    font-size: 22px;
    line-height: 30px;
  }
  .product-detail-main .product-details .product-information .dt-shipment li,
  .product-detail-main .product-details .product-information .prod-cate-dt li span,
  .product-detail-main .product-details .product-information .dt-quantity .variant span,
  .product-detail-main .tabs_description .tab-content .tab-pane p,
  .product-detail-main .product-details .product-information p,
  .product-detail-main .product-details .product-information .rev-stars p,
  .product-detail-main .tabs_description .tab-content .tab-pane ul li p {
    font-size: 18px;
  }
  .product-detail-main .tabs_description .tab-content .tab-pane ul li p {
    line-height: 40px;
  }
  .product-detail-main .tabs_description .tab-content .tab-pane ul li strong {
    font-size: 20px;
    line-height: 40px;
  }
  .product-detail-main .product-details .product-image .thumb_cont .gallery li {
    height: auto;
  }
  .product-detail-main .product-details .product-image .thumb_cont .gallery li .flim img {
    height: 420px;
  }
  .product-detail-main .product-details .product-information .dt-quantity .variant label strong:after {
    top: 11px;
  }
  .product-detail-main .tabs_description ul li button,
  .product-detail-main .tabs_description .tab-content .tab-pane h2 {
    font-size: 22px;
  }
  .product-detail-main .tabs_description ul {
    margin-bottom: 33px !important;
  }
  .product-detail-main .product-details .product-information .dt-shipment li {
    margin-bottom: 10px;
  }
  .ordersdetail_page_main {
    padding: 70px 0;
  }
  .ordersdetail_page_main h1 {
    padding-bottom: 40px;
  }
  .ordersdetail_page_main .order_details .od_content .od_body {
    padding: 70px 80px 70px;
  }
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td {
    padding: 23px 0;
  }
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.second table tbody .order_totals .order_total table tbody tr:last-child td,
  .ordersdetail_page_main h1 {
    font-size: 28px;
  }
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.second table tbody .order_totals .order_total table tbody tr:nth-last-of-type(2) td {
    padding-bottom: 20px;
  }
  .abtimg-content1 .image-content .md-content h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .about_vid_blk {
    height: 480px;
  }
  .abtimg-content1 .image-content .md-image img,
  .abtimg-content2 .image-content .md-image img,
  .abtimg-content3 .image-content .md-image img {
    height: 370px;
  }
  section.map img {
    height: 520px;
  }
  .header_bot .main_menu ul li.drop-down .sub_category {
    padding: 30px 10px 175px;
  }
  .header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul p {
    font-size: 15px;
    line-height: 21px;
    padding: 0 0 9px 0;
  }
  .header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul li {
    padding-right: 30px;
  }
  .ordr_loct .inner_cnts .loct_alert {
    width: 57%;
  }
  .ordr_loct .inner_cnts .loct_alert img {
    width: 95%;
  }
  .ordr_loct .inner_cnts .review_rat label p {
    font-size: 16px;
  }
  .ordr_loct .inner_cnts .cnt_img {
    margin-left: 19px;
  }
  .order_track .order_bg .ryt_bg p {
    padding: 10px 0 4px;
  }
  .order_track .order_bg .ryt_bg h2 {
    font-size: 27px;
  }
  .order_track .order_bg .lft_bg strong {
    font-size: 19px;
  }
  .login_bg .login_frm .inner_frm h2 {
    font-size: 27px;
    line-height: 29px;
    padding: 13px 0 8px;
  }
  .login_bg .login_frm .inner_frm .md-field input {
    font-size: 16px;
    height: 46px;
  }
  .login_bg .login_frm .inner_frm .md-field {
    padding: 6px 0 10px;
  }
  .login_bg .login_frm .inner_frm .intext.intext_btn input {
    font-size: 16px;
    margin: 5px 0 5px;
    line-height: 40px;
  }
  .login_bg .login_frm .inner_frm .intext.intext_check a {
    font-size: 16px;
  }
  /**1-8-23**/
  footer .footer-usp-block .ft-usp:nth-of-type(4) {
    margin-right: 0;
  }
  .testimonial_blks .inner_cnt .cmn_grd {
    margin-right: 28px;
  }
  .categories .cat_flex .right .cate_products.grid-view .product-grid > a span.discount-label{
    font-size: 15px;
  }
  .contact_page .contact_main .contact_form .captcha_blk input {
    width: 77%;
}
.feature-category .category-grid .cate-blk .cate-cmn .cate-cnt{
  top: -15%;
}
.product-detail-main .product-details .product-information .dt-quantity .variant label strong:before{
  vertical-align: bottom;
}
.product-detail-main .product-details .product-information .dt-quantity .variant label strong:after{
  left: 7px;
}
.featured-product .products-grid-block .product-grid{
  margin-bottom: 15px;
}
header .header_mid .mid_hd_main .md-ryt .md-cart{
  margin-right: 20px;
}
 /**1-8-23**/
 footer .footer-usp-block .ft-usp:nth-of-type(4) {
   margin-right: 0;
 }

 .testimonial_blks .inner_cnt .cmn_grd {
   margin-right: 28px;
 }

 /***10-10-23**/
 .ban_imanco>img {
   height: 570px;
 }

 /***10-10-23**/
}
@media screen and (max-width: 1100px) {
  .about_vid_blk .container .vid_content h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .abtimg-content2 .image-content .md-content h3 {
    font-size: 36px;
    line-height: 42px;
  }
  video#myVideo {
    height: 360px;
  }
  .abtimg-content2 .image-content .md-content ul li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .abtimg-content2 .image-content .md-content p {
    padding-bottom: 0;
  }
  .abtimg-content2 .image-content .md-content ul {
    padding: 15px 0;
  }
  .abtimg-content3 .image-content .md-content h4 {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 10px;
  }
  .abtimg-content3 .image-content .md-content ul {
    padding: 16px 0 30px;
  }
  .app-main-block .app-block-in .app-lft {
    width: 48%;
  }
  .app-main-block .app-block-in .app-ryt {
    width: 52%;
  }
  .blog_detail_page {
    padding-top: 75px;
  }
  .blog_detail_page .blog_detail > img {
    height: 430px;
  }
  .blog_detail_page .blog_detail h1,
  .blog_detail_page .blog-product-block .blog-title-btn h3 {
    font-size: 32px;
    line-height: 36px;
  }
  .blog_detail_page .blog-product-block {
    padding: 70px 0 75px;
  }
  .blog_detail_page .blog_detail .dt_img .ds-img img {
    height: 255px;
  }
  .blog_detail_page .blog-product-block .blog-title-btn a.custom-btn {
    line-height: 50px;
  }
  .product-detail-main .product-details {
    padding: 50px 0;
  }
  .product-detail-main .product-details .product-information h1,
  .product-detail-main .product-details .product-information .prz-qty span.price {
    font-size: 32px;
  }
  .blog_detail_page.best-sell-product {
    padding: 50px 0;
  }
  .product-detail-main .product-details .product-image {
    padding-left: 30px;
  }
  .blog_detail_page .blog-product-block .blog-title-btn {
    padding-bottom: 35px;
  }
  .about_vid_blk {
    height: 450px;
  }
  .abtimg-content1 .image-content .md-image img,
  .abtimg-content2 .image-content .md-image img,
  .abtimg-content3 .image-content .md-image img {
    height: 350px;
  }
  section.map img {
    height: 500px;
  }
  .dele_locat .dele_locat_in {
    max-width: 100%;
    width: 100%;
  }
  .profile_bg .profil_frm {
    padding: 30px 20px 20px;
  }
  .profile_bg .profil_frm .hed_dv h3 {
    font-size: 28px;
    line-height: 30px;
  }
  .profile_bg .profil_frm .intext.intext1 .md-field input {
    height: 44px;
  }
  .profile_bg .profil_frm .rdio_frm {
    padding: 5px 0 20px;
  }
  .testimonial_blks .inner_cnt .cmn_grd {
    width: 31.2%;
    padding: 26px 25px 26px;
  }
  .order_track {
    padding: 35px 0 21px;
  }
  .order_track .order_bg .lft_bg {
    padding: 15px 10px 0 20px;
  }
  .order_track .order_bg .ryt_bg {
    padding: 25px 12px 20px 20px;
  }
  .ordr_loct .inner_cnts .review_rat {
    width: 25%;
  }
  /*31.07.23*/
  /*add address*/
  .address_main .address_blk_in h1 {
    font-size: 29px;
    line-height: 40px;
  }
  /**1-8-23***/
  .rate_product_main .rateprod_blk_in h1 {
    font-size: 27px;
    line-height: 30px;
  }
  .notifctn_main .notifctn_blk_in .navbar ul li a {
    font-size: 24px;
  }
  .notifctn_main .notifctn_blk_in .all_notfy .al_list_blk .nt_content strong {
    font-size: 24px;
    line-height: 26px;
  }
  .rateprod_blk_in {
    margin-bottom: 70px;
  }
  .ord-nwp .order-np .order_main_gd table tr td.ord-tot {
    padding-left: 90px;
  }
  .ord-nwp .order-np .order_main_gd table tr td.ord-title {
    width: 45%;
  }
  .ord-nwp .order-np .order_main_gd table tr td.ord-date {
    padding-left: 61px;
  }
  .wishcat.categories .right h2{
    font-size: 28px;
  }
  /****404****/
  .wrap {
    padding: 70px 0;
}
.wrap .cnt strong{
  font-size: 35px;
  line-height: 40px;
}
.wrap .cnt p{
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
}
.wrap .fnotf {
  margin: 38px 0;
}
.wrap .fnotf img{
  width: 694px;
  height: 352px;
}
.wrap .redirect{
  font-size: 18px;
  line-height: 20px;
  width: 200px;
}
.wish_main {
  padding-bottom: 80px;
}

.nuts h4 strong, .ingir h4 strong{
  font-size: 23px;
  line-height: 30px;
}
.nuts h4 strong, .ingir h4 strong{
  margin-bottom: 15px;
}

.abtimg-content3 .image-content img{
  height: 485px;
}


.blog_detail_page .blog_detail strong p{
  font-size: 32px;
  line-height: 36px;
}
.contact_page .contact_main .contact_form .captcha_blk input {
  width: 74%;
}
.ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_logo p:nth-of-type(2) {
  width: 50%;
}

.static_text{
  padding: 70px 0 90px;
  }
  
  .static_text h1{
    font-size: 40px;
    line-height: 45px;
      margin-bottom: 10px;
  }
  .static_text p, .static_text ul li{
     font-size: 20px;
     line-height: 28px;
  }
  .static_text ul li{
    margin-bottom: 20px;
  }

  .static_text ul li ol {
    margin-top: 18px;
  }

  .static_text {
    padding: 60px 0 70px;
}
.header_bot .main_menu ul li.drop-down .sub_category .cmn_set > ul:last-child {
  width: 19%;
}
.cofe, .success{
  padding: 80px 0;
}
.cofe .revin img{
  height: 350px;
  max-width: 430px;
  width: 100%;
}
.cofe h3, .success h2{
 font-size: 27px;
 line-height: 32px;
 padding-bottom: 20px;
 }
 .cofe p{
  font-size: 16px;
  line-height: 23px;
 }
 .cofe p button{
  font-size: 18px;
  line-height: 40px;
 }
 .success .image img{
   max-width: 400px;
   height: 280px;
 }


 .modal-body img{
  max-width: 600px;
  height: 400px;
  object-fit: contain;
}
.product-detail-main .product-details .product-information .dt-quantity .variant label strong{
  font-size: 18px;
    line-height: 30px;
}
.product-detail-main .product-details .product-information .dt-quantity .variant label strong:before{
  margin-right: 11px;
}

.categories .cat_flex .cate_overlay .left .side_grid #pricerange{
  float: unset;
  width: 100%
}
.categories .cat_flex .cate_overlay .left .cate_filter .prz-filter{
  display: block;
  width: 100%;
  text-align: left;
}
.wish_main .mtwish img{
  width: 319px;
  height: 233px;
}
.wish_main .mtwish strong{
  font-size: 40px;
  line-height: 45px;
}
.wish_main .mtwish .emt button{
  font-size: 18px;
  line-height: 21px;
}
.blog_detail_page .blog-product-block .prreqs{
  font-size: 19px;
  line-height: 25px;
}


}
@media screen and (max-width: 1024px) {
  header .header_top .top_hd_main .tp_ryt a,
  header .header_top .top_hd_main .quick_menus ul li a {
    font-size: 14px;
  }
  header .header_top .top_hd_main .tp_mid p {
    font-size: 15px;
  }
  header .header_mid .mid_hd_main .md-ryt a {
    font-size: 14px;
  }
  header .header_mid .mid_hd_main .md-ryt a span img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .banner > img {
    height: 530px;
  }
  .banner .banner_content .ban_img img {
    height: 400px;
  }
  .banner .banner_content .ban_text strong {
    font-size: 45px;
    line-height: 50px;
    padding-bottom: 15px;
  }
  .banner .banner_content .ban_text p {
    font-size: 16px;
  }
  .banner .banner_content .ban_text .ban-btn a {
    font-size: 18px;
    line-height: 45px;
  }
  .feature-category .category-grid .cate-blk .cate-cmn .cate-cnt {
    max-width: 215px;
    padding-right: 10px;
    max-height: 170px;
  }
  .feature-category h1,
  .featured-product h2,
  .image-content-block .image-content .md-content h3,
  .best-sell-product .best-head-content strong,
  .app-main-block .app-block-in .app-lft strong,
  .testimonials strong,
  .blog-block strong {
    font-size: 31px;
    line-height: 35px;
  }
  .featured-product .products-grid-block .product-grid,
  .blog_detail_page .blog-product-block .blog-product .product-grid {
    width: 23.8%;
    margin-right: 1.5%;
  }
  .featured-product .products-grid-block .product-grid:nth-child(5n),
  .blog_detail_page .blog-product-block .blog-product .product-grid:nth-of-type(5n) {
    margin-right: 1.5%;
  }
  .featured-product .products-grid-block .product-grid:nth-child(4n),
  .blog_detail_page .blog-product-block .blog-product .product-grid:nth-of-type(4n) {
    margin-right: 0;
  }
  .featured-product .products-grid-block .product-grid .product-cont strong,
  .categories .cat_flex .right .cate_products.grid-view .product-grid .product-cont strong,
  .blog_detail_page .blog-product-block .blog-product .product-grid .product-cont strong {
    height: unset;
    -webkit-line-clamp: 1;
  }
  .image-content-block .image-content .md-content {
    width: 50%;
    padding-left: 30px;
  }
  .image-content-block .image-content .md-image {
    width: 50%;
  }
  .app-main-block .app-block-in .app-lft {
    padding-right: 35px;
    width: 50%;
  }
  .app-main-block .app-block-in .app-ryt {
    width: 50%;
  }
  .image-content-block .image-content .md-content p {
    padding-bottom: 10px;
  }
  .image-content-block .image-content .md-content a.custom-btn {
    margin-top: 5px;
  }
  footer .footer-usp-block .ft-usp {
    width: 31%;
  }
  footer .foot-logo {
    width: 27%;
    padding-right: 15px;
  }
  footer .foot.foot-links {
    width: 17%;
  }
  footer .foot.foot-help {
    width: 35%;
  }
  footer .foot.foot-dlapp {
    width: 17%;
  }
  footer .foot.foot-help ul:not(:last-child) {
    padding-right: 45px;
  }
  .image-content-block .image-content .md-image img {
    height: 450px;
  }
  .app-main-block .app-block-in .app-ryt img {
    height: 400px;
  }
  .feature-category .category-grid .cate-blk .cate-cmn .cate-cnt strong {
    font-size: 26px;
    line-height: 28px;
    padding-bottom: 5px;
  }
  .contact_page .contact_main .contact_information {
    width: 42%;
  }
  .contact_page .contact_main .contact_form {
    width: 58%;
    padding-right: 30px;
  }
  .contact_page {
    padding: 80px 0;
  }
  .blogs_page .blogs_overview .blog_card {
    width: 32%;
    margin-right: 2%;
  }
  .blogs_page .blogs_overview .blog_card:nth-of-type(4n) {
    margin-right: 2%;
  }
  .blogs_page .blogs_overview .blog_card:nth-of-type(3n) {
    margin-right: 0;
  }
  .blogs_page {
    padding: 80px 0px;
  }
  .orders_page_main {
    padding: 70px 0;
  }
  .orders_page_main .order-btn h1 {
    font-size: 31px;
    line-height: 33px;
  }
  .ord-nwp .order-np .order-btn h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .orders_page_main .order-btn {
    margin-bottom: 35px;
  }
  .orders_page_main .order_main_gd h2 {
    margin-bottom: 25px;
  }
  .orders_page_main .order_main_gd h2 {
    font-size: 24px;
    line-height: 35px;
  }
  .orders_page_main .order_main_gd .myorder-table table tr td a,
  .orders_page_main .order_main_gd .myorder-table table tr td b {
    font-size: 19px;
  }
  .orders_page_main .order_main_gd .myorder-table table tr td.ord-title .ord-img a {
    width: 100px;
    height: 105px;
  }
  .orders_page_main .order_main_gd .myorder-table table tr td.ord-title .ord-img {
    padding-right: 15px;
  }
  .orders_page_main .order_main_gd .myorder-table table tr td {
    padding-right: 10px;
  }
  .orders_page_main .order_main_gd .myorder-table table tr td.ord-code,
  .orders_page_main .order_main_gd .myorder-table table tr td.ord-date,
  .orders_page_main .order_main_gd .myorder-table table tr td.ord-tot {
    padding-left: 45px;
  }
  .ord-nwp .order-np .order_main_gd table tr td.ord-date {
    padding-left: 51px;
  }
  .ord-nwp .order-np .order_main_gd table tr td.ord-tot {
    padding-left: 70px;
  }
  .cart-blk .cart-rgt .coupen input {
    padding: 14px 15px;
  }
  .cart-blk .cart-rgt .coupen {
    align-items: flex-start;
  }
  .cart-blk {
    padding: 60px 0;
  }
  .cart-blk h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .cart-blk .cart-rgt .for_btn td {
    font-size: 23px;
  }
  .cart-blk .cart-lft table tr td.pr-img a {
    width: 90px;
    height: 90px;
    min-height: unset;
  }
  .categories {
    padding: 60px 0 0;
  }
  .categories .cat_flex .right .pagination {
    margin: 50px 0 70px 0;
  }
  .categories .cat_flex .right .cate_products.grid-view .product-grid .prod-label {
    margin-bottom: -20px;
  }
  .categories .cat_flex .right .cate_products.grid-view .product-grid .product-img img {
    height: 120px;
  }
  .categories .cat_flex .right .cate_products.grid-view .product-grid .prod-label span.discount-label {
    width: 50px;
    height: 50px;
    padding: 7px;
  }
  .abtimg-content1 .image-content .md-image {
    padding: 0;
  }
  .about_vid_blk .container .vdo_buttons button {
    width: 80px;
    height: 80px;
  }
  .abtimg-content2 .image-content .md-image {
    padding: 0;
  }
  footer .foot ul li a {
    line-height: 32px;
  }
  footer .footer-main-block .foot-logo ul li p {
    line-height: 24px;
  }
  footer .foot p.foot-title {
    font-size: 19px;
    padding: 15px 0;
  }
  .blog_detail_page {
    padding-top: 70px;
  }
  .blog_detail_page .blog_detail > img {
    height: 380px;
  }
  .blog_detail_page .blog_detail h1,
  .blog_detail_page .blog-product-block .blog-title-btn h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .blog_detail_page .blog-product-block {
    padding: 70px 0 70px;
  }
  .blog_detail_page .blog_detail .dt_quote {
    background-position: top 30px right 55px;
    background-size: 70px;
  }
  .blog_detail_page .blog_detail .dt_quote p {
    font-size: 18px;
    line-height: 23px;
  }
  .blog_detail_page .blog_detail .dt_quote strong {
    font-size: 19px;
  }
  .blog_detail_page .blog_detail .dt_img .ds-img img {
    height: 240px;
  }
  .blog_detail_page .blog-product-block .blog-title-btn a.custom-btn {
    font-size: 18px;
    line-height: 45px;
  }
  .blog_detail_page .blog-product-block .blog-title-btn {
    padding-bottom: 45px;
  }
  .blog_detail_page .blog_detail .aut-date .date strong {
    font-size: 33px;
  }
  .blog_detail_page .blog_detail .aut-date .date {
    margin-right: 25px;
  }
  .blog_detail_page .blog_detail .aut-date .author p b {
    font-size: 17px;
  }
  .blog_detail_page .blog_detail .aut-date .author p span {
    font-size: 16px;
  }
  .checkout-blk .chec {
    margin: 60px 0px;
  }
  .checkout-blk .check-frm {
    margin-top: 35px;
  }
  .checkout-blk .chec > h1 {
    font-size: 28px;
    line-height: 33px;
  }
  .checkout-blk .check-frm .ck_lft .ck_lft_in {
    padding: 25px 20px;
    margin-bottom: 25px;
  }
  .checkout-blk .check-frm .ck_lft .ck_lft_in .in label input,
  .checkout-blk .check-frm .ck_lft .ck_lft_in .in label textarea {
    width: 100%;
    padding: 10px 15px;
  }
  .checkout-blk .check-frm .check-rgt .paym_dtail label img {
    max-width: 80px;
    max-height: 20px;
    margin-top: 4px;
  }
  .checkout-blk .check-frm .check-rgt .che-detai .table1 table tr td.c-pric {
    width: 25%;
  }
  .checkout-blk .check-frm .check-rgt .che-detai .table1 table tr td.ck_nam {
    width: 41%;
  }
  .checkout-blk .check-frm .ck_lft .ck_lft_in > p,
  .checkout-blk .check-frm .check-rgt .che-detai > p,
  .checkout-blk .check-frm .check-rgt .paym_dtail p,
  .checkout-blk .check-frm .ck_lft .ck_lft_in > p {
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 24px;
  }
  .checkout-blk .check-frm .check-rgt .paym_dtail {
    padding: 20px;
  }
  .checkout-blk .check-frm .ck_lft .ck_lft_in .frm_check {
    margin-bottom: 15px;
  }
  .checkout-blk .check-frm .check-rgt .paym_dtail label input {
    margin-right: 10px;
  }
  .checkout-blk .check-frm .check-rgt .paym_dtail label span {
    font-size: 16px;
  }
  .product-detail-main .product-details {
    padding: 45px 0;
  }
  .product-detail-main .product-details .product-information h1,
  .product-detail-main .product-details .product-information .prz-qty span.price {
    font-size: 30px;
  }
  .blog_detail_page.best-sell-product {
    padding: 45px 0;
  }
  .product-detail-main .product-details .product-image {
    padding-left: 20px;
  }
  .blog_detail_page .blog-product-block .blog-title-btn {
    padding-bottom: 30px;
  }
  .product-detail-main .product-details .product-information .dt-btns a.add-to-cart, .product-detail-main .product-details .product-information .dt-btns a.go-to-cart {
    line-height: 45px;
  }
  .product-detail-main .product-details .product-information .dt-quantity .variant label strong {
    font-size: 20px;
    line-height: 28px;
  }
  .product-detail-main .product-details .product-information .dt-quantity .variant label strong:after {
    top: 11px;
  }
  .ordersdetail_page_main {
    padding: 60px 0;
  }
  .ordersdetail_page_main h1 {
    padding-bottom: 35px;
  }
  .ordersdetail_page_main .order_details .od_content .od_body {
    padding: 65px 75px;
  }
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.product p,
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.quantity p,
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.price p {
    font-size: 18px;
  }
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.total p {
    font-size: 20px;
  }
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.product,
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table thead tr th.first table thead tr th.product {
    padding-left: 45px;
  }
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.total,
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table thead tr th.first table thead tr th.total {
    padding-right: 45px;
  }
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table thead tr th.first table thead tr th {
    font-size: 20px;
  }
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.total p,
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table thead tr th.first table thead tr th.total {
    text-align: center;
    text-indent: unset;
  }
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.second table tbody .order_totals .order_total table tbody tr td:nth-child(even) {
    padding-right: 85px;
  }
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.second table tbody .order_totals .order_total table tbody tr td:nth-child(even) {
    width: 260px;
  }
  .about_vid_blk {
    height: 430px;
  }
  section.map img {
    height: 470px;
  }
  .abtimg-content3 .image-content .md-content ul li b {
    font-size: 34px;
  }
  .header_bot .main_menu ul li.drop-down .sub_category {
    padding: 30px 10px 100px;
  }
  .testimonial_blks .inner_cnt .cmn_grd {
    width: 31.7%;
    margin-right: 22px;
    margin-bottom: 22px;
  }
  .testimonial_blks {
    padding: 80px 0;
  }
  /* 31.07.23 */
  /* wishlist */
  .wish_main .wish_blk_in .navbar ul li a {
    font-size: 23px;
  }
  .wish_main .wish_blk_in .collec_tab .wish_lst ul li a span {
    font-size: 22px;
  }
  /*my reviews*/
  .review_main .review_blk_in .navbar ul li a {
    font-size: 23px;
  }
  /**1-8-23**/
  footer .footer-usp-block .ft-usp:nth-of-type(4) {
    margin-right: 15px;
  }
  footer .footer-usp-block .ft-usp:nth-of-type(3) {
    margin-right: 0;
  }
  .ord-nwp .order-np .order_main_gd table tr td span {
    font-size: 16px;
    line-height: 24px;
  }
  .rate_product_main .rateprod_blk_in .rate_form .rte_field_btn a {
    font-size: 18px;
    line-height: 20px;
  }
  .rate_product_main .rateprod_blk_in .rate_form .rte_field textarea, .rate_product_main .rateprod_blk_in .rate_form .rte_field p {
    font-size: 16px;
    line-height: 24px;
  }
  .notifctn_main .notifctn_blk_in .all_notfy .al_list_blk .nt_content p, .notifctn_main .notifctn_blk_in .all_notfy .al_list_blk .nt_content span {
    font-size: 17px;
    line-height: 24px;
  }
  .ord-nwp {
    padding-top: 25px;
  }
  .header_bot .main_menu ul li.drop-down .sub_category .cmn_set > ul:last-child {
    width: 19%;
  }
  .header_bot .main_menu ul li.drop-down .sub_category .cmn_set > ul:nth-of-type(5){
    width: 16%;
  }
   .wishcat{
    padding: 60px 0;
  }
  .categories .cat_flex .cate_overlay .left .side_grid #pricerange{
    font-size: 16px;
    line-height: 20px;
  }
  .cart-blk .box p{
    font-size: 16px;
    line-height: 23px;
  }
  .cart-blk .cart-lft table tr td.pr-img img {
    width: 75px;
    object-fit: contain;
    height: 75px;
}
.cart-blk .cart-rgt .table-ano td{
  width: 56%;
}
.checkout-blk .check-frm .ck_lft .ck_lft_in .in > p{
  font-size: 19px;
  line-height: 20px;
}
.checkout-blk .check-frm .check-rgt .che-detai .table2 table tr td{
  font-size: 17px;
  line-height: 22px;
}
.checkout-blk .check-frm .check-rgt .che-detai .form1_btn table tbody tr td{
  font-size: 24px;
  line-height: 28px;
}
.wish_main .wish_blk_in .collec_tab button{
  font-size: 18px;
  line-height: 20px;
}

.show_address .cnt .addrcnt div strong{
  font-size: 17px;
  line-height: 21px;
}

.show_address .cnt .addrcnt div p{
  font-size: 16px;
  line-height: 21px;
}
.show_address td:last-child a{
  font-size: 15px;
  line-height: 20px;
}
.show_address td:last-child a{
  padding: 7px 23px;
}
.crev strong{
  font-size: 23px;
  line-height: 29px;
}
.crev .revi .prvi-h strong{
  font-size: 33px;
  line-height: 45px;
}

.crev .revi .prvi-h p{
  margin-top: 10px;
  padding-bottom: 10px;
}
.crev .revi form .add-review, .crev .revi .prvi-m b{
  font-size: 19px;
  line-height: 24px;
}
.rate_product_main .rate_form .rte_field_btn .ad_pht p{
  font-size: 18px;
  line-height: 23px;
}
.rate_product_main .rate_form .rte_field_btn .sub_rev, .rate_product_main .rate_form .rte_field_btn .ad_pht p{
  font-size: 16px;
  line-height: 22px;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.action .add-review{
 font-size: 18px;
 line-height: 38px;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.action span, span.rvpst{ 
  font-size: 18px;
  line-height: 24px;
  
}

.crev .revi .prvi-h strong::before{
  background-size: 43px;
}
.review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 strong, .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst strong{
  font-size: 18px;
  line-height: 22px;
}
header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down .logout_btn a{
  font-size: 18px;
  line-height: 23px;
}

.cart-blk .cart-rgt .coupen p{
  font-size: 18px;
  line-height: 22px;
}

.categories .cat_flex .right .cate_products.grid-view .product-grid .product-cont a img{
  width: 43px;
  height: 43px;
  object-fit: contain;
}

.checkout-blk .check-frm .adres_form a.adrs_locat, .address_main .address_blk_in a.adrs_locat{
  font-size: 15px;
  line-height: 30px;
}
.address_main .address_blk_in .adres_blk .options-dropdown a.edit-option, .address_main .address_blk_in .adres_blk .options-dropdown a.delete-option{
  font-size: 15px;
  line-height: 21px;
}
.blog_detail_page .blog_detail strong p{
  font-size: 30px;
  line-height: 36px;
}
.static_text{
  padding: 70px 0 90px;
  }
  
  .static_text h1{
    font-size: 40px;
    line-height: 45px;
      margin-bottom: 10px;
  }
  .static_text p, .static_text ul li{
     font-size: 20px;
     line-height: 28px;
  }
  .static_text ul li{
    margin-bottom: 20px;
  }

  .static_text ul li ol {
    margin-top: 20px;
  }
  .static_text {
    padding: 50px 0 60px;
}

header .header_top .top_hd_main .tp_ryt {
  width: 21%;
}
.ord-nwp .order-np .order_main_gd .pagination ul.pagination li a{
  font-size: 18px;
}
.ord-nwp .order-np .order_main_gd .pagination{
  margin: 40px 0 70px 0;
}
.cofe h3, .success h2{
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 20px;
  }
  .cofe p{
   font-size: 15px;
   line-height: 22px;
  }
  .cofe p button{
   font-size: 17px;
   line-height: 38px;
  }
  .product-detail-main .product-details .product-information .prz-qty span.list-price{
    font-size: 23px;
    line-height: 36px;
  }

  .product-detail-main .product-details .product-information .dt-quantity .variant label strong:after{
    top: 9px;
  }

  .product-detail-main .product-details .product-information .dt-quantity .variant label strong{
    font-size: 17px;
    line-height: 28px;
  }
  .rate_product_main .rateprod_blk_in .rate_form .rte_field p.wre{
    padding: 11px 0;
  }
  #deleteCollectionModal .modal-body span{
    font-size: 16px;
    line-height: 22px;
  }
  .ingir ul li{
    font-size: 18px;
    line-height: 24px;
  }

  .modal-lg .modal-body img{
    height: 405px;
  }
  .wish_main .mtwish img{
    width: 300px;
    height: 210px;
  }
  .wish_main .mtwish strong{
    font-size: 35px;
    line-height: 40px;
  }
  .wish_main .mtwish .emt button{
    font-size: 17px;
    line-height: 20px;
  }
  .wish_main .common_contbox{
    margin: 30px 0 60px;

  }
  .crev .revi .prvi-h strong::before{
    right: 11px;
  }
  .product-detail-main .add-review{
    font-size: 19px;
    line-height: 24px;
  }
  .lightbox{
    padding: 0 10px;
  }
  .lb-dataContainer{
 
    padding: 0 10px;
  }
  .lightbox .lb-image{
    width: 100% !important;
   
  }
  .lb-outerContainer{
    width: 100% !important;
  }
  .lb-outerContainer{
    max-width: 100% !important;
  }
  .lb-dataContainer{
    max-width: 100% !important;
  }
  .categories .cat_flex .right .cate_products .sunny strong{
    font-size: 23px;
    line-height: 30px;

  }
  /***10-10-23***/
  .ban_imanco>img {
    height: 530px;
  }
  /***10-10-23***/
}
@media screen and (max-width: 991px) {
  header .header_top .top_hd_main .tp_mid {
    width: 45%;
    text-align: center;
  }
  header .header_top .top_hd_main .tp_ryt a,
  header .header_top .top_hd_main .quick_menus ul li a {
    font-size: 13px;
  }
  header .header_top .top_hd_main .tp_mid p {
    font-size: 14px;
  }
  header .header_mid .mid_hd_main .md-ryt a span img {
    width: 25px;
    height: 25px;
  }
  header .header_mid .mid_hd_main .slct_location a {
    padding: 3px 15px;
  }
  header .header_mid .mid_hd_main .slct_location {
    width: 23%;
  }
  header .header_mid .mid_hd_main .md-ryt {
    width: 25%;
  }
  header .header_mid .mid_hd_main .md-ryt .md-cart {
    margin-right: 5px;
  }
  header .header_mid .mid_hd_main .md-search input.sub_btn {
    right: 15px;
  }
  header .header_mid .mid_hd_main .md-search input.srch_txt {
    padding: 0 40px 0 10px;
  }
  header .header_bot .main_menu ul li a {
    font-size: 15px;
  }
  .banner > img {
    height: 500px;
  }
  .banner .banner_content .ban_img img {
    height: 370px;
  }
  .banner .banner_content .ban_text strong {
    font-size: 40px;
    line-height: 45px;
  }
  .banner .banner_content .ban_text .ban-btn a:last-child {
    max-width: 220px;
  }
  footer .foot.foot-help ul:not(:last-child) {
    padding-right: 20px;
  }
  footer .footer_bottom .foot.foot_menu ul li {
    margin-right: 25px;
  }
  .image-content-block .image-content .md-image img {
    height: 430px;
  }
  .app-main-block .app-block-in .app-ryt img {
    height: 380px;
  }
  .featured-product {
    padding: 0 0 50px;
  }
  .contact_page {
    padding: 70px 0;
  }
  .contact_page .contact_main {
    padding: 30px;
  }
  .contact_page .contact_main .contact_form h1,
  .contact_page .contact_main .contact_information h2 {
    font-size: 26px;
    line-height: 33px;
  }
  .contact_page .contact_main .contact_information {
    width: 45%;
  }
  .contact_page .contact_main .contact_form {
    width: 55%;
  }
  .contact_page .contact_main .contact_information ul.ctinfo {
    padding: 40px 0 10px;
  }
  .contact_page .contact_main .contact_information ul.ctinfo li {
    margin-bottom: 30px;
  }
  section.map img {
    height: 270px;
  }
  .contact_page .contact_main .contact_form .intext.intext_btn input.ty-btn {
    font-size: 18px;
  }
  .orders_page_main {
    padding: 60px 0;
  }
  .orders_page_main .order-btn h1 {
    font-size: 28px;
    line-height: 31px;
  }
  .orders_page_main .order-btn {
    margin-bottom: 30px;
  }
  .orders_page_main .order_main_gd h2 {
    margin-bottom: 20px;
  }
  .orders_page_main .order_main_gd h2 {
    font-size: 24px;
    line-height: 33px;
  }
  .orders_page_main .order_main_gd .myorder-table table tr td.ord-title .ord-img a img {
    width: 90px;
    height: 95px;
  }
  /* The above code is targeting a specific element with the class "ord-img" that is a child of a
  <td> element with the class "ord-title" which is a child of a <tr> element within a table. It is
  adding a padding of 10 pixels to the right of the "ord-img" element. */
  .orders_page_main .order_main_gd .myorder-table table tr td {
    padding-right: 10px;
  }
  .orders_page_main .order_main_gd .myorder-table table tr td.ord-code,
  .orders_page_main .order_main_gd .myorder-table table tr td.ord-date,
  .orders_page_main .order_main_gd .myorder-table table tr td.ord-tot {
    padding-left: 35px;
  }
  .ord-nwp .order-np .order_main_gd table tr td.ord-tot {
    padding-left: 70px;
  }
  .ord-nwp .order-np .order_main_gd table tr td.ord-date {
    padding-left: 35px;
  }
  .orders_page_main .order_main_gd .myorder-table table tr {
    padding: 15px;
    margin-bottom: 10px;
  }
  .orders_page_main .order_main_gd .myorder-table table tr td p {
    font-size: 16px;
  }
  .orders_page_main .order-btn h1 {
    padding-right: 30px;
  }
  .cart-blk {
    padding: 45px 0;
  }
  .cart-blk .cart-lft table tr td.pr-title a,
  .cart-blk .cart-lft table tr td.cart_price p {
    font-size: 19px;
    line-height: 21px;
  }
  .cart-blk .cart-lft table tr td.pr-qunatity .qu-value button {
    width: 30px;
    height: 30px;
    min-width: unset;
  }
  .cart-blk .cart-lft table tr td.pr-title {
    padding-right: 15px;
  }
  .cart-blk .cart-lft table tr {
    padding: 15px;
    margin-bottom: 10px;
  }
  .cart-blk .cart-rgt .coupen button {
    font-size: 16px;
    padding: 10px;
  }
  .cart-blk .cart-rgt .coupen input {
    padding: 12px 10px;
    font-size: 15px;
  }
  .cart-blk .cart-rgt .cart-li li {
    margin-bottom: 10px;
    font-size: 15px;
  }
  .cart-blk .cart-rgt .for_btn td {
    font-size: 21px;
  }
  .cart-blk .cart-rgt .cart-li {
    margin: 25px;
  }
  .cart-blk .cart-rgt a {
    margin: 0 25px;
  }
  .cart-blk .cart-rgt .coupen {
    padding: 15px 25px 20px;
  }
  .cart-blk .cart-rgt .for_btn {
    padding: 15px 25px;
  }
  .cart-blk .cart-rgt .table-ano {
    padding: 15px 25px;
  }
  .cart-blk .cart-rgt .table-ano td {
    font-size: 17px;
    line-height: 22px;
    padding-bottom: 8px;
  }
  .cart-blk .btns-lat {
    margin-top: 30px;
  }
  .cart-blk .cart-rgt a,
  .cart-blk .btns-lat a {
    font-size: 17px;
  }
  .cart-blk .cart-fle {
    flex-direction: column;
    margin-top: 35px;
  }
  .cart-blk .cart-lft,
  .cart-blk .cart-rgt,
  .cart-blk .btns-lat {
    width: 100%;
    margin: unset;
    margin-bottom: 25px;
  }
  .cart-blk .btns-lat {
    margin-bottom: 0;
  }
  .categories {
    padding: 55px 0 0;
  }
  .categories .cat_flex .right .pagination {
    margin: 40px 0 60px 0;
  }
  .categories .cat_flex .right .sorting .sort_items {
    width: 45%;
  }
  .categories .cat_flex .right .sorting .view_buttons {
    width: 55%;
  }
  .categories .cat_flex .right .sorting .view_buttons p,
  .categories .cat_flex .right .sorting .sort_items label {
    font-size: 19px;
    line-height: 30px;
  }
  .categories .cat_flex .right .sorting .sort_items label {
    margin-right: 12px;
  }
  .categories .cat_flex .right .sorting {
    margin-bottom: 30px;
  }
  .categories .cat_flex .right .cate_products.grid-view .product-grid .product-cont strong {
    height: 48px;
    -webkit-line-clamp: 2;
    font-size: 22px;
  }
  .categories .cat_flex .cate_overlay .left .cate_name ul li,
  .categories .cat_flex .cate_overlay .left .cate_name ul li.active,
  .categories .cat_flex .cate_overlay .left .cate_name ul li.cate_arr1 {
    background-position: top 25px right 20px;
  }
  .categories .cat_flex .cate_overlay .left .cate_name ul li.active .sub_cate ul li a {
    padding: 13px 10px 13px 15px;
  }
  .categories .cat_flex .right .cate_products.grid-view.list .product-grid .product-cont strong {
    height: unset;
    -webkit-line-clamp: 1;
  }
  .abtimg-content1 .image-content .md-content h1 {
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 10px;
  }
  .abtimg-content1 .image-content .md-content p {
    padding-bottom: 20px;
  }
  .about_vid_blk .container .vid_content h2 {
    font-size: 34px;
    line-height: 40px;
    padding-bottom: 10px;
  }
  .about_vid_blk .container .vid_content {
    width: 65%;
  }
  .about_vid_blk .container .vdo_buttons {
    width: 35%;
  }
  .about_vid_blk .container .vid_content a.custom-btn{
    font-size: 18px;
    line-height: 46px;
    max-width: 165px;
  }
  .about_vid_blk .container .vid_content p {
    font-size: 16px;
  }
  .about_vid_blk .container .vdo_buttons button {
    width: 70px;
    height: 70px;
  }
  .about_vid_blk .container .vdo_buttons button img {
    width: 20px;
  }
  .abtimg-content2 .image-content .md-content h3 {
    font-size: 34px;
    line-height: 40px;
  }
  .abtimg-content2 .image-content .md-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .abtimg-content3 .image-content .md-content h4 {
    font-size: 34px;
    line-height: 40px;
  }
  .blog_detail_page {
    padding-top: 60px;
  }
  .blog_detail_page .blog_detail > img {
    height: 350px;
  }
  .blog_detail_page .blog_detail h1,
  .blog_detail_page .blog-product-block .blog-title-btn h3 {
    font-size: 28px;
    line-height: 32px;
  }
  .blog_detail_page .blog-product-block {
    padding: 65px 0;
  }
  .blog_detail_page .blog_detail .dt_quote {
    background-position: top 30px right 55px;
    background-size: 65px;
  }
  .blog_detail_page .blog_detail .dt_img .ds-img img {
    height: 220px;
  }
  .blog_detail_page .blog-product-block .blog-title-btn {
    padding-bottom: 40px;
  }
  .blog_detail_page .blog_detail .aut-date .date strong {
    font-size: 30px;
  }
  .blog_detail_page .blog_detail p,
  .blog_detail_page .blog_detail .dt_quote p,
  .blog_detail_page .blog_detail ul li {
    font-size: 16px;
    line-height: 23px;
  }
  .blog_detail_page .blog_detail ul li {
    line-height: 30px;
  }
  .blog_detail_page .blog_detail .dt_img {
    padding: 25px 0 35px 0;
  }
  .product-detail-main .product-details {
    flex-direction: column;
  }
  .product-detail-main .product-details .product-image {
    width: 80%;
    margin: 0 auto 25px;
    padding: unset;
  }
  .product-detail-main .product-details .product-information {
    width: 100%;
  }
  .product-detail-main .product-details .product-image .thumb_cont .lSSlideOuter .lSPager.lSGallery li a {
    height: 180px;
  }
  .ordersdetail_page_main {
    padding: 60px 0;
  }
  .ordersdetail_page_main h1 {
    padding-bottom: 30px;
  }
  .ordersdetail_page_main .order_details .od_content .od_body {
    padding: 55px 65px;
  }
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.product,
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table thead tr th.first table thead tr th.product {
    padding-left: 40px;
  }
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.total,
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table thead tr th.first table thead tr th.total {
    padding-right: 40px;
  }
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.second table tbody .order_totals .order_total table tbody tr td {
    font-size: 18px;
    line-height: 30px;
  }
  .ordersdetail_page_main .order_details .order_note h2 {
    font-size: 23px;
  }
  .about_vid_blk {
    height: 410px;
  }
  .abtimg-content1 .image-content .md-image img,
  .abtimg-content2 .image-content .md-image img,
  .abtimg-content3 .image-content .md-image img {
    height: 320px;
  }
  section.map img {
    height: 440px;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .lft1 a {
    width: 44%;
    font-size: 18px;
    margin-bottom: 30px;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .src_location a.custom-btng {
    width: 100%;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .src_location {
    width: 25%;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .sech_bx {
    width: 40%;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .cnfm {
    width: 25%;
    margin-left: 15px;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm > p {
    margin: 0 15px;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm {
    justify-content: space-between;
    margin-top: 30px;
  }
  .abtimg-content3 .image-content .md-content ul li b {
    font-size: 32px;
  }
  .header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul li.li_sb {
    padding-right: 20px;
  }
  .header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul li a {
    font-size: 16px;
    padding: 0 0 0 19px;
  }
  .header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul li {
    margin-bottom: 8px;
  }
  .header_bot .main_menu ul li.drop-down .sub_category {
    padding: 30px 10px 90px;
  }
  .header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul li.li_sb ul.li_sub a {
    font-size: 16px;
  }
  .header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul li.li_sb ul.li_sub li {
    margin-bottom: 4px;
  }
  .testimonial_blks .inner_cnt .cmn_grd {
    width: 31.7%;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 25px 15px 25px;
  }
  .testimonial_blks .inner_cnt .cmn_grd p {
    font-size: 16px;
    line-height: 21px;
  }
  .testimonial_blks .inner_cnt .cmn_grd strong {
    font-size: 19px;
  }
  .order_track .order_bg .ryt_bg h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .order_track .order_bg .ryt_bg p {
    padding: 6px 0 2px;
  }
  .order_track .order_bg .lft_bg .flx_set label p {
    margin-left: 7px;
  }
  .order_track .order_bg .lft_bg .flx_set label {
    width: 55%;
  }
  .order_track .order_bg .lft_bg .flx_set a {
    max-width: 140px;
  }
  .ordr_loct .inner_cnts .cnt_img strong {
    font-size: 18px;
  }
  .ordr_loct .inner_cnts .cnt_img p {
    font-size: 16px;
  }
  .ordr_loct .inner_cnts .cnt_img span {
    font-size: 17px;
    padding: 11px 0 0 0;
  }
  .ordr_loct .inner_cnts .img_grd {
    width: 102px;
    padding: 20px 10px;
  }
  .ordr_loct .inner_cnts {
    padding: 15px 12px 25px;
  }
  .ordr_loct .inner_cnts .review_rat label {
    margin: 12px 0 8px;
  }
  .ordr_loct {
    padding: 15px 0 50px;
  }
  /* 31.07.23 */
  /* wishlist */
  .wish_main .wish_blk_in .navbar ul li a {
    font-size: 22px;
    padding-bottom: 16px;
  }
  /* reviews */
  .review_main .review_blk_in .navbar ul li a {
    font-size: 22px;
    padding-bottom: 16px;
  }
  .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry li a span {
    font-size: 22px;
  }
  header .header_top .top_hd_main .quick_menus ul li {
    margin-right: 10px;
  }
  header .header_top .top_hd_main .tp_ryt {
    width: 20%;
  }
  header .header_top .top_hd_main .tp_ryt {
    width: 20%;
    text-align: right;
  }
  .notifctn_main .notifctn_blk_in .navbar ul li a, .notifctn_main .notifctn_blk_in .all_notfy .al_list_blk .nt_content strong {
    font-size: 23px;
  }
  .header_bot .main_menu ul li.drop-down .sub_category .cmn_set > ul:first-child {
    width: 16%;
  }
  .header_bot .main_menu ul li.drop-down .sub_category .cmn_set > ul:nth-of-type(2) {
    width: 12%;
  }

  .header_bot .main_menu ul li.drop-down .sub_category .cmn_set > ul:nth-of-type(5),  .header_bot .main_menu ul li.drop-down .sub_category .cmn_set > ul:nth-of-type(6), .header_bot .main_menu ul li.drop-down .sub_category .cmn_set > ul:nth-of-type(4), .header_bot .main_menu ul li.drop-down .sub_category .cmn_set > ul:nth-of-type(3) {
    width: 19%;
  }
  .header_bot .main_menu ul li.drop-down .sub_category .cmn_set > ul:nth-of-type(5){
    width: 14%;
  }
  .header_bot .main_menu ul li.drop-down .sub_category .cmn_set >ul:nth-of-type(6){
    width: 20%;
  }
  /* .header_bot .main_menu ul li.drop-down .sub_category .cmn_set > ul:last-child {
    width: 14%;
  } */
  .ord-nwp .order-np .order_main_gd table tr td.ord-title {
    width: 39%;
  
  }
  .wishcat{
    padding: 50px 0;
  }
   .wishcat.categories .right h2{
    font-size: 26px;
  }
  .wrap {
    padding: 60px 0;
}
.wrap .cnt strong {
  font-size: 30px;
  line-height: 35px;
}
.rate_product_main .rate_form .rte_field_btn .sub_rev, .rate_product_main .rate_form .rte_field_btn .ad_pht p{
  font-size: 17px;
  line-height: 22px;
}


.checkout-blk .check-frm .check-rgt .paym_dtail label .error{
  margin-bottom: 0;
  bottom: -49px;
}
.checkout-blk .check-frm .check-rgt .paym_dtail label{
  margin-bottom: 50px;
  position: relative;
}


.cart-blk .cart-rgt .coupen p{
  font-size: 17px;
  line-height: 22px;
}
.abtimg-content3 .image-content img{
  height: 377px;
}



.blog_detail_page .blog_detail strong p{
  font-size: 28px;
  line-height: 32px;
}
.contact_page .contact_main .contact_form .captcha_blk input {
  width: 67%;
}
.ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_logo p:nth-of-type(2) {
  width: 65%;
}
.ordersdetail_page_main .order_details .od_content .od_body {
  padding: 55px 25px;
}

.contact_page .contact_main .contact_form .captcha_blk a {
  width: 6%;
}
  
.static_text h1{
  font-size: 35px;
  line-height: 40px;
    margin-bottom: 10px;
}
.static_text p, .static_text ul li{
   font-size: 18px;
   line-height: 25px;
}

.static_text p:empty, br{
  display: none;
}

.cofe h3, .success h2{
  font-size: 22px;
  line-height: 29px;
  padding-bottom: 20px;
  }
  .cofe p{
   font-size: 15px;
   line-height: 20px;
  }
  .cofe p button{
   font-size: 16px;
   line-height: 36px;
  }

  .success .image img{
    max-width: 340px;
    height: 200px;
  }
  .modal-body img{
    max-width: 400px;
    height: 280px;
    object-fit: contain;
  }
  .modal-lg .modal-body img {
    height: 370px;
}
.lb-dataContainer{
  width: 100% !important;
}
.product-detail-main .product-details .product-information .dt-btns .wishlist{
  display: none;
}
.product-detail-main .product-details .product-information  .discount-badge .wishlist{
  display: block;
}
.product-detail-main .product-details .product-information  .discount-badge{
  display: flex;
  justify-content: space-between;
}
.product-detail-main .product-details .product-information  .discount-badge a img{
  width: 40px;
  height: 40px;
}
.product-detail-main .product-details .product-information  .discount-badge a img:last-child{
  display: none;
}
.product-detail-main .product-details .product-information  .discount-badge a.exist img:first-child{
  display: none;
}
.product-detail-main .product-details .product-information  .discount-badge a.exist img:last-child{
  display: block;
}

.prreqbk {
  max-width: 95%;
  margin: 0 auto;
}

.prreqbk .modal-content .pr-mod p,
.prreqbk .modal-content .pr-mod .prform-blk .pr-frm .prfr label,
.prreqbk .modal-content .pr-mod .prform-blk .pr-upl label,
.prreqbk .modal-content .pr-mod .prform-blk .pr-upl .upl-bx p {
  font-size: 16px;
  line-height: 21px;
}

.prreqbk .modal-content .pr-mod p {
  margin-bottom: 20px;
}

.prreqbk .modal-content .pr-mod {
  padding: 25px;
}

.prreqbk .modal-content .pr-mod .prform-blk .preqbt {
  font-size: 19px;
  line-height: 23px;
}

.blog_detail_page .blog-product-block .prreqs{
  font-size: 18px;
  line-height: 23px;
}
.rate_product_main .rateprod_blk_in .rate_form .rte_field_btn{
  flex-wrap: wrap;
}
.rate_product_main .rate_form .rte_field_btn .sub_rev{
  margin: 15px 0 auto 0;
  width: 100%;
  max-width: 100%;
}
.rate_product_main .rateprod_blk_in .rate_form .rte_field_btn #image-list{
  width: 100%;
}
.rate_product_main .rateprod_blk_in .rate_form .rte_field_btn label{
  width: 100%;
  max-width: 100%;
}
.rate_product_main .rate_form .rte_field_btn .ad_pht p{
  display: inline-block;
}
.rate_product_main .rateprod_blk_in .rate_form .rte_field_btn #image-list{
  margin-left: 0;
}
.rate_product_main .rateprod_blk_in .rate_form .rte_field_btn #image-list .image-item .remove-image {
  padding: 7px 12px;
}
.rate_product_main .rateprod_blk_in .rate_form .rte_field_btn > label:first-child{
  margin-bottom: 0;
}
/**10-10-23**/
.ban_imanco>img {
  height: 500px;
}

}
@media screen and (min-width: 881px) {
  body footer .foot ul {
    display: block !important;
  }
  body footer .footer_bottom .foot.foot_menu ul {
    display: flex !important;
  }
  footer .foot.foot-help ul {
    float: left;
  }
  .rate_product_main .rateprod_blk_in h1 {
    font-size: 26px;
  }
  .rate_product_main .rateprod_blk_in .rate_form .rte_field_btn a {
    padding: 11px;
  }
  .header_bot .main_menu ul li.drop-down .sub_category {
    display: none;
  }

  .wrap .fnotf img {
    width: 661px;
    height: 333px;
}

.wrap {
  padding: 54px 0;
}
.wish_main .mtwish img{
  width: 300px;
  height: 210px;
}
.wish_main .mtwish strong{
  font-size: 32px;
  line-height: 39px;
}
.wish_main .mtwish .emt button{
  font-size: 16px;
  line-height: 20px;
}

.prreqbk {
  max-width: 95%;
}

.prreqbk .modal-content .pr-mod strong {
  font-size: 26px;
  line-height: 32px;
}


}
@media screen and (max-width: 880px) {
  header .header_mid .mid_hd_main .md-ryt a strong {
    display: none;
  }
  header .header_mid .mid_hd_main .md-ryt {
    width: -moz-fit-content;
    width: fit-content;
  }
  header .header_top {
    display: none;
  }
  header .header_mid .mid_hd_main .slct_location a strong {
    display: none;
  }
  header .header_mid .mid_hd_main .slct_location {
    width: 26%;
  }
  header .header_mid .mid_hd_main .md-ryt .md-profile {
    background-position: right top 50%;
    padding-right: 6px;
  }
  header .header_bot .main_menu .icontab {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    z-index: 1;
    top: -55px;
  }
  header .header_bot .main_menu .icontab span {
    width: 30px;
    height: 5px;
    display: block;
    margin-bottom: 5px;
    background: #1a6937;
    border-radius: 5px;
  }
  header .header_bot .main_menu .icontab span:nth-child(2) {
    background: #1a6937;
  }
  header .header_bot .main_menu ul {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
  }
  header .header_bot .main_menu ul li {
    width: 100%;
  }
  header .header_bot .main_menu ul li.drop-down a {
    background: unset;
    padding-right: unset;
    line-height: 35px;
    display: block;
    text-align: left;
  }
  header .header_bot .main_menu ul li.drop-down {
    background: url(../images/User/menu_drop.svg) no-repeat right center;
  }
  header .header_mid {
    position: relative;
    border-top: unset;
    border-bottom: unset;
  }
  header .header_bot {
    padding: 0;
    position: relative;
  }
  header .header_mid .mid_hd_main .md-search .md_srch_mob {
    display: block;
  }
  header .header_mid .mid_hd_main .md-search .md_srch_in {
    display: none;
  }
  header .header_mid .mid_hd_main .md-search .md_srch_mob a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    border-radius: 5px;
    background: #1a6937;
  }
  header .header_mid .mid_hd_main .md-search .md_srch_mob a img {
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  header .header_mid .mid_hd_main .md-search .md_srch_mob a img:last-child {
    display: none;
  }
  header .header_mid .mid_hd_main .md-search {
    width: 50px;
  }
  header .header_mid .mid_hd_main .slct_location {
    width: 50px;
  }
  header .header_mid .mid_hd_main {
    justify-content: end;
    padding-left: 60px;
  }
  header .header_mid .mid_hd_main .logo {
    width: 30%;
    position: absolute;
    left: 46%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  header .header_bot .main_menu .main_menu_in {
    transition: 0.5s ease;
    position: fixed;
    top: 0;
    background: white;
    width: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 11;
    height: 100%;
    overflow: auto;
  }
  header .header_bot .main_menu .main_menu_in.new_open {
    width: 370px;
    transition: 0.2s;
    opacity: 1;
    visibility: visible;
    padding: 70px 30px 50px 40px;
    height: 100%;
    transition: 0.5s ease;
  }
  /* header .header_bot .main_menu .icontab.close_mrk {
    position: relative;
    top: -50px;
    left: 310px;
    z-index: 3;
  }
  header .header_bot .main_menu .icontab.close_mrk span:nth-child(2) {
    display: none;
  }
  header .header_bot .main_menu .icontab.close_mrk span:nth-child(3) {
    transform: rotate(45deg);
    transition: 0.5s;
  }
  header .header_bot .main_menu .icontab.close_mrk span:first-child {
    position: absolute;
    transition: 0.5s;
    transform: rotate(-45deg);
  } */
  header .header_mid .mid_hd_main .md-search .md_srch_in.srch_open {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4784313725);
    padding-top: 120px;
    padding: 120px 20px 0;
  }
  header .header_mid .mid_hd_main .md-search input.sub_btn {
    right: 27px;
    top: 120px;
  }
  body.no_scrl {
    overflow: hidden;
    position: relative;
  }
  header .header_mid .mid_hd_main .md-search .md_srch_mob a.close_new2 {
    position: relative;
    z-index: 3;
    background: #f3b652;
    transition: 0.2s;
  }
  header .header_mid .mid_hd_main .md-search .md_srch_mob a.close_new2 img:first-child {
    display: none;
  }
  header .header_mid .mid_hd_main .md-search .md_srch_mob a.close_new2 img:last-child {
    display: block;
  }
  .banner .banner_content .ban_text strong {
    font-size: 36px;
    line-height: 43px;
  }
  body.no_scrl.one:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5019607843);
    left: 0;
    top: 0;
    z-index: 4;
  }
  .banner .banner_content .ban_text .ban-btn a {
    padding: 0 20px;
  }
  .banner .banner_content .ban_text .ban-btn a:first-child,
  .banner .banner_content .ban_text .ban-btn a:last-child {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 220px;
  }
  .banner > img {
    height: 480px;
  }
  .ban_img img {
    height: 330px;
  }
  .feature-category {
    padding: 50px 0;
  }
  .feature-category h1,
  .featured-product h2,
  .image-content-block .image-content .md-content h3,
  .best-sell-product .best-head-content strong,
  .app-main-block .app-block-in .app-lft strong,
  .testimonials strong,
  .blog-block strong {
    font-size: 28px;
    line-height: 32px;
  }
  .feature-category h1 {
    margin-bottom: 50px;
  }
  .feature-category #cate-slide .cate {
    padding: 20px 0px 46px;
  }
  .feature-category .category-grid {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .feature-category .category-grid .cate-blk {
    width: 48.9%;
    margin-right: 2.2%;
    margin-bottom: 20px;
    float: unset;
  }
  .feature-category .category-grid .cate-blk:nth-of-type(2n) {
    margin-right: 0;
  }
  .feature-category .category-grid .cate-blk:last-child {
    margin: 0 auto;
  }
  .featured-product h2 {
    padding-bottom: 45px;
  }
  .featured-product .products-grid-block .product-grid,
  .blog_detail_page .blog-product-block .blog-product .product-grid {
    width: 32%;
    margin-right: 2%;
  }
  .featured-product .products-grid-block .product-grid:nth-child(4n),
  .blog_detail_page .blog-product-block .blog-product .product-grid:nth-of-type(4n),
  .featured-product .products-grid-block .product-grid:nth-child(5n),
  .blog_detail_page .blog-product-block .blog-product .product-grid:nth-of-type(5n) {
    margin-right: 2%;
  }
  .featured-product .products-grid-block .product-grid:nth-of-type(3n),
  .blog_detail_page .blog-product-block .blog-product .product-grid:nth-of-type(3n) {
    margin-right: 0;
  }
  .image-content-block .image-content,
  .app-main-block .app-block-in {
    flex-direction: column;
  }
  .image-content-block .image-content .md-image,
  .image-content-block .image-content .md-content,
  .app-main-block .app-block-in .app-lft,
  .app-main-block .app-block-in .app-ryt {
    width: 100%;
    padding: unset;
  }
  .image-content-block .image-content .md-image img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 400px;
  }
  .image-content-block .image-content .md-image,
  .app-main-block .app-block-in .app-lft {
    margin-bottom: 40px;
  }
  .image-content-block .image-content .md-content ul li {
    margin-bottom: 15px;
  }
  .image-content-block {
    padding: 55px 0;
  }
  .best-sell-product {
    padding: 80px 0;
  }
  .best-sell-product .best-head-content a.custom-btn,
  .image-content-block .image-content .md-content a.custom-btn {
    max-width: 200px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 23px;
    font-size: 18px;
  }
  .best-sell-product .count_block {
    width: 100%;
    margin: 29px auto 0;
  }
  .app-main-block .app-block-in .app-ryt img {
    height: 430px;
  }
  .testimonials {
    padding: 55px 0;
  }
  .testimonials .testimonial-slid {
    padding-top: 50px;
  }
  .blog-block .blog_slide .owl-nav button {
    top: -47px;
  }
  .blog-block .blog_slide .blog_card .blog-cont,
  .blogs_page .blogs_overview .blog_card .blog-cont {
    padding: 30px 15px 25px;
  }
  .blog-block .blog_slide .blog_card .blog-img .blog-date,
  .blogs_page .blogs_overview .blog_card .blog-img .blog-date {
    right: 20px;
  }
  footer .footer-main-block {
    flex-direction: column;
  }
  footer .foot-logo,
  footer .foot.foot-links,
  footer .foot.foot-help,
  footer .foot.foot-dlapp,
  footer .footer_bottom .foot.foot_menu,
  footer .footer_bottom .foot_pay {
    width: 100%;
    padding-right: 0;
  }
  footer .foot-logo p.foot-title,
  footer .footer_bottom .foot.foot_menu p.foot-title {
    display: block;
  }
  footer .foot-logo > a {
    display: block;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  footer .footer-main-block .foot-logo ul {
    margin-top: 0;
  }
  footer .foot ul,
  footer .foot.foot-help ul,
  footer .footer_bottom .foot.foot_menu ul {
    display: none;
  }
  footer .foot p.foot-title {
    padding: 15px 0;
    position: relative;
  }
  footer .foot p.foot-title:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 3px;
    right: 5px;
    background: #fff;
    border-radius: 10px;
    transition: 0.2s;
  }
  footer .foot p.foot-title:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 15px;
    right: 11px;
    background: #fff;
    border-radius: 10px;
    transition: 0.2s;
  }
  footer .foot p.foot-title.fstyle1:before {
    transform: translateY(-50%) rotate(90deg);
    background: #f3b652;
    z-index: 1;
    transition: 0.2s;
  }
  footer .footer_bottom {
    flex-direction: column;
    padding: unset;
    border: unset;
  }
  footer .footer-main-block {
    padding-bottom: 0;
  }
  footer .foot.foot-help ul {
    float: left;
    width: 48%;
  }
  footer .foot ul {
    margin-bottom: 20px;
  }
  footer .foot {
    border-bottom: 1px dashed white;
  }
  footer .footer_bottom .foot_pay {
    margin-top: 30px;
    text-align: center;
  }
  footer .footer_block {
    padding-bottom: 30px;
  }
  footer .footer-usp-block {
    margin-bottom: 5px;
  }
  .best-sell-product {
    padding: 70px 0;
  }
  .testimonials {
    padding: 50px 0;
  }
  .image-content-block {
    padding: 50px 0;
  }
  .image-content-block .image-content .md-content p,
  .image-content-block .image-content .md-content ul li,
  .app-main-block .app-block-in .app-lft p,
  .testimonials .testimonial-slid .testi-card p {
    font-size: 16px;
    line-height: 23px;
  }
  footer .foot ul li a,
  footer .footer-main-block .foot-logo ul li p,
  footer .footer-main-block .foot-logo ul li a,
  footer .footer_bottom .foot.foot_menu ul li a,
  footer .footer_copyryt .copyryt_main .copyryt p,
  footer .footer_copyryt .copyryt_main .copyryt_link ul li a {
    font-size: 16px;
  }
  footer .footer_copyryt .copyryt_main .copyryt_link ul {
    display: flex !important;
  }
  .contact_page .contact_main {
    padding: 30px 20px;
  }
  .contact_page .contact_main .contact_form {
    padding-right: 20px;
  }
  .contact_page .contact_main .contact_form h1,
  .contact_page .contact_main .contact_information h2 {
    font-size: 24px;
    line-height: 29px;
  }
  .contact_page .contact_main .contact_form h1 {
    padding-bottom: 15px;
  }
  .contact_page .contact_main .contact_information {
    padding: 20px 20px 30px;
  }
  .contact_page .contact_main .contact_information .contact-social h3 {
    padding: 10px 0;
    font-size: 24px;
    line-height: 35px;
  }
  .contact_page .contact_main .contact_information ul.ctinfo li .img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 15px;
  }
  .contact_page {
    padding: 60px 0;
  }
  .contact_page .contact_main .contact_form .intext.intext_btn input.ty-btn {
    line-height: 40px;
  }
  .orders_page_main {
    padding: 50px 0;
  }
  .orders_page_main .order-btn h1, .ord-nwp .order-np .order-btn h1 {
    font-size: 26px;
    line-height: 29px;
  }
  .orders_page_main .order-btn {
    margin-bottom: 25px;
  }
  .orders_page_main .order_main_gd h2 {
    margin-bottom: 20px;
  }
  .orders_page_main .order_main_gd h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .orders_page_main .order_main_gd .myorder-table table tr td a,
  .orders_page_main .order_main_gd .myorder-table table tr td b {
    font-size: 17px;
  }
  .orders_page_main .order_main_gd .myorder-table table tr td.ord-title .ord-img a img {
    width: 80px;
    height: 85px;
  }
  .orders_page_main .order_main_gd .myorder-table table tr td p {
    font-size: 15px;
  }
  .orders_page_main .order_main_gd .myorder-table table tr td.ord-code,
  .orders_page_main .order_main_gd .myorder-table table tr td.ord-date,
  .orders_page_main .order_main_gd .myorder-table table tr td.ord-tot {
    padding-left: 25px;
  }
  .ord-nwp .order-np .order_main_gd table tr td.ord-tot {
    padding-left: 59px;
  }
  .ord-nwp .order-np .order_main_gd table tr td.ord-date {
    padding-left: 36px;
    width: 37%;
  }
  .cart-blk .cart-lft table {
    width: 800px;
  }
  .cart-blk .cart-lft table tr td.pr-img {
    width: -moz-fit-content;
    width: fit-content;
  }
  .categories .cat_flex .cate_overlay {
    width: 0;
    padding-right: 0;
    display: none;
    left: -250px;
  }
  .categories .cat_flex .right {
    width: 100%;
  }
  .categories .cat_flex {
    flex-direction: column;
  }
  .categories .cat_flex .cate_toggle {
    display: block;
    position: absolute;
    left: 0;
  }
  .categories .cat_flex .cate_toggle span {
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    border-radius: 10px;
    background: #1a6937;
    width: 50px;
    text-align: center;
    display: block;
  }
  .categories .cat_flex .cate_overlay.cate_open {
    width: 50%;
    position: fixed;
    /* display: block; */
    top: 0;
    left: 0;
    background: white;
    z-index: 5;
    padding: 50px 10px;
    height: 100%;
    overflow-y: scroll;
    display: block;
  }
  .categories .cat_flex .cate_overlay.cate_open a.cate_closebtn {
    display: block;
  }
  .abtimg-content1 .image-content,
  .abtimg-content2 .image-content,
  .abtimg-content3 .image-content {
    flex-wrap: wrap;
  }
  .abtimg-content1 .image-content .md-image,
  .abtimg-content3 .image-content .md-image {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .abtimg-content1 .image-content .md-content,
  .abtimg-content2 .image-content .md-content,
  .abtimg-content3 .image-content .md-content {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .abtimg-content1 .image-content .md-content a,
  .abtimg-content3 .image-content .md-content a.custom-btn {
    font-size: 18px;
    line-height: 46px;
    max-width: 165px;
  }
  .abtimg-content2 .image-content .md-content,
  .abtimg-content3 {
    margin-top: 0;
  }
  .abtimg-content2 .image-content .md-image {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-top: 30px;
  }
  .abtimg-content3 {
    padding: 35px 0;
  }
  .abtimg-content1 .image-content .md-content h1,
  .about_vid_blk .container .vid_content h2,
  .abtimg-content2 .image-content .md-content h3,
  .abtimg-content3 .image-content .md-content h4 {
    font-size: 30px;
    line-height: 36px;
  }
  .abtimg-content3 .image-content .md-content ul li b {
    font-size: 30px;
  }
  .abtimg-content3 .image-content .md-content ul li {
    font-size: 30px;
    padding-right: 20px;
  }
  .abtimg-content3 .image-content .md-content ul {
    padding-top: 8px;
  }
  .categories .cat_flex .right .sorting .view_buttons {
    padding-left: 15px;
  }
  .categories .cat_flex .right .sorting .view_buttons button {
    display: none;
  }
  .categories .cat_flex .right .sorting {
    width: calc(100% - 50px);
    margin-left: auto;
  }
  .categories .cat_flex {
    position: relative;
  }
  .categories .cat_flex .cate_toggle {
    width: 50px;
    top: 0;
    padding: 6px 0;
  }
  .categories .cat_flex .right .sorting .sort_items select {
    padding-right: 40px;
    background-position: right 12px center;
    background-size: 14px;
  }
  .categories .cat_flex .right .sorting .view_buttons p,
  .categories .cat_flex .right .sorting .sort_items label {
    font-size: 18px;
  }
  .categories .cat_flex .right .sorting .sort_items {
    align-items: center;
  }
  .categories .cat_flex .cate_overlay {
    display: none !important;
  }
  .categories .cat_flex .cate_overlay.cate_open.cat_mystyle {
    display: block !important;
  }
  .categories .cat_flex .cate_overlay.cate_open a.cate_closebtn {
    width: 30px;
    text-align: center;
    text-align: center;
    color: #1a6937;
    font-weight: 700;
    font-size: 45px;
    line-height: 50px;
    position: absolute;
    top: 0px;
    right: 10px;
  }
  .blog_detail_page {
    padding-top: 50px;
  }
  .blog_detail_page .blog_detail > img {
    height: 320px;
  }
  .blog_detail_page .blog_detail h1,
  .blog_detail_page .blog-product-block .blog-title-btn h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .blog_detail_page .blog-product-block {
    padding: 60px 0;
  }
  .blog_detail_page .blog_detail .dt_quote {
    background-position: top 30px right 35px;
    background-size: 60px;
    padding: 25px 20px 25px 30px;
  }
  .blog_detail_page .blog_detail .dt_img .ds-img img {
    height: 280px;
  }
  .blog_detail_page .blog-product-block .blog-title-btn {
    padding-bottom: 35px;
  }
  .blog_detail_page .blog_detail .aut-date .date strong {
    font-size: 28px;
  }
  .blog_detail_page .blog_detail .dt_quote p {
    max-height: 92%;
  }
  .blog_detail_page .blog_detail .dt_img {
    flex-wrap: wrap;
    /* justify-content: center; */
  }
  .blog_detail_page .blog_detail .dt_img .ds-img:not(:last-child) {
    margin-bottom: 20px;
  }
  .blog_detail_page .blog_detail .dt_img .ds-img {
    width: 47%;
  }
  .blog_detail_page .blog_detail .dt_img .ds-img:nth-child(2n) {
    margin-right: 0;
  }
  .blog_detail_page .blog_detail p {
    padding-bottom: 10px;
  }
  .blog_detail_page .blog_detail ul li {
    line-height: 28px;
  }
  .checkout-blk .chec {
    margin: 50px 0px;
  }
  .checkout-blk .check-frm {
    margin-top: 30px;
  }
  .checkout-blk .chec > h1 {
    font-size: 26px;
    line-height: 31px;
  }
  .checkout-blk .check-frm .ck_lft,
  .checkout-blk .check-frm .check-rgt {
    width: 100%;
    margin: unset;
  }
  .checkout-blk .check-frm {
    flex-wrap: wrap;
  }
  .checkout-blk .check-frm .check-rgt .che-detai .table1 table tr td.p-ima a {
    height: 80px;
    width: 80px;
  }
  .checkout-blk .check-frm .ck_lft {
    margin-bottom: 30px;
  }
  .product-detail-main .product-details .product-image .thumb_cont .lSSlideOuter .lSPager.lSGallery li a {
    height: 160px;
  }
  .product-detail-main .product-details .product-image .thumb_cont .gallery li .flim img {
    height: 400px;
  }
  .product-detail-main .product-details .product-information .dt-shipment li,
  .product-detail-main .product-details .product-information .prod-cate-dt li span,
  .product-detail-main .product-details .product-information .dt-quantity .variant span,
  .product-detail-main .tabs_description .tab-content .tab-pane p,
  .product-detail-main .product-details .product-information p,
  .product-detail-main .product-details .product-information .rev-stars p,
  .product-detail-main .tabs_description .tab-content .tab-pane ul li p {
    font-size: 17px;
  }
  .product-detail-main .tabs_description ul li button,
  .product-detail-main .tabs_description .tab-content .tab-pane h2 {
    font-size: 21px;
  }
  .product-detail-main .tabs_description ul {
    margin-bottom: 25px !important;
  }
  .product-detail-main .tabs_description .tab-content .tab-pane ul {
    padding-bottom: 15px;
  }
  .ordersdetail_page_main {
    padding: 50px 0;
  }
  .ordersdetail_page_main h1 {
    padding-bottom: 30px;
  }
  .ordersdetail_page_main .order_details .od_content .od_body {
    padding: 45px 55px;
  }
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.product,
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table thead tr th.first table thead tr th.product {
    padding-left: 35px;
  }
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.total,
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table thead tr th.first table thead tr th.total {
    padding-right: 35px;
  }
  .ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_logo .cust_details {
    padding-top: 50px;
  }
  .about_vid_blk {
    height: 380px;
  }
  .abtimg-content1 .image-content .md-image img,
  .abtimg-content2 .image-content .md-image img,
  .abtimg-content3 .image-content .md-image img {
    height: 360px;
  }
  section.map img {
    height: 400px;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .lft1 a {
    margin-bottom: 25px;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .lft1 p {
    font-size: 16px;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .lft1 a,
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .cnfm a {
    font-size: 17px;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .lft1 {
    padding-right: 10px;
  }
  .header_bot .main_menu ul li.drop-down .sub_category {
    position: unset;
    display: none;
    padding: 20px 0px 10px 20px;
    border: none;
  }
  .header_bot .main_menu ul li.drop-down .sub_category .cmn_set {
    display: block;
  }
  .header_bot .main_menu ul li.drop-down:hover .sub_category {
    display: none;
  }
  .header_bot .main_menu ul li.drop-down .sub_category.show {
    display: block;
  }
  header .header_bot .main_menu ul li:not(:last-child) {
    padding-right: 18px;
  }
  .testimonial_blks .inner_cnt .cmn_grd {
    width: 31.9%;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 20px 10px 20px;
  }
  .testimonial_blks .inner_cnt .cmn_grd .img_ img {
    height: 80px;
    width: 80px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .testimonial_blks .btn_ a.custom-btn {
    font-size: 17px;
    line-height: 46px;
  }
  .testimonial_blks {
    padding: 65px 0;
  }
  .order_track .order_bg .lft_bg .flx_set {
    flex-direction: column;
  }
  .order_track .order_bg .lft_bg .flx_set a.custom-btn {
    max-width: 190px;
  }
  .order_track .order_bg .lft_bg .flx_set label {
    width: 100%;
    padding: 0 0 15px 0;
  }
  .ordr_loct {
    padding: 15px 0 45px;
  }
  /* 31.07.23 */
  /* wishlist */
  .wish_main .wish_blk_in .navbar ul li a {
    font-size: 21px;
  }
  .wish_main .wish_blk_in .navbar ul li:not(:last-child) {
    margin-right: 50px;
  }
  .wish_main .wish_blk_in .collec_tab .wish_lst ul li a span {
    font-size: 19px;
  }
  .common_contbox {
    padding: 25px;
  }
  .wish_main {
    padding-bottom: 60px;
  }
  /* reviews */
  .review_main .review_blk_in .navbar ul li a {
    font-size: 21px;
  }
  .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry li a span {
    font-size: 21px;
  }
  .review_main .review_blk_in .navbar ul li:not(:last-child) {
    margin-right: 50px;
  }
  /*login**/
  .login_bg .login_frm .inner_frm p, .login_bg .login_frm .inner_frm .md-field label, .login_bg .login_frm .inner_frm .intext.intext_check p {
    font-size: 15px;
    line-height: 22px;
  }
  .profile_bg .profil_frm .flex_btm p a {
    font-size: 18px;
    line-height: 21px;
  }
  /****1-8-23***/
  header .header_bot .main_menu ul li.drop-down {
    background-position: right top 14px;
  }
  .ord-nwp .order-np .order_main_gd table tr td span {
    font-size: 15px;
    line-height: 22px;
  }
  .rate_product_main .rateprod_blk_in .rate_form .rte_field_btn a {
    font-size: 17px;
    line-height: 20px;
  }
  .rate_product_main .rateprod_blk_in .rate_form .rte_field textarea, .rate_product_main .rateprod_blk_in .rate_form .rte_field p {
    font-size: 15px;
    line-height: 23px;
  }
  .notifctn_main .notifctn_blk_in .all_notfy .al_list_blk .nt_content p, .notifctn_main .notifctn_blk_in .all_notfy .al_list_blk .nt_content span {
    font-size: 16px;
    line-height: 22px;
  }
  .ord-nwp .order-np .order-btn {
    margin-bottom: 13px;
  }
  .rateprod_blk_in {
    margin-bottom: 60px;
  }
  footer .foot a img {
    width: 100%;
    max-width: 129px;
    height: 54px;
    margin-bottom: 15px;
  }
  .order_track .order_bg .lft_bg .flx_set label {
    margin-top: 17px;
  }
  .order_track .order_bg .lft_bg .flx_set a.custom-btn {
    margin: 27px auto 0;
  }
  .ord-nwp .order-np .order_main_gd table tr td span::before {
    top: 1px;
  }
  .header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul {
    width: 100% !important;
  }
  .ordr_loct .inner_cnts .review_rat label:last-child a img {
    width: 19px;
    margin-bottom: 8px;
  }
  .wishcat.categories .cat_flex .cate_toggle{
    display: none;
  }
  .categories .cat_flex .cate_overlay .left .side_grid #pricerange{
    font-size: 16px;
    line-height: 20px;
  }
  /***26-09-23***/
  .cart-blk .box p{
        font-size: 15px;
        line-height: 20px;
  } 
  .checkout-blk .check-frm .ck_lft .ck_lft_in .in > p{
    font-size: 18px;
    line-height: 20px;
  }
  .checkout-blk .check-frm .check-rgt .che-detai .table2 table tr td{
    font-size: 16px;
    line-height: 21px;
  }
  .checkout-blk .check-frm .check-rgt .che-detai .form1_btn table tbody tr td{
    font-size: 22px;
    line-height: 27px;
  }
  .checkout-blk .check-frm .adres_form a.adrs_locat{
    font-size: 15px;
    line-height: 20px;
  }
  .wrap .redirect {
    font-size: 17px;
    line-height: 20px;
}
.wrap .cnt strong {
  font-size: 27px;
  line-height: 30px;
}

.wish_main .wish_blk_in .collec_tab button{
  font-size: 16px;
  line-height: 20px;
}
.wish_main {
  padding-bottom: 70px;
}

.show_address .cnt .addrcnt div strong{
  font-size: 16px;
  line-height: 20px;
}

.show_address .cnt .addrcnt div p{
  font-size: 15px;
  line-height: 20px;
}
.show_address td:last-child a{
  font-size: 14px;
  line-height: 20px;
}
.show_address td:last-child a{
  padding: 7px 19px;
}
.crev strong{
  font-size: 21px;
  line-height: 27px;
}
.crev .revi .prvi-h strong{
  font-size: 31px;
  line-height: 40px;
}

.crev .revi .prvi-h p{
  margin-top: 10px;
  padding-bottom: 10px;
}
.crev .revi form .add-review, .crev .revi .prvi-m b{
  font-size: 18px;
  line-height: 23px;
}

.crev .revi form .add-review, .crev .revi .prvi-m b{
  font-size: 19px;
  line-height: 24px;
}
.rate_product_main .rate_form .rte_field_btn .ad_pht p{
  font-size: 18px;
  line-height: 23px;
}
.rate_product_main .rate_form .rte_field_btn .sub_rev, .rate_product_main .rate_form .rte_field_btn .ad_pht p{
  font-size: 16px;
  line-height: 22px;
}

.rate_product_main .rateprod_blk_in .rate_form .rte_field_btn{
  flex-wrap: wrap;
}

.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.action .add-review{
  font-size: 17px;
  line-height: 35px;
 }
 .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.action span, span.rvpst{ 
  font-size: 17px;
  line-height: 24px;
  
}
.crev .revi .prvi-h strong::before{
  background-size: 33px;
  background-position: top right;
}
.crev .revi .prvi-h strong{
  padding-right: 50px;
}
.checkout-blk .check-frm .check-rgt .paym_dtail label {
  margin-bottom: 30px;
}
.checkout-blk .check-frm .check-rgt .paym_dtail label .error {
  margin-bottom: 0;
  bottom: -26px
}
.review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 strong, .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst strong{
  font-size: 17px;
  line-height: 21px;
}
.review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 p{
  font-size: 16px;
  line-height: 22px;
}

header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down{
  width: 100%;
  left: unset;
  right: 10px;
  max-width: 242px;


}
header .header_mid .mid_hd_main .md-ryt .md-profile{
  position: static;
}

header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down::before{
  right: 4%;
}

.cart-blk .cart-rgt .coupen p{
  font-size: 16px;
  line-height: 20px;
}
.wishcat.categories .cat_flex .right .cate_products.grid-view .product-grid .product-cont a img{
  width: 35px;
  height: 35px;
  object-fit: contain;
}
.wishcat.categories .cat_flex .right .cate_products.grid-view .product-grid, .wishcat.categories .cat_flex .right .cate_products.grid-view .product-grid:nth-child(3n){
  width: 32.46%;
  margin-right: 1.3%;
}
.wishcat.categories .cat_flex .right .cate_products.grid-view .product-grid:nth-child(2n){
  margin-right: 1.3%;
}
.wishcat.categories .cat_flex .right .cate_products.grid-view .product-grid:nth-child(3n){
  margin-right: 0;
  width: 32.46%;
}
.abtimg-content3 .image-content{
  justify-content: center;
}
.abtimg-content3 .image-content img {
  height: 330px;
  max-width: 496px;
}
.checkout-blk .check-frm .adres_form a.adrs_locat, .address_main .address_blk_in a.adrs_locat{
  font-size: 15px;
  line-height: 27px;
}

.address_main .address_blk_in .adres_blk .options-dropdown a.edit-option, .address_main .address_blk_in .adres_blk .options-dropdown a.delete-option{
  font-size: 14px;
  line-height: 20px;
}
header .header_bot .main_menu ul li.drop-down{
  background: unset;
  position: relative;
}
header .header_bot .main_menu ul li.drop-down a{
  display: inline-block
}
header .header_bot .main_menu ul li.drop-down span{
background: url(../images/User/menu_drop.svg) no-repeat right center;
 width: 13px;
 height: 7px;
 position: absolute;
 top: 14px;
 right: 0;
}

.blog_detail_page .blog_detail strong p{
  font-size: 26px;
  line-height: 28px;
}
  
.static_text h1{
  font-size: 31px;
  line-height: 38px;
    margin-bottom: 10px;
}
.static_text p, .static_text ul li{
   font-size: 17px;
   line-height: 23px;
}


.static_text {
  padding: 40px 0 50px;
}
.feature-category .category-grid .cate-blk:last-child{
  margin: unset;
}
.feature-category .category-grid{
  justify-content: flex-start;
}
header .header_bot .main_menu .main_menu_in.new_open .cls-btn{
  appearance: none;
    background: transparent;
    border: unset;
    position: relative;
    right: 0;
    left: 92%;
    top: -30px;
    display: block;
}
header .header_bot .main_menu .main_menu_in.new_open .cls-btn img{
  filter: invert(59%) sepia(49%) saturate(651%) hue-rotate(89deg) brightness(93%) contrast(91%);
}
.ad_adres_strp .adres_form .sv_adres, .address_main .address_blk_in .adres_form .edit-mode{
  font-size: 15px;
  line-height: 25px;

}

.ord-nwp .order-np .order_main_gd .pagination ul.pagination li a{
  font-size: 17px;
}
.ord-nwp .order-np .order_main_gd .pagination ul.pagination li a{
  min-width: 40px;
    height: 40px;
}
.ord-nwp .order-np .order_main_gd .pagination ul.pagination li:last-child{
 margin-right: 0;
}
.ord-nwp .order-np .order_main_gd .pagination ul.pagination li {
  margin-right: 10px;
}
.ord-nwp .order-np .order_main_gd .pagination{
  margin: 40px 0 60px 0;
}
.cofe h3, .success h2{
  font-size: 21px;
  line-height: 28px;
  padding-bottom: 20px;
  }
  .cofe p{
   font-size: 15px;
   line-height: 20px;
  }
  .cofe p button{
   font-size: 15px;
   line-height: 35px;
  }
  .cofe , .success{
    padding: 70px 0;
}

.cofe .revin img{
  height: 360px;
    max-width: 430px;
}
.cofe , .success{
  padding: 50px 0;
}
.success .image img{
  max-width: 360px;
  height: 260px;
}

.product-detail-main .product-details .product-information .prz-qty span.list-price{
  font-size: 21px;
  line-height: 34px;
}
.rate_product_main .rateprod_blk_in h1{
  padding-bottom: 10px;
}
header .header_bot .main_menu ul li{
  padding: 0;
}

#deleteCollectionModal .modal-body span{
  font-size: 15px;
  line-height: 21px;
}
.ingir ul li{
  font-size: 17px;
  line-height: 23px;
}
.blog_detail_page .blog-product-block .blog-title-btn a.custom-btn{
  font-size: 17px;
  line-height: 40px;
}
header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down{
  top: calc(100% - 5px);
}
header .header_mid .mid_hd_main .md-search .md_srch_mob a img{
  width: 21px;
  height: 21px;
}
header .header_mid .mid_hd_main .md-search {
  width: 31px;
}
header .header_mid .mid_hd_main .md-search .md_srch_mob a{
  height: 31px;
}
.best-sell-product .counter_slide .product-grid .prod-label{
  margin-bottom: 15px;
}
.header_bot .main_menu ul li.drop-down .sub_category{
  box-shadow: unset;
  height: auto;
}
.header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul{
  margin-bottom: 20px;
}
header .header_bot .main_menu ul li.drop-down a.active1 + span.drd{
  transform: rotate(180deg);
}
.wish_main .mtwish strong{
  font-size: 30px;
  line-height: 38px;
}
.wish_main .mtwish .emt button{
  font-size: 15px;
  line-height: 20px;
}
.header_bot .main_menu ul li.drop-down .sub_category .cmn_set ul ul{
  padding-left: 15px;
}

.foot-dlapp ul{
  margin-top: 20px;
 }
 .crev .revi .prvi-h strong::before{
  top: 2px;
  right: 8px;
 }
 .product-detail-main .add-review{
  font-size: 18px;
  line-height: 23px;
}

.feature-category .category-grid .cate-blk{
  margin-bottom: 19px;
}

.prreqbk .modal-content .pr-mod p,
.prreqbk .modal-content .pr-mod .prform-blk .pr-frm .prfr label,
.prreqbk .modal-content .pr-mod .prform-blk .pr-upl label,
.prreqbk .modal-content .pr-mod .prform-blk .pr-upl .upl-bx p {
  font-size: 15px;
  line-height: 20px;
}
.blog_detail_page .blog-product-block .prreqs{
  font-size: 17px;
  line-height: 22px;
}
footer .foot ul{
  margin: 10px 0;
}
footer .footer-main-block .foot-dlapp a, footer .foot a img{
  margin-bottom: 0;
}

/* .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry img, .review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .rev_galry img{
  max-width: 124px;
    height: 124px;
} */
.review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .rev_galry a, .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry a{
  width: 17.8%;
}
.categories .cat_flex .right .cate_products .sunny strong{
  font-size: 21px;
  line-height: 27px;

}
  /***10-10-23***/
  .ban_imanco>img {
    height: 480px;
  }
}
@media screen and (max-width: 767px) {
  .banner .banner_content {
    flex-direction: column;
  }
  .banner .banner_content .ban_text {
    width: 100%;
    margin-bottom: 35px;
  }
  .banner .banner_content .ban_img {
    width: 70%;
  }
  .banner .banner_content .ban_img img {
    height: 320px;
  }
  .banner > img {
    height: 480px;
    max-height: unset;
    height: 600px;
  }
  .banner .owl-nav button.owl-next {
    left: 56%;
    transform: translateX(-50%);
  }
  .banner .owl-nav button.owl-prev {
    left: 50%;
    transform: translateX(-50%);
  }
  /* .banner .owl-nav button {
    bottom: -40px;
  } */
  .banner .banner_content .ban_text strong {
    font-size: 34px;
    line-height: 40px;
  }
  .banner .banner_content .ban_text p {
    font-size: 15px;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 5px;
    margin-bottom: 12px;
    padding: 0 20px;
  }
  .banner .banner_content .ban_text .ban-btn a {
    font-size: 17px;
    line-height: 40px;
  }
  .banner .banner_content .ban_text {
    width: 100%;
    margin-bottom: 20px;
  }
  .image-content-block .image-content .md-image img {
    height: 370px;
  }
  .image-content-block .image-content .md-image,
  .app-main-block .app-block-in .app-lft {
    margin-bottom: 30px;
  }
  .best-sell-product .best-head-content a.custom-btn,
  .image-content-block .image-content .md-content a.custom-btn {
    line-height: 43px;
  }
  .featured-product {
    padding: 0 0 45px;
  }
  .app-main-block .app-block-in .app-ryt img {
    height: 350px;
  }
  footer .footer-usp-block .ft-usp {
    width: 47%;
  }
  .image-content-block {
    padding: 45px 0;
  }
  .feature-category #cate-slide .owl-nav button.owl-next {
    right: 47%;
    transform: translateX(50%);
  }
  .feature-category #cate-slide .owl-nav button.owl-prev {
    left: 47%;
    transform: translateX(-50%);
  }
  .feature-category .category-grid .cate-blk .cate-cmn .cate-cnt a {
    line-height: 30px;
  }
  .feature-category .category-grid .cate-blk .cate-cmn .cate-cnt span {
    padding-bottom: 5px;
  }
  .image-content-block .image-content .md-image img {
    height: 340px;
  }
  .feature-category #cate-slide .owl-nav button,
  .banner .owl-nav button,
  .blog-block .blog_slide .owl-nav button {
    background-size: 10px !important;
  }
  .blog-block strong {
    max-width: 88%;
  }
  .blog-block .blog_slide .owl-nav button {
    top: -44px;
  }
  .featured-product .products-grid-block .product-grid .prod-label span.discount-label,
  .best-sell-product .counter_slide .product-grid .prod-label span.discount-label,
  .categories .cat_flex .right .cate_products.grid-view .product-grid .prod-label span.discount-label,
  .blog_detail_page .blog-product-block .blog-product .product-grid .prod-label span.discount-label {
    width: 45px;
    height: 45px;
    padding: 7px;
    font-size: 13px;
  }
  .testimonials .testimonial-slid .testi-card {
    padding: 0 30px;
    margin-bottom: 10px;
  }
  .testimonials .testimonial-slid .testi-card b {
    font-size: 18px;
    line-height: 24px;
  }
  .contact_page .contact_main {
    padding: 25px 15px;
  }
  .contact_page .contact_main .contact_form h1,
  .contact_page .contact_main .contact_information h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .contact_page {
    padding: 50px 0;
  }
  .contact_page .contact_main {
    flex-direction: column;
  }
  .contact_page .contact_main .contact_form {
    width: 100%;
    padding: unset;
    margin-bottom: 30px;
  }
  .contact_page .contact_main .contact_information {
    width: 100%;
  }
  .contact_page .contact_main .contact_information ul.ctinfo li {
    margin-bottom: 25px;
  }
  .contact_page .contact_main .contact_form p,
  .contact_page .contact_main .contact_form .intext .md-field label,
  .contact_page .contact_main .contact_form .intext.intext_check p,
  .contact_page .contact_main .contact_information ul.ctinfo li p,
  .contact_page .contact_main .contact_information ul.ctinfo li a {
    font-size: 16px;
    line-height: 23px;
  }
  .contact_page .contact_main .contact_form p {
    padding-bottom: 20px;
  }
  .contact_page .contact_main .contact_form .intext .md-field input {
    height: 45px;
  }
  .contact_page .contact_main .contact_form .intext.intext1 {
    flex-direction: column;
  }
  .contact_page .contact_main .contact_form .intext.intext1 .md-field {
    width: 100%;
    margin: unset;
    margin-bottom: 10px;
  }
  .contact_page .contact_main .contact_form .intext {
    margin-bottom: 0;
  }
  .contact_page .contact_main .contact_form .intext.intext_btn input.ty-btn {
    font-size: 17px;
  }
  .contact_page .contact_main .contact_information ul.ctinfo li strong {
    font-size: 19px;
    padding-bottom: 10px;
  }
  .contact_page .contact_main .contact_form .intext .md-field {
    margin-bottom: 10px;
  }
  .contact_page .contact_main .contact_form .intext.intext_check {
    margin-bottom: 10px;
  }
  .blogs_page .blogs_overview .blog_card {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .blogs_page .blogs_overview .blog_card:nth-of-type(4n) {
    margin-right: 2%;
  }
  .blogs_page .blogs_overview .blog_card:nth-of-type(3n) {
    margin-right: 2%;
  }
  .blogs_page .blogs_overview .blog_card:nth-of-type(2n) {
    margin-right: 0;
  }
  .blogs_page {
    padding: 70px 0px;
  }
  .orders_page_main {
    padding: 45px 0;
  }
  .orders_page_main .order-btn h1, .ord-nwp .order-np .order-btn h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .orders_page_main .order-btn {
    margin-bottom: 20px;
  }
  .orders_page_main .order_main_gd h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .orders_page_main .order_main_gd .myorder-table table {
    width: 800px;
  }
  .abtimg-content1 .image-content .md-content h1,
  .about_vid_blk .container .vid_content h2,
  .abtimg-content2 .image-content .md-content h3,
  .abtimg-content3 .image-content .md-content h4 {
    font-size: 30px;
    line-height: 28px;
  }
  .abtimg-content3 .image-content .md-content ul li b {
    font-size: 32px;
  }
  .categories .cat_flex .right .cate_products.grid-view .product-grid {
    width: 48.5%;
  }
  .categories .cat_flex .right .cate_products.grid-view .product-grid:nth-child(odd) {
    margin-right: 3%;
  }
  .categories .cat_flex .right .cate_products.grid-view .product-grid:nth-child(even) {
    margin-right: 0;
  }
  .blog_detail_page {
    padding-top: 45px;
  }
  .blog_detail_page .blog_detail > img {
    height: 300px;
  }
  .blog_detail_page .blog_detail h1,
  .blog_detail_page .blog-product-block .blog-title-btn h3 {
    font-size: 25px;
    line-height: 28px;
  }
  .blog_detail_page .blog-product-block {
    padding: 50px 0;
  }
  .blog_detail_page .blog_detail .dt_quote {
    background-position: top 30px right 30px;
    background-size: 50px;
    padding: 20px 20px 20px 30px;
  }
  .blog_detail_page .blog_detail .dt_img .ds-img img {
    height: 240px;
  }
  .blog_detail_page .blog-product-block .blog-title-btn {
    padding-bottom: 30px;
  }
  .blog_detail_page .blog_detail .aut-date .date strong {
    font-size: 27px;
  }
  .blog_detail_page .blog_detail .dt_quote p {
    max-height: 93%;
  }
  .blog_detail_page .blog_detail ul li {
    line-height: 26px;
  }
  .blog_detail_page .blog_detail .aut-date {
    padding: 25px 0;
  }
  .blog_detail_page .blog_detail h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .blog_detail_page .blog_detail .dt_img {
    padding: 25px 0 30px 0;
  }
  .blog_detail_page .blog_detail .aut-date .author img {
    margin-right: 20px;
    width: 45px;
    height: 45px;
  }
  .blog_detail_page .blog_detail .aut-date .date {
    margin-right: 20px;
  }
  .checkout-blk .chec {
    margin: 40px 0px;
  }
  .checkout-blk .chec > h1 {
    font-size: 25px;
    line-height: 28px;
  }
  .checkout-blk .chec > p {
    padding-top: 10px;
  }
  .checkout-blk .check-frm .ck_lft,
  .checkout-blk .check-frm .check-rgt {
    width: 100%;
    margin: unset;
  }
  .checkout-blk .check-frm {
    flex-wrap: wrap;
  }
  .checkout-blk .check-frm .check-rgt .che-detai .table1 table tr td.p-ima a {
    height: 80px;
    width: 80px;
  }
  .checkout-blk .check-frm .ck_lft {
    margin-bottom: 30px;
  }
  .checkout-blk .check-frm .ck_lft a.cont_shop,
  .checkout-blk .check-frm .ck_lft button.change_addr,
  .checkout-blk .check-frm .check-rgt a.pl_order,
  .checkout-blk .check-frm .check-rgt a.continue {
    font-size: 18px;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 15px;
  }
  .product-detail-main .tabs_description ul li {
    margin-right: 45px;
  }
  .product-detail-main .product-details .product-image .mod_button {
    right: 15px;
    top: 15px;
    width: 35px;
    height: 35px;
  }
  .product-detail-main .product-details .product-image .thumb_cont .gallery li .flim img {
    padding: 40px;
  }
  .product-detail-main .product-details .product-image .thumb_cont .lSSlideOuter .lSPager.lSGallery li a {
    height: 140px;
  }
  .product-detail-main .product-details .product-information .prz-qty {
    margin-bottom: 20px;
  }
  .product-detail-main .product-details .product-information .dt-btns {
    padding: 15px 0;
  }
  .product-detail-main .product-details .product-information .dt-btns a.wishlist img {
    width: 45px;
    height: 45px;
  }
  .product-detail-main .product-details .product-information .dt-quantity .variant label strong {
    font-size: 19px;
    line-height: 20px;
  }
  .product-detail-main .product-details .product-information .dt-quantity .variant label strong:after {
    top: 7px;
  }
  .product-detail-main .product-details .product-information h1,
  .product-detail-main .product-details .product-information .prz-qty span.price {
    font-size: 28px;
  }
  .product-detail-main .product-details .product-information .prod-cate-dt li {
    padding-bottom: 5px;
    font-size: 17px;
  }
  .product-detail-main .product-details .product-information .prod-cate-dt li span {
    font-size: 16px;
  }
  .product-detail-main .tabs_description ul li {
    margin-right: 30px;
  }
  .product-detail-main .tabs_description ul li button,
  .product-detail-main .tabs_description .tab-content .tab-pane h2 {
    font-size: 20px;
  }
  .product-detail-main .tabs_description .tab-content .tab-pane ul li strong,
  .product-detail-main .tabs_description .tab-content .tab-pane ul li p,
  .product-detail-main .tabs_description .tab-content .tab-pane ul li span {
    line-height: 30px;
  }
  .product-detail-main .tabs_description .tab-content .tab-pane ul li strong {
    font-size: 18px;
  }
  .product-detail-main .tabs_description .tab-content .tab-pane p {
    font-size: 16px;
  }
  .product-detail-main .product-details .product-information p {
    padding-bottom: 10px;
  }
  .product-detail-main .product-details .product-information .rev-stars {
    margin-bottom: 10px;
  }
  .product-detail-main .product-details .product-image .thumb_cont .lSSlideOuter .lSPager.lSGallery li:before {
    background-size: 40px;
  }
  .product-detail-main .product-details .product-information .dt-btns a.add-to-cart, .product-detail-main .product-details .product-information .dt-btns a.go-to-cart {
    font-size: 17px;
  }
  .ordersdetail_page_main {
    padding: 45px 0;
  }
  .ordersdetail_page_main h1 {
    padding-bottom: 25px;
  }
  .ordersdetail_page_main .order_details .od_content .od_body {
    padding: 35px 20px;
  }
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.product,
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table thead tr th.first table thead tr th.product {
    padding-left: 25px;
  }
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.total,
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table thead tr th.first table thead tr th.total {
    padding-right: 25px;
  }
  .ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_logo .cust_details {
    padding-top: 45px;
  }
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.second table tbody .order_totals .order_total table tbody tr:last-child td,
  .ordersdetail_page_main h1 {
    font-size: 26px;
  }
  .ordersdetail_page_main .order_details .od_content .od_table table {
    width: 800px;
  }
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.second table tbody .order_totals .order_total table tbody tr td:nth-child(even) {
    padding-right: 25px;
  }
  .ordersdetail_page_main .order_details .od_content .od_body .odb_contents {
    flex-direction: column;
    justify-content: center;
  }
  .ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_logo .cust_details {
    padding-top: 35px;
    text-align: center;
  }
  .ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_logo img {
    display: block;
    margin: 0 auto;
  }
  .ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_cont {
    text-align: center;
    margin-top: 20px;
  }
  .ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_cont ul {
    padding: 20px 0 20px;
  }
  .ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_cont .ordnum-date {
    padding-top: 20px;
  }
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.product p,
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.quantity p,
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.price p {
    font-size: 17px;
  }
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.total p {
    font-size: 19px;
  }
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table thead tr th.first table thead tr th,
  .ordersdetail_page_main .order_details .order_note h2 {
    font-size: 20px;
  }
  .ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_cont ul li,
  .ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_cont p,
  .ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_cont span,
  .ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_cont .ordnum-date p,
  .ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_logo .cust_details p,
  .ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_logo .cust_details span {
    font-size: 16px;
  }
  .about_vid_blk {
    height: 360px;
  }
  .abtimg-content1 .image-content .md-image img,
  .abtimg-content2 .image-content .md-image img,
  .abtimg-content3 .image-content .md-image img {
    height: 340px;
  }
  section.map img {
    height: 370px;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat {
    padding: 20px;
    flex-direction: column;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .lft1 {
    width: 100%;
    padding-right: 0;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .lft1 a {
    margin-bottom: 20px;
    width: 48%;
    margin-right: 0;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .ryt1 {
    width: 100%;
    margin-top: 25px;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .src_location {
    width: 45%;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .sech_bx {
    width: 45%;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .cnfm {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm > p {
    margin: 0 10px;
  }
  .dele_locat {
    overflow-y: auto;
  }
  .dele_locat .dele_locat_in {
    top: 30%;
  }
  .profile_bg .profil_frm .hed_dv h3 {
    font-size: 25px;
    line-height: 28px;
  }
  .profile_bg .profil_frm .rdio_frm p {
    padding: 0 0 13px 0;
  }
  .profile_bg .profil_frm .intext.intext_btn input, .profile_bg .profil_frm .intext.intext_btn p.cancel_btn {
    font-size: 18px;
  }
  .testimonial_blks .inner_cnt .cmn_grd:nth-child(3n) {
    margin-right: 10px;
  }
  .testimonial_blks .inner_cnt .cmn_grd {
    width: 48.8%;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .testimonial_blks .inner_cnt .cmn_grd:nth-child(2n) {
    margin-right: 0;
  }
  .order_track .order_bg {
    flex-direction: column;
  }
  .order_track .order_bg .ryt_bg {
    background: #fff;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    width: 100%;
  }
  .order_track .order_bg .lft_bg {
    width: 100%;
    padding: 20px;
  }
  .order_track .order_bg .lft_bg .flx_set {
    flex-direction: unset;
  }
  .ordr_loct .inner_cnts {
    flex-wrap: wrap;
  }
  .ordr_loct .inner_cnts .review_rat {
    width: 40%;
  }
  .ordr_loct .inner_cnts .loct_alert {
    width: 60%;
  }
  .login_bg .login_pic {
    padding: 45px 0 55px;
  }
  .login_bg .login_frm {
    width: 95%;
  }
  /* 31.07.23 */
  /*wishlist */
  .wish_main .wish_blk_in .collec_tab .wish_lst ul {
    flex-wrap: wrap;
  }
  .wish_main .wish_blk_in .collec_tab .wish_lst ul li {
    width: 23.3%;
    margin-bottom: 10px;
  }
  .wish_main .wish_blk_in .collec_tab .wish_cont ul li {
    width: auto !important;
  }
  .wish_main .wish_blk_in .collec_tab .wish_lst ul li:nth-child(4n) {
    margin-right: 0;
  }
  /* reviews */
  .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry li a span {
    font-size: 18px;
  }
  .review_main .review_blk_in .empt_pend_rev .no_pend_revs, .review_main .review_blk_in .pend_rev_list .no_pend_revs {
    height: unset;
    transform: unset;
    margin: 50px 0;
  }
  .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry {
    flex-wrap: wrap;
  }
  .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry li:nth-child(4n) {
    margin-right: 0;
  }
  .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry li img {
    width: 100%;
  }
  footer .footer-usp-block .ft-usp:nth-of-type(3) {
    margin-right: 15px;
  }
  footer .footer-usp-block .ft-usp:nth-child(2n) {
    margin-right: 0;
  }
  .orders_page_main .order-btn {
    flex-wrap: wrap;
  }
  .ord-nwp .order-np .order-btn h1 {
    width: 100%;
    margin-bottom: 15px;
  }
  .ord-nwp .order-np .order_main_gd table tr td span {
    padding-left: 25px;
  }
  .rate_product_main .rateprod_blk_in .rate_form .rte_field_btn a {
    font-size: 15px;
    line-height: 20px;
  }
  .rate_product_main .rateprod_blk_in h1 {
    font-size: 25px;
    line-height: 28px;
  }
  .rate_product_main .rateprod_blk_in .rate_form .rte_field img {
    width: 150px;
    height: 90px;
    object-fit: contain;
  }
  .notifctn_main .notifctn_blk_in .navbar ul li a, .notifctn_main .notifctn_blk_in .all_notfy .al_list_blk .nt_content strong {
    font-size: 21px;
  }
  .notifctn_main .notifctn_blk_in .all_notfy .al_list_blk .nt_content p, .notifctn_main .notifctn_blk_in .all_notfy .al_list_blk .nt_content span {
    font-size: 16px;
    line-height: 22px;
  }
  .order_track .order_bg .lft_bg .flx_set a.custom-btn {
    margin-top: 17px;
  }
  .notifctn_main .notifctn_blk_in .navbar ul li:not(:last-child) {
    margin-right: 50px;
  }
  .ordr_loct .inner_cnts .review_rat label:last-child a img {
    width: 21px;
  }
   .wishcat.categories .cat_flex .right .cate_products.grid-view .product-grid, .wishcat.categories .cat_flex .right .cate_products.grid-view .product-grid:nth-child(3n){
    width: 32%;
    margin-right: 2%;
   }
    .wishcat.categories .cat_flex .right .cate_products.grid-view .product-grid:nth-child(4n){
       margin-right: 2%;
    }
     .wishcat.categories .cat_flex .right .cate_products.grid-view .product-grid:nth-child(3n){
      margin-right: 0;
     }
     .categories .cat_flex .right .cate_products.grid-view .product-grid{
      margin-bottom: 17px;
     }
        .wishcat.categories .right h2{
    font-size: 25px;
    line-height: 30px;
  }
  .checkout-blk .check-frm .ck_lft .ck_lft_in .in .slots {
    flex-wrap: wrap;
  }
  .checkout-blk .check-frm .ck_lft .ck_lft_in .in .slots label{
    width: 100%;
    margin-right: 0;
  }
  .checkout-blk .check-frm .ck_lft .ck_lft_in .in > p{
    font-size: 17px;
    line-height: 20px;
  }
  .checkout-blk .check-frm .check-rgt .che-detai .table2 table tr td{
    font-size: 15px;
    line-height: 20px;
  }
  .checkout-blk .check-frm .check-rgt .che-detai .form1_btn table tbody tr td{
    font-size: 19px;
    line-height: 24px;
  }
  .checkout-blk .check-frm .adres_form a.adrs_locat{
    background-size: 23px;
    background-position: center right 8px;
  }
  .wrap .fnotf img {
    width: 439px;
    height: 211px;
}
.wrap .cnt strong {
  font-size: 25px;
  line-height: 28px;
}
.checkout-blk .check-frm .ck_lft .chng_btn{
  justify-content: center !important;
  flex-direction: column;
}
.checkout-blk .check-frm .ck_lft .chng_btn button{
  margin: 30px auto 0;
  display: block;

}
.checkout-blk .check-frm .ck_lft .chng_btn a{
  display: block;
  margin: 0 auto;
}
.wish_main .wish_blk_in .collec_tab button{
  width: 170px;
}
.wish_main {
  padding-bottom: 60px;
}
.show_address .cnt .addrcnt div strong{
  font-size: 15px;
  line-height: 20px;
}

.show_address .cnt .addrcnt div p, .show_address td:last-child a{
  font-size: 14px;
  line-height: 20px;
}
.show_address td:last-child a{
  padding: 7px 19px;
}

.crev strong{
  font-size: 19px;
  line-height: 24px;
}
.crev .revi .prvi-h strong{
  font-size: 29px;
  line-height: 35px;
}

.crev .revi .prvi-h p{
  margin-top: 10px;
  padding-bottom: 10px;
}
.crev .revi form .add-review, .crev .revi .prvi-m b{
  font-size: 17px;
  line-height: 22px;
}

.rate_product_main .rateprod_blk_in .rate_form .rte_field_btn{
  justify-content: center;
  
}
.rate_product_main .rateprod_blk_in .rate_form .rte_field_btn label{
  margin-bottom: 20px;
  width: 100%;
}
.rate_product_main .rateprod_blk_in .rte_field .star-rating{
  float: unset;
  display: flex;
}
.ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.first table tbody tr.order_item td.action .add-review{
  font-size: 16px;
  line-height: 33px;
 }

 .rate_product_main .rate_form .rte_field_btn .sub_rev, .rate_product_main .rate_form .rte_field_btn .ad_pht{
  width: 100%;
  max-width: 100%;
  padding: 10px;
 }
 .rate_product_main .rate_form .rte_field_btn .ad_pht p{
  display: inline-block;
 }

 .review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 strong, .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst strong{
  float: unset;
}

.review_main .review_blk_in .common_blk .revs_list_in .rev_lst1 form, .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst form {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .star_mn, .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .star_mn
{
  margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
}
.review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .star_mn p{
  width: 100%;
  margin-top: 5px;
}
.review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 p, .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .star_mn p{
  padding-left: 0 !important;
}

.review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 strong, .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst strong{
  font-size: 16px;
  line-height: 20px;
}
.review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 p{
  font-size: 15px;
  line-height: 21px;
}
header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down .logout_btn a{
  padding: 10px 12px;
}

header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down .logout_btn a{
  font-size: 17px;
  line-height: 22px;
}

.cart-blk .cart-rgt .coupen p{
  font-size: 15px;
  line-height: 20px;
}
.categories .cat_flex .right .cate_products.grid-view .product-grid > a span.discount-label{
  width: 45px;
  height: 45px;
  padding: 7px;
  font-size: 13px;
}

footer .footer_copyryt .copyryt_main{
  flex-wrap: wrap;

}
footer .footer_copyryt .copyryt_main .copyryt, footer .footer_copyryt .copyryt_link{
  width: 100%;
  text-align: center;
}

footer .footer_copyryt .copyryt_main .copyryt_link ul{
  justify-content:  center;
}
.blog_detail_page .blog_detail strong p{
  font-size: 25px;
  line-height: 28px;
}

.contact_page .contact_main .contact_form .captcha_blk input {
  width: 76%;
}
.ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_logo, .ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_cont{
  width: 100%;
}
.ordersdetail_page_main .order_details .od_content .od_body .odb_contents .odb_logo p:nth-of-type(2){
  width: 100%;
}
.contact_page .contact_main .contact_form .captcha_blk input#captcha, .contact_page .contact_main .contact_form .captcha_blk img{
  height: 45px;
}


  
.static_text h1{
  font-size: 27px;
  line-height: 33px;
    margin-bottom: 10px;
}
.static_text p, .static_text ul li{
   font-size: 16px;
   line-height: 21px;
}
.static_text h1{
  font-size: 23px;
  line-height: 30px;
    margin-bottom: 10px;
}
.static_text p, .static_text ul li{
   font-size: 15px;
   line-height: 20px;
}
.static_text {
  padding: 40px 0 50px;
}

.about_vid_blk .container .vdo_buttons button {
  width: 50px;
  height: 50px;
}
.about_vid_blk .container .vdo_buttons button img {
  width: 15px;
}
.ord-nwp .order-np .order_main_gd .pagination ul.pagination li a{
  font-size: 16px;
}
.ord-nwp .order-np .order_main_gd .pagination{
  margin: 40px 0 50px 0;
}
.breadcrumb ul li a::after{
  top: 4px;
}
.cofe .revin img {
  height: 300px;
  max-width: 393px;
}
.cofe p button{
  max-width: 150px;
}
.success .image img{
  max-width: 310px;
  height: 180px;
}
.crev .pr-revi1 .rev_galry img, .crev .pr-revi1 .hidden-images img{
  margin-bottom: 20px;
}
.crev .pr-revi1 .rev_galry div.hope img{
  margin-bottom: 0;
}

.crev .pr-revi1 .rev_galry div.hope {
  margin-bottom: 20px;
}
.rev_blk{
  flex-direction: column;
}
.product-detail-main .product-details .product-information .dt-quantity .variant label strong:before{
  vertical-align: middle;
}
.wish_main .wish_blk_in .collec_tab button{
  font-size: 15px;
  line-height: 20px;
  max-width: 175px;
}
.review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1, .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst {
  display: flex;
  flex-direction: column;
}
.review_main .review_blk_in .common_blk .revs_list_in .rev_lst1 form{
  order: 4;
  justify-content: end;
}
.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst form{
  order: 5;
  justify-content: end;
}
.rate_product_main .rateprod_blk_in .rate_form .rte_field.gal .image-container{
  display: flex;
  align-items: center;
  justify-content: center;
}
.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry{
  padding-top: 16px;
}
.wish_main .wish_blk_in .collec_tab button{
  font-size: 14px;
}
.ingir ul li{
  font-size: 16px;
  line-height: 22px;
}
.blog_detail_page .blog-product-block .blog-title-btn a.custom-btn{
  font-size: 16px;
  line-height: 35px;
}
.wish_main .mtwish strong{
  font-size: 28px;
  line-height: 35px;
}
.wish_main .mtwish .emt button{
  font-size: 14px;
  line-height: 20px;
}
.banner .banner_content .ban_text p{
  padding: 0;
}
.product-detail-main .add-review{
  font-size: 17px;
  line-height: 22px;
}
.feature-category .category-grid .cate-blk{
  margin-bottom: 15px;
}

.prreqbk .modal-content .pr-mod p,
.prreqbk .modal-content .pr-mod .prform-blk .pr-frm .prfr label,
.prreqbk .modal-content .pr-mod .prform-blk .pr-upl label,
.prreqbk .modal-content .pr-mod .prform-blk .pr-upl .upl-bx p {
  font-size: 14px;
  line-height: 20px;
}

.prreqbk .modal-content .pr-mod .close {
  top: 30px;
}

.prreqbk .modal-content .pr-mod .prform-blk .preqbt {
  font-size: 17px;
  line-height: 22px;
}
.blog_detail_page .blog-product-block .prreqs{
  font-size: 16px;
  line-height: 21px;
}
.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry img, .review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .rev_galry img{
  max-width: 132px;
  height: 132px;
}
.review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .rev_galry a:nth-child(4n), .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry a:nth-child(4n){
  margin-right: 0;
}
.review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .rev_galry a{
  width: 23%;
}
.categories .cat_flex .right .cate_products .sunny strong{
  font-size: 19px;
  line-height: 22px;

}
/***10-10-23**/
.ban_imanco>img {
  height: 480px;
  max-height: unset;
  height: 600px;
}

}
@media screen and (max-width: 650px) {
  header .header_mid .mid_hd_main .logo {
    left: 35%;
  }
  .banner .banner_content .ban_text strong {
    font-size: 32px;
    line-height: 37px;
  }
  .banner .banner_content .ban_text .ban-btn a {
    font-size: 16px;
    line-height: 35px;
  }
  .featured-product .products-grid-block .product-grid,
  .blog_detail_page .blog-product-block .blog-product .product-grid {
    width: 48.5%;
    margin-right: 3%;
  }
  .featured-product .products-grid-block .product-grid:nth-of-type(3n),
  .featured-product .products-grid-block .product-grid:nth-child(5n),
  .blog_detail_page .blog-product-block .blog-product .product-grid.blog_card:nth-of-type(3n),
  .blog_detail_page .blog-product-block .blog-product .product-grid:nth-of-type(5n),
  .blog_detail_page .blog-product-block .blog-product .product-grid:nth-of-type(3n) {
    margin-right: 3%;
  }
  .featured-product .products-grid-block .product-grid:nth-of-type(2n),
  .blog_detail_page .blog-product-block .blog-product .product-grid:nth-of-type(2n) {
    margin-right: 0%;
  }
  .feature-category .category-grid .cate-blk img {
    height: 200px;
  }
  .feature-category .category-grid .cate-blk .cate-cmn .cate-cnt {
    max-height: 170px;
    transform: unset;
    top: 14%;
  }
  .feature-category .category-grid .cate-blk .cate-cmn .cate-cnt strong {
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 5px;
  }
  .feature-category .category-grid .cate-blk .cate-cmn .cate-cnt span,
  .feature-category .category-grid .cate-blk .cate-cmn .cate-cnt strong,
  .feature-category .category-grid .cate-blk .cate-cmn .cate-cnt p {
    text-shadow: 1px 3px 10px black;
  }
  .banner .banner_content .ban_img img {
    height: 280px;
  }
  .banner #banner {
    top: 50px;
    transform: unset;
  }
  .banner > img {
    height: 615px;
  }
  .feature-category h1 {
    margin-bottom: 36px;
  }
  .feature-category h1,
  .featured-product h2,
  .image-content-block .image-content .md-content h3,
  .best-sell-product .best-head-content strong,
  .app-main-block .app-block-in .app-lft strong,
  .testimonials strong,
  .blog-block strong {
    font-size: 26px;
    line-height: 30px;
  }
  footer .foot ul li a,
  footer .footer-main-block .foot-logo ul li p,
  footer .footer-main-block .foot-logo ul li a,
  footer .footer_bottom .foot.foot_menu ul li a,
  footer .footer_copyryt .copyryt_main .copyryt p,
  footer .footer_copyryt .copyryt_main .copyryt_link ul li a {
    font-size: 16px;
    line-height: 25px;
  }
  .featured-product .products-grid-block .product-grid .product-cont strong,
  .categories .cat_flex .right .cate_products.grid-view .product-grid .product-cont strong,
  .blog_detail_page .blog-product-block .blog-product .product-grid .product-cont strong {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 7px;
  }
  .featured-product .products-grid-block .product-grid .product-cont p,
  .featured-product .products-grid-block .product-grid .product-cont p,
  .categories .cat_flex .right .cate_products.grid-view .product-grid .product-cont p,
  .blog_detail_page .blog-product-block .blog-product .product-grid .product-cont p {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 3px;
  }
  .image-content-block .image-content .md-content ul li img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .best-sell-product .best-head-content a.custom-btn,
  .image-content-block .image-content .md-content a.custom-btn {
    font-size: 16px;
    line-height: 40px;
    padding: 0 19px;
  }
  .app-main-block .app-block-in .app-lft strong {
    padding-bottom: 15px;
  }
  .blog-block .blog_slide .blog_card .blog-cont p {
    font-size: 16px;
    line-height: 19px;
  }
  .blogs_page .blogs_overview .blog_card .blog-cont p {
    font-size: 16px;
    line-height: 19px;
  }
  .blog-block .blog_slide .blog_card .blog-cont .blog-bot p b,
  .blogs_page .blogs_overview .blog_card .blog-cont .blog-bot p b {
    font-size: 16px;
    line-height: 22px;
  }
  .blog-block .blog_slide .blog_card .blog-cont .blog-bot p span,
  .blogs_page .blogs_overview .blog_card .blog-cont .blog-bot p span {
    font-size: 15px;
  }
  .blog-block .blog_slide .blog_card .blog-cont span,
  .blogs_page .blogs_overview .blog_card .blog-cont span {
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 17px;
  }
  .blog-block .blog_slide .blog_card .blog-img .blog-date span b,
  .blogs_page .blogs_overview .blog_card .blog-img .blog-date span b {
    font-size: 25px;
    line-height: 27px;
  }
  .blog-block .blog_slide .blog_card .blog-img .blog-date,
  .blogs_page .blogs_overview .blog_card .blog-img .blog-date {
    width: 58px;
    min-width: 58px;
    padding: 0 8px;
  }
  footer .foot p.foot-title {
    padding: 10px 0;
    font-size: 18px;
  }
  footer {
    padding-top: 45px;
  }
  footer .footer-usp-block .ft-usp img {
    max-width: 45px;
    max-height: 45px;
  }
  footer .footer-usp-block .ft-usp .usp-cnt b {
    font-size: 15px;
    line-height: 22px;
  }
  footer .footer-usp-block .ft-usp .usp-cnt p {
    line-height: 20px;
  }
  .testimonials {
    padding: 45px 0;
  }
  .best-sell-product {
    padding: 60px 0;
  }
  .banner .banner_content .ban_text strong {
    font-size: 30px;
    line-height: 35px;
  }
  .banner > img {
    height: 570px;
  }
  .feature-category #cate-slide .cate strong {
    max-width: 100%;
    padding: 20px 15px 0;
  }
  .app-main-block .app-block-in .app-ryt img {
    height: 310px;
  }
  .blog-block {
    padding: 60px 0;
  }
  .feature-category .category-grid .cate-blk .cate-cmn .cate-cnt {
    height: 150px;
  }
  .best-sell-product .counter_slide .product-grid .product-img img {
    height: 140px;
  }
  .best-sell-product .counter_slide .product-grid .product-img {
    padding-bottom: 15px;
  }
  .contact_page .contact_main .contact_information .contact-social h3 {
    font-size: 23px;
  }
  .blogs_page {
    padding: 60px 0px;
  }
  .blogs_page .pagination ul li a.number {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .blogs_page .pagination ul li a {
    font-size: 18px;
    line-height: 22px;
  }
  .blogs_page .pagination {
    margin-top: 15px;
  }
  .breadcrumb ul li a,
  .breadcrumb ul li span {
    font-size: 14px;
    line-height: 23px;
  }
  .cart-blk .cart-lft table {
    width: 700px;
  }
  .abtimg-content1 .image-content .md-content h1,
  .about_vid_blk .container .vid_content h2,
  .abtimg-content2 .image-content .md-content h3,
  .abtimg-content3 .image-content .md-content h4 {
    font-size: 28px;
    line-height: 36px;
  }
  .abtimg-content3 .image-content .md-content ul li b {
    font-size: 30px;
  }
  .categories .cat_flex .right .sorting .view_buttons {
    width: 50%;
  }
  .categories .cat_flex .right .sorting .sort_items {
    width: 50%;
  }
  .categories .cat_flex .right .sorting .view_buttons p,
  .categories .cat_flex .right .sorting .sort_items label {
    font-size: 17px;
  }
  .categories .cat_flex .cate_overlay.cate_open {
    width: 300px;
  }
  .blog_detail_page {
    padding-top: 40px;
  }
  .blog_detail_page .blog_detail > img {
    height: 280px;
  }
  .blog_detail_page .blog_detail h1,
  .blog_detail_page .blog-product-block .blog-title-btn h3 {
    font-size: 24px;
  }
  .blog_detail_page .blog-product-block {
    padding: 40px 0;
  }
  .blog_detail_page .blog_detail .dt_quote {
    background-position: top 30px right 25px;
    background-size: 40px;
  }
  .blog_detail_page .blog_detail .dt_img .ds-img img {
    height: 200px;
  }
  .blog_detail_page .blog_detail .aut-date .date strong {
    font-size: 26px;
  }
  .blog_detail_page .blog_detail .aut-date {
    padding: 20px 0;
  }
  .blog_detail_page .blog_detail .dt_quote strong {
    font-size: 18px;
  }
  .blog_detail_page .blog-product-block .blog-title-btn a.custom-btn {
    max-width: 125px;
  }
  .blog_detail_page .blog_detail .dt_img {
    padding: 25px 0 20px 0;
  }
  .checkout-blk .chec > h1 {
    font-size: 24px;
    line-height: 27px;
  }
  .checkout-blk .check-frm .ck_lft .ck_lft_in > p,
  .checkout-blk .check-frm .check-rgt .che-detai > p,
  .checkout-blk .check-frm .check-rgt .paym_dtail p,
  .checkout-blk .check-frm .ck_lft .ck_lft_in > p {
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .checkout-blk .check-frm .ck_lft .ck_lft_in .in.fx {
    flex-direction: column;
  }
  .checkout-blk .check-frm .ck_lft .ck_lft_in .in.fx > label,
  .checkout-blk .check-frm .ck_lft .ck_lft_in .in.fx.thrs label {
    width: 100%;
  }
  .checkout-blk .check-frm .ck_lft .ck_lft_in .in label input,
  .checkout-blk .check-frm .ck_lft .ck_lft_in .in label textarea {
    width: 100%;
    padding: 8px 10px;
  }
  .checkout-blk .check-frm .ck_lft .ck_lft_in .in.fx > label {
    margin-bottom: 10px;
  }
  .checkout-blk .check-frm .ck_lft .ck_lft_in .in label input#date::-webkit-calendar-picker-indicator {
    background-position: center right 5px;
  }
  .checkout-blk .check-frm .check-rgt .che-detai .table1 table tr td.p-ima {
    width: -moz-fit-content;
    width: fit-content;
  }
  .checkout-blk .check-frm .check-rgt .che-detai .table1 table tr td.c-pric,
  .checkout-blk .check-frm .check-rgt .che-detai .table1 table tr td.ck_nam p {
    font-size: 17px;
    line-height: 20px;
  }
  .checkout-blk .check-frm .check-rgt .che-detai .table1 table tr td.ck_nam span {
    font-size: 15px;
    margin-top: 8px;
  }
  .product-detail-main .product-details .product-image {
    width: 90%;
  }
  /* .product-detail-main .product-details .product-image .thumb_cont .lSSlideOuter .lSPager.lSGallery li a {
    height: 140px;
  } */
  .product-detail-main .product-details .product-image .thumb_cont .gallery li .flim img {
    height: 370px;
  }
  /* .product-detail-main .product-details .product-image .thumb_cont .lSSlideOuter .lSPager.lSGallery li a {
    height: 125px;
  } */
  .product-detail-main .product-details .product-information .prz-qty span.list-price {
    font-size: 23px;
  }
  .product-detail-main .product-details .product-information .prz-qty span.quantity {
    font-size: 17px;
  }
  .about_vid_blk {
    height: 340px;
  }
  section.map img {
    height: 350px;
  }
  .profile_bg .profil_frm .intext.intext1 {
    flex-direction: column;
  }
  .profile_bg .profil_frm .intext.intext1 .md-field {
    width: 100%;
  }
  .profile_bg .profil_frm .intext.intext1 .md-field input {
    height: 40px;
  }
  .profile_bg .profil_frm .rdio_frm {
    padding: 5px 0 16px;
  }
  .ordr_loct .inner_cnts .loct_alert {
    width: 56%;
  }
  /* 31.07.23 */
  /*wishlist */
  .wish_main .wish_blk_in .collec_tab .wish_lst ul li {
    width: 22.96%;
  }
  /*add address*/
  .address_main .address_blk_in h1 {
    font-size: 28px;
    line-height: 38px;
  }
  /* reviews */
  .review_main .review_blk_in .empt_pend_rev .no_pend_revs h3, .review_main .review_blk_in .pend_rev_list .no_pend_revs h3 {
    font-size: 22px;
  }
  .review_main .review_blk_in .empt_pend_rev .no_pend_revs p, .review_main .review_blk_in .pend_rev_list .no_pend_revs p {
    line-height: 30px;
  }
  .notifctn_main .notifctn_blk_in .all_notfy .al_list_blk .nt_content {
    width: calc(100% - 219px);
  }
  .notifctn_main .notifctn_blk_in .all_notfy .al_list_blk {
    justify-content: space-between;
  }
  /*****widhlistshow***/
  .wishcat.categories .cat_flex .right .cate_products.grid-view .product-grid, .wishcat.categories .cat_flex .right .cate_products.grid-view .product-grid:nth-child(3n){
        width: 49%;
    margin-right: 2%;
  }
 .wishcat.categories .cat_flex .right .cate_products.grid-view .product-grid:nth-child(2n){
  margin-right: 0 !important;
 }
 .revi{
  flex-wrap: wrap;
 }
 
.crev .revi .prvi-h, .crev .revi .prvi-m, .crev form{
  width: 100%;
  margin-bottom: 20px;
 }

 .crev .revi .prvi-h p span{
  display: inline-block;
 }
 .revi .rating-progress .progress-bar{
   width: 75%;
 }
 .crev .revi form {
  width: 40%;
}
.crev .pr-revi1 .rvti{
  flex-direction: unset;
}

.crev .revi .prvi-m{
  flex-wrap: wrap;
}
.crev .revi .prvi-m .rates{
  width: 100%;
}
.crev .revi form{
  width: 100%;
}
.crev .revi form{
  margin-top: 20px;
}
.blog_detail_page .blog_detail strong p{
  font-size: 24px;
  line-height: 28px;
}
.contact_page .contact_main .contact_form .captcha_blk input {
  width: 71%;
}

.feature-category .category-grid .cate-blk .cate-cmn .cate-cnt p:last-child{
   text-shadow: unset;
}
.crev .revi .prvi-m .rates form{
  position: static;
  transform: unset;
  width: 100%;
}

.crev .revi .prvi-m .rates b, .crev .revi .prvi-m .rates .rating-snapshot{
  width: 100%;
}

.crev .revi .prvi-m .rating-snapshot .rating-progress:last-child .progress-bar{
  width: 76%;

}

.profile_bg .profil_frm .intext.intext_btn{
  width: 100%;
}
.featured-product .products-grid-block .product-grid{
  margin-bottom: 20px;
}
.login_bg .login_frm .inner_frm .md-field.captcha_blk input{
  width: 76%;
}
.crev .revi .prvi-m .rates span.rvpst{
  position: static;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.crev .revi .prvi-m .rates span.rvpst{
  font-size: 16px;
  line-height: 22px;
}
.notifyjs-corner span{
  font-size: 14px;
}
.notifyjs-corner .notifyjs-bootstrap-base{
  width: 100%;
  max-width: 450px;
  background-position: 4px 10px;
}
.notifyjs-corner{
  right: unset;
  left: 0;
}
.notifyjs-corner .notifyjs-bootstrap-base.notifyjs-bootstrap-warn{
  width: 100%;
  max-width: 480px;
}
.categories .cat_flex .right .sorting .sort_items select{
  max-width: 176px;
}
.feature-category .category-grid .cate-blk{
  margin-bottom: 12px;
}
.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry img, .review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .rev_galry img {
  max-width: 109px;
  height: 109px;
}
.review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .rev_galry a{
  width: 22.6%;
}
  /***10-10-23***/
  .ban_imanco>img {
    height: 615px;
  }
}
@media screen and (max-width: 550px) {
  .feature-category #cate-slide .cate .cate-img {
    width: 110px;
    height: 110px;
  }
  .app-main-block .app-block-in .app-ryt img {
    height: 260px;
  }
  header .header_mid .mid_hd_main .slct_location a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: unset;
    height: 100%;
    line-height: 20px;
  }
  header .header_mid .mid_hd_main .slct_location {
    width: 35px;
    height: 35px;
    /* overflow: hidden; */
  }
  header .header_mid .mid_hd_main .slct_location img {
    margin-right: 0;
    width: 20px;
    -o-object-fit: contain;
       object-fit: contain;
    height: 20px;
  }
  header .header_mid .mid_hd_main .md-search .md_srch_mob a img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  header .header_mid .mid_hd_main .md-search .md_srch_mob a {
    height: 100%;
  }
  header .header_mid .mid_hd_main .md-search .md_srch_mob {
    height: 100%;
  }
  header .header_mid .mid_hd_main .md-search {
    width: 31px;
    height: 31px;
  }
  header .header_bot .main_menu .icontab {
    top: -50px;
  }
  header .header_mid .mid_hd_main .logo {
    width: 40%;
  }
  header .header_mid .mid_hd_main .logo a {
    display: block;
  }
  header .header_mid .mid_hd_main .logo a img {
    width: 100%;
    height: 45px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .banner .banner_content .ban_text p {
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 30px;
    padding: 0 10px;
  }
  .banner .banner_content .ban_text strong {
    font-size: 28px;
    line-height: 33px;
  }
  .banner .banner_content .ban_text .ban-btn a {
    font-size: 15px;
    line-height: 30px;
    padding: 0 10px;
  }
  .banner .banner_content .ban_img img {
    height: 260px;
  }
  .banner > img {
    height: 560px;
  }
  .feature-category {
    padding: 45px 0;
  }
  .feature-category h1,
  .featured-product h2,
  .image-content-block .image-content .md-content h3,
  .best-sell-product .best-head-content strong,
  .app-main-block .app-block-in .app-lft strong,
  .testimonials strong,
  .blog-block strong {
    font-size: 24px;
    line-height: 27px;
  }
  .feature-category h1 {
    margin-bottom: 30px;
  }
  .feature-category #cate-slide {
    margin-bottom: 91px;
  }
  .feature-category .category-grid {
    flex-direction: column;
  }
  .feature-category .category-grid .cate-blk {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  .feature-category .category-grid .cate-blk img {
    height: 250px;
  }
  .featured-product h2 {
    padding-bottom: 40px;
  }
  .featured-product .products-grid-block .product-grid .product-img,
  .blog_detail_page .blog-product-block .blog-product .product-grid .product-img {
    padding-bottom: 10px;
  }
  .best-sell-product .best-head-content strong {
    max-width: 70%;
  }
  .best-sell-product .best-head-content {
    align-items: flex-start;
  }
  .best-sell-product .counter_slide .product-grid .product-cont strong {
    font-size: 23px;
    line-height: 28px;
  }
  .best-sell-product .count_block {
    margin: 20px auto 0;
  }
  .app-main-block .app-block-in .app-ryt img {
    height: 240px;
  }
  .testimonials .testimonial-slid {
    padding-top: 45px;
  }
  .testimonials .testimonial-slid .testi-card p {
    margin-bottom: 15px;
  }
  footer .footer-usp-block .ft-usp {
    width: 47%;
  }
  footer .footer-usp-block .ft-usp:nth-of-type(2n) {
    margin-right: 0;
  }
  footer .footer_copyryt .copyryt_main {
    justify-content: center;
    flex-direction: column;
  }
  footer .footer_copyryt .copyryt_main .copyryt p {
    margin-bottom: 8px;
    text-align: center;
  }
  footer .footer_copyryt .copyryt_main .copyryt_link ul {
    justify-content: center;
  }
  .contact_page .contact_main .contact_information {
    padding: 20px 15px 30px;
  }
  .orders_page_main .order-btn h1, .ord-nwp .order-np .order-btn h1 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .orders_page_main .order-btn {
    margin-bottom: 15px;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .orders_page_main .order_main_gd h2 {
    font-size: 19px;
    line-height: 24px;
  }
  .orders_page_main .order-btn a {
    margin-bottom: 10px;
    padding: 4px 10px;
  }
  .cart-blk .cart-lft table tr td.pr-title a,
  .cart-blk .cart-lft table tr td.cart_price p {
    font-size: 17px;
  }
  .cart-blk .cart-lft table tr td.pr-title span {
    font-size: 16px;
    line-height: 19px;
    margin-top: 5px;
  }
  .cart-blk .cart-lft table {
    width: 600px;
  }
  .abtimg-content1 .image-content .md-content h1,
  .about_vid_blk .container .vid_content h2,
  .abtimg-content2 .image-content .md-content h3,
  .abtimg-content3 .image-content .md-content h4 {
    font-size: 28px;
    line-height: 32px;
  }
  .about_vid_blk .container .vid_content {
    width: 100%;
    padding: 0;
  }
  video#myVideo {
    height: 300px;
  }
  .about_vid_blk .container .vdo_buttons {
    width: auto;
    position: absolute;
    right: 20px;
    bottom: 0;
  }
  .abtimg-content1,
  .abtimg-content2 {
    padding: 40px 0;
  }
  .categories .cat_flex .cate_toggle span {
    width: 45px;
    font-size: 26px;
  }
  .categories .cat_flex .cate_toggle {
    padding: 8px 0;
  }
  .categories .cat_flex .cate_toggle {
    position: unset;
  }
  .categories .cat_flex .right .sorting {
    width: 100%;
    margin-left: 0;
  }
  .categories .cat_flex .right .sorting .view_buttons p {
    font-size: 16px;
  }
  .categories .cat_flex .right .sorting .sort_items label {
    display: none;
  }
  .categories .cat_flex .right .sorting .view_buttons {
    padding-left: 0;
  }
  .blog_detail_page .blog_detail > img {
    height: 250px;
  }
  .blog_detail_page .blog-product-block {
    padding: 35px 0;
  }
  .blog_detail_page .blog_detail .dt_img .ds-img img {
    height: 175PX;
  }
  .blog_detail_page .blog_detail h1,
  .blog_detail_page .blog-product-block .blog-title-btn h3 {
    font-size: 22px;
  }
  .product-detail-main .product-details .product-image .thumb_cont .lSSlideOuter .lSPager.lSGallery li a {
    height: 125px;
  }
  .product-detail-main .product-details .product-image .thumb_cont .gallery li .flim img {
    height: 350px;
  }
  /* .product-detail-main .product-details .product-image .thumb_cont .lSSlideOuter .lSPager.lSGallery li a {
    height: 110px;
  } */
  .product-detail-main .product-details .product-information .dt-quantity {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .product-detail-main .product-details .product-information .dt-quantity .variant {
    width: 100%;
    margin: 0 auto 10px !important;
  }
  .product-detail-main .product-details .product-information .dt-quantity .variant label {
    padding: 12px 15px;
  }
  .product-detail-main .product-details .product-information .dt-shipment li,
  .product-detail-main .product-details .product-information .prod-cate-dt li span,
  .product-detail-main .product-details .product-information .dt-quantity .variant span,
  .product-detail-main .tabs_description .tab-content .tab-pane p,
  .product-detail-main .product-details .product-information p,
  .product-detail-main .product-details .product-information .rev-stars p,
  .product-detail-main .tabs_description .tab-content .tab-pane ul li p {
    font-size: 16px;
    line-height: 23px;
  }
  .blog_detail_page.best-sell-product {
    padding: 40px 0;
  }
  .product-detail-main .tabs_description .tab-content .tab-pane > p:last-of-type {
    padding-bottom: 0;
  }
  .product-detail-main .tabs_description ul {
    flex-direction: column;
  }
  .product-detail-main .tabs_description ul li button {
    display: block;
    width: 100%;
  }
  .product-detail-main .tabs_description ul li {
    margin-right: unset;
  }
  .about_vid_blk {
    height: 320px;
  }
  .abtimg-content1 .image-content .md-image img,
  .abtimg-content2 .image-content .md-image img,
  .abtimg-content3 .image-content .md-image img {
    height: 320px;
  }
  section.map img {
    height: 320px;
  }
  .feature-category .category-grid .cate-blk a {
    display: block;
  }
  .image-content-block {
    padding: 0 0 50px;
  }
  .testimonial_blks .inner_cnt .cmn_grd {
    width: 100%;
    margin: 10px auto 0 !important;
  }
  .testimonial_blks {
    padding: 45px 0;
  }
  .ordr_loct .inner_cnts .loct_alert {
    width: 56%;
  }
  .ordr_loct .inner_cnts .cnt_img {
    width: 30%;
  }
  .login_bg .login_frm .inner_frm .intext.intext_check p {
    text-align: start;
  }
  /* 31.07.23 */
  /* wishlist*/
  .wish_main .wish_blk_in .collec_tab .wish_lst ul li {
    width: 31%;
    margin-right: 2%;
  }
  .wish_main .wish_blk_in .collec_tab .wish_lst ul li:nth-child(4n) {
    margin-right: 2%;
  }
  .wish_main .wish_blk_in .collec_tab .wish_lst ul li:nth-child(3n) {
    margin-right: 0;
  }
  /*add address*/
  .address_main .address_blk_in .adres_form .field_row.gd_splt label {
    width: 100%;
    margin-right: 0;
  }
  .address_main .address_blk_in .adres_form .field_row.gd_splt,
  .address_main .address_blk_in .adres_form .field_row.gd_splt1 {
    flex-wrap: wrap;
  }
  .address_main .address_blk_in .adres_form .field_row.gd_splt1 label {
    width: 100%;
    margin-right: 0;
  }
  .address_main .address_blk_in h1 {
    font-size: 27px;
    line-height: 38px;
  }
  .address_main .address_blk_in .adres_form a.sv_adres {
    font-size: 18px;
    max-width: 200px;
  }
  .address_main .address_blk_in a.adrs_locat, .checkout-blk .check-frm .adres_form a.adrs_locat {
    padding: 8px 20px;
    max-width: 280px;
  }
  .ord-nwp .order-np .order_main_gd table tr td span {
    font-size: 14px;
    line-height: 20px;
  }
  .rate_product_main .rateprod_blk_in .rate_form .rte_field textarea, .rate_product_main .rateprod_blk_in .rate_form .rte_field p {
    font-size: 14px;
    line-height: 20px;
  }
  .rate_product_main .rateprod_blk_in .rate_form .rte_field_btn a.ad_pht, .rate_product_main .rateprod_blk_in .rate_form .rte_field_btn a.sub_rev {
    display: block;
    max-width: unset;
    float: unset;
    margin-bottom: 15px;
  }
  .rate_product_main .rateprod_blk_in .rate_form .rte_field_btn a {
    font-size: 14px;
    line-height: 20px;
  }
  .rate_product_main .rateprod_blk_in h1 {
    font-size: 24px;
    line-height: 26px;
  }
  .notifctn_main .notifctn_blk_in .all_notfy .al_list_blk {
    flex-direction: column;
    justify-content: center;
  }
  .notifctn_main .notifctn_blk_in .all_notfy .al_list_blk .nt_content {
    margin: 20px 0;
    width: 100%;
    text-align: center;
  }
  .notifctn_main .notifctn_blk_in .all_notfy .al_list_blk .nt_icon {
    width: 72px;
  }
  .orders_page_main .order_main_gd .myorder-table table tr td p {
    font-size: 14px;
  }
  .ord-nwp .order-np .order-btn a {
    padding: 4px 19px;
  }
  .notifctn_main .notifctn_blk_in .navbar ul li:not(:last-child) {
    margin-right: 30px;
  }
  .testimonial_blks .inner_cnt .cmn_grd {
    max-width: 460px;
  }
  /****26-9-23***/
  .checkout-blk .check-frm .ck_lft .ck_lft_in .in > p{
    font-size: 17px;
    line-height: 20px;
  }
  .wish_main .wish_blk_in .collec_tab button{
    font-size: 14px;
    line-height: 20px;
  }
  header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down .logout_btn a{
    font-size: 16px;
    line-height: 21px;
  }
  .blog_detail_page .blog_detail strong p{
    font-size: 20px;
  }
  .contact_page .contact_main .contact_form .captcha_blk input {
    width: 63%;
}
.address_main .address_blk_in a.adrs_locat, .checkout-blk .check-frm .adres_form a.adrs_locat{
  max-width: 280px;
 }
 .checkout-blk .check-frm .adres_form a.adrs_locat, .address_main .address_blk_in a.adrs_locat{
  background-position: 15px;
 }
 .cofe .revin img {
  height: 237px;
  max-width: 310px;
}
.featured-product .products-grid-block .product-grid{
  margin-bottom: 15px;
}
.login_bg .login_frm .inner_frm .md-field.captcha_blk input {
  width: 72%;
}
.wish_main .mtwish strong{
  font-size: 26px;
  line-height: 32px;
}

.product-detail-main .tabs_description ul li.nav-item{
  border-bottom: 1px solid #cdcdcd;
}
.crev form{
  margin-top: 10px;
}

.prreqbk .modal-content .pr-mod .prform-blk .pr-frm {
  flex-wrap: wrap;
}

.prreqbk .modal-content .pr-mod .prform-blk .pr-frm .prfr {
  margin-right: 0 !important;
  margin-bottom: 15px;
  width: 100%;
}
/* .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry img, .review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .rev_galry img{
  max-width: 121px;
  height: 121px;
} */
.review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .rev_galry a:nth-child(4n), .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry a:nth-child(4n){
  margin-right: 15px;
}
.review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .rev_galry a:nth-child(3n), .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry a:nth-child(3n){
  margin-right: 0;
}
.review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .rev_galry a, .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry a{
    width: 30.9%;
}
/***10-10-23***/
.ban_imanco>img {
  height: 560px;
}

}
@media screen and (max-width: 480px) {
  header .header_mid .mid_hd_main .slct_location,
  header .header_mid .mid_hd_main .md-search {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }
  header .header_mid .mid_hd_main .md-ryt .md-cart {
    margin-right: 10px;
  }
  header .header_mid .mid_hd_main .logo {
    left: 0;
    margin-right: 0;
    top: 15px;
    transform: unset;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 10px;
    max-width: 75%;
  }
  header .header_mid .mid_hd_main .logo a img {
    width: auto;
  }
  header .header_mid {
    padding: 80px 0 20px;
  }
  header .header_bot .main_menu .icontab span {
    width: 25px;
    height: 4px;
    display: block;
    margin-bottom: 4px;
  }
  header .header_bot .main_menu .icontab {
    top: -110px;
    right: 10px;
  }
  header .header_bot .main_menu .icontab span {
    width: 25px;
    height: 4px;
    margin-bottom: 5px;
  }
  header .header_bot .main_menu .main_menu_in.new_open {
    width: 85%;
    padding: 70px 20px 50px 20px;
  }
  /* header .header_bot .main_menu .icontab.close_mrk {
    top: 0;
    left: 217px;
  } */
  header .header_mid .mid_hd_main .md-ryt a span img {
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  header .header_mid .mid_hd_main .md-ryt {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 40%;
  }
  header .header_mid .mid_hd_main .md-ryt .md-profile {
    margin-top: -1px;
  }
  .banner .banner_content .ban_img {
    width: 98%;
  }
  .banner .banner_content .ban_text strong {
    font-size: 26px;
    line-height: 33px;
  }
  .banner .banner_content .ban_text .ban-btn a:first-child {
    margin-right: 8px;
  }
  .feature-category #cate-slide .owl-item .cate {
    max-width: 170px;
    margin: 0 auto;
  }
  .feature-category .category-grid .cate-blk img {
    height: 210px;
  }
  .best-sell-product .best-head-content {
    /* flex-direction: column; */
    margin-bottom: 25px;
  }
  .best-sell-product .best-head-content a.custom-btn {
    margin-top: 10px;
    margin-left: auto;
  }
  .best-sell-product .best-head-content strong {
    max-width: 100%;
  }
  .app-main-block .app-block-in .app-ryt img {
    height: 230px;
  }
  .best-sell-product .counter_slide .product-grid .product-img {
    padding-bottom: 10px;
  }
  footer .footer-usp-block {
    align-items: unset;
  }
  header .header_mid .mid_hd_main .md-search .md_srch_in.srch_open {
    padding: 165px 20px 0;
  }
  header .header_mid .mid_hd_main .md-search input.sub_btn {
    top: 165px;
  }
  header .header_mid .mid_hd_main .md-search input {
    height: 40px;
  }
  .contact_page .contact_main .contact_form h1,
  .contact_page .contact_main .contact_information h2 {
    font-size: 20px;
    line-height: 22px;
  }
  .contact_page .contact_main .contact_form p {
    padding-bottom: 15px;
  }
  .contact_page .contact_main .contact_information ul.ctinfo {
    padding: 34px 0 10px;
  }
  .contact_page .contact_main .contact_information ul.ctinfo li .img {
    width: 45px;
    height: 45px;
    min-width: 45px;
    margin-right: 10px;
  }
  .contact_page .contact_main .contact_information ul.ctinfo li strong {
    font-size: 18px;
    padding-bottom: 9px;
  }
  .contact_page .contact_main .contact_information .contact-social h3 {
    font-size: 21px;
  }
  .contact_page .contact_main {
    padding: 20px 10px;
  }
  .contact_page .contact_main .contact_form .intext.intext_btn input.ty-btn {
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 220px;
    padding: 0 20px;
  }
  .blogs_page .blogs_overview .blog_card {
    max-width: 370px;
    width: 100%;
    margin: 0 auto 20px !important;
  }
  .blogs_page {
    padding: 50px 0px;
  }
  .blogs_page .pagination ul li a.prev {
    padding-left: 15px;
  }
  .blogs_page .pagination ul li a {
    font-size: 17px;
    line-height: 22px;
  }
  .blogs_page .pagination ul li a.number {
    width: 35px;
    height: 35px;
    line-height: 34px;
  }
  .blogs_page .pagination ul li {
    margin-right: 10px;
  }
  .blogs_page .pagination ul li a.next {
    padding-right: 16px;
  }
  .blogs_page .pagination ul li:last-of-type {
    margin-right: 0;
  }
  .orders_page_main .order_main_gd .myorder-table table tr td.ord-title .ord-img a img {
    width: 70px;
    height: 75px;
  }
  .orders_page_main .order_main_gd .myorder-table table {
    width: 761px;
  }
  header .header_mid .mid_hd_main {
    justify-content: center;
    padding-left: 0;
  }
  .cart-blk {
    padding: 40px 0;
  }
  .cart-blk h1 {
    font-size: 26px;
    line-height: 29px;
  }
  .cart-blk .cart-rgt h2 {
    font-size: 24px;
  }
  .cart-blk .cart-rgt a,
  .cart-blk .btns-lat a {
    font-size: 16px;
  }
  .cart-blk .btns-lat {
    flex-direction: column;
  }
  .cart-blk .btns-lat a {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .cart-blk .btns-lat a.btn-two {
    margin-bottom: 0;
  }
  .cart-blk .cart-fle {
    margin-top: 30px;
  }
  .orders_page_main {
    padding: 40px 0;
  }
  .abtimg-content1 .image-content .md-content h1,
  .about_vid_blk .container .vid_content h2,
  .abtimg-content2 .image-content .md-content h3,
  .abtimg-content3 .image-content .md-content h4 {
    font-size: 24px;
    line-height: 28px;
  }
  .abtimg-content1 .image-content .md-content p {
    font-size: 16px;
    line-height: 22px;
  }
  .abtimg-content1 .image-content .md-content a {
    margin-top: 0;
    font-size: 18px;
  }
  .abtimg-content3 .image-content .md-content p {
    font-size: 16px;
    line-height: 22px;
  }
  .abtimg-content3 .image-content .md-content a.custom-btn {
    font-size: 18px;
  }
  .abtimg-content3 .image-content .md-content ul li {
    font-size: 28px;
    padding-right: 15px;
  }
  .blog_detail_page .blog_detail .dt_img .ds-img {
    width: 100%;
    margin: 0 auto 20px !important;
  }
  .blog_detail_page .blog_detail .dt_img .ds-img img {
    height: 280px;
  }
  .blog_detail_page .blog_detail .aut-date .date strong {
    font-size: 25px;
    line-height: 28px;
  }
  .blog_detail_page .blog_detail h1,
  .blog_detail_page .blog-product-block .blog-title-btn h3 {
    font-size: 20px;
  }
  .product-detail-main .product-details .product-image {
    width: 100%;
  }
  .product-detail-main .product-details .product-image .thumb_cont .lSSlideOuter .lSPager.lSGallery li a {
    padding: 20px 10px;
  }
  .product-detail-main .product-details .product-image .thumb_cont .gallery li .flim img {
    height: 330px;
  }
  .product-detail-main .product-details .product-information h1,
  .product-detail-main .product-details .product-information .prz-qty span.price {
    font-size: 26px;
  }
  .product-detail-main .product-details {
    padding: 40px 0 30px;
  }
  .product-detail-main .tabs_description .tab-content .tab-pane p {
    padding-bottom: 10px;
  }
  .ordersdetail_page_main .order_details .od_content .od_cont_head .left {
    padding-left: unset;
    width: 55%;
  }
  .ordersdetail_page_main .order_details .od_content .od_cont_head .left a.open {
    padding-right: 10px;
  }
  .ordersdetail_page_main .order_details .od_content .od_cont_head .right {
    width: 40%;
  }
  .ordersdetail_page_main .order_details .od_content .od_table table.order_table tbody tr td.second table tbody .order_totals .order_total table tbody tr:last-child td,
  .ordersdetail_page_main h1 {
    font-size: 24px;
  }
  section.map img {
    height: 300px;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .lft1 a {
    margin-bottom: 10px;
    width: 100%;
    padding: 5px 10px;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .ryt1 {
    margin-top: 15px;
    display: none;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .src_location {
    width: 100%;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .sech_bx {
    width: 100%;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .cnfm {
    margin-top: 15px;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm > p {
    margin: 10px 0;
    text-align: center;
    width: 100%;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm {
    margin-top: 10px;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .src_location a.custom-btng {
    padding: 8px 10px;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .sech_bx input.srch_txt1 {
    padding: 9px 20px 9px 60px;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .lft1 a,
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .cnfm a {
    font-size: 16px;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .cnfm a {
    line-height: 40px;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .top strong {
    font-size: 19px;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .top {
    padding: 7px 10px;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat {
    padding: 10px;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .lft1 p {
    font-size: 14px;
    line-height: 20px;
  }
  .abtimg-content1 .image-content .md-image img,
  .abtimg-content2 .image-content .md-image img,
  .abtimg-content3 .image-content .md-image img {
    height: 290px;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .src_location a.custom-btng {
    justify-content: left;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .sech_bx input.srch_txt1 {
    padding-left: 40px;
  }
  .dele_locat .dele_locat_in .dele_locat_fx .del_locat .ser_btm .sech_bx input.sub_btn1 {
    left: 14px;
  }
  .feature-category #cate-slide .owl-nav button.owl-prev {
    left: 45%;
  }
  .feature-category #cate-slide .owl-nav button.owl-next {
    right: 45%;
  }
  .banner .owl-nav button.owl-prev {
    left: 45%;
  }
  .banner .owl-nav button.owl-next {
    
    right: 40%;
  }
  .feature-category #cate-slide .cate {
    padding-bottom: 26px;
  }
  .app-main-block .app-block-in .app-lft .app-img a {
    display: block;
    margin-bottom: 10px;
    max-width: 150px;
    width: 100%;
  }
  .app-main-block .app-block-in .app-lft .app-img a img {
    height: 45px;
  }
  .app-main-block .app-block-in .app-lft .app-img {
    display: flex;
    align-items: center;
  }
  .app-main-block {
    padding: 35px 0;
  }
  .blog-block .blog_slide {
    padding-top: 30px;
  }
  .blog-block {
    padding: 30px 0;
  }
  footer .footer-usp-block .ft-usp {
    width: 100%;
    margin-right: 0 !important;
  }
  .blog-block .blog_slide .blog_card {
    /* max-width: 370px; */
    width: 100%;
    /* margin: 0 auto; */
  }
  .blog-block .blog_slide .blog_card a{
    display: block;
  }
  .image-content-block {
    padding: 0 0 40px;
  }
  .blog_detail_page .blog-product-block .blog-title-btn {
    /* flex-direction: column; */
    margin-bottom: 25px;
  }
  .blog_detail_page .blog-product-block .blog-title-btn a.custom-btn {
    margin-top: 10px;
    margin-left: auto;
  }
  .profile_bg .profil_frm .hed_dv h3 {
    font-size: 18px;
    line-height: 27px;
  }
  .profile_bg .profil_frm .intext.intext1 label {
    font-size: 15px;
    padding-bottom: 4px;
  }
  .profile_bg .profil_frm .rdio_frm label + label {
    padding-left: 29px;
  }
  .profile_bg .profil_frm .rdio_frm label input[type=radio] {
    width: 16px;
    height: 16px;
    min-width: 16px;
    max-width: 16px;
  }
  .profile_bg .profil_frm .rdio_frm label ::after {
    top: 2px;
    left: 2px;
    height: 10px;
    width: 10px;
  }
  .profile_bg .profil_frm .flex_btm {
    flex-direction: column;
  }
  .profile_bg .profil_frm .intext.intext_btn {
    width: 100%;
    text-align: center;
  }
  .profile_bg .profil_frm .intext.intext_btn input, .profile_bg .profil_frm .intext.intext_btn p.cancel_btn {
    font-size: 16px;
    margin: 5px 0 12px;
    line-height: 35px;
  }
  .profile_bg .profil_frm .rdio_frm p {
    font-size: 15px;
    padding: 0px 0 10px 0;
  }
  .profile_bg .profil_frm .hed_dv {
    padding: 0 0 8px 0;
  }
  .profile_bg .profil_frm .hed_dv p.edit {
    font-size: 0px;
    padding: 0 0 0 18px;
  }
  .profile_bg .profil_frm {
    padding: 25px 10px 25px;
  }
  .profile_bg {
    padding: 25px 0 27px;
  }
  .testimonial_blks {
    padding: 25px 0;
  }
  .order_track .order_bg .ryt_bg h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .order_track .order_bg .ryt_bg p {
    font-size: 15px;
    line-height: 20px;
  }
  .order_track .order_bg .lft_bg .flx_set {
    flex-direction: column;
  }
  .order_track .order_bg .lft_bg,
  .order_track .order_bg .ryt_bg {
    padding: 15px;
  }
  .order_track .order_bg .lft_bg .flx_set label p {
    font-size: 15px;
  }
  .ordr_loct .inner_cnts .cnt_img {
    width: 52%;
  }
  .ordr_loct .inner_cnts .loct_alert {
    width: 100%;
  }
  .ordr_loct .inner_cnts .review_rat {
    width: 100%;
  }
  .ordr_loct .inner_cnts .loct_alert img {
    width: 100%;
  }
  .login_bg .login_frm .inner_frm p {
    font-size: 14px;
    line-height: 21px;
  }
  .login_bg .login_frm {
    padding: 20px 10px 20px;
  }
  .login_bg .login_frm .inner_frm img {
    width: 95%;
  }
  .login_bg .login_frm .inner_frm h2 {
    font-size: 25px;
    line-height: 28px;
    padding: 10px 0 7px;
  }
  .login_bg .login_frm .inner_frm .md-field input {
    font-size: 15px;
    height: 40px;
  }
  .login_bg .login_frm .inner_frm .md-field label {
    font-size: 14px;
    line-height: 23px;
  }
  .login_bg .login_frm .inner_frm .intext.intext_check p {
    font-size: 14px;
    line-height: 20px;
    text-align: start;
  }
  .login_bg .login_frm .inner_frm .intext.intext_btn input {
    font-size: 15px;
    line-height: 37px;
  }
  .login_bg .login_frm .inner_frm .intext.intext_check {
    flex-direction: column;
    align-items: center;
  }
  .login_bg .login_frm .inner_frm .intext.intext_check label {
    width: 100%;
    padding-right: 0;
  }
  .login_bg .login_frm .inner_frm .intext.intext_check a {
    width: unset;
    font-size: 14px;
  }
  /* 31.07.23 */
  /* wishlist*/
  .wish_main .wish_blk_in .collec_tab .wish_lst ul li {
    width: 47%;
    margin-right: 6%;
  }
  .wish_main .wish_blk_in .collec_tab .wish_lst ul li:nth-child(odd) {
    margin-right: 6%;
  }
  .wish_main .wish_blk_in .collec_tab .wish_lst ul li:nth-child(even) {
    margin-right: 0;
  }
  .wish_main .wish_blk_in .navbar ul li a {
    font-size: 19px;
  }
  .wish_main .wish_blk_in .navbar ul li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .wish_main .wish_blk_in .collec_tab .wish_lst .wish_cont {
    flex-wrap: wrap;
  }
  .wish_main .wish_blk_in .collec_tab .wish_lst .wish_cont ul {
    flex-wrap: unset;
    width: 100%;
  }
  .wish_main .wish_blk_in .collec_tab .wish_lst .wish_cont {
    justify-content: center;
  }
  .wish_main .wish_blk_in .collec_tab .wish_lst .wish_cont ul {
    justify-content: center;
  }
  .wish_main .wish_blk_in .collec_tab .wish_lst ul li a span {
    font-size: 17px;
  }
  .common_contbox {
    padding: 15px;
  }
  /* add address */
  .address_main .address_blk_in a.adrs_locat {
    font-size: 15px;
  }
  .address_main .address_blk_in .adres_form .field_row label p {
    font-size: 16px;
  }
  .address_main .address_blk_in .adres_form .field_row label select,
  .address_main .address_blk_in .adres_form .field_row label input {
    font-size: 16px;
    height: 45px;
  }
  .address_main .address_blk_in .adres_form a.sv_adres {
    font-size: 16px;
    max-width: 170px;
  }
  /* review */
  .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst p {
    font-size: 16px;
  }
  .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst a.edit {
    font-size: 16px;
  }
  .notifctn_main .notifctn_blk_in .navbar ul li a, .notifctn_main .notifctn_blk_in .all_notfy .al_list_blk .nt_content strong {
    font-size: 18px;
    line-height: 23px;
  }
  .notifctn_main .notifctn_blk_in .all_notfy .al_list_blk .nt_content strong {
    font-size: 18px;
    line-height: 23px;
  }
  header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down::before {
    right: unset;
    left: 42%;
  }
  header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down{
    top: calc(100% + 10px);
  }
  header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down .logout_btn a{
    font-size: 15px;
    line-height: 20px;
  }
  .abtimg-content3 .image-content img {
    height: 309px;
    max-width: 372px;
}
.contact_page .contact_main .contact_form .captcha_blk input {
  width: 64%;
}
.static_text {
  padding: 30px 0 40px;
}
.banner .banner_content .ban_text, .banner .banner_content .ban_text strong{
  text-align: center;
}
.banner .banner_content .ban_text p:first-child{
  margin: 0 auto 12px;
}
.address_main .address_blk_in a.adrs_locat, .checkout-blk .check-frm .adres_form a.adrs_locat{
  max-width: 256px;
}
.ad_adres_strp .adres_form .sv_adres, .address_main .address_blk_in .adres_form .edit-mode{
  max-width: 169px;
}
.checkout-blk .check-frm .adres_form a.adrs_locat, .address_main .address_blk_in a.adrs_locat{
  background-position: 7px;
}
.crev .pr-revi1 .rev_galry{
  display: flex;
}
.crev .pr-revi1 .rev_galry div.hope{
  max-width: 108px;
}

.rev_blk .hidden-images{
  display: flex;
  flex-direction: column;
}

.modal-body img{
  max-width: 250px;
  height: 180px;
  object-fit: contain;
}
.profile_bg .profil_frm .intext.intext_btn{
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.wish_main .wish_blk_in .collec_tab button{
max-width: 80%;
justify-content: center;
width: 100%;
display: block;
margin: 0 auto 15px;
}

.wish_main .wish_blk_in .collec_tab .wish_lst .wish_cont ul li:last-child{
  padding-left: 0;
}

.wish_main .wish_blk_in .collec_tab .wish_lst ul li{
  margin-bottom: 6%;
}

.review_main .review_blk_in .navbar ul li a{
  font-size: 18px;
  padding-bottom: 10px;
}
.login_bg .login_frm .inner_frm .md-field.captcha_blk input{
  width: 66%;
}
.login_bg .login_frm .inner_frm img, .login_bg .login_frm .inner_frm .md-field.captcha_blk input{
  height: 40px;
}
.login_bg .login_frm .inner_frm .md-field.captcha_blk{
  height: 45px;
}
.ingir ul li{
  font-size: 14px;
  line-height: 20px;
}
.blog_detail_page .blog-product-block .blog-title-btn{
  margin-bottom: 0;
}

.notifyjs-corner span{
  font-size: 9px;
 
}

.notifyjs-corner .notifyjs-bootstrap-base.notifyjs-bootstrap-warn span{
  font-size: 8px;
  vertical-align: middle;
}
header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down{
  top: calc(100% - 4px);
}
.wish_main .common_contbox{
  margin: 30px 0 30px;

}
.wish_main .mtwish .emt{
  flex-wrap: wrap;
}
.wish_main .mtwish .emt button{
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;

}
.wish_main {
  padding-bottom: 30px;
}
.crev .pr-revi1 .rev_galry img, .crev .pr-revi1 .hidden-images img{
  max-width: 108px;
    height: 108px;
}
.best-sell-product .best-head-content a.custom-btn, .blog_detail_page .blog-product-block .blog-title-btn a.custom-btn {
  margin-top: 0;
  margin-left: auto;
  font-size: 0;
  /* background: url(); */
  background: #f3b652 url(../images/User/menu_drop.svg) no-repeat center center;
  width: 35px;
  height: 18px;
  background-size: 24px;
  padding: 18px;
}
.blog_detail_page .blog-product-block .blog-title-btn a.custom-btn {
  margin-top: 0;
  background-size: 26px;
}

.wish_main .wish_blk_in .collec_tab .btns_group{
  flex-direction: column;
}
.wish_main .wish_blk_in .collec_tab .btns_group button:last-child{
  margin: 0 auto;
}

.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry img, .review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .rev_galry img{
  max-width: 119px;
  height: 119px;
}
.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry a:nth-child(3n), .review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .rev_galry a:nth-child(3n){
  margin-right: 15px;
}
.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry a:nth-child(4n), .review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .rev_galry a:nth-child(4n){
  margin-right: 15px;
}


.review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry a:nth-child(2n), .review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .rev_galry a:nth-child(2n){
  margin-right: 0;
}
.review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .rev_galry a, .review_main .review_blk_in .pend_rev_list .revs_list_in .rev_lst .rev_galry a{
  width: 47%;
}
.product-details .lSSlideOuter .lSPager.lSGallery img {
  width: 80px;
  height: 60px;
  object-fit: contain;
}
.product-detail-main .product-details .product-image .thumb_cont .lSSlideOuter .lSPager.lSGallery li a{
  height: 104px;
}
.categories .cat_flex .right .cate_products .sunny strong{
  font-size: 15px;
  line-height: 20px;

}

}
@media screen and (max-width: 450px) {
  .categories .cat_flex .right .cate_products.grid-view .product-grid {
    width: 100%;
    margin-right: 0 !important;
  }
  .categories .cat_flex .right .pagination ul li a.number {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .categories .cat_flex .right .pagination ul li a {
    font-size: 17px;
  }
  .categories .cat_flex .right .pagination ul li a.prev,
  .categories .cat_flex .right .pagination ul li a.next {
    text-indent: -2000rem;
  }
  .categories .cat_flex .right .pagination ul li:last-child {
    margin-right: 0;
  }
  .categories .cat_flex .right .sorting .sort_items select {
    width: 100%;
    padding: 0 20px 0 10px;
    background-position: right 7px center;
    background-size: 10px;
  }
  .categories .cat_flex .right .sorting .view_buttons {
    width: 53%;
  }
  .categories .cat_flex .right .sorting .sort_items {
    width: 47%;
  }
  .categories .cat_flex .right .sorting .view_buttons p {
    font-size: 15px;
    line-height: 18px;
  }
  .profile_bg .profil_frm .flex_btm p a {
    font-size: 16px;
    line-height: 21px;
  }
  .rateprod_blk_in {
    margin-bottom: 50px;
  }
  .testimonial_blks .inner_cnt .cmn_grd {
    max-width: 360px;
  }
    .wishcat.categories .cat_flex .right .cate_products.grid-view .product-grid, .wishcat.categories .cat_flex .right .cate_products.grid-view .product-grid:nth-child(3n){
        width: 100%;
    margin-right: 0 !important;
  }
 .wishcat.categories .cat_flex .right .cate_products.grid-view .product-grid:nth-child(2n){
  margin-right: 0 !important;
 }
  
  .wishcat{
    padding: 40px 0;
  }

    .wishcat.categories .right h2{
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 25px;
  }

  .wrap .fnotf img {
    width: 299px;
    height: 150px;
}

.wish_main{
  padding-bottom: 40px;
}
.crev strong{
  font-size: 18px;
  line-height: 23px;
}
.crev .revi .prvi-h strong{
  font-size: 25px;
  line-height: 32px;
}

.crev .revi .prvi-h p{
  margin-top: 10px;
  padding-bottom: 10px;
}
.crev .revi form .add-review, .crev .revi .prvi-m b{
  font-size: 16px;
  line-height: 20px;
}
.cart-blk .cart-rgt .coupen p{
  font-size: 14px;
  line-height: 20px;
}
.checkout-blk .check-frm .adres_form a.adrs_locat, .address_main .address_blk_in a.adrs_locat{
  font-size: 14px;
  line-height: 30px;
  background-size: 15px;
  background-position: 5px;
  font-size: 13px;
}

.contact_page .contact_main .contact_form .captcha_blk a{
  width: 6%;
}
.blog_detail_page .blog_detail strong p{
  font-size: 23px;
  line-height: 28px;
}
  
.static_text h1{
  font-size: 24px;
  line-height: 30px;
    margin-bottom: 10px;
}
.static_text p, .static_text ul li{
   font-size: 15px;
   line-height: 19px;
}
  
.static_text h1{
  font-size: 22px;
  line-height: 30px;
    margin-bottom: 10px;
}
.static_text p, .static_text ul li{
   font-size: 15px;
   line-height: 20px;
}

.banner .banner_content .ban_img img {
  height: 222px;
}
/* .best-sell-product .best-head-content a.custom-btn{
  margin-top: 33px;
} */

.product-detail-main .tabs_description ul li button{
  padding-top: 5px;
}

.checkout-blk .check-frm .adres_form a.adrs_locat, .address_main .address_blk_in a.adrs_locat{
  background-size: 25px;
  background-position: 10px;
}

.wish_main .wish_blk_in .collec_tab .btns_group{
  flex-wrap: wrap;
  justify-content: center;
}
.wish_main .wish_blk_in .collec_tab .btns_group button:last-child{
  margin: 0 auto;
}
.wish_main .wish_blk_in .collec_tab button{
  padding: 8.5px;
}
.crev .revi .prvi-m .rates span.rvpst{
  font-size: 15px;
  line-height: 21px;
}
.modal-lg .modal-body img {
  height: 355px;
}
.crev .revi .prvi-h strong::before{
  right: 7px;
}
.product-detail-main .add-review{
  font-size: 16px;
  line-height: 20px;
}

/* .product-detail-main .product-details .product-information .dt-btns .wishlist{
  display: block;
  width: 41%;
} */
.wish_main .wish_blk_in .collec_tab .wish_lst ul li{
  width: 44%;
}

.wish_main .wish_blk_in .collec_tab .wish_lst ul li:nth-last-child(2){
  margin-right: 6%;
}

.prreqbk .modal-content .pr-mod strong {
  font-size: 22px;
  line-height: 26px;
}

.prreqbk .modal-content .pr-mod .prform-blk .preqbt {
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
}
.blog_detail_page .blog-product-block .prreqs{
  font-size: 15px;
  line-height: 20px;
}



}
@media screen and (max-width: 380px) {
  .featured-product .products-grid-block .product-grid,
  .blog_detail_page .blog-product-block .blog-product .product-grid {
    width: 100%;
    margin-right: 0 !important;
  }
  .image-content-block .image-content .md-content ul {
    flex-direction: column;
  }
  .image-content-block .image-content .md-content ul li {
    width: 100%;
  }
  .feature-category h1,
  .featured-product h2,
  .image-content-block .image-content .md-content h3,
  .best-sell-product .best-head-content strong,
  .app-main-block .app-block-in .app-lft strong,
  .testimonials strong,
  .blog-block strong {
    font-size: 22px;
    line-height: 26px;
  }
  footer .footer-usp-block .ft-usp {
    width: 100%;
    margin-right: 0 !important;
  }
  .blog_detail_page .blog_detail .dt_img .ds-img img {
    height: 230px;
  }
  .product-detail-main .product-details .product-image .thumb_cont .gallery li .flim img {
    height: 300px;
  }
  section.map img {
    height: 280px;
  }
  .abtimg-content1 .image-content .md-image img,
  .abtimg-content2 .image-content .md-image img,
  .abtimg-content3 .image-content .md-image img {
    height: 250px;
  }
  .order_track .order_bg .ryt_bg p {
    font-size: 14px;
    line-height: 20px;
  }
  .ord-nwp .order-np .order-btn a {
    margin-right: 4px;
  }
  .ord-nwp .order-np .order-btn a {
    padding: 4px 10px;
  }
  .rate_product_main .rateprod_blk_in .rate_form .rte_field img {
    margin: 10px 0;
  }
  .testimonial_blks .inner_cnt .cmn_grd {
    max-width: 290px;
  }
   /***26-09-23***/
   .cart-blk .box p{
    font-size: 14px;
    line-height: 20px;
} 
  .checkout-blk .check-frm .ck_lft .ck_lft_in .in > p{
    font-size: 17px;
    line-height: 20px;
  }

  .wrap .redirect{
    font-size: 16px;
    line-height: 20px;
    width: 150px;
  }
   /***28-9-24***/
   .checkout-blk .check-frm .check-rgt .paym_dtail label {
    margin-bottom: 50px;
  }
  .checkout-blk .check-frm .check-rgt .paym_dtail label .error {
    margin-bottom: 0;
    bottom: -49px
  }

  header .header_mid .mid_hd_main .md-ryt .md-profile .profile_drop_down::before{
    left: 56%;
    right: unset;
  }

  .abtimg-content3 .image-content img {
    height: 257px;
    max-width: 296px;
}

.contact_page .contact_main .contact_form .captcha_blk input {
  width: 55%;
}
.contact_page .contact_main .contact_form .captcha_blk a{
  width: 7%;
}
.static_text h1{
  font-size: 22px;
  line-height: 28px;
    margin-bottom: 10px;
}
.static_text p, .static_text ul li{
   font-size: 14px;
   line-height: 20px;
}

.address_main .address_blk_in a.adrs_locat, .checkout-blk .check-frm .adres_form a.adrs_locat{
  max-width: 280px;
 }
 .address_main .address_blk_in a.adrs_locat, .checkout-blk .check-frm .adres_form a.adrs_locat{
  max-width: 218px;
}

.checkout-blk .check-frm .adres_form a.adrs_locat, .address_main .address_blk_in a.adrs_locat {
  background-size: 20px;
  background-position: 5px;
}
.product-detail-main .product-details .product-image .thumb_cont .lSSlideOuter .lSPager.lSGallery li a {
  height: 76px;
}
.login_bg .login_frm .inner_frm .md-field.captcha_blk input{
  width: 60%
}

.modal-lg .modal-body img {
  height: 284px;
}

.banner .banner_content .ban_text p:first-child{
  font-size: 14px;
}
.crev .pr-revi1 .rev_galry img, .crev .pr-revi1 .hidden-images img {
  max-width: 84px;
  height: 84px;
}

.review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .rev_galry div img{
  width: 125px;
}
.review_main .review_blk_in .empt_pend_rev .revs_list_in .rev_lst1 .rev_galry div:last-child img{
  margin-right: 0 !important;
}
.product-details .lSSlideOuter .lSPager.lSGallery img {
  width: 80px;
  height: 50px;
  object-fit: contain;
}


}/*# sourceMappingURL=style.css.map */


/*star rating*/

    .rte_field .star-rating {

    float: right;

    height: 46px;

    padding: 0 10px;

}

.rte_field .star-rating:not(:checked) > input {

    position:absolute;

    top:-9999px;

    display: none;

}

.rte_field .star-rating:not(:checked) > label {

    float:right;

    width:1em;

    overflow:hidden;

    white-space:nowrap;

    cursor:pointer;

    font-size:30px;

    color:#ccc;

}

.rte_field .star-rating:not(:checked) > label:before {

   content: "★ ";

}

.rte_field .star-rating > input:checked ~ label {

    color: #ffc700;    

}

.rte_field .star-rating:not(:checked) > label:hover,

.rte_field .star-rating:not(:checked) > label:hover ~ label {

    color: #deb217;  

}

.rte_field .star-rating > input:checked + label:hover,

.rte_field .star-rating > input:checked + label:hover ~ label,

.rte_field .star-rating > input:checked ~ label:hover,

.rte_field .star-rating > input:checked ~ label:hover ~ label,

.rte_field .star-rating > label:hover ~ input:checked ~ label {

    color: #c59b08;

}

/*progressbar*/

.rating-progress {
    margin-bottom: 5px;
}

.progress-bar {
    height: 10px; /* Adjust the height as needed */
    background-color: #ccc; /* Light grey background color */
    border-radius: 4px;
    overflow: hidden;
    width: 30%;
}

.progress {
    height: 100%;
    width: 60%;
    background-color: #FFD700; /* Filled star color */
    transition: width 0.2s ease;
}


.wishlist .productwish .cate_wish{
  
  display: inline-block;
  width: 250px;
  height: 200px;
}

