body {
	background-color: #ffffff;
}

.select_style_mpdp, .select_style_mpdp:before, .select_style_mpdp:after,
.add_bag_btn, .add_bag_btn:before, .add_bag_btn:after,
.wishlist_btn, .wishlist_btn:before, .wishlist_btn:after {
  box-sizing: border-box;
}
#jqt .product_details_mpdp ul li {
}

.bottom_nav_mpdp {
	height: 45px;
	width: 100%;
	position: absolute;
	background-color:rgba(0,0,0,0.8);
	z-index: 20;
	display: block;
	margin: -52px 0 0;
}

.detail_star_mpdp {
	float: left;
	position: absolute;
	top: 10px;
	width: 27.5px;
	height: 26px;
	left: 9.5px;
}
.detail_star_mpdp img {
	width: 100%;
	height: 100%;
}

.detail_info_mpdp {
	float: right;
	position: absolute;
	top: 10px;
	width: 26.5px;
	height: 26.5px;
	right: 9.5px;
}
.detail_info_mpdp img {
	width: 100%;
	height: 100%;
}

/* Preorder Messaging */
.pdp_po_msg {
	color: #A53838;
	margin: 15px 0;
	text-align: center;
}
.pdp_po_msg p {
	font-size: 14px;
	margin: 5px 0;
}
.pdp_po_msg span {
	font-size: 12px;
	display: block;
	margin: 5px 0;
}
.po_msg {
	color: #a63231;
	display: block;
	margin: 5px 0;
}

/*-- SALE PRICE CSS --*/

.detail_price_mpdp {
	font-family: Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	text-align: center;
}

.detail_price_old_mpdp {
	font-family: Helvetica, sans-serif;
	text-align: center;
	margin: 0 4px;
	text-decoration: line-through;
	display: inline-block;
}
.detail_price_sale_mpdp {
	font-family: Helvetica, sans-serif;
	text-align: center;
	margin: 0 4px;
	text-decoration: none;
	display: inline-block;
}
.itemadded-price-old {
	display: inline-block;
	text-decoration: line-through;
}
.itemadded-price-sale {
	display: inline-block;
	margin-left: 8px;
}
.pdp_final_sale_mssg {
	margin-bottom: 20px;
	color: #961c1c;
	clear: both;
	margin-top: 20px;
	display: block;
	font: normal 13px Montserrat;
}
/*-- END --*/


#btn_horz_mhp {
	display: block;
	padding-top: 8px;
}
#btn_horz_mhp img {
	margin: 0 auto;
	display: block;
}

/*// Wish list CSS //*/

/*.wish_nav_mpdp {
	width: 100%;
	position: absolute;
	background-color:rgba(0,0,0,0.8);
	z-index: 20;
	padding-top: 15px;
	height: 77.5px;
	margin-right: 0;
	margin-top: -144px;
	margin-left: 0;
}*/
.wish_nav_mpdp {
	width: 100%;
	position: absolute;
	background-color:rgba(0,0,0,0.8);
	z-index: 20;
	padding-top: 15px;
	height: 133px;
	margin-right: 0;
	margin-top: -200px;
	margin-left: 0;
}

.wish_form_wrap_mpdp {
	overflow: hidden;
}

