h1,
h2,
h3 {
  margin-bottom: 10px;
  margin-top: 20px;
}
input:focus,
textarea:focus, 
button:focus {
  outline: none;
}
.container {
  width: 100%;
}
.container_l {
  float: left;
  /* width: calc(100% - 225px); */
  margin: 0 auto;
}
.container_l.container_large {
  /* width: calc(100% - 225px); */
}
.control_nav1,
.control_nav2 {
  display: none;
}
.innerhdr {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  color: #2f2f2f;
  font-size: 18px;
  margin: 0 0 15px;
  padding: 10px 20px;
  width: 100%;
}
.contentdescription {
  color: #2f2f2f;
  font-size: 14px;
  line-height: 21px;
}
.contentdescription p {
  text-align: justify;
}
.contentdescription a {
  color: #428bca;
}
.contentdescription h1 {
  color: #74AB26;
  font-size: 18px;
  font-weight: normal;
}
.contentdescription h1 span {
  color: #2f2f2f;
}
h2.m-title {
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  font-size: 21px;
  font-weight: normal;
  line-height: 35px;
  margin: 0;
}
.header {
  background: #fff;
  height: 71px;
  position: fixed;
  z-index: 999;
  opacity: 1;
  overflow: visible !important;
  transform: translate(0px, 0px);
  width: 100%;
  top: 0;
  margin: 0 auto;
}
.logo {
  text-align: center;
  width: 225px;
  float: left;
  background-color: #fff;
}
.social-logo {
  width: 210px;
  margin-right: 15px;
  float: right;
}
.header-fixed {
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
  transition: transform 0.2s ease-in, opacity 0.3s ease-in;
  transform: translate(0px, 71px);
  margin-top: -71px;
}
.logo img {
  max-width: 100%;
  height: 61px;
  padding: 5px 0;
}
.body-frame {
  margin-top: 71px;
  /* left: 225px; */
  position: relative;
}
.header-nav-frame {
  height: 71px;
}
.user-nav {
  margin-top: 8px;
  float: right;
  margin-right: 15px;
  width: 260px;
}
.user-nav ul {
  margin: 0;
  padding: 0;
  float: right;
}
.user-nav ul li {
  display: inline-block;
  float: left;
}
.user-nav ul li a {
  border-radius: 3px;
  color: #605f5d;
  display: inline-block;
  padding: 4px 7px 1px;
  text-decoration: none;
}
.user-nav ul li a:hover {
  background: #f5f5f5;
}
.user-nav ul li a i {
  color: #74AB26;
  font-size: 22px;
  display: block;
  text-align: center;
}
.user-nav ul li a span {
  color: #333;
  display: block;
  font-size: 11px;
  line-height: 20px;
  padding-top: 4px;
  text-transform: capitalize;
}
.control_nav2 > a > span {
  float: left;
}
.user-nav ul li a span span {
  display: inline;
  padding-top: 0;
  text-transform: capitalize;
}
.user-nav ul li.user_navs a span {
  background: none;
  width: auto;
}
.user_navs {
  position: relative;
}
.user_navs ul {
  display: none;
  position: absolute;
  margin: 0;
  min-width: 160px;
  padding: 5px 0;
  float: left;
  font-size: 14px;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  right: 0;
  list-style: none;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
.user_navs ul:hover {
  display: block;
}
.user-nav ul .user_navs li {
  display: block;
  float: left;
  width: 100%;
}
.user-nav ul li.user_navs:hover ul {
  display: block;
}
.user_navs li.divider:before {
  content: "";
  display: inline-block;
}
.user_navs li.divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
}
.user-nav ul li.user_navs a {
  font-size: 13px;
  margin-bottom: 1px;
  margin-top: 1px;
  padding-bottom: 1px;
  padding-left: 11px;
  padding-right: 11px;
  width: 100%;
}
.user-nav ul li.user_navs a i {
  display: inline-block;
  width: 50%;
  float: left;
}
.user-nav ul li.user_navs ul a i {
  width: auto;
}
.header-search {
  float: left;
  height: 55px;
  position: relative;
  text-align: right;
  width: 494px;
  margin-top: 8px;
}
.header-search input {
  height: 40px;
  margin: 7px 0 0 0;
  padding: 0 8px;
  outline: none;
  width: calc(100% - 70px);
  max-width: 500px;
  color: #757575;
  position: relative;
  border: solid 1px #e1e0e0;
  float: left;
}
.header-search button {
  height: 40px;
  margin: 7px 0 0 0;
  padding: 0 8px;
  outline: none;
  width: 70px;
  color: #fff;
  position: relative;
  border: solid 1px #74AB26;
  background-color: #74AB26;
  float: left;
  cursor: pointer;
}
.header-search button:hover {
  border: solid 1px #5b8d14;
  background-color: #5b8d14;
}
.topsocial {
  font-size: 21px;
  text-align: right;
  float: right;
  margin-top: 8px;
  padding: 0 0 0 20px;
  width: 100%;
}
.topsocial a {
  margin-left: 8px;
}
.topsocial a i.fa-facebook-square {
  color: #91b0e8;
}
.topsocial a i.fa-google-plus-square {
  color: #db4437;
}
.topsocial a i.fa-twitter-square {
  color: #32ccfe;
}
.topcontact {
  font-weight: 700;
  text-align: right;
}
.topcontact i {
  color: #74AB26;
}
.topcontact a {
  color: #fff;
}
.my-basket {
  background-color: #74AB28;
  height: 100%;
  position: fixed;
  right: 0;
  top: 71px;
  width: 225px;
  color: #fff;
}
.my-basket.my-basket-static {
  position: absolute;
  top: auto;
}
.my-basket-title {
  padding: 5px 10px 0;
  background-color: #74AB26;
  height: 40px;
}
.my-basket-in {
  padding: 0 0 0 10px;
}
.productAmtList {
  padding: 5px 0 0 0;
}
.my-basket h2 {
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  font-weight: bold;
  margin: 0;
}
.my-basket ul {
}
.my-basket ul li {
  line-height: 21px;
  font-weight: bold;
}
.my-basket ul li span {
  float: right;
  width: 70px;
}
.my-basket .btn-checkout {
  background-color: #74AB26;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 16px;
  margin: 10px 0;
  padding: 5px;
  position: relative;
  text-align: center;
  width: 100%;
}
.my-basket .btn-checkout.btn-checkout-invl {
  opacity: 0.5;
}
.my-basket .btn-checkout:hover {
  background-color: #04066c;
}
.my-basket .info-note {
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 10px;
}
.my-basket .info-note span {
  color: #74AB29;
}
.banner {
  width: 100%;
  float: left;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  height: 0;
  margin-bottom: 15px;
}
.banner img {
}
.captionOrange,
.captionBlack {
  color: #fff;
  font-size: 50px;
  line-height: 70px;
  text-align: center;
  border-radius: 4px;
}
.captionOrange {
  text-shadow: 0 0 4px #8cccfd;
}
.captionBlack {
  font-size: 16px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.4);
}
a.captionOrange,
A.captionOrange:active,
A.captionOrange:visited {
  color: #ffffff;
  text-decoration: none;
}
a.captionOrange:hover {
  color: #eb5100;
  text-decoration: underline;
  background-color: #eeeeee;
  background-color: rgba(238, 238, 238, 0.7);
}
.jssorb01 {
  position: absolute;
}
.jssorb01 div,
.jssorb01 div:hover,
.jssorb01 .av {
  position: absolute;
  width: 12px;
  height: 12px;
  filter: alpha(opacity=70);
  opacity: 0.7;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) inset;
}
.jssorb01 div {
  background-color: #fff;
  border-radius: 20px;
}
.jssorb01 div:hover,
.jssorb01 .av:hover {
  background-color: #1875ba;
}
.jssorb01 .av {
  background-color: #1875ba;
}
.jssorb01 .dn,
.jssorb01 .dn:hover {
  background-color: #fff;
}
.jssora02l,
.jssora02r {
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: url(../images/a02.png) no-repeat;
  overflow: hidden;
}
.prev,
.next {
  background-color: #fff;
  border: 0.5px solid #e5e5e5;
  border-radius: 50%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 51;
}
.prev .next-i,
.next .next-i {
  display: block;
  height: 60px;
  width: 60px;
}
.prev .next-i:before,
.prev .next-i:after,
.next .next-i:before,
.next .next-i:after {
  background-color: #333;
  border-radius: 1px;
  content: "";
  height: 3px;
  left: 35%;
  position: absolute;
  top: 50%;
  transform-origin: 50% 50% 0;
  transition: transform 0.5s ease-out 0s;
  width: 17px;
}
.prev .next-i:before {
  margin-top: -6px;
  transform: rotate(-45deg);
}
.prev .next-i:hover:before {
  margin-left: 0;
  transform: rotate(135deg);
}
.prev .next-i:after {
  margin-top: 4px;
  transform: rotate(45deg);
}
.prev .next-i:hover:after {
  margin-left: 0;
  transform: rotate(-135deg);
}
.next .next-i:before {
  margin-top: -6px;
  transform: rotate(45deg);
}
.next .next-i:hover:before {
  margin-left: 0;
  transform: rotate(-135deg);
}
.next .next-i:after {
  margin-top: 4px;
  transform: rotate(-45deg);
}
.next .next-i:hover:after {
  margin-left: 0;
  transform: rotate(135deg);
}
.next .next-i:before,
.next .next-i:after {
  left: 35% !important;
}
.title {
  padding: 0 0 0 15px;
  font-size: 18px;
  font-weight: bold;
  background: #f2f2f2;
  line-height: 45px;
  text-align: left;
  margin: 0px 0 5px;
}
.title a {
  color: #333;
  display: block;
}
.title a:hover {
  color: #333;
  text-decoration: none;
}
.title a:focus {
  text-decoration: none;
  color: #333;
}
.title a span {
  display: none;
}
.product {
  height: 370px;
  border: solid 1px #dedfdf;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 1em;
  padding: 10px 20px;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
}
.product .save_cl_st {
  margin: 5px 0 15px;
}
.product .img {
  text-align: center;
  height: 200px;
  margin: 10px 0;
}
.product .img img {
  height: 100%;
  max-width: 100%;
}
.product span {
  color: #74AB26;
  font-size: 17px;
}
.product span.ourprice {
  margin-right: 0;
  font-size: 18px;
}
.product span.marketprice,
.product span.marketprice span {
  color: #999;
  font-size: 13px;
  margin-right: 5px;
}
.product span.marketprice span {
  text-decoration: line-through;
}
.product span.marketprice.size span {
  text-decoration: none;
}
.product.hover {
  box-shadow: inset 0 0 0 3px #74AB26, 0 0 1px transparent;
  -webkit-transition: all 0.5s ease-out;
}
.product:hover {
}
.product .descriptions {
  color: #333;
  font-size: 0.9em;
  margin-bottom: 8px;
  padding-top: 0;
}
.product .name {
  margin-bottom: 3px;
  padding-bottom: 0;
  line-height: 16px;
}
.product .name strong {
  cursor: pointer;
}
.product .name.name-show1 {
  display: block;
  height: 32px;
}
.product .name.name-show2 {
  display: none;
}
.product .range_frame {
  color: #74AB26;
  height: 18px;
  line-height: 18px;
  margin-bottom: 0;
  overflow: hidden;
  padding-bottom: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.catbtn {
  color: #fff;
  border-radius: 100%;
  background: #74AB26;
  height: 40px;
  line-height: 37px;
  display: inline-block;
  text-align: center;
  width: 40px;
  font-size: 1.1em;
  margin-right: 10px;
}
.catbtn:hover {
  color: #fff;
  background: #c71d13;
}
.viewbtn {
  color: #74AB26;
  border-radius: 100%;
  height: 40px;
  line-height: 37px;
  display: inline-block;
  text-align: center;
  width: 40px;
  font-size: 1.1em;
  margin-right: 10px;
  border: solid 1px #74AB26;
}
.viewbtn:hover {
  color: #fff;
  background: #c71d13;
}
.footer {
  background-color: #f2f2f2;
  color: #787878;
  font-size: 1em;
  height: auto;
  line-height: 25px;
  padding: 30px;
  width: 100%;
  position: relative;
  z-index: 998;
}
.footer p {
  color: #2f2f2f;
  font-size: 17px;
}
.footer a {
  color: #74AB26;
}
.footer a.foot_call {
  color: #787878;
}
.footer .footer-events {
  margin-bottom: 12px;
}
.footer ul {
  margin: 0;
  padding: 0;
}
.footer ul li {
  list-style: none;
}
.nav_menu {
  right: 0;
  top: 71px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
  max-width: 225px;
  min-width: 140px;
  width: 80%;
  background: #464646;
  color: #fff;
  display: block;
  position: fixed;
  z-index: 1;
}
.nav_menu:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 120%;
  left: 100%;
  position: absolute;
  top: -10%;
  width: 20px;
  z-index: 99;
}
.nav_panel {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  float: left;
}
.nav_panel:before,
.nav_panel:after {
}
.nav_title {
  background: #74AB26;
  display: block;
  border-color: rgba(0, 0, 0, 0.1);
  padding: 0 15px;
  height: 40px;
  float: left;
  width: 100%;
}
.nav_title a {
  font-weight: bold;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  font-size: 16px;
}
.nav_cat {
  float: left;
  margin: 0;
  width: 100%;
}
.nav_cat ul {
  margin: 0;
}
.nav_cat li {
}
.nav_cat > li a {
  position: relative;
}
.nav_cat > li a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0 !important;
  width: 0;
  height: 100%;
  transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  background: #646464;
}
.nav_cat > li a:hover:before {
  width: 100%;
  z-index: -1;
}
.my_mnav {
  display: none !important;
}
.my_mnav .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.my_mnav .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.my_mnav .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  right: 0;
  background-color: #666;
  border-radius: 5px;
}
.my_mnav .mCSB_scrollTools {
  width: 5px;
}
.my_mnav .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0;
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-left: 1px dotted #666;
  width: 5px;
}
.nav_cat > li a:after {
  border-color: rgba(0, 0, 0, 0.1);
}
.nav_cat > li a:after {
  left: 20px;
}
.nav_cat > li a:after {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
}
.nav_cat li a {
  display: block;
  padding: 10px 15px;
  position: relative;
  color: #fff;
  font-weight: bold;
}
.nav_cat li a span {
  float: right;
}
.nav_cat li ul {
  display: none;
}
.nav_cat li ul.ul_block {
  display: block;
}
.product span.save_up_mrp {
  background: #f00;
  color: #fff;
  padding: 0 10px;
  position: absolute;
  right: 10px;
  top: 0;
}
.container_min {
  min-height: 600px;
}
#forgot_frame_1 {
  display: none;
}
#forgot_frame_2 {
  display: none;
}
#forgot_frame_1.forgot_frame_view {
  display: block;
}
#forgot_frame_2.forgot_frame_view {
  display: block;
}
#signup_frame_1 {
  display: none;
}
#signup_frame_2 {
  display: none;
}
#signup_frame_3 {
  display: none;
}
#signup_frame_1.signup_frame_view {
  display: block;
}
#signup_frame_2.signup_frame_view {
  display: block;
}
#signup_frame_3.signup_frame_view {
  display: block;
}
#billing_frame_1 {
  display: none;
}
#billing_frame_2 {
  display: none;
}
#billing_frame_1.billing_frame_view {
  display: block;
}
#billing_frame_2.billing_frame_view {
  display: block;
}
.leftImageProduct {
  float: left;
  width: 50px;
}
.rightProductInfo {
  float: left;
  padding-left: 5px;
  width: 150px;
}
ul.productList {
  margin-bottom: 0;
}
ul.productList span,
ul.productList h5 {
  line-height: 13px;
  text-align: left;
  margin-bottom: 3px;
  font-size: 11px;
}
ul.productList .selectedCostWrapper {
  float: left;
  width: 100%;
}
ul.productList .selectedCostWrapper span {
  float: left;
  padding-right: 5px;
}
ul.productList li input {
  border: 1px solid #cccccc;
  border-radius: 3px;
  float: left;
  margin: 2px 5px;
  text-align: center;
  width: 30px;
  font-size: 100%;
  vertical-align: middle;
}
ul.productList li.resultProductDetails {
  border-top: 1px dashed #a7aaac;
  padding: 8px 0;
  float: left;
  position: relative;
}
.downArrowCartBut {
  cursor: pointer;
  float: left;
}
.downArrowCartBut i {
  border-radius: 50%;
  color: #fff;
  float: left;
  background: #f00;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 10px;
  text-align: center;
  margin-top: 3px;
}
.delArrowCartBut {
  cursor: pointer;
  float: left;
  position: absolute;
  right: 0px;
  top: -9px;
}
.delArrowCartBut i {
  border-radius: 50%;
  color: #fff;
  background: #f00;
  float: left;
  width: 14px;
  height: 14px;
  line-height: 13px;
  font-size: 11px;
  text-align: center;
  margin-top: 3px;
}
.upArrowCartBut {
  cursor: pointer;
  float: left;
}
.upArrowCartBut i {
  border-radius: 50%;
  color: #fff;
  float: left;
  background: #060;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 10px;
  text-align: center;
  margin-top: 3px;
}
ul.productList {
  float: left;
}
.my-basket .btn-clearcart {
  color: #fff;
  display: inline-block;
  float: right;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.my-basket-in-scroll {
  height: 800px;
}
.my-basket-in-scroll .mCSB_scrollTools {
  width: 5px;
}
.my-basket-in-scroll .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0;
}
.my-basket-in-scroll .mCSB_inside > .mCSB_container {
  margin-right: 10px;
}
.my-basket-in-scroll .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.my_mnav .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #666;
  border-radius: 5px;
  right: 0;
}
.side_banner {
  margin-bottom: 10px;
}
.downArrowCartBut.downArrowCartButTp {
  opacity: 0.5;
  cursor: default;
}
.innerhdr a,
.innerhdr {
  font-weight: bold;
  font-size: 14px;
}
.user-nav ul li.control_nav1,
.user-nav ul li.control_nav3 {
  display: none;
}
.header .container.container_l {
  width: calc(100% - 500px);
}
.ss_box {
  position: absolute;
  left: 0;
  top: 50px;
  width: 424px;
  border: 1px solid #e1e0e0;
  background-color: #fff;
  display: none;
}
.ss_box .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.ss_box_in {
  padding: 10px;
  width: 100%;
  float: left;
  height: 345px;
}
.ss_box_p_frame {
  float: left;
  width: 393px;
  min-height: 345px;
  background: url(../images/loading.gif) no-repeat center center;
}
.ss_box_p {
  background: #fff;
  float: left;
  width: 100%;
  position: relative;
  min-height: 345px;
}
.ss_box_p ul {
  float: left;
  width: 100%;
  margin-top: 21px;
}
.ss_box_p .search_title_list {
  float: left;
  width: 100%;
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 14px;
  line-height: 21px;
  border-bottom: 1px solid #e2e2e2;
}
.ss_box_p .search_title_list span {
  font-size: 14px;
  line-height: 21px;
  color: #333;
}
.ss_box_p li {
  float: left;
  border-bottom: 1px solid #e2e2e2;
  height: 50px;
  width: 100%;
}
.ss_box_pro1 {
  float: left;
  margin-top: 5px;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.ss_box_pro2 {
  float: left;
  width: 290px;
  width: calc(100% - 100px);
}
.ss_box_pro3 {
  float: right;
  width: 50px;
}
.ss_box_p .search_title {
  margin-bottom: 3px;
  padding-bottom: 0;
  font-size: 14px;
  overflow: hidden;
  height: 21px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ss_box_p .search_title a {
  color: #000;
}
.ss_box_p .ss_box_pro1 img {
  height: 100%;
  max-width: 100%;
}
.ss_box_p span {
  color: #74AB26;
  font-size: 1.2em;
}
.ss_box_p span.ourprice_search {
  margin-right: 0;
  font-size: 1.3em;
}
.ss_box_p span.marketprice_search {
  color: #999;
  text-decoration: line-through;
  font-size: 0.9em;
  margin-right: 5px;
}
.ss_box_p span.marketprice_search.size {
  text-decoration: none;
}
.ss_box_p .catbtn {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
a.view_invoice {
  background-color: #74AB26;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  width: 70px;
}
a.view_invoice:hover {
  background-color: #5b8d14;
}
.checkout_control {
  border: 1px solid #e5e5e5;
}
.checkout_control_off {
  border-top: 0px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: none;
  padding: 10px 0px 8px 20px;
  background: #3f3e3e;
}
.checkout_control_off:hover {
  background: #5b8d14;
}
.tick {
  background-color: #74AB26;
  color: #fff;
  display: inline-block;
  margin: 0 10px 10px -42px;
  padding: 6px 15px 6px 12px;
  position: relative;
  width: 1%;
}
.tick:after {
  border-color: #666 #666 transparent transparent;
  border-style: solid;
  border-width: 6px 0 0 7px;
  content: " ";
  height: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 0;
}
.tick:before {
  content: "\2713";
}
.d_addr {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 6px 15px 6px 12px;
}
.m_addr {
  display: inline-table;
  color: #fff;
  padding: 6px 15px 6px 12px;
}
.na_addr {
  font-weight: bold;
  font-size: 16px;
}
.nu_addr {
}
.ch_addr {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: #74AB26;
  padding: 7px 10px;
  width: 140px;
  display: inline-block;
  text-align: center;
}
.checkout_control_off .btn_c {
  text-align: right;
}
.checkout_control_off:hover .ch_addr {
  background: #74AB26;
}
.checkout_control_on {
  background-color: #74AB26;
  color: #fff;
  font-size: 18px;
  margin: 0 0 0 -7px;
  padding: 11px 20px 11px 25px;
  position: relative;
  width: calc(100% + 14px);
}
.checkout_control_on .d_addr {
  color: #fff;
}
.checkout_control_on:before {
  border-color: #666 transparent transparent #666;
  border-style: solid;
  border-width: 5px 7px 2px 0;
  content: " ";
  height: 0;
  position: absolute;
  right: 0;
  top: 100%;
  width: 0;
}
.checkout_control_on:after {
  border-color: #666 #666 transparent transparent;
  border-style: solid;
  border-width: 6px 1px 0 6px;
  content: " ";
  height: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 0;
}
.checkout_control_on_body {
  background: #fff;
  color: #000;
  padding: 20px 0 0;
  position: relative;
}
.addr_box {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  position: relative;
}
.addr_box.out_point {
  cursor: default;
}
.addr_box.out_point:hover {
  cursor: default;
}
.address_btnn_control {
  position: absolute;
  right: 10px;
  text-align: right;
  top: 5px;
  width: 41px;
}
.address_btnn_control a {
  color: #999;
}
.addr_box:hover {
  border: 1px solid #74AB26;
}
.addr_box p {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}
.fr_addr_box {
  text-align: center;
}
.addr_box:hover .ch_addr {
  background: #000;
}
.fr_addr_box_a_n {
  background: #fafafa;
  padding: 10px;
  display: block;
}
.fr_addr_box_a_n:hover {
  background: #c9c9c9;
  padding: 10px;
  cursor: pointer;
}
.fr_addr_box_a_n:hover .ch_addr {
  background: #000;
}
.payment_control .link_contrl i {
  background: url(../images/payment_icon.png) no-repeat;
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 18px;
}
.payment_control .link_contrl span {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
.payment_control .link_contrl i.CreditCardPm {
  background-position: 0 -63px;
  height: 13px;
}
.payment_control .link_contrl .link.selected i.CreditCardPm {
  background-position: 0 -160px;
}
.payment_control .link_contrl i.NetBankingPm {
  background-position: 0 -38px;
  height: 24px;
}
.payment_control .link_contrl .link.selected i.NetBankingPm {
  background-position: 0 -135px;
}
.payment_control .link_contrl i.CreditCardEmiPm {
  background-position: 0 -78px;
  height: 16px;
}
.payment_control .link_contrl .link.selected i.CreditCardEmiPm {
  background-position: 0 -175px;
}
.payment_control .link_contrl i.DebitCardPm {
  background-position: 0 -63px;
  height: 13px;
}
.payment_control .link_contrl .link.selected i.DebitCardPm {
  background-position: 0 -160px;
}
.payment_control .link_contrl i.CodPm {
  background-position: 0 1px;
}
.payment_control .link_contrl .link.selected i.CodPm {
  background-position: 0 -19px;
}
.payment_control .link_contrl i.GiftCardPm {
  background-position: 0 -97px;
  height: 18px;
}
.payment_control .link_contrl .link.selected i.GiftCardPm {
  background-position: 0 -194px;
}
.payment_control .checkout_control_on_body {
  padding: 0;
}
.payment_control .checkout_control_on_body .link_contrl ul {
  margin: 0;
}
.payment_control .link_contrl .link {
  display: block;
  font-size: 15px;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  color: #333;
  border-bottom: solid 1px #c9c9c9;
  border-right: solid 1px #c9c9c9;
  text-decoration: none;
  background: #fff;
  background: -moz-linear-gradient(
    top,
    #fff 0,
    #fff 5%,
    #f2f2f2 5%,
    #f2f2f2 100%
  );
  background: -webkit-linear-gradient(
    top,
    #fff 0,
    #fff 5%,
    #f2f2f2 5%,
    #f2f2f2 100%
  );
  background: -o-linear-gradient(
    top,
    #fff 0,
    #fff 5%,
    #f2f2f2 5%,
    #f2f2f2 100%
  );
  background: -ms-linear-gradient(
    top,
    #fff 0,
    #fff 5%,
    #f2f2f2 5%,
    #f2f2f2 100%
  );
  background: linear-gradient(
    to bottom,
    #fff 0,
    #fff 5%,
    #f2f2f2 5%,
    #f2f2f2 100%
  );
}
.payment_control .link_contrl .link.delsble {
  border-bottom: solid 1px #f2f2f2;
  border-right: solid 1px #c9c9c9;
  background: #f2f2f2;
}
.payment_control .link_contrl .link.delsble:hover {
  border-bottom: solid 1px #f2f2f2;
  border-right: solid 1px #c9c9c9;
  background: #f2f2f2;
}
.payment_control .link_contrl .link:hover {
  background: #e6e6e6;
  border-bottom: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
}
.payment_control .link_contrl .link.selected {
  background: #4d4d4d;
  color: #fff;
  cursor: default;
  position: relative;
  text-decoration: none;
}
.payment_control .link_contrl .link.selected *:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: rgba(77, 77, 77, 0) rgba(77, 77, 77, 0) rgba(77, 77, 77, 0)
    #4d4d4d;
  border-image: none;
  border-style: solid;
  border-width: 25px;
  content: " ";
  height: 0;
  left: 100%;
  margin-top: -25px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 0;
}
.payment .tabs .link.selected:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(77, 77, 77, 0);
  border-left-color: #4d4d4d;
  border-width: 25px;
  margin-top: -25px;
}
.pay_box {
  margin-left: 30px;
}
.pay_box .payment_header {
  margin: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #e6e6e6;
  color: #848484;
  font-size: 11px;
}
.pay_box #captcha_form {
  margin: 10px;
}
.pay_box #captcha_form strong {
  font-weight: bold;
}
.pay_box #captcha_form p {
  margin-top: 5px;
}
.pay_box .pay_btn_big {
  background: #74AB26;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 10px 8px;
  text-align: center;
  width: 140px;
  border: none;
}
.pay_box .pay_btn_big:hover {
  background: #5b8d14;
}
.pay_box .resend_otp {
  color: #74AB26;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.pay_box .resend_otp:hover {
  color: #5b8d14;
}
.pay_box .pay_btn_big.payu_btn_big {
  border-radius: 5px;
  height: 50px;
  padding: 0 20px;
  width: auto;
  margin-top: 15px;
}
.pay_box .pay_btn_big.payu_btn_big img {
  max-width: 100%;
  max-height: 100%;
}
#address_add label {
  padding: 7px 0;
  color: #333;
  font-size: 13px;
  margin: 16px 0 4px;
  text-align: right;
}
#address_add .cl-input {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin: 16px 0 4px;
  padding: 9px 10px;
  width: 55%;
}
#address_add .cl-input.invalid {
  color: #ccc;
  background: #f7f7f7;
}
#address_add .cl-input.invalid.pass {
  position: relative;
}
#address_add .cl-input.invalid.pass a {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #74AB26;
}
#address_add .cl-input.invalid.pass a:hover {
  color: #5b8d14;
}
.change_pass_form .pass_error {
  color: #ff0000;
  margin-top: 10px;
  display: inline-block;
}
.change_pass_form .pass_succ {
  color: #009900;
  margin-top: 10px;
  display: inline-block;
}
a.bk_bbtn {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 10px;
  text-align: center;
  width: 100px;
  float: right;
}
#address_add .cl-alert {
  font-size: 11px;
}
.address_submit {
  font-size: 20px;
  font-weight: bold;
  border-radius: 2px;
  color: #f9f9f9;
  cursor: pointer;
  display: inline-block;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  background: #74AB26;
  border: none;
  border-radius: 2px;
  margin: 16px 0 16px;
  padding: 9px 10px;
  width: 55%;
}
.oy_order {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 4px #d3cbb8;
  margin: 0 4px 20px;
}
.oy_order .order_expnd {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 0;
}
.oy_order .order_align_l {
  text-align: left;
}
.oy_order .order_align_r {
  text-align: right;
}
.oy_order .order_expnd a.ord_invoice {
  padding: 0;
  text-decoration: none;
  color: #000;
  display: inline-block;
  font-weight: bold;
}
.oy_order a.invoice {
  padding: 6px 10px;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  background: #74AB26;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
}
.oy_order a.invoice:hover {
  background: #5b8d14;
}
.oy_order .small_text {
  color: #848484;
  font-size: 11px;
  white-space: nowrap;
}
.oy_order .order_body {
  background-color: #fff;
  margin-top: 12px;
}
.oy_order .order_footer {
  background-color: #fff;
  margin: 12px 0;
  padding-bottom: 12px;
}
.oy_order .line_bar {
  border-bottom: 1px solid #e6e6e6;
  margin-top: 12px;
  margin-bottom: 12px;
}
.oy_order .steps {
  display: table;
  list-style: none;
  margin: 0;
  /* padding: 0; */
  position: relative;
  width: 100%;
}
.steps li {
  display: table-cell;
  text-align: center;
  width: 1%;
}
.steps li:before {
  border-top: 4px solid #ced1d6;
  content: "";
  display: block;
  font-size: 0;
  height: 1px;
  overflow: hidden;
  position: relative;
  top: 17px;
  width: 100%;
  z-index: 1;
}
.steps li:first-child:before {
  left: 50%;
  max-width: 51%;
}
.steps li.active:before,
.steps li.complete:before,
.steps li.active .step,
.steps li.complete .step {
  border-color: #009900;
}
.steps li.cancel .step {
  border-color: #f10101;
}
.steps li.cancel:before {
  border-color: #fff;
}
.steps li.active.activelast:before {
  border-color: #fff;
}
.steps li .step {
  background-color: #fff;
  border: 5px solid #ced1d6;
  border-radius: 100%;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  font-size: 15px;
  height: 30px;
  line-height: 20px;
  position: relative;
  text-align: center;
  width: 30px;
  z-index: 2;
}
.steps li .titles {
  color: #949ea7;
  display: block;
  font-size: 14px;
  margin-top: 4px;
  max-width: 100%;
  overflow-wrap: break-word;
  table-layout: fixed;
  text-align: center;
  z-index: 104;
}
.steps li.complete .titles,
.steps li.active .titles,
.steps li.cancel .titles {
  color: #2b3d53;
}
.steps li:last-child:before {
  max-width: 50%;
  width: 50%;
}
.steps li .step {
  background-color: #ced1d6;
}
.steps li.active .complete,
.steps li.active .step {
  background-color: #009900;
}
.steps li.cancel .step {
  background-color: #f10101;
}
.address_btnn_control {
  text-align: right;
}
#captcha_form .cl-input {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin: 16px 0 4px;
  padding: 9px 10px;
  width: 250px;
}
.checkout_control_on_body .fr_addr_box .ch_addr_block {
  width: 100%;
}
.checkout_control_on_body .fr_addr_box {
  display: block;
}
.verify_order.remove_order,
.otp_order.remove_order {
  display: none;
}
.search_ord_form {
}
.search_ord_form .form-control {
  display: inline-block;
  margin-right: 5px;
  width: 150px;
}
.search_ord_form .search_ord {
  background: #74AB26;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 7px 10px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border: none;
}
.search_ord_form .search_ord:hover {
  background: #5b8d14;
}
.footer {
  padding: 0px;
  background-color: #3f3e3e;
}
.full_width_banner,
.todays_offer_slider {
  height: 0;
  overflow: hidden;
}
.footer_in {
  padding: 15px 0;
  background-color: #efffd9;
}
.full_width_banner {
  padding: 0;
  border-top: 10px solid #3f3e3e;
}
.full_width_banner img {
  width: 100%;
}
.todays_offer_slider {
  overflow: hidden;
  margin-top: 20px;
}
.footer_in_offer {
  background-color: #fff;
  padding: 15px 0;
}
.product.todays_offer {
  height: 290px;
  width: 200px;
  float: left;
  margin: 0;
}
.footer a.catbtn {
  color: #fff;
}
.product.todays_offer .img {
  height: 50px;
  margin: 35px 0;
  text-align: center;
}
.product.todays_offer .name.name-show1 {
  height: 50px;
  text-align: center;
}
.product.todays_offer .name.name-show2 {
  text-align: center;
}
.product.todays_offer .range_frame {
  margin-bottom: 10px;
  text-align: center;
  height: auto;
  line-height: 18px;
  overflow: visible;
  padding-bottom: 0;
  text-overflow: ellipsis;
  white-space: inherit;
  width: 100%;
}
.product.todays_offer span.save_up_mrp {
  right: 32px;
}
.product.todays_offer .catbtn {
  margin-left: 30px;
}
.title.todays_slider_title {
  text-align: center;
  font-size: 28px;
  background: none;
}
.title.todays_slider_title span {
  color: #74AB29;
}
.product-detail-area {
  float: left;
  padding: 0 15px;
  width: 100%;
}
.product-area {
  float: left;
  margin-top: 20px;
  width: 100%;
}
.product_zoom {
  float: left;
  width: 30%;
  position: relative;
}
.product_zoom_thumb {
  float: left;
  width: 75%;
  display: flex;
  z-index: 100;
}
.product_zoom_thumb li {
  float: left;
  margin: 5px;
  width: 20%;
}
.product_zoom_thumb li a {
  border: 2px solid #ccc;
  display: inline-block;
  float: left;
  width: 100%;
  max-height: 75px;
  overflow: hidden;
}
.product_zoom_thumb li a.zoomThumbActive {
  border: 2px solid #d22573;
}
.product_zoom_thumb img {
  max-width: 100%;
}
.product_zoom_img {
  float: left;
  margin-bottom: 15px;
  margin-left: 0;
  /* position: relative; */
  width: 90%;
  border: 1px solid #e6e6e6;
}
.product-detail-area .product-info-column {
  float: left;
  width: 70%;
}
.product-detail-info {
  float: left;
  height: auto;
  width: 100%;
}
.product-name {
  color: #000;
  float: left;
  font-size: 18px;
  line-height: 18px;
  padding-bottom: 3%;
  padding-left: 10px;
  font-weight: bold;
}
.code-area {
  float: left;
  height: auto;
  width: 100%;
}
.code-area .product-code {
  color: #666;
  float: left;
  font-size: 11px;
  line-height: 11px;
  padding: 0 0 10px 10px;
}
.code-area .product-code span {
  text-decoration: line-through;
}
.code-area .product-code span.size {
  text-decoration: none;
}
.productdetail-holder {
  /* background: #f6f6f6 none repeat scroll 0 0;
  border: 1px solid #e6e6e6; */
  float: left;
  margin: 0 0 4%;
  width: 100%;
}
.productdetail-holder .productdetail-left {
  background: #f6f6f6 none repeat scroll 0 0;
  border: 1px solid #e6e6e6;
  float: left;
  padding: 15px;
  width: 100%;
}
.pricing-area {
  float: left;
  height: auto;
  padding-bottom: 10px;
  width: 100%;
}
.pricing-area .old-pricing {
  color: #000;
  float: left;
  font-size: 12px;
  line-height: 25px;
  text-decoration: line-through;
}
.pricing-area .new-pricing {
  color: #74AB26;
  font-weight: bold;
  float: left;
  font-size: 20px;
  line-height: 23px;
  padding: 0 0 0 15px;
}
.btn_details_cart {
  background-color: #74AB26;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 16px;
  margin: 10px 0;
  padding: 8px 15px;
  position: relative;
  text-align: center;
}
.btn_details_cart:hover {
  background-color: #5b8d14;
}
.selection-area .save_cl_st {
  margin: 0;
}
.selection-area .select-quantity .select-wrapper {
  float: left;
  width: 200px;
  z-index: 2;
  margin: 0 5px 6px 0;
}
.referral {
  background: #dfdfdf;
  padding: 15px;
}
.referral h1 {
  margin: 0 0 10px;
}
.copy_refer {
  background: #009900;
  color: #fff;
  float: left;
  height: 30px;
  padding: 5px 10px;
}
.copy_refer_btn {
  background: #009900;
  border: 0 none;
  color: #fff;
  float: left;
  font-size: 18px;
  height: 30px;
  margin-left: 1px;
  padding: 0 10px;
  list-style: 30px;
  vertical-align: middle;
}
.copy_refer_btn:hover {
  background: #008800;
  color: #fff;
}
a.copy_refer_btn {
  color: #fff;
}
a.copy_refer_btn.copy_refer_btn2 {
  margin-right: 10px;
}
.copy_refer_btn i {
  color: #fff;
  line-height: 28px;
}
.referralw {
  float: left;
  width: 33.33%;
  text-align: center;
}
.referralw p {
  text-align: center;
}
.referralw i {
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  background: #74AB29;
  padding: 16px 0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  margin-bottom: 10px;
}

