﻿.block-product-cats ul li.current a span {
    color: white;
    background: #333;
}

.products-topbar .products-sort .sort-list li.active a {
    color: #000;
}

.products-topbar .products-topbar-right {
    float: right !important;
}
.products-topbar .products-sort .sort-list li a {
    text-transform: none;
}

.pm-grey-link {
    color: #868686;
}
.pm-orange-link {
    color: #d9bf7a;
}

.pm-black-button {
    display: inline-block;
    text-align: center;
    color: #fff;
    height: 42px;
    position: relative;
    clear: both;
    padding: 0 20px;
    background: #000;
    border: 1px solid #000;
    overflow: hidden;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-top: 16px;
}

a.pm-black-button:hover {
    color: black;
    background: white;
    opacity: 1 !important;
}

.pm-info-title {
    margin-right: 8px;
    text-transform: uppercase;
    color: #000
}

.pm-button-pill {
    padding: 8px 16px;
    border: 1px solid #BA0900;
}
.pm-button-pill.active {
    background-color: #BA0900;
    color: #fff;
}

.nothing-you-could-do-regular {
    font-family: "Nothing You Could Do", cursive !important;
    font-weight: 400;
    font-style: normal;
}

.pm-title {
    font-size: 35px;
    margin: auto;
    position: relative;
    margin-bottom: 5px;
    color: #000;
    line-height: 40px;
    font-family: Cormorant Garamond, serif;
}

.pm-sub-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    font-size: 16px;
    color: #868686;
    font-weight: 400;
    line-height: 1.75;
}

.product-popup {
  box-sizing: border-box;
  height: auto;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: auto;
  position: fixed;
  top: 50%;
  width: 750px;
  z-index: 1000000;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
  display: none;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}