.select_style_mpdp select {
	height: 40px;
	width: 100%;
	float: left;
	padding: 5px;
	border-right: 1px solid #c3c3c3;
	background: transparent;
	border-style: none;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	font: normal 10px Montserrat;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product_detail_date {
	margin: 15px;
	text-align: center;
	/*font-size: 11px;*/
}
.pdp_dd_container {
	border: 1px solid #c3c3c3;
	overflow: hidden;
	margin: 0 15px;
}
.pdp_dd_container .select_style_mpdp:first-child {
	border-right: 1px solid #cecece;
	width: 70%;
}
.pdp_dd_container .select_style_mpdp:nth-child(2) select {
	padding-right: 32px;
}
.select_style_mpdp {
	overflow: hidden;
	position: relative;
	background-size: 15.5px 27.5px;
	float: left;
	border-style: none;
	width: 30%;
	color: #494949;
	height: 40px;
	padding-left: 12px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; /* future proofing */
	-khtml-border-radius: 2px; /* for old Konqueror browsers */
}
.select_style_mpdp {
	float:left;
}
.select_style_mpdp:after {
	background: url(//is4.fwrdassets.com/fw/assets/mobile/source/svg/arrow-down.svg) no-repeat;
	width: 20px;
	height: 22px;
	display: block;
	content: "";
	position: absolute;
	right: 8px;
	top: 10px;
}
/*Product Details Page*/
.scroll .product_details_mpdp {
	color: #a7a7a7;
	font: 12px Helvetica, sans-serif;
	background-color: #1c1c1c;
	display: block;
	height: 100%;
	padding-top: 11px;
}
.product_details_mpdp p {
	line-height: 16px;
	padding: 0;
}
#jqt .product_details_mpdp ul {
	padding: 10px 0;
	margin-left: 20px;
	margin-right: 20px;
}
.details_header_mpdp {
	color: #4e4e4e;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	text-transform: uppercase;
}
.styled_header_mpdp {
	color: white;
	margin-bottom: 10px;
	display: block;
	text-transform: uppercase;
	font: 12px Helvetica, sans-serif;
}

.styled_with_wrap_mpdp {
	margin-left: 2px;
	float: left;
	padding-bottom: 46px;
	background-color: #1c1c1c;
}
.styled_with_wrap_mpdp a .styled_image_mpdp {

}
.styled_image_mpdp img {

}
.styled_image_mpdp {
	display: block;
	float: left;
	margin-right: 1.8px;
	margin-bottom: 1px;
}

@media only screen and (min-width: 600px) {
 .styled_image_mpdp img  {width:212px; height: 304px;}
 a .styled_image_mpdp  {width:212px; height: 304px; display: block; margin-bottom:1px;}
}
@media only screen and (max-width: 599px) {
.styled_image_mpdp img  {width:105px; height: 151px;}
a .styled_image_mpdp  {width:105px; height: 151px; display: block; margin-bottom:1px;}
}

.bottom_nav_details_mpdp {
	height: 45px;
	width: 100%;
	position: fixed;
	background-color: black;
	margin: 0;
	bottom: 0;
	padding: 1px 0 0;
	text-align: center;
}

.detail_star_add_mpdp {
	width: 45px;
	height: 45px;
	background-color: black;
	display: block;
	text-align: center;
}

.detail_close_mpdp {
	width: 46px;
	height: 45px;
	display: block;
}

.detail_close_mpdp img, .detail_star_add_mpdp img  {
	width: 100%;
	height: 100%;
}

.bottom_nav_details_mpdp ul {
	margin:  0 auto;
	width: 395px;
	display: inline-block;
	height: 45px;
	padding: 0;
}
.bottom_nav_details_mpdp ul li {
	background-color: black;
	display: inline-block;
	overflow: hidden;
	float: left;
}
.bottom_nav_details_mpdp ul li a {
	color: #a7a7a7;
	font: bold 12px Helvetica, sans-serif;
}
.bottom_nav_details_mpdp ul li a.active_mpdp {
	overflow: hidden;
	height: 45px;
	display: block;
}
.bottom_nav_details_mpdp ul li.details_star_bottom_mpdp {
	background-color: black;
	width: 45px;
	height: 45px;
	margin-right: 1px;
}
.bottom_nav_details_mpdp ul li.details_close_bottom_mpdp {
	background-color: black;
	width: 46px;
	height: 45px;
}
.bottom_tabs_mpdp a {
	min-width: 75px;
	padding-top: 14px;
	height: 31px;
	display: block;
}
.bottom_tabs_mpdp a.active_mpdp {
	background-color: #b3b3b3;
	height: 45px;
	display: block;
	color: black
}
.bottom_tabs_mpdp {
	margin-right: 1px;
	text-align: center;
}
.bottom_tabs_center_mpdp {
	text-align: center;
}
.bottom_tabs_center_mpdp a {
	min-width: 75px;
	height: 31px;
	padding-top: 14px;
	display: block;
}
.bottom_tabs_center_mpdp a.active_mpdp {
	background-color: #b3b3b3;
	height: 45px;
	display: block;
	color: black;
	overflow: hidden;
	width: 75px;
}
ul.tabs_center_mpdp {
	margin:  0 auto;
	width: 320px;
	padding: 0;
}

.details_bullet_mpdp {
	float: left;
	margin-right: 10px;
}
.details_text_mpdp {
	display: block;
	padding-left: 15px;
}
.tabs_center_mpdp li a.details_tab_active_mpdp {
	background-color: #b3b3b3;
	height: 45px;
	display: block;
	color: #000;
	}
a.details_link_mpdp {
	color: white;
	text-decoration: none;
}
.reviews_header_mpdp {
	color: #fff;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#review_header_rating_mpdp .review_summary {
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	display: block;
	font-weight: normal;
	font-style: normal;
	clear: both;
}
#reviews_header_wrap_mpdp #reviews_header_rating_mpdp ul.review_stars_mpdp {
	margin: 0 auto;
	padding: 0;
	background-color: maroon;
	display: block;
	float: none;
}
.review_stars_mpdp li {
	width: 13.5px;
	height: 13px;
	display: inline-block;
	background: url(//is4.fwrdassets.com/images/m/header_stars.gif) no-repeat;
	background-size: 13.5px;
	padding: 0;
	float: left;
	margin: 0 2px 7.5px;
}
.review_stars_mpdp li.blue_mpdp {
	background-position: 0 bottom;
}

#review_header_rating_mpdp {
	font-size: 27.5px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	padding: 0;
	display: block;
	width: 150px;
	margin: 0 auto;
	text-transform: uppercase;
}