.recharge_area label {
  padding: 7px 0;
  color: #333;
  font-size: 13px;
  margin: 0;
  text-align: left;
}
.recharge_area button {
  font-size: 20px;
  font-weight: bold;
  border-radius: 2px;
  color: #f9f9f9;
  cursor: pointer;
  display: inline-block;
  line-height: 21px;
  text-align: center;
  background: #74AB26;
  border: none;
  border-radius: 2px;
  margin: 0 0 4px;
  padding: 9px 10px;
  width: auto;
}
.recharge_area button.w-100 {
  width: 100%;
}
.recharge_area input,
.recharge_area select {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin: 0 0 4px;
  padding: 9px 10px;
  width: 100%;
}

.rechargeplan_area .gtf {
  border-bottom: 1px solid #d6d6d6;
  border-radius: 3px 3px 0px 0px;
  font-family: arial;
  width: 100%;
  overflow: auto;
  font-size: 11px;
}
.rechargeplan_area .gt {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  visibility: visible;
}
.rechargeplan_area .gt li {
  float: left;
  width: 85px;
  text-align: center;
  border-radius: 3px;
  color: #01b8ff;
  padding: 5px 10px;
  min-width: 100px;
  border: 2px solid #01b8ff;
  margin-bottom: 10px;
  margin-right: 10px;
}
.rechargeplan_area .gtl.active {
  color: #fff;
  font-weight: bold;
  border: 2px solid #01b8ff;
  background: #01b8ff;
}
.rechargeplan_area .plan_mob_m {
  border: 1px solid #ccc;
  padding: 5px;
  margin-top: 10px;
  border-radius: 5px;
}
.rechargeplan_area .plan_mob_r {
  background: #01b8ff;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: bold;
}
.rechargeplan_area .plan_mob_d {
  font-size: 12px;
  color: #545454;
}

