/* Default Values */
@import url("https://fonts.googleapis.com/css2?family=Oxygen&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@200&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #f8f4f4;
}

input,
select {
  border: none;
  outline: none;
}

select {
  cursor: pointer;
}

input {
  padding: 0.8rem;
}

input[type="radio"] {
  accent-color: #f55d2c;
}

button {
  border-radius: 4px;
  border: none;
  outline: none;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  padding: 0.7rem 1.2rem;
  font-size: 1.2rem;
  border-radius: 0.48rem;
  background-color: #f55d2c;
  color: #fff;
  cursor: pointer;
}

a {
  color: #495057;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
}

img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

i {
  font-size: 1.8rem;
  cursor: pointer;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.defaultPadding {
  padding: 0.23rem 5.7rem;
}

.mt4 {
  margin-top: 2rem;
}

.mt3 {
  margin-top: 3rem;
}

.mt2 {
  margin-top: 2rem;
}

.mt1 {
  margin-top: 1rem;
}

.mrlAuto {
  margin: 0.1rem auto;
}

@media only screen and (max-width: 1196px) {
  .defaultPadding {
    padding: 0.23rem 5rem;
  }
}

@media only screen and (max-width: 1178px) {
  .defaultPadding {
    padding: 0.23rem 4.8rem;
  }
}

@media only screen and (max-width: 1050px) {
  .defaultPadding {
    padding: 0.23rem 4rem;
  }
}

@media only screen and (max-width: 827px) {
  .defaultPadding {
    padding: 0.23rem 3rem;
  }
}

@media only screen and (max-width: 573px) {
  .defaultPadding {
    padding: 0.23rem 1.5rem;
  }

section .container .product-slider .productBox .product-image {
  width: 100%;
  position: relative;
  padding: 1px 1px;
  display: block;
  height: 125px;
}
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dble {
  pointer-events: none;
}

.active-search-li {
  background-color: #f55d2c;
}

.active-search-li a {
  color: #fff;
}

.active-search-li:hover a {
  color: #000;
}

.fadeup {
  -webkit-animation: fadeup 0.05s linear 1;
          animation: fadeup 0.05s linear 1;
}

@-webkit-keyframes fadeup {
  0% {
    top: 290%;
  }
  100% {
    top: 200%;
  }
}

@keyframes fadeup {
  0% {
    top: 290%;
  }
  100% {
    top: 200%;
  }
}

.main-banner-slider {
  padding-top: 148px;
  font-size: 14px;
  line-height: 1.4285em;
  color: rgba(0, 0, 0, 0.87);
}

.main-banner-slider .container {
  width: 100%;
  padding: 0.5rem 2rem;
}

.main-banner-slider .container .row {
  margin-right: -15px;
  margin-left: -15px;
}

.main-banner-slider .container .row .owl-carousel .item {
  background-color: #c9d69e;
  padding: 0.1rem;
  border-radius: 5px;
  position: relative;
}
.main-banner-slider .container .row .owl-carousel .item img {
  border-radius: 5px;
}

.main-banner-slider .container .row .owl-carousel .item .detail {
  position: absolute;
  top: 0;
  padding: 1.5rem 1.5rem 1.1rem;
  width: 22rem;
  top: 18%;
  border-radius: 0 50px 50px 0;
  background-color: rgba(255, 255, 255, 0.9);
}

.main-banner-slider .container .row .owl-carousel .item .detail h5:nth-child(1) {
  font-size: 12px;
  font-weight: 600;
  color: #f55d2c;
  margin-bottom: 3px;
  text-align: left;
  text-transform: uppercase;
}

.main-banner-slider .container .row .owl-carousel .item .detail h5:nth-child(2) {
  font-size: 16px;
  font-weight: 500;
  color: #2b2f4c;
  margin-bottom: 5px;
  line-height: 24px;
  text-align: left;
  text-transform: capitalize;
}

.main-banner-slider .container .row .owl-carousel .item .detail h5:nth-child(3) {
  font-weight: 500;
  font-weight: 500;
  font-size: 14px;
  color: #8f91ac;
  text-align: left;
  line-height: 24px;
}

@media only screen and (max-width: 731px) {
  .main-banner-slider .container {
    padding: 0.5rem 3.5rem;
  }
}

.responsive-search {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 9991;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(241, 246, 237, 0), rgba(241, 249, 234, 0));
}

.responsive-search .closediv {
  width: 92%;
  max-width: 35rem;
}

.responsive-search .closediv i {
  margin-left: 95%;
  font-size: 2rem;
  color: #000;
}

.responsive-search .seachbox {
  background-color: #fff;
  width: 95%;
  min-height: 5rem;
  max-width: 35rem;
  padding: 1.2rem;
  height: 40rem;
  overflow: auto;
}

.responsive-search .seachbox form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.responsive-search .seachbox form input {
  width: 90%;
  border: 1px solid #e1e4e8;
  border-right: none;
}

.responsive-search .seachbox form button {
  height: 100%;
  border: 1px solid #e1e4e8;
  border-left: none;
  padding: 0.5rem;
  border-radius: 0;
  background-color: transparent;
}

.responsive-search .seachbox form button i {
  color: #000;
}

.responsive-search .seachbox .location {
  margin-top: 2rem;
  top: 200%;
  right: -10%;
  width: 100%;
  padding: 0.5rem 0.8rem;
  z-index: 8;
}

.responsive-search .seachbox .location ul {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.3rem;
  background-color: #fff;
}

.responsive-search .seachbox .location ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  color: #495057;
  font-weight: 500;
  padding: 0.4rem 0;
  cursor: pointer;
  text-transform: capitalize;
}

.responsive-search .seachbox .location ul li a {
  text-transform: capitalize;
}

.responsive-search .seachbox .location ul li:hover {
  background-color: rgba(253, 234, 214, 0.3);
}

.responsive-search .seachbox .location ul li i {
  margin-right: 0.4rem;
  font-size: 1.6rem;
  background-color: transparent;
  padding: 0;
  color: #c9d69e;
  position: relative;
}

.responsive-search .seachbox .location ul li i:hover {
  background-color: transparent;
}

.responsive-search .seachbox .location input {
  width: 100%;
  border: 1px solid #c9d96e;
}

.slider {
  background-color: white;
  height: 100vh;
  position: fixed;
  top: 1%;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 9;
  padding-top: 15rem;
}

.slider ul {
  width: 10rem;
  margin: 0.1rem auto;
  list-style: none;
}

.slider ul li {
  text-align: center;
  font-size: 1.2rem;
  color: #495057;
  font-weight: 500;
  padding: 0.4rem 0;
  cursor: pointer;
  text-transform: capitalize;
}