#reviews_header_wrap_mpdp {
	width: 100%;
	height: 100px;
	background-color: #1c1c1c;
}
.product_details_mpdp .reviews_wrap_mpdp {
	width: 100%;
	display: block;
	height: auto;
	padding: 9px 1px 18px;
}
.product_details_mpdp .reviews_wrap_mpdp p {
	display: block;
}
.review_name_mpdp {
	float: left;
}
.review_name_mpdp  span {
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	padding: 0;
}
#jqt .product_details_mpdp .reviews_wrap_mpdp .review_stars_grey_mpdp {
	float: right;
	margin: 0 10px 10px 0;
	padding: 0;
}
.review_stars_grey_mpdp li {
	width: 13.5px;
	height: 13px;
	display: inline-block;
	background: url(//is4.fwrdassets.com/images/m/header_stars_grey.gif) no-repeat;
	background-size: 13.5px;
	padding: 0;
	float: left;
	margin: 0 2px 7.5px;
}
.review_stars_grey_mpdp li.light_mpdp {
	background-position: 0 bottom;
}


/*new*/
.product_details_mpdp #reviews_header_wrap_mpdp #review_header_rating_mpdp .review_stars_white_mpdp {
	margin: 0 auto;
	padding: 0;
	width: 87.5px;
	display: block;
}
.review_stars_white_mpdp li {
	width: 13.5px;
	height: 13px;
	display: inline-block;
	background: url(//is4.fwrdassets.com/images/m/header_stars_grey.gif) no-repeat;
	background-size: 13.5px;
	padding: 0;
	float: left;
	margin: 0 2px 7.5px;
}
.review_stars_white_mpdp li.light_mpdp {
	background-position: 0 bottom;
}


/*notifications*/

.link_sep {
	color: gray;
	text-decoration:none;
	width: 36px;
	display: inline-block;
	height: 13px;
	text-align: center;
	margin-top: 18px;
}
a.notification_link {
	color: #ffffff;
	font-weight: bold;
	margin-top: 18px;
	display: inline;
	font-size: 15px;
}
a.notification_link.active {
	color: #999999;
}

.notification_wrap_mpdp {
	width: 100%;
	position: absolute;
	background-color:rgba(0,0,0,0.8);
	z-index: 20;
	padding-top: 15px;
	height: 77.5px;
	margin-right: 0;
	margin-top: -144px;
	margin-left: 0;
	color: #999999;
	font-size: 12px;
}
.notification_inner {
	width: 300px;
	margin: 0 auto;
	height: 80px;
	text-align: center;
}
.notify_succ {
	font-weight: bold;
	color: #ffffff;
}



/*Wish Button*/

.btn_wish_list.css_btn {
	display: block;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.btn_wish_list.css_btn a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #494949;
	background: #dfdfdf; /* Old browsers */
	text-transform: uppercase;
	padding: 9px 8px 8px;
	display: block;

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px; /* future proofing */
	-khtml-border-radius: 2px; /* for old Konqueror browsers */
}
.btn_wish_list.css_btn a:active {
	background: #ffffff;
	color: #111;
}


/*new product detail page CSS*/

.product_detail_info {
	margin-top: 0;
	text-align: center;
	line-height: 20px;
	margin-bottom: 17.5px;
}
.product_detail_info h1 {
	/*font: normal 10px Montserrat;
	text-transform: uppercase;*/
	/*color: black;
	margin-bottom: 3px;*/
}
.pdp-badging {
    display:inline-block;
    background: #f7f7f7;
    padding: 5px 10px;
    font-family: Montserrat;
    color: #000000;
    font-size: 10px;
    margin: 5px 0;
    letter-spacing: 1;
}
.price_pdp {
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
}
.product_detail_info p {
	/*font-size: 11px;*/
}

.add_bag_btn, .wishlist_btn {
	float: left;
	/*margin-top: 10px !important;*/
}
.add_bag_btn {
	width: 65%;
	padding-left: 14px;
	font: normal 14px Montserrat;
}
.wishlist_btn {
	width: 35%;
	padding-left: 12px;
	padding-right: 14px;
}
.wishlist_btn a {
	font: normal 10px Montserrat !important;
}


.add_bag_btn.css_btn a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background: black;
	text-transform: uppercase;
	display: block;
	height: 46px;
	line-height: 46px;
	padding: 0;
}
#ajax-addtowishlist {
	height: 46px;
	border: 3px solid black;
	line-height: 46px !important;
	background: white;
	padding: 0;
}
.add_bag_btn.css_btn a:active {
	background: #666;
	color: #fff;
}
.slider_mpdp {
	margin-top: 0px;
}