/* MyStyle */
.mt__50 {
  margin-top: 50px;
}
.proudct__clr {
  margin-top: 25px;
  font-size: 16px;
  color: #000;
}
.product__mini__box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}
.mini__box {
  margin: 7px;
  height: 70px;
  width: 70px;
  background-color: red;
  /* overflow: hidden; */
  box-sizing: content-box;
  text-align: center;
}
.mini__box img {
  height: 70px;
  width: 70px;
  overflow: hidden;
}
.product__mini__box .active {
  border: solid 1px #5b8d14 !important;
  color: #74AB26;
}
.product__size {
  display: flex;
  padding-top: 10px;
}
.product__size .active {
  border: solid 1px #5b8d14 !important;
  background-color: #5b8d14;
  color: #fff;
}
.product__size button {
  margin: 5px;
  padding: 2px 15px;
}
.product__details {
  width: 100%;
  display: flex;
  border: solid 1px #ccc;
  padding: 20px;
  border-radius: 5px;
  /* justify-content: space-between; */
}
.product__details__part {
  width: 50%;
  display: flex;
}
.product__details__part ul > li {
  padding: 8px 0px 8px 0px;
  font-weight: 600;
  color: #7e7777;
}
.product__spcolr,
.product__spsz {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.pt15 {
  padding-top: 15px;
}
.mt15 {
  margin-top: 15px;
}
.shoppingcart__bg {
  background-color: #ece1e1;
}
.shopping__cart {
  float: left;
  width: 100%;
}
.cart__box1 {
  width: 68%;
  float: left;
  background-color: #fff;
  margin-right: 15px;
}
.box {
  border-bottom: solid 1px #ece1e1;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.cart__product {
  width: 25%;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.product__sub__text {
  color: red;
  font-weight: bold;
  padding-top: 10px;
}
.cart__product img {
  width: 73%;
}
.cart__product button {
  margin-top: 15px;
  padding: 3px 15px;
}
.cart__disc__txt {
  width: 40%;
  padding: 20px;
}
.cart__txt {
  width: 35%;
  padding: 20px;
}
.cart__box2 {
  width: 30%;
  float: left;
  background-color: #fff;
  padding: 0px 20px;
}
.cart__price {
  display: flex;
  justify-content: space-between;
}
.cart__btn {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 0px;
  background-color: #74AB27;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border: none;
  transition: all 0.5s ease-in-out;
}
.cart__btn:hover {
  background-color: #74AB28;
  transition: all 0.5s ease-in-out;
}
.mb__0 {
  margin-bottom: 0px;
}
.text__colr {
  color: #ccc;
}
.text__colr2 {
  color: #333;
  margin: 0 0 0;
  font-size: 12px;
}
.text__colr3 {
  color: #333;
  font-size: 12px;
}
.fnt__md {
  font-size: 20px;
  font-weight: 600;
}
.main__colr {
  color: #74AB27;
}
.fnt__lg {
  font-size: 15px;
  font-weight: 600;
  margin-top: 40px;
}
.ms__30 {
  margin-left: 30px;
}
.cartrem_btn1 {
  background-color: #db0101;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 16px;
  margin: 0 0 10px;
  padding: 8px 15px;
  position: relative;
  text-align: center;
}
.cartrem_btn1:hover {
  background-color: #bb0606;
}
.me__10 {
  margin-right: 10px;
}
.my__order__fnt {
  font-size: 16px !important;
  margin-left: 150px;
}
.my__order__pic h3 {
  margin: 0;
}
.my__order__pic img {
  height: 100px !important;
}
.my__order__colr {
  color: #000 !important;
}
.my__order__colr h3 {
  margin-top: 0;
  font-size: 14px !important;
}
.my__order__colr p {
  margin: 0;
}
.ftn__size {
  font-size: 20px;
}
.txt__wrp {
  white-space: wrap !important;
}
.m__0 {
  margin: 0;
}
.order__details__btn {
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 4px 17px;
  color: red;
}
.item:hover .buynow__btn {
  visibility: visible;
  transition: all 0.8s ease-in-out;
  margin-top: 0;
}
.buynow__btn {
  visibility: hidden;
  display: flex;
  justify-content: end;
  font-size: 12px;
  color: #74AB28;
  transition: all 0.8s ease-in-out;
  margin-top: 50px;
}
.buynow__btn i {
  margin-left: 5px;
  margin-top: 4px;
  /* transition: all 0.8s ease-in-out; */
}
.item:hover .buynow__btn {
  margin-right: 25px;
  transition: all 0.8s ease-in-out;
}
#slider__1 {
  width: 90%;
  margin: auto;
}
#slider__1 .owl-nav {
  display: block !important;
  position: absolute;
  left: -40px;
  top: 50%;
  width: calc(100% - -90px);
  font-size: 35px;
  margin: 0;
}
#slider__1 .owl-prev {
  position: absolute;
  left: 0;
}
#slider__1 .owl-next {
  position: absolute;
  right: 0;
}
#slider__1 .owl-nav [class*="owl-"] {
  border-radius: 10px;
  height: 50px;
  width: 30px;
  border: solid 1px #ccc;
  background-color: #f7f0f0;
}
#slider__1 .owl-nav [class*="owl-"]:hover {
  color: red;
}
#slider__2 {
  width: 90%;
  margin: auto;
}
#slider__2 .owl-nav {
  display: block !important;
  position: absolute;
  left: -40px;
  top: 50%;
  width: calc(100% - -90px);
  font-size: 35px;
  margin: 0;
}
#slider__2 .owl-prev {
  position: absolute;
  left: 0;
}
#slider__2 .owl-next {
  position: absolute;
  right: 0;
}
#slider__2 .owl-nav [class*="owl-"] {
  border-radius: 10px;
  height: 50px;
  width: 30px;
  border: solid 1px #ccc;
  background-color: #f7f0f0;
}
#slider__2 .owl-nav [class*="owl-"]:hover {
  color: red;
}

