@import url(header.css);

@import url(footer.css); 

@import url(content.css?v1.2.4);


.hide, .merchantheader{ display:none !important;}

/**alluse**/

#bodywrap {
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	position: relative;
}
a,input,button,select{
	outline: none;
}
textarea{
	resize:none;
}
p {
	margin: 0;
}
ul {
	list-style: none;
	margin: 0;
}
ul li ul {
	margin: 0;
}
ul.dropdown_box li ul {
	display: none;
}
table{
    border-spacing: 0;
    border: 0;
    width: 100%;
    margin-bottom: 0;
	background: transparent;
}
table tr,table tr:nth-of-type(even) {
    background: transparent;
}
table thead {
    background: transparent;
}
input[type="checkbox"], input[type="radio"]{
	margin:0;
}
a{
	color:#607890;
}
.menu {
	background-color: #F3F3F3;
}
.menu li {
	line-height: 46px;
}
.menu a {
	color: #000;
	display: block;
	padding: 0 30px;
	font-size: 15px;
	border-top: 1px solid #cccccc;
	position: relative;
}
.menu a.haschild:before {
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 15px;
	top: 16px;
	right: 10px;
	background: url('../images/icon.png')-45px -24px no-repeat;
}
.menu>li>a.haschild:before {
	right: 27px;
}
.menu>li>a.active {
	background-color: #d5d5d5;
}
.menu a.haschild.active:before {
	background-position-x: -30px;
}
.menu li:first-child>a {
	border-top: 0;
}
.menu li ul li ul li:first-child>a {
	border-top: 1px solid #cccccc;
}
.menu>li:last-child>a {
	border-bottom: 1px solid #cccccc;
}
.menu li ul li {
	background-color: #fff;
	padding: 0 17px;
}
.menu li ul li a {
	padding: 0 13px;
}
.menu li ul li ul li {
	padding: 0;
}
.menu li ul li ul li a {
	padding: 0 26px;
}
p.titlebox{
	text-transform: uppercase;
	font-size: 17px;
	font-style: italic;
	line-height: 18px;
	padding: 20px 25px;   
	border-bottom: 1px #d7d7d7 solid;
	position:relative;
}
p.titlebox > .message{
	margin-top: 20px;
	font-size: 10px !important;
	font-style: normal;
	color: #a7461f;
	line-height: 18px;
	background: #f3f4f4;
	padding: 6px;
}
p.titlebox .gray_btn {
	position: absolute;
	right: 20px;
	top: 11px;
	font-style: normal;
	text-transform: none;
}

