@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&family=Quicksand:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400&display=swap");
/* Define standard variables and values for website */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #b3206e;
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-moz-selection {
  color: #fff;
  background: #b3206e;
}

::selection {
  color: #fff;
  background: #b3206e;
}

html, body {
  width: 100%;
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  overflow-x: hidden;
  position: relative;
}

.big_container {
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

header {
  width: 100%;
  float: left;
  position: relative;
  background-color: #fff;
  z-index: 9999;
}
header nav {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
}
header nav .searchBar {
  float: left;
  margin: 43px 0 0 0;
  width: 123px;
  text-align: left;
}
header nav .searchBar i {
  font-size: 19px;
  cursor: pointer;
}
header nav .toprightList {
  float: right;
  padding: 0 0;
  margin: 30px 0 0 0;
}
header nav .toprightList li {
  list-style: none;
  float: left;
}
header nav .toprightList li a {
  color: #000;
  margin: 0 0 0 20px;
  position: relative;
}
header nav .toprightList li a b {
  position: absolute;
  background-color: #000;
  color: #fff;
  font-weight: 200;
  font-size: 10px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  padding: 2px 0;
  top: -10px;
  right: -17px;
  transform-origin: right top;
  transform: scale(0.9);
  font-style: Poppins;
}
header nav .toprightList li a i {
  font-size: 21px;
}
header nav .topLogo {
  display: inline-block;
  max-width: 230px;
  padding-top: 10px;
}
header nav .topLogo img {
  width: 100%;
}
header ul.navListing {
  width: 100%;
  float: left;
  text-align: center;
  padding: 0 0 0 0;
  font-family: Quicksand;
  margin: 20px 0 0 0;
}
header ul.navListing li {
  list-style: none;
  display: inline-block;
  padding: 15px 30px;
  position: relative;
}
header ul.navListing li a {
  color: #6c6364;
  font-weight: 600;
  text-transform: capitalize;
  width: 100%;
  float: left;
  font-size: 13px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
header ul.navListing li a span {
  font-size: 9px;
  margin: 5px 0px 0 7px;
  position: relative;
  float: right;
  transition: 0.3s ease-in-out;
}
header ul.navListing li a .rotate_icon {
  transform: rotate(180deg);
}
header ul.navListing li a:hover {
  color: #b3206e;
}
header ul.navListing li .sub-menu {
  position: absolute;
  background-color: #fff;
  width: 160px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  padding: 0 0 0 0;
  top: 50px;
  display: none;
}
header ul.navListing li .sub-menu li {
  width: 100%;
  float: left;
  padding: 0 0;
}
header ul.navListing li .sub-menu li a {
  width: 100%;
  float: left;
  padding: 11px 0px;
}
header ul.navListing li .sub-menu li a:hover {
  background-color: #b3206e;
  color: #fff;
}

.topSliderWrap {
  width: 100%;
  float: left;
  position: relative;
}
.topSliderWrap img {
  width: 100%;
}
.topSliderWrap .imgOverlay {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.topSliderWrap .imgOverlay h1 {
  width: 100%;
  float: left;
  font-family: Playfair Display;
  margin: 0 0;
  font-size: 45px;
  color: #000;
}
.topSliderWrap .imgOverlay a {
  display: inline-block;
  background-color: #b3206e;
  font-family: Poppins;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  margin: 40px 0 0 0;
  padding: 13px 30px;
}
.topSliderWrap .carousel-indicators {
  padding: 0 0;
}
.topSliderWrap .carousel-indicators li {
  transition: 0.3s ease-in-out;
  border-color: #000 !important;
}
.topSliderWrap .carousel-indicators li.active {
  background-color: #000;
  width: 20px;
}

.topaddBanner {
  width: 100%;
  float: left;
  padding: 0 10px;
}
.topaddBanner .adWrap {
  float: left;
  padding: 0 10px;
}
.topaddBanner .adWrap a {
  width: 100%;
  float: left;
  height: 440px;
  background-color: #b3206e;
  margin: 20px 0 0 0;
  overflow: hidden;
  position: relative;
}
.topaddBanner .adWrap a h3 {
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  font-family: Playfair Display;
  color: #000;
  font-size: 18px;
  padding: 16px 0;
  text-transform: uppercase;
}
.topaddBanner .adWrap a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.topaddBanner .midAdd a {
  height: 210px;
}

.pSliderWrap {
  width: 100%;
  float: left;
  margin: 50px 0 0 0;
  text-align: center;
  padding: 0 0;
}
.pSliderWrap h2 {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
  font-family: Playfair Display;
  color: #000;
}
.pSliderWrap .psldBlock {
  width: 100%;
  float: left;
  padding: 0 20px;
}
.pSliderWrap .psldBlock main {
  width: 100%;
  float: left;
  position: relative;
}
.pSliderWrap .psldBlock main picture {
  width: 100%;
  float: left;
  position: relative;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.pSliderWrap .psldBlock main picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.pSliderWrap .psldBlock main picture span.iconsWrp {
  width: 45px;
  position: absolute;
  right: 21px;
  bottom: -100%;
  transition: 0.5s ease-in-out;
}
.pSliderWrap .psldBlock main picture span.iconsWrp a {
  width: 100%;
  float: left;
  margin: 5px 0;
}
.pSliderWrap .psldBlock main picture span.iconsWrp a i {
  width: 45px;
  height: 45px;
  background-color: #fff;
  padding: 12px 0;
  border: 1px solid #e1e1e1;
  color: #3c3c3c;
  font-size: 17px;
  transition: 0.3s ease-in-out;
}
.pSliderWrap .psldBlock main picture span.iconsWrp a i:hover {
  border-color: transparent;
  background-color: #b3206e;
  color: #fff;
}
.pSliderWrap .psldBlock main article {
  width: 100%;
  float: left;
  font-family: Poppins;
  margin: 15px 0 0 0;
}
.pSliderWrap .psldBlock main article span.review {
  width: 100%;
  float: left;
  font-size: 10px;
  color: #9b9b9b;
}
.pSliderWrap .psldBlock main article a {
  width: 100%;
  float: left;
  color: #000;
  color: #000;
  font-size: 12px;
  margin: 7px 0;
  letter-spacing: 2px;
  font-weight: 500;
  text-decoration: none !important;
}
.pSliderWrap .psldBlock main article h5 {
  width: 100%;
  float: left;
  color: #b3206e;
  margin: 0 0;
  font-weight: 300;
  font-size: 13px;
}
.pSliderWrap .psldBlock main article h5 del {
  color: #9b9b9b;
}
.pSliderWrap .psldBlock main:hover span.iconsWrp {
  bottom: 24px;
}

.aboutSection {
  width: 100%;
  float: left;
  margin: 35px 0 0 0;
  background-image: url(../images/abtWrp.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.aboutSection main {
  width: 100%;
  float: left;
  margin: 77px 0;
}
.aboutSection main .picWrp {
  float: right;
}
.aboutSection main .picWrp picture {
  width: 100%;
  float: left;
}
.aboutSection main .picWrp picture img {
  width: 100%;
}
.aboutSection main .abrWrp {
  float: left;
  margin: 80px 0 0 0;
}
.aboutSection main .abrWrp article {
  width: 100%;
  float: left;
}
.aboutSection main .abrWrp article h3 {
  width: 100%;
  float: left;
  font-family: Playfair Display;
  margin: 0 0;
  font-size: 31px;
  color: #000;
  position: relative;
  padding: 0 0 0 12px;
  border-left: 3px solid #b3206e;
}
.aboutSection main .abrWrp article p {
  width: 100%;
  float: left;
  font-family: Quicksand;
  font-weight: 500;
  font-size: 15px;
  margin: 30px 0 0 0;
  line-height: 30px;
}
.aboutSection main .abrWrp article a {
  border: 2px solid #000;
  color: #000;
  font-size: 13px;
  font-family: Quicksand;
  padding: 7px 19px;
  float: left;
  margin: 17px 0 0 0;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
}

.blogElementWrap {
  width: 100%;
  float: left;
  border-bottom: 1px solid #e9e9e9;
}
.blogElementWrap .blogInn {
  width: 100%;
  float: left;
  margin: 55px 0;
  text-align: center;
}
.blogElementWrap .blogInn h2 {
  width: 100%;
  float: left;
  margin: 0 0 20px 0;
  font-family: Playfair Display;
  color: #000;
}
.blogElementWrap .blogInn .bBlockWrap {
  width: 100%;
  float: left;
  padding: 0 20px;
}
.blogElementWrap .blogInn .bBlockWrap main {
  width: 100%;
  float: left;
  overflow: hidden;
}
.blogElementWrap .blogInn .bBlockWrap main picture {
  width: 100%;
  float: left;
  height: 300px;
  overflow: hidden;
  position: relative;
  background-color: #b3206e;
}
.blogElementWrap .blogInn .bBlockWrap main picture span.date {
  position: absolute;
  background-color: #fff;
  width: 60px;
  height: 60px;
  top: 10px;
  left: 10px;
  border-radius: 100%;
  font-family: Quicksand;
  font-size: 12px;
  font-weight: 600;
  color: #626262;
}
.blogElementWrap .blogInn .bBlockWrap main picture span.date strong {
  width: 100%;
  float: left;
  margin: 8px 0 0 0;
  font-size: 13px;
  color: #000;
  position: relative;
  padding-bottom: 3px;
}
.blogElementWrap .blogInn .bBlockWrap main picture span.date strong:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  bottom: 0;
  left: 19px;
  background-color: #a5a5a5;
}
.blogElementWrap .blogInn .bBlockWrap main picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogElementWrap .blogInn .bBlockWrap main article {
  width: 100%;
  float: left;
  text-align: left;
  margin: 20px 0 0 0;
}
.blogElementWrap .blogInn .bBlockWrap main article p {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #868686;
  margin: 0 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
}
.blogElementWrap .blogInn .bBlockWrap main article h4 {
  width: 100%;
  float: left;
  color: #000;
  font-family: Playfair Display;
  margin: 15px 0;
  font-size: 21px;
}
.blogElementWrap .blogInn .bBlockWrap main article a {
  color: #868686;
  float: left;
  font-family: Quicksand;
  text-decoration: none;
  padding-bottom: 0px;
  border-bottom: 1px solid #868686;
}

.shoppingInfowrap {
  width: 100%;
  float: left;
}
.shoppingInfowrap .ShoppingInfoInn {
  width: 100%;
  float: left;
  margin: 60px 0;
}
.shoppingInfowrap .ShoppingInfoInn .siBlock {
  float: left;
  margin: 15px 0;
  text-align: center;
}
.shoppingInfowrap .ShoppingInfoInn .siBlock picture {
  width: 100%;
  float: left;
}
.shoppingInfowrap .ShoppingInfoInn .siBlock picture img {
  width: 56px;
  height: 56px;
  opacity: 0.5;
  -o-object-fit: contain;
     object-fit: contain;
}
.shoppingInfowrap .ShoppingInfoInn .siBlock article {
  width: 100%;
  float: left;
  margin: 25px 0 0 0;
  padding: 0 25px;
}
.shoppingInfowrap .ShoppingInfoInn .siBlock article h5 {
  width: 100%;
  float: left;
  font-family: Poppins;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 3px;
}
.shoppingInfowrap .ShoppingInfoInn .siBlock article p {
  width: 100%;
  float: left;
  font-family: Quicksand;
  color: #868686;
  font-weight: 400;
  margin: 7px 0 0 0;
}

.testemonialWrapper {
  width: 100%;
  float: left;
  background-image: url(../images/abtWrp.webp);
  background-size: cover;
  background-repeat: no-repeat;
}
.testemonialWrapper .testiInner {
  width: 100%;
  float: left;
  margin: 70px 0;
  height: 400px;
}
.testemonialWrapper .testiInner .testiBlocks {
  max-width: 950px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.testemonialWrapper .testiInner .testiBlocks .review {
  width: 100%;
  float: left;
  position: relative;
  color: #f4d20e;
}
.testemonialWrapper .testiInner .testiBlocks .review i {
  margin: 0 5px;
}
.testemonialWrapper .testiInner .testiBlocks .review p {
  width: 100%;
  float: left;
}
.testemonialWrapper .testiInner .testiBlocks .review p i {
  color: #ad8546;
  font-size: 50px;
}
.testemonialWrapper .testiInner .testiBlocks p {
  width: 100%;
  float: left;
  color: #424242;
  font-family: Playfair Display;
  font-style: italic;
  font-size: 23px;
  line-height: 41px;
  margin: 27px 0 0 0;
}
.testemonialWrapper .testiInner .testiBlocks picture {
  display: inline-block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100%;
  margin: 25px 0 0 0;
}
.testemonialWrapper .testiInner .testiBlocks picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testemonialWrapper .testiInner .testiBlocks name {
  width: 100%;
  float: left;
  font-family: Quicksand;
  color: #000;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  margin: 13px 0px 0 0;
  letter-spacing: 3px;
}

.othersCompany {
  width: 100%;
  float: left;
  padding: 25px 20px;
  border-bottom: 1px solid #e9e9e9;
}
.othersCompany a {
  width: 100%;
  float: left;
  padding: 0 10px;
}
.othersCompany a picture {
  width: 100%;
  float: left;
  text-align: center;
}
.othersCompany a picture img {
  width: auto;
  height: 150px;
}

footer {
  width: 100%;
  float: left;
}
footer .footerInner {
  width: 100%;
  float: left;
  margin: 40px 0;
}
footer .footerInner .footBlock {
  float: left;
}
footer .footerInner .footBlock main {
  width: 100%;
  float: left;
}
footer .footerInner .footBlock main h4 {
  width: 100%;
  float: left;
  font-family: Playfair Display;
  color: #000;
  margin: 0 0 0 0;
}
footer .footerInner .footBlock main p {
  width: 100%;
  float: left;
  font-family: Quicksand;
  color: #868686;
  font-size: 14px;
  margin: 40px 0 0 0;
}
footer .footerInner .footBlock main .socialListing {
  width: 100%;
  float: left;
  margin: 12px 0 0 0;
}
footer .footerInner .footBlock main .socialListing a {
  margin: 8px 8px 0 0px;
  float: left;
}
footer .footerInner .footBlock main .socialListing a i {
  width: 40px;
  height: 40px;
  float: left;
  border: 1px solid #868686;
  text-align: center;
  padding: 13px 0;
  color: #000;
  border-radius: 100%;
}
footer .footerInner .footBlock main ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 25px 0 0 0;
}
footer .footerInner .footBlock main ul li {
  width: 100%;
  float: left;
  margin: 8px 0;
  list-style: none;
}
footer .footerInner .footBlock main ul li a {
  font-family: Quicksand;
  color: #868686;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
footer .footerInner .footBlock main ul li a:hover {
  color: #b3206e;
}

p.footEnd {
  width: 100%;
  float: left;
  border-top: 1px solid #e9e9e9;
  color: #3c3c3c;
  text-align: center;
  font-family: Quicksand;
  padding: 17px 8px;
  margin: 0;
}

.searchwrap {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  top: 0;
  left: 0;
  display: none;
}
.searchwrap .closeIcn {
  font-family: Quicksand;
  color: #b3206e;
  position: absolute;
  right: 35px;
  top: 24px;
  font-weight: 400;
  text-decoration: none;
}
.searchwrap .search {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.searchwrap .search .searchInp {
  width: 400px;
  float: left;
  border: 0;
  border-bottom: 1px solid #b3206e;
  outline: none !important;
  font-family: Playfair Display;
  font-size: 31px;
  background: transparent;
  padding: 20px 20px 20px 65px;
  background-image: url(../images/search.png);
  background-size: 42px;
  background-repeat: no-repeat;
  background-position: left center;
}

.toggle_icon {
  display: none;
}

.getTouchWrap {
  width: 100%;
  float: left;
  padding: 120px 15px 80px 15px;
  border-top: 1px solid #e3e3e3;
  margin: 31px 0 0 0;
}
.getTouchWrap .smallContainer {
  max-width: 900px;
  margin: 0 auto;
}
.getTouchWrap .smallContainer .mainTouch {
  width: 100%;
  float: left;
  background-image: linear-gradient(#ccac5b, #ccac5b);
}
.getTouchWrap .smallContainer .mainTouch .contactForm {
  float: left;
  background: #fff;
  padding: 0;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  transform: translate(-50px, -50px);
}
.getTouchWrap .smallContainer .mainTouch .contactForm main {
  width: 100%;
  float: left;
  padding: 40px 50px;
}
.getTouchWrap .smallContainer .mainTouch .contactForm main h3 {
  width: 100%;
  float: left;
  font-family: Poppins;
  margin: 0 0 15px 0;
  font-weight: 700;
}
.getTouchWrap .smallContainer .mainTouch .contactForm main form {
  width: 100%;
  float: left;
}
.getTouchWrap .smallContainer .mainTouch .contactForm main form .usr {
  width: 100%;
  float: left;
  background: #fff;
  border: 1px solid #B1B1B1;
  color: #000;
  padding: 15px 15px;
  margin: 15px 0 0 0;
  font-family: Poppins;
  outline: none !important;
}
.getTouchWrap .smallContainer .mainTouch .contactForm main form textarea.usr {
  height: 120px;
  outline: none !important;
}
.getTouchWrap .smallContainer .mainTouch .contactForm main form input[type=submit] {
  width: 100%;
  float: left;
  background: #6c6364;
  color: #fff;
  font-family: Poppins;
  outline: none !important;
  border: 0;
  text-align: center;
  padding: 15px 0;
  margin: 15px 0 0 0;
  text-transform: uppercase;
  font-weight: 600;
}
.getTouchWrap .smallContainer .mainTouch .contactDetails {
  float: left;
  margin: 130px 0 0 0;
  position: relative;
}
.getTouchWrap .smallContainer .mainTouch .contactDetails img {
  width: 95%;
}
.getTouchWrap .smallContainer .mainTouch .contactDetails p {
  width: 100%;
  float: left;
  color: #000;
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 600;
  margin: 7px 0;
}
.getTouchWrap .smallContainer .mainTouch .contactDetails p i {
  width: 35px;
  height: 35px;
  background: #fff;
  color: #b3206e;
  font-size: 17px;
  text-align: center;
  border-radius: 100%;
  padding: 8px 0;
  margin: 0 7px 0 0px;
}

map {
  width: 100%;
  float: left;
}
map iframe {
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.allInnerWrap {
  width: 100%;
  float: left;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}
.allInnerWrap .AllInn {
  width: 100%;
  float: left;
  margin: 70px 0;
}

.content-area {
  max-width: 1200px;
  margin: 0 auto;
  font-family: Quicksand;
}

.sideBarContentLeft {
  padding: 15px;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
}

.contentRight {
  padding-right: 0%;
}
.contentRight .orderby {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 0.3em 0.4em;
}

.woocommerce-products-header {
  top: 0;
  max-width: 1200px;
  margin: 0 auto;
  float: none;
}

.woocommerce-breadcrumb {
  max-width: 1200px;
  margin: 0 auto 1em !important;
  clear: both;
}

.container-main {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  clear: left;
  font-family: Quicksand;
}

.woocommerce ul.products li.product a {
  width: 100%;
  text-align: center;
}

.add_to_cart_button {
  background-color: #b3206e !important;
  color: white !important;
}

.woocommerce a.added_to_cart {
  background-color: #E4C55E !important;
  color: #000;
  padding-top: 0.5em;
  display: inline-block;
  padding-bottom: 0.5em;
  margin-top: 5px;
  border-radius: 3px;
}

.woocommerce-loop-product__title {
  color: #6c6364;
  font-size: 1.2em !important;
}

.tinvwl_add_to_wishlist_button {
  background-color: #000 !important;
  padding-top: 0.5em;
  display: inline-block;
  padding-bottom: 0.5em;
  margin-top: 5px;
  border-radius: 3px;
  color: #fff !important;
}

.woocommerce ul.products li.product .price del {
  color: red !important;
}

.woocommerce ul.products li.product .price, .price {
  color: #6c6364 !important;
}

.woocommerce span.onsale {
  background-color: #56b32e !important;
  line-height: 2.8 !important;
}

header nav .toprightList li a b {
  background-color: #6c6364;
}

header nav .toprightList li a {
  color: #b3206e !important;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  color: #6c6364 !important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: #b3206e !important;
  color: #fff !important;
}

.wpfFilterButton.wpfButton, .wpfClearButton.wpfButton {
  background: #6c6364;
  color: #fff;
}

.sideBarContentLeft .wpfFilterWrapper ul li {
  font-size: 1.2em;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #b3206e !important;
}

.mainTouch {
  max-width: 1200px;
  margin: 0 auto;
  font-family: Quicksand;
}
.mainTouch input {
  border: 1px solid #e3e3e3;
}
.mainTouch a {
  color: #6c6364;
}
.mainTouch .coupon .button {
  background-color: #56b32e;
  padding: 0.718em 1em;
  color: #fff;
}
.mainTouch .coupon .button:hover {
  background-color: #44a11c;
  color: #fff;
}
.mainTouch input#coupon_code {
  width: 125px;
}

.woocommerce-MyAccount-navigation {
  border: 1px solid #e3e3e3;
  padding: 1em 1em;
  border-radius: 3px;
}
.woocommerce-MyAccount-navigation ul {
  padding-left: 25px;
}
.woocommerce-MyAccount-navigation li {
  font-size: 1.3em;
  margin: 0.5em 0;
}

.woocommerce-Address {
  border: 1px solid #e3e3e3;
  padding: 1em 1em;
  border-radius: 3px;
}

.woocommerce-account .addresses .title .edit {
  background: #6c6364;
  color: #fff;
  padding: 0.5em 1.3em;
  text-transform: uppercase;
  border-radius: 3px;
  text-decoration: none;
}

.woocommerce-address-fields input {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 0.4em 0.4em;
}
.woocommerce-address-fields .select2-container--default .select2-selection--single {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 0.4em 0.4em;
  height: 36px;
}
.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 24px;
}
.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 60%;
}
.woocommerce-address-fields .button {
  background-color: #44a11c !important;
  color: #fff !important;
  padding: 1em 1em !important;
}

.summary .quantity .qty {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 0.4em 0.4em;
}

.woocommerce-input-wrapper input {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 0.4em 0.4em;
}
.woocommerce-input-wrapper .select2-container--default .select2-selection--single {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 0.4em 0.4em;
  height: 36px;
}
.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 24px;
}
.woocommerce-input-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 60%;
}
.woocommerce-input-wrapper textarea {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 0.4em 0.4em;
}

.woocommerce-MyAccount-content input {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 0.4em 0.4em;
}
.woocommerce-MyAccount-content select {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 0.4em 0.4em;
  height: 36px;
}
.woocommerce-MyAccount-content textarea {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 0.4em 0.4em;
}

.woocommerce-form-login input, .woocommerce-ResetPassword input {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 0.4em 0.4em;
}
.woocommerce-form-login select, .woocommerce-ResetPassword select {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 0.4em 0.4em;
  height: 36px;
}
.woocommerce-form-login textarea, .woocommerce-ResetPassword textarea {
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  padding: 0.4em 0.4em;
}
.woocommerce-form-login .button, .woocommerce-ResetPassword .button {
  background-color: #b3206e !important;
  color: #fff !important;
  padding: 1em 1em !important;
}

.woocommerce-product-gallery__image {
  margin-bottom: 5px;
}/*# sourceMappingURL=style.css.map */