/*accordion css*/

#accordion {
	margin: 10px 14px;
}

#accordion h2 {
	cursor:pointer;
	font: normal 10px Montserrat !important;
	text-transform: uppercase;
	background-size:21px 97px;
	overflow: hidden;
	padding: 15px;
	border-right: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	position: relative;
}
#accordion > h2:first-child {
	border-top: 1px solid #cecece;
}
#accordion h2:after {
	background: url(//is4.fwrdassets.com/fw/assets/mobile/source/svg/arrow-down.svg) no-repeat;
	width: 20px;
	height: 22px;
	display: block;
	content: "";
	position: absolute;
	right: 9px;
	top: 10.5px;
}
/*#accordion h2::after
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-right: 2px solid #4c4c4c;
	border-top: 2px solid #4c4c4c;
	position: absolute;
	right: 30px;
	-webkit-transform: rotate(130deg);
	-moz-transform: rotate(130deg);
	-o-transform: rotate(130deg);
	transform: rotate(130deg);
	background-color: orange;
}


#accordion h2.active::after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-right: 2px solid #4c4c4c;
	border-top: 2px solid #4c4c4c;
	position: absolute;
	right: 30px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background-color: orange;
}
*/
.about_designer_link {
    color: #4c4c4c;
    display: block;
    margin-top: 15px;
    text-decoration: underline;
}


#accordion .content {
 background-color: white;
 padding: 15px 15px 15px;
 margin: -2px 0 0px;
 font: 12px/18px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
 border-left: 1px solid #cecece;
 border-right: 1px solid #cecece;
 border-bottom: 1px solid #cecece;
}
#accordion .content h2 {
	font-weight: bold;
	margin: 0 0 2px;
	padding: 0;
	color: #a7a7a7;
	text-transform: capitalize;
}
#accordion .content p {

}
#accordion .content ul {
	margin-left: 15px;
}
#accordion .content ul li {
	list-style-type: disc;
}

#accordion h2.active {
	background-position: right top;
}
/*accordion css END*/