.ps225 {
  padding-left: 225px;
}
.product__border {
  border-top: solid 1px #ccc;
  padding-top: 15px;
  border-bottom: solid 1px #ccc;
}
.w__60 {
  width: 60% !important;
  padding-top: 20px !important;
}
.product__color {
  display: flex;
}
.product__color p {
  margin-left: 26px;
  margin-right: 26px;
}
.size__custome {
  margin: 0;
  font-weight: 600;
  padding-top: 15px;
}


#back-top {
  display: block; 
  z-index:9999;
  width: 40px; 
  height: 40px;
  line-height: 35px;
  text-align: center; 
  font-size: 29px; 
  position: fixed; 
  bottom: -40px; 
  right: 20px;  
  -webkit-transition: all 1s ease;  
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  color: #74AB26;
  text-decoration: none;
  bottom: 50px;
  background-color:#dadada;
  border-radius:10px;
}

#back-top:hover { 
  color: #5b8d14;
}
.review_star{
  color: #5b8d14;
}

/********************************store page start**********************/

.store_box {
                    height: auto;
                    border: solid 1px #dedfdf;
                    margin-bottom: 10px;
                    margin-top: 10px;
                    font-size: 1em;
                    padding: 0;
                    transition: all 0.5s ease-out;
                    position: relative;
                    overflow: hidden;
                    cursor: pointer;
                }
                .store_box .bgimg {
                    text-align: center;
                    margin: 0;
                    position: absolute;
                    z-index: -1;
                    width: 100%;
                }
                .store_box .bgimg img {
                    width: 100%;
                }
                .store_box .img {
                    text-align: center;
                    height: 150px;
                    margin: 10px auto 0;
                    width: 150px;
                }
                .store_box .img img {
                    border-radius: 50%;
                    overflow: hidden;
                    border: 2px solid #5b8d14;
                }
                .store_box .name {
                    margin: 10px 0 10px;
                    padding: 0;
                    line-height: 16px;
                    text-align: center;
                }
                .store_box .name span {
                    margin: 0;
                    padding: 5px 10px;
                    line-height: 16px;
                    text-align: center;
                    color: #fff;
                    background: #5ea000db;
                    display: inline-block;
                    border-radius: 20px;
                    font-weight: bold;
                }