.product-popup.active {
  display: block;
}
.product-popup .newsletter-close {
  text-align: center;
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
  color: #000;
  z-index: 10000;
  width: 36px;
  height: 36px;
  border: 9px solid transparent;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.product-popup .newsletter-close:after, 
.product-popup .newsletter-close:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: rgba(0,0,0,.5);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.product-popup .newsletter-close:before {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-popup .newsletter-close:after {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-popup .newsletter-close:hover {
  background: #e5e5e5;
}
.product-popup .newsletter-close:hover:after, 
.product-popup .newsletter-close:hover:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.product-popup .newsletter-container {
  display: flex;
}
.product-popup .newsletter-container .newsletter-img {
  width: 49.5%;
}
.product-popup .newsletter-container .newsletter-form {
  width: 50.5%;
  margin: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-popup .newsletter-container .newsletter-form form {
  text-align: center;
  padding: 25px;
  margin: auto;
}
.product-popup .newsletter-container .newsletter-form .newsletter-title .title {
  font-size: 35px;
  margin: auto;
  position: relative;
  margin-bottom: 5px;
  color: #000;
  line-height: 40px;
  font-family: Cormorant Garamond,serif;
}
.product-popup .newsletter-container .newsletter-form .newsletter-title .sub-title {
  font-size: 16px;
  color: #868686;
  font-weight: 400;
  margin-bottom: 20px;
}
.product-popup .newsletter-container .newsletter-form .newsletter-input {
  width: 100%;
  max-width: 380px;
  margin: 0;
  display: flex;
  background: #fff;
}
.product-popup .newsletter-container .newsletter-form .newsletter-input input[type=email] {
  width: 100%;
  padding: 0 15px;
  height: 50px;
  color: #868686;
  line-height: 50px;
  font-size: 14px;
  background: transparent;
  border: 1px solid #e5e5e5;
}
.product-popup .newsletter-container .newsletter-form .newsletter-input input[type=submit] {
  border: 0;
  padding: 0 18px;
  background: #000;
  height: 50px;
  line-height: 50px;
  position: relative;
  top: 0;
  font-size: 11px;
  color: #fff;
  cursor: pointer;
  letter-spacing: .1em;
  text-transform: uppercase;
  width: auto;
}
.product-popup .newsletter-container .newsletter-form .newsletter-input input[type=submit]:hover {
  background: #cb8161;
}
.product-popup .newsletter-container .newsletter-form .newsletter-no {
  cursor: pointer;
  font-size: 12px;
  color: #cb8161;
  display: inline-block;
  font-weight: 600;
  border-bottom: 2px solid #cb8161;
  margin-top: 20px;
}


.contact-popup {
  box-sizing: border-box;
  height: auto;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: auto;
  position: fixed;
  top: 50%;
  width: 750px;
  z-index: 1000000;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
  display: none;
  -webkit-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}
.contact-popup.active {
  display: block;
}
.contact-popup .newsletter-close {
  text-align: center;
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
  color: #000;
  z-index: 10000;
  width: 36px;
  height: 36px;
  border: 9px solid transparent;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.contact-popup .newsletter-close:after, 
.contact-popup .newsletter-close:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background-color: rgba(0,0,0,.5);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.contact-popup .newsletter-close:before {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.contact-popup .newsletter-close:after {
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.contact-popup .newsletter-close:hover {
  background: #e5e5e5;
}
.contact-popup .newsletter-close:hover:after, 
.contact-popup .newsletter-close:hover:before {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.contact-popup .newsletter-container {
  display: flex;
}
.contact-popup .newsletter-container .newsletter-img {
  width: 49.5%;
}
.contact-popup .newsletter-container .newsletter-form {
  width: 50.5%;
  margin: 0;  
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-popup .newsletter-container .newsletter-form form {
  text-align: center;
  padding: 25px;
  margin: auto;
}
.contact-popup .newsletter-container .newsletter-form .newsletter-title .title {
  font-size: 35px;
  margin: auto;
  position: relative;
  margin-bottom: 5px;
  color: #000;
  line-height: 40px;
  font-family: Cormorant Garamond,serif;
}
.contact-popup .newsletter-container .newsletter-form .newsletter-title .sub-title {
  font-size: 16px;
  color: #868686;
  font-weight: 400;
  margin-bottom: 20px;
}
.contact-popup .newsletter-container .newsletter-form .newsletter-input {
  width: 100%;
  max-width: 380px;
  margin: 0;
  display: flex;
  background: #fff;
}
.contact-popup .newsletter-container .newsletter-form .newsletter-input input[type=email] {
  width: 100%;
  padding: 0 15px;
  height: 50px;
  color: #868686;
  line-height: 50px;
  font-size: 14px;
  background: transparent;
  border: 1px solid #e5e5e5;
}
.contact-popup .newsletter-container .newsletter-form .newsletter-input input[type=submit] {
  border: 0;
  padding: 0 18px;
  background: #000;
  height: 50px;
  line-height: 50px;
  position: relative;
  top: 0;
  font-size: 11px;
  color: #fff;
  cursor: pointer;
  letter-spacing: .1em;
  text-transform: uppercase;
  width: auto;
}
.contact-popup .newsletter-container .newsletter-form .newsletter-input input[type=submit]:hover {
  background: #cb8161;
}
.contact-popup .newsletter-container .newsletter-form .newsletter-no {
  cursor: pointer;
  font-size: 12px;
  color: #cb8161;
  display: inline-block;
  font-weight: 600;
  border-bottom: 2px solid #cb8161;
  margin-top: 20px;
}






/* Start Price Flip Effect*/

/* entire container, keeps perspective */
.flip-container{
/*perspective*/
-webkit-perspective:1000;
   -moz-perspective:1000;
    -ms-perspective:1000;
     -o-perspective:1000;
        perspective:1000;
}
/* flip the pane when hovered */
	.flipped {
/*transform*/
-webkit-transform:rotateY(180deg);
   -moz-transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
     -o-transform:rotateY(180deg);
        transform:rotateY(180deg);
}
.flip-container, .front, .back{
width:150px;
height:23px;
}
/* flip speed goes here */
.flipper {
/*transition*/
-webkit-transition:0.6s;
   -moz-transition:0.6s;
     -o-transition:0.6s;
        transition:0.6s;
/*transform-style*/
-webkit-transform-style:preserve-3d;
   -moz-transform-style:preserve-3d;
    -ms-transform-style:preserve-3d;
     -o-transform-style:preserve-3d;
        transform-style:preserve-3d;
position:relative;
}
/* hide back of pane during swap */
.front, .back{
/*backface-visibility*/
-webkit-backface-visibility:hidden;
   -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
     -o-backface-visibility:hidden;
        backface-visibility:hidden;
position:absolute;
top:0;
left:0;
}
/* front pane, placed above back */
.front{
z-index:2;
}
/* back, initially hidden pane */
.back{
/*transform*/
-webkit-transform:rotateY(180deg);
   -moz-transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
     -o-transform:rotateY(180deg);
        transform:rotateY(180deg);
}

/* Start Price Flip Effect*/