*, *:before, *:after {
  box-sizing: border-box;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0 auto;
  font-size: 13px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  font-weight: 500 !important;
}
#shop-header, #shop-header div, #shop-footer, #shop-footer div{
  position: relative;
}
a {
  transition: .2s;
}
label {
  font-size: 13px !important;
}
body.woocommerce-account nav > ul li a {
  padding: 10px 15px;
  border: none;
  font-weight: 700;
  outline: none;
  font-family: 'Montserrat', sans-serif;
  transition: .2s;
  text-decoration: none;
  background-color: #b4435e;
  color: #fff;
}
body.woocommerce-account nav > ul li a:hover {
  background-color: #D86782;
}
body.woocommerce-account nav > ul li.is-active a {
  color: #fff;
  background-color: #D86782;
}
button, .button, input[type="submit"] {
  transition: .3s;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
}
button:active, .button:active, a:active, .home .sec2 .item:active, input[type="submit"]:active, body.woocommerce-account nav > ul li a:active {
  transform: scale(.9) !important;
}
button:active, .button:active {
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-name: pulse;
  animation-duration: .5s;
}
#shop-header, #shop-footer {
  min-width: 1200px;
}
a:hover, .active {
  color: #D86782;
}
#menu-btn, #cart-btn {
  display: none;
}
.mobile-menu {
  display: none;
}
#cart-count {
	position: absolute;
	border-radius: 3px;
	right: 55px;
	padding: 2px 3px;
	font-size: 10px;
	top: 20px;
	color: #fff;
	z-index: 40;
}
.hidden {
  display: none;
}
.center {
  text-align: center;
}
.align-vert {
  top: 50%;
  transform: translateY(-50%);
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}

/* Colors */
.gray-bg {
  background-color: #f2f2f2;
}
.gray-txt {
  color: #f2f2f2;
}
.dark-gray-txt {
  color: #636363;
}
.white-bg {
  background-color: #fff;
}
.white-txt {
  color: #fff;
}
.black-bg {
  background-color: #000;
}
.black-txt {
  color: #000;
}
.pink-bg {
 background-color: #D86782;
}
.pink-txt {
 color: #D86782;
}
.dark-pink-bg {
 background-color: #b4435e;
}
.dark-pink-txt {
  color: #b4435e;
}
/* Animations */
.invisible {
  opacity: 0;
  transition: 1s;
}
.visible {
  opacity: 1;
}
.hide-left {
  transition: 1.5s;
  left: -100vw;
}
.reveal-left {
  left: 0 !important;
}
.hide-right {
  transition: 1.5s;
  right: -110vw;
}
.reveal-right {
  right: 0 !important;
}
.slide-left {
  left: 0 !important;
}
@-webkit-keyframes pulse {
  0% {
  	-webkit-box-shadow: 0 0 0 0  rgb(216, 103, 130, 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}
@keyframes pulse {
  0% {
  	box-shadow: 0 0 0 0  rgb(216, 103, 130, 0.5);
  }
  70% {
    box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
  }
}

/* #shop-header */
header {
  display: none !important;
  visibility: hidden;
  opacity: 0;
  filter: opacity(0);
  height: 0 !important;
  width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}
#shop-header {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 5px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  z-index: 3;
  flex-wrap: nowrap;
}
#shop-header .logo-link {
  position: relative;
  display: flex;
}
#shop-header .logo {
  height: 60px;
  position: relative;
}
#shop-header nav {
  padding: 0 !important;
  margin: 0 !important;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 75%;
}
#shop-header nav menu {
  padding: 0;
  position: relative;
  margin: 0;
  display: flex;
  align-items: center;
  column-gap: 40px;
  justify-content: center;
}
#shop-header nav menu a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
}
#shop-header nav menu a:hover {
  color: #D86782;
}
#shop-header nav .icons {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin-left: 100px;
}
#shop-header nav .icons a.button {
  transition: .2s;
  min-width: 0;
  margin-right: 10px;
  font-size: 1em;
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: .9em;
}
#shop-header nav .icons a.button:hover {
  color: #fff;
  background-color: #D86782;
}
#shop-header nav .icons .icon {
  height: 24px;
}

/* #shop-footer */
#shop-footer {
  overflow: hidden;
}
#shop-footer .footer-wrapper {
  display: flex;
  column-gap: 5%;
  align-items: flex-start;
  padding: 40px 5%;
  border-top: 1px #D86782 solid;
}
#shop-footer .footer-wrapper > div {
  width: 20%;
}
#shop-footer .legal {
  padding: 20px 5%;
}
#shop-footer .footer-wrapper > div h4 {
  font-size: 1.2em;
  margin-bottom: 10px;
  margin-top: 0;
}
#shop-footer .footer-wrapper > div a {
  display: block;
  text-decoration: none;
  color: #000;
  line-height: 180%;
  position: relative;
  text-transform: capitalize;
}
#shop-footer .footer-wrapper > div a:hover {
  color: #D86782;
}
#shop-footer .footer-wrapper > div.social a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#shop-footer .footer-wrapper > div.social a:last-of-type {
  margin-right: 0;
}
#shop-footer .footer-wrapper > div.social a img {
  height: 24px;
  transition: .2s;
}
#shop-footer .footer-wrapper > div.social a img:hover {
  transform: scale(1.1);
}
#shop-footer .social a.button {
  transition: .2s;
  min-width: 0;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: .9em;
  color: #fff;
  margin-top: 20px;
  background-color: #000;
}
#shop-footer .social a.button:hover {
  color: #fff;
  background-color: #D86782;
}

.nv-index-posts, .nv-single-post-wrap {
  margin-bottom: 0px !important;
}
.woocommerce div.product .product_title {
  font-size: 2.5em;
}
.product_meta > span {
  font-size: 1em !important;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {

}


/* 1600px width screens */
@media screen and (min-width: 1600px) {
  #cart-count {
    right: 8.5%;
  }
}