.slider ul li a {
  font-size: 1.4rem;
  font-weight: 500;
}

.slider ul li a:hover {
  color: #f55d2c;
}

.slider ul li .inner-ul {
  display: block;
  background-color: #f8f4f4;
  height: 0;
  overflow: hidden;
}

.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  background: #fff;
  padding: 0.3rem 0;
}

.header .top-header {
  width: 100%;
  display: block;
}

.header .top-header .th {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .top-header .th .logo {
  width: 5rem;
  height: 5rem;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.header .top-header .th .logo a {
  height: 100%;
}
.header .top-header .th .logo a img {
  width: 128px;
  height: 35px;
  padding-top: 5px;
  margin-top: 4px;
}

.header .top-header .th .name {
  margin-left: 0.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header .top-header .th .name span {
  font-size: 1.2rem;
  font-family: "Roboto Mono", monospace;
  color: #f55d2c;
}




.header .top-header .th .selecloc {
  margin-left: auto;
  position: relative;
}
.header .top-header .th .selecloc .dropdown {
  cursor: pointer;
  display: inline-block;
  color: inherit;
}

.header .top-header .th .selecloc .dropdown .text {
  font-weight: 500 !important;
  color: #76788b;
  font-size: 1.3rem;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .top-header .th .selecloc .dropdown .text i {
  font-size: 1.4rem;
}

.header .top-header .th .selecloc .location {
  display: none;
  position: absolute;
  background-color: #fff;
  top: 100%;
  right: -10%;
  width: 15rem;
  padding: 0.5rem 0.8rem;
  z-index: 8;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.header .top-header .th .selecloc .location ul {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.3rem;
  background-color: #fff;
}

.header .top-header .th .selecloc .location ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  color: #495057;
  font-weight: 500;
  padding: 0.4rem 0;
  cursor: pointer;
  text-transform: capitalize;
}

.header .top-header .th .selecloc .location ul li a {
  text-transform: capitalize;
}

.header .top-header .th .selecloc .location ul li:hover {
  background-color: rgba(253, 234, 214, 0.3);
}

.header .top-header .th .selecloc .location ul li i {
  margin-right: 0.4rem;
  font-size: 1.6rem;
  background-color: transparent;
  padding: 0;
  color: #c9d69e;
  position: relative;
}

.header .top-header .th .selecloc .location ul li i:hover {
  background-color: transparent;
}

.header .top-header .th .selecloc .location input {
  width: 100%;
  border: 1px solid #c9d69e;
}

.header .top-header .th .selecloc:hover .location {
  display: initial;
}

.header .top-header .th .searchbox {
  margin-left: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header .top-header .th .searchbox span {
  border: 1px solid #000;
  padding: 0 0.5rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 0;
  background-color: #f7f7f7;
}

.header .top-header .th .searchbox form {
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
  width: 30rem;
  border-radius: 0 5px 5px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #000;
  border-left: 0;
}

.header .top-header .th .searchbox form input {
  width: 90%;
  height: 100%;
  background-color: transparent;
}

.header .top-header .th .searchbox form button {
  background-color: #f7f7f7;
  padding: 0;
  padding-right: 0.5rem;
}

.header .top-header .th .searchbox form button i {
  font-size: 1.8rem;
  color: #495057;
  cursor: pointer;
}

.header .top-header .th .searchbox .location {
  display: none;
  position: absolute;
  background-color: #fff;
  top: 150%;
  left: 0%;
  width: 15rem;
  padding: 0.5rem 0.8rem;
  z-index: 8;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.header .top-header .th .searchbox .location ul {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.3rem;
  background-color: #fff;
}

.header .top-header .th .searchbox .location ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  color: #495057;
  font-weight: 500;
  padding: 0.4rem 0;
  cursor: pointer;
  text-transform: capitalize;
}

.header .top-header .th .searchbox .location ul li a {
  text-transform: capitalize;
}

.header .top-header .th .searchbox .location ul li:hover {
  background-color: rgba(253, 234, 214, 0.3);
}

.header .top-header .th .searchbox .location ul li i {
  margin-right: 0.4rem;
  font-size: 1.6rem;
  background-color: transparent;
  padding: 0;
  color: #c9d69e;
  position: relative;
}

.header .top-header .th .searchbox .location ul li i:hover {
  background-color: transparent;
}

.header .top-header .th .searchbox .location input {
  width: 100%;
  border: 1px solid #c9d69e;
}

.header .top-header .th .rightbox {
  margin-left: auto;
  float: right;
  padding-right: 0px;
}

.header .top-header .th .rightbox ul {
  list-style: none;
}

.header .top-header .th .rightbox ul li {
  display: inline-block;
  vertical-align: middle;
}

.header .top-header .th .rightbox ul li .rightlink {
  font-size: 14px;
  font-weight: 400;
  margin-right: 18px;
  color: #76788b;
  margin-left: 6px;
}

.header .top-header .th .rightbox ul li .rightlink i {
  font-size: 28px;
  margin-right: 10px;
}

.header .top-header .th .rightbox ul li .rightlink .bg {
  font-size: 2.5rem;
}


.header .top-header .th .rightbox ul .user {
  position: relative;
}

.header .top-header .th .rightbox ul .user .userpanel {
  position: absolute;
  background-color: #fff;
  top: 200%;
  right: 2%;
  width: 18rem;
  display: none;
  padding: 0.5rem 0.8rem;
  z-index: 8;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.header .top-header .th .rightbox ul .user .userpanel ul {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.3rem;
  background-color: #fff;
}

.header .top-header .th .rightbox ul .user .userpanel ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  color: #495057;
  font-weight: 500;
  padding: 0.9rem 0;
  cursor: pointer;
}

.header .top-header .th .rightbox ul .user .userpanel ul li:hover {
  background-color: rgba(253, 234, 214, 0.3);
}

.header .top-header .th .rightbox ul .user .userpanel ul li i {
  margin-right: 0.4rem;
  font-size: 1.8rem;
  background-color: transparent;
  padding: 0;
  color: #56631c;
  position: relative;
}
.header .bottom-header .sub-header .cart-right {
  background-color: #56631c;
  margin-left: auto;
  padding: 2.2rem 1.5rem;
  width: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  color: #f7f7f7;
  cursor: pointer;
}
.header .top-header .th .rightbox ul .user .userpanel ul li i:hover {
  background-color: transparent;
}

.header .bottom-header {
  width: 100%;ul li a{
  display: block;
  font-size: 13px;
  text-transform: capitalize;
  color: #000;
  text-decoration: none;
  transition: 0.4s;
}

  display: block;
  border-top: 1px solid #efefef;
}

.header .bottom-header .sub-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          border-color: #c9d69e;

          background-color: #c9d69e;
}

.header .bottom-header .sub-header .hamberger {
  padding: 1.9rem 1rem;
  display: none;
}

.header .bottom-header .sub-header .hamberger i {
  padding: 0.8rem;
  background-color: #e9e9e9;
  border-radius: 5px;
  color: black;
}

.header .bottom-header .sub-header nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.9rem 1rem;
  display: flex;
}

.header .bottom-header .sub-header nav .div {
  margin: 0.2rem 1rem;
  text-transform: capitalize;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.4rem;
  position: relative;
}

.header .bottom-header .sub-header nav .div .userpanel {
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: -50%;
  width: 14rem;
  display: none;
  padding: 0.5rem 0.8rem;
  z-index: 8;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.header .bottom-header .sub-header nav .div .userpanel ul {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.3rem;
  background-color: #fff;
}

.header .bottom-header .sub-header nav .div .userpanel ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  text-transform: capitalize;
  color: #495057;
  font-weight: 500;
  padding: 0.9rem 0;
  cursor: pointer;
}

.header .bottom-header .sub-header nav .div .userpanel ul li:hover {
  background-color: rgba(253, 234, 214, 0.3);
}

.header .bottom-header .sub-header nav .div .userpanel ul li i {
  margin-right: 0.4rem;
  font-size: 1.8rem;
  background-color: transparent;
  padding: 0;
  color: #f69733;
  position: relative;
}

.header .bottom-header .sub-header nav .div .userpanel ul li i:hover {
  background-color: transparent;
}

.header .bottom-header .sub-header nav .div:hover .userpanel {
  display: initial;
}




.header .bottom-header .sub-header .srch {
  padding: 1.9rem 1.5rem;
  background-color: #c9d69e;
  color: #000;
  display: none;
}

@media only screen and (max-width: 1091px) {
  .header .top-header .th .rightbox ul li:nth-child(1), .header .top-header .th .rightbox ul li:nth-child(2), .header .top-header .th .rightbox ul li:nth-child(3) {
    display: none;
  }
  .header .top-header .th .rightbox ul li .rightlink {
    margin-right: -4px;
  }
}

@media only screen and (max-width: 780px) {
  .header .top-header .th .searchbox {
    display: none;
  }
  .header .bottom-header .sub-header .srch {
    display: initial;
  }
}

@media only screen and (max-width: 587px) {
  .header .bottom-header .sub-header .hamberger {
    display: initial;
  }
  .header .bottom-header .sub-header nav {
    display: none;
  }
}

@media only screen and (max-width: 445px) {
  .header .top-header .th .name {
    display: none;
  }
  .header .top-header .th .selecloc {
    margin-left: 1rem;
  }

  .header .top-header .th .selecloc .dropdown {

    margin-left: auto;

  }
  section .container .product-slider .productBox .product-image {
  width: 100%;
  position: relative;
  padding: 1px 1px;
  display: block;
  height: 125px;
}

}

@media only screen and (max-width: 1252px) {

  .header .bottom-header .sub-header nav .div:nth-child(11),

  .header .bottom-header .sub-header nav .div:nth-child(12) {

    display: none;

  }

}

@media only screen and (max-width: 1084px) {
  .header .bottom-header .sub-header nav .div:nth-child(10),
  .header .bottom-header .sub-header nav .div:nth-child(11) {
    display: none;
  }
}
@media only screen and (max-width: 990px) {
  .header .bottom-header .sub-header nav .div:nth-child(10),
  .header .bottom-header .sub-header nav .div:nth-child(9) {
    display: none;
  }
}

@media only screen and (max-width: 860px) {
  .header .bottom-header .sub-header nav .div:nth-child(9),
  .header .bottom-header .sub-header nav .div:nth-child(8) {
    display: none;
  }
}

@media only screen and (max-width: 708px) {
  .header .bottom-header .sub-header nav .div:nth-child(8),
  .header .bottom-header .sub-header nav .div:nth-child(7) {
    display: none;
  }
}
@media only screen and (max-width: 708px) {
  .header .bottom-header .sub-header nav .div:nth-child(7),
  .header .bottom-header .sub-header nav .div:nth-child(6) {
    display: none;
  } 
}
@media only screen and (max-width: 915px) {
  .header .bottom-header .sub-header nav .div:nth-child(9), .header .bottom-header .sub-header nav .div:nth-child(10) {
    display: none;
  }
}
@media only screen and (max-width: 781px) {
  .header .bottom-header .sub-header nav .div:nth-child(7), .header .bottom-header .sub-header nav .div:nth-child(8) {
    display: none;
  }
}
@media only screen and (max-width: 657px) {
  .header .bottom-header .sub-header nav .div:nth-child(5), .header .bottom-header .sub-header nav .div:nth-child(6) {
    display: none;
  }
}

section .container {
  padding: 0.1rem;
}

section .container .heading span {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  color: #f55d2c;
  margin-bottom: 10px;
  display: block;
}

section .container .heading h2 {
  font-size: 1.9rem;
  font-weight: 600;
  color: #666666;
  margin-top: 0;
  display: block;
  text-align: left; /* Add this line to align the text to the right */
}


section .container .cate-slider {
  position: relative;
}

section .container .cate-slider .category-Item {
  width: 100%;
  display: block;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
}

section .container .cate-slider .category-Item .cate-img {
  width: 50px;
  text-align: center;
  display: inline-block;
}

section .container .cate-slider .category-Item h4 {
  font-size: 14px;
  font-weight: 500;
  color: #2b2f4c;
  margin-top: 15px;
  text-align: center;
}

section .container .product-slider .productBox {
  width: 100%;
  display: block;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 7px;
  -webkit-box-shadow: 0 1px 2px 0 #e9e9e9;
          box-shadow: 0 1px 2px 0 #e9e9e9;
}

section .container .product-slider .productBox .product-image {
  width: 100%;
  position: relative;
  padding: 0px 0px;
  display: block;
  height: 230px;
}

section .container .product-slider .productBox .product-image .topOption .offer {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background: #f55d2c;
  padding: 3px 10px;
  border-radius: 3px;
  line-height: 20px;
  text-transform: uppercase;
}

section .container .product-slider .productBox .product-image .topOption .wishlist {
  color: #f69733;
  font-size: 18px;
  position: absolute;
  z-index: 101;
  right: 0;
  top: 0;
  cursor: pointer;
  background-color: rgba(246, 151, 51, 0.2);
  display: block;
  height: 35px;
  width: 35px;
  line-height: 37px;
  border-radius: 30px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

section .container .product-slider .productBox .product-detail p {
  font-size: 12px;
  font-weight: 500;
  color: #8f91ac;
  margin-bottom: 0;
  line-height: 24px;
}

section .container .product-slider .productBox .product-detail h4 {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: px !important;
  line-height: 24px;
  text-align: center;
  color: #2b2f4c;
}

section .container .product-slider .productBox .product-detail .price {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #f55d2c;
  text-align: center;
}

section .container .product-slider .productBox .product-detail .price span {
  color: #c7c7c7;
  text-decoration: line-through;
  margin-left: 10px;
  font-weight: 600;
}

section .container .product-slider .productBox .product-detail .cartqt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 17px;
}



section .container .cate-slider .owl-nav .owl-next,
section .container .product-slider .owl-nav .owl-next {
  font-size: 20px !important;
  position: absolute;
  right: -20px;
  top: 50%;
  padding: 4px 0 !important;
  text-align: center;
  height: 30px !important;
  width: 30px !important;
  color: #2b2f4c !important;
  background: #fff !important;
  border-radius: 100% !important;
  border: 1px solid #e5e5e5 !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

section .container .cate-slider .owl-nav .owl-prev,
section .container .product-slider .owl-nav .owl-prev {
  left: -20px;
  font-size: 20px !important;
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  text-align: center;
  height: 30px !important;
  width: 30px !important;
  padding: 4px 0 !important;
  color: #2b2f4c !important;
  background: #fff !important;
  border-radius: 100% !important;
  border: 1px solid #e5e5e5 !important;
}

@media only screen and (max-width: 573px) {
  .ct-row {
    padding: 0.23rem 2rem;
  }
}

@media only screen and (max-width: 325px) {
  .ct-row {
    padding: 0.23rem 1.5rem;
  }
  section .container .product-slider .productBox .product-image {
  width: 100%;
  position: relative;
  padding: 1px 1px;
  display: block;
  height: 125px;
}
}
@media only screen and (max-width: 460px) {
  .header .top-header .th .selecloc .dropdown {
    margin-left: 9rem;
  }
  section .container .product-slider .productBox .product-image {
  width: 100%;
  position: relative;
  padding: 1px 1px;
  display: block;
  height: 125px;
}
}

.banner-row .row1 {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner-row .row1 .ban {
  height: 30rem;
}

.banner-row .row1 .ban img {
  border-radius: 5px;
}

.banner-row .row1 .long-banner {
  width: 100%;
  height: 20rem;
}

.banner-row .row1 .long-banner img {
  border-radius: 5px;
}

@media only screen and (max-width: 1290px) {
  .banner-row .row1 .ban {
    height: 28rem;
  }
}

@media only screen and (max-width: 1225px) {
  .banner-row .row1 .ban {
    height: 25rem;
  }
}

@media only screen and (max-width: 1071px) {
  .banner-row .row1 .ban {
    height: 23rem;
  }
}

@media only screen and (max-width: 989px) {
  .banner-row .row1 .ban {
    height: 35rem;
  }
  .banner-row .row1 .ban:nth-child(2) {
    display: none;
  }
}

@media only screen and (max-width: 987px) {
  .banner-row .row1 .ban {
    height: 33rem;
  }
}

@media only screen and (max-width: 926px) {
  .banner-row .row1 .ban {
    height: 30rem;
  }
}

@media only screen and (max-width: 863px) {
  .banner-row .row1 .ban {
    height: 28rem;
  }
}

@media only screen and (max-width: 787px) {
  .banner-row .row1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .banner-row .row1 .ban {
    margin: 0.5rem .0;
    height: 35rem;
  }
}

@media only screen and (max-width: 522px) {
  .banner-row .row1 .ban {
    height: 32rem;
  }
  .banner-row .row1 .long-banner {
    width: 100%;
    height: 12rem;
  }
}

@media only screen and (max-width: 522px) {
  .banner-row .row1 .ban {
    height: 30rem;
  }
}

.path {
  padding-top: 131px;
  font-size: 14px;
  line-height: 1.4285em;
  color: rgba(0, 0, 0, 0.87);
}

.path .container {
  border-top: 1px solid #eee;
  width: 100%;
  padding: 2.5rem 5rem;
  background-color: #fff;
}

.path .container a {
  color: #8f91ac;
  text-transform: capitalize;
}

.path .container a:hover {
  color: black;
}

@media only screen and (max-width: 501px) {
  .path .container {
    padding: 2.5rem 3rem;
  }
}

.single-product .row {
  padding: 3.8rem 5rem;
}

.single-product .row .container .innerrow {
  background-color: #fff;
  padding: 0.8rem;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}




.single-product .row .container .innerrow .left {
  padding: 0.4rem;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}

.single-product .row .container .innerrow .left .mainImage {
  width: 20rem;
  height: 30rem;
  margin: 0 auto;
}

.single-product .row .container .innerrow .left .subimages .sub {
  padding: 0.2rem;
  height: 10rem;
  width: 9rem;
  margin: 0.1rem;
  cursor: pointer;
}

.single-product .row .container .innerrow .right {
  padding: 0.4rem;
  padding-left: 1rem;
  -ms-flex-preferred-size: 68%;
      flex-basis: 68%;
}

.single-product .row .container .innerrow .right h2 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
  color: #2b2f4c;
  margin-bottom: 1.65rem;
  text-transform: capitalize;
}

.single-product .row .container .innerrow .right .no-stock {
  display: block;
}

.single-product .row .container .innerrow .right .no-stock p {
  display: inline-block;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #2b2f4c;
  line-height: 1.4285em;
}

.single-product .row .container .innerrow .right .no-stock p span {
  margin-left: 0.52rem;
  color: #8f91ac;
}

.single-product .row .container .innerrow .right .pp-descp {
  line-height: 2.6rem;
  margin-top: 2.5rem;
  margin-bottom: 30px;
  color: #3e3f5e;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: left;
}

.single-product .row .container .innerrow .right .product-group-dt {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
}

.single-product .row .container .innerrow .right .product-group-dt ul {
  list-style: none;
}

.single-product .row .container .innerrow .right .product-group-dt ul li {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.single-product .row .container .innerrow .right .product-group-dt ul li:last-child {
  margin-right: 0;
}

.single-product .row .container .innerrow .right .product-group-dt ul li .main-price {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #2b2f4c;
}

.single-product .row .container .innerrow .right .product-group-dt ul li .main-price span {
  margin-left: 10px;
  color: #8f91ac;
}

.single-product .row .container .innerrow .right .product-group-dt ul li .color-discount {
  color: #7c72ff;
}

.single-product .row .container .innerrow .right .product-group-dt ul li .color-discount::after {
  content: "-";
  margin-left: 20px;
  color: #2b2f4c;
}

.single-product .row .container .innerrow .right .product-group-dt ul li .mrp-price {
  text-decoration: line-through;
  font-weight: 500;
}

.single-product .row .container .innerrow .right .product-group-dt ul li .main-price {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #2b2f4c;
}

.single-product .row .container .innerrow .right .product-group-dt ul li .main-price span {
  margin-left: 10px;
  color: #8f91ac;
}

.single-product .row .container .innerrow .right .product-group-dt .gty-wish-share {
  margin-top: 22px;
}

.single-product .row .container .innerrow .right .product-group-dt .gty-wish-share li {
  display: inline-block;
  margin-right: 10px;
}

.single-product .row .container .innerrow .right .product-group-dt .gty-wish-share li .buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
}

.single-product .row .container .innerrow .right .product-group-dt .gty-wish-share li .buttons_added .minus-btn,
.single-product .row .container .innerrow .right .product-group-dt .gty-wish-share li .buttons_added .plus-btn {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.single-product .row .container .innerrow .right .product-group-dt .gty-wish-share li .buttons_added .plus,
.single-product .row .container .innerrow .right .product-group-dt .gty-wish-share li .buttons_added .minus {
  padding: 6px 10px 5px;
  height: 30px;
  background-color: #2b2f4c;
  border: 0;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  width: 30px;
}

.single-product .row .container .innerrow .right .product-group-dt .gty-wish-share li .buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.single-product .row .container .innerrow .right .product-group-dt .gty-wish-share li .buttons_added .qty {
  width: 35px;
  height: 30px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 0;
  margin-left: -4px;
  margin-right: -4px;
  background: #fff;
  font-size: 12px;
  font-weight: 500;
}

.single-product .row .container .innerrow .right .product-group-dt .gty-wish-share li i {
  background: rgba(246, 151, 51, 0.2);
  color: #f69733;
  height: 35px;
  width: 35px;
  display: inline-block;
  padding: 10px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 2rem;
}

.single-product .row .container .innerrow .right .product-group-dt .ordr-crt-share {
  margin-top: 22px;
  list-style: none;
}

.single-product .row .container .innerrow .right .product-group-dt .ordr-crt-share li {
  display: inline-block;
}



.single-product .row .container .innerrow .right .down {
  margin-top: 2rem;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 5px;
}

.single-product .row .container .innerrow .right .down ul {
  list-style: none;
}

.single-product .row .container .innerrow .right .down ul li {
  padding: 20px;
  border-right: 1px solid #efefef;
  width: 50%;
  display: inline-block;
}

.single-product .row .container .innerrow .right .down ul li .pdp-group-dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.single-product .row .container .innerrow .right .down ul li .pdp-group-dt .pdp-icon i {
  font-size: 2.8rem;
  color: #c9d69e;
}

.single-product .row .container .innerrow .right .down ul li .pdp-group-dt .pdp-text-dt {
  margin-left: 10px;
}

.single-product .row .container .innerrow .right .down ul li .pdp-group-dt .pdp-text-dt span {
  font-size: 16px;
  font-weight: 500;
  color: #2b2f4c;
  margin-bottom: 10px;
  display: block;
}

.single-product .row .container .innerrow .right .down ul li .pdp-group-dt .pdp-text-dt p {
  font-size: 14px;
  font-weight: 400;
  color: #3e3f5e;
  margin-bottom: 0;
  line-height: 26px;
}

.single-product .row .container .innerrow .right .down ul li:last-child {
  border-right: 0;
}

.single-product .row .container .secondrow {
  padding-top: 4rem;
}

.single-product .row .container .secondrow .innerrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: transparent;
}

.single-product .row .container .secondrow .innerrow .mlt {
  padding-right: 1.5rem;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

.single-product .row .container .secondrow .innerrow .mlt .container {
  background-color: #fff;
  border-radius: 4px;
}

.single-product .row .container .secondrow .innerrow .mlt .container .heading h4 {
  border-bottom: 1px solid #efefef;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #2b2f4c;
  text-transform: capitalize;
}

.single-product .row .container .secondrow .innerrow .mlt .container .product-container {
  overflow-y: auto;
}

.single-product .row .container .secondrow .innerrow .mlt .container .product-container::-webkit-scrollbar {
  display: none;
}

.single-product .row .container .secondrow .innerrow .mlt .container .product-container .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid #efefef;
}

.single-product .row .container .secondrow .innerrow .mlt .container .product-container .card a {
  width: 110px;
  position: relative;
}

.single-product .row .container .secondrow .innerrow .mlt .container .product-container .card .detail {
  margin-left: 20px;
  width: 100%;
  position: relative;
}

.single-product .row .container .secondrow .innerrow .mlt .container .product-container .card .detail h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  color: #2b2f4c;
  text-align: left;
  margin-bottom: 10px;
}

.single-product .row .container .secondrow .innerrow .mlt .container .product-container .card .detail .qty-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-product .row .container .secondrow .innerrow .mlt .container .product-container .card .detail .qty-group .buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top;
}

.single-product .row .container .secondrow .innerrow .mlt .container .product-container .card .detail .qty-group .buttons_added .minus-btn {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.single-product .row .container .secondrow .innerrow .mlt .container .product-container .card .detail .qty-group .buttons_added .plus-btn {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.single-product .row .container .secondrow .innerrow .mlt .container .product-container .card .detail .qty-group .buttons_added .plus,
.single-product .row .container .secondrow .innerrow .mlt .container .product-container .card .detail .qty-group .buttons_added .minus {
  padding: 6px 10px 5px;
  height: 30px;
  background-color: #2b2f4c;
  border: 0;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
  width: 30px;
}

.single-product .row .container .secondrow .innerrow .mlt .container .product-container .card .detail .qty-group .buttons_added .qty {
  width: 35px;
  height: 30px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 0;
  margin-left: -4px;
  margin-right: -4px;
  background: #fff;
  font-size: 12px;
  font-weight: 500;
}

.single-product .row .container .secondrow .innerrow .mlt .container .product-container .card .detail .qty-group .quantity {
  display: inline-block;
}

.single-product .row .container .secondrow .innerrow .mlt .container .product-container .card .detail .qty-group .cart-item-price {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #f55d2c;
  text-align: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.single-product .row .container .secondrow .innerrow .mlt .container .product-container .card .detail .qty-group .cart-item-price span {
  color: #c7c7c7;
  text-decoration: line-through;
  margin-left: 10px;
  font-weight: 600;
}

.single-product .row .container .secondrow .innerrow .alldesc {
  -ms-flex-preferred-size: 68%;
      flex-basis: 68%;
  padding-left: 1rem;
}

.single-product .row .container .secondrow .innerrow .alldesc .container {
  background-color: #fff;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 #e9e9e9;
          box-shadow: 0 1px 2px 0 #e9e9e9;
}

.single-product .row .container .secondrow .innerrow .alldesc .container .heading h4 {
  border-bottom: 1px solid #efefef;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #2b2f4c;
  text-transform: capitalize;
}

.single-product .row .container .secondrow .innerrow .alldesc .container .desc-body {
  overflow-y: auto;
}

.single-product .row .container .secondrow .innerrow .alldesc .container .desc-body::-webkit-scrollbar {
  width: 8px;
}

.single-product .row .container .secondrow .innerrow .alldesc .container .desc-body .pdct-dts-1 {
  padding: 0 30px 30px;
}

.single-product .row .container .secondrow .innerrow .alldesc .container .desc-body .pdct-dts-1 .pdct-dt-step h4 {
  margin-top: 27px !important;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  text-align: left;
}

.single-product .row .container .secondrow .innerrow .alldesc .container .desc-body .pdct-dts-1 .pdct-dt-step .product_attr {
  font-size: 14px;
  font-weight: 400;
  color: #3e3f5e;
  line-height: 26px;
  text-align: left;
}

.single-product .row .container .secondrow .innerrow .alldesc .container .desc-body .pdct-dts-1 p {
  font-size: 14px;
  font-weight: 400;
  color: #3e3f5e;
  line-height: 26px;
  text-align: left;
}

@media only screen and (max-width: 1192px) {
  .single-product .row .container .innerrow .right .down ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-product .row .container .innerrow .right .down ul li {
    width: 100%;
    border-right: none;
  }
}

@media only screen and (max-width: 880px) {
  .single-product .row .container .innerrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-product .row .container .innerrow .left,
  .single-product .row .container .innerrow .right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .single-product .row .container .innerrow .left .subimages {
    padding: 0 auto;
  }
  .single-product .row .container .secondrow .innerrow .mlt {
    padding-right: 0;
  }
  .single-product .row .container .secondrow .innerrow .alldesc {
    padding-left: 0;
    margin-top: 4rem;
  }
}



.newaddress .headbanner h4 {
  font-size: 24px;
  color: #2b2f4c;
  text-align: center;
  margin-bottom: 8px;
  margin-top: 18px;
}

.newaddress .headbanner p {
  font-size: 14px;
  color: #3e3f5e;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
  display: block;
}

.newaddress .headbanner p a {
  color: #3e3f5e !important;
  font-size: 16px;
  margin-left: 5px;
}

.newaddress .headbanner .earn-points {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #2b2f4c;
  background: rgba(255, 255, 255, 0.3);
  padding: 5px 11px 5px 10px;
  border-radius: 5px;
}

.newaddress .headbanner .earn-points img {
  width: 24px;
  margin-right: 7px;
}

.newaddress .myac-body {
  padding-top: 5rem;
}

.newaddress .myac-body .row {
  padding: 0.8rem 8rem;
}

.newaddress .myac-body .row .left {
  padding-right: 1.5rem;
  -ms-flex-preferred-size: 26%;
      flex-basis: 26%;
}

.newaddress .myac-body .row .left .ul-wrapper {
  background-color: #fff;
  border-radius: 4px;
}

.newaddress .myac-body .row .left .ul-wrapper ul {
  list-style: none;
  border-radius: 4px;
}

.newaddress .myac-body .row .left .ul-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  border-bottom: 1px solid #efefef;
  font-size: 14px;
  font-weight: 400;
  color: #2b2f4c;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.newaddress .myac-body .row .left .ul-wrapper ul li:hover {
  background-color: #e98b3381;
  color: #000;
}

.newaddress .myac-body .row .left .ul-wrapper ul li:hover a {
  color: #000;
}

.newaddress .myac-body .row .left .ul-wrapper ul li i {
  margin-right: 1rem;
  font-size: 1.8rem;
}

.newaddress .myac-body .row .left .ul-wrapper ul .active {
  background-color: #f55d2c;
  color: #fff;
}

.newaddress .myac-body .row .left .ul-wrapper ul .active a {
  color: #fff;
}

.newaddress .myac-body .row .right {
  -ms-flex-preferred-size: 74%;
      flex-basis: 74%;
  margin-left: 1.5rem;
}

.newaddress .myac-body .row .right h4 {
  font-size: 18px;
  font-weight: 700;
  color: #2b2f4c;
  text-align: left;
}

.newaddress .myac-body .row .right h4 i {
  margin-right: 5px;
}

.newaddress .myac-body .row .right .pdpt-bg {
  margin-top: 30px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px 0 #e9e9e9;
          box-shadow: 0 1px 2px 0 #e9e9e9;
}

.newaddress .myac-body .row .right .pdpt-bg .pdpt-title {
  border-bottom: 1px solid #efefef;
}

.newaddress .myac-body .row .right .pdpt-bg .pdpt-title h4 {
  border-bottom: 1px solid #efefef;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #2b2f4c;
}

.newaddress .myac-body .row .right .pdpt-bg .formbody {
  background-color: #fff;
  padding: 15px 20px;
}

.newaddress .myac-body .row .right .pdpt-bg .formbody form {
  width: 100%;
}

.newaddress .myac-body .row .right .pdpt-bg .formbody form .form-group {
  margin-bottom: 18px;
  display: inline-block;
  width: 100%;
}

.newaddress .myac-body .row .right .pdpt-bg .formbody form .form-group .product-radio {
  margin-top: 7px;
}

.newaddress .myac-body .row .right .pdpt-bg .formbody form .form-group .product-radio .product-now {
  list-style-type: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.newaddress .myac-body .row .right .pdpt-bg .formbody form .form-group .product-radio .product-now li {
  margin-right: 5px;
  width: 50px;
  height: 36px;
  position: relative;
  text-align: center;
  display: inline-block;
}

.newaddress .myac-body .row .right .pdpt-bg .formbody form .form-group .product-radio .product-now li input[type="radio"] {
  display: none;
}

.newaddress .myac-body .row .right .pdpt-bg .formbody form .form-group .product-radio .product-now li input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.newaddress .myac-body .row .right .pdpt-bg .formbody form .form-group .product-radio .product-now label {
  padding: 5px;
  cursor: pointer;
  background: #c7c7c7;
  color: #fff;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
}

.newaddress .myac-body .row .right .pdpt-bg .formbody form .form-group .product-radio .product-now input[type="radio"]:checked + label,
.newaddress .myac-body .row .right .pdpt-bg .formbody form .form-group .product-radio .product-now .Checked + label {
  background: #f55d2c;
}

.newaddress .myac-body .row .right .pdpt-bg .formbody form .address-fieldset .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}

.newaddress .myac-body .row .right .pdpt-bg .formbody form .address-fieldset .row label {
  font-size: 1.3rem;
  font-weight: 500;
  color: #2b2f4c;
}

.newaddress .myac-body .row .right .pdpt-bg .formbody form .address-fieldset .row input, .newaddress .myac-body .row .right .pdpt-bg .formbody form .address-fieldset .row select {
  border: 1px solid #e1e4e8;
  border-radius: 4px;
  margin-top: 1.8rem;
  margin-bottom: 2rem;
  width: 100%;
}

.newaddress .myac-body .row .right .pdpt-bg .formbody form .address-fieldset .row input:focus, .newaddress .myac-body .row .right .pdpt-bg .formbody form .address-fieldset .row select:focus {
  border-color: #f55d2c;
}

.newaddress .myac-body .row .right .pdpt-bg .formbody form .address-fieldset .row select {
  padding: 0.8rem 0;
}

.newaddress .myac-body .row .right .pdpt-bg .formbody form .address-fieldset .row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newaddress .myac-body .row .right .pdpt-bg .formbody form .address-fieldset .row2 .lt,
.newaddress .myac-body .row .right .pdpt-bg .formbody form .address-fieldset .row2 .ft {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

.newaddress .myac-body .row .right .pdpt-bg .formbody form .address-fieldset .row2 .save-address {
  background-color: transparent;
  color: #f55d2c;
  border: 1px solid #f55d2c;
}

.newaddress .myac-body .row .right .pdpt-bg .formbody form .address-fieldset .row2 .save-address:hover {
  background-color: #f55d2c;
  color: #fff;
}

@media only screen and (max-width: 1168px) {
  .newaddress .myac-body .row {
    padding: 0.5rem 2rem;
  }
}

@media only screen and (max-width: 838px) {
  .newaddress .myac-body .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .newaddress .myac-body .row .left {
    margin-right: 0;
    padding-right: 0;
  }
  .newaddress .myac-body .row .right {
    margin-top: 3rem;
    margin-left: 0;
  }
}

@media only screen and (max-width: 400px) {
  .newaddress .myac-body .row {
    padding: 0.5rem 1rem;
  }
  .newaddress .myac-body .row .right
.pdpt-bg
.track-order
.bs-wizard
.bs-wizard-step
.bs-wizard-stepnum {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 538px) {
  .newaddress .myac-body .row {
    padding: 0.5rem 1rem;
  }
  .newaddress .myac-body .row .right .pdpt-bg .pdpt-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 538px) {
  .myorders .myac-body .row {
    padding: 0.5rem 1rem;
  }
  .myorders .myac-body .row .right .pdpt-bg .pdpt-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}


.view-product .searchrow {
  padding: 2rem 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.view-product .searchrow .left .shop-by-depertment {
  border: 1px solid #e1e4e8;
  padding: 3rem 2rem;
  background-color: #fff;
}

.view-product .searchrow .left .shop-by-depertment h2 {
  font-size: 14px;
  text-transform: capitalize;
  color: #222;
  border-bottom: 0;
  font-weight: 700;
  margin-bottom: 10px;
}

.view-product .searchrow .left .shop-by-depertment ul {
  list-style: none;
  width: 23rem;
}

.view-product .searchrow .left .shop-by-depertment ul input[type="range"] {
  width: 100%;
  padding: 0;
}

.view-product .searchrow .left .shop-by-depertment ul li {
  border: 0;
  padding: 7px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.view-product .searchrow .left .shop-by-depertment ul li a {
  text-transform: capitalize;
  font-size: 14px;
  color: #777;
  cursor: pointer;
}

.view-product .searchrow .left .shop-by-depertment ul li label {
  font-size: 1.4rem;
  text-transform: capitalize;
  color: #777;
  margin-left: 1.2rem;
}

.view-product .searchrow .left .shop-by-depertment ul .inrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.view-product .searchrow .left .shop-by-depertment ul .inrow .in {
  padding: 0.8rem 0.4rem;
  border: 1px solid #e1e4e8;
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.view-product .searchrow .left .shop-by-depertment ul .inrow .in h4 {
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #222;
}

.view-product .searchrow .right {
  padding: 0rem 2.1rem;
  width: 90%;
  margin-left: 1.2rem;
}

.view-product .searchrow .right h1 {
  font-weight: 700 !important;
  color: #222;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 2.5rem;
  text-transform: capitalize;
}

.view-product .searchrow .right .sortby {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.8rem;
}

.view-product .searchrow .right .sortby h4 {
  margin-left: auto;
  font-size: 1.6rem;
  color: #222;
  font-weight: 700;
  text-transform: capitalize;
}

.view-product .searchrow .right .sortby select {
  border: 1px solid #e1e4e8;
  padding: 0.5rem;
}

.view-product .searchrow .right .product {
  border: 1px solid #e1e4e8;
  padding: 1rem 2rem;
  max-width: 25rem;
  margin-bottom: 1.2rem;
}

.view-product .searchrow .right .product .image {
  width: 19rem;
  height: 21rem;
}

.view-product .searchrow .right .product .detail {
  width: 100%;
  margin-top: 1.4rem;
}

.view-product .searchrow .right .product .detail h4 {
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
}

.view-product .searchrow .right .product .detail h4 a {
  color: #222;
  font-size: 14px;
  text-transform: capitalize;
}

.view-product .searchrow .right .product .detail p {
  text-align: center;
  font-size: 16px;
  margin-top: 1rem;
  font-weight: 700;
  color: #f55d2c;
}

.view-product .searchrow .right .outerbox {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto;
      grid-template-columns: auto auto auto auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 0.8rem;
}

@media only screen and (max-width: 1347px) {
  .view-product .searchrow .right .outerbox {
    -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
  }
  .view-product .searchrow .right .productBox {
    max-width: 30rem;
  }
  .view-product .searchrow .right .productBox .image {
    width: 27rem;
    height: 26rem;
  }
}

@media only screen and (max-width: 1312px) {
  .view-product .searchrow .right .outerbox {
    -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
  }
  .view-product .searchrow .right .product {
    max-width: 29rem;
  }
  .view-product .searchrow .right .product .image {
    width: 23rem;
    height: 25rem;
  }
}

@media only screen and (max-width: 1232px) {
  .view-product .searchrow .right .outerbox {
    -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
  }
  .view-product .searchrow .right .product {
    max-width: 29rem;
  }
  .view-product .searchrow .right .product .image {
    width: 19rem;
    height: 21rem;
  }
}

@media only screen and (max-width: 1134px) {
  .view-product .searchrow .right .outerbox {
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
  }
  .view-product .searchrow .right .product {
    max-width: 35rem;
  }
  .view-product .searchrow .right .product .image {
    width: 29rem;
    height: 25rem;
  }
}

@media only screen and (max-width: 1055px) {
  .view-product .searchrow .right .product {
    max-width: 35rem;
  }
  .view-product .searchrow .right .product .image {
    width: 25rem;
    height: 23rem;
  }
}

@media only screen and (max-width: 956px) {
  .view-product .searchrow .right .product {
    max-width: 35rem;
  }
  .view-product .searchrow .right .product .image {
    width: 23rem;
    height: 21rem;
  }
}

@media only screen and (max-width: 911px) {
  .view-product .searchrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .view-product .searchrow .left .shop-by-depertment ul {
    width: 100%;
  }
  .view-product .searchrow .right {
    padding: 0;
    width: 100%;
    margin-left: 0rem;
    margin-top: 2rem;
    padding: 0;
  }
  .view-product .searchrow .right .outerbox {
    -ms-grid-columns: auto auto auto;
        grid-template-columns: auto auto auto;
  }
  .view-product .searchrow .right .product {
    max-width: 35rem;
  }
  .view-product .searchrow .right .product .image {
    width: 23rem;
    height: 21rem;
  }
}

@media only screen and (max-width: 870px) {
  .view-product .searchrow .right .product {
    max-width: 35rem;
  }
  .view-product .searchrow .right .product .image {
    width: 20rem;
    height: 19rem;
  }
}

@media only screen and (max-width: 878px) {
  .view-product .searchrow .right .product {
    max-width: 35rem;
  }
  .view-product .searchrow .right .product .image {
    width: 19rem;
    height: 17rem;
  }
}

@media only screen and (max-width: 748px) {
  .view-product .searchrow .right .outerbox {
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
  }
  .view-product .searchrow .right .product {
    max-width: 35rem;
  }
  .view-product .searchrow .right .product .image {
    width: 29rem;
    height: 25rem;
  }
}

@media only screen and (max-width: 708px) {
  .view-product .searchrow .right .product {
    max-width: 35rem;
  }
  .view-product .searchrow .right .product .image {
    width: 25rem;
    height: 23rem;
  }
}

@media only screen and (max-width: 630px) {
  .view-product .searchrow .right .product {
    max-width: 35rem;
  }
  .view-product .searchrow .right .product .image {
    width: 23rem;
    height: 21rem;
  }
}

@media only screen and (max-width: 592px) {
  .view-product .searchrow .right .product {
    max-width: 35rem;
  }
  .view-product .searchrow .right .product .image {
    width: 20rem;
    height: 19rem;
  }
}

@media only screen and (max-width: 527px) {
  .view-product .searchrow .right .product {
    max-width: 35rem;
  }
  .view-product .searchrow .right .product .image {
    width: 19rem;
    height: 17rem;
  }
}

@media only screen and (max-width: 511px) {
  .view-product.searchrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .view-product.searchrow .right {
    width: 100%;
  }
  .view-product.searchrow .right .outerbox {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
  }
  .view-product.searchrow .right .product {
    max-width: 46rem;
  }
  .view-product.searchrow .right .product .image {
    width: 42rem;
    height: 35rem;
  }
}

@media only screen and (max-width: 495px) {
  .view-product .searchrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .view-product .searchrow .right .product .image {
    width: 39rem;
    height: 32rem;
  }
}

@media only screen and (max-width: 495px) {
  .view-product .searchrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .view-product .searchrow .right .product {
    margin: 0.1rem auto;
  }
  .view-product .searchrow .right .product .image {
    width: 39rem;
    height: 32rem;
  }
  .view-product .searchrow .right .outerbox {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 472px) {
  .view-product .searchrow .right .product .image {
    width: 32rem;
    height: 30rem;
  }
}

@media only screen and (max-width: 396px) {
  .view-product.searchrow .right .product .image {
    width: 31rem;
    height: 29rem;
  }
}

@media only screen and (max-width: 387px) {
  .view-product .searchrow .right .product .image {
    width: 30rem;
    height: 28rem;
  }
}

@media only screen and (max-width: 380px) {
  .view-product .searchrow .right .product .image {
    width: 29rem;
    height: 27rem;
  }
}

@media only screen and (max-width: 371px) {
  .view-product .searchrow .right .product .image {
    width: 28rem;
    height: 26rem;
  }
}

@media only screen and (max-width: 358px) {
  .view-product .searchrow .right .product .image {
    width: 27rem;
    height: 25rem;
  }
}

@media only screen and (max-width: 353px) {
  .view-product .searchrow .right .product .image {
    width: 27rem;
    height: 25rem;
  }
}



footer{
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  background-color: #fff;
  padding: 60px 10%;
}

ul{
  list-style: none;
}

.footer-col{
  width: 25%;
}

.footer-col h4{
  position: relative;
  margin-bottom: 30px;
  font-size: 20px;
  color: #000;
  text-transform: capitalize;
}

.footer-col h4::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  background-color: #94a84e;
  height: 2px;
  width: 40px;
}

ul li:not(:last-child){
  margin-bottom: 8px;
}

ul li a{
  display: block;
  font-size: 13px;
  text-transform: capitalize;
  color: #000;
  text-decoration: none;
  transition: 0.4s;
}

ul li a:hover{
  color: #94a84e;
  padding-left: 2px;
}

.links a{
  display: inline-block;
  height: 44px;
  width: 44px;
  color: #fff;
  background-color: #94a84e;
  margin: 0 8px 8px 0;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: 0.4s;
}

.links a:hover{
  color: #4d4f55;
  background-color: white;
}

@media(max-width: 740px){
  .footer-col{
      width: 50%;
      margin-bottom: 30px;
      text-align: center;
  }

  .footer-col h4::before{
      all: unset;
  }
}

@media(max-width: 555px){
  .footer-col{
      width: 100%;
  }
}