@media (max-width: 400px) {
p.titlebox .gray_btn {
	top: 10px;
	right: 10px;
	width: 130px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
}

.contentbox {
	padding: 15px;
}

.contentbox2{
	background-color:#f3f3f3;
	border:1px #cccccc solid;
    border-radius: 10px;
    padding: 15px 25px;
}


.contentbox select {
	width: 100%;
	border-radius: 5px;
	background-color: #fff;
	background-image: url('../images/selecticon.png');
	background-position: 97% center;
	padding: 4px;
}


@media (max-width: 400px) {
	p.titlebox {
		 padding: 15px 7px;
	}
	.contentbox {
		padding: 5px;
	}
}
#content p.mintitle {
	font-size: 17px;
	line-height: 50px;
	/*font-style: italic;*/
	color: #000;
	text-align: center;
	text-transform: uppercase;
}
.orange_btn {
	text-align: center;
	color: #fff!important;
	font-weight: bold;
	border-radius: 10px;
	padding: 10px 12px;
	display: inline-block;
	background: #d5782b;
	background: -moz-linear-gradient(top, #d5782b 0%, #cd5f21 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5782b), color-stop(100%, #cd5f21)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d5782b 0%, #cd5f21 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d5782b 0%, #cd5f21 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d5782b 0%, #cd5f21 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d5782b 0%, #cd5f21 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5782b', endColorstr='#cd5f21', GradientType=0 ); /* IE6-9 */
}
.gray_btn {
	width: 200px;
	height: 36px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #fff!important;
	border-radius: 10px;
	text-align: center;
	line-height: 36px;
	background: #999999; /* Old browsers */
	background: -moz-linear-gradient(top, #999999 0%, #7d7a76 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #7d7a76)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #999999 0%, #7d7a76 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #999999 0%, #7d7a76 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #999999 0%, #7d7a76 100%); /* IE10+ */
	background: linear-gradient(to bottom, #999999 0%, #7d7a76 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#7d7a76', GradientType=0 ); /* IE6-9 */
}
.green_btn{
	width: 200px;
	height: 36px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #fff!important;
	border-radius: 10px;
	text-align: center;
	line-height: 36px;
	padding-left:15px;
	position:relative;
	background: #8bc287; /* Old browsers */
	background: -moz-linear-gradient(top, #8bc287 0%, #65ab54 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8bc287), color-stop(100%,#65ab54)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8bc287 0%,#65ab54 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #8bc287 0%,#65ab54 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #8bc287 0%,#65ab54 100%); /* IE10+ */
	background: linear-gradient(to bottom, #8bc287 0%,#65ab54 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc287', endColorstr='#65ab54',GradientType=0 ); 
}
.green_btn:after{
	content:"";
	position:absolute;
	display:block;
	background: url('../images/icon.png')-344px 0px no-repeat;
    left: 28px;
    top: 4px;
	width:28px;
	height:28px;
}
.select_btn{
	display: inline-block;
    cursor: pointer;
    width: 58px;
    height: 23px;
    background: url(../images/select.png) 0 0 no-repeat;
    z-index: 10;
    font-size: 19px;
}
.select_btn:hover{
	background-position-y: -22px;
}

.graybox{
	background-color:#ebebeb;
	padding:10px;
	line-height:15px;
	position:relative;
	font-size: 14px;
}
input[type="tel"].qty {
	width: 39px;
	height: 27px;
	border: 1px #a1a1a0 solid;
	background-color: #fffece;
	line-height: 25px;
	text-align: center;
	color: #000;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.minbanner_box {
	padding: 0 5px;
	padding-bottom: 30px;
}
/**bxSlider**/

.bx-wrapper .bx-viewport {
	box-shadow: none;
	border: 0;
	left: 0;
	transform: none;
	background-color: transparent;
}
.bx-wrapper .bx-controls-direction a {
	width: 35px;
	height: 35px;
	z-index: 900;
}
.bx-wrapper .bx-prev, .bx-wrapper .bx-prev:hover {
	left: 0;
	background: url('../images/icon.png')-218px 0 no-repeat;
}
.bx-wrapper .bx-next, .bx-wrapper .bx-next:hover {
	right: 0;
	background: url('../images/icon.png')-253px 0 no-repeat;
}
/**bxSlider-end**/


@media (max-width: 400px) {
	table thead tr th{
		font-size:12px;
	}
}
.dialog_msg{
	font-size: 15px;
    color: red;
}

div#dialog_popup>div, div.dialog_popup>div{
    width: 100%!important;
	max-width:480px;
}
div#dialog_popup>div.contentbox, div.dialog_popup>div.contentbox {
	max-width:none;
}
#mask_screen {position: absolute;top: 0;left: 0;background-color: #FFFFFF;display: none;}
#mask_screen img {position: absolute;border: 0;}
/**alluse-end**/


a.rev_start2 {
    background: url(../images/ratingStars_star.gif) no-repeat 0 -17px;
    display: inline-block;
    width: 21px;
    height: 17px;
    top: 2px;
    position: relative;
}
a.rev_start1 {
    background: url(../images/ratingStars_star.gif) no-repeat 0 0;
    display: inline-block;
    width: 21px;
    height: 17px;
    top: 2px;
    position: relative;
}
a.rev_start{
	background: url(../images/ratingStars_star.gif) no-repeat 0 -34px;
	display:inline-block;
	width:21px;
	height:17px;
}

.error_msg5{
	color:red!important;
}

.variation .bx-wrapper{
	margin-left: 0!important;
	max-width: none!important;
}

.termsfeed-pc1-notice-banner { top: auto !important; bottom: 0; height: auto !important;}
.termsfeed-pc1-notice-banner .termsfeed-pc1-notice-banner-layout { position: unset !important;}

#free_gift{overflow: hidden; max-width: 784px; width: 100%; background-color: #C4BEAF; position: absolute !important;}
#free_gift > div {text-align: center; padding: 16px;}
#free_gift h2{ color:#661619;font-size: 36px; font-weight: bold; font-family: 'Didot';}
#free_gift p{ color:#5F5F5F; font-size: 20px;line-height: 24px;}
#free_gift p b{ color: #000000}
#free_gift span{ display: block; color:#5F5F5F; font-size: 13px; line-height: 15px}
#free_gift .btn{  color: #fff;  background-color: #661619;  font-size: 16px;  line-height: 15px;  padding: 9px 15px;  display: inline-block;  text-transform: uppercase;  cursor: pointer;  border: 0;}
#free_gift .btn.disabled{ background-color: #D1CCBE; color: #C4BEAF}
#free_gift ul li{ background-color: #FFFBF2; margin:20px 6px; filter: opacity(0.7);}
#free_gift ul li img { width: 100%;}
#free_gift ul li:hover, #free_gift ul li.checked{ filter: none;}
#free_gift ul li.disabled{ filter: opacity(0.7) !important;}
#free_gift ul li span{ padding: 10px; min-height: 60px}

#free_gift.style1 { max-width: 585px; background: url("../images/free_gift/style1_bg.jpg") 0 0 no-repeat, transparent;}
#free_gift.style1 > div {}
#free_gift.style1 h2{ color:#a14989;}
#free_gift.style1 p{ color:#777777; font-size: 18px;line-height: 24px;}
#free_gift.style1 p b{ color: #ee799f}
#free_gift.style1 span{ color:#777777; padding-top: 10px;}
#free_gift.style1 .btn{ width: 140px; padding: 16px 12px; margin: 0 12px;}
#free_gift.style1 .btnAdd2Cart{background-color: #A14989; }
#free_gift.style1 .close-reveal-modal{background-color: #EE799F; font-weight: normal; position: unset}

#free_gift.style2 { max-width: 408px; background-color: #78919A; padding: 0}
#free_gift.style2 > div {padding: 0;}
#free_gift.style2 form > div > div{ padding: 38px 48px;}
#free_gift.style2 h2{ color:#DCEAED; font-size: 42px;}
#free_gift.style2 .btn{ width: 100%; padding: 19px 0; margin: 9px 0; font-weight: bold;}
#free_gift.style2 .btnAdd2Cart{background-color: #DCEAED; color: #47596C}
#free_gift.style2 .close-reveal-modal{background-color: transparent; color: #C3D8E0; border: 1px #B5C5CB solid; font-weight: bold; position: unset}
#free_gift.style2 p{ color:#E7F3F5; font-size: 17px;line-height: 24px;}
#free_gift.style2 p b{ color: #FFFFFF}
#free_gift.style2 span{ color:#E7F3F5; font-size: 14px; padding-top: 20px;}

#free_gift.style3 { max-width: 652px; background-color: #FAFAF6; padding: 0}
#free_gift.style3 > div {padding: 50px 10px 30px 10px;}
#free_gift.style3 h2{color:#93443C; font-size: 40px; line-height: 53px;font-family: 'Bodoni Moda', serif;}
#free_gift.style3 p{color:#808080; font-size: 16px; line-height: 24px;font-family: 'Work Sans', serif; padding: 10px 0 25px 0;}
#free_gift.style3 p b{color:#000000;}
#free_gift.style3 span{ color:#808080; font-size: 13px; line-height: 18px;font-family: 'Work Sans', serif;}
#free_gift.style3 ul{ display: inline-block;}
#free_gift.style3 li{ margin: 0; max-width: 364px; background-color: transparent;}
#free_gift.style3 li img{ max-width: 652px;}
#free_gift.style3 li > div{ padding-top: 15px;}
#free_gift.style3 li p{ font-size: 16px; line-height: 23px; color: #000000; padding: 0;}
#free_gift.style3 li div:last-child p { color: #000000; font-size: 13px; line-height: 23px; padding: 0; min-height: auto; text-align: right}
#free_gift.style3 li p span{ color: #000000; font-size: 18px; line-height: 23px; font-weight: normal; display: inline-block; padding: 0; min-height: auto;}
#free_gift.style3 .btnAdd2Cart{background-color: #93443C; color: #FFFFFF;  width: 204px; height: 45px; line-height: 45px; font-size: 14px; font-family: 'Work Sans', serif; padding: 0; margin: 20px 0 35px 0}

#free_gift.style4 { max-width: 585px; background: url("../images/free_gift/style4_bg.jpg") center center no-repeat, transparent;}
#free_gift.style4 > div {}
#free_gift.style4 h2{ color:#7B95A2;font-size: 50px; font-weight: bold; font-family: 'Bodoni Moda', serif;letter-spacing: -3px; margin: 0}
#free_gift.style4 p{ color:#585252; font-size: 16px;line-height: 22px;font-family: 'Work Sans', serif; max-width: 490px; margin: 0 auto;}
#free_gift.style4 p b{ color: #7B95A2}
#free_gift.style4 span{ color:#5D6166; padding-top: 10px; padding-bottom: 8px}
#free_gift.style4 span b{ text-decoration: underline}
#free_gift.style4 .btn{ width: 140px; padding: 16px 12px; margin: 0 12px;font-family: 'Work Sans', serif; font-weight: bold}
#free_gift.style4 .btnAdd2Cart{background-color: #7B95A2; }
#free_gift.style4 .close-reveal-modal{background-color: #5D6166; position: unset}

#free_gift.style5 { max-width: 652px; background-color: #F5F7F8;}
#free_gift.style5 > div {padding: 50px 10px 30px 10px;}
#free_gift.style5 h2{color:#5D6166; font-size: 40px; line-height: 53px;font-family: 'Bodoni Moda', serif;}
#free_gift.style5 p{color:#808080; font-size: 16px; line-height: 24px;font-family: 'Work Sans', serif; padding: 10px 0 25px 0; margin: 0 auto;}
#free_gift.style5 p b{color:#000000;}
#free_gift.style5 span{ color:#808080; font-size: 13px; line-height: 18px;font-family: 'Work Sans', serif;}
#free_gift.style5 ul{ display: inline-block;}
#free_gift.style5 li{ margin: 0; max-width: 364px; background-color: transparent;}
#free_gift.style5 li img{ max-width: 652px;}
#free_gift.style5 li > div{ padding-top: 10px;}
#free_gift.style5 li p{ font-size: 16px; line-height: 23px; color: #000000; padding: 0;}
#free_gift.style5 li div p { color: #000000; font-size: 16px; line-height: 23px; padding: 0; min-height: auto; text-align: left}
#free_gift.style5 li div div:last-child p { text-align: right;}
#free_gift.style5 li p span{ color: #000000; font-size: 18px; line-height: 23px; font-weight: normal; display: inline-block; padding: 0; min-height: auto;}
#free_gift.style5 .btnAdd2Cart{text-transform: none; background-color: #5D6166; color: #FFFFFF;  width: 204px; height: 45px; line-height: 45px; font-size: 14px; font-family: 'Work Sans', serif; padding: 0; margin: 20px 0 21px 0}

#free_gift.style6 { max-width: 652px; background-color: #EDECE5;}
#free_gift.style6 > div {padding: 45px 0 19px 0;}
#free_gift.style6 h2{color:#7C9683; font-size: 40px; line-height: 53px;font-family: 'Bodoni Moda', serif;}
#free_gift.style6 p{color:#5D6166; font-size: 16px; line-height: 24px;font-family: 'Work Sans', serif; padding: 10px 0 0 0;}
#free_gift.style6 p b{color:#000000;}
#free_gift.style6 span{ color:#808080; font-size: 13px; line-height: 18px;font-family: 'Work Sans', serif;}
#free_gift.style6 ul{ background-color: #DEDCCD; height: 124px; display: block; margin-bottom: -22px;}
#free_gift.style6 li{ margin: 0 auto;  max-width: 364px; background-color: transparent;}
#free_gift.style6 li img{ width: 364px; height: 325px}
#free_gift.style6 li > div{ padding-top: 28px;}
#free_gift.style6 li p{ font-size: 16px; line-height: 23px; color: #5D6166; padding: 0; text-align: left;}
#free_gift.style6 li div:last-child p { color: #5D6166; font-size: 13px; line-height: 23px; padding: 0; min-height: auto; text-align: right}
#free_gift.style6 li p span{ color: #808080; font-size: 18px; line-height: 23px; font-weight: normal; display: inline-block; padding: 0; min-height: auto;}
#free_gift.style6 .btnAdd2Cart{background-color: #7C9683; color: #FFFFFF;  width: 204px; height: 45px; line-height: 45px; font-size: 14px; font-family: 'Work Sans', serif; padding: 0; margin:0 0 21px 0}

#free_gift.style102334VA { max-width: 497px; background-color: transparent; padding: 0; top:0; visibility: visible; position: relative !important; display: block;}
#free_gift.style102334VA > div {padding: 0;}
#free_gift.style102334VA form{position: relative;}
#free_gift.style102334VA form .close-reveal-modal{position: unset; border: 0.0625rem solid #C56960; color: #C56960; background-color: transparent; width: 119px; height: 34px; line-height: 34px; font-size: 12px; font-family: 'Work Sans', serif; padding: 0;}
#free_gift.style102334VA form img{ width: 100%;}
#free_gift.style102334VA form div.text-center{position: absolute; bottom: 7%; width: 100%;}
#free_gift.style102334VA .btnAdd2Cart{background-color: #C66961; color: #FFFFFF;  width: 119px; height: 34px; line-height: 34px; font-size: 12px; font-family: 'Work Sans', serif; padding: 0;}

#free_gift.style102530A { max-width: 497px; background-color: #EDECE5; padding: 25px; top:0; visibility: visible; position: relative !important; display: block;}
#free_gift.style102530A h2{color: #AA525B}
#free_gift.style102530A p{ color:#808080; font-size: 16px;line-height: 1.4375;font-family: 'Work Sans', serif;}
#free_gift.style102530A p b{color:#AA525B;}
#free_gift.style102530A > div {padding: 0;}
#free_gift.style102530A > div div p{color:#000000; padding: 12px 0 16px 0;}
#free_gift.style102530A form{position: relative;}
#free_gift.style102530A form .close-reveal-modal{position: unset; border: 0.0625rem solid #C56960; color: #C56960; background-color: transparent; width: 119px; height: 34px; line-height: 34px; font-size: 12px; font-family: 'Work Sans', serif; padding: 0;}
#free_gift.style102530A form img{ width: 100%; max-width: 364px;}
#free_gift.style102530A form div.text-center{position: absolute; bottom: 7%; width: 100%;}
#free_gift.style102530A .btnAdd2Cart{background-color: #AA525B; color: #FFFFFF;  width: 119px; height: 34px; line-height: 34px; font-size: 12px; font-family: 'Work Sans', serif; padding: 0; text-transform: none}
#free_gift.style102530A span{color: #808080; font-size: 13px; line-height: 18px; margin-top: 21px;font-family: 'Work Sans', serif;}

#free_gift.style101921A { max-width: 497px; background-color: #F5F7F8; padding: 25px; top:0; visibility: visible; position: relative !important; display: block;}
#free_gift.style101921A h2{color: #5D6166}
#free_gift.style101921A p{ color:#808080; font-size: 16px;line-height: 1.4375;font-family: 'Work Sans', serif;}
/*#free_gift.style101921A p b{color:#AA525B;}*/
#free_gift.style101921A > div {padding: 0;}
#free_gift.style101921A > div div.row{ max-width: 392px;}
#free_gift.style101921A > div div p{color:#000000; padding: 12px 0 16px 0; text-align: right }
#free_gift.style101921A > div div p span{ color: #000000; font-size: 16px; line-height: 18px; font-weight: normal; display: inline-block; padding: 0; min-height: auto; margin-top: 0}
#free_gift.style101921A form{position: relative;}
/*#free_gift.style101921A form .close-reveal-modal{position: unset; border: 0.0625rem solid #C56960; color: #C56960; background-color: transparent; width: 119px; height: 34px; line-height: 34px; font-size: 12px; font-family: 'Work Sans', serif; padding: 0;}*/
#free_gift.style101921A form img{ width: 100%; max-width: 364px;}
#free_gift.style101921A form div.text-center{position: absolute; bottom: 7%; width: 100%;}
#free_gift.style101921A .btnAdd2Cart{background-color: #5D6166; color: #FFFFFF;  width: 119px; height: 34px; line-height: 34px; font-size: 12px; font-family: 'Work Sans', serif; padding: 0; text-transform: none}
#free_gift.style101921A span{color: #808080; font-size: 13px; line-height: 18px; margin-top: 21px;font-family: 'Work Sans', serif;}

#free_gift.styleOrnament { max-width: 497px; background-color: #E2E0D7; padding: 25px; top:0; visibility: visible; position: relative !important; display: block;}
#free_gift.styleOrnament h2{color: #3F768A;}
#free_gift.styleOrnament p{ color:#5D6166; font-size: 16px;line-height: 1.4375;font-family: 'Work Sans', serif;}
#free_gift.styleOrnament > div {padding: 0;}
#free_gift.styleOrnament > div div.row{ max-width: 392px;}
#free_gift.styleOrnament > div div p{color:#000000; padding: 0; font-size: 13px;}
#free_gift.styleOrnament > div div p span{ color: #000000; font-size: 16px; line-height: 18px; font-weight: normal; display: inline-block; padding: 0; min-height: auto; margin-top: 0}
#free_gift.styleOrnament form{position: relative;}
#free_gift.styleOrnament form img{ width: 100%; max-width: 200px;}
#free_gift.styleOrnament form div.text-center{position: absolute; bottom: 7%; width: 100%;}
#free_gift.styleOrnament .btnAdd2Cart{background-color: #3F768A; color: #FFFFFF;  width: 119px; height: 34px; line-height: 34px; font-size: 12px; font-family: 'Work Sans', serif; padding: 0; text-transform: none}
#free_gift.styleOrnament span{color: #808080; font-size: 10px; line-height: 13px; margin-top: 21px;font-family: 'Work Sans', serif;}
#free_gift.styleOrnament ul {margin: 14px 0; }
#free_gift.styleOrnament li{ background: transparent;position: relative; filter: opacity(1); display: inline-block;margin: 6px;}
#free_gift.styleOrnament li.disabled{ opacity: 0.4; }
#free_gift.styleOrnament li > div{  position: absolute; bottom: 1.5rem; left: 50%; transform: translateX(-50%); width: 100%; }
#free_gift.styleOrnament .msrp{ font-size: 11px; color: #969593;}
#free_gift.styleOrnament .msrp span{ font-size: 16px}

#free_gift.style101751VA { max-width: 497px; background-color: transparent; padding: 0; top:0; visibility: visible; position: relative !important; display: block;}
#free_gift.style101751VA > div{position: absolute; top:0; width: 100%; height: 100%;}
#free_gift.style101751VA h2{color: #A73B75;}
#free_gift.style101751VA > a.close-reveal-modal{top:4px; right: 0}
#free_gift.style101751VA p{ color:#5D6166; font-size: 16px;line-height: 1.4375;font-family: 'Work Sans', serif;}
#free_gift.style101751VA > div div p{color:#000000; padding: 0; font-size: 13px;}
#free_gift.style101751VA .btn{position: relative; width: 119px; height: 34px; line-height: 34px; font-size: 12px; font-family: 'Work Sans', serif; padding: 0; top:0; right: 0;}
#free_gift.style101751VA .btnAdd2Cart{background-color: #A73B75; color: #FFFFFF;  }
#free_gift.style101751VA .btn.btn-style2{border: #A73B75 1px solid; color: #A73B75; background-color: transparent;}
#free_gift.style101751VA span{color: #808080; font-size: 10px; line-height: 13px; margin-top: 21px;font-family: 'Work Sans', serif;width: 88%; position: absolute; bottom: 20px;left: 50%; transform: translateX(-50%);}
#free_gift.style101751VA li{ background: transparent;position: relative; display: inline-block;margin: 6px; padding-bottom: 10px;}
#free_gift.style101751VA form div.text-center{position: absolute; bottom: 90px; width: 100%; left: 0}
#free_gift.style101751VA ul{position: absolute; left: 0; width: 100%; bottom: 125px;}

#free_gift.style180861FDA { max-width: 497px; background-color: white; padding: 25px; top:0; visibility: visible; position: relative !important; display: block;}
#free_gift.style180861FDA h2{color: #232558}
#free_gift.style180861FDA p{ color:#343434; font-size: 14px;line-height: 1.4375;font-family: 'Work Sans', serif;}
#free_gift.style180861FDA p b{color:#343434;}
#free_gift.style180861FDA > div {padding: 0;}
#free_gift.style180861FDA > div div p{color:#000000; padding: 12px 0 16px 0;}
#free_gift.style180861FDA form{position: relative;}
#free_gift.style180861FDA form .close-reveal-modal{position: unset; border: 0.0625rem solid #C56960; color: #C56960; background-color: transparent; width: 119px; height: 34px; line-height: 34px; font-size: 12px; font-family: 'Work Sans', serif; padding: 0;}
#free_gift.style180861FDA form img{ width: 100%; max-width: 364px;}
#free_gift.style180861FDA form div.text-center{position: absolute; bottom: 7%; width: 100%;}
#free_gift.style180861FDA .btnAdd2Cart{background-color: #232558; color: #FFFFFF;  width: 119px; height: 34px; line-height: 34px; font-size: 12px; font-family: 'Work Sans', serif; padding: 0; text-transform: none}
#free_gift.style180861FDA span{color: #909090; font-size: 11px; line-height: 18px; margin-top: 10px;font-family: 'Work Sans', serif;}
#free_gift.style180861FDA form a:not(.btn){ font-size: 0.6875rem; text-decoration: underline; color: #909090;border: 0}

#free_gift.style180741A { max-width: 497px; background-color: white; padding: 0; top:0; visibility: visible; position: relative !important; display: block;}
#free_gift.style180741A h2{color: #7B9685}
#free_gift.style180741A p{ color:#343434; font-size: 14px;line-height: 1.4375;font-family: 'Work Sans', serif;}
#free_gift.style180741A p b{color:#343434;}
#free_gift.style180741A > div {padding: 0;}
#free_gift.style180741A > div div p{color:#000000; padding: 0 0 16px 0;}
#free_gift.style180741A form{position: relative;}
#free_gift.style180741A form .close-reveal-modal{position: unset; border: 0.0625rem solid #C56960; color: #C56960; background-color: transparent; width: 119px; height: 34px; line-height: 34px; font-size: 12px; font-family: 'Work Sans', serif; padding: 0;}
#free_gift.style180741A form img{ width: 100%;}
#free_gift.style180741A form div.text-center{width: 100%; padding-top: 50%;}
#free_gift.style180741A .btnAdd2Cart{background-color: #7B9685; color: #FFFFFF;  width: 119px; height: 34px; line-height: 34px; font-size: 12px; font-family: 'Work Sans', serif; padding: 0; text-transform: none}
#free_gift.style180741A span{color: #909090; font-size: 11px; line-height: 18px; font-family: 'Work Sans', serif;}
#free_gift.style180741A form a:not(.btn){ font-size: 0.6875rem; text-decoration: underline; color: #808080;border: 0}
#free_gift.style180741A form > div{ position: absolute; top:0; width: 100%; padding: 20px}

#email-order-modal { max-width: 640px; padding: 0; top:0; visibility: visible; position: relative !important; display: block;}
#email-order-modal > div{ padding: 4px}
#email-order-modal h1{ font-size: 40px; line-height: 53px;}
#email-order-modal .contentbox.style2 p, #email-order-modal .contentbox.style3 p{ font-weight: normal; font-size: 14px;}
#email-order-modal .contentbox.style2{ padding-bottom: 0}
#email-order-modal .contentbox.style3{ padding-top: 0}
#email-order-modal .checkboxline {margin: 5px 0;}