html, body {
  font-family: 'Roboto', sans-serif;
  /*font-family: 'Open Sans', sans-serif;*/
  color: #000;
  line-height: 1.5;
  min-height:100%;  
  background:#fff;
	
}
a:link,a:visited,a:active {color: #000;text-decoration:none;}
a:hover{color: #999;text-decoration:none;}



h1{
	color: #333;
	letter-spacing: 0px;
	font-weight: 700;
	font-size: 3em;	
}

h2{font-size: 3rem;
	font-weight: 700;
    padding-bottom: 15px;	
	color:#333;
}
h3 {
    font-size: 3em;
    padding-bottom: 15px;
	

}
h4{font-size: 1.8rem;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
	color:#333;
}
.h5, h5 {
    font-size: 1.3em;
    font-weight: 600;
}
p {
    margin: 0px 0px 10px 0px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}


h1,h2,h3,h4{
	font-family: 'Poppins', serif;
	color: #000;
	font-weight:400;
}



.shadowed{box-shadow: 0 -0.0625rem 1.0625rem -0.125rem #5e71774a;}
.shadowed_deep{box-shadow: 0px 44px 74px rgb(0 0 0 / 15%);}


.logotext td, .logotext_footer{font-size: 1.8em;padding-right:4px;}
.logotext td img{width:32px;height:32px}

.h1_sub{font-size:0.8em;text-align:center;margin:0px 40px 40px 40px;}
.h1_big{font-size:4em;}
.h2_small{font-size:1em;font-weight: 400;}

.txt_size{font-size:22px;font-weight:normal;}

section {padding: 50px 0;}
.section_nopad {padding:0px !important;}

.loading_bck{display:none;z-index:1000;width: 100%;height: 100%;position: fixed;top: 0;right: 0;bottom: 0;left: 0;background-color: rgba(0,0,0,.5);}   


.bck_grey{background:#f4f4f4;}
.bck_roselight{background:#f6ebe7;}
.bck_grey1{background:#efedee;}
.bck_white{background:white;}
.centered{text-align:center;}
.uppercase_txt{text-transform:uppercase;}
.small_fill{padding:20px;}
.txtgreen{color:#f2b4a2;}
.txtgreen_real{color:#12cd4c;}
.txtred{color:#f20000;}
.txtbold{font-weight:bold;}
.txtblack{color:#333;}
.txtcolor{color:#9fa1a4;}
.txtcolor_rouge{color:#af7c81;}
.grey_pad{padding:20px;background:#f4f4f4;border-radius:6px;}
.tab_inactive{color:#999 !important;background:#f4f4f4 !important;border-bottom: 1px solid #dee2e6 !important;} 
.hidden{display:none;}


.fixed{position: fixed;}
.relative{position: relative;}

.info_span{background:#ffebd4;color:#ffa63e;font-size:1.0em;font-weight:600;border-radius:4px;padding:8px 24px;margin-right:24px;}


.dashtable{width:100%;}
.dashtable tr{
	border-bottom:1px solid;
    border-color: #ddd;
}
.dashtable th{
    padding: 12px 8px;
    vertical-align: middle;
	font-weight:700;
	color:#333;
}
.dashtable td{
    padding: 12px 8px;vertical-align: middle;
}
.dashtable td b{color:#333;font-weight:700;}



.bck_front_calendar{position:relative;height:700px;background-image:  url('/img/bck_calendar.jpg');background-position: center center; background-repeat: no-repeat;}
.bck_front_calendar .gfx{position:absolute; display:inline-block;width:650px;text-align:center;bottom:50px; margin:auto;right:-90px; padding:20px;background:#fff;}
.bck_front_calendar .gfx img{border:1px solid #ececec;}
.front_calendar_rightcol{padding:5% 10%;}

.calendar_btn{margin:3px 6px;}

.prevent-select {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

#perfumecalendar .monthdate {border:1px dashed #000;display:inline-block;width:100px;height:80px;margin-bottom:20px;
	padding:18px 10px;text-align:center; font-weight:bold;font-size:1.2em;border-radius: 5px;
}
#perfumecalendar .monthdate .year{text-align:center; font-weight:normal;font-size:0.8em;}
/* sortable */
#sortable ul {padding-left: 0px !important;}
#sortable li {
	list-style-type: none;
	background:#f4f4f4;
	border-radius: 5px;
	border:1px dashed #000;
	color:#333;
	padding:10px;
	margin-bottom:20px;
	position:relative;
	height:80px;
	width:100%;
}

#sortable li:hover {
  /*cursor: move; Disabled bcos of July=holiday */
  background-color:#fff;color:#ccc;
}
.sortable_blink{
  animation: sortable_blink;
    animation-duration: 1.5s;
    animation-iteration-count:infinite;
}

@keyframes sortable_blink{
  0%{transform:scale(1);}
  50%{transform:scale(0.95);}
  100%{transform:scale(1);}
}

#sortable li img{height:50px;margin-left:10px;margin-right:10px;}
#sortable li .drag{display:inline-block;width:32px;height:32px;background-image:  url('/img/ico32x32_drag.png');background-position: center center; background-repeat: no-repeat;}
#sortable li table{width:100%;height:50px;}
#sortable li .txt{font-size:1.4em;}
#sortable li .txt_surprice{padding:10px 0px;font-size:1.4em;}
#sortable li .txt_brand{font-weight:bold;font-size:0.6em;padding-top:4px;}
#sortable ol, ul {padding-left: 1rem;}


.row {
  margin-left: 0px;
  margin-right: 0px;
}

.clearfix {overflow: auto;}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.div_table{display:table;width:auto;}
.div_tr{display:table-row;width:auto;clear: both;}
.div_td{display:table-column;}

.fullpage_container{padding:0px 40px;}

.hero_front{height:800px;position:relative;overflow:hidden;}
.hero01{background-image:  url('/img/bck_beigehand.jpg');background-position: right center; background-repeat: no-repeat;}
.hero_info{background-position: center center; background-repeat: no-repeat;background-size:cover;}


.how_it_works_pad{background:#fff;position:relative;margin-bottom:40px;min-height:600px;}
.how_it_works_pad .img{height:400px;}
.how_it_works_pad .hd{padding:80px 30px 30px 30px; font-weight:700;font-size:1.3em;color:#000;}
.how_it_works_pad .txt{padding:0px 30px 40px 30px; font-size:1em;color:#b77284;}
.how_it_works_pad .txt b{color:#000;}
.how_it_works_pad .no{position:absolute;top:150px;width:100%;text-align:left;padding:0px 20px;opacity:0.5;font-weight:900;font-size:16.4em;color:#c8aca9;}

.subtitle{text-transform: uppercase;line-height: 24px;letter-spacing: 1.5px;}



.hero_front .txtcon_wrap {
	background:#fff;
	width:45%;
	height:660px;
	padding:80px;
	margin: 0;
	position: absolute;
	top: 50%;
	left:120px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	

	/*
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	
	*/
	z-index:50;
}
.hero_front h1{font-size: 3.2em;line-height: 150%; color:#000;}
.hero_front h2{font-size: 2.4em;line-height: 150%; color:#000;}
.hero_front i, .teas_txt i{font-style: normal;font-size: 1em;line-height: 150%;font-weight: 400;color:#000;}	/*font-family: Georgia;f0e2dd*/
.hero_front p{margin-top:30px;color:#b77284;font-size:1.3em;line-height:200%;}

.hero_front .hero_perfume_wrap{position:absolute;top:100px;left:50%;width:400px;}

.hero_front .hero_atomizer_wrap{position:absolute;top:20px;right:-300px;width:400px;height:540px;background:#f9ded5;}
.hero_front .hero_atomizer{
  position: relative;
  background-image:  url('/img/hero_atomizer_md3.png'); background-size:cover;
  left: 40%; top: 70px;width:85px; height:388px;
}
.hero_front .hero_atomizer_shadow{
  position: absolute;
  background-image:  url('/img/hero_atomizer_md_shadow.png'); background-size:cover;
  left: 40%; top: 440px;width:85px; height:39px; opacity:0.6;
}
.hero_front .hero_days{position:absolute;top:20px;right:-500px;background:#fff;width:200px;height:200px;
	color:#b77284; text-align:center; padding:0px;font-size:1.2em;
}

.hero_front .hero_days .hd{font-family: Georgia;font-size:4em;font-style: italic;}
.hero_front .btn_pad{padding:10px 0px 40px 0px;}


.tag_days{display:none;position:absolute;top:0px;left:-10px;z-index:98;width:200px;height:200px;color:#b77284;font-size:1.2em;text-align:center;}
.tag_days .hd{font-family: Georgia;font-size:3em;font-style: italic;}


.pricetag_big{position:absolute;top:-40px;right:-100px;z-index:99;width:200px;height:200px;border-radius:100px;background:#b77284;color:#fff;}
.pricetag_big .t1{text-align:center;position:absolute;left:0px;top:30px;font-size:20px;width:100%;}
.pricetag_big .t2{text-align:center;position:absolute;left:0px;top:125px;font-size:20px;width:100%;}
.pricetag_big .strike{z-index:101;position:absolute;top:15px;left:40px;width:55px;border-top:2px solid #f00;height:2px;display:inline-block;}
.pricetag_big .t3{text-align:center;position:absolute;left:0px;top:155px;font-size:16px;width:100%;}
.pricetag_big .tprice{text-align:center;position:absolute;left:0px;top:40px;font-weight:bold;font-size:72px;width:100%;}


.bck_how_it_works{background:  url('/img/bck_3063_cropped2.jpg') center center;background-size:cover;}

/*
.hero_front .hero_perfume{display:inline-block;position: absolute;animation-timing-function: ease-in-out;}
.hero_front .hero_perfume01 {
  
  background-image:  url('/img/hero_perfume01_sm.png'); background-size:cover;
  animation: MoveUpDown 2s linear infinite;
  left: 40px; top: 0px;width:126px; height:177px;
}
@keyframes MoveUpDown {0%, 100% {top: 0px;}50% {top: -30px;}}

.hero_front .hero_perfume02 {
  background-image:  url('/img/hero_perfume02_sm.png'); background-size:cover;
  animation: MoveUpDown2 4s linear infinite;
  left: 0px; top: 200px; width:145px; height:208px;
}
@keyframes MoveUpDown2 {0%, 100% {top: 250;}50% {top: 220px;}}

.hero_front .hero_perfume03 {
  background-image:  url('/img/hero_perfume03_sm.png'); background-size:cover;
  animation: MoveUpDown3 3s linear infinite;
  left: 40px; top: 500px; width:146px; height:175px;
}
@keyframes MoveUpDown3 {0%, 100% {top: 500px;}50% {top: 470px;}}

.hero_front .hero_perfume04 {
  background-image:  url('/img/hero_perfume04_sm.png'); background-size:cover;
  animation: MoveUpDown4 4s linear infinite;
  right: 40px; top: 0px;width:139px; height:175px;
}
@keyframes MoveUpDown4 {0%, 100% {top: 0;}50% {top: -30px;}}

.hero_front .hero_perfume05 {
  background-image:  url('/img/hero_perfume05_sm.png'); background-size:cover;
  animation: MoveUpDown5 2s linear infinite;
  right: 0px; top: 200px; width:113px; height:162px;
}
@keyframes MoveUpDown5 {0%, 100% {top: 250px;}50% {top: 220px;}}

.hero_front .hero_perfume06 {
  background-image:  url('/img/hero_perfume06_sm.png'); background-size:cover;
  animation: MoveUpDown6 2.5s linear infinite;
  right: 40px; top: 500px; width:143px; height:198px;
}
@keyframes MoveUpDown6 {0%, 100% {top: 500px;}50% {top: 470px;}}
*/






.infopages{margin-top:50px;}
.infopages .infobox{padding:40px 80px;font-size:22px;color:#333;background:#f7f7f7;position:relative;}
.infopages .infobox p{margin-top:80px;}

.articles h1{font-size:64px;}
.articles b{color:#333;}


.greenline{
	width: 200px;
    height: 2px;
    background: #f2b4a2;
    position: absolute;
    top: 150px;
    margin: auto;
	left:calc(50% - 100px);
    z-index: 2;
}



/* titles */
.ln_title_wrap {text-align: center;position:relative;margin:auto;}
.ln_title {max-width: 100%; text-align: center;position:relative;margin:auto;}
.ln_title .line {
    width: 100%;
    height: 1px;
    background: #d9d9d9;
    position: absolute;
    top: 50%;
    margin-top: 2px;
    z-index: 2;
}
.ln_title h1,.ln_title h2,.ln_title h3{font-size: 1.2em;font-weight: 400;text-transform:uppercase;}
.ln_title .hdtext {
    display: inline-block;
    padding: 0 75px;
    background: #fff;
    z-index: 3;
	font-size: 1.6em;
    position: relative;
}
.ln_title .hdtext_big {
    display: inline-block;
    padding: 15px 75px 30px 75px;
    background: #fff;
    z-index: 3;
    position: relative;
    font-size: 1.8em;
    font-weight: 700;
}
.ln_title p{font-size: 0.8em;}





/* campaign */
.giftbar{background-image:  url('/img/gift.png');background-position: left center; background-repeat: no-repeat;padding:50px 0px 50px 160px;}
.giftbar h4{font-weight:700;font-size: 2.4em;}
.giftbar p{font-size: 1.4em;font-weight:400}



/* generel description */
.bottom_txt{padding:40px 0px;}
.bottom_txt h2{font-size: 1.2em;font-weight:400;text-transform: uppercase;text-align:center;margin:auto;}
.bottom_txt p{font-size: 0.8em;padding-top:20px;}
.bottom_txt a:link,.bottom_txt a:visited,.bottom_txt a:active {color: #000;text-decoration:underline;}

/* last seen */
#lastseen .offer_img_th{max-width:100px;}
#lastseen .hidden_div{display:none;}
#lastseen .hidden_div{display:none;}
#lastseen .but_lastseen{width:320px;}


/* rating */
.star{background-image: url(/img/ico64x64_star.png);margin-right:5px;width:32px;height:32px;display:inline-block;background-size:contain;cursor:pointer;}
.star_frame{background-image: url(/img/ico64x64_star_frame.png);margin-right:5px;width:32px;height:32px;display:inline-block;background-size:contain;cursor:pointer;opacity:.25;}
.star_small{background-image: url(/img/ico32x32_star.png);margin-right:5px;width:16px;height:16px;display:inline-block;background-size:contain;cursor:pointer;}
.star_small_frame{background-image: url(/img/ico32x32_star_frame.png);margin-right:5px;width:16px;height:16px;display:inline-block;background-size:contain;cursor:pointer;opacity:.25;}

.rating{min-width:100px;max-width:180px;display:inline-block;margin:3px;border:1px solid #ddd;border-radius:2px;cursor:pointer;background:#f0f0f0;padding:4px 20px;text-align:center;white-space: nowrap;}
.rating_sm{}
.rating:hover{border:1px solid #000;}
.rating_s{background:#000;color:#fff;}
.rating_row{padding-bottom:50px;}
.rating_row .txt_small{color:#999;font-size:0.9em;}
.rating_row .rating_do{padding:10px 0px;}
.rating_voucher{}
.rating_feedback{}


/* profile settings */
.login_wrap{
	background:#fff;
	left:0;
	right:0;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	width: 40%;	
	padding:80px;
}
.profile_pad_area{padding:30px;}
.profile_pad{background:#fff;border-radius:6px;padding:40px; min-height:300px;cursor:pointer;overflow:hidden;transition: all 0.3s;}
.profile_pad .hd{color:#000;font-size:1.8em;font-weight:400;padding-bottom:20px;}
.profile_pad .txt{color:#999;font-size:1.2em;}
.profile_pad:hover{transform: scale(1.1);}

#filter_close{position:absolute; top:10px; right:10px; cursor:pointer;border:1px solid #aaa;padding:0px 8px 2px 8px;display:inner-block;border-radius: 2px;z-index:99999;}
#filter_close:hover{background:#f0f0f0;}

/* popup win */
/*
#popup_win{display:none;z-index:1003;position: fixed;top: 0;right: 0;bottom: 0;left: 0;background: #fff;width:600px; height:400px;margin:auto;color:#000;border-radius: 8px;}  
#popup_win .button_box{text-align:center;padding-top:40px;} 
.popup_wrap{padding:20px 40px;text-align:center;}
.popup_wrap p{font-size: 1.2em;}
.popup_wrap h5{font-size: 1.4em;}
.popup_wrap h2{font-size: 1.6em;font-weight:700;}
#popup_close{cursor:pointer;border:1px solid #aaa;padding:0px 4px 2px 4px;display:inner-block;border-radius: 2px;}

*/

.product_list_header{position:relative;margin-bottom:20px;	}
#search_filters{}
.product_list_sort{position:absolute;right:40px;bottom:10px;display:inline-block;width:110px;}
.filter_sec{padding:5px 5px 20px 5px;border-bottom:1px dashed #d9d9d9;position:relative;}
.filter_sec .hd{font-weight:700;}
.filter_sec .item{background-image:  url('/img/check_empty.png') ;background-repeat: no-repeat;background-position: left center;padding-left:30px;cursor:pointer;margin:4px 0px 4px 5px;}
.filter_sec .item_s{background-image:  url('/img/check_green.png') ;background-repeat: no-repeat;background-position: left center;}
.filter_sec .select_div{padding-left:25px;}
.filter_showmore{cursor:pointer;}
.filter_showmore_div{display:none;}
.filter_section_toggle{position:absolute;top:15px;right:20px;cursor:pointer;display:inline-block;width:15px;}
.filter_icon{display:inline-block;width:32px;height:32px;margin-right:10px;}
.filter_icon img{width:32px;height:32px;}
.filter_expand{margin: 10px 0px 10px 5px;background-image: url(/img/ico_expand.png) ;background-position: left center;background-repeat: no-repeat; padding-left:30px;}


.scentspec_hd{font-size:1.2em;font-weight:700;padding-bottom:12px;}
.scentfamily_wrap{margin-bottom:35px;padding:10px 0px;position:relative;}
.scentfamily_wrap .scentfamily_icon{width:38px;}
.scentfamily_wrap .scentfamily_icon img{width:32px;height:32px;margin:10px 0px;}
.scentfamily_wrap .scentfamily_hd{font-weight:700;font-size:1.1em;padding-right:10px;padding-left:5px;}
.scentfamily_wrap .scentfamily_txt{font-size:0.9em;}

.bar-graph-horizontal {width: 120px; background:#f9f9f9; padding-right:10px;}
.bar-graph-horizontal > div {width: 100%;}
.bar-graph-horizontal .bar {
  border-radius: 3px;
  height: 35px;
  float: left;
  overflow: hidden;
  position: relative;
  width: 0;
}
.bar-graph-one .bar::after {
  -webkit-animation: fade-in-text 2.2s 0.1s forwards;
  -moz-animation: fade-in-text 2.2s 0.1s forwards;
  animation: fade-in-text 2.2s 0.1s forwards;
  color: #b77284;
  content: attr(data-percentage);
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 8px;
}
.bar-graph-one .bar-one .bar {background-color: #f6ebe7;}
@-webkit-keyframes show-bar-one {  0% {width: 0;}100% {width: var(--barwidth);}}




/* side win */
.sidewin{position:relative;border: 1px solid #d9d9d9;background:#fff;border-radius: 8px;padding:5px 0px 20px 0px;color:#333;margin-right:20px;margin-bottom:100px;width:80%;}  
.sidewin .hd{padding:5px 10px;font-weight:700;font-size: 1.1em;display:inline-block;}




/* cart */
.cart_empty{text-align:center;padding:80px 0px 30px 0px;font-size:2.6em;font-weight:700;}
.orderLines_wrap{border: 1px solid #d9d9d9; background:#f5f5f5;border-radius: 8px;padding:20px 30px;margin-bottom:8px;}
.orderLines_wrap .txt_size{padding:4px 0px 0px 0px;font-size: 0.8em;}
.orderLines_wrap .txt_price{padding:4px 0px;font-size: 1.4em;font-weight:700;}
.orderLines_wrap .txt_trash{padding-right:4px;font-size: 1.4em;text-align:right;cursor:pointer;}
.orderLines_wrap .txt_wrap{padding:10px 0px 10px 0px;}
.orderLines_wrap .txt_wrap h5{font-size: 1.0em;margin:0px;}
.orderLines_wrap .img_wrap{padding:8px 20px 8px 0px;min-height:350px;}
.orderLines_wrap .img_wrap .img_th{max-width:100px;}
.orderLines_wrap .opt_img{border-radius: 8px;}
.orderLines_wrap .opt_hd{    font-size: 1.6em;font-weight: 700;padding-bottom:15px;}
.orderLines_wrap .plus{font-size:42px;font-weight:600;padding-bottom:0px;padding-top:20px;}
.orderLines_wrap .radio_txt{font-size:18px;cursor:pointer;padding-bottom:20px;padding-top:20px;} 
.orderLines_wrap .opt_info{margin-top:15px;color:#888;cursor:pointer;font-size:14px;}
.orderLines_wrap .opt_info i{margin-right:10px;font-size:20px;}

.orderLines_wrap .opt_postbox{border-radius: 8px;padding:10px 10px;position:relative;cursor:pointer;}
.orderLines_wrap .opt_check{position:absolute;right:0;bottom:0;width:32px;height:32px;background-image:  url('/img/checked_purple.png');background-position: right bottom; background-repeat:no-repeat;}


.orderLines_tbl {width:100%;position:relative;color:#333;}
.orderLines_tbl tr{border-bottom:1px solid #d9d9d9;}
.orderLines_wrap .cart_sum{font-size: 1.2em;font-weight:700;color:#333;}
.orderLines_tbl img{max-width:150px;}

.orderLines_wrap  h3{font-size: 1.8em;font-weight:700;}
.epay_payment{padding:15px 0px 0px 0px;text-align:center;}
.terms_check{font-size: 1.2em;padding-bottom:30px;}

.orderSummit_tbl{font-size:1.1em;width:100%;color:#333;}
.orderSummit_tbl tr{border-bottom:1px solid #d9d9d9;}
.orderSummit_tbl td{padding:6px 0px;}
.orderSummit_tbl .total{font-weight:700;}
.orderSummit_tbl .free{color:#12cd4c;} /*#A4B80E*/

#discountvoucher_error{display:none;color:#f66;padding-top:4px;}
.stitle h3{color:#333;}



/* frames webpage */
/*
#frames .frame_txt{padding:15px 0px 30px 0px;text-align:center;font-size: 1.2em;font-weight:700;}
#frames img{border: 0;}
#frames .h1sub{font-size: 1.2em;font-weight:700;text-align:center;padding-bottom:30px;}
#frames .frames_thumbs{box-shadow: 0 0 10px rgba(0,0,0,0.2);max-height:300px;}
*/




/* faq */
.faq{padding:30px 0px;text-align:center;}
.faq p{font-size: 18px;}
.faq li{}

#faqs{max-width:800; margin:auto;}
#faqs dt, #faqs dd { padding: 0 50px 0 10px ;text-align:left;}
#faqs dt { font-size:1.2em; color: #888; cursor: pointer; min-height: 55px; line-height: 47px; margin: 0px 25px 15px 10px;padding:6px 16px ;box-shadow: 0 4px 8px 0 rgba(0,0,0,.14);border-radius: 8px;}
#faqs dd { font-size: 1em; margin: 0 0 20px 25px;}
#faqs dt { background: url('/img/faq_plus.png') no-repeat right 16px center}
#faqs .expanded { background: url('/img/faq_minus.png') no-repeat right 16px center}
#faqs dt a, #faqs dt a:visited, #faqs dt a:active{color:#00;}



/* breadcrum */
.breadcrum{font-size:1em;color:#888;padding:0px 0px 10px 0px;}
.breadcrum a {color: #888;}
.breadcrum a:hover{color: #000;text-decoration:underline;}
.breadcrum i{padding:0px 12px;}



/* box search small */
#search_topnav{position:fixed;top:0px;display:none;width:100%;height:120px;background:white;z-index:2000;}
.search_topnav_close{position:absolute;top:10px;right:20px;font-size:24px;font-weight:bold;cursor:pointer;color:#000;}
#search_topnav_input{width:100%;margin-right:10px;padding:5px;border:0px;}
.search_topnav_inputwrap{width:90%;border-bottom:1px solid;display:inline-block;}
.search_topnav_inputwrap input:focus{outline: none;}
.search_topnav_wrap{

	width:400px;
	padding:10px;
	margin: 0;
	position: absolute;
	top: 50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);	

}
#btn_topnavsearch{cursor:pointer;margin-left:10px;}

.close_css {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}
.close_css:hover {
  opacity: 1;
}
.close_css:before, .close_css:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.close_css:before {
  transform: rotate(45deg);
}
.close_css:after {
  transform: rotate(-45deg);
}

/*
#products_scrollto{position:absolute;z-index:100;bottom:50px;}
*/


.msgbox_green{background:rgba(36,195,131,1);-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding:20px 20px 20px 20px;text-align:left;}
.msgbox_red{background:#d00;-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding:20px 20px 20px 20px;text-align:left;}
.msgbox_grey{background:#888;-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding:20px 20px 20px 20px;text-align:left;}

.cursor_pointer{cursor:pointer;}




/* icons */
.ico48_info{background:url(/img/icons48x48.png) 0px 0px no-repeat;display:inline-block;width:48px;height:48px;}


/* products*/
#products{padding:0px 0px 20px 0px;}
.products_front h2{text-align:center;} 
.proddesc{font-size:1.1em;padding:8px 0px 20px 0px;font-weight:normal;line-height:150%;}


.offer_item{margin:0px 5px 30px 5px;position:relative;padding-top:40px;padding-bottom:20px;background:#f5f5f5;border-radius: 8px;} /**/
.offer_item .info_top{z-index:100;position:absolute;top:0;left:0;padding:6px 17px;
	border-bottom-right-radius: 16px;font-weight:700;display:inline-block;
	background:#f0f0f0;color:#333;font-size:14px;
}
.offer_wrap{cursor:pointer;text-align:center;padding:20px 10px 10px 10px;position:relative;}
.offer_wrap .hd{font-size: 1em;text-align:center;padding:30px 0px 4px 0px;max-width:90%;margin:auto;min-height:60px;}
.offer_wrap .hd .productname{font-size: 1.6em;text-align:center;font-weight:700;padding-bottom:12px;}
.offer_wrap .hd .productbrand{font-size: 1em;text-align:center;text-transform: uppercase;}

.offer_wrap .img_wrap{position:relative;padding-bottom:10px;vertical-align: middle;margin-bottom:15px;}
.offer_wrap .img_wrap img{transition: all 0.3s;}
.offer_wrap .img_wrap:hover img{transform: scale(1.03);}
.offer_wrap .img_wrap:after {
	content: "";
	width:200px;
	height:71px;
    background:url(/img/product_shadow_200px.png) no-repeat center center;
	bottom: -55px;
    right: 0px; left:0px;
	margin:auto;
    position: absolute;
	opacity:0.5;
    display: inline-block;
}
.offer_wrap .img_wrap .helper{display: inline-block;height: 100%;vertical-align: middle;}
.offer_wrap .img_shadow{width:250px;}
.offer_wrap .offer_img{max-width:320px;margin:auto;}
.itemheart{font-size:18px; position:absolute;right:4px;top:8px;z-index:2;cursor:pointer;display:inner-block;width:30px;height:30px;}
.scentgender{font-size:14px; text-align:right;position:absolute;right:4px;top:52px;z-index:2;display:inner-block;}
.scentgender_hd{font-size:1.2em;font-weight:700;padding-bottom:2px;}


.noproducts{font-size: 1.4em;font-weight: 700;text-align:center;padding:40px 0px;}
.offer_item .pricewrap{}
.offer_item .price, .orderLines_wrap .price{color: #000;font-size: 1.6em;font-weight: 700;padding:4px 0px 4px 0px;}
.offer_item .discount{color: #a00;font-size: 1.2em;padding:4px 0px 0px 0px;text-decoration:line-through;}
.offer_item .discount_tag_wrap {
    margin: 25px 0;
    text-align: center;
    position: absolute;
    top: -30px;
    right: 20px;
    text-align: center;
}
.offer_item .discount_tag_wrap .discount_tag{
    background: #000;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 14px;
    border-radius: 50%;
    line-height: 50px;
    height:80px;
    width:80px;
}
.orderbutdiv{padding-bottom:10px;position:relative;}


.product_desc{margin-top:40px;border: 1px dashed #d9d9d9;border-radius: 8px;}
.product_desc .hd{position:relative;color:#333;font-size:18px;font-weight:700;padding:15px 20px;}
.toggle_expand_ico{position:absolute;display:inner-block;top:20;right:20px;font-weight:300;}
.toggle_expand{cursor:pointer;}
.product_desc .txt{padding:20px;border-top: 1px solid #d9d9d9;}






/* art image + Info */
.img_th{max-width:190px;}
.img_th_wrap{padding-bottom:10px;padding-top:10px;}
#image_main{padding-right:20px;padding-left:20px;width:100%;}
#image_main .img_wrap{position:relative;background:#f5f5f5;border-radius: 8px;padding:40px 20px 100px 20px;text-align:center;}
#image_main h2{font-size:0.6em;color:#fff;}	

#image_main .img_wrap:after {
	content: "";
	width:200px;
	height:71px;
    background:url(/img/product_shadow_200px.png) no-repeat center center;
	bottom: 20px;
    right: 0px; left:0px;
	margin:auto;
    position: absolute;
	opacity:0.5;
    display: inline-block;
}

.img_micro{width:50px;}
#art_info_wrap {padding:20px;position:relative;}
#art_info .h1_prefix{font-size: 0.6em;font-weight: normal; color:#000;}
#art_info h1{font-size: 2.4em;font-weight: 600;margin:6px;padding-bottom:16px;}
#art_info h5{font-size: 1.2em;}
#art_info p{font-size: 1.0em;padding-bottom:20px;}
.cart_but_wrap{padding:10px 0px 10px 0px;}
#cartprice{padding:0px 0px 0px 0px;font-size: 2.6em;font-weight: 700;color:#333;}
.cartpricetxt{padding-right:20px;font-size: 1.4em;}
#cartprice_all{color:#333;}

.art_pricetbl{width:100%;}
.art_pricetbl_wrap{padding:30px 0px; margin-bottom:40px;border-top: 1px solid #e6dbd7;border-bottom: 1px solid #e6dbd7;}
.art_pricetbl td{height:64px;font-size:1.3em;}
.art_pricetbl .price{color:#af7c81;text-align:right;}
.art_pricetbl .memtxt{color:#000000;}

.mem_expl_col{text-align:center;}
.mem_expl_col .hd{text-align:center;color:#000;padding-top:20px;font-size:14px;font-weight:700;}
.mem_expl_col p{color:#000;font-size:12px;}
.mem_expl_col img{width:64px;height:64px}

.discount-percentage .discount-percentage-content {
    background: #ff5252;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 10px;
    display:inline-block;
        
}
.discountbox_topbar{    background: #ff5252;color: #fff;font-size: 10px;font-weight: 600;text-transform: uppercase;padding: 2px 10px;display:inline-block;}

.specs_wrap{border: 1px solid #d9d9d9;border-radius: 8px;padding:20px 30px;}
.grey_border{border: 1px solid #d9d9d9;border-radius: 8px;padding:20px 30px;}

.art_prime{z-index:1;position:absolute;top:10px;left:10px;display:inline-block;border:1px solid #aaa;color:#aaa;padding:10px 20px;border-radius:30px;font-size:12px;}
.prime_info{cursor:pointer;display:inline-block;padding-bottom:4px;margin-bottom:16px;}

#minicart{display:none;z-index:1001;width: 400px;height: 100vh;position: fixed;top: 0px;right: 0px;background-color: #fff;border-left:1px solid #f0f0f0;padding:20px;
  -webkit-animation: linear;
  -webkit-animation-name: minicart_run;
  -webkit-animation-duration: 0.2s;
}  
@-webkit-keyframes minicart_run {
  0% {right: -300px;}
  100% {right: 0px;}
}


#minicart .btn_to_cart{padding:10px;position:absolute;margin:auto;left:0px;right:0px;width:280px;bottom:30px;text-align:center;}
.dither_50{opacity:50%;} 

#minicart_close{position: absolute;top: 10px;right: 10px;margin-bottom:10px;cursor:pointer;font-size:22px;}
#minicart_inner{overflow:auto;max-height:calc(100vh - 80px);}

#minicart_inner .stk_wrap{display:inline-block; float:left; height: 32px;padding:3px 5px;}
#minicart_inner .stk_wrap .stk {
     
	border:0; 
	width:30px; text-align:center;
	font-size: 14px; font-weight:700; color:#333;
}
#minicart_inner .stk_remove{
	display:inline-block; float:left; padding-top:3px; padding-left:8px; 
	 
	width:25px; height: 32px; text-align:center:
	font-size: 1.4rem; font-weight:700; color:#333;
	cursor:pointer;
   -moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;	
}	
#minicart_inner .stk_add{
	display:inline-block; float:left;  padding-top:3px; padding-left:4px;    
 
	width:25px; height: 32px; text-align:center:
	font-size: 1.4rem; font-weight:700; color:#333;
	cursor:pointer;
   -moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;	
}
#minicart_inner .productname{font-weight:bold;font-size:1.2em;padding:20px 0px;}
#minicart_inner .total{font-weight:bold;font-size:1.2em;padding:10px 0px;border-top: 1px solid #000;margin-top:10px;text-align:right;}


.minicart_hd{font-size:2em;padding-bottom:25px;color:#000;border-bottom:1px solid #e4e4e4;margin-bottom:25px;}


.cart_thumb{width:80px;padding:5px;background:#f5f5f5;text-align:center;}
.cart_thumb img{width:70px;}
.cart_txtline{padding-left:10px;min-width:120px;}
.cart_item{border-collapse:separate; border-spacing: 0 1em;}
.cart_total_td{text-align:right;border-top:1px solid #333;border-bottom: 3px  double #333;padding:10px 0px;color:000;}
.cart_freight_td{text-align:right;padding-top:10px;border-top:1px solid #e4e4e4;}
.mini_cart_inner_pop{ overflow-y: auto;max-height:calc(100vh - 110px);}

.cart_divider{border-bottom:1px solid #ddd;margin:10px 0px;} 


.std_input{
	-webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #dddddd;
    padding: 16px 20px;
    outline: 0;
    color: inherit;
    margin: 0;
    width: 100%;
    font-size: inherit;
    font-family: inherit;
    background: 0 0;
    border-radius: 0;
    border-color: inherit;
    min-height: 42px;
    display: block;
}	

.listarr ul {list-style-image: url('/img/ico_chevron_right.png');font-size:1.4em;}
.listarr li {padding:10px 10px 20px 10px;}


.listchevron ul {list-style-image: url('/img/ico12x12_chevron_right_purple.png');font-size:1.1em;color:#b77284;}
.listchevron li {margin-bottom:12px;}




/* modal */
.modal .btn-close{float:right;margin:10px;}
.modal .padding{padding:0px 20px 20px 20px;}


.addtocart_confirmtxt{padding: 0px 20px 20px 20px;line-height:150%;}

#cart_fg{padding:30px 0px 10px 0px;font-size: 0.9em;margin-bottom:50px;}
#cart_fg h6{font-size: 1.2em;font-weight: 700;margin-bottom:6px;}
#cart_fg p{font-size: 1.0em;}
#cart_fg i{position: relative;
    float: left;  
    font-size: 36px;
    height: 100px;
    color: #000;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
}


#cart_fg_top{padding:80px 0px !important;}
#cart_fg_top h6{font-size: 1.0em;font-weight: 700;margin-bottom:6px;}
#cart_fg_top i{position: relative;
    float: left;  
    font-size: 22px;
    color: #000;
    padding-right: 5px;
    padding-bottom: 2px;
    margin-top: 5px;
    margin-right: 5px;
}


.msgboxcart{font-size: 1.4em;font-weight: 700;text-align:center;padding:40px 0px 0px 0px;}


/* customer_rating */
.rating_msgbox{margin:50px 20px;border:1px solid #ccc;padding:90px;text-align:center;line-height:200%;font-size:1.6em;}
.star_productitem{position:relative;top:-0px;z-index:2;}
.star_productitem .wrap{display:inline-block;padding:10px 20px;margin:auto;border-radius:20px;}
.customer_rating{}
.customer_rating .profil{position:relative;}
.customer_rating .profil_sht{position:relative;border-radius:25px;width:50px;height:50px;display:inline-block;background:#eee;}
.customer_rating .profil_sht .in{position:absolute;top:0px;left:0px;width:100%;display:inline-block;text-align:center;padding-top:16px;font-size:12px;}
.customer_rating .profil .name{position:absolute;top:0px;left:60px;}
.customer_rating .age{position:absolute;top:28px;left:280px;}
.customer_rating .approved_customer{position:absolute;top:28px;left:90px;font-size:14px;color:#0e8252;font-weight:bold;}
.customer_rating .ico {position:absolute;top:25px;left:60px;background:#0e8252;border-radius:13px;width:26px;height:26px;display:inline-block;}
.customer_rating .ico .in{position:absolute;top:4px;left:5px;}
.customer_rating .heart_div{position:relative;}
.customer_rating .heart_text{position:absolute;top:28px;left:30px;font-size:14px;}
.customer_rating .tbl_row{font-size:12px;padding:6px 2px;}
.customer_rating .bar_wrap{position:relative;margin-top:12px;}
.customer_rating .bar{position:absolute;border-top:2px solid #eee;display:inline-block;height:2px;}
.customer_rating .bardot{position:absolute;background:#eee;top:-3px;width: 8px;height: 8px;display: block; border-radius: 50%;z-index: 2;}
.customer_rating .bar_col{position:absolute;border-top:2px solid #edcec9;display:inline-block;height:2px;}
.customer_rating .bardot_col{position:absolute;background:#edcec9;top:-3px;width: 8px;height: 8px;display: block; border-radius: 50%;z-index: 2;}
.customer_rating .bardot_col_big{position:absolute;background:#fff;border:2px solid #edcec9;top:-5px;width: 12px;height: 12px;display: block; border-radius: 50%;z-index: 3;}
.customer_rating .bar_txt{position:absolute;top:20px;display:inline-block;font-size:0.8em;}








.contact-us{}
.contact-us h1{padding-bottom:20px;}
.contact-us .wrap{padding-right:10px;} 
.contact-us .input-container, .formmisc .input-container {position: relative;border: 1px solid #dedede; padding:6px 10px;	border-radius:4px;height:54px;margin:10px 0px;background:#fff;}
.contact-us input, .contact-us textarea, .formmisc input, .formmisc textarea{
  position: relative; 
  top:0px;
  border: 0;
  font-size: 1em;
  font-weight: 600;
  padding:4px 0px 4px 0px;
  transition: border-bottom 0.2s linear;
  width: 100%;
  outline: 0;

}
.contact-us select, .formmisc select {border: 0;outline: 0;width: 100%;position: relative;top:0px; padding:10px;background-position: right 15px top 14px;background:#fff;}

.contact-us label, .formmisc label {
	z-index: 10;
	position: relative;
	top: -24px;	
	color:#000;
	font-size: 0.9em;
	transition: all .2s ease; 
	font-weight:bold;
}
.contact-us input[type="text"]:focus ~ label, .contact-us input[type="text"]:valid ~ label {
  top: -36px; 
  font-weight:normal;
  color:#999;
}
.contact-us input[type="text"]:focus, .contact-us input[type="text"]:valid{
  top: 12px; 
}
.dashed_pad {border: 2px dashed #ddd;border-radius: 6px;}
.btn_discount{background:#999;border-radius:4px;color:#fff;padding:12px 24px;border:0px;}

#selectors{padding-bottom:15px;}

.pagelist{display: table; width:auto !important;margin-bottom:40px;}
.pagelist tr{background:#fff !important;}
.pagelist td{text-align:center;font-size:1.6em;}
.pagelist .pagej{padding:2px 4px;cursor:pointer;padding:4px 20px;}
.pagelist .pagej_s{color:#fff;background:#000;padding:4px 20px;border-radius:4px;}



/* POPUP Contact :: START */
/* Button used to open the chat form - fixed at the bottom of the page */
#pop_contact{

}

#pop_contact .fade-in {
  animation-name:slideup;
  animation-delay:0.5s;
  animation-duration:0.8s;
  animation-fill-mode:forwards;
  animation-timing-function:ease-out;
}
@keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}
@keyframes slideup {
  0%{bottom:-90px}
  100%{bottom:25;}
}


#pop_contact .open-button {

  cursor: pointer;
  position: fixed;
  bottom: 25px;
  right: 30px;
  z-index: 3;
}

#pop_contact .open-button img{width:72px;height:68px;}

/* The popup chat - hidden by default */
#pop_contact .chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  padding: 4px 8px;
  background:#f6ebe7;border-radius:6px;
  z-index: 200;
}

/* Add styles to the form container */
#pop_contact .form-container {
  max-width: 330px;
  padding: 10px;
  min-width:330px;

}

/* Full-width textarea */
#pop_contact .form-container textarea {

  margin: 5px 0 5px 0;
  min-height: 150px;
  border-radius:2px;
}

/* When the textarea gets focus, do something */
#pop_contact .form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
#pop_contact .form-container .btn {

  margin-bottom:10px;

}

/* Add a red background color to the cancel button */
#pop_contact .form-container .cancel {
	cursor:pointer;border:1px solid #b77284;padding:0px 6px 2px 6px;display:inner-block;border-radius: 2px;
	color:#b77284;font-size:16px;
}

/* Add some hover effects to buttons */
#pop_contact .form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
#pop_contact .form-container input{border-radius:2px;}
/* POPUP Contact :: END */





nav .navbar-toggler{float: right;}
nav .navbar-nav li a{}
nav .navbar-toggler span{color: black;}
nav .navbar-toggler{outline: none;margin-top:5px;}
.icon-bar{width:40px;display:block;background:#000;height:3px;margin:10px 0px; border-radius:1px;}
.navbar {padding: 0 10px;}
.dropdown-menu{border-radius:0px;}

.show_burger_menu{display:none;position:relative;width:100%;height:80px;color:#000;background:#fff;border-bottom:1px solid #ddd;}
.icon-bar{width:40px;display:block;background:#000;height:3px;margin:10px 0px; border-radius:1px;}
.stickymenu_colwhite .icon-bar{background:#fff;}
.stickymenu_colblack .icon-bar{background:#000;}

.brandslist{padding:40px;}
.brandslist .letter{text-transform: uppercase;font-weight:900;
	padding:20px 10px;
}
.brandslist .brandcol{padding:10px 10px 80px 10px;}
.brandslist .brandname{padding:10px;}

/* ---------------------------------------*/
/* The side navigation menu
/* ---------------------------------------*/
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #000; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 16px 8px 16px;
  text-decoration: none;
  font-size: 25px;
  color: #fff;
  display: block;
  transition: 0.3s;
  background-color:transparent;
  text-align:left;
  
}

/* When you mouse over the navigation links, change their color */

.sidenav a:hover {color: #eee;}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}




.label_left{display: inline-block;float:left;margin-right:12px;width:140px;font-weight:900;}
.label_top{padding-top:10px;padding-bottom:5px;font-weight:700;}


/* ---------------------------------------*/
/* custom checkmark / radiobutton */
/* ---------------------------------------*/
.label_font{font-size:20px;}

.check_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.check_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.check_container:hover input ~ .check_checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check_container input:checked ~ .check_checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check_container input:checked ~ .check_checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check_container .check_checkmark:after {
  left: 8px;
  top: 4px;
  width: 7px;
  height: 12px;
  border: solid #333;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



	
/* ----- radio ----------*/

.radio_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 18px;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.radio_checkmark {
  position: absolute;
  top: 2;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 50%;
}

.obj_centered{left: 50%;transform: translateX(-50%);}

/* On mouse-over, add a grey background color */
.radio_container:hover input ~ .radio_checkmark {
  background-color: #eee;
}

/* When the radio button is checked, add a white background */
.radio_container input:checked ~ .radio_checkmark {
  background-color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked ~ .radio_checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio_container .radio_checkmark:after {
  top: 6px;
  left: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #333;
}

/* ----- Toggle ----------*/
.toggle_switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}

.toggle_switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.toggle_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle_slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .toggle_slider {
  background-color: rgba(36,195,131,1);
}

input:focus + .toggle_slider {
  box-shadow: 0 0 1px #12cd4c;
}

input:checked + .toggle_slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}



/* Rounded sliders */
.toggle_slider.round {
  border-radius: 24px;
}

.toggle_slider.round:before {
  border-radius: 50%;
}
/* -- radio slider end -----*/











/* no-gutters Class Rules */
.row.no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}
.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}





/* countdown timer */
#disptimer {color:#fff; font-size:36px;font-weight:normal;line-height:120%;width: 600px;height: 100px;position: absolute;  left: 50%;top: 80%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);margin:auto;text-align:center;}
.disptimer_bck{position:relative;width:100%;background:url('/img/2for1_hero_timer.jpg') center center;height:900px;}
	
/* conditions */
.conditions h3{font-weight: 700;margin:0px;padding:20px 0px 0px 0px;color:#333;}



/* f */
.cat_tree{padding:0px 4px;margin:auto;display:inline-block;position:relative;text-align:left;}
.cat_ln{padding:2px 0px;}
.cat_hd{font-weight:600;}
.cat_ln_in{padding-left:8px !important;}
.cat_sel{text-decoration:underline;}

.pers_line{font-size:14px;padding:4px 0px;}
.pers_line b{font-weight:600;padding-right:20px;}

/* ADM */
.adm_tbl{width:100%;font-size:1.0em;} 
.adm_tbl td{border:1px solid #888;padding:8px;}
.adm_tbl th{background:#e4e4e4;border:1px solid #888;padding:8px;font-weight:700;}
.adm_tbl_in{width:100%;} 
.adm_tbl_in td{padding:0px;border:1px solid #fff;}
.adm_tbl_in td .img_th{width:50px;}







/* buttons */
.bck_black, button{background:#000;color:#fff;}
a.bck_black:link,a.bck_black:visited,a.bck_black:active {color: #fff;text-decoration:none;}
a.bck_black:hover{color: #000;text-decoration:none;}
.btn, button {display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding: 12px 24px;
	border: 1px solid transparent;
	border-radius: 50px;
	font-weight: 300;
	font-size: 16px;
	line-height: 100%;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	transition: 0.6s ease;

}

.bck_rose {background:#f2b4a2;color:#fff;}
a.bck_rose:link,a.bck_rose:visited,a.bck_rose:active {color: #fff;text-decoration:none;}



.btn_outline{border: 1px solid;}
.btn_outline:hover{border: 1px solid transparent;background:#000000;}
.btn_outline:hover i{}

.btn_sm {padding: 7px 20px;}
.btn_smx {padding: 7px 10px;border-radius: 4px;}
.btn_lg{padding:1.4rem 4rem;border-radius:9999px;font-size:1.4em;min-width:200px;}



.btn_minwidth{min-width:125px;}


.ico_marg {margin-right: 8px;}

.btn:hover {
  background: #fff;color:#000;border:1px solid #ddd;
}

.filter_value{border: 1px solid #f2b4a2;margin: 2px 5px 20px 2px;}
.btn-just-icon {
    border-radius: 60px;
    height: 40px;
    width: 40px;
	padding:0px;
}



/* footer */
#footer{padding:80px 10px;color:#7a7d85;background:#f6ebe7;color:#b77284;}
#footer .hd-link{font-weight: 700;margin-bottom: 4px;color: #404145;}
#footer ul {list-style: none;margin: 0;padding: 0;}
#footer li {margin-top: 5px;}
#footer li a {color: #b77284;}
#footer li a:hover{color: #d792a4;}
#footer p {color: #666;padding:0px 0px 10px 0px;}
#footer .footer_logo{}
#footer a.someicon:link,a.someicon:visited,a.someicon:hover{background-repeat: no-repeat;padding:2px 0px 10px 45px;font-size: 1.6em;font-weight: 400;color:#fff}


/* cookie bar */
.cookie-bar{
	background-color: rgba(0,0,0,.75);
	position:fixed;
	bottom: 0;
  left: 0;
  right: 0;
  height: 50px;	
	color:#fff;
	padding:10px;
	z-index:10;
	text-align:center;
	font-size: .85em;
	
}
.cookie-bar a{color:#aaa; text-decoration: underline;}
.cookie-bar .close-cb {
  border: none;
  color: white;
  position: absolute;
  display: inline-block;
  right: 10px;
  top: 10;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: inset 0 0 3px 0 rgba(255,255,255,.5);
  line-height: 30px;
  height: 30px;
  width: 30px;
  font-size: 16px;
  font-weight: bold;

}
.cookie-bar .close-cb:hover {background-color: rgba(100,100,100,.75);}


/* searchbox top */
.searchboxtop{position:absolute; top: 2;right: 20;max-width:200px;}
.searchboxtop_wrap{position:relative;}
.searchtop {
    width: 100%;
    height: 34px;
    padding-right: 40px;
    background: #EBEBEB;
    border-radius: 20px;
    border: 0;
    font-size: 11px;
    line-height: 34px;
    padding: 0 28px 0 18px;
}
.search-button {
	background: #888;
    position: absolute;
    top: 0;
    right: 8;
    width: auto;
    height: 34px;
    border: 0;
    background: none;
    color: #000;
}


.searchboxbig{position:relative;max-width:400px;}
.searchbig {
    width: 100%;
    height: 44px;
    padding-right: 40px;
    background: #EBEBEB;
    border-radius: 20px;
    border: 0;
    font-size: 16px;
    line-height: 44px;
    padding: 0 38px 0 28px;
}
.search-button_big {
	background: #888;
    position: absolute;
    top: 0;
    right: 8;
    width: auto;
    height: 44px;
    border: 0;
    background: none;
    color: #000;
}
.searchtop:focus, .searchbig:focus{outline: none;}


.chevron_down{background: url(/img/ico_chevron_down.png) center center no-repeat;width:15px;height:15px;display:inline-block;transition: 0.6s ease;}
.flip {transform: rotate(-180deg);}


/* form */
.form_canvas{border-radius:8px;background:#fff;padding:30px 40px;}
.form-control_select{background: #fff url(/img/ico_chevron_down.png) no-repeat; background-position: right 15px top 20px; }

.form-control, #datego, #datehome{padding: 13px 12px;border: 1px solid #d9d9d9;border-radius: 8px;height: auto;box-shadow:none;-webkit-appearance:none;}
.form-datepicker{width:115px !important;-webkit-appearance:none;}
.form-dateselect{width:80px !important;padding: 13px 12px;border: 1px solid #d9d9d9;border-radius: 8px;height: auto;box-shadow:none;-webkit-appearance:none;}
.form-products{width:100%;padding: 13px 12px;border: 1px solid #d9d9d9;border-radius: 8px;height: auto;box-shadow:none;-webkit-appearance:none;}
.form-group label{padding-right:16px;}
.form-group h3{padding-top:4px;margin-top:4px;}
#slider-range .ui-slider-range { background: #ef2929; }
.form-section{border-top: 1px solid #f0f0f0;padding: 0px 40px;margin: 0 -40px 12px;}
.form-section-end{padding-top:4px;}
.form-contact{width:100%;}
.form-group-lastelement{padding-bottom:30px;}
.form-grey-bck{ background: #f8f8f8; }
.form-countries{width:240px !important;height: 300px !important;padding: 13px 12px;border: 1px solid #d9d9d9;border-radius: 8px;box-shadow:none;}


.form_hd{border-top-right-radius:8px;border-bottom-right-radius:8px;background:#fff;height:150px;}
.form_hdtxt{border-top-left-radius:8px;border-bottom-left-radius:8px;background:#fff;padding:35px 40px;height:150px;font-size:3rem;font-weight:700;}
.form_hdtxt h1,.form_hdtxt_n h1,.form_hdtxt_n h2{font-size:3rem;padding:0px;margin:0px;}
.form_hdtxt p{font-size:1.2rem;padding:0px 0px 0px 2px;}
.form_hdtxt_n{border-top-left-radius:8px;border-bottom-left-radius:8px;background:#fff;padding:35px 40px;font-size:3rem;font-weight:700;}





.my-error-class {color:#f66 !important;font-weight:600;font-size:24px;}
.my-valid-class {}




.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


/* discount-wrap */
.discount-wrap {
    margin: 25px 0;
    text-align: center;
    position:absolute;
    top:-40px;
    width:140px;text-align:center;

    
}
.discount-wrap .discount-percentage::before {
    content: "\f0d9";
    font-family: 'Font Awesome 5 Free';
    color: #ff5252;
    font-size: 26px;
    position: absolute;
    left: -2px;
    top: 50%!important;
    transform: translate(0,-50%);
    padding: 0;
}
.discount-wrap .discount-percentage .discount-percentage-content {
    background: #ff5252;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 10px;
    
}

#pledge{position:relative;padding: 5px 40px 0px 0px;display:inline-block;}
#pledge .pledge_i i{color:#2dca77;}
#pledge .pledge_i span{font-weight:700;}

/* frame dropdown */
.radio_list_drop{display:none;padding-top:13px;}
.radio_list{padding:4px 0px;border-top:1px solid #eee;position:relative;}
.radio_list .txt{display:inline-block;padding:10px 10px;}
.radio_list .txtsub{font-size: .85em;color:#888;}
#frameinfo{display:none;padding:8px 0px;color:#888;font-size: .85em;}
.frame_circle{
	  border-radius: 50%;
    margin: auto;
    height: auto;
    position: absolute;
    -webkit-transform: none;
    transform: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}	
.frame_circle_wrap{
		display:inline-block;
		border-radius: 50%;
    width: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #000;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.mobile-minimenu_bck{background:#fff;padding:12px 10px;}
.mobile-minimenu{padding-bottom:8px;cursor:pointer;}
.mobile-minimenu p{font-size: 20px;font-weight: 600;}
.mobile-minimenu .txt{font-size: 16px;font-weight: 300;padding-bottom:4px;}
/*.mobile-minimenu .sec{background:#fff;padding:12px 16px 4px 16px;}*/
.mobile-minimenu .sec{color:#fff;
	padding:12px 16px 4px 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #2dca77;  
	background:url('/img/arrow2_mobile_white.png') right 10px center no-repeat #2dca77;
}




/* Menu topbar */
.topbar{padding:0px 50px;height:80px;} 
.topbar .navi{color:white;} 
.topbar ul.nav li a, ul.nav li a:visited {color: white;}
.scrolled{background:#fff;transition: .1s all ease;box-shadow: 0 -0.0625rem 1.0625rem -0.125rem #5e71774a;
}
.scrolled ul.nav li a, .scrolled ul.nav li a:visited {color: black;}
.scrolled a svg path, .scrolled a svg polygon, 
.scrolled a svg line, .scrolled a svg polyline,
.scrolled a svg rect, .scrolled a svg circle{stroke:black;}
.scrolled .nav-item .nav_divider{border-right:1px solid #ddd;}


.logo_div{position:relative;top:-5px;float:left;cursor:pointer;display:inline-block;}
.logo_div img{height:54px;border:0;}
#logo_burger{position:absolute;left:20px;top:15px;} 
#logo_burger img{height:54px;}

.nav_contactbar i {
    color: #777;
    margin-left: 8px;
    margin-right:4px;
}
#topnav_cart_show{cursor:pointer;}

.topbar_filler{height:80px;} /* topbar: 139px*/
.topbar_filler_offer{height:139px;}

.nav-item{padding-left:5px;padding-right:5px;}
.nav-item .nav_divider{margin:0px 10px;border-right:1px solid #fff;height:50px;width:1px;display:inline-block;}
.nav-item-btn{margin-left:10px;margin-right:10px;}
.nav_text_link{padding-top:3px;}


.navi-btn{padding:12px 24px !important;}

.navbar {padding: 0px 0px;}

/* Fade in */

.link_fadein a {
	display: inline-block;
	position: relative;
	
	overflow: hidden;
}
.link_fadein a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.1em;
	background-color: #e0c1bf;
 	transition: opacity 300ms, transform 300ms;
	opacity: 1;
	transform: translate3d(-100%, 0, 0);

}

.link_fadein a:hover::after,.link_fadein a:focus::after {transform: translate3d(0, 0, 0);}
.link_fadein a.noline::after {padding:14px 5px;background-color:transparent;} 



/* Menu END */


.navbar_cart_no, .navbar_heart_no_in{
  position:absolute;
  top: 20px;
  right: 10px;
  color:#333;
  background:#fff;
  border-radius: 50%;
  text-align:center;
  width:22px; 
  height:22px;
  font-weight:600;
  font-size: 14px;
}
.navbar_heart_no_right{right: -8px;top:28px;} 

.scrolled .navbar_cart_no, .scrolled .navbar_heart_no_in{background:black;color:#fff;}


.hide_lg{display:none;}


@media (max-width: 1399px)  {

	#minicart .btn_to_cart{bottom:30px;}

	.hero_front .txtcon_wrap{width:45%;height:500px;padding:60px 60px;left:40px;}
	.hero_front h1{font-size:2em;}
	.hero_front i{font-size:1.6em;}
	.hero_front .hero_atomizer_wrap{top:20px;right:-270px;width:300px;height:440px;}
	.hero_front .hero_atomizer_shadow{top: 335px;width:60px;height:27px; }
	.hero_front .hero_atomizer{width:60px;height:274px; }
	.hero_front .hero_days{top:20px;right:-470px;}	
	
	.login_wrap{width: 60%;	padding:60px;}
	.scentfamily_wrap .scentfamily_txt{font-size:0.8em;}
	
	.offer_wrap .offer_img{max-width:270px;}
	
	#sortable .btn_td_width{width:350px;}
	



}





/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {	

	.hide_md{display:none;}
	.show_md{display:block;}
	
	.topbar{padding:0px 20px;}	
	.nav-item{padding-left:0px;padding-right:0px;}

	.logo_div img{height:45px;margin-top:0px;}

	.container_full{margin-left:30px;margin-right:30px;}
	.fullpage_container{padding:0px 20px;}



	.series_wrap .txt2 p{font-size:1.6em;min-height:40px;}


	.offer_wrap .offer_img{max-width:190px; }
	.offer_wrap .img_shadow{width:220px;}
	.offer_wrap .hd .productname{font-size: 1.2em;}	


	.hero-pad{padding: 20px 20px 60px 20px;}

	
	.img_main {width: 250px;}
	
	#minicart{width: 300px;}

	
		
	.hero_front .txtcon_wrap{width:60%;height:480px;padding:40px 60px;left:40px;}
	.hero_front h1{font-size:2.4em;}
	.hero_front i{font-size:1.5em;}
	.hero_front .hero_atomizer_wrap{top:20px;right:-160px;width:220px;height:360px;}
	.hero_front .hero_atomizer_shadow{left:35%;top: 295px;width:60px;height:27px; }
	.hero_front .hero_atomizer{left:35%;top:30px;width:60px;height:274px; }
	.hero_front .hero_days{width:150px;height:150px;top:20px;right:-310px;font-size:1em;}
	.hero_front .hero_days .hd{font-size:3em;}
	.hero01{background-size:cover;background-image:  url('/img/hero_bck_sm.jpg');}
	.hero_front{height:600px;}

	.pricetag_big{top:-40px;right:-70px;}
	
	.how_it_works_pad{min-height:630px;}	
	.how_it_works_pad .img{height:300px;}
	.how_it_works_pad .no{top:50px;}


	.bck_front_calendar{height:600px;}
	.bck_front_calendar .gfx{position:absolute; display:inline-block;width:450px;text-align:center;bottom:50px; margin:auto;left:0px;right:0px; padding:20px;background:#fff;}
	.front_calendar_rightcol{padding:5% 5%;}

	
	.login_wrap{width: 80%;	padding:40px;}	
	
	.btn_lg{padding: 1.2rem 3rem;}
	
	.bck_how_it_works{background:  url('/img/bck_3063_cropped3.jpg') center center;background-size:cover;}
}

/* Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

	.show_burger_menu, .show_for_small_res{display:block;}

	.hide_sm{display:none;}
	.show_sm{display:block;}
	
	.container {padding-right: 2px;padding-left: 2px;margin-right: 0px;margin-left: 0px;width:100%;max-width:100%;}
	.fullpage_container{padding:0px 10px;}
	.sidewin .hd {font-size:1.1em;}

	
	.logo_div {margin-top: 0px;}


	.topbar{padding:0px 20px;height:70px;}

	.container_full{margin-left:30px;margin-right:30px;}


	#art_info h3{font-size: 2em;margin:6px;padding-bottom:10px;padding-top:10px;}	


	.hero-pad{padding: 20px 20px 60px 20px;}	
	.offer_wrap .offer_img{max-width:160px;}
	.offer_wrap .img_shadow{width:160px;}
	.offer_wrap{height:360px;}	
	.offer_wrap .img_wrap img {right:0;}
	

	#lastseen {padding: 10px 0px;}	

	.hero_cat{height:400px;}

	
	.bck_coop{display:none;}
	.row.row-eq-height, .grey_box {display: block;}

	.orderLines_tbl img {max-width: 100px;}


	.hero_front .txtcon_wrap{width:60%;height:460px;padding:40px;left:20px;}
	.hero_front h1{font-size:2em;}
	.hero_front i{font-size:1.4em;}
	.hero_front .hero_atomizer_wrap{top:20px;right:-200px;width:220px;height:360px;}
	.hero_front .hero_atomizer_shadow{left:35%;top: 295px;width:60px;height:27px; }
	.hero_front .hero_atomizer{left:35%;top:30px;width:60px;height:274px; }
	.hero_front .hero_days{width:150px;height:150px;top:250px;right:-260px;font-size:1em;}
	.hero_front .hero_days .hd{font-size:3em;}
	.hero01{background-size:cover;}
	.hero_front{height:600px;}

	.pricetag_big{position:absolute;top:-40px;right:-70px;z-index:99;width:150px;height:150px;border-radius:75px;background:#b77284;color:#fff;}
	.pricetag_big .t1{text-align:center;position:absolute;left:0px;top:20px;font-size:16px;width:100%;}
	.pricetag_big .t2{text-align:center;position:absolute;left:0px;top:95px;font-size:16px;width:100%;}
	.pricetag_big .t2 .strike{top:10px;width:50px;left:20px;}
	.pricetag_big .t3 {top:115px;}
	.pricetag_big .tprice{text-align:center;position:absolute;left:0px;top:30px;font-weight:bold;font-size:54px;width:100%;}

	
	.login_wrap{width: 80%;	padding:20px;}	
}


/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {

html, body {font-size: 1em;}

#disptimer {color:#fff; font-size:22px;width: 360px;height: 100px;position: absolute;  left: 50%;top: 90%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);margin:auto;text-align:center;}
.disptimer_bck{position:relative;width:100%;background:url('/img/2for1_hero_timer_mobile.jpg') center center;height:500px;}

	.show_sxm{display:block;}
	.hide_sxm{display:none;}

	h1{font-size: 2.4rem;}
	h2{font-size: 2.4rem;}



	.logo{max-height:22px;}
	.topbar_filler{height:107px;}
	.topbar_filler_offer{height:198px;}

	.hero-pad{padding: 10px 20px 50px 20px;}
	.hero-hq{background-color: #d4d8d3;background-image:none;}


	
	#art_info h3{font-size: 2em;margin:6px;padding-bottom:10px;padding-top:10px;}
	

	

	#products .img_th {max-width: 120px;}

	.offer_wrap .img_wrap img {right:0;}


	.pagelist .pagej{padding:2px 4px;cursor:pointer;padding:4px 4px;}
	.pagelist .pagej_s{color:#fff;background:#000;padding:4px 4px;border-radius:4px;}	
	
	.bck_coop{display:none;}
	.row.row-eq-height, .grey_box {display: block;padding:24px;}

	.img_center_small{float:none !important;margin:auto;}
	
	.logotext td{font-size:1.4em;}	
	
	.filter_section_toggle{right:50px;}
	
	.calendar_txt_col{font-size:0.8em;}
	.calendar_btn{font-size:1em;margin:3px 2px;}
	#sortable li {height:140px;padding:5px;}
	#sortable li .txt {font-size: 1.4em;}
	#perfumecalendar .monthdate{height:140px;width:70px;}
	#sortable ol, ul {padding-left: 0.5rem;}
	
	.btn_lg{font-size:1.2em;margin:auto;min-width:160px;padding:}

}

/*X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

	.hide_sx{display:none;}
	.show_sx{display:block;}
	
	.logo_div img{height:25px;margin-top:20px;}

	.topbar_filler{height:80px;}
	.topbar_filler_offer{height:168px;}



	
	.offer_streamer{background:#fee67c;color:#000;font-weight:700;text-align:center;padding:22px 5px 20px 5px ;font-size: 1.4em;}
	
	#art_info h3{font-size: 2em;margin:6px;padding-bottom:10px;padding-top:10px;}

	h3 {font-size: 2em;padding-bottom: 10px;}

	.orderLines_wrap{padding:20px 15px;}
	.offer_wrap{cursor:pointer;text-align:center;padding:10px;position:relative;height:380px;}
	.offer_wrap .offer_img{max-width:150px;}

	.offer_wrap .hd{font-size:1em;}
	.offer_wrap .img_wrap img {right:0;}


	.itemheart {right: 0;}


	.pagelist .pagej{padding:2px 4px;cursor:pointer;padding:4px 8px;}
	.pagelist .pagej_s{color:#fff;background:#000;padding:4px 8px;border-radius:4px;}	

	.btn_sm {padding: 9px 20px 9px 20px;}


	.ln_title .hdtext {	font-size: 1.2em;}	

	
	
	.navbar-collapse.in {
		overflow-y:visible;
		z-index:9999;
	}

	.collapse.in {
		display: block;
		background:#333;
		color:#fff;
	}
	.container {

		padding-right: 2px !important;
		padding-left: 2px !important;	
	}

	.hero_front .txtcon_wrap{width:90%;height:600px;padding:20px;left:20px;}
	.hero_front h1{font-size:2em;line-height:150%;}
	.hero_front i{font-size:1.1em;font-weight:600;}
	.hero_front .hero_atomizer_wrap{display:none;}	
	.hero_front .hero_days{display:none;}
	.hero_front .ul_toppad{padding-top:170px;}
	.hero_front .btn_lg{font-size:1.2em;margin:auto;}
	.tag_days{display:block;}

	.hero01{background-size:cover;}
	.hero_front{height:700px;}

	.pricetag_big{top:0px;right:10px;margin:auto;}

	.search_topnav_inputwrap{width:80%;}
	.search_topnav_wrap{width:80%;}
	
	.bck_front_calendar .gfx{position:absolute; bottom:50px; right:0px;width:100%;}
	.front_calendar_rightcol{padding:10% 5%;}

	
	.login_wrap{width: 90%;	padding:20px;}	
	
	.rating_msgbox{padding:20px;}
	.rating_sm{min-width:60px;max-width:120px;}
}






/* multislider */
#multi_slide {
  position: relative;

}
#multi_slide .item_txt{border-bottom-right-radius: 6px; border-bottom-left-radius: 6px;background:#fff;padding:15px 2px;text-align:center;font-size:18px;font-weight:600;color:#333;}

#multi_slide .MS-content .item a{
	font-family: "Roboto", sans-serif; 

}
@media (max-width: 767px) {
  #multi_slide {
    border-color: transparent;
  }

 
}
#multi_slide .MS-content {
  margin: 15px 5%;
  overflow: hidden;
  white-space: nowrap;

}
@media (max-width: 767px) {
  #multi_slide .MS-content {
    margin: 0;
  }
}
#multi_slide .MS-content .item {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 25%;
  padding:0px
  
}

@media (max-width: 1200px) {
  #multi_slide .MS-content .item {
    width: 33.3333%;
	padding:10px;
  }

}
@media (max-width: 992px) {
  #multi_slide .MS-content .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #multi_slide .MS-content .item {
    width: 100%;
  }
}

/* multislider :: end */