/********************************store page end**********************/


/********************************store list page start**********************/

.storelist_box {
                    height: auto;
                    border: solid 1px #dedfdf;
                    margin-bottom: 10px;
                    margin-top: 0;
                    font-size: 1em;
                    padding: 0;
                    transition: all 0.5s ease-out;
                    position: relative;
                    overflow: hidden;
                    cursor: pointer;
                }
                .storelist_box .bgimg {
                    text-align: center;
                    margin: 0;
                    position: absolute;
                    z-index: -1;
                    width: 100%;
                }
                .storelist_box .bgimg img {
                    width: 100%;
                }
                .storelist_box .img {
                    text-align: center;
                    height: 150px;
                    margin: 10px auto 0;
                    width: 150px;
                }
                .storelist_box .img img {
                    border-radius: 50%;
                    overflow: hidden;
                    border: 2px solid #5b8d14;
                }
                .storelist_box .name {
                    margin: 10px 0 10px;
                    padding: 0;
                    line-height: 16px;
                    text-align: center;
                }
                .storelist_box .name span {
                    margin: 0;
                    padding: 5px 10px;
                    line-height: 16px;
                    text-align: center;
                    color: #fff;
                    background: #5ea000db;
                    display: inline-block;
                    border-radius: 20px;
                    font-weight: bold;
                }



/********************************store list page end**********************/


.innerhdr.innerhdrrem {
    margin: 0 0 0;
}
.innerhdr.innerhdrmt {
    margin-top: 20px;
}
.owl-carousel .owl-item img.iimg {
    display: inline-block;
}
.cart__disc__txt .mb__0 {
    font-weight: bold;
}
.store_lnk_1 {
    float: right;
    font-weight: bold;
}