.about_designer_link {
	color: black;
	text-decoration: underline;
	margin-top: 15px;
	display: block;
}
.shop_look_tab {
	font: 14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	overflow: hidden;
	margin: 15px;
	background-color: white;
	text-align: center;
	font: normal 12px Montserrat;
}
.cust_care_tab {
	padding: 15px;
	color: #828282;
	font: bold 14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background-color: #1c1c1c;
	text-align: center;
	text-transform: uppercase;
}
.cust_care_tab a:link {
	text-decoration: none;
	color: #828282;
}


.shop_the_look_products {
	height:136.5px;
	width: 100%;
	overflow-x:scroll;
	overflow-y:hidden;
	margin-bottom: 12.5px;
	-webkit-overflow-scrolling: touch; /*adding this line will enable inertial scrolling*/
}
.shop_the_look_products .container {
	}
.shop_the_look_products .container div {
	float:left;
	width: 90px;
	height: 136.5px;
	margin-right: 2px;
}
/*

Pop Ups
=======
*/

.product-popup {
    background: #ffffff;
}
.product-popup__title-bar {
    background: #ffffff;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
}
.product-popup__title {
    color: #000000;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: .139em;
    padding: 18px;
    margin: 0;
}
.product-popup__close {
    display: block;
    background-image: url(//is4.fwrdassets.com/fw/img/global_iconsX2.png);
    background-size: 440px;
    background-position: -75px -241px;
    position: absolute;
    right: 15px;
    top: 15px;
    height: 20px;
    width: 20px;
    text-indent:-9999em;
    overflow: hidden;
}
.product-popup__content {
    font-family: "Karla", Arial, sans-serif;
    padding: 22px 13px;
}
.product-popup__subtitle {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.product-popup__brand {
    font-family: Arial, Geneva, sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-top: 4px;
}
.product-popup__subtitle--small {
    font-family: Arial, Geneva, sans-serif;
    font-size: 11px;
    text-transform: capitalize;
    margin-top: 2px;
}
.product-popup__copy {
    font-family: Arial, Geneva, sans-serif;
    font-size: 11px;
    line-height: 12px;
}
.product-popup__copy--error p{
    color: #911717;
}
.product-popup__copy--small {
    font-size: 11px;
    line-height: 15px;
     color: #949494;
}
.product-popup__copy p {
    margin-bottom: 13px;
    margin-top: 0;
}
.product-popup__list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.product-popup__input-text {
    font-size: 11px;
    background: #f5f5f5;
    border: 1px solid #e4e4e4;
    width: 100%;
    padding: 17px 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
    margin-bottom: 8px;
}
.product-popup__input-text::-webkit-input-placeholder { /* WebKit browsers */
    color:    #949494;
}
.product-popup__input-text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #949494;
   opacity:  1;
}
.product-popup__input-text::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #949494;
   opacity:  1;
}
.product-popup__input-text:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #949494;
}
.product-popup__select-menu--error::-webkit-input-placeholder { /* WebKit browsers */
    color:    #911717;
}
.product-popup__select-menu--error:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #911717;
   opacity:  1;
}
.product-popup__select-menu--error::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #911717;
   opacity:  1;
}
.product-popup__select-menu--error:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #911717;
}
.product-popup__input-text--error::-webkit-input-placeholder { /* WebKit browsers */
    color:    #911717;
}
.product-popup__input-text--error:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #911717;
   opacity:  1;
}
.product-popup__input-text--error::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #911717;
   opacity:  1;
}
.product-popup__input-text--error:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #911717;
}
.product-popup__textarea {
    font-size: 11px;
    background: #f5f5f5;
    border: 1px solid #e4e4e4;
    width: 100%;
    padding: 17px 23px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 8px;
    resize: none;
    height: 90px;
    -webkit-appearance: none;
    border-radius: 0;
}
.product-popup__checkbox-label {
    font-size: 12px;
    cursor: pointer;
    height: 23px;
    line-height: 23px;
    vertical-align: middle;
    padding-left: 34px;
    position: relative;
    display: block;
}
.product-popup__checkbox-label:hover .product-popup__checkbox-icon {
    background-position: -144px -833px;
}
.product-popup__checkbox {
    display: none;
}
.product-popup__checkbox:checked + .product-popup__checkbox-icon {
    background-position: -168px -833px;
}
.product-popup__checkbox-icon {
    background-image: url(//is4.revolveassets.com/r/i/rev_global_icons_2x.png);
    background-size: 294px;
    background-position: -120px -833px;
    width: 22px;
    height: 23px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.product-popup__btn {
    font-family: Montserrat, Arial, sans-serif;
    font-weight: normal;
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    border: none;
    text-transform: uppercase;
    letter-spacing: .139em;
    padding: 17px 41px;
}
.product-popup__btn--greyed {
    background: #e4e4e4;
}
.product-popup__bullet {
	position: relative;
	padding-left: 15px;
}
.product-popup__bullet:before {
    content: "\2022";
    position: absolute;
    left: 0;
    top: 1px;
}
.product-popup__toggle {
    overflow: hidden;
    font-family: Montserrat, Arial, sans-serif;
    padding:0 15px 3px;
    color: #949494;
    text-transform: uppercase;
    font-size: 12px;
}
.product-popup__toggle-bis {
    font-size: 11px;
    width: 50%;
    text-align: center;
    float: left;
    padding: 18px;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.product-popup__toggle-so {
    font-size: 11px;
    width: 50%;
    text-align: center;
    float: left;
    padding: 18px;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.product-popup__toggle-btn {
    padding: 22px 0 0 0;
    text-align: center;
}
.product-popup__toggle-copy {
    padding: 0 0 1px;
    display:inline-block;
}
.product-popup__toggle-active .product-popup__toggle-copy{
    border-bottom: 2px solid #000000;
    color: #000000;
}
.product-popup__margin--bottom {
    margin-bottom: 13px;
}
.product-popup__margin--bottom-large {
    margin-bottom: 20px;
}
.product-popup__content-toogle {
    display: none;
}
.product-popup__content-active {
    display: block;
}
.product-popup__size-checkbox {
    display: none;
}
.product-popup__size-checkbox:checked + .product-popup__size {
    background: #000000;
    color: #ffffff;
}
.product-popup__size-label {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #e4e4e4;
}
.product-popup__size {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    height: 30px;
    padding: 0 10px;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
}
.product-popup__select-menu--error, .product-popup__input-text--error, .product-popup__size-label--error{
    background-color: #f4e8e8;
    color: #911717;
    border: none;
}
/*

Confirmation
============
*/
.confirmation {
    background: #ffffff;
    text-align: center;
    padding: 22px 15px;
}
.confirmation__title {
    font-family: Montserrat, Arial, sans-serif;
    font-size: 12px;
    line-height: 23px;
    text-transform: uppercase;
}
.confirmation__detail {
    font-family: "Karla", Arial, sans-serif;
    font-size: 11px;
    line-height: 23px;
    padding: 0 35px;
}
.confirmation__detail--small {
    color: #717171;
    font-size: 10px;
    line-height: 15px;
}
.confirmation__email {
    font-family: Montserrat, Arial, sans-serif;
    font-weight: bold;
}
.confirmation__btn {
    font-family: Montserrat, Arial, sans-serif;
    background: #000000;
    color: #ffffff;
    font-size: 12px;
    border: none;
    text-transform: uppercase;
    letter-spacing: .139em;
    padding: 18px 25px ;
}
.confirmation__margin--bottom {
     margin-bottom: 13px;
}

.add_to_bag_bn_cta {
    color: white;
    display: block;
    background-color: black;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    padding: 16px 10px;
    border: 1px solid black;
    font-family: "Montserrat", Arial, sans-serif;
}
.buy_now_bn_cta {
    color: black;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid black;
    padding: 16px 10px;
    font-family: "Montserrat", Arial, sans-serif;
}
.add_to_wishlist_bn_pdp {
    font-size: 14px;
    font-family: "Montserrat", Arial, sans-serif;
    color: black;
    padding: 20px 18px 8px 18px;
    display: inline-block;
    text-transform: uppercase;
}
